body{
    font-family: 'Open Sans', sans-serif;
    background-color: #f8f8f8;
    font-size: 16px;
    color: #7b7b7b;
    font-weight: 400;
}

.position-relative{
    position: relative;
}

.purple-bg{
    background-image: url(../images/brown_bg.jpg);
}

.header-bg{
    background: url(../images/header_bg.jpg);
    background-position: top center;
}

.user-links{
    text-transform: uppercase;
    font-size: 12px;
    color: #ad9198;
    text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.35);
    padding: 15px 0 0 0;

}

.user-links a{
    color: #ad9198;
    text-decoration: none;
}

.user-links a:hover{
    color: #e2c8cf;
}

.user-links li:hover a i{
    transform: rotate(-180deg);
}

.user-links i{
    margin-left: 6px;
    color: #dbd1b6;
    transition: all ease 0.3s;
}

.currency{
    list-style: none;
    margin: 0;
    padding: 0;
}

.currency li{
    float: left;
    position: relative;
    padding: 0 10px 15px 10px;
}

.col-9 .currency li:last-child{
    padding-right: 0;
}

.region-dropdown::before{
    content: "";
    position: absolute;
    left: 50%;
    top:-5px;
    transform: translate(-50%,0);
    display: block;
    width: 0px;
    height: 0px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #fff;
}

.region-dropdown{
    position: absolute;
    left: 50%;
    top: 28px;
    transform: translate(-50%,0);
    display: none;
    z-index: 999;
    padding: 0;
}

.region-dropdown li{
    float: none;
    background-color: #fff;
    list-style: none;
    padding: 0;
}

.region-dropdown li a{
    display: block;
    text-align: center;
    color: #707070;
    padding: 4px 20px;
    text-shadow: none;
    font-size: 11px;
}

.region-dropdown li a:hover{
    color: #707070;
    background-color: #efefef;
}

.user-links li:hover > .region-dropdown{
    display: block;
}

.logo{
    font-family: 'Crimson Text', serif;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.35);
}

.logo a{
    color: #fff;
    text-decoration: none;
}

.logo img{
    margin-top: -15px;
}

.logo-year{
    font-style: italic;
    font-size: 12px;
    color: #ad9198;
    margin-bottom: 35px;
}

.logo-year:first-of-type span{
    margin-right: 10px;
}

.logo-year:last-of-type span{
    margin-left: 10px;
}

.gradient-1{
    background: linear-gradient(to right, rgba(124,66,75,1) 0%, rgba(171,141,148,1) 100%);
}

.gradient-2{
    background: linear-gradient(to right,  rgba(171,141,148,1) 0%, rgba(124,66,75,1) 100%);
}

.year-shape{
    display: inline-block;
    vertical-align: middle;
    height: 1px;
    width: 75px;
}

.menu-bg{
    background-color: #fff;
    border-bottom: solid #d0d0d0 4px;
}

.main-menu{
    list-style: none;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    font-size: 17px;
}

.main-menu a{
    display: inline-block;
    padding: 15px;
    color: #3c3c3c;
}

.main-menu a:hover{
    text-decoration: none;
    color: #b4a066;
}

.main-menu li{
    float: left;
    
    white-space: nowrap;
}

.main-menu li:first-child a{
    padding-left: 0;
}

.main-menu li:hover > .sub-menu{
    display: flex;
}

.sub-menu{
    display: none;
    position: absolute;
    background-color: #fff;
    border-top: 3px solid #b39f66;
    padding: 35px;
    list-style: none;
    z-index: 999;
    box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.1);
}

.sub-menu li ul{
    list-style: none;
}

.sub-menu a{
    padding: 0;
}

.sub-menu li ul li:first-child a{
    padding-top: 0;
    color: #3c3c3c;
    text-transform: uppercase;
}

.sub-menu li ul li a{
    padding: 0;
    color: #808080;
    font-size: 17px;
    text-transform: none;
    padding: 8px 20px;
}

.search{
    padding: 16px 0px 10px 0px;
    position: relative;
    text-transform: uppercase;
    color: #3c3c3c;
    overflow: hidden;
}

.search span{
    position: absolute;
    right: 0;
}

.search span:hover{
    cursor: pointer;
}

.search input{
    position: absolute;
    left: 0;
    top: 15px; 
    width: 0%;
    opacity: 0;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #d6d6d6;
    font-size: 15px;
    line-height: 1.15;
    padding-bottom: 5px;
    padding-right: 15px;
}

.search input:focus{
    outline: none;
}

.hide{
    display: none !important;
}

.search i{
    right: 70px;
    position: absolute;
    color: #c9ba91;
    line-height: 1.5;
}

.cart{
    padding: 16px 0 15px 0;
    color:#3c3c3c;
    text-transform: uppercase;
}

.cart ul{
    margin: 0;
    padding: 0;
    list-style: none;
}

.cart ul li{
    display: flex;
    border-bottom: 1px solid #d6d6d6;
    margin-bottom: 25px;
    padding-bottom: 25px;
}

.item-info{
    margin: 0px 22px;
}

.item-info a{
    color: #3c3c3c;
}

.item-info a:hover{
    text-decoration: none;
}

.item-info h4{
    font-size: 15px;
}

.item-info h5{
    font-size: 14px;
    color: #9e9e9e;
}

.item-info h4{
    white-space: nowrap;
}

.item-info i{
    line-height: 0;
}

.item-del{
    line-height: 0;
}

.item-del a i{
    line-height: 1.15;
}

.item-del a{
    color: #9e9e9e;
    font-size: 14px;
}

.item-del a:hover{
    color: #ba2727;
}

.cart:hover > i.fa-angle-down{
    transform: rotate(-180deg);
}

.cart > .sub-menu{
    margin-top: 15px;
    right: 0;
    flex-direction: column;
}

.cart:hover > .sub-menu{
    display: flex;
}

.cart i{
    transition: all ease 0.3s;
    line-height: 1.5;
}

.cart span{
    color: #c0ae7b;
    padding: 0 5px;
}

.cart i.fa-angle-down{
    color: #c0ae7b;
    margin-left: 10px;
}

.cart-total{
    margin-bottom: 25px;
}

.cart-total div{
    font-size: 18px;
    color: #000;
    font-weight: 700;
}

.cart-submit a{
    font-weight: 700;
    font-size: 15px;
    color: #c5b486;
    border: solid #c5b486 2px;
    padding: 7px;
}

.cart-submit a:hover{
    text-decoration: none;
    color: #fff;
    background-color: #c5b486;
}

.main-owl-carousel{
    height: 556px;
}

.slide{
    color: #fff;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 34px;
}

.slider-bg{
    position: absolute;
    bottom: 0;
}

.slide span{
    font-family: 'Crimson Text', serif;
    color: #c5b486;
    font-style: italic;
    font-size: 60px;
}

.slide h2{
    font-weight: 900;
    font-size: 60px;
    margin-bottom: 0;
}

.slide p{
    margin-bottom: 0;
}

.slide button{
    background-color: #c5b486;
    border: 3px solid transparent;
    outline: none;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    padding: 10px 20px;
}

.slide button:hover{
    cursor: pointer;
    border: solid #c5b486 3px;
    background-color: transparent;
}

.slider-nav{
    position: absolute;
    right: 15px;
    bottom: 80px;
    z-index: 500;
}

.c-nav, .items-nav-c{
    font-family: 'FontAwesome';
    background-color: #ece9e0;
    color: #99917b;
    font-size: 18px;
    padding: 3px 12px;
}

.c-nav:hover, .items-nav-c:hover{
    cursor: pointer;
    background-color: #e4e1d7;
}

.prev-c, .items-nav-prev{
    margin-right: 1px;
}

.prev-c::before, .items-nav-prev::before{
    content: '\f104';
}

.next-c::before, .items-nav-next::before{
    content: '\f105';
}

.tabs-row{
    margin-top: -30px;
}

.box-white-bg{
    background-color: #fff;
    box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.1);
    min-height: 170px;
    
}

.weding-dress{
    height: 100px;
    background-color: #fff;
    background: #fff url(../images/dress.jpg) top right no-repeat;
}

.jewellery{
    height: 100px;
    background-color: #fff;
    background: #fff url(../images/jewellery.jpg) top right no-repeat;
}

.bouquets{
    height: 100px;
    background-color: #fff;
    background: #fff url(../images/bouquets.jpg) top right no-repeat;
}

.cat-tab-content{
    margin-left: 40px;
    position: relative;
}

.cat-tab-content p{
    font-size: 22px;
    color: #3c3c3c;
    text-transform: uppercase;
}

.cat-tab-content button{
    background-color: #fff;
    outline: none; 
    color: #c5b486;
    border: solid #c5b486 2px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 10px;
}

.cat-tab-content a{
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
}

.cat-tab-content:hover button{
    background-color: #c5b486;
    color: #fff;
}

.items-title{
    position: relative;
    margin: 80px 0 40px 0;
    border-bottom: solid 1px #eae7df;
}

.items-nav{
    position: absolute;
    right: 0;
    top: 0;
}

.items-nav-c{
    font-size: 16px;
    display: inline-block;
    padding: 1px 10px;
}

.featured-items{
    margin: 0;
    padding: 0 0 15px 0;
    display: flex; 
    position: relative;
}

.featured-items::after{
    position: absolute;
    content: '';
    background-color: #eae7df;
    height: 3px;
    width: 35px;
    bottom: 0;
    left: 0;

}

.featured-items li{
    list-style: none;
    float: left;
}

.featured-items li a{
    text-decoration: none;
    text-transform: uppercase;
    color: #ababab;
    font-size: 20px;
    padding: 0 20px;
}

.featured-items li a:hover{
    color: #959595;
}

.featured-items li:first-child a{
    padding-left: 0;
}

.featured-items .active{
    color: #3c3c3c !important;
}

.item-box{
    position: relative;
    margin-bottom: 15px;
}

.item-box:hover > .item-thumbnail .item-details{
    opacity: 1;
}

.item-thumbnail{
    position: relative;
}

.thumbnail-img{
    margin-top: 20px;
}

.item-details{
    position: absolute;
    display: flex;
    opacity: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(224, 219, 206, 0.65);
    z-index: 200;
    transition: opacity linear 0.2s;
}

.q-add-cart-form{
    text-align: center;
}

.q-add-cart-form button{
    background-color: transparent;
    outline: none;
    color: #fff;
    border: solid #fff 2px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 10px;
    margin-bottom: 15px;
}

.q-add-cart-form button:hover{
    cursor: pointer;
    background-color: #fff;
    color: #e17373;
}

.q-add-quantity input{
    width: 30px;
    height: 30px;
    border: 0;
    color: #c0ae7b;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    margin: 0 1px;
}

.q-add-quantity input:hover{
    cursor: pointer;
}

.decrease, .increase{
    display: inline-block;
    width: 30px;
    height: 30px;
    font-family: 'Open Sans', sans-serif !important;
    font-weight: 700;
}

.user-options{
    position: absolute;
    bottom: 15px;
    right: 15px;
    display: flex;
    flex-direction: column;
}

.view-large{
    position: absolute;
    top: 15px;
    right: 15px;
    display: flex;
}

.user-options a:first-of-type{
    margin-bottom: 1px;
}

.item-details-btn{
    background-color: #fff;
    color: #c0ae7b;
    font-family: 'FontAwesome';
    font-size: 14px;
    padding: 5px 8px;
}

.item-details-btn:hover{
    color: #e17373;
    text-decoration: none;
}

.add-to-fav::before{
    content: '\f004';
}

.add-to-compare::before{
    content: '\f080';
}

.view-large a::before{
    content: '\f002';
}

.view-large a{
    padding: 5px 9.5px;
}

.item-box > a{
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 100;
}

.item-name-price{
    font-size: 18px;
    color: #3c3c3c;
    text-transform: uppercase;
    text-decoration: none;
    border-top: 1px solid #f1efe9;
    padding: 15px 0;
}

.item-name-price p{
    margin-bottom: 5px;
}

.item-name-price p:last-of-type{
    font-weight: 700;
}

.item-badges{
    display: block;
    position: absolute;
    top: 15px;
    left: 20px;
}

.item-badges a{
    text-decoration: none;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    padding: 5px 8px;
}

.new-badge{
    background-color: #4c4c4c;
}

.sale-badge{
    background-color: #e17373;
}

.content-sale-bar{
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../images/content-sale-bar.jpg);
    color: #fff;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 60px;
    line-height: 1;
    padding: 65px 0;
    margin-top: 80px;
}

.content-sale-bar p:first-of-type{
    font-size: 34px;
    line-height: 0.75;
}

.content-sale-bar p:first-of-type span{
    font-family: 'Crimson Text', serif;
    font-size: 72px;
    font-style: italic;
    color: #c5b486;
}

.content-sale-bar button{
    background-color: #c5b486;
    border: 3px solid transparent;
    outline: none;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    padding: 10px 20px;
    line-height: 1.5;
}

.content-sale-bar button:hover{
    cursor: pointer;
    border: solid #c5b486 3px;
    background-color: transparent;
}

.article{
    position: relative;
}

.article-thumbnail{
    position: relative;
    z-index: 1;
    background-color: #000;
    
}

.article-thumbnail a{
    display: block;
    opacity: 0;
    position: absolute;
    z-index: 100;
    background-color: #c5b486;
    border: 3px solid transparent;
    outline: none;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    padding: 10px 20px;
    line-height: 1.5;
    left: 50%;
    top: 30%;
    transform: translate(-50%,-50%);
    transition: opacity ease 0.3s;
}

.article-thumbnail a:hover{
    cursor: pointer;
    border: solid #c5b486 3px;
    background-color: transparent;
    text-decoration: none;
}

.article-thumbnail img{
    transition: all ease 0.3s;
}

.article-thumbnail:hover img{
    opacity: 0.5;
    
}

.article-thumbnail:hover a{
    opacity: 1;
}

.article-content{
    position: relative;
    z-index: 2;
    margin: -20% 30px 0 30px;
    padding: 40px;
}

.article-date{
    font-size: 14px;
    color: #9e9e9e;
    background-color: #fff;
    position: absolute;
    right: 0;
    top: -32px;
    padding: 6px 8px;
}

.article-date i{
    color: #c0ae7b;
    margin-right: 5px;
}

.article-content h3{
    border-bottom: 1px #e0dbce solid;
    padding-bottom: 20px;
    margin-bottom: 20px;
    font-size: 22px;
    text-transform: uppercase;
}

.article-content h3 a{
    color: #3c3c3c;
}

.article-content h3 a:hover{
    text-decoration: none;
    color: #858585;
}

.article-content p{
    text-align: justify;
}

.article-content > a{
    text-transform: uppercase;
    color: #3c3c3c;
    font-size: 14px;
    font-weight: 700;
}

.article-content > a::after{
    font-family: 'FontAwesome';
    content: ' \f105';
}

.store-info-links-bg{
    color: #7b7b7b;
    font-size: 16px;
    margin: 80px 0 0 0;
    background: #202422;
    background: -moz-linear-gradient(left, #202422 0%, #202422 50%, #282c2a 50%, #282c2a 100%);
    background: -webkit-linear-gradient(left, #202422 0%,#202422 50%,#282c2a 50%,#282c2a 100%);
    background: linear-gradient(to right, #202422 0%,#202422 50%,#282c2a 50%,#282c2a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#202422', endColorstr='#282c2a',GradientType=1 );
}

.store-info-links-bg h4{
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
}

.store-info-links-bg p{
    margin: 20px 0 30px 0;
}

.store-info-links-bg .row div:first-of-type p{
    margin: 20px 0 30px 30px;
}

.store-info-links-bg .col-lg-4 div:last-of-type p{
    margin-bottom: 0;
}

.store-info-links-bg h4 i{
    color: #7b7b7b;
    margin-right: 10px;
}

.store-info-links-bg .col-lg-4{
    padding: 45px 0;
}

.green-bg-color{
    padding: 45px 0 45px 50px !important;
    background-color: #282c2a;
}

.green-bg-color ul{
    list-style: none;
    padding: 10px 50px 0 0; 
}

.green-bg-color ul li{
    border-bottom: 1px solid #363a38;
}

.green-bg-color ul li a{
    display: block;
    color: #7b7b7b;
    text-decoration: none;
    padding: 8px 0;
}

.green-bg-color ul li a:hover{
    color: #c5b486;
}

.green-bg-color ul li a::before{
    color: #c5b486;
    font-family: 'FontAwesome';
    content: '\f105';
    margin-right: 10px;
}

.newsletter input{
    border: 0;
    background-color: #191c1a;
    color: #414743;
    font-size: 14px;
    height: 40px;
    padding: 10px 0 10px 20px;
}

.newsletter button{
    border: 0;
    background-color: #5f5f5f;
    color: #b4b4b4;
    height: 40px;
    padding: 8px 12px 8px 12px;
    vertical-align: bottom;
}

.newsletter button:hover{
    cursor: pointer;
    background-color: #c5b486;
    color: #fff;
}

.footer-social-icons{
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-social-icons li{
    float: left;
    margin: 0 10px 0 0;
}

.footer-social-icons li a{
    background-color: #191c1a;
    color: #5f5f5f;
    font-size: 20px;
    width: 40px;
    height: 40px;
    float: left;
    text-align: center;
    line-height: 40px;
}

.footer-social-icons li a:hover{
    background-color: #c5b486;
    color: #fff;
}

.copyrights{
    font-size: 14px;
    color: #3c3c3c;
    padding: 30px;
}

.mobile-menu-content{
    position: fixed;
    z-index: 99999;
    display: block;
    width: 100%;
    top: 0;
    left: 0;
    background-color:rgba(0, 0, 0, 0.95);
    transform: translateY(-100%);
    transition: all 0.3s ease-in;
}

.close-menu{
    color: #7d7d7d;
    font-size: 40px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 10px;
}

.mobile-menu-content ul{
    width: 100%;
    padding: 30px 0 50px 0;
    list-style: none;
    text-align: center;
}

.mobile-menu-content ul a{
    font-size: 20px;
    color: #7b7b7b;
    text-decoration: none;
    padding: 8px 0;
}

.mobile-menu-content ul a:hover{
    color: #c5b486;
}

.mobile-menu-content ul a::before{
    color: #c5b486;
    font-family: 'FontAwesome';
    content: '\f105';
    margin-right: 10px;
}

.mobile-menu{
    display: none;
}

.open-menu{
    color: #3c3c3c;
    padding: 16px 0 0 0;
}

.mobile-menu a:hover{
    color: #c0ae7b;
}

@media (max-width: 575.99px) { 

    .featured-items{
        flex-direction: column;
    }

    .featured-items li a{
        padding: 0;
    }
 }

@media (max-width: 767.99px) {
    .main-owl-carousel{
        height: 263px;
    }
    .slide h2{
        font-size: 30px;
    }

    .slide span{
        font-size: 30px;
    }

    .slide p{
        font-size: 18px;
    }
    .user-links div{
        justify-content: center !important;
    }
    .currency{
        display: flex;
        flex-flow: row wrap;
        justify-content: space-around;
    }
 }

@media (max-width: 991.99px) {
    .tabs-row div.col-lg{
        margin-bottom: 30px;
    }

    .tabs-row div.col-lg:last-of-type{
        margin-bottom: 0;
    }

    .margin-mobile{
        margin-top: 50px;
    }

    .desktop-menu{
        display: none !important;
    }

    .mobile-menu{
        display: flex !important;
    }

    .store-info-links-bg .col-lg-4{
        text-align: center;
        padding: 45px 0 0 0 !important;
    }

    .green-bg-color{
        padding: 45px 0 !important;
        background: none;
    }

    .green-bg-color ul{
        padding: 10px 0 0 0;
    }

    .store-info-links-bg{
        background: #202422 !important;
    }

    .footer-social-icons{
        display: flex;
        justify-content: center;
        padding: 0 0 45px 0;
    }
}

@media (min-width: 768px) and (max-width: 991.99px) { 
    .main-owl-carousel{
        height: 351px;
    }

    .slide h2{
        font-size: 50px;
    }

    .slide span{
        font-size: 50px;
    }

    .slide p{
        font-size: 28px;
    }
}

@media (min-width: 992px) and (max-width: 1199.99px) {
    .main-menu a{
        padding: 15px 10px;
    }

    .sub-menu > li:first-of-type{
        display: none;
    }

    .main-owl-carousel{
        height: 468px;
    }
}

