@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');
img
{
    content-visibility: auto;
}
.header{
    /*padding-top: 30px;
    background: linear-gradient(180deg, #D4D4D4 0%, rgba(245, 245, 245, 0.00) 100%);*/
    z-index: 99;
    position: fixed;
    top: 0;
	left:0;
	right:0;
    background: #fff;
    width: 100%;
}

#overlay{	
  position: fixed;
  top: 0;
  z-index: 100;
  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;
}

.modal-header .btn-close
{
    z-index: 1;
}
.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;
  }
}

.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;
	color: var(--primary-color);
}
.icon-button__badge {
  position: absolute;
    top: 4px;
    right: 15px;
    width: 10px;
    height: 10px;
    background: #cb1f1f;
    color: #ffffff;
    padding: 7px;
    display: flex;
    font-size: 11px;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}
.topbar{
	height:41px;
	border-bottom: 1px solid #E4E4E4;
}
.topbar .topbar_area{
	display: flex;
    justify-content: space-between;
    align-items: center;
}
.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;
}
.topbar .topbar_area .topbar_left_side a:hover{
	background: #F4F4F4;
}
.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: 1;
    width: 230px;
    height: 90px;
    padding: 13px 10px;
    background-color: rgb(244, 244, 244);
}
.topbar .topbar_area .topbar_right_side .top_icon .dropdown li{
	margin-bottom:3px;
}
.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: #000;
	font-size: 0.8rem;
    text-transform: uppercase;
    text-decoration: underline !important;
}
.topbar .topbar_area .topbar_right_side a:hover{
	background: #F4F4F4;
}
.topbar .topbar_area .topbar_right_side a img{
	width: 20px;
	max-width:100%;
}
.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: 14px 10px 14px 0;
}
.search_wrap form{
	position:relative;
}
.search_wrap .search_item input{
	width: 230px;
    border-radius: 50px;
    background: #F6F6F6;
    border: none;
    color: #848484;
    height: 40px;
    padding-left: 40px;
    font-family: 'Lato';
    text-transform: uppercase;
    font-size: 13px;
}
.search_wrap .search-btn{
	border: none;
    background: transparent;
    position: absolute;
    top: 9px;
    left: 13px;
}
.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);
    font-family: 'Lato';
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0;
}
.head-top__logo{
	padding-left:20px;
}
.head-top__logo a{
    color: #000;
    font-family: 'Lato';
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 2.8px;
}
.head-top__logo a img{
    max-width: 150px;
}
.head-bottom{
	box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
    margin-bottom: 3px;
}
.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: 'Lato';
    font-size: 0.775rem;
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    padding: 24px 0;
	text-transform: uppercase;
}
.head-bottom .navbar .navbar-nav .nav-item .nav-link:hover{
    color: #908D65;
}
.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: 68px;
    width: 100%;
    visibility: hidden;
    z-index: 99;
    padding: 39px 50px;
    border-top: 1px solid #D4D4D4;
    background:#fff;
    /*background: linear-gradient(180deg, #F9F9F8 0%, #FFF 100%);*/
}
.mega-menu__box .mm-cont-img{
	text-align: center;
}
.mega-menu__box .mm-cont-img h2{
	font-size: 0.975rem;
    font-weight: 400;
    margin-top: 20px;
    text-transform: capitalize;
}
.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: 'Lato';
    font-size: 0.75rem;
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    margin-bottom: 24px;
}
.mm-list .mm-list__item:not(:last-child) {
    margin-bottom: 24px;
}
.mm-list__item-link {
    color: var(--black,#000);
    font-family: Segoe UI;
    font-size: 0.975rem;
    font-weight: normal;
    line-height: 110%;
    color: var(--black);
}
.mm-list__item-link:hover {
    font-weight: 600 !important;
}

.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: 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 !important;
}
.mm-list .mm-list__item .submenu-list .submenu-list__item-link:hover
{
    font-weight: 600 !important;
    color: var(--black,#000);
}
.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;
}
.mm-list .mm-list__item .submenu-list{
    margin-top: 6px;
}
.mm-list .mm-list__item .submenu-list li{
    margin-bottom: 5px;
}
.mm-list .mm-list__item .submenu-list .submenu-list__item-link{
    color: #5C5C5C;
    font-size:15px;
}

.menu_title_li {
    margin-bottom: -10px !important;
    /*width:50%;
    float:left;*/
}
.diamonds .color .mm-list__item-link{
    margin-left:-10px;
    display: flex;
    align-items: center;
}
.diamonds .mm-list__item-link .color__ico{
    width:45px;
}
.menu_title_icon
{
    width:45px;
    max-height:45px;
}

.design-owm__box{
    text-align: center;
}
.design-owm__box .mm-content{
    margin-top: 30px;
    color: var(--primary-color);
}

.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: 12px !important;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    padding: 4px 24px !important;
    letter-spacing: 1.8px;
}
.lang-drop .dropdown-menu li a:hover{
    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: 'Segoe UI';
    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: #908D65;
}
.bookAppointment .modal-body{
    padding: 22px 42px;
}
.bookAppointment-form .form-select,
.bookAppointment-form .form-control{
	font-size: 1rem;
    height: 40px;
    border: 1px solid #d3d3d3;
    padding: 8px 16px;
    border-radius: 3px;
    color: var(--primary-color,#2A2A2A);
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.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);
}
.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: 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{
 margin-top: 140px;
}

.tms-home__about-left h3{
    color: #3e3b3b;
    font-family: 'Lato';
    font-size: 48px;
    font-style: normal;
    line-height: normal;
    margin-bottom: 19px;
}
.tms-home__about-left p{
    color: var(--primary-color);
    text-align: center;
    font-family: 'Lato';
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: 1.5;
    margin-bottom: 50px;
}
.view-btn{
    position: relative;
    color: var(--primary-color);
    font-family: 'Lato';
    font-size: 16px;
    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(--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: 'Lato';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 14px;
}
.tms-collection__box-cont-inner h2{
    color: var(--white,#ffffff);
    font-family: 'Lato';
    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: 'Lato';
    font-size: 16px;
    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: #f4f4f4;
}
.collection-btn:hover{
    color: var(--primary-color);
}
.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%, rgba(111, 110, 110, 0.90) 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-future__cont h3{
    font-size: 25px;
    padding-bottom: 10px;
    text-align: center;
    width: 100%;
    color: var(--black, #000);
    font-family: 'Lato';
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
}
/*
.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(--black);
    text-align: justify;
    font-family:'Lato';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    margin-top: 13px;
    margin-bottom: 0;
}
.tms-categories__heading{
    margin-bottom: 72px;
}
.tms-categories__heading h2{
    color: var(--black,#000);
    font-family: 'Lato';
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 8px;
	text-transform: uppercase;
}
.tms-categories__heading p{
    color: var(--black,#000);
    font-family:'Lato';
    font-style: normal;
	font-size: 16px;
    margin: 0 auto;
    line-height: 24px;
}
.tms-categories__inner{
    display: flex;
    gap: 8px;
    justify-content: center;
}
.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: 20%;
    position: relative;
}
.tms-categories__cont{
    bottom: 0;
    width: 100%;
    padding: 15px 19px;
}
.tms-categories__cont span{
    color: var(--black, #000);
    font-family: 'Lato';
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.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(--black,#000);
    font-family: 'Lato';
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 24px;
}
.tms-banner__inner p{
    font-family: 'Lato';
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
    margin-bottom: 49px;
}
.banner-btn{
    display: inline-block;
    color: var(--primary-color,#2A2A2A);
    font-family: 'Lato';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 18px 70px;
    border: 2px solid var(--primary-color,#2A2A2A);
}
.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: 10px 0 60px;
}
.tms-newsletter__inner h3{
    color: var(--black,#000);
    font-family: 'Lato';
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 14px;
}
.tms-newsletter__inner p{
    color: var(--black,#000);
    font-family: 'Lato';
    font-size: 0.9rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 20px;
}
.newsletter-form-box{
    display: flex;
	align-items: center;
    gap: 5px;
}
.newsletter-form-box label{
	text-transform: uppercase;
    font-size: 0.9rem;
}
.newsletter-form .form-control{
    color: #888;
    font-family: 'Lato';
    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-form .form-control {
    font-size: 16px;
    padding: 12px 50px 12px 14px;
    width: auto;
    border-radius: 4px;
    height: 40px;
	border-color: #ced4da;
}

.newsletter-btn{
    color: var(--white,#FFF);
    font-family: 'Lato';
    font-size: 0.9rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: inline-flex;
     padding: 9px 16px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border: 1px solid var(--primary-color,#2A2A2A);
    background-color: var(--primary-color,#2A2A2A);
	border-radius: 4px;
}
.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-top{
    padding: 59px 0;
}
.footer-box h3{
    color: var(--primary-color,#2A2A2A);
    font-family:'Lato';
    font-size: 0.9rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    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(--primary-color,#2A2A2A);
    font-family: 'Lato';
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.footer-box .form-select,
.footer-ship-lang .store-select .form-select{
    max-width: 140px;
    color: var(--primary-color);
    font-family: 'Lato';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border-radius: 0;
    border: 1px solid var(--primary-color);
    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: 20px;
    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;
}
.footer-copyright{
    color: var(--black,#000);
    font-family: 'Lato';
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0;
    text-transform: uppercase;
}
.footer-ship-lang{
    width: 40%;
}

.footer-right__area{
	width: 60%;
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 16px;
}
.footer-right__area ul{
	display: flex;
    align-items: center;
    gap: 3px;
	margin-top: -3px;
}
.footer-right__area ul li a{
	font-size: 0.875rem;
    color: var(--primary-color);
}
.footer-right__area ul li a:hover{
	color:#0056b3;
	text-decoration: underline !important;
}

.footer-ship{
    color: var(--black,#000);
    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(--black,#000);
    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: 140px;
    margin-bottom: 90px;
}
.tms-pc__title{
    color: var(--black,#000);
    text-align: center;
    font-family: 'Lato';
    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-top: 16px;
    padding-bottom: 16px;
    border-top: 1px solid rgba(187, 184, 153, 0.75);
	border-bottom: 1px solid rgba(187, 184, 153, 0.75);
}
.tms-pc__fbox2 h3{
    color: var(--black,#000);
    font-family: 'Lato';
    font-size: 0.8rem;
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    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 span {
     width: 12px;
}
.tms-pc__flist .tms-pc__flist-item .tms-pc__flist-item-link{
    display: flex;
    gap: 19px;
    align-items: center;
    color: #5c5c5c;
    font-family: 'Lato';
    font-size: 0.8rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}
.tms-pc__flist .tms-pc__flist-item:last-child{
    position: absolute;
    right: 0;
}
.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: #5c5c5c;
    font-family: 'Lato';
    font-size: 0.8rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}


.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: #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;
	font-size: 14px;
}
.slider-box{
    margin: 50px 0;
}

.tms-pc__breadcrumb{
    margin-top: 24px;
    margin-bottom: 13px;
}
.tms-pc__breadcrumb .breadcrumb .breadcrumb-item,
.tms-pc__breadcrumb .breadcrumb .breadcrumb-item a{
    color: #5C5C5C;
    font-family: 'Lato';
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
} 
.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: 'Lato';
    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;
    z-index:1;
   
}
.tms-pc__product-img{
    height: 310px;
    width: 310px;
    margin: 0 auto;
    background-color: #F9F9F9;
}
.tms-pc__product-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    
}
.tms-pc__product-box:hover .tms-pc__product-like{
	display:block;
}
.tms-pc__product-like{
    position: absolute;
    bottom: 0;
    right: 16px;
    cursor: pointer;
    z-index: 9;
	width: 25px;
	display:none;
}


.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: #6c757d;
    font-family: 'Lato';
    font-size: 0.85rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 6px;
	cursor:pointer;
}
.tms-pc__product-img__content h3:hover{
	text-decoration:underline !important;
}
.tms-pc__product-img__content p{
    color: #908D65;
    text-align: center;
    font-family: Segoe UI;
    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: 100%;
    margin: auto;
    padding: 6px 0px;
    color: var(--primary-color,#2A2A2A);
    font-family: 'Lato';
    font-size: 12px;
    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: 96px;
}
.tms-pc__box-view-more p{
    color: #888;
    font-family: 'Lato';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 24px;
}
.tms-pc__box-btn{
    font-size: 16px;
    padding: 11px 60px;
}
.tms-psc__product{
    position: relative;
    overflow: hidden;
}
.tms-psc__product-img img{
	position: relative;
    z-index: 1;
    width: 100%;
    height: auto;
    bottom: 20%;
    object-fit: cover;
    
}
.tms-pc__product-img img{
    position: relative;
    z-index: 1;
    object-fit: contain;
    max-height: 100%;
    min-height: 100%;
    max-width: 100%;
    min-width: 100%;
    object-position: center center;
}

.tms-psc__product-img
{
    width: 720px;
    height: 440px;
    max-width: 100%;
    max-height: 100%;
    overflow: hidden;
    
}

 .tms-psc__product-img {
	 background: #201e1e14;
}
 .tms-psc__product-img:before, .tms-psc__product-img:after {
	 content: '';
    display: block;
    position: absolute;
    left: 48%;
    top: 40%;
    width: 35px;
    height: 35px;
    color: #b68d4066;
    border-radius: 100%;
    animation: 1s spin linear infinite;
}
 .tms-psc__product-img:before {
	 transform: rotateX(70deg);
}
 .tms-psc__product-img:after {
	 transform: rotateY(70deg);
	 animation-delay: 0.4s;
}

.tms-pc__product-img {
	 background: white;
}
 .tms-pc__product-img:before, .tms-pc__product-img:after {
	 /*content: '';*/
  /*  display: block;*/
  /*  position: absolute;*/
  /*  left: 48%;*/
  /*  top: 40%;*/
  /*  width: 35px;*/
  /*  height: 35px;*/
  /*  color: #b68d4066;*/
  /*  border-radius: 100%;*/
  /*  animation: 1s spin linear infinite;*/
}
 .tms-pc__product-img:before {
	 transform: rotateX(70deg);
}
 .tms-pc__product-img:after {
	 transform: rotateY(70deg);
	 animation-delay: 0.4s;
}



 @keyframes rotate {
	 0% {
		 transform: translate(-50%, -50%) rotateZ(0deg);
	}
	 100% {
		 transform: translate(-50%, -50%) rotateZ(360deg);
	}
}
 @keyframes rotateccw {
	 0% {
		 transform: translate(-50%, -50%) rotate(0deg);
	}
	 100% {
		 transform: translate(-50%, -50%) rotate(-360deg);
	}
}
 @keyframes spin {
	 0%, 100% {
		 box-shadow: 0.2em 0px 0 0px currentcolor;
	}
	 12% {
		 box-shadow: 0.2em 0.2em 0 0 currentcolor;
	}
	 25% {
		 box-shadow: 0 0.2em 0 0px currentcolor;
	}
	 37% {
		 box-shadow: -0.2em 0.2em 0 0 currentcolor;
	}
	 50% {
		 box-shadow: -0.2em 0 0 0 currentcolor;
	}
	 62% {
		 box-shadow: -0.2em -0.2em 0 0 currentcolor;
	}
	 75% {
		 box-shadow: 0px -0.2em 0 0 currentcolor;
	}
	 87% {
		 box-shadow: 0.2em -0.2em 0 0 currentcolor;
	}
}

.tms-psc__product-cont{
    position: absolute;
    bottom: 52px;
    left: 26px;
}
.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: 'Lato';
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.tms-pc__product-img__content .tms-pc__product-tag-price {
    color: #8d8d8d;
    font-family: 'Lato';
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.pdp-details{
    display: flex;
    margin-bottom: 134px;
}
.pdp-image-grid-container{
    width: 60%;
    max-height: 500px;
}
.pdp-description-container{
    width: 40%;
}
.pdp-image-one{
    width: 100%;
    /*background-color: #F9F9F9;*/
    height: 100%;
}
.pdp-image-grid-container .swiper-slide {

    height: auto !important;
    max-height: 500px;

}
.pdp-info_certificates
{
    display: flex;
    margin-bottom: 7px;
}
.pdp-image-one img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.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: 555px;
}
.pdp-description-container .tms-pc__breadcrumb{
    margin-top: 0;
    margin-bottom: 43px;
}
.pdp-desc-title{
    color: var(--primary-color,#2A2A2A);
    font-family: 'Lato';
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 15px;
}
.pdp__collection{
	color: var(--primary-color);
    text-decoration: underline !important;
}
.pdp__collection:hover{
	color:#0056b3;
}
.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);
    font-family: 'Lato';
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.tms-pc__product-prices
{
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    gap: 15px;
}
.cart-box__item-inner-box4 .tagprice
{
    color: #a6002169;
}

del
{
    text-decoration: line-through;
}
.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;
}
.pdp-shipping__class{
	margin-top: 1rem;
    display: block;
    color: var(--primary-color);
}
.pdp-shipping__class img{
	width: 37px;
    margin-right: 7px;
}
.pdp-shipping__class .text-underline{
	text-decoration:underline !important;
}
.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: 'Lato';
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 0.63px;
    text-decoration-line: underline !important;
    z-index: 1;
}
.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:'Lato';
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.84px;
}
.pdp-cart-like-box{
    display: flex;
    margin: 40px 0 6px;
}
.pdp-cart-btn i {
    font-size: 15px;
}
.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: 'Lato';
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}
.pdp-cart-btn:hover{
    color: var(--white);
    border: 1px solid  var(--primary-color);
    background-color: var(--primary-color);
}
.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: 'Lato';
    font-size: 1rem;
    font-style: normal;
    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: 'Lato';
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.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;*/
 margin-top: 140px;
  margin-bottom: 30px;
}
/*
.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;
}

.login-box__left .benefits_area img
{
    margin-bottom: 0px;
}
.login-box__left .benefits_area ul
{
    list-style: none;
}

.login-box__left .benefits_area ul li{
    margin-bottom: 10px;
}
.login-box__left .benefits_area ul li a{
	color: var(--primary-color);
	cursor:pointer;
}
.login-box__left .benefits_area ul li a:hover{
	text-decoration:underline !important;
	color:#0056b3;
}

.benefits_area h3{
	font-size: 1.25rem;
    font-weight: 500;
    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: 'Lato';
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 24px;
}
.login-box__text{
    color: var(--black,#000);
    font-family: 'Lato';
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-bottom: 160px;
    margin-bottom: 0;
}
.login-btn{
    font-size: 1.25rem;
    font-weight: 400;
    width:100%;
    text-transform: uppercase;
}
.login-box__btn{
    text-align: center;
	margin-bottom:30px;
}
/*
.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;
	text-transform: uppercase;
}
.frgt-pass{
    margin-top: 15px;
    margin-bottom: 15px;
    text-transform: capitalize;
}
.frgt-pass a:hover 
{
    color:red;
}
.frgt-pass a{
    color: var(--black,#000);
    font-family: Segoe UI;
    font-size: 15px;
    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: 'Lato';
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.cart-box__left{
    border: 2px solid rgba(0, 0, 0, .125);
    margin: -6px 4px;
	border-bottom: none;
}
.cart-box__title{
    color: var(--primary-color);
    font-family: 'Lato';
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 47px;
}
.cart-box__item-label{
    display: flex;
    gap: 15px;
    padding-top: 13px;
    padding-bottom: 13px;
    margin-bottom: 20px;
    border-bottom: 2px solid rgba(0, 0, 0, .125); 
}
.cart-box__item-label-box{
    color: var(--primary-color);
    font-family: 'Lato';
    font-size: 1rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.cart-box__item-cont .designdetail
{
    width: fit-content;
    padding: 3px 3px;
    font-size: 12px;
    border-radius: 22px;
    /* line-height: 17px; */
    letter-spacing: 1px;
	margin-bottom: 0px;
    margin-top: 3px;
}

.cartdetailpage{
	word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
	margin-top: 30px;
}

.cb-label-box1,
.cart-box__item-inner-box1{
    width: 18%;
	text-align: center;
}
.cb-label-box3,
.cb-label-box4,
.cb-label-box5,
.cart-box__item-inner-box3,
.cart-box__item-inner-box5{
    width: 15%;
    text-align: center;
}
.cb-label-box2, .cart-box__item-inner-box2{
	width: 37%;
}
.cart-box__item-inner-box4{
	width: 15%;
    text-align: center;
	color: #a60000;
    font-weight: 600;
}
.cart-box__item-box .cart-box__item{
    position: relative;
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: 1px solid rgba(0, 0, 0, .125);
}
.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;
	width: 100px;
    height: 100px;
	margin:0 auto;
}
.cart-box__item-cont h3{
    color: var(--black, #000);
    font-family: 'Lato';
    font-size: 1rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
	margin-bottom:10px;
	cursor:pointer;
}
.cart-box__item-cont h3:hover{
	text-decoration:underline;
}
.cart-box__item-cont ul li,
.cart-box__item-cont h4{
    margin-bottom: 8px;
    color: var(--primary-color);
    font-family: 'Lato';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    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;
	color: var(--primary-color);
    font-weight: 400;
	font-size: 14px;
}
.cb-cont-metl{
    display: inline-flex;
    align-items: center;
    gap: 8px;
	color: var(--primary-color);
	font-size: 14px;
}
.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: #a60000;
    font-family: 'Lato';
    font-size: 0.925rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.cart-box__item-remove{
    /*position: absolute;
    top: 0;
    right: 11px;*/
    cursor: pointer;
    width: 13px;
	margin:0 auto;
}
.cart-box__right .cart-box__right-box:not(:last-child){
    margin-bottom: 16px;
} 
.cart-box__right-box{
    padding: 10px 6px;
    /*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: #5C5C5C;
    font-family: 'Lato';
    font-size: 14px;
    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: 16px;
    border: 1px solid rgba(0, 0, 0, .125);
    width: 100%;
}
.cart-box__right-total h4{
    font-weight: 600;
    width: 50%;
    border-right: 1px solid rgba(0, 0, 0, .125);
    padding: 13px;
    text-align: right;
}
.cart-box__right-total h3{
	font-weight: 400;
    width: 50%;
    border-right: 1px solid rgba(0, 0, 0, .125);
    padding: 13px;
    text-align: right;
}
.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: 'Lato';
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    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: #fff;
    padding: 30px 0;
}
.checkout-header .head-top__link{
    color: var(--black,#000);
    font-family: 'Lato';
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.px5{
	padding-left:48px;
	padding-right:48px;
}
.head-top__link-contact{
    text-decoration-line: underline !important;
}
.checkout-stap__area{
    display: flex;
    gap: 145px;
    justify-content: start;
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 30px;
    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: 'Lato';
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
	text-transform: uppercase;
}
.checkout-stap__area .checkout-stap__box.active span{
    color: var(--primary-color);
    font-weight: 700;
	text-transform: uppercase;
}
.checkout-stap__area .checkout-stap__icon{
    position: relative;
    width: 60px;
    height: 60px;
    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: 120px;
    height: 3px;
    background-color: #C0C0C0;
    top: 32%;
    transform: translateY(-50%);
    left: 74px;
}
.checkout-stap__area .checkout-stap__icon img{
	width:35px;
}
.checkout-stap__icon.active{
    background-color: var(--primary-color);
}
.checkout-stap__area .checkout-stap__box.active:not(:last-child):before{
    background-color: var(--primary-color);
}
.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);
    font-family: 'Lato';
    font-size: 17px;
    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);
    font-family: 'Lato';
    font-size: 1rem;
    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);
    font-family: 'Lato';
    font-size: 1rem;
    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: 2px;
    margin-bottom: 70px;
}
.checkout-item-box .cart-box__item-inner-box1{
    gap: 14px;
}
.checkout-item-box .cart-box__item-img {
    flex: 0 0 140px;
	    margin: inherit;
}
.checkout-item-box .cart-box__item-cont {
    padding-top:10px;
}
.checkout-item-box .cart-box__item-cont h3{
    font-size: 1rem;
}
.checkout-item-box .cart-box__item-inner-box1{
    width: 72%;
	text-align:start;
}
.checkout-item-box .cart-box__item-inner-box2{
    width: 28%;
	margin-top: 50px;
}
.checkout-item-box .cart-box__item-inner-box2 span{
    display:block;
	margin-top: 4px;
	color: #DE4B70;
}

.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-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-top: 190px;
    padding-bottom: 120px;
}
.pt100{
	padding-top:100px
}
.bg_color{
	background-color: #F5F5F5;
}
.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: 25px;
    margin-top: 25px;
}
.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;
	font-size: 13px !important;
}
.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;
	justify-content: center;
	
}
.offcanvas.offcanvas-top{
    height: 100vh;
}
.mob-header{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.mob-header .top_icon .head-top__icon i{
	font-size: 21px;
}
.mob-header .top_icon .log-dropdown{
	position: absolute;
    right:0px;
    top: 40px;
    z-index: 1;
    width: 170px;
    height: 90px;
    padding: 13px 16px;
    background-color: rgb(244, 244, 244);
    display: none;
}
.mob-header .top_icon .log-dropdown li a{
	position: relative;
    font-size: 0.875rem;
    color: #000000;
}
.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: 0.775rem;
    line-height: 28px;
    text-transform: uppercase;
	font-weight: bold;
}
.mob-megaMenu__box {
    position: absolute;
    top: 35px;
    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: 25px 16px 10px;
    color: var(--title-color);
    background-color: var(--white);
}
.mob-megaMenu__list {
    padding: 0px 16px;
    margin-bottom: 60px;
}
.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: 0.975rem;
    font-weight: normal;
    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: var(--primary-black);
    font-family: 'Lato';
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.mobfilter__header{
	display:none;
}
.mobfilter__header h2{
	position: absolute;
    top: 13px;
    left: 16px;
    font-size: 1.25rem;
    text-transform: uppercase;
}
.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__inner .footer-box {
    margin-top: 13px;
}
.footer-top-mob__inner .footer-box .footer-box-item{
    padding: 15px;
}
.footer-top-mob__inner .footer-box .footer-box-item:first-child h3{
    position: relative;
    margin-bottom: 23px;
	font-weight: 700;
}
/*
.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{
    gap: 20px;
}
.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: 15px;
	background-color: #F4F4F4;
}
.footer-top-mob__inner .accordion .accordion-button:focus{
    box-shadow: unset;
    padding: 15px;
}
.footer-top-mob__inner .accordion .accordion-button:not(.collapsed){
    background-color: unset;
    border-color: unset;
	background-color: #f4f4f4;
}
.footer-top-mob__inner .accordion .accordion-button::after{
    content: "";
    font-size: 22px;
    display: flex;
    align-items: center;
	width: 18px;
    height: 18px;
    background-size: 18px;
}
.footer-top-mob__inner .accordion .accordion-button:not(.collapsed)::after{
    content: "";
    color: #000;
	width: 18px;
    height: 18px;
    background-size: 18px;
}
.footer-top-mob__inner .accordion .accordion-item .accordion-body{
    padding: 15px;
	background-color: #f4f4f4;
}
.footer-top-mob__inner .accordion .accordion-item {
    border: unset;
    border-bottom: 1px solid #D1D1D1;
}
.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;
}

.footer-top-mob .tms-newsletter__area .tms-newsletter__inner p{
	display: none;
}

.footer-top-mob .tms-newsletter__area .tms-newsletter__inner .newsletter-form-box{
	display:block;
	margin-top: 28px;
}
.footer-top-mob .tms-newsletter__area .tms-newsletter__inner .newsletter-form-box label{
	margin-bottom:10px;
	font-weight: 700;
}
.footer-top-mob .tms-newsletter__area .newsletter-form .form-control{
	width:100%;
	margin-bottom: 10px;
    border-color: #ced4da;
}

/*================================
  tms account css
=================================*/

.account-details_area{
	margin:60px 0;
	margin-top: 170px;
}
.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;
}
.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 #908D65;
	color:#908D65;
}
.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 .nav-pills .nav-item.active .nav-link {
    background-color: #100e0e;
    color: white;
    border-radius: 0px;
}
.content-area_box .tab-content-wrapper .nav-pills .nav-item a{
    color: black !important;
    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:#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%;
}

.hero_slider{
	padding-bottom:20px;
	    margin-top: 140px;
}
.hero_slider .hero_slider-item{
	position:relative;
}
.hero_slider .hero_slider-item .hero-slider_caption{
	position: absolute;
    top: 30%;
    left: 2%;
    z-index: 10;
}
.hero_img-box video
{
max-width: 100%;
    height: auto;
}

.hero_slider .hero_slider-item .hero-slider_caption h1{
	color: #fff;
    line-height: 60px;
    font-size: 50px;
    letter-spacing: 2.8px;
	margin-bottom:35px;
	max-width: 500px;
}
.hero_slider .hero-slider_caption .action_btn{
	display: flex;
    align-items: center;
    gap: 10px;
}
.hero_slider .hero-slider_caption .action_btn .action_link-btn{
	color: #fff;
    font-size: 15px;
    border: 1px solid #fff;
    padding: 13px 13px;
	transition:all .3s linear;
}
.hero_slider .hero-slider_caption .action_btn .action_link-btn:hover{
	background:#fff;
	color:#000;
}
.swiper-pagination-bullet{
	width: 13px !important;
    height: 13px !important;
	background: #F6F6F6 !important;
}
.swiper-pagination-bullet-active{
	background:#908D65 !important;
}
.bgcode{
	background-color: #F4F4F4;
}
.tms-categories__area{
	padding-top:40px;
	padding-bottom:60px;
}
.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: 16px;
    text-align: center;
}
.customers_swiper .cust_title{
	color: var(--black, #000);
    font-weight: 400;
    font-size: 1.2rem;
    text-align: center;
    display: block;
    font-style: italic;
}
.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:10px 0;
}
.tms-partner_area .swiper-slide
{
    text-align: center;
}
.diamonds-product__area{
	padding:50px 0;
}
.diamonds-product__area .tms-diamonds_swiper{
	width:85%;
}
.diamonds-product__area h2{
	font-size:1.75rem
}
.diamonds-product__area p{
	width:400px;
}
.diamonds-product__area .product_img-box{
	width: 200px;
    height: 200px;
    margin: 0 auto;
}
.diamonds-product__area .product_img-box img{
	min-width:100%;
	max-width:100%;
	min-height:100%;
	max-height:100%;
	object-fit: cover;
}
.diamonds-product__area .tms-item_box{
	text-align:center;
}
.diamonds-product__area .tms-item_box h5{
	color: var(--black,#000);
    font-family: 'Lato';
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 8px;
    font-size: 15px;
    text-transform: uppercase;
}
.gemstones-product__area{
	padding:50px 0;
}
.gemstones-product__area .tms-gemstones_swiper{
	width:85%;
}
.gemstones-product__area h2{
	font-size: 1.75rem;
}
.gemstones-product__area p{
	width: 430px;
}
.gemstones-product__area .product_img-box{
	width: 200px;
    height: 200px;
    margin: 0 auto;
}
.gemstones-product__area .product_img-box img{
	min-width:100%;
	max-width:100%;
	min-height:100%;
	max-height:100%;
	object-fit: cover;
}
.gemstones-product__area .tms-item_box{
	text-align:center;
}
.gemstones-product__area .tms-item_box h5{
	color: var(--black,#000);
    font-family: 'Lato';
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 8px;
    font-size: 15px;
    text-transform: uppercase;
}
.or_sign{
	text-align:center;
	position:relative;
	margin-bottom: 16px;
	margin-top: 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;
	justify-content: center;
    align-items: center;
    gap: 10px;
}
.log_btn img{
	width:100%;
}

.signup-area{
    margin: 60px 0;
    margin-top: 140px;
}
.signup-area .login-box__left .login-box__inner h2{
	text-align:center;
	font-size: 1.75rem;
	margin-bottom: 50px;
	text-transform: uppercase;
}
.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: 1rem;
    font-weight: 700;
}
.tmc_box a{
	color: var(--primary-black);
    font-weight: 500;
    font-size: 1rem;
	cursor:pointer;
}
.tmc_box a:hover{
	text-decoration:underline !important;
	color:#0056b3;
}
.login-text_label{
	font-weight:500;
}
.consult-btn{
	width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 42px;
    border: 1px solid var(--dark-gold);
    background-color: var(--dark-gold);
    color: var(--white, #FFF);
    text-align: center;
    font-family: 'Lato';
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
	margin-bottom:1rem;
}
.consult-btn:hover{
	background-color: var(--white);
    color: #B68D40;
    border-color: #B68D40;
}
.pdp-info_area{
	padding-top:30px;
	padding-bottom:120px;
}
.pdp-info_box
{
    letter-spacing: 0.7px;
}
.pdp-info_area .pdp-info_box h6{
	font-weight: 700;
    font-size: 0.875rem;
    margin-bottom: 10px;
    text-transform: uppercase;
    color: var(--black);
}
.pdp-info_box .pdp-info_item
{
    display: flex;
    gap: 10px;
    text-transform: capitalize;
}
.pdp-info_box .pdp-info_item label{
	color: #5C5C5C;
    font-size: 1rem;
}
.pdp-info_box .pdp-info_item span{
	color: #5C5C5C;
    font-size: 1rem;
}
.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 collections css
=======================*/

.collection__wrapper{
	position:relative;
}
.collection__wrapper .collection_img-box img{
	width: 1414px;
    max-width: 100%;
    height: 479px;
    max-height: 100%;
}
.mt-50{
	margin-top:50px;
}
.collection__heading h2{
	font-size: 25px;
    font-weight: 400;
    text-transform: uppercase;
    color: var(--black, #000);
    margin-bottom: 0;
	text-align: center;
}
.collection__wrapper .collection_content h3{
	font-size: 18px;
    color: var(--black, #000);
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: center;
    margin-bottom: 30px;
}
.collection__wrapper .collection_content{
	text-align:center;
	padding-top: 10px;
	width: 75%;
    margin: 0 auto;
}
.pl-3{
	padding-left:3rem;
}
.collection__wrapper .collection_content p{
	text-align: center;
    margin-bottom: 30px;
    font-size: 15px;
    line-height: 30px;
    color: #5d5852;
}
.coll_link{
	border: 2px solid #000;
    color: var(--white);
    font-size: 16px;
    background-color: var(--black);
}
.collection__wrapper .coll-swiper-arrow-next{
	position: absolute;
    right: 30px;
    top: 50%;
    z-index: 1;
}
.collection__wrapper .coll-swiper-arrow-next img{
	width: 25px;
    height: 25px;
    opacity: .5;
}
.collection__wrapper .coll-swiper-arrow-prev{
	position: absolute;
    left: 30px;
    top: 50%;
    z-index: 1;
}
.collection__wrapper .coll-swiper-arrow-prev img{
	width: 25px;
    height: 25px;
    opacity: .5;
}
.collection__wrapper .swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none;
}

/*=========================
  book an appointment
===========================*/
.book-an-appointment_area{
	padding:50px 0;
	margin-top: 140px;
}
.book-an-appointment_area .section-banner_area{
	padding: 10px;
    border: 1px solid #e3e3e3;
    margin-bottom: 30px;
}
.book-an-appointment_area .section-banner_area img{
	width:100%;
}
.book-an-appointment_content{
	margin-bottom:50px;
}
.book-an-appointment_content h2{
	margin-bottom:40px;
}
.book-an-appointment_area .book-an-appointment_form .form-group{
	margin-bottom: 25px;
}
.book-an-appointment_area .book-an-appointment_form .form-control{
	font-size: 1.214em;
    height: 40px;
    border: 1px solid #d3d3d3;
    padding: 8px 16px;
}
.book-an-appointment_area .head-quarters_address{
	margin-left: 12%;
}
.book-an-appointment_area .head-quarters_address .address-wrap h3{
	font-size: 18px;
	margin-bottom: 16px;
}
.head-quarters_address .address-wrap .address-content_area{
	display: flex;
}
.head-quarters_address .address-wrap .address-content_area .info_side{
	width:50%;
	margin-right: 30px;
}
.head-quarters_address .address-wrap .address-content_area .info_side ul li{
	width: 100%;
    display: flex;
	margin-bottom: 10px;
}
.head-quarters_address .address-wrap .address-content_area .info_side ul li .heading{
	display: block;
    width: 30%;
    color: #000;
    font-weight: 600;
}
.head-quarters_address .address-wrap .address-content_area .info_side ul li .details{
	width: 70%;
}
.hrline{
    margin: 30px 0;
}
.head-quarters_address .address-wrap .address-content_area .map_side{
	padding: 8px;
    border: 1px solid #e3e3e3;
}

.tms-pc__product-cart-price{
	font-size:.85rem;
	font-weight: bold;
    color: #343a40;
}
.tms-pc__product-tag-price {
    font-size: 13px;
    font-weight: bold;
    color: #8d8d8d;
    text-decoration: line-through;
}
.tms-pc__product-cart-text{
	font-size:12px;
	font-weight:500;
	background-color: #b68d40;
    color: #fff;
    padding: 5px 16px;
}

.designdetail
{
    width: fit-content;
    padding: 3px 3px;
    font-size: 12px;
    border-radius: 22px;
    /* line-height: 17px; */
    letter-spacing: 1px;
}
.designdetail .designcode
{
	background: #918d65;
    width: fit-content;
    padding: 3px 3px;
    color: white;
    font-size: 12px;
    border-radius: 22px;
    /* line-height: 17px; */
    letter-spacing: 1px;
}

/*===========================
   product category css 
============================*/

.tms-pc__fbox2{
	display: flex;
    gap: 70px;
}
.tms-pc__flist-item .form-check-tab{
	color: #908D65;
    font-family: Segoe UI;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.56px;
}

.mm-content-title.childmenu,.mm-content-title.childsubmenu
{
    text-transform: capitalize !important;
    font-weight: 500 !important;
    font-size: 15px !important;
}

.menu_highlight
{
    color: #908d65 !important;
    font-weight: 500 !important;
}

.get_products .timeline-item {
    background: #fff;
    border: 1px solid #eeeeee;
    border-radius: 0px;
    padding: 5px;
    height: 390px;
    margin: 0 auto;
    max-width: 100%;
	max-height:290px;
}

.hero_slider-swiper .timeline-item {
    background: #fff;
    border: 1px solid #eeeeee;
    border-radius: 0px;
    padding: 5px;
    height: 390px;
    margin: 0 auto;
    max-width: 100%;
}

.tms-categories__box .timeline-item {
    background: #fff;
    border: 1px solid #eeeeee;
    border-radius: 0px;
    padding: 5px;
    height: 260px;
    margin: 0 auto;
    max-width: 100%;
}

.collection__wrapper .timeline-item {
    background: #fff;
    border: 1px solid #eeeeee;
    border-radius: 0px;
    padding: 5px;
    height: 350px !important;
    margin: 0 auto;
    max-width: 100%;
}

.tms-collection__area .timeline-item {
    background: #fff;
    border: 1px solid #eeeeee;
    border-radius: 0px;
    padding: 5px;
    height: 350px !important;
    margin: 0 auto;
    max-width: 100%;
}

.tms-banner__area .timeline-item {
    background: #fff;
    border: 1px solid #eeeeee;
    border-radius: 0px;
    /*padding: 5px;*/
    height: 400px !important;
    margin: 0 auto;
    max-width: 100%;
}

.tms-categories__box:hover .tms-pc__product-like {
	display:block;
}


.diamonds-product__area .timeline-item {
    background: #fff;
    border: 1px solid #eeeeee;
    border-radius: 0px;
    padding: 5px;
    height: 260px;
    margin: 0 auto;
    max-width: 100%;
}

.tms-partner_swiper .timeline-item {
    background: #fff;
    border: 1px solid #eeeeee;
    border-radius: 0px;
    padding: 5px;
    height: 260px;
    margin: 0 auto;
    max-width: 100%;
}

.gemstones-product__area .timeline-item {
    background: #fff;
    border: 1px solid #eeeeee;
    border-radius: 0px;
    padding: 5px;
    height: 260px;
    margin: 0 auto;
    max-width: 100%;
}

.timeline-item {
    background: #fff;
    border: 1px solid #eeeeee;
    border-radius: 3px;
    padding: 12px;
    height: 260px;
    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: 100%;
    position: relative;
}

.load-more {
  background-color: black;
  border-color: black;
  color: #fff;
}
.load-more span {
  animation-name: loading;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-fill-mode: both;
  color: #fff;
  font-weight: bolder;
}
@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;
}

.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;
}


.loadMore::after {
    content: '';
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    left: calc(50% - 0.75em);
    top: calc(40% - 0.75em);
    border: 3px solid transparent;
    border-right-color: #b68d40;
    border-left-color: #b68d40;
    border-top-color: #b68d40;
    border-radius: 64%;
    animation: button-anim 0.7s linear infinite;
  opacity: 0;
}

@keyframes button-anim {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
.loadMore.loading {
  color: transparent;
  
}

.loadMore.loading::after {
  opacity: 1;
}
 .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);*/
}
 .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;
}
.searchProductButton
{
    display: flex;
    flex-direction: row;
    gap: 15px;
    font-size: 21px;
    color: #b1ae89;
    align-items: center;
}
.searchProductButton .viewproduct , .AddtoCartButton, .AddtoWishlistButton
{
    cursor: pointer;
}
#overlay{	
  position: fixed;
  top: 0;
  z-index: 100;
  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 #c3bfb9 solid;
    border-top: 4px #b68d40 solid;
    border-right: 4px #b68d40 solid;
    border-radius: 50%;
    animation: sp-anime 0.8s infinite linear;
}
@keyframes sp-anime {
  100% { 
    transform: rotate(360deg); 
  }
}
.is-hide{
  display:none;
}
.notfoundProductView
{
    text-align: center;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 70px;
    font-size: 23px;
    font-family: fantasy;
    color: #cccab3;
}

    /* (A) LOADING SPINNER WRAPPER */
.dropload {
  position: relative;
  display: inline-block; /* or block */
  width:100%;
}
.dropload .form-select:disabled {
    background: white !important;
}
 
/* (B) LOADING SPINNER OVERLAY */
.dropload::before {
  /* (B1) LAYERING & DIMENSIONS */
  position: absolute; top: 0; left: 0;
  display: block; width: 100%; height: 100%;
 
  /* (B2) LOADING SPINNER */
  content: "";
  background: url("https://jewelry.healingnature.in/assets/images/loading.gif") no-repeat center;
 
  /* (B3) HIDDEN BY DEFAULT */
  opacity: 0; visibility: hidden;
 
  /* (B4) FADE ANIMATION */
  transition: opacity 0.5s;
}
 
/* (C) SHOW LOADING SPINNER */
.dropload.show::before {
  opacity: 1; visibility: visible;
}
.error
{
    color: red;
    font-size: 13px;
}
.breadcrumb{
    text-transform: capitalize;
	margin-bottom: 25px;
}

.address_btn
{
    background: black;
    color: white;
}
.address_btn:hover
{
    background: black !important;
    color: white !important;
}
.address_row
{
        color: black;
}

.dyo-start-carousel
{
	
    background: #dfdfdf;
	padding-bottom:50px;
}

/*=============================
  design own style
*============================*/

.design-own__area{
	padding:50px 0;
	margin-top: 140px;
}
.design-own__head{
	text-align:center;
}
.design-own__head h2{
	font-weight: 700;
    font-size: 30px;
    margin-bottom: 16px;
}
.design-own__head span{
	font-size:19px;
	margin-bottom: 5px;
    display: block;
}
.design-own__wrap{
	width:75%;
	margin:0 auto;
}
.design-own__area .design-own__item{
	text-align:center;
}
.design-own__area .design-own__item .item-img__box{
	padding-bottom:50px;
}
.design-own__area .design-own__item .item-img__box img{
	max-width:100%;
}
.design-own__item .own-btn__link{
	text-transform: uppercase;
    background: var(--primary-color);
    color: var(--white);
    padding: 8px 30px;
    border-radius: 3px;
}
.design-own__area .own-or__bx{
	display: flex;
    align-items: flex-end;
    height: 100%;
    justify-content: center;
}
.design-own__area .own-or__bx .own-or__text{
	display: flex;
    align-items: center;
	gap:5px;
}
.design-own__area .own-or__bx .hr-line{
	width:14px;
}

.design-own__creation{
	padding:50px 0;
}
.design-own__creation .creationbg{
	width: 80%;
    margin: 0 auto;
    background: #F7F7F7;
    padding: 60px 50px;
}
.design-own__creation .design-creation__item .creation__img{
	padding-bottom: 16px;
}
.design-own__creation .design-creation__item img{
	max-width:100%;
	width: 278px;
    height: 278px;
}
.design-own__creation .design-creation__item h5{
	font-size: 15px;
    line-height: 24px;
	margin-bottom: 16px;
}
.design-own__creation .design-creation__item a{
	color: var(--primary-color);
    font-weight: 500;
    border-bottom: 2px solid var(--primary-color);
}
.section-size{
	width:80%;
	margin:0 auto;
}

.design-own__descsec{
	padding-bottom:50px;
}
.design-own__descsec .descr{
	text-align:center;
}
.design-own__descsec .img__area{
	text-align:center;
}
.design-own__descsec .img__area img{
	max-width: 100%;
    width: 385px;
    height: 385px;
}

/*================================
   design own details style
================================*/

/*** header style ***/
.design-own__header{
	background: #343a40;
    padding: 6px 13px;
    height: 150px;
}
.design-own__header .top__area{
	display: flex;
    justify-content: center;
}
.design-own__header .top__area .logo__text a{
	color: #fff;
    font-family: Didot;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 2.8px;
}
.design-own__header .top__area h5{
	font-size: 14px;
    color: #fff;
    padding-top: 7px;
}
.design-own__header .top__area .right__content{
	width:120px;
}
.design-own__header .design-own__menuitem{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    height: 70px;
}
.design-own__header .design-own__menuitem ul{
	display: flex;
	justify-content: center;
    align-items: center;
    gap: 10px;
	width: 400px;
}
.design-own__header .design-own__menuitem ul li{
	position:relative;
	border-top: 3px solid gray;
    width: 130px;
    text-align: center;
}
.design-own__header .design-own__menuitem ul li.active{
	border-top: 3px solid #fff;
}

.design-own__header .design-own__menuitem ul li a{
	font-size: 13px;
    color: #fff;
    text-transform: uppercase;
}
.design-own__header .design-own__menuitem .back .back__link{
	color: var(--white);
}
.design-own__header .design-own__menuitem .back .back__link:hover{
	text-decoration:underline !important;
}
.design-own__header .design-own__menuitem .back .back__link i{
	margin-right:6px;
	font-size: 14px;
}
.design-own__header .design-own__menuitem .right__menu_ar{
	width: 55px;
}

.design-own__deatails{
	padding:50px 0;
}
.design-own__deatails .default_jewelry-settings
{
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    min-height: 400px;
	border: 1px solid #dee2e6;
	margin: 45px 0px;
}
.design-own__deatails .default_jewelry-settings img
{
	width:150px;
}

.design-own__deatails .default_jewelry-settings h4
{
	text-align: center;
    margin-top: 15px;
}

.design-own__deatails .pdp-info_box 
{
   margin-top:15px;
}


.design-own__deatails .pdp-accor-descDetail h6
{
   font-weight: bold;
    font-size: 15px;
    text-transform: uppercase;
}

.design-own__deatails .container{
	max-width:1490px;
}
.design-own__deatails .design-own__filter .title{
	text-align: center;
    font-size: 14px;
    font-weight: 600;
}
.design-own__deatails .design-own__filter .tot_prod{
	font-weight:600;
}
.design-own__deatails .design-own__filter .table{
	margin-bottom:30px;
}
.design-own__deatails .design-own__filter .table tr th{
    text-align: center; 
	border-top: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
	font-weight: 500;
	cursor: pointer;
}
.design-own__deatails .design-own__filter .table tr th:nth-child(1){
    border-right: 1px solid #dee2e6;
	width: 310px;
}
.design-own__deatails .design-own__filter .table tr th:nth-child(2){
    border-right: 1px solid #dee2e6;
	width: 310px;
}
.design-own__deatails .design-own__singleproduct{
	margin-bottom:30px;
}
.design-own__deatails .design-own__singleproduct .single-prod__img{
	position:relative;
	margin-bottom: 5px;
}
.design-own__deatails .design-own__singleproduct .single-prod__img .fav__icon{
	width: 26px;
    float: right;
    margin: 6px 10px;
	position: absolute;
    top: 0px;
    right: 0px;
    cursor: pointer;
    z-index: 9;
}
.design-own__deatails .design-own__singleproduct .single-prod__img img{
	max-width:100%;
	max-height: 259px;

}
.design-own__deatails .design-own__singleproduct .single-prod__img .single-prod__swiper:after{
	content:"";
	position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #aaa;
    opacity: .1;
    z-index: 1;
}
.design-own__deatails .design-own__singleproduct .single-prod__img .single-prod__swiper{
	position: relative;
    transition: all .3s;
}
.row.get_products
{
	cursor: pointer;
}
.design-own__deatails .design-own__singleproduct .single-prod__img .swiper-parrow-next{
	display:none
}
.design-own__deatails .design-own__singleproduct .single-prod__img .swiper-parrow-prev{
	display:none
}
.design-own__deatails .design-own__singleproduct:hover .single-prod__img .swiper-parrow-next{
	display:block
}
.design-own__deatails .design-own__singleproduct:hover .single-prod__img .swiper-parrow-prev{
	display:block
}
.design-own__deatails .design-own__singleproduct .single-prod__img .swiper-parrow-next{
	position: absolute;
    right: 3px;
    top: 50%;
    z-index: 999;
}
.design-own__deatails .design-own__singleproduct .single-prod__img .swiper-parrow-next img{
	width:20px;
	height:20px;
	opacity: .6;
	
}
.design-own__deatails .design-own__singleproduct .single-prod__img .swiper-parrow-prev{
	position: absolute;
    left: 3px;
    top: 50%;
    z-index: 999;
}
.design-own__deatails .design-own__singleproduct .single-prod__img .swiper-parrow-prev img{
	width:20px;
	height:20px;
	opacity: .6;
}
.design-own__deatails .design-own__singleproduct .single-prod__content h5{
	font-size: 14px;
    line-height: 18px;
    margin-bottom: 10px;
}
.design-own__deatails .design-own__singleproduct .single-prod__content .single-prod__price{
	font-size: 15px;
    font-weight: 600;
}
.design-own__deatails .design-own__singleproduct .single-prod__content .single-prod_tag_price{
	font-size: 15px;
    font-weight: 600;
    color: #2323239c;
    text-decoration: line-through;
}

.design-own__deatails .prod__details{
	position:relative;
}
.design-own__deatails .prod__details .swiper-arrow-next {
    position: absolute;
    right: 30px;
    top: 50%;
    z-index: 1;
}
.design-own__deatails .prod__details .swiper-arrow-prev {
    position: absolute;
    left: 30px;
    top: 50%;
    z-index: 1;
}
.design-own__deatails .prod__details .swiper-arrow-prev img {
    width: 32px;
    height: 32px;
    opacity: .5;
}
.design-own__deatails .prod__details .swiper-arrow-next img {
    width: 32px;
    height: 32px;
    opacity: .5;
}
.design-own__deatails .prod__details .product_img-box img{
	max-width:100%;
}

.design-own__deatails .prod__content h3{
    font-size: 18px;
    color: #000; 
}
.design-own__deatails .prod__content .prod__sku{
	display: block;
    margin-bottom: 13px;
    color: #5C5C5C;
}
.design-own__deatails .prod__content .prod__price{
	display: block;
    margin-bottom: 20px;
}
.prod__settingbtn{
	margin-top:24px;
	margin-bottom: 24px;
}
.prod__settingbtn .setting__btn{
	background: var(--primary-color);
    color: #fff;
    width: 100%;
    display: block;
    padding: 10px;
    text-align: center;
    border: 8px;
}

.details-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: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.84px;
    background-size: 12px 12px;
}
.details-select-material .form-select:focus {
    border-color: #D4D4D4;
}
.design-own__deatails .prod__content .accordion-flush .accordion-item{
	border-bottom: 1px solid #D4D4D4;
}
.design-own__deatails .prod__content .accordion-flush .accordion-item:first-child {
    border-top: 1px solid #D4D4D4;
	border-bottom: 0;
}
.design-own__deatails .prod__content .accordion-flush .accordion-item .accordion-header .accordion-button{
	padding: 13px 9px;
}
.design-own__deatails .prod__content .accordion-flush .accordion-item .accordion-header .accordion-button:focus {
	border-color:unset;
	box-shadow:unset;
}
.design-own__deatails .prod__content .accordion-flush .accordion-item .accordion-header .accordion-button:not(.collapsed) {
	background-color:#fff;
	color:inherit;
}

.design-own__deatails .prod__content .prod-share__link{
	margin-top: 55px;
}
.design-own__deatails .prod__content .prod-share__link ul{
	display: flex;
    justify-content: space-around;
    align-items: center;
}
.design-own__deatails .prod__content .prod-share__link ul li a{
	color: var(--primary-color);
    font-size: 15px;
    font-weight: 500;
}
.design-own__deatails .prod__content .prod-share__link ul li a img{
	width: 20px;
    margin-right: 3px;
}

/*** filter css ***/
.filter {
    width: 529px !important;
}
.design-own__product .offcanvas-header{
	background-color: #FAFAFA;
}
.design-own__product .design-own__title{
	font-size: 20px;
    font-weight: 500;
    margin-bottom: 0;
	text-transform: uppercase;
}
.design-own__product .offcanvas-body .design-own-inner .accordion-header .accordion-button{
	padding: 12px 13px;
    font-size: 14px;
    text-transform: uppercase;
}
.design-own__product .offcanvas-body .design-own-inner .accordion-header .accordion-button:focus {
	border-color:unset;
	box-shadow:unset;
}
.design-own__product .offcanvas-body .design-own-inner .accordion-header .accordion-button:not(.collapsed) {
	color:var(--primary-color);
	background:#fff;
}
.design-own__product .offcanvas-body .design-own-inner .accordion-header .accordion-button::after {
    width: 18px !important;
    height: 18px !important;
}
.design-own__product .offcanvas-body .design-own-inner .accordion-header .accordion-button:not(.collapsed)::after {
	filter: grayscale(1);
}
.design-own__product .offcanvas-body .design-own-inner .accordion-item .filter__item .form-check{
	display: flex;
    align-items: center;
    gap: 10px;
	margin-bottom: 8px;
}
.design-own__product .offcanvas-body .design-own-inner .accordion-item .filter__item{
	display: grid;
    grid-template-columns: 250px 250px;
}
.design-own__product .offcanvas-body .design-own-inner .accordion-item .filter__item .form-check .form-check-label{
	font-size: 14px;
    padding-top: 3px;
}
.design-own__product .offcanvas-body .design-own-inner .accordion-item .filter_bx{
	display: flex;
    gap: 20px;
}
.design-own__product .offcanvas-body .design-own-inner .accordion-item .filter_bx input{
	width:200px;
}

.design-own__product .offcanvas-footer{
	background-color: #FAFAFA;
    padding: 24px 0;
    border-top: 1px solid #eee;
}
.design-own__product .offcanvas-footer .apply__filter{
	text-align: center;
}
.design-own__product .offcanvas-footer .apply__filter .clear__btn{
	border: 1px solid var(--primary-color);
    color: var(--primary-color);
    border-radius: 3px;
    padding: 8px 20px;
}
.design-own__product .offcanvas-footer .apply__filter .apply__btn{
	background-color: var(--primary-color);
    color: var(--white);
    border-radius: 3px;
    padding: 8px 20px;
}
.design-own__product .offcanvas-body {
	overflow-x:hidden;
}

.sortfilter {
    width: 529px !important;
}
.design-own__product .offcanvas-body .design-own-inner .sort__filter .sort__range{
	display: block;
    color: var(--primary-color);
    font-size: 14px;
	padding: 8px 13px;
}
.design-own__product .offcanvas-body .design-own-inner .sort__filter .sort__range:hover{
	background: #FAFAFA;
}

.sizeguide{
   width: 529px !important;
}
.sizeguide .sizeguide-inner .table>:not(caption)>*>*{
   border-bottom-width: 0;
}
.sizeguide .sizeguide-inner .table tbody tr:hover{
	background: #FAFAFA;
}

.your-design__area{
	padding:50px 0;
}
.your-design__area h3{
	font-size:20px;
}
.your-design__area .item-img__box{
	text-align: center;
}
.your-design__area .item-img__box img{
	max-width:300px;
}
.your-design__area h4{
	font-size: 16px;
}
.your-design__area span{
    font-size: 13px;
    color: #5C5C5C;
    line-height: 24px;
}
.your-design__area .price{
	font-size: 16px;
	margin-top: 45px;
}
.your-design__area .redir__detail{
	font-size: 14px;
    color: #5C5C5C;
}
.bor{
	border-right: 1px solid #CBCBCB;
}
.your-design__area .product__container{
	display: flex;
	width: 80%;
    margin: 0 auto;
	padding-bottom: 40px;
}
.your-design__area .product__container .your-design__item{
	padding: 20px 50px;
}
.your-design__area .product__container .product__leftcontent{
	width:50%;
}
.your-design__area .product__container .product__rightcontent{
	width:50%;
}
.your-design__area .esti__price{
	width: 30%;
    margin: 0 auto;
    text-align: center;
}
.your-design__area .esti__price{
	width: 35%;
    margin: 0 auto;
    text-align: center;
}
.your-design__area .esti__price h2{
	font-size: 22px;
	margin-bottom: 18px;
}
.your-design__area .esti__price .esti__content{
	background-color: #d4edda;
    border-color: #d4edda;
    padding: 13px 20px;
}
.your-design__area .esti__price .esti__content p{
	color: #155724;
    text-align: center;
	margin-bottom: 0;
}
.your-design__area .esti__price .mockbtn{
	margin-top:16px;
	margin-bottom: 40px;
}
.your-design__area .esti__price .mockbtn a{
	background-color: var(--primary-color);
    color: var(--white);
    padding: 8px 16px;
    width: 100%;
    display: block;
    border-radius: 5px;
}
.your-design__area .esti__price .prod-share__link ul{
	display: flex;
    justify-content: space-around;
    align-items: center;
}
.your-design__area .esti__price .prod-share__link ul li a{
	color: var(--primary-color);
    font-size: 16px;
}
.your-design__area .esti__price .prod-share__link ul li a img{
	margin-right: 3px;
}

.your-design__area .dyo-preview-more
{
	border-top: 1px solid #f1eded;
    border-bottom: 1px solid #f1eded;
}
.your-design__area .dyo-preview-more ul
{
	font-size: 13px;
}

.your-design__area .dyo-preview-more ul li
{
	text-align: left;
}



.cf:before, .cf:after{
    content:"";
    display:table;
}

.cf:after{
    clear:both;
}

.cf{
    zoom:1;
}    
/* Form wrapper styling */

.search-wrapper {
    margin: 0px auto 0px auto;
    border-radius: 5px;
    background: transparent;
}

.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%;
    max-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;
    top: -45.5px;
    float: right;
    border: 0;
    padding: 0;
    cursor: pointer;
    height: 45px;
    width: 95px;
    /* font: 13px / 40px 'lucida sans', 'trebuchet MS', 'Tahoma'; */
    color: #fff;
    text-transform: uppercase;
    background: #060606;
    border-radius: 0px 5px 5px 0px;
    text-shadow: 0 -1px 0 rgba(0, 0 ,0, .3);
} 
 
.pb50{
	padding-bottom:50px;
}

.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;
}   


.mobfilter .tms-pc__flist
{
    display:block;
}
.mobfilter .filtercloseModal
{
    display:block;
}
.mobfilter .tms-pc__flist
{
    padding: 70px 0px;
    width: -webkit-fill-available;
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    background: #fff;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: flex-start;
    gap: 15px;
    align-items: flex-start;
	width: 100%;
    height: 100%;
}
.mobfilter .tms-pc__flist .tms-pc__flist-item{
	padding: 10px 16px;
    margin-right: -20px;
    border-bottom: 1px solid #ccc;
    width: 100%;
}
.mobfilter .tms-pc__flist .tms-pc__flist-item span{
	display:none;
}
.filtercloseModal {
	 position: absolute;
	 top: 10px;
	 right: 10px;
	 width: 24px;
	 height: 24px;
	 opacity: 0.2;
	 cursor: pointer;
	 transition: opacity ease 0.5s;
	 display:none;
}
 .filtercloseModal:hover {
	 opacity: 1;
}
 .filtercloseModal::before, .filtercloseModal::after {
	 content: '';
	 position: absolute;
	 top: 10px;
	 display: block;
	 width: 24px;
	 height: 3px;
	 background: #000;
}
 .filtercloseModal::before {
	 transform: rotate(45deg);
}
 .filtercloseModal::after {
	 transform: rotate(-45deg);
}
 
 
 @import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700);
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  color: var(--primary-color);
  font-family: "Open Sans", sans-serif;
}

.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;
}

@-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;    
}

.searchwishlist img
{
    width: 25px;
    cursor: pointer;
}

#profileImagereview {
  width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #1e1d20;
    font-size: 30px;
    color: #ffffff;
    text-align: center;
    /* line-height: 150px; */
    /* margin: 20px 0; */
    font-weight: bold;
    font-family: none;
}

.footer-midd .footer-box{
	display: flex;
    align-items: center;
    gap: 30px;
    justify-content: end;
}
.footer-midd .footer-box h3{
	margin-bottom: 0;
}

.footer-bottom{
	background-color: var(--white);
}
.f_logo{
    color: var(--black);
	margin-bottom: 40px;
    display: block;
}
.f_logo h2{
	font-size:40px;
}

.sku__details .sku__content{
	margin-bottom: 24px;
}
.sku__details .sku__content h5{
	font-size: 1rem;
    color: #5C5C5C;
}
.sku__details .details{
	padding-right: 6%;
}
.sku__details .details p{
	color: #5C5C5C;
}
.desc-hr{
	background: #CBCBCB;
    max-width: 95%;
    margin-left: 0;
    height: 3px;
    opacity: 0.8;
	border: none;
}

.pdp-like-product h2{
	font-size: 0.875rem;
    font-weight: bold;
    border-bottom: 0;
	padding: 0;
	text-transform: uppercase;
}

/*=================================
   header top links
=================================*/

.header-top__links{
	background: #333333;
    color: #fff;
    padding: 8px;
    text-align: center;
    font-size: 0.6875rem;
    line-height: normal;
}
.header-top__links .top-links{
	display: flex;
    justify-content: center;
    align-items: center;
    gap: 25px;
}
.header-top__links .top-links .link__item{
	color: #ffffff;
    text-transform: uppercase;
    white-space: nowrap;
}
.header-top__links .top-links .link__item:hover{
	text-decoration:underline !important;
}
.header-top__links .top-links i{
	font-size:4px;
}

.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;
    text-transform: uppercase;
}
.categoey_content p{
	font-size: 16px;
    color: #6c757d;
    max-width: 1024px;
}
.tms-product-subcategoey__area
{
    margin-top: 15px;
}

.pdp__act ul li a{
	font-size: 0.8125rem;
    color: #5C5C5C;
	text-decoration: underline !important;
}
.pdp__act ul li a:hover{
	color:#0056b3;
}
.pdp__act ul{
	display: flex;
    gap: 50px;
}

.header-top-mob__links{
	display:none;
}
.header-top-mob__links .tplinks__swiper .swiper-slide{
	text-align:center;
}
.header-top-mob__links .tplinks__swiper .swiper-slide .link__item{
	color: #ffffff;
    text-transform: uppercase;
    white-space: nowrap;
}

.mob-megaMenu__box .mob-megaMenu__list .mm-content{
	margin-bottom: 30px;
}
.featuredProduct-inner .tms-pc__product-img__content h3{
	font-size:1rem;
}
.featuredProduct-inner .tms-pc__product-img{
	width: 235px;
    height: 235px;
	position:relative;
}
.fill{
	color:#e33629;
}

/*** cart page ***/
.cart-area .checkoutCart-container{
	width: 100%;
}
.cart-area .checkoutCart-container .cart-box__right{
	width: 500px;
    float: right;
}
.cont-shop:hover{
	text-decoration:underline;
}

/*-------------
Help-tip Style
---------------*/
.help-tip {
      position: absolute;
    top: 0px;
    right: -38px;
}

.help-tip::before { /*question sign*/
  content: "?";
    /* position: absolute; */
    /* top: 0; */
    /* right: 0; */
    font-size: 16px;
    padding: 0px 6px;
    border-radius: 50%;
    font-weight: bold;
    cursor: help;
    background: #060606;
    color: #f9f9f9;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
}

.help-tip__content {
  position: absolute;
  top: 30px;
    right: -12px;
  min-width: 15em;
  padding: .5em 1em;
  background: rgba(31, 35, 39, 0.9);
  color: #f9f9f9;
  border-radius: .2em;
  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
  z-index: 2;
  transform-origin: 95% -1%;
  transform: scale(0);
  transition: transform .2s ease;
  font-size: 11px;
    /* text-align: left; */
    line-height: 17px;
}

.help-tip__content::before { /*pointer of the help-tip*/
  content: "";
  position: absolute;
  top: -1.35em; right: .6em; 
  border: .7em solid transparent;
  border-bottom-color: rgba(31, 35, 39, 0.9);
}

.help-tip__content::after { /*prevents help-tip from being hidden when mouse moves from the question sign down to the content*/
  content: "";
  position: absolute;
  width: 60%;
  min-height: 2em;
  top: -2em; right: 0;
  //background: red;
}

.help-tip:hover .help-tip__content,
.help-tip:focus .help-tip__content{
  transform: scale(1);
}


@supports(filter: drop-shadow(0 0 0 #ccc)) { /*for browsers that support filter: drop-shadow, we add it and remove box-shadow*/
  
  .help-tip__content {
    box-shadow: none;
    filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, .5));
  }
  
}

@supports(display: flex) { /*for browsers that support display: flex*/
  
  .help-tip__content {
    display: flex;
    flex-flow: column;
    flex-wrap: wrap;
  }
  
}

.footer-top .row{
	display:flex;
	justify-content:center;
}
.footer-top .col-lg-3{
	width: 20%;
}

.collection-head__title{
	display:none;
}
.collection-head__title h2{
	font-size: 25px;
    font-weight: 400;
    text-transform: uppercase;
    color: var(--black, #000);
    margin-bottom: 0;
    text-align: center;
}
.form-group{
	margin-bottom:16px;
}

.pdp-like-product .nav-pills .nav-item .nav-link{
	background-color: #fff;
    color: #ACACAC;
    font-size: 0.875rem;
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'Lato';
	padding-left: 0;
    padding-right: 0;
}
.pdp-like-product .nav-pills .nav-item .nav-link.active{
	color: #232323;
}
.pdp-like-product .nav-pills .nav-item span{
	margin-top: 5px;
    display: block;
    color: #979797;
    font-weight: 700;
	padding-left: 15px;
    padding-right: 15px;
}

.filter-badges {
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: -.7rem !important;
    margin-right: -.7rem !important;
    margin-bottom: 12px;
    margin-top: 0px;
    justify-content: flex-start;
}

.badge-filter-title
{
    letter-spacing: 1px;
}

.align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
}
.badge-filter {
    padding: .3rem .6rem;
    margin-right: .5rem;
    margin-bottom: .4rem;
    background-color: #f6f6f6;
    border: 1px solid #eee;
    border-radius: 12px;
    display: flex;
    color: #777;
    font-size: .65rem;
    justify-content: center;
    gap: 5px;
    align-items: center;
}
.pb-2 .btn-clear
{
    font-size: 13px;
    color: #463c3cb3;
}
.filterViewbadge .badge-filter .times
{
    font-size: 15px;
    cursor: pointer;
}

.filterViewbadge
{
    display: flex;
    flex-wrap: wrap;
}

.text-uppercase {
    text-transform: uppercase !important;
}

.product_img-box img
{
}

#pagination-demo{
  display: flex;
    margin-bottom: 1.75em;
    margin: 8px;
    flex-wrap: nowrap;
    justify-content: center;
    gap: 5px;
}
#pagination-demo li{
  display: inline-block;
}

.page-link
{
        color: black;
        border: none;
        font-size: 16px;

}

.page-link:hover {
    z-index: 2;
    color: #ffffff;
    background-color: #b68d40;
    border-color: var(--bs-pagination-hover-border-color);
}

.page-item:last-child .page-link {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.page-item:first-child .page-link {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.active>.page-link, .page-link.active {
    z-index: 3;
    color: var(--bs-pagination-active-color);
    background-color: #b68d40;
    border-color: #b68d40;
}
.page-item.disabled a{
      color: #0e0d0d33;
    background: none;
}

.page-content{
  background: #eee;
  display: inline-block;
  padding: 10px;
  width: 100%;
  max-width: 660px;
}