@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,600,700&subset=latin-ext');

:root {
  --default-color: #29aba4;
  --rating-color: #FFD314;
}

/* === ESSENTIAL === */
body{
	font-family: 'Syne', sans-serif;
	color:#000;
	-webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
	-moz-osx-font-smoothing: grayscale;
	--container-width: 1400px;
	}
.container-h{max-width:var(--container-width);}
.text-main {color: var(--default-color)!important;}
.bg-main{background: var(--default-color)!important;}
.total-rate{font-size:13px;}
.fullRate {color: var(--rating-color);}
.fa{font-weight:300;}
.stock-status {font-size: 16px;}

/* BUTTON */
.btn {background:none;border:1px solid #000;border-radius: 0;transition:all .2s ease-in;}
.btn:hover {background: #000;color:#fff;border:1px solid #000;opacity:1;}
.btn.std {background:#000;border:none;}
.btn.btn-cmd {font-weight: 400;background: #000;border:1px solid transparent;}
.btn.btn-cmd:hover {color:#fff;background: var(--default-color);}
.btn.-g-btn-subscription{line-height:50px;}
#top a i {background-color: #fff;color: #000;box-shadow: 0 3px 8px -1px rgb(0 0 0 / 35%);}
#logo{max-width:100%;}
#logo img{max-height:50px;}

/* ACCOUNT HEADER */
.acount-section {order:1;}
.acount-section>ul>li>a>i {font-size: 21px;}
.acount-section ul li a {color: #000;padding-left: 0;margin-left: 8px!important;border-left: none;}
.acount-section ul li a span{display:none;}
.acount-section .search-m{display:inline-block!important;cursor:pointer;}
.cart-header-btn .count{display:none!important;}
.-g-user-icon .-g-user-fidelity-registration-bonus{min-width:60px;}
.-g-user-fidelity-registration-bonus-popup{left:auto;right:0;}
.cart-header-btn .q-cart,
.cart-m .q-cart,
.wishlist-header-m .-g-wishlist-product-count,
.wishlist-header .-g-wishlist-product-count {
	font-size: 13px;color: #fff;background: var(--default-color);
	min-width: 17px;height: 17px;line-height: 16px;
}
/* ACCOUNT HEADER MEDIA Q */
@media screen and (max-width: 1090px){
	.acount-section .-g-user-icon{display:none!important;}
}
@media screen and (max-width: 991px){
	.main-header .acount-section{width:100%;padding-left:5px;}
	.acount-section ul li a {margin-left: 5px!important;}
}

/* SEARCH */
.main.search-form-box{display:none;}
.search-form-box.search-toggle .search-modal {display: block!important;position: absolute;top: 20px;right: 25px;font-size: 26px;color: #fff}
.search-form-box.search-toggle .search-close {display: block!important}
.search-form-box.search-toggle {position: fixed;top: 0;left: 0;right: 0;margin: auto;padding: 30px;width: 100%;height: 100%;background: rgba(0,0,0,.85);z-index: 9999;overflow-y: auto;}
.search-form-box.search-toggle .search-form {margin: 50px auto 0;max-width: 1000px}
.search-form-box.search-toggle input[type=text] {background: none;height: 50px;font-weight: 300;font-size: 21px;color: #fff;border: none;border-bottom: 1px solid #fff;border-radius: 0;box-shadow: none;}
.search-form-box.search-toggle input[type=text]::placeholder {color: #fff}
.search-form-box.search-toggle .search-button {font-size:21px;}
.search-form-box.search-toggle .search-button i {color: #fff;}
.search-form-box.search-toggle .autocomplete-suggestion {background: 0 0;box-shadow: none;}
.search-form-box.search-toggle .autocomplete-suggestion div {font-weight: 300;font-size: 17px;color: #fff!important;}
.search-form-box.search-toggle .ac-h {padding: 10px 0;}
.search-form-box.search-toggle .ac-h .ac-head {display: none;}
.search-form-box.search-toggle .ac-h .ac-list {overflow: hidden;height: auto;margin-top: 10px;}
.search-form-box.search-toggle .ac-h .ac-box {float: left;width: calc(25% - 4px);min-height: 260px;padding: 0;border: none;border-radius: 3px;background: #fff;overflow: hidden;position: relative;margin: 0 2px 4px;}
.ac-h .ac-image {display:block;float:none!important;padding: 0!important;width: 100%!important;height: 100%;margin-bottom: 10px;}
.search-form-box.search-toggle .ac-h .ac-image img {max-height: 420px;}
.search-form-box.search-toggle .ac-h .ac-title {font-weight:300;font-size: 17px;color: #000;padding:0 15px;margin-bottom: 5px;position: relative;overflow:hidden;text-overflow: ellipsis;white-space: nowrap;}
.search-form-box.search-toggle .ac-h .ac-title b {font-weight: 500!important;}
.search-form-box.search-toggle .ac-h .ac-price {position: relative;font-weight: 600;font-size: 14px;color:#000!important;padding:0 15px;margin-bottom: 15px;}
.search-form-box.search-toggle .ac-categ a {color: #fff}
/* SEARCH MEDIA Q */
@media screen and (max-width: 991px){
	.search-form-box.search-toggle .ac-h .ac-box{width: calc(33.333% - 4px);}
}
@media screen and (max-width: 767px){
	.search-form-box.search-toggle .ac-h .ac-box{width: calc(50% - 4px);}
}
@media screen and (max-width: 480px){
	.search-form-box.search-toggle input[type=text] {font-size: 17px;}
	.search-form-box.search-toggle .ac-h .ac-box{width: calc(100% - 10px);}
}

/* MENU */
#wrapper{overflow:initial;}
.main-header{position:relative;position: -webkit-sticky;position: sticky!important;top:0;z-index:999;box-shadow: 0 2px 7px -4px rgba(0,0,0, .3);-webkit-transition: .2s!important;transition: .2s!important;}
.main-header .cart-header, .top-head {padding-top: 10px;padding-bottom: 10px;}
.main-header .nav-menu-hh,
.main-header .nav-menu{padding:0;}
.main-header .main-menu{background: none;padding:0;}
.main-header .main-menu ul li > a{font-weight: 700;color: #000;}
.main-header .menu-dd{pointer-events: none;}
.main-header .menu-dd.open{pointer-events: auto!important;}
.main-header .menu-dd li .title a {font-weight: 600;font-size: 16px;}
.main-header .menu-dd li a {font-weight: 400;font-size: 14px;color: #7d7b7b;}
.main-header .menu-dd li a i {display:none;}

/*menu update*/
.main-header .menu-dd.column2 ul{-webkit-column-count: 2;-moz-column-count: 2;column-count: 2;}
.main-header .menu-dd.column3 ul{-webkit-column-count: 3;-moz-column-count: 3;column-count: 3;}
.main-header .menu-dd.column4 ul{-webkit-column-count: 4;-moz-column-count: 4;column-count: 4;}
.main-header .menu-dd.column3.banner ul{-webkit-column-count: 2;-moz-column-count: 2;column-count: 2;}
.main-header .menu-dd.column4.banner ul{-webkit-column-count: 3;-moz-column-count: 3;column-count: 3;}
.main-header .menu-dd ul li{width:100%!important;max-width:100%;-webkit-column-break-inside: avoid;page-break-inside: avoid;break-inside: avoid;}
.main-header .nav-menu-hh{position:relative;}
.main-header .menu-dd.column1{width:300px!important;}
.main-header .menu-dd.column1.banner{width:600px!important;}
.main-header .menu-dd.column2{width:550px!important;}
.main-header .menu-dd.column3{width:700px!important;}
.main-header .menu-dd.column4{width:min(calc(var(--container-width) - 60px), calc(100vw - 60px))!important;}
.main-header .menu-dd.column-sld{min-width:400px;}
.main-header .menu-dd.col-sub-img {width: 650px;}
.main-header .menu-dd.col1-img {width: 450px;}
.main-header .menu-dd.column-sld .carousel-slide .owl-next{right: -30px;}
.main-header .menu-dd.column-sld .carousel-slide .owl-prev{left: -30px;}

.menu-trg span,
.menu-trg span:after,
.menu-trg span:before,
.main-header.fade-menu .menu-trg span,
.main-header.fade-menu .menu-trg span:after,
.main-header.fade-menu .menu-trg span:before{background:#000;}

.mm-mobile-menu .menu-dd li .title a {font-weight:500;}
.mobile-icon {display: none!important;}
.acount-section {display: inline-block!important;}

/* MENU MEDIA Q */
@media screen and (min-width: 1091px){
	.main-header .nav-menu{width:100%;}
	.main-header .menu-dd{text-align:left;}
	.main-header .navigation-holder{width:60%;text-align:center;}
	.main-header .logo-h,
	.acount-section{width:20%;}
}
@media screen and (max-width: 991px){
	.main-header .navigation-holder{width:60px;padding-right:5px;}
	.main-header .logo-h{width:100%;max-width: 160px;padding:0;}
}
@media screen and ( max-width:1090px ) {
	.main-header.fix-nav .top-head{padding-top:5px;padding-bottom:5px;}
    .main-header .navigation-holder{order:-1;}
}
@media screen and (max-width: 767px){
	.menu-trg{margin:10px 0 0 0;}
}
@media screen and (max-height: 725px){
	.main-header .menu-dd {overflow-y:auto;max-height:550px;}
	.main-header .menu-dd::-webkit-scrollbar {width: 6px;}
	.main-header .menu-dd::-webkit-scrollbar-track {background:rgba(0,0,0,0.2);-webkit-border-radius: 10px;border-radius: 10px;}
	.main-header .menu-dd::-webkit-scrollbar-thumb {-webkit-border-radius: 10px;border-radius: 10px;background: rgba(68, 68, 68, .6);}
	.main-header .menu-dd::-webkit-scrollbar-thumb:window-inactive {background: rgba(68, 68, 68, .4);}
}
@-moz-document url-prefix() {
    .main-header .menu-dd ul li{float:none!important;}
}


/* TITLE */
.title-carousel {margin-bottom: 50px;}
.title-carousel .title {font-size: 36px;font-weight: 500;color: #000;text-transform: none;padding: 0;}
.title-carousel hr{display:none;}
/* TITLE MEDIA Q */
@media screen and (max-width: 767px){
	.title-carousel {padding-top: 0;margin-bottom: 20px;}
	.title-carousel .title {font-size: 24px;}
}

/* CAROUSEL */
.owl-next .fa, .owl-prev .fa{font-weight: 400!important;}
#main-bnn .owl-theme .owl-controls .owl-buttons div,
.carousel-slide .owl-theme .owl-controls .owl-buttons div{font-size: 25px;color:#444;width: 45px;height: 45px;text-align: center;background: rgba(255, 255, 255,.85); -webkit-border-radius: 50%;-moz-border-radius: 50%;border-radius: 50%;box-shadow: 0 2px 7px -2px rgb(0 0 0 / 30%);transition: all .2s ease-in;}
#main-bnn .owl-next, 
#main-bnn .owl-prev{top: 50%;}
#main-bnn .owl-next:hover,
.carousel-slide .owl-next:hover{transform: translateX(-5px);}
#main-bnn .owl-prev:hover,
.carousel-slide .owl-prev:hover{transform: translateX(5px);}

/* CAROUSEL MEDIA Q */
@media screen and ( max-width:1300px ) {
	.carousel-slide .owl-carousel{padding:0 20px;}
}
@media screen and (max-width: 991px){
	.carousel-slide {padding: 0 4px 30px;}
}
@media screen and (max-width: 480px){
	.carousel-slide .owl-carousel{padding:0;}
	#main-bnn .owl-theme .owl-controls .owl-buttons div,
	.carousel-slide .owl-theme .owl-controls .owl-buttons div{width: 40px;height: 40px;line-height: 40px;}
}


/* TRUST ICON */
.icon-group .col .trust-h .trust-item{flex-direction: row;}
.icon-group .col .icon-label {font-weight: 600;font-size: 16px;}
.icon-group .col .icon-label span{font-weight: 300;font-size: 13px;color:#000;line-height:1.5;margin-top:2px;}
.t-tips {font-weight: 300;font-size: 12px;line-height:1.4;letter-spacing: 0.3px;}
/* TRUST ICON MEDIA Q */
@media screen and (max-width: 991px){
	.icon-group .row {flex-wrap: nowrap;overflow: auto hidden;}
	.icon-group .col {flex-shrink: 0;-webkit-box-flex: 0;flex-grow: 0;width:auto!important;}
	.icon-group .col .trust-h {width: 220px;max-width: 100%;}
}


/* PIN */
.-g-component-banner-group{max-width:100%;padding:0;}
.pinGrid {padding: 0;margin:0;}
.pin{position:relative;padding:0;margin:0 auto;}
.pin .image{overflow: hidden;}
.pin img{transform:scale(1);transition: all .4s ease-out;}
.pin:hover img{transform:scale(1.05);}
.pin .figcaption{position: absolute;bottom: 0;left: 0;padding: 10%;display: flex;flex-wrap: nowrap;justify-content: flex-end;align-items: flex-start;flex-direction: column;color: #fff;text-align: left;pointer-events: none;}
.pin .figcaption a {color:#fff;}
.pin .figcaption .title{font-weight:600;font-size:33px;text-transform:uppercase;margin: 0 0 10px;}
.pin .figcaption .banner-btn{font-weight: 600;font-size: 15px;color:#fff;text-transform:uppercase;position:relative;overflow:visible;    pointer-events: auto;}
.pin .figcaption .banner-btn:after {content: '';display:block;position: absolute;width: 50px;height: 2px;background-color: #FFF;bottom: -5px;left: 0;transition: 0.3s ease-in;}
.pin .figcaption .banner-btn:hover:after {width:100%;}


/* PRODUCT BOX */
.product-box .box-holder {max-width: 400px;}
.product-box .image {padding-top: 135%;}
.product-box .product-icon-holder {width:100%;aspect-ratio:20/27}
.product-box .title{font-size:16px;color:#000;}
.product-box .price {font-weight: 600;font-size: 15px;color: #000;}
.product-box .price .price-full {color: #979797;}
.product-box:not(.list-type) .icon,
.product-icon-box .icon{float:none;}
.product-icon-box{left:0;}
.product-box .icon.new, .product-box .icon.discount,
.product-icon-box .icon.new, .product-icon-box .icon.discount,
.product-box .icon.-g-icon-discount-value,
.product-icon-box .icon.-g-icon-discount-value{font-size: 13px;font-weight: 400;border-radius:0;height: 24px;line-height: 24px;margin: 8px 8px 0;}
.product-listing .product-box.list-type .product-icon-box .icon{float: left;}
.product-box:not(.list-type) .add-list{position: absolute;top: 0;right: 0;margin: auto;width: 45px;height: 70%;display: flex;flex-direction: column;justify-content: center;flex-wrap: nowrap;transform: translate(60px, 0);opacity: 0;visibility: hidden;transition: all .5s cubic-bezier(0.8, 0, 0.3, 0.95);z-index: 9;}
.product-box:not(.list-type):hover .add-list{transform: translate(-15px, 0);opacity: 1;visibility: visible;}
.product-box:not(.list-type) .add-list .qty-regulator {display: inline-flex;flex-direction:column;align-items: center;justify-content: center;width:unset}
.product-box:not(.list-type) .add-list .qty-regulator .minus,.product-box:not(.list-type) .add-list .qty-regulator .plus {background: #fff;border-radius: 50%;z-index: 2;height:30px;width:30px}
.product-box:not(.list-type) .add-list .qty-regulator .minus {box-shadow: -4px 5px 6px -7px rgb(0 0 0 / 25%), 4px 5px 6px -7px rgb(0 0 0 / 25%);}
.product-box:not(.list-type) .add-list .qty-regulator .plus {box-shadow: 0 4px 12px -3px rgb(0 0 0 / 25%);}
.product-box:not(.list-type) .add-list .qty-regulator input[type=text] {border-radius: 50%;margin: -7px 0;z-index: -1;width: 40px;height: 40px;border: solid 1px #dbdbdb;box-shadow: 0 4px 12px -3px rgb(0 0 0 / 25%);}
.product-box .add-list .btn{background:#fff;color:#000;width:45px;height:45px;font-size:19px;line-height:45px;padding: 0;margin:0 0 7px;border-radius:50%;border:none;box-shadow: 0 4px 12px -3px rgb(0 0 0 / 25%);transition:all .2s ease-in;}
.product-box .add-list .btn.__GomagAddToCartDisabled {color:transparent!important;}
.product-box .add-list .btn.__GomagAddToCartDisabled:before {content:"\f05e";font-family:'font awesome 6 pro';color:#000;display:block}
.product-box .add-list .btn.__GomagAddToCartDisabled:hover:before {color:#fff}
.product-box .add-list .btn .fa{display:inline-block;}
.product-box .add-list .btn span{display:none;}
.product-box .add-list .btn:hover{background: #000;color:#fff;}
.product-box .versionAttribute a span {font-weight: 500;padding: 4px 8px;min-width: 30px;border-radius: 3px;}
/* PRODUCT BOX MEDIA Q */
@media screen and (max-width: 991px){
    .product-box{padding:0 2px;}
	.product-box:not(.list-type) .add-list{display:none;}
}
@media screen and ( min-width:768px ) {
	.product-listing .product-box.list-type .image-holder {width: 300px;}
	.product-listing .product-box.list-type .image img {max-height: 300px;}
	.product-listing .product-box.list-type .figcaption{padding-left:35px;}
	.product-listing .product-box.list-type .title{font-size:22px;}
	.product-listing .product-box.list-type .price {font-size: 18px;}
	.product-listing .product-box.list-type .-g-productlist-description {font-size: 15px;font-weight: 300;}
	.product-listing .product-box.list-type .add-list {padding-bottom: 20px;}
}

/* INSTAGRAM */
.instagramContainer{border: none;padding: 5% 5px 0;max-width: 100%;text-align: center;}
.instaHeader{font-size:15px;}
.instaPinGrid{margin:0!important;}

/* FOOTER */
.newsletter-holder{padding:60px 0;margin-top:5px;text-align:center;background-color: #a5e9e8;}
.newsletter-holder .newsletter{display: flex;justify-content: space-evenly;align-items: center;}
.newsletter-holder .newsletter .title{font-weight: 600;font-size: 37px;padding: 0 10px;}
.newsletter-holder .newsletter .title span{display: block;font-weight: 300;font-size: 20px;}
.newsletter .newsletter-form input[type=text] {font-weight: 300;font-size: 15px;color: #000;line-height: 50px;height: 50px;max-width: 280px;padding: 0 20px;border: none;background: #ffffff;}
.newsletter .newsletter-form input[type=submit] {display: inline-block;width: 130px;letter-spacing: 1px;line-height: 50px;background: #000000;border-radius: 0;margin:0;}
.newsletter .custom-chk label{font-weight:300;}

footer{background:#fff;box-shadow: 0 -2px 7px -4px rgb(0 0 0 / 30%);}
.main-footer .col .title {position:relative;font-size: 17px;font-weight: 600;color: #000;text-transform: capitalize;margin-bottom: 20px;}
.main-footer .col .title a{color: #000;}
.main-footer .col ul li{margin-bottom: 8px;}
.main-footer .col,
.main-footer .col ul li,
.main-footer .col ul li a,
.main-footer .support a  {font-weight: 300;font-size: 15px;color: #000;}
.main-footer .col ul li a {position:relative;display:block;transition: all .25s ease-in-out;}
.main-footer .col ul li a:hover {color: var(--default-color);}
.main-footer .col .footer-submenu li a:hover {transform:translate(5px, 0);}
.main-footer .social {text-align:center;padding-top:20px;}
.main-footer .support .title span {display:block;font-weight: 300;font-size: 15px;margin-top: 20px;color: #000;}

.main-footer .social .title{display:none;}
.main-footer .social ul {display:block;}
.main-footer .social ul li {display:inline-block;margin:0;}
.main-footer .social ul li a {font-size: 25px;padding:0 5px;color: #000;}
.main-footer .col.social a:after,
.main-footer .col.support .title:after{display:none;}
.copyright-payment {padding:25px 0;font-size:14px;border-top:1px solid #ddd;}
.copyright-payment .copyright{display:inline-block;margin:0;margin-top:6px;}
.copyright-payment .copyright a{font-weight:600;}
.copyright-payment .copyright span{display:inline-block;}
.copyright-payment .payment-accepted {display: flex;flex-wrap: wrap;justify-content: flex-end;}
.copyright-payment .payment-accepted img{display:inline-block;max-height:35px;margin:3px 2px ;}
.-g-footer-affiliate-block .container-h{display: flex;align-items: center;justify-content: center;flex-wrap: wrap;}

/* FOOTER MEDIA Q */
@media screen and (max-width: 991px){
    .copyright-payment .payment-accepted {justify-content: center;}
    .main-footer .col:not(.social){float:left;width:50%;clear: none;padding-top:0;}
	.copyright-payment{text-align:center;}
}
@media screen and (max-width: 800px){
	.bottom-section .col {border:none!important;}
	.newsletter-holder .newsletter {flex-direction: column;}
	.newsletter-holder .newsletter .newsletter-form {max-width: 100%;margin: 15px auto 0;}
}
@media screen and (max-width: 520px){
	.main-footer .col .title{margin-bottom:15px;}
	.main-footer .col:not(.social){width:100%;text-align:left;}
	.main-footer .col .title .fa{float:right;margin-top: 6px;}
	.main-footer .col .title:after {padding-top: 10px;width: 100%;}
	.main-footer .col .support .support-contact{display:block!important;margin-bottom: 7px !important;height: auto!important}
}
@media screen and (max-width: 480px){
	.newsletter-holder .newsletter .title span{font-size: 17px;}
	.newsletter .newsletter-form input[type=text]{max-width: 200px;}
	.newsletter .newsletter-form input[type=submit] {width: 120px;}
}

/* CATEGORY */
#category-page {padding-top:0;}
#category-page .filter-group{display:none;}
#category-page .category-content{width:100%;}
.breadcrumbs-box{padding-top:30px;}
.breadcrumbs-box ol{text-align:center;}
.breadcrumbs-default ol li,
.breadcrumbs-default ol li a,
.breadcrumbs-box ol li,
.breadcrumbs-box ol li a{font-weight:300;font-size:14px;}
.catTitle {font-size: 30px;padding: 0px 0 60px;text-align: center;text-transform: capitalize;}
.result-section .result{line-height:30px;}
.filter-trg{display:inline-block!important;float: right;margin-left: 5px;margin-right:0;}
.filter.box .title {font-size: 18px;Font-weight: 500;padding:0 15px;margin:0;text-transform:capitalize;}
.filter.box .title-h {padding: 4px 0;margin-bottom: 30px;border-left: 3px solid #000;}
.filter.box .title-h:after,
.filter.box .title-h.line:after {content: "";display: block;border-bottom: 1px solid #dbdbdb;position: absolute;top: 16px;left: 0;width: 100%;z-index: 9;}
.mm-nav-filter .filter.box.-g-category-filters-apply-all {position: sticky;bottom: 0;background: #fff!important;z-index: 99;padding: 10px 15px 0 15px!important;margin: 0 -15px;box-shadow: 0px -1px 3px -2px #00000030!important;}
.option-group li{margin-bottom:5px;}
.option-group li,
.option-group li a {color: #000;font-size: 15px;font-weight: 300;}
.option-group li a:hover {color: var(--default-color);}
.mm-nav-filter .filter.box .title{font-size:15px;}
/* CATEGORY MEDIA Q */
@media screen and (max-width: 767px){
	.catTitle {padding: 25px 0 ;}
}

/* DETAIL */
.product-page-holder .breadcrumbs-default{text-align:center;}
.breadcrumbs-default {padding-top: 25px;padding-bottom: 25px;}

.detail-title .title span {font-size: 28px;margin-top: 5px;}
.detail-rate-box{margin-top:10px;}
.thumb-sld{display:none;}
.vertical-slider-box,
.vertical-slide-img,
.vertical-slide-img img{max-height:initial!important;}
.prod-lg-sld:hover a,
.fancybox-can-zoomIn .fancybox-content {cursor: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAABmJLR0QA/wD/AP+gvaeTAAABo0lEQVRIie2WS04CQRCGP0Fmoywh8QrIHcSFrlwoUa5AJMbHLYhn0JWPg8jCR9iIJmBQ9m7RhS4UF1Wd6ZB52MNoTORPOjPpruqvu7qr0jDVH5IH1IBzoAe8ausBZzrmpQ2tAk/AKKY9AhtpADPAoTXxLbALlIA5bYvAHtCx7Jrqm1gG+gbUYybLANtqa+CJVLWgSw5+FQu+7gr18M+0HmJzDVyGjDXUtw/kXMA1/DMNC685zyBlgTsd34wCjU9ubuYR8PmdlY7pAzjWf6dwPyCrLUXYRO0Y5LaPkDz/tobqlLf6WsTnccuyz2vfMAo0Uc5ZCorAjMsEaYS6jH+zQzW+47Z+V2IWGKVV/V65OJl06gQsyigune51fMsF7CEFf4SUwSC1gIuQsR31HQCzLmCQXDYls+Lgtwy8q++aK9SoacEbSAjDlEV2aqDPQCEpOGPBR0gZ3EeKw7y2MnCAf6YGauyLSeEgZa9PfAEZIOEt4NfqieE5pOCfAl3gBXn69IET5PbaF6mYJtxVBfyXSRdY+DdwO+w3vwk28Dbhr5apflZfmcORXr6V40MAAAAASUVORK5CYII=), zoom-in;}
.detail-price{font-weight:500;font-size:20px;margin-top:15px;margin-bottom:15px;}
.detail-price s {font-weight:400;font-size:16px;color: #83868c;}
.short-description {font-weight: 300;font-size: 14px;color: #a8a8a8;line-height: 1.7;border-top: 1px solid #e7e7e7;padding-top: 20px;}

.__optionSelectorImage {overflow: hidden;border: 1px solid #f2f2f2;border-radius: 3px;margin-right: 4px;margin-bottom: 4px;width: 80px;height:auto;background: #f2f2f2;}
.__optionSelectorImage:hover{border:1px solid #000;}
.__optionSelectorImage a:before{display:none;}
.__optionSelectorImage a{height:auto;}
.__versionProductImage {max-height: 110px;}
.-g-version-attribute-holder .-g-versions-attribute-name {font-size:16px;}
.-g-version-attribute-holder .-g-versions-attribute-name span{font-weight:700;}
.detail-product-atributes .input-s {font-weight:600;font-size:14px;border:1px solid #000;min-height: 40px;}

.add-section .qty-regulator {position:relative;margin: 0 15px 5px 0;padding-right: 35px;width:80px;}
.add-section .qty-regulator input[type=text] {border: 1px solid #000;width: 45px;height: 51px;font-size: 17px;line-height: 52px;}
.add-section .qty-regulator .minus,
.add-section .qty-regulator .plus{position:absolute;right:0;border: 1px solid #000;height: 26px;width: 36px;    line-height: 28px;font-size: 14px;}
.add-section .qty-regulator .minus{bottom:0;}
.add-section .qty-regulator .plus{top:0;}
.add-section .add2cart{font-weight: 600;line-height:50px;letter-spacing: 1px;}
.add-section .add2cart:hover{background:#000;color:#fff;}
.wish-section{margin-bottom:0;}
.wish-section .col{font-size:15px;}

.extra-offer .detail-price {display: block;margin: 10px 0;position: relative;}
.extra-offer{border:none;border-top: 1px solid #dfdfdf;}
.extra-offer .extra-offer-title{display:inline-block;position:relative;font-weight: 600;color: #000;font-size: 15px;text-transform: capitalize;}
.extra-offer .extra-offer-title:after {border-bottom: 2px solid var(--default-color);bottom: -2px;left: 0;content: "";position: absolute;width: 100%;}
.extra-offer .box {border:none;border-top: 1px solid #dfdfdf!important;}
.extra-offer .box ul li {padding: 0 2px;}
.extra-offer .prod-img img {max-height: 280px;border-radius:2px;}
.extra-offer .detail-price {display: block;margin: 10px 0;}
.extra-offer.carousel-slide .owl-theme .owl-controls .owl-buttons div {top: 45%;}

.detail-tabs{padding:0;}
.detail-tabs,
.detail-recomended{width:100%;}
.detail-tabs .resp-tabs-list{display:none;}
.detail-tabs .resp-accordion{display:block;}
.detail-tabs .resp-tabs-container{border-top: 1px solid #ddd!important;}
.detail-tabs .resp-tab-content{border:none;}
.detail-tabs .description-tab h3 {font-weight: 300;font-size: 32px;color: #000;line-height: 1.3;margin-bottom: 20px;}
.detail-tabs .description-tab p{margin-bottom:10px;}
.detail-tabs .resp-tab-content ul,
.short-description ul {list-style: initial;padding: 15px 20px 0 15px;}
.detail-tabs .resp-tab-content ul li{margin-bottom: 3px;}
.detail-tabs .description-tab {font-weight: 300;font-size: 14px;color: #000;line-height: 1.3;padding: 15px 0;}
.detail-tabs .resp-accordion {font-weight: 500;font-size: 17px!important;color:#000;padding: 15px 0!important;border:none!important;border-top:1px solid #ddd!important;border-bottom:1px solid #ddd!important;margin-top:-1px;background:none!important;}
/* DETAIL MEDIA Q */
@media screen and ( min-width:992px ) {
	.detail-tabs .resp-tab-content {padding: 30px 15px;}
	.detail-tabs .video-tab {padding: 15px;}
}
@media screen and (max-width: 991px){
	.extra-offer .box {padding: 20px 0;}
}
@media screen and (min-width: 768px){
    .product-page-holder .-g-product-details-holder{position: sticky;top: 100px;width:35%;transition:top 0.3s ease;}
    .product-page-holder .detail-slider-holder{position: sticky;top: 90px;width:65%;padding-right: 5%;}
	.prod-lg-sld, .prod-lg-sld:not(.slick-initialized){visibility: visible;display: flex;flex-direction: row;flex-wrap: wrap;align-items: center;justify-content: center;}
	.prod-lg-sld li{width: 33.333%;padding: 0 2px;margin-bottom: 4px;}
	.prod-lg-sld li:nth-child(1),
	.prod-lg-sld li:nth-child(2){width:50%;}
	.vertical-slide-img img{border-radius:2px;}
}
@media screen and (max-width: 767px){
	.detail-tabs .resp-tab-content {border:none!important;}
	.detail-title .title span {font-size: 21px;margin-top: 10px;}
	.extra-offer .buy {text-align: center;padding:0 15px;}
	.detail-slider-holder{padding:0;}
    .product-bottom > .container-h {padding: 0;}
}
@media screen and (max-width: 480px){
	.product-bottom {margin-top: 0;}
	.wish-section .col{margin-right:20px;}
}

/* CART */
.main-header.-g-pagetype-cart{position:relative!important;}
#shoppingcart {max-width:1200px;}
.cart-box {border: none;}
.cart-head {background: none;border-top: 1px solid #dfdfdf;border-bottom: 1px solid var(--default-color);}
.cart-head li{color:#000;}
.cart-items>li {border-bottom: 1px solid #dfdfdf;}
.free-account, .free-account .new-checkbox {font-weight: 400;font-size: 14px;}
.checkout .-g-checkout-summary {border:none;border-top: 1px solid var(--default-color);}
/* CART MEDIA Q */
@media screen and (max-width: 767px){
	.main-header .cart-header .row{justify-content: center;}
}

#succes-page .newsletter .newsletter-form {padding-right: 0;}
#succes-page .newsletter input[type=submit] {height: 50px;line-height: 50px;}
@media screen and (max-width: 800px){
	#succes-page .newsletter .newsletter-form {max-width: 100%;}
}


:root{--default-color:#ef2809;}.-g-one-time-offers .-g-one-time-cart-label {background:#ef280930;} .-g-one-time-offers {background:#ef280912;}
footer{background:#141414;}.copyright-payment{border:1px solid #00000020;}
.main-footer .col .title, .main-footer .col .title a{color: #a8a8a8;}.main-footer .col .title:after,.bottom-section .title span:before{border-bottom: 1px solid #a8a8a8;}
.main-footer .col,.main-footer .col ul li,.main-footer .col ul li a,.main-footer .support a,.main-footer .support .title span,.copyright-payment .copyright,.copyright-payment .copyright a{color: #a8a8a8;}
@media screen and (min-width:992px){.product-box .title{font-size:15px;}}
.product-box .title{-webkit-line-clamp: 2;}
.product-box .price .price-full, .detail-price s, .cart-items .price s, .cart-dd .price s, .extra-offer .box-offer .price .price-full, .wishlist-box .price s, .ac-price s{color: #383838;}
.detail-title .title span{text-transform: none;text-transform: none;text-transform: none;}
.detail-title h1.title {color:#104b6b !important;}
body{font-family: 'Poppins', sans-serif;}

/**
* Scrie aici codul tau CSS...
*/

.center{
    text-align:center;
    margin: 0 auto;
}
.main-footer{
    margin-top:40px;
}
.main-footer .col ul li {
  margin-bottom: 0px;
}
f
.main-footer .social {
  padding-top: 0px;
}

.reviex-tab{
  font-size: 15px;
}
.icon-group .col .icon-label span{
  font-size: 14px;
}
.btn.std.em{
  color:#000;
  background:#f2e9f2;
  margin:0 auto !important;
  display: block;
  text-transform: none;
}
.btn.std.em:hover{
    font-weight:bold;
}
.main-footer .col ul li, .main-footer .col ul li a, .main-footer .col-right
{
  font-size: 16px;
}

.menu-trg span::after, .menu-trg span::before {
  width: 17px;
}
.short-description {
  padding-top: 5px;
}

.copyright-payment {
  padding: 0px 0;
  font-size: 14px;
  background: #114b6c;
}
.em_stoc_epuizat img, .em_stoc_epuizat .product-icon-box{
    opacity:0.4;
}
.product-box .icon, .product-icon-box .icon, .product-box .icon.-g-icon-discount-value, .product-icon-box .icon.-g-icon-discount-value {
  font-size: 15px;
  font-weight: 500;
  height: 25px;
  line-height: 25px;
}
.text-stoc-epuizat{
    margin-left: 50px;
    font-size: 18px;
    background-color: #000;
    color: #fff;
    padding: 3px 10px;
    border-radius: 3px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    font-weight:400;
    position: relative;
    bottom: 60px;
}
.bottom-side-box .stock-status {
  text-transform: lowercase;
  padding: 0px 0;
  margin-top: -5px;
}

.bottom-side-box .stockStatus {
    position: relative;
    bottom: 130px;
    left: -110px;
    z-index: 998;
}
.fa-times-circle-o{
    font: normal normal normal 14px/1 FontAwesome;
}
.bottom-side-box .fa-times-circle-o{
    font-size: 25px;
}
.bottom-side-box .stock-status.available {
color: #11a717;
border-radius: 20px;
border: 1px solid #377920;
width: 40px;
line-height: 0.9;
background-color: green;
color: #fff;
height: 39px;
position: relative;
padding-top: 7px;
font-size: 13px;
font-weight: 600;
text-transform: wrap;
inline-size: 39px;
visibility: hidden;
}
.bottom-side-box .stock-status .fa-check-circle-o{
    display:none;
    visibility:hidden;
}
.pin img {
  transform: none;
}

.alte_culori_container{
    width:100%;
    min-height: 90px;
}

.alte_culori_container ul{
    list-style-type: none;
    padding: 0px;
    margin: 0 auto;
}

.alte_culori{
    float:left;
    display:block;
    min-height:70px;
    margin-right:5px;
    border:2px solid #fff
}
.alte_culori_text{
  color: #000;
  font-size: 16px;
  font-weight: 700;
}
.li_active a{
    border:2px solid #3399ff;
}
.-g-banner-fixed :last-of-type {
  margin-bottom: 0px !important;
}
.-g-facebook-send-message{
    margin-top:7px;
}
.col.social{
    text-align:left;
    margin-bottom:15px;
}
.align_center{
    text-align:center;
}

.tabel_marimi tr{
    border-bottom: 1pt solid #ccc;
}
.content_center_800{
    max-width:800px;
    margin:0 auto;
}

.new-checkbox input{
    margin-right:10px;
}
.bottom-side-box .stock-status.available, .bottom-side-box .stockStatus p{
    display:none;
}
.medium_title{
    font-size:25px;
    margin-top:20px;
    margin-bottom:20px;
}
.title-carousel .title{
    font-size:25px;
}
.subtitle{
    font-size:25px;
    text-align:center;
}

.page-subtitle_light{
    font-size:20px;
    text-align:center;
    margin-top:-10px;
}
.tag-13{
    font-size:13px;
}
.tag-14{
    font-size:14px;
}
.tag-15{
    font-size:16px;
}
.tag-16{
    font-size:16px;
}
.tag-17{
    font-size:17px;
}
.tag-18{
    font-size:18px;
}
.tag-20{
    font-size:20px;
}
.tag-22{
    font-size:22px;
}
.tag-24{
    font-size:24px;
}
.tag-26{
    font-size:26px;
}
.tag-28{
    font-size:28px;
}
.tag-30{
    font-size:30px;
}

.blue-1{
    color:#07c6ec;
}
.blue-2{
    color:#308e9f;
}
.green-1{
    color:#09bc9c;
}
.green-2{
    color:#309f6d;
}
.red-1{
    color:#e73a79;
}
.red-2{
    color:#d64939;
}
.pink-1{
    color:#fcabab;
}
.pink-2{
    color:#ff5f5f;
}
.purple-1{
    color:#e75fff;
}
.purple-2{
    color:#d687c4;
}
.col .social ul li{
    margin-left:10px;
    margin-right:10px;
}

.cc-content.cc-limit {
    max-height: 180px;
}
.cc-switch-text{
    margin-top: 4px !important;
    padding:5px !important;
}

.-g-cookie-policy{
    padding: 5px 10px!important;
}
.acount-section .search-m{
    margin-right: 7px;
}

.stock-status.limited{
    display:none;
}
.page_subtitle_heading{
    font-size:18px;
    font-weight:bold;
    margin-bottom:20px;
}
.page_subtitle_heading_h3{
    font-size:16px !important;
    font-weight:bold !important;
    margin-bottom:10px !important;
}
.page-subcategory{
    font-size:16px !important;
    font-weight:bold !important;
    text-align: center;
    margin-top:10px;
}
.bordered{
    border:1px solid #f2f2f2;
    padding:15px;
}
.div_center_mini{
    max-width:250px;
    margin:0 auto;
}
.trust-h{
    padding: 30px 0 !important;
}
.points-title{
    font-weight: 600;
    color: #f70e5b;
}
.cupon-t{
    font-weight: 600;
}
.-g-cart-bonus{
    font-weight: 600;
    font-size: 12px;
}
.cart-total li.discount{
    font-size: 12px;
}
.side-menu ul li,.account-area-15 {
  line-height: 25px !important;
}
.account-section .fidelity li:first-of-type {
  color: #46a823;
  font-weight: 600;
}

.markup_pink {
  margin: 10px 0px 10px 0;
  background-color: #f4ffe3;
  padding: 0px 15px 15px 15px;
  font-size: 15px;
  border-radius: 5px;
  border: 1px solid #f2f2f2;
}
.-g-attribute-characteristic-value-h{
    line-height: 26px;
}
.-g-footer-affiliate-block {
  padding-top: 0px !important;
}

.landing-content ol li, .landing-content p, .landing-content ul li {
  font-size: 15px;
  line-height: 1.4 ;
}
.home_grid_demo{
    
}
.home_grid_demo img {
  margin-bottom: 0px !important;
  padding:2px;
}
.h1_heading{
    font-size:20px !important;
    text-align:center !important;
    font-weight: bold;
    margin-top:20px;
    margin-bottom:20px;
}
.h3_heading{
    font-size:20px !important;
    text-align:center !important;
    font-weight: bold;
    margin-top:20px;
    margin-bottom:20px;
}
.h4_heading{
    font-size:16px !important;
    text-align:center !important;
    font-weight: normal;
    margin-top:-5px;
    margin-bottom: 0px !important;
    color:#666;
}
#fidelity_logo{
    max-width:750px;
    text-align:center;
    margin:0 auto;
    margin-top:50px
}
.stock-status {
  font-size: 16px;
  .margin-top: -40px;
  .position: relative;
  display: block;
  font-weight: 800;
}
.wishlist-box .stock-status {
  margin-top: 10px;
}
.__shippingDeliveryTime{
    .visibility:hidden;
    .display:none;
}

.-g-versions-attribute-name:not(.available-ms) {
  font-size: 14px;
  color: #979797;
  font-style: italic;
}

.btn-flstockAlertBTN{
    background: #f2e4e4;
    font-weight:600;
}
.comment-author-info{
    font-weight: 600;
    font-style: italic;
}


@media screen and (max-width: 480px){
    #favDialog{
        width:100% !important;
    }
}

@media screen and (max-width: 935px) {
    
}
@media only screen and (min-width: 767px) {
    .btn.std.em{
        max-width: 767px;
    }
}
@media screen and (max-width: 767px) {
    .cart-help{
        text-align: right;
    }
    .product-box .price s{
        display: inline;
    }
    .pinGrid, .pinGrid.pin-home {
        margin: 0 0px;
    }
    .main-header .cart, .top-head {
        padding-top: 5px;
        padding-bottom: 0px;
    }
    #logo img {
        height: 35px;
        width: 97px;
        margin-bottom: 5px;
    }
    .trust-h{
        padding: 15px 0 !important;
    }
    .text-stoc-epuizat{
        margin-left: 0px;
        font-size: 15px;
        color: #fff;
        padding: 3px 7px;
        border-radius: 3px;
        box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    }
    .bottom-side-box .stockStatus {
        left: -50px !important;
    }
    .icon-group .col .icon-label{
        font-size: 15px !important;
    }
    .logo-h {
        text-align: left !important;
    }
    .logo-h img{
        margin-left: 5px !important;
    }
    .div_tabel_marimi {
        width:100%;
        overflow-x: scroll;
        color: #00bd2f;
    }
    .title-carousel .title{
        font-size:20px;
        padding-top:17px;
    }
    .title-carousel{
        margin-bottom: 15px !important;
    }
    .carousel-slide{
        padding-bottom:0px !important;
    }
    #prezentare_homepage{
        margin-top:-20px;
    }
    #fidelity_logo{
        margin-top:5px !important;
    }
    #fidelity_logo img{
        max-width:100px !important;
    }
    .mm-menu-head{
        background: #ffd8d8;
        font-weight:bold;
        box-shadow: rgba(102, 83, 83, 0.25) 0 0 3px 0px;
    }
    .main-menu{
        font-size:16px;
    }
    .mm-menu-footer{
        background: #f2e4e4;
        font-weight:bold;
        box-shadow: rgba(102, 83, 83, 0.25) 0 0 3px 0px;
    }
    .mm-mobile-menu.main-menu ul li a {
        font-weight: 600;
    }
    .mm-mobile-menu .base-menu{
        padding-top: 60px;
    }
    .mm-mobile-menu.main-menu ul li {
        padding-left: 10px;
    }
    .title.account .title.right {
        font-size: 17px;
    }
    .title.account .title{
        background-color: transparent !important;
    }
    .side-menu .title.account{
        background: #f2e4e4;
    }
    .desktop_max-65{
        max-width:100% !important;
    }
    .desktop_max-65 .col.banner_toate.mob{
        width:40% !important;
        float:left;
        margin-left: 5%;
    }
    .div-100{
        width:100% !important;
    }
    .desktop_max-65 p span{
        margin-top:-10px;
    }
  .wish-section .col {
    margin-bottom: 0px;
  }
    #check_tabel_marimi {
         margin-bottom: 15px;
         display: block;
    }
    .product-box .title{
        font-size:14px;
    }
    .alte_culori_container{
        .display: flex;
    }
    .alte_culori_container ul{
        .display: -webkit-box;
    }
    .catTitle{
        font-size:23px;
    }
}


.desktop_max-65{
    max-width:65%;
    margin:0 auto;
    text-align:center;
}

.desktop_max-65 .col.banner_toate{ 
    width:22% !important;
    float:left;
    margin: 1%;
}
.div-100{
    width:100% !important;
}
.-g-listing-review-count{
   display:inline !important;
   margin-left: 4px;
   font-size: 12px;
}
.fa-star {
  text-shadow: 1px 1px 1px #6f6c6c;
  
}
.total-rate {
  font-size: 12px;
}
.h160{min-height:160px !important;}
.h170{min-height:170px !important;}
.flash-text-green{
    font-size: 13.5px;
    font-weight: 500;
    animation: color-change 1s infinite;
}

@keyframes color-change {
  0% { color: #11a717; }
  50% { color: #11a717; }
  100% { color: #11a717; }
}

.__optionSelector.activeAttr {
  outline: 2px solid #3399ff !important;
}
.pagination ol li {
  margin-left: 8px;
}

.em_promo_banner{
    width:100%;
    margin: 0 auto;
    text-align:center;
}
.main-header .menu-dd li .title a {
  font-weight: 600;
  font-size: 14px;
}

.product-box .image img:hover {
  .transition: transform .3s;
  .transform: scale(1.1);
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.product-box .image img {
  height: 99%;
  border-radius: 8px;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}
._descriptionTab table td, ._descriptionTab table th, .short-description table td, .short-description table th {
  padding: 0px;
}
.filter.box .title-h {
  border-left: 0px;
  font-weight:bold;
}
.mm-nav-filter .filter.box .title {
  background: #ffd8d8;
  border-bottom: 1px solid #e0e0e0;
}

#check_tabel_marimi{
  font-size: 13px;
  font-weight:600;
  white-space: nowrap;
  color: #059128;
  border: 1px solid #f2f2f2;
  padding-left: 4px;
  padding-right: 4px;
  float:left;
  margin-left:-6px;
}
.wish-section .col{
    margin-right: 10px;
    float:left;
    font-size:13px;
    height:40px;

}
.wish-section {
    display:table-cell;
}
.-g-added-to-wishlist .fa, .fa.icon-selected {
  color: #ff0f0f;
}




#favDialog {
  width: 935px;
  overflow-x: auto;
  border: 1px #ccc;
}

.buton_inchide_tabel_marimi {
  height: 30px;
  background: #00bd2f;
  position: fixed;
  margin-top: -0px;
  float: right;
  font-size: 16px;
  border: 1px solid #666;
}

.alte_culori .img-responsive{
    max-height:75px !important;
}
.alte_culori .img-responsive70{
    max-height:67px !important;
}
.alte_culori img{
    max-height:90px !important;
}

._descriptionTab img, .short-description img {
    margin-bottom: 0px !important;
}
.catTitle{
  text-transform: none;
  font-size:25px;
  font-weight:600;
}
#cartEmpty,#register-page{
    min-height: 600px;
}
.old-client-section-h {
  box-shadow: 0 1px 6px #ccc;
  padding: 0 25px 45px;
  background-color: #edf4ff;
}
.title-carousel .title{
    background: transparent;
}
.h1-align-center{
    margin:0 auto;
    font-size:16px !important;
}
.__outOfStockVersion{
    opacity:0.6;
}


    .product-box .versionAttributeName {
        display: none;
    }
    
.newsletter-holder {
  background-color: #ffd8d8;
}
.info-transport-gratuit{
  background-color: #dafdff;
  padding: 5px 5px;
  border: 1px solid #e3e3e3;
}
.info-aprovizionam_in_curand{
  background-color: #a4f2f7;
  padding: 5px 5px;
  border: 1px solid #e3e3e3;
  color:black;
  font-weight:600;
}
.order-package-btn{
    margin-top:5px;
}

.black-bg{
    background-color:black !important;
    color:white;
}
.black-bg .product-box .title{
    color:white !important;
}
.black-bg .product-box .versionAttribute a span {
    color: white;
}
.black-bg .__outOfStockVersion {
    background: #000;
}
.black-bg .product-box .price .price-full, .detail-price s, .cart-items .price s, .cart-dd .price s, .extra-offer .box-offer .price .price-full, .wishlist-box .price s, .ac-price s {
    color: #55649d;
}
.black-bg .em_stoc_epuizat img, .em_stoc_epuizat .product-icon-box{
    opacity:0.4;
}
.pin .figcaption .title {
  font-size: 24px !important;
  text-transform: none !important;
}





.-g-blog-post .blog-title{
    color: #104b6b !important;
    font-size: 28px;
    font-weight:800px;
}
