/*
Theme Name: Konte Child Theme
Theme URI: http://konte.uix.store/
Author: UIX Themes
Author URI: http://uix.store
Description: A fully responsive Premium WordPress Theme with a pixel perfect design and extensive functionality
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: konte
Tags: one-column, two-columns, right-sidebar, custom-colors, custom-menu, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Template: konte
*/

/* menu 
.header-v8 .header-center-items { text-align:left; justify-content: left; }
.header-v8 .main-navigation { width:1270px; margin-left: auto; margin-right:auto;}
*/ 

@font-face {
  font-family: "NotoSansKR-Light";
  src: local("NotoSansKR-Light"),
      url("../fonts/NotoSansKR-Light.woff2") format("woff2"),
      url("../fonts/NotoSansKR-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}

@font-face {
  font-family: "NotoSansKR-Regular";
  src: local("NotoSansKR-Regular"),
      url("../fonts/NotoSansKR-Regular.woff2") format("woff2"),
      url("../fonts/NotoSansKR-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}

@font-face {
  font-family: "NotoSansKR-Medium";
  src: local("NotoSansKR-Medium"),
      url("../fonts/NotoSansKR-Medium.woff2") format("woff2"),
      url("../fonts/NotoSansKR-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}

@font-face {
  font-family: "NotoSansKR-Bold";
  src: local("NotoSansKR-Bold"),
      url("../fonts/NotoSansKR-Bold.woff2") format("woff2"),
      url("../fonts/NotoSansKR-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}


/*
.single-product:not(.product-v7) .site-header.light~.site-content,
.single-product:not(.product-v7) .site-header.transparent~.site-content {
    padding-top: 0;
}*/


.header-account a { margin-left:8px; }

.header-v8 .nav-menu>li.hide-menu {
	display:none;
}
.nav-menu li.two-columns ul.sub-menu {
 -webkit-column-count: 2;
 -moz-column-count: 2;
 column-count: 2;
 list-style-type: none;
}
.hide-text { display:none;}
.nav-menu li.two-columns ul.sub-menu li { width:110px;padding:8px 0px 8px 15px}


/* 친환경상품관 */
.header-v8 .nav-menu>li.event-menu1,
.header-v8 .nav-menu>li.event-menu2 { text-align:right; }
.header-v8 .nav-menu>li.event-menu1 a {
    color: #125f35;
    background-image : url('/wp-content/uploads/imgs/ico-carrot.png');
    background-repeat: no-repeat;
    background-position: 5px center;
    background-color: #c8e8a2;
    padding: 8px 15px 8px 35px;
    border-radius: 1em;
    text-decoration:none;
	font-size:1rem;
	letter-spacing:-1px;
}
/* 가정의달 */
.header-v8 .nav-menu>li.event-menu2 a {
    margin-left:5px;
    background-image : url('/wp-content/uploads/imgs/ico-packing.png');
    background-repeat: no-repeat;
    background-position: 5px center;
    background-color: #fddecf;
    color: #15214a;
    padding: 8px 15px 8px 35px;
    border-radius: 1em;
    text-decoration:none;
	font-size:1rem;
	letter-spacing:-1px;
}

/* 전체카테고리 mega menu */
body .main-navigation ul.mega-menu-main li.menu-two-columns.col-1_5 {
	width:15% !important;
}
body .main-navigation ul.mega-menu-main li.menu-two-columns.wide.col-1_5 {
	width:18% !important;
}



/* 로그인/회원가입 pannel */
.login-panel .panel-content form .register_title {
	position:relative;
	font-size: 18px;
	font-weight:500;
}
.login-panel .panel-content form .register_title:after {
	content: '';
    display: block;
    width: 100%;
    border-bottom: 3px solid ##161619;
    margin: 6px 0;
}
.login-panel .panel-content form.register .bb-social-login {
	margin-top: 15px;
	margin-bottom:45px;
}

/* 고객센터 */
.header-custom .cscenter-links {
    white-space: nowrap;
    position: absolute;
    top: 100%;
    left: -40px;
    min-width: 180px;
    opacity: 0;
    padding: 2px 0 0 0;
    z-index: 100;
    pointer-events: none;
    transform: translate(0, 20px);
    transition: transform .5s,opacity .4s;
}

.header-custom .cscenter-links ul {
    text-align: left;
    list-style: none;
    margin: 0;
    padding: 30px 40px;
    background: #fff;
    box-shadow: 0 0 30px 0 rgba(0,0,0,.1);
}

.header-custom .cscenter-links li {
    padding: 5px 0;
    position: relative;
}

.header-custom .cscenter-links li .counter {
    position: absolute;
    right: -20px;
    top: 50%;
    transform: translateY(-50%);
}

.header-custom .cscenter-links a {
    color: #161619;
}

.header-custom .cscenter-links .counter {
    color: #fff;
    background: #161619;
}

.header-custom:hover .cscenter-links {
    opacity: 1;
    transform: translate(0, 0);
    pointer-events: initial;
}



/* 메인 */
.more-section { position:relative;}
.more-section .more {
    position: absolute;
    top: 15px;
    right: 0;
    width: 83px;
    height: 22px;
    text-indent: -99999px;
    background: url(/wp-content/uploads/imgs/ico-more.png) 50% 50% no-repeat;
}

/* 상품리스트 */
ul.products li.product .sold-by { font-size:13px; font-weight:400;line-height:1.4em;}

/* 상품명, 상품제목 길이 두줄만 표시 */
ul.products li.product .woocommerce-loop-product__title a {
    width:100%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

/* 장바구니 할인쿠폰 제목 */
.woocommerce-checkout-2-columns .woocommerce-checkout-review-order-table tr.cart-discount th {
	color:red;
}
.woocommerce-order h3.wc-bacs-bank-details-account-name { font-size:1.25rem}
/*판매업체 한줄..*/
.woocommerce ul.products li.product small,
.woocommerce ul.products li.product .woocommercendors_sold_by_in_loop {
	display: block;
	margin:10px 0 0;
	width:100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color:#898989;
	font-size:.805rem;
}


/*wc-vendor */
.wcv-shop-header-name { font-size: 36px; font-family:"NotoSansKR-Bold",sans-serif; margin-bottom:6px;}
.wcv_shop_description { 
	background-color:#ddebf5;
	padding:15px 25px;
	border-radius:20px;
}
/*
.wcv-shop-header-name:after { content: '';
    display: block;
    width: 200px;
    border-bottom: 4px solid #7aa738;
    margin: 6px 0;
}*/
.wcv_shop_description p { margin-left:20px;}
ul.wc-item-meta { font-size:.925rem; margin-left:15px; }
ul.wc-item-meta li strong { font-weight:400; }
ul.wc-item-meta li p { margin:0; display:inline-block;}

/* 상페페이지 */
.woocommerce div.product .variations th.label { font-size:20px; font-weight:500; }
.woocommerce .wcboost-variation-swatches--button .wcboost-variation-swatches__item {
	padding-top: 10px!important;
	padding-bottom: 10px!important;
}

/* 쿠폰 */
form.checkout_coupon.woocommerce-form-coupon {
display: none !important;
}
.woocommerce-form-coupon-toggle {
display: none;
}
.woocommerce .viwcc-coupons-wrap.checkout_coupon {
	display: block;
}

.header-coupon {
	background: url(/wp-content/uploads/imgs/coupon-top.png) no-repeat left center;
	width:220px;
    font-size: 14px;
    line-height: 1.2em;
    padding-left: 70px;
	text-align:left;
}

.cart-collaterals .shop_table tr.cart-discount th {
	color:red;
}

.woocommerce div.product .list-coupon-avaiable {
    background-image : url('/wp-content/uploads/imgs/coupon-top.png');
    background-repeat: no-repeat;
    background-position: 10px 8px;
    background-color: #f8f6e2;
    padding: 8px 54px;
	border:1px dotted red;
	margin-bottom:25px;
}
.woocommerce div.product .list-coupon-avaiable ul { list-style:none; font-size:14px; padding:0;}

.main-navigation ul.mega-menu-main li.menu-two-columns ul.sub-menu {
	 columns: 2;
	-webkit-columns: 2;
	-moz-columns: 2;
}
.main-navigation ul.mega-menu-main li.mega-sub-menu {
	border-right:1px solid #dcdcdc;
}
.main-navigation ul.mega-menu-main li.mega-sub-menu:first-child {
	border-left:1px solid #dcdcdc;
}

.main-navigation .nav-menu>li.fa::before {
    color: #333333;
    content: "\f0c9";
    display: inline-block;
    font-family: FontAwesome;
    margin-left: -1rem;
    font-size: 1.5rem;
    width: 2.4rem;
}

,soldby-content h6 { 
	margin:0 0 15px 0;
}
ul.left_ul { list-style:none; }

/* footer */
.footer-widgets-area-1, .footer-widgets-area-2 {
	margin-top: 35px;
}


/*다중배송*/
.multi-shipping-wrapper { border:5px solid #7e7e7e;}
table.multi-shipping-table dl.variation { font-size:.785rem; margin:0}
table.multi-shipping-table dl dt,
table.multi-shipping-table dl dd { margin:0; }
table.multi-shipping-table dl dt { float:left; }
table.multi-shipping-table th { color:white; background:#666; font-size:14px; font-weight:500;padding:5px 10px; }
table.multi-shipping-table td { border-bottom:1px solid #bebebe; }

table.multi-shipping-table .woocommerce-input-wrapper select {
	max-width:350px;
	font-size:14px;
	border:2px solid #666;
	height:40px;
}
table.multi-shipping-table .checkout-thumbnail-img img { width:50px;}
table.multi-shipping-table .product-thumb-name {
	font-size:15px;font-weight:500;line-height:1.2em;
	width: 100%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.woocommerce-checkout-2-columns form.woocommerce-checkout .shipping_address label.thmaf-enable-multiple-shipping {
	border-bottom:2px solid #000;
}
.woocommerce-checkout-2-columns form.woocommerce-checkout .form-row select {
	width:100%;
	font-size:14px;
	border:2px solid #000;
	padding: 2px;
}




/*@media (max-width: 768px) { */
	.multi-shipping-table { width: 100%; table-layout:fixed; }
	.multi-shipping-table tr { display: flex; }
	.multi-shipping-table th,
	.multi-shipping-table td { display:flex; align-items:center; flex: 0 0 auto; width:90px;
	}
	.multi-shipping-table tr th:nth-child(1), .multi-shipping-table tr td:nth-child(1) {
		min-width:40%;
		overflow:hidden;
	}
	.multi-shipping-table tr th:nth-child(2), .multi-shipping-table tr td:nth-child(2) {
		width:14%;
	}
	.multi-shipping-table tr th:nth-child(3), .multi-shipping-table tr td:nth-child(3) {
		min-width:46%;
	}
/* } */


.woocommerce table.order_details td a.order-actions-button  { margin-right:5px;}

/* General Styling for My Account Navigation */
.woocommerce-MyAccount-navigation {
    background-color: #f9f9f9; /* Light background */
    border: 1px solid #ddd; /* Border around the menu */
    border-radius: 8px; /* Rounded corners */
    padding: 15px;
}

/* Styling Navigation Links */
.woocommerce-MyAccount-navigation ul li a {
    display: block;
    color: #000; /* Text color */
    text-decoration: none;
    padding: 9px 12px;
    font-size: 1rem;
    font-weight: normal;
    transition: all 0.3s ease; /* Smooth hover effect */
}

/* Hover Effect for Links */
.woocommerce-MyAccount-navigation ul li a:hover {
    background-color: #007cba; 
    color: #fff;
    border-radius: 5px;
}

/* Active Link Styling */
.woocommerce-MyAccount-navigation ul li.is-active a {
    background-color: #005a8c; /* Darker blue for active state */
    color: #fff;
    font-weight: bold;
    border-radius: 5px;
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--wishlist a { 
	display: inline-block;
}

.woocommerce-MyAccount-content table.my_account_orders td a.button {
	background:#666;
	color:#fff;
	font-size:.875rem;
	padding: 0 8px;
	line-height: 35px;
	margin-left: 1px;
	border:1px solid #212121;
	
}

.product-meta-vendor {
	margin: 50px 0 0; 
	font-family:"NotoSansKR-Regular",sans-serif;
}
.product-meta-vendor h3{
	font-weight: 500;
	font-size: 1rem;
}
.product-meta-vendor p{
	font-size: .875rem;
}



.footer-main {
	background-color: #ffffff;
}
.footer-main.items-horizontal .footer-left p.footer-custom-menu a {
    font-size:1rem;
    margin-right:25px;
    position:relative;
	color:#333333;
}
.footer-main.items-horizontal .footer-left p.footer-custom-menu a:after {
    content: "";
    top: 6px;
    bottom: 2px;
    right: -15px;
    width: 1px;
    border-width: 0 1px 0 0;
    border-style: solid;
    position: absolute;
    opacity: 0.8;
    border-color: #666;
}
.footer-main.items-horizontal .footer-left p.footer-custom-menu a:last-child:after {
    border-width:0;
}

.footer-main.items-horizontal .footer-left p.footer-custom-info {
    font-size:.85rem;
    color: #b5b5b5;
}
.footer-main .footer-items .custom-text p.footer-custom-info { color:#545454; }


/* 화면이 작으면 몇개 메뉴는 안보이게 처리 */
@media only screen and (max-width: 1379px) and (min-width: 1200px){
    .header-v8 .nav-menu>li>a, .header-v9 .nav-menu>li>a {
        font-size:1rem !important;
    }
	.header-coupon-banner { display: none; }
}
/* Wishlist */

table.wishlist_table .product-price .sale-rate { color:red; margin-right:5px; }

@media (min-width: 992px) and (max-width: 1199px) {
	.header-coupon-banner { display: none; }
}
@media (min-width: 768px) and (max-width: 991px) {
}

form.track_order .form-inner { width: 60%; margin:0 auto; }

/* Mobile Responsiveness */
@media (max-width: 768px) {
	/* 제목 두줄표시.. */
/**
	.woocommerce ul.products li.product .woocommerce-loop-product__title, 
	.woocommerce ul.products li.product h2,
	.wc-block-grid__product .wc-block-grid__product-title {
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
**/
    .woocommerce-MyAccount-navigation {
        padding: 10px;
    }
    .woocommerce-MyAccount-navigation ul li a {
        font-size: 15px;
        padding: 8px 10px;
    }

    form.track_order .form-inner { width:100%;}
    form.track_order .button { margin-left:0; }
}


