/*@font-face {
  font-family: 'Satoshi-Variable';
  src: url('../fonts/Satoshi-Variable.woff2') format('woff2'),
       url('../fonts/Satoshi-Variable.woff') format('woff'),
       url('../fonts/Satoshi-Variable.ttf') format('truetype');
}
@font-face {
  font-family: 'Satoshi-VariableItalic';
  src: url('../fonts/Satoshi-VariableItalic.woff2') format('woff2'),
       url('../fonts/Satoshi-VariableItalic.woff') format('woff'),
       url('../fonts/Satoshi-VariableItalic.ttf') format('truetype');
}*/
@font-face {
  font-family: 'Satoshi-Light';
  src: url('../fonts/Satoshi-Light.woff2') format('woff2'),
       url('../fonts/Satoshi-Light.woff') format('woff'),
       url('../fonts/Satoshi-Light.ttf') format('truetype');
       font-weight: 300;
}
@font-face {
  font-family: 'Satoshi-LightItalic';
  src: url('../fonts/Satoshi-LightItalic.woff2') format('woff2'),
       url('../fonts/Satoshi-LightItalic.woff') format('woff'),
       url('../fonts/Satoshi-LightItalic.ttf') format('truetype');
       font-weight: 300;
       font-style: italic;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Regular.woff2') format('woff2'),
       url('../fonts/Satoshi-Regular.woff') format('woff'),
       url('../fonts/Satoshi-Regular.ttf') format('truetype');
       font-weight: 400;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Italic.woff2') format('woff2'),
       url('../fonts/Satoshi-Italic.woff') format('woff'),
       url('../fonts/Satoshi-Italic.ttf') format('truetype');
       font-weight: 400;
       font-style: italic;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Medium.woff2') format('woff2'),
       url('../fonts/Satoshi-Medium.woff') format('woff'),
       url('../fonts/Satoshi-Medium.ttf') format('truetype');
       font-weight: 500;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-MediumItalic.woff2') format('woff2'),
       url('../fonts/Satoshi-MediumItalic.woff') format('woff'),
       url('../fonts/Satoshi-MediumItalic.ttf') format('truetype');
       font-weight: 500;
       font-style: italic;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Bold.woff2') format('woff2'),
       url('../fonts/Satoshi-Bold.woff') format('woff'),
       url('../fonts/Satoshi-Bold.ttf') format('truetype');
       font-weight: 700;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-BoldItalic.woff2') format('woff2'),
       url('../fonts/Satoshi-BoldItalic.woff') format('woff'),
       url('../fonts/Satoshi-BoldItalic.ttf') format('truetype');
       font-weight: 700;
       font-style: italic;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Black.woff2') format('woff2'),
       url('../fonts/Satoshi-Black.woff') format('woff'),
       url('../fonts/Satoshi-Black.ttf') format('truetype');
       font-weight: 900;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-BlackItalic.woff2') format('woff2'),
       url('../fonts/Satoshi-BlackItalic.woff') format('woff'),
       url('../fonts/Satoshi-BlackItalic.ttf') format('truetype');
       font-weight: 900;
       font-style: italic;
}
body{
  font-size: 16px;
  font-family: 'Satoshi';
  font-weight: 400;
}
a{
  text-decoration: none;
  color: #010D1C;
}
a:hover{
  color: #A8151B;
}
img{
  max-width: 100%;
  height: auto;
}
h1,h2,h3,h4{
  font-weight: 700;
}
/****************************/
/*********Header Start*********/
/****************************/
.header_sec{
  padding: 5px 0;
    position: relative;
    z-index: 999;
    background: #fff;
}
.header_sec .container-fluid{
    max-width: 1440px;
}
.header_search .form-control,
.header_search .input-group-text {
    background: rgb(1 13 28 / 3%);
    border: 0;
    border-radius: 30px 0 0 30px;
    height: 39px;
    padding: 8px 16px;
    font-size: 14px;
    box-shadow: none;
}
.header_search .input-group-text{
  border-radius: 0 30px 30px 0;
}
.logo_main {
    display: block;
    margin-right: 32px;
}
.header_search{
  margin-right: 24px;
}
.header_search .form-control{
  font-weight: 500;
  color: #010D1C;
}
.header_search .form-control::-webkit-input-placeholder{color: #010D1C;}
.header_search .form-control:-moz-placeholder{color:#010D1C;}
.header_search .form-control::-moz-placeholder{color:#010D1C;}
.header_search .form-control:-ms-input-placeholder{ color:#010D1C;}
.navbar{
  padding: 0;
}
.main_menu{
  list-style: none;
  padding: 0;
  margin: 0;
}
.sub_menu,
.sub-menu{
  list-style: none;
  padding: 0;
  margin: 0;
}
.main_menu > li > a {
    font-size: 18px;
    font-weight: 500;
    padding: 25px 18px;
    display: block;
    position: relative;
}
.main_menu > li{
  display: inline-block;
  vertical-align: middle;
    position: relative;
}
.dd_arrow{
  width: 10px;
  height: 6px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 4px;
  position: relative;
    transform-origin: center;
}
.dd_arrow:before, .dd_arrow:after{
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  height: 2px;
  width: 6px;
  background: #010D1C;
  transform:translate(0, -50%) rotate(-45deg);
  transform-origin: center;
  transition: all .2s linear;
}
.dd_arrow:before{
  transform-origin: center;
  transform:translate(0, -50%) rotate(45deg);
  right: auto;
  left: 0;
}
.main_menu > li:hover > a{
  color: #A8151B;
}
.main_menu > li:hover > a .dd_arrow:before,
.main_menu > li:hover > a .dd_arrow:after,
.hdr_login:hover .dd_arrow:before,
.hdr_login:hover .dd_arrow:after{
  background: #A8151B;
  transform:translate(0, -50%) rotate(45deg);
}
.main_menu > li:hover > a .dd_arrow:before,
.hdr_login:hover .dd_arrow:before{
  transform:translate(0, -50%) rotate(-45deg);
}
.login_btn{
  height: 40px;
  min-width: 133px;
  background: #A8151B;
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  border-radius: 5px;
  display: inline-block;
  padding: 11px 12px;
  text-align: center;
}
.login_btn:hover{
  background: #232424;
  color: #fff;
}
.hdr_right_item{
  display: inline-flex;
  vertical-align: middle;
  margin-right: 40px;
    padding: 18px 0;
}
.hdr_right_item:last-child{
  margin-right: 0;
}
.hdr_right_item > a{
  position: relative;
}
span.cart_badge {
    font-size: 12px;
    font-weight: 700;
    height: 17px;
    width: 17px;
    border-radius: 50%;
    background: #CD2016;
    color: #fff;
    display: block;
    text-align: center;
    position: absolute;
    top: -5px;
    right: -5px;
}
.hdr_login{
    position: relative;
}
.user_menu{
  font-size: 18px;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
}
.user_menu > img{
    margin-right: 12px;
}
.user_menu .dd_arrow{
    margin-left: 8px;
}
.user_submenu{
    list-style: none;
    padding: 0;
    margin: 0;
    background: #303030;
    position: absolute;
    right: 0;
    top: 100%;
    padding:20px 24px;
    border-radius: 10px;
    box-shadow: 10px 10px 40px 0px #0000001F;
    min-width: 200px;
    display: none;
}
.user_submenu li a{
    display: inline-flex;
    align-items: center;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
}
.profile_img{
    margin-right: 12px;
    height: 24px;
    width: 24px;
    border-radius: 50%;
}
.profile_img img{
  border-radius: 50%;
}
.user_submenu li.logout a img{
    margin-right: 8px;
}
.user_submenu li.logout a{
    color: #FE3C31;
}
.user_submenu li.logout{
    margin-top: 24px;
}
.sub_menu,
.sub-menu{
    background: #303030;
    position: absolute;
    left:50%;
    transform: translateX(-50%);
    top: 100%;
    padding:30px 32px 26px; 
    border-radius: 15px;
    box-shadow: 10px 10px 40px 0px #0000001F;
    min-width: 843px;
    z-index: 2;
    display: none;
}
.sub_menu > li,
.sub-menu > li{
    display: inline-flex;
    align-items: top;
    width: 24%;
    margin-bottom: 8px;
}
.sub_menu > li > a,
.sub-menu > li > a{
    padding: 8px;
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
}
.sub_menu > li > a > img,
.sub-menu > li > a > img{
    margin-right: 8px;
} 
.sub_menu:before,
.sub-menu:before {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #303030;
    border-width: 15px;
    margin-left: -15px;
    margin-bottom: -3px;
}
.header_space{
    display: none;
}
/****/
/** home header start **/
/****/
.home_page .header_sec{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    color: #fff;
    background: transparent;
}
.home_page .main_menu > li > a,
.home_page .hdr_right_item > a{
    color: #fff;
}
.home_page .dd_arrow:before,
.home_page .dd_arrow:after,
.home_page .main_menu > li:hover > a .dd_arrow:before, 
.home_page .main_menu > li:hover > a .dd_arrow:after, 
.home_page .hdr_login:hover .dd_arrow:before, 
.home_page .hdr_login:hover .dd_arrow:after{
    background: #fff;
}
.home_page .header_search .form-control, 
.home_page .header_search .input-group-text{
    background: #393a3a;
    color: #fff;
}
.home_page .header_search .input-group-text img,
.home_page .hdr_right_item a svg,
.home_page .user_menu > img{
    filter: invert(1);
}
.home_page .header_search .form-control::-webkit-input-placeholder{color: #fff;}
.home_page .header_search .form-control:-moz-placeholder{color:#fff;}
.home_page .header_search .form-control::-moz-placeholder{color:#fff;}
.home_page .header_search .form-control:-ms-input-placeholder{ color:#fff;}
.home_page .login_btn:hover{
    background: #fff;
    color: #A8151B;
}
/****/
/** home header end **/
/****/
/****************************/
/*********Header End*********/
/****************************/
/****************************/
/*********Footer Start*********/
/****************************/
.footer_sec{
    padding-top: 80px;
}
.ftr_logo{
    border-bottom: 1px solid rgba(255,255,255,0.1);
    padding-bottom: 24px;
}
.ftr_copyright{
    border-top: 1px solid rgba(255,255,255,0.1);
    padding-top: 24px;
    padding-bottom: 24px;
}
.social_mian{
    list-style: none;
    padding: 0;
    margin: 0;
}
.social_mian li{
    display: inline-flex;
    align-items: center;
    margin-right: 22px;
}
.social_mian li a{
    color: #FE3C31;
    height: 35px;
    width: 35px;
    border: 1.5px solid rgba(254, 60, 49, 0.1);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.social_mian li:last-child{
    margin-right: 0;
}
.social_mian li a:hover{
    background: #FE3C31;
    border-color: #FE3C31;
    color: #fff;
}
.copyright_text{
    color: #FE3C31;
    text-align: right;
    margin-bottom: 0;
}
.footer_sec{
    min-height: 400px;
    background: #232424;
}
.footer_middle {
    padding: 24px 0;
}
.foot_text {
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    color: rgb(255 255 255 / 50%);
    max-width: 410px;
}
.footer_menu {
    padding: 0;
    margin: 0;
}
.footer_menu a {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
}
.footer_menu li:not(:last-child) {
    margin-bottom: 32px;
}
.foot_info p{
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    color: #fff;
    margin: 0;
}
.foot_info p a{
  display: inline-block;
  margin: 0;
  color: #FE3C31;
}
.foot_info a{
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    color: #fff;
    display: inline-block;
    margin-bottom: 10px;
}
.foot_info .custom-html-widget{
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    height: 100%;
}
.foot_info {
    display: block;
        height: 100%;
}
.foot_info aside {
    height: 100%;
}
/****************************/
/*********Footer End*********/
/****************************/
/*****************************/
/****** home page start ******/
/*****************************/
.home_banner_sec{
    background: #232424;
    position: relative;
}
.banner_cap{
    padding: 225px 0 250px;
    color: #fff;
}
.btn_cmn,
.woocommerce a.remove,
a.checkout-button.button.alt.wc-forward {
    height: 48px;
    min-width: 170px;
    background: #A8151B;
    color: #fff;
    font-size: 14px;
    font-weight: 900;
    border-radius: 5px;
    display: inline-block;
    padding: 11px 12px;
    text-align: center;
    transition: 0.3s;
    line-height: 24px;
    border: 0;
}
.btn_cmn:hover{
    background: #232424;
    color: #fff;
}
.btn_cmn_line {
    height: 48px;
    min-width: 170px;
    background: #fff;
    color: #A8151B;
    font-size: 14px;
    font-weight: 900;
    border-radius: 5px;
    display: inline-block;
    padding: 11px 12px;
    text-align: center;
    transition: 0.3s;
    line-height: 24px;
    border: 2px solid #A8151B;
    vertical-align: bottom;
}
.btn_cmn_line:hover{
    background: #A8151B;
    color: #fff;
}
.hover_bg_white:hover{
    background: #fff;
    color: #A8151B;
}
.banner_img {
    position: absolute;
    right: 0;
    bottom: 0;
    max-width: 50%;
}
.banner_cap h2{
    font-size: 56px;
    font-weight: 900;
    margin-bottom: 16px;
}
.banner_cap p{
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    color: #DEDEDE;
    margin-bottom: 48px;
}
.home_cont_sec{
    min-height: 400px;
    background-repeat: repeat;
    border-radius: 100px 100px 0 0;
    position: relative;
}
.home_cont_sec:before{
    content: "";
    height: 400px;
    background: #232424;
    width: 100%;
    left: 0;
    top:0;
    position: absolute;
    z-index: -1;
}
.sec_padd {
    padding: 120px 0;
}
.common_head{
    font-size: 40px;
    font-weight: 700;
    line-height: 54px;
    letter-spacing: 0em;
}
.common_head span {
    color: #A8151B;
}
.prod_body {
    padding: 24px;
    background: #fff;
}
.prod_card {
    border-radius: 20px;
    overflow: hidden;
    margin: calc(var(--bs-gutter-x) * .5) 0;
    transition: 0.3s;
}
.prod_card:hover{
    box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
}
.prod_cat {
    display: flex;
    padding: 0;
    list-style: none;
    font-size: 14px;
    font-weight: 500;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: left;
    color: #7B7D82;
    margin-bottom: 8px;
    min-height: 19px;
    padding-left: 0 !important;
}
.prod_cat li:not(:first-child),
.prod_cat a:not(:first-child) {
    padding-left: 16px;
    margin-left: 16px;
}
.prod_cat li:not(:first-child):before,
.prod_cat a:not(:first-child):before {
    content: '';
    width: 2px;
    background: #5C6A7B;
    display: inline-block;
    height: 80%;
    position: absolute;
    left: 0;
    opacity: 50%;
    top: 2px;
}
.prod_cat li,
.prod_cat a {
    position: relative;
}
.prod_title,
.woocommerce ul.products li.product .woocommerce-loop-category__title, 
.woocommerce ul.products li.product .woocommerce-loop-product__title, 
.woocommerce ul.products li.product h3 {
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    margin-bottom: 5px;
    padding: 0;
    /* overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical; */
    min-height: 65px;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title {
    padding: 0 15px;
    min-height: 30px;
}
.prod_price {
    font-size: 32px;
    font-weight: 900;
    line-height: 43px;
}
.prod_price s {
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    color: #7B7D82;
}
/*.yith-wcwl-wishlistexistsbrowse > a[data-title="Wishlist"],
.yith-wcwl-wishlistaddedbrowse > a[data-title="Wishlist"],*/
.add_to_cart,
.woocommerce ul.products li.product .button{
  padding: 16px 14px 16px 14px;
  border-radius: 5px;
  background: #FCE8E9;
  width: 100%;
  height: 54px;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  color: #A8151B;
  transition: 0.3s;
}
/*.yith-wcwl-wishlistexistsbrowse > a[data-title="Wishlist"]:hover,
.yith-wcwl-wishlistaddedbrowse > a[data-title="Wishlist"]:hover,*/
.add_to_cart:hover,
.woocommerce ul.products li.product .button:hover
{
    background: #a8151b;
    color: #fff;
}
.prod_btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
}
.wishlist {
    padding: 15px 15px;
    border-radius: 5px;
    background: #FCE8E9;
    line-height: 1.5;
    height: 54px;
    transition: 0.3s;
    display: inline-block;
    vertical-align: middle;
}
.wishlist:hover {
    background: #a8151b;
    color: #fff;
}
.wishlist:hover img {
    filter: brightness(0) invert(1);
}
.swatch {
  position: relative;
  margin: 0rem;
  width: 24px;
  height: 24px;
  border-radius: 24px;
  line-height: 24px;
  display: inline-block;
  vertical-align: middle;
  transition: 0.5s;
  border: 2px solid #FFF;
}
.swatch > [type=radio],
.swatch > [type=checkbox] {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
}
.swatch > [type=radio] + label,
.swatch > [type=checkbox] + label {
  width: 24px;
  height: 24px;
  border-radius: 24px;
  line-height: 24px;
  text-align: center;
  position: absolute;
  transition: all 0.5s ease-in-out;
  border: 2px solid #FFF;
}
.swatch > [type=radio] + label i,
.swatch > [type=checkbox] + label i {
  opacity: 0;
  font-size: 3rem;
  transition: opacity 0.5s;
}
.swatch > [type=radio]:checked + label i,
.swatch > [type=checkbox]:checked + label i {
  opacity: 1;
}
.swatch.black > [type=radio] + label,
.swatch.black > [type=checkbox] + label {
  background: linear-gradient(0deg, #141215, #141215), linear-gradient(0deg, #FFFFFF, #FFFFFF);
}
.swatch.red > [type=radio] + label,
.swatch.red > [type=checkbox] + label {
  background: linear-gradient(0deg, #E31105, #E31105), linear-gradient(0deg, #FFFFFF, #FFFFFF);
}
.swatch.green > [type=radio] + label,
.swatch.green > [type=checkbox] + label {
  background: linear-gradient(0deg, #064646, #064646), linear-gradient(0deg, #FFFFFF, #FFFFFF);
}
.swatch.blue > [type=radio] + label,
.swatch.blue > [type=checkbox] + label {
  background-color: #2ecc71;
  color: #fff;
}
.swatch.orange > [type=radio] + label,
.swatch.orange > [type=checkbox] + label {
  background-color: #3498db;
  color: #fff;
}
.swatch > [type=radio]:checked + label,
.swatch > [type=checkbox]:checked + label {
  width: 24px;
  height: 24px;
  border-radius: 24px;
  line-height: 24px;
  transition: all 0.5s ease-in-out;
}
.swatch > [type=radio]:checked + label i,
.swatch > [type=checkbox]:checked + label i {
  opacity: 1;
  transition: opacity 0.5s;
}
.swatch:not(:first-child) {
    margin-left: -12px;
}
ul.color_sec {
    padding: 0;
    margin: 0;
}
.swatch:nth-child(n+4) {
    display: none;
}
.color_sec li:last-child {
    display: inline-block;
    font-size: 16px;
    line-height: 1;
    vertical-align: middle;
}
/*ul.color_sec:hover li {
    margin-left: -5px;
}
ul.color_sec:hover .swatch:nth-child(n+4) {
    display: inline-block;
    opacity: 1;
}
.color_sec:hover li:last-child {
    display:none;
}*/
.color_sec .swatch:nth-child(1){
    z-index: 10;
}
.color_sec .swatch:nth-child(2){
    z-index: 9;
}
.color_sec .swatch:nth-child(3){
    z-index: 8;
}
.color_sec .swatch:nth-child(4){
    z-index: 7;
}
.color_sec .swatch:nth-child(5){
    z-index: 6;
}
.color_sec .swatch:nth-child(6){
    z-index: 5;
}
.color_sec .swatch:nth-child(7){
    z-index: 4;
}
.color_sec .swatch:nth-child(8){
    z-index: 3;
}
.color_sec .swatch:nth-child(9){
    z-index: 2;
}
.color_sec .swatch:nth-child(10){
    z-index: 1;
}
.color_sec .swatch.active:after{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-size: 10px auto;
    background-image: url('../images/swatch_tick.svg');
    background-repeat: no-repeat;
    background-position: center;
}
.cat_card {
    position: relative;
    padding-bottom: 59%;
    border-radius: 16px;
    overflow: hidden;
}
.cat_card img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.cat_card.large {
    padding-bottom: 126%;
}
.cat_card h3 {
    position: absolute;
    color: #fff;
    text-align: center;
    left: 0;
    right: 0;
    bottom: 20px;
    z-index: 9;
    text-transform: uppercase;
    font-size: 28px;
    font-weight: 900;
    line-height: 38px;
    letter-spacing: 0.02em;
    margin: 0;
}
.cat_card + .cat_card {
    margin-top: calc(3rem * .5);
}
.cat_card:after {
    content: '';
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.sub_head {
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    color: #7E7E7E;
    max-width: 660px;
}
.pro_2row_slide_item{
    width: 410px;
    display: inline-flex;
    padding: 0 12px;
    margin-bottom: 24px;
}
.slick-dots {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
}
.slick-dots li{
    display: inline-block;
    vertical-align: middle;
    padding: 0 6px;
}
.slick-dots li button{
    height: 30px;
    width: 30px;
    background: #A7ADB3;
    border-radius: 50%;
    border: 0;
    color: #fff;
    line-height: 1;
}
.slick-dots li.slick-active button{
    background: #A8151B;
}
.window_full_overlay {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99;
    background: rgba(0,0,0,0.5);
    height: 100%;
    width: 100%;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    transition: all .3s linear;
}
.window_full_overlay.show{
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
}
.prod_card figure{
    margin-bottom: 0;
    position: relative;
    padding-top: 94%;
}
.prod_card figure img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    max-width: inherit;
    object-fit: cover;
    object-position: center;
}
/*****************************/
/****** home page end ******/
/*****************************/
/*****************************/
/*** category page start *****/
/*****************************/
.cat_page_sec.sec_padd {
    padding-top: 40px;
    padding-bottom: 20px;
}
.pagi_main{
    padding-top: 85px;
}
.pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
    justify-content: center;
    align-items: center;
}
a.arrow {
    color: #A8151B;
    border: 1.5px solid #A8151B;
    padding: 6px 15px;
    border-radius: 4px;
    display: inline-flex;
    align-items: center;
    margin: 0 10px;
    justify-content: center;
    font-size: 16px;
    font-weight: 500;
}
a.page-number {
    min-width: 32px;
    padding: 5px;
    border-radius: 7px;
    display: inline-flex;
    text-align: center;
    justify-content: center;
    color: #A7ADB3;
    font-size: 16px;
    font-weight: 500;
}
a.page-number.active {
    background: #fce8e9;
    color: #A8151B;
}
.pages {
    margin: 0 46px;
}
#prevPage .pagi_arrow_icon{
    margin-right: 8px;
}
#nextPage .pagi_arrow_icon{
    margin-left: 8px;
}
.page_count_show{
    font-weight: 500;
    color: #7B7D82;
    font-size: 16px;
}
/*****************************/
/*** category page end *******/
/*****************************/
/**/
.form_popup .form_group{
  padding:16px 0 16px 36px ;
  position: relative;
  border-bottom: 1px solid #909091;
}
.popup_big_common .modal-body {
    padding: 0;
}
.popup_big_common .form_body {
    padding: 24px;
}
.popup_big_common .modal-content {
    border-radius: 15px;
    overflow: hidden;
}
.common_head_h3{
  font-size: 32px;
  font-weight: 700;
  line-height: 43px;
  margin-bottom: 12px;
}
.common_head_h3 + p{
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
}
.common_form {
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    min-height: 482px;
    justify-content: space-between;
}
.popup_big_common .form-group {
    margin-bottom: 16px;
    position: relative;
}
.popup_big_common .form-control {
    border-radius: 8px;
    min-height: 44px;
    color: #000;
    border: 1px solid #E8E9EA;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0em;
    text-align: left;
    padding: 10px 13px;
    transition: all .3s linear;
}
.form-floating>.form-control, .form-floating>.form-select{
    height: 44px;
}
.form-floating>.form-control{
  transition: 0.3s;
  margin-top: 0;
}
.form-floating>.form-control:focus, 
.form-floating>.form-control:not(:placeholder-shown) {
    padding: 10px 13px;
    margin-top: 36px;
}
.form-floating>.form-control:focus~label, 
.form-floating>.form-control:not(:placeholder-shown)~label, 
.form-floating>.form-select~label {
    opacity: 1;
    transform: translateY(-35px) translateX(-13px);
}
.popup_big_common label.error,
.popup_small_common label.error{
    color: #FF2626;
    position: relative;
    margin-top: 4px;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    text-align: right;
    width: 100%;
    transform: none !important;
    opacity: 1 !important;
    padding: 0;
}
.popup_big_common .form-control.error{
  border-color: #FF2626;
  color: red;
}
.form-control:focus {
    box-shadow: none;
}
.form-floating>label {
    padding: 10px 13px;
    font-size: 14px;
    font-weight: 400;
    margin: 0;
    color: #A7ADB3;
}
.togglePassword,
#togglePassword, 
#verifyPassword, 
.input_icon {
    position: absolute;
    top: 12px;
    right: 15px;
    color: #909090;
    font-size: 24px;
    line-height: 1;
    /*cursor: pointer;*/
    height: 24px;
    width: 24px;
    line-height: 0;
}
.iconecircle,
.togglePassword.on .iconeye, 
#togglePassword.on .iconeye,
#verifyPassword.on .iconeye,
#cvvPassword.on .iconeye{
  display: none;
} 
.togglePassword.on .iconecircle, 
#togglePassword.on .iconecircle, 
#verifyPassword.on .iconecircle,
#cvvPassword.on .iconecircle{
  display: block;
}
.btm_form_link {
    font-size: 14px;
    line-height: 19px;
    margin-top: 40px;
}
.btm_form_link a {
    font-weight: 700;
    margin: 0 3px;
}
.forgot-pass {
    font-size: 14px;
    line-height: 19px;
    margin-top: 40px;
}
/*.form-floating:nth-child(1)>.form-control:focus,*/
.form-floating>.form-control:not(:placeholder-shown){
    margin-top: 20px;
}
/*.form-floating:nth-child(n+2)>.form-control:focus,*/
.form-floating:nth-child(n+2)>.form-control:not(:placeholder-shown){
    margin-top: 36px;
}
.modal-backdrop + .modal-backdrop {
    z-index: 1060;
}
.modal.show + .modal.show {
    z-index: 1065;
}
h5.common_head_h5 {
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
}
.sub_head_h5 {
    font-size: 20px;
    font-weight: 400;
    line-height: 27px;
    color: #010D1C;
}
.modal-sm {
    max-width: 390px;
}
.popup_small_common .modal-header .btn-close {
    padding: 0;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 10px;
    top: 10px;
    background: transparent;
    margin: 0;
    line-height: 1;
}
.modal-content .modal-header {
    margin: 0;
    text-align: center;
    display: block;
    border: none;
    position: relative;
}
.modal_right_img{
    height: 100%;
}
.modal_right_img img{
    /*height: 100%;
    width: 100%;*/
    object-fit: cover;
    object-position: left center;
    max-width: inherit;
}
.forgotpass_main {
    margin-bottom: 20px;
}
.popup_small_common .modal-content {
    border-radius: 15px;
    overflow: hidden;
}
#resetPassSuccess {
    background: rgba(0,0,0,0.5);
}
.title_n_filter_row{
    margin-bottom: 40px;
}
.search_form .input-group{
    padding: 10px 12px;
    border-radius: 8px;
    border: 1px solid #A8151B1F;
    box-shadow: 0px 0px 34px 0px #00000012;
}
.search_form .form-control,
.search_form .input-group-text{
    padding: 0;
    border: 0;
    box-shadow: none;
    background: transparent;
}
.search_form .input-group-text{
    margin-right: 10px;
}
.search_form .form-control{
    color: #A8151B;
    font-size: 14px;
    min-width: 240px;
}
.filters_main{
    padding-left: 24px;
    position: relative;
    z-index: 99;
}
.filters_btn{
    padding: 11px 16px;
    border-radius: 5px;
    background: #A8151B;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    border: 0;
    outline: none;
    white-space: nowrap;
}
.filters_btn img{
    margin-right: 7px;
}
.filter_block{
    border: 1px solid #0000001A;
    box-shadow: 12px 12px 60px 0px #00000033;
    padding: 24px;
    border-radius: 14px;
    position: absolute;
    right: 0;
    top: 100%;
    margin-top: 9px;
    min-width: 540px;
    display: none;
    background: #fff;
}
.filter_block_hdr{
    padding-bottom: 24px;
    margin-bottom: 24px;
    border-bottom: 1px solid #F0F3F8
}
.filter_block_hdr h4{
    font-size: 20px;
    font-weight: 900;
    line-height: 27px;
}
.filter_clear{
    font-size: 14px;
    font-weight: 700;
}
.filter_body .nav-pills{
    min-width: 111px;
}
.filter_body .nav-pills .nav-link{
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    color: #7B7D82;
    margin-bottom: 20px;
    padding: 0 10px 0 0;
    text-align: left;
}
.filter_body .nav-pills .nav-link.active{
    background: transparent;
    padding: 0 10px 0 0;
    text-align: left;
    color: #202C59;
    font-weight: 900;
}
.filter_body .tab-content{
    border-left: 1px solid #F0F3F8;
    padding-left: 20px;
    min-height: 450px;
}
.filter_btn_grp .btn_cmn{
    margin-right: 16px;
    border: 2px solid #A8151B;
    width: 50%;
}
.filter_btn_grp .btn_cmn:hover{
    background: green;
    border-color: green;
    color: #fff;
}
.filter_btn_grp .btn_cmn:last-child{
    margin-right: 0;
}
.filter_btn_grp .btn_cmn.btn_filter_cancel{
    background: transparent;
    color: #A8151B;
}
.filter_btn_grp .btn_cmn.btn_filter_cancel:hover{
    background: #A8151B;
    color: #fff;
    border-color: #A8151B;
}
.filter_btn_grp {
    padding-top: 20px;
}
.filter_check_list .form-check {
    display: inline-block;
    vertical-align: top;
    width: 49%;
    margin-bottom: 20px;
    font-weight: 500;
    color: #000;
    font-size: 14px;
    padding: 0;
    min-height: inherit;
}
.filter_check_list .form-check label{
    position: relative;
    padding-left: 30px;
}
.filter_check_list .form-check .form-check-input {
    height: 18px;
    width: 18px;
    border-radius: 4px;
    border: 1px solid #7B7D82;
    position: absolute;
    left: 0;
    top: 2px;
    margin: 0;
    box-shadow: none;
}
.form-check-input:checked[type=checkbox]:checked{
    background-color: #A8151B;
    border-color: #A8151B;
    box-shadow: none;
    background-image: url(../images/check_small.svg);
    background-size: 12px auto;
    background-position: center;
}
.filter_check_list .form-check .form-check-input:checked{
    border-color: #A8151B;
}
.filterd_tag {
    font-size: 14px;
    font-weight: 500;
    color: #A8151B;
    background: #FCE8E9;
    display: inline-block;
    vertical-align: top;
    margin-top: 8px;
    margin-right: 8px;
    border-radius: 4px;
    padding: 4px 7px;
}
.product_item_full figure img{
    width: 100%;
}
.product_item_full figure {
    margin-bottom: 0;
}
.prod_fullimga_miain{
    border: 1px solid #F0F3F8;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 24px;
    position: relative;
}
.product_sticker {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    color: #202C59;
    background: #d3d4d9;
    border-radius: 0px 20px 20px 0px;
    z-index: 4;
    padding: 12px;
}
.prouct_item_thumb{
    padding: 0 6px;
}
.prouct_item_thumb figure {
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    padding-top: 79%;
    margin-bottom: 0;
}
.prouct_item_thumb figure img {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    max-width: inherit;
    object-fit: cover;
}
.prouct_slider_full:not(.slick-initialized) .product_item_full + .product_item_full,
.prouct_slider_thumb:not(.slick-initialized) .prouct_item_thumb  .prouct_item_thumb{
    display: none;
}
.prouct_item_thumb{
    width: 25%;
}
.breadcrub_main .breadcrumb-item a{
    display: flex;
    align-items: center;
    font-weight: 600;
}
.breadcrub_main .breadcrumb-item a img{
    margin-right: 11px;
}
.breadcrub_main .breadcrumb-item+.breadcrumb-item::before{
    content:"";
    background-image:url(../images/bread_arrow_right.svg);
    height: 24px;
    width: 16px;
    background-position: center;
    background-repeat: no-repeat;
    padding: 0;
    margin:0 11px;
}
.breadcrub_main .breadcrumb-item+.breadcrumb-item {
    padding-left: 0;
}
.breadcrub_main .breadcrumb-item.active {
    color: #202C59;
    font-weight: 600;
}
.breadcrub_main .breadcrumb{
    margin-bottom: 44px;
}
.product_detail_sec{
    padding-top: 40px;
}
span.gal_icon {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
}
.lg-toolbar .lg-download{
    display: none;
}
.lg-toolbar .lg-close:after,
.lg-toolbar .lg-download:after,
.lg-actions .lg-prev:after,
.lg-actions .lg-next:before{
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}
.lg-toolbar .lg-close:after{
    content: "\f00d";
}
.lg-toolbar .lg-download:after{
   content: "\f019";
}
.lg-actions .lg-prev:after{
    content: "\f053";
}
.lg-actions .lg-next:before{
    content: "\f054";
}
.prod_tags{
    list-style: none;
    padding: 0;
    margin: 0 0 12px;
}
.prod_tags li{
    display: inline-block;
    vertical-align: top;
    margin-right: 28px;
}
.prod_tags li:last-child{
    margin-right: 0;
}
.prod_tags li a{
    display: block;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    color: #5C6A7B;
}
.prod_det_title,
.woocommerce div.product .product_title{
    font-size: 32px;
    font-weight: 900;
    line-height: 43px;
    margin-bottom: 24px;
}
.prod_dec,
.woocommerce-product-details__short-description{
    font-size: 16px;
    line-height: 23px;
    color: #7B7D82;
    margin-bottom: 40px;
}
.prod_color_swatch{
    margin-bottom: 24px;
}
.prod_color_swatch > label{
    font-size: 20px;
    color: #7B7D82;
    margin-right: 24px;
    margin-bottom: 0;
}
.prod_color_swatch .swatch:nth-child(n+4) {
    display: inline-block;
}
.prod_color_swatch .swatch,
.prod_color_swatch .swatch > [type=radio] + label, 
.prod_color_swatch .swatch > [type=checkbox] + label{
    width: 28px;
    height: 28px;
    line-height: 28px;
    border-radius: 50%;
}
.prod_color_swatch .color_sec .swatch.active:after{
    background-size: 12px auto;
}
.prod_detail_price .prod_price{
    color: #A8151B;
    margin-bottom: 24px;
}
.prod_detail_price .prod_price s{
    font-size: 20px;
    font-weight: 400;
    color: #7B7D82;
}
.pro_qty_main .number input[type=number],
.cart_item .pro_qty_main .quantity input[type=number]{
    width: 129px;
    height: 48px;
    border: 2px solid #A8151B !important;
    border-radius: 5px;
    padding: 12px 35px 12px 16px;
    color: #A8151B;
    font-size: 14px;
    font-weight: 700;
}
/* Chrome, Safari, Edge, Opera */
.pro_qty_main input[type=number]::-webkit-outer-spin-button,
.pro_qty_main input[type=number]::-webkit-inner-spin-button,
.woocommerce div.product form.cart div.quantity .qty::-webkit-outer-spin-button,
.woocommerce div.product form.cart div.quantity .qty::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* Firefox */
.pro_qty_main input[type=number],
.woocommerce div.product form.cart div.quantity .qty  {
  -moz-appearance: textfield;
}
.pro_qty_main .number, .cart_item .pro_qty_main .quantity {
    position: relative;
    display: inline-block;
    margin-right: 20px;
}
.pro_qty_main .number .plus, 
.pro_qty_main .number .minus,
.cart_item .pro_qty_main .quantity .plus,
.cart_item .pro_qty_main .quantity .minus,
.woocommerce div.product form.cart div.quantity .plus,
.woocommerce div.product form.cart div.quantity .minus{
    position: absolute;
    right: 16px;
    top: 9px;
    height: 12px;
    width: 12px;
    transform-origin: center;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    transform: rotate(-180deg);
    cursor: pointer;
}
.pro_qty_main .number .minus,
.cart_item .pro_qty_main .quantity .minus,
.woocommerce div.product form.cart div.quantity .minus{
    top: 27px;
    transform: rotate(0);
}
.cart_item .pro_qty_main .quantity input[type=number]{
    text-align: left;
}
.avalable_badge {
    display: inline-flex;
    font-weight: 500;
    color: #A8151B;
    background: #FCE8E9;
    border-radius: 4px;
    padding: 5px 7px;
    font-size: 14px;
    align-items: center;
}
.avalable_badge img{
    margin-right: 4px;
}
.pro_qty_main {
    margin-bottom: 24px;
    display: flex;
    align-items: center;
}
.product_detail_sec{
    padding-bottom: 80px;
}
.prod_detail_btns .add_to_cart,
.prod_detail_btns .wishlist{
    background: #A8151B;
    color: #fff;
    height: 48px;
    padding: 13px 17px;
}
.prod_detail_btns .add_to_cart{
    font-weight: 900;
    font-size: 14px;
}
.prod_detail_btns .add_to_cart svg{
    margin-right: 4px;
}
.prod_detail_btns .add_to_cart:hover,
.prod_detail_btns .wishlist:hover{
    background: #000;
}
.pro_detail_about h3{
    font-size: 32px;
    font-weight: 900;
    line-height: 43px;
    margin-bottom: 16px;
}
.pro_detail_about p{
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}
.related_products .common_head{
    margin-bottom: 40px;
}
#proAddedModal .modal-content .modal-header {
    display: flex;
    padding: 16px 24px;
    border-bottom: 1.5px solid #E8E9EA;
}
#proAddedModal .modal-content{
    border: 0;
    border-radius: 20px;
}
#proAddedModal .modal-lg{
    max-width: 1074px;
}
#proAddedModal .modal-title{
    display: flex;
    align-items: center;
    font-size: 20px;
    font-weight: 500;
    line-height: 27px;
    color: #2FAB6D;
}
#proAddedModal .modal-title img{
    margin-right: 16px;
}
#proAddedModal .btn-close {
    opacity: 1;
    display: block;
    height: 28px;
    width: 28px;
    background-size: 14px auto;
    box-sizing: border-box;
}
#proAddedModal .modal-body{
    padding: 32px;
}
.pop_pro_left {
    width: 25.8%;
}
.pop_pro_middle{
    padding: 0 40px;
}
.pop_pro_middle h3{
    font-size: 20px;
    font-weight: 900;
    line-height: 27px;
    margin-bottom: 12px;
}
.pop_price{
    font-size: 24px;
    font-weight: 900;
    line-height: 32px;
    color: #A8151B;
    margin-bottom: 12px;
}
.pop_item{
    font-size: 20px;
    font-weight: 400;
    line-height: 27px;
    color: #7B7D82;
    margin-bottom: 12px;
}
.pop_item span{
    color: #010D1C;
}
.pop_pro_middle {
    padding: 0 40px;
    width: 34.6%;
}
.pop_pro_right {
    padding-left: 40px;
    border-left: 1.5px solid #E8E9EA;
    width: 40%;
}
.pop_pro_right h4{
    border-bottom: 1.5px solid #E8E9EA;
    font-size: 20px;
    font-weight: 400;
    line-height: 27px;
    padding-bottom: 12px;
    margin-bottom: 12px;
}
.btn_border{
    border: 2px solid #A8151B;
    background: transparent;
    color: #A8151B;
}
.btn_border:hover{
    background: #A8151B;
    color: #fff;
}
.popbtn_group .btn_cmn {
    width: 48%;
    min-width: inherit;
    white-space: nowrap;
}
.popbtn_group {
    padding-top: 75px;
}
#proAddedModal .modal-dialog{
    margin: 80px auto;
    width: 95%;
}
/****** css start for carts pages ******/
.carts_padd{
    padding: 40px 0;
}
.bg_light{
    background: #F9F9F9;
}
.cart_page .common_head{
    margin-bottom: 60px;
}
.carts_left, .carts_sidebar{
    box-shadow: 4px 4px 40px 0px #0000000D;
    padding: 24px;
}
.cart_item_title,
.cart_item_price,
.pop_item{
    font-size: 16px;
    font-weight: 900;
    line-height: 22px;
    margin-bottom: 12px;
}
.cart_item_price{
    color: #A8151B;
}
.pop_item{
    font-weight: 400;
    color: #7B7D82;
}
.pop_item span{
    color: #010D1C;
}
.cart_item{
    position: relative;
}
.cart_item + .cart_item{
    margin-top: 24px;
}
.cart_item_img {
    min-width: 156px;
    max-width: 156px;
    border-radius: 8px;
    overflow: hidden;
    margin-right: 24px;
}
.cart_item_cont{
    padding-right: 24px;
    max-width: 249px;
    width: 50%;
}
.cart_delete{
    background: #FCE8E9;
    height: 48px;
    width: 48px;
    border-radius: 5px;
    padding: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
    cursor: pointer;
}
.woocommerce a.remove{
    color: #fff !important;
}
dl.variation,dl.variation dt {
    font-weight: 400;
}
dl.variation dt,dl.variation dd {
    display: inline-block;
}
.cart_item_img img {
    width: 100%;
    height: 140px;
    object-fit: cover;
}
.cart_total_price {
    font-size: 20px;
    font-weight: 900;
    color: #A8151B;
    margin: 0 auto;
    min-height: 48px;
    display: inline-flex;
    align-items: center;
}
.cart_item .pro_qty_main .number,
.cart_item .pro_qty_main .quantity{
    margin-right: 0;
}
.form-check.form_check_custom{
    padding-left: 0;
}
.form_check_custom .form-check-label {
    display: inline-flex;
    align-items: center;
}
.form_check_custom .form-check-label .form-check-input{
    margin-right: 12px;
}
.cart_item_img .form_check_custom{
    position: absolute;
    left: 6px;
    top: 6px;
    padding: 0;
    margin: 0;
}
.form_check_custom .form-check-input {
    height: 18px;
    width: 18px;
    border-radius: 4px;
    border: 1px solid #7B7D82;
    margin: 0;
    box-shadow: none;
    z-index: 2;
}
.form_check_custom .form-check-input:checked[type=checkbox]:checked{
    background-color: #A8151B;
    border-color: #A8151B;
    box-shadow: none;
    background-image: url(../images/check_small.svg);
    background-size: 12px auto;
    background-position: center;
}
.form_check_custom .form-check-input:checked{
    border-color: #A8151B;
}
.cart_price_item span {
    color: #7B7D82;
    font-weight: 500;
}
.cart_price_item {
    padding-bottom: 20px;
}
.cart_price_item_total{
    border-top: 1px solid #F0F3F8;
    padding-top: 20px;
    padding-bottom: 32px;
}
.cart_price_item_total span{
    color: #010D1C;
}
.cart_proceed_btn .btn_cmn{
    display: block;
    width: 100%;
}
.price_detail_title{
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 16px;
}
.pro_qty_main .number .plus, 
.pro_qty_main .number .minus{
    right: 10px;
}
/****** css end for carts pages ******/
/****** css Start for checkout pages ******/
.checkout_item{
    position: relative;
    padding-left: 44px;
    margin-bottom: 40px;
}
.checkout_item_count{
    height: 32px;
    width: 32px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #010D1C0D;
    font-size: 14px;
    font-weight: 700;
    position: absolute;
    left: 0;
    top: 0;
}
.checkout_item_title{
    font-size: 20px;
    font-weight: 700;
    line-height: 27px;
    padding: 3px 0;
    color: #7B7D82;
}
.checkout_item_title.on{
    color: #010D1C;
}
.check_address_item{
    padding: 24px 24px 24px 42px;
    border-bottom: 1px solid #F0F3F8;
}
.check_address_item{
    position: relative;
}
.check_address_item{
    margin-bottom: 16px;
}
.check_address_item .add_item_radio{
    position: absolute;
    left: 0;
    top: 26px;
    padding: 0;
}
.radio_custom input[type="radio"]{
    height: 18px;
    width: 18px;
    min-width: 18px;
    border: 1px solid #7B7D82;
    margin: 0;
    padding: 0;
    box-shadow: none !important;
    float: none;
}
.radio_custom input[type="radio"]:checked{
    background-color: #A8151B;
    border-color: #A8151B;
    box-shadow: 0 0 0 0.25rem rgba(13,110,253,.25);
}
.check_address_edit{
    position: absolute;
    right: 0;
    top: 26px;
    padding: 0;
    margin: 0;
    border: 0;
    background: transparent;
}
.check_add_label{
    font-weight: 700;
    font-size: 20px;
    display: flex;
    align-items: center;
    min-width: 110px;
}
.check_add_label img{
    margin-right: 12px;
}
.check_add_content{
    padding-left: 10px;
    color: #7B7D82;
}
.check_add_content p{
    margin-bottom: 12px;
}
.check_name_numb{
    list-style: none;
    padding: 0;
    margin-bottom: 12px;
}
.check_name_numb li{
    display: inline-block;
    vertical-align: top;
    padding-right: 16px;
    margin-right: 12px;
    border-right: 1px solid #E0E7F0;
    line-height: 1;
}
.check_name_numb li:last-child{
    margin-right: 0;
    padding-right: 0;
    border-right: 0;
}
.add_billing_check .form-check-label{
    font-weight: 700;
    color: #010D1C;
}
.btn_disable{
    opacity: 0.3;
    pointer-events: none;
}
.summary_item > figure {
    max-width: 80px;
    margin-right: 8px;
}
.summary_item_title{
    font-size: 14px;
    font-weight: 900;
    color: #010D1C;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 8px;
}
.summary_badge{
    list-style: none;
    padding: 0;
    margin: 0;
    line-height: normal;
}
.summary_badge li{
    display: inline-block;
    vertical-align: top;
    padding-right: 12px;
    margin-right: 8px;
    border-right: 1px solid #E0E7F0;
    line-height: 1;
    font-size: 12px;
}
.summary_badge li:last-child{
    margin-right: 0;
    padding-right: 0;
    border-right: 0;
}
.summary_content {
    width: 50%;
}
.summary_price{
    margin-left: auto;
    font-size: 16px;
    font-weight: 900;
}
.summary_item {
    padding: 16px 0;
    border-bottom: 1px solid #F0F3F8
}
.order_summary_list{
    margin-bottom: 24px;
}
.check_toggle_box{
    display: none;
}
.radio_custom{
    padding: 0;
    margin: 0;
}
.payment_mehod_item{
    padding:24px 24px 24px 0px;
    border-bottom: 1px solid #F0F3F8;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
}
.payment_mehod_item label img{
    margin-right: 12px;
}
.payment_mehod_item .radio_custom,
.payment_mehod_item label{
    display: flex;
    align-items: center;
}
.payment_mehod_item label{
    font-size: 20px;
    font-weight: 700;
    padding-left: 24px;
}
.payment_mehod_item label span{
    color: #7B7D82;
}
.req_star{
    color: red;
}
.common_form .form-select{
    height: 44px;
    border: 1px solid #ced4da;
    background-color: #fff;
    background-image: url(../images/select_arrow2.svg);
    background-size: 20px auto;
}
.address_type > h4{
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 12px;
}
.add_type_btn{
    padding: 10px;
    border-radius: 7px;
    border: 1px solid #F0F3F8;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #7B7D82;
}
.type_btn_icon{
    margin-right: 8px;
}
.add_type_btn_main{
    position: relative;
}
.add_type_btn_main input[type="radio"]{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
}
.add_type_btn_main input[type="radio"]:checked ~ .add_type_btn{
    background: #202C59;
    color: #fff;
}
.add_type_btn_main input[type="radio"]:checked ~ .add_type_btn img {
    filter: invert(1);
}
.add_addressform_main .common_form,
.guest_addressform_main .common_form,
.guest_add_card_main .common_form{
    min-height: inherit;
}
.add_addressform_main{
    display: none;
}
.add_card_main .common_form{
    min-height: inherit;
}
/* Chrome, Safari, Edge, Opera */
.add_card_main input[type=number]::-webkit-outer-spin-button,
.add_card_main input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* Firefox */
.add_card_main input[type=number] {
  -moz-appearance: textfield;
}
.thankyou_main,
.emptycart_main {
    width: 480px;
    margin: 0 auto;
    max-width: 100%;
}
.thankyou_page, 
.emptycart_page{
    padding-bottom: 140px;
}
.thankyou_main figure,
.emptycart_main figure{
    margin-bottom: 40px;
}
.thankyou_main h3,
.emptycart_main h3{
    font-size: 32px;
    font-weight: 700;
    line-height: 43px;
    margin-bottom: 12px;
}
.thankyou_main p,
.emptycart_main p{
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 12px;
    color: #7B7D82;
}
.order_number{
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 12px;
}
.thankyou_main .btn_cmn{
    min-width: 205px;
}
.emptycart_main p{
    margin-bottom: 40px;
}
.emptycart_main {
    padding-top: 25px;
}
.emptycart_page .common_head{
    font-size: 24px;
    font-weight: 700;
    line-height: normal;
}
/****** css end for checkout pages ******/
/***** content page start *****/
.content_page_sec{
    padding: 65px 0;
}
.content_page_sec h4{
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 24px;
}
#contactPopup .common_form .form-floating > textarea.form-control{
    height: 97px;
}
#contactPopup .common_form{
    min-height: inherit;
    margin-top: 24px;
}
#contactPopup .btm_form_link{
    margin-top: 8px;
}
#contactPopup .common_head_h5{
    font-size: 32px;
    font-weight: 900;
}
#contactPopup .sub_head_h5{
    font-size: 14px;
    color: #7B7D82;
}
#contactPopup .modal-body{
    padding: 24px;
}
#contactPopup .common_form .form-control{
    font-size: 14px;
}
#contactPopup .btn_cmn{
    min-width: 160px;
}
#contactPopup .btm_form_link .btn_cmn {
    font-weight: 700;
    margin: 0 8px 0 0;
}
#contactPopup .btm_form_link .btn_cmn:last-child{
    margin: 0 0 0 8px;
}
#contactPopup .wpcf7-submit.btn_cmn{
    margin: 0 0 0 8px;
}
/***** content page end *****/
/**** profile page start ****/
.profile_sidebar{
    background: #fff;
    width: 245px;
    padding: 40px 0;
    min-height: 860px;
    float: left;
    height: 100%;
}
.profile_hdr{
    padding: 0 15px 40px 40px;
}
.profile_hdr figure{
    min-width: 40px;
    max-width: 40px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 8px;
}
.profile_hdr p{
    font-weight: 500;
    font-size: 14px;
}
.profle_menu{
    list-style: none;
    margin: 0;
    padding: 0;
}
.profle_menu li{
    margin-bottom: 8px;
}
.profle_menu li a{
    display: flex;
    align-items: center;
    font-size: 14px;
    padding: 16px 40px;
    position: relative;
}
.profle_menu li a svg{
    margin-right: 12px;
}
.profle_menu li a:before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 2px;
    background: #A8151B;
    opacity: 0;
}
.profle_menu li a:hover,
.profle_menu li a.active{
    background: linear-gradient(90deg, rgba(251, 119, 80, 0.13) 0%, rgba(251, 119, 80, 0) 91.25%);
    color: #A8151B;
    font-weight: 900;
}
.profle_menu li a:hover:before,
.profle_menu li a.active:before{
    opacity: 1;
}
.profle_menu li:first-child a:hover svg,
.profle_menu li:first-child a.active svg{
    fill:#A8151B;
}
.profle_menu li:not(:first-child) a:hover svg path,
.profle_menu li:not(:first-child) a.active svg path{
    stroke:#A8151B;
}
.profile_right_content{
    padding: 40px 24px;
}
.profile_right_content {
    padding-left: 270px;
    min-height: 860px;
}
.avatar-upload {
  position: relative;
  width: 206px;
  height: 206px;
  margin-bottom: 24px;
}
.avatar-upload .avatar-edit {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  overflow: hidden;
}
.avatar-upload .avatar-edit input {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
}
.avatar-upload .avatar-edit label span{
    display: block;
    text-align: center;
}
.avatar-upload .avatar-preview {
  width: 100%;
  height: 100%;
  position: relative;
  border-radius: 100%;
}
.avatar-upload .avatar-preview > div {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.profile_form .btm_form_link{
    margin-top: 120px;
}
.btn_cmn.disable_btn{
    background: #b8b8b8;
    color: #fff;
    pointer-events: none;
}
.sidebar_mobile_btn {
    display: none;
}
/**** profile page end ****/
/**** whishlist and order-history page start ****/
.wishlist_products .title_n_filter_row {
    margin-bottom: 16px;
}
.profile_page_main .common_head {
    font-size: 24px;
    line-height: 30px;
}
.order_item_img{
    width: 64px;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 0;
}
.order_table_main table td{
    vertical-align: middle;
    border: 0;
}
.order_table_main table > tbody > tr:nth-of-type(even)>*{
    background:#fff !important;
}
.order_table_main .table>:not(:first-child) {
    border-top: 1px solid #E8E9EA;
}
.order_table_main table tbody td{
    font-size: 16px;
    color: #010D1C;
    font-weight: 500;
    padding: 8px 16px;
}
.order_table_main table thead td{
    font-size: 14px;
    font-weight: 500;
    color: #7B7D82;
    padding: 17px 16px;
}
.order_table_main table tbody .order_img:first-child{
    width: 96px;
}
.filter_th{
    white-space: nowrap;
}
.filter_th img{
    margin-left: 24px;
}
.order_table_main .table-responsive table{
    min-width: 620px;
}
.order_item_img{
    margin: 5px 0;
}
.table_icon{
    padding-left: 0;
}
.table_icon li{
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    margin-right: 16px;
}
.table_icon li a img{
    transition: all .2s linear;
}
.table_icon li a:hover img{
    transform: scale(1.2);
}
.table_icon li:last-child{
    margin-right: 0;
}
.add_vehicle_btn .btn_cmn{
    min-width: inherit;
    height: 43px;
    margin-left: 24px;
    line-height: 20px;
}
#addVehiclesPopup .common_form,
#addPaymentPopup .common_form,
#addAddressPop .common_form,
#editAddressPop .common_form{
    min-height: inherit;
    margin-top: 20px;
    display: block;
}
#addVehiclesPopup .btm_form_link,
#addPaymentPopup .btm_form_link,
#addAddressPop .btm_form_link,
#editAddressPop .btm_form_link{
    margin-top: 10px;
}
#addVehiclesPopup .modal-body,
#addPaymentPopup .modal-body,
#addAddressPop .modal-body,
#editAddressPop .modal-body{
    padding: 24px;
}
#addVehiclesPopup .btm_form_link .btn_cmn,
#addPaymentPopup .btm_form_link .btn_cmn,
#addAddressPop .btm_form_link .btn_cmn,
#editAddressPop .btm_form_link .btn_cmn{
    margin: 0 8px 0 0;
    width: 46%;
    min-width: inherit;
}
#addVehiclesPopup .btm_form_link .btn_cmn:last-child,
#addPaymentPopup .btm_form_link .btn_cmn:last-child,
#addAddressPop .btm_form_link .btn_cmn:last-child,
#editAddressPop .btm_form_link .btn_cmn:last-child{
    margin: 0 0 0 8px;
}
#addVehiclesPopup .modal-sm,
#addPaymentPopup .modal-sm,
#addAddressPop .modal-sm,
#editAddressPop .modal-sm {
    max-width: 450px;
}
.no_payment_method {
    padding: 153px 0;
    width: 600px;
    max-width: 100%;
    margin: 0 auto;
}
.no_payment_method figure{
    margin-bottom: 40px;
}
.no_payment_method h4{
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 16px;
}
.no_payment_method p{
    font-size: 16px;
    color: #7B7D82;
    line-height: 22px;
    margin-bottom: 0;
}
.payment_card_item, .address_card_item{
    padding: 24px;
    background: #fff;
    border-radius: 20px;
    position: relative;
    margin-bottom: 25px;
}
.card_name{
    margin-top: 60px;
    font-size: 14px;
    font-weight: 700;
}
.card_number{
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.1em;
    margin-top: 16px;
}
.card_delete, .add_card_edit, .address_delete{
    height: 32px;
    width: 32px;
    background: #D62727;
    border-radius: 50%;
    position: absolute;
    right: -10px;
    top: -10px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.add_card_edit{
    right: 34px;
    background: #202C59;
}
.address_card_head{
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
}
.address_card_head img{
    margin-right: 12px;
}
.woocommerce ul.products li.product a img{
  height: 100%;
}
/**** whishlist and order-history page end ****/
/******* category page design with WC update *******/
 .woocommerce ul.products li.product .button,
 .prod_btn .yith-wcwl-add-to-wishlist{
    margin-top: 0;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) ul.products li.product .price {
    color: #010D1C;
}
.woocommerce ul.products li.product .price {
    font-size: 16px;
    font-weight: 600;
    /* min-height: 50px; */
}
.prod_price .price > .woocommerce-Price-amount {
    font-size: 17px;
}
.woocommerce ul.products li.product .price ins{
    font-weight: 900;
    text-decoration: inherit;
    font-size: 20px;
}
.woocommerce ul.products li.product .price del{
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    color: #7B7D82;
    opacity: 1;
}
/*span.feedback {
    position: absolute;
    left: 0;
    bottom: 16px;
    right: 0;
    text-align: center;
    font-size: 12px;
    font-weight: 600;
}
*/
.yith-wcwl-add-button>a i,
.yith-wcwl-add-to-wishlist .feedback .yith-wcwl-icon {
    margin: 0px 3px !important;
}
.yith-wcwl-add-to-wishlist span.feedback,
.product_detail_sec .yith-wcwl-add-button .single_add_to_wishlist  {
    padding: 16px 14px 16px 14px;
    border-radius: 5px;
    background: #FCE8E9;
    height: 54px;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    color: #A8151B;
    transition: 0.3s;
    display: inline-block;
/*    margin-top: 1em;*/
}
.product_detail_sec .yith-wcwl-add-button .single_add_to_wishlist,
.product_detail_sec .yith-wcwl-add-to-wishlist span.feedback {
    background: #FCE8E9 !important;
    color: #A8151B !important;
    height: 48px;
    padding: 7px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}
p.prod_cat + p {
    display: none;
}
.prod_cat a {
    color: #7B7D82;
}
.woocommerce .products ul, 
.woocommerce ul.products,
.woocommerce ul.products li.product .price{
  margin-bottom: 0;
}
.woocommerce #content div.product div.images, 
.woocommerce div.product div.images, 
.woocommerce-page #content div.product div.images, 
.woocommerce-page div.product div.images {
    float: left;
    width: 59.8%;
}
.woocommerce #content div.product div.summary, 
.woocommerce div.product div.summary, 
.woocommerce-page #content div.product div.summary, 
.woocommerce-page div.product div.summary {
    float: right;
    width: 38.2%;
    clear: none;
}
.flex-viewport {
    margin-bottom: 24px;
    border-radius: 12px;
}
.woocommerce div.product div.images .flex-control-thumbs li {
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    padding-top: 19%;
    margin-bottom: 0;
}
.woocommerce div.product div.images .flex-control-thumbs li img {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    max-width: inherit;
    object-fit: cover;
    object-position: center;
}
.woocommerce div.product div.images .flex-control-thumbs {
    display: flex;
    column-gap: 10px;
}
.woocommerce .product_detail_sec div.product .summary p.price ins, 
.woocommerce .product_detail_sec div.product .summary span.price ins,
.woocommerce .product_detail_sec div.product .summary p.price ins span.woocommerce-Price-amount.amount,
.woocommerce .product_detail_sec  p.price > .woocommerce-Price-amount,
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price, 
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price{
    font-size: 26px;
    font-weight: 900;
    line-height: 43px;
    color: #A8151B;
    margin-bottom: 24px;
    text-decoration: none
}
.woocommerce .product_detail_sec div.product .summary  p.price del, 
.woocommerce .product_detail_sec div.product .summary  span.price del, 
.woocommerce .product_detail_sec div.product .summary  span.price del span.woocommerce-Price-amount.amount {
    font-size: 20px;
    font-weight: 400;
    color: #7B7D82;
    opacity: 1;
}
.woocommerce div.product form.cart div.quantity {
    clear: both;
    float: none;
    margin-bottom: 15px;
}
.woocommerce div.product form.cart .button {
    border-radius: 5px;
    width: 100%;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    transition: 0.3s;
    background: #A8151B;
    color: #fff;
    height: 48px;
    padding: 13px 17px;
    float: none;
}
.woocommerce .quantity .qty {
    width: 80px;
    padding-left: 10px;
    padding-right: 25px;
    height: 48px;
    border: 2px solid #A8151B !important;
    border-radius: 5px;
    padding: 12px 35px 12px 16px;
    color: #A8151B;
    font-size: 14px;
    font-weight: 700;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product .stock {
    display: inline-flex;
    font-weight: 500;
    color: #A8151B;
    background: #FCE8E9;
    border-radius: 4px;
    padding: 5px 7px;
    font-size: 14px;
    align-items: center;
}
div#tab-description {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}
div#tab-description h2 {
    font-size: 32px;
    font-weight: 900;
    line-height: 43px;
    margin-bottom: 16px;
}
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item) {
    border: 2px solid #FFF;
    box-shadow: none;
    -webkit-box-shadow: none;
    margin: 0;
    padding: 0;
    width: 28px;
    height: 28px;
    line-height: 28px;
}
.woo-variation-swatches .variable-items-wrapper .variable-item:not(:first-child) {
    margin-left: -8px !important;
}
.woo-variation-swatches .variable-items-wrapper .variable-item:nth-child(1){
    z-index: 10;
}
.woo-variation-swatches .variable-items-wrapper .variable-item:nth-child(2){
    z-index: 9;
}
.woo-variation-swatches .variable-items-wrapper .variable-item:nth-child(3){
    z-index: 8;
}
.woo-variation-swatches .variable-items-wrapper .variable-item:nth-child(4){
    z-index: 7;
}
.woo-variation-swatches .variable-items-wrapper .variable-item:nth-child(5){
    z-index: 6;
}
.woo-variation-swatches .variable-items-wrapper .variable-item:nth-child(6){
    z-index: 5;
}
.woo-variation-swatches .variable-items-wrapper .variable-item:nth-child(7){
    z-index: 4;
}
.woo-variation-swatches .variable-items-wrapper .variable-item:nth-child(8){
    z-index: 3;
}
.woo-variation-swatches .variable-items-wrapper .variable-item:nth-child(9){
    z-index: 2;
}
.woo-variation-swatches .variable-items-wrapper .variable-item:nth-child(10){
    z-index: 1;
}
.woo-variation-swatches .wvs-style-rounded.variable-items-wrapper .variable-item.selected:not(.radio-variable-item) {
    z-index: 99;
    box-shadow: none;
    -webkit-box-shadow: none;
}
.woocommerce div.product form.cart .variations label,
.woo-variation-swatches.wvs-show-label .variations td .woo-selected-variation-item-name, 
.woo-variation-swatches.wvs-show-label .variations th .woo-selected-variation-item-name {
    font-size: 20px;
    color: #7B7D82;
    margin-right: 24px;
    margin-bottom: 0;
    font-weight: 400;
}
#yith-wcwl-popup-message{
    opacity: 0;
}
.single_add_to_cart_button {
    position: relative;
}
.single_add_to_cart_button:before{
    content: "";
    background-image: url(https://autozroom.com/wp-content/uploads/2024/03/icon_cart_white.svg);
    height: 24px;
    width: 24px;
    margin-right: 4px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    vertical-align: middle;
}
.woocommerce-tabs.wc-tabs-wrapper{
    padding-bottom: 20px;
}
.related.products > h2{
    margin-bottom: 40px;
}
 .woocommerce .product_detail_sec div.product form.cart{
    padding-right: 65px;
    margin-bottom: 0;
}
.product_detail_sec .summary.entry-summary{
    position: relative;
}
.product_detail_sec .summary.entry-summary .yith-wcwl-add-to-wishlist {
    margin-top: 0;
    position: absolute;
    right: 0;
    bottom: 0;
}
.woocommerce div.product form.cart div.quantity .screen-reader-text{
    display: none;
}
.woocommerce div.product form.cart div.quantity{
    position: relative;
    display: inline-block;
}
.woocommerce .woocommerce-breadcrumb,
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb,
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb a{
    color: #202C59;
    font-size: 16px;
    font-weight: 600;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb a:first-child:before{
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    height: 20px;
    width: 20px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(https://autozroom.com/wp-content/uploads/2024/03/bread_icon_home.svg);
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb a:hover{
    color: #A8151B;
}
.woocommerce .woocommerce-breadcrumb{
    margin-bottom: 44px;
}
.woocommerce a.added_to_cart {
    display: none;
}
.related.products {
    clear: both;
}
.woocommerce div.product div.images {
    margin-bottom: 3em;
}
/*home category loop sec start*/
.cat_sec .products {
    padding-left: 25% !important;
    position: relative !important;
/*    min-height: 370px;*/
    margin-left: -13px !important;
    margin-right: -13px !important;
}
.cat_sec .products .product-category {
    width: 33.33% !important;
    margin-right: -4px !important;
    float: none !important;
    display: inline-block;
    vertical-align: top;
    padding: 0 13px !important;
    margin-bottom: 25px !important;
}
.cat_sec .products .product-category a {
    position: relative;
    padding-bottom: 59%;
    border-radius: 16px;
    overflow: hidden;
    display: block;
}
.cat_sec .products .product-category a:after {
    content: '';
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.cat_sec .products .product-category a img{ 
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    margin: 0 !important;
}
.cat_sec .products .product-category:first-child{
    position: absolute;
    left: 0;
    top: 0;
    width: 25% !important;
}
.cat_sec .products .product-category:first-child a{
    padding-top: 68%;
}
.cat_sec .products .product-category a .woocommerce-loop-category__title{
    position: absolute;
    color: #fff;
    text-align: center;
    left: 0;
    right: 0;
    bottom: 20px;
    z-index: 9;
    text-transform: uppercase;
    font-size: 28px;
    font-weight: 900;
    line-height: 38px;
    letter-spacing: 0.02em;
    margin: 0 !important;
}
/*home category loop sec end*/
.feat-prd ul.products,
.sale-prd ul.products{
    margin-left: -12px;
    margin-right: -12px;
}
.feat-prd ul.products li.col-lg-4, 
.sale-prd ul.products li.col-lg-4{
    padding: 0 12px;
    margin: 0 0 25px;
}
.feat-prd, .sale_sec{
    overflow: hidden;
}
/**  popu contact page css start**/
div#contactPopup .common_form .form-group {
    position: relative;
    margin-bottom: 25px;
}
div#contactPopup .common_form .form-label {
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: 1;
    color: #A7ADB3;
    font-size: 14px;
    pointer-events: none;
    transition: all .3s linear;
}
div#contactPopup .common_form .form-group .form-control {
    height: 44px;
}
div#contactPopup .common_form .form-group textarea.form-control {
    height: 97px;
}
div#contactPopup .common_form .form-group.focus_label .form-label {
    left: 0;
    top: -22px;
}
div#contactPopup .common_form  .wpcf7-not-valid-tip{
    font-size: 14px;
}
div#contactPopup .btm_form_link{
    position: relative;
}
div#contactPopup .btm_form_link .wpcf7-spinner {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 11px;
}
.common_form .wpcf7 form .wpcf7-response-output{
    font-weight: 14px;
    margin-left: 0;
    margin-right: 0;
}
.main_menu .dd_arrow{
    margin-left: 8px;
}
#menu-footer-menu{
    padding: 0;
}
table.dataTable.datatable_cmn {
    clear: none;
}
/****** woocomerce acccout pages start ******/
@media (min-width: 992px){
    body.woocommerce-account .profile_sidebar {
        position: absolute;
        left: 0;
        top: 0;
    }
}
body.woocommerce-account .woocommerce-MyAccount-content{
    float: none;
    width: 100%;
}
body.woocommerce-account .main-content > .container{
    max-width: 100%;
    padding: 0;
}
body.woocommerce-account header.header{
    display: none;
}
body.woocommerce-account .profile_page_main{
    position: relative;
}
body.woocommerce-account .woocommerce-MyAccount-navigation{
    float: none;
    width: 100%;
}
.profle_menu li a:hover, .profle_menu li.is-active a {
    background: linear-gradient(90deg, rgba(251, 119, 80, 0.13) 0%, rgba(251, 119, 80, 0) 91.25%);
    color: #A8151B;
    font-weight: 900;
}
.woocommerce .edit-account label{
    padding: 0 0 3px;
    font-size: 14px;
    font-weight: 400;
    margin: 0;
    color: #A7ADB3;
}
.woocommerce .edit-account .form-group{
    font-size: 14px;
}
.woocommerce-Button.btn_cmn,
.woocommerce-MyAccount-content .button {
    height: 48px;
    min-width: 170px;
    background: #A8151B !important;
    color: #fff !important;
    font-size: 14px !important;
    font-weight: 900 !important;
    border-radius: 5px !important;
    display: inline-block !important;
    padding: 11px 12px !important;
    text-align: center;
    transition: 0.3s;
    line-height: 24px !important;
    border: 0 !important;
}
.woocommerce-Button.btn_cmn:hover,
.woocommerce-MyAccount-content .button:hover  {
    background: #232424 !important;
    color: #fff !important;
}
.woocommerce-Address{
    padding: 24px;
    background: #fff;
    border-radius: 20px;
    position: relative;
    margin-bottom: 25px;
    width: 33.33%;
}
.woocommerce-account .addresses .title h3 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
}
.woocommerce-account .addresses .title .edit{
    right: 0;
}
.woocommerce-MyAccount-content .woocommerce-input-wrapper input,
.woocommerce-MyAccount-content .woocommerce-input-wrapper select,
.woocommerce-MyAccount-content .woocommerce-input-wrapper .select2-container--default .select2-selection--single{
    display: block;
    width: 100%;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    height: 44px;
    padding: 10px 13px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
    height: 44px;
}
.woocommerce-MyAccount-content .woocommerce-input-wrapper .select2-container--default .select2-selection--single{
    padding: 5px 13px;
}
.woocommerce table.wishlist_table {
    border: 0;
}
.woocommerce table.wishlist_table thead{
    display: none;
}
.woocommerce table.wishlist_table .wishlist-items-wrapper{
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1* var(--bs-gutter-y));
    margin-right: calc(-.5* var(--bs-gutter-x));
    margin-left: calc(-.5* var(--bs-gutter-x));
}
.woocommerce table.wishlist_table .wishlist-items-wrapper tr{
    display: block;
    flex: 0 0 auto;
    width: 31.333%;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    margin: calc(var(--bs-gutter-x)* .5) 0;
    transition: 0.3s;
    margin: 0 1%;
    margin-bottom: 30px;
    background: #fff;
}
.woocommerce table.wishlist_table .wishlist-items-wrapper tr:hover{
    box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
}
.woocommerce table.wishlist_table .wishlist-items-wrapper tr td{
    display: block;
    width: 100%;
    border: 0;
    padding: 0;
}
.woocommerce table.wishlist_table .wishlist-items-wrapper tr td.product-remove {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 4;
    width: auto;
}
.woocommerce table.wishlist_table .wishlist-items-wrapper tr td.product-remove a.remove {
    background: red;
    color: #fff !important;
}
.woocommerce table.wishlist_table .wishlist-items-wrapper tr td.product-thumbnail a{
    margin-bottom: 0;
    position: relative;
    padding-top: 94%;
    max-width: 100%;
}
.woocommerce table.wishlist_table .wishlist-items-wrapper tr td.product-thumbnail a img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    max-width: inherit;
    object-fit: cover;
    object-position: center;
}
.woocommerce table.wishlist_table .wishlist-items-wrapper tr td.product-name > a {
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    /* overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; */
    margin-bottom: 0px;
    display: block;
    padding: 0px 24px 0;
    min-height: 65px;
}
.wishlist-items-wrapper .prod_cat {
    padding: 25px 25px 0px !important;
}
.woocommerce table.wishlist_table .wishlist-items-wrapper tr td.product-price{
    font-size: 17px;
    padding: 0px 0px 0px 24px;
    text-align: left;
    line-height: 42px;
    width: 50%;
    float: left;
    display: flex;
    align-items: center;
    column-gap: 10px;
    min-height: 80px;
}
a.checkout-button.button.alt.wc-forward{
  width: 100%;
}
.woocommerce table.wishlist_table .wishlist-items-wrapper tr td.product-name {
    margin-bottom: 10px;
}
.woocommerce table.wishlist_table .wishlist-items-wrapper tr td.product-price ins{
    text-decoration: none;
    font-size: 32px;
    font-weight: 900;
    line-height: 43px;
}
.woocommerce table.wishlist_table .wishlist-items-wrapper tr td.product-price del{
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    color: #7B7D82;
}
.woocommerce table.wishlist_table .wishlist-items-wrapper tr td.color_swatch_sec{
    width: 50%;
    float: right;
    padding: 27px 24px;
    text-align: right;
}
.woocommerce table.wishlist_table .wishlist-items-wrapper tr td.product-price > .woocommerce-Price-amount{
    font-size: 15px;
    font-weight: 900;
}
.woocommerce table.wishlist_table .wishlist-items-wrapper tr td.product-stock-status{
    padding: 0 24px 0;
    font-weight: 700;
}
.woocommerce table.wishlist_table .wishlist-items-wrapper tr td.product-add-to-cart{
    padding: 15px;
}
.woocommerce table.wishlist_table{
    display: block;
    border-radius: 0;
    margin: 0 0 24px;
}
form#add_payment_method {
    width: 33%;
    max-width: 100%;
}
.wishlist_table .product-add-to-cart a{
    line-height: 18px;
}
.woocommerce 
.cart_delete a.remove {
    height: auto;
    width: auto;
    padding: 0;
    border-radius: 0;
    font-size: inherit;
    background: transparent;
}
.cart_item{
    margin-bottom: 24px;
}
.woocommerce-MyAccount-content .order_table_main .button{
    height: 32px;
    min-width: 80px;
    font-size: 13px !important;
    font-weight: 600 !important;
    padding: 6px 10px !important;
    line-height: 20px !important;
}
.woocommerce .order_table_main table.shop_table{
    border: 0;
}
.woocommerce .order_table_main table.shop_table td{
    border-top: 0;
}
.woocommerce .order_table_main table.shop_table th {
    font-size: 14px;
    font-weight: 500;
    color: #7B7D82;
    padding: 15px;
    border-bottom: 1px solid #E8E9EA;
}
.woocommerce-order-details__title,
.woocommerce-column__title{
    font-size: 24px;
    line-height: 30px;
}
.wc-item-meta{
    padding-left: 0;
}
body .wpc-filters-main-wrap li.wpc-term-item {
    width: 48%;
    display: inline-block;
    margin-bottom: 20px;
}
.woocommerce a.remove.remove_from_wishlist {
    min-width: 48px;
    background: #A8151B !important;
}
.carts_list button.btn_cmn {
    margin-left: auto;
    margin-right: 0;
    display: flex;
    text-align: center;
    justify-content: center;
}
.wishlist-title-container {
    display: none;
}
body.page-id-18 .header_sec .container {
    max-width: 100%;
    padding-left: 40px;
    padding-right: 40px;
}
.wpc-filters-section {
    display: flex;
}
.wpc-filter-header {
    width: 20%;
}
.wpc-filters-widget-wrapper .wpc-filter-content,
.wpc-filters-widget-wrapper .wpc-filter-has-selected .wpc-filter-content {
    width: 80%;
    display: none;
    border-left: 1px solid #F0F3F8;
    padding-left: 20px;
    min-height: 450px;
}
.wpc-filters-main-wrap li.wpc-term-item label {
    font-size: 14px;
}
body .wpc-filters-main-wrap .wpc-filters-widget-controls-container a.wpc-filters-apply-button, 
body .wpc-filters-main-wrap a.wpc-filters-submit-button {
    height: 48px;
    min-width: 170px;
    background: #A8151B !important;
    color: #fff;
    font-size: 14px;
    font-weight: 900;
    border-radius: 5px;
    display: inline-block;
    padding: 11px 12px;
    text-align: center;
    transition: 0.3s;
    line-height: 24px;
    border: 0;
}
.wpc-filters-section:not(.wpc-filter-more-less):not(.wpc-filter-post_meta_num):not(.wpc-filter-tax_numeric):not(.wpc-filter-layout-dropdown) .wpc-filter-content:not(.wpc-filter-has-hierarchy) ul.wpc-filters-ul-list {
    max-height: 450px;
    overflow-y: auto;
}
.wpc-filters-section {
    margin-bottom: 0;
}
.wpc-filters-section:first-of-type {
    background: #ccc;
}
.wpc-filter-header.active {
    background: transparent;
    padding: 0 10px 0 0;
    text-align: left;
    color: #202C59;
    font-weight: 900;
}
.wpc-filters-widget-wrapper .wpc-filter-header.active + .wpc-filter-content {
    display: block;
}
.woocommerce-MyAccount-content .button.disabled {
    display: none !important;
}
.woocommerce-billing-fields {
    box-shadow: 4px 4px 40px 0px #0000000D;
    padding: 24px;
    margin-bottom: 2rem;
}
.woocommerce-checkout .address_book input.input-radio {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    margin-right: 15px;
    margin-bottom: 1em;
    margin-top: 1em;
    height: 18px;
    width: 18px;
    min-width: 18px;
    border-radius: 50%;
    border: 1px solid #7B7D82;
    margin: 0;
    padding: 0;
    box-shadow: none !important;
    float: none;
    background-color: #fff;
    border-color: #7B7D82;
    box-shadow: 0 0 0 0.25rem rgba(13,110,253,.25);
}
.woocommerce-checkout .address_book input.input-radio:checked {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
    background-color: #A8151B;
    border-color: #A8151B;
}
.woocommerce-checkout .address_book label.radio {
    display: inline;
    margin-left: 10px;
    vertical-align: text-bottom;
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, 
.select2-container--default .select2-selection--single {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    height: 44px;
}
.woocommerce-cart-form .carts_list button.btn_cmn {
    display: none;
}
p.woocommerce-shipping-destination {
    display: none;
}
td.product-add-to-cart .btn_cmn,
.wishlist_table .product-add-to-cart a.button {
    padding: 16px 14px 16px 14px;
    border-radius: 5px;
    background: #FCE8E9;
    width: 100%;
    height: 54px;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    color: #A8151B;
    transition: 0.3s;
}
td.product-add-to-cart .btn_cmn:hover,
.wishlist_table .product-add-to-cart a.button:hover {
    background: #a8151b;
    color: #fff;
}
.wpc-term-item-content-wrapper input[type="checkbox"]:checked {
    accent-color: #a6151b;
}
.wpc-term-item-content-wrapper input {
    height: 18px;
    width: 18px;
    border-radius: 4px;
    border: 1px solid #7B7D82;
    left: 0;
    top: 2px;
    margin: 0;
    box-shadow: none;
}
.wpc-term-item-content-wrapper input:checked{
    background-color: #A8151B;
    border-color: #A8151B;
    box-shadow: none;
    background-size: 12px auto;
    background-position: center;
}
.wpc-term-item-content-wrapper input:checked{
    border-color: #A8151B;
}
.woocommerce-info {
    border-top-color: #a8151b;
}
.woocommerce-info::before {
    color: #a8151b;
}
.wc-address-book-address {
    padding: 24px;
    background: #fff;
    border-radius: 20px;
    position: relative;
    margin-bottom: 25px;
    width: 33.33%;
}
.col2-set.addresses.address-book {
    display: flex;
    column-gap: 15px;
    margin: 0 -15px;
}
.wc-address-book-address,
.woocommerce .woocommerce-customer-details address {
    padding: 24px;
    background: #fff;
    border-radius: 20px;
    position: relative;
    margin-bottom: 25px;
    width: 33.33%;
}
.col2-set.addresses.address-book {
    display: flex;
    column-gap: 15px;
    margin: 0 -15px;
    margin-top: 40px;
}
a.wc-address-book-edit, a.wc-address-book-delete {
    height: 32px;
    width: 32px;
    background: #D62727;
    border-radius: 50%;
    position: absolute;
    right: -10px;
    top: -10px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    text-indent: -9999px;
}
.profile_form {
    position: relative;
}
a.wc-address-book-edit {
    background: #202C59 url(../images/icon_edit_w.svg) no-repeat;
    right: 34px;
    background-position: center;
}
a.wc-address-book-delete {
    background: #D62727 url(../images/icon_delete_w.svg) no-repeat;
    background-position: center;
}
a.wc-address-book-make-primary {
    height: 48px;
    background: #fff;
    color: #A8151B;
    font-size: 14px;
    font-weight: 900;
    border-radius: 5px;
    padding: 10px 10px;
    text-align: center;
    transition: 0.3s;
    line-height: 24px;
    border: 2px solid #A8151B;
    vertical-align: bottom;
    margin-top: 1rem;
    position: absolute;
    right: 10px;
    bottom: 10px;
}
.wc-address-book-address address{
    margin-bottom: 3rem;
}
.profile_form .form-control{
  min-height: 44px;
}
.filter_tags .wpc-filter-chips-list a, 
body .filter_tags .wpc-filter-chips-list li.wpc-filter-chip a {
    font-size: 14px;
    font-weight: 500;
    color: #A8151B;
    background: #FCE8E9;
    display: inline-block;
    vertical-align: top;
    margin-top: 8px;
    margin-right: 8px;
    border-radius: 4px;
    padding: 4px 7px;
    border-color: #FCE8E9;
}
body .filter_tags .wpc-filter-chips-list li.wpc-filter-chip:not(.wpc-chip-reset-all) a {
    border-color: #FCE8E9;
}
.woocommerce .products ul, .woocommerce ul.products {
    padding-right: calc(var(--bs-gutter-x)* .5);
    padding-left: calc(var(--bs-gutter-x)* .5);
    margin-top: var(--bs-gutter-y);
}
.filter_tags {
    margin-top: 5px;
}
.woocommerce table.my_account_orders td, 
.woocommerce table.my_account_orders th {
    padding: 15px;
}

.woocommerce table.shop_table tbody th, 
.woocommerce table.shop_table tfoot td, 
.woocommerce table.shop_table tfoot th, 
.woocommerce table.shop_table td,
.woocommerce table.shop_table th {
    padding: 15px;
}
.woocommerce-billing-fields__field-wrapper .form-row:not(:first-child) {
/*    display: none !important;*/
}
p#billing_address_book_field > label {
    margin-bottom: 1rem;
    font-size: 20px;
    font-weight: 700;
    line-height: 27px;
    padding: 3px 0;
}
.woocommerce-checkout main.main-content {
    background: #F9F9F9;
}
.woocommerce-checkout article {
    padding: 3rem 0;
}
.woocommerce form .form-row.woocommerce-validated select,
.woocommerce form .form-row.woocommerce-invalid select {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    height: 44px;
    border-color: #6dc22e;
}

.woocommerce form .form-row.woocommerce-invalid select{
    border-color: #a00;
}

.form-floating>label span {
    color: #D62727;
}
#add_payment_method #payment ul.payment_methods, 
.woocommerce-cart #payment ul.payment_methods, 
.woocommerce-checkout #payment ul.payment_methods {
    background: #fff;
    border-radius: 5px;
    border: none;
}
.payment_card_item .woocommerce-PaymentMethod.woocommerce-PaymentMethod--actions.payment-method-actions{
    position: absolute;
    right: -10px;
    top: -10px;
}
.woocommerce-PaymentMethod.payment-method-actions .button.delete,
.woocommerce-PaymentMethod.payment-method-actions .button.default {
    height: 32px;
    width: 32px;
    background-color: #D62727 !important;
    border-radius: 50% !important;
    min-width: inherit;
    font-size: 0 !important;
    background-image: url(../images/icon_trash_w.svg) !important;
    background-position: center !important;
    background-size: 20px auto !important;
    background-repeat: no-repeat !important;
    position: relative;
}
.woocommerce-PaymentMethod.payment-method-actions .button.default{
    background-color: green !important;
    background-image: url(../images/icon_card_w.svg) !important;
}
.payment_card_item{
    height: 100%;
    padding-top: 35px;
}
.payment_col {
    margin-bottom: 20px;
}
.woocommerce-PaymentMethod.payment-method-method, 
.woocommerce-PaymentMethod.payment-method-expires{
    font-size: 14px;
    font-weight: 700;
    margin-top: 15px;
}
.woocommerce-PaymentMethod.payment-method-method{
    margin-top: 60px;
}
.woocommerce-PaymentMethod.payment-method-actions .button.delete span, 
.woocommerce-PaymentMethod.payment-method-actions .button.default span {
    display: block;
    position: absolute;
    left: 50%;
    bottom: 100%;
    margin-bottom: 5px;
    font-size: 13px !important;
    background: #000;
    color: #fff;
    padding: 2px 5px;
    border-radius: 3px;
    opacity: 0;
    white-space: nowrap;
    font-weight: 400;
    line-height: normal;
    transform: translate(-50%, 0);
}
.woocommerce-PaymentMethod.payment-method-actions .button.delete:hover span,
.woocommerce-PaymentMethod.payment-method-actions .button.default:hover span{
    opacity: 1;
}
#addPaymentPopup #add_payment_method {
    width: 100%;
    max-width: 100%;
}
#addPaymentPopup #add_payment_method #payment ul.payment_methods, 
#addPaymentPopup .woocommerce-cart #payment ul.payment_methods, 
#addPaymentPopup .woocommerce-checkout #payment ul.payment_methods{
    padding: 0 0 1rem;
}
#addPaymentPopup #add_payment_method #payment div.payment_box, 
#addPaymentPopup .woocommerce-cart #payment div.payment_box, 
#addPaymentPopup .woocommerce-checkout #payment div.payment_box{
    margin-bottom: 0;
}

.woocommerce nav.woocommerce-pagination ul li a.page-numbers, .woocommerce nav.woocommerce-pagination ul li span.page-numbers {
    min-width: 32px;
    padding: 5px;
    border-radius: 7px;
    display: inline-flex;
    text-align: center;
    justify-content: center;
    color: #A7ADB3;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    margin: 0 2px;
}
.woocommerce nav.woocommerce-pagination ul li a.page-numbers.current, .woocommerce nav.woocommerce-pagination ul li span.page-numbers.current {
    background: #fce8e9;
    color: #A8151B;
}
.woocommerce nav.woocommerce-pagination ul li {
    border: none;
}
.woocommerce nav.woocommerce-pagination ul {
    border: none;
}
.woocommerce nav.woocommerce-pagination ul li a.prev.page-numbers,
.woocommerce nav.woocommerce-pagination ul li a.next.page-numbers {
    color: #A8151B;
    border: 1.5px solid #A8151B;
    padding: 6px 15px;
    border-radius: 4px;
    display: inline-flex;
    align-items: center;
    margin: 0 10px;
    justify-content: center;
    font-size: 16px;
    font-weight: 500;
}
.woocommerce .woocommerce-pagination ul.page-numbers li, 
.woocommerce-page .woocommerce-pagination ul.page-numbers li {
    display: inline-block;
    vertical-align: middle;
    float: none;
}
#err-message,
#register-message {
    display: block;
    border: 1px solid #ff2626;
    padding: 5px 15px;
    border-radius: 5px;
    color: #ff2626;
}
.btm_form_link img {
    vertical-align: middle;
    display: inline-block;
    margin-top: -3px;
    margin-right: 5px;
}
/****** woocomerce acccout pages end ******/


/* Checkout page css start */

div#order_review .product-name img {
    max-width: 80px;
    margin-right: 8px;
    width: 100%;
}
div#order_review td.product-name {
    font-size: 14px;
    font-weight: 900;
    color: #010D1C;
    display: flex;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    vertical-align: top;
    align-items: center;
}
div#order_review td.product-total {
    margin-left: auto;
    font-size: 16px;
    font-weight: 900;
}
div#order_review th.product-total {
    opacity: 0;
}
div#order_review tr.cart-subtotal {
    color: #7B7D82;
    font-weight: 400;
    font-size: 16px;
}
div#order_review tr.cart-subtotal bdi, div#order_review tr.cart-subtotal th {
    font-weight: 500;
}
div#order_review thead {
    display: none;
    border-top: none;
}
.woocommerce-additional-fields h3 {
    font-size: 22px;
}
.woocommerce-additional-fields {
    margin-bottom: 25px;
}
.woocommerce table.shop_table tr.cart_item:first-child td {
    border-top: 0;
}
.woocommerce table.shop_table{
  border: none;
}
h3#order_review_heading {
    background: #fff;
    margin-bottom: 0;
    font-weight: 700;
    font-size: 20px;
    padding-bottom: 16px;
    padding-top: 20px;
    padding-left: 15px;
    padding-right: 15px;
}
div#order_review {
    background: #fff;
    padding: 0 15px;
}
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
    background: #A8151B;
}
.woocommerce-billing-fields h3 {
    display: none;
}
.woocommerce-orders-table__cell-order-actions {
    display: flex;
    column-gap: 4px;
}
.search .feature_sec li {
    list-style: none;
}
.search .feature_sec .price {
    font-size: 16px;
    font-weight: 600;
}
.search .feature_sec .price  ins {
    font-weight: 900;
    text-decoration: inherit;
    font-size: 32px;
}
.search .feature_sec .price del {
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    color: #7B7D82;
    opacity: 1;
}
.search .feature_sec .prod_btn .button {
    padding: 16px 14px 16px 14px;
    border-radius: 5px;
    background: #FCE8E9;
    width: 100%;
    height: 54px;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    color: #A8151B;
    transition: 0.3s;
    display: block;
}
.search .feature_sec .prod_btn .button:hover{
    background: #a8151b;
    color: #fff;
}
.page-id-16 h1.entry-title {
    margin-bottom: 30px;
    font-size: 40px;
}
.search_not_found {
    text-align: center;
    padding: 100px 0;
    font-size: 30px;
    font-weight: bold;
}
div#resetPass .form-row {
    width: 100%;
    position: relative;
}
form.woocommerce-ResetPassword.lost_reset_password {
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    min-height: 482px;
    justify-content: space-between;
}
#resetPass button.woocommerce-Button.button {
    height: 48px;
    min-width: 170px;
    background: #A8151B;
    color: #fff;
    font-size: 14px;
    font-weight: 900;
    border-radius: 5px;
    display: inline-block;
    padding: 11px 12px;
    text-align: center;
    transition: 0.3s;
    line-height: 24px;
    border: 0;
    width: 100%;
}
div#resetPass .form-row label.form-label {
    position: absolute;
    top: 0;
    left: 0;
    height: 44px;
    pointer-events: none;
    border: 1px solid transparent;
    transform-origin: 0 0;
    transition: opacity .1s ease-in-out, transform .1s ease-in-out;
    padding: 10px 13px;
    font-size: 14px;
    font-weight: 400;
    margin: 0;
    color: #A7ADB3;
    z-index: 1;
    text-transform: capitalize;
}
section.home_banner_sec.reset-banner{
  height: 600px;
}
/*div#resetPass .woocommerce-Input:focus~.show-password-input {
    margin-top: 35px;
}*/
div#resetPass .woocommerce-Input{
  transition: 0.3s;
}
/*.resetPassword  span.password-input:has(.woocommerce-Input:focus),
.resetPassword span.password-input:has(.woocommerce-Input):not(:placeholder-shown) {
    margin-top: 25px;
}*/
div#resetPass.resetPassword .form-row label.form-label {
  -moz-transform: translateY(0px) translateX(0px);
  opacity: 1;
  position: unset;
  padding-left: 0px;
}
.woocommerce form .password-input{
      position: relative;
    transition: 0.3s;
}
.woocommerce-message::before {
    content: "\e015";
    color: #A8151B;
}
.woocommerce-message {
    border-top-color: #A8151B;
}
.woocommerce-message a.button {
    height: 40px;
    min-width: 133px;
    background: #A8151B;
    color: #fff;
    font-size: 12px;
    font-weight: 900;
    border-radius: 5px;
    display: inline-block;
    padding: 11px 12px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
span.password-input:has(.woocommerce-Input:focus) .form-label,
span.password-input:has(.woocommerce-Input):not(:placeholder-shown) .form-label{
    opacity: 1;
    transform: translateY(-10px) translateX(-10px);
    -moz-transform: translateY(-10px) translateX(-10px);
    padding-left: 0;
}
.woocommerce form .show-password-input::after, .woocommerce-page form .show-password-input::after {
    font-size: 0;
    content: url(../images/record-circle.svg);
    right: 5px;
    position: relative;
    opacity: 0.5;
    top: 2px;
}
.woocommerce form .show-password-input.display-password::after, .woocommerce-page form .show-password-input.display-password::after{
  opacity: 1;
}
.btm_form_link{
  display: flex;
  justify-content: center;
}
.woocommerce-MyAccount-content .add_vehicle_btn .button {
    min-width: 200px;
}
.profile_right_content .wishlist-title-container {
    display: block;
}

.wpc-filters-scroll-container .wpc-filters-widget-wrapper {
    position: relative;
}
.wpc-filter-header {
    position: absolute;
    top: 0;
    cursor: pointer;
}
.wpc-filters-section.wpc-filters-section-838 .wpc-filter-header {
    top: 3rem;
}
.wpc-filters-section.wpc-filters-section-838 .wpc-filter-content.wpc-filter-item_type {
    margin-top: -1.5rem;
}

.wpc-filters-widget-wrapper .wpc-filter-content, .wpc-filters-widget-wrapper .wpc-filter-has-selected .wpc-filter-content {
    margin-left: 20%;
}
.wpc-filters-scroll-container .wpc-filters-section {
    position: initial;
}

.wpc-filters-section:not(.wpc-filter-more-less):not(.wpc-filter-post_meta_num):not(.wpc-filter-tax_numeric):not(.wpc-filter-layout-dropdown) .wpc-filter-content:not(.wpc-filter-has-hierarchy) ul.wpc-filters-ul-list {
    max-height: 450px !important;
}
body .wpc-filters-main-wrap li.wpc-term-item {
    margin-bottom: 16px !important;
}
#loginForm .btm_form_link, #registerForm .btm_form_link  {
    display: block;
}
.navbar-collapse .header_search {
    display: none;
}
a.next.page-numbers {
    height: 34px;
    position: relative;
}
a.next.page-numbers:after {
    position: absolute;
    content: '';
    background-image: url(../images/svg-icon.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 32px;
    height: 34px;
    right: 0;
    transform: rotate(180deg);
    background-size: 8px;
    top: 0;
}
a.prev.page-numbers{
    height: 34px;
    position: relative;
}
a.prev.page-numbers:after {
    background-image: url(../images/svg-icon.png);
    background-repeat: no-repeat;
    background-position: left;
    position: absolute;
    content: '';
    width: 32px;
    height: 34px;
    top: -2px;
    background-size: 8px;
    left: 12px;
}
button.close {
    background: #A8151B;
    color: #fff;
    box-shadow: none;
    border: none;
    position: absolute;
    right: 15px;
    z-index: 0;
    top: 25px;
    font-size: 24px;
    font-weight: 900;
    border-radius: 5px;
    display: none;
    padding: 5px 8px;
    text-align: center;
    transition: 0.3s;
    line-height: 24px;
}

.woocommerce-no-products-found + .wpc-custom-selected-terms {
    display: none;
}
.woocommerce nav.woocommerce-pagination ul li a.next.page-numbers {
    padding: 6px 30px 6px 15px;
}
.woocommerce nav.woocommerce-pagination ul li a.prev.page-numbers {
    padding: 6px 15px 6px 28px;
}

/* Checkout page css end */

a.custom-logo-link img,  .ftr_logo img{
    max-width: 100%;
    width: 200px;
}
.prod_tags li a + a {
    display: none;
}

ul.flex-direction-nav {
    display: flex;
    width: 100%;
    position: absolute;
    bottom: 0;
    justify-content: space-between;
    list-style: none;
    padding-left: 0;
    bottom: 65px;
}
a.flex-next:after {
    position: absolute;
    content: '';
    background-image: url(../images/svg-icon.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 32px;
    height: 34px;
    right: 0;
    transform: rotate(180deg);
    background-size: 8px;
    top: 0;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 2px 1px 5px rgba(0,0,0,0.5);
}
a.flex-next, a.flex-prev {
    position: relative;
    font-size: 0;
}
a.flex-prev:after {
    position: absolute;
    content: '';
    background-image: url(../images/svg-icon.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 32px;
    height: 34px;
    left: 0;
    background-size: 8px;
    top: 0;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 2px 1px 5px rgba(0,0,0,0.5);
}

#wpgs-gallery .wcgs-thumb.swiper-slide-thumb-active.wcgs-thumb img{
  width: 100%;
}
#wpgs-gallery img{
  width: 100%;
}
#wpgs-gallery.wcgs-woocommerce-product-gallery .wcgs-carousel .wcgs-slider-image{
  width: 100%;
}
.gallery-navigation-carousel .wcgs-thumb img{
  height: 100% !important;
}
.gallery-navigation-carousel .wcgs-thumb {
    position: relative;
    cursor: pointer;
    height: 155px;
    object-fit: cover;
}
/*.swiper-free-mode>.swiper-wrapper {
    justify-content: center;
}*/
.page-id-18 main.main-content.my-4{
  margin-bottom: 0 !important;
  margin-top: 0 important;
}
.logged-in .footer_sigin_link{
  display: none;
}
#wpgs-gallery img{
  border-radius: 10px;
}
#wpgs-gallery .gallery-navigation-carousel-wrapper{
  margin-top: 20px;
}
#wpgs-gallery .wcgs-thumb.swiper-slide img{
  border-radius: 10px;
  border: 2px solid #fff;
}

.profile_form .search_n_filter .form-control {
    min-height: inherit;
}
/*#addVehiclesPopup .common_form .form-floating > label,
#editVehiclesPopup .common_form .form-floating > label{
    color: #212529;
}*/

#editVehiclesPopup .common_form{
    min-height: inherit;
}
.cart_item .cart_item_cont .variation-Color p,
.cart_item .cart_item_cont .variation-Color{
    margin-bottom: 0;
}
.cart_item .cart_item_cont .variation{
    margin-bottom: 10px;
}
.woocommerce-page form .form-row.notes .input-text{
    height: auto;   
}
.cart_item dl.variation {
/*    padding-left: 15px;*/
}
ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {
    padding-left: 0;
}
.woocommerce ul.order_details li{
    margin-top: 10px;
    margin-bottom: 10px;
}
.woocommerce ul.order_details li strong{
    padding-top: 5px;
}
.feature_sec ul.products, .sale-prd ul.products{
    padding-top: 50px;
}
.feature_sec  ul.slick-dots, .sale-prd ul.slick-dots{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 4;
}
.search_n_filter .search_form .input-group{
    border: 0;
}
.cat_page_sec  .feature_sec ul.products{
    padding-top: 0;
}
.cat_page_sec .wpc-custom-selected-terms ul.wpc-filter-chips-list{
    margin-bottom: 0;
}
.cat_page_sec  .woocommerce-pagination{
    margin-bottom: 40px;
}
.yith_wcwl_wishlist_footer .yith-wcwl-share {
    float: none;
    clear: both;
}
.single-product .product_meta, .single-product .wc-tabs{
    display: none;
}
#editVehiclesPopup .btm_form_link{
    margin-top:20px;
}
.woocommerce-EditAccountForm{
    margin-top:0;
}
.fa.fa-twitter{
    font-family:sans-serif;
}
.fa.fa-twitter::before{
    content:"𝕏";
    font-size:1.2em;
}
.wc-stripe-elements-field, .wc-stripe-iban-element-field {
    padding: 12px !important;
    border-radius: 5px;
}
#add_payment_method #payment div.payment_box .form-row, 
.woocommerce-cart #payment div.payment_box .form-row, 
.woocommerce-checkout #payment div.payment_box .form-row {
    margin-bottom: 0;
}
#add_payment_method #payment div.payment_box, 
.woocommerce-cart #payment div.payment_box, 
.woocommerce-checkout #payment div.payment_box {
    background: #f9f9f9;
}
#add_payment_method #payment div.payment_box::before, 
.woocommerce-cart #payment div.payment_box::before, 
.woocommerce-checkout #payment div.payment_box::before {
    border-bottom-color: #f9f9f9;
}
#add_payment_method #payment, 
.woocommerce-cart #payment, 
.woocommerce-checkout #payment {
    background: #fff;
}
#add_payment_method #payment div.form-row, 
.woocommerce-cart #payment div.form-row, 
.woocommerce-checkout #payment div.form-row {
    padding: 5px 0;
}
.woocommerce-checkout #payment div.form-row.place-order {
    padding: 15px 1em;
}
ul.wc-saved-payment-methods {
    padding-left: 0;
}
.woocommerce table.wishlist_table .wishlist-items-wrapper tr.empty_wishlist {
    width: 100%;
    box-shadow: none;
}