.is-divider.small{
    display:none;
}
.search{
    box-shadow: inset 0 0em 0em 0 rgba(0,0,0,0.0) !important;
    width : 65%;
    box-sizing: border-box;
    padding: 0 .75em;
    height: 2.507em;
    font-size: .97em;
    border-radius: 0;
    max-width: 100%;
    vertical-align: middle;
    background-color: #fff;
    color: #333;
    outline: 0;
    border-width: 0 0 2px;
    border-color : #ccc;
}

/*MYCUSTOMCSS*/
/*@media only screen and (min-width: 1025px) {
    .woocommerce-product-gallery__image.slide:nth-child(odd) > a > img{
        margin-left: 105%;
        margin-top: -134%;
    }

    .woocommerce-product-gallery__image.slide.first:first-child > a > img{
        margin-bottom : 12% !important;
        margin-top : 0px !important;
        margin-left : 0px !important;
    }
}*/




/*HITESHCSS*/
@media only screen and (min-width: 1300px) {
    .woocommerce-product-gallery__image.slide.first:first-child > a > img{
        pointer-events: none;
        margin-bottom : 12% !important;
        margin-top : 0px !important;
        margin-left : 0px !important;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1299px) {
    .woocommerce-product-gallery__image.slide.first:first-child > a > img{
        pointer-events: none;
        margin-bottom :18% !important;
        margin-top : 0px !important;
        margin-left : 0px !important;
    }
}

@media only screen and (min-width: 1100px) and (max-width: 1199px){
    .woocommerce-product-gallery__image.slide.first:first-child > a > img{
        pointer-events: none;
        margin-bottom :30% !important;
        margin-top : 0px !important;
        margin-left : 0px !important;
    }
}
@media only screen and (min-width: 1025px) and (max-width: 1099px){

 .woocommerce-product-gallery__image.slide.first:first-child > a > img{
        pointer-events: none;
        margin-bottom : 42% !important;
        margin-top : 0px !important;
        margin-left : 0px !important;
    }
}

@media only screen and (min-width: 1025px) {
        .woocommerce-product-gallery__image.slide:nth-child(odd) > a > img{
        margin-left: 105%;
        margin-top: -134%;
    }
}

.woo-variation-swatches-stylesheet-enabled.woo-variation-swatches-style-squared .variable-items-wrapper .variable-item{
  border-radius: 0px;
  border: 1px solid #000;
  box-shadow: none !important;
}

.variations_form.wvs-archive-variation-wrapper{
    margin-bottom: -20px !important;
}



*{
    -webkit-overflow-scrolling: touch;
}
html {
    scroll-behavior: smooth;
}


/*for mobile screen*/
.off-canvas-center .mfp-content{
    padding-top : 0px !important;
    margin-top : -29px !important;
}
button.mfp-close{
    color : white !important; /*slategrey*/
}
.mfp-container{
    display : block !important;
}