.product-item-detail-tab-content .table-product2 > thead > tr > th{
  background-color: #f2f2f2;
}
.product-item-detail-tab-content .table-product2 > thead > tr > th:not(:first-child){
  text-align: center;
}
.product-item-detail-tab-content .table-product2 > tbody > tr > td:not(:first-child){
  text-align: center;
}

#header {
	width: 100%;
	background: #333;
	padding: 12px 0px;
}
#header .row {
	display:flex;
	flex-wrap: nowrap;
	align-items: center;
}
.branding img {
	max-width: 200px;
	height: auto;
}
.branding .home img {
	max-width: 290px;
}
.header-cart {
	min-width: 100px;
}

.header-blocks {}

.phone {
	padding-bottom:5px;
}
.phone a {
	font-weight: bold;
	font-size: 24px;
	line-height: 29px;
	letter-spacing: 1.2px;
	color: #FFFFFF;
	text-decoration:none;
}
.phone a span {
	color: #979797;
}
.mail a,
.time {
	font-weight: bold;
	font-size: 14px;
	line-height: 17px;
	letter-spacing: 0.7px;
	text-transform: uppercase;
	color: #FFFFFF;
}
.header-contacts {
	text-align: right;
}
#header .top_menu .bx-top-nav-container .bx-nav-1-lvl > a {
	font-weight: bold;
	font-size: 14px;
	line-height: 17px;
	letter-spacing: 0.7px;
	text-transform: uppercase;
	color: #FFFFFF;
}
#header .top_menu .bx-top-nav-container .bx-nav-1-lvl > a i {
	position: relative;
	top: -3px;
}
#header .bx-black.bx-top-nav .bx-top-nav-container .bx-nav-1-lvl.bx-active > a, #header .bx-black.bx-top-nav .bx-top-nav-container .bx-nav-1-lvl:hover > a {
	background: #424242;
	border-radius: 2px;
}
#header .bx-top-nav-container .bx-nav-list-1-lvl {
    justify-content: flex-start;
}
#header .top_menu .bx-black.bx-top-nav .bx-top-nav-container {
	padding: 0px;
}
#header .bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-3-col .bx-nav-2-lvl-container, #header .bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-4-col .bx-nav-2-lvl-container {
	left: -80%;
}
@keyframes btnshow {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
ul.top-btns,
ul.top-btns li {
	padding: 0px;
	margin: 0px;
	list-style: none;
	list-style-image: none;
}
ul.top-btns {
	margin-top: 20px;
}
ul.top-btns li {
	display: inline-block;
}
ul.top-btns li .bx-send-prop {
	position: relative;
	border: 1px solid #fff;
	border-radius: 23px;
	text-decoration: none;
	padding: 13px 20px 13px 45px;
	display: inline-block;
	text-transform: uppercase;
	color: #fff;
	line-height: 1;
	transition: all 0.2s ease;
	margin-right: 10px;
	cursor: pointer;
	font-weight: 500;
	font-size: 12px;
	line-height: 15px;
	letter-spacing: 0.6px;
	text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.280376);
}
ul.top-btns li .bx-send-prop:after {
	display: block;
	content: '';
	position: absolute;
	top: 50%;
	left: 5px;
	margin-top: -16px;
	width: 32px;
	height: 32px;
	background: url(images/yellow-dot.png) 0px center no-repeat;
	background-size :35px;
	animation: btnshow 1s ease-in-out .5s infinite alternate;
}
ul.top-btns li .bx-send-prop:hover {
	background-color: #888b90;
}
#slider {
	background-color: #45413e;
}
.slide-bg {
	width:100%;
	height:500px;
}
#slider .container {
	height: 500px;
	position: relative;
	padding-left: 140px;
	padding-top: 360px;
}
.btn-red {
	display: inline-block;
	position:relative;
}
.btn-red span {
	display: inline-block;
	background: linear-gradient(180deg, #F45452 0%, #D02F2E 33.19%, #A01F1E 90.13%);
	box-shadow: inset 0px -1px 1px rgba(234, 60, 58, 0.314631);
	border-radius: 23px;
	text-decoration: none;
	color: #fff;
	padding: 19px 30px;
	line-height:1;
	font-weight: 800;
	font-size: 10px;
	line-height: 12px;
	letter-spacing: 0.5px;
	text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.280376);
	text-transform: uppercase;
	position:relative;
	z-index: 10;
}
.btn-red:after {
    content: "";
    -webkit-filter: blur(10.8731px);
    background: #83201F;
	filter: blur(10.8731px);
	border-radius: 23px;
    position: absolute;
    left: 14px;
    bottom: -8px;
    z-index: 0;
    right: 14px;
    top: 8px;
    transition: all .2s linear;
}
.btn-red:hover:after {
	top:0;
	bottom:0;
	left:0;
	right:0
}
.slide-title {
    position: absolute;
    left: 52px;
    top: 50%;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    letter-spacing: 0.6px;
    color: #7E7E7E;
    transform: rotate(-90deg);
    width: auto;
    height: 360px;
    margin-top: -180px;
}
.slide-title span {
	display: block;
	border-bottom: 3px solid #979797;
	padding-bottom:10px;
	width: 360px;
	position:relative;
}
.slide-title span:after {
	display: block;
	content: '';
	width: 3px;
	background: #D02F2E;
	top: 0px;
	right: 75px;
	position: absolute;
	height: 55px;
	transform: rotate(-90deg);
}
.slider-counter {
    position: absolute;
    bottom: 26px;
    left: 69px;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    letter-spacing: 0.7px;
    color: #FFFFFF;
	display: flex;
	align-items:center;
}
.slider-counter span.current {
	font-weight: bold;
	font-size: 18px;
	line-height: 22px;
	letter-spacing: 0.9px;
	color: #83201F;
}
/* .item--3328232932, */
/* .item--4041823663 {
	display: none !important;
} */
.blocktop .bx_catalog_tile {
	position: relative;
}
#feedback {
	clear: both;
}
.block-title {
	font-weight: bold;
	font-size: 48px;
	line-height: 1;
	letter-spacing: 2.4px;
	color: #323232;
	padding-bottom:50px;
}
.block-title span {
	color: #DA211F;
}
a.more {
	display: inline-block;
	margin-top:40px;
	background: url(images/more-icon.png) no-repeat right center / 9px;
	padding-right: 30px;
	text-decoration: underline;
	font-weight: bold;
	font-size: 14px;
	line-height: 17px;
	letter-spacing: 0.7px;
	color: #323232;
}
.front .workarea,
.front .bx-content-seection {
	padding-bottom:0px !important;
}


/* media queries */
@media all and (max-width: 1200px) {
.branding img {
	max-width: 170px;
}
#header .bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-3-col .bx-nav-2-lvl-container, #header .bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-4-col .bx-nav-2-lvl-container {
	left: -40%;
}
.phone a {
    font-size: 19px;
    line-height: 1;
}
.mail a, .time {
    font-weight: bold;
    font-size: 12px;
    line-height: 1.3;
}
#slider .container {
	position: relative;
	padding-left: 15px;
}
.slide-title {
	display:none;
}
.tittleh3 span {
	display: inline-block;
}
body .block4_text {
	padding-top: 30px;
	padding-bottom: 30px;
}
.block2 .bx-content {
    padding-top: 30px;
    padding-bottom: 60px;
}

}

@media all and (max-width: 960px) {
body .top_menu .bx-top-nav-container .bx-nav-1-lvl > a {
    font-size: 10px !important;
}
body ul.top-btns li .bx-send-prop {
    padding: 13px 10px 13px 35px;
	font-size: 10px;
}
ul.top-btns li .bx-send-prop:after {
	background-size:30px;
}
.slide-bg,
#slider .container,
#slider {
	height: 400px;
}
.slide-bg {
	background-size: cover !important;
}
#slider .container {
	padding-top: 250px;
}
.top_menu2 .bx-top-nav-container .bx-nav-1-lvl > a span {
    padding: 0px !important;
}
.top_menu2 {
    padding-top: 15px;
    padding-bottom: 10px;
}

}

@media all and (max-width: 767px) {
#header {
	position:fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	background: #333333;
	z-index: 100;
}
.phone a {
    font-size: 15px;
    line-height: 1;
}
.mail a, .time {
	font-size: 10px;
}
.branding {
    padding-left: 60px;
    padding-right: 0px;
}
.bx-aside-nav-control {
	top: 15px;
}
body .bx-header-section {
    padding: 0;
}
#slider {
	margin-top:82px;
}
.slide-bg,
#slider .container,
#slider {
	height: 201px;
}
.slide-bg {
	background-size: 768px !important;
}
.slider-counter {
	display: none;
}
#slider .container {
    padding-top: 125px;
}
.btn-red span {
    padding: 13px 10px;
    line-height: 1;
    font-weight: 800;
    font-size: 8px;
}