.color-chip {
    display: inline-block;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    margin-right: 5px;
    vertical-align: middle;
    border: 1px solid #efefef;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    -ms-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
}

.imageproduct {
    position: relative;
}

.imageproduct>.price {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 30px;
    display: inline-block;
    max-width: 150px;
    position: absolute;
    top: 0;
    left: 30px;
}

.imageproduct>.price>.marking {
    font-family: 'Montserrat', sans-serif !important;
    display: inline-block;
    margin-top: 3px;
    font-style: italic;
    font-size: 1.2rem;
    line-height: 14px;
}

.imageproduct>.price>.currency {
    margin-top: 5px !important;
}

.imageproduct>.price>small {
    font-weight: normal !important;
    font-size: 1.1rem;
}

.shop-items li .price {
    top: -9px;
    left: 20px;
}

#nb-products-per-page {
    display: inline-block;
    width: auto;
    min-width: 150px;
    margin-left: 7px;
    margin-right: 13px;
}

.product-details>h2 {
    font-size: 28px !important;
}

.product-details>h3 {
    font-size: 21px !important;
}

.product-details>h4 {
    font-size: 18px !important;
}

#itemPrice,
#carrierPrice,
#totalPrice {
    text-align: right !important;
}

a.product,
span.product,
.product.btn {
    text-align: right !important;
    padding: 10px 12px;
    display: inline-block;
    margin: 0;
    font-size: 12px;
}

span.product {
    padding: 0;
}

#itemPrice>.sub,
#carrierPrice>.sub,
#totalPrice>.sub {
    display: block !important;
    text-align: right !important;
    text-align: right !important;
    font-size: 12px;
    font-style: italic !important;
    line-height: 0 !important;
}

#itemPrice>.sub a,
#carrierPrice>.sub a,
#totalPrice>.sub a {
    text-decoration: underline !important;
}

#itemPrice>h4,
#carrierPrice>h4,
#totalPrice>h4 {
    font-size: 20px !important;
    padding-top: 10px !important;
}

#itemPrice>h4>small,
#carrierPrice>h4>small,
#totalPrice>h4>small {
    font-size: 12px !important;
}

.product-details>p {
    font-size: 14px !important;
}

.pageproduct.image-slider1 {
    border: 1px solid #efefef;
}

.bt-dashed {
    border-top: 1px dashed #ccc;
}

legend {
    display: block;
    padding-inline-start: 2px;
    padding-inline-end: 2px;
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
    width: auto;
    margin-bottom: 0;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
}

fieldset {
    display: block;
    margin-inline-start: 2px;
    margin-inline-end: 2px;
    padding-block-start: 0.35em;
    padding-inline-start: 0.75em;
    padding-inline-end: 0.75em;
    padding-block-end: 0.625em;
    min-inline-size: min-content;
    border-width: 1px;
    border-style: solid;
    border-color: #ddd;
    border-image: initial;
    border-radius: 4px;
}

.trigger-prices-calculator {
    width: 100%;
    height: 100%;
    display: block;
}

.trigger-prices-calculator h3 {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
}

nb {
    font-weight: 500;
}

.btn-black {
    background: #111;
    border-color: #111;
    color: #fff;
}

.btn-black:hover {
    background: rgba(1, 1, 1, 0.8);
    border-color: rgba(1, 1, 1, 0);
}

.selection#sizes {
    padding-left: 3px;
    padding-right: 0;
    height: 45px;
}

.shop-items li:hover .price,
.shop-items li:hover .price>small {
    color: #cdcdcd !important;
}

.whitescreen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background: rgba(255, 255, 255, 0.8);
    z-index: 2000;
}

.fullpageloader {
    position: relative;
    display: block;
    width: auto;
    height: auto;
    top: 40%;
    margin: 0 auto;
}

.fullpageloader img {
    width: 115px;
}

#textinfo {
    font-weight: bold;
    font-size: 1.55rem;
}

.product-details ul {
    list-style: circle;
    padding-left: 20px;
}

.section-heading h1 {
    font-size: 30px;
    text-align: right;
}

.section-heading h2 {
    font-size: 18px;
    /* font-style: italic; */
    font-weight: normal;
    margin-top: 0
}

.section-heading p {
    font-size: 14px;
    text-align: justify;
    color: white !important;
}

.breadcrumb {
    position: absolute;
    width: auto;
    top: 48%;
    right: auto;
    left: 15px;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    margin: 0;
    background-color: transparent;
    padding: 0;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.breadcrumb li {
    font-size: 10px;
}


.assocBlockImage {
    width: 100%;
    height: 150px;
    position: relative;
    box-shadow: 0 0 25px #cdcdcd;
    background-size: cover;
    background-position: center center;
}

.assocBlockImage a.btn {
    position: absolute;
    bottom: 20px;
    right: 20px;
}

.assocBlockImage a.btn:hover {
    opacity: 1 !important;
}

.catContentTitle {
    font-size: 25px;
}

.bg-cat-custom {
    max-height: 350px;
    background-size: cover;
}

.subCatTitle h2 {
    font-size: 25px !important;
}

.price small {
    font-weight: 400;
    font-size: 18px;
}

.shop-items li .price {
    top: -9px;
    left: 20px;
    max-width: 140px;
    color: rgba(0, 0, 0, 0.39);
    position: absolute;
    top: 14px;
    left: 24px;
    font-size: 24px;
    text-align: left;
    z-index: 2;
    letter-spacing: 0px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    line-height: 1.1;
    color: #303233;
    margin-top: 10px;
    margin-bottom: 10px;
}

    .shop-items > .shop-item > a > .item > .info {
        padding: 0 20px;
    }

        .shop-items > .shop-item > a > .item > .info > h4 {
            font-size: 1.1vw;
            margin-top: 55px;
        }


         /* Dropdown Button */
 .dropbtn {
    margin:0;
    padding: 10px 12px !important;

  }
  
  /* The container <div> - needed to position the dropdown content */
  .dropdown {
    position: relative;
    display: inline-block;
  }
  
  /* Dropdown Content (Hidden by Default) */
  /* .dropdown-content {
    display: none;
    position: absolute;
    background-color: #fff;
    min-width: 250px;
    box-shadow: rgb(23 24 24 / 5%) 0 0 5px 0, rgb(0 0 0 / 15%) 0 1px 2px 0;
    z-index: 1;
    text-align:left;
  } */

    /* Show the dropdown menu on hover */
    .dropdown:hover .dropdown-content {
        display: block !important;
        z-index:999;
      }
  
  
  /* Change color of dropdown links on hover */
  /* .dropdown-content a:hover {
      background-color: #ddd;
    } */
  

  /* Change the background color of the dropdown button when the dropdown content is shown */
  .dropdown:hover .dropbtn {
      background-color: #0cb4ce;
    } 

        
        /* Dropdown Content (Hidden by Default) */
        .dropdown-content {
            display: none;
            position: absolute;
            background-color: #ffffff;
            min-width: 100px;
            width: max-content;
            box-shadow: -1px 0px 20px rgba(23, 24, 24, .05), 0px 1px 5px rgba(0, 0, 0, .15);
            z-index: 121;
            border-radius: .4rem;
        }
        
            .dropdown[data-align-right] .dropdown-content {
                right: 0;
            }
        
        
        /* Links inside the dropdown */
        
        .dropdown-content a {
            color: black;
            padding: 12px 16px;
            text-decoration: none;
            display: block !important;
        }
