/*<weight>: Use a value from 100 to 900
<uniquifier>: Use a unique and descriptive class name

.inter-<uniquifier> {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}
*/

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    box-shadow:none;
}
body {
	font-family: "Inter", sans-serif;
	font-weight: 400;
	color: #212529;
	font-size: 14px;
    line-height: 1.5;
	width: 100%;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: .5rem;
    font-weight: 300;
    line-height: 1.2;
	color: #242424;
}
/* default font size */
.fa {
	font-size: 14px;
}

a {
	color: #000;
}
a:hover {
    color: #000;
	text-decoration: underline;
}

/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}
/* buttons */
.buttons {
	margin: 1em 0;
}
.btn {
	padding: 7.5px 15px;
    border-radius: 0;
    box-shadow: none;
    font-weight: 400;
    font-size: 14px;
	text-transform: uppercase;
}
.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-lg {
	padding: 10px 16px;
	font-size: 15px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
	font-size: 12px;
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 10.2px;
}
.btn-group > .btn-lg {
	font-size: 15px;
}
.btn-default {
	color: #777;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #e7e7e7;
	background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
	background-repeat: repeat-x;
	border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
}
.btn-primary {
	color: #ffffff;
	background-color: #000;
    border:1px solid transparent;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-color: transparent;
    border:1px solid #000;
    color: #000;
}
.btn-primary.focus, .btn-primary:focus {
    color: #fff;
    background-color: #000000;
    border-color: #000000;
    box-shadow: none;
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #000000;
    border-color: #000000;
}
.btn-warning {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #faa732;
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	background-repeat: repeat-x;
	border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #da4f49;
	background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
	background-repeat: repeat-x;
	border-color: #bd362f #bd362f #802420;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-success {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5bb75b;
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #df5c39;
	background-image: linear-gradient(to bottom, #e06342, #dc512c);
	background-repeat: repeat-x;
	border-color: #dc512c #dc512c #a2371a;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}
.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #23A1D1;
	border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
}
.btn-inverse {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #363636;
	background-image: linear-gradient(to bottom, #444444, #222222);
	background-repeat: repeat-x;
	border-color: #222222 #222222 #000000;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: #222222;
	background-image: linear-gradient(to bottom, #333333, #111111);
}
.nav-tabs {
	margin-bottom: 15px;
}
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}
.container{
	max-width: 1440px;
}
/* top */
#top_all {
	background-color: rgb(243, 243, 243);
    padding: 10px 0;
    margin: 0 0 20px 0;
    min-height: 30px;
}
.top_slogan{
    text-align: center;
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
}
.mark_stroke{
	background-color: #000;
    padding: 10px 0;
    margin: 0;
	color: #fff;
    min-height: 42px;
	text-align: center;
}
.swal2-toast div:where(.swal2-html-container) {
    margin: 0;
    padding: 0;
    overflow: initial;
    font-size: 13px;
    text-align: initial;
}
.swal2-toast a{
    text-decoration: underline;
}
div:where(.swal2-container) div:where(.swal2-timer-progress-bar) {
    width: 100%;
    height: .25em;
    background: rgb(78, 199, 145);
}
.mark_stroke p{
	margin-bottom: 0;
}
.mark_stroke a {
    color: #fff;
}
.mark_stroke a:hover{
	text-decoration: underline;
}
.header_fixed {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 1001;
    padding-top: 5px;
    background: #fff;
}
.header_button_icon svg {
    width: 26px;
    height: 26px;
}
.header_button_icon svg path{
	stroke: #000;
}
.header_button_icon {
    display: flex;
    align-items: center;
    gap: 0 20px;
	justify-content: end;
}
.wr_wishlist_head, .card_wr{
	position: relative;
}
.card_count, .count-wishlist{
	width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 10px;
    background-color: #000;
    color: #fff;
    border-radius: 30px;
    position: absolute;
    right: -8px;
    top: -6px;
    text-align: center;
}

/* menu */

#menu .see-all {
	display: block;
	margin-top: 0.5em;
	border-top: 1px solid #DDD;
	padding: 3px 20px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 3px 3px;
	font-size: 12px;
}
#menu .see-all:hover, #menu .see-all:focus {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
/*modal slide right*/
.modal-backdrop.show {
    opacity: .1;
}
.modal-dialog-slideout {
    min-height: 100%; 
    margin: 0 0 0 auto;
    background: #fff;
}
.modal .modal-dialog.modal-dialog-slideout {
    transform: translate(100%, 0) scale(1);
    transition: transform 0.4s ease-in-out;
}
.modal.show .modal-dialog.modal-dialog-slideout {
    transform: none;
    display: flex;
    align-items: stretch;
    height: 100%;
}
.modal.show .modal-dialog.modal-dialog-slideout .modal-body{
    overflow-y: auto;
    overflow-x: hidden;
}
.modal-dialog-slideout .modal-content{
    border: 0;
    height: 100vh;
}
.modal-dialog-slideout .modal-content .modal-body {
    height: 100%;
}
.modal-dialog-slideout .modal-header{

    display: block;
    position: relative;
    margin-bottom: 20px;
} 
.modal-dialog-slideout .modal-footer {
    display: block;
    position: relative;
    padding: 20px 0 0px;
    margin-top: 0px;
    border: none;
}
.modal-dialog-slideout .close{
        padding: 0;
    margin: 0;
    position: absolute;
    right: 15px;
    top: 18px;
    opacity: 1;
    float: none;
    text-shadow: none;
}
.modal-body-ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.menu_bar .nav-link {
    display: block;
    color: #000;
    font-size: 14px;
    font-weight: 500;
}
@media (min-width: 1200px) {
    .navbar-expand-xl .navbar-nav {
        gap: 0 15px;
    }
}
.menu_bar .nav-link:hover{
	text-decoration: underline;
}
.header_menu_wr {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #000;
}
.dmenu_editor-item_currency .dropdown-menu {
    min-width: auto;
    padding: 0;
    margin: 0;
    font-size: 14px;    
    right: -5px;
    left: auto !important;
}
.ab-button:hover{
    background-color: rgb(255, 152, 0) !important;
}
/* search */
.search_bl {
	max-width: 400px;
	border: 1px solid #e1e1e1;
	border-radius: 30px;
	margin: 0 auto;
	position: relative;
}
.search_bl input{
	border: none;
	border-radius: 30px;
	background-color: #f3f3f3;
	height: auto;
    padding: 5px 15px;
}
::placeholder { /* Standard syntax */
  font-size: 14px;
  font-weight: 300;
  opacity: 1; /* For Firefox */
}

::-webkit-input-placeholder { /* Chrome, Safari, Opera */
  font-size: 14px;
  font-weight: 300;
}

::-moz-placeholder { /* Firefox 19+ */
  font-size: 14px;
  font-weight: 300;
  opacity: 1; /* For Firefox */
}

:-ms-input-placeholder { /* IE 10+ */
  font-size: 14px;
  font-weight: 300;
}

:-moz-placeholder { /* Firefox 18- */
  font-size: 14px;
  font-weight: 300;
  opacity: 1; /* For Firefox */
}
.btn_search{
	    background: none;
    border: none;
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0;
    height: 30px;
    margin: auto 0;
}
.btn_search:hover svg path,
.btn_search:hover svg circle{
	stroke: #85ad5d;
}
.modal-body-ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.wishlist_item {
    margin-bottom: 20px;
    border-bottom: 1px solid #dee2e6;
    padding-bottom: 20px;
}
.col_wishlist_img {
    max-width: 72px;
    min-width: 72px;
}
.wr_col_wishlist_top {
    display: flex;
    align-items: center;
    gap: 10px;
}
.wr_wishlist_item{
    flex-wrap: wrap;
}

.col_wishlist_price {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    width: 100%;
    margin-top: 15px;
}
.quantity-cart-group {
    display: flex;
    align-items: center;
    gap: 0px;
}
button.btn-quantity-cart {
    background: rgb(187, 188, 188);
    border: none;
    width: 28px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 0;
}
button.btn-quantity-cart:hover{
    opacity: 0.6;
}
button.btn-quantity-cart svg path {
    fill: #fff;
    stroke: #fff;
}
.btn-quantity-input,
.btn-quantity-input2 {
    text-align: center;
    padding: 0px 0;
    border: none;
    border-radius: 0;
    background: #f1f1f1;
    height: 32px;
}

@media screen and (min-width: 576px) {
    .wr_wishlist_item{
        flex-wrap: nowrap;
    }
    .col_wishlist_content {
        max-width: 185px;
    } 
    #modalCart .col_wishlist_price{
        max-width: 195px;
    }
    .col_wishlist_price{
        max-width: 260px;
        margin-left: auto;
        margin-top: 0px;
    }
    .boc_product_info .col_wishlist_price {
        max-width: 200px;
        justify-content: end;
    }
    .boc_product_info .col_wishlist_content {
        max-width: 285px;
    }
    #simplecheckout_cart .col_wishlist_content {
        max-width: max-content;
    }
}

#modalWishlist,
#modalCart{
    padding-right: 0 !important;
}
.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: rgb(147 147 147);
    outline: 0;
    box-shadow: 0 0 0 .2rem rgb(146 146 146 / 15%);
}
.slider_main .swiper-pagination {
    bottom: 15px;
    left: 0;
    text-align: center;
    width: 100%;
}
/* footer */
footer {
	padding: 30px 0;
	background-color: #eef0f2;
	color: #e2e2e2;
}
.dev_wr {
	text-align: center;
	padding: 30px 0;
    background-color: rgb(30, 32, 34);
    color: rgb(187, 188, 188);
	font-size: 12px;
}
.dev_wr p{
	margin-bottom: 0;
}
.footer_logo_wr {
    max-width: 500px;
    margin: 0 auto;
    text-align: center;
    font-weight: 300;
    margin-bottom: 32px;
}
.footer_logo {
    margin-bottom: 10px;
}
#content ul, #content ol, #modal-agree ul, #modal-agree ol {
    list-style-position: inside;
    margin-bottom: 10px;
}
#content ul li, #content ol li, #modal-agree ul li, #modal-agree ol li{
    margin-bottom: 10px;
}
#content :is(ul, ol) :is(ul, ol),
#modal-agree :is(ul, ol) :is(ul, ol) {
    margin-left: 30px;
}
p.slogan_footer {
    font-size: 13px;
    text-transform: uppercase;
    color: #242424;
}
footer .h5 {
    text-transform: uppercase;    
	font-size: 14px;
	font-weight: 300;
	margin-bottom: 15px;
}
.newslettrer_block {
    background-color: #F9FAFB;
    padding: 30px 0;
}
.menu_footer li{
	margin-bottom: 5px;
}
.menu_footer li:last-child{
	margin-bottom: 0;
}
.menu_footer li a{
	color: #242424;
	font-size: 13px;
}
.footer_pay {
    display: flex;
    justify-content: center;
    align-items: center;
	gap: 0 20px;
}
.footer_pay_png {
	height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border-radius: 3px;
}
.newsletter_module {
    max-width: 500px;
    margin: 0 auto;
    text-align: center;
}
.newsletter_module_text {
    font-size: 12px;
    padding: 0 20px;
}
.dmenu_social_footer {
	margin-top: 20px;
}
.dmenu_social_footer ul{
	padding: 0;
	margin: 0;
	list-style: none;
	display: flex;
	gap: 0 10px;
	justify-content: center;
}
.block_section{
	margin-bottom: 60px;
}
@media (min-width: 576px) {
    .product-layout{
	    max-width: 334px;
    }
}

.wr-product-image{
	padding: 30px;
    position: relative;
    min-height: 414px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.product-image{
	position: relative;
}
.wr-product-image:after{
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(128, 122, 106, 0.06);
}
.wr-product-image a{
	display: block;
}

.product-item-bottom{
	padding: 10px;
}
.product-item-title a {
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 15px;
    display: block;
    line-height: initial;
    color: #000;
}
.button-group-item {
    display: flex;
    align-items: center;
    gap: 0 10px;
}
.button-group-btn {
    border: none;
    background: transparent;
    
}

.wr_stock_status {
    position: absolute;
    bottom: 16px;
    left: 16px;
    font-size: 12px;
    color: rgb(118, 118, 118);
}

.stock_status {
    display: flex;
    align-items: center;
    gap: 0 5px;
}
.stock_status.stock_status_7 svg{
    color: rgb(78, 199, 145);
    fill: rgb(78, 199, 145);
}
.stock_status.stock_status_5 svg{
    color: rgb(217, 0, 5);
    fill: rgb(217, 0, 5);
}
.stock_status.stock_status_6 svg{
    color: #005aa0;
    fill: #005aa0;
}
.stock_status.stock_status_8 svg{
    color: rgb(255, 193, 102);
    fill: rgb(255, 193, 102);
}
.tooltip-inner {
    font-size: 12px;
    padding: 3px 5px;
    border-radius: 0;
}
.wr_stikers{
    position: absolute;
    top: 0;
    left: 0; 
    z-index: 10;
}
span.price-discount {
    position: relative;
    padding: 3px 8px;
    color: #000;
    background: rgb(255, 255, 255);
    font-size: 12px;
    z-index: 1;
}
.product-attributes{
	margin-bottom: 8px;
}
.attribute-item{
	font-size: 14px;
}

span.price-old {
    text-decoration: line-through;
    color: rgb(118, 118, 118);
    font-size: 12px;
}
span.price-new, .price-all {
    color: rgb(217, 0, 5);
    font-size: 14px;
}
.price {
    display: flex;
    align-items: center;
    gap: 0 10px;
}
.wr_price_btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.breadcrumb {
    padding: .75rem 0;
    margin-bottom: 1rem;
    list-style: none;
    background-color: transparent;
    border-radius: 0;
}
.breadcrumb li {
	font-size: 12px;
}
.breadcrumb li:last-child a{
	font-weight: 300;
}
.breadcrumb li a{
	font-weight: 500;
	color: #222;
}
/* Разделитель "/" */
.breadcrumb li + li::before {
    content: "/";
    margin: 0 5px;
    color: #666;
}
.text_block ul, .text_block ol{
	padding: 0;
	margin: 0 0 15px 0;
	list-style-position: inside;
}
.text_block ul li, .text_block ol li{
	margin-bottom: 10px;
}
.text_block ul li:last-child, .text_block ol li:last-child{
	margin-bottom: 0;
}
.img_left {
	float: left;
	margin: 0 20px 5px 0;
}
.img_right {
	float: right;
	margin: 0 0 20px 20px;
}
.pagination {
    display: flex;
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.pagination li {
    margin: 0 3px;
}

.pagination li a,
.pagination li span {
    display: block;
    padding: 6px 12px;
    border: 1px solid #000;
    background: #fff;
    color: #000;
    text-decoration: none;
    border-radius: 0;
    font-size: 14px;
}

.pagination li a:hover {
    background: #000;
    border-color: #000;
    color: #fff;
}

.pagination li.active span {
    background: #000; /* фирменный цвет */
    border-color: #000;
    color: #fff;
    font-weight: bold;
}

.pagination li.disabled span {
    background: #eee;
    border-color: #ddd;
    color: #999;
    cursor: not-allowed;
}
.menu_cat_page{
    list-style: none;
    margin: 0;
    padding: 0
}
.menu_cat_page_item a {
    padding: 10px 15px;
    border: 1px solid #242424;
    color: #242424;
    font-weight: 300;
	display: block;
	text-align: center;
}
.menu_cat_page_item a:hover{
	background-color: #000;
	border-color: #000;
    color: #fff;
    text-decoration: none;
}
.menu_cat_wrapper{
    position: relative;
    display:flex;
    align-items:center;
    gap:10px;
    width:100%;
}

.menu_cat_scroll{
    overflow:hidden;
    flex:1;
}
.menu_cat_page{
    display:flex;
    flex-wrap:nowrap;
    gap:10px;
    transition:transform .3s;
    will-change:transform;
}
.menu_cat_page_item{
    white-space:nowrap;
}
.cat_prev, .cat_next{
    background:#fff;
    border:none;
    padding:10px 5px;
    cursor:pointer;
    user-select:none;
}
.cat_prev:hover, .cat_next:hover{
    background:#f5f5f5;
}
.cat_prev svg, .cat_next svg{
    width:20px;
    height:20px;
    fill:#000;
}
.cat_prev svg{
    transform: rotate(90deg);
}
.cat_next svg{
    transform: rotate(270deg);
}
.cat_prev{ display:none; }
/* list group */
.list-group a {
	border: 1px solid #DDDDDD;
	color: #242424;
    font-weight: 300;
	padding: 10px 8px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
    color: #fff;
    background: #000;
    border: 1px solid #000;
    text-shadow: none;
}
.slideshow-pag{
	position: static;
	margin-top: 30px;
}
.wr_ab_block {
    position: relative;
}
.desc_ab_block {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;    
    flex-direction: column;
    gap: 15px 0;
    padding: 30px;
    line-height: initial;
}
.desc_ab_block.desc_ab_y_bottom.desc_ab_x_center{
    justify-content: end;
}
.desc_ab_block.desc_ab_y_bottom.desc_ab_x_right{
    justify-content: flex-end;
}
.desc_ab_block.desc_ab_y_bottom.desc_ab_x_left{
    justify-content: end;
    align-items: flex-start;
}
.desc_ab_block.desc_ab_y_top.desc_ab_x_center{
    justify-content: center;
}
.desc_ab_block.desc_ab_y_top.desc_ab_x_right{
    justify-content: flex-end;
}
.desc_ab_block.desc_ab_y_top.desc_ab_x_left{
    justify-content: flex-start;
}
.ju {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0px, transparent 100%, transparent);
}
.block_section_title{
    margin-bottom: 30px;
}
.wr-block-category-link{
    text-align: center;
    margin: 30px 0 0;
}
.wr-block-category-link a{
    color: #000000;
    font-size: 18px;
}
.wr-block-category-link a span{
    text-decoration: underline;
}
.wr-block-category-link a:hover span{
    text-decoration: none;
}
.products_row {
    gap: 40px 0;
}
.col-xs-5th, .col-sm-5th, .col-md-5th, .col-lg-5th, .col-xl-5th {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 576px) {
  .col-sm-5th {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media (min-width: 768px) {
  .col-md-5th {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media (min-width: 992px) {
  .col-lg-5th {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media (min-width: 1200px) {
  .col-xl-5th {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}
.cat_ban_car_name {
    color: rgb(187, 188, 188);
    font-size: 18px;
    text-align: center;
    line-height: initial;
    margin-top: 16px;
}
.cat_ban_car a:hover .cat_ban_car_name{
    color: #000;
}
.blog_last_item_img{
    position: relative;
}
.blog_last_item.blog_last_item_first {
    background: #eef0f2;
    width: 100%;
    height: 100%;
}
.blog_last_item.blog_last_item_first a .blog_last_item_title{
    color: #000;
}
.blog_last_item_title{
    color: #fff;
}
.wr_blog_last{
    gap: 30px 0;
}
.blog_last_item{
    transition: all 0.3s ease-in-out;
}
.blog_last_item:hover .ju {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.9) 50px, transparent 100%, transparent);
}
label {
    font-weight: 300;
}
.form-control {
    display: block;
    width: 100%;
    height: auto;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #000;
    border-radius: 0;
    transition: border-color .15s 
ease-in-out, box-shadow .15s 
ease-in-out;
}
.btn.btn-link{
    text-transform: none;
    color: #000;
    font-weight: 400;
}
.btn.btn-link:hover{
    color: #000;
    text-decoration: underlines;
}
.btn.focus, .btn:focus {
    outline: 0;
    box-shadow:none;
}
.text-underline{
    text-decoration: underline;
}
.text-underline:hover{
    text-decoration: none;
}
.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #000;
    background-color: #000;
}
.ul-cabinet{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: space-between;
}
.ul-cabinet li{
    width: 48%;
    text-align: center;
}
.ul-cabinet li a{
    display: block;
    background-color: #000;
    padding: 10px;
    color: #fff;
}
.ul-cabinet li a:hover{
    background-color: #6b6b6b;
    text-decoration: none;
}
.ul-cabinet li a span{
    display: block;
    margin-top: 5px;
}
.ul-cabinet li.log_li {
    width: 100%;
    display: block;
}
.ul-cabinet li.log_li a{
    background-color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 15px;
    flex-flow: row-reverse;
}
.ul-cabinet li.log_li a:hover {
    background-color: rgb(204, 122, 0);
}
.input-group-addon{
    display: flex;
    align-items: center;
}
#simple_register_container .form-group:last-child {
    margin-bottom: 0;
}
#simple_register_container .group_radio {
    display: flex;
    gap: 0 12px;
}
.wr-simplecheckout-cart-total {
    display: flex;
    align-items: center;
    justify-content: end;
    background: #000;
}
.wr-simplecheckout-cart-total #total_sub_total{
    padding-right: 10px;
    color: #fff;
}
.wr-simplecheckout-cart-total #total_total {
    background: #fff;
    padding-left: 10px;
}
.wr-simplecheckout-cart-total #total_coupon {
    background: #f1f1f1;
    padding: 10px 10px 10px 10px;
}
span.wishlist-close {
    border: none;
    border-radius: 0;
    width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    cursor: pointer;
}
span.wishlist-close:hover{
    border-color: red;
}
span.wishlist-close:hover svg g{
    fill: red;
}
span.wishlist-close.cart_coupon_ok:hover{
    border-color: green;
}
span.wishlist-close.cart_coupon_ok:hover svg path{
    stroke: green;
}
span.wishlist-close.cart_coupon_delete {
    position: absolute;
    bottom: 10px;
    right: 10px;
}
span.wishlist-close.cart_coupon_delete.cart_coupon_ok{
    padding: 2px;
}
.agreement_checkbox {
    display: flex;
    justify-content: center;
    margin: 30px 0;
}
.all_price_wishlist2 {
    display: flex;
    align-items: center;
    gap: 10px 12px;
    margin: 10px 0 0 0;
    justify-content: space-between;
}
.col_wishlist_img {
    max-width: 100px;
    min-width: 100px;
}
.col_wishlist_price2 {
    width: 100%;
}
.block_section_mb2{
    margin-bottom: 25px;
}
.banner_page_cat {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 40px 0;
    min-height: 336px;
    color: #fff;
    position: relative;    
    display: flex;
    align-items: center;
}
.category-extra-desc {
    max-width: 600px;
    position: relative;
    z-index: 2;
}
.category-extra-title{
    color: #fff;
}
.category-extra-text p:last-child{
    margin-bottom: 0;
}
.banner_page_cat:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.5);
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.5) 0px, transparent 65%, transparent);
}
.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #000000;
    border-radius: 0;
}
.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: auto;
    padding: 12px 15px;
    user-select: none;
    -webkit-user-select: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #000;
    line-height: normal;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: auto;
    position: static;
    top: 0;
    right: 0;
    width: auto;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border: none;
    height: 18px;
    left: auto;
    right: 16px;
    margin: auto 0;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 18px;
    transform: rotate(180deg);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' width='18' height='18' viewBox='0 0 16 16'%3e%3cpath d='M7.646 4.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1-.708.708L8 5.707l-5.646 5.647a.5.5 0 0 1-.708-.708l6-6z'/%3e%3c/svg%3e");
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable,
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: rgb(243 243 243);
    color: #000;
}
.custom-control-input:focus~.custom-control-label::before {
    box-shadow: 0 0 0 .2rem rgb(3 3 3 / 25%);
}
.custom-control-input:not(:disabled):active~.custom-control-label::before {
    color: #fff;
    background-color: #777777;
    border-color: #777777;
}
:focus-visible {
    outline: #777777 auto 1px;
}
#simplecheckout_form_0 .group_radio{
    display: flex;
    align-items: center;
    gap: 0 12px;
}
.search-suggestion .in-stock .value {
    background-color: #000 !important;
}
a.tab_review {
    display: flex;
    align-items: center;
    gap: 0 3px;
}
.tab_review:hover{
    text-decoration: none;
}
.pr_media_box{
    position: sticky;
    top: 140px;
}
.pagination-center ul{
    justify-content: center;
}
.prod_accordion_head {
    font-size: 18px;
    font-weight: 500;
    width: 100%;
    padding: 15px 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #000;
    cursor: pointer;
}
.prod_accordion_head .svg_prod_accordion svg{
    transform: rotate(180deg);
}
.prod_accordion_head.collapsed .svg_prod_accordion svg{
    transform: rotate(0deg);
}
@media (min-width: 991px) {
    
    .prod_accordion_content {
        padding: 0px 30px 40px;
    }
}
.attribute_table_col {
    display: flex;
    gap: 10px;
    justify-content: space-between;
    border-bottom: 1px solid #000;
    padding: 10px 0;
}
.attribute_table_col:last-child{
    border-bottom: none;
}
.row-gap-20{
    gap: 15px 0;
}
.product-gallery-wrap{
    position: sticky;
    top: 140px;
}
.product-gallery-wrap{
    display:flex;
    gap:50px;
    align-items: start;
}
.product-thumbs {
    flex: 0 0 125px;
}
.product-thumbs.active{
    border-left: 1px solid rgb(235, 235, 235);
    padding-left: 15px;
}
.thumbsSwiper{
    height:615px;
    overflow:hidden;
}
.thumbsSwiper .swiper-wrapper{
    display:flex;
}
@media (min-width: 991px) {
    .thumbsSwiper .swiper-wrapper{
        flex-direction:column;
    }
}
.thumbsSwiper .swiper-slide{
    width:100% !important;
    height:106px !important;
}
.thumbsSwiper img{
    width:106px;
    height:106px;
    object-fit:cover;
    cursor:pointer;
    border:2px solid rgb(235, 235, 235);
    display:block;
    transition:.2s;
}
.thumbsSwiper .swiper-slide-thumb-active img{
    border-color:#000;
}
.product-main{
    /* flex:1; */
    max-width: 700px;
    position: relative;
}
.product-main .swiper-slide {
    width: 100% !important;
}
.product-main img{
    width:100%;
    height: auto;
    display:block;
}
.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 16px;
}
.swiper-button-next, .swiper-button-prev{
    color: #000;
    width: 40px;
    height: 40px;
    background: rgb(243, 243, 243);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: .3s ease;
}
.swiper-button-next:hover, .swiper-button-prev:hover{
    background-color: rgb(227, 227, 227);
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: 0;
    cursor: auto;
    pointer-events: none;
}
.prod_dop_info{
    border: 1px solid #000;
}
.prod_dop_info_item {
    border-bottom: 1px solid #000;
    padding: 15px;
    display: flex;
    align-items: center;
    gap: 0 10px;
}
.prod_dop_info_item:last-child{
    border-bottom: none;
}
.satus_prod .stock_status {
    gap: 0 10px;
}
.prod_alert {
    color: #000;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border:1px solid #000;
}
.model_prod{
    font-size: 12px;
    font-weight: 300;
}
.price_prod_all {
    display: flex;
    align-items: baseline;
    gap: 0 15px;
}
.price_prod_all .price-new {
    font-size: 2rem;
}
.price_prod_all .price-old {
    font-size: 1.1rem;
}
.wr_btn_group_prod{
    display: flex;
    gap: 0 10px;
}
input#input-quantity {
    text-align: center;
    padding: 0px 0;
    border: none;
    border-radius: 0;
    background: #fff;
    height: 38px;
}
.number_spinner {
    display: flex;
    align-items: center;
    gap: 0px;
    border: 1px solid #000;
}
button.number_spinner_btn {
    background: #fff;
    border: none;
    width: 28px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 0;
}
button.number_spinner_btn:hover{
    opacity: 0.6;
}
button.number_spinner_btn svg{
    width: 16px;
    height: 16px;
}
button.number_spinner_btn svg path {
    fill: #000;
    stroke: #000;
}
.btn-outline-primary {
    color: #000000;
    border-color: #000000;
}
.btn-outline-primary:hover {
    color: #fff;
    background-color: #000000;
    border-color: #000000;
}
.btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show>.btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #000000;
    border-color: #000000;
}
.inner_btn_flex {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
}
.fancybox__backdrop {
    background: rgb(255 255 255 / 92%) !important;
}
.fancybox__thumbs .carousel__slide .fancybox__thumb::after {
    border-width: 2px !important;
    border-color: rgb(0 0 0 / 96%) !important;
    border-radius: 0 !important;
}
.carousel__button svg {
    stroke: #000 !important;
}
.fancybox__toolbar{
    background: transparent !important;
    text-shadow: none !important;
    color: #000 !important;
}
.title_opt {
    padding: 10px 20px;
    background: #000;
    display: inline-block;
    color: #fff;
}
.prod_dop_info2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.customer_group_item {
    display: flex;
    align-items: baseline;
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 2px;
}
.cgi-title {
    white-space: nowrap;
}
.cgi-dots {
    flex: 1;
    border-bottom: 1px dotted #bbb;
    margin: 0 8px 3px;
}
.customer_group_item span.price-new{
    font-size: 16px;
    font-weight: 600;
}
.product_separator{
    height: 80px;
}
.cart-price-breakdown {
    display: flex;
    align-items: center;
    gap: 0 10px;
}
.prodvar_item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    font-size: 12px;
}
.prodvar_item_desc {
    display: flex;
    align-items: center;
    gap: 10px;
}
.wr_prodvar_item_price {
    text-align: right;
    min-width: 150px;
}
.prodvar_item .stock_status {
    justify-content: end;
}
.prodvar_item span.price-old {
    font-size: 11px;
}
.select2-container--default .select2-results__option--disabled,
.select2-container--default .select2-results__option[aria-disabled=true]{
    display: none;
}
.prodvar_product .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 12px;
}
.dropdown-menu {
    padding: 0;
    margin: .125rem 0 0;
    font-size: 14px;
    border: 1px solid rgba(0, 0, 0, .0);
    border-radius: 0;
}
.header_menu_1 .dropdown-item {
    padding: .5rem .5rem;
    border: 0;
}
.prod_info_block_text p:last-child{
    margin-bottom: 0;
}
.prod_info_block {
    display: flex;
    align-items: center;
    gap: 0 20px;
}
.prod_info_block_image {
    width: 50px;
    flex: 0 0 50px;
}
.prod_info_block_name {
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 5px;
}
.prod_info_block_text {
    font-size: 12px !important;
}
.prod_dop_info_item a:hover {
    text-decoration: none;
}
.wr-navbar-toggler .navbar-toggler {
    padding: 5px;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: none;
    border-radius: 0;
}
.btn_mobile_search,
.btn_close_search {
    background: transparent;
    border: none;
}
.top_menu_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 20px 0;
}
.logo_menu_bar {
    max-width: 80px;
}
.btn_close_search {
    position: absolute;
    top: 3px;
    right: 5px;
}
.button-group-btn, .menu_cat_wrapper button,
.ocf-btn-default{
    color: #000;
}





















#top #form-currency .currency-select,
#top #form-language .language-select {
	text-align: left;
}
#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover {
	text-shadow: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#top .btn-link, #top-links li, #top-links a {
	color: #888;
	text-shadow: 0 1px 0 #FFF;
	text-decoration: none;
}
#top .btn-link:hover, #top-links a:hover {
	color: #444;
}
#top-links .dropdown-menu a {
	text-shadow: none;
}
#top-links .dropdown-menu a:hover {
	color: #FFF;
}
#top .btn-link strong {
	font-size: 14px;
        line-height: 14px;
}
#top-links {
	padding-top: 6px;
}
#top-links a + a {
	margin-left: 15px;
}
/* logo */
#logo {
	margin: 0 0 10px 0;
}

/* cart */
#cart {
	margin-bottom: 10px;
}
#cart > .btn {
	font-size: 12px;
	line-height: 18px;
	color: #FFF;
}
#cart.open > .btn {
	background-image: none;
	background-color: #FFFFFF;
	border: 1px solid #E6E6E6;
	color: #666;
	box-shadow: none;
	text-shadow: none;
}
#cart.open > .btn:hover {
	color: #444;
}
#cart .dropdown-menu {
	background: #eee;
	z-index: 1001;
}
#cart .dropdown-menu {
	min-width: 100%;
	overflow-y: auto;
	max-height: 800px;
	scrollbar-width: thin;
	overflow-x: hidden;
}
@media (max-width: 478px) {
	#cart .dropdown-menu {
		width: 100%;
	}
}
#cart .dropdown-menu table {
	margin-bottom: 10px;
}
#cart .dropdown-menu li > div {
	min-width: 427px;
	padding: 0 10px;
}
@media (max-width: 478px) {
	#cart .dropdown-menu li > div {
		min-width: 100%;
	}
}
#cart .dropdown-menu li p {
	margin: 20px 0;
}

/* content */
#content {
	min-height: 600px;
}


/* alert */

.pagination {
	margin: 0;
}



/* carousel */
.carousel-caption {
	color: #FFFFFF;
	text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}
/* product list */



.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.thumbnails > li {
	margin-left: 20px;
}
.thumbnails {
	margin-left: -20px;
}
.thumbnails > img {
	width: 100%;
}
.image-additional a {
	margin-bottom: 20px;
	padding: 5px;
	display: block;
	border: 1px solid #ddd;
}
.image-additional {
	max-width: 78px;
}
.thumbnails .image-additional {
	float: left;
	margin-left: 20px;
}

@media (min-width: 1200px) {
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-3:nth-child(4n+1),
	#content .col-lg-4:nth-child(3n+1),
	#content .col-lg-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-3:nth-child(4n+1),
	#content .col-md-4:nth-child(3n+1),
	#content .col-md-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-3:nth-child(4n+1),
	#content .col-sm-4:nth-child(3n+1),
	#content .col-sm-6:nth-child(2n+1) {
		clear:left;
	}
}



/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
	min-width: 50px;
}

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}

/* fix oclabs */
.alert-dismissable .close, .alert-dismissible .close {
	right: -1px;
}
.cat_ban_car {
    text-align: center;
}
/*Media*/
@media screen and (max-width: 991px) {
    .btn_search {
        right: 35px;
    }
    .navbar-collapse {
        position: fixed;
        top: 0px;
        left: 0;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 15px;
        width: 100%;
        height: 100%;
        background: #fff;
        z-index: 10001;
    }
    .navbar-collapse.collapsing {
        left: -75%;
        transition: height 0s ease;
    }
    .navbar-collapse.show {
        left: 0;
        transition: left 300ms ease-in-out;
    }
    .navbar-toggler.collapsed ~ .navbar-collapse {
        transition: left 500ms ease-in-out;
    }
    .header_menu_wr {
        display: block;
    }
    .dmenu_editor-item_currency {
        margin-top: 15px;
        border-top: 1px solid #dedede;
        padding-top: 15px;
    }
    .header{
        position: relative;
    }
    .search_bl {
        max-width: 600px;
    }
    .wrapper_search {
        display: none;
        position: absolute;
        top: auto;
        background: #fff;
        width: 100%;
        max-width: 100%;
        bottom: -46px;
        left: 0;
        padding: 10px 20px;
        z-index: 1000;
    }
    .product-gallery-wrap {
        align-items: start;
        flex-direction: column-reverse;        
        margin-bottom: 30px;
    }
    .thumbsSwiper {
        height: auto;
        overflow: hidden;
    }
    .product-thumbs {
        flex: 0 0 100%;
    }
    .thumbsSwiper .swiper-slide {
        width: auto !important;
        height: 106px !important;
    }
    .breadcrumb {
        margin-bottom: 0;
        flex-wrap: nowrap;
        overflow-x: auto;
        width: 100%;
        white-space: nowrap;
    }
    .prod_accordion_head {
        padding: 15px 0px;
    }
    .product_separator {
        height: 30px;
    }
    .block_section {
        margin-bottom: 30px;
    }
    .ab-description {
        font-size: 26px !important;
    }
    .ab-title {
        font-size: 32px !important;
    }
    .blog_last_item.blog_last_item_first {
        min-height: 200px;
    }
    #account-account h2{
        font-size: 26px;
    }
    #content {
        min-height: auto;
    }
}
@media screen and (max-width: 768px) {
    .wr_ab_block {
        min-height: 200px;
    }
    .cat_ban_car_name {
        font-size: 16px;
    }
    .footer_pay {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 10px;
        flex-wrap: wrap;
        margin-bottom: 20px;
    }
    .wr_ab_block {
        position: relative;
        overflow: hidden;
        height: 100%;
    }
    .img_ab_block {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    .img_ab_block img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }
    .sort_cat_page .input-group-addon {
        width: 100%;
    }
    .ocf-mobile .ocf-btn {
        width: 100%;
        display: block;
    }
    .img_left, .img_right {
        float: none;
        margin: 0 0 20px 0;
    }
    .ab-title {
        font-size: 24px !important;
    }
    .ab-description {
        font-size: 18px !important;
    }
    .mob_font .ab-title{
        font-size: 16px !important;
    }
    .ab-button {
        font-size: 13px !important;
        padding: 5px 15px !important;
    }
}
@media screen and (max-width: 565px)  {
    .logo {
        max-width: 80px;
    }
    .header_button_icon {
        gap: 0 15px;
    }
}
@media screen and (max-width: 370px)  {
    .header_button_icon {
        gap: 0 10px;
    }
}