/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 10 2025 | 18:22:11 */
/* On Mobile  */
@media (max-width: 479.98px) {
    .woo-listing-top {
        flex-direction:row !important;
        align-items: center
    }
    .woocommerce-ordering {
      display: none;
    }
    .ct-filter-trigger {
      margin-right: 1.2em;
    }
}

/* General  */
.ct-woo-card-actions{
	display:none !important;
}

/* Single Product  */

.single-product .pr-single-des p {
	margin-bottom:15px !important;
}

@media only screen and (max-width: 689.98px) { 
	#tab-description img {
		max-width:100vw;
		width: 100vw;
		position: relative;
		left: 50%;
		right: 50%;
		margin-left: -50vw;
		margin-right: -50vw;	
	}	
	.ct-default-gallery .woocommerce-product-gallery {
		max-width:100vw;
		width: 100vw;
		position: relative;
		left: 50%;
		right: 50%;
		margin-left: -50vw;
		margin-right: -50vw;			
	}
	.flexy-pills {
		width: 90%;
		text-align: center;
		margin: 0 auto;
	}	
	.ct-default-gallery div.woocommerce-product-gallery li {
		--thumbs-width:20%;
	}
	[class*='flexy-arrow'] {
		width: 30px;
		height: 30px;
		top: calc(var(--thumbs-spacing, 20px) / 2 + 50% - 20px);
	}
	
	.woocommerce-product-gallery .flexy-items {
		margin-left: -3px;
		margin-right: -3px;
	}

	.woocommerce-product-gallery .flexy-items > * {
		flex: 0 0 89%;
		max-width: 89%;
		padding-left: 3px;
		padding-right: 3px;
	}	
	.woocommerce-product-gallery img, div.woocommerce-product-gallery li .ct-image-container:after	{
		border-radius:0 !important;
	}
	div.woocommerce-product-gallery .flexy-pills img, div.woocommerce-product-gallery li .ct-image-container:after {
		border-radius:3px !important;
	}
}

@media only screen and (min-width: 768px) { 
	.ct-default-gallery div.woocommerce-product-gallery li {
		--thumbs-width:100%;
	}	
}

@media only screen and (max-width: 820px) { 
     .ct-product-gallery-container .ct-stacked-gallery-container {
         display:flex;
         flex-wrap: nowrap;
         gap:10px;
         overflow-x: scroll;
         padding-bottom: 15px;
		 margin-bottom: 15px;
    }
     .ct-stacked-gallery-container .ct-media-container {
         flex: 0 0 85%;
    }
	div.woocommerce-product-gallery {
         margin:0 -6vw!important;
		 width: 100vw !important;
	}
}

.single-product form.variations_form table.variations .reset_variations[style*="visibility: visible"]{
	visibility:hidden !important;
	display:none !important;
  opacity: 0 !important;
}

.woocommerce-variation-price {
	display:none;
}

p.stock.available-on-backorder,
.woocommerce-variation-availability p.in-stock{
  font-size: 11px !important;
  margin: -15px 0 0 0 !important;
}

.woocommerce-product-gallery img, div.woocommerce-product-gallery li .ct-image-container:after{
	border-radius: 8px !important;
}

div.woocommerce-product-gallery li.active .ct-image-container:after {
	border-color: var(--theme-palette-color-5);
	border-radius: 3px;
}

.floating-bar-actions .add_to_cart_button {
	display:block !important;
	width:130px !important;
	line-height: 30px;
}

.button[class*=product_type]{
  display:block !important;
  width:100%;
  line-height: 30px;
}

.entry-header .page-description {
  display: block !important;
}

.variations .label, .variations label {
    display: inline-block !important;
    font-size: 11px !important;
    line-height: 1em;
	font-weight: normal;
}

.woocommerce-product-attributes a{
	text-decoration:none;
	color:var(--theme-text-color);
}

	.single-product .ct-container-full {
		padding-top:30px;
	}

@media screen and (max-width: 820px)
{
	.single-product .ct-container-full {
		padding-top:0;
	}
	.single-product .woocommerce-message{
		margin-top: 30px;
	}
	.woocommerce-product-gallery img, div.woocommerce-product-gallery li .ct-image-container:after{
		border-radius: 0 !important;
	}	
}

@media (max-width: 479.98px) {
	.flexy-pills{
		display:none;
	}
	.woocommerce-info a, .woocommerce-error a, .woocommerce-message a {
		width:100%;
	}
}

.woocommerce-product-attributes a{
	text-decoration:none;
	color:var(--theme-text-color);
}

#offcanvas .ct-widget {
	width:100%;
}

.product[class*="gallery"] .product_meta {
	margin-top:0 !important;
	border:none !important;
	padding-top:15px !important;
}

.comment-text .description {
    padding: 15px;
    font-size: 14px;
    background-color: var( --e-global-color-blocksy_palette_6 );
    margin-top: 15px;
    border-radius: 3px;
}

.ct-woo-unauthorized .woocommerce-ResetPassword .form-row-first,
.ct-woo-unauthorized .woocommerce-ResetPassword .form-row-last {
  width: 100% !important;
}

.out-of-stock {
  text-align: center;
  padding: 10px;
  border-radius: 3px;
  background-color: var( --e-global-color-blocksy_palette_6 );
}

/* Coupon Form  */
/* Fix Button  */
.woocommerce-form-coupon .button{
  display: block !important;
}

.wc-bacs-bank-details-heading {
	font-size:26px;
}

.woocommerce-promptpay-qrcode h2 {
	font-size:26px;
}

.wc-bacs-bank-details-account-name {
	font-size:20px;
}
.woocommerce-bacs-bank-details {
	margin-top:30px;
	margin-bottom:30px;
	padding:20px;
	border: solid 1px var(--border-color);
}

.ct-header-text a{
	text-decoration:none!important;
}

.ct-header-text .menu li{ 
    margin: 0 10px;
}

/* Social Login  */
#nsl-custom-login-form-1 .nsl-container-embedded-login-layout-below {
	padding:0 !important;
}

div.nsl-container.nsl-container-block .nsl-container-buttons {
	width: 100%;
}

div.nsl-container .nsl-button-google[data-skin="light"] {
	border-radius:var(--buttonBorderRadius);
}


/*Fix Info*/

.woocommerce-info .amount {
	margin:0 5px;
}

@media (max-width: 689.98px) {
	.woocommerce-info {
		min-height:auto;
	}
}

/*Fix Table*/

#order_review table.shop_table tr>*:first-child {
	width:60%;
}

.cart_totals table.shop_table tr>*:first-child {
	width:40%;
}

/* Checkout */

.woocommerce-checkout .checkout_coupon {
	border-bottom:none;
}

.woocommerce-checkout .checkout_coupon .form-row {
	margin-bottom:0;
}

@media (max-width: 425px) {
	.woocommerce-checkout .checkout_coupon .form-row {
		margin-bottom:15px;
	}
}

form.checkout .woocommerce-error {
	grid-column: 1 / -1;
}

.coupon-form .woocommerce-info {
	display:none !important;
}

/* wpclv */

.wpclv-attributes {
	margin-top:25px;
}

.wpclv-attributes .wpclv-attribute-label{
	font-size:11px
}

.wpclv-attributes .wpclv-terms .wpclv-term.active, .wpclv-attributes .wpclv-terms .wpclv-term:hover {
	border-color:var(--theme-palette-color-1);
}

.wpclv-attributes .wpclv-terms .wpclv-term-image span, .wpclv-attributes .wpclv-terms .wpclv-term-image a {
	overflow:hidden;
}

.wpclv-attributes .wpclv-terms .wpclv-term {
	height:50px;
	overflow: hidden;
}

.wpclv-terms {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 5px;
    align-content: center;
}

.wpclv-terms img {
    width: 40px;
}

.wpclv-attributes .wpclv-terms span, .wpclv-attributes .wpclv-terms a{
	height:42px;
}

.wpclv-attributes .wpclv-terms .wpclv-term span, .wpclv-attributes .wpclv-terms .wpclv-term a {
	height:42px;
}

.ct-default-gallery .entry-summary>form.cart {
	margin-top:15px;
	padding-top:15px;

}

/*  Frequently Bought Together for WooCommerce */

.woobt-products .woobt-product .variations_form .variations .variation {
	min-width: 100%;
}

a.reset_variations{
	display:none !important;
}

[data-swatches-type=button] .ct-swatch {
	min-width: 30px !important;
}

/* Icon Action */

.ct-quick-view-card .entry-summary .product_title {

}

.ct-quick-view-card .ct-cart-actions, .ct-quick-view-card .ct-quick-more {
	--buttonMinHeight: 40px;
}	

.ct-quick-view-card .quick-view-des p {
	font-size:0.9rem;
	margin-bottom: 15px !important;
}

.ct-quick-view-content .woocommerce-product-gallery img{
	border-radius: 0 !important;
}

@media only screen and (max-width: 1000px) {
	.ct-open-quick-view, .ct-wishlist-button-archive {
		--trigger-size: 25px;
		--icon-size: 10px	;
	}
	
	.products .ct-woo-card-extra {
		right:10px;
		top:10px;
	}

	.ct-woo-card-extra>*:not(:last-child) {
		margin-bottom:10px;
	}	

	.ct-quick-view-card .variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item {
		height: 25px;
		margin:2px 4px 2px 0;

	}
	
	.ct-quick-view-card .variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item span{
		font-size:9px;
	}
	
	.ct-quick-view-card .ct-toggle-close {
		background-color:var(--theme-palette-color-7) !important;
	}		
	
}

@media only screen and (max-width: 689.98px) {
	.ct-quick-view-card .woocommerce-product-gallery .flexy-items > * {
		max-width: 75%;
		padding-left:0;
	}
	
	.ct-quick-view-card .ct-image-container img{
		object-position: var(--object-position, 20% 5%);
		
	}
	
	.ct-quick-view-card .woocommerce-product-gallery .ct-image-container {
		min-height:360px;
	}
	
	.ct-quick-view-card .ct-cart-actions, .ct-quick-view-card .ct-quick-more {
		--buttonMinHeight: 40px;
	}
	
	.ct-quick-view-card .onsale, 
	.ct-quick-view-card .out-of-stock-badge {
		--badge-top: 15px;
    --badge-left: 15px;		
	}
	
	.ct-quick-view-card .woobt-wrap .woobt-text {
		font-size: 14px;
	}
	
	.ct-quick-view-card .flexy-pills[data-type='circle'] li {
		--thumbs-width: 20px;
	}
	.ct-quick-view-card .flexy-pills[data-type='circle'] li:before {
		width: 4px;
		height: 4px;
	}
}

/* woocommerce-mini-cart */
@media only screen and (max-width: 689.98px) {
	.woocommerce-mini-cart .product-title {
		font-size:13px !important;
	}	
}

/* product title */
.woocommerce ul.products li.product h2, 
[data-products] .product .woocommerce-loop-product__title{
   overflow: hidden;
   text-overflow: ellipsis;
   white-space: break-word;
	 display: -webkit-box;
	 -webkit-box-orient: vertical;
	 -webkit-line-clamp: 1;	
}

ul.products small a{
    font-size: 11px;
    color: var(--theme-text-color);
}

[data-products="type-1"] .ct-image-container {
  margin-bottom:10px;
}

/* WOFF Filter */
.woof_select {
  font-size:15px !important;
}

.woocommerce-shop .hero-section h1 {
	font-size:30px;
	margin:0
}

/* Mobile Menu */

[data-header*="type-1"] [data-id="mobile-menu-secondary"], #offcanvas [data-id="widget-area-1"] {
	margin-top:0 !important;
}

/* Order Page */
.woocommerce-order .woocommerce-thankyou-order-details {
	margin-bottom:30px;
}

/* Breadcrumbs */
.ct-breadcrumbs {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


/* Brand */
.product_meta .pwb-single-product-brands {
	font-size:13px;
	text-transform:uppercase;
}

.pwb-text-before-brands-links {
	font-weight:bold;
}

.pwb-single-product-brands a{
	color:var(--theme-text-color);
}

/* Filter */
body .wpc-filter-chips-list li.wpc-filter-chip:not(.wpc-chip-reset-all) a {
    background-color: var(--theme-palette-color-4) !important;
    color: #fff;
    font-size: 0.7rem;
}
body .wpc-filter-chips-list li.wpc-filter-chip a {
    color: #fff;
    background-color: var(--theme-palette-color-2) !important;
    font-size: 0.7rem;
    border-color:transparent;
}

.wpc-filters-widget-main-wrapper .wpc-filters-labels li.wpc-term-item label span.wpc-filter-label-wrapper{
	font-size:0.7rem !important;
	padding: 5px 5px;
	border-radius:0 !important;
	min-width: 35px;
	align-items: center;
  justify-content: center;
}
}

.widget-area .wpc-filters-labels li.wpc-term-item label, .wpc-filters-widget-main-wrapper .wpc-filters-labels li.wpc-term-item label{
	border: 1px solid rgba(0,0,0,.1);
    border-radius: 0 !important;
}

.wpc-inner-widget-chips-wrapper .wpc-filter-chips-list {
	display: flex;
	flex-wrap: wrap;
}

.wpc-filter-header .wpc-filter-title button {
	font-family: var(--buttonFontFamily);
}

.wpc-filter-header .wpc-filter-title button:hover, 
.wpc-filter-header .wpc-filter-title button:active, 
.wpc-filter-header .wpc-filter-title button:focus{
	background-color:transparent;
}

.wpc-wrap-icons {
	line-height:1.5;
}

.wpc-filter-title .wpc-help-tip {
    margin-left: 5px;
}

/* Footer Menu */
.ct-footer .widget-menu {
    font-size: 15px;
}

/* Swatch */

.woo-variation-swatches .wvs-style-squared.variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item {
	min-width: 33px;
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item.selected:not(.no-stock) {
	color: #181818;
}

.woo-variation-swatches .wvs-style-squared.variable-items-wrapper .variable-item:not(.radio-variable-item) {
    border-radius: 0;
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item):hover {
    -webkit-box-shadow: var(--wvs-hover-item-box-shadow,0 0 0 2px #ddd);
    box-shadow: var(--wvs-hover-item-box-shadow,0 0 0 2px #ddd);
}

.variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item {
	border-radius:0;
}

/* Breadcrumb */
.breadcrumb-container li a {
	padding: 0;
	margin:0;
}

.breadcrumb-container.theme1 a {
	padding: 0 !important;
	margin: 0 !important;
}

.breadcrumb-container li .separator {
	margin: 0 5px;
}

.breadcrumb-container {
	margin:0 !important;
}

.breadcrumb-container ol {
	padding:0;
	margin-bottom:0;
}


/* Top Header */
[data-header*="type-1"] .ct-header [data-row*="top"] {
    --height: 30px;
    background-color: var(--theme-palette-color-4);
    background-image: none;
    --borderTop: none;
    --borderBottom: none;
    --box-shadow: none;
}
[data-header*="type-1"] [data-id="ah4QlQ"] {
    --max-width: 100%;
    --textDecoration: none;
    --fontSize: 13px;
    --lineHeight: 1.5;
    --color: var(--theme-palette-color-6);
    --linkInitialColor: var(--theme-palette-color-8);
    --linkHoverColor: var(--theme-palette-color-1);
    --margin: 5px 0 !important;
}

/* Opn Payment */
#omise-card {
	max-width:100% !important;
}


/* Checkout New */

body.woocommerce-checkout #awdr_checkout_promotion_messages, .fc-checkout__cart-link br, .fc-checkout__cart-link .awdr-you-saved-text {
	display:none;
}

#order_review .woocommerce-info {
	margin-top:15px;
}

dl.variation:not(:last-child) {
	margin-bottom:0;
}

.backorder_notification{
	margin:0;
}

.order_item .product-name {
	font-size: 13px;
}

.wc-item-meta, .wc-item-meta li p {
	font-size:10px !important;
}

.woocommerce-promptpay-qrcode .qrcode--thumb {
	margin: 15px auto;
}

.woocommerce-order-details {
	overflow-x:auto;
}

.woocommerce-order-details table.shop_table {
	--table-font-size: 13px;
	--table-border-width: 1px;
}

.woocommerce-order-details table.shop_table tr>*:first-child {
    padding-inline-start: 20px;
}

.woocommerce-order-details table.shop_table tfoot td {
    font-weight: 400;
}

.shipped_via{
	display:none;
}

.item-thumbnail img {
    border-radius: 8px;
}

.woocommerce-order-details table.shop_table tr>*:last-child {
    width: 30%;
}

.woocommerce-promptpay-qrcode {
	padding:20px;
	border: solid 1px var(--border-color);
	margin-top:30px;
	margin-bottom:30px;
}

.woocommerce-promptpay-qrcode p , .woocommerce-promptpay-qrcode h2 {
	text-align:center;
}

.shop_table [class*=product-name] .price {
	display:none;
}

.shop_table [class*=product-thumbnail], form>table.cart .product-name {
    vertical-align: top;
}

table.cart dl.variation, table.cart .backorder_notification {
    font-size: 10px;
}

table.shop_table a {
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: break-word;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.notificationx-frontend {
	font-family:inherit;
}

.notificationx-frontend .nx-first-word {
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: break-word;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;	
}

div.woocommerce form .form-row .select2-selection:focus, div.woocommerce form .form-row input[type=checkbox]:focus, div.woocommerce form .form-row input[type=date]:focus, div.woocommerce form .form-row input[type=email]:focus, div.woocommerce form .form-row input[type=number]:focus, div.woocommerce form .form-row input[type=password]:focus, div.woocommerce form .form-row input[type=radio]:focus, div.woocommerce form .form-row input[type=search]:focus, div.woocommerce form .form-row input[type=tel]:focus, div.woocommerce form .form-row input[type=text]:focus, div.woocommerce form .form-row input[type=url]:focus, div.woocommerce form .form-row select:focus, div.woocommerce form .form-row textarea:focus {
	outline:none;
}

.fc-checkout-order-review__inner .woocommerce-info{
	font-size:13px;
}

.woocommerce-promptpay-qrcode .qrcode--thumb {
	text-align:center;
}

.woocommerce-order-details h1, 
.woocommerce-order-details p {
    display: none;
}

#post-296896 .woocommerce-order-details{
	margin-top:0;
}

.woocommerce-message {
	margin-top: 15px;
}

[data-products] .product figure img  {
	margin-bottom : 20px;
	border-radius:8px;
}

@media (max-width: 999px) {
	[data-products] .product figure img {
		margin-bottom : 10px;
	}
}

body li.payment_method_woocommerce-gateway-beamcheckout label {
	display: flex !important;
}

#ct-size-guide-modal .ct-panel-content-inner{
	overflow-y: auto;
}

.ct-size-guide-content .wp-block-table.is-style-stripes td,
.ct-size-guide-content .wp-block-table.is-style-stripes th {
    min-width: 130px !important;
    text-align: center;
	font-size: 13px !important;
}

.ct-product-additional-actions .ct-label {
	display:block !important;
}

[data-swatches-type=button] .ct-swatch {
	border-width: 1px !important;
	font-size: 11px !important;
}

.size-sug-tab table {
    --table-border-color :var(--theme-palette-color-5);
    position: relative;
}

.size-sug-tab table tr, .size-sug-tab table th {
    min-width: 130px;
    text-align: center
}

.size-sug-tab table > tbody > tr:nth-child(1) > td:nth-child(1) {
    min-width: 130px;
}

.size-sug-tab table {
  overflow: hidden;
}

.size-sug-tab tr:hover {
  background-color: var(--theme-palette-color-5);
}

.size-sug-tab td, .size-sug-tab th {
  position: relative;
}
.size-sug-tab td:hover::after,
.size-sug-tab th:hover::after {
  content: "";
  position: absolute;
  background-color: var(--theme-palette-color-5);
  left: 0;
  top: -5000px;
  height: 10000px;
  width: 100%;
  z-index: -1;
}

@media only screen and (max-width: 780px) {
    .size-sug-tab table {
        font-size:13px;
    }
}

.wpc-filters-main-wrap .wpc-filters-labels li.wpc-term-item label {
	font-size: 11px !important;
}

.wpc-icon-html-wrapper span {
	background: var(--theme-text-color)!important;
}

body .wpc-filters-open-button-container a.wpc-filters-open-widget {
	border: 1px solid var(--theme-text-color)!important;
	color: var(--theme-text-color);
	font-size: 11px !important;
}

.wpc-filters-main-wrap input[type=checkbox], .wpc-filters-main-wrap input[type=radio] {
	border-color :var(--theme-border-color) !important;
}

.cut-text {
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: break-word;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.ct-search-form .wp-element-button[data-button*=icon] {
    background-color: var(--theme-palette-color-4, #111518);
}

.ct-search-form input:focus~.ct-search-form-controls select, .ct-search-form input:focus~.ct-search-form-controls [data-button*=inside] {
	background-color:var(--wp--preset--color--palette-color-4);
}