@import url(fonts.css);
  


.process-steps-custom {
    display: flex;
    justify-content: space-between; 
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 20px 0;
    position: relative;
    
}

.process-steps-custom::before {
    content: '';
    position: absolute;
    top: 50%; 
    left: 0;
    right: 0;
    height: 4px; 
    background-color: #F5F5F5;
    transform: translateY(-50%);
    z-index: 1; 
}


.process-steps-custom li {
    flex-grow: 1;
    text-align: center;
    position: relative;
    padding-top: 50px;
    z-index: 2; 
    transition: all 0.4s ease;
}

.process-icon-wrapper-active {
    position: absolute;
    top: 0; 
    left: 50%;
    transform: translate(-50%, -50%); 
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #f53057; 
    border: 4px solid #fff;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    box-shadow: 0 0 0 1px #f53057;
    color: #fff;
     align-items: center;
   
}
.process-icon-wrapper-active svg {
    color: #fff;
}

.process-icon-wrapper-completed {
    position: absolute;
    top: 0; 
    left: 50%;
    transform: translate(-50%, -50%); 
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #4CAF50; 
    border: 4px solid #fff;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    box-shadow: 0 0 0 1px #4CAF50;
    color: #fff;
     align-items: center;
   
}
.process-icon-wrapper-completed svg {
    color: #fff;
}

.process-icon-wrapper svg {
    color: #f53057;
}
.process-icon-wrapper-active .icon {
    font-size: 22px;
    color: #fff; 
}

.process-icon-wrapper-active .step-number {
    font-size: 16px;
    color: #fff; 
    font-weight: bold;
    display: none; 
}

.process-icon-wrapper-completed .icon {
    font-size: 22px;
    color: #fff; 
}

.process-icon-wrapper-completed .step-number {
    font-size: 16px;
    color: #fff; 
    font-weight: bold;
    display: none; 
}

.process-icon-wrapper {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: var(--belorin-light-gray-color);
    border: 4px solid #fff;
    display: flex;
    justify-content: space-evenly;
    align-content: stretch;
    flex-direction: column;
    box-shadow: 0 0 0 1px var(--belorin-light-gray-color);
    align-items: center;
}

.process-icon-wrapper .icon {
    font-size: 22px;
    color: var(--belorin-dark-gray-color); 
}

.process-icon-wrapper .step-number {
    font-size: 16px;
    color: #fff; 
    font-weight: bold;
    display: none; 
}
.step-label {
    margin-top: 15px;
    display: block;
    font-size: 14px;
    color: var(--text-color);
    transition: color 0.4s ease;
    font-family: var(--belorin-font);
}


.process-steps-custom li.active .icon-wrapper {
    background-color: var(--second-color); 
    box-shadow: 0 0 0 1px var(--second-color); 
}

.process-steps-custom li.active .icon-wrapper .icon {
    color: #fff; 
}

.process-steps-custom li.active .step-label {
    color: var(--second-color); 
    font-weight: bold;
}


.process-steps-custom li:not(:last-child)::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 4px;
    background-color: var(--primary-color);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}


button, input, optgroup, select, textarea {
  font-family: var(--belorin-font);	
  font-size: inherit;
  line-height: inherit;
  border: none;
}
a {
	text-decoration: none; 
	color: rgb(99, 99, 102);
}
.woocommerce-info a,
.showcoupon a {
	text-decoration: none; 
}
.product-tlt {
  text-align: right;
  margin-bottom: 10px;
  padding-left: 3rem;
  padding-left: 3rem;
  font-size: 20px;
  margin: 30px;
}
 input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:active,
input:-webkit-autofill:focus {
    background-color: var(--belorin-light-gray-color) !important;
    color: var(--belorin-dark-gray-color) !important;
    -webkit-box-shadow: 0 0 0 1000px var(--belorin-light-gray-color) inset !important;
    -webkit-text-fill-color: var(--belorin-dark-gray-color) !important;
}
.woocommerce ul.products li.product .price ins {
  background: 0 0;
  font-weight: 700;
  display: block;
}

.product-tlt h1 {
	font-family: var(--belorin-font);	
	  text-align: right;
	  font-size: 20px;
	  line-height: 26px;
	  font-weight: 500;
	  color: #4d535b;
	  padding-left: 3rem;
}

.woocommerce ul.products li.product .button {
  border-radius: 18px;
  background-color: #fff;
  display: inline-block;
  margin-top: 1em;
  color: var(--belorin-dark-gray-color);
  padding: .5vw;
}
.woocommerce ul.products li.product .button {
  display: inline-block;
  margin-top: 0 !important;
}


.woocommerce .products ul, .woocommerce ul.products {
  margin-bottom: 1em;
  padding: 10px;
  list-style: none outside;
  clear: both;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  direction: rtl;

}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
  float: right;
  margin: 0;
  padding: 0;
  position: relative;
  width: 22.5%;
  margin-right: 0;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin-left: auto;
  padding: 15px;
  margin-right: auto;
  background-color: #fff;
  border: 1px solid #e7e4e4;
}
.woocommerce ul.products li:hover.product, .woocommerce-page ul.products li::hover.product {
  float: right;
  margin: 0;
  padding: 0;
  position: relative;
  width: 22.5%;
  margin-right: 0;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin-left: auto;
  padding: 15px;
  margin-right: auto;
  background-color: #fff;
  border: 1px solid #e7e4e4;
  box-shadow: 0 5px 10px 0 rgba(0,0,0, 0.17);
}
.woocommerce ul.products.columns-3 li.product, .woocommerce-page ul.products.columns-3 li.product {
  width: 33.33%;
}
.woocommerce span.onsale {
  min-height: 3.236em;
  min-width: 4em;
  padding: .202em;
  font-size: 1em;
  font-weight: 700;
  position: relative;
  text-align: center;
  line-height: 3.236;
  top: -.5em;
  right: .5em;
  margin: 0;
  border-radius: var(--belorin-border-radius);
  background-color: #e62b2b;
  color: #fff;
  font-size: .857em;
  z-index: 9;
  padding: .5em;
}

.woocommerce-loop-category-title {
	color: #3c4354;
	text-align: right;
	font-family: var(--belorin-font);
}
.woocommerce-loop-category-title h2 {
	font-size: 16px;
}


.header-store {
	margin-bottom: 17px;
	text-align: center;
}
.woocommerce-products-header-title-shop {
	text-align: center;
}

ul.products li.product .price {
	color: #3c4354;
	font-family: var(--belorin-font);
}

.woocommerce ul.products li.product .price {
  display: block;
  font-weight: 800;
  font-size: 17px;
  text-align: right;
}



.woocommerce .woocommerce-result-count {
  margin-right: 2em;
  font-family: var(--belorin-font);
}



.woocommerce .woocommerce-breadcrumb {
  margin: 0 0 1em;
  padding: 25px;
  text-align: right;
  font-family: var(--belorin-font);
  direction: rtl;

}

.woocommerce .woocommerce-breadcrumb a {
  
  padding-top: 30px;
  text-align: right;
  font-family: var(--belorin-font);
  text-decoration: none;
  direction: rtl;

}
.woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
	  font-family: var(--belorin-font);
  display: flex;
  justify-content: center;
}
.label-order {
	padding-top: 8px;
}
.price-single {
	color: #185ADB;
	font-weight: 500;
	font-size: 30px;
	font-family: var(--belorin-font);
	text-align: right;
}
ins {
  text-decoration: none;
}

.product_meta {
		text-align: right;
		font-family: var(--belorin-font);

}

.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
    float: left;
    width: 100%;
    clear: none;
    border-radius: var(--belorin-border-radius);
}

.woocommerce-product-gallery__wrapper {
	width: 90%;
	height: 50%;
	float: center;
}
.woocommerce-product-details__short-description {
		text-align: right;
		font-family: var(--belorin-font);
	
}

.woocommerce div.product form.cart .variations {
  margin-bottom: 1em;
  border: 0;
  width: 100%;
  direction: rtl;
}

.woocommerce div.product form.cart .variations label {
    font-weight: 500;
    text-align: right;
    margin-top: .2em;
	margin-left: .1em;
    margin-right: 30px;
    font-family: var(--belorin-font);	
}


.woocommerce div.product form.cart .variations select {
  max-width: 100%;
  min-width: 75%;
  display: inline-block;
  margin-left: 1em;
  font-family: var(--belorin-font);
 
  
}

.product_meta, .posted_in a {
    font-family: var(--belorin-font);
    text-align: right;
    text-decoration: none;
    margin-bottom: 30px;
    margin-right: 30px;
	padding-top: 30px;
	padding-bottom: 15px;
}

.posted_in a {
  font-family: var(--belorin-font);
  color: rgb(84, 58, 70);
}


.woocommerce-tabs .wc-tabs-wrapper {
	clear: both;
    text-align: right;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
  list-style: none;
  padding: 0 1em 0 0;
  margin: 0 0 1.618em;
  overflow: hidden;
  position: relative;
  direction: rtl;
  font-family: var(--belorin-font);
  padding: 2vw;
  border:none;
  margin: 1vw;

}


.woocommerce div.product .woocommerce-tabs ul.tabs li {
  color: var(--belorin-dark-gray-color);
  display: inline-block;
  position: relative;
  z-index: 0;
  margin: 0;
  padding: 0 1em;
  border: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::after, .woocommerce div.product .woocommerce-tabs ul.tabs li::before {
  border: 1px solid #cfc8d8;
  position: absolute;
  bottom: -1px;
  width: 5px;
  height: 5px;
  content: " ";
  box-sizing: border-box;
  display: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active,
.woocommerce div.product .woocommerce-tabs ul.tabs li {
	background-color: transparent;
    position: relative;
    overflow: hidden;	
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
		padding-left: 23px;
		padding-right: 23px;	
		padding-top: 13px;
		padding-bottom: 13px;	
	border-radius: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
    content: "";
    width: 0;
    height: 3px; 
    position: absolute;
    right: 50%;
    bottom: 0;
    background: #f53057;
    transition: all .5s ease-in-out;
    border-radius: 20px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:hover::after {
    width: 100%;
    right: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
		color: #454545;
	   background-color: transparent;
		padding-left: 23px;
		padding-right: 23px;	
		padding-top: 13px;
		padding-bottom: 13px;	
	   border: 0;
}
.woocommerce div.product .woocommerce-tabs .panel {
  margin: 1vw;
  text-align: right;
  font-family: var(--belorin-font);
  line-height: 30px;
background-color: #fff;
    padding: 30px;
    border-radius: 18px;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.17);
}	
}

.woocommerce div.product .woocommerce-tabs .panel h2 {
  font-family: var(--belorin-font);
  font-size: 20px;
  padding-bottom: 20px;

}

.shop-sidebar {
  padding: 50px;
  position: -webkit-sticky; 
  position: sticky;
  top: 0;
  height: 100%;
  right: 0;
  float: right;
  margin-top: 30px;
  background-color: #fff;
  overflow-x: hidden;
  box-shadow: 0 5px 10px 0 rgba(0,0,0, 0.17);
     -webkit-box-shadow: rgba(54,83,120,.14) 0 0 10px;
	 direction: rtl;

}
.woocommerce ul.products li.product .yith-wcwl-add-to-wishlist-button {
    width: 40px;
    position: absolute;
    top: 11px;
    height: 40px;
    border-radius: 7px;
    box-shadow: 0 2px 10px 0 rgb(0, 0, 0, 0.16);
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    left: 1px;
	visibility: hidden;
	transition: left .7s ease-in-out;

}
.shop-cart-button-arch i {
	    font-size: 19px;
    padding: 10px;
    background-color: #f53057;
    margin: 10px;
    border-radius: 10px;
    color: #fff;
}
.woocommerce ul.products li:hover.product .yith-wcwl-add-to-wishlist-button {
    width: 40px;
    position: absolute;
    top: 11px;
    height: 40px;
    border-radius: 7px;
    box-shadow: 0 2px 10px 0 rgb(0, 0, 0, 0.16);
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    left: 10px;
	visibility: visible;
}

.woocommerce ul.products li.product .compare {
    width: 40px;
    position: absolute;
    top: 70px;
    height: 40px;
    border-radius: 7px;
    box-shadow: 0 2px 10px 0 rgb(0, 0, 0, 0.16);
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    left: 1px;
	visibility: hidden;
	transition: left .7s ease-in-out;
}
.woocommerce ul.products li:hover.product .compare {
    width: 40px;
    position: absolute;
    top: 70px;
    height: 40px;
    border-radius: 7px;
    box-shadow: 0 2px 10px 0 rgb(0, 0, 0, 0.16);
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    left: 15px;
	visibility: visible;
}
.woocommerce ul.products li.product .compare .label {
display: none;
}
.discount {
background-color: #f53057;
    display: inline;
    padding: 8px;
    font-size: 13px;
    font-weight: bold;
    font-family: var(--belorin-font);
    text-align: center;
    border-radius: 10px;
    position: absolute;
    box-shadow: 0 11px 16px 0 rgba(0, 0, 0, 0.14);
    top: 20px;
    transform: rotate(90deg);
    padding-left: 15px;
    padding-right: 19px;
    clip-path: polygon(0 0, calc(100% - 15px) 0, 100% 50%, calc(100% - 15px) 100%, 0 100%);
    color: #fff;
}
.discount::before {
content: "\f475";
  font-family: 'remixicon';
  padding-right: 5px;
  padding-left: 3px;
  background-color: #f53057;
  padding-top: 8px;
  padding-left: 8px;
  padding-right: 8px;
  border-radius: 100%;
  margin-right: 5px;
  position: relative;
  color: #fff;
  justify-content: center;
  padding-bottom: 9px;
}
.woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img {
  float: right;
  margin-left: 10px;
  width: 70px;
  height: auto;
  box-shadow: none;
}

.product_list_widget li img {
  float: right;
  margin-right: 6px;
  width: 120px;
  height: auto;
  box-shadow: none;
	align: center;
}


.product_list_widget li:hover img{
  float: right;
  margin-right: 6px;
  width: 120px;
  height: auto;
  box-shadow: none;
	align: center;
}
.woocommerce-Price-amount {
  font-family: var(--belorin-font);
  color: #3c4354;
  font-weight: 500;
}

.price-single p {
  color: #8B322C;
  font-weight: 500;
  font-size: 28px;
  font-family: var(--belorin-font);
  text-align: right;
  margin-right: 30px;
}

.woocommerce-product-details__short-description p {
    font-family: var(--belorin-font);
    margin-right: 30px;
    margin-left: 30px;
}

.related-products {
	direction: rtl;
}

.related-products h2 {
	text-align: right;
	color: #3c4354;
}

.woocommerce-Price-amount .amount {
 font-family: var(--belorin-font);
  color: #3c4354;
  font-weight: 500;	
}

.product_list_widget li a {
	  font-family: var(--belorin-font);
	  color: var(--belorin-dark-gray-color);
	  text-align: right;
}
.product_list_widget li a:hover {
	  font-family: var(--belorin-font);
	 color: #A0153E;
	  text-align: right;	 
}
.product_list_widget .product-title {
  direction: rtl;
  text-align: right;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.3em;
  height: 1.3em;
  background-color: #fff;
  border: 3px solid f53057;
  border-radius: 18px;
  cursor: ew-resize;
  outline: 0;
  top: -.5em;
  margin-left: -.5em;
}
.woocommerce .widget_price_filter{
	padding: 25px;
	border-radius: 18px;
	width: 100%;
	margin-bottom: 1.5vw;

}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .75rem;
  display: block;
  border: 0;
  border-radius: 16px;
  background-color: #f53057;
}
.cart .single_add_to_cart_button button {
	background-color: #f53057;
	color: #fff;
	padding: 5px;
}

.price_slider_wrapper {
	direction: rtl;
}

.woocommerce .widget_price_filter .price_slider_amount .button {
  font-size: 14px;
  margin-right: 1em;
  background-color: #fff;
  border: 1px solid rgb(189,189,189);
  color: var(--belorin-dark-gray-color);
  padding: 18px;
  border-radius: 18px;
  width: 100%;
}

.rtl.woocommerce .price_label, .rtl.woocommerce .price_label span {
  unicode-bidi: embed;
  font-family: var(--belorin-font);
  font-size: 14px;
  font-weight: 500;
  
}

.woocommerce .widget_price_filter .price_slider_amount {
position: relative;
  margin-top: 25px;
  margin-bottom: 10px;
  line-height: 2.5;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column-reverse;
  gap: 18px;
}


.woocommerce .widget_categories ul > li a {
	color: var(--belorin-dark-gray-color);
  font-family: var(--belorin-font);
	
}
.woocommerce .widget_rating_filter ul li a {
  padding: 1px 0;
  text-decoration: none;
  font-family: var(--belorin-font);
  color: var(--belorin-dark-gray-color);
  
}


.widget_top_rated_products {
	padding: 25px;
	border-radius: 18px;
	margin-bottom: 1.5vw;
	margin-left: 0 !important;
	/* margin-top: 10px; */
}

.widget_product_categories {
	padding: 25px;
	border-radius: 18px;	
	text-align: right;
	width: 100%;
	margin-bottom: 1.5vw;
}
.widget_product_categories li > ul > li {
display: none;
}

.woocommerce .widget_product_categories ul li a{
  color: var(--belorin-dark-gray-color);
    font-family: var(--belorin-font);

	
}

.rtl.woocommerce .price_label, .rtl.woocommerce .price_label span {
	direction: rtl;
}

.woocommerce-product-gallery {opacity: 1 !important;}
.woocommerce-product-gallery__wrapper {
    width: 90%;
    height: 50%;
    float: right;
}

.woocommerce div.product div.images .flex-control-thumbs li img {
    cursor: pointer;
    opacity: .5;
    margin: 0;
    padding: 8px;
	margin-top: 10px;
}

.woocommerce div.product div.images .flex-control-thumbs li img.flex-active, .woocommerce div.product div.images .flex-control-thumbs li img:hover {
    opacity: 1;
    border: 2px solid #000;
}

.woocommerce div.product form.cart .variations select {
    max-width: 100%;
    min-width: 75%;
    display: inline-block;
    margin-left: 1em;
    font-family: var(--belorin-font);
    border-radius: 18px;
    padding: 12px;
}

.woocommerce div.product form.cart .variations label {
    font-weight: 700;
    text-align: right;
    margin-top: .2em;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
}

.woocommerce div.product form.cart div.quantity {
    float: right;
    border-radius: 13px;
    background-color: #fff;
    box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.17);
}

.plus,
.minus {
font-size: 15px;
    background-color: #f53057;
    cursor: pointer;
    margin: 16px auto;
    border-radius: 7px;
    margin: 7px;
    height: 30px;
    color: #fff;
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 4px;
}

.woocommerce .quantity .qty {
    text-align: center;
	border: none;	
}

.woocommerce div.product form.cart .button {
    vertical-align: middle;
    float: right;
    background-color: #f53057;
	border-radius: 18px;
}



.woocommerce-message {
 background-color: #fff;
  border: 1px solid #e7e4e4;}

.woocommerce-error, .woocommerce-info, .woocommerce-message {
  padding: 1em 3.5em 1em 2em;
  margin: 0 0 2em;
  position: relative;
  color: var(--belorin-dark-gray-color);
 background-color: #fff;
  border: 1px solid #e7e4e4;
  list-style: none outside;
  width: auto;
  word-wrap: break-word;
  border-radius: 18px;
  text-align: right;
}


.woocommerce .woocommerce-error .button,
 .woocommerce .woocommerce-info .button, 
 .woocommerce .woocommerce-message .button,
 .woocommerce-page .woocommerce-error .button,
 .woocommerce-page .woocommerce-info .button,
 .woocommerce-page .woocommerce-message .button:hover {
	 
  background-color: #f53057;
  color: #fff;
  font-family: var(--belorin-font);
  border-radius: 18px;

}

/*----------cart page --------------------*/
	@media only screen and (min-width: 1200px) {
.woocommerce-cart .woocommerce .row .woocommerce-cart-form {
	padding-right: 30px;
	}
}
.woocommerce-cart:not(.panel-open-menu) .woocommerce-cart-form > h1 { 
		z-index: 1001;
  font-family: var(--belorin-font);
		float: left;
}
	

.woocommerce-checkout .step-title:after {
    display: none;
}

.wp-block-woocommerce-checkout {
  margin: 0;
  padding-top: 24px;
  direction: rtl;
}

.wp-block-woocommerce-cart {
	  direction: rtl;
}
table.wishlist_table tr th.product-price,
table.wishlist_table tr th.product-stock-status,
table.wishlist_table tr th.product-add-to-cart,
table.wishlist_table tr td.product-price,
table.wishlist_table tr td.product-stock-status,
table.wishlist_table tr td.product-add-to-cart,
table.wishlist_table tr td.product-name,
table.wishlist_table tr th.product-name {
  text-align: right;
}
.wishlist-items-wrapper .product-name {
  text-align: right;
}

.wc-block-components-sidebar-layout {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto 16px;
    margin-bottom: 16px;
  position: relative;
  direction: rtl;
}

.woocommerce-cart-form {
	text-align: right;

}

.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
  padding: 20px;
}

.cart-collaterals {
	text-align: right;
}

.cart-collaterals .cart_totals h2 {
  font-weight: 400;
  font-size: 20px;  
}
.cart-formstyle {
	direction: rtl;
}

#add_payment_method .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, 
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
  display: block;
  text-align: center;
  margin-bottom: 1em;
  font-size: 1.25em;
  padding: 1em;
  border-radius: 18px;
  background-color: #f53057;
}

.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
  float: center;
  width: 350px;
  padding: 20px;
  box-shadow: 0 5px 10px 0 rgba(0,0,0, 0.17);
  border-radius: 18px;
}

.woocommerce .cart-collaterals, .woocommerce-page .cart-collaterals {
  width: 100%;
  border-radius: 18px;
  margin-bottom: 30px;
  margin-top: 30px;
}

.woocommerce table.shop_table {
  margin: 30px 0 24px -1px;
  text-align: right;
  width: 100%;
  border-collapse: separate;
  border-radius: 18px;
}

.woocommerce table.shop_table {text-align: right;width: 100%;padding: 20px;}

tbody, td, tfoot, th, thead, tr {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  font-family: var(--belorin-font);
  font-weight: 300;
  text-decoration: none;
}


.woocommerce-cart-form__contents tbody tr.cart_item {
   
    margin-bottom: 10px; 
    padding: 10px; 

}

.woocommerce-cart-form__contents tbody tr.cart_item:last-child {
    margin-bottom: 0; 
}


.product-name a {
	text-decoration: none;
	color: var(--belorin-dark-gray-color);
}
.woocommerce .wc-proceed-to-checkout a:hover {
	  background-color: #f53057 !important;
  color: #fff !important;
}
.woocommerce .cart .button:hover, .woocommerce .cart input.button:hover,
.woocommerce .cart .button, .woocommerce .cart input.button {
  float: none;
  background-color: #f53057;
  color: #fff !important;
  border-radius: 18px;
  padding: 20px !important;
}
#add_payment_method .cart-collaterals .cart_totals table, .woocommerce-cart .cart-collaterals .cart_totals table, .woocommerce-checkout .cart-collaterals .cart_totals table {
  border-collapse: separate;
  margin: 0 0 6px;
  padding: 0;

  box-shadow: none;
}
#add_payment_method table.cart td.actions .coupon .input-text, .woocommerce-cart table.cart td.actions .coupon .input-text, .woocommerce-checkout table.cart td.actions .coupon .input-text {
  float: right;
  box-sizing: border-box;
  border: 1px solid #e6e3eb;
  padding: 15px;
  margin-left: 10px;
  outline: 0;
  width: 200px;
  border-radius: 18px;
}




#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
  background: var(--belorin-light-gray-color);
  border-radius: 16px;
}



.woocommerce-error, .woocommerce-info, .woocommerce-message {
  padding: 1em 3.5em 1em 2em;
  margin: 0 0 2em;
  position: relative;
  color: var(--belorin-dark-gray-color);
 background-color: #fff;
  border: 1px solid #e7e4e4;
  list-style: none outside;
  width: auto;
  word-wrap: break-word;
  border-radius: 18px;
  text-align: right;

}

button.button.alt,
input.button.alt,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
	background-color: #f53057;
	color:#ffffff;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
  text-align: right;
  padding-left: 20px;
}
.select2-container--default .select2-selection--single {
  background-color: #fff;
   border: 1px solid #DEDBDD;
  border-radius: 9px;
  height: 40px;
  padding-right: 20px;  
}

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  outline: 0;
  line-height: normal;
  height: 45px;
  border-radius: 18px;
  padding-right: 20px; 
  margin-bottom: 30px; 
    border: none;
  padding: 25px;
}

.woocommerce form .form-row label, .woocommerce-page form .form-row label {
  font-family: var(--belorin-font);
	
}

.woocommerce-additional-fields {
	margin-bottom: 30px;
}

.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
  border: none;
  padding: 20px;
  margin: 4em 0;
  text-align: right;
  border-radius: 18px;
  box-shadow: 0 5px 10px 0 rgba(0,0,0, 0.17);
   background-color: #fff;  

  
}

.woocommerce .woocommerce-notices-wrapper h2 {
	text-align: right;
	direction: rtl;
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__submit:hover,
.woocommerce .woocommerce-form-login .woocommerce-form-login__submit {
  float: right;
  background-color: #f53057;
  border: none;
  border-radius: 18px;
  color: #fff; 
  padding-left: 21px;
  padding-right: 21px;
  padding-top: 11px;
  padding-bottom: 11px;
  width: 220px;
}

.woocommerce-LostPassword a {
	text-decoration: none;
  font-family: var(--belorin-font);
  color: var(--belorin-medium-gray-color);
	
	
}

.woocommerce-ResetPassword .lost_reset_password p {
	text-align: center;
}
.woocommerce-form-row .woocommerce-lost-button p button {
	background-color: #f06500;
	color: #fff;
	border-radius: 18px;
	
}

.woocommerce-account .woocommerce-MyAccount-navigation {
  float: right;
  box-shadow: 0 5px 10px 0 rgba(0,0,0, 0.17);
  padding: 20px;
  text-align: right;
  margin-top: 30px;
  margin-bottom: 30px;
  border-radius: 18px;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul {
	list-style-type: none;
}
.woocommerce-account .woocommerce-MyAccount-content {
  float: left;
  padding: 20px;
  text-align: right;
  margin-top: 30px;
  margin-bottom: 30px;
  border-radius: 18px;
}

.woocommerce-account .woocommerce-MyAccount-content a {
	text-decoration: none;
	color: #343a40;

}


.woocommerce-account .woocommerce-MyAccount-navigation ul li {
	direction: rtl;
	text-decoration: none;
	padding-bottom: 10px;
	padding-top: 10px;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
	text-decoration: none;
	color: #343a40;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover {
	text-decoration: none;
	color: #6c757d;	
}


.woocommerce-account .woocommerce-MyAccount-navigation ul li::marker {
	list-style-type : circle;
	font-size: 20px;

}

.woocommerce-error, .woocommerce-info, .woocommerce-message {padding-top: 2em;padding-right: 3.5em;padding-bottom: 1em;padding-left: 2em;position: relative;color: #515151;list-style: none outside;width: auto;word-wrap: break-word;border-radius: 18px;text-align: right;text-align: center;font-family: var(--belorin-font);font-size: 14px;background-color: #fff;border: 0;text-align: right;margin-top: 20px;border-radius: 16px;box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.17);padding: 20px;}

.button-wc-backward {
color: #fff !important;
  font-family: 'shabnam';
  font-weight: normal !important;
  padding: 14px !important;
  float: right;
  border-radius: 10px !important;
  font-size: 16px !important;
  border: unset;
  line-height: 19px;
  cursor: pointer;
  background-color: #f53057;
  display: block;
  margin: 30px auto;
}


.cart-empty {
  text-align: center;
  padding: 10px;
  color: var(--belorin-medium-gray-color);
  border: none;
}
.woocommerce-info::before {
  color: #fff;

}

.offcan {
  height: 100%;
  width: 400px;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  background-color: #fff;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;

}
.offcan li {
	list-style-type: none;
}
.offcan a {
  text-decoration: none;
  font-size: 20px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.offcan a:hover {
  color: #f1f1f1;
}

.offcan .closebtn {
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 36px;
}

#minicart {
  transition: margin-left .5s;
  padding: 16px;
}

@media screen and (max-height: 450px) {
  .offcan {padding-top: 15px;}
  .offcan a {font-size: 18px;}
}

@media (min-width: 1200px) {
.wishlist-icon {
	font-size: 20px;
	padding-top: 50px;
	padding-left: 30px;
	padding-right: 30px;	
}

.offcanva-back {
	padding-top: 50px;
	padding-left: 30px;
	padding-right: 30px;	
	font-size: 30px;
	color: #000;
	font-family: var(--belorin-font);

}
.cart-items-count {
  background-color: #f53057;
  padding-left: 7px;
  font-size: 17px;
  padding-right: 7px;
  border-radius: 18px;
  margin-right: 1vw;
}
}
.fa .fa-shopping-bag {
	color: #000;
}

.fa, .fa-classic, .fa-sharp, .fas, .fa-solid, .far, .fa-regular, .fab, .fa-brands {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  color: #000;
	padding: .3vw;
}
.count,
.bag-item-count,
.bag-item-count,
.count a {
	text-decoration: none;	
}
.bag-item-count {
  display: inline;
  text-decoration: none;
  margin-right: -73px;
}
/*---------product category--------*/
.woocommerce-loop-category__title,
.woocommerce-loop-category__title h2 {
	color: var(--belorin-dark-gray-color);
	text-align: center;
}

.product-category .product img {
	border-radius: 18px;
}
.product-category .product h2 {
	text-align: center;
}
.product-category .product mark {
   background-color: #f53057;
   color: #fff;
   border-radius: 18px;
  padding-top: 10px;
  padding-bottom: 5px;
  padding-right: 15px;
  padding-left: 15px;
  font-size: 20px;  
}
/*------mini cart----*/
.woocommerce ul.cart_list, .woocommerce ul.product_list_widget {
  list-style: none outside;
  padding: 0;
  margin: 0;
  direction: rtl;

  
}
.woocommerce ul.cart_list li a, .woocommerce ul.product_list_widget li a {
  display: block;
  font-weight: 500;
}
.quantity {font-family: var(--belorin-font);text-align: right;display: flex;justify-content: flex-end;align-items: center;align-content: flex-end;flex-wrap: nowrap;}
.woocommerce ul.cart_list li dl dd, .woocommerce ul.product_list_widget li dl dd {
	font-family: var(--belorin-font);
	text-align: right;
}

.woocommerce ul.cart_list li dl dt, .woocommerce ul.product_list_widget li dl dt {
  font-weight: 700;
  padding: 0 0 .25em;
  margin: 0 0 0 4px;
  clear: right;
  font-family: var(--belorin-font);
 
}

.woocommerce ul.cart_list li dl dd, .woocommerce ul.cart_list li dl dt, .woocommerce ul.product_list_widget li dl dd, .woocommerce ul.product_list_widget li dl dt {
  display: inline-block;
  float: right;
  margin-bottom: 1em;
  font-family: var(--belorin-font);
}

.woocommerce ul.cart_list li, .woocommerce ul.product_list_widget li {
  padding: 10px;
  margin: 0;
  list-style: none;
  font-family: var(--belorin-font);
}

.woocommerce-mini-cart__buttons .buttons {
	padding: 10px;

}

.woocommerce-mini-cart__buttons .buttons p {
  padding: 10px;
  font-family: var(--belorin-font);
	
}

.button .wc-forward a,
.button .checkout .wc-forward a{
background-color: #f53057;
  padding: 5px;
  color: #fff;
  text-align: center;
  margin-left: 10px;
  margin-right: 10px;
  border-radius: 18px;
}

.woocommerce nav.woocommerce-pagination ul {
  display: inline-block;
  white-space: nowrap;
  padding: 0;
  clear: both;
  border: 0;
  margin: 1px;
}

.woocommerce nav.woocommerce-pagination ul li {
  padding: 0;
  margin: 0;
  float: right;
  display: inline;
  overflow: hidden;
  border-radius: 18px;
}

.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, 
.woocommerce nav.woocommerce-pagination ul li span.current {
background-color: #f53057;
  padding-top: 15px;
  border-radius: 18px;
  color: #fff;
  margin: 5px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  font-weight: 600;
   padding-bottom: 10px; 
}

.page-numbers {
  font-family: var(--belorin-font);
  font-size: 20px;
  color: var(--belorin-dark-gray-color);
  font-weight: 400;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 6px;
  padding-bottom: 6px;
}
.woocommerce nav.woocommerce-pagination ul li {
  padding: 0;
  margin: .3vw;
  float: right;
  display: inline;
  overflow: hidden;
  border-color: transparent;
}


.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {
	background-color: var(--belorin-light-gray-color);
  padding-top: 15px;
  padding-bottom: 10px;
  border-radius: 18px;
  color: var(--belorin-dark-gray-color);
  margin: 5px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  font-weight: 600;
}

.woocommerce div.product form.cart .reset_variations {
  visibility: hidden;
  font-size: .83em;
  text-decoration: none;
  color: var(--belorin-dark-gray-color);
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a:hover.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button {
  font-size:100%;
  line-height:1;
  cursor:pointer;
  position:relative;
  text-decoration:none;
  overflow:visible;
  padding:.618em 1em;
  font-weight:700;
  border-radius:3px;
  right:auto;
  color: var(--belorin-dark-gray-color);
  background-color:transparent;
  border:0;
  display:inline-block;
  background-image:none;
  box-shadow:none;
  text-shadow:none;
  margin: 4px;
  border-radius: 18px;
  padding: 1vw;
}


.small-cart a:hover.button,
.small-cart a.button,
.small-cart button.button:hover,
.small-cart #respond input#submit,
.small-cart a.button,
.small-cart button.button,
.small-cart input.button {
  font-size:14px;
  line-height:1;
  cursor:pointer;
  position:relative;
  text-decoration:none;
  overflow:visible;
  padding:.618em 1em;
  font-weight:700;
  border-radius:3px;
  right:auto;
  color:#fff;
  background-color:#f53057;
  border:0;
  display:inline-block;
  background-image:none;
  box-shadow:none;
  text-shadow:none;
  margin: 4px;
  border-radius: 18px;
  padding: 14px;
}
.woocommerce-Reviews {
	text-align: right;
}

.stars p {
	font-size: 20px;
}
.woocommerce-noreviews {
	text-align: right;	
}
.comment-form-rating p {
	text-align: right;
}

.offcanva-menu .offcanva-menu-mini-cart {
	list-style-type: none;
}
.offcanva-menu .offcanva-menu-mini-cart ul li {
	list-style-type: none;
}
.widget_shopping_cart_content {
	direction: rtl;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:disabled[disabled],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:disabled[disabled],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:disabled[disabled],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:disabled[disabled] {
  color: #fff;
  background-color: #f53057;
  cursor:not-allowed;
  opacity:1;
  padding: 19px;
}

.woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img, .woocommerce-page ul.cart_list li img, .woocommerce-page ul.product_list_widget li img {
  float: right;
  height: auto;
}

.woocommerce-mini-cart__total p{
	  font-family: var(--belorin-font);
}

.woocommerce-mini-cart__empty-message p {
	  font-family: var(--belorin-font);	
}
.widget_shopping_cart_content {
	 font-family: var(--belorin-font);	
	padding: 1vw;
}
.offcanva-menu .offcanva-menu-mini-cart li {
	list-style-type: none;
}
ul.offcanva-menu .offcanva-menu-mini-cart li::marker {
	display: none;
}


.woocommerce-mini-cart__total p.total {
	margin: 5px;
}
.widget_shopping_cart_content .woocommerce-mini-cart__buttons .wc-forward {
	color: var(--belorin-dark-gray-color);
	background-color: #ff6900;
	padding: 5px;
	margin: 5px;
	border-radius: 18px;
	margin: 15px;
	opacity: .7;
	text-align: center;
}

.widget_shopping_cart_content .woocommerce-mini-cart__buttons .checkout {
	color: #fff;
	background-color: f53057 !important;
	padding: 5px;
	margin: 15px;
	border-radius: 18px;
	text-align: center;
    opacity: 1;	
} 

.woocommerce table.shop_attributes td {
  font-style: normal;
  padding: 0;
  border-top: 0;
  border-bottom: 1px dotted rgba(0,0,0,.1);
  margin: 0;
  line-height: 1.5;
}
.woocommerce-review-link,
.woocommerce-review-link a {
	color: var(--belorin-dark-gray-color);
	font-family: var(--belorin-font);	

}

.widget .woocommerce .widget_rating_filter {
  padding: 40px;
  background-color: white;
}
.woocommerce .woocommerce-widget-layered-nav-list {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none outside;
  padding: 40px;
  font-family: var(--belorin-font);	
  
}
.woocommerce-widget-layered-nav-list__item .wc-layered-nav-term a {
  font-family: var(--belorin-font);
  color: var(--belorin-dark-gray-color); 
}
.woocommerce .woocommerce-widget-layered-nav-list li {
	  color: var(--belorin-dark-gray-color);
}

.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item a, 
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item span {
  padding: 1px 0;
  color: var(--belorin-dark-gray-color);
  text-align: right;
  direction: rtl;
}
.woocommerce-widget-layered-nav{
	background-color: #fff;
	padding: 1.2vw;
	border-radius: 18px;
	width: 100%;
	margin-bottom: 1.5vw;
	text-align: right;
}
.woocommerce div.product form.cart table div.quantity {
  float: none;
  margin: 0;
  width: 12vw;
  padding: .5vw;
}

.woocommerce div.product form.cart .group_table td.woocommerce-grouped-product-list-item__label {
  padding-left: 1em;
  padding-right: 1em;
  color: var(--belorin-dark-gray-color);
}

.woocommerce div.product div.images.woocommerce-product-gallery {
position: relative;
  padding: 10px;
  width: 100%;
}

.woocommerce ul.products li.product a img { 
    padding: 0;
    margin: 0;
}
.woocommerce ul.products li.product a img:nth-of-type(2) {
    display: none;
}


.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item {
  padding: 0 0 1px;
  list-style: none;
  background-color: #fff;
  margin-bottom: 1vw;
  padding: 1vw;
  border-radius: 18px;
}
.attribute-single-page {
  background-color: #f1f1f1;
  float: right;
  padding: 1vw;
  border-radius: 18px;
  text-align: right;
}

.woocommerce #review_form #respond textarea {
  box-sizing: border-box;
  width: 100%;
  border-radius: 18px;
    padding: 15px;
    border-radius: 18px;
    background-color: var(--belorin-light-gray-color);
}

.wpcvs-terms.wpcvs-type-color .wpcvs-term .wpcvs-term-color {
  font-size: 0;
  border-radius: 2px;
  width: 34px;
  flex: 0 0 34px;
  border-radius: 18px;
}
.wpcvs-terms.wpcvs-type-color .wpcvs-term {
  height: 42px;
  width: 42px;
  border-radius: 18px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before {
  position: absolute;
  content: " ";
  width: 100%;
  bottom: 0;
  right: 0;
  border-bottom: 0 !important;
  z-index: 1;
}

.woocommerce_sidebar_content {
	margin-right: 2vw;
}

.woocommerce div.product div.images img {
display: block;
  width: 50% !important;
  height: auto;
  box-shadow: none;
  filter: brightness(96%);
  border-radius: 18px;
}

.woocommerce-review-link {
	padding: 1vw;
	color: orange;
}

.woocommerce .woocommerce-product-rating .star-rating {
  margin-left: 1em !important;
  margin-right: 1em !important;
  float: right;
}
.yith-wcwl-add-button {
 direction: rtl;	
}
.yith-wcwl-add-button a {
	color: #444;
}

.single-tab-tozihat-option {
	display: flex;
	width: 100%;
	direction: rtl;
	list-style-type: none;
}
.single-tab-option-items {
	padding: 20px;
	width: 20%;
}

.single-tab-option-items span {
	font-family: var(--belorin-font);
	padding-right: 10px;
	font-weight: normal;
}

#tab-title-description {
  border-right: 0;
}

@media (max-width: 480px) {
		.woocommerce .products ul, .woocommerce ul.products {
  margin-right: 0;
  padding: 10px;
  list-style: none outside;
  clear: both;
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  direction: rtl;
  align-content: space-around;
  justify-content: flex-end;
}

.woocommerce ul.products.columns-3 li.product, .woocommerce-page ul.products.columns-3 li.product {
  width: 85%;
  display: flex;
  flex: 0 0 auto;
  margin: 10px;
  px; */
  border-radius: 18px;
  box-shadow: 0 5px 10px 0 rgba(0,0,0, 0.17);
  justify-content: center;
  align-content: center;
  flex-wrap: nowrap;
  border-radius: 16px;
  overflow: hidden;
}

.woocommerce-error, .woocommerce-info, .woocommerce-message {
  padding-top: 2em;
  padding-right: 3.5em;
  padding-bottom: 1em;
  padding-left: 2em;
  margin: 2vw;
  position: relative;
  color: var(--belorin-dark-gray-color);
  list-style: none outside;
  width: auto;
  word-wrap: break-word;
  border-radius: 18px;
  text-align: right;
  text-align: center;
  font-family: var(--belorin-font);
  font-size: .5em;
  background-color: #fff;
  border-radius: 16px;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.17);
  padding: 20px;
}	

.woocommerce-terms-and-conditions-wrapper {
	font-size: 14px;
}	

.woocommerce-notices-wrapper {
  margin-left: 16vw;	
}	
.woocommerce div.product .woocommerce-tabs .panel {
  margin: 1vw;
  text-align: right;
  font-family: var(--belorin-font);
  line-height: 30px;
  background-color: var(--belorin-light-gray-color);
  font-size: 14px;
  margin-right: 1vw;
  margin-left: 5vw;
  padding-right: 6vw;
  padding-top: 3vw;
}
.product-tlt h1 {
	font-size: 18px;
}

.woocommerce-Price-amount {
  font-family: var(--belorin-font);
  color: #3c4354;
  font-weight: 500;
  font-size: 22px;
}

.woocommerce-product-details__short-description p {
  font-family: var(--belorin-font);
  margin-right: 30px;
  margin-left: 30px;
  font-size: 14px;
}

  .woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
    float: left;
    width: 90%;
    clear: none;
    background-color: #F6F5F2;
    border-radius: 18px;
    margin-left: 8vw;
  }
.single-product-tasvir-left {
  width: auto !important;
  float: left;
}
.single-product-tasvir-right {
  width: auto !important;
  float: right;
}
.related h2 {
	direction: rtl;
	text-align: right;
	padding-top: 2vw;
}
.single-tab-option-items {
  padding-left: 4vw;
  width: 20%;
  font-size: 14px;
  padding-top: 5vw;
  padding-right: 0;
}

.woocommerce-error, .woocommerce-info, .woocommerce-message {
  padding-top: 2em;
  padding-right: 3.5em;
  padding-bottom: 1em;
  padding-left: 2em;
  margin: 8px;
  position: relative;
  color: var(--belorin-dark-gray-color);
  list-style: none outside;
  width: auto;
  word-wrap: break-word;
  border-radius: 18px;
  text-align: right;
  text-align: center;
  font-family: var(--belorin-font);
  font-size: .6em;
  background-color: #fff;
  border-radius: 16px;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.17);
  padding: 20px;
}
.woocommerce-breadcrumb {
  font-size: .7em !important;
  color: var(--belorin-medium-gray-color);
}
}

.woocommerce-tabs-tozihat-garantee {
	border: 2px solid #ededed;
	margin: 1vw;
}
@media (min-width: 481px) and (max-width: 579px) {
		.woocommerce .products ul, .woocommerce ul.products {
  margin-right: 0;
  padding: 10px;
  list-style: none outside;
  clear: both;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  direction: rtl;
}

.woocommerce ul.products.columns-3 li.product, .woocommerce-page ul.products.columns-3 li.product {
  width: 90%;
  flex: 0 0 auto;
  margin: 10px;
  border-radius: 18px;
  box-shadow: 0 5px 10px 0 rgba(0,0,0, 0.17);
  overflow: hidden;
}

}
@media (min-width: 580px) and (max-width: 767px) {
	.woocommerce .products ul, .woocommerce ul.products {
  margin-right: 0;
  padding: 10px;
  list-style: none outside;
  clear: both;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  direction: rtl;
  display: flex;
  justify-content: flex-end;
  overflow: hidden;
}

.woocommerce ul.products.columns-3 li.product, .woocommerce-page ul.products.columns-3 li.product {
  width: 45%;
  flex: 0 0 auto;
  margin: 10px;
  border-radius: 18px;
  box-shadow: 0 5px 10px 0 rgba(0,0,0, 0.17);
  overflow: hidden;
}

.woocommerce_sidebar_content {
  margin-right: 2vw;
  width: 100%;
}
}

@media (min-width: 481px) and (max-width: 767px) {
	
.woocommerce-error, .woocommerce-info, .woocommerce-message {
  padding-top: 2em;
  padding-right: 3.5em;
  padding-bottom: 1em;
  padding-left: 2em;
  margin: 2vw;
  position: relative;
  color: var(--belorin-dark-gray-color);
  list-style: none outside;
  width: auto;
  word-wrap: break-word;
  border-radius: 18px;
  text-align: right;
  text-align: center;
  font-family: var(--belorin-font);
  font-size: .6em;
   background-color: #fff;
  border: 1px solid #e7e4e4;
}	

.woocommerce-terms-and-conditions-wrapper {
	font-size: 14px;
}
	.woocommerce div.product .woocommerce-tabs .panel {
  margin: 1vw;
  text-align: right;
  font-family: var(--belorin-font);
  line-height: 30px;
  background-color: var(--belorin-light-gray-color);
  font-size: 14px;
  margin-right: 1vw;
  margin-left: 5vw;
  padding-right: 6vw;
  padding-top: 3vw;
}
.product-tlt h1 {
	font-size: 18px;
}
.woocommerce-breadcrumb {
  font-size: .8em !important;
  color: var(--belorin-medium-gray-color);
}
.woocommerce-Price-amount {
  font-family: var(--belorin-font);
  color: #3c4354;
  font-weight: 500;
  font-size: 20px;
}

.woocommerce-product-details__short-description p {
  font-family: var(--belorin-font);
  margin-right: 30px;
  margin-left: 30px;
  font-size: 14px;
}

  .woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
    float: left;
    width: 90%;
    clear: none;
    background-color: #F6F5F2;
    border-radius: 18px;
    margin-left: 7vw;
  }
.single-product-tasvir-left {
  width: auto !important;
  float: left;
}
.single-product-tasvir-right {
  width: auto !important;
  float: right;
}
.related h2 {
	direction: rtl;
	text-align: right;
	padding-top: 2vw;
}
.single-tab-option-items {
  padding-left: 4vw;
  width: 20%;
  font-size: 14px;
  padding-top: 5vw;
  padding-right: 0;
}
}

@media (min-width: 768px) and (max-width: 959px) {
.related h2 {
	direction: rtl;
	text-align: right;
	padding-top: 2vw;
}
.price_slider_wrapper {
  direction: rtl;
}
.woocommerce ul.products.columns-3 li.product, .woocommerce-page ul.products.columns-3 li.product {
  width: 45%;
  flex: 0 0 auto;
  margin: 10px;
  border-radius: 18px;
  box-shadow: 0 5px 10px 0 rgba(0,0,0, 0.17);
  overflow: hidden;
}

.single-tab-option-items {
  padding-left: 0;
  width: 20%;
  padding-top: 20px;
  padding-bottom: 20px;
}


.woocommerce-error, .woocommerce-info, .woocommerce-message {padding-top: 2em;padding-right: 3.5em;padding-bottom: 1em;padding-left: 2em;margin: 40px;position: relative;color: #515151;list-style: none outside;width: auto;word-wrap: break-word;border-radius: 18px;text-align: right;text-align: center;font-family: var(--belorin-font);font-size: 12px;background-color: #fff;/* border: 1px solid #e7e4e4; */border-radius: 16px;box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.17);padding: 20px;}

.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
  float: left;
  width: 54%;
  clear: none;
  background-color: #F6F5F2;
  border-radius: 18px;
  margin-left: 3vw;
}
.woocommerce div.product .woocommerce-tabs .panel {
  margin: 1vw;
  padding: 0;
  text-align: right;
  font-family: var(--belorin-font);
  padding: 25px;
  line-height: 30px;
  background-color: var(--belorin-light-gray-color);
  font-size: 14px;
}
.woocommerce-Price-amount {
  font-family: var(--belorin-font);
  color: #3c4354;
  font-weight: 500;
  font-size: 22px;
}

.woocommerce-product-details__short-description p {
  font-family: var(--belorin-font);
  margin-right: 30px;
  margin-left: 30px;
  font-size: 14px;
}
}

@media (min-width: 960px) and (max-width: 1199px) {
 .related h2 {
	direction: rtl;
	text-align: right;
	padding-top: 2vw;
}

.woocommerce-error, .woocommerce-info, .woocommerce-message {
  padding-top: 2em;
  padding-right: 3.5em;
  padding-bottom: 1em;
  padding-left: 2em;
  margin: 40px;
  position: relative;
  color: var(--belorin-dark-gray-color);
 background-color: #fff;
  border: 1px solid #e7e4e4;
  list-style: none outside;
  width: auto;
  word-wrap: break-word;
  border-radius: 18px;
  text-align: right;
  text-align: center;
  font-family: var(--belorin-font);
  font-size: 14px;
}


.single-tab-option-items span {
  font-family: var(--belorin-font);
  padding-right: 10px;
  font-weight: normal;
  font-size: 14px;
}
.woocommerce-Price-amount {
  font-family: var(--belorin-font);
  color: #3c4354;
  font-weight: 500;
  font-size: 23px;
}

	.woocommerce ul.products.columns-3 li.product, .woocommerce-page ul.products.columns-3 li.product {
  width: 30%;
  flex: 0 0 auto;
  margin: 10px;
  border-radius: 18px;
  box-shadow: 0 5px 10px 0 rgba(0,0,0, 0.17);
  overflow: hidden;
}

}

@media (min-width: 1200px) {
 .related h2 {
	direction: rtl;
	text-align: right;
	padding-top: 2vw;
}
.woocommerce-Price-amount {
  font-family: var(--belorin-font);
  color: #3c4354;
  font-weight: 800;
  font-size: 17px;
}	
	.woocommerce ul.products.columns-3 li.product, .woocommerce-page ul.products.columns-3 li.product {
  width: 30%;
  flex: 0 0 auto;
  margin: 10px;
  border-radius: 18px;
  box-shadow: 0 5px 10px 0 rgba(0,0,0, 0.17);
  overflow: hidden;
}
	.woocommerce ul.products.columns-3 li:hover.product, .woocommerce-page ul.products.columns-3 li:hover.product {
  width: 30%;
  flex: 0 0 auto;
  margin: 10px;
  border-radius: 18px;
  box-shadow: 0 5px 10px 0 rgba(0,0,0, 0.17);
}

}

.product_list_widget .woocommerce-Price-amount {
  font-size: 15px;
  font-weight: 500;
}
.widget_product_categories {
	position: relative;
}
.widget_product_categories li::before, .product-categories li::before {
position: absolute;
  content: '';
  width: 8px;
  height: 12px;
  border-radius: 17px;
  background-color: #f53057;
  right: 17px;
  border: 3px solid #f53057;
  margin-top: 8px;
}
.belorin-product-search-right,
.belorin-product-search-left,
.belorin-product-search-hidden {
	position: relative;
	display: flex;
	align-items: center;
	border-radius: 19px;
	padding: 12px;
	width: 100%;
	box-sizing: border-box;
	background-color: var(--belorin-light-gray-color);
	margin-top: 20px;
	margin-bottom: 20px;
	overflow: hidden;
	transition: all 0.35s ease;
}

.belorin-product-search-right {
	flex-direction: row-reverse !important;
}

.belorin-product-search-left .search-field,
.belorin-product-search-right .search-field {
	background-color: var(--belorin-light-gray-color);
	border: none;
	width: 100%;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-right: 10px;
	border-radius: 12px;
	transition: all 0.35s ease;
}

.belorin-product-search-hidden {
	width: 52px;       
	padding: 12px;
	justify-content: center;
	background-color: var(--belorin-light-gray-color);
}

.belorin-product-search-hidden .search-field {
	width: 0;
	opacity: 0;
	padding: 0;
	margin: 0;
	border: none;
	pointer-events: none;
	transition: all 0.35s ease;
}
.search-trigger {
	font-family: 'Font Awesome 5 Free' !important;
  color: var(--belorin-medium-gray-color);
  background-color: transparent;
}
.belorin-product-search-hidden .search-trigger {
	flex: 0 0 auto;
}

.belorin-product-search-hidden.is-open {
	width: 100%;
	justify-content: flex-start;
}

.belorin-product-search-hidden.is-open .search-field {
	width: 100%;
	opacity: 1;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-right: 10px;
	pointer-events: auto;
	margin-right: 10px;
}

.belorin-product-search-hidden .search-trigger {
	border: none;
	color: #2A1932;
	padding: 6px;
	border-radius: 12px;
	background-color: transparent;
	cursor: pointer;
	margin-right: 0;
	font-size: 18px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.belorin-product-search-hidden.is-open .search-trigger {
	margin-right: 3px;
}


.woocommerce-page ul.products li.product .woocommerce-Price-amount .woocommerce-Price-currencySymbol {
    color: #aba0a2;
    font-size: 11px;
    font-weight: 500;
}

.after-shop del * .woocommerce-Price-currencySymbol {
	display: none;
}


.after-shop del .woocommerce-Price-amount {
  font-size: 14px;
  color: var(--belorin-medium-gray-color);
}
.product_list_widget ins .woocommerce-Price-amount,
.after-shop ins .woocommerce-Price-amount {
font-size: 17px;
    background: -webkit-linear-gradient(#000, #2A1932);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 900;
}
.after-shop del {
  text-decoration-color: gray; 
}
.after-shop {
	float: left;
  text-align: left;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
  padding: .5em 0;
  margin: 0;
  font-size: 1em;
  line-height: 1.8;
}

.compare::before {
  content: '\EA62';
  font-family: 'remixicon';
}

.belorin-box-shop-buttons {
  display: flex;
  flex-direction: column;
  background-color: white;
  padding: 8px;
  font-size: 13px;
  font-weight: bold;
  font-family: var(--belorin-font);
  color: var(--belorin-dark-gray-color);
  text-align: center;
  border-radius: 18px;
  position: absolute;
  top: 12;
  box-shadow: 0 5px 10px 0 rgba(0,0,0, 0.17);
  left: 2px;
  visibility: hidden;
  transition: left .7s ease;
}
.woocommerce ul.products.columns-3 li:hover.product .belorin-box-shop-buttons, .woocommerce-page ul.products.columns-3 li:hover.product .belorin-box-shop-buttons {
	visibility: visible;
	left: 12px;
}
.yith-wcwl-add-to-wishlist-button__label {
  display: none;
}

.yith-wcwl-add-to-wishlist-button svg, .yith-wcwl-add-to-wishlist-button img.yith-wcwl-custom-icon {
  width: 20px;
  height: 20px;
}

    .woocommerce-ordering .list-order {
        list-style: none;
        padding: 0;
        margin: 0;
        display: flex; 
    }

    .woocommerce-ordering .items-order {
        margin-right: 10px; 
    }

    .woocommerce-ordering .items-order a {
        display: inline-block;
        padding: 10px 12px;
        text-decoration: none;
        color: #333;
        border-radius: 18px;
    }

    .woocommerce-ordering .items-order a:hover {
        color: #f53057;
    }

    .woocommerce-ordering .items-order a.active {
        background-color: #f53057;
		color: #fff;
        font-weight: 900;
		font-size: 14px;
    }
	.woocommerce-ordering .items-order a:hover .active {
		background-color: #f53057;
		color: #fff;
		font-weight: 900;
		font-size: 14px;
	}
	.shop-page-description {
		line-height: 1.8;
		padding-top: 1.4rem;
		text-align: justify;
		direction: rtl;
		padding-bottom: 1.4rem;
		padding-left: 5rem;
		padding-right: 5rem;
		
	}
	.single-product-box {
  border-radius: 18px;
  display: flex;
  box-shadow: 0 5px 10px 0 rgba(0,0,0, 0.17);
  box-sizing: border-box;
  margin: 40px;
	}
	
	.single-product-box {
		display: flex;
  border-radius: 18px;
  display: flex;
  box-shadow: 0 5px 10px 0 rgba(0,0,0, 0.17);
  box-sizing: border-box;
  margin: 40px;
	}
	
	.woocommerce div.product div.images .flex-control-thumbs li {
  width: 25%;
  float: right;
  margin: 0;
  list-style: none;
}


.belorin-button-next,
.belorin-button-prev {
  position:absolute;
  top:50%;
  width:calc(var(--belorin-navigation-size)/ 44 * 27);
  height:var(--belorin-navigation-size);
  margin-top:calc(0px - (var(--belorin-navigation-size)/ 2));
  z-index:10;
  cursor:pointer;
  display:flex;
  align-items:center;
  justify-content:center;
}
.belorin-button-next.belorin-button-disabled,
.belorin-button-prev.belorin-button-disabled {
  opacity:.35;
  cursor:auto;
  pointer-events:none
}
.belorin-button-next.belorin-button-hidden,
.belorin-button-prev.belorin-button-hidden {
  opacity:0;
  cursor:auto;
  pointer-events:none
}
.belorin-navigation-disabled .belorin-button-next,
.belorin-navigation-disabled .belorin-button-prev {
  display:none!important
}
.belorin-button-next:after,
.belorin-button-prev:after {
  font-family:belorin-icons;
  font-size:var(--belorin-navigation-size);
  text-transform:none!important;
  letter-spacing:0;
  font-variant:initial;
  line-height:1
}
.belorin-button-prev,
.belorin-rtl .belorin-button-next {left: 10px;right: auto;padding: 10px;opacity: 0.8;color: #f53057;background-color: #fff;border-radius: 15px;box-shadow: 0 5px 10px rgb(0 0 0 / 12%);}
.belorin-button-prev::after, .belorin-rtl .belorin-button-next::after {
  content: '\EA64';
  font-family: 'remixicon';
  font-size: 14px;
	font-weight: 900;
}
.belorin-button-next,
.belorin-rtl .belorin-button-prev {
  right:10px;
  left:auto;
  padding: 10px;
  opacity: 0.8;
  color: #f53057;
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0 5px 10px rgb(0 0 0 / 12%);
}
.belorin-button-next:after,
.belorin-rtl .belorin-button-prev:after {
  content:'\EA6E';
  font-family: 'remixicon';
  font-size: 14px;
	font-weight: 900;
}

.woocommerce img, .woocommerce-page img {
  height: auto;
  max-width: 100%;
  border-radius: 19px;
}

.product-thumbnail.active {
  border-bottom: 3px solid #f53057;
  border-radius: 19px;
}

.thumbnail-image-single-product {
	margin-top: 19px;
}

.yith-add-to-wishlist-button-block,
.compare {
 display: inline-block;
}

.woocommerce a.remove {
  font-size: 1.5em;
  height: 20px;
  width: 20px;
  text-align: center;
  line-height: 1;
  border-radius: 100%;
  color: #2A1932 !important;
  text-decoration: none;
  border: 0;
  background-color: transparent;
}
.woocommerce a.remove:hover {
  display: block;
  font-size: 1.5em;
  height: 1em;
  width: 1em;
  text-align: center;
  line-height: 1;
  border-radius: 100%;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  border: 0;
  background-color: #f53057 !important;
}

.woocommerce-mini-cart__total strong {
color:#363636;
}

.woocommerce-message::before {
  content: "\e015";
  color: 2A1932;
}

.product-remove:hover,
 .product-remove:hover a,
.woocommerce a.remove:hover {
    background-color: #f0f0f0 !important;
    color: black !important; 
}
.belorin-detail-woocommerce-checkout {
  box-shadow: 0 5px 10px 0 rgba(0,0,0, 0.17);
  padding: 30px;
}
.select2-container--default .select2-selection--single,
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
border-radius: 9px !important;
  border: 1px solid #DEDBDD !important;
}
.belorin-woocommerce-checkout-review-order {
	display: flex;
	gap: 20px;
	margin-bottom: 30px;
}

.woocommerce button.button.alt, .woocommerce input.button.alt,
.woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
	background-color: #f53057;
  padding: 20px;
  border-radius: 10px;
}
#add_payment_method #payment div.payment_box::before, .woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before {
  content: "";
  display: block;
  border: 1em solid #f53057;
    border-top-color: #f53057;
    border-right-color: #f53057;
    border-left-color: #f53057;
  border-left-color: transparent;
  border-right-color: transparent;
  border-top-color: transparent;
  position: absolute;
  top: -.75em;
  right: 0;
  margin: -1em 2em 0 0;
}

.woocommerce form .form-row .required {
  color: #f53057;
  font-weight: 700;
  border: 0 !important;
  text-decoration: none;
}
#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  padding: 1em;
  margin: 1em 0;
  font-size: .92em;
  border-radius: 8px;
  line-height: 1.5;
  background-color: #f53057;
  color: #fff;
}
.belorin-order-woocommerce-checkout h3 {
	padding: 10px;
}

.belorin-order-woocommerce-checkout .order {
	color:  #f53057;
}


.select2-container--default .select2-results__option:hover {
  background-color: #f53057 !important;
  color: #fff !important; 
}

.billing-title h3,
.belorin-order-woocommerce-checkout h3 {
	display: flex;
	gap: 10px;
	
}
.belorin-order-woocommerce-checkout h3 {
	margin-top: 40px;
}
.billing-title h3 p.Billing {
    color:  #f53057;
}
.woocommerce .star-rating span::before {
  content: "SSSSS";
  top: 0;
  position: absolute;
  right: 0;
  color: #F26B0F;
}
p.stars a {
    color:#F26B0F !important;
    letter-spacing: 1px; 
}
.woocommerce p.stars a {
  position: relative;
  height: 1em;
  width: 1em;
  text-indent: -999em;
  display: inline-block;
  text-decoration: none;
  font-size: 20px;
}
.woocommerce #reviews #comments ol.commentlist li img.avatar {
  float: right;
  position: absolute;
  top: 0;
  right: 0;
  padding: 3px;
  width: 45px;
  height: auto;
  background: #e9e6ed;
  border: 1px solid #e1dde7;
  margin: 0;
  box-shadow: none;
}
.comment-form-rating {
	display: flex;
	gap: 40px;
}

.comment-form-author {
  display: flex;
  width: 50%;
  float: right;
  padding-block: 12px;
  padding-inline: 12px 24px;
}

.comment-form-email input,
.comment-form-author input {
  width: 100%;
    padding: 15px;
    border-radius: var(--belorin-border-radius);
    background-color: var(--belorin-light-gray-color);
}
input:focus,
textarea:focus,
.woocommerce #review_form #respond textarea:focus,
.comment-form-email input:focus,
.comment-form-author input:focus {
    outline: none; 
    box-shadow: none; 
}

.comment-form-email {
display: flex;
  width: 50%;
  padding-block: 12px;
  padding-inline: 12px 24px;
}
.comment-form-email label,
.comment-form-author label {
	padding-left: 10px;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
  margin: 0 50px 0 0;
  border-radius: 18px;
  padding: 1em 1em 0;
  background-color: #fff;
}



.woocommerce #review_form #respond textarea {
  box-sizing: border-box;

  width: 100%;
    padding: 15px;
    border-radius: var(--belorin-border-radius);
    background-color: var(--belorin-light-gray-color);

}
.description_tab a:before {
content: "\f2f5";
	font-family: 'remixicon';
	color: #f53057;
	padding-left: 5px;	
}
.additional_information_tab a:before {
	content: "\ea13";
	font-family: 'remixicon';
	color: #f53057;	
	padding-left: 5px;	
}
.reviews_tab a:before {
	content: "\eb6b";
	font-family: 'remixicon';
	color: #f53057;	
	padding-left: 5px;
}

.woocommerce #reviews #comment {
  height: 169px !important;

}
.woocommerce #review_form #respond .form-submit input:hover,
.woocommerce #review_form #respond .form-submit input {
  right: auto;
  background-color: #f53057;
  padding: 14px 30px;
  color: #fff;
}

.woo-single-info-box {
  margin: 10px;
  border-radius: 18px;
background-color: #fff;
    padding: 30px;
    border-radius: var(--belorin-border-radius);
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.17);
}	
}
.woo-single-info-box .belorin-summary h1 {
	font-size: 25px;
  font-weight: 800;
}

.woocommerce div.product form.cart {
  margin-bottom: 2em;
  display: flex;
}

.belorin-summary {
	margin-right: 40px;
  background-color: #fff;
  padding: 30px;
  border-radius: var(--belorin-border-radius);
}

.button-variable-item,
.variable-item.button-variable-item {
 padding: 15px;
 border-radius: 10px;
}
.variations_form.cart {
 background-color: white;
  padding:20px;
  border-radius: var(--belorin-border-radius);
  width: 100%;   
}
.belorin-single-add-to-cart-box .price{
	  padding: 30px;
}
.belorin-single-add-to-cart-box .woocommerce-Price-amount {
	font-size: 25px;
	font-weight: 800;
}

.zoom-icon {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 24px; 
    color: white; 
    opacity: 0; 
    transition: opacity 0.3s;
}

.swiper-slide {
    position: relative;
}

.swiper-slide:hover .zoom-icon {
    opacity: 1; 
}

.product-attributes-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px; 
}

.product-attribute-item {
    padding: 10px;
    border-radius: var(--belorin-border-radius);
	margin: 5px;
	background-color: var(--belorin-light-gray-color);
}

.product-attribute-item.empty {
    border: none;
}

.tagged_as {
	padding-right: 30px;
}
.belorin-single-add-to-cart-box .price del .woocommerce-Price-currencySymbol {
	display: none;
}
.thumbnail-image-single-product {
	margin-bottom: 20px;
	padding-top: 20px;
}

.belorin-account-avatar {
    text-align: center; 
    margin-bottom: 20px; 
}

.belorin-account-avatar img {
    border-radius: 50%; 
}
.belorin-account-header {
background-color: var(--belorin-light-gray-color);
  padding: 20px;
  border-radius: 18px;
  margin-bottom: 20px;
  
}
.belorin-account-avatar-name {display: flex;align-items: center;margin-bottom: 10px;gap: 5px;flex-direction: column;}
.belorin-account-avatar {
margin-right: 10px;
}
.belorin-account-name {
font-size: 18px;
}


.account-navigation li {
    margin: 10px 0;
}


.account-navigation a::before {
    font-family: 'remixicon'; 
    margin-right: 8px; 
    display: inline-block; 
	background-color: var(--belorin-light-gray-color); 
    padding: 10px; 
	border-radius: 100%;	
}


.woocommerce-MyAccount-navigation-link--dashboard a::before {
    content: "\EE2D"; 
	    font-family: 'remixicon'; 
		margin-left: 10px;
	background-color: var(--belorin-light-gray-color);
    padding: 10px; 
	border-radius: 100%;		
}

.woocommerce-MyAccount-navigation-link--orders a::before {
    content: "\F11C"; 
	    font-family: 'remixicon'; 
		margin-left: 10px;
	background-color: var(--belorin-light-gray-color); 
    padding: 10px; 
	border-radius: 100%;		
}

.woocommerce-MyAccount-navigation-link--downloads a::before {
    content: "\EC54"; 
	    font-family: 'remixicon'; 
		margin-left: 10px;
	background-color: var(--belorin-light-gray-color);
    padding: 10px; 
	border-radius: 100%;		
}

.woocommerce-MyAccount-navigation-link--edit-address a::before {
    content: "\EF14"; 
	    font-family: 'remixicon'; 
		margin-left: 10px;
	background-color: var(--belorin-light-gray-color);
    padding: 10px; 
	border-radius: 100%;		
}

.woocommerce-MyAccount-navigation-link--edit-account a::before {
    content: "\F274"; 
	    font-family: 'remixicon';
		margin-left: 10px;
	background-color: var(--belorin-light-gray-color); 
    padding: 10px; 
	border-radius: 100%;		
}

.woocommerce-MyAccount-navigation-link--customer-logout a::before {
    content: "\EEDC";
	    font-family: 'remixicon'; 
		margin-left: 10px;
	background-color: var(--belorin-light-gray-color);
    padding: 10px; 
	border-radius: 100%;

}

.woocommerce-MyAccount-navigation-link.is-active a::before {
    background-color: #f53057; 
    color: white !important;  
    padding: 10px; 
	border-radius: 100%;
}

.belorin-woocommerce-addresses {
    display: flex;
    flex-direction: column;
}

.u-column-woocommerce-Address {
    width: 100%;
    margin-bottom: 20px;
}

.woocommerce-Address-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.woocommerce-Address-title h3 {
    margin: 0;
    text-align: right; 
    flex-grow: 1;
}

.woocommerce-Address-title a.edit {
    background-color: #f53057;
    color: white;
    padding: 8px 12px;
    border-radius: 10px;
    text-decoration: none; 
    display: inline-block;
}

.woocommerce-Address-title a.edit:hover {
    background-color: #f53057;
}
.belorin-woocommerce-addresses address {
	margin-top: 15px;
}

.belorin-woocommerce-addresses h3 {
	font-size: 18px;
	font-weight: 800;
}

.woocommerce-MyAccount-content .woocommerce-Button,
.woocommerce-MyAccount-content button {
	    background-color: #f53057;
    color: white;
    padding: 15px 18px;
    border-radius: 10px;
    text-decoration: none; 
    display: inline-block;
}
.belorin-my-account-page {
	margin-top: 35px;
}


.variations_form, 
.woocommerce div.single_variation_wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.variations_form {
    flex: 1;
    margin-right: 10px;
}


.woocommerce div.single_variation_wrap {
    flex: 1;
}
.woocommerce-notices-wrapper:checked {
	border: 0 !important;
}
.yith-wcwl-add-to-wishlist-button:not(.yith-wcwl-add-to-wishlist-button--themed-button).yith-wcwl-add-to-wishlist-button--added svg.yith-wcwl-add-to-wishlist-button-icon {
  color: #f53057;
}
#yith-woocompare {
  direction: rtl;
  padding: 10px;
}

#yith-woocompare table,
#yith-woocompare thead,
#yith-woocompare tfoot,
#yith-woocompare tbody,
#yith-woocompare tbody .title,
#yith-woocompare .title,
#yith-woocompare .price,
#yith-woocompare .add-to-cart,
#yith-woocompare .description,
#yith-woocompare tbody tr th,
#yith-woocompare tr td p,
#yith-woocompare p {
  font-family: var(--belorin-font) !important;
}

.compare-list td.odd {
  background-color: #fff !important;
  border-bottom: 1px solid #777 !important;
  color: var(--belorin-dark-gray-color);
  font-family: 'shabnam', sans-serif !important;
  padding: 20px;
  line-height: 28px;
}

.compare-list td.even {
  background-color: #fff !important;
  border-bottom: 1px solid #777 !important;
  padding: 15px;
  color: var(--belorin-dark-gray-color);
  font-family: 'shabnam', sans-serif !important;
  padding: 20px;
  line-height: 28px;
}

.compare-list tbody th {
  text-align: right;
  border-bottom: 1px solid #777 !important;
  color: var(--belorin-dark-gray-color);
  font-family: 'shabnam', sans-serif !important;
  line-height: 28px;
  width: 150px;
  max-width: 150px;
  min-width: 150px;
  overflow: hidden;
  background-color: var(--belorin-light-gray-color) !important;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  padding-right: 20px; 
}

body h1 {
  font-family: 'shabnam', sans-serif !important;
}

.woocommerce-order-stats {
    margin-bottom: 20px;
    padding: 15px;
    border: 1px solid #eee;
    background-color: var(--belorin-light-gray-color);
	border-radius: var(--belorin-border-radius);
}

.woocommerce-order-stats h2 {
    font-size: 1.5em;
    margin-bottom: 10px;
}

.woocommerce-order-stat-items {
    display: flex;
    justify-content: space-between; 
    flex-wrap: wrap; 
}

.woocommerce-order-stat-item {
    flex: 1; 
    min-width: 150px; 
    padding: 15px;
    border: 1px solid #eee;
    background-color: #fff;
    text-align: center;
    margin-right: 10px; 
	border-radius: var(--belorin-border-radius);
}

.woocommerce-order-stat-item svg {
    width: 40px; 
    height: 40px; 
    fill: none; 
    stroke: currentColor; 
    margin-bottom: 10px; 
}

.woocommerce-order-stat-item h3 {
    font-size: 1.2em;
    margin-bottom: 10px;
}
.woocommerce-order-stats h2 {
	padding-top: 15px;
	padding-bottom: 15px;
	margin-right: 10px;
}
.order-owner {
    color: #f53057; 
    font-weight: bold; 
	margin-right: 5px;
}

.woocommerce-notices-wrapper:hover,
.woocommerce-error:hover, .woocommerce-info:hover, .woocommerce-message:hover,
.woocommerce-notices-wrapper:focus,
.woocommerce-error:focus, .woocommerce-info:focus, .woocommerce-message:focus {
    border: 0 !important;
}
.woocommerce table.my_account_orders .button:hover,
.woocommerce table.my_account_orders .button {
  white-space: nowrap;
  color: #fff !important;
  background-color: #f53057 !important;
    padding: 8px;
  border-radius: 10px;
}
.woocommerce-pagination--without-numbers a,
.woocommerce-pagination--without-numbers a:hover,
.woocommerce-button .woocommerce-button--next:hover a,
.woocommerce-orders-table__cell-order-actions a,
.woocommerce-button .woocommerce-button--next a,
.woocommerce-orders-table__cell-order-actions a:hover {
  text-decoration: none;
  color: #fff !important;
  background-color: #f53057 !important;
  padding: 8px;
  border-radius: 10px;
}
.cat-title-fa,
.elementor-widget-container {
	font-family: var(--belorin-font) !important;
}
.gallery-item img,
.gallery-icon img {
	border: 0 !important;
}
.woocommerce ul.cart_list p, .woocommerce ul.product_list_widget p,
.woocommerce-mini-cart__total,
.woocommerce-mini-cart__total.total {
	padding-right: 10px;
}
.woocommerce-mini-cart-item,
.mini_cart_item {
	display: flex;
	align-items: baseline;
	flex-wrap: wrap;
	justify-content: flex-end;
}
.woocommerce-mini-cart-item a,
.mini_cart_item a {
	padding-top: 8px;
}
.woocommerce-mini-cart__total strong {
	margin-right: 10px;
}


.woocommerce-order-status-grid {
    display: flex;
    flex-wrap: wrap;
}

.woocommerce-order-status-row {
    display: flex;
    width: 100%;
}

.woocommerce-order-status-column {
    width: 20%; 
    padding: 10px;
    text-align: center;
    box-sizing: border-box;
}

.woocommerce-order-status-icon {
    display: block;
    font-size: 24px;
    margin-bottom: 5px;
}

.woocommerce-order-status-name {
    display: block;
    font-weight: bold;
}

.woocommerce-order-status-count {
    display: block;
}
.small-cart .woocommerce-mini-cart__total,
.woocommerce-mini-cart .woocommerce-mini-cart__total {
display: flex;
    align-content: flex-start;
    justify-content: space-around;
    background-color: var(--belorin-light-gray-color);
    border-radius: 11px;
    padding: 9px;
} 

.small-cart .woocommerce-mini-cart__total .woocommerce-mini-cart__buttons,
.woocommerce-mini-cart  .woocommerce-mini-cart__buttons {
display: flex;
    justify-content: space-around;
}

.woocommerce-mini-cart-item a img {
    margin-left: 10px;
}

#add_payment_method table.cart img, .woocommerce-cart table.cart img, .woocommerce-checkout table.cart img {
    width: 90px;
    box-shadow: none;
}
@media (max-width: 768px) {
    .woocommerce #content table.cart .product-thumbnail, .woocommerce table.cart .product-thumbnail, .woocommerce-page #content table.cart .product-thumbnail, .woocommerce-page table.cart .product-thumbnail {
        display: block !important;
        width: 120px;
    }
}

.woocommerce table.shop_table_responsive tr,.woocommerce-page table.shop_table_responsive tr {
    display: block;
    box-shadow: 0 6px 20px 0 rgb(0,0,0,.17);
    padding: 20px;
    border-radius: var(--belorin-border-radius);
    margin-bottom: 10px;
    display: flex;
    flex-direction: column;
}
    .woocommerce table.shop_table_responsive tr td, .woocommerce-page table.shop_table_responsive tr td {
        display: block;
        text-align: left !important;
		display: block !important;
    }
	
	.woocommerce table.shop_table {
    margin: 0 0 24px -1px;
    text-align: right;
    width: 100%;
    border-collapse: separate;
    border-radius: 5px;
    border: 0 !important;
}

.woocommerce-orders-table thead,
 .woocommerce-MyAccount-orders thead,
 .account-orders-table thead{
     display: none;

}
.woocommerce-orders-table tbody,
 .woocommerce-MyAccount-orders tbody,
 .account-orders-table tbody {
     display: grid;
    grid-template-columns: 2fr 2fr;
    gap: 20px;
 }
    .woocommerce table.shop_table_responsive tr td::before, .woocommerce-page table.shop_table_responsive tr td::before {
        content: attr(data-title) ": ";
        font-weight: 700;
        float: right;
        display: none !important;
    }
.woocommerce table.shop_table_responsive tr, .woocommerce-page table.shop_table_responsive tr {
    display: block;
    box-shadow: none;
    padding: 20px;
    border-radius: var(--belorin-border-radius);
    margin-bottom: 10px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    flex-wrap: wrap;
}
.woocommerce table.shop_table tbody th, .woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th {
    font-weight: 700;
    border-top: 0 !important;
}

.recent-news-box,.recent-products-box {
 
    display: flex;
    justify-content: space-evenly;
    border-radius: var(--belorin-border-radius);
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.17);
    padding: 20px;
}

.woocommerce-form-track-order {
    float: right;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.17);
    padding: 20px;
    text-align: right;
    margin-top: 30px;
    margin-bottom: 30px;
    border-radius: var(--belorin-border-radius);
}

.billing-phone-number-section,
.order-id-section {
     display: flex;
    flex-direction: column;
    gap: 9px;
}
.billing-phone-number-section input,
.order-id-section input {
 border: 1px solid #e4e4e4;
    border-radius: 8px;
    padding: 8px;
}

.woocommerce-form-track-order .order-track-submit .button,
.woocommerce-form-track-order .order-track-submit button {
     background-color: #f53057;
    color: #fff;
    border-radius: var(--belorin-border-radius);
    margin-top: 13px;
}
.order-track-result-form {
 box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.17);
    padding: 20px;
    text-align: right;
    border-radius: var(--belorin-border-radius);
}
.order-status-part {
 display: flex;
    justify-content: space-between;
    padding-top: 10px;
    padding-bottom: 18px;
}

.order-track-result-form img {
    height: auto;
    max-width: 120px;
    border-radius: 19px;
    border-radius: 9px;
    margin-left: 10px;
}
.order-track-result-form ul li {
	list-style-type: none;
}
.header-search-box {
	padding-left: 20px;
}
.product_meta .posted_in {
 display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-end;
}
.product_meta .posted_in a {
 padding: 0;
}
.product_meta {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
}
.single-product-rating {
 display:flex; 
align-items:center;
 gap:5px;
 margin-bottom:10px;
}
.single-product-rating i {
 color: #f53057;
 font-size:18px;
}
.single-product-rating .rating-num,
.rating-num {
 font-weight:bold;
 color:#333;
 font-family: 'shabnam',sans-serif;
}
.belorin-woo-sale-name-in-shop {
    padding-top: 11px;
}
.belorin-woo-sale-name-in-shop h4 {
    font-size: 14px;
    color: var(--belorin-dark-gray-color);
}



.list-woo-product-item-belorin {
	float: left;
}
.soton-kenari-woo-product-item{
	float: right;
	list-style-type: none;
	padding-left: 10px;
	padding-right: 10px;
}
.soton-kenari-woo-product-item .widget {
	background-color: none;
	padding: 20px;
  box-shadow: 0 5px 10px 0 rgba(0,0,0, 0.17);
	background-color: white;
	margin-top: 20px;
	border-radius: var(--belorin-border-radius);
	width: 100%;
}


.catalog-woo-product-item-belorin {
	direction: rtl;
}

.thumbnail-image-single-product {
	margin-bottom: 20px;
	padding-top: 20px;
}
.coupon button {
    margin-left: 9px;
}
.cart_totals .order-total {
    background-color: #f6f6f6;
}

/**factor-----*/
.my-invoice-button-container {
 display: flex;
    justify-content: space-around;
    margin-top: 20px;
    margin-bottom: 20px;
}

.my-invoice-button-container .button view-invoice-button {
     border-radius: 16px;
    background-color: #f54057;
    color: #fff;
    padding: 15px 20px;
}
.vendor-box,
.buyer-box {
        padding: 20px;
    border: 1px solid #d2d2d2;
    border-radius: 16px;
    margin-bottom: 14px;
}
.buyer-detail,
.vendor-detail {
 display: grid;
    grid-template-columns: 2fr 2fr 2fr;
    justify-items: center;
    justify-content: stretch
}
.woo-invoice-header {
 display: flex;
    justify-content: space-between;
    padding: 20px;
    border: 1px solid #d2d2d2;
    border-radius: 16px;
    margin-bottom: 14px;
}

.belorin-woo-invoice-container table,
.belorin-woo-invoice-container .shop_table_responsive,
.belorin-woo-invoice-container  .invoice-items {
    width: 100%;
}
.belorin-woo-invoice-container table tbody tr {
    border-bottom: 1px solid #e3e3e3;
}
.belorin-woo-invoice-container .order-total {
     padding: 20px;
    margin-bottom: 10px;
} 
.invoice-footer {
        padding: 20px;
    border-radius: 16px;
    border: 1px solid #e3e3e3;
}

.invoice-signature-container {
 display: flex;
    justify-content: space-around;
    align-items: flex-end;
}
@media (min-width: 768px) {
.invoice-signature-right img {
    width: 200px;
}
}
@media (max-width: 767px) {
.invoice-signature-right img {
    width: 150px;
}
}
.my-invoice-button-container {
    display: flex;
    justify-content: center;
}
.my-invoice-button-container a {
    background-color: #f54057;
    color: #fff;
    padding: 15px 20px;
    border-radius: 16px;
}
    .woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
        overflow: hidden;
        border-radius: 16px;
    }
#customer_login_tabs .nav-link.active {
 border-bottom: 2px solid #f53057 !important;
}
#customer_login_tabs .nav-link {
 border-bottom: none !important;
}

@media (max-width: 768px){

    .woocommerce .woocommerce-ordering,
    .woocommerce-page .woocommerce-ordering{
        display:block;
        width:100%;
        overflow-x:auto;
        -webkit-overflow-scrolling:touch;
    }

    .woocommerce-ordering .list-order{
        display:flex;
        flex-wrap:nowrap;
        width:max-content;
        min-width:100%;
        gap:8px;
        padding:0 15px;
    }

    .woocommerce-ordering .items-order{
        flex:0 0 auto;
    }

    .woocommerce-ordering .items-order a{
        white-space:nowrap;
        display:block;
    }
}
.woocommerce #content table.cart td.actions .coupon,.woocommerce table.cart td.actions .coupon,.woocommerce-page #content table.cart td.actions .coupon,.woocommerce-page table.cart td.actions .coupon {
    float: right;
    margin-left: 9px;
}

    .review-extra-box{
    display:flex;
    justify-content:space-between;
    gap:20px;
    margin:15px 0;
    padding:15px;
    border:1px solid #eee;
    border-radius:8px;
}

.review-right{
    width:30%;
}

.review-left{
    width:70%;
}

.review-recommend{
    font-weight:700;
}

.review-score{
    margin-bottom:6px;
}
.woocommerce .woocommerce-widget-layered-nav-list .count, 
.woocommerce-widget-layered-nav-list__item .count {
float: left;
}


.woocommerce-widget-layered-nav-list__item:has(.color-swatch){

    position:relative;

    display:flex;

    justify-content:center;

    align-items:center;

}


.widget_layered_nav:has(.color-swatch) 
.woocommerce-widget-layered-nav-list{

    display:grid !important;

    grid-template-columns:repeat(3,1fr);

    gap:12px;

    max-height:none !important;

    overflow:visible !important;

}



.widget_layered_nav:has(.color-swatch)
.woocommerce-widget-layered-nav-list__item .count{

    display:none;

}



.widget_layered_nav:has(.color-swatch)
.woocommerce-widget-layered-nav-list__item a{

    font-size:0;

    color:transparent;

    text-decoration:none;

}



.color-swatch{

    width:28px !important;

    height:28px !important;

    border-radius:50%;

    border:1px solid #ddd;

    cursor:pointer;

    display:inline-block;

    transition:transform .2s;

}



.color-swatch:hover{

    transform:scale(1.15);

}



.woocommerce-widget-layered-nav-list__item:has(.color-swatch) a{

    position:absolute;

    inset:0;

    z-index:2;

}


.woocommerce.widget_layered_nav .widget-title{

    cursor:pointer;

    position:relative;

    padding-left:25px;

}



.woocommerce.widget_layered_nav:not(:has(.color-swatch))
.widget-title:before{

    content:"+";

    position:absolute;

    left:0;

    top:50%;

    transform:translateY(-50%);

    font-size:22px;

}



.woocommerce.widget_layered_nav.open:not(:has(.color-swatch))
.widget-title:before{

    content:"−";

}


.woocommerce.widget_layered_nav:not(:has(.color-swatch))
.woocommerce-widget-layered-nav-list{


    display:none;

    max-height:260px;

    overflow-y:auto;

    overflow-x:hidden;

}



.woocommerce.widget_layered_nav.open:not(:has(.color-swatch))
.woocommerce-widget-layered-nav-list{


    display:block;

}


.age-check-filter .wc-layered-nav-term a,
.tax-check-filter .wc-layered-nav-term a{


    display:flex;

    align-items:center;

}



.age-check-filter .wc-layered-nav-term a:before,
.tax-check-filter .wc-layered-nav-term a:before{


    content:"";

    width:16px;

    height:16px;

    border:1px solid #999;

    border-radius:3px;

    margin-left:8px;

    display:inline-flex;

    align-items:center;

    justify-content:center;

    flex-shrink:0;

}

.age-check-filter .wc-layered-nav-term.chosen a:before,
.age-check-filter .wc-layered-nav-term--chosen a:before,
.tax-check-filter .wc-layered-nav-term.chosen a:before,
.tax-check-filter .wc-layered-nav-term--chosen a:before{


    content:"✓";

    background:#222;

    color:#fff;

    font-size:12px;

}
.woocommerce-MyAccount-navigation-link--belorin-wallet a::before {
    content: "\F2AC"; 
	    font-family: 'remixicon'; 
		margin-left: 10px;
	background-color: var(--belorin-light-gray-color); 
    padding: 10px; 
	border-radius: 100%;		
}
.belorin-summary .price {
     font-family: var(--belorin-font);
    color: #3c4354;
    font-size: 32px;
    font-weight: 800;
}
.product-list-price p,
.hpr-price p {
 font-weight: 800;
}
.woocommerce ul.products li.product .price,
.woocommerce .product p.price {
font-family: var(--belorin-font);
    color: #3c4354 !important;
    font-weight: 800;
    
}
.belorin-summary p,
.belorin-summary .price {
font-family: var(--belorin-font);
    color: #3c4354 !important;
    font-size: 32px;
    font-weight: 800;
}
.after-shop .price {
color: #3c4354 important;
font-weight: 800 !important;
        font-size: 17px;
}