/*-----------------*/
/*----System-------*/
/*-----------------*/

html, body {
    width: 100% !important;
    line-height: normal;
    min-height: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.row-wrap > .row > .col {
    padding-right: 15px;
    padding-left: 15px;
}

.row-wrap > .row > .col.main, .row-wrap > .row > .col.full-width {
    padding-right: 0;
    padding-left: 0;
}

.tb_wt_block_group.row-wrap {
    margin-left: -15px;
    margin-right: -15px;
}

/*#wrapper.container-fluid {*/
    /*overflow-x: visible;*/
/*}*/

#wrapper:not(.container) > .tb_content_fixed:not([class*="tb_pl_"]):not([class*="tb_pr_"]),
#wrapper:not(.container) > :not(.container):not(.tb_width_fixed):not(.tb_content_fixed):not([class*="tb_pl_"]):not([class*="tb_pr_"]) > .tb_content_fixed:not([class*="tb_pl_"]):not([class*="tb_pr_"]),
#wrapper:not(.container) > :not(.container):not(.tb_width_fixed):not(.tb_content_fixed):not([class*="tb_pl_"]):not([class*="tb_pr_"]) > .row:not(.tb_separate_columns) > .col > .tb_content_fixed:not([class*="tb_pl_"]):not([class*="tb_pr_"]) {
    padding-left: 0;
    padding-right: 0;
}

blockquote, p, ul, ol, dl, address, blockquote, table, hr {
    margin-bottom: 0;
}

#content {
    /*padding-top: 20px !important;*/
    padding-bottom: 50px !important;
}

.breadcrumb {
    margin-top: 28px;
    margin-bottom: 53px !important;
    font-size: 14px;
}

.breadcrumb a {
    color: #636363;
}

h1  {
    text-align: center;
    font-size: 30px;
    color: #2F2F2F !important;
    font-weight: bold;
    line-height: normal;
}

.block-title {
    text-align: center;
    font-weight: bold;
    font-size: 36px;
    margin-bottom: 45px !important;
}



.tb_side_nav .tb_slider_controls {
    overflow: visible;
}

.tb_side_nav .tb_next, .tb_side_nav .tb_prev{
    background-color: transparent !important;
    opacity: 1;
    width: 60px;
}

.tb_side_nav .tb_next.tb_disabled , .tb_side_nav .tb_prev.tb_disabled {
    opacity: 0.5;
}

.tb_side_nav .tb_next {
    right: -80px !important;
}

.tb_side_nav .tb_prev:before, .tb_side_nav .tb_next:before {
    content: '';
    background-image: url('/image/icons/slide-prev-next.png');
    height: 100%;
    opacity: 1;
    background-size: cover;
}

.tb_side_nav .tb_prev {
    left: -80px !important;
}

.tb_side_nav .tb_next svg, .tb_side_nav .tb_prev svg {
    display: none;
}

/*Отзывы-модуль*/

.vertical-sreview.transition {
    overflow: hidden;
}

.vertical-sreview .rating {
    text-align: right;
}

.vertical-sreview-all { /*Кнопка больше в отзывах на главной*/
    pointer-events: initial !important;
}


/*Кнопки*/

#wrapper .btn,  .noty_buttons .btn:not(:hover):not(.btn-default), .noty_buttons .btn:hover:not(.btn-default)  {
    box-shadow: none;
    background: #7D2E2E !important;
    color: #fff !important;
    border-radius: 5px !important;
    z-index: 20;
}

#wrapper .btn:hover  {
    background: #652525 !important;
}

.help-block {
    display: none; /*HTML не поддерживается!*/
}

.tbMobileMenu > .row > .col {
    justify-content: flex-start;
}

.tbMobileMenu:not(.tbMobileCartMenu):before {
    content: '';
    position: absolute;
    width: 100%;
    height: 44px;
    background: #2F2F2F;
    left: 0;
    top: 0;
}

.tbMobileMenu .tb_system_search {
    opacity: 1;
    visibility: visible;
    position: static;
    margin-top: 10px !important;
}

.tbMobileMenu #search input {
    height: 45px;
    font-size: 18px;
    padding-left: 10px;
}

.tbMobileMenu #search_button_cloned:before  {
    content: '';
    position: absolute;
    width: 24px;
    height: 24px;
    right: 8px;
    top: 10px;
    background-image: url(/image/icons/search-dark.png);
    background-size: cover;
}

.tbMobileMenu .main-menu a {
    font-weight: 600;
}

.tbMobileMenu .top-menu a {
    font-weight: 400;
}

.tbMobileMenu .tb_wt_header_language_menu_system, .tbMobileMenu .tb_wt_header_currency_menu_system {
    flex: 0 0 48px !important;
    margin: 0 !important;
    top: -5px;
}

.tbMobileMenu .tb_wt_header_language_menu_system a, .tbMobileMenu .tb_wt_header_currency_menu_system a {
    color: #fff !important;
}

.tbMobileMenu  .dropdown a:after {
    opacity: 1 !important;
}
.rating {
    display: none !important;
}

/*-----------------*/
/*--- -HEADER------*/
/*-----------------*/

.row-top-menu {
    padding: 13px 0 !important;
}

.top-menu ul {
    justify-content: space-between;
}

.top-menu a {
    color: #444;
    font-weight: 300;
    font-size: 14px;
}

.top-menu a:hover {
    color: #7D2E2E;
}

.header-phone  {
    display: flex;
}

.header-phone a {
    font-weight: 900;
    font-size: 20px;
    line-height: 1;
    color: #444444 !important;
    position: relative;
    padding-left: 51px;
    margin-right: 30px;
}

.header-phone a:before  {
    content: '';
    position: absolute;
    left: 0;
    top: -5px;
    bottom: 0;
    margin: 0 auto;
    width: 28px;
    height: 28px;
    background-image: url('/image/icons/header-phone.png');
    background-size: contain;
}

.row-top-menu .tb_wt_header_language_menu_system, .row-top-menu .tb_wt_header_currency_menu_system {
    flex: 0 0 50% !important;
}

.tb_wt_header_language_menu_system .dropdown {
    top: -2px;
}

.tb_wt_header_language_menu_system img {
    width: 20px !important;
}

.row-header {
    background: #2F2F2F;
    padding: 7px 0 !important;
}

#wrapper #header .tbLogoCol {
    flex-direction: row;
}

#site_logo img {
    width: 100%;
}

.site-logo-mobile {
    display: none;
}

.main-menu {
    opacity: 1;
    transition: opacity 0.5s;
}

.search-opened .main-menu {
    opacity: 0;
}

.main-menu a {
    font-weight: 500;
    font-size: 22px;
    line-height: normal;
    color: #FFFFFF;
}
.main-menu a:hover , .main-menu .dropdown-menu a:hover {
    color: #fb6d51 !important;
}

.main-menu a:after {
    display: none ;
}

.main-menu > nav ul {
    justify-content: space-between;
}

#header .main-menu li:after {
    display: none !important;
}

.main-menu .dropdown-menu {
    background-color: #2f2f2f;
    box-shadow: 4px 8px 10px 1px rgba(0, 0, 0, 0.19);
    border-radius: 5px;
    left: -20px;
    padding-bottom: 30px;
}

.main-menu .dropdown-menu li {
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.22);
}

.main-menu .dropdown-menu a {
    color: #fff !important;
    font-weight: normal;
    font-size: 16px;
}

.header-buttons  {
    margin-left: 44px;
}

.header-buttons > div > div {
    flex-wrap: nowrap;
}

.price-button {
    display: none;
}

.header-buttons .search-button, .header-buttons .login-button {
    width: 36px;
    height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    cursor: pointer;
}

.header-buttons .search-button:before, .header-buttons .login-button:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url('/image/icons/search.png');
    background-repeat: no-repeat;
    background-size: contain;
}

.header-buttons .login-button {
    margin-left: 30px;
}

.header-buttons .login-button:before {
    background-image: url('/image/icons/login.png');
}

.header-buttons .seach-button {}

#header .tb_system_search {
    flex: 0 0 auto !important;
    position: absolute;
    left: -463px;
    top: 50% !important;
    transform: translateY(-50%);
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
}

#header.search-opened .tb_system_search {
    opacity: 1;
    visibility: visible;
}

#search input {
    height: 56px;
    border-radius: 5px !important;
    border: none !important;
    font-size: 22px;
    padding-left: 20px;
}

#search_button {
    height: 100%;
}

#search_button:before {
    content: '';
    position: absolute;
    width: 35px;
    height: 35px;
    right: 8px;
    top: 10px;
    background-image: url('/image/icons/search-dark.png');
}

/*Cart*/

#cart {
    margin-left: 29px;
}
#cart .heading  a {
    width: 41px;
    height: 36px;
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: center;
    padding-left: 45px;
}

#cart .heading  a:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url('/image/icons/cart.png');
    background-repeat: no-repeat;
    left: 0;
}

#cart .heading  .tb_items {
    font-size: 16px;
    font-weight: 500;
}

#cart .dropdown-menu {
    width: 570px;
}

#cart  .fa-shopping-cart {
    font-size: 33px;
}

#cart .content > p {
    font-size: 20px;
}

#cart .mini-cart-info {
    margin-bottom: 40px;
}

#cart .mini-cart-info tr {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fff !important;
    margin-bottom: 15px;
}

#cart td {
    width: auto;
    border: none;
    padding: 0 7px !important;
}

#cart .image {
    width: 150px;
}

#cart .image img {
    max-width: 100%;
    width: 100%;
}

#cart .name {
    width: 210px;
}

#wrapper #cart .remove button, #cart .remove button:hover {
    background: url(/image/icons/cart-trash.png) no-repeat !important;
    background-size: contain !important;
    width: 20px;
    height: 20px;
    background-color: transparent !important;
}

#cart .mini-cart-total, #cart .checkout {
    background: #ecf1f4 !important;
    padding: 20px 20px !important;
    width: auto;
    margin: 0 -20px 0;
}

 #cart .checkout {
     padding-top: 0 !important;
     margin-bottom: -20px;
}

#cart .mini-cart-total:before, #cart .checkout:before {
    display: none;
}

/*STICKY*/

#sticky_header {
    background: #2F2F2F;
}

#sticky_header .col {
    margin-left: 0;
    justify-content: center;
}

#sticky_header nav a {
    color: #fff !important;
    font-size: 16px;
    margin-right: 20px;
}

#sticky_header nav a:hover {
    color: #fb6d51 !important;

}

#sticky_header nav .dropdown-menu, #sticky_header nav li:after  {
    /*display: none !important;*/
}
.dropdown.tb_hovered:after {
    opacity: 0;
}

#sticky_header .header-phone a {
    color: #fff !important;
    font-size: 22px;
    padding-left: 41px;
}

#sticky_header .header-phone a:before {
    width: 22px;
    height: 22px;
    background-image: url(/image/icons/sticky-phone.png);
    top: 2px;
}


/*-----------------*/
/*----СТРАНИЦЫ-----*/
/*-----------------*/

/*ГЛАВНАЯ*/

.row-home-banner {
    padding-bottom: 52px !important;
    max-width: 1920px;
    margin: 0 auto;
    overflow: hidden;
}

/*.home-banner {*/

/*}*/

.home-banner .home-banner_item {
    height: 500px;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 0 90px;
}


.home-banner .home-banner_item.right {
    align-items: flex-end;
    text-align: right;
}

.home-banner .home-banner_item:first-child {
    background-image: url(/image/data/home-banner-1.jpg);
}

.home-banner .home-banner_item:nth-child(2) {
    background-image: url(/image/data/home-banner-2.jpg);
}

.home-banner .home-banner_item:nth-child(3) {
    background-image: url(/image/data/home-banner-3.jpg);
}

.home-banner_item.dark-friday {
    background: url(/image/catalog/baner-chernaya.jpg)no-repeat center/cover;
    text-align: center;
    justify-content: space-between;
    align-items: center;
    padding-top: 46px;
    padding-bottom: 53px;
}
.home-banner_item.action-slide {
    background: url(/image/data/action-slide-bg.jpg)no-repeat center/cover;
    text-align: center;
    justify-content: space-between;
    align-items: center;
    padding-top: 46px;
    padding-bottom: 53px;
}
.home-banner_item.сhemistry-slide {
    background: url(/image/catalog/banner-him.jpg)no-repeat center/cover;
    justify-content: flex-start;
    text-align: center;
    justify-content: space-between;
    align-items: center;
    padding-top: 46px;
    padding-bottom: 53px;
}

.сhemistry-slide .slide-title {
    font-size: 100px;
    line-height: 120px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    text-shadow: 1px 1px 3px #E8563F;
    margin-bottom: 20px !important;
    text-align: center;
}

.action-slide .slide-title {
    display: block;
    font-size: 100px;
    line-height: 110px;
    text-transform: uppercase;
    font-weight: 600;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
    background: linear-gradient(to right, rgba(255,0,0,1) 0%,rgba(72,10,10,1) 100%);
}

.slider-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    list-style: none !important;
    font-weight: bold;
    font-size: 42px !important;
    text-transform: uppercase;
    color: #424953;
    max-width: 1200px;
}
.slider-list li {
    display: flex;
    align-items: center;
    margin-right: 40px;
}
.slider-list li:nth-child(2), .slider-list li:nth-child(6) {
    color: #7D2E2E;
}
.slider-list li:nth-child(3), .slider-list li:nth-child(4) {
    color: #005B9D;
}
.slider-list li:before {
    content: '';
    display: block;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    background: #7D2E2E;
    margin-right: 8px;
}


.home-banner .home-banner_item div {
    font-weight: 900;
    font-size: 90px;
    color: #F9F9F9;
    text-shadow: 1.93471px 3.86942px 6.77149px rgba(0, 0, 0, 0.75);
    margin-bottom: 35px !important;
    line-height: 1.2;
    text-transform: uppercase;
}
.home-banner .home-banner_item div span {
    font-size: 72px;
    display: block;
    text-transform: initial;
}

.home-banner .btn {
    width: 294px;
    height: 59px;
    line-height: 59px;
    font-size: 24px;
}

.mobile-categories {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.mobile-categories .mobile-categories_item {
    width: calc(16%);
    background: #F1F1F1;
    margin-bottom: 4px;
    padding: 10px 3px;
    display: flex;
    flex-direction: column;
	border: 4px solid #F1F1F1;
	transition: all 1s ease-out;
}
.mobile-categories .mobile-categories_item:hover{
	border: 4px solid #959595;
}
.mobile-categories_item a {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}
.mobile-categories_item span {
    width: 100%;
    text-align: center;
    display: block;
    margin-top: 10px;
}
.mobile-categories_title {
    text-align: center;
    margin-top: 10px;
    font-weight: 500;
    font-size: 22px;
}
.row-home-about-us {
    padding-top: 79px !important;
    padding-bottom: 79px !important;
}

.home-about-us {
    display: flex;
}

.home-about-us_img {
    width: 58%;
}

.home-about-us_img img {
    width: 100%;
    display: block;
}

.home-about-us_text {
    width: 42%;
    background: #2F2F2F;
    padding: 30px 15px 30px 30px;
    color: #fff;
}

.home-about-us_text h3 {
    font-weight: 500;
    font-size: 24px;
    color: #fff;
}

.home-about-us_text p {
    font-size: 16px;
    line-height: 28px;
    margin: 27px 0 60px;
}

.home-about-us_text a {
    width: 200px;
    height: 45px;
    border: 1px solid #FFF5F2;
    box-sizing: border-box;
    border-radius: 5px;
    color: #fff !important;
    display: block;
    font-size: 18px;
    line-height: 45px;
    text-align: center;
}
/**/

/*.row-home-gallery {*/
    /*padding-top: 77px !important;*/
    /*padding-bottom: 83px !important;*/
/*}*/

/*.home-swiper-container .swiper-slide {*/
    /*width: auto;*/
/*}*/

/*.home-swiper-container .swiper-wrapper {*/
    /*display: flex;*/
/*}*/

/*.home-swiper-container .swiper-wrapper * {*/
    /*height: 380px;*/
/*}*/

/*.home-swiper-container .swiper-wrapper img {*/
    /*width: 100% !important;*/
/*}*/

/*.home-swiper-container .swiper-wrapper img {*/
    /*object-fit: cover;*/
/*}*/

/**/

.row-home-stories {
    padding-top: 50px !important;
}

.row-home-stories .tb_article > div{
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    background-color: #F5F5F5;
    overflow: hidden;
    height: 100%;
}

.row-home-stories .thumbnail {
    padding: 30px;
    background-color: #fff;
    margin: 0;
    float: none;
}

.row-home-stories .thumbnail:before, .row-home-stories .tb_meta  {
    display: none !important;
}

.row-home-stories .tb_item_info {
    padding: 30px;
}

.row-home-stories .story-title {
    font-weight: 500;
    font-size: 18px;
    line-height: 25px;
}

.row-home-stories .tb_description {
    font-size: 14px;
    line-height: 20px;
    margin: 20px 0 10px;
}

.row-home-stories .tb_item_info > a {
    line-height: 17px;
    color: #9E9E9E;
    text-decoration: underline;
}


.row-home-stories .tb_meta {
    line-height: 17px;
    color: #9E9E9E;
    text-decoration: underline;
}

/*КАТЕГОРИИ*/

.left-menu  {
    /*margin: 126px 0 0 14px;*/
}

.left-menu .panel-title span {
    font-weight: 500;
    font-size: 24px;
}

.left-menu li {
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 20px;
}
.left-menu li .dropdown-menu {
    display: none;
}

.left-menu li a:hover, .left-menu li a.active {
    color: #7D2E2E;
    transition: none !important;
}

#wrapper .tb_listing_options {
    border: none;
    background-color: transparent;
}

.product-filter {
    justify-content: flex-end;
    align-items: flex-end;
}

.product-filter .limit,.product-filter .sort {
    display: flex;
    flex-direction: column;
    margin-right: 30px;
    font-size: 14px;
    color: #444444;
    padding: 0;
}

.product-filter  select {
    background: #FFFFFF !important;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
    border-radius: 5px !important;
    height: 30px;
    margin: 0;
   border: none;
}

.product-filter .display {
    flex-grow: 0;
    display: flex;
    margin: 0;
    padding: 0;
}

.product-filter .display a {
    width: 59px;
    height: 30px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
}

.product-filter .display a:before {
    content: '';
    width: 18px;
    height: 18px;
    display: block;
    opacity: 0.4;
}

.product-filter .display a:first-child:before {
    background-image: url("/image/icons/style-grid.png");
}

.product-filter .display a:last-child:before {
    background-image: url("/image/icons/style-list.png");
}

.product-filter .display a.tb_main_color {
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
}

.product-filter .display a.tb_main_color:before {
    opacity: 1;
}

.product-thumb .options, .product-thumb .tb_label_stock_status  {
    display: none !important;
}

#wrapper .product-thumb {
    background: #FFFFFF;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    padding: 71px 25px 43px !important;
	transition: all 1s ease-out;
}
#wrapper .product-thumb:hover{
	box-shadow: 0px 0px 6px rgba(0, 0, 0, 1);
}

.product-thumb > div {
    max-width: 400px;
    margin-left: auto !important;
    margin-right: auto !important;
    display: contents;
}

.product-thumb .image_slide {
    display: none;
    transition: 0.5s;
    margin-bottom: 20px;
}

.product-thumb .image_slide.active {
    display: block;
}

.product-thumb .prev-slide-image {
    display: block !important;
    position: absolute;
    width: 20px;
    height: 20px;
    z-index: 1;
    font-size: 40px;
    color: #ccc;
    top: 150px;
    left: 0;
    cursor: pointer;
}

.product-thumb .next-slide-image {
    display: block !important;
    position: absolute;
    width: 20px;
    height: 20px;
    z-index: 99;
    font-size: 40px;
    color: #ccc;
    top: 150px;
    right: 0px;
    cursor: pointer;
}

.product-thumb .caption {
    justify-content: space-between;
}

.product-thumb .product-name {
    font-weight: 500;
    /*font-size: 30px;*/
    font-size: 25px;
    justify-content: center !important;
    margin-top: 47px;
    text-align: center;
}

.product-thumb .wm-attributes-wrap {
    font-weight: 500;
    font-size: 18px;
    justify-content: center !important;
    display: none !important;
}

.product-thumb .wm-attributes-wrap div div:not(:first-child){
    display: none;
}

.product-thumb .price-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between !important;
    padding: 0px 6px;
}

.product-thumb .price {
    width: 100%;
    font-weight: bold;
    font-size: 22px;
    text-align: center;
    margin: 8px 0 24px;
}

.product-thumb .quantity_div {
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    width: 145px;
    height: 45px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #444444;
    font-size: 16px;
    font-weight: 500;
}

.product-thumb .quantity_div span {
    width: 55px;
    cursor: pointer;
}

.product-thumb .quantity_div input {
    width: auto !important;
    text-align: center;
    border: none;
    background: transparent;
    padding: 0;
}

.product-thumb .tb_button_add_to_cart a {
    width: 180px;
    height: 45px;
    font-size: 20px;
    line-height: 45px;
}

.tb_list_view .product-thumb .product-name {
    margin-top: 0;
    text-align: left;
}

#wrapper .tb_list_view .product-thumb {
    padding: 60px 20px !important;
}

.tb_list_view .product-thumb .price {
    text-align: left;
    order: 0 !important;
    margin-bottom: 15px !important;
}

.tb_list_view .product-thumb .tb_button_add_to_cart .btn {
    top: 0 !important;
    display: inline-block;
}

.tb_list_view .product-thumb .tb_button_add_to_cart .btn:before {
    display: none;
}

/*СТРАНИЦА ТОВАРА*/

#product_images {
    padding: 0 !important;
}

#product_images .tb_slides {
    margin: 0 !important;
    position: static;
}

#product_images .mightySlider .frame {
    height: 400px !important;
    margin-bottom: 50px;
}

.row-product-info h1 {
    margin-top: 50px;
    text-align: left;
}

.row-product-info .tb_button_wishlist a {
    position: relative;
}

.row-product-info .tb_button_wishlist a:before {
    content: '';
    position: absolute;
    width: 28px;
    height: 26px;
    background-image: url(/image/icons/button-wishlist.png);
    top: -5px;
    left: 0;
}

.row-product-info .tb_button_wishlist a {
    font-size: 16px;
    padding-left: 43px;
}

.row-product-info .product-attributes  {
    margin: 16px 0 41px;
}

.row-product-info .product-attributes > div {
    font-size: 18px;
    margin-bottom: 11px;
}

.row-product-info .product-attributes span:first-child {
    color: #615B5A;
    margin-right: 10px;
}

.tb_system_product_price {
    display: flex !important;
}

.tb_system_product_price .price {
    flex-basis: auto !important;
    flex-grow: 0 !important;
}

.tb_system_product_price #price {
    font-weight: bold;
    font-size: 36px;
    line-height: normal;
}

.tb_system_product_price .tb_input_wrap {
    flex-basis: auto !important;
    flex-grow: 0 !important;
    margin-left: 20px;
}

#wrapper .tb_system_product_price .btn, .tb_system_product_price .input-group {
    background: transparent !important;
    color: #444444 !important;
    border: none;
    font-weight: 500;
    font-size: 18px;
    text-align: center;
}

.tb_system_product_price .input-group {
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    width: 145px;
}

.tb_system_product_price .input-group .form-control {
    text-align: center;
}

.row-product-info #button-cart {
    width: 295px;
    height: 57px;
    line-height: 57px !important;
    font-size: 24px;
    margin-top: 26px;
}

.row-product-tabs {
    margin-bottom: 110px;
}

.row-product-tabs .nav-tabs {
    background: rgba(87, 87, 87, 0.07) !important;
    justify-content: center;
    font-weight: 500;
    font-size: 36px;
    border: none;
    padding: 13px 0;
}

.row-product-tabs .nav-tabs li {
    border: none;
    background-color: transparent !important;
    margin: 0 64px !important;
}

.row-product-tabs .nav-tabs li.active {
    color: #7D2E2E !important;
}

.row-product-tabs .tab-content {
    max-width: 800px;
    margin: 0 auto;
}

.row-product-tabs .tb_product_description {
    font-size: 18px;
}

.product-short-description .short_description {
    display: block !important;
    font-size: 18px;
}

.row-product-tabs .video-wrap {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}

.row-product-tabs .video-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*Оформление заказа*/

.simple-content {
    margin-top: 60px;
}

.simple-content .checkout-heading {
    background-color: transparent;
    border: none;
    font-weight: 500;
    font-size: 24px;
    text-align: center;
    color: #000 !important;
}

.simple-content .checkout-heading:before {
    display: none;
}

#simplecheckout_step_menu {
    display: none;
}

#simplecheckout_cart {
    max-width: 1430px;
    margin: 0 auto;
}

#simplecheckout_cart .input-group.btn-block {
    background: #fff;
    border: none;
}

#simplecheckout_cart td.quantity button,#simplecheckout_cart td.quantity button:hover {
    background: #E5E5E5 !important;
    border-radius: 5px;
    width: 38px;
    height: 33px;
    color: inherit !important;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: normal;
}

#simplecheckout_cart .form-control {
    text-align: center;
}

#simplecheckout_cart .simplecheckout-cart th, #simplecheckout_cart .simplecheckout-cart td {
    border: 1px solid #CFCFCF;
    vertical-align: middle !important;
    text-align: center !important;
    font-size: 18px !important;
    font-weight: normal !important;
    color: #2F2F2F;
    padding: 35px 21px;
}

#simplecheckout_cart .simplecheckout-cart th {
    font-weight: 500 !important;
    padding-top: 13px;
    padding-bottom: 13px;
    background: #F1F1F1;
}

#simplecheckout_cart .simplecheckout-cart td.remove button {
    background-color: transparent !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

#simplecheckout_cart .simplecheckout-cart td.remove button:before {
    content: '';
    position: absolute;
    width: 32px;
    height: 32px;

    background-image: url('/image/icons/cart-delete.png');
}

#simplecheckout_cart #total_sub_total {
    display: none;
}

#simplecheckout_cart #total_total {
    background: #F1F1F1;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 16px 130px 16px 0;
}

#simplecheckout_cart #total_total span {
    font-size: 18px;
    color: #2F2F2F;
    font-weight: bold;
}


#simplecheckout_cart #total_total .simplecheckout-cart-total-value {
    font-size: 30px;
    font-weight: normal;
    margin-left: 27px;
}
/**/

.simplecheckout .form-group {
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
}

.simplecheckout .form-group > * {
    width: 100%;
    max-width: 100%;
}

.simplecheckout fieldset {
    margin-bottom: 0;
}

.simplecheckout input[type="text"]:not([name*='quantity']), .simplecheckout input[type="email"] , .simplecheckout input[type="tel"],
.simplecheckout textarea, .simplecheckout input[type="password"], .simplecheckout select {
    border: 1px solid #CFCFCF !important;
    border-radius: 10px !important;
    height: 50px;
    line-height: 50px;
    background: #fff !important;
    padding: 0 10px;
    width: 100%;
    align-items: center !important;
}

.simplecheckout textarea {
    height: 200px;
}

.simplecheckout .radio {
    font-size: 18px;
    margin-bottom: 11px;
}

.simplecheckout .radio label {
    position: relative;
    padding-left: 66px;
    cursor: pointer;
}

.simplecheckout .radio label:before {
    content: '';
    position: absolute;
    width: 32px;
    height: 32px;
    left: 0;
    top: -6px;
    border-radius: 50%;
    border: 1px solid #CFCFCF;
}

.simplecheckout .radio label.checked:after {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    left: 12px;
    top: 6px;
    border-radius: 50%;
    background-color: #7D2E2E;
}

.simplecheckout .radio input  {
    position: absolute;
    left: -9999px;
}

.simplecheckout .form-group label {
    min-height: 18px !important;
    font-weight: 300;
    font-size: 14px;
    margin-left: 6px !important;
}

.simplecheckout .required > label:before {
    display: none;
}

#simplecheckout_customer, #simplecheckout_customer + .simplecheckout-block-content, #simplecheckout_shipping, #simplecheckout_payment, #simplecheckout_shipping_address,
#simplecheckout_comment {
    max-width: 606px;
    margin: 0 auto 28px;
    color: #000;
}

#simplecheckout_customer .checkout-heading {
    display: flex;
    flex-direction: column;
}

#simplecheckout_customer .checkout-heading-button {
    display: flex !important;
    justify-content: space-between;
    margin-top: 46px;
}

#simplecheckout_customer .checkout-heading-button div * {
    position: static;
    border: 1px solid #7D2E2E;
    box-sizing: border-box;
    border-radius: 10px;
    font-size: 18px;
    text-transform: initial;
    width: 268px !important;
    height: 50px !important;
    line-height: 50px !important;
    display: block;
    cursor: pointer;
    font-weight: normal;
}

#simplecheckout_customer .form-horizontal .row-customer_register {
    display: none;
}

#simplecheckout_customer  .row-customer_register  {
    margin-top: 8px;
}

#simplecheckout_customer  .row-customer_register label {
    font-weight: 500;
    font-size: 18px;
    padding-left: 28px;
    cursor: pointer;
}

#simplecheckout_customer  .row-customer_register label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 1px;
    width: 35px;
    height: 35px;
    border: 1px solid #646464;
    border-radius: 6px;
}

#simplecheckout_customer  .row-customer_register label.checked:before {
    background-image: url('/image/icons/checkbox-checked.png');
    background-repeat: no-repeat;
    background-position: 4px 6px;
}

#simplecheckout_customer  .row-customer_register label input {
    position: absolute;
    left: -9999px;
}

#simplecheckout_shipping_address {
    padding: 0 42px;
    margin-left: 36px;

}

 /**/

.simplecheckout-button-block.buttons {
    display: flex;
    justify-content: center;
}

.simplecheckout-button-block.buttons:before {
    display: none;
}

#buttons  a  {
    width: 295px;
    height: 57px !important;
    line-height: 57px !important;
    font-size: 24px !important;
    margin: 70px 19px 0 !important;
}

#buttons #simplecheckout_button_back,  #simplecheckout_button_back:hover  {
    background-color: #2F2F2F !important;
}

#simplecheckout_button_prev {
    display: none !important;
}

/*SUCCESS*/

.checkout-success h1 {
    display: none;
}

.checkout-success .success-wrap  {
    text-align: center;
    max-width: 500px;
    margin: 0 auto;
}

.checkout-success .success-wrap h3 {
    font-weight: 500;
    font-size: 36px;
    line-height: normal;
    color: #7D2E2E;
}

.checkout-success .success-wrap span {
    font-weight: 500;
    font-size: 24px;
    line-height: normal;
    margin: 30px 0 22px;
    display: block;
}

.checkout-success .success-wrap p {
    font-size: 18px;
    line-height: normal;
}

/*АВТОРИЗАЦИЯ*/

.account-login .buttons {
    margin-top: 0 !important;
}

/*КОНТАКТЫ*/

.contacts {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 995px;
    margin: 66px auto 60px !important;
}

.contacts .contacts_item {
    width: 42%;
    position: relative;
    padding-left: 110px;
    margin-bottom: 31px;
}

.contacts .contacts_item:before {
    content: '';
    position: absolute;
    left: 5px;
    top: 6px;
    width: 80px;
    height: 80px;
    background-image: url('/image/icons/contacts.png');
    background-repeat: no-repeat;
}

.contacts .contacts_item:nth-child(2):before {
    background-position: -81px 0;
}

.contacts .contacts_item:nth-child(3):before {
    background-image: url(/image/icons/contacts-one.png);
    background-position: 0 0;
}

.contacts .contacts_item:nth-child(4):before {
    background-position: -272px 0;
}

.contacts .contacts_title {
    font-weight: 500;
    font-size: 24px;
    margin-bottom: 13px;
}

.contacts .contacts_text {
    font-size: 18px;
    line-height: 25px;
}

.contacts .contacts_text a {
    display: block;
}

.contacts-map {
    width: 1080px;
    height: 479px;
    border-radius: 7px;
    border: 16px solid #615B5A;
    margin: 0 auto 65px !important;
}

.contacts-map iframe {
    width: 100%;
    height: 100%;
}


/*О НАС*/

.about-us {
    display: flex;
    margin-top: 79px;
    margin-bottom: 220px !important;
}

.about-us_img  {
    min-width: 58.33%;
}

.about-us_img  img {
    width: 100%;
}

.about-us h3 {
    font-weight: 500;
    margin-bottom: 42px;
    font-size: 24px;
}

.about-us_text {
    font-size: 18px;
    padding: 0 49px;
}

.about-us_text span {
    display: block;
}



/*ОПЛАТА ДОСТАВКА*/

.delivery-items {
    margin-top: 71px;
    max-width: 870px;
    font-size: 18px;
}

.delivery-item {
    margin-bottom: 78px;
    position: relative;
}

.delivery-item:not(:last-child):before {
    content: '';
    position: absolute;
    left: -119px;
    top: 63px;
    width: 88px;
    height: 88px;
    background-image: url('/image/icons/delivery-item.png');
    background-repeat: no-repeat;
}

.delivery-item:nth-child(2):before {
    background-position: -3px -94px;
}


.delivery-item:nth-child(3):before {
    background-position: -3px -188px;
}

.delivery-item_title {
    font-weight: bold;
    font-size: 24px;
    color: #2F2F2F;
    text-align: center;
    margin-bottom: 35px !important;
}

.delivery-item > div {
    margin-bottom: 21px;
}

.delivery-item li {
    position: relative;
    padding-left: 24px;
}

.delivery-item li:before {
    content: '';
    position: absolute;
    left: 5px;
    top: 7px;
    width: 10px;
    height: 10px;
    background: #615B5A;
    border-radius: 50%;
}

.delivery-item span {
    font-weight: 500;
}

/*ВОЗВРАТ*/

.returns {
    max-width: 853px;
    margin: 100px auto 120px !important;
    font-size: 18px;
    position: relative;
}
.returns:before {
    content: '';
    position: absolute;
    width: 80px;
    height: 80px;
    left: -100px;
    background-image: url('/image/icons/returns.png');
}

.returns p, .returns li  {
    margin-bottom: 20px;
}

.returns li {
    position: relative;
    text-indent: 20px;
}

.returns li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 5px;
    width: 10px;
    height: 10px;
    background: #615B5A;
    border-radius: 50%;
}

/*ФОТО*/

.gallery-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 50px;
}

.gallery-wrap a {
    width: calc(25% - 30px);
    margin-bottom: 30px;
}

.gallery-wrap img {
    height: 100%;
    object-fit: cover;
    max-height: 210px;
    width: 100%;
    object-position: top;
}

.mfp-wrap .mfp-container button.mfp-close {
    background-color: transparent !important;
}

/*ВИДЕО*/

.video {
    display: flex;
    flex-wrap: wrap;
    margin: 50px  -15px 0;
}

.video-item {
    width: calc(25% - 30px);
    margin:0 15px 30px;
}

.video-wrap {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}

.video-item iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*ВОПРОС ОТВЕТ*/

.accordion {
    margin-top: 50px;
}

.accordion a {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 15px 40px 15px 0;
    font-size: 24px;
    font-weight: 500;
    border-bottom: 1px solid #e5e5e5;
}

.accordion a:hover,
.accordion a:hover::after {
    cursor: pointer;
    color: #7D2E2E;
    text-decoration: none;
}

.accordion a:hover::after {
    border: 1px solid #7D2E2E;
}

.accordion a.active {
    color: #7D2E2E;
    border-bottom: 1px solid #7D2E2E;
}

.accordion a::after {
    content: '+';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    font-size: 1.5rem;
    color: #7D2E2E;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid #7D2E2E;
    display: flex;
    align-items: center;
    justify-content: center;

}

.accordion a.active::after {
    content: '-';
    border: 1px solid #7D2E2E;
}

.accordion .content {
    opacity: 0;
    max-height: 0;
    border-bottom: 1px solid #e5e5e5;
    overflow: hidden;
    transition: all 0.2s;
}

.accordion .content p {
    font-size: 20px;
    font-weight: 400;
}

.accordion .content.active {
    padding: 13px 0;
    opacity: 1;
    max-height: 100%;
}

/*СЕРТИФИКАТЫ*/

.certificate-wrap {
    display: flex;
    margin-top: 50px;
    justify-content: center;
}

.certificate-wrap div {
    padding: 50px;
    background: #dadada;
}

.certificate-wrap img {
    width: 100%;
    max-width: 800px;
}

/*НОВОСТИ*/

.stories-index .tb_article > div{
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    background-color: #F5F5F5;
    overflow: hidden;
    height: 100%;
}

.stories-index .thumbnail {
    padding: 30px;
    background-color: #fff;
    margin: 0;
    float: none;
}

.stories-index .thumbnail:before, .stories-index .tb_meta  {
    display: none !important;
}

.stories-index .tb_item_info {
    padding: 30px;
}

.stories-index .story-title {
    font-weight: 500;
    font-size: 18px;
    line-height: 25px;
}

.stories-index .tb_description {
    font-size: 14px;
    line-height: 20px;
    margin: 20px 0 10px;
}

.stories-index .tb_item_info > a {
    line-height: 17px;
    color: #9E9E9E;
    text-decoration: underline;
}

.stories-index .tb_meta {
    line-height: 17px;
    color: #9E9E9E;
    text-decoration: underline;
}

/*НОВОСТЬ*/

.stories-show h1 {
    margin-bottom: 50px !important;
}

.stories-show .thumbnail {
    float: left;
    margin: 0 30px 30px 0 !important;
}

.stories-show .tb_article .thumbnail span {
    padding-top: 0 !important;
    height: auto;
}

.stories-show .tb_article .thumbnail img {
    margin-top: 0 !important;
}

.stories-show .tb_article .tb_text_wrap{
    font-size: 22px;
}

#review .pagination > * {
    margin-left: 10px;
}
.pagination {
    display: flex;
}

/*------------------------*/
/*---------FOOTER---------*/
/*------------------------*/

#footer {
    background: #2F2F2F;
    padding-top: 30px;
    padding-bottom: 37px;
}

#footer, #footer a  {
    color: #FFF5F2;
    font-size: 14px;
}

#footer a:hover {
    color: #fb6d51;
}

.footer-logo {
    text-align: center;
    margin-bottom: 20px;
}

.footer-logo img {
    max-width: 228px;
    width: 100%;
}

.footer-contacts {
    margin-left: 8px;
    padding-left: 45px;
    position: relative;
}


.footer-contacts:before {
    content: '';
    position: absolute;
    left: 0;
    top: 4px;
    width: 35px;
    height: 35px;
    background-image: url('/image/icons/footer-contacts.png');
}

.footer-contacts a {
    display: block;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 4px;
}

.footer-adress, .footer-schedule {
    line-height: 19px;
    padding-left: 36px;
    position: relative;
}

.footer-adress:before, .footer-schedule:before {
    content: '';
    position: absolute;
    left: 0;
    top: 1px;
    width: 27px;
    height: 27px;
}

.footer-adress:before {
    background-image: url('/image/icons/footer-adress.png');
}

.footer-schedule:before {
    background-image: url('/image/icons/footer-schedule.png');
}

.footer-adress {
    margin-top: 12px;
    margin-bottom: 19px;
}

.footer-list_wrap {
    display: flex;
    margin-top: 12px;
    justify-content: space-between;
}

.footer-list span {
    font-size: 16px;
    margin-bottom: 24px;
    display: block;
}

.footer-list {
    width: 33%;
}

.footer-list:last-child {
    width: 16%;
}

.footer-list li {
    margin-bottom: 18px;
}

.footer-callback {
    background: #F5F5F5;
    border-radius: 10px;
    margin: 0 54px;
    padding: 21px 33px 24px;
}

.footer-callback .form-title {
    font-weight: 500;
    font-size: 18px;
    line-height: 25px;
    color: #000000;
    text-align: center;
    margin-bottom: 12px;
}

.footer-callback .form-group  {
    position: relative;
}


.footer-callback .text-danger  {
    bottom: -2px;
    margin: 0;
}

.footer-callback .form-group > label {
    display: none;
}

.footer-callback input, .footer-callback select {
    background: #FFFFFF;
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.18);
    border-radius: 10px !important;
    border: none;
    margin-bottom: 12px;
    height: 37px;
}

.footer-callback .text-danger {
    position: absolute;
}

.footer-callback .buttons {
    margin: 0;
    padding: 0;
}

.footer-callback .btn {
    height: 37px !important;
    border-radius: 10px !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

footer {
    background-color: #000;
    padding: 10px 20px !important;
}

footer .col > div  {
    display: flex;
    align-items: center;
}

footer .col > div > div {
    flex: 0 0  50% !important;
    font-size: 12px;
}

footer #copy {
    text-align: left;
    font-size: 12px;
}

footer .wm-logo p {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

#language .dropdown {
    margin-left: -30px;
    margin-top: 1px;
}
#language .dropdown:first-child > a:not(.tb_no_caret):after, .dropdown-toggle:after {
    margin-top: 1px;
}
.checkout-success #content {
    position: relative;
    padding-bottom: 300px !important;
}
.checkout-success #content #PageTitleSystem_HtSSFbpv {
    position: absolute;
    bottom: 85px;;
    left: 50%;
    transform: translate(-50%, 0);
    width: 748px;
}
.checkout-success #content #PageTitleSystem_HtSSFbpv .home {
    display: block;
    text-align: center;
    margin-top: 30px;
    font-size: 24px;
    line-height: 28px;
    color: #000000;
    position: relative;
}
.checkout-success #content #PageTitleSystem_HtSSFbpv .btn {
    background: transparent!important;
    border: 1px solid #7D2E2E;
    font-size: 18px;
    line-height: 21px;
    color: #444444 !important;
    box-sizing: border-box;
    padding-top: 10px;
    margin-right: 30px;
    height: 50px;
    position: relative;
}
.checkout-success #content #PageTitleSystem_HtSSFbpv .white {
    display: none;
}
.checkout-success #content #PageTitleSystem_HtSSFbpv a:first-child:before {
    background-image: url(/image/icons/print-one-white.svg);
}
.checkout-success #content #PageTitleSystem_HtSSFbpv .btn:hover {
    background-color: #7D2E2E !important;
    color: #fff !important;
}
.checkout-success #content #PageTitleSystem_HtSSFbpv .btn:hover .usuall {
    display: none;
}
.checkout-success #content #PageTitleSystem_HtSSFbpv .btn:hover .white {
    display: inline-block;
}
.checkout-success #content #PageTitleSystem_HtSSFbpv p {
    font-size: 18px;
    line-height: normal;
    text-align: center;
    margin-bottom: 33px;
}
.checkout-success #content #PageTitleSystem_HtSSFbpv img {
    margin-right: 17px;
    vertical-align: middle;
}
.checkout-success #content #PageTitleSystem_HtSSFbpv .home:before {
    content: "";
    display: block;
    position: absolute;
    width: 245px;
    height: 1px;
    background-color: #000;
    bottom: -7px;
    left:50%;
    transform: translate(-50%, 0);
}
.checkout-success #content #PageTitleSystem_HtSSFbpv .home:hover {
    color: #7D2E2E
}
.btns-success {
    display: flex;
    justify-content: center;
}
.tb_grid_view:not(.tb_style_plain) .product-thumb .price {
    order: -1;
    margin-bottom: 20px;
}

.account-success  .btns-success {
    display: none;
}
.mobile-show {
    display: none;
}

form .well-sm {
    height: auto !important;
}
.well .checkbox {
    padding: 0;
    min-height: auto;
    margin-bottom: 12px;
}
.well .checkbox label {
    display: flex;
    font-size: 16px;
    line-height: 24px;
    position: relative;
    padding-left: 26px;
}
.well .checkbox input {
    position: absolute;
    top: 9px;
    left: 0;
    width: 16px;
    height: 16px;
}
form h3 {
    font-size: 24px;
}

#bottom-limit {
    margin-left: auto;
}
#bottom-limit .limit {
    /*flex-direction: row;*/
    margin-right: 0;
    margin-left: 0;
}
#bottom-limit select {
    width: 85px;
    padding: 0;
    /*margin-left: 15px;*/
}
.pagination {
    overflow: visible;
}
.mobile-basket-counter {
    position: absolute;
    top: 5px;
    right: 0;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #fff;
    color: #000;
    line-height: 18px;
    font-size: 10px;
}
.home-banner .swiper-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -30px;
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
}
.home-banner .swiper-pagination-bullet {
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: rgba(255,255,255, .5);
    cursor: pointer;
    margin: 0 7px;
}
.home-banner .swiper-pagination-bullet-active {
    background: #FFF5F2;
}

#header .social-list {
    width: 132px;
}

.social-list {
    display: flex;
    align-items: center;
    list-style: none !important;
    margin-left: 0 !important;
}
.social-list li {
    display: block;
    list-style: none !important;
}

.social-list-item {
    display: flex !important;
    justify-content: center;
    align-items: center;
    width: 28px;
    min-width: 28px;
    height: 28px;
    border-radius: 3px;
    margin: 0 8px;
}
.social-list-item svg{
    display: block;
    width: 20px;
    height: 20px;
    color: #fff;
}

.whatsapp-link {
    background: #4CAF50;
}
.whatsapp-link:active {
    background: #4CAF50;
}
.viber-link {
    background: #7D3DAF;
}
.viber-link:active {
    background: #7D3DAF;
}
.telegram-link {
    background: #039BE5;
}
.telegram-link:active {
    background: #039BE5;
}
.contacts-phone-list {
    list-style: none !important;
}
.contacts-phone-list>li {
    list-style: none !important;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.contacts-phone-list .social-list-item {
    margin: 0 4px;
}
.contacts-phone-list .social-list {
    margin-left: 10px !important;
}

.tbMobileShow .panel-body.tb_text_wrap {
    display: flex;
    align-items: center;
}

.mobile-icon {
    display: none !important;
}
.desktop-icon {
    display: inline-block;
}

#System_AjhQOL5E .buttons .pull-right {
    justify-content: flex-start;
    padding-left: 30px;
}
/*/budforma.com/www/catalog/view/theme/BurnEngine/image/new-item.svg*/


/*.social-list-item.whatsapp-link {*/
    /*position: relative;*/
/*}*/
/*.social-list-item.whatsapp-link svg {*/
    /*display: none;*/
/*}*/
/*.social-list-item.whatsapp-link:before {*/
    /*content: '';*/
    /*position: absolute;*/
    /*top: 0;*/
    /*left: 0;*/
    /*width: 100%;*/
    /*height: 100%;*/
    /*background: url(/image/icons/whatsapp-brands.svg) no-repeat center/16px;*/
/*}*/
/*.mSPages {*/
    /*padding: 0;*/
    /*bottom: 50px;*/
/*}*/

.product-thumb .tb_label_new {
    font-size: 0;
    width: 50px;
    height: 50px;
    background: url(/catalog/view/theme/BurnEngine/image/new-item.svg)no-repeat center/50px;
    background-color: transparent !important;
}

.mSPages {
    padding-top: 0;
    bottom: 70px;
}

.scroll-block {
    max-height: 424px;
    padding-right: 15px;
}
.article-block {
    color: #fff;
}
.article-block p {
    margin-top: 0 !important;
    line-height: 24px !important;
    margin-bottom: 15px !important;
}
.home-about-us_text {
    color: rgba(255,255,255, 0.9) !important;
}
.home-about-us_text h1, .home-about-us_text h2, .home-about-us_text h3, .home-about-us_text h4, .home-about-us_text h5 {
    color: rgba(255,255,255, 0.9); !important;
}
.home-about-us_text h4 {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 15px !important;
    text-decoration: underline;
}
/*------------------------*/
/*----------MEDIA---------*/
/*------------------------*/

/*MAX-1749*/

@media (max-width: 1749px) {
    .row-product-info h1 {
        font-size: 29px;
    }
    .row-product-info .row .col_Ads1r {
        display: none;
    }
    .tb_system_product_price #price {
        font-size: 29px;
    }
    .row-product-tabs .nav-tabs span {
        font-size: 29px;
    }
    .row-product-info #button-cart {
        width: 256px;
        font-size: 22px;
    }

    .breadcrumb {
        margin-top: 18px;
        margin-bottom: 30px !important;
    }

    #sticky_header nav a {
        font-size: 12px;
        margin-right: 16px;
    }
    #sticky_header #cart .heading a:before {
        background-size: 25px;
        background-position: center;
    }

    #sticky_header .header-phone a {
        font-size: 13px;
        padding-left: 30px;
    }

    #sticky_header .header-phone a:before {
        top: -5px;
    }

    #sticky_header #cart {
        left: -35px;
        position: relative;
    }
    .header-phone a {
        font-size: 16px;
        padding-left: 46px;
        margin-right: 22px;
    }

    .top-menu a {
        font-size: 12px;
    }

    .main-menu  {
        max-width: 1030px;
    }

    .main-menu a {
        font-size: 16px;
    }

    .header-buttons > div > div > div:first-child {
        width: 113px;
        flex-shrink: 0;
        flex-basis: auto;
    }

    .header-buttons {
         margin-left: 0;
    }

    .header-buttons .login-button {
        margin-left: 17px;
    }

    #search input {
        height: 55px;
    }

    #search_button:before {
        top: 9px;
    }

    #cart {
        margin-left: 0;
    }

    .tb_side_nav .tb_next, .tb_side_nav .tb_prev {
        width: 40px;
        height: 50px;
    }

    .tb_side_nav .tb_prev {
        left: 10px !important;
    }

    .tb_side_nav .tb_next {
        right: 10px !important;
    }

    /**/

    #wrapper .product-thumb {
        padding: 60px 8px 30px !important;
        /*margin-bottom: 30px;*/
    }

    #wrapper .tb_list_view .product-thumb {
        padding: 30px 10px !important;
    }

    .tb_list_view .product-thumb .tb_button_add_to_cart .btn {
        margin-top: 15px;
    }

    .tb_list_view .product-thumb .price-wrap {
        flex-direction: column;
    }

    .home-banner .home-banner_item {
        height: 400px;
        background-position: center center;
    }

    .home-banner .home-banner_item div {
        font-size: 80px;
    }

    .home-banner .home-banner_item div span {
        font-size: 52px;
    }

    /*.home-swiper-container .swiper-wrapper * {*/
        /*height: 270px;*/
    /*}*/

    .about-us {
        margin-top: 50px;
        margin-bottom: 0 !important;
    }

    .gallery-wrap img {
        max-height: 170px;
    }

    .video-item {
        width: calc(33.3333% - 30px);
    }

    /**/

    #footer {
        padding-top: 22px;
        padding-bottom: 22px;
    }

    #footer, #footer a {
        font-size: 12px;
    }

    .footer-contacts {
        padding-left: 41px;
    }

    .footer-callback {
        padding: 15px 19px 20px;
        max-width: 300px;
        margin: 0 auto;
    }

     .footer-adress, .footer-list_wrap {
         margin-top: 0;
     }

    .footer-list span {
        margin-bottom: 16px;
    }

    .footer-list li {
        margin-bottom: 12px;
    }
    .caption .product-name {
        font-size: 21px;
    }
    .product_in_category_attributes div {
        font-size: 17px;
    }
    .product-thumb .quantity_div {
        width: 130px;
    }
    .caption .tb_button_add_to_cart {
        width: 126px;
    }
    .caption .tb_button_add_to_cart .btn {
        padding-left: 0;
        padding-right: 0;
        width: 132px;
    }
    .mobile-categories_title {
        font-size: 20px;
    }
}
@media screen and (max-width: 1400px){
    .home-banner .home-banner_item {
        height: 360px;
    }
    .home-banner_item.action-slide {
        padding-top: 15px;
        padding-bottom: 30px;
    }
    .action-slide .slide-title {
        font-size: 96px;
        line-height: 106px;
    }
    .home-banner .home-banner_item div {
        font-size: 64px;
    }
    .home-banner .home-banner_item div span {
        font-size: 48px;
    }
}
/*MAX-1260*/

@media (max-width: 1260px) {
    .product-thumb .quantity_div {
        width: auto;
    }
    .caption .tb_button_add_to_cart {
        width: auto;
    }
    .caption .tb_button_add_to_cart .btn {
        width: auto;
        padding-left: 30px;
        padding-right: 30px;
    }
    .mobile-categories_title {
        font-size: 15px;
    }

    #sticky_header nav a {
        margin-right: 13px;
    }

    #sticky_header .header-phone {
        margin-top: 0;
        flex-direction: column;
    }

    #sticky_header .header-phone a:first-child {
        margin-bottom: 5px;
    }

    #sticky_header .header-phone a:before {
        width: 18px;
        height: 18px;
    }

    .row-top-menu .col-md-8 {
        margin-left: 170px !important;
    }

    .top-menu a {
        font-size: 13px;
    }

    .header-phone {
        margin-top: 11px;
    }

    .header-phone a:before {
        top: -2px;
        width: 28px;
        height: 28px;
    }

    .header-phone a {
        font-size: 22px;
        padding-left: 40px;
    }

    .row-top-menu .tb_wt_block_group .col {
        justify-content: flex-end;
    }

    .row-top-menu .tb_wt_header_language_menu_system, .row-top-menu .tb_wt_header_currency_menu_system {
        flex: 0 0 45px !important;
    }

    #site_logo {
        display: none;
    }

    .site-logo-mobile {
        display: block;
        width: 131px;
        position: absolute;
        top: -25px;
        left: -167px;
    }

    .header-buttons .login-button, #header #cart {
        position: absolute;
        top: -60px;
    }

    .header-buttons .login-button {
        left: -60px;
        width: 28px;
        height: 28px;
    }

    .header-buttons .login-button:before {
        background-image: url(/image/icons/login-dark.png);
    }

    #cart {
        left: -100px;
    }

    #header #cart .heading a:before {
        background-image: url(/image/icons/cart-dark.png);
        top: 2px;
    }

    /*.top-menu ul {*/
        /*margin-left: 0;*/
    /*}*/

    /*.header-phone {*/
         /*margin-left: 0;*/
    /*}*/

    /*.header-buttons {*/
        /*flex-basis: auto !important;*/
        /*flex-grow: 0 !important;*/
        /*margin-right: 30px;*/
    /*}*/

    /*#search_button:before {*/
        /*top: 7px;*/
    /*}*/

    /*.main-menu {*/
        /*margin-bottom: 5px;*/
        /*margin-top: 25px;*/
    /*}*/

    /**/

    .product-thumb .tb_button_add_to_cart a {
        width: 170px;
    }

    .row-product-tabs .nav-tabs {
        font-size: 32px;
    }

    .row-product-tabs .nav-tabs li {
        margin: 0 23px !important;
    }

    .about-us h3 {
        margin-bottom: 20px;
    }

    .about-us_img {
        min-width: 48.33%;
    }

    .about-us_text {
        font-size: 18px;
        padding: 0 20px;
    }

    .contacts .contacts_item {
        width: 48%;
    }

    .contacts-map {
        width: 90%;
        height: 409px;
        margin: 0 auto 0 !important;
    }

    .returns {
        margin: 30px auto 0px !important;
    }

    .gallery-wrap a {
        width: calc(33% - 15px);
        margin-bottom: 25px;
    }

    /**/

    .footer-logo {
        text-align: left;
    }

    .footer-schedule {
        margin-bottom: 50px !important;
    }
}

/*MAX-1040*/

@media (max-width: 1040px) {
    #header {
        background: #fff;
        position: fixed;
        z-index: 50;
        width: 100%;
        top: 0;
    }
    #wrapper.container-fluid {
        padding-top: 126px;
    }
    .tb_wt_header_language_menu_system .dropdown {
        top: 0;
    }
    .checkout-success #content #PageTitleSystem_HtSSFbpv .btn {
        font-size: 14px;
        padding-left: 5px;
        padding-right: 5px;

    }
    #HeaderCurrencyMenuSystem_GjUQijgo {
        padding-left: 49px;
    }
    .tbMobileMenu .dropdown-menu li a {
        color: #000 !important;
    }
    .checkout-success #content #PageTitleSystem_HtSSFbpv img {
        margin-right: 5px;
    }
    .returns:before {
        left: -12px;
        top: -85px;
    }
    .mobile-categories .mobile-categories_item {
        width: calc(33%);
    }

    #wrapper.container-fluid {
        overflow-x: hidden;
    }

    #sticky_header {
        display: none !important;
    }

    /*<editor-fold desc="MOBILE MENU">*/
    html.tbMobile {
        overflow: hidden;
    }

    #header .row-wrap:not(.tbMobileShow), #header .col:not(.tbMobileShow), #header .tb_wt:not(.tbMobileShow) {
        display: none !important;
    }

    #header .tb_wt_header_logo_system, #header .tbToggleButtons {
        display: inline-block !important;
        min-width: 0 !important;
    }

    #header .tbLogoCol > .tbToggleButtons {
        opacity: 1;
    }

    .tbMobileMenuOverlay {
        position: fixed;
        z-index: 1000;
        top: -10000px;
        right: 0;
        bottom: auto;
        left: 0;
        display: block !important;
        cursor: pointer;
    }

    .tbMobileMenuOverlay.tbActive {
        top: 0;
        bottom: 0;
    }

    .tbMobileMenuOverlay .tb_bg {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        opacity: 0;
        background: #000;
    }

    .tbMobileMenuOverlay.tbActive .tb_bg {
        opacity: 0.6;
    }

    .tbMobileMenuOverlay svg {
        position: absolute;
        z-index: 1;
        top: 17px;
        right: 17px;
        width: 24px;
        height: 24px;
        color: #fff;
    }

    .tbMobileMenu {
        position: fixed;
        z-index: 1001;
        top: 0;
        left: 0;
        overflow: auto;
        overflow-x: hidden;
        width: calc(100% - 60px);
        height: 100%;
        padding: 20px;
        transform: translate3d(-100%, 0, 0);
        transition: all 0.5s;
        display: block !important;
    }

    html.tbMobile .tbMobileMenu {
        transform: translate3d(0, 0, 0);
    }

    .tbMobileMenu > .row {
        height: 100%;
    }

    .tbMobileMenu .tb_wt {
        margin-bottom: 10px !important;
        margin-top: 20px;
    }

    .tbMobileMenu .tbMainNavigation + .tbMainNavigation, .tbMobileMenu .tb_wt.display-inline-block:not(.tbMobileMenuDisplayBlock),
    .tbMobileMenu .tb_wt.tbMobileMenuDisplayInline, .tbMobileMenu .tb_wt:first-child {
        margin-top: 0 !important;
    }

    .tbMobileMenu .tb_wt.tbMobileMenuDisplayBlock, .tbMobileMenu .tb_wt:not(.tbMobileMenuDisplayInline) {
        padding-left: 0;
        padding-right: 0;
    }

    .nav-responsive, .nav-responsive > li {
        display: block;
        width: 100%;
        min-width: 100%;
    }

    .nav-responsive > li:not(:last-child), .nav-responsive .dropdown:not(:last-child),
    .nav-responsive .dropdown-menu.tb_list_1 > li:not(:last-child) {
        margin-bottom: 10px !important;
    }

    .nav-responsive .dropdown-menu, .nav-responsive .dropdown > .hidden + ul {
        position: static;
        display: none !important;
        width: 0 !important;
        min-width: 0 !important;
        margin: 10px 0 0 0 !important;
        padding: 0;
        background: transparent none;
        border: none;
        box-shadow: none;
        -webkit-transition: none !important;
        transition: none !important;
        opacity: 1 !important;
        transform: translateY(0px) !important;
    }

    .nav-responsive .dropdown > .tb_toggle {
        position: absolute;
        z-index: 1;
        top: 0;
        right: 0;
        display: block !important;
        width: 30px;
        height: 30px;
        margin: 0 !important;
        line-height: 30px !important;
        text-align: center;
        font-size: 18px;
        font-family: Arial, sans-serif !important;
        font-weight: normal !important;
        cursor: pointer;
    }

    .nav-responsive .dropdown > .tb_toggle:before {
        content: '+';
    }

    .nav-responsive .dropdown > .tb_toggle.tb_active:before {
        content: '-';
    }

    .dropdown.tb_hovered > .dropdown-menu, .dropdown.tb_active > .dropdown-menu, .dropdown.tb_hovered > .hidden + ul,
    .dropdown.tb_active > .hidden + ul {
        display: block !important;
        width: 100% !important;
    }

    .nav-responsive, .nav-responsive > li, .nav-responsive > li > a, .nav-responsive > li > ul > .tb_link,
    .nav-responsive .dropdown, .nav-responsive .dropdown > a, .nav-responsive .dropdown-menu > li,
    .nav-responsive .dropdown-menu > li > a {
        margin: 0 !important;
        padding: 0 !important;
    }

    .nav-responsive > li > a, .nav-responsive .dropdown > a, .nav-responsive .dropdown-menu > li > a {
        padding-top: 5px !important;
        padding-bottom: 5px !important;
    }

    .tbMobileCartMenu .tb_wt_header_cart_menu_system .heading, .tbMobileCartMenu .tb_wt_header_cart_menu_system .tbStickyOnly {
        display: none !important;
    }

    .tbMobileCartMenu .tb_wt_header_cart_menu_system, .tbMobileCartMenu .tb_wt_header_cart_menu_system .dropdown-menu {
        display: block !important;
        margin: 0 !important;
    }

    .tbMobileCartMenu .tb_wt_header_cart_menu_system .dropdown-menu {
        width: auto !important;
        margin: 0 !important;
        box-shadow: none;
    }
    /*</editor-fold>*/

    /**/

    .row-top-menu .col-md-8 {
         margin-left: 0 !important;
    }

    .site-logo-mobile {
        width: 113px;
        position: static;
    }

    .header-phone {
        margin-top: 0;
        flex-direction: column;
        align-items: flex-end;
    }

    .header-phone a {
        font-size: 16px;
        padding-left: 0;
        margin: 0;
    }

    .row-header {
        padding: 0 0 !important;
    }

    .header-phone a:before {
        display: none;
    }

    #header .tbToggleButtons {
        width: 100%;
        display: flex !important;
        justify-content: space-between;
        margin: 0 !important;
    }

    #header .tbToggleButtons .btn {
        background: transparent !important;
        display: flex !important;
        align-items: center;
        margin: 0 !important;
    }

    #header .tbToggleButtons .tbToggleHeader:before {
        content: '';
        background-image: url('/image/icons/hamburger.png');
        width: 34px !important;
        height: 22px;
    }

    #header .tbToggleButtons .tbToggleCart:before {
        content: '';
        background-image: url(/image/icons/cart.png);
        width: 32px !important;
        height: 28px;
        background-size: contain;
        right: -12px;
        position: relative;
    }

    #wrapper #header .header-buttons > div > div {
        display: block !important;
    }

    .header-buttons > div > div > div:first-child {
        width: 100%;
    }

    .price-button {
        width: 28px;
        height: 28px;
        background: url('/image/icons/price-button.png') no-repeat;
        background-size: cover;
        display: block;
        position: absolute;
        top: -40px;
        right: 99px;
    }

    .header-buttons .search-button {
        display: none;
    }

    .header-buttons .login-button {
        right: 55px;
        left: initial;
        top: -39px;
    }

    .header-buttons .login-button:before {
        background-image: url(/image/icons/login.png);
        width: 28px;
        height: 28px;
    }

    #cart {
        position: static;
    }

    .main-menu a {
        font-size: 15px;
    }

    .main-menu .dropdown-menu a {
        color: #000 !important;
    }

    /**/

    .product-thumb .tb_button_add_to_cart a {
        width: 150px;
    }

    .home-banner .home-banner_item {
        height: 330px;
        padding: 0 30px;
    }

    .home-banner .home-banner_item div {
        font-size: 60px;
        margin-bottom: 25px !important;
    }

    .home-banner .home-banner_item div span {
        font-size: 40px;
    }

    .home-banner .btn {
        height: 45px;
        line-height: 45px;
        font-size: 20px;
    }

    .home-about-us {
        flex-direction: column;
    }

    .home-about-us > div {
        width: 100%;
    }

    .row-product-info {
        margin-bottom: 30px;
    }

    .row-product-info h1 {
        margin-top: 0;
    }

    .row-product-tabs .nav-tabs {
        font-size: 24px;
    }

    .row-product-tabs .tab-content {
        padding: 0 15px;
    }

    #simplecheckout_cart thead {
        display: none;
    }

    #simplecheckout_cart tr {
        display: flex;
    }

    #simplecheckout_cart .simplecheckout-cart td {
        width: 16.6%;
        white-space: normal;
        padding: 10px 4px;
        flex-grow: 1;
    }

    #simplecheckout_cart .simplecheckout-cart .image,  #simplecheckout_cart .simplecheckout-cart .quantity  {
        width: auto;
    }

    #simplecheckout_cart .image img {
        width: auto;
        max-width: 180px;
    }

    #simplecheckout_cart .remove {
        max-width: 50px;
    }

    #simplecheckout_cart #total_total {
        padding: 6px 40px 6px 0;
    }

    .gallery-wrap img {
        max-height: 140px;
    }

    .video-item {
        width: calc(50% - 30px);
    }

    .tbMobileMenu #HeaderSearchSystem_Ta03RkS8 {
        display: none !important;
    }
    #search input {
        height: 34px;
    }
    body #HeaderSearchSystem_Ta03RkS8 {
        z-index: 50;
        position: fixed;
        top: 84px;
        left: 68px;
        opacity: 1;
        visibility: visible;
        width: calc(100vw - 245px);
    }
    #HeaderSearchSystem_Ta03RkS8 .tb_search_wrap {
        max-width: 500px !important;
        width: 100% !important;
        min-width: auto !important;
    }
    #HeaderSearchSystem_Ta03RkS8 #search_button {
        border-radius: 5px;
        background: #f3f3f3 !important;
    }
    #search_button:before {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-repeat: no-repeat;
        background-size: 24px;
        background-position: center;
    }
    .home-banner .home-banner_item.action-slide {
        padding-top: 30px;
        padding-bottom: 45px;
    }
}

/*MAX-768*/

@media (max-width: 768px) {
    .row-product-info  div {
        text-align: center;
    }
    .row-product-info h1 {
        text-align: center;
    }
    .row-product-info .tb_cart_wrap {
        display: flex;
        justify-content: center;
    }
    .checkout-success #content #PageTitleSystem_HtSSFbpv {
        bottom: 47px;
    }
    .checkout-success #content {
        padding-bottom: 300px !important;
    }
    .checkout-success #content #PageTitleSystem_HtSSFbpv .home {
        font-size: 20px;
        margin-top: 18px;
    }
    .checkout-success #content #PageTitleSystem_HtSSFbpv {
        width: auto;
    }
    .checkout-success #content #PageTitleSystem_HtSSFbpv .btn {
        margin-bottom: 18px;
        width: 257px;
        margin-right: 0;
    }
    .checkout-success #content #PageTitleSystem_HtSSFbpv p {
        font-size: 15px;
    }
    .checkout-success .success-wrap p {
        font-size: 15px;
    }
    .checkout-success #content #PageTitleSystem_HtSSFbpv img {
        margin-right: 5px;
    }
    .returns:before {
        top: -20px;
        left: 50%;
        transform: translate(-50%, 0);
    }
    .returns {
        padding-top: 70px;
    }
    .delivery-item:not(:last-child):before {
        position: absolute;
        left: 0;
        top: -29px;
    }

    #content {
        padding-bottom: 20px !important;
    }

    #cart .mini-cart-info tr {
        flex-direction: column;
    }

    #cart .mini-cart-info .remove {
        position: static;
    }

    .tb_side_nav .tb_next, .tb_side_nav .tb_prev {
        width: 20px;
        height: 24px;
    }

    /**/

    .home-banner .home-banner_item {
        height: 200px;
        padding: 0 20px;
    }

    .home-banner .home-banner_item div {
        font-size: 34px;
        margin-bottom: 16px !important;
    }

    .home-banner .home-banner_item div span {
        font-size: 25px;
    }

    .home-banner .btn {
        height: 35px;
        line-height: 35px;
        font-size: 18px;
    }

    .mobile-categories {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        max-width: 400px;
        margin: 0 auto 20px !important;
    }

    .mobile-categories .mobile-categories_item {
        width: calc(50% - 2px);
        background: #F1F1F1;
        margin-bottom: 4px;
        padding: 10px 3px;

    }

    .mobile-categories .mobile-categories_item a {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .mobile-categories .mobile-categories_item img {
        margin-bottom: 10px;
    }

    .left-menu {
        margin: 25px 0 0 0;
    }

    .product-thumb .product-name {
        margin-top: 5px;
    }

    .product-thumb .product-name {
        font-size: 26px;
    }

    .product-thumb .price {
        margin: 0px 0 8px;
    }

    .product-thumb .quantity_div {
        width: 110px;
    }

    .product-thumb .tb_button_add_to_cart a {
        width: 130px;
    }

    .row-home-about-us {
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }

    .row-home-gallery {
        padding-bottom: 0 !important;
    }

    .row-home-stories .tb_articles > div {
        margin-bottom: 20px;
    }

    #wrapper .product-filter {
        display: flex !important;
        flex-wrap: wrap;
    }

    .product-filter .limit, .product-filter .sort {
        width: 133px !important;
        margin-right: 4%;
    }

    .product-filter select {
        width: 100% !important;
    }

    .product-filter .display {
        margin-top: 20px;
    }

    #product_images .mightySlider .frame {
        height: 210px !important;
    }

    .tb_system_product_price {
        flex-direction: column;
    }

    .tb_system_product_price .tb_input_wrap {
        margin-top: 20px;
    }

    .row-product-info #button-cart {
        width: 275px;
    }

    .row-product-tabs .nav-tabs {
        font-size: 22px;
        flex-direction: column;
        align-items: center;
    }

    .checkout-simplecheckout .row , .checkout-simplecheckout .row > div {
        margin: 0;
    }

    .simple-content {
        margin: 0 !important;
    }

    #simplecheckout_cart tr {
        flex-wrap: wrap;
    }

    #simplecheckout_cart tr:not(:last-child) {

        border-bottom: 1px solid #CFCFCF;
    }

    #simplecheckout_cart .simplecheckout-cart td {
        border: none;
        display: flex !important;
        align-items: center;
        justify-content: center;
    }

    #simplecheckout_cart .simplecheckout-cart .price, #simplecheckout_cart .simplecheckout-cart td.name div.image {
     display: none !important;
    }

    #simplecheckout_cart .simplecheckout-cart .image {
        width: 40%;
        display: block;
    }

    #simplecheckout_cart .image img {
        width: 100%;
    }

    #simplecheckout_cart .simplecheckout-cart .name {
        width: 60%;
    }

    #simplecheckout_cart .simplecheckout-cart .quantity{
        width: 40%;
    }

    #simplecheckout_cart .form-control {
        min-width: 0;
    }

    #simplecheckout_cart  .simplecheckout-cart td.total {
        width: 45%;
    }

    #simplecheckout_cart  .simplecheckout-cart td.remove {
        width: 15%;
    }

    #simplecheckout_cart .simplecheckout-cart td.remove button:before {
        width: 26px;
        height: 26px;
        background-size: cover;
    }

    .simple-content .checkout-heading, .simplecheckout-block-content,
    .simplecheckout .radio .checkbox, .simplecheckout .radio {
        padding: 0;
    }

    #simplecheckout_customer .checkout-heading-button {
        flex-direction: column;
        align-items: center;
    }

    #simplecheckout_customer .checkout-heading-button > div {
        margin-bottom: 10px;
    }

    .simplecheckout .radio .checkbox, .simplecheckout .radio {
        padding-left: 0;
    }


    .simplecheckout .radio label {
        padding-left: 40px;
    }

    .simplecheckout .radio label:before {
        width: 28px;
        height: 28px;
        left: 0;
        top: -2px;
    }

    .simplecheckout .radio label.checked:after {
        left: 10px;
        top: 8px;
    }

    #simplecheckout_cart #total_total {
        padding: 5px 0;
    }

    #simplecheckout_cart #total_total .simplecheckout-cart-total-value {
        font-size: 22px;
        margin-left: 12px;
    }

    #buttons a {
        width: 245px;
        height: 47px !important;
        line-height: 47px !important;
        font-size: 20px !important;
        margin: 10px 19px 0 !important;
    }

    .about-us {
        flex-direction: column;
    }

    .about-us_text {
        font-size: 18px;
        padding: 0;
        margin-top: 20px;
    }

    .contacts {
        flex-direction: column;
    }

    .contacts .contacts_item {
        width: 100%;
    }

    .contacts-map {
        height: 350px;
        border-radius: 5px;
        border: 4px solid #615B5A;
    }

    .gallery-wrap a {
        width: calc(50% - 10px);
        margin-bottom: 20px;
    }

    .video-item {
        width: calc(100% - 30px);
    }

    .accordion a {
        font-size: 18px;
    }

    .accordion .content p {
        font-size: 17px;
    }

    .certificate-wrap {
        margin-top: 20px;
    }

    .certificate-wrap div {
        padding: 10px;
    }

    /**/

    #footer .tb_wt_html {
        display: flex !important;
        justify-content: center;
    }

    #footer .panel-body {
        flex: 0 1 auto;
    }

    .footer-adress {
        margin-top: 50px;
        margin-bottom: 19px;
    }

    .footer-list_wrap {
        margin-bottom: 35px !important;
        flex-wrap: wrap;
        text-align: center;
    }

    .footer-list {
        width: 100% !important;
    }

    .footer-list li {
        margin-bottom: 12px;
    }

    footer {
        padding: 10px 10px !important;
    }

    footer .col > div  {
        flex-direction: column;
    }

    footer #copy {
        text-align: center;
        margin-bottom: 10px;
    }
   .left-menu .panel-title {
       cursor: pointer;
       position: relative;
       display: inline-block;
   }
    .left-menu:not(.main-left-menu) .panel-title:before {
        content: "+";
        position: absolute;
        right: -37px;
        top: 0;
        width: 30px;
        height: 30px;
        background: #ccc;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 10;

    }
    .left-menu:not(.main-left-menu) .panel-title:after {
        content: "-";
        position: absolute;
        right: -37px;
        top: 0;
        width: 30px;
        height: 30px;
        background: #ccc;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 8;
    }

    .left-menu {
        margin-bottom: -30px !important;
        margin-top: 0;
    }
    .left-menu:not(.main-left-menu)  .hide-before:before {
        display: none;
    }
    .left-menu:not(.main-left-menu) .nav {
        display: none;
    }
    .left-menu:not(.main-left-menu) .show-menu {
        display: block;
    }
    .pagination {
        display: flex;
        flex-direction: column;
    }
    .pagination .product-filter {
        margin-left: 0 !important;
        justify-content: center;
    }
    .home-banner .swiper-pagination {
        margin-top: -25px;
        margin-bottom: 0;
    }
    .swiper-wrapper .product-name a {
        display: inline-block;
        padding: 0 25px;
    }
    .header-phone a {
        font-size: 13px;
        line-height: 16px;
    }
    .social-list {
        margin-left: 5px;
    }
    .social-list-item {
        width: 22px;
        min-width: 22px;
        height: 22px;
        margin: 0 4px;
    }
    .social-list-item svg {
        width: 16px;
        height: 16px;
    }
    .mobile-icon {
        display: inline-block !important;
    }
    .desktop-icon {
        display: none !important;
    }
    #Html_XK2s8f13 {
        margin-left: -15px;
    }
    #header .social-list {
        margin-left: 10px !important;
    }
    #header .social-list {
        width: 90px;
    }
    .image-holder{
        max-width: 150px !important;
    }
	.categories-left-menu ul li .thumbnail{
		padding: 10px 15px 0 !important;
	}
}

.tb_system_category_description, .tb_category_description, .stories-show .tb_article .tb_text_wrap {
    font-size: 16px;
    line-height: 24px;
}
.tb_system_category_description p, .tb_category_description p, .stories-show .tb_article .tb_text_wrap p {
    margin: 0 0 10px;
}
.tb_system_category_description ul, .tb_system_category_description ol, .tb_category_description ul, .tb_category_description ol, .stories-show .tb_article .tb_text_wrap ul, .stories-show .tb_article .tb_text_wrap ol {
    margin-bottom: 10px;
    padding-left: 10px;
}

.tb_system_category_description h1, .tb_category_description h1, .stories-show .tb_article .tb_text_wrap h1 {
    text-align: left;
    line-height: 36px;
    margin-bottom: 15px;
    font-weight: 500;
}
.tb_system_category_description h2, .tb_category_description h2, .stories-show .tb_article .tb_text_wrap h2 {
    font-size: 32px;
    line-height: 34px;
    margin-bottom: 12px;
    font-weight: 500;
}
.tb_system_category_description h3, .tb_category_description h3, .stories-show .tb_article .tb_text_wrap h3 {
    font-size: 30px;
    line-height: 32px;
    margin-bottom: 12px;
    font-weight: 500;
}
.tb_system_category_description h4, .tb_category_description h4, .stories-show .tb_article .tb_text_wrap h4 {
    font-size: 26px;
    line-height: 28px;
    margin-bottom: 10px;
    font-weight: 500;
}
.tb_system_category_description h5, .tb_category_description h5, .stories-show .tb_article .tb_text_wrap h5 {
    font-size: 24px;
    line-height: 26px;
    margin-bottom: 8px;
    font-weight: 500;
}

/*MAX-479*/

@media (max-width: 479px) {
    .delivery-item:not(:last-child):before {
        position: absolute;
        left: 50%;
        top: -73px;
        transform: translate(-50%, 0);
    }
    .delivery-item {
        margin-top: 100px;
    }
    .delivery-item_title {
        margin-bottom: 25px !important;
        padding-top: 11px;
    }


    #wrapper #header .tbLogoCol {
        justify-content: center;
    }

    /*.tbToggleButtons {*/
        /*margin: 15px 0 0  !important;*/
    /*}*/

    /**/

    .home-banner .home-banner_item {
        height: 260px;
    }

    .home-banner .home-banner_item br {
        display: none;
    }

    .home-banner .home-banner_item:first-child {
        background-image: url(/image/data/home-banner-mobile-1.jpg);
    }

    .home-banner .home-banner_item:nth-child(2) {
        background-image: url(/image/data/home-banner-mobile-2.jpg));
    }

    .home-banner .home-banner_item:nth-child(3) {
        background-image: url(/image/data/home-banner-mobile-3.jpg));
    }

    .gallery-wrap a {
        width: 100%;
    }
    .btn:not(input).btn-lg:empty, .btn.tb_no_text.btn-lg {
        width: 35px;
    }
    #header .tbToggleButtons .tbToggleCart:before {
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100%;
        background-repeat: no-repeat;
        background-position: center;
        background-size: 24px;
    }
    .header-buttons .login-button {
        right: 42px;
        background-size: 24px;
    }
    .header-buttons .login-button:before {
        background-size: 24px;
    }
    .price-button {
        right: 84px;
        background-position: center;
        background-size: 24px;
    }
    body #HeaderSearchSystem_Ta03RkS8 {
        width: calc(100vw - 208px);
        top: 81px;
    }
    #search input {
        font-size: 16px;
    }
    #System_AjhQOL5E .form-group .col-sm-12 {
        margin: 0;
    }
    #System_AjhQOL5E .buttons .pull-right {
        padding-left: 0;
    }

}

@media screen and (max-width: 400px){
    body #HeaderSearchSystem_Ta03RkS8 {
        width: calc(100vw - 208px);
        top: 75px;
    }
}

@media screen and (max-width: 374px) {
    .site-logo-mobile {
        width: 68px;
    }
    #Html_XK2s8f13 {
        margin-left: -37px;
    }
    body #HeaderSearchSystem_Ta03RkS8 {
        top: 65px;
    }
}

@media screen and (max-width: 1699px) {
    .scroll-block {
        max-height: 330px;
    }
}
@media screen and (max-width: 1299px) {
    .scroll-block {
        max-height: 280px;
    }
}

@media screen and (max-width: 1400px){
    .сhemistry-slide .slide-title {
        font-size: 72px;
        line-height: 80px;
    }
    .slider-list {
        font-size: 32px !important;
    }
    #content {
        max-width: 1260px;
        margin-left: auto;
        margin-right: auto;
    }

}

@media screen and (max-width: 1199px){
    .action-slide .slide-title {
        display: block;
        font-size: 82px;
        line-height: 86px;
    }
    .сhemistry-slide .slide-title {
        font-size: 56px;
        line-height: 64px;
    }
    .home-banner_item.сhemistry-slide {
        padding-top: 15px !important;
        padding-bottom: 15px !important;
    }
    .slider-list {
        font-size: 26px !important;
    }
}

@media screen and (max-width: 991px){
    .home-banner .home-banner_item.action-slide {
        padding-top: 15px;
        padding-bottom: 30px;
    }
    .action-slide .slide-title {
        font-size: 44px;
        line-height: 46px;
    }
    .сhemistry-slide .slide-title {
        font-size: 44px;
        line-height: 46px;
    }
    .slider-list {
        font-size: 20px !important;
    }
    .slider-list li:before {
        width: 10px;
        height: 10px;
    }
    .сhemistry-slide .slide-title {
        margin-bottom: 10px !important;
    }
}

@media screen and (max-width: 767px){
    .action-slide .slide-title {
        font-size: 36px;
        line-height: 42px;
    }
    #wrapper.container-fluid {
        padding-top: 118px;
    }
    .сhemistry-slide .slide-title {
        font-size: 28px;
        line-height: 34px;
    }
    .slider-list {
        font-size: 15px !important;
    }
    .tbMobile #HeaderSearchSystem_Ta03RkS8 {
        opacity: 0;
        visibility: hidden;
        z-index: -1;
    }
}

@media screen and (max-width: 479px) {

    .home-banner_item.action-slide {
        background: url(/image/data/mobile-action-bg.jpg)no-repeat center/cover;
    }
    .home-banner_item.сhemistry-slide {
        background: url(/image/image/catalog/baner-chernaya-mob.jpg)no-repeat center/cover;
    }
	.home-banner_item.сhemistry-slide {
        background: url(/image/catalog/banner-him-mob.jpg)no-repeat center/cover;
    }
    .home-banner_item.action-slide {
        justify-content: flex-start;
    }
    .action-slide .slide-title {
        margin-bottom: 10px !important;
    }
    .slider-list li:before {
        width: 8px;
        height: 8px;
    }
    .slider-list li:nth-child(1) {
        order: 1;
    }
    .slider-list li:nth-child(6) {
        order: 2;
    }
    .slider-list li:nth-child(5) {
        order: 3;
    }
    .slider-list li:nth-child(2) {
        order: 4;
    }
    .slider-list li:nth-child(4) {
        order: 5;
    }
    .slider-list li:nth-child(3) {
        order: 6;
    }
    .slider-list {
        font-size: 14px !important;
        line-height: 30px;
    }
    .row-home-banner {
        padding-bottom: 15px !important;
    }
    .home-banner .home-banner_item {
        height: 340px;
    }
    .home-about-us_text {
        padding: 15px;
    }
    .scroll-block {
        max-height: 40vh;
    }
}

@media screen and (max-width: 374px){
    .header-phone a {
        font-size: 12px;
    }
}

.home-banner_item {
    max-height: 100%;
}


/*////////////*/

.tb_products .swiper-container {
    padding: 0 3px !important;
}


@-webkit-keyframes jump {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.15);
        box-shadow: 0 1px 2px rgba(0,0,0,.15);
    }
    100% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
        -webkit-box-shadow: 0 4px 20px rgba(0,0,0,.1);
        box-shadow: 0 4px 20px rgba(0,0,0,.1);
    }
}
@keyframes jump {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.15);
        box-shadow: 0 1px 2px rgba(0,0,0,.15);
    }
    100% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
        -webkit-box-shadow: 0 4px 20px rgba(0,0,0,.1);
        box-shadow: 0 4px 20px rgba(0,0,0,.1);
    }
}

.jump-animation {
    -webkit-animation: .4s jump ease infinite alternate;
    animation: .4s jump ease infinite alternate;
}

@-webkit-keyframes blink {
    0% {
        opacity: 1;
    }
    20% {
        opacity: .5;
    }
    100% {
        opacity: 1;
    }
}

@keyframes blink {
    0% {
        opacity: 1;
    }
    20% {
        opacity: .5;
    }
    100% {
        opacity: 1;
    }
}

.blink-animation {
       -webkit-animation: 1s blink 1.33s ease-out infinite;
       animation: 1s blink 1.33s ease-out infinite;
   }


@-webkit-keyframes wiggle {
    0% {
        -webkit-transform: rotate(-3deg);
        transform: rotate(-3deg);
        -webkit-box-shadow: 0 2px 2px rgba(0,0,0,.2);
        box-shadow: 0 2px 2px rgba(0,0,0,.2);
    }
    20% {
        -webkit-transform: rotate(20deg);
        transform: rotate(20deg);
    }
    40% {
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg);
    }
    60% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
    }
    90% {
        -webkit-transform: rotate(-1deg);
        transform: rotate(-1deg);
    }
    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        -webkit-box-shadow: 0 2px 2px rgba(0,0,0,.2);
        box-shadow: 0 2px 2px rgba(0,0,0,.2);
    }
}
@keyframes wiggle {
    0% {
        -webkit-transform: rotate(-3deg);
        transform: rotate(-3deg);
        -webkit-box-shadow: 0 2px 2px rgba(0,0,0,.2);
        box-shadow: 0 2px 2px rgba(0,0,0,.2);
    }
    20% {
        -webkit-transform: rotate(20deg);
        transform: rotate(20deg);
    }
    40% {
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg);
    }
    60% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
    }
    90% {
        -webkit-transform: rotate(-1deg);
        transform: rotate(-1deg);
    }
    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        -webkit-box-shadow: 0 2px 2px rgba(0,0,0,.2);
        box-shadow: 0 2px 2px rgba(0,0,0,.2);
    }
}

.wiggle-animation {
    -webkit-animation: 1s wiggle ease infinite;
    animation: 1s wiggle ease infinite;
}

.contacts-phone-list .whatsapp-link, .contacts-phone-list .telegram-link {
    -webkit-animation: .4s jump ease infinite alternate;
    animation: .4s jump ease infinite alternate;
}
.contacts-phone-list .viber-link {
    -webkit-animation: 1s blink 1.33s ease-out infinite;
    animation: 1s blink 1.33s ease-out infinite;
}

/*style 29.01.2020*/

.product-thumb .price{
    text-align: left;
}
.product-thumb .quantity_div{
    position: absolute;
    right: 10px;

}
.product-thumb .popup-purchase-button button{
        font-size: 18px;
    max-width: 100%;
    width: 100% !important;
    padding: 3px 3px;
    height: auto;
    max-width: 300px;
    height: 45px;
}
.tb_grid_view .product-thumb .button-group{
        width: calc(50% - 10px);
    padding: 0;
    margin: 0 0 0 10px;
}
.product-thumb .popup-purchase-button{
    padding-right: 0;
}
#topcontrol{
    border-radius: 5px;
    overflow: hidden;

    z-index: 10;
    right: 10px !important;
}
#topcontrol img{
        margin-bottom: -5px;
        opacity: 0.7;
}
#topcontrol:hover img{
    opacity: 1;
}
.product-thumb  .tb_button_add_to_cart{
    width: calc(50% - 10px);
    margin: 0 10px 0 0;
    max-width: 300px;
}
.product-thumb  .tb_button_add_to_cart .btn-sm{
max-width: 300px;
width: 100%;
font-size: 18px;
}
.tb_wt_product_add_to_cart_system .tb_purchase_button > *{
    margin-top: 20px !important;
    margin-bottom: 10px;
}
#wrapper .tb_wt_product_add_to_cart_system .tb_purchase_button .btn.btn-primary.btn-lg.btn-block{
    float: right;
    width: calc(50% - 10px);
    background: black !important;
    font-size: 20px;
    margin-top: 25px;
    height: 57px;
    line-height: 57px;
}
.row-product-info .tb_purchase_button{
    display: inline-block;
    margin: 0;
    width: 100%;
    padding-right: 20px;
}
.row-product-info #button-cart{
    width: calc(50% - 10px);
    font-size: 20px;
}
.row-wrap.tb_content_fixed.row-product-info{
    padding-bottom: 20px;
}
#popup-purchase-wrapper .popup-footer button{
   border-radius: 0px !important;
    height: 43px !important;
}
#popup-purchase-wrapper .popup-center .payment-quantity{
        position: absolute;
    z-index: 4;
        top: 168px;

    left: 135px;
}
#popup-purchase-wrapper .popup-center .payment-quantity label{
    display: none;
}
#popup-purchase-wrapper .popup-center .payment-quantity .btn-minus button{
    padding: 0;
}
#popup-purchase-wrapper .popup-center .payment-quantity .btn-minus button span{
    display: inline-block;
      background: black url('https://budforma.com/catalog/view/theme/default/stylesheet/popup_purchase/plus-minus.png') no-repeat;
    background-position: -20px 0px;
    text-align: center;
}
#popup-purchase-wrapper .popup-center .payment-quantity .btn-plus button span{
    background: black url('https://budforma.com/catalog/view/theme/default/stylesheet/popup_purchase/plus-minus.png') no-repeat;
    background-position: 0px 0px;
}
#popup-purchase-wrapper .popup-center .payment-quantity .btn-plus button{
    padding: 0;
}
#popup-purchase-wrapper .popup-center .product-price{
        margin-top: 74px;
}
#popup-purchase-wrapper .popup-center .product-name{
        position: absolute;
    max-width: 259px;
    line-height: 17px;
    margin-top: -5px;
        height: 80px;
    display: flex;
    align-items: center;
}
#wrapper .tb_listing.tb_list_view .product-layout .tb_button_add_to_cart{
    width: calc(40% - 10px);
}
#wrapper .tb_listing.tb_list_view .product-layout .tb_button_add_to_cart .btn{
        padding: 0;
    width: 100%;
    font-size: 18px;
}
#wrapper .tb_listing.tb_list_view .product-layout .button-group.popup-purchase-button{
        width: 60%;
    min-width: 20px;
    padding: 0;
    display: inline-block;
    flex: none;
    margin-top: 0;
    font-size: 18px;
} 
#wrapper .tb_listing.tb_list_view .product-layout .price-wrap{
        flex-direction: inherit;
}
@media screen and (max-width: 768px){
    .product-thumb  .tb_button_add_to_cart .btn-sm{
        margin-top: 10px;
    }
    .product-thumb .popup-purchase-button button{
        margin-top: 10px;
    }
    #reviewStars-input label{
        width: 43px !important;
    }
    #review div.row.my_pagination  .pagination{
        flex-direction: unset;
    }
    #wrapper .tb_wt_product_add_to_cart_system .tb_purchase_button .btn.btn-primary.btn-lg.btn-block {
        font-size: 16px !important;
    }
    .tb_wt_product_add_to_cart_system .tb_purchase_button > * {
        display: contents;
    }
    .tb_area_content .tb_system_page_title > h1 {font-size: 22px;}
}
.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets{
    height: 30px;
    text-align: center;

}
.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets .swiper-pagination-bullet{
    width: 17px !important;
    height: 17px;
    border-radius: 50%;
    background: rgba(241, 241, 241, 0.6);
    display: inline-block;
    margin: 7px 5px;
    cursor: pointer;

}
.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background: rgba(241, 241, 241, 0.9);
    cursor: auto;
}
@media screen and (max-width: 620px){
    #popup-purchase-wrapper .popup-center .payment-quantity {
        position: relative;
        z-index: 4;
        margin-top: 0;
        left: 0;
        text-align: center;
        background: #ecf1f4;
        padding: 0 0 13px 0;
        top: 0;
    }
    #popup-purchase-wrapper .popup-center .product-name{
        position: relative;
        height: auto;
        display: block;
    }
    #popup-purchase-wrapper .popup-center .product-price{
        margin-top: 0px;
    }
}
@media screen and (max-width: 1749px){
    #wrapper .tb_listing.tb_list_view .product-layout .button-group.popup-purchase-button{
        margin-top: 15px;
    }
}
@media screen and (max-width: 768px){
#wrapper .tb_listing.tb_list_view .product-layout .button-group.popup-purchase-button {
    margin-top: -5px;
}
#select-box1{
        width: 100%;
    max-width: 200px;
}
}
.stock_status {
    color: #4caf50;
    font-size: 18px;
    margin-top: 20px;
}
.categories-left-menu ul{
	display: flex;
	flex-wrap: wrap;
}
.categories-left-menu ul li{
	width: calc(100%/4 - 10px);
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	background: #F1F1F1;
    margin-bottom: 4px;
	border: 4px solid #F1F1F1;
	transition: all 1s ease-out;
}
.categories-left-menu ul li:hover{
	border: 4px solid #959595 !important;
}
.categories-left-menu ul li .thumbnail{
	order: 1;
	width: 100%;
	padding: 10px 15px 0;
}
.categories-left-menu ul li a{
	order: 2;
	width: 100%;
	font-size: 20px;
    text-align: center;
    padding: 0 15px 10px;
	line-height: 20px !important;
	justify-content: center;
	min-height: 50px;
}

.warning-desk {
    color: red;
    font-weight: bold;
    margin-left: 86px;
    margin-top: -16px;
}

@media screen and (max-width: 500px){
.warning-mob {
    color: red;
    font-weight: bold;
    margin-left: 36px;
    margin-top: -32px;
}
}

.product-attributes {font-size: 18px; margin-bottom: 40px; line-height: 30px;}

.tb_grid_view .product-thumb .tb_button_add_to_cart {z-index: 1;}

.faqpol {width: 100%; margin-bottom: 10px;}
.faqpol:after {content: '+'; float: right; font-size: 30px;}
.card-body {margin-bottom: 20px; font-size: 16px;}

@media screen and (max-width: 850px) {
  .faq button {
    height: auto;
      display: flex;
      align-items: center;
      justify-content: space-between;
  }
  .faq button > div{
      white-space: normal;
  }
}

.price-savings {
    background-color: #4caf50 !important;
    font-size: 20px;
    padding: 10px 10px !important;
    border-radius: 5px;
    margin-top: 20px !important;
}
.button-wrap {
    margin-left: 0 !important;
}