/* owl carousel style starts */

.strapsco-product-addon-slider-items .owl-dots button.owl-dot.active {
  background: black !important;
    height: 8px;
    width: 8px;
    border-radius:50%
}

.strapsco-product-addon-slider-items .owl-dots button.owl-dot{
    background: #cccccc !important;
    height: 8px;
    width: 8px;
    border-radius:50%;
    margin: 0 4px
}

.strapsco-product-addon-slider-items .owl-dots {
    position:absolute;
    left:0;
    right:0;
    margin: 0 auto;
    width: 60%;
    text-align: center;
    bottom: 4px;
}

.strapsco-product-addon-slider-items button.owl-prev.disabled,
.strapsco-product-addon-slider-items button.owl-next.disabled {
    visibility: hidden !important;
}

.strapsco-product-addon-slider-items .owl-carousel .owl-stage-outer{
    margin-bottom: 15px;
    border-radius: 10px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    background-color: #fff;

}
.strapsco-product-addon-price-content > h4 {
    font-weight: 600;
    font-size: 17px;
    text-align: center;

}
  #strapsco-product-addon-slider > h4:first-child{
    visibility: hidden;
  }

#strapsco-product-addon-slider .strapsco-product-addon-slider-items .owl-carousel .owl-nav button{
    height: 30px;
    width: 30px;
    background: white;
    border-radius: 50% !important;
    display:grid;
    place-content: center;
      box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

#strapsco-product-addon-slider .strapsco-product-addon-slider-items .owl-carousel .owl-nav button svg{
    height: 16px;
    width: 16px;
}

#strapsco-product-addon-slider .strapsco-product-addon-slider-items .owl-carousel .owl-nav{
  display: flex;
 justify-content: space-between;

}

/*
The navigation should not take up any space when the previous/next buttons are unavailable.
*/
#strapsco-product-addon-slider .strapsco-product-addon-slider-items .owl-carousel .owl-nav.disabled {
  display: none;
}

/* owl carousel style ends */

/* carousel flex design starts */

#strapsco-product-addon-slider {
  margin-bottom: 15px;
}

.strapsco-product-addon-item {
    display: flex;

    gap:10px;
    padding-right: 10px;
}

.strapsco-product-addon-item .strapsco-product-addon-price-content h5{
    font-size:13px;
    font-weight:bolder !important;
    text-transform: capitalize;
    margin-bottom: 0 !important;
}

.strapsco-product-addon-item .strapsco-product-addon-price-content .strapsco-product-addon-price {
    color: #c37b17;
    font-size: 13px;
    text-align: center;
}

.strapsco-product-addon-item .strapsco-product-addon-options {
    display: flex;
    flex-direction: column;
    width: 35%;
    gap: 1px;
    align-items: center;
    justify-content: center;
    margin-top: 5px;
}

.strapsco-product-addon-item .strapsco-product-addon-options p{
    margin-bottom: 0;
    color: red;
    font-size: 12px;
}

.strapsco-product-addon-item .strapsco-product-addon-options input{
    font-size: 14px;
    font-weight: 600;
     width: fit-content;
    background:  #ff7f00;
    color:black;
    border: 1px solid black
}


.strapsco-product-addon-item .strapsco-product-addon-price-content{
    width: 43% !important;
    display: flex;
    flex-direction: column;
    gap: 6px;
    align-items: center;
    justify-content: center;

}
.strapsco-product-addon-item .strapsco-product-addon-price-content  p{
    margin-bottom: 0;

}
.strapsco-product-addon-item .strapsco-product-addon-images {
    width: 22% !important;
    display: flex;
    align-items: center;
}

.strapsco-product-addon-item .strapsco-product-addon-images img{
    width: 100% !important;
    object-fit: contain !important;
}
.strapsco-product-addon-item .strapsco-product-addon-options p.strapsco-product-addon-success-message {
    color: #28a745;
}

.strapsco-product-addon-item .strapsco-product-addon-price-content h4 {
    white-space: normal;
}
.strapsco-product-addon-item .strapsco-product-addon-price-content h4 a{
    color:black !important;
}

.strapsco-product-addon-item .strapsco-product-addon-price-content h5{
    text-align: center !important;
}

@media screen and (min-width: 320px) and (max-width: 394px) {
    .strapsco-product-addon-item .strapsco-product-addon-options, .strapsco-product-addon-item .strapsco-product-addon-price-content{
        margin-top: 15px
    }

    .strapsco-product-addon-price-content > h4{
        position: absolute;
        top: 3px;
        font-size: 14px !important;
        left: 0;
        right: 0;
        margin: 0 auto;
        width: fit-content;
        transform: translateX(-20px);

    }

    .strapsco-product-addon-price-content > h5{
        margin-bottom: 0 !important;
    }
    .site-content .strapsco-product-addon-item select{
        font-size: 10px !important;
    }
    .strapsco-product-addon-item .strapsco-product-addon-options p{
        font-size: 9px;
    }
    .strapsco-product-addon-slider-items .strapsco-product-addon-item .strapsco-product-addon-images {
        display: flex;
        align-items: center;
        margin-bottom: 0 !important;
    }
    .site-content .strapsco-product-addon-item select.strapsco-product-addon-color-select {
        font-size: 12px !important;
        background-position-x: calc(100% - 4px) !important;
        padding: 0 5px !important;
        height: 32px;
        margin-top: 12px;
        line-height: unset !important;
        background-position-y: calc(100% - 7px) !important;
    }

}
@media screen and (min-width: 394px) and (max-width: 480px) {
    .strapsco-product-addon-item .strapsco-product-addon-options, .strapsco-product-addon-item .strapsco-product-addon-price-content{
        margin-top: 15px
    }
    .strapsco-product-addon-price-content > h4{
        position: absolute;
        top: 3px;
        font-size: 14px !important;
        left: 0;
        right: 0;
        margin: 0 auto;
        width: fit-content;
        transform: translateX(-35px);

    }
    .strapsco-product-addon-price-content > h5{
        margin-bottom: 0 !important;
    }
    .site-content .strapsco-product-addon-item select.strapsco-product-addon-color-select {
        font-size: 12px !important;
        background-position-x: calc(100% - 4px) !important;
        padding: 0 5px !important;
        height: 32px;
        margin-top: 12px;
        line-height: unset !important;
        background-position-y: calc(100% - 7px) !important;
    }
    .strapsco-product-addon-item .strapsco-product-addon-options p{
        font-size: 9px;
    }
    .strapsco-product-addon-slider-items .strapsco-product-addon-item .strapsco-product-addon-images {
        display: flex;
        align-items: center;
    }
}

@media screen and (min-width: 480px) and (max-width: 693px) {
    .strapsco-product-addon-price-content > h4{
        font-size: 12px !important;
    }
}

@media screen and (max-width: 770px){
    div.product .strapsco-product-addon-images{
        margin-bottom: 0 !important;
    }
}

@media screen and (min-width: 693px) and (max-width: 770px){
    .strapsco-product-addon-item .strapsco-product-addon-price-content .strapsco-product-addon-price {
        font-size: 16px;
    }

    .strapsco-product-addon-item .strapsco-product-addon-options{
        gap: 12px;
    }
}
@media screen and (min-width: 771px) and (max-width: 1025px){
.strapsco-product-addon-slider-items .strapsco-product-addon-item .strapsco-product-addon-images {
    display: flex;
    align-items: center;
}
}

@media screen and (min-width: 771px) and (max-width: 1105px){
    .strapsco-product-addon-item .strapsco-product-addon-price-content .strapsco-product-addon-price {
        font-size: 8px;
    }
    .strapsco-product-addon-price-content > h4{
        font-size: 11px !important;
    }
}
@media screen and (min-width: 1105px) and (max-width: 1200px){
    .strapsco-product-addon-item .strapsco-product-addon-price-content .strapsco-product-addon-price {
        font-size: 11px;
    }
    .strapsco-product-addon-price-content > h4{
        font-size: 14px;
    }
}
@media screen and  (min-width:481px) and (max-width:767px){
    .strapsco-product-addon-item .strapsco-product-addon-price-content .strapsco-product-addon-price {
        font-size: 14px;
    }
}
@media screen and (max-width:480px){
    .strapsco-product-addon-item .strapsco-product-addon-price-content .strapsco-product-addon-price {
        font-size: 12px;
    }
    .strapsco-product-addon-item .strapsco-product-addon-options input{
        font-size: 13px;
        padding: 5px 13px;
    }
    .strapsco-product-addon-item .strapsco-product-addon-price-content h5 {
        font-size: 15px;
    }
}
