    .slick-slide {
        display: none;
        float: left;
        height: 380px !important;
        min-height: 1px;
    }

    .product-carousel-header {
        background: #4a4a4a;
        color: #ffffff;
        box-sizing: border-box;
        padding: 10px 14px;
        width: 100%;
    }

    .product {
        border: none !important;
    }

    .product-carousel {
        background: #ffffff;
        box-sizing: border-box;
        font-family: "Open Sans", sans-serif;
        padding: 20px 40px;
        width: 100%;
    }

    .product-carousel .product {
        box-sizing: border-box;
        margin: 0 10px;
        text-align: center;
        display: flex;
        flex-flow: column;
        align-content: space-between;
    }

    .product-carousel .product-top {
        width: 100%;
    }

    .product-carousel p,
    .product-carousel .product-image,
    .product-carousel img.review-stars {
        margin: 0 0 10px 0;
    }

    .product-carousel .product-image {
        align-self: flex-start;
        width: 100%;
    }

    img.review-stars {
        width: 100px;
        display: inline-block;
    }

    .product-carousel .product-name {
        font-weight: bold;
        display: flex;
        flex-flow: column wrap;
        justify-content: flex-start;
        width: 100%;
    }

    .product-carousel .product-bottom {
        margin-top: auto;
        align-items: flex-end;
    }

    .product-carousel .product-prices {
        display: flex;
        flex-flow: row wrap;
        flex: 1 0 100%;
        align-self: center;
    }

    .product-carousel .product-prices span {
        width: 100%;
    }

    .product-carousel .product-prices span.price-was {
        color: #a2a2a2;
        text-decoration: line-through;
    }

    .product-carousel .product-prices span.price-was:before {
        content: 'Was ';
    }

    .product-carousel .product-prices span.price-save {
        color: red;
    }

    .product-carousel .product-prices span.price-save:before {
        content: 'Save ';
    }

    .product-carousel .product-prices span.price-now {
        font-weight: bold;
    }

    .product-carousel .product-prices span.price-now:before {
        content: 'Now ';
    }

    .product-carousel button.shop-now {
        border: none;
        background-image: none;
        background-color: #4a4a4a;
        color: #ffffff;
        box-shadow: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        font-size: 16px;
        padding: 8px 10px;
        align-self: center;
    }

    .arrow {
        border: solid #000000;
        border-width: 0 2px 2px 0;
        display: inline-block;
        padding: 5px;
        position: absolute;
        top: calc(44%);
        cursor: pointer;
    }

    .right {
        right: 20px;
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
    }

    .left {
        left: 20px;
        transform: rotate(135deg);
        -webkit-transform: rotate(135deg);
    }

    .slick-slider {
        position: relative;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        -webkit-touch-callout: none;
        -khtml-user-select: none;
        -ms-touch-action: pan-y;
        touch-action: pan-y;
        -webkit-tap-highlight-color: transparent;
    }

    .slick-list {
        position: relative;
        overflow: hidden;
        margin: 0;
        padding: 0;
    }


    .slick-list:focus {
        outline: none;
    }

    .slick-list.dragging {
        cursor: pointer;
        cursor: hand;
    }

    .slick-slider .slick-track,
    .slick-slider .slick-list {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    .slick-track {
        display: flex;
        position: relative;
        top: 0;
        left: 0;
    }

    .slick-loading .slick-track {
        visibility: hidden;
    }

    [dir='rtl'] .slick-slide {
        float: right;
    }

    .slick-slide.slick-loading img {
        display: none;
    }

    .slick-slide.dragging img {
        pointer-events: none;
    }

    .slick-loading .slick-slide {
        visibility: hidden;
    }

    .slick-vertical .slick-slide {
        height: auto;
        border: 1px solid transparent;
    }

    .slick-arrow.slick-hidden {
        display: none;
    }

    .product-new {
        width: 100%;
        height: 300px;
    }

    .amt-new-product {
        color: #ff871d;
        font-weight: 600;
    }

    .camera-txt {
        font-weight: 600;
        color: #000;
    }

    .camera-txt:hover {
        color: #ff871d;
        text-decoration: none;
    }

    .cart-hover {
        background: #fff;
        padding: 13px;
        border-radius: 50%;
        font-size: 17px;
        color: #000;
        box-shadow: 0 15px 25px rgba(0, 0, 0, .08);
    }

    .icons-new-cart {
        justify-content: center;
        position: absolute;
        bottom: 60px;
    }

    .add-hover {
        display: flex;
        justify-content: center;
    }

    .product-col {
        position: relative;
        margin: 0px 15px;
    }

    .add-hover {
        display: flex;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        justify-content: center;
        align-items: center;
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.5s ease, visibility 0.5s ease;
    }

    .product-col:hover .add-hover {
        opacity: 1;
        visibility: visible;
    }

    .cart-hover:hover {
        background: #ff871d;
        color: #fff;
    }

    @media (min-width: 1200px) {
        .container {
            max-width: 1500px !important;
        }
    }




    .full-star {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='18px' height='18px'%3E%3Ctitle%3Efull-star-alt%3C/title%3E%3Cpath d='M12,17.3,18.2,21l-1.7-7L22,9.2l-7.2-.6L12,2,9.2,8.6,2,9.2,7.5,14,5.8,21Z' style='fill: %23fab62d'/%3E%3Cpath d='M0,0H24V24H0Z' style='fill: none'/%3E%3C/svg%3E ");
    }


    .half-star {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='18px' height='18px'%3E%3Ctitle%3Edivided-star-alt%3C/title%3E%3Cg%3E%3Cpath d='M0,0V24H24V0Z' style='fill: none'/%3E%3Cpolygon points='9.2 8.6 2 9.2 7.5 14 5.8 21 12 17.3 12 2 9.2 8.6' style='fill: %23fab62d'/%3E%3Cpolygon points='14.8 8.6 12 2 12 17.3 18.2 21 16.5 14 22 9.2 14.8 8.6' style='fill: %23ccc9c8'/%3E%3C/g%3E%3C/svg%3E ");
    }

    .empty-star {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='18px' height='18px'%3E%3Ctitle%3Efull-star-alt%3C/title%3E%3Cpath d='M12,17.3,18.2,21l-1.7-7L22,9.2l-7.2-.6L12,2,9.2,8.6,2,9.2,7.5,14,5.8,21Z' style='fill: %23ccc9c8'/%3E%3Cpath d='M0,0H24V24H0Z' style='fill: none'/%3E%3C/svg%3E ");
    }

    .rating {
        display: inline-block;
        width: 20px;
        height: 20px;
    }
    #zoom_10{
        width: 100% !important;
    }


        .picZoomer{
    position: relative;
    /*margin-left: 40px;
    padding: 15px;*/
}
.picZoomer-pic-wp{
    position: relative;
    overflow: hidden;
    text-align: center;
}
.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;
    top: 0;
    bottom: 0;
    margin: auto;
/*    height: 100%;*/
}
.piclist li{
    display: inline-block;
    width: 90px;
    height: 114px;
    border: 1px solid #eee;
}
.piclist li img{
    width: 97%;
    height: auto;
}

/* custom style */
.picZoomer-pic-wp,
.picZoomer-zoom-wp{
/*    border: 1px solid #eee;*/
}
section {
    padding: 60px 0;
}
.row-sm .col-md-6 {
    padding-left: 5px;
    padding-right: 5px;
}

/*===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;
}
._boxzoom ._product-images {
    width: 80%;
    display: inline-block;
    margin: 10px 20px;
}
._boxzoom ._product-images .picZoomer {
    width: 100%;
    display: flex;
    justify-content: center;
}
._boxzoom ._product-images .picZoomer .picZoomer-pic-wp img {
    left: 0px;
}
._boxzoom ._product-images .picZoomer img.my_img {
    max-width: 100%;
    max-height: 460px;
}
.piclist li img {
    height:100px;
    object-fit:cover;
}

/*======products-details=====*/
._product-detail-content {
    background: #fff;
    padding: 15px;
    border: 1px solid lightgray;
    min-height: 460px;
}
._p-features{
    padding-top: 30px;
    text-align: justify;
}
.head-vision{
    color: #495898;
    font-weight: 700;
}
.hd-prdct{
    border-bottom: 1px solid lightgray;
    padding-bottom: 10px;
}
.p-list span {
    margin-right: 15px;
}
.p-list span.price {
    font-size: 25px;
    color: #318234;
}
._p-qty > span {
    color: black;
    margin-right: 15px;
    font-weight: 500;
}
._p-qty .value-button {
    display: inline-flex;
    border: 0px solid #ddd;
    margin: 0px;
    width: 30px;
    height: 35px;
    justify-content: center;
    align-items: center;
    background: #fd7f34;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #fff;
}

._p-qty .value-button {
    border: 0px solid #fe0000;
    height: 35px;
    font-size: 20px;
    font-weight: bold;
}
._p-qty input#number {
    text-align: center;
    border: none;
    border-top: 1px solid #fe0000;
    border-bottom: 1px solid #fe0000;
    margin: 0px;
    width: 50px;
    height: 35px;
    font-size: 14px;
    box-sizing: border-box;
}
._p-add-cart {
    margin-left: 0px;
    margin-bottom: 15px;
}
.p-list {
    margin-bottom: 10px;
}
._p-features > span {
    display: block;
    font-size: 16px;
    color: #000;
    font-weight: 500;
}
._p-add-cart .buy-btn {
    background-color: #fd7f34;
    color: #fff;
}
._p-add-cart .btn {
    text-transform: capitalize;
    padding: 6px 20px;
    /* width: 200px; */
    border-radius: 52px;
}
._p-add-cart .btn {
    margin: 0px 8px;
}

/*=========Recent-post==========*/
.title_bx h3.title {
    font-size: 22px;
    text-transform: capitalize;
    position: relative;
    color: #fd7f34;
    font-weight: 700;
    line-height: 1.2em;
}
.title_bx h3.title:before {
    content: "";
    height: 2px;
    width: 20%;
    position: absolute;
    left: 0px;
    z-index: 1;
    top: 40px;
    background-color: #fd7f34;
}
.title_bx h3.title:after {
    content: "";
    height: 2px;
    width: 100%;
    position: absolute;
    left: 0px;
    top: 40px;
    background-color: #ffc107;
}
.common_wd .owl-nav .owl-prev, .common_wd .owl-nav .owl-next {
    background-color: #fd7f34 !important;
    display: block;
    height: 30px;
    width: 30px;
    text-align: center;
    border-radius: 0px !important;
}
.owl-nav .owl-next {
    right:-10px;
}
.owl-nav .owl-prev, .owl-nav .owl-next {
    top:50%;
    position: absolute;
}
.common_wd .owl-nav .owl-prev i, .common_wd .owl-nav .owl-next i {
    color: #fff;
    font-size: 14px !important;
    position: relative;
    top: -1px;
}
.common_wd .owl-nav {
    position: absolute;
    top: -21%;
    right: 4px;
    width: 65px;
}
.owl-nav .owl-prev i, .owl-nav .owl-next i {
    left: 0px;
}
._p-qty .decrease_ {
    position: relative;
    right: -5px;
    top: 3px;
}

._p-qty .increase_ {
    position: relative;
    top: 3px;
    left: -5px;
}
.zoom-thumb{
    height: 460px;
     overflow-y: auto;
    overflow-x: hidden;
}
/*========box========*/
.sq_box {
    padding-bottom: 5px;
    border-bottom: solid 2px #fd7f34;
    background-color: #fff;
    text-align: center;
    padding: 15px 10px;
    margin-bottom: 20px;
    border-radius: 4px;
}
.item .sq_box span.wishlist {
    right: 5px !important;
}
.sq_box span.wishlist {
    position: absolute;
    top: 10px;
    right: 20px;
}
.sq_box span {
    font-size: 14px;
    font-weight: 600;
    margin: 0px 10px;
}
.sq_box span.wishlist i {
    color: #adb5bd;
    font-size: 20px;
}
.sq_box h4 {
    font-size: 18px;
    text-align: center;
    font-weight: 500;
    color: #343a40;
    margin-top: 10px;
    margin-bottom: 10px !important;
}
.sq_box .price-box {
    margin-bottom: 15px !important;
}
.sq_box .btn {
    border-radius: 50px;
    padding: 5px 13px;
    font-size: 15px;
    color: #fff;
    background-color: #fd7f34;
    font-weight: 600;
}
.sq_box .price-box span.price {
    text-decoration: line-through;
    color: #6c757d;
}
.sq_box span {
    font-size: 14px;
    font-weight: 600;
    margin: 0px 10px;
}
.sq_box .price-box span.offer-price {
    color:#28a745;
}
.sq_box img {
    object-fit: cover;
    height: 150px !important;
    margin-top: 20px;
}
.sq_box span.wishlist i:hover {
    color: #fd7f34;
}
.picZoomer-zoom-wp{
    margin-left: 12vw;
}
._boxzoom{
    display: flex;
}
@media(max-width:480px){
    ._boxzoom .zoom-thumb ul.piclist {
    display: flex;
}
._boxzoom{
    display: block;
}
._boxzoom .zoom-thumb {
    display: flex;
}
._boxzoom ._product-images {
    width: fit-content;
}

.prd-dtils {
    width: 85%;
    margin-left: 25px;
}
._boxzoom ._product-images .picZoomer {
    justify-content: left;
}
.my_img {
    margin: inherit;
}
section {
    padding: 0px 0;
}
.srvcs{
    padding-top: 80px;
}
.zoom-thumb{
    height: auto;
    overflow: auto;
}
._boxzoom .zoom-thumb {
    width: 100%;
}
.zoom-thumb{
    overflow-x: auto;
    overflow-y: hidden;
}
}