@font-face {
        font-family: "Open Sans";
        src: url("../fonts/OpenSansRegular/OpenSansRegular.eot");
        src: url("../fonts/OpenSansRegular/OpenSansRegular.eot?#iefix")format("embedded-opentype"),
        url("../fonts/OpenSansRegular/OpenSansRegular.woff") format("woff"),
        url("../fonts/OpenSansRegular/OpenSansRegular.ttf") format("truetype");
        font-style: normal;
        font-weight: normal;

    }
@font-face {
        font-family: "Open Sans";
        src: url("../fonts/OpenSansBold/OpenSansBold.eot");
        src: url("../fonts/OpenSansBold/OpenSansBold.eot?#iefix")format("embedded-opentype"),
        url("../fonts/OpenSansBold/OpenSansBold.woff") format("woff"),
        url("../fonts/OpenSansBold/OpenSansBold.ttf") format("truetype");
        font-style: normal;
        font-weight: bold;

    }
@font-face {
        font-family: "Open Sans";
        src: url("../fonts/OpenSansItalic/OpenSansItalic.eot");
        src: url("../fonts/OpenSansItalic/OpenSansItalic.eot?#iefix")format("embedded-opentype"),
        url("../fonts/OpenSansItalic/OpenSansItalic.woff") format("woff"),
        url("../fonts/OpenSansItalic/OpenSansItalic.ttf") format("truetype");
        font-style: italic;
        font-weight: normal;

    }
@font-face {
        font-family: "Open Sans";
        src: url("../fonts/OpenSansBoldItalic/OpenSansBoldItalic.eot");
        src: url("../fonts//OpenSansBoldItalic/OpenSansBoldItalic.eot?#iefix")format("embedded-opentype"),
        url("../fonts/OpenSansBoldItalic/OpenSansBoldItalic.woff") format("woff"),
        url("../fonts/OpenSansBoldItalic/OpenSansBoldItalic.ttf") format("truetype");
        font-style: italic;
        font-weight: bold;

    }


html {
    height: 100%;
}
body {
    height: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    min-height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
     -ms-flex-direction: column;
         flex-direction: column;
    font-size: 14px;
    font-weight: normal;
     font-family: 'Open Sans', sans-serif;
    line-height: 1.5;
    color: #030303;
    background-color: #fff;
    min-width: 320px;
}

.main {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
        flex: 1 0 auto;
  //  margin-top: 95px;
    position: relative;
    padding-bottom: 15px;
    width: 100%;
}
.header,
.footer {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    z-index: 9;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    line-height: 1.1;
    font-weight: bold;
    font-family: inherit;
    color: #265f88;
}
.main_container .h1 {
    text-transform: uppercase;
}
.h1 {
    padding: 16px 0px;
    font-size: 22px;
    border-bottom: 1px solid #e1e8ed;
    background-color: #fff;
    margin: 0;
    margin-bottom: 30px;
    text-transform: uppercase;
}
.h2 {
    padding: 19px 15px;
    font-size: 18px;
    border-bottom: 1px solid #e1e8ed;
   
    background-color: #fff;
    margin: 0;
    margin-bottom: 15px;
}
#post_cart_form .h2 {
    border-top: 1px solid #e1e8ed;   
}

.h2.cart_header {
	/* padding: 19px 0; */
}
.h3 {
    font-size: 18px;
    margin: 0 0 15px;
}
.h4 {
    font-size: 16px;
    color: #606060;
    margin: 0 0 5px;
}
.h5 {
    font-size: 14px;
    color: #606060;
    margin: 0 0 5px;
}
a {
    color: inherit;
    text-decoration: underline;
}
a:hover,
a:active {
    text-decoration: none;
}
.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.row {
    margin-right: -15px;
    margin-left: -15px;
}
.row:after,
.container:after,
.clearfix:after {
    clear: both;
    content: " ";
    display: block;
}
.hidden {
    display: none !important;
}
.center {
    text-align: center;
}
.fleft {
    float: left;
}
.fright {
    float: right;
}
.nowrap {
    white-space: nowrap;
}
.table {
    width: 100%;
    margin-bottom: 1rem;
    text-align: left;
}
.table th,
.table td {
    padding: 8px;
    vertical-align: top;
    border: 1px solid #e8e8e1;
}
.table_striped tbody tr:nth-of-type(odd) {
    background-color: #f5f6f7;
}
.fit_img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.cat_icon img {
    vertical-align: top;
    margin-right: 5px;
    max-width: 50px;
    max-height: 50px;
}
#catalog_menu  ul  li  a .cat_icon{
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 53px;
        -ms-flex: 0 0 53px;
            flex: 0 0 53px;
    max-width: 53x;
    text-align: center;
}
.catalog_product_name {
    text-decoration: underline;
    color: #9e251b !important;
    font-size: 14px;
    padding: 6px 10px 6px 25px;
    border-top: 1px solid #dadada;
}
.selected.page_product_a {
    color: #000 !important;
}
.label_block {
    display: block;
    margin-bottom: 5px;
}
.mobile_menu{
    display: none;
}
.mobile_menu.normal{
    display: block;
}
/* Form */
.form_group {
    margin-bottom: 20px;
}
.form_input {
    line-height: 34px;
    background-color: #f5f8f9;
    border: 1px solid #e8e8e1;
    border-radius: 2px;
    padding: 0 15px;
    width: 100%;
    font-family: inherit;
}
.form_textarea {
    display: block;
    width: 100%;
    border: 1px solid #e8e8e1;
    border-radius: 2px;
    background-color: #f5f8f9;
    padding: 15px;
    font-family: inherit;
    font-size: 12px;
}
.captcha {
    display: inline-block;
    vertical-align: top;
    margin: 0 17px 10px 0;
}
.input_captcha {
    width: 130px;
    line-height: 38px;
    vertical-align: top;
    margin: 0 0 0 17px;
}
.secret_number {
    border: 1px solid #e8e8e1;
    padding: 9px;
    border-radius: 2px;
    background: #f5f8f9;
    display: inline-block;
    position: relative;
    text-shadow: 1px 1px #38c0f3, -1px 1px mediumturquoise, -1px -1px mediumturquoise, 1px -1px mediumturquoise;
    color: white;
    font-weight: bold;
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
    pointer-events: none;
    cursor: pointer;
}
.secret_number:before {
    content: "";
    position: absolute;
    top: 10px;
    right: -15px;
    bottom: -15px;
    left: 0;
    z-index: -1;
    background: linear-gradient(-45deg,
    rgba(72, 209, 204, 0) 2px, mediumturquoise 3px, rgba(72, 209, 204, 0) 3px ) repeat;
    background-size: 4px 4px;
}
.secret_number:after {
    content: attr(data-name);
    position: absolute;
    top: 2px;
    left: 2px;
    z-index: -2;
    text-shadow: 1px 1px white,
    2px 2px white,
    3px 3px white,
    4px 4px white;
    color: white;
    transition: all 1s;
}
.message_error {
    clear: both;
    padding: 10px 20px;
    margin-bottom: 20px;
    color: #f00;
    background-color: #ffcaca;
    border: 1px dotted #ff4545;
}
.message_success {
    padding: 11px 23px;
    margin-bottom: 25px;
    color: #ffffff;
    background-color: #ff6600;
    text-transform: uppercase;
}
.error{
    color: #f00;
}
.header_bottom_inner.fixed {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
}
#sm_logo {
    float: right;
    font-size: 0;
    margin-left: 25px;
    margin-top: -10px;
}
#sm_logo img {
    vertical-align: top;
}
.ya_map {
    width: 100%;
    min-height: 450px;
}
.promo_img {
    position: absolute;
    max-width: 60px;
    max-height: 60px;
    top: 0;
    left: 0;
}
.dropdown {
    display: none;
}
.active.cat_switch::after,
.active .angle_icon,
.sort_link.active_down span::after {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.block {
    background-color: #fff;
    margin-bottom: 25px;
}
.padding {
    padding: 17px 15px 25px;
}
header a,
.top_item,
.callback,
.search_button,
.button,
.slick-next::before,
.slick-prev::before,
.category_link,
.arrow_right,
.breadcrumbs a,
.coupon_button,
.page_link,
.tab_navigation a,
.active.cat_switch::after,
.angle_icon,
.sort_link.active_down span::after {
    transition: all 0.2s ease;
}
/*Кнопки*/
.button,
.disable_button {
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding: 0px 25px;
    font-weight: bold;
    font-family: inherit;
    font-size: 12px;
    line-height: 36px;
    color: inherit;
    /*border: 2px solid #f2bd0b;*/
    border-radius: 2px;
    background-color: #fff;
    text-decoration: none;
    text-align: center;
}
.button {
    cursor: pointer;
}
.button:hover {
    background-color: #f2bd0b;
    color: #fff;
}
.buy {
    padding: 0px 20px;
    line-height: 30px;
    border: 2px solid #e5e5e5;
}
.buy:hover {
    border-color: #f2bd0b;
    background-color: #fff;
    color: inherit;
}
.comparison_button,
.wishlist_button,
.product_wish {
    display: block;
    position: absolute;
    top: 30px;
    right: 30px;
    width: 16px;
    height: 14px;
    background-image: url(../images/sprite.png);
    background-repeat: no-repeat;
    background-position: 0 0;
}
.wishlist_button,
.product_wish {
    top: 20px;
    right: 15px;
	background: url(../images/hearts-o.png);
	-webkit-background-size: cover !important;
	background-size: cover !important;
	width: 20px;
	height: 20px;
}
.product_wish {
    background: url(../images/heart-gray-o.png);
}
.product_wish {
    right: 20px;
}
.wishlist_button:before,
.product_wish:before {
	content: '';
    position: absolute;
    width: 120%;
    height: 120%;
    border: 1px solid #000;
    border-radius: 100px;
    left: -10%;
    top: -11%;
}
.wishlist_button.selected {
	background: url(../images/hearts.png);
}
.product_wish.selected {
    background: url(../images/heart-gray.png);   
}

.comparison_button.selected {
    background-position: -34px 0;
}
/* Header */
header {
    background-color: #fff;

}
header a {
    text-decoration: none;
}
.top_nav {
    border-bottom: 1px solid #e8e8e1;
}
.menu{
    list-style: none;
    padding: 0px;
}
.menu a{
    font-size: 16px;
    color: #000;
    text-decoration: underline;
    text-transform: uppercase;
    font-weight: 600;
}
.menu a:hover{
    color: rgb(4, 53, 103);
}
.menu_switch {
    position: relative;
    float: left;
    height: 38px;
    width: 49px;
    margin-left: -15px;
    border-right: 1px solid #e8e8e1;
    color: #b8b7b7;
    font-size: 0;
    cursor: pointer;
}
.menu_switch::before {
    content: "";
    width: 18px;
    height: 12px;
    position: absolute;
    top: 13px;
    left: 15px;
    background: url(../images/sprite.png) no-repeat -46px -304px;
}
.pagesblock2,
.pagesblock{
    border: 2px solid rgb(4, 53, 103);
    border-radius: 10px;
    background: rgb(249, 250, 250);
    padding: 10px 15px 2px;
    position: relative;
    min-width: 90px;
}
.informer.currencies .header_drop {
    right: 0px;
}
.pagesblock2::before,
.pagesblock::before {
    content: '';
    position: absolute;
    left: calc(50% - 12px);
    top: -25px;
    border: 12px solid transparent;
    border-bottom-width: 12px;
    border-bottom-style: solid;
    border-bottom-color: transparent;
    border-bottom: 12px solid rgb(4, 53, 103);
}
.currencies .pagesblock2::before,
.languages .pagesblock2::before{
    left: 65%;
}
.menu_item_one .item_menu_toggle{
    position: absolute;
    z-index: 10;
    left: -5px;
    visibility: hidden;
    opacity: 0;
}

.menu_item_one:hover .item_menu_toggle{
    visibility: visible;
    opacity: 1;
}
.pagesblock2 ul,
.pagesblock ul{
    list-style-type: square;
    color: #040404;
    font-size: 12px;
    padding-left: 10px;
}
.pagesblock2 ul > li> a,
.pagesblock ul > li> a{
    color: rgb(4, 4, 4);
    font-size: 16px;
    text-decoration: none;
    display: block;
    line-height: 17px;
    margin-bottom: 13px;
    font-weight: 400;
    text-transform: inherit;
}
.pagesblock2 ul > li> a:hover,
.pagesblock ul > li> a:hover{
    text-decoration: underline;
}

.openmenu .menu_switch::before {
    width: 14px;
    height: 14px;
    top: 12px;
    left: 17px;
    background-position: -48px -320px;
}
.informers {
    float: right;
    padding: 0px;
    margin: 5px 0px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
}
.informer {
    position: relative;
    float: left;
    padding: 0px 10px;
    font-weight: bold;
    font-size: 0;
    text-align: center;
    color: #000;
    list-style: none;
}
.informer.languages .icon_languages,
.informer.currencies .icon_currencies {
    display: inline-block;
    background-repeat: no-repeat;
    
}
.informer.languages .icon_languages {
    width: 59px;
    height: 50px;
    background-image: url(../images/lang_icon.png);
}
.informer.search_mobile .icon_search_mobile {
    width: 46px;
    height: 50px;
    background-image: url(../images/search_mobile_icon.png);
    background-repeat: no-repeat;
    background-size: contain;
}
.informer.currencies .icon_currency{
    width: 50px;
    height: 50px;
    background-image: url(../images/currency_icon.png);
     background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
}
.informer_name,
.informer_counter {
    vertical-align: top;
    font-size: 12px;
}
.informer_counter {
    margin-left: 4px;
}
.cur_switch,
.lang_switch {
    cursor: pointer;
}
.informer .dropdown {
    position: absolute;
    z-index: 2;
    top: 117%;
    right: -1px;
    min-width: calc(100% + 2px);
    font-size: 12px;
}
.informer .dropdown_item {
    display: block;
    padding: 5px 0;
    white-space: nowrap;
}
.informer .dropdown_item:hover {
    color: rgb(4, 53, 103);
}
.account_informer {
    display: inline-block;
    vertical-align: middle;
    width: 52px;
    height: 50px;
    background-repeat: no-repeat;
    background-image: url(../images/account.png);
    -webkit-background-size: contain;
    background-size: contain;
}
.wish_icon,
.compare_icon,
.angle_icon {
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 14px;
    background-repeat: no-repeat;
    background-image: url(../images/sprite.png);
}
.wish_icon{
    background-position: 0px -15px;
}
.compare_icon {
    background-position: 0px 0px;
}
.angle_icon    {
    height: 10px;
    background-position: 0px -32px;
}
.logo {
    display: block;
    font-size: 0;
    text-align: center;
}
.wrap_informers {
    float: right;
    margin-top: 21px;
}
#cart_informer{
    float: left;
}
.cart_info {
    display: inline-block;
    position: relative;
    min-height: 40px;
    padding-bottom: 27px;
    font-size: 13px;
    color: rgb(255, 255, 255);
    width: 43px;
    text-align: center;
}
.cart_info::before {
    content: "";
    position: absolute;
    left: 4.5px;
    bottom: 0px;
    width: 34px;
    height: 26px;
    background: url(../images/cart_icon.png) no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
}
.wish_info {
    display: inline-block;
    position: relative;
    min-height: 20px;
    padding-bottom: 20px;
    font-size: 14px;
    color: rgb(255, 255, 255);
    width: 30px;
    text-align: center;
}
.wish_info::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 1px;
    width: 28px;
    height: 23px;
    background: url(../images/wish_icon.png) no-repeat;
    background-size: cover;
}
.cart_counter {
    position: relative;
    top: 0px;
    left: 0px;
    font-family: Arial, sans-serif;
    width: 42px;
    height: 23px;
    line-height: 20px;
    color: #b4362c;
    font-weight: 700;
    font-size: 24px;
    text-align: center;
    display: block;
}
.wish_info .cart_counter {
    top: -3px;
    left: 0px;
    width: 28px;
    height: 18px;
    line-height: 20px;
    font-size: 14px;
    text-align: center;
    display: block;
}
.cart_total {
    display: block;
    font-weight: bold;
}
.header_contacts{
    float: right;
    text-align: center;
}
.header_contacts .heading_c{
    font-size: 16px;
    font-style: italic;
    font-weight: 600;
    line-height: 24px;
}
.header_contacts .heading_ph{
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 7px;
}
.header_contacts .callback{
    font-size: 18px;
    text-decoration: underline;
    font-weight: 600;
    text-transform: uppercase;
}
.header_contacts .callback:hover{
    color: rgb(4, 53, 103);
}
.wrap_headerbox{
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}    
.informer.languages{
    padding-right: 0px;
}
.account {
    float: right;
    padding-top: 11px;
    font-size: 13px;
    margin-top: 10px;
}
.account_link {
    display: inline-block;
    position: relative;
    vertical-align: top;
    padding-left: 30px;
}
.account_link::before {
    content: "";
    position: absolute;
    width: 30px;
    height: 32px;
    top: 4px;
    left: 0;
    background: url(../images/sprite.png) no-repeat 0 -145px;
}
.account_name {
    display: block;
    font-weight: bold;
    font-size: 15px;
    line-height: 18px;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 97px;
    overflow: hidden;
}
.search-mobile {
    display: none;
}
.top_nav {
    padding: 3px 0px;
    border-bottom: 1px solid #9f9f9f;
}
.top_nav_inner {
    background-color: #6cb6de;
    color: #fff;
}
.header_bottom {
    padding: 5px 0px;
    border-bottom: 1px solid #9f9f9f;
    background: #fff;

}
.header_bottom_inner {
    background-color: #e6f1f6;
}
.search {
    position: relative;
    float: right;
    background-color: #fff;

    border: 1px solid #e4e4e4;
    width: calc(100% - 50px);
}
.search_input {
    width: 100%;
    height: 38px;
    padding: 0 45px 0 20px;
    border: none;
    background: none;
    font-size: 12px;
    color: #acacac;
}
.search_button {
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    background: #fff;
    width: 38px;
    height: 38px;
    line-height: 31px;
    padding: 8px;
    font-size: 0;
    color: #acacac;
    cursor: pointer;
}
.search_button:hover {
    color: #000;
}
.search_icon {
    width: 16px;
    height: 18px;
    vertical-align: middle;
}
.categories {
    position: relative;
}
.categories_heading {
    float: left;
    line-height: 26px;
    color: #043567;
    font-size: 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    height: 62px;
}
.menu_icon {
    vertical-align: middle;
}
.categories_heading span {

    font-size: 24px;
    vertical-align: middle;
    font-weight: 400;
    text-transform: uppercase;
}
.categories_nav {
    display: none;
    background-color: #38c0f3;
    font-weight: bold;
    font-size: 13px;
    color: #fff;
    border-top: 1px solid #23aee2;
    position: absolute;
    z-index: 999;
    top: 60px;
    left: 0;
    min-width: 100%;
}
.category_item {
    position: relative;
}
.category_link {
    position: relative;
    display: block;
    padding: 6px 30px 6px 20px;
    border-bottom: 1px solid #23aee2;
}
.category_link:hover,
.category_link:hover .arrow_right {
    color: #1480a8;
}
.category_item .arrow_right {
    position: absolute;
    width: 16px;
    height: 16px;
    top: 50%;
    right: 12px;
    margin-top: -8px;
    font-size: 0;
    color: #23aee2;
}
.cat_switch {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 31px;
}
.cat_switch::after {
    content: "";
    position: absolute;
    top: 11px;
    right: 15px;
    width: 16px;
    height: 8px;
    background: url(../images/sprite.png) no-repeat -23px -304px;
}
/* FOOTER */
footer.footer {
    z-index: 9;
}
.footer_top {
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
}
.payments_text {
    font-size: 18px;
    color: #043567;
    display: block;
    border-bottom: 2px solid;
    margin: 0 0 10px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 20px;
}
.footer_bottom {
    background-color: #f5f6f7;
    padding: 25px 0;
    font-size: 14px;
    color: #686666;
}
#subscribe_container {
    margin-bottom: 18px;
}
.subscribe_promotext {
    margin-top: 8px;
    line-height: 1.3;
    font-size: 12px;
    color: #827f7f;
}
.subscribe_form {
    position: relative;
    width: 315px;
    max-width: 100%;
    border: 1px solid #ccc;
    border-radius: 2px;
    font-weight: bold;
    font-size: 12px;
}
.subscribe_input {
    width: 100%;
    height: 32px;
    padding: 0 125px 0 10px;
    background-color: #fff;
    border: none;
    color: #827f7f;
}
.subscribe_button {
    position: absolute;
    top: 0;
    right: 0;
    height: 32px;
    width: 115px;
    border:none;
    background-color: #e62e04;
    text-align: center;
    color: #fff;
}
.foot .h3 {
    font-weight: normal;
    margin-bottom: 18px;
}
.foot_social a {
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    width: 32px;
    height: 32px;
    font-size: 20px;
    color: #406081;
    border: 1px solid #406081;
    text-align: center;
}
.fb {
    background-position: 0 0;
}
.vk {
    background-position: 0 -32px;
}
.ok {
    background-position: 0 -64px;
}
.tw {
    background-position: 0 -96px;
}
.ins {
    background-position: 0 -128px;
}
.foot_item {
    margin-bottom: 5px;
}
.footer_contacts,
.foot_menu {
    margin-top: -5px;
}
.footer_contacts a {
    text-decoration: none;
}
.footer_left{
    float: left;
}
.footer_right{
    float: right;
}
footer {
    background: #fff;
    padding: 0px 15px;
}
.copyright {
    padding-top: 3px;
    font-size: 12px;
    color: #000;
    text-align: right;
}
.copyright a {
    text-decoration: none;
}
/* Main page */
.advantages {
    background-color: #f2f6f7;
    font-weight: bold;
    line-height: 18px;
    font-size: 14px;
    color: #929faf;
}
.advantage {
    position: relative;
    padding-left: 55px;
    padding-top: 20px;
    padding-bottom: 15px;
}
.advantage::before {
    content: "";
    width: 32px;
    height: 32px;
    position: absolute;
    left: 0;
    background-image: url(../images/home_sprite.png);
    background-repeat: no-repeat;
}
.advantage_1::before {
    top: 17px;
    height: 23px;
    background-position: 0 -98px;
}
.advantage_2::before {
    top: 13px;
    background-position: 0 -65px;
}
.advantage_3::before {
    top: 15px;
    height: 31px;
    background-position: 0 -33px;
}
.advantage_4::before {
    top: 13px;
    background-position: 0 0;
}
.banners {
    font-size: 0;
    margin-bottom: 40px;
}
.look_all {
    position: absolute;
    bottom: -22px;
    right: 15px;
    display: none;
}
.main_text {
    padding-top: 12px;
    color: #606060;
    opacity: .7;
}
/* Blog */
.news {
    position: relative;
}
.blog_item {
    border-bottom: 1px solid #e8e8e1;
    box-shadow: inset -1px 0 0 #e8e8e1;
    background-color: #fff;
    margin-bottom: 0;
}
.news_content,
.blog_content {
    padding: 25px 23px 30px;
    color: #606060;
}
.news_image,
.blog_image {
    position: relative;
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 52%;
    background-color: #f5f6f7;
    background-image: url(../images/post_img.png);
    background-position: center center;
    background-repeat: no-repeat;
}
.news_img,
.blog_img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    bottom: 0;
    height: 100%;
    object-fit: cover;
}
.blog_annotation,
.news_annotation {
    opacity: .7;
    max-height: 105px;
    overflow: hidden;
}
.news_date,
.blog_date {
    margin: 12px 0 5px;
    opacity: .7;
}
/* Brands */
.all_brands {
    position: relative;
}
.brands {
    box-shadow: inset 0px -1px 0 #e8e8e1;
}
.all_brands_link,
.brand_link {
    display: block;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
    color: #606060;
    padding: 30px 25px;
}
.all_brands_link {
    border-left: 1px solid #e8e8e1;
}
.slick-current .all_brands_link {
    border-left: none;
}
.brand_item {
    border-bottom: 1px solid #e8e8e1;
    border-right: 1px solid #e8e8e1;
}
.brand_image,
.brand_name {
    height: 100px; 
    overflow: hidden;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    text-decoration: none;
}
.brand_image {
    margin-bottom: 20px;
}
.brand_img {
    vertical-align: middle;
    max-height: 100%;
}
.brand .brand_item:hover,
.all_brands_link:hover,
#fn_content .products_item:hover {
/*    box-shadow: inset 0 0 0 1px #ccccc6;*/
}
/* Product preview */
.main_products {
    position: relative;
}
.preview {
    position: relative;
    padding: 20px;
    border: 1px solid #ccc
}
.products_item {
    margin-bottom: 30px;
/*
    border-bottom: 1px solid #e8e8e1;
    box-shadow: inset -1px 0 0 #e8e8e1;
    margin-bottom: 0;
    background-color: #fff;
*/
}
.blog_item {
    height: auto !important;
}
.product_name {
    display: block;
    font-weight: bold;
  /*  height: 63px;  */
    line-height: 21px;
    font-size: 14px;
    color: #043567;
    text-align: center;
    overflow: hidden;
    margin-bottom: 15px;
}
.preview_image {
    display: block;
    position: relative;
  //  height: 230px;
  //  line-height: 200px;
    text-align: center;
    padding: 0 0 30px;
}


.preview_img {
    vertical-align: middle;
    max-height: 100%;
}
.preview .price_container {
	text-align: center;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 10px;
}
.wholesale_price {
    font-style: italic;
    font-size: 13px;
    margin-top: 8px;
}
.wholesale_price > span {
	color: #af4848;
	text-transform: uppercase;
}
.preview_form {
	width: 100%;
    padding-top: 5px;
	text-align: center;
}
.preview .price {
    font-size: 18px;

}
.preview .hidden + .price {
    margin-top: 7px;
}
.old_price {
    font-size: 13px;
    color: #606060;
    opacity: .7;
    text-decoration: line-through;
}
.remove_link {
    display: block;
    margin: -15px 0 15px;
    font-size: 13px;
    text-decoration: none;
    text-align: center;
}
.remove_link .remove_icon {
    margin-top: -2px;
    color: #e62e04;
}
.remove_link span {
    text-decoration: underline;
}
.remove_link:hover span {
    text-decoration: none;
}
.sort {
    border-bottom: 1px solid #e8e8e1;
    line-height: 17px;
    background-color: #fff;
    padding-left: 3px;
}
.sort_title {
    display: block;
    padding: 14px 12px 0;
    font-weight: bold;
    font-size: 16px;
}
.sort_link {
    float: left;
    padding: 14px 5px 14px 10px;
    text-decoration: none;
    font-size: 13px;
}
.sort_link.active_up,
.sort_link.active_down {
    color: #f2bd0b;
    font-weight: bold;
}
.sort_link span {
    text-transform: lowercase;
    display: inline-block;
    position: relative;
    padding-right: 21px;

}
.sort_link span::after {
    content: "";
    width: 16px;
    height: 10px;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -5px;
    background: url(../images/sprite.png) no-repeat -1px -303px;
}
.sort_link.no_after span::after {
    content: none;
}
/* Cart */
.purchase, .purchase_order {
    width: 100%;
    margin-bottom: 25px;
}
.purchase th,
.purchase td {
    vertical-align: middle;
    text-align: center;
}
.purchase th {
    padding: 12px 8px;
    font-weight: bold;
    font-size: 13px;
    font-weight: bold;
    background-color: #fcfcfc;
}
.purchase td {
    border-top: 1px solid #e8e8e1;
    border-bottom: 1px solid #e8e8e1;
    padding: 8px;
    background-color: #fff;
}
.cart_no_disc_prev td {
	border-bottom: none;
}
.purchase_remove,
.purchase_image {
    font-size: 0;
}
.purchase_remove a {
    text-decoration: none;
}
.purchase_preorder,
.purchase_remove a:hover {
    color: #e62e04;
}
.remove_icon {
    width: 14px;
    height: 14px;
    vertical-align: middle;
}
.amount {
    flex: 0 0 160px;
    height: 25px;
}
.plus,
.minus {
	
    text-align: center;
    cursor: pointer;
	/*outline: 1px solid #aaa;*/
	padding: 2px 8px 4px;
	background: #ccc;
	margin-top: 2px;
    /*display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 24px;
    width: 40px;
    height: 44px;
    float: left;
    text-align: center;
    cursor: pointer;
    color: #000;
    text-shadow: 0px 1px #848484, 0px -1px #e5e5e5;*/
}
.plus{
    border-top: 1px solid #bbb;
    border-right: 1px solid #bbb;
    border-bottom: 1px solid #bbb;
    border-left: 0;
    border-radius:0 3px 3px 0;
}
.minus{
    border-top: 1px solid #bbb;
    border-right: 0;
    border-bottom: 1px solid #bbb;
    border-left: 1px solid #bbb;
    border-radius: 3px 0 0 3px;
}
.plus:hover,
.minus:hover {
    color: #030303;
}
.input_amount {
    max-width: calc(100% - 60px);
	background: #ddd;
	border: 0;
	padding: 3px 3px;
	text-align: center;
    /*display: block;
    float: left;
    font-size: 24px;
    text-align: center;
    border-top: none;
    border-bottom: none;
    border-left: 1px solid #3b3b3b;
    border-right: 1px solid #3b3b3b;
    border-top: 1px solid #3b3b3b;
    background-color: #e5e5e5;
    padding: 0;
    margin: -1px 0 0;
    height: 44.5px;
    width: 80px;
    text-align: center;
    box-shadow: inset 0 0 0 1px #f9f9f9;
    text-shadow: 1px 1px #fff, -1px -1px #fff;*/
}
.purchase_total td {
    font-weight: bold;
    font-size: 16px;
    border-bottom: none;
}
.purchase_total {
    font-weight: bold;
    font-size: 16px;
}
.purchase_total .total_sum {
    color: #00aeef;
    font-size: 18px;
}
.purchase_name {
    font-size: 13px;
    color: #043567;
}
.purchase .coupon,
.purchase .purchase_total {
    padding: 10px;
}
.input_coupon {
    vertical-align: top;
    max-width: 100%;
    width: 264px;
    height: 34px;
    padding: 0 8px;
    border: 1px solid #e8e8e1;
    background-color: #f1f1f1;
    border-radius: 2px;
    font-size: 13px;
    font-family: inherit;
}
.coupon_button {
    height: 34px;
    padding: 0 25px;
    color: #000;
    text-align: center;
    font-size: 13px;
    background: #f1f1f1;
    border: 1px solid #e8e8e1;
    border-radius: 2px;
    cursor: pointer;
}
.coupon_button:hover {
    background: #aaa;
    color: #fff;
}
.coupon .message_error {
    margin: 0 0 10px;
   
}
.delivery {
    font-size: 13px;
}
.fn_delivery_payment .delivery.padding{
	padding: 17px 15px 19px;
}
.delivery_item {
    margin-bottom: 15px;
}
.delivery_description {
    margin-left: 25px;
    display: none;
}
.active + .delivery_description {
    display: block;
}
.input_delivery {
    float: left;
    margin: 7px 0 0;
}
.delivery_item img {
    vertical-align: middle;
    margin-right: 12px;
}
.delivery_name {
    display: block;
    padding-left: 25px;
}
.delivery_label {
    display: block;
    overflow: hidden;
    margin-bottom: 5px;
    font-weight: 500;
}
.active.delivery_label {
    font-weight: bold;
}
.order_details    {
    width: 100%;
}
.order_details td {
    padding: 0 10px 15px 0;
}
.method_name {
    font-weight: bold;
    font-size: 16px;
}
.method_form {
    margin: 15px 0;
}
.method_description {
    margin-bottom: 15px;
}
.feedback_form {
    background-color: #f5f6f7;
    border: 1px solid #e8e8e1;
}
.feedback_inner {
    padding-top: 25px;
}
/* Pagination */
.pagination {
    list-style: none;
    text-align: center;
    background: #fff;
    padding: 15px 10px 5px;
    margin: -40px 0 40px;
}
.page_item {
    display: inline-block;
    margin-right: 2px;
    margin-bottom: 10px;
}
.page_link {
    display: block;
    padding: 3px 7px;
    min-width: 30px;
    text-align: center;
    text-decoration: none;
    border: 1px solid #e8e8e1;
    background-color: #fff;
    color: #303030;
}
.page_link:hover,
.active .page_link {
    color: #fff;
    background-color: #f2bd0b;
    border-color: #f2bd0b;
}
/* Product Page */
.product_heading {
    font-size: 26px;
    color: #0a0a28;
    font-weight: bold;
    text-align: center;
    line-height: 40px;
}
.product_heading span {
    border-bottom: 2px solid #0a0a28;
}
.sku {
    margin-top: -10px;
    margin-bottom: 16px;
    font-size: 13px;
}
.sku_nubmer {
    color: #adaaaa;
}
.product_brand_block{
    font-size: 13px;
    float: left;
    margin-right: 25px;
}
.product_image {
    position: relative;
    border: 1px solid #515149;
    box-shadow: inset 0 0 0 1px #d3d3d1, 0 0 0 1px #c8c8c5;
    text-align: center;
    height: 358px;
    width: 330px;
}
.product_img {
    min-height: 100%;
    position: relative;
}
.images {
    margin-left: -6px;
    margin-right: -6px;
    margin-bottom: 23px;
}
.images.slick-slider {
    margin: 0;
    width: 82px;
    margin-right: 20px;
    margin-left: 10px;
}
.images_item {
    margin-bottom: 10px;
}
.images_link {
    display: block;
    border: 1px solid #515149;
    box-shadow: inset 0 0 0 1px #d3d3d1, 0 0 0 1px #c8c8c5;
    padding: 1px;
    height: 77px;
    width: 80px;
    height: 80px;
    line-height: 75px;
    text-align: center;
    font-size: 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
}
/* .fn_images .slick-list {
    max-height: 360px;
} */
.images_item img {
    vertical-align: middle;
    max-height: 100%;
}
.product_details {
    margin-bottom: 23px;
    font-family: Arial, sans-serif;
}
.product_compare {
    position: relative;
    display: inline-block;
    color: #686666;
    font-size: 12px;
    padding-left: 27px;
}
.product_compare::before {
    content: "";
    width: 16px;
    height: 14px;
    position: absolute;
    left: 0;
    top: 2px;
    background-repeat: no-repeat;
    background-image: url(../images/sprite.png);
}
.product_compare::before {
    background-position: -17px 0;
}
.product_compare.selected::before {
    background-position: -34px 0;
}
.product_compare::after {
    content: attr(title);
}
.details_label {
    font-size: 13px;
    margin-right: 14px;
    display: inline-block;
}
.product_rating {
    display: inline-block;
    margin: 20px 0 16px;
    font-size: 13px;
}
.available {
    display: inline-block;
    font-size: 13px;
    font-weight: bold;
}
.in_stock,
.no_stock {
    position: relative;
    display: inline-block;
    padding-left: 20px;
}
.no_stock {
    padding-left: 18px;
}
.in_stock::before,
.no_stock::before {
    content: "";
    position: absolute;
    top: 6px;
    left: 0;
    width: 11px;
    height: 8px;
    background: url(../images/sprite.png) no-repeat -37px -33px;
}
.no_stock::before {
    height: 9px;
    background: url(../images/sprite.png) no-repeat -52px -33px;
}
.quontity_label {
    margin-top: 34px;
}
.product_wrap {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: start;
}
.product_wrap .left {
    margin-right: 30px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}
.product_wrap .right {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
}
.related {
    padding: 0 35px;
}
.related_title {
    border-bottom: none;
    font-size: 22px;
    color: #043567;
    text-transform: uppercase;
    text-align: center;
}
.related_title span {
    border-bottom: 2px solid #043567;
}
.product_btn {
    color: #8e0e03;
    border: 2px solid #6d6d6d;
    background-color: #eaeaea;
    min-width: 200px;
    height: 56px;
    text-transform: uppercase;
    font-size: 22px;
}
.product_btn:hover {
    background: #eaeaea !important;
    border: 2px solid #6d6d6d !important;
}
.product_total {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 20px;
    font-weight: bold;
}
.product_total span:first-child {
    margin-right: 8px;
}
.product_total span:last-child {
    margin-left: 8px;
}
.product_descr h2 {
    color: #043567;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    margin: 40px 0;
    font-size: 22px;
}
.product_descr h2 span {
    border-bottom: 2px solid #043567;
    line-height: 26px;
    display: inline-block;
}
.info_delivery,
.info_payment    {
    margin-top: 25px;
}
.product_btn:hover {
    background-color: #d4a507;
    border-color: #d4a507;
}
.product {
    padding: 20px 15px 25px;
    margin-top: 15px;
}
.product .variant_select,
.products_item .variant_select{
    width: 100%;
    height: 32px;
    line-height: 30px;
    padding: 0 35px 0 5px;
    border: 1px solid #aaa;
    border-radius: 2px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-image: url(../images/select_variant.png);
    background-position: 101% 50%;
    background-repeat: no-repeat;
    background-color: #fff;
    cursor: pointer;
    margin-bottom:10px;
    position:relative;
}
.variant_select::-ms-expand {
    display: none;
}
.product .wrap_price {
    text-align: center;
    padding: 15px 0;
    font-size: 26px;
    line-height: 30px;
    font-weight: bold;
}
.product .wrap_price > span {
    margin-left: 12px;
}
.product .wrap_price > span:first-child {
    margin-left: 0;
}
.product .wrap_price .old_price {
    font-size: 26px;
    line-height: 30px;
    color: #878787;   
}
.product_wrap .left {
    margin-right: 20px;
}
.product .wrap_wholesale {
    padding: 15px 0 30px;
    text-align: center;
}
.product .wrap_wholesale .product_wholesale {
    position: relative;
    display: inline-block;
}
.product .wrap_wholesale .product_wholesale_inner {
    display: inline-block;
    font-style: italic;
    font-size: 22px;
    font-weight: bold;
    line-height: 26px;
    cursor: pointer;
}
.product .product_wholesale_inner > span:first-child {
    color: #8e0e03;
    text-transform: uppercase;
    border-bottom: 2px solid #ab3334;
    padding-right: 15px;
}
.product .product_wholesale_inner > span:nth-child(2) {
    border-bottom: 2px solid #000;
}
.product .product_wholesale_inner:hover > span {
    border-bottom: none;
}
.wholesale_dropdown {
    display: none;
    margin: 15px 0 0 0;
    padding: 0;
}
.product .product_wholesale_inner.open + .wholesale_dropdown {
    display: block;
}
.product .product_wholesale_inner.open span {
    border-bottom: none;
}

.wholesale_dropdown li {
    list-style: none;
    cursor: pointer;
    text-align: center;
    font-size: 18px;
}
.wholesale_dropdown li:hover {
    color: #ab3334;
}
.product .product_wholesale_inner i {
    color: #ab3334;
    font-size: 28px;
    line-height: 24px;
    vertical-align: bottom;
    transition: 0.3s;
}
.product .product_wholesale_inner.open i {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}
.product_wrap_buy {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    align-items: center;
    margin-top: 25px;
}
.product .hidden + .price {
    margin-top: 25px;
}
.product_buttons {
    margin-top: 25px;
}
.info_delivery,
.info_payment {
    border: 1px solid #e1e8ed;
    padding: 20px 18px 14px;
    font-size: 14px;
    position: relative;
}
.info_delivery::before,
.info_payment::before {
    content: "";
    position: absolute;
    bottom: 12px;
}
.info_delivery::before {
    width: 48px;
    height: 64px;
    right: 12px;
    background: url(../images/sprite.png) no-repeat 1px -178px;
}
.info_payment::before {
    width: 64px;
    height: 58px;
    right: 10px;
    background: url(../images/sprite.png) no-repeat 0px -243px;
}
.info_delivery .h5,
.info_payment .h5 {
    color: #030303;
    margin-bottom: 15px;
}
.info_delivery p,
.info_payment p {
    margin-bottom: 7px;
    opacity: .7;
}
.product_share {
    margin: 20px 0 25px;
}
.share_text {
    font-size: 13px;
    margin-right: 5px;
    margin-bottom: 5px;
}
.product_share > div {
    display: inline-block;
    vertical-align: middle;
}
.product .pager {
    padding: 0;
}
.tab_navigation {
    overflow: hidden;
    z-index: 1;
}
.tab_navigation a {
    display: block;
    padding: 7px 10px;

    background-color: #f7f7f7;
    font-weight: bold;
    text-decoration: none;
    border: 1px solid #e1e8ed;
}

.tab_navigation a.selected {
    background-color: #fff;
    box-shadow: inset 0 2px 0 0 #38c0f3;
}
.tab_container {
    overflow: hidden;
    border-top: 1px solid #e1e8ed;
    margin: -1px 0 0;
}
.tab {
    display: none;
    padding: 15px;
}
.product_description {
    line-height: 1.65;
}
.features {
    list-style: none;
    margin: 0;
    padding: 0;
}
.features li {
    padding: 0;
    margin-bottom: 7px;
    overflow: hidden;
    background-color: #fff;
}
.features_name,
.features_value {
    display: block;
    float: left;
    padding-left: 7px;
}
.features_value {
    width: 70%;
    padding-right: 15px;
}
.features_name {
    width: 30%;
    position: relative;
}
.features_name span {
    position: relative;
    padding-right: 10px;
    z-index: 1;
    background-color: #fff;
}
.features_name::before {
    content: "";
    position: absolute;
    bottom: 4px;
    left: 0;
    width: 100%;
    height: 1px;
    border-bottom: 1px dotted #e1e8ed;
}
/* Comments */
.comment_item {
    margin-bottom: 15px;
}
.admin_note {
    margin-top: 10px;
    margin-left: 10px;
}
.comment_author {
    font-weight: bold;
}
.comment_date {
    opacity: .7
}
.comment_content {
    padding-left: 10px;
}
.no_comments {
    margin-bottom: 15px;
}
/* Post */
.post_date {
    opacity: .7;
    margin-bottom: 10px;
}
.post_share {
    margin: 20px 0;
}
.pager {
    margin-top: 0;
    margin-bottom: 0;
    padding: 15px 0;
    list-style: none;
    overflow: hidden;
}
.pager li {
    padding-top: 5px;
    padding-bottom: 5px;
}
.pager li:nth-child(even) {
    text-align: right;
}
.pager a,
.pager a:hover span {
    text-decoration: none;
}
.pager a span {
    text-decoration: underline;
}
.change_pass {
    margin-bottom: 10px;
}
.change_pass span {
    cursor: pointer;
    border-bottom: 1px dotted;
}
.change_pass span:hover {
    border-color: transparent;
}
.password_remind {
    float: right;
    margin-top: 6px;
    font-size: 13px;
}
/* Filters */
.sidebar_top {
    background-color: #fff;
    overscroll-behavior: contain;
}
.sidebar .h2 {
    padding-bottom: 10px;
    padding-top: 12px;
}
.filter_group {
    padding: 23px 23px 0;
}
.filters_heading {
    position: relative;
    font-weight: bold;
    font-size: 18px;
    padding: 9px 15px;
    cursor: pointer;
}
.filters_heading .angle_icon {
    position: absolute;
    right: 20px;
    top: 18px;
}
.filter_item {
    line-height: 24px;
    padding: 7px 0;
}
.filter_link {
    display: block;
    position: relative;
    padding-left: 36px;
    font-size: 14px;
    min-height: 24px;
    line-height: 16px;
    text-decoration: none;
    cursor: pointer;
}
.filter_indicator {
    position: absolute;
    width: 24px;
    height: 24px;
    top: -4px;
    left: 0;
    border: 1px solid #e8e8e1;
    border-radius: 1px;
}
.checked .filter_indicator {
    background: url(../images/sprite.png) no-repeat 3px -316px;
}
.price_range {
    overflow: hidden;
    margin-left: -12px;
    margin-right: -12px;
    margin-bottom: 15px;
}
.price_label {
    float: left;
    width: 50%;
    padding-left: 12px;
    padding-right: 12px;
}
.max_price {
    text-align: right;
}
.max_input,
.min_input {
    max-width: 100%;
    padding: 0 8px;
    line-height: 30px;
    height: 32px;
    border: 1px solid #e8e8e1;
}
/* Browsed products */
.browsed {
    padding-top: 10px;
    padding-bottom: 15px;
}
.browsed_item {
    line-height: 50px;
    height: 80px;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
}
.browsed_item img {
    vertical-align: middle;
}
/* Product Rating */
.rating_starOff {
    display: inline-block;
    vertical-align: top;
}
.rating_starOff,
.rating_starOn {
    width: 90px;
    height: 18px;
    background: url(../images/rating.png) repeat-x left top;
}
.rating_starOn {
    display: block;
    background-position: left bottom;
}
.rating_text {
    vertical-align: middle;
    line-height: 18px;
    display: inline-block;
}
/* BREADCRUMBS */
.breadcrumbs {
    padding: 10px 15px;
    margin: 25px 0;
    list-style: none;
    font-size: 12px;
    background-color: #fff;
    display: none;
}
.breadcrumbs li {
    display: inline-block;
    padding: 0;
    margin: 3px 0;
}
.breadcrumbs li + li:before {
    padding: 0 2px;
    content: "/\00a0";
}
/* Scroll to top */
.to_top {
    width: 42px;
    height: 42px;
    border-radius: 100%;
    position: fixed;
    bottom: 120px;
    right: 10px;
    z-index: 999;
    display: none;
    background-color: #b8b7b7;
    background-image: url(../images/up-arrow.png);
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
}
/* POPUP WINDOW */
.popup {
    width: 320px;
    max-width: 100%;
    padding: 5px;
    text-align: center;
}
.popup_heading {
    margin-bottom: 12px;
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
}
/* Comparison_page */
.comparison_page {
    padding-bottom: 40px;
}
.comparison_left {
    float: left;
    width: 30%;
}
.comparison_products {
    float: right;
    width: 70%;
    position: relative;
    margin: 0;
    border-left: 1px solid #e8e8e1;
}
.comparison_item {
    border-right: 1px solid #e8e8e1;
}
.cell {
    padding: 10px 15px;
    border-bottom: 1px solid #e8e8e1;
}
.comparison_item .cell,
.comparison_item .cprs_rating {
    text-align: center;
}
.cprs_rating {
    padding: 10px 15px;
    border-bottom: 1px solid #e8e8e1;
    border-top: 1px solid #e8e8e1;
}
.cell:nth-child(odd) {
    background: #efefef;
}
.compare_controls {
    position: relative;
}
.compare_show {
    position: absolute;
    left: 0px;
    bottom: 25px;
}
.compare_show a {
    display: inline-block;
    padding: 6px 11px;
    text-decoration: none;
    margin: 0 5px 5px 15px;
}
.compare_show a:hover,
.compare_show .active {
    background: #fff;
    border: 1px solid #e8e8e1;
    padding: 5px 10px;
    color: #030303;
}
.compare_show a span {
    border-bottom: 1px dashed;
}
.compare_show a:hover span,
.compare_show .active span {
    border-color: transparent;
}
.preorder_label, .out_of_stock_label {
    padding: 1px 5px;
    color: #fff;
    text-align: center;
    font-size: 13px;
    background: #f2bd0b;
    border: none;
    border-radius: 2px;
}
.out_of_stock_label{
    background: #8e0e03;
}
.callback_form .captcha{
    display: block;
    margin: 0 0px 20px 0;
}
.callback_form .captcha .secret_number{
    width: 95px;
}
.callback_form .captcha .input_captcha{
    width: calc(100% - 117px);
}
.callback_form .button{ 
    display: block;
    width: 100%;
}
#catalog_menu .submenu_level_1 a.selected span.unline {
    text-decoration: underline;
}
#catalog_menu .submenu_level_2 a.selected {
    color: #9e251b;
    
}
.mobile-menu, .mobile_catalogue, .info_mobile {
    display: none;
}
.mobile-menu .menu {
    width: 100%;
}
     .mobile-menu .menu_link {
                padding-left: 20px;
        }
.submenu{
        display: none;
}
.opened > .submenu {
    display: block;
}
#catalog_menu .submenu a.selected span.unline,
#catalog_menu .submenu li.opened > a span.unline,
#catalog_menu li.opened > a span.unline{
    text-decoration: underline!important;
}

#catalog_menu > ul > li > a {
    position: relative;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
    font-weight: bold;
    color: rgb(0, 0, 0);
    font-size: 18px;
    line-height: 20px;
    padding: 10px 5px;
    text-shadow: 1px 1px 1px rgb(255, 255, 255);
    text-transform: uppercase;
    border: 1px solid rgb(184, 184, 184);
        border-top-color: rgb(184, 184, 184);
        border-right-color: rgb(184, 184, 184);
        border-bottom-color: rgb(184, 184, 184);
        border-left-color: rgb(184, 184, 184);
    border-radius: 5px;
    text-decoration: none;
    margin-bottom: 1px;
    background: -moz-linear-gradient(top, rgb(242, 242, 242) 0%, rgb(200, 200, 200) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(242, 242, 242,1)), color-stop(100%,rgba(200, 200, 200,1)));
    background: -webkit-linear-gradient(top, rgba(242, 242, 242,1) 0%,rgba(200, 200, 200,1) 100%);
    background: -o-linear-gradient(top, rgba(242, 242, 242,1) 0%,rgba(200, 200, 200,1) 100%);
    background: -ms-linear-gradient(top, rgba(242, 242, 242,1) 0%,rgba(200, 200, 200,1) 100%);
    background: linear-gradient(to bottom, rgb(242, 242, 242) 0%,rgb(200, 200, 200) 100%);
}    
  
#catalog_menu > ul > li > .selected, 
#catalog_menu > ul > li > a:hover {
    background: -moz-linear-gradient(top, rgb(200, 200, 200) 0%, rgb(242, 242, 242) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(200, 200, 200,1)), color-stop(100%,rgba(242, 242, 242,1)));
    background: -webkit-linear-gradient(top, rgba(200, 200, 200,1) 0%,rgba(242, 242, 242,1) 100%);
    background: -o-linear-gradient(top, rgba(200, 200, 200,1) 0%,rgba(242, 242, 242,1) 100%);
    background: -ms-linear-gradient(top, rgba(200, 200, 200,1) 0%,rgba(242, 242, 242,1) 100%);
    background: linear-gradient(to bottom, rgb(200, 200, 200) 0%,rgb(242, 242, 242) 100%);
}    
#catalog_menu .submenu {
    background-color: #f9fafa;
    border: 1px solid #dadada;
    border-radius: 0px;
    margin-bottom: 1px;
}  
#catalog_menu .submenu.submenu_level_2 {
    background-color: #f9fafa;
    border: none;
    border-top: 1px solid #dadada;
    border-radius: 0px;
    margin-bottom: 0px;
}     
#catalog_menu .submenu ul > li{
    border-bottom: 1px solid #dadada;
}     
#catalog_menu .submenu ul > li:last-child{
    border-bottom: none;
}    
#catalog_menu .submenu_level_1 ul > li > a{
    position: relative;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
    font-weight: bold;
    color: rgb(0, 0, 0);
    font-size: 17px;
    line-height: 22px;
    padding: 10px 10px;
    text-shadow: 1px 1px 1px rgb(255, 255, 255);
    text-transform: uppercase;
    text-decoration: none;
} 
#catalog_menu .submenu_level_1 ul > li > a.active span.unline{
    text-decoration: underline;
}
#catalog_menu  ul > li > a span.unline{
    padding-right: 20px;
    }
#catalog_menu .submenu_level_2 ul > li > a{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    font-weight: normal;
    color: rgb(0, 0, 0);
    font-size: 16px;
    line-height: 24px;
    padding: 10px 10px 10px 25px;
    text-shadow: 1px 1px 1px rgb(255, 255, 255);
    text-transform: uppercase;
    text-decoration: none;
}
#catalog_menu .submenu_level_2 ul > li > a span.inline {
    display: inline-block;
    height: 24px;
}

#catalog_menu .dropdown {
    display: none; 
}    
.footer_payment_inner {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}
.footer_payment_inner img{
    margin-right: 15px;
}
.block_select{
    display: block;
    border: 1px solid #aaa;
    width: 220px;
    padding: 5px;
    text-decoration: none;
    text-align: left;

}

.new-order a{
    display: none;
}
#order-wrap .h2 h3{
    font-size: 120%;
    text-decoration: underline;
    color: #8e0e03;
}
#order-wrap .h2 .order-wait{
    font-size: 80%;
    color: #333;
}
.fn_country a div{
        display: inline;
        margin-left: 15px;
}
.fn_country a div:nth-child(2){
        margin-left: 15px;
}

.remicon{
    display: inline-block;
    width: 24px;
    height: 28px;
    background: url(../images/cart-4.png) no-repeat;
    background-size: 100%;
}
.t-title{
    display: none;
}
.categories .logo img {
   width: 52px;


}
.mob_show {
    display: none;
    width: 36px;
    height: 36px;
    margin: 6px;
    background: url(../images/menu.svg) no-repeat;
    background-size: contain;
}
.logo_mob {
    display: flex;
    justify-content: center;
    align-items: center;
}
.logo_mob .logo img{
    width: 35px;
}
.logo_mob .categories_heading span {
   
     color: #000;
        font-size: 25px;
        text-transform: uppercase;
        line-height: 25px;
        display: inline-block;
        border-bottom: 3px solid;
        text-decoration: none;
        border: none;
}
.cart_header {
    text-transform: uppercase;
}
.pay_button{

    position: relative;
    display: inline-block;
    vertical-align: top;
    padding: 0px 25px;
    font-weight: bold;
    font-family: inherit;
    font-size: 12px;
    line-height: 36px;
    color: #fff;
    /* border: 2px solid #f2bd0b; */

    background-color: #8c0000;
    text-decoration: none;
    text-align: center;
    outline: none;
    box-shadow: none;
    cursor: pointer;

}
.pay_button:hover {
   background-color: #ca0000;
}
.pay_button:disabled,
.pay_button[disabled]{
   background-color: #ccc;
}


.failed_transaction {
    color: red;

}

.pl-1 {
    padding-left: 10px;
}
.ml-1 {
    margin-left: 10px;
}
#cart_checkout {
	margin-left: 0;
}
.lower {
    color:#b4362c;
    font-size: 16px;
}
.fn_variants.preview_form .variant_select {
    margin-bottom: 10px;
}
.payment_method .row {
    align-items: flex-end;
    position: relative;
}
.payment_method .order_back {
    position: absolute;
    bottom: 0;
    right: 0;
}

 .product .variant_select {
    width: 360px !important;
    display: block;
    margin: 25px auto 0;
}

.order_back input{
    color: #8c0000;
}
.order_back input:hover {
    background-color: #fff;
    color: #ca0000;
}
.LloydsBank{
    position:  relative;
}

.contacts_table{
    font-size: 16px;

}
.contacts_table td{
   vertical-align: middle;
   padding-bottom: 8px;
}
.contacts_table td img {
    display: inline-block;
    margin-bottom: -6px;
}
.contacts_table a {
    text-decoration: none;
}
.fn_validate_feedback .h1 {

    padding: 0!important;
    margin: 0!important;
   border: none;

}
.fn_validate_feedback .block.padding  {
   padding-top: 0;
   margin-top: -10px;
}
.block.padding.feedback    {
    margin-bottom:0;
}

.unit_price {
    font-weight: normal;
    margin-bottom: 5px;
    font-size: 11px;
}
.wrap_price .unit_price {
    margin-bottom: 0;
    margin-top: 3px;
    font-size: 14px;
}

 .modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000000;
}
.modal-backdrop.fade {
    opacity: 0;
    display: none;
}
.modal-backdrop,
.modal-backdrop.fade.in {
    opacity: 0.8;
    filter: alpha(opacity=80);
}
.modal {
    position: fixed;
    top: 15%;
    left: 50%;
    z-index: 1050;
    width: 460px;
    margin-left: -280px;


    /* IE6-7 */

    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;
    outline: none;
}
.modal.fade {
    -webkit-transition: opacity .3s linear, top .3s ease-out;
    -moz-transition: opacity .3s linear, top .3s ease-out;
    -o-transition: opacity .3s linear, top .3s ease-out;
    transition: opacity .3s linear, top .3s ease-out;
    top: -35%;
}
.modal.fade.show {
     top: 25%;
    }
.modal.fade.in {
    top: 10%;
}
.modal-header {
    padding: 9px 15px;
    border-bottom: 1px solid #eee;
}
.modal-header .close {
    margin-top: 2px;
}
.modal-header h3 {
    margin: 0;
    line-height: 30px;
}
.modal-body {
    position: relative;
    overflow-y: auto;
    max-height: 400px;
    padding: 15px;
}
.modal-body.amount1 {
    padding: 25px;
    text-align: center;
    background-color: #eaf1f5;
    font-size: 16px;
    border-radius: 7px;
    color: #000;
    border: 1px solid #000;
}

.modal-form {
    margin-bottom: 0;
}
.modal-footer {
    padding: 14px 15px 15px;
    margin-bottom: 0;
    text-align: right;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    -webkit-border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px;
    -webkit-box-shadow: inset 0 1px 0 #ffffff;
    -moz-box-shadow: inset 0 1px 0 #ffffff;
    box-shadow: inset 0 1px 0 #ffffff;
    *zoom: 1;
}
.modal-footer:before,
.modal-footer:after {
    display: table;
    content: "";
    line-height: 0;
}
.modal-footer:after {
    clear: both;
}
.modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
    margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
    margin-left: 0;
}


.modal-body.amount1 button {
     font-size: 14px;
    padding: 3px 30px;
    border: 1px solid #ECF7FD;
     border-radius: 3px;
    -moz-box-shadow: 0 0 0 1px #3C7FB1;
    -webkit-box-shadow: 0 0 0 1px #3C7FB1;
    box-shadow: 0 0 0 1px #3C7FB1;
    background: -moz-linear-gradient(top, #EAF6FD 0%, #D9F0FC 50%, #BEE6FD 51%, #A7D9F5 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0,#EAF6FD), color-stop(0.5,#D9F0FC),color-stop(0.51,#BEE6FD),color-stop(1,#A7D9F5));
    background: linear-gradient(top, #EAF6FD 0%, #D9F0FC 50%, #BEE6FD 51%, #A7D9F5 100%);

    color: black;
    text-decoration: none;
}



.modal-body.amount1 button:hover {

    border: 1px solid #73A7C4;
    border-bottom: 0;
    -moz-box-shadow: 0 0 0 1px #2C628B;
    -webkit-box-shadow: 0 0 0 1px #2C628B;
    box-shadow: 0 0 0 1px #2C628B;
    background: -moz-linear-gradient(top, #E5F4FC 0%, #C4E5F6 50%, #98D1EF 51%, #68B3DB 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0,#E5F4FC), color-stop(0.5,#C4E5F6),color-stop(0.51,#98D1EF),color-stop(1,#68B3DB));
}
.modal-body.amount1 button:active {

    border: 1px solid #F3F3F3;
    -moz-box-shadow: 0 0 0 1px #707070;
    -webkit-box-shadow: 0 0 0 1px #707070;
    box-shadow: 0 0 0 1px #707070;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;

    background: -moz-linear-gradient(top, #F2F2F2 0%, #EBEBEB 50%, #DDDDDD 51%, #CFCFCF 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0,#F2F2F2), color-stop(0.5,#EBEBEB),color-stop(0.51,#DDDDDD),color-stop(1,#CFCFCF));
    background: linear-gradient(top, #F2F2F2 0%, #EBEBEB 50%, #DDDDDD 51%, #CFCFCF 100%);

}
.amount_stock, .amount_units {
    color: #bd0000;
}

.fn_total_product_price {
    white-space: nowrap;
}

@media (max-width: 767px) {

#fn_notify_me{
        width: 70%;
        margin: 0 auto;
        text-align: center;
    }

.notify_me .callback_form .button {
        width: 100%;
    }
    .modal {
        position: fixed;
        top: 20px;
        left: 20px;
        right: 20px;
        width: auto;
        margin: 0;
    }
    .modal.fade {
        top: -150px;
    }
    .modal.fade.in {
        top: 20px;
    }
}

.head_banner {
    padding: 6px 10px 4px 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.slick-prev, .slick-next {
    display: block;
    position: absolute;
    z-index: 1;
    left: 50%;
    right: 50%;
    width: 40px;
    height: 40px;
    margin-top: 0;
    padding: 0;
    font-size: 0;
    line-height: 0;
    cursor: pointer;
    border: none;
    outline: none;
    background: transparent;
    text-align: center;
    color: #cfd0d2;

}
.slick-prev {
    top: 0;
    transform: translateX(-50%) translateY(-50%) ;
    padding-top: 8px;
    background-color: rgba(255,255,255,1) ;
    border-radius: 50%;
    box-shadow: 0 4px 12px rgba(0,0,0,0.07);

}

.slick-next {
    top: unset;
    bottom: 0;
    transform: translateX(-50%) translateY(50%);
     padding-bottom: 8px;
    background-color: rgba(255,255,255,1) ;
    border-radius: 50%;
    box-shadow: 0 4px 12px rgba(0,0,0,0.07);
}

.slick-next::before, .slick-prev::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 15px;
    height: 15px;
    border-top: 2px solid;
    border-left: 2px solid;
}

.slick-prev::before {
    transform: rotate(45deg) ;
     margin:0;

}
.slick-next::before {
    transform:rotate(225deg) ;
    margin:0;
}

.slick-disabled {
    display: none!important;
}
.images_link.video{
    position: relative;
}

.images_link.video::before {
    content: '';
    background-image: url('../images/video.svg');
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-position: center center;
    background-size: contain;
    position: absolute;
    background-repeat: no-repeat;
    background-size: 35%;
    opacity: 0.7;
}

#catalog_menu .fn_switch_cat::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 10px;
    height: 10px;
    border-top: 2px solid #aaabad;
    border-left: 2px solid #aaabad;
    outline: none;
    background: transparent;
    text-align: center;
    color: #cfd0d2;
    position: absolute;
    z-index: 1;
    /* left: 50%; */
    right: 20px;
    transform: translateY(-2px) rotate(-135deg) ;
    /* top: 50%; */
}
#catalog_menu .fn_switch_cat.active::before
 {
    transform: translateY(4px) rotate(45deg) ;
}

.b-breadcrumbs {
    align-items: center;
    display: flex;
    margin-top: 0.7rem;
    margin-bottom: 0.5rem;
    overflow-x: auto;
    padding-bottom: .25rem;
    padding-top: .25rem;
    white-space: nowrap;
}

.b-breadcrumbs .home {
    display: inline-block;
    width: 0.9rem;
    height: 1.3rem;
    background-image: url(../images/house.svg);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: contain;
}
.tpx-15 {
    padding-left: .375rem;
    padding-right: .375rem;
}
.g-link {
    color: #0073b8;
    cursor: pointer;
    text-decoration: underline;
    transition: color .05s ease;

}
.b-breadcrumbs__item span{
     font-size: 12px;
}

.autocomplete-suggestions {
    background-color: #fff;
    overflow: hidden;
    overflow-y: auto;
    border: 0.0625rem solid #e0e0e0;
    display: table;

}
.autocomplete-suggestions a {
    font-size: 12px;
}
.autocomplete-suggestion span {
    font-size: 12px;
}
.aut {

    display: table-row;
    width: 100%;
}
.aut span{
    padding: 15px 0;
    cursor: pointer;

}

.categories .categories_heading svg {
    width: 184px;
   display: block;
    height: auto;
}

.logo_mob .categories_heading svg {
    width: 120px;
    /* padding-top: 12px; */
    height: auto;
    display: block;
}
@media (min-width: 991px) {
.informer_mobile {
    display: none;
}
.footer_left {
    float: none;
    flex: 2 2 auto;
    margin-left: 290px;
}
}
.footer_left ul {
    margin: 0;
    display: flex;
    justify-content: flex-start;
    padding: 0;
}
.footer_left .menu_item {
    list-style: none;
    text-transform: uppercase;
    margin: 0 20px 0 0;
}

.head_cont {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}

.fn_banner_mainbannermob {
    margin: 5px -15px 0 -15px;
}

.fn_banner_mainbanner, .fn_banner_mainbannermob {
    margin-top: 5px;
    text-align: center;
    margin-bottom: 0;
}

.slick-dots {
    position: relative;
    left: 0;
    bottom: -3px;
    display: block;
    font-size: 0;
    padding: 10px;
    list-style: none;
    text-align: center;
    /* transform: translateX(50%); */
}
.slick-dots li button {
    display: block;
    width: 8px;
    height: 8px;
    outline: none;
    padding: 0;
    border: 0;
    border-radius: 100%;
    cursor: pointer;
    color: transparent;
    background-color: #bbb;
    opacity: .4;
}
.slick-dots li.slick-active button {
    opacity: 1;
    background-color: #9fc8db;
    width: 10px;
    height: 10px;
}
.fn_banner_group1 {
    margin-bottom: 30px;
}

img {
    opacity: 1;
    transition: opacity .1s;
}
img[data-src] {
    opacity: 0;
}

.purchase td.interline {
    padding: 0;
    padding-top: 3px;
}
.cart_cost {
    display: block;
    font-size: 18px;
    font-weight: bold;
    text-decoration: underline;
    line-height: 25px;
    padding-bottom: 5px;
    text-transform: uppercase;
}
#postcode_form {
    display: flex;
    justify-content: center;
    width: 100%;
}
#postcode_form > div {

    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f0f0f0 ;
    padding: 15px;
}

.b-quickbook-vrn-lookup__postcode-label {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    font-size: 13px;
    font-weight: 700;
    font-style: normal;
    line-height: 18px;
    color: #242424;
    white-space: nowrap;
    padding-bottom: 8px;
    text-decoration: underline;
}

.b-quickbook-vrn-lookup__postcode-label.Perror {
    color: red;
    }
.localities-input-container {
    display: block;
    max-width: 100%;
    position: relative;
}
#js-postcode {
    width: 100%;
    max-height: 42px;
    margin: 0;
    padding: 0 12px;
    font-family: inherit;
    font-stretch: unset;
    text-align: left;
    background: #fff;
    border-color: #6e6e6e;
    border: 1px solid #c6c6c6;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    line-height: 20px;
    color: #242424;
    height: 50px;
    border-radius: 4px 0 0 4px;
}

.icon-multicolor.icon-location {
    width: 40px;
    height: 43px;

    background: url(../images/location.svg) 50% no-repeat;
    background-size: contain;
    margin-right: 10px;
}
.b-button__primary {
    font-family: aktiv-grotesk,arial,helvetica,sans-serif;
    font-size: 14px;
    font-weight: 700;
    font-style: normal;
    line-height: 18px;
    color: #8c0000;
    min-height: 42px;
    padding: 12px 30px;
    text-align: center;
    text-decoration: none;
    background: #ccc;
    border-radius: 5px;
    -webkit-box-shadow: 0;
    box-shadow: 0;
    border: 0;
    border-radius: 0 5px 5px 0;
}
.hid {
    display: none;
}
#fn_ajax_deliveries.load::before {
    content: " ";
    background-image: url( ../images/fn_loader.gif );
    background-position: top 100px center;
    position: absolute;
    left: 0;
    right: 100%;
    top: 0;
    bottom: 100%;
    background-color: #fff;
    opacity: .8;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: 70px;
}

#crafty_postcode {
    height: 46px;
}
#address_manually {
    padding-left: 15px;
    padding-bottom: 15px;

    display: block;
}


.include-slick {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.related-slick .products_item {
   // width: calc((100vw - 295px) / 6 - 8px);
    width: 16.66%;
    padding: 5px!important;
    height: auto!important;
    margin-bottom: 5px;
}
.related-slick .products_item .preview {
    border-radius: 10px;
    border: 2px solid #bbb;
    padding: 5px;
    height: calc((100vw - 290px) / 6 - 18px);
    margin-bottom: 15px;
}
.related-slick .products_item .preview .preview_image {
    padding: 0;
    max-height: 100%;
    max-width: 100%;
}
.related-slick .products_item .fn_price {
    font-size: 16px;
    font-weight: bold;
    display: block;
    line-height: 20px;
}
.related-slick .products_item .fn_img.preview_img {
    vertical-align: unset;
    max-height: 100%;
}
.related-slick .products_item  .product_name {
    display: inline;
    font-weight: 400;
    text-decoration: none;
}
.related-slick .products_item .prna {

    line-height: 15px;

}

.related_title .slick-prev, .related_title .slick-next {
    display: inline-block;
    position: relative;
    z-index: 1;
    left: unset;
    right: unset;
    width: 30px;
    height: 30px;
    margin-top: 0;
    padding: 0;
    font-size: 0;
    line-height: 0;
    cursor: pointer;
    border: 2px solid #043567;
    outline: none;
    background: transparent;
    text-align: center;
    color: #cfd0d2;
}

.related_title .slick-prev {
    top: unset;
    transform: unset;
    padding-left: 4px;
    background-color: rgba(255,255,255,1);
    border-radius: 50%;
    box-shadow: 0 4px 12px rgba(0,0,0,0.07);
     margin-right: 30px;
     transform: translateY(-4px);
}

.related_title .slick-next {
    top: unset;
    bottom: unset;
    transform: unset;
    padding-right: 4px;
    background-color: rgba(255,255,255,1);
    border-radius: 50%;
    box-shadow: 0 4px 12px rgba(0,0,0,0.07);
    margin-left: 30px;
    transform: translateY(-4px);
}
.related_title .slick-next::before {
    transform: rotate(135deg);
    color: #043567;
    margin: 0;
}

.related_title .slick-prev::before {
    transform: rotate(315deg);
    color: #043567;
    margin: 0;
}
.related_title .slick-next::before, .related_title .slick-prev::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 10px;
    height: 10px;
    border-top: 2px solid;
    border-left: 2px solid;
}
.related_title  .slick-disabled {
    display: inline-block!important;
    opacity: 0;
}


.slick-no-slide .slick-list {
    width: 100% !important;
    text-align: center;
}

.slick-no-slide .slick-track {
    width: 100% !important;
    left: 0!important;
    text-align: center;
    display: flex;
    justify-content: center;
}

.slick-no-slide .slick-slide {

     width: auto !important;
}
 .slick-arrow.slick-hidden {
    display: none!important;
}
 .related-slick  .slick-slide {

     width: auto !important;
}
.postcode.change {
    width: 50%;
}
.postcode.change + span {
    display: inline-block;

    text-align: right;
}
.flex_betw{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cart_with_disc_prev td {
    border-bottom: none;
    padding-bottom: 0;
}
.purchase tbody tr.cart_with_disc {
    height: 30px;
}
.cart_with_disc td {
    border-top: none;
    padding-top: 0;
    padding-bottom: 15px;
}
.cart_with_disc td:first-child {
    text-align: right;
    text-decoration: underline;
    font-style: italic;
}
.disc_amount {
    display: flex;
    justify-content: space-around;
}
.cart_with_disc .purchase_sum.x-amount {
    font-weight: bold;
}
#fn_purchases td:nth-child(6) {
    width: 60px;
}
.cart_flame {
    background-image: url("../images/flame.png");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 20px;
}
tfoot .cart_with_disc_prev td {
    border-bottom: none;
    padding-bottom: 5px;
    padding-top: 5px;
}
.purchase tfoot .cart_with_disc {
    border-top: none;
	
}
.purchase tfoot .cart_with_disc td {
   
	border-bottom: none;
}
tfoot .cart_with_disc td:first-child {
    text-align: left;
    font-weight: normal;
    text-decoration: underline;
    padding-top: 5px;
    padding-bottom: 5px;
    font-style: italic;
}
 tfoot .cart_flame {
    background-position: top 7px center;
    background-size: 20px;
}
.purchase_total.cart_flame {
    background-image: unset;
}
.tr_coupon td > div {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    position: relative;
}
.purchase .coupon_div {
    padding: 18px 15px;
    width: 100%;
    display: flex;
    gap: 5px;
    justify-content: center;
}
.purchase td.pur_tot {
    text-align: left;
    font-weight: bold;
    font-style: italic;
    text-decoration: underline;
    /* color: #666; */
}
.cart_with_disc_prev .total_sum {
    font-weight: normal;
}
.second_button {
    border: none!important;
    padding: 15px 0 !important;
}
.purchase .cart_coupon_error, .purchase .cart_coupon_discount {
    /* height: 44px!important; */
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 0;
    padding-bottom: 18px;
    line-height: 1;
    padding-left: 15px;
    padding-right: 15px;
    color: #999;
}
.coupon .message_error {
    clear: both;
    padding: 0;
    color: #999;
    background-color: #fff;
    border: none;
    margin: 0;
    display: inline-block;
}
.coupon .message_error span {
    color: #000;
    font-weight: bold;
}
.tr_coupon td {
    padding: 0!important;
}
 #delivery_form,  #delivery_form > div {
     padding: 0;
 }
  .cart_coupon_discount a {
     color:#aaa;
 }
 .cart_no_disc_prev td{
     padding:15px 8px;
 }

#catalog_menu .add_menu > a {
    position: relative;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    font-weight: bold;
    color: #666;
    font-size: 17px;
    line-height: 22px;
    padding: 10px 5px;
    text-shadow: 1px 1px 1px rgb(255, 255, 255);
    text-transform: uppercase;
    text-decoration: none;
    background: none;
    border-left: none;
    border-right: none;
    border-bottom: none;
    border-radius: 0;
    margin: 0;
}

#catalog_menu .add_menu > a img {
    opacity: 60%;
}

#catalog_menu .add_menu > a.level_2_first {

}

#catalog_menu .add_menu > a.level_2_last {
   border-bottom: 1px solid rgb(184, 184, 184);
}

#catalog_menu .add_menu > a:hover {
    background: none;
    text-decoration: underline;
}
#catalog_menu .add_menu > a::before {
    content: unset;
}
.fn_delivery_payment h1 {
	margin-bottom: 32px;
}
.mobile-menu .cat_icon img{
    margin-right: 20px;
}

 #fn_products_content.featured,
    .main_products.products  {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
    }
    #fn_products_content.featured .products_item,
    .main_products .products_item {

        width: 16.66%;
        padding: 5px!important;
        height: auto!important;
        margin-bottom: 5px;
    }
    #fn_products_content.featured  .products_item .preview,
    .main_products .products_item .preview {
        border-radius: 10px;
        border: 2px solid #bbb;
        padding: 5px;
        height: calc((100vw - 290px) / 6 - 18px);
        margin-bottom: 15px;
    }
    #fn_products_content.featured  .products_item .preview .preview_image,
    .main_products .products_item .preview .preview_image {
        padding: 0;
        max-height: 100%;
        max-width: 100%;
    }
    #fn_products_content.featured .products_item .fn_price,
    .main_products .products_item .fn_price {
        font-size: 16px;
        font-weight: bold;
        display: block;
        line-height: 20px;
    }
    #fn_products_content.featured .products_item .fn_img.preview_img,
    .main_products .products_item .fn_img.preview_img {
        vertical-align: unset;
        max-height: 100%;
    }
    #fn_products_content.featured .products_item  .product_name,
    .main_products .products_item  .product_name {
        display: inline;
        font-weight: 400;
        text-decoration: none;
    }
    #fn_products_content.featured .products_item .prna,
    .main_products .products_item .prna {

        line-height: 15px;

    }



 #bwc-widget-action {
    background-image: unset;
    bottom: 32px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    filter: none !important;
    -webkit-font-smoothing: antialiased;
    height: auto;
    margin: 0;
    padding: 0;
    position: fixed !important;
    right: 10px;
    -webkit-touch-callout: none !important;
    user-select: none !important;
    white-space: normal;
    width: auto;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    z-index: 99988 !important;
    gap: 10px;
}

 #bwc-widget-action button.bwc-chat {
    align-items: center;
    background-color: #cedee6 !important;
    background-image: none;
    border: unset;
    border-radius: 0;
   box-shadow: 0 2px 4px #666;
    cursor: pointer;
    display: flex;
    fill: #fff;
    height: 56px;
    justify-content: center;
    /* margin: 0 10px 0 0; */
    min-width: 56px;
    outline: none;
    padding: 0;
    position: relative;
    transition: background-color .3s linear,color .2s linear;
    width: auto;
    border-radius: 20px;
}

 #bwc-widget-action.bwc-show-unread .bwc-chat::before {
    border-radius: 50%;
    box-shadow: 0 0 0 350px #0e0f0f;
    content: " ";
    height: 28px;
    position: absolute;
    right: -14px;
    top: -15px;
    width: 28px;
    z-index: -1;
}
#bwc-widget-action button.bwc-chat .bwc-slide {
    align-items: center;
    justify-content: center;
    display: flex;
    margin: 0;
    min-width: 100px;
    opacity: 1;
    overflow: hidden;
    padding: 0;
    transition: width .24s linear,min-width .24s linear,opacity .24s linear;
    /* width: 136px; */
    color: #000;
    font-weight: bold;
    padding: 0 15px;
}
 #bwc-widget-action .bwc-custom-icon.bwc-icon-fade-in {
    box-sizing: border-box;
    height: 56px;
    /* margin: 0 0 0 3px; */
    position: relative;
    width: 56px;
    background-image: url(../images/qwes.png);
    background-position: left center;
    background-size: 40px;
    background-repeat: no-repeat;
}
 #bwc-widget-action .bwc-chat .bwc-chat-text {
    color: #fff;
    display: none;
    font-size: 10px;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    width: 56px;
}
#bwc-widget-action .contacts_table {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 13px;
    box-shadow: 0 0 15px #aaa;
    border-radius: 15px;
    z-index: 999999999999;
    background: #fff;
    width: 100%;
}
#bwc-widget-action .contacts_table tr {

}
#bwc-widget-action .contacts_table tr td {
    padding: 3px;
}
#bwc-widget-action .contacts_table tr td a {
    font-size: 13px;
}
#bwc-widget-action .contacts_table tr td img {
    width: 30px;
}

#bwc-widget-action .bwc-close {
    align-items: center;
    background-color: #fff!important;
    border: 1px solid #9e9ea4;
    border-radius: 12px;
    display: flex;
    /* fill: #9e9ea4; */
    height: 28px;
    justify-content: center;
    line-height: 0;
    margin: 0;
    position: absolute;
    right: 1px;
    top: -35px;
    transition: opacity .24s linear;
    width: 28px;
    min-width: 28px;
}
#bwc-widget-action .bwc-close:hover {
    background-color: #cedee6 !important;
}

 #bwc-widget-action .bwc-close svg {
    fill: #9e9ea4;
    height: 10px;
    width: 10px;
    display: inline-block;
    margin: 0;
    padding: 0;
    user-select: none;
    vertical-align: baseline;
    z-index: auto;
}
.product_out_of_stock {
    padding: 0 20px;
    height: 50px;
    font-size: 17px;
    color: #8e0e03;
    border: 2px solid #6d6d6d;
    background-color: #eaeaea;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
}
.fn_variants.preview_form .product_out_of_stock {
    padding: 4px 10px;
    height: auto;
    max-width: 95%!important;
    font-size: 12px;
    line-height: 1.1;
    min-height: 34px;
    border: 2px solid #e5e5e5;
    background-color: #fff;
    margin-top: 13px;
}

.fn_variants.preview_form .product_out_of_stock:hover {
    border-color: #f2bd0b;
}
.fn_not_preorder {
    margin: 0;
}

.product_notify .fn_not_preorder {
    margin-bottom: 15px;
    font-size: 20px;
    /* font-weight: bold; */
}

.notify_me {
    display: none;
}
.product_notify_available_mess {
    font-size: 16px;
    font-weight: bold;
    text-decoration: underline;
    color:#009413;
}

.notify_me .h2 a{
    position: absolute;
    right: 19px;
    top: 19px;
    color: #8e0e03;
}
.notify_me a .remove_icon{
    margin-top: -4px;
    width: 28px;
    height: 28px;
}
.notify_me .c-togle .form_input {
    width: 100%;
    font-size: 14px;
    padding: 0 15px;
}
.notify_me .c-togle:after {
    display: none;
}
.notify_me .block_select {
    position: relative;
}

.flex {
    display: block;
    position: relative;
    width: 220px;
}
.remove_method {
    /* display: block; */
    position: absolute!important;
    top: 0;
    right: -35px;
    color: #8e0e03;
    padding: 0!important;
    padding-top: 8px!important;
    border: none!important;
    width: auto!important;
    /* height: 100%; */
    line-height: 1!important;
}

 .callback_form .button {
    background: #8e0e03!important;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    border: 0;
    height: 36px;
    width: 100%;
}

.fn_variants.preview_form .product_notify_available_mess {
    font-size: 13px;
    margin-top: 13px;
}
.product_notify_available_mess {
    font-size: 16px;
    font-weight: bold;
    text-decoration: underline;
    color: #009413;
}

.product_notify {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: center;
    -ms-flex-pack: justify;
    justify-content: center;
    align-items: center;
    /* margin-top: 25px; */
}

.product_notify .fn_not_preorder {
    margin-bottom: 15px;
    font-size: 20px;
    /* font-weight: bold; */
}
.product_notify .fn_not_preorder {
    margin-bottom: 15px;
    font-size: 20px;
    /* font-weight: bold; */
}

.fn_select_country.block_select {
    text-align: center;
    background: #ebebeb;
    border: none;
}

.notify_me .form_group {
    margin-bottom: 25px;
}
.fillthiph {
    margin-bottom: 10px;
}

.vat {
    font-size: 11px;
    font-weight: normal;
}

.submit_button span {
    font-size: 14px;
    font-weight: bold;
    text-decoration: underline;
    color: #009413;
}
.submit_button span.isset {
    color: #b00e00;
}
.delivery_name > span {
    display: flex;
    align-items: center;
}
 .spacer {
    padding-bottom: 20px;
    display: block;
    width: 100%;
}
.main_new_products {
    text-align: center;
    border-top: 1px solid #e1e8ed;
}

.head_banner #rating a {
    display: flex;
    height: 100%;
    padding: 2px 0;
}

.boxed_success, .boxed_warning, .boxed_attention {
    background-color: #39ccfc;
    color: #fff;
    border-color: #39ccfc;
    background-image: none;
    box-shadow: none;
    text-shadow: none;
    padding: 10px;
    border-radius: 3px;
    font-size: 14px;
    border-width: 0;
    -webkit-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
    border: 1px solid transparent;
}
.boxed_warning {
    background-color: #8e0e03;
    color: #fff;

}
.heading_box {
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 700;
    color: #fff;
    font-size: 16px;
    line-height: 22px;
    margin: 0px;
    overflow: hidden;
    position: relative;
}

#catalog_menu .add_menu:last-child > a.level_2 {
    border-bottom: 1px solid rgb(184, 184, 184);
}
.q_warning {
    color: #e20000;
    padding: 0 0 10px 0;
}