@font-face {
    font-family: 'bon v serif';
    src: url('../fonts/BonVivantSerifBold.woff2') format('woff2'),
        url('../fonts/BonVivantSerifBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'bon v serif';
    src: url('../fonts/BonVivantSerif.woff2') format('woff2'),
        url('../fonts/BonVivantSerif.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'bon v serif';
    src: url('../fonts/BonVivant-Regular.woff2') format('woff2'),
        url('../fonts/BonVivant-Regular.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}
@media screen and (max-width:640px){
html{
	font-size:16px;
	}
	.uk-breadcrumb>*>* {
		font-size:14px !important;
	}
	.mbl-spacing-h{
		padding:0px 16px;
	}
	.uk-dotnav>*>* {
    width: 6px;
    height: 6px;
}
	.uk-h1{
		font-size:24px !important;
	}
}
.uk-navbar-toggle-icon svg{display:none;} 

.uk-navbar-toggle-icon{	position:relative;}
.uk-navbar-toggle-icon::before{
	content: url(../images/humburger-icon.svg);
	position:relative;
	top:0;
	left:0;
	height:40px;
	width:40px;
}
.uk-totop svg{display:none;}
.uk-totop{	position:relative;}
.uk-totop::before{
	content: url(../images/back-to-top.svg);
	position:relative;
	top:0;
	left:0;
	height:18px;
	width:100%;
}
.uk-button-text{position:relative;}
.uk-light .uk-button-text::before {
    content: url(../images/arrow-right-light.svg) !important; 
}
.uk-button-text::before {
    content: url(../images/arrow-right-dark.svg) !important;
  	position: absolute;
    left: 105% !important;
	bottom:0 !important;
	transition:0.3s ease-in-out; 
}
.uk-button-text:hover::before {
	transform:translatex(5px);
}
.product-slider{overflow:visible;}
@media screen and (min-width:640px){
.product-slider .uk-grid > div{
	padding-left:150px !important;
}
}
@media screen and (max-width:640px){
.product-slider .uk-grid > div{
	padding-left:115px !important;
}
}

.overlay-center-item-mbl .uk-slider-items> div {
	display: flex;
  	align-items: center;
  	justify-content: center; 
	}
.overlay-center-item .uk-slider-items> div {
	display: flex;
  	align-items: center;
  	justify-content: center; 
	}
.overlay-center-item .uk-slider-items> div:nth-child(1) {
		width:20% !important;
		display: flex;
  		align-items: center;
  		justify-content: center; 
	}
.overlay-center-item .uk-slider-items> div:nth-child(2) {
		width:18% !important;
		display: flex;
  		align-items: center;
  		justify-content: center; 
	}
.overlay-center-item .uk-slider-items> div:nth-child(3) {
		width:24% !important;
		display: flex;
  		align-items: center;
  		justify-content: center; 
	}
.overlay-center-item .uk-slider-items> div:nth-child(4) {
		width:20% !important;
		display: flex;
  		align-items: center;
  		justify-content: center; 
	}
.overlay-center-item .uk-slider-items> div:nth-child(5) {
		width:18% !important;
		display: flex;
  		align-items: center;
  		justify-content: center; 
	}
.product-grid-collection .uk-grid .el-item .el-title, .product-grid-collection .uk-grid .el-item .el-content{
	transition:0.7s;
}
/* collection product slider -------------------------------------------------------------------------- */
.product-panel-slider .uk-grid .el-item .el-title, .product-panel-slider .uk-grid .el-item .el-content{
	background:#F1EEE9 !important;
}
/* collection product list */
.product-grid-collection .uk-grid .el-item .el-title{
position:relative;
	width:60%;
	padding-top:14px;
	padding-left:30px;
	padding-right:30px;
	text-transform:uppercase;
	background:#fff;
	bottom:20px;
	left:50%;
	transform:translatex(-50%);
}
.product-grid-collection .uk-grid .el-item .el-content{
position:relative;
	color:#A8582A;
	width:60%;
	padding-top:0;
	padding-bottom:10px;
	padding-left:30px;
	padding-right:30px;
	background:#fff;
	bottom:20px;
	left:50%;
	transform:translatex(-50%);
}
.product-grid-collection .uk-grid .el-item:hover .el-title{
	bottom:55px;
}
.product-grid-collection .uk-grid .el-item:hover .el-content{
	bottom:55px;
}
/* ----------------end---------------------- */
@media (min-width: 960px) {
    .custom-grid-width .uk-width-2-5\@m {
        width: 44%;
    }
	 .custom-grid-width .uk-width-3-5\@m {
        width: 56%;
    }
}
#artisans-voice::before{
	content:'';
	position:absolute;
	top:10%;
	left:88%;
	height:90px;
	width:100px;
	background-image:url(../images/testimonials-quot-icon.png);
	background-repeat:no-repeat;
	background-position:95% 10%;
	background-size:auto;
	z-index:2;
}
@media screen and (max-width:960px) and (min-width:640px){
	#artisans-voice::before{
	top:5%;
	left:80%;
	height:90px;
	width:100px;
	}
	.artisan-voice-slider .el-image{
		height:800px !important;
		width:800px !important;
	}
}
@media screen and (max-width:640px){
	#artisans-voice::before{
	top:3%;
	left:80%;
	height:45px;
	width:50px;
	background-size:cover;
	}
	.artisan-voice-slider .el-image{
		height:600px !important;
		width:600px !important;
	}
}
@media screen and (min-width:960px){
.update-slider .uk-slider-items .uk-width-1-3\@m {
        width: calc(100% / 3.3);
    }
}
/*offcanvas animation   */
@media screen and (min-width: 640px) {
.uk-offcanvas-bar{
	top:-100vh;
	transition: top 0.6s ease-in-out !important;
}
.uk-offcanvas.uk-open .uk-offcanvas-bar{
	top:0;
	height:100vh;
	transition: top 0.6s ease-in-out !important;
}
.uk-offcanvas-bar-animation {
    transition: top 0.6s ease-in-out !important;
}  
}
@media screen and (min-width: 1600px) {
.uk-offcanvas-close{
	top:45px;
	right:8%;	
	}
}
.uk-offcanvas-close svg{
	height:18px;
	width:18px;
}
#tm-dialog-mobile .uk-offcanvas-close{
	top: 32px;
    padding: 15px;
}
/* Shop Offcanvas Menu */
    .offcanvas {
      position: fixed;
      top: 0;
	  left:-480px;
      width: 450px;
      height: 100vh;
	  background:#fff;
      transition: left 0.7s ease-in-out;
      z-index: 1111;
    }
    .offcanvas.open {
		left:0;
    }
@media screen and (max-width:640px){
    .offcanvas {
      position: fixed;
      top: 0;
	  left:-100vw;
      width: 100vw;
      height: 100vh;
	  background:#fff;
      transition: left 0.5s ease-in-out;
      z-index: 1111;
    }
    .offcanvas.open {
		left:0;
    }
}
/* -------------------Shoop navigations------------------ */
.shop-nav .el-item {
	position: relative;
	cursor:pointer;
}
.shop-nav .el-item::after{
  content: '';
  position: absolute;
  top: 50%;
  left: 95%;
  transform: translateY(-50%);
  height: 12px;
  width: 12px;
  background-image: url(../images/primary-right-angled-arrow.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 8px;
  opacity: 0;
  transition: left 0.5s ease, opacity 0.3s ease;
}
.shop-nav .el-item.active::after {
  left: 100%;
  opacity: 1;
}
.shop-nav .el-item.active a, .shop-nav .el-item:hover a{
	color:#763C1B;
}
.shop-nav:has(.el-item.active) .el-item:not(.active) .el-content {
  color: rgba(163, 162, 162, 0.8);
}
.menu-title::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 85%;
  transform: translateY(-50%);
  height: 16px;
  width: 16px;
  background-image: url(../images/drop-down-icon.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 14px;
  opacity: 1;
  transition: transform 0.5s ease;
}
.menu-title.active::after {
  transform: translateY(-50%) scaleY(-1);
}
.menu-title.active{
	color:#763C1B;
}
.shop-sub-nav-mbl{
	display:none;
} 
.menu-title{
  position: relative; 
	font-size:20px;
	color:#5c5c5c;
}
.shop-sub-nav-mbl .el-item{
	font-size:16px;
}
.subOffcanvas {
      position: fixed;
      top: 0;
	  left:-450px;
      width: 450px;
      height: 100vh;
	  background:#fff;
      transition: left 0.7s ease-in-out;
      z-index: 1110;
	  border-left:1px solid #EDE0D4;
	  box-shadow: rgba(0, 0, 0, 0.04) 3px 0px 15px;
    }
    .subOffcanvas.open {
		left:450px;
    }
/* filter offcanvas */
 .offcanvasFilter {
      position: fixed;
      top: 0;
	  right:-480px;
      width: 450px;
      height: 100vh;
		background:#F7F5F1;
      transition: right 0.5s ease-in-out;
      z-index: 1000;
	  box-shadow: rgba(0, 0, 0, 0.04) -3px 0px 15px;
	 display:flex;
	 justify-content:space-between;
	 flex-direction:column;
    }
    .offcanvasFilter.open {
		right:0;
    }
@media screen and (max-width:640px){
	.offcanvasFilter {
		right:-300px;
		width:300px;
		height:100vh;
	}
}
.woocommerce input[type=checkbox]:checked {
    border-color: #533322!important;
}
.woocommerce input[type=checkbox]:checked {
    background-image: url(../images/check-mark.svg)!important;
	background-size:cover;
}
.update-filter.bapf_purple_rounded_button .bapf_button{
	background:#763C1B;
	color:#fff;
	font-size:16px;
	font-weight:500;
	font-family:Urbanist;
	border-radius:0px;
}
.update-filter.bapf_purple_rounded_button .bapf_button:hover{
	background:#763C1B;
}
/* ------------------shop----menu-------------------end--------- */
/* woocommerce */
.uk-iconnav > *{padding-left:24px;}
.uk-iconnav .menu-item a svg.uk-svg{
	fill:none !important;
	width:22px !important;
}
@media screen and (max-width:640px){
	.uk-iconnav > *{
	padding-left:10px;
}
.uk-iconnav .menu-item a svg.uk-svg{
	fill:none !important;
	width:18px !important;
}}
.berocket_single_filter_widget ul li{
font-size:16px!important;
}
.berocket_single_filter_widget ul li:nth-child(n+2){
padding-top:10px !important;
}
.woocommerce input.input-text, .woocommerce select:not([multiple]):not([size]) {
    border-bottom: 1px solid #a3a2a2!important;
}
.forminator-button-submit{
	padding:16px 24px !important;
	font-size:16px;
	font-weight:500;
}
.woocommerce-button{
	padding: 0px 24px;
}
.single_add_to_cart_button{
	font-size:16px;
	font-weight:500;
	text-transform:uppercase;
}  
.product-fliter-section.uk-sticky.uk-active{
	padding:16px 0px !important;
	box-shadow: 0px 4px 12px -8px rgba(0, 0, 0, 0.1);
}
.single-product-gallery .uk-grid-small>.uk-grid-margin {
    margin-top: 6px;
}
.single-product-gallery .uk-grid-small>* {
    padding-left: 6px;
}
.woocommerce-notices-wrapper .wocommerce-message{
	display:none!important;
}
.woocommerce table.variations th.label {
	font-size:16px!important;
}
.woo-variation-swatches .variable-items-wrapper {
	gap:16px!important;
}
.menu-item.menu-item-type-post_type.menu-item-object-page a [data-cart-text]{
	text-align:center;
	width:10px;
	background-color: #763C1B;
	border:1px solid #763C1B;
	color:#fff;
	font-size:12px;
	font-family:Urbanist;
	border-radius:50%;
	padding:8px 3px;
	position:relative;
	left:-12px;
	bottom:8px;
}
.menu-item.menu-item-type-post_type.menu-item-object-page a span:empty {
  display: none;
}
#customer_login.u-columns {
  display: flex;
  gap: 70px;
  flex-wrap: wrap; 
}
@media screen and (min-width:960px){
	#customer_login.u-columns {
	padding-left:40px;
}
}
#customer_login .u-column1,
#customer_login .u-column2 {
  flex: 1 1 45%;
  min-width: 280px; 
	border:1px solid #a2a2a2;
	border-radius:16px;
	margin-top:40px;
	padding:60px 60px !important;
}
#customer_login .u-column1 h2,
#customer_login .u-column2 h2 {
	padding-bottom:30px;
}
@media (max-width: 960px) {
  #customer_login.u-columns {
    flex-direction: column;
    gap: 0px; 
  }
  #customer_login .u-column1,
  #customer_login .u-column2 {
    flex: 1 1 100%;
	  padding:20px 20px !important;
  }
}
.show-password-input{
	border:none !important;
	background:none!important;
}
.variable-items-wrapper li.variable-item[data-attribute_name="attribute_pa_size"] {
  width: 40px !important;
  min-width: 30px !important;
  max-width: 40px !important;
	height: 30px !important;
	min-height: 30px; !important;
	max-height:30px !important;
  text-align: center;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
/* cart page  */
.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tr th{
	font-size:16px;
	font-weight:600;
	color:#292929;
	font-family:Urbanist;
}

.woocommerce-ordering select {
	padding-right:150px!important;
 	padding-left:20px!important; 
	font-size:16px !important;
}
.woocommerce input.input-text{
    border: 1px solid #a3a2a2 !important;
    padding: 12px;
    height: 45px;
}
.cross-sells{
	display:none!important;
}
.uk-notification-message.uk-notification-message-success .wc-forward {
  display: block;
	width:40%;
  margin-top: 10px; 	
}
/* old collection inquiry form */
.product_title_form, .product_quantity_form, .product_title_form_new, .product_price_form_new{
	display:none !important;
}
/* cf-emotion */
.cf-container {
    height: 90vh !important;
}
.cf-all-close .uk-text-meta, .cf-open-meta, .cf-open-title .cf-title  {
    display: none !important;
}
@media only screen and (max-width: 960px) {
.cf-item-open .content, .cf-open-title{
    position: absolute !important;
    bottom: 25vh;
	padding-left:40px;
	}
}
@media only screen and (min-width: 961px) {
	    .cf-container .cf-tab {
        position: relative;
    				}
    .cf-container .cf-meta {
        position: absolute;
        bottom: 22%;
    }
	.cf-item-open .content, .cf-open-title{
    position: absolute !important;
    bottom: 15vh;
	padding-left:100px;
		}
.cf-container .cf-meta > p {
	color:#fff;
	font-size:16px;
	width: 160px !important;
    -webkit-transform: rotate(270deg)!important;
    -moz-transform: rotate(270deg)!important;
    -o-transform: rotate(270deg)!important;
    -ms-transform: rotate(270deg)!important;
    transform: rotate(270deg) !important;
}
}
.cf-container .uk-active {
    flex-grow: 10 !important;
}
.my-cf-emotion .cf-tabs .el-item:not(.uk-active) {
  backdrop-filter: blur(8px)!important;
}
.my-cf-emotion .cf-tabs .el-item:not(.uk-active):hover {
  backdrop-filter: blur(1px)!important;
}
.cf-close{
	display:none !important;
}