
.main-image{
   display: flex;
   width: 100%;
}
.main-image input{
   margin-top: 0 !important;
   margin-right: 8px !important;
}
.slider-items{
   display: flex;
   width: 30%;
}
.slider-items input,
.slider-size input{
   width: 100%;
}
#main-image{
   width: 2%;
}
.exclusion-type select,
.exclusion-type input,
.exclusion-type option
{
   width: 100%;
   border-radius: 10px;
}
.exclusion-type h3{
   margin-bottom: 10px;
}
.exclusion-button{
   padding: 10px;
   width: 100%;
   border: none;
   background: #2271b1;
    border-color: #2271b1;
    color: #fff;
    text-decoration: none;
    text-shadow: none;;
}
.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
}

.modal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fefefe;
    padding: 30px;
    border: 1px solid #ccc;
}

.close {
    float: right;
    cursor: pointer;
}
.owl-prev,
.owl-next {
     cursor: pointer;
    font-size: 18px;
    height: 23px;
    width: 22px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    /* transform: translateY(-50%); */
    z-index: 1;
    line-height: 19px;
    display: block;
}
.owl-prev {
  left: 0; /* Aligns the left side of the previous arrow */
  width: 22px;
}

.owl-next {
  right: 0; /* Aligns the right side of the next arrow */
}
    .woocommerce-product-gallery__image {
        position: relative;
        display: inline-block;
    }

    .zoom_icon,
    .lightbox-icon {
        position: absolute;
        transform: translate(-50%, -50%);
        font-size: 24px; /* Adjust the font size as needed */
        color: #000; /* Set the color of the icon */
        z-index: 1; /* Ensure the icon is above the image */
        background-color: white;
        font-size: 24px;
        padding: 5px 10px;
        border-radius: 50px;
}
.owl-item img{
    padding: 5px!important;

}
.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2) {
    width: 100%;
}
.flex-viewport,
.flex-control-nav{
    display: none!important;
}
.wp-block-column {
    flex-basis: 0px!important;
}
.select2-search__field{
    margin-left: 5px!important;
}
.owl-nav,
.disabled button {
    display: none;
}