/*
 Theme Name: Extendable Child
 Theme URI: https://laborimhorse.redbit.agency/
 Description: Child theme for Extendable
 Author: Your Name
 Template: extendable
 Version: 1.0
*/

/*********** FONTS ***********/
@import url('https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/*********** VARIABLES ***********/
:root {
    --black: #000000;
    --white: #ffffff;
    --primary: #fec438;
    --primaryDark: #165425;
    --secondary: #101010;
    --border-grey: #ededed;
    --primaryBorder: #ddc2a3;
    --gray: #707070;
    --placeholderColor: #c1c1c1;
    --lightGray: #f0f0f0;
    --lightGray1: #f2f2f2;
    --nightBlack: #212121;
    --cartBg: #f8f8f8;
    /* Fonts */
    --WorkSansFont: 'Work Sans', sans-serif;
}

/*********** MAIN ~ CSS ***********/
body {
    font-family: var(--WorkSansFont);
    font-size: 16px;
    font-weight: 400;
    overflow-x: hidden;
    word-break: break-word;
}

body.nav-open {
    touch-action: none;
    -ms-touch-action: none;
    overflow: hidden;
}

main {
    position: relative;
}

main::before {
    content: '';
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-position: top;
    background-repeat: repeat-x;
    z-index: -1;
    height: 70px;
    width: 100%;
}

body h2,
.elementor-widget-heading .elementor-heading-title {
    font-size: 26px;
    font-weight: 700;
    line-height: 1.2;
    color: var(--gray);
    font-family: unset;
}

h3 {
    font-size: 20px;
    color: var(--gray);
}

h4 {
    font-size: 20px;
    color: var(--gray);
}

input:focus {
    box-shadow: none !important;
    outline: none;
}

ul,
p,
a,
label {
    color: var(--secondary);
    font-size: 16px;
    line-height: 1.2;
    font-weight: 400;
}

img {
    max-width: 100%;
}

a {
    font-family: var(--WorkSansFont);
    text-decoration: none;
    transition: 0.3s all;
}

.btn:focus {
    outline: none;
    box-shadow: none;
}

.site-btn a,
button.site-btn {
    position: relative;
    min-height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 0;
    min-width: 180px;
    background: var(--primaryDark) !important;
    color: var(--white);
    text-transform: uppercase;
    padding: 8px 30px 8px 30px;
    transition: 0.3s all;
    z-index: 1;
    border: none;
    letter-spacing: 0.2px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}

.site-btn a:hover,
button.site-btn:hover {
    color: var(--white);
    background-color: var(--secondary) !important;
}

.container {
    margin: 0 auto;
    max-width: 1440px;
    padding: 0 15px;
}

/*********** HEADER ***********/
header {
    position: relative;
    z-index: 1020;
    left: 0;
    right: 0;
    top: 0;
    background: var(--primaryDark);
    transition: 0.3s all;
    filter: drop-shadow(0px 3px 3.5px rgba(0, 0, 0, 0.16));
}

header .header-notification-bar {
    padding: 10px 0;
    background-color: var(--primary);
}

header .header-notification-bar .notify-content {
    display: flex;
    justify-content: space-between;
}

header .header-notification-bar p {
    margin: 0;
    font-size: 14px;
    color: var(--secondary);
}

header .header-notification-bar p a {
    font-size: 16px;
    color: var(--secondary);
}

header .header-notification-bar p a:hover {
    color: var(--primaryDark);
}

header .header-notification-bar img {
    margin-right: 10px;
}

header .header-notification-bar p br {
    display: none;
}

.logo-div img {
    height: auto;
}


header .main-header {
    padding: 16px 0 0;
    position: relative;
}

.main-header-inner-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.main-header .navbar-nav ul,
.main-header .navbar-nav {
    flex-direction: row;
    margin-bottom: 0px;
    align-items: center;
    width: 100%;
    max-width: 1200px;
    justify-content: flex-end;
    display: flex;
    padding: 0;
    list-style: none;
}

.main-header .navbar-nav li {
    padding: 0 28px 20px 0;
}

.main-header .navbar-nav li:last-child {
    padding-right: 0;
}

.header-nav {
    text-align: right;
    z-index: 1020;
    justify-content: flex-end;
    display: flex;
    flex-wrap: wrap;
    width: calc(100% - 140px);
    padding: 0 0 0 40px;
}

.header-nav .login-search-nav {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    margin: 0 0 45px;
}

.header-nav .login-search-nav .input-search {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 280px;
    margin: 0 30px 0 0;
}

.header-nav .login-search-nav .input-search img {
    position: absolute;
    pointer-events: none;
    left: 15px;
}

.header-nav .login-search-nav .input-search input {
    border-radius: 25px;
    padding-left: 36px;
    padding-right: 16px;
    height: 40px;
    width: 100%;
    background-color: var(--white);
    border: 2px solid var(--white);
}

.header-nav .login-search-nav .input-search input::placeholder {
    color: var(--placeholderColor);
    opacity: 1;
}

.header-nav .login-search-nav .input-search input:-ms-input-placeholder {
    color: var(--placeholderColor);
}

.header-nav .login-search-nav .input-search input::-ms-input-placeholder {
    color: var(--placeholderColor);
}

.header-nav .login-search-nav .language-menu {
    display: flex;
    margin: 0 20px 0 0;
}

.header-nav .login-search-nav .language-menu a {
    color: var(--white);
    margin: 0 5px;
    font-weight: 700;
}

.header-nav .login-search-nav .language-menu a.active {
    color: var(--primary);
}


.header-nav .login-search-nav .cart-login-part {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.header-nav .login-search-nav .cart-login-part .box {
    display: inline-block;
    text-align: center;
    margin: 0 0 0 30px;
    color: var(--white);
}

.header-nav .login-search-nav .cart-login-part .box:hover {
    color: var(--primary);
}

.header-nav .login-search-nav .cart-login-part .box.cart-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.header-nav .login-search-nav .cart-login-part .box.cart-icon:hover {
    background-color: var(--primary);
}

.header-nav .login-search-nav .cart-login-part .box:first-child {
    margin: 0px;
}

.header-nav .login-search-nav .cart-login-part .box.cart-icon span.badge {
    position: absolute;
    font-size: 11px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ff4b5d;
    color: white;
    top: -5px;
    left: 27px;
    width: 18px;
    height: 18px;
}

.header-nav .login-search-nav .cart-login-part .box p {
    margin: 0;
    color: var(--white);
    transition: 0.3s all;
}

.header-nav .login-search-nav .cart-login-part .box:hover p {
    transition: 0.3s all;
    color: var(--primary);
}

.main-header .navbar-nav .nav-link,
.main-header .navbar-nav a {
    padding: 0;
    position: relative;
    color: var(--white);
    /* font-size: 18px; */
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 1px;
}

.main-header .navbar-nav .nav-link.active,
.main-header .navbar-nav a.active {
    color: var(--white);
    font-weight: 700;
}

.main-header .navbar-nav .nav-link:focus,
.main-header .navbar-nav a:focus {
    color: var(--primary);
}

.main-header .navbar-nav .nav-link:hover,
.main-header .navbar-nav a:hover {
    color: var(--primary);
}

.main-header .navbar-nav .nav-link.active:hover,
.main-header .navbar-nav a.active:hover {
    color: var(--primary);
}

.main-header .navbar-nav a.nav-inner-hover:hover+.navbar-inner-div {
    opacity: 1;
    pointer-events: all;
    visibility: visible;
}

.navbar-inner-div {
    background-color: var(--primary-color-dark);
    padding: 45px 0 35px;
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 999;
    top: 100%;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
}

.navbar-inner-div:hover {
    opacity: 1;
    pointer-events: all;
    visibility: visible;
}

.navbar-inner-div .navbar-inner-links {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 15px 0;
}

.navbar-inner-div .navbar-inner-links .nav-inner-item {
    width: 33%;
    text-align: left;
    padding: 0 10px;
}

.navbar-inner-div .navbar-inner-links .nav-inner-item .nav-inner-link {
    line-height: 18px;
    color: var(--white);
    display: flex;
    align-items: center;
    gap: 14.5px;
    padding-bottom: 10px;
}

.navbar-inner-div .navbar-inner-links .nav-inner-item .nav-inner-link:hover {
    color: var(--white);
    transform: translateY(-3px);
}

.navbar-nav .menu-item .sub-menu {
    transition: 0.3s all;
    display: block;
    pointer-events: none;
    visibility: hidden;
    opacity: 0;
    cursor: auto;
    position: absolute;
    padding: 30px 30px 30px 40px;
    top: 125%;
    border: none;
    border-radius: 0;
    background-color: var(--lightGray);
    min-width: 276px;
    max-width: 276px;
    text-align: left;
}

.navbar-nav .menu-item .sub-menu li a {
    display: block;
    width: 100%;
    color: var(--gray);
    font-weight: 500;
    /* font-size: 18px; */
    font-size: 16px;
    padding: 8px 0;
    letter-spacing: 0;
    line-height: 1.2;
}

.navbar-nav .menu-item .sub-menu li a:hover {
    color: var(--black);
}

.navbar-nav .menu-item:hover .sub-menu {
    transition: 0.3s all;
    pointer-events: auto;
    visibility: visible;
    opacity: 1;
    top: 99.5%;
    text-align: left;
}

.navbar-nav .menu-item .sub-menu .sub-menu {
    list-style: none;
    padding: 0 0 0 35px;
    transition: none;
    position: relative;
    top: 0;
    width: 100%;
    min-width: auto;
    transition: none;
    opacity: 1;
    display: block;
}

.navbar-nav .menu-item:hover .sub-menu .sub-menu a {
    padding: 6px 0;
    font-weight: 400;
}

.navbar-nav .menu-item .sub-menu li {
    padding: 0;
}

.navbar-nav .menu-item:hover .sub-menu .sub-menu {
    position: relative;
    top: 0;
    padding: 0 0 0 35px;
    width: 100%;
    min-width: auto;
    transition: none;
}


/*********** ANIMATED X ***********/
header .navbar-toggle-x {
    background: transparent;
    border: none;
    display: none;
}

header .icon-bar {
    display: block;
    height: 3px;
    border-radius: 1px;
    width: 30px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    background-color: var(--primary);
}

header .navbar-toggle-x .icon-bar+.icon-bar {
    margin-top: 5px;
}

header .navbar-toggle-x .icon-bar:nth-of-type(1) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 11% 10%;
    -ms-transform-origin: 11% 10%;
    transform-origin: 11% 10%;
}

header .navbar-toggle-x .icon-bar:nth-of-type(2) {
    opacity: 0;
    filter: alpha(opacity=0);
}

header .navbar-toggle-x .icon-bar:nth-of-type(3) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 10% 90%;
    -ms-transform-origin: 10% 90%;
    transform-origin: 10% 90%;
}

/*********** ANIMATED X COLLAPSED ***********/
header .navbar-toggle-x.collapsed .icon-bar:nth-of-type(1) {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}

header .navbar-toggle-x.collapsed .icon-bar:nth-of-type(2) {
    opacity: 1;
    filter: alpha(opacity=100);
}

header .navbar-toggle-x.collapsed .icon-bar:nth-of-type(3) {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}

/*********** END ANIMATED X ***********/

/* CHECKBOX */
.filter-checkbox-lists .form-check {
    margin: 0 0 15px;
    padding-left: 35px;
}

.filter-checkbox-lists .form-check .form-check-input {
    position: relative;
    cursor: pointer;
    width: 24px;
    height: 24px;
    margin-top: 2px;
    margin-left: -35px;
    border: 1px solid var(--gray);
}

.filter-checkbox-lists .form-check label {
    cursor: pointer;
    color: var(--gray);
}

.filter-checkbox-lists .form-check .form-check-input:checked[type=radio] {
    background-image: none;
    background-color: transparent;
    border-color: var(--gray);
}

.filter-checkbox-lists .form-check .form-check-input:checked[type=radio]::before {
    position: absolute;
    content: '';
    background: var(--primary);
    left: 0;
    right: 0;
    top: 7px;
    bottom: 0;
    margin: 0 auto;
    width: 8px;
    height: 8px;
    border-radius: 4px;
}

/* Banner Image */
main {
    padding: 70px 0 0 !important;
}

main .entry-content {
    padding: 0;
}

main .entry-content .elementor {
    max-width: 100%;
}

main .entry-content .elementor .home-slider {
    margin: 0 auto;
    max-width: 1440px;
    padding: 0 15px;
}

.home-slider .swiper-slide-inner {
    position: relative;
}

.home-slider img.swiper-slide-image {
    height: 380px;
    border-radius: 0 30px 0 30px;
    width: 100%;
    object-fit: cover;
}

.home-slider .swiper-slide-inner .elementor-image-carousel-caption {
    position: absolute;
    bottom: 0;
    padding: 0 30px 30px;
}

.home-slider .swiper-slide-inner .elementor-image-carousel-caption a {
    font-size: 30px;
    font-weight: 700;
    color: var(--white);
    margin: 0;
    padding: 26px 28px;
    background-color: var(--primaryDark);
    width: 100%;
    display: inline-block;
    text-align: left;
    line-height: 24px;
    text-transform: uppercase;
    letter-spacing: 0.2px;
}

.home-slider .swiper-slide-inner .elementor-image-carousel-caption a:hover {
    background-color: var(--secondary);
}

.home-slider .swiper-pagination-bullets {
    bottom: 0 !important;
}

.home-slider .swiper-pagination-bullet {
    margin: 0 5px !important;
    padding: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: var(--lightGray);
    opacity: 1;
}

.home-slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var(--gray);
}


/* Service Section */
.service-section {
    padding: 30px 0;
}

.service-section .container>.row {
    margin-left: -7px;
    margin-right: -7px;
}

.service-section .service-box {
    padding-left: 7px;
    padding-right: 7px;
    margin-bottom: 14px;
}

.service-section .service-box .service-img {
    position: relative;
}

.service-section .service-box .service-img img {
    border-radius: 0px 20px 0 20px;
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.service-section .service-box .service-img .site-btn {
    position: absolute;
    margin: 0 auto;
    bottom: 20px;
    left: 0;
    right: 0;
    font-size: 15px;
    line-height: 1.2;
    min-height: 35px;
    padding: 6px 10px;
    text-align: center;
    font-weight: 500;
    min-width: auto;
    color: var(--white);
    width: calc(100% - 20px);
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 0;
    background: var(--primaryDark);
    transition: 0.3s all;
    z-index: 1;
    border: none;
    letter-spacing: 0.2px;
}

.service-section .service-box .service-img .site-btn:hover {
    background-color: var(--secondary);
}

.promotion-section {
    padding: 30px 0 60px;
    margin: 0 0 30px;
}

.promotion-section .page-title {
    padding: 0 0 15px 0;
    color: var(--gray);
    font-size: 20px;
    border-bottom: 5px solid var(--lightGray);
    margin: 0 0 45px 0;
}

.product-row {
    margin-left: -7px;
    margin-right: -7px;
}

.product-box {
    padding-left: 7px;
    padding-right: 7px;
    margin-bottom: 16px;
}

.product-box .product-img {
    padding: 22px 25px;
    border: 1px solid var(--lightGray);
    border-radius: 0 80px 0 0;
}

.product-box .product-img p {
    font-size: 20px;
    font-weight: 300;
    color: var(--gray);
    margin: 0 0 16px 0;
}

.product-box .product-img img {
    display: table;
    margin: 0 auto;
}

.product-box .product-btn {
    width: 100%;
    margin: 8px 0 0;
    min-height: 33px;
    padding: 4px 10px;
    text-align: center;
    border-radius: 0 0 0 40px;
    font-size: 16px;
    font-weight: 500;
}

.product-box .product-btn::after {
    content: '';
    border-right: 1px solid var(--primary);
    border-top: 1px solid var(--primary);
    width: 8px;
    height: 8px;
    transform: rotate(45deg);
    margin: 0 0 0 4px;
}


.filter-section {
    padding: 85px 0 80px;
}

.filter-section h2 {
    margin: 0 0 70px 0;
}

.product-box-img {
    padding-left: 7px;
    padding-right: 7px;
    margin-bottom: 40px;
}

.product-box-img .product-img {
    padding: 0px;
    border-radius: 0 80px 0 0;
    overflow: hidden;
}

.product-box-img .product-img img {
    width: 100%;
}

.product-box-img .product-btn {
    width: 100%;
    margin: 8px 0 0;
    min-height: 33px;
    padding: 4px 10px;
    text-align: center;
    border-radius: 0 0 0 40px;
    font-size: 16px;
    font-weight: 500;
}


.filter-section .filter-box {
    padding-top: 40px;
}

.filter-section .filter-box .inner-filter {
    max-width: 250px;
}

.filter-box h3 {
    font-size: 20px;
    font-weight: 700;
    padding: 0 0 4px;
    border-bottom: 1px solid var(--primary);
    margin: 0 0 30px;
    color: var(--primaryDark);
}

.filter-box .filter-checkbox-lists {
    margin: 0 0 45px;
}

.filter-mobile-btn {
    display: none !important;
}

.filter-mobile-btn::before {
    content: '';
    position: absolute;
    top: 24px;
    transform: rotate(45deg);
    right: 14px;
    display: inline-block;
    height: 10px;
    width: 10px;
    border-left: 2px solid var(--white);
    border-top: 2px solid var(--white);
}

.filter-mobile-btn.active::before {
    top: 18px;
    transform: rotate(226deg);
}

.filter-mobile-btn:hover {
    background-color: var(--primary);
}

.filter-mobile-btn.active {
    background-color: var(--secondary) !important;
}

.filter-checkbox-lists.hide {
    display: none;
}

.breadcrumbs {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0 0 25px 0;
}

.breadcrumbs li {
    margin: 0 6px 0 0;
    font-weight: 700;
    font-size: 16px;
    color: #707070;
}

.breadcrumbs li a {
    font-size: 16px;
    color: #707070;
    font-weight: 400;
}

.breadcrumbs li a:hover {
    color: var(--primaryDark);
}


/* Thank you page */
.thankyou-section {
    padding: 80px 0;
}

.thankyou-section .thank-you-box {
    margin: 15px 0 30px;
}

.thankyou-section .thank-you-box h2 {
    color: var(--nightBlack);
    margin: 26px 0 40px 0;
}

.thankyou-section .thank-you-box p {
    margin: 0 0 45px;
    font-size: 20px;
    color: var(--gray);
}

.thankyou-section .thank-you-box p.phone-num {
    margin: 20px 0 45px;
}

.thankyou-section .thank-you-box p a {
    font-weight: 700;
    font-size: 20px;
    color: var(--gray);
}

.thankyou-section .thank-you-box p a:hover {
    color: var(--primaryDark);
}

.thankyou-section .thank-you-box .back-to-home {
    min-height: 75px;
    color: var(--nightBlack);
    max-width: 480px;
    letter-spacing: 0px;
    width: 100%;
    background-color: var(--lightGray);
}

.thankyou-section .thank-you-box .back-to-home:hover {
    background-color: var(--primary);
}


/* Cart ~ Page */
.about-page-section h2 {
    padding: .5rem !important;
    letter-spacing: 0;
}

.cart-section,
.page-section {
    padding: 80px 0;
}

.cart-section h2,
.page-section h2 {
    margin: 0 0 35px;
}

.cart-box {
    display: flex;
    flex-wrap: wrap;
    background-color: var(--cartBg);
    padding: 26px;
    border-radius: 10px;
    margin: 0 0 10px;
}

.cart-box.total-box {
    background-color: var(--white);
    border: 4px solid var(--lightGray1);
}

.cart-box p {
    margin: 0 0 6px;
    font-size: 20px;
    color: var(--gray);
    font-weight: 400;
}

.cart-box .left-part {
    width: calc(100% - 480px);
    display: flex;
    flex-wrap: wrap;
}

.cart-box .left-part .cart-img {
    max-width: 235px;
}

.cart-box .left-part .cart-img img {
    width: 100%;
    object-fit: cover;
    height: 160px;
    border-radius: 0 30px;
}

.cart-box .left-part .cart-product-info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: calc(100% - 235px);
    padding: 16px 0 0 40px;
}

.cart-box .left-part .cart-product-info h6 {
    font-size: 20px;
    margin: 0 0 4px;
    color: var(--primaryDark);
    font-weight: 700;
}

.cart-box .left-part .cart-product-info .product-view a {
    text-decoration: underline;
    display: inline-block;
    color: var(--gray);
    font-weight: 500;
    font-size: 16px;
}

.cart-box .left-part .cart-product-info .product-view a:hover {
    color: var(--primaryDark);
    text-decoration: none;
}

.cart-box .right-part {
    max-width: 480px;
    padding: 0 0 0 30px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.cart-box .right-part .cart-product-price {
    width: calc(100% - 40px);
}

.cart-box .right-part .cart-product-price p span {
    font-size: 28px;
    color: var(--primaryDark);
    font-weight: 700;
}

.cart-box .right-part .cart-action {
    width: 100%;
    text-align: right;
    max-width: 40px;
}

.cart-box .right-part .cart-action button {
    border: none;
    outline: none;
    padding: 0;
    margin: 0 0 20px;
    background-color: transparent;
}

.cart-box .right-part .cart-action button:last-child {
    margin: 0;
}

.cart-box .right-part .cart-action button img {
    transition: 0.3s all;
}

.cart-box .right-part .cart-action button:hover img {
    transition: 0.3s all;
    transform: scale(0.9);
}

.cart-box.total-box h6 {
    margin: 0;
    font-size: 20px;
    color: var(--gray);
    font-weight: 700;
}

.cart-box.total-box .total-price-amount ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.cart-box.total-box .total-price-amount ul li {
    margin: 0 0 8px;
    display: flex;
    align-items: center;
}

.cart-box.total-box .total-price-amount ul li.postage-cost {
    margin: 26px 0;
}

.cart-box.total-box .total-price-amount ul li p {
    display: inline-block;
    min-width: 190px;
    max-width: 190px;
    font-size: 18px;
    margin: 0;
}

.cart-box.total-box .total-price-amount ul li span {
    font-size: 23px;
    color: var(--gray);
    font-weight: 500;
}

.cart-box.total-box .total-price-amount ul li span.bold-text {
    font-size: 28px;
    font-weight: 700;
}

.cart-box.total-box .total-price-amount ul li.total-price {
    margin: 8px 0 0;
    padding: 16px 0 0;
    border-top: 1px solid var(--gray);
}

.cart-btns {
    margin: 30px 0 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

/* Product ~ Page */
.product-section {
    padding: 80px 0;
}

.product-section .product-slider-row {
    margin-top: 80px;
}

.product-section .product-slider-col .slider-content {
    max-width: 600px;
}

.product-section .single-product-slider {
    margin: 0 0 16px;
}

.product-section .single-product-slider .items img {
    border-radius: 0 40px;
    height: 415px;
    width: 100%;
    object-fit: cover;
}

.product-section .single-product-slider-nav {
    margin-right: -10px;
    margin-left: -10px;
}

.product-section .single-product-slider-nav .item {
    padding: 0 10px;
}

.product-section .single-product-slider-nav img {
    cursor: pointer;
    border-radius: 0 20px;
    height: 70px;
    width: 100%;
    object-fit: cover;
}

.product-section .product-content-col .content {
    max-width: 730px;
    margin: 0 0 0 auto;
}

.product-section .product-content-col .content h2 {
    margin: 0 0 24px;
}

.product-section .product-content-col .content h4 {
    margin: 0 0 18px;
}

.product-section .product-content-col .content p,
.about-page-section .content p {
    font-size: 16px;
    font-weight: 400;
    color: var(--gray);
}

.product-section .product-content-col .content .product-price {
    margin: 50px 0 30px;
}

.product-section .product-content-col .content .product-price h6 {
    font-size: 22px;
    font-weight: 300;
    text-decoration: line-through;
    color: var(--primaryDark);
    margin: 0;
}

.product-section .product-content-col .content .product-price h3 {
    font-size: 35px;
    color: var(--primaryDark);
    font-weight: 700;
    margin: 0;
}

.product-section .product-content-col .content .product-select select {
    cursor: pointer;
    outline: none;
    width: 100%;
    max-width: 480px;
    background-color: var(--lightGray1);
    color: var(--secondary);
    border: none;
    height: 60px;
    font-size: 18px;
    font-weight: 400;
    padding: 0 42px 0 15px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-image: url('../images/select-arrow.png');
    background-position: 96% 55%;
    background-repeat: no-repeat;
    margin: 0 0 10px;
}

.cart-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    width: 100%;
    min-height: 60px;
    max-width: 480px;
    font-weight: 700;
    font-size: 20px;
    color: var(--white);
    background-color: var(--primary);
    text-transform: uppercase;
    border-radius: 0 35px;
}

.cart-btn.gray {
    color: var(--gray);
    background-color: var(--lightGray1);
}

.cart-btn:hover {
    color: var(--white);
    background-color: var(--primaryDark);
}


.related-product-section {
    padding: 40px 0 60px;
}

.related-product-section h2 {
    margin: 0 0 50px 0;
}


/* Footer */
footer.wp-block-template-part {
    overflow: hidden;
    position: relative;
    background-color: var(--primaryDark);
}

footer.wp-block-template-part p {
    color: var(--white);
}

footer.wp-block-template-part .menu-logo-area {
    padding-top: 40px;
    padding-bottom: 40px;
}

footer.wp-block-template-part .menu-logo-area .inner-area {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

footer.wp-block-template-part .menu-logo-area .left-part {
    width: 100%;
    max-width: 55%;
}

footer.wp-block-template-part .menu-logo-area .left-part img {
    margin: 0 0 20px 0;
    max-width: 170px;
}

footer.wp-block-template-part .menu-logo-area .left-part a {
    color: var(--white);
    display: inline-block;
    margin: 0 0 8px;
}

footer.wp-block-template-part .menu-logo-area .left-part a:hover {
    color: var(--primary);
}

footer.wp-block-template-part .menu-logo-area .right-part {
    max-width: 45%;
    width: 100%;
}

footer.wp-block-template-part .menu-logo-area .right-part a {
    display: inline-block;
}

footer.wp-block-template-part .menu-logo-area .right-part ul {
    list-style: none;
    margin: 0px;
    padding: 0;
}

footer.wp-block-template-part .menu-logo-area .right-part ul li {
    margin: 0 0 8px;
}

footer.wp-block-template-part .menu-logo-area .right-part ul li a {
    color: var(--white);
}

footer.wp-block-template-part .menu-logo-area .right-part ul li a:hover {
    color: var(--primary);
}

footer.wp-block-template-part .menu-logo-area .right-part ul.cards-icons {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 8px 0 0;
}

footer.wp-block-template-part .menu-logo-area .right-part ul.cards-icons li {
    margin: 0;
    text-align: center;
    min-width: 48px;
}

/* footer.wp-block-template-part .menu-logo-area .right-part ul.cards-icons li img {} */

footer.wp-block-template-part .yellow-part {
    position: relative;
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: var(--primary);
}

footer.wp-block-template-part .yellow-part::before {
    position: absolute;
    content: '';
    left: 99%;
    top: 0;
    bottom: 0;
    width: 100%;
    background-color: var(--primary);
}

footer.wp-block-template-part .yellow-part .inner-part {
    padding: 0 0 0 30px;
}

footer.wp-block-template-part .yellow-part p {
    color: var(--secondary);
}

footer.wp-block-template-part .yellow-part form .form-group {
    display: flex;
    justify-content: space-between;
    margin: 0 0 16px;
}

footer.wp-block-template-part .yellow-part form input {
    width: calc(100% - 150px);
    padding: 8px;
    margin-right: 8px;
}

footer.wp-block-template-part .yellow-part form .site-btn {
    min-width: 150px;
}

footer.wp-block-template-part .yellow-part form input {
    background-color: var(--white);
    border: none;
    height: 40px;
}

footer.wp-block-template-part .yellow-part .filter-checkbox-lists .form-check {
    padding-left: 25px;
}

footer.wp-block-template-part .yellow-part .filter-checkbox-lists .form-check .form-check-input {
    border: 1px solid var(--white);
    margin-left: -25px;
}

footer.wp-block-template-part .yellow-part .filter-checkbox-lists .form-check .form-check-input:checked[type=radio] {
    background-color: var(--white);
    width: 20px;
    height: 20px;
}

footer.wp-block-template-part .yellow-part .filter-checkbox-lists .form-check .form-check-input:checked[type=radio]::before {
    background: var(--primaryDark);
    top: 3px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
}

footer.wp-block-template-part .yellow-part .filter-checkbox-lists .form-check label {
    font-size: 14px;
    color: var(--secondary);
    font-weight: 300;
}

header .header-notification-bar.mobile {
    display: none;
}

.login h2,
.signup h2,
.ps-account h2 {
    letter-spacing: 0;
}

.woocommerce {
    max-width: 100% !important;
}

.ps-account form {
    margin-bottom: 0;
}


.promotion-section {
    padding: 30px 0 60px;
    margin: 0 0 30px;
}

.promotion-section .page-title {
    padding: 0 0 15px 0;
    color: var(--gray);
    font-size: 20px;
    border-bottom: 5px solid var(--lightGray);
    margin: 0 0 45px 0;
}

.product-row {
    margin-left: -7px;
    margin-right: -7px;
}

.product-box {
    padding-left: 7px;
    padding-right: 7px;
    margin-bottom: 16px;
}

.product-box .product-img {
    padding: 22px 25px;
    border: 1px solid var(--lightGray);
    border-radius: 0 80px 0 0;
}

.product-box .product-img .card__title {
    font-size: 20px;
    font-weight: 300;
    color: #707070;
    margin: 0 0 16px 0;
    max-width: 280px;
}

.product-box .product-img img {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 1/1;
}

.product-box .product-btn {
    width: 100%;
    margin: 8px 0 0;
    min-height: 33px;
    padding: 4px 10px;
    text-align: center;
    border-radius: 0 0 0 40px;
    font-size: 16px;
    font-weight: 500;
}

.product-box .product-btn::after {
    content: '';
    border-right: 1px solid var(--primary);
    border-top: 1px solid var(--primary);
    width: 8px;
    height: 8px;
    transform: rotate(45deg);
    margin: 0 0 0 4px;
}

.product-box .product-btn {
    width: 100%;
    margin: 8px 0 0;
    min-height: 33px;
    padding: 4px 10px;
    text-align: center;
    border-radius: 0 0 0 40px;
    font-size: 16px;
    font-weight: 500;
}

.site-btn {
    position: relative;
    min-height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 0;
    min-width: 180px;
    background: var(--primaryDark);
    color: var(--white);
    text-transform: uppercase;
    padding: 8px 30px 8px 30px;
    transition: 0.3s all;
    z-index: 1;
    border: none;
    letter-spacing: 0.2px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}

.site-btn:hover {
    color: var(--white);
    background-color: var(--secondary);
}

main .entry-content .elementor .home-banner-slider {
    width: 100%;
    display: flex;
    overflow: hidden;
    max-width: 1440px !important;
    margin: 0 auto;
}

/* RESPONSIVE */
@media (max-width: 1600px) {
    .extra-menu {
        max-width: 285px !important;
    }

    body {
        font-size: 18px;
    }

    .container {
        max-width: 1280px;
    }

    .main-header .navbar-nav li {
        padding: 0 20px 20px 0;
    }

    .header-nav .login-search-nav .cart-login-part .box {
        margin: 0 0 0 20px;
    }

    .navbar-nav .menu-item .sub-menu li a,
    .main-header .navbar-nav a {
        font-size: 16px;
    }

    .navbar-nav .menu-item .sub-menu {
        padding: 20px 20px 20px 30px;
        min-width: 260px;
        max-width: 260px;
    }

    .home-slider .swiper-slide-inner .elementor-image-carousel-caption a {
        font-size: 26px;
        padding: 20px 22px;
    }

    .filter-section {
        padding: 100px 0 60px;
    }

    .product-section .product-content-col .content {
        max-width: 650px;
    }

    .product-section .product-content-col .content h2 {
        margin: 0 0 16px;
    }

    .product-section .product-content-col .content .product-price {
        margin: 30px 0 15px;
    }

    .product-section .product-content-col .content h4 {
        font-size: 18px;
    }

    footer.wp-block-template-part .menu-logo-area .right-part {
        max-width: 45%;
    }

    .cart-box p {
        font-size: 18px;
    }

    .cart-box.total-box .total-price-amount ul li span.bold-text,
    .cart-box .right-part .cart-product-price p span {
        font-size: 24px;
    }

    .cart-box.total-box .total-price-amount ul li span {
        font-size: 20px;
    }

    .cart-box.total-box .total-price-amount ul li.postage-cost {
        margin: 20px 0;
    }

    .service-section .service-box .service-img img {
        height: 225px;
    }
}

@media (max-width: 1440px) {
    main::before {
        height: 50px;
    }

    .container {
        max-width: 1240px;
    }

    .logo-div img {
        max-width: 200px;
    }

    .header-nav .login-search-nav {
        margin: 0 0 30px 0;
    }

    .home main .home-slider+[data-element_type="container"] {
        margin-top: 50px;
    }

    .home main .home-slider+[data-element_type="container"] .service-section {
        padding-top: 0;
    }

    .product-box .product-img p {
        font-size: 18px;
    }

    .filter-section {
        padding: 60px 0 40px;
    }

    .filter-box h3 {
        margin: 0 0 20px;
    }

    .filter-section h2 {
        margin: 0 0 50px 0;
    }

    .thankyou-section {
        padding: 60px 0 40px;
    }

    .thankyou-section .thank-you-box p a,
    .thankyou-section .thank-you-box p {
        font-size: 18px;
    }

    .thankyou-section .thank-you-box .back-to-home {
        min-height: 66px;
        max-width: 400px;
    }

    .product-section {
        padding: 60px 0;
    }

    .product-section .product-slider-row {
        margin-top: 50px;
    }

    .related-product-section {
        padding: 20px 0 40px;
    }

    .product-section .product-content-col .content .cart-btn {
        min-height: 55px;
        font-size: 18px;
    }

    .product-section .single-product-slider .items img {
        height: 390px;
    }

    .product-section .single-product-slider-nav img {
        height: 60px;
    }

    .product-section .product-content-col .content .product-price h3 {
        font-size: 30px;
    }

    footer.wp-block-template-part .menu-logo-area .left-part,
    footer.wp-block-template-part .menu-logo-area .right-part {
        max-width: 50%;
    }

    .cart-box .left-part {
        width: calc(100% - 420px);
    }

    .cart-box .right-part {
        max-width: 420px;
    }

    .cart-btns .cart-btn {
        max-width: 420px;
        font-size: 18px;
    }

    .cart-box p {
        font-size: 16px;
    }

    .cart-box.total-box .total-price-amount ul li span.bold-text,
    .cart-box .right-part .cart-product-price p span {
        font-size: 22px;
    }

    .cart-box .left-part .cart-product-info {
        padding: 16px 0 0 22px;
    }
}

@media(max-width: 1280px) {
    .extra-menu {
        max-width: 171px !important;
    }

    .container {
        max-width: 1180px;
    }

    .header-nav .login-search-nav .cart-login-part .box,
    .header-nav .login-search-nav .language-menu a {
        font-size: 14px;
    }

    .navbar-nav .menu-item .sub-menu li a {
        font-size: 14px;
    }

    .navbar-nav .menu-item .sub-menu {
        min-width: 240px;
        max-width: 240px;
        padding: 14px 18px;
    }

    .service-section .service-box .service-img .site-btn {
        font-size: 14px;
    }

    .home-slider .swiper-slide-inner .elementor-image-carousel-caption a {
        font-size: 22px;
        padding: 16px 22px;
    }

    .product-box .product-img p {
        font-size: 16px;
    }

    .filter-section .filter-box .inner-filter {
        max-width: 100%;
    }

    .thankyou-section .thank-you-box h2 {
        margin: 20px 0 30px 0;
        font-size: 24px;
    }

    .cart-box.total-box .total-price-amount ul li p,
    .thankyou-section .thank-you-box p a,
    .thankyou-section .thank-you-box p {
        font-size: 16px;
        line-height: 1.4;
    }

    .service-section .service-box .service-img img {
        height: 200px;
    }
}

@media (max-width: 1199px) {
    .main-header .navbar-nav li {
        padding: 0 12px 15px 0;
    }

    .main-header .navbar-nav a {
        font-size: 14px;
    }

    .header-nav .login-search-nav .input-search input {
        font-size: 16px;
    }

    footer.wp-block-template-part .yellow-part .inner-part {
        padding: 0 0 0 15px;
    }

    .cart-box .left-part {
        width: calc(100% - 350px);
    }

    .cart-box .right-part {
        max-width: 350px;
    }

    .service-section .service-box .service-img img {
        height: 310px;
    }
}

@media (max-width: 1024px) {

    body h2,
    .elementor-widget-heading .elementor-heading-title {
        line-height: 1.2;
        font-size: 22px;
    }

    h3 {
        line-height: 1.2;
        font-size: 22px;
    }

    header {
        position: sticky;
    }

    .logo-div img {
        max-width: 180px;
        max-height: 62.19px;
    }

    header .navbar-toggle-x {
        display: block;
    }

    .main-header .site-btn.desktop {
        display: none;
    }

    header .main-header {
        padding: 16px 0;
    }

    .header-nav {
        position: fixed;
        top: 93px;
        height: calc(100vh - 93px);
        right: 0;
        bottom: 0;
        background: var(--primary);
        padding: 30px 15px 45px;
        width: 100%;
        display: block;
        margin: 0;
        transform: translateX(-100%);
        transition: 0.3s all;
        text-align: left;
        overflow-y: auto;
    }

    .nav-open .header-nav {
        transform: translateX(0);
    }

    .main-header .navbar-nav {
        display: block;
        max-width: 100%;
        text-align: left;
    }

    .main-header .navbar-nav li {
        padding: 10px 0;
        position: relative;
    }

    .header-nav .site-btn {
        background: var(--black);
        margin: 0;
        min-height: unset;
        padding: 7px 40px 7px 20px;
        font-size: 14px;
    }

    .main-header .navbar-nav a.active {
        color: var(--secondary);
    }

    .main-header .navbar-nav a.active::before {
        display: none;
    }

    .main-header .navbar-nav a {
        font-size: 16px;
        color: var(--secondary);
    }

    .main-header .navbar-nav a:focus,
    .main-header .navbar-nav a:hover {
        color: var(--primaryDark);
    }

    .header-nav .login-search-nav {
        margin: 0 0 15px 0;
    }

    .header-nav .login-search-nav .input-search {
        width: calc(100% - 264px);
        margin: 0 20px 0 0;
        max-width: 100%;
    }

    .header-nav .login-search-nav .cart-login-part .box:first-child {
        margin: 0px;
        background-color: white;
        border-radius: 50%;
        width: 28px;
        line-height: 28px;
        height: 28px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    header .header-notification-bar {
        background-color: transparent;
        margin: 15px 0 0;
        padding: 25px 0 0;
        border-top: 1px solid var(--gray);
    }

    header .header-notification-bar .language-col {
        flex-wrap: wrap;
    }

    header .header-notification-bar .language-col .language {
        width: 100%;
        margin: 15px 0 0;
        justify-content: center;
    }

    header .header-notification-bar .notify-content {
        flex-wrap: wrap;
    }

    header .header-notification-bar .container {
        padding: 0;
    }

    header .header-notification-bar .notify-content p {
        width: 100%;
        margin: 0 0 8px;
    }

    header .header-notification-bar .notify-content p a:nth-child(2)+br+a+br {
        display: inline-block;
    }

    header .header-notification-bar .notify-content p span {
        display: none;
    }

    .header-nav .login-search-nav .language-menu a.active {
        color: var(--secondary);
    }

    .navbar-nav .menu-item:hover .sub-menu,
    .navbar-nav .menu-item .sub-menu {
        display: none;
        background-color: var(--lightGray);
        padding: 10px 14px;
        position: relative;
        transition: 0.3s all;
        pointer-events: auto;
        visibility: visible;
        opacity: 1;
        top: 0;
        min-width: 100%;
        width: 100%;
        max-width: 100%;
    }

    .navbar-nav .menu-item .sub-menu .sub-menu {
        display: block !important;
    }

    .navbar-nav .menu-item .Open-Submenu {
        position: absolute;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 45px;
        margin: 0;
        pointer-events: auto;
        top: 0;
        bottom: 0;
        right: 0;
        width: 30px;
    }

    .navbar-nav .menu-item .sub-menu .Open-Submenu {
        display: none;
    }

    .navbar-nav .menu-item .Open-Submenu::before {
        content: '';
        display: inline-block;
        width: 8px;
        height: 8px;
        border-top: 1px solid var(--primaryDark);
        border-right: 1px solid var(--primaryDark);
        transform: rotate(136deg);
    }

    .navbar-nav .menu-item .Open-Submenu.active::before {
        transform: rotate(314deg);
    }

    .navbar-nav .nav-item.sub-nav .sub-menu li a {
        font-size: 14px;
    }

    body.nav-open {
        overflow: hidden;
    }

    .product-box .product-img {
        padding: 14px;
        border-radius: 0 40px 0 0;
    }

    .product-section .single-product-slider-nav img {
        height: 50px;
    }

    .product-section .single-product-slider-nav .item {
        padding: 0 5px;
    }

    .product-section .single-product-slider-nav {
        margin-right: -5px;
        margin-left: -5px;
    }

    .product-section .single-product-slider .items img {
        height: 340px;
    }

    header .header-notification-bar.web {
        display: none;
    }

    header .header-notification-bar.mobile {
        display: block;
    }
}

@media (max-width: 991px) {
    .extra-menu {
        display: flex !important;
        flex-direction: inherit !important;
        width: 200px !important;
    }

    ul,
    p,
    a,
    label {
        font-size: 14px;
        line-height: 26px;
    }

    .site-btn a,
    button.site-btn {
        min-height: unset;
        font-size: 14px;
        line-height: 24px;
    }

    header .main-header {
        padding: 14px 0;
        overflow: auto;
        position: unset;
    }

    header .navbar-toggle-x {
        display: block;
    }

    .main-header .navbar-nav a.nav-inner-hover:hover+.navbar-inner-div {
        opacity: 0;
        pointer-events: none;
        visibility: hidden;
    }

    .main-header .navbar-nav li:last-child {
        margin-bottom: 0;
    }

    .main-header .navbar-nav {
        flex-direction: column;
        width: 100%;
        max-width: 100%;
    }

    .main-header .site-btn {
        min-width: auto;
        max-width: 450px;
        margin: 0 auto;
    }

    body.nav-open {
        overflow: hidden;
    }

    header .logo-div {
        margin-right: 0px;
    }

    header .info {
        justify-content: center;
    }

    .navbar-inner-div {
        padding: 40px 0 30px;
    }

    .navbar-inner-div .navbar-inner-links .nav-inner-item {
        width: 50%;
    }

    .navbar-inner-div {
        top: 0;
        bottom: 0;
        overflow: auto;
        padding-bottom: 40px;
    }

    .header-nav {
        top: 90px;
        height: calc(100vh - 90px);
    }

    header .header-notification-bar img {
        margin: 0 auto;
    }

    header .header-notification-bar p {
        width: 100%;
        line-height: 1.4;
        color: var(--secondary);
    }

    .navbar-nav .nav-item.sub-nav .sub-menu li a {
        line-height: 1;
    }

    footer.wp-block-template-part .yellow-part,
    footer.wp-block-template-part .menu-logo-area {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    footer.wp-block-template-part .menu-logo-area .right-part {
        padding: 0 0 0 16px;
    }

    footer.wp-block-template-part .yellow-part form .form-group {
        flex-wrap: wrap;
        font-size: 16px;
    }

    footer.wp-block-template-part .yellow-part form input {
        width: 100%;
        margin: 0 0 8px;
    }

    .promotion-section {
        padding: 30px 0 0;
        margin: 0 0 30px;
    }

    .thankyou-section .thank-you-box h2 {
        margin: 15px 0 20px 0;
        font-size: 22px;
    }

    .thankyou-section .thank-you-box p.phone-num {
        margin: 10px 0 30px;
    }

    .thankyou-section .thank-you-box p {
        margin: 0 0 30px;
    }

    .thankyou-section .thank-you-box {
        margin: 0;
    }

    .product-section .product-content-col .content {
        max-width: 100%;
        margin: 20px 0 0;
    }

    .product-section .product-slider-col .slider-content {
        margin: 0 auto;
    }

    .product-section .product-slider-row {
        margin-top: 0;
    }

    .product-section .single-product-slider-nav img {
        height: 80px;
    }

    .cart-section,
    .page-section {
        padding: 60px 0;
    }

    .cart-box .right-part {
        margin: 16px 0 0;
        max-width: 100%;
        padding: 0;
    }

    .cart-box .left-part {
        width: 100%;
    }

    .cart-box.total-box .total-price-amount,
    .cart-box.total-box .total-price-amount ul {
        width: 100%;
    }

    .cart-box.total-box .total-price-amount ul li {
        width: 100%;
        align-items: center;
        justify-content: space-between;
    }

    .cart-btns .cart-btn {
        min-height: 55px;
        max-width: 325px;
        font-size: 16px;
    }

    .service-section .service-box .service-img img {
        height: 280px;
    }
}

@media (max-width: 767px) {
    header .main-header {
        padding: 12px 0;
    }

    header .logo-div {
        margin: 0;
    }

    .header-nav {
        top: 86px;
        height: calc(100vh - 84px);
    }

    .home-slider .swiper-slide-inner .elementor-image-carousel-caption a {
        font-size: 18px;
        padding: 14px;
        text-align: center;
    }

    .banner-section .home-banner-slider .item {
        padding: 24px 16px;
        min-height: 300px;
    }

    .breadcrumbs {
        margin: 0 0 15px 0;
    }

    .filter-section .filter-box {
        padding-top: 0;
    }

    .filter-section h2 {
        margin: 0 0 35px 0;
    }

    .breadcrumbs li,
    .breadcrumbs li a {
        font-size: 16px;
    }

    .filter-mobile-btn {
        display: block !important;
        width: 100%;
        letter-spacing: 1px !important;
        font-weight: 700 !important;
        font-size: 16px !important;
        height: 50px;
        margin: 0 0 30px;
    }

    .product-category-page .category-list.hide {
        display: none;
    }

    .product-category-page .container {
        gap: 0;
    }

    .filter-section {
        padding: 50px 0 20px;
    }

    .filter-box h3 {
        font-size: 18px;
    }

    .product-section {
        padding: 60px 0 20px;
    }

    .related-product-section h2 {
        margin: 0 0 35px 0;
    }

    .product-section .product-content-col .content .product-select select {
        height: 50px;
        font-size: 16px;
    }

    .product-section .product-content-col .content .cart-btn {
        min-height: 50px;
        font-size: 16px;
    }

    .related-product-section {
        padding: 20px 0;
    }

    footer.wp-block-template-part .yellow-part::after {
        position: absolute;
        content: '';
        right: 100%;
        top: 0;
        bottom: 0;
        width: 100%;
        background-color: var(--primary);
    }

    .cart-box .right-part .cart-action button {
        margin: 0 0 8px;
    }

    .cart-btns {
        margin: 0;
    }

    .cart-box {
        padding: 16px;
        border-radius: 6px;
    }

    .cart-btns .cart-btn {
        max-width: 100%;
        margin: 20px 0 0;
    }

    .cart-box .left-part .cart-product-info h6 {
        font-size: 18px;
    }
}

@media (max-width: 575px) {
    .header-nav .login-search-nav .input-search {
        width: calc(100% - 80px);
        margin: 0;
    }

    .header-nav .login-search-nav .cart-login-part {
        width: 100%;
        margin: 14px 0 0;
    }

    footer.wp-block-template-part .menu-logo-area .left-part,
    footer.wp-block-template-part .menu-logo-area .right-part {
        max-width: 100%;
        padding: 0;
    }

    footer.wp-block-template-part .yellow-part .inner-part {
        padding: 0;
    }

    footer.wp-block-template-part .yellow-part .filter-checkbox-lists .form-check label {
        line-height: 1.4;
    }

    footer.wp-block-template-part .yellow-part,
    footer.wp-block-template-part .menu-logo-area {
        padding-top: 30px;
        padding-bottom: 10px;
    }

    .product-section .single-product-slider .items img {
        height: 59.130434782608695VW;
    }

    .cart-box .left-part .cart-product-info {
        width: 100%;
        padding: 16px 0 0;
    }

    .cart-box .left-part .cart-img {
        display: table;
        margin: 0 auto;
    }

    .cart-box.total-box .total-price-amount ul li p {
        min-width: 160px;
        max-width: 160px;
    }
}

.toast1 .toast-area {
    z-index: 2;
    height: 80vh;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
}

.toast1 .toast-area>* {
    margin-top: 1em;
}

/* toast message */
#toasts {
    margin: 0 !important;
}

.toast1 {
    display: flex;
    justify-content: start;
    width: 516px;
    min-height: 65px;
    overflow: hidden;
    animation: slide-in .5s ease-out forwards;
    position: fixed;
    top: 184.188px;
    z-index: 999999;
    right: 20px;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.3));
}

.toast1 .toast-content {
    background-color: #ffedae;
    border-radius: 4px;
    color: #000;
    font-weight: bold;
    box-shadow: unset !important;
    position: relative;
    width: 100%;
}

.toast1 .toast-content.green {
    background-color: #018136;
    color: white;
}

.toast1 .toast-content.green .close i.fa.fa-times {
    color: white;
}

.toast1 .toast-content.green .message .info_icon {
    color: #fff;
}

.toast1 .toast-content.red {
    background-color: red;
    color: white;
}

.toast1 .toast-content.red .close i.fa.fa-times {
    color: white;
}

.toast1 .toast-content.red .message .info_icon {
    color: #fff;
}

.toast1 .toast-content.blue {
    background-color: #ADD8E6;
    color: #000;
}

.toast1 .toast-content.blue .close i.fa.fa-times {
    color: #000;
}

.toast1 .toast-content.blue .message .info_icon {
    color: #fff;
}

.toast1 .toast-content .message {
    display: flex;
    flex-wrap: wrap;
    padding: 0 !important;
    word-wrap: break-word;
    line-height: 1.430em;
    min-height: unset;
    height: 100%;
}

.toast1 .toast-content .message .info_icon {
    width: 50px;
    background: #100f15;
    color: #ffd234;
    font-size: 26px;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
}

.toast1 .toast-content .message .message_text {
    margin-left: 0;
    width: calc(100% - 100px);
    padding: 10px 15px 10px 15px;
    font-size: 14px;
    letter-spacing: 0px;
    line-height: 20px;
    font-weight: 400;
    font-family: "Roboto";
    display: block;
    align-items: center;
}

.toast1 .toast-content .message .message_text p,
.toast1 .toast-content .message .message_text div,
.toast1 .toast-content .message .message_text li {
    color: white;
    font-weight: 600;
    margin: 0;
}

.toast1+.toast1 {
    margin-top: 85px;
}

.toast1+.toast1+.toast1 {
    margin-top: 170px;
}

.toast1+.toast1+.toast1+.toast1 {
    margin-top: 255px;
}

.toast1+.toast1+.toast1+.toast1+.toast1 {
    margin-top: 340px;
}

.toast1+.toast1+.toast1+.toast1+.toast1+.toast1 {
    margin-top: 425px;
}

.toast1+.toast1+.toast1+.toast1+.toast1+.toast1+.toast1 {
    margin-top: 510px;
}

.toast1+.toast1+.toast1+.toast1+.toast1+.toast1+.toast1+.toast1 {
    margin-top: 595px;
}

.toast1+.toast1+.toast1+.toast1+.toast1+.toast1+.toast1+.toast1+.toast1 {
    margin-top: 680px;
}

.toast1 .before {
    width: 5px;
    height: 80px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    background: #a2de96;
}

.toast1 .icon {
    margin-left: 30px;
    width: 35px;
    height: 35px;
    background: #79d70f;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
}

.toast1 .text {
    width: 400px;
    align-self: flex-start;
    flex-wrap: wrap;
    display: flex;
    align-items: start;
    margin-left: 30px;
    font-family: Tahoma, Arial, "Hiragino Sans GB", "simsun", sans-serif;
}

.toast1 .text>* {
    margin: 0;
    width: 400px;
}

.toast1 p:first-child {
    font-weight: bold;
    margin-top: 15px;
}

.toast1 .close {
    float: none;
    position: absolute;
    width: auto;
    height: auto;
    right: 10px;
    top: 10px;
    color: #000 !important;
    opacity: 1;
    text-shadow: none;
}

.toast1 .close i.fa.fa-times {
    color: #000;
    font-size: 22px;
    opacity: 1;
    line-height: normal;
}

.info_icon svg,
.close.close-black svg {
    width: 30px;
}

@keyframes toast {
    0% {
        opacity: 1;
    }

    100% {
        transform: translate(0, -10px);
        opacity: 0;
    }
}

.toast1 .toast-area {
    z-index: 2;
    height: 80vh;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
}

.toast1 .toast-area>* {
    margin-top: 1em;
}

@keyframes loaderShop {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
    }
}

@media (max-width: 576px) {
    .toast1 {
        padding: 0 20px;
        width: 100%;
        right: 0;
    }

    .product-category-page .container .right-products ul.columns-3 {
        grid-template-columns: none;
    }
}

.form-group {
    margin-bottom: 1rem;
}

label {
    margin-bottom: 0.5rem;
}

table.table.ps-table.ps-table--product {
    border: 1px solid #ced4da;
}

table.table.ps-table.ps-table--product th,
.cart-product thead tr th {
    background: none;
    border-bottom: 1px solid #dee2e6 !important;
}

table.table.ps-table.ps-table--product td {
    border: 0px solid #dee2e6;
}

.btn-laborim {
    width: 100% !important;
}

.mini-cart-items {
    margin-bottom: 30px;
}

.mini-cart-items {
    font-size: 16px;
    list-style: none;
}

.ps-shopping .ps-shopping__row {
    display: flex;
    justify-content: space-between;
}

.error {
    color: #ff0000;
}

.contact-section {
    padding: 1.5rem 0 80px;
    margin-top: 10px;
}

.contact-section .left-content,
.contact-section .right-content {
    padding-right: calc(1.5rem / 2);
    padding-left: calc(1.5rem / 2);
}

.contact-section .content p {
    line-height: 1.7;
    color: var(--gray);
}

.contact-form-section form {
    padding-right: calc(1.5rem / 2);
    padding-left: calc(1.5rem / 2);
}

.about-page-section .content p {
    line-height: 1.7;
    margin-bottom: 30px;
    border-left: 6px solid var(--white);
    padding-left: 20px;
}

.about-page-section p:first-child {
    border-left: 6px solid var(--primary);
}

.extra-menu a {
    padding-right: 20px !important;
}

.extra-menu {
    max-width: 313px !important;
    justify-content: flex-start !important;
}

.extra-menu li {
    padding: 0 !important;
}

.contact-section h2 {
    color: var(--primaryDark) !important;
    letter-spacing: 0;
}

.contact-section .contact-links {
    background-color: var(--primaryDark);
    padding: 50px;
    display: flex;
    flex-direction: column;
}

.contact-section .contact-links a {
    color: var(--white);
    line-height: 1.7;
}

.contact-form-section form input {
    padding: 8px 20px !important;
    font-size: 16px !important;
    border: 1px solid #ccc !important;
    border-radius: 0px !important;
    height: 60px !important;
}

.contact-form-section form textarea {
    padding: 20px 20px !important;
    font-size: 16px !important;
    border: 1px solid #ccc !important;
    border-radius: 0px !important;
    height: 100px !important;
    resize: none;
}

.contact-form-section form input:focus,
.contact-form-section form textarea:focus {
    outline: none;
    border: 1px solid var(--secondary) !important;
    box-shadow: none !important;
}

.contact-form-section .site-btn {
    background-color: var(--primary) !important;
}

.map-section {
    margin: 85px 0 100px !important;
    width: 100%;
    padding-right: calc(24px / 2);
    padding-left: calc(24px / 2);
}

.contact-form-section form #form_submit {
    width: auto;
    flex-basis: auto;
    padding: 8px 30px 8px 30px;
    border-radius: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 0;
    min-width: 180px;
    text-transform: uppercase;
    letter-spacing: 0.2px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}

.searchbar-search-result1 {
    position: absolute;
    max-height: 400px;
    overflow-y: scroll;
    background: #FFF;
    z-index: 9999;
    list-style: none;
    padding-left: 0;
    top: 49px;
    width: -webkit-fill-available;
    -ms-overflow-style: none;
    scrollbar-width: none;
    padding: 8px;
}

.searchbar-search-result1 {
    padding: 8px 8px 8px;
    border-top: 1px solid #cecece;
    width: 100%;
    top: 44px;
}

.searchbar-search-result1 li a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 12px;
    width: 100%;
    color: #212529;
    text-decoration: none;
}

.header-nav .login-search-nav .input-search img {
    position: absolute;
    pointer-events: none;
    left: 15px;
}

.searchbar-search-result1 li img {
    height: 35px;
    width: auto;
    max-width: 50px;
    object-fit: cover;
    min-width: 50px;
    position: revert !important;
}


/* Pagination Styles */
ul.pagination {
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px 0;
}

ul.pagination li {
    margin: 0 5px;
}

ul.pagination a {
    text-decoration: none;
    color: #333;
    padding: 8px 12px;
    border: 1px solid var(--lightGray1);
    border-radius: 4px;
}

ul.pagination a:hover {
    background-color: #f5f5f5;
}

ul.pagination .active a {
    background-color: var(--primaryDark);
    color: var(--white);
}

ul.pagination .disabled a {
    color: var(--lightGray1);
    pointer-events: none;
}

/* FontAwesome Styles */
ul.pagination a i {
    margin-right: 5px;
}

/* Responsive Styles */
@media screen and (max-width: 768px) {
    ul.pagination {
        flex-direction: column;
        text-align: center;
    }
}

[lang="fr-FR"] .main-header .navbar-nav a {
    letter-spacing: 0;
}

/* Styles for Quantity Container */
.pricing {
    display: flex;
    align-items: center;
}

/* Styles for Decrease Button */
.pricing .decrease,
.pricing .increase {
    display: inline-block;
    cursor: pointer;
    padding: 5px;
    background-color: var(--primaryDark);
    border: 1px solid var(--primaryDark);
    border-radius: 4px;
    padding-left: 10px;
    padding-right: 10px;
}

/* Styles for Quantity Input */
.pricing .quantity {
    width: 40px;
    text-align: center;
    margin: 0 5px;
    border: 1px solid var(--primaryDark);
    border-radius: 4px;
}

/* Optional Hover Effect for Buttons */
.pricing .decrease:hover,
.pricing .increase:hover {
    background-color: var(--primaryDark);
}

.pricing .price-value::-webkit-inner-spin-button,
.pricing .price-value::-webkit-outer-spin-button,
.pricing .price-value {
    -webkit-appearance: none;
    margin: 0;
}

.pricing .price-value {
    appearance: textfield;
    -moz-appearance: textfield;
    width: 10%;
    margin-left: 5px;
    margin-right: 5px;
    border-radius: 5px;
    text-align: center;
}

.otgs-development-site-front-end {
    display: none !important;
}

.page-id-136 main,
.page-id-217 main {
    padding-bottom: 0 !important;
}

.page-id-362 main,
.page-id-387 main,
.page-id-8 main,
.page-id-433 main,
.page-id-75 main,
.page-id-435 main {
    padding: 0 !important;
}

.input-group-append {
    padding: 0.5rem 0.75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.25;
    color: white;
    text-align: center;
    background-color: #165425;
    border: 1px solid #165425;
    border-radius: 0.25rem;
    width: 45px;
}

.input-group-append a {
    color: white;
    outline: none;
}

form-check-input:checked {
    background-color: #165425;
    border-color: #165425;
}

u {
    color: #000;
}

.login a:hover,
a:focus,
.signup a:hover,
a:focus,
.ps-account a:hover,
a:focus {
    outline: none;
}

.product-category-page .container {
    justify-content: space-between;
    max-width: 1440px !important;
}

.product-category-page .container .left-filter {
    width: 250px !important;
    flex: 0 0 auto !important;
    flex-basis: auto !important;
    padding-top: 40px;
}

.product-category-page .container .left-filter h2 {
    font-size: 20px;
    font-weight: 700;
    padding: 0 0 4px;
    border-bottom: 1px solid var(--primary);
    margin: 0 0 30px;
    color: var(--primaryDark);
    letter-spacing: 0;
}

.product-category-page .category-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.product-category-page .category-list .sub-category {
    margin-top: 18px;
    list-style: none;
    padding: 0 0 0 20px;
}

.product-category-page .category-list li {
    margin-bottom: 18px;
}

.product-category-page .category-list li a {
    cursor: pointer;
    color: #707070;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 400;
    display: flex;
    align-items: center;
    gap: 11px;
}

.product-category-page .category-list li a span {
    position: relative;
    cursor: pointer;
    width: 24px;
    height: 24px;
    margin-top: 2px;
    border: 1px solid #707070;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.product-category-page .category-list li a span::before {
    position: absolute;
    content: '';
    background: var(--primary);
    margin: auto;
    width: 8px;
    height: 8px;
    border-radius: 4px;
    opacity: 0;
}

.product-category-page .category-list li a.active span::before {
    opacity: 1;
}

.product-category-page .container .right-products {
    flex: 0 0 auto;
    width: 75%;
    flex-basis: auto !important;
    padding-left: 6px;
}

.product-category-page .container .right-products .woocommerce-breadcrumb {
    margin: 0;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.2;
    color: #707070;
}

.product-category-page .container .right-products .woocommerce-breadcrumb .breadcrumb-separator {
    font-weight: 400;
    margin: 0 1px 0 1px;
}

.product-category-page .container .right-products .wc-block-breadcrumbs.woocommerce {
    margin: 0 0 25px 0;
}

.product-category-page .container .right-products .woocommerce-breadcrumb a {
    font-size: 16px;
    color: #707070;
    font-weight: 400;
}

.product-category-page .container .right-products .woocommerce-breadcrumb a:hover {
    color: var(--primaryDark);
}

.product-category-page .container .right-products h1 {
    margin: 0 0 20px 0;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.2;
    color: #707070;
    text-transform: uppercase;
    letter-spacing: 0;
    font-family: var(--WorkSansFont);
}

.product-category-page .container .right-products .woocommerce-category-description {
    margin-top: 0;
}

.product-category-page .container .right-products .wc-block-components-product-image {
    padding: 0px;
    border-radius: 0 80px 0 0;
    overflow: hidden;
    max-height: 250px;
    margin-bottom: 5px !important;
}

.product-category-page .container .right-products .wc-block-components-product-image img {
    height: 250px;
    object-fit: contain !important;
}

.product-category-page .container .right-products .wc-block-product h3 {
    color: #101010;
    font-size: 16px !important;
    line-height: 1.2;
    font-weight: 400;
    min-height: 42px;
    font-family: var(--WorkSansFont);
}

.product-category-page .container .right-products .wc-block-product .wp-block-button__link,
.wp-block-woocommerce-empty-cart-block .add_to_cart_button,
.wc-block-cart__submit-button {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--primaryDark);
    color: var(--white);
    text-transform: uppercase;
    transition: 0.3s all;
    z-index: 1;
    border: none;
    letter-spacing: 0.2px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    width: 100%;
    margin: 8px 0 0;
    min-height: 33px;
    padding: 4px 10px;
    text-align: center;
    border-radius: 0 0 0 40px;
    font-size: 16px;
    font-weight: 500;
}

.product-category-page .container .right-products .wc-block-product .wp-block-button__link:hover,
.wp-block-woocommerce-empty-cart-block .add_to_cart_button:hover,
.wc-block-cart__submit-button:hover {
    background: var(--secondary);
    color: var(--white);
}

.product-category-page .container .right-products .wc-block-product .wp-block-button__link::after {
    content: '';
    border-right: 1px solid var(--primary);
    border-top: 1px solid var(--primary);
    width: 8px;
    height: 8px;
    transform: rotate(45deg);
    margin: 0 0 0 4px;
}

@media (max-width: 781px) {
    .product-category-page .container .right-products {
        padding-left: 0;
    }

    .product-category-page {
        padding: 20px 0 50px !important;
    }
}

.wp-block-woocommerce-empty-cart-block {
    margin: 0 auto;
    max-width: 1440px;
    padding: 0 15px;
    font-family: var(--WorkSansFont);
}

.wp-block-woocommerce-empty-cart-block a {
    width: 100%;
    font-family: var(--WorkSansFont);
    color: var(--gray);
    font-size: 20px;
}

.wp-block-woocommerce-empty-cart-block a .wc-block-grid__product-image {
    width: 100%;
}

.wp-block-woocommerce-empty-cart-block a .wc-block-grid__product-title,
.wp-block-woocommerce-empty-cart-block .wc-block-grid__product-price {
    font-family: var(--WorkSansFont);
    font-size: 18px;
}

.wp-block-woocommerce-empty-cart-block .wc-block-grid__product-image img {
    border-radius: 0px 20px 0 20px;
}

.woocommerce-cart .wp-block-post-content {
    max-width: 100%;
}

.woocommerce-cart main {
    padding: 0 !important;
    margin: 0 !important;
}

.wp-block-woocommerce-cart {
    margin: 0 auto;
    max-width: 1440px;
    padding: 0 15px;
    padding-top: 40px !important;
}

.woocommerce-cart .wp-block-post-title {
    padding-top: 70px !important;
    margin: 0 auto;
    max-width: 1440px;
    padding: 0 15px;
    font-family: var(--WorkSansFont);
}

button.wc-block-components-totals-coupon__button,
button.wc-block-components-checkout-place-order-button {
    background: var(--primaryDark);
    color: var(--white);
}

.woocommerce-checkout main.wp-block-group {
    margin: 0 auto;
    max-width: 1440px;
    padding: 70px 15px !important;
}

.woocommerce-checkout main h1.wp-block-post-title,
.woocommerce-checkout main .wp-block-post-content {
    margin: 0;
    max-width: 100%;
}

.woocommerce-checkout .wc-block-components-radio-control .wc-block-components-radio-control__input:checked:before {
    background: var(--primary);
}

a.wc-block-components-checkout-return-to-cart-button:hover {
    color: var(--primaryDark);
}

.woocommerce-checkout main.wp-block-group .wp-block-woocommerce-order-confirmation-status,
.woocommerce-checkout main.wp-block-group .wp-block-woocommerce-order-confirmation-summary,
.woocommerce-checkout main.wp-block-group .wp-block-woocommerce-order-confirmation-totals-wrapper,
.woocommerce-checkout main.wp-block-group .wc-block-order-confirmation-address-wrapper,
.woocommerce-checkout main.wp-block-group .wp-block-woocommerce-order-confirmation-additional-information {
    max-width: 100%;
}

.wp-block-woocommerce-cart .wc-block-components-quantity-selector__button {
    line-height: 28px;
    font-size: 18px;
}

.wp-block-woocommerce-cart .wc-block-components-quantity-selector__button.wc-block-components-quantity-selector__button--minus {
    padding-top: 2px;
}

.wp-block-woocommerce-cart .wc-block-components-panel,
.wp-block-woocommerce-cart .wc-block-components-panel__button,
.woocommerce-checkout .wc-block-components-panel,
.woocommerce-checkout .wc-block-components-panel__button {
    outline: none;
}

.wp-block-woocommerce-cart .wc-block-components-button {
    box-shadow: none !important;
}

.woocommerce-checkout a:hover {
    color: var(--primaryDark);
}

.single-product .product {
    margin: 0 auto;
    max-width: 1440px !important;
    padding: 80px 15px;
}

.single-product .product .wc-block-breadcrumbs {
    margin: 0 0 25px 0;
}

.single-product .product .woocommerce-breadcrumb {
    margin: 0;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.2;
    color: #707070;
}

.single-product .product .woocommerce-breadcrumb a {
    font-size: 16px;
    color: #707070;
    font-weight: 400;
}

.single-product .product .woocommerce-breadcrumb .breadcrumb-separator {
    font-weight: 400;
    margin: 0 1px 0 1px;
}

.single-product .product .wp-block-columns.wp-container-core-columns-is-layout-1 {
    margin-top: 80px;
    gap: calc(1.5rem / 2);
}

.single-product .product .wp-block-columns.wp-container-core-columns-is-layout-1 .wp-block-column[style*=flex-basis] {
    flex-basis: auto !important;
    width: 41.6666666667%;
    margin: 0;
    max-width: 100%;
    padding-right: 14px;
}

.single-product .product .wp-block-columns.wp-container-core-columns-is-layout-1 .wp-block-column {
    width: 58.3333333333%;
    max-width: 730px;
    margin: 0 0 0 auto;
}

.single-product .product .wp-block-woocommerce-product-image-gallery {
    max-width: 100%;
    width: 100%;
}

.single-product .product .wp-block-woocommerce-product-image-gallery .flex-viewport {
    margin: 0 0;
    height: 415px !important;
}

.single-product .product .woocommerce-product-gallery {
    position: relative;
}

.single-product .product .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image a {
    cursor: zoom-in;
}

.single-product .product .wp-block-woocommerce-product-image-gallery .flex-viewport .woocommerce-product-gallery__wrapper,
.single-product .product .wp-block-woocommerce-product-image-gallery .flex-viewport .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image {
    height: 100%;
}

.single-product .product .wp-block-woocommerce-product-image-gallery .flex-viewport .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image a {
    height: 100%;
}

.single-product .product .wp-block-woocommerce-product-image-gallery .flex-viewport .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image a img {
    height: 100%;
    object-fit: cover;
    border-radius: 0 40px;
}

.single-product .product .wp-block-woocommerce-product-image-gallery ol.flex-control-nav {
    width: 100%;
    margin: auto !important;
    max-width: 476px;
    display: flex !important;
    gap: 12px;
}

.single-product .product .wp-block-woocommerce-product-image-gallery ol.flex-control-nav li {
    padding: 0;
    margin: 0;
    width: calc(25% - 12px);
}

.single-product .product .wp-block-woocommerce-product-image-gallery ol.flex-control-nav li img {
    cursor: pointer;
    border-radius: 0 20px;
    height: 70px;
    width: 100%;
    object-fit: cover;
    opacity: 1 !important;
    transition: 0.3s ease;
}

.single-product .product .wp-block-woocommerce-product-image-gallery ol.flex-control-nav li img.flex-active,
.single-product .product .wp-block-woocommerce-product-image-gallery ol.flex-control-nav li img:hover {
    border: 2px solid var(--primaryDark);
}

.single-product .product h1 {
    margin: 0 0 10px;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.2;
    color: var(--gray);
    font-family: var(--WorkSansFont);
    letter-spacing: 0;
}

.single-product .product p.product-ref {
    margin: 0;
}

.single-product .product .wp-block-woocommerce-product-price,
.single-product .product .wp-block-woocommerce-product-details {
    margin: 10px 0;
}

.single-product .product .wp-block-woocommerce-product-price .wc-block-grid__product-price {
    font-weight: bold;
    font-family: var(--WorkSansFont);
    color: var(--primaryDark);
}

.single-product .product .wp-block-woocommerce-product-price .woocommerce-Price-amount {
    font-size: 34px;
}

.single-product .product .wp-block-woocommerce-product-price,
.single-product .product .laborim-product-selector,
.single-product .product .stock {
    max-width: 520px;
}

.single-product .product .laborim-product-selector {
    margin: 20px 0 10px;
}

.single-product .product .laborim-product-selector label {
    display: none;
}
.single-product .product .wp-block-woocommerce-product-details .woocommerce-tabs ul.tabs.wc-tabs,
.single-product .product .wp-block-woocommerce-product-details .woocommerce-tabs #tab-additional_information {
    display: none !important;
}

.single-product .product .wp-block-woocommerce-product-details h4 {
    margin: 0 0 18px;
    font-family: var(--WorkSansFont) !important;
}

.single-product .product .wp-block-woocommerce-add-to-cart-form td.value {
    line-height: 1 !important;
}

.single-product .product .wp-block-woocommerce-add-to-cart-form .woocommerce-variation,
.single-product .product .wp-block-woocommerce-add-to-cart-form a.reset_variations {
    display: none !important;
}

.single-product .product .wp-block-woocommerce-add-to-cart-form .quantity input {
    padding: 0 8px;
    width: auto;
    max-width: 80px;
}

.woocommerce div.product form.cart button {
    background: var(--primaryDark);
}

.woocommerce div.product form.cart button:hover {
    background: var(--secondary);
}

.product-category-page .container .left-filter h2+p {
    margin: 0;
}

.custom-product-design .wp-block-column:first-child{
    width: 41.66%;
    flex: 0 0 41.66% !important;
}

.custom-product-design .wp-block-column:last-child{
    width: 58.33%;
    flex: 0 0 58.33% !important;
    max-width: 730px;
    margin: 0 0 0 auto;
}

.custom-product-design .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image{
    border-radius: 0 40px 0 40px !important;
}

@media (max-width: 991px) {
    .single-product .product .wp-block-columns.wp-container-core-columns-is-layout-1 {
        flex-wrap: wrap !important;
        margin-top: 0;
        gap: 0;
        flex-direction: column;
    }

    .single-product .product .wp-block-columns.wp-container-core-columns-is-layout-1 .wp-block-column[style*=flex-basis] {
        width: 100%;
        max-width: 100%;
        padding-right: 0;
    }

    .single-product .product .wp-block-columns.wp-container-core-columns-is-layout-1 .wp-block-column {
        width: 100%;
        max-width: 100%;
        margin: 0;
    }

    .single-product .product .wp-block-columns.wp-container-core-columns-is-layout-1 {
        margin-top: 0;
    }
}

@media (max-width: 767px) {
    .product-category-page .container .left-filter {
        display: flex;
        flex-direction: column;
        padding-top: 30px;
    }

    .product-category-page .container .left-filter h2 {
        order: 1;
    }

    .product-category-page .container .left-filter h2.hide {
        display: none;
    }

    .product-category-page .category-list {
        order: 2;
        margin: 0 0 30px;
    }

    .single-product .product {
        padding: 60px 15px 20px;
    }

    .single-product .product .wp-block-woocommerce-product-image-gallery ol.flex-control-nav li {
        padding: 0 5px;
    }

    .single-product .product .wp-block-woocommerce-product-image-gallery .flex-viewport {
        height: 59.130434782608695VW !important;
    }

    .woocommerce div.product form.cart button {
        padding: 10px;
    }

    .single-product .product .wp-block-woocommerce-add-to-cart-form form.cart {
        display: flex;
        flex-wrap: wrap;
    }

    .single-product .product .wp-block-woocommerce-add-to-cart-form form.cart table th {
        white-space: nowrap;
    }

    .single-product .product .wp-block-woocommerce-add-to-cart-form form.cart table select {
        min-width: auto !important;
        width: 100%;
    }

    main {
        padding: 50px 0 0 !important;
    }

    .single-product .product .wp-block-woocommerce-add-to-cart-form .quantity input {
        padding: 12px 8px !important;
    }

    .single-product .product .wp-block-woocommerce-add-to-cart-form .quantity,
    .single-product .product .wp-block-woocommerce-add-to-cart-form button {
        margin-top: 12px !important;
    }
}

.product-category-page .container .right-products nav.wp-block-query-pagination {
    gap: 0;
    margin-top: 70px;
}

.product-category-page .container .right-products nav.wp-block-query-pagination a.wp-block-query-pagination-previous span.is-arrow-arrow,
.product-category-page .container .right-products nav.wp-block-query-pagination a.wp-block-query-pagination-next span.is-arrow-arrow {
    margin: 0;
    transform: none;
    height: auto;
    font-weight: bold;
    font-family: monospace;
}

.product-category-page .container .right-products nav.wp-block-query-pagination a.wp-block-query-pagination-previous,
.product-category-page .container .right-products nav.wp-block-query-pagination a.wp-block-query-pagination-next {
    padding: 8px 12px;
    border: 1px solid var(--lightGray1);
    border-radius: 4px;
    margin: 0 5px;
    line-height: 1.2;
    font-size: 16px;
}

.product-category-page .container .right-products nav.wp-block-query-pagination a.page-numbers,
.product-category-page .container .right-products nav.wp-block-query-pagination .page-numbers {
    margin: 0 5px;
    color: #333;
    padding: 8px 12px;
    border: 1px solid var(--lightGray1);
    border-radius: 4px;
    line-height: 1.2;
    font-size: 16px;
}

.product-category-page .container .right-products nav.wp-block-query-pagination .page-numbers.current {
    background-color: var(--primaryDark);
    color: var(--white);
}

.product-category-page .container .right-products nav.wp-block-query-pagination .wp-block-query-pagination-numbers {
    display: flex;
    align-items: center;
}

@media (max-width: 1023px) {
    .product-category-page .container .right-products {
        width: calc(100% - 270px);
    }
}