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

.container-h{max-width:var(--container-width);}
.fa{font-weight:300;}
.acount-section>ul>li>a>i {font-size: 18px;}
/* header sticky */
.main-header.fix-nav{position:relative;top:0;left:0;right:0;margin:0 auto;width:100%;z-index:999;}
.main-header.fix-nav #navigation{top: 100%;left: 0;right: 0;margin: 0 auto;width: 100%;transition:all .15s ease-out;-webkit-transform: translateY(0);transform: translateY(0);}
.main-header.fix-nav .top-head-bg{position:relative;background:#fff;z-index:9999;}
.main-header.fix-nav .top-head{transition:all .12s ease-out;}
.main-header.fix-nav.fade-menu {position:absolute;-webkit-transition: .12s!important;transition: .12s!important;-webkit-transform: translateY(-100%);transform: translateY(-100%);box-shadow: 0 4px 12px -6px rgba(0,0,0, .3);}
.main-header.fix-nav.fade-menu.animate-menu {position:fixed;-webkit-transform: translateY(0);transform: translateY(0);}
.main-header.fix-nav.fade-menu #logo img {max-height: 40px;}
.main-header.fix-nav.fade-menu .top-head{padding-top: 10px;padding-bottom: 10px;}
.main-header.fix-nav.fade-menu #navigation{position: absolute;-webkit-transform: translateY(-100%);transform: translateY(-100%);}
.main-header.fix-nav.fade-menu.active-menu #navigation{-webkit-transform: translateY(0);transform: translateY(0);}
@media screen and ( max-width:1090px ) {
	.main-header.fix-nav #navigation {position:relative;transition: none;-webkit-transform: none!important;transform: none!important;z-index:999;}
	.main-header.fix-nav.fade-menu .top-head-bg{display:none;}
	.main-header.fix-nav.fade-menu #navigation {position:relative;}
}
.main-header .menu-dd{pointer-events: none;}
.main-header .menu-dd.open{pointer-events: auto!important;}

/*banner*/
.bnn-group-big .owl-pagination{display:block;position:absolute;bottom: 30px;left: 0;right: 0;}
#main-bnn .owl-pagination .owl-page {overflow:hidden;display: inline-block;border:none!important;}
#main-bnn .owl-pagination .owl-page span{display:inline-block;border-bottom: 2px solid #fff;opacity: .4;width: 40px;transition:all .3s ease-in;}
#main-bnn .owl-pagination .owl-page.active span{opacity: 1;width: 50px;}
#main-bnn .owl-prev, #main-bnn .owl-next {display: block;}
.carousel-slide .owl-theme .owl-controls .owl-buttons div {font-size: 28px;width: 40px;background: rgba(255, 255, 255,.8);-webkit-border-radius: 50%;-moz-border-radius: 50%;border-radius: 50%;box-shadow: 0 2px 7px -2px rgb(0 0 0 / 30%);}
.carousel-slide .owl-prev{left:-10px;}
.carousel-slide .owl-next{right:-10px;}
/*small banner*/
.pin .image:before,.pin .image:after{content: '';display: block;position: absolute;top: 0;left: 0;right: 0;bottom: 0;margin: auto;transition:all .3s ease-in-out;}
.pin .image:before{width: 0%;height: 96%;border-top: 1px solid #ddd;border-bottom: 1px solid #ccc;}
.pin .image:after{width: 96%;height: 0%;border-left: 1px solid #ddd;border-right: 1px solid #ccc;}
.pin:hover .image:before,.pin:hover .image:after{width: 96%;height: 96%;}
/*product box*/
.product-box{padding-left: 4px;padding-right: 4px;}
.product-box .title {padding: 0 5px;margin-bottom: 5px;font-size: 13px;}
.product-icon-box {top:10px;}
/*footer*/
.bottom-section .col{padding: 25px 15px;}
footer,.main-footer {background: #222 !important;}
.main-footer{padding-top:30px;padding-bottom:30px}
.main-footer .col .title{text-transform:uppercase;color:#fff;font-size:15px;font-weight:300;margin-top:0;margin-bottom:20px}
.main-footer .col .title a{color:#fff;}
.main-footer .col ul li{display:block;margin-bottom:5px;color:#888}
.main-footer .col ul li a{display:block;color:#888;font-weight:400;font-size:13px;transition:all .3s ease-in-out;}
.main-footer .col ul li a:hover{color:#fff;}
.main-footer .col ul li i{font-size:15px;}
.main-footer .col-right {color: #888;}
.main-footer .col-right a{color: #fff;}
/* category */
.product-listing .product{margin-left: -10px;margin-right: -10px;}
.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;}
/*detail*/
.detail-tabs,
.detail-recomended{width:100%;}
ul.resp-tabs-list{display:none}
span.resp-accordion{display:block}
.resp-vtabs .resp-tab-content{border:1px solid #C1C1C1}
.resp-vtabs .resp-tabs-container{border:none;float:none;width:100%;min-height:100px;clear:none}
.resp-accordion-closed{display:none!important}
.resp-vtabs .resp-tab-content:last-child{border-bottom:1px solid #c1c1c1!important}
.detail-tabs span.resp-accordion{padding:12px 15px!important;margin-bottom: 0;font-size: 15px;border:none!important;background: #f2f2f2!important;-webkit-border-radius: 0;-moz-border-radius: 0;border-radius: 0;position: relative;z-index:8;}
.detail-tabs .resp-tab-content{padding: 25px;border:none!important;}

/*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;}
@-moz-document url-prefix() {
.main-header .menu-dd ul li{float:none!important;}
}
.main-header .menu-dd ul li{float:none!important9}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
.main-header .menu-dd ul li{float:none!important;}
}
@supports (-ms-ime-align:auto) {
.main-header .menu-dd ul li{float:none!important;}
}
.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;}

.instagramContainer{padding-top:20px!important;}

/* MEDIA-Q */
@media screen and ( max-width:1300px ) {
.carousel-slide .owl-carousel{padding:0 20px;}
}
@media screen and (max-width: 800px){
.bottom-section .col {border:none!important;}
}
@media screen and (max-width: 480px){
.carousel-slide .owl-carousel{padding: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);}
}

body{font-family: 'Poppins', sans-serif;}

#logo img{content: url('https://gomagcdn.ro/domains/dulceamintire.ro/files/company/logo-uri-14322.png');}
:root{--container-width:1400px}
h1{font-size:1.25em !important;}h2{font-size:1.2em !important;}.detail-title .title span{font-size:1.1em !important;}
h1,h2{color:#000000 !important;}
#wrapper .btn:not(.filter-trg){font-size: 12px!important;line-height:1.4!important;padding: 4px 8px!important;}
.btn.std{color:#ffffff;}
.btn.std{background:#c72f8d;border:1px solid #c72f8d;}
.btn{font-weight:normal !important;font-style: normal !important;text-decoration: none !important;text-transform: uppercase !important;font-weight:bold !important;}
.btn.btn-cmd,.cart-header-btn .q-cart, .cart-m .q-cart{color:#ffffff !important;}
.btn.btn-cmd, .cart-header-btn .q-cart, .cart-m .q-cart{background:#c72f8d !important;border: 1px solid #c72f8d;} .-g-one-time-offers .-g-one-time-cart-label {background: #c72f8d20;}
.btn.btn-cmd{font-weight:normal !important;font-style: normal !important;text-decoration: none !important;text-transform: uppercase !important;font-weight:bold !important;}
body{background:#ffffff !important;}
.main-header .top-head-bg,.main-header .main-menu{max-width:1400px!important;margin-left:auto;margin-right:auto;}
.top-head {padding-top: 10px!important;padding-bottom: 10px!important;}
.top-head-bg,.main-header .cart-header.container-bg{background:#ffedf7 !important;}
.acount-section > ul > li > a, .cart-menu ul li a, .cart-help a, .contact-cart, .international-header .flag-select{color:#bb207c!important;}
.acount-section>ul>li.contact-header>a, .main-menu ul .phone-m a{color:#0f0f0f !important;}
.bottom-section,footer.container-h{max-width:1400px!important;margin-left:auto;margin-right:auto;}
footer,.main-footer{background:#fccde7 !important; border:0 !important;}
.main-footer{padding-top:10px !important;padding-bottom:10px !important;}
.main-footer a{font-size:13px !important;}
.main-footer a,.bottom-section .col .custom-chk a{color:#000000 !important;}
.main-footer .col ul li,.main-footer .col h4, .main-footer .col-right{font-size:14px !important;}
.product-box .title{font-size:14px !important;}
.product-box .title{color:#000000 !important;}
.product-box .title{-webkit-line-clamp: 1;}
.product-box .title{font-weight:normal !important;font-weight:normal !important;font-style: normal !important;text-decoration: none !important;text-transform: none !important;}
.product-box .price{font-size:15px !important;}
.product-box .price, .product-box .price .text-main, .detail-price, .cart-items .price .text-main, .cart-dd .price .text-main, .extra-offer .box-offer .price .text-main, .ac-price .text-main{color: #2d0413 !important;}
.product-box .price .price-full{font-size:12px !important;}
.product-box .price s, .detail-price s, .cart-items .price s, .cart-dd .price s, .extra-offer .box-offer .price .price-full, .ac-price s{color: #c9c9c9 !important;}
.product-box .image img{max-height:300px;}
#main-bnn{max-height: 1000px !important;}
.bnn-group-left{max-width: 1400px; margin: 0 auto;}
.icon.new{background: #000000 !important; }
.icon.discount{background: #c82f8e !important; }
.icon-group{background: #ffedf7 !important; }
.icon-group .col .icon-label, .icon-group .col .icon-label span{color: #470028 !important; }
.option-group .rating i.on, .fullRate,.rating-s > input:checked ~ label, .rating-s:not(:checked) > label:hover,
	 .rating-s:not(:checked) > label:hover ~ label, .rating-s > input:checked + label:hover, .rating-s > input:checked ~ label:hover, .rating-s > label:hover ~ input:checked ~ label, .rating-s > input:checked ~ label:hover ~ label {color: #fac400 !important;}
body{font-size:14px;}
.search-button{color:#bb207c;}
.bottom-section .title,.bottom-section .title span, .bottom-section .custom-chk, .bottom-section .custom-chk label, .support-contact, .main-footer .col .title, .main-footer .col ul li, .main-footer .col ul li, .main-footer .col-right{color: #000000!important;}
.t-tips{color:#bb207c;}
.bottom-section .col{padding-top:10px !important;padding-bottom:10px !important;}
.bottom-section,.bottom-section .holder{background:#bb207c !important;border:0px !important;}
.newsletter-form input[type="submit"]{background: #ffffff;}
.newsletter-form input[type="submit"]{color: #bb207c;}
.bottom-section .title,.bottom-section .title span, .bottom-section .custom-chk, .bottom-section .custom-chk label, .support-contact{color: #ffffff!important;}

.btn {
    display: inline-block;
    padding: 0 15px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 30px;
    white-space: normal;
    text-transform: uppercase;
    background: #FFEDF7;
    border-radius: 4px;
    border: 1.5px solid #000000;
}

.floating-add-to-cart {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
    background-color: #C72F8D;
    padding: 10px 20px;
    border-radius: 50px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
    display: none;
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.floating-add-to-cart.show {
    display: block;
    opacity: 1;
    transform: translateY(0);
}

.floating-add-to-cart.hide {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.3s ease, transform 0.3s ease;
}

@keyframes shake {
    0% { transform: translate(1px, 1px) rotate(0deg); }
    10% { transform: translate(-1px, -2px) rotate(-1deg); }
    20% { transform: translate(-3px, 0px) rotate(1deg); }
    30% { transform: translate(3px, 2px) rotate(0deg); }
    40% { transform: translate(1px, -1px) rotate(1deg); }
    50% { transform: translate(-1px, 2px) rotate(-1deg); }
    60% { transform: translate(-3px, 1px) rotate(0deg); }
    70% { transform: translate(3px, 1px) rotate(-1deg); }
    80% { transform: translate(-1px, -1px) rotate(1deg); }
    90% { transform: translate(1px, 2px) rotate(0deg); }
    100% { transform: translate(1px, -2px) rotate(-1deg); }
}

.shake {
    animation: shake 0.5s;
}


/*GRADIENT*/
#main-menu {
    background-image: linear-gradient(to bottom, #C72F8D, #C72F8D);
}

.main-header .nav-menu {text-align: center;width: 100%;}
.menu-dd li .col{text-align:left;}

.custom-chk, .custom-chk label {
    text-align: left !important;
    width: 100%;
}

/*incadrare buton adauga in cos*/
btn.btn-cmd {
    font-weight: normal !important;
    font-style: normal !important;
    text-decoration: none !important;
    text-transform: uppercase !important;
    font-weight: bold !important;
}

/*incadrare buton adauga in cos*/
.btn.btn-cmd {
  border: 1px solid #093179;
  border-radius: 8px;
  background-color: #C72F8D;
  color: #fff;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: bold;
}

/*schimbare culoare transport gratuit in finalizare comanda*/
.cart-total li.discount {
    color: #C72F8D;
    font-weight: bold;
}

#product-page .detail-tabs li, .detail-tabs h2.resp-accordion {
    color: #000000 !important;
}
.product-box .price, .product-box .price .text-main, .detail-price, .cart-items .price .text-main, .cart-dd .price .text-main, .extra-offer .box-offer .price .text-main {
    color: #000000 !important;
    font-weight: bold;
}


#_gomagHellobar {
    max-width: 1400px !important;
    margin-left: auto;
    margin-right: auto;
}

/* contact-h */
@media screen and (max-width: 480px){
    .contact-h-custom {
        display: block !important;
    }
    
    .floating-add-to-cart {
        bottom: 50px;
    }
}

.contact-h-custom {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #C72F8D; /* Fundal pentru bară */
    color: #ffffff;
    text-align: center;
    font-size: 18px;
    /*padding: 10px 0;*/
    z-index: 9999; /* Asigură-te că bara este deasupra altor elemente */
}

.contact-h-custom a,
.contact-h-custom span{
    /*color: #fff;*/
    margin: 0 10px;
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    padding: 5px;
}

.contact-h-custom a:hover {
    color: #eee; /* Efect hover */
}

.contact-h-custom a{
    color: #ffffff;
    font-size: 30px;
}

.contact-h-custom i {
    margin-right: 5px;
}

.contact-h-custom span {
    /*margin: 0 15px;*/
    margin: 0px;
}

.contact-h-custom .c-tel{
    position: relative;
    top: 3px;
}

.contact-h-custom .c-wha{
    position: relative;
    top: 3px;
}

.contact-h-custom span{
    /*color: #eee;*/
    color: #ffffff;
}

.whatsapp-order-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 0 15px !important;
    height: 40px;
    background-color: #C72F8D !important;
    border-color: #000000 !important;
    color: #fff !important;
    text-decoration: none;
    border-radius: 4px;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
    margin-top: 8px;
    white-space: nowrap;
}

.whatsapp-order-btn .wa-inner {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.whatsapp-order-btn img {
    height: 18px;
}

.whatsapp-order-btn:hover {
    background-color: #C72F8D !important;
    border-color: #000000 !important;
    color: #fff !important;
}


@media (min-width: 992px) {
  .brand-fill .owl-wrapper-outer {
    overflow: visible !important;
  }

  .brand-fill .owl-wrapper {
    width: 100% !important;
    left: 0 !important;
    transform: none !important;
    -webkit-transform: none !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: flex-start !important;
  }

  .brand-fill .owl-item {
    float: none !important;
    width: 20% !important;
  }

  .brand-fill .brand-sld-item {
    padding: 0 10px;
    text-align: center;
  }

  .brand-fill .brand-sld-item .image {
    display: flex !important;
    align-items: center;
    justify-content: center;
    height: 90px;
    width: 100%;
  }

  .brand-fill .brand-sld-item img {
    display: block;
    max-width: 100%;
    width: auto !important;
    height: auto !important;
    max-height: 70px !important;
    margin: 0 auto;
  }

  .brand-fill .owl-controls,
  .brand-fill .owl-buttons {
    display: none !important;
  }
}