/**
 * Theme Name: Blocksy Child
 * Description: Blocksy Child theme
 * Author: Creative Themes
 * Template: blocksy
 * Text Domain: blocksy
 */


body {
	font-family: Mulish, Sans-Serif;
}

h1, h2, h3, h4 h5, h6 {
	font-family: Mulish, Sans-Serif;
}


.section__front_slider {
	background: #212121;
	color: #ffffff;
	margin-top: 120px;
	position: relative;
}
.section__front_slider .ct-container {
	height: 100%;
}
.container__two_grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
 	gap: 20px;
 	min-height: 560px;
}
.half__container {
	position: relative;
	height: 100%;
}
.half__container.flex__center {
	display: flex;
	align-items: center;
}

.section__front_slider .btn-primary {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 193px;
	height: 40px;
	background: #fff;
	color: #212121;
	font-size: 16px;
	font-weight: 700;
	margin-top: 50px;
}
.section__main_cat {
	padding: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 40px;
}
.section__main_cat .main__cat_card {
	display: flex;
	flex-direction: column;
	gap: 10px;
	justify-content: center;
	text-align: center;
	color: #757575;
	font-size: 16px;
	font-weight: 700;
}
.section__main_cat .main__cat_card:hover,
.section__main_cat .main__cat_card:focus {
	color: #212121;
}
.main__cat_img {
	width: 100px;
	height: 100px;
}
.section__body {
	padding: 50px 0;
}
.section__buy_gurt {
	padding: 50px 0;
}
.gurt__container {
	background: #212121;
	color: #ffffff;
	padding: 100px 20px 90px;
}
.section__buy_gurt h2 {
	color: #fff;
	font-size: 40px;
	font-weight: 900;
	margin-bottom: 15px;
	line-height: 1;
}
.gurt__wrap {
	max-width: 840px;
	display: flex;
	gap: 30px;
	justify-content: space-between;
	margin: 0 auto;
}
.section__buy_gurt .wpforms-field-medium {
	width: 100%;
}
button.wpforms-submit {
	background: #fff;
	color: #212121;
	min-height: 40px;
	padding: 0 20px;
	font-weight: 700;
}
.gurt__wrap .gurt_left {
	max-width: 330px;
}
.section__shop {
	padding: 50px 0;
}
.section__title {
	font-size: 32px;
	font-weight: 700;
	color: #000;
	line-height: 1;
}
.section__shop_grey {
	background: #f5f5f5;
	padding: 20px 0 50px;
	position: relative;
}
.section__shop_grey:after {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	top: 0;
	height: 62px;
	background: #ffffff;
}
.section__shop_grey .tabs__shop {
	position: relative;
	z-index: 1;
}
.section__banner {
	background: url('img/banner_3.png')no-repeat;
	position: relative;
	background-size: cover;
}
.bottom__center_content {
	position: absolute;
	content: '';
	left: 0;
	right: 0;
	bottom: 50px;
	text-align: center;
}
.btn__black {
	width: 196px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	background: #212121;
	font-weight: 700;
	margin: 0 auto;
}
.front__section_slider {
	position: relative;
}

.tab-buttons {
  display: flex;
  border-bottom: 1px solid #eee;
}
.tab-buttons button {
  padding: 11px 10px;
  border-bottom: 2px solid transparent;
  cursor: pointer;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  color: #757575;
  background: transparent;
}
.tab-buttons button.active {
	color: #000;
  background: #fff;
  border-bottom: 2px solid #000;
}
.tab-content {
  display: none;
  border-top: none;
}
.tab-content.active {
  display: block;
  padding-top: 20px;
}

.swiper__buttons {
  position: absolute;
  z-index: 2;
  left: -22px;
  right: -22px;
  top: 35%;
  display: flex;
  justify-content: space-between;
}
.section__collection_content .swiper__buttons {
	top: 42%;
}
.swiper__btn {
	display: flex !important;
	justify-content: center;
	align-items: center;
	width: 32px;
	height: 32px;
	background: #fff;
	border: 1px solid #e0e0e0;
}
.swiper__btn:hover,
.swiper__btn:focus {
	cursor: pointer;
}
.swiper__btn.tabPrev .btn__arrow,
.swiper__btn.tabNext .btn__arrow,
.swiper__btn.zhinkamPrev .btn__arrow,
.swiper__btn.zhinkamNext .btn__arrow,
.swiper__btn.collectionPrev .btn__arrow,
.swiper__btn.collectionNext .btn__arrow {
	display: block;
	width: 12px;
	height: 12px;
	background: #eee;
	-webkit-mask: url('img/arrow_swiper.svg')no-repeat;
	mask: url('img/arrow_swiper.svg')no-repeat;
}
.swiper__btn.tabPrev .btn__arrow,
.swiper__btn.zhinkamPrev .btn__arrow,
.swiper__btn.collectionPrev .btn__arrow {
	transform: rotate(180deg);
}
.swiper__btn:hover .btn__arrow,
.swiper__btn:focus .btn__arrow {
	background: #757575;
}
.section__collections {
	padding: 50px 0;
	position: relative;
}
.section__collection_content {
  position: relative;
}
.collection_card {
	display: flex;
	flex-direction: column;
	gap: 15px;
	transition: 300ms ease;
}
.collection_img {
	width: 100%;
	padding-top: 100%;
}
.collection_title {
	font-size: 24px;
	font-weight: 700;
	text-align: center;
	color: #757575;
}
.collection_card:hover .collection_title {
	color: #212121;
}



/*   WOO  */
.front__section_slider .woocommerce .products {
	grid-column-gap: 0 !important;
}
.sale-price {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  column-gap: 5px;
  flex-direction: row-reverse;
}
ul.products span.price {
	text-align: right;
}
.sale-price del bdi {
	color: #212121;
}
[data-products] .product .price {
  --theme-text-color: #212121;
}
.sale-price ins bdi {
	color: #D50000;
}


@media (max-width:599px) {
	.section__main_cat {
		overflow-x: auto;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        cursor: grab;
        justify-content: left;
	}
}


@media (max-width: 767px) {
	.gurt__wrap {
		flex-direction: column;
	}
	.section__banner {
		height: 300px;
	}
}



@media (min-width: 768px) {
	.gurt__wrap .gurt_left {
		flex: 0 0 330px;
	}
	.gurt__wrap .gurt_right {
		flex: 0 0 415px;
	}
	.section__banner {
		height: 640px;
	}
}



@media (max-width: 1199px) {
	.front__slider_img {
		position: absolute;
		content: "";
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
	}
	.half__container {
		display: none;
	}
}


@media (min-width: 1200px) {
	.front__slider_img {
		position: absolute;
		content: "";
		left: 50%;
		right: 0;
		top: 0;
		bottom: 0;
	}
}