/* CSS Document */
.container-fluid {
  padding: 0px!important;
}
.heading h1{
    color: #f1f1f1;
    margin: 20px 0px;
    font-size: 50px;
}
div.heading {
   text-align: center;
}

.secondary-bgcolor {
  background-color: #f1f1f1;
}
.primary-textcolor {
    color: #006bcc;
}

.titleblue-background h1{
  font-size: 16px;
  color: #ffffff;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  margin:unset;
}


span.btnopen i{
  color: white;
  display: flex;
  align-items: center;
  padding-right: 15px;
  font-size: 22px;
}
.btnopen{
  display: flex;
}
.catego{
  display: flex;
  justify-content: space-between;
}

.titleblue-background {
    font-size: 16px;
    padding: 15px;
    color: #ffffff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    margin: unset;
}
ul.children-categories {
    list-style: none;
    padding: 0px;
}
ul.children-categories li {
    border-bottom: 1px solid #b7b7b7;
    padding: 20px 0px 8px 0px;
}
ul.children-categories li a {
    color: #252525;
    font-family: 'Open Sans', sans-serif;
}
ul.children-categories li a:hover {
  text-decoration: none;
}
.dropdown-toggle {
    width: 100%;
    background-color: #ffffff;
    color: #b7b7b7!important;
        border-radius: 0px;
    border-color: #b7b7b7;
    padding: 10px;
    display: flex;
align-items: center;
align-content: center;
justify-content: space-between;
}
.dropdown-toggle::after {
}
.form-control {
  border-color: #b7b7b7;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
color: #b7b7b7!important;
}
.dropdown-toggle:hover,
.dropdown-toggle:active,
.dropdown-toggle:focus{
    background-color: #006bcc !important;
        border-color: #006bcc !important;
    color:  #ffffff!important;
}
.product-box img,
.product-single img,
.product-gallery img,
.img-product img,
.row.summary-order img{
    width: 100%;
}
.product-box {
   border: 1px solid #b7b7b7;
    position: relative;
        overflow: hidden;
}

.titolo-prodotto {
  /*text-transform: uppercase;*/
    margin: unset;
        font-size: 16px;
    font-weight: 400;
}
.btn.btn-primary {
    width: auto;
    padding: 10px;
    border-radius: 0px!important;
    display: flex;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    border:unset;
    font-size: 15px;
}
.my-2{
  margin: unset !important;
}
p.primary-textcolor {
    color: #006bcc;
}
p.prezzo {
    font-size: 16px;
    font-weight: 700;
    /*width: 50%;*/
    margin-bottom: 0px;
}
.details-product {
    padding: 20px 10px 10px 10px;
    height: 115px;
}
.bottom-products {
    display: flex;
    flex-direction: row;
    align-items: center;
    align-content: center;
    justify-content: space-between;
}
.btn.btn-primary.addcart-productbox {
    width: 42px !important;
    height: 42px;
    padding: 0px;
    display: unset!important;
    margin-left: 5px;
}
.btn.btn-primary.delete {
        width: 50px !important;
    height: 50px;
    padding: 0px;
    display: unset!important;
    margin-left: 5px;
}
.far.fa-trash-alt {
    font-size: 23px;
}
.addcart-productbox i.fas.fa-plus-circle {
    font-size: 12px;
}
.addcart-productbox i.fas.fa-shopping-cart {
    font-size: 20px;
}
.input-text.qty.text {
    width: 30px;
    height: 50px;
    font-size: 25px;
    border: unset!important;
}
div.qty-cart {
    width: 50%;
    display: flex;
    justify-content: flex-end;
}
.qty-cart,
.quantity.buttons_added,
.addcart-productbox{
    display: flex;
    align-content: center;
    align-items: center;
}
.plus-minus {
    display: flex;
    flex-direction: column;
}
.row.row-products {
    margin-top: 30px;
}
.paginazione {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    align-content: center;
    margin: 30px 15px;
}
.search-box {
    border-radius: 0px!important;
    padding: 22px 10px !important;
    color: #000000 !important;
}
.search-box:after {
     font-family: "Font Awesome 5 Free";
   content: "\f002";
position: absolute;
    font-size: 20px;
   font-weight: 900;
}

.col-md-3.filtro-promo {
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
}
.form-check-label {
    color: #b7b7b7;
}
.custom-checkbox .custom-control-label::before {
    border-radius: 0px!important;
}
.plus {
    margin-bottom: 4px;
}
.plus,
.minus{
    height: 19px;
    width: 19px;
    padding: 0px!important;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    flex-wrap: wrap;
}
.product-box.promo:before {
  content: '';
  position: absolute;
  background-color: #006bcc;
  width: 140px;
  height: 140px;
  top: -80px;
  right: -80px;
  transform: rotate(-45deg);
}



.product-box.promo:after {
  content: 'PROMO';
  position: absolute;
  transform: rotate(45deg);
  right: 0px;
  top: 18px;
  color: #ffffff;
}

.page-item.disabled a.page-link{
    border-color: #ffffff !important;
        color: #b7b7b7 !important;
    font-weight: 400 !important;
    font-size: 16px;
}
.page-item:last-child .page-link {
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px!important;
        border: 1px solid #b7b7b7!important;
}


.page-item.active .page-link {
   background-color: #006bcc;
        color: #ffffff!important;
}
a.page-link {
    border-color: #ffffff!important;
        color: #006bcc !important;
    font-weight: 500 !important;
}
a.product-link h3 {
color: #252525!important;
display: -webkit-box;
-webkit-line-clamp: 2;
height: 2.3rem;
overflow: hidden;
}
a.product-link:hover,
a.product-link:focus,
a.product-link:active{
    text-decoration: unset!important;
}
a.product-link h3:hover,
a.product-link h3:focus,
a.product-link h3:active{
    color: #006bcc !important;
}

.custom-control-input:checked~.custom-control-label::before {
     background-color: #006bcc;
}
h2.category-name {
    text-transform: uppercase;
    font-size: 16px;
}
h1.titolo-prodotto,
p.small-titles{
   text-transform: uppercase;
        font-size: 20px;
    font-weight: 400;
        color: #252525;
        border-bottom: 1px solid #b7b7b7;
    padding-bottom: 10px;
}
div.qty-cart.single-products {
    width: unset!important;
    display: flex;
    justify-content: flex-start;
}
.btn.btn-primary.primary-bgcolor.single-product-btn {
    width: unset!important;
    padding: 10px;
}
.btn.btn-primary.primary-bgcolor.single-product-btn i {
    margin-left: 20px;
}
div.prezzo-box {
    margin: 30px 0px;
}
.row.box-qty-cartbtn {
    margin-bottom: 30px;
}
.product-gallery {
    margin-top: 30px;
}
td.main {
    font-weight: 500;
}
.table td, .table th {
    border-top: unset!important;
    border-bottom: 1px solid #b7b7b7;
}
.row.cat-products {
    padding-top: 50px;
}
p.primary-textcolor{
    color: #006bcc;
}
p.prezzo.p-promo {
    font-size: 12px;

    margin-bottom: 0px;
    text-decoration: line-through;
    color: #b7b7b7;
    font-weight: 700;
}
#logo {
    margin-top: -15px;
    text-align: center;
}
#logo img {
    width: 250px;
    height: 150px;
    border: 1px solid #b7b7b7;
    background-color: #ffffff;
}
#top-bar {
    height: 30px;
}
#header {
    height: 170px;
}
.title-page {
    text-align: center;
    color: #f7f7f7;
        font-size: 60px;
    line-height: 40px;
    margin: 0px 0px 30px 0px;
}
h3.title-cart,
.summary-row .title-cart{
    text-transform: uppercase;
    font-size: 20px;
}
.summary-row .title-cart {
    text-align: center;
    padding-bottom: 20px;
}
.p0{
  padding: unset;
}

.row.summary-row .col-md-4.total-clmn {
  margin: 0px;
}
.total-clmn {
  padding: unset !important;
}
.total-clmn.cart {
  padding: 0px 15px 0px 0px !important;
}
h3.title-column {
    font-size: 20px;
}
.row.labels {
    padding: 50px 0px;
}
.row-product-cart img {

    height: 160px;
}
.row-product-cart {
    align-items: center;
    align-content: center;
    padding: 10px 0px;
}
.row.row-product-cart:not(:last-child) {
    border-top: 1px solid #b7b7b7;
}

.delete-clm {
    display: flex;
    justify-content: flex-end;
}

.price-clm {
    display: flex;
    justify-content: center;
    padding: unset;
}
.price-clm p.prezzo {
    width: unset;
    font-weight: 700;
}
.row-fluid.total-price {
    padding: 30px 0px;
    margin-top: 40px;
}
.table {
  margin: 0px!important;
}
.table.cart td{
    border: unset!important;
}
.table.cart td.total {
    font-weight: 600;
    text-align: right;
}

.row.btn-turnback {
    padding: 50px 0px;
}
.row.summary-order.labels {
    padding: 10px 0px 0px 0px;
}
.row.summary-order {
    align-items: center;
    align-content: center;
    padding: 20px 0px;
}
h4.title-summary {
    font-size: 16px;
}
.back{
  display: flex;
    align-items: flex-end;
}
.title-cart.summary {
   border-bottom: 1px solid #b7b7b7;
   padding: 0px 0px 10px 0px;
    text-align: left;
}
.summ-producttitle {
    font-size: 15px;
    padding: unset;
}
.btns-checkout {
    padding: 30px 0px;
}
.btn.btn-primary.btn-checkout {
    display: flex;
    justify-content: center;
    background-color: #ffffff;

}
.btns-checkout>div {
    display: flex;
    justify-content: center;
}
.btn.btn-primary.btn-checkout:active,
.btn.btn-primary.btn-checkout:hover,
.btn.btn-primary.btn-checkout:focus,
.btn.btn-primary.btn-checkout:visited {
    color: #fff;
    background-color: #006bcc;
}
.instructions {
    padding: 30px 15px;
    text-align: center;
}
.sppb-form-check {
  padding: 10px 0px 20px 0px;
}
.sppb-form-check-label {
    margin-left: 10px;
}
.form-control {
    border-radius: 0px;
}
.btns-checkout {
  display: flex;
}
.btns-checkout .go-back {
  justify-content: flex-start;
}
.btns-checkout .order {
  justify-content: flex-end;
}
.btn.sent-order {
  float: right;
}
.row{
    max-width: 1140px;
    margin-right: auto;
margin-left: auto;
}
#header.row-fluid {
  display: flex;
  margin-bottom: 50px;
  justify-content: center;
}
#header .col-md-4 {
  display: flex;
  justify-content: center;
}
.footer {
  background: #252525;
  padding: 50px 0px;
}
.footer p {
  color: #cecece;
  margin-bottom: 0px;
  font-size: 14px;
}
.footer .row .privacy {

  display: flex;
  justify-content: flex-end;
}
.row .col-md-3.back {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    align-content: flex-start;
  }
.total-price .total-clmn {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-content: flex-end;
  align-items: flex-end;
}
.form-inline .form-control {
  width: 100%;
}
a.cat {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: space-between;
}
a.cat.active {
  color: #006bcc;
}
span.dropdown-item {
  font-size: 14px;
}
span.quantity{
  background-color: #ffffff;
      padding: 1px 7px;
      border-radius: 100%;
      margin-left: 5px;
      font-size: 14px;
      font-weight: 600;
}
.gallery-product img {
  width: 20%;
}
#sync2 {
  margin-top: 10px;
}
.row.summary-row {
  margin-bottom: 30px;
}
.row.btns-checkout .col-md-6 .btn{
  margin-bottom: 0px !important;
}
.row.summary-row .btn.btn-primary{
  margin-bottom: 50px;
}
#sync2 div.owl-item .item,
#sync1 div.owl-item .item {
  margin: 2px;
}
#sync2 div.owl-item.current .item {
  border: 2px solid #b7b7b7;
  margin: 2px;
}
.owl-prev,
.owl-next  {
  position: absolute;
}
.owl-prev i,
.owl-next i {
  background-color: #006bcc;
  padding: 10px;
  color: #ffffff;
}
.owl-prev {
right:0;
}
.owl-next {
  left: 0;
}
.owl-carousel .owl-nav [class*=owl-] {
    background: none;
    background-color: transparent !important;
    z-index: 9;
    position: absolute;
    margin: 0 !important;
        top: 50%;
        transform: translateY(-50%);
    overflow: hidden;
  }
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  border-radius: 0px!important;
}
.owl-theme .owl-nav {
  margin: 0px!important;
}
.owl-theme .owl-nav .disabled {
  opacity: 0!important;
}
.img-product,
.img-product img{
    height: 240px;
}
.img-product img {
    object-fit: contain;
}
#sync1 img {
    height: 500px;
    object-fit: contain;
}
#sync2 img {
        height: 130px;
    object-fit: cover;
}
.addcrt{
  display: flex;
  justify-content: flex-end;
  padding: unset;
}

.uimask{
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100vh;
  background-color: rgba(0,0,0,.5);
  z-index: 999999998;
  pointer-events: none;
  cursor: progress;
}
.uimask .loader {
  border: 5px solid #fff; /* white */
  border-top: 5px solid #3498db; /* Blue */
  border-radius: 50%;
  width: 120px;
  height: 120px;
  animation: loaderspin 2s linear infinite;
  position: absolute;
  top: 50%;
  left: 50%;
  transform-origin: 0% 0%;
}

@keyframes loaderspin {
  0% { transform: rotate(0deg) translate(-50%, -50%); }
  100% { transform: rotate(360deg) translate(-50%, -50%); }
}
body{
  position: relative;
}
.pointer-events-none{
  pointer-events: none !important;
}
.pointer{
  cursor: pointer;
}
.system-messages{
  position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    height: auto;
    display: block;
    z-index: 9999;
}
.system-messages .alert{
  -webkit-box-shadow: 0px 5px 10px 5px rgba(0,0,0,0.2);
-moz-box-shadow: 0px 5px 10px 5px rgba(0,0,0,0.2);
box-shadow: 0px 5px 10px 5px rgba(0,0,0,0.2);
}

.modal.success .modal-header{
  background-color: green;
  color: #fff;
}

.modal.fail .modal-header{
  background-color: red;
  color: #fff;
}

.pricestyle{
  padding: 0 10px 0 0 !important;
}

a:hover{
  text-decoration: unset;
}
.sidebar.open{
  right: 0;

}
.sidebar{
  position: fixed;
  right: 100%;
  top: 0;
  transition: 250ms;
  background-color: white;
  bottom: 0;
  z-index: 9999;
  max-height: 850px;
  overflow-y: scroll;
}
.catego{
  display: flex;
  position: sticky;
  top: 0;
}
.toolvc{
  justify-content: space-between;
  display: flex;
  width: 100%;
  padding: 0px 15px;
}
}
.toolvc form{
  width: 35%;
}
.toolvc .dropdown{
  width: 25%;
}
.toolvc .custom-control{
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.cart-btn{
  padding-right: 15px;
}
.toolbrmobile{
  display: none;
}

i.fa-chevron-right{
  padding-left: 10px;
}
i.fa-chevron-left{
  padding-right: 10px;
}

.dropdown-item {
    padding: .25rem 10px;
}

/*.table td, .table th {
    padding-right: 15px !important;
}*/

i.fa-times{
  font-size: 25px;
}
.filterb{
  align-self: center;
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.ckcl{
  align-self: center;
  display: flex;
}
select option[value=""],
select option[value='']
{
  display: none;
}

.variantbox select{
    width: 110px;
    padding: 5px 3px;
    text-transform: uppercase;
}
.variantbox p{
  margin-bottom: 10px;
}
.variantbox{
  padding-bottom: 30px;
}
/*.variant{
  text-transform: uppercase;
}*/
.toolbar-prod .openfilter{
  display: none;
}

.toolbar-prod .toolvc {
  display: flex;
  justify-content: flex-end;
  /*background-color: white !important;*/
}
.toolbar-prod .filterbr{
  display: none;
}
.toolbar-prod .cart-btn{
  display: block !important;
}
.toolbar-prod .toolbr{
  margin-bottom: unset;
}
.col-side{
  display: flex;
  justify-content: center;
  padding: unset;
}
.col-side2{
  justify-content: start;
  padding: unset;
}
.col-side .title-summary{
  font-weight: 400;
  font-size: 15px;
}
.sppb-form-check-input{
  margin-top: 7px;
}

.total{
  padding: 40px 10px 40px 0 !important;
}
.toolbar-prod .toolvc{
  padding: unset;
}
#promoModal .modal-content{
  border-radius: unset !important;
  border: unset;
}
#closeModal,
.modal-title{
  color: white;
  text-transform: uppercase
}
.modal-header{
  border-radius: unset;
  border: unset;
}
.modal-footer{
  display: none;
}
*::-webkit-scrollbar {
	width: 6px;
}
*::-webkit-scrollbar-thumb {
	background-color: #a2a2a2;
	border-radius: 20px;
}
*{
	scrollbar-width: 6px;
	scrollbar-color: #a2a2a2;
}


/*RESPONSIVE START*/
@media screen and (max-width: 576px){
  .footer .row .privacy {
      display: flex;
      justify-content: center;
      padding-top: 10px;
  }
  .txtc {
    text-align: center;
  }

}

@media screen and (max-width: 768px){
  .row.row-products {
      margin-top: unset;
  }
  .toolbr{
    margin-bottom: 50px;
  }

  .bmenu{
      width: fit-content;
  }
  .formcheck{
    padding-top: 40px;
  }
  .custom-radio{
    width: 100%;
    padding: unset !important;
  }
  .p0{
    padding: unset;
  }
  .pb10{
    padding: 10px 0px !important;
  }
  .pt20{
    padding-top: 20px;
  }
  .sidebar{
    left: -100%;
  }
  .sidebar.open{
    left: 0;
    max-height: 100%;
  }
  .bottom-products {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .btn.btn-primary.addcart-productbox {
    width: 100% !important;
    height: 42px;
    padding: 0px;
    display: unset!important;
    margin-left: 5px;
  }

  p.prezzo {
    font-size: 20px;
    width: 100%;
    margin-bottom: 0px;
  }
  p.prezzo.p-promo {
    font-size: 15px;
    width: 100%;
  }

  .toolbr div.col-md-3,
  .toolbr div.col-md-2 {
    margin-bottom: 15px;
  }
  div.btnopen {
    margin-bottom: 15px;
  }
  #sync2 img {
          height: 80px;
      object-fit: cover;
  }
  .sidebar{
    overflow-y: scroll;
  }
  .cart-btn{
    display: none;
  }
  i.fa-shopping-cart{
    padding-right: 10px;
  }
  .toolbrmobile{
    display: block;
  }


  .hideck{
    display: none !important;
  }
  .toolbr {
    position: sticky;
    top: 0;
    z-index: 999;
  }
  .toolbar-prod {
    position: sticky;
    top: 0;
    z-index: 999;
  }
  .variant{
    padding: 15px 0px;
  }
  .delete-clm{
    padding-left: unset;
  }
  .toolbar-prod .toolvc {
    padding: 5px 0px;
  }
  .toolbar-prod{
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 767.5px){
  .toolvc .dropdown,
  .toolvc .dropdown .dropdown-menu,
  .toolvc form {
    width: 100%;
  }
  .toolvc {
    flex-wrap: wrap;
    align-items: center;
  }
  .toolvc form{
    padding-top: 10px;
  }
  .toolvc .dropdown{
    padding: 10px 0px;
  }
  .hidec{
    display: none !important;
  }
  #sync1 img {
    height: auto;
  }

}


@media screen and (min-width: 769px){
    .hided {
      display: none;
    }
    .toolbar-prod.primary-bgcolor,
    .toolvc.primary-bgcolor{
      background-color: unset;
    }

    .toolbr .filterbr{
      display: flex !important;
      width: 56%;
      justify-content: space-between;
    }
    .toolbar-prod .toolbr .filterbr{
      display: none !Important;
    }
}


@media screen and (min-width: 768px){
  .primary-bgcolor2{
    background-color: #ffffff;
  }
  .openfilter{
    display: flex;
    justify-content: space-between;
  }



}
@media screen and (max-width: 992px) and (min-width: 768px){
  .sidebar{
    max-width: 40%;
    max-height: 100%;
  }
  .sidebar.open {
    max-width: 40%;
    left: 0;
    max-height: 100%;
    right: unset !important;
  }
}
@media screen and (min-width: 992px){
  .toolbr.primary-bgcolor{
    background-color: unset !important;
  }
  .openfilter{

  flex: 1;
  justify-content: space-between;
  margin-right: 30px;

  }
  .filterb,
  .toolbr .filterbr{
    display: none !important;
  }

  .bmenu{
    display: none;
  }
  .btnopen{
    display: none;
  }
  .sidebar{
    position: relative;
    right: unset;
    top: unset;
    z-index: unset;
  }

}
@media screen and (max-width: 992.7px){
  .openfilter{
    position: absolute;
    top: 50px;
    left: -110%;
      transition: 250ms;
      padding: 10px;
    border: solid 1px rgba(55, 67, 201, 1);

    background-color: #ffffff;
    z-index: 99;
  }

  .filterbr{
    display: flex;
    width: 56%;
    justify-content: space-between;
  }
  span.hidec{
    display: none !important;
  }
  .openfilter.open{
    left: 0;
    transition: 250ms;
    padding: 10px 20px;
    top: 50px;
    z-index: 99;
  }

  .openfilter{
    width: 100%;
    padding-bottom: 10px;
  }
  .cartsty{
    display: flex;
    justify-content: flex-end;
    align-self: center;
  }

  .nopadm{
    padding: unset;
  }
  .catego{
    margin: 0px -15px;
  }
  .product-box {
    margin-bottom: 30px;
  }
  .toolvc .custom-control {
    padding-right: 100px;
  }
  .total{
    padding-bottom: 40px !important;
  }
}


/*RESPONSIVE END*/
