@font-face {
    font-family: 'butler';
    src: url('../webfonts/butler_regular-webfont.woff2') format('woff2'),
         url('../webfonts/butler_regular-webfont.woff') format('woff'),
         url('../webfonts/butler_regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'butler';
    src: url('../webfonts/butler_bold-webfont.woff2') format('woff2'),
         url('../webfonts/butler_bold-webfont.woff') format('woff'),
         url('../webfonts/butler_bold-webfont.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;

}
@font-face {
    font-family: 'butler';
    src: url('../webfonts/butler_extrabold-webfont.woff2') format('woff2'),
         url('../webfonts/butler_extrabold-webfont.woff') format('woff'),
         url('../webfonts/butler_extrabold-webfont.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

body {
    font-family: Poppins, sans-serif;
    font-size: 14px;
    line-height: 24px;
    color: #5c5d5e;
    font-weight: 400;
}
h1,
h2,
h3 {
    line-height: 1.3em;
    font-family: Butler, cursive;
    font-weight: 700;
}
h4,
h5,
h6 {
    line-height: 1.3em;
    font-family: Butler, sans-serif;
    font-weight: 700;
}
h1 {
    font-size: 48px;
}
h2 {
    font-size: 32px;
}
h3 {
    font-size: 28px;
}
h4 {
    font-size: 24px;
    font-weight: 400;
}
h5 {
    font-size: 18px;
    font-weight: 400;
}
h6 {
    font-size: 16px;
    font-weight: 700;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    font-style: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    text-transform: inherit;
}
.text_white {
    color: #ffffff;
}
.section_title {
    line-height: 1.1em;
}
a,
.btn {
    color: #e21f19;
    text-decoration: none;
    outline: none;
    box-shadow: none;
    transition: all 0.3s;
    word-break: break-all;
}
a:hover,
a:focus,
.btn:hover,
.btn:focus {
    color: #000000;
    text-decoration: none;
    outline: none;
    box-shadow: none;
    transition: all 0.3s;
}
img {
    max-width: 100%;
}

iframe {
    width: 100%;
}

input[type=checkbox] {
    border-radius: 0.25em;
    cursor: pointer;
}

.btn-close {
    opacity: 1;
}

.text-muted {
    color: #B5B5C3 !important;
}
.text-black{
    color: #000000 !important;
}
.formOverlay:before {
    content: "\f110";
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8);
    color: #ffffff;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -5%;
    font-size: 56px;
    margin-top: -34px;
}

.formOverlay {
    /*background:rgba(0,0,0,0.7) url('../images/loading.gif') no-repeat center center;*/
    background: rgb(0 0 0 / 70%);
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9999;
}


.alert {
    margin-bottom: 0px;
    font-size: 14px;
}

.alert .message-icon {
    margin-right: 10px;
    width: 30px;
    height: 30px;
    text-align: center;
    border: 1px solid #9F9F9F;
    border-radius: 50%;
    line-height: 30px;
}

.alert-success {
    color: #ffffff;
    background-color: #000000;
    border-color: #000000;
    border-radius: 0;
}

.alert-danger {
    color: #ffffff;
    background-color: #ba380e;
    border-color: #ba380e;
}

.btn {
    font-family: Poppins, sans-serif;
    display: inline-block;
    position: relative;
    text-align: center;
    border: none;
    font-size: 10px !important;
    line-height: 16px;
    font-weight: 700;
    padding: 15px 42px;
    letter-spacing: 2px;
    border-radius: 4px;
    text-transform: uppercase;
    z-index: 10;
    -webkit-transition: color .15s ease-out, background-color .15s ease-out, border-color .15s ease-out;
    transition: color .15s ease-out, background-color .15s ease-out, border-color .15s ease-out;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    transition: all 0.3s;
}
.btn_lg{
    font-size: 13px;
    font-weight: 700;
    padding: 0 90px;
    line-height: 67px;
    transition: all 0.3s;
}
.btn_plain{
    background-color: #e21818;
    color: #ffffff;
    transition: all 0.3s;
}
.btn_plain:hover,.btn_plain:focus{
    background-color: #000000;
    color: #ffffff;
    transition: all 0.3s;
}
.btn_dark{
    background-color: #1a1c1f;
    color: #ffffff;
    transition: all 0.3s;
}
.btn_dark:hover,.btn_dark:focus{
    background-color: #e21818;
    color: #ffffff;
    transition: all 0.3s;
}

.btn_slide{
    overflow: hidden;
}
.btn_slide .text, .btn_slide .icon{
    display: block;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.btn_slide:hover .text {
    transform: translateY(300%);
}
.btn_slide:hover .icon {
    top: 50%;
}
.btn_slide .icon{
    position: absolute;
    left: 50%;
    top: -25%;
    transform: translateX(-50%) translateY(-50%);
}

.btn_play {
    padding: 15px 12px 15px 55px;
    color: #ffffff;
}
.btn_play:hover, .btn_play:focus {
    color: #e21818;
}
.btn_play:before {
    content: '\f04b';
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    color: #ffffff;
    width: 39px;
    height: 39px;
    line-height: 39px;
    border-radius: 50%;
    background-color: rgba(92,93,94,0.6);
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    font-size: 7px;
}
.btn_play:hover:before, .btn_play:focus:before {
    color: #e21818;
}
.btn.disabled, .btn:disabled, fieldset:disabled .btn {
    background-color: #f0f0f0;
}
.hover_icon_link {
    position: relative;
    overflow: hidden;
    display: inline-block;
}
.hover_icon_link::before{
    content: '\f0c1';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #fff;
    background-color: #e21818;
    font-size: 29px;
    opacity: 0;
    cursor: pointer;
    display: block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    text-align: center;
    position: absolute;
    z-index: 10;
    left: 50%;
    top: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%) scale(5);
    transform: translateX(-50%) translateY(-50%) scale(5);
    -webkit-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.hover_icon_link:hover:before{
    opacity: 1;
    -webkit-transform: translateX(-50%) translateY(-50%) scale(1);
    transform: translateX(-50%) translateY(-50%) scale(1);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.hover_icon_link_bg:after {
    content: ' ';
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.3);
    opacity: 0;
    -webkit-transition: opacity .3s ease;
    -moz-transition: opacity .3s ease;
    -ms-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease;
}
.hover_icon_link_bg:hover:after {
    opacity: 1;
}

.box_overlay, .box_overlay_dark{
    z-index: 1;
    color: #ffffff;
}
.box_overlay:after {
    content: '';
    background-color: #e21818;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.75;
    z-index: -1;
}
.box_overlay_dark:after {
    content: '';
    background-color: #000000;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.75;
    z-index: -1;
}
.box_overlay_light {
    color: #000000;
    z-index: 1;
}
.intro_box.box_overlay_light {
    color: #000000;
}
.box_overlay_light:after {
    content: '';
    background-color: #ffffff;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.75;
    z-index: -1;
}
.section_bg_dark {
    position: relative;
    z-index: 1;
    color: #ffffff;
}
.section_bg_dark:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    background-color: rgb(0 0 0 / 70%);
}
.section_space {
    padding: 60px 0;
}
.section_breadcrumb{
    background-size: cover;
    background-position: center;
    padding: 80px 0;
    background-color: #1a1c1f;
    color: #ffffff;
    font-size: 12px;
}
.breadcrumb a {
    color: #ffffff;
}
.breadcrumb-item.active {
    color: #ffffff;
}
.breadcrumb a:hover, .breadcrumb a:focus{
    color: #e21818;
}
.breadcrumb-item+.breadcrumb-item::before {
    color: #ffffff;
    content: '/';
}
.section_title{
    font-size: 24px;
    color: #141618;
    margin-bottom: 43px;
    text-align: center;
    position: relative;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
}
.section_title:after, .section_title:before, .section_title:after, .section_title:before {
    content: "";
    display: inline-block;
    width: 100%;
    height: 1px;
    background: 0 0;
    border-top: 1px solid #141618;
}
.section_title>span {
    margin: 0 24px;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
}


.form-control:not(textarea) {
    min-height: 46px;
}

.form-select, .form-control{
    font-size: 13px;
    height: 46px;
    background-color: #f9f9f9;
    border-color: transparent;
    border-radius: 0;
    font-size: 14px;
    padding: 10px 37px 10px 20px;
}
.form-select:focus, .form-control:focus {
    background-color: #f9f9f9;
    border-color: #edecec;
    outline: 0;
    box-shadow: none;
}
input[type=number].form-control{
    padding: 10px 20px;
}

.custom_quantity{
    position: relative;
}
/* Chrome, Safari, Edge, Opera */
.custom_quantity input::-webkit-outer-spin-button,
.custom_quantity input::-webkit-inner-spin-button{
  -webkit-appearance: none;
  margin: 0;
}
/* Firefox */
.custom_quantity input[type=number].quantity-control {
  -moz-appearance: textfield;
}
.custom_quantity input[type=number].form-control {
    padding: 10px 26px 10px 20px;
}
.custom_quantity_plus {
    position: absolute;
    top: 0;
    right: 0;
    border: 0;
    background-color: #000000;
    color: #ffffff;
    width: 22px;
    height: 22px;
    padding: 0;
    font-size: 12px;
}
.custom_quantity_minus {
    position: absolute;
    bottom: 0;
    right: 0;
    border: 0;
    background-color: #000000;
    color: #ffffff;
    width: 22px;
    height: 22px;
    padding: 0;
    font-size: 12px;
}
.custom_quantity_plus:hover,.custom_quantity_plus:focus, .custom_quantity_minus:hover, .custom_quantity_minus:focus{
    background-color: #e21818;
}


header {
    background-color: #ffffff;
    border-bottom: 1px solid #f5f5f5;
    z-index: 100;
}
.navbar-toggler {
    outline: none;
    box-shadow: none;
    border: none;
}
.navbar-toggler:hover,
.navbar-toggler:focus {
    outline: none;
    box-shadow: none;
    border: none;
}
.navbar-toggler>svg {
    fill: #000000;
}
.navbar-toggler:hover>svg,
.navbar-toggler:focus>svg {
    fill: #e21f19;
}
.offcanvas-top {
    bottom: auto;
}
.navbar {
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.navbar .nav-link {
    color: #000000;
    font-size: 14px;
    line-height: 16px;
    font-family: Poppins, sans-serif;
    font-weight: 400;
    padding: 20px 15px !important;
}
.navbar .nav-link:hover,
.navbar .nav-link:focus,
.navbar .nav-link.active {
    color: #e21f19;
}
.navbar .dropdown-menu {
    background-color: #000000;
    border: 1px solid #252525;
    border-radius: 0;
}
.navbar .dropdown-item {
    color: #ffffff;
    font-size: 13px !important;
    line-height: 32px !important;
    font-weight: 400 !important;
    padding: 0 15px 0 15px;
}
.navbar .dropdown-item:focus,
.navbar .dropdown-item:hover {
    padding: 0 15px 0 20px;
    color: #ffffff;
    background-color: #000000;
}
.navbar .dropdown-menu li:last-child .dropdown-item {
    border-bottom: 1px solid rgb(231 231 231 / 0%);
}
.navbar .dropdown-item.active,
.navbar .dropdown-item:active {
    color: #fff !important;
    text-decoration: none;
    background-color: #000000;
}
.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none;
}
.navbar .dropdown i.bi {
    font-size: 16px;
    line-height: 2.5;
    float: right;
    margin-left: 5px;
}

@media only screen and (max-width: 1199px) {
    .navbar .nav-link {
        padding: 20px 10px !important;
    }
}
@media only screen and (max-width: 992px) {
    header {
        position: relative;
    }
    .navbar-nav {
        border-top: 1px solid #d9d9d9;
        padding: 10px 0;
        margin: 10px 0;
    }
    .navbar .nav-link {
        font-size: 14px;
        padding: 8px 15px !important;
    }
    .navbar .dropdown-menu {
        background-color: transparent;
        border: 1px solid transparent;
    }
    .navbar .dropdown-item {
        color: #000000;
        padding: 0 15px 0 25px;
    }
    .navbar .dropdown-item:focus, .navbar .dropdown-item:hover {
        padding: 0 15px 0 35px;
        color: #000000;
        background-color: transparent;
    }
    
}

footer{
    background: #fff9ee;
    color: #555555;
}
.footer_top {
    padding: 50px 0;
}
.footer_block_title{
    color: #555555;
}


.intro_box {
    color: #ffffff;
    background-size: cover !important;
    background-position: center !important;
    position: relative;
    overflow: hidden;
    padding: 22px 19px;
    box-sizing: border-box;
    cursor: pointer;
    height:253px;
    position: relative;
}
.intro_box:before {
    position: absolute;
    z-index: 1;
    top: 0;
    left: -10%;
    width: 120%;
    height: 100%;
    background: rgba(255,255,255,0.2);
    content: '';
    -webkit-transition: -webkit-transform .6s;
    transition: transform .8s;
    -webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
    transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,135deg) translate3d(0,100%,0);
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.intro_box:hover:before {
    -webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
    transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,135deg) translate3d(0,-100%,0);
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: initial;
}
.intro_box_content{
    font-size: 13px;
    z-index: 10;
}
.intro_box_content_text{
    margin-bottom: 0;
}
.intro_box_content_title{
    margin-bottom: 0;
}
.intro_box_content a{
    font-size: 15px;
}
@media only screen and (min-width: 767px) {
    #section_intro_box {
        margin-top: -55px;
    }
}

.slider_slides {
    padding: 0;
    margin: 0 -10px;
}
.slider_filters{
    text-align: center;
    list-style: none;
    position: relative;
    margin: 0 0 40px 0;
    padding: 0;
}
.slider_filters:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background-color: #e9e9e9;
    z-index: -1;
}
.slider_filters li{
    color: #9b9c9e;
    font-size: 13px;
    line-height: 29px;
    letter-spacing: 0.33px;
    border: 1px solid transparent; 
    border-radius: 0;
    box-shadow: none;
    margin: 0 !important;
    padding: 0px 16px;
    display: inline-block;
    cursor: pointer;
    transition: all 0.3s;
}
.slider_filters li.active, .slider_filters li:hover{
    color: #e21818;
    border-bottom-color: #e21818;
    transition: all 0.3s;
}

.product_item{
    transition: all 0.3s;
    padding: 0 10px;
}
.product_item_media {
    overflow: hidden;
    position: relative;
    text-align: center;
}
.product_item_media img {
    height: 350px;
    /*width: 100%;*/
    text-align: center;
    object-fit: cover;
    background-color: #fafafa;
}
.product_item_overlay {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -40px;
    transition: all 0.3s;
}
.product_item:hover .product_item_overlay{
    bottom: 0px;
    transition: all 0.3s;
}
.product_item_overlay a{
    font-size: 10px;
    line-height: 36px;
    color: #ffffff;
    font-weight: 700;
    padding: 0px 10px 0px 10px;
    border-radius: 4px 4px 4px 4px ;
    background: #e21818 ;
    z-index: 2;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
}
.product_item_overlay a:hover{
    background: #000000 ;
}
.product_item_overlay_btn{
    width: calc(100% - 40px);
}
.product_item_overlay_expand {
    width: 35px;
}
.product_item_content_info{
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
}
.product_item_title{
    font-size: 14px;
    line-height: 18px;
    color: #1a1c1f;
    font-weight: 400;
    padding: 0px 0px 0px 0px;
    margin: 17px 0 5px;
    border-radius: 0px 0px 0px 0px;
    background: transparent;
    z-index: 2;
    display: block;
    text-transform: capitalize;
    word-break: break-word;
}
.product_item_title:hover{
    color: #e21818;
}
.product_item_price {
    font-size: 14px;
}
.product_item_price_amount{
    color: #e21818;
}
.product_item_price_compare{
    color: #000000;
    text-decoration: line-through;
    margin-right: 5px;
}
@media only screen and (max-width: 480px) {
    .product_item_media img {
        height: auto;
    }
}

.slick-prev, .slick-next {
    top: -20px;
}
.slick-prev {
    left: 10px;
}
.slick-next {
    right: 15px;
}
.slick-prev:before, .slick-next:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 10px;
    background-color: #e9e9e9;
    padding: 8px 10px;
    border-radius: 50%;
    line-height: 1;
    opacity: 0.7;
    color: #000000;
}
.slick-prev:before {
    content: "\f053";
}
.slick-next::before {
    content: "\f054";
}
.slick-prev:hover:before, .slick-next:hover:before {
    background-color: #e21818;
    color: #ffffff;
}

#clients_slider .slick-slider {
    margin: 0;
    background-color: #1a1c1f;
    padding: 35px 85px;
}
#clients_slider .client_item {
    cursor: col-resize;
}
#clients_slider .slick-prev, #clients_slider .slick-next {
    top: 50%;
}
#clients_slider .slick-prev:before, #clients_slider .slick-next:before {
    background-color: #403e3e;
    color: #ffffff;
}
#clients_slider .slick-prev:hover:before, #clients_slider .slick-next:hover:before, #clients_slider .slick-prev:focus:before, #clients_slider .slick-next:focus:before {
    background-color: #e21818;
    color: #ffffff;
}
#clients_slider .slick-prev {
    left: 25px;
}
#clients_slider .slick-next {
    right: 30px;
}

.introBanner {
    background-position: center;
    background-size: cover;
    padding: 110px 20px 70px;
    color: #ffffff;
}
.introBanner_title {
    margin-bottom: 0;
    font-size: 42px;
}
.introBanner_subtitle {
    color: #e21818;
    margin-bottom: 15px;
    font-size: 15px;
}
.introBanner_text {
    font-size: 13px;
    padding: 0px 20px;
    line-height: 22px;
    margin-bottom: 35px;
}

.post_item {
    padding: 0 10px;
}
.post_item_content {
    border-top: 1px solid #e21818;
    padding-top: 12px;
}
.post_item_title {
    color: #141618;
    font-size: 15px;
    font-weight: 700;
    line-height: 22px;
    text-transform: uppercase;
    display: block;
    word-break: break-word;
    margin-bottom: 8px;
}
.post_item_title:hover {
    color: #e21818;
}
.post_item_info {
    color: #9b9c9e;
    font-size: 12px;
    line-height: 19px;
    font-weight: 500;
}
.post_info_date{
    color: #9b9c9e !important;
}
.post_item_info a{
    color: #000000;
}
.post_item_info a:hover, .post_info_date:hover {
    color: #e21818 !important;
}
.post_item_descr{
    font-size: 13px;
    line-height: 23px;
    color: #5c5d5e;
}
.post_item_link {
    width: 20px;
    height: 20px;
    line-height: 20px;
    background-color: #e21818;
    color: #ffffff;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    font-size: 11px;
}
.post_item_link:hover{
    background-color: #000000;
    color: #ffffff;
}


.newsletter_wrapper {
    background-color: #e21818;
    color: #ffffff;
    padding: 35px 10%;
}
.newsletter_block_text {
    font-size: 12px;
    line-height: 18px;
    padding: 0px 10%
}
.newsletter_block_text{
    font-size: 14px;
    line-height: 18px;
}
.newsletter_form {
    position: relative;
    margin-top: 35px;
}
.newsletter_form_btn{
    margin: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 50px;
    padding: 0;
    line-height: 0;
    z-index: 2;
    background-color: transparent !important;
    border: 0;
    outline: 0;
}
.newsletter_form_field{
    font-size: 12px;
    padding: 14px 50px 14px 25px;
    color: #9b9c9e;
}
.newsletter_form_field:focus {
    color: #212529;
    background-color: #fff;
    border-color: transparent;
    outline: 0;
    box-shadow: none;
}
.newsletter_form:after {
    content: '\f1d8';
    color: #e21818;
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
    position: absolute;
    top: 50%;
    right: 18px;
    font-size: 16px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}

.testimonials_wrapper {
    background-size: cover;
    background-position: center;
    background-color: #e21818;
    color: #ffffff;
    padding: 60px 9% 40px;
    font-size: 13px;
    line-height: 20px;
}
.testimonial_icon {
    font-size: 24px;
    color: #e21818;
    margin-bottom: 20px;
}
.testimonial_avatar img {
    border-radius: 50%;
    text-align: center;
}
.testimonial_author {
    text-align: left;
    padding: 0 10px;
}
.testimonial_author_name {
    text-transform: uppercase;
    font-weight: 700;
    margin: 0;
}
.testimonial_author_position {
    color: #9b9c9e;
    margin: 0;
}

.product_title{
    line-height: 41px;
    font-size: 32px;
    font-weight: 400;
    margin-bottom: 24px;
    word-break: break-word;
    color: #141618;
}
.product_price {
    font-size: 16px;
}
.product_price_amount{
    color: #e21818;
}
.product_price_compare{
    color: #000000;
    text-decoration: line-through;
    margin-right: 5px;
}
.product_form label{
    line-height: 26px;
    font-weight: 700;
    font-size: 13px;
    padding: 10px 20px;
}

.product_meta {
    border-top: 1px solid #dddddd;
    padding: 20px 0px;
    margin-top: 30px;
}
.product_meta a{
    color: #000000;
}
.product_meta a:hover, .product_meta a:focus{
    color: #e21818;
}

.product_gallery_image_thumb {
    padding: 5px;
}
.product_gallery_image_thumb img{
    opacity: 0.5;
}
.slick-current .product_gallery_image_thumb img, .product_gallery_image_thumb:hover img{
    opacity: 1;
}
.product_gallery_image_lightbox {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 99;
    background-color: #ffffff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    color: #000000;
    font-size: 18px;
}


.nav_items .nav-link {
    background-color: transparent;
    color: #5c5d5e;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    border-color: transparent;
    padding: 0 0 3px 0;
    border-radius: 0;
    border-width: 0 0 2px 0;
}
.nav_items .nav-link:hover {
    color: #000000;
}
.nav_items .nav-link.active{
    color: #000000;
    border-color: #000000;
}
.nav_items .nav-item {
    margin-right: 25px;
}
.tab-content {
    padding: 20px 0;
}
.tab-content h1, .tab-content h2, .tab-content h3, .tab-content h4, .tab-content h5, .tab-content h6{
    color: #000000;
}


.table .table-dark th{
    background-color: #000000;
    border-color: #000000;
}
.cart_item, .cart_item a {
    color: #000000;
}
.cart_item a:focus, .cart_item a:hover {
    color: #e21818;
}
.cart_item .product_item_price_amount {
    color: #212529;
}
.icon_remove {
    font-size: 20px;
}
.cart_item .product-thumbnail {
    min-width: 100px;
}
.cart_item .product-name {
    min-width: 160px;
}
.cart_item .product-price, .cart_item .product-subtotal {
    min-width: 100px;
}


.sidebar{
    background-color: #f9f9f9;
    padding: 25px;
}
.sidebar_widget {
    font-size: 13px;
    color: #000000;
    margin-bottom: 50px
}
.sidebar .sidebar_widget:last-child{
    margin-bottom: 0;
}
.sidebar_widget_title {
    font-weight: 700;
    color: #000000;
    border-bottom: 1px solid #000000;
    padding-bottom: 7px;
    margin-bottom: 15px;
}
.mini_cart_list {
    padding: 0;
    list-style: none;
    margin: 0;
}
li.mini_cart_list_item{
    border-bottom: 1px solid #e9e9e9;
    padding: 5px 0px;
    margin-bottom: 15px;
}
.mini_cart_list_item_thumb {
    min-width: 80px;
}
.mini_cart_list_item_info {
    padding: 0 10px;
}
.mini_cart_list_item_title {
    color: #000000;
    line-height: 17px;
    display: inline-block;
    word-break: break-word;
}
.mini_cart_list_item_title:hover, .mini_cart_list_item_title:focus{
    color: #e21818;
}
.mini_cart_content .btn {
    padding: 15px 25px;
}
.mini_cart_content .product_item_price {
    font-size: 12px;
}

.sidebar_widget a:not(.btn){
    color: #000000;
}
.sidebar_widget a:not(.btn):hover, .sidebar_widget a:not(.btn):focus{
    color: #e21818;
}

.search_form {
    position: relative;
}
.search_form_field {
    padding: 6px 10px 6px 10px;
    font-size: 12px;
    border-bottom: 1px solid #000000;
    height: 38px !important;
    min-height: 38px !important;
}
.search_form_btn {
    margin: 0;
    width: 38px;
    padding: 0;
    z-index: 2;
    color: #ffffff;
    background-color: #000000;
    border: 0;
    outline: 0;
    transition: all 0.3s;
}
.search_form_btn:hover, .search_form_btn:focus{
    background-color: #e21818;
    transition: all 0.3s;
} 
.badge, a.badge {
    font-weight: 400;
    font-size: 10px;
    background-color: #caccce;
    color: #ffffff !important;
    text-transform: uppercase;
    padding: 5px 10px;
}
.badge:hover, .badge:focus, a.badge:hover, a.badge:focus {
    background-color: #e21818;
    color: #ffffff;
}

#slider-div {
    display: flex;
    flex-direction: row;
    margin-top: 30px;
  }
  
  #slider-div>div {
    margin: 8px;
  }
  
  .slider-label {
    position: absolute;
    background-color: #eee;
    padding: 4px;
    font-size: 0.75rem;
  }
@media only screen and (max-width: 767px) {

}