﻿:root {
    --main-black-color: #2e2e2e;
    --main-red-color: #f8c630;
    --main-grey-bg-color : #EBEBEB;
    --main-grey : #A3A3A3;
    --home-section-divider-color: #D8D8D8;
    --home-section-muted-bg-color: var(--main-grey-bg-color);
  }

/* normalize css v8 */
html{line-height:1.15;-webkit-text-size-adjust:100%}
body{margin:0}
hr{box-sizing:content-box;height:0;overflow:visible}
pre{font-family:monospace,monospace;font-size:1em}
a{background-color:transparent}
abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}
b,strong{font-weight:700}
code,kbd,samp{font-family:monospace,monospace;font-size:1em}
small{font-size:80%;line-height: 1.2;display: inline-block;}
sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}
sub{bottom:-.25em}
sup{top:-.5em}
img{border-style:none;max-width:100%}
button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}
button,input{overflow:visible}
button,select{text-transform:none;cursor: pointer;}
button,[type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}
button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0}
button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText}
fieldset{padding:0;border:none;margin: 0;}
legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}
figure{margin: 0;}
progress{vertical-align:baseline}
textarea{overflow:auto}
[type="checkbox"],[type="radio"]{box-sizing:border-box;padding:0}
[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}
[type="search"]{-webkit-appearance:textfield;outline-offset:-2px}
[type="search"]::-webkit-search-decoration{-webkit-appearance:none}
::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}
details{display:block}
summary{display:list-item}
template{display:none}
[hidden]{display:none}
.budscho-sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-family: 'Gilroy';
    font-size: 16px;
    line-height: 1.2;
    color: var(--main-black-color);
    font-weight: 400;
    min-width: 320px;
}

ul {
    margin: 0;
    padding: 0;
}

.list-unstyled {
    list-style: none;
}

a {
    color: var(--main-black-color);
    transition: all 0.2s ease-in-out;
    cursor: pointer;
}

a:hover {
    transition: all 0.2s ease-in-out;
}

.heading-h1 {
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    margin:0 0 20px;
    color: #2e2e2e;
}

h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    margin: 0 0 20px;
}

p {
    margin: 0 0 20px;
}

legend {
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 20px;
}

.align-right {
    text-align: right;
}

.text-center {
    text-align: center;
}


select:focus-visible, input:focus-visible, textarea:focus-visible,
select:active, input:active, textarea:active,
select:focus, input:focus, textarea:focus,
select, input, textarea {
    border: 1px solid #D8D8D8;
    border-radius: 6px;
    padding: 11px 16px;
    font-size: 16px;
    line-height: 1.5;
    outline: none;
    box-sizing: border-box;
}

select:focus-visible, input:focus-visible, textarea:focus-visible,
select:active, input:active, textarea:active,
select:focus, input:focus, textarea:focus {
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1), 0px 0px 0px 1px rgba(0, 0, 0, 0.04);
}

select{
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='15' height='9' viewBox='0 0 15 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.54225 8.77478C7.40163 8.77559 7.26223 8.74864 7.13205 8.69547C7.00187 8.64229 6.88347 8.56395 6.78363 8.46492L0.372821 2.05411C0.171625 1.85291 0.0585938 1.58003 0.0585938 1.2955C0.0585938 1.01096 0.171625 0.738081 0.372821 0.536884C0.574018 0.335687 0.846899 0.222656 1.13143 0.222656C1.41597 0.222656 1.68885 0.335687 1.89005 0.536884L7.54225 6.19977L13.1944 0.547569C13.3988 0.372526 13.6618 0.281058 13.9307 0.291444C14.1996 0.301831 14.4547 0.413308 14.645 0.603596C14.8352 0.793885 14.9467 1.04897 14.9571 1.31788C14.9675 1.58679 14.876 1.84971 14.701 2.05411L8.29017 8.46492C8.09116 8.66232 7.82255 8.7736 7.54225 8.77478Z' fill='%232e2e2e'/%3E%3C/svg%3E");
    background-size: 15px 9px;
    background-position: 96% center;
    background-repeat: no-repeat;
}

/* radio */
input[type='radio']:active,
input[type='radio']:focus-visible,
input[type='radio']:focus{
    padding: 0;
}

input[type='radio'] {
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    min-width: 20px;
    min-height: 20px;
    border-radius: 50%;
    outline: none;
    border: 1px solid #A3A3A3;    
    margin-right: 8px;
    cursor: pointer;
    vertical-align: text-top;
}

input[type='radio']:disabled {
    opacity: 0.5;
}

input[type='radio']:before {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin: 4px auto;
}

input[type="radio"]:checked:before {
    background: #f8c630;
    
}

input[type="radio"]:checked {
  border-color:#f8c630;
}

.radio{
    margin-bottom: 15px;
    position: relative;
}

.radio label {
    display: flex !important;
    cursor: pointer;
}

.radio label a {
    color: var(--main-red-color);
    text-decoration: none;
}

.radio label a:hover {
    text-decoration: underline;
}

.radio-inline {
    cursor: pointer;
}

.radio-inline + .radio-inline {
    margin-left: 15px;
}

/* end radio */

/*new checkbox styling*/
input[type='checkbox']:active,
input[type='checkbox']:focus-visible,
input[type='checkbox']:focus{
    padding: 0;
}

.checked-label {
    position: relative;
    padding-left: 25px;
    cursor: pointer;
}

.checked-label > input[type='checkbox'] {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

input[type='checkbox'] {
    -webkit-appearance: none;
    width: 15px;
    height: 15px;
    min-width: 15px;
    min-height: 15px;
    outline: none;
    border: 1px solid #D8D8D8;
    margin-right: 8px;
    cursor: pointer;
    vertical-align: middle;
    border-radius: 0;
    background-color: #FFFFFF;
}

label input[type='checkbox'] {
    vertical-align: -2px;
}

input[type='checkbox']:disabled {
    opacity: 0.5;
}

input[type='checkbox']:checked:before {
    content: '';
    display: block;
    width: 3px;
    height: 9px;
    border: solid #f8c630;
    border-width: 0px 2px 2px 0;
    transform: rotate(45deg);
    margin: auto;
}

input[type="checkbox"]:checked {
  border-color:#f8c630;
  background-color: #FFFFFF;
}
/*new checkbox styling*/

.form-group {
    margin-bottom: 20px;
    position: relative;
}

.form-group .alert {

}

.form-group label {
    display: inline-block;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 24px;
}

.form-group .agree-label {
    font-size: 14px;
    line-height: 18px;
}

.form-group.required label::after {
    content: '*';
    color: #f8c630;
}

.form-group .form-control:not([type="radio"]):not([type="checkbox"]) {
    width: 100%;
}

.alert{
    padding: 7px 20px;
    border: 1px solid;
    border-radius: 5px;
    font-size: 14px;
}

.text-danger,
.alert-danger {
    color: red;
}

.alert-success {
    color: green;
}

.text-alert {
    font-size: 14px;
    line-height: 1;
    position: absolute;
    left: 0;
    bottom: -15px;
}

.alert-dismissible {
    position: fixed;
    right: 0;
    top: 0;
    bottom: auto;
    left: 0;
    z-index: 9;
    text-align: center;
    border-radius: 0;
    padding: 10px 30px;
}

.alert-dismissible .close{
    position: absolute;
    right: 20px;
    font-size: 32px;
    color: #fff;
}

.alert-success.alert-dismissible {
    background: #f8c630;
    color: #fff;
    border-color: #f8c630;
}

.alert-success.alert-dismissible a {
    color: #fff;
}

.alert .close {
    position: absolute;
    top: 0;
    right: 20px;
    font-size: 32px;
    color: #fff;
}

.shortcode-module {
    position: relative;
}

.shortcode-module .alert {
    margin-left: auto;
    margin-right: auto;
}

.line-through {
    text-decoration: line-through;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}

.btn-group-right {
    text-align: right;
}

button:focus, button:active, button:focus-visible {
    outline: 0;    
}

input.btn,
.btn {
    display: inline-block;
    border-radius: 10px;
    background-color: var(--main-red-color);
    color: #FFFFFF;
    padding: 11px 16px;
    cursor: pointer;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    white-space: nowrap;
    line-height: 19px;
    text-decoration: none;
    border: 2px solid var(--main-red-color);
    box-sizing: border-box;
    transition: all .1s ease-in-out;
}

input.btn:hover,
.btn:hover {
    transition: all .1s ease-in-out;
    background-color: #FFFFFF;
    color: var(--main-red-color);
}

.btn-inverse {
    color: var(--main-red-color);
    background: #fff;
    border: 2px solid var(--main-red-color);
}

.btn-inverse:hover {
    color: #FFFFFF;
    background: var(--main-red-color);
}

.btn-black {
    background-color: var(--main-black-color);
    border-color: var(--main-black-color);
}

.btn-black:hover {
    background-color: #000;
    border-color: #000;
}

.btn-view {
    display: block;
    padding: 9px;
    line-height: 0;
    border-radius: 6px;
    background: transparent;
    border-color: #D8D8D8;
    transition: all 0.2s ease-in-out;
}

.btn-view svg{

}

.btn-view.active,
.btn-view:hover {
    background-color: var(--main-red-color);
    border-color: var(--main-red-color);
    transition: all 0.2s ease-in-out;
}

.btn-view.active svg path,
.btn-view:hover svg path{
    fill: #FFFFFF;
    transition: all 0.2s ease-in-out;
}

button.close,
.btn-reset {
    border: 0;
    background: transparent;
    padding: 0;
    margin: 0;
}

.btn-lg {
    width: 260px;
    max-width: 100%;
}

.btn-small {
    max-width: 160px;
    width: 100%;
}

.btn-big-height {

}

.btn-small-height {
    padding: 10px 15px;
    line-height: 18px;
}

.btn-full {
    width: 100%;
}

.btn-width-auto {
    width: auto;
}

.btn-default {

}

.btn-no-action {
    background-color: var(--main-black-color);
    border-color: var(--main-black-color);
}

.simple-link {
    border-radius: 0;
    padding: 0;
    margin: 0;
    background: transparent;
    color: #f8c630;
    font-size: 14px;
    line-height: 17px;
    text-decoration: none;
    font-weight: 600;
    border: 0;
}

.link-big {
    font-size: 18px;
    font-weight: 600;
}

.btn-svg svg{
    vertical-align: -5px;
    margin-right: 10px;
}

.link-more {
    color: var(--main-black-color);
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    white-space: nowrap;
    display: inline-block;
    text-decoration: none;
}

.link-more:hover {
    text-decoration: none;
    color: var(--main-red-color);
    /* filter: invert(46%) sepia(26%) saturate(1843%) hue-rotate(321deg) brightness(88%) contrast(107%); */
}

.buttons{display: flex;flex-wrap: wrap;align-items: center;margin-top: 30px;}
.pull-left {display: inline-block;margin-right: auto;}
.pull-right{display: inline-block;margin-left: auto;}
.pull-center {display: inline-block;margin-left: auto;margin-right: auto;}

.info-content ul {
    padding-left: 20px;
    margin-bottom: 20px;
}

.info-content ol li,
.info-content ul li {
    margin-bottom: 10px;
}

.success-content a {
    text-decoration: none;
    font-weight: 600;
    color: var(--main-red-color);
}

@media screen and (min-width: 576px){
    .info-content ul {
        padding-left: 20px;
    }   
}

/* ---------- */

.module-grey-bg {
    background-color: var(--home-section-muted-bg-color);
}

.module-container {
    padding-bottom: 10px;
    margin-bottom: 30px;
    overflow: hidden;
    position: relative;
    border-bottom: 1px solid var(--home-section-divider-color);
}

.module {
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.rating {
    width: 134px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    line-height: 1;
}

.rating.type-small{
    width: 106px;
}

.rating-star {
    width: 20px;
    height: 19px;
}

.social-links {
    display: flex;
}

.social-links a {
    display: block;
    text-decoration: none;
    width: 32px;
    height: 32px;
    text-decoration: none;

    border-radius: 50%;
    line-height: 0;
    transition: all .2s ease-in-out;
}

.social-links a:hover {
    text-decoration: none;
    box-shadow: 0px 2px 10px #0000004a;
    transition: all .2s ease-in-out;
}

.social-links a + a {
    margin-left: 20px;
}

.social-links a svg {
    width: 100%;
    max-width: 100%;
    height: auto;

}

/* Breadcrumb */
.breadcrumb-section {
    background-color: #EBEBEB;
    padding: 10px 0;
    margin-bottom: 30px;
    overflow: auto;
}
.breadcrumb {
    list-style: none;
    display: flex;
    /* flex-wrap: wrap; */
}
.breadcrumb li {
    position: relative;
    display: flex;
    align-items: center;
}

.breadcrumb li + li {
    margin-left: 10px;    
}

.breadcrumb li + li::before {
    content: '|';
    display: inline-block;
    margin-right: 10px;
}

.breadcrumb li a {
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    text-decoration: none;
    white-space: nowrap;
}

.breadcrumb li a:hover {
    color: #f8c630;
}

@media screen and (min-width: 992px) {

    h2 {
        font-size: 40px;
        line-height: 50px;
        margin: 0 0 50px;
    }

    .heading-h1 {
        margin:0 0 52px;
        font-size: 40px;
    }

    .breadcrumb-section {
        margin-bottom: 52px;
        padding: 7px 0;
    }
}

/* pagination */
.pagination-wrap {
    position: relative;
}

.pagination-wrap .btn-load-more {
    max-width: 100%;
    margin-bottom: 15px;
}

.pagination {
    display: flex;
    justify-content: center;
    margin: 0 0 30px;
    list-style: none;
    padding: 0;
}

.pagination li {
    position: relative;
}

.pagination li + li {
    margin-left: 10px;
}

/* .pagination li:last-child {
    padding-left: 50px;
}

.pagination li:last-child:before {
    content: '...';
    position: absolute;
    left: 0;
    top: 0;
} */

.pagination li:last-child:before,
.pagination li span,
.pagination li a{
    display: block;
    width: 38px;
    height: 38px;
    background: #FFFFFF;
    border: 1px solid #f8c630;
    border-radius: 4px;
    text-align: center;
    line-height: 38px;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    color: #f8c630;
}

.pagination li.active span,
.pagination li a:hover {
    color: #fff;
    background-color: var(--main-red-color);
}

.content-container {
    margin-bottom: 30px;
}

.category-description ul{
    padding-left: 20px;
    margin-bottom: 20px;
}

.category-description ul li {
    margin-bottom: 10px;
}

@media screen and (min-width: 576px){
    .category-description ul{
        padding-left: 40px;
    }

    .pagination-wrap .btn-load-more {
        position: absolute;
        left: 0;
        max-width: 160px;
        margin-bottom: 0;
    }

    .content-container {
        margin-bottom: 50px;
    }
}

@media screen and (min-width: 768px) {
    .pagination {
        margin: 0 0 50px;
        justify-content: flex-end;
    }
}


/* callback block */
.callback {
    border: 2px solid #f8c630;
    box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.04);    
    border-radius: 10px;
    padding: 25px 13px 10px;
}


.callback-promote p{
    margin-bottom: 10px;
}

.callback-title {
    font-weight: 600;
    font-size: 21px;
    line-height: 26px;
    margin: 0px 0 13px;
}

.callback-title span {
    display: block;
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    color: var(--main-red-color);
}

.callback-text {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    display: flex;
    align-items: center;
    color: #A3A3A3;
}

.callback-text a {
    color: var(--main-red-color);
    text-decoration: none;
}

.callback-text a:hover {
    text-decoration: underline;
}

@media screen and (min-width: 768px){
    .callback {
        background-image: url(../image/callback-bg-min.png);
        background-repeat: no-repeat;
        background-position: left bottom;
        display: flex;
        padding-left: 225px;
        justify-content: space-between;
        min-height: 230px;
        box-sizing: border-box;
        max-width: 1093px;
        margin-left: auto;
        margin-right: auto;
    }

    .callback-form {
        min-width: 170px;
        width: 170px;
        margin-left: 30px;
    }
}

@media screen and (min-width: 992px) {
    .callback-form {
        min-width: 277px;
        width: 277px;
        margin-left: 50px;
    }

    .callback-title {
        font-size: 24px;
        line-height: 29px;
    }

    .callback-title span {
        font-size: 30px;
        line-height: 37px;
    }

    .callback-promote p {
        margin-bottom: 20px;
    }
}

/*
TOOLTIP
*/
.tooltip{position:absolute;z-index:1070;display:block;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:12px;font-style:normal;font-weight:400;line-height:1.42857143;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;word-wrap:normal;white-space:normal;filter:alpha(opacity=0);opacity:0;line-break:auto}
.tooltip.in{filter:alpha(opacity=90);opacity:.9}
.tooltip.top{padding:5px 0;margin-top:-3px}
.tooltip.right{padding:0 5px;margin-left:3px}
.tooltip.bottom{padding:5px 0;margin-top:3px}
.tooltip.left{padding:0 5px;margin-left:-3px}
.tooltip-inner{max-width:200px;padding:3px 8px;color:#fff;text-align:center;background-color:#000;border-radius:4px}
.tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid}
.tooltip.top .tooltip-arrow{bottom:0;left:50%;margin-left:-5px;border-width:5px 5px 0;border-top-color:#000}
.tooltip.top-left .tooltip-arrow{right:5px;bottom:0;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000}
.tooltip.top-right .tooltip-arrow{bottom:0;left:5px;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000}
.tooltip.right .tooltip-arrow{top:50%;left:0;margin-top:-5px;border-width:5px 5px 5px 0;border-right-color:#000}
.tooltip.left .tooltip-arrow{top:50%;right:0;margin-top:-5px;border-width:5px 0 5px 5px;border-left-color:#000}
.tooltip.bottom .tooltip-arrow{top:0;left:50%;margin-left:-5px;border-width:0 5px 5px;border-bottom-color:#000}
.tooltip.bottom-left .tooltip-arrow{top:0;right:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000}
.tooltip.bottom-right .tooltip-arrow{top:0;left:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000}

/* BOF quantity */
.quantity {
    margin-bottom: 10px;
}

.quantity-inner {
    width: 90px;
    display: flex;
    align-items: center;
    background: #F8F8F8;
    border: 1px solid #D8D8D8;
    border-radius: 5px;
    color: #2e2e2e;
}
.quantity-input:focus-visible,
.quantity-input:focus,
.quantity-input:active,
.quantity-input {
    border: none;
    width: calc(100% - 48px);
    text-align: center;
    background:transparent;
    text-align: center;
    padding: 0;
    margin: 0;
    font-size: 18px;
    font-variant-numeric: tabular-nums;
    -moz-appearance: textfield;
    appearance: textfield;
}

.quantity-input::-webkit-outer-spin-button,
.quantity-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.quantity-minus,
.quantity-plus{
    cursor: pointer;
    width: 24px;
    height: 100%;
    min-height: 24px;
    position: relative;
    display: inline-block;
    text-align: center;
    font-size: 18px;
    line-height: 43px;

}

.quantity-minus::before {
    content: '-';
}

.quantity-plus::before {
    content: '+';
}

.checkout-cart .quantity-input:focus-visible,
.checkout-cart .quantity-input:focus,
.checkout-cart .quantity-input:active,
.checkout-cart .quantity-input,
.checkout-cart .quantity-minus,
.checkout-cart .quantity-plus {
    line-height: 24px;
}

/* BOF modal */

body.modal-open{padding-right: 0 !important;overflow: hidden;}
.modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1053;display:none;overflow:hidden;-webkit-overflow-scrolling:touch;outline:0;padding-right:0px !important;}
.modal.fade .modal-dialog{-webkit-transition:-webkit-transform .3s ease-out;-o-transition:-o-transform .3s ease-out;transition:transform .3s ease-out;-webkit-transform:translate(0,-25%);-ms-transform:translate(0,-25%);-o-transform:translate(0,-25%);transform:translate(0,-25%)}
.modal.in .modal-dialog{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);-o-transform:translate(0,0);transform:translate(0,0)}
.modal-open .modal{overflow-x:hidden;overflow-y:auto}
.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;background-color:#000}
.modal-backdrop.fade{filter:alpha(opacity=0);opacity:0}
.modal-backdrop.in{filter:alpha(opacity=50);opacity:.5}

.modal {
    
}

.modal-dialog {
    background: #FFFFFF;
    border-radius: 10px;
    padding: 10px;
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
}
.modal-content {
}
.modal-header {
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.modal-close {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    flex: 0 0 36px;
    margin-left: 16px;
    border-radius: 50%;
    color: #4a4039;
    cursor: pointer;
    opacity: 1;
    transition: color 0.2s ease, transform 0.2s ease;
}
.modal-close svg {
    display: block;
    width: 24px;
    height: 24px;
}
.modal-close:hover,
.modal-close:focus-visible {
    color: #f8c630;
    outline: none;
    transform: scale(1.06);
}
.modal-title {
    font-weight: 700;
    font-size: 21px;
    line-height: 24px;
}
.main-heading {
}
.modal-body {
}

.modal-panel {
    border: 1px solid #D8D8D8;
    box-shadow:0px 1px 4px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 20px;
}

/* login / register popup */
.modal-login {
}
.modal-login--title {
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 20px;
}
.modal-login-fields {
}

.login-forget {
    text-align: right;
}

.login-forget a {
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    text-decoration: underline;
}

.modal .btn{
    display: inline-block;
    width: 100%;
    max-width: 100%;
}

.modal-register {
}

.modal-login-form {
    max-width: 800px;
}

.modal-callback-request {
    max-width: 520px;
}

.modal-callback-request .alert {
    margin: 0 0 18px;
    line-height: 1.35;
}

.modal-callback-request .alert-success {
    background-color: #f3fff5;
    border-color: #9ad7a4;
    color: #1d7a31;
}

.modal-callback-request .alert-danger {
    background-color: #fff5f5;
    border-color: #f1aaa4;
    color: #c62828;
}

.callback-request-intro {
    margin: 0 0 18px;
    color: #666;
    line-height: 1.45;
}

.callback-request-intro a {
    color: #f8c630;
    font-weight: 700;
    text-decoration: none;
    white-space: nowrap;
}

.modal-callback-request textarea.form-control {
    min-height: 96px;
    resize: vertical;
}

.modal-login-form .radio label {
    font-size: 12px;
    line-height: 14px;
}

/* panel */

.panel {
    margin-bottom: 30px;
}

.panel-title {
    font-weight: 700;
    font-size: 26px;
    line-height: 32px;
    margin:0 0 20px;
}

.panel-content ul {
    padding-left: 20px;
}

.panel-content ul li {
    margin-bottom: 10px;
}

.panel-content a {
    color: var(--main-red-color);
    text-decoration: none;
    font-weight: 600;
}

.panel-content a.btn-black:hover,
.panel-content a.btn-black {
    color: #FFFFFF;
}

.panel-content + .panel-content {
    margin-top: 30px;
}

.panel-content legend {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;
}

.panel-content .form-group:last-child{
    margin-bottom: 0;
}

@media screen and (min-width: 768px) {
    .modal-dialog {
        padding: 30px;
    }
    .modal-login-form .btn {        
        width: auto;
        min-width: 190px;
    }

    .modal-panel {
        margin-bottom: 0;
    }
}

@media screen and (min-width: 992px) {
    .panel-title {
        font-size: 30px;
        line-height: 37px;
        margin:0 0 30px;
    }

    .panel-content {
        background: #FFFFFF;
        border: 1px solid #D8D8D8;
        box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
        border-radius: 10px;
        padding: 30px;
    }
}

/* Subscribe module */
.subscribe-module {
    background-color: #f8c630;
    padding: 30px 0;
}

.subscribe-content {
    display: flex;
    flex-direction: column;
    max-width: 345px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.subscribe-promo {
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
    margin-bottom: 15px;
    font-weight: 600;
}

.subscribe-input {
    margin-bottom: 25px;
    position: relative;
}

.subscribe-input .alert {
    position: absolute;
    bottom: -10px;
    font-size: 13px;
    background: green;
    color: #fff;
    display: inline-block;
    padding: 3px 10px;
    border: 0;
}

.subscribe-input .alert-danger {
    background: #2e2e2e;
}

.subscribe-input .form-control {
    width: 100%;
}

.btn-subscribe {
    width: 48px;
    height: 48px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}

@media screen and (min-width: 992px){
    .subscribe-module {
        padding: 50px 0;
    }

    .subscribe-content {
        flex-direction: row;
        max-width: 100%;
        align-items: center;
        justify-content: center;
    }

    .subscribe-promo {
        margin-bottom: 0;
        margin-right: 30px;
        font-size: 18px;
        line-height: 22px;
    }

    .subscribe-input {
        margin-bottom: 0;
        min-width: 308px;
        width: 308px;
    }

    .subscribe-module .social-links {
        margin-left: auto;
    }
}

@media screen and (min-width: 1200px){
    .subscribe-promo {
        margin-left: auto;
    }

    .subscribe-module .social-links {
        margin-left: 85px;
    }
}

/* cart */
.checkout-cart {    
}
.cart-body {    
}
.cart-item {
    background: #FFFFFF;
    border: 1px solid #D8D8D8;
    border-radius: 10px;
    padding: 15px;
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
    position: relative;
}

.cart-item-remove {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background-color: #f8c630;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
    text-align: center;
    padding: 0;
}

.cart-item-remove:hover {
    background-color: #c0392b;
}

.cart-item-info {
    display: flex;
    margin-bottom: 5px;
}

.cart-item--image {
    width: 90px;
    min-width: 90px;
    height: auto;
    margin-right: 15px;
}
.cart-item--name {
    
}

.cart-item--name a {
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    text-decoration: none;
    display: block;
    margin-bottom: 5px;
    padding-right: 30px;
}

.cart-item--attr {
    font-size: 14px;
    line-height: 17px;
}

.cart-item--attr tr td:first-child {
    color: #A3A3A3;
}

.cart-item--attr tr td:last-child {
    font-weight: 600;
}


.cart-item-price {
    display: flex;
    align-items: center;
}
.cart-price {
    display: none;
}
.price-multiplier {
    display: none;
    margin: 0 12px;
    font-size: 20px;
    line-height: 20px;
    color: #A3A3A3;
    font-weight: 600;
}
.cart-item .quantity {
    margin: 0;
}

.checkout-cart .quantity-inner {
    width: 112px;
}

.cart-price-total {
    margin-left: auto;
    font-weight: 700;
    font-size: 20px;
    line-height: 25px;
    color: #f8c630;
}

.checkout-cart--total {
    width: 100%;
    margin-bottom: 15px;
}

.total-title {
    font-weight: 700;    
    font-size: 26px;
    line-height: 32px;
    text-align: left;
}

.total-value {
    font-weight: 700;
    font-size: 26px;
    line-height: 32px;
    text-align: right;
    color: #f8c630;
}

#modal-cart .modal-content {
    width: 100%;
}

#modal-cart .modal-body {
    padding: 0;
}

#modal-cart .modal-footer {
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding-top: 0;
    border-top: 0;
}

#modal-cart .modal-footer button{
    width: 100%;
    max-width: 100%;
}

.btn-go-checkout {
    order: -1;
    margin-bottom: 15px;
}

.cart-item-header {
    display: none;
}

@media screen and (min-width: 768px) {
    .checkout-cart .cart-item-price {
        display: grid;
        grid-template-columns: minmax(120px, 150px) 34px 126px minmax(130px, 1fr);
        align-items: center;
        width: 100%;
        column-gap: 0;
    }

    .price-multiplier {
        display: block;
    }

    .cart-price {
        display: block;
        font-weight: 600;
        font-size: 20px;
        line-height: 20px;
        color: #A3A3A3;
        justify-self: start;
        text-align: left;
        white-space: nowrap;
    }

    .checkout-cart .price-multiplier {
        margin: 0;
        text-align: center;
    }

    .checkout-cart .cart-item .quantity {
        justify-self: center;
    }

    .checkout-cart .cart-price-total {
        margin-left: 0;
        justify-self: start;
        text-align: left;
        white-space: nowrap;
    }

    .total-title {
        font-weight: 700;
        font-size: 30px;
        line-height: 37px;
    }

    .total-value {
        font-weight: 700;
        font-size: 30px;
        line-height: 37px;
    }

    #modal-cart .modal-footer {        
        flex-direction: row;
        justify-content: space-between;
    }
    
    #modal-cart .modal-footer .btn{        
        max-width: 240px;
    }
    
    .btn-go-checkout {
        order: 0;
        margin-bottom: 0;
    }
}

@media screen and (min-width: 992px) {
    .modal {
        padding: 30px 0;
    }

    .modal-header {
        margin-bottom: 35px;
    }

    .modal-title {
        font-size: 30px;
        line-height: 37px;
    }

    .modal-panel {
        padding: 30px;   
        height: 100%;
        box-sizing: border-box;
    }

    .modal .cart-item {
        display: grid;
        grid-template-columns: minmax(0, 1fr) 132px 34px 126px 48px 170px 34px;
        align-items: center;
        column-gap: 0;
        border: 0;
        border-bottom: 1px solid #D8D8D8;
        border-radius: 0;
        padding: 0 20px 15px;
    }

    /* CART */
    .cart-item-header {
        font-weight: 700;
        font-size: 14px;
        line-height: 17px;
        color: #2e2e2e;

        display: grid;
        grid-template-columns: minmax(0, 1fr) 132px 34px 126px 48px 170px 34px;
        align-items: center;
        background: #EBEBEB;
        border-radius: 10px;
        padding: 10px 20px;
        margin-bottom: 15px;
    }

    .cart-item-header > span {
        display: block;
    }

    .cart-item-header--name {
        grid-column: 1;
    }

    .cart-item-header--count {
        grid-column: 2;
        text-align: left;
    }
    .cart-item-header--qnty {
        grid-column: 4;
        text-align: center;
    }
    .cart-item-header--total {
        grid-column: 6;
        text-align: left;
    }

    .modal .cart-item-info {
        grid-column: 1;
        min-width: 0;
        padding-right: 20px;
        margin-bottom: 0;
    }

    .modal .cart-item--image img{
        box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.04);
        filter: drop-shadow(0px 2px 6px rgba(0, 0, 0, 0.15));
        border-radius: 5px;
    }

    .modal .cart-item--name a {
        font-size: 16px;
        line-height: 20px;
        padding-right: 0;
    }

    .modal .cart-item-price {
        display: grid;
        grid-column: 2 / 7;
        grid-template-columns: 132px 34px 126px 48px 170px;
        align-items: center;
        width: 100%;
        padding-right: 0;
        max-width: none;
        box-sizing: border-box;
    }

    .modal .cart-price {
        grid-column: 1;
    }

    .modal .price-multiplier {
        grid-column: 2;
    }

    .modal .cart-item .quantity {
        grid-column: 3;
    }

    .modal .cart-price-total {
        grid-column: 5;
    }

    .modal .cart-item-remove {
        position: static;
        grid-column: 7;
        justify-self: end;
        align-self: center;
        margin-top: 0;
    }
}

/* EOF popup cart */

/*------------------------------------------------------------------------------

Other

*/

.module .link-more{
    position: absolute;
    bottom: 0;
    left: 0;
}

.module-title {
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 20px;
}

.module-title.text-center {
    justify-content: center;
}

.module-slider {    

}

.module-slider .slick-slide {
    padding-left: 15px;
    padding-right: 15px;
}

.module-slider .slick-list {
    margin: -15px;
    margin: -15px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.date-specials-aviable {
    background: #f8c630;
    padding: 20px;
    margin-bottom: 30px;
    color: #fff;
    text-align: center;
    font-weight: 600;
    font-size: 18px;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.15), 0px 0px 0px 1px rgba(0, 0, 0, 0.04);
    border-radius: 10px;
}

.manufacturer-list h2{
    margin: 30px 0;
}

.manufacturer-list a {
    color: #f8c630;
    display: inline-block;
    font-size: 16px;
    margin-bottom: 5px;
    text-decoration: none;
}

@media screen and (min-width: 992px){
    .module-container {
        margin-bottom: 40px;
    }

    .social-links a {
        width: 48px;
        height: 48px;
    }
}

/*PRODUCT CARD IN LISTING*/
.product-module {
    margin-bottom: 0;
}

.product-module:after {
    display: none;
}

.product-card {
    padding: 10px;
    padding-bottom: 0;
    background: #FFFFFF;
    border: 1px solid #D8D8D8;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.15), 0px 0px 0px 1px rgba(0, 0, 0, 0.04);
    border-radius: 10px;
    margin-bottom: 20px;
    border: 2px solid transparent;
    transition: border,box-shadow 0.2s ease-in-out;
}

.product-card:hover {
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.30), 0px 0px 0px 1px rgba(0, 0, 0, 0.08);
    border-color: var(--main-red-color);
    transition: border,box-shadow 0.2s ease-in-out;
}

.product-card:hover .product-card-name a{
    color: var(--main-red-color);
}

.product-card a:hover,
.product-card a {
    text-decoration: none;
}

.product-card-image {
    margin-bottom: 15px;
    position: relative;
    text-align: center;
    line-height: 0;
    padding-top: 30px;
}

.product-card-image a {
    text-decoration: none;
    display: block;
    line-height: 0;
    width: 100%;
    text-align: center;
}

.slick-slide .product-card-image img,
.product-card-image img{
    border-radius: 5px;
    display: inline-block !important;
    height: auto;
}

.product-card.no-product .product-card-image img{
    filter: grayscale(1);
    opacity: 0.6;
}

.product-card-label {
    display: block;
    position: absolute;
    left: -7px;
    /* top: -6px; */
    top: -1px;
    background: var(--main-red-color);
    color: #FFFFFF;
    border-radius: 5px;
    padding: 4px 6px;
    max-width: 105px;
    font-size: 12px;
    line-height: 12px;
    z-index: 1;
}

.label-discount {

}

.product-card-code {
    position: absolute;
    right: -3px;
    top: -6px;
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
    width: 35px;
}

.product-card-name {
    margin-bottom: 15px;
    text-align: left;
    overflow: hidden;
}

.product-card-name a{
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: -0.5px;

    height: 70px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
}

.product-card-available {
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
    margin-bottom: 11px;
    text-align: left;
    color: #58CE5D;
    white-space: nowrap;
    overflow: hidden;
}

.no-product .product-card-available {
    color: #A3A3A3;   
}

.product-card-price {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    font-weight: 700;
    font-size: 20px;
    line-height: 25px;
    color: var(--main-red-color);
    margin-bottom: 14px;
    align-items: baseline;
    height: 45px;
}

.product-card-price.single-price {
    justify-content: center;
    align-items: center;
}

.product-card-price .special {
    
}

.product-card-price .old {
    font-weight: 600;
    font-size: 12px;
    line-height: 20px;
    color: #A3A3A3;
    text-decoration: line-through;
    order: -1;
    margin-left: auto;
}

.product-card-action {
    text-align: center;
    margin-left: -12px;
    margin-right: -12px;
    margin-bottom: -2px;
}

.stok_status_id-9 .product-card-action {
    margin-top: 70px;
}

.product-card-action .no_product {
    background-color: var(--main-grey);
    border-color: var(--main-grey);
    color: #FFFFFF;
}

.product-card-action .no_product:hover {
    background-color: #FFFFFF;
    color: var(--main-grey);
    text-decoration: none;
}

.product-card-action .btn {
    width: 100%;
}

.product-sliders {
    margin-right: -10px;
    margin-left: -10px;
    display: flex;
    flex-wrap: wrap;
}
.product-slide {
    /* width: calc(50% - 20px); */
    width: 50%;
    padding-left: 10px;
    padding-right: 10px;
}

.col-list .product-card {
    display: flex;
    position: relative;
}

.col-list .product-card-label {
    top: auto;
    bottom: 0;
    left: calc(100% + 30px);
}

.col-list .product-card .product-card-image {
    width: 130px;
    min-width: 130px;
    margin-right: 30px;
    margin-bottom: 0;
}
.col-list .product-card .product-card-name {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
    padding-right: 30px;
    max-width: 300px;
    text-align: left;
}
.col-list .product-card-group {
    margin-top: auto;
    margin-left: auto;
    width: 200px;
}
.col-list .product-card .product-card-price {
    align-items: center;
}

.col-list .product-card .product-card-action .btn{
    max-width: 100%;
}

@media screen and (min-width: 360px){
    .product-card-name a {
        font-size: 16px;
        line-height: 20px;  
        
        height: 60px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        line-clamp: 3;
        -webkit-box-orient: vertical;
    }
}

@media screen and (min-width: 480px){
    .product-card-code {
        top: 1px;
        width: auto;
    }
}

@media screen and (min-width: 768px){
    .product-sliders {
        display: block;
        margin: 0;
    }
    .product-slide {
        width: auto;
        padding: 0;
    }

    .product-card {
        margin-bottom: 30px;
    }
}

@media screen and (min-width: 992px) {

    .product-module {
        margin-bottom: 0;
        padding-bottom: 0;
    }

    .module-title {
        display: flex;
        align-items: center;
        font-size: 40px;
        line-height: 48px;
        margin-bottom: 50px;
    }

    .module .link-more {
        position: static;
        margin-top: 5px;
        margin-left: auto;
    }

    .product-card {
        padding-bottom: 15px;
    }

    .product-sliders .product-card {
        margin-bottom: 0;
    }

    .product-card-image {
        padding-top: 0;
    }

    .product-card-name {
        text-align: center;
    }

    .product-card-name a {
        font-size: 18px;
        line-height: 22px;
        height: 44px;
        
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .product-card-available {
        text-align: center;
    }

    .product-card-action {
        margin-left: 0;
        margin-right: 0;        
    }

    .product-card-action .btn {
        max-width: 160px;
    }

}

@media screen and (min-width: 1200px){

    .col-list .product-card .product-card-name {
        max-width: 500px;
    }

    .product-card-price {
        flex-direction: row;
        height: 25px;
    }

    .stok_status_id-9 .product-card-action {
        margin-top: 50px;
    }

    .product-card-price .old {
        order: 0;
        font-size: 16px;
        line-height: 20px;
    }

    .product-card-label {
        top: -1px;
        left: 0;
        max-width: 200px;
    }
}
