@font-face{font-family:Jost;src:url(fonts/Jost/Jost-Light.woff2);font-weight:300;font-display:swap}
@font-face{font-family:Jost;src:url(fonts/Jost/Jost-Regular.woff2);font-weight:400;font-display:swap}
@font-face{font-family:Jost;src:url(fonts/Jost/Jost-Medium.woff2);font-weight:500;font-display:swap}
@font-face{font-family:Jost;src:url(fonts/Jost/Jost-SemiBold.woff2);font-weight:600;font-display:swap}
:root{--font-family:Jost;--dark-blue:#103178;--blue:#5b6c8f;--accent-color:#f89929;--text-color:#333;--light-background:#f0f2f5;--container:1440px;--border-color:rgba(16,49,120,0.1);
--width-desktop: calc((var(--container) - 5rem) / 6);
    --height-desktop: calc(var(--width-desktop) + 124px);
    --width-tablet: calc((var(--container-width) - 3rem) / 3);
    --height-tablet: calc(var(--width-tablet) + 82px);
    --width-mobile: calc((var(--container-width) - 1rem) / 1.5);
    --height-mobile: calc(var(--width-mobile) + 82px);}
*{box-sizing:border-box;-o-box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box}
body,html{width:100%;margin:0}
body{background:#fff;font-smooth:auto;-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;text-size-adjust:100%;text-rendering:optimizeLegibility;width:100%;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:var(--font-family);font-weight:400;color:#333;font-size:16px}
.container{width:96%;max-width:var(--container);margin:0 auto}
li,p{line-height:1.5}
input[type="text"],input[type="email"],input[type="password"],input[type="number"],input[type="tel"],select{height: 46px;
    border-radius: 23px;
    background: var(--light-background);
    font-size: 14px;
    color: var(--dark-blue);
	width:100%;
    position: relative;
    margin-right: 18px;
    padding: 0 20px;
	border: none;}
	textarea{font-family:var(--font-family);border-radius: 23px;
    background: var(--light-background);
    font-size: 14px;
    color: var(--dark-blue);
	width:100%;
    position: relative;
    margin-right: 18px;
    padding: 0 20px;
	border: none;}
.flex{display:flex}
.fspace{justify-content:space-between}
.fcenter{justify-content:center}
.fwrap{flex-wrap:wrap}
.half{width:49%}
.acenter{align-items:center}
.grid{display:grid;column-gap:1rem}
.grid-2-1{grid-template-columns:30% calc(45% - 4rem) 25%;column-gap:2rem}
.grid-4{display:grid;column-gap:0;columns:4;grid-template-columns:25% 25% 25% 25%;list-style:none}
.crsIcon{position:relative;display:inline-block;transition:all .3s ease-in-out}
.s-10{width:10px;height:10px}
.s-12{width:12px;height:12px}
.s-14{width:14px;height:14px}
.s-16{width:16px;height:16px}
.s-18{width:18px;height:18px}
.s-21{width:21px;height:21px}
.callIcon{background:url(icons/call.png) center center no-repeat;background-size:contain}
.s-24{width:24px;height:24px}
.s-48{width:48px;height:48px}
.arrowDownIcon{background:url(icons/down-arrow.png) center center no-repeat;background-size:contain}
.aparaturaIcon{background:url(icons/aparatura.png) center center no-repeat;background-size:contain}
.consumabileIcon{background:url(icons/consumabile.png) center center no-repeat;background-size:contain}
.arrowUpIcon {
    background: url(icons/down-arrow.png) center center no-repeat;
    background-size: contain;
    transform: rotate(180deg);
}.hideOverflow {
    overflow: hidden;
}.closeParent {
    cursor: pointer;
    position: absolute;
    z-index: 9;
    background: #fff;
    display: block;
    width: 36px;
    height: 36px;
    right: 5px;
    top: 5px;
    border-radius: 50%;
}.closeIcon {
    background: url(icons/close.png) center center no-repeat;
    background-size: contain;
}.closeIcon {
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
}.closeParent i {
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.hamburgerIcon{background:url(icons/hamburger.svg) center center no-repeat;background-size:contain}
.allProducts i{margin-right:10px}
.white{filter:invert(100%) sepia(100%) saturate(0%) hue-rotate(319deg) brightness(102%) contrast(101%)}
.blue{filter:invert(17%) sepia(58%) saturate(2076%) hue-rotate(206deg) brightness(90%) contrast(104%)}
.callUs i{margin-right:10px}
.callIcon{background:url(icons/call.png) center center no-repeat;background-size:contain}
.homeIcon{background:url(icons/home.svg) center center no-repeat;background-size:contain}
.allProducts .arrowDownIcon{transform:rotate(-90deg);margin-left:2vw;margin-right:0}
.headTop{background:#dbecfd;height:36px;color:var(--blue);text-align:center;line-height:36px}
.headTop p{display:block;margin:0;line-height:36px}
.logo img{height:50px;width:auto;display:inline-block;margin:20px 0}
.submenu{break-inside:avoid-column;width:400%;visibility:hidden;opacity:0;position:absolute;background:transparent;left:95%;top:0;transition:background,left .3s ease-in-out;border-radius:0 0 5px 0;padding:0 0 0 25px;box-shadow:0 2px 10px -2px rgba(0,0,0,.1);height:100%}
nav{font-weight:400;height:50px;line-height:40px;position:relative;height:61px}
	.mainHeader{border-bottom:1px solid var(--border-color);}
	header{position: sticky;background:#fff;
    top: 0;
    z-index: 99;
    transition: all .3s ease-in-out;}.hideHeader {
    transform: translateY(-100%);
}
body:not(.index) nav{border-bottom:1px solid var(--border-color)}
nav ul{padding:0;margin:0;list-style-type:none}
nav a,.allProducts{color:var(--dark-blue);text-decoration:none;padding:0 15px;font-size:17px;font-weight:500;line-height:60px}
.allProducts{padding-left:0}
nav .mainNav a,.callUs{font-size:17px;color:var(--dark-blue)}
.callUs{font-size:15px;font-weight:400}
h1{font-size:2.2rem;color:var(--dark-blue)}
.countProducts{font-size:14px;position:absolute;font-weight:400}
.productsMenu{position:relative}

.menuCategories a{  font-size: 16px;  line-height: 48px;color:var(--dark-blue);font-weight:400}
.submenu a{display: block;line-height:30px;font-size:15px}
.submenu .arecopii{font-weight:500}
.bigBanner img{width:100%;height:auto;max-width:100%}

.columns-2{columns:2}
.columns-3{columns:3}
.columns{column-gap:1rem}
.menuCategories a.arecopii{color:var(--dark-blue)}
.menuCategories .nochild a{font-weight:400}
.hasChilds{line-height:48px}
.mainNav{margin:0 15px;height:60px;line-height:60px}

.thumbButtons{cursor:pointer;position:absolute;text-align:center;background:var(--dark-blue);    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);height:24px;width:24px;display:block;border-radius:50%}
	.thumbButtons svg{    width: 8px;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}
.up-button{left:0}
.down-button{right:0}
.modalPop {
    z-index: 99999;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: #fff;
    width: 90%;
    max-width: 640px;
    height: 90%;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 10px 16px rgba(0,0,0,.1);
}
.productImages{position:relative;border-radius:5px;overflow:hidden}
.productImages img{display:block;width:100%;object-fit:cover;margin-bottom:1rem}
.bullets{position:absolute;bottom:30px;width:80%;left:50%;transform:translateX(-50%)}
.sixth{width:calc(60% - 2rem)}
.seven{width:calc(65% - 2rem)}
.fourth{width:40%}
.three{width:30%}
.promo{background: #dbecfd;
    padding: 10px 20px;
border-radius: 5px;}
.promoTitle{margin:0;color:var(--accent-color);text-transform:uppercase;font-size:2rem;position:relative;padding-left:15px;margin:0;margin-top:10px;line-height:1.2}
.promoTitle:before{content:"";width:5px;background:var(--accent-color);height:100%;position:absolute;left:0;top:0}
.promo p{color:var(--dark-blue);font-size:13px;margin-bottom:5px;margin-top:5px}
.promo .promoDescription{font-size:15px;font-weight:500;margin-bottom:15px;margin-top:15px}
.rightDetails .promoAvantaje{padding: 30px;
    border-radius: 5px;
    align-self: flex-start;
    background: var(--light-background);
    color: var(--dark-blue);
    font-weight: 500;}
.prices{z-index:1;font-size:16px;position:relative;height:20px}
.rightDetails .prices{height:auto;margin-bottom:1rem}
.rightDetails .price{font-size:28px}
#stockNotification,.alert.success{color:#248109;    margin: 10px 0;display:inline-block;background:rgba(0,0,0,0)}
.addCart{flex:1}
.price{white-space: nowrap;font-weight: 600;
    color: var(--dark-blue);
font-size: 17px;}
.price.special{color:var(--accent-color)}
.cutOut{    font-weight: 400;
    text-decoration: line-through;
    font-size: 15px;
padding-left: 10px;}
.callto{     color: #fff;
    background: var(--accent-color);
    padding: 0 15px;
    font-weight: 600;
    text-decoration: none;

    display: inline-block;
    cursor: pointer;
    border-radius: 22px;
    transition: all .2s ease-in-out;
    text-align: center;
    height: 46px;
    line-height: 44px;
    font-size: 17px;
    border-radius: 42px;
    padding: 0 50px;
    border: none;}
	.productList .callto{margin-top:15px;
    height: 31px;
    line-height: 31px;}
	.pills{    position: absolute;
    z-index: 1;}
	.pill{    line-height: 17px;
    padding: 3px 10px;
    margin: 0 0 5px;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    display: inline-block;
    border-radius: 12px;
    background: var(--accent-color);
    color: #fff;position:absolute}

.lightButton{background:var(--light-background);color:var(--text)}
.rightDetails .toWishlist{    font-size: 14px;
    margin: 2rem 0 0;
    display: inline-block;
    cursor: pointer;
    text-transform: none;
    color: var(--dark-blue);
    padding-bottom: 3px;
    border-bottom: 1px solid;}
.searchForm{height:46px;border-radius:23px;background:var(--light-background);font-size:14px;color:var(--dark-blue);width:360px;position:relative;margin-right:18px}
.searchForm.active{background:var(--body-bg-color);box-shadow:0 1px 6px 0 rgba(32,33,36,0.28)}
input::placeholder,textarea::placeholder{color:var(--dark-blue);font-size:14px;font-weight:500}
input:focus{outline:none}
.full{width:100%}
.standardF{display:block;text-decoration:none;color:var(--dark-blue);font-size:16px;line-height:32px}
.sortBlock{padding:10px 15px;background:var(--light-background);border-radius:5px}
.searchForm input{padding:0 23px;width:100%;font-size:inherit;color:var(--dark-blue);height:46px;border:0;background:transparent;font-weight:500;margin-right:0}
.searchButton{position:absolute;right:0;height:46px;width:46px;background:transparent;border:none}
svg path{stroke:var(--dark-blue)}
.breadcrumbs{padding:0;color:var(--dark-blue);font-size:13px}
.breadcrumbs li{padding:15px 0}
.pageProduct{margin-top:10px}
.breadcrumbs .svg{padding:0 15px}
.breadcrumbs svg path{stroke:none;fill:var(--dark-blue)}
.searchForm svg{cursor:pointer}
.rightElements svg path{stroke:var(--accent-color)}
.rightElements .searchForm svg path{stroke:var(--dark-blue)}
.rightElements a,.rightElements span{line-height:48px;padding:0 18px;position:relative}
a{color: inherit;transition:all .35s ease-in-out}
.rightElements .counter{color:#fff;background:var(--dark-blue);font-weight:600;width:22px;height:22px;position:absolute;border-radius:50%;text-align:center;line-height:22px;font-size:12px;right:0;top:0;padding:0}
.productsArea{width:calc(100% - 280px);order:2}
.filterZone{width:280px}
.productList h2,h3.productTitle{    font-size: 17px;
    font-weight: 400;
color: var(--dark-blue);white-space: normal;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;}
	.rightDetails .productTitle {margin-top: 0;
    font-size: 1.5rem;
    line-height: 1.2;
    font-weight: 500;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid var(--border-color);
}
.rightDetails .pill{margin-left: 10px;}
.productDisplay{padding:20px;border:1px solid var(--border-color);border-top:none;border-right:none}
.productDisplay:nth-child(4n+4),.productDisplay:last-child{border-right:1px solid var(--border-color)}
.productDisplay:nth-child(-n+4){border-top:1px solid var(--border-color)}
.categoryH{margin-top: 0;

margin-bottom: 30px;}
.productList{padding:0}
.suggestedProducts .productColumn5 li { width: 20%;list-style:none}
.suggestedProducts .productColumn5 li:nth-child(4n+4){border-right:none}
.suggestedProducts .productColumn5 li:nth-child(5n+5){border-right:1px solid var(--border-color)}
.suggestedProducts .productColumn5 li:nth-child(-n+5){border-top:1px solid var(--border-color)}

.sizePP,.colorPP{    min-width: 36px;cursor:pointer;
    height: 36px;
    line-height: 36px;
    margin: 5px;
    border: 1px solid var(--border-color);
    text-align: center;border-radius:2px;padding:0 5px;
color: var(--dark-blue);transition:all .3s ease-in-out}

.colorPP img{display: block;}
.colorPP{height:auto;width:60px;padding:0;line-height:1}
.colorTitle{font-size:13px}
.sizePP.selected,.sizePP:hover{background:var(--dark-blue);color:#fff}
.colorPP:hover,.colorPP.selected{border-color:var(--dark-blue)}
.categoryH h1{margin:0}
.cartBox {
    position: fixed;
    background: #fff;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 99999;
    white-space: nowrap;
    box-shadow: 0 10px 16px rgba(0,0,0,.1);
    width: 100%;
	padding:25px 35px;
    max-width: 480px;
    font-size: 14px;
    transform: translateX(100px);
    opacity: 0;
    visibility: hidden;
    transition: all .2s ease-in-out;
}
.cartShow {
    opacity: 1;
    visibility: visible;
    transform: none;
}
.avantajeProduct{    display: flex;
    line-height: 1.2;
    align-items: center;margin-bottom: 20px;}
	.avantajeProduct svg{margin-right:15px}
.avantajeProduct.last{
    padding-bottom: 20px;
border-bottom: 1px solid var(--border-color);}
.sizeBlock,.colorBlock{margin:1rem 0}
.sizeBlock strong,.colorBlock strong{font-weight:500;color:var(--dark-blue);margin-right:5px}
.imageCart{width:70px}
.itemDetails ul{padding:0;margin:0;list-style:none}
.cartInfo{padding:0 15px}
.cartInfo a{text-decoration:none;white-space:normal;line-height: 1.2;}
.cartTitle{font-size: 21px;
    font-weight: 500;
color: var(--dark-blue)}
.cartItems,.noProducts{    margin-top: 10px;
    border: 1px solid var(--border-color);
    border-radius: 5px;
    padding: 10px;
    color: var(--dark-blue);
font-size: 15px;}

.qtyBlock{height: 36px;
    background: var(--light-background);
    display: inline-block;
    border-radius: 18px;
    line-height: 36px;    color: var(--dark-blue);}
.qtyBlock span{    width: 30px;
    display: inline-block;
text-align: center;}
.qtyPlus,.qtyMinus{font-size:18px;cursor:pointer}
.rightDetails .qtyBlock{height: 48px;
    line-height: 48px;
    border-radius: 24px;
margin-right: 1rem;}
.rightDetails .qtyBlock span{width:40px}
.removeProduct{    font-weight: 500;
    font-size: 13px;
cursor: pointer;}
.cartInfo .removeProduct{    float: right;
    line-height: 36px;}
	.cartInfo .pricesBlock{margin:10px 0}.bottomCart{padding-top:20px}
	.bottomCart .callto{width:100%;display:block;margin:20px 0 0;height:56px;line-height:54px}
	.deliveryCart,.subTotal{    color: var(--dark-blue);
    font-weight: 500;
    margin: 10px 0;}.deliveryCart span,.subTotal span{font-size:18px}
.gdprBox {
    position: fixed;
    bottom: 0;
    z-index: 9999;
    background: var(--light-background);
    width: 100%;
    padding: 1rem 0;
    box-shadow: 0 4px 16px rgba(17,17,26,.05), 0 8px 32px rgba(17,17,26,.05);
}.textGdpr {
    padding-right: 2rem
}.gdprActions a {
    display: block;
    margin-bottom: 1rem;
    text-align: center;
}.flex1 {
    flex: 1;
}p {
    line-height: 1.5;
}.overlay {
    transition: all .2s ease-in-out;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    background: #000;
    opacity: 0;
    visibility: hidden;
}
.overlayed {
    z-index: 999;
    visibility: visible;
    opacity: .7;
}
h2{color:var(--dark-blue);font-size:1.5rem}
img {
    height: auto;
    max-width: 100%;
}.productImage {
    position: relative;
    padding-bottom: 100%;
    width: 100%;
    overflow: hidden;
}
.productImage picture {
    position: absolute;
    display: flex;
    align-items: flex-end;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    width: 100%;
    object-fit: cover;
}
picture img {
    min-height: 100%;
    min-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.productImage img {
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.imageFull {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    background: #fff;
    text-align: center;
}
.sliderBox {
    position: relative;
}
.sliderOuter{    position: relative;
    height: var(--height-desktop);
overflow: hidden;}
.imageFull .sliderOuter {
    height: 100vh;
    width: 100vh;
    margin: 0 auto;
}.imageFull ul {
    height: 100%;
    column-gap: 0;
    position: absolute;
    left: 0;
    top: 0;
    list-style: none;
    padding: 0;
    margin: 0;
}.imageFull ul li {
    height: 100vh;
    width: 100vh;
}.imageFull ul li img {
    min-height: 100%;
    min-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.arrowz {
    cursor: pointer;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -20px;
    opacity: 1;
    transition: all .2s ease-in-out;
}
.arrowz:before {
    content: "";
    background: #fff;
    width: 100%;
    height: 100%;
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
    opacity: .5;
    transition: all .2s ease-in-out;
}.sliderOuter .columns-10.productList li {
    width: var(--width-desktop);
}
.disabledArrow {
    opacity: .3;
}.imageFull .arrowz {
    left: 0;
}
.arrowLeftIcon {
    background: url(icons/leftarrow.png) center center no-repeat;
    background-size: contain;
}
.arrowz i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 2;
}.arrowRightIcon {
    background: url(icons/rightarrow.png) center center no-repeat;
    background-size: contain;
}.imageFull .moveRight {
    right: 0;
    left: auto;
}
.copyright{    padding: 20px 0;
    border-top: 1px solid var(--border-color);
margin-top: 20px;}
.advantages{border-top:1px solid var(--border-color);border-bottom:1px solid var(--border-color);margin:20px 0}
.avantaj{padding:10px;border-left:1px solid var(--border-color)}
.avantaj:first-child{border-left:none}
.avantaj strong{color:var(--dark-blue);padding-left:10px}
.newsletter{background:url(../../images/newsletter.png) center center no-repeat;min-height: 182px;
    margin: 60px 0;text-align:center}
	.newsletterTitle{font-size: 28px;
    font-weight: 600;
    color: var(--dark-blue);}
	.checkbox {
    cursor: pointer;
    display: inline-block;
    position: relative;
    padding-left: 24px;
    margin-top: 6px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; 
}footer .acceptWarning {
    margin-top: 10px;
}
	.accord {
    font-size: 13px;
}
input[type=checkbox], input[type=radio] {
    width: 0.8rem;
    height: 0.8rem;
    cursor: pointer;
}.checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    left: 0;
    z-index: -1;
}.checkmark {transition:all .3s ease-in-out;
    position: absolute;
    top: 3px;
    left: 0;
    height: 16px;
    width: 16px;
    border-radius: 2px;
    background-color: #ddd
}
.checkbox input:checked~.checkmark {
    background-color: var(--dark-blue);
}
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}.checkbox .checkmark:after {
    left: 5px;
    top: 2px;
    width: 4px;
    height: 7px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}.accord .checkmark:after {
    left: 5px;
}.checkbox input:checked~.checkmark:after {
    display: block;
}
.bottomLink a{    text-decoration: none;
    display: block;
    font-size: 16px;line-height:1.85;
color: var(--dark-blue);}
.bottomLink strong,.infoArea strong{color: var(--dark-blue);  font-size: 17px;font-weight:500;margin-bottom:10px;display:block}
.bottomLink,.infoArea{ -webkit-column-break-inside: avoid; column-break-inside:avoid;}
.callFooter{font-size: 30px;
    font-weight: bold;
    color: var(--dark-blue);
text-decoration: none;}
.invert{background: #fff;
    border: 1px solid var(--border-color);
color: var(--dark-blue);}
.mainFooter{padding:40px 0}
.centered{display:block;text-align:center}
.suggestedProducts{padding:30px 0}
.bestCategories ul{padding:0;list-style:none;margin-top:30px}
.bestCategories ul li{width:calc(20% - 10px);border-radius:5px;position:relative;padding:30px;overflow:hidden;padding-bottom:280px;background:#f1f2f6}
.bestCategories ul li strong{font-size: 25px;font-weight:500;margin-bottom:10px;
    display: block;
    color: var(--dark-blue);position: relative;
    z-index: 1;}
.bestCategories ul li img{transition: transform 1s cubic-bezier(0, 0, 0.44, 1.18);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;height:auto;object-fit:cover}
.smallButton{    font-size: 15px;
    padding: 0 18px;
    line-height: 28px;
    height: 28px;font-weight: 500;}
	.bestCategories .smallButton{position: relative;
    z-index: 1;border:none}
	.hasChilds{border-top:1px solid transparent;border-bottom:1px solid transparent}
	table {
    border-collapse: collapse;
}
	.tableResponsive{overflow:auto}
	.cookieTable td,.cookieTable th{border: 1px solid var(--light-background);padding:2px 5px}
.cookieTable th{    text-align: left;background: var(--light-background);font-weight:500}
.terms span{    text-decoration: none;
    font-size: 90%;
padding:0 10px;border-right:1px solid var(--light-background)}
.terms span:first-child{padding-left:0}
.terms span:last-child{padding-right:0;border-right:none}
.gBox {
    border-radius: 3px;
    border: 1px solid var(--light-background);
    border-radius: 3px;
    margin: 1rem 0;
    padding: 1rem;
    -webkit-column-break-inside: avoid;
    transition: all .3s ease-in-out;
}.contact .infoBlock{margin-bottom:2rem}
.contact .infoBlock a{font-size:15px;font-weight:500;text-decoration:none;margin-left:30px}
.contact h3{font-size:18px}
.contact h3 i{transform:translateY(5px);margin-right:10px}
.warningBlock {
    background: #fff2ce;
    padding: 5px 5px 5px 25px;
    position: relative;
    border-radius: 3px;
}.leftIcon {
    margin-right: 5px;
}
.warningIcon {
    background: url(icons/warning.png) center center no-repeat;
    background-size: contain;
}
.warningBlock i {
    position: absolute;
    top: 7px;
    left: 5px;
}.emailIcon {
    background: url(icons/email.png) center center no-repeat;
    background-size: contain;
}.contact h3 i {
    transform: translateY(5px);
    margin-right: 10px;
}.infoIcon {
    background: url(icons/info.png) center center no-repeat;
    background-size: contain;
}.messageIcon {
    background: url(icons/message.png) center center no-repeat;
    background-size: contain;
}fieldset {
    border: none;
}.insidePage {
    padding: 2rem 10%;
}
fieldset .field{margin-bottom:20px}
.newsletter input{max-width:360px}
.contact h1{text-align:center}
.specialTitle {
    padding: 1rem;
    text-align: center;
    font-weight: 600;
}
.loginButton{width:100%}
.socialLogin{margin-top:2em;text-align:center}
.spaceLogin{margin-bottom:2em;position:relative}
.spaceLogin span{padding:0 10px;background:#fff}
.spaceLogin:before{content:"";background:#dadce0;height:1px;width:100%;top:calc(50% - 1px);position:absolute;z-index:-1;left:0}
.socialLogin button{font-family:Roboto,sans-serif;font-weight:500;width:100%;color:#3c4043;font-size:14px;line-height:40px;border-radius:4px;background:0 0;border:none;width:auto;padding:0;cursor:pointer;margin-bottom:1em}
.socialLogin button:focus,.socialLogin hover:hover{background:#c7dbfc;border-color:#c7dbfc}
.socialLogin button:active{background:#eee}
.socialLogin button.faceLogin{padding:0 8px;background:#1877f2;border-color:#1877f2;color:#fff}
.socialLogin button.active:hover,.socialLogin button.faceLogin:focus,.socialLogin button.faceLogin:hover{background:#3e8aed;border-color:#3e8aed}
.fb_iframe_widget{display:block!important}
.socialLogin button i{transform:translateY(4px);margin-right:18px}
.facebookLogin {
    background: url(icons/facebook-login.png) center center no-repeat;
    background-size: contain;
}
.S9gUrf-YoZ4jf, .S9gUrf-YoZ4jf *{    stroke: none;}
.checkForm {
    margin: 8px 0 20px;
}.forgot {
    margin-bottom: 15px;
    display: inline-block;
}
body{counter-reset:headerCounter}
.dissapear p {
    counter-increment: headerCounter;
    padding-left: 40px;
    position: relative;
    line-height: 36px;
    font-size: 15px;
}.dissapear p:before{content:counter(headerCounter);width:30px;height:30px;border-radius:50px;background:var(--light-background);display:block;margin-right:10px;position:absolute;top:0;left:0;transform:translateY(5px);text-align:center;line-height:30px;font-weight:600}
.stickMe {
    align-self: flex-start;
    position: sticky;
    top: 1rem;
}
.six {
    width: 50%;
    margin: 0 5%;
}.four {
    width: 30%;
    margin: 0 5%;
}.cosul-meu h3 {
    margin-bottom: 2rem;
    text-transform: uppercase;
}.cartItem:last-child{border:none;margin-bottom:0}
.loginCheck{    margin-bottom: 10px;}
.rightIcon{margin-left:10px}
.itemDetails{width:100%;padding-right:5px}
.cartContent .half{width:49.5%}
.subTotal{font-size:16px;margin:10px 0}
.subTotal span{color:var(--accent-color);font-weight:600}

.avantajeProduct {margin-top: 20px;
    display: flex;
    align-items: center;
    font-weight: 500;
    padding-bottom: 20px;
    font-size: 13px;
}.avantajeProduct i {
    margin-right: 10px;
}.rambursIcon {
    margin-left: 15px;
}.visaIcon {
    background: url(icons/visa.svg) center center no-repeat;
    background-size: contain;
}.rambursIcon {
    background: url(icons/ramburs.svg) center center no-repeat;
    background-size: contain;
}.s-special {
    width: 96px;
    height: 40px;
}.mastercardIcon {
    background: url(icons/mastercard.svg) center center no-repeat;
    background-size: contain;
}
.showVoucher {
    margin-top: 1rem;
    padding: 10px 0;
    font-weight: 600;
    margin-bottom: 5px;
    cursor: pointer;
}.applyVoucher {
    height: 0;
    overflow: hidden;
    transition: all .3s ease-in-out;
}.voucherVisible .applyVoucher {
    height: auto;
}.voucherVisible i {
    transform: rotate(-180deg);
}.grandTotal {
    font-weight: 600;
    text-transform: uppercase;
    padding-top: 1rem;
    margin-top: 1rem;
    margin-bottom: 2rem;
    border-top: 2px solid var(--light-background);
}.cartItem {

    margin-bottom: 10px;
    margin-top: 10px;
    position: relative;
    border-bottom: 1px solid var(--light-background);
    padding-bottom: 30px;
}
.cartItem:last-child {
    border: none;
    margin-bottom: 0;
}.itemDetails {
    width: 100%;
    padding-right: 5px;
}.cartItem a {
    text-decoration: none;
}.cartContent img {
    width: 60px;
}.cartContent ul {
    list-style: none;
    padding: 0;
    margin: 0;margin-left:10px;
    text-align: left;
}
.productsCart .cartContent ul,.checkoutBox .cartContent ul{width: calc(100% - 76px);}
.cosul-meu .qtyBlock{margin-left:10px}
.cartContent ul a{font-size:15px;margin-bottom:5px;font-weight:500}
.cartContent .productTitle {
    height: auto;
    line-height: 20px;
    white-space: normal;
    -webkit-line-clamp: unset;
    -webkit-box-orient: vertical;
    overflow: unset;
    display: -webkit-box;
    color:var(--dark-blue);
	font-size:16px;margin-bottom:10px
}.cartContent .productTitle {
    font-weight: 600;
}.trashIcon {
    background: url(icons/trash.png) center center no-repeat;
    background-size: contain;
}
.suggested {
    position: absolute;
    z-index: 9999;
    background: #fff;
    width: 100%;
    left: 0;
    top: 100%;
    box-shadow: 0 5px 30px 0 rgba(0,0,0,.1);
}
.sortBlock{position: relative;cursor:pointer}
	.orderList{opacity: 0;
    position: absolute;
    z-index: 9999;
    background: #fff;
    right: 0;
    top: 130%;
    box-shadow: 0 5px 30px 0 rgba(0,0,0,.1);transition:all .2s ease-in-out;
    visibility: hidden;}
	.orderList a{white-space:nowrap;padding:3px 15px;font-size:14px}.downIcon {
    background: url(icons/down.png) center center no-repeat;
    background-size: contain;
}.s-8 {
    width: 8px;
    height: 8px;
}.sortBlock i {
    margin-left: 10px;
}
.filtersArea{padding-right:30px}
.filterBlock{margin-bottom: 25px;
    padding-bottom: 25px;
border-bottom: 1px solid var(--light-background);}
.filterTitle{    color: var(--dark-blue);
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
display: block;}
.filterBlock:last-child{border-bottom:none}
.noshow{display:none}
.filtersList a{font-weight:500}
.textSwatch  .filtersList a,.textSwatch  .filtersList .sizeF{display:inline-block;    margin-right: 10px;
    display: inline-block;
    font-size: 14px;
    border: 1px solid var(--light-background);
    padding: 0 10px;
    border-radius: 17px;
margin-bottom: 10px;}
.textSwatch  .filtersList a.checkMe,.textSwatch  .filtersList .sizeF.checkMe{color:var(--dark-blue); border: 1px solid var(--dark-blue);}
#priceFilter .standardF:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 1px;
    display: block;
    width: 18px;
    height: 18px;
    background: var(--light-background)
}
.selectedFilters{display:none}
.standardF {
    position: relative;transition:all .2s ease-in-out
}.standardF input {
    width: 0;
    height: 0;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.checkF{padding-left:25px}
.brandF .checkF{padding-left:0}
#priceFilter .checkMe:before { background: var(--dark-blue)}
#priceFilter .checkMe:after {
content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='8' viewBox='0 0 10 8'%3E%3Cpath fill='white' d='M9.94175 1.35057L3.53528 7.75704L0 4.20939L1.35293 2.86118L3.53764 5.05353L8.59118 0L9.94175 1.35057Z'%3E%3C/path%3E%3C/svg%3E");
	    position: absolute;
    left: 4px;
    top: 50%;
    transform: translateY(-50%);
}
#priceFilter .standardF{cursor:pointer}
.pagination {
    display: flex;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;justify-content:center
}
.pagination li{font-weight: 500;
color: var(--dark-blue);border-radius:50%;width:30px;height:30px;transition:all .3s ease-in-out;line-height:30px;text-align:center}
.pagination li a{text-decoration:none;display:block}
.pagination li.current{background:var(--dark-blue);color:#fff}
.returItem{border: 1px solid var(--border-color);
    border-radius: 5px;
margin-bottom: 20px;}
.rightBlock{padding:20px;border-left:1px solid var(--border-color);text-align:center}
.rightBlock .price{font-size:28px;display:block}
.rightBlock .callto{margin-top:20px}
.rightBlock .deleteProduct{margin-top:10px;font-size:13px;display:block;cursor:pointer}
.scrollSearch .searchItem{text-decoration:none;padding: 10px;
    border-bottom: 1px solid var(--light-background);}
.searchImage{width:80px}
.scrollSearch {padding-top:10px;max-height:490px;overflow-Y:scroll}
.scrollSearch .infoP{width:calc(100% - 90px);padding-top:10px;padding-right:10px}
.scrollSearch .infoP span{padding:0;line-height:1.2;display:block}
.scrollSearch .infoP .price{margin-top:10px}
.scrollSearch::-webkit-scrollbar{width:6px}
.scrollSearch::-webkit-scrollbar-track{background: var(--light-background)}
.scrollSearch::-webkit-scrollbar-thumb{background:var(--blue)}
.suggested .callto{    line-height: 28px;
margin: 10px;}
.submenu li {
    break-inside: avoid-column;border: none !important;padding: 0 15px;
}
.bordered {
    border-bottom: 1px solid var(--light-background);
}
.menuProducts li .bordered {
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.menuProducts li:last-child .bordered {
    margin-bottom: 0;
}.menuProducts li:last-child .bordered {
    border: none;
}.detailsP {
    flex: 1;
}.detailsP .prices{height:auto}
.detailsP h3{line-height: 1.5;font-size:14px;
margin: 0;}.menuProducts {padding-top: 15px;
    border-left: 1px solid var(--light-background);
}
.catPic p{font-weight: 400;
    margin-top: 0px;
margin-bottom: 20px;}
.catPic .callto{    color: #fff;
    background: var(--accent-color);
    padding: 0 15px;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    border-radius: 22px;
    transition: all .2s ease-in-out;
    text-align: center;
    height: 46px;
    line-height: 44px;
    font-size: 17px;
    border-radius: 42px;
    padding: 0 50px;
    border: none;    font-size: 15px;
    padding: 0 18px;
    line-height: 28px;
    height: 28px;
    font-weight: 500;}
	.menuList{padding-top:10px}.menuList a{font-weight:500 !important;line-height: 44px;
    font-size: 16px;}
	.checkoutHead {border-bottom:1px solid var(--border-color);
    height: 90px;
    padding: 0 15%;
}.finalizare-comanda .page {
    background: #f8f8f8;
    padding: 2rem 15%;
}.backIcon {
    background: url(icons/back.png) center center no-repeat;
    background-size: contain;
}.secureIcon {
    background: url(icons/security.png) center center no-repeat;
    background-size: contain;
}.grandTotal{font-weight:600;text-transform:uppercase;padding-top:1rem;margin-top:1rem;margin-bottom:2rem;border-top:1px solid var(--border-color)}
.finalizare-comanda .productTitle{text-transform:uppercase}
.finalizare-comanda h2.productTitle{padding:0 0 .5rem;height:auto;border-bottom:1px solid var(--border-color);margin-bottom:1rem}
.checkoutBox {
    border: 1px solid var(--border-color);
    border-radius: 3px;
    background: #fff;
    padding: 1rem;
    margin: 0 0 2rem;
    position: relative;
}.removeProduct {
    position: absolute;
    bottom: 1rem;
    right: 0;
    cursor: pointer;
}.paymentBlock {
    padding: 1rem;
    border: 1px solid var(--border-color);
    border-radius: 3px;
    margin-bottom: 1rem;
}.paymentBlock input {
    position: absolute;
    height: 0;
    width: 0;
    opacity: 0;
    visibility: hidden;
}.paymentBlock label {
    height: 40px;
    padding-left: 40px;
    line-height: 40px;
    position: relative;
    cursor: pointer;
}.paymentBlock label:before {
    content: "";
    width: 26px;
    height: 26px;
    border-radius: 50%;
    display: block;
    background: url(icons/label.svg);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 7px;
    top: 7px;
    transform: none;
}.paymentBlock input[type=radio]:checked+label:before {
    background: url(icons/check.svg);
    background-size: contain;
    background-repeat: no-repeat;
}.rambursIcon {
    margin-left: 15px;
}.accord {
    font-size: 13px;
    line-height: 1.5;
    margin-bottom: 1rem;
}
.accord .checkmark{top:3px}
.columns-10{display:flex}
.productList li {
    text-align: center;
    -webkit-column-break-inside: avoid;
    position: relative;
    padding: 15px;
}.sliderOuter .productList {
    position: absolute;
    top: 0;
    left: 0;
}.upsellProducts .sliderOuter .productList {
    padding: 12px 0;
}.moveRight {
    right: -20px;
    left: auto;
}
.sliderOuter .productList li{list-style: none;
    border: none !important;}
.sliderOuter .productList li h3{    font-size: 1rem;
    line-height: 1.5;
    border: none;
    height: 3rem;
    margin-top: 10px;font-weight: 400;margin-bottom:0}
	.modal {
    z-index: 99999;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    width: 90%;
    max-width: 640px;
    height: 90%;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 10px 16px rgba(0, 0, 0, .1);
}#loginPopup {
    height: auto;
    max-width: 400px;
}#reviewTitle{margin-right:20px;font-weight:600}
.allowScroll{overflow:auto;max-height:calc(100% - 50px);padding:0 2rem 1rem 2rem}
.modal table{width:100%;text-align:center;table-layout:fixed;margin-bottom:1rem;border-collapse:collapse}
.modal table tr:nth-child(odd) td{background:var(--light-background)}
.modal table tr:first-child td{background:var(--dark-blue);color:#fff}
.modal table td{padding:10px 0}
.modal h2{padding-left:1rem}.modal .login {
    padding: 0 1rem;
}aside {
    padding: 1rem 0;
}aside {
    position: relative;
    padding: 0;
}.faqMenu {
    padding: 0;
}
.quarter {
    align-self: flex-start;
    width: calc(25% - 1rem);
}
.stickMe {
    align-self: flex-start;
    position: sticky;
    top: 1rem;
}.categoryContent {
    order: 2;
    width: 75%;
    padding-bottom: 1rem;
}.faqMenu a {
    line-height: 2.2;
    margin: 0;
    font-weight: 500;
    text-decoration: none;
    padding: .5rem 1rem;
    border-radius: 3px;
    transition: all .3s ease-in-out;
}.leftIcon {
    margin-right: 5px;
}.orderIcon {
    background: url(icons/box.png) center center no-repeat;
    background-size: contain;
}.returnIcon {
    background: url(icons/return.png) center center no-repeat;
    background-size: contain;
}.discountIcon {
    background: url(icons/discount.png) center center no-repeat;
    background-size: contain;
}.editIcon {
    background: url(icons/edit.svg) center center no-repeat;
    background-size: contain;
}
.checkedIcon {
    background: url(icons/checked.png) center center no-repeat;
    background-size: contain;
}
.green{filter: invert(35%) sepia(89%) saturate(1509%) hue-rotate(120deg) brightness(97%) contrast(86%);}
.avantaje{padding:0;list-style:none;margin:20px 0}
.avantaje li{margin-bottom:10px;position:relative;padding-left:24px}
.avantaje li i{position:absolute;left:0;top:3px;}
.question {
    cursor: pointer;
}.answearBlock {
    height: 0;
    overflow: hidden;
}.readQ .answearBlock {
    height: auto;
}
.p-45{padding:30px 0}
.contul-meu h2,.thank-you .question h2{font-size:18px;margin:0}
input::placeholder{color:#999}
.stepC{text-align:center;display:block;position:relative;font-weight:700;font-size:13px;padding:0 10px;padding-top:30px;color:var(--blue)}
.stepC em{display:block;position:absolute;top:0;left:50%;transform:translateX(-50%);width:24px;height:24px;background:#fff;border:2px solid var(--blue);border-radius:50%;color:#fff;text-align:center;line-height:24px;font-style:normal}
.stepsBlock{columns:3;column-gap:0;margin:20px 0}
.stepC:last-child{padding-right:0}
.currentStep{color:var(--dark-blue)}
.currentStep em{background:var(--dark-blue);border:2px solid var(--dark-blue)}
.stepC em:after{content:"";display:block;width:8px;height:8px;background:var(--blue);position:absolute;border-radius:50%;left:50%;top:50%;transform:translate(-50%,-50%)}
.currentStep em:after{background:#fff}
.stepC:after{content:"";height:2px;width:50%;position:absolute;left:0;top:11px;background:var(--blue);z-index:-1}
.stepC:before{content:"";height:2px;width:50%;position:absolute;right:0;top:11px;background:var(--blue);z-index:-1}
.stepC:first-child:after,.stepC:last-child:before{display:none}
.done em{background:var(--blue)}
.done em:after{content:"";position:absolute;left:7px;top:3px;width:4px;height:7px;border:solid #fff;border-width:0 3px 3px 0;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);border-radius:0}
.oTotal{width:100%}.plusminus{width:20px;height:20px;display:block;position:relative}
.plusminus:before{content:"";display:block;position:absolute;height:2px;width:16px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background:var(--dark-blue)}
.plusminus:after{content:"";display:block;position:absolute;height:2px;width:16px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) rotate(90deg);background:var(--dark-blue);transition:all .3s ease-in-out}
.readQ .plusminus:after{transform:translate(-50%,-50%) rotate(0)}
.finalPrice{margin-left:5px}
.hamburger{margin-right:10px}
.hamburger span{color:#fff;clear:both;float:none;display:block;background-color:var(--dark-blue);height:2px;width:28px;margin-right:auto;margin-left:auto;margin-bottom:4px;-webkit-transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out}
.hamburger span:last-child{margin-bottom:0}
.hamburger.close span:nth-child(2){background-color:transparent;-webkit-transition:none;-moz-transition:none;-o-transition:none;transition:none}
.hamburger.close span:first-child{-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}
.hamburger.close span:nth-child(3){margin-top:-12px;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}
.hideOverflow{overflow:hidden}
.oDate{font-size: 15px;
margin-left: 10px;}
.mb-2{margin-bottom:20px}
input.qty{background: none;    line-height: 36px;
    height: 36px;
    border: none;
    outline: none;
    text-align: center;border-radius: 0;
    padding: 0;
    margin: 0;text-align:center;-webkit-appearance: none;
    width: 36px;
color: var(--dark-blue);}input.qty::-webkit-outer-spin-button,
input.qty::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.cosul-meu .qtyBlock{color: var(--dark-blue);}
	.hamburger,.sizePP,.closeIcon{-webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;}
	.bonus .itemDetails:before {
    content: "BONUS";
    position: absolute;
    left: 0;
    top: 5px;
    font-size: 11px;
    padding: 3px 6px;
    border: 0;
    color: #fff;
    background: var(--accent-color);
    display: inline-block;
}
.bonus .qtyBlock{display:none}
.jumatate{max-width:49%}
.calculatorSipci{width:100%;margin-top:15px;padding-top:15px;border-top:2px solid var(--accent-color);margin-bottom:20px;color:var(--dark-blue)}
.calculatorSipci input{max-width:100px}
.calculatorSipci strong{display:block;margin-bottom:5px;}
.calculSipca{padding:10px}
.calculSipca input{   margin:0; background: none;
border: 1px solid var(--accent-color);text-align:center;font-weight:bold}
.result{background: var(--light-background);
padding: 10px 15px;text-align:center}
.fend{justify-content:flex-end}
.result input{width:auto;border-bottom:1px solid var(--accent-color);border-radius:0;text-align:center;font-weight:bold;margin:0}
.result em{    font-size: 13px;
    display: block;
margin-top: 10px;}
#whatsappNew {
    position: fixed;
    left: 2rem;
    bottom: 0.7rem;
    z-index: 999;
}#whatsappNew a:before {
    content: "";
    background: url(icons/whatsapp.svg);
    width: 36px;
    height: 36px;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-repeat: no-repeat;
    background-size: cover;
}
#whatsappNew a {
    display: block;
    width: 60px;
    height: 60px;
    background: #25d366;
    border-radius: 50%;
    box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 15%);
    position: relative;
}
@media (min-width:1280px) {    .faqMenu a:hover {
        background: var(--light-background);
    }
	.productDisplay .callto{opacity:0;transition:all .3s ease-in-out}
	.productDisplay:hover .callto{opacity:1}
	.catPic {
    background: #dbecfd;
    padding: 1rem;
}
	.grid-three {
    grid-template-columns: calc(34% - 2rem) 33% 33%;
}
	.pagination li:hover{background:var(--dark-blue);color:#fff}
	#priceFilter .standardF:hover:before{background: var(--dark-blue)}
	.selectedFilters,.filterCounter{display:none}
	.filtersList a:hover{color:var(--accent-color)}
	.textSwatch  .filtersList a:hover{color:var(--dark-blue); border: 1px solid var(--dark-blue);}
	.orderList a:hover{color:var(--dark-blue);background:var(--light-background)}
	.sortBlock:hover .orderList{visibility:visible;opacity:1;top:100%}
	.thumbImages img:hover{border-color:var(--dark-blue)}
	.hasChilds:hover{border-top:1px solid var(--border-color);border-bottom:1px solid var(--border-color)}
	
	.hasChilds:last-child:hover{border-bottom:1px solid transparent}
	.hasChilds:first-child:hover{border-top:1px solid transparent}
	.arrowz:hover:before {
    opacity: 1;
}.bestCategories ul li:hover img{    transform:translate(-50%,-50%) scale(1.09);}
.bottomLink a:hover,.callFooter:hover,.hover:hover{color:var(--accent-color)}
	.callto:hover{background:var(--dark-blue);color:#fff}
nav .mainNav a:hover{color:var(--accent-color)}
.only-mobile{display:none}
.thumbImage:last-child{margin-bottom:0}
.thumbImages{width: 100%;
    position: relative;
    left: 0;
    height: 60px;margin-top:15px}
.thumbHidden{height:100%;overflow:hidden}
.thumbImage{margin-bottom:10px;cursor:zoom-in;width:100%;display:block}

.allProducts:hover .menuCategories,.scrolat .allProducts:hover .menuCategories{-webkit-transform:none;transform:none;visibility:visible;opacity:1}
.hasChilds:hover .submenu{visibility:visible;left:100%;opacity:1;background:#fff}
.grid-two-one{grid-template-columns:calc(67% - 1rem) 33%}
.grid-one{grid-template-columns:100%}
.menuCategories{box-shadow:0 2px 10px -2px rgba(0,0,0,.1)}

}
@media (min-width:1080px) {.menuCategories{z-index:9;border-radius:0 0 0 5px;width:20%;position:absolute;top:100%;background:#fff;left:0;list-style:none}.menuCategories,.scrolat .menuCategories{transition:left .3s ease-in-out;visibility:hidden;opacity:0;-webkit-transform:translateY(30px);transform:translateY(30px)}.only-mobile{display:none}}
	@media (min-width:800px){.thumbImages{position:relative;padding: 0 30px}
	.thumbImages img{    height: 58px;width: 58px;border:1px solid var(--light-background);border-radius:3px}}
@media (max-width:1279px) {.finalizare-comanda .page,.checkoutHead {

    padding: 2rem 5%;
}
	.cosul-meu .six{margin: 0;width:100%}
	.cosul-meu .four{width:60%}
.grid-4 {
    grid-template-columns: 33.334% 33.334% 33.334%;
}.productDisplay:nth-child(4n+4){border-right:none}
.productDisplay:nth-child(-n+4){border-top:none}
.productDisplay:nth-child(3n+3){border-right: 1px solid var(--border-color);}
.productDisplay:nth-child(-n+3){border-top: 1px solid var(--border-color)}
.suggestedProducts .productColumn5 li{width:33.334%}
.suggestedProducts .productColumn5 li:nth-child(4n+4){border-top:none}
.suggestedProducts .productColumn5 li:nth-child(5n+5){border-right:none}
.suggestedProducts .productColumn5 li:nth-child(-n+5){border-top:none}
.suggestedProducts .productColumn5 li:nth-child(-n+3){border-top: 1px solid var(--border-color);}
.suggestedProducts .productColumn5 li:nth-child(3n+3){border-right: 1px solid var(--border-color);}
.suggestedProducts .productColumn5 li:last-child{border-right: 1px solid var(--border-color);}

}
@media (max-width:1079px) {     
.seven,.three{width:100%}
.extraDetails{margin-top:2rem}
.stickMe{position:relative}
 .categoryHeader {
        position: fixed;
        padding: 0;
        padding-bottom: 90px;
        top: 105vh;
        height: 100%;
        background: var(--light-background);
        width: 100vw;
        z-index: 999;
        left: 0;
        display: block;
        transition: top .3s ease-in-out;
    }
	.filterOpenBand {
        padding: 0.2rem 0.5rem;
        background: white;
        box-shadow: 0 2px 10px -2px rgba(0, 0, 0, .2);
        color: #000;
        position: fixed;
		right:.7rem;
        bottom: 1.5rem;
        margin: 0;
        z-index: 9;
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: 48px;
        border-radius: 25px;
        font-size: 16px;
        font-weight: 500;
        border: 1px solid var(--border-color);
    }
	.openFilters:before {
        content: "";
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .1);
        width: 36px;
        height: 36px;
        border-radius: 50%;
        background-color: #fff;
        background-size: 60%;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
    }.allFiltercounter {
    background: #e41e3f;
    position: absolute;
    color: #fff;
    font-size: 12px;
    border-radius: 50%;
    line-height: 21px;
    text-align: center;
    font-weight: 600;
    top: -1px;
    left: 26px;
    display: block;
    width: 19px;
    height: 19px;
}.openFilters i {
        position: absolute;
        left: 7px;
        top: 7px;
    }    .openFilters {
        position: relative;
        z-index: 9;
        display: inline-block;
        height: 40px;
        transition: all .3s ease-in-out;
        cursor: pointer;
        line-height: 40px;
        padding: 0 1rem;
        padding-left: 50px;
    }.shown {
        top: 0;
        transition: top .3s cubic-bezier(.22,.61,.36,1);
    }.bottomFilter {
        position: absolute;
        z-index: 99;
        bottom: 0;
        padding: 1rem;
        background: #fff;
        width: 100%;
        box-shadow: rgba(0, 0, 0, .1) 0 -2px;
    }
    .filtersHead {
        padding: .5rem 1rem;
        box-shadow: rgba(0, 0, 0, .1) 0 2px 2px 0;
        font-size: 16px;
        font-weight: 600;
        text-transform: uppercase;
        background: #fff;color:var(--dark-blue);
        margin-bottom: 10px;
    }    .closeFilters {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }    .bottomFilter .callto {
        margin: 0;
        width: auto;
        line-height: 34px;
    }.filtersArea {
        display: block;
        height: calc(100% - 50px);
        overflow: auto;
    }    .filterBlock {
        box-shadow: 0 2px 10px -2px rgba(0, 0, 0, .1);
        background: #fff;
        border: none;
        margin: 10px;
    }    .filterBlock .showUnder {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 1rem 1.5rem;
        color: #000;
    }    .filtersList {
        position: relative;
        top: auto;
        height: 0;
        overflow: hidden;
    }    .readF {
        height: auto;
        visibility: visible;
        opacity: 1;
    }
	.standardF {
    user-select: none;
    white-space: nowrap;
    display: block;
    color: #222;
    text-decoration: none;
    cursor: pointer;
    font-weight: 500;
    padding: 0 1rem 0 2rem;
    position: relative;
}
	.filtersArea {
    padding-right: 0px;
}.filterBlock{padding:0}.resetFilters {
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    font-weight: 600;
    padding: .5rem 1rem;
    border-top: 1px solid #d3d3d3;
    color: var(--dark-blue);
}.resetIcon {
    background: url(icons/reset.png) center center no-repeat;
    background-size: contain;
}.resetFilters i {
    margin-left: 0;
    margin-right: 5px;
}.filterCounter {
    width: 16px;
    height: 16px;
    display: inline-block;
    font-size: 10px;
    font-weight: 600;
    color: #fff;
    background: var(--dark-blue);
    border-radius: 50%;
    text-align: center;
    line-height: 16px;
    margin-left: 5px;
    transform: translateY(-2px);
}
	.productsArea {
    width: 100%;}
.advantages .columns-3{columns: 1;} .avantaj{
    border-left: none;
}
.flex-mobile {width: 100%;
        display: flex;
        position: absolute;
        top: 0;
        height: 100%;
    }    .thumbImages img {
        display: block;
        width: calc(100vw - 30px);
        max-width: unset;
    }
	.rightDetails .seven{width:100%}

       .grid-2-1 {
        display: flex;
        flex-wrap: wrap;justify-content: space-between;        column-gap: 0;
    
}
.galleryZone{width:40%}
.rightDetails {width:52%}
.extraDetails{        width: 100%;
        display: flex;align-items: stretch;
        justify-content: space-between;flex-wrap:wrap}
.extraDetails .promo,.extraDetails .promoAvantaje {width:48%;margin-bottom:0}
nav {
        -webkit-transition: left .2s ease-in-out;
        -moz-transition: left .2s ease-in-out;
        -o-transition: left .2s ease-in-out;
        transition: left .2s ease-in-out;
        position: absolute;
        left: -120%;
        top: 100%;
		width:100vw;
		max-width:400px;
        min-height: 100vh;
        background: var(--light-background);
        z-index: 99999;
        padding-top: 0px;
        padding-bottom: 180px;
        overflow: auto;
        
    }.filtersScroll {
    padding: 0 .7rem .7rem .7rem;
}
	.searchBox{        position: absolute;
        top: 60px;
        left: 0;
        right: 0;
        background: #fff;
        padding: 20px ;
        transform: translateY(50px);
        opacity: 0;
        visibility: hidden;
        transition: all .2s ease-in-out;
		
		
		}
		.slideTop{transform: translateY(0px);
        opacity: 1;
        visibility: visible;}
		
		.searchTitle{    margin-bottom: 15px;
    color: var(--dark-blue);
		}
  .navVisible {
        left: 0;
    }
}
@media (max-width:799px) {
.imageFull .sliderOuter {
    height: 100vh;
    width: 100vw;
    margin: 0 auto;
}.imageFull ul li {
    height: 100vh;
    width: 100vw;
}
.cosul-meu .four{width:100%}
	.container{width:100%;padding:0 15px}
	.bigBanner{padding:0}
	.backMenu .arrowDownIcon {
        transform: rotate(90deg);
        margin-right: 15px;
    }.viewall {
    font-size: 13px !important;
    letter-spacing: 0;
    background: var(--light-background);
    border-radius: 20px;
    line-height: 30px!important;
    height: 30px;
    padding: 0 15px !important;
    font-weight: 500;
    margin-right: 15px;
}
    
	.submenu li,.menuList{padding:0}
	.backMenu{border-bottom:1px solid var(--border-color);line-height:60px}
	.menuList a,nav a, .allProducts {
    font-weight: 400 !important;}
	.submenu li{border-bottom:1px solid var(--border-color) !important}
	.submenu li:last-child{border-bottom:none !important}
	
h1 {
font-size: 1.5rem;}	
.grid-4 {
    grid-template-columns: 50% 50%;
}
.productDisplay:nth-child(3n+3){border-right: none;}
.productDisplay:nth-child(-n+3){border-top: none}
.productDisplay:nth-child(2n+2){border-right: 1px solid var(--border-color);}
.productDisplay:nth-child(-n+2){border-top: 1px solid var(--border-color)}
.infoGdpr{display:block}  
.oDate{display:block}
      nav ul.flex {
        display: block;        width: 100%;
    }
	nav .extraMenu a,.callUs{        padding-left: 30px;line-height:40px;font-size:16px;font-weight:400}
	nav .container{        padding: 0;width:100%}
	.allProducts{background:#fff;padding-left:15px}
	.allProducts li{border-bottom:1px solid var(--border-color)}
	.allProducts li:last-child{border:none !important}
	.menuCategories a{line-height:60px}
	.extraMenu a {
    margin-top: 10px;
    text-decoration: none;
}.accountIcon {
    background: url(icons/user.svg) center center no-repeat;
    background-size: contain;
}.returIcon {
    background: url(icons/retur.svg) center center no-repeat;
    background-size: contain;
}
   body.product .breadcrumbs {
        display: none;
    }  .thumbButtons {
        display: none;
    }.bullets span {
    margin: 0 3px;
    width: 100%;
    display: block;
    background: #fff;
    opacity: .7;
    height: 4px;
}.bullets span.current {
    background: var(--dark-blue);
}
	.grid-2-1 {
    grid-template-columns: 100%;
    column-gap: 0;
}    .thumbHidden {
        width: 100%;
        padding-bottom: 100%;
        position: relative;
        overflow: hidden;
    }    .galleryZone {
        overflow: hidden;
        position: relative;
        margin: 0 0 15px 0;
        width: 100%;
        padding-bottom: 0;
        padding-left: 0;
    }
	.rightDetails,.calculatorSipci{width:100%}
.arrowDownIcon {
    background: url(icons/down-arrow.png) center center no-repeat;
    background-size: contain;
}.bottomLink,.infoArea {
    margin-bottom: 1rem;
}.filterTitle{margin-bottom:0}
.bottomLink .openDown{   width: 100%;
    display: flex;
justify-content: space-between;align-items:center}
.hideable {
        height: 0;
        overflow: hidden;
        transition: all .3s ease-in-out;
    }
	.readD .hideable {
        height: auto;
        overflow: hidden;
    }
	.copyright p{text-align: center;
    width: 100%;}
	.no-mobile{display:none !important}
	.mainHeader{height:60px}.rightElements a, .rightElements span{padding:0 12px}
	.rightElements .counter{width:16px;height:16px;line-height:16px}
	.logo img{margin:0;height:36px}
	.half {
    width: 100%;
}.columns-2 {
    columns: 1;
}
.submenu{   display:none; width: 100%;
    left: 0;
    position: relative;
    visibility: visible;
    opacity: 1;
box-shadow: none;padding:0}
	.bestCategories ul li {    width: calc(50% - 10px);}
.suggestedProducts .productColumn5 li{width:50%}

.suggestedProducts .productColumn5 li:nth-child(-n+3){border-top: none}
.suggestedProducts .productColumn5 li:nth-child(-n+2){border-top: 1px solid var(--border-color);}
.suggestedProducts .productColumn5 li:nth-child(3n+3) {
        border-right: none
    }

.suggestedProducts .productColumn5 li:nth-child(2n+2){border-right: 1px solid var(--border-color);}
}
@media (max-width:480px) {
	.extraDetails .promo, .extraDetails .promoAvantaje{width:100%;margin-bottom:20px}
.jumatate{max-width:100%;width:100%}
.calculSipca{text-align:center}
}