/*
Theme Name: Storefront Beglobal Demo Oakz
Theme URI: https://woocommerce.com/storefront/
Template: storefront
Author: Automattic
Author URI: https://woocommerce.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: 3.7.0.3626967188
Updated: 2021-07-22 15:19:45

*/
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;700&display=swap');
*,
button,
a {
    outline: none !important;
}
body {
    font-family: 'Open Sans', sans-serif;
}
a {
    outline: none !important;
}
.col-full {
    max-width: 1320px;
    width: 100%;
}
@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;
    }
}

.site-branding,
.secondary-navigation {
    width: auto !important;
    float: none !important;
    margin: 0;
}
.site-branding {
    max-width: 160px !important;
}
.secondary-navigation {
    margin-left: 20px;
}
.menu-nav-container {
    width: 100%;
    display: flex;
}

#masthead {
    padding-top: 5px;
    padding-bottom: 0;
}

#masthead > .col-full {
    display: flex;
    align-items: center;
    padding-bottom: 5px;
    width: 100% !important;
}

.menu-item a {
    font-size: 16px;
    color: #66666D !important;
    font-weight: 600 !important;
}
.menu-item.current-menu-item a {
    color: var(--primary-color) !important;
}

.header-icons {
    display: flex;
    align-items: center;
    list-style: none;
    margin: 0;
}

.header-icons li {
    padding-left: 14px;
    padding-right: 14px;
}

.right-header {
    margin-left: auto;
}

.secondary-header {
    display: flex;
    align-items: center;
    background-color: var(--primary-color);
}
.secondary-header, 
.secondary-header a {
    color: white;
    font-weight: bold;
}

.secondary-header .col-full {
    display: flex;
    align-items: center;
    justify-content: center;
}

.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: var(--primary-color);
    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;
}
.secondary-menu ul a,
.secondary-menu ul ul a:hover {
    color: white !important;
}
.secondary-menu ul ul a {
    color: #333 !important;
}
.left-menu {
    margin-right: auto;
}

.right-menu {
    margin-left: auto;
}

.header-icons li:last-child {
    padding-right: 0;
}

li.has-submenu > a:after,
li.menu-item-has-children > a:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-color: white transparent transparent transparent;
    display: inline-flex;
    position: relative;
    top: -1px;
    margin-left: 2px;
}


.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: 76px;
}

.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: 'Open Sans';
}

.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: var(--primary-color);
    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: 8px;
    position: relative;
}

.cart-count {
    width: 21px;
    height: 21px;
    position: absolute;
    background-color: var(--primary-color);
    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 > .col-full {
        width: 96% !important;
    }
}

/** Home **/


body.home #content > .col-full {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
    width: 100% !important;
}

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: var(--primary-color);
    color: white;
    padding: 14px 14px;
    font-weight: bold;
    border-radius: 5px;
}


.home-section {
    padding-top: 100px;
}

.home-section h2 {
    font-size: 30px;
    font-weight: bold;
    color: #66666D;
    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: var(--primary-color);
    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;
}




.product-title-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.section-products .product-title-header {
    display: none;
}
.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: 5px;
    padding-right: 25px;
    margin-top: 5px;
}

.products h2 {
    font-size: 24px !important;
    font-weight: bold !important;
    color: #333333;
    margin-bottom: 5px !important;
    margin-top: 25px;
}

.product-category {
    color: #888888;
    font-size: 15px;
    text-align: left;
}



span.product-badge {
    position: absolute;
    top: 15px;
    left: 5px;
    background-color: #BBBBBB;
    font-size: 14px;
    font-weight: bold;
    color: white;
    padding: 1px 9px;
}

.products a.button {
    background-color: var(--primary-color) !important;
    border-radius: 5px;
    order: 3;
    border-left: 4px solid var(--primary-color);
    padding: 8px 23px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.products span.price {
    margin-left: auto;
    margin-right: 20px;
    font-size: 22px;
    font-weight: bold;
    color: #66666D;
}

.products a.button svg {transform: scale(0.9);}

.products del {
    font-size: 16px;
}

.products span.price ins {
    font-weight: bold;
}


.owl-carousel .owl-stage{display: flex;}
.products .product {
    display: flex;
    height: 100%;
    flex-direction: column;
}


.products img {
    height: 260px;
    width: 100%;
    min-width: 280px;
    object-fit: contain;
    object-position: center;
}
.products .owl-stage .owl-item.first-item img {
    min-width: 455px;
    height: 280px;
}
.products .owl-stage .owl-item.first-item .product-title-header {
    display: flex;
}
.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-coming-products {
    background-color: #F8F8F8;
}
.owl-nav {
    margin-left: auto;
    text-align: right;
}

button.owl-next {
    margin-left: 12px;
    margin-right: 40px;
}
.section-header a {
    font-size: 20px;
    font-weight: bold;
    color: #333;
}
.section-header a:after {content: '';width: 100%;height: 6px;background-color: var(--primary-color);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 Pragmatica;
	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 Pragmatica;
	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 Pragmatica;
	letter-spacing: 0px;
	color: #F2890F;
	margin: 0;
}
.email-section__text h4{
	font: normal normal normal 24px/25px Pragmatica;
	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(../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 {
    background-color: white;
    padding-top: 0;
}

.footer-container {
    display: flex;
}

.social-column {
    border-right: 2px solid #4A9CCE;
    padding-right: 40px;
}

ul.social-icons {
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
}

.social-icons li {
    margin-right: 20px;
}

.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: #66666E;
}

.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-widgets > div:last-child {
    margin-left: auto;
    margin-top: auto;
}

footer .block.footer-widget-1 {
    padding-right: 40px;
    border-right: 2px solid #4A9CCE;
}

footer .footer-widget-2 {
    padding-left: 40px;
}

footer .links a {
    text-decoration: none;
    padding-top: 5px;
    padding-bottom: 5px;
    display: inline-block;
}

footer .links a:hover {
    text-decoration: underline;
}

.links ul {padding-right: 40px;margin-bottom: 0;}


/** Archive **/
p.woocommerce-result-count {
    display: none;
}

.storefront-sorting {
    float: right;
}

h1.woocommerce-products-header__title.page-title {
    display: inline-block;
    font-size: 30px;
    color: #66666D;
    font-weight: bold;
}

.woof_list_checkbox input[type="checkbox"] {
    width: 14px;
    height: 14px;
}

.woof_container h4 {
    font-weight: bold;
    font-size: 18px;
    color: #66666D;
}

.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: #66666D;
    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 .site-main ul.products.columns-2 li.product {
    width: 49%;
    margin-right: 0;
    padding-left: 18px;
    padding-right: 18px;
}

.woocommerce-shop .site-main ul.products li.product:nth-child(2n+1) {
    padding-left: 0;
}

.woocommerce-shop .site-main ul.products li.product:nth-child(2n+2) {
    padding-right: 0;
}

.woocommerce-shop .site-main ul.products li.product:nth-child(2n+1) .product-badge {
    left: 0px
}
.woocommerce-shop .site-main ul.products li.product:nth-child(2n+2) .product-badge {
    left: 15px
}
.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 var(--primary-color);
}
.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: var(--primary-color);
}

.woof .widget_price_filter .ui-slider .ui-slider-handle {
    background-color: var(--primary-color);
    border: 0;
    top: -1px;
    border-radius: 4px;
    width: 7px;
}

.price_slider_amount .button {
    background-color: var(--primary-color);
    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;
    font-size: 16px;
    color: #66666E;
    font-weight: normal;
}

.woocommerce-breadcrumb {
    color: var(--primary-color);
    font-weight: bold;
}
.image-banner img {
    width: 100%;
    max-height: 350px;
    object-fit: cover;
    object-position: top;
}

.image-banner-text {
    position: absolute;
    top: 0;
    display: flex;
    align-items: center;
    height: 100%;
    width: 100%;
}

.image-banner {
    position: relative;
}

.image-banner-text h1 {
    color: white;
    font-weight: bold;
    font-size: 60px;
}
a.added_to_cart.wc-forward {
    display: none;
}
.no-sidebar #primary {
    width: 100%;
}


/** Static pages **/
.static-page .entry-content h3 {
    font-weight: bold;
    font-size: 40px;
    color: #66666D;
    margin-bottom: 0;
}

.static-page .entry-content {
    color: #66666D;
    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;
}

@media(min-width: 768px) {
    .single-product div.product .woocommerce-product-gallery {
        width: 60%;
        margin-right: 0;
        padding-right: 40px;
    }
    .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;
    transform: scale(0.98);
}

.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 {
    display: none !important;
}
.woocommerce-product-gallery {
    height: 460px;
    overflow: hidden;
    padding-left: 4px;
}
.flex-viewport {
    height: 100% !important;
}
.woocommerce-product-gallery__wrapper {
    height: 100%;
}

.single-product h1 {
    font-size: 30px;
    font-weight: bold;
    margin-top: 8px;
    margin-bottom: 10px;
}

.single-product .product .price {
    font-size: 20px;
    font-weight: bold;
    color: #66666D;
    margin-top: 0 !important;
    margin-bottom: 10px !important;
}

.woocommerce-product-details__short-description {
    font-size: 14px;
}
.variations_form select {
    border: 1px solid #CCCCCC;
    border-radius: 5px;
    min-width: 160px;
    height: 36px;
    padding-left: 15px;
    padding-right: 12px;
    position: relative;
    z-index: 2;
    background: transparent;
}
.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 #66666D;
    border-bottom: 2px solid #66666D;
    width: 6px;
    height: 6px;
    transform: rotate(-225deg);
    position: absolute;
    top: calc(50% - 4px);
    right: 10px;
    transform: rotate(45deg);
    z-index: 1;
}

.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;
}

.single-product div.product table.variations {
    table-layout: auto;
}

.qib-button.qib-button-wrapper {
    border: 1px solid #BBBBBB;
    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: 14px;
}
.single-product .product_meta {
    display: none;
}
.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: 0;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 15px;
    background-image: none;
    background-color: var(--primary-color);
    border-radius: 50%;
    border: 1px 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: var(--primary-color) !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;
}

.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 {
    background-color: var(--link-hover-color) !important;
    color: white;
}
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: #66666D;
    padding-top: 5px;
    padding-bottom: 0px;
}

.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: var(--primary-color);
    border-bottom: 2px solid var(--primary-color);
}
.product-desc-title {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 40px;
    color: #66666D;
}
.woocommerce-tabs {
    padding-top: 0;
}




/** Cart **/
.main-title {
    font-size: 30px;
    font-weight: bold;
    color: #66666D;
    margin-bottom: 40px;
}
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 th:first-child {
    border-top-left-radius: 10px;
}

table.cart th:last-child {
    border-top-right-radius: 10px;
}

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 #BBBBBB;
}

.cart-coupon .coupon input {
    background-color: white;
    font-size: 13px;
    border: 0;
    box-shadow: none;
    width: 210px;
}

.cart-coupon .coupon button {
    background-color: #BBBBBB;
    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: 5px;
    padding-bottom: 5px;
}

.cart-totals {
    flex-grow: 1;
}

.cart-totals .amount {
    font-weight: normal;
}

.cart-totals table {
    max-width: unset !important;
}

.cart-collaterals .cart_totals{
	width: 100%;
	max-width: 510px;
	padding-left: 20px;
}

.cart-totals table{
	border: 1px solid #ddd;
    padding: 20px 0px;
}

.cart-totals .woocommerce-MyAccount-store-credit{
	padding: 0px;
}

.cart-totals .woocommerce-MyAccount-store-credit th{
	background: #F4F6F8 !important;
	vertical-align: middle;
	padding: 15px 22px;
}

.cart-totals .woocommerce-MyAccount-store-credit td{
    border-bottom: 1px solid #ccc;
    vertical-align: middle;
	padding: 10px 22px;
}

.cart-totals .woocommerce-MyAccount-store-credit tr:last-child td{
	border-bottom: 0px;
}

@media (max-width: 767px){
	.cart-collaterals .cart_totals{
		padding-left: 0px;
    }

	.cart-totals .woocommerce-MyAccount-store-credit{
		padding:10px 0px;
	}
	
	.cart-totals .woocommerce-MyAccount-store-credit td{
        padding-top: 5px;
		padding-bottom: 5px;
    }
}

.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;
}
.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: 1px solid var(--primary-color);
    color: var(--primary-color);
}
.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 #BBBBBB;
    height: 44px;
    border-radius: 5px;
    font-size: 14px;
}

.col2-set .form-row {
    margin-bottom: 20px !important;
}

p#billing_address_1_field,
p#shipping_address_1_field {
    margin-bottom: 8px !important;
}

.woocommerce-checkout .required {
    display: none;
}

.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;
}
.woocommerce-checkout .select2-container .select2-selection--single {
    height: 44px;
}

a.showlogin {
    border: 1px solid #D8D8D8;
    display: block;
    color: #66666D;
    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 #BBBBBB;
    border-radius: 5px;
    min-height: 140px;
}

span.optional {
    float: right;
}
#createaccount,
#ship-to-different-address-checkbox {
    display: none;
}
.checkbox-box {
    width: 20px;
    height: 20px;
    border: 1px solid #BBBBBB;
    display: inline-block;
    border-radius: 4px;
    position: relative;
    top: 4px;
    margin-right: 15px;
}
#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: var(--primary-color);
    display: inline-block;
    width: 12px;
    height: 6px;
    top: 2px;
    left: 1px;
    position: absolute;
    transform: rotate( 135deg);
}

h3#order_review_heading {
    display: none;
}

.woocommerce-checkout td.product-name {
    width: 80% !important;
}

.woocommerce-checkout td {
    background-color: white !important;
    padding-left: 0;
    padding-right: 0;
}

.woocommerce-checkout-review-order-table {
    border: 1px solid #DDDDDD;
    border-radius: 5px;
    padding-left: 25px;
    padding-right: 25px;
}

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;
}

.woocommerce-checkout td.product-name .product-name-details {
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.2;
}

.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: var(--primary-color);
    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: #BBBBBB;
}

.woocommerce-checkout tr.cart_item td:after {
    border-bottom: 1px solid #66666D;
}

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;
}

#payment .payment_methods li {
    background-color: white !important;
}

.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;
}

.col2-set {
    width: calc(100% - 400px);
    margin-right: 0;
    padding-right: 60px;
}

button#place_order:after {content: '';position: absolute;right: -18px;width: 48px;height: 48px;display: block;background-color: var(--primary-color);border-radius: 50%;border: 1px solid;}

button#place_order {
    text-align: center;
    justify-content: center;
    position: relative;
}

button#place_order:before {
        content: '';
        border-style: solid;
        border-width: 2px 2px 0 0;
        display: inline-block;
        height: 14px;
        right: 3px;
        z-index: 9;
        position: absolute;
        top: 17px;
        transform: rotate( 
    45deg
     );
        vertical-align: top;
        width: 14px;
}

.form-row.place-order {
    padding: 0 !important;
    margin-top: 40px !important;
}
.logo_container img
{
    height: 60px;
}
table.cart td.product-remove a.remove
{
    position: relative;
    font-size: 1.41575em;
    top: auto;
    right: auto;    
}

.sb-moq, .sb-date-range { display: none; }

.bg-blog-47 .sb-moq, 
.bg-blog-47 .sb-date-range {
    display: block;
}

.woocommerce-checkout-payment .woocommerce-info
{
    color: #333 !important;
}
.menu_ta_container ul
{
    margin-bottom: 0;
}

.sc_info_box { 
    background-color: #fff !important;
}