
:root{
    --white: #ffffff;
    --black: #000000;
    --primary-color: #2A2A2A;
    --secondary-color: #484848;
	--dark-gold:#b68d40;
	--sub-color:#015E6B;
	--main-color: #D9135A;
}

body
{
    background-color: #fff !important;
    background: #fff !important;
}
 .serarchProducts {
	 font-family: 'Arial';
	 width: 100%;
	 margin: 25px auto;
	 border-collapse: collapse;
	 border: 1px solid #eee;
	 border-bottom: 2px solid #bdc7c7;
	 /*box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.10), 0px 10px 20px rgba(0, 0, 0, 0.05), 0px 20px 20px rgba(0, 0, 0, 0.05), 0px 30px 20px rgba(0, 0, 0, 0.05);*/
}
.filterbrandtop_ul
{
   display: flex;
    gap: 4.3px;
    flex-wrap: wrap;
    flex-direction: row;
    max-width: 260px;
}
.tms-pc__product-prices {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    gap: 15px;
}
.pdp-tag-price {
    display: block;
    color: #a29f9f;
    font-family: 'Lato';
    text-decoration: line-through;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.filterbrandtop_li
{
    padding: 1px;
    width: 22px;
    height: 22px;
    background: #fff;
    border: 1px solid #dbd2d2;
    color: #a7a2a2;
    font-size: 13px;
    line-height: 21px;
}
.filterbrandtop_li:hover
{
    background: #e5e52f;
    border: none;
    color: white !important;
}
.filterbrandtop_li.active
{
    background: #e5e52f;
    border: none;
    color: white !important;
}


 .serarchProducts tr:hover {
	 background: #f4f4f4;
}
 .serarchProducts tr:hover td {
	 color: #555;
}
 .serarchProducts th, .serarchProducts td {
	 color: #999;
	 border: 1px solid #eee;
	 padding: 12px 35px;
	 border-collapse: collapse;
}
 .serarchProducts th {
	 background: #bdc7c7;
	 color: #fff;
	 text-transform: uppercase;
	 font-size: 12px;
}
 .serarchProducts th.last {
	 border-right: none;
}
.serarchProducts tr td .productimg
{
    max-width: 65px;
}
.labname
{
    background: #cccab3;
    padding: 3px 10px;
    border-radius: 4px;
    margin: 2px;
}
.labname
{
    color: #fbf8f8;
    font-size: 13px;
}
.labname a
{
    color: white;
}
.searchProductButton a
{
    color: #b1ae89;
}
.searchwishlist img
{
    width: 25px;
    cursor: pointer;
}

.searchProductButton
{
    display: flex;
    flex-direction: row;
    gap: 15px;
    font-size: 21px;
    color: #b1ae89;
    align-items: center;
}

a {
    /*color: rgb(80 82 84) !important;*/
    text-decoration: underline;
}
.searchProductButton .viewproduct , .AddtoCartButton, .AddtoWishlistButton
{
    cursor: pointer;
}

.AddtoCartButton img
{
    vertical-align: middle;
    width: 26px;
    /* vertical-align: sub; */
    filter: invert(1);
    margin-left: 10px;
}
/*======================
    header
=======================*/

/*
.top-header{
	background-color: var(--white);
    padding: 10px 0;
}
.top-header .offer-text{
	text-align:center;
}
.top-header .offer-text{
	display: flex;
    align-items: center;
    justify-content: center;
}
*/
.head-top__logo a img{
    max-width: 150px;
}
.icon-button__badge {
  position: absolute;
    top: 5px;
    right: 15px;
    width: 10px;
    height: 10px;
    background: #cb1f1f;
    color: #ffffff;
    padding: 7px;
    display: flex;
    font-size: 11px;
    line-height: 11px;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}
.offer-text h4{
	font-size: 12px;
    margin: 0;
    font-weight: 400;
    color: #fff;
}

.logo{
    width:140px;
	max-width:100%;
	margin-top: -5px;
}
.f-logo{
	width:170px;
	max-width:100%;
}
/*
.head-manu .top-manu{
	display: flex;
    align-items: center;
}
.head-manu .top-manu .custom_menu .btn-secondary{
	font-size: 14px;
    text-transform: capitalize;
    cursor: pointer;
    letter-spacing: 0;
    color: var(--black);
    padding: 10px 18px;
    width: 160px;
    height: 40px;
    font-weight: 500;
    background: #F1F1F1;
    border-radius: 50px;
    border: none;
    margin-right: 15px;
}
.home__header .head-manu .top-manu .custom_menu .btn-secondary{
    background: var(--white);
}
.head-manu .top-manu .custom_menu .btn-secondary img {
    margin-left: 10px;
}
.head-manu .top-manu .custom_menu .btn-secondary i{
	font-size: 10px;
    color: #000;
}
.head-manu .top-manu .custom_menu .dropdown-menu{
	border: none;
    box-shadow: 0 0px 5px rgb(0 0 0 / 18%);
    padding: 10px;
    border-radius: 10px;
}
.head-manu .top-manu .custom_menu .dropdown-toggle::after{
	display:none;
}
.head-manu .top-manu .custom_menu .dropdown-menu .dropdown-item:hover{
	color:var(--main-color);
	background:var(--white);
}
.head-bottom .row{
	align-items: center;
}
.h-icon .top-links{
	display: flex;
    align-items: center;
    justify-content: end;
	gap: 10px;
}
.h-icon .top-links .h-search{
	background: #F1F1F1;
    width: 40px;
    height: 40px;
    border-radius: 100px;
    display: flex !important;
    align-items: center;
    justify-content: center;
	cursor:pointer;
}
.home__header .h-icon .top-links .h-search{
	background: var(--white);
}
.h-icon .top-links .h-search:hover{
	background-color:var(--main-color);
}
.h-icon .top-links .h-search:hover .top-search img{
	filter:invert(1);
}
.h-icon .top-links .h-search .top-search img{
	width: 18px;
    height: 18px;
    display: block;
    margin: 0 auto;
}
.h-icon .top-links .huser{
	background: #F1F1F1;
    width: 40px;
    height: 40px;
    border-radius: 100px;
    display: flex !important;
    align-items: center;
    justify-content: center;
	cursor:pointer;
}
.home__header .h-icon .top-links .huser{
	background: var(--white);
}
.h-icon .top-links .huser img{
	width: 18px;
    height: 18px;
    display: block;
    margin: 0;
    filter: brightness(0);
}
.h-icon .top-links .huser:hover{
	background-color:var(--main-color);
}
.h-icon .top-links .huser:hover img{
	filter:invert(1);
}

.header-cart__btn .custom-cart__btn .btn-secondary{
	height: 40px;
    position: relative;
    display: flex;
    align-items: center;
    background: var(--main-color);
    border-radius: 50px;
    padding: 0 20px;
    border: none;
    transition: all .3s ease;
	cursor:pointer;
}
.home__header .header-cart__btn .custom-cart__btn .btn-secondary{
	background: var(--white);
}
.home__header .header-cart__btn .custom-cart__btn .btn-secondary:hover{
	background-color:var(--main-color);
}
.header-cart__btn .custom-cart__btn .btn-secondary:hover{
	background-color:var(--sub-color);
}
.header-cart__btn .custom-cart__btn .btn-secondary:hover .cartna{
	color:var(--white);
}
.header-cart__btn .custom-cart__btn .btn-secondary:hover .xuser img{
	filter:invert(1);
}
.header-cart__btn .custom-cart__btn .btn-secondary .xuser img{
	filter:invert(1);
}
.home__header .header-cart__btn .custom-cart__btn .btn-secondary .xuser img{
	filter:invert(0);
}
.home__header .header-cart__btn .custom-cart__btn .btn-secondary:hover .xuser img{
	filter:invert(1);
}
.header-cart__btn .custom-cart__btn .dropdown-toggle::after{
	display:none;
}
.header-cart__btn .custom-cart__btn .cartna{
	font-size: 14px;
    line-height: 14px;
    text-transform: capitalize;
    margin-right: 3px;
    letter-spacing: -0.03em;
    font-weight: 600;
    color: var(--white);
}
.home__header .header-cart__btn .custom-cart__btn .cartna{
	color: var(--black);
}
.header-cart__btn .custom-cart__btn .xuser{
	width: 35px;
    height: 35px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.header-cart__btn .custom-cart__btn .xuser img{
	width: 18px;
    height: 18px;
    display: block;
    margin: 0;
    filter: brightness(0);
}
.header-cart__btn .custom-cart__btn .dropdown-menu{
	min-width: 295px;
    padding: 15px;
    right: 0 !important;
    left: auto !important;
    border-radius: 10px;
    padding: 10px;
	border: none;
    box-shadow: 0 0px 5px rgb(0 0 0 / 18%);
}
.header-cart__btn .custom-cart__btn .dropdown-menu p{
	margin-bottom: 0;
    font-size: 13px;
    color: var(--black);
    display: flex;
    align-items: center;
    justify-content: center;
}

.head-bottom {
    background-color: transparent;
    padding: 13px 0;
	position:relative;
}
.home__header .head-bottom{
	position: absolute;
    left: 0;
    right: 0;
    z-index: 2;
}
*/



.header-top__links{
	background: #333333;
    padding: 8px;
}
.header-top__links .offer-text{
	text-align:center;
}
.header-top__links .offer-text h4{
	font-size: 13px;
    color: var(--white);
    margin-bottom: 0;
}
.topbar{
	height:41px;
	border-bottom: 1px solid #E4E4E4;
}
.topbar .topbar_area{
	display: flex;
    justify-content: space-between;
    align-items: center;
     background: #000;
}
.topbar .topbar_area .topbar_left_side{
	display:flex;
	align-items: center;
}
.topbar .topbar_area .topbar_left_side .top_icon{
	border-right: 1px solid #E4E4E4;
    white-space: nowrap;
    height: 40px;
    /* background: white; */
}
.topbar .topbar_area .topbar_left_side a{
	padding: 8px 20px;
	/* color: #000; */
	 color: #fff;
}
.topbar .topbar_area .topbar_left_side a:hover{
	background: #fff;
    color: #000;
}
.topbar .topbar_area .topbar_left_side a:hover p{
    color: #000;
}
.topbar .topbar_area .topbar_left_side a i{
	margin-right:5px;
	font-size: 17px;
}
.topbar .topbar_area .topbar_right_side{
	display:flex;
	align-items: center;
}
.topbar .topbar_area .topbar_right_side .top_icon{
	border-left: 1px solid #E4E4E4;
    white-space: nowrap;
    height: 40px;
    /* background: white; */
	
	position: relative;
}
.topbar .topbar_area .topbar_right_side .top_icon .dropdown{
	display:none;
	position:absolute;
	left: -60px;
    top: 40px;
    z-index: 9;
    min-width: 150px;
    /* height: 90px; */
    padding: 13px 10px;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    border-radius: 10px;
}
.topbar .topbar_area .topbar_right_side .top_icon .dropdown li{
	margin-bottom:3px;
}
.topbar .topbar_area .topbar_right_side .top_icon .dropdown li a{
    padding: 5px 15px;
    text-decoration: none;
    color: #000;
    border-radius: 10px;
}

.topbar .topbar_area .topbar_right_side .top_icon .dropdown li a:hover{
    color: #fff;
    background-color: #000;
}
/* .topbar .topbar_area .topbar_right_side .top_icon .dropdown li:hover a{
	text-decoration:underline !important;
} */
.topbar .topbar_area .topbar_right_side a{
	padding: 8px 20px;
	color:#fff;
    display: block;
    width: 100%;
    
}
.topbar .topbar_area .topbar_right_side a:hover{
	background: #fff;
    color:#000;
}
.topbar .topbar_area .topbar_right_side a i{
	margin-right:5px;
	font-size: 17px;
}
.topbar .topbar_area .topbar_right_side .top_icon .user-log_icon{
	font-size:20px;
	margin-top:-3px;
}
.choose_lang{
	font-size:14px;
	margin-top: 3px;
}
.choose_lang img{
	margin-right:8px;
}
.search_wrap{
	padding: 9px 10px 9px 0;
}
.search_wrap form{
	position:relative;
}
.search_wrap .search_item input{
	width: 240px;
    border-radius: 50px;
    background: #fff;
    border: 1px solid #d9d9d9;
    color: #848484;
	height: 40px;
    padding-left: 40px;
}
.search_wrap .search-btn{
	border: none;
    background: transparent;
    position: absolute;
    top: 12px;
    left: 13px;
}

.head-top>.container{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.head-top__box{
    display: flex;
    gap: 40px;
    align-items: center;
}
.head-top__icon{
    position: relative;
    display: flex;
    align-items: center;
}

.nav-badge{
    position: absolute;
    top: 4px;
    right: 0;
    width: 15px;
    height: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 400;
    padding: 4px;
    border-radius: 20px;
    letter-spacing: 0.42px;
    text-transform: uppercase;
    color: var(--white);
    background-color: #EB001B;
}
.head-top__icon p{
    margin-left: 5px;
    /* color: var(--primary-color,#2A2A2A); */
	color:#fff;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0;
}
.head-top__logo{
	padding-left:20px;
	padding-top:5px;
}
.head-top__logo a{
    color: #000;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.head-bottom .navbar .navbar-nav .nav-item .nav-link{
    position: relative;
    /* color: var(--black); */
	color:#000;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding: 20px 0;
	text-transform: uppercase;
}
.head-bottom .navbar .navbar-nav .nav-item .nav-link:hover{
    color: var(--main-color);
}
.head-bottom .navbar .navbar-nav .nav-item .nav-link::after{
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    width: 0px;
    height: 3px;
    background-color: #e7252f;
    transform: scaleX(0);
    transition: transform 250ms ease-in-out;
}
.head-bottom .navbar .navbar-nav .nav-item.mega-menu:hover .nav-link::after {
    width: 100%;
    transform: scaleX(1);
}
.home__header .head-bottom .navbar .navbar-nav .nav-item .nav-link{
	color:var(--white)
}
.mega-menu__box{
    position: absolute;
    top: 57px;
	left:0;
	right:0;
    width: 100%;
    visibility: hidden;
    z-index: 99;
    padding: 20px 20px;
    /* border-top: 1px solid #D4D4D4; */
    /* background: linear-gradient(180deg, #F9F9F8 0%, #FFF 100%); */
	/* background: linear-gradient(188deg, rgba(239,241,255,1) 49%, rgba(255,255,255,1) 50%); */
	/* background:radial-gradient(circle, rgba(165,100,32,1) 0%, rgba(0,0,0,1) 100%); */
	background:#fff;
	border-bottom: 1px solid #e7e7e7;
}
.head-bottom .navbar .navbar-nav .nav-item.mega-menu:hover .mega-menu__box{
    visibility: visible;
	
}
.head-bottom .navbar .navbar-nav {
    gap: 60px;
}
.mega-menu__list{
    display: flex;
    padding-left: 127px;
}
.mega-menu__list .mega-menu__list-item {
    width: 25%;
    
}
.mega-menu__box .mega-menu__list .mm-list__item-link{
    font-weight: 600;
    font-size: 15px;
    color: var(--black);
    margin-bottom: 10px;
    text-transform: capitalize;
}
.mega-menu__box .mega-menu__list .mm-list__item-link:hover{
	color:var(--main-color);
}
.mm-content-title{
     color: var(--black);
	/* color:#fff; */
    font-family: 'Josefin Sans', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 24px;
	text-transform: uppercase;
}
.mm-list .mm-list__item:not(:last-child) {
    margin-bottom: 24px;
}
.mm-list .mm-list__item .mm-list__item-link {
     color: var(--black,#000);
	/* color:#fff !important; */
    font-family: 'Josefin Sans', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 0.1px;
}
.mm-list .mm-list__item .mm-list__item-link:hover,
.mm-list .mm-list__item .mm-list__item-link.active{
    font-weight: 600;
}
.mm-list .mm-list__item .mm-list__item-link.mm-list__item-link-more{
    color: var(--primary-color,#2A2A2A);
    font-family: 'Josefin Sans', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 1px;
}
.collection-menu__box {
    display: flex;
}
.collection-menu__box .mega-menu__list .mega-menu__list-item {
    width: 100%;
}
.collection-menu__box .mega-menu__list{
    width: 25%;
}
.collection-menu__box .collection-swiper__box{
    width: 75%;
}
.tms-collection__img{
    height: 538px;
}
.tms-collection__inner{
    position: relative;
}
.tms-collection__img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.tms-collection__title{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: var(--white,#FFF);
    text-shadow: 0px 1px 5px rgba(0, 0, 0, 0.50);
    font-family: 'Josefin Sans', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1px;
}
.collection__swiper{
    padding-bottom: 80px !important;
}
.collection__swiper .swiper-scrollbar{
    background-color: #C0C0C0;
}
.collection-swiper__box{
    position: relative;
}
.collection__swiper .swiper-horizontal>.swiper-scrollbar, 
.collection__swiper .swiper-scrollbar.swiper-scrollbar-horizontal{
    width: 100%;
    height: 6px;
    left: 0;
}
.lang-drop .dropdown-menu{
    margin-top: 17px !important;
    padding: 0;
    min-width: 111px;
    border: 1px solid var(--primary-color,#2A2A2A);
    border-radius: 0;
}
.lang-drop .dropdown-menu li a{
    padding: 9px 40px;
    color: var(--primary-color,#2A2A2A);
    font-family: 'Josefin Sans', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
   
}
.lang-drop .dropdown-menu li a:hover{
    color: var(--white,#fff);
    background-color: #e7252f;
}
.bookAppointment .modal-header{
    flex-direction: column;
    padding: 22px 42px;
    margin-bottom: 28px;
    border-bottom: none;
}
.bookAppointment .modal-title{
    position: relative;
    color: var(--primary-color,#2A2A2A);
    font-family: ''Josefin Sans', sans-serif';
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.84px;
    padding-bottom: 16px;
}
.bookAppointment .modal-title::before{
    position: absolute;
    content: '';
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 70%;
    height: 1px;
    background-color: #e7252f;
}
.bookAppointment .modal-body{
    padding: 22px 42px;
}
.bookAppointment-form .form-select,
.bookAppointment-form .form-control{
    border-radius: 0;
    border: none;
    padding-left: 0;
    color: var(--primary-color,#2A2A2A);
    font-family: 'Josefin Sans', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.7px;
    border-bottom: 1px solid var(--primary-color,#2A2A2A);
}
.bp-date{
    position: relative;
}
.bp-date span{
    width: 22px;
    height: 22px;
    position: absolute;
    top: 0;
    right: 8px;
}
.iti{
    display: flex !important;
    gap: 25px;
}
.iti--separate-dial-code .iti__selected-flag{
    background-color: transparent !important;
    border: 1px solid var(--primary-color,#2A2A2A);
}
.iti__flag-container{
    position: relative !important;
}
.iti--allow-dropdown input, 
.iti--allow-dropdown input[type=text], 
.iti--allow-dropdown input[type=tel], 
.iti--separate-dial-code input, 
.iti--separate-dial-code input[type=text], 
.iti--separate-dial-code input[type=tel]{
    padding-left: 0 !important;
}
.bookAppointment-sevices h3{
    color: var(--black,#000);
    font-family: 'Josefin Sans', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.7px;
    margin-bottom: 24px;
}
.bookAppointment-sevices-box .form-check:not(:last-child){
    margin-bottom: 10px;
}
.bookAppointment-sevices-box .form-check .form-check-label{ 
    color: var(--primary-color,#2A2A2A);
    font-family: 'Josefin Sans', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.bookAppointment-sevices-box .form-check .form-check-input:checked[type=radio] {
    --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23908D65'/%3e%3c/svg%3e");
}
.bookAppointment-sevices-box .form-check .form-check-input:checked {
    background-color: transparent;
}
.bookAppointment-sevices-box .form-check .form-check-label span{
    display: block;
    color: var(--primary-color,#2A2A2A);
    font-family: 'Josefin Sans', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}
.bookAppointment .modal-footer{
    border-top: none;
    padding: 22px 42px;
}

.tms-home__about-left h3{
    color: var(--primary-color,#2A2A2A);
    font-family: Didot;
    font-size: 48px;
    font-style: normal;
    line-height: normal;
    margin-bottom: 19px;
}
.tms-home__about-left p{
    color: var(--primary-color,#2A2A2A);
    text-align: center;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    margin-bottom: 50px;
}
.view-btn{
    position: relative;
    color: var(--black);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: inline-flex;
    padding: 13px 70px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border: 1px solid var(--main-color);
    background-color: var(--white,#ffffff);
    z-index: 1;
    text-transform: capitalize;
    border-radius: 30px;
    overflow: hidden;
}
.view-btn::before{
    position: absolute;
    content: '';
    top: 0;
    left: 50%;
    right: 50%;
    bottom: 0;
    opacity: 0;
    transition: all .3s;
    z-index: -1;
    background-color: var(--main-color);
}
.view-btn:hover{
    color: var(--white);
}
.view-btn:hover::before {
    left: 0;
    right: 0;
    opacity: 1;
}

.tms-arrivals__section-head{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 31px;
}
.tms-arrivals__section-head h3{
    color: var(--black,#000);
    font-family: 'Josefin Sans', sans-serif;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 0;
}
.shop-btn{
    position: relative;
    color: var(--primary-color,#2A2A2A);
    text-align: center;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.shop-btn::after{
    content: "";
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 1px;
    bottom: -3px;
    left: 0;
    background-color: var(--primary-color,#2A2A2A);
    transform-origin: bottom right;
    transition: transform 0.25s ease-out;
}
.shop-btn:hover:after {
    transform: scaleX(1);
    transform-origin: bottom left;
}
.tms-arrivals__inner{
    position: relative;
    display: block;
    text-align: center;
}
.tms-arrivals__img{
    overflow: hidden;
    height: 346px;
    margin-bottom: 16px;
}
.tms-arrivals__img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .3s;
}
.tms-arrivals__title{
    color: var(--primary-color,#2A2A2A);
    text-align: center;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 8.47px;
}
.tms-arrivals__price{
    color: var(--black,#000);
    text-align: center;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.tms-arrivals__inner:hover .tms-arrivals__img img{
    transform: scale(1.2) rotate(5deg);
}
.swiper-next,
.swiper-prev{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.swiper-next{
    right: -96px;
}
.swiper-prev{
    left: -96px;
}
.swiper-prev.swiper-button-disabled,
.swiper-next.swiper-button-disabled,
.swiper-pi-prev.swiper-button-disabled,
.swiper-pi-next.swiper-button-disabled{
    opacity: .35;
    cursor: auto;
    pointer-events: none;
}
.tms-arrivals__swiper-cont{
    position: relative;
}
.tms-future__area{
    display: flex;
	padding:40px 0;
}
.tms-future__box-1{
    width: 55%;
}
.tms-future__box-2{
    width: 45%;
}
.tms-future__img{
    width: 100%;
    height: 656px;
}
.tms-future__img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.tms-future__cont{
    padding: 154px 148px 66px 66px;
}
.tms-future__cont h3{
    display: inline-block;
    position: relative;
    color: var(--primary-color,#2A2A2A);
    font-family: Didot;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding-bottom: 27px;
}
/*
.tms-future__cont h3::before{
    position: absolute;
    content: '';
    bottom: 0;
    width: 80%;
    height: 1px;
    background-color: var(--primary-color,#2A2A2A);
}
*/
.tms-future__cont p{
    color: var(--primary-color,#2A2A2A);
    text-align: justify;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    margin-top: 13px;
    margin-bottom: 0;
}
.tms-categories__heading{
    margin-bottom: 72px;
}
.tms-categories__heading h2{
    color: var(--black,#000);
    font-family: 'Josefin Sans', sans-serif;
    font-size: 48px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 8px;
	text-transform: uppercase;
}
.tms-categories__heading p{
    color: var(--black,#000);
    font-family: 'Josefin Sans', sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 0.64px;
    margin: 0;
}

.tms-banner__area{
    padding-top: 258px;
    padding-bottom: 160px;
}
.tms-banner__inner h3{
    color: var(--black,#000);
    font-family: Didot;
    font-size: 64px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 24px;
}
.tms-banner__inner p{
    text-align: right;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    margin-bottom: 49px;
}
.banner-btn{
    display: inline-block;
    color: var(--primary-color,#2A2A2A);
    font-family: 'Josefin Sans', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 18px 70px;
    border: 1px solid var(--primary-color,#2A2A2A);
    background-color: var(--white,#FFF);
}
.tms-create__area{
    display: flex;
    align-items: center;
}
.tms-create__box-1{
    width: 53%;
}
.tms-create__box-2{
    width: 47%;
}
.tms-create__img{
    height: 1065px;
}
.tms-create__img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.tms-create__box-inner{
    max-width: 586px;
    margin: auto;
    text-align: center;
}
.tms-create__box-inner h4{
    color: var(--black,#000);
    font-family: Didot;
    font-size: 64px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding-bottom: 22px;
    margin-bottom: 44px;
    border-bottom: 1px solid var(--black,#000);
}
.tms-create__box-inner p{
    color: var(--primary-color,#2A2A2A);
    text-align: center;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    max-width: 552px;
    margin: auto;
    margin-bottom: 44px;
}
.create-btn{
    padding: 13px 40px;
}
.tms-newsletter__area{
    padding: 47px 0;
    border-top: 1px solid #898888;
    border-bottom: 1px solid #898888;
}
.tms-newsletter__inner{
    max-width: 598px;
    margin: auto;
    text-align: center;
}
.tms-newsletter__inner h3{
    color: var(--black,#000);
    font-family: 'Josefin Sans', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 14px;
}
.tms-newsletter__inner p{
    color: var(--black,#000);
    font-family: 'Josefin Sans', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    margin-bottom: 33px;
}
.newsletter-form-box{
    display: flex;
	background: transparent;
    padding: 0;
    border-radius: 30px;
    width: 100%;
    border: 1px solid var(--main-color);
}
.newsletter-form .form-control{
    height: 42px;
    border-radius: 0;
    border: none;
    background: transparent;
    color: var(--black);
}
.newsletter-btn{
    border-radius: 100px;
    height: 43px;
    width: 166px;
    font-weight: 600;
    text-transform: capitalize;
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 1px;
    background: var(--black);
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    background-color: var(--main-color);
	color:var(--white);
}
.newsletter-btn:hover{
    color: var(--white);
    background-color: var(--sub-color);
}
.footer{
	background-color:#F8F8F8;
}
.footer-top{
    padding: 59px 0;
}
.footer-box h3{
    color: var(--primary-color,#2A2A2A);
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.7px;
    text-transform: uppercase;
    margin-bottom: 16px;
}
.footer-content{
	width:300px;
	margin-top: 30px;
}
.footer-list .footer-list__items:not(:last-child){
    margin-bottom: 14px;
}
.footer-list .footer-list__items .footer-list__items-link{
    color: var(--primary-color,#2A2A2A);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.56px;
}
.footer-list .footer-list__items .footer-list__items-link:hover{
	color:var(--main-color);
}
.footer-box .form-select,
.footer-ship-lang .store-select .form-select{
    max-width: 185px;
    color: var(--primary-color,#2A2A2A);
    font-family: 'Josefin Sans', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.49px;
    border-radius: 0;
    border: 1px solid var(--primary-color,#2A2A2A);
    padding: 6px 25px 6px 25px;
}
.store-select{
    position: relative;
    margin-bottom: 35px;
}
.store-select span{
    position: absolute;
    top: 5px;
    left: 5px;
}
.footer-social__list{
    display: flex;
    gap: 5px;
    align-items: center;
}
.footer-social__list .footer-social__list-items .footer-social__list-items-link{
    width: 25px;
    height: 25px;
    /*background: var(--main-color);*/
    vertical-align: middle;
    text-align: center;
    margin-right: 8px;
    transition: 0.3s ease;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.footer-social__list .footer-social__list-items .footer-social__list-items-link:hover{
	background-color:var(--sub-color);
}
.footer-social__list .footer-social__list-items .footer-social__list-items-link i{
	display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: var(--white);
}
.footer-bottom__inner{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 29px 16px;
}
.footer-copyright{
    color: var(--black,#000);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.56px;
    margin: 0;
    text-transform: capitalize;
}
.footer-ship-lang{
    display: flex;
    gap: 91px;
    align-items: center;
}
.footer-ship{
    color: var(--black,#000);
    font-family: 'Josefin Sans', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.56px;
    text-transform: uppercase;
}
.footer-ship a{
    color: var(--black,#000);
    font-family: 'Josefin Sans', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.49px;
    text-decoration: underline !important;
}
.footer-ship-lang .store-select{
    margin: 0;
}
.footer-ship-lang .store-select .form-select{
    min-width: 126px;
}

.tms-product-categoey__area{
    
}
.tms-pc__title{
    color: var(--black,#000);
    text-align: center;
    font-family: ''Josefin Sans', sans-serif';
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 70px;
}
.tms-pc__filter{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 16px;
    border: 1px solid #DDE7DE;
	padding: 20px 16px;
	border-radius:10px;
	margin-bottom: 30px;
}
.tms-pc__fbox2 h3{
    color: #e7252f;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.72px;
    text-transform: uppercase;
    margin: 0;
}
.tms-pc__flist{
    display: flex;
    gap: 50px;
    align-items: center;
}
.tms-pc__flist .tms-pc__flist-item .tms-pc__flist-item-link{
    display: flex;
    gap: 19px;
    align-items: center;
    color: var(--black-color);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.72px;
    text-transform: capitalize;
}
.tms-pc__flist .tms-pc__flist-item .tms-pc__flist-item-link.active
{
 color:#e5e52f;   
}

@media (min-width: 992px) {
    .product-categoey__area .col-lg-3  
{
  width:20% !important;
}
}

.tms-pc__flist-hr{
    display: flex;
    width: 2px;
    height: 34px;
    background-color: rgba(187, 184, 153, 0.75);;
}
.tms-pc__flist-drop .dropdown-menu{
    margin-top: 19px !important;
    border: 1px solid #D2D0B3;
    border-top: 0;
    border-radius: 0;
    padding: 14px 21px;
    min-width: 267px;
    z-index: 99 !important;
}
.tms-pc__flist-drop .dropdown-menu li:not(:last-child){
    margin-bottom: 16px;
}
.tms-pc__flist-drop .dropdown-menu li .form-check .form-check-input,
.registation-box__right .bookAppointment-form .form-check .form-check-input{
    width: 20px;
    height: 20px;
    border-radius: 0;
}
.tms-pc__flist-drop .dropdown-menu li .form-check .form-check-input:checked,
.bookAppointment-form .form-check .form-check-input:checked{
    background-color: transparent;
    --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23908D65' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}
.tms-pc__flist-drop .dropdown-menu li .form-check .form-check-label{
    margin-left: 8px;
    color: #9b9494;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.56px;
}


.price-input {
    width: 100%;
    display: flex;
    gap: 19px;
    margin: 30px 0;
}
.price-input .field {
    display: flex;
    width: 100%;
    align-items: center;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
.price-input .separator {
    width: 130px;
    display: flex;
    font-size: 19px;
    align-items: center;
    justify-content: center;
}
.slider {
    height: 5px;
    position: relative;
    background: #C0C0C0;
    border-radius: 5px;
}
.slider .progress {
    height: 100%;
    left: 25%;
    right: 25%;
    position: absolute;
    border-radius: 5px;
    background: #e7252f;
}
.range-input {
    position: relative;
}
.range-input input {
    position: absolute;
    width: 100%;
    height: 5px;
    top: -5px;
    background: none;
    pointer-events: none;
    -webkit-appearance: none;
    appearance: none;
    -moz-appearance: none;
}
input[type="range"]::-webkit-slider-thumb {
    height: 17px;
    width: 17px;
    border-radius: 50%;
    background: #e7252f;
    pointer-events: auto;
    cursor: pointer;
    -webkit-appearance: none;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}
input[type="range"]::-moz-range-thumb {
    height: 17px;
    width: 17px;
    border: none;
    border-radius: 50%;
    background: #e7252f;
    pointer-events: auto;
    -moz-appearance: none;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}
.tms-pc__fprice .form-control{
    padding: 16px 85px 16px 25px;
    border-radius: 0;
    border: 1px solid #898888;
    appearance: textfield;
    -moz-appearance: textfield;
    max-width: 216px;
	font-size: 14px;
}
.slider-box{
    margin: 50px 0;
}

.pc__breadcrumb{
    background: #FCFCFC;
    padding: 30px 0;
	margin-bottom: 30px;
}
.categoey_content{
    text-align: center;
    margin-bottom: 10px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
}
.categoey_content h3{
	font-size: 25px;
    margin-bottom: 13px;
}
.categoey_content p{
	font-size: 16px;
    color: #939597;
    max-width: 1024px;
}
.pc__breadcrumb .breadcrumb__content .breadcrumb__top{
	display: flex;
    justify-content: space-between;
    align-items: center;
	margin-bottom:15px;
}
.pc__breadcrumb .breadcrumb__content .breadcrumb__top img{
	margin-right: 10px;
}
.pc__breadcrumb .breadcrumb__content .breadcrumb__top a{
	color: var(--black);
    font-size: 12px;
    text-transform: none;
    margin-left: 8px;
}

.pc__breadcrumb .breadcrumb__content .breadcrumb__top ul{
	display: flex;
    align-items: center;
    gap: 8px;
}
.pc__breadcrumb .breadcrumb__content .breadcrumb__bottom{
	display: flex;
    justify-content: center;
}
.pc__breadcrumb .breadcrumb__content .breadcrumb__bottom h2{
	font-size: 30px;
    font-weight: 700;
    color: var(--black);
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 5px;
}
.pc__breadcrumb .breadcrumb__content .breadcrumb__bottom p{
	font-size: 12px;
    color: var(--black);
    margin-top: 0;
    letter-spacing: 0.5px;
    text-transform: capitalize;
    margin-bottom: 0;
}
.pc__breadcrumb .breadcrumb .breadcrumb-item,
.pc__breadcrumb .breadcrumb .breadcrumb-item a{
    color: #898888;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1.6px;
} 
.tms-pc__box .tms-pc__box-item:not(:last-child){
    padding-bottom: 72px;
    margin-bottom: 72px;
    border-bottom: 1px solid #888888;
}
.tms-pc__box-heading {
    margin-bottom: 96px;
}
.tms-pc__box-heading h2{
    display: inline-block;
    color: var(--black,#000);
    font-family: ''Josefin Sans', sans-serif';
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 0 73px 24px;
    border-bottom: 1px solid rgba(187, 184, 153, 0.75);
}
.tms-pc__product-box,
.tms-pc__product-box1,
.tms-pc__product-box2,
.tms-pc__product-img__swiper{
    position: relative;
    transition: all .3s;
}
.tms-pc__product-img{
    min-height: 320px;
    background-color: #F9F9F9;
}
.tms-pc__product-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.tms-pc__product-like{
    position: absolute;
    top: 13px;
    right: 16px;
    cursor: pointer;
    z-index: 9;
}
.tms-pc__product-box2{
    /*border: 1px solid var(--primary-color,#2A2A2A);*/
}
.product-img__inner .tms-pc__product-img{
    /*margin: 8px;*/
}
.swiper-pi-prev,
.swiper-pi-next{
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    bottom: 50%;
    z-index: 9;
    transform: translate(-50%,-50%);
}
.swiper-pi-prev img,
.swiper-pi-next img{
    width: 100%;
    height: 100%;
}
.tms-pc__product-img__swiper .swiper-pi-prev{
    left: 26px;
}
.tms-pc__product-img__swiper .swiper-pi-next{
    right: 6px;
}
.tms-pc__product-img__content{
    padding: 6px 8px 6px 8px;
}
.tms-pc__product-img__content h3{
    color: var(--black,#000);
    font-family: 'Josefin Sans', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.6px;
    margin-bottom: 13px;
}
.tms-pc__product-img__content p{
    color: #e7252f;
    text-align: center;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.4px;
    margin-bottom: 38px;
}
.tms-pc__product-cart-btn{
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 262px;
    margin: auto;
    padding: 15px 14px;
    color: var(--primary-color,#2A2A2A);
    font-family: 'Josefin Sans', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    /*border: 1px solid var(--primary-color,#2A2A2A);
    background-color: var(--primary-color,#2A2A2A);*/
}
.tms-pc__product-cart-btn:hover{
    color: var(--primary-color,#2A2A2A);
    background-color: var(--white,#fff);
}
.tms-pc__product-box2{
    display: none;
    transition: all .3s;
}
.tms-pc__product-box:hover .tms-pc__product-box1{
    display: none;
    transition: all .3s;
}
.tms-pc__product-box:hover .tms-pc__product-box2{
    display: block;
    position: relative;
    left: 0;
    top: 0;
    width: -webkit-fill-available;
    z-index: 99;
    background-color: var(--white,#fff);
    transition: all .3s;
}
.tms-pc__box-view-more{
    margin-top: 20px;
    margin-bottom: 30px;
}
.tms-pc__box-view-more p{
    color:var(--black);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1.92px;
    margin-bottom: 24px;
}
.tms-pc__box-btn{
    font-size: 24px;
    padding: 18px 57px;
}
.tms-psc__product{
    position: relative;
}
.tms-psc__product-img img{
	width:720px;
	height:440px;
    max-width: 100%;
    max-height: 100%;
}
.tms-psc__product-cont{
    position: absolute;
    bottom: 52px;
    left: 26px;
}
.tms-psc__product-cont h2{
    color: var(--white,#FFF);
    font-family: 'Josefin Sans', sans-serif;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 1.26px;
}
.tms-psc__product-cont a{
    color: var(--white,#FFF);
    font-family: 'Josefin Sans', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.84px;
}
.tms-psc__product-cont a:hover{
    color: rgba(187, 184, 153, 0.75);
    text-decoration: underline !important;
}
.tms-product-subcategoey__area .row:not(:last-child){
    margin-bottom: 8px;
}
.tms-psc__shopCollection{
    position: absolute;
    bottom: 30px;
    left: 30px;
    width: 60px;
    height: 60px;
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid var(--white,#fff);
    background-color: #484848F2;
    transition: all .3s;
}
.tms-psc__shopCollection span{
    color: var(--white,#fff);
    font-family: 'Josefin Sans', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.84px;
    display: none;
    transition: all .3s;
}
.tms-psc__product:hover .tms-psc__shopCollection{
    width: auto;
    border-radius: 15px;
    padding: 0 7px;
}
.tms-psc__product:hover .tms-psc__shopCollection span{
    display: block;
}
.featuredProduct{
    width: 50% !important;
}
.featuredProduct .offcanvas-header{
    padding: 40px 76px;
    flex-direction: column;
    align-items: baseline;
    padding-bottom: 32px;
}
.featuredProduct .offcanvas-header .cls-btn{
    align-self: end;
}
.featuredProduct .offcanvas-header .offcanvas-title{
    color: var(--black,#000);
    font-family: Didot;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1.8px;
}
.cls-btn{
    padding: 5px 15px;
    border: none;
    background-color: transparent;
}
.featuredProduct .offcanvas-body{
    padding: 16px 76px;
}
.featuredProduct-inner .tms-pc__product-img__content p{
    margin-bottom: 16px;
}
.featuredProduct-inner .tms-pc__product-img__content .tms-pc__product-cart-price{
    color: var(--black,#000);
    font-family: 'Josefin Sans', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.9px;
}
.pdp-details{
    display: flex;
    margin-bottom: 134px;
}
.pdp-image-grid-container{
    width: 50%;
}
.pdp-description-container{
    width: 50%;
}
.pdp-image-one{
    width: 100%;
    /*background-color: #F9F9F9;*/
}
.pdp-image-one img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.pdp-image-grid-swiper{
    position: relative;
}
.pdp-image-multi-swiper{
    width: 106px;
    height: 340px;
    position: absolute !important;
    top: 230px;
    left: 20px;
}
.pdp-image-multi{
    cursor: pointer;
    width: 106px;
    height: 106px;
    border: 1px solid #C0C0C0;
}
.pdp-image-multi img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.pdp-description-container{
    padding: 0 67px;
}
.pdp-description-inner{
    max-width: 555px;
}
.pdp-description-container .pc__breadcrumb{
    margin-top: 0;
    margin-bottom: 43px;
}
.pdp-desc-title{
    text-transform: capitalize;
    color: var(--black);
    font-weight: 600;
    margin: 20px 0;
    font-size: 30px;
    line-height: 30px;
}
.pdp-desc-text{
    color: #e7252f;
    font-size: 20px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.6px;
    margin-bottom: 28px;
}
.pdp-desc-price{
    display: block;
    color: var(--black);
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 53px;
}
.pdp-select-material .form-select{
    border-radius: 0;
    border: none;
    padding: 10px 9px;
    border-bottom: 1px solid #D4D4D4;
    color: var(--black,#000);
    font-size: 24px;
    font-weight: 400;
    line-height: normal;
    background-size: 22px 22px;
}
.pdp-select-material .form-select:first-child{
    /*border-top: 1px solid #D4D4D4;*/
}
.pdp-select-material .form-select:focus{
    border-color: #D4D4D4;
}
.pdp-select-sizeGuide{
    position: relative;
}
.pdp-select-sizeGuide a{
    position: absolute;
    top: 10px;
    right: 60px;
    color: var(--black,#000);
    font-family: 'Josefin Sans', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 0.63px;
    text-decoration-line: underline !important;
}
.modify-offcanvas{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 9px;
    border-bottom: 1px solid #D4D4D4;
    color: var(--black,#000);
    font-family: 'Josefin Sans', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.84px;
}
.pdp-cart-like-box{
    display: flex;
    margin: 55px 0;
}
.pdp-cart-btn{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 42px;
    border: 1px solid #e7252f;
    background-color: #e7252f;
    color: var(--white, #FFF);
    text-align: center;
    font-size: 28px;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
    /* border-top-left-radius: 100px; */
    /* border-bottom-left-radius: 100px;*/
}
.pdp-cart-btn:hover{
    color: var(--white);
    background-color: var(--sub-color);
}
.pdp-like-btn{
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e7252f;
    border-left: 0;
    padding: 17px;
    /* border-top-right-radius: 100px; */
    /* border-bottom-right-radius: 100px;*/
}
.pdp-metal{
    display: flex;
    gap: 16px;
    align-items: center;
}
.pdp-metal-img{
    display: flex;
    width: 20px;
    height: 20px;
    border-radius: 50%;
}
.pdp-metal-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.pdp-description-inner .accordion .accordion-item{
    border: none;
}
.pdp-description-inner .accordion .accordion-header{
    border-bottom: 1px solid #D4D4D4;
}
.pdp-description-inner .accordion .accordion-button{
    color: var(--black,#000);
    font-size: 24px;
    font-weight: 400;
    line-height: normal;
    padding: 10px 9px 10px 0px;
}
.pdp-description-inner .accordion .accordion-button::after{
    width: 22px;
    height: 22px;
    background-size: 22px;
}
.pdp-description-inner .accordion .accordion-button:focus{
    border-color: unset;
    box-shadow: unset;
}
.pdp-description-inner .accordion .accordion-button:not(.collapsed){
    background-color: unset;
}
.pdp-description-inner .accordion .accordion-button:not(.collapsed)::after{
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.pdp-description-inner .accordion .accordion-item .accordion-body{
    padding: 22px 35px 22px 0;
}
.pdp-accor-descDetail{
    color: var(--primary-color,#2A2A2A);
    font-family: 'Josefin Sans', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.56px;
}
.pdp-accor-descDetail ul{
    list-style: disc;
    margin-left: 34px;
}
.pdp-accor-descDetail a{
    color: var(--primary-color,#2A2A2A);
    text-decoration: underline !important;
}
.sizeGuide{
    width: 729px !important;
}
.sizeGuide .offcanvas-header{
    padding: 71px 34px;
}
.sizeGuide .offcanvas-body{
    padding: 10px 34px 71px 34px;
}
.sizeGuide .offcanvas-header .cls-btn{
    align-self: auto;
}
.sizeGuide-title{
    color: var(--black,#000);
    font-family: 'Josefin Sans', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 30px;
}
.sizeGuide-inner .table-responsive{
    padding-top: 40px;
    padding-bottom: 90px;
    border-top: 1px solid #e7252f;
}
.sizeGuide-inner .table-responsive thead,
.sizeGuide-inner .table-responsive tbody{
    text-align: center;
}
.sizeGuide-inner .table-responsive thead tr th{
    width: 33%;
}
.sizeGuide-inner .table-responsive thead tr th,
.sizeGuide-inner .table-responsive tbody tr td{
    border-bottom: 0;
}
.sizeGuide-inner .table>:not(caption)>*>*{
    padding: 17px 10px;
}
.sizeGuide-inner .nav-tabs{
    border-bottom: 0;
    gap: 20px;
    margin-bottom: 50px;
}
.sizeGuide-inner .nav-tabs li a{
    color: var(--black,#000);
    font-family: 'Josefin Sans', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-bottom: 10px;
}
.sizeGuide-inner .nav-tabs li a.active{
    font-weight: 600;
    border-bottom: 1px solid var(--black,#000);
}
.sizeGuide-list li{
    display: flex;
    gap: 5px;
}
.sizeGuide-img{
    width: 350px;
    margin: auto;
    text-align: center;
}
.sizeGuide-list{
    margin-top: 30px;
}
.sizeGuide-list li:not(:last-child){
    margin-bottom: 20px;
}
.modifyEngraving-text{
    color: var(--black,#000);
    font-family: 'Josefin Sans', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 0.63px;
    margin-bottom: 32px;
}
.modifyEngraving-preview-title{
    display: block;
    color: var(--black,#000);
    font-family: 'Josefin Sans', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.7px;
    margin-bottom: 24px;
}
.modifyEngraving-preview-text{
    color: #B4B4B4;
    font-family: Parisienne;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1.4px;
    padding: 39px 120px;
    border: 1px solid #D4D4D4;
    background-color: #F5F5F5;
    margin-bottom: 40px;
}
.modifyEngraving-previewText{
    margin-bottom: 56px;
}
.modifyEngraving-previewText .form-control{
    color: #B4B4B4;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1.1px;
    padding: 15px 120px;
    border: 1px solid #2A2A2A;
    background-color: #FFF;
    border-radius: 0;
    text-align: center;
}
.modifyEngraving-label{
    display: block;
    margin-top: 16px;
    color: var(--black,#000);
    font-family: 'Josefin Sans', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.63px;
    text-align: end;
}
.modifyEngraving-fontType{
    margin-bottom: 80px;
}
.modifyEngraving-fontType .bookAppointment-sevices-box .form-check{
    padding: 20px 50px;
    border: 1px solid #898888;  
}
.modifyEngraving-fontType .bookAppointment-sevices-box .form-check:not(:last-child){
    margin-bottom: 16px;
}
.modifyEngraving-fontType .bookAppointment-sevices-box .form-check .form-check-label{
    margin-left: 12px;
}
.modifyEngraving-btn{
    width: 100%;
    border: 2px solid var(--primary-color,#2A2A2A);
    padding: 18px 70px;
    color: var(--primary-color,#2A2A2A);
    text-align: center;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.98px;
    text-transform: uppercase;
}
.login-area,
.cart-area{
    margin: 130px 0;
}
/*
.login-box__left{
    padding-right: 118px;
    border-right: 1px solid #C0C0C0;
}
*/
.login-box__left img{
	margin-bottom: 40px;
}
.login-box__left p{
	margin-bottom: 40px;
}
.login-box__right{
    padding-left: 118px;
}
.benefits_area{
	padding-left: 60px;
	word-wrap: break-word;
}
.benefits_area h3{
	font-size: 20px;
    font-weight: 600;
    margin-bottom: 30px;
	margin-left: -18px;
    margin-top: 3px;
}
.benefits_area ul{
	list-style:unset;
}
.w-190{
	width:190px !important;
}
.login-box__right{
	border: 1px solid rgba(0,0,0,.125);
    border-radius: 0.25rem;
    flex: 1 1 auto;
    padding: 1.25rem;
}
/*
.login-box__inner{
    min-width: 600px;
    max-width: 600px;
    margin: auto;
    padding: 90px 0;
}
*/
.login-box__title{
    color: var(--black,#000);
    font-family: 'Josefin Sans', sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.4px;
    margin-bottom: 24px;
}
.login-box__text
{
    color: var(--black,#000);
    font-family: 'Josefin Sans', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 0.84px;
    padding-bottom: 160px;
    margin-bottom: 0;
}

.login-box__btn.mb-3
{
 display: flex;
    justify-content: center;   
}
.login-btn{
    font-size: 13px;
    font-weight: 400;
    /*padding: 18px 180px;*/
    text-transform: uppercase;
}
.login-box__btn{
    text-align: center;
	margin-bottom:0px;
}
/*
.login-inner__area{
    display: flex;
    justify-content: center;
}
*/

.registation-box__right .login-box__right .login-box__text {
    padding-bottom: 15px;
}

.login-box__right .login-box__text{
    padding-bottom: 48px;
}
.login-box__right .login-box__title{
    margin-bottom: 8px;
}
.frgt-pass{
    margin-top: 16px;
    margin-bottom: 30px;
}
.frgt-pass a{
    color: var(--black,#000);
    font-family: 'Josefin Sans', sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.56px;
}
.registation-heading{
    color: var(--black,#000);
    font-family: 'Josefin Sans', sans-serif;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 1.26px;
    margin-bottom: 40px;
}
.bday-text{
    color: var(--primary-color,#2A2A2A);
    font-family: 'Josefin Sans', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.84px;
}
.registation-box__right .bday-text{
    font-weight: 600;
}
.bookAppointment-form .form-check .form-check-input{
    border: 1px solid var(--primary-color);
}
.back-btn__box{
    margin-bottom: 20px;
}
.back-btn{
    color: var(--black,#000);
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.cart-box__left{
    margin-top: 80px;
}
.cart-box__title{
    color: var(--black,#000);
    font-family: 'Josefin Sans', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 47px;
}
.cart-box__item-label{
    display: flex;
    gap: 15px;
    padding-bottom: 12px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(72, 72, 72, 0.47);
}
.cart-box__item-label-box{
    color: var(--primary-color,#2A2A2A);
    font-family: 'Josefin Sans', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.cb-label-box1,
.cart-box__item-inner-box1{
    width: 60%;
}
.cb-label-box2,
.cb-label-box3,
.cart-box__item-inner-box2,
.cart-box__item-inner-box3{
    width: 14%;
    text-align: center;
}
.cart-box__item-box .cart-box__item{
    position: relative;
    padding-bottom: 12px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(72, 72, 72, 0.47);
}
.cart-box__item-inner{
    display: flex;
    gap: 15px;
    align-items: center;
}
.cart-box__item-inner-box1{
    display: flex;
    gap: 26px;
}
.cart-box__item-img{
    flex: 0 0 226px;
}
.cart-box__item-cont h3{
    color: var(--black,#000);
    font-family: 'Josefin Sans', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 12px;
}
.cart-box__item-cont ul li,
.cart-box__item-cont h4{
    margin-bottom: 8px;
    color: var(--primary-color,#2A2A2A);
    font-family: 'Josefin Sans', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}
.cart-box__item-cont ul li:last-child{
    padding-bottom: 15px;
    border-bottom: 1px solid #D4D4D4;
}
.cb-cont-head{
    display: inline-block;
    width: 70px;
}
.cb-cont-metl{
    display: inline-flex;
    align-items: center;
    gap: 8px;
}
.cb-cont-metl img{
    width: 19px;
    height: 19px;
    border-radius: 50%;
}
.quantity-inner{
    display: inline-flex;
    align-items: center;
    gap: 20px;
}
.quantity-count{
    display: flex;
    width: 30px;
}
.quantity-inner .form-control{
    border-radius: 0;
    border: 0;
    padding: 0;
    text-align: center;
    color: var(--black,#000);
    font-family: 'Josefin Sans', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}
.decrease,
.increase{
    cursor: pointer;
    color: var(--black,#000);
    font-family: 'Josefin Sans', sans-serif;
    font-size: 20px;
}
.cart-box__item-inner-box3{
    color: var(--black,#000);
    font-family: 'Josefin Sans', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}
.cart-box__item-remove{
    position: absolute;
    top: 0;
    right: 11px;
    cursor: pointer;
}
.cart-box__right .cart-box__right-box:not(:last-child){
    margin-bottom: 16px;
} 
.cart-box__right-box{
    padding: 33px 39px;
    background: rgb(255 255 255);
}
.cart-box__right-tb-item{
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
.cart-box__right-tb-item h3,
.cart-box__right-tb-item h4,
.cart-box__right-total h3,
.cart-box__right-total h4{
    color: var(--black,#000);
    font-family: 'Josefin Sans', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0;
}
.cart-box__right-tb-item h4 span{
    color: #484848;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.cart-box__right-total-box .cart-box__right-tb-item:last-child{
    padding-bottom: 58px;
    border-bottom: 1px solid #484848;
}
.cart-box__right-total{
    display: flex;
    justify-content: space-between;
    margin-bottom: 55px;
}
.cart-box__right-total h3,
.cart-box__right-total h4{
    font-weight: 600;
}
.cart-box__right-or{
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin: 33px 0;
    z-index: 1;
}
.cart-box__right-or span{
    color: #D9D9D9;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.56px;
    padding: 0 12px;
    background-color: #F8F8F5;
}
.cart-box__right-or::before{
    position: absolute;
    content: "";
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    width: 60%;
    height: 1px;
    z-index: -1;
    background-color: #D9D9D9;
}
.anothe-pay-btn{
    padding: 16px 70px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #2A2A2A;
}
.cart-box__right-anothe-pay a:not(:last-child){
    margin-bottom: 36px;
}
.cart-box__right-anothe-pay a img{
    width: 136px;
}
.cart-box__right-onlineBenefits{
    max-width: 450px;
    margin: auto;
}
.cart-box__right-onlineBenefits h3{
    color: var(--black,#000);
    font-family: 'Josefin Sans', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding-bottom: 21px;
    border-bottom: 1px solid #484848;
    margin-bottom: 15px;
    text-align: center;
}
.cart-box__right-onlineBenefits ul{
    padding-left: 25px;
}
.cart-box__right-onlineBenefits ul li:not(:last-child){
    margin-bottom: 16px;
}
.cart-box__right-onlineBenefits ul li{
    display: flex;
    gap: 9px;
    color: var(--black,#000);
    font-family: 'Josefin Sans', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}
.checkOut .modal-header{
    border-bottom: 0;
    padding: 30px 62px;
    justify-content: end;
}
.checkOut .modal-body{
    padding-bottom: 70px;
}
.checkOut-modal__inner .login-box__inner{
    min-width: 500px;
    max-width: 500px;
}
.checkOut .modal-content{
    border-radius: 0;
}
.checkOut .frgt-pass a{
    color: var(--black,#000);
    font-family: 'Josefin Sans', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.84px;
    text-decoration-line: underline !important;
}
.checkOut .login-box__right .login-box__title{
    margin-bottom: 48px;
}
.checkOut .login-box__text{
    padding-bottom: 35px;
}
.checkOut .login-box__left .login-box__inner ul{
    padding-left: 20px;
}

.login-box__left .benefits_area ul {
    list-style: none;
}
.login-box__left .benefits_area ul li {
    margin-bottom: 10px;
}
.login-box__left .benefits_area img {
    margin-bottom: 0px;
}
.checkOut .login-box__left .login-box__inner ul li{
    color: var(--black,#000);
    font-family: 'Josefin Sans', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 0.84px;
}
.checkOut .login-box__left .login-box__inner ul li:not(:last-child){
    margin-bottom: 16px;
}
.checkOut .login-box__left .login-box__inner .login-box__btn{
    margin-top: 112px;
}
.close-btn{
    background-color: transparent;
    border: 0;
}
.tms-auction__box .tms-pc__product-img__content p{
    margin-bottom: 23px;
}
.tms-auction__end{
    color: rgba(244, 73, 60, 0.94);
    font-family: 'Josefin Sans', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.56px;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
    margin-bottom: 7px;
}
.tms-auction__bid{
    color: var(--primary-color,#2A2A2A);
    font-family: 'Josefin Sans', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.56px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.crnt-bid{
    padding-right: 10px;
    border-right: 1px solid #C1C1C1;
}
.ttl-bid{
    padding-left: 10px;
}
.tms-auction__show-title{
    margin: 70px 0;
    color: var(--black,#000);
    font-family: 'Josefin Sans', sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: end;
}
.tms-auction-detail__area .pdp-image-grid-container,
.tms-auction-detail__area .pdp-description-container{
    width: 100%;
}

.ad-image-multi-swiper{
    width: 400px;
    margin-top: 18px;
}
.tms-auction-detail__area .pdp-description-container{
    padding: 0;
    padding-left: 57px;
}
.tms-auction-detail__area .pdp-description-inner{
    max-width: 100%;
}
.tms-auction-detail__area .pdp-desc-text{
    font-style: italic;
}
.tms-ad-time-bid{
    display: flex;
    gap: 15px;
    margin: 53px 0;
    padding-bottom: 52px;
    border-bottom: 1px solid #E7E7E7;
}
.tms-ad-time,
.tms-ad-bid{
    width: 50%;
}
.ad-time-bid__title{
    color: var(--primary-color,#2A2A2A);
    font-family: 'Josefin Sans', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.84px;
}
.ad-time-bid__text{
    color: rgba(244, 73, 60, 0.94);
    font-family: 'Josefin Sans', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.7px;
    margin: 0;
}
.ad-bid-hist{
    display: flex;
    gap: 30px;
}
.ad-bid-hist{
    color: var(--primary-color,#2A2A2A);
    font-family: 'Josefin Sans', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.7px;
    padding-left: 70px;
}
.ad-bid-hist a{
    color: var(--primary-color,#2A2A2A);
    text-decoration-line: underline !important;
}
.tms-ad-bid-btn-box{
    display: flex;
    gap: 10px;
    margin-bottom: 87px;
}
.tms-ad-bid-cont{
    width: 38%;
}
.tms-ad-bid-contBtn{
    width: 62%;
}
.tms-ad-bid-cont .ad-time-bid__text{
    color: var(--primary-color,#2A2A2A);
}
.tms-ad-prdtDetail-title{
    position: relative;
    color: #2A2A2A;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.84px;
    margin-bottom: 32px;
}
.tms-ad-prdtDetail-title::before{
    position: absolute;
    content: "";
    width: 28%;
    height: 4px;
    background-color: #e7252f;
    bottom: -8px;
    left: 0;
}
.tms-auction-detail__area .pdp-accor-descDetail{
    color: var(--black,#000);
    text-align: justify;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 0.7px;
}
.tms-auction-detail__area .pdp-cart-btn{
    font-size: 22px;
}
.tms-ad-bid-edit{
    display: flex;
    gap: 16px;
}
.ad-bid-edit-input{
    position: relative;
}
.ad-bid-edit-input .form-control{
    height: 100%;
    padding: 11px 10px 11px 32px;
    color: #2A2A2A;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.84px;
    border-radius: 0;
}
.tms-ad-bid-edit i{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 6px;
    font-size: 24px;
}
.tms-ad-bid-edit .pdp-cart-btn{
    text-transform: capitalize;
}
.confirmBid .modal-content{
    border-radius: 0;
    border: 0;
}
.confirmBid .modal-body{
    padding: 115px;
}
.confirmBid-modal__inner{
    max-width: 420px;
    margin: auto;
}
.confirmBid-modal__title{
    color: #e7252f;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 37px;
}
.confirmBid-modal__price{
    display: block;
    color: var(--primary-color,#2A2A2A);
    font-family: 'Josefin Sans', sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1.12px;
    margin-bottom: 56px;
}
.confirmBid-modal__btns{
    display: flex;
    gap: 20px;
}
.confirm-btn{
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 14px 20px;
    border: 1px solid var(--primary-color,#2A2A2A);
    color: var(--primary-color,#2A2A2A);
    font-family: 'Josefin Sans', sans-serif;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.98px;
    background-color: transparent;
    text-transform: uppercase;
}
.confirm-btn.confirm-btn2{
    color: var(--white,#fff);
    background-color: #19963C;
}
.successfullyBid-img{
    margin-bottom: 24px;
}
.successfullyBid__inner{
    max-width: 600px;
}
.successfullyBid__inner .confirmBid-modal__title{
    font-size: 28px;
    margin-bottom: 24px;
}
.successfullyBid-text{
    color: var(--primary-color,#6A6A6A);
    text-align: center;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.successfullyBid-cls{
    display: flex;
    justify-content: end;
}
.successfullyBid .modal-body{
    padding-top: 80px;
}
.checkout-header{
    background: transparent;
    padding: 87px 0;
}
.checkout-header .head-top__link{
    color: var(--black,#000);
    font-family: 'Josefin Sans', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.head-top__link-contact{
    text-decoration-line: underline !important;
}
.checkout-stap__area{
    display: flex;
    gap: 235px;
    justify-content: center;
    position: relative;
    padding-bottom: 50px;
    margin-bottom: 50px;
    border-bottom: 1px solid #C0C0C0;
}
.checkout-stap__area .checkout-stap__box{
    text-align: center;
    position: relative;
}
.checkout-stap__area .checkout-stap__box span{
    color: #484848;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.checkout-stap__area .checkout-stap__box.active span{
    color: var(--primary-color,#2A2A2A);
    font-weight: 700;
}
.checkout-stap__area .checkout-stap__icon{
    position: relative;
    width: 83px;
    height: 83px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #C0C0C0;
    margin-bottom: 20px;
}
.checkout-stap__area .checkout-stap__box:not(:last-child):before{
    position: absolute;
    content: "";
    width: 200px;
    height: 3px;
    background-color: #C0C0C0;
    top: 32%;
    transform: translateY(-50%);
    left: 100px;
}
.checkout-stap__icon.active{
    background-color: #e7252f;
}
.checkout-stap__area .checkout-stap__box.active:not(:last-child):before{
    background-color: #e7252f;
}
.success-img,
.payment-img2{
    display: none;
}
.checkout-box__left{
    max-width: 680px;
    height: 100%;
}
.expressCheckout-box{
    display: inline-block;
}
.expressCheckout-box{
    padding: 28px 22px;
    padding-top: 0;
    border: 1px solid #E7E7E7;
    margin-bottom: 53px;
}
.expressCheckout-box h3{
    display: inline-block;
    position: relative;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    color: #000;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding: 0 27px;
    background-color: var(--white,#fff);
    margin: 0;
    text-align: center;
}
.expressCheckout-box-btn{
    display: flex;
    gap: 15px;
}
.expressCheckout-box-btn a{
    padding: 16px 32px;
    border-radius: 6px;
    border: 1px solid var(--primary-color,#2A2A2A);
}
.checkout-box__left .checkout-box__item:not(:last-child){
    margin-bottom: 70px;
}
.checkout-box__item-title{
   color: #2a2a2ab5;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    margin-bottom: 24px;
}
.checkout-box__item .modifyEngraving-fontType .bookAppointment-sevices-box .form-check{
    position: relative;
    display: flex;
    align-items: center;
    gap: 15px;
    border: 0;
    border-radius: 8px;
    background: rgba(187, 184, 153, 0.10);
}
.checkout-box__item .modifyEngraving-fontType {
    margin-bottom: 40px;
}
.sa-check-title{
    color: var(--primary-color,#2A2A2A);
    font-family: 'Josefin Sans', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 10px;
    display: flex;
}
.sa-check-titleNum{
    margin-left: 8px;
    padding-left: 8px;
    border-left: 1px solid #898888;
}
.sa-check-text{
    color: var(--primary-color,#2A2A2A);
    font-family: 'Josefin Sans', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    max-width: 400px;
    margin: 0;
}
.sa-check-arrow{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 30px;
    font-size: 24px;
}
.sm-ba-form{
    margin-bottom: 40px;
}
.checkout-item-box{
    padding: 0px;
    margin-bottom: 20px;
    background-color: var(--white,#fff);
}
.checkout-item-box .cart-box__item-inner-box1{
    gap: 14px;
}
.checkout-item-box .cart-box__item-img {
    flex: 0 0 140px;
}
.checkout-item-box .cart-box__item-cont h3{
    font-size: 18px;
}
.checkout-item-box .cart-box__item-inner-box1{
    width: 80%;
}
.checkout-item-box .cart-box__item-inner-box2{
    width: 20%;
}
.checkout-item-box .cart-box__item-cont ul li, 
.checkout-item-box .cart-box__item-cont h4{
    font-size: 14px;
}
.checkout-item-box .cart-box__item-box{
    max-height: 480px;
    overflow: auto;
}
.checkout-item-box .cart-box__item-box .cart-box__item{
    border-bottom: 1px solid #E7E7E7;
}
.checkout-item-box-ttl{
    padding: 20px 0;
    border-top: 1px solid rgba(72, 72, 72, 0.47);
    color: var(--black,#000);
    text-align: right;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.checkout-area{
    padding-bottom: 120px;
}
.checkout-footer__inner{
    padding: 30px 0;
    border-top: 5px solid #e7252f;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.checkout-footer__inner-left ul{
    display: flex;
    align-items: center;
    gap: 30px;
}
.checkout-footer__inner-left ul li a,
.checkout-footer__inner-right p{
    color: var(--black,#000);
    font-family: 'Josefin Sans', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0;
    letter-spacing: 0.56px;
    text-decoration-line: underline !important;
}
.checkout-footer__inner-right p{
    text-decoration: unset !important;
    text-transform: uppercase;
}
.checkout-box__payment,
.checkout-item-shipping__cont,
.checkout-box__success{
    display: none;
}
.checkout-box__right .cart-box__right-total{
    margin-bottom: 48px;
}
.checkout-item-shipping{
    padding-top: 26px;
    border-top: 2px solid #e7252f;
    display: flex;
    gap: 80px;
    margin-bottom: 26px;
}
.checkout-item-shipping__item{
    width: 50%;
}
.cisi-title{
    color: var(--black,#000);
    font-family: 'Josefin Sans', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 12px;
}
.cisi-text,
.checkout-item-shipping__item ul li{
    color: var(--primary-color,#2A2A2A);
    font-family: 'Josefin Sans', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0;
}
.cisi-edit{
    color: var(--primary-color,#2A2A2A);
    font-family: 'Josefin Sans', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.cbp-box .bookAppointment-sevices-box .form-check .form-check-label{
    color: var(--primary-color,#2A2A2A);
    text-align: justify;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
}
.dcc-area,
.dcc-img{
    margin-bottom: 40px;
}
.checkout-nxt-btn-2{
    margin-top: 70px;
}
.checkout-box__success{
    height: 100%;
}
.checkout-box__success-inner{
    display: flex;
    align-items: center;
    height: inherit;
}
.offcanvas.offcanvas-top{
    height: 100vh;
}
.mob-header{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.mob-header .mob-head__left{
	display: flex;
    align-items: center;
}
.mob-header .mob-head__left .head-top__logo {
    padding-left: 10px;
    margin-top: -7px;
}
.mob-header .mob-head__left img{
	filter:invert(1);
}
.mob-header .mob-head__right{
	display: flex;
    align-items: center;
    gap: 10px;
}
.mob-header .mob-head__right img{
	filter:invert(1);
}
	

.head-nav .offcanvas-header{
    padding: 30px;
}
.mob-navMenu{
    display: block;
}
.mob-navMenu .nav-bottom__list-items .nav-bottom__list-items-link {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    color: var(--primary-color);
    font-size: 15px;
    line-height: 28px;
    text-transform: capitalize;
}
.mob-megaMenu__box {
    position: absolute;
    top: 100px;
    left: 0;
    width: 100%;
    height: 100%;
    transition: 0.3s;
    visibility: hidden;
    z-index: 1;
    transform: translateX(100%);
    background-color: var(--white);
}
.mob-megaMenu-expand-cont {
    overflow: hidden;
}
.mob-megaMenu__title {
    position: sticky;
    top: 0;
    z-index: 1;
    display: flex;
    gap: 10px;
    font-size: 16px;
    line-height: 28px;
    padding: 12px 16px;
    color: var(--title-color);
    background-color: var(--white);
}
.mob-megaMenu__list .mega-menu__list-item .mm-list__item-link 
{
font-size: 14px;
    font-weight: 400;
    line-height: 110%;
    color: var(--black);
}

.mob-megaMenu__list .mega-menu__list-item  
{
 margin-bottom: 14px;
}


.mob-megaMenu__list {
    padding: 12px 16px;
}
.mob-megaMenu__list .mob-megaMenu__list-item:not(:last-child) {
    margin-bottom: 24px;
}
.mm-title {
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    line-height: 100%;
    margin-bottom: 20px;
    color: var(--primary-color);
    text-transform: capitalize;
}
.mm-list .mm-list__item:not(:last-child) {
    margin-bottom: 6px;
}
.mm-list .mm-list__item .mm-list__item-link {
    font-size: 14px;
    font-weight: 400;
    line-height: 110%;
    color: var(--black);
}
.mob-megaMenu-expand.active>.mob-megaMenu-expand-cont {
    transform: translateX(0);
    visibility: visible;
    overflow-y: scroll;
}
.mob-tab__wab{
    margin-top: 24px;
    padding-top: 24px;
    border-top: 1px solid #e7252f;
}
.mob-filter{
    color: #e7252f;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.49px;
}
.tms-pc__flist-drop.tms-pc__flist-drop-mob .dropdown-menu{
    min-width: auto;
    border: 0;
    position: relative;
}
.mob-tab__wab .head-top__box{
    display: none;
}
.footer-top-mob{
    padding:30px 0; 
}
.footer-top-mob__inner .footer-box .footer-box-item:first-child h3{
    position: relative;
    margin-bottom: 23px;
}

.footer-top-mob__inner .footer-box .footer-box-item:first-child .footer-social__list{
    justify-content: start;
    gap: 5px;
}
.footer-top-mob__inner .footer-box .footer-box-item .store-select .form-select{
    margin: auto;
}
.footer-top-mob__inner .footer-box .footer-box-item .store-select span{
    left: 88px;
}
.footer-top-mob__inner .accordion .accordion-button{
    padding: 6px 0;
	background-color: #F8F8F8;
}
.footer-top-mob__inner .accordion .accordion-button:focus{
    box-shadow: unset;
    padding: 12px 0;
}
.footer-top-mob__inner .accordion .accordion-button:not(.collapsed){
    background-color: unset;
    border-color: unset;
	background-color: #F8F8F8;
}
.footer-top-mob__inner .accordion .accordion-button::after{
    background-image: unset;
    content: "+";
    font-size: 30px;
    display: flex;
    align-items: center;
}
.footer-top-mob__inner .accordion .accordion-button:not(.collapsed)::after{
    content: "-";
    color: #000;
}
.footer-top-mob__inner .accordion .accordion-item .accordion-body{
    padding: 12px 0;
	background-color: #F8F8F8;
}
.footer-top-mob__inner .accordion .accordion-item {
    border: unset;
}
.footer-top-mob__inner .accordion {
    --bs-accordion-btn-bg: unset;
}
.searchForm-modal .modal-body{
    padding: 0;
}
.searchForm{
    position: relative;
}
.searchForm .form-control{
    border-radius: 0;
    padding: 20px;
}
.searchForm span{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    width: 25px;
}

/*================================
  tms account css
=================================*/

.account-details_area{
	margin:60px 0;
}
.account-details_area .head-detail_box h5{
	font-size: 24px;
}
.account-details_area .head-detail_box h6{
	text-align:right;
}
.content-area_box{
	padding-top:13px;
}
.content-area_box .menu-tabs .menu-links{
	display: flex;
    justify-content: space-between;
    align-items: center;
}
.couponContent
{
    margin-bottom: 28px;
}
.content-area_box .menu-tabs .menu-links .menu-item{
	font-size: 17px;
    color: #8b8b8b;
	display: flex;
    align-items: center;
	border-bottom:2px solid transparent;
	padding-bottom: 16px;
}
.content-area_box .menu-tabs .menu-links .menu-item:hover{
	border-bottom:2px solid #e7252f;
	color:#e7252f;
}

.content-area_box .menu-tabs .menu-links .menu-item.active {
    border-bottom: 2px solid #e7252f;
    color: #e7252f !important;
}

.content-area_box .menu-tabs .menu-links .menu-item i{
	margin-right:5px;
}
.content-area_box .tab-wrapper{
	padding: 30px;
    border: 1px solid #ebebeb;
}
.content-area_box .tab-wrapper .tab-content-wrapper{
	border: 1px solid rgba(0,0,0,.125);
    border-radius: 0.25rem;
    padding: 16px;
}
.content-area_box .tab-wrapper .tab-content-wrapper .tab-content_item{
	margin-bottom:50px;
}

.content-area_box .tab-content-wrapper .tab-page_content .wishlist-table{
	margin-bottom:50px;
}
.content-area_box .tab-content-wrapper .tab-page_content table tbody tr td{
	vertical-align: middle;
}
.content-area_box .tab-content-wrapper .tab-page_content table tbody tr td:last-child{
	text-align:right;
}
.comt_btn{
	color:var(--primary-black);
}
.tab-content-wrapper .tab-page_content .action_btn{
	color: var(--primary-black);
    margin-right: 6px;
}
.content-area_box .tab-content-wrapper .tab-page_content .full-list_btn{
	text-align: right;
}
.content-area_box .tab-content-wrapper .tab-page_content .full-list_btn .full-list_link{
	background: #000;
    color: var(--white);
    padding: 8px 13px;
}
.font-size-20{
	font-size:20px;
}
.content-area_box .tab-content-wrapper .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
	background-color: var(--black);
	color: var(--white);
    border-radius: 0;
}
.content-area_box .tab-content-wrapper .nav-pills .nav-link{
	background-color: #F8F8F8;
    color: var(--primary-black);
	border-radius: 0px;
}
.content-area_box .tab-content-wrapper .details-form_area form{
	width:940px;
}
.content-area_box .tab-content-wrapper .details-form_area .form-group{
	margin-bottom:16px;
}
.content-area_box .tab-content-wrapper .details-form_area .form-group label{
	margin-bottom:10px;
}
.save-action_btn .btn-save{
	background-color: var(--black);
    color: var(--white);
    padding: 8px 35px;
}

/*=========================
  contact us
==========================*/

.tms-contact-us_area{
	padding:20px 0;
}
.tms-contact-us_area .tms_para_text{
	margin-bottom:30px;
}
.tms-contact-us_area .tms-contact-info_box{
	text-align:center;
    /* box-shadow: 0px 1.25px 4px rgba(0,0,0,.25); */
    padding: 17px;
    border-radius: 8px;
    border: 1px solid #2A2A2A;
}
.tms-contact-us_area .tms-contact-info_box .icon_img{
	margin-bottom:20px;
}
.tms-contact-us_area .tms-contact-info_box .icon_img img{
	width:65px;
	max-width:100%;
}
.tms-contact-us_area .tms-contact-info_box .contact_title{
	margin-bottom:16px;
	display:block;
	color:#e7252f;
	font-weight:400;
	font-size:18px;
}
.tms-contact-us_area .tms-contact-info_box p{
	color:#2A2A2A;
}
.tms-contact-us_area .tms-working-hours_info{
	margin: 40px 0;
    background: rgb(249, 249, 250);
    padding: 0 30px;
    border-radius: 8px;
    height: 50px;
    display: flex;
    align-items: center;
}
.tms-contact-us_area .tms-working-hours_info h4{
	font-size:18px;
}
.tms-contact-us_area .tms-working-hours_info h4 span{
	color:#888;
}
.tms-contact-us_area .tms-google-map_info{
	display: flex;
    width: 100%;
    margin-top: 25px;
}
.tms-contact-us_area .tms-google-map_info .tms-address_box{
	width: 35%;
    background: rgb(249, 249, 250);
    padding: 20px;
    min-height: 250px;
    border-radius: 8px;
}
.tms-contact-us_area .tms-google-map_info .tms-address_box h4{
	font-size:18px;
    margin-bottom: 20px;
}
.tms-contact-us_area .tms-google-map_info .tms-address_box p{
    margin-bottom: 13px;
}
.tms-contact-us_area .tms-google-map_info .tms-address_box p span:first-child{
    font-weight: 600;
    margin-bottom: 7px;
    margin-right: 7px;
}
.tms-contact-us_area .tms-google-map_info .tms-address_box p span{
    display: inline-flex;
    height: 100%;
    min-height: 43px;
}
.tms-contact-us_area .tms-google-map_info .tms-location_box{
	width: 65%;
}

.hero_slider{
    /* min-height: 500px; */
    background: #f3f3f3;
}
.hero_slider .hero_slider-item{
	position:relative;
}
.hero_slider .hero_slider-item .hero_img-box img{
	width:100%;
}
.hero_slider .hero_slider-item .hero-slider_caption{
	position: absolute;
    top: 15%;
    left: 2%;
    z-index: 10;
	width:600px;
}
.hero_slider .hero_slider-item .hero-slider_caption h4{
	font-size: 20px;
    color: var(--white);
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 50px;
}
.hero_slider .hero_slider-item .hero-slider_caption h1{
	font-size: 68px;
    line-height: 68px;
    color: var(--white);
    font-weight: 600;
    margin-bottom: 0;
    margin-top: 0;
}
.hero_slider .hero_slider-item .hero-slider_caption h1 b{
	font-weight: 300;
    display: block;
}
.hero_slider .hero_slider-item .hero-slider_caption p {
    font-size: 13px;
    line-height: 22px;
    font-weight: 500;
    color: #fff;
    margin: 30px 0;
}
.hero_slider .hero-slider_caption .action_btn{
	display: flex;
    align-items: center;
}
.hero_slider .hero-slider_caption .action_btn .action_link-btn{
	margin-top: 0;
    text-transform: capitalize;
    border-radius: 30px;
    font-size: 12px;
    font-weight: 600;
    color: var(--black);
	background-color: var(--white);
    fill: #fff;
    margin-right: 10px;
    transition: 0.3s ease;
	width: 142px;
    height: 40px;
    display: flex;
    align-items: center;
	justify-content: center;
}
.slidsub-btn {
    width: 188px !important;
    background-color: transparent !important;
    color: var(--white) !important;
    border: 1px solid var(--white) !important;
}
.swiper-pagination{
	position: absolute !important;
    bottom: 18% !important;
    left: 2% !important;
    text-align: start !important;
}

.swiper-pagination-bullet{
	width: 13px !important;
    height: 13px !important;
    background: transparent !important;
    border-radius: 50px !important;
    border: 2px solid var(--white);
}
.swiper-pagination-bullet-active{
	background: #fff !important;
	width: 40px !important;
    height: 13px !important;
    border-radius: 50px !important;
}
.bgcode{
	background-color: #f4f4f4;
}

.customers_swiper .product_img-box{
	text-align:center;
}
.customers_swiper .product_img-box img{
	width: 150px;
    max-width: 100%;
    height: auto;
}
.customers_swiper .cust_comment{
	margin-bottom: 13px;
	font-size: 15px;
    text-align: center;
}
.customers_swiper .cust_title{
	color: var(--black,#000);
    font-weight: 700;
    font-size: 17px;
    text-align: center;
    display: block;
	font-style: oblique;
}
.tms-future__cont{
	position:relative;
}
.tms-future__cont .swiper-arrow-next{
	position: absolute;
    right: 30px;
    top: 50%;
    z-index: 1;
}
.tms-future__cont .swiper-arrow-next img{
	width: 25px;
    height: 25px;
    opacity: .5;
}
.tms-future__cont .swiper-arrow-prev{
	position: absolute;
    left: 30px;
    top: 50%;
    z-index: 1;
}
.tms-future__cont .swiper-button-disabled{
	opacity: .35;
    cursor: auto;
    pointer-events: none;
}

.tms-future__cont .swiper-arrow-prev img{
	width: 25px;
    height: 25px;
    opacity: .5;
}
.tms-partner_area{
	padding:20px 0;
}

.or_sign{
	text-align:center;
	position:relative;
	margin-bottom: 16px;
}
.or_sign p{
	font-size:14px;
}
.or_sign p:before{
	content:"";
	position:absolute;
	top:12px;
	left:0;
	background:rgba(0,0,0,.125);
	width:80px;
	height:1px;
}
.or_sign p:after{
	content:"";
	position:absolute;
	top:12px;
	right:0;
	background:rgba(0,0,0,.125);
	width:80px;
	height:1px;
}
.reg p:before{
	content:"";
	position:absolute;
	top:12px;
	left:0;
	background:rgba(0,0,0,.125);
	width:130px;
	height:1px;
}
.reg p:after{
	content:"";
	position:absolute;
	top:12px;
	right:0;
	background:rgba(0,0,0,.125);
	width:130px;
	height:1px;
}
.log_btn{
	display: flex;
    align-items: center;
    gap: 10px;
}
.log_btn img{
	width:100%;
}

.signup-area{
    margin: 60px 0;
}
.signup-area .login-box__left .login-box__inner h2{
	text-align:center;
	font-size: 30px;
	margin-bottom: 50px;
}
.signup-area .login-box__left .login-box__inner .earn-item_box{
	text-align:center;
}
.signup-area .login-box__left .login-box__inner .earn-item_box img{
	margin-bottom:20px;
	max-width: 100px;
    height: 100px;
}
.signup-area .login-box__left .login-box__inner .earn-item_box h5{
	font-size: 17px;
    font-weight: 600;
}
.tmc_box a{
	color: var(--black);
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 0.3px;
}
.login-text_label{
	font-weight:600;
}
.consult-btn{
	width: 100%;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
	background:var(--main-color);
	border-color:var(--main-color);
}
.pdp-info_area{
	padding-bottom:90px;
}
.pdp-info_area .pdp-info_box h6{
	font-weight: 600;
    font-size: 15px;
	margin-bottom: 20px;
}
.pdp-info_certificates .imgbox{
	float: left;
    margin-right: 16px;
}
.pdp-info_certificates a{
	display: block;
    color: var(--primary-color);
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.3px;
	text-decoration: underline !important;
}
.customer-say_area{
	padding-bottom:50px;
	position:relative;
}
.customer-say_area .customer-say_box{
	box-shadow: 0 2px 5px rgba(0,0,0,0.10);
    padding: 30px;
    margin: 20px;
    border-radius: 3px;
    background-color: #fff;
}
.customer-say_area .customer-say_box .top-head_box{
	display: flex;
    align-items: center;
    gap: 13px;
	margin-bottom: 10px;
}
.customer-say_area .customer-say_box .top-head_box img{
	max-width: 55px;
    height: 55px;
    border-radius: 50%;
}
.customer-say_area .customer-say_box .top-head_box h5{
	font-size: 17px;
    font-weight: 600;
}
.customer-say_area .customer-say_box .star_box{
	margin-bottom:13px;
}
.customer-say_area .customer-say_box .star_box ul{
	display: flex;
    align-items: center;
    gap: 4px;
}
.customer-say_area .customer-say_box .star_box ul li i{
    color: rgb(251, 188, 4);
}
.customer-say_area .customer-say_box .customer-comment_box{
	min-height:130px;
}
.customer-say_area .customer-say_box .view-google_link img{
	width:20px;
	height:20px;
}
.customer-say_area .customer-say_box .view-google_link{
	color: var(--primary-color);
    font-size: 14px;
}
.customer-say_area .customer_content-box .swiper-arrow-next{
	position: absolute;
    right: 105px;
    top: 50%;
    z-index: 1;
}
.customer-say_area .customer_content-box .swiper-button-disabled{
	opacity: .35;
    cursor: auto;
    pointer-events: none;
}
.customer-say_area .customer_content-box .swiper-arrow-next img{
	width: 30px;
    height: 30px;
    opacity: 0.5;
}
.customer-say_area .customer_content-box .swiper-arrow-prev{
	position: absolute;
    left: 105px;
    top: 50%;
    z-index: 1;
}
.customer-say_area .customer_content-box .swiper-arrow-prev img{
	width: 30px;
    height: 30px;
    opacity: 0.5;
}



/*** home page style ***/


/*** top products ***/
.top-products__area{
	background-color: var(--white);
}
.top-products__area .tp-prod__bg{
	background-color: var(--white);
    border-radius: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top:25px;
    position: relative;
    z-index: 2;
}
.top-prod__type .nav-pills{
	display: flex;
    justify-content: end;
    align-items: center; 
	margin-bottom: 0 !important;
}
.top-prod__type .nav-pills .nav-link.active{
	background-color: transparent;
	color:#000;
}

.top-prod__type .nav-pills .nav-link::after {
    content: "";
    position: absolute;
    bottom: -7px;
    left: 0px;
    border-bottom: 2px solid #e7252f;
    width: 0;
    transition: 0.3s ease;
}

.top-prod__type .nav-pills .nav-link:hover::after, .top-prod__type .nav-pills .nav-link.active::after {
    width: 75%;
}
.top-prod__type .nav-pills .nav-link{
	border-radius: 50px;
    text-transform: capitalize;
    font-size: 18px;
    position: relative;
    font-weight: 600;
    background: transparent;
    border: none;
    padding: 0;
    margin-right: 15px;
    letter-spacing: 0;
    border: none;
    transition: unset;
    color: var(--black);
}

.section__heading h2{
	font-size: 36px;
    color: var(--black);
    font-weight: 300;
    margin-bottom: 0;
}
.section__heading h2 span{
	font-weight: 500;
}

.top-products__area .feature-single__item{
	position: relative;
    padding: 0 0px 15px 0px;
    background: #ffffff;
    transition: 0.3s ease;
    text-align: center;
    border-radius: 10px;
    border: 1px solid #efebeb;
}
.top-products__area .feature-single__item:hover{
	box-shadow: 0 0 21px #00000012;
}
.top-products__area .feature-single__item .feature-img__bx{
	position:relative;
	padding-top: 10px;
}
.top-products__area .feature-single__item .feature-img__bx img{
	width:100%;
}
.top-products__area .feature-single__item .feature-img__bx a{
	width: 220px;
    height: 220px;
    margin: auto;
    display: block;
}
.top-products__area .feature-single__item .feature-img__bx a img{
	min-width: 100%;
    max-width: 100%;
    min-height: 100%;
    max-height: 100%;
    object-fit: contain;
    object-position: center center;
}
.top-products__area .feature-single__item .feature-content h3{
    font-size: 16px;
    margin-bottom: 10px;
    transition: 0.3s ease;
    padding-bottom: 0;
    font-weight: 600;
    line-height: 18px;
    margin-top: 10px;
    padding: 0px 7px;
    min-height: 36px;
}
.top-products__area .feature-single__item .feature-content h3 a{
	color: var(--black);
    transition: 0.3s ease;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.top-products__area .feature-single__item .feature-content .bran{
	font-size: 11px;
    text-transform: capitalize;
    color: var(--black);
    display: block;
    font-weight: 700;
    margin-bottom: 10px;
        min-height: 21px;
}
.top-products__area .feature-single__item .feature-content .bran span{
	font-weight: 600;
    font-size: 14px;
    letter-spacing: 1px;
    color: #e7252f;
}
.top-products__area .feature-single__item .feature-content .price{
	font-size: 25px;
    line-height: 25px;
    font-weight: 600;
    transition: 0.3s ease;
    letter-spacing: 0;
    display: inline-block;
    margin-bottom: 0;
    color: var(--black);
}
.top-products__area .feature-single__item .feature-content .price-old{
	color: #999;
    text-decoration: line-through;
    font-size: 16px;
    font-weight: normal;
    display: inline-block;
    text-align: right;
}
.capacity .capacity__btn
{
    display: flex;
    justify-content: center;
    gap: 2px;
    
}
.top-products__area .feature-single__item .feature-content .capacity{
	margin: 10px 0 15px;
}
.top-products__area .feature-single__item .feature-content .capacity .form-label{
	color: var(--black);
    font-weight: 700;
    font-size: 12px;
}
.top-products__area .feature-single__item .feature-content .capacity .capacity__btn{
	display: flex;
    justify-content: center;
    align-items: center;
	gap: 4px;
}
.top-products__area .feature-single__item .feature-content .capacity .capacity__btn .form-check{
	padding: 0;
    display: inline-block;
    min-height: auto;
}
.top-products__area .feature-single__item .feature-content .capacity .capacity__btn label{
	padding: 0px 12px;
    border-radius: 20px;
    font-size: 10px;
    border: 1px solid #000;
    height: 25px;
    padding-top: 1px;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.top-products__area .feature-single__item .feature-content .capacity .capacity__btn input[type="radio"] {
    display: none;
}
.top-products__area .feature-single__item .feature-content .capacity .capacity__btn input[type="radio"]:checked + label {
    background-color: #333;
    color:#fff
}
.top-products__area .feature-single__item .feature-content .add-to-cart .cart__btn{
	background: var(--main-color);
    color: var(--white);
    font-size: 12px;
    line-height: 12px;
    font-weight: 600;
    border-radius: 50px;
    padding: 0;
    margin-bottom: 0;
    letter-spacing: 0;
    border: none;
    width: 100%;
    height: 43px;
    transition: all .3s ease;
	display: flex;
    justify-content: center;
    align-items: center;
}
.top-products__area .feature-single__item .feature-content .add-to-cart .cart__btn img{
	width: 15px;
    height: 15px;
    display: inline-block;
    vertical-align: sub;
    filter: invert(1);
    margin-left: 10px;
}

.wishlist{
    box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 5px;
	background: var(--white);
    border: none;
    text-align: center;
    transition: 0.3s ease;
    margin-bottom: 0;
    padding: 0;
    margin: 0;
    border-radius: 50px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
	cursor:pointer;
}
.wishlist{
	position: absolute;
    top: 16px;
    right: 7px;
}
.wishlist img{
	width: 20px !important;
    height: 20px !important;
    filter: brightness(0);
    transition: all .3s ease;
}
.swiper-arrow-next{
    box-shadow: 0px 0px 18px -8px #918989;
    position: absolute;
    top: 45%;
    right: 3px;
    left: auto;
    z-index: 2;
    transition: 0.3s ease;
    background: white;
    width: 35px;
    height: 35px;
    text-align: center;
    border-radius: 50%;
    line-height: 32px;
}
.swiper-arrow-prev{
    box-shadow: 0px 0px 18px -8px #918989;
	position: absolute;
	top: 45%;
    left: 3px;
    right: auto;
	z-index:2;
    transition: 0.3s ease;
    background: white;
    width: 35px;
    height: 35px;
    text-align: center;
    border-radius: 50%;
    line-height: 34px;

}
.swiper-button-lock{
	display:block !important;
}

/*** offer-banner ***/
.offer-banner__area{
	padding:70px 0;
	    background: #eff1ff;
}
.offer-banner__area .offer-banner__content h1{
	display: inline-block;
    vertical-align: middle;
    position: relative;
    margin-bottom: 0;
    font-size: 32px;
    line-height: 55px;
    font-weight: 500;
    color: var(--black);
}
.offer-banner__area .offer-banner__content h1 b{
	font-weight: 300;
    display: block;
}
.offer-banner__area .offer-banner__content p{
	color: var(--black);
    margin: 15px 0;
    margin-bottom: 20px;
}
.offer-banner__area .offer-banner__content .select-offer h4{
	font-size: 15px;
    letter-spacing: 1px;
    margin-bottom: 10px;
    font-weight: 600;
    color: var(--black);
}
.offer-banner__area .offer-banner__content .select-offer a{
    min-width: 87px;
    min-height: 30px;
    border-radius: 25px;
    margin-right: 10px;
    display: inline-block;
    text-align: center;
    color: #e7252f;
    border: 1px solid #e7252f;
    font-size: 12px;
    line-height: 3;
    transition: all .3s ease;
    padding: 0px 10px;
}
.offer-banner__area .offer-banner__content .select-offer a:hover {
    background: #e7252f;
    border: 1px solid #e7252f;
    color: #fff;
}
.offer-banner__area .offer-banner__img img{
	border-radius: 20px;
}

/*** brand ***/
.top-brand__area {
    padding: 24px 0;
    margin: 56px 0;
    /* border-bottom: 1px solid #000;
    border-top: 1px solid #000; */
    /* background-color: rgba(191, 198, 254, .25); */
    /* background: radial-gradient(circle, rgba(170, 165, 255, 1) 0%, rgba(198, 198, 255, 1) 35%, rgba(220, 224, 255, 1) 100%); */
    background-color: #ffdcde;
}
.top-brand__area .section__header{
/* 	display: flex;
    justify-content: space-between;
    align-items: center; */
	margin-bottom: 40px;
}
.top-brand__area .section__header .view-all__area{
	text-align:center;
}
.top-brand__area .section__header .view-all__area h4{
	font-size: 15px;
    color: var(--black);
}
.top-brand__area .section__header .view-all__area a{
	font-size: 12px;
    background: var(--white);
    color: var(--black);
    width: 145px;
    height: 37px;
    display: inline-block;
    text-align: center;
    padding: 8px 0;
    border-radius: 25px;
    margin-top: 0;
    transition: all .3s ease;
    text-transform: capitalize;
    line-height: 24px;
}
.top-brand__area .section__heading h1{
	font-size: 32px;
    color: var(--black);
    font-weight: 300;
    margin-bottom: 0;
   /*  display: flex;
    gap: 15px; */
    text-align: center;
}
.top-brand__area .section__heading h1 span{
	font-weight: 500;
	/* display:block */
}
.top-brand__area .top-brand__product{
	position: relative;
    background: var(--white);
    transition: 0.3s ease;
    text-align: center;
    padding: 22px;
    border-radius: 15px;
    margin-bottom: 25px;
}
.top-brand__area .top-brand__product .brand__img{
	margin-bottom: 16px;
	padding-top:10px;
}
.top-brand__area .top-brand__product .brand__img img{
	/* height: 263px;
    width: 263px; */
    width: 100%;
    height: auto;
}
.top-brand__area .top-brand__product .brand__content{
	padding-top: 25px;
}
.top-brand__area .top-brand__product .brand__content h3 {
    font-size: 30px;
    margin-bottom: 10px;
    transition: 0.3s ease;
    padding-bottom: 0;
    font-weight: 600;
    line-height: 18px;
}
.top-brand__area .top-brand__product .brand__content h3 a{
	color: var(--black);
    transition: 0.3s ease;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.top-brand__area .top-brand__product .brand__content .total_product a{
	font-size: 16px;
    line-height: 25px;
    font-weight: 600;
    transition: 0.3s ease;
    letter-spacing: 0;
    display: inline-block;
    margin-bottom: 0;
    color: var(--sub-color);
    text-decoration: underline !important;
}

/*** new arrivals ***/
.new-arrivals__area{
	padding: 35px 0;
}
.new-arrivals__area .section__header{
	display: flex;
    justify-content: space-between;
    align-items: center;
	margin-bottom: 40px;
}
.new-arrivals__area .section__header .view-all__area{
	text-align:center;
}
.new-arrivals__area .section__header .view-all__area h4{
	font-size: 15px;
    color: var(--black);
}
.new-arrivals__area .section__header .view-all__area a{
	font-size: 12px;
    background: var(--main-color);
    color: var(--white);
    width: 145px;
    height: 37px;
    display: inline-block;
    text-align: center;
    padding: 8px 0;
    border-radius: 25px;
    margin-top: 0;
    transition: all .3s ease;
    text-transform: capitalize;
    line-height: 24px;
}
.new-arrivals__area .section__heading h1{
	font-size: 32px;
    color: var(--black);
    font-weight: 500;
    margin-bottom: 0;
}
.new-arrivals__area .section__heading h1 span{
	font-weight: 500;
	display:block
}
.new-arrivals__area .new-arrivals-single__item{
	position: relative;
    box-shadow: rgba(0, 0, 0, 0.04) 0px 1px 9px;
    padding: 20px;
    margin: 12px;
    background: #ffffff;
    transition: 0.3s ease;
    text-align: center;
    border-radius: 15px;
    /* border: 1px solid #efebeb; */
}
.new-arrivals__area .new-arrivals-single__item:hover{
	box-shadow: 0 0 21px #00000012;
}
.new-arrivals__area .new-arrivals-single__item .new-arrivals-img__bx{
	position:relative;
	padding-top: 10px;
}
.new-arrivals__area .new-arrivals-single__item .new-arrivals-img__bx img{
	width:100%;
}
/* .new-arrivals__area .new-arrivals-single__item .new-arrivals-img__bx a{
	width: 220px;
    height: 220px;
    margin: auto;
    display: block;
} */
.new-arrivals__area .new-arrivals-single__item .new-arrivals-img__bx a{
	width: auto;
    height: 226px;
    margin: auto;
    display: block;
    border-radius: 10px;
}
.new-arrivals__area .new-arrivals-single__item .new-arrivals-img__bx a img{
	min-width: 100%;
    max-width: 100%;
    min-height: 100%;
    max-height: 100%;
    object-fit: contain;
    object-position: center center;
    border-radius: 10px;
}
.new-arrivals__area .new-arrivals-single__item .new-arrivals-content h3{
    font-size: 16px;
    margin: 20px 0;
    text-align: left;
    transition: 0.3s ease;
    padding-bottom: 0;
    font-weight: 300;
    line-height: 18px;
    /* padding: 0px 7px; */
    min-height: 36px;
}
.new-arrivals__area .new-arrivals-single__item .new-arrivals-content h3 a{
	color: var(--black);
    transition: 0.3s ease;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.new-arrivals__area .new-arrivals-single__item .new-arrivals-content .bran{
	font-size: 11px;
    text-transform: capitalize;
    color: var(--black);
    display: block;
    font-weight: 700;
    /* margin-bottom: 10px; */
        min-height: 21px;
}
.new-arrivals__area .new-arrivals-single__item .new-arrivals-content .bran span{
	font-weight: 600;
    font-size: 14px;
    letter-spacing: 1px;
    color:#e7252f;
 }
.new-arrivals__area .product-detail-flexbox{
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}
.new-arrivals__area .bran-span{
    display: block;
    color:#e7252f ;
}
.new-arrivals__area .new-arrivals-single__item .new-arrivals-content .price{
	font-size: 16px;
    line-height: 25px;
    font-weight: 600;
    transition: 0.3s ease;
    letter-spacing: 0;
    display: inline-block;
    margin-bottom: 0;
    margin-top: 6px;
    color: var(--black);
}
.new-arrivals__area .new-arrivals-single__item .new-arrivals-content .bran span.price-old{
    font-size: 13px;
}
.new-arrivals__area .new-arrivals-single__item .new-arrivals-content .price-old{
	color: #999;
    text-decoration: line-through;
    font-size: 13px;
    font-weight: normal;
    display: inline-block;
    text-align: right;
        margin-left: 6px;
}
 .new-arrivals__area .new-arrivals-single__item .new-arrivals-content .capacity{
	margin: 10px 0 15px;
} 

.new-arrivals__area .new-arrivals-single__item .new-arrivals-content .capacity .form-label{
	color: var(--black);
    font-weight: 700;
    font-size: 12px;
}
.new-arrivals__area .new-arrivals-single__item .new-arrivals-content .capacity .capacity__btn{
	display: flex;
    justify-content: center;
    align-items: center;
	gap: 4px;
}
.new-arrivals__area .new-arrivals-single__item .new-arrivals-content .capacity .capacity__btn .form-check{
	padding: 0;
    display: inline-block;
    min-height: auto;
}
.new-arrivals__area .new-arrivals-single__item .new-arrivals-content .capacity .capacity__btn label{
	padding: 0px 12px;
    border-radius: 20px;
    font-size: 10px;
    border: 1px solid #000;
    height: 25px;
    padding-top: 1px;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.new-arrivals__area .new-arrivals-single__item .new-arrivals-content .capacity .capacity__btn input[type="radio"] {
    display: none;
}
.new-arrivals__area .new-arrivals-single__item .new-arrivals-content .capacity .capacity__btn input[type="radio"]:checked+label {
    background-color: #333;
    color:#fff
}
.new-arrivals__area .new-arrivals-single__item .new-arrivals-content .add-to-cart .cart__btn{
	background: var(--main-color);
    color: var(--white);
    font-size: 12px;
    line-height: 12px;
    font-weight: 600;
    border-radius: 50px;
    padding: 0;
    margin-bottom: 0;
    letter-spacing: 0;
    border: none;
    width: 100%;
    height: 37px;
    transition: all .3s ease;
	display: flex;
    justify-content: center;
    align-items: center;
}
.new-arrivals__area .new-arrivals-single__item .new-arrivals-content .add-to-cart .cart__btn img{
	width: 15px;
    height: 15px;
    display: inline-block;
    vertical-align: sub;
    filter: invert(1);
    margin-left: 10px;
}



/*** blog ***/
.blog__area{
	padding: 70px 0;
   /*  background-color: rgba(191, 198, 254, .25); */
   /* background: radial-gradient(circle, rgba(170,165,255,1) 0%, rgba(198,198,255,1) 35%, rgba(220,224,255,1) 100%); */
   background-color: #ffdcde;

}
.blog__area .section__heading{
	width: 570px;
    margin: 0 auto;
}
.blog__area .section__heading h1{
	font-size: 32px;
    color: var(--black);
    font-weight: 300;
    margin-bottom: 20px;
}
.blog__area .section__heading p{
	margin-bottom: 20px;
    color: var(--black);
}
.blog__area .section__heading h1 span{
	font-weight: 500;
}
.blog__area .blog__wrap .single-blog__item{
	position: relative;
    border-radius: 20px;
    border: none;
    text-align: left;
    background-color: var(--white);
    box-shadow: 0px 0px 28px rgba(0, 0, 0, 0.07);
}
.blog__area .blog__wrap .single-blog__item .blog__img img{
	border-radius: 10px 10px 0 0;
    border: 0;
    padding: 0;
    width: -webkit-fill-available;
}

.blog_short
{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp:3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-bottom: 15px;
}

.blog__area .blog__wrap .single-blog__item .blog__content{
	padding: 15px;
}
.blog__area .blog__wrap .single-blog__item .blog__content .blog-title__header{
	display: flex;
    justify-content: space-between;
    align-items: center;
    text-align:center;
}
.blog__area .blog__wrap .single-blog__item .blog__content .blog-title__header h4{
	line-height:16px;
	text-align: start;
}
.blog__area .blog__wrap .single-blog__item .blog__content .blog-title__header h4 a{
	font-size: 15px;
    text-transform: capitalize;
    line-height: 20px;
    padding-bottom: 0;
    overflow: hidden;
    margin: 0;
    transition: all .3s ease;
    font-weight: 600;
    color: var(--black);
}
.blog__area .blog__wrap .single-blog__item .blog__content .blog-title__header .blog-dt{
	display: inline-block;
    font-size: 12px;
    text-transform: capitalize;
    color: var(--black);
    font-weight: 500;
}


/*** type ***/
.type__area{
	padding: 15px 0px 30px 0px;
    /*background-color: rgba(191, 198, 254, .25);*/
}
.type__area .section__heading{
	/*width: 570px;*/
    margin: 0 auto;
}
.type__area .section__heading h1{
	font-size: 32px;
    color: var(--black);
    font-weight: 300;
    margin-bottom: 35px;
}
.type__area .section__heading p{
	margin-bottom: 20px;
    color: var(--black);
}
.type__area .section__heading h1 span{
	font-weight: 500;
}
.type__area .type__wrap .single-type__item{
	position: relative;
    border-radius: 15px; 
    /* border: 1px solid #e3e4e9; */
    box-shadow: rgba(0, 0, 0, 0.04) 0px 1px 9px;
    text-align: left;
    padding: 30px 30px 0 30px;
    margin: 12px;
    /* background-color: var(--white); */
    background-color: #ffdcde;
    height: auto !important;
}
.type__area .type__wrap .single-type__item .type__img img{
	border-radius: 15px 15px 0 0;
    border: 0;
    padding: 0;
    width: -webkit-fill-available;
    width: 100%;
    /* height:100%; */
    height:auto;
    /* object-fit: contain; */
    
}

.type__area .single-type__item .type__img{
  /*   height: 370px; */
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.type_short
{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp:3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-bottom: 15px;
}

.type__area .type__wrap .single-type__item .type__content{
	padding: 15px;
    margin-top: 15px;
}
.type__area .type__wrap .single-type__item .type__content .type-title__header{
	display: flex;
    justify-content: center;
    align-items: center;
}
.type__area .type__wrap .single-type__item .type__content .type-title__header h4{
	line-height:20px;
}
.type__area .type__wrap .single-type__item .type__content .type-title__header h4 a{
	font-size: 15px;
    text-transform: capitalize;
    line-height: 20px;
    padding-bottom: 0;
    overflow: hidden;
    margin: 0;
    transition: all .3s ease;
    font-weight: 600;
    color:#262625;
}
.type__area .type__wrap .single-type__item .type__content .type-title__header .type-dt{
	display: inline-block;
    font-size: 12px;
    text-transform: capitalize;
    color: var(--black);
    font-weight: 500;
}
.read-link .read-more__btn{
	background: var(--main-color);
    width: 100%;
    height: 37px;
    transition: 0.3s ease;
    text-transform: capitalize;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    border-radius: 50px;
}
.read-link .read-more__btn:hover{
	background: var(--sub-color);
}

/*** footer ***/
.news-lborder{
	width:30%;
}
.lborder{
	width: 20%;
}

/*=============================
   product-category
=============================*/

.add-to-cart{
    /* padding: 0 15px 15px 15px; */
    padding: 0 0px 15px 0;
}
.product-categoey__area .product-categoey-single__item{
    position: relative;
    padding: 0 0px 15px 0px;
    background: #ffffff;
    transition: 0.3s ease;
    text-align: center;
    border-radius: 10px;
    border: 1px solid #efebeb;
	margin-bottom: 20px;
}
.product-categoey__area .product-categoey-single__item .product-categoey-img__bx {
    position: relative;
}
.product-categoey__area .product-categoey-single__item .product-categoey-img__bx a{
	width: 220px;
    height: 220px;
    margin: auto;
    display: block;
}
.product-categoey__area .product-categoey-single__item .product-categoey-img__bx img {
    width: 100%;
}
.product-categoey__area .product-categoey-single__item .product-categoey-img__bx a img {
    min-width: 100%;
    max-width: 100%;
    min-height: 100%;
    max-height: 100%;
    object-fit: contain;
    object-position: center center;
}
.product-categoey__area .product-categoey-single__item .product-categoey-content h3{
	font-size: 16px;
    margin-bottom: 10px;
    transition: 0.3s ease;
    padding-bottom: 0;
    font-weight: 300;
    line-height: 18px;
	min-height: 36px;
}
.product-categoey__area .product-categoey-single__item .product-categoey-content h3 a{
	color: var(--black);
    transition: 0.3s ease;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.product-categoey__area .product-categoey-single__item .product-categoey-content .bran{
	font-size: 11px;
    text-transform: capitalize;
    color: var(--black);
    display: block;
    font-weight: 700;
    margin-bottom: 10px;
        min-height: 21px;
}
.product-categoey__area .product-categoey-single__item .product-categoey-content .bran span{
	font-weight: 600;
    font-size: 14px;
    letter-spacing: 1px;
    color: #e7252f;
}
.product-categoey__area .product-categoey-single__item .product-categoey-content .price{
	font-size: 16px;
    line-height: 25px;
    font-weight: 600;
    transition: 0.3s ease;
    letter-spacing: 0;
    display: inline-block;
    margin-bottom: 0;
    color: var(--black);
}
.product-categoey__area .product-categoey-single__item .product-categoey-content .price-old{
	color: #999;
    text-decoration: line-through;
    font-size: 13px;
    font-weight: normal;
    display: inline-block;
    text-align: right;
    margin-left:6px;
}
.product-categoey__area .product-categoey-single__item .product-categoey-content .capacity{
	margin: 10px 0 15px;
}
.product-categoey__area .product-categoey-single__item .product-categoey-content .capacity .form-label{
	color: var(--black);
    font-weight: 700;
    font-size: 12px;
}
.product-categoey__area .product-categoey-single__item .new-arrivals-content .capacity .capacity__btn{
	display: flex;
    justify-content: center;
    align-items: center;
	gap: 4px;
}
.product-categoey__area .product-categoey-single__item .product-categoey-content .capacity .capacity__btn .form-check{
	padding: 0;
    display: inline-block;
    min-height: auto;
}
.product-categoey__area .product-categoey-single__item .product-categoey-content .capacity .capacity__btn label{
	padding: 0px 12px;
    border-radius: 20px;
    font-size: 10px;
    border: 1px solid #000;
    height: 25px;
    padding-top: 1px;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.product-categoey__area .product-categoey-single__item .product-categoey-content .capacity .capacity__btn input[type="radio"] {
    display: none;
}



.product-categoey__area .product-categoey-single__item .product-categoey-content .add-to-cart .cart__btn{
	background: var(--main-color);
    color: var(--white);
    font-size: 12px;
    line-height: 12px;
    font-weight: 600;
    border-radius: 50px;
    padding: 0;
    margin-bottom: 0;
    letter-spacing: 0;
    border: none;
    width: 100%;
    height: 43px;
    transition: all .3s ease;
	display: flex;
    justify-content: center;
    align-items: center;
}
.product-categoey__area .product-categoey-single__item .product-categoey-content .add-to-cart .cart__btn img{
	width: 15px;
    height: 15px;
    display: inline-block;
    vertical-align: sub;
    filter: invert(1);
    margin-left: 10px;
}

/*==============================
   product details 
==============================*/

/*** related product ***/
.related-product__area{
	padding-bottom:70px;
}
.related-product__area .section__heading{
	margin-bottom:30px;
}
.related-product__area .section__heading h1{
	display: inline-block;
    vertical-align: middle;
    position: relative;
    font-size: 32px;
    line-height: 55px;
    font-weight: 500;
    margin-bottom: 0px;
    color: var(--black);
}

.related-product__area .related-product-single__item{
	position: relative;
    padding: 0 0px 15px 0px;
    background: #ffffff;
    transition: 0.3s ease;
    text-align: center;
    border-radius: 10px;
    border: 1px solid #efebeb;
}
.related-product__area .related-product-single__item:hover{
	box-shadow: 0 0 21px #00000012;
}
.related-product__area .related-product-single__item .related-product-img__bx{
	position:relative;
	padding-top: 10px;
}
.related-product__area .related-product-single__item .related-product-img__bx img{
	width:100%;
}
.related-product__area .related-product-single__item .related-product-img__bx a img{
	width:100%;
	max-width: 175px;
    max-height: 175px;
}
.related-product__area .related-product-single__item .related-product-content h3{
	font-size: 18px;
    margin-bottom: 10px;
    transition: 0.3s ease;
    padding-bottom: 0;
    font-weight: 600;
    line-height: 18px;
}
.related-product__area .related-product-single__item .related-product-content h3 a{
	color: var(--black);
    transition: 0.3s ease;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.related-product__area .related-product-single__item .related-product-content .bran{
	font-size: 11px;
    text-transform: capitalize;
    color: var(--black);
    display: block;
    font-weight: 700;
    margin-bottom: 10px;
        min-height: 21px;
}
.related-product__area .related-product-single__item .related-product-content .bran span{
	font-weight: 600;
    font-size: 14px;
    letter-spacing: 1px;
    color: var(--black);
}
.related-product__area .related-product-single__item .related-product-content .price{
	font-size: 25px;
    line-height: 25px;
    font-weight: 600;
    transition: 0.3s ease;
    letter-spacing: 0;
    display: inline-block;
    margin-bottom: 0;
    color: var(--black);
}
.related-product__area .related-product-single__item .related-product-content .price-old{
	color: #999;
    text-decoration: line-through;
    font-size: 16px;
    font-weight: normal;
    display: inline-block;
    text-align: right;
}
.related-product__area .related-product-single__item .related-product-content .capacity{
	margin: 10px 0 15px;
}
.related-product__area .related-product-single__item .related-product-content .capacity .form-label{
	color: var(--black);
    font-weight: 700;
    font-size: 12px;
}
.related-product__area .related-product-single__item .related-product-content .capacity .capacity__btn{
	display: flex;
    justify-content: center;
    align-items: center;
	gap: 4px;
}
.related-product__area .related-product-single__item .related-product-content .capacity .capacity__btn .form-check{
	padding: 0;
    display: inline-block;
    min-height: auto;
}
.related-product__area .related-product-single__item .related-product-content .capacity .capacity__btn label{
	padding: 0px 12px;
    border-radius: 20px;
    font-size: 10px;
    border: 1px solid #000;
    height: 25px;
    padding-top: 1px;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.related-product__area .related-product-single__item .related-product-content .capacity .capacity__btn input[type="radio"] {
    display: none;
}
.related-product__area .related-product-single__item .related-product-content .capacity .capacity__btn input[type="radio"]:checked+label {
    background-color: #333;
    color:#fff
}
.related-product__area .related-product-single__item .related-product-content .add-to-cart .cart__btn{
	background: var(--main-color);
    color: var(--white);
    font-size: 12px;
    line-height: 12px;
    font-weight: 600;
    border-radius: 50px;
    padding: 0;
    margin-bottom: 0;
    letter-spacing: 0;
    border: none;
    width: 100%;
    height: 43px;
    transition: all .3s ease;
	display: flex;
    justify-content: center;
    align-items: center;
}
.related-product__area .related-product-single__item .related-product-content .add-to-cart .cart__btn img{
	width: 15px;
    height: 15px;
    display: inline-block;
    vertical-align: sub;
    filter: invert(1);
    margin-left: 10px;
}

/*Ajax loder*/

.lds-dual-ring.hidden { 
display: none;
}
.lds-dual-ring {
  display: inline-block;
  width: 80px;
  height: 80px;
}
.lds-dual-ring:after {
  content: " ";
  display: block;
  width: 64px;
  height: 64px;
  margin: 5% auto;
  border-radius: 50%;
  border: 10px solid #fff;
  border-color: #e5e52f #fff #e7252f #fff;
  animation: lds-dual-ring 1.2s linear infinite;
  margin-top: 15%;
}
@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}


.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,.8);
    z-index: 999;
    opacity: 1;
    transition: all 0.5s;
}

.notfoundProductView
{
    margin: 84px 0px;
    text-align: center;
    display: flex;
    justify-content: center;
    font-size: 20px;
    color: #e7252f;
}

.capacity__btn .button {
  width: 90px;
    height: 25px;
    position: relative;
}

.capacity__btn .button label,
.capacity__btn .button input {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.capacity__btn .button input[type="radio"] {
  opacity: 0.011;
  z-index: 100;
}

.capacity__btn .button .productsize.checked 
{
  background-color: #333 !important;
  color:#fff !important;
}

.capacity__btn .button label {
  cursor: pointer;
  z-index: 90;
  line-height: 1.8em;
}



/* menu toggle */

.menu-toggle {
    position: relative;
    width: 40px;
    height: 40px;
    cursor: not-allowed;
    display: flex;
    justify-content: center;
    align-items: center;
}

.menu-toggle::before {
    content: '';
    position: absolute;
    width: 24px;
    height: 4px;
    background: #000;
    box-shadow: 0 8px 0 #000,
                0 -8px 0 #000;
}

/* profile menu */

.profile {
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 12px;
    cursor: pointer;
    text-align: end;
}

.profile h3 {
    text-align: end;
    line-height: 1;
    margin-bottom: 4px;
    font-weight: 600;
}

.profile p {
    line-height: 1;
    font-size: 14px;
    opacity: .6;
}

.profile .img-box {
    position: relative;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    overflow: hidden;
}

.profile .img-box img {
    position: absolute;
    top: 15px;
    left: 15px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* menu (the right one) */

.menu {
    position: absolute;
    top: calc(100% + -5px);
    right: 265px;
    width: 200px;
    min-height: 100px;
    background: #fff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .2);
    opacity: 0;
    transform: translateY(-10px);
    visibility: hidden;
    transition: 300ms;
}

.menu::before {
    content: '';
    position: absolute;
    top: -10px;
    right: 14px;
    width: 20px;
    height: 20px;
    background: #fff;
    transform: rotate(45deg);
    z-index: -1;
}

.menu.active {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
}

/* menu links */

.menu ul {
    position: relative;
    display: flex;
    flex-direction: column;
    z-index: 10;
    background: #fff;
}

.menu ul li {
    list-style: none;
}

.menu ul li:hover {
    background: #eee;
}

.menu ul li a {
    text-decoration: none;
    color: #000;
    display: flex;
    align-items: center;
    padding: 15px 20px;
    gap: 6px;
}

.menu ul li a i {
    font-size: 1.2em;
}

.search-wrapper {
    margin: 0px auto 0px auto;
    border-radius: 5px;
    background: transparent;
    box-shadow: 0 4px 20px -2px #e9e9e9;
        display: flex;

}
.error
{
    color:red;
}
.coupon_error
{
	color: red;
    font-size: 12px;
    padding-left: 5px;
}

.applied_coupon
{
	color: #79bd79;
    font-size: 14px;
}
.applied_coupon .coupon_code
{
	font-weight: bold;
}

/* Form text input */

.search-wrapper input {
  width: 100%;
    height: 45px;
    padding: 10px 5px;
    float: left;
    font: bold 13px;
    border: 0;
    background: #fff;
    border-radius: 5px 0px 0px 5px;
    border-top-style: none;
}

.search-wrapper input:focus {
    outline: 0;
    background: #fff;
    box-shadow: 0 0 2px rgba(0,0,0,0.8) inset;
}

.search-wrapper input::-webkit-input-placeholder {
   color: #999;
   font-weight: normal;
   font-style: italic;
  padding-left: 20px;
}

.search-wrapper input:-moz-placeholder {
    
    color: #999;
    font-weight: normal;
    font-style: italic;
}

.search-wrapper input:-ms-input-placeholder {
    color: #999;
    font-weight: normal;
    font-style: italic;
  border-style: none;
}   

/* Form submit button */
.search-wrapper button {
    overflow: visible;
    position: relative;
    float: right;
    border: 0;
    padding: 0;
    cursor: pointer;
    height: 45px;
    width: 110px;
    /* font: 13px / 40px 'lucida sans', 'trebuchet MS', 'Tahoma'; */
    color: #fff;
    text-transform: uppercase;
    background: #eb1c26;
    border-radius: 0px 5px 5px 0px;
    text-shadow: 0 -1px 0 rgba(0, 0 ,0, .3);
}  

.modal-header .btn-close
{
    z-index: 1;
}

.book-an-appointment_form .form-group
{
    margin-bottom: 25px;
}
.search-wrapper button:hover{    
/*     background: #e54040; */
}  

.search-wrapper button:active,
.search-wrapper button:focus{  
    background: #131414;
    outline: 0;  
}

.search-wrapper button:focus:before,
.search-wrapper button:active:before{
        border-right-color: #c42f2f;
}     

.search-wrapper button::-moz-focus-inner { /* remove extra button spacing for Mozilla Firefox */
    border: 0;
    padding: 0;
} 

.wrapper {
  margin: 0 auto;
  max-width: 960px;
  width: 100%;
  padding: 0px 15px 15px 15px;
}

.master {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

h1 {
  font-size: 20px;
  margin-bottom: 20px;
}

h2 {
     font-size: 17px;
}

.rating-component {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fill-available;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 10px;
}

.rating-component .status-msg {
  margin-bottom: 10px;
  text-align: center;
}

.rating-component .status-msg strong {
  display: block;
  font-weight: bold;
  margin-bottom: 10px;
}

.rating-component .stars-box {
  -ms-flex-item-align: center;
  align-self: center;
  margin-bottom: 15px;
}

.rating-component .stars-box .star {
  color: #ccc;
  cursor: pointer;
  font-size: 25px;
}

.rating-component .stars-box .star.hover {
  color: #ffe949;
}

.rating-component .stars-box .star.selected {
  color: #ffe949;
}

.feedback-tags {
      width: -webkit-fill-available;
}

.feedback-tags .tags-container {
  display: none;
}

.feedback-tags .tags-container .question-tag {
  text-align: center;
  margin-bottom: 40px;
}

.feedback-tags .tags-box {
  display: -webkit-box;
  display: -ms-flexbox;
  text-align: center;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.feedback-tags .tags-container .make-compliment {
  padding-bottom: 20px;
}

.feedback-tags .tags-container .make-compliment .compliment-container {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.feedback-tags
  .tags-container
  .make-compliment
  .compliment-container
  .fa-smile-wink {
  color: #ffe949;
  cursor: pointer;
  font-size: 40px;
  margin-top: 15px;
  -webkit-animation-name: compliment;
  animation-name: compliment;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

.feedback-tags
  .tags-container
  .make-compliment
  .compliment-container
  .list-of-compliment {
  display: none;
  margin-top: 15px;
}

.feedback-tags .tag {
  border: 1px solid red;
    border-radius: 5px;
    color: #56554a;
    cursor: pointer;
    margin-bottom: 10px;
    padding: 10px;
}

.feedback-tags .tag.choosed {
  background-color: #ffe949;
  color: #fff;
}

.list-of-compliment ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.list-of-compliment ul li {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 10px;
  margin-left: 20px;
  min-width: 90px;
}

.list-of-compliment ul li:first-child {
  margin-left: 0;
}

.list-of-compliment ul li .icon-compliment {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #ffe949;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 70px;
  margin-bottom: 15px;
  overflow: hidden;
  padding: 0 10px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 70px;
}

.list-of-compliment ul li .icon-compliment i {
  color: #ffe949;
  font-size: 30px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.list-of-compliment ul li.actived .icon-compliment {
  background-color: #ffe949;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.list-of-compliment ul li.actived .icon-compliment i {
  color: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.button-box .done {
  background-color: #0c0b0b;
  border: 1px solid #0c0b0b;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  display: none;
  min-width: 100px;
  padding: 10px;
}

.button-box .done:disabled,
.button-box .done[disabled] {
  border: 1px solid #0c0b0b;
  background-color: #0c0b0b;
  color: #fff;
  cursor: initial;
}

.submited-box {
  display: none;
  padding: 20px;
  text-align: center;
}

.submited-box .loader,
.submited-box .success-message {
  display: none;
}

.submited-box .loader {
  border: 5px solid transparent;
  border-top: 5px solid #4dc7b7;
  border-bottom: 5px solid #ffe949;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: spin 0.8s linear infinite;
  animation: spin 0.8s linear infinite;
  z-index:99999;
}

@-webkit-keyframes compliment {
  1% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  25% {
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg);
  }

  50% {
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
  }

  75% {
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@keyframes compliment {
  1% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  25% {
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg);
  }

  50% {
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
  }

  75% {
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.rate {
    /* float: left; */
    height: 46px;
    /* padding: 0 10px; */
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}
.rate:not(:checked) > input {
    position:absolute;
    top:-9999px;
}
.rate:not(:checked) > label {
    float:right;
    width:1em;
    overflow:hidden;
    white-space:nowrap;
    cursor:pointer;
    font-size:20px;
}
.rate:not(:checked) > label:before {
    content: '★ ';
}
.rate .checkedstar {
    color: #ffc700;    
}
.rate  label {
    color: #ccc;    
}

.vr {
    display: inline-block;
    align-self: stretch;
    width: 2px;
    height: 29px;
    background-color: #14111782;
    opacity: .25;
}

/*blog css*/
.blog .header {
  grid-column: 2 / 5;
}

.blog .heading {
  font-family: Montserrat, sans-serif;
}

.blog .header .subheading {
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  font-size: smaller;
  color: #455A64;
}

.blog .content {
  grid-column: 2 / 3;
  text-align: justify;
  font-size: 1.1rem;
  line-height: 1.4;
}

.blog .content .poster-image {
  width: 100%;
  object-fit: cover;
}

.aside .heading {
  margin: 0;
  font-weight: 600;
}




.blog .card {
  height: 5rem;
  display: flex;
  align-items: center;
  text-transform: capitalize;
  margin: 1rem 0;
  cursor: pointer;
  flex-direction: row;
  margin-top: 0px;
}
.blog .card img {
  height: 100%;
  width: 40%;
  margin-right: 0.5rem;
}

.blog .card p {
  margin: 0;
}

.blog .card .title {
  font-size: 14px;
    color: #726969;
    text-align: left;
}

.blog .card .author {
  font-size: small;
}

.timeline-item {
    background: #fff;
    border: 1px solid #eeeeee;
    border-radius: 3px;
    padding: 12px;

    margin: 0 auto;
    max-width: 100%;
    
}

@keyframes placeHolderShimmer{
    0%{
        background-position: -20px 0
    }
    100%{
        background-position: 468px 0
    }
}

.animated-background {
    animation-duration: 1.5s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: placeHolderShimmer;
    animation-timing-function: linear;
    background: #CCD1D9;
    background: linear-gradient(to right, #f5f5f4 8%, #E7E6E6 18%, #f5f5f4 33%);
    background-size: 800px 104px;
    height: 96px;
    position: relative;
}


.background-masker {
    background: #fff;
    position: absolute;
}

/* Every thing below this is just positioning */

.background-masker.header-top,
.background-masker.header-bottom,
.background-masker.subheader-bottom {
    top: 0;
    left: 40px;
    right: 0;
    height: 10px;
}

.background-masker.header-left,
.background-masker.subheader-left,
.background-masker.header-right,
.background-masker.subheader-right {
    top: 10px;
    left: 40px;
    height: 8px;
    width: 10px;
}

.background-masker.header-bottom {
    top: 18px;
    height: 6px;
}

.background-masker.subheader-left,
.background-masker.subheader-right {
    top: 24px;
    height: 6px;
}


.background-masker.header-right,
.background-masker.subheader-right {
    width: auto;
    left: 300px;
    right: 0;
}

.background-masker.subheader-right {
    left: 230px;
}

.background-masker.subheader-bottom {
    top: 30px;
    height: 10px;
}

.background-masker.content-top,
.background-masker.content-second-line,
.background-masker.content-third-line,
.background-masker.content-second-end,
.background-masker.content-third-end,
.background-masker.content-first-end {
    top: 40px;
    left: 0;
    right: 0;
    height: 6px;
}

.background-masker.content-top {
    height:20px;
}

.background-masker.content-first-end,
.background-masker.content-second-end,
.background-masker.content-third-end{
    width: auto;
    left: 380px;
    right: 0;
    top: 60px;
    height: 8px;
}

.background-masker.content-second-line  {
    top: 68px;
}

.background-masker.content-second-end {
    left: 420px;
    top: 74px;
}

.background-masker.content-third-line {
    top: 82px;
}

.background-masker.content-third-end {
    left: 300px;
    top: 88px;
}

.form-control-required {
    color:red;
    font-size: 20px;
    top: 0px;
}

.submenu .submenu-menu__box{
	position: absolute;
    top: 100%;
    min-width: 220px;
    padding: 10px;
    border-top: 1px solid #D4D4D4;
    background: linear-gradient(180deg, #F9F9F8 0%, #FFF 100%);
    display: none;
    /* box-shadow: 0px 0px 1px #9b9292;*/
    z-index: 99;
}
.head-bottom .navbar .navbar-nav .nav-item.submenu:hover .submenu-menu__box{
	display: block;
}

.submenu .submenu-menu__box .submenu-menu__item .submenu-menu__navitem{
	color: var(--black);
    font-size: 14px;
    font-weight: 400;
}

li.submenu-menu__link
{
    padding: 5px;
}
.submenu-menu__link a:hover
{
    color: #e7252f !important;
}
.outofstock_btn
{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 42px;
    border: 1px solid #dbd5d5;
    background-color: #cdc6c6;
    color: var(--white, #FFF);
    text-align: center;
    font-size: 17px;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
    /* border-top-left-radius: 100px; */
    /* border-bottom-left-radius: 100px;*/
}

.pdp-image-one {
    width: 470px;
    height: 470px;
    margin: 0 auto;
    /*background-color: #F9F9F9;*/
}

.pdp-image-one img {
    min-width: 100%;
    max-width: 100%;
    min-height: 100%;
    max-height: 100%;
    object-fit: contain;
}


.faq .card
{
    margin-bottom:10px;
}


.faq .card .card-header
{
    border-bottom: none;
}



.faq .card .faq-title .badge
{
    color:red;
}

.faq .card .faq-title
{
    cursor: pointer;
}






.navbar{
	/* background: radial-gradient(circle, rgba(165, 100, 32, 1) 0%, rgba(0, 0, 0, 1) 100%); */
	background:#fff;
    border-radius: 30px;
}
/* .head-bottom{
	position: absolute;
    z-index: 999;
    width: 100%;
    padding:6px 18px;
} */

.mega-menu__list-item{
    padding: 20px;
    border-radius: 15px;
}
.mega-menu__list-item:first-child{
    /*background-color: #e5e5e5;*/
}

.all-alfa-name a{
    display: inline-block;
    border: 1px solid #868686;
    padding: 8px;
    font-size: 16px;
    color: #000;
    line-height: 17px;
    height: 32px;
    width: 32px;
    margin: 0 2px;
}
.all-alfa-name a:hover{
    background-color: var(--main-color);
    color: #fff;
    border: 1px solid var(--main-color);
}

.menu-alfa{
    padding: 8px 15px;
    background-color: #e5e5e5;
    border-radius: 5px;
    color: 0;
    font-size: 16px;
    margin-bottom: 15px;
    font-weight: 700;
}

.alfa-menu-name ul li{
    width: 31%;
    display: inline-block;
    padding: 3px 12px;
    margin-right: 20px;
}
.all-brand-menus{
    padding-bottom: 65px;
}
.all-brand-menus-box{
    margin-top: 32px;
}
.all-brand-menus-box:first-child{
    margin-top:10px;
}

.all-brand-page{
    padding-bottom: 0px !important;
}
.ads-section .ads-img img{
    width: 100%;
    height: auto;
}
.ads-section .ads-img{
    margin: 12px 0;
}

.top-brand__area .swiper-pagination {
    position: absolute !important;
    bottom: -2% !important;
    left: 2% !important;
    text-align: start !important;
}
.top-brand__area  .swiper-pagination-bullet {
    width: 13px !important;
    height: 13px !important;
    background: transparent !important;
    border-radius: 50px !important;
    border: 2px solid #d70707;
}