/** Shopify CDN: Minification failed

Line 1551:0 Unexpected "{"
Line 1551:1 Expected identifier but found "%"
Line 1552:0 Unexpected "{"
Line 1552:1 Expected identifier but found "%"
Line 1616:7 Expected identifier but found "{"
Line 1616:8 Unexpected "{"
Line 1616:15 Expected ":"
Line 1616:85 Expected ":"

**/

@font-face {
    font-family: 'Futura-Std-Light';
    src: url('Futura-Std-Light.ttf'); 
    src: url('Futura-Std-Light.eot?#iefix') format('embedded-opentype');
    src: url('Futura-Std-Light.otf') format('opentype'), url('Futura-Std-Light.woff') format('woff'), url('Futura-Std-Light.ttf') format('truetype');
}

@font-face {
    font-family: 'Futura-Std-Book';
    src: url('Futura-Std-Book.ttf'); 
    src: url('Futura-Std-Book.eot?#iefix') format('embedded-opentype');
    src: url('Futura-Std-Book.otf') format('opentype'), url('Futura-Std-Book.woff') format('woff'), url('Futura-Std-Book.ttf') format('truetype');
}

@font-face {
    font-family: 'Futura-Std-Medium';
    src: url('Futura-Std-Medium.ttf'); 
    src: url('Futura-Std-Medium.eot?#iefix') format('embedded-opentype');
    src: url('Futura-Std-Medium.otf') format('opentype'), url('Futura-Std-Medium.woff') format('woff'), url('Futura-Std-Medium.ttf') format('truetype');
}

.accordion-header h2 {font-family: 'Futura-Std-Light';}
strong, b, .sec-title {font-family: 'Futura-Std-Medium'; font-weight: normal;}
.primary-navbar, .theme-btn, button, .btn, .prod-price ins {font-family: 'Futura-Std-Book'; font-weight: normal;}

/*---------------- General Starts ------------------*/
body {
    color: #000;
    background-color: #fff; 
    font-family: 'Futura-Std-Light';
    font-size: 14px;
    font-weight: 300;
    margin: 0;
}
input, textarea, button, select {font-size: 14px;}

p {color: inherit; margin-bottom: 15px; font-size: 16px;}
p:first-child, p:last-child {margin-bottom: 15px;}
a, img {
    color: #000;
    -ms-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
button, input, h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    -ms-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
a:hover, a:focus {color: #f5c45f; opacity: 1; outline: medium none;}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {font-family: 'Futura-Std-Book'; font-weight: normal;}
input, textarea, button, select {font-family: 'Futura-Std-Light';}
h2, .h2 {letter-spacing: 0;}

.rel-div {position: relative;}

.title-wrap {
    text-align: center;
    display: inline-block;
    width: 100%;
    padding-bottom: 25px;
}
.title-wrap p {font-size: 20px;}
.sec-title {
    text-align: center;
    margin-bottom: 20px;
    font-size: 32px;
    position: relative;
    text-transform: capitalize;
    font-weight: 400;
    line-height: 1;
}

.theme-btn, .btn {
    display: inline-block;
    text-align: center;
    min-width: 160px;
    border: none;
    border-radius: 0;
    color: #fff;
    background-color: #deb154;
    font-weight: normal;
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    text-transform: uppercase;
    font-size: 18px;

}
.theme-btn:hover, .theme-btn:focus, .btn:hover, .btn:focus {background-color: #000; color: #fff; opacity: 1;}

.theme-btn-1 {
    display: inline-block;
    text-align: center;
    min-width: 160px;
    border: 1px solid #000;
    border-radius: 0;
    color: #000;
    background-color: transparent;
    font-weight: normal;
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    text-transform: uppercase;
    font-size: 16px;
}

.theme-btn-1:hover, .theme-btn-1:focus {background-color: #f5c45f; border-color: #f5c45f; color: #fff;}

.img-effect {display: block; overflow: hidden;}
.img-effect:hover > img {-webkit-transform: scale(1.1); transform: scale(1.1); opacity: 0.5;}

@media only screen and (max-width: 1200px) {
    p {font-size: 16px;}
}
@media only screen and (max-width: 767px) {
    .sec-title {font-size: 28px;}   
    .title-wrap p {font-size: 16px;} 
    .theme-btn {height: 45px; line-height: 45px; font-size: 16px;}
    .theme-btn.btn-small {height: 40px; line-height: 40px;}

}
@media only screen and (max-width: 480px) {
    .theme-btn {min-width: 1px;}
}

:focus {
    outline: -webkit-focus-ring-color auto 0px;
}
.sec-space {padding-top: 45px; padding-bottom: 45px;}

img, .slide-carousel .slide-item img {max-width: 100%; vertical-align: middle; width: auto; transition: all 0.3s ease 0s; -webkit-transition: all 0.3s ease 0s;  }
.no-padding {padding-left: 0; padding-right: 0;}
.block-inline {vertical-align: middle; display: inline-block; width: 100%;}

.list-items li {
    display: inline-block;
    padding: 0 5px;
    vertical-align: middle;
}
.list-items {margin-left: -5px;}

select {position: relative;}

.rating span {display: inline-block; vertical-align: middle; color: #c2c2c2; line-height: 0;}
.rating span.star::before{
    content: "\f4b2";
    font-family: "Ionicons";
    font-size: 18px;
}
.rating span.star.half:before{
    content: "\\f4b1";
    font-family: "Ionicons";
}
.rating span.star.active:before{color: #fac917; content: "\f4b3";}

input::-moz-placeholder {color: #797979; opacity: 1;}
input::-ms-input-placeholder {color: #797979; opacity: 1;}
input::-webkit-input-placeholder {color: #797979; opacity: 1;}
textarea::-moz-placeholder {color: #797979; opacity: 1;}
textarea::-ms-input-placeholder {color: #797979; opacity: 1;}
textarea::-webkit-input-placeholder {color: #797979; opacity: 1;}

input:focus::-webkit-input-placeholder {color: transparent !important;}
input:focus:-moz-placeholder {color: transparent !important;}
input:focus::-moz-placeholder {color: transparent !important;}
input:focus:-ms-input-placeholder {color: transparent !important;}
textarea:focus::-webkit-input-placeholder { color: transparent !important;}
textarea:focus:-moz-placeholder {color: transparent !important;}
textarea:focus::-moz-placeholder {color: transparent !important;}
textarea:focus:-ms-input-placeholder {color: transparent !important;}

.custom-container,.page-width {max-width: 1230px; margin-left: auto; margin-right: auto;}
.custom-container::after, .custom-container::before, .clearfix::after, .clearfix::before {
    content: '';
    display: table;
    clear: both
}
@media (max-width: 1260px){
    .custom-container,.page-width {padding-left: 22px; padding-right: 22px;}
}

.mobile-visibel {display: none;}

@media only screen and (max-width: 767px){
    .mobile-visibel {display: block;}
    .mobile-hidden {display: none;}

}
/*---------------- General Ends ------------------*/

/*---------------- Header Starts ------------------*/
.header-wrap {background-color: #000;}
.header-topbar {
    position: relative;
    color: #fff;
    padding: 20px 0 15px;
    z-index: 5;
    font-size: 16px;
}
.header-topbar .wrap {
    width: 100%;
    align-items: center;
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    -webkit-flex-direction: row;
    display: -webkit-inline-box;  
}
.header-topbar .top-left {width: 35%;}
.header-topbar .top-middle {width: 30%; text-align: center;}
.header-topbar .top-right {width: 35%; text-align: right;}

.header-topbar .search-form {
    position: relative;
    margin-top: 20px;
    display: inline-block;
    width: 100%;
}
.header-topbar .search-form input#text1 {
    border: none;
    border-bottom-width: medium;
    border-bottom-style: none;
    border-bottom-color: currentcolor;
    border-bottom: 1px solid #676767;
    padding: 0 0 10px 45px;
    width: 215px;
    color: #fff;
    background-color: transparent;
    -ms-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; 
      line-height: 1.5;
}
input, textarea, select{   line-height: 1.5;}
.header-topbar .search-form input#text1:focus {width: 300px;}
.header-topbar .search-form > .submit {
    background: transparent;
    border: none;
    position: absolute;
    left: 0;
    top: 0;
}
.header-topbar .search-form input::-webkit-input-placeholder {color: #c7c7c7; font-size: 16px; opacity: 1;}
.header-topbar .search-form input::-moz-placeholder {color: #c7c7c7; font-size: 16px; opacity: 1;}
.header-topbar .search-form input::-ms-input-placeholder {color: #c7c7c7; font-size: 16px; opacity: 1;}
.header-topbar .search-form input::input-placeholder {color: #c7c7c7; font-size: 16px; opacity: 1;}
.header-topbar .search-form input:-moz-placeholder-shown:focus {color: transparent;}

.header-topbar .top-right ul {margin-bottom: 25px;}
.header-topbar .top-right li {padding: 0 10px 10px;}
.header-topbar .top-right a {
    display: inline-block;
    position: relative;
    line-height: 0;
    color: #fff;
    text-transform: capitalize;
}
.header-topbar .top-right a:hover img, .header-topbar .top-right a:focus img  {opacity: 0.5;}
.header-topbar .top-right a > .text { margin-left: 8px;}
.header-topbar .top-right span {vertical-align: middle;}
.header-topbar .items-cnt {
    background-color: #aa9664;
    height: 20px;
    width: 20px;
    display: inline-block;
    text-align: center;
    border-radius: 15px;
    font-size: 12px;
    position: absolute;
    top: -10px;
    left: 10px;
    line-height: 18px;
    color: #fff;
}
.header-topbar a:hover, .header-topbar a:focus {color: #f5c45f;}


.menu-bar {z-index: 999; margin-bottom: 10px;}
.main-header {
    width: 100%;
    text-align: center;
    position: relative;
}
.main-header > div {position: relative;}
.primary-navbar {text-transform: capitalize;}
.primary-navbar > li {
    display: inline-block;
    padding: 15px 0;
    position: relative;
}
.primary-navbar > li + li {margin-left: 50px;}
.primary-navbar > li.active > a, .primary-navbar > li > a:hover, .primary-navbar > li > a:focus {color: #f5c45f;}

/* Submenu */
.primary-navbar .dropdown a {position: relative;}
.primary-navbar .dropdown > a:after {
    content: "\f3d0";
    font-family: "Ionicons";
    font-size: 14px;
    position: absolute;
    right: -15px;
    top: 0;
    line-height: normal;
}
.primary-navbar .dropdown > .dropdown-menu  a:after  {right: 0; top: 3px;}
.primary-navbar .dropdown > .dropdown-menu {
    background-color: #efefef;
    left: 0;
    min-width: 180px;
    position: absolute;
    top: 100%;
    padding: 10px 0;
    opacity: 0;
    visibility: hidden;
    text-align: left;
    z-index: 999;
    transform: translateY(50px);
    -webkit-transform: translateY(50px);   
    -ms-transform: translateY(50px);

    -ms-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;

    -webkit-box-shadow: 0 6px 6px -6px #777;
    -moz-box-shadow: 0 6px 6px -6px #777;
    box-shadow: 0 6px 6px -6px #777;
}
.primary-navbar .dropdown:hover > .dropdown-menu {
    opacity: 1;
    visibility: visible;

    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);  
}
.primary-navbar .dropdown {position: relative;}
.primary-navbar .dropdown-menu > li {padding: 9px 15px;}
.primary-navbar .dropdown-menu a {display: block;}
.primary-navbar > li > a {font-size: 18px; font-weight: 400; color: #fff; letter-spacing: 2px;}
.primary-navbar .dropdown > .dropdown-menu .dropdown-menu {left: 100%; top: 0;}

/*--- Header Navigation Megamenu ---*/
.primary-navbar .mega-dropdown {position: static;}
.primary-navbar .mega-dropdown-menu {width: 100%;}
.mega-dropdown-menu .menu-block {padding: 35px 30px 0 30px;}
.mega-dropdown-menu .menu-block.col-3 {width: 33.3333%; float: left;}
.mega-dropdown-menu .menu-block.col-4 {width: 25%; float: left;}
.primary-navbar .dropdown > .dropdown-menu.mega-dropdown-menu {padding: 0 0 35px 0; margin-top: 0;}
.mega-dropdown-menu .sub-list > ul {padding: 0;}
.mega-dropdown-menu .sub-list > ul li a {display: block;}
.mega-dropdown-menu li a {color: #999; text-transform: capitalize; padding: 5px 0;}
.mega-dropdown-menu li:last-child a{padding-bottom: 0;}
.mega-dropdown-menu .title-2 {margin: 30px 0 15px; font-size: 16px; font-weight: 400;}
.mega-dropdown-menu li a:hover {color: #000;}
/*--- ./Header Navigation Megamenu ---*/


.nav-trigger {display: none;}

@media only screen and (max-width: 1630px) {
    .primary-navbar > li + li {margin-left: 30px;}
}
@media only screen and (max-width: 1024px) {
    .header-topbar .top-right .text {display: none;}
    .primary-navbar .dropdown > .dropdown-menu {min-width: 140px; font-size: 12px;}
}
@media only screen and (max-width: 1200px){
    .primary-navbar > li + li {margin-left: 20px;}
}
@media only screen and (max-width: 991px) {
    .primary-navbar > li + li {margin-left: 25px;}
    .header-topbar .top-right .mobile-hidden li {padding: 0 5px 10px;}
}
@media only screen and (max-width: 767px) {
    .nav-trigger {display: block; cursor: pointer; text-align: right; font-size: 28px; line-height: 0;}
    .nav-trigger:before {line-height: none;}
    .menu-bar {
        margin-right: 10px;
        left: 0;
        max-width: 300px;        
        position: fixed;
        top: 0;
        bottom: 0;
        overflow: auto;
        background-color: #fff;
        height: 100%;
        z-index: 999;
        margin: 0;
        border: none;  
        padding: 0 15px;
        transform: translateX(-350px);
        -webkit-transform: translateX(-350px);

        transition: all ease-in-out 0.3s ;
        -webkit-transition: all ease-in-out 0.3s ;
    }
    .menu-bar > .nav-trigger {padding: 15px 0 0; color: #fff;}
    .primary-navbar {text-align: left;}
    .primary-navbar > li {display: block; padding: 10px 0;}
    .primary-navbar > li + li {margin-left: 0;}
    .primary-navbar > li a {display: block; font-size: 15px;}
    .primary-navbar > li {padding: 5px 0;}
    .primary-navbar .dropdown > a::after {right: 0;}
    .off-canvas-body .menu-bar {
        background-color: #a1a1a1;
        transform: translateX(0px);
        -webkit-transform: translateX(0px);
        box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.25);
    }
    .primary-navbar .dropdown > .dropdown-menu {
        display: none;
        position: static;
        visibility: visible;
        opacity: 1;
        margin-top: 10px;
        transform: translateY(0px);
        -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
    }
    .primary-navbar .mega-dropdown-menu .menu-block {float: none; width: 100%;}

    .header-topbar .wrap  {-webkit-box-pack: center; -webkit-box-align: center;}
    .menu-bar {float: none; width: 100%;}
    .header-topbar .top-right ul {margin-bottom: auto;}
    .header-logo img {max-width: 150px;}
    .header-topbar .search-form {margin-top: auto;}

    .header-topbar .top-right ul.list-1, .header-topbar .top-right ul.list-2 {display: inline-block;}



    /*---------------------- Search Popup Starts ---------------------------- */
    .serch-popup {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        padding: 50px 0;
        background-color: #fff;
        border: 1px solid #dedede;
        z-index: 5;

        opacity: 0;
        visibility: hidden;

        transform: translateY(50px);
        -webkit-transform: translateY(50px);
        -ms-transform: translateY(50px);

        transition: transform 0.3s ease 0s;
        -webkit-transition: transform 0.3s ease 0s;
        -ms-transition: transform 0.3s ease 0s;

        transition: all 0.3s ease 0s;
        -webkit-transition: all 0.3s ease 0s;
        -ms-transition: all 0.3s ease 0s;
    }
    .search-active .serch-popup {
        opacity: 1;
        visibility: visible;

        transform: translateY(0px);
        -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
    }

    .serch-popup .search-toggle {
        position: absolute;
        right: 5%;
        top: 5%;
        font-size: 30px;
        color: #000;
        cursor: pointer;
    }
    .search-responsive {
        position: relative;
        width: 100%;
        margin: auto;
    }
    .search-responsive input#text1 {
        border: none;
        border-bottom-width: medium;
        border-bottom-style: none;
        border-bottom-color: currentcolor;
        border-bottom: 1px solid #dedede;
        padding: 10px;
        width: 100%;
    }
    .search-responsive > .submit {
        background: transparent;
        border: none;
        position: absolute;
        right: 0;
        top: 0;
    }
    .search-responsive .submit {font-size: 26px;}
    /*---------------------- Search Popup Ends ---------------------------- */

}
@media only screen and (max-width: 600px) {
    .header-topbar .top-middle {width: 40%; text-align: left;}
    .header-topbar .top-right {width: 60%;}
}
@media only screen and (max-width: 480px) {

}
@media only screen and (max-width: 380px) {
    .header-topbar .wrap {display: block;}
    .header-topbar .top-middle, .header-topbar .top-right {width: 100%; text-align: center;}
    .header-topbar .top-middle {padding-bottom: 25px;}
}
/*---------------- Header Ends ------------------*/


/*---------------------- Main slider Starts ---------------------------- */
.main-slider.slick-slider {text-align: center; position: relative; margin-bottom: 35px;}
.main-slider .custom-container { 
    bottom: 0;
    left: 0;
    top: 0;
    width: 100%;
    position: absolute; 
    right: 0;
}
.main-slider .slick-slide {position: relative;}
.main-slider .slick-slide > img {min-height: 150px;}
.main-slider .slide-detail {
    position: absolute;
    top: 50%;
    transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    max-width: 520px;
    width: 100%;
    right: 0;
}
.slide-detail .sub-title {font-size: 28px; margin-bottom: 45px;}
.slide-detail .title {font-size: 67px; line-height: 1;}
.slide-detail .theme-btn {
    height: 60px;
    background-color: transparent;
    border: 2px solid #000;
    color: #000;
    line-height: 60px;
}
.slide-detail .theme-btn:hover {background-color: #000; color: #fff;}


.main-slider .slick-dots {
    bottom: 30px;
    left: 0;
    position: absolute;
    right: 0;
}
.main-slider .slick-dots li.slick-active button::before {color: #000;}
.main-slider .slick-dots li button::before {color: #b7b7b7;}

@media (max-width: 1460px) {
    .main-slider .custom-container {left: 22px; right: 22px; width: auto;}
}
@media (max-width: 1200px) {
    .slide-detail .sub-title {font-size: 20px; margin-bottom: 25px;}
    .slide-detail .title {font-size: 36px;}
    .slide-detail > p {font-size: 20px; margin-bottom: 20px;}
}
@media (max-width: 800px) {
    .slide-detail .sub-title {font-size: 18px;}
    .slide-detail .title {font-size: 30px;}
    .slide-detail > p {font-size: 18px;}
}
@media (max-width: 767px) {
    .main-slider .slick-dots {bottom: 10px;}
    .slide-detail .theme-btn {line-height: 45px; height: 45px;}
}
@media (max-width: 480px) {
    .slide-detail .sub-title, .slide-detail .title {margin-bottom: 5px;}
  .main-slider .slide-detail{left: 20%;}
}
@media (max-width: 380px) {
    .slide-detail .sub-title {display: none;}
    .slide-detail .title {font-size: 20px; margin-bottom: 10px;}
    .slide-detail .theme-btn {
        height: 35px;
        padding: 0 10px;
        line-height: 35px;
        font-size: 12px;
    }
}
/*---------------------- Main slider Ends ---------------------------- */

/*---------------------- Promotion Starts ---------------------------- */
.meso-wrap {margin: auto -45px;}
.meso-wrap .promo-wrap, .meso-wrap .grid-sizer {width: 50%; float: left;}
.meso-wrap .promo-wrap {padding: 35px 45px; text-align: center;}
.meso-wrap .promo-wrap > .img-effect {position: relative;}
.promo-wrap .content {
  position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: inline-block;
    margin: auto;
    text-align: center;
    background: #ffffff96;
      padding: 12px 0;
  
/*     position: absolute;
    top: 50px;
    left: 25px;
    right: 25px;
    display: table;
    margin: auto; */
}
.promo-wrap .content p {font-size: 20px;}
.promo-wrap .content .title {font-size: 26px; text-transform: capitalize; margin: 0 0 11.5px;}
.promo-wrap .content .link {font-size: 18px; text-decoration: underline;}
.promo-wrap .img-effect:hover > img {opacity: 0.85;}
.promo-wrap .img-effect:hover, .promo-wrap .img-effect:focus {color: #000; background-color: rgba(0,0,0,0.5);}

@media only screen and (max-width: 1320px){
    .meso-wrap .promo-wrap {padding: 15px;}
    .meso-wrap {margin: auto -15px;}
}
@media only screen and (max-width: 767px) {
    .meso-wrap .promo-wrap, .meso-wrap .grid-sizer {width: 100%;}
    .meso-wrap .promo-wrap > .img-effect{display: table; margin: auto;}
}
@media only screen and (max-width: 480px) {
    .promo-wrap .content {left: 5px; right: 5px;}
    .promo-wrap .content .title {font-size: 22px;}
    .promo-wrap .content p {font-size: 16px;}
}
/*---------------------- Promotion Ends ---------------------------- */

/*---------------------- Promotion Banner Starts ---------------------------- */
.promotion-banner {text-align: center; position: relative;
 /*background-image: url(/cdn/shop/files/banner-bg-12.jpg?10565711080112571207);*/
  padding: 45px; background-repeat: no-repeat;
}

.promotion-banner .sub-title {font-size: 27px;}

.promotion-banner .sec-title {font-size: 60px;}

.buttons_boxes { position: absolute; right: 0; top: 0;}
.wrap.shopping-text{    position: relative;}
.btn_black { background-color: #000;     font-size: 20px; }
.shop_men, .shop_women { display: block; }
.shop_men{margin-top : 10px;     z-index: 99999; position: relative;}
.shop_men:hover, .shop_women:hover { background-color: #fff; border: 1px solid #000; color:#000; opacity: 1; }

@media (max-width: 1024px) {
    .btn_black{ font-size: 14px;}
}

@media (max-width: 920px) {
    .buttons_boxes {position: static;}
    .shop_men, .shop_women { display: inline-block;}
    .shop_men{margin-top: 0px;}
    .promotion-banner .sub-title { font-size: 20px;}
    .promotion-banner .sec-title { font-size: 38px;}
    .btn.btn_black{min-width: 100px;height: 35px; line-height: 35px;padding: 0 15px;}
}

@media (max-width: 850px) {
    .btn_black { font-size: 12px; padding: 6px 10px;}
}

@media (max-width: 600px) {
    .promotion-banner {padding: 15px;}
    .promotion-banner .sub-title {font-size: 20px;}
    .promotion-banner .sec-title {font-size: 40px;}
}
@media (max-width: 320px) {
  .btn.btn_black{padding: 0 8px; min-width: 90px;}
} 
/*---------------------- Promotion Banner Ends ---------------------------- */

/*---------------------- Product Starts ---------------------------- */
.slider-nav-1 {margin: 0 -15px;}
.slider-nav-1 .slick-arrow {height: 55px; width: 25px; background-repeat: no-repeat; z-index: 1; background-position: center;}
.slider-nav-1 .slick-arrow:before {content: "";}
.slider-nav-1 .slick-prev {background-image: url(/cdn/shop/files/slide-right-arrow.png?1922321800298192979); left: auto; right: -5%;}
.slider-nav-1 .slick-next {background-image: url(/cdn/shop/files/slide-left-arrow.png?1922321800298192979); right: auto; left: -5%;}
.slider-nav-1 .prod-wrap {padding: 0 15px;}

.prod-wrap {position: relative; margin: 30px auto; text-align: center;}
.prod-img {margin-bottom: 25px; position: relative;}
.prod-img img {margin: auto;}
.prod-wrap .prod-tags {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 15%;
    opacity: 0;
    z-index: 1;
    transform: translate(0%, 50%);
    -webkit-transform: translate(0%, 50%);

    -ms-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.prod-wrap:hover .prod-tags {opacity: 1; bottom: 50%;}
.prod-title {
    font-size: 18px;
    font-weight: 400;
    text-transform: capitalize;
}

.prod-price ins {font-size: 18px; text-decoration: none;}
.prod-price del {color: #626262; font-size: 16px;}


textarea,
input[type="text"],
input[type="button"],
input[type="submit"] {
    -webkit-appearance: none;
    border-radius: 0;
}
.prod-wrap .prod-tags .cart-tag {
    width: 160px;
    text-align: center;
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
.prod-wrap .cart-tag > i {
    vertical-align: middle;
    color: #fff;
    font-size: 24px;
    position: absolute;
    top: 0;
    bottom: 0;
    height: 20px;
    width: 20px;
    line-height: 1;
    left: 20px;
    margin-top: 12px;
}
.prod-wrap .prod-tags .cart-add {
    border: none;
    color: #fff;
    width: 100%;
    text-transform: uppercase;
    font-size: 16px;
    background-color: #f5c45f;
    height: 50px;
    border-radius: 0;
    padding-left: 40px;
    font-weight: normal;
}
.prod-wrap .prod-tags .wisht-list {
    color: #fff;
    display: inline-block;
    height: 50px;
    line-height: 50px;
    padding: 0 5px;
    text-align: center;
    text-transform: uppercase;
    width: 50px;
    vertical-align: middle;
    font-size: 24px;
    background-color: #aa9664;
}
.prod-wrap .prod-tags .cart-add:hover, .prod-wrap .prod-tags .cart-add:focus {background-color: #aa9664;}
.prod-wrap .prod-tags .wisht-list:hover, .prod-wrap .prod-tags .wisht-list:focus {background-color: #f5c45f;}


@media only screen and (max-width: 1800px) {
    .slider-nav-1 .slick-prev {right: -10px;}
    .slider-nav-1 .slick-next {left: -10px;}
}
@media only screen and (max-width: 1400px) {
    .slider-nav-1 .slick-prev {right: 0px;}
    .slider-nav-1 .slick-next {left: 0px;}
}
@media only screen and (max-width: 991px) {

}
@media only screen and (max-width: 749px) {
    .slider-nav-1 .slick-arrow {height: 40px;}
    .slider-nav-1 .slick-prev {right: 0;}
    .slider-nav-1 .slick-next {left: 0;}
}
/*---------------------- Product Ends ---------------------------- */

/*---------------------- Promotion Video Starts ---------------------------- */
.promotion-video::before {
    content: "";
    background-color: rgba(255,255,255,0.5);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
}
.promotion-video {
    background-image: url(assets/img/bg-img-1.png);
    position: relative;
    z-index: 1;
}
.video-wrap {position: relative; color: #fff;}
.video-wrap .content {
    position: absolute;
    top: 50%;
    transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    left: 15px;
    right: 15px;
    text-align: center;
    max-width: 600px;
    margin: auto;
}
.video-wrap .content .title {font-size: 36px;}
.video-wrap .content p {color: #fff;}
.video-wrap .play-icon {display: inline-block;  margin: 20px auto 30px;}
.video-wrap .link {color: #fff;}
.video-wrap .link:hover, .video-wrap .link:focus {color: #f5c45f;}

.featured-review {
    border: 1px solid #c2c2c2;
    background-color: #f7f7f7;
    padding: 40px;
    text-align: center;
}
.featured-review .wrap > img {margin: 20px auto;;}
.featured-review .title {font-size: 24px;}
.featured-review .sub-title {text-transform: uppercase; font-weight: normal; font-size: 18px;}
.featured-review p {font-size: 16px; line-height: 1.8;}
.featured-review .theme-btn {margin-top: 15px; margin-bottom: 7px;}
.featured-review .slick-dots {
    bottom: -25px;
    left: 0;
    position: absolute;
    right: 0;
}
.featured-review .slick-dots li.slick-active button::before {color: #684527;}
.featured-review .slick-dots li button::before {color: #acacac; opacity: 1;}


@media only screen and (max-width: 1400px) {

}
@media only screen and (max-width: 991px) {
    .promotion-video .grid__item {width: 100%;}
    .featured-review {margin-top: 50px;}
    .video-wrap .content .title {font-size: 30px;}
}
@media only screen and (max-width: 767px) {
    .video-wrap .content .title {font-size: 24px;}
    .play-icon img {max-width: 70px;}
    .featured-review .title {font-size: 20px;}
}
@media only screen and (max-width: 380px) {
    .video-wrap .content .title {font-size: 16px;}
    .play-icon img {max-width: 50px;}
    .video-wrap .play-icon {margin: auto auto 15px;}
    .featured-review {padding: 40px 20px;}
}
/*---------------------- Promotion Video Ends ---------------------------- */

/*---------------------- Instagram Starts ---------------------------- */
.instagram {margin-bottom: 80px;}
.instagram .sec-title {text-transform: uppercase;}
/*---------------------- Instagram Ends ---------------------------- */

/*---------------------- Breadcumb Starts ---------------------------- */
.site-breadcumb { /*padding: 25px 0 0;*/ text-transform: capitalize; position: relative; z-index: 1; font-size: 16px;}
.site-breadcumb a {position: relative; font-weight: 300; text-transform: capitalize;}
.site-breadcumb a::after {
    content: "/";
    margin: 5px;
}
.site-color {color: #f5c45f;}
/*---------------------- Breadcumb Ends ---------------------------- */

/*---------------------- Sidebar Starts ---------------------------- */
.selections {
    background-color: #ebebeb;
    margin: 0;
    padding: 15px 30px;
    border-bottom: 1px solid #d7d7d7;
    font-size: 18px;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
}
.selections .clear {
    font-size: 14px;
    text-decoration: underline;
    float: right;
    margin-top: 3px;
}
.sidebar-wrap {border: 1px solid #d7d7d7; margin-bottom: 50px;}
.sidebar-content {padding: 30px; border-bottom: 1px solid #d7d7d7; display: inline-block; width: 100%; vertical-align: middle;}
.sidebar-content:last-child {border-bottom: none;}
.sidebar-content .title {
    font-size: 18px;
    font-weight: normal;
    text-transform: uppercase;
    font-weight: normal;   
}
.sidebar-wrap .check {margin-bottom: 0;}
.sidebar-wrap .check > a {
    background-image: url("/cdn/shop/files/uncheck.png?14355154682356428085");
    background-position: left center;
    background-repeat: no-repeat;
    display: inline-block;
    padding-left: 30px;
    position: relative;
    vertical-align: middle;
}
.sidebar-wrap .check > a:hover, .sidebar-wrap .check.active > a {background-image: url("/cdn/shop/files/check.png?14355154682356428085");}
.sidebar-wrap .nav > li {padding: 5px 0 7px; font-size: 16px;}
.sidebar-wrap .nav > li label {font-size: 16px;     text-transform: capitalize;}
.sub-nav {padding-left: 35px;}
.sub-nav > li {padding-top: 12px;}

.size-chart li {display: inline-block; vertical-align: middle;}
.size-chart label a {
/*       border: 1px solid #000; */
    /* padding: 7px 0px; */
/*     height: 55px;
    display: block;
    line-height: normal;
    width: 75px;
    text-align: center;
    margin-right: 10px;
    color: #000;
    text-transform: uppercase;
    font-size: 14px; */
    /* vertical-align: middle; */
/*     line-height: 55px; */
  
  
  
    border: 1px solid #000;
    padding: 7px 15px;
    height: 35px;
    display: block;
    line-height: normal;
    width: 50px;
    text-align: center;
    margin-right: 10px;
    color: #000;
    text-transform: uppercase;
}
.sidebar-wrap .size-chart label.active a, .sidebar-wrap .size-chart label a:hover {
    border: 1px solid #dbdbdb;
    background-color: #f6f6f6;
}

@media only screen and (max-width: 1580px) {
  .selections { font-size: 14px;}
  .selections .clear{font-size: 12px;}
}

@media only screen and (max-width: 1200px) {
  .selections { font-size: 12px;}
  .selections .clear{font-size: 10px;}
}

@media only screen and (max-width: 991px) {
    .sidebar-content {padding: 30px 15px;}
}

@media only screen and (max-width: 767px) {
    .sidebar-wrap {padding-bottom: 25px;}
    .sidebar-content {padding: 30px 15px 0;}
    .sidebar-content .title {
        cursor: pointer; 
        display: block;
        font-size: 16px;
        background-image: url(/cdn/shop/files/plus.png?18300722568799715418);
        background-repeat: no-repeat; 
        background-position: top 5px right 10px;
        -ms-transition: all 0.4s ease-in-out;
        -webkit-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }
    .sidebar-content .title.open { background-image: url(/cdn/shop/files/minus.png?18300722568799715418);}
    .sidebar-wrap .inner-content {
        display: none;
        -ms-transition: all 0.4s ease-in-out;
        -webkit-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }
    .sidebar-content {border-bottom: none; padding-bottom: 0; }
}
/*---------------------- Sidebar Ends ---------------------------- */

/*---------------------- Sortbar Starts ---------------------------- */
.sortbar {display: inline-block; width: 100%;}
.sortbar-left {float: left; font-size: 16px;}
.sortbar-right {float: right; }
.sortbar .title {  font-size: 26px; text-transform: capitalize; font-weight: 400;}
.sort-by {display: inline-block; vertical-align: middle;}
.collection-view{
    border: 1px solid #c2c2c2;
    border-radius: 2px;
    color: #b0b0b0;
    display: inline-block;
    font-size: 25px;
    height: 40px;
    /*padding: 0 5px;*/
    vertical-align: middle;
}
.collection-view li.active {color: #5d5e5e;}
.sort-by > label {
    display: inline-block;
    margin-bottom: 0;
    margin-right: 15px;
    vertical-align: middle;
}
.sort-by select {border-color: #c2c2c2; height: 40px;  padding: 0 30px 0 10px;}

.change-view li, .collection-view button {
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    line-height: 0;
    /*margin: 0 5px;*/
    background-color: transparent;
    border: none;
    font-size: 25px;
}
.sortbar-left label {display: none;}

@media only screen and (max-width: 1024px) {
    .sortbar-left {float: none; text-align: center;}
    .sortbar-right {display: inline-block;  float: none; width: 100%; margin-top: 15px;}     
    .collection-view {float: right;}
}
@media only screen and (max-width: 767px) {

}
@media only screen and (max-width: 480px) {
    .sort-by > label {display: none;}
    .sortbar-left label {display: block;}
}
/*---------------------- Sortbar Ends ---------------------------- */

/*---------------------- Shop Page Starts ---------------------------- */
.shop-page > .custom-container, .template-collection .site-breadcumb > .custom-container {max-width: 1630px;}

.view-all  {text-align: center; margin: 30px auto 20px;}

.list-view-item:last-child {
    padding-bottom: 22px;
    border-bottom: 1px solid #e8e9eb;
    margin-bottom: 22px;
}

@media (max-width: 1660px){
    .shop-page > .custom-container, .template-collection .site-breadcumb > .custom-container {padding-left: 22px; padding-right: 22px;}
}

@media only screen and (max-width: 1400px) {
    .shop-page .forlistview {width: 25%;}
    .shop-page .forlistview.list {width: 100%;}
    .shop-page .forlistview.list  .prod-wrap {display: block;}    
    .selections {padding: 15px;}
}
@media only screen and (max-width: 1200px) {
    .shop-page .forlistview {width: 33.3333%;}
}
@media (min-width: 768px) and (max-width: 991px) {
    .shop-page .grid .sidebar-sec {width: 25%;}
    .shop-page .grid .collection-sec {width: 75%;}
}
@media only screen and (max-width: 991px) {

}
@media only screen and (max-width: 767px) {
    .shop-page .grid .sidebar-sec, .shop-page .grid .collection-sec {width: 100%;}  
    .shop-page .forlistview {width: 50%;}
}
@media only screen and (max-width: 480px) {
    .shop-page .forlistview {width: 100%;}
}
/*---------------------- Shop Page Starts ---------------------------- */

/*---------------------- Product Detail Starts ---------------------------- */
.product-single .left {
    float: left;
    width: 20%;
    height: 100%;
    padding-right: 10px;
    padding-bottom: 35px;
}
.product-single .right {
    text-align: center;
    float: left;
    width: 75%;
    height: 100%;
}
.bx-wrapper img {margin: auto;}
.left .bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 100%;
    margin-top: 16px;
}
.left .bx-wrapper .bx-prev {left: 0;}
.left .bx-wrapper .bx-next {right: 0;}

.product-single .bx-wrapper {border: none; box-shadow: none; -webkit-box-shadow: none; margin: 0; position: relative;}
.shop-slider-nav > a {display: inline-block; vertical-align: middle; margin-bottom: 40px;     margin: 0;}
/*.left .bx-wrapper .bx-pager {display: none;}*/
.shop-slider-nav > a .thumb {border: 1px solid #acacac;}
.shop-slider-nav > a.active-thumb .thumb {border: 1px solid #000;}
.shop-slider-nav .thumb {display: inline-block; width: 100%;}
.product-single .social-icons {text-align: center; width: 100%; margin-top: 50px;}



.shop-info {padding-left: 5%;}
.shop-info > .title {
    font-size: 42px;
    font-weight: normal;
    margin-bottom: 10px;
    line-height: 1.5;   
    text-transform: uppercase;
}
.shop-info .product-review {
    display: inline-block;
    margin-left: 10px;
    font-size: 18px;
}

.shop-info .product-review li {line-height: 1;}
.shop-info .product-review li + li {
    border-left: 1px solid #000;
    margin-left: 12px;
    padding-left: 20px;
}
.divider {border-color: #d7d7d7; margin: 20px auto;}
.shop-info .price {margin-bottom: 25px; }
.shop-info .price ins {text-decoration: none; font-size: 34px; color: #e2b250; }
.shop-info .price del {color: #4e4e4e; font-size: 24px;}
.shop-form label {    
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 10px;
}
.shop-info .size-chart label a {border: 1px solid transparent; height: 40px;}
.shop-info .size-chart label.active a {border: 1px solid #000;}
.shop-form {padding-bottom: 20px;}
.shop-form .form-group.dropdown {display: inline-block;} 
.shop-form .form-group > div {display: inline-block; position: relative;}
.shop-form .form-group {margin-bottom: 25px; float: left; width: 100%;}
.shop-form select {
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #959595;
    border-radius: 0;
    font-size: 16px;
    height: 45px;
    padding: 0 45px 0 15px;
    position: relative;
    width: auto;
    background-color: transparent;
    font-weight: normal;
    text-transform: uppercase;
}
.shop-form .select {
    display: inline-block;
    padding: 0;
    position: relative;
}
.shop-form .quantity .btn {
    -moz-appearance: none;
    -webkit-appearance: none; 
    appearance: none; 
    background-color: transparent;
    border: medium none;
    border-radius: 0;
    color: #000;
    font-size: 18px;
    height: 45px;
    line-height: 45px;
    padding: 0;
    position: relative;
    text-align: center;
    vertical-align: middle;
    width: 38px;
    border: 1px solid #c2c2c2;
    float: left;
    min-width: auto;
}
.shop-form .quantity input::-webkit-inner-spin-button, .shop-form .quantity input::-webkit-outer-spin-button {
    -moz-appearance: none;
    -webkit-appearance: none; 
    appearance: none; 
}
.shop-form .quantity input {
    -moz-appearance: textfield;
    -webkit-appearance: textfield; 
    appearance: textfield; 
    border-color: #c2c2c2 transparent;
    border-radius: 0;
    height: 45px;
    margin: 0;
    padding: 5px;
    text-align: center;
    width: 60px;
    float: left;
    border-width: 1px 0;
}

.shop-form input {
    -moz-appearance: textfield;
    -webkit-appearance: textfield;
    border: 1px solid #959595;
    border-radius: 0;
    height: 45px;
    padding: 5px 20px;
    width: auto; 
    font-size: 16px;
}

.shop-form .wisht-list {
    color: #fff;
    display: inline-block;
    height: 58px;
    line-height: 58px;
    padding: 0 5px;
    text-align: center;
    text-transform: uppercase;
    width: 65px;
    vertical-align: middle;
    font-size: 28px;
    background-color: #bdbdbd;
}
.shop-form .wisht-list:focus, .shop-form .wisht-list:hover { background-color: #f5c45f;}
.prod-btn .theme-btn {
    display: inline-block;
    vertical-align: middle;
    min-width: 200px;
    height: 58px;
    margin-right: 10px;
}
.prod-btn .theme-btn > i {font-size: 28px; vertical-align: middle; margin-right: 10px;}
.prod-btn .theme-btn > span {vertical-align: middle;}

.accordion-header h2 {
    font-size: 18px;
    font-weight: normal;
    background-image: url(/cdn/shop/files/acr-down.png?1257226932667602087);
    background-repeat: no-repeat;
    background-position: top 8px right 15px;
    border-bottom: 1px solid #d7d7d7;
    padding: 0 0 20px;
    cursor: pointer;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.accordion-header.open h2 {background-image: url(/cdn/shop/files/acr-up.png?1257226932667602087);}
.accordion-body {
    display: none;
    width:100%;
    margin: 0 auto 25px;
    overflow:hidden;
    font-size: 16px;
    border-bottom: 1px solid #d7d7d7;
    padding-bottom: 25px;
}
.accordion-body .title {font-size: 18px;}
.accordion-body p { color: #262626; line-height: 2;}
.accordion-body li {padding: 5px 0;}

@media only screen and (max-width: 991px) {
    .shop-slider img {margin: auto;}
    .product-single .grid > .grid__item {width: 100%;}
    .product-single .shop-info {margin-top: 50px;}
}
@media only screen and (max-width: 750px) {
    .shop-info {margin-top: 50px;}
    .shop-info .price ins { font-size: 25px;}
    .shop-slider-nav > a {margin-bottom: 10px;}
    .shop-info > .title {font-size: 24px;}
}
@media only screen and (max-width: 380px) {
    .prod-btn .theme-btn {min-width: 180px; height: 48px;    margin-right: 0;}
    .shop-form .wisht-list {width: 50px; height: 48px; line-height: 48px;}
}
/*---------------------- Product Detail Ends ---------------------------- */

/*---------------------- Blog Pge Starts ---------------------------- */
.blog-wrap > div {width: 50%; float: left;}
.blog-wrap .left-box {padding-right: 2.5%;}
.blog-wrap .right-box {padding-left: 2.5%;     float: right;}
.no-float, .no-class { padding-right: 2.5%;}
.blog-wrap {
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    border-bottom: 1px solid #d7d7d7;
    padding-bottom: 50px;
    margin-bottom: 50px;
}
.blog-wrap .post-title {
    margin-bottom: 15px;
    line-height: normal;
    font-weight: 400;
    font-size: 28px;
    text-transform: none;
}
.blog-wrap .post-date {font-size: 18px; color: #828282;}
.blog-wrap .in-detail {line-height: 2;}
.blog-wrap .post-date a {color: #f5c45f;}
.blog-wrap .read-more a:hover {}
.blog-meta li {
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
}
.blog-meta li {margin-right: 20px;}
.blog-meta li > img {margin-right: 5px;}
.blog-meta li > span, .blog-meta li a {vertical-align: middle;}
.blog-content .theme-btn {border-radius: 4px;}
.blog-wrap:last-child {border-bottom: none; margin-bottom: 0;}

@media only screen and (max-width: 992px) {
    .blog-wrap > div {width: 100%; float: none;}
    .blog-wrap .left-box {padding-right: 0;}
    .blog-wrap .right-box {padding-left: 0;}
    .blog-wrap .left-box {margin-bottom: 30px;}
    .blog-wrap .post-title {font-size: 24px;}
}

@media only screen and (max-width: 767px) {
    .blog-wrap .post-date, .blog-meta li {font-size: 16px;}
    .blog-meta li span {font-size: 20px;}
    .blog-wrap .post-title {font-size: 18px;}
}
/*---------------------- Blog Ends ---------------------------- */

/*---------------------- About-us Starts ---------------------------- */
.about-us {text-align: center;}
.about-img img {display: inline-block; margin-bottom: 40px;}
.about-content .title {font-size: 30px;}
.about-content p {font-size: 18px;}
.about-us .custom-container {max-width: 875px;}
@media only screen and (max-width: 480px) {

}
/*---------------------- About-us Ends ---------------------------- */

/*---------------------- Contact-Us Page Starts ---------------------------- */
.contact-us iframe {
    height: 280px;
    margin-top: 8px;
    max-width: 100%;
    width: 100%;  
    -webkit-backface-visibility: hidden;
    border: 3px solid #d7d7d7;
    filter: gray;
    -webkit-filter: grayscale(99%);
    -webkit-backface-visibility: hidden;
}
.contact-us .title {font-size: 24px;}
.getin-touch {padding-right: 10%;}
p.contact-title {margin-bottom: 40px;}
.contact-form .form-group > span {
    font-size: 16px;
    width: 20%;
    display: inline-block;
    text-transform: uppercase;
}
.contact-form .form-group > input, .contact-form .form-group > textarea {  
    border: 1px solid #d7d7d7;
    font-size: 16px;
    border-radius: 0;
    height: 55px;
    display: inline-block;
    vertical-align: baseline;
    width: 80%;
    margin-left: -5px;
}
textarea { resize: vertical;}
.contact-form .form-group > textarea {height: auto;}
.contact-form .form-group {margin-bottom: 30px; position: relative;}

.contact-info p {margin-bottom: 5px;}
.contact-info {margin-bottom: 30px;}
.contact-info .social-icons {margin-top: 25px;}

@media only screen and (max-width: 1024px) {
    .getin-touch {padding-right: 5%;}
}
@media only screen and (max-width: 767px) {
    .contact-us .grid__item {width: 100%;}
    .contact-form .form-group > span {width: 100%; margin-bottom: 5px;}
    .contact-form .form-group > input, .contact-form .form-group > textarea {width: 100%; margin-left: 0;}
    .getin-touch {padding-right: 0; margin-bottom: 30px; }
}

/*---------------------- Contact-Us Page Ends ---------------------------- */

/*---------------------- Footer Starts ---------------------------- */
.page-footer {padding-top: 50px; color: #fff; background-color: #000; background-size: cover;}
.page-footer p, .page-footer a {color: #fff;}
.footer-widget {margin-bottom: 50px;}
.footer-widget .footer-title {
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 25px;
    position: relative;
    font-weight: 400;
}
.page-footer a:hover, .page-footer a:focus {color: #f5c45f;}

.footer-widget li {padding: 5px 0; margin-bottom: 10px; text-transform: capitalize; font-size: 16px;}

.newsletter-widget .text-1 {
    width: 100% !important;
    border: 1px solid #f4f4f4 !important;
    height: 50px !important;
    margin-bottom: 30px;
    border-radius: 0 !important;
    background-color: #f4f4f4;
}
.newsletter-widget .theme-btn {
    background-color: transparent;
    border: 1px solid #fff;
    text-transform: capitalize;
    min-width: 130px;
}
.newsletter-widget .theme-btn:hover, .newsletter-widget .theme-btn:focus {background-color: #fff; color: #000;}
.social-icons li a { 
    background-color: #494647;
    border-radius: 50%;
    display: inline-block;
    font-size: 26px;
    color: #fff;
    height: 45px;
    line-height: 45px;
    text-align: center;
    width: 45px;
}
.social-icons li a:hover, .social-icons li a:focus {background-color: #f5c45f; color: #fff;}
.list-items.social-icons > li {padding-left: 7px;}

.footer-widget .address p {margin-bottom: 5px;}
.widget-text {padding-right: 15%;}

.footer-bottom {
    border-top: 1px solid #191919;
    padding-top: 20px;
    text-align: center;
    padding-bottom: 5px;
}
.footer-bottom p {font-size: 16px;}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .page-footer .grid__item {  width: 50%;  }
    .page-footer .grid__item:nth-child(2n+1) {clear: both;}
}
@media only screen and (max-width: 767px) {
    .page-footer .grid__item {  width: 100%;  }    
}
/*---------------------- Footer Ends ---------------------------- */

/*.main-content {
    padding-top: 0;
}*/

.color-filter label {
    float: left;
    display: inline-block;
    width: 30px;
    height: 30px;
   -webkit-transform: scale(.85);
    -moz-transform: scale(.85);
    -ms-transform: scale(.85);
    transform: scale(.85);
    -webkit-transition: all 0s ease;
   border-radius: 0;
          border: 1px solid;
}

.color-filter label:hover {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.accord input {
    float: left;
    display: none;
}

.color-filter .hun a {
    color: transparent!important;
    display: block;
    width: 100%;
    height: 100%;
}

.color-filter {
    /*margin-bottom: 40px;*/
    float: left;
    width: 100%;
}

.hidden,.hidden_back {
    display: none!important;
}

.text-tip {
    display: none;
}

.color-filter label.active{
-webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.tag_color {
    display: none;
}

.product-single__thumbnail{    border: none;}

/* 
   Swatches Styles
*/

{% assign width = '50px' %}
{% assign height = '35px' %}
.swatch { 
  margin:1em 0; 
}
/* Label */
.swatch .header {
  margin: 0.5em 0;
}
/* Hide radio buttons.*/
.swatch input { 
  display:none;
}
.swatch label {
     font-size: 18px;
    font-weight: normal;
    margin-bottom: 10px;
    border: none;
}
.swatch-element label { 
    padding: 5px 15px;
    background-color: transparent;
    font-size: 18px;
    text-transform: uppercase;
    border: none;
 }
.color.swatch-element label { padding:0; }
/* Styling selected swatch */
/* Slightly raised */
.swatch input:checked + label {
  -webkit-box-shadow:0px 1px 2px rgba(0,0,0,0.8);
  -moz-box-shadow:0px 1px 2px rgba(0,0,0,0.8);
  box-shadow:0px 1px 2px rgba(0,0,0,0.8);
  border-color:transparent;
  border: 1px solid #000;
} 
.swatch .swatch-element {
  float:left;
  -webkit-transform:translateZ(0); /* webkit flicker fix */
  -webkit-font-smoothing:antialiased; /* webkit text rendering fix */
  /* Spacing between buttons */
  margin:0px 10px 0px 0;
  /* To position the sold out graphic and tooltip */
  position:relative;
}
/* Image with the cross in it */
.crossed-out { position:absolute; width:100%; height:100%; left:0; top:0; }
.swatch .swatch-element .crossed-out { display:none; }
.swatch .swatch-element.soldout .crossed-out { display:block; }
.swatch .swatch-element.soldout label {
  filter: alpha(opacity=60); /* internet explorer */
  -khtml-opacity: 0.6;      /* khtml, old safari */
  -moz-opacity: 0.6;       /* mozilla, netscape */
  opacity: 0.6;           /* fx, safari, opera */
}
/* Tooltips */
.swatch .tooltip {
  text-align:center;
  background:gray;
  color:#fff;
  bottom:100%;
  padding: 10px;
  display:block;
  position:absolute;
  width:100px;
  left:{{ width | remove: 'px' | to_number | divided_by: 2 | minus: 50 | plus: 2 }}px;
  margin-bottom:15px;
  /* Make it invisible by default */
  filter:alpha(opacity=0);
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity:0;
  visibility:hidden;
  /* Animations */
  -webkit-transform: translateY(10px);
     -moz-transform: translateY(10px);
      -ms-transform: translateY(10px);
       -o-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: all .25s ease-out;
     -moz-transition: all .25s ease-out;
      -ms-transition: all .25s ease-out;
       -o-transition: all .25s ease-out;
          transition: all .25s ease-out;
  -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
     -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
      -ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
       -o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
          box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  z-index: 10000;
  -moz-box-sizing:border-box; 
  -webkit-box-sizing:border-box; 
  box-sizing:border-box;
}
.swatch .tooltip:before {
  bottom:-20px;
  content:" ";
  display:block;
  height:20px;
  left:0;
  position:absolute;
  width:100%;
}
/* CSS triangle */
.swatch .tooltip:after {
  border-left:solid transparent 10px;
  border-right:solid transparent 10px;
  border-top:solid gray 10px;
  bottom:-10px;
  content:" ";
  height:0;
  left:50%;
  margin-left:-13px;
  position:absolute;
  width:0;
}
.swatch .swatch-element:hover .tooltip {
  filter:alpha(opacity=100);
  -khtml-opacity:1;
  -moz-opacity:1;
  opacity:1;
  visibility:visible;
  -webkit-transform:translateY(0px);
     -moz-transform:translateY(0px);
      -ms-transform:translateY(0px);
       -o-transform:translateY(0px);
          transform:translateY(0px);
}
.swatch.error {
  background-color:#E8D2D2!important;
  color:#333!important;
  padding:1em;
  border-radius:5px;
}
.swatch.error p {
  margin:0.7em 0;
}
.swatch.error p:first-child {
  margin-top:0;
}
.swatch.error p:last-child {
  margin-bottom:0;
}
.swatch.error code {
  font-family:monospace;
}
.selector-wrapper.js.product-form__item.Size {
    display: none;
}
.product-price__sale--single {
    padding-left: 0;
}
.cart__footer {
    padding-bottom: 35px;
}
.template-cart .btn{
  height: 40px;
 line-height: 40px;
 min-width: 100px;
 padding: 0 10px;
}

@media only screen and (max-width: 850px) {
  .template-customers\/account .btn {
    height: 30px;
    line-height: 30px;
    min-width: 80px;
    padding: 0 6px;
    font-size: 14px;
}
}


@media only screen and (max-width: 749px) {
  .template-cart .btn {
    height: 30px;
    line-height: 30px;
    min-width: 80px;
    padding: 0 6px;
    font-size: 14px;
}
}

@media only screen and (max-width: 360px) {
  .template-cart .btn {
    height: 25px;
    line-height: 25px;
    min-width: 60px;
    padding: 0 6px;
    font-size: 10px;
}
}

 .shop-page .forlistview:nth-child(5n+1) {
    clear: both;
}

@media only screen and (max-width: 1400px) {
.shop-page .forlistview:nth-child(5n+1) {
    clear: none;
}
.shop-page .forlistview:nth-child(4n+1) {
    clear: both;
}
}


@media only screen and (max-width: 1200px) {
.shop-page .forlistview:nth-child(4n+1) {
    clear: none;
}
.shop-page .forlistview:nth-child(3n+1) {
    clear: both;
}
}

@media only screen and (max-width: 767px) {
.shop-page .forlistview:nth-child(3n+1) {
    clear: none;
}
.shop-page .forlistview:nth-child(2n+1) {
    clear: both;
}
} 

p.form--success {
    color: #000;
}


@media only screen and (max-width: 749px) {
  .input-group__btn .btn {
  height: 42px;     line-height: 42px;}
}

.pagination .btn {
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: inline-block;
    width: auto;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 2px;
    padding: 8px 15px;
    background-color: #fff;
    color: #3d4246;
    border-color: #e8e9eb;
    font-family: "Work Sans","HelveticaNeue","Helvetica Neue",sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    white-space: normal;
    font-size: 14px;
    min-width:auto;
      height: auto;
}

.pagination {
    padding-bottom: 30px;
}

.bx-wrapper .bx-pager {
  bottom: -60px !important
}

@media only screen and (max-width: 480px) {
.bx-wrapper .bx-pager {
    bottom: -100px !important;
}
}

form#lookup_form {
    background-color: #000000;
    border: 1px solid #DFBC74 !important;
    padding: 20px;
    max-width: 400px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

label.lookup_label {
    color: #FFFFFF;
    font-size: 14px;
}

#lookup_form input {
    height: 30px;
    margin-bottom: 10px;
    width: 100%;
    max-width: 210px;
}

#lookup_form input.btn {
       margin: 10px 0 0 0;
    width: auto;
    max-width: 100%;
  height:50px;
}

.rte {
  color: #000;}

.site-nav__dropdown{top:48px;}