/*
Theme Name: 	Aaff
Theme URI: 		https://ciloo.com
Template: 		storefront
Author: 		Ciloo
Author URI: 	https://ciloo.com
Description: 	Storefront is the perfect theme for your next WooCommerce project. Designed and developed by WooCommerce Core developers, it features a bespoke integration with WooCommerce itself plus many of the most popular customer facing WooCommerce extensions. There are several layout &amp; color options to personalise your shop, multiple widget regions, a responsive design and much more. Developers will love its lean and extensible codebase making it a joy to customize and extend. Looking for a WooCommerce theme? Look no further!
Tags: 			e-commerce,two-columns,left-sidebar,right-sidebar,custom-background,custom-colors,custom-header,custom-menu,featured-images,full-width-template,threaded-comments,accessibility-ready,rtl-language-support,footer-widgets,sticky-post,theme-options,editor-style
Version: 		1.0.3
Updated: 		2022-12-16
Text Domain: 	centric
*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('<?php echo get_stylesheet_directory_uri(); ?>/assets/fonts2/stylesheet.css');
*,
button,
a {
    outline: none !important;
}
body {
	font-family: "Poppins",Arial,Helvetica,sans-serif;
}
a {
    outline: none !important;
}
a:hover{
    color: #4E2680;
}
h1, h2, h3, h4, h5, h6{
    font-weight: 300;
}
h2{
    font-size: 40px;
}
@media(max-width: 576px) {
    h2{
        font-size: 30px;
    }
}
.flex {
    display: flex;
}
.col-full {
    max-width: 1500px;
    width: 100%;
    box-sizing: border-box;
}
@media(max-width: 1500px) {
    .col-full {
        max-width: 1240px;
    }
}
@media(max-width: 1300px) {
    .col-full {
        max-width: 1140px;
    }
}
@media(max-width: 1180px) {
    .col-full {
        max-width: none;
        width: 96%;
        padding-left: 0;
        padding-right: 0;
        margin-left: auto;
        margin-right: auto;
    }
}

button.woocommerce-Button,
button.cta, 
button.alt, 
input[type='button'].cta, 
input[type='button'].alt, 
input[type='reset'].cta, 
input[type='reset'].alt, 
input[type='submit'].cta, 
input[type='submit'].alt, 
.btn-default,
.button.cta, 
.button.alt, 
.wc-block-grid__products .wc-block-grid__product .wp-block-button__link.cta, 
.wc-block-grid__products .wc-block-grid__product .wp-block-button__link.alt, 
.added_to_cart.cta, .added_to_cart.alt,
body .edit-account p .woocommerce-Button{
    background: #4E2680!important;
    color: #fff;
    border: 0;
    border-radius: 35px;
    min-width: 180px;
    height: 56px;
    font-weight: normal;
    font-size: 16px;
    align-items: center;
    transition: all ease 0.3s;
    line-height: 56px;
    padding: 0 40px;
}

button.woocommerce-Button:hover,
button.cta:hover, 
button.alt:hover, 
input[type='button'].cta:hover, 
input[type='button'].alt:hover, 
input[type='reset'].cta:hover, 
input[type='reset'].alt:hover, 
input[type='submit'].cta:hover, 
input[type='submit'].alt:hover, 
.btn-default:hover,
.button.cta:hover, 
.button.alt:hover, 
.wc-block-grid__products .wc-block-grid__product .wp-block-button__link.cta:hover, 
.wc-block-grid__products .wc-block-grid__product .wp-block-button__link.alt:hover, 
.added_to_cart.cta, .added_to_cart.alt:hover,
body .edit-account p .woocommerce-Button:hover{
    color: rgba(216, 216, 216, 0.8)!important;
}

input[type='text'], input[type='number'], 
input[type='email'], input[type='tel'], 
input[type='url'], input[type='password'], 
input[type='search'], textarea, .input-text {
    padding: 0.6180469716em;
    background-color: #fff !important;
    color: #303030;
    border: 0;
    -webkit-appearance: none;
    box-sizing: border-box;
    font-weight: normal;
    box-shadow: none !important;
    border: 1px solid #e8e9eb !important;
    font-size: 16px;.
    padding-left: 15px;
    padding-right: 15px;
    border-radius:4px;
    height: 46px;
}
.woocommerce-checkout input[type="text"], 
.woocommerce-checkout input[type="email"], 
.woocommerce-checkout input[type="tel"], 
.woocommerce-checkout input[type="password"], 
.woocommerce-checkout select
{
    font-size: 16px;
    padding-left: 15px;
    padding-right: 15px;
}

.site-branding,
.secondary-navigation {
    width: auto !important;
    float: none !important;
    margin: 0;
}
.site-branding,
.storefront-secondary-navigation.woocommerce-active .site-header .site-branding{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    margin: 0;
}
#masthead .header-inner > .col-full > div:nth-child(4) {
    margin-left: auto;
}
.secondary-navigation {
    margin-left: 20px;
}
.menu-nav-container {
    width: 100%;
    display: flex;
}

#masthead {
    padding-top: 0;
    padding-bottom: 0;
    box-shadow: none;
    border:0;
}


#masthead .header-inner > .col-full {
    display: flex;
    align-items: center;
    padding: 10px 0;
    width: 100% !important;
}
.compact-header .secondary-header {
    max-width: 944px;
    width: 100%;
    border-radius: 5px;
    margin: 0 auto -25px;
    padding: 6px;
}

.compact-header .header-inner {
    padding: 10px 30px;
    max-width: 1004px;
    width: 100%;
    margin: 0 auto;
}

.header-icons {
    display: flex;
    align-items: center;
    list-style: none;
    margin: 0;
}
.header-icons a {
    display: flex;
}

.header-icons li {
    padding-left: 14px;
    padding-right: 14px;
}

.right-header {
    margin-left: auto;
}

.secondary-header {
    display: flex;
    align-items: center;
    background-color: #4E2680;
}
.secondary-header, 
.secondary-header a {
    color: #fff;
}
.secondary-header .products-search svg path {
    fill: #fff;
}

.secondary-header .col-full {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 0;
    padding-right: 0;
}
.secondary-header .left-menu > ul > li:first-child {
    padding-left: 0;
}

.secondary-menu ul ul {
    display: none;
    position: absolute;
    background-color: white;
    width: 220px;
    box-shadow: 0px 0px 1px 1px rgba(0,0,0,0.1);
}

.secondary-menu ul {
    list-style: none;
    margin: 0;
}

.secondary-menu ul ul a {
    color: black;
    padding: 5px 10px;
    display: block;
    transition: all 0.3s;
}

.secondary-menu ul ul a:hover {
    background-color: #4E2680;
    color: white;
}

.secondary-menu ul > li:hover ul {
    display: block;
}

.secondary-menu > ul {
    display: flex;
    align-items: center;
}

.secondary-menu > ul > li {
    padding-left: 15px;
    padding-right: 15px;
    white-space: nowrap;
}
.secondary-menu ul a,
.secondary-menu ul ul a:hover {
    color: white !important;
}
.secondary-menu ul ul a {
    color: #333 !important;
}


.right-menu {
    margin-left: auto;
}

.header-icons li:last-child {
    /* padding-right: 0; */
}

.products-search form {
    margin: 0;
    position: relative;
    outline: none;
}

.secondary-header {
    padding-top: 13px;
    padding-bottom: 13px;
}

.products-search {
    max-width: 650px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.products-search input[type="search"] {
    width: 100%;
    background-color: white;
    outline: none;
    border-radius: 5px;
    border: 1px solid white;
}
.products-search input[type="search"]::-webkit-input-placeholder {
  color: #aaaaaa;
  font-size: 14px;
  font-family: "Poppins",Arial,Helvetica,sans-serif;
}

.products-search button {
    position: absolute;
    right: 0;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    display: inline-flex;
    align-items: center;
    height: calc(100% - 2px);
    top: 1px;
    right: 1px;
}

button {
    background-color: #4E2680;
    color: white;
}

.secondary-header .col-full .secondary-menu:first-child li.has-submenu {
    padding-left: 0;
}

.secondary-menu.account-menu {
    margin-left: 20px;
}

.mini-cart {
    margin-left: 47px;
    margin-right: 22px;
    position: relative;
}

.cart-count {
    width: 21px;
    height: 21px;
    position: absolute;
    background-color: #4E2680;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid white;
    font-size: 14px;
    top: 5px;
    right: -12px;
}


@media(max-width: 1180px) {
    #masthead .header-inner > .col-full {
        width: 96% !important;
    }
}
@media(max-width: 540px) {
    .secondary-header .col-full {
        flex-direction: column;
    }
    
    .right-menu {
        margin-right: auto;
        margin-bottom: 10px;
    }
    
    .mini-cart {
        margin-left: auto;
        margin-right: auto;
    }
    
    .products-search {
        margin-top: 15px;
        margin-bottom: 15px;
    }
}
/** Home **/


main#main {
    padding-top: 0;
}

section.section-banner img {
    width: 100%;
}
a.home-banner-btn {
    min-width: initial !important;
    display: inline-flex !important;
    padding-right: 64px !important;
    padding-left: 32px !important;
}
.banner-text {
    position: absolute;
    display: inline-flex;
    height: 100%;
    align-items: center;
    top: 0;
    width: 100%;
}

section.section-banner {
    position: relative;
}

.banner-text-inner {
    max-width: 550px;
}

.banner-text h1 {
    font-size: 60px;
    color: white;
    font-weight: bold;
    text-shadow: 2px 2px rgba(0,0,0,0.4);
}

.banner-text p {
    color: white;
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 50px;
}

.btn {
    background-color: #4E2680;
    color: white;
    padding: 14px 14px;
    font-weight: bold;
    border-radius: 5px;
}


.general-screen{
    padding: 75px 0px;
    max-width: 750px; 
    margin: 0 auto;
}
.general-screen__logo{
    max-width: 250px;
    margin: 0 auto 28px;
}
.general-screen__text{
    text-align: center;
}
.general-screen__text p{
    color: #000;
    font-size: 20px;
    margin: 0 0 32px;
}



.home-section {
    padding-top: 100px;
}

.home-section h2 {
    font-size: 30px;
    font-weight: bold;
    color: #303030;
    margin-bottom: 35px;
}

.section-categories .categories {
    display: flex;
    flex-wrap: wrap;
}

.section-categories .category {
    width: 33.33%;
    padding-left: 12px;
    padding-right: 12px;
    margin-bottom: 30px;
}
.section-categories .categories .category:nth-child(3n+1) {
    padding-left: 0;
    padding-right: 24px;
}

.section-categories .categories .category:nth-child(3n+3) {
    padding-right: 0;
    padding-left: 24px;
}

.section-categories img {
    width: 100%;
}

.category-name {
    background-color: #4E2680;
    color: white;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    padding: 15px 5px;
    border-top: 4px solid #2385C8;
    position: relative;
    top: -4px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

.section-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
@media(max-width: 540px) {
    .section-header {
        padding-left: 5px;
        padding-right: 5px;
    }
}



.product-title-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.products ul {
    list-style: none;
    margin: 0;
}

.products img {
    box-shadow: 0px 0px 8px 1px rgba(0,0,0,0.1);
}

.products .product {
    padding-left: 8px;
    padding-right: 8px;
    margin-top: 5px;
}

.product-category {
    color: #888888;
    font-size: 14px;
    text-align: left;
}



span.product-badge {
    position: absolute;
    top: 15px;
    left: 5px;
    background-color: #dddddd;
    font-size: 14px;
    font-weight: bold;
    color: white;
    padding: 1px 9px;
}

.products a.button {
    background-color: #4E2680 !important;
    color: #fff !important;
    order: 3;
    border: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    transition: all 0.3s;
    font-size: 13px;
    height: 46px;
    line-height: 1.2;
    text-align: center;
    padding: 0 10px;
    min-width: 140px;
    border-radius: 35px;
    margin-left: auto;
    margin-top: 10px;
    max-width: 140px;
}


.products a.button.added {
    display: none;
}

.products span.price,
ul.products li.product .price {
    padding-right: 40px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    margin-top: 10px;
}

.products a.button svg {transform: scale(0.9);}

.products del {
    font-size: 14px;
    color: #888888;
    font-weight: 300;
}

.products span.price ins,
ul.products li.product .price ins {
    font-weight: normal;
    font-size: 20px;
    order:-1;
    color: #000000;
    margin-left: 0;
    margin-right: 5px;
}


.owl-carousel .owl-stage{display: flex;}
.products .product {
    display: flex;
    height: 100%;
    flex-direction: column;
}


.products img {
    height: 370px;
    width: 100%;
    min-width: 280px;
    object-fit: contain;
    object-position: center;
}

.products .owl-stage .product-title-header,
.product-title-header
{
    display: flex !important;
    flex-wrap: wrap !important;
}
.products .owl-stage .product-title-header > *
{
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
}
.products .owl-stage .product-title-header span.price
{
    margin-bottom: 15px;
}
.products .owl-stage .product-title-header a.button
{
    max-width: 100px;
}

.products .woocommerce-LoopProduct-link {
    /* margin-top: auto; */
}
.products  .product > a {
    background-color: white;
}
.products .owl-stage .owl-item img {
    object-fit: contain;
    object-position: center;
}

.section-products {
    padding-bottom: 95px;
}
.section-products > .col-full {
    padding-left: 0;
    padding-right: 0;
}
.section-coming-products {
    background-color: #F8F8F8;
}
button.owl-prev, button.owl-next {
    position: absolute;
    top: 50%;
    background-color: white !important;
    z-index: 9999;
    box-shadow: 0px 0px 1px 1px rgba(0,0,0,0.1);
    display: block;
    width: 55px;
    height: 50px;
}

button.owl-next {
    right: 0;
}
.section-header a {
    font-size: 20px;
    font-weight: bold;
    color: #333;
}
.section-header a:after {content: '';width: 100%;height: 6px;background-color: #4E2680;display: block;position: relative;top: -10px;}
.section-products .products {
    margin-right: 0 !important;
}
/* .section-products {
    margin-left: -1000px;
    margin-right: -1000px;
} */

@media(max-width: 1180px) {
    .section-categories .category {
        padding-left: 6px;
        padding-right: 6px;
    }
    .section-categories .categories .category:nth-child(3n+1) {
        padding-right: 12px;
    }
    
    .section-categories .categories .category:nth-child(3n+3) {
        padding-left: 12px;
    }
    .banner-text h1 {
        font-size: 40px;
    }
    .banner-text p {
        font-size: 18px;
    }
}
@media(max-width: 768px) {
    .storefront-handheld-footer-bar {
        display: none;
    }
}
@media(max-width: 540px) {
    a.home-banner-btn {
        height: 30px;
        padding-left: 12px !important;
        padding-right: 25px !important;
        font-size: 14px !important;
    }
    
    a.home-banner-btn span {
        height: 30px;
        width: 30px;
        right: -15px;
    }
    
    a.home-banner-btn span:before {
        height: 8px;
        width: 8px;
    }
    
    .banner-text p {
        font-size: 14px;
        margin-bottom: 10px;
    }
    
    .banner-text h1 {
        font-size: 20px;
        margin-bottom: 5px;
    }
    
    .home-section {
        padding-top: 50px;
    }
    
    .home-section h2 {
        font-size: 22px;
        margin-bottom: 15px;
    }
    
    .section-categories .category {
        width: 100%;
        padding-left: 0 !important;
        padding-right: 0 !important;
        margin-bottom: 6px;
    }
}


.text-section {
	background: #F9F9F9;
	padding: 80px 0;
}
@media screen and (max-width: 767px) {
	.text-section {
		padding: 30px 0;
	}
}

.text-section .section-header {
	margin-bottom: 40px;
}
.text-section .section-header h2 {
	font: normal normal normal 32px/25px "Poppins";
	letter-spacing: 0px;
	color: #1D1D1B;
	margin: 0;
}
@media screen and (max-width: 992px){
	.text-section .section-header h2 {
	    font-size: 28px;
	    line-height: normal;
	}
}
.text-section__row{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	background: #FFFFFF;
	box-shadow: 2px 2px 0px #EBEBEB;
	border: 1px solid #D7D7D7;
	border-radius: 2px;
	overflow: hidden;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}
.text-section__col{
	flex: 0 0 45%;
	max-width: 45%;
	overflow: hidden;
}
.text-section__col:last-child {
	flex: 0 0 55%;
	max-width: 55%;
}
@media screen and (max-width: 992px) {
	.text-section__col{
		flex: 0 0 30%;
		max-width: 30%;
	}
	.text-section__col:last-child {
		flex: 0 0 70%;
		max-width: 70%;
	}
}
@media screen and (max-width:660px) {
	.text-section__col{
		flex: 0 0 100%;
		max-width: 100%;
	}
	.text-section__col:last-child {
		flex: 0 0 100%;
		max-width: 100%;
	}
}
.text-section__img{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
}
.text-section__img img{
	max-width: none;
}
@media screen and (max-width:660px) {
	.text-section__img img{
		width: 100%;
	}
}
.text-section__text{
	padding: 40px;
}
@media screen and (max-width: 992px) {
	.text-section__text{
		padding: 30px;
	}
}
@media screen and (max-width: 576px) {
	.text-section__text{
		padding: 20px;
	}
}
.text-section__text h4{
	font: normal normal normal 24px/25px "Poppins";
	letter-spacing: 0px;
	color: #1D1D1B;
	margin: 0 0 20px;
}
.text-section__text p{
	font: normal normal normal 14px/24px Arial;
	letter-spacing: 0px;
	color: #9E9E9E;
}

.email-section{
	background: #1D1D1B;
	padding: 6px 0;
}
.email-section .col-full {
	max-width: 1000px;
}
.email-section__row {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	width: 100%;
}
.email-section__text {
	flex: 0 0 40%;
	max-width: 40%;
}
.email-section__text p{
	font: normal normal normal 18px/25px "Poppins";
	letter-spacing: 0px;
	color: #F2890F;
	margin: 0;
}
.email-section__text h4{
	font: normal normal normal 24px/25px "Poppins";
	letter-spacing: 0px;
	color: #FFFFFF;
	margin: 0;
}
@media screen and (max-width: 800px) {
	.email-section__text p{
		font-size: 16px;
		line-height: normal;
	}
	.email-section__text h4{
		font-size: 18px;
		line-height: normal;
	}
}
.email-section__input {
	margin-left: auto;
	flex: 1 1 100%;
}
.email-section__input form{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	margin:0;
	justify-content: flex-end;
	width: 100%;
}
.email-section__input input {
	background: #FFFFFF;
	border-radius: 2px;
	text-align: left;
	font: normal normal normal 13px/62px Arial;
	letter-spacing: 0px;
	color: #999999;
	height: 36px;
	flex: 0 0 336px;
	max-width: 336px;
}
.email-section__input button{
	background: #F2890F url(assets/images/icon-arrow-right.svg) no-repeat;
	background-position: center;
	border-radius: 2px;
	width: 67px;
	flex: 0 0 67px;
	height: 36px;
	margin-left: 30px;
}
@media screen and (max-width: 740px) {
	.email-section{
		padding: 10px 0;
	}
	.email-section__row {
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.email-section__text {
		flex: 0 0 100%;
		max-width: 100%;
		text-align: center;
		margin-bottom: 10px;
	}
	.email-section__input form{
		justify-content: center;
	}
	.email-section__input input {
		flex: 0 0 calc(100% - 77px);
		max-width: none;
		width: calc(100% - 77px);
	}
	.email-section__input button{
		margin-left: 10px;
	}
}


/** Footer **/
.site-footer {
    padding-top: 50px;
    padding-bottom: 50px;
    position: relative;
}
.site-footer:before{
    content: "";
    bottom: 0;
    width: 100%;
    height: 32px;
    position: absolute;
    background: #4e2780;
    background: linear-gradient(to right,  #3ab4a7 0%,#4e2780 100%);
}
.site-footer .logo{
    max-width: 150px;
}
.site-footer .col-flex{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: space-between;
}
.site-info {
    padding: 0;
}
.footer-container {
    display: flex;
}

.footer__row{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -ms-align-items: flex-end;
    align-items: flex-end;
}
ul.social-icons {
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
}
.social-icons li {
    margin-right: 20px;
}
.menu-footer-menu-container{
    margin-bottom: 20px;
}
.menu-footer-menu-container ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.menu-footer-menu-container ul li{
    margin-bottom: 5px;
    padding-left: 0px;
}
.menu-footer-menu-container ul li:before{
    display: none !important;
}
.menu-footer-menu-container ul li a,
.site-footer .menu-footer-menu-container a:not(.button):not(.components-button){
    color: #fff;
    font-weight: bold!important;
}

.footer-ul{
    margin-bottom: 20px;
}
.footer-ul ul{
    list-style: none;
    margin: 0;
    padding: 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
}
.footer-ul ul li{
    margin-left: 20px;
}
.footer-ul ul li a,
.site-footer .footer-ul ul li a:not(.button):not(.components-button){
    color:#4E2680;
    font-weight: 300;
    font-size: 16px;
}


.newsletter h4 {
    font-size: 16px;
    font-weight: bold;
    color: #4595CA;
}

.newsletter {
    margin-top: 30px;
}

.newsletter form {
    margin-top: 10px;
    margin-bottom: 0;
    border: 1px solid #CCCCCC;
    max-width: 289px;
    border-radius: 5px;
    display: flex;
    padding-top: 5px;
    padding-bottom: 5px;
    align-items: center;
}

.newsletter form input {
    background-color: transparent !important;
    box-shadow: none;
    width: auto;
    outline: none !important;
}

.newsletter input[type="submit"] {
    text-transform: uppercase;
    color: #4595CA;
    font-size: 13px;
    font-weight: bold;
    padding-left: 0;
    padding-top: 0;
    padding-bottom: 0;
}

.newsletter form input[type="email"] {
    border-right: 1px solid #CCCCCC;
    margin-right: 19px;
    max-width: 165px;
    padding: 4px 15px;
}

.links-column {
    display: flex;
    margin-top: 8px;
}

ul.footer-menu {
    list-style: none;
    margin: 0;
    margin-left: 40px;
}

ul.footer-menu a {
    text-decoration: none;
}

.payments-column {
    margin-left: auto;
    margin-top: auto;
}

p.copyright {
    text-align: right;
    margin-top: 24px;
    margin-bottom: 0;
    font-size: 13px;
}

p.copyright a {
    color: #4595CA !important;
    text-decoration: none;
}
.footer-widgets {
    padding-top: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 0;
}

footer .wp-social-link {
    background-color: transparent !important;
}

footer .wp-social-link path {
    fill: #303030;
}

.widget {
    margin-bottom: 0;
}

.wp-block-social-links {
    margin-bottom: 0;
}

.wp-social-link:first-child a {
    padding-left: 0;
}

footer .links {
    display: flex;
    align-items: center;
}

.footer-widgets > div {
    width: auto !important;
    float: none !important;
    margin-right: 0 !important;
}

.footer-cards {
    width: 60%;
    text-align: right;
    margin-bottom: 20px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: flex-end;
}

footer .links a {
    padding-top: 5px;
    padding-bottom: 5px;
    display: inline-block;
}
footer a {
    text-decoration: none !important;
}
footer a:hover {
    text-decoration: underline !important;
}

.links ul {padding-right: 40px;margin-bottom: 0;}

@media screen and (max-width:768px) {
    .site-footer .col-flex{
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
    }
    .site-footer .logo{
        margin-bottom: 30px;
    }
    .footer-cards{
        width: 100%;
        text-align: center;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: center;
        -ms-align-items: center;
        align-items: center;
    }
    .footer-ul ul{
        justify-content: center;
    }
}
/** Archive **/
p.woocommerce-result-count {
    display: none;
}

.storefront-sorting {
    float: right;
}

h1.woocommerce-products-header__title.page-title {
    display: inline-block;
    font-size: 40px;
    font-weight: 300;
    width: 100%;
    text-align: center;
}

.woof_list_checkbox input[type="checkbox"] {
    width: 14px;
    height: 14px;
}

.woof_container h4 {
    font-weight: bold;
    font-size: 18px;
    color: #303030;
}

.widget.widget-woof {
    margin-top: 13px;
}

.woof_container {
    border-bottom: 1px solid #DDDDDD;
    margin-bottom: 20px;
    padding-bottom: 15px;
}

.woof_checkbox_label,
.woof_radio_label  {
    color: #303030;
    font-size: 15px;
    padding-bottom: 0 !important;
    padding-top: 0 !important;
}

.woof_products_top_panel {
    display: none !important;
}

.woof_submit_search_form_container {
    display: none;
}

.woof_container_producttags {
    border-bottom: 0;
}
.woocommerce-shop .products img {
    height: auto;
    max-height: 280px;
}

.widget.widget-woof {
    border-right: 1px solid #DDDDDD;
    padding-right: 25px;
}

input[data-tax="pa_color"] {
    display: none;
}

.color-box {
    width: 20px;
    height: 20px;
    display: inline-block;
    border: 1px solid #EEEEEE;
    border-radius: 5px;
}
input[data-tax="pa_color"]:checked + label .color-box {
    border: 2px solid #4E2680;
}
.woof_container_pa_color li {
    display: inline-block;
}

.woof_container_pa_color label {
    margin-left: 0 !important;
}
.woof .widget_price_filter .price_slider_wrapper .ui-widget-content {
    background-color: #dddddd;
    border-radius: 0 !important;
}

.woof .widget_price_filter .ui-slider .ui-slider-range {
    background-color: #4E2680;
}

.woof .widget_price_filter .ui-slider .ui-slider-handle {
    background-color: #4E2680;
    border: 0;
    top: -1px;
    border-radius: 4px;
    width: 7px;
}

.price_slider_amount .button {
    background-color: #4E2680;
    color: white;
    font-size: 13px !important;
    font-weight: bold;
    border-radius: 5px;
    padding: 2px 15px;
}

.price_label {
    font-size: 13px;
    font-weight: bold;
}


/** breadcrumb **/
.storefront-breadcrumb {
    background-color: #F8F8F8;
    padding: 17px 0;
}

.woocommerce-breadcrumb a:before {
    display: none !important;
}

.woocommerce-breadcrumb .breadcrumb-separator::after {
    display: none;
}

.woocommerce-breadcrumb .breadcrumb-separator {
    text-indent: initial;
}

.woocommerce-breadcrumb a, .woocommerce-breadcrumb span {
    text-decoration: none;
    color: #303030;
    font-weight: normal;
}

.woocommerce-breadcrumb {
    color: #4E2680;
    font-weight: bold;
}
body .storefront-breadcrumb{
	text-transform: lowercase;
}
.image-banner img {
    width: 100%;
    max-height: 350px;
    object-fit: cover;
    object-position: center;
}

.image-banner-text {
    position: absolute;
    top: 0;
    display: flex;
    align-items: center;
    height: 100%;
    width: 100%;
    z-index:2;
}

.image-banner {
    position: relative;
}

.image-banner:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(0, 0, 0, 0.4);
    left:0;
    top:0;
}

.image-banner-text h1 {
    color: white;
    font-weight: bold;
    font-size: 60px;
    text-align: center;
}
a.added_to_cart.wc-forward {
    background-color: #4E2680 !important;
    border-radius: 5px;
    order: 3;
    border-left: 4px solid #4E2680;
    padding: 8px 23px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #4d4d4d;
}
.no-sidebar #primary {
    width: 100%;
}


/** Static pages **/
.static-page .entry-content h3 {
    font-weight: bold;
    font-size: 40px;
    color: #303030;
    margin-bottom: 0;
}

.static-page .entry-content {
    color: #303030;
    font-size: 18px;
}


/** single product **/
.single-product div.product .woocommerce-product-gallery .flex-viewport {
    width: calc(100% - 130px);
    float: right;
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
    width: 130px;
    float: right;
    padding-right: 10px;
    padding-top: 6px;
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img {
    max-width: 130px;
}
.single-product div.product .product_meta a{
    text-decoration: none;
    color: #303030;
}

@media(min-width: 768px) {
    .single-product div.product .woocommerce-product-gallery {
        width: 60%;
        margin-right: 0;
        padding-right: 80px;
    }
    .single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger{
        right: 80px;
    }
    .single-product div.product .summary {
        width: 40%;
    }
}
.flex-control-thumbs li {
    box-shadow: 0px 0px 4px 1px rgb(0 0 0 / 8%);
    padding: 10px;
    margin-bottom: 15px !important;
    height: 100px;
}
.flex-control-thumbs li img {
    max-height: 100%;
    margin-left: auto !important;
    margin-right: auto !important;
}

.single-product div.product {
    overflow: initial;
}
.woocommerce-product-gallery__image a {
    box-shadow: 0px 0px 4px 1px rgb(0 0 0 / 8%);
    overflow: hidden;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.woocommerce-product-gallery__wrapper img {
    margin-left: auto !important;
    margin-right: auto !important;
}
.woocommerce-product-gallery__image  {
    height: 100%;
    /* padding: 10px;
    padding-bottom: 5px; */
}
.woocommerce-product-gallery__trigger {
}
.woocommerce-product-gallery {
    height: 460px;
    overflow: hidden;
    padding-left: 4px;
}
.flex-viewport {
}
.woocommerce-product-gallery__wrapper {
    height: 100%;
}

.single-product h1 {
    font-size: 30px;
    font-weight:300;
    margin-top: 8px;
    margin-bottom: 10px;
}

.single-product .product .price {
    font-size: 20px;
    font-weight: bold;
    color: #303030;
    margin-top: 0 !important;
    margin-bottom: 10px !important;
}

.single-product .quantity .qty{
    min-width:180px;
}

.woocommerce-product-details__short-description {
    font-size: 14px;
}
.variations_form select {
    min-width: 180px;
    height: 45px;
    padding-left: 15px;
    padding-right: 12px;
    position: relative;
    max-width:unset;
    background-color: #f2f2f2;
    border:0px;
}
.variations_form select {
  -webkit-appearance: none;
  appearance: none;
  outline: none;
}
.variations_form .value-wrapper {
    position: relative;
    display: inline-block;
}
.variations_form .value-wrapper:after {
    content: '';
    display: block;
    border-right: 2px solid #303030;
    border-bottom: 2px solid #303030;
    width: 6px;
    height: 6px;
    transform: rotate(-225deg);
    position: absolute;
    top: calc(50% - 4px);
    right: 10px;
    transform: rotate(45deg);
}

.single-product div.product table.variations th, .single-product div.product table.variations td {
    display: table-cell;
    padding-bottom: 12px;
}

.single-product div.product table.variations td.value {
  width: 100%;
  padding-left: 20px;
}
.single-product div.product table.variations td.label {
  white-space: nowrap;
  vertical-align: middle;
  min-width:90px;
}

.single-product div.product table.variations {
    table-layout: auto;
}

.single-product .single_add_to_cart_button{
    min-width: 290px;
}

.single-product .stock.in-stock{
    margin: 15px 0px;
}

.qib-button.qib-button-wrapper {
    border: 1px solid #dddddd;
    border-radius: 5px;
}

.qib-button-wrapper button {
    border: 0 !important;
    margin-left: 2px;
    margin-right: 2px;
    padding-left: 5px !important;
    padding-right: 5px !important;
}

.qib-button-wrapper input {
    border: 0 !important;
    outline: none !important;
}

.qib-button-wrapper .quantity input.input-text.qty.text {
    max-width: 60px;
    height: 36px !important;
}

.qib-button-wrapper button.qib-button, .qib-button-wrapper div.quantity.wqpmb_quantity {
    height: 36px !important;
}
table.variations td.label, table.variations td.label label {
    font-weight: bold;
    font-size: 16px;
}
.single_add_to_cart_button span,
.proceed-btns button span,
.proceed-btns a span,
#place_order span,
.new-btn span {
    height: 50px;
    width: 50px;
    position: absolute;
    right: 0;
    top: -2px;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 15px;
    background-image: none;
    background-color: #4E2680;
    border-radius: 50%;
    border: 2px solid white;
    right: -19px;
    transition: all 0.3s;
}

.single_add_to_cart_button,
.proceed-btns button,
.proceed-btns a,
#place_order,
.new-btn {
    position: relative;
    background-color: #4E2680!important;
    color: #fff!important;
    border-radius: 5px;
    padding-left: 40px;
    padding-right: 40px;
    min-width: 220px;
    height: 50px;
    font-weight: bold;
    display: flex !important;
    font-size: 16px !important;
    align-items: center;
    transition: all 0.3s;
}
.cart .single_add_to_cart_button{
    background-color: #4E2680!important;
    justify-content: center;
}
.wc-proceed-to-checkout .button.checkout-button{
    border-radius: 5px;
    height: 50px;
    line-height: 1.2;
}
.wc-proceed-to-checkout .button.checkout-button span,
#payment .place-order .button span{
    top: 0;
}

.single_add_to_cart_button span:before,
.proceed-btns button span:before,
.proceed-btns a span:before,
#place_order span:before,
.new-btn span:before {
    content: '';
    border-style: solid;
    border-width: 2px 2px 0 0;
    display: inline-block;
    height: 14px;
    left: -10px;
    position: relative;
    top: 0px;
    transform: rotate(45deg);
    vertical-align: top;
    width: 14px;
}
.single_add_to_cart_button:hover,
.single_add_to_cart_button:hover span,
.proceed-btns button:hover,
.proceed-btns button:hover span,
.proceed-btns a:hover,
.proceed-btns a:hover span,
#place_order:hover,
#place_order:hover span,
.new-btn:hover,
.new-btn:hover span {
    border-color: #4E2680 !important;
}
a.reset_variations, .shipping-estimate {
    display: none !important;
}
.woocommerce-tabs ul.tabs {
    width: 100%;
    display: flex;
    border: 0;
    margin-bottom: 20px;
}

.woocommerce-tabs ul.tabs li {
    border: 0;
    font-weight: bold;
    margin-right: 30px;
}

.woocommerce-tabs ul.tabs li a {
    color: #303030;
    padding-top: 5px;
    padding-bottom: 0px;
    padding-left: 0px !important;
}

.woocommerce-tabs .panel {
    width: 100%;
}

.woocommerce-tabs .panel h2 {
    display: none;
}

.woocommerce-tabs ul.tabs li.active::after {
    display: none;
}

.woocommerce-tabs ul.tabs li.active a {
    color: #4E2680;
    border-bottom: 2px solid #4E2680;
}
.product-desc-title {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 40px;
    color: #303030;
}
.woocommerce-tabs {
    padding-top: 0;
}
.section-related-products {
    overflow: hidden;
}
.woocommerce-product-attributes{
    border-collapse: collapse;
}

.woocommerce-product-attributes .woocommerce-product-attributes-item__label{
    width:40%;
}

.woocommerce-product-attributes td, 
.woocommerce-product-attributes th{
    border: 1px solid #ddd;
}

/** Cart **/
.main-title {
    font-size: 30px;
    font-weight: 300;
    color: #4E2680;
    margin-bottom: 40px;
    text-align: center;
}
a.remove {
    text-indent: initial;
}

a.remove::before {
    display: none;
}

table.cart th {
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 18px;
    font-weight: bold;
}

table.cart td.product-thumbnail a {
    width: 120px;
    height: 100px;
    background-color: white;
    display: inline-flex;
    box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.08);
}

table.cart td.product-thumbnail img {
    object-fit: contain;
    object-position: center;
}

table.cart td {
    background-color: white !important;
    vertical-align: middle;
}

table.cart td.product-remove {
    padding-right: 10px;
}

table.cart td.product-thumbnail {
    padding-left: 10px;
    padding-right: 10px;
    width: 1%;
}

table.cart td.product-name {
    padding-left: 10px;
}

table.cart th.product-thumbnail {
    padding-right: 0;
    padding-left: 0 !important;
}

table.cart td.product-name a {
    color: #333;
    text-decoration: none;
    font-size: 22px;
    font-weight: bold;
}

table.cart .product-price .amount {
}

table.cart td.product-remove {
    width: 1%;
}

table.cart .qib-button-wrapper {
    max-width: 120px;
}

table.cart .qib-button-wrapper button {
    width: auto;
}

table.cart td.product-subtotal .amount {
    font-size: 20px;
    font-weight: bold;
}

table.cart td.product-subtotal {
    padding-top: 0;
    padding-bottom: 0;
}

table.cart .cart_item td {
    border-bottom: 1px solid #DDDDDD;
}

.cart-collaterals {
    display: flex;
    justify-content: space-between;
}

.cart-collaterals::before, .cart-collaterals::after {
    display: none;
}

.cart-coupon .coupon {
    border: 1px solid #dddddd;
}

.cart-coupon .coupon input {
    background-color: white;
    font-size: 13px;
    border: 0;
    box-shadow: none;
    width: 210px;
}

.cart-coupon .coupon button {
    background-color: #dddddd;
    border: none;
    color: white;
    font-weight: bold;
    padding-top: 6px;
    padding-bottom: 6px;
}

table.cart {
    margin-bottom: 25px;
}

.cart-totals th, .cart-totals td {
    background-color: white !important;
    font-size: 16px;
    font-weight: normal;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
}
.cart-totals tr:first-child th, .cart-totals tr:first-child td{
    border-top: 1px solid #ddd;
}
.cart-totals th{
    border-right: 1px solid #ddd;
}

.cart-totals {
    flex-grow: 1;
}

.cart-totals {}

.cart-totals .amount {
    font-weight: normal;
}

.cart-totals table {
    margin-left: auto;
}

.wc-proceed-to-checkout::before, .wc-proceed-to-checkout::after {
    display: none;
}

.proceed-btns {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: 20px;
    padding-right: 25px;
}
.wc-forward::after, .woocommerce-Button--next::after {
    display: none;
}

.proceed-btns .or {
    margin-left: 40px;
    margin-right: 30px;
    height: 50px;
    font-weight: bold;
}
.proceed-btns button,
.proceed-btns button span {
    background-color: white !important;
    border: 2px solid #4E2680 !important;
    color: #4E2680 !important;
}
.proceed-btns button {
    min-width: auto;
    padding-right: 45px;
    padding-left: 28px;
}





/** checkout **/
.woocommerce-checkout h3 {
    font-size: 25px !important;
    margin-bottom: 25px !important;
}

.woocommerce-checkout label {
    font-size: 16px;
    margin-bottom: 5px;
}

.woocommerce-checkout input[type="text"],
.woocommerce-checkout input[type="email"],
.woocommerce-checkout input[type="tel"],
.woocommerce-checkout input[type="password"],
.woocommerce-checkout select {
    background-color: transparent;
    box-shadow: none;
    border: 1px solid #e8e9eb;
    height: 48px;
    border-radius: 4px;
    font-size: 16px;
}

.col2-set .form-row {
    margin-bottom: 20px !important;
}

p#billing_address_1_field,
p#shipping_address_1_field {
    margin-bottom: 8px !important;
}

.col2-set .form-row-first,
#billing_state_field,
#billing_phone_field {
    margin-right: 10px !important;
    width: calc(50% - 10px);
    float: left;
    clear: initial;
}

.col2-set .form-row-last,
#billing_postcode_field,
#billing_email_field {
    width: calc(50% - 10px);
    margin-left: 10px;
    float: left;
    clear: initial;
}

.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 44px;
    padding-left: 15px;
    font-size: 16px;
}
.woocommerce-checkout .select2-container .select2-selection--single {
    height: 48px;
}

a.showlogin {
    border: 1px solid #D8D8D8;
    display: block;
    color: #303030;
    text-decoration: none !important;
    font-weight: bold;
    font-size: 22px;
    padding: 14px 20px;
    border-radius: 5px;
    margin-bottom: 60px;
    position: relative;
}

a.showlogin:after {
    content: '';
    border-style: solid;
    border-width: 2px 2px 0 0;
    display: inline-block;
    height: 14px;
    right: 20px;
    position: absolute;
    top: calc(50% - 11px);
    transform: rotate( 135deg);
    vertical-align: top;
    width: 14px;
}
.woocommerce-checkout textarea {
    background-color: transparent;
    box-shadow: none;
    border: 1px solid #dddddd;
    border-radius: 0.5rem;
    min-height: 140px;
}

span.optional {
    float: right;
}
#createaccount,
#ship-to-different-address-checkbox {
    display: none;
}
.checkbox-box {
    width: 20px;
    height: 20px;
    border: 1px solid #e8e9eb;
    display: inline-block;
    border-radius: 4px;
    position: relative;
    top: 4px;
    margin-right: 15px;
    background: #fff;
}
#createaccount:checked + .checkbox-box:after,
#ship-to-different-address-checkbox:checked + .checkbox-box:after {
    content: '';
    border-style: solid;
    border-width: 3px 3px 0 0;
    border-color: #4E2680;
    display: inline-block;
    width: 10px;
    height: 4px;
    top: 3px;
    left: 2px;
    position: absolute;
    transform: rotate( 135deg);
}

h3#order_review_heading {
    display: none;
}

.woocommerce-checkout td.product-name {
    width: 65% !important;
}

.woocommerce-checkout td {
    background-color: white !important;
    padding-left: 0;
    padding-right: 0;
}

.woocommerce-checkout-review-order-table {
    border: none;
    border-radius: 0;
    padding-left: 25px;
    padding-right: 25px;
    background-color: #f7f7f7;
}

.woocommerce-checkout-review-order-table tfoot tr:first-child td{
    border-top: 1px solid #333;
}

td.product-name .ts-product-image {
    width: 80px !important;
    height: 70px !important;
    box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}

td.product-name .ts-product-image img {
    width: 100%;
    object-fit: contain;
    margin-bottom: 0px;
}

.woocommerce-checkout td.product-name .product-name-details {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.2;
}

.woocommerce-checkout td.product-name .product-name-details .item_details{
    display: flex;
    align-items: CENTER;
    font-size: 16px;
}

.woocommerce-checkout .bundled_table_item .product-name{
    padding-left: 30px;
}

.woocommerce-checkout td.product-name .product-name-details .variation{
    width:100%;
    margin: 0px;
    font-size: 14px;
    font-weight: 400;
    margin-top: -10px;
}

@media (max-width: 767px){
    .woocommerce-checkout td.product-name .product-name-details .variation{
        margin-top: 10px;
    }
}

.woocommerce-checkout td.product-name .product-name-details .variation dt{
    font-weight: 400;
}

.woocommerce-checkout td.product-name .product-name-details .variation dt .amount{
    font-size: 14px;
}

.woocommerce-checkout td.product-name .product-name-details .variation dd{
    margin-bottom: 10px;
}

.woocommerce-checkout td.product-total {
    padding-left: 0;
    vertical-align: middle;
    font-size: 16px;
    text-align: right;
}

td.view-order-td {
    padding-left: 0;
    text-align: right;
    vertical-align: middle;
}

td.view-order-td a {
    font-size: 14px;
    text-decoration: none !important;
    color: #4E2680;
    font-weight: bold;
}

.woocommerce-checkout-review-order-table thead td {
    vertical-align: middle !important;
    padding-top: 18px;
    padding-bottom: 18px;
}

.woocommerce-checkout-review-order-table thead h3 {
    margin-bottom: 0 !important;
}

.checkout_coupon {
    position: relative;
    margin-top: 20px;
    margin-bottom: 20px;
}

.checkout_coupon .input-text {
    width: 100%;
}

.checkout_coupon .button {
    position: absolute;
    top: 0;
    right: 0;
    height: 44px;
    padding-top: 0;
    padding-bottom: 0;
    color: white;
    background-color: #dddddd;
}

.woocommerce-checkout tr.cart_item td:after {
    border-bottom: 1px solid #303030;
}

div#order_review {margin-top: 20px;}

.shop_table.woocommerce-checkout-review-order-table tbody td {
    border-bottom: 1px solid #EEEEEE;
}

.woocommerce-checkout-review-order-table th {
    background-color: white !important;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
}

.woocommerce-checkout-review-order-table th, .woocommerce-checkout-review-order-table .amount {
    font-size: 16px;
}

.woocommerce-shipping-totals td {
    font-size: 16px;
}

.woocommerce-checkout-review-order-table tfoot td {
    text-align: right;
    padding-left: 0;
    padding-right: 0;
    padding-top: 5px;
    padding-bottom: 5px;
}
.woocommerce-Reviews .woocommerce-noreviews
{
    display: none;
}
.woocommerce-Reviews input[type=submit]
{
    color: #303030 !important;
}
.woocommerce-checkout-review-order-table {
    border: none;
    border-radius: 0;
    padding-left: 25px;
    padding-right: 25px;
    background-color: #f7f7f7;
        padding-bottom: 25px;
}
.woocommerce-checkout td
{
    background-color: transparent !important;
}
.woocommerce-checkout td {
    background-color: transparent !important;
}
.woocommerce-checkout-review-order-table th
{
    background-color: transparent !important;
}
td.product-name .ts-product-image {
    min-width: 90px !important;
    height: 90px !important;
    margin-right: 15px;
    background-color: #fff;
    padding-right: 0px !important;
}
td.view-order-td a
{
    color: #4E2680;
}

#payment .payment_methods > li:not(.woocommerce-notice) {
    background-color: white !important;
}

#payment .payment_methods li.woocommerce-notice{
    background-color: #f1f1f1;
    color:#333;
}

.wc_payment_methods  label {
    padding-left: 0 !important;
    border-bottom: 1px solid #DDDDDD;
    padding-bottom: 15px !important;
}

.wc_payment_methods .payment_box {
    margin-top: 20px;
    background-color: white !important;
    font-size: 14px;
    padding: 0 !important;
    border-bottom: 1px solid #DDDDDD;
    padding-bottom: 20px !important;
}

#payment .place-order {
    background-color: transparent;
}
.col2-set .col-1, .col2-set .col-2 {
    margin-bottom: 5px;
}
#order_review_heading, #order_review {
    width: 400px;
    background: transparent;
}

.col2-set {
    width: calc(100% - 400px);
    margin-right: 0;
    padding-right: 60px;
}


button#place_order {
    text-align: center;
    justify-content: center;
    position: relative;
}

.form-row.place-order {
    padding: 0 !important;
    margin-top: 40px !important;
}
.products img {
    box-shadow: none;
    max-width: 245px;
    display: block !important;
    margin-left: auto;
    margin-right: auto;
}
.products .woocommerce-LoopProduct-link
{
    box-shadow: 0px 0px 8px 1px rgb(0 0 0 / 10%);
}
.product-title-header .woocommerce-loop-product__link
{
    box-shadow: none !important;
}
.ta_learn_more_outer 
{
    text-align: left;
    margin-top: 30px;
}
.ta_learn_more_outer a 
{
    color: #fff;
    font-size: 16px;
    display: inline-block;
    padding: 10px 30px;
    border-radius: 100px;
    background-color: #ed4d09;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.ta_learn_more_outer a:hover
{
    background-color: #b9400d;    
}
.section-header a:after
{
    content: none !important;
}
.product-title-header .woocommerce-loop-product__link
{
    display: flex !important;
    flex-direction: column;
}
.product-title-header .woocommerce-loop-product__link .product-category
{
    order: -1;
    position: relative;
    top: 0;
    font-weight: 300;
}
.products h2
{
    text-align: left;    
}
ul.products .wc-block-grid__product .price, 
.wc-block-grid__products li.product .price, 
.wc-block-grid__products .wc-block-grid__product .price 
{
    display: block;
    color: #43454b;
    font-weight: 400;
    margin-bottom: 1rem;
    text-align: right;
    width: 55%;
}
.return-to-shop a
{
    color: #333;
}

.about_section
{
    padding: 75px 0 80px;
    position: relative;
}
.about-content-container
{
    position: relative;
}
.about-content-container h2
{
    font-size: 30px;
    margin-top: 0;
    margin-bottom: 20px;
    font-weight: bold;
}
.about-content-container p
{
    font-size: 18px;
    margin-top: 0;
    margin-bottom: 20px;
}
.about-content-container p:last-child
{
    margin-bottom: 0;
}
.product_category_section
{
    position: relative;
}

.home_categories_list
{
    position: relative;
}
.home_categories_list ul {
    display: flex;
    list-style: none;
    padding-left: 0;
    margin-left: 0;
    margin-bottom: 0;
    margin-left: -15px;
    margin-right: -15px;
}
.home_categories_list ul li {
    width: 100%;
    max-width: 100%;
    padding: 0 15px;
}
.home_categories_list ul li a
{
    display: block;
}
.home_categories_list ul li a img
{
    display: block;
    width: 100%;
    height: auto;    
}
.home_categories_list ul li a span {
    display: block;
    font-size: 18px;
    color: #333;
    margin-top: 10px;
    font-weight: 600;
}
.home_categories_title
{
    position: relative;
    margin-bottom: 35px;
}
.home_categories_title h2
{
    font-size: 30px;
    font-weight: bold;
}
@media only screen and (max-width: 767px)
{
    .home_categories_list ul
    {
        display: block;
    }
    .home_categories_list ul li
    {
        margin-bottom: 30px;        
    }
    .home_categories_list ul li:last-child
    {
        margin-bottom: 0;        
    }
    .about_section
    {
        padding: 55px 0 60px;
    }

}
a.added_to_cart.wc-forward
{
    color: #fff;
    padding: 12px 23px;
    color: #fff; 
}

ul.products .wc-block-grid__product .price, .wc-block-grid__products li.product .price, .wc-block-grid__products .wc-block-grid__product .price
{
    display: block;
    text-align: left;
    width: 100%;
}
.products img {
    box-shadow: none;
    max-width: 100%;
    display: block !important;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: auto;
    min-width: 100%;
}
.storefront-sorting select {
    width: auto;
    background: #f1f1f1;
    border: none;
    padding: 10px 10px;
    font-size: 13px;
    border:1px solid #ccc;
    border-radius: 4px;
    height: 50px;
}
.pagination ul.page-numbers li, .woocommerce-pagination ul.page-numbers li{
    margin: 3px 0;
}
.pagination ul.page-numbers li .page-numbers, .woocommerce-pagination ul.page-numbers li .page-numbers
{
    width: 50px;
    height: 50px;
    border:1px solid #ccc;
    border-radius: 4px;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    line-height: 42px;
    text-align: center;
    background: #fff;
    font-size: 14px;
    vertical-align: middle;
    color: #303030;
    font-weight: bold;
}
.pagination ul.page-numbers li .page-numbers.current, .woocommerce-pagination ul.page-numbers li  .page-numbers.current{
    background: #4E2680;
    border-color: #4E2680;
    color: #fff;
}
.products-slider .owl-nav
{
    position: absolute;
    top: 35%;
    width: 100%;
}
.popular-products-section .product-category
{
    display: none;
}
.popular-products-section span.price
{
    display: none;
}
.popular-products-section a.button
{
    display: none;
}
.home-section
{
    display: none;
}
.section-products
{
    display: block;
    padding-bottom: 0;
}

.footer-widgets
{
    display: block;
}
.wp-block-columns
{
    margin-bottom: 0;
}

.home-section
{
    padding-top: 50px;
}

@media only screen and (max-width: 767px)
{
	.secondary-menu ul ul
	{
		z-index: 10;
	}
	.proceed-btns
	{
		display: block;
		text-align: center;
	}
	.proceed-btns .or {
		margin-left: 40px;
		margin-right: 30px;
		height: 50px;
		font-weight: bold;
		padding: 10px 0;
		height: auto;
		display: block;
	}
	.col2-set {
		width: 100%;
		margin-right: 0;
		padding-right: 0;
	}
	#payment .place-order .button
	{
		max-width: 280px;
        font-size: 15px!important;
        padding-left: 20px;
	}
	#order_review_heading, #order_review
	{
		width: 100%;
	}
}
#billing_postcode_field, #billing_email_field
{
    width: 100%;
    margin:0px;
}
#billing_state_field, #billing_phone_field
{
    width: 100%;
    margin-right: 0 !important;
}
.woocommerce-checkout input[type="text"], 
.woocommerce-checkout input[type="email"], 
.woocommerce-checkout input[type="tel"], 
.woocommerce-checkout input[type="password"], 
.woocommerce-checkout select
{
    width: 100%;
}

.white_placeholder::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff !important;
  opacity: 1; /* Firefox */
}

.white_placeholder:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #fff !important;
}

.white_placeholder::-ms-input-placeholder { /* Microsoft Edge */
  color: #fff !important;
}
.overlay_remove_search
{
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 200;
    display: none;
}

span.product-badge
{
    display: none !important;
}

/*CATEGORIES*/

.home .intro-text{
    padding-top: 80px;
    padding-bottom: 10px;
    font-size: 16px;
    line-height: 1.25;
}

.home .intro-text h2{
    margin-bottom: 40px;
    text-align: center;
}

.home .intro-text__row{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    margin: 0 -20px;
}
.home .intro-text__col{
    flex: 0 0 50%;
    max-width:50%;
    padding: 0 20px;
}

.home .intro-text p:last-child{
    margin-bottom: 0px;
}
.home .intro-text ul{
    margin: 0 0 0 10px;
    padding: 0;
}

.categories_section{
    padding: 50px 0 70px;
}
.categories_content .heading_wrapper h2{
    margin: 0 0 50px;
    text-align: center;
    font-size: 40px;
    font-weight: 300;
    color: #4E2680;
}
.categories_container{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
    justify-content: center;
}
.categories_container .item{
    flex: 0 0 33.333%;
    max-width: 33.333%;
    padding: 0 15px;
    margin: 0 0 130px;
    position: relative;
}
.categories_container .inner_item{
    padding-top: 80%;    
    height: 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    position: relative;   
}
.categories_container .item .image_wrapper {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 50px;
    overflow: hidden;
}
.categories_container .item a .image_wrapper img{
    transition: ease all 0.3s;
    object-fit: cover;
    position: absolute;
    width: 100%;
    height: 100%;
}
.categories_container .item a:hover .image_wrapper img{
    transform: scale(1.1);
}
.categories_container .product_title{
    position: absolute;
    bottom: -95px;
    left: 0;
    padding: 25px;
    z-index: 3;
    width: 100%;
    height: 190px;
    background: url(assets/images/icon-poligon.svg) no-repeat;
    background-position: center;
    text-align: center;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    width: 230px;
    left: 50%;
    margin-left: -115px;
}
.categories_container .item:nth-child(2) .product_title{
    background-image: url(assets/images/icon-circle.svg);
}
.categories_container .item:nth-child(3) .product_title{
    background-image: url(assets/images/icon-union.svg);
}
.categories_container .item:nth-child(4) .product_title{
    background-image: url(assets/images/icon-leaf.svg);
}
.categories_container .item:nth-child(5) .product_title{
    background-image: url(assets/images/icon-drop.svg);
}
.categories_container .item:nth-child(6) .product_title{
    background-image: url(assets/images/icon-path.svg);
}
.categories_container .product_title .title{
    font-size: 22px;
    line-height: 1.2;
    font-weight: bold;
    color: #FFFFFF;
    display: block;
    margin-bottom: 10px;
}
.categories_container .item:nth-child(4) .product_title .title{
    font-size: 16px;
}
.categories_container .product_title .view_products {
    font-size: 12px;
    line-height: 28px;
    height: auto;
    line-height: 32px;
    min-width: 94px;
    background: #4E2680;
    border-radius: 35px;
    color: #fff;
    padding: 0px 15px;
    display: inline-block;
    font-weight: 600;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    border:2px solid #4E2680;
}
.categories_container .product_title .view_products:hover{
    opacity: 0.8;
}
.categories_container .disabled{
    cursor: initial;
}
.categories_container .disabled .product_title .view_products{
    background: #999;
}

.button_container{
    padding: 20px 0 0;
    text-align: center;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
}
.button_container a{
    border: 2px solid #4E2680;
    height: 48px;
    line-height: 48px;
    border-radius: 100px;
    min-width: 220px;
    padding: 0 20px;
    color: #4E2680!important;
    background-color: #fff!important;
    font-size: 16px;
    font-weight: 600;
}
@media screen and (max-width: 992px){
    .categories_container .item{
        flex: 0 0 50%;
        max-width: 50%;
    }
    .categories_container .product_title .title{
        font-size: 18px;
    }
}
@media screen and (max-width:768px) {
    .home .intro-text__row{
        margin: 0;
        flex-wrap: wrap;
    }
    .home .intro-text__col{
        flex: 0 0 100%;
        max-width:100%;
        padding: 0;
    }

    .categories_container{
        margin: 0 -5px;
    }
    .categories_container .item{
        padding: 0 10px;
    }
}
@media screen and (max-width: 576px){
    .categories_section{
        padding: 40px 0;
    }
    .categories_container{
        margin: 0 -5px;
    }
    .categories_container .item{
        padding: 0 5px;
        margin-bottom: 90px;
    }   
    .categories_container .product_title .view_products{
        font-size: 14px;
    }
    .categories_container .product_title{
        background-size: 100%;
        padding: 0 10px;
        font-size: 14px;
        width: 150px;
        margin-left: -75px;
    }
    .categories_container .product_title .title{
        font-size: 14px;
    }
    .categories_container .item:nth-child(4) .product_title .title{
        font-size: 13px;
    }
    .general-screen__text p{
        font-size: 16px;
    }
}
@media screen and (max-width:400px){
    .categories_container{
        margin: 0;
    }
    .categories_container .item{
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0;
    }
}

/*REMOVE SIDEBAR*/
.right-sidebar .content-area{
    width: 100%;
    float: none;
    margin: 0;
}

/*CART MOBILE*/
@media screen and (max-width: 767px) {
    table.cart tr.woocommerce-cart-form__cart-item {
        position: relative;
        border-bottom: 1px solid #ccc;
        padding-bottom: 10px;
        display: block;
        margin-bottom: 20px;
    }
    table.cart td.product-remove{
        position: absolute;
        top: 0;
        right: 0;
        border:0;
    }
    table.cart td.product-remove a.remove{
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -ms-align-items: center;
        align-items: center;
        justify-content: center;
        top: 0;
        right: 0;
        left:auto;
    }
    table.cart td.product-thumbnail{
        width: 100%;
    }
    table.cart td.product-thumbnail a{
        margin: 0 auto 10px;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -ms-align-items: center;
        align-items: center;
        justify-content: center;
    }
    table.cart td.product-name a{
        font-size: 18px;
        padding-left: 10px;
    }
    table.cart .cart_item td{
        border:0;
    }
    table.cart td, table.cart th,
    table.cart td.product-name{
        padding: 0;
        margin-bottom: 10px;
    }

    .cart-collaterals{
        flex-wrap: wrap;
    }
    .cart-coupon{
        width: 100%;
        margin-bottom: 30px;
    }
    .cart-coupon .coupon{
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        border:0;
    }

    .wc-proceed-to-checkout .button {
        text-align: center;
        margin-bottom: 0em;
        width: 265px;
        margin-left: auto;
        margin-right: auto;
        font-size: 15px !important;
        text-align: center !important;
        justify-content: center;
    }
}

@media screen and (max-width: 450px){
    .cart-totals table{
        max-width: 100%;
    }
    .cart-totals th, .cart-totals td{
        padding-left: 0;
        padding-right: 0;
    }
}
@media screen and (max-width: 370px) {
    .wc-proceed-to-checkout .button{
        width: 225px;
        font-size: 14px !important;
        padding-left: 20px;        
    }
}

/*STYLES FROM FUNCTION*/
.request_quote_container 
{
    position: relative;
    text-align: center;
    margin-bottom: 0;
    top: auto;
    z-index: 1;
    margin-top: 0;
    order: 1;
}
.request_quote_container a 
{
    display: inline-block;
    color: #fff;
    background-color: #C13926;
    padding: 12px 25px;
    border-radius: 10px;
    font-size: 17px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.request_quote_container a:hover
{
    background-color: #9d2b1b;    
}


.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: none;
    border-radius: 4px;
    border:1px solid #e8e9eb;
}
.select2-container--default .select2-selection--single .select2-selection__arrow
{
    top: 18px;
    background-image: url(assets/images/arrow_down.svg);
    width: 12px;
    height: 12px;
    right: 15px;
    display: block;
    background-size: 12px;
    background-position: center;
    background-repeat: no-repeat;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b{
    display: none;
}
ul#shipping_method li:last-child {
    margin-bottom: 0;
    min-width: 120px;
}
.star-rating span:before, .quantity .plus, .quantity .minus, p.stars a:hover:after, p.stars a:after, .star-rating span:before, #payment .payment_methods li input[type=radio]:first-child:checked+label:before
{
    color: #4E2680;
}

.storefront-breadcrumb {
    background-color: #f7f7f7;
    padding: 17px 0 0;
}
body.single-product .qib-button.qib-button-wrapper {
    display: inline-block;
    float: none;
    margin-right: 0;
}
.single_add_to_cart_button
{
    margin-top: 30px;
}
p.has-background
{
    padding: 0;
}
body.single-product .qib-button.qib-button-wrapper
{
    border: none;
}
body.single-product .qib-button.qib-button-wrapper:before
{
    content: "<?php echo __("Quantity:", 'storefront'); ?>";
}
.single-product div.product form.cart .quantity
{
    float: none;
}
.single-product div.product form.cart .quantity .screen-reader-text {
    border: 0;
    clip: unset;
    -webkit-clip-path: inset(50%);
    clip-path: unset;
    height: auto;
    margin: auto;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: auto;
    word-wrap: normal !important;
    position: relative !important;
    color: #6d6d6d;
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    text-align: left;
    margin-right: 15px;
    min-width: 90px;
    display: inline-block;
}
.single-product div.product form.cart .quantity .screen-reader-text:after
{
    content: ":";
}
.single-product div.product form.cart .quantity select,
table.cart td.product-quantity .qty 
{
    border-radius: 5px;
    background-color: #f2f2f2;
    color: #001e32;
    font-size: 17px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    text-align: left;
    padding: 5px 15px;
    min-width: 200px;
    border: none;
    height: 44px;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.woocommerce-product-gallery__image a {
    box-shadow: none;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.flex-control-thumbs li
{
    box-shadow: none;
}
button[name="update_cart"]
{
    background-color: transparent !important; 
}
.woocommerce-product-details__short-description p
{
    color: #001e32;
    font-size: 17px;
    font-weight: 300;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1.4;
    text-align: left;
}
.woocommerce-breadcrumb a, .woocommerce-breadcrumb span
{
    color: #001e32;
}
ul.products
{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

/* subcategories mode display */

body.display-mode-subcategories #secondary.widget-area{
    display: none !important;
}

body.display-mode-subcategories.right-sidebar .content-area {
    width: 100%;
    float: none;
    margin: 0;
}

@media (min-width: 992px){
    body.show-sidebar.display-mode-subcategories .site-main ul.products li.product, 
    body.show-sidebar.display-mode-subcategories .site-main ul.products.columns-2 li.product {
        max-width: 25%;
        flex: 0 0 25%;
        width: 25%;
    }
}

body.display-mode-subcategories ul.products{
    justify-content: center;
}
ul.products .product-category{

}
ul.products .product-category a,
ul.products li.product>a.woocommerce-LoopProduct-link{
    position: relative;
    display: block;
    padding-bottom: 50px;  
    background: #FFFFFF;
    box-shadow: 0px 10px 30px #00000014;
    border-radius: 35px;
    overflow: hidden;  
}
ul.products li.product>a.woocommerce-LoopProduct-link{
    padding-bottom: 200px;
}
ul.products .product-category a img{    
    transition: all 0.3s ease;
}
ul.products .product-category a .woocommerce-loop-category__title,
.product-title-header{
    color: #4E2680;
    font-weight:600 !important;
    position: absolute;
    margin: 0!important;
    left: 0;
    width: 100%;
    bottom: 0;
    padding: 24px;
}
.product-title-header{
    padding-left: 39px;
    padding-right: 39px;
}
ul.products .product-category a h2.woocommerce-loop-category__title:before {
    content: "\f061";
    font-family: "Font Awesome 5 Free";
    left:  -10px;
    position: absolute;
    opacity: 0;
    transition: all 0.3s ease;
    font-size: 18px !important;
    bottom: 0;
    padding: 24px;
}
ul.products .product-category a .woocommerce-loop-category__title:after{
    content: 'View Products';
    left:  0px;
    position: absolute;
    width: 100%;
    opacity: 0;
    transition: all 0.3s ease;
    font-size: 18px !important;
    bottom: 0;
    width: 100%;
    padding: 24px;
}

ul.products .product-category a:hover img{
    transform: scale(1.01);
}
ul.products .product-category a:hover .woocommerce-loop-category__title{
    font-size: 0px !important;
}
ul.products .product-category a:hover .woocommerce-loop-category__title:before{
    left: 0px;
    opacity: 1;
    font-size: 18px !important;    
}
ul.products .product-category a:hover .woocommerce-loop-category__title:after{
    left: 30px;
    opacity: 1;
    font-size: 18px !important;
}

/* subcategories mode display END */

ul.products .product_cart{
    position: absolute;
    width: calc(100% - 30px);
    bottom: 0px;
    left: 15px;
    display: flex;
    align-items: center;
}
ul.products .out-of-stock{
    margin-top: -12px;
    margin-bottom: 10px;
    color: red;
    font-style: italic;
    font-size: 12px;
}
.site-main ul.products li.product,
.site-main ul.products.columns-2 li.product{
    max-width: 33.333%;
    width: 33.333%;
    display: block;
    padding: 0 15px;
    margin: 0 0 30px;
    height:auto;
}
.products .woocommerce-LoopProduct-link
{
    box-shadow: none;
    overflow: hidden;
}
.products a.button svg path
{
    fill: #4E2680;
}
a.added_to_cart.wc-forward{
    position: absolute;
    right: 20px;
    bottom: 0px;
}
@media screen and (max-width: 1180px) {
    ul.products{
        margin: 0 -10px;
    }
    .site-main ul.products li.product, .site-main ul.products.columns-2 li.product{
        padding: 0 10px;
    }
}
@media screen and (max-width: 768px) {
    .pagination, .woocommerce-pagination{
        border:0;
    }
    .storefront-sorting{
        float: none;
        text-align: center;
        margin-bottom: 10px;
    }
    .storefront-sorting form{
        margin-bottom: 30px;
    }
    .site-main ul.products li.product, .site-main ul.products.columns-2 li.product{
        max-width: 50%;
        width: 50%;
    }
}
@media screen and (max-width:576px) {
    ul.products .product-category a .woocommerce-loop-category__title:after,
    ul.products .product-category a:hover .woocommerce-loop-category__title:before,
    ul.products .product-category a .woocommerce-loop-category__title,
    ul.products .product-category a:hover .woocommerce-loop-category__title:after{
        font-size: 16px!important;
    }
}
@media screen and (max-width: 400px){
    ul.products{
        margin: 0;
    }
    .site-main ul.products li.product, .site-main ul.products.columns-2 li.product{
        padding: 0;
    }
    .site-main ul.products li.product, .site-main ul.products.columns-2 li.product{
        max-width: 100%;
        width: 100%;
    }
}
.woof_container h4 {
    font-weight: bold;
    font-size: 18px;
    color: #303030;
    background-color: #f2f2f2;
    padding: 8px 20px;
}
.popular-products-section span.price
{
    display: block;
}

textarea
{
    padding: 10px 15px;
}
.homepage_view_all_button
{
    display: block;
    margin-top: 28px;
}
.view_all_inner
{
    text-align: center;
}
.view_all_inner a 
{
    display: inline-block;
    border-radius: 5px;
    background-color: #4E2680;
    color: #fff;
    font-size: 17px;
    padding: 10px 22px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.view_all_inner a:hover
{
    background-color: #0e5181;          
}
.banner_image_section
{
    position: relative;
}
.banner_image_section img
{
    display: block;
    width: 100%;
}
.about_section {
    padding: 75px 0 80px;
    position: relative;
    background-color: #1477c6;
    color: #fff;
}
.about-content-container h2
{
    color: #fff;
    font-size: 40px;
}
.ta_learn_more_outer a 
{
    color: #fff;
    font-size: 16px;
    display: inline-block;
    padding: 10px 30px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    border-radius: 5px;
    background-color: #4E2680;
}
.ta_learn_more_outer a:hover
{
    background-color: #4E2680;
}
.about-content-container
{
    max-width: 1000px;
    position: relative;
    z-index: 2;
}
.about-content-container p
{
    font-size: 20px;
}
.hero_pattern_outer
{
    position: relative;
}
.hero_pattern_outer > img {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    z-index: 1;
    width: auto;
}
.products h2
{
    font-size: 18px !important;
    font-weight: 600 !important;
    color: #4E2680;
}
.categories_container div.item .category_inner_container .text_container h3 {
    margin-bottom: 11px;
    font-weight: 400;
}
.woocommerce-checkout h3 {
    font-size: 25px !important;
    margin-bottom: 25px !important;
    font-weight: 400 !important;
    color: #001e32 !important;
}
.products .owl-stage .owl-item img {
    object-fit: contain;
    object-position: center;
    width: auto;
    height: 250px;
}
.cart-count
{
    font-size: 12px;
    line-height: 0;
}
ul.products li.product .price
{
    margin-bottom: 0;
}
@media only screen and (max-width: 767px)
{
    .secondary-menu ul ul
    {
        z-index: 10;
    }
    .proceed-btns
    {
        display: block;
        text-align: center;
    }
    .proceed-btns .or {
        margin-left: 40px;
        margin-right: 30px;
        height: 50px;
        font-weight: bold;
        padding: 10px 0;
        height: auto;
        display: block;
    }
    .col2-set {
        width: 100%;
        margin-right: 0;
        padding-right: 0;
    }
    #order_review_heading, #order_review
    {
        width: 100%;
    }
    .cart-totals > div
    {
        margin-bottom: 20px;
        width: 100% !important;
    }
    .cart-totals img
    {
        float: right;
    }
}
body.archive .site-content
{
    padding: 15px 0 0 !important;
}
#masthead
{
    margin-bottom: 0;
}
.viewer-masthead
{
    margin-top: 40px;
}
.qib-button-wrapper .quantity input.input-text.qty.text
{
    background-color: #fff !important;
}
table.cart td.product-quantity .qty
{
    min-width: 70px !important;
    padding: 0 10px;
}
.secondary-menu ul ul
{
    z-index: 20;
}
select
{
    background-image: none !important;
}
body.single-product .qib-button.qib-button-wrapper:before
{
    content: none !important;           
}
.single_add_to_cart_button
{
    margin-top: 15px;
}

/* loop image */

.products .woocommerce-LoopProduct-link img{
    max-height: 100% !important;
    transition: ease all 0.3s;
    margin: 0!important;
}

a.added_to_cart.wc-forward {
    color: #fff;
    font-size: 0px;
    padding: 9px !important;
    line-height: 1;
}

a.added_to_cart.wc-forward:before {
    content: "\f061";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.zoomImg{
    display: none !important;
}

.single-product div.product .woocommerce-product-gallery img{
    max-height: 500px;
    width:auto;
    max-width: 100%;
}

/* register page */

body.page-id-1244 .navgiation_wrapper,
body.page-id-1244 footer{
    display: none;
}


/* delivery information */

.delivery_info{
	border-top:1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 15px 0px;
}
.delivery_info i.fa-map-marker{
	margin-right: 5px;
}
.delivery_info i.fa-map-marker:before{
	content:'\f3c5';
}

/*SEARCH SECTION*/
.search_container 
{
    background: #4E2680;
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    height: 60px;
    z-index: 9999;
    transition: ease all 0.3s;
    opacity: 0;
    visibility: hidden;
}
.search_container.active
{
    visibility: visible;
    opacity: 1;
}
.search_input_container form
{
    margin-bottom: 0;
    border: 2px solid #4E2680;
    border-radius: 35px;
    overflow: hidden;
    position: relative;
}
.search-button-section{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    padding-right: 15px;
    position: relative;
}
.search-button-section a{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
}
.search-button-section a svg{
    transition: ease all 0.3s;
}
.search_input_container{
    position: relative;
}
.search_input_container input{
    width: 300px;
    border:0!important;
    padding: 0 60px 0 16px;
}
.search_input_container button{
    position: absolute;
    right: 0;
    height: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    top:0;
    transition: ease all 0.3s;
    background: transparent;
    padding: 0 20px;
}
.search_input_container button:hover{
    border:0;
    background-color: #fff;
}
@media screen and (max-width:1200px){
    .search-button-section a svg{
        width: 20px;
    }
}
@media screen and (max-width: 991px) {
    .search-button-section{
        padding-right: 0px;
    }
    .search-button-section:after{
        display: none;
    }
    .search-button-section a svg{
        width: 24px;
    }
}

/*HIDE TEXT Partner logo upload*/
.wc-pao-addon-partner-logo-upload .wc-pao-addon-name{
    display: none;
}

.extra-text {
    position: relative;
    padding-bottom: 25px;
}
.extra-text span.sub-label {
    position: absolute;
    left: 0px;
    bottom: 8px;
    font-size: 12px;
    font-style: italic;
}


/* Custom CSS */

.hero_pattern_outer
{
    margin-top: 65px;
}

.slider_section
{
    position: relative; 
}
.slider_section .item 
{
    padding: 300px 0;
    background-size: cover;
    background-position: bottom center;
    background-repeat: no-repeat;
}
.slider_section .overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3);
    z-index: 1;
}
.slider_section .item_text{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    top: 0;
    display: flex;
    align-items: center;
    max-width: 1320px;
    left:0;
    right:0;
    margin: auto;
}
.slider_section .item_text h1{
    color: #fff;
    font-size: 72px;
    line-height: 1.1;
    font-weight: bold;
    max-width: 700px;
}
.slider_section .item_text h1 small{
    font-size: 60%;
    font-weight: 400;
    line-height: 1.7;
    display: block;
}
@media(max-width: 1500px) {
    .slider_section .item_text{
        max-width: 1240px;
    }
}
@media screen and (max-width: 1300px){
    .slider_section .item_text{
        max-width: 1140px;
    }
    .slider_section .item_text h1{
        font-size: 65px;
    }
}
@media(max-width: 1180px) {
    .slider_section .item_text{
        max-width: none;
        width: 96%;
    }
}
@media screen and (max-width: 992px){
    .slider_section .item_text h1{
        font-size: 60px;
    }
}
@media screen and (max-width: 576px){
    .slider_section .item_text h1{
        font-size: 42px;
    }
}
.products-search
{
    margin-left: revert;
    margin-right: revert;   
}
.slider_section .owl-dots {
    position: absolute;
    bottom: 20px;
    text-align: center;
    width: 100%;
}
.slider_section .owl-dots .owl-dot 
{
    position: relative;
    margin-right: 10px;
    display: inline-block;
}
.slider_section .owl-dots .owl-dot:last-child
{
    margin-right: 0;    
}
.slider_section .owl-dots .owl-dot span
{
    width: 7px;
    height: 7px;
    display: block;
    border-radius: 100%;    
    background-color: #4E2680;
    opacity: 0.5;
}
.slider_section .owl-dots .owl-dot.active span
{
    opacity: 1;
}
.custom_cat_section {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    padding: 40px 0 40px;
    margin: 0 -15px;
}
.custom_cat_section .item
{
    padding: 0 15px;
    width: 100%;
    max-width: 50%;
    flex: 0 0 50%;
    position: relative;
}
.custom_cat_section .item .item_inner
{
    padding-top: 66%;
    border-radius: 15px;
    overflow: hidden;
    position: relative;
    height: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    background-size: cover;
    background-position: top center;
}
.site-main
{
    margin-bottom: 0;
}
.custom_cat_section .item .item_inner:before 
{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 120px;
    background: transparent -webkit-linear-gradient(270deg, #00000000 0%, #00000080 100%) 0% 0% no-repeat;
    background: transparent linear-gradient(180deg, #00000000 0%, #00000080 100%) 0% 0% no-repeat;
}
.custom_cat_section .item .item_inner .boxes__descr {
    position: absolute;
    z-index: 2;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 30px 35px;
}
.custom_cat_section .item .item_inner .boxes__descr .boxes__text
{
    position: relative;
}
.custom_cat_section .item .item_inner .boxes__descr .boxes__text h4 {
    color: #fff;
    font-weight: bold;
    font-size: 35px;
    margin-bottom: 0;
}
.custom_cat_section .item .item_inner .boxes__descr .boxes__btn a {
    font-size: 12px;
    line-height: 28px;
    height: auto;
    line-height: 32px;
    min-width: 94px;
    background: #4E2680;
    border-radius: 4px;
    color: #fff;
    padding: 0px 15px;
    display: inline-block;
    font-weight: 600;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.custom_cat_section .item .item_inner .boxes__descr .boxes__btn a:hover
{
    background-color: #c46500;
}
@media only screen and (max-width: 991px)
{
    .custom_cat_section
    {
        padding: 50px 0 20px;
    }
    .custom_cat_section .item 
    {
        padding: 0 15px;
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
        position: relative;
        margin-bottom: 35px;
    }
    .custom_cat_section .item:last-child
    {
        margin-bottom: 0;       
    } 
    .custom_cat_section .item .item_inner
    {
        padding-top: 80%;
    }
    .custom_cat_section {
        padding: 50px 0 50px;
    }
}
@media only screen and (min-width: 768px)
{
    .storefront-full-width-content.single-product div.product .summary
    {
        width: 45.521739%;
    }
    .storefront-full-width-content.single-product div.product .woocommerce-product-gallery
    {
        width: 50.130435%;
    }
}
.woocommerce-cart .outer_wrapper_content
{
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(assets/images/cart_bg.jpg);
    position: relative;
    padding-bottom: 80px;
}
.woocommerce-cart .outer_wrapper_content:after
{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.6);
    display: block;
}
.woocommerce-cart .storefront-breadcrumb
{
    background-color: transparent;
    position: relative;
    z-index: 1;
}
.woocommerce-cart .site-content
{
    position: relative;
    z-index: 1;
    background: transparent!important;
}
.woocommerce-cart .content-area {
    background-color: #fff;
    padding: 40px 45px 15px;
    margin-bottom: 0;
    border-radius: 25px;
}
.woocommerce-cart .hentry
{
    margin-bottom: 0;
}
table:not( .has-background ) th 
{
    background-color: #f7f7f7;
}
@media only screen and (max-width: 575px)
{
    .woocommerce-cart .content-area
    {
        padding: 40px 25px;
    }
    .woocommerce-cart .outer_wrapper_content
    {
        padding-bottom: 50px;       
    }
}
@media only screen and (max-width: 767px)
{
    table.cart .qib-button-wrapper 
    {
        max-width: 120px;
        min-width: 120px;
        width: 120px;
        float: right;
        margin-bottom: 15px;
    }
    table.cart .product-quantity .plus, table.cart .product-quantity .minus
    {
        display: unset;
    }
}
.nav_container
{
    background-color: transparent;
    display: flex;
    align-items: center;
}
.nav_container .item:nth-child(2){
    padding-left: 20px;
}
.nav_container .item:last-child{
    margin-left: auto;
}
.site-branding
{
    position: relative;
}
.site-branding a
{
    display: inline-block;
}
.site-header .site-branding img{
    max-width: 63px;
}

.unwoman-site-notification {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #4E2680;
    padding: 0;
    z-index: 9999;
    display: block;
}

body.admin-bar .unwoman-site-notification {
    top: 32px;
}

.unwoman-site-notification a {
    color: #fff;
}

.unwoman-site-notification .site-notification__wrap {
    padding: 5px 0;
}

.unwoman-site-notification .wrapper {
    max-width: 100%;
    width: 1203px;
    margin: 0 auto;
    min-width: 320px;
    padding: 0 35px;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
}

.unwoman-site-notification .site-notification__text {
    font-size: 16px;
    font-weight: normal;
    text-align: center;
    padding: 4px 0px;
}

@media screen and (max-width:710px) {
    .unwoman-site-notification .site-notification__text{
        font-size: 14px;
    }
}
@media screen and (max-width:380px) {
    .unwoman-site-notification .site-notification__text{
        font-size: 12px;
    }
}

/* Navigation CSS */

.nav_bar_outer
{
    position: relative;
    justify-content: flex-end;
    align-items: center;
}
.nav_bar_outer ul
{
    margin-bottom: 0;
    text-align: right;
    margin-left: 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
}
.nav_bar_outer ul li {
    display: inline-block;
    padding: 0px 20px;
    position: relative;
}
.nav_bar_outer ul li.menu-item-has-children{
    padding-right: 20px;
}
.nav_bar_outer ul li.menu-item-has-children:after {
    content: "";
    height: 15px;
    width: 15px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -7.5px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-down'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
    background-size: 100%;
    transition: ease all 0.3s;
}
.nav_bar_outer ul li.menu-item-has-children:hover:after{
    transform: rotate(-180deg);
}
.nav_bar_outer ul li a 
{
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    color: #000000;
    font-size: 15px;
    padding: 35px 0;
    display: block;
}
.nav_bar_outer ul li.current-menu-item a{
    color: #303030;
    opacity: 1;
}
.nav_bar_outer ul li a:hover{
    opacity: 1;
}

.nav_bar_outer
{
    display: flex;
}
.search_wishlist_links ul li:last-child:after
{
    content: none;
}
.wishlist_link_nav {
    font-size: 22px !important;
    position: relative;
    color: #4E2680 !important;
    top: 3px;
}
.search_link_nav {
    font-size: 18px !important;
    position: relative;
    top: 0px;
    color: #4E2680 !important;
}
a.cart_button_nav {
    display: block;
    display: -webkit-box;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    position: relative;
    display: flex;
    align-items: center;
    padding: 0px 20px;
    height: 46px;
    line-height: 46px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    height: auto;
    min-width: 120px;
    background: #4E2680  !important;
    color: #fff!important;
}
.nav_bar_outer ul li .sub-menu 
{
    position: absolute;
    min-width: 200px;
    text-align: left;
    top: 100%;
    display: none;
    overflow: hidden;
    background: #FFF;
    box-shadow: 0 10px 30px #00000014;
    border-radius: 35px;
}
.nav_bar_outer ul li:hover .sub-menu
{
    display: block;
}
.nav_bar_outer ul li .sub-menu li
{
    display: block;
    padding: 0;
}
.nav_bar_outer ul li .sub-menu li:after
{
    content: none !important;
}
.nav_bar_outer ul li .sub-menu li a 
{
    display: block;
    padding: 15px 15px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    border:0;
    text-transform: none;
    opacity: 0.9;
}
.nav_bar_outer ul li .sub-menu li a:hover
{
    opacity: 1;
    color: #4E2680;
}
.wpml-ls-menu-item
{
    font-size: 0;
}
.wpml-ls-menu-item .sub-menu {
    min-width: 150px !important;
}
@media screen and (max-width: 1500px) {
    .nav_bar_outer ul li{
        padding: 15px 10px;
    }
    .nav_bar_outer ul li a{
        font-size: 15px;
    }
    .search_input_container input{
        width: 250px;
    }
    a.cart_button_nav{
        font-size: 15px;
    }
}
@media screen and (max-width: 1300px) {
    .nav_bar_outer ul li a{
        font-size: 14px;
    }
    .search_input_container input{
        width: 180px;
    }
    a.cart_button_nav{
        font-size: 14px;
    }
}
@media screen and (max-width: 1100px) {
    .nav_bar_outer ul li a{
        font-size: 13px;
    }
    .search_input_container input{
        width: 150px;
    }
    a.cart_button_nav{
        font-size: 12px;
        min-width: 100px;
        padding: 0 10px;
    }
}
@media only screen and (max-width: 991px)
{
    .desktop_nav
    {
        display: none;
    }
    .header-inner,
    .secondary-header
    {
        display: none;
    }
    /*.header-inner
    {
        display: none;
    }
    .secondary-header
    {
        display: none;
    }*/

    .menu_bars_container_wrapper .mobile_cart_button .cart_button_nav{
        min-width: auto;
        background-color: #fff!important;
    }
}
@media only screen and (min-width: 992px)
{
    .desktop_nav
    {
        display: block;
    }
    .mobile_nav
    {
        display: none;      
    }
    .header-inner
    {
        display: none;
    }
    .secondary-header
    {
        display: none;
    }
}
@media screen and (max-width:400px){
    .cart_button_nav{
        padding: 5px 10px;
    }
}
.cart_button_nav,
.wishlist_link_nav
{
    position: relative;
}
.cart_button_nav span,
.wishlist_link_nav span
{
    background: #3AB5A7;
    border: 2px solid #3AB5A7;
    border-radius: 50%;
    width: 19px;
    height: 19px;
    padding: 1px 4px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    color: #fff;
    font-size: 9px;
    line-height: 19px;
    position: absolute;
    top: -5px;
    right: -5px;
    box-sizing: border-box;
}
.wishlist_link_nav span 
{
    top: -8px;
    right: -9px;
}
.stock.in-stock
{
    margin-bottom: 0;
}

/* End Navigation CSS  */
.variations_form .value-wrapper:after
{
    content: none;
}
.variations_form .value-wrapper select {
    background-image: url(assets/images/down-arrow.png);
    background-repeat: no-repeat;
    background-size: 12px;
    background-position: center right 15px!important;
}


.single-product div.product .woocommerce-product-gallery .flex-control-thumbs
{
    float: none;    
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.single-product div.product .woocommerce-product-gallery .flex-viewport
{
    width: 100%;
    float: none;
}


.woocommerce-product-gallery
{
    height: auto;
}

/*
.woocommerce-product-gallery__wrapper img
{
    width: auto;
    height: auto;
    display: block;
}
*/

.storefront-breadcrumb
{
    margin-bottom: 30px;
    background: #f1f1f1;
    padding: 20px 0px;
}
.storefront-sorting select,
.woocommerce-checkout select {
    width: auto;
    background: #fff;
    padding: 10px 10px;
    color: #303030;
    font-size: 16px;
    text-align: right;
    background-image: url(assets/images/down-arrow.svg);
    background-size: 12px;
    background-repeat: no-repeat;
    background-position: center right 15px;
    padding-right: 40px;
    max-width: 210px;
    -webkit-appearance: none;
}
.woocommerce-checkout select {
    text-align: left;
    max-width: 100%;
    width: 100%;
}
.storefront-sorting select option
{
    text-align: left;   
}
.woocommerce-shop .woocommerce-products-header
{
    padding: 0;
    margin-top: 20px;
}
.mobile_nav_container {
    position: relative;
    display: flex;
    align-items: center;
    padding: 20px 0px 10px;
}
.mobile_nav_container .item
{
    max-width: 100%;    
    width: 100%;
}
.mobile_nav_container .item .mobile_logo_wrapper
{
    position: relative;
}
.mobile_nav_container .item .mobile_logo_wrapper a
{
    display: inline-block;
}
.mobile_nav_container .item .mobile_logo_wrapper a img
{
    max-width:63px;
}
.mobile_nav_container .item .menu_bars_container {
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    margin-top: 2px;
    margin-left: 6px;
    order: 1;
}
.mobile_nav_container .item .menu_bars_container a
{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
}
.mobile_nav_container .item .menu_bars_container a img
{
    height: 20px;
}
.mobile_menu_links {
    position: absolute;
    left: 0;
    top:100%;
    bottom: auto;
    right: 0;
    width: 100%;
    z-index: 100;
    height: auto;
    background-color: #fff;
    padding: 30px 30px;
    display: none;
}
.mobile_menu_links_inner .mobile_links
{
    position: relative;
}
.mobile_menu_links_inner .mobile_links > ul
{
    list-style: none;
    padding-left: 0;
    margin-left: 0;
    text-align: center;
}
.mobile_menu_links_inner .mobile_links > ul > li
{
    display: block;
    margin-bottom: 6px;
}
.mobile_menu_links_inner .mobile_links > ul > li:last-child
{
    margin-bottom: 0;   
}
.mobile_menu_links_inner .mobile_links > ul > li > a
{
    display: block;
    color: #303030;
    font-size: 20px;
}
.mobile_menu_links_inner .mobile_links > ul > li .sub-menu
{
    list-style: none;
    padding-left: 0;
    margin: 9px 0 0;
}
.mobile_menu_links_inner .mobile_links > ul > li .sub-menu li
{
    display: block;
}
.mobile_menu_links_inner .mobile_links > ul > li .sub-menu li a
{
    display: block;
    color: #303030;
    font-size: 17px;
}
.menu_bars_container_wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: -10px;
}
.menu_bars_container_wrapper .mobile_cart_button
{   
    position: relative;
}   
.menu_bars_container_wrapper .mobile_cart_button .cart_button_nav
{
    position: relative;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
}
@media only screen and (max-width: 991px)
{
    .custom_cat_section .item
    {
        padding-left: 35px;
        padding-right: 35px;
    }
    .cart_button_nav span, .wishlist_link_nav span{
        right: 5px;
    }
    .search_input_container form{
        border:0;
    }
}
.woocommerce-product-gallery__trigger
{
    display: block !important;
}
span.product-badge {
    position: relative;
    top: auto;
    left: auto;
    background-color: #dddddd;
    font-size: 14px;
    font-weight: bold;
    color: white;
    padding: 1px 9px;
    display: inline-block;
    margin-top: -7px;
    margin-bottom: 20px;
}
.products .woocommerce-LoopProduct-link
{
    width: 100%;
}
.woocommerce-checkout-review-order-table .checkout_coupon
{
    display: none !important;
}
.checkout_coupon
{
    display: flex;
}
.checkout_coupon p:first-child
{
    display: none !important;
}
.checkout_coupon .button
{
    position: relative; 
    background-color: #000 !important;
    color: #fff;
}
.checkout_coupon .form-row-first
{
    margin-right: 3.882353%;
}
.woocommerce-checkout-review-order .checkout_coupon,
.woocommerce-checkout-review-order .woocommerce-form-coupon-toggle
{
    display: none;
}

.show-password-input{
    top: -2px;
}
fieldset legend{
    background: transparent;
}

.sub_cat_menu ul li a:hover,
.sub_cat_menu ul li.current a{
    color: #4E2680 !important;
}

.gform_button{
    background: #dad2e5 !important;
    border: 2px solid #4E2680 !important;
    border-radius: 0.5rem !important;
    transition: ease all 0.3s;
    padding: 10px 40px !important;
}

#unwoman-name-manager_field label .optional {
    display: none !important;
}

.woocommerce-ResetPassword .woocommerce-Button{
    background: #dad2e5 !important;
    color: #303030 !important;
    border: 2px solid #4E2680;
}

.hentry .entry-content .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link a{
    color: #000;
}

.home .site-content{
    overflow: hidden;
}
.popular_section{
    padding: 90px 0 0px;
    position: relative;
}
.popular_section:before{
    content: "";
    background: url(assets/images/icon-circle.svg) no-repeat;
    background-size: 100% 100%;
    width: 690px;
    height: 690px;
    border-radius: 50%;
    overflow: hidden;
    background-position: center;
    top: 180px;
    left: 50%;
    transform: translate(-50%, 0);
    position: absolute;
    z-index: -1;
}
.popular_section .heading_wrapper{
    text-align: center;
    margin: 0 0 270px;
}
.popular_section_row{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
    justify-content: center;
}
.popular_section_col{
    max-width: 33.333%;
    width: 33.333%;
    display: block;
    padding: 0 15px;
    margin: 0 0 30px;
}
.popular_section_wrap{
    position: relative;
    display: block;
    background: #FFF;
    box-shadow: 0 10px 30px #00000014;
    border-radius: 35px;
    height: 100%;
    overflow: hidden;
}
.popular_section_img{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
}
.popular_section_text{
    padding: 24px 24px 38px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.popular_section_text h2,
.popular_section_text h2 a{
    font-size: 24px;
    margin: 0 0 16px;
    width: 100%;
    font-weight: 600;
    display: block;
    color: #4E2680;
}
.popular_section_text .popular_section_price{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
}
.popular_section_text .popular_section_price ins{
    font-weight: 400;
    font-size: 20px;
    order: -1;
    color: #000;
    margin-left: 0;
    margin-right: 5px;
}
.popular_section_text .popular_section_price del{
    font-size: 14px;
    color: #888;
    font-weight: 300;
}
.popular_section_text .add-to-cart{
    font-size: 13px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    padding: 0 20px;
    min-width: 140px;
    max-width: 150px;
    line-height: 1.2;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width: 1180px) {
    .popular_section_row{
        margin: 0 -10px;
    }
    .popular_section_col{
        padding: 0 10px;
    }
    .popular_section_text h2, .popular_section_text h2 a{
        font-size: 18px;
    }
}
@media screen and (max-width: 992px) {
    .popular_section_col{
        flex: 0 0 50%;
        max-width: 50%;
    }
}
@media screen and (max-width: 576px) {
    .popular_section_col{
        flex: 0 0 100%;
        max-width: 100%;
    }
}