body {
    position: relative;
    overflow-x: hidden !important;
}

.zoomPad {
    position: relative;
    float: none;
    z-index: 99;
    cursor: crosshair;
}

.zoomPreload {
    -moz-opacity: 0.8;
    opacity: 0.8;
    filter: alpha(opacity=80);
    color: #333;
    font-size: 12px;
    font-family: Tahoma;
    text-decoration: none;
    border: 1px solid #CCC;
    background-color: white;
    padding: 8px;
    text-align: center;
    background-image: url(zoomloader.gif);
    background-repeat: no-repeat;
    background-position: 43px 30px;
    z-index: 110;
    width: 90px;
    height: 43px;
    position: absolute;
    top: 0px;
    left: 0px;
    * width: 100px;
    * height: 49px;
}

.zoomPup {
    overflow: hidden;
    background-color: #FFF;
    -moz-opacity: 0.6;
    opacity: 0.6;
    filter: alpha(opacity=60);
    z-index: 120;
    position: absolute;
    border: 1px solid #CCC;
    z-index: 101;
    transition: transform .10s ease;
    cursor: crosshair;
}

.zoomOverlay {
    position: absolute;
    right: 0px;
    top: 0px;
    background: #FFF;
    z-index: 5000;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 101;
}

.zoomWindow {
    position: absolute;
    left: 110%;
    top: 40px;
    background: #FFF;
    z-index: 6000;
    height: auto;
    z-index: 10000;
    z-index: 114;
    width: 100%;
}

.zoomWrapper {
    position: relative;
    border: 1px solid #cccccc;
    z-index: 110;
    width: 100% !important;
    text-align: center;
}

.zoomWrapperTitle {
    display: block;
    background: #999;
    color: #FFF;
    height: 18px;
    line-height: 18px;
    width: 100%;
    overflow: hidden;
    text-align: center;
    font-size: 10px;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 120;
    -moz-opacity: 0.6;
    opacity: 0.6;
    filter: alpha(opacity=60);
}

.zoomWrapperImage {
    display: block;
    position: relative;
    overflow: hidden;
    z-index: 110;
}

.zoomWrapperImage img {
    border: 0px;
    display: block;
    position: absolute;
    z-index: 101;
}

.zoomIframe {
    z-index: -1;
    filter: alpha(opacity=0);
    -moz-opacity: 0.80;
    opacity: 0.80;
    position: absolute;
    display: block;
}

.prod_gallery:after {
    clear: both;
    content: ".";
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    visibility: hidden;
}

.prod_gallery {
    display: block;
    zoom: 1;
}

.prod_gallery img {
    max-width: initial !important;
}

ul#thumblist {
    display: inline-block;
    margin: 0px;
    padding: 0px;
}

ul#thumblist li {
    float: none;
    margin-bottom: 10px;
    list-style: none;
}

ul#thumblist li a {
    display: block;
    border: 1px solid #dddddd;
}

ul#thumblist li a.zoomThumbActive {
    border: 1px solid #00a0e3;
}

.gallery_sticky {
    display: flex;
    position: sticky;
    top: 160px;
}

.jqzoom {
    text-decoration: none;
    float: none;
}

.div_thumb {
    width: 90px;
    position: absolute;
    left: 0px;
}

.div_thumb a img.thmbs {
    max-height: 60px;
}

.mainphoto_showcase {
    width: calc(100% - 90px);
    margin-left: 90px;
    border: 1px solid #ddd;
    text-align: center;
}

.prothumbsize {
    max-height: 498px !important;
    max-width: 100% !important;
}

.outofstock {
    font-weight: 600 !important;
    color: #ff0000 !important;
}

.addtocartbtn {
    border-radius: 3px !important;
    font-size: 16px !important;
    padding: 9px 31px !important;
    max-width: 250px;
    color: #fff;
    background: #444444;
    text-align: center;
    display: inline-block;
    text-transform: capitalize;
    font-weight: 500;
}

.addtocartbtn:hover {
    color: #ffffff !important;
    background: #000000;
}

.buy-button {
    border-radius: 3px !important;
    font-size: 16px !important;
    padding: 9px 31px !important;
    max-width: 250px;
    color: #fff;
    background: #ff950d;
    text-align: center;
    display: inline-block;
    text-transform: capitalize;
    font-weight: 500;
    cursor: pointer;
    transition: background 0.3s ease, transform 0.2s ease;
  }

  .buy-button i {
    margin-right: 8px;
  }

  .buy-button:hover {
    background:rgb(114, 71, 11);
  }

  .buy-button:hover i {
    color: #fff;
  }

.select_size {
    max-width: 340px;
    margin-bottom: 25px;
}

.select_size .form-control {
    font-size: 14px;
    font-weight: 500;
}

.select_size .form-control:focus {
    box-shadow: none !important;
    border: 1px solid #444444 !important;
}

.secure__label {
    display: flex;
    border: 2px dashed #00a0e3;
    padding: 7px 12px 6px 12px;
    font-size: 18px;
    border-radius: 0px;
    margin: 4px 0px;
    font-weight: 600;
    background-color: #fdfdfd;
}

.secure__label i {
    font-size: 20px;
    margin-right: 3px;
    color: #26a541;
    position: relative;
    top: 3px;
}

.secure__label span {
    font-size: 10px;
    text-transform: none;
    font-weight: 400;
    width: 77px;
    line-height: 12px;
    margin-left: 10px;
    border-left: 1px solid #333;
    padding-left: 10px;
    height: 23px;
    margin-top: 3px;
}

.cstmr__name {
    text-transform: capitalize;
    color: #000000;
    font-size: 13px;
    font-weight: 500;
    display: flex;
    line-height: 1.1;
    -ms-flex-align: center !important;
    align-items: center !important;
}

.cstmr__name span {
    width: 28px;
    height: 28px;
    border-radius: 100px;
    overflow: hidden;
    margin-right: 8px;
}

.cstmr__name span img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin-right: 8px;
}

.star_boxxx {
    display: inline-block;
    margin-bottom: 0px;
    margin-right: 5px;
}

.star_boxxx i {
    margin-right: 0px;
    color: #fdbc00;
}

.revbtn {
    font-size: 13px !important;
    padding: 5px 15px 6px 10px !important;
    margin-bottom: 18px !important;
}

.reviews_bxx {
    padding: 0px;
    border-radius: 0px;
    border: 0px solid #ddd;
    margin-bottom: 0px;
    position: sticky;
    top: 160px;
    max-width: 300px;
}

.reviews_bxx .rvw_text {
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 20px;
    margin-top: 15px;
}

.reviews_bxx .rvw_text a {
    color: #000000 !important;
    font-weight: 600;
}

.review_avarage {
    font-size: 50px;
    line-height: 50px;
    margin-bottom: 5px;
    color: #33475b;
    font-weight: 700;
}

.based_review {
    font-size: 13px;
    color: #888888 !important;
    margin-bottom: 10px;
}

.tabsectiontitle {
    margin-bottom: 20px;
    margin-top: 25px;
    font-weight: 700;
}

.pro_content_details {}

.review_form {
    border-radius: 0px !important;
    max-width: 600px !important;
}

.review_form .modal-header {
    padding: 10px 25px 15px 25px !important;
    background: #00a0e3;
    border-radius: 0;
    color: #ffffff;
}

.review_form .modal-title {
    line-height: 1.4;
    font-size: 20px !important;
    padding-right: 30px;
}

.review_form .modal-body {
    padding: 25px 25px 10px 25px !important;
}

.review_form .modal-content {
    border-radius: 0px;
    border: 5px solid #00a0e3;
}

.review_form label {
    font-size: 13px;
    margin-bottom: 3px;
    font-weight: 600;
}

.review_form .form-control {
    border: 1px solid #999999 !important;
    font-size: 14px !important;
    border-radius: 0px;
}

.review_form .form-control:focus {
    border: 1px solid #333 !important;
    box-shadow: none !important;
}

.review_form .modal-footer {
    padding: 10px 24px !important;
    text-align: left;
}

.review_form .modal-footer .btn {
    font-size: 15px;
    border-radius: 0px;
    padding-left: 30px;
    padding-right: 30px;
}

.review_form .modal-header .close {
    padding: 8px 13px !important;
    margin: 0px !important;
    text-shadow: none !important;
    color: #fff !important;
    position: absolute;
    right: 0px;
    top: 0px;
    opacity: 1 !important;
}

.modal-backdrop {
    background-color: #1d3641 !important;
}

.modal-backdrop.show {
    opacity: 0.95 !important;
}

.widget_search {
    padding: 15px 0px 9px !important;
    border-top: 1px solid #f8f8f8 !important;
    border-bottom: 1px solid #f8f8f8 !important;
    margin-top: 13px;
}

.proshortdata {
    margin: 15px 0px 20px 0px;
    padding: 12px 0px 12px 0px;
    border-top: 1px solid #f8f8f8 !important;
    border-bottom: 1px solid #f8f8f8 !important;
}

.related_products .grid-list-column-item {
    overflow: hidden;
}

.related_products .grid-list-column-item .contnt_bxxx {
    background: #ffffff;
    transition: 0.5s ease all;
    padding-top: 12px !important;
}

.related_products .grid-list-column-item .title {
    color: #181818;
    font-size: 16px;
    margin-top: 0px;
    margin-bottom: 8px;
}

.related_products .grid-list-column-item:hover .contnt_bxxx {
    bottom: 0px;
    transition: 0.5s ease all;
}

.size_heaidng {
    font-size: 15px;
    margin-bottom: 10px;
    line-height: 18px;
    font-weight: 500;
    color: #000000;
}

.size_heaidng span {
    color: #666666;
}

.size_button {
    display: inline-block !important;
}

.size_button .btn-secondary {
    width: auto;
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 4px 4px 4px 4px !important;
    color: #000;
    padding: 6px 12px 6px 12px !important;
    text-align: left;
    background-color: #fff;
    margin-right: 6px;
    margin-bottom: 8px;
}

.size_button .btn-secondary .size_name {
    font-size: 15px;
    margin-bottom: 3px;
    line-height: 18px;
    font-weight: 600;
    color: #181818;
}

.size_button .btn-secondary .s_price {
    font-size: 14px;
    line-height: 16px;
    font-weight: 600;
    color: #ff5722;
}

.size_button .btn:focus {
    box-shadow: none !important;
}

.size_button .btn-secondary:hover,
.size_button .btn-secondary.active {
    color: #2c2c2c !important;
    border-radius: 4px 4px 4px 4px !important;
    background-color: #fff3d0 !important;
    border-color: #ff9800 !important;
    box-shadow: none !important;
    outline: none;
}

.size_button .btn-secondary.not_allowed {
    color: #111111 !important;
    opacity: 0.4;
    text-decoration: line-through;
    background-color: #f1f1f1 !important;
    cursor: not-allowed !important;
    border-color: #999999 !important;
    box-shadow: none !important;
    outline: none;
}

.mobile_slider {
    padding-bottom: 15px;
    text-align: center;
}

.mobile_slider .pro_img_bxxbx {
    height: 340px;
    text-align: center;
}

.mobile_slider .pro_img_bxxbx img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.mobile_slider button {
    display: none;
}

.mobile_slider .slick-dots {
    padding: 0px !important;
    margin: 10px 0px 0px 0px;
    text-align: center;
}

.mobile_slider .slick-dots li {
    width: 10px;
    height: 10px;
    display: inline-block;
    margin: 3px;
}

.mobile_slider .slick-dots li::after {
    cursor: pointer;
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    line-height: 10px;
    border-radius: 50%;
    border: 1px solid #484848;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.mobile_slider .slick-dots li.slick-active::after {
    background-color: #00a0e3;
    border: none;
}

@media only screen and (max-width: 1300px) {
    .prod_gallery img {
        max-width: 100% !important;
    }
}

@media only screen and (max-width: 767px) {
    .size_heaidng {
        font-size: 13px;
        margin-bottom: 8px;
        line-height: 16px;
    }

    .prod_gallery img {
        max-width: 100% !important;
    }

    .size_button .btn-secondary {
        width: auto;
        font-size: 12px;
        border-radius: 2px 2px 2px 2px !important;
        margin-right: 4px;
        margin-bottom: 6px;
    }

    .size_button .btn-secondary .size_name {
        font-size: 13px;
        margin-bottom: 2px;
        line-height: 16px;
    }

    .size_button .btn-secondary .s_price {
        font-size: 12px;
        line-height: 14px;
    }

    .proshortdata {
        padding: 0px 0px;
        margin: 10px -15px 18px -15px;
        border-bottom: 3px solid #f1f1f1 !important;
        border-top: 4px solid #f1f1f1 !important;
    }

    .proshortdata .product-meta {
        padding: 4px 15px;
        border-bottom: 1px solid #f1f1f1;
    }

    .pinsbtext {
        font-size: 12px;
    }

    .select_size {
        max-width: 230px;
        margin-bottom: 18px;
    }

    .select_size .form-control {
        font-size: 12px;
    }

    .gallery_sticky {
        display: block;
        position: relative;
        top: 0px;
    }

    .div_thumb {
        width: 100%;
        position: relative;
        left: 0px;
        margin-top: 10px;
    }

    ul#thumblist li {
        float: left;
        margin-bottom: 5px;
        margin-right: 8px;
        display: block;
    }

    ul#thumblist li a {
        width: 52px;
        text-align: center;
    }

    .div_thumb a img.thmbs {
        max-height: 50px;
    }

    .mainphoto_showcase {
        width: calc(100% - 0px);
        margin-left: 0px;
    }

    .prothumbsize {
        max-height: 350px !important;
    }

    .product-details-tab .product-description .title {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 5px;
        margin-top: 8px;
        font-weight: 600;
    }

    .product-details-tab .product-description .common-price-style {
        font-size: 16px;
        padding-top: 0px !important;
    }

    .product-details-tab .product-description .product-meta .product-meta-name {
        font-size: 13px;
        line-height: 26px;
        width: 126px;
    }

    .product-details-tab .product-description .product-meta .name {
        font-size: 13px;
        line-height: 26px;
    }

    .product-details-tab .product-description p {
        font-size: 13px !important;
        line-height: 24px !important;
    }

    .widget_search .search-form .form-group .form-control {
        height: 35px;
        padding: 0 85px 0 15px;
        font-size: 12px;
    }

    .widget_search .search-form .submit-btn {
        width: 80px;
        height: 35px;
        line-height: 35px;
        font-size: 13px;
    }

    .product-details-tab .product-description .cart-wrap .qty {
        width: 60px;
        height: 38px;
        margin-right: 14px;
    }

    .addtocartbtn {
        font-size: 13px !important;
        padding: 10px 11px !important;
    }
    .buy-button {
        font-size: 13px !important;
        padding: 10px 11px !important;
    }

    .secure__label {
        border: 1px dashed #00a0e3;
        padding: 7px 12px 5px 12px;
        font-size: 16px;
        margin-top: 15px;
    }

    .secure__label i {
        font-size: 18px;
        top: 2px;
    }

    .secure__label span {
        margin-top: 0px;
    }

    .product-details-tab .product-information .description-tab-content {
        padding-top: 0px !important;
    }

    .tabsectiontitle {
        margin-bottom: 15px;
        font-size: 16px;
    }

    .product-details-tab .product-information .description-tab-content p {
        font-size: 13px;
        line-height: 24px;
    }

    .review_avarage {
        font-size: 40px;
        line-height: 40px;
        margin-bottom: 2px;
    }

    .reviews_bxx .rvw_text {
        font-size: 13px;
        line-height: 22px;
        margin-bottom: 20px;
        margin-top: 10px;
    }

    .reviews_bxx {
        max-width: 300px;
        margin-bottom: 30px;
    }

    .comment-area .comments-title {
        font-size: 16px;
        line-height: 30px;
        font-weight: 700;
    }

    .comment-area .single-comment-wrap .content .title {
        font-size: 15px !important;
        line-height: 24px !important;
        margin-top: 10px !important;
    }

    .section-title h3 {
        font-size: 18px !important;
    }
}