
/*Imports*/
    @import "vars.css";
/*Imports/ */

/*General settings*/
* {
    padding: 0;
    margin: 0;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;

    height: 100%;
}
body,
html {
    padding: 0;
    margin: 0;
}

body {
    font-family: 'Public Sans', sans-serif;
	font-weight: normal;
    color: #1a1a1a;
    background: #fff;

    display: flex;
    flex-direction: column;
    height: 100%;

    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    -o-text-size-adjust: none;
    text-size-adjust: none;
}

body.admin-bar {
    padding-top: 32px;
}

.for_page {
    flex: 1 0 auto;
}

#page {
    position: relative;
    min-height: 100%;
}

/*Null*/
h1, h2, h3, h4, h5, h6 {
}

h1 {
}

h2 {
    font-size: 25px;
}

h3 {
}

h4 {
    margin: 27px 0 21px 0;
}

h5 {
}

h6 {
}

p {
}
button:focus {
    outline: none !important;
}
a{
    outline: none;
    text-decoration: none;
	-webkit-transition: 0.3s ease all;
    -moz-transition: 0.3s ease all;
    -ms-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
	transition: 0.3s ease all;
}
a:hover{
	color: var(--color_eunry);
}

a:active,
a:focus,
a:hover {
    outline: none;
    text-decoration: none;
}

ul, ol {
    margin: auto;
}

ul li {
    list-style: none;
}

ol li {
}

strong {
}

img {
    width: auto;
    max-width: 100%;
    height: auto;
}

/*Null/ */
/*General settings/ */
.header{
   padding-top: 30px;
}
.header .nav {
    padding: 0;
}
.icon_header{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.second_menu_top ul li a{
	font-size: 14px;
	font-weight: 400;
	color: #000;
	padding: 15px 15px 15px 0;
	display: inline-block;
	
}
.second_menu_top ul li:last-child a{
	padding-right: 0;
}
.second_menu_top ul li a:hover{
	color: var(--color_eunry);
}
.second_menu_top ul{
	display: flex;
	justify-content: flex-end;
}
.mini_search{
	display: flex;
	align-items: center;
}
.mini_search_btn{
	background: none;
	padding: 0;
	width: 40px;
	margin-right: 10px;
}
.mini_wishlist{
	padding-right: 21px;
}
.mini_search_btn,
.mini_wishlist,
.mini_cart{
	cursor: pointer;
	-webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.mini_search_btn:hover,
.mini_wishlist:hover,
.mini_cart:hover{
	 transform: scale(1.1);
}
.header .flex-center{
	align-items: center;
	justify-content: space-between;
}
.header .logo{
	width: 110px;
	display: block;
}
.nav{
    background: #cb8161;
	margin-top: 30px;
}
.nav .main_menu  ul{ 
	display: flex;
}
.nav .main_menu ul li{
	padding-right: 30px;
	position: relative;
}
.nav .main_menu ul li a{
	font-size: 14px;
	color: #fff;
	position: relative;
	padding: 17px 0;
    display: inline-block;
}
.nav .main_menu ul li a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0;
    bottom: 12px;
    background: #fff; 
    transform: scale(0, 1);
}
.nav .main_menu ul li a:hover:before {
    transform: scale(1, 1);
    transform-origin: left center;
    transition: transform 0.2s ease-in-out;
}
.nav .main_menu ul li:last-child a{
	padding-right: 20px;
}
.nav .main_menu ul li.menu-item-46 ul.sub-menu{
	width: 920px;
    left: -149px;
}
.nav .main_menu ul li.menu-item-71 ul.sub-menu{
    left: -215px;
}
.nav .main_menu ul li.menu-item-75 ul.sub-menu{
    width: 662px;
    left: -327px;
}
.nav .main_menu ul li.menu-item-42 ul.sub-menu{
    left: -163px;
    width: 481px;
}
.nav .main_menu ul  li ul.sub-menu {
    position: absolute;
    background: #fff;
    z-index: 999;
    left: 0;
    top: 55px;/*41px*/
    display: flex;
    align-items: flex-start;
	justify-content: space-between;
    opacity: 0;
    visibility: hidden;
	width: 600px;
    padding: 35px;
    -webkit-transition: opacity 0.3s ease-in 0.3s, visibility 0.3s ease-in 0.3s;
    -moz-transition: opacity 0.3s ease-in 0.3s, visibility 0.3s ease-in 0.3s;
    -o-transition: opacity 0.3s ease-in 0.3s, visibility 0.3s ease-in 0.3s;
    transition: opacity 0.3s ease-in 0.3s, visibility 0.3s ease-in 0.3s;
	box-shadow: 0 0 2px rgba(0,0,0,.1);
}
.nav .main_menu ul  li ul.sub-menu li a{
	font-size: 16px;
	line-height: 29px;
	color: #000;
	padding: 0;
	font-weight: 400;
}
.nav .main_menu ul  li ul.sub-menu li a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0;
    bottom: -1px;
    background: #000;
    transform: scale(0, 1);
}
.nav .main_menu ul  li ul.sub-menu li a:hover:before {
    transform: scale(1, 1);
    transform-origin: left center;
    transition: transform 0.2s ease-in-out;
}
.nav .main_menu ul li:hover ul.sub-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.3s ease-in 0s, visibility 0.3s ease-in 0s;
    -moz-transition: opacity 0.3s ease-in 0s, visibility 0.3s ease-in 0s;
    -o-transition: opacity 0.3s ease-in 0s, visibility 0.3s ease-in 0s;
    transition: opacity 0.3s ease-in 0s, visibility 0.3s ease-in 0s;
}

.nav .main_menu ul  li ul.sub-menu li ul.sub-menu{ 
	position: static;
    display: block;
	width: auto;
	padding: 0;
}
.second_header{
	border: solid 1px #ebebeb;
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
}
.slider_home{
	border: solid 1px #ebebeb;
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
    margin-top: 1px;
}


.footer{
	margin-top: 60px;
	flex: 0 0 auto;
	background: var(--color_apricot_white);
	padding-top: 20px;
	color: #181818;
    
}
.text_playment{
	font-size: 15px;
	margin-bottom: 20px;
	text-align: center;
	
}
.menu_catalog{
	padding-top: 20px;
}
.menu_catalog .widget-title{
	font-size: 18px;
	margin-bottom: 12px;
}
.menu_catalog ul li a{
	color: #a8a8a8;
	line-height: 19px;
	font-size: 15px;
}
.menu_catalog ul li a:hover{
	text-decoration: underline;
}
.head_about_home{
	color: #cb8161;
    font-size: 40px;
    font-weight: 500;
    margin: 40px 0 25px;
}
.text_about_home{
	line-height: 24px;
	    color: #868686;
	font-size: 14;
	font-weight: 400;
}
.bottom_footer{
	background: #fff;
	margin-top: 50px;
	padding: 20px 0;
	font-size: 15px;
}

/*hover category product*/
ul.product-item li a,
.woocommerce ul.products li.product a{
    position: relative;
	display: block;
}
ul.product-item li a img,
.woocommerce ul.products li.product a img{
	display: block;
}
ul.product-item li a img:nth-child(1),
.woocommerce ul.products li.product a img:nth-child(1){
	opacity: 1;
    transition: opacity .4s ease-out;
}
ul.product-item li a .list_img img,
.woocommerce ul.products li.product a .list_img img{ 
	position: absolute;
    opacity: 0;
    top: 0;
    left: 0;
    transform: scale(.95,.95);
    transition: transform .4s ease-out,opacity .4s ease-out;
	width: 100%;
    height: 100%;
    object-fit: cover;
}
ul.product-item li:hover a .list_img img,
.woocommerce ul.products li.product:hover a .list_img img{
	transform: scale(1,1);
    opacity: 1 !important;
}
/*hover category product*/
     /*Filter*/
input{
	outline: none !important;
}

.woof_products_top_panel{
	margin-top: -45px;
	width: 100%;
}
.woof_products_top_panel li a[data-tax="price"] span{
	font-size: 0;
	display: block;
	position: relative;
	margin-top: 2px;
}
.woof_products_top_panel li a[data-tax="price"] span:before{
	content: 'Ціна';
	font-size: 15px;
}
/*.woof_products_top_panel_ul li ul li:first-child,*/
html[lang="uk"] .woof_reset_button_2:before{
	content: "Очистити все";
	font-size: 15px;
}
html[lang="uk"] .woof_reset_button_2{
	font-size: 0;
}
.woof_reset_button_2{
	position: relative;
	background-color: var(--color_eunry);
	text-align: center;
	padding: 10px 20px;
	font-size: 15px;
	line-height: normal;
	color: #fff;
	border-radius: 5px;
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;
	border: inherit;
	cursor: pointer;
}
.woof_reset_button_2:hover{
	background: #f88f14;
}
div.woof_info_popup {
    border-radius:0;
    background-color:transparent;
    box-shadow:none;
    font-size: 0;
	background: url("../img/loading.png") no-repeat;
	width: 100px;
	height: 100px;
	background-size: contain;
	animation: 1s linear 0s normal none infinite running rot;
  -webkit-animation: 1s linear 0s normal none infinite running rot;
}
.woof_products_top_panel li a{
	font-weight: 400;
	font-size: 15px;
	line-height: 24px;
	letter-spacing: 0.01em;
	color: #000000;
	
}

@keyframes rot {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes rot {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.woof_products_top_panel li span, 
.woof_products_top_panel2 li span{
	background: url(../img/filter_close.svg) no-repeat;
	background-size: 20px 20px;
	background-position: right;
	padding-right: 26px;
	transition: all 0.3s ease;
}
.woof_products_top_panel li span:hover {
   background-size: 20px 20px;
	opacity: 0.4;
}
.woof_products_top_panel li{
	margin-right: 24px !important;
}
.store-section .woof_products_top_panel_ul li ul li{
	margin-right: 24px !important;
}
.store-section .woof_products_top_panel_ul li ul li:last-child {
	margin-right: 0 !important;
}
        .filter {
            position: relative;
            float: left;
        }

        .filter-btn {
            font-size: 17px;
            line-height: 32px;
            letter-spacing: 0.01em;
            color: #000000;
            cursor: pointer;

            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
        }

        .filter__body {
            background-color: #fff;
            cursor: default;
        }

        .filter__body .woof_container {
            margin-bottom: 26px;
        }

        .filter__body  .woof_container .woof_container_inner h4 {
            position: relative;
            cursor: pointer;
			
			color: #000;
			padding: 0 0 10px;
			background: 0 0;
			font-weight: 500;
			font-size: 20px;
			margin: 0 0 15px;
			line-height: 20px;
			text-transform: uppercase;
			letter-spacing: .1em;
        }
		.filter__body .woof_container_inner h4 .woof_front_toggle,
        .filter__body .woof_container .woof_container_inner div .woof_front_toggle{
            position: absolute;
            top: 50%;
            right: 0;
            display: block;
            width: 28px;
            height: 28px;
            font-size: 0;
            margin-top: -20px;
            background: url(../img/filter-arrow.svg) no-repeat center;

            -webkit-transition: all 0.3s ease-out;
            -moz-transition: all 0.3s ease-out;
            -ms-transition: all 0.3s ease-out;
            -o-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
        }
		.filter__body .woof_container_inner h4 .woof_front_toggle_closed,  
        .filter__body .woof_container .woof_container_inner div .woof_front_toggle_closed{
            -webkit-transform: rotate(160deg);
            -moz-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
            -o-transform: rotate(180deg);
            transform: rotate(180deg);
        }
		.filter__body ul.woof_list li input.woof_checkbox_term,
        .filter__body .woof_list_checkbox li div {/*check*/
			cursor: pointer;
            width: 16px;
            height: 16px;
            margin-top: 0;
            background: transparent;
            border: 1px solid #333333 !important;

            -webkit-transition: all 0.3s ease-out;
            -moz-transition: all 0.3s ease-out;
            -ms-transition: all 0.3s ease-out;
            -o-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
        }
		.filter__body  ul.woof_list_checkbox  li input.woof_checkbox_term[checked="checked"]{
			background-color: var(--color_eunry);
		}
        .filter__body .woof_list_checkbox li div.checked {
            background: var(--color_eunry) url(../img/check.svg) no-repeat center;
        }


        .filter__body .woof_list_checkbox li label {
            margin-left: 11px !important;
            margin-bottom: 0;
            font-size: 14px;
			font-weight: 500;
            line-height: 16px;
            color: #828282;
			  -webkit-transition: all 0.3s ease-out;
            -moz-transition: all 0.3s ease-out;
            -ms-transition: all 0.3s ease-out;
            -o-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
        }
		.filter__body .woof_list_checkbox li label:hover{
			color: #000;
		}
        .filter__body .woof_list_checkbox li label .woof_checkbox_count {
            color: #909090;
            padding-left: 8px;
        }

        .woof_text_search_container > .woof_container_inner {
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            flex-direction: column;
        }
        .woof_text_search_container > .woof_container_inner > .woof_text_notes_for_customer {
            order: -2;
            position: relative;
            padding-right: 28px;
            margin-bottom: 14px;
            font-size: 15px;
            line-height: 20px;
            color: #000000;
            cursor: pointer;
        }

        .woof_submit_search_form_container,
        .filter__body .irs--round .irs-grid,
        .filter__body .irs--round .irs-from,
        .filter__body .irs--round .irs-to,
        .filter__body .woof_text_search_container .woof_text_search_go {
            display: none !important;
        }

        .filter__body .woof_price_filter_txt_slider input[type='number'],
        .filter__body .woof_container .woof_container_inner input[type="search"] {
            height: 36px;
            padding: 0 10px;
            border: 1px solid #6B6464;
            font-family: var(--m_reg);
            font-size: 13px;
            line-height: 20px;
            color: #6B6464;

            -webkit-transition: all 0.3s ease-out;
            -moz-transition: all 0.3s ease-out;
            -ms-transition: all 0.3s ease-out;
            -o-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
        }
        ::-webkit-input-placeholder {
            font-size: 13px;
            line-height: 20px;
            color: #6B6464;
        }
        ::-moz-placeholder {
            font-size: 13px;
            line-height: 20px;
            color: #6B6464;
        }
        ::placeholder {
            font-size: 13px;
            line-height: 20px;
            color: #6B6464;
        }

        .filter__body .irs--round .irs-handle,
        .filter__body .irs--round .irs-handle:hover {
			width: 12px;
			height: 12px;
			border: 2px solid #000;
			top: 26px;
			background: #fff;
			border-radius: 0;
			box-shadow: inherit;
        }
        .filter__body .irs--round .irs-handle {
            margin-top: 4px;
        }
        .filter__body .irs--round .irs-bar {
            background: #000;
			height: 2px;
        }
        .filter__body .irs--round .irs-line {
            overflow: visible;
        }

        .filter__body .woof_price_filter_txt_slider {
            padding-top: 12px;
        }

        .filter__body .woof_price_filter_txt_slider input[type='number']::-webkit-outer-spin-button,
        .filter__body .woof_price_filter_txt_slider input[type='number']::-webkit-inner-spin-button {
            -webkit-appearance: none;
            margin: 0;
        }
        .filter__body .woof_price_filter_txt_slider input[type='number'] {
            -moz-appearance: textfield;
            text-align: center;
        }

        .filter__body .woof_price_filter_txt_slider {
            height: 41px;
        }
        .filter__body .irs--round.irs-with-grid {
            height: 59px;
        }
		.woof_products_top_panel_ul li ul li:first-child, .woof_reset_button_2 {
			display: none;
		}
        .filter__body .widget .woof_redraw_zone ul li {
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
			flex-wrap: wrap;
			width: 100%;
            align-items: center;
			
            margin-bottom: 7px;
        }

        .filter__body .woof_price_filter h4,
        .filter__body .woof_container_woof_text h4 {
            position: relative;
        }
		.woof_childs_list{
			padding: 0 !important;
		}
.filter__body .widget  .woof_redraw_zone  .woof_container_product_cat ul li{
	flex-wrap: wrap;
	    width: 100%;
}
.filter__body .widget  .woof_redraw_zone  .woof_container_product_cat ul li label,
.filter__body .widget  .woof_redraw_zone  .woof_container_product_cat ul li ul li label{
	max-width: 187px;
}
.filter__body .widget  .woof_redraw_zone  .woof_container_product_cat ul li ul li{
			   
}
        .filter__body .woof_price_filter h4:after,
        .filter__body .woof_price_filter h4::after,
        .filter__body .woof_text_notes_for_customer:after,
        .filter__body .woof_text_notes_for_customer::after {
            position: absolute;
            top: 50%;
            right: 0;
            display: block;
            width: 28px;
            height: 28px;
            font-size: 0;
            margin-top: -14px;
            background: url(../img/filter-arrow.svg) no-repeat center;

            -webkit-transition: all 0.3s ease-out;
            -moz-transition: all 0.3s ease-out;
            -ms-transition: all 0.3s ease-out;
            -o-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;

            content: '';
        }
        .filter__body .woof_price_filter h4.active:after,
        .filter__body .woof_price_filter h4.active::after,
        .filter__body .woof_text_notes_for_customer.active:after,
        .filter__body .woof_text_notes_for_customer.active::after {
            -webkit-transform: rotate(160deg);
            -moz-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
            -o-transform: rotate(180deg);
            transform: rotate(180deg);
        }

        .filter__result {
            margin-bottom: 36px;
            font-size: 15px;
            line-height: 20px;
            color: #000000;
        }
        .filter__result span {
            color: #909090;
            font-size: 14px;
        }

        .filter__action {
            position: relative;
            max-width: 182px;
            padding-right: 30px;
        }
        .filter__action:after,
        .filter__action::after {
            position: absolute;
            top: 50%;
            right: 0;
            display: block;
            width: 28px;
            height: 28px;
            font-size: 0;
            margin-top: -14px;
            background: url(../img/filter-arrow.svg) no-repeat center;

            -webkit-transform: rotate(160deg);
            -moz-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
            -o-transform: rotate(180deg);
            transform: rotate(180deg);

            -webkit-transition: all 0.3s ease-out;
            -moz-transition: all 0.3s ease-out;
            -ms-transition: all 0.3s ease-out;
            -o-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;

            content: '';
        }
        .filter__action.active:after,
        .filter__action.active::after {
            -webkit-transform: rotate(0deg);
            -moz-transform: rotate(0deg);
            -ms-transform: rotate(0deg);
            -o-transform: rotate(0deg);
            transform: rotate(0deg);
        }
		.main-list-catogory-shop .woocommerce-info{
			background-color: transparent;
			margin: 22px 20px 40px 20px;
			font-size: 20px;
			text-align: center;
		}
    /*Filter/ */

.slider_home .hesperiden.tparrows{
	background: transparent;
    border: 1px solid #000;
    border-radius: 50px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.slider_home .hesperiden.tparrows:hover{
	background-color: #cb8161;
	border: 1px solid #cb8161;
}
.slider_home .hesperiden.tparrows:hover:before{
	content: '';
	background: url(../img/arrow_slider_hover.png) no-repeat;
	background-size: contain;
	width: 25px;
	height: 19px;
	transform: translate(-50%, -50%);
    left: 50%;
    position: absolute;
    top: 50%;
}
.slider_home .hesperiden.tparrows:before{
	content: '';
	background: url(../img/arrow_slider.png) no-repeat;
	background-size: contain;
	width: 25px;
	height: 19px;
	transform: translate(-50%, -50%);
    left: 50%;
    position: absolute;
    top: 50%;
}
.slider_home .hesperiden.tparrows.tp-leftarrow{
	transform: rotate(180deg);
}
.slider_home .rev_slider .tp-caption a{
	display: block;
    text-transform: uppercase;
    letter-spacing: 3px;
    padding: 0 25px;
    background-color: #fff;
	color: #000;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.slider_home .rev_slider .tp-caption a:hover{
	background: #cb8161;
	color: #fff;
}
.slider_home .ares .tp-bullet{
	background: rgba(0,0,0,.3);
	width: 9px;
	height: 9px;
}
.slider_home .ares .tp-bullet.selected{
	background: #000;
}
.bestseller_home_page{
	padding: 60px 0;
}
.tittle-home-page{
	text-align: center;
	font-size: 30px;
	font-weight: 500;
	text-transform: uppercase;
	margin-bottom: 35px;
	color: #cb8061;
}
/*category product*/
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce-loop-product__title{
	text-align: center;
	font-weight: 400;
    line-height: 16px;
	font-size: 14px;
	margin: 7px 0;
	
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title:hover,
.woocommerce-loop-product__title:hover{
	color: #cb8061;
}
.woocommerce ul.products li.product a,
ul.product-item li a{
	color: #000;
	text-decoration: none;
}
.woocommerce ul.products li.product .price,
.price{
	font-size: 16px;
    color: #cb8061;
    font-weight: 400;
	text-align: center;
	display: block;
}
.price ins{
	text-decoration: none;
}
.woocommerce ul.products li.product .price del,
.price del{
    color: #9b9b9b;
	font-size: 14px;
	opacity: 1;
}
.woocommerce ul.products li.product .price ins{
	font-weight: normal;
}
.product-rating .woocommerce-product-rating .woocommerce-product-rating--inactive{
	color: #e1e1e1;    
	font-size: 12px;
}
.product-rating{
	margin-top: 12px;
	display: flex;
	justify-content: center;
	align-items: flex-start;
    font-size: 12px;
   
}

.title_rewiev_all{
	color: #9b9b9b;
	display: block;
	margin-left: 7px;
}
.woocommerce .star-rating span::before{
	color:var(--color_eunry);
}

.woocommerce .for_page span.onsale {
    min-height: auto;
    min-width: auto;
    padding: 5px 10px;
    font-weight: 700;
    top: 0;
    left: inherit;
    right: 0;
    border-radius: 0;
    background: var(--color_eunry);
    font-size: 12px;
}
.category_child_slider{
	padding-bottom: 60px;
}
.category_child_slider .woocommerce-loop-category__title{
	text-align: center;
	display: inline-block;
    position: relative;
    padding-bottom: 10px;
	font-size: 14px;
    margin: 7px 0 6px;
    text-transform: uppercase;
	color: #000;
}
.category_child_slider .woocommerce-loop-category__title:hover {
    color: #cb8161;
    text-decoration: unset;
    outline: unset;
}
.category_child_slider .item:hover .woocommerce-loop-category__title:before {
    width: 100%;
}
.category_child_slider .woocommerce-loop-category__title:before{
	content: "";
    width: 0;
    height: 2px;
    background: #cb8161;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 2px;
    position: absolute;
}

.category_child_slider .item .woocommerce-loop-category__img{
	display: block;
    position: relative;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.category_child_slider .item .woocommerce-loop-category__img img {
    width: 100%;
    height: auto;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    filter: brightness(.95);
}

#special_offers ul.product-item li a img{
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.category_child_slider .item{
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.category_child_slider.owl-carousel{ 
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
/*category product*/

.owl-carousel .owl-nav button.owl-prev{
	background:  url(../img/next-arrow.svg) no-repeat;
    background-size: contain;
    width: 21px;
    height: 38px;
    position: absolute;
    left: -33px;
    top: 25%;
    outline: none;
    transform: rotate(-180deg);
    background-position: center center;
	
}
.owl-carousel .owl-nav button.owl-next{
	background:  url(../img/next-arrow.svg) no-repeat;
	background-position: center center;
	background-size: contain;
	width: 21px;
	height: 38px;
	position: absolute;
    right: -33px;
    top: 29%;
	outline: none;
	
}
.owl-carousel .owl-nav button.owl-prev:hover{
	background: rgb(203,128,97, 0.5) url(../img/new-next-arrow.svg) no-repeat;
	background-size: contain;
	background-position: center center;
	width: 21px;
	height: 38px;
	transform: rotate(-180deg);
}
.owl-carousel .owl-nav button.owl-next:hover{
	background: rgb(203,128,97, 0.5) url(../img/new-next-arrow.svg) no-repeat;
	background-size: contain;
	background-position: center center;
	width: 21px;
	height: 38px;
	
}
.row_parent{
    margin-bottom: 50px;
}
.child_big_category:nth-child(even) .row_parent{ 
	flex-direction: row-reverse; 
}
.text-parent-category h2.tittle-home-page{
	color: #cb8161;
    font-size: 40px;
    font-weight: 500;
    text-transform: inherit;
	margin-bottom: 0;
}
.btn_about_home{
	font-size: 13px;
    line-height: 35px;
    letter-spacing: 3px;
    background-color: #cb8161;
    padding: 5px 25px;
    color: #fff;
    display: block;
    max-width: 167px;
}
.btn-parent-category{
	font-size: 13px;
    line-height: 35px;
    letter-spacing: 3px;
    background-color: #cb8161;
    padding: 5px 25px;
    color: #fff;
    display: block;
    max-width: 167px;
    margin: 0 auto;
}
.btn_about_home:hover,
.btn-parent-category:hover{
	background: rgba(0,0,0,.75);
	color: #fff;
}
.home-jewelry-guides,
.home-about{
	padding: 60px 0;
}
.jewelry_guides{
	
}
.jewelry_guides .jewelry_guides_img img{
	height: 184px;
	width: 100%;
	object-fit: cover;
    object-position: center center;
}
.jewelry_guides .jewelry_guides_title a{
	text-align: center;
    display: inline-block;
    position: relative;
    padding-bottom: 10px;
    font-size: 14px;
    margin: 7px 0 6px;
    text-transform: uppercase;
    color: #000;
}
.jewelry_guides .jewelry_guides_title a:hover{
	color: #cb8061;
}
.child_big_category .row_parent {
  
    align-items: center;
    justify-content: center;
}
.child_big_category .row_parent .custom-text{
	font-size: 14px;
	font-weight: 400;
	text-align: center;
	margin: 10px 0;
	color: rgb(134, 134, 134);
}
.parent-subscribs .row{
	justify-content: center;
}
.parent-subscribs h2{
	text-align: center;
}
.parent-subscribs .mailpoet_text{
	border-bottom: solid #313131 2px !important;
	padding: 12px !important;
}
.parent-subscribs .mailpoet_submit{
	border-bottom: solid #313131 2px !important;
	background: transparent !important;
	padding: 12px !important;
	cursor: pointer !important;
}
.parent-subscribs .mailpoet_submit:hover{
	color: #cb8161 !important;
}
.parent-subscribs .parsley-error{
	border-bottom: solid red 2px !important;
}
#mailpoet_form_1 .parsley-errors-list{
	display: none !important;
}
.mailpoet_validate_success{
	color: #cb8161 !important;
	font-size: 16px;
}
.text_short{
	position: relative;
}
.btn_more{
	cursor: pointer;
	background: url(../img/next-arrow.svg) no-repeat;
    background-size: contain;
    width: 20px;
    height: 36px;
    position: absolute;
    right: 18px;
    bottom: -12px;
    outline: none;
    transform: rotate(89deg);
}
.btn_more:hover{
	background: url(../img/next-arrow-hover.svg) no-repeat;
	background-size: contain;
	width: 20px;
	height: 36px;
	transform: rotate(89deg);
}
.text_full{
	display: none;
}
.text_seo{
	font-size: 16px;
	color: #868686;
	text-align: justify;
}
.text_seo p{
	margin-bottom: 20px;
}
.seo_text{
	padding-bottom: 60px;
}
.btn_more.active_more_btn{
	transform: rotate(270deg);
}
.review_item .review_title{
	margin: 0 0 12px;
    font-size: 26px;
	text-align: center;
	line-height: 28px;
    min-height: 55px;
}
.review_item .review_text{
	color: #868686;
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 14px;
	text-align: center;
}
.review_item .review_img{
    margin: 0 auto 12px;
	width: 83px;
	overflow: hidden;
}
.review_item .review_img img {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.review_item .review_full_name{
	font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 3px;
	text-align: center;
}
.review_home{
	border-bottom: solid 1px #e7e7e7;
	border-top: solid 1px #e7e7e7;
	padding: 60px 0;
	margin: 60px 0;
}
.fibosearch_parent,
.responsive_menu{
	display: none;
}
.fibosearch_parent{
	width: 100%;
}
.mini_search_btn.mini_search_btn_active svg:first-child{
	display: none;
}
.mini_search_btn svg:last-child{
	display: none;
}
.mini_search_btn.mini_search_btn_active svg:last-child{
	display: block;
}
.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp{
	padding: 0 !important;
}
.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit {
    left: 16px;
    top: 12px;
}

/*category shop*/
	.top_category_banner{
		padding: 70px 0;
		margin-bottom: 60px;
		background-position: 50%;
		text-align: center;
		position: relative;
	}
	.top_category_banner h1{
		font-size: 50px;
		text-align: center;
		margin-bottom: 12px;
		font-weight: 500;
		
	}
.wrap_breadcrumbs .kama_breadcrumbs span{
	font-size: 13px;
	font-weight: 400;
}
.wrap_breadcrumbs .kama_breadcrumbs span a{
	font-size: 13px;
	font-weight: 400;
	color: #000;
}
.wrap_breadcrumbs .kama_breadcrumbs span a:hover{
	color: #cb8161; 
}
.wrap_breadcrumbs .kama_breadcrumbs{
	display: flex;
	align-items: center;
	justify-content: center;
    flex-wrap: wrap;
}
.wrap_breadcrumbs .kama_breadcrumbs .kb_sep{
	margin: 0 8px; 
    display: block;
    width: 11px;
    height: 11px;
    background: url("../img/kb_sep.svg") no-repeat;
}

#category_carosel_cat{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 40px;
}
ul#category_carosel_cat li{
	width: 195px;
	padding: 0 15px;
}
ul#category_carosel_cat li a{
	display: block;
}
ul#category_carosel_cat li a .img_caterory_child{
	width: 115px;
	height: 115px;
	position: relative;
	margin: 0 auto;
	
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	
}

ul#category_carosel_cat li a .img_caterory_child img {
    width: 100%;
    height: 100%;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
	object-fit: cover;
   /* filter: brightness(.95);*/
}
ul#category_carosel_cat li .name_caterory_child{
	display: inline-block;
    position: relative;
	font-size: 14px;
    color: #000;
    margin: 7px 0 6px;
    text-transform: uppercase;
}
ul#category_carosel_cat li .name_caterory_child:before {
    content: "";
    width: 0;
    height: 2px;
    background: #cb8161;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -4px;
    position: absolute;
}
ul#category_carosel_cat li:hover .name_caterory_child:before {
    width: 100%;
}
/*ul#category_carosel_cat li a .img_caterory_child:hover:before {
    position: absolute;
    content: "";
    width: calc(100% + 11px);
    height: calc(100% + 11px);
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border: 1px solid #cb8161;
}*/
.top_category_banner .row{
	justify-content: center;
}
.filter_icon{
	width: 36px;
	height: 36px;
	background: url("../img/filter_icon_open.svg") no-repeat;
	background-size: contain;
	cursor: pointer;
}
.bwp-top-bar{
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}
.wrap_products_block .warpper_content_cat .bwp-sidebar{
	position: absolute;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    z-index: 2;
    height: 0;
	

    flex: 0 0 0px;
}
.wrap_products_block .warpper_content_cat.row-active .bwp-sidebar{
	opacity: 1;
    visibility: visible;
    flex: 0 0 25%;
    max-width: 25%;
    position: relative;
    height: 100%;
}

.warpper_content_cat{
	position: relative;
}
.warpper_content_cat.row-active .cat_product_calc{
	max-width: calc(100% - (25% + 15px));
}
.warpper_content_cat .cat_product_calc{
	    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    margin-left: auto;
}
.woocommerce nav.woocommerce-pagination ul{
	display: flex;
    border: inherit;
    border-right: 0;
    margin: 0;
    justify-content: center;
	margin-top: 30px;
}
.woocommerce nav.woocommerce-pagination ul li {
    border-right: inherit;
    padding: 0;
    margin: 0;
    float: inherit;
}
ul.page-numbers li, .woocommerce-page .woocommerce-pagination ul.page-numbers li {
    display: block;
}
.woocommerce nav.woocommerce-pagination ul li a:focus, 
.woocommerce nav.woocommerce-pagination ul li a:hover, 
.woocommerce nav.woocommerce-pagination ul li span.current {
    background: #000;
    color: #fff;
}
.woocommerce nav.woocommerce-pagination ul li a, 
.woocommerce nav.woocommerce-pagination ul li span {
    text-decoration: none;
    padding: 0;
    min-width: 40px;
    display: flex;
	justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    line-height: normal;
    text-indent: 1px;
    text-align: center;
    color: #868686;
    font-size: 15px;
    border: 1px solid #e5e5e5;
    -webkit-transition: none;
    transition: none;
    text-transform: uppercase;
	margin-right: 8px;
}
.woocommerce nav.woocommerce-pagination ul li a.prev,
.woocommerce nav.woocommerce-pagination ul li a.next{
	position: relative;
	font-size: 0;
}
.woocommerce nav.woocommerce-pagination ul li a.next:before{
	content: '';
    position: absolute;
    top: 24px;
    right: 4px;
    display: block;
    width: 28px;
    height: 28px;
    font-size: 0;
    margin-top: -20px;
    background: url(../img/pagin-next.svg) no-repeat center;
    transform: rotate(91deg);
}
.woocommerce nav.woocommerce-pagination ul li a.next:hover:before{
	content: '';
    position: absolute;
    top: 24px;
    right: 4px;
    display: block;
    width: 28px;
    height: 28px;
    font-size: 0;
    margin-top: -20px;
    background: url(../img/pagin-next-hover.svg) no-repeat center;
    transform: rotate(91deg);
}
.woocommerce nav.woocommerce-pagination ul li a.prev:before{
	content: '';
    position: absolute;
    top: 24px;
    right: 4px;
    display: block;
    width: 28px;
    height: 28px;
    font-size: 0;
    margin-top: -20px;
    background: url(../img/pagin-next.svg) no-repeat center;
    transform: rotate(270deg);
}
.woocommerce nav.woocommerce-pagination ul li a.prev:hover:before{
	content: '';
    position: absolute;
    top: 24px;
    right: 4px;
    display: block;
    width: 28px;
    height: 28px;
    font-size: 0;
    margin-top: -20px;
    background: url(../img/pagin-next-hover.svg) no-repeat center;
    transform: rotate(270deg);
}
.wrap_page{
	margin-bottom: 60px;
}
.top-bar-new .woocommerce-result-count{
    color: #868686;
    font-weight: 400;
    position: relative;
    margin-right: 10px;
    margin-top: 11px;
    margin-left: 10px;
    margin-bottom: 0;
}
.top-bar-new{
	width: 100%;
}
.top-bar-new .select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #000;
    border-radius: 0;
    height: 36px;
}
.top-bar-new .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 32px;
    font-size: 14px;
    font-weight: 500;
}
.top-bar-new .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #000 transparent transparent transparent;
    margin-left: -7px;
    margin-top: 1px;
}
.top-bar-new .select2-container {
    width: 250px !important;
}
.select2-container--default .select2-results__option[aria-selected=true], 
.select2-container--default .select2-results__option[data-selected=true],
.select2-container--default .select2-results__option--highlighted[aria-selected], 
.select2-container--default .select2-results__option--highlighted[data-selected]{
	background-color: #cb8061;
    color: #fff;
}

.select2-dropdown {
    background-color: #fff;
    border: 1px solid #000;
    border-radius: 0;
}
.select2-results__option[aria-selected], 
.select2-results__option[data-selected] {
    color: #868686;
    font-size: 14px;
	font-weight: 400;
}
.orderbuy-click-prod-position{
	display: flex;
    justify-content: flex-end;
}
.wrap_view_btn {
	padding: 9px 10px;
    margin-right: 10px;
    border: 1px solid #e1e1e1;
    background: #fff;
    line-height: 1;
	height: 38px;
}
.view_btn {
    color: #b0b0b0;
    display: inline-block;
    vertical-align: top;
    width: 18px;
    cursor: pointer;
    webkit-transition: all .3s cubic-bezier(.39,.575,.565,1)0s;
    -khtml-transition: all .3s cubic-bezier(.39,.575,.565,1)0s;
    -moz-transition: all .3s cubic-bezier(.39,.575,.565,1)0s;
    -ms-transition: all .3s cubic-bezier(.39,.575,.565,1)0s;
    -o-transition: all .3s cubic-bezier(.39,.575,.565,1)0s;
    transition: all .3s cubic-bezier(.39,.575,.565,1)0s;
}
.view_btn_col {
    margin-right: 5px;
}
.view_btn.view_btn_active, 
.view_btn:hover {
    color: #000;
}
.view_btn i {
    font-size: 20px;
}
.woocommerce ul.products.columns-3.view_product_col li.product{
	    width: 100%;
	display: flex;
	
}
.woocommerce ul.products.columns-3.view_product_col li.product .view_hover_item .arow_catalog_view{
	width: 50px;
}
.woocommerce ul.products.columns-3.view_product_col li.product .item_content_prod{
	width: 60%;
}
.woocommerce ul.products.view_product_col li.product .view_hover_item{
    top: 120px;
    right: inherit;
    left: 313px;
}
.woocommerce ul.products.view_product_col li.product .product-rating {
    justify-content: flex-start;
    margin-left: 22px;
}
.woocommerce ul.products.view_product_col li.product .woocommerce-loop-product__title,
.woocommerce ul.products.view_product_col li.product .price{
	text-align: left;
	 margin-left: 22px;
}
/*.woocommerce ul.products.view_product_col li.product a img{
	    width: 30%;
}*/
.filter_icon_mob{
	display: none;
}
.woocommerce ul.products.view_product_col li.product a{
    color: #000;
    text-decoration: none;
    display: flex;
	width: 30%;
}
.woocommerce ul.products.view_product_col li.product a .product-rating {
   text-align: left;
   margin-left: 20px;
   justify-content: flex-start;
}
.woocommerce ul.products.view_product_col li.product a .woocommerce-loop-product__title {
    margin-top: 12px;
   text-align: left;
    margin-left: 20px;
}
.woocommerce ul.products.view_product_col li.product a .price{
	margin-top: 12px;
   text-align: left;
   margin-left: 20px;
}
.closed-filter,
.woocommerce ul.products li.product .item_content_prod_text{
	display: none;
}
.woocommerce ul.products.view_product_col li.product .item_content_prod_text{
	display: block;
	margin-top: 12px;
    text-align: left;
    margin-left: 20px;
	color: #868686;
    font-weight: 400;
	font-size: 14px;
}
.term-description{
	padding-bottom: 60px;
}
.woocommerce ul.products li.product .onsale {
    top: 6px;
    right: 6px;
}

/*category shop*/

/*product*/
	.woocommerce div.product{
		margin-top: 50px;
	}
	.woocommerce div.product div.summary {
		margin-bottom: 0;
		padding-left: 50px;
		padding-top: 50px;
	}
	.woocommerce div.product div.summary .wrap_breadcrumbs .kama_breadcrumbs {
		justify-content: flex-start;
	}
	.woocommerce div.product .product_title{
		margin: 20px 0;
		font-size: 33px;
		line-height: 35px;
		color: #000;
	}
	.woocommerce .star-rating:before{
		content: "\53\53\53\53\53";
		opacity: .25;
		float: left;
		top: 0;
		left: 0;
		position: absolute;
	}
	.woocommerce-product-details__short-description{
		margin-bottom: 25px;
		border-top: 1px solid #e5e5e5;
		padding-top: 30px;
		margin-top: 30px;
		font-size: 14px;
		font-weight: 400;
		color: #868686;
	}
.woocommerce div.product form.cart .variations td, 
.woocommerce div.product form.cart .variations th {
    width: 100%;
    display: block;
}
.variations .select2-container {
    width: 100% !important;
}
.variations .select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #000;
    border-radius: 0;
    height: 40px;
    display: block;
}
.variations .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding: 5px 12px;
}
.variations .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: none;
    border-style: none;
    border-width: none;
    left: 50%;
    margin-left: -27px;
    margin-top: -10px;
    position: absolute;
    top: 50%;
    background: url(../img/next-arrow.svg) no-repeat;
    background-size: contain;
    width: 20px;
    height: 36px;
    transform: rotate(89deg);
}
.variations .select2-container--default .select2-selection--single .select2-selection__arrow b:hover{
	background: url(../img/next-arrow-hover.svg) no-repeat;
    background-size: contain;
    width: 20px;
    height: 36px;
    transform: rotate(89deg);
}

.woocommerce div.product form.cart .variations select {
    min-width: auto;	
}
.woocommerce div.product form.cart .variations label {
    font-weight: 500;
    text-align: left;
    margin: 7px 0;
    font-size: 15px;
}
.woocommerce div.product form.cart div.quantity {
    float: inherit;
    margin: 0;
}
.quantity-buttons{
	display: flex;
	align-items: center;
}
.quantity-buttons .plus,
.quantity-buttons .minus{
	background: transparent;
    border: none;
    width: 44px;
    height: 46px;
	display: block;
	color: #868686;
	font-size: 33px;
    cursor: pointer;
    font-weight: 100;
}
.quantity-buttons .plus:focus,
.quantity-buttons .minus:focus,
.quantity-buttons .plus:hover,
.quantity-buttons .minus:hover{
	 color: #cb8161;
}
.woocommerce .quantity .qty{
	background: transparent;
    border: none;
    width: 38px;
    height: 46px;
	display: block;
	font-size: 18px;
    font-weight: 500;
	color: #000;
}
.quantity-buttons{
	border: 2px solid #b5b5b5;
	margin-right: 7px;
	width: 129px;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
}
.quantity-buttons .minus {
    margin-top: -6px;
}
.quantity-buttons .plus {
    margin-top: -3px;
}
.woocommerce div.product form.cart .button{
	-webkit-transition: none;
    transition: none;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 50px;
    position: relative;
    background: rgba(0,0,0,.75);
    color: #fff;
    text-align: center;
    margin-right: 20px;
    padding: 0 15px;
    cursor: pointer;
    vertical-align: top;
    flex: 1;
    margin: 0;
	float: none;
    display: block;
    border: inherit;
    border-radius: 0;
	height: 50px;
}
.woocommerce div.product form.cart .button:hover{
	background: #cb8161;
    color: #fff;
}
.woocommerce div.product form.cart .button.disabled:hover,
.woocommerce div.product form.cart .button.disabled{
	    opacity: .5;
	    cursor: not-allowed;
		
}
.woocommerce-variation-add-to-cart.variations_button{
	display: flex;
    margin: 5px 10px 5px 0;
    flex-wrap: wrap;
    flex: 1;
}
.product_meta{
    width: 100%;
    border-top: 1px solid #e5e5e5;
    padding-top: 20px;
    margin-top: 30px;
}
.product_meta .tagged_as,
.product_meta .posted_in,
.product_meta .sku_wrapper{
	display: block;
    width: 100%;
    color: #868686;
    margin-bottom: 20px;
}
.product_meta .tagged_as a,
.product_meta .posted_in a,
.product_meta .sku_wrapper .sku{
	font-weight: 400;
    color: #000;
	font-size: 14px;
}
.woocommerce div.product form.cart .reset_variations:hover,
.product_meta .tagged_as a:hover,
.product_meta .posted_in a:hover{
	 color: #cb8161;
}
.woocommerce div.product form.cart .reset_variations{
	color: #000;
    font-size: 14px;
    position: relative;
    display: block;
    padding-left: 21px;
    margin-top: 20px;
}
.woocommerce div.product form.cart .reset_variations:before{
	content: '';
	background: url(../img/close.svg) no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
	position: absolute;
	top: 6px;
    left: 0;
}
.woocommerce div.product form.cart .reset_variations:hover:before{
	background: url(../img/close-hover.svg) no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
}
.woocommerce div.product div.images,
.woocommerce-page div.product div.images {
    float: left;
    width: 55%;
}
.woocommerce div.product div.summary,
 .woocommerce-page div.product div.summary {
    float: right;
    width: 45%;
    clear: none;
}
.woocommerce div.product div.images.woocommerce-product-gallery .flex-viewport{
	border: 1px solid hsla(0,0%,61%,.25);
}
.woocommerce div.product div.images .flex-control-thumbs li img {
    cursor: pointer;
    opacity: 1;
    margin: 0;
    border: 1px solid hsla(0,0%,61%,.25);
}
.woocommerce-page div.product .woocommerce-tabs{
	width: 100%;
    padding: 35px 0 0;
    margin-bottom: 35px;
    padding-bottom: 40px;
    border-bottom: 1px solid #e1e1e1;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
    margin: 0 0 35px;
	padding: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li{
	border: inherit;
    background-color: inherit;
    color: #515151;
    z-index: 0;
    border-radius: 0;
    padding: 0;
    margin: 5px 10px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active:before {
    box-shadow: inherit;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:before {
    left: -5px;
    border-bottom-right-radius: 0;
    border-width: 0;
	box-shadow: inherit;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active:after{
	box-shadow: inherit;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:after {
    right: -5px;
    border-bottom-left-radius: 0;
    border-width: 0;
	box-shadow: inherit;
}
.woocommerce div.product .woocommerce-tabs ul.tabs:before {
    border-bottom: inherit;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a{
	font-size: 20px;
    padding: 0 0 5px;
	position: relative;
	font-weight: 500;
	color: #868686;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:hover a{
	color: #000;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a:before{
	position: absolute;
    bottom: 0;
    content: "";
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    height: 2px;
    background: #000;
	width: 100%;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a:before {
    position: absolute;
    bottom: 0;
    content: "";
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    width: 0;
    height: 2px;
    background: #000;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:hover a:before {
    width: 100%;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a{
	color: #000;
}

.woocommerce div.product .woocommerce-tabs .panel{
	text-align: left;
	font-weight: 400;
	font-size: 14px;
    color: #868686;
}
.woocommerce table.shop_attributes {
    border: 0;
    border-top: inherit;
    margin-bottom: 0;
    width: 100%;
}
/*.table-bordered, .table-bordered td, .table-bordered th, table, table td, table th {
    border: 1px solid #e5e5e5;
}*/
.woocommerce table.shop_attributes th{
    font-weight: 700;
    color: #000;
    width: auto;
    margin: 0;
    line-height: normal;
    padding: 16px 30px;
	border: 1px solid #e5e5e5;
}
.woocommerce table.shop_attributes td {
	border: 1px solid #e5e5e5;
    font-style: normal;
    margin: 0;
    line-height: normal;
    padding: 16px 30px;
    vertical-align: top;
	font-weight: 400;
	font-size: 14px;
    color: #868686;
}
.woocommerce table.shop_attributes tr:nth-child(even) td, 
.woocommerce table.shop_attributes tr:nth-child(even) th {
    background: #fff;
}
.size_field_content_btn{
    font-size: 16px;
    position: relative;
    background: rgba(0,0,0,.75);
    color: #fff;
    text-align: center;
    padding: 8px 20px;
    cursor: pointer;
    display: inline-block;
}
.size_field_content_btn:hover{
	color: #fff;
	background: var(--color_eunry);
}
.size_field_content{
	max-width: 600px;
	width: 100%;
}
#tab-new_super_tab5 strong{
	color: #000;
}
.basic__step {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    box-shadow: none;
    border: 1px solid rgba(34,36,38,.15);
    font-size: 14px;
    box-sizing: border-box;
    width: 100%;
}
.basic__step .step-box__basic{
	position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    flex-direction: column;
    vertical-align: middle;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0;
    padding: 10px 4px 10px 4px;
    background: #fff;
    color: rgba(0,0,0,.87);
    box-shadow: none;
    border-radius: 0;
    border: none;
    border-right: 1px solid rgba(34,36,38,.15);
    -webkit-transition: background-color .1s ease,opacity .1s ease,color .1s ease,box-shadow .1s ease;
    transition: background-color .1s ease,opacity .1s ease,color .1s ease,box-shadow .1s ease;
    box-sizing: inherit;
    width: 33.333%;
}
.basic__step .step-box__basic .icon__step-box .svg__icon {
    fill: currentColor;
    width: 1.5em;
    height: 1.5em;
    display: inline-block;
    font-size: 1.5rem;
}
.basic__step .content__step-box .content__step-box_title{
	font-weight: 700;
	font-size: 15px;
	text-align: center;
}
.basic__step .content__step-box .content__step-box_desc{
	font-size: 15px;
	text-align: center;
	color: #868686;
}
.basic__step{
	margin-top: 80px;
}
.related.products h2.related-title{
	font-size: 28px;
    color: #000;
    display: block;
    position: relative;
    padding-bottom: 15px;
	text-align: center;
	margin-bottom: 30px;
}
.related.products h2.related-title:before {
    content: "";
    width: 50px;
    height: 2px;
    background: #cb8161;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 0;
}
.woocommerce div.product .woocommerce-product-rating {
    margin-bottom: 0;
}
.item_content_prod_text{
	display: none;
}
.launchGallery svg,
.tpwpg_zoom svg,
.tpwpg_zoom p{
	display: none !important;
}
.launchGallery{
	
	position: absolute;
    top: 15px;
    right: 15px !important;
    z-index: 1000;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    line-height: 42px;
    text-align: center;
    border: 1px solid #e5e5e5;
    cursor: pointer;
    font-size: 16px;
    color: #000;
}
.launchGallery:before{
	content: '';
	background: url(../img/expand.svg) no-repeat;
	display: inline-block;
    background-size: contain;
    width: 25px;
    height: 25px;
    position: relative;
    top: 5px;
    filter: contrast(.5);
}
.launchGallery:hover {
    background: #cb8161;
    border-color: #cb8161;
}
.launchGallery:hover:before {
    filter: contrast(0) brightness(2);
}
.tpslick-initialized .tpslick-slide img{
	
}
.woocommerce div.product .tpwpg-thumbnail img{
	width: 91% !important;
	border: 1px solid hsla(0,0%,61%,.25);
}
.slider-nav{
	margin-top: 21px;
}
.tpwpg-main .slider .tpslick-slide{
	border: 1px solid hsla(0,0%,61%,.25);
}
/*.woocommerce div.product .tpslick-slide:nth-child(12) .tpwpg-thumbnail img,
.woocommerce div.product .tpslick-slide:nth-child(8) .tpwpg-thumbnail img,
.woocommerce div.product .tpslick-slide:nth-child(4) .tpwpg-thumbnail img{
	width: 100% !important;
}*/
.tpslick-current .tpwpg-thumbnail img,
.tpslick-initialized .tpslick-slide .tpwpg-thumbnail img:hover{
	border: 1px solid #000 !important;
}
body .tpslick-prev, 
body .tpslick-next {
    background: none !important;
}
.woocommerce-review-link{
	font-size: 14px;
    font-weight: 400;
    color: #868686;
}
.woocommerce-Reviews {
    display: flex;
    flex-wrap: wrap;
    margin-top: 5px;
}
.woocommerce-Reviews #comments {
    width: 100%;
    order: 2;
	margin-top: 40px;
}
.woocommerce-Reviews #review_form_wrapper {
    width: 100%;
    order: 1;
}
.woocommerce #review_form #respond {
    position: static;
    margin: 0;
    width: auto;
    padding: 0;
    background: transparent none;
    border: 0;
}
.woocommerce-Reviews .woocommerce-noreviews, 
.woocommerce-Reviews #reply-title {
    font-size: 0;
    margin: 0;
}
.woocommerce-Reviews .comment-form {
    display: flex;
    flex-wrap: wrap;
}
.woocommerce #review_form #respond p {
    margin: 0 0 7px;
}
.woocommerce-Reviews .comment-form-rating {
    order: 2;
    width: 50%;
    margin-left: 20px;
    padding-top: 17px;
}
.comment-notes,
.woocommerce-review__awaiting-approval, 
.woocommerce-review__dash, 
.woocommerce-Reviews .comment-form label, 
.woocommerce-Reviews .comment-form-captcha {
    display: none;
}
.woocommerce #review_form #respond p {
    margin: 0 0 7px;
}
.woocommerce form.comment-form p.stars {
    padding-left: 5px;
}

.woocommerce form.comment-form p.stars a {
    margin-left: -4px;
    font-size: 20px;
}
.woocommerce form.comment-form p.stars a:before {
    color: #d2d2d2;
    content: '\e020';
}

.woocommerce .star-rating span:before{
    color: #cb8161;
    opacity: 1;
}
.woocommerce p.stars.selected a:not(.active)::before,
.woocommerce p.stars.selected a.active::before,
.woocommerce p.stars:hover a::before {
    content: "\e020";
    color: #cb8161;
    opacity: 1;
}
.woocommerce p.stars.selected a.active ~ a::before {
    content: "\e020";
    color: #404040;
    opacity: 0.25;
}
.woocommerce-Reviews .comment-form-comment {
    order: 3;
    width: 100%;
}
.woocommerce #review_form #respond textarea {
    box-sizing: border-box;
    width: 100%;
}
.woocommerce-Reviews .comment-form-comment textarea{
	    resize: none;
    height: 131px !important;
    outline: none;
    width: 100%;
	background: #fff;
    padding: 14px 20px;
    border: 1px solid #d6d6d6;
	font-weight: 300;
	 border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}

.woocommerce-Reviews .comment-form-author {
    order: 1;
    width: 100%;
    max-width: 360px;
    margin-bottom: 20px !important;
}
.woocommerce-Reviews .comment-form-author input {
    width: 100%;
    outline: none;
	background: #fff;
    padding: 14px 20px;
    border: 1px solid #d6d6d6;
    height: 60px;
    font-weight: 300;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}
.woocommerce-Reviews .form-submit {
    order: 5;
    width: 100%;
}
.woocommerce-Reviews .form-submit .submit {
    outline: none !important;
    background-color: #cb8161 !important;
    color: #fff !important;
    text-transform: uppercase;
    padding: 10px 0 !important;
    width: 170px !important;
	height: 50px !important;
    display: block !important;
    border: inherit !important;
    transition: .3s;
    border-radius: 0 !important;
    cursor: pointer;
    text-transform: uppercase;
}
/*.woocommerce div.product .woocommerce-tabs .panel h2{
	display: none;
}*/

.woocommerce #reviews #comments ol.commentlist li .comment-text {
    margin: 38px 0 -13px;
    padding: 20px;;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
    font-size: 14px;
    display: flex;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta .woocommerce-review__author {
    order: 2;
    color: #666;
    font-weight: bold;
    text-transform: uppercase;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta .woocommerce-review__published-date {
    order: 1;
    margin-right: 23px;
    color: #666;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text .star-rating {
    float: left;
    margin-right: 17px;
}
.woocommerce div.product p.price, 
.woocommerce div.product span.price{
	font-size: 23px;
	color: #cb8161;
	font-weight: 400;
	text-align: left;
    margin-top: 20px;
}
.single_add_to_cart_button.added{
	display: none !important;
}
.woocommerce a.added_to_cart{
	-webkit-transition: none;
    transition: none;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 50px;
    position: relative;
    background: rgba(0,0,0,.75);
    color: #fff;
    text-align: center;
    margin-right: 20px;
    padding: 0 15px;
    cursor: pointer;
    vertical-align: top;
    flex: 1;
    margin: 0;
    float: none;
    display: block;
    border: inherit;
    border-radius: 0;
	height: 50px;
	overflow: hidden;
}
.woocommerce a.added_to_cart:after{
	font-family: WooCommerce;
    content: "\e017";
    margin-left: 0.53em;
    vertical-align: bottom;
}

/*product*/
/*checkout*/
.mini_wishlist a,
.checkout_mini_site{
	position: relative;
	display: block;
}
.mini_wishlist a .wishlist_products_counter_number,
.mini-cart-wooc {
    position: absolute;
    top: -15px;
    right: -14px;
    cursor: pointer;
}
.mini_wishlist a .wishlist_products_counter_number,
.mini-cart-wooc .basket-btn {
    display: block;
    border-radius: 100%;
    background: #000;
    min-width: 25px;
    min-height: 25px;
    text-align: center;
    color: #fff;
    padding-top: 2px;
    font-size: 14px;
}
.mini_wishlist a.wishlist_products_counter.top_wishlist-custom img{
	max-width: 100%;
    max-height: none;
}
.woocommerce-cart-form__cart-item .cart_col-1{
	display: flex;
	align-items: center;
	width: 15%;
}
.woocommerce-cart-form__cart-item .cart_col-2{
	width: 41%;
    margin-right: 15px;
}
.woocommerce-cart-form__cart-item {
	display: flex;flex-wrap: wrap;
	width: 100%;
    border-bottom: solid 1px #ccc;
    padding: 20px;
    margin-bottom: 40px;
}
.woocommerce-cart-form__cart-item .cart_col-1 .product-remove a{
	display: block;
    width: 15px;
    height: 15px;
	transition: all ease 0.3s;
	 
}
.woocommerce-cart-form__cart-item .cart_col-1 .product-remove a:hover{
	background: transparent;
	opacity: 0.7;
}
.woocommerce-cart-form__cart-item .cart_col-1 .product-thumbnail a{
    display: block;
    width: 112px;
    margin: 0 18px;
}
.woocommerce-cart-form__cart-item .cart_col-2 .product-name a{
	line-height: 14px;
    font-weight: 400;
    color: #868686;
	font-size: 14px;
}
.woocommerce-cart-form__cart-item .cart_col-2 .product-name a:hover{
	color: #cb8161;
}
.woocommerce-cart-form__cart-item .cart_col-2 .product-name .variation{
	display: flex;
    flex-wrap: wrap;
}
.woocommerce-cart-form__cart-item .cart_col-2 .product-name .variation dt.variation-{
	width: 36%;
	color: #cb8161;
	margin: 0;
}
.woocommerce-cart-form__cart-item .cart_col-2 .product-name .variation dd.variation-{
	width: 54%;
	margin: 0;
}
.woocommerce-cart-form__cart-item .cart_col-2 .product-name .variation .variation- p{
	margin: 0;
}
.woocommerce-cart-form__cart-item .cart_col-3 .product-price .woocommerce-Price-amount{
    font-size: 17px;
    color: #000;
	font-weight: 400;
}
.woocommerce-cart-form__cart-item .cart_col-3{
	display: flex;
	align-items: center;
	justify-content: space-between;
    width: 40%;
}
h1.page-title,
h1.entry-title{
	margin: 20px 0;
    font-size: 25px;
    font-weight: 400;
}
.head_cart_name_total_all_summ{
	text-align: center;
    margin-top: 20px;
    padding-bottom: 20px;
    font-weight: 400;
    color: #868686;
    border-bottom: solid 1px #ccc;
}
.total_all_summ{
	margin: 20px 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.cart_name_total_all_summ{
	padding-right: 5px;
	font-weight: 400;
    color: #868686;
}
.tot_total_all_summ{
	font-weight: bold;
	font-size: 20px;
}
.woocommerce-cart .cart-collaterals .cart_totals .checkout-button{
    font-size: 16px;
    line-height: 50px;
    position: relative;
    background-color:#cb8161;
    color: #fff;
    text-align: center;
    margin-right: 20px;
    padding: 0 15px;
    cursor: pointer;
    vertical-align: top;
    margin: 0;
    float: right;
    display: block;
    border: inherit;
    border-radius: 0;
	max-width: 300px;
}
.woocommerce-cart .cart-collaterals .cart_totals .checkout-button:hover{
	background-color: #000;
    color: #fff;
}
.woocommerce-cart .cart-collaterals{
	margin-bottom: 50px;
}
.woocommerce-cart-form .coupon{
	display: flex;
}
.woocommerce-cart-form .coupon .input-text{
	    line-height: 40px;
    padding: 0 10px;
	border: 1px solid #e5e5e5;
}
.woocommerce-cart-form .coupon .button{
	font-size: 16px;
    line-height: 50px;
    position: relative;
    background-color:#000;
    color: #fff;
    text-align: center;
    margin-right: 20px;
    padding: 0 15px;
    cursor: pointer;
    vertical-align: top;
	margin-left: 10px;
    display: block;
    border: inherit;
    border-radius: 0;
	max-width: 300px;
}
.woocommerce-cart-form .coupon .button:hover{
	 background-color:#cb8161;
    color: #fff;
}
.woocommerce-notices-wrapper .woocommerce-message {
    border-top-color: #cb8161;
}
.woocommerce-notices-wrapper .woocommerce-message::before {
    content: "\e015";
    color: #cb8161;
}
.woocommerce-error {
    border-top-color: #000;
}
.woocommerce-notices-wrapper .woocommerce-message a{
	color: #cb8161;
}
.woocommerce-notices-wrapper .woocommerce-message a:hover{
	color: #000;
}

.checkout-item-both {
    gap: 20px;
}
.checkout-item-left {
    flex: 1 1 607px;
    padding-top: 46px;
    padding-right: 20px;
}
.checkout-item-right {
    flex: 1 1 660px;
}
.checkout-item__row {
    max-width: 100%;
    margin-bottom: 21px;
}
.checkout-item__title {
    font-size: 17px;
    line-height: 28px;
    letter-spacing: 0.01em;
    color: #000000;
    text-decoration: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.checkout-item-left .woocommerce-checkout {
    display: flex;
    flex-direction: column;
}
.page.woocommerce-checkout p.form-row {
    display: block;
    width: 100%;
    margin-bottom: 20px;
}
body .woocommerce form .form-row label {
    margin-bottom: 10px;
    color: #333;
    font-size: 16px;
    display: block;
}

.checkout-item-left .woocommerce-input-wrapper {
    height: auto;
}
body .woocommerce form .form-row .input-text {
    padding: 17px;
    height: 42px;
    width: 100%;
    background: #fff;
    border: solid #ccc 1px;
    outline: none;
    display: block;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #6B6464 !important;
}
.wcus-checkout-fields {
    width: 100%;
    order: 5;
}

.sheeping_head {
    width: 100%;
    order: 3;
    margin-bottom: 20px;
	font-size: 18px;
	font-weight: 600;
}
.woocommerce-checkout-review-order-table {
    width: 100%;
    order: 4;
}
.wc-ukrposhta-up-fields,
.woocommerce-checkout-payment {
    width: 100%;
    order: 6;
}
.woocommerce table.shop_table {
    border: inherit;
    margin: 0;
    text-align: left;
    width: 100%;
    border-collapse: collapse;
    border-radius: 0;
}
.woocommerce-checkout .woocommerce-shipping-totals ul#shipping_method li label, 
.woocommerce-checkout #payment ul.payment_methods li label {
    position: relative;
    padding-left: 28px;
    font-size: 15px;
    line-height: 28px;
    letter-spacing: 0.01em;
    color: #000000;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.woocommerce-checkout .woocommerce ul#shipping_method li input[type="radio"]:checked + label:after, 
.woocommerce-checkout .woocommerce ul#shipping_method li input[type="radio"]:checked + label::after, 
.woocommerce-checkout #payment ul.payment_methods li input[type="radio"]:checked + label:after, 
.woocommerce-checkout #payment ul.payment_methods li input[type="radio"]:checked + label::after {
    background-position: center top;
}
.woocommerce-checkout .woocommerce ul#shipping_method li label:after, 
.woocommerce-checkout .woocommerce ul#shipping_method li label::after, 
.woocommerce-checkout #payment ul.payment_methods li label:after, 
.woocommerce-checkout #payment ul.payment_methods li label::after {
    position: absolute;
    top: 2px;
    left: 0;
    width: 16px;
    height: 16px;
    background: url(../img/radio.svg) no-repeat center bottom;
    content: '';
}
.woocommerce-shipping-methods li input:checked ~ label:after {
    background: #F88F15;
}
.woocommerce-checkout #payment ul.payment_methods li input,
.woocommerce-checkout .woocommerce ul#shipping_method li input{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
#order_comments_field label,
#billing_address_1_field,
#billing_address_2_field{
    display: none!important;
}
#ukrposhta_shippping_fields h3,
.wcus-checkout-fields h3{
    display: none;
}
.woocommerce-checkout #payment {
    background: #fff;
    border-radius: 0;
}
.woocommerce-checkout #payment ul.payment_methods {
    padding: 0;
    border-bottom: inherit;
    list-style: inherit;
}
checkout-item-left .woocommerce-input-wrapper {
    height: auto;
}
.woocommerce-checkout #order_comments {
    padding-top: 10px;
    width: 100%;
    max-width: 100%;
    height: 112px;
    resize: none;
    border: 1px solid #6B6464;
    font-size: 14px;
    line-height: 20px;
    color: #6B6464;
    margin-top: 40px;
}
.page-wrings .wishlist_item .product-action .add_to_cart_button,
.woocommerce button.button{
	outline: none !important;
    background-color: #cb8161 !important;
    color: #fff !important;
    padding: 9px 15px;
    border: inherit !important;
    transition: .3s;
    cursor: pointer;
    border-radius: 0 !important;
    height: 45px;
    font-size: 16px;
}
.page-wrings .wishlist_item .product-action .add_to_cart_button:hover,
.woocommerce button.button:hover{
	background-color: #000 !important;
}
.woocommerce-checkout #payment div.form-row {
    padding: 0;
}
.checkout-item-right .head_cart_name_total_all_summ,
.checkout-item-right .product-remove,
.checkout-item-right .coupon{
	display: none;
}
.checkout-item-right .woocommerce-cart-form__cart-item .cart_col-1 {
    width: 22%;
}
.checkout-item-right .woocommerce-cart-form__cart-item .cart_col-2 {
    width: 72%;
    margin-right: 0;
}
.checkout-item-right .woocommerce-cart-form__cart-item .cart_col-1 .product-thumbnail a {
    margin: 0;
}
.checkout-item-right .woocommerce-cart-form__cart-item .cart_col-3 {
    width: 44%;
    margin-top: 15px;
}
.checkout-item-right .final-price__table, 
.checkout-item-right .final-price__table 
.checkout-item-right .final-price__shipping {
    width: 100%;
}
.checkout-item-right .final-price .final-price__table th {
    text-align: left;
    width: 50%;
    vertical-align: top;
}
.checkout-item-right .final-price .final-price__table td {
    text-align: right;
    width: 50%;
    vertical-align: top;
	font-weight: 400;
    color: #868686;
}
.checkout-item-right .final-price{
	margin-left: 16px;
	margin-right: 14px;
}
.woocommerce table.shop_table tfoot td{
	    border-top: inherit;
}
tr.cart-discount{
	display: flex;
    margin-bottom: 20px;
    margin-top: 10px;
}
.woocommerce table.shop_table tfoot tr.cart-discount td{
	 font-weight: 400;
	 border-top: solid 1px #ccc;
	 border-bottom: solid 1px #ccc;
	 width: 50%;
    display: block;
	padding: 15px;
}
.woocommerce table.shop_table tfoot tr.cart-discount th{
	 border-top: solid 1px #ccc;
	 border-bottom: solid 1px #ccc;
	 width: 50%;
    display: block;
	padding: 15px;
}
.woocommerce-remove-coupon{
	 color: #000;    
}
.woocommerce-form-coupon-toggle .woocommerce-info a:hover,
.woocommerce-remove-coupon:hover{
	color: var(--color_eunry);
}
.woocommerce-form-coupon-toggle .woocommerce-info{
	border-top-color: transparent;
	font-size: 12px;
	margin: 0;
	color: #000;
	text-align: left;
	background: #fff;
	padding: 18px 15px 21px;
	border: 0;
	text-transform: uppercase;
	font-weight: 600;
	padding-top: 0;
	padding-left: 55px;
	position: relative;
}
.woocommerce-form-coupon-toggle .woocommerce-info:before { 
    content: "";
    background: url(../img/coupon.png) no-repeat;
    background-size: contain;
    width: 51px;
    height: 33px;
    position: absolute;
    top: -6px;
    margin-bottom: 0;
    left: 0;
}
.woocommerce-form-coupon-toggle .woocommerce-info a {
    font-weight: 500;
	color: #868686;
}
.woocommerce-message {
    border-top-color: var(--color_eunry);
}
.woocommerce-message::before {
    content: "\e015";
    color: var(--color_eunry);
}
.left-thankyou-pages .woocommerce-thankyou-order-received{
	color: #cb8161;
    font-size: 20px;
    margin-bottom: 40px;
}
.row_f{
	align-items: center;
}
.woocommerce ul.order_details li {
    float: inherit;
    width: 45%;
	margin-bottom: 20px;
}
.woocommerce ul.order_details {
    margin: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}
.woocommerce ul.order_details li:last-child{
	width: 100%;
}
.right-thankyou-pages .thankyou-images{
	max-width: 400px;
    margin: 0 auto;
}
/*checkout*/

/*mini cart*/
#exampleModal ul.cart_list li a.remove{
	position: absolute;
    font-size: 0;
    height: 18px;
    width: 18px;
    border: 1px solid #000;
    right: 4px;
}
#exampleModal ul.cart_list li a.remove:hover{
	background: #cb8161;
}
#exampleModal ul.cart_list li a.remove:before{
	content: '';
    background: url(../img/close.svg) no-repeat;
    background-size: contain;
    width: 13px;
    height: 13px;
    position: absolute;
    top: 2px;
    left: 2px;
}
.box_thumbnail_product_name_mini_cart{
	display: flex;
}
#exampleModal ul.cart_list li{
	position: relative;
	margin-bottom: 30px;
	border-bottom: solid 1px #ccc;
    padding-bottom: 20px;
}
#exampleModal ul.cart_list li a.thumbnail_cart_mini{
	display: inline-block;
    width: 78px;
    float: left;
    margin-right: 12px;
}
#exampleModal ul.cart_list li a.thumbnail_cart_mini img{
	float:inherit;
    margin-left:0;
    width: auto;
    height: auto;
	max-width: 100%;
}
#exampleModal ul.cart_list li a.product_name_cart_mini {
    color: #000 !important;
    padding-right: 20px;
    width: calc(100% - 20px);
    display: block;
    line-height: 1.3;
    margin-bottom: 7px;
    font-weight: 400;
    text-transform: uppercase;
}
#exampleModal ul.cart_list li a.product_name_cart_mini:hover{
	color: #cb8161;
}
#exampleModal ul.cart_list li dl dd{
    padding: 0;
    margin: 0;
}
#exampleModal ul.cart_list li dl{
    margin: 0;
    padding-left: 0;
    border-left: inherit;
}
#exampleModal ul.cart_list li .quantity{
	font-weight: 500;
    color: #000;
}
#exampleModal .woocommerce-mini-cart__total{
	display: flex;
	justify-content: space-between;
	font-size: 16px;
    color: #000;
    line-height: 26px;
    position: relative;
    font-weight: 700;
}
#exampleModal .woocommerce-mini-cart__total .woocommerce-Price-amount{
	font-size: 24px;
}
#exampleModal .woocommerce-mini-cart__buttons{
	display: flex;
	justify-content: space-between;
}
#exampleModal .woocommerce-mini-cart__buttons .wc-forward{
	width: calc(50% - 4px);
	font-weight: 400;
	letter-spacing: .1em;
	overflow: hidden;
	position: relative;
	padding: 15px 5px;
	font-size: 12px;
	text-transform: uppercase;
	color: #fff;
	-webkit-transition: unset;
	transition: unset;
	display: block;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	margin: 0 5px;
	border: 0;
	text-align: center;
	background: #000;
}
#exampleModal .woocommerce-mini-cart__buttons .wc-forward:hover{
	background: #cb8161;
}
#exampleModal .woocommerce-mini-cart__buttons .checkout{
	width: calc(50% - 4px);
	font-weight: 400;
	letter-spacing: .1em;
	overflow: hidden;
	position: relative;
	padding: 15px 5px;
	font-size: 12px;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	-webkit-transition: unset;
	transition: unset;
	display: block;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	margin: 0 5px;
	border: 0;
	background: #cb8161;
	
}
#exampleModal .woocommerce-mini-cart__buttons .checkout:hover{
	background: #000;
}
#exampleModal .modal-content{
	border-radius: inherit;
}
.icon_header .btn{
    background-color: #fff;
    border: inherit;
    padding: 0;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0;
	outline: none;
}
.icon_header .btn:focus{
	    box-shadow: inherit;
}
/*mini cart*/


/*news category*/
.page_breadcrumbs .wrap_breadcrumbs .kama_breadcrumbs{
	    justify-content: flex-start;
}
.page_breadcrumbs{
	padding-top: 15px;
	padding-bottom: 20px;
}
.blog-title{
	margin-top: 30px;
    display: block;
    color: #000;
    font-size: 35px;
    line-height: 1.3;
    text-transform: uppercase;
}
.postmetadata_blog i{
	font-size: 14px;
    color: #000;
    margin-right: 15px;
	margin-left: 15px;
	
}
.postmetadata_blog{
	    margin: 10px 0 20px;
}
.postmetadata_blog a,
.postmetadata_blog{
	font-size: 13px;
    color: #9b9b9b;
    font-weight: 400;
}
.postmetadata_blog i:first-child{
	margin-left: 0;
}
.postmetadata_blog .author,
.postmetadata_blog .updated{
	margin-right: 15px;
}
.postmetadata_blog a i:first-child{
	margin-left: 15px;
}
.sidebar-box .flex-col .flex-col-right a:hover,
.postmetadata_blog a:hover{
	color: #cb8161;
}
.text_expert_blog{
	margin-bottom: 25px;
    font-size: 14px;
	font-weight: 400;
    line-height: 1.75;
    color: #868686;
    text-align: left;
}
.readmore_blog{
	font-size: 13px;
    line-height: 35px;
    letter-spacing: 3px;
    background-color: #cb8161;
    padding: 5px 25px;
    color: #fff;
    display: block;
    max-width: 167px;
}
.readmore_blog:hover{
	background: rgba(0,0,0,.75);
    color: #fff;
}
.category-novyny{
	margin-bottom: 55px;
}
.title-sidebar{
     margin-bottom: 15px;
	color: #000;
    padding: 0 0 10px;
    background: 0 0;
    font-weight: 500;
    font-size: 20px;
    line-height: 20px;
    text-transform: uppercase;
    letter-spacing: .1em;
}
.sidebar-box{
	margin-bottom: 50px;
}
.sidebar-box .flex-col{
	display: flex;
	padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e6e6e6;
}
.sidebar-box .flex-col .flex-col-left a{
	display: block;
    width: 100px;
	margin-right: 20px;
}
.sidebar-box .flex-col .flex-col-left a img{
	width: 100%;
    height: 100px;
    display: block;
    object-fit: cover;
}
.sidebar-box .flex-col .flex-col-right a{
	font-size: 16px;
    line-height: 20px;
    margin-bottom: 3px;
	color: #000;
}
.sidebar-box .flex-col .flex-col-right .postmetadata_blog{
	margin: 0;
	color: #9b9b9b;
    font-size: 12px;
	font-weight: 400;
}
.tags_metka ul{
	display: flex;
    flex-wrap: wrap;
}
.tags_metka ul li a{
	    color: #868686;
    border: 1px solid #e5e5e5;
    overflow: hidden;
    background: 0 0;
    font-weight: 400;
    padding: 10px 20px;
    text-transform: capitalize;
    position: relative;
    font-size: 13px !important;
    margin: 0 6px 10px 0;
    line-height: 18px;
    display: inline-block;
}
.tags_metka ul li a:before{
	content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    height: 0;
    width: 100%;
    background: #efefef;
    z-index: -1;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.tags_metka ul li a:hover {
    border-color: #cb8161;
    color: #fff;
}
.tags_metka ul li a:hover:before {
    height: 100%;
    background: #cb8161;
}
.navigation.pagination .nav-links{
	display: flex;
	justify-content: center;
	width: 100%;
}
.navigation.pagination .nav-links .page-numbers{
	text-decoration: none;
    padding: 0;
    min-width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    line-height: normal;
    text-indent: 1px;
    text-align: center;
    color: #868686;
    font-size: 15px;
    border: 1px solid #e5e5e5;
    -webkit-transition: none;
    transition: none;
    text-transform: uppercase;
    margin-right: 8px;
}
.navigation.pagination .nav-links .page-numbers:hover,
.navigation.pagination .nav-links .page-numbers.current{
	background: #000;
    color: #fff;
}
.navigation.pagination .nav-links .page-numbers.prev,
.navigation.pagination .nav-links .page-numbers.next {
    position: relative;
    font-size: 0;
}
.navigation.pagination .nav-links .page-numbers.next:before {
    content: '';
    position: absolute;
    top: 24px;
    right: 4px;
    display: block;
    width: 28px;
    height: 28px;
    font-size: 0;
    margin-top: -20px;
    background: url(../img/pagin-next.svg) no-repeat center;
    transform: rotate(91deg);
}
.navigation.pagination .nav-links .page-numbers.next:hover:before {
    content: '';
    position: absolute;
    top: 24px;
    right: 4px;
    display: block;
    width: 28px;
    height: 28px;
    font-size: 0;
    margin-top: -20px;
    background: url(../img/pagin-next-hover.svg) no-repeat center;
    transform: rotate(91deg);
}
.navigation.pagination .nav-links .page-numbers.prev:before {
	content: '';
    position: absolute;
    top: 24px;
    right: 4px;
    display: block;
    width: 28px;
    height: 28px;
    font-size: 0;
    margin-top: -20px;
    background: url(../img/pagin-next.svg) no-repeat center;
    transform: rotate(270deg);
}
.navigation.pagination .nav-links .page-numbers.prev:hover:before {
	content: '';
    position: absolute;
    top: 24px;
    right: 4px;
    display: block;
    width: 28px;
    height: 28px;
    font-size: 0;
    margin-top: -20px;
    background: url(../img/pagin-next-hover.svg) no-repeat center;
    transform: rotate(270deg);
}
blockquote{
	font-weight: 500;
    padding: 30px 100px 30px 60px;
    color: #666;
    border-left: 2px solid #cb8161;
    position: relative;
    font-size: 16px;
}
blockquote:before{
	content: "";
	background:  url(../img/koma.png) no-repeat;
	background-size: contain;
	width: 45px;
    height: 45px;
    position: absolute;
    top: 0;
}
.singl-content{
	font-weight: 400;
    line-height: 1.75;
    color: #868686;
	font-size: 14px;
}
.page-wrings  ul li,
.singl-content ul li{
	list-style: disc;
}

.page-wrings  ul,
.page-wrings  ol,
.singl-content ol,
.singl-content ul{
	margin-bottom: 20px;
	margin-left: 22px;
}
.category-novyny #comments{
	clear: both;
}
#comments h3.comments-title,
#comments h3.comment-reply-title {
    font-size: 35px;
    margin-bottom: 20px;
    color: #cb8161;
	font-weight: 500;
    line-height: 1.2;
}

.comment-form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}
.text_content_about, p {
	color: #868686;
	font-size: 16px;
	margin-bottom: 10px;
	font-weight: 400;
}
#respond .comment-notes{
	display: block;
	margin-bottom: 10px;
    font-weight: 400;
}
.comment-form-comment {
    order: 3;
    width: 100%;
}
.comment-form-author {
    order: 1;
    width: 48%;
    margin-right: 25px;
}
.comment-form-email {
    order: 2;
    width: 49%;
}
 #comments .comment-form-url {
    display: none;
}
.form-submit {
    order: 4;
}
.comment-form textarea {
	outline: none;
	padding: 10px 20px;
    border: none;
    background-color: #f5f5f5;
    margin-bottom: 24px;
    width: 100%;
    box-sizing: border-box;
    resize: none;
    height: 200px;
	font-size: 14px;
	color: #000;
	border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}
.comment-form input::placeholder,
.comment-form textarea::placeholder{
  color: #868686;	
}
.comment-form input {    
	height: 47px;
    outline: none;
	border: none;
	padding: 10px 20px;
    font-size: 14px;
    margin-bottom: 24px;
    width: 100%;
    background-color: #f5f5f5;
    box-sizing: border-box;
	border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}
.form-submit input {
	border-radius: 0;
    background-color: #cb8161;
    font-weight: 500;
    font-size: 14px;
    color: #fff;
    width: 100%;
    margin-bottom: 0;
    transition: .3s;
    text-align: center;
    display: block;
    text-decoration: none;
    padding: 9px 30px;
    text-transform: uppercase;
    overflow: hidden;
	cursor: pointer;
}
.form-submit input:hover{
	background-color: #000;
	color: #fff;
}
ol.comment-list {
    list-style: none;
}
ol.comment-list li {
    padding: 30px;
    border: solid 2px #e1e1e1;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 30px;
    flex-wrap: wrap;
}
ol.comment-list li .comment-meta .comment-author .fn {
    margin-bottom: 10px;
    font-size: 24px;
    color: #cb8161;
	font-weight: bold;
}
ol.comment-list .comment-metadata,
ol.comment-list  .reply,
.comment-awaiting-moderation,
.says{
	display: none;
}
ol.comment-list li .comment-metadata a time {
    font-size: 16px;
    color: #686a6f;
    max-width: 84px;
    overflow: hidden;
    display: block;
    height: 25px;
    position: absolute;
    right: 7px;
    top: 38px;
}
ol.comment-list li .comment-content {
    color: #686a6f;
    font-size: 16px;
    line-height: 1.8;
}
.comment-form .logged-in-as a{
	color: #cb8161;
}
.comment-form .logged-in-as a:hover{
	 color: #686a6f;
}
.page-wrings table {
    border-collapse: collapse;
    width: 100%;
	margin: 30px 0;
}
.page-wrings table tr td{
	padding: 8px;
}
.page-wrings  p {
    color: #868686;
    font-size: 14px;
    margin-bottom: 10px;
    font-weight: 400;
}
.page-wrings h2{
	margin-bottom: 20px;
	 color: #cb8161;
}
.page-wrings h3{
	margin-bottom: 20px;
	 color: #cb8161;
	font-size: 20px;
}
.page-wrings img{
 margin: 20px 0;
}
/*news category*/

/*wishlist*/
.tinv-wraper.tinv-wishlist,
.yith-wcwl-add-to-wishlist {
    margin-top: 0;
    display: flex;
    align-items: center;
    width: 50px;
    height: 50px;
    justify-content: center;
    border: 1px solid #cecece;
    margin-left: 7px;
}
.yith-wcwl-add-to-wishlist .feedback .yith-wcwl-icon,
.yith-wcwl-add-button>a i {
	margin-right: 0;
	font-size: 19px;
}
.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt{
	color: #000;
}
.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart:before{
	font-size: 30px;
}
.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt:before {
    margin-top: -15px;
    margin-left: -15px;
}
ul#menu-wishlist li#menu-item-763{
	display: none;
}
ul.products li.product .tinvwl_add_to_wishlist_button {
    margin-top: 0;
}
.view_hover_item .arow_catalog_view{
    display: flex !important;
    align-items: center;
    width: 50px;
    height: 50px;
    justify-content: center;
    border: 1px solid #cecece;
    margin-left: 7px;
	margin-bottom: 5px;
	background: #fff;
}
.cat_wishlists_addtowishlist .tinv-wraper.tinv-wishlist{
	background: #fff;
}
.cat_wishlists_addtowishlist .tinv-wraper.tinv-wishlist:hover,
.view_hover_item .arow_catalog_view:hover{
	background: #cb8161;
	border: solid 1px #cb8161;
}
.cat_wishlists_addtowishlist .tinv-wraper.tinv-wishlist:hover a,
.view_hover_item .arow_catalog_view:hover i{
	color: #fff;
}
.view_hover_item{
	width: 60px;
	position: absolute;
    top: 120px;
    right: 15px;
    z-index: 9;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.woocommerce ul li.product .view_hover_item .cat_wishlists_addtowishlist,
.woocommerce ul li.product  .view_hover_item .arow_catalog_view{
	-webkit-transform: rotateY(-90deg);
    transform: rotateY(-90deg);
    transform-origin: 100% 50%;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    opacity: 0;
    visibility: hidden;
}
.woocommerce ul li.product:hover .view_hover_item .cat_wishlists_addtowishlist,
.woocommerce ul li.product:hover .view_hover_item .arow_catalog_view{
    opacity: 1;
    visibility: visible;
    -webkit-transform: rotateY(0);
    transform: rotateY(0);	
}
table.tinvwl-table-manage-list tr{
	border-bottom: solid 1px #ccc;
}
table.tinvwl-table-manage-list tr td.product-name a{
	color: #000;
}
table.tinvwl-table-manage-list tr td.product-name a:hover{
	color: #cb8161;
}
table.tinvwl-table-manage-list tr td.product-price{
	font-weight: bold;
}
table.tinvwl-table-manage-list tfoot tr{
	border: none;
}
.tinv-wishlist .product-remove button{
	cursor: pointer;
	background:  url(../img/close-wishlist.svg) no-repeat;
	transition: all 0.3s ease;
}
.tinv-wishlist .product-remove button:hover{
	transform: scale(1.1);
}
.page-wrings .tinv-wishlist .tinv-header,
.tinv-wishlist .product-remove button i{
	display: none;
}
.page-wrings .tinv-wishlist .woocommerce-info{
    font-size: 17px;
	border-top-color: transparent;
	padding: 0;
    margin: 0;
    background-color: transparent;
    color: #515151;
    border-top: inherit;
}
.page-wrings .tinv-wishlist .return-to-shop a{
	background: #cb8161;
    font-size: 15px;
    text-transform: uppercase;
    text-align: center;
    margin-right: 20px;
    padding: 0 15px;
    color: #fff;
    display: block;
    height: 44px;
    border-radius: 0;
    line-height: 44px;
    width: 242px;
    margin-top: 20px;
}
.page-wrings .tinv-wishlist .return-to-shop a:hover{
	background: #000;
}
/*wishlist*/
.woocommerce ul.products li.product{
	position: relative;
}
.recently_viewed_products .woocommerce.columns-3 ul.products li.product {
    width: 100%;
}
.closed{
	display: none;
}


/*page contacts*/
.heading_contacts{
	font-size: 35px;
    font-weight: 600;
	margin-top: 0;
    margin-bottom: 20px;
	text-align: center;
}
.contatct-img{
	display: block;
    line-height: 1;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    color: #818a91;
    font-size: 50px;
    text-align: center;
	margin-bottom: 40px;
}
.contatct-img:hover {
    animation-name: elementor-animation-wobble-horizontal;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1;
}
.contatct-img svg {
    transform: rotate(0deg);
	position: relative;
    display: block;
	width: 50px;
	height: 50px;
	margin: 0 auto;
}
.heading_contacts_box{
	margin: 0 0 15px;
	text-align: center;
    color: #000;
    font-size: 13px;
    letter-spacing: 3px;
	text-transform: uppercase;
}
.adres_contact,
.email_contact a,
.phone_header a{
	font-size: 14px;
	font-weight: 400;
    line-height: 1.75;
    color: #868686;
	display: block;
    text-align: center;
}
.email_contact a:hover,
.phone_header a:hover{
	color: #cb8161;
}
.page_contact_block{
	padding-top: 60px;
}
.heading_contacts_form{
	font-size: 35px;
    font-weight: 600;
	margin-bottom: 10px;
	text-align: center;
}
.sub_title_contacts_form{
	font-size: 14px;
	font-weight: 400;
    line-height: 1.75;
    color: #868686;
	text-align: center;
}
.form_contacts{
	max-width: 930px;
	margin: 50px auto 0;
}
.form_contacts .wpcf7-form-control-wrap{
	width: 48%;
	display: block;
}
.form_contacts p{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.form_contacts .wpcf7-form-control-wrap[data-name="textarea-224"]{
	width: 99%;
}
.form_contacts .input_cont{
	height: 50px;
    font-size: 13px;
    line-height: 50px;
    margin-bottom: 20px;
    width: 100%;
    padding: 10px 20px;
    color: #000;
    font-weight: 400;
    border: 1px solid #000;
    background: #fff;
	outline: none;
}
.form_contacts .input_cont_text {
    width: 100%;
    color: #000;
    max-height: 260px;
    padding: 10px 20px;
    font-weight: 400;
    margin-bottom: 23px;
    background: #fff;
    border: 1px solid #000;
	resize: none;
	outline: none;
}
.form_contacts .btn_cont{
    height: 42px;
    line-height: 42px;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 3px;
    font-weight: 400;
    padding: 0 50px;
    color: #fff;
    background: #000;
    border: none;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    cursor: pointer;
}

.form_contacts .btn_cont:hover{
	background: #cb8161;
}
.form_contacts .wpcf7 form.invalid .wpcf7-response-output {
    border-color: transparent;
    margin: 0;
    padding: 0;
}
.form_contacts .wpcf7-not-valid-tip {
    margin-bottom: 10px;
}
.form_contacts .wpcf7-spinner{
	 display: none;
}
.form_contacts  .wpcf7 form.sent .wpcf7-response-output {
    border-color: inherit;
    margin: 20px 0 0;
    padding: 0;
    border: inherit;
	color: #cb8161;
}

@keyframes elementor-animation-wobble-horizontal{
	16.65% {
    	transform: translateX(8px);
	}
	33.3% {
    	transform: translateX(-6px);
	}
	49.95% {
    	transform: translateX(4px);
	}
	66.6% {
    	transform: translateX(-2px);
	}
	83.25% {
    	transform: translateX(1px);
	}
	100% {
    	transform: translateX(0);
	}
}
/*page contacts*/
.dgwt-wcas-details-wrapp.woocommerce .dgwt-wcas-product-details .dgwt-wcas-pd-addtc .dgwt-wcas-pd-addtc-form .add_to_cart_inline a,
.woocommerce .return-to-shop .button,
.woocommerce .woocommerce-message .button{
	font-size: 16px;
    line-height: 50px;
    position: relative;
    background-color: #000;
    color: #fff;
    text-align: center;
    margin-right: 20px;
    padding: 0 15px;
    cursor: pointer;
    vertical-align: top;
    margin: 0;
    border-radius: 0;
}
.dgwt-wcas-details-wrapp.woocommerce .dgwt-wcas-product-details .dgwt-wcas-pd-addtc .dgwt-wcas-pd-addtc-form .add_to_cart_inline a:hover,
.btn_site_not_found:hover,
.woocommerce .return-to-shop .button:hover,
.woocommerce .woocommerce-message .button:hover{
	background-color: #cb8161;
	color: #fff;
}
.woocommerce-info {
    border-top-color: #cb8161;
}
.dgwt-wcas-pd-addtc-form {
    justify-content: flex-start;
}
.dgwt-wcas-details-hr,
.dgwt-wcas-pd-addtc-form>.quantity,
.dgwt-wcas-details-desc,
.woocommerce-info::before{
	display: none;
}
 a.dgwt-wcas-details-product-title {
    line-height: 22px;
    margin: 10px 0 15px;
    font-size: 16px;
}
 a.dgwt-wcas-details-product-title:hover{
	text-decoration: none;
}
 .dgwt-wcas-pd-rating {
    margin-top: 10px;
}
/*404*/
.not_found_error h2 {
	text-align: center;
    color: #cb8161;
    font-size: 130px;
    margin-top: 20px;
    margin-bottom: 10px;
    line-height: normal;
}
.text_not_found {
    color: #333;
    font-size: 18px;
    text-transform: uppercase;
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 20px;
	text-align: center;
}
.btn_site_not_found {
    display: block;
    height: 44px;
    width: 225px;
    margin: auto;
    background: #000;
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 43px;
    text-transform: uppercase;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.col_marg {
    max-width: 622px;
    margin: 0 auto;
    padding-top: 25px;
}
.not_found_error h2.head_not_new {
    font-size: 25px;
    text-align: left;
}
.parent_box_center_not_found {
    display: flex;
    justify-content: space-between;
}
.link_category_not_found {
    text-align: left;
    display: block;
    margin-bottom: 10px;
    color: #333;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.link_category_not_found:hover{
	color: #cb8161;
}
/*404*/
.woocommerce-checkout #payment ul.payment_methods li{
	list-style: none;
}
.hidden{
	display: none !important;
}
/*
font-family: 'annabelleregular';
font-family: 'Public Sans', sans-serif;

--color_apricot_white: #F7EFDD;
--color_eunry: #CCAB9A;
--color_sidecar: #E5E1A3;
--color_timber_green: #304237;
*/