/*
Primary:#122F67
Secondary:#60bb46
Territory:#555
*/


:root {
    --primary-color: #DDB653;
    --primary-active: #836313;
    --primary-bg: linear-gradient(90deg, rgba(133,103,50,1) 0%, rgba(191,173,141,1) 35%, rgba(133,103,50,1) 100%);
    --main-background: linear-gradient(90deg, rgba(79,60,10,1) 0%, rgba(149,116,62,1) 35%, rgba(79,60,10,1) 100%);
    --header-background: radial-gradient(ellipse farthest-corner at right bottom, #FEDB37 0%, #FDB931 8%, #9f7928 30%, #8A6E2F 40%, transparent 80%),
    radial-gradient(ellipse farthest-corner at left top, #FFFFFF 0%, #FFFFAC 8%, #D1B464 25%, #5d4a1f 62.5%, #5d4a1f 100%);
  }

.d-none {
    display: none !important;
}
@media (min-width: 768px) {
    .d-md-block {
        display: block !important;
    }
}
@media (min-width: 576px) {
    .d-sm-block {
        display: block !important;
    }
}

.cms-index-index .page-title-wrapper {
    display: none;
}


/*Products Items*/

.block,
.block-banners,
.block-banners-inline {
    margin-bottom: 20px;
}

/*Category products*/
.product-items .item {
    margin-bottom: 20px;
    height: 100%;
}

@media (max-width: 767px){
.footer-row .block-content {
  padding: 0px;
  margin-bottom: 5px;
  background-color: #a88a56;
  border-bottom: 1px solid #ccc;
}
/*.footer-row .block-content: hover {
  background-color: #FF8 !important;
} */
.footer ul li{
	border-bottom: 1px solid #836313 !important;
	background-color: #ddd !important;
	text-transform: uppercase;
	padding-left: 6px;
	color: #333 !important;
}
.footer a {
	color: #333 !important;
}
/*
.footer a:hover {
	color: #836313 !important;
}
*/	
.footer ul li:  hover{
	background-color: #ccc !important;
}

}

@media (max-width: 700px){
  
	 .footer-row .block-content{ 
	  color: #333;
	  padding-right: 8px;
  }
 }

  @media (max-width: 767px){
.footer .heading:not(.social-links-title) {
  padding: 10px 10px;
  background: linear-gradient(90deg, rgba(133,103,50,1) 0%, rgba(191,173,141,1) 35%, rgba(133,103,50,1) 100%) !important;
/*  background-color: #836313;  */
  font-size: 14px;
  text-transform: uppercase;
  line-height: normal;
  margin-top: 0;
  margin-bottom: 1px;
  border: 1px solid #ccc;
}
.footer .heading:not(.social-links-title): hover {
  background-color: #aaa;

}

.legal-links: hover{
	background-color: #000;
}
.footer-row .block-content {
	background-color: #ddd;
	}
}

.product-items .item .product-item-info {
    position: relative;
    padding: 15px;
    height: 100%;
    width: auto;
    border: 1px solid #c0b088;
    /* border-color: inherit; */
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
   
}

 
.items-grid .item .product-item-info {
  padding-bottom: 15px;
}

.product-items .product-item-img a {
    text-align: center;
    display: block;
    max-width: 100% !important;
}

.product-items .product-image-wrapper {
    text-align: center;
}

.product-items .product-image-photo {
    display: inline-block !important;
    width: auto;
    height: auto;
    max-height: 100%;
}

.product-items .item .price-box .price {
    font-size: 20px;
    font-weight: 600;
}

/*Category products:- grid view*/
.category-products .column.main{
    min-height: 0;
}
.category-products-grid.products.grid {
    margin: 0 !important;
}

.category-products-grid .product-items {
    box-sizing: border-box;
    margin: 0 -10px;
    display: flex;
    flex-wrap: wrap;
}

.category-products-grid .item {
    width: 100%;
    flex: 0 0 25%;
    max-width: 25%;
    padding: 0 10px;
    padding-bottom: 0 !important;
    box-sizing: border-box;
    border-width: 0;
    box-shadow: none;
    height: auto!important;
}

@media (max-width:1024px) {
    .category-products-grid .item {
        flex: 0 0 33.33%;
        max-width: 33.33%;
    }
}

@media (max-width:576px) {
    .category-products-grid .item {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (max-width:576px) {
	.header-mobile .skip-link.skip-active{
        color: #000;		
    }	
}
@media (max-width:576px) {
	.towishlist{
        visibility: hidden;		
    }	
}

@media (max-width:360px) {
    .category-products-grid .item {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (max-width:812px) {
   
   .category-products-grid .item .custom-btns{
       display: block;
   }
   .category-products-grid .item .quantity_custom{
       margin-bottom: 10px;
   }
}

@media (max-width: 600px) {
   .showhide {
    display: none;
  }
}
@media (max-width: 600px) {
   .legal-links a{
    color: #fff !important;
  }
  .legal-links a: hover{
	  background-color: transparent !important;
}
}

.crystal_mobile{
	display: none;
}
.home_collection__padding {
	padding-top: 20px;
}

@media (max-width: 600px) {
   .crystal_desktop {
    display: none !important;
  }
 }

@media (max-width: 600px) {
    .crystal_mobile{
	  display: block;
	  margin-top: 0px;
  }
  .footer .block-content p {
  margin-bottom: 0;
  padding-left: 8px;
  padding-top: 5px;
  padding-bottom: 2px;
}
  block-content footer__payment{
	  padding-top: 5px;
	  paqdding-bottom: 5px;
 }
}
 @media (min-width: 600 px){
 .home-collection__list{
	  padding: 0px !important;
	  }
	  .home-collection__logo{
	  padding-top: 0px !important;
	  margin-top: 0px !important;
	  }
	  .home-collection__padding{
	  padding-top: 0px !important;
	  }
 }
 /*
@media (max-width: 767px) {
  .footer .heading:not(.social-links-title) {
    padding: 10px 10px;
    background-color: #a88a56;
    font-size: 14px;
    text-transform: uppercase;
    line-height: normal;
    margin-top: 0;
    margin-bottom: 1px;
    border-bottom: 0;
	border: 1px solid #ddb653;
  } 
  */
.items-grid.equal-height .item .actions {
    bottom: 15px !important;
    /* <== To override in grid view */
    padding: 0 !important;
    /* <== To override in grid view */
    width: 89%;
    /* <==  width:89% for none-supported browser */
    width: calc(100% - 30px );
    text-align: center;
    margin: 0;
    /* position: static; */
    left: 15px;
}



.itemslider .items-grid.centered .item .actions,
.product-items button.action.tocart.primary,
.product-items .product-item-actions .actions-primary{
    width: 100%;
    float: none;
    display: block;
}
/*
.itemslider .items-grid.centered .item .actions span,
.product-items button.action.tocart.primary span,
.product-items .product-item-actions .actions-primary span{
    padding-right: 15px;
}
*/
.product-items .item .tocart{
  /*  border-bottom: 4px solid #60bb46;
    text-align: center;*/
    font-size: 12px;
    position: relative;
}

.product-items .item .tocart:hover{
    /* border-bottom: 4px solid #122F67; */
}

.product-items .item .tocart::after {
    content: "\e263";
    display: inline-block;
        font-family: ThemeIcons;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;

        position: absolute;
        right: 7px;
        font-size: 18px;
}


.items-grid.equal-height .item {
    padding-bottom: 0;
}

.items-grid.equal-height .item .product-item-info {
    padding-bottom:70px;
}

.product-item-img a {
    display: block;
}

.items-grid .product-item-name {
    line-height: normal;
    font-size: 13px;
     min-height: 55px; 
    overflow: hidden;
    margin-top: 0;
    padding-top: 10px;
        overflow: hidden;
  /*   -o-text-overflow: ellipsis;
  text-overflow: ellipsis; */
    display: -webkit-box;
    -webkit-box-orient: vertical;
    /*  */
    -webkit-line-clamp: 3;
}

.items-grid .product-item-name a{
    display: block;
}

.products-grid .product-item{
    margin-bottom: 0;
}

/*Category products:- list view*/
.products-list .item {
    border: 0;
    padding: 0;
}

@media (min-width:813px) {

    .products-list .item .product-item-info {
        display: flex;
        justify-content: space-between;
        width: 100%;
    }

    /* .products-list .item .product-item-info > div,
    .products-list .item .product-item-info > section{
        width: 100%;
        -webkit-box-flex:0;
            -ms-flex:0 0 33.33%;
                flex:0 0 33.33%;
        max-width: 33.33%;
        display: block;
    } */
    .products-list .item .addto-links {
        display: flex;
        margin-top: 15px;
    }
}

/* 
 .products-list .item .product-item-info{
     display: block;
 }

 */


.product-items .btn-custom {
    font-size: 12px;
    width: 100%;
    margin-top: 5px;
    text-align: center;
}

.product-items .btn-custom_secondary {
    background-color: #555;
}


@media (max-width:560px) {
    .products-list .item .product-item-info {
        display: block;
    }

    .products-list-ext .product-item-details,
    .products-list-ext .product-item-inner {
        padding-left: 0;
    }

    .products-list .item .addto-links {
        margin-top: 0;
    }
}


.catalogpages .product-item {
    margin-top: 0;
}


/*Block itemslider*/
.block.itemslider .owl-wrapper {
    display: flex !important;
}

.block.itemslider .owl-item {
    padding: 3px 7.5px;
}

.block.itemslider .item {
    padding: 0;
    background-color: #fff;
}


.block.itemslider .wrapper.grid {
    margin: 0 -10px;
}

.block.itemslider .block-content {
    margin-bottom: 0;
}

.items-grid-thumbnails .product-item-name {
    min-height: 65px;
}




/*Scroll items in sidebar*/
.custom-sidebar-right .block.itemslider .item {
    text-align: left;
    padding: 0 10px;
}

.product-item-img .brand {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
    width: 60px;
}

.sidebar .action.primary {
    font-size: 12px;
}

#cart-sidebar-reorder .product-item {
    padding-left: 18px;
    position: relative;
    min-height: 80px;
}
#cart-sidebar-reorder .choice {
    position: absolute;
    left: 0;
    top: 0;
}

.modal-popup .modal-footer {
    padding: 15px;
}

.modal-popup .modal-header,
.modal-popup .modal-content,
.modal-popup .modal-footer {
    padding-left: 15px;
    padding-right: 15px;
}

.box-brand img {
    margin: 0;
}

.cart-container .checkout-methods-items .action.primary {
    font-size: 15px;
}
.checkout-cart-index .modal-popup.confirm .action-primary {
    background: var(--primary-active);
}

/*My account*/
.account-nav .item a:not(:hover) {
    color: inherit;
}
.customer-account-edit .modal-popup.confirm .action-accept {
    background: var(--primary-bg);
}
.customer-account-edit .modal-popup.confirm .action-accept:hover , .customer-account-edit .modal-popup.confirm .action-accept:focus {
    background: var(--primary-hover);
}

/*Blog*/
.post-holder {
    background-color: #f5f5f5;
    padding: 15px;
}

.post-list .post-content .post-read-more,
.post-view .post-nextprev-hld .nextprev-link {
    background-image: none;
    background: #000;
    border: none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    /* font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif; */
    font-weight: 600;
    padding: 8px 15px;
    font-size: 1.4rem;
    box-sizing: border-box;
    vertical-align: middle;
    text-transform: uppercase;
}

.post-list .post-content .post-read-more:hover,
.post-view .post-nextprev-hld .nextprev-link:hover {
    background-color: #ef6800;
}

.post-list .post-header .post-title {
    margin-top: 0;
    padding-top: 0;
}

.post-list .post-header .post-title a {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 2rem;
    color: #222;
    display: block;
}

.widget.block-categories li a:not(:hover) {
    color: #333;
}

.widget.blog-search .action.search {
    top: 50%;
    margin-top: -7px;
}

.widget.blog-search .action.search:before {
    content: "\e235";
    font: normal normal normal 14px/1 ThemeIcons;
}

.post-view .block {
    margin-bottom: 0;
}

.product-item .tocart,
.product-items .item .tocart {

    text-transform: uppercase;
    padding: 12px 15px;
}

.products-list .product-item .tocart{
  padding-top: 12px;
  padding-bottom: 12px;
}


.scroll-items .product-item-actions {
    display: flex;
    align-content: center;
    justify-content: space-between;

    position: absolute;
    left: 0;
    bottom: 0;
    margin:0!important;
    border-top: 1px solid #ddd;
    padding-top: 0;
    width: 100%;
}

.scroll-items .product-item-actions>* {
    display: block !important;
    margin: 0 !important;
}

.scroll-items .product-item-actions form {
    display: flex;
    height: 100%;
}

.scroll-items .product-item-actions .actions-primary {
    flex: auto;
        float: none !important;
}

.scroll-items .product-items .item .tocart {
  width: 100%;
  height: 96%;
  border-radius: 0;
  font-weight: 300;
  font-size: 13px;
  border: 1px solid #836313;
  text-align: center;
  background: linear-gradient(90deg, rgb(79, 60, 10) 0%, rgb(149, 116, 62) 35%, rgb(79, 60, 10) 100%);
  color: #fff;
  padding: 10px 15px;
  margin-left: 2px;
  margin-right: 2px;
  margin-bottom: 2px;
  padding-bottom: 9px;
}

.scroll-items .product-items .item .tocart:hover {
    border-color: #7395ae;
	background: #c0b088;
	border: 1px solid #836313;
}

.scroll-items .product-items .item .tocart:hover {
    /* border: 3px solid; */
}

.product-items .item .tocart::after {
    display: none;
}



@media (max-width:767px) {
    .scroll-items .product-items .item .tocart {
        font-size: 12px;
    }
}



.prices-tier {
    background: none;
    padding: 0;
    margin: 0;
}




.breadcrumbs {
    margin: 0 0 20px;
}





.sidebar .block-title {
    height: auto;
    line-height: 22px;
    padding: 0 0 10px!important;
    background: none;
    color: #000;
    font-size: 18px;
    font-weight: normal;
    border: 0;
        border-bottom: 1px solid #bebebe!important;
        margin-bottom: 0 !important;
}
.block .block-title strong, .block-title a, .block-title strong {
    color: #000;
    font-size: 18px;
    font-weight: normal;
    text-transform: uppercase;
}

.sidebar .block{margin-bottom:15px;}

.sidebar .block-subtitle,
.sidebar .block-title{height:auto;line-height:22px;padding:0 0 10px!important;background:none;color:#000;font-size:18px;font-weight:normal;border:0;border-bottom:1px solid #bebebe; text-transform: uppercase; }


.block .block-title strong, .block-title a, .block-title strong{color:#000;font-size:18px;font-weight:normal;text-transform:uppercase;}
.sidebar .block-content{padding:10px 0;color:#555;font-size:12px;margin:0;border:0;}
.sidebar .block-account .block-content, .block.block-promo .block-content,
.sidebar .block-account .block-content{padding:0;}
.sidebar .block-vertnav .block-content{padding:0;border:0;background:#f6f6f6;}
.sidebar .block-content a{color:#555;}





.sidebar .block-compare .block-title{
    margin-bottom: 15px !important;
}

@media (min-width: 768px){
  .is-blog .column.main{
    width: 62%;
        border-right: 1px solid #e5e5e5;
        box-sizing: border-box;
        padding-right: 25px;
  }
   .is-blog .sidebar-main{
    width: 38%;
  }  
}

.is-blog .breadcrumbs{
    margin-bottom: 20px;
}

.is-blog .post-list h2{margin:10px 0;line-height:normal; font-size: 24px; }
.is-blog .post-list h2 a{color:#333;}
.is-blog .post-list h3{padding:5px 10px;background:#eee;font-size:12px;}
.is-blog .postDetails{display:none;}
.is-blog .block .block-content li.item{padding:0;}
.post-entry{font-size:100%;}
.is-blog .social{margin-bottom:20px;}
.is-blog .post-date{background:#575757;color:#fff;font-size:1.1em;font-weight:700;padding:0.25em 0.5em;text-transform:uppercase;display:inline-block;font-style:normal;}
.is-blog .sidebar .block, .sidebar .grouped, .is-blog .post-list li.item{border-bottom:1px dashed #dadada;margin-bottom:30px;padding-bottom:0;}
.sidebar .grouped .block{display:inline-block;vertical-align:top;padding-right:30px;border:0;padding-bottom:0;}
.sidebar .grouped .block .block-title{border:0;padding:0;}
.is-blog .no-gutter.grid-col2-main{width:62%;border-right:1px solid #e5e5e5;box-sizing:border-box;padding-right:25px;}
.is-blog .no-gutter.grid-col2-sidebar{width:38%;float:right;}
.alignright{margin:15px;margin-right:0;}
.alignleft{margin:15px;margin-left:0;}

.is-blog .page-title-wrapper{
    display: none;
}
.is-blog .page-title{
    font-size: 34px;
}

.is-blog .sidebar-additional{
    display: none;
}


.is-blog .read-more{
    color:  #122F67;;
}

@media (min-width: 1024px), print
{
    .ambrands-search-wrapper {
        float: right;
        width: 20%;
        margin-top: 46px;
    }
}

.brand-images .brands-letter{
    padding-right: 0;
    margin-bottom: 0;
}

.brand-images .brands-letter .bare-list{
    margin-left: -7.5px;
    margin-right: -7.5px;
}
.brand-images .brands-letter .brand-item{
    margin:0;
}
.brand-images li.brand-item{
    flex: 0 0 12.5%;
    max-width: 12.5%;
    min-width: 0;
    padding: 10px;
    margin: 0;
    
}

@media (max-width:812px){
    .brand-images li.brand-item{
       flex: 0 0 16.66%;
       max-width: 16.66%; 
    }
}
@media (max-width:768px){
    .brand-images li.brand-item{
       flex: 0 0 25%;
       max-width: 25%; 
    }
}
@media (max-width:640px){
    .brand-images li.brand-item{
       flex: 0 0 33.33%;
       max-width: 33.33%; 
    }
}

@media (max-width:580px){
    .brand-images li.brand-item{
       flex: 0 0 50%;
       max-width: 50%; 
    }
}


.brand-images li.brand-item.no-img .item {
    /* border: 5px solid #ddd; */
    /* height: 160px; */
    display: flex!important;
    align-items: center;
    justify-content: center;
}
.brand-images li.brand-item.no-img .item .label{
    margin-top: 0;
    padding-top: 0;
    font-size: 13px;
        line-height: normal;
}


.brand-images li.brand-item *{
    transition: all .5s cubic-bezier(.25, .46, .45, .94);
}

.brand-images li.brand-item .item{
   border: 1px solid #ddd;
   padding: 10px;
}

.brand-images li.brand-item .item:hover{
    border-color: #122F67;
}

.brands-letter .brand-item .label{
    font-size: 11px;
}
.brands-letter .brand-item .label:before{
    display: none;
}

.brands-letter .brand-item .count {
    background-color: rgba(0, 0, 0, 0.15);
    font-size: 11px;
    color: #444;
    font-weight: bold;
}
.brand-images li.brand-item .item:hover .count{
    background-color: #122F67;
    color: #FFF;
}

.brand-images li.brand-item .ambrands-image{
    max-height: none;
}
.brand-images .brands-letter .letter .title {
    background-color: #fef0f3;
    color: #122F67;
    display: inline-block;
    padding: 5px 10px;
    font-weight: bold;
    border: 1px solid;
    border-bottom: 0;
}

.brand-images .brands-letter .letter {
    border-bottom: 1px solid #122F67;
    font-size: 18px;
    font-weight: 400;
}


.brands-filters a.letter.-letter-all {
    display: inline-block;
    float: none;
    margin-bottom: 10px;
}

.brands-filters .letters-box{
    font-size: 0;
}
.brands-filters .letter {
    background-color: #fef0f3;
    color: #122F67;
    padding: 5px 10px;
    font-weight: bold;
    display: inline-block;
    margin: 0;
}
.brands-filters .letter:hover, .brands-filters .letter.-active{
    background-color: #122F67;
    color: #FFF;
}

.brands-filters .letter.-disabled {
    opacity: 0.6;
    pointer-events: none;
    background-color: #f1f1f1;
    color: #444;
}

.ambrands-search-wrapper #livesearch{
    border-top: 2px solid #122F67;
}





.brand-block-product { display: flex; justify-content: space-between; }
.brand-block-product .page-title { padding-right: 10px; }
.brand-block-product .amshopby-option-link { flex: 0 0 70px; max-width: 70px; }



.customer-agreements-block{
    margin-bottom: 15px;
}
.customer-agreements-block label > button{
    color: #333;
}
.customer-agreements-block .required-entry,
.customer-agreements-block label{
    vertical-align: middle;
}



#notice-cookie-block .content{
    display: flex;
    align-items: center;
    justify-content: center;
}

#notice-cookie-block .content > *{
    margin: 0;
    padding:0 10px;
}

/*Hide in checkout page*/
/* #checkout-payment-method-load,
.iwd_opc_column_name[data-bind="i18n: 'Payment Method'"],
#checkout-payment-method-load ~ .iwd_opc_section_delimiter{
    display: none;
} */


.custom-btns{
    display: flex;
    align-items:center;
    justify-content: space-between;
}

.quantity_custom {
    display: flex;
    align-items: center;
    justify-content: center;

}

.products-list .custom-btns{
    display: block;
}

.products-list .quantity_custom{
    justify-content: left;
    margin-bottom: 15px;
}

.products-list .actions-primary{
    float: none;
    margin-bottom: 15px;
    display: block;
}


.quantity_custom #qty{
    width:44px;
}

.button-container{
    width: 20px;
    font-size: 0;
}

.button-container button {
    background-color: #eee;
    color: #333;
    padding: 5px;
    font-weight: bold;
    font-size: 14px;
    width: 20px;
    height: 16px;
    padding: 0;
    text-align: center;
}
.button-container button:hover{
    background-color: #122F67;
    color: #fff;
}


.crosssell .product-item{
    text-align: center;
}
.crosssell .product-item-actions{
    display:inline-block;
}
.crosssell .product-item-name{
    line-height: normal;
        font-size: 14px;
        height: 60px;
        overflow: hidden;
        border-top: 1px solid #e5e5e5;
        padding-top: 10px;
        text-align: center;
}


div#iwd_opc_powered_by_logo{
    display: none;
}


.page.messages.stick-msg {
    position: fixed;
    width: 100%;
    left: 0;
    top: 53px;
    z-index: 99;
}

.page.messages.stick-msg .messages {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
}


#scroll-to-top:hover{
    background-color: #60bb46;
}

@media (max-width:1024px){

#scroll-to-top{
    display: none!important;
    
}

}

.ui-slider-handle{
    background: #60bb46;
}

.choice.consent div.mage-error{
    float: right;

}

.block.newsletter .field.consent {
    background-color: #eee;
    padding: 10px;
}



.product-reviews-summary .action.view{
    font-weight: bold;
}

.product-info-main .btn-custom {
    font-size: 12px;
    width: 100%;
    margin-top: 5px;
    max-width: 200px;
    text-align: center;
}

.product-info-main .btn-custom_secondary {
    background-color: #555!important;
}


.product-lower-primary-column.grid12-12{
    margin-left: 0;
    margin-right: 0;
    width: 100%;
}



@media (max-width:480px){
    .block.filter .block-title.filter-title strong{
        position: static;
        display: block;
        line-height: normal;
    }

    .filter.active .filter-title strong:after{
        position: absolute;
        right: 0;
    }
}

@media (max-width:600px){
    .actions-toolbar > .primary{
        padding-bottom: 12px !important;
        }
		.action back{
			padding-bottom: 12px !important;
		}
		.actions-toolbar > .secondary .action:last-child {
		margin-bottom: 12px !important;
		}
}

#layered-filter-block-container .filter-options-content a{
    display: inline-block;
}
div#ln_slider_text_price{
    margin-top: 10px;
}


.box-tocart{
    position: relative;
}
.box-tocart #qty-error {
    position: absolute;
    left: 0;
    top: 95%;
    border: 1px solid;
    padding: 4px 10px;
    height: 26px;
    background-color: rgba(224, 43, 39, 0.10);
        white-space: nowrap;
}

#block-stockalert .bss_productstockaler{
    position: relative;
    max-width: 420px;
}


#block-stockalert .field {
    width: 100%;
    margin-right: 0;
}

#block-stockalert .actions-toolbar{
    position: absolute;
    right: 0;
    top: 0;
}

#block-stockalert .notify{
    height: 32px;
}



.col-scroll-items{
    margin-bottom: 30px;
}


.page-main>.page-title-wrapper {
    margin: 40px 0 20px;
}
.page-title {
    font-weight: 300;
}

.addto-links-icons.addto-onimage {
    padding: 0;
    bottom: 15px;
    right: 15px;
}



.sideacco .nav-item>a{
    background-color: #FFF;
    padding: 0;
    line-height: normal;
    font-size: 14px;
    padding: 12px 0;
    transition: all .5s cubic-bezier(.25, .46, .45, .94);
    border-bottom-color:#e5e5e5;
}
.sideacco .nav-item>a:hover{
    padding-left: 10px;
    background-color: #eee;
    color: #222;
}

/*Gallery*/
.fotorama__stage {
    border: 1px solid #ddd;
    padding: 15px 0;
    margin-bottom: 15px;
	background-color: #fff;
}
.filter-options-content{
    padding-left: 0;
}
.swatch-attribute .swatch-option, .swatch-attribute .swatch-option.text {
    line-height: normal;
    display: flex;
        align-items: center;
        text-align: center;
        justify-content: center;
    font-size: 12px;
	font-weight: bold;
    color: #555;
    border: 1px solid #ddd;
    height: 30px;
   /*  width: 30px; */
   height: 38px;
   padding: 10px;
}

.swatch-attribute.brand .swatch-option {
    width: auto;
    height: 38px;
    padding: 10px;
}
.swatch-option-tooltip .image {
    max-width: 80px;
    height: 50px;
}

.swatch-attribute-options {
    /* padding: 10px 0 5px; */
    box-shadow: none!important; 
}

.product-view .swatch-attribute .swatch-option{
    border: 1px solid #ddd;
}


.product-info-main .product-info-stock-sku>*{
   display: inline-block;
   margin:5px 5px 5px 0;
   vertical-align: middle;
}

.product-info-main .product-add-form{
    margin-bottom: 0;
    border:0;
}

.feature-wrapper.top-border{
    padding-top: 0;
    margin-top: 10px;
    border:0;
}
.product-info-main .product-info-stock-sku{
   margin-top: 15px;
   padding-bottom: 10px;
   margin-bottom: 0;
   border-bottom: 0;
    border:0;
}


.sticker-wrapper.top-left{
    display: none;
}


.product-view.product-columns-wrapper{
    display: flex;
    flex-wrap:wrap;
}

.custom-sidebar-right .inner{
    border:0;
    padding-left: 0;
}


/* .related .owl-theme .owl-controls{
    display: none!important;
}
 */

.related.block.itemslider .block-title{
margin-bottom: 45px;
}

.related .owl-theme .owl-controls .owl-buttons {
    top: -36px;
    left: 50%;
    right: auto;
    margin-left: -30px;
}
#itemslider-product-related .owl-wrapper{
    display: block !important;
}

#itemslider-product-related .owl-item{
    padding-left: 0;
    padding-right: 0;
}

.block.itemslider .block-title {
    padding: 0;
    margin-bottom: 15px;
    border-bottom: 1px solid #ccc;
    line-height: normal;
    height: auto;
    padding-bottom: 5px;
}
#block-related-heading {
    font-size: 14px;
    display: block;
    text-align: center;
    margin: 0;
}

@media(min-width:768px){
   
  .product.data.items.style1.show-tabs>.item.title>.switch {
      line-height: 30px;
      height: 30px;
      background: none;
      width: 200px;
      max-width: 196px;
      border: 0!important;
      text-align: center;
      text-transform: uppercase;
      font-size: 13px;
      color: #555;
  }

  .product.data.items.style1.show-tabs > .item.title.active::after {
      left: 1px;
      bottom: -2px;
      height: 3px;
      background-color: #122f67;
      width: calc(100% - 2px);
  }
  
}

@media(min-width:768px) and (max-width:1024px){
    .product.data.items.style1.show-tabs>.item.title>.switch{
        max-width: 130px;
    }
}




.product.data.items.style1.show-tabs > .item.content{
    margin-top: 30px;
    border-top: 1px solid #ccc;
    background-color: #eee;
    padding: 15px;
}

.product.data.items.style1.show-tabs > .item.content.gallery-wrap{
    border: 0;
    border-top: 1px solid #ccc;
    background: none;
    padding: 0;
    background-color: #FFF;
}

/* .product-img-column.grid12-6.no-left-gutter.product.media{
    max-height: 800px;
} */

/* .product-img-column .product,
.product.data.items.style1.show-tabs > .item.content{
   height: 100%;
}
 */

.show-tabs .inner-content{
    border: 1px solid #60bb46;
    padding: 15px;
    height: 100%;
}

.show-tabs .gallery-wrap .inner-content{
    border:0;
    padding: 0;
    padding-top: 15px;
}


.product-info-main .page-title-wrapper .page-title{
    font-size: 26px;
        line-height: normal;
        font-weight: 400;
        color: #000;
        border-bottom: 1px solid #ddd;
        padding-bottom: 15px;
}

.product-primary-column.product-shop.grid12-4.product-info-main{
    width: 35%;
}
.product-secondary-column.custom-sidebar-right.grid12-2{
    width: 12%;
}

@media(min-width:813px){
    #itemslider-product-related .product-item-name{
        padding-top: 13px;
        margin-bottom: 0;
        font-size: 12px;
    }
    #itemslider-product-related .item{
        margin-bottom: 10px;
        
    }
    #itemslider-product-related .product-item-info{
        text-align: center;
        padding: 0;
        box-shadow: none;
    }
    #itemslider-product-related .actions{
        display: none;
    }
    #itemslider-product-related .price-box{
        margin-bottom: 0;
        margin-top: 0;
        line-height: normal;
    }

    #itemslider-product-related .price-box .price{
        font-size: 14px;
    }



}

/* .product-info-main .addto-links .action{
    font-size: 13px;
} */

.product-info-main .product-social-links {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 15px 0 5px;
    line-height: normal;
    font-size: 14px;
    margin-bottom: 0;
}


.product-info-main .box-tocart{
    display: block;
}
.product-info-main .box-tocart .fieldset{
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    width: 100%;
}


@media(min-width:1025px){
   .product-info-main .box-tocart .actions{
       flex: 0 0 66%;
       max-width: 66%;
   } 
}

.product-info-main .box-tocart .field.qty {
    max-width: 138px;
    /* flex: 0 0 138px; */
    margin-left: auto;
    width: 100%;
}

.product-info-main .box-tocart .actions button{
    width: 100%;
    margin: auto;
    float: none;
    display: block;
}


.product-info-main .product-info-stock-sku .stock {
    border: 2px solid;
    display: inline-block;
    padding: 2px 10px;
    font-size: 13px;
    text-transform: none!important;
    color: #557195;
    font-weight: normal;
    position: relative;
}

.product-info-main .product-info-stock-sku .stock::before {
   
    display: inline-block;
    font-family: ThemeIcons;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
   /* position: absolute; */
   /* right: 7px; */
   font-size: 14px;
   vertical-align: middle;
   
   line-height: normal;
   margin-right: 3px;
}

.product-info-main  .product-info-stock-sku .stock.available{
    border-color: #60bb46;
}

.product-info-main .product-info-stock-sku .stock.available::before{
   content: "\e20e"; 
   color: #60bb46;
}
.product-info-main .product-info-stock-sku .stock.unavailable::before{
   content: "\e20f";
   color:red;
   font-size: 18px;
}

.product-info-main  .product-info-stock-sku .stock.unavailable{
    border-color: red;
    opacity: 0.7;
}
.product-info-main .product-info-price{
    display: flex;
    flex-wrap:wrap;
    justify-content: space-between;
   
}

.product-info-main .find-lower-price{
    flex: 0 0 100%;
    max-width: 100%;
}

.product-info-main .product-info-brand {
        max-width: 90px;
    flex: 0 0 90px;
}


.product-info-main .product-info-price .price-box{
  /*   display: -webkit-box;
  display: -ms-flexbox;
  display: flex; 
  flex-wrap: wrap;
  */
    margin: 15px 0;
    
}

@media(min-width:813px){
   /* .product-info-main .product-info-price .price-box{
    max-width: 79%;
   }  */
}

.product-info-main .product-info-price .price-box > span{
    padding-right: 8px;
    display: inline-block;
    vertical-align: middle;
}

.product-info-main .inc_price{
    flex: 0 0 100%;
    max-width: 100%;
   display: block!important;
    margin-top: 5px;
    color: #666;
    padding-right: 0 !important;
}



.product-info-main .special-price .price-label{
    display: none;
}

.product-info-main .product-info-price .price-box span.price{
    font-size: 28px
}

.product-info-main .product-info-price .price-box .old-price span.price{
    font-size: 22px
}



.product-info-main .special-price .price-container .price{
    font-weight: 600;
}

.product-info-main .product-reviews-summary{
    font-size: 12px;
}

.product-info-icons > *{
    display: flex;
    align-items:center;
    font-size: 13px;
    margin-top: 15px;
}
.icon-list-info img {
    margin-right: 5px;
    max-width: 32px;
}

.product-info-box {
    margin-bottom: 8px;
    color: #666;
    font-size: 13px;
}

.product-info-box__display {
    color: #000;
}



.product-delivery-info{
    width: 100%;
    font-size: 16px;
    font-weight: 300;
    color: #333;
    text-align: center;
    margin: 50px 0;
    align-items: center;
}


.product-delivery-info > *{
    padding-top: 10px;
    padding-bottom: 10px;
}

.product-delivery-info > * > *{
    display: inline-block;
}

.product-delivery-info-border{
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

.product-delivery-info strong {
    font-weight: 500;
    color: #122f67;
}

@media(max-width:812px){
   
   .product-view.product-columns-wrapper{
       display: block;
   }
   .product-view.product-columns-wrapper > *{
       display: block;
       float: none;
       width: 100%!important;
       max-width: 100%;
   }

   .product-info-main .box-tocart .fieldset{
    justify-content: flex-end;
   }

   .product-info-main .box-tocart .field.qty{
    margin-left: 10px;
   }
   .product-info-main .product-info-price{
    justify-content: normal;
   }
   .product-info-main .product-info-price .price-box{
    margin-right: 15px;
   }

   .product-secondary-column.custom-sidebar-right.grid12-2{
    margin-top: 30px;
   }

   #itemslider-product-related .items-group{
        display: flex;
        flex-wrap: wrap;

   }
   .custom-sidebar-right .block.itemslider .item {
       flex: 0 0 33.33%;
       max-width: 33.33%;
   }

   



}


.custom-AddThis{
    text-align: right;
}
.custom-AddThis .feature-wrapper {
    display: inline-block;
    text-align: left;
    margin-bottom: 10px;
}

.table-dimension tr td {
    padding: 3px 0;
    font-size: 13px;
}
.table-dimension tr td:first-child {
    /* max-width: 20px; */
    width: 38%;
}




.block.upsell.itemslider{
    margin-top: 30px;
}


@media(max-width:767px){
   
  .product.data.items.style1.show-tabs > .item.content.gallery-wrap{
      border: 0;
      margin-top: 0;
  }

  #maincontent .product.data.items.style1>.item.title>.switch{
      padding-top: 10px;
      padding-bottom: 10px;
      height: auto;
      line-height: normal;
  }
  .product-info-main .box-tocart .actions .action.tocart{
    min-width: auto;
    font-size: 15px;
  }
 

  .product-delivery-info{
    display: block;
    margin-top: 0;
  }
  .product-delivery-info-border{
    border:0;
  }
}






.product-view .product-items .item .product-item-info{
    padding: 0;
    box-shadow: none;
    text-align: center;
}
.product-view .items-grid .price-box{
    margin: 0;
}

.block-viewed-products-grid .product-item-info{
    text-align: center;
}
.block-viewed-products-grid .product-item-actions{
    display: none;
}

.block-viewed-products-grid ol.product-items{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -7.5px!important;
}

.block-viewed-products-grid .product-item {
    flex: 0 0 12.5%;
    max-width: 12.5%;
    margin: 0!important;
    padding: 0 7.5px!important;
}


@media(max-width:812px){
    
    .block-viewed-products-grid .product-item {
        flex: 0 0 16.66%;
        max-width: 16.66%;
       
    }

}

@media(max-width:575px){
    
    .block-viewed-products-grid .product-item {
        flex: 0 0 33.33%;
        max-width: 33.33%;
       
    }

}

@media(max-width:480px){
    
    .block-viewed-products-grid .product-item {
        flex: 0 0 50%;
        max-width: 50%;
       
    }

}


.block-viewed-products-grid .product-item-name {
    font-size: 12px;
}

.block-viewed-products-grid .block-title{
    padding: 0;
    margin-bottom: 15px;
    border-bottom: 1px solid #ccc;
    line-height: normal;
    height: auto;
    padding-bottom: 5px;
}




#layer-product-list .product-item-actions::before,
#layer-product-list .product-item-actions::after{
    display: none;
}



.page.messages .messages{
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}


.offer-price {
    display: block;
    text-decoration: none!important;
    font-size: 16px;
    color: #ac3333;
}
.offer-price span {
    display: inline-block;
}

.product-info-main .wk-deal-off{
    padding: 5px 10px;
}

.catalog-product-view .wk-daily-deal {
    width: auto;
    padding: 20px;
    border: 1px solid #ddd;
    display: block;
    flex: 0 0 100%;
    max-width: 100%;
}

.wk-deal-left-border{
    display: none !important;
}

.catalog-category-view .deal-price-label, .catalogsearch-result-index .deal-price-label, .catalogsearch-advanced-result .deal-price-label, .dailydeals-index-index .deal-price-label, .wishlist-index-index .deal-price-label, .catalog-product-compare-index .deal-price-label{
    padding: 5px 10px;
}

.product-info-main .wk-deal-off,
.catalog-category-view .deal-price-label, .catalogsearch-result-index .deal-price-label, .catalogsearch-advanced-result .deal-price-label, .dailydeals-index-index .deal-price-label, .wishlist-index-index .deal-price-label, .catalog-product-compare-index .deal-price-label,
.catalog-category-view .wk-deal-left-border, .catalogsearch-result-index .wk-deal-left-border, .catalogsearch-advanced-result .wk-deal-left-border, .dailydeals-index-index .wk-deal-left-border, .wishlist-index-index .wk-deal-left-border, .catalog-product-compare-index .wk-deal-left-border {
    background: #d50100!important;
}



#mp-newsletter-validate-detail .g-recaptcha{
    visibility: hidden;
    height: 0;
    width: 0;
    overflow: hidden;
    margin: 0;
}



.product-info-main #counter{
    margin-bottom: 15px;
	background-color: #FBF7EE;
}
.product-info-main #counter th{
    padding: 0;
        font-size: 33px;
}
.product-info-main #counter td {
    padding: 5px 0px;
    font-size: 12px;
}

.product-info-main #counter th.hour{
    text-align: center;
}

#counter .deal-off{
    display: inline-block;
    vertical-align: middle;
    margin-top: 5px;
	background-color: #fff !important;
	border: 1px solid #ac3333 !important;
	color: #ac3333;
	fort-weight: 400px;
}
.product-info-main #counter .deal-off {
    margin: 0;
    margin-right: 10px;
}


.product-items .item .product-item-info {
    overflow: hidden;
}

.products-list-ext .product-item-img,
.items-grid .product-item-img {
    overflow: visible;
}

.clearance_label {
    background: #60bb46;
    padding: 10px;
    color: #fff;
    z-index: 2;
    position: absolute;
    display: inline-block;
    left: -37px;
    top: -5px;
    transform: rotate(-45deg);
    text-align: center;
    width: 140px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
    transform-origin: bottom;
}

.show-tabs .gallery-wrap .inner-content {
    padding-top: 0;
    margin-top: 15px;
    overflow: hidden;
    position: relative;
}

.show-tabs .gallery-wrap .clearance_label {
    left: -40px;
    top: 20px;
    width: 200px;
    font-weight: bold;
    font-size: 15px;
}

.clearance_price_label {
    color: #60bb46;
    font-weight: 600;
    display: inline-block;
        margin-right: 5px;
}

.pricebox-group {
    display: flex;
    flex-direction: column;
    justify-content: center;
    /*min-height: 80px;*/
    margin: 5px 0;
}
.items-grid .price-box {
    margin: 0;
}

.clr_outlet a {
    color: #aaa;
    text-decoration: underline;
    font-weight: 500;
    display: inline-block;
    font-weight: bold;
}

@media (min-width:812px) and (max-width:1024px){
.mst-searchautocomplete__autocomplete._active {
    left: 0!important;
}
}

.outofstocknotifier-block {
    margin-bottom: 10px;
}
.outofstocknotifier-block button.action.submit.primary {
    white-space: nowrap;
}
.outofstocknotifier-block label {
    /* display: BLOCK; */
    padding-bottom: 10px;
    display: inline-block;
    color: #122f67!important;
}

 
.catalog-product-view .product-secondary-column .owl-wrapper-outer .items-group .item {
    margin-left: 0 !important;
    padding: 0 5px !important;
}
.catalog-product-view .product-secondary-column .related.itemslider {
    padding: 15px 10px
} 

 
 .product-stock-brand {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
 }
.offer-promo-code {
    padding: 1rem;
    font-size: 1.6rem;
    margin-bottom: 2rem;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    background: transparent;
    position: relative;
    border-radius: 0;
    color: #fff;
    font-weight: 600;
    max-width: none!important;
    flex: 0 0 100%!important;
    z-index: 1;
    margin-right: auto;
}

.offer-promo-code:after {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    background: linear-gradient(60deg, #e85a50, #e78172, #c19242, #db9a2c);
    border-radius: 0;
    z-index: -1;
    -webkit-animation: animatedgradient 3s ease alternate infinite;
    animation: animatedgradient 3s ease alternate infinite;
    background-size: 300% 300%;
  }
  @-webkit-keyframes animatedgradient { 0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; } }

@keyframes animatedgradient { 0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; } }


/* -------------- New codes ---------------- */

.imagegallery-gallery-index .modal-popup.modal-slide._inner-scroll._show .modal-inner-wrap {
    margin-left: auto;
    margin: 20px auto;
}
.imagegallery-gallery-index .modal-popup._inner-scroll .modal-content {
    overflow-y: hidden;
    overflow-x: hidden;
}
.main-container{
background-color: #fff !important;
}

.related.itemslider{
    background: #FBF7EE !important;
}

.col.data{
    border-bottom: 1px solid #ddd !important;
}

.col.label{
    border-bottom: 1px solid #ddd !important;
    background-color: #FBF7EE !important;
    padding-left: 5px !important;
    font-weight: 300 !important;
}

.logo-img-normal{
    width: 430px !important;
    heigh: 41px !important;
}

.filter-options-title {
    background-color: #FDFBF6 !important;
    padding-bottom: 8px;
    letter-spacing: 1px !important;
    font-weight: 300 !important;
    padding-left: 8px;
}
.options-item{
    border-color: #c0b088 !important;
}

.custom-bttn {
  background: linear-gradient(90deg, rgba(133,103,50,1) 0%, rgba(191,173,141,1) 35%, rgba(133,103,50,1) 100%); 
  border: 1px solid #836313; 
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  margin: 4px 2px;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-family:inherit;
}
.custom-bttn:hover {
  background: linear-gradient(90deg, rgba(79,60,10,1) 0%, rgba(149,116,62,1) 35%, rgba(79,60,10,1) 100%) !important;
  background: #836313;
  border: 1px solid #000; 
  color: #fff !important;
}
.glow {
  font-size: 80px;
  color: #fff;
  text-align: center;
  animation: glow 1s ease-in-out infinite alternate;
}

@-webkit-keyframes glow {
  from {
    text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #e60073, 0 0 40px #e60073, 0 0 50px #e60073, 0 0 60px #e60073, 0 0 70px #e60073;
  }
  
  to {
    text-shadow: 0 0 20px #fff, 0 0 30px #ff4da6, 0 0 40px #ff4da6, 0 0 50px #ff4da6, 0 0 60px #ff4da6, 0 0 70px #ff4da6, 0 0 80px #ff4da6;
  }
}
.flex-container-brands {
  display: flex;
  flex-wrap: wrap;
  background-color:#1c1c1c;
  justify-content: center;
}

.flex-container-brands > div {
  background: linear-gradient(90deg, rgb(79, 60, 10) 0%, rgb(149, 116, 62) 35%, rgb(79, 60, 10) 100%); 
  width: 150px;
  margin-top:20px;
  margin-left:2px;
  margin-right:2px;
  margin-bottom: 20px;  
  text-align: center;
  line-height: 21px;
  font-size: 40px;
}

.actions-toolbar: {
    margin-bottom: 30px !important;
}

.breadcrumbs .items {
  
  color: #836313 !important;
 
}


@keyframes textclip {
    to {
        background-position: 200% center;
    }
}
/*
.primary{
    margin-bottom: 20px !important
}
*/
.update{ 
    background: linear-gradient(90deg, rgba(133,103,50,1) 0%, rgba(191,173,141,1) 35%, rgba(133,103,50,1) 100%) !important;
    border: 1px solid #836313 !important;
}
.update:hover{ 
    background: linear-gradient(90deg, rgba(79,60,10,1) 0%, rgba(149,116,62,1) 35%, rgba(79,60,10,1) 100%) !important;
    border: 1px solid #836313 !important;
}
.share{ 
    background: linear-gradient(90deg, rgba(133,103,50,1) 0%, rgba(191,173,141,1) 35%, rgba(133,103,50,1) 100%) !important;
    border: 1px solid #836313 !important;
}
.share:hover{ 
    background: linear-gradient(90deg, rgba(79,60,10,1) 0%, rgba(149,116,62,1) 35%, rgba(79,60,10,1) 100%) !important;
    border: 1px solid #836313 !important;
}
.towishlist{ 
    background: linear-gradient(90deg, rgba(133,103,50,1) 0%, rgba(191,173,141,1) 35%, rgba(133,103,50,1) 100%) !important;
    border: 1px solid #836313 !important; 
}
.towishlist:hover{ 
    background: linear-gradient(90deg, rgba(79,60,10,1) 0%, rgba(149,116,62,1) 35%, rgba(79,60,10,1) 100%) !important;
    border: 1px solid #836313 !important;
} 
.action-edit{ 
    background: linear-gradient(90deg, rgba(133,103,50,1) 0%, rgba(191,173,141,1) 35%, rgba(133,103,50,1) 100%) !important;
    border: 1px solid #836313 !important; 
} 
.action-edit:hover{ 
    background: linear-gradient(90deg, rgba(79,60,10,1) 0%, rgba(149,116,62,1) 35%, rgba(79,60,10,1) 100%) !important;
    border: 1px solid #836313 !important;
}
.action-delete{ 
    background: linear-gradient(90deg, rgba(133,103,50,1) 0%, rgba(191,173,141,1) 35%, rgba(133,103,50,1) 100%) !important;
    border: 1px solid #836313 !important; 
} 
.action-delete:hover{ 
    background: linear-gradient(90deg, rgba(79,60,10,1) 0%, rgba(149,116,62,1) 35%, rgba(79,60,10,1) 100%) !important;
    border: 1px solid #836313 !important;
}
.continue{ 
    background: linear-gradient(90deg, rgba(133,103,50,1) 0%, rgba(191,173,141,1) 35%, rgba(133,103,50,1) 100%) !important;
    border: 1px solid #836313 !important; 
} 
.continue:hover{ 
    background: linear-gradient(90deg, rgba(79,60,10,1) 0%, rgba(149,116,62,1) 35%, rgba(79,60,10,1) 100%) !important;
    border: 1px solid #836313 !important;
}
.clear{ 
    background: linear-gradient(90deg, rgba(133,103,50,1) 0%, rgba(191,173,141,1) 35%, rgba(133,103,50,1) 100%) !important;
    border: 1px solid #836313 !important; 
} 
.clear:hover{ 
    background: linear-gradient(90deg, rgba(79,60,10,1) 0%, rgba(149,116,62,1) 35%, rgba(79,60,10,1) 100%) !important;
    border: 1px solid #836313 !important;
}
.action.tocart{ 
    background: linear-gradient(90deg, rgba(133,103,50,1) 0%, rgba(191,173,141,1) 35%, rgba(133,103,50,1) 100%) !important;
    border: 1px solid #836313 !important; 
} 
.action.tocart:hover{ 
    background: linear-gradient(90deg, rgba(79,60,10,1) 0%, rgba(149,116,62,1) 35%, rgba(79,60,10,1) 100%) !important;
    border: 1px solid #836313 !important;
}
.action.back{ 
    background: linear-gradient(90deg, rgba(133,103,50,1) 0%, rgba(191,173,141,1) 35%, rgba(133,103,50,1) 100%) !important;
    border: 1px solid #836313 !important; 
} 
.action.back:hover{ 
    background: linear-gradient(90deg, rgba(79,60,10,1) 0%, rgba(149,116,62,1) 35%, rgba(79,60,10,1) 100%) !important;
    border: 1px solid #836313 !important;
}
.action.apply{ 
    background: linear-gradient(90deg, rgba(133,103,50,1) 0%, rgba(191,173,141,1) 35%, rgba(133,103,50,1) 100%) !important;
    border: 1px solid #836313 !important; 
} 
.action.apply:hover{ 
    background: linear-gradient(90deg, rgba(79,60,10,1) 0%, rgba(149,116,62,1) 35%, rgba(79,60,10,1) 100%) !important;
    border: 1px solid #836313 !important;
}
.action.viewcart{ 
    background: linear-gradient(90deg, rgba(133,103,50,1) 0%, rgba(191,173,141,1) 35%, rgba(133,103,50,1) 100%) !important;
    border: 1px solid #836313 !important; 
} 
.action.viewcart:hover{ 
    background: linear-gradient(90deg, rgba(79,60,10,1) 0%, rgba(149,116,62,1) 35%, rgba(79,60,10,1) 100%) !important;
    border: 1px solid #836313 !important;
}
.checkout{ 
    background: linear-gradient(90deg, rgba(133,103,50,1) 0%, rgba(191,173,141,1) 35%, rgba(133,103,50,1) 100%) !important;
    border: 1px solid #836313 !important; 
} 
.checkout:hover{ 
    background: linear-gradient(90deg, rgba(79,60,10,1) 0%, rgba(149,116,62,1) 35%, rgba(79,60,10,1) 100%) !important;
    border: 1px solid #836313 !important;
}
.action.primary{
    font-weight: normal !important;
}
.account-nav-content{
    background-color: #fbf7ee !important;
}
.account-nav .item.current a, .account-nav .item.current strong{
    border-color: #836313 !important;
}
.account-nav .item a:not(:hover) {
    color: #836313 !important;
}
.product-social-links .action.feature .icon {
  color: #fff;
}
.cart-summary{
    background-color: #fbf7ee !important;
}
.action search primary{
    margin-bottom: 20px !important;
}
.table-comparison .product-item-actions > .actions-primary + .actions-secondary{
    margin-top: 0px !important;
}
.table-comparison .action.towishlist::before{
    color: #fff;
    font-size: 35px;
    width: 34px;
    height: 32px;
    padding-top: 5px;
}
table-comparison .action.towishlist::after{
    color: #fff;
}

/*       PRODUCT PAGE COMPARE BUTTON         */

.product-view .addto-links .tocompare{
    background: linear-gradient(90deg, rgba(133,103,50,1) 0%, rgba(191,173,141,1) 35%, rgba(133,103,50,1) 100%) !important;
    border: 1px solid #836313 !important;   
    margin-left: 3px;
    color: #fff;
}
.product-view .addto-links .tocompare:hover{
    background: linear-gradient(90deg, rgba(79,60,10,1) 0%, rgba(149,116,62,1) 35%, rgba(79,60,10,1) 100%) !important;
    border: 1px solid #836313 !important;   
    margin-left: 3px;
    color: #fff;
}
/*       PRODUCT PAGE WISHLIST TEXT         */
.product-view .addto-links > *{
    color: #fff;
}
.opc-block-shipping-information .shipping-information-title{
    font-size: 17px;
    color: #fff;
}
.catalog-product-view .offer-promo-code::before {
  background-color: rgb(149, 116, 62) !important;
}
.catalog-product-view .offer-promo-code {
  background: rgb(133, 103, 50) !important;
}

/*               HEADER CSS                 */

.header-primary{
    background-color: #000 !important;
}

.header-primary-container,
  .header-m-primary-container {
    background-color: #000;
  }
  
  #header-search .input-text {
  background-color: transparent;
  border-color: #836313;
  color: #fff;
}

.header-primary-container,
.header-m-primary-container {
  color: #DDB653;
}

.header-top__list-ul li a {
  font-weight: 500;
  color: #ddb653;
}

@media (min-width: 770px) {
  .header__user-icon .ico {
    color: #836313;
    font-size: 26px; }
    
    #minicart .counter,
  #compareItem .counter {
    border: 1px solid #fff !important;
    background-color: #836313 !important;
  }
}
.info-box__item {
    color: #DDB653;
}


/*                  MENU                   */

.nav-container,
.sticky-header .nav-container {
 background: radial-gradient(ellipse farthest-corner at right bottom, #FEDB37 0%, #FDB931 8%, #9f7928 30%, #8A6E2F 40%, transparent 80%),
                radial-gradient(ellipse farthest-corner at left top, #FFFFFF 0%, #FFFFAC 8%, #D1B464 25%, #5d4a1f 62.5%, #5d4a1f 100%);
}
@media (min-width: 992px) {
  #mainmenu li.level0 > a {
    color: #fff;
    font-weight: 300;
   }
}

/*              HOME CUSTOM:                    */

.info-box__item .ico {
   color: #DDB653;
}
.info-box {
  background-color: #000;
  border-bottom: 1px solid #836313;
}
.owl-theme .owl-controls .owl-page.active span {
  background-color: #836313 !important;
}

/*                 FOOTER                      */

.home-newsletter {
  font-size: 15px;
  text-align: center;
  background: linear-gradient(90deg, rgba(79,60,10,1) 0%, rgba(149,116,62,1) 35%, rgba(79,60,10,1) 100%);
  color: #fff;
  padding: 50px 0;
  margin-bottom: 0!important;
}
.home-newsletter h3 {
  font-size: 30px;
  text-transform: uppercase;
  font-weight: normal;
}

.button {
  text-transform: uppercase;    
}

.custom-newsletter .newsletter input#newsletter {
  color: #fff;
  height: 48px;
  background-color: #FBF7EE;
  padding-left: 10px;
  border: 1px solid #836313;
}
.custom-newsletter .newsletter .actions {
  height: 48px;
  background: #fff;
  color: #836313;
}
.custom-newsletter .action.subscribe {
  color: #836313; 
}
.social-links a {
  color: #fff;
}
@media (min-width: 768px) {
  .footer-row {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
  }
}
.footer .heading {
  text-transform: uppercase;
  color: #fff;
}
.footer a {
  color: #fff;
}

.page-footer {
  color: #fff;
}
.footer-primary-container {
  background: linear-gradient(90deg, rgba(79,60,10,1) 0%, rgba(149,116,62,1) 35%, rgba(79,60,10,1) 100%);
}
.footer-bottom-container {
  color: #fff;
}
.custom-newsletter .action.subscribe {
    background: linear-gradient(90deg, rgba(133,103,50,1) 0%, rgba(191,173,141,1) 35%, rgba(133,103,50,1) 100%) !important;
}

/*              PRODUCT DETAILS                 */

.action.primary {
    
    background:  linear-gradient(90deg, rgba(133,103,50,1) 0%, rgba(191,173,141,1) 35%, rgba(133,103,50,1) 100%) !important;
    color: #fff !important;  
    border: 1px solid #836313 !important;   
}

.class action subscribe primary sr-only {
     background:  linear-gradient(90deg, rgba(133,103,50,1) 0%, rgba(191,173,141,1) 35%, rgba(133,103,50,1) 100%) !important;
    color: #fff !important;  
    border: 1px solid #836313 !important;
}

.action.primary:hover,
.action.primary:focus {
    background: linear-gradient(90deg, rgba(79,60,10,1) 0%, rgba(149,116,62,1) 35%, rgba(79,60,10,1) 100%) !important;
    border: 1px solid #836313 !important;
    color: #fff !important;
}
.special-price .price,
.special-price .price-label {
  color: #836313 !important;
}
.old-price .price,
.old-price .price-label,
.old-price,
.old.price {
  color: #aaa !important;
}
.modes-mode.active,
.pages .current .page {
   /* background-color: #AF9B68; */
    color: #fff;
    background:  linear-gradient(90deg, rgba(133,103,50,1) 0%, rgba(191,173,141,1) 35%, rgba(133,103,50,1) 100%);
}
.modes-mode{
  background-color: #eee;
   color: #836313;
   border: 1px solid #836313;
   margin-right: 1px;
}
.sorter-action,
.pages .page,
.pages .action,
.pages .action.previous,
.pages .action.next {
    background-color: #eee;
    color: #836313;
    border: 1px solid #836313;
}
.modes-mode:hover,
.sorter-action:hover,
.pages .page:hover,
.pages .action:hover {
background:  linear-gradient(90deg, rgba(133,103,50,1) 0%, rgba(191,173,141,1) 35%, rgba(133,103,50,1) 100%);
  /*  background-color: #836313; */
color: #fff;
}


/*                PRODUCT PAGE                   */

.dispatch-label {
  font-weight: normal;
  color: #836313;
  text-transform: uppercase;
}

.product-info-main .product-info-price .price-box .old-price span.price {
  font-size: 16px;
  line-height: normal;
  margin-bottom: 5px;
  display: block;
}
.product-info-main .product-info-stock-sku .stock.available {
  border-color: #836313;
}
.product-info-main .product-info-stock-sku .stock.available::before {
  color: #836313;
}
.product-info-main .product-info-att {
  border: 1px solid #ddd !important;
  padding: 15px !important;
  background-color: #FBF7EE !important;
} 
.related.itemslider {
  border: 1px solid #ddd;
}

@media (min-width: 767px) {
  .product.data.items.style1.show-tabs > .item.title.active > .switch {
    color: #836313 !important;
  }
}
.fotorama__thumb-border {
  border-color: #836313;
}

/*              SHOPPING CART               */

.opc-block-summary{
    background: #FBF7EE !important;
    border: 1px solid #c0b088;
}


/*                 OTHER                    */
#scroll-to-top {
  background-color: #eee;
  color: #836313;
}

.free_dly_label {
    background: linear-gradient(90deg, rgba(133,103,50,1) 0%, rgba(191,173,141,1) 35%, rgba(133,103,50,1) 100%) !important;
}

.opc-block-shipping-information .shipping-information-title .action-edit::before{
    color: #fff !Important;
}

.fieldset > .field:not(.choice) > .label{
    padding-left: 10px;
    color: #000;
} 

.legend{
    color: #fff;
    padding-left: 10px;
}

/*             STATIC PAGES                 */

.cms-page-view .main h2,
.cms-page-view .main h3,
.cms-page-view .main h4,
.cms-page-view .main h5,
.cms-page-view .main h6{
    color: #836313;
    line-height: normal;
    text-transform: uppercase;
    
}

/*                 SHIPPING                      */
.shipping_flex {
  display: flex;

}
.shipping_flex_content_left{
  flex: 1;
  border: 1px solid #ddd;
  padding: 10px;
 }
 .shipping_flex_content_middle {
  padding: 10px;
  border: none !important;
  width: 30px;
}
.shipping_flex_content_right {
  flex: 1;
  border: 1px solid #ddd;
  padding: 10px;
}



/*                  MOBILE                     */

.header-mobile .skip-link {
  background: linear-gradient(90deg, rgba(79,60,10,1) 0%, rgba(149,116,62,1) 35%, rgba(79,60,10,1) 100%);
  color: #fff;
  border: 1px solid #836313;
}

.mst-searchautocomplete__autocomplete {
    border-top: none;
}

.cookie-status-message {
    display: none;
}

.actions-toolbar > .secondary .action.back {
  display: inherit;
}
.cms-index-index .page-title-wrapper {
    display: none;
}

body,
.page-wrapper,
.header-container,
.header-container2,
.header-container3,
.main-container,
.footer-container,
.footer-container2,
.footer-container3 {
    background: linear-gradient(90deg, rgba(79,60,10,1) 0%, rgba(149,116,62,1) 35%, rgba(79,60,10,1) 100%);
}
