.search-widget {
    position: relative;
    display: block;
    float: none;
    background: transparent;
}
.header-right svg path {
    fill: #fff;
}
.fixed-header .search-widget form button[type="submit"] svg path {
    fill: #000 !important; 
}
.cart-products-count {
    color: #333;
    background: #fff;
}
.search-wrapper {
    position: relative;
}
.search-wrapper .search-button {
    position: absolute;
    right: 10px;
    top: 15px;
    z-index: 1;
}
.search-widget form button[type="submit"] svg path {
    fill: #666 !important;
}
.search-wrapper .search-widget {
    z-index: initial;
    width: 400px;
    left: 10px;
}
.thumbnail-container {
    border: 1px solid #ccc;
    border-radius: 10px;
    overflow: hidden;
}
#products .product-miniature .thumbnail-container-image .b-loaded, .leftColPopup .product-miniature .thumbnail-container-image .b-loaded    {
        width: auto!important;
    }
#left-column .block-categories .category-sub-menu li[data-depth="0"]>a:after{
    position: absolute;
    content: "⌄";
    right:0;
    top:6px;
}
#amegamenu.fixed-menu {
    background: #42154A;
}
#amegamenu.fixed-menu .fixed-menu-container {
    display: flex;
}
#amegamenu.fixed-menu .fixed-menu-container .anav-top {
    float: none;
    width: initial;
    justify-content: start !important;
}
#amegamenu.fixed-menu .fixed-menu-container .fixed-menu-right {
    float: none;
    width: initial;
}
#amegamenu.fixed-menu .fixed-menu-container .fixed-menu-right svg path {
    fill: #fff;
}
#amegamenu.fixed-menu .fixed-menu-container .fixed-menu-right .search-button {
    display: none;
}
#amegamenu.fixed-menu .fixed-menu-container .fixed-menu-right .search-widget form input[type=text] {
    padding: 5px 52px 5px 26px;
}
#amegamenu.fixed-menu .fixed-cart-products-count {
    background: #fff;
    color: #333;
}
#amegamenu.fixed-menu .amenu-item .amenu-link {
    color: #fff;
}
#amegamenu.fixed-menu .fixed-menu-container .fixed-menu-right #_desktop_user_info{
    margin: 5px 25px 0 25px;
}
#footer .copyright-container p{
  color:#fff;
  opacity: .7;
}
.header-nav .search-widget form input[type=text] {
    padding: 5px 51px 5px 26px;
}
.header-nav .search-wrapper .search-widget {
    width: 260px;
}
.header-nav .search-wrapper .search-button {
    display: none;
}
.fixed-menu .search-wrapper .search-widget {
    width: 220px;
    min-width: auto;
}
.fixed-menu #_desktop_logo {
    flex: 1;
}
.fixed-search-mobile.header-top {
    position: fixed;
    z-index: 999;
    width: 100%;
}

@media(min-width:992px){
  #header > div.header-top:not(.fixed-search-mobile) > div.container > div > div.header-right > div.search-wrapper.dropdown{
      display: none; 
  }
}
#search_filters > section ul {
     max-height: 300px;
    overflow: auto;
    width:100%;
 }
@media (max-width: 991px) {
  .fixed-menu-mobile,
  #header .header-nav.tablet-h {
    background-color: #42154a !important;
  }
}
#footer .footer-container {
  color: #fff;
}
#footer .footer-container .links ul li a {
  color: #fff;
}
.product-actions .add-to-cart {
    margin-top: 20px;
    min-height: 50px;
    width: 100%;
}
.an_advantages .an_advantages-item-img img {
    max-width: 100%;
    height: 26px;
    float: right;
    margin-left: 50px; 
}
.an_advantages .an_advantages-item:nth-child(2) .an_advantages-item-img {
    margin-left: 20px; 
}
@media (max-width: 768px) {
    .an_advantages .an_advantages-item:nth-child(2) .an_advantages-item-img {
        margin-left: -16px; 
        margin-right: 20px; 
    }
}
@media (max-width: 991px) {  
    #header svg path {
        fill: #fff !important;
    }
}
.search-widget form input[type=text] {
    padding: 15px 20px;            
    border: 1px solid #ccc;        
    border-radius: 30px;            
    font-weight: 500;
    font-size: 16px;               
    width: 100%;                 
    box-shadow: 0 2px 4px rgba(0,0,0,0.05); 
}
#sendcloudshipping_service_point_map {
  width: 100% !important;
  height: var(--vh, 100vh) !important;
  min-height: var(--vh, 100vh) !important;
  border: none !important;
  overflow: auto !important;
}

.sendcloudshipping-fullscreen.sendcloudshipping-map {
  width: 100% !important;
  height: calc(var(--vh, 1vh) * 100) !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  position: fixed !important;
  /*position: fixed !important; this puts the whatapp button above the close*/
  background: white !important;
}

.sendcloudshipping-overlay {
  display: none !important;
}

.row.carrier-extra-content{
    margin:0 !important;
}
:root {
    --color-dark-purple: #401d4a;
    --color-fuchsia: #c01f62;
    --color-menu-text: #ffffff;
    --footer-text-color: #ffffff;

}
#_desktop_top_menu,
#amegamenu {
    background: none;
}

.footer-container,
.copyright-container {
    background: var(--color-dark-purple);
}
#amegamenu.fixed-menu,
#header,
.header-nav {
    background: var(--color-dark-purple);
}
#header .header-nav .header-nav-inside {
    border: 0;
}
.links .h3,
#block_myaccount_infos .h3 a,
.links .h4.block-contact-title,
.links > .h3,
#footer .footer-container .links ul li a,
.footer-container a,
.block-contact {
    color: var(--footer-text-color);
}
.btn-comment-inverse,
.btn-comment,
.btn-primary {
    background: var(--color-fuchsia);
    border: 1px solid var(--color-fuchsia);
}
.an_productattributes-qty-add .btn-primary {
    background: var(--color-fuchsia);
    border: 1px solid var(--color-fuchsia);
}
header a,
#header .clientservice_open-modal-btn,
.amenu-item .amenu-link{
    color: var(--color-menu-text);
}
@media (min-width: 992px) {
  .header-top.tablet-h {  
    height: 72px !important;
    display: flex;
    align-items: center;
  }
}