@font-face{font-family:'journal-icons';src:url('//s.cdnmpro.com/217120290/content/journal-icons.woff') format('woff');font-weight:normal;font-style:normal}

[data-icon]:before{font-family:'journal-icons';content:attr(data-icon);speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}


/* family */
.prod-family-list {
    justify-content: flex-start;
    }

.prod-family-list a {
    border-radius: 0;
    max-height: 4rem;
    max-width: 4rem;
    }

.prod-family-list a img {
    border-radius: 0;
    }

/* Sections */

body {
	color: #000;
}

.container {
    max-width: 1600px;
}

.main {
	padding: 1rem 0;
}

/* Links */

a {
	color: #000;
}

a:hover {
	color: #333;
}

/* Buttons */

.btn-primary,
.btn-primary:disabled,
.btn-primary.disabled {
	background: #5c2129;
	border: 1px solid #5c2129;
	color: #fff;
	text-transform: uppercase;
	transition: all .5s;
}

.btn-primary:hover,
.btn-primary:not(:disabled):not(.disabled):active {
	background: #be6050;
	border-color: #be6050;
	color: #fff;
}

.btn-secondary,
.btn-secondary:disabled,
.btn-secondary.disabled {
	background: #fff;
	border-color: #be6050;
	color: #be6050;
	text-transform: uppercase;
}

.btn-secondary:hover,
.btn-secondary:not(:disabled):not(.disabled):active {
	background: #be6050;
	border-color: #be6050;
	color: #fff;
}

/* Icons */

.icon-shopping-cart::before {
	content: "\ec04";
}

/* Header */

.header-search {
	margin: .5rem auto;
	width: 40%;
}

.header-search-form {
	border-radius: 2px;
	overflow: hidden;
	width: 100%;
}

.form-control.header-search-input {
	background: #fff;
	border: none;
	color: #333745;
	height: 40px;
	max-width: 100%;
	min-width: 0;
	padding: .375rem 3.75rem .375rem .75rem;
}

.form-control.header-search-input:focus {
	background: #fff;
	border-color: #f06;
}

.header-search-btn {
    background: #fff;
    border: none;
    border-left: solid 1px #ccc;
    color: #863386;
    font-size: 20px;
    font-weight: 700;
    height: 40px;
    width: 40px;
    padding: 0;
    transition: all .5s;
}

.header-search-btn:hover {
	background: #fafafa;
	color: #863386;
}

.header-search-clear-btn {
	right: 40px;
}

.header-search-advanced {
	display: none;
}

[data-counter]::after {
	background-color: #f06;
}

.popper-popover-mega-menu {
	margin: 0;
}

.header-menu .popper[x-placement^="bottom"] {
    background: #f5cbbe;
    margin-top: 0px;
    box-shadow: 0 1px 8px -3px rgb(0 0 0 / 50%);
}

.mega-menu-col .list-item a,
.mega-menu-col .list-parent a {
    color: #5c2129;
    font-size: 14px;
    padding: 10px;
    width: 100%;
}

.mega-menu-col .list-item a:hover,
.mega-menu-col .list-parent a:hover {
    background: rgba(255,255,255,0.25);
    text-decoration: none;
}

.mega-menu-col .list-item a::before {
    font-family: 'journal-icons';
    content: '\f054';
    font-size: 14px;
    color: #be6050;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.mega-menu-col > .cat-parent {
	margin: 0;
}

.cat-parent {
	margin: 0;
	text-transform: uppercase;
}

.cat-item + .cat-parent {
	margin-top: .75rem;
}

@media (min-width: 992px) {
	body.fixed {
	    padding-top: 206px;
	}
	.header {
	    position: static;
	    top: -206px;
	    transition: top .5s ease-out;
	}
	body.fixed header {
		left: 0;
		position: fixed;
		top: 0;
		width: 100%;
		box-shadow: 0px 1px 20px rgb(0 0 0 / 45%);
	}
	body.fixed .header-top,
	body.fixed .header-middle {
	    display: none!important;
	}
	.header-top {
		background: #be6050;
	}
	.header-top-link {
		color: #fff;
		font-size: .6875rem;
		text-transform: uppercase;
		transition: all .5s;
	}
	.header-top-link:hover {
		color: #fff;
	}
	.header-logo {
		color: #fff;
		margin-right: 0;
	}
	.header-logo:hover {
		color: #fff;
	}	
	.header-cart {
		color: #fff;
		transition: all .5s;
	}
	.header-cart:hover {
		color: #fff;
	}
	.header-cart .icon-shopping-cart {
		font-size: 2rem;
	}
	.header-middle {
		background-color: #f5cbbe;

	}
	.header-bottom {
		background: #5c2129;
		padding: 0;
	}
    .popper-popover-mega-menu .mega-menu-col {
        margin: 0;
        padding: 0;
    }
	.header-menu > .navbar-nav {
		margin-left: -.875rem;
		justify-content: center;
	}
	.header-menu .header-menu-item > .header-menu-link {
        color: #fff;
        font-size: .9375rem;
        padding: .625rem;
        transition: 150ms all ease-in-out;
        font-weight: 700;
	}
	.header-menu .header-menu-item:hover > .header-menu-link {
        background-color: #be6050;
        color: #fff;
        transition: all .5s;
	}
}

@media (max-width: 991.98px) {
	.header-middle-container {
		background: #f5cbbe;
	}
	.header-icon,
	.header-icon:hover {
		color: #fff;
	}
}

/* Index */

.block-products-index {
	margin: .75rem 0 1rem;
}

.block-products-index .title-primary {
	border-bottom: 1px solid #333;
	font-size: 1.1875rem;
	margin: .75rem 0 1rem;
	padding-bottom: 1rem;
	text-align: center;
}

/* Catalog */

.article-box .article-item {
	transition: box-shadow .5s;
}

.prod-box .prod-item {
    border: 1px solid #a9b8c0;
    border-radius: 2px;
    padding: 0;
}

.prod-box .prod-item:hover,
.article-box .article-item:hover {
    border: 1px solid #a9b8c0;
}

.prod-body {
    padding: 0 10px;
}

.prod-list.carousel-prod-list .prod-item {
    padding: 1rem .5rem;
}

#sidebar_box_recent_views_content .prod-item {
    border: none;
}

.prod-box .prod-title,
.article-box .article-title {
	color: #333;
	font-weight: 700;
}

.prod-box .prod-title:hover,
.article-box .article-title:hover {
	text-decoration: none;
}

.prod-box .prod-title {
    color: #383838;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.prod-box .prod-price,
.prod-box .prod-price-with-taxes {
    color: #ea2349;
    font-weight: 700;
    font-size: 16px;
}

.prod-box .prod-price-old,
.prod-box .prod-price-old-with-taxes {
    color: #383838;
    font-size: 14px;
}

.prod-box .prod-cat {
	font-size: .8125rem;
	color: #333;
}

.prod-box .prod-desc,
.article-box .article-preview,
.prod-box .brand-desc {
	color: #333;
}

.pagination .page-link {
	background-color: #fff;
	border: 1px solid #fff;
	margin-left: 0;
}

.pagination .page-link:hover {
	background-color: #fff;
	border-color: #fff;
}

.pagination .page-item-mobile .page-link,
.pagination .page-item.active .page-link {
	background-color: #fff;
	border-color: #424242;
	font-weight: 700;
}

.pagination .page-item.disabled .page-link {
	border-color: #fff;
}

.title-secondary + .block-products-catalog {
	border-top: 1px solid #e9ecef;
	padding-top: .75rem;
}

.prod-variants-label {
    display: none;
}

.prod-variants > a {
    font-size: 11px;
    border: 1px solid #383838;
    color: #383838;
    padding: 2px;
    display: inline-block;
    margin: 2px 0;
}


@media (min-width: 992px) {
	.pagination .page-item.active .page-link {
		color: #f63366;
	}
}

@media (max-width: 991.98px) {
	.prod-img-link {
		height: auto!important;
	}
}

/* Buy */

.site-blog-post .title-primary:not(.title-blog),
.site-buy .title-primary:not(.title-buy) {
	border-bottom: 1px solid #e9ecef;
	margin-bottom: 1rem;
	padding-bottom: .75rem;
}

.row-prod-specifications.row-prod-price .prod-price,
.row-prod-specifications.row-prod-price-with-taxes .prod-price-with-taxes {
	color: #333;
	font-size: 1.625rem!important;
}

.row-prod-specifications.row-prod-price-old .prod-price-old,
.row-prod-specifications.row-prod-price-old-with-taxes .prod-price-old-with-taxes {
	color: #666;
	font-size: 1.125rem;
}

.row-prod-specifications.row-prod-price-old + .row-prod-price .prod-price,
.row-prod-specifications.row-prod-price-old-with-taxes + .row-prod-price-with-taxes .prod-price-with-taxes {
	color: #f06;
}

.buy-social-icons .buy-social-icon {
	color: #424242;
}

.nav-buy-wrap {
	background: #fff;
}

.nav-buy-sticky::before {
	border-bottom: 1px solid #d9d9d9;
}

.nav-buy .nav-link {
	border-bottom: 1px solid #d9d9d9;
	color: #666;
	font-weight: 400;
	text-transform: uppercase;
}

.nav-buy .nav-link:hover,
.nav-buy .nav-link.active {
	border-bottom: 1px solid #333;
	color: #333;
}

#buy_prod_specifications_form .row-prod-specifications .label-prod {
	color: #313131;
	font-size: 14px;
	font-weight: bold;
	display: inline-block;
	margin: 0;
	padding: 0 5px 5px 0;
}

#buy_prod_specifications_form .row-choice .form-group  {
	display: inline-block;
	position: relative;
}

#buy_prod_specifications_form .row-choice .custom-radio .custom-control-label::before,
#buy_prod_specifications_form .row-choice .custom-radio .custom-control-label::after {
	display: none;
}

#buy_prod_specifications_form .row-choice  .custom-control {
	padding-left: 0;
}

#buy_prod_specifications_form .row-choice .custom-control-label {
	background: #fff;
	border: 1px solid #666;
	color: #313131;
	cursor: pointer;
	display: inline-block;
	font-size: 17px;
	font-weight: 700;
	height: 44px;
	line-height: 42px;
	margin: 0 5px 5px 0;
	min-width: 44px;
	padding: 0 3px;
	text-align: center;

}

#buy_prod_specifications_form .row-choice .form-group.disabled .custom-control-label {
	background: #FFFFFF;
	border: 1px solid #EEEEEE;
	color: #CCCCCC;
}

#buy_prod_specifications_form .row-choice .custom-control-label:hover, 
#buy_prod_specifications_form .row-choice .form-group.active .custom-control-label {
	background: #313131!important;
	color: #FFFFFF!important;
	border: 1px solid #313131!important;
}


@media (max-width: 991.8px) {
	.nav-buy-wrap {
		border-bottom: 1px solid #d9d9d9;
	}
	.nav-buy .nav-link {
		border: 0;
	}
}

@media (min-width: 992px) {
	.title-buy,
	.title-blog {
		font-size: 1.625rem;
	}
}

/* Footer */

.footer-trusted-icons {
    color: #f4f4f4;
}

.footer-trusted-icon {
    margin-bottom: 5px;
}

.footer-trusted-icon > div:nth-of-type(1) {
    background-color: #be6050;
    width: 70px;
    height: 70px;
    line-height: 70px;
    border-radius: 50%;
    margin-right: 10px;
    text-align: center;
}

.footer-trusted-icon > div:nth-of-type(2) {
    width: calc(100% - 80px);
}

.footer-trusted-icon > div:nth-of-type(2) > div:nth-of-type(1) {
    font-size: 16px;
    font-weight: 700;
}

.footer-trusted-icon > div:nth-of-type(2) > div:nth-of-type(2) {
    font-size: 14px;
}

.footer-top-row {
	border-top: 1px solid #ddd;
}

.footer-top-recent-views .prod-box {
	margin-top: .5rem;
}

.filter-tag {
	border: 1px solid #203139;
	border-radius: 3px;
	color: #000;
}

.filter-tag:hover,
.filter-tag:focus {
	background-color: #203139;
	color: #fff;
}

#newsletter_email {
    height: 42px;
    border: 2px solid #5c2129;
    border-right: none;
}

.btn-newsletter.btn-newsletter {
    background: #5c2129;
    border-color: #5c2129;
    border-radius: 0 2px 2px 0!important;
    padding: 0 12px;
    width: auto;
    height: 42px;
    text-transform: none;
    font-size: 14px;
    font-weight: 700;
}

.btn-newsletter:hover {
	background: #be6050;
	border-color: #be6050;
}

#message_newsletter_email {
    color: #fff;
}

.footer-middle {
	background: #e0a997;
}

.footer-bottom {
    color: #fff;
    background: #5c2129;
    box-shadow: 0 0 9px rgb(0 0 0 / 30%);
}

.footer-bottom-link {
	color: #fff;
}

.footer-bottom-link:hover,
.footer-bottom-link:focus {
	color: #fff;
	text-decoration: none;
}

.footer-bottom-sides {
	padding: 1rem 0;
}
	
.footer-middle .gray {
	color: #fff;
}

.footer-middle-title {
    color: #5c2129;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    border-bottom: 1px solid #ffdfe0;
    padding: 12px 0;
    margin-bottom: 12px;
}

.footer-middle-toggle {
    background: none;
    color: #fff!important;
}

.footer-middle-item .footer-middle-link {
    color: #fff;
    font-size: 12px;
    padding: .1875rem 0;
    transition: all .5s;
    text-transform: uppercase;
}

.footer-middle-item .footer-middle-link:hover {
	color: #fff;
	padding-left: .3125rem;
}

.footer-social-icons .footer-social-icon {
	background: none;
	border: 2px solid #fff;
	color: #fff;
}

/* Promo */

[class^="promo-"] {
    border-radius: 0;
}

.prod-list-img-responsive .prod-img {
    object-fit: cover;
}

.cats-banner {
    padding: 2rem 0 1rem 0;
    }

.cat-banner {
    background: #fff;
    border: 2px solid #ebebeb;
    border-radius: .25rem;
    margin-bottom: 1rem;
    padding: .5rem;
    }

.cat-banner .cat-link {
    font-size: 1rem;
    font-weight: 500;
    }

.cat-banner img {
    border-radius: 50%;
    height: auto;
    margin-right: 1rem;
    max-width: 3rem;
    }
    
@media (max-width: 991.98px) {
    	.home-cats {
		padding: .5rem;
	}



    .cat-list {
        border: 2px solid #ebebeb;
        border-radius: .3125rem;
        margin-bottom: 1rem;
        padding: .25rem;
        }
    	
	/*.cat-list .cat-pic {
		background: #ebebeb;
		border-radius: 50%;
		padding: 1rem .5rem;
	}*/
	
	.cat-list .cat-pic img {
	    border-radius: 50%;
		height: auto;
		margin: 0 1rem 0 0;
		max-width: 3rem;
	}
	
	.cat-list-detail a {
		font-size:.9125rem;
		font-weight: 600;
	}
    }
    
  
.site-buy form .label-prod::before {
    background: url(https://s.cdnmpro.com/217120290/content/greencheck.png) no-repeat top left / cover;
    content: "";
    display: inline-block;
    height: .9125rem;
    margin-right: .3125rem;
    width: .9125rem;
    }
    
.site-buy form .row-prop-1 .label-prod::before {
    display: none
    }

.row-shop-phone {
    border-bottom: 1px solid #ebebeb;
    border-top: 1px solid #ebebeb;
    padding: .5rem 0;
    }    

.row-shop-phone span {
    font-weight: bold;
    }
.row-shop-phone b {
    padding-right: .25rem;
    }
 
 
.prod-extra-details {
    margin: .75rem 0;
    padding: .5rem 0;
    }
 .extra-details-row {
     
     }
    
.extra-details-row span {
    padding-right: .25rem;
    }
    
.extra-details-row span img {
    height: auto;
    width: 1rem;
    }    
    
.custom-label {
    padding-bottom: .75rem;
    }
    
@media (min-width: 992px) {
    .row-shop-phone {
        max-width: 40rem;
        }
    }
.tabel-marimi {
    padding: .75rem 0 1.25rem 0;
    }
    
.row-family-prods .label-prod:before {
    display: none !important;
    }
  
.subcat-item {
    border: 0;
    border-radius: 1rem;
    overflow: hidden;
    padding: 0 0 .5rem 0;
    }  
    
.subcat-item img {
    border-radius: 1rem;
    margin: auto;
    max-width: 90%;
    }
.subcat-thumb-link {
    background: none;
    }
@media (min-width: 992px) {
    #accordion {
        max-width: 40rem;
        }
        
    .subcat-thumb-link {
        margin-bottom: .25rem;
        }
        
    .has-sidebar .subcat-box,
    .subcat-box, .subcat-list[data-cols="4"] .subcat-box {
        flex-basis: 85px;
        max-width: 85px;
        }
        
    .subcat-name-link,
    .subcat-thumb-link-empty .subcat-no-thumb {
        font-size: .75rem;
        font-style: normal;
        font-weight: 600;
        padding: 0 0.25rem;
        }
    
    
    }

@media (max-width: 991.98px) {
    .subcat-list {
        flex-flow: row nowrap;
        overflow-x: auto;
    }
    .subcat-list > div {
        flex: 0 0 25%;
        padding: .25rem 0.5rem;
    }    
    .subcat-name-link,
    .subcat-thumb-link-empty .subcat-no-thumb {
        font-size: .75rem;
        font-style: normal;
        font-weight: 500;
        }

}

.acc-trigger {
        background: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    padding: .5rem;
    position: relative;
    }

.acc-trigger:after {
    content: '';
    font-size: 2rem;
    font-weight: 400;
    position: absolute;
    right: 0.5rem;
    top: -0.5rem;
}

.acc-trigger[aria-expanded="true"]::after {
    content: "-";
}

.acc-trigger[aria-expanded="false"]::after {
    content: "+";
}

.acc-tab-content {
    padding: .5rem;
    }


.row-choice .label-prod {
    display: block;
    width: 100%;
    }
    
    
@media (max-width: 991.98px) {
    body {
    padding-top: 4.75rem;
    }
    .header-bottom{
    top: 4.75rem;
}

    .mobile-phone {
        background: #5C2129;
        color: #fff;
        padding: .125rem 0;
        }
 .mobile-phone a {
     color: #fff;
     }
    
    }
    
@media (max-width: 991.98px) {
    
    .nsl-box .footer-middle-toggle::before {
        display: none;
        }
    
    }
    
.mobile-phone .icon {
    display: none;
}

.v3-badge-coupon {
    background-color: rgba(255, 255, 255, 0.7);
    left: 0;
    font-size: .75rem;
}

.row-prod-specifications.row-prod-price.row-price.row-message span {
    display: flex;
    justify-content: space-between;
    align-items: center;
}   

.coupon-code-label {
    background-color: rgba(255, 0, 0, 0.9);
    color: white;
    padding: .125rem .25rem;
    font-size: .875rem;
    font-weight: 600;
}

@media (min-width: 991.98px) {
    .coupon-code-label {
        font-size: 1rem;
        padding: .25rem;
    }   
}


.v3-custom-free-shipping {
    left: -7px;
    top: -7px;
    width: 100px;
    height: 100px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: contain;
}
.v3-custom-free-shipping-prod {
    left: -7px;
    top: -7px;
    width: 100px;
    height: 100px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: contain;    
    z-index: 1;
}
@media (min-width: 960px) {
    .v3-custom-free-shipping-prod {
        left: 4px;
    }
}

.v3-badge-free_shipping, .promos-free-shipping-summary {
    display: none;    
}

.toggle-text-collapsed::before {
    z-index: unset;    
}