
@font-face {
    font-family: 'Montserrat-Regular';
    src: url('../Fonts/montserrat/montserrat/static/Montserrat-Regular.ttf') format('truetype');
}

/* topbanner */
input[type='checkbox'] {
    height: 0;
    width: 0;
}

    input[type='checkbox'] + label {
        position: relative;
        display: flex;
        margin: .6em 0;
        align-items: center;
        color: #9e9e9e !important;
        transition: color 250ms cubic-bezier(.4,.0,.23,1);
        /*font: 24px/1.4 "RobotoDraft", sans-serif;*/
        color: #fff;
    }

        input[type='checkbox'] + label > ins {
            position: absolute;
            display: block;
            bottom: 0;
            left: 2em;
            height: 0;
            width: 100%;
            overflow: hidden;
            text-decoration: none;
            transition: height 300ms cubic-bezier(.4,.0,.23,1);
        }

            input[type='checkbox'] + label > ins > i {
                position: absolute;
                bottom: 0px;
                font-style: normal;
                color: #ff8150;
            }

        input[type='checkbox'] + label > span {
            display: flex;
            justify-content: center;
            align-items: center;
            margin-right: 1em;
            width: 1em;
            height: 1em;
            background: transparent;
            border: 2px solid #9E9E9E;
            border-radius: 2px;
            cursor: pointer;
            transition: all 250ms cubic-bezier(.4,.0,.23,1);
        }

        input[type='checkbox'] + label:hover, input[type='checkbox']:focus + label {
            color: #000000;
        }

            input[type='checkbox'] + label:hover > span, input[type='checkbox']:focus + label > span {
                background: rgba(255,255,255,.1);
            }

    input[type='checkbox']:checked + label > ins {
        height: 100%;
    }

    input[type='checkbox']:checked + label > span {
        border: .5em solid #FFEB3B;
        animation: shrink-bounce 200ms cubic-bezier(.4,.0,.23,1);
    }

        input[type='checkbox']:checked + label > span:before {
            content: "";
            position: absolute;
            top: 0.78em;
            left: 0.3em;
            border-right: 2px solid transparent;
            border-bottom: 2px solid transparent;
            transform: rotate(45deg);
            transform-origin: 0% 100%;
            animation: checkbox-check 125ms 250ms cubic-bezier(.4,.0,.23,1) forwards;
        }




.banner-text {
    font-family: 'Montserrat-Regular';
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0px;
    padding: 16px 0;
}
/* end of top banner */
/* product section */
.product-title {
    font-family: 'Montserrat-Regular';
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
    margin-bottom: 20px;
}

.price {
    font-family: 'Montserrat-Regular';
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 5px;
    margin-bottom: 20px;
}
.writeareview p {
    font-size:14px;
    letter-spacing:1px;


}
.reviewsec{
    display:none;
}
.rating .star {
    font-size: 22px;
    cursor:pointer;
}
.inputpincode {
    width: 94%;
    height: 52px;
    border: 1px solid #000;
    outline:none;
}
.checkcodbtn{
    height:52px!important;
}
.prices {
    font-size: 18px;
    letter-spacing: 3px;
}
.inputpincode:focus-visible{
    outline:none;
}
.category {
    font-family: 'Montserrat-Regular';
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 20px;
}

.prices .org_price {
    padding: 0 10px;
}

.note-text {
    font-family: 'Montserrat-Regular';
    font-size: 14px;
    font-weight: 500;
}

.product-wishlist {
    font-family: 'Montserrat-Regular';
    border: none;
    outline: none;
    background: #fff;
    cursor: pointer;
}

    .product-wishlist:hover {
        border: none;
        outline: none;
        background: #fff;
    }

    .product-wishlist:focus {
        border: none;
        outline: none;
        background: #fff;
    }

.product_qtydetails {
    font-family: 'Montserrat-Regular';
    font-size: 17px;
}

.offer {
    background: #F7F7F7;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
    margin-bottom: 20px;
}

.addoncont {
    padding-left: 100px;
}

    .addoncont h4 {
        font-family: 'Montserrat-Regular';
        font-size: 25px;
        font-weight: 600;
        letter-spacing: 3px;
    }


.addonsname {
    font-family: 'Montserrat-Regular' !important;
    margin-bottom: 20px;
    padding: 8px;
    margin-right: 20px;
    background: #fff;
    border: 1px solid #a2a2a2;
    letter-spacing: 1px;
    font-size: 15px;
}

.mainimage img {
    width: 100%;
    height:400px;
    object-fit:contain;
}
.incrementbtn {
    border: none;
    outline: none;
    font-size: 20px;
    font-weight: 600;
    background: #f2f2f2;
    margin: 3px;
    width: 40px;
    height: 40px;
    padding: 5px;
    border-radius: 100%;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
    transition: all 1s;
}
    .incrementbtn:hover{
        background:#000;
        color:#fff;
    }
    .incrementbtn:focus {
        border: none;
        outline: none;
    }
.decremetbtn:hover {
    background: #000;
    color: #fff;
}
.decremetbtn:focus {
    border: none;
    outline: none;
}
.decremetbtn {
    border-radius: 100%;
    border: none;
    width: 40px;
    margin: 3px;
    height: 40px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
    outline: none;
    background: #f2f2f2;
    padding: 5px;
    font-size: 20px;
    font-weight: 600;
    transition: all 1s;
}
.qtyinput{
    border:none;
    outline:none;
    width:40px;

}
/*.addonimage {
    display: flex;
}

.addonimage1 img,
.addonimage2 img,
.addonimage3 img {
    width: 100%;
    
}
*/
.number {
    font-family: 'Montserrat-Regular';
    font-size: 12px;
    font-weight: 500;
    text-align: center;
}

.size-heading {
    margin-top: 30px;
    font-family: 'Montserrat-Regular';
    font-size: 18px;
    font-weight: 700;
}

.size .item {
    border: 1px solid #000;
    height: 40px !important;
    min-width: 40px !important;
    margin: 5px;
    text-align: center;
    font-size: 10px;
}

    .size .item span {
        font-family: 'Montserrat-Regular';
        font-size: 12px;
        font-weight: 500;
        line-height: 24px;
        letter-spacing: 0em;
        margin: auto;
        text-align: center;
    }
/* colors section */
.color-name {
    font-family: 'Montserrat-Regular';
    font-size: 14px;
    font-weight: 700;
    text-align: center;
}

.rounded-circle {
    height: 40px;
    display: block;
}

#colors-carousel .item {
    margin: 10px;
    color: #000;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
}

#colors-carousel span {
    padding-top: 6px !important;
    margin: 2px;
    border: 1px solid #000;
    height: 40px !important;
    width: 40px;
    display: inline-block;
}

    #colors-carousel span:hover {
        transition: all .2s linear;
        border: 0px;
    }
/*.owl-carousel .owl-item {
    width: 49px !important;
    margin-left: 13px;
  }
  .owl-carousel .owl-stage-outer{
    width: 300px !important;
    margin: auto;
  }*/
/* .owl-theme .owl-nav {
    display: flex;
    justify-content: space-between;
    margin-top: -55px !important;
    position: inherit;
    z-index: 9;
  } */
/*.owl-dots{
    display: none !important;
  }
  .owl-carousel .owl-nav.disabled{
    display: block !important;
  }*/
/* end of colors */
/* buttons */
/*.btn {
    background: #000!important;
    color: #fff !important;
    width: 100% !important;
   font-family: 'Montserrat-Regular';
    font-size: 20px !important;
    font-weight: 500 !important;
    padding: 14px !important;
    text-transform: uppercase;
    margin-top: 60px !important;
    border-radius: 4px !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}*/

/*   .btn img, .btn i {
        margin-right: 20px;
    }

.btn-light {
    background-color: transparent !important;
    color: #000000 !important;
    border: 1px solid #000000;
}*/
/* end of buttons */

/* accordions */
.accordion-item h2 button {
    font-family: 'Montserrat-Regular';
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
}

.accordion-button {
    padding: 10px 20px;
}

    .accordion-button:focus {
        box-shadow: none !important;
    }

    .accordion-button:not(.collapsed) {
        background-color: #fff;
        color: #000;
    }

.accordion-item {
    border: 0px
}
/* end of accordions */
/* end of product section */
/* wefeel section */
.wefeel img {
    width: 100%;
}

.wefeel .sub-title {
    font-family: "'TwentiethCenturyforKenmoreLight'!important;";
    font-size: 12px;
    font-weight: 400;
    color: #030303;
}

.wefeel .title {
    font-family: 'Montserrat-Regular';
    font-size: 20px;
    font-weight: 700;
    color: #030303;
}

.wefeel .text {
    color: #030303;
}

/* end of we feel section */
/* video section */
/*.video {
    height: 400px;
    padding-top: 60px;
    padding-left: 116px;
    background-position: center !important;
    background-size: cover !important;
}*/

/*   .video .title {
        color: #fff;
        font-family: 'Montserrat-Regular';
        font-size: 40px;
        font-weight: 700;
        line-height: 48px;
        letter-spacing: 0em;
        text-align: left;
    }*/

/*  .video p, .video a {
        color: #fff;
    }*/

.play-btn {
    display: block;
    text-align: center;
}
/* story section */

#story .sub-title {
    font-family: 'Montserrat-Regular';
    font-size: 12px;
    font-weight: 400;
}

#story .title {
    font-family: 'Montserrat-Regular';
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 20px;
    margin-top: 40px;
}

.story-btn {
    margin-top: 20px;
    margin-left: 10px;
    font-family: 'Montserrat-Regular';
    padding: 10px 28px !important;
    width: 120px;
    font-size: 14px !important;
    font-weight: 400 !important;
}

#story .small-img {
    margin-right: -65px;
    position: relative;
    z-index: 9999;
}

#story .flex-start {
    align-items: flex-start;
}

#story .imgs {
    text-align: end !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
/* end of story section */

/* slider */
div#product-thumbnails img {
    height: 100px;
    width: 80px;
}

.carousel-item img {
    width: 100%;
}

#product_images button {
    border: 0px;
    background: #fff;
}





.picZoomer {
    position: relative;
    margin-left: 80px;
}

.picZoomer-pic-wp {
    position: relative;
    overflow: hidden;
    text-align: center;
    /* height: 720px !important; */
    /* left:525px */
}

    .picZoomer-pic-wp:hover .picZoomer-cursor {
        display: block;
    }

.picZoomer-zoom-pic {
    position: absolute;
    top: 0;
    left: 0;
}

.picZoomer-pic {
    width: 100%;
    height: 100%;
}

.picZoomer-zoom-wp {
    display: none;
    position: absolute;
    z-index: 999;
    overflow: hidden;
    border: 1px solid #eee;
    height: 460px;
    margin-top: -19px;
}

.picZoomer-cursor {
    display: none;
    cursor: crosshair;
    width: 100px;
    height: 100px;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
    border: 1px solid #eee;
    background-color: rgba(0,0,0,.1);
}

.picZoomCursor-ico {
    width: 23px;
    height: 23px;
    position: absolute;
    top: 40px;
    left: 40px;
    background: url(images/zoom-ico.png) left top no-repeat;
}

.my_img {
    vertical-align: middle;
    /* position: absolute; */
    top: 0;
    bottom: 0;
    margin: auto;
    height: 100%;
}

.piclist li {
    display: inline-block;
    width: 90px;
    height: 100px;
    margin: 15px 0;
    border: 1px solid #eee;
}

    .piclist li img {
        width: 97%;
        height: auto;
    }

/* custom style */
.picZoomer-pic-wp,
.picZoomer-zoom-wp {
    border: 1px solid #eee;
}

.row-sm {
    padding-left: 5px;
    padding-right: 5px;
    /* display: inline-flex; */
}

/*===pic-Zoom===*/
._boxzoom .zoom-thumb {
    width: 90px;
    display: inline-block;
    vertical-align: top;
    margin-top: 0px;
}

    ._boxzoom .zoom-thumb ul.piclist {
        padding-left: 0px;
        top: 0px;
        margin-left: 90px;
    }

._boxzoom ._product-images {
    width: 80%;
    display: inline-block;
}

    ._boxzoom ._product-images .picZoomer {
        width: 100%;
    }

        ._boxzoom ._product-images .picZoomer .picZoomer-pic-wp img {
            left: 0px;
        }

        ._boxzoom ._product-images .picZoomer img.my_img {
            width: 490px;
        }

.piclist li img {
    height: 100px;
    object-fit: cover;
}

@media screen and (max-width:450px) {
    ._boxzoom .zoom-thumb ul.piclist {
        margin-left: 0px;
    }

    ._boxzoom .zoom-thumb {
        display: initial;
    }

    .picZoomer {
        margin: 0px;
    }
    /* colors */
    .owl-carousel .owl-item {
        margin-left: 32px;
        /* width: 26% !important; */
    }

    div#product_images {
        display: flex;
    }
}

#nav-tab .nav-link.active, #nav-tab .nav-link {
    font-family: 'Montserrat-Regular';
    font-size: 18px;
    font-weight: 700;
    padding: 9px 35px !important;
    text-transform: uppercase;
}

.nav-tabs .nav-link {
    color: #00000099;
}




/* combo styles */
.combo-select select {
    width: 100%;
    padding: 11px;
}


/*slider styles*/
body {
    font-family: Arial;
    margin: 0;
}

/** {
    box-sizing: border-box;
}*/

img {
    vertical-align: middle;
}

/*.container {
    position: relative;
    padding: 0px 80px;
}*/

/* .holder {
  display: flex;
  overflow-x: auto;
  overflow-y: hidden;
} */

.holder::-webkit-scrollbar {
    display: none;
}

/* Hide the images by default */
.slides {
    display: none;
    /* max-width: 1000px; */
    /* width: 100%;
  flex-shrink: 0;
  height: 100%; */
}

    .slides img {
        width: 100%;
    }

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (max-width: 600px) {
    .prevContainer,
    .nextContainer {
        display: none;
        visibility: hidden;
    }

    #nav-tab .nav-link.active, #nav-tab .nav-link {
        font-family: 'Montserrat-Regular';
        font-size: 18px;
        font-weight: 700;
        padding: 0px !important;
        text-transform: uppercase;
    }
}

.prevContainer,
.nextContainer {
    background-color: rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 50%;
    transform: translate(0, calc(-50% - 54px));
    height: 54px;
    width: 54px;
    cursor: pointer;
}

.prevContainer {
    /*    margin-left: 26px;
*/ left: 0;
    border-radius: 30px 0 0 30px;
}

.prev {
    position: relative;
    top: 50%;
    transform: translate(0, -50%);
    height: 34px;
    width: 32px;
    float: left;
    margin-left: 12px
}

    .prev svg,
    .next svg {
        fill: white;
    }

.nextContainer {
    /*    margin-right: 26px;
*/ right: 0;
    border-radius: 0 30px 30px 0;
}

.next {
    position: relative;
    top: 50%;
    transform: translate(0, -50%);
    height: 34px;
    width: 32px;
    float: right;
    margin-right: 12px;
}

/* Container for image text */
.caption-container {
    text-align: left;
    background-color: #222;
    padding: 2px 16px;
    color: white;
}

.row:after {
    content: "";
    display: table;
    clear: both;
}

/* Six columns side by side */
.column {
    float: left;
    width: 16.66%;
}

/* Add a transparency effect for thumbnail images */
.slide-thumbnail {
    width: 100%;
    opacity: 0.6;
    cursor: pointer;
}

    .active,
    .slide-thumbnail:hover {
        opacity: 1;
    }

/*colors stles
*/
.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}
/*magnifier stylles*/
.glass {
    width: 175px;
    height: 175px;
    position: absolute;
    border-radius: 50%;
    cursor: crosshair;
    /* Multiple box shadows to achieve the glass effect */
    box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.85), 0 0 7px 7px rgba(0, 0, 0, 0.25), inset 0 0 40px 2px rgba(0, 0, 0, 0.25);
    /* hide the glass by default */
    display: none;
}

/*.modal {
    height: 100% !important;
    width: 100%;
    margin: 0 auto;
    position: fixed;
    z-index: 99999;
    top: 0;
    left: 0;
    color: #454545;
    font-weight: 500;
    overflow: hidden;
}

.modal-dialog, .size-guide-modal .modal-content {
    position: fixed;
    right: 0;
    height: 100%;
    -webkit-animation-duration: .4s;
    animation-duration: .4s;
}

.modal .nav-link {
    padding: 10px 30px !important;
    font-size: 16px;
}

.modal .tab-pane {
    padding: 10px 15px;
}*/
/*modal nottom line*/
.tipdiv {
    border-top: 1px solid #ccc;
    padding: 5px;
    margin-top: 20px;
}

    .tipdiv p {
        margin-bottom: 0px;
    }
