body {
    font-family: 'Raleway', sans-serif;
}

.topoverlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.9);
    overflow-x: hidden;
    transition: 0.5s;
    z-index: 9999;
}

.topoverlay-content {
    position: relative;
    top: 25%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

.topoverlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 36px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.topoverlay a:hover, .topoverlay a:focus {
    color: #f1f1f1;
}

.topoverlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
}

.mainlogo {
    height: 150px;
    position: absolute;
}

@media screen and (max-height: 450px) {
    .topoverlay a {
        font-size: 20px
    }
    .topoverlay .closebtn {
        font-size: 40px;
        top: 15px;
        right: 35px;
    }
}

.topthreelink {
    list-style-type: none;
    float: right;
    margin-bottom: 10px;
    margin-top: 20px;
}

.topthreelink li {
    float: left;
}

.topthreelink a, .topthreelink li {
    color: black;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: bold;
}

.topthreelink li {
    padding: 0px 18px;
}

.carousel-item img {
    height: 550px;
}

@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(1, 1);
    }
    to {
        -webkit-transform: scale(1.3, 1.3);
    }
}

@keyframes zoom {
    from {
        transform: scale(1, 1);
    }
    to {
        transform: scale(1.3, 1.3);
    }
}

.carousel-item img {
    -webkit-animation: zoom 30s;
    animation: zoom 30s;
}

/*.carousel-item:after{
	content: '';
	position: absolute;
	background: rgba(0, 0, 0, 0.36);
	top:0; left:0;
	display: block;
	width: 100%;
	height: 100%;
}*/

.carousel-item h1 {
    font-size: 50px;
    text-align: left;
    font-weight: bold;
}

.carousel-caption {
    text-align: left;
    top: 30%;
    left: 10%;
    width: 30%;
}

.carousel-item a {
    text-transform: uppercase;
    color: white;
    border-bottom: 3px solid #eda81d;
    text-decoration: none;
    text-align: left;
}

.carousel {
    position: relative;
}

.header {
    position: absolute;
    top: 10px;
    z-index: 999;
    width: 100%;
    padding: 0px 40px 10px;
    color: white;
}

.header {
    border-bottom: 1px solid rgba(255, 255, 255, 0.30);
}

.thenav {
    text-align: center;
}

.thenav .row {
    margin-left: 0px;
    margin-right: 0px;
}

.thenav .col-md-3 {
    padding-left: 0px;
    padding-right: 0px;
}

.thenav a {
    color: black;
    text-decoration: none;
    font-size: 20px;
    padding: 40px 0;
    display: block;
    transition: all 0.5s ease;
}

.thenav a:hover {
    background: #eda81d;
    color: white;
}

.hoverimgcontainer {
    margin-left: 0px;
    margin-right: 0px;
}

.hoverimgcontainer .col-md-6 {
    padding: 0px;
}

.grid .col-md-4 {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 25px;
}

.grid .col-md-4 img {
    width: 100%;
    padding-bottom: 20px;
    transition: all 0.5s ease;
}

.grid .col-md-4 h5 {
    font-weight: bold;
}

.grid .col-md-4 img:hover {
    margin-top: -20px;
}

.overlay {
    position: absolute;
    transition: all .2s ease;
    opacity: 0;
    transition: 0.9s;
    background: #00b1bab8;
}

.hoverimgcontainer .hoverimg:hover .overlay {
    opacity: 1;
}

.overlaytext {
    color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 20px;
}

.overlayFade {
    height: 100%;
    width: 100%;
    top: 0;
    background: rgba(94, 25, 146, 0.92);
}

.rightoverlay {
    overflow: hidden;
}

.rightoverlay h2 {
    font-size: 18px;
}

.rightoverlay p {
    font-size: 14px;
}

.bgpurple {
    background: purple;
    height: 100%;
    width: 100%;
    display: block;
}

.hoverimg1 img {
    height: 690px;
    width: 100%;
}

.hoverimg2 img {
    height: 345px;
    width: 100%;
}

.col2action {
    text-align: center;
    width: 80%;
    margin: 60px auto;
}

.col2action h1 {
    font-weight: bold;
}

.col2action a {
    font-weight: bold;
    color: #404040;
    border-bottom: 2px solid #f7bcda;
    text-decoration: none;
}

/* Main Slider */

.main-carousel {
    margin-top: 20px;
}

.main-carousel .owl-nav {
    position: absolute;
    top: 40%;
    width: 100%;
}

.owl-carousel .owl-nav button.owl-prev {
    left: 0px;
    position: absolute;
    margin: 0px;
    font-size: 20px;
}

.owl-carousel .owl-nav button.owl-next {
    right: 0px;
    position: absolute;
    margin: 0px;
    font-size: 20px;
}

.owl-carousel .owl-nav button.owl-next {
    right: 0px;
}

.owl-carousel .owl-nav button {
    width: 40px;
    height: 40px;
    background: #ccc !important;
    border-radius: 0px !important;
}

.owl-carousel .owl-nav button:focus {
    outline: none;
}

.slide-item {
    position: relative;
}

.overlay-slide {
    background: rgba(0, 0, 0, .3);
    position: absolute;
    top: 0px;
    height: 100%;
    width: 100%;
    text-align: center;
    padding: 20px;
}

.main-carousel img {
    height: 340px;
}

.post-title {
    margin-top: 60px;
}

.post-title h3 {
    color: #fff;
    margin: 0 auto;
    margin-top: 105px;
    margin-bottom: 30px;
    display: block;
    font-size: 28px;
    max-width: 1200px;
    font-family: raleway;
}

.post-title a:hover {
    text-decoration: none;
}

.overlay-slide .btn {
    border-radius: 0px;
    border-color: #fff;
    color: #fff;
    font-size: 14px;
    padding: 10px 25px;
}

.overlay-slide .btn-outline-secondary:hover {
    border-color: #a6a6a6 !important;
    background: #a6a6a6 !important;
}

/* End Main Slider */

.cart {
    float: right;
    margin-top: 10px;
}

.cart-icon {
    background-color: #FA8072;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    float: left;
    margin-right: 10px;
    position: relative;
}

.counter {
    position: absolute;
    height: 18px;
    width: 18px;
    left: -8px;
    top: -6px;
    font-size: 12px;
    line-height: 16px;
    border-radius: 50%;
    background-color: #262F36;
    color: #FFF;
    text-align: center;
    z-index: 99999;
}

.cart a {
    color: #444;
}

.cart a:hover {
    text-decoration: none;
    color: #444;
}

.cart span {
    line-height: 30px;
}

/*Top logo*/

.dlogo {
    float: right;
}

.dlogo li {
    float: left;
}

.dlogo li a {
    margin-left: 10px;
}

.dlogo li a img {
    height: 30px;
}

/*End Top logo*/

.banner-story {
    /* background: url(../images/storybanner.jpg) no-repeat;  */
    background-position-x: 40%;
    position: relative;
    color: #fff;
    background-size: cover;
    margin-bottom: 40px;
}

.banner-story h4 {
    font-size: 26px;
    font-weight: 400;
    letter-spacing: 0.04em;
    margin: 0 0 0.4em 0;
    line-height: 1.4;
    color: white;
    font-family: raleway;
}

.banner-story h2 strong {
    font-weight: bold;
}

.banner-story p {
    letter-spacing: 1px;
    line-height: 24px;
}

.banner-story hr {
    margin: 0;
    border-top: 2px solid #0098B8;
    display: inline-block;
    width: 120px;
}

.banner-content {
    position: relative;
    z-index: 9;
    background-color: hsla(198, 0%, 20%, 0.9);
    color: hsla(0, 100%, 100%, 1);
    border-color: hsla(0, 100%, 100%, 1);
    padding: 30px 30px;
}

.banner-content a.mybtn {
    cursor: pointer;
    line-height: normal;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 3px;
    text-decoration: none !important;
    border: 1px solid #fff !important;
    background-color: #0098B8;
    padding: 20px 50px;
    display: inline-block;
    transition: .3s all cubic-bezier(0.3, 1, 0.1, 1);
    -webkit-transition: .3s all cubic-bezier(0.3, 1, 0.1, 1);
    -moz-transition: .3s all cubic-bezier(0.3, 1, 0.1, 1);
    -ms-transition: .3s all cubic-bezier(0.3, 1, 0.1, 1);
    -o-transition: .3s all cubic-bezier(0.3, 1, 0.1, 1);
}

/* Start Shipping */

.shipping {
    width: 60%;
    float: right;
}

.shipping .stype {
    padding-left: 0px;
    float: right;
    margin-top: 20px;
    width: 100%;
}

.shipping .stype li {
    list-style: none;
    float: left;
    width: 48%;
    margin-left: 4%;
}

.shipping .stype li:first-child {
    margin-left: 0px;
    float: right;
}

.shipping .stype li a {
    display: inline-block;
    padding: 20px 50px;
    border: 2px solid #eee;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #444;
    width: 100%;
}

.shipping .stype li a span {
    padding-top: 10px;
    display: block;
}

.shipping .stype li a:hover, .shipping .stype li.active a {
    border: 2px solid #444;
    text-decoration: none;
}

.shipping .custom-radio {
    padding: 10px 20px;
    font-weight: bold;
}

#quantity {
    width: 20px;
}

/* End Shipping*/

/* footer section */

#footer {
    clear: both;
    background: #29292B;
    padding-bottom: 7px;
}

#footer #bottom-navigation {
    border-bottom: 1px dotted #4b4b4b;
    text-align: center;
    padding-top: 3px
}

#footer #bottom-navigation:after {
    content: ".";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0
}

#footer #bottom-navigation ul {
    margin: 0
}

#footer #bottom-navigation li {
    font: bold 14px/72px "Playfair Display", sans-serif;
    text-transform: uppercase;
    text-align: center;
    display: inline
}

#footer #bottom-navigation a {
    color: #909090;
    text-decoration: none;
    padding: 0 12px
}

#footer #bottom-navigation a:hover {
    color: #fff;
    text-decoration: none
}

#footer #bottom-navigation .current_page_item a, #footer #bottom-navigation .current-menu-item a {
    color: #fff
}

#footer .rss a span, #footer .rss a:hover span, #footer .linkedin a span, #footer .linkedin a:hover span, #footer .instagram a span, #footer .instagram a:hover span, #footer .googleplus a span, #footer .googleplus a:hover span, #footer .flickr a span, #footer .flickr a:hover span, #footer .youtube a span, #footer .youtube a:hover span, #footer .facebook a span, #footer .facebook a:hover span, #footer .pinterest a span, #footer .pinterest a:hover span, #footer .twitter a span, #footer .twitter a:hover span, #footer .inthenews a span, #footer .inthenews a:hover span, .widget.pls_social_widget ul li.rss a, .widget.pls_social_widget ul a.rss a, .widget.pls_social_widget ul li.linkedin a, .widget.pls_social_widget ul a.linkedin a, .widget.pls_social_widget ul li.instagram a, .widget.pls_social_widget ul a.instagram a, .widget.pls_social_widget ul li.googleplus a, .widget.pls_social_widget ul a.googleplus a, .widget.pls_social_widget ul li.flickr a, .widget.pls_social_widget ul a.flickr a, .widget.pls_social_widget ul li.youtube a, .widget.pls_social_widget ul a.youtube a, .widget.pls_social_widget ul li.facebook a, .widget.pls_social_widget ul a.facebook a, .widget.pls_social_widget ul li.pinterest a, .widget.pls_social_widget ul a.pinterest a, .widget.pls_social_widget ul li.twitter a, .widget.pls_social_widget ul a.twitter a, .wrapper #main_content .agent .rss a, .wrapper #main_content .agent .linkedin a, .wrapper #main_content .agent .instagram a, .wrapper #main_content .agent .googleplus a, .wrapper #main_content .agent .flickr a, .wrapper #main_content .agent .youtube a, .wrapper #main_content .agent .facebook a, .wrapper #main_content .agent .pinterest a, .wrapper #main_content .agent .twitter a {
    background: url('../images/footersocial.png') no-repeat
}

#footer .container p {
    text-align: left;
    color: #f79394;
    margin: 5px 0;
    clear: both
}

#footer .container p small {
    font-size: 20px
}

#footer .social ul {
    text-align: left;
    margin: 0 auto 50px auto;
    padding: 2px 0 0 0;
    width: 44%;
}

#footer .social ul:after {
    content: ".";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0
}

#footer .social li {
    display: inline;
    padding: 0 8px
}

#footer .social a {
    font: normal 13px/18px "Playfair Display", sans-serif;
    width: 80px;
    height: 110px;
    display: inline-block;
    color: #f79394
}

#footer .social a:hover {
    color: #ddb63b
}

#footer .social a span {
    display: inline-block;
    margin-bottom: 10px
}

#footer .rss a span {
    background-position: 0 -782px;
    height: 60px;
    width: 60px
}

#footer .rss a span:hover, #footer .rss a span.rss_hover, #footer .rss a span.rss-hover {
    background-position: 0 -482px
}

#footer .rss a:hover span {
    background-position: 0 -482px;
    height: 60px;
    width: 60px
}

#footer .linkedin a span {
    background-position: 0 -962px;
    height: 60px;
    width: 60px
}

#footer .linkedin a span:hover, #footer .linkedin a span.linkedin_hover, #footer .linkedin a span.linkedin-hover {
    background-position: 0 -662px
}

#footer .linkedin a:hover span {
    background-position: 0 -662px;
    height: 60px;
    width: 60px
}

#footer .instagram a span {
    background-position: 0 -602px;
    height: 60px;
    width: 60px
}

#footer .instagram a span:hover, #footer .instagram a span.instagram_hover, #footer .instagram a span.instagram-hover {
    background-position: 0 -362px
}

#footer .instagram a:hover span {
    background-position: 0 -362px;
    height: 60px;
    width: 60px
}

#footer .googleplus a span {
    background-position: 0 -302px;
    height: 60px;
    width: 60px
}

#footer .googleplus a span:hover, #footer .googleplus a span.googleplus_hover, #footer .googleplus a span.googleplus-hover {
    background-position: 0 -181px
}

#footer .googleplus a:hover span {
    background-position: 0 -181px;
    height: 60px;
    width: 60px
}

#footer .flickr a span {
    background-position: 0 -1022px;
    height: 60px;
    width: 60px
}

#footer .flickr a span:hover, #footer .flickr a span.flickr_hover, #footer .flickr a span.flickr-hover {
    background-position: 0 -722px
}

#footer .flickr a:hover span {
    background-position: 0 -722px;
    height: 60px;
    width: 60px
}

#footer .youtube a span {
    background-position: 0 -902px;
    height: 60px;
    width: 60px
}

#footer .youtube a span:hover, #footer .youtube a span.youtube_hover, #footer .youtube a span.youtube-hover {
    background-position: 0 -542px
}

#footer .youtube a:hover span {
    background-position: 0 -542px;
    height: 60px;
    width: 60px
}

#footer .facebook a span {
    background-position: 0 -1142px;
    height: 60px;
    width: 60px
}

#footer .facebook a span:hover, #footer .facebook a span.facebook_hover, #footer .facebook a span.facebook-hover {
    background-position: 0 -1082px
}

#footer .facebook a:hover span {
    background-position: 0 -1082px;
    height: 60px;
    width: 60px
}

#footer .pinterest a span {
    background-position: 0 -60px;
    height: 60px;
    width: 60px
}

#footer .pinterest a span:hover, #footer .pinterest a span.pinterest_hover, #footer .pinterest a span.pinterest-hover {
    background-position: 0 0
}

#footer .pinterest a:hover span {
    background-position: 0 0;
    height: 60px;
    width: 60px
}

#footer .twitter a span {
    background-position: 0 -842px;
    height: 60px;
    width: 60px
}

#footer .twitter a span:hover, #footer .twitter a span.twitter_hover, #footer .twitter a span.twitter-hover {
    background-position: 0 -422px
}

#footer .twitter a:hover span {
    background-position: 0 -422px;
    height: 60px;
    width: 60px
}

#footer .inthenews a span {
    background-position: 0 -241px;
    height: 61px;
    width: 60px;
    width: 70px;
    margin-left: 10px
}

#footer .inthenews a span:hover, #footer .inthenews a span.news_hover, #footer .inthenews a span.news-hover {
    background-position: 0 -120px
}

#footer .inthenews a:hover span {
    background-position: 0 -120px;
    height: 61px;
    width: 60px;
    width: 70px;
    margin-left: 10px
}

#footer .contact-info {
    font: bold 22px/24px "Playfair Display", sans-serif;
    color: #f79394;
    padding: 58px 0 0 0;
    margin: 0
}

#footer .contact-info:after {
    content: ".";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0
}

#footer .contact-info li {
    float: left;
    list-style: none
}

#footer .contact-info li.address {}

#footer .contact-info li.address>div {
    float: left;
    width: 240px
}

#footer .contact-info li small {
    font: normal 16px/24px "Playfair Display", sans-serif
}

#footer .contact-info li span {
    float: left
}

#footer .contact-info li a {
    text-decoration: none;
    color: #f79394
}

#footer .contact-info li a:hover {
    color: #fff;
    text-decoration: none
}

#footer .contact-info .email {}

#footer .contact-info .email span {
    background-position: 0 -26px;
    height: 17px;
    width: 26px;
    margin: 8px 10px 0 0
}

#footer .contact-info .phone {}

#footer .contact-info .phone span#footer-phone-icon {
    background-position: 0 0;
    height: 26px;
    width: 26px;
    margin: 3px 6px 0 0
}

#footer .contact-info .address span {
    background-position: 0 -69px;
    height: 24px;
    width: 26px;
    margin: 3px 10px 0 0
}

#footer .contact-info .address small {
    text-align: left
}

#footer .copyright {
    text-align: left;
    font-size: 14px;
    line-height: 30px;
}

#footer .copyright a {
    color: #ffffff;
}

#footer .copyright p {
    margin: 0;
    padding: 0;
    color: #ffffff;
}

#footer .copyright p small {
    font: normal 13px/60px "Playfair Display", sans-serif;
    color: #f79394
}

#footer .copyright #custom-attribution * {
    font: normal 13px/20px "Playfair Display", sans-serif;
    color: #f79394
}

#footer .container .compliance-wrapper p {
    font-size: 12px;
    line-height: 13px;
    text-align: left;
    color: #616161
}

.scrollToTop {
    color: #ffffff;
    position: fixed;
    bottom: 10px;
    right: 15px;
    width: 50px;
    height: 50px;
    text-align: center;
    cursor: pointer;
    background-color: #084593;
    z-index: 1005;
    display: none;
}

.scrollToTop i {
    line-height: 50px;
    font-size: 24px;
}

/*footer ends*/

.social li {
    list-style: none;
    float: left;
    margin: 0 10px;
}

.social li a {
    color: #f7bcda;
}

.photocollage {
    margin-left: 0px;
    margin-right: 0px;
}

.photocollage img {
    width: 100%;
}

.photocollage .col-md-3, .photocollage .col-md-6 {
    padding: 0px;
}

.photocollage .col-md-3 img {
    height: 320px;
}

.photocollage .col-md-6 img {
    height: 640px;
}

#header {}

.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}

.navigation {
    background: #262F36;
    /* IE6-9 */
}

#header.fixed-theme {
    padding: 0px 60px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

#header.fixed-theme .navbar-expand-lg .nav-item a.nav-link {
    color: #29292B;
}

.navbar-nav li.nav-item:last-child .dropdown-menu {
    left: -23px;
}

.social-top {
    position: absolute;
    right: 15px;
    top: 0px;
    width: 100px;
}

.social-top ul {
    margin-top: -2px;
}

.social-top ul li {
    float: left;
    list-style: none;
    margin-left: 5px;
}

.social-top ul li a {
    width: 24px;
    height: 24px;
    color: #ffffff;
    display: block;
    text-align: center;
    line-height: 24px;
    font-size: 10px;
    border-radius: 12px;
}

#header.fixed-theme .social-top ul li a {}

.navbar {
    background: transparent;
    padding-bottom: 1px;
}

.navbar-expand-lg .nav-item a.nav-link {
    color: #fff;
    font-weight: bold;
    margin-right: 2px;
    padding: 16px 22px;
    text-transform: uppercase;
    font-size: 15px;
}

.dropdown:hover>.dropdown-menu {
    display: block;
}

.dropdown-menu {
    border-radius: 0px;
    background-color: #29292B;
    margin-top: 0px;
}

.dropdown-menu {
    padding: 5px 10px;
}

.dropdown-item {
    padding: 7px 20px;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    margin: 5px 0px;
    position: relative;
    margin-bottom: 16px;
    transition: all 0.5s;
}

.dropdown-item:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    background: #fff;
    left: 0px;
    bottom: -9px;
}

.dropdown-item:focus, .dropdown-item:hover {
    color: #000000;
    text-decoration: none;
    background-color: #f79394;
    border-radius: 4px;
}

.card-pricing.popular {
    z-index: 1;
    border: 3px solid #8d8b8c;
}

.card-pricing .list-unstyled li {
    padding: .5rem 0;
}

.card-pricing .bg-primary {
    background: #f79394 !important;
}

.card-pricing .text-primary {
    color: #f79394 !important;
}

.card-pricing .btn-primary {
    background-color: #8d8b8c;
    border-color: #8d8b8c;
}

.card-pricing .btn-primary:hover {
    background-color: #f79394;
    border-color: #f79394;
}

.hadnwritingfont {
    font-family: 'Sacramento', cursive;
    font-size: 60px;
}

/* =================*/

.service-first {
    background-color: rgba(255, 255, 255, 1);
    padding: 30px;
    border: solid 1px #dadcde;
    -webkit-box-shadow: 5px 5px 15px hsla(198, 0%, 20%, 0.1);
    box-shadow: 5px 5px 15px hsla(198, 0%, 20%, 0.1);
}

.service-first h2 {
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 0.1px;
    color: #0098B8;
}

.top-border--red {
    border-top: 1px solid #0098B8;
    padding-top: 13px;
    margin-top: 10px;
}

.service-first i {
    font-size: 20px;
    color: #0098B8;
    margin-left: 10px;
}

.thumbnail-classic {
    position: relative;
    margin-bottom: 30px;
}

.thumbnail-classic-caption {
    position: absolute;
    bottom: 0px;
    width: 100%;
    text-align: center;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1e5799+0,000000+100&0+0,0.7+100 */
    background: -moz-linear-gradient(top, rgba(30, 87, 153, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(30, 87, 153, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(30, 87, 153, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001e5799', endColorstr='#b3000000', GradientType=0);
    /* IE6-9 */
}

.thumbnail-classic-title {
    color: #fff;
    font-weight: bold;
    padding-top: 0px;
    margin-top: 0px;
}

.thumbnail-classic-price {
    color: #fff;
}

.thumbnail-classic img {
    width: 100%;
    height: 243px;
}

/* =================*/

.newsletter {
    background: url(../images/parallax-1.jpg);
    background-attachment: fixed;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0;
}

.newsletter .form-control {
    padding: 2rem .75rem;
}

.newsletter .btn {
    padding: 1.2rem .75rem;
}

.btn-primary {
    background-color: #f78081;
    border-color: #f57e7f;
}

.btn-primary:hover {
    background-color: #d64142;
    border-color: #f53e3f;
}

ul.footerlinks {
    padding: 0px;
}

.footerlinks li {
    float: left;
    margin: 10px 20px;
    list-style: none;
}

.footerlinks li ul {
    padding-left: 0px;
}

.footerlinks li ul li {
    float: none;
    margin-left: 0px;
}

.footerlinks li ul li a {
    font-size: 13px;
    text-transform: uppercase;
}

.footerlinks li a:hover {
    border-bottom: 3px solid #f79394;
}

.footerlinks li:first-child {
    margin-left: 0px;
}

.footerlinks li ul li:first-child {
    margin-left: 0;
}

.footerlinks li a {
    color: white;
    text-decoration: none;
    border-bottom: 3px solid #29292B;
}

.footerhr {
    border: 1px solid white;
}

.footersocialnew {
    width: 50%;
    float: left;
}

.scrollToTop {
    color: #98ecfe;
    position: fixed;
    bottom: 10px;
    right: 15px;
    width: 50px;
    height: 50px;
    text-align: center;
    cursor: pointer;
    background-color: #f79394;
    z-index: 1005;
    display: none;
}

.inside-nav {
    height: 200px;
    width: 100%;
    position: relative;
    top: 0px;
}

.inside-nav h2 {
    position: absolute;
    top: 30%;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 40px;
}

.inside-nav h2:first-letter {
    font-size: 70px;
}

.insidepage #header {}

.insideright h4 {
    border-bottom: 1px solid;
    padding-bottom: 5px;
}

.footericons {
    font-size: 15px;
}

.topicon {
    width: 40px;
    padding-top: 10px;
}

.store-body {
    display: flex;
    flex-direction: row;
    padding: 0;
}

.store-body .product-info {
    width: 60%;
    border-right: 1px solid rgba(0, 0, 0, .125);
}

.store-body .product-payment-details {
    width: 40%;
    padding: 15px 15px 0 15px;
}

.product-info .product-gallery {
    display: flex;
    flex-direction: row;
    border-bottom: 1px solid rgba(0, 0, 0, .125);
}

.product-gallery-featured {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    padding: 15px 0;
    cursor: zoom-in;
}

.product-gallery-thumbnails .thumbnails-list li {
    cursor: pointer;
    position: relative;
    width: 70px;
    margin-bottom: 10px;
}

.thumbnails-list li img {
    display: block;
    width: 100%;
}

.product-gallery-thumbnails .thumbnails-list li:hover::before {
    content: "";
    width: 3px;
    height: 100%;
    background: #007bff;
    position: absolute;
    top: 0;
    left: 0;
}

.product-info .product-seller-recommended {
    padding: 20px 20px 0 0px;
}

.product-gallery-featured img {
    padding: 10px;
    height: auto;
}

.recommended-items .card a:hover {
    color: black
}

.width100 {
    width: 100% !important;
}

.cartfloat {
    position: fixed;
    right: 0%;
    top: 26%;
    background: #4285F4;
    padding: 10px 20px 10px 30px;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.topblackbar {
    color: white;
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    background: #000;
    padding: 3px 0px;
    height: 26px;
}

.modal.show .modal-dialog {
    margin-top: 100px;
}

.sbtotal td {
    border-top: 1px solid #444;
}

.orangeUnderline {
    border-bottom: 1px solid #f79394;
}

.bigcontainer {
    max-width: 1240px;
}

.leftbar {
    background: #FA8072;
    position: fixed;
    color: #fff;
    left: -72px;
    top: 45%;
    font-size: 20px;
    z-index: 99;
    padding: 10px 35px;
    transform: rotate(-90deg);
}

.leftbar:hover {
    color: #fff;
    text-decoration: none;
}

.required:after {
    content: " *";
    color: red;
}

.index_image{
    margin-bottom: 30px;
    margin-top: 10px;
}