
.product-price1 {
    font-size: 26px !important;
    font-family: Arial, Geneva, sans-serif;
    font-weight:bold;
}

.product-price2 {
    font-size: 26px !important;
    font-family: Arial, Geneva, sans-serif;
    font-weight: bold;
}

.product-category {
    font-size: 28px !important;
    font-family: 'bebas_neueregular', Arial, Geneva, sans-serif !important;
}

.product-brand-img
{
    width:140px;
}

.product-energy-img {
    margin-top:10px;
    height: 30px;
}


.product-brand {
    font-size: 22px !important;
    font-family: Arial, Geneva, sans-serif;
    font-weight: bold;
}


.productspot-pager {
    font-size: 14px;
    color: #333333;
    text-decoration: none;
}

a.productspot-pager {
    font-size: 14px;
    text-decoration: none;
}

a.productspot-pager:link {
    font-size: 14px;
    text-decoration: none;
}


a.productspot-pager:visited {
    font-size: 14px;
    text-decoration: none;
}

a.productspot-pager:hover {
    font-size: 14px;
    text-decoration: none;
}

.product-spot {
    position: relative;
    border: 1px solid #ffffff;
    padding: 0px;
    box-shadow: 3px 3px 10px 5px #f5f5f5;
    transition: all 1s;
    cursor: pointer;
    background-color: #fdfaf5;
    margin-bottom:30px;
}

.product-spot:hover {
    border: 1px solid #dccdc7;
    box-shadow: 3px 3px 10px 5px #eeeeee;
    border-radius: 5px;
    transition: all 1s;
}

.product-spot img {
    width: 100%;
    padding: 10px;
    background-color:#ffffff;
}

.product-spot-brand {
    font-family: 'bebas_neueregular', Arial, sans-serif !important;
    font-size: 20px;
    margin:0px !important;
    padding: 5px 10px 0px 10px;
    background-color: #ffffff;
}

.product-spot-name {
    font-family: 'bebas_neueregular', Arial, sans-serif !important;
    font-size: 24px;
    margin: 0px !important;
    padding: 0px 10px 5px 10px;
    background-color: #ffffff;
}

.product-spot-description {
    font-family: Arial;
    font-size: 14px;
    background-color: #fdfaf5;
    padding: 10px;
    display: block;
}

.product-spot-description p, .product-spot-description ul {
    margin-bottom: 0px;
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}

.product-spot-sup {
    position: absolute;
    top: 20px;
    right: 10px;
    display: inline-block;
    font-size: 14px;
    font-weight:normal;
    color: #007394;
    background-color: #fff;
    border: 1px solid #007394;
    border-radius: 3px;
    padding-left: 10px;
    padding-right: 10px;
}

.product-spot-energy
{
    background-color:#ffffff;
    padding-left:10px;
}

.product-spot-energy-img {
    height: 20px;
    width: initial !important;
    #position: absolute;
    top: 20px;
    left: 10px;
    margin: 0px !important;
    padding: 0px !important;
    background-color: transparent !important;
}

.product-spot-price1 {
    display: block;
    font-family: Arial;
    font-size: 14px;
    text-align: center;
}

.product-spot-price2 {
    display: block;
    font-family: Arial;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    color: #cc0000;
}

.product-spot-price-overstrike {
    text-decoration: line-through;
}



.product-view-all {
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    background-color: #3c3c3c;
    padding: 5px 20px 5px 20px;
    border-radius: 5px;
    cursor: pointer;
}

.product-spot-rub {
    width: 100%;
    background-color: #f5f5f5;
    color: #333333;
    padding-bottom: 10px;
    padding-top: 20px;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    margin-top: 20px;
}

.product-image {
    position: relative;
}

.product-sup {
    position: absolute;
    top: 30px;
    right: 30px;
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    color: #007394;
    background-color: #fff;
    border: 1px solid #007394;
    border-radius: 2px;
    padding-left: 10px;
    padding-right: 10px;
    z-index:99;
}

.product-energy {
    margin-top:10px !important;
    height: 25px !important;
    width: initial !important;
    #position: absolute;
    top: 30px;
    left: 10px;

    background-color: transparent !important;
}

.product-image img {
    width: 100%;
    height: 100%;
    padding: 20px;
    border:1px solid #eeeeee !important;
}


.col-tags {
    padding-top: 5px;
    padding-bottom: 5px;
}

.prod-category {
    margin-bottom: 50px;
    cursor: pointer;
}

.prod-category-full img {
    display: none;
}

.prod-category-date {
    font-size: 12px !important;
    font-weight: bold;
    padding-bottom: 6px;
}

.prod-category-holder {
    border: 1px solid #ffffff;
    padding: 20px;
    box-shadow: 3px 3px 10px 5px #f5f5f5;
    transition: all 1s;
    height: 100%;
    font-size: 12px !important;
}

.prod-category-holder:hover {
    border: 1px solid #a08479;
    box-shadow: 3px 3px 10px 5px #eeeeee;
    background-color: #f6f6f6;
    border-radius: 5px;
    transition: all 1s;
}

.prod-category-holder img {
    width: 100%;
    transition: all 0.5s;
    opacity: 0.9;
}

.prod-category-holder img:hover {
    transition: all 0.5s;
    opacity: 1;
}


.fullwrapper-tag {
    background-color: #4d4c4c;
}

.fullwrapper-basket {
    background-color: #eeeeee;
}

.container-basket {
    height: 42px !important;
}

.container-basket span, .container-basket div, .container-basket a {
    color: #333333;
    font-size: 13px;
}



.basket-icon {
    font-size: 22px !important;
    margin-top: 10px;
}

.basket-count-wrapper {
    position: relative;
}

.basket-counter {
    position: absolute;
    top: 0px;
    left: 26px;
    background-color: #b11515;
    font-size: 13px !important;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 2px;
    padding-top: 2px;
    display: inline-block;
    color:#ffffff !important;
    border-radius:50%;
}

.basket-left {
    display: inline-block;
    width: 40%;
}

.basket-right {
    float: right;
    padding-top: 14px;
    text-align: right !important;
}


.basket-button {
    margin-left: 30px;
    text-decoration: none !important;
}

.basket-fixed {
    width: 100%;
    #position: fixed;
    top: 0px;
    left: 0px;
    z-index: 98;
}


.custom-build-dropdown {
    margin-bottom: 15px;
}

.gridview {
    background-color: #FFFFFF;
    border: 1px solid #DDDDDD;
}

.tdheader {
    background-color: #eeeeee;
    border: solid 1px #eeeeee;
    padding-left: 2px;
    font-size: 13px;
    font-weight: bold;
}


.tditem {
    border: solid 1px #eeeeee;
}

.checkout-radio input[type="radio"] {
    float: left;
    display: inline-block !important;
    width: 30px;
}

.checkout-radio label {
    display: inline-block;
    min-width: 300px !important;
    max-width: 90%;
    padding-left: 5px;
    padding-bottom: 5px;
    font-weight: normal;
}

.accordion-button-prod {
    font-size: 16px !important;
    font-weight:bold;
    font-family: Arial, Geneva, sans-serif;
    box-shadow: none !important;
}

.accordion-button-prod:not(.collapsed) {
    color: unset !important;
    background-color: #f4f4f4 !important;
}

    .accordion-button-prod::after {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
        background-size: 1.75rem;
        width: 1.75rem;
        height: 1.75rem;
    }

.accordion-button-prod:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ED863F'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    background-size: 1.75rem;
    width: 1.75rem;
    height: 1.75rem;
}

.accordion-button-prod:focus {
    z-index: 3;
    border-color: unset !important;
    outline: 0;
    box-shadow: unset !important;
}


