.page-content .price-on-login-text{
    margin: 10px 0 0 0; 
}

#reviewTextarea{
    height: auto;
}

.page-footer {
    margin-top: 0px;
}

.shop_info {
    margin-top: 60px;
}

.prd-title, .prd-title a {
    line-height: 18px;
}

.top_line{
    border-top: 1px solid #f3f4f6;
}

.hdr-desktop .mmenu:not(.mmenu--vertical) > li > a.active {
    color: #27c7d8;
}

.site_description {
    font-size: 14px;
    font-weight: 400;
    color: #656565;
    line-height: 28px;
    margin-bottom: 5px;
    text-transform: none;
}

.category-description{
    word-wrap: break-word;
}

ul.company_info{
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 10px;
}

.footer-block .title{
    text-transform: uppercase;
}

.page-item.active .page-link {
    background-color: #27c7d8;
    border-color: #27c7d8;
}

.parent-prefix-1{
    margin-left: 20px;
}

.parent-prefix-2{
    margin-left: 30px;
}

.parent-prefix-3{
    margin-left: 40px;
}

.parent-prefix-4{
    margin-left: 50px;
}

.cookie-consent{
    z-index: 2;
}

input[type=text].form-control, select.form-control{
    height: 45px;
}

select.form-control:not([size]):not([multiple]) {
    height: 45px;
}

.hdr .search-input[type] {
    text-transform: none;
}

/*---- product add-to-cart ----*/
.quantity {
    display: table;
    margin-bottom: 10px;
}
.quantity .qty {
    background: #fff;
    border: 0;
    border-color: #e2e2e2;
    border-radius: 0;
    color: #000;
    font-size: 12px;
    font-weight: bold;
    line-height: 27px;
    padding: 0;
    text-align: center;
    -webkit-appearance: none;
    width: 30px;
}
.quantity .minus, .quantity .plus {
    transition: border-color 0.2s ease;
    background: #fff;
    background-color: transparent;
    border: 0;
    border-color: #e2e2e2;
    border-radius: 0;
    border-style: solid;
    border-width: 1px;
    color: #656565;
    font-size: 12px;
    height: 27px;
    line-height: 12px;
    min-width: 27px;
    padding: 7px 5px 8px;
    text-align: center;
    text-transform: uppercase;
    -webkit-appearance: none;    
}
.quantity .minus:hover, .quantity .plus:hover{
    background: #fff;
    border-color: #27c7d8;
    color: #27c7d8;
}
.quantity .minus {
    padding-left: 4px;
}

.product_options{
    margin-bottom: 10px;
}

.cart_extra textarea{
    margin-bottom: 10px;
    height: auto;
}

.prd-block_price .product_price{
    color: #000;
    letter-spacing: .5px;
    line-height: 1.2em;
}
.product_price .price_current{
    display: block;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px;
}
.product_price .price_old{
    display: block;
    color: #27c7d8;
    font-size: 16px;
    line-height: 1.2em;
    font-weight: 400;
    margin-bottom: 10px;
}
.product_price .on_sale{
    display: block;
    font-size: 16px;
    color: #388e3c;
}
/*-----------------------------*/

.cart-table .quantity {
    margin-bottom: 0px;
}

.minicart-drop-total .minicart-drop-summa.totals_cart_discount .total_value{
    color: red;
}

.totals_cart_subtotal,
.totals_cart_discount{
    font-size: 18px;
}

.totals_cart_discount .card-total-price{
    color: red;
}

/*--- checkout ----*/
#CheckoutForm .form-group:only-child{
    margin-bottom: 11px;
}
.customer_login{
    margin-bottom: 25px;
}
.discount_coupon_box{
    margin-bottom: 25px;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #27c7d8;
}

.login_form .panel-body, .coupon_form .panel-body {
    border: 1px solid #ddd;
    padding: 30px;
    margin-top: 30px;
}

.toggle_info {
    padding: 20px;
    background-color: #f7f7f7;
}
/*-----------------*/

.sidebar_categories_title.selected a{
    color: #27c7d8;
}

.sidebar_categories_title:hover a,
.sidebar_categories_title:hover .fa.fa-chevron-up:before,
.sidebar_categories_title:hover .fa.fa-chevron-down:before{
    color: #27c7d8;
}

ul.product-info{
    list-style-type: none;
    padding: 0;
    margin-top: 15px;
    margin-bottom: 0;
}

ul.social_icons{
    list-style-type: none;
    padding-left: 5px;
    display: inline-block;
    font-size: 20px;
}

.order_review {
    padding: 25px;
    border: 1px solid #e2e2e2;
    /*background-color: #f7f8fb;*/
}

.only-desktop{
    display: none;
}
.only-mobile{
    display: block;
}

@media (min-width: 576px){
    .only-desktop{
        display: block;
    }
    .only-mobile{
        display: none;
    }
}

@media (max-width: 767px) {
    .order_review {
        margin-top: 20px;
    }

    /*--- style-light.css bug fixed ---*/
    .prd-grid:not(.product-listing) > .prd:nth-child(6) ~ .prd {
        display: block;
    }
    /*--------------------------------*/
}
