html {
   font-family: 'Algerian'; 
}
/*@font-face {
    font-family: 'Algerian';
    src: url('../fonts/Algerian.woff2') format('woff2'),
        url('../fonts/Algerian.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}*/
 @font-face {
    font-family: 'Gabriola';
    font-style: normal;
    font-weight: normal;
    src: local('Gabriola'), url('../fonts/gabriola Font Download.woff') format('woff');
    }

body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
   /*font-family: 'Algerian';*/
     font-family: 'Gabriola';
    background:#FFFFCC;
}

p {
   padding: 0px;
    margin: 0px;
    font-size: 25px;
    line-height: 31px;

}

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: 42px;
    line-height: 52px;
}

h3 {
    font-size: 34px;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 18px;
}

.fixed {
    position: fixed;
    top: 0;
    z-index: 3;
    width: 100%;
    background: #fff;
    z-index: 3;
    box-shadow: 0 0 2px 0 rgba(0,0,0,0.8);
}


a:hover {
    outline: none;
    text-decoration: none;
    line-height: none;
}

a:active {
    outline: none;
    text-decoration: none;
    line-height: none;
}

a:focus {
    outline: none;
    text-decoration: none;
    line-height: none;
}

a {
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

a:hover {
    text-decoration: none !important;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clear {
    clear: both;
    line-height: 0;
    font-size: 0;
}

.container,
.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.container {
    max-width: 1340px;
}

img {
    max-width: 100%;
}

.slick-prev {
    left: 15px;
    transform: unset;
    height: 32px;
    top: 50%;
    margin-top:-16px;
    z-index: 2;
    background: transparent;
    outline: none;
}

.slick-next {
    right: 15px;
    transform: unset;
    z-index: 2;
    margin-top: 0px;
    background-position: center center;
    background-size: 100% 100%;
    height: 32px;
    top: 50%;
    margin-top:-16px;
    background: transparent;
    outline: none;
}

.slick-next:after {
    content: '\F285';
   font-family: "bootstrap-icons";
    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: '\F284';
   font-family: "bootstrap-icons";
    color: #000;
    background-color: #fff;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 20px;
    position: absolute;
    width: 40px;
    height: 40px;
    line-height: 40px;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
}

.slick-arrow:hover {
    background: transparent;
}

.slick-arrow:hover:after {
    color: #000 !important;
}

.slick-dots li button:before {
    width: 15px;
    height: 15px;
    opacity: unset;
}

.slick-dots li.slick-active button:before {
   
    background: #fff;
    border: 2px solid #BC3057;

}
a.button.add_to_cart_button{
    display:none;
}

@media (max-width:767px){
    .slick-next:after {
        font-size: 20px;
        position: absolute;
        width: 30px;
        height: 30px;
        line-height: 30px;
    }
    
    .slick-prev:after {
        font-size: 20px;
        position: absolute;
        width: 30px;
        height: 30px;
        line-height: 30px;
    }
}
/***header***/
.header_wrapper header {
    background: #FFFFCC;
    transition: all .4s ease-in-out;
   
}
header .social_media ul{
    display: flex;
    justify-content: flex-end;
}


.logo img {
    width: 100%;
   
}

.nav-primary li {
    margin-right: 30px;
    padding: 10px 0;
}

.nav-primary li:last-child {
    margin-right: 0;
}



.nav-primary li a {
    color: #00678D;
    font-size: 19px;
    display: block;
    font-weight: 600;
    line-height: 1.5rem;
    text-transform: uppercase;
}
   


.nav-primary li a:hover,.nav-primary li.active a {
    color: #EC3E3F;
}
.header_wrapper.fixed{
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99;
    width: 100%;
    box-shadow:0 1px 5px #ffe9f1;
}
.header_wrapper{
    transition: all 0.3s ease;
   
}
.top_area{
    background-color: #EC3E3F;
    padding: 3px 0;
}


.right_right_menu {
    float: right;
    width: 190px;
}

.right_right_menu li:first-child span {
    width: 25px;
    height: 2px;
    margin-bottom: 4px;
    display: block;
    background-color: #bd8966;
}
.right_right_menu li> a{
    color: #fff;
    display: inline-block;
}

.right_right_menu li{
    float: left;
    text-align: center;
    margin-right: 20px;
    position: relative;
}

.right_right_menu li:last-child {
    margin-right: 0;
}
.menu_toggle_btn {
    cursor: pointer;
}


.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;
}




.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;

}


.catagory_title h3{
    font-size: 14px;
    margin-bottom: 20px;
    color: #494949;
    font-weight: 600;
}
.sub-menu a{
    font-weight: 400;
    font-size: 13px;
    display: block;
    line-height: 17px;
}


.item_img_holder{
    margin: 0 7px;
    position: relative;
    z-index: 2;
    border-radius: 10px;
    overflow: hidden;
}
.item_img_holder:after{
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 7.54%, #000 99.96%);
    position: absolute;
    content: '';
    bottom: 0;
    width: 100%;
    height: 100%;
    left: 0;
    z-index: 1;
    
}
.item_img_holder p{
    color: #FFF;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.05px;
    position: absolute;
    bottom: 20px;
    z-index: 3;
    text-align: center;
    width: 100%;
}
.slider_box{
    margin-left: 7px;
    margin-right: 7px;
}
.products_details{
    padding: 0 10px 15px 10px;
    background: #a9daed;  
    border-radius:0 0 5px 5px;
}
.products_details a{
    color:#000;
}
.multibanner{
    padding:60px 0 30px 0;
}

/***shop page**/
.masthead {
    padding: 160px 0 240px;
}

.masthead h2 {
    color: #fff;
    margin-bottom: 28px;
}

.masthead h4 {
    color: #fff;
    max-width: 500px;
    line-height: 30px;
}


.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;
    background:#fff;
}
.features_product_car_img img,.half_half_banner_sec  img{
    border-radius:10px;
}
.half_half_banner_sec img{
    margin-bottom:30px;
}

.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: #EC3E3F;
}

.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 #EC3E3F;
}

.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: #EC3E3F;
}

.product_page .slick-next {
    right: unset;
    transform: unset;
    top: unset;
    bottom: 0;
    right: 50%;
}
.product_page .slick-next:after {
    font-size: 20px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    transform: rotate(90deg);
}
.product_page .slick-prev {
    left: 50%;
    transform: unset;
    height: 32px;
    top: -15px;
    z-index: 2;
    margin-left: -15px;
}
.product_page .slick-prev:after {
    transform: rotate(90deg);
    font-size: 20px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    top: 0;
    left: 0;
   
}
.prodcut_info .price,
.prodcut_info .discount_price {
    margin-bottom: 15px;
    font-size: 18px;
}

.prodcut_info .price .fa {
    font-size: 15px;
}

.prodcut_info h3 {
    font-size: 24px;
    margin-bottom: 10px;
    color: #000;
}

.prodcut_info p {
    color: #9A9A9A;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 15px;
}

.stoct {
    font-size: 16px;
    color: #564d4d;
    margin: 10px 0;
}

.quantity_wrapper li {
   float: left;
}

.quantity_wrapper li a {
    border-radius: 3px;
    padding: 5px 30px;
    color: #fff;
    display: block;
    background: #EC3E3F;
    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 #EC3E3F;
    border-radius: 3px;
}

.cart_items_page .wrap .count {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    font-size: 14px;
}

.cart_items_page .wrap button {
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 30px;
    font-size: 16px;
}

.wrap input[type="number"] {
    text-align: center;
    width: 60px;
}

.wrap button {
    border: none;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    color: #000;
    outline: none;
    font-size: 20px;
    background-color: transparent;
    border-radius: 0;
    margin-right: 5px;
    cursor: pointer;
}

.wrap button:last-child {
    margin-left: 5px;
    margin-right: 0;
}

.wrap .count {
    border: none;
    width: 70%;
    height: 35px;
    text-align: center;
    padding: 0 10px;
    text-align: center;
    color: #000;
    outline: none;
    background-color: transparent;
    border-radius: 0px;
    font-size: 17px;
}
.size_box{
    margin: 15px 0;
}
.size_box h4{
    text-transform: uppercase;
    color: #000;
    font-size: 15px;
    font-weight: 700;
}
.size_box h4 a {
    color: #707070;
    font-size: 13px;
    font-weight: 600;
    text-transform: capitalize;
    display: inline-block;
}
.alert_msg{
    font-size: 11px;
    color: #db3236;
    margin: 4px 0 0;
    font-weight: 600;
}



.productid {
    font-size: 13px;
    color: #707070;
    display: inline-block;
}



.order_table_wrapper table p {
    font-size: 16px;
    font-weight: 400;
}

.favorite_page .left_table tbody tr {
    background: #dadada;
    border-radius: 3px;
    margin-bottom: 10px;
    border-bottom: 2px solid #eee;
}

.address_wrapper {
    padding: 20px 0;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
    background: #f1f1f125;
    border-radius: 3px;
    width: 100%;

}

.address_wrapper ul li {
    padding: 2px 10px;
    color: #000;
    font-size: 13px;
    display: block;

}

.edit_delete {
    margin: 20px 10px 0 10px;
}

.edit_delete a {
    width: 48%;
    text-align: center;
    float: left;
}

.edit_delete:before,
.edit_delete:after {
    content: " ";
    display: table;
}

.edit_delete:after {
    clear: both;
}

.edit_delete a:last-child {
    float: right;
}

.address_add {
    text-align: center;
    padding: 10px 15px;
    color: #000;
    height: 100%;
    position: relative;
}

.address_add a {
    color: #000;
}

.address_add span {
    font-size: 14px;
    display: block;
    border-radius: 3px;
    position: absolute;
    top: 50%;
    padding: 5px 14px;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    margin: 0 auto;

}

.address_add .fa {
    font-size: 20px;
}

.price1 {
    font-family: sans-serif;
    font-size: 13px;
}

.favorite_page .ps-product__content a {
    color: #000;
    font-size: 13px;
}

.add_address .modal-dialog {
    max-width: 700px;

}


.add_address .modal-content {
    padding: 20px;
    margin: 0px auto;
}

.add_address form [class*="col-"] {
    margin-bottom: 15px;
}

.add_address form .btn-primary {
    width: 100%;
    display: block;
}

.add_address h4 {
    font-size: 25px;
    margin-bottom: 20px;
}

.btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.btn-primary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
}

.address_add {
    padding: 20px 10px;
}

.dashboard_table table tbody td img {
    height: 80px;
    width: auto;
}

.favorite_page {
    padding: 50px 0;
}

span.items {
    width: 20px !important;
    height: 20px !important;
    background: #917936;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 16px;
    position: absolute;
    top: -9px;
    right: -5px;
    font-size: 12px !important;
    color: #fff !important;
}


.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: #EC3E3F;
    color: #fff;
}
.items_img{
    height: 80px;
    border: 1px solid #EC3E3F;
    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 #EC3E3F;
    padding: 5px;
    border-radius: 3px;
}
@media (max-width:991px) {
    .right_right_menu li {
        margin-right: 15px;
    }

    .nav-primary li {
        margin-right: 9px;
    }

    .nav-primary li:first-child {
        margin-left: 14px;
    }
}

@media(max-width: 767px) {
    /* .search_div {
        float: left;
        margin-right: 15px;
        margin-left: 0;
    } */

    .dashboard_page {
        padding: 40px 0;
    }

    .dashboard_right {
        margin-top: 30px;
    }
    .nav-primary {
        width: 100% !important;
        float: none;
        display: none;
    }
    .menu_btn{
        text-align:right;
    }
    .menu_btn .bi {
        font-size: 20px;
        color: #000;
    }

    .nav-primary li:first-child {
        margin-left: 0;
    }

    .nav-primary li {
        margin-right: 0;
        display: block;
        float: none;
        padding: 0 0 15px 0;
        position: relative;
        
    }

    .right_right_menu {
        float: right;
        width: auto;
    }
    .logo img{
        width: auto;
       
    }




}







/***banner***/
.banner {
    position: relative;
   
}

.banner .slick-arrow {
    display: none !important;
}

.banner .slick-dots li.slick-active button:before {
    background: #fff;
    border: none;
    height: 10px;
    box-shadow: none;
    border-radius: 0;
    margin-top: -4px;
}


.banner .slick-dots {
    bottom: 60px;
    left: 30px;
    text-align: left;  
    width: auto;
}
.banner .slick-dots li{
    position: relative;
    cursor: pointer;
    margin-left: 10px;
    margin-right: 10px;
}
.banner .slick-dots li button:before {
    width: 30px;
    height: 4px;
    background: rgba(255, 255, 255, 0.3);
    right: 0;
    left: unset;
    
}
.banner_caption{
    position: absolute;
    left: 0;
    transform: translateY(-50%);
    text-align: left;
    max-width: 700px;
    top: 50%;
    padding: 0 0 0 30px;
    color: #fff;
    text-transform: capitalize;
}
.banner_caption a{
    background-color: transparent;
    padding: 10px 30px;
    color: #ff6164;
    font-weight: 600;
    font-size: 17px;
    display: inline-block;
    border: 1px solid #ff6164;
    
}
.banner_caption p{
    text-transform: capitalize;
    font-size: 15px;
    font-weight: 300;
    margin: 20px 0;
}
.banner_caption h1{
    font-size: 60px;
    line-height: 75px;
}
.banner_caption h1 span{
    display: block;
    font-weight: 900;
    font-size: 90px;
}
.banner_col{
    position: relative;
}
@media (min-width:1025px) {
    .banner_col img{
        width: 100%; 
    }

}


/***product catagory**/
.product_catagories {
    padding: 30px 0;
}

.product_catagories .slick-dots {
    display: none !important;
}

.category_item  {
    margin-right: auto;
    margin-left: auto;
    display: block;
    text-align: center;
}
.category_item a {
    
    font-size: 25px;
    font-weight: 600;
    text-transform: capitalize;
    letter-spacing: 0;
    color: #000;
    display: block;
}
.category_item a span{
    margin-top:15px;
    display:block;
}
 .img_wrapper {
    width:150px;
    height:150px;
    overflow: hidden; 
     margin-right: auto;
    margin-left: auto;
    border-radius:50%;
}

.img_wrapper:hover img{
    -webkit-transform: scale(1.3);
	transform: scale(1.3);
    -webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

 .img_wrapper img {
   border-radius:50%;
   width:100%;
    height:100%;
   object-fit: cover;
}
.title {
    position: relative;
    margin-bottom: 20px;
}

.title h2 {
    color:#FF0000;
    text-transform:capitalize;
    font-size: 40px;
    font-weight: 700;
    
}
.title p{
   font-size: 22px;
    color: #707070;
    line-height: 23px;
    margin-bottom: 30px;
}
.protitle{
    font-size: 29px;
    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: #EC3E3F;
    border-radius: 0;
}
.catagory_filter.fixed-sidebar::-webkit-scrollbar-thumb {
    border-radius: 0px;
    background-color:#91bd38;
}
.introduce .title {
    margin-bottom: 1.3rem;
    font-size: 32px;
    text-align: center;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}
.introduce p{
    text-align: center;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom:30px;
}
/*.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: 24px;
    font-weight: 600;
    line-height: 36px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.products_details p {
    padding: 0px;
    margin: 0px;
    font-size: 20px;
    line-height: 22px;
}

.price {
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: block;
}
.price .fa {
    margin: 0 2px 0 0;
}
.real_price {
    display: inline-block;
    margin-right: 5px;
   
}

.discount_price {
    text-decoration: line-through;
    color: red;
    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: #EC3E3F;
    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: #EC3E3F;
    color: #fff;
    width: calc(100% - 150px);
}
.move_to_wishlist:hover{
    opacity: 0.9;
    color: #fff;
    background-color: #84ac36;
}
.cart_action_btn{
    border: 1px solid #EC3E3F;
    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;
}

.size{
    font-weight: 500;
    margin-left: 10px;
}
.coupan_box{
    border: 1px solid #EAEAEA;
    padding: 10px;
    border-radius: 3px;
    background: #EC3E3F;
}
.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: #EC3E3F;
    color: #fff;
}
.price_cost_details{
    border: 1px solid #EC3E3F;
}
.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 #EC3E3F;
    border-radius: 50%;
    position: absolute;
    left: 10px;
    top: 18px
}
.active .circle {
    background-color: #EC3E3F;
}
.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;
}

/**brand_area**/
.brand_area {
    background: #f5f3ee;
    padding: 60px 0 40px;
}


.brand_area .slick-dots {
    display: none !important;
}

.brand_area 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 p{
    color: #000; 
}
.review__start p i{
    color: #000;
    font-size: 11px;
   
}
.product_img_holder{
    position: relative;
}
.product_img_holder img{
   
    border-radius: 5px 5px 0 0;
}
.author_item h5{
    font-size: 22px;
    color: #FF0000;
    line-height: 35px;
   
   
}
.brand_area .author_item span{
    font-size: 13px;
    color: #222222;
    line-height: 20px;
    font-weight: 300;
    display: inline-block;
}
.brand_area .slick-dots {
    bottom: 30px;
    text-align: left;
    max-width: 1310px;
    left: 50%;
    transform: translate(-50%);
}
.brand_area .review__start p i {
    font-size: 14px;
}
.brand_area .review__start{
    margin-bottom: 20px;
}
.author_img img{
    width: 100%;
    border-radius: 5px;
}
.brand_area .slick-dots li button{
    width: 20px;
}
.how_we_work{
    padding: 40px 0;
}
.how_we_work_item span{
    font-weight: 800;
    display: block;
}
.how_we_work_item img {
   
    margin-right: 10px;
   
    
}


.getintocuh h2{
    color:#222;
    margin-bottom:30px;
    text-align:center;
}
.getintocuh input[type="submit"]{
    background:#222;
   color:#fff;
   padding:5px 30px;
   width:auto;
}

.getintocuh input[type="text"],.getintocuh input[type="email"],.getintocuh input[type="number"]{
    font-size: 14px;
    height: 35px;
}
.getintocuh textarea{
   height:150px; 
   font-size: 14px;
   font-size: 14px;
}
.banner_tagline .container{
    background:#fff;
    max-width:1300px;
    border-radius:10px;
    overflow:hidden;
    
}
.banner_tagline img{
    right:-10px;
    position:relative;
}
.banner_tagline .container .col-md-4{
    padding:0;
}
.banner_tagline h2{
    color:#FF0000;
    margin-bottom:15px;
}
.blog_sec{
    padding:50px 0;
}
.blog_img_holder{
    background:#fff;
    border-radius:5px;
    border:4px solid #fff;
    overflow:hidden;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
}
.blog_name{
    color:#FF0000;
    font-size:20px;
    margin-bottom:10px;
}
/***footer***/
footer{
    background-color: #FFFFCC;
    padding: 50px 0 20px 0;
    
}
.footer_col h4{
    margin-bottom: 20px;
    color: #FF0000;
    font-size: 27px;
    font-weight: 700;
    line-height: 18px; 
    text-transform: capitalize;
}
.footer_about_description {
    color: #00678D;
    font-size: 19px;
    font-weight: 600;
    line-height: 30px;
    margin-top: 15px;
}

.footer_col li a {
    color: #00678D;
    font-size: 19px;
    font-weight: 600;
    line-height: 30px;
    display: block;
}


.footer_col li a:hover {
    color: #EC3E3F;
}
.ftr_logo  {
    margin-right: 40px;
}
.footer_col input[type="submit"]{
    width: 90px;
    position:absolute;
    top:0;
    right:0;
    text-align: center;
    border: 1px solid #05bbff;
    border-left:none;
    background: #05bbff;
    color: #fff;
    font-size: 17px;
    font-weight: 400;
    line-height: 46px;   
}

.footer_col input[type="email"]{
    width: calc(100% - 90px);
    height: 50px;
    padding: 0 10px;
    text-align: left;
    border: 1px solid #05bbff;
    background:transparent;
    color: #05bbff;
    font-size: 17px;
    font-weight: 400;
    line-height: 25px;
    text-transform: lowercase;
    
}
.footer_col input[type="email"]::placeholder{
    color: #05bbff;
    font-size: 17px;
    font-weight: 600;
    line-height: 23px;
}
footer .social_media{
    margin-top: 30px;
}
footer .social_media li{
    display: inline-block;
    margin-right: 20px;
}
footer .social_media li:last-child{
    margin-right: 0;
}
footer .social_media li a{
    color: #000;  
    font-size: 20px;
}
footer .social_media li a:hover{
    color: #EC3E3F;
}
.f_bottom{
    border-top: 1px solid #fff;
    padding-top: 20px;
    
}
.f_bottom p{
    font-size: 12px;
    color:#fff;
}

.commntbn{
    background-color: #EC3E3F;
    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;
}







.products_details h4 {
    color: #000;
    font-size: 30px;
    margin-bottom: 15px;
}
.whatsapp_btn{
    padding: 5px 20px;
    border-radius: 4px;
    color: #fff;
    background: #937509;
    margin-top: 15px;
    display: inline-block;
}
.whatsapp_btn:hover{
    color:#fff;
}






.whatsaap {
    position: fixed;
    right: 20px;
    bottom: 20px;
    padding: 10px;
    border-radius: 5px;
    z-index: 9;
}

.whatsaap img {
    border-radius: 10px;
}




.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;
}









button {
    border: none;
    outline: none;
}



.about_us_sec {
    padding: 100px 0;
}
.introduce{
    padding-top:30px;
}
.about_us{
   
    padding:50px 0;
}
.about_us h2{
    margin-bottom:20px;
   
}
.about_us .title p {
    font-size: 25px;
    color: #000;
    line-height: 30px;
    margin-bottom: 30px;
}
.about_us img{
    border-radius:5px;
}
.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 #EC3E3F;
}

.contact_info_col{
    text-align:center;
}
.contact_info_col .bi{
   display: block;
    margin: 0 auto;
    width: 30px;
    height: 30px;
    margin-bottom:15px;
}
.contact_info_col strong{
    display:block;
    color:#ff0000;
     font-size: 24px;
}
.contact_info_col a , .contact_info_col p{
    color:#000;
    word-break: break-word;
     font-size: 22px;
}
.con_information {
    padding: 270px 0;
    text-align: center;
}

.con_information a {
    display: inline-block;
    padding: 10px 30px;
    background-color: #fff;
    color: #000;
    border-radius: 100px;
}

.contact_form li .fa {
    color: #EC3E3F;
    left: 0;
    top: 10px;
    font-size: 20px;
    position: absolute;
}

.contact_form li {
    padding-left: 50px;
    position: relative;
    margin-bottom: 30px;
}

.contact_form li a {
    color: #9A9A9A;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 221.023%;
    /* 35.364px */
}




.contactform_sec input[type="submit"] {
    background: #05bbff;
   color:#fff;
}
.contactform_sec textarea{
    height:150px;
}
.map .white_bg{
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding:10px 5px;
}
.map .white_bg h5{
    color:#ff0000;
     font-size:22px;
}
.map .white_bg a{
    color:#000;
    font-size:22px;
}
.input_box {
    margin-bottom: 30px;
}

.input_box:after,
.input_box:before {
    display: table;
    content: '';

}

.input_box:after {
    clear: both;
}

.contact_form .input_box button[type="submit"] {
    width: auto;
    display: table;
    margin-left: auto;
    margin-right: auto;
    border-radius: 100px;
    background: #EC3E3F;
    color: #fff;
    padding: 10px 50px;

}





.masterhead{
    padding:50px 0;
    position:relative;
    overflow:hidden;
}

.masterhead h2{
    color: #000;
    position: relative;
    text-align: center;
}
.masterhead.contact_page{
    padding:50px 0;
}
.lnfo_item h4{
    text-transform:capitalize;
    color:#222222;
    margin-bottom:15px;
}

.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%;
}

.footer_col form{
    position:relative;
}
.footer_col form br{
    display:none;
}


.fixed-sidebar {
    position: fixed;
    top: 0; /* Adjust as needed */
    right: 0; /* Adjust as needed */
    width: 100%; /* Adjust based on your sidebar width */
    z-index: 1000; /* Ensures the sidebar is above other content */
}
.whatsappp {
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 5px;
    text-align: center;
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 99;
    background: #169348;
}
.whatsappp a{
    color:#fff;
}
.page_title{
    padding:40px 0;
}
.page_title h2{
    color:#ddff5a;
}
.product_name a{
    color:#000;
}
a.common_btn {
    color: #000;
    text-align: center;
    font-weight: 500;
    display: inline-block;
    background: #000;
    color: #fff;
    padding: 5px 20px;
    border-radius: 100px;
    font-size: 12px;
    line-height: 30px;
   
}
.homes-img img{
    width:100%;
}
.contactform_sec img{
    border-radius:10px;
}
.counter  {
    font-size: 40px;
    font-weight: 600;
    color: #FF0000;
    letter-spacing: -0.05em;
    line-height: 1.54;
}
.counter_item span{
    font-size: 40px;
   
    color: #FF0000;
    letter-spacing: -0.05em;
    line-height: 1.54;
}
.counter_item h4{
    font-weight: 700;
    line-height: 1.2;

}
.counterSection {
   
    padding:40px 0;
}
.teammember{
      padding:40px 0;
}
.contact_page  h3{
    margin-bottom:20px;
}
.counterSection h4{
     color: #FF0000;
}
.bottom_banner_sec{
     background:#D9D9AE;
     padding:40px 0;
     
}
.bottom_banner_sec img{
    border-radius:10px;
}
.blog_title {
    font-size: 17px;
    font-weight: 600;
     padding: 0 0 0 10px;
     color:#FF0000;
     margin:15px 0;
}
 .blog_item p{
    font-size: 14px;
    color: #707070;
    padding: 0 0 0 10px;
    line-height: 18px;

}
.slick-prev, .slick-next{
    background:transparent !important;
    box-shadow:none !important;
}
.our_clients .container{
    background:#FFF;
}
.contact__btn {
    background:#000;
    color:#fff;
    display:inline-block;
    margin-top:20px;
    padding:7px 30px;
}
.testimonial_slider_item_inner{
    margin:10px;
    text-align:center;
}
.product_img_caption img{
    border-radius:10px;
}
.primary_btn {
    border: 1px solid #05bbff;
    color:#fff;
    background: #05bbff;
}
.bg-white{
    background:#a9daed !important;
    border-radius:10px;
}
@media (min-width:768px) {
    header{
        padding:7px 0;
    }

   
    
    .nav-primary ul  li{
       padding: 10px 0 14px 0;
        position: relative;
        display:inline-block;
    }
    .nav-primary{
        text-align:right;
    }
  
   
    .user_item{
        padding:26px 0;
    }
    .right_right_menu ul> li{
         padding:26px 0;
    }
    .page_title .d-flex img{
        height:200px;
    }
    .page_title h2 {
        font-size: 87px;
        margin-top: 24px;
    }
}

@media screen and (max-width: 991px) and (min-width: 768px) {
    .search_div {
        margin-right: 20px;
        margin-top: 7px;
    }
    
}

@media (max-width:767px) {
    .title h2 {
        font-size: 27px;
        letter-spacing: 2px;
        line-height: 31px;
        
    }
     .page_title .d-flex img{
        height:87px;
    }
   
   
    .how_we_work_item{
        margin-bottom:30px;
    }
  
  
    .right_right_menu li> a .bi-person-fill {
        line-height: 18px;
        font-size:18px;
    }
    header {
        padding: 5px 0;
    }
   

    .nav-primary li a {
        color: #000;
        padding: 5px 15px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);   
    }

    .nav-primary li {
        display: block;
        position: relative;
        padding: 0;
    }

    .nav-primary {
        position: absolute;
        z-index: 999;
        top: 79px;
        height: calc(100vh - 79px);
        background: #fff;
        left: 0;
        padding: 0;
        margin-left: 0;
        overflow-y: scroll;
    }

    .footer_col h2 {
        font-size: 28px;
        margin-bottom: 15px;
        margin-top: 30px;
    }

    .footer_list li {
        margin-bottom: 10px;
    }

    .footer_list li a {
        font-size: 15px;
    }

    
    .hot_deal_wrapper {
        margin-bottom: 30px;
    }

   
   

   

  
    .slick-next{
        right: 10px;
    }
    .slick-prev{
        left: 10px;
    }
  
  
   
   
    .banner_caption h1 {
        font-size: 30px;
        line-height: 47px;
    }
    .banner_caption h1 span {
        font-size: 46px;
    }
    .banner_caption {
        padding: 30px 15px 30px 15px; 
    }
    .banner_col {
        height: 350px;
        position: relative;
    }
    .banner_col img{
        height: 100%;
        width: 100%;
        object-fit: cover;
    }
  
   
  

    .masterhead {
        padding: 80px 0; 
    }
    .about_us img{
        margin-bottom:30px;
    }
    .about_us p{
        font-size:13px;
    }
   
    .author_item h5 {
        font-size: 12px;
        line-height: 28px;
        margin-bottom: 15px;
    }
    .brand_area p{
         font-size: 14px;
        line-height: 28px;
    }
    .author_item{
        margin-bottom:30px;
    }
    .author_img img {
        width: 100px;
        height: 100px;
        border-radius: 50%;
        object-fit: cover;
        display:block;
        margin:0 auto;
    }
    .brand_area .slick-dots {
        bottom: -30px;
        text-align: center; 
    }
    .how_we_work_item .d-flex {
        display: block !important;
        text-align: center;
    }
    .how_we_work_item span {
        font-weight: 800;
        display: block;
    }
    footer {
        text-align: center;
    }
    .ftr_logo {
        width: 119px;
        display: block;
        margin: 0 auto 20px auto;
    }
    .footer_col h4 {
        margin-bottom: 10px;
        margin-top: 15px;
    }
    .brand_area_slider_item {
        text-align: center; 
    }
    
    .brand_area {
        padding: 60px 0 80px;
    }
    .footer_col input[type="email"]{
        width:100%;
        height:36px;
    }
    .banner .slick-dots {
        bottom: 7px;
    }
    .multibanner {
        padding: 50px 0 30px 0;
    }
    .f_link ul {
        columns: 1;
    }
    .cat_img_holder{
        margin-bottom:30px;
    }
    .features_product_car_img img{
        width:100%;
    }
   
   
    .features_product_car_img {
        margin-bottom:30px;
    }
}


@media (max-width:576px) {
   
    .slick-arrow{
        display:none !important;
    }
   


   
   
    
}





