body,
p,
h1,
h2,
h3,
h4,
h5 {
    font-family: "Roboto", sans-serif;
    color: black;
}

a:hover {
    text-decoration: none;
}

ul li a {
    color: black;
}

a {
    color: black;
}

p {

    font-size: 16px;
    font-family: 'Lato Regular';
    line-height: 1.4;
    color: black;
}

img {
    max-width: 100%;
}

h1 {
    font-size: 51px;
    color: #db6237;
    font-weight: 700;
    line-height: 1;
    padding-bottom: 15px;
}

h2 {
    font-size: 40px;
    color: #db6237;
    font-weight: 700;
    line-height: 1;
}

h3 {
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
}

h4 {
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
}

h5 {
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
}

h6 {
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
}

div#page.site {
    overflow-x: unset;
}

.col-full {
    box-sizing: border-box !important;
}

/* font-family */

@font-face {
    font-family: "Lato Black";
    src: url('../fonts/Lato-Black.woff');
}

@font-face {
    font-family: "Lato Bold";
    src: url('../fonts/Lato-Bold.woff');
}

@font-face {
    font-family: "Lato Light";
    src: url('../fonts/Lato-Light.woff');
}

@font-face {
    font-family: "Lato Regular";
    src: url('../fonts/Lato-Regular.woff');
}

@font-face {
    font-family: "Lato Thin";
    src: url('../fonts/Lato-Thin.woff');
}








/* 
@font-face {
    font-family: 'Andada Pro';
    src: url('AndadaPro-Regular.eot');
    src: local('Andada Pro Regular'), local('AndadaPro-Regular'),
        url('../fonts//font/AndadaPro-Italic.eot') format('embedded-opentype'),
        url('../fonts//font/AndadaPro-Regular.woff2') format('woff2'),
        url('../fonts//font/AndadaPro-Regular.woff') format('woff'),
        url('../fonts//font/AndadaPro-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

 */


button,
input[type=button],
input[type=reset],
input[type=submit],
.button,
.wc-block-grid__products .wc-block-grid__product .wp-block-button__link,
.added_to_cart {
    font-weight: 400;
}

/* font-family */

header.header-title.entry-header.col-full {
    padding: 35px 2.617924em 0px;
}

.header-title h1 {
    font-family: 'Lato Bold';
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 29px;
    color: #153143;
    text-transform: uppercase;
    text-align: left;
}

.storefront-breadcrumb {
    padding: 0px !important;
    margin: 0px 0px 35px !important;
}

.storefront-breadcrumb .woocommerce-breadcrumb a,
.woocommerce-breadcrumb {
    font-family: 'Lato Regular';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: rgba(28, 27, 27, 0.5);
}

.storefront-breadcrumb .woocommerce-breadcrumb a:first-of-type::before {
    content: "";
    margin-right: 0px;
}

/* Header */
header#masthead.site-header {
    border-bottom-color: #ffffff;
    padding: 20px 0px;
    border-bottom: 0px;
}

header#masthead .col-full {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px;
}

header#masthead.site-header .site-branding img {
    max-width: 210px;
}

header#masthead .site-branding {
    width: 210px;
    margin-right: 0px;
    margin-bottom: 0px;
}

header#masthead .storefront-primary-navigation {
    clear: inherit;
    width: auto;
    float: left;
}

.woocommerce-active .site-header#masthead .site-search {
    width: 5%;
    float: left;
    margin-bottom: 0px;
    padding: 7px 0px;
    text-align: center;
}

header#masthead .woocommerce-active .site-header .site-search {
    width: 5%;
    float: left;
    margin-bottom: 0px;
}

/* ////////////////////////////////////////////////////////////////////////////////////////// */
header#masthead ul#site-header-cart li span.woocommerce-Price-amount {
    display: none;
}

header#masthead ul#site-header-cart li span.count {
    opacity: 1;
    position: absolute;
    right: -10px;
    background: #153143;
    color: #fff;
    padding: 4px 8px;
    border-radius: 50%;
    top: -15px;
    /* display: none; */
    font-size: 13px;
    text-align: center;
    font-family: 'Lato Regular';
    line-height: 17px;
    min-width: 25px;
    min-height: 25px;
}

.site-header-cart .widget_shopping_cart {
    color: #fff;
}

.site-header-cart li .widget_shopping_cart {
    position: absolute;
    top: 80%;
    width: 300px;
    z-index: 999999;
    font-size: .875em;
    right: 0px;
    left: unset !important;
    display: none;
    opacity: 0;
}



.site-header-cart .widget_shopping_cart .widget_shopping_cart_content p.woocommerce-mini-cart__empty-message {
    color: #153143;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    font-family: 'Lato Regular';
}

header#masthead .site-header-cart:hover li .widget_shopping_cart,
header#masthead .site-header-cart.focus li .widget_shopping_cart {
    display: block;
    opacity: 1;
}

.site-header-cart .widget_shopping_cart .widget_shopping_cart_content .product_list_widget {
    height: auto;
}

header#masthead ul#site-header-cart li .woocommerce-mini-cart__total.total span.woocommerce-Price-amount {
    display: block;
}

li.woocommerce-mini-cart-item a {
    font-size: 13px;
    font-family: 'Lato Regular';
    line-height: 20px;
    font-weight: 400;
}

.widget_shopping_cart_content .woocommerce-mini-cart__total.total {
    display: flex;
    justify-content: center;
}

.widget_shopping_cart_content .woocommerce-mini-cart__total.total strong {
    font-size: 15px;
    font-family: 'Lato Bold';
    padding-right: 8px;
    font-weight: 700;
}

header#masthead .site-header-cart li .widget_shopping_cart li.woocommerce-mini-cart-item span.quantity span.woocommerce-Price-amount {
    display: inline-block !important;
    padding-top: 5px;
}

/* ///////////////////////////////////////////////////////////////////////////////////// */
header#masthead .site-header-cart .cart-contents {
    padding: 0px;
}

header#masthead .site-header-cart:hover .widget_shopping_cart,
header#masthead .site-header-cart.focus .widget_shopping_cart {
    display: none;
}

.woocommerce-active header#masthead.site-header .site-header-cart {
    width: 2%;
    padding: 18px 0px 12px;
}

.woocommerce-active header#masthead.site-header .main-navigation {
    width: 100%;
    margin-right: 0px;
}

header#masthead .site-header-cart .cart-contents::after {
    height: unset;
}

ul#menu-header-menu li a {
    font-family: 'Lato Regular';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase;
    color: #153143;
    background-color: #fff;
    padding: 1.618em 28px;
}

ul#menu-header-menu li a:hover {
    color: #153143;
}

ul#menu-header-menu li ul.sub-menu {
    background: #FFFFFF;
    box-shadow: 0px 1px 6px rgba(84, 73, 73, 0.25);
}

ul#menu-header-menu li ul.sub-menu li a {
    padding: 13px 15px;
}

header#masthead .site-header-cart .cart-contents::after {
    content: url('../img/Mask\ group.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    height: 100%;
}

.search-toggle .search-icon.icon-close {
    display: none;
}

.search-toggle.opened .search-icon.icon-close {
    display: block;
    margin: auto;
    font-size: 23px;
    padding-left: 0px;
    font-weight: 600;
    font-family: 'Lato Bold';
}

.search-container {
    position: relative;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    max-height: 0;
    overflow: hidden;
}

.search-container {
    position: absolute;
    left: auto;
    right: unset;
    top: 75%;
    z-index: 9;
    background-color: #fff;
}

.search-container.opened {
    background-color: transparent;
    border: 1px solid #153143;
}

.search-container input {
    background-color: transparent;
    box-shadow: none;
    font-size: 14px;
    font-family: 'Lato Regular';
    text-transform: capitalize;
}

.search-container.opened {
    max-height: 100px;
    background-color: #fff;
}

form.search-form .search-icon {
    padding: 0px 15px;
}

.search-icon {
    font-size: 16px;
    border: 0;
    outline: none;
    background-color: transparent;
    font-weight: 400;
    font-family: 'Lato Regular';
    color: #153143;
    padding: 0px;
}

.search-toggle.opened .search-icon.icon-search {
    display: none;
}

.search-icon:hover,
.search-toggle button:hover {
    background-color: transparent;
    color: #000;
}

.search-container.opened input {
    background-color: transparent;
    box-shadow: none;
    font-size: 16px;
    font-family: 'Lato Regular';
}

.woocommerce-active .site-header#masthead .site-user {
    width: 2%;
    float: left;
    margin-bottom: 0px;
    padding: 7px 0px;
}

.user-icon a {
    color: #153143;
    font-size: 22px;
    font-weight: 400;
    font-family: 'Lato Bold';
}

/* Home Page */

.page-template-template-homepage footer#colophon .col-full:nth-child(1) {
    max-width: 66.4989378333em;
    padding: 0 2.617924em;
}

/* 
.page-template-template-homepage div#content .col-full:first-child {
    max-width: 100%;
    padding: 0px;
} */

.header-slider-section img {
    width: 100%;
}

.page-template-template-homepage .type-page,
.page-template-template-homepage .header-title {
    display: none;
}

.header-slider-section {
    background-color: #fff;
    position: relative;
    display: flex !important;
    justify-content: space-between;
    align-items: center;
}

.header-slider-description {
    text-align: center;
}

.header-slider-center-image {
    width: 50%;
    padding: 0px 15px;
}

.header-slider-right-image {
    padding-left: 15px;
}

.header-slider-left-image {
    padding-right: 15px;
}

.header-slider-description h1 {
    font-family: 'Lato Bold';
    font-style: normal;
    font-weight: 900;
    font-size: 50px;
    line-height: 66px;
    text-align: center;
    letter-spacing: 0.015em;
    color: #153143;
    margin-bottom: 0px;
    padding-bottom: 5px;
}

.header-slider-description h1 b {
    color: #B62A59;
    padding-right: 10px;
}

.header-slider-description span {
    font-family: 'Austin Cyr';
    font-style: normal;
    font-weight: 600;
    font-size: 44px;
    line-height: 46px;
    text-align: center;
    color: #153143;
}

.header-slider-description p {
    font-family: 'Lato Regular';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    color: #153143;
    margin-top: 10px;
}

.header-button {
    margin-top: 45px;
}

.header-button a {
    border: 1px solid #153143;
    font-family: 'Lato Bold';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    color: #153143;
    padding: 10px 20px;
}

.header-button a:focus {
    outline-color: none !important;
}

.home-section-2 {
    position: relative;
    display: flex;
    margin-bottom: 50px;
}

.home-section-2-left {
    width: 50%;
    float: left;
    clear: left;
    padding-right: 30px;
}

.home-section-2-left p {
    margin-bottom: 0px;
    height: 100%;
}

.home-section-2-left .slick-track,
.home-section-2-left .slick-list.draggable,
.home-section-2-left p iframe {
    width: 100%;
    height: 100%;
}

.home-section-2-right {
    width: 50%;
    float: right;
    clear: right;
}

.home-section-2-right-description {
    display: flex;
    justify-content: space-between;
}

.home-section-2-right-description img {
    width: 90px;
}

.home-section-2-right-description-bottom {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding-top: 20px;
}

.home-section-2-right-heading h2 {
    font-family: 'Lato Regular';
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 29px;
    color: #153143;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.home-section-2-right-heading h2 b {
    font-size: 28px;
    font-family: 'Lato Bold';
}

.home-section-2-right-bottom {
    padding-left: 30px;
}

.home-section-2-right-bottom p {
    font-family: 'Lato Regular';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #153143;
}

.home-section-2-name {
    display: flex;
    align-items: center;
}

.home-section-2-right-bottom span {
    font-family: 'Lato Bold';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: #153143;
}

.home-section-2-line {
    width: 10%;
    border: 1px solid #000;
    margin-right: 10px;
}

.row.home-section-3 {
    display: flex;
    position: relative;
    margin-bottom: 50px;
}

.home-section-3-slider {
    padding: 5px;
}

.home-section-3-repeater h2 {
    font-family: 'Lato Regular';
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 29px;
    color: #153143;
}

.home-section-3-repeater h2 b {
    font-family: 'Lato Bold';
    font-weight: 600;
    font-size: 30px;
    line-height: 29px;
}

.home-section-3-repeater p a,
.home-section-3-repeater p {
    font-family: 'Lato Regular';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #153143;
    text-transform: uppercase;
}

.home-section-3-repeater p a {
    text-decoration: underline;
}

h2.section-title.celebrity-title {
    font-family: 'Lato Bold';
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 29px;
    color: #153143;
    text-align: left;
    margin-bottom: 10px;
}

.product-celebrity-description {
    font-family: 'Lato Regular';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #153143;
    margin-bottom: 20px;
}

.storefront-product-section h2.section-title {
    font-family: 'Lato Bold';
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 29px;
    color: #153143;
}

.home-section-5 h2,
.home-section-4 h2 {
    font-family: 'Lato Regular';
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    line-height: 38px;
    color: #153143;
    margin-bottom: 15px;
    text-align: center;

}

.home-section-5 h2 b,
.home-section-4 h2 b {
    font-family: 'Lato Bold';
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 29px;
    color: #153143;
    text-align: center;
}

.home-section-4 p a {
    font-weight: 500;
    text-decoration-line: underline;
}

.home-section-4 p a,
.home-section-4 p {
    font-family: 'Lato Regular';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #153143;
    text-align: center;
}

.home-section-4-description {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin-left: -5px;
    margin-right: -5px;
    width: 100%;

}

/* .home-section-4-image {
    max-width: 33.33%;
    padding-left: 5px;
    padding-right: 5px;
    position: relative;

} */



.home-section-4-image {
    /* max-width: 33%; */
    /* padding-left: 5px; */
    /* padding-right: 5px; */
    min-width: 33%;

    position: relative;
    margin: 2px;
}


.home-section-4-description {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    /* Three equal columns */
    gap: 20px;
    /* Adjust the gap between items as needed */
}

@media (max-width: 768px) {
    .home-section-4-description {
        grid-template-columns: repeat(2, 1fr);
        /* Two columns on smaller screens */
    }
}

@media (max-width: 480px) {
    .home-section-4-description {
        grid-template-columns: 1fr;
        /* One column on very small screens */
    }
}


.home-section-4-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.container.home-section-5 {
    margin-top: 50px;
}

.home-section-3-repeater {
    margin-top: 50px;
}

.home-section-5 h2 {
    text-align: center;
}

.home-section-5-description {
    padding-left: 5px;
    padding-right: 5px;
    margin: 10px 0px;
}

.home-section-5-left {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    flex-wrap: wrap;
    margin-left: -5px;
    margin-right: -5px;
}

.home-section-5-image-1.home-section-5-description img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cn-right {
    margin: 30px 0px;
}

.home-section-5-text-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 25%;
    margin: 0px auto;
}

.home-section-5-text-section h3 {
    font-family: 'Lato Regular';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 29px;
    color: #153143;
}

.home-section-5-text-section h3 b {
    font-family: 'Lato Bold';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    color: #153143;
}

.home-section-5-text-section p {
    font-family: 'Lato Regular';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #153143;
}

.home-section-5-button a {
    font-family: 'Lato Bold';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: #153143;
    border: 1px solid #153143;
    padding: 8px 15px;
    background-color: transparent;
}

.home-section-5-button a:hover {
    background-color: #153143;
    border: 1px solid #153143;
    color: #fff;
}

/* about */
.about-section {
    padding-bottom: 65px;
}

.about-section-1 {
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    height: 100%;
}

.about-section-1 img {
    visibility: hidden;
    width: 100%;
    height: 100%;
}

.about-gradient {
    background-image: linear-gradient(45deg, #0000007a, transparent);
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
}

.about-section-1-description {
    position: absolute;
    top: 50%;
    left: 0px;
    right: 0px;
    width: 55%;
    margin: auto;
    text-align: center;
    transform: translateY(-50%);
}

.about-section-1-description h1 {
    font-family: 'Lato Bold';
    font-style: normal;
    font-weight: 900;
    font-size: 88px;
    line-height: 68px;
    text-align: center;
    letter-spacing: 0.015em;
    color: #FCFCFC;
    text-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
    margin-bottom: 5px;
}

.about-section-1-description p {
    font-family: 'Lato Regular';
    font-style: italic;
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    color: #FFFFFF;
}

.about-section-2 {
    display: flex;
    margin: 30px 0px;
}

.about-section-2 .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
    position: relative;
    width: 100%;
}

.about-section-2-right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 30px;
}

.about-section-2-left iframe {
    width: 100%;
    height: 350px;
}

.about-section-2-right h2 {
    font-family: 'Lato Regular';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 38px;
    text-transform: uppercase;
    color: #153143;
}

.about-section-2-right p {
    font-family: 'Lato Regular';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
}

.about-section-3-left {
    padding-left: 0px;
    padding-right: 30px;
}

.about-section-2- {
    border: 1px solid #000000;
    width: 50%;
    margin-top: 40px;
}

.about-section-4-left {
    width: 50%;
    float: left;
}

.about-section-4-right {
    width: 50%;
    float: right;
    clear: right;
}

.about-section-5-left {
    width: 50%;
    float: right;
    margin-top: 80px;
    padding-left: 30px;
}

.about-section-5-right {
    padding-left: 0px;
    width: 50%;
    float: left;
    margin-top: 50px;
}


/* Product */

article.hentry {
    margin-bottom: 0px;
}

ul.products li.product img,
ul.products .wc-block-grid__product img,
.wc-block-grid__products li.product img,
.wc-block-grid__products .wc-block-grid__product img {
    width: 100%;
    object-fit: cover;
    aspect-ratio: auto;
}

div#primary ul.products li.product {
    text-align: left;
}

h2.woocommerce-loop-product__title {
    font-family: 'Lato Regular';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #153143;
    padding-left: 15px;
    text-transform: uppercase;
}

ul.products li.product .price {
    font-family: "Lato Bold";
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 17px;
    color: #153143;
    padding-left: 15px;
}

ul.products li.product a.button.product_type_variable.add_to_cart_button,
ul.products li.product a.button.add_to_cart_button.ajax_add_to_cart {
    font-family: 'Lato Bold';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: #153143;
    border: 1px solid #153143;
    margin-left: 15px;
    text-transform: uppercase;
    background-color: transparent;
}

ul.products li.product .button:hover {
    background-color: #153143 !important;
    color: #fff !important;
    border: 1px solid #153143 !important;
}

.post-type-archive-product .storefront-breadcrumb,
.post-type-archive-product header.header-title.entry-header.col-full {
    display: none;
}

.post-type-archive-product header.woocommerce-products-header .storefront-breadcrumb {
    display: block;
    text-align: left;
}

.product-breadcrumb .storefront-breadcrumb .col-full {
    padding: 0px;
}

.woocommerce-products-header {
    padding: 0px !important;
}

header.woocommerce-products-header h1 {
    font-family: 'Lato Bold';
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 29px;
    color: #153143;
    text-transform: uppercase;
    text-align: left;
    margin-bottom: 0px;
}

.woocommerce .product-header-description .page-description {
    margin-bottom: 0px;
}

.product-header-description p {
    font-family: 'Lato Regular';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #153143;
    text-align: left;
    margin: 0px 0px 15px 0px;
}

div#primary ul.products li.product {
    text-align: left;
    margin-right: 0px;
    padding-right: 10px;
    width: 33.33%;
    margin-bottom: 25px;
}

ul.products h2.size-title-attribute {
    font-family: 'Lato Regular';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #153143;
    padding-left: 15px;
    margin-bottom: 15px;
}

h2.size-title-attribute {
    font-family: 'Lato Regular';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #153143;
    margin-top: 0px;
}

.storefront-sorting {
    display: flex;
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}

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

.storefront-sorting form.woocommerce-ordering {
    margin-left: auto;
}

.storefront-sorting p.woocommerce-result-count {
    display: none;
}

.storefront-sorting form.woocommerce-ordering select {
    border: none;
    font-size: 15px;
    font-family: 'Lato Regular';
    text-transform: capitalize;
    line-height: 20px;
    padding: 5px;
}

.storefront-sorting form.woocommerce-ordering select:hover {
    border: none;
}

.storefront-sorting form.woocommerce-ordering select:focus-visible {
    outline: none;
}

.storefront-sorting .wpf_layout_horizontal .wpf_item {
    border: none;
}

.storefront-sorting .wpf_layout_horizontal .wpf_item_name {
    font-family: 'Lato Regular';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: #153143;
}

.storefront-sorting .wpf_layout_horizontal .wpf_search_button {
    background-color: transparent;
    border: none;
    color: #153143;
    cursor: pointer;
    text-transform: uppercase;
    padding: 0.8em;
    -webkit-appearance: none;
    transition: all .1s linear;
    outline: none;
    border-radius: 0px;
    border: 1px solid #153143;
    font-size: 14px;
}

.storefront-sorting form ul.wpf_price_range {
    display: flex;
    flex-direction: column;
}

.storefront-sorting .wpf_items_wrapper .wpf_item ul li {
    padding: 5px 15px;
}

.storefront-sorting .wpf_price_format,
.storefront-sorting .wpf_price_range input {
    display: inline-block;
}

.storefront-sorting .wpf_reset_btn {
    margin-top: 15px;
}

.storefront-sorting .wpf_reset_btn input {
    font-family: 'Lato Regular';
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 17px;
    text-transform: uppercase;
    color: #153143;
    padding-left: 5px;
}

.storefront-sorting .wpf_items_group ul li label {
    font-family: 'Lato Regular';
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 17px;
    text-transform: uppercase;
    color: #153143;
    margin-right: 5px;
}

nav.woocommerce-pagination {
    width: 100%;
    float: unset;
    margin-bottom: 30px;
}

.woocommerce-pagination ul.page-numbers li .page-numbers.current {
    color: #ffffff;
    background-color: #153143;
    border-radius: 6px;
}

.woocommerce-pagination ul.page-numbers li a.page-numbers:hover {
    background-color: transparent;
}

nav.woocommerce-pagination ul.page-numbers li a.page-numbers {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #223354;
    background: transparent;
}

nav.woocommerce-pagination ul.page-numbers li {
    padding: 0px 10px;
}

.woocommerce-pagination .prev::after {
    content: "\f104" !important;
}

.woocommerce-pagination .next::after {
    content: "\f105" !important;
}

.wpf_item.wpf_item_wpf_cat label.wpf_item_name {
    padding-left: 0px;
}

/* cart page */

form.woocommerce-cart-form table th {
    background: #E8E8E8 !important;
    padding: 10px 20px;
    font-family: 'Lato Regular';
    font-weight: 500;
    font-size: 20px;
    line-height: 38px;
    color: #153143;
    text-transform: uppercase;
}

form.woocommerce-cart-form table.cart .product-thumbnail img {
    margin: 0 auto;
    max-width: 120px;
    height: auto;
    border-radius: 0px;
}

form.woocommerce-cart-form table.cart td.product-remove {
    padding-right: 0px;
    padding-left: 0px;
}

form.woocommerce-cart-form table .product-remove a.remove::before {
    text-align: left;
    color: #000000;
    font-weight: 300;
    font-size: 18px;
    line-height: 22px;
}

td.product-name a {
    font-family: 'Lato Regular';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 17px;
    color: #153143;
}

form.woocommerce-cart-form table td.product-subtotal span,
form.woocommerce-cart-form table td.product-price span {
    font-family: 'Lato Regular';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 29px;
    color: #153143;
}

form.woocommerce-cart-form table td.product-quantity .quantity input {
    background-color: transparent;
    border: 1px solid #153143;
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #153143;
}

form.woocommerce-cart-form table input#coupon_code {
    border: 1px solid #153143;
    background-color: transparent;
    font-family: "Lato Regular";
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #153143;
    height: 45px;
}

form.woocommerce-cart-form table.cart td.actions {
    background-color: transparent;
}

form.woocommerce-cart-form table .coupon button.button {
    padding: 15px 25px;
    margin-left: 15px;
}

form.woocommerce-cart-form table td.actions button.button {
    opacity: 1 !important;
    background-color: #153143;
    color: #fff;
    font-family: 'Lato Bold';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    text-transform: uppercase;
    height: 45px;
}

.cart-collaterals .cart_totals h2 {
    font-family: 'Lato Bold';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 38px;
    color: #153143;
    text-transform: uppercase;
}

.cart-collaterals .cart_totals table th {
    background-color: transparent;
    padding: 10px 0px;
    font-family: 'Lato Bold';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 38px;
    color: #153143;
    text-transform: uppercase;
}

.cart-collaterals .cart_totals table td strong,
.cart-collaterals .cart_totals table td {
    font-family: 'Lato Regular';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 38px;
    color: #153143;
    padding: 10px 0px;
}

.wc-proceed-to-checkout a.checkout-button.button {
    background: #153143;
    border: 1px solid #153143;
    font-family: 'Lato Bold';
    font-style: normal;
    font-weight: 600;
    font-size: 18px !important;
    line-height: 29px;
    color: #FFFFFF;
    text-transform: uppercase;
}

section.related.products h2,
.page-description p {
    text-align: left !important;
}

.alert-header p {
    background: #153143;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    padding: 10px;
    font-family: 'Lato Regular';
    margin-bottom: 0;
}

.alert-header p a {
    color: #fff;
}

/* checkout Page */
.entry-content .woocommerce form button.button.wp-element-button {
    background: #153143;
    border: 1px solid #153143;
    font-family: 'Lato Bold';
    font-style: normal;
    font-weight: 600;
    color: #FFFFFF;
    text-transform: uppercase;
}

.entry-content .woocommerce form #payment .place-order .button {
    font-size: 18px;
}

.entry-content .woocommerce form p.form-row button {
    font-size: 15px !important;
}

form.checkout_coupon p {
    font-size: 17px;
    color: #153143;
    font-family: 'Lato Regular';
    font-weight: 400;
}

p.form-row input {
    background: transparent;
    color: #153143;
    border: 1px solid #153143;
    font-size: 17px;
    font-family: 'Lato Regular';
    line-height: 24px;
}

p.form-row input::placeholder {
    color: #153143;
}

.form-row label {
    font-size: 17px;
    line-height: 22px;
    font-family: 'Lato Regular';
    color: #153143;
    padding-bottom: 8px;
}

.woocommerce-billing-fields__field-wrapper .select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #153143;
    border-radius: 0px;
    color: #153143;
    font-size: 17px;
    font-family: 'Lato Regular';
    height: 50px;
}

.woocommerce-billing-fields__field-wrapper .select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 8px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
}

.woocommerce-billing-fields__field-wrapper .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 50px;
}

.woocommerce-billing-fields__field-wrapper .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #153143;
}

.entry-content .woocommerce h3 {
    text-transform: uppercase;
    font-size: 21px;
    line-height: 30px;
    font-family: 'Lato Bold';
    font-weight: 500;
    color: #153143;
    margin-bottom: 20px;
}

.entry-content .woocommerce h3#order_review_heading {
    padding-bottom: 20px;
}

p#order_comments_field label {
    font-size: 18px;
    color: #153143;
    font-family: 'Lato Regular';
    line-height: 25px;
    font-weight: 400;
}

textarea#order_comments {
    background: transparent;
    border: 1px solid #153143;
    color: #153143;
    font-size: 17px;
    line-height: 30px;
    font-family: 'Lato Regular';
    font-weight: 400;
}

textarea#order_comments::placeholder {
    color: #153143;
}

table.shop_table th,
table.shop_table td {
    background-color: transparent !important;
    color: #153143;
    font-size: 16px;
    text-transform: uppercase;
}

table.shop_table th {
    font-family: 'Lato Bold';
    font-weight: 500;
}

table.shop_table td {
    font-family: 'Lato Regular';
    font-weight: 400;
}

table.shop_table tr.order-total td strong {
    font-weight: 400;
}

a:focus,
button:focus,
.button.alt:focus,
input:focus,
textarea:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus {
    outline-color: white !important;
}

input[type=text]:focus,
input[type=number]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
textarea:focus,
.input-text:focus {
    background-color: transparent !important;
}

#order_review #payment .place-order {
    background-color: #ffffff;
    margin-top: 0px;
}

.entry-content .woocommerce form #payment .place-order .button {
    background-color: #153143;
    color: #fff;
    font-size: 20px;
    font-family: 'Lato Bold';
    font-weight: 600;
    text-transform: uppercase;
    border: 1px solid #153143;
}

.entry-content .woocommerce form #payment .place-order .button:hover {
    border: 1px solid #153143;
    background-color: transparent;
    color: #153143;
}

#payment .payment_methods li p {
    font-size: 16px;
    font-family: 'Lato Regular';
    font-weight: 400;
}

.woocommerce-order p,
.woocommerce-order a,
.woocommerce-order strong,
.woocommerce-order span,
.woocommerce-order li {
    font-weight: 400;
}

/* Product detail page */

.single-product .woocommerce-shop-heading-title,
.single-product header.header-title.entry-header.col-full {
    display: none;
}

h1.product_title.entry-title {
    font-family: 'Lato Regular';
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 38px;
    color: #153143;
    margin-bottom: 0px;
    padding-bottom: 10px;
}

.summary.entry-summary p {
    font-family: 'Lato Regular';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #153143;
    margin: 20px 0px !important;
}

.single-product div.product .product_meta {
    font-family: 'Lato Regular';
    font-style: normal;
    font-weight: 400;
    font-size: 16px !important;
    line-height: 19px;
    color: #153143;
    margin-bottom: 18px;
}

form.cart .quantity {
    width: 100%;
}

form.cart .quantity input {
    width: 100%;
    background: transparent;
    border: 1px solid #153143;
    text-align: left;
    font-family: 'Lato Regular';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #153143;
    height: 50px;
}

form.cart button.single_add_to_cart_button {
    border: 1px solid #153143;
    width: 100%;
    margin-top: 20px;
    text-transform: uppercase;
    font-family: 'Lato Regular';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 29px;
    color: #153143;
    height: 50px;
    background-color: transparent;
}

form.cart button.single_add_to_cart_button:hover {
    border: 1px solid #153143;
    background-color: transparent;
    color: #153143;
}

.single-product div.product .product_meta {
    font-size: 0px;
    padding-top: 0px !important;
    border-top: none !important;
}

.woocommerce-product-details__short-description table td {
    padding: 10px 0px;
    font-family: 'Lato Bold';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #153143;
}

.woocommerce-product-details__short-description table th {
    padding: 10px 0px;
    font-family: 'Lato Regular';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #153143;
}

.woocommerce-product-details__short-description table:not(.has-background) th {
    background-color: transparent;
}

.summary.entry-summary .woocommerce-product-details__short-description p {
    font-family: 'Lato Bold';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 38px;
    color: #153143;
}

.single-product .storefront-product-section .section-title {
    text-align: left;
    font-family: 'Lato Regular';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 38px;
    color: #153143;
    text-transform: uppercase;
}

table.variations th {
    font-family: 'Lato Regular';
    font-size: 18px;
    line-height: 25px;
    font-weight: 600;
}

.single-product div.product table.variations select {
    max-width: 100%;
    vertical-align: middle;
    padding: 10px 15px;
    font-size: 16px;
    font-family: 'Lato Regular';
    font-weight: 400;
}

.storefront-sticky-add-to-cart__content a.storefront-sticky-add-to-cart__content-button {
    border: 1px solid #153143;
    text-transform: uppercase;
}

.storefront-sticky-add-to-cart__content-product-info span {
    color: #153143;
    font-family: 'Lato Regular';
    opacity: 1;
}

.storefront-sticky-add-to-cart__content a.storefront-sticky-add-to-cart__content-button:hover {
    background-color: transparent;
    border: 1px solid #153143;
    color: #153143;
}

.site-content>.col-full>.woocommerce>.woocommerce-message:first-child {
    margin-top: 0px !important;
}

div#primary,
main#main {
    margin-bottom: 0px;
}

.single-product div.product form.cart {
    margin-bottom: 0px !important;
}

.product-detail-buy-button a {
    font-family: 'Lato Bold';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
    color: #FFFFFF;
    text-transform: uppercase;
}

.product-detail-buy-button {
    background: #153143;
    border: 1px solid #153143;
    text-align: center;
    padding: 10px 0px;
    margin-bottom: 25px;
    height: 50px;
}

.product-detail-buy-button a:focus {
    outline: none;
}

.storefront-full-width-content.single-product div.product .woocommerce-product-gallery {
    margin-right: 15px !important;
}

.single-product div.product .woocommerce-product-gallery .flex-viewport {
    width: 100%;
}

.single-product div.product .woocommerce-product-gallery img {
    margin: 0;
    width: 100% !important;
    opacity: 1 !important;
    height: auto !important;
}

.storefront-full-width-content.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li {
    width: 21.111111% !important;
    float: left;
    margin-right: 13px !important;
    margin-bottom: 20px;
}

.storefront-recent-products ul.products.columns-4 li h2 {
    font-weight: 400;
    font-size: 14px;
}

div#primary .storefront-recent-products .woocommerce.columns-4 ul.products li.product {
    text-align: left;
    padding-right: 10px;
    width: 25%;
    margin-right: 0px;
    margin-bottom: 30px;
}

div#product-35.product.type-product {
    margin-bottom: 20px;
}

.product_meta span.posted_in {
    padding-top: 10px;
}

.single-product div.product table.variations td.value {
    display: flex;
    align-items: center;
}

.thwvsf-rad-li.attribute_pa_size.attr_swatch_design_default {
    display: flex;
    width: 100%;
}

.thwvsf_fields .thwvsf-wrapper-ul .thwvsf-wrapper-item-li {
    border: 1px solid #153143;
    border-radius: 78px;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 50px;
    height: 50px;
    margin: 4px 15px 4px 0;
}

ul.thwvsf-wrapper-ul li span {
    font-family: 'Lato Regular';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #153143;
}

.thwvsf_fields .thwvsf-wrapper-ul .thwvsf-wrapper-item-li.thwvsf-selected span {
    color: #fff;
}

.thwvsf_fields .thwvsf-wrapper-ul .thwvsf-wrapper-item-li.thwvsf-selected,
.thwvsf_fields .thwvsf-wrapper-ul .thwvsf-wrapper-item-li.thwvsf-selected:hover {
    box-shadow: none;
    background-color: #153143;
}

.thwvsf_fields .thwvsf-wrapper-ul .thwvsf-wrapper-item-li:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
}

table.variations th label {
    display: none;
}

.single-product div.product .single_variation .woocommerce-variation-price .price {
    font-size: 18px;
    color: #153143;
    font-family: 'Lato Regular';
    font-weight: 400;
}

span.onsale {
    display: none;
}

.woocommerce-tabs.wc-tabs-wrapper,
.storefront-product-pagination {
    display: none !important;
}

/* Default page */

.default-section b {
    font-size: 18px;
    font-family: 'Lato Bold';
    font-weight: 600;
    line-height: 30px;
}

.default-section h2,
.default-section h3 {
    font-size: 24px;
    font-family: 'Lato Bold';
    font-weight: 600;
    line-height: 30px;
    margin-top: 25px;
    text-transform: uppercase;
}

.default-section h2 {
    margin-top: 35px;
}

.default-section ul li {
    padding: 5px 0px;
}

.default-section ul li,
.default-section p {
    font-size: 16px;
    font-family: 'Lato Regular';
    font-weight: 400;
    line-height: 23px;
    color: #000000;
}

/* Account */
div#customer_login h2 {
    font-size: 20px;
    font-family: 'Lato Bold';
    font-weight: 700;
    line-height: 30px;
    text-transform: uppercase;
}

div#customer_login form label {
    font-size: 16px;
    font-family: 'Lato Regular';
    font-weight: 400;
    text-transform: capitalize;
    line-height: 20px;
}

div#customer_login form p {
    font-size: 16px;
    font-family: 'Lato Regular';
    font-weight: 400;
    line-height: 20px;
    color: #000;
}

div#customer_login form button {
    background: #153143;
    color: #fff;
    font-style: normal;
    font-family: 'Lato Bold';
    font-weight: 600;
    font-size: 20px;
    line-height: 29px;
    text-transform: uppercase;
    border: 1px solid #153143;
    margin-top: 20px;
    width: 100%;
}

div#customer_login form button:hover {
    background: transparent;
    color: #153143;
    border: 1px solid #153143;
}

#billing_first_name_field {
    width: 48%;
    margin-right: 0px;
}

p#billing_last_name_field {
    width: 48%;
}

/* Search */

.search-section {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    margin-top: 30px;
}

.search-section article {
    width: 33.33%;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px;
}

.search .header-title,
.search-results .header-title {
    display: none;
}

.search h1.page-title,
.search-results h1.page-title {
    font-size: 22px;
    font-family: 'Lato Bold';
    font-weight: 500;
    line-height: 25px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.search-section article h2 {
    font-size: 18px;
    font-family: 'Lato Bold';
    font-weight: 500;
    line-height: 22px;
    text-transform: uppercase;
}

.search-section article h2 a {
    color: #153143;
}

.no-results.not-found .page-content p,
.search-section article p {
    font-size: 15px;
    font-family: 'Lato Regular';
    line-height: 24px;
    font-weight: 500;
    margin-top: 20px;
}

.no-results.not-found .page-content form.search-form input {
    font-size: 15px;
    font-family: 'Lato Regular';
    font-weight: 400;
    line-height: 20px;
    background-color: transparent;
    border: 1px solid #153143;
    color: #153143;
}

.no-results.not-found .page-content form.search-form input.search-submit {
    background-color: #153143;
    border: 1px solid #153143;
    color: #fff;
}

.no-results.not-found .page-content form.search-form input.search-submit:hover {
    background-color: transparent;
    border: 1px solid #153143;
    color: #153143;
}

nav#post-navigation {
    width: 100%;
    border: none;
}

nav#post-navigation .nav-links ul.page-numbers li span {
    background: #000;
    color: #fff;
    font-size: 15px;
    font-family: 'Lato Regular';
    font-weight: 400;
    margin: 0px 15px;
}

nav#post-navigation .nav-links ul.page-numbers li a.page-numbers {
    background-color: transparent;
    color: #153143;
    font-size: 15px;
    font-family: 'Lato Regular';
    line-height: 20px;
}

/* contact us */

.contact-left-section h2 {
    font-family: 'Lato Regular';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 38px;
    color: #153143;
    text-transform: uppercase;
}

.contact-left-section h2 b {
    font-family: 'Lato Bold';
    font-weight: 500;
    font-size: 24px;
}

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

.contact-form-input {
    margin-bottom: 20px;
}

.contact-form .contact-first {
    margin-right: 30px;
    width: 47%;
    float: left;
}

.contact-form .contact-second {
    width: 47%;
    float: right;
}

.contact-form label,
.contact-form input {
    width: 100%;
}

.contact-form label textarea,
.contact-form label input {
    font-family: 'Lato Regular';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #153143;
    background-color: transparent;
    border: 1px solid #153143;
}

.contact-form label textarea::placeholder,
.contact-form label input::placeholder {
    font-family: 'Lato Regular';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #153143;
}

.contact-button label input {
    background-color: #153143;
    font-family: 'Lato Bold';
    font-style: normal;
    font-weight: 600;
    font-size: 17px;
    line-height: 29px;
    color: #FFFFFF;
    border: 1px solid #153143;
}

.contact-button label input:hover {
    background-color: transparent;
    color: #153143;
    border: 1px solid #153143;
}

.contact-right-section-description {
    border-bottom: 1px solid #D9D9D9;
    margin-bottom: 15px;
}

.contact-right-section h3 {
    font-family: 'Lato Bold';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    color: #153143;
    margin-bottom: 5px;
}

.contact-right-section a,
.contact-right-section p {
    font-family: 'Lato Regular';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #153143;
    margin-bottom: 15px;
}

.socia-site-icons {
    display: flex;
    margin-top: 8px;
}

.social-icon-app {
    margin-right: 20px;
}

/* Footer */

footer#colophon .footer-widgets {
    padding-top: 0px;
    border-bottom: 1px solid #fff;
    padding-bottom: 30px;
}

footer#colophon h2 {
    font-family: 'Lato Bold';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 29px;
    color: #153143;
}

footer#colophon h2 strong {
    font-size: 16px;
    font-family: 'Lato Regular';
    font-weight: 400;
}

.footer-widgets.col-4 .block.footer-widget-1 {
    width: 31% !important;
}

.footer-widgets.col-4 .block.footer-widget-2 {
    width: 20%;
}

.footer-widgets.col-4 .block.footer-widget-3 {
    width: 15% !important;
}

.footer-widgets.col-4 .block.footer-widget-4 {
    float: right;
    margin-right: 0;
    width: 20%;
}

footer#colophon ul li {
    padding-left: 0px;
}

footer#colophon ul li::before {
    content: "";
}

footer#colophon ul li a {
    font-family: 'Lato Regular';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    text-decoration-line: underline;
    color: #ffffff;
    text-transform: uppercase;
}

footer#colophon .widget {
    margin: 0px;
}

footer#colophon p a,
footer#colophon p {
    font-family: 'Lato Regular';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #ffffff;
}

footer#colophon p a {
    white-space: nowrap;
}

footer#colophon form label input {
    width: 90%;
}

footer#colophon form label input.wpcf7-form-control {
    background-color: transparent;
    border: 1px solid #ffffff;
    font-family: 'Lato Regular';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #ffffff;
}

footer#colophon form input.wpcf7-submit {
    font-family: 'Lato Bold';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase;
    color: #FFFFFF;
    background: #153143;
}

footer#colophon form.wpcf7-form.init {
    display: flex;
    align-items: flex-start;
}

form.wpcf7-form.init p .wpcf7-spinner {
    display: none;
}

form.wpcf7-form.submitting p .wpcf7-spinner {
    display: inline-block;
}

.footer-widget-1 .widget_block h3 {
    font-size: 18px;
    font-family: 'Lato Regular';
    font-weight: 400;
    line-height: 28px;
    text-transform: uppercase;
    color: #153143;
    margin-bottom: 15px;
}

.footer-widget-1 .widget_block h3 strong {
    font-weight: 500;
    font-family: 'Lato Bold';
    font-size: 24px;
}

footer#colophon .site-info {
    padding: 20px 0px 0px;
    display: flex;
    justify-content: space-between;
}


.widget.woocommerce.widget_product_search form {
    display: none;
}

.tax-product_cat .storefront-breadcrumb,
.tax-product_cat header.header-title.entry-header.col-full {
    display: none;
}

.tax-product_cat .product-breadcrumb .storefront-breadcrumb {
    display: block;
    text-align: left;
}







/*updateed style*/






.home-banner-row-1,
.home-banner-row-2 {
    display: flex;

}

.home-banner-row-2 {
    z-index: 11;
    position: relative;
}


.home-banner-row-1 {
    align-items: center;
    margin: 30px 0px;
    padding-bottom: 20px;

}


.col-four {
    padding: 10px 0px;
}

.footer-up .col-four:first-child {
    display: flex;
    align-items: center;
}

.home-banner-row-1 {
    display: flex;
    justify-content: space-between;
    /* Ensures even spacing */
    align-items: center;
    /* Vertically aligns the content if necessary */
}

.cus-col {
    flex: 1;
    /* Makes each column take equal space */
    max-width: 50%;
    /* Ensures each column does not exceed 50% */
    box-sizing: border-box;
    /* Ensures padding and border don't affect the width */
    padding: 10px;
    /* Optional padding for better spacing */
}



.about-cus-col-first {
    flex: 0 0 40%;
    /* Takes 40% of the width */
}

.about-cus-col-second {
    flex: 0 0 100%;
    /* Takes 60% of the width */
}

.rotate-icon {
    transform: rotate(180deg);
    /* Rotate 90 degrees (change as needed) */
}

.page-template-template-about .author-right-box,
.page-template-template-about .author-content p {

    text-align: center;
}

.page-template-template-about .home-banner-slider-section {

    background-attachment: inherit;
}

.home-banner-slider-section {
    background-repeat: no-repeat;

    background-color: #FFFAF3;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}




.home-banner-blog article {
    overflow: hidden;

}

.home-banner-blog.cus-col img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;

    cursor: pointer;


}

.home-banner-blog.cus-col:hover img {
    overflow: hidden;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.author-img-box {
    border: 25px solid #fff;
    border-bottom-width: 50px;
    position: relative;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset, rgba(255, 255, 255, 0.3) 0px 18px 36px -18px inset;

}

.founder-name {
    position: absolute;
    bottom: 0;
    transform: translateY(45px);
    display: flex;
    justify-content: center;
    left: 0;
    right: 0;
    color: #153143;
    font-size: 24px;
}

.founder-name b {
    margin-right: 10px;
}

.author-title {
    font-family: "Andada Pro", serif;
    font-size: 44px;
    font-weight: 600;
    line-height: 56px;
    text-align: left;
    color: #153143;
    text-transform: uppercase;
    margin-bottom: 20px;

}

.author-content p {
    font-family: "Lato", sans-serif;
    font-size: 28.57px;
    font-weight: 400;
    line-height: 40px;
    text-align: left;
    color: #153143;
}

.author-right-box {
    padding: 40px;
    position: relative;
    z-index: 11;
}

.author-img-box img {
    margin-left: auto;
    margin-right: auto;
}

.button-shop {
    display: inline-block;
    background: #153143;
    color: #fff;
    padding: 14px 27px;
    text-transform: uppercase;
    font-family: 'Lato Regular';
    font-weight: 600;
    font-size: 17px;
    border: 1px solid #153143;
}

.button-shop:hover {
    background: transparent;
    border: 1px solid #000;
    color: #000;
}

/* .home-blog-section {
    margin-bottom: 50px;
    display: none;
} */



.uncover-story-btn {
    display: inline-block;
    padding: 7px 15px;
    text-transform: uppercase;
    color: #153143;
    border: 1px solid #153143;
    margin: 10px 0px 40px;
    font-size: 14px;
    font-weight: 600;
    font-family: 'Lato Regular';
}


.our-puspose-section {
    text-align: center;
    margin: 30px 30px 0px 30px;
}


.anchor-btn {
    display: flex;
    justify-content: center;
}

.blog-content-box {
    background: #fff;
    padding: 15px;
    padding-left: 3%;
}



.base-btn {
    display: inline-block;
    padding: 7px 15px;
    text-transform: uppercase;
    color: #153143;
    border: 1px solid #fff;
    color: #fff;
    font-family: "Manrope", sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 16.8px;
    text-align: left;
}

.fea-box {
    position: absolute;
    display: flex;
    bottom: 0;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    left: 0;
    color: #fff;
    /* background: linear-gradient(359deg, black, #00000000); */
    padding: 12px;
    background: linear-gradient(181deg, rgba(280, 404, 305, 0) 11.17%, #000000 90.84%);
    padding-top: 20px;
}

.fea-category-title {
    font-family: "Manrope", sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0.03em;
    text-align: left;
    text-transform: uppercase;

}

.Arrive-secion {
    min-height: 243px;
    background-size: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 60px;
    margin-bottom: 45px;
}

.Arrive-secion h2 {
    font-family: "Andada Pro", serif;
    font-size: 50px;
    font-weight: 600;
    line-height: 72px;
    color: #153143;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 0;
}

.fea-thumb-box h2 {
    font-family: "Andada Pro", serif;
    font-size: 60px;
    font-weight: 600;
    line-height: 72px;
    color: #153143;
    margin-bottom: 10px;
}

.Arrive-secion p {

    font-family: "Lato", sans-serif;
    font-size: 24px;
    font-weight: 400;
    text-align: center;

}

.fea-thumb-box p {

    font-family: "Lato", sans-serif;
    font-size: 24px;
    font-weight: 400;
    max-width: 80%;
    color: #60331F;
    margin: 10px auto 30px;
}

.col-full.fea-thumb-sec,
.Arrive-fea-btm {
    display: flex;
    justify-content: center;
}

.Arrive-fea-btm {
    margin: 5px 0px;
}

.fea-thumb-box {
    margin-top: auto;
    margin-bottom: auto;
    text-align: center;
}


.site-footer {
    background-color: #000000 !important;
    color: #fff;
}

.site-footer .menu-item a,
.site-footer .wp-block-heading,
.site-footer p,
.footer-bottom-center,
.footer-bottom-left {
    color: #fff !important;

}



.footer-up {
    display: flex;
    gap: 20px;
    /* Adjust the space between columns as needed */
}

.col-four:nth-child(1) {
    flex: 0 0 15%;
    /* First column takes 20% */
    border-right: 1px solid #fff;
}

.col-four:nth-child(2) {
    flex: 0 0 30%;
    /* Second column takes 30% */
}

.col-four:nth-child(3),
.col-four:nth-child(4) {
    flex: 0 0 20%;
    /* Third and fourth columns take 25% */
}

.footer-up.col-full img {
    width: 36px;
    margin-right: 15px;
    float: left;
}

.footer-up {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    font-family: "Lato", sans-serif;
    font-size: 16px;
    color: #fff;
}




.footer-up-sec {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 20px 0px;
}


.account-register {
    display: grid;
    grid-template-columns: 60% 40%;
}

.toggle-account-button {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;

}

.toggle-account-button div {
    width: 100%;
    background: #E8E8E8;
    padding: 10px;
    text-align: center;
    font-size: 21px;
    color: #000000;
}

/* .account-reg-right {
    display: none;
} */

.custome-acc-login,
.custome-acc-reg {
    width: 100% !important;
}

.account-reg-right {
    transform: translateY(-25%);
}



.account-reg-left {
    flex: 6;
    padding: 10px;
    margin-right: 50px;

}

.account-reg-right {
    flex: 4;
    padding: 10px;
}


.account-thumb-section {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    z-index: 0;
}

.acc-left-thumb-sec {
    background: #F4F2EE;
}

.acc-thumb-btn {
    background-color: #153143;
}

.acc-left-thumb-sec {
    padding: 5%;
    padding-left: 60px;
}

.account-thumb-section {
    position: relative;
    /* Ensure the container has relative positioning */
}

.account-thumb-section {
    position: relative;
    /* Ensure the container has relative positioning */
}

.acc-title {
    font-size: 20px;
    color: #153143;
    font-family: "Lato", sans-serif;
    font-weight: bold;
    margin: 10px 0px
}

.acc-heading {
    font-size: 35px;
    font-family: "Lato", sans-serif;
    line-height: 1;
    font-weight: bold;
    margin-bottom: 15px;


}

.account-thumb-section {
    position: relative;
}



.account-thumb-section {
    --s: -1;
    --b: 2px;
    --d: 10px;
    --_d: calc(var(--d) + var(--s)* 1em);
    --_g: calc(100% - 2*(var(--_d) + var(--b)));
    --_m: conic-gradient(from 90deg at var(--_d) var(--_d), #0000 25%, #050202 0) 0 0 / calc(100% - var(--_d)) calc(100% - var(--_d)), linear-gradient(#100f0f 0 0) 50% / var(--_g) var(--_g) no-repeat;
    -webkit-mask: var(--_m);
    mask: var(--_m);
    font-size: 0;
    cursor: pointer;
    transition: 0.35s;
    /* background: gainsboro; */
}



.account-thumb-section:hover {
    font-size: var(--o);
}

.acc-thumb-sec {
    background: #8C8E63;
}



.acc-right-thumb-secd {
    display: flex;
}

.acc-right-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.account-thumb-section p {
    color: #000;
}

.woocommerce-MyAccount-content p,
.woocommerce-MyAccount-content a {
    color: #000;
}

.woocommerce-MyAccount-content fieldset {
    background: unset;
    padding-left: 0px;
    padding-right: 0px;
    margin-top: 50px;
    margin: 50px 0px 0px 0px;
}

address {
    font-style: normal;
}

.custome-acc-reg {
    display: none;
}

/* .account-register {
    display: flex;
} */


.active-btn {
    background-color: #153143 !important;
    color: #fff !important;
}


.home-banner-slider-section {
    position: relative;
}




/* .home-banner-slider-section::after {
    content: '';
    height: 50%;
      position: absolute;
    width: 45%;
    right: 0;
    top: 0;
    background: linear-gradient(90deg, rgba(280, 404, 305, 0) 2.17%, #ffffff 38.84%);
    box-shadow: rgba(255, 255, 255, 1) 0px 50px 100px -20px, rgba(255, 255, 255, 0.3) 0px 30px 60px -30px;
} */

/* 
.our-puspose-section {
    text-align: center;
    margin: 30px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0) 0px 8px 56px -8px;
    width: 300px;
    margin-left: auto;
    background: #ffffff80;
    margin-right: auto;
    background: linear-gradient(90deg, rgba(280, 404, 305, 0) -402.83%, #ffffff 99.84%);
    box-shadow: rgba(255, 255, 255, 1) 0px -9px 103px -8px, rgba(255, 255, 255, 1) 149px 149px 145px 157px;
    box-shadow: rgb(38, 57, ) 0px 20px 30px -10px;
}


 */





.our-puspose-section {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
    box-shadow: rgb(38, 57, ) 0px 20px 30px -10px;
    z-index: 11;
    position: relative;
}






.our-puspose-title.feature-title b {
    font-size: 30px;
}

.feature-title {
    font-family: "Manrope", sans-serif;
    font-size: 24px;
    text-transform: uppercase;
}

.feature-subtitle {
    font-size: 14px;
    font-family: "Lato", sans-serif;
}


.fea-blog-title {
    text-transform: uppercase;
}

.fea-blog-title b {
    font-size: 24px;
}

.blog-fea-subtitle {
    font-size: 18px;
    font-family: "Lato", sans-serif;

}

.blog-content-box p {
    font-family: "Lato", sans-serif;
    font-size: 14px;
}


.card-image img {
    width: 100%;
}


.best-seller-section.home-section-5 h2 {
    margin: 40px 0px;
}


.col-four b {
    font-family: 'Lato Regular';
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 29px;
    color: #fff;
    text-transform: uppercase;
    padding-right: 8px;
}

.col-four,
.phone-icon div,
.loc-icon div {
    font-size: 16px;
    font-family: 'Lato Regular';
}

/* .page-template-template-about .home-banner-slider-section::after {
    background: linear-gradient(circle, rgba(255, 255, 255, 1) 0%, rgba(250, 250, 240, 1) 40%, rgba(245, 245, 230, 1) 75%, rgba(240, 240, 220, 1) 100%);
    width: 50%;
    background: linear-gradient(90deg, rgba(280, 404, 305, 0) 0.17%, #ffffff 80.84%);
    box-shadow: none;
    height: 100%;
} */


.about-author-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}


/* Target the first slider handle */
.wpf_slider.ui-slider .ui-slider-handle:first-of-type {
    background-color: #000000 !important;
}

/* Target the second slider handle */
.wpf_slider.ui-slider .ui-slider-handle:nth-of-type(2) {
    background-color: #153143 !important;
}

.wpf_slider.ui-slider .ui-widget-header {
    background: #5f5f5f !important;
}

.wpf-slider-label {
    display: flex;
    justify-content: space-between;
}


.woocommerce-info,
.woocommerce-noreviews,
p.no-comments {
    background-color: #153143 !important;
}




/*updateed style*/




/* .our-puspose-section::before {
    content: '';
    background-image: url(../img/bg-white.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    height: 69px;
    width: 100%;
    z-index: 0;
    position: absolute;
    left: 0;
    z-index: -1;
} */








.fea-bg {
    display: flex;
    align-items: flex-end;
    object-fit: cover;
}


.Arrive-fea-btm {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 331px;
}


.about-cus-col-second .author-title {
    margin-bottom: 0px;
}

/* Custom Deposit Field */

.custom-deposit-field {
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
}

.custom-deposit-field label {
    font-size: 18px;
    font-family: 'Lato Regular';
    line-height: 24px;
    margin-bottom: 10px;
}

.custom-deposit-field input {
    font-size: 15px;
    line-height: 22px;
    background-color: unset !important;
    box-shadow: unset !important;
    border: 1px solid #000 !important;
    width: 50%;
    color: #000 !important;
}


/*  RESPONSIVENESS  */

@media screen and (min-width: 1400px) {
    .col-full {
        max-width: 1400px !important;
    }

    /* .page-template-template-homepage div#content .col-full:first-child {
        max-width: 100% !important;
    } */



}




@media screen and (max-width: 1500px) {
    .author-title {
        font-size: 44px;
        line-height: 56px;
    }
}



@media screen and (max-width: 1680px) {
    .search-container {
        right: 10px;
    }
}

@media screen and (max-width: 1400px) {
    ul#menu-header-menu li a {
        padding: 10px 10px;
    }

    .author-title {
        font-size: 38px;
        line-height: 1;
    }

    .author-content p {
        font-size: 25px;
        line-height: 1.2;
    }

    .fea-thumb-box h2 {
        font-size: 40px;
        margin-bottom: 4px;
    }

    .fea-thumb-box p {
        font-size: 17px;

    }

    .button-shop {
        display: inline-block;

        padding: 14px 27px;

        font-weight: 600;
        font-size: 14px;
    }

    .Arrive-secion h2 {
        font-size: 40px;

    }


    .footer-up {

        align-items: center;
        padding: 0px !important;
    }

    .loc-icon {
        display: flex;
        align-items: center;
    }

    .founder-name {

        transform: translateY(40px);

        font-size: 18px;
    }


    .about-cus-col-second .author-title {
        margin-bottom: 0px;
        font-size: 25px;
    }

    .about-author-title {

        margin-bottom: 15px;
    }



    .account-register {
        grid-template-columns: 50% 50%;
    }

    .acc-heading {
        font-size: 25px;

        margin-bottom: 15px;
    }



}




@media screen and (max-width: 1200px) {


    .author-content p {
        font-size: 25px;
        line-height: 1.2;
    }


}

@media screen and (max-width: 1124px) {
    header#masthead .storefront-primary-navigation .col-full {
        padding: 0px 20px;
    }
}

@media screen and (max-width: 1063px) {
    header.header-title.entry-header.col-full {
        padding: 0px;
    }

    .page-template-template-homepage div#content .col-four:first-child {
        margin: 0px !important;
    }

    .header-slider-description h1 {
        font-size: 30px;
        line-height: 35px;
    }
}

@media screen and (max-width: 1075px) {
    ul#menu-header-menu li a {
        padding: 10px 4px;
        font-size: 13px;
    }

    .contact-form .contact-first {
        margin-right: 25px;
    }
}

@media screen and (max-width: 1280px) {
    header.woocommerce-products-header h1 {
        font-size: 22px;
    }

    .product-breadcrumb .storefront-breadcrumb .col-full {
        margin-left: 0px;
    }

    .header-slider-description span {
        font-size: 30px;
        line-height: 40px;
    }

    .header-slider-description h1 {
        font-size: 35px;
        line-height: 50px;
    }

    .header-slider-description p {
        font-size: 16px;
        line-height: 24px;
    }

    .header-button {
        margin-top: 30px;
    }

    .home-section-2-right-heading h2 {
        font-size: 20px;
        line-height: 26px;
    }

    .home-section-2-right-description-bottom img {
        height: 180px;
    }

    .storefront-product-section h2.section-title {
        font-size: 25px;
    }

    header.header-title.entry-header.col-full {
        padding-top: 20px;
    }

    .about-section-1-description {
        width: 70%;
    }

    .about-section-1-description h1 {
        font-size: 62px;
        line-height: 62px;
    }

    .about-section-2-right h2 {
        font-size: 16px;
        line-height: 30px;
        font-family: 'Lato Bold';
    }

    .about-section-2-right p {
        font-size: 15px;
    }

    form.woocommerce-cart-form table th {
        font-size: 13px;
        line-height: 35px;
    }

    td.product-name a {
        font-size: 14px;
    }

    form.woocommerce-cart-form table td.product-subtotal span,
    form.woocommerce-cart-form table td.product-price span {
        font-size: 15px;
    }

    .cart-collaterals .cart_totals h2 {
        font-size: 22px;
        line-height: 35px;
    }

    footer#colophon h2 {
        font-size: 15px;
    }

    footer#colophon h2 strong {
        font-size: 14px;
    }

    footer#colophon ul li a {
        font-size: 14px;
    }




    footer#colophon p a,
    footer#colophon p {
        font-size: 15px;
    }

    .footer-widget-1 .widget_block h3 strong {
        font-size: 20px;
    }

    .footer-widget-1 .widget_block h3 {
        font-size: 16px;
    }

    .storefront-sorting:last-child {
        margin-top: 35px;
    }

    .home-section-5-text-section {
        width: 100%;
    }

    .cn-right .home-section-5-text-section {
        padding-left: 20px;
    }

    .storefront-full-width-content.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li {
        width: 20.111111% !important;
    }

    .Arrive-secion p {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .Arrive-secion h2 {
        font-size: 35px;
    }

    .Arrive-secion {
        min-height: 185px;

    }

    .Arrive-secion {
        min-height: 200px;
    }

    .Arrive-secion h2 {
        font-size: 30px;
        line-height: 1.5;
    }



}

@media screen and (max-width: 991px) {

    header#masthead .site-branding,
    header#masthead.site-header .site-branding img {
        max-width: 180px;
        width: 180px;
    }

    .woocommerce-active .site-header#masthead .site-search {
        width: 5%;
        padding: 7px 8px;
    }

    .woocommerce-active .site-header#masthead .site-user,
    .woocommerce-active header#masthead.site-header .site-header-cart {
        width: 5%;
    }

    header#masthead .storefront-primary-navigation .col-full {
        padding: 0px 0px;
        margin: 0px 10px 0px 25px;
    }

    .contact-right-section h3 {
        font-size: 16px;
        line-height: 28px;
    }

    .contact-form .contact-first {
        margin-right: 20px;
    }

    .contact-right-section a,
    .contact-right-section p {
        font-size: 16px;
        line-height: 22px;
    }

    h1.product_title.entry-title {
        font-size: 24px;
        line-height: 30px;
    }

    .product-detail-buy-button a,
    form.cart button.single_add_to_cart_button {
        font-size: 15px;
        line-height: 22px;
    }

    .summary.entry-summary p {
        font-size: 15px;
        line-height: 22px;
    }

    .summary.entry-summary .woocommerce-product-details__short-description p {
        font-size: 18px;
        line-height: 32px;
        margin-bottom: 12px;
    }

    .woocommerce-product-details__short-description table th,
    .woocommerce-product-details__short-description table td {
        font-size: 16px;
    }

    .single-product .storefront-product-section .section-title {
        font-size: 19px;
        line-height: 32px;
    }

    .home-section-2 {
        display: unset;
    }

    .home-section-2-left,
    .home-section-2-right {
        width: 100%;
        padding-right: 0px;
    }

    .home-section-2-left p iframe {
        width: 100%;
        height: 320px;
    }

    .home-section-2-right {
        margin: 20px 0px 30px;
    }

    .storefront-product-section h2.section-title {
        font-size: 20px;
    }

    .home-section-5 h2 b,
    .home-section-4 h2 b {
        font-size: 24px;
        line-height: 25px;
    }

    .home-section-5 h2,
    .home-section-4 h2 {
        font-size: 20px;
        line-height: 24px;
    }

    .home-section-5-text-section h3 b {
        font-size: 19px;
    }

    .home-section-5-text-section h3 {
        font-size: 16px;
        line-height: 25px;
    }

    ul.products li.product .price {
        margin: 15px 0px 20px;
    }

    .search-section article h2 {
        font-size: 16px;
        line-height: 22px;
    }

    .search h1.page-title,
    .search-results h1.page-title {
        font-size: 18px;
        line-height: 15px;
    }


    .author-title {
        font-size: 30px;
    }

    .about-author-title {
        margin-bottom: 15px;
    }

    .author-right-box {
        padding: 15px;

    }


    .author-content p {
        font-size: 18px;
    }


    .home-banner-row-1 {
        margin: 0;
    }


    .base-btn {
        text-wrap: nowrap;
        font-size: 11px;
        margin-top: 10px;
    }

    .fea-box {
        flex-direction: column;

    }

    .home-section-4-image img {
        margin: 0px;
    }


    .fea-category-title {
        text-align: center;

    }



    .Arrive-fea-btm {
        background-position: right !important;
        min-height: 266px;
    }

    .fea-thumb-box h2 {
        font-size: 35px;
        margin-bottom: 4px;
    }


    .col-four {
        flex: 1 1 33% !important;
    }

    .col-four:nth-child(1) {
        flex: 0 0 100% !important;
        border-right: none;


    }


    .page-template-template-about .main-banner-section {
        margin-top: 15px;
    }

    .about-author-title img {
        width: 70px;
    }

    .founder-name {
        font-size: 15px;
    }

    .founder-name b {
        margin-right: 5px;
    }

    .fea-category-title {
        font-size: 15px;
        line-height: 18px;
    }
}

@media screen and (max-width: 767px) {
    .widget.woocommerce.widget_product_search form {
        display: block;
    }

    .woocommerce-active .site-header#masthead .site-user {
        display: none;
    }

    header.header-title.entry-header.col-full {
        padding: 0px 0px 0px;
    }

    header#masthead .storefront-primary-navigation {
        float: right;
    }

    header#masthead .storefront-primary-navigation .col-full {
        padding: 0px 0px;
        margin: 0px;
    }

    header#masthead .col-full {
        display: block;
    }

    .header-title h1 {
        font-size: 26px;
        padding-bottom: 0px;
    }

    nav#site-navigation .handheld-navigation {
        width: 100%;
        display: inline-block;
        position: absolute;
        background: #fff;
        left: 0px;
        right: 0px;
        top: 85%;
    }

    nav#site-navigation button.menu-toggle::before,
    nav#site-navigation button.menu-toggle::after,
    nav#site-navigation button.menu-toggle span::before {
        width: 22px;
        left: 0px;
    }

    .main-navigation .handheld-navigation ul li {
        border-bottom: 1px solid #153143;
    }

    .main-navigation .handheld-navigation ul li:last-child {
        border-bottom: none;
    }

    .main-navigation .handheld-navigation ul li a {
        font-family: 'Lato Regular';
        font-style: normal;
        font-weight: 500;
        font-size: 14px;
        line-height: 17px;
        text-transform: uppercase;
        color: #153143;
        background-color: #fff;
        padding: 15px;
        text-align: center;
    }

    ul.sub-menu.toggled-on {
        width: 90%;
        margin: auto;
    }

    ul.sub-menu.toggled-on li {
        border: 1px solid #153143;
        border-bottom: 0px;
    }

    button#site-navigation-menu-toggle {
        border: 0px;
    }


    .storefront-handheld-footer-bar {

        z-index: 999999 !important;
    }

    .storefront-handheld-footer-bar ul li.cart>a::before {
        content: url('../img/Mask\ group.png') !important;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        position: relative;
        height: 100%;
    }

    .woocommerce.columns-4 .products {
        display: flex;
        flex-wrap: wrap;
    }

    .search-section article,
    div#primary .storefront-recent-products .woocommerce.columns-4 ul.products li.product {
        padding-right: 0px;
        width: 50%;
    }

    div#primary .storefront-recent-products .woocommerce.columns-4 ul.products li.product:last-child {
        margin-bottom: 0px;
    }

    footer#colophon .storefront-handheld-footer-bar {
        box-shadow: 0 0 20px rgba(0, 0, 0, .7);
    }

    .about-section-1-description {
        width: 80%;
    }

    .about-section-1-description h1 {
        font-size: 45px;
        line-height: 50px;
        margin-bottom: 0px;
    }

    .about-section-2- {
        margin-top: 0px;
    }

    .about-section-1-description p {
        font-size: 18px;
        line-height: 24px;
    }

    .about-section-2 .col-md-6 {
        max-width: 100%;
    }

    .about-section-2 {
        flex-direction: column;
    }

    .about-section-2-right {
        padding-left: 0px;
    }

    .about-section-3-left {
        padding-right: 0px;
    }

    .about-section-2-right h2 {
        font-size: 15px;
        line-height: 25px;
    }

    .about-section-5-left,
    .about-section-5-right,
    .about-section-4-right,
    .about-section-4-left {
        width: 100%;
        padding: 0px;
    }

    .about-section-2-right {
        margin-top: 15px;
    }

    .about-section-3-left {
        margin-bottom: 30px;
    }

    .about-section-5-left {
        margin-top: 55px;
    }



    .entry-content .woocommerce h3#order_review_heading {
        padding-bottom: 0px;
        margin-bottom: 0px;
        margin-top: 50px;
    }

    .page-template-template-contact .about-section {
        padding-bottom: 0px;
    }

    .contact-section-2 {
        margin-top: 40px;
    }

    .contact-form .contact-first,
    .contact-form .contact-second {
        width: 100%;
        margin-right: 0px;
    }

    .storefront-product-section h2.section-title {
        font-size: 20px;
    }

    .header-slider-description h1 {
        font-size: 30px;
        line-height: 42px;
    }

    .header-slider-description p {
        font-size: 14px;
        line-height: 20px;
    }

    .header-button {
        margin-top: 24px;
    }

    .header-slider-description span {
        font-size: 23px;
        line-height: 45px;
    }



    .home-section-3-repeater h2 b {
        font-size: 25px;
        line-height: 20px;
    }

    .home-section-3-repeater h2 {
        font-size: 20px;
        line-height: 26px;
    }

    .home-section-5-description,
    .home-section-4-image {
        max-width: 100%;
        width: 100%;
    }

    .home-section-5-description img,
    .home-section-4-image img {
        width: 100%;
        height: unset;
    }

    .container.home-section-5 {
        margin-top: 30px;
    }

    .page-template-template-homepage:not(.has-post-thumbnail) .site-main {
        padding-top: 0px !important;
        margin-top: 35px;
    }

    .home-section-5-text-section {
        margin-bottom: 18px;
    }

    .cn-right .home-section-5-text-section {
        padding-left: 5px;
    }

    .cn-right .home-section-5-left {
        flex-direction: column-reverse;
    }

    footer#colophon .site-info {
        display: unset;
        margin: 20px;
    }

    .footer-widgets.col-4 .block.footer-widget-4 {
        float: unset;
    }

    .footer-widgets.col-4 .block.footer-widget-1,
    .footer-widgets.col-4 .block.footer-widget-2,
    .footer-widgets.col-4 .block.footer-widget-3,
    .footer-widgets.col-4 .block.footer-widget-4 {
        width: 100% !important;
    }

    .footer-bottom-center {
        margin: 15px 0px 20px;
    }

    footer#colophon h2 {
        margin-top: 45px;
    }

    .socia-site-icons {
        margin-bottom: 20px;
    }

    .cart-collaterals .cart_totals h2 {
        font-size: 18px;
        line-height: 32px;
    }

    .cart-collaterals .cart_totals table td strong,
    .cart-collaterals .cart_totals table td {
        font-size: 16px;
        line-height: 35px;
    }

    .wc-proceed-to-checkout a.checkout-button.button {
        font-size: 16px !important;
        line-height: 26px;
    }

    .cart-collaterals .wc-proceed-to-checkout {
        margin-bottom: 0px;
    }

    .entry-content .woocommerce h3 {
        font-size: 18px;
    }

    .wpf-search-container ul.products.columns-3 {
        display: flex;
        flex-wrap: wrap;
        position: relative;
    }

    div#primary ul.products li.product {
        padding: 0px 3px;
        width: 50%;
    }

    ul.products li.product img {
        margin-bottom: 12px !important;
    }

    .storefront-sorting {
        border-bottom: 1px solid rgba(0, 0, 0, 0.5);
    }

    .storefront-sorting form.woocommerce-ordering {
        margin-bottom: 25px;
    }

    .wpf_items_group.wpf_left_tab ul {
        display: flex;
        flex-direction: column;
    }

    .page-template-template-homepage footer#colophon .col-full:nth-child(1) {
        padding: 0px;
    }

    .no-results.not-found .page-content p,
    .search-section article p {
        font-size: 14px;
        line-height: 20px;
        margin-top: 15px;
    }

    table.cart td.product-remove a.remove {
        left: 0px !important;
    }

    .author-title {
        font-size: 23px;
    }

    .author-content p {
        font-size: 16px;
    }

    .button-shop {

        font-size: 13px;
    }

    .author-img-box {
        border: 15px solid #fff;
        border-bottom-width: 25px;
    }


    .home-banner-row-1 {
        margin-top: 0px;
    }



    .fea-thumb-box p,
    .Arrive-secion p {
        font-size: 15px;
    }

    .Arrive-fea-btm {
        background-position: right !important;
        min-height: 200px;
    }

    .fea-thumb-box h2,
    .Arrive-secion h2 {
        font-size: 23px;
        line-height: 1.2;
    }

    .button-shop {
        font-size: 12px;
    }

    /* .page-template-template-about .home-banner-row-1 {
        flex-direction: column;
    } */



    .founder-name {
        transform: translateY(40px);
        font-size: 15px;
        text-align: center;
        flex-direction: column;
        line-height: 1.2;
    }

    .author-img-box {
        border-bottom-width: 45px;
    }


    .col-four {
        flex: 1 1 50%;
    }

    .account-register {
        display: flex;
        flex-direction: column-reverse;
    }

    .account-reg-right {
        transform: translateY(0px);
    }

    .account-thumb-section {
        display: flex;
        flex-direction: column-reverse;
    }


    footer#colophon .storefront-handheld-footer-bar li a {
        color: #000;
    }

    .search-icon-bar.desktop-search-bar {
        display: none;
    }

    .acc-thumb-btn {
        margin-bottom: 20px;
    }

    #billing_first_name_field {
        width: 100%;
    }
    
    p#billing_last_name_field {
        width: 100%;
    }

}

@media screen and (max-width: 576px) {
    .header-slider-section {
        background-color: #fff;
        background-image: unset !important;
    }

    .header-slider-section {
        display: unset !important;
    }

    .header-slider-left-image {
        padding-right: 0px;
    }

    .header-slider-left-image img {
        width: 100%;
    }

    .header-slider-right-image {
        padding-left: 0px;
    }

    .header-slider-center-image {
        width: 100%;
        padding: 0px 0px;
    }

    .header-slider-right-image img {
        width: 100%;
    }

    .header-slider-description {
        width: 100%;
        padding: 20px 15px 35px;
        position: unset;
        transform: translateX(0px) translateY(0px);
    }

    .about-section-1-description h1 {
        font-size: 32px;
        line-height: 30px;
    }

    .about-section-1-description p {
        font-size: 16px;
        line-height: 20px;
    }

    header#masthead .site-branding,
    header#masthead.site-header .site-branding img {
        max-width: 160px;
        width: 160px;
    }

    table.shop_table th,
    table.shop_table td {
        font-size: 14px;
    }

    table.shop_table.cart {
        margin-bottom: 30px;
    }

    .entry-content .woocommerce form #payment .place-order .button {
        font-size: 16px;
        line-height: 20px;
    }

    form.checkout {
        margin-bottom: 0px;
    }

    h1.product_title.entry-title {
        font-size: 19px;
    }

    .home-section-2-right-description img {
        width: 70px;
        height: 45px;
    }

    .home-section-2-right-heading h2 {
        font-size: 17px;
        line-height: 20px;
    }

    .home-section-2-right-heading span {
        font-size: 13px;
    }

    .home-section-2-right-description-bottom {
        display: unset;
    }

    .home-section-2-right-bottom {
        padding-left: 0px;
    }

    .home-section-2-right-description-bottom img {
        margin: 20px auto;
    }

    .home-section-5 h2,
    .home-section-4 h2 {
        font-size: 17px;
        line-height: 20px;
        margin-bottom: 25px;
    }

    .home-section-5 h2 b,
    .home-section-4 h2 b {
        font-size: 20px;
    }

    .container.home-section-5 {
        margin-top: 20px;
    }

    ul.products li.product h2.woocommerce-loop-product__title {
        font-size: 14px;
    }

    .wpf_layout_horizontal .wpf_item {
        margin-right: 0px !important;
    }

    .storefront-sorting form.woocommerce-ordering {
        display: none;
    }


    .cus-col {
        max-width: 80%;
        margin: auto;
    }

    .home-banner-row-2 {
        flex-direction: column;
    }

    .home-banner-row-1 {
        flex-direction: column;
    }

    .author-img-box {

        position: relative;
        z-index: 222;
    }


    .home-banner-row-1 {
        padding-top: 40px;
    }

    a.custom-logo-link img {
        width: 100px !important;
    }

    .feature-title {
        font-size: 17px;
    }

    .our-puspose-title.feature-title b {
        font-size: 25px;
    }

    .col-four {
        flex: 1 1 50% !important;
    }


    .page-template-template-about .author-right-box {
        margin-top: 30px;
    }

    .acc-left-thumb-sec {
        padding-left: 45px;
    }

    .acc-heading {
        font-size: 20px;
    }

    .account-reg-left {

        margin-right: 0px;
    }

    .col-four {
        padding: 2px 0px;
    }

    .our-puspose-section {
        width: 100%;
    }

    .home-section-5-left {
        grid-template-columns: 1fr 1fr;
    }

    .fea-thumb-box p {
        max-width: 100%;
    }
}

@media screen and (max-width: 480px) {
    .wc-proceed-to-checkout a.checkout-button.button {
        font-size: 14px !important;
    }

    .wpf_layout_horizontal .wpf_item.wpf_item_submit {
        padding-left: 10px;
    }

    .header-slider-description h1 {
        font-size: 25px;
        line-height: 35px;
    }

    .header-slider-description span {
        font-size: 19px;
    }

    .home-section-2-right-description img {
        width: 50px;
        height: 35px;
    }

    .home-section-3-slider {
        padding: 0px;
    }

    div#primary ul.products li.product {
        width: 100%;
    }

    div#primary .storefront-recent-products .woocommerce.columns-4 ul.products li.product {
        width: 100%;
    }

    .search-section article {
        width: 100%;
    }

    .about-section-1 {
        height: 380px;
        background-position: center;
    }


    .home-banner-row-1 {
        padding-top: 25px;
        margin: 0px
    }

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

    .author-title {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .author-right-box {
        padding: 5px;
    }

    .button-shop {
        padding: 8px 13px;
        font-size: 12px;
    }


    .alert-header p {
        font-size: 12px;
    }

    .fea-blog-title b {
        font-size: 16px;
    }

    .blog-fea-subtitle {
        font-size: 14px;
    }

    .col-full.fea-thumb-sec,
    .Arrive-fea-btm {
        display: flex;
        flex-direction: column-reverse;
    }

    .fea-thumb-box {

        margin-top: 15px;
        margin-bottom: 15px;

    }

    .fea-bg {

        display: none;
    }

    .alert-header {
        background: #153143;
    }


    .alert-header p {
        font-size: 12px;
        max-width: 90%;
        margin: auto;
    }

    .custom-deposit-field input {
        width: 100%;
    }

}


@media screen and (max-width: 350px) {
    .about-cus-col-second .author-title {
        font-size: 20px;
    }
}

/*  RESPONSIVENESS  */























/* Global Button Styles */
a.animated-button:link,
a.animated-button:visited {
    position: relative;
    display: block;
    margin: 30px auto 0;
    padding: 14px 15px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    overflow: hidden;
    letter-spacing: .08em;
    border-radius: 0;
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.2), 0 1px 0 rgba(0, 0, 0, 0.2);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

a.animated-button:link:after,
a.animated-button:visited:after {
    content: "";
    position: absolute;
    height: 0%;
    left: 50%;
    top: 50%;
    width: 300px;
    z-index: -1;
    -webkit-transition: all 0.75s ease 0s;
    -moz-transition: all 0.75s ease 0s;
    -o-transition: all 0.75s ease 0s;
    transition: all 0.75s ease 0s;
}

a.animated-button:link:hover,
a.animated-button:visited:hover {
    color: #FFF;
    text-shadow: none;
}

a.animated-button:link:hover:after,
a.animated-button:visited:hover:after {
    height: 450%;
}

a.animated-button:link,
a.animated-button:visited {
    position: relative;
    display: block;
    padding: 14px 15px;
    color: #fff;
    font-size: 14px;
    border-radius: 0;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    overflow: hidden;
    letter-spacing: .08em;
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.2), 0 1px 0 rgba(0, 0, 0, 0.2);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

/* Thar Buttons */

a.animated-button.thar-three {
    cursor: pointer;
    display: block;
    position: relative;
    transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
    z-index: 1;
    width: 250px;
    text-transform: uppercase;
    color: #153143;
    border: 1px solid #153143;
    font-size: 14px;
    font-weight: 600;
    font-family: 'Lato Regular';
    margin-top: 0px;

}


.blog-more {
    padding: 10px 10px;
}

a.animated-button.thar-three:hover {
    color: #000 !important;
    background-color: transparent;
    text-shadow: nthree;
}

a.animated-button.thar-three:hover:before {
    left: 0%;
    right: auto;
    width: 100%;
}

a.animated-button.thar-three:before {
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    height: 100%;
    width: 0px;
    z-index: -1;
    content: '';
    color: #000 !important;
    background: #F7CA18;
    transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);

}


#billing_first_name_field {
    width: 100%;
    margin-right: 0px;
}

.woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper,
.woocommerce-additional-fields h3 {
    display: none;
}