/**
 * Theme Name: Blocksy Child
 * Description: Blocksy Child theme
 * Author: Creative Themes
 * Template: blocksy
 * Text Domain: blocksy
 */
.pc_sale {
	text-align: center;
	margin-top: 30px;
	margin-bottom: 30px;
}
body.woocommerce-shop .pc_sale {
	margin-top: 0;
}
.pc_sale img {
	max-width: 100%;
}
.my_product_refer_a_friend {
	background-color: #FED704;
	background-image: url('/wp-content/uploads/2025/09/referBg.png');
	background-position: center;
	background-size: 16px 16px;
	background-repeat: repeat;
	border-radius: 8px;
	overflow: hidden;
	margin-top: 60px;
}
.my_product_refer_a_friend .refer_img {
	width: 100%;
	padding: 0 16px;
	text-align: center;
}
.my_product_refer_a_friend .refer_img img {
	max-width: 100%;
}
.my_product_refer_a_friend .refer_con {
	background-color: #FFBA0A;
	padding: 40px 20px  64px;
	width: 100%;
	color: #000;
}
.my_product_refer_a_friend .refer_title {
	width:100%;
	display: flex;
	justify-content: center;
	align-items: center;
}                   
.my_product_refer_a_friend .refer_title h2 {
	font-size: 36px;
	line-height: 48px;
	font-weight: 900;
	text-align: center;
	margin: 0 8px;
}
.my_product_refer_a_friend .refer_title span.b2-icon {
	width: 32px;
	height: 32px;
	fill: #111;
	flex-shrink: 0;
}
.my_product_refer_a_friend .refer_text {
	font-size: 16px;
	line-height: 24px;
	text-align: center;
	margin: 8px 0 0;
}
.my_product_refer_a_friend .refer_more {
	margin-top: 32px;
}
.my_product_refer_a_friend .refer_more a {
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	width: max-content;
	color: #fff;
	background-color: #111;
	border: 1px solid #111111;
	padding: 16px 48px;
	border-radius: 200px;
	font-size: 18px;
	line-height: 28px;
	font-weight: 600;
}

.my_product_refer_a_friend .refer_more a span.b2-icon {
	width: 16px;
	height: 16px;
	margin-left: 4px;
	fill: white;
	margin-bottom: 7px;
}
.end-con {
	padding-top: 70px;
	text-align: center;
}
.ct-cart-actions .quantity {
	display: none !important;
}

.ct-woocommerce-cart-form .cart_totals .woocommerce-shipping-totals,
.ct-woocommerce-cart-form .cart_totals .shipping {
   display: none !important;
}
.shop_cartForm_ul {
	margin-top: 0 !important;
}
.shop_cartForm_ul .cart_item {
	background-color: #fff;
	border-radius: 8px;
	overflow: hidden;
	padding: 16px;
	margin-bottom: 15px;
	display: flex;
}
.shop_cartForm_ul .cart_item .product-thumbnail {
	padding: 0;
	display: block;
	border: 1px solid #e2e2e1;
	border-radius: 8px;
	width: 120px !important;
}
.shop_cartForm_ul .cart_item .product-name {
	display: flex;
	flex-direction: row;
	padding: 0 12px;
	width: 35%;
	position: relative;
	justify-content: space-between;
	flex-flow: column;
	max-width: 300px;
	border: none;
}
.shop_cartForm_ul .cart_item .product-name .product-name_title {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-word;
	font-size: 13px;
	line-height: 1.4;
	margin-bottom: 3px;
}
.shop_cartForm_ul .cart_item .product-name .variation {
	color: #9e9e9e;
	font-size: 12px;
}

.shop_cartForm_ul .cart_item .product-remove a {
	color: #d5d5d5;
	text-decoration: underline;
	font-size: 14px;
	line-height: 22px;
	cursor: pointer;
}
.shop_cartForm_ul .cart_item .product-quantity {
	display: flex;
	flex-grow: 1;
	align-items: center;
	padding: 0;
	border: none;
	text-align: left !important;
}

.shop_cartForm_ul .cart_item .product-quantity .product-remove {
	width: 35%;
	flex-shrink: 0;
	position: relative;
}
.shop_cartForm_ul .cart_item .product-quantity .quantity {
	width: 25%;
	flex-shrink: 0;
	margin: 0;
}
.shop_cartForm_ul .cart_item .product-quantity .custom_gift_quantity {
	height: 40px;
	line-height: 40px;
	text-align: center;
}
.shop_cartForm_ul .cart_item .product-quantity .product-subtotal {
	width: 38%;
	flex-shrink: 0;
	position: relative;
	text-align: right;
	font-weight: 600;
	color: #000;
}
.shop_cartForm_totals {
	background-color: #ffffff;
	border-radius: 8px !important;
	padding: 16px !important;
	overflow: hidden;
	border: none !important;
}
.shop_cartForm_totals h2 {
	font-size: 20px !important;
	font-weight: 900;
	text-transform: capitalize;
}
.shop_cartForm_totals .shop_table {
	margin-bottom: 16px !important;
}

.shop_cartForm_totals .shop_table .order-total th,
.shop_cartForm_totals .shop_table .cart-discount th{
	padding: 5px 5px 5px 0 !important;
}
.shop_cartForm_totals .shop_table .order-total td,
.shop_cartForm_totals .shop_table .cart-discount td{
	padding: 5px 0 5px 5px !important;
}
.shop_cartForm_totals .wc-proceed-to-checkout {
	margin-top: 16px !important;
}
.cart_subtotal_text {
	line-height: 1;
	margin: 20px 0 12px;
	font-size: 14px;
	color: #11111170;
	text-align: center;
}
.footer__cart_paychannel {
	justify-content: center;
	margin-bottom: 20px;
}
.shop_cartForm_ul .cart_item .product-quantity .quantity[data-type=type-2] .ct-increase,
.shop_cartForm_ul .cart_item .product-quantity .quantity[data-type=type-2] .ct-decrease {
	border-radius: 100px;
	background-color: #f6f6f6;
}
.shop_cartForm_ul .cart_item .product-quantity .quantity[data-type=type-2] .ct-increase:before,
.shop_cartForm_ul .cart_item .product-quantity .quantity[data-type=type-2] .ct-decrease:before {
	font-weight: 600;
}
.shop_cartForm_ul .cart_item .product-quantity .quantity[data-type=type-2] input[type=number] {
	border: none !important;
	box-shadow: none !important;
}
.shop_cartForm_ul .actions {
	padding-top: 0 !important;
}
@media (max-width: 999.98px) {
	.shop_cartForm_ul .cart_item {
		padding: 16px 8px 8px;
		flex-flow: wrap;
	}
	.shop_cartForm_ul .cart_item .product-thumbnail {
		width: 100px !important;
	}
	.shop_cartForm_ul .cart_item .product-name {
		width: calc(100% - 100px);
	}
	.shop_cartForm_ul .cart_item .product-quantity {
		display: flex !important;
	}
}
.ct-woocommerce-cart-form {
	gap: 20px !important;
}
.woocommerce-notices-wrapper {
	display: none !important;
}
.woocommerce-notices-wrapper,
.ct-woocommerce-cart-form,
.web_ct_container {
	max-width: 1400px !important;
	margin-left: auto;
	margin-right: auto;
}
[data-prefix="product"] [class*="ct-container"] > article[class*="post"] {
	max-width: 1200px !important;
}
@media (min-width: 1000px) {
	.ct-default-gallery .entry-summary,
	.ct-stacked-gallery .entry-summary {
		margin-inline-start: 24px !important;
	}
}
body.woocommerce-shop #main > .ct-container {
	max-width: 1400px;
}
.sale-price {
	align-items: baseline !important;
}
.sale-price del {
	color: #11111170;
}
/* body.woocommerce-cart #main [data-vertical-spacing*=top] {
	padding-top:0 !important;
} */
.uc_prices {
	display: flex;
	align-items: center;
	justify-content: left;
	column-gap: 5px;
}
.elementor-618 .elementor-element.elementor-element-5a92bd6 .uc_regular_price:not(.uc_regular_price--single),
.elementor-618 .elementor-element.elementor-element-1bbd978 .uc_regular_price:not(.uc_regular_price--single) {
	order: 2;
	font-size: 12px;
}
[data-prefix="blog"] .card-content {
	padding-bottom: 15px !important;
}
[data-prefix="blog"] .entry-card .wp-post-image {
	margin-bottom: 15px !important;
}
.paypal-installment {
	padding: 6px 10px;
	font-size: 12px;
	color: #111111;
	border: 1px solid #e0e5eb;
	border-radius: 4px;
	line-height: 1.4;
	margin-bottom: 14px !important;
}
.shipping-time {
	margin-bottom: 10px;
	padding: 6px 10px;
	background: #fff8f0;
	border: 1px dashed #ffa500;
	border-radius: 4px;
	font-size: 12px;
	color: #000;
	line-height: 1.4;
}
.ct-payment-methods {
	padding: 0 !important;
}
.single_add_to_cart_button {
	text-transform: uppercase !important;
	font-weight: 700 !important;
	border-radius: 8px !important;
}
form.variations_form table.variations tr {
	gap: 6px !important;
}
form.variations_form table.variations tr label {
	font-weight: 700;
}
form.variations_form table.variations tr:not(:last-child) {
	margin-bottom: 16px !important;
}
.cfvsw-product-page table.variations .label label {
	cursor: inherit !important;
}
.cfvsw-swatches-container .cfvsw-swatches-option {
	min-width: 38px;
	min-height: 38px;
	border: 1px solid #00000020;
}
.cfvsw-swatches-container .cfvsw-image-option {
	min-width: 120px !important;
	min-height: 120px !important;
}
.cfvsw-swatches-container .cfvsw-label-option {
	min-width: 120px !important;
	min-height: 32px !important;
}
.cfvsw-swatches-container .cfvsw-selected-swatch {
    background: #fff2f6;
    color: #e60044;
}
@media (max-width: 999.98px) {
	.pc_sale {
		margin-top: 20px;
		margin-bottom: 20px;
	}
	body.woocommerce-shop .pc_sale {
		margin-top: 20px;
	}
	.ct-default-gallery .woocommerce-product-gallery {
		padding: 0 !important;
		border-radius: 5px !important;
		margin-bottom: 8px;
	}
	.ct-default-gallery .entry-summary {
		padding: 8px !important;
		border-radius: 5px !important;
	}
	.my_product_refer_a_friend {
		margin-top: 20px;
	}
	.end-con {
		padding-top: 40px;
	}
	.cfvsw-swatches-container .cfvsw-label-option {
		min-width: 29vw !important;
	}
	.cfvsw-swatches-container .cfvsw-image-option {
		min-width: 29vw !important;
		min-height: 29vw !important;
	}
	.my_product_refer_a_friend .refer_con {
		padding: 20px 20px 32px;
	}
	.my_product_refer_a_friend .refer_title h2 {
		font-size: 24px;
	}
	.my_product_refer_a_friend .refer_title span.b2-icon {
		width: 24px;
		height: 24px;
	}
	.my_product_refer_a_friend .refer_text {
		margin: 4px 0 0;
		font-size: 14px;
	}
	.my_product_refer_a_friend .refer_more {
		margin-top: 16px;
	}
	.my_product_refer_a_friend .refer_more a {
		font-size: 16px;
		padding: 12px 40px;
	}
}
@media (max-width: 689.98px) {
	.ct-default-gallery .woocommerce-product-gallery {
		border-radius: 0 !important;
		margin-left: -2.2vw;
		margin-right: -2.2vw;
	}
}
@media (max-width: 999.98px) {
    [data-footer*="type-1"] .ct-footer [data-row*="middle"] .ct-widget {
        padding: 12px 20px;
        background: #fff;
        border-radius: 16px;
    }
    [data-footer*="type-1"] .ct-footer [data-row*="middle"] .widget-title {
        padding: 8px 0;
        margin-bottom: 0;
    }
    [data-footer*="type-1"] .ct-footer [data-row*="middle"] .footer__block__title {
        padding-top: 0;
    }
    [data-footer*="type-1"] .ct-footer [data-row*="middle"] .ct-widget .widget-menu,
    [data-footer*="type-1"] .ct-footer [data-row*="middle"] .ct-widget .textwidget {
        display: none;
    }
    [data-footer*="type-1"] .ct-footer [data-row*="middle"] #text-18 .textwidget {
        display: block;
        padding-bottom: 8px;
    }
	[data-footer*="type-1"] .ct-footer [data-column="widget-area-4"] {
		order: -1;
	}
	[data-footer*="type-1"] .ct-footer [data-column="widget-area-1"] .widget-title,
	[data-footer*="type-1"] .ct-footer [data-column="widget-area-2"] .widget-title,
	[data-footer*="type-1"] .ct-footer [data-column="widget-area-3"] .widget-title {
		background-image: url("data:image/svg+xml;utf8,<svg width='20' height='20' viewBox='0 0 48 48' xmlns='http://www.w3.org/2000/svg'><path d='M24,8 C25.1045695,8 26,8.8954305 26,10 L26,22 L38,22 C39.1045695,22 40,22.8954305 40,24 C40,25.1045695 39.1045695,26 38,26 L25.999,26 L26,38 C26,39.1045695 25.1045695,40 24,40 C22.8954305,40 22,39.1045695 22,38 L21.999,26 L10,26 C8.8954305,26 8,25.1045695 8,24 C8,22.8954305 8.8954305,22 10,22 L22,22 L22,10 C22,8.8954305 22.8954305,8 24,8 Z'></path></svg>");
		background-size: 24px;
		background-position: right center;
		background-repeat: no-repeat;
	}

	[data-footer*="type-1"] .ct-footer [data-column="widget-area-1"] .widget-title.open,
	[data-footer*="type-1"] .ct-footer [data-column="widget-area-2"] .widget-title.open,
	[data-footer*="type-1"] .ct-footer [data-column="widget-area-3"] .widget-title.open {
		background-image: url("data:image/svg+xml;utf8,<svg width='20' height='20' viewBox='0 0 48 48' xmlns='http://www.w3.org/2000/svg'><path d='M10,22 L38,22 C39.1045695,22 40,22.8954305 40,24 C40,25.1045695 39.1045695,26 38,26 L10,26 C8.8954305,26 8,25.1045695 8,24 C8,22.8954305 8.8954305,22 10,22 Z'></path></svg>");
	}
	[data-footer*="type-1"] .ct-footer [data-column="widget-area-1"] .textwidget.onClick,
	[data-footer*="type-1"] .ct-footer [data-column="widget-area-2"] .widget-menu.onClick,
	[data-footer*="type-1"] .ct-footer [data-column="widget-area-3"] .widget-menu.onClick {
		display: block;
		border-top: 1px solid rgba(17, 17, 17, .06);
		padding-top: 8px;
	}
}
.woocommerce-MyAccount-content {
	background: #ffffff;
	border-radius: 5px;
	padding: 32px;
}
.wc-empty-cart-message {
	margin-top: 90px;
}
.wc-empty-cart-message .cart-empty {
	background: #fff;
}
@media (max-width: 999.98px) {
	.woocommerce-MyAccount-content {
		padding: 16px 8px;
	}
	.wc-empty-cart-message {
		margin-top: 50px;
	}
	.wt-related-products.products h2.wt-crp-heading {
		font-size: 20px;
		margin-bottom: 8px;
	}
	.wt-related-products.products {
		margin-top: 20px;
	}
}
.wt-related-products .carousel-wrap {
	padding: 0 !important;
	margin: 0 !important;
}
.owl-theme .owl-dots .owl-dot span {
	display: none !important;
}
.wt-related-products .woocommerce-loop-product__title {
	margin: 0 0 2px 0;
}
.carousel-wrap [data-hover=zoom-in]>*:hover .has-hover-effect img {
	transform: initial;
}
#header-cart-count {
	font-size: 14px;
	line-height: 22px;
	margin-left: 12px;
	font-weight: 400;
}
/* @media (min-width: 1000px) {
	.my_shopping_cart_title {
		padding-top: 12px;
	}
} */
.entry-summary .price .sale-price del {
	font-size: 60%;
}
.custom-sale-info {
	font-size: 10px;
	color: #fff;
	font-weight: 500;
	background-color: #e31673;
	margin: 0 0 0 5px;
	padding: 2px 8px;
	border-radius: 20px;
	vertical-align: middle;
}
#productSearchForm {
	border: 1px solid #cccccc;
	border-radius: 100px;
	overflow: hidden;
	background: #fff;
	margin-right: 18px;
}
#productSearchForm .modal-field {
	color: #000;
	border: none;
	width: 180px;
	height: 38px;
}
#productSearchForm .wp-element-button {
	background: #fff;
	color: #000;
	padding-right: 8px;
	min-height: 38px;
}
.stageHeaderTrack {
	margin-left: 18px;
}
.stageHeaderTrack a {
	width: 24px;
	height: 18px;
	display: block;
}
.Wishlist_yaycurrency {
	margin-left: 16px;
}
.Wishlist_yaycurrency a {
	display: block;
	width: 24px;
	height: 24px;
}
.productSearchForm_yaycurrency {
	display: flex;
	align-items: center;
}
.yay-currency-single-page-switcher {
	margin-bottom: 0 !important;
}
.yay-currency-custom-select__trigger {
	height: 38px !important;
	border: 1px solid #ccc !important;
}
@media (max-width: 999.98px) {
	#productSearchForm {
		display: none;
	}
}

#sidebar .ct-sidebar {
	border-radius: 12px;
	overflow: hidden;
	background-color: #fff;
	padding: 24px 16px 14px;
}
.productGroup .bapf_head h3 {
	font-size: 18px;
	padding-bottom: 6px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 6px;
}
#uc_woocommerce_product_carousel_elementor_1bbd978 .fa-chevron-left:before,
#uc_woocommerce_product_carousel_elementor_5a92bd6 .fa-chevron-left:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 10px;
	height: 10px;
	border-top: 2px solid #ffffff;
	border-left: 2px solid #ffffff;
	margin-top: -5px;
	margin-left: -3px;
	transform: rotate(-45deg);
}
#uc_woocommerce_product_carousel_elementor_1bbd978 .fa-chevron-right:before,
#uc_woocommerce_product_carousel_elementor_5a92bd6 .fa-chevron-right:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 10px;
	height: 10px;
	border-top: 2px solid #ffffff;
	border-right: 2px solid #ffffff;
	margin-top: -5px;
	margin-left: -7px;
	transform: rotate(45deg);
}
.custom-share-buttons {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
.custom-share-buttons h2 {
	font-size: 14px;
	margin-bottom: 6px;
	width: 100%;
	color: #111;
}
.custom-share-buttons a {
	background: #111;
	width: 32px;
	height: 32px;
	fill: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100px;
	margin-right: 8px;
	margin-bottom: 4px;
}
@media (max-width: 999.98px) {
	div.woocommerce-product-gallery ol {
		padding: 0 8px 8px !important;
	}
}
@media (max-width: 689.98px) {
	div.woocommerce-product-gallery ol {
		padding: 0 6px 6px !important;
	}
	div.woocommerce-product-gallery li {
		--thumbs-width: 20% !important;
	}
}
.wishlist_product_list_button_custom {
	width: 32px !important;
	height: 32px !important;
}
.tinvwl-woocommerce_after_add_to_cart_button {
	width: 48px !important;
	height: 48px !important;
	border: 2px solid #0068b7;
	border-radius: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.tinvwl-woocommerce_after_add_to_cart_button .wishlist_product_page_button_custom {
	margin-top: 0 !important;
}
.custom-product-reviews {
	background: #fff;
	padding: 32px 32px 50px;
	margin-top: 50px;
	border-radius: 10px;
}
.product>.woocommerce-tabs {
	background: #fff;
	padding: 32px !important;
	margin-top: 50px;
	border-radius: 10px;
}
.rvx_reviewWriteButton {
	display: inline-block;
	max-width: 320px;
}
.noCursor {
	cursor: inherit !important;
	pointer-events: none;
}
.rvx-review-wrapper .rvx-review-card {
	margin-bottom: 0 !important;
}
@media (max-width: 999.98px) {
	.product>.woocommerce-tabs {
		padding: 8px !important;
		border-radius: 5px !important;
		margin-top: 20px;
	}
	.custom-product-reviews {
		padding: 14px 8px 20px;
		border-radius: 5px;
		margin-top: 20px;
	}
	.custom-product-reviews .custom-product-reviews-title {
		font-size: 20px;
		margin-bottom: 8px;
	}
}
@media (max-width: 689.98px) {
	.woocommerce div.product div.woocommerce-tabs ul.tabs {
		flex-direction: row !important;
		flex-wrap: nowrap !important;
	}
	.woocommerce div.product div.woocommerce-tabs ul.tabs li {
		border-top: none !important;
	}
}
#fkcart-modal .fkcart-item-wrap .fkcart--item .fkcart-item-meta-content .fkcart-select-options {
	display: none !important;
}
#cartFlowsCheckoutCustomize .select2-container {
	z-index: 1 !important;
}
#cartFlowsCheckoutCustomize #customer_details .col-2 {
	margin-top: 0;
}
#cartFlowsCheckoutCustomize #ship-to-different-address-checkbox {
	position: relative;
	height: 16px;
	border: 1px solid #ccc;
	top: 3px;
}
#cartFlowsCheckoutCustomize #ship-to-different-address-checkbox::before {
	position: absolute;
	top: -2px;
	width: 8px;
	height: 5px;
	border: 2px solid #fff;
	border-top: none;
	border-right: none;
	transform: rotate(-45deg);
}

@media (max-width: 689.98px) {
	.ct-product-add-to-cart .ct-cart-actions.is_active .single_add_to_cart_button {
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		z-index: 98;
	}
	#fkcart-floating-toggler {
		bottom: 60px !important;
		right: 8px !important;
	}
}
.terms-and-conditions-customize {
	color: #707070;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	padding: 16px 0 40px;
	clear: both;
}
.terms-and-conditions-customize a {
	color: #000;
	margin-right: 8px;
	text-decoration: underline !important;
}
.advantages-customize {
	border-top: 1px solid #dedede;
	display: flex;
	justify-content: center;
	justify-content: space-around;
	padding: 24px 10%;
}
.advantages-customize .advantages-content {
	align-items: center;
	border-right: 1px solid #dedede;
	color: #000;
	display: flex;
	flex: 1;
	font-weight: 600;
	justify-content: center;
}
.advantages-customize .advantages-content:last-child {
	border-right: none;
}
.advantages-customize .advantages-content div.icon {
	align-items: center;
	background: #f5f5f5;
	border-radius: 50%;
	display: flex;
	height: 30px;
	justify-content: center;
	margin-right: 10px;
	width: 30px;
}
.advantages-customize .advantages-content .icon svg {
	display: block;
	fill: #000;
	height: 16px;
	width: 16px;
}
.advantages-customize .advantages-content .text {
	color: #000;
	line-height: 1;
	font-size: 12px;
}
.advantages-customize .advantages-content .text span {
	display: block;
}
.advantages-customize .advantages-content .text .content {
	margin-bottom: 5px;
}
.wcf-embed-checkout-form .woocommerce-checkout #order_review_heading {
	display: none !important;
}
.pc_checkout_header {
	display: flex;
	align-items: center;
	height: 52px;
	justify-content: space-between;
	padding: 0 16px;
	width: 100%;
	margin: 20px 0;
}
.pc_checkout_header .logoImage {
	width: 110px;
	display: block;
}
.pc_checkout_header .iconImage {
	display: block;
}
.pc_checkout_header .iconImage svg {
	display: block;
	width: 24px;
	height: 24px;
}

@media (max-width: 1024px) {
	.pc_checkout_header {
		display: none;
	}
	.app_checkout_header {
		display: flex;
		margin: 14px 0;
	}
}
@media (max-width: 768.98px) {
	#smallCheckoutCon, #bigCheckoutCon {
		background: #ffffff !important;
	}
}
@media (max-width: 767.98px) {
	.advantages-customize {
		padding: 24px 0;
	}
	#smallCheckoutCon, #bigCheckoutCon {
		background: #ffffff !important;
	}
	#bigCheckoutCon > .e-con-inner {
		width: 100% !important;
	}
}
#cartFlowsCheckoutCustomize table.cartflows_table tr.cart_item td.product-name .variation {
	display: none !important;
}
@media(min-width: 1000px) {
	.ct-order-review,
	.sticky-summary .entry-summary,
	.sticky-gallery .woocommerce-product-gallery {
		top: calc(35px + var(--admin-bar, 0px) + var(--header-sticky-height, 0px)*var(--sticky-shrink, 100)/100) !important;
	}
	.ct-sidebar[data-sticky=sidebar],
	.ct-sidebar .ct-sticky-widgets {
		top: calc(var(--sidebar-offset, 35px) + var(--admin-bar, 0px) + var(--theme-frame-size, 0px) + var(--header-sticky-height, 0px)*var(--sticky-shrink, 100)/100) !important;
	}
}
@media (min-width: 1000px) {
    [data-content=normal] #reviews.woocommerce-Reviews {
        grid-template-columns: repeat(1, 1fr);
        column-gap: 0;
    }
}
.wcpr-content .review-content-container .wcpr-review-content {
	word-break: break-all;
	overflow-wrap: break-word;
}
.cr-reviews-ajax-reviews .woocommerce-Reviews-title,
.cr-reviews-ajax-reviews .cr-ajax-reviews-cus-images-div .cr-ajax-reviews-cus-images-title {
	display: none;
}
.cr-ajax-reviewsImgBox {
	display: flex;
	align-items: flex-start;
	justify-content: center;
}
.cr-reviews-ajax-reviews .cr-ajax-reviews-nosummary .cr-nosummary-add {
	padding: 0 20px;
	text-transform: uppercase;
	background:#000;
	margin: 12px 0 0 0;
	width: 260px;
}
.cr-reviews-ajax-reviews .cr-ajax-reviews-nosummary .cr-nosummary-add:hover {
	background: #333;
}
.cr-reviews-ajax-reviews .cr-ajax-reviews-nosummary {
	display: block;
	flex: 1;
}
.cr-reviews-ajax-reviews .custom-product-reviews-title {
	margin-bottom: 6px;
	line-height: 1.2;
}
.cr-reviews-ajax-reviews .cr-ajax-reviews-nosummary .cr-nosummary-rating-cnt .cr-nosummary-rating-val {
	margin: 0 10px 0 0;
	color: #000;
}
#reviews.cr-reviews-ajax-reviews .cr-ajax-reviews-cus-images-div {
	margin: 0;
}
.cr-reviews-ajax-reviews .cr-ajax-reviews-nosummary .cr-nosummary-rating-cnt .cr-reviews-rating .cr-review-link {
	color: #000;
	pointer-events: none;
}
.cr-ajax-reviews-review-form .cr-review-form-res .cr-review-form-result .cr-review-form-continue {
	width: 260px;
	padding: 0 20px;
}
@media (max-width: 999.98px) {
	.cr-ajax-reviewsImgBox {
		flex-direction: column;
	}
	.cr-reviews-ajax-reviews .cr-ajax-reviews-nosummary {
		display: flex;
		flex-direction: column;
		margin-bottom: 24px;
	}
}
.yith-add-to-wishlist-button-block.yith-add-to-wishlist-button-block--single {
	margin: 1px 0 0 0 !important;
	width: 46px !important;
	height: 46px !important;
}
.yith-wcwl-add-to-wishlist-button:is(button) {
	gap: 0 !important;
	padding: 10px !important;
}