/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 10 2026 | 06:24:04 */
/* ==========================================================================
   Support Review Carousel Shortcode
   ========================================================================== */
.carousel-container {
    position: relative;
    max-width: 100%;
    margin: 2em auto;
    overflow: hidden;
}
.carousel-slide {
    display: flex;
    transition: transform 0.5s ease-in-out;
}
@media only screen and (max-width: 921px) {
.carousel-slide div {
    min-width: 100%;
    padding: 1.3em 2em 1.6em 2em;
    margin: 0 0%;
    background: #fff;
    text-align: left;
    height: 270px;
    border-radius: 0.8em;
	display: flex;
	flex-direction: column;
    justify-content: space-between;
}
}
@media only screen and (min-width: 922px) {
	.carousel-slide div {
    min-width: 86%;
    padding: 1.3em 1.3em 1.6em 1.3em;
    margin: 0 7%;
    background: #fff;
    text-align: left;
    height: 270px;
    border-radius: 0.8em;
	display: flex;
	flex-direction: column;
    justify-content: space-between;
}
}
.carousel-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #c1c1c1;
    border: none;
    cursor: pointer;
    font-size: 1em;
}
.carousel-button.left {
    left: 10px;
}
.carousel-button.right {
    right: 10px;
}
/* ==========================================================================
   Insert Check icon into Options
   ========================================================================== */
.thb-swatches.thb_box-swatch .thb-swatch.selected {
    padding-left: 35px; /* 이미지와 텍스트 간의 간격 */
    line-height: 15px; /* 이미지와 텍스트를 수직 중앙 정렬하기 위해 */
    background-image: url('https://esimjapan.com/wp-content/uploads/2024/10/Icon_Check_Color_Fill-min.webp');
    background-repeat: no-repeat;
    background-position: left 10px center;
    background-size: 15px 15px; /* 이미지의 크기 */
}

.thb-swatches.thb_box-swatch .thb-swatch {
    padding-left: 35px; /* 이미지와 텍스트 간의 간격 */
    line-height: 15px; /* 이미지와 텍스트를 수직 중앙 정렬하기 위해 */
    background-image: url('https://esimjapan.com/wp-content/uploads/2024/10/Icon_Check_Gray_Fill-min.webp');
    background-repeat: no-repeat;
    background-position: left 10px center;
    background-size: 15px 15px; /* 이미지의 크기 */
}

/* ==========================================================================
   Review Tap - Rating Badge Customize
   ========================================================================== */
p#para-1 {
	background-color:#fe3835;
	color:white;
	border-radius:13px;
	margin-left:5px;
	padding-right:10px;
	padding-left:2px;
}
.jdgm-histogram__frequency {
	width:0px !important;
}
@media only screen and (min-width:768px) {
	.jdgm-histogram__bar {
		margin:0 10px !important;
	}
}
.jdgm-rev-widg__title {
	display:none!important;
}
.jdgm-link,.jdgm-histogram__clear-filter {
	display:none;
}
.woocommerce-tabs .tabs {
	margin-bottom: 25px;
}

/* ==========================================================================
   Price Alignment
   ========================================================================== */
.after-add-to-cart {display:none;}

/* ==========================================================================
   Price Style
   ========================================================================== */
/* TOP SECTION PRICE */

.single_variation_wrap {
	position: relative;
}

.single_variation_wrap .price {
	position:absolute;
	top:0;
	right:0;
	display:flex !important;
	align-items:center !important; 
	justify-content:end;
	margin:0 !important;
}

.single_variation_wrap .price del {
	text-decoration: none;
}

/* price */
.single_variation_wrap .price ins bdi {
	display:flex;
	align-items:center;
}


.single_variation_wrap .price ins .currency-symbol {
	font-size: 14px;
	line-height: 1.5;
	margin-bottom: 6px;
}

.single_variation_wrap .price ins .price-number {
	font-size: 22px;
	line-height: 1.5;

}

/* before price */
.single_variation_wrap .price del bdi {
	display:flex;
	align-items:center;
}


.single_variation_wrap .price del .currency-symbol {
	font-size: 14px;
	line-height: 1.5;
	text-decoration-line: line-through;
	margin-bottom: 6px;
}


.single_variation_wrap .price del .price-number {
	margin-right: 8px;
	font-size: 22px;
	line-height: 1.5;
	text-decoration-line: line-through;
}




/* NAVYBOX PRICE */
/* Type 1 */
/* price */
@media (max-width: 768px) {
	.wpb_wrapper h3 span {
		display:flex;
		flex-direction:column;
		align-items:start !important;
	}
}
	
.wpb_wrapper h3 ins {
	text-decoration: none;
}

.wpb_wrapper h3 ins bdi {
	display:flex;
	align-items:center;
}

.wpb_wrapper h3 ins .currency-symbol {
	color:#fff;
	font-size: 14px;
	line-height: 1.5;
	margin-bottom:8px;
	margin-right:4px;
}

.wpb_wrapper h3 ins .price-number {
	color:#fff;
	font-size: 28px;
	line-height: 1.5;
	margin-right:4px;
}

.wpb_wrapper h3 ins .currency-code {
	color:#fff;
	font-size: 14px;
	line-height: 1.5;
	margin-top:6px;
}

/* before price */
.wpb_wrapper h3 del {
	text-decoration: none;
}

.wpb_wrapper h3 del bdi {
	display:flex;
	align-items:center;
}

.wpb_wrapper h3 del .currency-symbol {
	display:none;
}

.wpb_wrapper h3 del .price-number {
	color:#8D8EA2;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.5;
	text-decoration-line: line-through;
}
/* mobile */
@media (max-width: 768px) {
	.wpb_wrapper h3 span {
		display:flex;
		align-items:center;
	}
	.wpb_wrapper h3 del .price-number {
		margin-right: 4px;
	}
	.wpb_wrapper h3 del .currency-code {
		display:none;
	}
	.wpb_wrapper h3 ins .price-number {
		font-size:22px;
	}
}

/* Type 2 */
.price-type-2 {
	display:flex;
	align-items:center;
}

.wpb_wrapper .price-type-2 del {
	display:none;
}

.wpb_wrapper .price-type-2 ins .currency-code {
	color:#fff;
	font-size:16px;
	font-weight:400;
	margin-top:6px;
}

.price-type-2-starts-at {
	color:#8D8EA2;
	font-size:16px;
	font-weight:400;
}

/* ==========================================================================
   Layout shift culprits
   ========================================================================== */
@media screen and (max-width: 600px) {
  .single-product .woo-product-gallery-slider {
    min-height: 260px !important;
  }
  .single-product .page-padding {
    padding-top: 62px !important;
  }
}