/*================================= 
GENERAL STYLES
====================================*/
.mfp-wrap .blugento-popup .age-popup-box .age-popup-buttons .button {
    margin: 4px;
    border-radius: 32px;
    border-width: 2px;
    text-transform: none;
    font-size: 14px;
}

.mfp-wrap .blugento-popup .age-popup-box .age-popup-buttons .button#yes { 
    border-color: #f6cb00;
}

.catalog-category-view .category-description.std br {
    display: none;
}

h1, .page-title h1, .product-view .product-shop .product-name h1{
    font-size: 32px;
    line-height: 40px;
    font-weight: 600;
}

input.input-text, textarea.input-text {
	border-radius: 4px;
	padding-left: 22px;
}

.toolbar .sort-by select {
	border: 1px solid #D9D8D6;
}

textarea.input-text {
	border-radius: 4px;
}

.page-header .mini-search .form-search input{
    border-radius: 50px;
    min-width: 420px;
    height: 48px;
    border: 1px solid #B3B2AD;
    color:#131003;
}

.page-header .desktop .form-search input:hover{
    border: 1px solid #131003;
}

.page-header .desktop .form-search input:focus{
     border: 2px solid #131003;   
}

.form-search input::placeholder{
    color:#68665D;
}

.form-search button {
	right: 14px;
}

.form-search button:hover {
    background-image: url(/media/wysiwyg/i_header-search.svg);
}

.showcase .slick-slider a.button img, a.button img {
	max-width: 7px;
	float: right;
	margin-left: 10px;
	margin-top: 5px;
}

/*primary button styles*/

.product-view .product-shop .add-to-cart button, 
.form-add-review .buttons-set button,
.ajaxcart-modal-footer .button, 
.block-cart .block-cart-aside .actions a.proceed-checkout,
.cart-totals .checkout-types .btn-checkout,
.cart-totals .checkout-types #btn-proceed-checkout-fixed,
.opc-login .buttons-set button.button,
.opc .buttons-set button.button,
.cart-empty a.empty-cart-button,
.account-create > form .buttons-set button.button,
.account-login form .buttons-set button.button,
.gdpr-cookies .col-12 .gdpr-content .gdpr-buttons .button#accept-all-cookies,
.product-view .product-shop .add-to-cart #product-addtocart-button-fixed{
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    padding: 14px 24px;
    border-radius: 50px;
    text-transform: capitalize;
    color: #131003;
    background-color: #f6cb00;
}

.product-view .product-shop .add-to-cart button:hover,
.form-add-review .buttons-set button:hover,
.ajaxcart-modal-footer .button:hover,
.block-cart .block-cart-aside .actions a.proceed-checkout:hover,
.cart-totals .checkout-types #btn-proceed-checkout-fixed:hover,
.cart-totals .checkout-types .btn-checkout:hover,
.opc-login .buttons-set button.button:hover,
.cart-empty a.empty-cart-button:hover,
.account-create > form .buttons-set button.button:hover,
.account-login form .buttons-set button.button:hover,
.gdpr-cookies .col-12 .gdpr-content .gdpr-buttons .button#accept-all-cookies:hover,
.form-add-review .buttons-set button:hover,
.opc .buttons-set button.button:hover,
.product-view .product-shop .add-to-cart #product-addtocart-button-fixed:hover{
    background-color: #F1CF04;
    color: #131003;
}

.cart-totals .checkout-types #btn-proceed-checkout-fixed,
.product-view .product-shop .add-to-cart #product-addtocart-button-fixed.btn-cart-fixed{
  border-radius: 0;  
}





/*secondary button styles*/
.products-grid .product-actions .button,
.ajaxcart-modal-footer .button.ajaxcart-modal-close,
.cart-table tfoot button.btn-update, .main-aside .block .actions a, .no-rating a,
.opc .step #billing-new-address-form #shipping-address-wrapper input[type=radio]+label,
.block-cart .block-cart-aside .actions a.view-cart,
.gdpr-cookies .col-12 .gdpr-content .gdpr-buttons .button#accept-selected-cookies{
    border-radius: 50px;
    padding: 12px 24px;
    font-size: 14px;
    max-width: 146px;
    line-height: 20px;
    font-weight: 600;
    background-color: #fff;
    border: 2px solid #131003; 
    color: #131003;
    display: inline-block;
    border: 2px solid #131003;
    text-transform: capitalize;
}
.products-grid .product-actions .button{
    float: left;
}

.products-grid .product-actions .button{
    padding: 10px 5px;
    min-width: 131px;
}

.ajaxcart-modal-footer .button.ajaxcart-modal-close,
.cart-table tfoot button.btn-update,
.opc .step #billing-new-address-form #shipping-address-wrapper input[type=radio]+label{
    max-width: none;
}

.opc .step #billing-new-address-form #shipping-address-wrapper input[type=radio]+label{
    border: 1px solid #B3B2AD;
}

.opc .step #billing-new-address-form #shipping-address-wrapper input[type=radio]+label:hover {
    border: 1px solid #B3B2AD;
    background-color: #f5f5f5;
}

.products-grid .product-actions .button:hover,
.ajaxcart-modal-footer .button.ajaxcart-modal-close:hover,
.block-cart .block-cart-aside .actions a.view-cart:hover,
.gdpr-cookies .col-12 .gdpr-content .gdpr-buttons .button#accept-selected-cookies:hover,
.cart-table tfoot button.btn-update:hover{
    background: #ECECEB;
    color: #131003;
}

.banner-set .ban-info a.button {
	color: #fff;
}

.no-rating a:hover {
	background: #FFEBEA!important;
}

.banner-set .ban-info a.button:hover {
	background-color: #FF5850;
}




/*tertiary button styles*/
.cart .discount button {
	font-size: 13px;
	text-transform: none;
	font-weight: bold;
	background-color: #68665D;
    color: #fff;
	border-radius: 50px;
	position: absolute;
	right: 0;
	z-index: 1;
	top: 0;
	padding: 6px 18px;
	margin: 6px;
}

.cart .discount button:hover {
	background-color: #131003;
    color:#fff;
}

.product-view .product-shop .add-to-cart input, input {
	color: #131003;
}



/*--------------banner button---------*/

.main-b-info a.button{
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    padding: 14px 24px;
    border-radius: 50px;
    text-transform: capitalize;
    color: #fff;
    background-color: #2E7201;
}

.main-b-info a.button:hover{
    background-color: #2a6103;
    color: #fff;
}


/*================================= 
HEADER STYLES
====================================*/
.page-header div:first-child .page-container{
    padding: 12px 20px;
}

.contact-widget{ 
	float: right;
	margin-top: 25px;
}

.contact-widget a {
	color: #FF5850;
	font-weight: bold;
	font-size: 18px;
}

.contact-widget img {
	max-width: 18px;
	margin-bottom: -3px;
}

.hello-user {
	padding: 0;
	margin-bottom: -17px;
}

.page-header .desktop .header-wishlist-count a span {
    color: #131003;
}

.page-header .header-wishlist-count a .count-wish span {
    top: 55.8%;
}

.mini-cart{
   padding-left: 12px; 
}

.page-header .desktop .header-wishlist-count {
    padding: 7px 0 7px 12px;
}

.page-header .desktop .mini-account>ul:after, .block-cart .block-cart-aside .block-content:after  {
    right: 6px;
    border-bottom: 10px solid transparent;
}

.block-cart .block-cart-aside .block-content:after{
    border-bottom: 10px solid transparent;
}

.page-header .desktop .mini-account>ul,.block-cart .block-cart-aside .block-content {
    background-color: #fff;
    box-shadow: 0px 2px 4px #00000029;
}


/*================================= 
USP STYLES
====================================*/

.usp-wrapper {
	display: inline-block;
	width: 100%;
    margin-top: 30px;
    margin-bottom: -20px;
}

.usp-wrapper>div {
	float: left;
	width: calc((100% - 26px) / 3);
	display: flex;
	align-items: center;
	justify-content: center;
    position: relative;
    min-height: 170px;
    border: 1px solid #D9D8D6;
    padding: 24px;
}

.usp-wrapper>div:not(:last-child){
    margin-right: 13px;
}

.usp-wrapper>div img {
	margin-right: 12px; 
}

.usp-wrapper>div strong {
	font-weight: bold;
	display: block;
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    padding-bottom: 6px;
}

.usp-wrapper p {
    font-size: 14px;
    line-height: 20px;
    width: 232px;
    float: right;
    text-align: left;
}

.usp-wrapper-box a{
    color: #357A03; 
    font-size: 16px;
    line-height: 24px;
    display: block;
    font-weight: 600;
    padding-top: 12px;
}
    
.usp-wrapper-box:hover{
    box-shadow: 0px 2px 4px #00000029;
}

/*================================= 
BANNER STYLES
====================================*/

body > main > div > div > div > div > div > div.row-wrapper.row-bn > div > div.col-6 {
    background-color: #f6cb00;
    padding-left: 0;
    padding-right: 0;
}

body > main > div > div > div > div > div > div.row-wrapper.row-bn > div{
    margin-left: 0;
    margin-right: 0;
}

.main-b-info{
    position: absolute;
    top: 50%;
    text-align: left;
    z-index: 1;
    transform: translatey(-50%);
    width: 100%;
    max-width: 80%;
    left: 10%;
}

.main-b-info h2.subtitle {
    color: #2E7201;
    margin-bottom: 10px;
    font-size: 65px;
    line-height: 75px;
    font-weight: 300;
}

.main-b-info p {
    color: #2E7201;
    margin-bottom: 24px;
    font-size: 35px;
    line-height: 35px;
    max-width: 490px;
    font-weight: 300;   
}

.row-wrapper:first-child .showcase {
    margin-top:0;
}


.showcase .slick-dots button {
	opacity: 1;
	box-shadow: none;
	border: 2px solid #FFFFFF;
	height: 12px;
	width: 12px;
	background-color: transparent;
}

/*================================= 
CATEGORIES STYLES
====================================*/
.catalog-category-view .page-main .page-container {
	padding-bottom: 60px;
}

.catalog-product-view .page-main .page-container {
	padding-bottom: 80px;
}

.banner-set {
	position: relative;
}

.banner-set img {
	border-radius: 4px;
	display: grid;
}

.banner-set>div {
	width: 33.3333%;
	float: left;
	position: relative;
}

.banner-set>div:hover a.button {
	background-color: #FF5850;
}

.banner-set .wide-ban {
	width: 66.666666%;
	float: left;
}

.banner-set>div:first-child {
	padding-right: 11px;
}

.banner-set>div:last-child {
	padding-left: 11px;
}

.banner-set .ban-info {
	position: absolute;
	left: 44px;
	bottom: 44px;
	color: #fff;
	z-index: 1;
}

.banner-set>div:not(.wide-ban) .ban-info {
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	right: unset;
	text-align: center;
	padding-left: 10px;
}

.banner-set .ban-info h2.subtitle {
	color: #fff;
	margin-bottom: 12px;
}

.banner-set .ban-img a {
	position: relative;
	display: inline-block;
}

.banner-set .ban-img a:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%);
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%);
}

.catalog-category-view .category-description.std{
    margin-bottom: 20px;
}

/*================================= 
WIDGET STYLES
====================================*/

.products-widget h2.subtitle {
    text-align: center;
    margin-bottom: 24px;
    margin-top: 30px;
    font-size: 24px;
    line-height: 30px;
}

.products-grid .item-inner {
	border: 1px solid #D9D8D6;
    min-height: auto!important;
}

.products-grid .item-inner:hover {
	box-shadow: 0px 2px 4px #00000029;
}

.price-box .price-label {
	display: none;
}

.products-grid .product-box{
   padding: 0 20px 24px; 
}

.products-grid .product-image a{
    padding: 24px 24px 8px;
}

.products-grid .price-box{
    margin-top: 0;
}

.products-grid .price-box p{
    display: block;
}

.products-grid .price-box .price{
    font-size: 19px;
    line-height: 25px;
}

.products-grid .price-box .special-price span {
    color: #C13601;
}

.products-grid .product-badges .badge, .product-badges .badge, .product-view .product-img-box .discount-percentage span {
    min-width: 48px;
    height: 48px;
    width: 48px;
    padding: 14px 4px;
    border-radius: 50%;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    text-transform: capitalize;
}

.product-view .product-img-box .discount-percentage span {
    padding: 14px 8px;
}

.product-view .product-img-box .discount-percentage span {
	background-color: #D1372F;
	color: #fff;
}

.badge--new{
    background-color: #D9D8D6;
}

.badge--sale{
    background-color: #C13601;
}

.products-grid .product-badges, .product-badges{
	top: 24px;
	left: 24px;
}

.catalog-product-view .product-badges{
    left: unset;
}

.product-view .product-img-box .discount-percentage + .product-badges {
	top: 60px;
}

.products-grid .slick-prev, .products-grid .slick-next,
.product-view.gallery-orientation-1 .more-views .slick-prev, .product-view.gallery-orientation-1 .more-views .slick-next {
	background-color: #F2F2F2;
    height: 44px;
    width: 44px;
    border-radius: 50%;
	top: 50%;
	transform: translateY(-50%);
    border: 1px solid #D9D8D6;
}

.products-grid .slick-prev, .product-view.gallery-orientation-1 .more-views .slick-prev {
	left: -10px;
	background: #fff url(/media/wysiwyg/i_carousel-arrow-left.svg) 50% 50% no-repeat;
    opacity: 0.5;
}

.products-grid .slick-next, .product-view.gallery-orientation-1 .more-views .slick-next {
	right: -10px;
	background: #fff url(/media/wysiwyg/i_carousel-arrow-right.svg) 50% 50% no-repeat;
    opacity: 0.5;
}

.products-grid .slick-prev:hover, .products-grid .slick-next:hover,
.product-view.gallery-orientation-1 .more-views .slick-prev:hover, .product-view.gallery-orientation-1 .more-views .slick-next:hover {
    opacity: 1;
}

.products-grid .product-actions {
	margin-top: 0;
	display: inline-block;
	width: 100%;
}

.products-grid .product-name a {
    min-height: 46px;
    font-size: 16px;
    line-height: 24px;
}

.products-grid .add-to-links {
	float: left;
	margin-left: 6px;
	margin-top: 4px;
}

.add-to-links li {
	padding: 0;
}

.add-to-links li a {
	font-size: 0;
}

.add-to-links li a:before {
	margin-right: 0;
    vertical-align: middle;
}

.add-to-links li a.link-wishlist:before {
	width: 34px;
	height: 34px;
	border-radius: 50%;
    background-color: #ececeb;
}

.add-to-links li a.link-wishlist:hover:before {
	background-color: #D9D8D6;
}

.products-grid .price-box .old-price .price {
    color: #68665D;
    font-size: 14px;
    line-height: 20px;
}

div.configurable-swatch-list, ul.configurable-swatch-list {
    margin-bottom: 5px;
}

.layout-1column .products-grid li.item {
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: 20px;
}

.layout-1column .products-grid {
	margin-left: -10px;
	margin-right: -10px;
}

.products-grid .item:hover a:not(.button) {
    text-decoration: underline;
}

.slick-dots .slick-active button {
    background-color: #131003;
}

.slick-dots button {
    border: none;
    box-shadow: none;
    width: 8px;
    height: 8px;
    background-color: #B3B2AD;
}

.products-widget .slick-dots {
    width: 100%;
    left: 0;
}

button.slick-next.slick-arrow.slick-disabled, button.slick-prev.slick-arrow.slick-disabled{
    display:none!important;
}

/*================================= 
Homepage Categories STYLES
====================================*/

.footer-product-categ h2{
    text-align: center;
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    margin-top: 15px;
    margin-bottom: 24px;
}

ul.footer-product-categ-list {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
    align-content: center;
    flex-wrap: wrap;
    margin: -6px;
}

li.footer-product-categ-box {
    flex-basis: 22%;
    flex-shrink: 0;
    flex-grow: 1;
    display: flex;
    align-items: center;
    margin: 6px;
    height: 122px;
    border: 1px solid #D9D8D6;
}

.footer-product-categ-list li:last-child {
    flex-grow: 0;
    min-width: calc((96%-12px)/4);
}

li.footer-product-categ-box:hover{
    box-shadow: 0px 2px 4px #00000029;
}

li.footer-product-categ-box:hover h5{
    text-decoration: underline;
}

.footer-product-categ-box img{
    max-width: 120px;
    max-height: 120px;
    display: block;
}

.footer-product-categ-box a, .footer-product-categ-box h5{
    flex-basis: 50%;
}

.footer-product-categ-box h5{
    font-size: 17px;
    line-height: 24px;
    font-weight: 600;
    max-width: 105px;
}


/*================================= 
Homepage Info block STYLES
====================================*/
.info-block-text h2{
    font-size: 32px;
    line-height: 40px;
    font-weight: 600;
    margin-bottom: 24px;
}

.info-block-text{
    padding-bottom: 12px;
}

.info-block{
    max-height: 500px;
    overflow-y: overlay;
}

/* width */
.info-block::-webkit-scrollbar {
  width: 7px;
}

/* Track */
.info-block::-webkit-scrollbar-track {
  box-shadow: inset 0 0 1px grey; 
  border-radius: 10px;
}
 
/* Handle */
.info-block::-webkit-scrollbar-thumb {
  background: #D9D8D6; 
  border-radius: 10px;
}

/* Handle on hover */
.info-block::-webkit-scrollbar-thumb:hover {
  background: #B3B2AD; 
}


/*================================= 
NEWSLETTER STYLES
====================================*/

.page-footer .marketing-box--newsletter .input-text {
	min-width: 100%;
	background-color: #fff;
	border-right: 2px solid #D9D9D9;
	height: 42px;
	padding-left: 22px;
	padding-right: 95px;
	border-radius: 50px;
}

.page-footer .marketing-box--newsletter .input-box,
.page-footer .marketing-box--newsletter {
	float: none;
	width: 100%;
}

.page-footer .marketing-box .box-content {
	margin-left: 0;
	width: 100%;
	position: relative;
}

.page-footer .marketing-box--newsletter .button {
	position: absolute;
	right: 6px;
	top: 6px;
	border-radius: 50px;
	height: 30px;
	padding: 4px 18px;
	font-size: 13px;
	text-transform: none;
	font-weight: 400;
	background-color: #68665D;
}

.page-footer .marketing-box--newsletter .button:hover {
	background-color: #000000;
}

/*================================= 
FOOTER STYLES
====================================*/

.page-footer .page-container-wrapper{
    background-color: #f5f5f5;
}

.page-footer .marketing-box .box-title, .page-footer .marketing-box--newsletter em, .page-footer .marketing-box--newsletter i {
	display: none;
}

.page-footer .col-2 {
	order: 2;
	width: 100%;
	padding: 20px 0 12px;
	border-top: 2px solid #D9D9D9;
	margin-top: 90px;
}

.page-footer .col-4 {
	width: 100%;
}

.page-footer .footer-links ul {
	width: 25%;
	padding-right: 20px;
}

.page-footer .footer-links ul li:first-child {
	font-weight: bold;
	margin-bottom: 12px;
    font-size: 16px;
    line-height: 24px;
}

.page-footer .footer-links ul li a {
	margin-bottom: 12px;
	display: inline-block;
	font-size: 14px;
	line-height: 20px;
}

.page-footer .footer-links ul li small {
	color: #7E7E7E;
	font-size: 13px;
}

.page-footer .footer-links ul li strong, .page-footer .footer-links ul li strong a {
	font-weight: bold;
	font-size: 13px;
	color: #000;
	margin-bottom: 0;
}

.page-footer .footer-links ul li strong {
	margin-bottom: 12px;
	display: block;
}

.page-footer .page-container {
	padding-top: 52px;
	padding-bottom: 0;
}

li.payment {
    float: left;
    margin-right: 4px;
    display: inline-block;
}

.page-footer .footer-links .facebook a{
    background: url(/media/wysiwyg/i_social-fb.svg) 50% 50% no-repeat;
    width: 34px;
    height: 34px;
    margin-right: 12px;
}

.page-footer .footer-links .instagram a{
    background: url(/media/wysiwyg/i_social-ig.svg) 50% 50% no-repeat;
    width: 34px;
    height: 34px;
    margin-right: 12px;
}

.page-footer .footer-links .youtube a{
    background: url(/media/wysiwyg/i_social-yt.svg) 50% 50% no-repeat;
    width: 34px;
    height: 34px;
    margin-right: 12px;
}

.page-footer a {
    color: #131003;
}

.page-footer .copyright{
    font-size: 14px;
    line-height: 20px;
    color: #131003;
}

.page-footer .copyright strong {
	font-weight: 400;
}


.page-footer .copyright img {
    float: right;
    max-height: 32px;
    margin-top: -6px;
}

.list--social{
    display: inline-block;
}

.newsletter-block li:nth-child(2){
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 12px;
}

.newsletter-block .custom-newsletter{
    margin-bottom: 41px;
}

/*================================= 
CATEGORY LISTING STYLES
====================================*/

.block-layered-nav li em {
	color: #B3B2AD;
}

.category-intro {
	padding: 0;
}

.products-grid .product-box .discount {
	display: none;
}

.pager .pages {
    margin: 3px 0 0 10px;
}

.block-layered-nav li a{
    line-height: 20px;
    font-size: 14px;
}

.filters-mobile-trigger {
    padding: 10px 20px;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
    background-color: #ECECEB;
    color: #131003;
}
    
.filters-mobile-trigger::after {
    content: "";
    background: #ECECEB url(/media/wysiwyg/i_filter.svg) no-repeat 50% 50%;
    height: 24px;
    width: 23px;
    display: inline-block;
    float: right;
}

.catalog-category-view .breadcrumbs li strong{
    line-height: 24px;
    font-size: 16px;
    font-weight: 600;
}

.breadcrumbs span, .breadcrumbs li:last-child{
    line-height: 24px;
    font-size: 16px;
}

.breadcrumbs strong{
    font-weight: 600;
}

p.amount.amount--has-pages{
    text-align: left;
}

.catalog-category-view ul.add-to-links{
    float: none;
    position: absolute;
    margin-top: 0;
    margin-left:0;
    top: 44%;
    right: 25px;
}

.catalog-category-view .add-to-links li a.link-wishlist::before {
    width: 40px;
    height: 40px;
    background-position: 61% 61%;
}

/*================================= 
PRODUCT VIEW STYLES
====================================*/

.product-view .product-shop .price-box .old-price .price {
	font-size: 16px;
}

.product-view .product-shop .add-to-cart input {
	border-radius: 4px;
	margin-right: 8px;
	border: 1px solid #B3B2AD;
    background-color: #F5F5F5;
}

.product-view .product-shop .add-to-cart button {
	min-width: 250px;
	border-radius: 50px;
}

.product-view .product-shop .add-to-cart {
	margin-right: 8px;
}

.product-shop .add-to-links li a.link-wishlist:before {
	width: 40px;
	height: 40px;
}

.tabs-nav {
	padding: 0;
	border-bottom: 2px solid #f2f2f2;
}

.tabs-nav>li a {
	padding: 8px 32px;
	font-size: 16px;
	font-weight: bold;
}

.tab {
	padding: 20px 0;
}

.product-view.gallery-orientation-1 .more-views .slick-prev {
	left: 0;
}

.product-view.gallery-orientation-1 .more-views .slick-next {
	right: 0;
}

.product-view.gallery-orientation-1 .more-views .item-image {
	background-color: #fff;
}

.product-view.gallery-orientation-1 .more-views li.slick-current {
	border: 1px solid #F2F2F2;
}

.product-view .product-shop .add-to-cart button{
    min-width: 200px;
}

.catalog-product-view .product-shop .add-to-links li a.link-wishlist:before {
    width: 48px;
    height: 48px;
    background-position: center;
}

.tabs-nav>li{
    color: #131003; 
    font-size: 16px;
    line-height: 24px;
}

.tabs-nav>li a, .tabs-nav>li a.active {
    padding: 18px 24px;
}

.tabs-container .description .std{
    color: #131003;
    font-size: 16px;
    line-height: 24px;
}

.product-view .product-shop .add-to-links{
    margin-top: 0;
}

.tab-nav.active {
    background: #fff url(/media/wysiwyg/keyboard_arrow_right-24px.svg) no-repeat calc(100% - 10px) 50%;
}

.tab-nav {
    background: #fff url(/media/wysiwyg/keyboard_arrow_down-24px.svg)no-repeat calc(100% - 10px) 50%;
}

p.amount, .block-cart .block-cart-aside .subtotal{
    color: #131003;
}

.block-cart .block-cart-aside .block-content{
    min-width: 365px;
}
/*================================= 
CART & CHEKOUT STEPS STYLES
====================================*/

.cart-table td input {
	padding-left: 9px;
    border: 1px solid #B3B2AD;
    background-color: #F5F5F5;
}

.cart-table .label{
    font-size: 14px;
    line-height: 20px;
}

.cart-table tr:nth-child(odd) td {
	border-top: 2px solid #d9d9d9;
}

.cart .discount {
	margin: 0 0 30px 0;
}

#coupon_code {
	border-right: 2px solid #d9d9d9;
	margin-right: 0;
	border-radius: 50px;
	width: 100%;
	height: 42px;
}

.discount-form {
	position: relative;
}

.discount-form .input-box {
	width: 100%;
}

.cart-totals strong, .cart-totals th {
	font-weight: bold;
}


.multiple-checkout .step .payment-title.selected:before, .multiple-checkout .step input[type=checkbox]:checked+label:before, .multiple-checkout .step input[type=radio]:checked+label:before, .opc .step .payment-title.selected:before, .opc .step input[type=checkbox]:checked+label:before, .opc .step input[type=radio]:checked+label:before,
.multiple-checkout .step .payment-title:hover:before, .multiple-checkout .step input[type=radio]+label:hover:before, .opc .step .payment-title:hover:before, .opc .step input[type=radio]+label:hover:before {
	background-color: #D1372F;
}

#opc-billing .step #co-billing-form ul .chose-entity input[type=radio]:checked+label {
	border-bottom: 4px solid #D1372F;
}

.opc-block-progress .block-title {
	background-color: #fff!important;
}

.multiple-checkout .step .form-list .input-text, .multiple-checkout .step .form-list select, .opc .step .form-list .input-text, .opc .step .form-list select,.form-list .input-text, .account-create > form .input-box input,.account-login form .input-box input {
    background-color: #F5F5F5;
    border: 1px solid #B3B2AD;
}

.multiple-checkout .step .form-list .input-text:hover, .multiple-checkout .step .form-list select:hover, .opc .step .form-list .input-text:hover, .opc .step .form-list select:hover, .form-list .input-text:hover,.account-create > form .input-box input:hover,.account-login form .input-box input:hover {
    border: 1px solid #131003;
}

.multiple-checkout .step .form-list .input-text:focus, .multiple-checkout .step .form-list select:focus, .opc .step .form-list .input-text:focus, .opc .step .form-list select:focus, .form-list .input-text:focus,.account-create > form .input-box input:focus,.account-login form .input-box input:focus {
	border: 2px solid #000;
	background-color: #fff;
}

.opc .step input[type=radio]+label:hover:before, .opc .step input[type=radio]:checked+label:before, .opc .step .payment-title.selected:before, .opc .step .payment-title:hover:before {
    background-color: #f6cb00;
    background-image: url(/media/wysiwyg/i_check.svg);
    background-size: 19px;
    background-position: center;
}

#opc-billing .step #co-billing-form ul .chose-entity input[type=radio]:checked+label {
    border-bottom: 3px solid #f6cb00;
}

.opc .step #billing-new-address-form #shipping-address-wrapper input[type=radio]:checked+label, .opc .step #billing-new-address-form #shipping-address-wrapper input[type=radio]:checked+label:hover{
    background-color: #fff;
    border: 2px solid #131003;
}

.opc .step label.required em, 
.multiple-checkout .step label.required em,
.account-create p.required,
.account-login form p.required,
.account-login form a:not(.button){
    color: red;
}

.opc .step-title h2, .opc .step-title strong{
    color: #181818;
}

.checkout-onepage-index .opc .step input[type=radio] + label{
    font-size: 14px;
    line-height: 20px;
}


.block-cart>a>i em,.page-header .header-wishlist-count span span {
    color:#131003;
}


.opc-review a:not(.button):not(.f-left):not(.fb_button):not(.privacy-policy-show-popup):not(.show-more) {
        display: none;
}

#review-buttons-container > p > a,
        #checkout-agreements > ol > li > p > a{
            display: inline-block;
        }

/*================================= 
SECONDARY PAGES STYLES
====================================*/

.contact-page-container .info-form {
	padding: 0 22px 0 5px;
}

.cms-page-view .std h2:not(.product-name) {
	color: #000;
	text-transform: none;
}

.account-create > form label:first-child{
    text-transform: capitalize;
}

.account-create .page-title{
    margin-top: 20px;
}

.account-create, .customer-account-login .page-title{
    margin-top: 52px;
}

.account-create,.account-login {
    margin-bottom: 72px;
}

.customer-account-login .page-title{
    text-align: center;
    margin-bottom: 20px;
}

.page-overlay {
    background-color: rgba(0, 0, 0, 0.7);
}  


/*================================= 
BLOG STYLES
====================================*/

/*================================= 
RESPONSIVE STYLES
====================================*/
@media (min-width: 996px) {
    
    .page-header .mini-wrappers{
        padding: 20px 0;
    }
    
    .page-header .desktop .logo a,.page-header .desktop .logo{
        height: 114px;
    }
    
    
.nav-container{
    position: unset;
}
    
.links-after li>a, .links-before li>a, .nav--primary-button{
    background-color: #ECECEB;   
    color: #131003;
    text-transform: capitalize;
    font-weight: 500;
    line-height: 20px;
    padding: 14px 12px;
}
    
.nav--primary-button {
    width: 240px;
    height: 40px;
    border-radius: 50px;
    padding: 8px 12px 8px 48px;
    color: #357A03;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    background: #fff url(/media/wysiwyg/i_hamburger-menu.svg) 8% 50% no-repeat;
}
    
.block-cart:hover>a>i {
    background-image: url(/media/wysiwyg/i_header-cart.svg);
}
    
.nav--primary {
    background-color: #fff;
    box-shadow: 0px 2px 4px #00000029;
    padding: 24px;
}
    
.nav--primary a.level0 {
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 8px;
    font-weight: 600;
    font-size: 14px;
    /*min-height: 48px;*/
}
    
.nav--primary li.level0{
    padding: 0 6px 8px 0; 
    width: 25%;
    color: #131003;
}
    
.nav--primary a.level1 {
    padding-top: 4px;
    padding-bottom: 4px;
}
    
.block-cart .block-cart-aside  {
    padding-top: 9px; 
}  
    
.nav-wrapper{
   padding: 4px 0;     
}   

.block-layered-nav-top ol>li .label, .block-layered-nav-top ol>li label, .block-layered-nav-top ul>li .label, .block-layered-nav-top ul>li label {
    font-size: 13px;
    text-transform: none;
    margin-bottom: 0;
    font-weight: 400;
    display: block;
}
    .toolbar .sort-by label{
        display: none;
    }

.block.block-layered-nav-top.dock {
    float: left;
}

/*.category-products>.toolbar {
    margin-bottom: 0;
    float: right; 
    max-width: 222px;
}*/

    .catalog-category-view.layout-1column .products-grid {
        clear: left;
    }

	.nav--primary ul > li {
		border: 0;
	}

	.block-layered-nav-top .block-content {
		margin:  0;
	}

	.row-wrapper:first-child .showcase {
		margin-top: 0;
	}

	.page-header .mini-wrapper-2>div+div {
		border-right: 0;
	}

	.page-header .desktop .mini-account {
		padding-right: 0;
	}

	.page-header .mini-wrapper-2>div+div {
		margin-right: 0;
	}

	.page-header .desktop .mini-account>ul li a:hover {
		text-decoration: underline;
	}

	.links-after li>a:hover, .links-before li>a:hover, .nav--primary a.level0:hover, .nav--primary-button:hover {
		text-decoration: underline;
	}

	.nav-container {
		float: left;
	}

	.block-layered-nav {
		padding: 0 18px 0 0;
	}

	.block-layered-nav-top .tab {
		height: 35px;
		border: 2px solid #d9d9d9;
		padding: 4px 5px;
		min-width: 185px;
	}
    
    .block-layered-nav .block-title strong {
        font-size: 16px;
        line-height: 22px;
        font-weight: 600;
    }

    
}



@media (max-width: 995px) {
    
    .page-header .mini-wrappers{
        padding: 0;
    }
    
    .main-b-info h2.subtitle {
        font-size: 55px;
        line-height: 55px;
    }
    
    .main-b-info p {
        font-size: 25px;
        line-height: 30px;
    }
    
    body.catalog-product-view {
        padding-bottom: 0;
    }
    
	.tab-nav {
		font-size: 16px;
		font-weight: bold;
		text-transform: none;
	}

	.nav-container, .nav--primary a.level0 {
        font-size: 16px;
        line-height: 24px;
        color: #141414;
	}
    
    div#nav-primary-button{
        display: none;
    }
    
    .nav--primary.expanded .actions a.back{
        font-size: 14px;
        line-height: 20px;
        text-transform: capitalize;
        text-align: left;
    }
    
    .nav--primary li{
        border-bottom: 1px solid #D9D8D6;
    }

	.dock, .block-cart .block-cart-aside .block-content, .block-layered-nav-top li a, .nav--primary.expanded li.parent.active>a {
		background-color: #fff;
		color: #2e2e2e;		
	}

	.block-cart .block-cart-aside .block-content {
		border-left: 2px solid #2e2e2e;
	}

	.dock--left {
		border-right: 2px solid #2e2e2e;
	}
    
    .nav--primary a.level0 {
        position: relative;
    }
    
    .nav--primary.expanded li.parent.active>a:after {
        font-size: 13px;
        line-height: 20px;
        text-transform: capitalize;
        font-weight: 500;
        background: #fff;
        position: absolute;
        top: -46px;
        right: 0;
        color: #131003;
        animation: slide-in .3s forwards;
        -webkit-animation: slide-in .3s forwards;
        text-decoration: underline;
        margin: 0;
        padding: 0;
    }
    .nav-item--mobile, .links-before li, .links-after li, .nav--primary li{
        border-bottom: 1px solid #D9D8D6;
    }
    
    .nav--primary.expanded li.parent.active{
        overflow: inherit;
    }

	.toolbar select {
		height: 44px;
	}

	.hello-user {
		padding: 10px 0 0;
		margin-bottom: 0;
	}

	/*.page-container-wrapper.desktop {
		float: left;
		margin-bottom: -40px;
		background: #f2f2f2;
	}*/

	.contact-widget {
		float: right;
		margin: 9px 20px;
	}

	.banner-set .ban-info {
		right: 44px;
		left: 30px;
	}

	.banner-set .ban-info a.button img {
		display: none;
	}


	.products-grid .product-badges {
		display: block;
	}
    
    li.footer-product-categ-box{
        flex-basis: 30%;
    }
    
    .breadcrumbs{
        padding: 10px 0 0 0;
        background-color: #fff;
    }
    
    .product-collateral .tab-nav {
        border-bottom: 1px solid #D9D8D6;
        text-transform: uppercase;
    }
    
    .product-collateral .tab-nav:hover{
        text-decoration: none;
    }

    .tab-nav{
        padding: 10px 0;
    }
    
    .ajaxcart-modal-footer .button{
        width: 100%;
        margin: 5px auto;
    }
    
    
    .block-cart .block-cart-aside .actions a.view-cart{
        max-width: none;
        float: none;
        width: 100%;
    }
    
    .account-create, .customer-account-login .page-title{
        margin-top: 0;
    }
    
    body.nav-modal-open .icon--menu .diagonal.part-2, body[data-dock=".nav-container"] .icon--menu .diagonal.part-2 {
    margin-top: -15.5px;
    }
    
    
    .page-header .mini-search .form-search input{
        border-radius: 0;
        border: 0;
        color:#131003;
    }

    .page-header .desktop .form-search input:hover,.page-header .desktop .form-search input:focus{
        border: 0;
    }
    
    .block-cart .block-cart-aside .actions a+a {
        margin: 8px 0 0;
    }

    .block-layered-nav li a {
        color: #131003;
    }
    
    .info-block{
        max-height: 450px;
    }
    
    .footer-product-categ-list li:last-child {
        min-width: calc((96%-12px)/3);
    }
    
    header .page-container {
        padding-bottom: 0;
    }
    
    .page-header .mobile .tablet-logo{
        margin: -15px 0 0 0;
        height: 65px;
    }
    
    .page-header .mobile .tablet-logo img{
        min-height: 65px;
    }
}


@media (max-width: 767px) {
    .main-b-info h2.subtitle{
        font-size: 45px;
        line-height: 50px;
    }
    
    .main-b-info p{
        font-size: 22px;
        line-height: 26px;
        margin: 0 auto 24px;
    }
    
	.usp-wrapper>div {
		padding-right: 8px;
	}

	.banner-set>div:first-child {
		padding-right: 0;
	}

	.banner-set>div:last-child {
		padding-left: 0;
	}

	.banner-set .wide-ban, .banner-set>div {
		width: 100%;
		float: none;
		text-align: center;
		margin-bottom: 22px;
	}

	.banner-set .ban-info {
		right: unset;
		left: 50%;
		transform: translateX(-50%);
		width: 100%;
	}

	.page-footer .footer-links ul{
		width: 50%;
		padding-right: 20px;
		margin-bottom: 44px;
	}

	.product-view .product-shop .add-to-links {
		clear: none;
		margin-top: 0;
	}
    
    li.footer-product-categ-box{
        flex-basis: 45%;
        justify-content: center;
    }
    
    .footer-product-categ-list li:last-child {
        min-width: calc((96%-12px)/2);
    }
}


@media (min-width: 641px) and (max-width:995px){
    .usp-wrapper>div{
        padding: 10px;
    }
    
    .usp-wrapper>div img {
        margin-right: 0px;
    }
    
    
    .usp-wrapper>div strong{
        font-size: 16px;
        line-height: 24px;
    }
    
    .usp-wrapper>div img{
        max-width: 90px;
    }
    
    .usp-wrapper p {
        font-size: 12px;
    }
    
    .usp-wrapper-box a{
        font-size: 13px;
    }
}



@media (max-width: 640px) {
	.row-bn .col-6 {
         width:100%;
	}
    
    .row-bn .row{
        display: flex;
    }
    
    .row-bn .row div:first-child{
        text-align: center;
    }
    
    .main-b-info {
        position: relative;
        top: 0;
        z-index: 1;
        transform: none;
        left: 0;
        padding: 20px;
        max-width: 100%;
    }

	.usp-wrapper>div {
		width: 100%;
		justify-content: flex-start;
		margin-bottom: 22px;
	}

	.page-footer .footer-links ul {
		width: 100%;
		padding-right: 0;
        text-align: center;
	}

	.page-footer .footer-links ul li a {
		margin-bottom: 8px;
	}

	.page-footer .page-container {
		padding-top: 44px;
	}
    

    li.payment {
        float: none;
    }
    
    p.amount.amount--has-pages{
        display: none;
}
    
    .cart-totals .checkout-types .btn-checkout{
        width: 100%;
    }
}

@media (max-width: 500px){
    li.footer-product-categ-box{
        flex-basis: 100%;
    }
    
    ul.footer-product-categ-list{
        justify-content: center;
        max-width: 100%;
        margin: 0 auto;
    }
}

@media (max-width: 479px) {
    
    .page-header .mobile .phone-logo{
        height: 78px;
        margin-bottom:8px;
        padding-bottom: 12px;
        border-bottom: 1px solid #D9D8D6;
        min-width: 100%;
        margin-left: -20px;
        margin-right: -20px;
    }
    
    .mini-cart, .page-header .mobile .header-wishlist-count,.page-header .mobile-trigger {
        border-left:0;
    }
    
    .page-container-wrapper.on-mobile.mobile div.page-container {
        border-bottom: 1px solid #D9D8D6;
        padding-bottom: 8px;
    }
    
    h1, .page-title h1, .product-view .product-shop .product-name h1{
        font-size: 19px;
        line-height: 25px;
        font-weight: 500;
    }
    
    header .page-container {
        padding-top: 0;
    }
    
	.main-b-info {
		padding: 20px;
	}
    
    .main-b-info h2.subtitle{
        font-size: 38px;
    }
    
    .main-b-info p {
        font-size: 16px;
        margin: 0 auto 12px;
    }

	.row-wrapper+.row-wrapper {
		margin-top: 0;
	}
    
    .products-widget h2.subtitle{
        margin-top: 20px;
    }

	.product-view .product-shop .add-to-cart button {
		min-width: 165px;
	}

	.banner-set .wide-ban, .banner-set>div, .products-widget h2.subtitle {
		margin-bottom: 15px;
	}

	.usp-wrapper {
		margin-top: -10px;
	}

	.toolbar {
		float: none;
	}

	.filters-mobile-trigger {
		min-width: 100%;
	}

	.usp-wrapper>div:last-child {
		margin-bottom: 0;
	}

	.toolbar .sort-by select {
		width: 88%;
	}

	.page-footer .footer-links ul {
		margin-bottom: 20px;
	}

	.page-footer .footer-links ul{
		margin-bottom: 30px;
	}

	.products-grid .product-name a {
		min-height: auto;
	}

	.main-b-info h2.subtitle {
		line-height: 1.2;
	}
    
    .opc .step-title strong{
        font-size: 13px;
        padding: 6px;
    }
    
    .opc .step-title h2{
        font-size: 14px;
    }
    
    .opc .allow .step-title a{
        font-size: 11px;
    }
    
    .opc .allow .step-title::before{
        left: 12px;
        width: 21px;
    }
    
    #opc-billing .step #co-billing-form ul .chose-entity input[type=radio]+label {
        width: 50%;
        padding: 10px;
        font-size: 13px;
    }
    
    .icon--menu{
        width: 35px;
    }
    
    .icon--menu span{
        height: 2px;
    }
    
    .nav-mobile-trigger{
        margin-top: 6px;
    }
    
    .usp-wrapper>div{
        margin-bottom: 10px;
    }
    
    body.nav-modal-open .icon--menu .diagonal.part-2, body[data-dock=".nav-container"] .icon--menu .diagonal.part-2 {
        margin-top: -12px;
    }
    
    .category-products > .toolbar > .pager {
        display: none;
    }
    
    .opc .step #billing-new-address-form #shipping-address-wrapper input[type=radio]+label{
        width: 100%;
        text-align: center;
    }
    
    .opc-billing #shipping-address-wrapper .shipping-address-fields li.control{
        margin: 0 0 8px;
    }
    
    .footer-product-categ-list li:last-child {
        min-width: 100%;
    }
    
    .page-footer {
        text-align: left;
    }
    
    
}


@media (max-width:370px){

    .usp-wrapper>div{
        padding: 10px;
    }
    
    .usp-wrapper>div strong{
        font-size: 20px;
        line-height: 24px;
    }
    
    .usp-wrapper>div img{
        max-width: 110px;
    }
    
    .usp-wrapper p {
        font-size: 14px;
    }
    
    .usp-wrapper-box a{
        font-size: 16px;
    }
}

/* added 25-01-2021 */
h2.category-name{
font-size:20px;
font-weight:700;
text-align:center;
}


