/*!
Theme Name: Bar bat
Theme URI: http://underscores.me/
Author: Extra Digital
Author URI: https://www.extra.co.il/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: bar-bat
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Bar bat is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/


.alignnone, .aligncenter, .alignright, .alignleft {
	max-width: 100%;
}

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; 
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}


.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; 
}

.screen-reader-text:focus {
	background-color: #eee;
	clip: auto !important;
	clip-path: none;
	color: #444;
	display: block;
	font-size: 1em;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}
.spu-content a {
	display: inline-block;
	width: 100%;
}
.spu-content img {
	width: 100%;
	margin: 0 !important;
}

.blog-filter a.active {
	color: #BD29B4;
}

.services__girl-boy__icon-show {
	filter: brightness(0) invert(1);
}

.open-arrow {

border-radius: 100%;
display: inline-block;
color: rgb(143,119,194);
background: #fff;
cursor: pointer;
-webkit-transition: 0.5s;
transition: 0.5s;
font-size: 14px;
margin-right: 25px;
position: absolute;
    top: 2px;
    left: 20px;
	height: 20px;
	width: 20px;

}
.open-arrow span {
  position: relative;
  top: 2px;
  left: -3px;
}
  
  .rotate {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    color:rgb(4,233,212) 
	}
	
.wpcf7 input[type="url"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"] {
    direction: rtl;
}




/* Shop */





.pagewrap.wrap-shop {
	max-width: 1600px;
}

.wrap-shop .search_holder {
	margin-bottom: 20px;
}



/* categories */
.boxes.categories, .boxes.products {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px;
}

.boxes.categories .box, .boxes.products .box {
	width: 25%;
	padding: 20px 15px;
	display: block;
	height: auto;
	border: none;
	margin: 0;
}

.boxes.products .box .inner {
	background: #fff;
	padding: 15px; 
}


	
.boxes.categories .box .info, .boxes.products .box .info {
	background: #8f77d6;
	height: 65px;
	position: relative;
	
   
}

.boxes.categories .box .info {
	margin: 0px 30px;
	margin-top: -32px;
	transition: 0.25s;
	border: 4px solid #fff;
}

.boxes.products .box .info {
	background: #fff;
}

.boxes.products .box .part-bottom .price-quantity {
	display: flex;
	align-items: center;
}

.boxes.products .box .part-bottom .price-quantity .half {
	width: 50%;
	white-space: nowrap;
	position: relative;
}


.boxes.products .box .part-bottom .price-quantity .q-set{
	width: 50px;
	border-radius: 200px;
	text-align: center;
}

.boxes.products .box .part-bottom .price-quantity .price .cont, .boxes.products .box .part-bottom .price-quantity .price .cont ins {
	font-weight: bold;
	font-size: 22px;
	text-decoration: none;
	color: #e647a0;
}

.boxes.products .box .part-bottom .price-quantity .price .cont del {
	font-weight: normal;
	font-size: 16px;
	position: absolute;
	top: -23px;
	left: 50%;
	transform: translateX(-50%);
	color: #000;
	opacity: 1;
}

.boxes.products .box .part-bottom .price-quantity .half .label, .boxes.products .box .part-bottom .price-quantity .half .cont {
	display: inline-block;
	vertical-align: middle;
}


.boxes.products .box .part-bottom .buttons {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 15px;
}

.boxes.products .box .part-bottom .buttons .btn {
	width: 48%;
	font-weight: bold;
	
	background-image: linear-gradient(20deg, #CE20D3, #CE20D3, #ED5594, #ED5594);
	color: #fff;
	
	
	
	transition: 0.5s;
}
.boxes.products .box .part-bottom .buttons .btn:nth-child(1) {
    color: #3b3b3b;
	background: #e8ebf1;
}

.boxes.products .box .part-bottom .buttons .btn:hover {

}

.boxes.categories .box .info .title, .boxes.products .box .info .title {
	font-weight: bold;
	font-size: 18px;
	color: #fff;
	text-align: center;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 10px;
	right: 10px;
	margin: 0;
	transition: 0.5s;
}

.boxes.products .box .info .title {
	color: #8f77d6;
}

.boxes.categories .box:hover .info {
	background: #E442A5;
}

.boxes.categories .box .image, .boxes.products .box .image {
	height: 215px;
	position: relative;
	overflow: hidden;
	display: block;
	background: #fff;
}

.boxes.categories .box .image img, .boxes.products .box .image img {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	max-height: 100%;
}

.shop-title, .content-bottom {
	font-size: 18px;
	font-weight: bold;
	color: #202020;
}
.content-bottom {
	margin-top: 35px;
}

@media only screen and (max-width : 1400px) {
	.boxes.categories .box, .boxes.products .box {
		width: 25%;
	}
}
@media only screen and (max-width : 1200px) {
	.boxes.categories .box, .boxes.products .box {
		width: 33.333%;
	}
}

@media only screen and (max-width : 850px) {
	.wrap-shop .search_holder {
		float: none;
	}
	.wrap-shop .content {
		padding: 10px 10px 10px 10px;
	}
	
	.boxes.categories .box, .boxes.products .box {
		width: 50%;
		padding: 10px 5px;
	}
	.boxes.categories .box .image, .boxes.products .box .image {
		height: 150px;
	}
	.boxes.categories .box .info, .boxes.products .box .info {
		height: 50px;
		    margin-top: -25px;
	}
	
	.boxes.categories .box .info .title, .boxes.products .box .info .title {
		font-size: 15px;
		left: 5px;
		right: 5px;
	}
	
	.boxes.products .box .part-bottom .price-quantity {
		flex-direction: column;
	}

	.boxes.products .box .part-bottom .price-quantity .half {
		width: 100%;
	}
	
	.boxes.products .box .part-bottom .price-quantity .price {
		display: flex;
		justify-content: space-between;
		margin-top: 10px;
	}
	
	.boxes.products .box .part-bottom .buttons {
		flex-direction: column;
	}

	.boxes.products .box .part-bottom .buttons .btn {
		width: 100%;
		margin-top: 10px;
	}
	.boxes.products .box .part-bottom .price-quantity {
		margin-top: 5px;
	}
	
	.boxes.products .box .part-bottom .price-quantity .price .cont del {
		left: 0;
		transform: none;
	}
	.boxes.products .box .part-bottom .price-quantity .price .cont, .boxes.products .box .part-bottom .price-quantity .price .cont ins {
		font-size: 20px;
	}
	.boxes.products .box .part-bottom .buttons {
		margin-top: 5px;
	}
	.boxes.products .box .part-bottom .price-quantity .price .cont del {
		top: -18px;
	}
	
	.boxes.products .box .part-bottom .price-quantity .q-set {
		padding: 2px;
	}
		
}



.loading:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  content: "\f110";
  -webkit-animation: fa-spin .75s linear infinite;
          animation: fa-spin .75s linear infinite;
  height: 20px;
  width: 20px;
  line-height: 20px;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -10px;
  margin-top: -10px;
  color: #2c2c2c;
  z-index: 2; }
  
  
.boxes.products .box .buttons .btn {
	position: relative;
	padding: 10px 10px;
	white-space: nowrap;
}

.boxes.products .box .buttons .added_to_cart {
	display: none;
}

.boxes.products .box .buttons .add_to_cart_button .not-in-cart {
	display: inline-block;
}
.boxes.products .box .buttons .add_to_cart_button.added .not-in-cart {
	display: none;
}

.boxes.products .box .buttons .add_to_cart_button .in-cart {
	display: none;
}
.boxes.products .box .buttons .add_to_cart_button.added .in-cart {
	display: inline-block;
}


.shop-title-bigger {
	font-size: 36px;
	color: #3b3b3b;
	font-family: 'FbCampain';
	margin: 20px 0;
	text-align: center;
}

.single-product .page-title .pagewrap-single {
	max-width: 1600px;
}


section.product {
	padding: 45px 0;
}
section.product .share .text{
	color: #e647a0;
	font-weight: bold;
	font-size: 16px;
	margin: 0;
}

.share {
	position: absolute;
	left: 10px;
	top: 0;
	z-index: 9;
}

.share .icons {
	position: absolute;
	left: 0;
	top: 110%;
	display: none;
	white-space: nowrap;
}

.share .open-share-icons {
	white-space: nowrap;
	cursor: pointer;
	position: relative;
	z-index: 10;
}
.share .open-share-icons .text, .share .open-share-icons i {
	display: inline-block;
	vertical-align: middle;
}

.share .open-share-icons i {
	margin-right: 10px;
}
.share .icons a {
    float: none;
    line-height: 16px;
    padding: 0 2px;
    display: inline-block;
    margin-top: 5px;
}
.product .parts {
	display: flex;
	margin: 0 -40px;
}


.product .parts .part {
	width: 50%;
	padding: 0 40px;
	position: relative;
}


.product .gallery {
	display: flex;
	margin: 0 -10px;
}

.product .gallery .half {
	padding: 0 10px;
	position: relative;
}

.product .gallery .thumb {
	margin-top: 5px;
	cursor: pointer;
}

.product .gallery .thumb:first-child {
	margin-top: 0px;
}


.part-info .title {
	font-size: 36px;
	color: #3b3b3b;
	font-family: 'FbCampain';
}

.part-info .text {
	font-weight: normal;
	font-size: 18px;
	color: #202020;
	margin-top: 25px;
}
.quantity {
	display: flex;
	align-items: center;
}

.quantity .qty {
    background: #fff;
    border: 1px solid #bbbcc0;
    position: relative;
    z-index: 2;
	
	padding: 5px 10px;
	border-radius: 0;
	margin: 0;
	
	writing-mode:horizontal-tb;
	-webkit-appearance:textfield;
}
.quantity label {
	display: block;
    height: auto;
    width: auto;
    font-size: 16px;
    position: relative !important;
    clip-path: none;
	margin-left: 15px;
}


.price-cont {
	margin: 25px 0;
}

.price-cont ins .amount, .price-cont .price > .amount {
	color: #e647a0;
	font-size: 22px;
	font-weight: bold;
	text-decoration: none;
}
.price-cont ins {
    text-decoration: none;
}

.price-cont del {
	margin-left: 10px;
}

.price-cont .label, .price-cont .price {
	display: inline-block;
	vertical-align: middle;
	margin: 0;
}

.p-icons {
	margin-top: 30px;
	padding-top: 30px;
	display: flex;
	align-items: flex-end;
	border-top: 1px solid #d1d5dd;
}

.p-icons .p-icon {
	margin: 0 15px;
}

.quantity .qty {
    width: 75px;
    border-radius: 200px;
    text-align: center;
}

.single_add_to_cart_button {
    width: 48%;
    font-weight: bold;
    color: #fff;
    background-image: linear-gradient(20deg, #CE20D3, #CE20D3, #ED5594, #ED5594);
    transition: 0.5s;
	margin-top: 35px;
	padding: 15px;
	border-radius: 5px;
}
.single_add_to_cart_button:hover {
    box-shadow: 0px 0px 20px 0px rgba(15, 42, 195, 0.2);
}

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

	.share {
		top: -30px;
	}

	.part-info .title, .shop-title-bigger {
		font-size: 30px;
	}
	section.product {
		padding: 25px 0;
	}
	.product .parts {
		flex-wrap: wrap;
		margin: 0 0px;
	}

	.product .parts .part {
		width: 100%;
		padding: 0;
		margin-top: 15px;
	}
	
	.product .parts .part:nth-child(2) {
		
	}
	
	.p-icons {
		display: none;
	}
}


.floating-cart {
	position: fixed;
	left: 10px;
	bottom: 10px;
	height: 50px;
	width: 50px;
	background: #E646A0;
	color: #fff;
	box-shadow: 0px 2px 15px 0px rgba(50, 50, 50, 0.2);
	z-index: 99;
	border-radius: 100%;
	display: block;
}

.floating-cart i {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 22px;
}

.floating-cart .num {
    position: absolute;
    background: #6c1d7b;
    height: 25px;
    width: 25px;
    border-radius: 100%;
	top: -7px;
    right: -7px;

}

.floating-cart .num input {
	background: none;
	border: none;
	color: #fff;
	padding: 0;
	width: 10px;
	position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@media only screen and (max-width : 750px) {
	.cats-banner {
		display: none;
	}
}

.more-btn {
	display: inline-block;
	padding:  15px 30px;
	color: #fff;
	background: #872D8D;
	float: left;
	font-size: 20px;
	font-weight: bold;
	transition: 0.5s;
	margin-top: 30px;
	border-radius: 15px;
}

.more-btn i{
	margin-right: 5px;
	position: relative;
	left: 0;
	transition: 0.5s;
}
.more-btn:hover {
	background: #B93080;
}
.more-btn:hover i{
	left: -5px;
}

.woo .section-inner {
	padding: 10px;
}

.section__article h2 {
	margin-top: 25px;
	margin-bottom: 15px;
}

.wpulike .count-box {
	display: none;
}