/*!
Theme Name: dunker
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: dunker
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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

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

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

/* Document
	 ========================================================================== */

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
html {
    box-sizing: border-box;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

body {
    max-width: 1920px;
    margin: 0 auto !important;
    font-family: 'Roboto', sans-serif;
    font-family: 'Yantramanav', sans-serif;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0;
    font-weight: normal;
    transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    font-family: 'Yantramanav', sans-serif;
}

li,
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

img {
    max-width: 100%;
    height: auto;
}

a,
svg,
input,
button {
    transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
}


.sub-title {
    color: #AEAEAE;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
}

h1,
h2 {
    margin: 25px 0;
    font-weight: 700;
    font-size: 60px;
    line-height: 1.05em;
    text-transform: uppercase;
}

h5 {
    font-size: 17px;
    font-weight: 500;
    line-height: 1.4;
    text-transform: uppercase;
}

p,
body {
    color: #242424;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.4;
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 15px;
}

.col-md-4 {
    padding: 0 15px;
    flex: 0 0 33.333%;
    max-width: 33.333%;
}

.align-items-center {
    align-items: center;
}

.order-1 {
    order: 1;
}

.order-2 {
    order: 2;
}

/**/

.container {
    max-width: 1400px;
    margin: 0 auto;
}

.cta-btn,
.newsletter-form input[type="submit"],
.contact-form .form-field.submit-btn .wpcf7-submit {
    outline: 0;
    color: #000;
    font-size: 14px;
    font-weight: 900;
    line-height: 1.2;
    cursor: pointer;
    position: relative;
    padding: 21px 58px;
    display: inline-flex;
    text-decoration: none;
    border: 2px solid #000;
    background: transparent;
    text-transform: uppercase;
    font-family: 'Yantramanav', sans-serif;
}

.cta-btn:hover,
.contact-form .form-field.submit-btn .wpcf7-submit:hover {
    color: #fff;
    background: #000;
}

.cta-btn.btn-white,
.newsletter-form input[type="submit"] {
    color: #fff;
    border-color: #fff;
}

.cta-btn.btn-white:hover,
.newsletter-form input[type="submit"]:hover {
    color: #000;
    background: #fff;
}


/**/

.site-header {
    top: 0px;
    left: 0;
    right: 0;
    z-index: 120;
    position: relative;
    padding: 0 0 0 30px;
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
    border-bottom: 1px solid #d9d9d9;
}

.site-header.nav-new {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    box-shadow: 0 5px 15px rgb(0 0 0 / 10%);
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}


.site-header .container {
    display: flex;
    flex-wrap: wrap;
    max-width: 100%;
    align-items: center;
}

.site-header .site-branding {
    max-width: 120px;
    margin-right: 20px;
}

.site-header .menu-toggle {
    display: none;
}

.site-header .nav-menu {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.site-header .nav-menu .menu-item {
    margin: 0 20px;
}

.site-header .nav-menu .menu-item a {
    color: #000;
    font-size: 14px;
    line-height: 1.25;
    font-weight: 900;
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'Yantramanav', sans-serif;
}

.site-header .nav-menu .menu-item a:after {
    content: "";
    height: 2px;
    width: 0px;
    opacity: 0;
    display: block;
    background: #000;
    visibility: hidden;
    transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
}

.site-header .nav-menu .menu-item a:hover:after,
.site-header .nav-menu .menu-item.current-menu-item a:after {
    opacity: 1;
    width: 100%;
    visibility: visible;
}

.site-header .nav-menu .menu-item a {}


.site-header .main-navigation {
    display: flex;
    flex: 0 0 100%;
    align-items: center;
    max-width: calc(100% - 140px);
    justify-content: space-between;
}

/*Mega Menu*/

.site-header .mega-menu-wrap,
.site-header .mega-menu-wrap .mega-menu {
    position: static !important;
}

.site-header .mega-menu-wrap .mega-menu .mega-menu-item .mega-menu-link {
    font-weight: 900 !important;
    font-family: 'Yantramanav', sans-serif !important;
}

.site-header .mega-menu-wrap .mega-menu .mega-menu-item .mega-menu-link:after {
    content: "" !important;
    height: 2px;
    width: 0px;
    opacity: 0;
    display: block !important;
    background: #000;
    visibility: hidden;
    transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
}

.site-header .mega-menu-wrap .mega-menu .mega-menu-item .mega-menu-link:hover:after {
    opacity: 1;
    width: 100%;
    visibility: visible;
}

.site-header .mega-menu-wrap .mega-menu .mega-menu-item .mega-sub-menu {
    left: 0 !important;
    right: 0 !important;
    top: 78px !important;
    margin: auto !important;
    padding: 20px !important;
    max-width: 1400px !important;
    box-shadow: 0px 4px 5px rgb(0 0 0 / 10%) !important;
}

.site-header .mega-menu-wrap .mega-menu .mega-menu-item .mega-sub-menu .mega-sub-menu {
    top: 0px !important;
    padding: 0px !important;
}

.site-header .mega-menu-wrap .mega-menu .mega-menu-item .mega-sub-menu .mega-sub-menu a {
    display: inline-block !important;
}


/**/

.header-search {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 0;
    padding: 0 50px;
    min-height: 550px;
    background: #ffffff;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    height: 0;
    transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
}

.header-search.open {
    z-index: 2;
    opacity: 1;
    visibility: visible;
}

0% {
    transform: translateY(-100%);
}

100% {
    transform: translateY(0);
}

.site-header .header-search form {
    width: 100%;
    margin: 0 auto;
    max-width: 920px;
    position: relative;
}

.site-header .header-search input.search-field {
    padding: 12px 0;
    text-align: left;
    border-bottom-color: #000;
}

.site-header .header-search input.search-submit {
    font-size: 0;
    top: 2px;
    right: 0;
    border: 0;
    height: 40px;
    width: 30px;
    position: absolute;
    background: transparent;
    background: url(images/search-icon.svg) center no-repeat;
    background-size: 16px;
    background-position: center;
}

.search-close {
    position: absolute;
    bottom: 0;
    left: 50%;
    display: flex;
    flex-shrink: 0;
    width: 96px;
    height: 90px;
    align-items: center;
    justify-content: center;
    background: #eeedeb;
    transform: translateX(-50%);
}

.search-close .search-close-icon {
    position: relative;
    visibility: visible;
    display: inline-flex;
}

.search-close .search-close-icon svg {
    fill: none;
    stroke: #000;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-miterlimit: 10;
}

..search-close .search-close-icon svg line {
    stroke-dasharray: 16;
    stroke-dashoffset: 32;
    transition: stroke-dashoffset .6s cubic-bezier(.65, 0, .35, 1);
    transition-behavior: normal;
    transition-duration: 0.6s;
    transition-timing-function: cubic-bezier(0.65, 0, 0.35, 1);
    transition-delay: 0s;
    transition-property: stroke-dashoffset;
}


.search-close:hover .search-close-icon line {
    stroke-dashoffset: 0;
}

.header-search h2 {
    color: #000;
    font-size: 46px;
    line-height: 1.2;
    font-weight: 700;
}

.header-right ul {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.header-right ul li {
    margin-left: 40px;
}

.header-right ul li a,
.header-right ul li span {
    font-size: 0;
    height: 18px;
    width: 18px;
    display: block;
    cursor: pointer;
    background-size: auto;
}

.cart-icon {
    position: relative;
    padding: 30px 40px;
    background: #000000;
}

.cart-icon .cart-contents-count {
    display: block;
    font-size: 14px;
    position: absolute;
    right: -25px;
    color: #fff;
    top: 3px;
    font-weight: 500;
    font-family: 'Yantramanav', sans-serif;
}

.search-icon span {
    background: url(images/search-icon.svg) center no-repeat;
}

.user-icon a {
    background: url(images/user-icon.svg) center no-repeat;
}

.wishlist-icon a {
    background: url(images/heart-icon.svg) center no-repeat;
}

.cart-icon a {
    position: relative;
    background: url(images/cart-icon-white.svg) center no-repeat;
}


/*Home*/

.hero-banner-block {
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.hero-banner-block .banner-block {
    flex: 0 0 50%;
    max-width: 50%;
    line-height: 0;
    position: relative;
}

.hero-banner-block .banner-block img {
    line-height: 0;
}

.hero-banner-block .banner-block h2 {
    color: #000;
    margin: 25px 0;
    font-size: 77px;
    font-weight: 700;
    line-height: .987013em;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    text-transform: uppercase;
}

.hero-banner-block .banner-block.left-block h2 {
    color: #fff;
}

.banner-btn {
    top: 50%;
    left: 50%;
    text-align: center;
    position: absolute;
    transform: translate(-50%, -50%);
}



/**/


.newsletter-sec {
    padding: 280px 20px;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.newsletter-content {
    margin: 0 auto;
    max-width: 680px;
    text-align: center;
}

.newsletter-content h2 {
    color: #fff;
}

.newsletter-content p {
    color: #aeaeae;
    font-weight: 500;
}

.newsletter-form {
    margin-top: 50px;
}

.header-search input.search-field,
.newsletter-form input[type="email"] {
    border: 0;
    outline: 0;
    width: 100%;
    color: #AEAEAE;
    font-size: 12px;
    font-weight: 900;
    border-radius: 0;
    text-align: center;
    padding: 10px 20px;
    background: transparent;
    text-transform: uppercase;
    border-bottom: 2px solid #fff;
}

.newsletter-form input[type="submit"] {
    cursor: pointer;
    margin-top: 30px;
}


/*Partner Section*/

.partner-sec ul {
    display: flex;
    flex-wrap: wrap;
}

.partner-sec ul li {
    margin: 0 -1px;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
}

.partner-sec ul li a {
    display: block;
    text-align: center;
    border: 1px solid #d9d9d9;
    border-bottom: 2px solid #d9d9d9;
}

.partner-sec ul li a:hover {
    border-color: #000;
}




/**/

.site-footer {
    overflow: hidden;
    background: #000;
    padding: 124px 0px 0px;
}

.footer-top {
    padding-bottom: 74px;
}

.footer-top .container {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.f-serv-block {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.f-serv-items {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex: 0 0 25%;
    max-width: 25%;
}

.site-footer .footer-serv {
    flex: 0 0 100%;
    max-width: 100%;
}

.f-serv-logo {
    flex: 0 0 30%;
    max-width: 30%;
}

.f-serv-content {
    flex: 0 0 70%;
    max-width: 70%;
}

.f-serv-content p {
    color: #fff;
    max-width: 200px;
}

.footer-menu-sec {}

.footer-menu-sec .container {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    padding: 60px 0px 54px;
    border-top: 1px solid #2e2e2e;
    border-bottom: 1px solid #2e2e2e;
}

.footer-menu-sec .widget_nav_menu {
    flex: 0 0 25%;
    max-width: 25%;
}

.footer-menu-sec .widget-title {
    color: #fff;
    margin-bottom: 15px;
}

.footer-menu-sec .menu,
.footer-info-block .menu {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-menu-sec .menu li,
.footer-info-block .menu li {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 10px;

}

.footer-menu-sec .menu a,
.footer-info-block .menu li,
.footer-info-block .menu li a {
    color: #aeaeae;
    font-size: 12px;
    line-height: 1.2;
    font-weight: 900;
    position: relative;
    padding-bottom: 2px;
    display: inline-block;
    text-decoration: none;
	text-transform: uppercase;
}

.footer-menu-sec .menu a:after {
    content: "";
    width: 0;
    height: 2px;
    display: block;
    position: absolute;
    background: #d9d9d9;
    transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
}

.footer-menu-sec .menu a:hover:after {
    width: 100%;
}


.footer-info-sec .container {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    padding: 65px 0px 110px;
}

.newsletter-block h5,
.footer-info-block h5 {
    color: #fff;
    margin-bottom: 20px;
}


.newsletter-block h5{
	margin-bottom: 15px;
}

.newsletter-block p {
    color: #aeaeae;
    font-weight: 400;
}

.newsletter-block,
.footer-info-block {
    flex: 0 0 50%;
    max-width: 50%;
}

.footer-info-block {
    display: flex;
    flex-wrap: wrap;
}

.footer-info-box {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 20px;
}


.footer-info-block .menu li {
    display: block;
    max-width: 150px;
}

.footer-info-block .menu li a:hover {
    color: #fff;
}

.newsletter-block .newsletter-form {
    margin-top: 20px;
    max-width: 320px;
    position: relative;
}

.newsletter-block .newsletter-form input[type="email"] {
    padding-left: 0;
    text-align: left;
}

.newsletter-block .newsletter-form input[type="submit"] {
    background: url(images/newsletter-arrow.png) center no-repeat;
    position: absolute;
    top: 8px;
    right: 0;
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 0;
    height: 18px;
    width: 18px;
    background-size: 100%;
}

.footer-bottom {
    margin: 0 -20px;
    padding: 54px 20px;
}

.footer-bottom .container {
    max-width: 1400px;
    margin: 0 auto;
}

.footer-bottom h6 {
    color: #aeaeae;
    line-height: 1.2;
}



/**/


.new-product-inner {
    display: flex;
    flex-wrap: wrap;
}

.new-product-inner .product-left-img,
.new-product-inner .cat-product-block {
    flex: 0 0 50%;
    max-width: 50%;
}

.woocommerce .products {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0 !important;
}

.woocommerce .products .product {
    flex: 0 0 25%;
    max-width: 25%;
    margin: 0 !important;
    border: 1px solid #d9d9d9;
    padding: 64px 33px 26px !important;
    transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
}

.woocommerce .products .product:hover {
    border-color: #000;
}

.woocommerce .products .added_to_cart.wc-forward {
    display: none;
}

.cat-product-block .woocommerce .products .product {
    flex: 0 0 50%;
    max-width: 50%
}

.cat-product-block .woocommerce .products .product:nth-child(1) {
    flex: 0 0 100%;
    max-width: 100%
}

.cat-product-block .woocommerce .products .product img {
    max-height: 300px;
    width: auto;
    margin: auto;
}

.product-left-img {
    position: relative;
}

.product-img-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    padding: 40px 45px 45px;
}

.product-img-content h2 {
    color: #fff;
    font-size: 60px;
    line-height: 1.2;
    font-weight: 700;
    max-width: 580px;
	margin-bottom: 8px;
    text-transform: uppercase;
}

.product-img-content h6 {
    color: #aeaeae;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 400;
}

.product-img-content h2 a,
.product-img-content h6 a {
    color: #fff;
    text-decoration: none;
}

.product-img-content h6 a {
	color:#aeaeae;
}

.product-img-content h6 a:hover{
	color: #fff;
}


.product-img-content .cta-btn {
    margin-top: auto;
    max-width: 194px;
}

.sticky-block {
    top: 0;
    line-height: 0;
    position: sticky;
}

.cat-img-title {
    color: #fff;
    font-size: 320px;
    line-height: 1;
    top: 50%;
    left: 50%;
    position: absolute;
    font-family: Gochi Hand;
    transform: translate(-50%, -50%);
}

.product-left-img.order-2 {
    order: 2;
}

.woocommerce .products .product .woocommerce-loop-product__title {
    color: #000;
    font-size: 17px;
    line-height: 1.2;
    font-weight: 700;
    padding: 0 !important;
    text-transform: uppercase;
}

.woocommerce .products .product .woocommerce-loop-product__cat {
    color: #000;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 400;
    margin-bottom: 10px;
}

.woocommerce .products .product .woocommerce-loop-product__cat a {
    color: #000;
}

.woocommerce .products .product .price {
    margin: 7px 0 0;
    color: #242424 !important;
    font-size: 14px !important;
    font-weight: 900 !important;
}

.woocommerce .products .product .add_to_cart_button {
    position: absolute;
    right: 27px;
    font-size: 0;
    height: 55px;
    width: 55px;
    bottom: 16px;
    border-radius: 50%;
    background: transparent;
}

.woocommerce .products .product .add_to_cart_button {
    background: url(images/cart-icon.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 17px;
}

.woocommerce .products .product .product_type_simple.add_to_cart_button.ajax_add_to_cart.loading,
.woocommerce .products .product .add_to_cart_button:hover {
    background: #000 url(images/cart-icon-white.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 17px;
}

.woocommerce .products .product .product_type_simple.add_to_cart_button.ajax_add_to_cart.loading {
    background: #000;
    opacity: 1;
    color: #fff !important;
}


.site-footer #yith-woocommerce-ajax-navigation-filters-3 {
    display: none;
}

.yith-wcan-filters.no-title.enhanced {
    overflow: hidden;
}

.product-sec .filters-container form {
    display: flex;
    align-items: center;
}

.product-sec .filter-items.filter-checkbox {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.product-sec .yith-wcan-filter.filter-tax.checkbox-design {
    flex: 0 0 50%;
    max-width: 50%;
}

.product-sec .yith-wcan-filter.filter-tax.checkbox-design:nth-child(1) {
    order: 2;
}

.product-sec .yith-wcan-filter.filter-tax.checkbox-design:nth-child(2) {
    order: 1;
}

.product-sec .yith-wcan-filter.filter-tax.checkbox-design h4 {
    display: none;
}


/*Product Wishlist*/

.woocommerce .yith-wcwl-add-to-wishlist {
    right: 30px;
    left: auto;
    top: 18px;
}

.woocommerce .add_to_wishlist {
    color: #000;
}

.woocommerce .yith-wcwl-wishlistaddedbrowse a i,
.woocommerce .yith-wcwl-wishlistexistsbrowse a i {
    color: #fff;
    line-height: 1;
    font-size: 18px;
    background: #000;
    margin-top: 5px !important;
}

.woocommerce .yith-wcwl-wishlistaddedbrowse a,
.woocommerce .yith-wcwl-wishlistexistsbrowse a {
    height: 50px;
    width: 50px;
    display: flex;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    background: #000 !important;
}

.woocommerce .add_to_wishlist {
    color: #000;
    height: 50px;
    width: 50px;
    display: flex;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
}

.woocommerce .add_to_wishlist i {
    font-size: 18px;
    margin-top: 5px;
    margin-right: 0;
}

.woocommerce .add_to_wishlist:hover {
    color: #fff;
    background: #000;
}

.product-filter-block {
    display: flex;
    flex-wrap: wrap;
    padding: 40px 30px;
    flex: 0 0 100%;
    max-width: 100%;
}

.product-filter-block .tag-filter {
    flex: 0 0 25%;
    max-width: 25%;
}

.product-filter-block .category-filter {
    flex: 0 0 50%;
    max-width: 50%;
}

.product-filter-block .category-filter ul {
    justify-content: center;
}

.product-filter-block .tag-filter ul label {
    font-size: 17px;
    line-height: 1.2;
    font-weight: 700;
    text-transform: uppercase;
}

.product-filter-block .category-filter ul li label {
    color: #000;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}

.product-filter-block .tag-filter ul label:after,
.product-filter-block .category-filter ul li label:after {
    content: "";
    height: 2px;
    width: 0px;
    opacity: 0;
    display: block;
    background: #000;
    visibility: hidden;
    transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
}

.product-filter-block .tag-filter ul label:hover:after,
.product-filter-block .tag-filter ul li.checked label:after,
.product-filter-block .category-filter ul li label:hover:after,
.product-filter-block .category-filter ul li.checked label:after {
    opacity: 1;
    width: 100%;
    visibility: visible;
}

.product-filter-block .bapf_sfilter {
    margin-bottom: 0;
}

.product-sec .bapf_body ul li input {
    opacity: 0;
    visibility: hidden;
    width: 0;
}


/**/

.product-sec .bapf_head {
    display: none;
}

.product-sec .bapf_body ul {
    display: flex;
    flex-wrap: wrap;
}

.product-filter {
    display: flex;
    flex-wrap: wrap;
}

.product-filter .woocommerce {
    flex: 0 0 100%;
    max-width: 100%;
}

/*About*/

.inner-page-banner {
    padding: 12% 20px;
    background-size: cover !important;
    background-position: center !important;
}

.banner-content {
    text-align: center;
}

.banner-content h1 {
    color: #fff;
    font-size: 77px;
    line-height: 1.2;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}

.about-collection-sec {
    padding: 120px 0px;
}

.about-collection-sec .about-img {
    line-height: 0;
}

.about-collection-sec .row {
    margin: 0;
}

.about-collection-sec .col-md-6 {
    padding: 0;
}

.about-collection-sec .content {
    max-width: 442px;
    margin: auto;
}

.about-collection-sec .content h5 {
    color: #727272;
    margin-bottom: 5px;
}

.about-collection-sec .content h2 {
    color: #000;
    margin-top: 0;
    margin-bottom: 20px;
}

.about-collection-sec .content ul {
    margin: 10px 0;
    list-style: disc;
    padding-left: 18px;
}

.about-collection-sec .content li {
    list-style: disc;
    margin-top: 25px;
}

.about-collection-sec .content .cta-btn {
    margin-top: 35px;
    min-width: 220px;
    justify-content: center;
}

/**/

.about-video-sec {
    padding: 15% 20px;
    text-align: center;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

.about-video-sec button {
    border: 0;
    background: transparent;
}

.about-video-sec svg {
    stroke: #fff;
    cursor: pointer;
    fill: transparent;
}

.about-video-sec svg:hover {
    fill: #000;
    stroke: #fff;
}

/* The Modal (background) */
.modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 1;
    /* Sit on top */
    padding-top: 100px;
    /* Location of the box */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */
}

.about-popup .modal-content {
    margin: auto;
    width: 80%;
    max-width: 890px;
    position: relative;
    background-color: #000;
}

.about-popup .close {
    color: #fff;
    right: -30px;
    top: -10px;
    font-size: 40px;
    font-weight: 400;
    position: absolute;
}

.close:hover,
.close:focus {
    opacity: 0.7;
    cursor: pointer;
    text-decoration: none;
}

.about-popup iframe {
    width: 100%;
}


.about-partner-sec {
    padding: 120px 0px;
}

/*FAQ*/


.faq-sec {
    padding: 80px 20px;
}

.faq-sec h1 {
    margin: 0;
    margin-bottom: 60px;
}

.faq-sec .accordion-container {
    position: relative;
}

.faq-sec .accordion-container .set {
    border-top: 1px solid #d9d9d9
}

.faq-sec .accordion-container h3 {
    color: #000;
    font-size: 28px;
    line-height: 1.2;
    font-weight: 900;
    padding: 28px 0px;
	padding-right:30px;
    text-transform: uppercase;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.faq-sec .set h3 i {
    float: right;
    margin-top: 2px;
    font-size: 18px;
}

.faq-sec .content {
    display: none;
    padding-bottom: 30px;
}

/**/


.faq-contact-sec {
    padding: 0 0px 80px;
}

.faq-contact-sec h5 {
    text-transform: unset;
    margin-bottom: 20px;
}

.contact-form {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.contact-form .form-field {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 15px;
}

.contact-form .form-field.half-width {
    flex: 0 0 50%;
    max-width: 50%;
}

.contact-form .wpcf7-form-control {
    border: 0;
    outline: 0;
    width: 100%;
    color: #000;
    font-size: 12px;
    line-height: 1.2;
    font-weight: 900;
    padding: 12px 0px;
    margin-bottom: 48px;
    text-transform: uppercase;
    border-bottom: 2px solid #000;
    font-family: 'Roboto', sans-serif;
}

.contact-form .form-field.submit-btn {
    max-width: 260px;
}

.contact-form .form-field.submit-btn .wpcf7-submit {
    margin-bottom: 0;
}

.contact-form .wpcf7-form-control.wpcf7-not-valid {
    border-bottom-color: #dc3232;
}

.contact-form .wpcf7-not-valid-tip,
.wpcf7 form.invalid .wpcf7-response-output {
    display: none;
}

/**/

.breadcrumb,
.breadcrumbs {
    font-size: 11px;
    padding: 24px 0px;
}

.breadcrumb a,
.breadcrumb span,
.breadcrumbs a,
.breadcrumbs span {
    color: #000;
    font-size: 11px;
    font-weight: 500;
    text-decoration: none;
    text-transform: uppercase;
}

.breadcrumb a,
.breadcrumbs a {
    color: #727272;
}

.breadcrumb a:hover,
.breadcrumbs a:hover {
    color: #000;
}

.woocommerce-breadcrumb {
    display: none;
}

.star-rating {
    display: none !important;
}

/*Conatct Page*/


.contact-three-sec {
    padding: 106px 0px 100px;
}

.contact-info-sec {
    padding: 80px 0px;
}

.three-box-block h3 {
    color: #000;
    margin: 15px 0;
    font-size: 28px;
    line-height: 1.2;
    font-weight: 900;
    text-transform: uppercase;
}

.three-box-block p {
    max-width: 400px;
}

.three-box-block a {
    text-decoration: none;
}


.contact-info-sec h2 {
    color: #000;
    margin-top: 0;
}

.contact-info-sec p {
    max-width: 640px;
}

.contact-info-sec ul li {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
}

.contact-info-sec ul li img {
    position: relative;
    margin-right: 15px;
    max-height: 18px;
    height: auto;
    top: 4px;
}

.contact-info-sec ul li a {
    color: #000;
    text-decoration: none;
}

.contact-info-sec ul li a:hover {
    color: #aeaeae;
}

/**/

.woocommerce .woocommerce-ordering,
.woocommerce .woocommerce-result-count {
    display: none;
}

.woocommerce nav.woocommerce-pagination {
    text-align: center;
    padding-top: 120px;
}

.woocommerce nav.woocommerce-pagination ul {
    border: 0;
}

.woocommerce nav.woocommerce-pagination ul li {
    border: 0;
}

.woocommerce nav.woocommerce-pagination ul li,
.woocommerce nav.woocommerce-pagination ul li span.current {
    width: 54px;
    height: 48px;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.woocommerce nav.woocommerce-pagination ul li a {
    display: block;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.woocommerce nav.woocommerce-pagination ul li a:hover {
    color: #fff;
    background: #000;
}

.woocommerce nav.woocommerce-pagination ul li span.current {
    background: #000;
    font-weight: 900;
    color: #fff;
}

/*.woocommerce .product_type_simple {
    display: none !important;
}*/

.woocommerce ul.products li.product .onsale,
.woocommerce ul.products li.product .now_sold {
    position: absolute;
    top: 34px;
    left: 34px;
    width: auto;
    right: auto;
    display: inline-flex;
    min-width: auto;
    min-height: auto;
    font-size: 9px;
    line-height: 1;
    color: #000;
    z-index: 5;
    border-radius: 0px;
    padding: 4px 7px 2px;
    text-transform: uppercase;
    background-color: #eeedeb;
    border: 1px solid transparent;
}

.woocommerce ul.products li.product .now_sold {
    top: 30px;
}

.woocommerce ul.products li.product .onsale.itsnew {
    color: #fff;
    background: #000;
}


.shop-filter-sec {
    padding-top: 60px;
}

.shop-filter-info {
    display: flex;
    color: #5a5a5a;
    flex-wrap: wrap;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 400;
    align-items: center;
}

.shop-filter-info {}

.shop-filter-info a {
    color: #000;
    font-weight: 900;
    text-decoration: none;
    text-transform: uppercase;
}

.shop-filter-info .dvider {
    padding: 0 10px;
}


.shop-filter-title h3 {
    color: #000;
    font-size: 60px;
    line-height: 1;
    font-weight: 700;
    margin-top: 5px;
    text-transform: uppercase;
}

.shop-filter-title h3 a {
    color: #000;
    display: inline-block;
    text-decoration: none
}

.shop-filter-title h3 a:after {
    content: "";
    width: 0;
    height: 2px;
    display: block;
    background: #000;
    transition: 0.4s ease-in-out 0s;
}

.shop-filter-title h3 a:hover:after {
    width: 100%;
}


.shop-block {
    padding: 60px 0px 120px;
}

.filter-slider .owl-stage {
    padding-left: 0 !important;
}

.woocommerce .woocommerce-breadcrumb {
    color: #000;
    font-weight: 500;
    max-width: 1400px;
    margin: auto !important;
    text-transform: uppercase;
    font-size: 11px !important;
    padding: 28px 0px !important;
    text-decoration: none !important;
}

.woocommerce .woocommerce-breadcrumb a {
    color: #727272;
    text-decoration: none !important;
}

.woocommerce .woocommerce-breadcrumb a:hover {
    color: #000;
}

/**/

.wpgs-for.slick-initialized.slick-slider {
    border: 1px solid #d9d9d9;
}

.wpgs-nav .slick-slide {
    border: 1px solid #d9d9d9 !important;
    margin: -1px 0 0;
}

.related.products {
    padding: 90px 0px 120px;
}

.related.products h2 {
    margin: 0 0 50px;
}

.woocommerce-tabs.wc-tabs-wrapper {
    padding-top: 75px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
    margin: 0;
    display: flex;
    list-style: none;
    position: relative;
    align-items: center;
    border-width: 1px 0;
    border-style: solid;
    padding: 35px 0 31px;
    border-color: #d9d9d9;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce div.product .woocommerce-tabs ul.tabs li:before {
    display: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border: 0;
    padding: 0;
    border-radius: 0;
    margin: 0 60px 0 0;
    background: transparent;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    display: block;
    color: #000;
    font-size: 17px;
    font-weight: 700;
    padding: 0 0 2px;
    padding-bottom: 2px;
    text-transform: uppercase;
    line-height: 1.1764706em;
    font-family: Yantramanav, sans-serif;
    background-image: linear-gradient(transparent calc(100% - 2px), currentColor 2px);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-size: 0 100%;
    background-color: transparent;
    transition: .4s cubic-bezier(.33, .52, .05, .96);
    transition: color .3s ease-out, background-color .3s ease-out, background-size .4s cubic-bezier(.33, .52, .05, .96);
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a,
.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
    background-size: 100% 100%;
}

.woocommerce div.product .woocommerce-tabs .panel h2 {
    display: none;
}

.woocommerce div.product .woocommerce-tabs .panel {
    margin: 28px 0 0;
    padding: 0;
}

.woocommerce div.product .woocommerce-tabs .panel p {
    font-family: 'Roboto', sans-serif;
}

.woocommerce table.shop_attributes {
    border: 0;
    width: 100%;
    border-top: 0;
    margin-bottom: 0;
}

.woocommerce table.shop_attributes th {
    border: 0;
    color: #000;
    font-size: 12px;
    font-weight: 900;
    font-weight: 700;
    padding: 5px 7px;
    text-align: left;
    line-height: 1.1666667em;
    text-transform: uppercase;
    font-family: Yantramanav, sans-serif;
}

.woocommerce table.shop_attributes td {
    border: 0;
    margin: 0;
    line-height: 1.2;
    padding: 5px 10px;
    font-style: inherit;
}

.woocommerce table.shop_attributes tr:nth-child(even) td,
.woocommerce table.shop_attributes tr:nth-child(even) th {
    background: transparent;
    border: 0;
}

.woocommerce table.shop_attributes td p {
    padding: 0;
}

.woocommerce #reviews #comments ol.commentlist {
    padding: 0;
}

.woocommerce #reviews #comments ol.commentlist li img.avatar {
    top: 0;
    left: 0;
    padding: 0;
    width: 70px;
    height: auto;
    border: 0;
    margin: 0;
    box-shadow: none;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
    margin: 0 0 0 90px;
    border: 0;
    border-radius: 0;
    padding: 0;
}

.woocommerce .star-rating {
    float: none;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
    color: #000;
    margin: 0 0 10px;
    font-size: 12px;
    text-transform: uppercase;
    font-family: Yantramanav, sans-serif;
}

.woocommerce .woocommerce-review__published-date {
    color: #242424;
    font-size: 17px;
    line-height: 1.2;
    text-transform: none;
    font-family: 'Roboto', sans-serif;
}

.woocommerce #reply-title {
    font-family: Yantramanav, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
    font-size: 12px;
    line-height: 1.1666667em;
    font-weight: 900;
    margin-bottom: 15px;
    display: block;
}

.woocommerce p.stars a {
    color: #d9d9d9;
    margin-top: 5px;
}


.woocommerce #review_form #respond label {
    margin: 0;
    padding: 0;
    display: block;
    color: #8b8b8b;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}

.woocommerce #review_form #respond input,
.woocommerce #review_form #respond textarea {
    width: 100%;
    border-radius: 0;
    position: relative;
    display: inline-block;
    vertical-align: top;
    border-style: solid;
    border-width: 0 0 2px;
    box-sizing: border-box;
    cursor: pointer;
    font-family: Yantramanav, sans-serif;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 14px;
    margin: 0 0 30px;
    outline: 0;
    padding: 12px 20px;
    padding-left: 0;
    height: auto;
    transition: color .3s ease-out, background-color .3s ease-out, border-color .3s ease-out;
}

.woocommerce #review_form #respond .form-submit input {
    font-size: 14px;
    font-family: Yantramanav, sans-serif;
    font-weight: 900;
    line-height: 1.2857143em;
    position: relative;
    display: inline-flex;
    justify-content: center;
    text-align: center;
    vertical-align: middle;
    width: auto;
    margin: 0;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 0;
    outline: 0;
    transition: color .5s cubic-bezier(.65, 0, .35, 1), background-color .5s cubic-bezier(.65, 0, .35, 1), border-color .5s cubic-bezier(.65, 0, .35, 1);
    padding: 21px 58px;
    color: var(--qode-main-color);
    background-color: transparent;
    border: 2px solid #000;
    cursor: pointer;
}

.woocommerce #review_form #respond .form-submit input:hover {
    color: #fff;
    background: #000;
}

.comment-form-email,
.comment-form-author {
    width: 50%;
    float: left;
    display: inline-block;
}

.comment-form-cookies-consent input#wp-comment-cookies-consent {
    width: auto !important;
}

.comment-form-cookies-consent label {
    display: inline-block !important;
    top: -6px !important;
    position: relative;
    font-size: 17px !important;
    font-weight: 400 !important;
    text-transform: inherit !important;
    color: #242424 !important;
    margin-left: 10px !important;
}

.comment-form-author {
    padding-right: 10px;
}

.comment-form-email {
    padding-left: 10px;
}

.woocommerce form .form-row {
    width: 100%;
    padding: 0;
}

.product.type-product .container {
    padding-top: 70px;
}

.woocommerce div.product .product_title {
    order: 1;
    font-size: 77px;
    line-height: 1;
    margin-bottom: 15px;
}

.woocommerce div.product .woocommerce-product-rating {
    order: 3;
    margin-bottom: 22px;
}

.woocommerce-product-details__short-description {
    margin-bottom: 30px;
    order: 4;
}

.woocommerce div.product form.cart {
    margin-bottom: 30px;
    order: 5;
}

.woocommerce .summary.entry-summary .woocommerce-Price-amount.amount {
    color: #000;
    display: block;
    font-size: 28px;
    line-height: 1.2;
    font-weight: 900;
    margin-bottom: 18px;
}

.woocommerce-review-link {
    line-height: 1.2;
    color: #242424;
}

.woocommerce-product-details__short-description {
    margin-bottom: 30px;
}

.woocommerce .quantity .qty {
    position: relative;
    display: inline-flex;
    vertical-align: middle;
    border: 1px solid #d9d9d9;
    border-radius: 2px;
    align-items: center;
    padding: 0;
    width: 180px;
    height: 64px;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    opacity: 1;
}

.woocommerce div.product form.cart .button,
.woocommerce .wc-block-components-notice-banner > .wc-block-components-notice-banner__content .wc-forward {
    font-size: 14px;
    font-family: Yantramanav, sans-serif;
    font-weight: 900;
    line-height: 1.2857143em;
    position: relative;
    display: inline-flex;
    justify-content: center;
    text-align: center;
    vertical-align: middle;
    width: auto;
    margin: 0;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 0;
    outline: 0;
    transition: color .5s cubic-bezier(.65, 0, .35, 1), background-color .5s cubic-bezier(.65, 0, .35, 1), border-color .5s cubic-bezier(.65, 0, .35, 1);
    padding: 21px 55px !important;
    cursor: pointer;
    z-index: 3;
    color: #000;
    background-color: transparent;
    border: 2px solid #000;
    background: 0 0;
}

.woocommerce .wc-block-components-notice-banner > .wc-block-components-notice-banner__content .wc-forward {}

.wc-block-components-notice-banner.is-success > svg {
    display: none;
}

.woocommerce div.product form.cart .button:hover,
.woocommerce .wc-block-components-notice-banner > .wc-block-components-notice-banner__content .wc-forward:hover {
    color: #fff !important;
    background: #000 !important;
}

.wc-block-components-notice-banner > .wc-block-components-notice-banner__content:last-child {
    padding-right: 0;
    display: flex;
    align-items: center;
}

.woocommerce div.product form.cart .button,
.woocommerce .wc-block-components-notice-banner > .wc-block-components-notice-banner__content .wc-forward {
    order: 2;
    opacity: 1;
    margin-left: auto !important;
}

.woocommerce .summary.entry-summary .yith-wcwl-add-to-wishlist {
    order: 6;
    margin-top: 0;
    margin-bottom: 38px;
}

.woocommerce .summary.entry-summary .add_to_wishlist,
.woocommerce .summary.entry-summary .yith-wcwl-wishlistexistsbrowse a {
    color: #fff;
    font-size: 0;
    background: #000;
}

.woocommerce .summary.entry-summary .yith-wcwl-wishlistaddedbrowse a {
    display: none !important;
}

.woocommerce .summary.entry-summary .yith-wcwl-add-to-wishlist.add-to-wishlist-220.exists.wishlist-fragment.on-first-load a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: auto;
    height: auto;
    background: transparent !important;
}


/*
.entry-summary .yith-wcwl-wishlistexistsbrowse .feedback {
    display: none !important;
    font-size: 0px;
    top: -132px;
    left: 420px;
    width: 64px;
    height: 64px;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #d9d9d9;
}
*/

/*.entry-summary .yith-wcwl-wishlistexistsbrowse a {
    display: none;
}

.woocommerce .entry-summary .yith-wcwl-add-to-wishlist {
    display: inline-block;
}

.entry-summary .yith-wcwl-wishlistexistsbrowse .feedback i {
    font-size: 18px;
}*/

/*.single .summary.entry-summary .yith-wcwl-wishlistexistsbrowse {
    display: none;
}*/

.woocommerce div.product form.cart {
    margin-bottom: 40px;
}

/*.wpgs-nav .slick-slide {
    margin: 0 !important;
}*/

.product_meta {
    order: 7;
    flex-shrink: 0;
    margin-right: 9px;
    font-family: Yantramanav, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
    font-size: 12px;
    line-height: 1.1666667em;
    font-weight: 900;
    line-height: inherit !important;
}

.product_meta span {
    display: block;
    margin-bottom: 10px;
}

.product_meta span a,
.product_meta span span {
    margin-left: 5px;
    margin-bottom: 0;
    display: inline-block;
}

.product_meta a {
    font-family: Roboto, sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    display: inline-flex;
    vertical-align: middle;
    flex-wrap: wrap;
    font-size: 11px;
    line-height: 1.4545455em;
    color: #727272;
    align-items: center;
    text-decoration: none;
}

.wc-block-components-notice-banner.is-success,
.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 20px 40px !important;
    margin-bottom: 60px;
    border: 0;
    list-style: none;
    background-color: #eeedeb;
    font-size: 14px;
    font-family: Yantramanav, sans-serif;
    font-weight: 900;
    line-height: 1.2857143em;
    text-transform: uppercase;
    min-height: 104px;
    gap: 5px;
    background-color: #eeedeb !important;
    border-color: #eeedeb;
    max-width: 1400px;
    margin: auto;
    border-radius: 0 !important;
}

.woocommerce div.product div.summary {
    margin-bottom: 2em;
    display: flex;
    flex-direction: column;
}

.woocommerce .price {
    order: 2;
}

/*Cart Page*/

.woocommerce-cart {}

.woocommerce-cart .site-main,
.woocommerce-account .site-main,
.woocommerce-checkout .site-main {
    padding: 120px 0px;
    max-width: 1400px;
    margin: auto;
}

.woocommerce-checkout .site-main {
    padding: 80px 0px 120px;
}

.woocommerce-cart .site-main h1,
.woocommerce-account .site-main h1,
.woocommerce-checkout .site-main h1 {
    display: none;
}

.woocommerce-cart .wc-block-components-sidebar,
.woocommerce-cart .wp-block-woocommerce-cart-items-block,
.woocommerce-checkout .wp-block-woocommerce-checkout-totals-block,
.woocommerce-checkout .wp-block-woocommerce-checkout-fields-block {
    width: 100% !important;
    padding: 0 !important;
}

.woocommerce-cart .wc-block-cart-item__wrap a.wc-block-components-product-name {
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 700;
    color: #000;
}


.woocommerce-account h2 {
    color: #000;
}

.woocommerce-account .woocommerce-form.woocommerce-form-login.login {
    padding: 0;
    border: 0;
}

.woocommerce form .form-row label {
    color: #000;
    font-size: 12px;
    line-height: 1.2;
    font-weight: 900;
    text-transform: uppercase;
    font-family: 'Yantramanav', sans-serif;
}

.woocommerce form .form-row input[type=date],
.woocommerce form .form-row input[type=email],
.woocommerce form .form-row input[type=number],
.woocommerce form .form-row input[type=password],
.woocommerce form .form-row input[type=search],
.woocommerce form .form-row input[type=tel],
.woocommerce form .form-row input[type=text],
.woocommerce form .form-row input[type=url],
.woocommerce form .form-row select,
.woocommerce form .form-row textarea {
    width: 100%;
    position: relative;
    display: inline-block;
    vertical-align: top;
    border-radius: 0;
    border-style: solid;
    border-width: 0 0 2px;
    box-sizing: border-box;
    cursor: pointer;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 14px;
    margin: 0 0 46px;
    outline: 0;
    padding: 12px 20px;
    padding-left: 0;
    border-bottom-color: #000;
    font-family: Yantramanav, sans-serif;
    transition: color .3s ease-out, background-color .3s ease-out, border-color .3s ease-out;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
    display: block;
    font-family: Roboto, sans-serif;
    font-size: 17px;
    line-height: 1.411765em;
    font-weight: 400;
    color: #242424;
    text-transform: none;
    line-height: 1em;
}

.woocommerce-ResetPassword.lost_reset_password button.woocommerce-Button.button,
.woocommerce .woocommerce-form-login .woocommerce-form-login__submit {
    float: none;
    font-size: 14px;
    font-family: Yantramanav, sans-serif;
    font-weight: 900;
    line-height: 1.2857143em;
    position: relative;
    display: inline-flex;
    justify-content: center;
    text-align: center;
    vertical-align: middle;
    width: auto;
    margin: 0;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 0;
    outline: 0;
    padding: 21px 55px;
    cursor: pointer;
    z-index: 3;
    color: #000;
    background-color: transparent;
    border: 2px solid #000;
    background: 0 0;
    margin-top: 40px;
    transition: color .5s cubic-bezier(.65, 0, .35, 1), background-color .5s cubic-bezier(.65, 0, .35, 1), border-color .5s cubic-bezier(.65, 0, .35, 1);
}

.woocommerce-ResetPassword.lost_reset_password button.woocommerce-Button.button {
    margin-top: -12px;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__submit:hover,
.woocommerce-ResetPassword.lost_reset_password button.woocommerce-Button.button:hover {
    color: #fff;
    background: #000;
    border-color: #000;
}

.woocommerce-LostPassword.lost_password {
    margin-top: 32px;
}

.woocommerce-LostPassword.lost_password a {
    color: #000;
    text-decoration: none;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
    float: left;
    width: 30%;
    padding-right: 30px;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li {
    margin: 0;
    padding: 15px 0;
    position: relative;
    border-bottom: 1px solid #d9d9d9;
}

.woocommerce-MyAccount-navigation a {
    color: #000;
    padding: 3px 0;
    font-size: 12px;
    font-weight: 900;
    display: inline-block;
    text-decoration: none;
    line-height: 1.1666667em;
    text-transform: uppercase;
    font-family: Yantramanav, sans-serif;
}


.woocommerce-MyAccount-content p {
    margin: 10px 0;
}

.woocommerce-MyAccount-content p a {
    font-style: normal;
    color: #242424;
}

.woocommerce-MyAccount-content .wc-block-components-notice-banner {
    border: 0;
    display: flex;
    font-size: 14px;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 20px 40px;
    margin-bottom: 60px;
    list-style: none;
    background-color: #eeedeb !important;
    font-family: Yantramanav, sans-serif;
    font-weight: 900;
    line-height: 1.2857143em;
    text-transform: uppercase;
    min-height: 104px;
    display: flex;
    border-radius: 0;
}

.wc-block-components-notice-banner.is-info > svg {
    display: none;
}

.woocommerce-account .woocommerce-MyAccount-content .button {
    font-size: 14px;
    font-family: Yantramanav, sans-serif;
    font-weight: 900;
    line-height: 1.2857143em;
    position: relative;
    display: inline-flex;
    justify-content: center;
    text-align: center;
    vertical-align: middle;
    width: auto;
    margin: 0;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 0;
    outline: 0;
    transition: color .5s cubic-bezier(.65, 0, .35, 1), background-color .5s cubic-bezier(.65, 0, .35, 1), border-color .5s cubic-bezier(.65, 0, .35, 1);
    padding: 21px 55px;
    cursor: pointer;
    z-index: 3;
    color: #000;
    background-color: transparent;
    border: 2px solid #000;
    background: 0 0;
    margin-top: -6px;
    margin-left: auto;
}

.woocommerce-account .woocommerce-MyAccount-content .button:hover {
    color: #fff;
    background-color: #000;
    border-color: #000000;
}

.woocommerce-account .addresses .title h3 {
    float: none;
    font-size: 46px;
    font-weight: 700;
    line-height: 1.2;
    margin: 15px 0 20px;
    text-transform: uppercase;
}

.woocommerce-Addresses address {
    font-style: normal;
}

.woocommerce-account .addresses .title .edit {
    color: #000;
    float: none;
    width: 100%;
    display: block;
    text-decoration: none;
}

.woocommerce-account fieldset {
    border: 0;
    padding: 0;
}

.woocommerce-account fieldset legend {
    color: #000;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 30px;
    text-transform: uppercase;
}


.woocommerce-checkout .wc-block-components-text-input label,
.woocommerce-checkout .wc-block-components-form .wc-block-components-text-input label {
    order: 1;
    color: #242424 !important;
    position: static !important;
    transform: none !important;
    display: block !important;
}

.woocommerce-checkout .wc-block-components-form .wc-block-components-checkout-step {
    padding: 0;
}

.woocommerce-checkout .wc-block-components-checkout-step--with-step-number .wc-block-components-checkout-step__container:after,
.woocommerce-checkout .wc-block-components-title.wc-block-components-title:before {
    display: none;
}

.woocommerce-checkout .wc-block-components-text-input {
    display: flex;
    flex-wrap: wrap;
    flex: 0 0 100%;
}

.woocommerce-checkout .wc-block-components-address-form-wrapper .wc-block-components-address-form label {
    order: 1;
    flex: 0 0 100%;
    max-width: 100%;
    color: #242424 !important;
    position: static !important;
}

.wc-block-components-form .wc-block-checkout__order-notes.wc-block-components-checkout-step {
    display: none !important;
}


.woocommerce-checkout .wp-block-woocommerce-checkout .wp-block-woocommerce-checkout-fields-block input,
.woocommerce-checkout .wp-block-woocommerce-checkout .wp-block-woocommerce-checkout-fields-block input[type=date],
.woocommerce-checkout .wp-block-woocommerce-checkout .wp-block-woocommerce-checkout-fields-block input[type=email],
.woocommerce-checkout .wp-block-woocommerce-checkout .wp-block-woocommerce-checkout-fields-block input[type=number],
.woocommerce-checkout .wp-block-woocommerce-checkout .wp-block-woocommerce-checkout-fields-block input[type=password],
.woocommerce-checkout .wp-block-woocommerce-checkout .wp-block-woocommerce-checkout-fields-block input[type=search],
.woocommerce-checkout .wp-block-woocommerce-checkout .wp-block-woocommerce-checkout-fields-block input[type=tel],
.woocommerce-checkout .wp-block-woocommerce-checkout .wp-block-woocommerce-checkout-fields-block input[type=text],
.woocommerce-checkout .wp-block-woocommerce-checkout .wp-block-woocommerce-checkout-fields-block input[type=url],
.woocommerce-checkout .wp-block-woocommerce-checkout .wp-block-woocommerce-checkout-fields-block select,
.woocommerce-checkout .wp-block-woocommerce-checkout .wp-block-woocommerce-checkout-fields-block textarea {
    width: 100%;
    order: 1;
    outline: none !important;
    position: relative;
    display: inline-block;
    vertical-align: top;
    border-radius: 0 !important;
    border-style: solid;
    border-width: 0 0 2px !important;
    box-sizing: border-box;
    cursor: pointer;
    font-size: 12px !important;
    font-weight: 900 !important;
    text-transform: uppercase;
    line-height: 14px;
    margin: 0 0 46px;
    outline: 0;
    padding: 12px 20px !important;
    padding-left: 0 !important;
    font-family: Yantramanav, sans-serif;
    box-shadow: none !important;
    transition: color .3s ease-out, background-color .3s ease-out, border-color .3s ease-out;
}


.woocommerce-checkout .wc-block-components-order-summary__button-text,
.woocommerce-checkout .wc-block-components-title.wc-block-components-title,
.woocommerce-cart .wp-block-woocommerce-cart-order-summary-heading-block.wc-block-cart__totals-title {
    font-family: Yantramanav, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
    font-size: 46px;
    line-height: 1.0434783em;
    margin: 0 0 20px;
}

.woocommerce-checkout .wc-block-components-order-summary__button-text {
    display: block;
    margin-bottom: 30px;
}

.woocommerce-cart .components-button.wc-block-components-button.wp-element-button.wc-block-cart__submit-button,
.woocommerce-checkout .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button,
.woocommerce-checkout .components-button.wc-block-components-button.wp-element-button.wc-block-components-totals-coupon__button,
.woocommerce-cart .components-button.wc-block-components-button.wp-element-button.wc-block-components-totals-coupon__button {
    font-size: 14px;
    font-family: Yantramanav, sans-serif;
    font-weight: 900;
    line-height: 1.2857143em;
    position: relative;
    display: inline-flex;
    justify-content: center;
    text-align: center;
    vertical-align: middle;
    width: auto;
    margin: 0;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 0;
    outline: 0;
    transition: color .5s cubic-bezier(.65, 0, .35, 1), background-color .5s cubic-bezier(.65, 0, .35, 1), border-color .5s cubic-bezier(.65, 0, .35, 1);
    padding: 21px 55px;
    cursor: pointer;
    z-index: 3;
    color: #000;
    background-color: transparent;
    border: 2px solid #000;
    background: 0 0;
}

.woocommerce-cart .components-button.wc-block-components-button.wp-element-button.wc-block-components-totals-coupon__button:hover,
.woocommerce-checkout .components-button.wc-block-components-button.wp-element-button.wc-block-components-totals-coupon__button.contained:hover,
.woocommerce-cart .components-button.wc-block-components-button.wp-element-button.wc-block-cart__submit-button:hover,
.woocommerce-checkout .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button:hover {
    color: #fff;
    border-color: #000;
    background: #000000;
}

.woocommerce-checkout .wc-block-components-order-summary.wc-block-components-panel {
    padding: 0 !important;
}

.woocommerce-checkout .wc-block-components-product-metadata,
.woocommerce-checkout .wc-block-components-order-summary-item__quantity,
.woocommerce-checkout .wc-block-components-order-summary-item__individual-prices.price.wc-block-components-product-price {
    display: none !important;
}

.woocommerce-checkout .wc-block-components-product-name {
    font-weight: 700;
    color: #000;
    font-size: 17px;
    margin-top: 15px;
    line-height: 1.1764706em;
    text-transform: uppercase;
    font-family: Yantramanav, sans-serif;
}

.woocommerce-checkout .price.wc-block-components-product-price {
    margin-top: 15px;
}

.woocommerce-cart .wc-block-components-totals-item,
.woocommerce-cart .wc-block-components-totals-item__label,
.woocommerce-checkout .wc-block-components-totals-item,
.woocommerce-checkout .wc-block-components-totals-item__label,
.woocommerce-cart .wc-block-components-totals-item__label,
.woocommerce-checkout .wc-block-components-totals-item__label {
    color: #000;
    font-family: Yantramanav, sans-serif;
    font-weight: 700 !important;
    text-transform: uppercase;
    font-size: 12px !important;
    line-height: 1.1666667em;
    font-weight: 900 !important;
}

.woocommerce-cart .price.wc-block-components-product-price,
.woocommerce-cart .wc-block-formatted-money-amount.wc-block-components-formatted-money-amount.wc-block-components-totals-item__value,
.woocommerce-checkout .price.wc-block-components-product-price,
.woocommerce-checkout .wc-block-formatted-money-amount.wc-block-components-formatted-money-amount.wc-block-components-totals-item__value {
    color: #000;
    font-size: 17px;
    line-height: 1.2;
    font-weight: 700;
}

.woocommerce-cart .wc-block-components-totals-coupon,
.woocommerce-checkout .wc-block-components-totals-coupon {
    padding: 0 !important;
}

.woocommerce-cart .wc-block-components-totals-coupon__form,
.woocommerce-checkout .wc-block-components-totals-coupon__form {
    flex-wrap: wrap;
}

.woocommerce-cart .wc-block-components-totals-coupon-link,
.woocommerce-checkout .wc-block-components-totals-coupon-link {
    order: 2;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 20px 40px;
    border: 0;
    list-style: none;
    background-color: #eeedeb;
    font-size: 14px;
    font-family: Yantramanav, sans-serif;
    font-weight: 900;
    line-height: 1.2857143em;
    text-transform: uppercase;
    min-height: 104px;
    color: #000;
}

.woocommerce-cart input#wc-block-components-totals-coupon__input-0,
.woocommerce-checkout input#wc-block-components-totals-coupon__input-0 {
    outline: 0;
    box-shadow: none;
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    border-radius: 0;
    border-style: solid;
    border-width: 0 0 2px;
    box-sizing: border-box;
    cursor: pointer;
    font-family: Yantramanav, sans-serif;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 14px;
    margin: 0 0 15px;
    outline: 0;
    padding: 12px 20px;
    padding-left: 0;
    transition: color .3s ease-out, background-color .3s ease-out, border-color .3s ease-out;
}

.woocommerce-cart input#wc-block-components-totals-coupon__input-0,
.woocommerce-checkout input#wc-block-components-totals-coupon__input-0 {
    order: 2;
}

.woocommerce-cart .wc-block-components-text-input.wc-block-components-totals-coupon__input {
    flex: 0 0 100%;
}

.wc-block-components-totals-item {
    padding: 0 !important;
}

.wc-block-components-product-badge,
.wc-block-components-quantity-selector,
.wc-block-components-quantity-selector:after,
.wc-block-components-quantity-selector > .wc-block-components-quantity-selector__button--minus {
    border-radius: 0 !important;
}


.woocommerce table.shop_table {
    border: 0;
}

.woocommerce table.shop_table th,
.woocommerce table.shop_table td {
    padding: 24px 0 24px 20px;
	background: transparent !important;
}

.woocommerce table.shop_table th {
    font-family: Yantramanav, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
    font-size: 12px;
    font-weight: 900;
    line-height: 1.1666667em;
}

.woocommerce a.remove {
    color: #000 !important;
}

.woocommerce a.remove:hover {
    color: #000 !important;
    background: transparent;
}

.woocommerce-cart table.cart .product-thumbnail {
    width: 84px;
    padding-left: 0;
}

.woocommerce-cart table.cart img {
    width: 84px;
    height: 84px;
    object-fit: cover;
    border: 1px solid #d9d9d9;
}

.woocommerce table.shop_table td {
    font-family: Yantramanav, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
    font-size: 17px;
    line-height: 1.1764706em;
}

.woocommerce table.shop_table td a {
    color: #000;
    text-decoration: none;
}


.woocommerce table.shop_table th.product-price {
    width: 100px;
    text-align: right;
    padding-right: 22px;
}

.woocommerce .cart .button,
.woocommerce .return-to-shop .wc-backward,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    opacity: 1 !important;
    font-size: 14px;
    font-family: Yantramanav, sans-serif;
    font-weight: 900;
    line-height: 1.2857143em;
    position: relative;
    display: inline-flex;
    justify-content: center;
    text-align: center;
    vertical-align: middle;
    width: auto;
    margin: 0;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 0;
    outline: 0;
    transition: color .5s cubic-bezier(.65, 0, .35, 1), background-color .5s cubic-bezier(.65, 0, .35, 1), border-color .5s cubic-bezier(.65, 0, .35, 1);
    padding: 21px 55px !important;
    cursor: pointer;
    z-index: 3;
    color: #000 !important;
    background-color: transparent;
    border: 2px solid #000;
    background: 0 0;
}

.woocommerce .cart .button:hover,
.woocommerce .return-to-shop .wc-backward:hover,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover {
    color: #fff !important;
    background: #000 !important;
    border-color: #000;
}



.woocommerce-cart table.cart td.actions .coupon .input-text {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    border-radius: 0;
    border-style: solid;
    border-width: 0 0 2px;
    box-sizing: border-box;
    cursor: pointer;
    font-family: Yantramanav, sans-serif;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 14px;
    margin: 0 0 46px;
    outline: 0;
    padding: 12px 20px;
    padding-left: 0;
    border-bottom-color: #000;
    transition: color .3s ease-out, background-color .3s ease-out, border-color .3s ease-out;
}

.woocommerce-cart table.cart td.actions .coupon .input-text {
    width: auto;
	padding: 24px 0;
    margin-right: 30px;
	background: transparent;
}

.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
    float: right;
    width: 100%;
}

.woocommerce .return-to-shop .wc-backward {}

.woocommerce .return-to-shop {
    text-align: center;
}

.woocommerce .wc-block-components-notice-banner.is-info {
    font-family: Yantramanav, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
    font-size: 60px;
    line-height: 1.05em;
    align-items: center;
    justify-content: center;
    text-align: center;
    border: none;
    background: #eeedeb;
    text-align: center;
    margin-bottom: 60px;
    padding: 20px 40px;
}

.woocommerce .wc-block-components-notice-banner__content {
    justify-content: center;
}

.woocommerce-checkout .wp-block-woocommerce-checkout .wp-block-woocommerce-checkout-fields-block input {
    order: 2 !important;
}


/*==================================

             Resposnive

===================================*/

@media(max-width:1440px) {

    .container,
    .woocommerce-cart .site-main,
    .woocommerce-account .site-main,
    .woocommerce-checkout .site-main {
        max-width: 1140px;
    }

    .woocommerce .woocommerce-breadcrumb {
        max-width: 1140px;
    }

    .site-footer .container {
        max-width: 1140px;
    }

    .footer-logo img {
        max-width: 180px;
    }

    .f-serv-logo {
        flex: 0 0 30%;
        max-width: 30%;
        padding-right: 25px;
    }

    .woocommerce-cart .site-main,
    .woocommerce-account .site-main,
    .woocommerce-checkout .site-main {
        padding: 60px 0px 120px;
    }

}

@media(max-width:1200px) {

    .container,
    .woocommerce-cart .site-main,
    .woocommerce-account .site-main,
    .woocommerce-checkout .site-main {
        max-width: 960px;
    }

}

@media(max-width:1024px) {

    .site-header .site-branding {
        max-width: 90px;
        margin-right: 20px;
    }

    .woocommerce div.product .product_title,
    .hero-banner-block .banner-block h2 {
        font-size: 65px;
    }

    .site-header {
        padding: 0 30px;
    }

    .header-right .user-icon,
    .header-right .wishlist-icon {
        display: none;
    }

    .site-header .header-right .cart-icon {
        margin-left: 0;
        padding: 30px 30px;
        background: #ffffff;
    }

    .header-right .cart-icon a {
        top: -2px;
        position: relative;
        background: url(images/cart-icon.svg) center no-repeat;
    }

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

    .mega-menu-wrap {
        order: 3;
    }

    .site-header .mega-menu-wrap .mega-menu {
        position: absolute !important;
        left: 0 !important;
        right: 0 !important;
        top: 100% !important;
    }

    #mega-menu-wrap-menu-1 .mega-menu-toggle {
        background: transparent;
    }

    .site-header #mega-menu-menu-1 {
        padding: 10px 30px 30px !important;
    }

    .site-header #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-box {
        width: 20px;
    }

    .site-header #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner,
    .site-header #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner::before,
    .site-header #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner::after {
        width: 30px;
        height: 3px;
        border-radius: 0;
        background-color: #000;
        transition-property: transform;
        transition-duration: 0.15s;
        transition-timing-function: ease;
    }

    .site-header #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner:before {
        top: 8px;
    }

    .site-header #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner:after {
        top: 17px;
    }

    .site-header #mega-menu-wrap-menu-1 .mega-menu-toggle.mega-menu-open .mega-toggle-block-1 .mega-toggle-animated-inner:after {
        top: 20px;
    }

    .site-header #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-blocks-left .mega-toggle-block:only-child {
        margin: 0;
    }

    .site-header .mega-menu-wrap .mega-menu .mega-menu-item .mega-sub-menu {
        box-shadow: none !important;
        padding: 5px 0 5px 15px !important;
    }

    .site-header .mega-menu-wrap .mega-menu .mega-menu-item .mega-sub-menu li a {
        font-size: 12px !important;
    }

    .woocommerce .products .product {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .new-product-inner .product-left-img,
    .new-product-inner .cat-product-block {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .sticky-block img {
        width: 100%;
    }

    .product-filter-block .category-filter {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .product-filter-block .tag-filter.right-filter {
        flex: 0 0 0;
        max-width: 0;
    }

    .product-filter-block .category-filter ul {
        justify-content: end;
    }

    .newsletter-sec {
        padding: 132px 20px;
    }

    .site-footer .container {
        max-width: 86%;
    }

    .partner-sec ul li {
        margin: -1px -1px;
        flex: 0 0 33.3333%;
        max-width: 33.3333%;
    }

    .footer-menu-sec .widget_nav_menu {
        flex: 0 0 50%;
        max-width: 50%;
        margin: 20px 0;
    }

    .newsletter-block,
    .footer-info-block {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 40px;
    }

    .footer-info-box {
        flex: 0 0 50%;
        max-width: 50%;
        padding: 0;
    }

    .footer-info-sec .container {
        padding: 65px 0px 60px;
    }

    .footer-menu-sec .container {
        padding: 45px 0px 40px;
    }

    .site-footer .footer-serv {
        flex: 0 0 100%;
        max-width: 100%;
        margin-top: 30px;
    }

    .f-serv-items {
        flex: 0 0 50%;
        max-width: 50%;
        margin: 20px 0;
    }

    .footer-top {
        padding-bottom: 40px;
    }

    .container,
    .woocommerce-cart .site-main,
    .woocommerce-account .site-main,
    .woocommerce-checkout .site-main {
        max-width: 86%;
    }

    .about-collection-sec .content {
        max-width: 365px;
    }

    .banner-content h1 {
        font-size: 65px;
    }

    .site-header .main-navigation {
        max-width: calc(100% - 110px);
    }

    .site-footer {
        padding: 70px 0px 0px;
    }

    .faq-sec {
        padding: 60px 0px 80px;
    }

    .shop-block .woocommerce .products .product {
        flex: 0 0 33.333%;
        max-width: 33.333%;
    }

    .shop-filter-title h3 {
        font-size: 65px;
    }

    .inner-page-banner {
        padding: 18% 20px;
    }

    .woo-product-gallery-slider.woocommerce-product-gallery.wpgs--with-images.images {
        width: 100%;
        margin-bottom: 86px;
    }

    .woocommerce div.product div.summary {
        width: 100%;
    }

    .woocommerce-cart .site-main {
        padding-top: 40px;
    }
	
	.about-collection-sec .about-img img{
   		height:500px;
		object-fit: cover;
	}

}

@media(max-width:880px) {


    .banner-content h1,
    .woocommerce div.product .product_title {
        font-size: 52px;
    }

    .hero-banner-block .banner-block {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .about-collection-sec .col-md-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .about-collection-sec .content {
        margin-bottom: 120px;
        max-width: 100%;
    }

    .about-collection-sec .col-md-6 {
        order: 1 !important;
    }

    .about-collection-sec .col-md-6.order-2 {
        order: 2;
        margin-top: 120px;
    }

    .inner-page-banner {
        padding: 18% 20px;
    }

    .site-header .header-right .cart-icon {
        padding: 30px 20px;
    }

    .f-serv-content p {
        max-width: 280px;
    }

    .contact-info-sec .col-md-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .contact-form {
        margin-top: 70px;
    }


}

@media(max-width:767px) {

    .partner-sec ul li {
        flex: 0 0 50%;
        max-width: 50%;
    }

    h1,
    h2,
    .product-img-content h2,
    .woocommerce div.product .product_title {
        font-size: 55px;
    }

    .shop-block .woocommerce .products .product {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .contact-three-sec .col-md-4 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .three-box-block {
        margin-bottom: 65px;
    }

    .contact-three-sec .col-md-4:last-child .three-box-block {
        margin-bottom: 0;
    }

    .three-box-block p {
        max-width: 100%;
    }

    .woocommerce-tabs.wc-tabs-wrapper {
        padding-top: 40px;
    }

    .woocommerce-account .woocommerce-MyAccount-navigation{
        padding-right: 0;
        width: 100%;
    }
 
    .woocommerce-account .woocommerce-MyAccount-content{
        float: left;
        width: 100%;
        margin-top: 40px;
    }
    
}

@media(max-width:680px) {

    .hero-banner-block .banner-block h2 {
        font-size: 52px;
    }

    .woocommerce .products .product {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .partner-sec ul li {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .cat-product-block .woocommerce .products .product {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .cat-img-title {
        font-size: 150px;
    }

    h1,
    h2,
    .shop-filter-title h3,
    .product-img-content h2,
    .woocommerce div.product .product_title {
        font-size: 41px;
    }

    .f-serv-items {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .footer-menu-sec .widget_nav_menu {
        flex: 0 0 100%;
        max-width: 100%;
        margin: 15px 0;
    }

    .f-serv-logo {
        flex: 0 0 25%;
        max-width: 84px;
        padding-right: 20px;
    }

    .f-serv-content {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .contact-form .form-field.half-width {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .shop-block .woocommerce .products .product {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .shop-filter-title h3 {
        font-size: 52px;
    }

    .inner-page-banner {
        padding: 22% 20px;
    }

    .woocommerce div.product .woocommerce-tabs ul.tabs {
        flex-wrap: wrap;
    }

    .woocommerce div.product .woocommerce-tabs ul.tabs li {
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
        margin-bottom: 25px;
    }

    .woocommerce div.product .woocommerce-tabs ul.tabs li:last-child {
        margin-bottom: 0;
    }

}



@media(max-width:480px) {

	.woocommerce .quantity .qty,
	.woocommerce div.product form.cart div.quantity{
		width: 100%;
	}
	
	.woocommerce .coupon button.button {
		padding-left: 20px !important;
		padding-right: 20px !important;
		width: 100% !important;
	}
	
	.woocommerce-cart table.cart td.actions .coupon .input-text {
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
		background: transparent;
	}
	
	.woocommerce div.product form.cart .button {
		margin-top: 10px;
		display: block;
		float: left;
		width: 100%;
		max-width: 200px;
	}
	
    .footer-info-box {
        flex: 0 0 100%;
        max-width: 100%;
        margin: 15px 0;
    }

    .footer-info-block {
        margin-bottom: 30px;
    }
	
}
