/*
Theme Name: Shopkeeper Child
Theme URI: http://shopkeeper.getbowtied.com/
Description: This is a child theme.
Author: Pleksi Kreativstudio
Author URI: http://www.pleksi.de/
Template: shopkeeper
Version: 2.0
*/
@import url("../shopkeeper/style.css");

@import url("style-font-3.0.3.css");

/*************** CUSTOM CSS IN THIS AREA ***************/
.entry-content a:hover {
 opacity: 1;
}

ul {
 list-style: none;
}

hr.border {
 margin: 0 auto;
 border-color: #eaeaea;
}

.site-header {
 z-index: 1;
}

.entry-header {
 display: none;
}

.scrollToTop {
 bottom: 25px;
 right: 25px;
 z-index: 999;
 position: fixed;
 font-size: 0;
 background: url('images/arrow_top_faq.png') no-repeat center top #959595;
 height: 48px !important;
 width: 48px !important;
 border-radius: 50%;
 transition: all 0.3s ease
}

.scrollToTop.active, .scrollToTop:hover, .scrollToTop:focus {
 background: url(images/arrow_top_faq.png) no-repeat scroll center top #161616;
}

@media ( max-width : 1280px) {
 .scrollToTop {
  bottom: 10px !important;
  right: 10px !important;
 }
}

input[type=checkbox]:not(old) {
 width: 16px;
 margin: 8px 0 0;
 padding: 0;
 font-size: 1em;
 opacity: 0;
 height: 16px;
 vertical-align: middle;
}

input[type="checkbox"]+label, input[type="radio"]+label {
 margin-left: 0;
 margin-right: 0;
}

.check_box_radio, .check_box {
 left: -9999px;
 position: absolute;
}

.woocommerce form .form-row label.check_label_radio, .woocommerce-page form .form-row label.check_label,
 .check_label_radio, .check_label {
 display: inline-block;
 line-height: 1.1em;
 cursor: pointer;
 vertical-align: middle;
 padding-left: 32px;
 position: relative;
 text-indent: 0;
}

.check_label_radio {
 font-size: 1rem;
 line-height: 1.3em;
 padding-top: 1px;
 text-transform: uppercase;
}

.check_label_radio:before {
 content: '';
 display: block;
 position: absolute;
 width: 16px;
 height: 16px;
 left: 0;
 top: 3px !important;
 background-image: url("../shopkeeper/images/radio.png");
 background-color: #fff;
 background-repeat: no-repeat;
 background-size: 16px 40px;
 background-position: 0 0;
 border-radius: 16px;
 -moz-border-radius: 16px;
 -webkit-border-radius: 16px;
 overflow: hidden;
}

.check_label {
 font-weight: normal;
 font-size: 0.875em;
 padding-top: 0px;
 text-transform: none;
 margin: 0 0 15px;
 line-height: 20px !important;
}

.check_label:before {
 content: '';
 display: block;
 position: absolute;
 width: 20px;
 height: 20px;
 left: 0;
 top: 0px;
 background-image: url("../shopkeeper/images/checkbox.png");
 background-color: #fff;
 background-repeat: no-repeat;
 background-size: 20px 40px;
 background-position: 0 0;
}

.check_box_radio:checked+.check_label_radio:before {
 background-position: 0px -24px;
}

.check_box:checked+.check_label:before {
 background-position: 0px -20px;
}

.user-migration-popup {
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999;
}

.user-migration-popup .popup-content {
    background-color: #fff;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    max-width: 500px;
    border-radius: 10px;
}

.user-migration-popup .close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
}

.user-migration-popup .close:hover,
.user-migration-popup .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.user-migration-popup .popup-content h3.error {
	color: #e83535;
	text-align: center;
}

.user-migration-popup .popup-content h3.success {
	color: #329f32;
	text-align: center;
}

.user-migration-popup .popup-content p {
	text-align: center;
} 