/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
body {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    line-height: 20px;
    background-color: #f7f7f7;
}
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    src: local('Poppins Regular'), local(Poppins-Regular), url(https://fonts.gstatic.com/s/poppins/v6/pxiEyp8kv8JHgFVrJJfecg.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    src: local('Poppins Medium'), local(Poppins-Medium), url(https://fonts.gstatic.com/s/poppins/v6/pxiByp8kv8JHgFVrLGT9Z1xlFQ.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    src: local('Poppins SemiBold'), local(Poppins-SemiBold), url(https://fonts.gstatic.com/s/poppins/v6/pxiByp8kv8JHgFVrLEj6Z1xlFQ.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}
.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}
.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
}
:focus {
    outline: none;
}
ul {
    margin-bottom: 0;
}
.owl-carousel{
    z-index: 0;
}
main{
    background-color: #f7f7f7;
}
#search_block_top .btn.button-search {
 fill: #c1a400;
}
.page-my-account #content .links a:hover i,
.page-my-account #content .links a:hover,
.cart-grid-body a.label:hover,
a:hover {
 color: #c1a400;
}
.custom-radio input[type="radio"]:checked + span,
.btn-primary {
 background-color: #c1a400;
}
.form-control:focus {
  border-color: #c1a400;
}
.product-price {
  color: #c1a400;
}
.wb-menu-vertical a:hover {
  color: #c1a400 !important;
}
/* social follow */
.facebook a::before {
    content: "\f09a";
    font-family: fontAwesome;
}
.twitter a::before {
    content: "\f099";
    font-family: fontAwesome;
}
.googleplus a::before {
    content: "\f0d5";
    font-family: fontAwesome;
}
.pinterest a::before {
    content: "\f231";
    font-family: fontAwesome;
}
.instagram a::before {
    content: "\f16d";
    font-family: fontAwesome;
}
 .rss a::before {
    content: "\f09e";
    font-family: FontAwesome;
}
.youtube a::before {
    content: "\f167";
    font-family: FontAwesome;
}
.vimeo a::before {
    content: "\f27d";
    font-family: FontAwesome;
}
/*loader start */
.s-panel {
    position: relative;
}
.s-panel .wrloader {
    background: url('../../assets/img/loader.gif') 50% 50% no-repeat rgba(255, 255, 255, 1);
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
}
/*loader end*/ 
.float-lg-left {
    float: left !important;
}
.breadcrumb {
    padding: 15px 0;
    list-style: none;
    border-bottom: 1px solid #c1a400;
    margin: 0 15px 25px 15px;
}
#wrapper .breadcrumb li a {
    color: #232323;
    text-transform: capitalize;
    letter-spacing: 0.5px;
}
#wrapper .breadcrumb li a:hover {
    color: #c1a400;
}
#index #content-wrapper {
    padding: 0;
}
/* review */
.pro-det .comments_note {
    display: inline-block;
}
#product .fancybox-wrap{
    left: 0 !important
}
#product .fancybox-wrap,#product .fancybox-skin,#product .fancybox-outer,#product .fancybox-inner,#product .fancybox-image,#product .fancybox-wrap iframe,
#product .fancybox-wrap object,#product .fancybox-nav,#product .fancybox-nav span,#product .fancybox-tmp{
    max-width: 620px;
    margin: 0 auto;
    left: 0;
    right: 0;
}
.product-c {
    font-weight: normal;
    font-size: 17px;
    font-weight:500;
    margin-bottom: 15px;
    margin-top: 15px;
}
.prodes-c{
    margin-top: 15px;
}
/* review over */
/* add to cart modal */
#blockcart-modal .product-image {
    width: 100%;
    display: block;
    max-width: 250px;
    margin: 0 auto .9375rem;
}
#blockcart-modal .product-name {
    color: #222;
    font-size: 17px;
    text-transform: capitalize;
}
#blockcart-modal .cart-content p span{
    color: #888;
    display: inline-block;
}
#blockcart-modal .cart-products-count i{
    margin-right: 10px;
}
.divide-right{
    padding-bottom: 20px;
}
.cart-content{
    background-color: #fff;
    padding: 0 15px 15px 15px;
    border-radius: 0 0 5px 5px;
}
.mhr{
    margin: 0;
    padding: 14px 0;
    border-top: 1px solid #e7e7e7;
}
.divide-right .modprice {
    font-size: 15px;
    margin-bottom: 5px;
    font-weight: 500;
    margin-top: 6px;
}
#blockcart-modal .close{
    color: #f0f0f0;
    padding: 10px;
}
#blockcart-modal .cart-products-count{
    font-size: 16px;
    font-weight:500;
    text-transform: capitalize;
    margin-bottom: 10px;
    display: inline-block;
}
#blockcart-modal .cart-content-btn .btn{
    display: block;
    /* width: 100%; */
}
#blockcart-modal .modal-title{
    padding: 10px 15px;
    margin-bottom: 15px;
    background-color: #232323;
    font-size: 15px;
    font-weight: normal;
    text-transform: capitalize;
    border-radius: 5px 5px 0 0;
    letter-spacing: .5px;
    color: #fff;
}
.cart-content strong {
    color: #232323;
}
#blockcart-modal .modal-body{
    padding: 0;
    background-color: #fff;
}
.lc p {
    color: #232323;
    font-weight: normal;
}
.cart-content p{
    margin-bottom: 10px;
}
#blockcart-modal .modal-dialog {
    max-width: 550px;
    width: 100%;
}
@media (max-width: 991px){
    #blockcart-modal .modal-dialog {
        width: calc(100% - 20px);
    }
}
/* cart modal over */
/* cart dropdown */
.cart-drop-table {
    max-height: 320px;
    overflow: auto;
}
.head-cart-drop {
    width: 300px;padding: 0;margin: 12px 0;
    border-radius: 5px;
}
.no-items {
    font-size: 13px;
}
.cart-det{
    padding: 10px;
}
.cart-img img{
    max-width: 70px;
}
.cart-name{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 85%;
    margin-bottom: 5px;
}
.cart-drop-table li{
    vertical-align: top;
}
.cartclose{
    position: absolute;
    right: 0;
    top: 0;
}
.cart-down{
    position: relative;
    margin-bottom: 10px;
}
.qtyp li{
    display: block;
}
.qtyp{
    width: 69%;
    margin: 0 3px;
}
.cdroptable{
    width: 100%;
}
.cdroptable td{
    border: 1px solid #eee;
    font-size: 13px;
    letter-spacing: 0.3px;
    padding: 5px 3px;
}
.cart-det .btn-primary{
    margin-top: 10px;
}
/* cart dropdown over */
/* page not */
.search-widget form input[type="text"] {
    border: none;
    padding: 10px;
    min-width: 255px;
    color: #7a7a7a;
    border: 1px solid rgba(0, 0, 0, .25);
    border-radius: 5px;
}

.search-widget form button[type=submit] {
    position: absolute;
    background: none;
    border: none;
    bottom: 0;
    right: 0;
    color: #7a7a7a;
    top: 0;
}
/* page not over */
.thumbnail-container .second-img {
    top: 0px;
    left: 0px;
    margin: 0 auto;
    opacity: 0;
    position: absolute;
    right: 0px;
    transition: all 400ms ease-in-out 0s;
    -webkit-transition: all 400ms ease-in-out 0s;
    -moz-transition: all 400ms ease-in-out 0s;
    -o-transition: all 400ms ease-in-out 0s;
    -ms-transition: all 400ms ease-in-out 0s;
}
.thumbnail-container:hover .second-img {
    opacity: 1;
}
#xs-zoom .owl-nav i {
    font-size: 40px;
}
#xs-zoom .owl-next {
    position: absolute;
    right: 10px;
    top: 42%;
}
#xs-zoom .owl-prev {
    position: absolute;
    left: 10px;
    top: 42%;
}
#scroll {
    position: fixed;
    right: 20px;
    bottom: 60px;
    cursor: pointer;
    z-index: 9;
    width: 45px;
    height: 45px;
    text-align: center;
    padding-top: 9px;
    transition: all 300ms ease;
}
#scroll::after {
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    border: 2px dashed #726868;
    content: "";
    position: absolute;
    width: 40px;
    height: 40px;
    -webkit-animation-name: rotate;
    -webkit-animation-duration: 5s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    border-radius: 50%;
}
#scroll svg {
    fill: #c1a400;
}
@-webkit-keyframes rotate {
    from {-webkit-transform: rotate(0deg);}
    to {-webkit-transform: rotate(360deg);}
}

@-moz-keyframes rotate {
    from {-moz-transform: rotate(0deg);}
    to {-moz-transform: rotate(360deg);}
}
.m-img{
    padding: 5px;
}
#manufacturer-description p {
    border: 1px solid #e7e7e7;
    padding: 10px;
    margin-bottom: 15px;
    border-radius: 5px;
}
.disabled {
    cursor: no-drop !important;
}
.disabled:hover {
    opacity: 0.5;
}
.product-variants > .product-variants-item ul li label {
    margin-bottom: 0;
}
#webizoom img {
    cursor: pointer;
    border: 1px solid #f2f2f2;
    border-radius: 4px;
}
.quickview .mask img{
    margin-bottom: 5px;
}
@media (min-width: 992px){
    .sticky-zoom {
        position: sticky;
        top: 20px;
    }
    .fixed {
        position: fixed;
        z-index: 9;
        top: 0;
        transition: 0.4s top cubic-bezier(.3, .73, .3, .74);
        left: 0;
        right: 0;
    }
}
.pro-det h1 {
    font-size: 19px;
    font-weight: 500;
    letter-spacing: 1px;
    margin-top: 15px;
    text-transform: capitalize;
}
.card-title {
    font-size: 15px;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 1px;
}
#ratep {
    text-transform: capitalize;
    font-size: 15px;
    letter-spacing: 1px;
    color: #232323;
}
#ratep i {
    font-size: 18px;
    margin-right: 5px;
}
#ratep:hover {
    color: #c1a400;
}
.arltr {
    display: inline-block;
}
.pro-det .control-label {
    float: left;
    margin-right: 15px;
    margin-top: 9px;
    font-size: 15px;
}
#product_reviews_block_tab .review_button li {
    font-size: 12px;
}
.usefulness_btn {
    padding: 4px 5px;
    font-size: 12px;
}
.propage .control-label {
    float: left;
    margin-right: 15px;
    margin-top: 10px;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: capitalize;
}
.propage h1 {
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: capitalize;
}
#product-availability{
    display: none;
}
.eml p {
    margin-top: 5px;
    position: absolute;
    right: 0;
    left: 0;
    z-index: 5;
    border-radius: 50px;
}
#module-wbblog-single #main .page-footer, #module-wbblog-archive #main .page-footer {
    margin-bottom: 0;
}
.language-selector .dropdown-menu, .currency-selector .dropdown-menu{
    display: none;
    right: auto;
    left: 0;
    line-height: normal;
    min-width: 11rem;
    border-radius: 5px;
}
.language-selector .dropdown-menu li a, .currency-selector .dropdown-menu li a{
    color: #222;
}
.language-selector .dropdown-menu li:hover a, .currency-selector .dropdown-menu li:hover a{
    color: #c1a400;
}
.user-down {
    margin-top: 2px;
    display: none;
    left: auto;
    right: 0;
    line-height: normal;
    min-width: 13rem;
    border-radius: 5px;
}
.user-down a {
    text-align: left;
    display: block;
    cursor: pointer;
    margin-left: 14px;
    padding: 3px;
    letter-spacing: 1px;
    color: #222;
    text-transform: capitalize;
    font-size: 13px;
    font-weight: 500;
    transition: all 0.3s;
}
.user-down a:hover {
    color: #c1a400;
}
.user-down a i {
    width: 16px;
    text-align: center;
    font-size: 15px;
}
.new_review_form_content {
   /*  padding: 0 15px 0 0; */
}
#main .page-footer {
    margin-bottom: 1.563rem;
    margin-top: 10px;
}
.register-form p a {
    color: #000;
}
.page-content.page-cms {
    background: #fff;
    text-align: justify;
    padding: 15px;
    border-radius: 5px;
    border: 1px solid #e6e6e6;
}
.page-content.page-cms h2{
    margin-bottom: 10px;
}
.product-line-grid-right {
    margin-top: 10px;
}
body#checkout .condition-label a {
    color: #c1a400;
}
.product-additional-info .compare, .product-additional-info .panel-product-line {
    display: inline-block;
    margin-top: 10px;
    vertical-align: text-bottom;
}
.product-additional-info .compare svg {
    display: none;
}
.product-additional-info .bcom {
    color: #fff;
    background-color: #c1a400;
    transition: all 0.5s ease-in-out 0s;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0.5px;
    padding: .6rem 1.25rem;
    font-size: 14px;
    border-radius: 5px;
    display: inline-block !important;
}
.product-additional-info .bcom:hover {
    background-color:#222;
    color: #fff;
}
.pro-det .comments_note {
    display: inline-block;
}
.bt_compare {
    border: none;
    background-color: transparent;
    padding: 0;
    margin-left: 14px;
    cursor: pointer;
}
/* review */
.star-main {
    background-color: #f5f5f5;
    width: 100%;
    border-radius: 4px;
    overflow: hidden;
    height: 5px;
    position: relative;
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    top: -10px;
}
.total-avg {
    width: 150px;
    vertical-align: baseline;
    background-color: #f5f5f5;
    border-radius: 4px;
    height: 5px;
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    position: relative;
    top: 9px;
}
.rate-avg {
    position: absolute;
    background-color: #fff;
    box-shadow: 0 3px 16px 0 rgba(0,0,0,.11);
    padding: 10px;
    border-radius: 5px;
    z-index: 1;
    left: 15px;
    margin-top: 35px;
    opacity: 0;
}
.rate-avg ul {
    margin-bottom: 0 !important;
    border-bottom: none !important;
}
.avg-rate:hover ~ .rate-avg{
    opacity: 1;
}
.rate-avg .num{
    width: 10px;
}
.avgt {
    font-size: 12px;
}
.rate-avg i{
    font-size: 10px;
}
.starm{
    height: 5px;
    transition: all 0.4s ease-in-out;
    width: 0px;
}
.arltr .avg-rate i{
    font-size: 12px;
    margin-right: 2px;
}
.arltr .avg-rate {
    margin: 0 !important;
}
.retesp {
    margin: 0 5px;
}
.d-inline-block.avg-rate{
    padding: 0 5px 1px 5px;
}
.totl {
    color: #666;
    width: 12px;
    text-align: center;
    font-size: 12px;
}
#productCommentsBlock .rate-avg{
    opacity: 1;
    position: unset;
    margin-top: 0;
    box-shadow: none;
    margin: 0 10px;
}
#productCommentsBlock .avgt{
    font-size: 32px;
}
.ratea{
    font-size: 22px;
}
.rateavg-bo,#productCommentsBlock .rate-avg{
    vertical-align: middle;
    margin-bottom: 20px;
}
.pro-review .avg-rate{
    padding: 0 8px;
}
.pro-review .avg-rate i{
    margin-left: 2px;
    color: #fff;
}
.pro-review strong{
    text-transform: capitalize;
    font-weight: 500;
}
.comment_details ul {
    margin-bottom: 0 !important;
    border-bottom: none !important;
}
.pro-review .starm.bar5 {background-color: #388e3c;}
.pro-review .starm.bar4 {background-color: #388e3c;}
.pro-review .starm.bar3 {background-color: #388e3c;}
.pro-review .starm.bar2 {background-color: #ff9800;}
.pro-review .starm.bar1 {background-color: #ff6161;}

.bg-re5 {background-color: #388e3c;}
.bg-re4 {background-color: #388e3c;}
.bg-re3 {background-color: #388e3c;}
.bg-re2 {background-color: #ff9800;}
.bg-re1 {background-color: #ff6161;}

.avg-rate {
    display: inline-block;
    background-color: #219c00;
    color: #fff;
    /* border-radius: 5px; */
    vertical-align: middle;
    cursor: pointer;
    margin-right: 25px;
}
.starm{
    height: 5px;
    left: 0;
    position: absolute;
    width: 0;
    -webkit-transform-origin: left center;
    transform-origin: left center;
    transition: -webkit-transform .4s cubic-bezier(0,0,.3,1) .3s;
    transition: transform .4s cubic-bezier(0,0,.3,1) .3s;
    transition: transform .4s cubic-bezier(0,0,.3,1) .3s,-webkit-transform .4s cubic-bezier(0,0,.3,1) .3s;
}
.avg-rate ~ .rate-avg .starm.bar5{
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    transition: -webkit-transform 0s linear .2s;
    transition: transform 0s linear .2s;
    transition: transform 0s linear .2s,-webkit-transform 0s linear .2s
}
.avg-rate ~ .rate-avg .starm.bar4{
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    transition: -webkit-transform 0s linear .3s;
    transition: transform 0s linear .3s;
    transition: transform 0s linear .3s,-webkit-transform 0s linear .3s
}
.avg-rate ~ .rate-avg .starm.bar3{
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    transition: -webkit-transform 0s linear .4s;
    transition: transform 0s linear .4s;
    transition: transform 0s linear .4s,-webkit-transform 0s linear .4s
}
.avg-rate ~ .rate-avg .starm.bar2{
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    transition: -webkit-transform 0s linear .5s;
    transition: transform 0s linear .5s;
    transition: transform 0s linear .5s,-webkit-transform 0s linear .5s
}
.avg-rate ~ .rate-avg .starm.bar1{
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    transition: -webkit-transform 0s linear .6s;
    transition: transform 0s linear .6s;
    transition: transform 0s linear .6s,-webkit-transform 0s linear .6s
}
.avg-rate:hover ~ .rate-avg .starm.bar5 {
    background-color: #388e3c; 
    transform: scaleX(1); 
    transition: transform .2s cubic-bezier(0,0,.2,1) .2s,-webkit-transform .2s cubic-bezier(0,0,.2,1) .2s
}
.avg-rate:hover ~ .rate-avg .starm.bar4 {
    background-color: #388e3c; 
    transform: scaleX(1); 
    transition: transform .3s cubic-bezier(0,0,.3,1) .3s,-webkit-transform .3s cubic-bezier(0,0,.3,1) .3s
}
.avg-rate:hover ~ .rate-avg .starm.bar3 {
    background-color: #388e3c; 
    transform: scaleX(1); 
    transition: transform .4s cubic-bezier(0,0,.4,1) .4s,-webkit-transform .4s cubic-bezier(0,0,.4,1) .4s
}
.avg-rate:hover ~ .rate-avg .starm.bar2 {
    background-color: #ff9800; 
    transform: scaleX(1); 
    transition: transform .5s cubic-bezier(0,0,.5,1) .5s,-webkit-transform .5s cubic-bezier(0,0,.5,1) .5s
}
.avg-rate:hover ~ .rate-avg .starm.bar1 {
    background-color: #ff6161; 
    transform: scaleX(1); 
    transition: transform .6s cubic-bezier(0,0,.6,1) .6s,-webkit-transform .6s cubic-bezier(0,0,.6,1) .6s
}
.rhead {
    font-weight: 400;
    color: #222;
    border: none;
    border-radius: 0;
    padding: 0 15px 10px 0;
    font-size: 14px;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.bg-re5 {background-color: #388e3c;}
.bg-re4 {background-color: #388e3c;}
.bg-re3 {background-color: #388e3c;}
.bg-re2 {background-color: #ff9800;}
.bg-re1 {background-color: #ff6161;}
/* review over */
/* item */
.pro-det .obar {
    width: 100px;
    vertical-align: unset;
}
.item-quantity {
    text-transform: capitalize;
    font-size: 12px;
    font-weight: 400;
    color: #757474;
    letter-spacing: 1px;
    margin-top: 7px;
    display: inline-block;
    margin-bottom: 5px;
}
.obar {
    background-color: #fff;
    width: 100%;
    border-radius: 5px;
    overflow: hidden;
    height: 9px;
    position: relative;
    vertical-align: middle;
    margin-top: 10px;
}
.ibar {
    background-color: #5FD841;
    width: 0;
    height: 100%;
}
.ibar.bar1 {
    width: 20%;
    background-color: #E84C3D;
    border-radius: 5px;
}
.ibar.bar2 {
    width: 40%;
    background-color: #e67e22;
    border-radius: 5px;
}
.ibar.bar3 {
    width: 60%;
    background-color: #f1c40f;
    border-radius: 5px;
}
.ibar.bar4 {
    width: 80%;
    background-color: #96D940;
    border-radius: 5px;
}
.ibar.bar5 {
    width: 100%;
    background-color: #5FD841;
    border-radius: 5px;
}
/* item over */
.page-subheading {
    margin: 10px 0;
}




.bg-i{
    background-color: #fff;
}
#index .bg-i {
    padding-top: 15px;
}
#index #content-wrapper {
    /* padding: 0; */
}
#wrapper{
   padding-top: 0;background-color: #f7f7f7;
}
#owl-image-slider.owl-theme .owl-nav .owl-prev {
    left: 0px;
}
#owl-image-slider.owl-theme .owl-nav .owl-next{
    right: 0px;
}
#owl-image-slider.owl-theme .owl-nav .owl-prev, #owl-image-slider.owl-theme .owl-nav .owl-next{
    opacity: 0;
}
#owl-image-slider:hover.owl-theme .owl-nav .owl-prev, #owl-image-slider:hover.owl-theme .owl-nav .owl-next{
    opacity: 1;
}
#owl-image-slider:hover.owl-theme .owl-nav .owl-prev {
    left: 20px;
}
#owl-image-slider:hover.owl-theme .owl-nav .owl-next{
    right: 20px;
}
#owl-image-slider.owl-theme .owl-nav .owl-next, #owl-image-slider.owl-theme .owl-nav .owl-prev {
    width: 37px;
    height: 37px;
    line-height: 35px;
    font-size: 0;
    color: #222222;
    background: #fff;
    text-align: center;
    transition: .3s ease;
    position: absolute;
    top: 45%;
    z-index: 9;
    cursor: pointer;
    display: inline-block;
    border-radius: 50%;
}
#owl-image-slider.owl-theme .owl-nav {
    position: unset;
    right: unset;
    left: unset;
    top: unset;
    margin-top: 0;
    background-color: #fff;
    padding: 0;
}
#owl-image-slider.owl-theme .owl-nav .owl-next:hover, #owl-image-slider.owl-theme .owl-nav .owl-prev:hover {
    color: #fff; 
    background: #c1a400;
}
.slide1 {
    margin-bottom: 30px;
}
.slide1:last-child {
    margin-bottom: 0;
}
.header-nav::after {
    content: '';
    width: 100%;
    height: 100%;
    background-color: #222;
    opacity: 0.1;
    position: absolute;
    top: 0;
    left: 0;
}
.top-r,.top-nav{
    position: relative;
    z-index: 99;
}
#_desktop_logo {
    margin-top: 2px;
}
#header_banner {
    background-color: #c1a400;
    padding: 8px 0;
}
#header_banner h2 {
    color: #fff;
    font-size: 12px;
    letter-spacing: 1px;
    display: inline-block;
    text-transform: capitalize;
}
#header_banner svg {
    fill: #fff;
    vertical-align: middle;
    margin: 0 5px 0 0;
    width: 26px;
    height: 26px;
}
#header_banner span {
    display: inline-block;
    font-size: 12px;
    letter-spacing: 1px;
    border-bottom: 1px solid #fff;
    color: #fff;
    text-transform: capitalize;
}
#header_banner #closeButton i {
    font-size: 17px;
    color: #5d5d5d;
    text-align: center;
    cursor: pointer;
}
#header_banner #closeButton {
    float: right;
    border: none;
    background-color: #fff;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    text-align: center;
    padding: 0;
    line-height: 18px;
    display: initial;
    position: relative;
    top: 4px;
}
.position-static1 {
    margin-top: 10px;
}
.header-top {
    background-color: #fff;
    padding: 20px 0;
}
.get,.get1 {
    color: #222;
    font-size: 14px;
    text-transform: capitalize;
    letter-spacing: 1px;
    font-weight: 500;
}
.callno, .callno1 {
    font-size: 12px;
    color: #747474;
    font-weight: 400;
    margin: 0 0 0 5px;
    display: inline-block;
}
#top-links svg {
    fill: #c1a400;
    vertical-align: middle;
    margin: 0 7px;
    width: 23px;
    height: 23px;
}
.hdis{
    vertical-align: middle;
}
.top-ri {
    float: right;
    padding: 0 15px;
    position: relative;
    top: 13px;
}
.language-selector ul li{
    display: inline-block;width: 20%;margin-top: 8px;
}
.language-selector li .lang-flag {
    border: 1px dashed transparent;
    padding: 3px;
}
.language-selector li.current .lang-flag {
    border-color: #c1a400;
}
.language-selector #language-selector-label,#currency-selector-label{
    display: block;
    text-transform: capitalize;
    font-weight: 500;
    cursor: pointer;
}
.currency-selector li.current a {
    color: #c1a400;
}
.currency-selector ul li{
    display: inline-block;width: 48%;margin-top: 10px;letter-spacing: 0;font-size: 13px;
}
.currency-selector ul li a,.language-selector ul li a{
    margin: 0;
}
.cun,.lan{
    display: inline-block;
}
.cun svg, .lan svg,.wcom svg, .wimg.f1 svg {
    fill: #222;
    vertical-align: middle;
}
#_desktop_language_selector {
    margin: 0 30px;
}
.menu-bg {
    background-color: #fff;
    border-top: 1px solid #e3e3e3;
    border-bottom: 1px solid #c1a400;
    padding: 15px 0;
}
.option-main {
    float: right;
    position: relative;
    top: 1px;
}
.service {
    margin-top: 4px;
}
.usr, .user-d {
    display: inline-block;
    vertical-align: middle;
}
.usr svg,.hcart svg,#search_toggle svg{
    fill: #222;
    vertical-align: middle;
    transition: all 0.3s;
}
.cart-c {
    background: #c1a400;
    color: #fff !important;
    font-size: 11px !important;
    border-radius: 100%;
    width: 15px;
    position: absolute;
    right: auto;
    left: -7px;
    margin: 0 auto;
    letter-spacing: 0;
    top: 5px;
    height: 15px;
    line-height: 15px;
    text-align: center;
}
.usr:hover svg,.hcart:hover svg,#search_toggle:hover svg{
    fill: #c1a400;
}
.usr, .hcart, #search_toggle {
    cursor: pointer;
    position: relative;
    border: 1px solid #e3e3e3;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    padding: 6px 0 8px 0;
    background-color: #fff;
}
#_desktop_user_info{
    margin: 0 25px;
}
.cart-tot{
    color: #232323;
    font-size: 13px;
    text-transform: capitalize;
    letter-spacing: 1px;
}
.shop-c{
    margin-left: 5px;
}
.hcart {
    display: inline-block;
}
#_desktop_cart .header {
    position: relative;
    cursor: pointer;
}
.wbSearch {
    margin-top: 2px;
}
.lan svg, .cun svg {
    vertical-align: middle;
    fill: #000;
}
.wcom, .wimg {
    text-transform: capitalize;
    font-size: 13px;
    letter-spacing: 1px;
    color: #222;
    font-weight: 500;
    transition: all 0.3s;
    vertical-align: middle;
}
.hcom:hover .wcom,.wishl:hover .wimg{
    color: #c1a400;
}
.wcom svg, .wimg.f1 svg {
    vertical-align: middle;
    fill: #222;
    width: 15px;
    height: 14px;
    transition: all 0.3s;
}
.wishl:hover svg, .hcom:hover svg{
    fill: #c1a400;
}
/* menu full */
#menu1 .nav > li > a {
    padding: 0 25px;
}
#menu1 ul li a {
    color: #232323;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: capitalize;
    font-weight: 400;
}
#menu1 ul li a:hover{
    color: #c1a400;
}
#menu1 ul li {
    display: inline-block;
}
.nav-f-static {
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 0;
}
/* search */
.sideb{
    display: block;
}
.siden{
    display: none;
    animation: fadeInRight 0.3s 0.2s ease-in both;
}
body.active-search .wbSearch {
    opacity: 1;
    transform: translateX(0);
}
.wbSearch {
    z-index: 99;
    position: fixed;
    top: 45px;
    right: 0;
    display: flex;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    transform: translateX(-100%);
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 12px 15px;
    background-color: #fff;
}
.wbSearch .close-nav i{
    color: #222;
    padding:10px;
    display: inline-block;
}
.wbSearch #search_block_top{
    position: relative;
    display: flex;
    opacity: 0;
    align-items: center;
    width: 100%;
}
body.active-search .wbSearch #search_block_top{         
    animation: fadeInLeft 0.3s 0.2s ease-out both;
}
#search_category{
    display: none;
}
/* search over */
@media (min-width: 768px){
    .navbar-header {
        padding: 9px 15px;
        background-color: #c1a400;
        cursor: pointer;
    }
    .wr-menu .h3 {
        font-weight: 500;
        font-size: 14px;
        vertical-align: middle;
        display: inline-block;
        color: #f2f2f2;
        text-transform: uppercase;
        letter-spacing: 1px;
        margin-bottom: 0;
        margin: 0 5px;
    }
    .view_more {
        line-height: normal;
        cursor: pointer;
        padding: 15px 15px;
        z-index: 99;
        position: relative;
    }
    .view_more svg {
        vertical-align: middle;
    }
    .view_more:hover span, .view_more:hover i{
        color: #c1a400;
    }
    .cate {
        vertical-align: middle;
    }
    .wb-menu-vertical .menu-vertical {
        position: relative;
        z-index: 1;
    }
    .wb-menu-vertical ul.menu-content {
        background-color: #fff;
        border-top: none;
        margin-bottom: 0;
        z-index: 99;
        width: 100%;
        margin-top: 0;
        position: relative;
    }
}
.wbIcon i,.view_more i {
    font-size: 18px;
    width: 25px;
    margin: 0 2px;
    vertical-align: middle;
    text-align: center;
}
/* menu over */
#top-links-n {
    float: right;
    position: relative;
}
.tag-t-n {
    background-repeat: no-repeat;
    height: 30px;
    width: 30px;
    background-image: url('../../assets/img/call.png');
    display: inline-block;
    vertical-align: middle;
}
.get-n{
    color: #f2f2f2;
    text-transform: capitalize;
    letter-spacing: 1px;
    font-weight: 500;
    vertical-align: middle;
    display: inline-block;
    margin: 0 10px;
}
.top-get-n{
    color: #c1a400;
    text-transform: capitalize;
    letter-spacing: 1.5px;
    font-weight: 500;
    vertical-align: middle;
    display: inline-block;
}
/* service */
.h-ser{
    clear: both;
}
.deliveryinfo {
    cursor: crosshair;
}
.ser-svg {
    margin: 0 10px;
    position: relative;
}
.deliveryinfo ul::before {
    content: '';
    position: absolute;
    left: 22px;
    top: 30px;
    height: 35px;
    transition: all 500ms ease 0s;
    width: 1px;
    background-color: #e1e1e1;
    bottom: 0;
}
.deliveryinfo ul:hover::before {
    width: 20px;
    background-color: #c1a400;
    left: 0;
}
.deliveryinfo ul {
    padding: 25px 30px;
    text-align: left;
    border: 1px dashed #e1e1e1;
    border-radius: 5px;
    transition: all 0.3s;
    position: relative;
}
.deliveryinfo ul li {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
}
.deliveryinfo ul li svg {
    fill: #222;
    vertical-align: middle;
    transition: all 0.3s;
    height: 42px;
    width: 42px;
}
.deliveryinfo ul:hover{
    border: 1px dashed #c1a400;
}
.deliveryinfo ul:hover li svg {
    fill: #c1a400;
}
.deliveryinfo ul:hover .ser-t h4::before{
    border-bottom: 1px solid #c1a400;
    width: 60px;
}
.ser-t h4 {
    font-size: 16px;
    color: #363434;
    font-weight: normal;
    text-transform: capitalize;
    letter-spacing: 1px;
    font-weight: 500;
    margin: 0 0 8px 0;
    position: relative;
}
.ser-t p {
    font-size: 12px;
    color: #919191;
    font-weight: normal;
    letter-spacing: 1px;
    margin-bottom: 0;
    text-transform: capitalize;
}
/* service over */
.owl-theme .owl-nav i {
    font-size: 22px;
    line-height: 28px;
}
.owl-theme .owl-nav [class*="owl-"]{
    background: #fff;
    opacity: 1;
    width: 37px;
    height: 37px;
    color: #232323;
    transition: all 0.5s ease-in-out 0s;
    border-radius: 50%;
    background-color: #f0f0f0;
    margin: 0;
    opacity: 0
}
.owl-theme .owl-nav .owl-prev{
    position: absolute;
    left: 0;
    top: 45%
}
.owl-theme .owl-nav .owl-next{
    position: absolute;
    right: 0;
    top: 45%
}
.owl-theme:hover .owl-nav div{
    opacity: 1
}
.owl-theme .owl-nav [class*="owl-"]:hover {
    color: #fff;
    background-color: #c1a400;
}
.heading{
    position: relative;
    color: #585858;
    text-transform: capitalize;
    font-size: 24px;
    margin-bottom: 30px;
}
.heading a{
    color: #585858;
}
.heading span{
    display: inline-block;
    background: #f7f7f7;
    padding: 0 15px;
    position: relative;
    display: inline-block;
}
.heading::before{
    content: "";
    background: #d1d1d1;
    height: 1px;
    position: absolute;
    left: 0;
    right: 0;
    top: 10px;
}
.head1 h4,.left-heading {
    margin-bottom: 0;
    font-size: 20px;
    text-transform: capitalize;
    letter-spacing: 1px;
    font-weight: 600;
    position: relative;
    color: #222;
}
.product-title {
    color: #000;
    padding-bottom: 8px;
    font-size: 14px;
    text-transform: capitalize;
    line-height: 20px;
    font-weight: 500;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-top: 6px;
}
.product-title a {
    color: #000;
}
.product-title a:hover,.product-title:hover{
    color: #c1a400;
}
.product-price-and-shipping {
    color: #c1a400;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.5px;
    height: 22px;
}
.descrip{
    display: none;
}
.wb-image-block {
    position: relative;
    border-radius: 5px;
    padding: 0;
}
.thumbnail-container {
    background-color: #fff;
    position: relative;
    border: 1px solid #fff;
    border-radius: 5px;
    box-shadow: 0px 5px 10px 0px rgba(191,191,191,0.3);
    margin-top: 3px;
    margin-bottom: 6px;
}
.product-miniature.js-product-miniature {
    margin-bottom: 20px;
}
.product-miniature.js-product-miniature:last-child {
    margin-bottom: 0;
}
.owl-carousel .owl-item img {
    width: auto;
    border-radius: 5px;
}
.product-flags li.new{
    position: absolute;
    top: 15px !important;
    left: 15px;
    font-size: 12px;
    letter-spacing: .5px;
    font-weight: 500;
}
.sale {
    font-size: 10px;
    background: #c1a400;
    color: #fff;
    text-transform: uppercase;
    padding: 0px 5px;
    display: inline-block;
    line-height: normal;
    letter-spacing: 0;
    position: absolute;
    right: 15px;
    top: 15px;
}
#owl-onsale.owl-carousel .owl-item img, #owl-cate-pro.owl-carousel .owl-item img, #owl-add.owl-carousel .owl-item img {
    width: 100%;
    border-radius: 5px;
}
#owl-onsale .product-title,#owl-cate-pro .product-title{
    width: unset;
    overflow: visible;
    white-space: normal;
    text-overflow: unset;
    margin: 0 0 8px 0;
}
#owl-onsale .product-price-and-shipping,#owl-cate-pro .product-price-and-shipping {
    font-size: 14px;
}
.on_saleimg {
    padding: 0;
}
.on_sale {
    padding: 5px 10px;
}
#owl-onsale article, #owl-cate-pro article {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 20px;
    border-bottom: 1px solid #e3e3e3;
    padding-bottom: 20px;
}
#owl-onsale article:last-child, #owl-cate-pro article:last-child {
    margin-bottom: 0;
}
.head-l {
    position: relative;
    margin-bottom: 30px;
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 10px;
}
#owl-onsale .thumbnail-container:hover .product-price-and-shipping, #owl-onsale .thumbnail-container:hover .wb-list-product-reviews, #owl-cate-pro .thumbnail-container:hover .product-price-and-shipping, #owl-cate-pro .thumbnail-container:hover .wb-list-product-reviews{
    opacity: 1;
}
#owl-onsale.owl-theme .owl-nav, #owl-cate-pro.owl-theme .owl-nav, #owl-testi.owl-theme .owl-nav {
    right: 0;
}
#owl-onsale .thumbnail-container, #owl-cate-pro .thumbnail-container{
    border: none;
}
.wbproductcountdown {
    display: none;
}
.wbpc-main .label {
    display: block;
    color: #a1a1a1;
    text-transform: capitalize;
    letter-spacing: 0.5px;
    font-size: 11px;
    text-align: center;
    font-weight: 500;
}
.wbpc-main .count:hover .label{
    color: #f5f5f5;
}
.wbpc-main .count {
    display: inline-block;
    font-size: 15px;
    text-align: center;
    color: #363333;
    font-weight: 500;
}
.pro-det .wbpc-main .count {
    font-size: 15px;
    text-align: center;
    color: #222;
    font-weight: 500;
}
#owl-spacial .thumbnail-container .wb-list-product-reviews{
    display: block;
}
#owl-special .spedesc{
    font-size: 14px;
    line-height: 23px;
    height: 45px;
    overflow: hidden;
    margin-bottom: 15px;
}
#owl-special .product-description{
    margin-top: 30px;
}
#owl-special .wbproductcountdown {
    margin-top: 18px;
    display: block; 
}
#owl-special .product-price-and-shipping{
    color: #c1a400;
    font-size: 28px;
    margin: 16px 0;
    height: auto
}
#owl-special .product-title{
    height: auto;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 18px;
}
.wbproductcountdown{
    display: none;
}
.pro-det .wbproductcountdown {
    display: block;
    width: 290px;
    margin: 10px 0;
}
.wbpc-main .time {
    display: inline-block;
    margin: 0 3px;
    cursor: pointer;
    height: 55px;
    width: 50px;
    padding: 7px 3px;
    background-color: #fff;
    text-align: center;
    border-radius: 5px;
    border: 2px solid #f5f5f5;
    transition: all .5s;
}
.wbpc-main .time:hover{
    border: 2px solid #c1a400;
}
.wbproductcountdown h4{ 
    text-transform: uppercase;
    font-size: 14px;
    color: #333;
    margin-bottom: 10px;
}
li.product-flag.on-sale{
    display: none;
}
.wb_product_countdown{
    margin-top: 15px;
}
.wb_product_countdown div{
    display: inline-block;
    margin: 0 2px;
    cursor: pointer;
    height: 55px;
    width: 50px;
    padding: 7px 3px;
    background-color: #fff;
    text-align: center;
    border-radius: 5px;
    border: 2px solid #f5f5f5;
    transition: all .5s;
}
.wb_product_countdown span{
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: #111;
}
.wb_product_countdown p{
    display: block;
    color: #a1a1a1;
    text-transform: capitalize;
    letter-spacing: 0.5px;
    font-size: 11px;
    text-align: center;
    font-weight: 500;
}
.new_sale {
    padding-top: 20px;
}
.sales {
    position: absolute;
    left: 5px;
    top: 5px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 12px;
    background: #c1a400;
    color: #fff;
    padding: 1px 5px;
}
.slide-deal {
    margin: 0 10px;
    float: right;
    width: 22%;
}
.slide-deal .thumb-container img {
    width: 100%;
    cursor: pointer;
}
.slide-deal .thumb-container img {
    border: 1px solid #e3e3e3;
    margin: 12px 0;
}
.slide-deal .img-thumb.thumb.selected{
    border: 1px solid #c1a400;
}
#owl-special .thumbnail-container{
    float: left;
    width: 100%;
    margin-top: 4px;
    margin-bottom: 10px;
}
.wb-product-desc{
    padding: 10px;
    position: relative;
}
.slider-home{
    margin-top: 20px;
    margin-bottom: 60px;
}
.img-banner{
    box-shadow: 2px 2px 5px rgba(0,0,0,0.08);
    padding: 30px;
    background-color: #fff;
    border-radius: 4px;
}
/* category */
#search_filters .facet .facet-label .custom-checkbox, #search_filters .facet .facet-label .custom-radio{
    top: 0
}
.bg-cate{
    background-image: url('../../assets/img/catbg.jpg');
    background-attachment: fixed;
    background-size: cover;
    padding: 70px 0
}
.cate-img h3{
    position: absolute;
    left: 5px;
    right: 5px;
    bottom: 20px;
    font-weight: 500;
    font-size: 24px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-transform: capitalize;
}
.cate-img{
    position: relative
}
/* category product */
.v-all a{
    color: #585858;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    position: absolute;
    right: 0;
    top: 2px;
    background: #f7f7f7;
    z-index: 1;
    line-height: normal;
    padding-left: 10px;
}
.v-all a:hover{
    color: #000
}
/* testi */
.t1, .t2, .t3 {
    background-repeat: no-repeat;
    width:100px;
    height: 100px;
    border-radius: 50%;
}
.t1{
    background-image: url('../../assets/img/testi1.png');
}
.t2 {
    background-image: url('../../assets/img/testi2.png');
}
.t3 {
    background-image: url('../../assets/img/testi3.png');
}
#owl-testi .item p {
    text-align: center;
    color: #a8a8a8;
    letter-spacing: 1px;
    line-height: 25px;
    margin-bottom: 35px;
    font-weight: 400;
    font-size: 13px;
}
.content_test {
    margin-top: -15px;
}
#owl-testi {
    text-align: center;
    padding: 30px 20px;
    background-color: #f5f5f5;
    border-radius: 5px;
}
#owl-testi svg {
    margin: 15px 0;
    fill: #c1a400;
    width: 40px;
    height: 40px;
}
.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    background-color: #626262;
    margin: 3px;
    transition: all 0.1s;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #c1a400;
    width: 25px;
}
.content_test h1 {
    font-size: 15px;
    text-transform: capitalize;
    color: #c1a400;
    font-weight: 400;
    letter-spacing: .5px;
    margin: 15px 0;
}
.content_test h3 {
    font-size: 13px;
    color: #9b9898;
    letter-spacing: .5px;
    margin-bottom: 12px;
    font-weight: 500;
}
/* testi over */
/* blog */
.post_thumbnail:hover .blog_mask {
    visibility: visible;
}
.post_thumbnail:hover .blog_mask {
    opacity: 1;
    visibility: visible;
    z-index: 1;
    -webkit-transform: scale(0.94,0.9);
}
.blog_mask {
    opacity: 0;
    visibility: hidden;
    z-index: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: 0.4s ease;
    -webkit-transform: scale(0.8);
    background-color: rgba(255, 255, 255, 0.4);
    padding: 10px;
}
.blog_mask {
    visibility: hidden;
    border-radius: 5px;
}
.post_thumbnail img {
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
}
.post_thumbnail:hover img {
    -ms-transform: scale(1.2,1.2);
    -webkit-transform: scale(1.2,1.2);
    transform: scale(1.2,1.2);
    cursor: pointer;
}
#index .post_thumbnail .blog_mask a {
    text-align: center;
}
.blog_mask a i {
    border-radius: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    position: absolute;
    background-color: #232323;
    padding: 11px;
    color: #fff;
    font-size: 16px;
}
.blog_mask a i:hover {
    background-color: #c1a400;
}
.post_thumbnail {
    position: relative;
    overflow: hidden;
    border-radius: 5px;
}
.post_title a {
    margin: 0;
    font-size: 15px;
    font-weight:500;
    letter-spacing: 1px;
    text-transform: capitalize;
    padding: 1px 0 2px 0;
}
.post_content p {
    font-size: 14px;
    color: #929292;
    letter-spacing: 0.5px;
    margin: 10px 0;
}
.blogc {
    position: absolute;
    right: 20px;
    bottom: 30px;
    z-index: 9;
    transition: all 0.5s;
}
.blog_post_content:hover .content_more a {
    background-color: #c1a400;
    color: #fff;
}
.content_more a {
    background-color: #fff;
    color: #333;
    letter-spacing: 1px;
    font-size: 14px;
    font-weight: 500;
    padding: 10px 12px;
    border-radius: 5px;
    transition: all .5s;
}
.content_more a i {
    font-size: 12px;
    margin: 0 3px;
}
.bdate1 {
    color: #222;
    letter-spacing: 1px;
    font-size: 30px;
    font-weight: 400;
    display: inline-block;
    vertical-align: middle;
}
#index .post_meta span,.bdate {
    font-size: 14px;
    text-transform: capitalize;
    letter-spacing: 1px;
    color: #808080;
    font-weight: 500;
}
#index .post_title {
    position: relative;
    display: inline-block;
    margin: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
#index .blog_post_content_bottom {
    padding-top: 15px;
    text-align: center;
}
.blog_post_content_top {
    position: relative;
}
.blog_post_content:hover .blog-br {
    border-top: 1px solid #c1a400;
}
.blog-br {
    border-top: 1px solid #e3e3e3;
    padding-top: 15px;
    margin-top: 15px;
}
#index .post_meta {
    margin: 0 10px;
}
#index #main .page-footer{
    margin-top: 0;
    margin-bottom: 0;
}
/* blog over */
#left-column .mb-2 {
    margin-bottom: 35px;
}
.block_newsletter {
    text-align: center;
    padding: 35px 20px;
}
.bg-ne {
    float: left;
    width: 100%;
    background-color: #fff;
    box-shadow: 0px 0px 5px 0px rgba(1, 1, 1, 0.06);
    border-radius: 5px;
}
.new-bg {
    background: linear-gradient(to bottom, #f7f7f7 0%,#f7f7f7 50%,#fff 50%,#fff 100%);
}
.main-s {
    font-size: 13px;
    text-transform: capitalize;
    letter-spacing: 1px;
    color: #6e6d6d;
    margin-bottom: 10px;
    font-weight: 400;
}
.email-f {
    margin-top: 20px;
    margin-bottom: 20px;
}
#block-newsletter-label p {
    font-size: 23px;
    text-transform: capitalize;
    letter-spacing: 1px;
    color: #363535;
    font-weight: 500;
    margin-bottom: 50px;
    position: relative;
}
#block-newsletter-label p::before {
    position: absolute;
    content: '';
    border-bottom: 1px solid #e9e9e9;
    bottom: -20px;
    width: 200px;
    right: 0;
    left: 0;
    margin: 0 auto;
}
#block-newsletter-label p::after {
    position: absolute;
    content: '';
    bottom: -24px;
    width: 10px;
    right: 0;
    left: 0;
    margin: 0 auto;
    height: 10px;
    background-color: #c1a400;
    border-radius: 50%;
}
#block-newsletter-label svg {
    float: left;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 150px;
}
.emailbtn {
    font-size: 15px;
    background-color: #c1a400;
    color: #fff;
    text-transform: capitalize;
    font-weight: 500;
    letter-spacing: 1px;
    border-radius: 0 50px 50px 0;
    position: absolute;
    right: 0;
    transition: all 500ms ease 0s;
    top: 0;
    cursor: pointer;
}
.emailbtn:hover {
    background-color: #222;
    color: #fff;
}
.footer-container {
    background-color: #fff;
    padding: 55px 0;
}
#footer{
    margin-top: 60px;
}
#index #footer{
    margin-top: 0
}
.fot-pro {
    font-size: 16px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight:500;
    color: #222 !important;
    margin-bottom: 25px;
}
.footer-container .data {
    padding: 0 30px !important;
    word-break: break-all;
}
.footer-container .wrapper li {
    margin-bottom: .3125rem;
    color: #7a7a7a;
    cursor: pointer;
    font-size: 13px;
    letter-spacing: 0.5px;
    font-weight: 400;
}
.footer-container .wrapper li a {
    color:#7a7a7a;
    cursor: pointer;
    font-size: 13px;
    letter-spacing: 0.5px;
    line-height: 25px;
    font-weight: 400;
    text-transform: capitalize;
}
.footer-container .wrapper li a:hover,#block_myaccount_infos .lnk_wishlist:hover {
    color: #c1a400;
}
.fot-pay p {
    margin: 25px 0 30px 0;
    line-height: 23px;
    color: #b2b2b2;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
}
.block-contact .block .icon {
    float: left;
    margin: 0 10px 0 0;
    width: 22px;
}
#footer_contact .block svg {
    fill: #7a7a7a;
    margin-right: 8px;
    float: left;
    width: 25px;
    margin-top: 4px;
    font-size: 16px;
}
.block-social{
    margin-top: 5px;
}
.pay-connect1 ul li {
    display: inline-block;
}
.block-contact .block .icon i {
    font-size: 21px;
    color: #fff;
}
.pay-connect .pay {
    margin: 0 0 15px 0;
}
.fot-af li i {
    font-size: 27px;
    color: #3b3b3b;
}
.fot-af li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 15px 0 0;
}
.fot-af li i:hover {
    color: #c1a400;
}
.cpy {
    background-color: #c1a400;
    padding: 15px 0;
}
.block-social ul {
    margin: 0 15px;
}
.block-social .fot-pro{
    margin-bottom: 0;
}
.pay-connect1 p {
    color: #7a7a7a;
    cursor: pointer;
    font-size: 13px;
    letter-spacing: 0.5px;
    line-height: 24px;
    font-weight: 400;
    text-transform: capitalize;
    height: 90px;
    overflow: hidden;
    margin: 30px 0;
    padding: 0 15px 0 0;
}
._blank {
    color: #fff !important;
}
.data.email a {
    text-transform: unset !important;
}
/* product page */
.product-cover img{
    border-radius: 5px;
}
.prodes p {
    font-size: 13px;
}
.product-tab {
    margin: 25px 0;
    padding: 15px;
    border-radius: 5px;
    border: 1px solid #ebebeb;
    background-color: #fff;
}
.product-tab ul{
    border-bottom: 2px solid #dfdfdf;
    margin-bottom: 10px;
}
.product-tab .nav-item .nav-link, .product-tab .nav-item .nav-separtor {
    color: #222;
    border: none;
    border-radius: 0;
    padding: 0 15px 10px 0;
    font-size: 14px;
    margin: 0;
}
.product-tab .nav-item .nav-link.active, .product-tab .nav-item .nav-separtor.active, .product-tab .nav-tabs .nav-link.active:hover{
    color: #c1a400;
    border:none;
}
.product-tab .nav-item .nav-link::before, .product-tab .nav-item .nav-separtor::before {
    border-bottom: none;
    content: '';
}
.product-tab .nav-item a::after {
    content: '';
    position: absolute;
    color: #e7e7e7;
    left: 0;
    bottom: -2px;
    border-bottom: 2px solid #c1a400;
    width: 0;
    transition: all 0.4s ease-out 0s;
    top: unset;
}
.product-tab .nav-item:hover a::after{
    width: 30px;
}
.product-tab .nav-item::after{
    content: '';
}
.attachment p {
    font-size: 13px;
    margin: 10px 0;
}
.attachment h4 {
    margin-bottom: 0;
    text-transform: capitalize;
    letter-spacing: .5px;
    font-size: 15px;
}
.product-tab .nav-tabs .nav-item {
    margin: 0 !important;
}
/* product page over*/
/* category */
#search_filters .ui-slider-horizontal{
    margin-top: 10px;
}
#_desktop_search_filters_clear_all {
    margin-top: 10px;
}
.products-selection .sort-by-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
#search_filters .facet .facet-title, #search_filters_brands .facet .facet-title, #search_filters_suppliers .facet .facet-title {
    color: #232323;
    letter-spacing: 1px;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 14px;
    position: relative;
    margin-bottom: 15px;
    border-bottom: 1px dashed #e1e1e1;
    padding: 10px 15px;
}
.top-links-m,#search_filters p.text-uppercase.h6{
    border-radius: 5px;
    background-color: #c1a400;
    padding: 15px;
}
.top-links-m, .top-links-m a ,#search_filters p.text-uppercase.h6{
    font-size: 15px;
    letter-spacing: 1px;
    font-weight: 500;
    color: #fff;
}
#search_filters ul {
    padding: 0 15px;
}
.products-selection .sort-by {
    white-space: normal;
    word-break: break-word;
    margin-right: -.9375rem;
    margin-left: .9375rem;
    text-align: right;
    color: #fff;
}
.products-sort-order .select-title {
    display: inline-block;
    width: 100%;
    color: #232323;
    background: #fff;
    padding: .625rem;
    cursor: pointer;
    height: 39px;
    line-height: 18px;
    border-radius: 5px;
}
.products-sort-order .select-title i {
    line-height: 19px;
}
.products-sort-order .dropdown-menu {
    left: 15px;
    width: auto;
    background: #fff;
    border-radius: 0;
    margin: 0;
    right: 15px;
    margin-top: 5px;
    border: 1px solid #dfdfdf;
    border-radius: 0 0 5px 5px;
}
.products-sort-order .select-list {
    display: block;
    color: #232323;
    padding: 7px 10px;
    font-size: 14px;
}
.products-sort-order .select-list:hover {
    background: #c1a400;
    color: #fff;
    text-decoration: none;
}
.products-selection .total-products, .products-selection h1 {
    padding: 0;
    padding-top: 10px;
    text-align: center;
}
.block-category {
    min-height: 11.75rem;
}
.total-products p {
    color: #f2f2f2;
}
#js-product-list-top {
    margin-left: 0;
    margin-right: 0;
}
.wb-grid-list {
    margin-top: 7px;
}
.lgrid svg {
    fill: #fff;
    cursor: pointer;
    margin: 3px;
    transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
}
.wb-grid-list .selected svg {
    fill: #c1a400;
}
.products-sort-order .select-title i{
    line-height: 19px;
}
.pro-name, .page-header h1 {
    font-size: 18px;
    letter-spacing: 2px;
    margin: 0 0 15px 0;
    font-weight: 500;
    position: relative;
    color: #333;
    border: 1px solid #e1e1e1;
    padding: 15px;
    text-transform: capitalize;
    border-radius: 5px;
    background-color: #fff;
}
.block-category .h1{
    font-size: 18px;
    letter-spacing: 2px;
    margin-bottom: 15px;
    font-weight: 500;
    position: relative;
    color: #232323;
    border-bottom: 2px solid #dfdfdf;
    padding-bottom: 15px;
    text-transform: capitalize;
}
.facet-label a span {
    display: inline-block;
    position: absolute;
    right: 30px;
    font-size: 13px;
    color: #7a7a7a;
}
#search_filters .facet li:hover .custom-checkbox input[type="checkbox"] + span, #search_filters .facet li .active .custom-checkbox input[type="checkbox"] + span, #search_filters .facet li .focus .custom-checkbox input[type="checkbox"] + span {
    background-color: #c1a400;
    border: 2px solid #c1a400;
}
#search_filters .facet li:hover .custom-checkbox input[type="checkbox"] + span .checkbox-checked, #search_filters .facet li .active .custom-checkbox input[type="checkbox"] + span .checkbox-checked {
    color: #fff;
}
.wb-product-list .button-group .compare:hover svg,.wb-product-list .button-group .wishlist:hover svg,.wb-product-list .button-group .quick:hover svg,.wb-product-list .button-group .cartb:hover svg {
    fill: #c1a400;
}
.wb-product-list .product-description {
    text-align: left;
    padding: 10px 15px;
    border-top: none;
    margin: 0;
    background-color: #fff;
}
.wb-product-list .descrip p,.wb-product-list .descrip{
    display: block;
    font-size: 13px;
    margin: 0;
    padding-top: 3px;
    letter-spacing: 0.5px;
    height: 45px;
    overflow: hidden
}
.wb-product-list .product-title{
    font-size: 16px;
}
.wb-product-list .thumbnail-container {
    float: left;
    width: 100%;
    border: none;
}
.wb-product-list .button-group {
    margin: 10px 0 0 0;
    display: block;
}
.wb-product-grid .product-miniature, .wb-product-list .product-miniature {
    padding: 0;
}
.wb-product-grid .item-product, .wb-product-list .item-product {
    margin-bottom: 20px;
}
#category-description {
    padding: 0;
}
#search_filter_toggler:hover {
    background-color: #c1a400;
    color: #222 !important;
}
#search_filter_toggler {
    background-color: #fff;
    height: 39px;
    color: #2f2f2f !important;
    line-height: 22px;
}
.category-cover {
    position: absolute;
    right: 0;
    top: 0;
    background-color: #fff;
    border-radius: 5px;
}
.category-cover img {
    max-width: 140px;
    margin: 15px;
}
/* offer banner */
.offbanner{
    box-shadow: 2px 2px 5px rgba(0,0,0,0.08);
    padding: 30px;
    background-color: #fff;
    border-radius: 4px;
}
.fprod{
    margin-top: 70px;
}
.featbg{
    background-image: url('../../assets/img/featured.jpg');
    background-repeat: no-repeat;
    padding: 70px 0;
}
.fehead{
    font-size: 40px;
    text-transform: capitalize;
    color: #fff;
    font-weight: 500;
}
.feplink{
    color: #c1a400;
    border: 1px solid;
    background: rgba(0,0,0,0.3);
    text-transform: capitalize;
    display: inline-block;
    padding: 4px 14px;
    margin-top: 15px;
    transition: 0.3s ease;
}
.feplink:hover{
    color: #fff;
}
/* other page */
.imgbspc,.featbg,.logo-slider{
    margin-top: 60px;
    margin-bottom: 60px;
}
.wbContent-prod,.new-bg{
    margin-top: 60px;
}
.cate-bg .cat-content img{
    margin-top: 30px;
}
/* effect */
.sub-img-banner::before {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    content: '';
    width: 20%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
    opacity: 0;
}
.sub-img-banner::after {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    display: block;
    content: '';
    width: 20%;
    height: 100%;
    opacity: 0;
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
    background: linear-gradient(to left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
}
.sub-img-banner img {
    border-radius: 5px;
}
.sub-img-banner:hover::before {
    transition: 1s;
    right: 100%;
    opacity: 1;
}
.sub-img-banner:hover::after {
    transition: 1s;
    left: 100%;
    opacity: 1;
}
.sub-img-banner {
    position: relative;
    overflow: hidden;
}

.content-format strong,
.content-format b{
    font-weight: bold;
}

.content-format blockquote{
    font-style: italic;
}

.content-format ul{
    padding-left: 20px;
    border-bottom: 0 !important;
    list-style: disc;
}

.content-format ol{
    padding-left: 20px;
}

.content-format h1,
.content-format h2,
.content-format h3,
.content-format h4,
.content-format h5,
.content-format h6,
.content-format p{
    margin-bottom: 10px;
}

.content-format li p{
    margin-bottom: 0px
}


/* effect over */
@media (min-width:1850px){
    .pay-connect {
        margin: 2px 15px 0 15px;
    }
}
@media (max-width: 1589px){
    .block_newsletter {
        padding: 20px 20px;
    }
    .email-f {
        margin-top: 15px;
        margin-bottom: 15px;
    }
    #block-newsletter-label p {
        margin-bottom: 32px;
        font-size: 16px;
        letter-spacing: 0;
    }
}
@media (min-width: 1200px){
    #pt_vegamenu::before {
        font-family: "FontAwesome";
        font-size: 15px;
        position: absolute;
        right: 15px;
        top: 10px;
        content: "\f0dd";
        z-index: 19;
    }
}
@media (min-width: 1200px) and (max-width: 1409px){
    .fprod {
        margin-top: 15px;
    }
    .fehead{
        font-size: 24px;
    }
    .fleftw,.frightw{
        width: 50%;
    }
    #owl-special .thumbnail-container{
        padding: 20px 0 40px 0;
    }
    .deliveryinfo ul {
        padding: 25px 25px;
    }
    .nav-f-static {
        width: 53%;
    }
    .wb-product-grid .item-product{
        width: 33.33%;
    }
}
@media(min-width: 992px){
    .ap-ltst .sub-img-banner img {
        border-radius: 5px 0 0 5px;
    }
    #_desktop_logo img{
        margin: 0 auto;
    }
    /* button */
    .thumbnail-container:hover .btn-pro {
        opacity: 1;
    }
    .thumbnail-container .btn-pro {
        opacity: 0;
        position: absolute;
        bottom: 15px;
        transition: all 0.3s ease 0s;
        right: 15px;
        left: auto;
        text-align: center !important;
        margin: 0 auto;
    }
    .wishlist .wb-wishlist-button {
        padding: 0;
    }
    .button-group .wishlist svg, .button-group .compare svg, .button-group .quick-view svg,.button-group .cartb svg{
        vertical-align: middle;
        fill: #222;
        cursor: pointer;
    }
    .button-group .compare .bcom{
        display: none;
    }
    .pcom, .pwish, .pquick {
        margin-bottom: 0;
    }
    .button-group .compare, .button-group .wishlist, .button-group .quick-view, .button-group .cartb {
        width: 40px;
        height: 40px;
        text-align: center;
        padding: 9px 7px 9px 7px;
        transition: all 500ms ease 0s;
        cursor: pointer;
        background-color: #fff;
        vertical-align: middle;
        display: block;
        border-radius: 50%;
        border: 1px solid #e3e3e3;
    }
    .button-group .compare:hover, .button-group .wishlist:hover,.button-group .quick:hover,.button-group .cartb:hover{
        background-color:#c1a400;
        border: 1px solid #c1a400;
    }
    .button-group .compare:hover svg,.button-group .wishlist:hover svg,.button-group .quick:hover svg,.button-group .cartb:hover svg {
        fill: #fff;
    }
    .button-group .add-to-cart-product{
        display: block;
    }
    .button-group .compare{
        margin: 5px 0;
    }
    .button-group .quick-view{
        margin: 0 0 5px 0;
    }
    /* button over */
    .wb-product-list .thumbnail-container .btn-up,.wb-product-list .button-group .quick,.wb-product-list .thumbnail-container .btn-pro {
        opacity: 1;
        margin-top: 0;
        position: unset;
        display: inline-block;
        vertical-align: middle;
    }
    .wb-product-list .p-cart {
        display: none;
    }
    .wb-product-list .button-group .compare, .wb-product-list .button-group .wishlist,.wb-product-list .button-group .quick,.wb-product-list .button-group .cartb{
        background-color: #fff !important;
        border: 1px solid #e7e7e7 !important;
        margin: 0;
        display: inline-block;
    }
    .wb-product-list .button-group .add-to-cart-product{
        display: inline-block;
    }
    .wb-product-list .thumbnail-container:hover .product-description .product-price-and-shipping, .wb-product-list .thumbnail-container:hover .product-description .product-title {
        opacity: 1;
    }
}
@media (min-width: 992px) and (max-width: 1199px){
    .forgotten-password .form-fields label.required{
        padding-top: 0;
    }
    .products-selection .sort-by {
        font-size: 12px;
    }
    .header-top {
        padding: 20px 0;
    }
    .cate-img h3{
        font-size: 18px;
    }
    #owl-special .product-description{
        margin-bottom: 30px;
    }
    .fprod {
        margin-top: 20px;
    }
    .featbg{
        padding: 40px 0;
    }
    .wb-menu-vertical li.level-1 > a, .view_menu a{
        letter-spacing: 0
    }
    .wb-menu-vertical li.level-1, .view_menu{
        margin-right: 24px;
    }
}
@media (max-width: 1199px){
    .fleftw{
        display: none
    }
    .kr_blog_post_area .blog_post .blog_post_content .blog_post_content_bottom {
        padding: 0;
    }
    .head1 h4,.left-heading {
        font-size: 16px;
    }
    #left-column .product-title a {
        font-size: 12px;
    }
    .ses {
        margin: 10px 0;
    }
    .fot-pro, .pay {
        margin-bottom: 15px;
        font-size: 14px;
    }
    #menu1 ul li:last-child, #top-links-n, .products-selection .total-products, .products-selection h1,.cart-s, .top-ri,.down-app{
        display: none;
    }
    .pro-det h1 {
        font-size: 16px;
    }
    #product #block-reassurance span {
        font-size: 12px;
    }
}
@media (max-width: 991px){
    .slider-home{
        margin-bottom: 30px;
    }
    .heading{
        font-size: 20px;
        margin-bottom: 20px;
    }
    .imgbspc, .featbg, .logo-slider{
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .wbContent-prod, .new-bg{
        margin-top: 30px;
    }
    .cate-bg .cat-content img{
        margin-top: 15px;
    }
    #owl-special .product-price-and-shipping{
        font-size: 24px;
    }
    #owl-special .product-title{
        font-size: 16px;
    }
    .c-less {
        padding: 0 4px;
    }
    .padpro {
        margin: 0 -4px;
    }
    .breadcrumb {
        border-top: 1px solid #e3e3e3;
    }
    .owl-theme .owl-nav i {
        line-height: 26px;
    }
    .owl-theme .owl-nav .owl-prev,.owl-theme .owl-nav .owl-next {
        width: 34px;
        height: 34px;
    }
    #f_desktop_logo img {
        margin: 0 auto;
    }
    .footer-container {
        padding: 20px 0;
    }
    .pay-connect1 p {
        margin: 15px 0;
        font-size: 12px;
        line-height: 23px;
    }
    .f-logo {
        text-align: center;
        padding-bottom: 20px;
        border-bottom: 1px solid #e3e3e3;
        margin-bottom: 20px;
    }
    #_desktop_user_info {
        margin: 0 10px;
    }
    #block-newsletter-label svg{
        display: none;
    }
    .pro-tab .nav-tabs {
        top: 9px;
    }
    /* button */
    .button-group .add-to-cart-product, .button-group .btn-up,.button-group .btn-pro{
        display: inline-block;
    }
    .button-group {
        margin-top: 5px;
    }
    .button-group .compare:hover svg,.button-group .wishlist:hover svg,.button-group .quick:hover svg,.button-group .cartb:hover svg {
        fill: #c1a400;
    }
    .button-group .btn-pro {
        position: unset;
        opacity: 1;
    }
    .button-group .compare, .button-group .wishlist, .button-group .quick, .button-group .cartb {
        background: #fff;
        width: 34px;
        height: 34px;
        cursor: pointer;
        vertical-align: middle;
        padding: 7px 0;
        fill: #b1b1b1;
        text-align: center;
        display: inline-block;
        border: 1px solid #e7e7e7;
        border-radius: 50%;
    }
    .button-group .wb-wishlist-button {
        padding: 0;
    }
    .pwish, .pquick, .pcom {
        margin: 0;
    }
    .button-group .cart-add .p-cart{
        display: none;
    }
    .button-group .cartb svg {
        width: 18px;
        height: 18px;
    }
    /* button over */
    .new-bg{
        padding: 10px 0;
    }
    .shop-c{
        margin: 0;
    }
    .hcart svg {
        width: 21px;
        height: 21px;
    }
    .cont-bg {
        padding: 25px 0 20px 0;
    }
    .fot-pay p {
        font-size: 13px;
        line-height: 21px;
        margin: 15px 0 15px 0;
    }
    .quickview .mask, .quickview .arrows {
        display: none;
    }
    .head1, .product-tab-item .owl-theme .owl-nav, .cbanner-0, #search_category,.carti{
        display: none;
    }
    .mb-2, #left-column .mb-2 {
        margin-bottom: 25px;
    }
    .block_newsletter form input {
        height: 42px;
    }
    .product-price-and-shipping {
        font-size: 14px;
    }
}
@media (min-width: 768px) and (max-width: 991px){
    #owl-special .product-description{
        margin-top: 5px;
    }
    .wb_product_countdown div{
        height: 45px;
        width: 40px;padding: 2px 3px;
        margin: 0
    }
    .wb-menu-vertical li.level-1 > a, .view_menu a{
        letter-spacing: 0
    }
    .menu-vertical .product_img_link img{
        max-width: 50px;
    }
    .cate-img h3{
        font-size: 18px;
    }
    #owl-special .product-description{
        margin-bottom: 30px;
    }
    .fprod {
        margin-top: 20px;
    }
    .featbg{
        padding: 40px 0;
    }
    .wb-menu-vertical li.level-1, .view_menu{
        margin-right: 26px;
    }
    #header_banner span,#header_banner h2 {
        font-size: 11px;
        letter-spacing: normal;
    }
    .wb-product-list .descrip p {
        height: 55px;
        overflow: hidden;
    }
    .em-effect072{
        display: none;
    }
    .wbpc-main .time{
        width: 40px;
        margin: 0 1px;
    }
    .wbpc-main .label{
        font-size: 10px;
    }
    #menu1 .nav > li > a {
        padding: 0 17px;
    }
    #menu1 ul li a {
        font-size: 12px;
        letter-spacing: .5px;
    }
    #_desktop_logo img{
        max-width: 162px;
    }
    .header-top {
        padding: 15px 0;
    }
    .wb-menu-vertical li.level-1 > a, .view_more a {
        font-size: 13px;
    }
    .forgotten-password .form-fields label.required{
        padding-top: 0;
    }
}
@media (min-width: 768px) {
    .forgotten-password .form-fields .center-email-fields button {
        margin: 0 10px;
    }
}
@media (max-width: 767px){
    .wb-product-list .product-title{
        font-size: 14px;
    }
    .fprod{
        margin-top: 20px;
    }
    #owl-special .product-description {
        margin-top: 15px;
        margin-bottom: 15px;
    }
    #owl-special .product-price-and-shipping{
        margin: 5px 0;
    }
    .cate-img h3{
        font-size: 16px;
    }
    .bg-cate{
        padding: 30px 0
    }
    .fehead{
        font-size: 24px;
    }
    .featbg{
        padding: 30px 0
    }
    .ico-menu .bar {
        background-color: #222;
    }
    .ico-menu .bar::after {
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        background: #000;
        position: absolute;
        top: 0;
        left: 100%;
        z-index: 1;
        -webkit-transition: 0.3s;
        transition: 0.3s;
            transition-delay: 0s;
        transition-delay: 0s;
    }
    .ico-menu .bar:nth-child(1)::after {
        -webkit-transition-delay: 0.1s;
        transition-delay: 0.1s;
    }

    .ico-menu .bar:nth-child(2)::after {

        -webkit-transition-delay: 0.2s;
        transition-delay: 0.2s;

    }
    .ico-menu .bar:nth-child(3)::after {
        -webkit-transition-delay: 0.3s;
        transition-delay: 0.3s;
    }
    .ico-menu .bar:nth-child(1) {
        top: 0;
        width: 14px;
    }
    .ico-menu .bar:nth-child(2) {
        top: 5px;
        width: 16px;
    }
    .ico-menu .bar:nth-child(3) {
        top: 10px;
        width: 20px;
    }
    .ico-menu .bar {
        position: absolute;
        height: 2px;
        background-color: #fff;
        overflow: hidden;
    }
    .btn-navbar.navbar-toggle {
        color: #2d2d2d;
        cursor: pointer;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        border: none;
        background-color: transparent;
        min-width: 35px;
        min-height: 35px;
        vertical-align: middle;
        margin: 0;
        padding: 9px;
    }
    .ico-menu {
        position: relative;
        width: 16px;
        top: -6px;
        margin: 0 auto;
        left: -2px;
    }
    .wb-product-list .descrip p {
        overflow: hidden;
        height: 80px;
    }
    .wb-product-grid .item-product.col-xs-12, .wb-product-list .item-product.col-xs-12 {
        padding: 0 5px;
    }
    .products.product-thumbs.wb-product-list, .products.product-thumbs.wb-product-grid {
        margin: 0 -5px;
    }
    #search_block_top .btn.button-search {
        padding: 9px 15px;
    }
    #owl-image-slider.owl-theme .owl-nav{
        display: none;
    }
    .blogc {
        bottom: 20px;
    }
    .product-title{
        width: unset;
    }
    .content_more a {
        font-size: 12px;
        padding: 7px 9px;
    }
    .ser-t h4 {
        font-size: 15px;
    }
    .deliveryinfo ul {
        padding: 25px 23px;
    }
    .position-static1{
        display: none;
    }
    .wishl, .hcom{
        display: block;
    }
    .bt_compare{
        margin-left: 14px;
    }
    .new_sale {
        padding-top: 10px;
    }
    #product-modal .close {
        position: absolute;
        top: 20px;
        right: 25px;
        z-index: 22;
    }
    .top-ri,.header-banner{
        display: none;
    }
    .pay-connect .pay {
        margin: 0 0 15px 0;
        font-size: 14px;
    }
    .wbSearch{
        margin-top: 0;
        top: 0;
    }
    .footer-container {
        padding: 15px 0;
    }
    .option-main{
        margin-top: 0;
    }
    .full-con{
        margin: 0;
    }
    body.active {
        overflow: hidden;
    }
    .sidenav {
        height: 100%;
        width: 0;
        position: fixed;
        z-index: 999;
        top: 0;
        left: 0;
        transition: 0.5s;
        padding-top: 60px;
        overflow-x: hidden;
        transition: 0.5s;
        padding-top: 60px;
        box-shadow: 5px 0 5px 0 rgba(0,0,0,.06);
        clear: both;
        height: 100%;
        background-color: #fff;
        list-style: none;
        margin: 0;
        padding: 0;
    }
    .sidenav .close-nav {
        background-color: #c1a400;
        padding: 15px;
        width: 100%;
        display: inline-block;
        color: #fff;
        line-height: normal;
        font-weight:500;
    }
    .ico-menu .bar {
        background-color: #222;
    }
    .sideb{
        display: block;
    }
    .siden{
        display: none;
    }
    .closebtn {
        float: right;
    }
    .close-nav i {
        color: #fff;
        font-size: 16px;
    }
    #mobile_top_menu_wrapper {
        margin: 0;
        line-height: 20px;
        display: block !important;
    }
    #wrapper, #footer {
        display: block !important;
    }
    .header-top {
        padding: 14px 0;
    }
    .menu-bg{
        display: none;
    }
    #_desktop_logo {
        padding: 0;
        margin-top: 2px;
    }
    #_desktop_logo img{
        max-width: 135px;
    }
    #_mobile_language_selector, #_mobile_currency_selector {
        display: inline-block;
        cursor: pointer;
        margin: 5px;
        padding: 5px;
        border: 1px solid #eee;
        border-radius: 5px;
    }
    .user-down {
        min-width: 15rem;
    }
    #header .position-static{
        float: right;
        margin-top: 0;
    }
    .footer-container .links ul > li {
        margin-bottom: 0;
        line-height: 25px;
    }
    .footer-container .links ul > li a {
        line-height: 21px;
        font-size: 13px;
    }
    .button-group .compare, .button-group .wishlist, .button-group .quick{
        opacity: 1;
    }
    .wbpc-main .count, .product-info .product_name strong, .cart-grid-body .card-block h1{
        font-size: 15px;
    }
    #menu-icon {
        margin: 1px 10px 0 10px;
    }
    #left-column {
        padding: 0;
        margin-top: 10px;
    }
    .button-group svg {
        width: 14px;
        height: 14px;
        vertical-align: middle;
    }
    .header-nav, .c-fotlkn,.block-social .fot-pro, .pay-connect1 .fot-pro {
        display: none;
    }
    #search_filters .facet, #search_filters_brands .facet, #search_filters_suppliers .facet{
        margin-bottom: 0;
    }
    .pagination .text-xs-left, .pagination .text-xs-right {
        text-align: center;
        width: 100%;
    }
    .block-category {
        min-height: auto;
    }
    .wb-grid-list{
        margin-top: 0;
    }
    .pro-name, .page-header h1 {
        font-size: 16px;
        padding: 13px;
    }
    .forgotten-password .form-fields label.required {
        width: auto;
        text-align: center;
    }
    #checkout #block-reassurance {
        margin-bottom: 15px;
    }
    .dropdown select {
        -webkit-appearance: none;
        background-color: transparent;
    }
    .em-effect07 {
        margin-bottom: 20px;
    }
    .em-effect07:last-child {
        margin-bottom: 0;
    }
    .block-social, .pay-connect1{
        text-align: center !important;
    }
    .block-social {
        margin-bottom: 3px;
    }
    .f-d {
        padding: 10px 0;
    }
}
@media (min-width: 576px) and (max-width: 767px){
    .wb-modal-review .modal-content {
        margin: 0 15px;
    }
    #custom_product .wb-image-block{
        width: 70%;
    }
    #custom_product .wbsub-image-block{
        width: 29.5%;
    }
    .ses.col-xs-12, .col-xs-12.cbanner-1, .col-xs-12.cbanner-2 {
        width: 50%;
    }
    .ser-t p{
        letter-spacing: normal;
        font-size: 11px;
    }
    .wb-product-grid .item-product.col-xs-12 {
        width: 33.33%;
    }
    .wb-image-block.col-xs-12{
        width: 35%;
    }
    .wb-product-list .product-description.col-xs-12 {
        width: 65%;
    }
}
@media (max-width: 575px){
    .v-all{
        display: none
    }
    #owl-special .wb-image-block,#owl-special .product-description{
        width: 100%;
    }
    .post_title a {
        font-size: 13px;
    }
    .wbpc-main .time{
        margin: 0 1px;
    }
    #productCommentsBlock .rate-avg {
        margin: 0 3px;
    }
    #header .position-static {
        margin-top: 2px;
    }
    .post_content p,#index .post_meta span, .bdate {
        font-size: 12px;
    }
    #_desktop_logo {
        margin-top: 4px;
    }
    #_desktop_user_info {
        margin: 0 6px;
    }
    .usr, .hcart, #search_toggle {
        width: 33px;
        height: 33px;
        padding: 4px 0 8px 0;
    }
    .usr svg, .hcart svg, #search_toggle svg {
        height: 16px;
        width: 16px;
    }
    #_desktop_logo img {
        max-width: 112px;
    }
    .new_sale {
        padding: 10px;
    }
    .owl-theme .owl-nav {
        right: 8px;
        top: -61px;
    }
    .product-description {
        padding: 7px;
    }
    .product-line-grid-body > .product-line-info > .label {
        font-size: 13px;
    }
    .modal-dialog {
        margin: 10px;
    }
    .deliveryinfo ul{
        padding: 25px 22px;
    }
    .button-group,.wb-product-list .button-group{
        display: none;
    }
    .product-miniature.js-product-miniature {
        margin-bottom: 10px;
    }
    .ser-s{
        margin-bottom: 15px;
    }
    .header-top {
        padding: 10px 0;
    }
    .slider-home .owl-theme .owl-dots{
        display: none;
    }
    .block-contact .block .icon i {
        font-size: 18px;
    }
    .nivo-controlNav{
        display: none;
    }
    .pro-tab .nav-tabs {
        width: 260px;
    }
    .nav-item .nav-link, .nav-item .nav-separtor {
        padding: 0 5px;
        font-size: 12px;
    }
    .head-l {
        margin-bottom: 20px;
        padding-bottom: 13px;
    }
    .pro-tab{
        margin-bottom: 35px;
        padding-bottom: 13px;
    }
    .pro-tab .nav-tabs {
        top: -5px;
    }
    .products-sort-order .select-title {
        font-size: 12px;
        padding: 11px 6px;
    }
    .products-sort-order .select-list {
        font-size: 12px;
        padding: 5px 6px;
    }
    .product-tab .nav-item .nav-link, .product-tab .nav-item .nav-separtor {
        padding: 0 5px 10px 0;
        font-size: 11px;
    }
    .product-tab{
        padding: 10px;
    }
    .product-actions .add-to-cart {
        padding: 8px 7px;
        font-size: 12px;
    }
    .propage h1, body#checkout section.checkout-step .step-title{
        font-size:  15px;
    }
    .close {
        font-size: 22px;
        font-weight: 500;
        line-height: 16px;
    }
    ._blank {
        font-size: 12px;
    }
}
@media (min-width: 320px) and (max-width: 575px){
    .wb-product-grid .item-product{
        width: 50%;
    }
    .wb-product-grid .item-product, .wb-product-list .item-product {
        margin-bottom: 5px;
    }
    .wb-product-list .item-product.col-xs-12 {
        width: 50%;
        padding: 0 5px;
    }
    .wb-product-list .product-description {
        padding: 10px 5px;
    }
    .products.product-thumbs.wb-product-list, .products.product-thumbs.wb-product-grid {
        margin: 0 -5px;
    }
}
@media (min-width: 1410px) and (max-width: 1799px){
    .fprod {
        margin-top: 15px;
    }
    .fehead{
        font-size: 24px;
    }
}
@media (min-width: 1800px){
    .wb-product-grid .item-product{
        width: 20%;
    }
    .wb-product-list .item-product{
        width: 50%;
    }
    .wb-product-list .item-product .wb-image-block{
        width: 30%;
    }
    .wb-product-list .item-product .product-description{
        width: 70%;
    }
}

/* box layout */
@media (min-width: 992px){
    .boxed main {
        width: 100%;
    }
    .boxed main {
      -webkit-box-shadow: 0 0 10px rgba(0,0,0,.2);
      -moz-box-shadow: 0 0 10px rgba(0,0,0,.2);
      box-shadow: 0 0 10px rgba(0,0,0,.2);
      margin: 40px auto;
      background: #fff;
  } 
}
@media (max-width: 991px) {
  .boxed .container-bg {
        width: 100%;
        margin: 0 auto;
    }
} 
@media (min-width: 992px) and (max-width: 1199px){
    .boxed main {
        width: 963px;
    }
}
@media (min-width:1200px) and (max-width:1409px){
    .boxed main{
       width: 1170px;
    }
}
@media (min-width:1410px) and (max-width:1799px){
   .boxed main {
       width: 1380px;
    }
}
@media (min-width: 1800px){
    .boxed main{
        width: 1770px;
    }
}

/* checkout */

