@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&family=MuseoModerno:wght@100;200;300;400;500;600;700;800;900&display=swap');

html {
    font-family: 'Montserrat', sans-serif;
}


body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Montserrat', sans-serif;
}

p {
    padding: 0px;
    margin: 0px;
    font-size: 15px;
    line-height: 24px;

}

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;
}

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: -3px;
    transform: unset;
    height: 32px;
    top: 48%;
    z-index: 2;
}

.slick-next {
    right: -3px;
    transform: unset;
    z-index: 2;
    margin-top: 0px;
    background-position: center center;
    background-size: 100% 100%;
    height: 32px;
    top: 48%;
}

.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;
    background: rgba(176, 226, 242, 0.34);
    border-radius: 50%;
    box-shadow: 0 0 3px 0 rgba(207, 161, 161, 0.2);
    opacity: unset;
}

.slick-dots li.slick-active button:before {
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.7);
    background: #fff;
    border: 2px solid #BC3057;

}


/***header***/
header {
    background: #FFFFFF;
    transition: all .4s ease-in-out;
   
}

.logo {
    float: left; 
}

.logo img {
   height: 35px;
}

.nav-primary li {
    float: left;
    margin-right: 20px;
    
    padding: 10px 0;
}

.nav-primary li:last-child {
    margin-right: 0;
}



.nav-primary li a {
    color: #000;
    font-size: 13px;
    display: block;
    font-weight: 500;
    line-height: 1.5rem;
   
}

.nav-primary li a:hover,.nav-primary li.active a {
    color: #9BCA3C;
}
.header_wrapper{
    position: fixed;
    left: 0;
    top: 0;
    z-index: 4;
    width: 100%;
    box-shadow: 0 0 18px #eaebed;
}
.top_area{
    background-color: #9BCA3C;
    padding: 5px 0;
}
.top_area a{
    color: #121212;
    font-size: 11px;
    font-weight: 600;
    line-height: 15px;
}
.top_right {
    float: right;
}
.top_area li{
    margin-right: 10px;
}
.top_area li:last-child{
    margin-right: 0;
}
.search_div {
    float: left;
    margin-right: 30px;
}

.search_div .input_box {
    display: none;
    width: 100%;
    background: #9BCA3C;
    left: 0;
    right: 0;
    position: fixed;
    top: 76px;
    z-index: 1;
    color: #fff;
    padding: 5px 5%;

}

.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: 50px 0 0 50px;
    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;
    margin-top: 8px;
}

.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: 20px;
    line-height: 22px;
}
.right_right_menu li> a i{
    font-size: 22px;
}
.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: #9bca3c;
}

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: #9BCA3C;
    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;

}

.megamenu{
    position: absolute;
    z-index: 3;
    background: #fff;
    top: 92px;
    padding: 10px 5%;
    box-shadow: 0 12px 8px 0 rgba(0,0,0,0.1);
    width: 100%;
    display: none;
    left: 0;
    border-top: none;
}
.catagory_title h3{
    font-size: 14px;
    margin-bottom: 20px;
    color: #494949;
    font-weight: 600;
}
.megamenu 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: #9BCA3C;
    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%;
    padding-right:10px;
    padding-left:10px;
}
.slider_box{
    margin-left: 7px;
    margin-right: 7px;
}
.products_details{
    border: 1px solid #dadada;
    border-top: none;
    padding: 15px 10px;
    border-radius: 0 0 5px 5px;
}
/***shop page**/
.masthead {
    padding: 40px 0;
    background:#eeefed;
}

.masthead h2 {
    color: #202020;
}

.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;
    padding:5px 0;
}
.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 li label{
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
}
.catagory_filter li input[type="checkbox"]{
    width:0;
    height:0;
    visibility:hidden;
}
.catagory_filter li label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid #9BCA3C;
    padding: 8px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 10px;
}
.catagory_filter li input:checked+label:after {
    content: '';
    display: block;
    position: absolute;
    top: 8px;
    left: 5px;
    width: 8px;
    height: 15px;
    border: solid #9BCA3C;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.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: #9BCA3C;
    letter-spacing: 1px;
}
.loadmore:hover{
    color: #fff;
    background-color: #8ab437;
}


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;
}
.prodcut_slider_right_area.products_details {
    border: none;
    border-top: none;
    padding: 0;
    border-radius: 0;
}

.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: #9BCA3C;
}

.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 #9BCA3C;
}

.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: #9BCA3C;
}

.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: 18px;
}

.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: #9BCA3C;
    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 #9BCA3C;
    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;
}

/*.clear {
    clear: both;
    line-height: 0;
    font-size: 0;
}*/
.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;
}

.ps-product__thumbnail a {
    color: #000;
    font-size: 13px;
}

.add_address .modal-dialog {
    max-width: 700px;

}

#div1 td {
    padding: 18px 5px;
}

.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;
    min-height:100vh;
}
.cart_page {
     min-height:100vh;
}
.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;
    font-weight:500;
    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: #9BCA3C;
    color: #fff;
}
.items_img{
    height: 80px;
    border: 1px solid #9BCA3C;
    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 #9BCA3C;
    padding: 5px;
    border-radius: 3px;
}









/***banner***/
.banner {
    position: relative;
    margin-top: 92px;
}

.banner .slick-arrow {
    display: none !important;
}

.banner .slick-dots li.slick-active button:before {
    background: #9BCA3C;
    width: 60px;
    border: none;
}

.banner .slick-dots {
    bottom: 50%;
    right: 0;
    text-align: right;
    left: unset;
    width: auto;
}
.banner .slick-dots li{
    position: relative;
    display: block;
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    cursor: pointer;
}
.banner .slick-dots li button:before {
    width: 30px;
    height: 4px;
    border-radius: 5px 0 0 5px;
    background: #fff;
    right: 0;
    left: unset;
}




/***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 h2 {
    color: #000;
    text-align: center;
    font-family: 'MuseoModerno', sans-serif;
    font-size: 40px;
    font-weight: 400;
    letter-spacing: 2px;
}
.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: #9BCA3C;
    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;
    color: #000;
    padding: 0 2px;
}
.masterhead li:last-child a{
    color: #deb217;
}
.clicked{
    display: block;
    color: #000;
}
.clicked:hover{
    color:#000;
}
input[type="radio"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #9bca3c;
  outline: none;
  cursor: pointer;
}
input[type="radio"]:checked {
  border-color: #6a990c;
  background-color: #9bca3c;
}
.pay_optn label{
    cursor:pointer;
    margin-left: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: #737373;
    font-size: 12px;
    font-weight: 500;
    line-height: 17px;
    margin: 7px 0;
}
.product_name .review__start {
    position: unset;
    padding:0;
}
.product_name .review__start a i{
    margin-left: 0;
}
.price {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.price .fa {
    font-size: 14px;
    margin: 0 2px 0 0;
}
.real_price {
    display: inline-block;
    margin-right: 5px;
    font-size: 15px;
    font-weight: 600;
}
.discount {
    font-size: 12px;
    font-weight: 600;
}
.discount_price {
    text-decoration: line-through;
    font-size: 13px;
    color: #9BCA3C;
    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: #9bca3c;
    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: #9BCA3C;
    color: #fff;
    width: calc(100% - 150px);
}
.move_to_wishlist:hover{
    opacity: 0.9;
    color: #fff;
    background-color: #84ac36;
}
.cart_action_btn{
    border: 1px solid #9BCA3C;
    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: #9BCA3C;
    color: #fff;
}
.size{
    font-weight: 500;
    margin-left: 10px;
}
.coupan_box{
    border: 1px solid #EAEAEA;
    padding: 10px;
    border-radius: 3px;
    background: #9bca3c;
}
.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: #9bca3c;
    color: #fff;
}
.price_cost_details{
    box-shadow: 0 0 20px 0 rgba(0,0,0,0.1);
    padding: 20px;
}
.addres_item{
    padding-left: 40px;
    position: relative;
    cursor: pointer;
}
.addres_item p{
    font-weight: 600;
    font-size: 13px;
}
.addres_item .name{
    text-transform: capitalize;
    display: block;
    
}
.circle {
    width: 20px;
    height: 20px;
    border: 1px solid #9bca3c;
    border-radius: 50%;
    position: absolute;
    left: 10px;
    top: 18px
}
.active .circle {
    background-color: #9bca3c;
}
.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;
}


.review__start{
    background: #fff;
    width: auto;
    bottom: 30px;
    left: 0;
    position: absolute;
    padding: 2px 5px;
}
.review__start a{
    color: #000;
    display:inline-block;
    
}
.review__start a i{
    color: #f7ac34;
    margin-left: 5px;
   
}

.product_img_holder{
    position: relative;
}
.discount_price .fa{
    font-size: 13px;
}


/***footer***/
footer{
    background-color: #9BCA3C;
    padding: 100px 0;
    font-family: 'MuseoModerno', sans-serif;
}
.footer_col h4{
    margin-bottom: 20px;
    color: #000;
    font-size: 16px;
    font-weight: 500;
    line-height: 18px; 
    letter-spacing: 1px;
    text-transform: uppercase;
}


.footer_col li a {
    color: rgba(4, 4, 4, 0.90);
    font-size: 12px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    line-height: 23px; 
    display: block;
}
.social_media_links li{
    margin-right:10px;
}
.social_media_links li i{
    width:30px;
    height:30px;
    line-height:30px;
    text-align:center;
    background:#000;
    color:#fff;
    border-radius:50%;
     -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.social_media_links li i:hover{
    color:#000;
    background:#fff;
}
.footer_col li a:hover {
    color: #000;
}
.ftr_logo  {
    margin-right: 40px;
}
.footer_col button{
    width: 128px;
    float: right;
    text-align: center;
    border: 1px solid #000;
    background: #000;
    color: #FFF;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 30px;
    text-transform: lowercase;
    
}
.footer_col input[type="email"]{
    width: calc(100% - 128px);
    float: left;
    height: 34px;
    padding: 0 10px;
    text-align: left;
    border: 1px solid #000;
    background:transparent;
    color: #000;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    text-transform: lowercase;
    
}
.footer_col input[type="email"]::placeholder{
    color: #000;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
}


/**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: #9BCA3C;
    color: white;
    display: block;
    padding: 5px 20px;
    text-align: center;
    border-radius: 3px;
    width: 100%;
    border: none;
}
.btn-danger{
    border-radius: 3px;
}
.forgot_pass {
    color: #707070;
    font-size: 12px;
    display: inline-block;
}

.modal-header {
    border-bottom: none;
    background-color: #9BCA3C;
    padding: 10px 1rem;
}
.modal-content{
    border: 1px solid #9BCA3C;
}
.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 #9bca3c;
    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: #9BCA3C;
    color: white;
    display: block;
    padding: 10px 20px;
    text-align: center;
    border-radius: 3px;
    width: 100%;
    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: #9BCA3C;
    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: #fff;
    display: flex;
    align-items: center;
}

.search_col {
    border-bottom: 1px solid #000;
}

.search_col img {
    width: 100%;
   
}
.search_col p{
    font-size: 11px;
    line-height: 16px;
}
.search_col a {
    color: #000;
}

.dropdown-content {
    position: absolute;
    width: 100%;
    top: 100%;
    overflow-x: hidden;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
    background: #fff;
    display:none;
}

.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 #9BCA3C;
}

/**contact_page **/
.contact_page .container{
    max-width:1000px;
}

.con_information a {
    display: inline-block;
    padding: 10px 30px;
    background-color: #fff;
    color: #000;
    border-radius: 100px;
}

.contact_form li .fa {
    color: #fff;
    font-size: 20px;
    background: #9BCA3C;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 3px;
    min-width:50px;
    margin-right:10px;
}

.contact_form li {
    position: relative;
    margin-bottom: 30px;
    display:flex;
    align-items:center;
}

.contact_form li a {
    color: #9A9A9A;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 221.023%;
   
}

.contact_form h3 {
    margin-bottom: 30px;
}

.contact_form label {
    color: #9bca3c;
    font-size: 12px;
    font-weight: 600;
    background: #fff;
    width: auto;
    position: absolute;
    left: 24px;
    top: -9px;
    padding: 2px 3px;
    line-height: 12px;
}



.contact_form input {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    padding:0 15px;
    color: #706f6f;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #9bca3c;
    border-radius: 3px;
    outline: none;
    width:100%;
    height:44px;
}

.contact_form .input_box {
    margin-bottom: 30px;
    position:relative;
}
.contact_form .input_box input:focus label{
    position:unset;
}


.contact_form .input_box button[type="submit"] {
    width: 100%;
    display: dlcok;
    border-radius: 3px;
    background: #9BCA3C;
    color: #fff;
    padding: 10px 0px;

}
.bottom_fixed_filter {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 2;
    background: #9BCA3C;
    padding:0 15px;
    color: #fff;
}
.filter_btn{
   background: #9BCA3C;
    padding: 10px 15px;
    color: #fff;  
}

.bottom_fixed_filter ul li {
    width: 50%;
    float: left;
    text-align: center;
}
.bottom_fixed_filter ul li a {
    color: #fff;
}
.bottom_fixed_filter ul li:last-child {
    border-left: 1px solid #fff;
}
.bottom_fixed_filter ul li{
    border-bottom:none;
}
.back_to_pre a{
    color: #9bca3c;
    padding: 5px 0;
    text-align: left;
    width: 100%;
    display: table;
}

.price_cost_details p {
    position: relative;
    padding: 5px;
    font-weight: 500;
    font-size: 14px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.review_sec .nav-tabs .nav-item.show .nav-link, .review_sec .nav-tabs .nav-link.active {
    color: #fff;
    background: #9BCA3C;
   
}
.review_sec .nav-tabs .nav-link{
    border-radius: 0;
    padding: 5px 30px;
    color: #9BCA3C;
    display: block;
    background: #fff;
    font-size: 13px;
    font-weight: 700;
    text-align: center;
    line-height: 27px;
    text-transform: uppercase;
    border: 1px solid #9BCA3C;
}
.inner_banner img{
    width:100%
}
.track {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 80px 0;
	height: 7px;
	border-bottom: 2px dashed #ddd;
}

.track .step {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	width: 25%;
	margin-top: -18px;
	text-align: center;
	position: relative
}

.track .step.active:before {
	border-bottom: 2px dashed #5ea958;
}

.track .step::before {
	height: 7px;
	position: absolute;
	content: "";
	width: 100%;
	left: 0;
	top: 18px
}

.track .step.active .icon {
	background: #5ea958;
	color: #fff
}

.track .icon {
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	position: relative;
	border-radius: 100%;
	background: #ddd
}

.track .step.active .text {
	font-weight: 400;
	color: #000
}

.track .text {
	display: block;
	margin-top: 7px
}

.whatsapp_icon {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #1ca91c;
	color: #fff;
	position: fixed;
	right: 15px;
	bottom: 53px;
	z-index: 99;
	text-align: center;
	line-height: 40px;
	font-size: 25px;
}



  

