/*
font-family: 'DM Sans', sans-serif;
font-family: 'Montserrat', sans-serif;
font-family: 'Yeseva One', cursive;
*/​

:root{
    --black-p: #000;
    --black-s: #292828;
	--black-t: #353536;
    --white-p: #fff;
    --blue-p: #79e2c2;
    --grey-p: #888;
    --grey-s: #646464;
    --grey-t: rgba(41, 40, 40, 0.1);
    --grey-f: #979797;
    --grey-e: #fafafa;
    --grey-o: #d8d8d8;
    --grey-r: #f1f1f1;
    --grey-b: #f8f9fa;
    --grey-z: #f8f8f8;
    --grey-l: #959191;
    --rouge: #c1103b;
    --green-p: #729979;
    --green-s: #c8e28d;
    --green-t: #4acf62;
	--green-l: #01c29b;
    --brown-p: #97907f;
    --red-p: #a52a2a;
    --red-s: #ff0000;
	--red-d: #d11149;
	--red-t: #a52a2a;
    --blue-p: #1b225c;
    --blue-s: #f1f3f6;
    --orange-p: #ffa430;
    --font-primary: 'Dosis', sans-serif;
    --font-secondary: 'Dosis Medium', sans-serif;
	--font-bold: 'Dosis Bold', sans-serif;
}

@font-face {
    font-family: 'Dosis Bold';
    src: url('../fonts/Dosis-Bold.ttf') format('truetype');
    font-display: swap;
}

@font-face {
    font-family: 'Dosis';
    src: url('../fonts/Dosis-Regular.ttf') format('truetype');
    font-display: swap;
}

@font-face {
    font-family: 'Dosis Medium';
    src: url('../fonts/Dosis-Medium.ttf') format('truetype');
    font-display: swap;
}

html{
    -ms-overflow-style:-ms-autohiding-scrollbar;
    overflow:scroll;
    overflow-x:hidden;
    scroll-behavior:smooth;
}

*:focus {
    outline: 0;
    outline: none;
}

body{
    font-family: var(--font-primary);
    font-size:16px;
    color:var(--black-p);
    position:relative;
    left:0;
    overflow:hidden;
    overflow-x:hidden;
    font-weight:400;
}
h1,h2,h3,h4,h5,p{
    margin:0;
    padding:0;
}
h1{
    font-family: var(--font-bold);
    font-size:30px;
    color:var(--black-p);
}
h2{
    font-family: var(--font-bold);
    font-size:30px;
    color:var(--black-p);
}
h3{
    font-family: var(--font-secondary);
    font-size:30px;
    color:var(--black-p);
}
h4{
    font-family: var(--font-secondary);
    font-size:18px;
    color:var(--black-p);
}
h5{
    font-family: var(--font-secondary);
    font-size:12px;
    color:var(--black-p);
}
p{
    font-family: var(--font-primary);
    font-size:16px;
}
.bg-lightgrey{
    background-color:var(--lightgrey)
}
.bg-green{
    background-color:var(--green)
}
button{
    outline:0!important;
}
button:active,button:focus{
    outline:0!important;
    box-shadow:none;
}

button:hover{
    cursor:pointer;
}
a{
    color:var(--black-p);
    transition:.3s;
}
a:hover{
    text-decoration:none !important;
    color:var(--green-l);
}
img:focus{
    outline:0!important;
    outline: none !important;
}

.btn:focus{
    box-shadow:none;
}
section{
    padding:25px 0;
}
.header{
    position:relative
}
.header .left{
    height:380px;
    width:50%;
    float:left;
}
.header .middle{

    height:430px;
    width:100%;
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
}
.header-body{
    color:var(--white);
    padding:0 300px;
}
.header-body h2{
    font-size:40px
}
.header-body h4{
    font-family:cover-sans-bold,sans-serif;
    font-size:14px;
    text-align:center
}
.header-link{
    text-transform:uppercase;
    font-size:14px;
    color:var(--white);
    background:0 0;
    letter-spacing:1.17px;
    border:none;
    padding:10px 40px;
    border-radius:4px;
    transition:.3s all;
    border:2px solid var(--green)
}
.header-left .header-link:hover{
    border:2px solid var(--white);
    color:var(--white-p);
}
.right .header-link:hover{
    border:2px solid var(--white);
    color:var(--white)
}
.slick-list{
    transition-delay:.1s
}
.header-link:hover{
    background:0 0;
    border:2px solid var(--white);
    color:var(--white)
}
.header .right{
    float:left;
    width:50%;
    text-align:center;
    position:relative;
    height:380px;
    background-color: var(--grey-p);
}
#headers{
    background-color:var(--black)
}
.single_header{
    position:relative
}
.header-left{
    float:left;
    width:50%;
    height:510px;
}
.header-right{
    float:right;
    width:50%;
    text-align:center;
    position:relative;
    height:510px;
}
.header-left .content{
    display:flex;
    align-items:center;
    justify-content:center;
    height:100%;
    flex-direction:column;
}
.header .right .content{
    display:flex;
    align-items:center;
    justify-content:center;
    height:100%;
    flex-direction:column;
}
.header h1{
    font-size:30px;
    color:var(--black);
}
.header h2{
    font-size:40px;
    margin-top:10px;
    margin-bottom:35px;
    line-height:1.38;
    color:var(--white)
}
.header h4{
    font-size:18px;
    color:var(--white-p);
}
.slick-dots li{
    margin:0 35px;
}
.slick-dots li button:before{
    border-bottom:2px solid var(--white-p);
    font-family:unset;
    width:72px;
    content:'';
}
.slick-dots{
    bottom:40px;
    left: 50%;
    width: 50%;
}
.header a:hover{
    opacity:.8
}
.header_arrows{
    display:none;
}
.header_arrows li{
    list-style:none;
    display:inline-block
}
.header_arrows li img{
    cursor:pointer
}
.header_arrows li.prev img{
    margin-top:-1px
}
.header_arrows li img{
    transition:.3s all
}
.header_arrows li img:hover{
    opacity:.5
}
.top-nav{
    font-size:12px;
    width:100%;
    display:flex;
    justify-content:space-between;
    align-items:center;
    height:33px;
    background-color:var(--lightgrey);
    letter-spacing:.86px
}
.left-nav{
    margin:0 15px;
    display:flex
}
.left-nav div{
    margin:0 15px
}
.vertical-line:after{
    content:'|';
    color:var(--grey);
    position:relative;
    left:17px;
}
.right-nav{
    margin:0 15px;
}
.right-nav a{
    margin:0 15px;
}
.log-out img{
    position:relative;
    margin-bottom:1px;
}
.log-out{
    margin:0 8px;
    font-size:12px;
    color: var(--white-p);
}
.log-out:hover{
    /*color:var(--black-p);*/
    opacity:.7;
}
.administration {
    font-size: 12px;
    color: var(--white-p);
    transition: .3s all;
}
.administration:hover {
    opacity: 0.7;
}
footer{
    padding:60px;
    color:var(--white-p);
    font-size:14px;
    background-color:var(--black-s);
}
footer h5{
    text-transform:uppercase;
    color:var(--white);
}
footer a{
    margin:8px 0;
    font-size:14px;
    letter-spacing:1px;
    color:var(--white-p);
}
.social-icons img{
    transition:.3s all;
}
.social-icons img:hover{
    transform:scale(1.2)
}
.bottom-div{
    background-color:var(--black);
    color:var(--white);
    text-align:center;
    padding:6px;
    font-size:12px
}
.slider-background{
    color:var(--white-p);
    background-color:var(--black-p);
    height:31px;
    width:100%;
    font-size:10px;
    z-index:1000;
    font-weight:bold;
}
.slider-background a {
    color: var(--white-p);
    transition: .3s all;
}
.slider-background a:hover {
    opacity: 0.7;
}
.header-discounts{
    opacity:0;
    visibility:hidden;
    transition:opacity 1s ease;
    -webkit-transition:opacity 1s ease;
}
.header-discounts a {
    text-decoration: underline;
}
.prev-arrow{
    content:"";
    background-image:url(../images/icons/left-arrow-slider.svg);
    height:40px;
    width:10px;
    background-position:center;
    background-repeat:no-repeat;
    background-size:10px 10px;
    position:absolute;
    left:0;
    top:0;
    cursor:pointer;
    z-index:2;
}
.next-arrow{
    content:"";
    background-image:url(../images/icons/right-arrow-slider.svg);
    height:40px;
    width:10px;
    background-position:center;
    background-repeat:no-repeat;
    background-size:10px 10px;
    position:absolute;
    right:0;
    top:0;
    cursor:pointer;
    z-index:2;
}
.show-profile{
    display:none
}
.show-cart{
    display:none
}
#list-item{
    display:none
}
.top-nav-mobile{
    display:none
}
.show-all-products{
    font-family:gunterz-regular,sans-serif;
    text-decoration:underline;
    text-transform:uppercase;
    color:var(--menu);
    font-size:12px;
    letter-spacing:.3px;
    margin:0 auto;
    margin-top:50px
}
.link-bottom {
    position: relative;
}
.link-bottom .card-text {
	padding-top: 20px;
	padding-bottom: 10px;
}
.product-quantity {
    position: relative;
    bottom: 46px;
    display: flex;
    justify-content: center;
    align-content: center;
    cursor: pointer;
    margin-top: 0;
    flex-wrap: wrap;
    height: 30px;
}

.product-quantity .pointer-events {
    border: 1px solid var(--brown-p);
    font-size: 12px;
    padding: 2px 6px;
    margin: 2px;
}

.product-quantity .product-quantity-div {
    border: 1px solid var(--brown-p);
    font-size: 12px;
    padding: 2px 6px;
    margin: 2px;
    transition: .3s all;
}
.product-quantity .product-quantity-div.active-box {
    transition: none;
}

.product_page .right_price_box .best_buy {
    height: 24px;
    line-height: 24px;
    position: absolute;
    width: 100%;
    left: 0px;
    top: -23px;
    text-transform: uppercase;
    border-radius: 4px;
    background-color: var(--green-p);
    font-size: 12px;
    color: var(--white-p);
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.product_page .right_price_box .selected_buy {
    outline: 2px solid var(--black-p) !important;
    background-color: var(--grey-t);
    transition: none;
}

.product_page .similar_taste{
    margin: 30px 0;
    margin-bottom: 45px;
    position: relative;
}

.similar_taste_arrows {
    list-style: none;
    padding: 0;
    position: absolute;
    right: -20px;
    top: 50%;
    transform: translate(0%, -50%);
    cursor: pointer;
    transition: .3s all;
}

.product_page .similar_taste label {
    margin-top: 30px;
    font-size: 12px;
    letter-spacing: normal;
}

.product_page .similar_taste li{
    margin-right: 10px;
    vertical-align: top;
}

.product_page .similar_taste .single_product{
    display: block;
    width: 95px;
}

.product_page .similar_taste .single_product .bg{
    height: 90px;
    position: relative;
    background-color: #ffffff;
    width: 100%;
    transition: .3s;
}

.product_page .similar_taste .single_product .bg img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.product_page .similar_taste .single_product .bg.active {
    border-radius: 4px;
    border: solid 2px var(--black-p);
}

.product_page .similar_taste .single_product .bg {
    border: 1px solid var(--grey-o);
    border-radius: 4px;
}

.product_page .similar_taste .single_product:hover .bg {
    opacity: 0.8;
    color: var(--black-p);
}

.product_page .similar_taste .single_product h4{
    font-family: var(--font-primary);
    font-size: 10px;
    color: var(--black-p);
    text-transform: uppercase;
    margin-top: 6px;
    text-align: left;
    font-weight: 400;
}
.disabled-box {
    text-decoration: line-through;
    background-color: var(--btngrey);
    pointer-events: none;
}

.product-quantity .product-quantity-div:hover {
    background-color: var(--green-p);
    border: 1px solid transparent;
    color: var(--white-p);
}
.informations{
    padding:40px 0;
}
.pills-list a{
    border-bottom:2px solid var(--grey);
    color:var(--black)!important
}
.pills-list .active-pill{
    border-bottom:2px solid var(--black)
}
.nav-pills .nav-link{
    font-family: var(--font-primary);
    border-radius:0;
    font-size:13px;
    color:var(--grey-s)!important;
    padding:0px!important;
    margin: 0 10px;
    text-transform:uppercase;
    transition: .3s all;
}
.nav-pills .nav-link:hover{
    opacity: 0.4;
}
.nav-pills .nav-link.active,.nav-pills .show>.nav-link{
    background:0 0;
    border-bottom:0.5px solid var(--black-p);
    color:var(--black-p)!important;
    border-radius:0;
    text-transform:uppercase;
}
.product-img-wrapper{
    position: relative;
    height:160px;
    width:100%;
    overflow:hidden;
}
.card-bottom {
    display: flex;
    justify-content: end;
	flex-direction: row-reverse;
    gap: 7px;
    align-items: center;
}
.product-img{
    height:100%;
    width:100%;
    object-fit: contain;
}
.price-with-discount {
    color: var(--red-p);
    font-weight: bold;
}

.product_page .price-with-discount {
    font-family: var(--font-primary);
    font-size: 32px;
    color: var(--black-p);
    font-weight: normal;
}
.product_page .card-bottom .price-with-discount {
    color: var(--red-p);
    font-weight: bold;
    font-size: 16px;
}
.logo {
	width: 100%;
}
.logo-img{
    filter:brightness(10%);
    background-color:inherit
}
.product-title{
    font-size: 16px;
    text-align: left;
    max-height: 2.4em;
	height: 2.4em;
    line-height: 1.2em;
	font-family: var(--font-primary);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.product-price{
    font-size:16px;
    text-align:center
}
.about-us{
    position:relative;
    padding:100px 0
}
.green-background{
    height:100%;
    width:30%;
    background-color:var(--green);
    position:absolute;
    right:0;
    top:0
}
.sinter-image-wrapper{
    z-index:1;
    left:2rem
}
.btn-wrapper{
    margin-top:50px;
    display:flex;
    gap:30px;
    padding:0 30px
}
.grid-container{
    display:grid;
    grid-template-columns:1fr 1fr;
    grid-gap:20px;
    height: 370px;
}
:is(.grid-item-1, .grid-item-2, .grid-item-3):hover {
	opacity: 0.8;
	transition: all .3s;
}
.grid-wrapper:after {
	content: url('../images/icons/big-right-arrow.svg');
	width: 16px;
	height: 16px;
	position: absolute;
	right: 1.25rem;
	bottom: 1rem;
	transition: all .15s ease-in-out;
}
:is(.grid-item-1, .grid-item-2, .grid-item-3):hover .grid-wrapper:after {
	right: 1rem;
	transition: all .15s ease-in-out;
}
.grid-item-1{
    position:relative;
    grid-row:span 2;
    transition:.3s all;
    height: 370px;
}
.grid-item-1 .grid-wrapper {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 50%;
	height: 50%;
	background-color: var(--green-l);
}
.grid-item-2{
    position:relative;
    grid-row:span 1;
    transition:.3s all;
    height: 175px;
	width: 50%;
	left: 50%;
}
.grid-item-2 .grid-wrapper {
	position: absolute;
	left: -100%;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: var(--green-l);
}
.grid-item-3{
    position:relative;
    grid-row:span 1;
    transition:.3s all;
    height: 175px;
	width: 50%;
}
.grid-item-3 .grid-wrapper {
	position: absolute;
	left: 100%;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: var(--green-l);
}
.grid-wrapper .grid-text {
	transform: translateY(-50%);
	top: 50%;
	bottom: unset;
	left: 2em;
}
.grid-text * {
	color: var(--white-p);
}
.grid-text{
    position:absolute;
    bottom: 13%;
    left: 6%;
}
.btn-secondary{
    border:1px solid var(--black-p);
    background:0 0;
    height: 45px;
    padding: 0 40px;
    color:var(--black-p);
    font-size:14px;
    text-transform: uppercase;
    white-space:nowrap;
    transition:.3s all;
}
.btn-secondary:hover{
    background-color:var(--green-l);
    border:1px solid transparent;
}
.btn-secondary:focus {
    outline: none;
    box-shadow: none;
}
.breadcrumb{
    background:0 0;
    font-size:13px;
    text-transform:uppercase;
    color:var(--white);
    padding:0;
    margin-bottom:5px;
}
.btn-products{
    border:1px solid var(--btngrey);
    background-color:var(--white);
    padding:7px 40px;
    margin:10px;
    transition:.3s all;
}
.btn-products:hover{
    filter:brightness(90%);
    border:1px solid transparent;
}

.products-section .breadcrumb-item{
    z-index:1;
}
.filter-products-form .breadcrumb-item+.breadcrumb-item::before{
    color:var(--black-p);
}
.breadcrumb-item+.breadcrumb-item::before{
    color:var(--black-p);
}
.products-section .breadcrumb{
    opacity:.8;
    margin-top:2rem
}
.products-section .breadcrumb-item.active a{
    text-transform: none;
    opacity:.8
}
.products-section .breadcrumb-item.active a:hover{
    opacity:.8
}
.products-section .breadcrumb-item a:hover{
    opacity:.6
}
.products-section .breadcrumb-item a{
    font-size: 13px;
    color:var(--black-p);
}
.products-section h3{
    margin: 20px 0;
}
.products-section p{
    margin-bottom: 20px;
}
.show-more{
    text-decoration:underline;
    border:none;
    background:0 0;
    text-transform:uppercase;
    font-size:12px;
    letter-spacing:1px;
    padding:0;
    margin-top:20px;
    transition:.3s all
}
.show-more:hover{
    color:var(--red)
}
.products-section .col-md-10,.products-section .col-md-2{
    padding:0
}
.sort-section{
    padding:15px
}
.products-number{
    margin-left:auto
}
.sort-wrapper{
    display:flex;
    padding:10px;
    align-items:center
}
.sort-wrapper label{
    font-size:16px;
    color:var(--black-p);
    margin-bottom:0;
    display:flex;
    width:100%;
    justify-content:flex-start;
}
.filters-wrapper{
    font-size: 13px;
    display:flex;
    justify-content:space-between;
    align-items: center;
    text-transform: uppercase;
	color: var(--white-p);
}
.filters-wrapper label{
    text-transform:uppercase;
    font-size:12px
}
.category-title > label {
	padding-top: 0 !important;
}
.remove-filters{
    font-size:13px;
    text-decoration:underline;
    text-transform: none;
    cursor:pointer;
    transition:.3s all;
}
.remove-filters:hover{
    color:var(--red);
    text-decoration:none
}
.all-selected-filters{
    display:flex;
    flex-wrap:wrap;
    padding-top: 7px;
    padding-bottom: 13px;
}
.filter-container{
    background-color: #1a1a1a;
	border-radius: 3px;
    margin:3px;
    padding: 8px 32px 8px 13px;
    font-size:12px;
    color:var(--white-p);
    position:relative;
    cursor:pointer;
}
.filter-container:hover{
    opacity:.7
}
.filter-container:after{
    content:'x';
    position:absolute;
    right:10px;
    transform:translate(-50%,-50%);
    top:50%
}
.filters-section{
    border-bottom:1px solid var(--fine-line)
}
.categories-section ul{
    list-style:none;
    padding:0;
    margin:0
}
.category-title{
    color:var(--black);
    border-bottom:1px solid var(--fine-line);
}
.categories-section ul li:last-child{
    margin-bottom:.5rem;
}
.categories-section ul li:first-child{
    margin-top:.5rem;
}
#filters .custom-checkbox:nth-last-of-type{
    padding-bottom: 13px;
}
#filters{
    border-bottom: 1px solid var(--grey-t);
	background-color: var(--black-t);
	padding: 7.5px;
}
.categories-section ul li, .categories-section ul li > *{
    font-size: 16px;
    color:var(--white-p);
}
.categories-section ul li {
	padding:2px 10px;
}
.categories-section ul li > ul li a {
	font-size: 16px;
	padding-left: 10px;
}
:is(.categories-section ul li) a:hover{
    color: var(--green-l);
}
.filters-box {
    margin-bottom: 0.5rem;
}
.categories-section ul li.active-category > a{
    width:fit-content;
    color: var(--green-l);
}
.sort-wrapper-2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.filters-section.filters{
    border-bottom:none;
    cursor:pointer;
}
.filters-section.filters.back-button label {
	padding-top: 0;
	padding-bottom: 10px;
}
.filters-section.filters.filters-label{
    border: none;
    padding:10px;
}
.filters-section.filters label{
    font-weight: bold;
    margin:0;
	color: var(--white-p);
	padding-top: 10px;
    margin-right: 2px;
    font-size:18px;
    text-transform:uppercase;
    display:flex;
    align-items:center;
    justify-content:space-between;
    cursor:pointer;
}
#filters .filters-box .custom-checkbox:first-child {
	margin-top: 0.5rem;
}
.filters-section.filters label:after{
    content:'';
    background-image:url(../images/down-arrow.svg);
    height:6px;
    opacity: 0.5;
    width:10px;
    background-size:cover;
    background-position:center;
    transform:rotate(-90deg);
	filter: invert(1);
	transition: all .15s ease;
}
.filters-section-mobile ul {
    padding: 0;
}
.filters-section-mobile.filters-open {
    padding: 0 27px;
}
.filters-checkbox-wrapper{
    display:flex;
    align-items:center
}
.custom-filters-checkbox{
    width:12px;
    height:12px;
    border:1px solid var(--armygreen)
}
.custom-checkbox .custom-control-label::before{
    border-radius:0;
    border:1px solid var(--grey-p);
    height:12px;
    width:12px;
    background-color:var(--white-p);
    border-color:var(--grey-p)
}
.custom-checkbox{
    transition:.3s all;
    display:flex;
    align-items:center;
    min-height:initial;
    padding-left:1.5rem;
    margin:0 12px
}
.custom-control-label{
    cursor:pointer;
    font-size:14px;
    color:var(--white-p)
}
.custom-checkbox:hover{
    opacity:.6
}
#filters .custom-checkbox .custom-control-label:before {
	border-radius: 3px;
	border: 0;
	height: 16px;
	width: 16px;
	background-color: #1a1a1a;
}
.filters-section.filters.active-filter label:after{
    transform: rotate(0);
	transition: all .15s ease;
}
.filters-section.filters.back-button label:hover:after{
    transform: translateX(4px) rotate(-90deg);
	transition: all .15s ease;
}
.display-filters{
    position:absolute
}
.custom-control-input:focus~.custom-control-label::before{
    box-shadow:none!important;
    border:1px solid var(--grey)!important;
    background:0 0
}
.custom-checkbox .custom-control-input:checked~.custom-control-label::after{
    background-image:url(../images/check.svg);
    background-color:var(--white-p);
    border:1px solid var(--blue-p);
    height:12px;
    width:12px;
    background-size:7px;
}
#filters .custom-checkbox .custom-control-input:checked~.custom-control-label::after{
    background-image:url(../images/check.svg);
    height:16px;
    width:16px;
    background-size:10px;
	background-color: unset;
	border: unset;
}
.custom-color.custom-control-input:focus~.custom-control-label::before{
    background-color:var(--green)
}
.custom-checkbox .custom-color.custom-control-input:checked~.custom-control-label::after{
    background-color:var(--green)
}
#hidden-filters{
    display:none
}
.products-container .select2-container {
	min-width: 200px !important;
}
.btn-more{
    background:0 0;
    border:none;
    padding:2px 10px;
    transition:.3s all;
    font-size:14px;
    color:var(--white-p);
}
.btn-more:hover{
    opacity:.7
}
.btn-less{
    background:0 0;
    border:none;
    padding:2px 10px;
    transition:.3s all;
    font-size:14px;
    color:var(--white-p);
    display: none;
}
.btn-less:hover{
    opacity:.7
}
#filters-mobile{
    display:none
}
#product-count-mobile{
    display:none
}
.bg-image{
    height:24.875rem;
    width:100%;
    background-repeat:no-repeat;
    background-size:cover;
    top:7.3rem;
    position:absolute
}
.filter-products-form .grid-container{
    grid-template-columns:1.2fr 1fr
}
.filter-products-form .grid-text h3{
    white-space:initial
}
.product-discount{
    position:absolute;
    right:.5rem;
    top:.5rem;
    z-index:1
}
.basic-price{
    font-family: var(--font-secondary);
    font-size: 13px;
	text-decoration: line-through;
}
.content_spinner svg{
    width:100%;
    height:100%;
    overflow:visible;
    animation:rotation 1455ms infinite linear;
    color:var(--red)
}
.content_spinner circle{
    stroke:currentColor;
    stroke-dasharray:44px;
    stroke-dashoffset:11px;
    transform-origin:center;
    transform:rotatey(180deg) rotate(90deg);
    animation:spinner 3.85s infinite ease
}
@keyframes spinner{
    0%{
        stroke-dashoffset:33px;
        transform:rotatey(0) rotate(0)
    }
    25%{
        stroke-dashoffset:11px;
        transform:rotatey(0) rotate(0)
    }
    25.0001%{
        stroke-dashoffset:11px;
        transform:rotatey(180deg) rotate(270deg)
    }
    50%{
        stroke-dashoffset:33px;
        transform:rotatey(180deg) rotate(270deg)
    }
    50.0001%{
        stroke-dashoffset:33px;
        transform:rotatey(0) rotate(180deg)
    }
    75%{
        stroke-dashoffset:11px;
        transform:rotatey(0) rotate(180deg)
    }
    75.0001%{
        stroke-dashoffset:11px;
        transform:rotatey(180deg) rotate(90deg)
    }
    100%{
        stroke-dashoffset:33px;
        transform:rotatey(180deg) rotate(90deg)
    }
}
@keyframes rotation{
    100%{
        transform:rotate(360deg)
    }
}
.content_spinner{
    width:80px;
    color:#d3d4de;
    position:absolute;
    top:50%;
    left:50%;
    z-index:100;
    transform:translate(-50%,-50%)
}
.categories-box{
    background-color:var(--grey-b);
    padding:10px;
    display:flex;
    flex-direction:column;
    border-radius:3px
}
.categories-box a{
    border-bottom:1px solid var(--grey-o);
    padding:5px;
    padding-bottom: 8px;
}
.categories-box a:last-of-type{
    border-bottom:1px solid transparent;
    padding-bottom: 0;
}
.active-blog{
    font-weight:700
}
.active-blog:hover{
    color:var(--black)
}
.input-box{
    margin-top:15px;
    display:flex;
    align-items:center
}
.input-box:after{
    content:'';
    background-image:url(../images/icons/search-new.svg);
    width:15px;
    height:15px;
    background-size:contain;
    background-position:center;
    background-repeat:no-repeat;
    position:absolute;
    right:28px;
}

.blogs .input-box:after {
    filter: brightness(0);
}
.blogs .input-box input {
    border: none !important;
}
.blogs .input-box input:focus {
    border: none !important;
    box-shadow: none !important;
}
.blog-category{
    font-size:12px;
    text-transform:uppercase;
    color:var(--blogcategorygrey)
}
.blog-label{
    display:inline-block;
    cursor:pointer;
    transition:.3s all;
    background-color:var(--grey-e);
    margin:14px 0;
    border-radius:3px;
    width: 100%;
    margin-top: 0;
    padding-bottom: 14px;
}
.blog-link{
    pointer-events:all!important;
}
.blog-label img{
    width:100%;
    border-top-left-radius:3px;
    border-top-right-radius:3px;
    object-fit: cover;
	aspect-ratio: 3 / 2;
}
.blog-label p{
    color:var(--blogcategorygrey)
}
.blog-text-wrapper{
    padding:10px
}
.blog-text-wrapper h1{
    padding:0
}
.blog-label:hover{
    filter:brightness(90%)
}
.blog-label a:hover{
    color:var(--black)
}
.blog-label h1{
    font-size:20px;
    color:var(--black)
}
.blog-label .blog-category{
    font-size:12px;
    color:var(--black);
    text-transform:uppercase
}
.single-blog li{
    font-size:14px
}
.single-blog .breadcrumb .breadcrumb-item{
    color:var(--singlebloggrey);
    font-size:13px
}
.single-blog-img{
    width:100%;
    border-radius:3px
}
.single-blog .breadcrumb{
    margin-bottom:20px
}
.prev-link span:hover,.prev-link:hover{
    color:var(--red)
}
.prev-link:hover p,.prev-link:hover p:before,.prev-link:hover span{
    color:var(--red);
    right:6px
}
.next-link:hover p,.next-link:hover p:after,.next-link:hover span{
    color:var(--red);
    left:6px
}
.next-link span,.prev-link>span{
    text-transform:uppercase;
    font-size:12px;
    color:var(--blogcategorygrey);
    margin:0
}
.prev-link p:before{
    content:'';
    background-image:url(../images/icons/blog-left.svg);
    width:10px;
    height:8px;
    position:relative;
    display:inline-block;
    right:3px;
    bottom:1px;
    transition:.3s all
}
.next-link p:after{
    content:'';
    background-image:url(../images/icons/blog-right.svg);
    width:10px;
    height:8px;
    position:relative;
    display:inline-block;
    left:3px;
    bottom:1px;
    transition:.3s all
}
.single-blog-body{
    margin-top:40px;
    color:var(--blogcategorygrey)
}
.single-blog h4{
    font-size:20px;
    margin-bottom:10px
}
.blog-img{
    object-fit:contain
}
.single-blog-text{
    display:flex;
    flex-direction:column;
    justify-content:flex-end;
    height:100%
}
.login_page{
    min-height:60vh;
    display:flex;
    align-items:center;
    padding:60px 0;
    margin-top:2rem;
}
.login_page h1{
    margin-bottom:60px;
    font-size:20px;
    color:var(--black);
    text-align:center
}
.show-hide-icons {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    transition: .3s all;
}
.show-hide-icons:hover {
    opacity: 0.7;
}
.show-hide-icons.hide {
    display: none;
}
.user-login-wrapper{
    display:flex;
    flex-direction:column
}
.user-forgot-password-wrapper{
    display:flex;
    flex-direction:column
}
.user-login-wrapper .btn_primary{
    margin-top:20px
}
.user-forgot-password-wrapper .btn_primary{
    margin-top:20px
}
.forgot-pasword{
    margin-top:20px;
    margin-bottom:25px;
    font-size:14px;
    text-align:center;
    text-decoration:underline
}
.back-to-login{
    margin-top:20px;
    font-size:14px;
    text-align:center;
    text-decoration:underline
}
.create-new-profile{
    text-decoration:underline;
    font-size:14px
}
.login-profile{
    text-decoration:underline;
    font-size:14px
}
.new-at{
    font-size:14px
}
.error_box,.success_box{
    margin-bottom:20px
}
.btn-register{
    width:100%;
    margin:10px 0
}
.login_page .custom_checkbox{
    margin-top:10px
}
.subpage li{
    font-size:13px;
    text-transform: none;
}

.subpage .page-breadcrump {
    padding-bottom: 20px;
}
.profile_subpage h1{
    margin:80px 0;
    color:var(--black);
    text-align:center;
}
.profile_subpage{
    min-height:60vh;
    display:flex;
    align-items:center
}
.price-wrapper{
    display:flex;
    align-items:center;
    justify-content:space-between;
    position: relative;
}
.price-wrapper h6{
    margin:0;
}

#brand-more{
    display:none;
    margin-top:10px;
    font-size:14px
}
#brand-more-mobile{
    display:none;
    margin-top:10px;
    font-size:14px
}
.package-box{
    outline:0.5px solid var(--blue-p);
    padding:12px 26px;
    margin:0;
    border-radius:2px;
    font-size:14px;
    cursor:pointer;
    transition:.3s all;
}
.package-box:first-of-type{
    margin-left:0;
}
.package-box:hover{
    background-color:var(--blue-s);
}
.product_page #products-properties {
    margin: 40px 0;
}
.package-text{
    font-size:13px;
    margin: 10px 0;
}
.package-box.active-box {
    transition: none;
    -webkit-transition: none;
}

.product_page .package-box.active-box {
    outline: 2.5px solid var(--blue-p);
}
.active-box{
    background-color: var(--blue-s);
    /*outline: 1px solid var(--blue-p);*/
    color:var(--black-p);
    pointer-events:none;
    position: relative;
}
.active-box::before {
    content: '';
    position: absolute;
    top: -2.5px;
    left: -2.5px;
    right: -2.5px;
    bottom: -2.5px;
    border: 2.5px solid var(--blue-p);
    border-radius: 2px;
}
.active-box + .package-box {
    border: none;
}
.active-box:hover{
    background-color:var(--blue-s);
}
.package-wrapper{
    display:flex;
	flex-wrap: wrap;
	gap: 10px;
}
.subpage.sub{
    padding-bottom:50px
}
.subpage.sub .btn_primary{
    display:block;
    margin:0 auto
}
#Email.basic_data{
    margin-bottom:10px
}
.subpage-container{
    padding:40px 0
}
.pagination-button{
    border:1px solid var(--grey);
    font-size:12px;
    color:var(--black);
    font-weight:700;
    transition:.3s all;
    width:30px;
    height:32px;
    text-align:center;
    cursor:pointer;
    border-radius:4px
}
.pagination-button:hover{
    background-color:var(--blue-p);
    color:var(--white-p);
}
.next-btn{
    border:1px solid transparent;
    font-size:12px;
    width:30px;
    height:32px;
    transition:.3s all;
    background-color:var(--white-p);
    cursor:pointer;
    border-radius:4px
}
.next-btn:hover:enabled{
    background-color:var(--blue-p)!important
}
.next-btn:hover:disabled{
    background-color:var(--grey-t);
    cursor:default;
}
.next-btn:hover:enabled:after{
    filter:invert(93%) sepia(100%) saturate(2%) hue-rotate(28deg) brightness(106%) contrast(101%)
}
.next-btn:disabled{
    background-color:var(--grey-t);
}
.next-btn:after{
    content:url(../images/right-arrow-accordion.svg);
    position:relative;
    top:1px;
    transform:rotate(0);
}
.prev-btn{
    border:1px solid var(--grey-t);
    font-size:12px;
    transition:.3s all;
    width:30px;
    height:32px;
    cursor:pointer;
    background-color:var(--white-p);
    border-radius:4px;
}
.prev-btn:disabled{
    background-color:var(--grey-t);
}
.prev-btn:hover:enabled{
    background-color:var(--blue-p)!important
}
.prev-btn:hover:disabled{
    background-color:var(--grey-t);
    cursor:default;
}
.prev-btn:hover:enabled:after{
    filter:invert(93%) sepia(100%) saturate(2%) hue-rotate(28deg) brightness(106%) contrast(101%)
}
.prev-btn:after{
    content:url(../images/right-arrow-accordion.svg);
    position:relative;
    top:-1px;
    display:inline-block;
    transform:rotate(180deg);
}
.active-pagination{
    color:var(--white-p);
    background-color:var(--blue-p);
    border:1px solid transparent;
    width:30px;
    height:32px;
    border-radius:4px;
}
.active-pagination:hover{
    color:var(--white-p);
    background-color: var(--blue-p);
}
.add-bg{
    background-color:#fff;
}
.add-to-cart-hover{
    position: absolute;
    bottom: 8px;
	left: 8px;
    width: calc(100% - 16px);
    background-color: #fff;
    opacity: 0;
    transition: opacity .1s linear,transform .33s cubic-bezier(0,.66,.32,.99);
}
.product-tag {
    font-size: 13px;
    background-color: var(--white-p);
    color: red;
    font-family: var(--font-bold);
    padding: 2px 10px;
    position: absolute;
    top: 7px;
    left: 7px;
    text-transform: uppercase;
}
.disabled-link {
    pointer-events: none;
    cursor: default;
}
.disabled-link.link-bottom {
    pointer-events: none;
    cursor: default;
}
.single-blog .product-card {
    width: 300px;
}
.default-cursor.product-card {
    cursor: default;
}
.default-cursor.product-quantity {
    cursor: default;
}
.product-card{
    position:relative;
    padding:10px;
    width: 100%;
    cursor:pointer;
	background-color: var(--white-p);
    /*transition:.3s all;*/
}
#products > .row {
	row-gap: 20px;
}
@media screen and (min-width: 768px){
	#products > .row > .col-md-3 {
		padding-left: 5px !important;
		padding-right: 5px !important;
	}
	#products > .row > .col-md-3:nth-child(4n + 1) {
		padding-left: 15px !important;
	}
	#products > .row > .col-md-3:nth-child(4n) {
		padding-right: 15px !important;
	}
}
#products > .row:not(:first-child) {
	margin-top: 30px;
}
.product-card a:hover {
    color: var(--black-p);
}
.product-card:hover .product-img-wrapper,
.product-card:hover .link-bottom
{
    opacity: 0.7;
    transition: .3s all;
}
.product-card:hover .add-to-cart-hover{
    opacity:1;
    transform:translateY(0);
    transition:opacity .1s linear,transform .33s cubic-bezier(0,.66,.32,.99)
}
.product-card .add-to-cart-hover .btn-cart{
    width:100%;
    padding-left: 55px;
	padding-right: 10px;
}
.navigation .item-right a.cart_box_active{
    position:relative;
    filter: brightness(1);
}
.no-filter{
    justify-content:center;
    display:flex;
    width:100%;
    margin-top:100px
}
.card-tags-single-page{
    position:absolute;
    z-index:1;
    right:0
}
.skeleton{
    animation:skeleton-loading 1s linear infinite alternate
}
#skeleton{
    display:flex;
    flex-wrap:wrap;
    justify-content:flex-end
}
.ph-item{
    margin-bottom:30px;
    overflow:hidden;
    padding:20px 15px 15px;
    position:relative
}
.ph-item-top{
    background-color:#ced4da;
    height:21px;
    margin-bottom:5px;
    width:45%
}
.ph-item:before{
    -webkit-animation:ph-animation .8s linear infinite;
    animation:ph-animation .8s linear infinite;
    background:linear-gradient(90deg,hsla(0,0%,100%,0) 46%,hsla(0,0%,100%,.35) 50%,hsla(0,0%,100%,0) 54%) 50% 50%;
    bottom:0;
    content:" ";
    left:50%;
    margin-left:-250%;
    pointer-events:none;
    position:absolute;
    right:0;
    top:0;
    width:500%;
    z-index:1
}
.ph-row .empty{
    background-color:hsla(0,0%,100%,0)
}
.ph-picture{
    background-color:#ced4da;
    height:220px;
    width:100%
}
.ph-text{
    background-color:#ced4da;
    height:42px;
    margin-top:3px;
    width:100%
}
.ph-stars{
    background-color:#ced4da;
    height:9px;
    margin-top:8px;
    width:20%
}
.ph-price{
    background-color:#ced4da;
    float:right;
    height:20px;
    margin-top:8px;
    width:30%
}
.ph-category{
    background-color:#ced4da;
    height:15px;
    margin-top:3px;
    width:25%
}
.ph-package{
    background-color:#ced4da;
    margin-top:3px;
    margin-left:40px;
    margin-right:40px;
    padding:0 10px;
    height:18px
}
@-webkit-keyframes ph-animation{
    0%{
        transform:translate3d(-30%,0,0)
    }
    to{
        transform:translate3d(30%,0,0)
    }
}
@keyframes ph-animation{
    0%{
        transform:translate3d(-30%,0,0)
    }
    to{
        transform:translate3d(30%,0,0)
    }
}
@keyframes skeleton-loading{
    0%{
        background-color:#a3b7c1
    }
    100%{
        background-color:#eff3f4
    }
}
.checkbox-wrapper{
    display:flex;
    flex-direction:column;
    border:none!important;
    padding:0!important
}

#timer{
    width:130px;
    height:130px;
    background-image: url('../images/icons/spinner.gif');
    background-repeat: no-repeat;
    background-size: cover;
    position:absolute;
    top:50%;
    left:50%;
    z-index:100;
    transform:translate(-50%,-50%);

}
/*
#timer:after,.timer:before{
    position:absolute;
    content:"";
    background-color:#fff
}
#timer:after{
    width:20px;
    height:4px;
    top:22px;
    left:22px;
    -webkit-transform-origin:2px 2px;
    -moz-transform-origin:2px 2px;
    transform-origin:2px 2px;
    -webkit-animation:minhand 2s linear infinite;
    -moz-animation:minhand 2s linear infinite;
    animation:minhand 2s linear infinite
}
#timer:before{
    width:16px;
    height:4px;
    top:22px;
    left:22px;
    -webkit-transform-origin:2px 2px;
    -moz-transform-origin:2px 2px;
    transform-origin:2px 2px;
    -webkit-animation:hrhand 8s linear infinite;
    -moz-animation:hrhand 8s linear infinite;
    animation:hrhand 8s linear infinite
}
@-webkit-keyframes minhand{
    0%{
        -webkit-transform:rotate(0)
    }
    100%{
        -webkit-transform:rotate(360deg)
    }
}
@-moz-keyframes minhand{
    0%{
        -moz-transform:rotate(0)
    }
    100%{
        -moz-transform:rotate(360deg)
    }
}
@keyframes minhand{
    0%{
        transform:rotate(0)
    }
    100%{
        transform:rotate(360deg)
    }
}
@-webkit-keyframes hrhand{
    0%{
        -webkit-transform:rotate(0)
    }
    100%{
        -webkit-transform:rotate(360deg)
    }
}
@-moz-keyframes hrhand{
    0%{
        -moz-transform:rotate(0)
    }
    100%{
        -moz-transform:rotate(360deg)
    }
}
@keyframes hrhand{
    0%{
        transform:rotate(0)
    }
    100%{
        transform:rotate(360deg)
    }
}*/
.vertical_list{
    list-style:none;
    padding:0;
    margin:0;
    /*margin-bottom: 15px;*/
}
.product_page .ratings.vertical_list {
    margin-bottom: 1px;
}
.product_page .vertical_list li:first-child {
    text-transform: uppercase;
}
.product_page .vertical_list li {
    font-size: 13px;
}
.vertical_list li{
    display:inline-block
}
.primary_bg{
    background-position:center;
    background-size:cover;
    background-repeat:no-repeat
}
h2.main{
    margin-top: 20px;
    font-weight:400;
    margin-bottom:60px;
    position:relative;
    text-align: center;
}
.profile_update h2 {
    margin-bottom: 15px;
    margin-right: auto;
}
h2.main span{
    display:block;
    margin-top:-8px;
}
.basic_list{
    list-style:none;
    padding:0;
    margin:0
}
.products{
    padding:90px 0
}
.products_subpage .products{
    padding:40px 0
}
.ratings{
    display:inline-block;
    position:relative;
    bottom:2px
}
.ratings li{
    display:inline-block
}
.ratings li img{
    width:9px;
    margin:1px
}
.product_content_box .ratings:hover{
    cursor:pointer
}
.product_card .content .price{
    font-size:14px;
    display:inline-block;
    color:var(--black);
    position:relative;
    margin-top: 6px;
}
.product_card .content .old_price {
    color: var(--black-p);
    text-decoration: line-through;
    font-size: 12px;
    margin-right: 5px;
    margin-top: 6px;
    display: inline-block;
}
.product_card button{
    padding:0;
    border:none;
    width:100%;
    height:50px;
    border-radius:4px;
    text-align:center;
    letter-spacing:1px;
    font-size:12px;
    position:absolute;
    top:-18px;
    text-transform:uppercase;
    visibility:hidden;
    opacity:0;
    transition:visibility 0s .3s,opacity .3s linear
}
@keyframes beat{
    to{
        transform:scale(1.2)
    }
}
.vertical_list.social_list{
    margin-top:20px
}
.vertical_list.social_list li{
    margin-right:40px
}
.vertical_list.payment_list{
    margin-top:25px
}
.vertical_list.payment_list li{
    margin-right:12px
}
.vertical_list.payment_list li img{
    transition:.3s
}
.vertical_list.social_list a:hover img{
    filter:invert(68%) sepia(72%) saturate(180%) hue-rotate(2deg) brightness(93%) contrast(86%)
}
.social-icons{
    margin-top:30px
}
.payment-icons img{
    margin:0 3px
}
.payment-icons img:first-child{
    margin-left:0
}
.social-icons a{
    margin:0 5px
}
@-webkit-keyframes ticker{
    0%{
        -webkit-transform:translate3d(0,0,0);
        transform:translate3d(0,0,0);
        visibility:visible
    }
    100%{
        -webkit-transform:translate3d(-100%,0,0);
        transform:translate3d(-100%,0,0)
    }
}
@keyframes ticker{
    0%{
        -webkit-transform:translate3d(0,0,0);
        transform:translate3d(0,0,0);
        visibility:visible
    }
    100%{
        -webkit-transform:translate3d(-100%,0,0);
        transform:translate3d(-100%,0,0)
    }
}
.input_wrapper{
    position:relative;
    line-height:14px;
    display:inline-block;
    width:100%
}
.input_wrapper label{
    color:#292828;
    font-size:14px;
    position:absolute;
    z-index:2;
    left:20px;
    top:14px;
    padding:2px 6px;
    pointer-events:none;
	border-radius: 3px;
    background:#fff;
    -webkit-transition:-webkit-transform .1s ease;
    -moz-transition:-moz-transform .1s ease;
    -o-transition:-o-transform .1s ease;
    -ms-transition:-ms-transform .1s ease;
    transition:transform .1s ease;
    -webkit-transform:translateY(-20px);
    -moz-transform:translateY(-20px);
    -o-transform:translateY(-20px);
    -ms-transform:translateY(-20px);
    transform:translateY(-20px)
}
.input_wrapper input{
    font-size:13px;
    color:#555;
    outline:0;
    border:1px solid #ddd;
    padding:8px 20px;
    position:relative;
    width:100%;
    height:45px;
    border-radius:4px
}
.input_wrapper input:invalid+label{
    -webkit-transform:translateY(0);
    -moz-transform:translateY(0);
    -o-transform:translateY(0);
    -ms-transform:translateY(0);
    transform:translateY(0);
}
.input_wrapper input:focus{
    border-color:#b5b5b5
}
.input_wrapper input:focus+label{
    color:#b5b5b5;
    -webkit-transform:translateY(-20px);
    -moz-transform:translateY(-20px);
    -o-transform:translateY(-20px);
    -ms-transform:translateY(-20px);
    transform:translateY(-20px);
}
.page-breadcrump{
    padding-top:40px;
    padding-bottom:30px
}
.subpage h3.main ul{
    list-style:none;
    padding:0;
    margin:0;
    text-align:center!important;
    margin-bottom:20px;
    margin-top:10px
}
.subpage h3.main ul li{
    display:inline-block;
    margin-right:10px;
    margin-bottom:10px;
    vertical-align:top;
    text-transform: none;
}
.subpage h3.main ul li a{
    font-size:13px;
    padding:0 13px;
    height:35px;
    line-height:35px;
    display:block;
}
.subpage h3.main ul li a:hover{
    color:#dbb470;
}
.form-group{
    margin-bottom:12px
}
.error_box{
    padding:10px;
    border:1px solid #fd8a6e;
    text-align:center;
    margin-top:20px;
    font-size:12px;
    display:none;
}
.success_box{
    padding:10px;
    border:1px solid var(--black-p);
    text-align:center;
    margin-top:20px;
    font-size:12px;
    border-radius:8px;
    display:none
}
.custom_checkbox{
    display:block;
    position:relative;
    padding-left:35px;
    cursor:pointer;
    font-size:12px;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
    font-size: 10px;
}
.custom_checkbox.tax_payer{
    font-size: 14px;
    line-height: 25px;
}
.tax_payer .custom_checkbox_checkmark{
    height: 20px;
    width: 20px;
    left: 6px
}
.custom_checkbox.tax_payer .custom_checkbox_checkmark:after{
    left: 6px;
    top: 1px;
    width: 6px;
    height: 12px;
}

.custom_checkbox input{
    position:absolute;
    opacity:0;
    cursor:pointer;
    height:0;
    width:0
}
.custom_checkbox_checkmark{
    position:absolute;
    top: 3px;
    left:12px;
    height:12px;
    width:12px;
    background-color:var(--white-p);
    border:1px solid var(--grey-p);
}
.custom_checkbox:hover input~.custom_checkbox_checkmark{
    background-color:#ccc
}
.custom_checkbox_checkmark:after{
    content:"";
    position:absolute;
    display:none
}
.custom_checkbox input:checked~.custom_checkbox_checkmark:after{
    display:block
}
.custom_checkbox .custom_checkbox_checkmark:after{
    left: 3px;
    top: -2px;
    width: 5px;
    height:11px;
    border:solid var(--green-p);
    border-width:0 2px 2px 0;
    -webkit-transform:rotate(45deg);
    -ms-transform:rotate(45deg);
    transform:rotate(45deg);
}
.general-conditions {
    margin-top: 10px;
}
.custom_checkbox a{
    text-decoration: underline;
}
.product_page .card-tags-single-page {
    left: 0;
    top: 0;
}
.grades {
    font-size: 13px;
}
.product_page{
    margin-top: 40px;
}
.product_page h1{
    font-size:24px;
    margin-bottom:5px;
    color:var(--black);
    text-transform:uppercase;
}
.product_page .ratings li{
    margin-right:1px;
}
.product_page .ratings li img{
    width:9px;
}
.product_page label{
    font-size:12px;
    color:var(--black-p);
    display: block;
}
.slider-count {
    display: none;
}
.product_page .price_text{
    margin-top:10px
}
.product_page .price{
    font-size:24px;
    color:#292828;
}
.product_page .right_price_box{
    margin-top:50px;
    margin-bottom:20px
}
.product_page .right_price_btn{
    height:50px;
    background:0 0;
    padding:0 15px;
    border:solid 1px #d8d8d8;
    font-size:16px;
    position:relative;
    transition:.3s;
    background-color:#fff;
    border-radius:4px;
    color:#292828
}
.product_page .right_price_btn:hover{
    opacity:.7
}
.product_page .main_bg{
    background-color:var(--white-p);
    height:440px;
    position:relative;
    display:block
}
.main_bg:after{
    content:'';
    background-image:url(../images/icons/zoom-in.svg);
    position:absolute;
    height:24px;
    width:24px;
    right:30px;
    bottom:10px;
    display: none;
}
.main_bg:hover{
    color:var(--black)
}
.product_page .main_img{
    height: 100%;
    /*max-height:480px;*/
    width:auto;
    max-width:100%;
	object-fit: contain;
    position:absolute;
    left:50%;
    top:50%;
    transform:translate(-50%,-50%)
}
.label-wrapper{
    display:flex;
    flex-direction:column;
    padding:0 20px;
    text-transform:uppercase;
    font-size:12px;
    text-align:center;
    width:100%
}
.label-wrapper img{
    height:32px;
    width:32px;
    margin:0 auto;
    margin-bottom:4px
}
.product_page .package{
    margin-top:20px;
    padding-top:13px
}
.product_page .package .single_product{
    display:block;
    margin-bottom:10px
}
.product_page .package .single_product .bg{
    background-color:#fff;
    height:90px;
    width:100%;
    position:relative
}
.product_page .package .single_product .bg img{
    max-width:100%;
    height:100%;
    position:absolute;
    left:50%;
    top:50%;
    transform:translate(-50%,-50%)
}
.product_page .package .single_product .quantity{
    display:inline-block;
    font-size:20px;
    margin-top:25px;
    vertical-align:top;
    margin-right:20px;
    color:#292828
}
.product_page .package .single_product .content{
    display:inline-block;
    color:#292828;
    width:87%
}
.product_page .package .single_product .content h4{
    font-size:14px;
    margin-top:28px
}
.product_page .package .single_product .content .price{
    font-size:14px
}
.add-border{
    border-top-left-radius:0!important;
    border-bottom-left-radius:0!important
}
.more_images{
    margin-top:20px;
    display:none
}
.more_images_button{
    color:var(--black);
    border:none;
    background:0 0;
    text-align:center;
    display:block;
    width:fit-content;
    margin:0 auto;
    font-size:16px;
    margin-top:10px;
    transition:.3s all
}
.more_images_button:hover{
    color:var(--red)
}
.more_images_button_mobile{
    border:none;
    background:0 0;
    text-align:center;
    display:block;
    width:fit-content;
    margin:0 auto;
    font-size:12px;
    text-transform:uppercase;
    text-decoration:underline;
    margin-top:10px;
    transition:.3s all
}
.more_images_button_mobile:hover{
    color:var(--red)
}
.show_more_text_mobile{
    color:var(--black)
}
.hide_more_text_mobile{
    color:var(--black-p);
}
.product_page .more_images img{
    max-width:100%;
    margin-bottom:35px
}
.more_images_button .hide_more_text{
    display:none
}
.more_images_button_mobile .hide_more_text_mobile{
    display:none
}
.product-price-wrapper{
    display:flex;
    flex-direction: column;
    align-items:flex-end;
    margin-left: auto;
    justify-content: flex-end;
	width: 100%;
}
.vat-status {
	font-size: 16px;
	margin-right: 20px;
}
.product-price-box {
    display: flex;
    margin-left: auto;
    align-items: center;
	justify-content: end;
}
#product-price p {
    line-height: normal;
}
.prod-discount{
    color:var(--black-p);
    margin-right:20px;
    font-size:16px;
    text-decoration:line-through;
}
.no-vat-price {
	font-size: 12px;
	text-align: right;
}
.font-regular {
	font-family: var(--font-primary) !important;
}
.font-medium {
	font-family: var(--font-secondary) !important;
}
.font-bold {
	font-family: var(--font-bold) !important;
}
.page_body .subpage_body{
    padding-top:50px;
    padding-bottom:40px;
}
#cd-cart .btn-cart.btn-upsell {
    position: absolute;
    margin: 0;
    right: 15px;
    bottom: 15px;
    display: flex;
    align-items: center;
    width: max-content;
    height: 30px;
    line-height: 30px;
    background-color: var(--black-t);
    color: var(--white-p);
    padding: 0 8px;
	padding-left: 38px;
	padding-right: 8px;
    transition: .3s all;
}
#cd-cart .btn-cart.btn-upsell:before {
	content: '';
	position: absolute;
	left: 0;
	width: 30px;
	height: 100%;
	background-color: var(--green-l);
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}
#cd-cart .btn-cart.btn-upsell img {
	position: absolute;
	margin: 0;
	transform: translateY(-50%);
	top: 50%;
	left: 7px;

}
.cart-price-wrapper {
    margin-bottom: 35px;
}
#cd-cart .btn-cart.btn-upsell:hover {
    opacity: 0.7;
}
.items-in-cart-wrapper {
    position: relative;
}
.items-in-cart-wrapper a:hover {
    color: var(--black-p);
    opacity: 0.7;
}
#cd-cart .btn-cart {
    display: block;
    text-align: center;
    padding: 0;
    font-weight: 400;
    height: 60px;
    line-height: 60px;
    margin: 0 30px;
}
#cd-cart .btn-cart:hover {
    color: var(--white-p);
}
.total-price-wrapper {

    width: 100%;
    padding: 0 15px;
    margin: 0 0 15px 0;
}
#cd-cart .bottom .text img {
    height: 18px;
    margin-right: 5px;
}
#cd-cart .skillbar-bar {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}
#cd-cart .bottom {
    width: 100%;
    padding: 15px 25px;
    height: auto;
    line-height: inherit;
    text-align: center;
    background-color: var(--grey-r);
    color: var(--black-p);
    font-size: 12px;
    text-transform: none;
    font-weight: 400;
    margin-top: 25px;
    margin-bottom: 40px;
}
#cd-cart{
    position:fixed;
    top:0;
    height:100%;
    width:390px;
    overflow-y:auto;
    -webkit-overflow-scrolling:touch;
    z-index:3
}
#cd-cart{
    right:-100%;
    background:#fff;
    -webkit-transition:right .3s;
    -moz-transition:right .3s;
    transition:right .3s;
    z-index:1060
}
#cd-cart-package{
    position:fixed;
    top:0;
    height:100%;
    overflow-y:auto;
    -webkit-overflow-scrolling:touch;
    z-index:3
}
#cd-cart-package{
    right:-100%;
    background:#fff;
    -webkit-transition:right .3s;
    -moz-transition:right .3s;
    transition:right .3s;
    z-index:1061;
    width:390px
}
#cd-cart-package-mobile{
    position:fixed;
    top:0;
    height:100%;
    overflow-y:auto;
    -webkit-overflow-scrolling:touch;
    z-index:3
}
#cd-cart-package-mobile{
    right:-100%;
    background:#fff;
    -webkit-transition:right .3s;
    -moz-transition:right .3s;
    transition:right .3s;
    z-index:1060
}
#cd-cart .quantity .pro-qty {
    width: 80px;
    height: 35px;
    border-radius: 2px;
	display: flex;
	justify-content: space-between;
}
#cd-cart .quantity .pro-qty .qtybtn {
    line-height: 31px;
	height: 35px;
    width: 12px;
	margin-top: -1px;
}
#cd-cart .quantity .pro-qty .qtybtn.inc {
    line-height: 32px;
}
#cd-cart .quantity .pro-qty input {
    height: 35px;
	margin-top: -1px;
}
#cd-cart .product_card .content .price {
    margin: 0;
    font-size: 13px;
}
#cd-cart .product_card .content .old_price {
    font-size: 13px;
}
#cd-cart .quantity-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 10px;
}
#cd-cart .content p {
    font-size: 13px;
}
#cd-cart .content p img{
    margin-left: 10px;
    margin-top: -3px;
}
#cd-cart .product_card {
    margin-bottom: 0;
}
#cd-filters .btn-primary {
    width: 100%;
    margin-top: 20px;
}
#cd-filters{
    position:fixed;
    top:0;
    height:100%;
    overflow-y:auto;
    -webkit-overflow-scrolling:touch;
    z-index:3;
    padding: 0px 20px;
}
#cd-filters{
    left:-100%;
    background:#fff;
    -webkit-transition:left .3s;
    -moz-transition:left .3s;
    transition:left .3s;
    z-index:1060;
}
#cd-filters.speed-in {
    left: 0;
    width: 100%;
}
#cd-shadow-layer{
    position:fixed;
    min-height:100%;
    width:100%;
    top:0;
    left:0;
    background:rgba(67,87,121,.6);
    cursor:pointer;
    z-index:1000;
    display:none;
}
#cd-shadow-layer-package{
    position:fixed;
    min-height:100%;
    width:100%;
    top:0;
    left:0;
    background:rgba(67,87,121,.6);
    cursor:pointer;
    z-index:1000;
    display:none
}
#cd-shadow-layer.is-visible{
    display:block;
    -webkit-animation:cd-fade-in .3s;
    -moz-animation:cd-fade-in .3s;
    animation:cd-fade-in .3s
}
#cd-shadow-layer-package.is-visible{
    display:block;
    -webkit-animation:cd-fade-in .3s;
    -moz-animation:cd-fade-in .3s;
    animation:cd-fade-in .3s
}
#cd-cart-package .top{
    display:flex;
    justify-content:space-between;
    padding: 20px 30px;
}
#cd-cart-package .close-package{
    font-size: 22px;
    font-weight:700;
    cursor:pointer;
    margin-left:15px;
}
#cd-filters .close-filters{
    font-weight:700
}
@-webkit-keyframes cd-fade-in{
    0%{
        opacity:0
    }
    100%{
        opacity:1
    }
}
@-moz-keyframes cd-fade-in{
    0%{
        opacity:0
    }
    100%{
        opacity:1
    }
}
@keyframes cd-fade-in{
    0%{
        opacity:0
    }
    100%{
        opacity:1
    }
}
.add_in_cart_wrapper .header .top{
    height:auto;
    padding:20px;
    padding-bottom: 2px;
    color:#fff;
    font-size:12px;
}
.add_in_cart_wrapper .header .top p {
    color: var(--black-p);
}
.add_in_cart_wrapper .header .bottom{
    padding:30px
}
.add_in_cart_wrapper .header .bottom h2{
    text-transform:uppercase;
    font-size:20px;
    color:#292828
}
.add_in_cart_wrapper .header .bottom .text{
    margin-top:27px;
    font-size:12px
}
.add_in_cart_wrapper .header .bottom .text img{
    width:16px;
    margin-right:5px
}
.add_in_cart_wrapper .products{
    margin:0;
    padding-right:10px;
    overflow:hidden;
    padding:12px 0;
    margin: 0 12px;
    padding-bottom: 0;
    border-bottom: 1px solid var(--grey-f);
}
.add_in_cart_wrapper .products .product_card{
    text-align:left;
    border-top:1px solid var(--grey-f);
    padding-bottom:20px;
    padding-top:25px;
    display: flex;
    align-items: center;
}
.add_in_cart_wrapper .products .product_card .img_box{
    height: 102px;
    width: 100%;
    max-width: 94px;
    background-position:center;
    background-repeat:no-repeat;
    background-size:contain;
    display:inline-block;
}
.add_in_cart_wrapper .products .product_card .content{
    width: 100%;
    padding-left:15px;
}
.add_in_cart_wrapper .products .product_card h3{
    font-size:14px;
    margin-bottom:8px;
    text-transform:uppercase;
    margin:3px
}
.add_in_cart_wrapper .products .product_card .quantity_text{
    font-size:14px
}
.add_in_cart_wrapper .products .product_card .remove_item{
    cursor:pointer;
}
.add_in_cart_wrapper a.cta{
    display:block;
    cursor:pointer;
    font-size:14px;
    text-align:center;
    color:#333;
    line-height:45px;
    padding:0 45px;
    font-weight:700;
    text-transform:uppercase;
    transition:.3s;
    border:1px solid #333;
    background:0 0;
    width:max-content;
    margin:0 auto;
    margin-top:0
}
.add_in_cart_wrapper a.cta:hover{
    opacity:.8
}
.add_in_cart_wrapper .total_box{
    padding-top: 15px;
    text-transform:uppercase;
    font-weight:700;
    font-size:12px;
    text-transform:uppercase;
    padding-bottom: 10px;
}
.add_in_cart_wrapper .total_box .total_price{
    text-align:right;
    font-size:16px
}
.add_in_cart_wrapper .content_spinner{
    display:none
}
.quantity{
    display:inline-block
}
input:-internal-autofill-selected{
    background:0 0
}
.numberInCart{
    position:absolute;
    font-size:10px;
    text-align:center;
    color:var(--white-p);
    z-index:1;
    left:13px;
    top:7px;
    transform:translate(-50%,-50%);
    margin-top:2px;
    background-color:var(--black-p);
    border-radius:50%;
    height:14px;
    width:14px;
}
.add_in_cart_wrapper .btn_primary{
    width:100%
}
.error_page{
    min-height:85vh
}
.error_page .error_card{
    background-color:#fff;
    padding:50px;
    font-size:16px;
    margin-top:70px;
    text-align:center;
    margin-bottom:70px
}
.error_page .error_card img{
    width: 60px;
    margin-bottom:20px
}
.error_page .error_card h2{
    font-size:25px;
    text-transform:uppercase
}
.error_page .error_card a{
    margin-top:20px
}
.search_box{
    height:80px
}
.search_box input{
    width:100%;
    height:100%;
    border:none;
    border-bottom:1px solid #d3d4de;
    margin:0;
    transition:.3s;
    padding-left:100px;
    font-size:20px
}
.search_box .search{
    width:30px;
    position:absolute;
    top:24px;
    left:30px
}
.search_box .close{
    width:25px;
    position:absolute;
    top:28px;
    right:30px;
    cursor:pointer
}
.add_in_cart_wrapper .total_box .total_label{
    margin-top:4px;
    font-size: 13px;
    letter-spacing: 3px;
    font-weight: 400;
}
/*.profile_subpage .user_data{
    background-color:var(--lightgrey);
    padding:20px;
    list-style:none;
    margin:0;
    margin-bottom:12px;
}*/
.profile_subpage .user_data li{
    margin-bottom:5px;
    font-size:14px;
}
.profile_subpage .user_data li a.cta{
    color:var(--black);
    text-align:right;
    display:inherit;
    text-decoration:underline;
    text-transform:uppercase;
    margin-top:20px;
    transition:.3s all
}
.profile_subpage .user_data li a.cta:hover{
    color:var(--red)
}
.profile_subpage .payment_title{
    text-align:right;
    font-weight: bold;
}
.profile_subpage .payment_title span{
    font-size:16px;
    display:inline-block;
}
.order_bottom {
    display: flex;
    justify-content: flex-end;
    gap: 25px;
}
.profile_cta{
    font-size:14px;
    margin-top:50px;
    display:block;
    margin-left:auto;
    margin-right:0;
    width:fit-content
}
.profile_cta.profile_user{
    margin:0 auto;
    margin-top:40px
}
.profile_cta img{
    margin-right:4px;
    margin-top:-2px
}
.profile_subpage .user_profile{
    background-color:transparent;
    padding:40px
}
.select2{
    width:100%!important
}
.user_profile h3{
    text-transform:uppercase;
    margin-bottom:10px;
    font-size:12px
}
.profile_subpage .btn-primary{
    margin:0 auto;
    display:block;
}
.btn-primary.order {
    margin: 0;
    text-align: center;
}
.mega_dropdown_layer{
    position:fixed;
    min-height:100%;
    width:100%;
    top:0;
    left:0;
    background:rgba(67,87,121,.6);
    cursor:pointer;
    z-index:2;
    display:none;
}
.mega_dropdown{
    position:absolute;
    width:100%;
    z-index:98;
    background-color:var(--white-p);
    border-top:1px solid #d8d8d8;
    display:none;
    top:30px;
}
.mega_dropdown .left{
    width:69.7%;
    display:inline-block;
    padding:30px;
    padding-left:12%;
    position:relative;
    background-color:var(--white-p);
}
.mega_dropdown .left h3{
    font-family: var(--font-primary);
    font-size:13px;
    text-transform:uppercase;
    margin-bottom:20px;
    margin-top:20px;
}
.mega_dropdown .right ul{
    list-style:none;
    padding:0;
    margin:0;
}
.mega_dropdown .right ul li{
    margin-bottom:5px
}
.mega_dropdown .right ul li a{
    font-size:16px;
    color:#292828;
    transition:.3s all
}
.mega_dropdown .right ul li a:hover{
    color:var(--red-p);
}
.mega_dropdown .right{
    width:30%;
    display:inline-block;
    padding:50px;
    vertical-align:top;
    position:relative;
}
.mega_dropdown .left .content_spinner{
    display:none
}
.mega_dropdown .right .content_spinner{
    display:none
}
.mega_dropdown .right h3{
    font-family: var(--font-primary);
    font-size:13px;
    margin-bottom:20px;
}
.search{
    display:none;
    width:100%
}
.search input{
    width:100%;
    padding:0 20px;
    padding-left:50px;
    border:none;
    position:relative;
    font-size:14px
}
.search .search_img{
    height:24px;
    filter: brightness(0);
}
.search .close_img{
    height:12px
}
.search-wrapper{
    display:flex;
    height:59px;
    align-items:center;
    padding:30px;
    background-color:var(--white)
}
.search .close_img:hover{
    cursor:pointer;
    opacity:.8
}
.filter_btn{
    border:none;
    background:0 0;
    font-size:16px;
    transition:.3s;
    margin-top:10px;
    color:#292828
}
.filter_btn img{
    margin-top:-3px;
    margin-right:5px
}
.filter_btn:hover{
    color:#cab180
}
#filter-sidebar{
    position:fixed;
    top:0;
    height:100%;
    width:390px;
    overflow-y:auto;
    -webkit-overflow-scrolling:touch;
    z-index:3
}
#filter-sidebar{
    left:-100%;
    background:#fff;
    -webkit-transition:right .3s;
    -moz-transition:right .3s;
    transition:right .3s;
    z-index:1060
}
#filter-shadow-layer{
    position:fixed;
    min-height:100%;
    width:100%;
    top:0;
    left:0;
    background:rgba(67,87,121,.6);
    cursor:pointer;
    z-index:1000;
    display:none
}
#filter-shadow-layer.is-visible{
    display:block;
    -webkit-animation:cd-fade-in .3s;
    -moz-animation:cd-fade-in .3s;
    animation:cd-fade-in .3s
}
.filter_content{
    padding:30px;
    position:relative;
    padding-top:50px
}
.filter_content button{
    margin:0 auto;
    display:block;
    margin-top:30px
}
.filter_content button::after{
    content:'';
    position:absolute;
    width:24px;
    height:16px;
    background-size:10px;
    display:block;
    background-image:url(../images/icons/right-arrow.svg);
    top:14px;
    right:14px;
    background-position:center;
    background-repeat:no-repeat;
    border-left:1px solid #292828
}
.filter_content ul.categories_list{
    border:none
}
.filter_content .close{
    opacity:1;
    position:absolute;
    right:40px;
    top:15px
}
.filter_content .top{
    border-bottom:solid 1px rgba(41,40,40,.1);
    padding-bottom:15px;
    margin-bottom:15px
}
.filter_content .top h3{
    text-transform:uppercase;
    font-size:14px
}
.filter_content .top h3 span{
    color:#cec7bc;
    font-size:10px;
    vertical-align:top;
    margin-top:2px;
    display:inline-block;
    margin-left:10px;
    cursor:pointer
}
.filter_content .top h3 span:hover{
    opacity:.7
}
.filter_content .top h4{
    font-size:14px
}
.filter_content ul{
    list-style:none;
    padding:0;
    margin:0;
    border-bottom:solid 1px rgba(41,40,40,.1);
    padding-bottom:10px
}
.filter_content ul.categories_list li a{
    color:#292828;
    font-size:14px
}
.filter_content ul.categories_list li a:hover{
    color:#dbb470
}
.filter_content label.main{
    text-transform:uppercase;
    font-size:12px;
    margin-bottom:15px
}
.filter_content label.main.category_title{
    border-bottom:1px solid #e9e9e9;
    width:100%;
    padding-bottom:10px;
    margin-bottom:0
}
.filter_content label.main.category_title a{
    color:#cec7bc;
    font-size:10px;
    vertical-align:top;
    margin-top:2px;
    display:inline-block;
    margin-left:10px;
    cursor:pointer
}
.filter_content label.main.category_title a:hover{
    opacity:.7
}
.filter_content label.main.category_title span{
    color:#cec7bc;
    font-size:10px;
    vertical-align:top;
    margin-top:2px;
    display:inline-block;
    margin-left:10px;
    cursor:pointer
}
.filter_content label.main.category_title span:hover{
    opacity:.7
}
.filter_content ul li .checkbox_wrapper{
    margin-bottom:14px
}
.mobile_nav_content{
    display:none
}
.filter_content ul.active_filter{
    border:none
}
.active_filter li{
    height:35px;
    padding:0 15px;
    background-color:#fafafa;
    width:fit-content;
    line-height:35px;
    font-size:12px;
    margin-right:15px;
    display:inline-block;
    margin-top:10px
}
.active_filter li img{
    margin-left:9px;
    width:9px
}
.active_filter li img:hover{
    cursor:pointer;
    filter:invert(62%) sepia(24%) saturate(871%) hue-rotate(315deg) brightness(85%) contrast(115%)
}
.filter_content .content_spinner{
    display:none
}
.subpage .main_text{
    font-size:16px;
    margin-bottom:40px;
    margin-top:40px
}
#mobile-nav-sidebar{
    display:none
}
.cta_hover:hover{
    cursor:pointer
}
.add_to_cart_mobile{
    display:none
}
#TermsRegister_wrapper{
    padding:0 50px
}
#cd-cart {
    position: fixed;
    top: 0;
    height: 100%;
    width: 390px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    z-index: 3;
}
#cd-cart {
    right: -100%;
    background: #ffffff;
    -webkit-transition: right 0.3s;
    -moz-transition: right 0.3s;
    transition: right 0.3s;
    z-index: 1060;
}
#cd-cart.speed-in {
    right: 0;
}
#cd-cart-package {
    position: fixed;
    top: 0;
    height: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    z-index: 3;
}
#cd-cart-package {
    right: -100%;
    background: #ffffff;
    -webkit-transition: right 0.3s;
    -moz-transition: right 0.3s;
    transition: right 0.3s;
    z-index: 1061;
    width: 390px;
}
#cd-cart-package.speed-in {
    right: 0;
}
#cd-cart-package-mobile {
    position: fixed;
    top: 0;
    height: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    z-index: 3;
}
#cd-cart-package-mobile {
    right: -100%;
    background: #ffffff;
    -webkit-transition: right 0.3s;
    -moz-transition: right 0.3s;
    transition: right 0.3s;
    z-index: 1060;
}
#cd-cart-package-mobile.speed-in {
    right: 0;
}
#cd-shadow-layer {
    position: fixed;
    min-height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: rgba(67, 87, 121, 0.6);
    cursor: pointer;
    z-index: 1000;
    display: none;
}
#cd-shadow-layer-package {
    position: fixed;
    min-height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: rgba(67, 87, 121, 0.6);
    cursor: pointer;
    z-index: 1000;
    display: none;
}
#cd-shadow-layer.is-visible {
    display: block;
    -webkit-animation: cd-fade-in 0.3s;
    -moz-animation: cd-fade-in 0.3s;
    animation: cd-fade-in 0.3s;
}
#cd-shadow-layer-package.is-visible {
    display: block;
    -webkit-animation: cd-fade-in 0.3s;
    -moz-animation: cd-fade-in 0.3s;
    animation: cd-fade-in 0.3s;
}
#cd-cart-package .close-package {
    font-weight: bold;
    cursor: pointer;
    margin-left: 15px;
}
#cd-filters .top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 501;
    position: sticky;
    background-color: #fff;
    top: 0;
    margin: 10px 20px;
    border-bottom: 1px solid var(--grey-o);
    text-transform: uppercase;
    font-size: 10px;
    padding: 0 7px;
    height: 50px;
}
#cd-filters .close-filters {
    font-weight: bold;
    height: 50px;
    width: 25px;
    cursor: pointer;
    line-height: 50px;
    text-align: center;
    color: var(--black-p);
    font-size: 22px;
}
/* -------------------------------- 

xkeyframes 

-------------------------------- */
@-webkit-keyframes cd-fade-in {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-moz-keyframes cd-fade-in {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes cd-fade-in {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.cart_no_results{
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 20px;
    width: 100%;
}
.cart_no_results img{
    width: 45px;
    display: block;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 10px;
}

.add_in_cart_wrapper .total_box .total_price{
    text-align: right;
    font-size: 16px;
    font-weight: bold;
}

.add_in_cart_wrapper .total_box .extra_text{
    font-size: 12px;
    text-transform: initial;
    padding: 0 15px;
    margin: 15px 0;
    text-align: center;
    font-weight: 400;
}

.add_in_cart_wrapper .total_box .extra_text.min_price_text{
    padding: 0 15px;
    margin-bottom: 15px;
}

.add_in_cart_wrapper .text {
    text-align: left;
    margin-top: 10px;
}

.add_in_cart_wrapper .skillbar{
    width: 100%;
    border-radius: 8px;
    background: var(--white-p);
}

.add_in_cart_wrapper .content_spinner{
    display: none;
}

.quantity{
    display: inline-block;
}

.quantity .pro-qty {
    width: 93px;
    height: 45px;
    background: var(--white);
    border: solid 0.5px var(--grey-f);
    border-radius: 2px;
    padding: 0px 7px;
}

.quantity .pro-qty .qtybtn {
    width: 25px;
    display: block;
    float: left;
    line-height: 45px;
    cursor: pointer;
    text-align: center;
    font-size: 17px;
    color: var(--grey-f);
}

.quantity .pro-qty input {
    width: 25px;
    float: left;
    border: none;
    height: 45px;
    line-height: 24px;
    padding: 0;
    text-align: center;
    font-size: 14px;
    background-color: transparent;
}

input:-internal-autofill-selected {
    background: none;
}
.header {
    position: relative;
}
.add_in_cart_wrapper .header .close_cta {
    cursor: pointer;
    background: none;
    border: none;
    color: #ffffff;
}

.add_in_cart_wrapper .header .bottom {
    padding: 30px;
}
.add_in_cart_wrapper .header .bottom h2 {
    text-transform: uppercase;
    font-size: 20px;
    color: #292828;
}

.product_page .skillbar::after {
    content: '';
}

.total_ratings_wrapper li {
    display: flex;
}
.total_ratings li {
    height: 25px;
}

.total_ratings_wrapper img {
    margin: 0 1px;
}

.skillbar::after {
    content: attr(data-percent-round);
    font-size: 14px;
    position: absolute;
    right: -35px;
    top: -7px;
    width: 20px;
}

.skillbar {
    width: 80%;
    position:relative;
    display: inline-block;
    margin-top: 12px;
    background:#eee;
    height: 9px;
    border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    -webkit-transition:0.4s linear;
    -moz-transition:0.4s linear;
    -ms-transition:0.4s linear;
    -o-transition:0.4s linear;
    transition:0.4s linear;
    -webkit-transition-property:width, background-color;
    -moz-transition-property:width, background-color;
    -ms-transition-property:width, background-color;
    -o-transition-property:width, background-color;
    transition-property:width, background-color;
}

.skillbar-bar {
    height: 9px;
    width:0px;
    background:#292828;
    border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
}
.add_in_cart_wrapper .header .skillbar-bar{
    background: #c8e28d !Important;
}
.add_in_cart_wrapper .header .bottom .text {
    margin-top: 27px;
    font-size: 12px;
}
.add_in_cart_wrapper .header .bottom .text img {
    width: 16px;
    margin-right: 5px;
}
.change_quantity_error{
    font-size: 10px;
    color: red;
    display: none;
}
.other_products{
    padding: 20px;
}
.other_products h3{
    font-family: var(--font-primary);
    font-size: 13px;
    margin-bottom: 15px;
}
#cd-cart .other_products .product_card {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
    background-color: var(--grey-r);
}
.other_products h3 img{
    margin-right: 5px;
}
.other_products .product_card{
    background-color: #ffffff;
    border-radius: 4px;
    padding: 15px;
    margin-bottom: 15px;
}
.other_products .product_card .img_box {
    height: 102px;
    width: 100%;
    max-width: 94px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-block;
    background-color: var(--white-p);
}
.other_products .product_card .content {
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    width: 100%;
}
.other_products .product_card h3 {
    font-size: 12px;
    margin-bottom: 10px;
    margin-top: 10px;
}
.other_products .product_card .content .old_price {
    font-size: 12px;
    color: var(--black-p);
    text-decoration: line-through;
}
.other_products .product_card .content .price {
    font-size: 16px;
    color: var(--black);
}
.other_products .product_card .content .discount {
    font-size: 12px;
    color: #d11149;
    text-align: right;
    margin-top: 3px;
}
.other_products .product_card button{
    display: block;
    position: relative;
    visibility: visible;
    opacity: 1;
    margin-top: 15px;
    height: 34px;
}
.other_products .product_card button img{
    vertical-align: top;
    margin-top: 0px;
    margin-left: 7px;
    width: 16px;
}
.header-discounts.slick-initialized {
    visibility: visible;
    opacity: 1;
    line-height: 31px;
}
.logout-wrapper {
    position: absolute;
    right: 10px;
    top: 0;
    height: 31px;
    display: flex;
    align-items: center;
}
.select2{
    width: 100% !Important;
}
.step1_select{
    margin-bottom: 15px;
}
.step1_select label{
    display: inline-block;
    color: #292828;
    font-size: 14px;
    background-color: #ffffff;
    position: absolute;
    z-index: 1;
    margin-left: 20px;
    margin-top: -10px;
    padding: 2px 6px;
	border-radius: 3px;
}
.step1_select .select2-container .select2-selection--single{
    height: 45px;
}
.step1_select .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #555;
    line-height: 45px;
    font-size: 13px;
    border: 1px solid #dddddd;
    padding-left: 21px;
}
.step1_select .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 45px;
    position: absolute;
    top: 1px;
    right: 4px;
    width: 20px;
}
.step1_select .select2-container .select2-selection--single {
    height: 45px;
    border: none;
}
.step1_select.requiredSelect2 .select2-container--default .select2-selection--single .select2-selection__rendered{
    border: 2px solid #ff6d6d;
}
.iti{
    width: 100%;
}
.iti--allow-dropdown input, .iti--allow-dropdown input[type=text], .iti--allow-dropdown input[type=tel], .iti--separate-dial-code input, .iti--separate-dial-code input[type=text], .iti--separate-dial-code input[type=tel]{
    height: 45px;
    border-radius: 0px;
    font-size: 13px;
}
.filter-products-form .select2-container--default .select2-selection--single .select2-selection__arrow b {
    content: '';
    background: url(../images/down-arrow.svg);
    height: 14px;
    width: 20px;
    background-position: center;
    background-repeat: no-repeat;
    display: inline-block;
    position: relative;
    margin-left: -17px;
    top: 4px;
    border: none;
}
.filter-products-form .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    transform: rotate(180deg);
}
.select2-container--default .countrySelect .select2-results__option--highlighted[aria-selected] {
    background-color: var(--green-p);
}
.select2-container--default .countrySelect .select2-selection--single .select2-selection__placeholder {
    color: var(--black-p);
    font-size: 16px;
}
.filter-products-form .select2-results__option[aria-selected] {
    font-size: 1rem;
}
.filter-products-form .select2-container .select2-selection--single .select2-selection__rendered {
    /* padding: 7px;
    padding-left: 18px;
    padding-right: 30px;
    display: initial; */
}
.filter-products-form .select2-container--default .select2-selection--single .select2-selection__rendered {
    border: 0.5px solid var(--grey-f);
    background-color: var(--white-p);
    font-size: 16px;
}
.filter-products-form .select2-container--default .select2-selection--single {
    border: none;
}
.btn-primary {
    border: none;
    background-color: var(--black-p);
    color: var(--white-p);
    font-size: 14px;
    text-transform: uppercase;
    height: 45px;
    line-height: 45px;
    padding: 0 20px;
    transition: .3s all;
	border-radius: 3px;
}


.btn-primary-pdf {
    width: 100%;
    margin-bottom: 20px;
    border: none;
    background-color: var(--black-t);
    color: var(--white-p);
    font-size: 14px;
    text-transform: uppercase;
    height: 45px;
    line-height: 45px;
    padding: 0 20px;
    transition: .3s all;
	border-radius: 3px;
}

.btn-primary-landing {
    border: none;
    background-color: #5f506b;
      color: #fff;
    margin-right: 5px;
    width: 160px;
    font-size: 14px;
    text-transform: uppercase;
    height: 45px;
    line-height: 45px;
    padding: 0 20px;
    transition: .3s all;
	border-radius: 3px;
}

.btn-primary-landing-2 {
    border: none;
    background-color: #5f506b;
      color: #fff;
    margin-left: 5px;
    width: 160px;

    font-size: 14px;
    text-transform: uppercase;
    height: 45px;
    line-height: 45px;
    padding: 0 20px;
    transition: .3s all;
	border-radius: 3px;
}

.btn-primary-landing:hover {
    color: var(--white-p)!important;
   
    opacity: 0.88 !important;
}
.btn-primary-landing-2:hover {
    color: var(--white-p)!important;
   
    opacity: 0.88  !important;
}


#button-addon2 {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.no-border-radius-left {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.btn-primary:hover {
    color: var(--white-p)!important;
    background-color: var(--black-p);
    opacity: 0.7;
}
.btn-primary:focus,.btn-primary:active {
    outline: none !important;
    box-shadow: none;
}
.custom-input {
    border: 0.5px solid var(--black-p);
    border-radius: 0;
}
.input-group-append {
    margin: 0;
}
.input-group .btn-primary {
    padding: 0 50px;
}
.news-box input:focus,input:active {
    /*    border: 0.5px solid var(--black-p);
        box-shadow: inset 0 -1px 0 #ddd !important;
        border-color: var(--black-p) !important;*/
}
#country-select .select2-container--default .select2-selection--single {
    border-radius: 0;
    background: transparent;
}
#country-select .select2-container--default .select2-selection--single .select2-selection__arrow b {
    content: '';
    background: url(../images/down-arrow-white.svg);
    height: 14px;
    width: 20px;
    background-position: center;
    background-repeat: no-repeat;
    display: inline-block;
    position: relative;
    margin-left: -23px;
    top: 10px;
    border: none;
}
#country-select .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    transform: rotate(180deg);
}
#country-select .select2-container--default .select2-selection--single {
    border: 1px solid var(--grey-f);
}
#country-select .select2-container .select2-selection--single {
    height: 36px;
}
#country-select .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: var(--white-p);
    line-height: 36px;
}
#country-select .select2 {
    width: 60% !important;
}
#country-select .select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: var(--green-p);
}
.select2-container--open .select2-dropdown--above {
    border-radius: 0;
}
.select2-container--open .select2-dropdown--below {
    border-radius: 0;
}
.btn-link {
    display: block;
    width: fit-content;
    text-decoration: none !important;
    margin-top: 10px;
}
.btn-link:hover {
    color: var(--white-p);
    text-decoration: none;
    background-color: var(--black-p);
}
.mt-custom {
    margin-top:5rem;
}
.tab-pane.active {
    animation: slide-down 1.5s ease-out;
}

@keyframes slide-down {
    0% {
        opacity: 0;
        transform: translateY(30%);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
.background-image {
    background-repeat: no-repeat;
    background-size: cover;
}
.news-sign-up {
    background-image:url(../images/news-banner.webp);
    background-size: cover;
    background-repeat: no-repeat;
    width: calc(100% + 15px);
    padding: 100px 0;
	margin-top: 100px;
}
.news-box{
    background-color: var(--white-p);
    padding: 30px 80px;
}
.blogs-section {
	padding-top: 65px;
    margin-bottom: 65px;
}
.btn-cart {
    border: none;
    height: 45px;
    line-height: 45px;
    font-size: 14px;
    background-color: var(--black-t);
    text-transform: uppercase;
    color: var(--white-p);
    transition: .3s all;
    padding: 0 60px;
	position: relative;
	border-radius: 3px;
}
.new-btn-cart {
    border: none;
    height: 45px;
    line-height: 45px;
    font-size: 14px;
    background-color: var(--black-t);
    text-transform: uppercase;
    color: var(--white-p);
    transition: .3s all;
	padding-left: 105px;
	padding-right: 60px;
	position: relative;
	border-radius: 3px;
}
.btn-cart img {
	margin-right: 15px;
}
.new-btn-cart img {
	position: absolute;
	transform: translateY(-50%);
	top: 50%;
	left: 14px;
}
.new-btn-cart:before {
	content: '';
	position: absolute;
	left: 0;
	width: 45px;
	height: 100%;
	background-color: var(--green-l);
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}
.new-btn-cart.plus-icon:before {
	content: '+';
	font-size: 20px;
	line-height: 40px;
	font-family: var(--font-primary);
}
.btn-cart:hover {
    opacity: 0.7;
}
.bg-grey {
    background-color: var(--grey-t);
}
.bottom {
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: var(--black-p);
    color: var(--white-p);
    font-size: 12px;
}

.blogs-box {
    transition: .3s all;
    background-color: var(--white-p);
	padding: 10px;
	padding-bottom: 15px;
}
.blogs-box:hover {
    /*filter: brightness(90%);*/
}

.blogs-box .blog-title {
	font-family: var(--font-bold);
	line-height: 1.5em;
}

.blogs-box .blog-desc {
	line-height: 1.5em;
}

.blogs-box a {
    transition: .3s all;
}

.blogs-box a:hover {
    /*filter: brightness(90%);*/
    opacity: 0.7;
    color: var(--black-p);
}

.blogs-box img {
    height: 230px;
	aspect-ratio: 3/2;
    width: 100%;
    object-fit: cover;
}
.input_wrapper .requiredInput{
    border: 1px solid var(--red-s);
}
.requiredInput {
    border: 1px solid var(--red-s)!important;
}

#InStockFormEmail.requiredInput {
    border: 1px solid var(--red-s);
}

#InStockFormResponse {
    margin-top: 7px;
    font-size: 13px;
}

#MessageResponse {
    margin-top: 0;
    text-align: center;
}

.message-response-wrapper {
    display: none;
}

.product_page .others_images .other_image_bg{
    height: 160px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
	background-color: var(--white-p);
}

.product_page .others_images .other_image_bg img{
    display: none;
}

.product_page .others_images img {
    max-width: 100%;
    height: 270px;
}

.product_page .others_images .other_image_bg img {
    display: none;
}
.brands-price-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 15px;
}
.brands-price-box img {
    height: 80px;
    transition: .3s all;
}
.brands-price-box img:hover {
    opacity: 0.7;
}
.product-price-wrapper h3 {
    font-family: var(--font-primary);
    font-size: 32px;
}
.price-wrapper label {
    position: absolute;
    top: -22px;
}
.product_page .stock .color {
    width: 12px;
    height: 12px;
    display: inline-block;
    background-color: #d3cccf;
    border-radius: 50%;
    vertical-align: top;
}
.product_page .stock .color.stock_green {
    background-color: var(--green-t);
}

.stock {
    display: flex;
    align-items: center;
    padding: 10px 0;
    padding-bottom: 15px;
    gap: 8px;
}

.stock .title {
    font-size: 13px;
}

.delivery-wrapper {
    display: flex;
    padding: 12px 0;
    border-top: 1px solid var(--grey-o);
    border-bottom: 1px solid var(--grey-o);
    gap: 12px;
}

.delivery-wrapper img {
    height: 18px;
}

.delivery-wrapper p {
    font-size: 13px;
}

.product_page .basic_list {
    margin-top: 25px;
    margin-bottom: 30px;
}

.product_page .basic_list ul {
    padding: 0;
}

.product_page .shop_info li {
    margin-bottom: 8px;
    position: relative;
    padding-left: 22px;
    font-size: 13px;
    list-style: none;
}

.product_page .shop_info li:before {
    content: '';
    width: 12px;
    height: 12px;
    position: absolute;
    left: 0px;
    top: 3px;
    background-color: var(--green-t);
    border-radius: 50%;
}


.brands {
    padding: 20px;
    padding-left: 0;
    padding-right: 0;
}

.brands-box {
    display: flex;
    align-items: center;
    background-color: var(--grey-t);
    padding: 10px;
    padding-top: 30px;
    padding-bottom: 30px;
    gap: 20px;
}

.brands-box img {
    height: 74px;
}

.brands p {
    font-size: 13px;
}

#brand-more {
    display: none;
    margin-top: 10px;
    font-size: 14px;
}

.more_brands_button .hide_more_text{
    display: none;
}

.more_brands_button {
    color: var(--black-p);
    border: none;
    background: none;
    text-align: center;
    display: block;
    width: fit-content;
    font-size: 13px;
    text-decoration: underline;
    margin-top: 10px;
    transition: .3s all;
}

.more_brands_button:hover {
    color: var(--red-p);
}

.accordion .card .card-header {
    border: 0;
    background: none;
    padding: 0;
    outline: none;
    transition: .3s;
}

.accordion .card .card-header:focus {
    outline:0 !important;
}

.accordion .card-body{
    padding: 0;
    padding-bottom: 20px;
    font-size: 16px;
    color: var(--black-p);
}

.accordion .card .card-header .btn-header-link {
    color: var(--black-p);
    display: block;
    text-align: left;
    padding: 15px;
    padding-left: 0;
    padding-right: 0;
    font-size: 16px;
    border: none;
    outline:0 !important;
    transition: .3s;
}

.accordion .card .card-header .btn-header-link:after {
    content: "";
    background-image: url('../images/icons/left-arrow.svg');
    filter: invert(62%) sepia(0%) saturate(265%) hue-rotate(199deg) brightness(87%) contrast(79%);
    font-weight: 900;
    height: 20px;
    width: 50px;
    background-size: 10px;
    background-position: center;
    float: right;
    background-repeat: no-repeat;
    position: absolute;
    right: -3px;
    top: 15px;
    transform: rotate(-90deg);
}

.accordion .card .card-header .btn-header-link.collapsed:after {
    content: "";
    background-image: url('../images/icons/left-arrow.svg');
    filter: invert(62%) sepia(0%) saturate(265%) hue-rotate(199deg) brightness(87%) contrast(79%);
    font-weight: 900;
    height: 20px;
    width: 50px;
    background-size: 10px;
    background-position: center;
    float: right;
    background-repeat: no-repeat;
    position: absolute;
    right: -3px;
    top: 15px;
    transform: rotate(180deg);
}

.accordion .card .card-header:hover{
    opacity: 0.7;
}

.accordion .card .card-body .title{
    font-size: 14px;
}

.accordion .card .card-body .text{
    margin-bottom: 10px;
}

.accordion .card {
    border-left: none;
    border-right: none;
    border-top: none;
    border-bottom: 0.5px solid var(--grey-o);
    border-radius: 0;
}

.product_page .description {
    border-bottom: 0.5px solid var(--grey-o);
    padding-bottom: 15px;
}

.product-price-wrapper p {
    font-family: var(--font-primary);
    font-size: 32px;
}

.order-box {
    padding: 20px;
    background-color: var(--grey-b);
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px;
}

.font-size-13 {
    font-size: 13px;
}

.profile_subpage .btn-secondary {
    display: block;
    line-height: 45px;
    cursor: pointer;
}

.profile_subpage .btn-secondary.delete {
    display: block;
    line-height: 45px;
    cursor: pointer;
    margin: 0 auto;
    padding: 0 20px;
    margin-bottom: 20px;
}
.profile_subpage .btn-secondary.delete:hover{
    background-color: var(--grey-p);
}

.profile_subpage .btn-secondary:hover {
    color: var(--white-p) !important;
}

.order-number {
    text-decoration: underline;
}

.btn-primary-wrapper {
    width: 38%;
}

.profile_subpage .hover_order tr.hover_element{
    transition: .3s;
}

.profile_subpage .hover_order tr.hover_element:hover{
    cursor: pointer;
    background-color: #ffffff;
    box-shadow: 1px 1px 7px 0px #dddbdb;
}


.profile_subpage .order_status{
    height: 23px;
    padding: 0px 20px;
    border-radius: 2px;
    display: block;
    margin: 0 auto;
    font-size: 10px;
    color: #ffffff;
    width: fit-content;
    text-transform: uppercase;
    line-height: 23px;
    margin-top: -30px;
    margin-bottom: 35px;
}

.profile_subpage .order-status {
    font-size: 13px;
    text-transform: uppercase;
    color: var(--white-p);
    border-radius: 13px;
    height: 26px;
    line-height: 26px;
    width: fit-content;
    padding: 0 12px;
}

.order-top-wrapper {
    display: flex;
    align-items: center;
}

.order-top-wrapper .profile_cta {
    margin: 0;
    margin-right: auto;
    text-transform: uppercase;
}

.bottom-border {
    border-bottom: 1px solid var(--grey-f);
    padding-bottom: 10px;
}

.profile_subpage.profile_update .user_data li {
    margin: 7px 0;
}

.profile_subpage .product-img {
    height: 125px;
}

.order-status-wrapper {
    font-size: 13px;
    align-items: center;
    gap: 10px;
    margin: 10px 0;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.profile_subpage .log-out-profile {
    text-decoration: underline;
    font-size: 13px;
    text-transform: uppercase;
}

.profile_subpage .user_data{
    background-color: var(--grey-b);
    padding: 15px;
    list-style: none;
    margin: 0px;
    margin-bottom: 12px;
}

.profile_subpage .user_data li{
    margin: 0;
    font-size: 16px;
}

.profile_subpage .back-to-shop {
    display: block;
    font-size: 13px;
    text-transform: uppercase;
    text-decoration: underline;
    margin-top: 20px;
    margin-bottom: 60px;
}

.profile_subpage .user_data p {
    font-size: 13px;
}

.profile_subpage .user_data li a.cta{
    color: var(--black-p);
    font-size: 13px;
    text-align: right;
    display: inherit;
    text-decoration: underline;
    text-transform: uppercase;
    margin-top: 20px;
    transition: .3s all;
}

.hide-profile:hover {
    opacity: 0.7;
}

.navbar-icons a {
    margin: 0 5px;
}

.properties-wrapper {
    display: flex;
    justify-content: space-around;
    width: 100%;
    align-items: center;
    border-bottom: 1px solid var(--grey-f);
    transition: .3s all;
}

.properties-wrapper:hover {
    background-color: var(--grey-z);
}

.properties-wrapper:hover.disabled-properties-wrapper {
    background: none;
}

.properties-wrapper.disabled-properties-wrapper {
    cursor: not-allowed;
}

.price-sidebar-wrapper {
    padding: 0;
    display: flex;
    align-items: center;
    gap: 5px;
}

.price-sidebar {
    font-family: var(--font-primary);
    font-weight: bold;
    font-size: 16px;
}

.product-discount-mobile {
    text-decoration: line-through;
}

.navbar-search:hover {
    opacity: 0.7;
}

.cart_box:hover {
    opacity: 0.7;
}

#product-properties-sidebar.product-quantity {
    align-content: flex-start;
    flex-direction: column;
    bottom: 0;
    height: auto;
}


#product-properties-sidebar .cart-props {
    /*border: 1px solid var(--brown-p);*/
    font-size: 12px;
    padding: 15px 25px;
    margin: 2px;
    transition: .3s all;
}

#product-properties-sidebar .cart-props:hover {
    /*background-color: var(--green-p);*/
    /*border: 1px solid transparent;*/
    /*color: var(--white-p);*/
}

#InStockForm {
    display: flex;
	margin-top: 10px;
}

#InStockFormEmail {
    border: 0.5px solid var(--black-p);
    padding: 0.375rem 0.75rem;
}


.flip{
    margin-bottom: 25px;
    position: relative;
    text-align: center;
}

.flip .img{
    width: 125px;
    height: 125px;
    display: inline-block;
    border-radius: 50%;
}

.flip .img.no_bg{
    background-size: contain;
}

.flip .content{

}

.flip .content h4{
    font-weight: 700;
    font-size: 22px;
}

.flip .team_card .back h4{
    font-size: 18px;
}

.flip .content h5{
    font-size: 14px;
}

.flip .content .cta{
    position: relative;
    top: 30px;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: underline;
    transition: .3s;
}

.flip .content .cta:hover{
    color: var(--green-p);
    cursor: pointer;
}

.flip .content p {
    font-size: 13px;
    margin-bottom: 10px;
}

.flip .cta img{
    width: 17px;
    vertical-align: top;
}

.flip .team_card.flipped {
    -webkit-transform: rotatey(-180deg);
    transform: rotatey(-180deg);
}
.flip .team_card {
    width: 100%;
    height: 250px;
    -webkit-transform-style: preserve-3d;
    -webkit-transition: 0.5s;
    transform-style: preserve-3d;
    transition: 0.5s;
    background-color: var(--grey-r);
    border: none;
    border-radius: 4px;
    text-align: center;

}
.flip .team_card .face {
    -webkit-backface-visibility: hidden ;
    backface-visibility: hidden ;
    z-index: 2;
}
.flip .team_card .front {
    display: flex;
    align-items: center;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 1;
    text-align: left;
    transform: rotateX(0deg);
	padding: 12px;
	gap: 24px;
}
.flip .team_card .back {
    -webkit-transform: rotatey(180deg);
    transform: rotatey(180deg);
    position: absolute;
}
.flip .team_card .back .content{
    font-size: 11px;
    text-align: left;
    padding: 12px;
    overflow: hidden;
    margin: 0;
}
.flip .team_card .back .content h5{
    margin-bottom: 10px;
}
.video_frame {
    width: 100%;
    border: none;
    height: 280px;
    margin-top: 20px;
}
.products_results_cta {
    margin: 0 auto;
}
.add_in_cart_wrapper .close_cta img {
    height: 8px;
}
/* BLOG */
.categories-box {
    background-color: var(--grey-e);
    padding: 10px;
    display: flex;
    flex-direction: column;
    border-radius: 3px;
}
.blogs h1 {
    text-align: left;
    font-size: 30px;
    margin-bottom: 10px;
    padding: 5px;
}
.active-blog {
    font-weight: bold;
}
.active-blog:hover {
    color: var(--black);
}
.input-box {
    margin-top: 15px;
    display: flex;
    align-items: center;
}
#search-blogs {
    border-radius: 3px;
    background-color: var(--grey-e);
    border: 1px solid transparent;
    width: 100%;
    padding: 12px;
    font-size: 14px;
}
.input-box:after {
    content: '';
    background-image: url(../images/icons/search-new.svg);
    width: 15px;
    height: 15px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    right: 28px;
}
.best-blogs {
    margin-top: 25px;
}
.best-blogs h2 {
    font-size: 20px;
    padding: 5px;
    padding-bottom: 15px;
}
.best-blogs-wrapper {
    background-color: var(--grey-e);
    padding: 10px;
}
.blogs .btn-primary {
    display: block;
    margin: 0 auto;
}
.best-blogs-box {
    display: flex;
    align-items: center;
    transition: .3s all;
    padding: 5px;
}
.best-blogs-box:hover {
    opacity: 0.7;
    color: var(--black-p);
}
.best-blogs-box h1 {
    margin: 0;
    padding: 10px;
}
.blog-category {
    font-size: 13px;
    text-transform: uppercase;
    color: var(--black-p);
}
.best-blogs-wrapper .best-blogs-box {
    border-bottom: 1px solid var(--grey-o);
    padding-bottom: 8px;
    padding-top: 8px;
}
.best-blogs-wrapper .best-blogs-box:last-of-type{
    border-bottom:1px solid transparent;
    padding-bottom: 0;
}
.best-blogs-box p {
    font-size: 16px;
    color: var(--black-p);
    line-height: normal;
}
.blog-link {
    pointer-events: all !important;
}
.blogs .btn-secondary {
    width: fit-content;
    height: 45px;
    padding: 0 40px;
    margin: 0 auto;
    display: block;
}
.blogs .btn-secondary:hover {
    opacity: 0.7;
    border: 1px solid transparent;
}
.blogs .btn-secondary:focus {
    outline: none;
    box-shadow: none;
}
.blog-text-wrapper label {
    color: var(--black-p);
    text-transform: uppercase;
    font-size: 16px;
}
.blog-text-wrapper {
    padding: 10px;
}
.blog-text-wrapper h1 {
    padding: 0;
}
.blog-label:hover {
    filter: brightness(90%);
}
.blog-label a:hover {
    color: var(--black-p);
}
.blog-label h1 {
    font-size: 20px;
    color: var(--black-p);
}
.blog-label .blog-category {
    font-size: 12px;
    color: var(--black-p);
    text-transform: uppercase;
}
.no-blogs {
    margin: 10px auto;
    font-weight: bold;
}
/* END OF BLOG */

/* SINGLE BLOG */

.single-blog .breadcrumb-item:last-of-type {
    text-transform: none;
}
.single-blog li {
    font-size: 14px;
}
.single-blog .breadcrumb .breadcrumb-item a {
    color: var(--black-p);
    font-size: 13px;
}
.single-blog .breadcrumb .breadcrumb-item a:hover {
    color: var(--red-p);
}
.single-blog .breadcrumb .breadcrumb-item {
    color: var(--black-p);
    font-size: 13px;
}
.single-blog-img {
    width: 100%;
    border-radius: 3px;
    object-fit: contain;
}
.single-blog .breadcrumb {
    margin-bottom: 20px;
}
.prev-link:hover, .prev-link span:hover {
    color: var(--red);
}
.prev-link:hover span,
.prev-link:hover p,
.prev-link:hover p:before{
    color: var(--red);
    right: 6px;
}
.next-link:hover span,
.next-link:hover p,
.next-link:hover p:after{
    color: var(--red);
    left: 6px;
}
.prev-link > span,
.next-link span
{
    text-transform: uppercase;
    font-size: 12px;
    margin: 0;
}
.prev-link p:before {
    content: '';
    background-image: url(../images/icons/blog-left.svg);
    width: 10px;
    height: 8px;
    position: relative;
    display: inline-block;
    right: 3px;
    bottom: 1px;
    transition: .3s all;
}
.next-link p:after {
    content: '';
    background-image: url(../images/icons/blog-right.svg);
    width: 10px;
    height: 8px;
    position: relative;
    display: inline-block;
    left: 3px;
    bottom: 1px;
    transition: .3s all;
}
.single-blog-body {
    margin-top: 40px;
}
.single-blog h4 {
    font-size: 20px;
    margin-bottom: 10px;
}
.single-blog .video_frame {
    width: 100%;
    border: none;
    height: 340px;
}
.blog-img {
    object-fit: contain;
}
.single-blog-grey {
    padding: 20px;
    background-color: var(--grey-b);
	margin-top: 100px;
}
.more-blogs {
    display: flex;
    justify-content: space-between;
}
.single-blog-body strong {
    margin-top: 40px;
    color: var(--black);
    font-size: 20px;
    letter-spacing: 1.1px;
}
.single-blog-text {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 100%;
}
.blog-date {
    font-size: 16px;
    color: var(--black-p);
    margin: 5px 0;
}
.blog-type {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.single-blog-text p {
    text-transform: uppercase;
    font-size: 16px;
}
/* END OF SINGLE BLOG */

#LoadMoreProducts {
    display: none;
}
.opinions .opinions_box{
    background-color: transparent;
    padding: 25px;
    padding-left: 0;
    padding-right: 0;
}
.opinions .overview .grade{
    font-size: 32px;
    color: var(--black-p);
    font-weight: bold;
}
.opinions .overview .total_stars{
    font-size: 10px;
    color: var(--black-p);
    text-transform: lowercase;
}
.opinions .total_ratings{
    list-style: none;
    margin: 0px;
    padding: 0px;
    color: var(--black-p);
}
.opinions .total_ratings li span {
    margin-top: 1px;
    display: inline-block;
    vertical-align: top;
    margin-right: 4px;
    font-weight: bold;
}
.opinions .total_ratings li img{
    width: 11px;
}
.opinions .total_ratings li img.empty_star{
    filter: invert(100%) sepia(3%) saturate(642%) hue-rotate(202deg) brightness(115%) contrast(87%);
}
.opinions-wrapper {
    background-color: var(--white-p);
    padding: 20px;
    display: flex;
    align-items: center;
}
.product_page .skillbar {
    margin: 0;
}
.single_opinion{
    padding: 10px 20px 20px 25px;
    background-color: var(--white-p);
    margin: 10px 0;
    margin-top: 0;
}
.single_opinion h3{
    font-size: 24px;
    color: var(--black-p);
    margin-bottom: 10px;
    margin-top: 10px;
}
.single_opinion .user{
    font-size: 13px;
    margin-bottom: 10px;
}
.single_opinion .text{
    font-size: 12px;
    line-height: 1.67;
}
.rating_box{
    display: inline-block;
    margin-right: 5px;
}
.product_page label.opinions-label {
    font-size: 24px;
}
.opinions .cta .hide_more_text{
    display: none;
}
.opinions .opinions_box .other_hidden_orders{
    display: none;
}
.opinions .cta{
    display: block;
    margin-top: 25px;
    text-align: center;
    text-decoration: underline;
    font-size: 12px;
    text-transform: uppercase;
    cursor: pointer;
    transition: .3s all;
}
.opinions .cta:hover {
    opacity: 0.7;
}
.quantity_error {
    display: none;
    color: var(--red-s);
}
.blog-product-wrapper {
    display: block;
    background-color: var(--grey-r);
    padding: 20px 30px;
    margin: 8px 0;
}
.blog-product-wrapper:hover {
    color: var(--black-p);
    opacity: 0.7;
}
.blog-product-wrapper .short {
    font-size: 13px;
}
.downsell_offer{
    margin-top: 50px;
    margin-bottom: 50px;
    min-height: 90vh;
}
/*  PAGES WITH PRODUCTS */
.pages-with-products {
    padding: 0;
}
.primary_bg {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.pages-with-products header .left {
    height: 660px;
    width: 50%;
    float: left;
}
.pages-with-products header .right {
    float: left;
    background-color: var(--grey-r);
    width: 50%;
    position: relative;
    height: 660px;
}
.pages-with-products header .right .content {
    display: flex;
    height: 100%;
    align-items: center;
    padding: 0 50px;
}
.product-section-1 {
    padding: 60px 0;
    margin: 0 auto;
    text-align: center;
}
.pages-with-products ul li {
    list-style: none;
}
.pages-with-products .vertical_list li:before {
    background: none;
    width: auto;
    height: auto;
    margin: 0;
}
.pages-with-products ul li:before {
    content: '';
    background-image: url(../images/icons/check-green.svg);
    display: inline-block;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 8px;
    vertical-align: top;
    margin-top: 5px;
}
.pages-with-products .add_to_cart {
    padding: 0;
    margin-top: auto;
    white-space: nowrap;
    transition: .3s all;
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 0 100px;
}
.pages-with-products .product-wrapper {
    display: flex;
    justify-content: space-around;
    align-items: baseline;
    width: 100%;
    gap: 30px;
    padding: 0 250px;
}
.money-return {
    background-color: var(--green-p);
    text-align: center;
    margin-top: 20px;
    color: var(--white-p);
    height: 74px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.margin-t-b-90 {
    margin: 90px 0;
}
.opinion-slider-wrapper {
    min-height: 400px;
    background-color: var(--white-p);
    padding: 20px 35px;
    position: relative;
}
.opinion-bg-image {
    margin: 0 auto;
    height: 115px;
    width: 115px;
    border-radius: 50%;
    background-color: #d8d8d8;
    background-size: contain;
    background-position: center;
}
.opinion-image {
    margin-top: 25px;
    left: -15px;
    position: relative;
}
.opinion-body {
    margin-top: 10px;
}
.opinion-title {
    font-size: 16px;
    color: var(--red-p);
    text-align: center;
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translate(-50%,-50%);
}
.margin-t-b-40 {
    margin: 40px 0;
}
.body-7 {
    color: var(--white-p);
    background-color: var(--green-p);
    margin: 40px 0;
    height: 74px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.questions-body {
    background-color: var(--grey-r);
    padding: 60px 30px;
}
.pages-with-products .video_frame {
    width: 100%;
    border: none;
}
.bg-image-3 {
    content: '';
    height: 400px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
}
/* END OF PAGES WITH PRODUCTS */
.header-mobile {
    display: none;
}
.change-lang-mobile {
    display: none;
}
.show-mobile {
    display: none;
}
.others_images {
    margin-top: 30px;
}
.mobile {
    display: none;
}
.add_to_cart_mobile {
    display: none;
}
#MegamenuSearch .product-title {
    height: fit-content !important;
}
#MinOrderText{
    display: none;
    font-size: 14px;
    color: var(--red-s);
}
.tab-content .product-card h3 {
    font-family: var(--font-primary);
    font-size: 16px;
}
/* SUBMIT OPINIONS */
.opinion_box{
    text-align: left;
    margin: 0 auto;
    width: 70%;
    text-transform: unset;
}
.opinion_box .single_opinion{
    margin-bottom: 30px;
}
.opinion_box h2{
    font-size: 18px;
    color: #292828;
    margin-top: 25px;
}
.opinion_box .img_box{
    height: 130px;
    width: 130px;
    background-color: #ffffff;
    position: relative;
    margin: 0 auto;
    display: inline-block;
}
.opinion_box .img_box img{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    max-width: 100%;
    max-height: 80%;
}
.opinion_box .content{
    display: inline-block;
    width: 70%;
    vertical-align: top;
    margin-left: 20px;
}
.opinions_subpage a{
    margin: 0 auto;
    display: block;
    width: max-content;
    margin-bottom: 60px;
    margin-top: 20px;
}
.rating {
    display: inline-block;
    position: relative;
    margin-bottom: 20px;
}
.rating label {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    cursor: pointer;
}
.rating label:last-child {
    position: static;
}
.rating label:nth-child(1) {
    z-index: 5;
}
.rating label:nth-child(2) {
    z-index: 4;
}
.rating label:nth-child(3) {
    z-index: 3;
}
.rating label:nth-child(4) {
    z-index: 2;
}
.rating label:nth-child(5) {
    z-index: 1;
}
.rating label input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}
.rating label .icon {
    float: left;
    color: #f1f1f1;
    font-size: 20px;
    margin-right: 5px;
}
.rating label:last-child .icon {
    color: #f1f1f1;
}
.rating:not(:hover) label input:checked ~ .icon,
.rating:hover label:hover input ~ .icon {
    color: #d2b887;
}
.rating label input:focus:not(:checked) ~ .icon:last-child {
    color: #d2b887;
    text-shadow: 0 0 5px #09f;
}
.page_body .subpage_body{
    padding-top: 50px;
    padding-bottom: 40px;
}
.rating label .icon {
    float: left;
    color: transparent;
}
.opinion_box .single_product_opinion{
    margin-bottom: 32px;
    border-bottom: solid 0.5px #888;
    padding-bottom: 30px;
}
.opinion_box label{
    display: block;
    font-size: 14px;
    margin-bottom: 0px;
}
.opinion_box textarea{
    width: 100%;
    resize: none;
    padding: 10px;
    border: solid 1px #dddddd;
    border-radius: 4px;
    background-color: #ffffff;
    min-height: 130px;
    margin-bottom: 20px;
}
.opinion_box button{
    margin: 0 auto;
    display: block;
    width: max-content;
    margin-top: 30px;
    margin-bottom: 50px;
}
.opinion_box .checkbox_wrapper{
    text-align: left;
}
.opinion_box label.custom_checkbox{
    text-transform: none;
    margin-top: 30px;
    margin-left: 20%;
}
.opinion_upload .dropzone{
    border: 1px solid #dddddd;
    margin-bottom: 20px;
}
.opinion_upload .dropzone .dz-preview .dz-image img {
    display: block;
    height: 100%;
    max-width: 100%;
    width: auto;
}
.opinion_upload .front{
    cursor: pointer;
    transition: .3s;
}
.opinion_upload .close{
    font-size: 14px;
    color: var(--black-p);
}
.opinion_upload .close img{
    vertical-align: top;
    margin-top: 3px;
    margin-right: 5px;
}
.main-opinion {
    margin: 40px 0;
    text-align: center;
}
.opinion_upload .front:hover{
    opacity: 0.8;
}
.opinion_upload .circle{
    width: 67px;
    height: 64px;
    background-color: #dddddd;
    border-radius: 4px;
    position: relative;
    display: inline-block;
}
.opinion_upload .circle img{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.opinion_upload .content{
    margin-top: 22px;
    font-size: 14px;
}
.opinion_h4{
    text-align: center;
    margin-bottom: 20px;
}
.opinion_h4 img{
    width: 40px;
    display: block;
    margin: 0 auto;
    margin-bottom: 10px;
}
/* END OF SUBMIT OPINIONS */
.enter-new-password {
    font-size: 14px;
    margin-bottom: 10px;
}
.carousel-indicators .active {
    background-color: black;
    opacity: 1;
}
.carousel-indicators {
    left: auto;
    right: 0;
    bottom: 13.5%;
    margin-right: 15px;
}
.carousel-indicators li {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: var(--black-p);
    opacity: 0.37;
}
#mobile-slider {
    display: none;
}
.lowest-price {
    font-size: 12px;
    text-align: right;
}
#gdpr-cookie-message {
    display: block;
    font-family: var(--font-primary);
    font-weight: 400;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    background-color: #051824;
    padding: 10px 20px;
    text-align: center;
}
#gdpr-cookie-message h4,
#gdpr-cookie-message p {
    color: #ffffff;
    display: inline-block;
    margin: 0;
    font-size: 13px;
}
#gdpr-cookie-message h4 {
    font-family: var(--font-primary);
    font-weight: 800;
    color: #ffffff;
    text-transform: uppercase;
    padding-right: 15px;
}
#gdpr-cookie-message p a {
    color: #0064a7;
    text-decoration: underline;
    padding-left: 5px;
}
#gdpr-cookie-message button {
    margin: 0 10px;
    background-color: #FFFFFF;
    border: none;
    padding: 5px 10px;
    color: #000;
    font-size: 13px;
    transition: .3s all;
}
#gdpr-cookie-message button#gdpr-cookie-advanced {
    color: #fff;
    background: transparent;
    border: 1px solid #fff;
}
#gdpr-cookie-message button:hover {
    opacity: 0.7;
}
#gdpr-cookie-message button#gdpr-cookie-advanced:hover {
    opacity: 0.7;
}
#gdpr-cookie-types h5 {
    font-family: var(--font-primary);
    color: #fff;
    font-size: 14px;
    padding-top: 10px;
    margin: 10px 0;
}
#gdpr-cookie-types ul {
    padding: 0;
}
#gdpr-cookie-types ul li {
    list-style: none;
    color: #fff;
    display: inline-block;
    padding: 5px;
    font-size: 13px;
}
.in_stock_again_date {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 14px;
    margin-bottom: 5px;
}
.in_stock_again_box h4 {
    font-family: var(--font-primary);
    font-size: 13px;
}

.select2-results__message{
    display: none;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple{
    border-radius: 4px;
}

.quantitySelect::-webkit-inner-spin-button,
.quantitySelect::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
    display: none;
}
.addToCartRow{
    /*padding: 0px 30px;*/
    margin-bottom: 5px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
}
.addToCartRow:last-of-type {
    margin-bottom: 0px;
}
.addToCartRow .select2 {
    width: 60% !important;
    display: inline-block;
    font-family: var(--font-primary);
    font-size: 16px;
    height: auto;
    margin-right: 10px;
}
input.quantitySelect{
    width: 15%;
    height: 36px;
    border: 1px solid var(--grey-o);
    text-align: right;
    padding-right: 10px;
    font-size: 13px;
    border-radius: 0;
}
.header .right .content.quick-order{
    align-items: flex-start;
    padding-left: 40px;
}
.quick-order{
    width: 50%;
    text-align: left;
}
.quick-order h1{
    margin-bottom: 10px;
}
.quickOrderText{
    margin-bottom: 15px;
}
.labelWrapper{
    display: flex;
    font-size: 13px;
    flex-direction: row;
    align-items: center;
    align-content: center;
    justify-content: space-evenly;
    margin-bottom: 10px;
}
.quickOrderLabel:first-of-type{
    width: 63%;
}
.quickOrderLabel:last-of-type{
    width: 37%;
}

.addToCartRow .select2-search__field{
    max-width: 220px !important;
}
.addToCartRow .select2-container--default .select2-selection--multiple{
    height: 36px;
    border-radius: 0;
    border: 1px solid var(--grey-o);
}

.addToCartRow .select2-container--default.select2-container--open .select2-selection--multiple{
    border-radius: 0;
    border: 1px solid var(--grey-o);
}
.addToCartRow .select2-container--default .select2-selection--multiple .select2-selection__choice{
    font-size: 14px;
    background-color: var(--grey-e);
    border: 1px solid var(--grey-o);
    color: var(--black-p);
    border-radius: 0;
}
.addToCartRow .select2-container--default .select2-selection--multiple .select2-selection__choice__remove{
    margin-right: 5px;
}

.select2-container--default .quickOrder .select2-results__option--highlighted[aria-selected]{
    background-color: var(--grey-o);
    color: var(--black-p);
}
.addToCartRow .select2-container--default .select2-selection--multiple .select2-selection__rendered{
    width: 10vw;
}
.select2-dropdown{
    border: none;
}
p.order_table{
    font-size: 14px;
}
.b2b_products_table {
    border-collapse: collapse;
    width: 100%;
    font-family: var(--font-primary);
    font-weight: 400;
    font-size: 13px;
}
.b2b_products_table tr{
    height: 40px;
}
.b2b_products_table th {
    font-weight: 400;
    padding: 10px;
    border-bottom: solid 0.5px var(--grey-f);
    text-align: left;
}
.b2b_products_table td {
    padding: 10px;
    border-bottom: solid 0.5px var(--grey-f);
    text-align: left;
}
.b2b_products_table th:last-of-type{
    text-align: right;
}
.b2b_products_table tr td:last-child {
    text-align: right;
}
input.quantitySelect.products_table{
    width: 55px;
    height: 30px;
    font-size: 13px;
}
input.quantitySelect.products_table:disabled{
    background-color: var(--grey-o);
    cursor: not-allowed;
}
.product_multiple_addtocart_button{
    margin-top: 20px;
    text-align: right;
    margin-bottom: 35px;
}
.addRowWrapper{
    width: calc(75% + 10px);
    text-align: right;
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: 600;
}
.addRowWrapper:hover{
    opacity: 0.6;
    cursor: pointer;
}
.b2b_header{
    height: 510px;
}
.input_phone label{
    display: inline-block;
    color: #292828;
    font-size: 14px;
    background-color: transparent;
    position: absolute;
    z-index: 1;
    margin-left: 20px;
    margin-top: -10px;
    padding: 2px 6px;
	border-radius: 3px;
}

.input_phone{
    margin-top: 15px;
}

.footerB {
    padding: 5px;
    font-size: 12px;
    background-color: var(--black-p);
    color: var(--white-p);
}
.footerB a{
    color: var(--white-p);
}

@keyframes beat{
    to { transform: scale(1.2); }
}

#mySpriteSpin.fancybox-content{
    min-height: 50%;
    min-width: 30%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: all .005s;
}
#mySpriteSpin.fancybox-content .customCaption img{
    height: 45px;
}

.faq-section__accordion{
    margin-top: 20px;
    margin-bottom: 10px;

}
.faq-section__title{
    cursor: pointer;
    padding: 15px;
    color: var(--black-p);
    border-top: 1px solid var(--black-p);
    border-bottom: 1px solid var(--black-p);
}

.faq-section__content{
    display: none;
    font-size: 14px;
    padding: 20px;
}
.faq-section__opened{
    background-image: url(../images/dropdown-arrow.svg);
    filter: brightness(0);
    height: 20px;
    width: 50px;
    background-size: 15px;
    background-position: center;
    float: right;
    background-repeat: no-repeat;
    
}
.faq-section__closed{  
    background-image: url(../images/dropdown-arrow.svg);
    filter: brightness(0);
    transform: rotate(180deg);
    height: 20px;
    width: 50px;
    background-size: 15px;
    background-position: center;
    float: right;
    background-repeat: no-repeat;
}

.filter-images-box{
    margin-top: 5px;
}
.filter-images-box img {
    display: inline-block;
    height: 50px;
    width: auto;
    max-width: 100%;
    margin-right: 5px;
    margin-bottom: 5px;
}

.instagram-box{
    padding: 15px 0px;
}
.instagram-box img{
    height: 270px;
    width: 270px;
    object-fit: cover;
}

.img_description {
    position: absolute;
    margin: 15px 0px 15px 15px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    visibility: hidden;
    opacity: 0;
    /*transition: opacity .3s, visibility .3s;*/
    transition: opacity .2s ease,visibility .2s ease
}

.img_description p{
    text-align: center;
    position: relative;
    top: 50%;
    visibility: hidden;
    opacity: 0;
    transform: translateY(-50%);
}

.instagram-box:hover .img_description, .img_description>p {
    visibility: visible;
    opacity: 1;
}

.limit-lines-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.discount-price, .discount-price * {
	font-family: var(--font-bold);
}

.btn-padding {
	padding: 0 60px;
}

.content-mobile h1 {
	color: var(--black);
}

.form-wrapper {
	background-color: var(--white-p);
	padding-bottom: 40px;
}

.form-wrapper.padded {
	padding: 40px;
}


#AdminControls {
    position: fixed;
    z-index: 10;
    bottom: 10px;
    right: 20px;
    display: flex;
    flex-direction: row-reverse;
	gap: 10px;
}

#AdminControls button {
	font-family: var(--font-primary);
	font-size: 12px;
	background-color: var(--black-t);
	color: var(--white);
	padding: 5px 20px;
	text-transform: uppercase;
	border-radius: 3px;
	border: none;
	transition: .3s all;
	position: relative;
}

#AdminControls button:hover {
	opacity: 0.8;
	transition: .3s all;
}

.header-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
    margin: 0 auto;
    margin-bottom: 100px;
    max-width: 1440px;
    padding: 0 25px;
}

.header-grid a {
    position: relative;
    height: 150px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: #fff;
}

.header-grid .category-title {
    position: absolute;
    background-color: var(--green-l);
    display: inline-block;
    font-family: var(--font-bold);
    font-size: 20px;
    color: var(--white-p);
    padding: 5px 10px;
    text-align: center;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    text-transform: lowercase;
}

.header-grid .category-title::first-letter {
    text-transform: uppercase;
}

:is(.header-grid a:nth-child(1),
.header-grid a:nth-child(3),
.header-grid a:nth-child(6),
.header-grid a:nth-child(8),
.header-grid a:nth-child(9),
.header-grid a:nth-child(11)) .category-title {
    background-color: #01c1c2;
}

:is(.header-grid a:nth-child(2),
.header-grid a:nth-child(4),
.header-grid a:nth-child(5),
.header-grid a:nth-child(7),
.header-grid a:nth-child(10),
.header-grid a:nth-child(12)) .category-title {
    background-color: #5f506b;
}

.main-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    width: 50%;
    gap: 20px;
}

.header-wrapper:first-child {
    grid-column: span 3;
}

.header-wrapper {
    text-align: center;
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    background-image: linear-gradient(96deg, rgba(93, 81, 93, 0.44) 3%, rgba(69, 55, 89, 0.42) 93%);
    padding: 20px 25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.header-wrapper2 {
    margin-top: 15px;
   /* max-width: 715px;*/
    width: 50%;
    text-align: center;
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    background-image: linear-gradient(96deg, rgba(93, 81, 93, 0.44) 3%, rgba(69, 55, 89, 0.42) 93%);
    padding: 12px 25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  /*  gap: 10px;*/
}

.header-wrapper img {
    height: 32px;
}

.header-wrapper h3 {
    font-family: var(--font-bold);
    color: #fff;
}

.header-wrapper p {
    color: #fff;
    font-size: 18px;
}

@media screen and (max-width: 1200px) {

    .header-grid .category-title {
        font-size: 16px;
    }

}

@media screen and (max-width: 1000px) {

    .header-grid {
        grid-template-rows: repeat(4, 1fr);
        grid-template-columns: repeat(2, 1fr);
    }

    .main-grid {
        grid-template-columns: repeat(1, 1fr);
        gap: 10px;
        width: 90%;
    }

    .header-wrapper:first-child {
        grid-column: span 1;
    }

    .header-wrapper h3 {
        font-size: 18px;
    }
    
    .header-wrapper p {
        font-size: 14px;
    }
    
    .header-wrapper h4 {
        font-size: 14px;
    }
    
    .header-wrapper img {
        height: 28px;
    }

}

@media screen and (max-width: 500px) {

    .header-grid {
        grid-template-rows: repeat(8, 1fr);
        grid-template-columns: repeat(1, 1fr);
        gap: 10px;
        margin: 50px auto;
    }
.mobile-text{
    margin-top: 10px;
}
}