#ak-top {
	bottom: 100px;
	color: #000;
	cursor: pointer;
	font-size: .875rem;
	line-height: 10px;
	position: fixed;
	right: 0;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-family: Arial;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	margin-bottom: 60px;
	z-index:99999;
}

#ak-top:hover {
	color: #fc3313
}

#ak-top i {
	font-size: .875rem;
	margin-left: 10px
}

.entry-header .main-title {
    font-size: 1.4rem;
    text-align: left;
    color: #003045;
    padding: 10px 0;
    margin-bottom: 15px;
    text-transform: unset;
    border-bottom: 2px solid #ffc107;
    font-family: sans-serif;
	
}

.home .entry-header {
	display: none
}

@media (max-width:468px) {
	#content {
		margin-top: 85px
	}
}

.text-bg {
	font-size: 60pt;
	color: #f7f7f7;
	line-height: 1.5;
	position: absolute;
	text-transform: uppercase;
	font-weight: 700;
	z-index: -1;
	font-family: GothamPro-Bold, Arial, sans-serif
}
.LandingSlider .swiper-button-next, 
.LandingSlider .swiper-button-prev {
    top: auto !important;
    bottom: 0;
}

.main-inner {
	height: 350px;
	overflow: hidden;
	display: -webkit-flex;
	-webkit-align-items: center;
	display: flex;
	align-items: center;
	position: relative;
	font-family: GothamPro-Bold, Arial, sans-serif
}

@media (max-width:768px) {
	.main-inner {
		height: 100vh
	}
}

.main-inner .row {
	background-color: rgb(0 0 0 / 65%);
}

.main-inner .web {
    height: 260px;
    font-size: .875rem;
    font-weight: 400;
    text-align: left;
    line-height: 1.5;
}

.main-inner .web h2 {
	color:#fbae3f;
	font-size: 1.2rem;
    text-transform: initial;
    
}

.main-inner .web-descr {
    font-size: .875rem;
	text-align: center;
    color: #fff;
    margin: 15px;
    padding: 15px;
    border-radius: 5px;
}

.main-inner .web-descr .button {
	padding: 10px;
}

@media (max-width:768px) {
.main-inner .web-descr {
        margin: 25px 0;
        padding: 25px 60px;
        height: 100%;
        width: 100%;
        background-color: rgb(255 255 255 / 90%);
}
}

.gallery-columns-3 {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr
}

@media (max-width:468px) {
	.gallery-columns-3 {
		display: block
	}
}

.obus-bl {
    background-color: #fff;
    border-radius: 5px;
	padding: 15px;
	text-align: center;
	line-height: 1.5;
	height: 150px;
	margin-bottom: 15px
}

.obus-bl i {
	font-size: 3rem;
	color: #4285f4;
	font-weight: 700
}

.secondary-right ul li span{
	width: 100%;
	text-align: left;
	font-size: 14px;
}

#CallMe .adm-info-panel small {
	display:none!important;
}
/* archive-product.css */
.added_to_cart {display:none;}

.prs_pdv {
	display: block;
    margin-top: 5px;
    color: #2196f3;
}

.woocommerce .product-category {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: .5rem;
	text-align: center;
	margin-top: 15px
	
}

.woocommerce .product-category li {
	background-color: #fff;
	padding: 0 10px 0 10px;
	-webkit-box-shadow: 12px 11px 5px -6px rgba(0, 0, 0, .1);
	-moz-box-shadow: 12px 11px 5px -6px rgba(0, 0, 0, .1);
	box-shadow: 12px 11px 5px -6px rgba(0, 0, 0, .1)
}

.woocommerce .product-category li:hover {
	cursor: pointer;
	box-shadow: 1px 1px #5251f8, 2px 2px #5251f8, 3px 3px #5251f8, 4px 4px #5251f8, 5px 5px #5251f8, 6px 6px #5251f8, 7px 7px #5251f8;
	-webkit-transform: translateX(-7px);
	transform: translateX(-7px);
	transition: box-shadow .7s, transform .5s
}

.woocommerce .product-category img {
	max-width: 125px;
	margin-bottom: 10px
}

.woocommerce .product-category h2 {
	font-size: .775rem;
}

@media (max-width:468px) {
	.woocommerce .product-category li {
		width: 100% !important
	}

	.woocommerce .product-category {
		grid-template-columns: repeat(2, 1fr)
	}
}

.woocommerce .product-options {
	display: grid;
    grid-template-columns: 1fr 5fr 4fr;
	align-items: center;
	margin-bottom: 2rem;
	padding: 0.495rem;
	background-color: #f4f7f9
}


.woocommerce .product-options .woocommerce-notices-wrapper {
	display:none;
}

.woocommerce .product-options .chg-block {
	order: 1;
}

.woocommerce .product-options .woocommerce-ordering select{
    font-size: 0.75rem;
    width: 250px;
}

.woocommerce .product-options .woocommerce-ordering {
	order: 2;
}

.woocommerce .product-options .woocommerce-result-count {
	order: 3;
	text-align: right;
    width: 100%;
	font-size: .875rem;
	margin-bottom: 0;
}

.woocommerce .product-options .chg-block #style-list span {
	padding: 5px;
	color: #33f
}

.woocommerce .product-options .chg-block #style-list span:hover {
	color: #fcb731
}

.woocommerce .product-options .chg-block #style-list .active {
	color: #fcb731
}

.woocommerce .product-options .chg-block #style-list i {
	font-size: .875rem;
	cursor: pointer
}

.woocommerce .product-options .chg-block .woocommerce-ordering {
	font-size: .875rem
}


.woocommerce .product-options {
	
}

@media (min-width:468px) {
.woocommerce .product-options #style-list {
    display:block;
}
.woocommerce .product-options #filter {
    display:none;
}
}

@media (max-width:468px) {
.woocommerce .product-options {
    grid-template-columns: 2fr 3fr;
	gap: 20px;
}
.woocommerce .product-options .woocommerce-result-count {
    display:none;
}

.woocommerce .product-options #style-list {
    display:none;
}
.woocommerce .product-options #filter {
	display: block;
    text-align: center;
    font-size: 0.875rem;
    text-transform: uppercase;
    color: #fff;
    background-color: #2196f3;
    border-radius: 5px;
	padding: 7px;
}
}

/* =================================================Стиль продуктов============================================= */
.product-box .product h2 {
	position:relative;
	color: #003045;
	font-size: 0.8rem;
    letter-spacing: 0.01rem;
    line-height: 1.2;
	font-weight: 400;
	text-transform: initial;
	text-align: center;
	background-color:#fff;
	margin: 0
}



.product-box #product-table-a img{
	height: 140px;
    width: 140px;
    margin: 0 auto;
    display: block;
}


.woocommerce #product-table-a .button{
	padding: 10px 25px;
	font-size: 0.75rem;
}

.fr7 .woocommerce .product-box {
	display: grid;
	grid-template-columns: repeat(7, 1fr);
	grid-gap: 10px
}

.woocommerce .product-box {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	grid-gap: 10px
}

.woocommerce .product-box li {
	padding: 5px;
}

.woocommerce .product-box #product-table-a {
	width: 100%;
	-webkit-box-shadow: 12px 11px 5px -6px rgba(0, 0, 0, .1);
	-moz-box-shadow: 12px 11px 5px -6px rgba(0, 0, 0, .1);
	box-shadow: 12px 11px 5px -6px rgba(0, 0, 0, .1)
}

.woocommerce .product-box #product-table-a:hover {
	cursor: pointer;
	box-shadow: 1px 1px #5251f8, 2px 2px #5251f8, 3px 3px #5251f8, 4px 4px #5251f8, 5px 5px #5251f8, 6px 6px #5251f8, 7px 7px #5251f8;
	-webkit-transform: translateX(-7px);
	transform: translateX(-7px);
	transition: box-shadow .7s, transform .5s
}

.woocommerce .product-box #product-table-a li {
	margin-bottom: 5px;
	list-style: none
}

.woocommerce .product-line #product-table-a {
    display: grid;
    grid-template-columns: 5fr 1fr 1fr;
    grid-gap: 1.5rem;
    padding: 0 15px;
    margin: 0 0 5px 0;
    align-items: center;
    line-height: 1.5;
}

.product-line .prows-c, .product-line .prows-e {
	    background: none!important;
}

.woocommerce .product-line #product-table-a:nth-child(odd) {
    background-color: #fff;
}

.woocommerce .product-line #product-table-a:nth-child(even) {
    background-color: #f5f5f5;
}


.woocommerce .product-line #product-table-a .prows-a{
	display: grid;
    grid-template-columns: 4fr 1fr;
}

.woocommerce .product-line #product-table-a .woocommerce-loop-product__title {
	text-align: left;
    font-size: 0.850rem;
	font-weight: 600;
    color: #333;
    text-transform: initial;
	order:1;
}

.woocommerce .product-line #product-table-a .stock_status {
	order:2;
}

.woocommerce .product-line #product-table-a img {
    display:none;
}
@media (max-width:468px) {
	.woocommerce .product-line #product-table-a .prows-a{
		display:block;
	}
	.woocommerce .product-box {
		display: grid;
		grid-template-columns: repeat(2, 1fr) !important;
		grid-gap: 1.5rem
	}

	.woocommerce .product-line {
		display: grid;
		grid-template-columns: repeat(2, 1fr) !important;
		grid-gap: 1.5rem
	}
}

.products #product-table-a .prows-a .star-rating {
	color: #ff7c0c;
	position: absolute;
	font-size: .875rem;
	padding: 5px
}

.products #product-table-a .prows-c {
	line-height: 1;
	text-align: center;
	padding: 10px 0
}

.products .instock, .products .onsale, .products .outofstock {
	display: inline-block;
	font-size: .575rem;
    text-transform: uppercase;
    font-weight: 700;
    padding: 2px 5px;
    background-color: #f4f7f9;
}

.product-line .instock, .product-line .onsale, .product-line .outofstock  {
    position: relative;
	margin: 2px 0;
	text-align: center;
}

.products .onsale {
	color:red;
}

.product-box .onsale {
    margin-top: 5px;	
}

.products #product-table-a .prows-c {
	font-size: .75rem;
    font-weight: 600;
    text-align: center;
    padding: 15px 0;
    background-color: #fff;
    z-index: 1;
    position: relative;
}

.products #product-table-a .prows-e {
    width: 100%;
    position: relative;
    margin-bottom: 10px;
    text-align: center;
    background-color: #fff;
    z-index: 1;
}

.products #product-table-b input {
	text-align: center;
	max-width: 70px;
	display: block;
	width: 100%;
	max-width: 78px;
	height: 40px;
	margin: 0 auto;
	padding: .375rem .5rem;
	border: 1px solid #d3d3d3;
	background-color: #fff;
	color: inherit;
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	text-align: center;
	outline: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-transition: border-color .25s ease, color .25s ease, opacity .25s ease;
	transition: border-color .25s ease, color .25s ease, opacity .25s ease
}

.products #product-table-b {
	display: grid;
	grid-template-columns: 25% 70%;
	grid-gap: 5px;
	align-items: center;
	text-align: center
}

.woocommerce #product-table-c {
	display: grid;
	grid-template-columns: 1fr 3fr 2fr 1fr 2fr;
	grid-gap: 10px;
	padding: 5px;
	align-items: center;
	margin: 0
}

@media (max-width:468px) {
	.woocommerce #product-table-c {
		display: none !important
	}
}

.woocommerce-pagination {
	margin: 50px 0;
}
/* =================================================Стиль продуктов============================================= */
.product_list_widget {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.product_list_widget li {
	-webkit-box-shadow: 12px 11px 5px -6px rgba(0, 0, 0, .1);
    -moz-box-shadow: 12px 11px 5px -6px rgba(0, 0, 0, .1);
    box-shadow: 12px 11px 5px -6px rgba(0, 0, 0, .1);
}
/* page.css */
.select2-container {
	width: 100%!important;
}

.woocommerce .shipping_address, .woocommerce-billing-fields__field-wrapper label {
    font-size: .75rem;
    text-transform: uppercase;
    font-weight: 600;
}

.woocommerce-billing-fields__field-wrapper {
    display: flex;
    flex-wrap: wrap-reverse;
    gap: 5px;
    background-color: #fff;
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 10px;
}

.woocommerce-billing-fields__field-wrapper p {
	margin:0;
	height: 60px;
	width: 100%;
}

.woocommerce-billing-fields__field-wrapper #billing_formvl_field {
   grid-row: 1 / 3;
   grid-column: 1 / 2;
}

.woocommerce-billing-fields__field-wrapper #billing_company_field {
   grid-row: 1 / 2;
   grid-column: 1 / 3;
}

.woocommerce-billing-fields__field-wrapper #billing_first_name_field {
   grid-row: 2 / 4;
   grid-column: 1 / 3;
}

.woocommerce-billing-fields__field-wrapper #billing_phone_field {
   grid-row: 3 / 4;
   grid-column: 1 / 2;
}

.woocommerce-billing-fields__field-wrapper #billing_email_field {
   grid-row: 3 / 4;
   grid-column: 2 / 3;
}



.woocommerce-shipping-fields__field-wrapper {
	display: grid;
    gap: 5px;
    grid-template-rows: 1fr 1fr;
    grid-template-columns: 50% 50%;
    background-color: #fff;
    padding: 15px;
    border-radius: 5px;
}

.woocommerce-shipping-fields__field-wrapper p {
	margin:0;
	height: 60px;
}

.woocommerce-shipping-fields__field-wrapper #shipping_country_field {
   display:none;
}


.woocommerce-shipping-fields__field-wrapper #shipping_state_field {
   grid-row: 1 / 3;
   grid-column: 1 / 2;
}

.woocommerce-shipping-fields__field-wrapper #shipping_city_field {
   grid-row: 1 / 2;
   grid-column: 2 / 3;
}

.woocommerce-shipping-fields__field-wrapper #shipping_address_1_field {
   grid-row: 2 / 4;
   grid-column: 1 / 3;
}

.woocommerce-terms-and-conditions-wrapper {
	display:none;
}

.woocommerce-cart-form td {
	display: grid;
    grid-template-columns: 1fr 5fr 3fr;
    gap: 15px;
    background-color: #fff;
    margin-bottom: 15px;
    border-radius: 5px;
    align-items: center;
	font-size: 0.85rem;
	font-weight: 400;
}

.woocommerce-cart-form td .product-remove a{
    position: absolute;
    background-color: #f90000;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    line-height: 1;
}

.woocommerce-cart-form .quantity {
    display: inline-block;
}

.woocommerce-cart-form .quantity input {
	width: 70px;
    height: 20px;
    border: 0;
    line-height: 1.2;
    border-bottom: 2px solid #503ec6;
}

@media (max-width:468px) {
	.woocommerce-cart-form {
		margin-top: 35px;
	}
	.woocommerce-cart-form td {
		grid-template-columns: 1fr 1fr;
	}
	.woocommerce-cart-form td .product-thumbnail img {
		max-width: 95px;
	}
}

.woocommerce-MyAccount-navigation ul {
	display: flex ; gap: 15px; margin-bottom: 15px;
}

.woocommerce-MyAccount-navigation ul li{
	background-color: #fbae3f;
    padding: 5px;
    border-radius: 5px;
}

.woocommerce-MyAccount-content .invoice-param {
	display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    font-size: 0.875rem;
    background-color: #77c0fb;
    padding: 15px;
    margin-bottom: 15px;
    border-radius: 5px;
}

.woocommerce-MyAccount-content .invoice-param p {
	margin-bottom: 0;
}
/* product.css */
.products .type-product {
	display: block;
	border-radius:5px;
	background-color: #fff
}
/*******************************Карточка товара *******************************************/
.stock {
	display:none;
}

.product {
    border-radius: 5px;
}

.product h2 {
font-size: 1.3rem;
    text-align: left;
    color: #003045;
    padding: 10px 0;
    border-radius: 5px;
    margin: 0;
}

.product .wc-tabs-wrapper .woocommerce-tab {
    background-color: #fff;
    font-size: 0.875rem;
    line-height: 1.6;
    border-radius: 5px;
    padding: 15px;
    margin-bottom: 20px;
}

.product .shop-page-right, .product .shop-page-left {
    background-color: #fff;
    padding: 15px;
	margin-bottom: 15px;
    border-radius: 5px;
}

.product .swiper-slide {
	
	text-align:center;
}


.shop-page-left .img-thumbnail {
    max-height: 90px;
}

.product .img-thumbnail .swiper-slide-thumb-active {
	max-height: 85px;
	}

.product .swiper-slide a {
	display:block;
	max-height: 100%;
    max-width: 100%;
	margin: 0 auto;
}

.product .img-product .swiper-slide {
	max-width: 100%;
}

.product .img-product .swiper-slide img{
	max-width: 250px;
}

.product .img-thumbnail .swiper-slide {
	cursor:pointer;
	border: 2px solid #fbae3f;
    border-radius: 5px;
    padding: 5px;
}

.product .img-thumbnail .swiper-slide-thumb-active {
	border: 2px solid #0fb166;
}


.product .img-thumbnail .swiper-slide img {
	width: 100px;
    height: 75px;
}

.product .woocommerce-product-attributes th, td {
    border: 0;
    color: #333;
    font-size: 0.875rem;
    font-weight: 600;
}

.product .shop-page-right .price {
	font-size: 1.35rem;
    font-family: system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif;
    border: 1px solid #e9e9e9;
    text-align: center;
    border-radius: 5px;
    font-weight: 600;
    line-height: 1;
    padding: 10px 0;
	margin-bottom: 10px;
}

.product .shop-page-right .price span {
	color: #003045;
}

.product .shop-page-right .article {
    color: #2196f3;
    font-size: 0.875rem;
    text-transform: uppercase;
    font-weight: bold;
}

.product .shop-page-right .cart {
	display: flex;
}

.product .shop-page-right .cart .button{
	padding: 5px 25px;
    border-radius: 0;
}

.product .shop-page-right .cart input{
	border-radius: 0;
    border-color: #503ec6;
    max-width: 130px;
}

.product .shop-page-right .cart input:focus {border-radius: 0;}

.product .shop-page-right .cart input:hover {border-radius: 0;}

.text_hide_wrap {
    max-width: 700px;
}

.item_text {
    width: 100%;
}

.item_text p {
    margin-bottom: 0;
}

.io_item {
    width: 100%;
    padding-bottom: 20px;
    background-color: #fff;
}

.io_button_wrap {
	text-align: left;
    border-top: 1px solid #e7e7e7;
}

.io_button {
    display: inline-block;
    width: auto;
    vertical-align: top;
    text-transform: uppercase;
    color: #5251f8!important;
    font-size: 10pt;
    cursor: pointer;
}

a.io_button:hover {
    text-decoration: none;
}

.io_item .btn_close {
    display: none;
}

.io_item .btn_open {
    display: inline-block;
	line-height: 2;
}

.io_item.open .btn_close {
    display: inline-block;
}

.io_item.open .btn_open {
    display: none;
}

.io_trans {
    width: inherit;
    position: absolute;
    height: 80px;
    bottom: 0;
    pointer-events: none;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    transition: 1s;
}

.io_item.open .io_trans {
    height: 0;
    transition: 1s;
}

.io_item_wrap {
    position: relative;
    overflow: hidden;
    max-height: 100px;
    width: inherit;
    transition: max-height 0.5;
}
.io_item.open .io_item_wrap {
    max-height: 999px !important;
    transition: max-height 1s;
}


.woocommerce-tab table {
	width: 100%;
	border: none;
	margin-bottom: 20px;
}
.woocommerce-tab thead th {
	font-weight: bold;
	text-align: left;
	border: none;
	padding: 10px 15px;
	background: #d8d8d8;
	font-size: 14px;
}
.woocommerce-tab thead tr th:first-child {
	border-radius: 8px 0 0 8px;
}
.woocommerce-tab thead tr th:last-child {
	border-radius: 0 8px 8px 0;
}
.woocommerce-tab tbody td {
	text-align: left;
	border: none;
	padding: 10px 15px;
	font-size: 14px;
	vertical-align: top;
}
.woocommerce-tab tbody tr:nth-child(even){
	background: #f3f3f3;
}
.woocommerce-tab tbody tr td:first-child {
	border-radius: 8px 0 0 8px;
}
.woocommerce-tab tbody tr td:last-child {
	border-radius: 0 8px 8px 0;
}

.woocommerce-tab p {
	margin:0;
}

.woocommerce-tab ul {
    padding: 5px 25px;
}

.woocommerce-tab ul li {
    margin-bottom: 10px;
    list-style-type: disclosure-closed;
}
.woocommerce-tab ul li::marker {
    color: #ffc107;
}
/* modules.css */
#_filter_float_left ul, #_filter_float_left2 ul {
	display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 5px;
}

.myWindow .topmenu {
  position: relative;
  top: 75px;
}

.wpcf7-spinner {
		display: none!important;
}

.modal-body .wpcf7-not-valid-tip {
    position: absolute!important;
    top: 55px!important;
    left: 0!important;
    width: 100%!important;
}

.modal-content .wpcf7-response-outputm, .modal-content .wpcf7-response-output {
	    margin: 0 15px!important;
}

#telegramim_fixed {
	position: fixed;
	z-index: 999999999;
	font-size: .875rem;
	letter-spacing: normal
}

.mob-cat-menu .mob-cat-btn{
	width: 100%;
    font-size: 1rem;
    text-align: center;
    background-color: #fbae3f;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
}

.mob-cat-menu .menu-woo-catelog li {
	margin: 10px 0;
    padding: 5px;
    border-radius: 5px;
    background-color: #0fb166;
}

.mob-cat-menu .menu-woo-catelog li a {
    display: block;
    padding: 5px 0;
    text-align: center;
    font-size: 0.75rem;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
}

.mob-cat-menu .mob-container {
    position: relative;
    top: 50px;
}

.mob-cat-menu #menu-holovne-meniu {
    margin-top: 15px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.mob-cat-menu #menu-holovne-meniu li a {
	font-size: 1rem;
    font-weight: 400;
    color: #6c757d;
}

.mob-cat-menu .d-grid {
	grid-template-columns: 10fr 1fr;
	gap: 10px;
}


.mob-cat-menu .product-search .product-search-results-content {
	width: 100%;
}

.mob-cat-menu .search-results .product .product-info {
	grid-template-columns: 1fr 1fr;
    gap: 10px;
    padding: 15px;
    margin-bottom: 10px;
    background-color: #fbfbfb;
}

.mob-cat-menu .product-search-form input {
	height: 35px;
	border: 1px solid #c3c3c3;
    border-radius: 0;
}

.mob-cat-menu .search-results .product .product-info a {
	grid-column: span 2;
}


.page-contact input, select, textarea {
	width:100%;
    border: 1px solid #ccc;
    color: #666;
    height: 36px;
    width: 100%;
    border-radius: 3px;
}
.page-contact .page-contact-bl1 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 15px;
	margin-bottom: 25px;
}

.page-contact .page-contact-bl2 {
	margin-bottom: 25px;
}

.page-contact .page-contact-bl2 textarea {
	height: 100%;
}

.page-contact .wpcf7-submit {
    max-width: 250px;
    height: 15px;
    padding: 20px;
    line-height: 0;
    border: 0;
    border-radius: 5px;
}
#CallMe input {
	width: 310px;
    font-size: 1.76rem;
    padding: 20px;
    height: 48px;
    border-bottom: 2px solid #503ec6;
    border-top: 0;
    border-left: 0;
    border-right: 0;
}

#CallMe input:focus {
    border-bottom: 2px solid #503ec6;
    border-top: 0;
    border-left: 0;
    border-right: 0;
	outline: none;
}

#CallMe .button {
    border: 0;
    border-radius: 0;
    padding: 10px;
}

#CallMe .btn-close {
	
}

#CallMe .modal-content h5 {
	color:#003045;
	text-align: center;
    width: 100%;
}

#CallMe .modal-content h6 {
	color:#003045;
}

#CallMe .modal-content {
	border-radius: 0;
}

#CallMe .modal-content .sendForm {
    display: grid;
    grid-template-columns: 1fr 1fr;
}
@media (max-width: 468px) {
#CallMe .modal-content .sendForm {
    grid-template-columns: 1fr;
}
}

#CallMe .modal-content .modal-text {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 0.8rem;
    color: #003045;
}

#CallMe .modal-content .callmeText {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 0.8rem;
    color: #003045;
}

#CallMe .modal-body {
	display: block;
}

@media (max-width: 780px) {
.page-contact .page-contact-bl1 {
    display: block;
}

#CallMe .modal-body {
	display: block;
	text-align: center;
}

#CallMe input {
	margin-bottom: 20px;
}
}

.breadcmp {
	display: inline-block; 
	width: 100%;
	margin-top: 20px;
}
.rank-math-breadcrumb p {
	display: flex;
}
.rank-math-breadcrumb .separator {
   display: none;
}
.rank-math-breadcrumb a,
.rank-math-breadcrumb span {
    display: block;
    float: left;
    height: 40px;
    background: #0fb166;
    text-align: center;
    padding: 10px 0 0 30px;
    position: relative;
    margin: 0 10px 0 0;
    font-size: 0.750rem;
    text-decoration: none;
    color: #fff;
}

.rank-math-breadcrumb a:after,
.rank-math-breadcrumb span:after {
  content: "";
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 20px solid #0fb166;
  position: absolute;
  right: -20px;
  top: 0;
  z-index: 1;
}

.rank-math-breadcrumb a:before,
.rank-math-breadcrumb span:before {
  content: "";
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 20px solid #fbfbfb;
  position: absolute;
  left: 0;
  top: 0;
}

.search-results .product .product-info {
	display: grid;
    grid-template-columns: 2fr 1fr;
    align-items: center;
	padding:5px;
}

.product-search-results table.search-results tr {
	height: 55px;
}

.product-search-results .entry span.title {
	color: #333
}

.product-search .product-search-results-content {
	width:100%;
}

.product-search-form .product-search-field {
    font-family: sans-serif;
    font-size: 0.75rem;
    text-transform: uppercase;
}

.product-search .product-search-results-content {
    padding: 0 15px;
	border: 0;
}

.product-search .product-search-results-content .price {
    text-align: right;
}

.product-search .product-search-results-content .title {
    font-family: sans-serif!important;
    line-height: 1.3!important;
    font-size: 0.8rem!important;
    font-weight: 400!important;
}

.product-search .product-search-results-content .wps_add_to_cart {
	margin-top: 5px;
}

@media (max-width: 468px) {
.toogle-menu {
	display: block;
}

.breadcmp {
	display: none; 
}
.myWindow {
position: fixed;
        top: 0;
        padding-left: 10px;
        right: -100%;
        width: 100%;
        height: 100vh;
        background-color: #fbfbfb;
        transition: right 0.3s ease;
        z-index: 9999;
        overflow-y: scroll;
        overflow-x: hidden;
}

.myWindow.open {
  right: 0
}

.secondary-right .myWindow .mobile-sidebar {
    position: relative;
    top: 45px;
}

.myWindow #BtnContainer {
position: absolute;
        top: 0;
        left: 0;
        font-size: 1.5rem;
        padding: 0 10px;
        border-radius: 5px;
        z-index: 1;
}

.myWindow #BtnContainer i{
	color:#6c757d;
}

.myWindow .list-unstyled {
    color: #6c757d;
}

}

@media (min-width: 468px) {
.toogle-menu {
	display: none;
}

.secondary-right {
    position: sticky;
    top: 100px;
    height: calc(100vh - 0px);
    overflow: hidden;
	padding-right: 25px;
	margin-top: 5px;
}
.secondary-right .myWindow #BtnContainer {
display:none;
}
}

.secondary-right:hover {
    overflow-y: scroll;
    overflow-x: hidden;
	padding-right: 0;
}

.secondary-right .widget {
    margin: 5px 0;
    display: inline-block;
	width:100%;
}

.secondary-right .widget aside {
	margin-top: 1rem
}

.secondary-right .widget aside h7 {
	text-align: center
}

.secondary-right .widget h7 {
    font-size: 1.2rem;
    display: block;
    margin: 0;
    text-transform: uppercase;
    font-weight: 700;
    color: #0fb166;
    margin-bottom: 15px;
}

.secondary-right #custom_html-4 {
	position: sticky;
    top: 0;
    background-color: #fff;
    border-radius: 5px;
    padding: 15px;
    text-align: center;
}


.widget_woocommerce_product_search_filter_attribute_widget {
    background-color: #fff;
    padding: 10px;
    border-radius: 5px;
}

.widget .product-search-filter-terms a {
	background-color: #f4f7f9;
    padding: 3px 5px;
    border-radius: 5px;
    margin-bottom: 5px;
}

.widget .product-search-filter-terms ul .nav-back {
	display: none!important;
}

.widget .product-search-filter-terms a {
    display: grid;
	grid-template-columns: 1fr 10fr;
    align-items: center;
}
.widget .product-search-attribute-filter-item.current-attribute>a:after {
    content: "";
}
.widget .product-search-attribute-filter-item.current-attribute>a:hover:after {
    content: "";	
}

.widget .product-attribute .attribute-item>a:before{
    font-family: 'Font Awesome 5 Pro';
    content: "\f45c";
    font-weight: 400;
    font-size: 80%;
    vertical-align: middle;
    padding: 0 2px;
}

.widget .product-search-attribute-filter-item.current-attribute>a:before{
    font-family: 'Font Awesome 5 Pro';
    content: "\f14a";
    font-weight: 900;
    font-size: 80%;
    vertical-align: middle;
    padding: 0 2px;
}

/*checkbox radio component https://www.cssscript.com/csscss3-custom-checkboxes-radios-switches-el-checkbox/*/
.el-radio,
.el-checkbox {
  position: relative;
  font-size: 100%;
}
label.el-radio,
label.el-checkbox {
  display: block;
  cursor: pointer;
}
.el-radio > input[type="radio"],
.el-checkbox > input[type="checkbox"] {
  display: none;
}
.el-radio > input[type="radio"][disabled],
.el-checkbox > input[type="checkbox"][disabled] {
  cursor: not-allowed;
}
.el-radio > input[type="radio"] + .el-radio-style,
.el-checkbox > input[type="checkbox"] + .el-checkbox-style {
  position: relative;
  display: inline-block;
  width: 1.4em;
  height: 1.4em;
  vertical-align: middle;
  cursor: pointer;
}
.el-radio > input[type="radio"] + .el-radio-style:hover:before,
.el-checkbox > input[type="checkbox"] + .el-checkbox-style:hover:before {
  border-color: #20a0ff;
}
.el-radio > input[type="radio"] + .el-radio-style:before,
.el-checkbox > input[type="checkbox"] + .el-checkbox-style:before {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 1.4em;
  height: 1.4em;
  content: '';
  border: 1px solid #C0CCDA;
}
.el-radio > input[type="radio"] + .el-radio-style:after,
.el-checkbox > input[type="checkbox"] + .el-checkbox-style:after {
  position: absolute;
  display: none;
  content: '';
}
.el-radio > input[type="radio"][disabled] + .el-radio-style,
.el-checkbox > input[type="checkbox"][disabled] + .el-checkbox-style {
  cursor: not-allowed;
  color: #D3DCE6;
}
.el-radio > input[type="radio"][disabled] + .el-radio-style:hover,
.el-radio > input[type="radio"][disabled] + .el-radio-style:before,
.el-radio > input[type="radio"][disabled] + .el-radio-style:after,
.el-checkbox > input[type="checkbox"][disabled] + .el-checkbox-style:hover,
.el-checkbox > input[type="checkbox"][disabled] + .el-checkbox-style:before,
.el-checkbox > input[type="checkbox"][disabled] + .el-checkbox-style:after {
  cursor: not-allowed;
}
.el-radio > input[type="radio"][disabled] + .el-radio-style:hover:before,
.el-checkbox > input[type="checkbox"][disabled] + .el-checkbox-style:hover:before {
  border: 1px solid #D3DCE6;
  animation-name: none;
}
.el-radio > input[type="radio"][disabled] + .el-radio-style:before,
.el-checkbox > input[type="checkbox"][disabled] + .el-checkbox-style:before {
  border-color: #D3DCE6;
}
.el-radio > input[type="radio"]:checked + .el-radio-style:before,
.el-checkbox > input[type="checkbox"]:checked + .el-checkbox-style:before {
  animation-name: none;
}
.el-radio > input[type="radio"]:checked + .el-radio-style:after,
.el-checkbox > input[type="checkbox"]:checked + .el-checkbox-style:after {
  display: block;
}
.el-radio > input[type="radio"] + .el-radio-style:before {
  border-radius: 50%;
}
.el-radio > input[type="radio"] + .el-radio-style:after {
  top: 0.4em;
  left: 0.4em;
  width: 0.6em;
  height: 0.6em;
  border-radius: 50%;
  background: #20a0ff;
}
.el-radio > input[type="radio"]:checked + .el-radio-style:before {
  border: 1px solid #20a0ff;
}
.el-radio > input[type="radio"]:checked[disabled] + .el-radio-style:before {
  border: 1px solid #b0d7f5;
}
.el-radio > input[type="radio"]:checked[disabled] + .el-radio-style:after {
  background: #b0d7f5;
}
.el-checkbox > input[type="checkbox"] + .el-checkbox-style:before {
  border-radius: 3px;
}
.el-checkbox > input[type="checkbox"] + .el-checkbox-style:after {
  top: 0.15em;
  left: 0.5em;
  box-sizing: border-box;
  width: 0.4em;
  height: 0.85em;
  transform: rotate(45deg);
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
.el-checkbox > input[type="checkbox"]:checked + .el-checkbox-style:before {
  border: #20a0ff;
  background: #20a0ff;
}
.el-checkbox > input[type="checkbox"]:checked[disabled] + .el-checkbox-style:before {
  border: #b0d7f5;
  background: #b0d7f5;
}
/*blue theme*/
.el-radio.el-radio-blue > input[type="radio"] + label:hover:before,
.el-checkbox.el-checkbox-blue > input[type="checkbox"] + label:hover:before,
.el-radio.el-radio-blue > input[type="radio"]:checked + label:before,
.el-checkbox.el-checkbox-blue > input[type="checkbox"]:checked + label:before {
  border-color: #20a0ff;
}
.el-checkbox.el-checkbox-blue > input[type="checkbox"]:checked + label:before,
.el-radio.el-radio-blue > input[type="radio"] + label:after {
  background: #20a0ff;
}
.el-radio.el-radio-blue > input[type="radio"][disabled] + label:hover:before,
.el-checkbox.el-checkbox-blue > input[type="checkbox"][disabled] + label:hover:before {
  border-color: #D3DCE6;
}
.el-checkbox.el-checkbox-blue > input[type="checkbox"]:checked[disabled] + label:before,
.el-radio.el-radio-blue > input[type="radio"]:checked[disabled] + label:before {
  border-color: #b0d7f5;
}
.el-checkbox.el-checkbox-blue > input[type="checkbox"][disabled]:checked + label:before,
.el-radio.el-radio-blue > input[type="radio"]:checked[disabled] + label:after {
  background: #b0d7f5;
}
/*green theme*/
.el-radio.el-radio-green > input[type="radio"] + label:hover:before,
.el-checkbox.el-checkbox-green > input[type="checkbox"] + label:hover:before,
.el-radio.el-radio-green > input[type="radio"]:checked + label:before,
.el-checkbox.el-checkbox-green > input[type="checkbox"]:checked + label:before {
  border-color: #13ce66;
}
.el-checkbox.el-checkbox-green > input[type="checkbox"]:checked + label:before,
.el-radio.el-radio-green > input[type="radio"] + label:after {
  background: #13ce66;
}
.el-radio.el-radio-green > input[type="radio"][disabled] + label:hover:before,
.el-checkbox.el-checkbox-green > input[type="checkbox"][disabled] + label:hover:before {
  border-color: #D3DCE6;
}
.el-checkbox.el-checkbox-green > input[type="checkbox"]:checked[disabled] + label:before,
.el-radio.el-radio-green > input[type="radio"]:checked[disabled] + label:before {
  border-color: #a1efc4;
}
.el-checkbox.el-checkbox-green > input[type="checkbox"][disabled]:checked + label:before,
.el-radio.el-radio-green > input[type="radio"]:checked[disabled] + label:after {
  background: #a1efc4;
}
/*red theme*/
.el-radio.el-radio-red > input[type="radio"] + label:hover:before,
.el-checkbox.el-checkbox-red > input[type="checkbox"] + label:hover:before,
.el-radio.el-radio-red > input[type="radio"]:checked + label:before,
.el-checkbox.el-checkbox-red > input[type="checkbox"]:checked + label:before {
  border-color: #ff4949;
}
.el-checkbox.el-checkbox-red > input[type="checkbox"]:checked + label:before,
.el-radio.el-radio-red > input[type="radio"] + label:after {
  background: #ff4949;
}
.el-radio.el-radio-red > input[type="radio"][disabled] + label:hover:before,
.el-checkbox.el-checkbox-red > input[type="checkbox"][disabled] + label:hover:before {
  border-color: #D3DCE6;
}
.el-checkbox.el-checkbox-red > input[type="checkbox"]:checked[disabled] + label:before,
.el-radio.el-radio-red > input[type="radio"]:checked[disabled] + label:before {
  border-color: #f9b3b3;
}
.el-checkbox.el-checkbox-red > input[type="checkbox"][disabled]:checked + label:before,
.el-radio.el-radio-red > input[type="radio"]:checked[disabled] + label:after {
  background: #f9b3b3;
}
/*yellow theme*/
.el-radio.el-radio-yellow > input[type="radio"] + label:hover:before,
.el-checkbox.el-checkbox-yellow > input[type="checkbox"] + label:hover:before,
.el-radio.el-radio-yellow > input[type="radio"]:checked + label:before,
.el-checkbox.el-checkbox-yellow > input[type="checkbox"]:checked + label:before {
  border-color: #f7ba2a;
}
.el-checkbox.el-checkbox-yellow > input[type="checkbox"]:checked + label:before,
.el-radio.el-radio-yellow > input[type="radio"] + label:after {
  background: #f7ba2a;
}
.el-radio.el-radio-yellow > input[type="radio"][disabled] + label:hover:before,
.el-checkbox.el-checkbox-yellow > input[type="checkbox"][disabled] + label:hover:before {
  border-color: #D3DCE6;
}
.el-checkbox.el-checkbox-yellow > input[type="checkbox"]:checked[disabled] + label:before,
.el-radio.el-radio-yellow > input[type="radio"]:checked[disabled] + label:before {
  border-color: #fbeac1;
}
.el-checkbox.el-checkbox-yellow > input[type="checkbox"][disabled]:checked + label:before,
.el-radio.el-radio-yellow > input[type="radio"]:checked[disabled] + label:after {
  background: #fbeac1;
}
/*switch component*/
.el-switch,
.el-switch-style,
.el-switch-style:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.el-switch {
  display: inline-block;
  font-size: 100%;
  height: 1.6em;
  position: relative;
}
.el-switch .el-switch-style {
  height: 1.6em;
  left: 0;
  background: #C0CCDA;
  -webkit-border-radius: 0.8em;
  border-radius: 0.8em;
  display: inline-block;
  position: relative;
  top: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 3em;
  cursor: pointer;
  font-size: 0.75rem;
}
.el-switch .el-switch-style:before {
  display: block;
  content: '';
  height: 1.4em;
  position: absolute;
  width: 1.4em;
  background-color: #fff;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  left: 0.1em;
  top: 0.1em;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.el-switch > input[type="checkbox"] {
  display: none;
}
.el-switch > input[type="checkbox"][disabled] + .el-switch-style {
  cursor: not-allowed;
  background-color: #D3DCE6;
}
.el-switch > input[type="checkbox"]:checked + .el-switch-style {
  background-color: #20a0ff;
}
.el-switch > input[type="checkbox"]:checked + .el-switch-style:before {
  left: 50%;
}
.el-switch > input[type="checkbox"]:checked[disabled] + .el-switch-style {
  background-color: #b0d7f5;
}
.el-switch.el-switch-blue > input[type="checkbox"]:checked + .el-switch-style {
  background-color: #20a0ff;
}
.el-switch.el-switch-blue > input[type="checkbox"]:checked[disabled] + .el-switch-style {
  background-color: #b0d7f5;
}
.el-switch.el-switch-green > input[type="checkbox"]:checked + .el-switch-style {
  background-color: #13ce66;
}
.el-switch.el-switch-green > input[type="checkbox"]:checked[disabled] + .el-switch-style {
  background-color: #a1efc4;
}
.el-switch.el-switch-red > input[type="checkbox"]:checked + .el-switch-style {
  background-color: #ff4949;
}
.el-switch.el-switch-red > input[type="checkbox"]:checked[disabled] + .el-switch-style {
  background-color: #f9b3b3;
}
.el-switch.el-switch-yellow > input[type="checkbox"]:checked + .el-switch-style {
  background-color: #f7ba2a;
}
.el-switch.el-switch-yellow > input[type="checkbox"]:checked[disabled] + .el-switch-style {
  background-color: #fbeac1;
}
/*define size*/
.el-radio.el-radio-sm,
.el-checkbox.el-checkbox-sm,
.el-switch.el-switch-sm {
  font-size: 85%;
}
.el-radio.el-radio-lg,
.el-checkbox.el-checkbox-lg,
.el-switch.el-switch-lg {
  font-size: 125%;
}

.woocommerce-error {
    position: fixed;
    bottom: 5px;
    color: #fff;
    right: 5px;
    background-color: red;
    border-radius: 5px;
    padding: 5px;
    font-size: 0.875rem;
    z-index: 999999;
}

#billing_company_field .optional {
	display:none;
}

.checkout_shipping .woocommerce-additional-fields h3 {
	display:none;
}

.wc_payment_methods {
	display:none;
}

#order_comments_field textarea {
	height: 80px;
}
.messager_form {
	width: 100%;
    display: flex;
    justify-content: space-around;
    padding: 10px 0px;
}

.messager_form i {
float:left;	
}

.messager_form small {
	color: black;
    font-weight: bold;
}

.messager_form a {
	display: inline-block;
}

.messager_form li {
	width: 75px;
    float: left;
    text-align: center;
}

.messager_form .fa-phone-rotary {
    color: #2cb5d6;
    font-size: 2.5rem;
}

.messager_form .fa-telegram {
    color: #2c6fd6;
    font-size: 2.5rem;
}

.messager_form .fa-viber {
    color: #db25a8;
    font-size: 2.5rem;
	margin-left: 5px;
}
.messager_form .fa-whatsapp-square {
    color: #28bd1e;
    font-size: 2.5rem;
	margin-left: 10px;
}

.contactmail {
    width: 100%;
    text-align: center;
	margin-bottom: 15px;
}

.contactmail p {
    font-size: 0.7rem;
    font-weight: bold;
    color: red;
}

.contactmail .copied {
    color: green;
}

.contactmail a {
	color: #FFC107 !important;
    font-weight: bold !important;
    font-size: 1.5rem !important;
}

.service strong {
    text-align: center;
    width: 100%;
    display: block;
    margin-bottom: 15px;
    color: #fff;
    font-size: 0.875rem;
}

.service .service-box {
	height: 85px;
    padding: 15px;
    margin: 10px 0;
    text-align: center;
    background-color: rgb(255 255 255 / 90%);
    border: 2px solid #febd15;
    border-radius: 5px;
	-webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}

@media (max-width: 468px) {
	.service .service-box {
		    height: 130px;
	}
}

.service .service-box h5 {
	color: #003045;
}

.service .service-box:hover {
  cursor:pointer;
  border: 2px solid #2196F3;
}

.service .service-box h5 {
	font-size: 0.875rem;
}

.service .service-box i {
    width: 100px;
    height: 100px;
    line-height: 65px;
    font-size: 3.5rem;
    padding: 15px;
    border-radius: 50%;
    background-color: #febd15;
    color: #fff;
    margin-bottom: 10px;

}


.promo {
	border-radius: 5px;
    background-image: url(/wp-content/uploads/2024/04/footer_tubs.jpg);
    background-size: cover;
	background-attachment: fixed;
}

.promo .container {
    padding: 30px 15px;
    background-color: rgb(0 0 0 / 40%);
}

.promo h2 {
	text-align: center;
	color: #febd15;
}


.promo strong {
    text-align: center;
    width: 100%;
    display: block;
    margin-bottom: 15px;
    color: #fff;
    font-size: 0.875rem;
}

.promo .promo-box {
    padding: 15px;
	margin: 10px 0;
    text-align: center;
    background-color: rgb(255 255 255 / 90%);
    border-radius: 5px;
}

.promo .promo-box i {
    width: 100px;
    height: 100px;
    line-height: 65px;
    font-size: 3.5rem;
    padding: 15px;
    border-radius: 50%;
    background-color: #febd15;
    color: #fff;
    margin-bottom: 10px;

}

.product_tag {
	display: inline-block;
    width: 100%;
    margin-bottom: 25px;
}

.product_tag li {
    float: left;
    padding: 0 5px;
	margin: 5px 0;
}

.product_tag li a {
	font-size: 0.7rem;
    font-weight: 900;
    text-transform: uppercase;
    border: 2px solid #2196f3;
    border-radius: 15px;
    padding: 5px 10px;
    color: #2196f3;
}

.product_tag li i {
    font-size: 0.95rem;
    color: #febd15;
}
      .modal-footer button {
      border-radius: 0;
      width: 150px;
      height: 35px;
      padding: 0;
      border: 0;
      line-height: 0;
      }
.modal-header {
      border: 0;
	  padding: 15px 15px 0px 15px;
      }
	  
.product_page_sidebar {
    background-color: #fff;
    border-radius: 5px;
    margin-top: 5px;
	padding: 5px;
}

.mobile-sidebar {
	margin-top: 5px;
    margin-bottom: 100px;
}

.woocommerce-order {
	margin: 25px 150px;
    padding: 15px;
    background-color: #fff;
    border-radius: 5px;
}

@media (max-width: 468px) {
.woocommerce-order {
	margin: 0;
}
}

.woocommerce-order h2 {
    font-size: 1rem;
    padding-top: 35px;
}

.woocommerce-order .woocommerce-notice--success {
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    color: green;
    font-size: 1.2rem;
}

.woocommerce-order table {
	width: 100%;
	margin-bottom: 20px;
	border: 5px solid #fff;
	border-top: 5px solid #fff;
	border-bottom: 3px solid #fff;
	border-collapse: collapse; 
	outline: 3px solid #ffd300;
	font-size: 15px;
	background: #fff!important;
}
.woocommerce-order th {
	font-weight: bold;
	padding: 7px;
	background: #ffd300;
	border: none;
	text-align: left;
	font-size: 15px;
	border-top: 3px solid #fff;
	border-bottom: 3px solid #ffd300;
}
.woocommerce-order td {
	padding: 7px;
	border: none;
	border-top: 3px solid #fff;
	border-bottom: 3px solid #fff;
	font-size: 15px;
}
.woocommerce-order tbody tr:nth-child(even){
	background: #f8f8f8!important;
}

.gallery {
    padding: 0;
}

.gallery picture img {
    width: 133px;
    height: 133px;
	margin: 2px 0;
}

.gallery2 {
    padding: 0;
}
.gallery2 a {
	margin-bottom: 25px;
    -webkit-box-shadow: 12px 11px 5px -6px rgba(0, 0, 0, .1);
    -moz-box-shadow: 12px 11px 5px -6px rgba(0, 0, 0, .1);
    box-shadow: 12px 11px 5px -6px rgba(0, 0, 0, .1);
}

.gallery2 picture img {
    width: 220px;
    height: 310px;
	margin: 2px 0;
}

.gallery2 p {
    font-family: sans-serif;
    font-size: 12px;
    max-width: 220px;
    text-align: center;
}

 .l-tape-b .swiper-slide, .l-tape-d .swiper-slide {
    width: 100%;
    margin: 0;
    padding: 15px;
  }
  
    .l-tape-b, .l-tape-d {
      height: 100%%;
      width: 100%;
    }

.l-tape-b .swiper-scrollbar, .l-tape-d .swiper-scrollbar {
	position: relative!important;
    margin: 5px 0;
}

.l-tape-b .swiper-scrollbar .swiper-scrollbar-drag, .l-tape-d .swiper-scrollbar .swiper-scrollbar-drag {
	    background-color: #0fb166!important;
}

    .l-tape-a, .l-tape-c {
      height: 20%;
      box-sizing: border-box;
      padding: 10px 0;
    }

   .l-tape-a .swiper-slide, .l-tape-c .swiper-slide {
	cursor: pointer;
    text-align: center;
    padding: 10px;
    height: 100%;
	min-height: 70px;
    font-size: 0.875rem;
    line-height: 1;
    font-weight: 600;
    color: #003045;
    text-transform: uppercase;
    background-color: #fff;
    border: 2px solid #fbae3f;
    border-radius: 5px;
    margin: 10px 0;
    font-family: sans-serif;
	-webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
    }
	
   .l-tape-a .swiper-slide:hover,  .l-tape-c .swiper-slide:hover {
	   background-color: #fbae3f;
	   border: 2px solid #fbae3f;
   }

    .l-tape-a .swiper-slide-thumb-active, .l-tape-c .swiper-slide-thumb-active {
		background-color: #fbae3f;
		border: 2px solid #fbae3f;
    }
	
/*кнопка звонка*/

.callback-bt {
        background:#38a3fd;
        border:2px solid #38a3fd;
        border-radius:50%;
        box-shadow:0 8px 10px rgba(56,163,253,0.3);
        cursor:pointer;
        height:68px;
        text-align:center;
        width:68px;
        position: fixed;
        right: 4%;
        bottom: 5%;
        z-index:999;
        transition:.3s;
        -webkit-animation:hoverWave linear 1s infinite;
        animation:hoverWave linear 1s infinite;
}

.callback-bt .text-call{
        height:68px;
        width:68px;        
        border-radius:50%;
        position:relative;
        overflow:hidden;
}

.callback-bt .text-call span {
    text-align: center;
    color:#38a3fd;
    opacity: 0;
    font-size: 0;
        position:absolute;
        right: 4px;
        top: 22px;
    line-height: 14px;
        font-weight: 600;
    text-transform: uppercase;
    transition: opacity .3s linear;
    font-family: 'montserrat', Arial, Helvetica, sans-serif;
}

.callback-bt .text-call:hover span {
    opacity: 1;
        font-size: 11px;
}
.callback-bt:hover i {
    display:none;
}

.callback-bt:hover {
        z-index:1;
        background:#fff;
        color:transparent;
        transition:.3s;
}
.callback-bt:hover i {
        color:#38a3fd;
        font-size:40px;
        transition:.3s;
}
.callback-bt i {
        color:#fff;
        font-size:34px;
        transition:.3s;
        line-height: 66px;transition: .5s ease-in-out;
}

.callback-bt i  {
    animation: 1200ms ease 0s normal none 1 running shake;
        animation-iteration-count: infinite;
        -webkit-animation: 1200ms ease 0s normal none 1 running shake;
        -webkit-animation-iteration-count: infinite;
}

@-webkit-keyframes hoverWave {
        0% {
        box-shadow:0 8px 10px rgba(56,163,253,0.3),0 0 0 0 rgba(56,163,253,0.2),0 0 0 0 rgba(56,163,253,0.2)
}
40% {
        box-shadow:0 8px 10px rgba(56,163,253,0.3),0 0 0 15px rgba(56,163,253,0.2),0 0 0 0 rgba(56,163,253,0.2)
}
80% {
        box-shadow:0 8px 10px rgba(56,163,253,0.3),0 0 0 30px rgba(56,163,253,0),0 0 0 26.7px rgba(56,163,253,0.067)
}
100% {
        box-shadow:0 8px 10px rgba(56,163,253,0.3),0 0 0 30px rgba(56,163,253,0),0 0 0 40px rgba(56,163,253,0.0)
}
}@keyframes hoverWave {
        0% {
        box-shadow:0 8px 10px rgba(56,163,253,0.3),0 0 0 0 rgba(56,163,253,0.2),0 0 0 0 rgba(56,163,253,0.2)
}
40% {
        box-shadow:0 8px 10px rgba(56,163,253,0.3),0 0 0 15px rgba(56,163,253,0.2),0 0 0 0 rgba(56,163,253,0.2)
}
80% {
        box-shadow:0 8px 10px rgba(56,163,253,0.3),0 0 0 30px rgba(56,163,253,0),0 0 0 26.7px rgba(56,163,253,0.067)
}
100% {
        box-shadow:0 8px 10px rgba(56,163,253,0.3),0 0 0 30px rgba(56,163,253,0),0 0 0 40px rgba(56,163,253,0.0)
}
}

/* animations icon */

@keyframes shake {
0% {
    transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
        -webkit-transform: rotateZ(0deg);
}
10% {
    transform: rotateZ(-30deg);
        -ms-transform: rotateZ(-30deg);
        -webkit-transform: rotateZ(-30deg);
}
20% {
    transform: rotateZ(15deg);
        -ms-transform: rotateZ(15deg);
        -webkit-transform: rotateZ(15deg);
}
30% {
    transform: rotateZ(-10deg);
        -ms-transform: rotateZ(-10deg);
        -webkit-transform: rotateZ(-10deg);
}
40% {
    transform: rotateZ(7.5deg);
        -ms-transform: rotateZ(7.5deg);
        -webkit-transform: rotateZ(7.5deg);
}
50% {
    transform: rotateZ(-6deg);
        -ms-transform: rotateZ(-6deg);
        -webkit-transform: rotateZ(-6deg);
}
60% {
    transform: rotateZ(5deg);
        -ms-transform: rotateZ(5deg);
        -webkit-transform: rotateZ(5deg);
}
70% {
    transform: rotateZ(-4.28571deg);
        -ms-transform: rotateZ(-4.28571deg);
        -webkit-transform: rotateZ(-4.28571deg);
}
80% {
    transform: rotateZ(3.75deg);
        -ms-transform: rotateZ(3.75deg);
        -webkit-transform: rotateZ(3.75deg);
}
90% {
    transform: rotateZ(-3.33333deg);
        -ms-transform: rotateZ(-3.33333deg);
        -webkit-transform: rotateZ(-3.33333deg);
}
100% {
    transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
        -webkit-transform: rotateZ(0deg);
}
}

@-webkit-keyframes shake {
0% {
    transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
        -webkit-transform: rotateZ(0deg);
}
10% {
    transform: rotateZ(-30deg);
        -ms-transform: rotateZ(-30deg);
        -webkit-transform: rotateZ(-30deg);
}
20% {
    transform: rotateZ(15deg);
        -ms-transform: rotateZ(15deg);
        -webkit-transform: rotateZ(15deg);
}
30% {
    transform: rotateZ(-10deg);
        -ms-transform: rotateZ(-10deg);
        -webkit-transform: rotateZ(-10deg);
}
40% {
    transform: rotateZ(7.5deg);
        -ms-transform: rotateZ(7.5deg);
        -webkit-transform: rotateZ(7.5deg);
}
50% {
    transform: rotateZ(-6deg);
        -ms-transform: rotateZ(-6deg);
        -webkit-transform: rotateZ(-6deg);
}
60% {
    transform: rotateZ(5deg);
        -ms-transform: rotateZ(5deg);
        -webkit-transform: rotateZ(5deg);
}
70% {
    transform: rotateZ(-4.28571deg);
        -ms-transform: rotateZ(-4.28571deg);
        -webkit-transform: rotateZ(-4.28571deg);
}
80% {
    transform: rotateZ(3.75deg);
        -ms-transform: rotateZ(3.75deg);
        -webkit-transform: rotateZ(3.75deg);
}
90% {
    transform: rotateZ(-3.33333deg);
        -ms-transform: rotateZ(-3.33333deg);
        -webkit-transform: rotateZ(-3.33333deg);
}
100% {
    transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
        -webkit-transform: rotateZ(0deg);
}
}
/* конец кнопки звонка */

/*кнопка обратной связи*/

.email-bt {
        background:#F95C18;
        border:2px solid #F95C18;
        border-radius:50%;
        box-shadow:0 8px 10px rgba(249,92,24,0.3);
        cursor:pointer;
        height:68px;
        text-align:center;
        width:68px;
        position: fixed;
        left: 8%;
        bottom: 18%;
        z-index:999;
        transition:.3s;
        -webkit-animation:email-an linear 1s infinite;
        animation:email-an linear 1s infinite;
}

.email-bt .text-call{
        height:68px;
        width:68px;        
        border-radius:50%;
        position:relative;
        overflow:hidden;
}

.email-bt .text-call span {
    text-align: center;
    color:#F95C18;
    opacity: 0;
    font-size: 0;
        position:absolute;
        right: 4px;
        top: 22px;
    line-height: 14px;
        font-weight: 600;
    text-transform: uppercase;
    transition: opacity .3s linear;
    font-family: 'montserrat', Arial, Helvetica, sans-serif;
}

.email-bt .text-call:hover span {
    opacity: 1;
        font-size: 11px;
}
.email-bt:hover i {
    display:none;
}

.email-bt:hover {
        z-index:1;
        background:#fff;
        transition:.3s;
}
.email-bt:hover i {
        color:#38a3fd;
        font-size:40px;
        transition:.3s;
}
.email-bt i {
        color:#fff;
        font-size:29px;
        transition:.3s;
        line-height: 66px;
}

.email-bt i  {
        -webkit-animation: opsimple 3s infinite;
        animation: opsimple 3s infinite;
}

@-webkit-keyframes email-an {
        0% {
        box-shadow:0 8px 10px rgba(249,92,24,0.3),0 0 0 0 rgba(249,92,24,0.2),0 0 0 0 rgba(249,92,24,0.2)
}
40% {
        box-shadow:0 8px 10px rgba(249,92,24,0.3),0 0 0 15px rgba(249,92,24,0.2),0 0 0 0 rgba(249,92,24,0.2)
}
80% {
        box-shadow:0 8px 10px rgba(249,92,24,0.3),0 0 0 30px rgba(249,92,24,0),0 0 0 26.7px rgba(249,92,24,0.067)
}
100% {
        box-shadow:0 8px 10px rgba(249,92,24,0.3),0 0 0 30px rgba(249,92,24,0),0 0 0 40px rgba(249,92,24,0.0)
}
}@keyframes email-an {
        0% {
        box-shadow:0 8px 10px rgba(249,92,24,0.3),0 0 0 0 rgba(249,92,24,0.2),0 0 0 0 rgba(249,92,24,0.2)
}
40% {
        box-shadow:0 8px 10px rgba(249,92,24,0.3),0 0 0 15px rgba(249,92,24,0.2),0 0 0 0 rgba(249,92,24,0.2)
}
80% {
        box-shadow:0 8px 10px rgba(249,92,24,0.3),0 0 0 30px rgba(249,92,24,0),0 0 0 26.7px rgba(249,92,24,0.067)
}
100% {
        box-shadow:0 8px 10px rgba(249,92,24,0.3),0 0 0 30px rgba(249,92,24,0),0 0 0 40px rgba(249,92,24,0.0)
}
}

@keyframes opsimple {
0% {
    opacity: 0;
}
40% {
    opacity: 1;
}

80% {
    opacity: 1;
}
100% {
    opacity: 0;
}
}

@-webkit-keyframes opsimple {
0% {
    opacity: 0;
}
40% {
    opacity: 1;
}
80% {
    opacity: 1;
}
100% {
    opacity: 0;
}
}
/* конец кнопки звязи */
.grecaptcha-badge {
	    display: none;
}

#r-s-page .menu-kataloh-container ul {

}

#r-s-page .menu-kataloh-container ul li a{
    border-radius: 5px;
	color:#fff;
    background-color: #0fb166;
    font-size: 0.875rem;
    text-align: left;
    width: 100%;
    display: block;
    padding: 5px 10px;
    margin-bottom: 10px;
}

.basket-btn__counter small {
	width: 20px;
	position: absolute;
    margin: -5px 0px 0px -20px;
    padding: 2px;
    border-radius: 5px;
    color: red;
    font-weight: bold;
}

.pwf-field-item {
    background-color: #fff;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 10px;
}

.pwf-item-label {
    background-color: #f4f7f9;
    padding: 3px 5px;
    border-radius: 5px;
    margin-bottom: 5px;
}

.pwf-textlist-item.selected .pwf-title-container>.text-title, .pwf-textlist-item:not(.pwf-disabled) .pwf-title-container:hover>.text-title {
    color: #ffc107;
}

.pwf-item-label .pwf-title-container .text-title {
font-size: 0.875rem !important;
    text-transform: none !important;
    font-weight: 400 !important;
}

.pwf-boxlist-item.selected .pwf-item-label .pwf-title-container .text-title {
 color: #ffc107!important;
}

.pwf-boxlist-item.selected .pwf-product-counts, .pwf-boxlist-item:hover .pwf-product-counts {
color: red!important;
}

.pwf-boxlist-item.selected, .pwf-boxlist-item:hover, .pwf-field-item-button .pwf-item-button:hover {
background-color: #fff!important;
    border-color: #fff!important;
}

.pwf-field-item-title .text-title {
	font-size: 1rem;
    display: block;
    margin: 0;
    text-transform: uppercase;
    font-weight: 700;
    color: #003045;	
}

.pwf-boxlist-item:hover .pwf-item-label .pwf-title-container .text-title {
    color: #ffc107!important;
}

.pwf-radiolist-label {
	display:flex!important;
}

.pwf-woo-filter-notes {
	    margin-bottom: 15px;
}
/* content.css */
/**************** Начало Кнопки *******************/
.button {
    padding: 5px 15px;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    border-radius: 5px;
    background-position: 100%;
    background-size: 400%;
    transition: background 500ms ease-in-out;
}
.button:hover, .button:focus {
  color: #fff;
  outline: 0;
  background-position: 0;
}

.wp-element-button {font-size: 0.740rem; padding: 0.250rem 1.80rem;}
/**************** Конец Кнопки *******************/

#content .row #l-s-page {
	display: block
}

#content .row #l-s-page section {
	margin: 2rem 0
}

.title_landing {
	font-size: 1.3rem;
    text-align: left;
    color: #003045;
    padding: 10px 0;
    border-radius: 5px;
    margin: 0;
}

.button-call-1 {
	cursor: pointer;
	color: #000;
	border: 1px solid #000;
	padding: 15px 30px;
	text-transform: uppercase;
	font-size: .875rem
}

.button-call-1:active,
.button-call-1:focus {
	color: #000
}

.button-call-1:hover {
	background: #fcb731;
	color: #fff;
	border: 1px solid #fcb731
}

.text-desc {
    font-size: .875rem;
    height: 200px;
    overflow: scroll;
    overflow-x: hidden;
    padding-right: 25px;
}

.text-desc h3 {
	font-size: 1rem;
    display: inline;
}

.text-desc ol {
	list-style-type: decimal
}

.text-desc ul {
	list-style-type: disc
}

@media (max-width:768px) {
	.text-desc {
		width: 100%;
		margin: 50px 0 30px 0
	}
}

.home .site-content {
	position: relative
}

.main-inner .seo {
	color: #fff;
	font-size: .875rem;
	float: left;
	width: 40%;
	font-weight: 700;
	text-align: center;
	background-color: rgb(252 183 49 / .85);
	border-radius: 15px
}

@media (max-width:768px) {
	.main-inner {
		height: 100%
	}

	.main-inner .seo,
	.main-inner .web {
		width: 100%;
		margin: 0;
		height: 100%;
	}
}

.inner-b-1 {
	margin-top: 60px
}

@media (max-width:768px) {
	.text-bg {
		display: none
	}

	.inner-b-1 {
		margin-top: 30px
	}
}

.simple-content {
	display: grid;
	grid-template-columns: 25% 70.5%;
	grid-gap: 0 4.5%;
	padding: 0 10px
}

@media (max-width:468px) {
	.simple-content {
		display: block !important
	}

	.simple-content .widget-area {
		display: none !important
	}
}

.entry-header .main-title i {
	color: #8bc34a;
	font-size: .875rem
}

.line-btn a {
	text-align: center;
	line-height: 1.5;
	font-size: .875rem;
	font-weight: 700;
	padding: 1rem;
	margin: 0
}

.line-btn p {
	color: #03a9f4;
	text-align: center;
	line-height: 2;
	font-size: .875rem;
	font-weight: 700;
	margin: 0
}

@media (max-width:468px) {
	.content-area .product-type-simple {
		display: block !important
	}
}

.single-product .woocommerce-product-gallery__image {
	text-align: center
}

.single-product .swiper-slide img {
	width: 100%;
	max-width: 250px;
	margin-bottom: 4rem
}

.single-product .entry-header .main-title {
	font-size: .875rem
}

.single-product .pprice {
	font-size: .875rem;
	line-height: 1;
	color: #000;
	font-weight: 700;
	font-family: BebasNeue, Arial, sans-serif
}

.single-product .pprice .woocommerce-Price-amount bdi {
	color: red
}

.single-product .pprice b {
	font-family: sans-serif;
	font-size: .875rem
}

.single-product .product_meta {
	text-align: right
}

.single-product .article {
	color: #fcb731;
	font-size: .875rem;
	line-height: 1.2;
	font-family: BebasNeue, Arial, sans-serif
}

.single-product .version {
	display: grid;
	grid-template-columns: 25% 70%;
	grid-gap: 5%;
	grid-column: 2;
	margin: 15px 0;
	font-size: .875rem;
	text-transform: uppercase;
	font-weight: 700
}

.single-product .version button {
	line-height: 0
}

.single-product .version input {
	text-align: center;
	max-width: 70px;
	display: block;
	width: 100%;
	max-width: 100px;
	height: 40px;
	margin: 0 auto;
	padding: .375rem .5rem;
	border: 2px solid #000;
	background-color: #fff;
	color: inherit;
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	text-align: center;
	outline: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-transition: border-color .25s ease, color .25s ease, opacity .25s ease;
	transition: border-color .25s ease, color .25s ease, opacity .25s ease
}

.single-product .version select {
	max-width: 150px;
	border: 2px solid #000;
	color: #000
}

.single-product .version a:hover {
	color: #fff;
	background: #fcb731;
	border: 2px solid #fcb731
}

.shop-page-center .shop-desc {
	height: 400px;
	overflow: scroll;
	overflow-x: hidden;
	padding-right: 25px;
	background-color: #f9f9f9;
	padding: 1rem
}

@media (max-width:1180px) {
	.single-product {
		width: 100%
	}
}

.category-blog {
	display: block;
	margin: 0 0 15px 0;
	padding: 5px;
	-webkit-box-shadow: -1px 2px 15px -1px rgb(0 0 0 / 10%);
	box-shadow: -1px 2px 15px -1px rgb(0 0 0 / 10%)
}

.category-blog h2 {
	font-size: .875rem;
	text-align: left
}

.category-blog a {
	color: #1f1f1f
}

.category-blog img {
	width: 100%;
	max-height: 150px
}

.category-blog time {
	font-size: .875rem;
	color: #27a5e7;
	float: right;
	padding: 10px 0 0;
	font-weight: 700
}

@media (max-width:768px) {
	.category-blog {
		min-width: 100%;
		max-width: 100%
	}
}

@media (max-width:980px) {
	.entry-header .main-title {
		text-align: center;

	}

	.single #secondary-right {
		width: 100%
	}

	.text-desc {
		width: 100% !important
	}
}

.contacts {
	position: relative
}

.contacts__line,
.contacts__line-2 {
	width: 2px;
	background-color: #3c39cb;
	opacity: .2;
	position: absolute
}

.contacts__line {
	right: 120px;
	top: 18px;
	height: 247px
}

.contacts__line-2 {
	height: 335px;
	left: 120px;
	bottom: -69px
}

.contacts__title {
	font-size: 2.813;
	line-height: 54px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 33px;
	color: #5251f8
}

.contacts__form {
	width: 100%;
	max-width: 690px;
	margin: 67px auto 0
}

.contacts__data {
	width: 100%;
	margin: 80px auto 30px;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: 1fr;
	grid-column-gap: 0;
	grid-row-gap: 0
}

.contacts-element img {
	margin-right: 15px
}

.contacts-element a {
	display: block;
	font-size: 1.125;
	font-weight: 700;
	color: #5251f8
}

.contacts-element a span {
	color: #000
}

.callback-form input {
	width: 250px;
	padding: 0 35px;
	font-size: 1.125
}

.callback-form input {
	height: 59px;
	border: 1px solid #3c39cb;
	margin-bottom: 30px;
	outline: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #000
}

.callback-form input::-webkit-input-placeholder {
	color: #3c39cb;
	font-size: 1rem;
	line-height: 19px;
	font-weight: 700;
	font-family: Gilroy
}

.callback-form input:-moz-placeholder,
.callback-form input::-moz-placeholder {
	color: #3c39cb;
	font-size: 1rem;
	line-height: 19px;
	font-weight: 700;
	font-family: Gilroy
}

.callback-form input:-ms-input-placeholder {
	color: #3c39cb;
	font-size: 1rem;
	line-height: 19px;
	font-weight: 700;
	font-family: Gilroy
}

.callback-form input:focus {
	outline: 0
}

.callback-form input:nth-child(2) {
	margin-left: 26px
}

.callback-form button {
	color: #fff;
	font-size: 16px;
	line-height: 19px;
	font-weight: 700;
	height: 59px;
	width: 100%;
	max-width: 250px;
	background-color: #3c39cb;
	display: block
}

.cart_pg .checkout {
	display: grid;
	grid-template-columns: 45% 50%;
	grid-gap: 0 5%;
	padding: 0 10px;
	position: relative
}

@media (max-width:768px) {
	.cart_pg .checkout {
		width: 100%;
		display: inline-block
	}
}

.woocommerce-cart.full-width-content .content,
.woocommerce-checkout.full-width-content .content {
	max-width: 100%
}

.woocommerce-cart .entry-content form {
	width: 60%;
	float: left
}

#add_payment_method table.cart th,
.woocommerce-cart table.cart th,
.woocommerce-checkout table.cart th,
.woocommerce-checkout table.shop_table th {
	color: #034997;
	font-size: .875rem
}

#add_payment_method table.cart td,
.woocommerce-cart table.cart td,
.woocommerce-checkout table.cart td,
.woocommerce-checkout table.shop_table td {
	color: #555;
	font-size: .875rem
}

.woocommerce-cart .woocommerce table.shop_table th {
	border-bottom: 2px solid #034997
}

.woocommerce-cart .woocommerce table.shop_table,
.woocommerce-checkout .woocommerce table.shop_table {
	border: 1px solid #e6e6e6;
	margin: 0;
	text-align: left;
	width: 100%;
	border-collapse: separate;
	border-radius: 0;
	border-bottom: none;
	border-right: none;
	margin-bottom: 35px;
	border-bottom: 1px solid #e6e6e6
}

body .woocommerce form .form-row .input-checkbox {
	width: auto;
	margin: -2px 5px 0 0
}

body .woocommerce table.shop_table th {
	border-top: none;
	border-bottom: 1px solid #e6e6e6;
	border-right: 1px solid #e6e6e6;
	text-align: right;
	padding: 10px 20px
}

body #add_payment_method table.cart td,
body #add_payment_method table.cart th,
body.woocommerce-cart table.cart td,
body.woocommerce-cart table.cart th,
body.woocommerce-checkout table.cart td,
body.woocommerce-checkout table.cart th {
	border-right: 1px solid #e6e6e6
}

.woocommerce-page #payment #place_order,
body .woocommerce #payment #place_order {
	display: block;
	text-align: center;
	margin-bottom: 0;
	font-size: .875rem;
	margin-top: .5em;
	border: 0;
    border-radius: 0;
}

body .woocommerce a.button.disabled,
body .woocommerce a.button:disabled,
body .woocommerce a.button:disabled[disabled],
body .woocommerce button.button.disabled,
body .woocommerce button.button:disabled,
body .woocommerce button.button:disabled[disabled],
body .woocommerce input.button.disabled,
body .woocommerce input.button:disabled,
body .woocommerce input.button:disabled[disabled] {
	background: #ccc
}

body .woocommerce a.checkout-button.button.alt {
	border-radius: 40px
}

body .woocommerce table.shop_table td {
	padding: 15px
}

body .woocommerce-checkout table.shop_table td {
	text-align: right;
	border-right: 1px solid #e6e6e6;
	border-top: 0
}

.woocommerce a.remove {
	margin: 0 auto
}

.woocommerce-cart .woocommerce table.shop_table th.product-name,
.woocommerce-cart .woocommerce table.shop_table th.product-remove {
	text-align: center
}

.woocommerce-cart .woocommerce table.shop_table th.product-price,
.woocommerce-cart .woocommerce table.shop_table th.product-quantity {
	text-align: right
}

.woocommerce-cart .woocommerce table.shop_table .cart_item td.product-price,
.woocommerce-cart .woocommerce table.shop_table .cart_item td.product-quantity {
	text-align: right
}

.woocommerce-checkout .woocommerce .col2-set .col-1,
.woocommerce-checkout .woocommerce .col2-set .col-2 {
	margin-bottom: 2em;
	width: 100%;
	float: none
}

.woocommerce-checkout .payment-fixed {
	position: fixed;
	z-index: 9;
	box-shadow: rgba(0, 0, 0, .2) 0 6px 2em;
	left: 52%;
	margin-left: 0;
	padding: 20px;
	top: 0;
	width: 45.5% !important;
	-webkit-transition: padding .1s ease-in;
	-moz-transition: padding .1s ease-in;
	-o-transition: padding .1s ease-in;
	-ms-transition: padding .1s ease-in;
	transition: padding .1s ease-in
}

body .woocommerce table.shop_table tbody th {
	border-bottom: none
}

body .woocommerce form .form-row input.input-text {
	max-width: 100%;
    color: #503ec6;
    border-bottom: 2px solid #503ec6;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    border-radius: 0;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #503ec6;
    line-height: 36px;
}

.select2-container--default .select2-selection--single {
	max-width: 100%;
	height: 36px;
    color: #503ec6;
    border-bottom: 2px solid #503ec6;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    border-radius: 0;	
}

body .woocommerce .product-name a {
	color: #000;
	pointer-events: none;
	cursor: default
}

@media only screen and (max-width:1139px) {
	.woocommerce-cart .entry-content form {
		width: 64%
	}
}

@media only screen and (max-width:980px) {
	.woocommerce-cart .entry-content form {
		width: 80%;
		float: none;
		margin: 0 auto
	}
}

@media only screen and (max-width:650px) {
	.woocommerce-cart .entry-content form {
		width: 100%
	}

	.woocommerce-checkout .woocommerce .col2-set {
		width: 100%;
		float: none;
		margin-right: 0
	}

	.woocommerce-checkout #order_review {
		width: 100%;
		float: none
	}
}
/* modules.css */
.dark-inner {
	background: #121212;
	background-image: url(https://uaizol.com.ua/wp-content/themes/uaizol/dist/img/bg-site1.png);
	background-position-x: 115px;
	color: #fff;
	padding: 60px 0
}

.dark-inner a {
	color: #fff
}

.dark-inner h1 {
	color: #fff
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-family: "Font Awesome 5 Pro"!important;
	font-size: 2.5rem !important;
	font-weight: bold
}
.swiper-button-next:after {content: '\f33b'!important; color: #FFC107;}
.swiper-button-prev:after {content: '\f351'!important; color: #FFC107;}

.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp {
	background: 0 0;
	padding: 0;
	border-radius: 0
}

.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
	padding: 10px 10px 10px 35px;
	line-height: 2;
	font-size: .875rem;
	border: 2px solid #fbfbfb;
	border-radius: 0
}

.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit {
	left: 5px
}

.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit {
	top: 8px
}

.dgwt-wcas-style-pirx .dgwt-wcas-close:not(.dgwt-wcas-inner-preloader) {
	right: 5px !important
}

.dgwt-wcas-st>span {
	font-size: .75rem
}