@import url(fonts.css);

:root{
    --bold: hind-bold;
    --regular: hind-regular;
    --semibold: hind-semibold;
    --medium: hind-medium;

    --primary: #2c6036;
    --secondary: #ddff00;
    --info: #63e5ff;
    --green: #02682f;
    --light-green: #008519;
    --over-green: #cadcd3;
    --light: #ffffff;
    --danger: #BB2121;
    --red: #FF4F24;
    --violate: #ff71e2;
    --gray: #404040;
}


*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: var(--regular), sans-serif;
}
.text-vaiolat{
    color: var(--violate) !important;
}

.text-secondary{
    color: var(--secondary) !important;
}

.text-light{
    color: var(--light) !important;
}
.text-danger{
    color: var(--danger) !important;
}
.text-center{
    text-align: center;
}
.top-div{
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 0px 0px 120px 0px;
    background: var(--primary);
    position: relative;
}

.container{
    max-width: 1140px;
    width: 90%;
    margin: 0 auto;
}

.top-div .container .element-width{
    padding: 150px 0px 0px 0px;
    margin-bottom: 30px;
}
.top-div .container .element-width .top-box-weight{
    padding: 15px 10px 10px 10px;
    padding: 5px 5px 5px 5px;
    border-radius: 6px;
    background: #000;
    opacity: 0.5;
    width: 60%;
}

.top-div .container .element-width .top-box-weight .top-heading-title{
    color: #3bff1f;
    font-family: var(--regular), Sans-serif;
    font-size: 37px;
    font-weight: 600;
    line-height: 1.3em;
    -webkit-text-stroke-width: 0px;
    stroke-width: 0px;
    -webkit-text-stroke-color: #000;
    stroke: #000;
    text-shadow: 7px 0px 12px rgba(0,0,0,0.3);
    text-align: center;
    letter-spacing: 1px;
}
.top-div .container .text-info-box{
    padding: 0px 10px 0px 10px;
    border-radius: 0px 0px 0px 0px;
    margin-bottom: 25px;
}
.top-div .container .text-info-box .top-heading-title{
    color: #63E5FF;
    font-family: var(--bold), Sans-serif;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.3em;
    text-align: center;
}
.top-div .container .video-box{
    margin-bottom: 10px;
    aspect-ratio: 1.77777;
    width: 69%;
    text-align: center;
    margin: auto;
}
.top-div .container .video-box .video-iframe{
    height: auto;
    width: 100%;
    aspect-ratio: 4/2;
}
.container .ani-btn-box{
    padding: 0px 0px 0px 0px;
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,transform var(--e-transform-transition-duration,.4s);
    text-align: center;
}
.container .ani-btn-box .inner-padding .btn-danger{
    display: inline-block;
    line-height: 1;
    background-color: #fc630a;
    font-size: 15px;
    padding: 12px 24px;
    border-radius: 3px;
    color: #fff;
    fill: #fff;
    text-align: center;
    transition: all .3s;
}
.container .ani-btn-box .inner-padding .btn{
    font-family: var(--bold), Sans-serif;
    font-size: 32px;
    font-weight: 700;
    background-color: #fc630a;
    border-style: solid;
    border-width: 3px 3px 3px 3px;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
    padding: 20px 40px 20px 40px;
    transition: 0.3s;
    text-decoration: none;
    
}
.container .ani-btn-box .inner-padding .btn:hover{
    background: #fc630a;
    transform: scale(0.9);
}
.top-div .element-shape{
    width: 100%;
    height: 60px;
    background: var(--light);
    border-radius: 50% 50% 0 0;
    position: absolute;
    bottom: -1px;
}

.down-div{
    background: var(--light);
}
.down-div .container .element-widget{
    background-color: #ff730b;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
    text-align: center;
}
.down-div .container .element-widget .top-heading-title{
    color: #E3FF00;
    font-family: var(--bold), Sans-serif;
    font-size: 37px;
    font-weight: 700;
    line-height: 1.3em;
    padding: 15px;
}
.down-div .container .element-widget-cover{
    width: 100%;
    margin: 25px 0;
}
.down-div .container .element-widget-wrap{
    border-style: solid;
    border-width: 10px 10px 10px 10px;
    border-color: #ff730b;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 30px 40px 30px 40px;
    border-radius: 10px 10px 10px 10px;
}
.down-div .container .element-widget-wrap .top-heading-title{
    color: var(--light);
}

.img-gallery{
    margin: 25px 0;
}

.img-gallery img{
    width: 100%;
}

.down-div .container .element-info .image img{
    transition: 0.3s all;
    width: 300px;
    max-width: 100%;
}
.down-div .container .element-info .image img:hover{
    transform: scale(0.9);
}
.down-div .container .element-info .top-heading-title{
    color: #E3FF00;
    font-family: var(--bold), Sans-serif;
    font-size: 37px;
    font-weight: 700;
    line-height: 1.3em;
    padding: 15px;
}

.form-wrapper{
    color: var(--gray);
    display: inline-block;
    text-align: inherit;
    width: 100%;
}
.form-wrapper .product-box-title{
    margin: 15px 0;
    width: 100%;
    padding: 0;
    float: left;
}
.form-wrapper .product-box-title h3{
    font-family: inherit;
    font-weight: 600;
    font-size: 20px;
    margin: 0 0 25px 0;
    padding: 3px;
}
.product-options{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
    font-size: 1em;
    width: calc( 100% + 20px );
}
.product-options .product-box{
    background-color: #f7f7f7;
    border: 1px solid #b0b0b0;
    padding: 20px 30px;
    margin: 0 10px 22px;
    border-radius: 0.35em;
    width: calc( 50% - 20px );
    font-size: 1em;
    font-weight: 600;
    cursor: pointer;
    position: relative;
}
.product-box .product-item{
    display: flex;
    align-items: start;
}
.product-box .product-item .item-select{
    margin-top: 5px;
    position: relative;
}
.product-box .product-item .item-select .single-sel{
    border: 1px solid #b4b9be;
    background: #fff;
    color: #555;
    clear: none;
    cursor: pointer;
    display: inline-block;
    line-height: 0;
    height: 16px;
    margin: -4px 4px 0 0;
    outline: 0;
    padding: 0 !important;
    text-align: center;
    vertical-align: middle;
    width: 16px;
    border-radius: 50%;
    min-width: 16px;
    -webkit-appearance: none;
    box-shadow: inset 0 1px 2px rgba( 0, 0, 0, 0.1 );
    transition: 0.05s border-color ease-in-out;
}
.product-box .product-item .item-select .single-sel[type="radio"]:checked::before {
    background-color: #f16334;
    border-radius: 50px;
    content: "\2022";
    font-size: 24px;
    height: 6px;
    line-height: 16px;
    margin: 4px;
    text-indent: -9999px;
    width: 6px;
}
.product-box .product-item .item-select .single-sel[type="radio"]:checked::before{
    display: inline-block;
    float: left;
    font: normal normal 400 15px/1 cartflows-icon;
    speak: none;
    vertical-align: middle;
    width: 6px;
    -webkit-font-smoothing: antialiased;
}
.product-box .product-item .item-image{
    margin-right: 15px;
    width: 80px;
}
.product-box .product-item .item-image img{
    height: auto;
    max-width: 100%;
    border: none;
    border-radius: 0;
    box-shadow: none;
}
.product-box .product-item .item-content{
    margin: 0 0 5px 0;
    width: 100%;
    position: relative;
}
.product-box .product-item .item-content .item-content-wrap{
    font-size: 1.07em;
    font-weight: 600;
    margin-bottom: 5px;
    line-height: 1.8;
}
.product-box .product-item .item-content .item-qty-content{
    max-width: 50px;
    text-align: center;
    min-height: 30px;
    padding: 2px;
    margin: 0;
    border: none;
    border-radius: 0;
    max-width: 100px;
    display: inline-block;
    margin-top: 0;
    margin-right: 10px;
    vertical-align: middle;
}

.product-box .product-item .item-content .item-qty-content .item-qty-selection-wrap{
    display: flex;
}
.product-box .product-item .item-content .item-qty-content .item-qty-selection-wrap span {
    border: 1px solid #dcdada;
    height: 30px;
    width: 26px;
    margin: 0;
    padding: 6px 6px;
    color: #555;
    text-align: center;
    font-weight: 500;
    cursor: pointer;
    font-size: 13px;
    margin-bottom: 0;
    line-height: 1;
}
.product-box .product-item .item-content .item-qty-content .item-qty-selection-wrap .wcf-qty-decrement {
    border-radius: 0 3px 3px 0;
    border-left: 0;
}
.product-box .product-item .item-content .item-qty-content .item-qty-selection-wrap .wcf-qty-decrement {
    border-radius: 0 3px 3px 0;
    border-left: 0;
}
.product-box .product-item .item-content .item-qty-content .item-qty-selection-wrap input {
    max-width: 50px;
    text-align: center;
    min-height: 30px;
    padding: 2px;
    margin: 0;
    border: none;
    border-radius: 0;
    border: 1px solid #dcdada;
    border-left: 0;
    border-right: 0;
}
.product-box .product-item .item-content .item-price{
    font-weight: 600;
    display: inline-block;
    margin-top: 0;
    margin-right: 10px;
    vertical-align: middle;
    margin-right: 0;
    font-size: 0.95em;
}
.form-wrapper .product-form .form-address{
    display: inline-block;
    width: 55%;
    float: left;
    padding-right: 40px;
    margin: 20px 0 0;
}
.form-wrapper .product-form .form-address .address-col{
    float: none;
    width: 100%;
    max-width: 100%;
    padding: 0;
    border-radius: 0;
    border: none;
    border-color: none;
    margin-bottom: 0;
}
.form-wrapper .product-form .form-address .address-col h3, .form-wrapper .product-form .form-address .order-col h3{
    font-family: inherit;
    font-weight: 600;
    font-size: 20px;
    /* text-transform: capitalize; */
    margin: 0 0 25px 0;
    padding: 0;
    width: 100%;
    color: var(--gray );
}
.billing-fields{
    margin: 0 -7px;
    -js-display: flex;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}
.billing-fields .form-group{
    display: block;
    margin: 0 0 1.1em;
    padding: 3px 7px;
    position: relative;
    width: 100%;
}
.billing-fields .form-group label{
    color: var(--gray );
    font-size: 13px;
    line-height: 1em;
    letter-spacing: 0.3px;
    font-family: inherit;
    font-weight: inherit;
    /* text-transform: capitalize; */
    margin-bottom: 8px;
}
.billing-fields .form-group .form-control{                                   
    display: block;
    width: 100%;
    min-height: 34px;
    padding: 11px 12px;
    font-family: inherit;
    font-weight: inherit;
    font-size: 14px;
    line-height: 1.42857143 !important;
    color: var(--gray );
    background-color: var(--light );
    background-image: none;
    border: 1px solid;
    border-color: var(--gray );
    border-radius: 3px;
    box-shadow: none;
    height: auto;
}
.billing-fields .form-group .form-control:focus-visible{                                   
    outline: none;
    border: 1px solid;
    border-color: var(--gray );
    border-radius: 3px;
    box-shadow: none;
}
.order-col{
    display: inline-block;
    float: none;
    width: 45%;
    border: none;
    background-color: inherit /*#F6F6F6*/;
    padding: 0 10px;
    border-radius: 3px;
}
.order-col .review-order{
        padding: 3px;
        width: 100%;
    }
.review-order .review-order-table{
    border: none;
    border-bottom: 0;
    background-color: inherit;
    border-radius: 0;
    font-family: inherit;
    font-weight: inherit;
    font-size: 0.95em;
    margin: 0 0 25px 0;
    border-collapse: collapse;
    text-align: left;
}
.review-order .review-order-table thead {
    background-color: transparent;
}
.review-order .review-order-table thead tr th:nth-child(1), tbody tr th:nth-child(1), tfoot tr th:nth-child(1) {
    width: 60%;
    padding-right: 0 !important;
}
.review-order .review-order-table thead tr th:nth-child(2), tbody tr td:nth-child(2), tfoot tr td:nth-child(2) {
    width: 30%;
    padding-left: 10px !important;
}
.review-order .review-order-table tbody {
    border-top: 1px dashed #ccc;
    border-bottom: 1px dashed #ccc;
}
.review-order .review-order-table tbody tr td{
    padding: 10px 0;
}
.review-order .review-order-table tbody tr.cart_item td.product-name {
    -js-display: flex;
    display: flex;
    width: 100%;
    align-items: center;
}
.review-order .review-order-table tbody tr.cart_item td.product-name .product-image {    
    height: auto;
    -js-display: flex;
    display: flex;
    vertical-align: middle;
    border-radius: 5px;
    align-items: center;
    width: 100%;
}
.review-order .review-order-table tbody tr.cart_item td.product-name .product-image .product-thumbnail{
    position: relative;
    border-radius: 4px;
    width: 20%;
    margin-right: 10px;
}
.review-order .review-order-table tbody tr.cart_item td.product-name .product-image .product-thumbnail img{
    border-radius: 4px;
}
.review-order .review-order-table tfoot ul li{
    list-style: none;
}

.checkout-payment{
    background-color: inherit;
    border: none;
    border-radius: 0;
}
.checkout-payment .payment_methods{
    margin: 1em 0 0;
    background-color: #f7f7f7;
    padding: 15px;
}
.checkout-payment .payment_methods .payment_method{
    line-height: 2;
    text-align: left;
    margin: 0;
    font-weight: 400;
    background: transparent;
    list-style: none;
}
.checkout-payment .payment_methods .payment_method .payment_box{
    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding: 1em;
    margin: 1em 0;
    font-size: .92em;
    border-radius: 2px;
    line-height: 1.5;
    background-color: #dfdcde;
    color: #515151;
    background-color: #eaeaea;
    font-family: inherit;
    font-weight: inherit;
    margin-bottom: 0.5em;
}
.checkout-payment .payment_methods .payment_method .payment_box::before{
    content: "";
    display: block;
    border: 1em solid;
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
    border-bottom-color: #eaeaea;
    position: absolute;
    top: -0.75em;
    left: 0;
    margin: -1em 0 0 2em;
}
.place-order{
    margin: 0;
    padding: 8px 0 0;
}
.place-order button{
    border: 1px solid;
    border-color: var(--light );
    background-color: #ff730b;
    font-family: inherit;
    font-weight: inherit;
    letter-spacing: 0.5px;
    width: 100%;
    padding: 16px 24px;
    font-size: 16px;
    line-height: 1.5;
    border-radius: 3px;
    color: var(--light );
    float: right;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
    border-radius: 30px 30px 30px 30px;
    cursor: pointer;
    font-size: 20px;

}
.place-order button:hover{
    
    background-color: black;
    

}
.footer{
    background: rgb(0, 0, 32);
    color: var(--light);
    text-align: center;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 40px 40px 40px 40px;
}
.footer .menus{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.footer .menus a{
    font-family: "Hind Siliguri", Sans-serif;
    font-size: 24px;
    color: var(--light);
    text-decoration: none;
    padding: 15px;
}
.footer .menus a:hover{
    color: #A7A7A7;
}
.bg-light-green{
    background: #ff730b;         
}
.p-widget{
    padding: 30px 20px 30px 20px;
}
@media screen and (max-width: 500px) {
    .discount_price {
        text-align: center;
    }

    .regular_price {
        text-align: center;
    }
}
.video-box iframe {
    width: 100% !important;
    padding: 5px;
    border: 1px solid gray;
    background: #80808000;
    border-radius: 5px;
}

.simple-translate-result {
    display: none !important;
}

.simple-translate-candidate {
    display: none !important;
}

.ord_section {
    padding-left: 0px;
}

.billing-fields .form-group label {
    font-family: 'Hind Siliguri', sans-serif !important;
}

.product-name-td {
    font-family: 'Hind Siliguri', sans-serif !important;
}

ul {
    list-style: none;
    padding-left: 0px;
}

ul li {
    padding-left: 20px;
    line-height: 1.5;
    padding: 14px;
    border-bottom: 1px solid #ff730b;
    font-size: 20px;
}

ul li p {
    font-family: 'Hind Siliguri', sans-serif !important;
}

ul li::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url(arrow.png);
    background-size: cover;
    background-repeat: no-repeat;
    margin-right: 10px;
    line-height: 1.5;
}

.top-heading-title {
    font-family: 'Hind Siliguri', sans-serif !important;
}

.top_div {
    position: relative;
    height: 70px;
    background: red;
    margin-top: 20px;
    height: 500px;
}

.shape {
    position: absolute;
    width: 50px;
    height: 50px;
    background: red;
    transform: rotate(45deg);
    right: -7%;
    top: 15%;
}

.another_div {
    position: relative;
    height: 70px;
    margin-top: 20px;
    border: 1px solid black;
    border-left: none;
}

.left_side_details ul li {
    font-family: 'Hind Siliguri', sans-serif !important;
}

.right_side_details ul li {
    font-family: 'Hind Siliguri', sans-serif !important;
}

.left_product_details ul li {
    font-family: 'Hind Siliguri', sans-serif !important;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .price_section {
        padding-left: 0px !important;
    }

    .shape {
        position: absolute;
        width: 48px !important;
        height: 48px !important;
        background: red;
        transform: rotate(45deg);
        right: -9% !important;
        top: 15% !important;
    }

    .top_div h3 {
        font-size: 30px !important;
    }

    .another_div h3 {
        font-size: 30px !important;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .top-div .container .element-width .top-box-weight .top-heading-title {
        font-size: 44px;
    }

    .top-div .container .text-info-box .top-heading-title {
        font-size: 24px;
        line-height: 1.3em;
    }

    /*Price Section*/
    .price_section {
        padding-left: 0px !important;
    }

    .shape {
        right: -12% !important;
        width: 48px !important;
        height: 48px !important;
    }

    .top_div h3 {
        font-size: 35px !important;
        float: none !important;
    }

    .another_div h3 {
        font-size: 35px !important;
        float: none !important;
    }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
    .top-div .container .element-width {
        padding: 26px 0px 0px 0px !important;
        margin-bottom: 10px !important;
    }

    .top-div .container .element-width .top-box-weight .top-heading-title {
        font-size: 15px !important;
        line-height: 1.3em;
    }

    .top-div .container .text-info-box .top-heading-title {
        font-size: 17px !important;
        line-height: 1.3em;
    }

    .video-box iframe {
        height: 210px !important;
    }

    .overview {
        padding-left: 0px !important;
    }

    .down-div .container .element-widget .top-heading-title {
        font-size: 17px !important;
    }

    .down-div .container .element-widget-wrap {
        padding: 10px !important;
    }

    .down-div .container .element-widget-wrap {
        padding: 10px;
    }

    .feature-list {
        padding-left: 0px !important;
    }

    .down-div .container .element-widget .top-heading-title {
        font-size: 17px !important;
        line-height: 1.3em !important;
    }

    .down-div .container .element-widget-wrap {
        padding: 10px;
    }

    .ord {
        padding-left: 0px !important;
    }

    .down-div .container .element-widget .top-heading-title {
        font-size: 17px !important;
    }

    .order-col {
        width: 100% !important;
    }

    /*Price Section*/
    .price_section {
        padding-left: 0px !important;
    }

    .phone img {
        height: 25px !important;
        width: 25px !important;
    }

    .shape {
        right: -13% !important;
        width: 50px !important;
        height: 50px !important;
    }

    .top_div {
        width: 42% !important;
    }

    .another_div {
        width: 42% !important;
    }

    .top_div h3 {
        font-size: 30px !important;
        float: none !important;
    }

    .another_div h3 {
        font-size: 30px !important;
        float: none !important;
    }
}

@media screen and (min-width: 484px) and (max-width: 575px) {
    .top-div .container .element-width {
        padding: 26px 0px 0px 0px !important;
        margin-bottom: 10px !important;
    }

    .top-div .container .element-width .top-box-weight .top-heading-title {
        font-size: 15px !important;
        line-height: 1.3em;
    }

    .top-div .container .text-info-box .top-heading-title {
        font-size: 17px !important;
        line-height: 1.3em;
    }

    .video-box iframe {
        height: 210px !important;
    }

    .overview {
        padding-left: 0px !important;
    }

    .down-div .container .element-widget .top-heading-title {
        font-size: 17px !important;
    }

    .down-div .container .element-widget-wrap {
        padding: 10px !important;
    }

    .down-div .container .element-widget-wrap {
        padding: 10px;
    }

    .feature-list {
        padding-left: 0px !important;
    }

    .down-div .container .element-widget .top-heading-title {
        font-size: 17px !important;
        line-height: 1.3em !important;
    }

    .order_btn img {
        height: 10px !important;
    }

    #review_section .review_slider img {
        height: 95px !important;
    }

    .top_section {
        width: 100% !important;
    }

    .bottom_section {
        width: 90% !important;
    }

    .down-div .container .element-widget-wrap {
        padding: 10px;
    }

    .ord {
        padding-left: 0px !important;
    }

    .down-div .container .element-widget .top-heading-title {
        font-size: 17px !important;
    }

    .order-col {
        width: 100% !important;
    }

    /*Price Section*/
    .price_section {
        padding-left: 38px !important;
    }

    .phone img {
        height: 25px !important;
        width: 25px !important;
    }

    .shape {
        right: -13% !important;
        width: 50px !important;
        height: 50px !important;
    }

    .top_div {
        width: 45% !important;
    }

    .another_div {
        width: 45% !important;
    }

    .top_div h3 {
        font-size: 30px !important;
        float: none !important;
    }

    .another_div h3 {
        font-size: 30px !important;
        float: none !important;
    }

    .container .ani-btn-box .inner-padding .btn {
        font-size: 10px !important;
    }
}

@media screen and (min-width: 424px) and (max-width: 483px) {
    .top-div .container .element-width {
        padding: 26px 0px 0px 0px !important;
        margin-bottom: 10px !important;
    }

    .top-div .container .element-width .top-box-weight .top-heading-title {
        font-size: 15px !important;
        line-height: 1.3em;
    }

    .top-div .container .text-info-box .top-heading-title {
        font-size: 17px !important;
        line-height: 1.3em;
    }

    .first_section {
        width: 60% !important;
    }

    .ord_section {
        margin-bottom: 10px;
    }

    .top-div {
        background-repeat: no-repeat !important;
        background-position: center !important;
        background-size: cover !important;
    }

    #review_section .review_slider img {
        height: 95px !important;
    }

    .order_btn img {
        height: 10px !important;
    }

    .top_section {
        width: 100% !important;
    }

    .top_heading_text {
        font-size: 20px !important;
        padding: 15px !important;
        width: 100% !important;
    }

    .bottom_section {
        width: 90% !important;
    }

    .video-box iframe {
        height: 210px !important;
    }

    .overview {
        padding-left: 0px !important;
    }

    .down-div .container .element-widget .top-heading-title {
        font-size: 17px !important;
    }

    .down-div .container .element-widget-wrap {
        padding: 10px !important;
    }

    .down-div .container .element-widget-wrap {
        padding: 10px;
    }

    .feature-list {
        padding-left: 0px !important;
    }

    .down-div .container .element-widget .top-heading-title {
        font-size: 17px !important;
        line-height: 1.3em !important;
    }

    .down-div .container .element-widget-wrap {
        padding: 10px;
    }

    .ord {
        padding-left: 0px !important;
    }

    .down-div .container .element-widget .top-heading-title {
        font-size: 17px !important;
    }

    .order-col {
        width: 100% !important;
    }

    /*Price Section*/
    .price_section {
        padding-left: 38px !important;
    }

    .phone img {
        height: 25px !important;
        width: 25px !important;
    }

    .shape {
        right: -13% !important;
        width: 35px !important;
        height: 35px !important;
    }

    .top_div {
        width: 45% !important;
        height: 50px !important;
    }

    .another_div label {
        font-size: 12px !important;
    }

    .top_div label {
        font-size: 12px !important;
    }

    .top-div {
        width: 100% !important;
        height: auto !important;
    }

    .first_section {
        width: 100% !important;
        text-align: center !important;
        margin: 0 auto;
    }

    .ord_section {
        margin-bottom: 10px;
    }

    .top-div .container .element-width .top-box-weight {
        width: 100% !important;
    }

    .price_top_section {
        width: 70% !important;
        margin: 0 auto;
        padding: 8px;
    }

    .another_div {
        width: 45% !important;
        height: 50px !important;
    }

    .top_div h3 {
        font-size: 25px !important;
        float: none !important;
    }

    .another_div h3 {
        font-size: 26px !important;
        float: none !important;
    }

    .container .ani-btn-box .inner-padding .btn {
        font-size: 22px !important;
    }
}

@media screen and (min-width: 400px) and (max-width: 423px) {
    .top-div .container .element-width {
        padding: 26px 0px 0px 0px !important;
        margin-bottom: 10px !important;
    }

    .top-div .container .element-width .top-box-weight .top-heading-title {
        font-size: 15px !important;
        line-height: 1.3em;
    }

    .top-div .container .text-info-box .top-heading-title {
        font-size: 17px !important;
        line-height: 1.3em;
    }

    .top-div {
        width: 100% !important;
        height: auto !important;
    }

    .top-div {
        background-repeat: no-repeat !important;
        background-position: center !important;
        background-size: cover !important;
    }

    #review_section .review_slider img {
        height: 95px !important;
    }

    .top_heading_text {
        font-size: 20px !important;
        padding: 15px !important;
        width: 100% !important;
    }

    .first_section {
        width: 60% !important;
    }

    .ord_section {
        margin-bottom: 10px;
    }

    .order_btn img {
        height: 10px !important;
    }

    .top_section {
        width: 100% !important;
    }

    .bottom_section {
        width: 90% !important;
    }

    .top-div .container .element-width .top-box-weight {
        width: 100% !important;
    }

    .video-box iframe {
        height: 210px !important;
    }

    .overview {
        padding-left: 0px !important;
    }

    .down-div .container .element-widget .top-heading-title {
        font-size: 17px !important;
    }

    .down-div .container .element-widget-wrap {
        padding: 10px !important;
    }

    .down-div .container .element-widget-wrap {
        padding: 10px;
    }

    .feature-list {
        padding-left: 0px !important;
    }

    .down-div .container .element-widget .top-heading-title {
        font-size: 17px !important;
        line-height: 1.3em !important;
    }

    .down-div .container .element-widget-wrap {
        padding: 10px;
    }

    .ord {
        padding-left: 0px !important;
    }

    .down-div .container .element-widget .top-heading-title {
        font-size: 17px !important;
    }

    .order-col {
        width: 100% !important;
    }

    .first_section {
        width: 100% !important;
        text-align: center !important;
        margin: 0 auto;
    }

    .ord_section {
        margin-bottom: 10px;
    }

    .price_top_section {
        width: 70% !important;
        margin: 0 auto;
        padding: 8px;
    }

    /*Price Section*/
    .price_section {
        padding-left: 38px !important;
    }

    .phone img {
        height: 25px !important;
        width: 25px !important;
    }

    .shape {
        right: -13% !important;
        width: 35px !important;
        height: 35px !important;
    }

    .top_div {
        width: 45% !important;
        height: 50px !important;
    }

    .another_div label {
        font-size: 12px !important;
        margin-left: 12px !important;
    }

    .top_div label {
        font-size: 12px !important;
        margin-left: 12px !important;
    }

    .another_div {
        width: 45% !important;
        height: 50px !important;
    }

    .top_div h3 {
        font-size: 25px !important;
        float: none !important;
    }

    .another_div h3 {
        font-size: 26px !important;
        float: none !important;
    }

    .container .ani-btn-box .inner-padding .btn {
        font-size: 10px !important;
    }
}

@media screen and (min-width: 375px) and (max-width: 399px) {
    .top-div .container .element-width {
        padding: 26px 0px 0px 0px !important;
        margin-bottom: 10px !important;
    }

    .top-div .container .element-width .top-box-weight .top-heading-title {
        font-size: 15px !important;
        line-height: 1.3em;
    }

    .first_section {
        width: 100% !important;
        text-align: center !important;
        margin: 0 auto;
    }

    .ord_section {
        margin-bottom: 10px;
    }

    #review_section .review_slider img {
        height: 95px !important;
    }

    .top-div {
        width: 100% !important;
        height: auto !important;
    }

    .top-div .container .text-info-box .top-heading-title {
        font-size: 17px !important;
        line-height: 1.3em;
    }

    .video-box iframe {
        height: 210px !important;
    }

    .overview {
        padding-left: 0px !important;
    }

    .down-div .container .element-widget .top-heading-title {
        font-size: 17px !important;
    }

    .order_btn img {
        height: 10px !important;
    }

    .top_section {
        width: 100% !important;
    }

    .bottom_section {
        width: 90% !important;
    }

    .top-div .container .element-width .top-box-weight {
        width: 100% !important;
    }

    .down-div .container .element-widget-wrap {
        padding: 10px !important;
    }

    .down-div .container .element-widget-wrap {
        padding: 10px;
    }

    .feature-list {
        padding-left: 0px !important;
    }

    .down-div .container .element-widget .top-heading-title {
        font-size: 17px !important;
        line-height: 1.3em !important;
    }

    .down-div .container .element-widget-wrap {
        padding: 10px;
    }

    .ord {
        padding-left: 0px !important;
    }

    .down-div .container .element-widget .top-heading-title {
        font-size: 17px !important;
    }


    .order-col {
        width: 100% !important;
    }

    /*Price Section*/
    .price_section {
        padding-left: 38px !important;

    }

    .phone img {
        height: 25px !important;
        width: 25px !important;
    }

    .top-div {
        background-repeat: no-repeat !important;
        background-position: center !important;
        background-size: cover !important;
    }

    .top_section {
        font-size: 13px !important;
    }

    .bottom_section p {
        font-size: 16px !important;
    }

    .price_top_section {
        width: 60% !important;
        margin: 0 auto;
        padding: 10px !important;
        font-size: 19px !important;
    }

    .ord_section .btn {
        font-size: 20px !important;
    }

    .left_side_details {
        padding: 10px !important;
    }

    
    .right_side_details {
        padding: 10px !important;
    }

    .top_heading_text {
        font-size: 20px !important;
        padding: 15px !important;
        width: 100% !important;
    }

    .shape {
        right: -13% !important;
        width: 35px !important;
        height: 35px !important;
    }

    .top_div {
        width: 45% !important;
        height: 50px !important;

    }

    .another_div label {
        font-size: 8px !important;
        margin-left: 12px !important;
    }

    .top_div label {
        font-size: 8px !important;
        margin-left: 12px !important;
    }

    .another_div {
        width: 45% !important;
        height: 50px !important;
    }

    .top_div h3 {
        font-size: 25px !important;
        float: none !important;
    }

    .another_div h3 {
        font-size: 26px !important;
        float: none !important;
    }

    /*Price Section*/
    .container .ani-btn-box .inner-padding .btn {
        font-size: 17px !important;
    }
}

@media screen and (min-width: 320px) and (max-width: 374px) {

    .video-box iframe {
        height: 210px !important;
    }

    .top-div .container .element-width {
        padding: 26px 0px 0px 0px !important;
        margin-bottom: 10px !important;
    }

    .first_section {
        width: 100% !important;
        text-align: center !important;
        margin: 0 auto;
    }

    #review_section .review_slider img {
        height: 95px !important;
    }

    .price_top_section {
        width: 70% !important;
        margin: 0 auto;
        padding: 8px;
        font-size: 19px !important;
    }

    .ord_section {
        margin-bottom: 10px;
    }

    .top-div .container .element-width .top-box-weight {
        width: 100% !important;
    }

    .order_btn {
        font-size: 10px !important;
    }

    .order_btn_img {
        height: 20px !important;
    }

    .top_section {
        width: 100% !important;
    }

    .bottom_section {
        width: 90% !important;
    }

    .top-div .container .element-width .top-box-weight .top-heading-title {
        font-size: 15px !important;
        line-height: 1.3em;
    }

    .top-div .container .text-info-box .top-heading-title {
        font-size: 17px !important;
        line-height: 1.3em;
    }

    .overview {
        padding-left: 0px !important;
    }

    .down-div .container .element-widget .top-heading-title {
        font-size: 17px !important;
    }

    .down-div .container .element-widget-wrap {
        padding: 10px;
    }

    .slide_top {
        padding-left: 0px !important;
    }

    .feature-list {
        padding-left: 0px !important;
    }

    .down-div .container .element-widget .top-heading-title {
        font-size: 17px !important;
        line-height: 1.3em !important;
    }

    ul {
        padding-left: 0px !important;
    }

    .feature-list ul li {
        padding-left: 0px !important;
    }

    .down-div .container .element-widget-wrap {
        padding: 10px !important;
    }

    .ord {
        padding-left: 0px !important;
    }

    .ord {
        padding-left: 0px !important;
        line-height: 1.3em !important;
    }

    .price_section {
        padding-left: 25px !important;
    }

    .phone img {
        height: 25px !important;
        width: 25px !important;
    }

    .shape {
        right: -13% !important;
        width: 35px !important;
        height: 35px !important;
    }

    .top-div {
        width: 100% !important;
        height: auto !important;
    }

    .top_section {
        font-size: 13px !important;
    }

    .bottom_section p {
        font-size: 16px !important;
    }

    .left_side_details {
        padding: 10px !important;
    }

    .right_side_details {
        padding: 10px !important;
    }

    .top_heading_text {
        font-size: 20px !important;
        padding: 15px !important;
        width: 100% !important;
    }

    .another_div label {
        font-size: 8px !important;
        margin-left: 5px !important;
    }

    .top_div label {
        font-size: 8px !important;
        margin-left: 5px !important;
    }

    .another_div {
        width: 45% !important;
        height: 50px !important;
    }

    .top_div h3 {
        font-size: 25px !important;
        float: none !important;
    }

    .another_div h3 {
        font-size: 26px !important;
        float: none !important;
    }
    .container .ani-btn-box .inner-padding .btn {
        font-size: 21px;
        font-weight: 700;
        background-color: #F1A415;
        border-style: solid;
        border-width: 3px 3px 3px 3px;
        border-radius: 10px 10px 10px 10px;
        box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
        padding: 25px 15px 25px 15px;
        transition: 0.3s;
        text-decoration: none;
    }

    .container .ani-btn-box .inner-padding #order_btn2 {
        font-size: 19px;
        font-weight: 700;
        background-color: #F1A415;
        border-style: solid;
        border-width: 3px 3px 3px 3px;
        border-radius: 10px 10px 10px 10px;
        box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
        padding: 20px 6px 20px 6px;
        transition: 0.3s;
        text-decoration: none;
    }

    .container .ani-btn-box .inner-padding #order_btn2 img {
        height: 20px !important;
    }

    .main-wrapper {
        background: #F3FFED;
    }

    .top-div {
        background-repeat: no-repeat;
        height: 500px;
        background-position: center;
        background-size: cover;
    }
}

@media screen and (min-width: 280px) and (max-width: 319px) {
    .top-div .container .element-width {
        padding: 26px 0px 0px 0px !important;
        margin-bottom: 10px !important;
    }

    .left_side_text {
        font-size: 22px !important;
    }

    .first_section {
        width: 100% !important;
        text-align: center !important;
        margin: 0 auto;
    }

    #review_section .review_slider img {
        height: 95px !important;
    }

    .price_top_section {
        width: 90% !important;
        margin: 0 auto;
        padding: 8px;
        font-size: 19px !important;
    }

    .ord_section {
        margin-bottom: 10px;
    }

    .top-div .container .element-width .top-box-weight {
        width: 100% !important;
    }

    .order_btn {
        font-size: 10px !important;
    }

    .order_btn_img {
        height: 15px !important;
    }

    .top_section {
        width: 100% !important;
    }

    .bottom_section {
        width: 90% !important;
    }

    .top-div .container .element-width .top-box-weight .top-heading-title {
        font-size: 15px !important;
        line-height: 1.3em;
    }

    .top-div .container .text-info-box .top-heading-title {
        font-size: 17px !important;
        line-height: 1.3em;
    }

    .overview {
        padding-left: 0px !important;
    }

    .down-div .container .element-widget .top-heading-title {
        font-size: 17px !important;
    }

    .down-div .container .element-widget-wrap {
        padding: 10px;
    }

    .slide_top {
        padding-left: 0px !important;
    }

    .feature-list {
        padding-left: 0px !important;
    }

    .down-div .container .element-widget .top-heading-title {
        font-size: 17px !important;
        line-height: 1.3em !important;
    }

    ul {
        padding-left: 0px !important;
    }

    .feature-list ul li {
        padding-left: 0px !important;
        font-size: 15px !important;
    }

    .down-div .container .element-widget-wrap {
        padding: 10px !important;
    }

    .ord {
        padding-left: 0px !important;
    }

    .ord {
        padding-left: 0px !important;
        line-height: 1.3em !important;
    }

    .price_section {
        padding-left: 25px !important;
    }

    .phone img {
        height: 25px !important;
        width: 25px !important;
    }

    .shape {
        right: -13% !important;
        width: 35px !important;
        height: 35px !important;
    }

    .top-div {
        width: 100% !important;
        height: auto !important;
    }

    .top_section {
        font-size: 13px !important;
    }

    .bottom_section p {
        font-size: 16px !important;
    }

    .left_side_details {
        padding: 10px !important;
    }

    .right_side_details {
        padding: 10px !important;
    }

    .top_heading_text {
        font-size: 15px !important;
        padding: 15px !important;
        width: 100% !important;
    }

    .another_div label {
        font-size: 8px !important;
        margin-left: 5px !important;
    }

    .top_div label {
        font-size: 8px !important;
        margin-left: 5px !important;
    }

    .another_div {
        width: 45% !important;
        height: 50px !important;
    }

    .top_div h3 {
        font-size: 25px !important;
        float: none !important;
    }

    .another_div h3 {
        font-size: 26px !important;
        float: none !important;
    }

    .container .ani-btn-box .inner-padding .btn {
        font-size: 16px;
        font-weight: 700;
        background-color: #F1A415;
        border-style: solid;
        border-width: 3px 3px 3px 3px;
        border-radius: 10px 10px 10px 10px;
        box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
        padding: 20px 10px 20px 10px;
        transition: 0.3s;
        text-decoration: none;
    }

    .container .ani-btn-box .inner-padding #order_btn2 {
        font-size: 19px;
        font-weight: 700;
        background-color: #F1A415;
        border-style: solid;
        border-width: 3px 3px 3px 3px;
        border-radius: 10px 10px 10px 10px;
        box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
        padding: 20px 6px 20px 6px;
        transition: 0.3s;
        text-decoration: none;
    }

    .container .ani-btn-box .inner-padding #order_btn2 img {
        height: 20px !important;
    }

    .main-wrapper {
        background: #F3FFED;
    }

    .top-div {
        background-repeat: no-repeat;
        height: 500px;
        background-position: center;
        background-size: cover;
    }
}

@media screen and (min-width: 992px) {
    .top-div {
        background-repeat: no-repeat !important;
        height: 600px !important;
        background-position: center !important;
        background-size: cover !important;
    }
}
.top_section{
    width: 85%;
    color: #ffffff; 
    font-size: 32px;
    font-family: 'Hind Siliguri', sans-serif !important;
    margin: 0 auto;
    padding: 0px;
}
.top_section_2{
    background: #ff730b;
    width: 75%;
    border-radius: 10px;
    color: #ffffff; 
    font-size: 32px;
    font-family: 'Hind Siliguri', sans-serif !important;
    margin: 0 auto;
    text-align: center;
    padding: 15px;margin-top: 20px;
}
.left_side_text{
    border: 9px solid #ff730b;
    text-align: center;
    padding: 10px;
    border-radius: 10px;
    font-size: 25px;
    font-family: 'Hind Siliguri', sans-serif !important;
    font-weight: 600;
}
.sizes {
    display: flex;
}

.sizes .size {
    padding: 3px;
    margin: 5px;
    border: 1px solid #ff730b;
    width: auto;
    text-align: center;
    cursor: pointer;
}

.sizes .size.active {
    background: #ff730b;
    color: white;
}

.colors {
    /*display: flex;*/
}

.colors .color {
    padding: 5px;
    margin: 5px;
    border: 1px solid #FE9017;
    width: auto;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    height: 70px;
    width: 70px;
}

.colors .color.active {
    background: #0d6efd;
    color: white;
    font-weight: bold;
    padding: 0px;
    border: 4px solid white;
    outline: 2px solid red;
}

.increase-qty {
    width: 32px;
    display: block;
    float: left;
    line-height: 26px;
    cursor: pointer;
    text-align: center;
    font-size: 16px;
    font-weight: 300;
    color: #000;
    height: 32px;
    background: #f6f7fb;
    border-radius: 50%;
    transition: .3s;
    border: 2px solid rgba(0, 0, 0, 0);
    background: #ffffff;
    border: 1px solid #ddd;
    border-radius: 10%;
}

.decrease-qty {
    width: 32px;
    display: block;
    float: left;
    line-height: 26px;
    cursor: pointer;
    text-align: center;
    font-size: 16px;
    font-weight: 300;
    color: #000;
    height: 32px;
    background: #f6f7fb;
    border-radius: 50%;
    transition: .3s;
    border: 2px solid rgba(0, 0, 0, 0);
    background: #ffffff;
    border: 1px solid #ddd;
    border-radius: 10%;
}

.product-name {
    font-family: 'Hind Siliguri', sans-serif !important;
}

.product-total {
    font-family: 'Hind Siliguri', sans-serif !important;
}
.old_price{
    color: gray;
    font-weight: bold;
    text-decoration: line-through;
}
.new_price{
    color: #000;
    font-weight: bold;
}
.price_box{
    width: 100%;
    background: #000000c0;
    color: white;
    padding: 20px;
    margin: 20px 0;
}
.price_box *{
    color: white;
}
ul {
    margin-bottom: 0px !important;
}

.owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev{
    position: absolute;
    top: 45%;
}
.owl-carousel .owl-nav .owl-next span, .owl-carousel .owl-nav .owl-prev span{
    font-size: 35px;
    background-color: rgba(255, 255, 255, 0.74);
    padding: 10px;
}
.owl-carousel .owl-nav .owl-prev{
    left: 0;
}
.owl-carousel .owl-nav .owl-next{
    right: 0;
}
.owl-theme .custom-nav {
    position: absolute;
    top: 20%;
    left: 0;
    right: 0;
  }
  .owl-theme .custom-nav .owl-prev, .owl-theme .custom-nav .owl-next {
    position: absolute;
    height: 100px;
    color: inherit;
    background: none;
    border: none;
    z-index: 100;
  }
  .owl-theme .custom-nav .owl-prev i, .owl-theme .custom-nav .owl-next i {
    font-size: 2.5rem;
    color: #cecece;
  }
  .owl-theme .custom-nav .owl-prev {
    left: 0;
  }
  .owl-theme .custom-nav .owl-next {
    right: 0;
  }
  .product {
    cursor: pointer;
    position: relative;
  }
  .product .content p{
    font-size: 18px;
  }
  .product .content *{
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  }
  .product .image{
    position: relative;
  }
  .product .image::before{
    content: "Add To Bag";
    background: #00000093;
    color: white;
    width: 100%;
    position: absolute;
    top: 0;
    height: 100%;
    left: 0;
    display: grid;
    place-content: center;
    font-size: 25px;
    display: none;
  }
  .product.active .image::before, .product:hover .image::before{
    content: "Add To Bag";
    background: #00000093;
    color: white;
    width: 100%;
    position: absolute;
    top: 0;
    height: 100%;
    left: 0;
    display: grid;
    place-content: center;
    font-size: 25px;
  }
  @media (max-width: 769px) {
      .product .content{
          font-size: 13px;
        }
    .product .content p{
        font-size: 14px;
      }
      .old_price{
            font-size: 18px;
        }
        .new_price{
            font-size: 22px;
        }
  }