﻿:root {
    --main-bg-color: #FACF02;
    --main-hover-bg-color: #2E2E2E;
    --main-text-color: #404042;
}


.product-slide-entry {
    margin-bottom: 50px!important;
}

.my-title {
    height: 60px;
    position: relative;
    font-size: 12px;
    line-height: 1.6;
    cursor: pointer;
}

.promo-title.my-title.title {
    margin-bottom: 4px !important;
}

.promo-details-price {
    background: #FACF02;
    height: 30px;
    position: relative;
    margin-bottom:10px!important;
}

.current {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: var(--main-text-color)!important;
}

.my-current {
    font-weight: 900 !important;
    font-size: 20px !important;
}

.product-details {
    padding: 10px;
    background: #EEEFDE;
    text-align: left;
    height: 220px;
    border-radius: 3px;
}

.products-list-prod-details{
    height:auto;
}

.product-specific-details li {
    font-weight: bold;
    padding-bottom:8px;
}

.product-specific-details li .normal-text{
    font-weight: normal;
}

.button.my-style-10 {
    width: 100%;
    background: var(--main-bg-color);
    border: 0;
    max-width: 200px;
}

.button.my-style-10:hover {
    background: #2e2e2e;
    color: white;
}

.product-image {
    -webkit-box-shadow: 0 0 5px black;
    -moz-box-shadow: 0 0 5px black;
    box-shadow: 0 0 5px black;
}

.divide-sections {
    border: 1px solid var(--main-bg-color);
}

.product-list-details-price{
    width: 100%;
    background: none;
}

.product-list-current{
    color: var(--main-text-color)!important;
}

.category-title-container{
    background: var(--main-bg-color);
    color: var(--main-text-color);
    margin-bottom: 20px;
    padding: 10px;
    display: block;
    text-align:left;
}

.category-title{
    font-weight: bold;
    font-size: 20px;
}

.my-information-blocks{
    overflow: hidden;
}

.button.style-3{
    background-color: var(--main-bg-color);
}

.button.style-3:hover{
    background-color: var(--main-hover-bg-color) !important;
    color: white !important;
}

.my-fixed-header-visible{
    position: relative;
    z-index: 0;
}


.my-fixed-header-square-button{
    position: absolute;
    top:15px;
    font-size:10px;
    right:10px;
}

.products-count {
    z-index: 1;
    color:white;
    background-color: red;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
}

.btn-primary{
    background-color: var(--main-bg-color);
    color: var(--main-text-color);
    border: none;
    border-radius: 0px;
    outline: none !important;
}

.modal .btn-primary {
    border-radius: 5px;
}


.btn-primary:hover {
    background-color: var(--main-hover-bg-color);
    color: white;
}

.btn-primary:focus {
    background-color: var(--main-bg-color);
    color: var(--main-text-color);
}

/*Radio toolbar*/

.radio-toolbar input[type="radio"] {
    opacity: 0;
    position: fixed;
    width: 0;
}

.radio-toolbar label {
    display: inline-block;
    padding: 10px 20px;
    font-size: 12px;
}

.radio-toolbar label:hover {
    background-color: var(--main-hover-bg-color) !important;
    color: white !important;
}

.radio-toolbar input[type="radio"]:checked + label {
    background-color: var(--main-bg-color) !important;
    color: var(--main-text-color) !important;
}
/*Radio toolbar end section */

    @media screen and (min-width:1200px) {
        .navigation {
        background-size: 100% 55%;
        background-repeat: no-repeat;
        border: 1px solid #999;
        background-position: center center;
    }
}

    @media screen and (max-width:1200px){
        .products-count-responsive {
            position: absolute;
            right:8px;
            top: -10px;
            font-size: 8px;
            color: white!important;
        }

        .cart-box.popup{
            
        }

        .my-fixed-header-next-element{
            margin-top: 100px!important;
        }
        
    @media screen and (max-width:800px){
        .promo-title{
            height: 55px;
        }
    }
}