
.ks-main {
		padding-bottom: 60px;
}

.сlassic-text,
.ks-short-description {
		font-size: 16px;
		color: #02030C;
		line-height: 1.6;
}
.сlassic-text p,
.ks-short-description p {
		margin-top: 0;
		margin-bottom: 10px;
}
.сlassic-text p:last-child,
.ks-short-description p:last-child {
		margin-bottom: 0;
}
.сlassic-text h2,
.ks-short-description h2 {
		font-size: 20px !important;
		margin: 0 0 10px;
}
.сlassic-text h3,
.ks-short-description h3 {
		font-size: 18px;
		margin-bottom: 10px;
}
.сlassic-text ul,
.ks-short-description ul {
		margin: 15px 0;
		padding-left: 25px;
		list-style: disc !important;
}
.сlassic-text ul li,
.ks-short-description ul li {
		list-style-type: disc !important;
		display: list-item;
}
.сlassic-text li,
.ks-short-description li {
		margin-bottom: 10px;
}
.сlassic-text ol,
.ks-short-description ol {
		margin: 15px 0;
		padding-left: 25px;
		list-style: decimal !important;
}
.сlassic-text ol li,
.ks-short-description ol li {
		list-style-type: decimal !important;
		display: list-item;
}

.ks-tabs__content {
		display: none;
}

.ks-tabs__content.active {
		display: block;
}

.ks-line-btn,
a.button,
.reset_variations {
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		border: 1px solid #F50000;
		border-radius: 4px;
		padding: 6px 32px;
		text-align: center;
		font-size: 16px;
		color: #02030C;
		line-height: 24px;
		cursor: pointer;
		outline: none;
		text-transform: none;
		-webkit-transition: all 0.3s;
		transition: all 0.3s;
}
.ks-line-btn:hover,
a.button:hover,
.reset_variations:hover {
		color: #fff;
		background-color: #F50000;
}

.reset_variations {
		padding: 4px 20px;
		font-size: 14px;
		margin-top: 30px;
}

.ks-btn,
input[type=submit],
a.checkout-button,
.woocommerce-form-coupon .button,
#payment button.button {
		margin: 0;
		padding: 10px 35px;
		background-color: #F50000;
		border-radius: 4px;
		color: #fff;
		font-size: 18px;
		font-weight: 600;
		line-height: 23px;
		text-align: center;
		cursor: pointer;
		text-transform: none;
		border: none;
}
.ks-btn:hover,
input[type=submit]:hover,
a.checkout-button:hover,
.woocommerce-form-coupon .button:hover,
#payment button.button:hover {
		background-color: #c20000;
		color: #fff;
}

.ks-arrow {
		position: absolute;
		top: 50%;
		margin-top: -27px;
		left: 0;
		width: 54px;
		height: 54px;
		border: 1px solid #D2D2D2;
		background-color: #fff;
		border-radius: 50%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		cursor: pointer;
		z-index: 50;
		-webkit-transition: all 0.3s;
		transition: all 0.3s;
}
.ks-arrow img {
		display: block;
		opacity: 0.4;
		-webkit-transition: all 0.3s;
		transition: all 0.3s;
		width: 56%;
		height: auto;
}
.ks-arrow:hover {
		border-color: #02030C;
}
.ks-arrow:hover img {
		opacity: 1;
}
.ks-arrow.next {
		left: auto;
		right: 0;
}
.ks-arrow.prew {
		-webkit-transform: rotate(180deg);
		        transform: rotate(180deg);
}

.woocommerce-message a {
		margin-right: 10px;
}

@media (max-width: 768px) {
		.ks-arrow {
				width: 40px;
				height: 40px;
				left: 10px;
		}
		.ks-arrow.next {
				right: 10px;
		}
		.ks-main {
				padding-bottom: 40px;
		}
}
@media (max-width: 480px) {
		.сlassic-text,
		.ks-short-description {
				font-size: 14px;
		}
}
.container-760 {
		max-width: 930px;
		margin: 0 auto;
		padding: 0 15px;
}

.content-center {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
}

.ks-form__input {
		margin-bottom: 20px;
}
.ks-form__btn {
		padding-top: 10px;
}
.ks-form input {
		padding: 10px;
}
.ks-form label {
		display: inline-block;
		margin-bottom: 5px;
		font-size: 16px;
}
.ks-form input[type=submit] {
		line-height: 30px;
}

.pum-theme-13140 .pum-container, .pum-theme-horoaya-tema .pum-container {
		padding-top: 50px !important;
}

.tab-content > .active {
		opacity: 1 !important;
}

.ks-chat-btn {
		position: fixed;
		z-index: 99;
		right: 10px;
		top: 50%;
		margin-top: -25px;
		background-color: red;
		padding: 15px;
		width: 70px;
		height: 70px;
		border-radius: 50px;
		cursor: pointer;
		-webkit-animation: pulse 2s infinite;
		        animation: pulse 2s infinite;
		-webkit-animation-delay: 2s;
		        animation-delay: 2s;
}

@-webkit-keyframes pulse {
		0%, 100% {
				-webkit-transform: scale(1);
				        transform: scale(1);
		}
		50% {
				-webkit-transform: scale(1.1);
				        transform: scale(1.1);
		}
}

@keyframes pulse {
		0%, 100% {
				-webkit-transform: scale(1);
				        transform: scale(1);
		}
		50% {
				-webkit-transform: scale(1.1);
				        transform: scale(1.1);
		}
}
@media (max-width: 768px) {
		.ks-chat-btn {
				margin-top: 0;
				left: 10px;
				bottom: 10px;
				top: auto;
				width: 50px;
				padding: 10px;
				height: 50px;
		}
}
.preloader {
		position: fixed;
		left: 0;
		top: 0;
		right: 0;
		bottom: 0;
		background: #fff;
		z-index: 1001;
}

.preloader__row {
		position: relative;
		top: 50%;
		left: 50%;
		width: 70px;
		height: 70px;
		margin-top: -35px;
		margin-left: -35px;
		text-align: center;
		-webkit-animation: preloader-rotate 2s infinite linear;
		        animation: preloader-rotate 2s infinite linear;
}

.preloader__item {
		position: absolute;
		display: inline-block;
		top: 0;
		background-color: red;
		border-radius: 100%;
		width: 35px;
		height: 35px;
		-webkit-animation: preloader-bounce 2s infinite ease-in-out;
		        animation: preloader-bounce 2s infinite ease-in-out;
}

.preloader__item:last-child {
		top: auto;
		bottom: 0;
		-webkit-animation-delay: -1s;
		        animation-delay: -1s;
}

@-webkit-keyframes preloader-rotate {
		100% {
				-webkit-transform: rotate(360deg);
				        transform: rotate(360deg);
		}
}

@keyframes preloader-rotate {
		100% {
				-webkit-transform: rotate(360deg);
				        transform: rotate(360deg);
		}
}
@-webkit-keyframes preloader-bounce {
		0%, 100% {
				-webkit-transform: scale(0);
				        transform: scale(0);
		}
		50% {
				-webkit-transform: scale(1);
				        transform: scale(1);
		}
}
@keyframes preloader-bounce {
		0%, 100% {
				-webkit-transform: scale(0);
				        transform: scale(0);
		}
		50% {
				-webkit-transform: scale(1);
				        transform: scale(1);
		}
}
.loaded_hiding .preloader {
		-webkit-transition: 0.3s opacity;
		transition: 0.3s opacity;
		opacity: 0;
}

.ks-loaded .preloader {
		display: none;
}

#content.site-content {
		position: relative;
		z-index: 1;
}

.ks-product-start-row {
		display: -ms-grid;
		display: grid;
		-ms-grid-columns: minmax(200px, 1fr) 30px minmax(200px, 1fr);
		grid-template-columns: repeat(2, minmax(200px, 1fr));
		grid-gap: 30px;
		margin-bottom: 120px;
}

.single-product #primary {
		padding-top: 35px;
}

.ks-woo-breadcrumbs {
		padding-top: 35px;
		padding-bottom: 35px;
		font-size: 14px;
		line-height: 1.2;
		color: #D2D2D2;
}
.ks-woo-breadcrumbs a {
		color: #02030C;
		display: inline-block;
		padding-right: 15px;
		margin-right: 10px;
		position: relative;
}
.ks-woo-breadcrumbs a::before {
		content: "";
		width: 5px;
		height: 8px;
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%);
		        transform: translateY(-50%);
		right: 0;
		background-image: url(../img/breadcrumb-arrow.svg);
		background-repeat: no-repeat;
		background-position: center;
		background-size: contain;
}

.ks-product-gallery {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		height: 100%;
}
.ks-product-gallery__wrap {
		position: sticky;
		top: 80px;
		z-index: 100;
}

.product-template-default .page {
		overflow: visible;
}

.ks-archive-description {
		padding: 40px 0;
}

.ks-product-summary h1 {
		margin: 0 0 15px;
		font-size: 20px;
		font-weight: 600;
		line-height: 1.2;
		color: #02030C;
}
.ks-product-summary .price {
		font-size: 32px;
		font-weight: 600;
		color: #02030C;
		margin: 0;
		margin-bottom: 20px;
		border-bottom: 1px solid #D2D2D2;
}
.ks-product-summary .tm-final-totals .price {
		border: none;
		margin-bottom: 0;
}
.ks-product-summary .woocommerce-variation-price {
		margin-bottom: 15px;
}
.ks-product-summary .woocommerce-variation-price .price {
		border: none;
}
.ks-product-summary .woocommerce-product-details__short-description {
		font-size: 16px;
		color: #02030C;
}
.ks-product-summary .quantity {
		display: none !important;
}
.ks-product-summary .product_meta {
		padding: 10px 0;
		font-size: 16px;
}
.ks-product-summary .tc-container h3 {
		font-size: 16px;
		font-weight: 400;
		line-height: 1.2;
		text-transform: none;
		margin-bottom: 10px;
}

.single-product div.product .woocommerce-product-gallery {
		float: none !important;
}

.js-variation-tab-nav {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		padding-bottom: 20px;
		gap: 6px;
}
.js-variation-tab-nav li {
		font-size: 16px;
		padding: 0 10px;
		border-radius: 2px;
		min-width: 100px;
		width: auto;
		border: 1px solid #D2D2D2;
		color: #D2D2D2;
		background-color: #fff;
		text-align: center;
		cursor: pointer;
		-webkit-transition: all 0.3s;
		transition: all 0.3s;
}
.js-variation-tab-nav li:hover {
		color: #02030C;
}
.js-variation-tab-nav li.material-active {
		color: #02030C;
}

.ks-woo_add_to_cart {
		padding-bottom: 20px;
		border-bottom: 1px solid #D2D2D2;
		margin-bottom: 20px;
}
.ks-woo_add_to_cart form.cart {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		gap: 15px;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
}
.ks-woo_add_to_cart .quantity input {
		height: 43px;
		border-radius: 4px;
		border: 1px solid #333;
}
.ks-woo_add_to_cart .stock {
		display: none;
}
.ks-woo_add_to_cart .image-variable-items-wrapper {
		gap: 10px !important;
}
.ks-woo_add_to_cart .image-variable-items-wrapper li {
		padding: 0 !important;
		border-radius: 0 !important;
		margin: 0 !important;
}
.ks-woo_add_to_cart .image-variable-items-wrapper li li:last-child {
		margin-right: 0px !important;
}
.ks-woo_add_to_cart .image-variable-items-wrapper li.selected {
		-webkit-box-shadow: 0 0 0 1px red !important;
		        box-shadow: 0 0 0 1px red !important;
}
.ks-woo_add_to_cart .image-variable-items-wrapper .group-variable-item-wrapper {
		gap: 10px;
}
.ks-woo_add_to_cart .image-variable-items-wrapper.grouped-variable-items {
		gap: 0 !important;
}
.ks-woo_add_to_cart .image-variable-items-wrapper .group-variable-items-name {
		font-style: normal;
		font-size: 16px;
		margin-bottom: 10px;
}
.ks-woo_add_to_cart .grouped-variable-items {
		padding-top: 0px;
		position: relative;
}
.ks-woo_add_to_cart .group-variable-items-name {
		display: none !important;
}
.ks-woo_add_to_cart .group-variable-item-wrapper {
		display: none !important;
}
.ks-woo_add_to_cart .material-active .group-variable-items-name {
		color: #02030C;
}
.ks-woo_add_to_cart .material-active .group-variable-item-wrapper {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
}
.ks-woo_add_to_cart .group-variable-items-wrapper:nth-child(1) .group-variable-items-name {
		border-radius: 4px 0 0 4px;
}
.ks-woo_add_to_cart .group-variable-items-wrapper:nth-child(2) .group-variable-items-name {
		left: 160px;
		border-radius: 0 4px 4px 0;
}
.ks-woo_add_to_cart .button-variable-items-wrapper li.variable-item {
		padding: 0 !important;
		border-radius: 4 !important;
		margin: 0 20px 0 0 !important;
		height: 30px !important;
		width: auto;
		min-width: 100px;
		font-size: 16px;
		line-height: 28px;
}
.ks-woo_add_to_cart .button-variable-items-wrapper li.variable-item li:last-child {
		margin-right: 0px !important;
}
.ks-woo_add_to_cart .button-variable-items-wrapper li.variable-item.selected {
		-webkit-box-shadow: 0 0 0 1px red !important;
		        box-shadow: 0 0 0 1px red !important;
}
.ks-woo_add_to_cart .variations .label {
		font-size: 16px;
		font-weight: 400;
		margin-bottom: 10px;
}
.ks-woo_add_to_cart .variations .label label {
		margin: 0 !important;
		line-height: 1.4;
}
.ks-woo_add_to_cart .value {
		padding-bottom: 25px !important;
		position: relative;
}

.ks-product-start-row .variable-items-wrapper[role=radiogroup] {
		gap: 15px 0;
}

@media (max-width: 768px) {
		.ks-woo_add_to_cart .image-variable-items-wrapper,
		.ks-woo_add_to_cart .image-variable-items-wrapper .group-variable-item-wrapper {
				gap: 10px !important;
		}
		.ks-woo_add_to_cart li.variable-item {
				width: 40px !important;
				height: 40px !important;
		}
}
.ks-woo_add_to_cart .variations th.label label {
		width: auto;
}

.ks-product-page button[type=submit] {
		margin: 0;
		padding: 10px 35px;
		background-color: #F50000;
		border-radius: 4px;
		color: #fff;
		font-size: 18px;
		font-weight: 600;
		line-height: 21px;
		text-align: center;
		cursor: pointer;
		text-transform: none;
}
.ks-product-page button[type=submit]:hover {
		background-color: #c20000;
		color: #fff;
}
.ks-product-page .ks-line-btn {
		font-size: 18px;
		line-height: 21px;
		padding: 10px 24px;
}

.after_product_title_info {
		font-size: 14px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		gap: 10px;
		color: #02030C;
}
.after_product_title_info .woocommerce-product-rating {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		gap: 8px;
}
.after_product_title_info .star-rating span::before {
		color: #F2E783;
}

.ks_in_stock {
		color: #05AF20;
}

.ks-star-rating {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		gap: 2px;
}
.ks-star-rating svg {
		display: block;
		width: 18px;
		height: 18px;
}

.product_meta {
		font-size: 14px;
		font-weight: 600;
}
.product_meta a {
		font-weight: 400;
}

.ks-product-tabs-row {
		border-top: 1px solid #D2D2D2;
		padding-top: 30px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		padding-bottom: 120px;
}
.ks-product-tabs-row .woocommerce-tabs ul.wc-tabs {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		gap: 40px;
		font-size: 20px;
		font-weight: 400;
		color: #02030C;
		margin-bottom: 25px;
}
.ks-product-tabs-row .woocommerce-tabs ul.wc-tabs li a {
		display: inline-block;
		position: relative;
		padding: 8px 0;
		line-height: 1.2;
}
.ks-product-tabs-row .woocommerce-tabs ul.wc-tabs li a:hover {
		color: #F50000;
}
.ks-product-tabs-row .woocommerce-tabs ul.wc-tabs li.active a {
		color: #F50000;
}
.ks-product-tabs-row .woocommerce-tabs ul.wc-tabs li.active a::before {
		content: "";
		width: 100%;
		height: 2px;
		background-color: #F50000;
		position: absolute;
		bottom: 0;
		left: 0;
}

.wc-tabs-wrapper {
		width: 60%;
		padding-right: 30px;
}

.ks-deliveri-info-tabs {
		width: 40%;
		padding-top: 65px;
}

.tab-with-information {
		border: 1px solid #D2D2D2;
		border-radius: 16px;
}

.ks-tabs__content-wrap {
		padding: 16px 20px 25px;
}

.ks-tabs-nav {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		gap: 40px;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		padding: 24px 35px 22px;
		border-bottom: 1px solid #D2D2D2;
		margin: 0 !important;
}
.ks-tabs-nav li {
		cursor: pointer;
		margin: 0;
		display: inline-block;
		font-size: 20px;
		font-weight: 400;
		color: #02030C;
		padding: 8px 0;
		line-height: 1.2;
		position: relative;
		-webkit-transition: all 0.3s;
		transition: all 0.3s;
}
.ks-tabs-nav li:hover {
		color: #F50000;
}
.ks-tabs-nav li.active {
		color: #F50000;
}
.ks-tabs-nav li.active::before {
		content: "";
		width: 100%;
		height: 100%;
		height: 2px;
		background-color: #F50000;
		position: absolute;
		bottom: 0;
		left: 0;
}

.delivery-metod {
		padding-top: 16px;
}
.delivery-metod__item {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		margin-bottom: 16px;
}
.delivery-metod__item:last-child {
		margin-bottom: 0;
}
.delivery-metod__img {
		width: 36px;
}
.delivery-metod__name {
		width: calc(100% - 36px);
		padding-left: 12px;
		font-size: 16px;
		line-height: 1.4;
}

.tab-with-information__btn-row {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		padding-top: 16px;
}

.tab-with-information ul {
		margin: 10px 0;
}
.tab-with-information ul li {
		margin-bottom: 0;
}

.tab-with-information__content--payment ul li {
		list-style-type: none !important;
		position: relative;
		margin-bottom: 15px;
		line-height: 1.4;
}
.tab-with-information__content--payment ul li:last-child {
		margin-bottom: 0;
}
.tab-with-information__content--payment ul li::before {
		content: "";
		width: 8px;
		height: 8px;
		border-radius: 50%;
		background-color: #D2D2D2;
		position: absolute;
		top: 50%;
		margin-top: -4px;
		left: -20px;
}

.woocommerce-Reviews {
		color: #02030C;
		font-size: 16px;
}

.ks-comment-head {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		    -ms-flex-direction: row-reverse;
		        flex-direction: row-reverse;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		margin-bottom: 10px;
}

.ks-reviews-meta-row {
		width: calc(100% - 98px);
		padding-right: 16px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
}
.ks-reviews-meta-row .woocommerce-review__author {
		font-weight: 600;
		padding-right: 10px;
}

#tab-reviews .woocommerce-Reviews-title {
		display: none;
}
#tab-reviews .review {
		border: 1px solid #D2D2D2;
		border-radius: 16px;
		padding: 24px 32px;
		line-height: 1.4;
		margin-bottom: 24px;
}
#tab-reviews .woocommerce-review__published-date {
		padding-top: 3px;
		color: #D2D2D2;
		font-size: 14px;
}

#commentform {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
}

#review_form p {
		margin: 0;
		width: 100%;
}
#review_form .comment-form-comment {
		padding-top: 20px;
}
#review_form textarea {
		width: 100%;
		height: 150px;
		border-radius: 4px;
}
#review_form input[type=text],
#review_form input[type=email] {
		border-radius: 4px;
		border: 1px solid #444;
}
#review_form label {
		display: block;
		margin-bottom: 5px;
}
#review_form .comment-form-author,
#review_form .comment-form-email {
		width: 48%;
}
#review_form .comment-form-author input,
#review_form .comment-form-email input {
		width: 100%;
}
#review_form .comment-form-cookies-consent {
		padding-top: 20px;
		margin-bottom: 10px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: start;
		    -ms-flex-align: start;
		        align-items: start;
		line-height: 1.4;
}
#review_form .comment-form-cookies-consent label {
		width: calc(100% - 13px);
		display: block;
		padding-left: 10px;
}
#review_form .comment-form-cookies-consent input {
		display: inline-block;
		margin-top: 4px;
}
#review_form .form-submit {
		width: 200px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: end;
		    -ms-flex-pack: end;
		        justify-content: flex-end;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		padding: 20px 0;
}
#review_form .form-submit input[type=submit] {
		width: 100%;
}

.select2-container--bootstrap .select2-results__option--highlighted[aria-selected] {
		color: #fff !important;
}

.comment-reply-title {
		font-size: 24px;
		line-height: 1.2;
		font-weight: 600;
}

.comment-form-rating {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		gap: 20px;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		width: 100%;
		margin: 0;
		padding-top: 15px;
}
.comment-form-rating label {
		white-space: nowrap;
}
.comment-form-rating .stars span {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		gap: 3px;
}

.review .dco-image-attachment img {
		max-height: 80px !important;
		display: inline-block;
		margin-right: 12px;
}

.comment-form-attachment__input {
		padding: 0;
}

.ks-products-grid {
		display: -ms-grid;
		display: grid;
		-ms-grid-columns: 1fr 30px 1fr 30px 1fr;
		grid-template-columns: repeat(3, 1fr);
		grid-gap: 40px 30px;
		padding-top: 20px;
		padding-bottom: 30px;
}

.woocommerce-products-header__title {
		margin: 0 0 10px;
}

.woocommerce-pagination {
		padding: 20px 0;
}
.woocommerce-pagination .page-numbers {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		gap: 10px;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
}
.woocommerce-pagination a, .woocommerce-pagination span {
		min-width: 40px;
		height: 40px;
		border: 1px solid #333;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		padding: 0;
		border-radius: 4px;
}
.woocommerce-pagination a:hover {
		border-color: #F50000;
}

.ks-product-item__img {
		position: relative;
		margin-bottom: 15px;
		overflow: hidden;
}
.ks-product-item__img img {
		-webkit-transition: all 0.5s;
		transition: all 0.5s;
}
.ks-product-item__img img:hover {
		-webkit-transform: scale(1.1);
		        transform: scale(1.1);
}
.ks-product-item .woocommerce-loop-product__title {
		font-size: 16px !important;
		font-weight: 400;
		text-transform: none;
		margin: 0;
		text-transform: uppercase;
		-webkit-transition: all 0.5s;
		transition: all 0.5s;
}
.ks-product-item:hover .woocommerce-loop-product__title {
		color: #F50000;
}
.ks-product-item .price {
		display: inline-block;
		padding-top: 10px;
		font-size: 20px;
		font-weight: 400;
		color: #000;
		line-height: 1.2;
}
.ks-product-item .ks-star-rating {
		padding-top: 10px;
}

.ks-product-arhive-container .ks-product-item .woocommerce-loop-product__title {
		font-size: 20px !important;
		text-transform: none;
		font-weight: 600;
}
.ks-product-arhive-container .price {
		display: none;
}
.ks-product-arhive-container .ks-star-rating {
		display: none;
}

.ks-product-arhive-container {
		padding-bottom: 40px;
}

.term-description {
		margin-bottom: 20px;
}

.ks-related, .ks-upsells, .ks_cross_sell {
		padding-bottom: 50px;
}
.ks-related .ks-products-grid, .ks-upsells .ks-products-grid, .ks_cross_sell .ks-products-grid {
		display: block;
		padding: 0 48px;
}
.ks-related .ks-product-item, .ks-upsells .ks-product-item, .ks_cross_sell .ks-product-item {
		padding: 0 12px;
}
.ks-related__title, .ks-upsells__title, .ks_cross_sell__title {
		font-size: 20px !important;
		font-weight: 600;
		margin: 0 0 15px;
		text-transform: none;
		color: #02030C;
}

.ks-product-item a.button {
		min-width: 200px;
		margin-top: 15px;
		text-transform: none;
		display: none;
}

.ks_cross_sell a.button {
		display: block;
}

.ks-additional-info-title {
		display: none;
}

#tab-additional_information {
		font-size: 16px;
		color: #02030C;
}
#tab-additional_information table {
		border-top: 1px solid #D2D2D2;
}
#tab-additional_information tr {
		border-bottom: 1px solid #D2D2D2;
}
#tab-additional_information th, #tab-additional_information td {
		padding: 11px 0;
		line-height: 26px;
		font-weight: 400;
}
#tab-additional_information th {
		width: 45%;
		padding-right: 15px;
}
#tab-additional_information td {
		width: 55%;
}

@media (max-width: 1200px) {
		.ks-product-tabs-row .woocommerce-tabs ul.wc-tabs {
				font-size: 16px;
		}
		.ks-product-start-row {
				-ms-grid-columns: 100%;
				grid-template-columns: 100%;
				margin-bottom: 40px;
		}
		.ks-tabs-nav {
				gap: 20px;
		}
		.ks-tabs-nav li {
				font-size: 16px;
		}
		.ks-product-tabs-row {
				padding-bottom: 60px;
		}
		.ks-product-item a.button {
				min-width: 100px;
		}
}
@media (max-width: 991px) {
		.ks-product-tabs-row {
				-webkit-box-orient: vertical;
				-webkit-box-direction: normal;
				    -ms-flex-direction: column;
				        flex-direction: column;
		}
		.ks-product-tabs-row > div {
				width: 100%;
		}
		.ks-products-grid {
				-ms-grid-columns: 1fr 20px 1fr;
				grid-template-columns: repeat(2, 1fr);
				grid-gap: 40px 20px;
				padding: 20px 0;
		}
		.wc-tabs-wrapper {
				padding-right: 0;
		}
}
@media (max-width: 768px) {
		.ks-woo-breadcrumbs {
				padding-top: 10px;
				padding-bottom: 15px;
		}
		.ks-products-grid {
				padding-top: 0;
				padding-bottom: 20px;
		}
		.ks-product-tabs-row {
				padding-bottom: 40px;
		}
		.ks-deliveri-info-tabs {
				padding-top: 40px;
		}
		.ks-related .ks-products-grid, .ks-upsells .ks-products-grid, .ks_cross_sell .ks-products-grid {
				padding: 0;
				margin: 0 -5px;
		}
		.ks-related .ks-product-item, .ks-upsells .ks-product-item, .ks_cross_sell .ks-product-item {
				padding: 0 5px;
		}
		.ks-related .ks-product-item .price, .ks-upsells .ks-product-item .price, .ks_cross_sell .ks-product-item .price {
				font-size: 14px;
		}
		.ks-product-item .ks-star-rating {
				padding-top: 5px;
		}
		.ks-related__title, .ks-upsells__title {
				margin-bottom: 5px;
		}
		.comment-form-rating {
				-webkit-box-orient: vertical;
				-webkit-box-direction: normal;
				    -ms-flex-direction: column;
				        flex-direction: column;
				-webkit-box-align: start;
				    -ms-flex-align: start;
				        align-items: flex-start;
				gap: 10px;
		}
		#review_form .comment-form-author {
				margin-bottom: 10px;
		}
		#review_form .comment-form-author, #review_form .comment-form-email {
				width: 100%;
		}
		.ks_cross_sell .ks-product-item a.button {
				margin-top: 10px;
				font-size: 14px;
				padding: 4px;
		}
}
@media (max-width: 600px) {
		.ks-products-grid {
				-ms-grid-columns: 100%;
				grid-template-columns: 100%;
				grid-gap: 30px;
		}
		.ks-product-tabs-row .woocommerce-tabs ul.wc-tabs {
				gap: 20px;
		}
}
@media (max-width: 480px) {
		.ks-tabs-nav {
				padding: 15px;
		}
		.ks-tabs__content-wrap .сlassic-text p, .ks-tabs__content-wrap .сlassic-text ul, .ks-tabs__content-wrap .сlassic-text li {
				font-size: 14px;
		}
		.ks-tabs__content-wrap .delivery-metod__name {
				font-size: 14px;
		}
		.ks-product-summary .woocommerce-product-details__short-description {
				font-size: 14px;
		}
		#tab-additional_information {
				font-size: 14px;
		}
		#tab-additional_information th, #tab-additional_information td {
				line-height: 20px;
		}
}
@media (max-width: 380px) {
		.ks-tabs-nav {
				gap: 0;
				-webkit-box-pack: justify;
				    -ms-flex-pack: justify;
				        justify-content: space-between;
		}
		.ks-tabs-nav li {
				font-size: 14px;
		}
		#tab-reviews .review {
				border-radius: 10px;
				padding: 20px 15px;
				font-size: 14px;
		}
		.ks-comment-head {
				-webkit-box-orient: vertical;
				-webkit-box-direction: normal;
				    -ms-flex-direction: column;
				        flex-direction: column;
				width: 100%;
		}
		.ks-comment-head > div {
				width: 100%;
		}
		.ks-comment-head .ks-star-rating {
				margin-bottom: 10px;
		}
}
.woocommerce-message a.button {
		text-transform: none;
}

.woocommerce-error {
		line-height: 1.4;
}
.woocommerce-error li {
		margin-bottom: 10px;
}

.woocommerce-NoticeGroup-checkout {
		margin-bottom: 30px;
}

@media (max-width: 768px) {
		.woocommerce-NoticeGroup-checkout {
				margin-bottom: 20px;
		}
}
.ks-woo-gallery {
		position: relative;
}
.ks-woo-gallery .woocommerce-product-gallery {
		max-width: 100%;
}
.ks-woo-gallery .flex-control-thumbs {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		gap: 16px;
}
.ks-woo-gallery .flex-control-thumbs li {
		width: 80px !important;
}
.ks-woo-gallery .flex-control-thumbs img {
		width: 100%;
}

.flex-direction-nav a, .ks-product-start-row .slick-arrow {
		width: 36px;
		height: 36px;
		background-color: #fff;
		font-size: 0px;
		background-image: url(/wp-content/themes/da-kas_2020/img/slider-arrow.svg);
		background-size: 20px;
		background-repeat: no-repeat;
		background-position: center;
		display: inline-block;
		-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
		        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
		border-radius: 50%;
}

.ks-product-start-row .wpgs-nav {
		margin: 20px -8px 0;
}
.ks-product-start-row .wpgs-nav .slick-slide {
		margin: 0 8px 0 8px;
}
.ks-product-start-row .wpgs-nav .slick-slide img {
		width: 100%;
		height: 80px;
		-o-object-fit: cover;
		   object-fit: cover;
}
.ks-product-start-row .slick-arrow::before {
		display: none;
}
.ks-product-start-row .flaticon-back {
		left: 15px;
		-webkit-transform: rotate(180deg);
		        transform: rotate(180deg);
}
.ks-product-start-row .flaticon-right-arrow {
		right: 15px;
}
.ks-product-start-row .slick-track {
		margin: 0 !important;
}

@media (max-width: 1400px) {
		.ks-product-start-row .wpgs-nav .slick-slide img {
				height: 65px;
		}
}
@media (max-width: 1200px) {
		.ks-product-start-row .wpgs-nav .slick-slide img {
				height: 80px;
		}
}
@media (max-width: 400px) {
		.ks-product-start-row .wpgs-nav .slick-slide img {
				height: 60px;
		}
		.wpgs-for.slick-initialized, .wpgs-nav.slick-initialized {
				margin: 0px;
		}
		.ks-product-start-row .wpgs-nav .slick-slide {
				margin: 0 4px 0 4px;
		}
}
.pswp__bg {
		background-color: rgba(0, 0, 0, 0.8);
}

.pswp__caption__center {
		text-align: center;
		text-transform: uppercase;
}

.flex-direction-nav a {
		position: absolute;
		top: 220px;
		z-index: 50;
}
.flex-direction-nav a.flex-prev {
		left: 15px;
		-webkit-transform: rotate(180deg);
		        transform: rotate(180deg);
}
.flex-direction-nav a.flex-next {
		right: 15px;
}
.flex-direction-nav a.flex-disabled {
		opacity: 0.6;
}

.ks-sngle-add-to-cart-btn-wrap {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		gap: 16px;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
}

.d-none {
		display: none;
}

@media (min-width: 768px) {
		.slider-line-height {
				width: 100%;
				height: 20px;
				background-color: #fff;
				position: absolute;
				bottom: 22px;
				z-index: 30;
				left: 0;
		}
		.ks-product-start-row ul.list-overflow {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-align: center;
				    -ms-flex-align: center;
				        align-items: center;
				gap: 20px;
				overflow-y: auto;
				padding: 3px;
				margin: 0;
				-ms-flex-wrap: nowrap;
				    flex-wrap: nowrap;
				max-width: 590px;
				position: relative;
		}
		.ks-product-start-row ul.list-overflow li {
				list-style-type: none;
				-webkit-transition: -webkit-transform 0.5s ease;
				transition: -webkit-transform 0.5s ease;
				transition: transform 0.5s ease;
				transition: transform 0.5s ease, -webkit-transform 0.5s ease;
				width: 80px;
				min-width: 80px;
		}
		.ks-product-start-row ul.list-overflow img {
				width: 80px !important;
				height: 80px !important;
				-o-object-fit: cover;
				   object-fit: cover;
		}
		.my-arrow {
				width: 36px;
				height: 36px;
				border-radius: 50%;
				border: 1px solid #000;
				background-color: #fff;
				background-image: url(/wp-content/themes/da-kas_2020/img/slider-arrow.svg);
				background-repeat: no-repeat;
				background-position: center;
				background-size: 20px auto;
				cursor: pointer;
				position: absolute;
				top: 25px;
				-webkit-transition: 0.3s;
				transition: 0.3s;
				z-index: 55;
		}
		.my-arrow:hover {
				background-color: #ececec;
				border-color: red;
		}
		.my-prew-arrow {
				left: 5px;
				-webkit-transform: rotate(180deg);
				        transform: rotate(180deg);
		}
		.my-next-arrow {
				right: -50px;
		}
}
.ks-product-summary .tc-element-container ul {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-box-pack: start !important;
		    -ms-flex-pack: start !important;
		        justify-content: flex-start !important;
		gap: 12px 16px;
		padding: 0 8px;
}
.ks-product-summary .tc-element-container ul li {
		width: auto !important;
		min-width: 100px;
		border: 1px solid #D2D2D2;
		border-radius: 4px;
		font-size: 16px;
		line-height: 28px;
		padding: 0px !important;
		-webkit-box-flex: 0 !important;
		    -ms-flex: 0 1 auto !important;
		        flex: 0 1 auto !important;
		position: relative;
		-webkit-transition: all 0.3s;
		transition: all 0.3s;
}
.ks-product-summary .tc-element-container ul li:hover {
		-webkit-box-shadow: 0 0 0 1px #D2D2D2;
		        box-shadow: 0 0 0 1px #D2D2D2;
}
.ks-product-summary .tc-element-container ul li.tc-active {
		border-color: #F50000;
}
.ks-product-summary .tc-element-container ul li.tc-active:hover {
		-webkit-box-shadow: none;
		        box-shadow: none;
}
.ks-product-summary .tc-element-container ul .tc-price-wrap {
		display: none;
}
.ks-product-summary .tc-element-container ul label {
		width: 100%;
		display: inline-block;
		text-align: center;
		cursor: pointer;
		padding: 0 10px 0 2px;
}
.ks-product-summary .tc-element-container ul label input {
		position: absolute !important;
		opacity: 0;
		top: 0;
		left: 0;
}

.tm-responsive .tm-extra-product-options ul.tmcp-elements:not(.tm-extra-product-options-variations) li.tmcp-field-wrap:not(.tm-per-row) {
		width: auto !important;
}

.ks-product-categori {
		padding-top: 20px;
}

.ks-products-grid .product-category a {
		display: block;
		position: relative;
}
.ks-products-grid .product-category a::before {
		content: "";
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 2;
		background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(67%, rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.9)));
		background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 67%, rgba(0, 0, 0, 0.9) 100%);
		-webkit-transition: all 0.5s;
		transition: all 0.5s;
}
.ks-products-grid .product-category a::after {
		content: "";
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 2;
		background: rgba(0, 0, 0, 0.5);
		-webkit-transition: all 0.5s;
		transition: all 0.5s;
		opacity: 0;
}
.ks-products-grid .product-category a img {
		position: relative;
		z-index: 1;
}
.ks-products-grid .product-category a h2 {
		position: absolute;
		z-index: 5;
		bottom: 0;
		left: 0;
		width: 100%;
		color: #fff;
		font-size: 22px;
		line-height: 1.2;
		text-align: center;
		margin: 0;
		padding: 15px;
		min-height: 90px;
		-webkit-transition: all 0.5s;
		transition: all 0.5s;
}
.ks-products-grid .product-category a h2::before {
		content: "\f002";
		font-weight: 400;
		font-family: "FontAwesome";
		width: 50px;
		text-align: center;
		font-size: 26px;
		position: absolute;
		top: -60px;
		left: 50%;
		margin-left: -25px;
		border-bottom: 1px solid red;
		padding-bottom: 10px;
		-webkit-transition: all 0.5s;
		transition: all 0.5s;
		opacity: 0;
}
.ks-products-grid .product-category a h2 mark {
		background-color: transparent;
		color: #fff;
		display: none;
}
@media (min-width: 991px) {
		.ks-products-grid .product-category a:hover::after {
				opacity: 1;
		}
		.ks-products-grid .product-category a:hover h2 {
				-webkit-transform: translateY(-50px);
				        transform: translateY(-50px);
		}
		.ks-products-grid .product-category a:hover h2::before {
				opacity: 1;
		}
}

@media (max-width: 768px) {
		.ks-products-grid .product-category a h2 {
				font-size: 16px !important;
				min-height: 60px;
				padding: 5px 10px;
		}
}
.ks-page-title {
		font-size: 32px;
		font-weight: 600;
		color: #02030C;
		margin: 0 0 30px;
		text-transform: none;
}

.ks-shop_table-wrap {
		border: 1px solid #D2D2D2;
		border-radius: 8px;
		padding: 10px;
}

.ks-shop_table {
		width: 100%;
}
.ks-shop_table .product-thumbnail {
		width: 200px;
		padding: 20px 0;
}
.ks-shop_table .product-thumbnail a {
		display: block;
		padding-bottom: 86%;
		position: relative;
		overflow: hidden;
}
.ks-shop_table .product-thumbnail a img {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		-o-object-fit: cover;
		   object-fit: cover;
		border: none;
		margin: 0 !important;
}
.ks-shop_table .product-name {
		padding: 10px 20px;
		width: 50%;
}
.ks-shop_table .product-name a {
		font-size: 22px;
		color: #02030C;
		font-weight: 400;
		line-height: 1.2;
}
.ks-shop_table .product-price,
.ks-shop_table .product-quantity {
		text-align: center;
		padding: 40px 20px;
		position: relative;
}
.ks-shop_table .product-price::after,
.ks-shop_table .product-quantity::after {
		content: "";
		width: 1px;
		background-color: #D2D2D2;
		height: 90%;
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%);
		        transform: translateY(-50%);
		left: 0;
}
.ks-shop_table .product-remove {
		width: 50px;
}
.ks-shop_table .product-remove a {
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		width: 30px;
		height: 30px;
		border: 1px solid #D2D2D2;
		border-radius: 50%;
		line-height: 1;
		-webkit-transition: all 0.3s;
		transition: all 0.3s;
}
.ks-shop_table .product-remove a:hover {
		color: #F50000;
		border-color: #F50000;
}
.ks-shop_table .variation {
		font-size: 14px;
		color: #02030C;
		display: -ms-grid;
		display: grid;
		-ms-grid-columns: 170px 20px 1fr;
		grid-template-columns: 170px 1fr;
		grid-gap: 5px 20px;
		line-height: 1.4;
}
.ks-shop_table .variation dt {
		font-weight: 600;
}

.ks-shop_table-price {
		font-size: 18px;
		font-weight: 400;
		color: #02030C;
}

.ks-product-td-title {
		font-weight: 400;
		font-size: 18px;
		position: absolute;
		top: 5px;
		left: 0;
		width: 100%;
		text-align: center;
}

.ks-quantity-nav {
		border: none;
		width: 20px;
		height: 20px;
		position: relative;
		padding: 0;
		cursor: pointer;
		display: inline-block;
		margin: 0 6px;
}
.ks-quantity-nav::before, .ks-quantity-nav::after {
		content: "";
		width: 14px;
		height: 1px;
		background-color: #000;
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		        transform: translate(-50%, -50%);
}

.minus::after {
		display: none;
}

.plus::after {
		width: 1px;
		height: 14px;
}

.quantity {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
}
.quantity input {
		padding: 0 !important;
		border-radius: 3px;
		border: 1px solid #D2D2D2;
		line-height: 30px;
		font-size: 16px;
		width: 44px;
		text-align: center;
		-webkit-appearance: none !important;
		   -moz-appearance: none !important;
		        appearance: none !important;
}
.quantity input::-webkit-outer-spin-button,
.quantity input::-webkit-inner-spin-button {
		appearance: none !important;
		-webkit-appearance: none;
}

.woocommerce-order {
		font-size: 18px;
}

.ks-uppdate_cart-btn-wrap {
		display: none !important;
}

.ks-cart-btn-row {
		width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
}
.ks-cart-btn-row a {
		font-size: 20px;
		min-width: 260px;
		padding: 13px 40px;
}

.cart_totals {
		padding-top: 25px;
		margin-bottom: 40px;
}

.cart_totals__table-wrap {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: end;
		    -ms-flex-pack: end;
		        justify-content: flex-end;
		margin-bottom: 25px;
}
.cart_totals__table-wrap .order-total {
		font-size: 20px;
		font-weight: 600;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: end;
		    -ms-flex-pack: end;
		        justify-content: flex-end;
}
.cart_totals__table-wrap .order-total__title {
		padding-right: 24px;
}
.cart_totals__table-wrap .order-total strong {
		font-weight: 600;
}

@media (max-width: 1200px) {
		.ks-shop_table .product-thumbnail {
				width: 140px;
		}
		.ks-shop_table .product-name a {
				font-size: 18px;
		}
		.ks-shop_table-price,
		.ks-product-td-title {
				font-size: 16px;
				white-space: nowrap;
		}
		.ks-shop_table .variation {
				grid-gap: 3px 10px;
				font-size: 12px;
				-ms-grid-columns: 130px 10px 1fr;
				grid-template-columns: 130px 1fr;
		}
}
@media (max-width: 991px) {
		.ks-shop_table .product-thumbnail {
				width: 100px;
		}
		.ks-shop_table-price,
		.ks-product-td-title {
				font-size: 14px;
		}
		.woocommerce-order {
				font-size: 16px;
		}
		.quantity input {
				font-size: 14px;
				width: 38px;
				line-height: 24px;
		}
		.ks-quantity-nav::before, .ks-quantity-nav::after {
				width: 11px;
				height: 1px;
		}
		.minus::after {
				display: none;
		}
		.plus::after {
				width: 1px;
				height: 11px;
		}
		.ks-shop_table .product-price, .ks-shop_table .product-quantity {
				padding: 20px 10px;
		}
		.ks-cart-btn-row a {
				font-size: 18px;
				min-width: 230px;
				padding: 10px 30px;
		}
		.cart_totals__table-wrap .order-total {
				font-size: 18px;
		}
}
.return-to-shop {
		margin-bottom: 60px;
}
.return-to-shop a.button {
		padding: 12px 30px;
}

@media (max-width: 768px) {
		.ks-shop_table .product-name {
				width: 100%;
		}
		.ks-shop_table .variation {
				text-align: left;
		}
		.ks-shop_table .product-remove {
				width: 100%;
				position: relative;
		}
		.ks-shop_table .product-remove a {
				position: absolute;
				top: 35px;
				right: 15px;
				z-index: 20;
				background-color: #fff;
		}
		.ks-shop_table .product-thumbnail {
				width: 100%;
		}
		.ks-shop_table .product-thumbnail::before {
				display: none;
		}
		.ks-shop_table .product-thumbnail a {
				padding-bottom: 70%;
		}
		.ks-shop_table .product-name {
				padding: 0;
				margin-bottom: 10px;
		}
		.ks-shop_table .product-price, .ks-shop_table .product-quantity {
				padding: 0;
				margin-bottom: 10px;
		}
		.ks-shop_table .product-price::after, .ks-shop_table .product-quantity::after {
				display: none;
		}
		.ks-product-td-title {
				display: none;
		}
		.quantity {
				-webkit-box-pack: end;
				    -ms-flex-pack: end;
				        justify-content: flex-end;
		}
		.ks-shop_table-price {
				margin-left: auto;
				text-align: right;
		}
		.ks-shop_table tr.woocommerce-cart-form__cart-item {
				padding-bottom: 10px;
				border-top: 1px solid #D2D2D2;
				padding-top: 20px;
		}
		.ks-shop_table tr.woocommerce-cart-form__cart-item:first-child {
				border: none;
				padding-top: 0;
		}
}
@media (max-width: 600px) {
		.ks-cart-btn-row {
				-webkit-box-orient: vertical;
				-webkit-box-direction: normal;
				    -ms-flex-direction: column;
				        flex-direction: column;
				gap: 20px;
				-webkit-box-align: center;
				    -ms-flex-align: center;
				        align-items: center;
		}
		.ks-cart-btn-row a {
				min-width: 300px;
		}
		.cart_totals__table-wrap {
				-webkit-box-pack: center;
				    -ms-flex-pack: center;
				        justify-content: center;
		}
}
@media (max-width: 400px) {
		.ks-shop_table-wrap {
				border: none;
				padding: 0;
		}
		.ks-page-title {
				margin-bottom: 10px;
		}
}
.header-card {
		display: inline-block;
		height: auto;
		font-size: 26px;
}
.header-card img {
		width: 100%;
}

@media (max-width: 991px) {
		.linear-icon-telephone:before,
		.linear-icon-map-marker:before {
				color: #000;
		}
}
#order_comments_field textarea, .woocommerce-form-coupon input, .ks-checkout-form .woocommerce-input-wrapper input {
		width: 100%;
		border: 1px solid #D2D2D2;
		border-radius: 5px;
		padding: 12px 12px;
		line-height: 20px;
		font-size: 16px;
}

.ks-checkout-form__row {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		-webkit-box-align: start;
		    -ms-flex-align: start;
		        align-items: start;
}
.ks-checkout-form label {
		display: block;
		width: 100%;
		margin-bottom: 5px;
		line-height: 1.4;
		color: #02030C;
		font-size: 16px;
}
.ks-checkout-form .woocommerce-input-wrapper {
		width: 100%;
		display: inline-block;
}
.ks-checkout-form .form-row {
		margin: 0;
		margin-bottom: 12px;
}
.ks-checkout-form__col-1, .ks-checkout-form__col-2 {
		border: 1px solid #D2D2D2;
		border-radius: 8px;
}
.ks-checkout-form__col-1 {
		width: calc(60% - 16px);
		padding: 32px 24px;
}
.ks-checkout-form__col-2 {
		width: calc(40% - 16px);
}
.ks-checkout-form .woocommerce-form__label {
		display: none !important;
}
.ks-checkout-form .woocommerce-billing-fields__field-wrapper {
		display: -ms-grid;
		display: grid;
		-ms-grid-columns: 1fr 20px 1fr;
		grid-template-columns: repeat(2, 1fr);
		grid-gap: 0 20px;
		padding-bottom: 10px;
}
.ks-checkout-form .woocommerce-shipping-fields__field-wrapper {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		    -ms-flex-direction: column-reverse;
		        flex-direction: column-reverse;
}
.ks-checkout-form__your-order-title-wrap {
		padding: 24px 24px 16px;
		border-bottom: 1px solid #D2D2D2;
}
.ks-checkout-form__your-order-title-wrap h2 {
		margin: 0 !important;
}
.ks-checkout-form .place-order {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
}
.ks-checkout-form .woocommerce-privacy-policy-text {
		margin-bottom: 20px;
		line-height: 1.4;
}
.ks-checkout-form .woocommerce-privacy-policy-text a {
		color: #F50000;
}
.ks-checkout-form .woocommerce-privacy-policy-text a:hover {
		color: #c20000;
}
.ks-checkout-form #payment button.button {
		-ms-flex-item-align: end;
		    align-self: flex-end;
		font-size: 18px;
		line-height: 30px;
		padding: 10px 40px;
		min-width: 300px;
}

#billing_country_field,
#shipping_country_field {
		display: none !important;
}

.ks-checkout-form-title {
		font-size: 20px;
		font-weight: 600;
		margin: 0 0 16px;
		line-height: 1.4;
		color: #02030C;
		text-transform: none;
}

.woocommerce-form-coupon-toggle a.showcoupon {
		color: #F50000;
}

.woocommerce-form-coupon {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		gap: 20px;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		font-size: 16px;
		padding-bottom: 40px;
}
.woocommerce-form-coupon p {
		margin: 0;
}
.woocommerce-form-coupon .button {
		line-height: 26px;
}

#order_comments_field {
		margin-bottom: 0;
}
#order_comments_field label {
		font-size: 20px;
		font-weight: 600;
		margin: 0 0 16px;
		line-height: 1.4;
		color: #02030C;
		text-transform: none;
}
#order_comments_field textarea {
		height: 100px;
}

.woocommerce-additional-fields {
		padding-top: 20px;
}

.ks-order-right {
		font-size: 16px;
}
.ks-order-right td {
		width: 50%;
		padding: 5px 0;
}
.ks-order-right table {
		width: 100%;
}

#shipping_method li,
#payment li {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		line-height: 1.4;
		margin-bottom: 5px;
}
#shipping_method input,
#payment input {
		width: 13px;
		cursor: pointer;
		margin-right: 10px;
}
#shipping_method label,
#payment label {
		width: calc(100% - 23px);
		margin: 0;
}

#payment ul {
		padding: 10px 0 5px;
		margin-bottom: 10px;
		border-bottom: 1px solid #D2D2D2;
}
#payment .payment_box {
		width: 100%;
		padding-top: 5px;
}

.woocommerce-thankyou-order-details {
		font-size: 20px;
		line-height: 1.4;
		margin-bottom: 20px;
}
.woocommerce-thankyou-order-details li {
		margin-bottom: 10px;
}

.woocommerce-order-overview {
		margin-bottom: 50px;
}

.woocommerce-order-details__title {
		text-transform: none;
		font-size: 30px;
		margin: 0 0 20px;
}

.order_details {
		font-size: 18px;
		width: 100%;
}
.order_details th, .order_details td {
		padding: 10px 20px;
		border: 1px solid #D2D2D2;
}

.ks-woo-thankyou-wrap {
		line-height: 1.4;
		margin-bottom: 0px;
		padding: 50px 0;
		text-align: center;
}
.ks-woo-thankyou-wrap .ks-page-title {
		text-align: center;
		width: 100%;
		margin-bottom: 15px;
}

.ks-woo-thankyou-wrap + p {
		display: none;
}

.ks-woo-thankyou-text {
		font-size: 18px;
		margin-bottom: 20px;
		max-width: 500px;
		margin: 0 auto 25px;
}

.ks-checkout-page .woocommerce-thankyou-order-details {
		display: none !important;
}

@media (max-width: 991px) {
		.ks-checkout-form__row {
				-webkit-box-orient: vertical;
				-webkit-box-direction: normal;
				    -ms-flex-direction: column;
				        flex-direction: column;
				gap: 20px;
		}
		.ks-checkout-form__row > div {
				width: 100%;
		}
}
@media (max-width: 768px) {
		.ks-checkout-form .woocommerce-billing-fields__field-wrapper {
				display: block;
		}
		.order_details {
				font-size: 16px;
		}
		.order_details th, .order_details td {
				padding: 7px 10px;
		}
		.woocommerce-order-overview {
				margin-bottom: 30px;
		}
		.ks-woo-thankyou-wrap {
				padding: 0;
		}
}
@media (max-width: 480px) {
		.ks-checkout-form #payment button.button {
				width: 100%;
				min-width: 200px;
		}
}
.ks-order-product-info {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		padding: 16px 24px;
		border-bottom: 1px solid #D2D2D2;
}
.ks-order-product-info__img {
		width: 125px;
}
.ks-order-product-info__text {
		width: calc(100% - 125px);
		padding-left: 12px;
		line-height: 1.4;
		padding-top: 5px;
		padding-bottom: 5px;
}
.ks-order-product-info__name {
		margin-bottom: 10px;
		position: relative;
}
.ks-order-product-info__name .quantity {
		position: absolute;
		bottom: -45px;
		right: 0;
}
.ks-order-product-info__product-quantity-row {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		padding: 8px 0;
}
.ks-order-product-info a.remove {
		display: none;
}
.ks-order-product-info .cqoc_product_name {
		margin-left: -8px;
}
.ks-order-product-info__product__price-row {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		padding: 8px 0;
}

.ks-order-product-table-after {
		padding: 16px 24px 0px;
}

.woocommerce-checkout-payment {
		padding: 16px 24px;
}

@media (max-width: 768px) {
		.ks-order-product-info__img {
				width: 80px;
		}
		.ks-order-product-info__img img {
				max-width: 100%;
				width: 100%;
				height: auto;
		}
		.ks-order-product-info__text {
				width: calc(100% - 80px);
		}
}
.order_details .wc-item-meta li {
		display: -ms-grid;
		display: grid;
		-ms-grid-columns: 1fr 2fr;
		grid-template-columns: 1fr 2fr;
		margin-bottom: 10px;
		line-height: 1.4;
}
.order_details .wc-item-meta li:last-child {
		margin-bottom: 0;
}
.order_details .wc-item-meta li p {
		margin: 0;
}

@media (max-width: 480px) {
		.order_details .wc-item-meta li {
				-ms-grid-columns: 100%;
				grid-template-columns: 100%;
		}
}
.woocommerce-order-details {
		margin-bottom: 50px;
}

.woocommerce-customer-details .woocommerce-column__title {
		margin: 0 0 15px;
		text-transform: none;
		font-size: 26px;
		font-weight: 600;
}
.woocommerce-customer-details address p {
		margin: 0px;
		line-height: 1.8;
}

.namber-section {
		background-image: url(../images/bg-image-9.jpg);
}

.ks-galeri-row {
		display: -ms-grid;
		display: grid;
		-ms-grid-columns: 1fr 30px 1fr 30px 1fr;
		grid-template-columns: repeat(3, 1fr);
		grid-gap: 30px;
		padding-top: 40px;
		margin-bottom: 50px;
}

.ks-galeri-btn-row {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
}

.ks-galeri-item__img {
		display: block;
		position: relative;
		overflow: hidden;
		margin-bottom: 20px;
		padding-bottom: 70%;
}
.ks-galeri-item__img img {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		-o-object-fit: cover;
		   object-fit: cover;
		-webkit-transition: all 0.5s;
		transition: all 0.5s;
}
.ks-galeri-item__img img:hover {
		-webkit-transform: scale(1.1);
		        transform: scale(1.1);
}
.ks-galeri-item__title {
		font-size: 20px;
		line-height: 1.2;
		text-transform: uppercase;
		font-weight: 500;
}
.ks-galeri-item__title a {
		color: #333;
}

@media (max-width: 990px) {
		.ks-galeri-row {
				-ms-grid-columns: 1fr 16px 1fr;
				grid-template-columns: repeat(2, 1fr);
				grid-gap: 30px 16px;
		}
		.page-header {
				background-color: #fff !important;
		}
}
@media (max-width: 576px) {
		.ks-galeri-row {
				-ms-grid-columns: 100%;
				grid-template-columns: 100%;
				grid-gap: 30px;
				padding-top: 30px;
				margin-bottom: 30px;
		}
}
.ks-overlay {
		opacity: 0;
		visibility: hidden;
		position: fixed;
		width: 100%;
		height: 100%;
		z-index: 4;
		background-color: #000;
		-webkit-transition: all 0.5s;
		transition: all 0.5s;
}
.ks-overlay.ks-active {
		opacity: 0.1;
		visibility: visible;
}

.ks-mobile-header {
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 999;
}
.ks-mobile-header__row {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		gap: 20px;
		padding: 5px 20px;
		height: 56px;
		z-index: 9999;
		background-color: #fff;
		border-bottom: 1px solid #ececee;
		position: relative;
}
.ks-mobile-header__burger {
		width: 22px;
		height: 14px;
		position: relative;
}
.ks-mobile-header__burger span {
		position: absolute;
		left: 0;
		width: 100%;
		height: 2px;
		background-color: #000;
		top: 0;
		-webkit-transition: all 0.5s;
		transition: all 0.5s;
}
.ks-mobile-header__burger span:nth-child(2), .ks-mobile-header__burger span:nth-child(3) {
		top: 6px;
}
.ks-mobile-header__burger span:nth-child(4) {
		top: 12px;
}
.ks-mobile-header__logo img {
		height: 24px;
		width: auto;
}
.ks-mobile-header__contact-wrap {
		margin-left: auto;
}
.ks-mobile-header__contact-burger {
		width: 12px;
		height: 20px;
		position: relative;
}
.ks-mobile-header__contact-burger span {
		position: absolute;
		right: 4px;
		width: 4px;
		height: 4px;
		background-color: #000;
		-webkit-transition: all 0.5s;
		transition: all 0.5s;
		top: 0;
}
.ks-mobile-header__contact-burger span:nth-child(2) {
		top: 8px;
}
.ks-mobile-header__contact-burger span:nth-child(3) {
		top: 16px;
}

.burger-active span:nth-child(1), .burger-active span:nth-child(4) {
		display: none;
}
.burger-active span:nth-child(2) {
		-webkit-transform: rotate(45deg);
		        transform: rotate(45deg);
}
.burger-active span:nth-child(3) {
		-webkit-transform: rotate(-45deg);
		        transform: rotate(-45deg);
}

.ks-mobile-contact-block {
		position: absolute;
		right: -100%;
		top: 100%;
		background-color: #fff;
		padding: 25px 35px;
		border: 1px solid #ececee;
		font-size: 12px;
		-webkit-transition: all 0.4s;
		transition: all 0.4s;
		opacity: 0;
		visibility: hidden;
}

.ks-mobile-contact-adres,
.ks-mobile-tel {
		position: relative;
		padding-left: 26px;
		margin-bottom: 10px;
}
.ks-mobile-contact-adres::before,
.ks-mobile-tel::before {
		content: "\e77a";
		font-family: "Linearicons";
		position: absolute;
		top: 3px;
		left: 0;
		line-height: 1;
		font-size: 20px;
}

.ks-mobile-tel {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		white-space: nowrap;
		gap: 10px;
}
.ks-mobile-tel::before {
		content: "\e76a";
}

.mobile-contact-active .ks-mobile-contact-block {
		right: 0;
		opacity: 1;
		visibility: visible;
}
.mobile-contact-active .ks-mobile-header__contact-burger span:nth-child(1) {
		top: 16px;
}
.mobile-contact-active .ks-mobile-header__contact-burger span:nth-child(3) {
		top: 0;
}

.ks-mobile-nav {
		position: fixed;
		z-index: 888;
		top: 0;
		left: 0;
		height: 100vh;
		max-height: 100vh;
		overflow-y: auto;
		padding: 100px 30px 40px;
		width: 340px;
		max-width: 100%;
		background-color: #fff;
		-webkit-box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
		        box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
		-webkit-transition: all 0.5s;
		transition: all 0.5s;
		opacity: 0;
		visibility: hidden;
		-webkit-transform: translateX(-100%);
		        transform: translateX(-100%);
}
.ks-mobile-nav > div {
		width: 100%;
}

.ks-mobile-nav--active {
		opacity: 1;
		visibility: visible;
		-webkit-transform: translateX(0%);
		        transform: translateX(0%);
}

.ks-mobile-menu li {
		margin-bottom: 10px;
}
.ks-mobile-menu a {
		padding: 5px 0;
		text-transform: uppercase;
		font-size: 12px;
		letter-spacing: 0.05rem;
		display: inline-block;
}
.ks-mobile-menu .sub-menu {
		padding-left: 20px;
		margin: 10px 0;
		display: none;
}
.ks-mobile-menu .sub-menu > li {
		margin-bottom: 0;
		border-bottom: 1px solid #ececec;
}
.ks-mobile-menu .sub-menu > li:last-child {
		border-bottom: none;
}
.ks-mobile-menu .js-menu-open > .sub-menu {
		display: block;
}

body.lock {
		overflow: hidden;
}

.menu-item-has-children {
		position: relative;
		padding-right: 30px;
}

.marker-menu {
		position: absolute;
		top: 8px;
		right: 0;
		width: 16px;
		height: 16px;
		-webkit-transition: all 0.3s;
		transition: all 0.3s;
}
.marker-menu::before {
		content: "";
		width: 100%;
		height: 1px;
		background-color: #555;
		position: absolute;
		top: 50%;
		left: 0;
}
.marker-menu::after {
		content: "";
		width: 1px;
		height: 100%;
		background-color: #555;
		position: absolute;
		top: 0;
		left: 50%;
}
.marker-menu.marker-active {
		-webkit-transform: rotate(45deg);
		        transform: rotate(45deg);
}

@media (max-width: 991px) {
		.page-header {
				display: none !important;
		}
		.ks-mobile-header {
				display: block;
		}
		body.archive {
				padding-top: 56px;
		}
}
@media (max-width: 380px) {
		.ks-mobile-contact-block {
				padding: 20px;
				width: 100%;
		}
}
/*# sourceMappingURL=ks-style.css.map */