@font-face {
    font-family: 'Sofia Pro Soft';
    src: url('../fonts/SofiaProSoftRegular.eot');
    src: url('../fonts/SofiaProSoftRegular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/SofiaProSoftRegular.woff2') format('woff2'),
        url('../fonts/SofiaProSoftRegular.woff') format('woff'),
        url('../fonts/SofiaProSoftRegular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Sofia Pro Soft';
    src: url('../fonts/SofiaProSoftBold.eot');
    src: url('../fonts/SofiaProSoftBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/SofiaProSoftBold.woff2') format('woff2'),
        url('../fonts/SofiaProSoftBold.woff') format('woff'),
        url('../fonts/SofiaProSoftBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
/* General */
body{
	font-family: 'Sofia Pro Soft', sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #757575;
}
ul.social-media-list{
	list-style:none;
	padding: 0;
	margin: 0;
}
ul.social-media-list li{
	display: inline-block;
	margin-right: 5px;
}
a, a:focus, a:active, button, button:focus, button:active {
	outline: none !important;
	box-shadow: none !important;
}
h1, h2, h3, h4, h5, h6{
	font-weight: bold;
}
a{
	transition: .3s;
	color: #000;
}
a:hover{
	color: #000;
	opacity: .8;
	text-decoration: none;
}

h1.title-section, h2.title-section, h3.title-section, p.title-section{
	text-align: left;
	position: relative;
	margin-bottom: 30px;
  	color: #000;
}
h1.title-section {
	font-size: 2rem;
}
/* Newsletter header */
p.title-section {
	font-size: 1.75rem;
	font-weight: bold;
	text-align: center;
}


h2.font175 {
	font-size: 1.75rem;
}

h1.title-section::after, h2.title-section::after, h3.title-section::after, p.title-section::after{
	content: '';
	width: 50px;
	height: 3px;
	background: #fcf15b;
	display: block;
	margin: 0;
	top: 10px;
	position: relative;
}
p.title-section::after {
	margin: auto;
}
h1.homepage-title {
	margin-top: 2rem;
	text-align: center;
}
h1.homepage-title::after {
	margin: auto;
}
h2.title-section {
	text-align: center;
}
h2.title-section::after {
	margin: auto;
}
p.subtitle-section{
	text-align: center;
	margin-bottom: 30px;
	color: #757575;
}
.center {
	text-align: center !important;
}
.center::after {
	margin: 0 auto !important;
}
.btn-outline-primary,
.btn-outline-primary:disabled,
.nav-links a{
	border: 1px solid #fcf15b;
	color: #000;
	background: #fcf15b;
	text-transform: uppercase;
	border-radius: 40px;
	padding: 5px 20px;
  transition: .3s;
}
.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary:active,
.nav-links a{
	background: #fcf15b!important;
	color: #000!important;
	border-color: #fcf15b!important;
	outline: none!important;
	box-shadow: none!important;
}
.btn-outline-primary:hover{
  opacity: .6!important;
}
.btn-primary{
	background: #fcf15b!important;
	border-radius: 40px!important;
	border: 1px solid #fcf15b!important;
	text-transform: uppercase!important;
	padding: 5px 20px!important;
	color: #000!important;
  transition: .3s;
}
.btn.btn-secondary{
	background: #e60023!important;
	border-radius: 40px!important;
	border: 1px solid #e60023!important;
	text-transform: uppercase!important;
	padding: 5px 20px!important;
	color: #fff!important;
	display: inline-block!important;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus{
	outline: none!important;
	box-shadow: none!important;
	color: #000!important;
  opacity: .6;
}
.bg-pattern{
	background-image: url('https://bananapanda.com/wp-content/uploads/2020/08/pattern-banana.svg');
	background-size: 25%;
}
.owl-nav{
	position: absolute;
	top: 32%;
	font-size: 30px;
	width: 100%;
  z-index: -1;
}
button.owl-next{
	float: right;
	right: -40px;
	position: relative
}
button.owl-prev{
	float: left;
	left: -40px;
	position: relative
}
button.owl-prev,
button.owl-next{
	background: none!important;
}
button.owl-prev:hover,
button.owl-next:hover{
	color: #000!important;
}
@media(min-width: 1360px){
	.container{
		max-width: 1330px;
	}
}
/* header */
.top-bar{
	padding: 10px 0;
}
.top-bar i{
	position: relative;
	margin-right: 5px;
	font-size: 18px;
}
.navbar-brand{
	margin: 0;
}
nav#main-nav{
	height: 120px;
	background: #ffffff;
	z-index: 999;
	transition: .3s;
}
.is-sticky nav#main-nav{
	height: 100px;
	box-shadow: 5px 5px 10px 1px rgba(0,0,0,0.1)!important;
}
.shop-menu{
	position: relative;
	top: -4px;
}
.shop-menu a img,
span.cart-menu img{
	width: 23px;
	height: 20px;
}
.shop-menu a{
	margin-left: 10px;
	transition: .3s;
}
.shop-menu a:hover{
	opacity: .7;
}
.shop-menu i{
	margin-left: 5px;
	font-weight: 700;
}
div#title-page-row{
	background: #fafafa;
	padding: 20px 0;
	text-transform: uppercase;
}
h2.title-page{
	text-align: center;
	margin: 0;
	font-size: 24px;
}
nav.woocommerce-breadcrumb{
	margin: 0!important;
	font-size: 14px!important;
	text-transform: none;
}
nav.woocommerce-breadcrumb a{
	color: #000!Important;
}
.wholesale{
	position: absolute;
	top: -48px;
	right: 0;
	background: #e60023;
	padding: 5px 15px;
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
	color: #ffffff!important;
	font-size: 14px;
	text-transform: uppercase;
}
.is-sticky .wholesale{
	top: -38px;
	font-size: 12px;
}
a.cart-menu{
  margin-right: 8px;
}
/*Anton*/

#wishlist_counter {
	position: relative;
}
#wishlist_counter span,
span.cart-num{
  font-size: 14px;
  font-weight: 300;
  position: relative;
  top: 4px;
  margin-left: 2px;
  color: #757575;
  position: absolute;
}

@media(max-width:991px){
  #wishlist_counter span,
  span.cart-num{
    font-size: 10px;
    top: 3px;
  }
}

button.button.woof_submit_search_form{
  border: 1px solid #fcf15b;
  color: #000!important;
  background: #fcf15b!important;
  text-transform: uppercase;
  border-radius: 40px;
  padding: 5px 20px;
  font-weight: 400!important;
  margin: 10px 0;
}
.woof_redraw_zone .filterTabs .filterTabsTab {
  color: #000;
}
@media(min-width: 991px){
  ul.woof_list.woof_list_checkbox li{
    display: inline-block;
  }
  .woocommerce-notices-wrapper{
    margin-bottom: 40px;
  }
  .shop-filter .widget{
    margin-bottom: 10px;
  }
  .woof_products_top_panel{
    margin-top: -10px;
  }
  .woof_redraw_zone .filterTabs .filterTabsTab {
  	display: inline-block;
  	margin-right: 10px;
  	border: 1px solid #dddddd;
  	padding: 6px 15px;
    user-select: none;
    font-size: 14px;
    cursor: pointer;
    position: relative;
  }
  .filterTabs .filterTabsTab.active {
  	border-bottom-color: #fff;
  }
  .woof_redraw_zone .woof_container {
  	display: none;
  }
  .woof_submit_search_form_container {
  	display: none;
  }
  .filter-tab-icon{
    margin-left: 5px;
  }
  .filterTabsTab .filter-tab-icon i{
    transition: .2s;
  }
  .filterTabsTab.active .filter-tab-icon i{
    transform: rotate(-180deg);
  }
  .woof_container_inner{
    padding: 10px 10px 5px 10px;
    border: 1px solid #dddddd;
    margin-top: 5px;
  }
  .filterTabsTab.active::after{
    content: '';
    position: absolute;
    z-index: 1;
    display: block;
    background: #fff;
    width: calc(100% + 2px);
    height: 7px;
    left: -1px;
    bottom: -7px;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
  }
  .woof_submit_search_form_container{
    display: none;
  }
}
/*Anton*/

@media(min-width: 991px){
  nav.woocommerce-breadcrumb{
    padding-left: 120px!important;
  }
	.logo .navbar-brand {
		position: relative;
		z-index: 1;
		left: -12px;
		transition: all 0.3s;
		top: 34px;
	}
	.logo .navbar-brand img{
		height: 160px;
		transition: all 0.3s;
	}
	.is-sticky .logo .navbar-brand{
		top: 30px;
	}
	.is-sticky .logo .navbar-brand img{
		height: 125px;
	}
	.sticky-wrapper {
		height: 164px!important;
	}
}
@media(max-width: 991px){
	.logo .navbar-brand img{
		height: 60px;
	}
	nav#main-nav{
		padding: 5px 10px;
		height: auto;
	}
	.is-sticky nav#main-nav{
		height: auto;
	}
	.shop-menu a img{
		width: 20px;
		height: 20px;
	}
	.shop-menu a{
    position: relative;
		margin-left: 7px;
	}
	.top-fiexed-logo img{
		width: 85px;
	}
	.top-bar{
		font-size: 12px;
		padding: 5px 0;
	}
	.logo{
		text-align: center;
	}
}
/* menu */
ul#main-menu .menu-item{
	text-transform: uppercase;
	font-weight: 700;
}
.navbar-light .navbar-nav .nav-link{
	color: #000;
}
.current-menu-item{
	position: relative;
}
.current-menu-item::after,
.current-menu-parent::after{
	content: '';
	background: #fcf15b;
	width: 100%;
	height: 2px;
	display: block;
	position: absolute;
	left: 0;
}
.current-product-parent::after{
  display: none!important;
}
ul.dropdown-menu.show .current-menu-item::after{
  display: none;
}
ul.dropdown-menu.show .current-menu-item .dropdown-item{
  font-weight: 600;
}
.dropdown-item:active,
.dropdown-item:focus,
.dropdown-item:hover{
	background: #f0f0f0;
}
.dropdown-toggle::after{
	border: none;
	content: "\f107";
	font-family: 'Line Awesome Free';
  font-weight: 900;
	vertical-align: 0;
	position: absolute;
	right: 10px;
	color: #000!important;
}
.dropdown-menu{
	border: 1px solid #f0f0f0;
	background: #fafafa;
	top: 50px;
	border-radius: 0;
	padding: 10px 0;
	box-shadow: 5px 5px 10px 1px rgba(0,0,0,0.1)!important;
}
ul.dropdown-menu .menu-item{
  padding: 0!important;
}
.dropdown-item{
  padding: 5px 15px!important;
}
@media(min-width: 1360px){
	ul#main-menu .menu-item{
		padding:  0 10px;
	}
}
@media(max-width: 1250px){
	ul#main-menu .menu-item{
		font-size: 14px;
	}
}
/* mobile menu */
@media(max-width: 991px){
  .current-menu-item::after,
  .current-menu-parent::after{
    display: none;
  }
  .dropdown-item:active,
  .dropdown-item:focus,
  .dropdown-item:hover{
    background: transparent;
  }
  .current-menu-item .nav-link,
  .current-menu-parent .current-menu-item a,
  .current-menu-parent .dropdown-toggle{
    color: #e60023!important;
  }
	.overlay-dark-menu{
		background: #000000;
		position: fixed;
		top: 0;
		left: 0;
		height: 100%;
		width: 100%;
		z-index: 999;
		opacity: .7;
		display: none;
	}
	.menu-block{
		position: fixed;
		width: 90%;
		background: #ffffff;
		left: -90%;
		z-index: 999;
		height: 100%;
		top: 0;
		padding: 40px 20px 20px;
		transition: .3s;
	}
	.menu-block.show{
		left: 0;
	}
	ul#main-menu{
		width: 100%;
	}
	ul#main-menu .menu-item{
		font-size: 14px;
	}
	.nav-link {
		padding:6px 0;
    border-bottom: 1px solid #ddd;
	}
  ul.dropdown-menu.show{
    padding: 8px 0 8px 10px;
    background: #fff;
    border: none;
    box-shadow: none!important;
  }
  .dropdown-item{
    padding: 6px 0px!important;
    font-weight: 600;
    font-size: 12px;
    border-bottom: 1px solid #ddd
  }
}
@media(min-width: 991px){
	.dropdown-toggle::after{
		display: none;
	}
}
/* mobile toggler */
.navbar-light .navbar-toggler{
	position: relative;
	z-index: 999;
	padding: 0;
}
span.icon-bar.top-bar{
	padding: 0;
}
.icon-bar {
	width: 25px;
	height: 2px;
	background-color: #000000;
	display: block;
	transition: all 0.2s;
	margin-top: 5px;
}
.dropdown-item:active{
	color: #16181b;
}
.navbar-toggler {
  border: none;
  background: transparent !important;
}
.navbar-toggler.collapsed .top-bar {
  transform: rotate(0);
}
.navbar-toggler.collapsed .middle-bar {
  opacity: 1;
}
.navbar-toggler.collapsed .bottom-bar {
  transform: rotate(0);
}
.menu-block .navbar-toggler .top-bar {
  transform: rotate(45deg);
  transform-origin: 10% 10%;
}
.menu-block .navbar-toggler .middle-bar {
  opacity: 0;
}
.menu-block .navbar-toggler .bottom-bar{
  transform: rotate(-45deg);
  transform-origin: 10% 90%;
}
@media(max-width: 991px){
	.menu-block .navbar-toggler{
		position: absolute;
		right: 15px;
		top: 15px;
	}
}
/* search */
div#search-box{
	border-top: 10px solid #fcf15b;
	position: fixed;
	top: 0;
	left: 0;
	background: #ffffff;
	width: 100%;
	height: 100%;
	z-index: 99999;
	padding-top: 30px;
	display: none;
}
.close-search{
	position: absolute;
	right: 20px;
	top: 10px;
	font-size: 25px;
	cursor: pointer;
	color: #000000!important;
}
div#search-box input#woocommerce-product-search-field-0{
	border: none;
	border-bottom: 1px solid #fcf15b!important;
	text-align: center;
	font-size: 25px;
	height: 40px;
}
div#search-box button.submit.btn.btn-primary{
	border: none;
	border-radius: 0;
	color: #000000;
	background: none;
	font-size: 20px;
}
.search-box-content .btn.btn-primary img{
	width: 20px;
}
@media(min-width: 1024px){
	#search-box input#woocommerce-product-search-field-0:focus{
		border-bottom: 2px solid #000;
	}
}
@media(max-width: 1024px){
	div#search-box{
		padding-top: 60px;
	}
	div#search-box input#woocommerce-product-search-field-0{
		font-size: 14px;
	}
	div#search-box button.submit.btn.btn-primary{
		font-size: 16px;
	}
}
/* additional menu and social mobile */
.bottom-mobile-menu{
	border-top: 1px solid #dddddd;
	background: #f0f0f0;
	width: 100%;
	left: 0;
	padding: 20px;
	position: absolute;
	bottom: 0;
}
.social-menu-mobile{
	padding-top: 10px;
}
.social-menu-mobile a{
	color: #000000;
	font-size: 20px;
}
.social-menu-mobile ul.social-media-list li{
	margin-right: 10px;
}
.additional-menu-mobile ul{
	list-style: none;
	padding: 0;
	font-weight: 700;
	text-transform: uppercase;
}
.additional-menu-mobile ul li{
	margin-bottom: 8px;
}
.additional-menu-mobile ul li a{
	color: #000000;
}
/* footer */
#wrapper-footer{
	background: #eee;
	color: #000000;
}
.site-footer{
	padding: 40px 0;
}
#wrapper-footer a{
	color: #000000;
}
ul.nav-footer{
	padding: 0;
	list-style: none;
	margin: 0;
}
ul.nav-footer li{
	margin-bottom: 8px;
}
.footer-nav h6, .footer-nav p{
	font-size: 20px;
	text-transform: uppercase;
	margin-bottom: 20px
}
.copyrights{
	text-transform: uppercase;
	font-size: 14px;
	padding: 10px 0;
	border-top: 1px solid #cccccc;
	background: #ddd;
}
.logo-payments img{
	padding: 0 5px;
  width: 26%;
  margin-bottom: 10px;
}
ul.social-media-list{
	font-size: 20px;
}
@media(max-width: 991px){
	#wrapper-footer .col-lg{
		margin-bottom: 30px;
	}
	#wrapper-footer .col-lg:last-child{
		margin-bottom: 0px;
	}
  .logo-payments img{
    width: 16%;
  }
}
/* shop loop */
.hover-img{
	position: absolute;
	top: 0;
	opacity: 0;
	width: 100%;
	transition: opacity .5s;
}
.product:hover .hover-img{
	opacity: 1;
}
.woocommerce ul.products li.product a:hover{
	opacity: 1;
}

h2.woocommerce-loop-product__title{
	font-size: 16px;
	text-align: center;
	color: #000000;
	padding: .5em 0;
	margin: 0;
}
.product span.price{
	display: block;
	font-weight: 400;
	margin-bottom: .5em;
	font-size: .857em!important;
	text-align: center;
	color: #000!important;
}
.add-to-cart-container{
	text-align: center;
}
.add-to-cart-container .btn-block{
	display: inline-block;
	width: auto;
}
.lp-ipt{
	position: absolute;
	left: 5px;
	top: 5px;
	z-index: 9;
}
.lp-ipt .ipt_info{
	margin-bottom: 5px;
	border: 2px solid #fff;
  float: left;
  clear: both;
	background: #ffffff;
	font-size: 14px;
	line-height: 14px;
	padding: 3px 6px;
	text-transform: uppercase;
  border-radius: 10px;
}
.yith-wcwl-add-to-wishlist a.add_to_wishlist>img, .yith-wcwl-add-to-wishlist a.delete_item>img, .yith-wcwl-add-to-wishlist a.move_to_another_wishlist>img {
  margin-right: 0;
}
.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist{
	left: auto;
	right: 0;
  top: -15px
}
#yith-wcwl-popup-message {
  margin-left: 0!important;
  width: 100%;
  line-height: 1.5!important;
  box-shadow: 0 0 15px rgba(0,0,0,.3)!important;
  left: 0;
  top: 0;
  z-index: 999999;
  background: #e60023;
  color: #fff;
  font-weight: 400;
}
.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist img{
  width: 23px!important;
}
.owl-stage-outer {
  padding-top: 20px;
}
.product span.price ins{
	text-decoration: none;
}
.product span.price del{
	color: #777;
}
@media(max-width: 991px){
	.lp-ipt .ipt_info{
		font-size: 10px;
		line-height: 10px;
	}
}
/* bestsellers */
section.bestseller{
	padding: 4vh 0;
}
.product a:hover{
	opacity: 1;
}
.bestseller img{
	margin: 0 0 1em;
}
.owl-dots{
	margin-top: 30px!important;
}
.owl-theme .owl-dots .owl-dot.active span{
	background: #000;
}
/* homepage */
/* slider */
.full-row-slide{
	position: relative;
}
.content-slider-full{
	position: absolute;
	top: 50%;
	text-align: center;
	left: 50%;
	transform: translate(-50%,-50%);
	max-width: 1000px;
	width: 100%;
}
.photo-slider img{
	width: 100%;
	height: 100%;
}
.content-slider{
	height: 100%;
}
.box-content{
	width: 100%;
	padding: 0 80px;
}
p.title-slider {
	font-weight: bold;
	line-height: 1.2;
}
p.title-slider, h2.title-slider{
	font-size: 55px;
	margin-bottom: 30px;
}
p.text-slider{
	font-size: 30px;
	line-height: 30px;
}
a.btn.btn-slider{
	margin-top: 20px;
	text-transform: uppercase;
	padding: 5px 20px;
	border-radius: 40px;
  transition: .3s;
}
a.btn.btn-slider:hover{
  opacity: .6;
}
.carousel-indicators li{
	border: 2px solid #ffffff;
	width: 10px;
	height: 10px;
	border-radius: 20px;
	background: none;
}
.carousel-indicators li.active{
	background: #fff;
}
@media(max-width: 1600px){
	p.title-slider, h2.title-slider{
		font-size: 32px;
	}
	p.text-slider{
		font-size: 18px;
	}
}
@media(max-width: 1300px){
	.box-content{
		padding: 0 40px;
	}
	p.title-slider, h2.title-slider{
		font-size: 24px;
		margin-bottom: 10px;
	}
	a.btn.btn-slider{
		margin-top: 0;
	}
}
@media(max-width: 991px){
	.box-content{
		padding: 50px 30px;
	}
	p.title-slider, h2.title-slider{
		font-size: 26px;
		margin-bottom: 20px;
	}
	p.text-slider{
		font-size: 16px;
	}
	a.btn.btn-slider{
		margin-top: 10px;
	}
	.content-slider{
		text-align:center;
	}
}
/* baners homepage */
section.banners-photo{
	padding: 4vh 0;
}
.photo-banner{
	position: relative;
	text-align: center;
	background: #000000;
}
.image-banner{
	overflow: hidden;
}
.image-banner img{
	transition: .3s;
	opacity: .8;
	width: 100%;
	height: 100%;
}
.photo-banner:hover img{
	transform: scale(1.1);
	opacity: 1;
}
.content-photo-banner{
	position: absolute;
	top: 50%;
	width: 100%;
	max-width: 70%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.content-photo-banner h5{
	font-size: 30px;
	margin-bottom: 10px;
	color: #ffffff;
}
p.con-b-pb{
	margin-bottom: 5px;
}
p.con-s-pb{
	margin-bottom: 0;
	font-weight: bold;
	font-size: 14px;
}
@media(max-width: 991px){
	.content-photo-banner h5{
		font-size: 20px;
	}
}
/* Featured products */
section.featured-products{
	padding: 4vh 0 4vh;
}
/* instagram  */
.content-ipwt{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	background: #ffffff;
	padding: 40px;
	text-align: center;
	z-index: 9;
}
.intagram-section{
	position: relative;
}
.content-ipwt h5, .content-ipwt p{
	font-size: 20px;
	margin-bottom: 10px !important;
}
.content-ipwt p{
	margin-bottom: 0;
}
.social-media-ipwt{
	font-size: 24px;
	margin-top: 20px;
}
.social-media-ipwt li{
	margin-right: 15px!important;
}
.social-media-ipwt li a{
	color: #ffffff;
}
@media(max-width: 991px){
	.sbi_item{
		width: 33%!important;
	}
}
/* banners-masonary-grid */
section.banners-masonary-grid{
	padding: 4vh 0;
	background: #fafafa;
}
.bmg-content{
	position: relative;
}
.bmg-box a:first-child .bmg-content{
	margin-bottom: 30px;
}
.bmg-content h6, .bmg-content h3{
	font-size: 1rem;
	position: absolute;
	left: 10px;
	top: 10px;
	z-index: 1;
	background: #ffffff;
	padding: 5px 10px;
	font-weight: 400;
  border-radius: 10px;
}
.bmg-content h6.right-side, .bmg-content h3.right-side{
  left: auto;
  right: 10px;
}
.bmg-content h6.bottom-side, .bmg-content h3.bottom-side{
  top: auto;
  bottom: 10px;
}
.bmg-content img{
	height: 100%;
}
.bmg-content{
	overflow: hidden;
}
.bmg-content img{
	transition: .3s;
  width: 100%;
}
.bmg-content:hover img{
	transform: scale(1.1);
	opacity: .7;
}
@media(max-width: 991px){
	.bmg-box a:first-child .bmg-content{
		margin-bottom: 15px;
	}
	.bmg-box a .bmg-content{
		margin-bottom: 15px;
	}
}
/* newsletter */
section.newsletter{
	padding: 8vh 0;
	background-color: #fafafa;
}
.newsletter-form{
	max-width: 500px;
	margin: auto;
	background: #ffffff;
	box-shadow: 5px 5px 10px 1px rgba(0,0,0,0.1)!important;
	border-radius: 40px;
}
.newsletter-form input{
	width: 100%;
	height: 50px;
	padding: 0 20px;
	border: none;
}
.email-news{
	display: inline-block;
	width: 70%;
}
.email-news input[type="email"]{
	border-top-left-radius: 40px;
	border-bottom-left-radius: 40px;
}
.btn-news{
	float: right;
}
.btn-news input[type="submit"]{
	padding: 0 30px;
	background: #fcf15b;
	color: #000000;
	text-transform: uppercase;
	border-top-right-radius: 40px;
	border-bottom-right-radius: 40px;
  transition: .3s;
}
.btn-news input[type="submit"]:hover{
  opacity: .6;
}
@media(max-width: 700px){
	.email-news{
		width: 55%;
	}
}
section.carousel-banners-photo{
	padding: 4vh 0;
}
.box-pbc{
	background: #000;
	position: relative;
}
.image-pbc{
	overflow: hidden;
}
.image-pbc img{
	transition: .3s all;
	opacity: .8
}
.image-pbc:hover img{
	transform: scale(1.1);
	opacity: 1;
}
.content-pbc{
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1;
	transform: translate(-50%,-50%);
	color: #ffffff;
	width: 100%;
	text-align: center;
	max-width: 70%;
}
.content-pbc h5{
	font-size: 34px;
}
.post-blog{
	padding: 4vh 0;
}
.blog-box{
	background: #ffffff;
	box-shadow: 5px 5px 10px 1px rgba(0,0,0,0.1)!important;
	margin-bottom: 20px;
	overflow: hidden;
}
.description-blog{
	padding: 30px;
  color: #757575;
}
.description-blog p{
	margin-bottom: 0;
}
.post-blog a{
	display: block;
}
.post-blog h6, .post-blog h3{
	font-size: 20px;
	margin-bottom: 20px;
}
.post-blog .owl-stage{
	display: flex;
}
.post-blog .item{
  display: flex;
  flex: 1 0 auto;
	height: 100%;
}
/* shop filter */
.widget h2.widgettitle, .widget p.widgettitle{
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
  color: #000;
}
.shop-filter .widget ul{
	list-style: none;
	padding: 0;
  color: #000;
  user-select: none;
}
.widget span.count{
	display: none;
}
@media(max-width: 991px){
	.shop-filter .widget{
		width: 100%;
	}
}
/* banner category */
.category-promo-banner img{
	width: 100%;
}
.content-category-banner{
	padding: 0 30px;
}
.content-category-banner h5{
	font-size: 30px;
	margin-bottom: 20px;
}
.content-category-banner p{
	margin-bottom: 0;
	font-size: 18px;
}
@media(max-width: 991px){
	.content-category-banner{
		padding: 30px 0;
	}
	.content-category-banner h5{
		font-size: 22px;
		margin-bottom: 10px;
	}
	.content-category-banner p{
		font-size: 16px;
	}
}
/* cart slide */
.xoo-wsc-icon-cross::before{
	content: ''!important;
	width: 15px;
	height: 1px;
	background: #000000;
	position: relative;
	display: block;
	transform: rotate(45deg);
}
.xoo-wsc-icon-cross::after {
	content: '';
	width: 15px;
	height: 1px;
	display: block;
	background: #000;
	transform: rotate(-45deg);
	position: relative;
	top: -1px;
}

/* my account */
.woocommerce-account .woocommerce-MyAccount-navigation{
	width: 20%;
	border-right: 1px solid #ddd;
}
.woocommerce-account .woocommerce-MyAccount-content{
	width: 78%;
	padding-left: 20px;
}
.woocommerce-account .woocommerce-MyAccount-navigation .list-group-item{
	border: none;
	background: none;
	padding: 10px;
}
.woocommerce-account .woocommerce-MyAccount-content input{
	width: 100%!important;
	border: 1px solid #aaa;
	padding: 8px 10px;
}
.woocommerce-account .woocommerce-MyAccount-content  span.password-input{
	width: 100%;
}
.woocommerce-account .woocommerce-MyAccount-content legend,
header.woocommerce-Address-title.title h3{
	font-size: 16px;
	padding: 10px 0;
	font-weight: bold;
}
.woocommerce-info{
	border-color: #e60023;
  background: #fafafa;
  font-size: 14px;
}
.woocommerce-info::before{
  color: #000;
}
a.go-to-shop {
    text-decoration: underline;
    font-weight: bold;
    margin-left: 10px;
}
.woocommerce-account .addresses .title .edit{
	background: #000;
	padding: 5px 15px;
	color: #ffff;
}
@media(max-width: 1024px){
	.woocommerce-account .woocommerce-MyAccount-navigation{
		width: 100%;
		border: none;
		font-size: 12px;
	}
	.woocommerce-account .woocommerce-MyAccount-navigation .list-group-item{
		padding: 5px;
	}
	.woocommerce-account .woocommerce-MyAccount-content{
		padding: 0;
		width: 100%;
		margin-top:30px;
	}
}
/* login */
.woocommerce .col2-set, .woocommerce-page .col2-set{
  width: auto;
}
.select-login-register{
  padding: 20px 0 0;
  text-align: center;
}
.switch-log-reg{
  display: inline-block;
  width: 49%;
  font-size: 16px;
  color: #000000;
  text-transform: uppercase;
  font-weight: bold;
  position: relative;
}
.line-affter-acc{
  height: 1px;
  margin-top: 10px;
  background: #dddddd;
}
form.woocommerce-form .btn-outline-primary{
	display: block;
	width: 100%;
}
a.switch-log-reg.active::after {
  content: '';
  height: 3px;
  width: 100%;
  background: #000;
  display: block;
  position: absolute;
  left: 0;
  top: 31px;
}
.woocommerce form.login, .woocommerce form.register{
  border: none;
}
.u-column1 span.password-input,
.u-column2 span.password-input{
  width: 100%!important;
}
p.woocommerce-LostPassword.lost_password a{
  font-size: 12px;
  color: #000!important
}
.welcome-text-reg.text-center{
  margin-bottom: 20px;
}
.welcome-text-reg.text-center h6{
  margin-bottom: 10px;
  font-weight: bold;
}
.woocommerce-privacy-policy-text{
  font-size: 12px;
  padding: 0 5px;
}
/* cart */
.wc-proceed-to-checkout{
  text-align: center;
}
.wc-proceed-to-checkout a.btn.btn-primary.btn-block {
  display: inline-block!important;
  width: auto!important;
}
table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents thead,
table.shop_table.shop_table_responsive tr.cart-subtotal{
  background: #fafafa;
}
form.woocommerce-cart-form{
	width: 65%;
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
}
.woocommerce .cart-collaterals, .woocommerce-page .cart-collaterals {
	width: 33%;
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
}
.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals
{
	width: 100%;
}
.cart_totals h2{
	display: none;
}
.woocommerce table.shop_table{
	border-radius: 0
}
form.woocommerce-cart-form .btn.btn-outline-primary{
	width: auto;
}
input#coupon_code{
	height: 40px
}

@media(max-width: 768px)
{
	form.woocommerce-cart-form,
	.woocommerce .cart-collaterals, .woocommerce-page .cart-collaterals{
		width: 100%;
	}
	input#coupon_code{
		width: 30%!important;
	}
  tr.woocommerce-cart-form__cart-item.cart_item{
    margin-top: 10px;
  }
  .woocommerce table.cart .product-thumbnail, .woocommerce-page #content table.cart .product-thumbnail, .woocommerce-page table.cart .product-thumbnail {
    display: block;
  }
}
/* checkout */
div#order_review .btn-primary{
	margin: auto;
}
.woocommerce-billing-fields,
.woocommerce-shipping-fields,
.woocommerce-additional-fields,
div#order_review{
	font-size: 16px;
}
table.shop_table.woocommerce-checkout-review-order-table td:first-child{
	width: 50%;
}
h3#order_review_heading,
.woocommerce-billing-fields h3,
h3#ship-to-different-address
{
	font-size: 16px;
  color: #000;
  font-weight: 400;
}
.form-control{
	border-radius: 0;
	height: auto;
	font-size: 14px
}
.woocommerce-billing-fields input:focus,
.form-control:focus,
.woocommerce-shipping-fields input:focus{
	outline: none!important;
	box-shadow: none!important;
	border-color: #000;
}
table.shop_table.woocommerce-checkout-review-order-table,
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment
{
	border-radius: 0
}
.woocommerce button.button.alt{
	background: #000!important;
	font-size: 12px;
	border-radius: 0;
	width: 100%;
}
.woocommerce-notice--success{
	text-align: center;
	margin-bottom: 30px;
	font-size: 20px;
	font-weight: bold;
}
.woocommerce-thankyou-order-details,
.wc-bacs-bank-details{
	padding: 0;
	text-align: center;
	margin-bottom: 20px!important;
}
.woocommerce-thankyou-order-details li,
.wc-bacs-bank-details li{
	display: block!important;
	float: none!important;
	margin: 0!important;
	margin-bottom: 10px!important;
	border: none!important;
	padding: 0!important;
}
.woocommerce-thankyou-order-details li strong,
.wc-bacs-bank-details li strong{
	font-size: 14px!important;
}
.woocommerce-order {
	font-size: 16px!important;
}
.woocommerce-order p{
	font-size: 14px;
	text-align: center;
}
section.woocommerce-bacs-bank-details{
	text-align: center;
}
section.woocommerce-bacs-bank-details h2{
	margin-top: 20px;
	font-size: 14px;
	font-weight: bold;
}
section.woocommerce-bacs-bank-details h3{
	font-weight: 400!important;
	font-size: 14px;
}
section.woocommerce-order-details h2{
	font-size: 18px;
	text-align: center;
	margin-bottom: 20px;
}
table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details{
	font-size: 14px;
}
section.woocommerce-customer-details h2{
	font-size: 14px;
	font-weight: bold;
	margin-top: 10px
}
section.woocommerce-customer-details address,
section.woocommerce-customer-details address p{
	font-size: 14px;
	text-align: left;
	line-height: 20px;
}
.select2-container .select2-selection--single,
.woocommerce-billing-fields__field-wrapper input{
  padding: 17px 10px!important;
  height: auto;
  box-shadow: none!important;
  border-color: #ddd;
}
p#billing_address_2_field,
p#shipping_address_2_field{
  display: none!important;
}
.u-column1 input,
.u-column2 input,
.lost_reset_password input{
  padding: 17px 10px!important;
  font-size: 16px;
  border: 1px solid;
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, .u-column1 input, .u-column2 input, .lost_reset_password input {
  box-shadow: none!important;
  border-color: #ddd!important;
  border-radius: 0!important;
  border: 1px solid;
  padding: 17px 10px!important;
}
input#billing_state{
  border: 1px solid #aaa;
}
.select2-container--default{
  font-size: 12px!important;
  background: #f0f0f0!important;
}
.select2-container .select2-selection--single{
  padding: 0;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
  padding: 0!important;
  line-height: 14px!important;
  font-size: 14px;
  overflow: hidden!important;
}
/* single product */
.woocommerce-product-details__short-description {
  margin-top: 20px;
}
.quantity input[type="number"] {
	-webkit-appearance: textfield;
	-moz-appearance: textfield;
	appearance: textfield;
}
.quantity input[type="number"]::-webkit-outer-spin-button,
.quantity input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.space-qty{
	display: inline-block;
	margin: 0 10px;
}
.woocommerce div.product form.cart div.quantity{
	float: none;
	margin: 0;
	display: inline-block;
}
.woocommerce div.product form.cart{
	margin-bottom: 50px!important;
}
.available{
  margin-left: 15px;
  top: -3px;
  position: relative;
}
p.mini-description{
  margin-bottom: 25px;
}
.summary.entry-summary .qty{
	width: 40px;
	height: 35px;
	line-height: 25px;
	font-size: 14px;
	border: 1px solid #aaaaaa;
	border-left: none;
	border-right: none;
}
input.minus, input.plus{
	width: 24px;
	height: 35px;
	position: relative;
	border-radius: 0;
	border: 1px solid #aaaaaa;
	background: none;
	font-size: 14px;
}
input.minus:hover, input.plus:hover{
	background: #eee;
}
input.minus{
	left: 3px;
}
input.plus{
	left: -3px;
}
.space-qty{
	margin-bottom: 20px;
}
.summary.entry-summary {
	padding: 0 30px 0 30px;
}
.woocommerce div.product .woocommerce-product-rating{
	margin: 10px 0 10px;
}
.summary.entry-summary h1.product_title.entry-title{
	font-size: 40px;
  margin-bottom: 0;
  line-height: 40px;
  color: #000;
}
.summary.entry-summary p.price{
  display: inline-block;
}
.summary.entry-summary span.woocommerce-Price-amount.amount{
	color: #000;
	font-size: 26px;
}
.ages-for-sp{
	font-size: 32px;
  margin-bottom: 20px;
}
.ages-for-sp h6, .ages-for-sp p{
	display: inline-block;
	margin-right: 5px;
	color: #e60023;
	font-weight: 400;
	font-size: 32px;
	margin-bottom: 0;
}
.ages-for-sp a{
	color: #e60023;
}
h6.upc-sp{
	margin-top: 10px;
	font-size: 18px;
	color: #666;
	display: none;
}
section.related.products{
	display: inline-block;
	margin-top: 30px;
}

ol.flex-control-nav.flex-control-thumbs li{
	padding: 10px;
  width: 100%!important;
  display: block;
  float: none!important;
}
.woocommerce div.product .woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1){
  clear: none!important;
}
.woocommerce #review_form #respond textarea{
	padding: 10px;
}
.sp-ipt{
	margin-bottom: 15px
}
.sp-ipt .ipt_info{
	display: inline-block;
	border: 2px solid #e60023;
	color: #e60023;
	padding: 2px 10px;
	text-transform: uppercase;
	margin-left: 10px;
	font-weight: bold;
	font-size: 18px;
}
.sp-ipt .ipt_info:first-child{
	margin-left: 0;
}
.woocommerce div.product p.price del{
	color: #777;
	opacity: .5;
}
.woocommerce div.product p.price ins{
	text-decoration: none;
	font-weight: 400;
}
p.notifymeptag {
	width: 100%;
}
p.notifymeptag input#backinstock_textbox{
	width: 40%;
	padding: 5px 10px;
	border: none;
	border-bottom: 1px solid #ddd;
}
#backinstock_button{
	border-radius: 20px;
	padding: 5px 15px;
}
@media(max-width: 991px){
	.summary.entry-summary{
		padding: 0;
	}
	.sp-ipt .ipt_info{
		font-size: 12px;
		margin-left: 5px;
	}
	.summary.entry-summary h1.product_title.entry-title{
		font-size: 26px;
	}
	.ages-for-sp,
	.ages-for-sp h6{
		font-size: 22px;
	}
	.summary.entry-summary span.woocommerce-Price-amount.amount {
		font-size: 24px;
	}
	p.notifymeptag input#backinstock_textbox{
		width: 60%;
		font-size: 12px;
	}
}
.wishlist-single-product img{
  width: 18px;
  margin-right: 5px!important;
}
/* share */
.share-button-wrapper {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99;
}
.share-button-wrapper ul{
  list-style: none;
  padding: 0;
  margin: 0;
}
a.share-button{
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: #f0f0f0;
  font-size: 18px;
  display: block;
  text-align: center;
  color: #ffffff;
}
a.share-button.share-facebook{
  background: #4368b2;
}
a.share-button.share-twitter{
  background: #04a9f4;
}
a.share-button.share-linkedin{
  background: #0178b7;
}
a.share-button.share-mail{
  background: #f44437;
}
@media(max-width: 991px){
  a.share-button{
    font-size: 14px;
    width: 25px;
    height: 25px;
    line-height: 28px;
  }
}
/* tab box single product */
.additional-product-tab{
	margin-top: 20px;
}
.add-pro-tab-nav{
	margin-bottom: 30px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	column-gap: 25px;
	row-gap: 10px;
}
.add-pro-tab-nav a{
	text-transform: uppercase;
	display: inline-block;
	font-size: 14px;
}
.add-pro-tab-nav a:after{
	content: '';
	height: 2px;
	width: 100%;
	position: relative;
	display: block;
	top: 3px;
	left: 0;
	background: #ddd;
}
.add-pro-tab-nav a.active:after{
	background: #555;
}
.aptc-result{
	display: none;
}
.aptc-result.active{
	display: block;
}
.aptc-result ul{
  padding-left: 20px;
}
@media(max-width: 991px){
	.add-pro-tab-nav a{
		font-size: 12px;
	}
	.add-pro-tab-nav a:after{
		width: 100%;
		left: 0;
	}
	.add-pro-tab-nav {
		column-gap: 15px;
	}
}
/* review */
div#reviews{
	display: inline-block;
	width: 100%;
	padding: 4vh 0;
}
section.related.products{
	padding: 8vh 0 0
}
section.related.products h2{
	text-align: center;
	margin-bottom: 30px;
	font-size: 20px;
	text-transform: uppercase;
}
section.you-might-also-like{
	padding-bottom: 4vh;
}
.wishlist-title.wishlist-title-with-form{
	display: none;
}
.wishlist_table.mobile{
  padding-left: 0!important;
}
/* blog */
.single-post .post-title{
	font-size: 1.75rem;
}
h2.title-post {
	font-size: 1.5rem;
}
.post h1 {
	font-size: 1.5rem;
}

.post h2 {
	font-size: 1.25rem;
}

.post h3 {
	font-size: 1rem;
}

.post h4 {
	font-size: 0.9rem;
}

.post h5 {
	font-size: 0.8rem;
}

.post h6 {
	font-size: 0.7rem;
}
.content-content-post{
	max-width: 90%;
	margin: auto;
	padding: 20px;
	background: #ffffff;
	position:relative;
	top: -30px;
	text-align: center;
	box-shadow: 5px 5px 10px 1px rgba(0,0,0,0.1)!important;
}
h3.woocommerce-loop-product__title {
	font-size: 16px;
	text-align: center;
	color: #000000;
	padding: .5em 0;
	margin: 0;
}
/* single product video */
.video-single-product{
  text-align: center;
}
.video-single-product iframe {
  width: 900px;
  height: 450px;
}
@media(max-width:991px){
  .video-single-product iframe{
    width: 100%;
    height: 200px;
  }
}

div.coupon:not(.under-proceed),
a.shipping-calculator-button,
p.woocommerce-shipping-destination{
	display: none !important;
}
#coupon_code.input-text{
	width: calc(100% - 115px)!important;
	padding: 0 10px;
	border: 1px solid #ddd;
	height: 35px;
}
form.woocommerce-coupon-form{
	text-align: center;
}
.woocommerce-cart table.cart img{
	width: 85px;
}
p.free-shipping-text-cart{
	margin: 10px 0;
	font-size: 13px;
	font-weight: 400!important;
	color: #555;
  color: #e60023;
  text-transform: uppercase;
  line-height: 15px;
}
span.free-shipping-price-cart{
	font-weight: bold;
}
/* options single product */
.select-options-single-product{
	margin: 20px 0;
}
p.title-options, h6.title-options{
	color: #e60023;
	font-weight: bolder;
}
ul.list-osp{
	list-style: none;
	padding: 0;
  width: 90%;
  margin: auto;
}
.list-osp button{
  font-size: 20px!important;
  top: 50%;
}
button.disabled{
  visibility: hidden!important;
}
.list-osp .owl-nav{
  margin-top: 20px;
}
li.item-osp.active{
	border: 2px solid #e60023;
}
li.item-osp{
	padding: 3px;
	border: 2px solid #ffffff;
}
span.tooltip-osp{
	display: block;
	position: absolute;
	width: 220px;
	padding: 5px 10px;
	font-size: 14px;
	color: #fff;
	left: 50%;
	transform: translatex(-50%);
	background: rgba(0,0,0,.7);
	text-align: center;
	border-radius: 10px;
	transition: .2s;
	opacity: 0;
	visibility: hidden;
	top: 90%;
  z-index: 1;
}
span.tooltip-osp::before{
	content: '';
	position: absolute;
	width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid rgba(0,0,0,.7);
	top: -8px;
	left: 50%;
	transform: translate(-50%);
	z-index: -1;
}
li.item-osp:hover span.tooltip-osp{
	opacity: 1;
	visibility: visible;
		top: 110%;
}
@media(max-width: 991px){
  ul.list-osp{
    width: 100%;
  }
	span.tooltip-osp{
		display: none;
	}
}
/* bts affter checkout */
.buttons-checkout{
	display: block;
	width: 100%;
	text-align: center;
	margin: 20px 0 10px;
}
@media(min-width: 991px){
	.buttons-checkout a{
		margin: 0 10px;
	}
}
a.about_paypal{
	margin-left: 10px;
	font-size: 12px!important;
}
/* wishlist cart */
td.product-wishlist .yith-wcwl-add-button{
	font-size: 0;
}
td.product-wishlist .yith-wcwl-add-to-wishlist{
  margin-top: 5px;
}
td.product-wishlist img{
	width: 20px!important;
	margin-left: 15px;
	position: relative;
	top: -3px;
}
.blockUI{
  display: none!important;
}
/* slide cart */
.xoo-wsc-footer{
	background: #fff;
	color: #000;
	font-size: 12px;
}
.xoo-wsc-footer a {
	width: auto!important;
	color: #000!important;
	font-size: 14px!important;
	background: #fcf15b!important;
	border-radius: 40px!important;
	margin-bottom: 10px!important;
	padding: 5px 20px!important;
	font-weight: 400!important;
	text-transform: uppercase;
	display: inline-block!important;
	margin-left: 20px!important;
	margin-right: 20px!important;
	line-height: 1.5!important;
}
.xoo-wsc-footer span.woocommerce-Price-amount.amount{
	color: #000!important;
}
.xoo-wsc-subtotal{
	font-size: 14px;
	font-weight: 400!important;
}
.xoo-wsc-price {
	font-size: 10px;
	text-transform: lowercase;
}
span.xoo-wsc-ecnt {
	font-size: 14px;
}
span.xoo-wsc-icon-cross.xoo-wsc-close {
	font-size: 25px;
}
span.nav-text {
  padding: 0 5px;
}
@media(max-width: 991px){
  .nav-previous, .nav-next, .pagin-all-post{
    font-size: 12px!important;
  }
}
ul.widget-post-list{
	padding: 0;
	margin-top: 15px;
}
.post-widget-img{
	max-width: 25%;
	width: 100%;
}
.post-widget-title{
	padding-left: 10px;
	font-size: 14px;

}
ul.widget-post-list li{
	margin: 10px 0;
}
.widget{
	margin-bottom: 30px;
}
.woof_list label{
	margin-bottom: 0!important;
	position: relative;
	font-weight: 400!important;
  font-size: 14px;
}
.woof_list li{
	margin-bottom: 0!important;
	padding: 0!important;
}
.woof_redraw_zone input[type=checkbox]{
	display: none;
}
label::before{
  font-family: 'Line Awesome Free'!important;
}
.woof_redraw_zone input[type=checkbox] + label::before {
  display: inline-block;
  user-select: none;
  top: 3px;
  margin-right: 3px;
}
.woof_redraw_zone input[type=checkbox] + label::before {
	content: "\f0c8";
	font-size: 25px;
	position: relative;
}
.woof_redraw_zone input[type=checkbox]:checked + label::before {
	content: "\f14a";
	font-size: 25px;
}

@media(max-width: 991px){
	.shop-filter{
		position: fixed;
		right: -80%;
		height: 100%;
		width: 80%;
		top: 0;
		z-index: 99999;
		background: #ffffff;
		padding: 40px 15px 15px 20px;;
		overflow: auto;
		transition: .3s;
	}
	.shop-filter.active{
		right: 0;
	}
	.background-fillter{
		position: fixed;
		top: 0;
		left: 0;
		height: 100%;
		width: 100%;
		background: rgba(0,0,0,.8);
		display: none;
		cursor: pointer;
		z-index: 99999;
	}
	.toggle-fillter{
		margin-bottom: 30px;
	}
	.woof_products_top_panel{
		display: none!important;
	}
	.woof_container_inner h4{
		font-size: 16px;
		color: #000;
		margin-bottom: 10px;
	}
	.woof_list{
		font-size: 14px;
	}
	.woof_list li{
		margin-bottom: 0!important;
		padding-bottom: 0!important;
		display: flex;
	}
	button.button.woof_reset_search_form{
		display: none;
	}
	a.close-filter{
		font-size: 30px;
		position: absolute;
		top: 5px;
		right: 10px;
	}
	.woof_container{
		border-bottom: 1px solid #ddd;
		margin: 0!important;
		padding: 10px 0!important;
	}
	.woof_container:last-child{
		border-bottom: none!important;
	}
	button.button.woof_submit_search_form{
		margin: 20px 0 0 0;
	}
}
.woof_search_is_going nav.woocommerce-breadcrumb{
	display: block!important;
}
h6.active-filters{
  margin: 15px 0;
  color: #000;
  font-weight: 400;
  color: #e60023;
}
.woof_products_top_panel li span{
  background-image: url(https://bananapanda.com/wp-content/themes/bananapanda/img/exit.svg);
  background-size: 10px 10px!important;
}
.woof_checkbox_count{
  font-size: 12px;
}
.woocommerce div.product div.images .flex-control-thumbs{
  padding: 0 30px;
}
.single-product-gallery button.owl-prev,
.single-product-gallery button.owl-next{
  left: 0!important;
  z-index: -1;
  font-size: 20px!important;
  top: 0;
  padding: 0;
  width: 20px;
  color: #000!important;
}
.single-product-gallery button.owl-next.disabled,
.single-product-gallery button.owl-prev.disabled{
  display: none;
}
.single-product-gallery .owl-nav{
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.single-product-gallery .owl-stage-outer{
  padding: 0!important;
}
body .product_layout_classic .woocommerce-product-gallery__wrapper {
 transition-duration: 0s !important;
}
figure.woocommerce-product-gallery__wrapper{
  transition-duration: 0s!important;
}
.pswp{
  z-index: 99999;
}
ul.page-numbers li{
  width: 40px!important;
  height: 30px!important;
  font-weight: 400;
  font-size: 14px;
}
.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span{
  padding: 0;
  line-height: 30px;
}
ul.page-numbers li a{
  background: #fff!important;
  color: #000;
}
ul.page-numbers li a:hover{
  color: #e60023!important;
}
.woocommerce nav.woocommerce-pagination ul li span.current{
  background: #fff;
  color: #000;
  font-weight: bold;
}
input[type=checkbox],
.woocommerce form .form-row .input-checkbox{
	display: none;
}
input[type=checkbox] + span::before {
  font-family: 'Line Awesome Free';
  display: inline-block;
  user-select: none;
  top: 3px;
  margin-right: 3px;
  font-weight: 400;
}
input[type=checkbox] + span::before {
	content: '\f0c8';
	font-size: 25px;
	position: relative;
}
input[type=checkbox]:checked + span::before {
	content: "\f14a";
	font-size: 25px;
}
.woocommerce form .form-row input{
  height: 50px;
}
.woocommerce form .form-row{
  padding: 0;
  position: relative;
  margin: 20px 0;
}
label.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox{
  color: #000;
}
.woocommerce-billing-fields .form-row label,
.woocommerce-additional-fields__field-wrapper label,
.woocommerce-shipping-fields .form-row label{
  line-height: 1;
  color: #777;
  position: absolute;
  left: 5px;
  top: -17px;
  background: #fff;
  padding: 0 5px;
  font-weight: 400;
  font-size: 15px;
  z-index: 1;
}
label.woocommerce-form__label.woocommerce-form__label-for-checkbox {
  margin-top: -30px;
}
.woocommerce form.register p{
  text-align: center;
}
form.woocommerce-form.woocommerce-form-login.login p.form-row.form-row-first label,
form.woocommerce-form.woocommerce-form-login.login p.form-row.form-row-last label,
.woocommerce form.login .form-row-wide label, .woocommerce form.register .form-row-wide label,
p.woocommerce-form-row.woocommerce-form-row--first.form-row.form-row-first label  {
  line-height: 1;
  color: #777;
  position: absolute;
  left: 5px;
  top: -9px;
  background: #fff;
  padding: 0 5px;
  font-weight: 400;
  font-size: 15px;
  z-index: 1;
}
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment{
  background: #f7f7f7;
}
p.form-row.form-row-wide.create-account.woocommerce-validated{
  margin: 0;
  margin-bottom: 10px;
}
textarea#order_comments {
  height: 70px;
  padding-top: 15px;
}
p#billing_first_name_field, p#shipping_first_name_field{
  width: 49%;
  margin-right: 1%;
}
p#billing_last_name_field, p#shipping_last_name_field{
  width: 50%;
}
p#billing_country_field, p#billing_state_field, p#shipping_country_field, p#shipping_state_field{
  font-size: 14px;
}

@media(min-width: 991px){
  p#billing_country_field, p#billing_city_field, p#billing_state_field, p#shipping_country_field, p#shipping_city_field, p#shipping_state_field{
    width: 24%;
    display: inline-flex;
    margin-right: 1%;
  }
  p#billing_postcode_field, p#shipping_postcode_field{
    width: 25%;
    display: inline-flex;
  }
}
.select2-dropdown{
  border-color: #ddd!important;
}
.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[data-selected]{
  background: #e60023!important;
}
.select2-container--default .select2-results__option[aria-selected=true], .select2-container--default .select2-results__option[data-selected=true]{
  background: #fafafa;
}
@media(max-width: 991px){
  .woocommerce-billing-fields .form-row label,
  .woocommerce-additional-fields__field-wrapper label,
  .woocommerce-shipping-fields .form-row label{
    font-size: 12px;
    top: -12px;
  }
}
/* cookies info */
.cookies-information{
	display: none;
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 99999999999999;
	background: #f0f0f0;
	max-width: 350px;
  width: 100%;
	font-size: 14px;
	padding: 20px;
  color: #000;
  box-shadow: 5px 5px 10px 1px rgba(0,0,0,0.1)!important;
}
.accept-cookies-information{
  text-align: center;
  margin-top: 20px;
}
@media(max-width: 768px){
	.cookies-information{
		bottom: 0;
		right: 0;
		max-width: 100%;
		padding: 15px
	}
}
form.woocommerce-ResetPassword.lost_reset_password p.woocommerce-form-row.woocommerce-form-row--first.form-row.form-row-first{
  width: 100%;
}
.wishlist-title{
  display: none;
}
.woocommerce-form-login-toggle .woocommerce-info{
  font-size: 16px;
}
.woocommerce-form-login-toggle .woocommerce-info a.showlogin{
  display: inline-block;
  font-weight: bold;
}
@media(min-width: 991px){
  .woocommerce-checkout .woocommerce form.login{
    width: 50%;
    margin: auto;
  }
  .woocommerce-form-login-toggle .woocommerce-info a.showlogin{
    margin-left: 10px;
  }
}
div#yith-wcwl-popup-message{
  display: none!important
}
.has-wishlist{
  display: none;
}
.mc4wp-checkbox{
  margin: 0!important;
  margin-bottom: 10px!important;
}
.mc4wp-checkbox label{
  padding: 0!important;
  left: 0!important;
  font-size: 16px!important;
  color: #000!important;
  line-height: normal!important;
  position: relative!important;
  top: 0!important;
}
.wishlist_table.mobile .product-name h3{
  font-size: 16px;
}
.tax-product_cat.term-17 .filterTabsTab:nth-child(1n+3),
.tax-product_cat.term-19 .filterTabsTab:nth-child(1n+3){
	display: none;
}
.nav-cart-checkout i{
	margin: 0 5px;
}
nav.woocommerce-breadcrumb .nav-cart-checkout a{
	color: #757575!important;
}
nav.woocommerce-breadcrumb span.current-nav-breadcrumb{
	color: #000;
}
/* form */
.contact-box{
	position: relative;
}
.contact-box input,
.contact-box select{
	border-radius: 0!important;
	height: 50px!important;
	border-color: #ddd!important;
	margin-bottom: 30px;
}
.contact-box label{
	position: absolute;
	top: -12px;
	background: #fff;
	padding: 0 5px;
	left: 10px;
	z-index: 1;
	display: inline-block;
	width: auto!important;
	font-size: 15px;
}
abbr.required-contact{
	color: red;
	font-weight: bold;
}
input.wpcf7-form-control.wpcf7-submit.btn.btn-primary{
	border: 1px solid #fcf15b!important;
	color: #000!important;
	background: #fcf15b!important;
	text-transform: uppercase!important;
	border-radius: 40px!important;
	padding: 5px 20px!important;
	transition: .3s!important;
	width: auto;
	height: auto!important;
}
span.wpcf7-not-valid-tip{
	position: absolute;
	width: 500px;
	top: 50px;
	font-size: 12px;
	left: 10px;
}
@media(max-width: 991px){
  .contact-box label{
    font-size: 12px;
    top: -10px;
  }
}
@media (max-width: 768px){
td.product-thumbnail:before {
    display: none;
}
	.woocommerce-product-details__short-description {
    padding-right: 15px;
}
}
.yith-wcwl-add-to-wishlist {
    margin-top: 20px;
}
.form-control {
    font-size: 16px;
}
.woocommerce-billing-fields h3, h3#order_review_heading, .expres-payment h6{
	font-size: 18px;
  margin: 10px 0;
  display: inline-block;
  font-weight: 400;
  color: #000;
}
.product-awards{
	margin-top: 30px;
}
.product-awards ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
.product-awards ul li{
	display: inline-block;
	padding: 0 15px;
	width: 20%;
	margin-bottom: 15px;
}
@media(max-width: 991px){
	.product-awards ul li{
		width: 33%;
		padding: 0 15px;
	}
}
.mc4wp-response {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  background: #e60023;
  z-index: 111;
  color: #fff;
  line-height: normal;
}
.mc4wp-response p{
  padding: 5px;
  margin-bottom: 0!important;
}
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 {
   -webkit-box-shadow: 0 0 0px 1000px #ffffff inset !important;
 }
 .woocommerce-account .wc-social-login.form-row-wide p{
   text-align: center;
 }
 a.button-social-login{
   font-size: 12px!important;
   margin: 5px!important;
 }
 .login-btn-checkout a{
   color: #e60023;
 }
 li.wc_payment_method.payment_method_stripe label img{
	display: inline-block;
}
li.wc_payment_method.payment_method_stripe label{
	width: 100%;
}
p#wc-stripe-payment-request-button-separator{
	display: none;
}
div#wc-stripe-payment-request-wrapper{
	padding: 0!important;
}
span.seperator-express-payment{
	display: block;
	margin: 15px 0;
	position: relative;
	background: #fff;
	font-size: 14px;
}
.expres-payment{
	padding: 10px 20px 30px 20px;
	border: 1px solid #ddd;
}
.expres-payment h6{
	margin-top: 0;
	position: relative;
	top: -23px;
	background: #ffff;
	padding: 0 20px;
}
.woocommerce-checkout #payment div.payment_box{
	background: none;
}
.woocommerce-checkout #payment div.payment_box::before{
	display: none;
}
.term-description{
	padding-bottom: 6vh;
}
.term-description h2{
	font-size: 1.5rem;
}
/* The Modal (background) */
.modal {
	display: none; /* Hidden by default */
	justify-content: center;
	align-items: center;
	position: fixed; /* Stay in place */
	z-index: 999999; /* Sit on top */
	left: 0;
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	background-color: rgb(0,0,0); /* Fallback color */
	background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
	background-color: #fefefe;
	margin: auto;
	padding: 20px;
	border: 1px solid #888;
	width: 500px;
}

@media(max-width: 600px) {
	.modal-content {
		width: 300px;
	}
}

.modal-content p{
	margin-right: 1rem;
	margin-bottom: 0;
}

/* The Close Button */
.close {
	color: #aaaaaa;
	font-size: 28px;
	font-weight: bold;
	position: absolute;
	right: 20px;
	top: 10px;
}

.close:hover,
.close:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
}


.xoo-wsc-modal .xoo-wsc-loader {
	display:none;
}

.xoo-wsc-modal .xoo-wsc-footer-b {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 1.5rem
}

div.coupon:not(.under-proceed) {
	display: block !important;
}

ul.payment_methods li {
	margin-bottom: 10px !important;
}

.woocommerce-notice-coupon-remember {
	padding-left: 1em !important;
}

.woocommerce-notice-coupon-remember:before {
	content: '';
}
