.tpt__hidden {
display: none;
}
.tpt__tiered-pricing, .tier-pricing-summary-table {
width: 100%;
}
.sticky-add-to-cart .tpt__tiered-pricing {
display: none;
}
.tiered-pricing-table {
margin: 15px 0;
width: 100%;
}
.tiered-pricing-table tr {
background: #fff;
}
.tiered-pricing--active td {
background-color: #96598A;
color: #fff;
transition: all .3s ease-in-out;
}
.tiered-pricing--active td .amount {
color: #fff;
transition: all .3s ease-in-out;
} .tiered-pricing-horizontal-table {
display: flex;
margin: 15px 0;
border: 1px solid #666;
border-radius: 3px;
flex-wrap: nowrap;
overflow-x: auto;
}
.tiered-pricing-horizontal-table__labels {
background: #f5f5f5;
}
.tiered-pricing-horizontal-table-cell {
padding: 5px 10px;
border-bottom: 1px solid #666;
}
.tiered-pricing-horizontal-table-cell:last-child {
border-bottom: none;
}
.tiered-pricing-horizontal-table-column {
flex: 1;
border-right: 1px solid #666;
}
.tiered-pricing-horizontal-table-column:last-child {
border: none;
} .tiered-pricing-tooltip {
padding: 0;
position: relative;
width: 250px !important;
z-index: 99999;
}
.tiered-pricing-tooltip__svg {
margin-left: 8px;
width: 15px;
cursor: help;
}
.tiered-pricing-tooltip .tiered-pricing-table {
margin: 0;
}
.ui-helper-hidden-accessible {
border: 0;
clip: rect(0 0 0 0);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px;
} .tiered-pricing-plain-texts {
margin: 20px 0;
list-style: none;
} .tiered-pricing-blocks {
display: flex;
flex-wrap: wrap;
gap: 10px;
margin: 15px 0;
}
.tiered-pricing-block__price {
margin-bottom: 0;
font-weight: bold;
font-size: 1.1em;
}
.tiered-pricing-block__price-discount {
font-size: .8em;
}
.tiered-pricing-block__quantity {
font-size: .9em;
}
.tiered-pricing-block {
padding: 0 10px;
border: 1px solid #ccc;
border-radius: 5px;
transition: all .2s;
}
.tiered-pricing-blocks .tiered-pricing--active {
transform: scale(1.06);
} .tiered-pricing-blocks--style-1 .tiered-pricing-block {
overflow: hidden;
padding: 0;
}
.tiered-pricing-blocks--style-1 .tiered-pricing-block .tiered-pricing-block__quantity {
color: #fff;
padding: 3px 10px;
text-align: center;
}
.tiered-pricing-blocks--style-1 .tiered-pricing-block .tiered-pricing-block__price {
text-align: center;
padding: 5px 10px;
}
.tiered-pricing-blocks--style-2 .tiered-pricing-block {
padding: 5px 10px;
background: #f7f7f7;
border-color: #cccccc;
}
.tiered-pricing-blocks--style-2 .tiered-pricing-block__price {
font-size: 1em;
} .tiered-pricing-options {
margin: 20px 0;
}
.tiered-pricing-option {
transition: all .3s;
display: flex;
justify-content: space-between;
align-items: center;
padding: 10px;
border: 1px solid #E5E5E5;
border-radius: 3px;
gap: 10px;
margin-bottom: 10px;
}
.tiered-pricing-option__pricing {
text-align: right;
margin-left: auto;
font-weight: bold;
}
.tiered-pricing-option-checkbox {
width: 18px;
height: 18px;
border-radius: 50%;
position: relative;
box-sizing: border-box;
border: 1px solid #E5E5E5;
}
.tiered-pricing--active .tiered-pricing-option-checkbox::after {
content: "";
width: 12px;
height: 12px;
background: #E5E5E5;
position: absolute;
border-radius: 50%;
left: 2px;
top: 2px;
}
.tiered-pricing-option-price {
display: flex;
gap: 5px;
align-items: center;
justify-content: right;
}
.tiered-pricing-option-price__original {
font-size: .9em;
font-weight: normal;
}
.tiered-pricing-option-total {
font-size: .8em;
display: none;
justify-content: right;
align-items: center;
gap: 5px;
}
.tiered-pricing-option-total__original_total {
font-weight: normal;
font-size: .9em;
} .tiered-pricing-dropdown {
margin: 20px 0;
width: 100%;
max-width: 800px;
position: relative;
}
.tiered-pricing-dropdown__list {
box-sizing: border-box;
position: absolute;
max-height: 300px;
overflow-y: auto;
border: 1px solid;
border-top: none;
width: 100%;
background: white;
display: none;
z-index: 999;
}
.tiered-pricing-dropdown__list ul {
margin: 0;
padding: 0;
list-style: none;
}
.tiered-pricing-dropdown__select-box {
border-radius: 3px;
cursor: pointer;
border: 1px solid;
padding: 5px;
align-items: center;
display: flex;
background: #fff;
}
.tiered-pricing-dropdown__select-box--active {
border-radius: 3px 3px 0 0;
}
.tiered-pricing-dropdown__select-box-arrow {
width: 25px;
margin-left: auto;
height: 25px;
display: flex;
transition: all .2s;
}
.tiered-pricing-dropdown__select-box--active .tiered-pricing-dropdown__select-box-arrow {
transform: rotate(180deg);
}
.tiered-pricing-dropdown-option__pricing {
margin-left: auto;
font-weight: bold;
}
.tiered-pricing-option-price {
margin-left: auto;
}
.tiered-pricing-dropdown-option {
justify-content: space-between;
align-items: center;
box-sizing: border-box;
padding: 10px;
display: flex;
width: 100%;
}
.tiered-pricing-dropdown-option-price__original {
font-weight: normal;
} .tier-pricing-summary-table {
margin: 20px 0;
}
.tier-pricing-summary-table--hidden {
display: none;
}
.tier-pricing-summary-table__top {
display: flex;
justify-content: space-between;
padding: 5px 0;
font-weight: bold;
border-top: 1px solid #f5f5f5;
}
.tier-pricing-summary-table__bottom {
display: flex;
justify-content: space-between;
align-items: center
}
.tier-pricing-summary-table__total {
font-size: 1.5em;
margin-left: 5px;
}
.tier-pricing-summary-table--inline {
font-size: 1.3em;
}
.tier-pricing-summary-table-inline__label {
display: inline-block;
} .tiered-pricing-you-save--hidden {
display: none !important;
}
.tiered-pricing-you-save {
color: red;
} .tiered-pricing-shop-loop {
margin: 10px 0;
width: 100%;
}
.tiered-pricing-shop-loop--reduced .tiered-pricing-wrapper h3 {
margin: 5px 0 !important;
} .tiered-pricing-shop-loop--reduced table {
width: 100%;
table-layout: fixed;
overflow-wrap: break-word;
} .tiered-pricing-shop-loop--reduced .tiered-pricing-horizontal-table-cell {
padding: 5px;
}
.tiered-pricing-shop-loop--reduced table.tiered-pricing-table thead tr th,
.tiered-pricing-shop-loop--reduced table.tiered-pricing-table tbody tr td {
padding: 3px 5px !important;
} .tiered-pricing-shop-loop--reduced .tiered-pricing-option {
padding: 5px 10px;
gap: 5px;
margin-bottom: 5px;
}
.tiered-pricing-shop-loop--reduced .tiered-pricing-dropdown__select-box {
padding: 3px;
}
.tiered-pricing-shop-loop--reduced .tiered-pricing-option-price {
flex-wrap: wrap;
}
.tiered-pricing-shop-loop--reduced .tiered-pricing-option .tiered-pricing-option__quantity {
text-align: left;
}
.tiered-pricing-shop-loop--reduced .tiered-pricing-option__checkbox {
display: none;
} .tiered-pricing-shop-loop--reduced .tiered-pricing-blocks {
padding: 0 5px;
}
.tiered-pricing-shop-loop--reduced .tiered-pricing-blocks:not(.tiered-pricing-blocks--styled) .tiered-pricing-block {
padding: 0 5px;
}
.tiered-pricing-shop-loop--reduced .tiered-pricing-block__price {
font-size: 1em;
} .tiered-pricing-shop-loop--reduced .tiered-pricing-dropdown {
margin: 10px 0;
}
.tiered-pricing-shop-loop--reduced .tiered-pricing-dropdown-option {
padding: 0 5px;
gap: 0 5px;
}
.tiered-pricing-shop-loop--reduced .tiered-pricing-dropdown-option__quantity {
text-align: left;
} .tiered-pricing-shop-loop--reduced .tiered-pricing-plain-texts {
text-align: left;
list-style: disc;
}.esg-starring	{	line-height:25px;display: inline-block}
.esg-starring .star-rating{	float: none; }
.esg-starring .star-rating {
color: #FFC321 !important;
}
.esg-starring .star-rating, .esg-starring-page .star-rating {
float: right;
overflow: hidden;
position: relative;
height: 1em;
line-height: 1em;
font-size: 1em;
width: 5.4em;
font-family: star;
}
.esg-starring .star-rating:before, .esg-starring-page .star-rating:before {
content: "\73\73\73\73\73";
color: #E0DADF;
float: left;
top: 0;
left: 0;
position: absolute;
}
.esg-starring star-rating span,
.esg-starring .star-rating span {
overflow: hidden;
float: left;
top: 0;
left: 0;
position: absolute;
padding-top: 1.5em;
}
.esg-starring .star-rating span:before,
.esg-starring .star-rating span:before {
content: "\53\53\53\53\53";
top: 0;
position: absolute;
left: 0;
}
.esg-starring .star-rating {
color: #FFC321 !important;
}
.lazyloadcover { position:absolute;top:0px;left:0px;z-index:10;width:100%;height:100%; }
.esg-lazyblur {
background-repeat: no-repeat;
filter: blur(25px);
-webkit-filter:blur(25px);
-moz-filter:blur(25px);
background-size:cover;background-position:center center; 
width:100%;
height:100%;
top:0;
left:0;
overflow: hidden; 	
}
.esg-media-poster {	width:100%;height:100%;position:absolute; top:0px; left:0px; background-size:cover; background-position: center center;z-index:10;opacity:0;}
.esg-video-active .esg-media-poster {z-index: 0}
.esg-vimeo-frame {background: black} .esg-grid .no-filter-message { position: absolute;
bottom: 0;
left: 0;
width: 100%;
text-align: center;
pointer-events: none;
visibility: hidden;
opacity: 0;
transition: all 0.2s ease;
} .esg-grid.show-message .no-filter-message {
transition-duration: 1s;
visibility: visible;
opacity: 1;
} .esg-hover-image {display: none}
.esg-media-poster .esg-hover-image {display: block; width: inherit; height: inherit; background-size: inherit; background-position: inherit; visibility: hidden; opacity: 0}
.esg-starring .star-rating, .esg-starring-page .star-rating {
line-height: 1em;
font-size: 1em;
font-family: star;
}
.esg-grid	{	width:100%;max-width:100%; font-family: 'Open Sans', sans-serif; -webkit-backface-visibility: hidden; backface-visibility:hidden; -webkit-transform: translateZ(0px); transform: translateZ(0px)}
@-moz-document url-prefix() {
.esg-grid  { transform: none !important}
}
.esg-grid .mainul,
.esg-grid .mainul>li { list-style: none;
margin:0;
padding:0;
transform-style: flat !important;}
.esg-grid * { -webkit-font-smoothing:antialiased; font-smoothing: antialiased;} .esg-grid ul,
.esg-grid li {
list-style: none;
margin:0;
padding:0;
transform-style: flat !important;
}
.esg-overflowtrick	{	position: relative; width:100%; height:auto;
overflow:hidden;
padding:0px; box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
z-index:1; }
.esg-container	{
position:relative;
width:100%;
height:auto;
}
.esg-container >ul,
.esg-overflowtrick >ul {
width:100%;
max-width:100%;
height:0px; position: relative;
overflow: visible; }
.esg-grid li {
border: 0px solid transparent;
outline: 0px solid transparent;
visibility: hidden;
display: none; }
.esg-grid a { border:none; text-decoration: none}
.esg-grid a:hover,
.esg-grid a:focus { text-decoration: none; border:none; }
.esg-clear				{	clear:both; height:5px !important; background: none !important; }
.esg-clear-no-height,
.eg-clearfix			{	clear:both; height:0px !important; background: none !important; }
.esg-divide-5	{	width:100%;height:5px}
.esg-divide-15	{	width:100%;height:15px}
.esg-divide-20	{	width:100%;height:20px}
.esg-divide-22	{	width:100%;height:22px}
.esg-divide-30	{	width:100%;height:30px}
.esg-click-to-play-video	{	cursor: pointer}
.esg-entry-media iframe		{	-webkit-transform-style: flat;
-webkit-transform: translateZ(1000px);
border: 0;
} .esg-container .tp-esg-item					{ 	position:absolute; top:0px;left:0px; }
.esg-container .tp-esg-item					{	box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}
.esg-container .tp-esg-item .blackoverlay	{	width:100%;height:100%;position: absolute;background:#000; top:0px;left:0px;}
.tp-esg-item					{	z-index:5 }
.tp-esg-item.itemonotherpage	{	z-index:0; display:none;} .esg-entry-cover		{	box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;
width:100%;height:100%;position:absolute;top:0px;left:0px;overflow: hidden;
border: 0px solid transparent;
outline: 0px solid transparent;
}
.eec					{	display:block; width:auto; height:auto;position:absolute !important;  font-size:20px;text-align:center}   .esg-tc 			{	top:0px; left:0px; width:100%;}
.esg-lc 			{	top:0px;left:0px; height:100%;}
.esg-cc 			{	top:0px;left:0px; width:100%; vertical-align: middle;}
.esg-rc 			{	top:0px;right:0px; height:100%;}
.esg-bc 			{	bottom:0px;left:0px; width:100%;} .esg-tc .ess-tb-cell			{	text-align:center; vertical-align: top; } .esg-lc .ess-tb-cell			{	text-align:left; vertical-align: middle;}
.esg-cc .ess-tb-cell			{	}
.esg-rc .ess-tb-cell			{	text-align:right; vertical-align: middle;} .esg-blc .ess-tb-cell			{	text-align:left; vertical-align: bottom;}
.esg-bc .ess-tb-cell			{	text-align:center; vertical-align: bottom;}
.esg-brc .ess-tb-cell			{	text-align:right; vertical-align: bottom;}
.esg-bc .leftalign	{	text-align:left;} .esg-entry-media							{	position:relative; border: 0px solid transparent;outline: 0px solid transparent;overflow: hidden;
}
.esg-entry-media							{	width:100%;}
.esg-entry-media img						{	width:100%; height:auto; max-width:none !important; min-width:none !important}
.esg-layout-masonry .esg-entry-media img	{
line-height: 0px;
vertical-align: bottom;
display: inline-block;
} .esg-layout-even .esg-entry-media img		{	display:none}
.esg-media-cover-wrapper					{	position: relative; width:100%;backface-visibility: hidden}
.esg-layout-even .esg-media-cover-wrapper	{	height:100%;}
.esg-entry-media-wrapper					{	z-index: 0; }
.esg-entry-media-wrapper .esg-video-frame	{ 	background: #000;} .esg-entry-cover .esg-overlay						{	position: absolute; top:0px;left:0px; width:100%; height:100%; border: 0px solid transparent;
outline: 0px solid transparent;} .esg-layout-even .esg-entry-content					{	display:none; }
.esg-entry-content									{
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
-webkit-backface-visibility: hidden;
} .navigationbuttons,
.esg-pagination,
.esg-filters	{	position: relative; z-index:50; -webkit-backface-visibility:hidden;} .esg-nav-by-shortcode .esg-sortbutton-order.eg-icon-down-open.tp-asc, 
.esg-nav-by-shortcode .esg-sortbutton-order .tp-desc,
.esg-sortbutton-order.eg-icon-down-open.tp-asc, 
.esg-sortbutton-order .tp-desc	
{	text-align: center} .esg-nav-by-shortcode { position: relative; display: inline-block; vertical-align: top; text-align: center}
.esg-nav-by-shortcode .esg-navbutton-solo-right,
.esg-nav-by-shortcode .esg-navbutton-solo-left { position: relative; left: auto; right: auto;top: auto;bottom: auto }
.esg-nav-by-shortcode .esg-filter-wrapper { visibility: visible;  } .esg-singlefilters .esg-filter-checked	{	display: none; -webkit-backface-visibility:hidden;}
.esg-filter-wrapper		{	 display:inline-block; }
.esg-sortbutton-wrapper	{	 display:inline-block; }
.esg-cartbutton-wrapper	{	 display:inline-block  } .esg-filter-wrapper.dropdownstyle					{	min-width:100px;cursor: pointer; position: relative; z-index:1500; -webkit-backface-visibility: hidden; -webkit-transform: translateZ(1px);transform:translateZ(1px)}
.esg-filter-wrapper.dropdownstyle .esg-filterbutton	{	display:block;margin-right:0px;margin-bottom:5px;}
.esg-filter-wrapper.dropdownstyle .esg-filter-checked	{	margin-right:5px; margin-left:0px;}
.esg-dropdown-wrapper								{	display:none; position: absolute;  padding:20px;top:100%; backface-visibility: hidden; transform: translateZ(10px);}
.esg-selected-filterbutton							{	color: #999;
margin-right: 5px;
cursor: pointer;
padding: 0px 15px 0px 10px;
line-height: 20px;
font-size: 12px;
font-weight: 600;
font-family: "Open Sans",sans-serif;
display: inline-block;
background: rgba(0, 0, 0, 0);
margin-bottom: 5px;
}
.esg-selected-filterbutton.hovered					{ color: #444;}
.esg-selected-filterbutton .eg-icon-down-open		{	display: inline-block;
vertical-align: top;
width: 29px;
line-height: inherit;
font-size: 9px;
font-weight: 700;
color: #999;														
background: rgba(0, 0, 0, 0);
text-align: center;
} .esg-sortbutton-order.tp-desc					{	transform: scaleY(-1);
filter: FlipV;
-ms-filter: "FlipV";}
.esg-sorting-select							{	cursor: pointer;position:absolute;top:0px;left:0px;width:100%;height:100%;  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0);
-moz-opacity: 0.0;
-khtml-opacity: 0.0;
opacity: 0.0;
-webkit-appearance: menulist-button;
}
.esg-filters.esg-navbutton-solo-left		{	position:absolute;left:0px;top:50%; z-index: 800}
.esg-filters.esg-navbutton-solo-right		{	position:absolute;right:0px;top:50%; z-index: 800;}
.esg-navigationbutton.esg-right,
.esg-navigationbutton.esg-left				{	margin-left:0px !important; margin-right:0px !important; -webkit-transform-style: flat; -webkit-transform: translateZ(5000px)} .eg-leftright-container				{	float:left; width:310px; margin-right:20px; box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box; position: relative;}
.eg-leftright-container.dark		{	background:#1e1e1e}
.eg-leftright-container .pagination {	position:absolute;bottom:0px;}
.eg-leftright-container .esg-filters		{	padding:30px; box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}
.eg-leftright-container .esg-filterbutton	{	display:block; margin:0px 0px 5px 0px}
.eg-leftright-container .esg-filter-wrapper	{	 display:block; margin-right:0px;} .eg-ajaxtarget-container	{	position:relative; width:100%;height:auto;} .tp-esg-item .add_to_cart_button.loading:before {	content: "";
position: absolute;
top: 0;
right: 0;
left: 0;
bottom: 0;
background: url(//koreabrands.com/wp-content/plugins/essential-grid/public/assets/images/ajax-loader.gif) center no-repeat rgba(255, 255, 255, 0.65);
}
.esg-loader 	{
top:50%; left:50%;
z-index:10000;
position:absolute;
}
.infinityscollavailable.esg-loader {  position:relative; top:auto; left:50%; margin-top:25px !important; margin-bottom:25px !important;} .esg-loader.spinner0 {
width: 40px;
height: 40px;
background:url(//koreabrands.com/wp-content/plugins/essential-grid/public/assets/images/loader.gif) no-repeat center center;
background-color: #fff;
box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
margin-left:-20px;
-webkit-animation: esg-rotateplane 1.2s infinite ease-in-out;
animation: esg-rotateplane 1.2s infinite ease-in-out;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
}
.esg-loader.spinner1 {
width: 40px;
height: 40px;
background-color: #fff;
box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
margin-left:-20px;
-webkit-animation: esg-rotateplane 1.2s infinite ease-in-out;
animation: esg-rotateplane 1.2s infinite ease-in-out;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
}
.esg-loader.spinner5 	{	background:url(//koreabrands.com/wp-content/plugins/essential-grid/public/assets/images/loader.gif) no-repeat 10px 10px;
background-color:#fff;
margin:-22px -22px;
width:44px;height:44px;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
}
@-webkit-keyframes esg-rotateplane {
0% { -webkit-transform: perspective(120px) }
50% { -webkit-transform: perspective(120px) rotateY(180deg) }
100% { -webkit-transform: perspective(120px) rotateY(180deg)  rotateX(180deg) }
}
@keyframes esg-rotateplane {
0% {
transform: perspective(120px) rotateX(0deg) rotateY(0deg);
-webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg)
} 50% {
transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
-webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg)
} 100% {
transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
-webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
}
}
.esg-loader.spinner2 {
width: 40px;
height: 40px;
margin-left:-20px;
background-color: #ff0000;
box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
border-radius: 100%;
-webkit-animation: esg-scaleout 1.0s infinite ease-in-out;
animation: esg-scaleout 1.0s infinite ease-in-out;
}
@-webkit-keyframes esg-scaleout {
0% { -webkit-transform: scale(0.0) }
100% {
-webkit-transform: scale(1.0);
opacity: 0;
}
}
@keyframes esg-scaleout {
0% {
transform: scale(0.0);
-webkit-transform: scale(0.0);
} 100% {
transform: scale(1.0);
-webkit-transform: scale(1.0);
opacity: 0;
}
}
.esg-loader.spinner3 {
margin: -9px 0px 0px -35px;
width: 70px;
text-align: center;
}
.eg-search-wrapper .esg-loader.spinner3					{	margin-top:-30px !important}
.simple-light .eg-search-wrapper .esg-loader.spinner3,
.simple-dark .eg-search-wrapper .esg-loader.spinner3	{	margin-top:-25px !important}
.text-light .eg-search-wrapper .esg-loader.spinner3,
.text-dark .eg-search-wrapper .esg-loader.spinner3	{	margin-top:-22px !important}
.esg-loader.spinner3 .bounce1,
.esg-loader.spinner3 .bounce2,
.esg-loader.spinner3 .bounce3 {
width: 18px;
height: 18px;
background-color: #fff;
box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
border-radius: 100%;
display: inline-block;
-webkit-animation: esg-bouncedelay 1.4s infinite ease-in-out;
animation: esg-bouncedelay 1.4s infinite ease-in-out; -webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
.esg-loader.spinner3 .bounce1 {
-webkit-animation-delay: -0.32s;
animation-delay: -0.32s;
}
.esg-loader.spinner3 .bounce2 {
-webkit-animation-delay: -0.16s;
animation-delay: -0.16s;
}
@-webkit-keyframes esg-bouncedelay {
0%, 80%, 100% { -webkit-transform: scale(0.0) }
40% { -webkit-transform: scale(1.0) }
}
@keyframes esg-bouncedelay {
0%, 80%, 100% {
transform: scale(0.0);
-webkit-transform: scale(0.0);
} 40% {
transform: scale(1.0);
-webkit-transform: scale(1.0);
}
}
.esg-loader.spinner4 {
margin: 0px 0px 0px -20px;
width: 40px;
height: 40px;
text-align: center;
-webkit-animation: esg-rotate 2.0s infinite linear;
animation: esg-rotate 2.0s infinite linear;
}
.esg-loader.spinner4 .dot1,
.esg-loader.spinner4 .dot2 {
width: 60%;
height: 60%;
display: inline-block;
position: absolute;
top: 0;
background-color: #fff;
border-radius: 100%;
-webkit-animation: esg-bounce 2.0s infinite ease-in-out;
animation: esg-bounce 2.0s infinite ease-in-out;
box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
}
.esg-loader.spinner4 .dot2 {
top: auto;
bottom: 0px;
-webkit-animation-delay: -1.0s;
animation-delay: -1.0s;
}
@-webkit-keyframes esg-rotate { 100% { -webkit-transform: rotate(360deg) }}
@keyframes esg-rotate { 100% { transform: rotate(360deg); -webkit-transform: rotate(360deg) }}
@-webkit-keyframes esg-bounce {
0%, 100% { -webkit-transform: scale(0.0) }
50% { -webkit-transform: scale(1.0) }
}
@keyframes esg-bounce {
0%, 100% {
transform: scale(0.0);
-webkit-transform: scale(0.0);
} 50% {
transform: scale(1.0);
-webkit-transform: scale(1.0);
}
} [class^="eg-icon-"]:before, 
[class*=" eg-icon-"]:before {
font-family: "eg-font";
font-style: normal;
font-weight: normal;
speak: none;
display: inline-block;
text-decoration: inherit;
width: 1em;
margin-right: .2em;
text-align: center;  font-variant: normal;
text-transform: none; line-height: 1em;  margin-left: .2em;    }
[class^="fa-icon-"]:before, [class*=" fa-icon-"]:before{
font-family: FontAwesome;
font-style: normal;
font-weight: normal;
speak: none;
display: inline-block;
text-decoration: inherit;
width: 1em;
margin-right: .2em;
text-align: center;  font-variant: normal;
text-transform: none; line-height: 1em;  margin-left: .2em;
}
.esg-grid [class^="pe-7s-"]:before, 
.esg-grid [class*=" pe-7s-"]:before {
font-family: 'Pe-icon-7-stroke';
display: inline-block;
font-style: normal;
font-weight: normal;
speak: none;
display: inline-block;
text-decoration: inherit;
width: 1em;
margin-right: .2em;
text-align: center;  font-variant: normal;
text-transform: none; line-height: 1em;  margin-left: .2em;
} .esg-filter-wrapper .esg-filterbutton:last-child,
.esg-cartbutton a,
.esg-selected-filterbutton										{ margin-right: 0 !important; }
.esg-singlefilters .esg-filter-checked							{	display:none !important}  .eg-ajaxclicklistener	{	cursor: pointer}
.eg-ajax-video-container {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px; height: 0; overflow: hidden;
}
.eg-ajax-video-container.widevideo {
padding-bottom: 50%;
}
.eg-ajax-video-container iframe,
.eg-ajax-video-container object,
.eg-ajax-video-container embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.forcenotvisible	{	visibility: hidden !important}
.forcenotdisplay	{	display:none !important} input.eg-search-input[type="text"],
.eg-search-input	{	display:inline-block}
.eg-search-submit,
.eg-search-clean	{	display:inline-block; width:auto; -moz-user-select: -moz-none;   -khtml-user-select: none;   -webkit-user-select: none; text-align:center; vertical-align: top}
.eg-search-submit,
.eg-search-clean	{ cursor: pointer}
.eg-search-wrapper								{	vertical-align: top; line-height:40px; }
input.eg-search-input[type="text"]				{	font-family: "Open Sans",sans-serif;outline:none !important;margin:0px 0px 5px !important; padding:8px 15px;  vertical-align: top; box-sizing: border-box} .eg-ajax-closer-wrapper 		{	display:block; z-index: 51000; position: relative}
.eg-ajax-navbt					{	cursor: pointer; display:inline-block; margin-right:5px;}
.eg-acp-inner.eg-acp-tr .eg-ajax-closer.eg-ajax-navbt,
.eg-acp-inner.eg-acp-br .eg-ajax-closer.eg-ajax-navbt	{	margin-right:0px}
.eg-ajax-closer-wrapper.eg-acp-tl,
.eg-ajax-closer-wrapper.eg-acp-bl	{	 text-align: left; }
.eg-ajax-closer-wrapper.eg-acp-tr,
.eg-ajax-closer-wrapper.eg-acp-br	{	 text-align: right; }
.eg-ajax-closer-wrapper.eg-acp-t,
.eg-ajax-closer-wrapper.eg-acp-b	{	 text-align: center;}
.eg-ajax-closer-wrapper.eg-acp-t,
.eg-ajax-closer-wrapper.eg-acp-tr,
.eg-ajax-closer-wrapper.eg-acp-tl	{margin-bottom:5px;}
.eg-ajax-closer-wrapper.eg-acp-bl,
.eg-ajax-closer-wrapper.eg-acp-br,
.eg-ajax-closer-wrapper.eg-acp-b	{margin-top:5px;}
.eg-acp-inner	{	display: block; position:absolute; z-index:50; margin:5px;}
.eg-acp-inner.eg-acp-tr,
.eg-acp-inner.eg-acp-tl,
.eg-acp-inner.eg-acp-t	{	top:0px; }
.eg-acp-inner.eg-acp-br,
.eg-acp-inner.eg-acp-bl,
.eg-acp-inner.eg-acp-b	{	bottom:0px; }
.eg-acp-inner.eg-acp-tl,
.eg-acp-inner.eg-acp-bl	{	left:0px;}
.eg-acp-inner.eg-acp-tr,
.eg-acp-inner.eg-acp-br	{	right:0px; }
.eg-acp-inner.eg-acp-t,
.eg-acp-inner.eg-acp-b	{	left:50%;-webkit-transform: translateX(-50%);transform: translateX(-50%);-moz-transform: translateX(-50%);}
.eg-ajax-navbt					{	line-height:21px; background:#000; background:rgba(0,0,0,0.75); color:#fff; border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px; text-transform: uppercase; padding:1px 1px 0px 0px; font-size:11px; font-weight:400; }
.eg-ajax-closer.eg-ajax-navbt	{	padding: 1px 5px 1px 3px;vertical-align: top;}
.eg-acp-light .eg-ajax-navbt	{	background:#e5e5e5; color:#000;}
.eg-ajax-closer.eg-ajax-navbt i	{	font-size:13px;}
.eg-ajax-navbt i				{	font-size:16px;}
.eg-ajax-closer-wrapper.eg-acp-type1	{	margin:0;}
.eg-acp-type1 .eg-ajax-navbt	{	border-radius:0px;-moz-border-radius:0px;-webkit-border-radius:0px; padding:10px; margin:0px;}
.eg-acp-type1 .eg-ajax-navbt i	{	font-size:20px;}
.eg-acp-type1 .eg-ajax-navbt	{	width: 40px;height: 40px;text-align: center;vertical-align: medium !important; line-height: 40px; padding:0px;}
.eg-acp-type1 .eg-ajax-closer.eg-ajax-navbt	{	vertical-align: top; font-size:24px; font-weight:300; font-family: sans-serif; height: auto;line-height: 28px;padding: 8px 0px 4px;}
span.eg-el-amount:before	{	content:"("}
span.eg-el-amount:after		{	content:")"}
span.eg-el-amount	{	margin-left:10px;} .esg-split-content .esg-entry-media-wrapper, .esg-split-content .esg-entry-cover {width: 50% !important}
.esg-split-content .esg-media-cover-wrapper:after {content: ""; display: table; clear: both}
.esg-split-right .esg-entry-media-wrapper, .esg-split-right .esg-entry-cover {float: right}
.esg-split-left .esg-entry-media-wrapper, .esg-split-left .esg-entry-cover {float: left}
.esg-split-content .esg-entry-media {height: 100% !important}
.esg-split-content .esg-entry-cover {position: relative !important}
.esg-split-content .esg-entry-content {clear: both} .grayscale {-webkit-filter: grayscale(100%); filter: grayscale(100%)}  .esg-revealed .esg-itm-anime:not(.esg-anime-blur) .esg-overflowtrick {overflow: visible !important}
.esg-revealed .esg-itm-anime .tp-esg-item {-webkit-mask-image: none !important}
.esg-revealed .esg-itm-anime .tp-esg-item:hover {z-index: 9999 !important; transform: none !important}
.esg-revealed .esg-anime-item:before {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
content: "";
}
.esg-anime-blur .esg-entry-media {transform: scale(1.15, 1.15) !important; transform-origin: center center !important} .eg-invisiblebutton {box-shadow: none !important; height: inherit !important; display: block}
.esg-lb-dummy {max-width: none !important; box-shadow: none !important; position: absolute; display: none} @media screen and (max-width: 736px) {
.eg-lightbox-post-content-inner > div {
width: 100% !important;
float: none !important;
}
.eg-lightbox-post-content-inner .esg-post-featured-img {
padding: 30px 0 !important;
}
}
.esgbox-stage .esgbox-slide>*:not(.esgbox-share) {margin: 0; padding: 0}
.esgbox-stage .esgbox-slide>.esgbox-loading {margin-top:-30px;margin-left:-30px}
.esgbox-toolbar .esgbox-button {transition: background 0.2s ease-out}
.esgbox-toolbar .esgbox-button:focus,
.esgbox-toolbar .esgbox-button:active,
.esgbox-toolbar .esgbox-button:visited {background: rgba(30,30,30,.6)}
.esgbox-toolbar .esgbox-button:hover {background: #000}
.esgbox-navigation .esgbox-button:before {transition: background 0.2s ease-out}
.esgbox-navigation .esgbox-button:focus:before,
.esgbox-navigation .esgbox-button:active:before,
.esgbox-navigation .esgbox-button:visited:before,
.esgbox-navigation .esgbox-button[disabled]:hover:before,
.esgbox-toolbar .esgbox-button[disabled]:hover {background: rgba(0,0,0,.6)}
.esgbox-navigation .esgbox-button:hover:before {background: rgba(0,0,0,.6)}
.esgbox-hidearrows .esgbox-navigation .esgbox-button--arrow_left,
.esgbox-hidearrows .esgbox-navigation .esgbox-button--arrow_right {display: none !important}
.esgbox-single .esgbox-button--arrow_left,
.esgbox-single .esgbox-button--arrow_right {display: none !important}
.esgbox-slide--video iframe {
width: 100% !important;
height: 100% !important;
max-width: 100%;
max-height: 100%;
}
.esg-four-by-three .esgbox-slide--video iframe {
width: 800px;
height: 600px;
}
.esgbox-container .esgbox-button--arrow_right:hover , 
.esgbox-container .esgbox-button--arrow_right:focus ,
.esgbox-container .esgbox-button--arrow_left:hover , 
.esgbox-container .esgbox-button--arrow_left:focus {background: rgba(0,0,0,.6)} .esg-filter-wrapper {visibility: hidden}
.esg-mobile-filter-button {display: none}
.esg-mobile-filter-wrap {visibility: visible}
.esg-mobile-filter-wrap .esg-dropdown-wrapper {display: none !important; visibility: hidden !important} .eg-esgblankskin-wrapper * {visibility: hidden !important} .eg-item-in-focus {z-index: 999 !important} .esg-cover-overflow {overflow: hidden} .esg-transition[data-transition^='esg-collapse'] {overflow: hidden}
.esg-transition[data-transition^='esg-collapse']:before,
.esg-transition[data-transition^='esg-collapse']:after {position: absolute; content: ""}
.esg-transition[data-transition^='esg-collapsevertical']:before,
.esg-transition[data-transition^='esg-collapsevertical']:after {width: 100%; height: 0%; left: 0}
.esg-transition[data-transition^='esg-collapsevertical']:before {top: 0}
.esg-transition[data-transition^='esg-collapsevertical']:after {bottom: 0}
.esg-transition[data-transition='esg-collapseverticalout']:before,
.esg-transition[data-transition='esg-collapseverticalout']:after {height: 50%}
.esg-transition[data-transition^='esg-collapsehorizontal']:before,
.esg-transition[data-transition^='esg-collapsehorizontal']:after {width: 0%; height: 100%; top: 0}
.esg-transition[data-transition^='esg-collapsehorizontal']:before {left: 0}
.esg-transition[data-transition^='esg-collapsehorizontal']:after {right: 0}
.esg-transition[data-transition='esg-collapsehorizontalout']:before {width: 50%}
.esg-transition[data-transition='esg-collapsehorizontalout']:after {width: 50%}
.esg-hovered .esg-transition[data-transition="esg-collapsevertical"]:before,
.esg-hovered .esg-transition[data-transition="esg-collapsevertical"]:after {height: 50%}
.esg-hovered .esg-transition[data-transition="esg-collapseverticalout"]:before,
.esg-hovered .esg-transition[data-transition="esg-collapseverticalout"]:after {height: 0}
.esg-hovered .esg-transition[data-transition="esg-collapsehorizontal"]:before,
.esg-hovered .esg-transition[data-transition="esg-collapsehorizontal"]:after {width: 50%}
.esg-hovered .esg-transition[data-transition="esg-collapsehorizontalout"]:before,
.esg-hovered .esg-transition[data-transition="esg-collapsehorizontalout"]:after {width: 0} .esg-transition[data-transition^="esg-line"]:after {
content: ""; 
position: absolute; 
width: 70%; 
height: 70%; 
top: 15%; 
left: 15%;
background-size: 100% 100%; 
background-repeat: no-repeat; 
background-position: center center;
}
.esg-transition[data-transition="esg-linediagonal"]:after,
.esg-transition[data-transition="esg-linehorizontal"]:after,
.esg-transition[data-transition="esg-linevertical"]:after {transform: scale(0)}
.esg-hovered .esg-transition[data-transition^="esg-line"]:after {transform: scale(1)}
.esg-hovered .esg-transition[data-transition="esg-linediagonalout"]:after,
.esg-hovered .esg-transition[data-transition="esg-linehorizontalout"]:after,
.esg-hovered .esg-transition[data-transition="esg-lineverticalout"]:after {transform: scale(0)} .esg-transition[data-transition^="esg-spiral"]:after {
content: ""; 
position: absolute; 
top: 50%; 
left: 50%; 
width: 100%; 
height: 100%; 
box-sizing: border-box;
padding-bottom: 100%; 
background-size: contain; 
background-repeat: no-repeat; 
transform-origin: center;
transform: translate(-50%, -50%) rotate(0deg) scale(0);
}
.esg-transition[data-transition="esg-spiralzoomout"]:after {transform: translate(-50%, -50%) rotate(-300deg) scale(3)}
.esg-hovered .esg-transition[data-transition="esg-spiralzoom"]:after {transform: translate(-50%, -50%) rotate(-300deg) scale(3)}
.esg-hovered .esg-transition[data-transition="esg-spiralzoomout"]:after {transform: translate(-50%, -50%) rotate(0deg) scale(0)} .esg-transition[data-transition^="esg-circlezoom"]:before, 
.esg-transition[data-transition^="esg-circlezoom"]:after {
content: ""; 
position: absolute; 
width: 150%; 
height: 150%; 
padding-bottom: 150%;
top: 50%; 
left: 50%; 
transform: translate(-50%, -50%) scale(0, 0);
border-radius: 50%;
box-sizing: border-box;
}
.esg-transition[data-transition="esg-circlezoomout"]:before, 
.esg-transition[data-transition="esg-circlezoomout"]:after {transform: translate(-50%, -50%) scale(1, 1)}
.esg-hovered .esg-transition[data-transition="esg-circlezoom"]:before, 
.esg-hovered .esg-transition[data-transition="esg-circlezoom"]:after {transform: translate(-50%, -50%) scale(1, 1)}
.esg-hovered .esg-transition[data-transition="esg-circlezoomout"]:before, 
.esg-hovered .esg-transition[data-transition="esg-circlezoomout"]:after {transform: translate(-50%, -50%) scale(0, 0)}
.esg-transition[data-transition^="esg-line"]:before,
.esg-transition[data-transition^="esg-spiral"]:before {
content: ""; 
position: absolute; 
width: 100%; 
height: 100%; 
top: 0%; 
left: 0%;
opacity: 0;
}
.esg-transition[data-transition="esg-linediagonalout"]:before,
.esg-transition[data-transition="esg-linehorizontalout"]:before,
.esg-transition[data-transition="esg-lineverticalout"]:before,
.esg-transition[data-transition="esg-spiralzoomout"]:before {opacity: 1}
.esg-hovered .esg-transition[data-transition^="esg-line"]:before,
.esg-hovered .esg-transition[data-transition="esg-spiralzoom"]:before {opacity: 1}
.esg-hovered .esg-transition[data-transition="esg-linediagonalout"]:before,
.esg-hovered .esg-transition[data-transition="esg-linehorizontalout"]:before,
.esg-hovered .esg-transition[data-transition="esg-lineverticalout"]:before,
.esg-hovered .esg-transition[data-transition="esg-spiralzoomout"]:before {opacity: 0} .esg-overlay.esg-cover-blend-multiply {mix-blend-mode: multiply}
.esg-overlay.esg-cover-blend-screen {mix-blend-mode: screen}
.esg-overlay.esg-cover-blend-overlay {mix-blend-mode: overlay}
.esg-overlay.esg-cover-blend-darken {mix-blend-mode: darken}
.esg-overlay.esg-cover-blend-lighten {mix-blend-mode: lighten}
.esg-overlay.esg-cover-blend-color-dodge {mix-blend-mode: color-dodge}
.esg-overlay.esg-cover-blend-color-burn {mix-blend-mode: color-burn}
.esg-overlay.esg-cover-blend-hard-light {mix-blend-mode: hard-light}
.esg-overlay.esg-cover-blend-soft-light {mix-blend-mode: soft-light}
.esg-overlay.esg-cover-blend-difference {mix-blend-mode: difference}
.esg-overlay.esg-cover-blend-exclusion {mix-blend-mode: exclusion}
.esg-overlay.esg-cover-blend-hue {mix-blend-mode: hue}
.esg-overlay.esg-cover-blend-saturation {mix-blend-mode: saturation}
.esg-overlay.esg-cover-blend-color {mix-blend-mode: color}
.esg-overlay.esg-cover-blend-luminosity {mix-blend-mode: luminosity} .aden{-webkit-filter:hue-rotate(-20deg) contrast(.9) saturate(.85) brightness(1.2);filter:hue-rotate(-20deg) contrast(.9) saturate(.85) brightness(1.2)}.aden::after{background:-webkit-linear-gradient(left,rgba(66,10,14,.2),transparent);background:linear-gradient(to right,rgba(66,10,14,.2),transparent);mix-blend-mode:darken}.perpetua::after,.reyes::after{mix-blend-mode:soft-light;opacity:.5}.inkwell{-webkit-filter:sepia(.3) contrast(1.1) brightness(1.1) grayscale(1);filter:sepia(.3) contrast(1.1) brightness(1.1) grayscale(1)}.perpetua::after{background:-webkit-linear-gradient(top,#005b9a,#e6c13d);background:linear-gradient(to bottom,#005b9a,#e6c13d)}.reyes{-webkit-filter:sepia(.22) brightness(1.1) contrast(.85) saturate(.75);filter:sepia(.22) brightness(1.1) contrast(.85) saturate(.75)}.reyes::after{background:#efcdad}.gingham{-webkit-filter:brightness(1.05) hue-rotate(-10deg);filter:brightness(1.05) hue-rotate(-10deg)}.gingham::after{background:-webkit-linear-gradient(left,rgba(66,10,14,.2),transparent);background:linear-gradient(to right,rgba(66,10,14,.2),transparent);mix-blend-mode:darken}.toaster{-webkit-filter:contrast(1.5) brightness(.9);filter:contrast(1.5) brightness(.9)}.toaster::after{background:-webkit-radial-gradient(circle,#804e0f,#3b003b);background:radial-gradient(circle,#804e0f,#3b003b);mix-blend-mode:screen}.walden{-webkit-filter:brightness(1.1) hue-rotate(-10deg) sepia(.3) saturate(1.6);filter:brightness(1.1) hue-rotate(-10deg) sepia(.3) saturate(1.6)}.walden::after{background:#04c;mix-blend-mode:screen;opacity:.3}.hudson{-webkit-filter:brightness(1.2) contrast(.9) saturate(1.1);filter:brightness(1.2) contrast(.9) saturate(1.1)}.hudson::after{background:-webkit-radial-gradient(circle,#a6b1ff 50%,#342134);background:radial-gradient(circle,#a6b1ff 50%,#342134);mix-blend-mode:multiply;opacity:.5}.earlybird{-webkit-filter:contrast(.9) sepia(.2);filter:contrast(.9) sepia(.2)}.earlybird::after{background:-webkit-radial-gradient(circle,#d0ba8e 20%,#360309 85%,#1d0210 100%);background:radial-gradient(circle,#d0ba8e 20%,#360309 85%,#1d0210 100%);mix-blend-mode:overlay}.mayfair{-webkit-filter:contrast(1.1) saturate(1.1);filter:contrast(1.1) saturate(1.1)}.mayfair::after{background:-webkit-radial-gradient(40% 40%,circle,rgba(255,255,255,.8),rgba(255,200,200,.6),#111 60%);background:radial-gradient(circle at 40% 40%,rgba(255,255,255,.8),rgba(255,200,200,.6),#111 60%);mix-blend-mode:overlay;opacity:.4}.lofi{-webkit-filter:saturate(1.1) contrast(1.5);filter:saturate(1.1) contrast(1.5)}.lofi::after{background:-webkit-radial-gradient(circle,transparent 70%,#222 150%);background:radial-gradient(circle,transparent 70%,#222 150%);mix-blend-mode:multiply}._1977{-webkit-filter:contrast(1.1) brightness(1.1) saturate(1.3);filter:contrast(1.1) brightness(1.1) saturate(1.3)}._1977:after{background:rgba(243,106,188,.3);mix-blend-mode:screen}.brooklyn{-webkit-filter:contrast(.9) brightness(1.1);filter:contrast(.9) brightness(1.1)}.brooklyn::after{background:-webkit-radial-gradient(circle,rgba(168,223,193,.4) 70%,#c4b7c8);background:radial-gradient(circle,rgba(168,223,193,.4) 70%,#c4b7c8);mix-blend-mode:overlay}.xpro2{-webkit-filter:sepia(.3);filter:sepia(.3)}.xpro2::after{background:-webkit-radial-gradient(circle,#e6e7e0 40%,rgba(43,42,161,.6) 110%);background:radial-gradient(circle,#e6e7e0 40%,rgba(43,42,161,.6) 110%);mix-blend-mode:color-burn}.nashville{-webkit-filter:sepia(.2) contrast(1.2) brightness(1.05) saturate(1.2);filter:sepia(.2) contrast(1.2) brightness(1.05) saturate(1.2)}.nashville::after{background:rgba(0,70,150,.4);mix-blend-mode:lighten}.nashville::before{background:rgba(247,176,153,.56);mix-blend-mode:darken}.lark{-webkit-filter:contrast(.9);filter:contrast(.9)}.lark::after{background:rgba(242,242,242,.8);mix-blend-mode:darken}.lark::before{background:#22253f;mix-blend-mode:color-dodge}.moon{-webkit-filter:grayscale(1) contrast(1.1) brightness(1.1);filter:grayscale(1) contrast(1.1) brightness(1.1)}.moon::before{background:#a0a0a0;mix-blend-mode:soft-light}.moon::after{background:#383838;mix-blend-mode:lighten}.clarendon{-webkit-filter:contrast(1.2) saturate(1.35);filter:contrast(1.2) saturate(1.35)}.clarendon:before{background:rgba(127,187,227,.2);mix-blend-mode:overlay}.willow{-webkit-filter:grayscale(.5) contrast(.95) brightness(.9);filter:grayscale(.5) contrast(.95) brightness(.9)}.willow::before{background-color:radial-gradient(40%,circle,#d4a9af 55%,#000 150%);mix-blend-mode:overlay}.willow::after{background-color:#d8cdcb;mix-blend-mode:color}.rise{-webkit-filter:brightness(1.05) sepia(.2) contrast(.9) saturate(.9);filter:brightness(1.05) sepia(.2) contrast(.9) saturate(.9)}.rise::after{background:-webkit-radial-gradient(circle,rgba(232,197,152,.8),transparent 90%);background:radial-gradient(circle,rgba(232,197,152,.8),transparent 90%);mix-blend-mode:overlay;opacity:.6}.rise::before{background:-webkit-radial-gradient(circle,rgba(236,205,169,.15) 55%,rgba(50,30,7,.4));background:radial-gradient(circle,rgba(236,205,169,.15) 55%,rgba(50,30,7,.4));mix-blend-mode:multiply}._1977:after,._1977:before,.aden:after,.aden:before,.brooklyn:after,.brooklyn:before,.clarendon:after,.clarendon:before,.earlybird:after,.earlybird:before,.gingham:after,.gingham:before,.hudson:after,.hudson:before,.inkwell:after,.inkwell:before,.lark:after,.lark:before,.lofi:after,.lofi:before,.mayfair:after,.mayfair:before,.moon:after,.moon:before,.nashville:after,.nashville:before,.perpetua:after,.perpetua:before,.reyes:after,.reyes:before,.rise:after,.rise:before,.slumber:after,.slumber:before,.toaster:after,.toaster:before,.walden:after,.walden:before,.willow:after,.willow:before,.xpro2:after,.xpro2:before{content:'';display:block;height:100%;width:100%;top:0;left:0;position:absolute;pointer-events:none}._1977,.aden,.brooklyn,.clarendon,.earlybird,.gingham,.hudson,.inkwell,.lark,.lofi,.mayfair,.moon,.nashville,.perpetua,.reyes,.rise,.slumber,.toaster,.walden,.willow,.xpro2{position:relative}._1977 img,.aden img,.brooklyn img,.clarendon img,.earlybird img,.gingham img,.hudson img,.inkwell img,.lark img,.lofi img,.mayfair img,.moon img,.nashville img,.perpetua img,.reyes img,.rise img,.slumber img,.toaster img,.walden img,.willow img,.xpro2 img{width:100%;z-index:1}._1977:before,.aden:before,.brooklyn:before,.clarendon:before,.earlybird:before,.gingham:before,.hudson:before,.inkwell:before,.lark:before,.lofi:before,.mayfair:before,.moon:before,.nashville:before,.perpetua:before,.reyes:before,.rise:before,.slumber:before,.toaster:before,.walden:before,.willow:before,.xpro2:before{z-index:2}._1977:after,.aden:after,.brooklyn:after,.clarendon:after,.earlybird:after,.gingham:after,.hudson:after,.inkwell:after,.lark:after,.lofi:after,.mayfair:after,.moon:after,.nashville:after,.perpetua:after,.reyes:after,.rise:after,.slumber:after,.toaster:after,.walden:after,.willow:after,.xpro2:after{z-index:3}.slumber{-webkit-filter:saturate(.66) brightness(1.05);filter:saturate(.66) brightness(1.05)}.slumber::after{background:rgba(125,105,24,.5);mix-blend-mode:soft-light}.slumber::before{background:rgba(69,41,12,.4);mix-blend-mode:lighten} .source_type_stream .esg-filter-wrapper,
.source_type_nextgen .esg-filter-wrapper,
.source_type_rml .esg-filter-wrapper { display:none!important; } [class*=" pe-7s-"]:before{font-family:'Pe-icon-7-stroke'}@font-face {
font-family: 'eg-font';
src: url(//koreabrands.com/wp-content/plugins/essential-grid/public/assets/font/fontello/fonts/egfont.eot?85610117);
src: url(//koreabrands.com/wp-content/plugins/essential-grid/public/assets/font/fontello/fonts/egfont.eot?85610117#iefix) format('embedded-opentype'),
url(//koreabrands.com/wp-content/plugins/essential-grid/public/assets/font/fontello/fonts/egfont.woff?85610117) format('woff'),
url(//koreabrands.com/wp-content/plugins/essential-grid/public/assets/font/fontello/fonts/egfont.ttf?85610117) format('truetype'),
url(//koreabrands.com/wp-content/plugins/essential-grid/public/assets/font/fontello/fonts/egfont.svg?85610117#egfont) format('svg');
font-weight: normal;
font-style: normal;
}
.eg-icon-soundcloud:before { content: '\e8ca'; } .eg-icon-music:before { content: '\e858'; } .eg-icon-color-adjust:before { content: '\e862'; } .eg-icon-mail:before { content: '\e868'; } .eg-icon-mail-alt:before { content: '\e869'; } .eg-icon-heart:before { content: '\e86a'; } .eg-icon-heart-empty:before { content: '\e86b'; } .eg-icon-star:before { content: '\e86c'; } .eg-icon-star-empty:before { content: '\e86d'; } .eg-icon-user:before { content: '\e879'; } .eg-icon-male:before { content: '\e87a'; } .eg-icon-female:before { content: '\e87b'; } .eg-icon-video:before { content: '\e805'; } .eg-icon-videocam:before { content: '\e859'; } .eg-icon-picture-1:before { content: '\e803'; } .eg-icon-camera:before { content: '\e85a'; } .eg-icon-camera-alt:before { content: '\e85b'; } .eg-icon-th-large:before { content: '\e83c'; } .eg-icon-th:before { content: '\e83d'; } .eg-icon-ok:before { content: '\e80d'; } .eg-icon-ok-circled2:before { content: '\e877'; } .eg-icon-ok-squared:before { content: '\e878'; } .eg-icon-cancel:before { content: '\e80a'; } .eg-icon-plus:before { content: '\e86e'; } .eg-icon-plus-circled:before { content: '\e876'; } .eg-icon-plus-squared:before { content: '\e875'; } .eg-icon-minus:before { content: '\e86f'; } .eg-icon-minus-circled:before { content: '\e870'; } .eg-icon-minus-squared:before { content: '\e871'; } .eg-icon-minus-squared-alt:before { content: '\e872'; } .eg-icon-info-circled:before { content: '\e80f'; } .eg-icon-info:before { content: '\e844'; } .eg-icon-home:before { content: '\e843'; } .eg-icon-link:before { content: '\e80e'; } .eg-icon-unlink:before { content: '\e83f'; } .eg-icon-link-ext:before { content: '\e840'; } .eg-icon-lock:before { content: '\e856'; } .eg-icon-lock-open:before { content: '\e857'; } .eg-icon-eye:before { content: '\e841'; } .eg-icon-eye-off:before { content: '\e842'; } .eg-icon-tag:before { content: '\e85c'; } .eg-icon-thumbs-up:before { content: '\e887'; } .eg-icon-thumbs-up-alt:before { content: '\e888'; } .eg-icon-download:before { content: '\e88a'; } .eg-icon-upload:before { content: '\e889'; } .eg-icon-reply:before { content: '\e8a6'; } .eg-icon-forward:before { content: '\e874'; } .eg-icon-export-1:before { content: '\e873'; } .eg-icon-print:before { content: '\e886'; } .eg-icon-gamepad:before { content: '\e837'; } .eg-icon-trash:before { content: '\e801'; } .eg-icon-doc-text:before { content: '\e885'; } .eg-icon-doc-inv:before { content: '\e884'; } .eg-icon-folder-1:before { content: '\e83e'; } .eg-icon-folder-open:before { content: '\e883'; } .eg-icon-folder-open-empty:before { content: '\e882'; } .eg-icon-rss:before { content: '\e880'; } .eg-icon-rss-squared:before { content: '\e881'; } .eg-icon-phone:before { content: '\e87f'; } .eg-icon-menu:before { content: '\e830'; } .eg-icon-cog-alt:before { content: '\e847'; } .eg-icon-wrench:before { content: '\e848'; } .eg-icon-basket-1:before { content: '\e87c'; } .eg-icon-calendar:before { content: '\e87d'; } .eg-icon-calendar-empty:before { content: '\e87e'; } .eg-icon-lightbulb:before { content: '\e88b'; } .eg-icon-resize-full-alt:before { content: '\e845'; } .eg-icon-move:before { content: '\e846'; } .eg-icon-down-dir:before { content: '\e838'; } .eg-icon-up-dir:before { content: '\e839'; } .eg-icon-left-dir:before { content: '\e817'; } .eg-icon-right-dir:before { content: '\e818'; } .eg-icon-down-open:before { content: '\e83b'; } .eg-icon-left-open:before { content: '\e819'; } .eg-icon-right-open:before { content: '\e81a'; } .eg-icon-angle-left:before { content: '\e820'; } .eg-icon-angle-right:before { content: '\e81d'; } .eg-icon-angle-double-left:before { content: '\e892'; } .eg-icon-angle-double-right:before { content: '\e893'; } .eg-icon-left-big:before { content: '\e81f'; } .eg-icon-right-big:before { content: '\e81e'; } .eg-icon-up-hand:before { content: '\e835'; } .eg-icon-ccw-1:before { content: '\e891'; } .eg-icon-shuffle-1:before { content: '\e849'; } .eg-icon-play:before { content: '\e88c'; } .eg-icon-play-circled:before { content: '\e88e'; } .eg-icon-stop:before { content: '\e88f'; } .eg-icon-pause:before { content: '\e88d'; } .eg-icon-fast-fw:before { content: '\e890'; } .eg-icon-desktop:before { content: '\e85d'; } .eg-icon-laptop:before { content: '\e85e'; } .eg-icon-tablet:before { content: '\e85f'; } .eg-icon-mobile:before { content: '\e860'; } .eg-icon-flight:before { content: '\e894'; } .eg-icon-font:before { content: '\e851'; } .eg-icon-bold:before { content: '\e852'; } .eg-icon-italic:before { content: '\e855'; } .eg-icon-text-height:before { content: '\e84f'; } .eg-icon-text-width:before { content: '\e850'; } .eg-icon-align-left:before { content: '\e84c'; } .eg-icon-align-center:before { content: '\e84d'; } .eg-icon-align-right:before { content: '\e84e'; } .eg-icon-search:before { content: '\e802'; } .eg-icon-indent-left:before { content: '\e866'; } .eg-icon-indent-right:before { content: '\e867'; } .eg-icon-ajust:before { content: '\e84a'; } .eg-icon-tint:before { content: '\e84b'; } .eg-icon-chart-bar:before { content: '\e853'; } .eg-icon-magic:before { content: '\e807'; } .eg-icon-sort:before { content: '\e895'; } .eg-icon-sort-alt-up:before { content: '\e863'; } .eg-icon-sort-alt-down:before { content: '\e864'; } .eg-icon-sort-name-up:before { content: '\e854'; } .eg-icon-sort-name-down:before { content: '\e865'; } .eg-icon-coffee:before { content: '\e896'; } .eg-icon-food:before { content: '\e897'; } .eg-icon-medkit:before { content: '\e898'; } .eg-icon-puzzle:before { content: '\e899'; } .eg-icon-apple:before { content: '\e89a'; } .eg-icon-facebook:before { content: '\e89b'; } .eg-icon-gplus:before { content: '\e89c'; } .eg-icon-tumblr:before { content: '\e8a0'; } .eg-icon-twitter-squared:before { content: '\e8a2'; } .eg-icon-twitter:before { content: '\e8a1'; } .eg-icon-vimeo-squared:before { content: '\e89d'; } .eg-icon-youtube:before { content: '\e89f'; } .eg-icon-youtube-squared:before { content: '\e89e'; } .eg-icon-picture:before { content: '\e800'; } .eg-icon-check:before { content: '\e810'; } .eg-icon-back:before { content: '\e8a5'; } .eg-icon-thumbs-up-1:before { content: '\e8a9'; } .eg-icon-thumbs-down:before { content: '\e8aa'; } .eg-icon-download-1:before { content: '\e8ab'; } .eg-icon-upload-1:before { content: '\e8ac'; } .eg-icon-reply-1:before { content: '\e8a8'; } .eg-icon-forward-1:before { content: '\e8a7'; } .eg-icon-export:before { content: '\e80b'; } .eg-icon-folder:before { content: '\e813'; } .eg-icon-rss-1:before { content: '\e8c8'; } .eg-icon-cog:before { content: '\e832'; } .eg-icon-tools:before { content: '\e815'; } .eg-icon-basket:before { content: '\e812'; } .eg-icon-login:before { content: '\e833'; } .eg-icon-logout:before { content: '\e834'; } .eg-icon-resize-full:before { content: '\e816'; } .eg-icon-popup:before { content: '\e828'; } .eg-icon-arrow-combo:before { content: '\e827'; } .eg-icon-left-open-1:before { content: '\e82a'; } .eg-icon-right-open-1:before { content: '\e82b'; } .eg-icon-left-open-mini:before { content: '\e822'; } .eg-icon-right-open-mini:before { content: '\e823'; } .eg-icon-left-open-big:before { content: '\e824'; } .eg-icon-right-open-big:before { content: '\e825'; } .eg-icon-left:before { content: '\e836'; } .eg-icon-right:before { content: '\e826'; } .eg-icon-ccw:before { content: '\e808'; } .eg-icon-cw:before { content: '\e8c9'; } .eg-icon-arrows-ccw:before { content: '\e806'; } .eg-icon-level-down:before { content: '\e8a3'; } .eg-icon-level-up:before { content: '\e8a4'; } .eg-icon-shuffle:before { content: '\e814'; } .eg-icon-palette:before { content: '\e829'; } .eg-icon-list-add:before { content: '\e80c'; } .eg-icon-back-in-time:before { content: '\e821'; } .eg-icon-monitor:before { content: '\e81b'; } .eg-icon-paper-plane:before { content: '\e8ad'; } .eg-icon-brush:before { content: '\e8ae'; } .eg-icon-droplet:before { content: '\e81c'; } .eg-icon-clipboard:before { content: '\e8b0'; } .eg-icon-megaphone:before { content: '\e8b1'; } .eg-icon-key:before { content: '\e8af'; } .eg-icon-github:before { content: '\e8b3'; } .eg-icon-github-circled:before { content: '\e8b4'; } .eg-icon-flickr:before { content: '\e8b2'; } .eg-icon-flickr-circled:before { content: '\e8b5'; } .eg-icon-vimeo:before { content: '\e8b6'; } .eg-icon-vimeo-circled:before { content: '\e8b7'; } .eg-icon-twitter-1:before { content: '\e8b8'; } .eg-icon-twitter-circled:before { content: '\e8b9'; } .eg-icon-facebook-1:before { content: '\e8ba'; } .eg-icon-facebook-circled:before { content: '\e8bb'; } .eg-icon-facebook-squared:before { content: '\e8bc'; } .eg-icon-gplus-1:before { content: '\e8bd'; } .eg-icon-gplus-circled:before { content: '\e8be'; } .eg-icon-pinterest:before { content: '\e8bf'; } .eg-icon-pinterest-circled:before { content: '\e8c0'; } .eg-icon-tumblr-1:before { content: '\e8c1'; } .eg-icon-tumblr-circled:before { content: '\e8c2'; } .eg-icon-linkedin:before { content: '\e8c3'; } .eg-icon-linkedin-circled:before { content: '\e8c4'; } .eg-icon-dribbble:before { content: '\e8c5'; } .eg-icon-dribbble-circled:before { content: '\e8c6'; } .eg-icon-picasa:before { content: '\e8c7'; } .eg-icon-ok-1:before { content: '\e811'; } .eg-icon-doc:before { content: '\e809'; } .eg-icon-left-open-outline:before { content: '\e82e'; } .eg-icon-left-open-2:before { content: '\e82c'; } .eg-icon-right-open-outline:before { content: '\e82f'; } .eg-icon-right-open-2:before { content: '\e82d'; } .eg-icon-equalizer:before { content: '\e83a'; } .eg-icon-layers-alt:before { content: '\e804'; } .eg-icon-pencil-1:before { content: '\e831'; } .eg-icon-align-justify:before { content: '\e861'; } .eg-icon-wistia:before { content: '\e89f'; } .eg-icon-wistia-squared:before { content: '\e89e'; }.mmqw_shipping .extra-flate-tool-tip,
.mmqwm_shipping .forceall-tooltip {
display: inline;
position: relative;
} .mmqw_shipping [data-tooltip] {
position: relative;
z-index: 2;
cursor: pointer;
} .mmqw_shipping [data-tooltip]:before,
.mmqw_shipping [data-tooltip]:after {
visibility: hidden;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
opacity: 0;
pointer-events: none;
} .mmqw_shipping [data-tooltip]:before {
position: absolute;
bottom: 150%;
left: 50%;
margin-bottom: 5px;
margin-left: -80px;
padding: 7px;
width: 300px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
background-color: #000;
background-color: hsla(0, 0%, 20%, 0.9);
color: #fff;
content: attr(data-tooltip);
text-align: center;
font-size: 14px;
line-height: 1.2;
} .mmqw_shipping [data-tooltip]:after {
position: absolute;
bottom: 150%;
left: 50%;
margin-left: -5px;
width: 0;
border-top: 5px solid #000;
border-top: 5px solid hsla(0, 0%, 20%, 0.9);
border-right: 5px solid transparent;
border-left: 5px solid transparent;
content: " ";
font-size: 0;
line-height: 0;
} .mmqw_shipping [data-tooltip]:hover:before,
.mmqw_shipping [data-tooltip]:hover:after {
visibility: visible;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
opacity: 1;
}
.mmqw_shipping .extra-flate-tool-tip,
.mmqwm_shipping .forceall-tooltip {
display: inline-block !important;
float: left;
margin-right: 7px;
}
.forceall_shipping_method {
display: none;
}
#shipping_method li label {
font-weight: 400;
}
.mmqw_shipping .forceall-tooltip {
position: relative;
display: inline-block;
border-bottom: 1px dotted black;
}
.mmqw_shipping .forceall-tooltip .tooltiptext {
visibility: hidden;
position: absolute;
bottom: 150%;
left: 50%;
margin-bottom: 5px;
margin-left: -80px;
padding: 7px;
width: 300px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
background-color: #000;
background-color: hsla(0, 0%, 20%, 0.9);
color: #fff;
content: attr(data-tooltip);
text-align: center;
font-size: 14px;
line-height: 1.2;
}
.mmqw_shipping .forceall-tooltip:hover .tooltiptext {
visibility: visible;
}
.single-product form.cart .quantity.hidden {
display: block;
width: 100%;
padding: 20px 0 20px;
}
.mmqw-display-rules {
padding-top: 20px;
}
.checkout-rules-table {
width: 100%;
border-collapse: collapse;
margin-bottom: 20px;
font-family: Arial, sans-serif;
}
.checkout-rules-table th,
.checkout-rules-table td {
border: 1px solid #ddd;
padding: 8px;
text-align: left;
}
.checkout-rules-table th {
background-color: #f4f4f4;
font-weight: bold;
}
.checkout-rules-table tr:nth-child(even) {
background-color: #f9f9f9;
}
.checkout-rules-table tr:hover {
background-color: #f1f1f1;
} .checkout-rules-table td[colspan="2"] {
text-align: left;
}
.quantity .select2-container .select2-selection {
min-height: 44px !important;
}
.quantity .select2-selection__rendered,
.quantity .select2-selection__arrow {
height: 44px !important;
line-height: 44px !important;
padding: 0px 15px !important;
}
.quantity-select {
padding: 10px;
}
ul.cart-display-rules {
margin: 0 0 0 20px;
}.blocker{position:fixed;top:0;right:0;bottom:0;left:0;width:100%;height:100%;overflow:auto;z-index:1;padding:20px;box-sizing:border-box;background-color:#000;background-color:rgba(0,0,0,0.75);text-align:center}.blocker:before{content:"";display:inline-block;height:100%;vertical-align:middle;margin-right:-0.05em}.blocker.behind{background-color:transparent}.modal{display:none;vertical-align:middle;position:relative;z-index:2;max-width:500px;box-sizing:border-box;width:90%;background:#fff;padding:15px 30px;-webkit-border-radius:8px;-moz-border-radius:8px;-o-border-radius:8px;-ms-border-radius:8px;border-radius:8px;-webkit-box-shadow:0 0 10px #000;-moz-box-shadow:0 0 10px #000;-o-box-shadow:0 0 10px #000;-ms-box-shadow:0 0 10px #000;box-shadow:0 0 10px #000;text-align:left}.modal a.close-modal{position:absolute;top:-12.5px;right:-12.5px;display:block;width:30px;height:30px;text-indent:-9999px;background-size:contain;background-repeat:no-repeat;background-position:center center;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAAXNSR0IArs4c6QAAA3hJREFUaAXlm8+K00Acx7MiCIJH/yw+gA9g25O49SL4AO3Bp1jw5NvktC+wF88qevK4BU97EmzxUBCEolK/n5gp3W6TTJPfpNPNF37MNsl85/vN/DaTmU6PknC4K+pniqeKJ3k8UnkvDxXJzzy+q/yaxxeVHxW/FNHjgRSeKt4rFoplzaAuHHDBGR2eS9G54reirsmienDCTRt7xwsp+KAoEmt9nLaGitZxrBbPFNaGfPloGw2t4JVamSt8xYW6Dg1oCYo3Yv+rCGViV160oMkcd8SYKnYV1Nb1aEOjCe6L5ZOiLfF120EjWhuBu3YIZt1NQmujnk5F4MgOpURzLfAwOBSTmzp3fpDxuI/pabxpqOoz2r2HLAb0GMbZKlNV5/Hg9XJypguryA7lPF5KMdTZQzHjqxNPhWhzIuAruOl1eNqKEx1tSh5rfbxdw7mOxCq4qS68ZTjKS1YVvilu559vWvFHhh4rZrdyZ69Vmpgdj8fJbDZLJpNJ0uv1cnr/gjrUhQMuI+ANjyuwftQ0bbL6Erp0mM/ny8Fg4M3LtdRxgMtKl3jwmIHVxYXChFy94/Rmpa/pTbNUhstKV+4Rr8lLQ9KlUvJKLyG8yvQ2s9SBy1Jb7jV5a0yapfF6apaZLjLLcWtd4sNrmJUMHyM+1xibTjH82Zh01TNlhsrOhdKTe00uAzZQmN6+KW+sDa/JD2PSVQ873m29yf+1Q9VDzfEYlHi1G5LKBBWZbtEsHbFwb1oYDwr1ZiF/2bnCSg1OBE/pfr9/bWx26UxJL3ONPISOLKUvQza0LZUxSKyjpdTGa/vDEr25rddbMM0Q3O6Lx3rqFvU+x6UrRKQY7tyrZecmD9FODy8uLizTmilwNj0kraNcAJhOp5aGVwsAGD5VmJBrWWbJSgWT9zrzWepQF47RaGSiKfeGx6Szi3gzmX/HHbihwBser4B9UJYpFBNX4R6vTn3VQnez0SymnrHQMsRYGTr1dSk34ljRqS/EMd2pLQ8YBp3a1PLfcqCpo8gtHkZFHKkTX6fs3MY0blKnth66rKCnU0VRGu37ONrQaA4eZDFtWAu2fXj9zjFkxTBOo8F7t926gTp/83Kyzzcy2kZD6xiqxTYnHLRFm3vHiRSwNSjkz3hoIzo8lCKWUlg/YtGs7tObunDAZfpDLbfEI15zsEIY3U/x/gHHc/G1zltnAgAAAABJRU5ErkJggg==)}.modal-spinner{display:none;position:fixed;top:50%;left:50%;transform:translateY(-50%) translateX(-50%);padding:12px 16px;border-radius:5px;background-color:#111;height:20px}.modal-spinner>div{border-radius:100px;background-color:#fff;height:20px;width:2px;margin:0 1px;display:inline-block;-webkit-animation:sk-stretchdelay 1.2s infinite ease-in-out;animation:sk-stretchdelay 1.2s infinite ease-in-out}.modal-spinner .rect2{-webkit-animation-delay:-1.1s;animation-delay:-1.1s}.modal-spinner .rect3{-webkit-animation-delay:-1.0s;animation-delay:-1.0s}.modal-spinner .rect4{-webkit-animation-delay:-0.9s;animation-delay:-0.9s}@-webkit-keyframes sk-stretchdelay{0%,40%,100%{-webkit-transform:scaleY(0.5)}20%{-webkit-transform:scaleY(1.0)}}@keyframes sk-stretchdelay{0%,40%,100%{transform:scaleY(0.5);-webkit-transform:scaleY(0.5)}20%{transform:scaleY(1.0);-webkit-transform:scaleY(1.0)}}.input-text {
border: 1px solid #ddd;
background-color: #fff;
font-size: 16px;
padding: 6px 6px 5px;
}
select.input-text {
height: 38px;
}
.seed-confirm-form * {
box-sizing: border-box;
line-height: 1.6;
}
.seed-confirm-form .sc-row {
clear: both;
}
.seed-confirm-form .sc-col,
.seed-confirm-form textarea {
margin-bottom: 15px;
}
.seed-confirm-form .seed-confirm-slip {
margin-bottom: 15px;
}
.seed-confirm-form .seed-confirm-email-group {
margin-bottom: 15px;
}
.seed-confirm-message {
max-width: 840px;
margin: 0 auto 1.5em;
text-align: center;
border-radius: 5px;
background-color: #57ad68;
color: #fff;
padding: 10px 30px;
font-weight: bold;
}
.seed-confirm-message.error {
background-color: #e56a6a;
}
.seed-confirm-message a {
color: #fff;
text-decoration: underline;
font-weight: bold;
}
.seed-confirm-form {
max-width: 840px;
margin: 0 auto 30px;
}
.seed-confirm-form .btn-primary {
margin-top: 10px;
}
.seed-confirm-form .input-text {
width: 100%;
}
.seed-confirm-form .help-block {
margin-top: 5px;
font-size: 0.875em;
}
.seed-confirm-form .help-block.form-error {
color: #c00;
}
.seed-confirm-form .required.-invalid {
border: 1px solid #c00;
}
.seed-confirm-form .input-text.hasDatepicker {
background-image: url(//koreabrands.com/wp-content/plugins/seed-confirm-pro/img/calendar.png);
background-position: right center;
background-repeat: no-repeat;
background-size: 30px auto;
}
.seed-confirm-form .form-check {
margin-bottom: 10px;
clear: both;
}
.seed-confirm-form label {
display: block;
font-weight: normal;
}
.scf-bank {
margin-bottom: 1.5em;
width: auto;
border-collapse: collapse;
border: none;
border-top: 1px solid #ddd;
}
.scf-bank td {
border: none;
border-bottom: 1px solid #ddd;
padding: 12px;
}
.scf-bank .scf-bank-logo {
text-align: center;
padding-left: 0;
}
.scf-bank-logo img {
border-radius: 5px;
}
.scf-bank-info > h4 {
margin: 0 0 4px;
}
.scf-bank-account-name {
display: block;
}
.wc-bacs-bank-details-heading,
.wc-bacs-bank-details,
body.woocommerce-order-received .seed_confirm_order_meta {
display: none;
}
.seed-confirm-bank-info {
margin-bottom: 18px;
}
.seed-confirm-check-wrap {
float: left;
}
.seed-confirm-check-wrap.-logo {
padding-top: 10px;
}
.seed-confirm-bank-info .form-check-label {
cursor: pointer;
clear: both;
}
.seed-confirm-bank-info .form-check-label:after {
content: "";
display: block;
clear: both;
}
.seed-confirm-bank-info .form-check-input {
margin-top: 7px;
margin-right: 5px;
vertical-align: top;
}
.seed-confirm-bank-info-logo {
display: inline-block;
}
.seed-confirm-bank-info-logo img {
width: 32px;
margin-right: 15px;
border-radius: 5px;
vertical-align: middle;
}
.seed-confirm-bank-info-bank,
.seed-confirm-bank-info-account-number,
.seed-confirm-bank-info-account-name {
display: block;
}
.seed-confirm-time .input-text {
display: inline-block;
width: auto;
vertical-align: middle;
min-width: 64px;
margin-right: 8px;
height: 38px;
}
.seed-confirm-slip input {
border-radius: 4px;
line-height: 1em;
font-size: 0.9em;
}
td.woocommerce-orders-table__cell-order-actions a.button {
margin: 3px;
}
td.woocommerce-orders-table__cell-order-actions {
width: 1%;
white-space: nowrap;
} .ui-datepicker {
background-color: #fff;
border: 1px solid #ccc;
border-radius: 4px;
display: none;
margin-top: 4px;
padding: 10px;
width: 240px;
}
.ui-datepicker a,
.ui-datepicker a:hover {
text-decoration: none;
}
.ui-datepicker a:hover,
.ui-datepicker td:hover a {
color: #111;
transition: color 0.1s ease-in-out;
}
.ui-datepicker .ui-datepicker-header {
margin-bottom: 4px;
text-align: center;
}
.ui-datepicker .ui-datepicker-title {
font-weight: 700;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
cursor: pointer;
font-style: normal;
font-weight: normal;
height: 20px;
line-height: 1;
margin-top: 1px;
width: 30px;
font-size: 22px;
font-family: "Helvetica Neue", Helvetica, sans-serif;
}
.ui-datepicker .ui-datepicker-prev {
float: left;
text-align: left;
}
.ui-datepicker .ui-datepicker-next {
float: right;
text-align: right;
}
.ui-datepicker .ui-datepicker-prev:before {
content: "\2190";
font-family: sans-serif;
}
.ui-datepicker .ui-datepicker-next:before {
content: "\2192";
font-family: sans-serif;
}
.ui-datepicker .ui-state-disabled {
color: #999;
}
.ui-datepicker .ui-icon {
display: none;
}
.ui-datepicker .ui-datepicker-calendar {
table-layout: fixed;
width: 100%;
}
.ui-datepicker .ui-datepicker-calendar th,
.ui-datepicker .ui-datepicker-calendar td {
text-align: center;
padding: 4px 0;
}
.ui-datepicker .ui-datepicker-calendar td {
border-radius: 3px;
transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out;
}
.ui-datepicker .ui-datepicker-calendar td:hover {
background-color: #eee;
cursor: pointer;
}
.ui-datepicker .ui-datepicker-calendar td a {
text-decoration: none;
}
.ui-datepicker .ui-datepicker-current-day {
background-color: #4289cc;
}
.ui-datepicker .ui-datepicker-current-day a {
color: #fff;
}
.ui-datepicker .ui-datepicker-calendar .ui-datepicker-unselectable:hover {
background-color: #fff;
cursor: default;
}
.ui-datepicker .ui-datepicker-unselectable {
color: #999;
}
#seed-promptpay-qr {
border: 1px solid #003d6a;
padding: 20px;
border-radius: 4px;
margin-bottom: 1.5em;
}
#seed-promptpay-qr .seed-promptpay-qr-title {
display: none;
}
#seed-promptpay-qr .seed-promptpay-qr-qrcode {
float: left;
margin-right: 20px;
}
#seed-promptpay-qr .seed-promptpay-qr-qrcode > img {
max-width: 150px;
}
#seed-promptpay-qr .seed-promptpay-qr-detail {
overflow: hidden;
}
#seed-promptpay-qr .seed-promptpay-qr-detail > p {
margin: 0 0 2px;
}
#seed-promptpay-qr .seed-promptpay-qr-logo {
width: 135px;
margin: 0 0 2.5px;
display: inline-block;
}
#seed-promptpay-qr .seed-promptpay-qr-detail .seed-promptpay-qr-detail-title {
font-size: 18px;
margin: 0 0 10px;
}
.clearfix::after {
display: block;
content: "";
clear: both;
} .jquery-modal.blocker {
padding-left: 0;
padding-right: 0;
}
#seed-confirm-slip-modal {
padding: 20px;
border-radius: 3px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.seed-confirm-slip-modal-header {
padding: 20px;
background-color: #bbb;
color: #fff;
margin: -20px -20px 20px;
text-align: center;
}
.seed-confirm-slip-modal-header-title {
margin: 0;
color: #fff;
}
.seed-confirm-slip-form {
margin-bottom: 0;
}
#seed-confirm-slip-label {
display: block;
width: 100%;
background-color: #fafafa;
display: flex;
-webkit-flex-direction: column;
-moz-flex-direction: column;
-ms-flex-direction: column;
-o-flex-dection: column;
flex-direction: column;
-ms-align-items: center;
align-items: center;
justify-content: center;
padding: 20px;
text-align: center;
border-radius: 6px;
margin-bottom: 10px;
}
#seed-confirm-slip-label > img.upload-icon {
max-width: 70px;
margin-bottom: 20px;
cursor: pointer;
}
.seed-confirm-slip-title {
cursor: pointer;
margin-bottom: 10px;
}
.seed-confirm-slip-help {
font-size: 14px;
color: #999;
}
.seed-confirm-slip-upload-link {
margin-top: 10px;
border-bottom: 1px dashed #e8e8e8;
display: inline-block;
outline: none;
}
.seed-confirm-slip-upload-link:hover {
border-bottom-color: #ddd;
}
.seed-confirm-slip-file-selected-box {
display: none;
width: 100%;
padding: 2px 5px;
background-color: #fff;
border-radius: 20px;
margin-top: 12px;
border: 1px solid #efefef;
font-size: 14px;
}
#seed-confirm-slip-label .seed-confirm-slip-upload-button {
margin-top: 16px;
}
.seed-confirm-slip-form button[type="submit"] {
display: block;
width: 100%;
}
.seed-confirm-upload-success {
text-align: center;
display: none;
}
.seed-confirm-upload-success-icon {
position: relative;
width: 100px;
height: 100px;
text-align: center;
background-color: #fff;
border-radius: 100%;
margin: 0 auto;
border: 4px solid rgba(165, 220, 134, 0.3);
margin-bottom: 10px;
opacity: 0;
-webkit-transform: translateY(30%);
-ms-transform: translateY(30%);
-o-transform: translateY(30%);
transform: translateY(30%);
-webkit-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.seed-confirm-upload-success-icon.active {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
transform: translateY(0);
}
.seed-confirm-upload-success-icon > img {
width: 50px;
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.seed-confirm-upload-success-title {
margin-bottom: 10px;
}
#seed-confirm-slip-modal-success-loading {
position: absolute;
} .seed-confirm-slip-modal-loading {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(255, 255, 255, 0.7);
display: none;
}
.seed-confirm-upload-success-message {
font-size: 16px;
}
.seed-confirm-upload-success-close {
margin-top: 15px;
display: inline-block;
}
.seed-confirm-slip-modal-loading > .sk-fading-circle {
width: 40px;
height: 40px;
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.seed-confirm-slip-modal-loading > .sk-fading-circle .sk-circle {
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
}
.seed-confirm-slip-modal-loading > .sk-fading-circle .sk-circle:before {
content: "";
display: block;
margin: 0 auto;
width: 15%;
height: 15%;
background-color: #333;
border-radius: 100%;
-webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
}
.seed-confirm-slip-modal-loading > .sk-fading-circle .sk-circle2 {
-webkit-transform: rotate(30deg);
-ms-transform: rotate(30deg);
transform: rotate(30deg);
}
.seed-confirm-slip-modal-loading > .sk-fading-circle .sk-circle3 {
-webkit-transform: rotate(60deg);
-ms-transform: rotate(60deg);
transform: rotate(60deg);
}
.seed-confirm-slip-modal-loading > .sk-fading-circle .sk-circle4 {
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
}
.seed-confirm-slip-modal-loading > .sk-fading-circle .sk-circle5 {
-webkit-transform: rotate(120deg);
-ms-transform: rotate(120deg);
transform: rotate(120deg);
}
.seed-confirm-slip-modal-loading > .sk-fading-circle .sk-circle6 {
-webkit-transform: rotate(150deg);
-ms-transform: rotate(150deg);
transform: rotate(150deg);
}
.seed-confirm-slip-modal-loading > .sk-fading-circle .sk-circle7 {
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg);
}
.seed-confirm-slip-modal-loading > .sk-fading-circle .sk-circle8 {
-webkit-transform: rotate(210deg);
-ms-transform: rotate(210deg);
transform: rotate(210deg);
}
.seed-confirm-slip-modal-loading > .sk-fading-circle .sk-circle9 {
-webkit-transform: rotate(240deg);
-ms-transform: rotate(240deg);
transform: rotate(240deg);
}
.seed-confirm-slip-modal-loading > .sk-fading-circle .sk-circle10 {
-webkit-transform: rotate(270deg);
-ms-transform: rotate(270deg);
transform: rotate(270deg);
}
.seed-confirm-slip-modal-loading > .sk-fading-circle .sk-circle11 {
-webkit-transform: rotate(300deg);
-ms-transform: rotate(300deg);
transform: rotate(300deg);
}
.seed-confirm-slip-modal-loading > .sk-fading-circle .sk-circle12 {
-webkit-transform: rotate(330deg);
-ms-transform: rotate(330deg);
transform: rotate(330deg);
}
.seed-confirm-slip-modal-loading > .sk-fading-circle .sk-circle2:before {
-webkit-animation-delay: -1.1s;
animation-delay: -1.1s;
}
.seed-confirm-slip-modal-loading > .sk-fading-circle .sk-circle3:before {
-webkit-animation-delay: -1s;
animation-delay: -1s;
}
.seed-confirm-slip-modal-loading > .sk-fading-circle .sk-circle4:before {
-webkit-animation-delay: -0.9s;
animation-delay: -0.9s;
}
.seed-confirm-slip-modal-loading > .sk-fading-circle .sk-circle5:before {
-webkit-animation-delay: -0.8s;
animation-delay: -0.8s;
}
.seed-confirm-slip-modal-loading > .sk-fading-circle .sk-circle6:before {
-webkit-animation-delay: -0.7s;
animation-delay: -0.7s;
}
.seed-confirm-slip-modal-loading > .sk-fading-circle .sk-circle7:before {
-webkit-animation-delay: -0.6s;
animation-delay: -0.6s;
}
.seed-confirm-slip-modal-loading > .sk-fading-circle .sk-circle8:before {
-webkit-animation-delay: -0.5s;
animation-delay: -0.5s;
}
.seed-confirm-slip-modal-loading > .sk-fading-circle .sk-circle9:before {
-webkit-animation-delay: -0.4s;
animation-delay: -0.4s;
}
.seed-confirm-slip-modal-loading > .sk-fading-circle .sk-circle10:before {
-webkit-animation-delay: -0.3s;
animation-delay: -0.3s;
}
.seed-confirm-slip-modal-loading > .sk-fading-circle .sk-circle11:before {
-webkit-animation-delay: -0.2s;
animation-delay: -0.2s;
}
.seed-confirm-slip-modal-loading > .sk-fading-circle .sk-circle12:before {
-webkit-animation-delay: -0.1s;
animation-delay: -0.1s;
}
@-webkit-keyframes sk-circleFadeDelay {
0%,
39%,
100% {
opacity: 0;
}
40% {
opacity: 1;
}
}
@keyframes sk-circleFadeDelay {
0%,
39%,
100% {
opacity: 0;
}
40% {
opacity: 1;
}
}
@media (min-width: 768px) {
.seed-confirm-form {
border: 1px solid #ddd;
padding: 25px 30px;
}
.seed-confirm-form .sc-row {
margin-left: -15px;
margin-right: -15px;
}
.seed-confirm-form .sc-row:after {
content: "";
display: block;
clear: both;
}
.seed-confirm-form .sc-col {
padding-left: 15px;
padding-right: 15px;
width: 50%;
float: left;
}
.seed-confirm-check-wrap.-logo {
padding-top: 0;
}
.seed-confirm-check-wrap.-detail {
width: calc(100% - 75px);
display: table;
float: none;
}
.seed-confirm-bank-info-bank,
.seed-confirm-bank-info-account-number,
.seed-confirm-bank-info-account-name {
display: table-cell;
width: 33%;
vertical-align: top;
}
.seed-confirm-bank-info-account-number {
padding-left: 15px;
padding-right: 15px;
}
.scf-bank-account-name {
display: inline;
} #seed-confirm-slip-modal {
padding: 32px;
}
.seed-confirm-slip-modal-header {
padding: 32px;
margin: -32px -32px 32px;
}
}:root {
--color-primary: #6C6CFF;
--color-secondary: #FEAD01;
--color-tertiary: #070707;
--color-primary-hover: #4D4DFF;
--color-negative: #FF2F54;
--color-positive: #62C55A;
--color-positive-hover: #289720;
--color-reject: #FF6200; 
--color-deactive: #494949; 
--color-warning: #FF6F00;
--color-notice: #f2695e;
--color-promotion-bg: #ffe4c4;
--color-promotion-border: #ffcda5;
--color-blue-dark: #0A0D14;
--color-sky: #5CADFF;
--color-orchid: #A367F0;
--color-mint : #52D47F;
--color-lime: #94C752;
--color-pink: #ff176b;
--color-indigo: #292461;
--color-gray: #E6E6E6;
--color-base-one: #ffffff;
--color-base-two: #E7E7FF;
--color-base-three: #F4F4FF;
--color-base-four: #F8F8F8;
--color-text-dark: #07050b;
--color-text-medium: #343A46;
--color-text-light: #6B677A;
--color-text-reverse: #ffffff;
--color-text-body: #87858d;
--color-text-disable: #9c9aa1;
--color-border-primary: #E2E4E9;
--color-border-secondary: #DCDCEE;
--color-border-tertiary: #D5D5FA;
--color-border-light: #eeeeee;
--color-shadow-primary: rgba(78, 46, 206, 0.16);
--color-shadow-dark: rgba(78, 46, 206, 0.161);
--color-shadow-tertiary: rgba(7, 7, 7, 0.5);
--border-radius-xl: 16px;
--border-radius-lg: 12px;
--border-radius-md: 8px;
--border-radius-smd: 6px;
--border-radius-sm: 4px;
--btn-font-size: 14px;
--btn-font-weight: 500;
--btn-line-height: 1.15em;
--btn-vertical-padding: 10px;
--btn-horizontal-padding: 20px;
--transition-md: 0.3s;
--transition-sm: 0.1s;
--body-font-family: 'Inter', sans-serif;
--font-weight-bold: 600;
--font-weight-medium: 500;
--font-weight-regular: 400;
} .wholesalex-bogo-badge-container{
height: 30px;
inset: 0px 0px auto 0px;
}
.wholesalex-bogo-badge-shop{
position: absolute;
}
.wholesalex-bogo-badge, 
.wholesalex-bogo-badge-single-product{
text-align: center;
text-shadow: none;
height: 30px;
font-size: 14px;
font-weight: 600;
color: #ffffff;
line-height: 30px;
opacity: 1;
border-top-left-radius: 0px;
border-top-right-radius: 0px;
border-bottom-left-radius: 0px;
border-bottom-right-radius: 0px;
z-index: 100;
display: inline-block;
padding: 0px 18px;
top: 0px;
white-space: nowrap;
box-sizing: border-box;
transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg);
position: absolute;
}
.wholesalex-bogo-badge{
top: 0px;
}
.wholesalex-bogo-badge-single-product{
top: 30px;
}
.wholesalex-bogo-badge::before, 
.wholesalex-bogo-badge-single-product::before {
top: 0px;
display: block;
width: 0;
height: 0;
border-top: 15px solid transparent;
border-bottom: 15px solid transparent;
content: '';
position: absolute;
white-space: nowrap;
right: auto;
left: -14px;
border-top-left-radius: 0px;
border-bottom-left-radius: 0px;
border-top-right-radius: 1px;
border-bottom-right-radius: 1px;
border-left: none;
}
.wholesalex-bogo-badge-label{
white-space: nowrap;
}
.wsx-combined-bogo-badge{
display: flex;
}
.wholesalex-bogo-badge-product{
left: 560px;
right: auto;  
transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg);
filter: drop-shadow(#807e7e 0px 0px 0px);
position: relative;
}
.wholesalex-bogo-badge-single-product-container{
position: absolute;
top: 0px;
height: 30px;
inset: 0px 0px auto auto;
}
.wholesalex-bogo-badge-singles{
position: absolute;
} p.price,
.wc-block-components-product-price {
display: flex;
flex-wrap: wrap;
gap: 12px;
}
a.wsx-link {
text-decoration: none;
}
table.wsx-table {
width: 100%;
}
.wp-core-ui select.wsx-select {
outline: none;
border: 1px solid var(--color-border-primary);
border-radius: var(--border-radius-md);
box-shadow: none;
background-color: transparent;
width: 100%;
min-height: 40px;
height: 100%;
margin: 0;
position: relative;
max-width: unset;
background: transparent url(//koreabrands.com/wp-content/plugins/wholesalex/assets/img/angle-down-16.svg) no-repeat right 14px top 55%;
background-size: 16px 16px;
padding: 0 32px 0 8px;
}
.wp-core-ui select.wsx-select:focus,
select.wsx-select:focus, input.wsx-input:focus, input:is([type=url],[type=tel],[type=text],[type=time],[type=date],[type=datetime],[type=datetime-local],[type=email],[type=number],[type=search],[type=password]):focus.wsx-input, textarea.wsx-textarea:focus {
outline: none;
box-shadow: none;
border-color: var(--color-primary);
}
.wp-core-ui select.wsx-bg-base1 {
background-color: var(--color-base-one);
}
select.wsx-select, input.wsx-input, input:is([type=url],[type=tel],[type=text],[type=time],[type=date],[type=datetime],[type=datetime-local],[type=email],[type=number],[type=search],[type=password]).wsx-input, textarea.wsx-textarea,
.wholesalex-field select.wsx-select, .wholesalex-field input.wsx-input, .wholesalex-field input:is([type=url],[type=tel],[type=text],[type=time],[type=date],[type=datetime],[type=datetime-local],[type=email],[type=number],[type=search],[type=password]).wsx-input, .wholesalex-field textarea.wsx-textarea {
height: auto;
min-height: 40px;
border: 1px solid var(--color-border-primary);
border-radius: var(--border-radius-md);
}
.wsx-select,
select.wsx-select {
display: flex;
align-items: center;
justify-content: space-between;
min-height: 20px;
cursor: pointer;
width: fill-available;
width: -webkit-fill-available;
}
select.wsx-br-md, input.wsx-br-md, input:is([type=url],[type=tel],[type=text],[type=time],[type=date],[type=datetime],[type=datetime-local],[type=email],[type=number],[type=search],[type=password]).wsx-br-md, textarea.wsx-br-md {
border-radius: var(--border-radius-md);
}
.wsx-filter select.wsx-bulk-order-select {
border-color: var(--color-border-primary);
border-width: 0 0 0 1px;
border-radius: 0;
width: 100%;
}
.wsx-option-container {
min-width: max-content;
overflow-x: hidden;
overflow-y: auto;
max-height: 60vh;
box-shadow: 0 2px 4px 0 var(--color-shadow-primary);
background-color: var(--color-base-one);
position: absolute;
transition: opacity var(--transition-md) ease-in-out;
display: flex;
flex-direction: column;
gap: 2px;
}
.wsx-option-item {
padding: 7px 8px;
cursor: pointer;
color: var(--color-text-light);
}
.wsx-option-item-container {
padding: 0px 8px;
color: var(--color-text-body);
}
.wsx-option-item-container .wsx-option-item {
padding-left: 16px;
}
.wsx-option-item:last-child {
border-bottom: 0;
}
.wsx-option-item:hover,
.wsx-option-item.active  {
background-color: var(--color-base-three);
color: var(--color-text-medium);
}
.wsx-input-label {
font-size: 14px;
font-weight: var(--font-weight-medium);
line-height: 20px;
color: var(--color-text-medium);
}
.wholesalex-field label.wsx-label {
margin-bottom: 8px;
}
.woocommerce-account .woocommerce-MyAccount-content {
width: 60%;
}
.woocommerce-account .large-9.col .woocommerce-MyAccount-content {
width: 100%;
} .wsx-account-info img {
width: 32px;
height: 32px;
border-radius: 50%;
max-width: unset;
} .wsx-account-table-container {
overflow: auto;
}
.wsx-account-table-container table.wsx-table {
border: none;
border-collapse: collapse;
padding-left: 0;
padding-right: 0;
padding-top: 20px;
padding-bottom: 20px;
}
.wsx-account-table-container table.wsx-table th.job-title {
padding-left: 0px;
}
.wsx-account-table-container table.wsx-table th.phone {
padding-left: 0px;
}
.wsx-account-table-container table.wsx-table tbody td.wallet_balance {
text-align: center;
}
.wsx-account-table-container table.wsx-table .permission {
color: var(--color-text-medium);
}
.wsx-account-table-container table.wsx-table .no_permission {
color: var(--color-text-disable);
}
.wsx-account-table-container table.wsx-table th {
border: none;
padding: 10px 16px;
}
.wsx-account-table-container table.wsx-table tbody td {
border-width: 1px;
padding: 10px 16px;
}
.wsx-account-table-container table.wsx-table thead {
background-color: var(--color-text-medium);
color: white;
}
.wsx-account-table-container table.wsx-table tbody tr {
vertical-align: middle;
}
.wsx-account-table-container table.wsx-table .wsx-ellipsis {
max-width: 12rem;
} .wsx-card {
padding: 20px;
margin-bottom: 16px;
border-radius: var(--border-radius-lg);
background-color: var(--color-base-one);
box-shadow: 0px 2px 4px 0px var(--color-shadow-dark);
}
.wsx-card-2 {
padding: 20px 24px;
background-color: var(--color-gray);
border-radius: var(--border-radius-md);
}
.wsx-card-border {
border: 1px solid var(--color-border-primary);
}  .wsx-pagination-wrapper {
width: 100%;
display: flex;
align-items: center;
justify-content: space-between;
white-space: nowrap;
margin-top: 32px;
}
.wsx-pagination-wrapper .wsx-btn,
.wsx-pagination-wrapper .page-numbers {
width: 30px;
height: 30px;
display: flex;
align-items: center;
justify-content: center;
padding: 0;
}
.wsx-pagination-wrapper .wsx-btn:hover,
.wsx-pagination-wrapper .page-numbers:hover {
background-color: var(--color-tertiary);
color: var(--color-text-reverse);
}
.wsx-pagination-wrapper .wsx-btn:hover span,
.wsx-pagination-wrapper .wsx-btn:hover .wsx-color-tertiary {
color: var(--color-text-reverse);
}
select.wsx-pagination-option-list {
background-color: var(--color-base-one);
border: 1px solid var(--color-border-secondary);
padding: 1px 36px 1px 12px;
border-radius: var(--border-radius-md);
color: var(--color-text-medium);
min-height: 31px;
padding-top: 4px;
}
select.wsx-pagination-option-list:focus {
outline: none;
box-shadow: none;
border-color: var(--color-border-secondary);
color: var(--color-primary);
}
.wsx-pagination-wrapper .page-numbers {
color: var(--color-text-dark);
font-size: var(--btn-font-size);
font-weight: var(--btn-font-weight);
line-height: var(--btn-line-height);
border: 1px solid var(--color-border-secondary);
border-radius: var(--border-radius-md);
transition: all var(--transition-md);
text-decoration: none;
}
.wsx-pagination-wrapper .page-numbers.current {
color: var(--color-text-reverse);
border-color: var(--color-tertiary);
background-color: var(--color-tertiary);
}
.wsx-pagination-wrapper .page-numbers.dots {
cursor: not-allowed;
opacity: 0.4;
}
.wsx-pagination-wrapper .page-numbers.dots:hover {
background-color: var(--color-base-one);
color: var(--color-text-dark);
border-color: var(--color-border-secondary);
} .wsx-modal-wrapper {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
display: flex;
justify-content: center;
align-items: center;
background-color: var(--color-shadow-tertiary);
opacity: 0;
visibility: hidden;
transition: opacity var(--transition-md) ease, visibility var(--transition-md) ease;
z-index: 9999;
}
.wsx-modal-wrapper.open {
opacity: 1;
visibility: visible;
}
.wsx-modal-wrapper .wsx-modal-container-box .dashicons-no-alt {
position: absolute;
top: 115px;
right: 375px;
cursor: pointer;
font-size: 24px;
color: var(--color-base-one);
}
.wsx-modal-wrapper .wsx-modal-sm {
max-width: 364px;
}
.wsx-modal-header {
display: flex;
align-items: center;
justify-content: space-between;
width: 100%;
padding-bottom: 12px;
border-bottom: 1px solid var(--color-border-primary);
margin-bottom: 16px;
}
.wsx-modal-title {
font-size: 16px;
font-weight: var(--font-weight-medium);
color: var(--color-text-medium);
}
.wsx-modal-close {
color: var(--color-text-medium);
cursor: pointer;
border-radius: 50%;
border: 1px solid currentColor;
line-height: 0;
padding: 3px;
}
.wsx-modal-close:hover {
color: var(--color-negative);
}
.wsx-modal-body {
font-size: 12px;
color: var(--color-text-body);
margin-bottom: 32px;
}
.wsx-modal-footer {
display: flex;
align-items: center;
justify-content: flex-end;
gap: 12px;
} .wsx-popup-overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
display: flex;
justify-content: center;
align-items: center;
color: var(--color-text-medium);
background-color: var(--color-shadow-tertiary);
transition: opacity var(--transition-md) ease, visibility var(--transition-md);
z-index: 9999;
}
.wsx-popup-overlay .wsx-card {
padding: 32px 56px;
position: relative;
z-index: 0;
max-width: 95vw;
margin-bottom: 0;
}
.wsx-popup-overlay .wsx-icon {
border: 1px solid currentColor;
border-radius: 50%;
padding: 3px;
position: absolute;
right: 16px;
top: 16px;
cursor: pointer;
}
.wsx-popup-overlay .wsx-icon:hover {
color: var(--color-negative);
}
.wsx-transaction-popup .wsx-card {
padding: 46px 56px;
}
.wsx-popup-content-wrapper {
background-color: var(--color-base-one);
padding: 20px;
border-radius: var(--border-radius-md);
max-width: 90%;
box-shadow: 0 2px 10px var(--color-shadow-tertiary);
transition: transform var(--transition-md) ease;
position: relative;
}
.wsx-popup-content {
max-height: 90%;
overflow-y: auto;
}
.wsx-popup-content-wrapper .wsx-icon-cross {
position: absolute;
right: 16px;
top: 16px;
line-height: 0;
}
.wsx-icon-cross {
cursor: pointer;
}
.wsx-icon-cross.wsx-icon-round {
border: 1px solid currentColor;
border-radius: 50%;
padding: 3px;
display: flex;
align-items: center;
justify-content: center;
line-height: 0;
}
.wsx-icon-cross:hover {
color: var(--color-negative);
}
.wsx-popup-content-wrapper .wsx-addon-modal-video {
width: 560px;
height: 315px;
}
.wsx-addon-popup-image {
max-width: 166px;
max-height: 166px;
}
.wsx-pro-modal .wsx-popup-content-wrapper {
padding: 8px;
border-radius: var(--border-radius-xl);
text-align: center;
max-width: 390px;
width: 90vw;
} .wsx-alert-popup-overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: var(--color-shadow-primary);
display: flex;
justify-content: center;
align-items: center;
z-index: 9999;
}
.wsx-alert-popup {
background-color: var(--color-base-one);
border-radius: var(--border-radius-lg);
width: 90%;
max-width: 400px;
padding: 16px;
box-shadow: 0 4px 8px var(--color-shadow-primary);
text-align: center;
border: 1px solid var(--color-border-primary);
}
.wsx-alert-header {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 15px;
border-bottom: 1px solid var(--color-border-primary);
padding-bottom: 12px;
}
.wsx-alert-title-wrapper {
font-weight: var(--font-weight-medium);
color: var(--color-tertiary);
display: flex;
align-items: center;
gap: 8px;
}
.wsx-alert-body {
margin-bottom: 20px;
font-size: 12px;
line-height: 16px;
text-align: left;
color: var(--color-text-medium);
}
.wsx-alert-footer {
display: flex;
justify-content: flex-end;
align-items: center;
gap: 12px;
} .wsx-scrollbar {
scrollbar-width: thin;
scrollbar-color: var(--color-border-tertiary) transparent;
}
.wsx-scrollbar::-webkit-scrollbar {
width: 8px;
height: 8px;
}
.wsx-scrollbar::-webkit-scrollbar-track {
background-color: transparent;
}
.wsx-scrollbar::-webkit-scrollbar-thumb {
background-color: var(--color-text-light);
border-radius: var(--border-radius-lg);
}
.wsx-scrollbar::-webkit-scrollbar-thumb:hover {
background-color: var(--color-primary);
}
.wsx-scrollbar::-webkit-scrollbar-button {
width: 0;
height: 0;
display: none; 
}
.wsx-curser-pointer {
cursor: pointer;
}
.wsx-title {
color: var(--color-tertiary);
font-size: 32px;
line-height: 1.2em;
font-weight: var(--font-weight-bold);
}
.wsx-ellipsis {
display: block;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.wsx-bulk-item-delete {
background-color: var(--color-base-three);
color: var(--color-negative);
line-height: 0;
border-radius: var(--border-radius-md);
padding: 8px;
}
.wsx-bulk-item-delete:hover {
background-color: var(--color-negative);
color: var(--color-base-one);
} .wsx-selected-field-wrapper {
width: 100%;
}
.wsx-selected-field-wrapper.wsx-multiple-field {
width: 50%;
}
.wsx-multiselect-wrapper {
position: relative;
border: 1px solid var(--color-border-primary);
border-radius: var(--border-radius-md);
background-color: var(--color-base-one);
display: flex;
align-items: center;
min-height: 38px;
}
.wsx-multiselect-wrapper .wsx-multiselect-inputs {
width: 100%;
}
.wsx-multiselect-wrapper input,
.wsx-multiselect-wrapper input:is([type=url],[type=tel],[type=text],[type=time],[type=date],[type=datetime],[type=datetime-local],[type=email],[type=number],[type=search],[type=password]),
.wsx-multiselect-wrapper input:is([type=url],[type=tel],[type=text],[type=time],[type=date],[type=datetime],[type=datetime-local],[type=email],[type=number],[type=search],[type=password]):focus,
.wsx-multiselect-wrapper input.wsx-input,
.wsx-multiselect-wrapper input[type=number].wsx-input,
.wsx-multiselect-wrapper input[type=number].wsx-input:focus,
.wsx-multiselect-wrapper input:is([type=url],[type=tel],[type=text],[type=time],[type=date],[type=datetime],[type=datetime-local],[type=email],[type=number],[type=search],[type=password]).wsx-input,
.wsx-multiselect-wrapper input:is([type=url],[type=tel],[type=text],[type=time],[type=date],[type=datetime],[type=datetime-local],[type=email],[type=number],[type=search],[type=password]).wsx-input:focus {
border: none;
box-shadow: none;
outline: none;
min-width: 100px;
min-height: unset;
height: 30px;
padding: 0 0 0 10px;
}
.wsx-multiselect-option-wrapper {
width: fit-content;
}
.wsx-multiselect-options {
position: absolute;
z-index: 1;
left: 0;
top: calc(100% + 4px);
min-width: 300px;
padding: 0;
margin: 0;
overflow: hidden;
overflow-y: auto;
max-height: 245px;
border-radius: var(--border-radius-md);
box-shadow: 0px 0px 16px -4px var(--color-shadow-tertiary);
}
.wsx-multiselect-options.wsx-card {
padding: 0;
}
.wsx-multiselect-option {
padding: 6px 20px;
cursor: pointer;
text-align: left;
}
.wsx-multiselect-option:hover {
background-color: var(--color-primary);
color: var(--color-text-reverse);
}
.wsx-multiselect-input-wrapper {
display: flex;
gap: 4px;
align-items: center;
flex-wrap: wrap;
padding: 5px 0 5px 10px;
}
.wsx-multiselect-option-message {
padding: 6px 20px;
}
.wsx-selected-option {
display: flex;
align-items: center;
gap: 8px;
border: 1px solid var(--color-border-secondary);
padding: 4px 8px 4px 4px;
border-radius: var(--border-radius-sm);
}
.wsx-selected-option .multiselect-option-name {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
max-width: 5rem;
} .wsx-search-wrapper {
display: flex;
align-items: center;
border: 1px solid var(--color-border-secondary);
border-radius: var(--border-radius-md);
color: var(--color-text-light);
overflow: hidden;
}
.wsx-search-wrapper input:is([type=url],[type=tel],:is([type=url],[type=tel],[type=text],[type=time],[type=date],[type=datetime],[type=datetime-local],[type=email],[type=number],[type=search],[type=password]),[type=time],[type=date],[type=datetime],[type=datetime-local],[type=email],[type=number],[type=search],[type=password]) {
border: 0;
min-height: auto;
height: 38px;
border: 0;
box-shadow: none;
outline: none;
}
.wsx-search-wrapper .wsx-icon {
padding: 9px;
}
.wsx-search-wrapper .wsx-icon.wsx-icon-right {
border-left: 1px solid var(--color-border-secondary);
} .wsx-checkbox-option-wrapper {
gap: 10px;
display: flex;
cursor: pointer;
position: relative;
width: fit-content;
}
.wsx-checkbox-option-wrapper input[type="checkbox"] {
position: absolute;
z-index: 999999;
opacity: 0;
cursor: pointer;
width: auto;
height: auto;
min-height: unset;
left: 0;
right: 0;
top: 0;
bottom: 0;
}
.wsx-checkbox-option-wrapper label.wsx-label {
margin: 0;
}
.wsx-checkbox-mark {
display: block;
position: relative;
height: 20px;
width: 20px;
background-color: var(--color-base-one);
border: 1px solid var(--color-tertiary);
border-radius: var(--border-radius-smd);
line-height: 0;
}
.wsx-checkbox-mark:after {
content: "";
position: absolute;
top: 4px;
left: 4px;
bottom: 4px;
right: 4px;
background: url(//koreabrands.com/wp-content/plugins/wholesalex/assets/img/white-tick.svg) center / cover no-repeat;
display: none;
}
input:checked ~ .wsx-checkbox-mark {
background-color: var(--color-tertiary);
}
input:checked ~ .wsx-checkbox-mark:after {
display: block;
}
.wsx-checkbox-md {
height: 16px;
width: 16px;
}
.wsx-checkbox-sm {
height: 12px;
width: 12px;
} .wsx-btn-group {
display: flex;
align-items: center;
gap: 16px;
}
.wsx-btn-group.wsx-center {
justify-content: center;
margin: 0 auto;
}
.wsx-btn {
width: fit-content;
padding: var(--btn-vertical-padding) var(--btn-horizontal-padding);
border: none;
border-radius: var(--border-radius-md);
color: var(--color-text-reverse);
font-size: var(--btn-font-size);
font-weight: var(--btn-font-weight);
line-height: var(--btn-line-height);
transition: all var(--transition-md);
cursor: pointer;
}
.wsx-btn.wsx-go-back {
padding: calc(var(--btn-vertical-padding) - 2px) var(--btn-horizontal-padding);
}
.wsx-btn-border {
border: 1px solid currentColor;
padding: calc(var(--btn-vertical-padding) - 2px) var(--btn-horizontal-padding);
}
.wsx-btn-border-primary {
color: var(--color-primary);
}
.wsx-btn-border-primary:hover {
color: var(--color-text-reverse);
border-color: var(--color-primary);
background-color: var(--color-primary);
}
.wsx-btn .wsx-icon.wsx-color-primary {
color: var(--color-primary);
}
.wsx-btn .wsx-icon.wsx-color-primary:hover {
color: var(--color-secondary);
}
.wsx-btn .wsx-icon.wsx-color-secondary {
color: var(--color-secondary);
}
.wsx-btn .wsx-icon.wsx-color-secondary:hover {
color: var(--color-primary);
}
.wsx-btn.wsx-color-primary {
color: var(--color-primary);
}
.wsx-btn.wsx-color-text-medium {
color: var(--color-text-medium);
}
.wsx-btn.wsx-color-text-light {
color: var(--color-text-light);
}
.wsx-btn.wsx-color-text-reverse {
color: var(--color-text-reverse);
}
.wsx-btn.wsx-color-blue-dark {
color: var(--color-blue-dark);
}
.wsx-btn.wsx-bg-primary:hover,
.wsx-btn.wsx-bg-primary.active,
.wsx-btn.wsx-bg-negative:hover,
.wsx-btn.wsx-bg-negative.active {
background-color: var(--color-secondary);
border-color: var(--color-secondary);
}
.wsx-btn.wsx-bg-secondary {
color: var(--color-tertiary);
}
.wsx-btn.wsx-bg-secondary:hover,
.wsx-btn.wsx-bg-secondary.active {
background-color: var(--color-primary);
color: var(--color-text-reverse);
border-color: var(--color-primary);
}
.wsx-btn.wsx-bg-base1:hover,
.wsx-btn.wsx-bg-base1.active,
.wsx-btn.wsx-bg-base2:hover,
.wsx-btn.wsx-bg-base2.active,
.wsx-btn.wsx-bg-base3:hover,
.wsx-btn.wsx-bg-base3.active {
background-color: var(--color-tertiary);
color: var(--color-text-reverse);
border-color: var(--color-tertiary);
}
.wsx-btn.wsx-bg-base1,
.wsx-btn.wsx-bg-base2,
.wsx-btn.wsx-bg-base3 {
color: var(--color-text-dark);
}
.wsx-btn.wsx-bg-base1 span,
.wsx-btn.wsx-bg-base2 span,
.wsx-btn.wsx-bg-base3 span {
color: var(--color-text-reverse);
}
.wsx-btn.wsx-bg-tertiary:hover,
.wsx-btn.wsx-bg-tertiary.active,
.wsx-btn.wsx-bg-positive:hover,
.wsx-btn.wsx-bg-positive.active {
background-color: var(--color-primary);
border-color: var(--color-primary);
}
.wsx-btn.disable {
cursor: not-allowed;
opacity: 0.4;
pointer-events: none;
}
.wsx-btn-action {
background-color: var(--color-base-three);
border-radius: var(--border-radius-md);
padding: 8px;
color: var(--color-tertiary);
line-height: 0;
transition: all var(--transition-md);
display: inline-flex;
align-items: center;
box-sizing: border-box;
cursor: pointer;
}
.wsx-btn-action:hover {
color: var(--color-primary);
background-color: var(--color-base-two);
}
.wsx-btn.wsx-bg-primary {
background-color: var(--color-primary);
color: var(--color-text-reverse);
}
.wsx-btn.wsx-bg-secondary {
background-color: var(--color-secondary);
}
.wsx-btn.wsx-bg-tertiary {
background-color: var(--color-tertiary);
}
.wsx-btn-icon {
display: flex;
align-items: center;
gap: 8px;
cursor: pointer;
}
.wsx-btn-icon .wsx-anim-icon-left {
animation: none;
}
.wsx-btn-icon:hover .wsx-anim-icon-left {
animation: iconMovingLeft var(--transition-md) forwards;
}
.wsx-btn-wallet {
width: 100%;
min-width: 254px;
display: flex;
align-items: center;
justify-content: center;
gap: 10px;
border-radius: var(--border-radius-md);
color: var(--color-tertiary); background-color: var(--color-base-two);
padding: 30px;
cursor: pointer;
}
.wsx-btn-wallet.active {
color: var(--color-text-reverse);
background-color: var(--color-primary);
position: relative;
}
.wsx-btn-wallet.active:after {
content: '';
position: absolute;
bottom: -10px;
border: 12px solid var(--color-primary);
transform: rotate(45deg);
}
.wsx-btn-wallet.wallet_submit_btn {
width: fit-content;
color: var(--color-text-reverse);
background-color: var(--color-tertiary);
padding: var(--btn-vertical-padding) var(--btn-horizontal-padding);
min-width: 260px;
}
.wsx-btn-wallet.wallet_submit_btn:hover {
background-color: var(--color-primary);
}
.wsx-icon {
line-height: 0;
}
.wsx-icon-cross {
cursor: pointer;
}
.wsx-icon-cross.wsx-icon-round {
border: 1px solid currentColor;
border-radius: 50%;
padding: 3px;
display: flex;
align-items: center;
justify-content: center;
line-height: 0;
}
.wsx-icon-cross:hover {
color: var(--color-negative);
} .wsx-dropdown-content-wrapper {
position: absolute;
z-index: 9;
padding: 24px;
border-radius: var(--border-radius-lg);
background-color: var(--color-base-one);
box-shadow: 0px 2px 4px 0 var(--color-shadow-primary);
white-space: nowrap;
}
.wsx-dropdown {
position: relative;
z-index: 9;
cursor: pointer;
}
.wsx-dropdown .wsx-menu-icon svg {
transition: transform var(--transition-md)
} .wsx-container {
max-width: 1320px;
margin: 0 auto;
padding: 42px 15px 100px;
}
.wsx-container-wrapper {
max-width: 1320px;
margin: 0 auto;
padding: 42px 15px 100px;
display: flex;
gap: 24px;
}
.wsx-container-wrapper .wsx-container-left {
flex-basis: 68%;
}
.wsx-container-wrapper .wsx-container-right {
flex-basis: 32%;
}
.wsx-container-wrapper .wsx-color-negative svg {
margin-bottom: -6px;
}
.wsx-container-left {
width: 100%;
}
.wsx-container-right {
width: 100%;
}
.wsx-dropdown-actions-list {
margin-bottom: 20px;
}
.wsx-dropdown-actions-list:last-child,
.wsx-dropdown-actions-list:last-child:only-child {
margin-bottom: 0;
} .wsx-tooltip {
position: relative;
cursor: pointer;
width: fit-content;
}
.wsx-tooltip-content {
position: absolute;
width: fit-content;
max-width: 250px;
height: fit-content;
border-radius: var(--border-radius-sm);
padding: 6px 12px;
background-color: var(--color-indigo);
color: var(--color-text-reverse);
z-index: 1;
display: flex;
align-items: center;
justify-content: center;
white-space: normal;
}
.wsx-tooltip-content::before {
content: "";
position: absolute;
z-index: -1;
width: 12px;
height: 12px;
background-color: var(--color-indigo);
transform: rotate(45deg);
border-radius: 3px;
font-weight: var(--font-weight-regular);
text-align: center;
}
.wsx-tooltip-content.top::before {
top: calc(100% - 8px);
}
.wsx-tooltip-content.bottom::before {
bottom: calc(100% - 8px);
}
.wsx-tooltip-content.left::before {
left: calc(100% - 8px);
}
.wsx-tooltip-global .wsx-tooltip-content.right {
left: calc(100% + 8px);
top: 50%;
transform: translateY(-50%);
bottom: auto;
}
.wsx-tooltip-content.right::before {
right: calc(100% - 8px);
}
.wsx-tooltip-global .wsx-tooltip-content {
visibility: hidden;
z-index: 1;
width: max-content;
bottom: 125%;
left: 50%;
transform: translateX(-50%);
opacity: 0;
transition: opacity 0.3s;
}
.wsx-tooltip-global:hover .wsx-tooltip-content {
visibility: visible;
opacity: 1;
} .wsx-wallet-add-balance {
padding: 32px;
background-color: var(--color-base-three);
border: 1px solid var(--color-border-secondary);
border-radius: var(--border-radius-lg);
}
.wsx-wallet-add-balance input[type=number].wsx-input {
min-width: 260px;
border-color: var(--color-text-light);
background-color: var(--color-base-one);
border-radius: var(--border-radius-md);
}
.wsx-wallet-add-balance input[type=number].wsx-input:focus {
background-color: var(--color-base-one);
} .wsx-new-conversation-container {
margin-bottom: 40px;
}
.wsx-new-conversation-container input, 
.wsx-new-conversation-container select.wsx-select, 
.wsx-new-conversation-container textarea.wsx-textarea, 
.wsx-new-conversation-container input:is([type=url],[type=tel],[type=text],[type=time],[type=date],[type=datetime],[type=datetime-local],[type=email],[type=number],[type=search],[type=password]) {
border-radius: var(--border-radius-md);
border-color: var(--color-border-tertiary);
background-color: var(--color-base-one);
transition: all var(--transition-sm);
}
.wsx-new-conversation-container input:focus, 
.wsx-new-conversation-container select.wsx-select:focus, 
.wsx-new-conversation-container textarea.wsx-textarea:focus, 
.wsx-new-conversation-container input:is([type=url],[type=tel],[type=text],[type=time],[type=date],[type=datetime],[type=datetime-local],[type=email],[type=number],[type=search],[type=password]):focus {
border: 1px solid var(--color-primary);
}
.wsx-conversation-form {
display: flex;
flex-direction: column;
gap: 30px;
}
.wsx-conversation-form label.wsx-label {
margin-bottom: 8px;
display: block;
}
.wsx-conversation-form input.wsx-btn {
border-radius: var(--border-radius-md);
margin-left: auto;
}
.wsx-conversation-title {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 20px;
}
.wsx-conversation-header {
font-size: 26px;
font-weight: var(--font-weight-bold);
color: var(--color-text-medium);
line-height: 1.33;
}
.wsx-conversation-form {
padding: 30px;
background-color: var(--color-base-three);
border-radius: var(--border-radius-md);
border: 1px solid var(--color-border-primary);
}
.wsx-reply-lists-container {
font-family: var(--body-font-family);
font-size: 14px;
padding: 20px;
border-bottom: 1px solid var(--color-border-primary);
display: flex;
flex-direction: column;
gap: 30px;
}
.wsx-reply-lists {
margin-bottom: 30px;
}
.wsx-reply-meta {
display: flex;
align-items: center;
gap: 4px;
flex-wrap: wrap;
justify-content: start;
}
.wsx-reply-lists.wsx-reply-right .wsx-reply-meta,
.wsx-reply-lists.wsx-reply-right .wsx-message-container {
justify-content: end;
}
.wsx-reply-meta .wsx-image {
width: 20px;
height: 20px;
border-radius: 50%;
}
.wsx-message-container {
display: flex;
}
.wsx-message-wrapper {
display: flex;
align-items: center;
gap: 12px;
margin-top: 8px;
width: fit-content;
position: relative;
}
.wsx-reply-lists.wsx-reply-right .wsx-message-wrapper {
flex-direction: row-reverse;
}
.wsx-message {
width: fit-content;
max-width: 36vw;
padding: 12px 20px;
line-height: 1.15em;
}
.wsx-quote,
.wsx-message {
background-color: var(--color-base-two);
border-radius: 0 var(--border-radius-lg) var(--border-radius-lg) var(--border-radius-lg);
}
.wsx-reply-lists.wsx-reply-right .wsx-quote,
.wsx-reply-lists.wsx-reply-right .wsx-message {
color: var(--color-text-reverse);
background-color: var(--color-primary);
border-radius: var(--border-radius-lg) 0 var(--border-radius-lg) var(--border-radius-lg);
} .wsx-quote-heading {
font-size: 18px;
font-weight: var(--font-weight-medium);
margin-bottom: 12px;
}
.wsx-quote-table {
background-color: var(--color-base-one);
color: var(--color-text-light);
border-radius: var(--border-radius-md);
border: 1px solid var(--color-border-tertiary);
overflow-x: auto;
overflow-y: hidden;
white-space: nowrap;
width: 100%;
}
.wsx-quote-table-head {
background-color: var(--color-base-three);
color: var(--color-text-medium);
}
.wsx-quote-table-row {
padding: 12px 24px;
display: grid;
align-items: center;
grid-template-columns: 2fr repeat(2, 1fr);
border-bottom: 1px solid var(--color-base-two);
}
.wsx-quote-table-row:last-child {
border-bottom: none;
}
.wsx-quote-table-row.wsx-quote-item-4 {
grid-template-columns: 2fr repeat(3, 1fr);
}
.wsx-quote-table-item {
min-width: 100px;
}
.wsx-quote-table-item.wsx-table-product-name {
min-width: 140px;
}
a.wsx-quote-item-link {
font-weight: var(--font-weight-bold);
color: var(--color-primary);
display: block;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
max-width: 8rem;
}
a.wsx-quote-item-link:hover {
color: var(--color-orchid);
}
.wsx-quote-table-footer {
display: flex;
align-items: center;
gap: 16px;
flex-wrap: wrap;
margin-top: 12px;
}
.wsx-quote-table-text {
font-size: 16px;
color: var(--color-tertiary);
}
.wsx-reply-lists.wsx-reply-right .wsx-quote-table-text,
.wsx-reply-lists.wsx-reply-right .wsx-quote-table-text .woocommerce-Price-amount {
color: var(--color-text-reverse);
}
.wsx-quote-table-text .woocommerce-Price-amount {
font-weight: var(--font-weight-bold);
}
.wsx-reply-container {
border-top: 1px solid var(--color-border-primary);
}
.wsx-reply-container textarea.wsx-textarea {
padding: 6px 10px;
margin: 0 0 16px;
outline: none;
border: 1px solid var(--color-border-primary);
border-radius: var(--border-radius-md);
box-shadow: none;
background-color: var(--color-base-one);
width: 100%;
min-height: 40px;
height: 100%;
font-size: 14px;
}
.wsx-reply-container textarea.wsx-textarea:focus {
border: 1px solid var(--color-primary);
box-shadow: none;
} .wsx-single-product-settings-slider label.wsx-label {
margin: 0 !important;
width: 100% !important;
}
.wsx-slider,
label.wsx-slider {
display: flex;
align-items: center;
}
.wsx-slider-input {
position: absolute;
visibility: hidden;
}
.wsx-slider-track {
position: relative;
width: 44px;
height: 24px;
border-radius: 12px;
transition: background-color var(--transition-md) ease;
cursor: pointer;
flex-shrink: 0;
}
.wsx-slider-thumb {
position: absolute;
top: 2px;
left: 2px;
width: 20px;
height: 20px;
border-radius: 50%;
transition: left var(--transition-md) ease;
}
.wsx-slider.active .wsx-slider-thumb {
left: 22px;
}
.wsx-slider-md .wsx-slider-track {
width: 40px;
height: 20px;
}
.wsx-slider-md .wsx-slider-thumb {
width: 16px;
height: 16px;
left: 2px;
}
.wsx-slider-md .wsx-slider.active .wsx-slider-thumb {
left: 22px;
}
.wsx-slider-sm .wsx-slider-track {
width: 28px;
height: 16px;
}
.wsx-slider-sm .wsx-slider-thumb {
width: 12px;
height: 12px;
left: 2px;
}
.wsx-slider-sm .wsx-slider.active .wsx-slider-thumb {
left: 14px;
}
.wsx-relative {
position: relative;
}
.wsx-absolute {
position: absolute;
z-index: 1;
}
.wsx-fixed {
position: fixed;
z-index: 9;
}
.wsx-top {
top: 0;
}
.wsx-top-16 {
top: 16px;
}
.wsx-up {
bottom: 100%;
}
.wsx-bottom {
bottom: 0;
}
.wsx-down {
top: 100%;
}
.wsx-down-60p {
top: 60%;
}
.wsx-down-4 {
top: calc(100% + 4px);
}
.wsx-left {
left: 0;
}
.wsx-left-n15 {
left: -15px;
}
.wsx-start {
right: 100%;
}
.wsx-start-4 {
right: calc(100% + 4px);
}
.wsx-right {
right: 0;
}
.wsx-right-16 {
right: 16px;
}
.wsx-end {
left: 100%;
}
.wsx-end-4 {
left: calc(100% + 4px);
}
.wsx-z-99999 {
z-index: 99999;
}
.wsx-z-9999 {
z-index: 9999;
}
.wsx-z-999 {
z-index: 999;
}
.wsx-z-99 {
z-index: 99;
}
.wsx-z-9 {
z-index: 9;
}
.wsx-z-1 {
z-index: 1;
}
.wsx-z-0 {
z-index: 0;
}
.wsx-bg-approve {
background-color: var(--color-positive);
}
.wsx-bg-approve:hover {
background-color: var(--color-positive-hover);
}
.wsx-bg-delete {
opacity: 0.8;
background-color: var(--color-negative);
}
.wsx-bg-delete:hover {
opacity: 1;
}
.wsx-bg-deactive {
background-color: var(--color-deactive);
}
.wsx-bg-deactive:hover {
background-color: var(--color-tertiary);
}
.wsx-bg-reject {
opacity: 0.8;
background-color: var(--color-reject);
}
.wsx-bg-reject:hover {
opacity: 1;
}
.wsx-bg-primary {
background-color: var(--color-primary);
}
.wsx-bg-secondary {
background-color: var(--color-secondary);
}
.wsx-bg-tertiary {
background-color: var(--color-tertiary);
}
.wsx-bg-negative {
background-color: var(--color-negative);
}
.wsx-bg-positive {
background-color: var(--color-positive);
}
.wsx-bg-sky {
background-color: var(--color-sky);
}
.wsx-bg-orchid {
background-color: var(--color-orchid);
}
.wsx-bg-mint {
background-color: var(--color-mint);
}
.wsx-bg-lime {
background-color: var(--color-lime);
}
.wsx-bg-pink {
background-color: var(--color-pink);
}
.wsx-bg-indigo {
background-color: var(--color-indigo);
}
.wsx-bg-gray {
background-color: var(--color-gray);
}
.wsx-bg-base1 {
background-color: var(--color-base-one);
}
.wsx-bg-base2 {
background-color: var(--color-base-two);
}
.wsx-bg-base3 {
background-color: var(--color-base-three);
}
.wsx-bg-base4 {
background-color: var(--color-base-four);
}
.wsx-bg-promotion {
background-color: var(--color-promotion-bg);
}
.wsx-bg-text-medium {
background-color: var(--color-text-medium);
}
.wsx-bg-transparent {
background-color: transparent;
}
.wsx-color-primary {
color: var(--color-primary);
}
.wsx-color-secondary {
color: var(--color-secondary);
}
.wsx-color-tertiary {
color: var(--color-tertiary);
}
.wsx-color-negative {
color: var(--color-negative);
}
.wsx-color-positive {
color: var(--color-positive);
}
.wsx-color-warning {
color: var(--color-warning);
}
.wsx-color-blue-dark {
color: var(--color-blue-dark);
}
.wsx-color-sky {
color: var(--color-sky);
}
.wsx-color-orchid {
color: var(--color-orchid);
}
.wsx-color-mint {
color: var(--color-mint);
}
.wsx-color-lime {
color: var(--color-lime);
}
.wsx-color-pink {
color: var(--color-pink);
}
.wsx-color-indigo {
color: var(--color-indigo);
}
.wsx-color-gray {
color: var(--color-gray);
}
.wsx-color-text-dark {
color: var(--color-text-dark);
}
.wsx-color-text-medium {
color: var(--color-text-medium);
}
.wsx-color-text-light {
color: var(--color-text-light);
}
.wsx-color-text-reverse {
color: var(--color-text-reverse);
}
.wsx-color-text-body {
color: var(--color-text-body);
}
.wsx-shadow-primary {
box-shadow: 0 0 10px 10px var(--color-shadow-primary);
}
.wsx-border-default {
border: 1px solid;
}
.wsx-border-none {
border: none;
}
.wsx-border-top {
border-top: 1px solid;
}
.wsx-border-bottom {
border-bottom: 1px solid;
}
.wsx-br-lg {
border-radius: var(--border-radius-lg);
}
.wsx-br-md {
border-radius: var(--border-radius-md);
}
.wsx-br-sm {
border-radius: var(--border-radius-sm);
}
.wsx-br-round {
border-radius: 50%;
}
.wsx-br-none {
border-radius: 0;
}
.wsx-bc-primary {
border-color: var(--color-primary);
}
.wsx-bc-secondary {
border-color: var(--color-secondary);
}
.wsx-bc-tertiary {
border-color: var(--color-tertiary);
}
.wsx-bc-border-primary {
border-color: var(--color-border-primary);
}
.wsx-bc-border-secondary {
border-color: var(--color-border-secondary);
}
.wsx-bc-border-tertiary {
border-color: var(--color-border-tertiary);
}
.wsx-bc-border-light {
border-color: var(--color-border-light);
}
.wsx-bc-promotion {
border-color: var(--color-promotion-border);
}
.wsx-bc-transparent {
border-color: transparent;
}
.wsx-d-block {
display: block;
}
.wsx-d-flex {
display: flex;
}
.wsx-d-none {
display: none;
}
.wsx-flex-column {
flex-direction: column;
}
.wsx-flex-column-reverse {
flex-direction: column-reverse;
}
.wsx-flex-reverse {
flex-direction: row-reverse;
}
.wsx-flex-wrap {
flex-wrap: wrap;
}
.wsx-flex-nowrap {
flex-wrap: nowrap;
}
.wsx-flex-1 {
flex: 1;
}
.wsx-flex-0 {
flex: 0;
}
.wsx-basis-50 {
flex-basis: 50%;
}
.wsx-basis-20 {
flex-basis: 20%;
}
.wsx-basis-17 {
flex-basis: 17%;
}
.wsx-basis-4 {
flex-basis: 4%;
}
.wsx-item-start {
align-items: start;
}
.wsx-item-center {
align-items: center;
}
.wsx-item-end {
align-items: end;
}
.wsx-justify-evenly {
justify-content: space-evenly;
}
.wsx-justify-around {
justify-content: space-around;
}
.wsx-justify-space {
justify-content: space-between;
}
.wsx-justify-center {
justify-content: center;
}
.wsx-justify-start {
justify-content: start;
}
.wsx-justify-end {
justify-content: end;
}
.wsx-justify-wrapper {
display: flex;
align-items: center;
justify-content: space-between;
white-space: nowrap;
gap: 10px;
}
.wsx-d-grid,
.wsx-column-2,
.wsx-column-3,
.wsx-column-4,
.wsx-column-1fr-2fr {
display: grid;
}
.wsx-gap-100 {
gap: 100px;
}
.wsx-gap-48 {
gap: 48px;
}
.wsx-gap-40 {
gap: 40px;
}
.wsx-gap-32 {
gap: 32px;
}
.wsx-gap-30 {
gap: 30px;
}
.wsx-gap-24 {
gap: 24px;
}
.wsx-gap-20 {
gap: 20px;
}
.wsx-gap-16 {
gap: 16px;
}
.wsx-gap-12 {
gap: 12px;
}
.wsx-gap-8 {
gap: 8px;
}
.wsx-gap-6 {
gap: 6px;
}
.wsx-gap-4 {
gap: 4px;
}
.wsx-column-2 {
grid-template-columns: repeat(2, 1fr);
}
.wsx-column-3 {
grid-template-columns: repeat(3, 1fr);
}
.wsx-column-4 {
grid-template-columns: repeat(4, 1fr);
}
.wsx-column-1fr-2fr {
grid-template-columns: 1fr 2fr;
}
.wsx-w-full {
width: 100%;
} 
.wsx-w-90p {
width: 90%;
} 
.wsx-w-60p {
width: 60%;
} 
.wsx-w-half {
width: 50%;
} 
.wsx-w-auto {
width: auto;
} 
.wsx-w-fit {
width: fit-content;
} 
.wsx-width-70v {
width: 70vw;
}
.wsx-width-90v {
width: 90vw;
}
.wsx-width-full {
width: 100vw;
} 
.wsx-width-1320 {
max-width: 1320px;
}
.wsx-width-1280 {
max-width: 1280px;
}
.wsx-width-1230 {
max-width: 1230px;
}
.wsx-width-512 {
max-width: 512px;
}
.wsx-width-360 {
max-width: 360px;
}
.wsx-width-250 {
max-width: 250px;
}
.wsx-height-full {
height: 100vh;
} 
.wsx-text-start {
text-align: start;
}
.wsx-text-center {
text-align: center;
}
.wsx-text-end {
text-align: end;
}
.wsx-font-bold {
font-weight: var(--font-weight-bold);
}
.wsx-font-medium {
font-weight: var(--font-weight-medium);
}
.wsx-font-regular {
font-weight: var(--font-weight-regular);
}
.wsx-lh-normal {
line-height: normal;
}
.wsx-lh-0 {
line-height: 0;
}
.wsx-font-32 {
font-size: 32px;
}
.wsx-font-28 {
font-size: 28px;
}
.wsx-font-24 {
font-size: 24px;
}
.wsx-font-20 {
font-size: 20px;
}
.wsx-font-18 {
font-size: 18px;
}
.wsx-font-16 {
font-size: 16px;
}
.wsx-font-14 {
font-size: 14px;
line-height: 16px;
}
.wsx-font-12 {
font-size: 12px;
line-height: 14px;
}
.wsx-center-hz {
margin-left: auto;
margin-right: auto;
}
.wsx-m-0 {
margin: 0;
}
.wsx-mb-100 {
margin-bottom: 100px;
}
.wsx-mb-48 {
margin-bottom: 48px;
}
.wsx-mb-40 {
margin-bottom: 40px;
}
.wsx-mb-32 {
margin-bottom: 32px;
}
.wsx-mb-26 {
margin-bottom: 26px;
}
.wsx-mb-24 {
margin-bottom: 24px;
}
.wsx-mb-20 {
margin-bottom: 20px;
}
.wsx-mb-16 {
margin-bottom: 16px;
}
.wsx-mb-14 {
margin-bottom: 14px;
}
.wsx-mb-12 {
margin-bottom: 12px;
}
.wsx-mb-8 {
margin-bottom: 8px;
}
.wsx-mb-4 {
margin-bottom: 4px;
}
.wsx-mb-n8 {
margin-bottom: -8px;
}
.wsx-mb-0 {
margin-bottom: 0px;
}
.wsx-mt-100 {
margin-top: 100px;
}
.wsx-mt-48 {
margin-top: 48px;
}
.wsx-mt-40 {
margin-top: 40px;
}
.wsx-mt-32 {
margin-top: 32px;
}
.wsx-mt-24 {
margin-top: 24px;
}
.wsx-mt-20 {
margin-top: 20px;
}
.wsx-mt-16 {
margin-top: 16px;
}
.wsx-mt-12 {
margin-top: 12px;
}
.wsx-mt-8 {
margin-top: 8px;
}
.wsx-mt-4 {
margin-top: 4px;
}
.wsx-p-32 {
padding: 32px;
}
.wsx-p-24 {
padding: 24px;
}
.wsx-p-20 {
padding: 20px;
}
.wsx-p-16 {
padding: 16px;
}
.wsx-p-10 {
padding: 10px;
}
.wsx-p-8 {
padding: 8px;
}
.wsx-p-6 {
padding: 6px;
}
.wsx-p-4 {
padding: 4px;
}
.wsx-p-0 {
padding: 0px;
}
.wsx-plr-40 {
padding-left: 40px;
padding-right: 40px;
}
.wsx-plr-24 {
padding-left: 24px;
padding-right: 24px;
}
.wsx-plr-20 {
padding-left: 20px;
padding-right: 20px;
}
.wsx-plr-16 {
padding-left: 16px;
padding-right: 16px;
}
.wsx-plr-12 {
padding-left: 12px;
padding-right: 12px;
}
.wsx-plr-10 {
padding-left: 10px;
padding-right: 10px;
}
.wsx-plr-8 {
padding-left: 8px;
padding-right: 8px;
}
.wsx-plr-4 {
padding-left: 4px;
padding-right: 4px;
}
.wsx-pt-100 {
padding-top: 100px;
}
.wsx-pt-48 {
padding-top: 48px;
}
.wsx-pt-32 {
padding-top: 32px;
}
.wsx-pt-24 {
padding-top: 24px;
}
.wsx-pt-20 {
padding-top: 20px;
}
.wsx-pt-16 {
padding-top: 16px;
}
.wsx-pt-12 {
padding-top: 12px;
}
.wsx-pt-10 {
padding-top: 10px;
}
.wsx-pt-8 {
padding-top: 8px;
}
.wsx-pt-6 {
padding-top: 6px;
}
.wsx-pt-4 {
padding-top: 4px;
}
.wsx-pb-100 {
padding-bottom: 100px;
}
.wsx-pb-48 {
padding-bottom: 48px;
}
.wsx-pb-32 {
padding-bottom: 32px;
}
.wsx-pb-24 {
padding-bottom: 24px;
}
.wsx-pb-20 {
padding-bottom: 20px;
}
.wsx-pb-16 {
padding-bottom: 16px;
}
.wsx-pb-12 {
padding-bottom: 12px;
}
.wsx-pb-10 {
padding-bottom: 10px;
}
.wsx-pb-8 {
padding-bottom: 8px;
}
.wsx-pb-6 {
padding-bottom: 6px;
}
.wsx-pb-4 {
padding-bottom: 4px;
} @media (max-width: 991px) {
.wsx-lg-column-1,
.wsx-lg-column-2,
.wsx-lg-column-3 {
display: grid;
}
.wsx-lg-column-3 {
grid-template-columns: repeat(3, 1fr);
}
.wsx-lg-column-2 {
grid-template-columns: repeat(2, 1fr);
}
.wsx-lg-column-1 {
grid-template-columns: 1fr;
}
}
@media (max-width: 850px) {
.wsx-message {
max-width: 56vw;
}
}
@media (max-width: 689px) {
.woocommerce-account .woocommerce-MyAccount-content {
width: 100%;
}
}
@media (max-width: 490px) {
.wsx-message {
max-width: 46vw;
}
}
@media (max-width: 490px) {
.wsx-sm-flex {
display: flex;
flex-direction: column;
}
}
.approve-button {
margin-right: 10px;
padding: 10px;
background-color: #4CAF50;
border: none;
color: #fff;
border-radius: 4px;
cursor: pointer;
}
.decline-button {
padding: 10px;
background-color: #f44336;
border: none;
color: #fff;
border-radius: 4px;
cursor: pointer;
}.woocommerce img.pswp__img,.woocommerce-page img.pswp__img{max-width:none}button.pswp__button{box-shadow:none!important;background-image:url(//koreabrands.com/wp-content/plugins/woocommerce/assets/css/photoswipe/default-skin/default-skin.png)!important}button.pswp__button,button.pswp__button--arrow--left::before,button.pswp__button--arrow--right::before,button.pswp__button:hover{background-color:transparent!important}button.pswp__button--arrow--left,button.pswp__button--arrow--left:hover,button.pswp__button--arrow--right,button.pswp__button--arrow--right:hover{background-image:none!important}button.pswp__button--close:hover{background-position:0 -44px}button.pswp__button--zoom:hover{background-position:-88px 0} .pswp{display:none;position:absolute;width:100%;height:100%;left:0;top:0;overflow:hidden;-ms-touch-action:none;touch-action:none;z-index:1500;-webkit-text-size-adjust:100%;-webkit-backface-visibility:hidden;outline:0}.pswp *{-webkit-box-sizing:border-box;box-sizing:border-box}.pswp img{max-width:none}.admin-bar .pswp{height:calc(100% - 32px);top:32px}@media screen and (max-width:782px){.admin-bar .pswp{height:calc(100% - 46px);top:46px}}.pswp--animate_opacity{opacity:.001;will-change:opacity;-webkit-transition:opacity 333ms cubic-bezier(.4,0,.22,1);transition:opacity 333ms cubic-bezier(.4,0,.22,1)}.pswp--open{display:block}.pswp--zoom-allowed .pswp__img{cursor:-webkit-zoom-in;cursor:-moz-zoom-in;cursor:zoom-in}.pswp--zoomed-in .pswp__img{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.pswp--dragging .pswp__img{cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.pswp__bg{position:absolute;left:0;top:0;width:100%;height:100%;background:#000;opacity:0;-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-backface-visibility:hidden;will-change:opacity}.pswp__scroll-wrap{position:absolute;left:0;top:0;width:100%;height:100%;overflow:hidden}.pswp__container,.pswp__zoom-wrap{-ms-touch-action:none;touch-action:none;position:absolute;left:0;right:0;top:0;bottom:0}.pswp__container,.pswp__img{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none}.pswp__zoom-wrap{position:absolute;width:100%;-webkit-transform-origin:left top;-ms-transform-origin:left top;transform-origin:left top;-webkit-transition:-webkit-transform 333ms cubic-bezier(.4,0,.22,1);transition:transform 333ms cubic-bezier(.4,0,.22,1)}.pswp__bg{will-change:opacity;-webkit-transition:opacity 333ms cubic-bezier(.4,0,.22,1);transition:opacity 333ms cubic-bezier(.4,0,.22,1)}.pswp--animated-in .pswp__bg,.pswp--animated-in .pswp__zoom-wrap{-webkit-transition:none;transition:none}.pswp__container,.pswp__zoom-wrap{-webkit-backface-visibility:hidden}.pswp__item{position:absolute;left:0;right:0;top:0;bottom:0;overflow:hidden}.pswp__img{position:absolute;width:auto;height:auto;top:0;left:0}.pswp__img--placeholder{-webkit-backface-visibility:hidden}.pswp__img--placeholder--blank{background:#222}.pswp--ie .pswp__img{width:100%!important;height:auto!important;left:0;top:0}.pswp__error-msg{position:absolute;left:0;top:50%;width:100%;text-align:center;font-size:14px;line-height:16px;margin-top:-8px;color:#ccc}.pswp__error-msg a{color:#ccc;text-decoration:underline}.pswp__button{width:44px;height:44px;position:relative;background:0 0;cursor:pointer;overflow:visible;-webkit-appearance:none;display:block;border:0;padding:0;margin:0;float:left;opacity:.75;-webkit-transition:opacity .2s;transition:opacity .2s;-webkit-box-shadow:none;box-shadow:none}.pswp__button:focus,.pswp__button:hover{opacity:1}.pswp__button:active{outline:0;opacity:.9}.pswp__button::-moz-focus-inner{padding:0;border:0}.pswp__ui--over-close .pswp__button--close{opacity:1}.pswp__button,.pswp__button--arrow--left:before,.pswp__button--arrow--right:before{background:url(//koreabrands.com/wp-content/plugins/woocommerce/assets/css/photoswipe/default-skin/default-skin.png) 0 0 no-repeat;background-size:264px 88px;width:44px;height:44px}@media (-webkit-min-device-pixel-ratio:1.1),(-webkit-min-device-pixel-ratio:1.09375),(min-resolution:105dpi),(min-resolution:1.1dppx){.pswp--svg .pswp__button,.pswp--svg .pswp__button--arrow--left:before,.pswp--svg .pswp__button--arrow--right:before{background-image:url(//koreabrands.com/wp-content/plugins/woocommerce/assets/css/photoswipe/default-skin/default-skin.svg)}.pswp--svg .pswp__button--arrow--left,.pswp--svg .pswp__button--arrow--right{background:0 0}}.pswp__button--close{background-position:0 -44px}.pswp__button--share{background-position:-44px -44px}.pswp__button--fs{display:none}.pswp--supports-fs .pswp__button--fs{display:block}.pswp--fs .pswp__button--fs{background-position:-44px 0}.pswp__button--zoom{display:none;background-position:-88px 0}.pswp--zoom-allowed .pswp__button--zoom{display:block}.pswp--zoomed-in .pswp__button--zoom{background-position:-132px 0}.pswp--touch .pswp__button--arrow--left,.pswp--touch .pswp__button--arrow--right{visibility:hidden}.pswp__button--arrow--left,.pswp__button--arrow--right{background:0 0;top:50%;margin-top:-50px;width:70px;height:100px;position:absolute}.pswp__button--arrow--left{left:0}.pswp__button--arrow--right{right:0}.pswp__button--arrow--left:before,.pswp__button--arrow--right:before{content:'';top:35px;background-color:rgba(0,0,0,.3);height:30px;width:32px;position:absolute}.pswp__button--arrow--left:before{left:6px;background-position:-138px -44px}.pswp__button--arrow--right:before{right:6px;background-position:-94px -44px}.pswp__counter,.pswp__share-modal{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.pswp__share-modal{display:block;background:rgba(0,0,0,.5);width:100%;height:100%;top:0;left:0;padding:10px;position:absolute;z-index:1600;opacity:0;-webkit-transition:opacity .25s ease-out;transition:opacity .25s ease-out;-webkit-backface-visibility:hidden;will-change:opacity}.pswp__share-modal--hidden{display:none}.pswp__share-tooltip{z-index:1620;position:absolute;background:#fff;top:56px;border-radius:2px;display:block;width:auto;right:44px;-webkit-box-shadow:0 2px 5px rgba(0,0,0,.25);box-shadow:0 2px 5px rgba(0,0,0,.25);-webkit-transform:translateY(6px);-ms-transform:translateY(6px);transform:translateY(6px);-webkit-transition:-webkit-transform .25s;transition:transform .25s;-webkit-backface-visibility:hidden;will-change:transform}.pswp__share-tooltip a{display:block;padding:8px 12px;color:#000;text-decoration:none;font-size:14px;line-height:18px}.pswp__share-tooltip a:hover{text-decoration:none;color:#000}.pswp__share-tooltip a:first-child{border-radius:2px 2px 0 0}.pswp__share-tooltip a:last-child{border-radius:0 0 2px 2px}.pswp__share-modal--fade-in{opacity:1}.pswp__share-modal--fade-in .pswp__share-tooltip{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.pswp--touch .pswp__share-tooltip a{padding:16px 12px}a.pswp__share--facebook:before{content:'';display:block;width:0;height:0;position:absolute;top:-12px;right:15px;border:6px solid transparent;border-bottom-color:#fff;-webkit-pointer-events:none;-moz-pointer-events:none;pointer-events:none}a.pswp__share--facebook:hover{background:#3e5c9a;color:#fff}a.pswp__share--facebook:hover:before{border-bottom-color:#3e5c9a}a.pswp__share--twitter:hover{background:#55acee;color:#fff}a.pswp__share--pinterest:hover{background:#ccc;color:#ce272d}a.pswp__share--download:hover{background:#ddd}.pswp__counter{position:relative;left:0;top:0;height:44px;font-size:13px;line-height:44px;color:#fff;opacity:.75;padding:0 10px;margin-inline-end:auto}.pswp__caption{position:absolute;left:0;bottom:0;width:100%;min-height:44px}.pswp__caption small{font-size:11px;color:#bbb}.pswp__caption__center{text-align:left;max-width:420px;margin:0 auto;font-size:13px;padding:10px;line-height:20px;color:#ccc}.pswp__caption--empty{display:none}.pswp__caption--fake{visibility:hidden}.pswp__preloader{width:44px;height:44px;position:absolute;top:0;left:50%;margin-left:-22px;opacity:0;-webkit-transition:opacity .25s ease-out;transition:opacity .25s ease-out;will-change:opacity;direction:ltr}.pswp__preloader__icn{width:20px;height:20px;margin:12px}.pswp__preloader--active{opacity:1}.pswp__preloader--active .pswp__preloader__icn{background:url(//koreabrands.com/wp-content/plugins/woocommerce/assets/css/photoswipe/default-skin/preloader.gif) 0 0 no-repeat}.pswp--css_animation .pswp__preloader--active{opacity:1}.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn{-webkit-animation:clockwise .5s linear infinite;animation:clockwise .5s linear infinite}.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut{-webkit-animation:donut-rotate 1s cubic-bezier(.4,0,.22,1) infinite;animation:donut-rotate 1s cubic-bezier(.4,0,.22,1) infinite}.pswp--css_animation .pswp__preloader__icn{background:0 0;opacity:.75;width:14px;height:14px;position:absolute;left:15px;top:15px;margin:0}.pswp--css_animation .pswp__preloader__cut{position:relative;width:7px;height:14px;overflow:hidden}.pswp--css_animation .pswp__preloader__donut{-webkit-box-sizing:border-box;box-sizing:border-box;width:14px;height:14px;border:2px solid #fff;border-radius:50%;border-left-color:transparent;border-bottom-color:transparent;position:absolute;top:0;left:0;background:0 0;margin:0}@media screen and (max-width:1024px){.pswp__preloader{position:relative;left:auto;top:auto;margin:0;float:right}}@-webkit-keyframes clockwise{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes clockwise{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes donut-rotate{0%{-webkit-transform:rotate(0);transform:rotate(0)}50%{-webkit-transform:rotate(-140deg);transform:rotate(-140deg)}100%{-webkit-transform:rotate(0);transform:rotate(0)}}@keyframes donut-rotate{0%{-webkit-transform:rotate(0);transform:rotate(0)}50%{-webkit-transform:rotate(-140deg);transform:rotate(-140deg)}100%{-webkit-transform:rotate(0);transform:rotate(0)}}.pswp__ui{-webkit-font-smoothing:auto;visibility:visible;opacity:1;z-index:1550}.pswp__top-bar{position:absolute;left:0;top:0;height:44px;width:100%;display:flex;justify-content:flex-end}.pswp--has_mouse .pswp__button--arrow--left,.pswp--has_mouse .pswp__button--arrow--right,.pswp__caption,.pswp__top-bar{-webkit-backface-visibility:hidden;will-change:opacity;-webkit-transition:opacity 333ms cubic-bezier(.4,0,.22,1);transition:opacity 333ms cubic-bezier(.4,0,.22,1)}.pswp--has_mouse .pswp__button--arrow--left,.pswp--has_mouse .pswp__button--arrow--right{visibility:visible}.pswp__caption,.pswp__top-bar{background-color:rgba(0,0,0,.5)}.pswp__ui--fit .pswp__caption,.pswp__ui--fit .pswp__top-bar{background-color:rgba(0,0,0,.3)}.pswp__ui--idle .pswp__top-bar{opacity:0}.pswp__ui--idle .pswp__button--arrow--left,.pswp__ui--idle .pswp__button--arrow--right{opacity:0}.pswp__ui--hidden .pswp__button--arrow--left,.pswp__ui--hidden .pswp__button--arrow--right,.pswp__ui--hidden .pswp__caption,.pswp__ui--hidden .pswp__top-bar{opacity:.001}.pswp__ui--one-slide .pswp__button--arrow--left,.pswp__ui--one-slide .pswp__button--arrow--right,.pswp__ui--one-slide .pswp__counter{display:none}.pswp__element--disabled{display:none!important}.pswp--minimal--dark .pswp__top-bar{background:0 0}