/*!
Theme Name: Shop RTL
Theme URI: https://yourfuture.com.ua/
Author: Andrii Tsymbal
Author URI: https://yourfuture.com.ua/
Description: Theme for rtl shop
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: shop-rtl
*/

.close-basket {
    left: 0;
    right: 10px;
    top: 28px;
}
.basket-popup.active p {
    all: unset;
}
.box-title {
    background: #b69495;
}
.basket-popup__buttons a {
    color: #fff;
    text-align: center;
}


.sub-form__btn {
    display: inline-block !important;
    margin-top: 0 !important;
}

.yith-wcwl-add-button{
    padding-top: 9px;
    padding-left: 6px;
}
.yith-wcwl-wishlistaddedbrowse{
    padding-bottom: 20px;
    padding-top: 8px;
}
.yith-wcwl-wishlistexistsbrowse{
    padding-top: 9px;
    padding-bottom: 20px;
}
div.catalog-item__tools{
    margin-top: -15px;
}
div.menu__box  ul li:before{
    content: '|';
    font-size: 22px;
    line-height: 34px;
    position: relative;
    margin: 0 25px;
    color: #231f20;
}
li.sale > a{
    font-family: 'assistant';
    color: #ed0281 !important;
}

[dir=rtl] .slick-slide {
    float: left;
}

#yith-wcwl-popup-message {
    display: none!important;
}

div.reg_form_errors{
    color: red;
    text-align: right;
}

/**
 * max width...
 */
.main-slider,
.main-wrapper > div > .container,
.main-wrapper .breadcrumbs > .container {
	max-width: 1340px;
	width: 100%;
}
.main-wrapper .breadcrumbs > .container {
	margin: 0 auto;
}

/**
 * Footer
 */
.sub-form__input[type="checkbox"] {
	height: auto;
	padding: 0;
	-webkit-appearance: checkbox!important;
	margin: 0 0 0 0.625rem;
	width: auto;
	display: inline-block;
}
.footer-top__elem .wysija-checkbox-label {
	font-size: 13px;
	line-height: 1.4;
	font-weight: 400!important;
	margin: 10px 0;
}
.footer-top__elem .wysija-submit.wysija-submit-field {
	width: 100%;
}

/**
 * Utilities
 */
.dn {
	display: none;
}

/**
 * Product Archive
 */
.catalog-filter__item {
	margin-bottom: 1.25rem;
}
.catalog-filter__top > .fa {
	position: absolute;
	left: 1.25rem;
	line-height: 1.4;
	font-size: 18px;
}
.catalog-filter__top {
	position: relative;
}
.archive_description {
	text-align: right;
	padding-bottom: 1rem;
}
.catalog-item__img img {
	-o-object-fit: cover;
	object-fit: cover;
}

/**
 * Product Page
 */
#sizePopup {
	position: absolute;
	left: 50px;
	top: 11px;
	cursor: pointer;
}
.card-info__elem > .card-title {
	position: relative;
}
.card-info .card-controls__value .size-choose-item__size {
	width: 100%;
	padding: 10px;
	vertical-align: middle;
	display: table-cell;
	line-height: 1.2;
}

@media screen and (min-width: 990px) {
	.card-slider {
		padding-left: 30px;
	}
}
.single-product.single.woocommerce .main-wrapper > .menu + .woocommerce-error {
	display: none!important;
}
.card-title .yith-wcwl-wishlistexistsbrowse {
	width: 21px;
	height: 21px;
}

/**
 * Mfp
 */
.white-popup {
	position: relative;
	background: #FFF;
	padding: 20px;
	width:auto;
	max-width: 500px;
	margin: 20px auto;
}

/**
 * Cart/Payment page
 */
td .basket-controls {
	padding: 0 1rem;
}
@media screen and (min-width: 990px) {
	.basket-product, .basket-check {
		max-width: unset;
		/*width: 50%;*/
		padding: 0 0.625rem;
	}
	.basket-page__box {
		flex-direction: row-reverse!important;
		-webkit-flex-direction: row-reverse!important;
		-webkit-align-items: inherit!important;
	}
}
.basket-check {
	width: inherit;
}
.wc-terms-and-conditions {
	text-align: right;
}
.basket-page > .container {
	position: relative;
}
.basket-page.processing > .container:before {
	content: '';
	background-color: rgba(255,255,255,0.7);
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	z-index: 99;
}
.basket-page.processing>.container:after {
	content: '';
	width: 40px;
	height: 40px;
	background-color: #333;
	border-radius: 100%;
	top: 200px;
	left: calc(50% - 50px);
	position: absolute;
	z-index: 999;
	-webkit-transform: translateX(-20px);
	-moz-transform: translateX(-20px);
	-ms-transform: translateX(-20px);
	-o-transform: translateX(-20px);
	transform: translateX(-20px);
	-webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
	animation: sk-scaleout 1.0s infinite ease-in-out;
}
@-webkit-keyframes sk-scaleout {
	0% { -webkit-transform: scale(0) }
	100% {
		-webkit-transform: scale(1.0);
		opacity: 0;
	}
}

@keyframes sk-scaleout {
	0% {
		-webkit-transform: scale(0);
		transform: scale(0);
	} 100% {
		  -webkit-transform: scale(1.0);
		  transform: scale(1.0);
		  opacity: 0;
	  }
}
.basket-check__wrap > .box-title > p {
	margin-top: 0;
}
.shipping-tool-tip .lnr-question-circle {
	font-size: 29px;
	-webkit-transform: translateY(9px);
	-moz-transform: translateY(9px);
	-ms-transform: translateY(9px);
	-o-transform: translateY(9px);
	transform: translateY(9px);
}

/**
 * Products Archive
 */
@media screen and (max-width: 990px) {
	.catalog-page__box .catalog-filter {
		-webkit-box-ordinal-group: 1;
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1;
		margin: 0 auto;
	}
}
.catalog-page__box > .woocommerce-info {
	-webkit-box-ordinal-group: 2;
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1;
	max-width: 100%;
	width: -webkit-calc(100% - 320px);
	width: calc(100% - 320px);
	text-align: right;
}
.woo-category-name {
	text-align: right;
	font-size: 29px;
	line-height: 1.4;
	margin-bottom: 1.25rem;
}

/**
 * Contact Page
 */
.feedback-form__wrap {
	text-align: right;
}

/**
 * Branches Page
 */
p#errorBranch {
	display: block;
	padding: 1rem;
	text-align: right;
}
.location_filter {
	padding: 1rem 0;
	border-top: 1px solid #252525;
	border-bottom: 1px solid #252525;
}
.location_filter .jq-selectbox__select {
	position: relative;
	width: 150px;
}
.location_filter .jq-selectbox__select-text {
	position: absolute;
	left: 0;
	padding-right: 34px;
}

/**
 * Home Page
 */
[dir=rtl] .slick-prev {
	right: -55px;
}
[dir=rtl] .slick-arrow:before {
	background: black;
	padding: 1rem;
	margin: 0;
}
.products-carousel {
	opacity: 0;
	-webkit-transition: opacity .25s ease-in;
	-moz-transition: opacity .25s ease-in;
	-ms-transition: opacity .25s ease-in;
	-o-transition: opacity .25s ease-in;
	transition: opacity .25s ease-in;
}
.products-carousel.slick-initialized {
	opacity: 1;
}
.index-catalog-item {
	padding: 0 8px;
	margin-bottom: 16px;
}
.main-slider {
	/*margin: 60px auto 0;*/
	margin: 0 auto 0;
}
.page-template-tpl-page-home .my-title {
	margin-top: -18px;
}
.page-template-tpl-page-home .catalog-grid + .catalog-grid {
	margin-top: -40px;
}
/*[dir=rtl] .page-template-tpl-page-home .products-carousel .slick-arrow.slick-prev:before {*/
[dir=rtl] .page-template-tpl-page-home .slick-arrow.slick-prev:before {
	content: "\e876"!important;
	font-family: 'Linearicons-Free';
}
/*[dir=rtl] .page-template-tpl-page-home .products-carousel .slick-arrow.slick-next:before {*/
[dir=rtl] .page-template-tpl-page-home .slick-arrow.slick-next:before {
	content: "\e875"!important;
	font-family: 'Linearicons-Free';
}
.index-catalog-list {
	margin: 30px -7px auto;
}

/**
 * Wishlist Page fix
 */
.header-tools {
	z-index: 31;
}

/**
 * Mega Menu minor fix
 */
/* DK DIGITAL - CHANGED DUE TO LOGO REPOSITIONING 27.6.2020
.drop-menu-content {
	left: auto;
	right: 50%;
	-webkit-transform: translateX(50%);
	-moz-transform: translateX(50%);
	-ms-transform: translateX(50%);
	-o-transform: translateX(50%);
	transform: translateX(50%);
}
*/
.drop-menu-content {
    left: auto;
    right: 50%;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}
@media screen and (min-width: 1000px) and (max-width: 1520px) {
	.first_half .drop-menu-content {
		right: auto;
		left: 50%;
		-webkit-transform: translateX(-25%);
		-moz-transform: translateX(-25%);
		-ms-transform: translateX(-25%);
		-o-transform: translateX(-25%);
		transform: translateX(-25%);
	}
	.second_half .drop-menu-content {
		left: auto;
		right: 50%;
		-webkit-transform: translateX(25%);
		-moz-transform: translateX(25%);
		-ms-transform: translateX(25%);
		-o-transform: translateX(25%);
		transform: translateX(25%);
	}
}

/**
 * My Account
 */
.woocommerce-MyAccount-navigation ul li {
	margin-left: 15px;
}
#customer_login {
	text-align: right;
	max-width: 1340px;
	margin: 30px auto 0;
}
.woocommerce-account #main {
	max-width: 1340px;
	margin: 0 auto;
}
.woocommerce-MyAccount-content {
	text-align: right;
}
.woocommerce-MyAccount-content .woocommerce-Addresses {
	margin: 30px 0;
}

/**
 * Explorer fixes
 */
.yith-wcwl-add-to-wishlist img {
	width: 21px;
	height: 21px;
}
.yith-wcwl-wishlistexistsbrowse > a,
.yith-wcwl-wishlistaddedbrowse > a {
	margin-top: 9px;
	-webkit-transform: translateX(6px);
	-moz-transform: translateX(6px);
	-ms-transform: translateX(6px);
	-o-transform: translateX(6px);
	transform: translateX(6px);
}
.yith-wcwl-add-to-wishlist {
	height: 21px;
}
.jq-selectbox li {
	text-align: right;
}

/**
 * Header
 */
.header-top__box {
	padding: 0;
}

/**
 * Loader
 */
.js-main-slider,
.js-main-slider.slick-initialized,
.js-main-slider-mobile,
.js-main-slider-mobile.slick-initialized {
	-webkit-transition: opacity .25s;
	-moz-transition: opacity .25s;
	-ms-transition: opacity .25s;
	-o-transition: opacity .25s;
	transition: opacity .25s;
}
.js-main-slider,
.js-main-slider-mobile {
	opacity: 0;
}
.js-main-slider.slick-initialized,
.js-main-slider-mobile.slick-initialized {
	opacity: 1;
}
.slide_container {
	position: relative;
}
.js-main-slider button.slick-prev.slick-arrow,
.js-main-slider-mobile button.slick-prev.slick-arrow {
	right: 32px;
	z-index: 1;
}
.js-main-slider button.slick-next.slick-arrow,
.js-main-slider-mobile button.slick-next.slick-arrow {
	left: 0;
}
.js-main-slider-mobile .slick-slide img {
	width: 100%;
}
.loaderContainer {
	position: absolute;
	top: 170px;
	left: 50%;
	width: 100px;
	height: 100px;
	z-index: 1;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}

.loaderItem {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(0, -50%);
	background: #252525;
	height: 20%;
	width: 15px;
	border-radius: 7.5px;
	box-shadow: 0 0 25px white;
}

.loaderItem:nth-child(1) {
	left: -7.5px;
	animation: 0.8s osc ease infinite;
	animation-delay: 0.1s;
}

.loaderItem:nth-child(2) {
	left: 17.5px;
	animation: 0.8s osc ease infinite;
	animation-delay: 0.2s;
}

.loaderItem:nth-child(3) {
	left: 42.5px;
	animation: 0.8s osc ease infinite;
	animation-delay: 0.3s;
}

.loaderItem:nth-child(4) {
	left: 67.5px;
	animation: 0.8s osc ease infinite;
	animation-delay: 0.4s;
}

.loaderItem:nth-child(5) {
	left: 92.5px;
	animation: 0.8s osc ease infinite;
	animation-delay: 0.5s;
}

@keyframes osc {
	0% {
		height: 20%;
	}
	50% {
		height: 100%;
	}
	100% {
		height: 20%;
	}
}

/**
 * @Override classes
 */
.my-title,
.index-catalog-item__name {
//	font-family: OpenSansHebrew-Regular,sans-serif!important;
}
.my-title > svg {
	margin-top: 4px;
	padding-left: 10px;
}
.header-tools-panel-item,
.menu__box ul li a {
	font-size: 17px;
}
.catalog-filter__item .size-choose-item__size {
	width: initial;
	padding: 5px 10px;
	line-height: 1.6;
}
.catalog-filter .catalog-filter__item .size-choose {
	margin: 10px 0;
}
.catalog-item .catalog-trig__info p {
	font-size: 20px;
	padding-top: 5px;
	padding-right: 3px;
}
.catalog-item .catalog-trig .catalog-trig__img > img {
	width: 22px;
}
.catalog-item .catalog-trig {
	width: 170px;
	height: 130px;
}
.catalog-item .catalog-trig:before {
	border-width: 0 0 130px 130px;
}
.mini-cart-price {
	margin-right: 0!important;
}
.slick-dots li button:before {
	background: #252525;
	border-radius: 50%;
}
.page-template-tpl-page-home .catalog-item__one:hover .catalog-item__img img {
	opacity: 1!important;
}
.catalog-item__one:hover .catalog-item__img img {
	opacity: 1 !important;
}
@media screen and (max-width: 1024px) {
	.page-template-tpl-page-home .catalog-grid+.catalog-grid {
		margin: 40px 0;
	}
}
@media screen and (max-width: 991px) {
	.mobile-menu ul {
		padding: 20px 0;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column-reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}
	/*price pad*/
	.catalog-filter-links + .catalog-filter__item > div {
		padding: 0 1.25rem;
	}
}
.shipping-tool-tip .lnr-question-circle:after {
	content: 'i';
	width: 20px;
	height: 21px;
	position: absolute;
	background-color: #fff;
	border-radius: 50%;
	display: block;
	top: 6px;
	left: 4px;
	line-height: 14px;
	text-align: center;
	font-size: 23px;
}

/**
 * Visibility Classes (foundation 6)
 */
@media screen and (max-width: 39.9375em) {
	.hide-for-small-only {
		display: none !important; } }

@media screen and (max-width: 0em), screen and (min-width: 40em) {
	.show-for-small-only {
		display: none !important; } }

@media print, screen and (min-width: 40em) {
	.hide-for-medium {
		display: none !important; } }

@media screen and (max-width: 39.9375em) {
	.show-for-medium {
		display: none !important; } }

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
	.hide-for-medium-only {
		display: none !important; } }

@media screen and (max-width: 39.9375em), screen and (min-width: 64em) {
	.show-for-medium-only {
		display: none !important; } }

@media print, screen and (min-width: 64em) {
	.hide-for-large {
		display: none !important; } }

@media screen and (max-width: 63.9375em) {
	.show-for-large {
		display: none !important; } }

@media screen and (min-width: 64em) and (max-width: 74.9375em) {
	.hide-for-large-only {
		display: none !important; } }

@media screen and (max-width: 63.9375em), screen and (min-width: 75em) {
	.show-for-large-only {
		display: none !important; } }
/********************************/
/********************************/
/********************************/

.color-choose-item__color-wrap{
	box-shadow: 0 0 3px 0 #000;
}

.index-catalog-list__vertical-col .index-catalog-item figure {
	width: 100%;
}

@media screen and (max-width: 767px) {

	.index-catalog-item__name {
		font-weight: bold;
	}

	.index-page-catalog__box .index-catalog-list {
		margin-left: 0;
		margin-right: 0;
	}

	.index-catalog-list .index-catalog-list__vertical-col {
		-webkit-flex-direction: row;
		-moz-flex-direction: row;
		-ms-flex-direction: row;
		-o-flex-direction: row;
		flex-direction: row;
	}

	.index-catalog-list__vertical-col .index-catalog-item {
		flex-basis: 50%;
		max-width: 50%;
		height: 163px;
		padding: 0 4px;
		margin: 0 0 8px;
	}

	.index-catalog-list__vertical-col .index-catalog-item a {
		padding: 0;
	}

	.index-catalog-list__vertical-col .index-catalog-item  figure {
		margin: 0;
	}
}