@import url('https://fonts.googleapis.com/css2?family=Oxygen:wght@300;400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


html {
    margin: 0;
    padding: 0;
    box-sizing: border-box; 
   
}


body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
}

p {
    padding: 0px;
    margin: 0px;
    font-size: 15px;
    line-height: 24px;
    font-family: "Oxygen", sans-serif;
}

a {
    padding: 0px;
    margin: 0px;
    outline: none;
    list-style: none;
    text-decoration: none;
}

input:focus,
input:hover {
    outline: none;
}

ul,
ol {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

ul li {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0px;
    margin: 0px;
    font-family: "Poppins", sans-serif;
}

h2 {

    font-size: 32px;
    color: #bd8966;
    line-height: 42px;
}

h3 {
    font-size: 20px;
}

h4 {
    font-size: 17px;
}

h5 {
    font-size: 15px;
}

.fixed {
    position: fixed;
    top: 0;
    z-index: 3;
    width: 100%;
    background: #fff;
    z-index: 3;
    box-shadow: 0 0 2px 0 rgba(0,0,0,0.8);
}


a:hover {
    outline: none;
    text-decoration: none;
    line-height: none;
}

a:active {
    outline: none;
    text-decoration: none;
    line-height: none;
}

a:focus {
    outline: none;
    text-decoration: none;
    line-height: none;
}

a {
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

a:hover {
    text-decoration: none !important;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clear {
    clear: both;
    line-height: 0;
    font-size: 0;
}

.container,
.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.container {
    max-width: 1340px;
}

img {
    max-width: 100%;
}

.slick-prev {
    left: 15px;
    transform: unset;
    height: 32px;
    top: 48%;
    z-index: 2;
    background: transparent;
    outline: none;
}

.slick-next {
    right: 15px;
    transform: unset;
    z-index: 2;
    margin-top: 0px;
    background-position: center center;
    background-size: 100% 100%;
    height: 32px;
    top: 48%;
    background: transparent;
    outline: none;
}

.slick-next:after {
    content: '\f105';
    font-family: 'FontAwesome';
    color: #000;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    border-radius: 50%;
    font-size: 20px;
    position: absolute;
    width: 40px;
    height: 40px;
    line-height: 40px;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
}

.slick-prev:after {
    content: '\f104';
    font-family: 'FontAwesome';
    color: #000;
    background-color: #fff;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 20px;
    position: absolute;
    width: 40px;
    height: 40px;
    line-height: 40px;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
}

.slick-arrow:hover {
    background: transparent;
}

.slick-arrow:hover:after {
    color: #000 !important;
}

.slick-dots li button:before {
    width: 15px;
    height: 15px;
    opacity: 0.7;
    background-color: #038403;
    border-radius: 50%;
}

.slick-dots li.slick-active button:before {
    opacity:unset;
}
.slick-dots{
    bottom: -30px;
}
/***header***/
header {
    background: #FFFFFF;
    transition: all 1.9s ease-in-out;
    transition: background-color 0.3s ease, box-shadow 0.3s ease, top 0.3s ease;
}

header.fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    
    z-index: 1000;
}




.nav-primary li {
    float: left;
    margin-right: 30px;
    
    padding: 10px 0;
}

.nav-primary li:last-child {
    margin-right: 0;
}



.nav-primary li a {
    color: #000;
    font-size: 13px;
    display: block;
    font-weight: 600;
    line-height: 1.5rem;
    text-transform: uppercase;
}
   


.nav-primary li a:hover,.nav-primary li.active a {
    color: #038403;
}
.header_wrapper{
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99;
    width: 100%;
    box-shadow: 0 0 18px #eaebed;
}
.top_area{
    background-color: #038403;
    padding: 3px 0;
}

.search_div .input_box {
    display: none;
    width: 400px;
    background: #038403;
    position: absolute;
    z-index: 1;
    color: #fff;
    padding: 5px 5% 5px 10px;
    margin-bottom: 0;
    transform: translate(-50%, 76%);
}
.search_icon:hover{
    cursor: pointer;
}

.search_div .input_box input[type="text"] {
    background-color: #fff;
    border: none;
    float: left;
    color: #000;
    padding: 2px 15px;
    width: calc(100% - 38px);
    border-radius: 0;
    font-size: 13px;
    height: 30px;

}

.search_div button {
    background: transparent;
    width: 34px;
    border: none;
    float: right;
    color: #fff;
    border-radius: 0 50px 0 50px;
    line-height: 27px;
}

.search_div input[type="submit"]:hover {
    cursor: pointer;
}

.right_right_menu {
    float: right;
    width: 190px;
}

.right_right_menu li:first-child span {
    width: 25px;
    height: 2px;
    margin-bottom: 4px;
    display: block;
    background-color: #bd8966;
}
.right_right_menu li> a{
    color: #000;
    display: inline-block;
}
.right_right_menu li> a .bi-person-fill{
    font-size: 22px;
    line-height: 25px;
}
.right_right_menu li{
    float: left;
    text-align: center;
    margin-right: 30px;
    position: relative;
}

.right_right_menu li:last-child {
    margin-right: 0;
}
.menu_toggle_btn {
    cursor: pointer;
}

.right_right_menu ul ul li {
    display: block;
    margin-right: 0;
    float: none;
    padding: 0;
    text-align: left;
}

.right_right_menu ul ul li a {
    padding: 5px;
    color: #000;
    display: block;
    font-size: 11px;
}

.right_right_menu ul ul {
    min-width: 100px;
    margin: 0 0 0 -30px;
    padding: 0;
    background-color: #038403;
}

li.open .dropdown-menu {
    display: block;
}

.right_right_menu ul .dropdown-menu li:first-child {
    margin-left: 0;
    margin-top: 0;
    display: block;
}
.addon {
    width: 17px;
    height: 17px;
    background: #038403;
    border-radius: 50%;
    text-align: center;
    position: absolute;
    top: -9px;
    right: -9px;
    line-height: 17px;
    font-size: 10px;
    color: #fff;
}

.menu_list {
    display: none;
    width: 300px;
    height: 100vh;
    background: #c56a6d;
    top: 0;
    right: 0;
    z-index: 99999;
    position: fixed;
    padding: 0 0 20px 0;
    color: #fff;
}

.close_btn .fa {
    background: #fff;
    color: #c56a6d;
    width: 30px;
    height: 30px;
    line-height: 27px;
    text-align: center;
    border: 1px solid #c56a6d;
}

.logo_side img {
    height: 100px;
}

.logo_side {
    text-align: center;
}

.menu_list nav ul li {
    border-bottom: 1px solid #fff;
    padding: 5px 0;
}

.menu_list nav ul li a {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    padding: 0 15px;
    display: block;

}

.menu_list h4 {
    font-weight: 600;
    font-size: 16px;
    padding: 10px;

}

.sub-menu{
    position: absolute;
    z-index: 3;
    background: #fff;
    top: 100%;
    padding:0;
    box-shadow: 0 12px 8px 0 rgba(0,0,0,0.1);
    width: 200px;
    display: none;
    left: 0;
    border-top: none;
}
.catagory_title h3{
    font-size: 14px;
    margin-bottom: 20px;
    color: #494949;
    font-weight: 600;
}
.sub-menu a{
    font-weight: 400;
    font-size: 13px;
    display: block;
    line-height: 17px;
}



.rate:not(:checked)>input {
    position: absolute;
    top: -9999px;
}

.rate:not(:checked)>label {
    float: right;
    width: 1em;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    font-size: 19px;
    color: #ccc;
    margin-bottom: 0;
}

.rate label:after {
    display: none;
}

.rate:not(:checked)>label:before {
    font-family: 'FontAwesome';
    display: inline-block;
    content: "\f005";
    top: unset;
    left: unset;
    width: 20px;
    background-color: transparent;
    border: none;
    height: auto;
    position: unset;

}

.rate>input:checked~label {
    color: #ffc700;
}

.rate:not(:checked)>label:hover,
.rate:not(:checked)>label:hover~label {
    color: #deb217;
}

.rate>input:checked+label:hover,
.rate>input:checked+label:hover~label,
.rate>input:checked~label:hover,
.rate>input:checked~label:hover~label,
.rate>label:hover~input:checked~label {
    color: #c59b08;
}

.review-ratting label {
    float: left;
    margin-bottom: 0;
    margin-right: 10px;
    color: #707070;
    font-weight: 500;
    font-size: 15px;
    width: 50%;
}

.review-ratting label:after {
    display: none;
}

.review-ratting .rate {
    float: right;
}

.review-ratting {
    display: flex;
    align-items: center;
}

.review-ratting .rate {
    height: auto;
    width: 50%;
}

.write_review_popup .modal-content {
    background: #fff;
    border: none;
    padding: 20px;
}

.write_review_popup .input_box {
    margin-bottom: 10px;
}

.review_form input {
    width: 100%;
    height: 40px;
    border: 1px solid #eee;
    outline: none;
    padding: 0 10px;
    border-radius: 5px;
    font-size: 15px;
    color: #808080;
}

.write_review_popup .modal-dialog {
    max-width: 500px;
    margin: 100px auto;
}

.review_form textarea {
    width: 100%;
    min-height: 70px;
    border: 1px solid #eee;
    outline: none;
    padding: 10px;
    resize: unset;
    border-radius: 5px;
    font-size: 14px;
}

form input[type="submit"] {
    background-color: #038403;
    color: #fff;
    cursor: pointer;
}

.product_review ul {
    display: flex;
}

.product_review ul li {
    color: #9A9A9A;
    font-size: 16px;
    font-weight: 400;
    line-height: 221.023%;
}

.product_review a {
    color: #9A9A9A;
    font-size: 16px;
    font-weight: 400;
    line-height: 221.023%;
}

.item_img_holder{
    margin: 0 7px;
    position: relative;
    z-index: 2;
    border-radius: 10px;
    overflow: hidden;
}
.item_img_holder:after{
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 7.54%, #000 99.96%);
    position: absolute;
    content: '';
    bottom: 0;
    width: 100%;
    height: 100%;
    left: 0;
    z-index: 1;
    
}
.item_img_holder p{
    color: #FFF;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.05px;
    position: absolute;
    bottom: 20px;
    z-index: 3;
    text-align: center;
    width: 100%;
}
.slider_box{
    margin-left: 7px;
    margin-right: 7px;
}
.products_details{
    padding: 15px 0;   
}
.features{
    margin: 30px 0;
}
.features ul li{
    padding-left: 35px;
    margin-bottom: 15px;
    position: relative;
}
.features ul li:after{
    content:'\F271';
    font-family: "bootstrap-icons";
    color: #038403;
    left: 0;
    top: 0;
    font-size: 25px;
    position: absolute;
    line-height: 25px;
}
/***shop page**/
.masthead {
    padding: 160px 0 240px;
}

.masthead h2 {
    color: #fff;
    margin-bottom: 28px;
}

.masthead h4 {
    color: #fff;
    max-width: 500px;
    line-height: 30px;
}

.catagory_filter {
    background: #fff;
    float: left;
    width: 250px;
    padding: 0 5px 20px 0;
    position: absolute;
}
.catagory_filter.fixed_cat {
    position: fixed;
    top: 93px;
   
  }
.catagory_filter h4 {
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 18px;
    margin-top: 18px;
    line-height: normal;
}

.catagory_filter ul li {
    position: relative;
    border-bottom: 1px solid #dedede;
}
.catagory_filter ul li:last-child{
    border-bottom: none;
}

.catagory_filter ul li a {
    position: relative;
    display: block;
    font-size: 14px;
    font-weight: 500;
    line-height: 28px;
    padding: 5px 0;
    color: #333;
    font-family: 'Montserrat', sans-serif;
}

.catagory_filter ul.sub_cat {
    border-radius: 0;
    box-shadow: none;
    position: relative;
    padding: 0;
    display: none;
}
.cat_toggle_icon:after {
    text-align: center;
    transform: rotate(-90deg);
    position: absolute;
    content: '\F282 ';
    font-family: "bootstrap-icons";
    right: 0;
    top: 9px;
    font-size: 16px;
    color: #333;
    font-weight: 900;
    cursor: pointer;
    line-height: 24px;
    width: 34px;
}
.cat_toggle_icon.js-toggled:after {
    transform: rotate(0deg);
}
.catagory_filter ul.sub_cat.js-toggled {
    display: block;
}
.catagory_filter ul.sub_cat a:hover{
    padding: 5px 10px;
    background-color: #dadada;
}
.shop_content {
    min-height: 100vh;
}
.loadmore{
    padding:0 30px;
    border-radius: 3px;
    color: #fff;
    font-size: 13px;
    line-height: 40px;
    font-weight: 500;
    display: inline-block;
    background-color: #038403;
    letter-spacing: 1px;
}
.loadmore:hover{
    color: #fff;
    background-color: #8ab437;
}
/* label:before {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: 1px solid #D9D9D9;
    position: absolute;
    background-color: #D9D9D9;
    content: '';
    left: 0;
    top: 6px;
}

label:after {
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #997D2F;
    border: 1px solid #997D2F;
    box-shadow: 0px 1px 15px rgb(0 0 0 / 25%);
    border-radius: 50%;
    top: 13px;
    left: 0;
    transform: translateY(-50%) scale(0);
    transition: transform 400ms ease;

} */

input[type="radio"]:checked+label::after {
    transform: translateY(-50%);
}

.product_list_right {
    float: right;
    width: calc(100% - 270px);
}

.right_filter {
    text-align: right;
}

.right_filter select {
    border-radius: 5px;
    border: 1px solid #000;
    background: #FFF;
    color: #656464;

    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    padding: 5px 20px;
    outline: none;
    line-height: 169.523%;
    /* 27.124px */
}


.simple-pagination ul {
    margin: 30px 0 20px;
    padding: 0;
    list-style: none;
    text-align: center;
}

.simple-pagination li {
    display: inline-block;
    margin-right: 5px;
}

.simple-pagination li a,
.simple-pagination li span {
    color: #666;
    padding: 5px 10px;
    text-decoration: none;
    border: 1px solid #EEE;
    background-color: #FFF;
    box-shadow: 0px 0px 10px 0px #EEE;
}

.simple-pagination .current {
    color: #FFF;
    background-color: #FF7182;
    border-color: #FF7182;
}

.simple-pagination .prev.current,
.simple-pagination .next.current {
    background: #e04e60;
}

.product_list_right .slider_box:hover .add_cart {
    visibility: visible;
    opacity: 1;
}


.product_list_right .price {
    margin-top: 7px;
}

/***products details page**/
.product_page {
    padding: 70px 0;
    position: relative;
}


.add_to_cart {
    position: absolute;
    top: 10px;
    right: 10px;
    text-align: center;
    color: #000;
    z-index: 3;
}

.add_to_cart .fa {
    font-size: 20px;
}

.add_to_cart:hover {
    color: #038403;
}

.slider_right{
    width: calc(100% - 190px);
   position: relative;
   
}
.slider_right img{
    width: 100%;
    height: 500px;
    object-fit: cover;
    border: 1px solid #dadada;
}
.slider_left{
    width: 180px;
    
}
.prodcut_slider_left_area .slick-slide img {
    display: block;
    margin: 0 auto 15px auto;

}
.prodcut_slider_left_area{
    display: flex;
    align-items: center;
}


.slider_right .slick-slide img {
   width: 100%;

}
.slider_right_slider_item {
    position: relative;
}
.slider_right {
    position: relative;
}

.product_page .slider-nav .slick-current img {
    border: 1px solid #038403;
}

.product_page .img_border img {
    border: 1px solid #f1f1f1;
}

.slider_left img {
    margin: 0 5px;
    width: 100%;

}

.slider_left .img_border img {
    height: 85px;
    width: 90px;
    object-fit: cover;
    cursor: pointer;
}

.product_page .slick-dots {
    bottom: -18px;
}

.product_page .slick-dots button {
    outline: none;
}

.product_page .slick-dots li button:before {
    height: 10px;
    border-radius: 5px;
    background-color: #038403;
}

.product_page .slick-next {
    right: unset;
    transform: unset;
    top: unset;
    bottom: 0;
    right: 50%;
}
.product_page .slick-next:after {
    font-size: 20px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    transform: rotate(90deg);
}
.product_page .slick-prev {
    left: 50%;
    transform: unset;
    height: 32px;
    top: -15px;
    z-index: 2;
    margin-left: -15px;
}
.product_page .slick-prev:after {
    transform: rotate(90deg);
    font-size: 20px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    top: 0;
    left: 0;
   
}
.prodcut_info .price,
.prodcut_info .discount_price {
    margin-bottom: 15px;
    font-size: 18px;
}

.prodcut_info .price .fa {
    font-size: 15px;
}

.prodcut_info h3 {
    font-size: 24px;
    margin-bottom: 10px;
    color: #000;
}

.prodcut_info p {
    color: #9A9A9A;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 15px;
}

.stoct {
    font-size: 16px;
    color: #564d4d;
    margin: 10px 0;
}

.quantity_wrapper li {
   float: left;
}

.quantity_wrapper li a {
    border-radius: 3px;
    padding: 5px 30px;
    color: #fff;
    display: block;
    background: #038403;
    font-size: 13px;
    font-weight: 700;
    text-align: center;
    margin: 0 5px;
    line-height: 27px;
}

.quantity_wrapper li a:hover {
    background: #8bb92e;
}

.quantity_area span {
    color: #000;
    font-size: 24px;
    font-weight: 400;
    margin-right: 10px;

}

.wrap {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100px;
    border: 1px solid #038403;
    border-radius: 3px;
}

.cart_items_page .wrap .count {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    font-size: 14px;
}

.cart_items_page .wrap button {
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 30px;
    font-size: 16px;
}

.wrap input[type="number"] {
    text-align: center;
    width: 60px;
}

.wrap button {
    border: none;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    color: #000;
    outline: none;
    font-size: 20px;
    background-color: transparent;
    border-radius: 0;
    margin-right: 5px;
    cursor: pointer;
}

.wrap button:last-child {
    margin-left: 5px;
    margin-right: 0;
}

.wrap .count {
    border: none;
    width: 70%;
    height: 35px;
    text-align: center;
    padding: 0 10px;
    text-align: center;
    color: #000;
    outline: none;
    background-color: transparent;
    border-radius: 0px;
    font-size: 17px;
}
.size_box{
    margin: 15px 0;
}
.size_box h4{
    text-transform: uppercase;
    color: #000;
    font-size: 15px;
    font-weight: 700;
}
.size_box h4 a {
    color: #707070;
    font-size: 13px;
    font-weight: 600;
    text-transform: capitalize;
    display: inline-block;
}
.alert_msg{
    font-size: 11px;
    color: #db3236;
    margin: 4px 0 0;
    font-weight: 600;
}



.productid {
    font-size: 13px;
    color: #707070;
    display: inline-block;
}



.order_table_wrapper table p {
    font-size: 16px;
    font-weight: 400;
}

.favorite_page .left_table tbody tr {
    background: #dadada;
    border-radius: 3px;
    margin-bottom: 10px;
    border-bottom: 2px solid #eee;
}

.address_wrapper {
    padding: 20px 0;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
    background: #f1f1f125;
    border-radius: 3px;
    width: 100%;

}

.address_wrapper ul li {
    padding: 2px 10px;
    color: #000;
    font-size: 13px;
    display: block;

}

.edit_delete {
    margin: 20px 10px 0 10px;
}

.edit_delete a {
    width: 48%;
    text-align: center;
    float: left;
}

.edit_delete:before,
.edit_delete:after {
    content: " ";
    display: table;
}

.edit_delete:after {
    clear: both;
}

.edit_delete a:last-child {
    float: right;
}

.address_add {
    text-align: center;
    padding: 10px 15px;
    color: #000;
    height: 100%;
    position: relative;
}

.address_add a {
    color: #000;
}

.address_add span {
    font-size: 14px;
    display: block;
    border-radius: 3px;
    position: absolute;
    top: 50%;
    padding: 5px 14px;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    margin: 0 auto;

}

.address_add .fa {
    font-size: 20px;
}

.price1 {
    font-family: sans-serif;
    font-size: 13px;
}

.favorite_page .ps-product__content a {
    color: #000;
    font-size: 13px;
}

.add_address .modal-dialog {
    max-width: 700px;

}


.add_address .modal-content {
    padding: 20px;
    margin: 0px auto;
}

.add_address form [class*="col-"] {
    margin-bottom: 15px;
}

.add_address form .btn-primary {
    width: 100%;
    display: block;
}

.add_address h4 {
    font-size: 25px;
    margin-bottom: 20px;
}

.btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.btn-primary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
}

.address_add {
    padding: 20px 10px;
}

.dashboard_table table tbody td img {
    height: 80px;
    width: auto;
}

.favorite_page {
    padding: 50px 0;
}

span.items {
    width: 20px !important;
    height: 20px !important;
    background: #917936;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 16px;
    position: absolute;
    top: -9px;
    right: -5px;
    font-size: 12px !important;
    color: #fff !important;
}
.top_left {
    float: left;
   
}

.nav-primary {
    float: right;
    margin-left: 50px;
   
}
.dashboard_page{padding: 70px 0 50px 0;
}
.dashboard_sidebar ul li{
    display: block;
    margin-bottom: 20px;
}
.dashboard_sidebar ul li a{
    display: block;
    padding: 10px 20px;
    text-decoration: none;
    transition: all 0.5s ease 0s;
    color: #000000c7;
    font-size: 18px;
    line-height: 24px;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
}
.dashboard_sidebar ul li a.active, .dashboard_sidebar ul li a:hover {
    background: #038403;
    color: #fff;
}
.items_img{
    height: 80px;
    border: 1px solid #038403;
    border-radius: 5px;
}
.my_order_table .btn{
    padding: 5px 10px;
    display: inline;
    font-size: 13px;
    line-height: 25px;
}
table .real_price {
    font-size: 15px;
}
table thead th{
    text-transform: uppercase;
    font-size: 14px;
}
.color_box {
	display: block;
}
.color_box a {
	display: inline-block;
	margin-bottom: 7px;
    margin-right: 15px;
}
.color_box a p {
    padding: 0;
    position: relative;
    width: 20px;
    height: 20px;
    font-size: unset;
    border: 1px solid #70707050;
    border-radius: 50%;
    text-align: center;
}
.color_box a {
    display: inline-block;
    margin-bottom: 7px;
}
.color_box a span {
    display: inline-block;
    margin-left: 5px;
    color: #000;
    font-weight: 600;
    font-size: 11px;
    text-transform: uppercase;
}
.color_box .active p:after {
    border: 1px solid #000;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    position: absolute;
    content: '';
    top: -4px;
    left: -4px;
}
.product_item{
    position: relative;
}
.remove_item i{
    width: 30px;
    height: 30px;
    line-height: 30px;
    background-color: #fff;
    border-radius: 50%;
    color: #000;
    text-align: center;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 2;
}
.remove_item i:hover{
    opacity: 0.8;
}
.product_item .product_img_holder img{
    height: 250px;
    width: 100%;
    object-fit: cover;
}
.coupon_box{
    border: 1px solid #038403;
    padding: 5px;
    border-radius: 3px;
}








/***banner***/
.banner {
    position: relative; 
}

.banner .slick-arrow {
    display: none !important;
}

.banner .slick-dots li.slick-active button:before {
    background: #fff;
    border: none;
    height: 10px;
    box-shadow: none;
    border-radius: 0;
    margin-top: -4px;
}


.banner .slick-dots {
    bottom: 60px;
    left: 30px;
    text-align: left;  
    width: auto;
}
.banner .slick-dots li{
    position: relative;
    cursor: pointer;
    margin-left: 10px;
    margin-right: 10px;
}
.banner .slick-dots li button:before {
    width: 30px;
    height: 4px;
    background: rgba(255, 255, 255, 0.3);
    right: 0;
    left: unset;
    border-radius:0;
}
.banner_caption{
    position: absolute;
    left: 0;
    transform: translateY(-50%);
    text-align: left;
    max-width: 1370px;
    top: 50%;
    padding: 0 0 0 30px;
    color: #fff;
    text-transform: uppercase;
}
.banner_caption a{
    background-color: #fff;
    padding: 10px 30px;
    color: #000;
    font-weight: 800;
    font-size: 13px;
    display: inline-block;
    
}
.banner_caption p{
    text-transform: capitalize;
    font-size: 15px;
    font-weight: 300;
    margin: 20px 0;
}
.banner_caption h1{
    font-size: 60px;
    line-height: 75px;
}
.banner_caption h1 span{
    display: block;
    font-weight: 900;
    font-size: 90px;
}
.banner_col{
    position: relative;
}



/***product catagory**/
.product_catagories {
    padding: 50px 0;
}

.product_catagories .slick-dots {
    display: none !important;
}

.product_catagories_img_holder {
    margin-right: auto;
    margin-left: auto;
    display: block;
    text-align: center;
}

.product_catagories_img_holder a {
    display: block;
    color: #000;
}

.product_catagories_img_holder span {
    display: block;
    margin-top: 15px;
    color: #070707;
    text-align: center;
    font-family: 'MuseoModerno', sans-serif;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.05px;
}

.product_catagories .img_wraper {
    max-width: 90%;
    object-fit: cover;
    margin-right: auto;
    margin-left: auto;
    display: block;
    text-align: center;  
    overflow: hidden; 
}

.product_catagories .img_wraper:hover img{
    -webkit-transform: scale(1.3);
	transform: scale(1.3);
    -webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

.product_catagories .img_wraper img {
   border-radius: 5px;
}
.title {
    position: relative;
    margin-bottom: 20px;
}
.title h5{
    margin-bottom: 15px;
    color: #058c03;
}
.title h2 {
    color: #000;
    font-family: "Poppins", sans-serif;
    text-transform:uppercase;
    font-size: 30px;
    font-weight: 700;
    
}
.catagory_filter.fixed-sidebar {
    position: fixed;
    top: 92px;
    height: calc(100vh - 92px);
    box-shadow:none;
    padding-left: 5px;
    overflow-y: scroll;
}
.catagory_filter.fixed-sidebar::-webkit-scrollbar {
    width: 4px;
    background-color: #038403;
    border-radius: 0;
}
.catagory_filter.fixed-sidebar::-webkit-scrollbar-thumb {
    border-radius: 0px;
    background-color:#91bd38;
}
.mt_92{
    margin-top: 92px;
}
/*.masterhead li, .masterhead li a{
    font-size: 14px;
    font-weight: 400;
    display: inline-block;
}
.masterhead li{
    color: #deb217;
    padding: 0 5px;
}
.masterhead li a{
    color: #000;
}
*/


.masterhead{
    padding: 100px 0;
    position: relative;
    z-index: 2;
}
.masterhead:after {
    content: '';
    position: absolute;
    background-color: #000;
    opacity: 0.3;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
}
.masterhead h2{
    color: #fff;
    font-family: "Oxygen", sans-serif;
    margin-bottom: 15px;
    font-size: 40px;
}
.masterhead p{
    color: #fff;
    font-size: 18px;
    font-weight: 500;
}
.masterhead li, .masterhead li a{
    font-size: 16px;
    font-weight: 500;
    display: inline-block;
}
.masterhead li{
    position: relative;
    padding: 0 15px;
    color: #fff;
}
.masterhead li:after{
    position: absolute;
    content: '>';
    color: #fff;
    right: 0;
    top: 0;
}
.masterhead li:last-child:after{
    display: none;
}

.masterhead li a{
    color: #fff;
}
.masterhead ul{
    text-align: right;
    display: table;
    margin-left: auto;
    border: 2px solid #fff;
    padding: 5px 10px;
}




/***new Product**/
.new_prduct {
    padding: 60px 0;
}

.view_all.text-right {
    text-align: right;
}

.view_all a {
    color: #4E4E4E;
    font-size: 18px;
   
    font-weight: 300;
    line-height:28px;
  
}

.new_prduct .slick-dots {
    display: none !important;
}


.products_details ul:before,
.products_details ul:after {
    content: " ";
    display: table;
}

.products_details ul:after {
    clear: both;
}



.slider_box .img_holder .fa {
    position: absolute;
    right: 10px;
    top: 10px;
    color: #eee;
    font-size: 20px;
    cursor: pointer;
}

.slider_box .img_holder .fa:hover {
    color: #bd8966;
}


.product_list_right .img_holder {
    height: 250px;
    display: flex;
    align-items: center;
    margin: 0;
}

.product_list_right .slider_box {
    padding: 0;
    margin: 0 0 30px 0;
}

.product_name {
    color: #202020;
    font-size: 15px;
    font-weight: 400;
    line-height: 16px;
    margin: 7px 0;
}

.price {
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display:inline-block;
}
.price .fa {
   
    margin: 0 2px 0 0;
}
.real_price {
    display: inline-block;
    margin-right: 5px;
   
}

.discount_price {
    text-decoration: line-through;
    color: #707070;
    display: inline-block;
    margin-right: 5px;
}

.reviews .fa {
    font-size: 12px;
    color: #f7ac34;
    margin: 0 3px;
}

.reviews {
    display: flex;
    justify-content: center;
}

.add_cart {
    background-color: #656464;
    padding: 5px 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    position: absolute;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
}

.add_cart a {
    color: #fff;
}

.size_box .d-flex a{
    width: 40px;
    height: 40px;
    line-height: 40px;
    justify-content: center;
    display: flex;
    align-items: center;
    border: 1px solid #000;
    border-radius: 3px;
    font-size: 16px;
    font-weight: 600;
    margin-right: 10px;
    color: #000;
}
.size_box .d-flex a.active{
    background-color: #000;
    color:#fff
}
.size_box .d-flex a.disable{
    cursor: not-allowed!important;
    opacity: 0.2;
}
.pincode_avalability{
    margin:25px 0;
}
.pincode_avalability form {
    width: 70%;
    border: 1px solid rgb(155 202 60);
    padding: 5px 10px;
    border-radius: 5px;
    margin: 5px 0;
    display: flex;
    align-items: center;
}
.pincode_avalability form  input {
    border: none;
    height: 30px;
    width: calc(100% - 100px);
    font-size: 13px;
    font-weight: 600;
}
.pincode_avalability form input[type="submit"] {
    background: transparent;
    color: #038403;
    border: none;
    font-weight: 600;
    width: 100px;
    font-size: 15px;
    text-align: right;
}
.cart_list .product_img_holder{
    width: 103px;
    float: right;
}
.cart_list .products_details{
    border: none;
    width: calc(100% - 105px);
    float: left;
    padding: 0;
}
.cart_action_btn a{
    display: inline-block;
    padding: 0 30px;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    line-height: 50px;
    
}
.remove_btn{
    color: rgba(0, 0, 0, 0.50);
    width: 150px;
}
.remove_btn:hover{
    background-color: #84ac36;
    color: #fff;
}
.move_to_wishlist{
    background-color: #038403;
    color: #fff;
    width: calc(100% - 150px);
}
.move_to_wishlist:hover{
    opacity: 0.9;
    color: #fff;
    background-color: #84ac36;
}
.cart_action_btn{
    border: 1px solid #038403;
    border-radius: 5px;
    overflow: hidden;
}
.cart_list{
    border-radius: 3px;
    border: 1px solid rgba(0, 0, 0, 0.20);
    padding: 15px 10px;
    margin-bottom: 22px;
}
.alert{
    font-family: 'MuseoModerno', sans-serif;
    background-color: #038403;
    color: #fff;
}
.size{
    font-weight: 500;
    margin-left: 10px;
}
.coupan_box{
    border: 1px solid #EAEAEA;
    padding: 10px;
    border-radius: 3px;
    background: #038403;
}
.coupan_box a{
    display: block;
    padding: 10px 30px;
    border-radius: 3px;
    color: #fff;
    font-size: 15px;
    line-height: 15px;  
}
.coupan_box a .fa{
    margin-right: 15px;
}
.headding{
    font-weight: 600;
    font-size: 15px;
    padding: 10px 20px;
    background: #038403;
    color: #fff;
}
.price_cost_details{
    border: 1px solid #038403;
}
.addres_item{
    padding-left: 40px;
    position: relative;
    cursor: pointer;
}
.addres_item p{
    font-weight: 600;
    font-size: 13px;
}
.addres_item .name{
    text-transform: capitalize;
}
.circle {
    width: 20px;
    height: 20px;
    border: 1px solid #038403;
    border-radius: 50%;
    position: absolute;
    left: 10px;
    top: 18px
}
.active .circle {
    background-color: #038403;
}
.cart_list .color {
    font-weight: 500;
    margin: 0 10px;
}
.cart_list .color p{
    margin-left: 5px;
}
/**similar_product**/
.new_arrival {

    padding: 50px 0;
}

.new_arrival img {
    height: 400px;
    width: 100%;
    object-fit: cover;
    border-radius: 5px;
}

.new_arrival_slider_col a {
    margin: 15px;
    display: block;
}

/**testimonial**/
.testimonial {
    background: #f5f3ee;
    padding: 60px 0 40px;
}


.testimonial .slick-arrow {
    display: none !important;
}

.testimonial p {
    color: #656464;
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: 176.523%;
    /* 42.365px */
}

.slider_item {
    padding-top: 50px;
}
.slick-slide  img.back_img{
    display: none;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.slick-slide .product_img_holder:hover img.front_img{
    display: none;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.slick-slide .product_img_holder:hover img.back_img{
    display: block;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.review__start p{
    color: #000; 
}
.review__start p i{
    color: #000;
    font-size: 11px;
   
}
.product_img_holder{
    position: relative;
}
.author_item h5{
    font-size: 22px;
    color: #222222;
    line-height: 35px;
    font-weight: 300;
    max-width: 650px;
    margin-bottom: 40px;
}
.testimonial .author_item span{
    font-size: 13px;
    color: #222222;
    line-height: 20px;
    font-weight: 300;
    display: inline-block;
}
.testimonial .slick-dots {
    bottom: 30px;
    text-align: left;
    max-width: 1310px;
    left: 50%;
    transform: translate(-50%);
}
.testimonial .review__start p i {
    font-size: 14px;
}
.testimonial .review__start{
    margin-bottom: 20px;
}
.author_img img{
    width: 100%;
}
.testimonial .slick-dots li button{
    width: 20px;
}
.how_we_work{
    padding: 40px 0;
}
.how_we_work_item span{
    font-weight: 800;
    display: inline-block;
}
.how_we_work_item img{
    object-fit: contain;
}
/***footer***/
footer{
    padding: 50px 0 20px 0;
    position: relative; 
    z-index: 2;
    background-size: cover !important;
}
footer:after{
    background-color: #000;
    opacity: 0.6;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    content: '';
}
footer p{
    color: #fff;
   
    font-size: 14px;
    font-weight: 500;
    line-height: 30px; 
}
.footer_col h4{
    margin-bottom: 20px;
    color: #038403;
    font-size: 16px;
    font-weight: 700;
    line-height: 18px; 
    text-transform: capitalize;
}


.footer_col li a {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    line-height: 30px; 
    display: block;
    font-family: "Oxygen", sans-serif;
}

.footer_col li a:hover {
    color: #038403;
}
.ftr_logo  {
    margin-right: 40px;
}
.footer_col input[type="submit"]{
    width: 90px;
    float: right;
    text-align: center;
    border: none;
    background: #038403;
    color: #FFF;
    font-size: 12px;
    font-weight: 400;
    line-height: 46px;   
}
.footer_col input[type="submit"]:hover{
    background-color: #038403;
   
}
.footer_col input[type="email"]{
    width: calc(100% - 90px);
    float: left;
    height: 48px;
    padding: 0 10px;
    text-align: left;
    border: none;
    background: transparent;
    color: #000;
    background-color: #fff;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    text-transform: lowercase;
    
}
.footer_col input[type="email"]::placeholder{
    color: #000;
    
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
}
.social_media{
    margin-top: 30px;
}
.social_media li{
    display: inline-block;
    margin-right: 20px;
}
.social_media li:last-child{
    margin-right: 0;
}
.social_media li a{
    color: #fff;  
    font-size: 20px;
}
.social_media li a:hover{
    color: #038403;
}
.f_bottom{
    border-top: 1px solid #fff;
    padding-top: 20px;
}
.f_bottom p{
    font-size: 12px;
}
/**modal **/

.size_chart_btn_modal  .modal-header{
    padding: 15px 15px 5px 15px;
}
.size_chart_btn_modal .modal-dialog {
    max-width: 600px;
}
.size_shirt_img img{
    height: 100%;
    object-fit: cover;
}
.modal-title{
    color: #fff;
}
.modal .alert{
    padding: 3px 5px;
    background-color: transparent;
    color: red;
    font-size: 10px;
    line-height: 13px;
    border: 2px solid red;
    border-radius: 0;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
}
.modal{
    font-family: 'Montserrat', sans-serif;
}
.modal p {
    margin-bottom:5px;
} 

.modal p a {
    color: #707070;
    font-size: 13px;
    display: inline-block;
}

.modal .ps-btn--fullwidth {
    background: #bd8966;
    color: #fff;
    padding: 9px 40px;
    border-radius: 5px;
    font-size: 15px;
    border: none;
    width: auto;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.modal .commntbn {
    background-color: #038403;
    color: white;
    display: block;
    padding: 5px 20px;
    text-align: center;
    border-radius: 3px;
    width: 100%;
    border: none;
}
.forgot_pass {
    color: #707070;
    font-size: 12px;
    display: inline-block;
}

.modal-header {
    border-bottom: none;
    background-color: #038403;
    padding: 10px 1rem;
}
.modal-content{
    border: 1px solid #038403;
}
.modal .form-control{
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #706f6f;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #038403;
    border-radius: 3px;
    outline: none;
}
.modal{
    background: rgba(0,0,0,0.4);
}
.modal button.close {
    position: absolute;
    right: 15px;
    top: 15px;
    opacity: unset;
    color: #bd8966;
    z-index: 3;
}

.modal h3 {
    font-size: 20px;
    font-weight: 500;
}
.commntbn{
    background-color: #038403;
    color: white;
    display: inline-block;
    padding: 10px 20px;
    text-align: center;
    border-radius: 3px;
    border: none;
}
.commntbn:hover{
    background-color: #84ac36;
    color: #fff;
}
.login_signu_pmodal p{
    font-size: 13px;
    color: #707070;
    font-weight: 500;
}
.form-control:focus{
    box-shadow: none;
}







.adddiv a {
    color: #707070 !important;
}

.cart_items_page tbody td {
    border: 1px solid #eee;
    border-top: none ! important;
    text-align: center;
    vertical-align: middle !important;
}

.cart_items_page tbody td .wrap {
    display: flex;
    justify-content: center;
    align-items: center;
}

.cart_items_page thead th {
    font-weight: 500;
    font-size: 15px;
    background-color: #eeeeee60;
}

.cart_payment_wrapper .ps-btn--fullwidth {
    text-align: center;
    font-size: 15px;
}

.cart_payment_wrapper ul li p {
    position: relative;
    padding: 5px 0;
    font-weight: 500;
    font-size: 14px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.checkout_btn {
    background-color: #038403;
    color: white;
    display: block;
    padding: 10px 20px;
    text-align: center;
    border-radius: 3px;
    margin-top: 20px;
}
.checkout_btn:hover{
    background-color: #84ac36;
    color: #fff;
}


.remove_item_btn {
    background: none;
    border: none;
}

.cart_payment_wrapper ul li {
    border-bottom: 1px solid #eee;
    padding: 0 16px;
}



.products_details h4 {
    color: #000;
}

.search_page_list {
    padding: 50px 0;
}

.search_page_list a p {
    color: #000;
}

.search_page_list .search_box {
    border: 1px solid #eee;
    height: 100%;
    text-align: center;
    padding: 20px 15px;
    border-radius: 10px;
}

.loader {
    border: 3px solid #f3f3f3;
    border-radius: 50%;
    border-top: 3px solid #3498db;
    width: 30px;
    margin: auto;
    height: 30px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

.custom_radio a {
    display: inline-block;
    /*margin-right:15px;*/
}

.color_option {
    margin-top: 15px;
}

.new_prduct .prodcut_wrapper .img_holder {
    margin-bottom: 30px;
}


.color_option .custom_radio input[type="radio"]+label::before,
.color_option .custom_radio input[type="radio"]+label::after {
    top: -17px;
    left: 2px;
    width: 26px;
    height: 26px;
}

.color_option .custom_radio input[type="radio"]+label {
    padding-left: 21px;
    margin-bottom: -1px;
}

.color_option .custom_radio p {
    padding: 0;
    position: relative;
    width: 20px;
    height: 20px;
    font-size: unset;

}

.color_size p {
    position: relative;
    margin-right: 15px;
}

.color_size p.active_color:after {
    position: absolute;
    content: '';
    width: 26px;
    height: 26px;
    border: 1px solid #707070;
    border-radius: 50%;
    top: -3px;
    left: -3px;
}

.custom_radio p {
    width: 20px;
    height: 20px;
    border-radius: 50%;
}

.otp {
    width: 30px;
    height: 30px;
    text-align: center;
    font-size: 18px;
    border: none;
    color: #bd8966;
    margin-right: 10px;
    border-bottom: 2px solid #bd8966;
}

.logotp {
    width: 30px;
    height: 24px;
    text-align: center;
    font-size: 15px;
    border: none;
    color: #bd8966;
    margin-right: 10px;
    border-bottom: 2px solid #bd8966;
}

.forgotvalotp {
    width: 30px;
    height: 30px;
    text-align: center;
    font-size: 18px;
    border: none;
    color: #bd8966;
    margin-right: 10px;
    border-bottom: 2px solid #bd8966;
}

.whatsaap {
    position: fixed;
    right: 20px;
    bottom: 20px;
    padding: 10px;
    border-radius: 5px;
    z-index: 9;
}

.whatsaap img {
    border-radius: 10px;
}

#showheadercart li:last-child {
    display: block;
    margin-left: 0;
}

.search_col .row {
    background: #eee;
    display: flex;
    align-items: center;
}

.search_col {
    border-bottom: 2px solid #c5696f;
}

.search_col img {
    width: 60px;
    height: 60px;
}

.search_col a {
    color: #000;
}

.dropdown-content {
    position: absolute;
    width: 94%;
    top: 100%;
    height: 250px;
    overflow-x: hidden;
}

.input_box form {
    position: relative;
}

.dropdown-content {
    scrollbar-width: thin;
    scrollbar-color: #c5696f #fff;
}

.dropdown-content::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

.dropdown-content::-webkit-scrollbar-track {
    background-color: #58514f;
}

.dropdown-content::-webkit-scrollbar-thumb {
    background-color: #fff;
}

.dropdown-content::-webkit-scrollbar-track,
.dropdown-content::-webkit-scrollbar-thumb {
    border-radius: 50px;
}

.ps-section--shopping {
    padding: 50px 0;
}

.razorpay-payment-button {
    width: 100%;
    border: none;
    height: 35px;
    font-size: 15px;
    border-radius: 5px;
    background: #df5708 !important;
}

.requiredfield {
    color: red;
    text-align: left;
    font-size: 13px;
    margin: 0;
}

.pay_page {
    padding: 50px 0;
    background: #f1f1f120;
}

.containerx ul {
    margin-top: 30px;
}

.containerx ul li {
    display: block;
    padding: 10px 15px;
    background: #eeeeee20;
    border: 1px solid #eee;
    border-radius: 5px;
    margin-bottom: 5px;
}

.containerx label {
    font-size: 16px;
    margin-bottom: 0;
}

.pay_amount_right .pay_amount_right ul li p {
    position: relative;
    padding: 5px 0;
}

.pay_amount_right ul li p span {
    position: absolute;
    right: 0;
    top: 0;
}

.pay_amount_right ul li {
    border-bottom: 1px solid #eee;
    position: relative;
    padding: 5px;
}

.order_final_status {
    font-size: 18px;
    margin-bottom: 10px;
}

.add_new_adress {
    font-size: 50px;
    color: #707070;
    display: block;
}

button {
    border: none;
    outline: none;
}

.sizeproduct p.active_color::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 34px;
    border: 1px solid #dadada;
    border-radius: 5px;
    top: 0;
    left: 0;
}

.sizeproduct a {
    color: #707070;
}

.sizeproduct .custom_radio p {
    width: 100%;
    height: unset;
    border-radius: 5px;
    border: 1px solid transparent;
    text-align: center;
    padding: 5px 10px;
    margin-right: 0;
}

.product_catagories .slick-arrow {
    top: 40%;
}

.about_us_sec {
    padding: 100px 0;
}

.tab_items_wrapper ul {
    margin-bottom: 30px;
    padding: 0 0 10px 0;
}

.tab_items_wrapper ul li {
    margin-right: 100px;
}

.tab_items_wrapper ul li a {
    color: #000;
    font-family: Kaisei Decol;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    padding: 0 0 10px 0;
    margin: 0;
}

.tab_items_wrapper ul li.active a {
    border-bottom: 1px solid #038403;
}

.con_information {
    padding: 270px 0;
    text-align: center;
}

.con_information a {
    display: inline-block;
    padding: 10px 30px;
    background-color: #fff;
    color: #000;
    border-radius: 100px;
}

.contact_form li .fa {
    color: #038403;
    left: 0;
    top: 10px;
    font-size: 20px;
    position: absolute;
}

.contact_form li {
    padding-left: 50px;
    position: relative;
    margin-bottom: 30px;
}

.contact_form li a {
    color: #9A9A9A;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 221.023%;
    /* 35.364px */
}

.contact_form h3 {
    margin-bottom: 30px;
}

.contact_form label {
    color: #9A9A9A;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: 150px;
    float: left;
}

.contact_form label:after,
.contact_form label:before {
    display: none;
}

.contact_form input {
    width: calc(100% - 150px);
    float: left;
    border-radius: 10px;
    background: #FDFDFD;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
    height: 35px;
    padding: 0 15px;
    border-radius: 100px;
    border: none;
}

.input_box {
    margin-bottom: 30px;
}

.input_box:after,
.input_box:before {
    display: table;
    content: '';

}

.input_box:after {
    clear: both;
}

.contact_form .input_box button[type="submit"] {
    width: auto;
    display: table;
    margin-left: auto;
    margin-right: auto;
    border-radius: 100px;
    background: #038403;
    color: #fff;
    padding: 10px 50px;

}
.top_right{
    float: right;
}
.megamenu_toggle_icon{
    position: absolute;
    right: -18px;
    top: 50%;
    width: 13px;
    height: 13px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin-top: -7px;
   
}
.megamenu_toggle_icon:after{
    content: '\f107';
    position: absolute;
    font-family: 'FontAwesome';
    color: #000;
    text-align: center;
    line-height: 20px;
    font-size: 20px;
    font-weight: 500;
}
.megamenu_toggle_icon.js-toggled:after{
    content: '\f105 ';
    position: absolute;
    font-family: 'FontAwesome';
    color: #038403;
    text-align: center;
    line-height: 20px;
    font-size: 20px;
}







.our_achivment .title h2 {
    font-size: 30px;
    border-left: 5px solid #038403;
    line-height: 33px;
    padding-left: 14px;
}
.achivment_list{
    border-style: solid;
    border-width: 10px 10px 10px 10px;
    border-color: #f5f5f5;
    transition: 0.3s, border 0.3s,
    border-radius 0.3s,
    box-shadow 0.3s;
    padding: 10px 10px 10px 10px;
}
.counting {
    font-size: 25px;
    font-weight: 700;
    margin-right: 10px;
    color: #038403;
}
.achivment_list h4{
    font-size: 20px;
    font-weight: 700;
    color: #000;
    font-style: italic;
}
.unlock_secrets{
    overflow: hidden;
    background-position: 50% 65% !important;
    padding: 5em 1em 5em 1em;
}
.unlock_secrets h2{
    margin-bottom: 15px;
}
.unlock_secrets .title {
  
    margin-bottom: 0;
}
.offer_wrpper{
    background-color: #f5f5f5;
    padding: 20px 15px;
    border-radius: 3px;
    margin-bottom: 30px;
}
.offer_wrpper i{
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background: #038403;
    color: #fff;
    font-size: 30px;
    border-radius: 3px;
    display: inline-block;

}
.offer_wrpper h4{
    margin: 15px 0;
    font-weight: 700;
}

.what_we_offer  .title{
    max-width: 600px;
}
.ayurvedic_treatment{
    padding: 150px 0;
    position: relative;
    z-index: 2;
}
.ayurvedic_treatment:after{
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    content: '';
    z-index: -1;
}
.ayurvedic_treatment .title h2{
    color: #fff;
}
.ayurvedic_treatment .title p{
    color: #fff;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 30px;
    padding-bottom: 30px;
}
.ayurvedic_treatment .commntbn:nth-of-type(1){
    background-color: #0ab30a;
    margin-right: 15px;
}
.why_choose_us{
    margin: 100px 0;
}
.why_choose_us ul li{
    padding-left: 35px;
    margin-bottom: 15px;
    position: relative;
}
.why_choose_us ul li:after{
    content:'\F271';
    font-family: "bootstrap-icons";
    color: #038403;
    left: 0;
    top: 0;
    font-size: 25px;
    position: absolute;
    line-height: 25px;
}
.associated .title h2 {
    font-size: 30px;
    border-left: 5px solid #038403;
    line-height: 33px;
    padding-left: 14px;
}
.associated .title{
    margin-bottom: 0;
}
.associated .title h2{
    margin-bottom: 0;
}
.associated{
    margin-bottom: 60px;
}
.associated .slick-arrow{
    display: none !important;
}
.discover{
    padding: 100px 0;
    position: relative;
    z-index: 2;
}
.discover:after{
    content: '';
    position: absolute;
    background-color: #879239;
    opacity: 0.5;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
}
.discover .title{
    color: #fff;
}
.discover .title h2, .discover .title p{
    color: #fff;
    margin-bottom: 15px;
}

.pa-contact-form {
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.07);
    padding: 30px;
    border-radius: 10px;
    transform: translate(-130px, 36px);
    z-index: 1;
    position: relative;
    background: #fff;
}
.pa-contact-form input {
    width: 100%;
    height: 50px;
    padding: 0px 20px;
    border: 1px solid #6caaa8;
    outline: none;
    border-radius: 50px;
}
.pa-cmnt-form textarea, .pa-contact-form textarea {
    width: 100%;
    height: 200px;
    padding: 10px 20px;
    border: 1px solid #6caaa8;
    outline: none;
    border-radius: 10px;
    resize: none;
}
.pa-cmnt-form input, .pa-cmnt-form textarea, .pa-contact-form input, .pa-contact-form textarea {
    margin-bottom: 15px;
}
.pa-contact {
    padding-bottom: 73px;
}

.spacer-top {
    padding-top: 80px;
}
.pa-contact-map iframe {
    width: 100%;
    height: 600px;
    border: none;
    border-radius: 10px;
    filter: grayscale(1);
}

.pa-contact-detail{
    padding-bottom: 50px;
}
.pa-contact-box {
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.07);
    padding: 25px 30px 23px;
    border-radius: 10px;
    transition: 0.3s;
    margin-bottom: 30px;
}
.product_wrapper {
    position: relative;
    background: #fff;
    z-index: 1;
    border: 1px solid #ebebeb;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 30px;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
}
/*27/08/2024*/

.price .fa {
    font-size: 12px;
    margin: 0 2px 0 0;
}
.real_price {
    display: inline-block;
    margin-right: 5px;
    
}

.discount_price {
    text-decoration: line-through;
    color: #707070;
    display: inline-block;
   
}

.reviews .fa {
    font-size: 12px;
    color: #f7ac34;
    margin: 0 3px;
}

.reviews {
    display: flex;
    justify-content: center;
}

.add_cart {
    background-color: #656464;
    padding: 5px 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    position: absolute;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
}

.add_cart a {
    color: #fff;
}
  a.button.add_to_cart_button {
    display: block;
    text-align: center;
    background: #038403;
    color: #fff;
    padding: 5px;
    }
    .added_to_cart.wc-forward{
    display: block;
    text-align: center;
    background: #038403;
    color: #fff;
    padding: 5px;
    margin-top:5px;
    }
    a.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained {
    background: #038403;
    color: #fff;
}
.woocommerce form .form-row .input-text, .woocommerce form .form-row select{
    border:1px solid #000;
}
.woocommerce-form-login__submit, .woocommerce-form-register__submit{
    padding:7px 0;
}
form br{
    display:none;
}
.discount-percentage {
    
    position: absolute;
    top: 0;
    left: 0;
}
