/********************************************************
			Coderplace Custom Styles
********************************************************/
.tm-carousel {
  display: none;
  position: relative;
  float: left;
  width: 100%;
  margin: 0;
}
.cp-carousel {
  display: none;
  position: relative;
  float: left;
  width: 100%;
  margin: 0;
}
.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
  -ms-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate3d(0px, 0px, 0px);
  -moz-transform: translate3d(0px, 0px, 0px);
  display: flex!important;
  flex-wrap: wrap;
}
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-wrapper-outer {
    overflow-x: clip;
    position: relative;
    float: left;
    width: 100%;
    padding: 0;
}
.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item {
  float: left;
  display: flex;
  height: auto;
}
#cptestimonial .owl-wrapper-outer .owl-item {
  display: block;
}
.owl-carousel .owl-item .manu_image a {
  display: inline-block;
}
.owl-carousel .owl-item .manu_image a img {
  max-width: 100%;
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  /* fix */
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  text-align: center;
}

/* mouse grab icon */
.customNavigation {
	position: absolute;
	z-index: 9;
	width: 100%;
	top: 50%;
	direction: ltr !important;
	right: 0;
	left: auto;
  opacity: 0;
  -khtml-opacity: 0;
-webkit-opacity: 0;
-moz-opacity: 0;
}
.products .customNavigation {
	top: 48%;
}
.tmcategorylist .customNavigation, .testimonial-block-part .customNavigation {
	top: 54%;
}
.tmcategorylist:hover .customNavigation {
	opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
}
.customNavigation a.prev::before {
	content: "\E314";
	font-family: "Material Icons";
	position: absolute;
	font-size: 20px;
	right: 5px;
	top: -1px;
	color: #808080;
}
.customNavigation a.next::before {
	content: "\E315";
	font-family: "Material Icons";
	position: absolute;
	font-size: 20px;
	position: absolute;
	right: 3px;
	top: -1px;
	color: #808080;
}
#tmtestimonialcmsblock .customNavigation {
  top: -24px;
  z-index: 5;
  right: 15px;
}
#index #tmtestimonialcmsblock .customNavigation {
  top: -40px;
  right: 0;
}
.special-products .customNavigation {
	top: 52%;
}
.special-products:hover .customNavigation, 
.products:hover .customNavigation,
.testimonial-block-part:hover .customNavigation,
.tmblog-latest:hover .customNavigation, 
#tminstagramblock:hover .customNavigation,
.product-accessories:hover .customNavigation,
.productscategory-products:hover .customNavigation{
  opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  -moz-opacity: 1;
}
.lastest_block .customNavigation {
	top: 44%;
}
.customNavigation i {
	color: #222 !important;
	cursor: pointer;
	font-size: 0;
	font-weight: 500;
	height: 38px;
	line-height: 32px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	text-align: center;
	width: 38px;
	background: transparent;
	border-radius: 0;
	font-style: unset;
	box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.11);
}

.customNavigation i.prev {
	background: transparent;
	right: auto;
	background: #fff;
	border-radius: 50%;
	left: -5px;
}
.customNavigation i.next {
	background: transparent;
	right: 0px;
	background: #fff;
	border-radius: 50%;
	right: -5px;
}
.tmcategorylist .customNavigation i.prev, 
.testimonial-block-part .customNavigation i.prev, 
#tminstagramblock .btn.prev.instagram_prev,
.special-products .customNavigation i.prev{
	left: -20px;
}
.tmcategorylist .customNavigation i.next, 
.testimonial-block-part .customNavigation i.next, 
#tminstagramblock .btn.next.instagram_next,
.special-products .customNavigation i.next  {
  right: -20px;
}
.customNavigation i.prev::before {
	content: '';
	-webkit-mask-image: url(../img/megnor/pro-left.svg);
	-webkit-mask-position: center;
	-webkit-mask-repeat: no-repeat;
	mask-image: url(../img/megnor/pro-left.svg);
	mask-position: center;
	mask-repeat: no-repeat;
	background-color: #000;
	mask-size: 14px;
	font-size: 14px;
	width: 38px;
	height: 38px;
	display: block;
  -webkit-mask-size: 14px;
}
#tmtestimonialcmsblock .customNavigation i.prev::before {
  right: 1px;
  font-weight: 500;
}
#tmtestimonialcmsblock .customNavigation i.next::before {
  right: 0;
  font-weight: 500;
}
.customNavigation i.next::before {
	content: '';
	-webkit-mask-image: url(../img/megnor/pro-right.svg);
	-webkit-mask-position: center;
	-webkit-mask-repeat: no-repeat;
	mask-image: url(../img/megnor/pro-right.svg);
	mask-position: center;
	mask-repeat: no-repeat;
	background-color: #000;
	mask-size: 14px;
	font-size: 14px;
	width: 38px;
	height: 38px;
	display: block;
  -webkit-mask-size: 14px;
}
.customNavigation i.next:hover::before,.customNavigation i.prev:hover::before  {
  color: #fff;
}
#cpleftbanner1 img,
#cpleftbanner2 img {
  max-width: 100%;
}
#cpleftbanner1 li,
#cpleftbanner2 li {
  overflow: hidden;
  position: relative;
  float: left;
  border-radius: 5px;
}
#cpleftbanner1 li a,
#cpleftbanner2 li a {
  display: inline-block;
  position: relative;
  overflow: hidden;
  vertical-align: top;
}
.footer-container .links.lastest_block .customNavigation i.prev:hover {
  color: #9bbab1 !important;
}
.footer-container .links.lastest_block .customNavigation i.next:hover {
  color: #9bbab1 !important;
}

@media (max-width: 1449px) {
  .tmcategorylist .customNavigation i.prev, 
  .testimonial-block-part .customNavigation i.prev, 
  #tminstagramblock .btn.prev.instagram_prev,
  .special-products .customNavigation i.prev{
    left: -15px;
  }
  .tmcategorylist .customNavigation i.next, 
  .testimonial-block-part .customNavigation i.next,
   #tminstagramblock .btn.next.instagram_next,
   .special-products .customNavigation i.next {
    right: -15px;
  }
  .customNavigation i.next {
    right: 0;
  }
  .customNavigation i.prev {
    left: 0;
  }
}
@media (max-width: 1199px) {
  #tmtestimonialcmsblock .customNavigation {
    top: -36px;
    z-index: 5;
    right: -18px;
  }
}

@media (max-width: 991px) {
  #cpleftbanner1 li img,
  #cpleftbanner2 li a {
    width: auto;
  }
  #tmtestimonialcmsblock .customNavigation {
    top: 0;
    right: 0;
  }
}
@media (max-width: 767px) {
  .customNavigation {
    opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
  }
  
  .tmcategorylist .customNavigation i.prev, 
  .testimonial-block-part .customNavigation i.prev, 
  #tminstagramblock .btn.prev.instagram_prev, 
  .special-products .customNavigation i.prev,
  .btn.prev.accessories_prev {
    left: 0;
  }
  .tmcategorylist .customNavigation i.next, 
  .testimonial-block-part .customNavigation i.next,
   #tminstagramblock .btn.next.instagram_next, 
   .special-products .customNavigation i.next,
   .btn.next.accessories_next {
    right: 0;
  }
  #main .images-container .js-qv-mask .customNavigation {
    top: 40%;
  }
  .quickview .mask.additional_slider .customNavigation i.prev {
    left: -10px !important;
  }
  .quickview .mask.additional_slider .customNavigation i.next {
    right: -10px !important;
  }
  .btn.next.brand_next {
    left: auto;
    right: 0;
    position: absolute;
  }
  .btn.prev.brand_prev {
    left: 0;
    right: auto;
  }
  .customNavigation i.next {
    left: auto;
    right: 0;
  }
}
@media (max-width: 480px) {
}


/*Inizio personalizzazioni Profweb*/
#_top_main_menu #lnk- a {  
  color:#AE141E !important;
}
.footer-container {
	background: #380b0d !important;
}
.service-cms-banner-list.service-1 .service_image {
	-webkit-mask-image: url(/img/1.png) !important;
	mask-image: url(/img/custom_service/1.png) !important;
}
.service-cms-banner-list.service-2 .service_image {
	-webkit-mask-image: url(/img/2.png) !important;
	mask-image: url(/img/custom_service/2.png) !important;
}
.service-cms-banner-list.service-3 .service_image {
	-webkit-mask-image: url(/img/3.png) !important;
	mask-image: url(/img/custom_service/3.png) !important;
}
.service-cms-banner-list.service-4 .service_image {
	-webkit-mask-image: url(/img/4.png) !important;
	mask-image: url(/img/custom_service/4.png) !important;
}
.service-cms-banner-list.service-5 .service_image {
	-webkit-mask-image: url(/img/5.png) !important;
	mask-image: url(/img/custom_service/5.png) !important;
}
#brand-carousel img {
	max-width: 70% !important;
}
.blockreassurance_product { 
	padding: 20px 30px 11px 30px !important;
}
.blockreassurance_product .item-product img, .blockreassurance_product .item-product svg {
  height: 45px !important;
  width: 45px !important;
}
.blockreassurance_product .item-product {
  margin-right: 35px !important;
  padding-top: 0px !important;
  margin-top: -2px;
}
.blockreassurance_product .item-product {
  height: 45px !important;
}
.blockreassurance_product div:nth-child(3) {
	margin-bottom:10px !important;
}
@media (max-width: 767px) {
    #carousel {
        display: none !important;
    }
}
.cms-chisiamo {
    max-width: 900px;
    margin: 0 auto;
}

.cms-chisiamo h1 {
    font-size: 2rem;
    margin-bottom: 20px;
    text-align: left;
}

.cms-chisiamo h2 {
    font-size: 1.4rem;
    margin-top: 40px;
    margin-bottom: 15px;
}

.cms-chisiamo p {
    font-size: 1rem;
    line-height: 1.7;
    margin-bottom: 15px;
}

/* immagini singole come nell’originale */
.cms-chisiamo img {
    display: block;
    margin: 25px auto;
    max-width: 760px;
    width: 100%;
    height: auto;
}

/* immagini dentro colonne */
.cms-chisiamo .row img {
    max-width: 100%;
    margin: 0;
}

/* spaziatura griglie */
.cms-chisiamo .row {
    margin-top: 25px;
    margin-bottom: 25px;
}

/* mobile */
@media (max-width: 767.98px) {
    .cms-chisiamo {
        max-width: 100%;
        padding-left: 10px;
        padding-right: 10px;
    }
    .cms-chisiamo img {
        max-width: 100%;
    }
}

.product-flags .out_of_stock {
  background-color: #3f0d10a8 !important;
}
.modal .js-mailalert-add {
  margin-top: 15px !important;
}
.products .product-price-and-shipping, .product-price {
  font-size: 20px !important;
  font-weight: 600 !important;
}

.tax-shipping-delivery-label {
  display: block !important;
  margin: -5px 0px -10px 0px !important;
  font-size: 12px !important;
}
.product-page .productpage-attributes-items .brand-infos::after {
	display: none !important;
}
.productpage-attributes-items a {
	background-color: #915659;
	padding: 6px;
	border-radius:13px;
	color: #ffffff !important;
}

/* INIZIO PAGINA MARCHI*/
.pagina-marchi {
  --tile-w: 175px;
  --tile-h: 220px;
  --tile-bg: #f8f8f8;
  --tile-radius: 12px;
  --tile-gap: 16px;
  --tile-shadow: 0 2px 10px rgba(0,0,0,.06);
  --tile-shadow-hover: 0 6px 20px rgba(0,0,0,.12);
}

.pagina-marchi .page-title {
  margin-bottom: 1rem;
}

/* Griglia di riquadri */
.pagina-marchi .brands-grid {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(var(--tile-w), 1fr));
  gap: var(--tile-gap);
  padding: 0;
  margin: 0;
}

/* Card del brand */
.pagina-marchi .brand-card {
  width: var(--tile-w);
  height: var(--tile-h);
  margin: 0 auto; /* centra nella colonna */
  background-color: var(--tile-bg);
  border-radius: var(--tile-radius);
  box-shadow: var(--tile-shadow);
  transition: box-shadow .2s ease, transform .2s ease, background-image .2s ease;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

.pagina-marchi .brand-card:hover {
  box-shadow: var(--tile-shadow-hover);
  transform: translateY(-2px);
}
.pagina-marchi .brand-card[data-bg-ok="1"]:hover {
  background-image: var(--brand-bg);
}

/* Link “full-card” */
.pagina-marchi .brand-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; /* centra verticalmente logo+nome */
  width: 100%;
  height: 100%;
  text-decoration: none;
  padding: 12px;
}

/* Wrapper del logo per controllare il movimento */
.pagina-marchi .brand-logo-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  height: calc(var(--tile-h) - 60px); /* spazio per il nome */
  width: 100%;
  pointer-events: none;
}

/* Logo: 100px di larghezza, altezza auto */
.pagina-marchi .brand-logo {
  max-width: 100px;
  width: 100px; /* esattamente 100px */
  height: auto;
  transition: transform .2s ease;
  display: block;
}

/* Al passaggio mouse il logo sale di 20px */
.pagina-marchi .brand-card:hover .brand-logo {
  transform: translateY(-20px);
}

/* Nome brand */
.pagina-marchi .brand-name {
  display: block;
  margin-top: 8px;
  font-size: .95rem;
  line-height: 1.2;
  text-align: center;
  color: inherit;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: calc(100% - 16px);
}

.pagina-marchi #left-column { display: none !important; }
.pagina-marchi #content-wrapper { width: 100% !important; }

/* Mobile: 2 tile per riga */
@media (max-width: 576px) {

  .pagina-marchi {
    --tile-w: 48%;        /* larghezza fluida per 2 colonne */
    --tile-h: 200px;      /* opzionale: leggermente più basso */
  }

  .pagina-marchi .brands-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }

  .pagina-marchi .brand-card {
    width: 100%;          /* riempie la colonna */
    margin: 0;
  }

  .pagina-marchi .brand-logo {
    width: 80px;          /* opzionale: proporzione migliore su mobile */
    max-width: 80px;
  }
}

/*FINE PAGINA MARCHI*/

.product-prices {
	float:none !important;
}
.add-to-cart-button.grid-solo-negozio {
  background: #f9e9e7 !important;
  border-color: #d8cdcb !important;
  color: #7e7877 !important;
  border-radius: 5px !important;
  padding: 8px !important;
  top: unset !important;
}
.add-to-cart-button.grid-solo-negozio:hover {
  bottom: -50px;
  display: block;
}
.blockcart .cart_block .cart-summary {
  bottom: 115px !important;
}
.cart_block .checkout.card-block .viewcart {
  margin-inline-end: unset !important;
  margin-bottom: 5px;
}
.pwonlyinphisicalshop {
  background: #f9e9e7 !important;
  border-color: #d8cdcb !important;
  color: #7e7877 !important;
}
.wa-inline svg.wa-icon {
	width:25px !important;
	height:25px !important;
	margin-bottom: -8px !important;
}
.wa-inline {
	color: #25D366 !important;
}
.pwonlyinphisicalshop .text,
.pwonlyinphisicalshop .wa-inline {
    display: inline-block;
    /* vertical-align: middle; */
}
.pwonlyinphisicalshop .text {
    white-space: nowrap;
}
.pwonlyinphisicalshop .wa-inline {
    white-space: nowrap;
    margin-left: .5rem; /* spazio tra i due blocchi */
}
#products .grid article.product_item:hover .product-bottom .add-to-cart-button, .product_list article.product_item:hover .product .product-bottom .add-to-cart-button, .product_list article.item:hover .product .product-bottom .add-to-cart-button {
  bottom: -65px !important;
}
#breadcrumb_wrapper {
  background-color:#f9e9e7 !important;
}
#productCommentsBlock h2 {
		text-align: left !important;
}
.top-menu .separator {
	padding: 17px 0px;
	color: #AE141E !important;
}
.product-add-to-cart.js-product-add-to-cart {
	display: unset !important;
}
/* Container: forza layout affiancato */
#manufacturer-description{
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  align-items: stretch !important;
  gap: 24px !important;
}

/* Colonne: annulla regole tema che impilano i <p> */
#manufacturer-description > p{
  flex: 0 0 50% !important;
  width: 50% !important;

  /* reset tipici che rompono flex */
  float: none !important;
  clear: none !important;
  max-width: none !important;

  margin: 0 !important;
}

/* Testo: allineamento verticale (opzionale) */
#manufacturer-description > p:first-child{
  display: flex !important;
  align-items: center !important;
}

/* Blocco immagine: riempie la colonna */
#manufacturer-description > p:last-child{
  display: flex !important;
  align-items: stretch !important;
}

/* Immagine: riempi la metà destra senza deformare */
#manufacturer-description > p:last-child img{
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  display: block !important;
}

/* Mobile: torna in colonna */
@media (max-width: 768px){
  #manufacturer-description{
    flex-wrap: wrap !important;
  }
  #manufacturer-description > p{
    flex: 0 0 100% !important;
    width: 100% !important;
  }
  #manufacturer-description > p:last-child img{
    height: auto !important;
  }
}
.checkout-step li.nav-item {
	width: 32% !important;
}
.subcategory-image {
	border: none !important;
}
#subcategories ul li .subcategory-image {
  overflow: visible !important;
}
#subcategories ul li .subcategory-name {
	float: none !important;
	font-size: 20px !important;
	line-height: 25px !important;
}
h2.subcategory-heading, .block-category .category-cover {
	display: none;
}
.brand-label-elenco-prodotti {
  font-weight: normal;
}
.featured-products.clearfix.ps_feature .products .all-product-link {
	margin-top: 35px !important;
}
#manufacturer .block-categories {
	display:none;
}
body#manufacturer.layout-left-column:not([class*="manufacturer-id-"]) #content-wrapper {
	width: 100% !important;
}
#manufacturer-description {
  margin-bottom: 20px;
}
#manufacturer-top-block {
    width: 100%;
    display: block;
    clear: both;
    margin-bottom: 30px;
}

#manufacturer-top-block #manufacturer-short_description,
#manufacturer-top-block #manufacturer-description {
    width: 100%;
}

#manufacturer-top-block #manufacturer-description img {
    max-width: 100%;
    height: auto;
    display: block;
}
.newsletter-main .newsletter_title,.newsletter-main .newsletter-text {
    color:#fff;
    text-shadow:
    -2px -2px 0 #380b0d,
    -2px -1px 0 #380b0d,
    -2px  0   0 #380b0d,
    -2px  1px 0 #380b0d,
    -2px  2px 0 #380b0d,

    2px -2px 0 #380b0d,
    2px -1px 0 #380b0d,
    2px  0   0 #380b0d,
    2px  1px 0 #380b0d,
    2px  2px 0 #380b0d,

    -1px -2px 0 #380b0d,
     0   -2px 0 #380b0d,
     1px -2px 0 #380b0d,

    -1px 2px 0 #380b0d,
     0   2px 0 #380b0d,
     1px 2px 0 #380b0d;
}
#ps_checkout-paypal-pay-later-message-product {
  margin-top: 21px;
}
@media (max-width: 767px) {
  .product-quantity .add {
    width: 66% !important;
  }
}
.search-widget form input[type="text"] {
	width:unset !important;
} 
/* #searchbox {
	display:none !important; 
} */
.search-widget form input[type="text"] {
	padding: 0 0 0 10px !important;
} 
.header-top .search-widget {
	padding:0px !important;
}
.header-top .search-widget .search_button {
	display: block !important;
}
.form-group-search {
    display: flex;
    flex-wrap: nowrap; /* impedisce il ritorno a capo */
}
.form-group-search input {
    flex: 1 1 auto; /* occupa lo spazio disponibile */
    min-width: 0;   /* evita overflow in flex */
	border-radius: 10px 0px 0px 10px !important;
}
.form-group-search button {
    flex: 0 0 auto; /* dimensione fissa, non va a capo */
	border-radius: 0px 10px 10px 0px !important;
}
.search-widget form input[type="text"] {
	min-width: unset !important;
}
@media (max-width: 766px) {
	  .header-top .header-div .sub-container .header-center {
    margin: 0px 5px !important;
  }
  #_desktop_logo .logo {
	  max-width:100px !important;
  }
    .searchtoggle form {
	  margin-top: 34px !important;
	  position: absolute !important;
	  right: -130px !important;
    }
	.header-top .header-div .sub-container {
	  padding: 16px 20px;
	}
    .header-top {
	  height: 97px;
	}
}
.search-widget form button[type="submit"] {
	height: 39px !important;
}
.paypal-pay-later-message {
	border: none !important;
}








body.fixed {
    position: fixed !important
}
#search_block_nav {
    padding: 10px 0 10px 10px;
    width: 145px;
    float: right;
    position: relative;
}
#search_query_nav {
    width: 100%;
    border: none;
    cursor: pointer;
    margin: 0;
}
#search_query_nav:after {
    content: "\f002";
    position: absolute;
    right: 0;
    font-family: FontAwesome;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
#search_query_nav:hover:after,
#search_query_nav:focus:after,
#search_query_nav:active:after {
    -webkit-animation-name: cp-nav-social;
    animation-name: cp-nav-social;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
}
#search_widget {
	position: relative;
	width: auto;
	float: none;
	padding: 0;
	display: inline-block;	
    vertical-align: middle;
}
#search_widget.show {
    height: 155px !important;
    padding: 40px 15%;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
#search_widget .btn.button-search {
    background: #fff;
    border: medium none;
    float: left;
    line-height: 20px;
    padding: 9px 10px;
    border-radius: 0;
    margin: 0;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    transition: none;
    position: absolute;
    right: 0;
}
#search_widget .btn.button-search .material-icons {
	font-size: 24px;
    line-height: 24px;
    display: block;
}
#search_widget .btn.button-search:before {
    content: "\E8B6";
    display: none;
    font-family: "Material Icons";
    font-size: 21px;
    width: 100%;
    text-align: center;
}
#search_widget #search_query_top {
	padding: 9px 14px;
	width: 256px;
	border: none;
    border-radius: 5px 0px 0px 5px;	
    background-color: #f1f1f1;
}
#search_category {
    -moz-appearance: none;
    -o-appearance: none;
    -webkit-appearance: none;
    background: #fff;
    border: medium none;
    color: #303840;
    cursor: pointer;
    display: inline;
    float: left;
    font-size: 12px;
    height: 42px;
    outline: 0 none;
    padding: 5px 10px 5px 20px;
    border-radius: 5px;
}
#products .page-not-found #search_widget #search_query_top,#pagenotfound .page-not-found #search_widget #search_query_top{
     width: 720px;
}
.searchtoggle {
    display: block;
}
span.search_button {
    display: none;
}
form#searchbox input#search_query_block {
    margin-inline-end: 10px;
    margin-bottom: 10px;
    float: left;
}
form#searchbox .button.button-small {
    float: left;
}
form#searchbox .button.button-small i {
    margin-inline-end: 0;
}
#searchbox {
	position: relative;
}
#search_widget .btn.btn-primary {
    padding: 2px 5px;
    background-color: #380b0d;
    color: #000000;
    float: left;
	position: unset !important;
	width: unset !important;
}
.search-widget form button[type="submit"] .submit-text{
    border: medium none;
    display: block;
    height: 30px;
    position: relative;
    text-align: center;
    top: 0;
    width: 32px;
    font-size: 0;
    padding: 0px;
    mask-image: url(/img/search/search.svg);
    mask-position: center;
    mask-repeat: no-repeat;
    mask-size: 20px;
    -webkit-mask-image: url(/img/search/search.svg);
    -webkit-mask-position: center;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: 20px;
    background-color: #ffffff;
}
/* Select style */

#search_widget .selector {
    width: 28% !important;
    float: left;
    height: 48px;
    background: none;
    border: none;
    padding: 0;
    background: #fff;
    margin-inline-start: 2px;
}
#cpsearch_content_result .col_grid_5_2 {
    width: 20%;
    float: left;
}
#cpsearch_content_result .items-list .image .product_img_link > img {
    max-width: 100%;
    height: auto;
}
#cpsearch_content_result {
	top: 44px;
	left: 0;
	position: absolute;
	width: 100%;
	background: #fff;
	overflow: hidden;
	z-index: 99999;
	padding: 10px;
	display: none;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-khtml-border-radius: 0;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
.header-sticky #cpsearch_content_result {
    top: 48px !important;
    position: fixed !important;
    left: 0;
    padding-top: 0;
}
#cpsearch_content_result .over_light {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #fff;
    left: 0;
    right: 0;
}
#cpsearch_content_result #cpsearch_eccept_data {
    position: relative;
    max-height: 700px;
    width: auto;
    overflow-y: auto;
}
#cpsearch_content_result p.loanding {
    background: url('/img/search/loading.gif');
    height: 30px;
    width: 30px;
    margin: 10% auto;
}
#cpsearch_eccept_data .limit {
    text-align: center;
    margin: 0px;
}
#cpsearch_eccept_data .noresult {
	margin-top: 5px;
	letter-spacing: 1px;
	color: #303840;
	font-size: 16px;
	text-align: center;
}
#cpsearch_eccept_data .search-title {
    color: #303840;
    text-align: center;
    padding: 10px 0;
    float: left;
    width: 100%;
}
#cpsearch_eccept_data .search-title span {
    font-size: 11px;
}
#cpsearch_eccept_data .title_showall_text {
    text-align: center;
    float: left;
    width: 100%;
    background: #f0f0f0;
    padding: 8px 0;
    border-radius: 5px;
}
#cpsearch_eccept_data .title_showall {
	text-align: center;
	float: left;
	width: 100%;
}
#cpsearch_eccept_data .items-list {
    overflow: hidden;
    padding: 0;
    margin: 0;
    float: left;
    width: 100%;
    background: #fff;
}
#cpsearch_eccept_data .items-list > li {
    margin-bottom: 5px;
    position: relative;
    width: 100%;
    cursor: pointer;
    padding: 0 0 5px;
    border-bottom: 1px solid #e5e5e5;
}
#cpsearch_eccept_data .items-list li .image {
	text-align: center;
	padding: 0;
	width: 49px;
}
#cpsearch_eccept_data .items-list li .content_price {
    float: left;
    width: 100%;
}
#cpsearch_eccept_data .items-list li .review {
    margin-top: 10px;
    text-align: center;
    min-height: 22px;
}
#cpsearch_eccept_data .items-list li .review .star_content {
    display: inline-block;
}
#cpsearch_eccept_data .items-list li .review .nb-comments {
    vertical-align: 3px;
}
#cpsearch_eccept_data .items-list>li .cp-button-container {
    left: 20px;
}
#cpsearch_eccept_data .items-list>li:hover .cp-button-container {
    opacity: 1;
    top: 30px;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
#cpsearch_eccept_data .items-list .cp_size {
    margin-top: 5px;
    text-align: center;
}
#cpsearch_eccept_data .items-list .cp_size ul li {
    display: inline-block;
    margin: 0 5px;
}
#cpsearch_eccept_data .items-list .cp_color {
    margin-top: 5px;
    text-align: center;
}
#cpsearch_eccept_data .items-list .cp_color span,#cpsearch_eccept_data .items-list .cp_size span {
    display: none;
}
#cpsearch_eccept_data .items-list .cp_color ul,#cpsearch_eccept_data .items-list .cp_size ul  {
    display: inline;
}
#cpsearch_eccept_data .items-list .cp_color ul li {
    display: inline-block;
    float: none;
    width: 12px;
    height: 12px;
    margin: 0 5px;
    border-radius: 100%;
	-moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    -khtml-border-radius: 100%;
}
#cpsearch_eccept_data .content-ajax-search::-webkit-scrollbar {
    width: 5px;
}
#cpsearch_eccept_data .content-ajax-search::-webkit-scrollbar-track {
    background-color: #f2f2f2;
    width: 5px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
#cpsearch_eccept_data .cat-name {
    display: none;
    margin: 0 0 0;
    text-align: left;
}
#cpsearch_eccept_data .items-list .cpsearch-content {
	text-align: left;
	padding-inline-start: 15px;
	width: 80%;
	position: initial;
	padding-inline-end: 0;
	padding-top: 5px;
}
.price.special-price {
    font-weight: 500;
}
.sale-percentage {
	position: absolute;
	right: auto;
	left: 5px;
	top: 5px;
	font-weight: 500;
	background-color: #ff7073;
	color: #fff;
	font-size: 11px;
	line-height: 15px;
	padding: 2px 4px;
}
.old-price.regular-price {
    font-weight: 500;
    text-decoration: line-through;
}
#search_widget .select-wrapper {
    float: left;
    position: relative;
    width: 150px;
    z-index: 1;
    display: none;
}
#search_widget .select-wrapper::after {
    content: "\E5CF";
    font-family: Material Icons;
    position: absolute;
    right: -12px;
    top: 0;
    cursor: pointer;
    bottom: 0;
    margin: auto;
    height: 20px;
    width: 20px;
    border-radius: 5px;
    line-height: 16px;
    text-align: center;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.08);
}
#header.header-sticky #search_widget {
    position: fixed;
    top: 0px;
    margin: 0;
    z-index: 988;
    left: 22.5%;
}
#header.header-sticky #search_widget #searchbox {
    border: none;
    border-radius: 0;
	-moz-border-radius: 0;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
}
#header.header-sticky #search_widget .selector {
    height: 44px;
}
#header.header-sticky #search_widget #search_query_top,#header.header-sticky #search_category {
    height: 30px;
}
#header.header-sticky #search_widget .btn.button-search {
    padding: 11px 0;
}
#header.header-sticky #search_widget .selector span {
    margin-top: 8px;
}
#header.header-sticky .header-container.header-sticky #search_widget #search_query_top {
    height: 41px;
}
.cpsearch-main {
	float: left;
	text-align: left;
}
#search_widget #search_query_top::placeholder {
	color: #808080;
    font-size: 14px;
}
#search_widget .btn.button-search span {
    display: none;
}
.full-header.fixed #search_widget {
    padding: 9px 0;
    margin-right: 40px;
}
span.search_button {
    border: medium none;
    display: block;
    height: 25px;
    text-align: center;
    width: 25px;
    font-size: 0;
    mask-image: url("/img/search/search.svg");
    mask-position: center;
    mask-repeat: no-repeat;
    mask-size: 20px;
    -webkit-mask-image: url("/img/search/search.svg");
    -webkit-mask-position: center;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: 20px;
    background-color: #000000;
    cursor: pointer;
}
span.search_button.active {
    mask-image: url("/img/search/close.svg");
    -webkit-mask-image: url("/img/search/close.svg");
    mask-size: 16px;
    -webkit-mask-size: 16px;
}
.searchtoggle{
    position: absolute;
    display: none;
    left: auto;
    right: 35px;
    /* width: 300px; */
    z-index: 3;
    top: -8px;
    bottom: auto;
}

@media (max-width: 1449px) {
}
@media (max-width: 1199px) {
    #search_widget .select-wrapper {
        width: 110px;
    }
    #products .page-not-found #search_widget #search_query_top,#pagenotfound .page-not-found #search_widget #search_query_top{
        width: 510px;
    }
}
@media (max-width: 991px) {
    #search_widget .select-wrapper {
        width: 110px;
    }
    #search_widget .btn.button-search span {
        display: none;
    }
    #cpsearch_eccept_data .items-list li .image{width: 20%;}
    #products .page-not-found #search_widget #search_query_top,#pagenotfound .page-not-found #search_widget #search_query_top{
     width: 100%;
}
}
@media (max-width: 767px) {
    #cpsearch_eccept_data .items-list .cpsearch-content{
        width: 75%;
    }    
    #search_widget #search_query_top {width: 190px;}
    .searchtoggle{width: 232px;}
}
@media (max-width: 480px) {
    #cpsearch_eccept_data .items-list li .image {
        padding: 0;
    }
    #search_category {
        font-size: 12px;
        padding: 8px 10px 8px 10px;
        border: none;
        height: 32px;
    }
    #cpsearch_eccept_data .items-list li .product-name {
        font-size: 13px;
    }
    #search_widget .btn.button-search {
        margin: 0;
        height: 32px;
        padding: 0 7px;
    }
    #cpsearch_eccept_data .items-list .cpsearch-content{
        width: 80%;
    }
    .searchtoggle {width: 212px;}
    #search_widget #search_query_top {width: 170px;}
    
}