/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
.pax_socket_box {
    background-color: gray;
    padding: 0 2px;
    color: #ffffff;
    opacity: 1;
    font-weight: bolder;
    /*font-size: 8px;*/
},
/* 20140813: Fontter Socket 에 글자 크기 줄임 (font-size를 추가함. 변경 전 원래 사이즈는 14px 인 듯.*/
.copyright-footer {
    opacity: 1;
    font-size: 12px;
}

/*.entry-content ol li,.entry-summary ol li,.entry-content ul li,.entry-summary ul li,.col-inner ul li{margin-left:0.2em}
.flickity-viewport{width:780px; height:600px}*/
/* viewport 를 잡음으로써 크기해결완료? 2017.07.31 By Remoted*/

.mgwoocommercebrands.brands-listing > ul {
	padding-left: 0;
	text-align: left;
}

.widget>ul>li ul{
	border-left:0px solid #fff;
	margin:0 0 10px 3px;padding-left:15px;
	width:100%;
	display:none;
}

ul{
   list-style:none;
   /* 블릿을 없애버린다 */
}

ul.designers_index li a, ul.designers_index li span {
	border: 0px solid #fff;
	padding: 6px;
	line-height: 1em;
	float: left;
	text-decoration: none;
}

.widget>ul>li ul{
	border-left:0px solid #fff;
	margin:0 0 10px 3px;
	padding-left: 0 !important;
	width:100%;
}

.widget>ul>li ul>li{
	/*
	border-bottom: inset rgba(0,0,0,0.1);
	border-bottom-width: 0.5px;
	*/
	padding-left: 15px;
}

/* CSS mastery I */




div.is-divider.small {
    height: 3px;
    display: block;
    background-color: rgba(0,0,0,0.1);
    margin: 1em 0 1em;
    width: 100%;
    max-width: 100%;
}
/* 디바이더의 크기를 늘림 */



.col-inner ul li {
    margin-left: 0px;
	line-height : 1.6;
}
/* 디자이너와 브랜드의 간격을 조절*/
/* 1.3em Changed By Remoted 2017.08.08*/

.icon-angle-down:before{
	content: "";
}
/* 밑으로 가는 체크표시(?) 모양을 없앰*/



ul.children{
    text-transform: uppercase;
}

span.mg-brand-wrapper.mg-brand-wrapper-product{
	font-size : 0.8em;
}
/* 브랜드의 폰트사이즈를 조절*/

.dropdown-uppercase.nav-dropdown .nav-column>li>a, .nav-dropdown.dropdown-uppercase>li>a{
	text-transform: uppercase;
    font-size: .8em;
}
/* Inner Menu Font Controlling 2017.08.13*/

.nav>li>a:hover, .nav>li.active>a, .nav>li.current>a, .nav>li>a.active, .nav>li>a.current, .nav-dropdown li.active>a, .nav-column li.active>a, .nav-dropdown>li>a:hover, .nav-column li>a:hover{
	color : rgba(102,102,102,0.85)
}


.widget .current-cat>a{
	opacity: 0.9;
} 

.qna_remoted{
	font-size:0.8em;
}

#menu-item-97508>a{
	color:rgb(20, 126, 166)
}
/* Shop Color */

.ui-widget-overlay{
	position: relative !important;
}
/* Postcode KR trouble shooting */

span.amount {
    white-space: nowrap;
    color: #111;
    font-weight: bold;
	opacity: 0.8;
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/



}




