@charset "utf-8";
/* CSS Document */
.logo {
	font-size: 12px;
}

.categories_menu_toggle ul li.has-sub ul.categorie_sub li ul.categories_mega_menu > li > a {
     text-transform: uppercase;
}

.categories_menu_toggle ul li.has-sub > ul > li > a i.fa-angle-right {
    float: right;
    color: #262626;
    font-size: 15px;
    line-height: 35px;
    transition: .3s;
    -webkit-transition: .3s;
}

.categories_menu_toggle ul li.has-sub ul.categorie_sub li a {
    padding-right: 15px;
}

.hover_category {
    width: 230px;
}

.search_box {
    width: 340px;
}

.ui-autocomplete {
    max-height: 400px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
  }
  
.product_d_right h1 {
    line-height: 30px;
}

.colorContainer {
      display: inline-block;
      padding: 2px;
      border: 1px solid #ccc;
      margin-right: 5px;
      margin-bottom: 10px;
      width: 40%;

  }
.boxColore {
    width: 26px;
    height: 24px;
    display: inline;
    padding: 2px;
    border: 1px solid #ccc;
    margin-right: 5px;
    float: left;
}

.boxColorePantone {
    width: 26px;
    height: 24px;
    display: inline-block;
    padding: 2px;
    border: 1px solid #ccc;
    margin-right: 5px;
}

.etichettaSu {
  display: block;
  margin: 0;
}

.tabellaPrezzi .table td {
      min-width: auto;
}

.tabellaPrezzi .table th {
      background-color: #dee2e6;	
}

.categories_menu_toggle > ul > li ul.categories_mega_menu > li {
    line-height: 30px;
    display: block;
    margin-bottom: 5px;
}

.table_desc .cart_page table tbody tr td.product_remove button {
    font-size: 20px;
    color: #ea000d;
	border: 0;
	background-color: transparent;
}

.form-control, .form-control-sm {
	border-radius: 0;
}

.coupon_code h3 {
	background: #9E9E9E;
}

.grid_list .product_thumb {
	max-width: 35%;
}

select.form-control:not([size]):not([multiple]) {
    height: calc(2.25rem + 4px);
}

#modal_login .modal-dialog.modal-dialog-centered, #modal_disabled .modal-dialog.modal-dialog-centered {
  min-width: 550px;
}



.section_title_two h2::before {
background: #ea000d;
}

#carrello-sticky {
	width: 100%;
	border: 0;
}

#carrello-sticky th, #carrello-sticky td {
	border-bottom: 1px solid grey;
	padding: 3px;
}

.product_carousel .owl-nav div {
	background: #ea000d;
    border-color: #ea000d;
    color: #fff;
}

.sfondo-grigio {
	background-color: #f2f2f2;
	font-weight: bold;
}

.categories_menu_toggle > ul > li ul.categories_mega_menu {
	width:750px;
}

.single_product .product_name h3 {
	padding-left: 15px;
    padding-right: 15px;
}

.shop_wrapper .product_thumb {
    padding: 15px;
}

.button1:hover {
    background: #262626;
	 color: #ffffff;
}
.button1 {
    background: #ea000d;
    border: 0;
    color: #ffffff;
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    height: 34px;
    line-height: 21px;
    padding: 5px 20px;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    margin-left: 20px;
    border-radius: 20px;
}

.search_box {
	width: 560px;
}

.table_desc .cart_page table tbody tr td.product_remove button:hover {
    color: #262626;
}

.label_mip {
  position: absolute;
  bottom: 1px;
  left: 5px;
}
.label_mip span {
  line-height: 20px;
  padding: 0 0 0 10px;
  text-transform: uppercase;
  display: block;
  font-size: 10px;
}

.carousel-indicators li {
	background-color: #262626;
}
.carousel-indicators .active {
    background-color: #ea000d;
}
.carousel-control-prev-icon{
	background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ea000d' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}
.carousel-control-next-icon{
	background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ea000d' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

.footer_widgets {
	background-color: #ededed;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  #modal_login .modal-dialog.modal-dialog-centered, #modal_disabled .modal-dialog.modal-dialog-centered {
    min-width: 550px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #modal_login .modal-dialog.modal-dialog-centered, #modal_disabled .modal-dialog.modal-dialog-centered {
    min-width: 550px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #modal_login .modal-dialog.modal-dialog-centered, #modal_disabled .modal-dialog.modal-dialog-centered {
    min-width: 550px;
  }
}
@media only screen and (max-width: 767px) {
  #modal_login .modal-dialog.modal-dialog-centered, #modal_disabled .modal-dialog.modal-dialog-centered {
    min-width: 90%;
  }
	
  .categories_menu_toggle > ul > li ul.categories_mega_menu {
    width: 100%;
  }
}

#modal_login .modal-content button.close, #modal_disabled .modal-content button.close {
  position: absolute;
  left: 90%;
  width: 35px;
  height: 35px;
  display: block;
  border: 1px solid #e5e5e5;
  top: 10px;
  border-radius: 50%;
  cursor: pointer;
  font-size: 20px;
  z-index: 9;
}
@media only screen and (max-width: 767px) {
  #modal_login .modal-content button.close, #modal_disabled .modal-content button.close {
    left: 90%;
    width: 29px;
    height: 32px;
    top: 4px; 
    margin-bottom: 14px;
  }
}