/*
	Theme Name: cleanstep
	Theme URI: https://cleanstep.ee
	Description: cleanstep WordPress Theme
	Version: 1.0.0
	Author: CAMO
	Author URI: https://camo.ee
	Tags: Blank, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/
/*------------------------------------*\
    CUSTOM
\*------------------------------------*/

.header .nav {
	flex-grow: 2;
}
.header__login {
	margin-left: auto;
}
.additional-services .services-items {
	align-items: stretch;
}
#wc-stripe-cc-form + fieldset {
	display: none;
}
a#wt-cli-accept-all-btn {
	background-color: rgb(121 206 206) !important;
}
a#wt-cli-accept-all-btn:hover {
	background-color: #48B8B8 !important;
}
#payment .wc_payment_methods .wc_payment_method:last-child {
	margin-bottom: 0px !important;
}
.checkout .place-order {
	padding-top: 30px;
}
.page-title {
	    font-weight: 400;
    line-height: 1.2;
    color: #231F20;
    margin-bottom: 50px;
    text-align: center;
}
.cart-panel {
	height: 100vh;
	height: -webkit-fill-available;
}
.contact-form .form-group br {
    display: none;
}
.grecaptcha-badge {
	visibility: hidden;
	position: absolute;
}
.wpcf7 .screen-reader-response ul {
    display: none;
}

.submit-wrap {
    position: relative;
}

.submit-wrap .ajax-loader {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.wpcf7-form-control-wrap {
    display: block;
}

.form-group .wpcf7-not-valid-tip {
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 0.9em;
}

.password-changed {
    color: #79CECE;
    font-size: 1.25em;
    font-weight: 400;
    line-height: 1.4;
    margin-top: 0;
}
.woof .chosen-container .chosen-results li[data-option-array-index="0"] {
	display: none;
}
.woocommerce-message::before {
    color: #79cece;
}

.woocommerce-message {
    border-top-color: #79cece;
    padding-left: 30px;
    padding-right: 0;
}

.woocommerce-error, .woocommerce-info, .woocommerce-message {
    background-color: transparent;
}

.edit-account {
    max-width: 525px;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    background-color: transparent !important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}

.woocommerce-notices-wrapper {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
}

.woocommerce-notices-wrapper .woocommerce-message {
    padding-left: 25px;
    font-size: 0.9em;
}

.woocommerce-error::before, .woocommerce-info::before, .woocommerce-message::before {
    left: 0;
}

.lost-password-message {
    margin-bottom: 40px;
    font-size: 0.9em;
}

.password-reset-wrap {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
}

.password-reset-wrap .reset-message {
    font-size: 0.9em;
}

.password-reset-wrap .btn-wrap {
    margin-top: 40px;
    margin-bottom: 40px;
}

.password-reset-wrap .woocommerce-message {
    padding-bottom: 0;
}

.woocommerce-error, .woocommerce-info, .woocommerce-message {
    padding-left: 30px;
    font-size: 0.9em;
    line-height: 1.2;
}

.account__content .woocommerce-error ul {
    padding-left: 0;
    font-size: 0.9em;
    line-height: 1.4;
}

.not-found-title {
    font-size: 80px;
    color: #79CECE;
}

.not-found-info {
    font-size: 20px;
    color: #79CECE;
}

.cart-empty-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    align-self: center;
}

.cart-empty-wrap .cart-empty-title {
    font-size: 24px;
    font-weight: 400;
    line-height: 29px;
    color: #79CECE;
    margin-top: 30px;
    width: 100%;
    text-transform: uppercase;
}

.woocommerce form .form-row {
    position: relative;
    width: 50%;
    flex: 50%;
}

.woocommerce form .form-row.privacy {
    width: 100%;
    flex: 100%;
}

.woocommerce form .form-row.privacy label,
.woocommerce form .form-row.create-account label {
    display: flex;
    align-items: baseline;
    width: 100%;
    position: relative;
    max-width: none;
    top: 0;
    transform: none;
    cursor: pointer;
}

.woocommerce form .form-row.privacy:not(.woocommerce-invalid) label:after,
.woocommerce form .form-row.create-account label.checked:after {
    content: '';
    display: block;
    position: absolute;
    top: 9px;
    left: 5px;
    width: 7px;
    height: 9px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.woocommerce form .form-row.privacy label:before,
.woocommerce form .form-row.create-account label:before {
    content: '';
    -webkit-appearance: none;
    background-color: #F6F7F9;
    border: 1px solid #79CECE;
    padding: 8px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 10px;
    position: relative;
    top: 4px;
}

.woocommerce form .form-row.privacy.woocommerce-invalid a {
    color: #a00;
}

.woocommerce form .form-row.privacy:not(.woocommerce-invalid) label:before,
.woocommerce form .form-row.create-account label.checked:before {
    background-color: #79CECE;
}

.woocommerce form .form-row.privacy label input,
.woocommerce form .form-row.create-account label input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.woocommerce form .form-row.privacy label a {
    margin-left: 5px;
}

.woocommerce form .form-row.form-row-wide {
    width: 100%;
    flex: 100%;
}

.woocommerce-billing-fields__field-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.woocommerce form .form-row.woocommerce-validated .select2-container, .woocommerce form .form-row.woocommerce-validated input.input-text, .woocommerce form .form-row.woocommerce-validated select {
    border-color: #79CECE;
}

#customer_details #billing_email_field {
    display: none;
}

.cart-items .services-list label .additional-price {
    flex-grow: 1;
    white-space: nowrap;
}

.cart-items .services-list label .additional-name {
    width: 100%;
    flex-grow: 3;
}

.cart-panel__content .cart-items__item .item-info .additional {
    min-width: 275px;
}

.checkout_coupon {
    display: block !important;
}

.woocommerce form.checkout_coupon {
    border: none;
    padding: 0px;
    margin: 0;
    text-align: left;
    border-radius: 0px;
}

.woocommerce ul#shipping_method li label {
    display: inline-block;
	transform: none;
}

.woocommerce ul#shipping_method li [type="radio"]:checked+label:after, 
.woocommerce ul#shipping_method li [type="radio"]:not(:checked)+label:after,
.woocommerce ul#shipping_method li [type="radio"]:checked+label:before, 
.woocommerce ul#shipping_method li [type="radio"]:not(:checked)+label:before{
	top: 10px;
}
.page-payment .contact-info__items .info-item__title {
	font-weight: bold;
}
#sb_instagram.sbi_col_4 #sbi_images .sbi_item {
    width: 100%;
}

.page-payment .selected-products {
    padding-bottom: 0;
    border-bottom: 0;
}

.form-panel {
    position: absolute;
    background: #fff;
    transform: translateX(-50vw);
    transition: 0.4s ease;
    visibility: hidden;
    opacity: 0;
}

.form-panel.active {
    transform: translateX(0px);
    z-index: 2;
    visibility: visible;
    opacity: 1;
    position: relative;
}

.checkout-information.page-payment[data-active-panel="payment"] .bottom .btn-readmore,
.checkout-information.page-payment[data-active-panel="payment"] .bottom .btn-shop {
    display: none;
}

.checkout-information.page-payment[data-active-panel="info"] .bottom .btn-back {
    display: none;
}

#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
    background: transparent;
}

.page-payment .montonio-aspsp-grid-logos .montonio-aspsp-grid-item {
    width: 33.33%;
    max-width: calc(33.33% - 10px);
    flex: 33.33%;
    margin: 5px;
}

.shop_table.woocommerce-checkout-review-order-table {
    display: none !important;
}

.post-inner-wrap {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
}

.post-inner-wrap .section-title {
    font-size: 1.6em;
    margin-bottom: 30px;
}

.back-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 50px;
    padding-top: 20px;
    border-top: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
    padding-bottom: 20px;
}

.back-wrap .back-btn,
.back-wrap .next-btn {
    display: flex;
    align-items: center;
    max-width: 350px;
}

.back-wrap .back-btn svg,
.back-wrap .next-btn svg {
    width: 20px;
    min-width: 20px;
}

.back-wrap .next-btn {
    text-align: right;
}

.back-wrap .back-btn svg {
    margin-right: 10px;
}

.back-wrap .next-btn svg {
    margin-left: 10px;
}

.back-wrap .back-btn,
.back-wrap .next-btn {
    color: #231F20;
    text-decoration: none;
}

.back-wrap a {
    text-decoration: none;
    font-weight: 600;
}

.post-date {
    font-size: 1em;
    line-height: 1.5;
    font-weight: 400;
    color: #828282;
    display: block;
    margin-bottom: 16px;
}

.contact-info__items .info-item.item-email .info-item__title {
    margin-right: 15px;
}

.woocommerce-shop .product-item__order .price {
    flex-direction: column !important;
}

.products-section.products-page {
    display: flex;
    align-items: flex-start;
}

.products-section.products-page .shop-filters {
    width: 25%;
    flex: 25%;
    max-width: 270px;
    display: flex;
    flex-direction: column;
}

.products-section.products-page .shop-content {
    width: 75%;
    flex: 75%;
    padding-left: 20px;
}

.readmore-wrap {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 50px;
}

.readmore-wrap .btn {
    max-width: 100%;
}

.products-section.products-page .shop-content .woocommerce-result-count {
    float: right;
}

.products-section.products-page .woof_redraw_zone {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.products-section.products-page .woof,
.products-section.products-page .woof .chosen-container {
    width: 100%;
}

.products-section.products-page .woof .chosen-container {
    margin-bottom: 20px;
}

.products-section.products-page .woof_redraw_zone .woof_container_select {
    width: 100%;
    flex: 100%;
    padding-left: 0;
}

.products-page .products-items .product-item {
    min-height: 640px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.products-items .product-item .woocommerce-LoopProduct-link {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 100%;
    max-width: 100%;
}

.products-items .product-item .woocommerce-LoopProduct-link img {
    flex-grow: 2;
    margin-bottom: 20px;
    height: 265px;
    border-radius: 8px;
}

.products-items .product-item .woocommerce-LoopProduct-link img+a {
    flex-grow: 2;
}

.products-items .product-item .woocommerce-LoopProduct-link .product-item__info {
    flex-grow: 3;
}

.products-items .product-item .woocommerce-LoopProduct-link .product-item__order {
    flex-grow: 1;
}

.home .products-section .products-items .product-item__order .price {
    font-size: 2.25em;
    margin-bottom: 23px;
}

.woof .chosen-container-single .chosen-single {
    background: transparent;
    padding: 5px;
    height: 35px !important;
    box-shadow: none;
    border: none;
}

.woof .chosen-container-single .chosen-single div b {
    background-image: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M4.63437 5.13123L7.5 7.99685L10.3656 5.13123L11.25 6.0156L7.5 9.7656L3.75 6.0156L4.63437 5.13123Z' fill='%2379CECE'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='15' height='15' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") !important;
    background-position: center !important;
    width: 15px;
    height: 15px;
}

.chosen-container-single .chosen-single div {
    display: flex;
    align-items: center;
    justify-content: center;
}

.chosen-container.chosen-with-drop .chosen-drop {
    position: relative;
    box-shadow: none !important;
    border: none !important;
    background: transparent !important;
}

.products-section.products-page .woof .chosen-container.chosen-with-drop .chosen-single div b {
    transform: rotate(180deg);
}

.chosen-container .chosen-results {
    max-height: none;
}

.woof .chosen-container-single .chosen-single span {
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    color: #181D23;
}

.woof .chosen-container-single .chosen-search input[type=text] {
    border: 1px solid #79cece;
}

.woof .chosen-container .chosen-results li {
    padding: 10px;
    font-size: 16px;
    color: #181D23;
    line-height: 1.3;
    border-radius: 4px;
    transition: 0.2s ease;
}

.woof .chosen-container .chosen-results li:hover,
.woof .chosen-container .chosen-results .active-result.result-selected {
    background-color: #79CECE;
    color: #fff;
    transition: 0.2s ease;
}

.products-page .shop-filters .woof_submit_search_form_container {
    margin-left: 0;
    margin-right: auto;
	margin-bottom: 16px;
}

.shop-content .woof_products_top_panel {
    display: none !important;
}

.shop-content .woocommerce-result-count {
    display: none;
}

.shop-content .woocommerce-ordering {
    width: 300px;
    max-width: 100%;
    position: absolute;
    right: 0;
    top: -77px;
}

.shop-content .woocommerce {
    position: relative;
}

.woocommerce-shop .select2-container--open .select2-dropdown {
    top: 30px;
}

.select2-container--default .select2-results__option[aria-selected=true],
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #79CECE;
    color: #fff;
}

.chosen-drop .chosen-search {
    display: none;
    visibility: hidden;
}

.chosen-container .chosen-results li.highlighted {
    background-image: none;
    background-color: #79cece;
}

.shop-page .section-info {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

#woof_html_buffer {
    display: none !important;
}

.product-item .woocommerce-LoopProduct-link img {
    min-height: 259px;
    object-fit: cover;
}

#stripe-payment-data label {
    position: relative;
    background-color: transparent;
}

#payment .wc_payment_methods .wc_payment_method {
    margin-bottom: 30px !important;
}

#respond .acf-comment-fields {
    display: none !important;
    visibility: hidden !important;
    position: absolute;
    left: -9999px;
}

.rating-container[data-rating="1"] #rating-1+label svg path {
    fill: #79CECE;
}

.rating-container[data-rating="2"] #rating-1+label svg path,
.rating-container[data-rating="2"] #rating-2+label svg path {
    fill: #79CECE;
}

.rating-container[data-rating="3"] #rating-1+label svg path,
.rating-container[data-rating="3"] #rating-2+label svg path,
.rating-container[data-rating="3"] #rating-3+label svg path {
    fill: #79CECE;
}

.rating-container[data-rating="4"] #rating-1+label svg path,
.rating-container[data-rating="4"] #rating-2+label svg path,
.rating-container[data-rating="4"] #rating-3+label svg path,
.rating-container[data-rating="4"] #rating-4+label svg path {
    fill: #79CECE;
}

.rating-container[data-rating="5"] #rating-1+label svg path,
.rating-container[data-rating="5"] #rating-2+label svg path,
.rating-container[data-rating="5"] #rating-3+label svg path,
.rating-container[data-rating="5"] #rating-4+label svg path,
.rating-container[data-rating="5"] #rating-5+label svg path {
    fill: #79CECE;
}

.woocommerce-product-rating svg:not(.half) path {
    fill: #CECECE;
}

.woocommerce-product-rating svg.filled path {
    fill: #79CECE;
}

.woocommerce-product-rating {
    display: flex !important;
    align-items: center;
}

.selected-products__item .additional-name br {
    display: none;
}

.woocommerce-shop .product-item__order .btn {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}
.product-item .product-item__info h3,
.product-item .product-item__info h2,
.product-item .product-item__info h1,
.product-item .product-item__info h4,
.product-item .product-item__info h5,
.product-item .product-item__info h6  {
	    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 1em;
    line-height: 24px;
    margin-top: 0;
	color: #231F20;
}
.woocommerce-shop .product-item__order {
    padding-bottom: 20px;
}

.single-product .services-section .services-items .service {
    margin-bottom: 40px;
}

.single-product #wc-stripe-payment-request-button-separator,
.single-product #wc-stripe-payment-request-wrapper {
    font-size: 0px !important;
    opacity: 0 !important;
    position: absolute !important;
    left: -100vw !important;
    visibility: hidden !important;
    z-index: -2 !important;
}

.product-type-service {
    order: 1;
}

.product-type-simple {
    order: 2;
}

.single-product .services-items .product {
    order: 1;
}

.single-product .services-items #respond {
    order: 2;
}

.single-product .product-reviews {
    order: 3;
}

.single-product .service-provide__value {
    max-height: none !important;
}

.woocommerce-orders-table__cell .before-image-link {
    display: block;
    max-width: 80px;
}

.woocommerce-orders-table__cell .before-image-link img {
    display: block;
    width: 100%;
    height: auto;
}

.woocommerce-orders-table .woocommerce-orders-table__cell .btn.view {
    padding: 13px 10px 10px 10px;
    min-width: 115px;
    border-radius: 30px;
}

body.woocommerce-orders .account__content {
    padding: 0;
    overflow: hidden;
    border-radius: 0px 8px 8px 0px;
}

body.woocommerce-orders .woocommerce-orders-table {
    border: none;
    border-collapse: collapse;
}

body.woocommerce-orders .woocommerce-orders-table thead {
    background: #fff;
}

body.woocommerce-orders .woocommerce-orders-table thead th {
    padding: 26px 8px;
    background: #fff;
    border: 0;
}

body.woocommerce-orders .btn.btn-next,
body.woocommerce-orders .btn.btn-prev {
    width: 60px;
    height: 60px;
    display: inline-flex;
    border-radius: 100%;
    background: #fff;
    transition: 0.2s ease;
}

body.woocommerce-orders .btn.btn-next path,
body.woocommerce-orders .btn.btn-prev path {
    transition: 0.2s ease;
}

body.woocommerce-orders .woocommerce-pagination {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    padding: 10px 40px 40px 40px;
}

body.woocommerce-orders .btn.btn-prev {
    margin-right: 20px;
}

body.woocommerce-orders table.my_account_orders td {
    padding: 13px 8px;
}

body.woocommerce-orders table.my_account_orders td.woocommerce-orders-table__cell-0 {
    padding-left: 40px;
}

body.woocommerce-orders table.my_account_orders td.woocommerce-orders-table__cell-0:empty,
body.woocommerce-orders table.my_account_orders td.woocommerce-orders-table__cell-0:empty:before {
    display: none;
}

body.woocommerce-orders .woocommerce table.shop_table th.woocommerce-orders-table__header-0 {
    padding-left: 40px;
}

.woocommerce-orders-table__cell-order-status span.pending {
    color: #F2994A;
}

.woocommerce-orders-table__cell-order-status span.completed {
    color: #27AE60;
}

.woocommerce-orders-table__cell-order-status span.processing {
    color: #4664FF;
}
.incart-infobox {
	cursor: pointer;
}
.btn-order:not(.instock) {
    opacity: 0.6;
    cursor: default!important;
    pointer-events: none;
}
.woocommerce form .form-row.privacy label {
	display: block;
	line-height: 1.6;
}
.woocommerce form .form-row.privacy label:before {
	top: 1px;
}
@media (max-width: 782px) {
	.woocommerce-shop .select2-container--open .select2-dropdown {
		top: 40px;
	}
}
@media (max-width: 767px) {
    .single-product .services-section .services-items .service .slider-wrap {
        margin-bottom: 80px;
    }

	.shop-content .woocommerce-ordering {
		position: relative;
		top: 0;
		width: 100%;
	}
	.products-section.products-page .shop-content {
		padding-left: 0;
	}
    .products-section.products-page .shop-filters {
        width: 100%;
        flex: 100%
    }
	.products-section.products-page .woof .chosen-container {
		width: 100% !important;
	}

	.products-section.products-page .shop-filters {
		max-width: 100%;
	}
	.products-page .shop-filters .woof_redraw_zone .woof_container {
		padding-right: 0;
	}
    .products-section.products-page .shop-content {
        width: 100%;
        flex: 100%;
    }

    .products-section.products-page {
        flex-direction: column;
    }

    .products-section.products-page .shop-content .woocommerce-result-count {
        float: left;
    }

    .single-product .services-items #respond {
        max-width: 100%;
        flex-direction: column;
        padding: 20px;
    }

    .single-product .product-reviews .section-title {
        font-size: 30px;
    }

    .single-product .product-reviews .comment {
        padding: 30px 20px;
        flex-direction: column;
    }

    .single-product .product-reviews .comment__content {
        padding-left: 0;
        width: 100%;
    }

    .single-product .product-reviews .comment-rating .stars {
        display: flex;
    }

    .single-product .product-reviews .comment__author {
        margin-bottom: 25px;
    }

    .single-product .slider-nav .btn-prev {
        left: -10px !important;
    }

    .single-product .slider-nav .btn-next {
        right: -10px !important;
    }

    .single-product #reply-title {
        max-width: 100%;
    }
}

@media screen and (max-width: 425px) {
    .woocommerce-view-order .section-title.medium,
    .woocommerce-view-order .order-before-image .acf-label label,
    .woocommerce-view-order .order-after-image .section-title {
        font-size: 1.3em !important;
    }

    .single-product .info-wrap .cart .minus,
    .single-product .info-wrap .cart .plus {
        width: 50px;
    }

    .woocommerce-view-order .woocommerce-order-details {
        overflow: auto;
    }

    .single-product .info-wrap .cart .btn-order {
        margin-left: 10px;
    }

    .single-product .info-wrap .cart .qty {
        max-width: 50px;
    }

    .single-product .review-rating {
        flex-direction: column;
    }

    .single-product .review-rating .review-author {
        margin-bottom: 20px;
    }

    .single-product #reply-title {
        font-size: 1.8em;
    }

    .single-product .services-section .services-items .service {
        margin-bottom: 0;
    }

    .single-product .product-reviews .comment-rating {
        margin-bottom: 5px;
    }

    .single-product #reply-title p {
        margin-top: 0;
    }

    .single-product #commentform input#submit {
        max-width: 100%;
    }

    .single-product .product-reviews .comment__author {
        width: 100%;
    }

    .single-product .product-reviews .comment-top {
        flex-direction: column;
        align-items: baseline;
    }
}

@media screen and (max-width: 1199px) {
	.menu li a {
		    font-size: 1.75em;
    line-height: 1.2;
    font-weight: 400;
	}
	.menu>.menu-item {
		    display: flex;
    align-items: center;
    flex-direction: column;
    min-height: 30px;
    height: auto;
    width: 100%;
    margin-bottom: 25px;
	}
	.header .nav .menu {
		    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    align-items: flex-start;
    max-width: 300px;
    width: 100%;
    margin-top: 100px;
		min-height: 80%;
	} 
	.header .nav .menu + .header-actions .header__lang {
		    display: block;
    margin-right: 0;
	}
	.header .nav .menu + .header-actions .header__login {
		display: none;
	}
	body.nav-visible .nav {
		visibility: visible;
		opacity: 1;
		z-index: 3;
		-webkit-transition: 0.4s ease;
		transition: 0.4s ease;
		justify-content: flex-start;
	}
	.nav-toggle {
		display: inline-block;
	}
    .single-product .product-reviews {
        max-width: 100%;
    }
	.header__cart {
		margin-right: 20px;
	}

    .woocommerce-view-order .col2-set .col-1, .woocommerce-view-order .col2-set .col-1 {
        width: 100%;
        margin-bottom: 2em;
    }

    .woocommerce-view-order .col2-set .col-2, .woocommerce-view-order .col2-set .col-2 {
        width: 100%;
        margin-bottom: 2em;
    }

    .woocommerce-view-order .woocommerce-customer-details--email {
        word-break: break-all;
    }

    .single-product .services-items #respond {
        max-width: 100%;
    }
}

@media screen and (max-width: 812px) and (orientation: landscape) {
	.header .nav .menu {
		margin-top: 0px;
    min-height: 60%;
	}
}
@media (max-width: 400px) {
	.selected-products__item .item-image {
		width: 50px;
		min-width: 50px;
		max-width: 50px;
	}
	.selected-products__item .btn-remove {
		margin-left: 10px;
		width: 54px;
		height: 54px;
		min-width: 54px;
	}
	.selected-products__item .item-title {
		font-size: 0.8em;
	}
	.selected-products__item .item-info {
		padding-left: 10px;
	}
	.breadcrumbs ul {
		flex-wrap: wrap;
	}
}
@media screen and (max-width: 599px) {
	.woocommerce form .form-row.privacy label {
		display: block;
	}
	.woocommerce form .form-row.privacy label:before {
		top: 0;
	}
    .products-items .product-item .woocommerce-LoopProduct-link {
        width: 100%;
    }
    .products-items .product-item .woocommerce-LoopProduct-link img {
        width: 100%;
        height: auto;
    }
	.page-payment .discount-wrap {
		flex-direction: column;
	}
	.page-payment .discount-wrap .form-group {
		padding-right: 0;
	}
	.breadcrumbs__item {
		padding-right: 5px;
		font-size: 15px;
	}
	.page-payment .subtotal-wrap .subtotal-shipping .item-value {
		padding-left: 10px;
		text-align: right;
	}
}
@media screen and (max-width: 768px) {
    body.woocommerce-orders table.my_account_orders td.woocommerce-orders-table__cell-0 {
        padding-left: 8px;
        min-height: 50px;
    }

    .woocommerce-view-order .woocommerce-column--billing-address {
        margin-bottom: 2em;
    }

    .woocommerce-orders-table__cell .before-image-link {
        max-width: 50%;
    }

    body.woocommerce-orders .woocommerce-pagination {
        padding-left: 8px;
    }
}

@media screen and (max-width: 888px) {
    body.woocommerce-orders .account__content {
        overflow: auto;
    }
}

@media screen and (max-width: 991px) {
    body.woocommerce-view-order .section-title.medium {
        font-size: 1.6em;
    }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
    .single-product #commentform {
        padding-left: 30px;
    }

    .single-product #reply-title {
        font-size: 1.8em;
        max-width: 260px;
    }

    .single-product #respond {
        padding: 30px;
    }

    .single-product .review-rating {
        flex-direction: column;
    }

    .single-product .review-rating .review-author {
        margin-bottom: 10px;
    }

    .single-product span.rating-container svg {
        display: block;
    }

    .single-product span.rating-container {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

@media (min-width: 1200px) {
	.header .nav {
		position: relative;
	}
}
@media (min-width: 1024px) and (max-width: 1199px) {
	.header .logo {
		flex-grow: 2;
	}
}
