@font-face {
    font-family: kabarett;
    src: url('/fonts/kabarett_simple_thin.ttf');
}
.user-message {
    display: none;
    color: #fff;
    position: relative;
    padding: 20px;
    background: green;
    clear: both;
}

.user-message-regist {
    display: none;
    color: #fff;
    position: relative;
    padding: 20px;
    background: #576757;
    clear: both;
    text-align:center;
    margin-bottom:12px;

}
.agree-politic {
    clear: both;
    text-align: center;
    padding-top: 6px;
}
.agree-politic input { 
    vertical-align: top;
} 
.add-to-cart-anchor {
    cursor: pointer;
}
.add-to-cart a {
    transition: background-color ease 1s;    
}
.add-to-cart a:hover {
    background-color: #c3ac6a;
}

.center {
    text-align:center;
}
.button-add-submit {
    padding: 11px 18px;
    background-color: #ffbe01;
    height: 46px;
    border: none;
    margin-top: 25px;
}


.button-del-submit {
    background-color: transparent;
    border: none;
}
.button-checkout {
    padding: 11px 18px;
    height: 46px;
    border: none;
    margin-top: 25px;
    color:#fff;
    display:inline-block;
    background-color:#1377c5;
}
.button-checkout:hover {
    color: #fff;
}
.button-cart-clear {
    padding: 11px 18px;
    background-color: transparent;    
    height: 46px;
    margin-top: 25px;
    color: #222;
    display: inline-block;
    border: 1px solid #333;
    vertical-align: top;
}    
.button-cart-clear:hover {
    text-decoration: underline;
}
.wl-image {
    width:100px; 
}
.widget-best-seller, .widget-brands {
    margin-bottom:0px !important;
}
.widget-best-seller label, .widget-brands label {
    display: inline-block;
    width: 100%;
    margin-top: 17px;
    padding-bottom: 17px;
    border-bottom: 1px solid #f5f5f5;
    color: #777;
    font-weight: normal;
}
.nc_netshop_filter_field_min, .nc_netshop_filter_field_max {
    display: none;
}


#popupMessage {
    position: fixed;
    right: 100px;
    width: 300px;
    min-height: 200px;
    border: 2px solid #ccc;
    background-color: #2d3e12;
    top: 140px;
    
    z-index: 100;
    color: #fff;
    text-align: center;
    display: none;

}
.popup-msg-image {
    width: 100px;
}
#popupMessage div:first-child {
    text-align: right;
}
#popupMessage div:first-child > img {
    cursor: pointer;
}
.popup-msg-text {
    padding:20px;
}
.font16 {
    font-size:16px;
}
.wp-post-image-preview {
    height:120px;
}
.text-right {
    text-right:
}

.tpl-property-delivery-method-name {
    color: #313131;
    font-size: 15px;
    margin-right: 10px;
    margin-bottom: 8px;
    display: inline-block;
    font-weight: 100;
    font-family: 'Oxygen', sans-serif;
    margin-left: 10px;
}
.tpl-property-delivery-method-description{
    color: #999;
    display: inline-block;
    padding-right: 10px;
    font-weight: 100;
}
.tpl-block-order-delivery-method label {
    margin:10px 0 20px 15px;
}
.tpl-block-order-delivery-point-radio, .tpl-property-delivery-point-address {
    margin-left:10px !important;
}
.billing-address-form .form-control {
    font-size:16px;
    font-weight: 500;
}
.payment-mode-button {
	display: inline-block;
	background-color: #313131;
	border: 1px solid transparent;
	margin-right: 15px;
	padding: 10px 20px;
	text-decoration: none;
	margin-top: 20px;
    color:#fff;
}
.payment-mode-button:hover {
	background-color: #fff;
	color: #000;
	border-color: #000;	
	transition: all 1s ease-in-out;
}
.tpl-block-order-delivery-courier, .tpl-block-order-delivery-pickup {
    display: inline-block;
    vertical-align: top;
}
#reviewForm {
    display: block;
} 
.ow-navigation .navbar-collapse > .nav.navbar-nav > li > a {
    font-weight: bold;
}
.sidebar-catalog li a {
    color: #808080;
}
.dropdown-menu {
    min-width:210px !important;
}
.dropdown-menu li {
    border-bottom:1px solid #ccc;
    padding:5px 0;
}
.dropdown-menu li:last-child {
    border: none;
}
.dropdown-menu li:hover > .dropdown-submenu {
    display: inline-block;
}
.dropdown-submenu {
    position: absolute;
    background-color: #7ed795 !important;
    border: 2px solid #fff;
    padding: 20px;
    list-style: none;
    min-width:210px;
    display: none;
    margin-left: -10px;
    box-shadow: 2px 2px 2px 1px #4c505a !important;
    
}
.dropdown-submenu li {
    border-color:#fff;
}
.dropdown-submenu li a {
    color:#fff !important;
    font-size: 12px;
    
}
.sidebar-catalog li {
    margin-top: 6px !important;
    padding-bottom: 6px !important;
}
.sidebar-subcatalog {
    margin-left:30px;
    margin-top: 7px;
    display: none;
}
.sidebar-subcatalog li {
    margin-top:8px !important;
    padding-bottom:8px !important;
}
.sidebar-catalog-arrow {
    margin-right:7px;
    cursor: pointer;
}
.pointer {
    cursor: pointer;
}
.underline {
    text-decoration: underline !important;
    text-transform: none !important;
    
}
.top-header .color-blue {
    background-color: #8ec1e8;                
}
.top-login-link {
    margin-top: 6px;
    text-decoration: underline;
    display: inline-block;
    cursor: pointer;
    color: #818181 !important;
}
.mleft17 {
    margin-left:17px;
}
#main-slider .carousel-inner > .item > img {
   width:100%;
}
.warn-text {
    color: green;
    display: inline-block;
    margin-bottom:15px;
    font-weight: bold;
}
.sort-panel {
   
}

    .sort-panel span{ 
        margin:10px;
        display: inline-block;
        color: #1377c5;
        cursor: pointer;
    }
.underline-dotted {
    border-bottom: 1px dotted #1377c5;
}

@media screen and (max-width:480px) {
    #popupMessage {
        right:20px;
        width:270px;
    }
}
