/*
 Theme Name:   Kukarika Basic Shop
 Theme URI:    http://example.com
 Description:  Child theme for Storefront
 Author:       Your Name
 Author URI:   http://example.com
 Template:     storefront
 Version:      1.0.0
 Text Domain:  kukarika-basic-shop
*/

/* Import parent theme styles */
@import url("../storefront/style.css");

:root {
  --basic_color: #D85C33;
  --secondary_color: #000000;
}

/*-------------------------------------------------------------*/
/* 					   	  START FONTS						   */
/*-------------------------------------------------------------*/

/* @font-face {
    font-family: MabryPro-Regular;
    font-style: normal;
    font-weight: normal;
	font-display: swap; 
    src: url("/wp-content/themes/kukarika-basic-shop/fonts/MabryPro/MabryPro-Regular.otf") format("opentype");

}
.MabryPro-Regular{
	font-family:MabryPro-Regular;
} */

/*-------------------------------------------------------------*/
/* 					   	    END	FONTS	 					   */
/*-------------------------------------------------------------*/


/*-------------------------------------------------------------*/
/* 					   	    START COLORS 					   */
/*-------------------------------------------------------------*/

.whiteFontColor {
	color: #ffffff !important;
}

.whiteBackgroundColor {
	background-color: #ffffff;
}

.blackFontColor {
	color: #000000;
}

.blackBackgroundColor {
	background-color: #000000;
}

.greenFontColor {
    color: rgb(11, 95, 83);
}

.orangeFontColor {
    color: #D85C33 !important;
}

/*-------------------------------------------------------------*/
/* 					   	    END	COLORS	 					   */
/*-------------------------------------------------------------*/


/*-------------------------------------------------------------*/
/* 					   START ALL SCREENS        			   */
/*-------------------------------------------------------------*/

* {
    box-sizing: border-box;
}

html {
	height: 100vh;
	scroll-behavior: smooth;
}

#contentArea {
    max-width: 1920px;
    margin: auto;
}

h1, h2, h3, h4, h5, h6, p {
	margin: 0;
	line-height: normal;
}

.displaynone {
	display: none !important;
}

.displayblock {
	display: block !important;
}

.displayflex {
	display: flex !important;
}

.mobile .display-desktop {
	display: none;
}

.desktop .display-mobile {
    display: none;
}

/*-------------------------------------------------------------*/
/* 				    START ALL SCREENS - GENERAL CSS		       */
/*-------------------------------------------------------------*/


/* write your style here */
.cli-tab-footer .wt-cli-privacy-accept-btn {
	background-color: #333333;
}

.classic_href {
	color: inherit;
	text-decoration: none !important;
}

/*-------------------------------------------------------------*/
/* 				    END ALL SCREENS - GENERAL CSS		       */
/*-------------------------------------------------------------*/

.site-header {
    background: transparent !important;
}

.site-header-cart .widget_shopping_cart_content {
    display: none !important;
    opacity: 1 !important;
    visibility: visible !important;
}

a.wc-block-components-checkout-return-to-cart-button {
    display: none;
}

button.wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button.contained {
    width: 100%;
}

.site-header-cart .cart-contents .count {
    opacity: 1;
}

.woocommerce-active .site-header .site-header-cart {
    color: #000;
    cursor: pointer;
    width: max-content;
}

.wpcf7-text {
    width: 100%;
    margin-bottom: 20px;
    outline: 0 !important;
    box-shadow: none !important;
    background-color: transparent !important;
    border: 1px solid #000 !important;
}

.wpcf7-textarea {
    margin-bottom: 20px;
    resize: none;
    outline: 0 !important;
    box-shadow: none !important;
    background-color: transparent;
    border: 1px solid #000;
}

.wpcf7-submit {
    background-color: var(--secondary_color) !important;
    outline: 0 !important;
    box-shadow: none !important;
}

.desktop .wpcf7-text[name="your-name"] {
    width: 97%;
}

.wpcf7-spinner {
    position: absolute;
    left: 0;
}

form.wpcf7-form {
    position: relative;
}

.wpcf7-response-output {
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
    text-align: center;
}

.wpcf7-not-valid-tip {
    position: absolute;
    right: 0;
    top: 35px;
    font-size: x-small;
}

#yith_wcwl_share_url {
    width: 100%;
    margin-top: 15px;
}

a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart, a.button.yith-wcqv-button, a.compare.button {
    width: 33%;
}

.error404 #colophon {
	display: none !important;
}

.error404 .error-404 {
    display: flex;
	flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100vh;
    text-align: center;
    color: #000;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

button.kuka_accordion * {
    color: #000;
}

a {
    outline: 0 !important;
    box-shadow: none !important;
}

.kuka_accordion:hover {
    background-color: transparent !important;
}

.kuka_category-description {
    line-height: normal;
}

.kuka_accordion {
    font-weight: normal !important;
}

#site-header-cart .cart-contents .amount, #site-header-cart .cart-contents .count {
    display: none !important;
}

.site-header-cart .cart-contents {
    padding: 0;
    width: max-content;
}

#colophon {
    background-color: #000000 !important;
}

body {
    background-color: #F9F9F9;
}

.site-footer {
    padding: 0;
}

#colophon hr {
    margin: 0;
}

.main_logo {
    max-height: max-content;
    max-width: max-content;
}

.socials_wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.socials_wrapper img {
    filter: invert(1);
}

.socials_wrapper a:last-child {
    margin-right: 0;
}

.col-max {
    margin: auto;
}

.desktop .custom_col_width_a {
    width: 31%;
}

.desktop .custom_col_width_b {
    width: 25%;
}

.desktop .custom_col_width_c {
    width: 25%;
}

.desktop .custom_col_width_d {
    width: 19%;
}

#colophon .menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

#colophon .menu a {
    text-decoration: none;
    color: #fff;
    opacity: 0.6;
}

.opacity06 {
    opacity: 0.6;
}

.woocommerce-active .site-header .main-navigation {
    width: max-content;
}

#menu {
    height: 100dvh;
}

.btn-close {
    background: none !important;
    opacity: 1;
    padding: 0 !important;
    outline: 0 !important;
    box-shadow: none !important;
    z-index: 9;
}

.btn-close {
    position: absolute;
}

.offcanvas .menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.offcanvas .menu a, .wpml-ls-legacy-list-horizontal a span {
    text-decoration: none;
}

.offcanvas .menu {
    text-align: center;
    height: 100dvh;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#cart_toggler {
    cursor: pointer;
}

#cart_toggler svg {
    height: auto;
    transform: scaleX(-1);
}

.menu_toggler {
    background: transparent !important;
    padding: 0;
}

#colophon .menu_additions {
    display: none;
}

.woocommerce-wishlist .yith-wcqv-button, .wishlist-title.wishlist-title-with-form h2 {
    display: none !important;
}

tbody.wishlist-items-wrapper tr td {
    vertical-align: middle;
}

.quantity .minus, .quantity .plus {
    background: transparent !important;
    outline: 0 !important;
    box-shadow: none !important;
    border: 1px solid #000 !important;
}

.quantity .qty {
    background: transparent;
    border: 1px solid #000;
}

.single_add_to_cart_button {
    display: flex;
    align-items: center;
    justify-content: center;
}

#menu {
    border: none;
}

.mobile #colophon h5.whiteFontColor {
    margin-top: 35px;
}

.mobile #colophon .custom_col_width_a h5.whiteFontColor {
    margin-top: 0;
}

.mobile .bottom_footer_row .col-12 * {
    text-align: center;
    margin: auto;
}

.mobile .socials_wrapper a {
    margin-right: 25px !important;
}

.mobile .socials_wrapper, .mobile .copyright_col {
    margin-bottom: 15px !important;
}

.svg_icon {
    filter: invert(1);
    display: flex;
    align-self: center;
    justify-self: center;
}

.products li.product .button, .products .wc-block-grid__product .button, .wc-block-grid__products li.product .button, .wc-block-grid__products .wc-block-grid__product .button {
    background-color: #000000 !important;
    width: 32%;
}

.mobile .woocommerce-account h1 {
    margin-bottom: 30px;
}

.mobile .woocommerce-MyAccount-content .woocommerce-info {
    display: flex;
    flex-direction: column;
    text-align: center;
    padding: 1em 2em 1em 2em;
}

.mobile .woocommerce-MyAccount-content .woocommerce-info .button {
    border: none !important;
    padding-left: 0;
    margin-left: 0;
}

.mobile .woocommerce-account .col-1, .mobile .woocommerce-account .col-2 {
    width: 100%;
}

.mobile .woocommerce-account .u-columns.woocommerce-Addresses.col2-set.addresses {
    margin-top: 50px;
}

.woocommerce-address-fields__field-wrapper input, .woocommerce-address-fields__field-wrapper .select2-container--default .select2-selection--single, .woocommerce-address-fields__field-wrapper select, .woocommerce-account form.woocommerce-EditAccountForm.edit-account input, .woocommerce-account form.woocommerce-EditAccountForm.edit-account input select {
    background: transparent !important;
    border: 1px solid #000 !important;
    box-shadow: none !important;
    outline: 0 !important;
    box-shadow: none !important;
    border-radius: 0 !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    height: 100%;
    display: flex;
    align-items: center;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 0;
    right: 5px;
}

.woocommerce-address-fields__field-wrapper .select2-container--default .select2-selection--single, .woocommerce-address-fields__field-wrapper select {
    margin-bottom: 0 !important;
}

button[name="save_address"], button[name="save_account_details"] {
    background-color: var(--secondary_color) !important;
    float: right;
    transition: all .3s ease;
}

button[name="save_address"]:hover, button[name="save_account_details"]:hover {
    background-color: var(--basic_color) !important;
    float: right;
    transition: all .3s ease;
}

.desktop .woocommerce-MyAccount-content .form-row-first {
    margin-right: 0 !important;
    width: 48%;
}

.desktop .woocommerce-MyAccount-content .form-row-last {
    width: 50%;
}

.mobile .wpcf7-response-output {
    line-height: normal;
    margin-top: 15px !important;
}

.desktop .woocommerce-account .col2-set.addresses header.woocommerce-Address-title.title {
    display: flex;
    justify-content: space-between;
}

.desktop .addresses header.title::before {
    display: none !important;
}

#account_display_name_description {
    display: block;
    font-size: small;
}

form.woocommerce-EditAccountForm.edit-account fieldset {
    padding: 0;
}

.show-password-input {
    background-color: #000 !important;
}

.woocommerce-MyAccount-navigation a:hover {
    color: #000000;
}

.wishlist_table .product-add-to-cart a.button {
    padding: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--secondary_color);
}

table.wishlist_table {
    font-size: 16px;
}

.woocommerce #content table.wishlist_table.cart a.remove:hover {
    background-color: transparent;
}

a.remove::before {
    color: #000;
}

.woocommerce .yith-quick-view .yith-quick-view-content.woocommerce div.summary .single_add_to_cart_button {
    border-radius: 0;
    background: var(--secondary_color);
    display: flex;
    align-items: center;
    justify-content: center;
}

.single_add_to_cart_button {
    background-color: var(--secondary_color) !important;
    transition: all .3s ease;
}

.single_add_to_cart_button:hover {
    background-color: var(--basic_color) !important;
    transition: all .3s ease;
}

.single-product div.product form.cart .quantity {
    display: flex;
    align-items: center;
}

#yith-quick-view-modal span.onsale {
    height: max-content;
    background: var(--secondary_color);
    color: #fff;
    position: absolute;
}

#yith-quick-view-content div.images {
    width: 50%;
}

#yith-quick-view-content div.images img {
    width: 100%;
}

#yith-quick-view-content .summary-content {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#yith-quick-view-modal.open .yith-wcqv-main {
    border-radius: 0;
}

.mobile .single_add_to_cart_button {
    font-size: 14px !important;
}

.mobile .woocommerce-shop h1.woocommerce-products-header__title.page-title, .mobile .tax-product_cat h1.woocommerce-products-header__title.page-title {
    margin-bottom: 20px;
}

.mobile #yith-quick-view-modal .yith-quick-view-content div.images {
    height: 40vh;
}

.mobile .yith-quick-view-content.woocommerce div.product .product {
    height: 100dvh !important;
}

.mobile #yith-quick-view-modal .yith-wcqv-wrapper .summary.entry-summary {
    height: 60vh;
}

.mobile .yith-quick-view-content.woocommerce div.summary .price {
    margin-top: 0;
}

.mobile .woocommerce .yith-quick-view .yith-quick-view-content.woocommerce div.summary .single_add_to_cart_button {
    margin-right: 0;
    padding-left: 15px;
    padding-right: 13px;
}

.mobile .woocommerce .yith-quick-view .single-product div.product .summary.entry-summary form.cart .quantity input {
    font-size: 16px;
}

.mobile .wishlist_table.mobile li .item-wrapper {
    width: 100%;
    margin-bottom: 0;
}

.hentry .entry-content a {
    text-decoration: none;
}

.mobile .woocommerce-wishlist table:not( .has-background ) tbody td {
    background: transparent;
    padding: 0 !important;
}

.mobile .additional-info-wrapper {
    margin-left: 76px;
}

.mobile .wishlist_table.mobile li .additional-info-wrapper .product-add-to-cart {
    text-align: right;
}

.mobile .wishlist_table.mobile li {
    position: relative;
    margin-bottom: 27px;
    border-bottom: 1px solid #00000021;
    padding-bottom: 5px;
}

.mobile .wishlist_table.mobile li .item-details table.item-details-table {
    margin-bottom: 0 !important;
}

.mobile .wishlist_table.mobile li .additional-info-wrapper .product-remove {
    position: absolute;
    top: 0;
    right: 0;
}

.mobile .wishlist_table.mobile li .additional-info-wrapper .product-remove i {
    font-size: 12px;
    color: indianred;
}

.desktop table.wishlist_table tr td {
    border-bottom: 1px solid #00000021 !important;
}

#yith_wcwl_share_url {
    outline: 0 !important;
    box-shadow: none !important;
}

.desktop table.wishlist_table tr:last-child td {
    border: none !important;
}

.ywcas-popover-results .popover-content .wp-block-yith-filled-block .ywcas-search-results.list {
    margin-top: 0 !important;
    margin-left: 0 !important;
}

.ywcas-popover-results .popover-content {
    border-radius: 0 !important;
}

.storefront-sorting select {
    border-radius: 0;
}

.storefront-sorting {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mobile .storefront-sorting {
    flex-direction: column;
    align-items: flex-start;
}

.mobile .storefront-sorting form {
    margin-bottom: 10px;
}

.mobile .storefront-sorting p {
    margin-left: 1px;
}

.mobile .woocommerce-no-products-found .woocommerce-info {
    text-align: center;
    padding-left: 40px;
    padding-right: 40px;
    line-height: normal;
}

.mobile .search h1.woocommerce-products-header__title.page-title {
    line-height: 1;
}

#yith-woocompare .added_to_cart, #yith-woocompare .button {
    background: var(--secondary_color);
}

.mobile #yith-woocompare table.dataTable.compare-list tbody tr.stock td .availability-label {
    width: 100% !important;
}

.mobile #yith-woocompare table.compare-list tbody th:not(.filler) {
    font-size: 16px;
}

#marquee_big {
    position: relative;
    overflow: hidden;
    background-color: #101010;
    white-space: nowrap;
    display: flex;
    align-items: center;
}

#marquee_big .marquee_inner {
    display: inline-flex;
    animation: marquee 120s linear infinite;
}

#marquee_big h3 {
    display: inline-block;
    margin: 0;
    padding-right: 3rem; /* spacing between repeats */
    font-weight: bold; /* optional */
}

@keyframes marquee {
    0%   { transform: translateX(0); }
    100% { transform: translateX(-50%); } 
}


#marquee_big h3 span {
    color: var(--basic_color);
}

.home .col-full {
    max-width: 100%;
    padding: 0;
    margin: 0;
}

.home #primary {
    margin: 0;
}

.home #main {
    margin: 0;
}

#marquee_big h3, #marquee_big h3 p {
    line-height: 0;
}

.full_width_image_tagline {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.basic_button {
    border: 0;
    border-radius: 0;
    background: none;
    background-color: var(--secondary_color);
    border-color: var(--secondary_color);
    color: #fff !important;
    cursor: pointer;
    text-decoration: none;
    font-weight: 600;
    text-shadow: none;
    display: inline-block;
    -webkit-appearance: none;
    transition: all .3s ease;
}

.basic_button:hover {
    background-color: var(--basic_color);
    transition: all .3s ease;
}

.wc-block-components-checkout-place-order-button {
    background-color: var(--secondary_color) !important;
}

.wc-block-components-text-input input, .wc-blocks-components-select .wc-blocks-components-select__select, .wc-block-checkout__add-note .wc-block-components-textarea {
    border-radius: 0 !important;
    border-color: #000 !important;
    background: transparent !important;
    outline: 0 !important;
    box-shadow: none !important;
}

.wc-blocks-components-select .wc-blocks-components-select__container {
    background-color: transparent !important;
}

.opacity_layer {
    background-color: transparent;
    background-image: linear-gradient(90deg, #101010 45%, #FF000000 75%);
    opacity: 1;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    inset: 0;
    position: absolute;
    left: 0;
    z-index: 1;
}

.inner_text {
    z-index: 2;
    position: relative;
}

.kuka_panel p {
    font-size: small;
}

button.kuka_accordion * {
    color: #000;
    font-weight: 500;
}

.croppedContent {
    margin: auto;
}

.logo_img {
    margin: auto;
    object-fit: contain;
}

.logo_slider {
    position: relative;
}

.swiper-button-next, .swiper-button-prev {
    color: #000;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: -50px;
    right: auto;
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: -50px;
    left: auto;
}

.mobile .swiper-button-next, .mobile .swiper-rtl .swiper-button-next {
    right: -20px;
}

.mobile .swiper-button-prev, .mobile .swiper-rtl .swiper-button-prev {
    left: -20px;
}

.mobile .swiper-button-next::after, .mobile .swiper-rtl .swiper-button-next::after, .mobile .swiper-button-prev::after, .mobile .swiper-rtl .swiper-button-prev::after {
    font-size: 22px;
}

.specs_wrapper {
    display: flex;
    align-items: center;
}

.inline_boxes {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mobile .inline_boxes {
    flex-direction: column;
    align-items: flex-start;
}

.mobile .inline_boxes .specs_wrapper {
    margin-bottom: 25px;
}

.header_slider, .header_slider_mbl {
    height: 100vh;
}

.header_slide {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.swiper-pagination-bullet {
    background: #fff !important;
    opacity: 0.6;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: var(--basic_color) !important;
}

.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
}

#masthead {
    position: fixed;
    top: 0;
    width: 100%;
    background: #ffffff !important;
    margin: 0;
    padding: 0;
    backdrop-filter: blur(20px);
    transition: all .3s ease;
}

.site-branding {
    margin: 0;
}

#masthead .main_logo, #masthead #cart_toggler, #masthead .menu_toggler {
    transition: all .3s ease;
}

.home:not(.scrolled) #masthead #cart_toggler, .home:not(.scrolled) #masthead .menu_toggler {
    transition: all .3s ease;
}

.tnp-field label {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.tnp-submit {
    border: 0 !important;
    border-radius: 0 !important;
    background: none !important;
    background-color: var(--basic_color) !important;
    border-color: var(--basic_color) !important;
    color: #fff !important;
    cursor: pointer !important;
    padding: .6180469716em 1.41575em !important;
    text-decoration: none !important;
    font-weight: 600 !important;
    text-shadow: none !important;
    display: inline-block !important;
    -webkit-appearance: none !important;
    outline: 0 !important;
    box-shadow: none !important;
}

.tnp-subscription div.tnp-field {
    text-align: right !important;
}

.tnp-email {
    background-color: transparent !important;
    border: 1px solid #000 !important;
    outline: 0 !important;
    box-shadow: none !important;
}

.tnp-field.tnp-field-email label {
    display: none !important;
}

.desktop .tnp-field.tnp-privacy-field {
    width: 100%;
    float: left;
}

.desktop .tnp-field.tnp-field-button {
    width: 100%;
    float: right;
}

.error404 .storefront-breadcrumb {
    display: none;
}

.tnp-field.tnp-privacy-field a {
    color: #000000 !important;
}

.new_arrivals {
    position: relative;
}

span.onsale {
    position: absolute;
    top: 10px;
    left: 10px;
    background: var(--secondary_color);
    color: #fff;
    border: none;
}

.products li.product img, .products .wc-block-grid__product img {
    display: block;
    margin: 0;
    width: 100%;
}

h2.woocommerce-loop-product__title {
    font-weight: 400;
    margin-bottom: .5407911001em;
}

.products li.product .button, .products .wc-block-grid__product .button {
    margin-bottom: .236em;
}

.products li.product .price {
    color: #6d6d6d !important;
    display: block;
    font-weight: 400;
    margin-bottom: 1rem;
}

.product a {
    text-align: center;
}

.croppedContentBigger {
    max-width: 60%;
    margin: auto;
}

.mobile .croppedContentBigger {
    max-width: 80%;
    margin: auto;
}

.mobile .new_arrivals .swiper-button-prev, .mobile .new_arrivals .swiper-rtl .swiper-button-prev {
    left: -30px;
}

.mobile .new_arrivals .swiper-button-next, .mobile .new_arrivals .swiper-rtl .swiper-button-next {
    right: -30px;
}

.products li.product img, .products .wc-block-grid__product img {
    margin-bottom: 1.618em;
}

.yith-woocompare-popup-container {
    background: #fff;
}

.boxed_section a {
    display: block;
    overflow: hidden;
    position: relative;
}

.boxed_section img {
    width: 100%;
    object-fit: cover;
    border-radius: 0;
    transition: transform .3s ease;
    display: block;
}

.boxed_section a:hover img {
    transform: scale(1.05);
}

.boxed_section h6 {
    position: absolute;
    left: 1em;
    bottom: 1em;
    color: #ffffff;
    font-weight: bold;
}

.double_categories_wrapper:nth-last-child(2), .double_categories_wrapper:last-child {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.mobile .boxed_section a {
    margin-bottom: 25px;
}

.mobile .boxed_section h6 {
    bottom: 2em;
}

.single-product div.product .woocommerce-product-gallery img {
    width: 100%;
    object-fit: cover;
}

.mobile .single-product div.product .woocommerce-product-gallery img {
    height: 70vh !important;
    object-fit: cover;
}

.single-product :not( .has-background ) tbody td {
    background-color: transparent;
}

table.cfvsw-shop-variations.variations.cfvsw-variation-disable-logic {
    display: none;
}

nav.woocommerce-pagination {
    border: none;
    display: block;
}

.desktop nav.woocommerce-pagination {
    border: none;
    display: block;
    margin-left: auto;
    text-align: right;
}

.pagination .page-numbers li .page-numbers.current, .woocommerce-pagination .page-numbers li .page-numbers.current {
    background-color: var(--secondary_color);
    border-color: var(--secondary_color);
    color: #fff;
}

.woocommerce-pagination .page-numbers li .page-numbers.prev, .woocommerce-pagination .page-numbers li .page-numbers.next {
    text-align: center;
}

.woocommerce-result-count {
    min-width: max-content;
}

.storefront-full-width-content .woocommerce-tabs ul.tabs * {
    text-align: left;
    color: #000 !important;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img {
    height: max-content !important;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li {
    margin-right: 15px !important;
}

.image_text {
    padding-top: 25px;
    padding-bottom: 25px;
}

.woocommerce-order-received h2.woocommerce-column__title, .woocommerce-order-received .woocommerce-order-details__title {
    margin-bottom: 15px;
    font-weight: bold;
}

.mobile .woocommerce-order-received .col-1, .mobile .woocommerce-order-received .col-2 {
    width: 100%;
}

#colophon .menu .account_menu_item {
    display: none !important;
}

.header-search .is-form-style {
    margin: 0;
}

.header-search .is-form-style input {
    border: none !important;
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px;
    box-shadow: none !important;
}

.header-search .is-form-style .is-search-icon {
    background: #fff;
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
    border: none;
}

.header-search .is-search-icon path {
    fill: #000;
}

.header-search .is-form-style input:focus {
    background-color: #fff;
}

.is-ajax-search-result {
    background: #fff !important;
    margin-top: 5px !important;
    padding: 0 !important;
    width: 320px !important;
}

a.added_to_cart.wc-forward {
    display: none;
}

.single-product span.onsale {
    z-index: 1;
}

.mobile .xoo-wsc-container, .mobile .xoo-wsc-slider {
    width: 100%;
}

.xoo-wsc-ft-buttons-cont a.xoo-wsc-ft-btn, .xoo-wsc-container .xoo-wsc-btn {
    border: none;
}

.xoo-wsc-ft-buttons-cont a.xoo-wsc-ft-btn, .xoo-wsc-container .xoo-wsc-btn {
    background-color: var(--basic_color) !important;
    color: #fff !important;
    border: none !important;
}

a.xoo-wsc-ft-btn.xoo-wsc-btn.xoo-wsc-ft-btn-cart, a.xoo-wsc-ft-btn.xoo-wsc-btn.xoo-wsc-cart-close.xoo-wsc-ft-btn-continue {
    display: none !important;
}

.stock.in-stock {
    margin-top: 10px;
}

a.reset_variations {
    margin-left: 0;
    margin-top: 10px;
}

.woocommerce-account .woocommerce-MyAccount-content .col2-set.addresses h2 {
    line-height: normal;
}

div#yith-quick-view-content .single_add_to_cart_button {
    border-radius: 0;
    display: flex;
}

.mobile div#yith-quick-view-content .single_add_to_cart_button {
    padding-left: 24px;
    padding-right: 24px;
}

.opacity1 {
    opacity: 1;
}

.is-form-style input.is-search-input, .header-search .is-form-style .is-search-icon {
    background: #f3f3f3 !important;
}

.mobile .icon_img {
    min-width: 50px;
}

.offcanvas .menu a {
    color: #000;
    font-weight: 100;
    transition: all .3s ease;
}

.offcanvas .menu a:hover {
    color: #D85C33;
    transition: all .3s ease;
}

.socials_wrapper img {
    transition: all .3s ease;
}

.socials_wrapper img:hover {
    opacity: 0.6;
    transition: all .3s ease;
}

#colophon .menu a {
    position: relative !important;
    padding: 0 !important;
    text-decoration: none !important;
    background-image: linear-gradient(#ffffff99,#ffffff99) !important;
    background-position: 0% 100% !important;
    background-repeat: no-repeat !important;
    background-size: 0 1px !important;
    transition: color .3s,background-size .3s !important;
    width: max-content !important;
}

#colophon .menu a:hover {
    background-size: 100% 1px!important;
}

.products li.product .button:hover, .products .wc-block-grid__product .button:hover, .wc-block-grid__products li.product .button:hover, .wc-block-grid__products .wc-block-grid__product .button:hover {
    background-color: var(--basic_color) !important;
    border-color: var(--basic_color);
    transition: all .3s ease;
}

.products li.product .button, .products .wc-block-grid__product .button, .wc-block-grid__products li.product .button, .wc-block-grid__products .wc-block-grid__product .button {
    transition: all .3s ease;
}

span.onsale, #yith-quick-view-modal span.onsale {
    background-color: var(--basic_color);
}

.tnp-subscription form {
    position: relative;
}

.tnp-field.tnp-field-button {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    justify-content: flex-end;
}

.mobile .tnp-field.tnp-field-button input {
    width: max-content;
}

.about .image_text img {
    object-fit: cover;
}

.woocommerce-shop .woocommerce-notices-wrapper, .tax-product_cat .woocommerce-notices-wrapper {
    width: 100%;
    display: block;
    position: absolute;
    display: none;
}

.storefront-sorting::before, .storefront-sorting::after {
    display: none;
}

ul.menu li.current-menu-item>a {
    color: var(--secondary_color);
}

.zindex1 {
    z-index: 1;
}

.single_category_wrapper a::after, .double_categories_wrapper a::after {
    content: '';
    background: linear-gradient(180deg,rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    position: absolute;
    bottom: 0;
    width: 100%;
}

.woocommerce-info, .woocommerce-noreviews, p.no-comments {
    background-color: var(--basic_color);
}

.wishlist_table .product-add-to-cart a.button,
.kuka_cookie-consent-popup button,
#kuka_save-preferences,
.wpcf7-submit {
    transition: all .3s ease;
}

.wishlist_table .product-add-to-cart a.button:hover,
.kuka_cookie-consent-popup button:hover,
#kuka_save-preferences:hover,
.wpcf7-submit:hover {
    background-color: var(--basic_color) !important;
    transition: all .3s ease;
}

a.yith-wcwl-add-to-wishlist-button:hover span {
    color: #000 !important;
}

a.yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button--added svg path {
    fill: var(--basic_color);
}

.gmap_wrapper p, .gmap_wrapper iframe {
    width: 100%;
}

.wishlist header.entry-header h1 {
    text-align: center;
}

.fw500 {
    font-weight: 500;
}

.wishlist-title {
    visibility: hidden;
    height: 0;
}

#filter_toggler_wrapper {
    width: max-content;
    cursor: pointer;
}

#filter-sidebar {
    height: 100%;
    background: #ffffff;
}

#filter-sidebar .wpc-filter-header .wpc-filter-title {
    line-height: normal;
    border-color: rgb(0 0 0 / 11%);
    color: #000;
}

body .wpc-filters-main-wrap li.wpc-term-item:last-child {
    margin-bottom: 0;
}

#filter-sidebar:not(.active) {
    padding: 0;
}

.wpc-filters-main-wrap li.wpc-term-item a {
    color: #000;
}

.wpc-term-item-content-wrapper {
    display: flex;
    align-items: center;
}

.wpc-term-item-content-wrapper input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    border: 2px solid #999;
    border-radius: 0;
    display: inline-block;
    position: relative;
    cursor: pointer;
    transition: all 0.2s ease;
}

.wpc-term-item-content-wrapper input[type="checkbox"]:checked {
    background-color: var(--basic_color);
    border-color: var(--basic_color);
}

.wpc-term-item-content-wrapper input[type="checkbox"]:checked::after {
    content: "";
    position: absolute;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.wpc-term-item-content-wrapper input[type="checkbox"]:hover {
    border-color: var(--basic_color);
}

.wpc-term-item-content-wrapper label {
    cursor: pointer;
}

.wpc-term-item-content-wrapper label a {
    color: inherit;
    text-decoration: none;
}

.mobile #filter-sidebar {
    margin: auto;
    margin-bottom: 35px;
    max-width: 95%;
}

.mobile #filter_toggler {
    width: 20px;
}

.wpc-filter-chips-list a, body .wpc-filter-chips-list li.wpc-filter-chip a, body .wpc-filter-chips-list li.wpc-filter-chip:not(.wpc-chip-reset-all) a {
    border-color: #000000 !important;
}

.mobile .wpc-custom-selected-terms:not(.wpc-show-on-mobile) {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
}

.mobile body ul.wpc-filter-chips-list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.mobile .wpc-filter-chips-list li, body .wpc-filter-chips-list li.wpc-filter-chip, li.wpc-filter-chip {
    width: max-content;
}

.desktop body ul.wpc-filter-chips-list {
    flex-wrap: wrap;
}

.add_to_cart_button {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256"><path fill="%23ffffff" d="M235,215.2l-19-118.7c0-14.7-11.7-27.9-27.9-27.9H172V55.4c0-24.9-20.5-45.4-45.4-45.4c-24.9,0-44,20.5-44,45.4v13.2H67.9c-16.1,0-27.9,13.2-29.3,27.9L21,215.2c0,0,0,0,0,1.5c0,16.1,13.2,29.3,27.9,29.3h158.3C223.3,244.5,235,231.3,235,215.2L235,215.2z M94.3,55.4c0-17.6,14.7-33.7,33.7-33.7c19,0,33.7,14.7,33.7,33.7v13.2H94.3V55.4z M207.2,232.8H48.8c-8.8,0-16.1-7.3-16.1-16.1L50.3,97.9c0,0,0,0,0-1.5c0-8.8,7.3-17.6,16.1-17.6h14.7v33.7c0,2.9,2.9,5.9,5.9,5.9c2.9,0,5.9-2.9,5.9-5.9V80.4h66v33.7c0,2.9,2.9,5.9,5.9,5.9c2.9,0,7.3-2.9,7.3-5.9V80.4h16.1c8.8,0,16.1,7.3,16.1,17.6c0,0,0,0,0,1.5l19,118.7C223.3,225.5,215.9,232.8,207.2,232.8z"/></svg>');
    background-repeat: no-repeat;
    background-position: center;
}

.yith-wcqv-button {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256"><path fill="%23ffffff" d="M117.1,43.5C99.4,45.2,82.4,51.8,68,62.7C54.6,72.8,45.2,83,22.7,111.8c-5.4,6.9-10.5,13.4-11.3,14.3L10,128l1.4,1.8c0.8,1,6.3,8,12.2,15.6c21.9,28,31.1,38,44.2,47.8c15,11.3,31.6,17.7,50.2,19.4c23.7,2.2,45.8-3.2,64.7-15.7c14.8-9.8,25.7-21.1,49.5-51.5c5.9-7.6,11.4-14.6,12.2-15.6l1.5-1.8l-1.5-1.8c-0.8-1-6.3-8-12.2-15.6c-21.9-28-31.1-37.9-44.2-47.8C167.9,47.6,143.7,41,117.1,43.5z M143.2,59.6c23.3,4.2,40.7,16,63.1,43c5.5,6.6,19.7,24.9,19.7,25.4c0,0.4-13.9,18.3-19.7,25.4c-22,26.7-39.7,38.8-63.1,43c-6.9,1.3-23.6,1.3-30.4,0c-23.5-4.3-40.7-16-63.1-43c-5.5-6.5-19.7-24.9-19.7-25.4c0-0.6,15-19.8,21.7-27.8C73.8,73.9,92.6,62,117.4,59C122.6,58.3,138,58.7,143.2,59.6z"/><path fill="%23ffffff" d="M121,90.1c-19.9,3.7-33.8,22.6-31.3,42.5c2.2,17.7,16,31.5,33.7,33.7c20.8,2.7,40.1-12.6,42.8-33.7C169.5,107.1,146.3,85.4,121,90.1z M133.6,105.5c8.3,2.2,14.7,8.6,16.9,17c3.1,12-4.5,24.7-16.9,27.9c-12.1,3.1-24.8-4.5-28-16.9C101.2,117,117,101.2,133.6,105.5z"/></svg>');
    background-repeat: no-repeat;
    background-position: center;
}

.compare.button {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256"><path fill="%23ffffff" d="M120.6,42.3c-5,1.3-8,3.1-12,7c-6.8,6.7-9.7,16.4-7.5,25.3c1.7,7.2,7.5,14.6,13.9,17.8c15.5,7.8,33.7-0.3,38.6-17.1c1.2-4.1,1.1-10.6-0.2-14.7c-1.4-4.5-4.2-8.8-7.5-12c-3.7-3.4-6.8-5.1-11.6-6.3C129.5,41.1,125.2,41.1,120.6,42.3z"/><path fill="%23ffffff" d="M197.7,79.4v24.1h24.1H246V79.4V55.3h-24.1h-24.1V79.4z"/><path fill="%23ffffff" d="M22.7,79.5c-7.1,13-12.8,23.8-12.7,23.9c0.1,0.1,12,0.1,26.3,0.1l26-0.1l-13-23.8c-7.2-13-13.2-23.8-13.3-23.8C35.8,55.8,29.9,66.5,22.7,79.5z"/><path fill="%23ffffff" d="M113.9,107.2c-7.5,1.7-14.8,6-19.8,11.7c-1.6,1.8-8.4,9.8-15.1,17.8c-6.7,8-12.3,14.5-12.5,14.6c-0.2,0-3.3-6.6-7-14.7c-3.6-8.2-7.6-16.9-8.9-19.2l-2.3-4.3H32.7H17.1l-1.4,1.6c-1.6,1.8-1.8,3.7-0.6,5.9c1.3,2.5,3,2.8,12.4,2.8h8.4l0.6,1.3c0.3,0.8,5.1,11.4,10.5,23.7c5.4,12.3,10.2,22.9,10.7,23.6c1.8,2.8,6.8,3.9,10,2.3c1-0.5,4.5-4.3,9.7-10.4c4.4-5.3,8.2-9.6,8.2-9.5c0.1,0.1,2.1,12.9,4.5,28.6c2.4,15.6,4.5,29.2,4.6,30l0.3,1.6h32.5c17.9,0,32.5-0.1,32.5-0.2c0-0.9,9.2-59.8,9.4-60c0.1-0.1,3.1,3.2,6.6,7.4c10.4,12.5,11.3,13.2,14.9,13.2c2.6,0,5.1-1.2,6.5-3.1c0.6-0.8,5.7-12.1,11.4-25l10.3-23.5l9.2-0.1c9.9-0.1,10.5-0.3,12-2.8c1.7-2.9,0.3-6.2-3-7.2c-1.2-0.3-7-0.5-16.2-0.4l-14.4,0.1l-1.4,2.6c-0.8,1.4-4.8,10-8.8,19c-4,9-7.5,16.4-7.8,16.4c-0.2,0-6.5-7.1-13.8-15.8c-7.3-8.8-14.8-17.2-16.6-18.9c-3.8-3.5-8.7-6.4-14-8.3c-3.8-1.3-4.2-1.3-15.7-1.4C119.9,106.6,116.1,106.7,113.9,107.2z"/></svg>');
    background-repeat: no-repeat;
    background-position: center;
}

.header_title_box_wrapper {
    background-color: var(--basic_color);
    display: flex;
    align-items: center;
}

.list_projects_sidebar {
    box-shadow: 0px 2px 8px 0px rgba(99.00000000000001, 99.00000000000001, 99.00000000000001, 0.2);
}

.book_wrapper {
    border-bottom: 1px solid #00000014;
}

.book_wrapper:last-child {
    border-bottom: none;
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}

.book_wrapper img, .featured_books_wrapper img {
    min-width: max-content;
}

.featured_books_wrapper .add_to_cart_inline {
    color: var(--basic_color);
}

.featured_books_wrapper .add_to_cart_button, .featured_books_wrapper .yith-wcqv-button, .featured_books_wrapper .compare-button a {
    width: max-content !important;
    display: block;
    background-color: #000;
}

.mobile .book_wrapper img {
    object-fit: contain;
    margin: auto;
}

.mobile .book_info_wrapper {
    margin-top: 15px;
    text-align: center;
}

.mobile .featured_books_wrapper img {
    object-fit: contain;
    margin: auto;
}

.mobile .featured_books_wrapper .add_to_cart_button, .mobile .featured_books_wrapper .yith-wcqv-button, .mobile .featured_books_wrapper .compare-button a {
    margin-left: 0;
    margin-right: 0;
}

.featured_books_wrapper p.product.woocommerce.add_to_cart_inline .amount {
    display: none;
}

.mobile .featured_books_wrapper .add_to_cart_inline {
    width: 33%;
}

.mobile .featured_books_wrapper .woocommerce.product.compare-button {
    width: 33%;
}

.mobile .featured_books_wrapper .add_to_cart_button, .mobile .featured_books_wrapper .compare-button a {
    width: 100% !important;
}

.mobile .featured_books_wrapper .yith-wcqv-button {
    width: 33% !important;
}

ul.products li.product a img, .new_arrivals .product a.woocommerce-LoopProduct-link img {
    transition: all .3s ease;
}

ul.products li.product a.woocommerce-LoopProduct-link.woocommerce-loop-product__link, .new_arrivals .product a.woocommerce-LoopProduct-link {
    display: block;
    overflow: hidden;
    position: relative;
}

ul.products li.product a:hover img, .new_arrivals .product a.woocommerce-LoopProduct-link:hover img {
    transform: scale(1.04);
    transition: all .3s ease;
}

.featured_books_wrapper .product-actions a {
    transition: all .3s ease;
}

.featured_books_wrapper .product-actions a:hover {
    background-color: var(--basic_color);
    transition: all .3s ease;
}

.filter_inner_wrapper h3 {
    line-height: normal;
    margin-bottom: 15px;
}

.bapf_body li:first-child {
    display: none !important;
}

.bapf_sfilter ul li {
    display: flex;
    line-height: normal;
    margin-bottom: 10px !important;
}

.hentry .entry-content .wp-block-button .wp-block-button__link, .editor-styles-wrapper .wp-block-button .wp-block-button__link {
    height: auto;
}

.product h2.woocommerce-loop-product__title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;  
    overflow: hidden;
}

.nav_menu .account_menu_item, .nav_menu .menu_additions {
    display: none !important;
}

.nav_menu .menu, .nav_menu .menu * {
    margin: 0;
    padding: 0;
    list-style: none;
}

.nav_menu .menu {
    display: flex;
    align-items: center;
}

.nav_menu .menu a {
    font-weight: 600 !important;
    color: #000000;
}

.nav_menu .menu-item-has-children > a::after {
    content: "";
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 6' preserveAspectRatio='xMidYMid meet'><path d='M1 1l4 4 4-4' fill='none' stroke='currentColor' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/></svg>");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: relative;
    transform-origin: 50% 50%;
    display: inline-flex;
    margin-left: 5px;
}

.nav_menu .menu li {
    position: relative;
}

.nav_menu .menu .sub-menu {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 0;
    top: 100%;
    background: white;
    list-style: none;
    z-index: 999;
    border-radius: 10px;
    transition: opacity .4s ease, transform .4s ease;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    box-shadow: 0 0 2px rgba(0,0,0,.1);
    margin-top: 0 !important;
}

.nav_menu .menu li:hover > .sub-menu {
    opacity: 1 !important;
    visibility: visible !important;
    -webkit-transform: translateY(0) !important;
    transform: translateY(0) !important;
}

.nav_menu .menu .sub-menu li {
    line-height: 1;
}

.nav_menu .menu .sub-menu li:last-child {
    margin-bottom: 0;
}

/*-------------------------------------------------------------*/
/* 					   	  START MEDIA						   */
/*-------------------------------------------------------------*/

@media (min-width: 320px) {
    h1, h1 p {
        font-size: 35px;
    }

    h1.big {
        font-size: 80px;
        font-weight: 100 !important;
    }

    h2, h2 p {
        font-size: 35px;
        line-height: 35px;
    }

    h3, h3 p, .storefront-full-width-content .entry-header h1, .storefront-full-width-content .woocommerce-products-header h1, .wishlist header.entry-header h1 {
        font-size: 30px;
    }

    h4, h4 p, .filter_inner_wrapper h3 {
        font-size: 20px;
    }

    h5, h5 p, h2.woocommerce-loop-product__title, .woocommerce-order-received h2.woocommerce-column__title, .woocommerce-order-received .woocommerce-order-details__title {
        font-size: 20px !important;
        line-height: 20px !important;
    }

    h6, h6 p, #filter-sidebar .wpc-filter-header .wpc-filter-title {
        font-size: 18px;
    }

    p {
        font-size: 16px;
    }

    .bapf_sfilter.bapf_ckbox label, span.bapf_val, .nav_menu .menu a {
        font-size: 16px;
    }

    .offcanvas .menu a {
        font-size: 36px;
        line-height: 55px;
    }

    .site-footer .upper_footer_row {
        padding: 63px 15px 58px 15px;
    }

    .site-footer .bottom_footer_row {
        padding: 25px 15px 25px 15px;
    }

    .main_logo {
        height: 45px !important;
    }

    .socials_icon {
        height: 20px;
    }

    .col-max {
        max-width: 90%;
    }

    .btn-close {
        width: 30px;
        right: 40px;
        top: 30px;
    }

    .wpml-ls-legacy-list-horizontal a span {
        font-size: 30px;
        line-height: 50px;
    }

    #cart_toggler svg {
        width: 25px;
    }

    .menu_toggler svg {
        width: 37px;
    }

    .quantity .minus, .quantity .plus {
        height: 39.88px;
    }

    .single_add_to_cart_button {
        height: 39.88px;
    }

    .svg_icon {
        width: 15px;
    }

    .products li.product .button, .products .wc-block-grid__product .button, .wc-block-grid__products li.product .button, .wc-block-grid__products .wc-block-grid__product .button {
        height: 40px;
    }

    .woocommerce-MyAccount-content h2 {
        margin-bottom: 25px;
    }

    .woocommerce-address-fields__field-wrapper input, .woocommerce-address-fields__field-wrapper .select2-container--default .select2-selection--single, .woocommerce-address-fields__field-wrapper select, .woocommerce-account form.woocommerce-EditAccountForm.edit-account input, .woocommerce-account form.woocommerce-EditAccountForm.edit-account input select {
        margin-bottom: 25px;
        height: 47px;
    }

    .woocommerce-address-fields__field-wrapper label, .woocommerce-account form.woocommerce-EditAccountForm.edit-account label {
        margin-bottom: 10px;
    }
    
    .wpcf7-text {
        height: 47px;
    }

    .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 47px;
    }

    .woocommerce-account #billing_address_1_field, .woocommerce-account #billing_postcode_field, .woocommerce-account #shipping_address_1_field, .woocommerce-account #shipping_postcode_field {
        margin-top: 25px;
    }

    #account_display_name_description {
        margin-bottom: 25px !important;
    }

    .wishlist_table .product-add-to-cart a.button {
        height: 27px;
        width: 27px !important;
    }

    .woocommerce .yith-quick-view .yith-quick-view-content.woocommerce div.summary .single_add_to_cart_button, .woocommerce .yith-quick-view .single-product div.product .summary.entry-summary form.cart .quantity input {
        height: 39.78px;
    }

    .storefront-sorting select {
        height: 30px;
    }

    #marquee_big {
		height: 125px;
	}

    #marquee_big h3 {
        font-size: 50px;
    }

    .full_width_image_tagline {
        height: 50vh;
        padding-left: 50px;
        padding-right: 50px;
    }
        
    .logo_slider, .inline_boxes {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .logo_img {
        height: 50px;
        max-width: 150px;
    }

    .croppedContent {
        max-width: 80%;
    }

    .icon_img {
        height: 32px;
        max-width: 45px;
    }

    .header_slide {
        padding-left: 50px;
        padding-right: 50px;
    }

    #masthead {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .newsletter_section, .new_arrivals, .boxed_section {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .boxed_section .double_categories_wrapper img {
        height: 150px;
    }

    .single_category_wrapper img {
        height: 325px;
    }

    .single-product .col-full {
        padding: 0 !important;
        max-width: 90%;
        margin: auto;
    }

    body:not(.home) #page {
        padding-top: 70px;
    }

    .single-product div.product .woocommerce-product-gallery img {
        height: 70vh;
    }

    .show-password-input {
        height: 47px;
    }

    .tnp-field.tnp-field-button input {
        height: 44.38px;
    }

    .about #primary {
        margin-bottom: 80px !important;
    }

    .woocommerce-shop .col-full, .about .col-full, .categories .col-full, .tax-product_cat .col-full, .contact .col-full {
        padding: 0;
        max-width: 90%;
    }

    .product h2.woocommerce-loop-product__title {
        min-height: 50px;
    }

    .single_category_wrapper a::after, .double_categories_wrapper a::after {
        height: 100px;
    }

    .contact #main img {
        min-width: 30px;
    }

    #filter-sidebar {
        padding-left: 25px;
        padding-right: 25px;
        padding-top: 15px;
    }

    .widget_wpc_filters_widget {
        margin-bottom: 15px;
    }

    #filter-sidebar .wpc-filter-header .wpc-filter-title {
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

    .wpc-term-item-content-wrapper {
        gap: 8px;
    }

    .wpc-term-item-content-wrapper input[type="checkbox"] {
        width: 18px;
        height: 18px;
        min-width: 18px;
        min-height: 18px;
    }

    .wpc-term-item-content-wrapper input[type="checkbox"]:checked::after {
        left: 4px;
        top: 0px;
        width: 5px;
        height: 10px;
    }

    .wpc-custom-selected-terms {
        margin-top: 0;
    }

    .theme-storefront #primary .wpc-custom-selected-terms {
        max-width: 90%;
    }

    .add_to_cart_button, .yith-wcqv-button, .compare.button {
        background-size: 20px 20px;
        padding-left: 19.82px;
        padding-right: 19.82px;
        padding-top: 8.65266px;
        padding-bottom: 8.65266px;
    }

    .basic_button {
        padding-left: 19.82px;
        padding-right: 19.82px;
        padding-top: 8.65266px;
        padding-bottom: 8.65266px;
    }

    .double_categories_section {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .header_title_box_wrapper {
        padding: 25px;
    }

    .header_title_box_wrapper svg {
        margin-right: 15px;
    }

    .list_projects_sidebar {
        padding: 30px;
    }

    .book_wrapper img {
        height: 150px;
    }

    .featured_books_wrapper img {
        height: 200px;
    }

    .featured_books_wrapper .add_to_cart_button, .featured_books_wrapper .yith-wcqv-button, .featured_books_wrapper .compare-button a {
        margin-top: 10px;
        height: 40px;
    }
    
    .bapf_ckbox_sqchck input[type=checkbox] {
        width: 20px;
        height: 20px;
        min-width: 20px;
        min-height: 20px;
    }

    .bapf_ckbox_sqchck input[type=checkbox]:checked:after {
        width: 8px;
        height: 12px;
        left: 4px;
    }

    .nav_menu .menu a {
        margin-right: 0;
    }
}

@media (min-width: 768px) {
    .storefront-full-width-content.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li {
        margin-right: 15px;
    }
}

@media (min-width: 992px) {
    h1, h1 p {
        font-size: 4.167vw;
    }

    h1.big {
        font-size: 8.333vw;
        font-weight: 100 !important;
    }

    h2, h2 p {
        font-size: 4.167vw;
        line-height: 4.167vw;
    }

    h3, h3 p, .storefront-full-width-content .entry-header h1, .storefront-full-width-content .woocommerce-products-header h1, .wishlist header.entry-header h1 {
        font-size: 2.604vw;
    }

    h4, h4 p, .filter_inner_wrapper h3 {
        font-size: 1.406vw;
    }

    h5, h5 p, h2.woocommerce-loop-product__title, .woocommerce-order-received h2.woocommerce-column__title, .woocommerce-order-received .woocommerce-order-details__title {
        font-size: 1.302vw !important;
        line-height: 1.302vw !important;
    }

    h6, h6 p, #filter-sidebar .wpc-filter-header .wpc-filter-title {
        font-size: max(1.042vw, 15px);
    }

    p {
        font-size: max(0.938vw, 12px);
    }

    .bapf_sfilter.bapf_ckbox label, span.bapf_val, .nav_menu .menu a {
        font-size: max(0.833vw, 12px);
    }

    .offcanvas .menu a {
        font-size: 3.125vw;
        line-height: 3.646vw;
    }

    .site-footer .upper_footer_row {
        padding: 4.844vw 0.781vw 3.021vw 0.781vw;
    }

    .site-footer .bottom_footer_row {
        padding: 0.781vw 0.781vw 0.833vw 0.781vw;
    }

    .main_logo {
        height: 3.906vw !important;
    }

    .socials_icon {
        height: 1.042vw;
    }

    .socials_wrapper a {
        margin-right: 1.302vw;
    }

    .col-max {
        max-width: 76.563vw;
    }

    .btn-close {
        width: 1.563vw;
        right: 2.083vw;
        top: 1.563vw;
    }

    .wpml-ls-legacy-list-horizontal a span {
        font-size: 1.563vw;
        line-height: 2.604vw;
    }

    #cart_toggler svg {
        width: 1.302vw;
    }

    .menu_toggler svg {
        width: 1.927vw;
    }

    .quantity .minus, .quantity .plus {
        height: 2.077vw;
    }

    .single_add_to_cart_button {
        height: 2.077vw;
    }

    .svg_icon {
        width: 1.042vw;
    }

    .products li.product .button, .products .wc-block-grid__product .button, .wc-block-grid__products li.product .button, .wc-block-grid__products .wc-block-grid__product .button {
        height: 2.083vw;
    }

    .woocommerce-MyAccount-content h2 {
        margin-bottom: 1.302vw;
    }

    .woocommerce-address-fields__field-wrapper input, .woocommerce-address-fields__field-wrapper .select2-container--default .select2-selection--single, .woocommerce-address-fields__field-wrapper select, .woocommerce-account form.woocommerce-EditAccountForm.edit-account input, .woocommerce-account form.woocommerce-EditAccountForm.edit-account input select {
        margin-bottom: 1.302vw;
        height: 2.448vw;
    }

    .woocommerce-address-fields__field-wrapper label, .woocommerce-account form.woocommerce-EditAccountForm.edit-account label {
        margin-bottom: 0.521vw;
    }

    .wpcf7-text {
        height: 2.448vw;
    }

    .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 2.448vw;
    }

    .woocommerce-account #billing_address_1_field, .woocommerce-account #billing_postcode_field, .woocommerce-account #shipping_address_1_field, .woocommerce-account #shipping_postcode_field {
        margin-top: 1.302vw;
    }

    .woocommerce-account .col2-set#customer_login, .woocommerce-account .col2-set.addresses {
        margin-top: 1.302vw;
    }

    #account_display_name_description {
        margin-bottom: 1.302vw !important;
    }

    .wishlist_table .product-add-to-cart a.button {
        height: 1.927vw;
        width: 1.927vw !important;
    }

    .woocommerce .yith-quick-view .yith-quick-view-content.woocommerce div.summary .single_add_to_cart_button, .woocommerce .yith-quick-view .single-product div.product .summary.entry-summary form.cart .quantity input {
        height: 2.077vw;
    }

    .storefront-sorting select {
        height: max(1.563vw, 25px);
    }

    #marquee_big {
		height: 11.719vw;
	}

    #marquee_big h3 {
        font-size: 5.208vw;
    }

    .full_width_image_tagline {
        height: 36.458vw;
        padding-left: 13.021vw;
        padding-right: 13.021vw;
    }
    
    .logo_slider, .inline_boxes {
        padding-top: 5.208vw;
        padding-bottom: 5.208vw;
    }

    .logo_img {
        height: 3.646vw;
        max-width: 7.813vw;
    }

    .croppedContent {
        max-width: 72.917vw;
    }

    .icon_img {
        height: 1.667vw;
        max-width: 2.344vw;
    }

    .header_slide {
        padding-left: 13.021vw;
        padding-right: 13.021vw;
    }

    #masthead {
        padding-top: 1.042vw;
        padding-bottom: 1.042vw;
    }

    .newsletter_section, .new_arrivals, .boxed_section {
        padding-top: 5.208vw;
        padding-bottom: 5.208vw;
    }

    .boxed_section .double_categories_wrapper img {
        height: 13.021vw;
    }

    .single_category_wrapper img {
        height: 27.344vw;
    }

    .single-product .col-full {
        padding: 0 !important;
        max-width: 76.563vw;
    }

    body:not(.home) #page {
        padding-top: 6.25vw;
    }

    .single-product div.product .woocommerce-product-gallery img {
        height: 31.25vw;
    }

    nav.woocommerce-pagination {
        width: 26.042vw;
    }

    .site-branding {
        margin-left: 1.719vw !important;
    }

    .is-form-style button.is-search-submit {
        width: 1.875vw;
        height: 1.875vw;
    }

    .is-form-style.is-form-style-3 label {
        width: calc(100% - 1.875vw) !important;
        height: 1.875vw;
    }

    .is-form-style input.is-search-input {
        height: 1.875vw !important;
    }

    .header-search .is-form-style .is-search-icon {
        font-size: 0.729vw !important;
        height: 1.875vw;
        width: 1.875vw;
        padding-top: 0.313vw !important;
    }

    .is-search-icon svg {
        width: 1.146vw;
    }

    .is-ajax-search .is-loader-image {
        height: 1.302vw !important;
        width: 1.302vw !important;
    }

    .show-password-input {
        height: 2.448vw;
    }

    .tnp-field.tnp-field-button input {
        height: 44.38px;
    }

    .about #primary {
        margin-bottom: 5.208vw !important;
    }

    .woocommerce-shop .col-full, .about .col-full, .categories .col-full, .tax-product_cat .col-full, .contact .col-full {
        padding: 0;
        max-width: 72.917vw;
        margin: auto;
    }

    .product h2.woocommerce-loop-product__title {
        min-height: 2.604vw;
    }

    .single_category_wrapper a::after, .double_categories_wrapper a::after {
        height: 7.813vw;
    }

    .contact #main img {
        min-width: 2vw;
    }

    #filter-sidebar {
        width: 0;
        overflow: hidden;
        transition: width 0.3s ease;
    }

    #products-grid {
        transition: width 0.3s ease;
        width: 100%;
    }

    #filter-sidebar.active {
        width: 21%;
    }

    #products-grid.shifted {
        width: 77%;
    }

    #filter-sidebar {
        padding-left: 1.302vw;
        padding-right: 1.302vw;
        padding-top: 0.781vw;
    }

    .widget_wpc_filters_widget {
        margin-bottom: 0.781vw;
    }

    #filter-sidebar .wpc-filter-header .wpc-filter-title {
        padding-bottom: 0.521vw;
        margin-bottom: 0.521vw;
    }

    .wpc-custom-selected-terms {
        position: absolute;
        margin-top: 1.302vw;
    }

    .theme-storefront #primary .wpc-custom-selected-terms {
        max-width: 72.917vw;
    }

    .wpc-filter-chips-list li, body .wpc-filter-chips-list li.wpc-filter-chip, li.wpc-filter-chip {
        font-size: max(0.677vw, 10px);
    }

    .wpc-term-item-content-wrapper {
        gap: 0.417vw;
    }

    .wpc-term-item-content-wrapper input[type="checkbox"] {
        width: max(0.938vw, 15px);
        height: max(0.938vw, 15px);
        min-width: max(0.938vw, 15px);
        min-height: max(0.938vw, 15px);
    }

    .wpc-term-item-content-wrapper input[type="checkbox"]:checked::after {
        left: max(0.208vw, 3px);
        top: 0px;
        width: max(0.26vw, 5px);
        height: max(0.521vw, 8px);
    }

    #filter_toggler {
        width: 1.563vw;
    }

    .add_to_cart_button, .yith-wcqv-button, .compare.button {
        background-size: 1.4vw 4.2vw;
        padding-left: 1.032vw;
        padding-right: 1.032vw;
        padding-top: 0.451vw;
        padding-bottom: 0.451vw;
        width: 30% !important;
    }

    .basic_button {
        padding-left: 1.032vw;
        padding-right: 1.032vw;
        padding-top: 0.451vw;
        padding-bottom: 0.451vw;
    }

    .double_categories_section {
        padding-top: 5.208vw;
        padding-bottom: 5.208vw;
    }

    .header_title_box_wrapper {
        padding: 1.302vw;
    }

    .header_title_box_wrapper svg {
        margin-right: 0.781vw;
    }

    .list_projects_sidebar {
        padding: 2.083vw;
    }

    .book_wrapper img {
        height: 5.729vw;
    }

    .featured_books_wrapper img {
        height: 10.417vw;
    }

    .featured_books_wrapper .add_to_cart_button, .featured_books_wrapper .yith-wcqv-button, .featured_books_wrapper .compare-button a {
        margin-top: 0.521vw;
        height: 2.083vw;
    }

    .bapf_ckbox_sqchck input[type=checkbox] {
        width: 1.042vw;
        height: 1.042vw;
        min-width: 1.042vw;
        min-height: 1.042vw;
    }

    .bapf_ckbox_sqchck input[type=checkbox]:checked:after {
        width: 0.417vw;
        height: 0.625vw;
        left: 0.208vw;
    }

    .nav_menu .menu a {
        margin-right: 1.823vw;
    }

    .nav_menu .menu-item-has-children > a::after {
        width: max(0.521vw, 7px);
        height: max(0.521vw, 7px);
    }

    .nav_menu .menu .sub-menu {
        margin-top: max(0.521vw, 7px);
        padding: 1.042vw;
        padding-top: max(0.521vw, 7px) !important;
        padding-top: 1.042vw;
        padding-left: 1.042vw;
        padding-right: 1.042vw;
    }

    .nav_menu .menu .sub-menu li {
        margin-bottom: 0.573vw;
        min-width: 10.417vw;
    }
}

@media (min-width: 1920px) {
    h1, h1 p {
        font-size: 80px;
    }

    h1.big {
        font-size: 160px;
        font-weight: 100 !important;
    }

    h2, h2 p {
        font-size: 80px;
        line-height: 80px;
    }

    h3, h3 p, .storefront-full-width-content .entry-header h1, .storefront-full-width-content .woocommerce-products-header h1, .wishlist header.entry-header h1 {
        font-size: 50px;
    }

    h4, h4 p, .filter_inner_wrapper h3 {
        font-size: 27px;
    }

    h5, h5 p, h2.woocommerce-loop-product__title, .woocommerce-order-received h2.woocommerce-column__title, .woocommerce-order-received .woocommerce-order-details__title {
        font-size: 25px !important;
        line-height: 25px !important;
    }

    h6, h6 p, #filter-sidebar .wpc-filter-header .wpc-filter-title {
        font-size: 20px;
    }

    p {
        font-size: 18px;
    }

    .bapf_sfilter.bapf_ckbox label, span.bapf_val, .nav_menu .menu a {
        font-size: 16px;
    }

    .offcanvas .menu a {
        font-size: 60px;
        line-height: 70px;
    }

    .site-footer .upper_footer_row {
        padding: 93px 15px 58px 15px;
    }

    .site-footer .bottom_footer_row {
        padding: 15px 15px 16px 15px;
    }

    .main_logo {
        height: 75px !important;
    }

    .socials_icon {
        height: 20px;
    }

    .socials_wrapper a {
        margin-right: 25px;
    }

    .col-max {
        max-width: 1470px;
    }

    .btn-close {
        width: 30px;
        right: 40px;
        top: 30px;
    }

    .wpml-ls-legacy-list-horizontal a span {
        font-size: 30px;
        line-height: 50px;
    }

    #cart_toggler svg {
        width: 25px;
    }

    .menu_toggler svg {
        width: 37px;
    }

    .quantity .minus, .quantity .plus {
        height: 39.88px;
    }

    .single_add_to_cart_button {
        height: 39.88px;
    }

    .svg_icon {
        width: 20px;
    }

    .products li.product .button, .products .wc-block-grid__product .button, .wc-block-grid__products li.product .button, .wc-block-grid__products .wc-block-grid__product .button {
        height: 40px;
    }

    .woocommerce-MyAccount-content h2 {
        margin-bottom: 25px;
    }

    .woocommerce-address-fields__field-wrapper input, .woocommerce-address-fields__field-wrapper .select2-container--default .select2-selection--single, .woocommerce-address-fields__field-wrapper select, .woocommerce-account form.woocommerce-EditAccountForm.edit-account input, .woocommerce-account form.woocommerce-EditAccountForm.edit-account input select {
        margin-bottom: 25px;
        height: 47px;
    }

    .woocommerce-address-fields__field-wrapper label, .woocommerce-account form.woocommerce-EditAccountForm.edit-account label {
        margin-bottom: 10px;
    }

    .wpcf7-text {
        height: 47px;
    }

    .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 47px;
    }

    .woocommerce-account #billing_address_1_field, .woocommerce-account #billing_postcode_field, .woocommerce-account #shipping_address_1_field, .woocommerce-account #shipping_postcode_field {
        margin-top: 25px;
    }

    .woocommerce-account .col2-set#customer_login, .woocommerce-account .col2-set.addresses {
        margin-top: 25px;
    }

    #account_display_name_description {
        margin-bottom: 25px !important;
    }

    .wishlist_table .product-add-to-cart a.button {
        height: 37px;
        width: 37px !important;
    }

    .woocommerce .yith-quick-view .yith-quick-view-content.woocommerce div.summary .single_add_to_cart_button, .woocommerce .yith-quick-view .single-product div.product .summary.entry-summary form.cart .quantity input {
        height: 39.88px;
    }

    .storefront-sorting select {
        height: 30px;
    }

    #marquee_big {
		height: 225px;
	}

    #marquee_big h3 {
        font-size: 100px;
    }

    .full_width_image_tagline {
        height: 700px;
        padding-left: 250px;
        padding-right: 250px;
    }

    .logo_slider, .inline_boxes {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .logo_img {
        height: 70px;
        max-width: 150px;
    }

    .croppedContent {
        max-width: 1400px;
    }

    .icon_img {
        height: 32px;
        max-width: 45px;
    }

    .header_slide {
        padding-left: 250px;
        padding-right: 250px;
    }

    #masthead {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .newsletter_section, .new_arrivals, .boxed_section {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .boxed_section .double_categories_wrapper img {
        height: 250px;
    }

    .single_category_wrapper img {
        height: 525px;
    }

    .single-product .col-full {
        padding: 0 !important;
        max-width: 1470px;
    }

    body:not(.home) #page {
        padding-top: 120px;
    }

    .single-product div.product .woocommerce-product-gallery img {
        height: 600px;
    }

    nav.woocommerce-pagination {
        width: 500px;
    }

    .site-branding {
        margin-left: 33px !important;
    }

    .is-form-style button.is-search-submit {
        width: 36px;
        height: 36px;
    }

    .is-form-style.is-form-style-3 label {
        width: calc(100% - 36px) !important;
        height: 36px;
    }

    .is-form-style input.is-search-input {
        height: 36px !important;
    }

    .header-search .is-form-style .is-search-icon {
        font-size: 14px !important;
        height: 36px;
        width: 36px;
        padding-top: 6px !important;
    }

    .is-search-icon svg {
        width: 22px;
    }

    .is-ajax-search .is-loader-image {
        height: 25px !important;
        width: 25px !important;
    }

    .show-password-input {
        height: 47px;
    }

    .tnp-field.tnp-field-button input {
        height: 44.38px;
    }

    .about #primary {
        margin-bottom: 100px !important;
    }

    .woocommerce-shop .col-full, .about .col-full, .categories .col-full, .tax-product_cat .col-full, .contact .col-full {
        padding: 0;
        max-width: 1400px;
    }

    .product h2.woocommerce-loop-product__title {
        min-height: 50px;
    }

    .single_category_wrapper a::after, .double_categories_wrapper a::after {
        height: 150px;
    }

    .contact #main img {
        min-width: 38.4px;
    }

    #filter-sidebar {
        padding-left: 25px;
        padding-right: 25px;
        padding-top: 15px;
    }

    .widget_wpc_filters_widget {
        margin-bottom: 15px;
    }

    #filter-sidebar .wpc-filter-header .wpc-filter-title {
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

    .wpc-term-item-content-wrapper {
        gap: 8px;
    }

    .wpc-term-item-content-wrapper input[type="checkbox"] {
        width: 18px;
        height: 18px;
        min-width: 18px;
        min-height: 18px;
    }

    .wpc-term-item-content-wrapper input[type="checkbox"]:checked::after {
        left: 4px;
        top: 0px;
        width: 5px;
        height: 10px;
    }

    .wpc-custom-selected-terms {
        margin-top: 25px;
    }

    .theme-storefront #primary .wpc-custom-selected-terms {
        max-width: 1400px;
    }

    .wpc-filter-chips-list li, body .wpc-filter-chips-list li.wpc-filter-chip, li.wpc-filter-chip {
        font-size: 13px;
    }

    #filter-sidebar.active {
        width: 16.6667%;
    }

    #products-grid.shifted {
        width: 83.3333%;
    }

    #filter_toggler {
        width: 30px;
    }

    .add_to_cart_button, .yith-wcqv-button, .compare.button {
        background-size: 20px 20px;
        padding-left: 19.82px;
        padding-right: 19.82px;
        padding-top: 8.65266px;
        padding-bottom: 8.65266px;
        width: 32% !important;
    }

    .basic_button {
        padding-left: 19.82px;
        padding-right: 19.82px;
        padding-top: 8.65266px;
        padding-bottom: 8.65266px;
    }

    .double_categories_section {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .header_title_box_wrapper {
        padding: 25px;
    }

    .header_title_box_wrapper svg {
        margin-right: 15px;
    }

    .list_projects_sidebar {
        padding: 40px;
    }

    .book_wrapper img {
        height: 110px;
    }

    .featured_books_wrapper img {
        height: 200px;
    }

    .featured_books_wrapper .add_to_cart_button, .featured_books_wrapper .yith-wcqv-button, .featured_books_wrapper .compare-button a {
        margin-top: 10px;
        height: 40px;
    }

    .bapf_ckbox_sqchck input[type=checkbox] {
        width: 20px;
        height: 20px;
        min-width: 20px;
        min-height: 20px;
    }

    .bapf_ckbox_sqchck input[type=checkbox]:checked:after {
        width: 8px;
        height: 12px;
        left: 4px;
    }

    .nav_menu .menu a {
        margin-right: 35px;
    }

    .nav_menu .menu-item-has-children > a::after {
        width: 10px;
        height: 10px;
    }

    .nav_menu .menu .sub-menu {
        margin-top: 10px;
        padding: 20px;
        padding-top: 10px !important;
        padding-top: 20px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .nav_menu .menu .sub-menu li {
        margin-bottom: 11px;
        min-width: 200px;
    }
}