@import url('https://fonts.googleapis.com/css2?family=Parisienne&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');



.header{
    padding-top: 30px;
}
.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: 300;
    padding: 4px;
    border-radius: 20px;
    letter-spacing: 0.42px;
    text-transform: uppercase;
    color: var(--white);
    background-color: #908D65;
}
.head-top__icon p{
    margin-left: 5px;
    color: var(--primary-color,#2A2A2A);
    font-family: Segoe UI;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0;
}
.head-top__logo a{
    color: #000;
    font-family: Didot;
    font-size: 80px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 24.8px;
}
.head-bottom .navbar .navbar-nav{
    gap: 90px;
}
.head-bottom .navbar .navbar-nav .nav-item .nav-link{
    position: relative;
    color: var(--primary-color,#2A2A2A);
    font-family: 'Mulish';
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 0.12em;
    padding: 50px 0;
}
.head-bottom .navbar .navbar-nav .nav-item .nav-link:hover{
    color: #b9a87a;
}
.head-bottom .navbar .navbar-nav .nav-item .nav-link::after{
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    width: 0px;
    height: 3px;
    background-color: #908D65;
    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);
}
.head-bottom{
    position: relative;
}
.mega-menu__box{
    position: absolute;
    left: 0;
    top: 132px;
    width: 100%;
    min-height: 752px;
    visibility: hidden;
    z-index: 99999;
    padding: 39px 50px;
    border-top: 1px solid #D4D4D4;
    background: linear-gradient(180deg, #F9F9F8 0%, #FFF 100%);
}
.head-bottom .navbar .navbar-nav .nav-item.mega-menu:hover .mega-menu__box{
    visibility: visible;
}
.mega-menu__list{
    display: flex;
    padding-left: 127px;
}
.mega-menu__list .mega-menu__list-item {
    width: 25%;
    
}
.mm-content-title{
    color: var(--primary-color,#2A2A2A);
    font-family: Segoe UI;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 24px;
}
.mm-list .mm-list__item:not(:last-child) {
    margin-bottom: 24px;
}
.mm-list .mm-list__item .mm-list__item-link {
    color: var(--black,#000);
    font-family: Segoe UI;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 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: Segoe UI;
    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: Segoe UI;
    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: Segoe UI;
    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: #908D65;
}
.lang-drop .dropdown-menu li .selected-language {
  color: var(--white,#fff);
  background-color: #908D65;
}
.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: Didot;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    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: #908D65;
}
.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: Segoe UI;
    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: 44px !important;
}
.bookAppointment-sevices h3{
    color: var(--black,#000);
    font-family: Segoe UI;
    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: Segoe UI;
    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: Segoe UI;
    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: Segoe UI;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    margin-bottom: 50px;
}
.view-btn{
    position: relative;
    color: var(--primary-color,#2A2A2A);
    font-family: Segoe UI;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: inline-flex;
    padding: 13px 70px;
    justify-content: center;
    align-items: center;
    border: 1px solid var(--primary-color,#2A2A2A);
    background-color: var(--white,#ffffff);
    z-index: 1;
    text-transform: uppercase;

}
.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(--primary-color,#2A2A2A);
}
.view-btn:hover{
    color: var(--white);
}
.view-btn:hover::before {
    left: 0;
    right: 0;
    opacity: 1;
}
.tms-collection__area{
    display: flex;
}
.tms-collection__box{
    position: relative;
    width: 50%;
    overflow: hidden;
}
.tms-collection__box-img{
    width: 100%;
    height: 817px;
}
.tms-collection__box-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.tms-collection__box-cont{
    position: absolute;
    bottom: 0;
    width: 100%;
}
.tms-collection__box-cont-inner{
    margin: auto;
    padding: 50px 36px;
    text-align: center;
    transform: translateY(124px);
    transition: all .3s;
}
.tms-collection__box-cont-inner p{
    color: var(--white,#ffffff);
    font-family: Segoe UI;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 20px;
}
.tms-collection__box-cont-inner h2{
    color: var(--white,#ffffff);
    font-family: Didot;
    font-size: 40px;
    font-style: normal;
    line-height: normal;
    margin-bottom: 50px;
    transition: all .3s;
}
.collection-btn{
    position: relative;
    color: var(--white,#ffffff);
    font-family: Segoe UI;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: inline-flex;
    padding: 18px 37px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    z-index: 1;
    border: 1px solid var(--white,#ffffff);
}
.collection-btn::before{
    position: absolute;
    content: '';
    top: 0;
    left: 50%;
    right: 50%;
    bottom: 0;
    opacity: 0;
    transition: all .3s;
    z-index: -1;
    background-color: var(--white,#fff);
}
.collection-btn:hover{
    color: var(--primary-color,#2A2A2A);
}
.collection-btn:hover::before{
    left: 0;
    right: 0;
    opacity: 1;
}
.tms-collection__box::before{
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 0;
    transition: all .3s;
    background: linear-gradient(180deg, rgba(90, 90, 90, 0.15) 0.04%, #b9a87a70 90.85%);
}
.tms-collection__box:hover .tms-collection__box-cont-inner{
    transform: translateY(0px);
}
.tms-collection__box:hover::before{
    height: 100%;
}
.tms-collection__box:hover .tms-collection__box-cont-inner h2{
    margin-bottom: 20px;
}
.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: Segoe UI;
    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: Segoe UI;
    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: Segoe UI;
    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: Segoe UI;
    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;
}
.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-home__about-left 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;
}
.tms-home__about-left h3::before{
    position: absolute;
    content: '';
    bottom: 0;
    width: 80%;
    height: 1px;
    background-color: var(--primary-color,#2A2A2A);
}
.tms-home__about-left p{
    color: var(--primary-color,#2A2A2A);
    font-family: Segoe UI;
    font-size: 18px !important;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    margin-top: 13px;
    margin-bottom: 25px;
}

.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: Segoe UI;
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    margin-top: 13px;
    margin-bottom: 25px;
}
.tms-categories__heading{
    margin-bottom: 72px;
}
.tms-categories__heading h3{
    display: inline-block;
    position: relative;
    color: var(--primary-color,#2A2A2A);
    font-family: Didot;
    font-size: 35px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding-bottom: 0px;
}
.tms-categories__heading h3::before{
    position: absolute;
    content: '';
    bottom: 0;
    width: 80%;
    height: 1px;
    background-color: var(--primary-color,#2A2A2A);
}
.tms-categories__heading p{
    color: var(--black,#000);
    font-family: Segoe UI;
    font-size: 15px !important;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 0.64px;
    margin: 0;
}
.tms-categories__inner{
    display: flex;
    gap: 8px;
    justify-content: center;
    flex-wrap: wrap;
}
.tms-categories__img{
    height: 357px;
    overflow: hidden;
}
.tms-categories__img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .3s;
}
.tms-categories__box{
    width: 19%;
    position: relative;
}
.tms-categories__cont{
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 15px 19px;
}
.tms-categories__cont span{
    color: var(--white,#fff);
    font-family: Segoe UI;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1.2px;
}
.tms-categories__box:hover .tms-categories__img img{
    transform: scale(1.2) rotate(5deg);
}
.tms-banner__area{
    padding-top: 258px;
    padding-bottom: 160px;
}
.tms-banner__inner h3{
    color: var(--white,#FFF);
    font-family: Didot;
    font-size: 64px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 24px;
}
.tms-banner__inner p{
    color: var(--white,#FFF);
    text-align: right;
    font-family: Segoe UI;
    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: Segoe UI;
    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: Segoe UI;
    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: Segoe UI;
    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: Segoe UI;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    margin-bottom: 33px;
}
.newsletter-form-box{
    display: flex;
}
.newsletter-form .form-control{
    color: #888;
    font-family: Segoe UI;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border-radius: 0;
    padding: 15px 154px 15px 14px;
    border: 1px solid var(--primary-color,#2A2A2A);

}
.newsletter-btn{
    color: var(--white,#FFF);
    font-family: Segoe UI;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: inline-flex;
    padding: 15px 44px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border: 1px solid var(--primary-color,#2A2A2A);
    background-color: var(--primary-color,#2A2A2A);
}
.newsletter-btn.load-more
{
    gap: 0px !important;
}
.newsletter-btn.load-more:hover span
{
    /*color:black;*/
}
.newsletter-btn:hover{
    color: var(--white,#fff);
    background-color: var(--primary-color,#2A2A2A);
}
.footer{
    background: var(--primary-color,#2A2A2A);
}
.footer-top{
    padding: 59px 0;
}
.footer-box h3{
    color: var(--secondary-color,#2A2A2A);
    font-family: Segoe UI;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.7px;
    text-transform: uppercase;
    margin-bottom: 16px;
}
.footer-list .footer-list__items:not(:last-child){
    margin-bottom: 14px;
}
.footer-list .footer-list__items .footer-list__items-link{
    color: var(--white,#2A2A2A);
    font-family: Segoe UI;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.56px;
}
.footer-box .form-select,
.footer-ship-lang .store-select .form-select{
    max-width: 185px;
    color: var(--secondary-color,#2A2A2A);
    font-family: Segoe UI;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.49px;
    border-radius: 0;
    border: 1px solid var(--secondary-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: 39px;
    align-items: center;
}
.footer-social__list .footer-social__list-items .footer-social__list-items-link{
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer-bottom__inner{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 29px 16px;
    border-top: 1px solid #888;
}
.footer-copyright{
    color: var(--white,#fff);
    font-family: Segoe UI;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.56px;
    margin: 0;
    text-transform: uppercase;
}
.footer-ship-lang{
    display: flex;
    gap: 91px;
    align-items: center;
}
.footer-ship{
    color: var(--white,#fff);
    font-family: Segoe UI;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.56px;
    text-transform: uppercase;
}
.footer-ship a{
    color: var(--white,#fff);
    font-family: Segoe UI;
    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{
    margin-top: 70px;
    margin-bottom: 300px;
}
.tms-pc__title{
    color: var(--black,#000);
    text-align: center;
    font-family: Didot;
    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-bottom: 1px solid rgba(187, 184, 153, 0.75);
}
.tms-pc__fbox2 h3{
    color: #908D65;
    font-family: Segoe UI;
    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(--primary-color,#2A2A2A);
    font-family: Segoe UI;
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 0.72px;
    text-transform: uppercase;
}
.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;
}
.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: #908D65;
    font-family: Segoe UI;
    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: 0%;
    right: 0%;
    position: absolute;
    border-radius: 5px;
    background: #908D65;
}
.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: #908D65;
    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: #908D65;
    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;
}
.slider-box{
    margin: 50px 0;
}

.tms-pc__breadcrumb{
    margin-top: 38px;
    margin-bottom: 120px;
}
.tms-pc__breadcrumb .breadcrumb .breadcrumb-item,
.tms-pc__breadcrumb .breadcrumb .breadcrumb-item a{
    color: #898888;
    font-family: Segoe UI;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1.6px;
    text-transform: capitalize;
} 
.tms-pc__box .tms-pc__box-item:not(:last-child){
    padding-bottom: 72px;
    margin-bottom: 72px;
    border-bottom: 1px solid #888888;
}
.show-shop-by-category:last-child
{
    border-bottom: none;
}
.tms-pc__box-heading {
    margin-bottom: 96px;
}
.tms-pc__box-heading h2{
    display: inline-block;
    color: var(--black,#000);
    font-family: Didot;
    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;
    box-shadow: 0px 0px 1px #88888859;
}
.tms-pc__product-img{
    min-height: 320px;
    background-color: #ffffff;
    padding: 40px;
}
.tms-pc__product-img img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.tms-pc__product-like{
    position: absolute;
    top: 13px;
    right: 16px;
    cursor: pointer;
    z-index: 9;
}
#featuredProduct .tms-pc__product-like{
    /*right: -32px;*/
}
.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: 13px 20px 24px 20px;
}
.tms-pc__product-img__content h3{
    color: var(--black,#000);
    font-family: Segoe UI;
    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: #908D65;
    text-align: center;
    font-family: Segoe UI;
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.48px;
    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(--white,#FFF);
    font-family: Segoe UI;
    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: absolute;
    left: 0;
    top: 0;
    width: -webkit-fill-available;
    width: -moz-available;
    z-index: 99;
    background-color: var(--white,#fff);
    transition: all .3s;
}
.tms-pc__box-view-more{
    margin-top: 96px;
}
.tms-pc__box-view-more p{
    color: #888;
    font-family: Segoe UI;
    font-size: 24px;
    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: 100%;
    height: 100%;
    object-fit: cover;
}
.tms-psc__product-cont{
    position: absolute;
    bottom: 52px;
    left: 26px;
}
.featuredProduct .tms-psc__product-cont{
    bottom: 80px;
}
.tms-psc__product-cont h2{
    color: var(--white,#FFF);
    font-family: Segoe UI;
    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: Segoe UI;
    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: Segoe UI;
    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: Segoe UI;
    font-size: 20px;
    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: 47%;
    padding: 0 67px;
}
.pdp-description-container{
    width: 49%;
}
.pdp-image-one{
    width: 100%;
   background-color: #ffffff;
    padding: 135px;
}
.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: cover;
}
.pdp-description-container{
    padding: 0 67px;
}
.pdp-description-inner{
    max-width: 650px;
}
.pdp-description-container .tms-pc__breadcrumb{
    margin-top: 0;
    margin-bottom: 43px;
}
.pdp-desc-title{
    color: var(--primary-color,#2A2A2A);
    font-family: Didot;
    font-size: 45px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1.35px;
    margin-bottom: 15px;
}
.pdp-desc-text{
    color: #908D65;
    font-family: Segoe UI;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.6px;
    margin-bottom: 28px;
}
.pdp-desc-price{
    display: block;
    color: var(--primary-color,#2A2A2A);
    font-family: Segoe UI;
    font-size: 38px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1.33px;
    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-family: Segoe UI;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.84px;
    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: Segoe UI;
    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: Segoe UI;
    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 var(--primary-color,#2A2A2A);
    background-color: var(--primary-color,#2A2A2A);
    color: var(--white,#FFF);
    text-align: center;
    font-family: Segoe UI;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.98px;
    text-transform: uppercase;
}
.pdp-cart-btn:hover{
    color: var(--primary-color,#2A2A2A);
    border: 1px solid rgba(187, 184, 153, 0.75);
    background-color: rgba(187, 184, 153, 0.75);
}
.pdp-cart-btn:hover span{
    color: var(--primary-color,#2A2A2A);
}
.pdp-like-btn{
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--black,#000);
    border-left: 0;
    padding: 17px;
}
.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-family: Segoe UI;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.84px;
    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: Segoe UI;
    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: Segoe UI;
    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 #908D65;
}
.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: Segoe UI;
    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: Segoe UI;
    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: Segoe UI;
    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: Segoe UI;
    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: Segoe UI;
    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: Segoe UI;
    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__right{
    padding-left: 118px;
}
.login-box__inner{
    min-width: 600px;
    max-width: 600px;
    margin: auto;
    padding: 90px 0;
}
.login-box__title{
    color: var(--black,#000);
    font-family: Segoe UI;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1.12px;
    margin-bottom: 24px;
}
.login-box__text{
    color: var(--black,#000);
    font-family: Segoe UI;
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 0.84px;
    padding-bottom: 160px;
    margin-bottom: 0;
}
.login-btn{
    font-size: 24px;
    font-weight: 400;
    padding: 18px 180px;
    text-transform: uppercase;
}
.login-box__btn{
    text-align: center  ;
}
.login-inner__area{
    display: flex;
    justify-content: center;
}
.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: 64px;
}
.frgt-pass a{
    color: var(--black,#000);
    font-family: Segoe UI;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.56px;
}
.registation-heading{
    color: var(--black,#000);
    font-family: Segoe UI;
    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: Segoe UI;
    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: Segoe UI;
    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: Segoe UI;
    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: Segoe UI;
    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: Segoe UI;
    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: Segoe UI;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}
.decrease,
.increase{
    cursor: pointer;
    color: var(--black,#000);
    font-family: Segoe UI;
    font-size: 20px;
}
.cart-box__item-inner-box3{
    color: var(--black,#000);
    font-family: Segoe UI;
    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: rgba(187, 184, 153, 0.10);
}
.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: Segoe UI;
    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: Segoe UI;
    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: Segoe UI;
    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: Segoe UI;
    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: Segoe UI;
    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: Segoe UI;
    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;
}
.checkOut .login-box__left .login-box__inner ul li{
    color: var(--black,#000);
    font-family: Segoe UI;
    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: Segoe UI;
    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: Segoe UI;
    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: Segoe UI;
    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: Segoe UI;
    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: Segoe UI;
    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: Segoe UI;
    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: Segoe UI;
    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: #908D65;
    bottom: -8px;
    left: 0;
}
.tms-auction-detail__area .pdp-accor-descDetail{
    color: var(--black,#000);
    text-align: justify;
    font-family: Segoe UI;
    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: Segoe UI;
    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: #908D65;
    font-family: Segoe UI;
    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: Segoe UI;
    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: Segoe UI;
    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: Segoe UI;
    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: Inter;
    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: Segoe UI;
    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: #908D65;
}
.checkout-stap__area .checkout-stap__box.active:not(:last-child):before{
    background-color: #908D65;
}
.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: Segoe UI;
    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: var(--primary-color,#2A2A2A);
    font-family: Didot;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    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: Segoe UI;
    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: Segoe UI;
    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: 15px;
    margin-bottom: 70px;
    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{
    /*min-height: 480px;*/
    max-height: 480px;
    overflow: auto;
}
.checkout-item-box .cart-box__item-box .cart-box__item{
    border-bottom: 1px solid #E7E7E7;
}

.checkout-item-box .cart-box__item-box .cart-box__item:last-child
{
border-bottom: none;

}
.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: Segoe UI;
    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 #908D65;
    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: Segoe UI;
    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 #908D65;
    display: flex;
    gap: 80px;
    margin-bottom: 26px;
}
.checkout-item-shipping__item{
    width: 50%;
}
.cisi-title{
    color: var(--black,#000);
    font-family: Segoe UI;
    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: Segoe UI;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0;
}
.cisi-edit{
    color: var(--primary-color,#2A2A2A);
    font-family: Segoe UI;
    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: Segoe UI;
    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 .head-top__logo img
{
    max-width: 150px;
}
.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: 16px;
    line-height: 28px;
    text-transform: uppercase;
}
.mob-megaMenu__box {
    position: absolute;
    top: 120px;
    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 {
    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: 13px;
    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 #908D65;
}
.mob-filter{
    color: #908D65;
    font-family: Segoe UI;
    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;
  width: 100%;
}
.mob-tab__wab .head-top__box{
    display: none;
}
.footer-top-mob__inner .footer-box {
    margin-top: 30px;
}
.footer-top-mob__inner .footer-box .footer-box-item{
    margin-bottom: 30px;
}
.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 h3::before{
    position: absolute;
    content: "";
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 1px;
    background-color: #000;
}
.footer-top-mob__inner .footer-box .footer-box-item:first-child .footer-social__list{
    justify-content: center;
    gap: 36px;
}
.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: 12px 0;
}
.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;
}
.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;
}
.footer-top-mob__inner .accordion .accordion-item {
    border: unset;
    border-bottom: 1px solid #000;
}
.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;
    cursor: pointer;
}

.hide-shop-by-category
{
    display:none;
}


.timeline-item {
    background: #fff;
    padding: 9px;
    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 1%, #E7E6E6 25%, #f5f5f4 80%);;
    background-size: 800px 104px;
    position: relative;
}
.load-more {
  background-color: black;
  border-color: black;
  color: #fff;
}
.load-more span {
  animation-name: loading;
  animation-duration: 1.2s;
  animation-iteration-count: infinite;
  animation-fill-mode: both;
  color: #fff;
}
@keyframes loading {
  0% {
    opacity: 0;
  }
 50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.load-more span:nth-child(2) 
{
  animation-delay: 0.2s;
}

.load-more span:nth-child(3) {
  animation-delay: 0.4s;
}

#button{
  display:block;
  margin:20px auto;
  padding:10px 30px;
  background-color:#eee;
  border:solid #ccc 1px;
  cursor: pointer;
}
#overlay{	
  position: fixed;
  top: 0;
  z-index: 1000000;
  width: 100%;
  height:100%;
  display: none;
  background: rgba(0,0,0,0.6);
}
.cv-spinner {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;  
}
.spinner {
  width: 40px;
  height: 40px;
  border: 4px #ddd solid;
  border-top: 4px #2e93e6 solid;
  border-radius: 50%;
  animation: sp-anime 0.8s infinite linear;
}
@keyframes sp-anime {
  100% { 
    transform: rotate(360deg); 
  }
}
.is-hide{
  display:none;
}

.Product-Not-Found
{
    text-align: center;
  color: #94916b;
}
.featuredProductShowspinner
{
   display: flex;
  justify-content: center;
}
.featuredProductShownotfoundproduct
{
    display: flex;
  justify-content: center;
}
label.error
{
  color: red;
  font-size: 13px;
  margin-top: 0px;
  text-transform: capitalize;
}

#bookAppointment_form_product .modal-footer
{
    margin-top: 10px;
}

.accounttopmenu li
{
    padding: 0px 10px;
}

.accounttopmenu li:first-of-type {
	 border: none;
	 background-color: #f2f2f2;
}
 .accounttopmenu li p {
	 padding: 10px 15px;
	 margin: 0;
}
 .accounttopmenu li a {
	 display: flex;
	 align-items: center;
	 justify-content: flex-start;
	 padding: 10px 15px;
	 text-decoration: none;
	 line-height: 1;
	 color: #333;
}
 .accounttopmenu li a:hover {
	 color: #908D65;
}
 .accounttopmenu li:first-of-type {
	 border-radius: 10px 10px 0 0;
}
 .accounttopmenu li:last-of-type {
	 border-radius: 0 0 10px 10px;
}
 .accounttopmenu li.divider {
	 border: none;
	 border-bottom: 1px solid #333;
	/* * removes border from Li after the divider element * best used in combination with top borders on other LIs */
}
 .accounttopmenu li.divider ~ li {
	 border: none;
}

.bold {
	 font-weight: bold;
}
 .italic {
	 font-style: italic;
}



/*================================
  tms account css
=================================*/

.tms-account{
	width: 100%;
    display: flex;
}
.tms-account .sidebar{
	width: 350px;
    padding-left: 55px;
	background: rgb(249, 249, 250);
	transition: 0.5s;
	
}
.tms-account .sidebar .tms-details{
	padding: 24px 16px 16px 16px;
}
.tms-account .sidebar .tms-details h5{
    margin-bottom:3px;	
}
.tms-account .sidebar .tms-details p{
    margin-bottom:0;
}
.tms-account .sidebar .tms-details a{
    color: #908D65;	
}
.tms-account .sidebar .tms-sidemenu{
	padding:16px 0;
} 
.tms-account .sidebar .tms-sidemenu ul{
	padding:0 16px;
}
.tms-account .sidebar .tms-sidemenu ul li{
	margin-bottom:30px;
}
.tms-account .sidebar .tms-sidemenu ul li a
{
	color: var(--primary-color,#2A2A2A);
    font-style: normal;
    font-weight: 300;
    text-transform: uppercase;
	display: block;
	margin-bottom: 4px;
	font-size: 13px;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
}
.tms-account .sidebar .tms-sidemenu ul li a:hover{
	color:#908D65;
}
.tms-title{
	position:relative;
	display:block;
	margin-bottom:13px;
	color: var(--primary-color,#2A2A2A);
    font-family: Segoe UI;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
}
.tms-title:after{
	content:"";
	position:absolute;
	left:0;
	bottom:-6px;
	background:#908D65;
	width:24px;
	height:2px;
}

.tms-account .content{
	width: calc(100% - 400px);
    margin: 30px 5px 13px;
}
.tms-account .content .card .card-title{
	font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.84px;
}
.tms-form-container{
	padding:0 6px;
}

.tms-sidemenu .active{
	color:#908D65;
}

.submit-btn{
	color: var(--white,#FFF);
    font-family: Segoe UI;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: inline-flex;
    padding: 15px 44px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border: 1px solid var(--primary-color,#2A2A2A);
    background-color: var(--primary-color,#2A2A2A);
}
.submit-btn:hover {
    color: var(--primary-color,#2A2A2A);
    background-color: var(--white,#fff);
}
.edit-btn{
	color: var(--white,#FFF);
    font-family: Segoe UI;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: inline-flex;
    padding: 10px 30px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border: 1px solid var(--primary-color,#2A2A2A);
    background-color: var(--primary-color,#2A2A2A);
}
.edit-btn:hover {
    color: var(--primary-color,#2A2A2A);
    background-color: var(--white,#fff);
}
.tms-form-container .nav-pills .nav-link{
	background: transparent;
    color: var(--primary-color,#2A2A2A);
    border: 1px solid #2A2A2A;
    width: 200px;
}
.nav-my{
	border-top-left-radius: 5px !important;
    border-bottom-left-radius: 5px !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}
.nav-cancel{
	border-top-right-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link{
	background-color: var(--primary-color,#2A2A2A);
    color: #fff;
}
.tms-form-container .orders{
	/*text-align: center;*/
}
.tms-form-container .orders table{
	text-align: left;
}
.tms-form-container .orders img{
	margin-bottom: 25px;
}
.tms-form-container .orders h4{
	margin-bottom: 16px;
}
.w-230{
    width: 230px;
}
.tms-account .bars_icon{
	display:none;
}

.image--cover 
{
 width: 50px;
 height: 50px;
 border-radius: 50%;
 border: 1px solid #d0cfc0;
 padding: 2px;
 object-fit: cover;
 object-position: center right;
}

.avatar-upload {
  position: relative;
  max-width: 120px;
  margin: 0px auto;
  text-align: center;
}
.avatar-upload .avatar-edit {
  position: absolute;
  right: 12px;
  z-index: 1;
  top: 10px;
}
.avatar-upload .avatar-edit input {
  display: none;
}
.avatar-upload .avatar-edit input + label {
  display: inline-block;
  width: 34px;
  height: 34px;
  margin-bottom: 0;
  border-radius: 100%;
  background: #FFFFFF;
  border: 3px solid #908d65;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  font-weight: normal;
  transition: all 0.2s ease-in-out;
}

.avatar-upload .avatar-edit input + label:hover {
  background: #f1f1f1;
  border-color: #d6d6d6;
}
/*.avatar-upload .avatar-edit input + label:after {*/
/*  content: "\f040";*/
/*  font-family: 'FontAwesome';*/
/*  color: #757575;*/
/*  position: absolute;*/
/*  top: 10px;*/
/*  left: 0;*/
/*  right: 0;*/
/*  text-align: center;*/
/*  margin: auto;*/
/*}*/
.avatar-upload .avatar-preview {
  width: 100px;
  height: 100px;
  position: relative;
  border-radius: 100%;
  border: 4px solid #908D65;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
  padding: 2px;
}
.avatar-upload .avatar-preview > div {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

#telephone-error
{
    position: absolute;
    top: 36px;
    left: 100px;
}

.ShippingMethodBox
{
    display:none;
}

.newaddress
{
    display:none;
}

.mob-megaMenu__list .mm-content-title
{
    margin-bottom: 7px;
  margin-top: 10px;
}
.mob-megaMenu__list .mm-list
{
    padding-left: 10px;
}

.mob-megaMenu__list .mm-list .mm-list__item:not(:last-child) {
    margin-bottom: 3px;
  }
  
.mob-megaMenu__title {

  padding: 0px 16px !important;
}  


.mob-megaMenu__list .mm-list__item-link
{
    font-size: 14px !important;
}


.faq-section {
    background: #fdfdfd;
    min-height: 100vh;
    padding: 10vh 0 10vh;
}
.faq-title h2 {
  position: relative;
  margin-bottom: 45px;
  display: inline-block;
  font-weight: 600;
  line-height: 1;
}
.faq-title h2::before {
    content: "";
    position: absolute;
    left: 50%;
    width: 60px;
    height: 2px;
    background: #908D65;
    bottom: -25px;
    margin-left: -30px;
}
.faq-title p {
  padding: 0 190px;
  margin-bottom: 10px;
}

.faq {
  background: #FFFFFF;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
  border-radius: 4px;
}

.faq .card {
  border: none;
  background: none;
  border-bottom: 1px dashed #908D65;
  font-family: Segoe UI;
}

.faq .card .card-header {
  padding: 0px;
  border: none;
  background: none;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.faq .card .card-header:hover {
    background: rgb(200, 197, 166);
    padding-left: 10px;
}

.faq .card .card-header .faq-title {
  width: 100%;
  text-align: left;
  padding: 0px;
  padding-left: 30px;
  padding-right: 30px;
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 1px;
  color: #212529;
  text-decoration: none !important;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  padding-top: 20px;
  padding-bottom: 20px;
}

.faq .card .card-header .faq-title .badge {
  display: inline-block;
  width: 20px;
  height: 20px;
  float: left;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100%;
  text-align: center;
  background: #908D65;
  color: #fff;
  font-size: 12px;
  margin-right: 17px;
  padding-top: 2px;
  padding-left: 3px;
}

.faq .card .card-body {
  padding: 30px;
  padding-left: 35px;
  padding-bottom: 16px;
  font-weight: 400;
  font-size: 16px;
  color: #6F8BA4;
  line-height: 28px;
  letter-spacing: 1px;
  border-top: 1px solid #908D653D;
  font-family: Segoe UI;
}

.faq .card .card-body * 
{
  color: #6F8BA4 !important;
  letter-spacing: 1px !important;
  font-family: Segoe UI !important;
  color: #6F8BA4 !important;
  font-size: 16px !important;
}



.faq .card .card-body p {
  margin-bottom: 14px;
}

@media (max-width: 991px) {
  .faq {
    margin-bottom: 30px;
  }
  .faq .card .card-header .faq-title {
    line-height: 26px;
    margin-top: 10px;
  }
}

.status.confirm:before {
	 background-color: #94e185;
	 border-color: #78d965;
	 box-shadow: 0px 0px 4px 1px #94e185;
}
.status.confirm {
	 color: #94e185;
}
 .status.refunded:before {
	 background-color: #4377bb;
	 border-color: #4377bb;
	 box-shadow: 0px 0px 4px 1px #4377bb;
}
.status.refunded {
	 color: #4377bb;
}

.status.pending:before {
	 background-color: #ffc182;
	 border-color: #ffb161;
	 box-shadow: 0px 0px 4px 1px #ffc182;
}
.status.pending {
	 color: #ffc182;
}

 .status.failed:before {
	 background-color: #c9404d;
	 border-color: #c42c3b;
	 box-shadow: 0px 0px 4px 1px #c9404d;
}

.status.failed {
	 color: #c9404d;
}
 .status:before {
	 content: ' ';
	 display: inline-block;
	 width: 11px;
	 height: 11px;
	 margin-right: 10px;
	 border: 1px solid #000;
	 border-radius: 7px;
}

.view-button i
{
    font-size: 18px;
  color: black;
}
 
#orderdetailview .modal-header {
  flex-direction: column;
  padding: 10px 10px;
  margin-bottom: 0px;
  border-bottom: none;
}


/*=========================
  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:#908D65;
	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%;
}
.tms-contact-us_area .tms-google-map_info .tms-address_box{
	width: 35%;
    background: rgb(249, 249, 250);
    padding: 20px;
    height: 250px;
    border-radius: 8px;
}
.tms-contact-us_area .tms-google-map_info .tms-address_box h4{
	font-size:18px;
}
.tms-contact-us_area .tms-google-map_info .tms-location_box{
	width: 65%;
}