body {
    font-family: Poppins, "Arial", "sans-serif";
    font-size: 14px;
    line-height: 22px;
    letter-spacing: .02em;
    background-color: #ffffff;
}

/* ----- Typography -------  */
h1, h2, h3, h4, h5, h6 {
    font-weight: 500;
    line-height: 1.25em;
}
h1 {
    font-size: 42px;
}
h2 {
    font-size: 34px;
}
h3 {
    font-size: 28px;
}
h4 {
    font-size: 24px;
}
h5 {
    font-size: 18px;
}
h6 {
    font-size: 16px;
}
p:last-child,
p:last-of-type {
    margin-bottom: 0; 
}
small {
    font-size: 12px;
}

.text_white {
    color: #ffffff;
}

.section_title {
    line-height: 1.1em;
}

a{
    color: #0f0f0f;
    outline: none;
    box-shadow: none;
    transition: all 0.3s;
    word-break: break-all;
}

.btn {
    color: #0f0f0f;
    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: #CC0000;
    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: 12px;
    line-height: 16px;
    font-weight: 600;
    padding: 15px 42px;
    /*letter-spacing: 2px;*/
    border-radius: 4px;
    text-transform: uppercase;
    z-index: 100;
    -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-primary{
    background-color: #bd0000;
    color: #ffffff;
    transition: all 0.3s;
}
.btn-primary:hover, .btn-primary:focus{
    background-color: #000000;
    color: #ffffff;
    transition: all 0.3s;
}

.btn_lg {
    font-size: 13px;
    font-weight: 700;
    padding: 0 90px;
    line-height: 67px;
    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: #f7942a;
}

.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: #f7942a;
}

.btn.disabled,
.btn:disabled,
fieldset:disabled .btn {
    background-color: #f0f0f0;
}

.btn_plus{
    font-size: 22px;
}
.btn_del {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 200;
    color: #000000;
    background-color: #f7952a;
    width: 24px;
    height: 24px;
    text-align: center;
    border-radius: 50%;
    box-shadow: 0px 2px 4px rgb(0 0 0 / 56%);
}
.btn_del:hover, .btn_del:focus {
    color: #f7952a;
    background-color: #000000;
}

.btn-search {
    border-left: 1px dotted #000;
    padding-left: 20px;
    margin-left: 20px;
    font-size: 16px;
}
.btn_compare {
    padding: 10px 15px;
    font-size: 16px;
    color: #ffffff;
    background-color: #bd0000;
}
.btn_compare:hover {
    background-color: #000000;
    color: #ffffff;
}
.btn_compare .badge {
    font-size: 9px;
    background-color: #000000;
}
.btn_compare span {
    color: #ffffff;
    font-size: 12px;
    word-break: normal;
    margin-left: 5px;
}
.header_user i {
    font-size: 18px;
}
.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;
}

.btn_sm{
    padding: 7px 15px;
}

.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;
}

.font_80{
    font-size: 80%;
}
.font_70{
    font-size: 70%;
}
.font_60{
    font-size: 60%;
}

.page_header {
    padding: 60px 0;
}

.page_title {
    font-size: 28px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0;
}

.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: #f7942a;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: #ffffff;
    content: '/';
}

form {
    font-size: 13px;
}
.form-label {
    font-size: 14px;
    color: #000000;
    margin-bottom: 4px;
}
.form-control:not(textarea) {
    min-height: 41px;
}
.form-select,
.form-control {
    color: #000;
    height: 41px;
    background-color: #f1f5f8;
    border-color: transparent;
    border-radius: 6px;
    font-size: 14px;
    padding: 10px 12px;
    /*box-shadow: 0 1px 3px rgb(50 50 93 / 15%), 0 1px 0 rgb(0 0 0 / 2%);*/
    transition: all 0.3s;
}

.form-select:focus,
.form-control:focus {
    border-color: #bd0000;
    outline: 0;
    /*box-shadow: 0 4px 6px rgb(50 50 93 / 11%), 0 1px 3px rgb(0 0 0 / 8%);*/
    box-shadow:none;
    background-color: #f1f1f1;
    color: #000000;
    transition: all 0.3s;
}
.form-select{
    padding: 10px 35px 10px 12px;
}

textarea.form-control {
    height: auto !important;
}
input[type=file].form-control {
    height: 46px;
    padding: 12px 37px 10px 20px;
}
input[type=number].form-control {
    padding: 10px 20px;
}

.input-group .form-control {
    color: #ffffff;
    height: 46px;
    background-color: #f1f5f8;
    border-color: transparent;
    border-radius: 6px;
    font-size: 14px;
    padding: 10px 37px 10px 20px;
    transition: all 0.3s;
}
.input-group .form-control:focus {
    background-color: #f1f1f1;
    border-color: #bd0000;
    transition: all 0.3s;
}
.input-group button.input-group-text {
    background-color: #bd0000;
    border: 1px solid #bd0000;
    color: #ffffff;
    padding: 10px 40px 10px 40px;
    transition: all 0.3s;
}
.input-group button.input-group-text:hover, .input-group button.input-group-text:focus {
    background-color: #000000;
    border: 1px solid #000000;
    color: #ffffff;
    transition: all 0.3s;
}
.select2-container--default .select2-selection--single {
    height: 32px !important;
}


#offcanvasMenu, #offcanvasAccount{
    background-color: #ffffff;
    width: 300px;
}

.btn_offcanvas_close {
    background: no-repeat;
    border: none;
    font-size: 22px;
}

#offcanvasAccount .navbar-nav > .nav-item {
    padding: 10px;
    border-bottom: 1px solid #d9d9d9;
}
#offcanvasAccount .navbar-nav > .nav-item > .nav-link {
    display: block;
}

header {
    z-index: 100;
    background-color: #ffffff;
    color: #0f0f0f;
    -webkit-box-shadow: 0 3px 3px -3px rgb(0 0 0 / 12%);
    -moz-box-shadow: 0 3px 3px -3px rgba(0,0,0,0.12);
    box-shadow: 0 3px 3px -3px rgb(0 0 0 / 12%);
}
.navbar-brand img{
    max-height: 95px;
}

.navbar-toggler {
    border: 0;
    padding: 0;
    font-size: 22px;
    color: #000000;
    display: inline-block;
    margin-left: 20px;
}
.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none;
}
#header_search .input-group .form-control {
    color: #000000;
    height: 38px;
    min-height: auto;
    background-color: #f1f5f8;
    border-color: #f1f5f8;
    box-shadow: none;
    border-radius: 6px 0px 0px 6px;
    font-size: 14px;
    padding: 10px 37px 10px 20px;
    transition: all 0.3s;
}
#header_search .input-group .form-control:focus {
    border-color: #bd0000;
}
#header_search .input-group-text {
    padding: 0;
    border: none;
    background-color: transparent;
}
#header_search .input-group .btn {
    position: relative;
    z-index: 2;
    padding: 10px;
    background-color: #bd0000;
    color: #ffffff;
    height: 38px;
    width: 38px;
    border-radius: 0px 6px 6px 0px;
}
#header_search .input-group .btn:hover, #header_search .input-group .btn:focus {
    background-color: #000000;
    color: #ffffff;
}
.header_search_area {
    position: relative;
}


.navbar-nav > .nav-item > .nav-link  {
    color: #000000;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: .05em;
    display: inline-block;
}
.navbar-nav > .nav-item > .nav-link.nav-link-strong{
    font-weight: 700;
}
.navbar-nav .dropdown-menu {
    padding: 0;
    margin-top: 0px;
    max-height: 500px;
    overflow: auto;
}

.navbar-nav > .nav-item  {
    padding: 20px 10px ;
}

.navbar-nav > .nav-item > .nav-link  {
    position: relative;
    padding: 0;
}
.nav-link-title{
    position: relative;
}
.nav-link-title:before {
    content: "";
    height: 1px;
    position: absolute;
    bottom: 0;
    width: 0;
    left: 0;
    right: 0;
    -webkit-transition: width .3s ease;
    -moz-transition: width .3s ease;
    -ms-transition: width .3s ease;
    -o-transition: width .3s ease;
    transition: width .3s ease;
    visibility: hidden;
    display: block;
}
.nav-item:hover .nav-link .nav-link-title:before, .dropdown-item:hover .nav-link-title:before{
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    visibility: visible;
}
.dropdown .dropdown-menu .dropdown-item:hover .nav-link-title::after {
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    left: -12px;
    top: -2px;
    font-size: 11px;
}
.navbar-nav .dropdown-menu .dropdown-item {
    color: #5f5f5f;
    letter-spacing: .05em;
    font-size: 12px;
    font-weight: 400;
    text-transform: capitalize;
    padding: 9px 30px 9px 20px;
    position: relative;
    text-align: left;
    cursor: pointer;
    border-bottom: 1px solid #eaeaea;
}
.dropdown-menu > li:hover > .submenu {
    background: #ffffff;
    border-radius: 0;
    border: 0;
    padding: 0;
    -webkit-box-shadow: 0 2px 15px 0px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 2px 15px 0px rgba(0,0,0,.1);
    box-shadow: 0 2px 15px #0000001a;
}
.navbar-nav > .dropdown > .dropdown-menu.show{
    border: none;
    border-radius: 0;

    background: -moz-linear-gradient(top, #f9f9f9 0%, #ffffff 15%, #ffffff 100%);
    background: -webkit-linear-gradient(top, #f9f9f9 0%, #ffffff 15%, #ffffff 100%);
    background: -ms-linear-gradient(top, #f9f9f9 0%, #ffffff 15%, #ffffff 100%);
    background: linear-gradient(top, #f9f9f9 0%, #ffffff 15%, #ffffff 100%);

    -webkit-box-shadow: 0 1px 4px 0px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 1px 4px 0px rgba(0,0,0,.1);
    box-shadow: 0 1px 4px #0000001a;
}
/* ============ desktop view ============ */
@media all and (min-width: 992px) {
    .navbar-nav .dropdown-menu.show.dropdown-menu-multicol {
        display: flex;
        flex-wrap: wrap;
        width: 400px;
    }
    .navbar-nav .dropdown-menu.show.dropdown-menu-multicol.dropdown-menu-multicol-lg {
        width: 600px;
    }
    .navbar-nav .dropdown-menu.show.dropdown-menu-multicol.dropdown-menu-multicol-xl {
        width: 800px;
    }
    .navbar-nav .dropdown-menu > li:hover > .submenu.dropdown-menu-multicol{
        display: flex !important;
        flex-wrap: wrap;
        width: 400px;
    }
	.navbar-nav .dropdown-menu li{
		position: relative;
	}
	.navbar-nav .dropdown-menu .submenu{ 
		display: none;
		position: absolute;
		left:100%; top:-7px;
	}
	.navbar-nav .dropdown-menu .submenu-left{ 
		right:100%; left:auto;
	}
	.navbar-nav .dropdown-menu > li:hover{ background-color: #f1f1f1 }
	.navbar-nav .dropdown-menu > li:hover > .submenu{
		display: block;
	}
}	
/* ============ desktop view .end// ============ */
/* ============ small devices ============ */
@media (max-width: 991px) {
    .navbar-nav > .nav-item  {
        padding: 10px 20px ;
    }
    .navbar-nav .dropdown-menu .dropdown-menu{
            margin-left:0.7rem; margin-right:0.7rem; margin-bottom: .5rem;
    }
    .navbar-nav .dropdown-menu {
        border: none;
    }
    .navbar-nav > .dropdown > .dropdown-menu.show {
        background: #ffffff;
        position: relative !important;
        transform: translate3d(0px, 10px, 0px) !important;
        box-shadow: none;
    }
    .navbar-nav .dropdown-menu > li:hover > .submenu {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }
    .navbar-nav > .nav-item > .nav-link {
        display: block;
    }
    .navbar-nav .dropdown-item:focus, .navbar-nav .dropdown-item:hover {
        color: var(--bs-dropdown-link-hover-color);
        background-color: transparent;
    }
}	
/* ============ small devices .end// ============ */



footer {
    position: relative;
}

.footer_top {
    padding: 60px 0 0;
    background-color: #F7F7F7;
}

.footer_block_title {
    color: #000000;
    font-weight: 600;
    text-transform: uppercase;
}
.footer_block ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.footer_block ul li{
    margin-bottom: 5px;
}
.footer_block ul li a{
    text-decoration: none;
}
.footer_block a, .footer_block p, .footer_block {
    font-size: 13px;
}


.footer_copyright {
    color: #ffffff;
    font-size: 13px;
    background-color: #141618;
}
.footer_copyright a, .footer_copyright span {
    text-decoration: none;
    color: #ffffff;
    font-size: 11px;
    margin-right: 10px;
}
.footer_copyright a:hover, .footer_copyright a:focus{
    color: #bd0000
}
.social_icons {
    padding: 0;
    list-style: none;
    margin: 0;
}
.social_icons li {
    display: inline-block;
}
.social_icons li a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    text-align: center;
    background-color: #ffffff;
    color: #000000;
    border-radius: 5px;
    font-size: 18px;
}
.social_icons li a:hover, .social_icons li a:focus {
    background-color: #bd0000;
    color: #ffffff;
}
.section_newsletter{
    background-color: #ffffff;
    z-index: 1;
}


.heroSwiper {
    max-height: 600px;
}
.heroSwiper .slide_item_image img, .heroSwiper .slide_item_image video{
    max-height: 600px;
    width: 100%;
    object-fit: cover;
}
.heroSwiper .slide_item_image:before {
    content: '';
    background-color: rgb(0 0 0 / 40%);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
}

.heroSwiper .heroSwiper_button {
    position: absolute;
    top: 50%;
    z-index: 10;
    margin-top: -25px;
    font-size: 18px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    background-color: #ffffff;
    color: #000;
    opacity: 0.6;
    transition: all 0.3s;
}
.heroSwiper_button.heroSwiper_next {
    right: 20px;
}
.heroSwiper_button.heroSwiper_prev{
    left: 20px;
}
.heroSwiper .heroSwiper_button:hover {
    background-color: #CC0000;
    color: #ffffff;
    opacity: 1;
    transition: all 0.3s;
}

@media only screen and (max-width: 767px) {
    .heroSwiper .heroSwiper_button {
        font-size: 14px;
        width: 25px;
        height: 25px;
        line-height: 29px;
    }
    .heroSwiper_button.heroSwiper_next {
        right: 15px;
    }
    .heroSwiper_button.heroSwiper_prev{
        left: 15px;
    }
}

.block_type_1 {
    text-align: center;
    position: relative;
}
.block_type_1 .image_wrapper {
    width: 170px;
    height: 170px;
    border-radius: 50%;
    overflow: hidden;
    text-align: center;
    margin: 0 auto;
    border: 1px solid #d9d9d9;
    margin-bottom: 15px;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.block_type_1_title {
    font-size: 18px;
    font-weight: 500;
    display: block;
    word-break: break-word;
    text-decoration: none;
    margin-bottom: 5px;
    color: #000000;
}
.block_type_1_type {
    font-size: 18px;
    font-weight: 500;
    display: block;
    word-break: break-word;
    text-decoration: none;
    margin-bottom: 5px;
    color: #000000;
}
.block_type_1_type i {
    font-size: 14px;
}

.block_type_2 {
    position: relative;
    text-align: center;
}
.block_type_2_title {
    font-size: 18px;
    font-weight: 500;
    display: block;
    word-break: break-word;
    text-decoration: none;
    margin-bottom: 5px;
    color: #000000;
}

.categorySwiper_button {
    position: absolute;
    top: 35px;
    z-index: 10;
    margin-top: -25px;
    font-size: 14px;
    width: 26px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    border-radius: 50%;
    background-color: #ffffff;
    color: #000;
    border: 1px solid #000000;
    opacity: 1;
    transition: all 0.3s;
}
.categorySwiper_button.categorySwiper_next {
    right: 0px;
}
.categorySwiper_button.categorySwiper_prev{
    left: 0px;
}
.categorySwiper_button.swiper-button-disabled{
    opacity: 0.2;
}
.categorySwiper_button:hover {
    background-color: #CC0000;
    color: #ffffff;
    border-color: #CC0000;
    opacity: 1;
    transition: all 0.3s;
}

.block_type_3 {
    text-align: center;
    position: relative;
}
.icon_wrapper {
    width: 100%;
    padding-top: 100%;
    background-color: #ababab;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    text-align: center;
    margin-bottom: 15px;
    transition: all 0.3s;
}
.icon_wrapper a {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    color: #ffffff;
    z-index: 10;
    font-size: 32px;
    font-weight: bold;
    text-decoration: none;

    padding: 15px;
    word-break: break-word;
    line-height: 1;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;

    transition: all 0.3s;
}
.block_type_3:hover .icon_wrapper{
    background-color: #CC0000 !important;
    transition: all 0.3s;
}

@media only screen and (min-width: 1199px) {
    .custom-col-5{
        width: 20%;
    }
}
@media only screen and (max-width: 992px) {
    .block_type_1 .image_wrapper {
        width: 150px;
        height: 150px;
    }
    .icon_wrapper a {
        font-size: 24px;
    }
}
@media only screen and (max-width: 767px) {
    .icon_wrapper a {
        font-size: 20px;
    }
}


.title_divider {
    position: relative;
}
.title_divider:before {
    content: '';
    width: 110px;
    height: 3px;
    background-color: #000000;
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: -10px;
}

.contact_blocks {
    padding: 20px;
    margin: 0;
    list-style: none;
    height: 85%;
    background-color: #f1f5f8;
}
.contact_blocks li {
    position: relative;
}
.contact_block_icon i {
    width: 44px;
    height: 44px;
    line-height: 44px;
    border-radius: 50%;
    border: 1px solid #000000;
    background-color: transparent;
    color: #000000;
    text-align: center;
    font-size: 18px;
    margin-right: 15px;
    transition: all 0.3s;
}
.contact_blocks li:hover .contact_block_icon i {
    border-color:#bd0000;
    background-color: #bd0000;
    color: #ffffff;
    transition: all 0.3s;
}

table.table_list {
    border: 1px solid #d9d9d9;
}
table.table_list thead th{
    padding: 0.9rem 0.5rem;
    background-color: #f1f5f8;
}
table.table_list tfoot th{
    padding: 0.9rem 0.5rem;
    background-color: #f1f5f8;
}

.cat_main_title {
    font-weight: 600;
    font-size: 26px;
}
.cat_title {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 0;
}
.cat_subtitle {
    font-size: 14px;
    font-weight: 600;
    color: #72767E;
}

.shop_banner {
    display: inline-block;
    border-radius: 12px;
    overflow: hidden;
}

.block_type_product {
    position: relative;
    overflow: hidden;
}
.block_type_product  .image_wrapper {
    text-align: center;
}
.block_type_product .cat_product_title {
    font-size: 15px;
    font-weight: 700;
    line-height: 17px;
    margin: 0;
    color: #000000;
    transition: all 0.3s;
}
.block_type_product:hover .cat_product_title {
    color: #bd0000;
    transition: all 0.3s;
}
.block_type_product .cat_product_weight {
    font-size: 11px;
    font-weight: 400;
    color: #72767e;
    display: block;
}
.block_type_product .cat_product_price {
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 4px;
    color: #bd0000;
}
.block_type_product .cat_product_price_reg {
    font-size: 11px;
    color: #72767e;
}
.block_type_product .cat_product_labels {
    margin: 3px 0;
}
.block_type_product .cat_product_labels_badge {
    background-color: #f2f8ff;
    color: rgb(43, 120, 198);
    font-size: 10px;
    font-weight: 500;
    padding: 4px;
    border-radius: 4px;
    margin-right: 4px;
    line-height: 18px;
}
.block_type_product .cat_product_stock {
    display: block;
    font-size: 11px;
    font-weight: 600;
}

/*
.block_type_product .cat_product_btn_add {
    background-color: #0aad0a;
    border: 2px solid #0aad0a;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    height: 36px;
    line-height: 33px;
    border-radius: 20px;
    width: 82px;
    padding: 0px 8px 0 12px;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 5px;
    z-index: 100;
    transition: all 0.1s;
}
.cat_product_btn_add{
    text-decoration: none;
}
.block_type_product .cat_product_btn_add i {
    margin-right: 5px;
}
.block_type_product:hover .cat_product_btn_add, .block_type_product:focus .cat_product_btn_add  {
    width: 82px;
    transition: all 0.3s;
    font-size: 16px;
}
.block_type_product .cat_product_btn_add:hover, .block_type_product .cat_product_btn_add:focus  {
    background-color: #0c670c;
    border-color: #0aad0a;
    transition: all 0.3s;
}
*/
.block_type_product .cat_product_btn_add {
    background-color: #bd0000;
    border: 1px solid #bd0000;
    color: #ffffff;
    font-size: 14px;
    height: 36px;
    line-height: 33px;
    border-radius: 0;
    width: 100%;
    padding: 0px 8px 0 12px;
    z-index: 100;
    display: block;
    text-align: center;
    text-decoration: none;
    transition: all 0.1s;
}
.block_type_product:hover .cat_product_btn_add, .block_type_product:focus .cat_product_btn_add  {
    transition: all 0.3s;
}
.block_type_product .cat_product_btn_add:hover, .block_type_product .cat_product_btn_add:focus  {
    background-color: #0c670c;
    border-color: #0aad0a;
    transition: all 0.3s;
}

.block_type_product .cat_product_btn_addCount {
    background-color: #0aad0a;
    border: 2px solid #0aad0a;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    height: 36px;
    line-height: 33px;
    border-radius: 20px;
    width: 140px;
    padding: 0px 8px 0 12px;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 5px;
    z-index: 100;
    transition: all 0.1s;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.cat_product_btn_addCount_del:hover, .cat_product_btn_addCount_del:focus {
    color: #000000;
}
.cat_product_btn_addCount_plus:hover, .cat_product_btn_addCount_plus:focus {
    color: #000000;
}
.cat_product_btn_addCount_plus:hover, .cat_product_btn_addCount_minus:focus {
    color: #000000;
}

.block_type_product .cat_product_sponsor {
    background-color: #72767e;
    color: #ffffff;
    font-size: 11px;
    line-height: 20px;
    padding: 0px 5px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 20;
}
.block_type_product .cat_product_sponsor:before {
    content: '';
    background-color: #72767e;
    height: 20px;
    width: 22px;
    position: absolute;
    right: -7px;
    transform: skew(-30deg);
    z-index: -1;
}


.productsSwiperNavigate {
    text-align: right;
}
.productsSwiper_button {
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    border: 1px solid #e3e1e1;
    text-align: center;
    font-size: 13px;
    background-color: #e3e1e1;
    display: inline-block;
}
.productsSwiper_button.swiper-button-disabled{
    opacity: 0.3;
}
.productsSwiper_button:hover, .productsSwiper_button:focus {
    background-color: #bd0000;
    color: #ffffff;
}
@media only screen and (max-width: 992px) {
    .block_type_product .cat_product_btn_add {
        line-height: 33px;
        width: 36px;
        padding: 0px 10px 0 9px;
    }
}


.page_content {
    padding-left: 300px !important;
    padding-right: 30px;
}
.page_sidebar {
    width: 270px;
    flex: 0 0 270px;
    position: fixed;
    height: 100%;
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    overflow: auto;
    padding: 0;
}


.page_sidebar_header {
    text-align: center;
    width: 100%;
    background-color: #ffffff;
    top: 0;
    z-index: 10;
    padding: 20px 15px;
    box-shadow: inset 0px -0.5px 0px rgb(0 0 0 / 9%);
}

/*.page_sidebar_header_image {
    width: 90px;
    margin: 0 auto 10px;
    border: 1px solid #E8E9EB;
    border-radius: 50%;
}*/
.page_sidebar_header_image {
    width: 140px;
    height: 140px;
    text-align: center;
    margin: 0 auto 10px;
    border: 1px solid #E8E9EB;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.page_sidebar_header_image img{
    width: 88px;
    max-height: 95px;
}

.page_sidebar_header_title {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 0;
    text-decoration: none;
}

.page_sidebar_menu{
    margin: 0;
    padding: 0;
    list-style: none;
    padding-top: 16px;
    padding-right: 12px;
    padding-bottom: 12px;
    padding-left: 12px;
}
.page_sidebar_menu a {
    font-size: 15px;
    line-height: 22px;
    font-weight: 500;
    text-decoration: none;
    color: #343538;
    display: block;
    border-radius: 8px;
    padding: 9px 12px;
    background-color: transparent ;
    transition: all 0.3s;
}
.page_sidebar_menu a:hover, .page_sidebar_menu a:focus {
    background-color: #f1f5f8 ;
    transition: all 0.3s;
}
.page_sidebar_menu .active a {
    background-color: #343538;
    color: #ffffff;
    transition: all 0.3s;
}
.table-dark.table-head-red {    --bs-table-color: #fff;    --bs-table-bg: #bd0000;    --bs-table-border-color: #bd0000;}

.table-scroll {
  position: relative;
  z-index: 1;
  overflow-y: auto;
  height: 540px;
}
.table-scroll thead,
.table-scroll thead th,
.table-scroll thead td{
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index:200;
}
/* safari and ios need the tfoot itself to be position:sticky also */
.table-scroll tfoot,
.table-scroll tfoot th,
.table-scroll tfoot td {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  background: #ffffff;
  z-index:100;
  border: 0;
}

@media only screen and (max-width: 992px) {
    .page_sidebar {
        width: 230px;
        flex: 0 0 230px;
    }
    .page_sidebar_header {
        padding: 20px 10px;
    }
    .page_content {
        padding-left: 245px !important;
    }
}
@media only screen and (max-width: 767px) {
    .navbar-brand img {
        max-height: 95px;
        width: 130px;
    }
    .btn_compare {
        padding: 7px 12px;
    }
    .page_sidebar {
        width: 100%;
        flex: 0 0 100%;
        position: relative;
    }
    .page_content {
        padding-left: 15px !important;
    }
}

#swal2-title {
    font-size: 24px;
}
.btn_store_loc {
    text-decoration: none;
}
.btn_store_loc i{
    font-size: 16px;
}
.btnStoreLocation_close {
    position: absolute;
    text-decoration: none;
    border: 0;
    background-color: transparent;
    font-size: 24px;
    left: 10px;
    top: 10px;
    color: #000000;
	transition: all 0.3s;
}
.btnStoreLocation_close:hover {
    color: #bd0000;
	transition: all 0.3s;
}


.goog-logo-link{
    display:none !important;
}
.goog-te-gadget{
	color:transparent!important;
	font-size: 0 !important;
}
#google_translate_element .goog-te-combo {
    border: 1px solid #f1f5f8;
    background-color: #f1f5f8;
    font-size: 14px;
    border-radius: 6px;
    padding: 7px;
    margin: 0 !important;
    font-family: Poppins, "Arial", "sans-serif";
    color: #202224;
    cursor: pointer;
	transition: all 0.3s;
}
#google_translate_element .goog-te-combo:focus, #google_translate_element .goog-te-combo:hover {
    border-color: #bd0000;
	outline: none;
	transition: all 0.3s;
}
@media only screen and (max-width: 767px) {
	.navbar-brand{
		/*margin: 0 auto;*/
		width: 100%;
		text-align: center;
	}
	header .nav_icons{
		width: 100%;
	}
} 
@media only screen and (max-width: 767px) {
	.header_search_area {
		width: 50%;
		margin: 5px 0 15px;
		padding-left: 10px;
	}
	.google_translate_element_wrapper{
		width:100%;
		margin: 5px 0 15px;
	}
	#google_translate_element{
		flex: 0 0 auto;
		width: 100%;
	}
	#google_translate_element .goog-te-combo {
		width: 100%;
	}
} 
@media only screen and (max-width: 480px) {
	.header_search_area {
		width: 100%;
		padding-left: 0px;
	}
	.google_translate_element_wrapper{
		width:100%;
		margin: 5px 0 5px;
	}
} 

.page_sidebar_menu > li > a {
    padding: 9px 25px 9px 12px;
}
.page_sidebar_menu .dropdown .dropdown-menu {
    border: 0;
    padding: 0 0 0 10px;
}
.page_sidebar_menu .dropdown .dropdown-menu.show {
    display: block;
    position: relative !important;
    inset: unset !important;
    transform: none !important;
    z-index: 0;
}
.page_sidebar_menu .dropdown .dropdown-toggle::after {
    transform: rotate(90deg);
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f054";
    border: 0;
    vertical-align: middle;
    font-size: 12px;
    margin-left: 5px;
    transition: all 0.3s;
    position: absolute;
    right: 12px;
}
.page_sidebar_menu .dropdown .dropdown-toggle.show::after {
    transform: rotate(270deg);
}

#main_nav .nav-link-title {
    white-space: nowrap;
}
.btn_compare {
    white-space: nowrap;
}
.skiptranslate.goog-te-gadget > span {
    display: none;
}

.btn_compare:focus {
    color: #ffffff;
    background-color: #bd0000;
}

.block_type_product .block_type_product_wrapper img {
    height: 180px;
    object-fit: contain;
}

.page_sidebar_menu li a {
    white-space: normal;
    word-break: break-word;
}
.page_sidebar_menu .dropdown .dropdown-toggle::after {
    top: 10px;
}
#page_sidebar_menu_wrapper {
	overflow: scroll;
}
@media only screen and (max-width: 767px) {
	#page_sidebar_menu_wrapper{
		width: 300px;
	}
}