@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: 58px 0 0 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;
    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;
    border-radius: 50%;
}

.slick-next {
    right: -3px;
    transform: unset;
    z-index: 2;
    margin-top: 0px;
    background-position: center center;
    background-size: 100% 100%;
    height: 32px;
    top: 48%;
    border-radius: 50%;
}

.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***/


.logo {
    float: left; 
}

.logo img {
    width: 250px;
    object-fit: cover;
}

.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: 14px;
    display: block;
    font-weight: 600;
    line-height: 1.5rem;
    text-transform: uppercase;
}

.nav-primary li a:hover,.nav-primary li.active a {
    color: #ec6a25;
}
.main_header{
    position: fixed;
    left: 0;
    top: 0;
    padding:7px 0;
    z-index: 99;
    width: 100%;
    box-shadow: 0 0 18px #eaebed;
    background: #FFFFFF;
    transition: all .4s ease-in-out;  
}

.top_right {
    float: right;
}

.search_div {
    float: left;
   
}

.search_div .input_box {
    display: none;
    width: 100%;
    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: #000;
    border-radius: 0 50px 0 50px;
    line-height: 27px;
}

.search_div input[type="submit"]:hover {
    cursor: pointer;
}

.right_right_menu {
    float: right;
   
}
.right_right_menu ul{
    display:flex;
    align-items:center;
}

.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{
    font-size: 27px;
    line-height: 27px;
}
.right_right_menu li> a i{
     font-size: 24px;
    line-height: 24px;
}
.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: #ec6a25;
    display:none;
}

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: #ec6a25;
    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: 58px;
    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: #ec6a25;
    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;
}
.slider_box img{
    width: 100%;
}
.slider_box .price{
    min-width:76px;
}
.products_details{
    border: 1px solid #dadada;
    border-top: none;
    padding: 15px 10px;
    border-radius: 0 0 5px 5px;
}
/***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: #ec6a25;
    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;
}
.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: #ec6a25;
}

.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 #ec6a25;
}

.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: #ec6a25;
}

.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: #ec6a25;
    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 #ec6a25;
    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;
    display:block;
}

.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: #ec6a25;
    color: #fff;
}
.items_img{
    height: 80px;
    border: 1px solid #ec6a25;
    border-radius: 5px;
}
.my_order_table .btn{
    padding: 5px 10px;
    display: inline;
    font-size: 13px;
    line-height: 25px;
}

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 #ec6a25;
    padding: 5px;
    border-radius: 3px;
}




/***banner***/
.banner {
    position: relative;
   
}

.banner .slick-arrow {
    display: none !important;
}

.banner .slick-dots li.slick-active button:before {
    background: #000;
    border: 2px solid #fff;
}

.banner .slick-dots {
    bottom: 30px;
    text-align: center;
   
}
.banner .slick-dots li{
   margin: 0 5px;
}
.banner .slick-dots li button:before {
    width: 20px;
    height: 20px;
    border-radius:50%;
    background: #fff;
   
}




/***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;
    overflow: hidden;
}
.product_catagories_img_holder img{
    width: 100%;
}
.catagories_slider_col p{
    font-size: 16px;
    color: #000;
    font-weight: 300;
}

.cat_title{
    font-size: 20px;
    color: #000;
    line-height: 30px;
    margin: 10px 0;
    font-weight: 500;
}
.shop_now{
    background-color: #000;
    color: #fff;
    padding: 7px 30px;
    font-size: 17px;
    display: inline-block;
    margin: 15px 0;
}
.shop_now:hover{
    opacity: 0.8;
    color:#fff;
}

.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 {
   
}
.title {
    position: relative;
    margin-bottom: 20px;
}

.title h2 {
    color: #000;
    text-align: center;
    font-size: 35px;
    font-weight: 600;
    
}
.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: #ec6a25;
    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;
}




/***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: 0px 0 10px 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.search_icon :hover{
    cursor:pointer;
}
.price {
    color: #000;
    font-size: 14px;
    font-weight: 700;
    line-height: normal;
    display:block;
}
.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;
}

.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: #ec6a25;
    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: #ec6a25;
    color: #fff;
    width: calc(100% - 150px);
}
.move_to_wishlist:hover{
    opacity: 0.9;
    color: #fff;
    background-color: #84ac36;
}
.cart_action_btn{
    border: 1px solid #ec6a25;
    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: #ec6a25;
    color: #fff;
}
.size{
    font-weight: 500;
    margin-left: 10px;
}
.coupan_box{
    border: 1px solid #EAEAEA;
    padding: 10px;
    border-radius: 3px;
    background: #ec6a25;
}
.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: #ec6a25;
    color: #fff;
}
.price_cost_details{
    border: 1px solid #ec6a25;
}
.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 #ec6a25;
    border-radius: 50%;
    position: absolute;
    left: 10px;
    top: 18px
}
.active .circle {
    background-color: #ec6a25;
}
.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: linear-gradient(180deg, #D5F1FF 0%, rgba(255, 255, 255, 0.00) 100%);
    padding: 60px 0 90px;
}


.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;
}
.review__start{
    padding: 5px 0px;
}
.review__start p{
    color: #000;
    
}
.review__start p i{
    color: #f7ac34;
   
   
}
.product_img_holder{
    position: relative;
}



/***footer***/
footer{
    background-color: #fff;
    padding: 60px 0 30px;
    border-top: 4px solid #c3c9ce;
}
.footer_col h4{
    margin-bottom: 20px;
    color: #000;
    font-size: 16px;
    font-weight: 800;
    line-height: 18px; 
    letter-spacing: 1px;
    text-transform: uppercase;
}


.footer_col li a {
    color: #000;
    font-size: 14px;
    font-weight: 500;
    line-height: 28px;
    display: block;
}

.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-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;
}



.commntbn{
    background-color: #ec6a25;
    color: white;
    display: block;
    padding: 10px 20px;
    text-align: center;
    border-radius: 3px;
    width: 100%;
    border: none;
}
.commntbn:hover{
    background-color: #84ac36;
    color: #fff;
}

.form-control:focus{
    box-shadow: none;
}








.remove_item_btn {
    background: none;
    border: none;
}




.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;
}
.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;
}
.sub-menu li .sub-menu{
    display:none;
    position: relative;
    z-index: 3;
    background: #fff;
    top: 0;
    padding: 0;
    box-shadow: unset;
    width: 200px;
    left: 0;
    border-bottom: 1px solid #df6420;
}
.sub-menu a{
    font-weight: 400;
    font-size: 13px;
    display: block;
    line-height: 17px;
}
.sub-menu li .sub-menu li a{
    font-size:11px !important;
}

.category_col_item {
     -moz-align-items: center;
     -webkit-align-items: center;
     -ms-align-items: center;
     align-items: center;
     display: -moz-flex;
     display: -webkit-flex;
     display: -ms-flex;
     display: flex;
 }


.category_col_item:nth-child(2n) {
  -moz-flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;

}
.category_col_item .image {
  -moz-order: 1;
  -webkit-order: 1;
  -ms-order: 1;
  order: 1;
  border-radius: 0;
  width: 50%;
}
.category_col_item .content {
  padding:30px 20px;
  -moz-order: 2;
  -webkit-order: 2;
  -ms-order: 2;
  order: 2;
  width: 50%;
  color:#707070;
}
.footer_col input[type="submit"]{
    width: 90px;
    position:absolute;
    top:0;
    right:0;
    text-align: center;
    border: 1px solid #000;
    background: #000;
    color: #FFF;
    font-size: 12px;
    font-weight: 400;
    line-height: 46px;   
}
.footer_col input[type="submit"]:hover{
    background-color: #EC3E3F;
    border: 1px solid #EC3E3F;
}
.footer_col input[type="email"]{
    width: calc(100% - 90px);
    height: 50px;
    padding: 0 10px;
    text-align: left;
    border: 1px solid #000;
    background:transparent;
    color: #000;
    background-color: #fff;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    text-transform: lowercase;
    
}
.footer_col form {
    position: relative;
}
.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: #222;  
    font-size: 20px;
}
.social_media li a:hover{
    color: #EC3E3F;
}
.masterhead{
    padding:150px 0;
    position:relative;
    overflow:hidden;
}
.masterhead img{
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    object-fit:cover;
}
.nav-primary ul li{
    position:relative;
}
.masterhead h2{
    color: #fff;
    position: relative;
    text-align: center;
}
.megamenu_toggle_icon {
    position: absolute;
    right: -13px;
    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: 16px;
    font-size: 16px;
    font-weight: 500;
}


.faq-point-box {
	margin-bottom: 20px;
}

.faq-point-box:last-child {
	margin-bottom: 0;
}

.faq-point-box-title {
    font-size: 16px;
    color: #000;
    padding: 11px 40px 11px 10px;
    background: #e8eaed;
    font-weight: 600;
    position: relative;
    cursor: pointer;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    transition: all .4s ease-in-out;
}

.faq-point-box-title::after {
    content: "\f105";
    position: absolute;
    top: 50%;
    right: 15px;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-size: 15px;
    color: #000;
    transition: all .4s ease-in-out;
    transform: translate(0, -54%);
}

.faq-point-box-title.active::after {
    content: "\f107";
    position: absolute;
    top: 50%;
    right: 15px;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-size: 15px;
    color: #000;
    transition: all .4s ease-in-out;
    transform: translate(0, -54%);
}

.faq-point-box-description {
	background: #ffffff;
	padding: 10px 10px;
	display: none;
	margin-bottom:15px;
	font-size: 14px;
    line-height: 24px;
    font-weight: 500;
}
.lnfo_item{
    border-radius: 4px;
    padding: 30px 20px;
    border: 1px solid #f7ededee;
    background: #fffdfd;
}
.lnfo_item p, .lnfo_item a{
    display:block;
    color:#2d2d2d;
}
.lnfo_item i {
    width: 40px;
    height: 40px;
    background: #eee;
    line-height: 40px;
    border-radius: 50%;
}
.getintocuh{
    margin-top:40px;
}
.getintocuh input[type="submit"] {
    display: inline-block;
    width: auto;
   
}
.getintocuh .container {
    max-width: 1000px;
    
}
.faq-point-box-description.active {
	display: block;
}
.product_wrapper .star-rating{
    margin-bottom:6px;
}
.brands .slick-arrow{
    display:none !important;
}
.brands .brand_img {
    margin:0 7px !important;
}
.f_bottom strong{
    font-size:13px;
}
.f_bottom p {
    font-size: 12px;
    font-weight: 600;
    color: #707070;
}
.brands .slick-track{
    display:flex;
    align-items:center;
}
.f_menu {
    columns: 2;
}
.whatsappp {
      width: 50px;
    height: 50px;
    line-height: 60px;
    border-radius: 5px;
    text-align: center;
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 99;
    background: #169348;
}
.whatsappp a{
    color:#fff;
}
.whatsappp a i{
   font-size: 32px;
    line-height: 32px;
}
.footer_features ul{
    display:flex;
    justify-content:space-between;
    align-items:center;
}
.footer_features ul li{
    display:flex;
    justify-content:space-between;
    align-items:center;
}
.footer_features ul li p{
    font-size: 13px;
    font-weight: 500;
    line-height: 15px;
}
 .sub-menu.js-toggled{
        background: #fff;
        position: relative;
        display: block;
        top: 0;
        padding: 0;
        width: 100%;
        box-shadow: none;
        margin-bottom: 10px;
    }
    li .sub-menu.js-toggled{
        display:block;
    }
    .contact_ftr a{
        color:#000;
        font-size:12px;
        font-weight:600
    }
    .contact_ftr p{
        color:#000;
        font-size:12px;
        font-weight:600;
        margin-bottom:10px;
        max-width:400px;
    }
@media screen and (max-width: 767px){
.footer_features ul li p {
    font-size: 11px;
    font-weight: 600;
    margin-top: 20px;
}
  .category_col_item {

    display: block;

  }
  .right_right_menu [class^="bi-"]::before, .right_right_menu [class*=" bi-"]::before{
      font-weight: 900 !important;   
  }
  

  .category_col_item .content{

    width:100%;

  }

  .category_col_item .image{

       width:100%;

  }

}




  
