/*Slideout cart*/
.slide-cart {
	display: block !important;
    left: unset;
    right: -1000%;
    transition: all 0.3s;
    height: 100vh;
    top: -3px; 
    width: 340px;
    position: fixed;
    border-radius: 0;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 2147483650;
}

.slide-right {
    right: 0 !important;
}

li#neto-dropdown {
    width: auto;
}

#neto-dropdown .thumb_cart ul .left {
    width: 25%;
    margin: 0;
}

#neto-dropdown .thumb_cart ul .right {
    width: 75%;
    margin: 0;
}

.no-order {
	order: 0 !important;
}

#neto-dropdown .left img {
    width: 100%;
    height: auto;
    padding-right: 10px;
}

#neto-dropdown .title {
    color: #404040;
    font-family: Arial;
    font-size: 17px;
    letter-spacing: 0;
    line-height: 20px;
    margin: 0 0 5px;
}

#neto-dropdown .price {
    color: #404040;
    font-family: Arial;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 22px;
    font-weight: 600;
}

#neto-dropdown button.btn.btn-default.viewcart {
    /*border-radius: 5px;
    background-color: #f9faf3;
    color: #d0284b;
    font-family: Arial;
    border: 1px solid;
    padding: 0 15px;
    line-height: 35px;
	font-weight: 600;*/
	font-size: 16px;
	padding: 10px;
}

#neto-dropdown button.checkout.btn.btn-success {
    /*border-radius: 5px;
    background-color: #d0284b;
    color: #fff;
    font-family: Arial;
    border-color: #d0284b;
    line-height: 35px;
    padding: 0 15px;
	border: 1px solid #d0284b;
	font-weight: 600;*/
	font-size: 16px;
	padding: 10px;
}

#neto-dropdown button.checkout.btn.btn-success:hover {
    background: #f9faf3;
    border: 1px solid #d0284b;
    color: #d0284b;
}

#neto-dropdown button.btn.btn-default.viewcart:hover {
    background: #d0284b;
    border-color: #d0284b;
    color: #fff;
}

#neto-dropdown .cart-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
	border-bottom: 1px solid #eee;
}

#neto-dropdown .cart-header h3 {
    color: #000000;
    font-family: Arial;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0;
}

#neto-dropdown .cart-header i {
    font-size: 18px;
    margin-bottom: 10px;
	cursor: pointer;
}

div#header-cart {
    cursor: pointer;
}

#neto-dropdown .thumb_cart {
    font-size: 16px;
}

#neto-dropdown .opt7p02-cvpitem {
    width: 50%;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

#neto-dropdown .opt7p02-cvpicon i {
    font-size: 45px;
}

#neto-dropdown .opt7p02-cvpgroup {
    display: flex !important;
}

body.hide-popup .npopup {
    display: none !important;
}

body {
    position: initial !important;
}

.overlay {
    background: rgba(0,0,0,.5);
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 9999989;
	opacity: 0;
    visibility: hidden;
    transition: opacity .3s ease 0s;
}

.slide-cart-open .overlay, .overlay.show {
	opacity: 1;
    visibility: visible;
	display: block !important;
}


/*Mini cart*/
.lv1-li.cart-drawer #_jstl__mini_cart {
    background: #fff;
    border-top: 1px solid #fff;
    box-shadow: 0 5px 7px #999;
    box-sizing: border-box;
    position: fixed;
    right: -200%;
    top: 0px;
    width: 370px;
    z-index: 9999999;
    transition: right .3s ease 0s;
    bottom: 0
}

.lv1-li.cart-drawer #_jstl__mini_cart2 {
    background: #ebebeb none repeat scroll 0 0;
    border-top: 1px solid #fff;
    box-sizing: border-box;
    display: none;
    position: absolute;
    right: 10px;
    top: 62px;
    width: 370px;
    z-index: 99999
}

#_jstl__mini_cart>div#_jstl__mini_cart_r {
    float: left;
    overflow-y: auto;
    width: 100%;
    position: relative;
	height: 100%;
}

form.mini_cart_form {
    height: calc(100% - 60px);
	/*overflow: hidden;*/
}

.mini-cart-items {
    height: 100%;
    display: flex;
    flex-direction: column;
    /*justify-content: space-between;*/
}

.prce select.form-control {
    display: inline-block;
    height: auto;
    line-height: 20px;
    margin: 0 5px 0 0;
    text-align: center;
    vertical-align: middle;
    width: 50px;
    padding: 3px 0 3px 5px
}

#_jstl__mini_cart2>div#_jstl__mini_cart2_r {
    background: #ebebeb;
    float: left;
    margin: 0 0 0;
    overflow-y: auto;
    width: 100%;
    box-shadow: 0 5px 7px #999;
    position: relative
}

.style-heads .lv1-li.cart-drawer {
    position: absolute;
    right: 15px;
    top: 16px
}

.successaddmessage .btn.btn-default.npopup-view {
    display: none
}

.successaddmessage .footer .right {
    float: left !important
}

.des-stiping .main-nav {
    position: relative
}

}

.des-stiping .lv1-li.cart-drawer #_jstl__mini_cart {
    top: 60px
}

.des-stiping .lv1-li.cart-drawer #_jstl__mini_cart2 {
    background: #fff;
    top: 50px
}

.lv1-li.cart-drawer ul {
    display: inline-block;
    margin: 0;
    padding: 0 15px 0;
    /*overflow-x: hidden;*/
	/*flex-grow: 1;*/
}

.lv1-li.cart-drawer ul li {
	border-bottom: 1px solid #eee;
    display: inline-block;
    list-style: none;
    padding: 15px 0;
    width: 100%
}

.lv1-li.cart-drawer ul li .left {
    display: table-cell;
    vertical-align: middle;
    width: 25%
}

.lv1-li.cart-drawer ul li .right {
    box-sizing: border-box;
    display: table-cell;
    padding: 0 0px 0 10px;
    text-align: left;
    width: 75%;
	position: relative;
}

.lv1-li.cart-drawer ul li .right>p {
    margin-right: 20px;
}

.lv1-li.cart-drawer ul li img {
    max-width: 100%;
    width: auto
}

.lv1-li.cart-drawer ul li .right .prce {
	display: flex;
    align-items: center;
    justify-content: space-between;
	column-gap: 10px;
}

span.delref {
    position: absolute;
    right: 0;
    top: 1px;
}

.lv1-li.cart-drawer .opt7p02-cvpitem {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.cart_loader {
    display: none !important;
}

.mini-cart-qty-box i {
    font-size: 12px;
	cursor: pointer;
}

.mini-cart-qty-box {
    display: flex;
    width: 65px;
    align-items: center;
    background: #fff;
    border: 1px solid #ddd;
    height: 35px;
	padding: 5px;
}

.mini-cart-qty-box input {
    border: none;
    padding: 0;
    text-align: center;
    font-weight: 400;
    height: 100%;
}	

.lv1-li.cart-drawer.show-slide-cart div#_jstl__mini_cart {
	right: 0;
}

.lv1-li.cart-drawer.show-slide-cart div#_jstl__mini_cart2 {
    display: block !important
}

button.refreshh {
    background: 0 0;
    border: medium none;
    float: right;
    outline: medium none;
    padding: 0 10px 0 0
}

span.mini-cart-prod-price {
    font-weight: 700;
}

.drawer_bottom {
    background: #fff;
    box-sizing: border-box;
    padding: 10px 15px 0;
}

.drawer-total {
    margin: 0 5px;
    display: flex;
    flex-direction: column;
	align-items: end;
}

.drawer-total>span {
    font-weight: 400;
    padding: 10px 0 0
}

.drawer-total span.grand-drawer {
    font-weight: 700;
}

.drawer-butt {
    display: flex;
    margin: 20px 0 0;
    text-align: center;
    width: 100%;
    justify-content: space-between;
}

.mini-cart-continue-shopping {
    text-align: center;
    color: #DE0C1B;
    margin: 30px 15px;
    cursor: pointer;
	font-weight: 700;
	text-transform: uppercase;
    letter-spacing: 1.75px;
}

.mini-cart-continue-shopping i {
    font-weight: bold;
    font-size: 12px;
}

.drawer-butt a.btnn {
    background: #e35339 none repeat scroll 0 0;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    font-family: Lora, serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 60px;
    text-transform: uppercase;
    width: 280px;
    margin: 0
}

.drawer-butt a:focus {
    border: medium none
}

form.mini_cart_form .opt7p02-cvptext {
    font-size: 12px;
}

form.mini_cart_form .opt7p02-cvpgroup {padding: 20px 20px 10px 10px;}


form.mini_cart_form a.close-cart {
    position: absolute;
    top: 22px;
    right: 15px;
    cursor: pointer;
    font-size: 20px;
}

form.mini_cart_form > h3 {
    font-size: 20px;
    font-weight: 600;
    margin: 10px 15px;
    line-height: 40px;
}

#_jstl__mini_cart h4 {
    font-size: 14px;
    margin-bottom: 0;
    padding: 0 0 15px;
    text-align: center;
    font-family: inherit;
    letter-spacing: 0;
    text-transform: uppercase;
    margin-top: 20px;
}

#_jstl__mini_cart2 h1 {
    margin-bottom: 0;
    padding: 0 0 15px;
    text-align: center;
    font-size: 14px
}

.list-category>li.dropdown:hover>a::after {
    background: #2f2f2f;
    bottom: -42px;
    content: "";
    height: 4px;
    left: 0;
    position: absolute;
    right: 0;
    width: 100%
}

.style-heads .list-category>li.dropdown:hover>a::after {
    bottom: -22px
}

.des-stiping .list-category>li.dropdown:hover>a::after {
    bottom: -2px
}

.log-timeline {
    left: 0;
    margin: 15px auto 0;
    position: absolute;
    right: 0;
    text-align: center
}

@media screen and (min-width:768px) and (max-width:1199px) {
    .main-des .list-category.main-nav>li>a {
        padding: 10px 21px 0
    }
    .new-header-search.ne-chnge.sto-hser .btn.btn-success.btn-search .srce {
        font-size: 13px
    }
    .new-header-search.ne-chnge.sto-hser .btn.btn-success.btn-search {
        width: auto;
        padding: 16px 5px
    }
    .top-links>li>a {
        font-size: 13px;
        padding: 8px 5px
    }
    ul.list-inline.new-social>li>a {
        padding: 0 6px
    }
    .wrapper-new-header.sticky .sticky_tagline.tagline-logo {
        max-width: 130px
    }
}

@media screen and (min-width:768px) and (max-width:991px) {
    .banner_left {
        padding-top: 40px
    }
    .des-stiping .lv1-li.cart-drawer #_jstl__mini_cart {
        top: 50px
    }
    .title_cont span {
        font-size: 20px
    }
    .banner_left .title_cont h2 {
        font-size: 30px
    }
    .title_cont p {
        font-size: 15px
    }
    .banner_left .title_cont h2::before {
        font-size: 101px;
        left: -20px
    }
    .banner_left .title_cont h2::after {
        font-size: 100px;
        right: -20px
    }
    #homepageCarousel .banner_left .carousel-caption {
        transform: translateY(-5%);
        -ms-transform: translateY(-5%);
        -webkit-transform: translateY(-5%)
    }
    .dropdown.open>a.dropdown-toggle::after {
        bottom: -27px
    }
    .main-des .list-category.main-nav>li>a {
        padding: 0 12px 0
    }
    .des-stiping .main-nav.list-category>li>a {
        font-size: 12px;
        padding: 19.5px 4px
    }
    .des-stiping .list-category.main-nav {
        width: auto
    }
    .new-header-search.ne-chnge.top-botom1.search-hide form.form-inline input {
        line-height: 70px
    }
    .search-hide .input-group-btn- button.btn {
        padding: 25px 10px
    }
    .rk-clm-qty {
        max-width: 135px
    }
    .btn-stack.rk-btn-stack .col-xs-12.col-md-5 {
        margin-bottom: 10px
    }
    .srce {
        display: inline-block;
        font-size: 13px
    }
    .tagline-home-content {
        padding-left: 0
    }
    .homepage-content {
        background-size: auto 16%
    }
    .container td img {
        height: auto !important;
        line-height: inherit !important;
        margin: 0 30px 15px 8px !important;
        padding: 10px;
        width: auto !important
    }
    .sticky .new-header-search.ne-chnge.sto-hser {
        top: 0
    }
    #left-sidebar .list-group h4 {
        font-size: 12px
    }
    .label.label-success.no-stock {
        font-size: 11px
    }
    .style-heads .list-category>li.dropdown:hover>a::after {
        bottom: -36px
    }
    .style-heads .main-des .list-category.main-nav>li>a.wrapper-logo.desk-log {
        padding-top: 5px
    }
    .style-heads .main-des .list-category.main-nav>li>a {
        padding: 3px 7px 0
    }
    .style-heads .lv1-li.cart-drawer {
        top: 27px
    }
    .lv1-li.cart-drawer #_jstl__mini_cart2 {
        top: 57px
    }
}

.cart-bg {
    background: rgba(0,0,0,.5);
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 9999989;
    visibility: hidden;
    opacity: 0;
    transition: opacity .3s ease 0s;
}
.slide-cart-open .cart-bg {
    opacity: 1;
    visibility: visible;
}

.npopup.slide-cart-no-popup {
    display: none !important;
}

.mini-cart-qty-box {
    position: relative;
}

.mini-cart-qty-box .nactivity {
    position: absolute;
    right: -30px;
    background: #fff;
    text-align: center;
    top: 0;
    bottom: 0;
}

.mini-cart-qty-box .nactivity.show {
	display: block !important;
}

.mini-cart-qty-box i.fa.fa-spinner.fa-spin.fa-3x.fa-fw {
    font-size: 18px;
    line-height: 32px;
}

.mini-cart-qty-box.grey, .mini-cart-qty-box.grey input {
    background: #f0f0f0;
	pointer-events: none;
	cursor: wait;
}

.trash_item.grey {
	pointer-events: none;
	cursor: wait;
}
/*Mini cart*/

#n_product .qty[disabled] {
	/*background: none;
	cursor: pointer;*/ 
	height: 45px;
}

/*Category page*/
.category-desc.banner-top-layout p {
    width: 80%;
    margin: auto;
    font-family: Montserrat,sans-serif;
    color: #333;
    line-height: 25px;
}

.col-sm-5.category-desc-box h1 {
    width: 80%;
    margin: 0px auto 20px;
}

.top-category-wrapper.positive>div>.row {
    display: flex;
	flex-wrap: wrap;
    align-items: center;
}

.category-wrapper {
    background: #f1f1f1;
}

body#n_category .breadcrumb-wrapper {
    background: #f1f1f1;
    padding-top: 15px;
    padding-bottom: 25px;
}

body#n_category .category-main {
    background: #fff;
	margin-bottom: 40px;
}

.pd-search-results .filter-sidebar.col-xs-12.col-md-3,
body#n_category .neto-sidebar.filter-sidebar.col-xs-12.col-md-3 {
    padding-right: 15px;
}

.top-category-wrapper.positive.no-description {
    background: #f1f1f1;
}

.pd-search-results .filter-sidebar .panel>.list-group .list-group-item, 
body#n_category .neto-sidebar.filter-sidebar .panel>.list-group .list-group-item, 
body#n_category .panel>.panel-collapse>.list-group .list-group-item {
    border: none;
}

body#n_category .row.sort_container {
    border-bottom: 1px solid #f1f1f1;
    margin: 12px 0 25px;
}

body#n_category .category-content .row {
    justify-content: center;
}

@media (max-width: 767px) {
	.category-desc.banner-top-layout p, .col-sm-5.category-desc-box h1 {
		width: 100%;
	}
	
	.cat-image {
		width: 100%;
		background-position-x: 71% !important;
    	margin-top: 20px;
		display: none;
	}
	
	.col-sm-5.category-desc-box {
		margin-bottom: 20px;
	}
	
	body#n_category .col-xs-12.col-sm-12.col-md-9.category-main {
		margin: 0 15px;
		width: calc(100% - 30px);
		margin-bottom: 30px;
	}	
	
	body#n_category .breadcrumb-wrapper {
		margin-bottom: 25px;
		padding-bottom: 0px;
	}
}

/*Thumbs*/
article.wrapper-thumbnail[aria-label="Product Thumbnail"] .colouropt-wrap a.thumbnailVariation>div {
    width: 30px;
    height: 30px;
    border: 1px solid #dfdfdf;
    border-radius: 50%;
    display: block;
	margin: 0;
}

article.wrapper-thumbnail[aria-label="Product Thumbnail"] .colouropt-wrap .product-options.colour-options .nSwatchProduct {
    width: 28px;
    height: 28px;
	border: none;
}

a._itmspec_lnk.nColourSwatch.thumbnailVariation.active .nSwatchProduct {
    border: 1px solid #000 !important;
}

article.wrapper-thumbnail[aria-label="Product Thumbnail"] .colouropt-wrap .product-options.colour-options {
    display: flex;
	flex-wrap: wrap;
    margin-bottom: 10px;
    column-gap: 2px;
    padding: 0 5px;
    align-items: center;
}

article.wrapper-thumbnail[aria-label="Product Thumbnail"] .colouropt-wrap a.thumbnailVariation>div[style="background-color:#FFFFFF; border: 1px solid #000;"] {
    width: 28px;
    height: 28px;
}

/*Product page*/
.specific.color-swatch-box {
    display: flex;
    flex-wrap: wrap;
    column-gap: 10px;
    padding: 0 5px;
    align-items: center;
    margin: 10px 0;
}

.specific.color-swatch-box > a.thumbnailVariation > div {
    /*width: 40px;*/
    /*height: 40px;*/
    border: 1px solid transparent;
    border-radius: 50%;
    display: block;
	/*margin: -1px 1px 1px -2px;*/
	margin: 0;
}


div#sizechild #shipbox .btn-stack>div .btn {
    padding: 0;
    line-height: 39px;
}

a._itmspec_lnk._itmspec_selected.nColourSwatch.thumbnailVariation {
    border: 1px solid #000;
    border-radius: 100%;
    padding: 1px 3px 3px;
    text-align: center;
	padding: 0px;
}

._itmspec_listopt.col-xs-12 .variation-name {
    font-size: 20px;
}

.tab-content.tab-content-mult {
    /*border: 1px solid #ddd;
    padding: 20px 0 0;
	margin-top: 30px;
    margin-bottom: 25px;*/
}

.mult-order-block {
  margin-bottom: 10px;
  text-align: center;
	display: flex;
    align-items: center;
    justify-content: center;
	/*padding: 0 20px;*/
	justify-content: space-between;
}
.mult-order-size {
  min-width: 45%;
    display: flex;
    background: #f1f1f1;
    text-align: center;
    padding: 7px 5px;
    align-items: center;
	/*margin-right: 3%;
    margin-left: 2%;*/
}

.mult-order-size.mult-order-size-head, .mult-order-qty.mult-order-qty-head {
  background: none !important;
	font-size: 14px;
    font-weight: 700;
}

.mult-order-qty {
  width: 20%;
	display: flex;
    align-items: center;
	justify-content: space-between;
    background: #fff;
    border: 1px solid #ddd;
    height: 35px;
    padding: 0;
    margin-left: 10px;
}

.mult-order-qty i {
    width: auto;
    display: inline-block;
    padding: 0 10px;
	height: 100%;
    line-height: 35px;
    cursor: pointer;
}

.mult-order-qty i:hover {
    background: #f2f2f2;
    color: #000;
}

.mult-order-stock {
  /*width: 35%;
  padding-left: 10px;*/
  display: inline-block;
  vertical-align: middle;
}

.mult-order-stock-head {
  font-size: 12px;
  font-weight: 700;
}
.mult-order-stock-text {
  font-size: 14px;
}

.mult-order-stock-one {

  display: inline-block;
	text-transform: uppercase;
    font-size: 11px;
    padding-left: 5px;
}

.mult-order-qty input {
    font-size: 15px;
    height: 31px;
    padding: 0 !important;
    width: 30px;
    text-align: center;
    border: none;
    margin-left: 6px !important;
    margin-right: -10px;
}

.mult-order-qty input[type=number]::-webkit-inner-spin-button, 
.mult-order-qty input[type=number]::-webkit-outer-spin-button {  

   opacity: 0;

}

.fit-tab {
    margin-top: 30px;
}

.mult-order-stock.mult-order-stock-head span.mult-order-stock-one {
    white-space: nowrap;
    margin-left: -15px;
}

.mult-order-stock-two {
  width: 47%;
  display: inline-block;
}

.mult-order-btn {
  padding-top: 10px;
	padding-bottom: 0px;
}
.mult-order-btn .btn {
  /*padding: 20px 10px;
  background-color: #b5121b !important;
  border-color: #b5121b !important;*/
	/*margin: 0 10px;
    width: calc(100% - 10px);*/
}


.mult-order-btn .btn i {
    font-size: 24px;
    vertical-align: bottom;
}

.mult-order-size span.price-wrap-box {
    display: block;
    text-align: center;
}

.slick-main-img img {
    max-height: 795px;
}

div#sizechild #productaccordion .panel-title {
    padding-left: 20px;
    padding-right: 20px;
}

div#sizechild div#productaccordion {
    margin-bottom: 0;
	margin-top: 10px;
}

div#sizechild #productaccordion .panel-body {
    padding: 0 20px;
}

div#sizechild #shipbox .btn-stack>div {
    flex-grow: 1;
}

div#sizechild #shipbox .btn-stack {
    display: flex;
	margin-bottom: 20px;
}

.chef-prod-page .mobile-description {
    display: block !important;
}
@media (max-width: 767px) {
  .mult-order-size {
    width: 50%;
	margin: 0;
  }
  .mult-order-stock {
    width: 30%;
  }
  .tab-content.tab-content-mult {
    padding: 20px 5px 0;
  }
.mult-order-block {
    padding: 0 10px;
}
	.mult-order-block {
    padding: 0;
}

.mult-order-qty input {margin-right: 0;margin-left: 17px !important;}

.mult-order-qty i.buying-options__qty-arrow.fa.fa-minus.js-qty-down {
    margin-right: -19px;
    z-index: 1;
}
	
.mult-order-qty i {
    margin-left: -4px;
	padding: 0 3px;
}

.mult-order-qty {
    padding-left: 5px;
}
	
	.row.chef-prod-page .wrapper-pricing {
    height: 40px;
}
	.mult-order-stock-one  {
		line-height: 15px;
		vertical-align: middle;
	}
	
}

.care-tab ul li {
    /*display: flex;
    align-items: flex-start;
    column-gap: 10px;
    margin-bottom: 10px;*/
}

.care-tab ul {
    padding-left: 20px;
}

.desc-tab ul {
    padding-left: 20px;
}

.fit-tab ul {
    padding-left: 20px;
}

.row.product-new-description {
    margin-top: 60px;
}

.row.product-new-description .col-xs-6.col-left {
    border-right: 1px solid #ddd;
}



.row.product-new-description h4 {
    letter-spacing: 1px;
    font-size: 14px;
	font-weight: 700;
}

.row.product-new-description .col-sm-6.col-left {
    border-right: 1px solid #ddd;
    padding-right: 30px;
}

.row.product-new-description .col-sm-6.col-right {
    padding-left: 50px;
}

.row.product-new-description.hidden-sm.hidden-xs {
    margin-top: 60px;
}

.has_size_hide_price .wrapper-pricing.col-xs-12 .price-wraper {
    display: none;
}

img.b-lazy.product-image.second {
    visibility: hidden;
    position: absolute;
    top: 0;
}

.thumbnail:hover img {
    opacity: 1;
}

.thumbnail-image:hover img.b-lazy.product-image.second {
    visibility: visible;
    opacity: 1;
}

.thumbnail-image:hover {
    opacity: 1;
}

body#n_home .product-slider.single-item.slick-initialized.slick-slider.slick-dotted article.wrapper-thumbnail {
    margin-bottom: 5px;
    margin-top: 5px;
}

/*.thumbnail .caption .price .price-wraper span.savings-price.child-prod {
	display: none !important;
}

.thumbnail .caption .price .price-wraper span.savings-price.child-prod.active {
	display: flex !important;
}*/




body.slide-cart-open .npopup {
    display: none !important;
}

@media (max-width: 767px) {
	.row.product-new-description .col-sm-6.col-left {
		border: none;
		padding-right: 15px;
	}

	.row.product-new-description .col-sm-6.col-right {
		padding-left: 15px;
		margin-top: 40px;
	}
	
	.row.product-new-description {
		margin-top: 50px;
	}
}

div#_jstl__images_r a {
    outline: none !important;
}

div#sizechild #shipbox {
    padding-bottom: 15px;
}

.accordition-right div#productaccordion {
    margin-left: 15px;
    margin-right: 15px;
}

div#productaccordion #shipbox .btn-stack>div:last-child {
    flex-grow: 1;
}
div#productaccordion #shipbox .btn-stack {
    display: flex;
    margin: 0 -15px 20px -10px !important;
}

.row.chef-prod-page #productaccordion .panel.panel-default:not(.show-on-chef) {
    display: none !important;
}

form.product-variations div[data-spec-name="Technologies"] {
    display: none;
}

#productaccordion {
    margin-top: 15px;
}

@media (max-width: 767px) {
	.panel-heading.panel-heading-thumbnails {
		padding: 0;
	}

	body#n_category .sidebar-filters.panel.panel-default {
		margin: 0;
		padding-bottom: 0;
	}
	
	h3.sort-title, h3.refine-title {
		font-size: 16px;
	}

	a#filters-toggle {
		text-transform: uppercase;
		color: #252525 !important;
		fill: #252525 !important;
	}
	
	body#n_category .neto-sidebar.filter-sidebar.col-xs-12 {
		display: block !important;
		visibility: visible !important;
	}
	
	.category-wrapper {
		background: #fff;
	}
}

@media (min-width: 1200px) {
	.mult-order-stock-one br {
		display: none;
	}
}

/*Payment widgets on product page*/
body#n_product .zip-widget.zip-widget__tagline .text, 
body#n_product .zip-widget.zip-widget__tagline .logo,
body#n_product .zip-widget__tagline #zip-info-link span.zip-learn-more {
    display: none;
}

body#n_product .zip-widget__tagline #zip-info-link:after {
    content: 'Learn more';
	color: #337ab7;
	font-size: 11px;
}

body#n_product a.afterpay-icon {
    color: #337ab7;
}

body#n_product button#zip-info-link {
    padding-left: 1px !important;
}

body#n_product .zip-widget__tagline #zip-info-link:hover:after {
    opacity: .8;
}

body#n_product .zip-icon svg {
    height: 16px;
}

body#n_product .paying_options {
    display: flex;
	flex-wrap: nowrap;
	padding: 15px 0;
	clear:both;
}

body#n_product .zip-icon {
    height: 21px;
}

body#n_product .zip-widget__wrapper.zip-widget__wrapper--display-repaycalc {
    display: inline-block !important;
	padding: 0;
}

body#n_product .zip-text {
    display: inline-block;
	font-size: 11px;
}

body#n_product .paying_text {
    font-size: 11px;
}

body#n_product .paying_col.first-col {
    padding-right: 15px;
    margin-right: 15px;
    border-right: 1px solid #ddd;
}

body#n_product .paying_col.third-col {
    padding-left: 15px;
    margin-left: 15px;
    border-left: 1px solid #ddd;
}

@media (max-width: 992px) {
	.wrapper-pricing {
		height: 120px;
	}
}

@media (max-width: 767px) {
	body#n_product .afterpay-logo-box {
		text-align: left;
	}

	body#n_product .zip-icon {
		text-align: left;
	}

	body#n_product .paying_col.first-col {
	}

	body#n_product .paying_col * {
		font-size: 11px;
	}
}

td.no_pickup div#calShipping {
    display: none;
}

td.no_pickup label.label-block, td.no_pickup label.label-block p {
    margin-bottom: 0 !important;
	font-size: 13.5px;
}

.wrapper-cart table.cartTotals td.no_pickup .form-group {
    padding: 0;
}

.cart-afterpay-box {
    display: none;
}


button.needsclick.go3894874857.kl-private-reset-css-Xuajs1 {
    font-weight: 500 !important;
    border-radius: 0;
    letter-spacing: 1px !important;
    transition: all .3s ease;
	padding:17px 25px !important;
    font-size: 12px !important;
    line-height: 1.42857143 !important;
    height: auto !important;
    font-family: inherit !important;
	
	/* reskin override */
	font-family: Mulish !important;
	font-size: 14px !important;
	font-weight: 800 !important;	
	letter-spacing: 0.7px !important;
	border-radius: 5px !important;
	background: #DE0C1B !important;
	padding:16px 25px !important;
}

button.needsclick.go3894874857.kl-private-reset-css-Xuajs1:hover {
	opacity:0.7;
}

input#email_50086896 {
    height: 39px !important;
    border-color: #ddd !important;
	font-family: Muli,sans-serif !important;
    color: #555 !important;
}

input#email_50086896::placeholder {
	font-family: Muli,sans-serif !important;
    color: #555 !important;
}

.not-terms.needsclick.kl-private-reset-css-Xuajs1 {
    left: -158px;
    top: 32px;
}

.not-terms.needsclick.kl-private-reset-css-Xuajs1>div:after {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    left: 8px;
    border-width: 7px;
    top: -13px;
    border-color: transparent transparent rgb(248, 236, 233) transparent;
}

.not-terms.needsclick.kl-private-reset-css-Xuajs1>div:before {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    left: 7.4px;
    border-width: 8px;
    top: -15px;
    border-color: transparent transparent rgb(208, 51, 31) transparent;
}

.needsclick.kl-private-reset-css-Xuajs1[style="display: flex; justify-content: flex-start; padding: 0px; position: relative; flex: 0 1 auto; margin: 0px auto;"] {
	cursor: pointer;
}

.no-click {
	pointer-events: none !important;
}

.ship-qty-input-box input#n_qty.js-qty-input::-webkit-outer-spin-button, 
.ship-qty-input-box input#n_qty.js-qty-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.ship-qty-input-box {
    display: flex;
    align-items: center;
    justify-content: center;
}

div#productaccordion #shipbox .btn-stack>div.quantity-shipping {
	padding: 0 !important;
	border: 1px solid #cacaca;
}

.ship-qty-input-box input#n_qty.js-qty-input {
    text-align: center;
}

.ship-qty-input-box i {
    padding: 12px 10px;
    text-align: center;
    color: #9d9d9d;
}

.ship-qty-input-box i:hover {
    opacity: .8;
    background: #f2f2f2;
    color: #000;
}

.quantity-field {
    border: 1px solid #c5c5c6;
	width: 100%;
}

.product-quantity {
    margin-bottom: 0;
}

.product-quantity .quantity-field .qty {
    width: 100%;
    height: 45px;
}

.product-quantity .quantity-field a {
    border: none;
	padding: 0 15px;
}

.cart-action {
    margin-top: 0;
}

@media (max-width: 767px) {
	.slick-main-img img.zoomImg {
		display: none !important;
	}
	
	section.col-xs-12[aria-label="Products information"] form.product-variations {
		/*margin-top: 20px;*/
	}
}

.xmas-theme#n_home {
    background: url('../img/AGC XMAS Darker.png');
}

@media (min-width: 1200px) {
	.mult-order-stock-one {
		 min-width: 150px;
		text-align: left;
	}
}

@media (max-width: 767px) {
	body#n_product article.wrapper-thumbnail span {
		font-size: 11px !important;
	}

	body#n_product article.wrapper-thumbnail span.productrrp.text-strike .rrp, 
	body#n_product article.wrapper-thumbnail span.productrrp.text-strike span#productrrp {
		font-size: 11px !important;
	}
}

section.bottom-description-title {
    display: flex;
	flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    min-height: 120px;
}

.col-xs-12.bottom-description-box {
    background: #fff;
    margin-bottom: 40px;
	padding: 0 40px;
}

section.bottom-description-content {
    padding-bottom: 30px;
}

section.bottom-description-title h2 {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 32px;
}

@media (max-width: 767px) {
	
section.bottom-description-title {
    justify-content: center;
    text-align: center;
	padding-bottom: 15px;
}

section.bottom-description-title h2 {
    width: 100%;
	font-size: 18px !important;
}

.col-xs-12.bottom-description-box {
	margin: 0 15px 15px;
	background: #f1f1f1;
	width: calc(100% - 30px);	
}
	
#gst-toggle {
    margin-top: 0;
    padding: 10px 0;
}
	
}

.ruk_rating_snippet i {
    font-size: 18px !important;
}

.ruk_rating_snippet .ruk-rating-snippet-count {
    padding-left: 10px !important;
    cursor: pointer !important;
} 

@media (min-width: 768px) {
.dropdown-hover:hover>.dropdown-menu {
    visibility: visible !important;
    opacity: 1 !important;
}
}

.ElementsWidget-prefix .u-marginTop--xs {
    color: #DE0C1B!important;
    font-weight: 600;
    text-decoration: underline;
    cursor: pointer;
}

button.toggle-desc.btn.btn-success.btn-lg {
    border-radius: 3px;
}

button.toggle-desc.btn.btn-success.btn-lg:focus {
    outline: none;
}

@media (max-width: 767px) {
	.btn-box-cat-desc {
		text-align: center !important;
	}
}

.extra-options .nCrossSellItem .qty {
    width: 14%;
}

.extra-options .nCrossSellItem .name {
    width: 53%;
}

.extra-options .nCrossSellItem .qty .quantity-field a {
    border: none;
    padding: 0 5px;
}

.extra-options .nCrossSellItem .qty input {
    border: none;
}

.extra-options #multiitemadd h3 {
    font-weight: 300;
    text-transform: uppercase;
    font-size: 13px;
    display: block;
    padding: 0 0 10px;
    vertical-align: middle;
    line-height: 100%;
    letter-spacing: 1px;
    text-decoration: none;
    font-family: Montserrat,sans-serif;
}

@media(max-width: 767px) {
	.extra-options .nCrossSellItem .qty {
		width: 18%;
	}

	.extra-options .nCrossSellItem .name {
		width: 49%;
	}
	
	.extra-options .nCrossSellItem .price span.gst {
		display: block;
	}

	.extra-options .nCrossSellItem .price {
		line-height: 1;
	}
	
	div#_jstl__mini_cart .footer .opt7p02-cvpgroup {
		display: flex !important;
	}
	
	.product-quantity .quantity-field a {
		padding: 0 7px;
	}
	
	body#n_product .paying_col.first-col {
		padding-right: 10px;
		margin-right: 10px;
	}
	
	.wrapper-pricing[itemtype="http://schema.org/Offer"] {
		margin-bottom: -10px;
	}
	
	.row.chef-prod-page .wrapper-pricing {
		height: auto;
	}
}

@media(max-width: 391px) { 
	div#_jstl__buying_options_r .extra-options {
		/*padding-top: 15px;*/
	}
}

@media (max-width: 991px) {
	
#mobile-menu li.lvl-2>.menu-level-wrapper>a {
    padding: 13px 15px 11px 23px !important;
}

#mobile-menu.mobile-category-menu li.lvl-2>.menu-level-wrapper>a {
    padding: 13px 15px 11px 57px !important;
}
	
#mobile-menu.mobile-category-menu {
	padding-bottom:0 !important;
}
	
#mobile-menu li>.menu-level-wrapper>a>img {
    display: inline-block;
    margin-right: 5px;
	max-width: none;
    width: 24px;
	max-height: 30px;
    object-fit: contain;
}
}

#wrapper-staticmenu .navbar-nav>li>a.sale-badge-link,
#mobile-menu li.lvl-1>.menu-level-wrapper a.sale-badge-link {
    margin-top: 0;
    background-color: #DE0C1B !important;
    color: #fff !important;
    display: flex !important;
    flex-direction: column;
    align-items: flex-end;
    padding: 8px 10px 8px 5px !important;
    position: relative !important;
    height: 26px;
    margin-left: 15px;
    line-height: 10px !important;
	transition: all 0.3s ease;
	font-weight: 700;
}

#mobile-menu li.lvl-1>.menu-level-wrapper a.sale-badge-link {
    margin: 12px 0 12px 30px;
    width: 53px;
}

#wrapper-staticmenu .navbar-nav>li>a.sale-badge-link:after,
#mobile-menu li.lvl-1>.menu-level-wrapper a.sale-badge-link:after {
	color: #DE0C1B;
    border-left: 13px solid !important;
    border-top: 13px solid transparent !important;
    border-bottom: 13px solid transparent !important;
    display: inline-block;
    content: '';
    position: absolute;
    right: unset !important;
    top: 0;
    left: -13px !important;
    background: #fff;
    transform: rotate(180deg);
	transition: all 0.3s ease;
}

#wrapper-staticmenu .navbar-nav>li>a.sale-badge-link:before, 
#mobile-menu li.lvl-1>.menu-level-wrapper a.sale-badge-link:before {
    width: 4px;
    height: 4px;
    background: #fff;
    border-radius: 100%;
    display: block;
    position: absolute;
    left: -5px;
    content: '';
    z-index: 11;
    top: 11px;
}

#wrapper-staticmenu .navbar-nav>li>a.sale-badge-link:hover {
    /*opacity: 1;*/
    /*background: #ab2530 !important;*/
}

#wrapper-staticmenu .navbar-nav>li>a.sale-badge-link:hover:after {
    /*border-left-color: #ab2530 !important;*/
}


/*Product gallery modification*/

button.fancybox-button.fancybox-button--thumbs, button.fancybox-button.fancybox-button--zoom {
    display: none !important;
}

button.fancybox-button.fancybox-button--close {
    /* position: absolute; */
    background: none;
	padding:0 !important;
}

button.fancybox-button.fancybox-button--close svg path {
    stroke: #fff;
}

.slick-main-img .slick-dots li button:before {
    font-size: 10px;
    margin-top: 10px;
}

@media (max-width: 992px) {
	div#_jstl__images_r a.fancybox.fancybox-img {
		pointer-events: none;
	}	
	.slick-main-img.slick-initialized {
		touch-action: manipulation !important;
	}	
}

.category-content.col-xs-12.thumb {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}


@media (max-width: 991px) {
	#mobile-menu li.lvl-3 a img {
		display: inline-block;
		margin-right: 5px;
		max-width: none;
		width: 24px;
		max-height: 24px;
		object-fit: contain;
	}
}

a.c_categoryImg img.sub_cat_img {
    width: 100%;
    max-width: 150px;
    max-height: 150px;
    object-fit: contain;
    display: block;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 83px;
}

body#n_product .zip-icon .zip-container span {
    display: none;
}

body#n_product .zip-icon .zip-container .zip-logo {
    display: none;
}

body#n_product .zip-icon slot.zip-learn-more {
    font-size: 0 !important;
}

body#n_product .zip-icon slot.zip-learn-more:after {
    content: 'Learn More';
    font-size: 11px;
    color: #337ab7;
}

@media (max-width: 1399px) {
	.camera-icon {
		right: 50px !important;
		top: 14px !important;
	}
}

@media (max-width: 767px) {
	.camera-icon {
		top: 38px !important;
		right: 10% !important;
	}
}

@media (max-width: 470px) {
	.camera-icon {
		top: 89px !important;
		right: 35px !important;
	}
}

@media (max-width: 767px) {
	.notify-me-text {
			font-size: 9px !important;
		letter-spacing: 0.5px !important;
	}
}

.cart-action .btn-notify
    background: #2a832b !important;
}

#n_product .thumbnail-badge.soldout {
    background: #9e9e9e  !important;
}