.container {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
}

#left-area {
    width: 100% !important;
    padding: 0 !important;
}

.container:before {
    display: none;
}

div#left-area {
    background: #161615;
    background-image: url(/wp-content/uploads/2025/07/dot_full_img.png) !important;
}

div#sidebar {
    display: none;
}

.label_ser_nm {
    font-size: 19px;
    color: #fff;
}

.get_ser_name_box {
    text-align: center;
    padding: 10px 0 0;
}

/* product page */
.pro_bre_box {
    width: fit-content;
    margin: auto;
}

.pro_bre_box {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
    height: fit-content;
    z-index: 1;
}

.pro_banner_section {
    position: relative;
}

.pro_banner_row img {
    height: 460px !important;
    width: 100% !important;
}

/* product page end*/
.woocommerce-notices-wrapper {
    margin: 0 !important;
}

.pro_banner_section:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.75) 100%);
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 0;
}

/* tab section */
.pro_tb_box {
    margin: 0 !important;
}

.pro_tab_section {
    background: #2D2D2DB5;
    border-radius: 25px;
}

.woocommerce-tabs.wc-tabs-wrapper.pro_tb_box {
    border: none;
    padding: 0 10px;
}

ul.tabs.wc-tabs {
    border: none !important;
    background: transparent !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs:before,
.woocommerce-page div.product .woocommerce-tabs ul.tabs:before,
.woocommerce #content div.product .woocommerce-tabs ul.tabs:before,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs:before {
    display: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    background: transparent !important;
    border: none !important;
}

body.woocommerce #content-area div.product .woocommerce-tabs ul.tabs li.active {
    background: #01A5DD !important;
}

body.woocommerce #content-area div.product .woocommerce-tabs ul.tabs li {
    border: 1px solid #fff !important;
    border-radius: 10px !important;
}

body.woocommerce #content-area div.product .woocommerce-tabs ul.tabs li {
    padding: 14px 24px !important;
    margin: 0 5px 0 0 !important;
}

body.woocommerce div.product .woocommerce-tabs ul.tabs li a,
body.woocommerce #content-area div.product .woocommerce-tabs ul.tabs li a,
body.woocommerce div.product .woocommerce-tabs ul.tabs li.active a,
body.woocommerce #content-area div.product .woocommerce-tabs ul.tabs li.active a {
    font-size: 20px;
    color: #FFFFFF !important;
}

body.woocommerce div.product .woocommerce-tabs .panel,
body.woocommerce #content-area div.product .woocommerce-tabs .panel {
    padding: 15px 0 0 !important;
}

/* tab section end */

/* product images  */
.pro_sm_img img {
    height: 335px;
    width: 100%;
    object-fit: cover;
    border-radius: 18px;
}

.pro_sm_img {
    overflow: hidden;
    padding: 0px 10px;
}

.pro_img {
    margin: 0 -10px;
}

/* product images  end */

/* shop page */
.post-type-archive header.et-l.et-l--header {
    background: #000 !important;
}

.pay_pro_info_main_box {
    width: 33.33%;
    padding: 10px 10px;
}

.pay_pro_info_img_box_inner img {
    height: 400px;
    width: 100%;
    object-fit: cover;
}

.pay_pro_info_img_box_inner {
    position: relative;
    overflow: hidden;
    transition: 0.6s !important;
    border-radius: 20px;
    line-height: 0;
}

.pay_pro_info_img_box_inner:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 0%;
    background: #000;
    opacity: 0.5;
    top: 0;
    bottom: 0;
    left: 0;
    transition: 0.6s !important;
    right: auto;
}

.pay_pro_info_main_box_inner:hover .pay_pro_info_img_box_inner:after {
    transition: 0.6s !important;
    width: 100%;
    left: auto;
    right: 0;
}

.pay_pro_info_ttl_box_inner {
    font-size: 25px;
    color: #fff;

}

.pay_pro_info_img_box {
    position: relative;
    overflow: hidden;
}

.pay_pro_btn_box {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    height: fit-content;
    width: fit-content;
    left: -200%;
    right: 0;
    transition: 0.6s !important;
}

.pay_pro_info_main_box_inner {
    transition: 0.6s !important;
}

.pay_pro_info_main_box_inner:hover .pay_pro_btn_box {
    left: 0;
}

.shp_pro_desc_box_inner {
    padding: 10px 10px;
}

/* shop page end */

@media all and (min-width: 320px) and (max-width: 767px) {

    /* div#left-area {
        padding: 30px 0 0 !important;
    } */
    .pro_banner_row img {
        height: 300px !important;
    }

    /* product page start  */
    body.woocommerce #content-area div.product .woocommerce-tabs ul.tabs li {
        padding: 5px 5px !important;
    }

    body.woocommerce div.product .woocommerce-tabs ul.tabs li a,
    body.woocommerce #content-area div.product .woocommerce-tabs ul.tabs li a,
    body.woocommerce div.product .woocommerce-tabs ul.tabs li.active a,
    body.woocommerce #content-area div.product .woocommerce-tabs ul.tabs li.active a {
        font-size: 16px;
        padding: 0px 10px !important;
    }

    ul.tabs.wc-tabs {
        display: flex;
        flex-wrap: wrap;
    }

    /* product image */
    .pro_sm_img img {
        height: 150px;
    }

    .pro_sm_img {
        padding: 0px 5px;
    }

    /* product image end */
    /* product page end */
    /* shop page start */
    .pay_pro_info_img_box_inner img {
        height: 210px;
    }

    .pay_pro_info_main_box {
        padding: 7px 7px;
        width: 100%;
    }

    .pay_pro_info_ttl_box_inner {
        font-size: 20px;
    }

    .shp_pro_desc_box_inner {
        padding: 10px 10px 0;
    }

    /* shop page end */
}

@media all and (min-width:481px) and (max-width: 767px) {
    .pay_pro_info_main_box {
        width: 50%;
    }
}

@media all and (min-width: 768px) and (max-width: 980px) {

    /* div#left-area {
        padding: 40px 0 0 !important;
    } */
    .pro_banner_row img {
        height: 350px !important;
    }

    /* product page start  */
    body.woocommerce #content-area div.product .woocommerce-tabs ul.tabs li {
        padding: 5px 5px !important;
    }

    body.woocommerce div.product .woocommerce-tabs ul.tabs li a,
    body.woocommerce #content-area div.product .woocommerce-tabs ul.tabs li a,
    body.woocommerce div.product .woocommerce-tabs ul.tabs li.active a,
    body.woocommerce #content-area div.product .woocommerce-tabs ul.tabs li.active a {
        font-size: 16px;
        padding: 0px 10px !important;
    }

    /* product image */
    .pro_sm_img img {
        height: 230px;
    }

    .pro_sm_img {
        padding: 0px 7px;
    }

    /* product image end */
    /* product page end */
    /* shop page start */
    .pay_pro_info_img_box_inner img {
        height: 210px;
    }

    .pay_pro_info_main_box {
        padding: 7px 7px;
    }

    .pay_pro_info_ttl_box_inner {
        font-size: 20px;
    }

    /* shop page end */
}

@media only screen and (min-width: 981px) and (max-width: 1024px) {

    /* div#left-area {
        padding: 50px 0 0 !important;
    } */
    .pro_banner_row img {
        height: 420px !important;
    }

    /* product page start  */
    body.woocommerce #content-area div.product .woocommerce-tabs ul.tabs li {
        padding: 5px 5px !important;
    }

    body.woocommerce div.product .woocommerce-tabs ul.tabs li a,
    body.woocommerce #content-area div.product .woocommerce-tabs ul.tabs li a,
    body.woocommerce div.product .woocommerce-tabs ul.tabs li.active a,
    body.woocommerce #content-area div.product .woocommerce-tabs ul.tabs li.active a {
        font-size: 18px;
    }

    /* product image */
    .pro_sm_img img {
        height: 230px;
    }

    .pro_sm_img {
        padding: 0px 7px;
    }

    /* product image end */
    /* product page end */
    /* shop page start */
    .pay_pro_info_img_box_inner img {
        height: 280px;
    }

    .pay_pro_info_main_box {
        padding: 7px 7px;
    }

    .pay_pro_info_ttl_box_inner {
        font-size: 23px;
    }

    /* shop page end */
}

@media all and (min-width: 1025px) and (max-width: 1140px) {

    /* div#left-area {
        padding: 60px 0 0 !important;
    } */
    .pro_banner_row img {
        height: 420px !important;
    }

    /* product page start  */
    body.woocommerce #content-area div.product .woocommerce-tabs ul.tabs li {
        padding: 5px 10px !important;
    }

    body.woocommerce div.product .woocommerce-tabs ul.tabs li a,
    body.woocommerce #content-area div.product .woocommerce-tabs ul.tabs li a,
    body.woocommerce div.product .woocommerce-tabs ul.tabs li.active a,
    body.woocommerce #content-area div.product .woocommerce-tabs ul.tabs li.active a {
        font-size: 18px;
    }

    /* product image */
    .pro_sm_img img {
        height: 230px;
    }

    .pro_sm_img {
        padding: 0px 7px;
    }

    /* product image end */
    /* product page end */
    /* shop page start */
    .pay_pro_info_img_box_inner img {
        height: 280px;
    }

    .pay_pro_info_main_box {
        padding: 7px 7px;
    }

    .pay_pro_info_ttl_box_inner {
        font-size: 23px;
    }

    /* shop page end */
}

@media all and (min-width: 1141px) and (max-width: 1280px) {

    /* div#left-area {
        padding: 70px 0 0 !important;
    } */
    /* product page start  */
    body.woocommerce #content-area div.product .woocommerce-tabs ul.tabs li {
        padding: 5px 10px !important;
    }

    body.woocommerce div.product .woocommerce-tabs ul.tabs li a,
    body.woocommerce #content-area div.product .woocommerce-tabs ul.tabs li a,
    body.woocommerce div.product .woocommerce-tabs ul.tabs li.active a,
    body.woocommerce #content-area div.product .woocommerce-tabs ul.tabs li.active a {
        font-size: 18px;
    }

    /* product image */
    .pro_sm_img img {
        height: 300px;
    }

    .pro_sm_img {
        padding: 0px 7px;
    }

    /* product image end */
    /* product page end */
    /* shop page start */
    .pay_pro_info_img_box_inner img {
        height: 340px;
    }

    .pay_pro_info_main_box {
        padding: 7px 7px;
    }

    .pay_pro_info_ttl_box_inner {
        font-size: 23px;
    }

    /* shop page end */
}

@media all and (min-width: 1281px) and (max-width: 1440px) {
    /* div#left-area {
        padding: 80px 0 0 !important;
    } */

    /* product page start  */
    body.woocommerce #content-area div.product .woocommerce-tabs ul.tabs li {
        padding: 5px 10px !important;
    }

    body.woocommerce div.product .woocommerce-tabs ul.tabs li a,
    body.woocommerce #content-area div.product .woocommerce-tabs ul.tabs li a,
    body.woocommerce div.product .woocommerce-tabs ul.tabs li.active a,
    body.woocommerce #content-area div.product .woocommerce-tabs ul.tabs li.active a {
        font-size: 18px;
    }

    /* product image */
    .pro_sm_img img {
        height: 300px;
    }

    .pro_sm_img {
        padding: 0px 7px;
    }

    /* product image end */

    /* product page end */
    /* shop page start */
    .pay_pro_info_img_box_inner img {
        height: 340px;
    }

    /* shop page end */
}

@media all and (min-width: 1441px) and (max-width: 1680px) {
    /* div#left-area {
        padding: 90px 0 0 !important;
    } */
}


@media all and (min-width: 1681px) and (max-width: 1880px) {}