*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

/* @import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Playwrite+BE+VLG:wght@100..400&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap'); */

@font-face {
    font-family: 'harmonia_sans_regular';
    src: url('../fonts/harmonia_sans_w01_regular-webfont.woff2') format('woff2'),
         url('../fonts/harmonia_sans_w01_regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'harmonia_sans_bold';
    src: url('../fonts/harmonia_sans_w01_bold-webfont.woff2') format('woff2'),
         url('../fonts/harmonia_sans_w01_bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

:root {
    --primery-color: #FFFFFF;
    --secondary-color: #000000;
    --white-color: #ffffff;
    --border-color: #ddd;
    --light-bg-color: #ebebeb;
    --weight-thin: 100;
    --weight-light: 300;
    --weight-regular: 400;
    --weight-medium: 500;
    --weight-semi-bold: 600;
    --weight-bold: 700;
    --weight-ex-bold: 800;
    --weight-black: 900;
    /* --playwrite: "Playwrite BE VLG", cursive;
    --bebas-font: "Bebas Neue", sans-serif; */
    --harmonia-sans: 'harmonia_sans_regular';
    --harmonia-sans-bold: 'harmonia_sans_bold';
    /* --harmonia-sans: "Roboto", sans-serif; */
}

.top__bar{
    background-color: #C0C0C0;
/* 	background-color: #f00; */
    padding: 5px 0px;
}
.top__bar-txt{
    text-align: center;
}
.top__bar-txt p{
    font-size: 16px;
    color: var(--secondary-color);
/* 	color: #fff; */
    font-weight: 700;
    margin-bottom: 0px;
    line-height: 20px;
}
.top__bar-txt p a{
    color: var(--secondary-color);
    text-decoration: underline;
}
.top__bar-txt a{
    font-size: 16px;
    color: var(--secondary-color);
    font-weight: 700;
    margin-bottom: 0px;
    line-height: 20px;
    display: inline-block;
}

.container{
    max-width: 1340px;
    margin: 0 auto;
    padding: 0px 20px;
}

body{
    font-family: var(--harmonia-sans);
    font-weight: var(--weight-regular);
}

a{
    text-decoration: none;
}

/* Sidebar Css */

.sidebar__wrapper{
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 99999999;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.sidebar__layer{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #0000003d;
    z-index: 3;
}
.sidebar__block{
    width: 100%;
    max-width: 350px;
    background-color: var(--primery-color);
    position: absolute;
    top: 0px;
    right: -100%;
    z-index: 4;
    height: 100%;
    padding: 50px 20px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.show__sidebar .sidebar__wrapper{
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.show__sidebar .sidebar__wrapper .sidebar__block{
    right: 0px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.sidebar__block #close__popup-btn{
    background-color: transparent;
    top: 7px;
    right: 7px;
    position: absolute;
    width: 35px;
    height: 35px;
    border: none;
    border-radius: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.mobile__search-wrapper {
    margin-bottom: 0px;
    max-width: 300px;
    margin: 0 auto;
}
.mobile__search-wrapper .aws-search-btn{
    background-color: var(--secondary-color) !important;
    cursor: pointer;
    border-color: var(--secondary-color) !important;
}
.mobile__search-wrapper .aws-search-btn .aws-search-btn_icon{
    color: var(--primery-color);
}
.mobile__search-wrapper .aws-search-field{
    border-color: var(--secondary-color);
}
.sidebar__menu h2{
    font-size: 18px;
    font-family: var(--harmonia-sans-bold);
    font-weight: var(--weight-bold);
    text-transform: uppercase;
    color: #757575;
    margin-bottom: 20px;
}
.sidebar__menu .mega-menu-wrap{
    background: transparent !important;
    max-height: 100% !important;
    overflow-y: auto;
}
.sidebar__menu .mega-menu-wrap #mega-menu-main_menu li{
    display: block !important;
    margin-bottom: 15px !important;
}
.sidebar__menu .mega-menu-wrap #mega-menu-main_menu li:nth-last-child(1){
    margin-bottom: 0px !important;
}
.sidebar__menu .mega-menu-wrap #mega-menu-main_menu li.menu-item.xoo-wsc-menu-item{
    display: none !important;
}
.sidebar__menu .mega-menu-wrap .mega-menu-link{
    color: var(--secondary-color) !important;
    background-color: transparent !important;
    line-height: normal !important;
    height: auto !important;
    padding: 0px !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
}
.sidebar__menu .mega-menu-wrap .mega-menu-link .mega-indicator{
    width: 19px !important;
    height: 100% !important;
}
.sidebar__menu .mega-menu-wrap .mega-menu-link .mega-indicator::after{
    display: none !important;
}
.sidebar__menu .mega-menu-wrap .mega-menu-link .mega-indicator::before{
    content: "";
    position: absolute;
    top: -2px;
    right: 0px;
    left: 0px;
    width: 7px;
    height: 7px;
    border-top: 2px solid var(--secondary-color);
    border-right: 2px solid var(--secondary-color);
    transform: translate(0, -50%) rotate(135deg);
}
.sidebar__menu .mega-menu-wrap #mega-menu-main_menu li ul{
    position: relative !important;
}
.sidebar__menu .mega-menu-wrap #mega-menu-main_menu li ul li ul li{
    width: 100% !important;
}
.sidebar__menu{
    max-height: 100% !important;
    /* height: 100% !important; */
    overflow-y: auto;
}
.sidebar__menu::-webkit-scrollbar {
    width: 5px;
}

/* Track */
.sidebar__menu::-webkit-scrollbar-track {
    background: #f1f1f1; 
}

/* Handle */
.sidebar__menu::-webkit-scrollbar-thumb {
    background: #888; 
}

/* Handle on hover */
.sidebar__menu::-webkit-scrollbar-thumb:hover {
    background: #555; 
}

.sidebar__menu #mega-menu-wrap-main_menu #mega-menu-main_menu[data-effect="fade_up"] li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu{
    display: none !important;
}
.sidebar__menu #mega-menu-wrap-main_menu #mega-menu-main_menu[data-effect="fade_up"] li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu, .sidebar__menu #mega-menu-wrap-main_menu #mega-menu-main_menu[data-effect="fade_up"] li.mega-menu-item.mega-menu-megamenu.mega-toggle-on ul.mega-sub-menu{
    display: block !important;
}

.sidebar__menu .mega-menu-wrap #mega-menu-main_menu li ul li ul li{
    background-color: #e1e1e1 !important;
}

.sidebar__menu .mega-menu-wrap #mega-menu-main_menu li ul li ul li ul li{
    margin-bottom: 0px !important;
}

.sidebar__menu .mega-menu-wrap #mega-menu-main_menu li ul li ul li ul li a{
    color: var(--secondary-color);
}
.sidebar__menu #mega-menu-wrap-main_menu #mega-menu-main_menu > li.mega-menu-megamenu > ul.mega-sub-menu{
    background: transparent;
    margin-top: 5px !important;
	margin-bottom: 5px !important;
    padding: 0px !important;
}

.mobile__menu{
    display: none !important;
}

/* Sidebar Css */

.header{
    background-color: var(--secondary-color);
    padding: 15px 0px 0px;
    position: relative;
}
.header__wrapper{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.brand__logo{
    width: 140px;
    height: auto;
}
.brand__logo img{
    width: 100%;
    height: 100%;
}
.header__menu{
    width: calc(100% - 200px);
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 40px;
}
.header__action-btns{
    min-width: 264px;
}
.header__action-btns ul{
    list-style: none;
    padding: 0px;
    margin: 0px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 15px;
}
.header__action-btns ul li{
    display: inline-flex;
}
.header__action-btns ul li a{
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.header__action-btns ul li a svg{
    fill: var(--primery-color);
}

.header__action-btns ul li .aws-container{
    border-radius: 70px;
    overflow: hidden;
}
.header__action-btns ul li .aws-container input{
    font-size: 14px;
    color: var(--secondary-color);
    font-family: var(--harmonia-sans);
    font-weight: var(--weight-medium);
    padding-left: 20px;
}
.header__action-btns ul li .aws-container .aws-search-form{
    height: 37px;
}
.header__action-btns ul li .aws-search-btn{
    background-color: var(--primery-color) !important;
    cursor: pointer;
}
.aws-search-result .aws_result_content .aws_result_title{
    font-family: var(--harmonia-sans);
    color: var(--secondary-color);
}
.aws-search-result .aws_onsale{
    background-color: var(--secondary-color) !important;
}


.menu__wrapper .mega-menu-wrap{
    background-color: transparent !important;
}
.menu__wrapper .mega-menu-wrap{
    position: unset !important;
}
.menu__wrapper ul#mega-menu-main_menu{
    list-style: none;
    padding: 0px;
    margin: 0px;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-wrap: wrap !important;
    gap: 20px !important;
    position: unset !important;
}
.menu__wrapper ul li .mega-sub-menu{
    padding: 40px 0px !important;
    top: 100% !important;
}
.menu__wrapper ul li.xoo-wsc-menu-item{
    display: none !important;
}
.menu__wrapper ul li .mega-sub-menu .mega-sub-menu{
    max-width: 1340px !important;
    margin: 0 auto !important;
    padding: 0px 20px !important;
    width: 100% !important;
}
.menu__wrapper ul li .mega-sub-menu .mega-sub-menu .mega-sub-menu {
    padding: 0px !important;
    display: block !important;
}
.menu__wrapper ul li .mega-sub-menu .mega-sub-menu .mega-sub-menu li{
    padding: 0px !important;
    display: block !important;
}
.menu__wrapper ul li .mega-sub-menu .mega-block-title{
    font-size: 18px !important;
    color: #000 !important;
    font-weight: 600 !important;
    line-height: 24px !important;
    margin-bottom: 20px !important;
}
.menu__wrapper ul li .mega-sub-menu li a{
    font-size: 14px !important;
    text-transform: capitalize !important;
}

.xoo-wsc-basket{
    top: 35% !important;
    bottom: 0px !important;
    right: 0px !important;
    margin: 0px !important;
    width: 45px !important;
    height: 45px !important;
    border-radius: 5px 0px 0px 5px !important;
    box-shadow: 0px 0px 13px #0000003d !important;
}

.xoo-wsc-cart-active .xoo-wsc-basket {
    right: 365px !important;
}

.xoo-wsc-ft-buttons-cont a.xoo-wsc-ft-btn, .xoo-wsc-container .xoo-wsc-btn{
    border-radius: 55px !important;
}

.xoo-wsc-basket .xoo-wsc-bki.xoo-wsc-icon-basket5{
    width: 35px;
    height: 35px;
    background: url(../imgs/cart_icon.svg) no-repeat;
    background-position: center;
    background-size: cover;
}
.xoo-wsc-basket .xoo-wsc-bki.xoo-wsc-icon-basket5::before{
    display: none !important;
}

/* .menu__wrapper ul li .mega-sub-menu{
    position: absolute !important;
} */
.menu__wrapper ul li{
    display: inline-flex !important;
}

.menu__wrapper ul li a{
    font-size: 15px !important;
    font-family: var(--harmonia-sans) !important;
    font-weight: var(--weight-medium) !important;
    line-height: 18px !important;
    color: var(--secondary-color) !important;
    display: inline-flex !important;
    text-transform: capitalize !important;
    letter-spacing: 1px !important;
    position: relative !important;
    height: auto !important;
    padding: 0px !important;
    background-color: transparent !important;
}

.menu__wrapper ul li a::after{
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0px;
    right: 0px;
    width: 0px;
    height: 2px;
    margin: 0 auto;
    background-color: var(--secondary-color);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.menu__wrapper ul li a:hover::after, .menu__wrapper ul li a.active::after{
    width: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.header__Menu-list{
    background-color: var(--primery-color);
    padding: 20px 0px;
    margin-top: 15px;
    border-bottom: 1px solid var(--border-color);
    position: relative;
}

.mobile__search-popup{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 99;
    background-color: var(--primery-color);
    box-shadow: 0px 8px 10px #00000017;
    padding: 18px 0px;
    border-top: 1px solid #e7e7e7;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.show__mobile-search .mobile__search-popup{
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.search__popup-close{
    background-color: transparent;
    padding: 0px;
    border: none;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translate(0, -50%);
}
.search__popup-close svg{
    width: 100%;
    height: 100%;
}


/* Banner Css Start Here */

.banner{
	position: relative;
}
.banner__pagination .swiper-pagination{
	position: absolute !important;
	width: 100% !important;
	bottom: 20px !important;
	top: auto !important;
}
.banner__pagination .swiper-pagination .swiper-pagination-bullet{
	background-color: #fff !important;
	border: 1px solid #000 !important;
	opacity: 1;
}
.banner__pagination .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
	background-color: #000 !important;
	border-color: #FFF !important;
}
.banner__slider-item{
/*     height: 550px; */
    position: relative;
    display: flex;
}
/* .banner__slider-item::after{
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: var(--secondary-color);
    z-index: 2;
    opacity: 0.7;
} */

.banner__slider-item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.banner__slider-item video{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.slider__arrows .swiper-button-prev, .slider__arrows .swiper-button-next{
    width: 40px;
    height: 40px;
    background-color: var(--secondary-color);
    border: 1px solid var(--primery-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.slider__arrows .swiper-button-prev svg, .slider__arrows .swiper-button-next svg{
    width: 20px;
    height: 20px;
    fill: var(--primery-color);
    /* stroke: var(--primery-color); */
}

.slider__arrows .swiper-button-prev::after, .slider__arrows .swiper-button-next::after{
    display: none;
}

.banner__content{
    position: absolute;
    top: 50%;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    max-width: 840px;
    padding: 0px 20px;
    transform: translate(0, -50%);
    z-index: 4;
    text-align: center;
}
.banner__content h1{
    font-size: 90px;
    line-height: 95px;
    margin-bottom: 20px;
    color: var(--primery-color);
    font-family: var(--harmonia-sans);
    font-weight: var(--weight-regular);
    /* font-family: var(--harmonia-sans-bold);
    font-weight: var(--weight-bold); */
    text-transform: uppercase;
}
.banner__content p{
    font-size: 20px;
    line-height: 31px;
    margin-bottom: 30px;
    color: var(--primery-color);
    font-weight: var(--weight-regular);
    font-family: var(--harmonia-sans);
}
.banner__content span{
    background-color: var(--secondary-color);
    padding: 10px 55px;
    color: var(--primery-color);
    font-size: 20px;
    line-height: 33px;
/*     display: inline-flex; */
	display: none;
    border: 1px solid var(--primery-color);
    border-radius: 55px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.banner__content span:hover{
    background-color: var(--primery-color);
    color: var(--secondary-color);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
/* Banner Css End Here */


/* Product Collections Css Start Here */

.our__collections{
    padding: 70px 0px;
}
.our__collections-title{
    text-align: center;
    margin-bottom: 45px;
}
.our__collections-title h2{
    font-size: 45px;
    line-height: 55px;
    color: var(--secondary-color);
    font-weight: var(--weight-semi-bold);
    font-family: var(--harmonia-sans);
    margin-bottom: 0px;
    text-transform: uppercase;
}

/* .our__collections-title h2 span{
    color: var(--primery-color);
    -webkit-text-stroke: 2px var(--secondary-color);
} */
.collections__row{
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    row-gap: 30px;
    margin: 0px -15px;
}
.collections__column{
    width: 33.33%;
    padding: 0px 15px;
}

.our__collections.our__accords .collections__column.accord_column{
	width: 25%;
}
.collection__item{
    display: flex;
    width: 100%;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.collection__item-image{
    width: 100%;
    height: auto;
    background-color: #dfdfdf;
    display: flex;
    overflow: hidden;
    border-radius: 10px;
    position: relative;
}
.collection__item-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.collection__item:hover .collection__item-image img{
    transform: scale(1.1);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.collection__item-title{
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    padding: 20px 20px;
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.6) 100%);
    display: flex;
    align-items: flex-end;
}
.collection__item-title p{
    font-size: 22px;
    color: var(--primery-color);
    font-weight: var(--weight-medium);
    font-family: var(--harmonia-sans);
    margin-bottom: 0px;
	text-transform: uppercase;
}

/* Product Collections Css End Here */

/* Best Seller Css Start Here */
.best__seller{
    padding: 70px 0px 30px;
    /* background-color: var(--light-bg-color); */
}
.best__seller--wrapper{
    position: relative;
}

.best__seller-title{
    max-width: 750px;
    margin: 0 auto;
    margin-bottom: 45px;
    text-align: center;
}
.best__seller-title h2{
    font-size: 45px;
    line-height: 55px;
    color: var(--secondary-color);
    font-weight: var(--weight-semi-bold);
    font-family: var(--harmonia-sans);
    margin-bottom: 12px;
    text-transform: uppercase;
}
/* .best__seller-title h2 span{
    color: var(--primery-color);
    --harmonia-sans-bold: 2px var(--secondary-color);
} */
.best__seller-title p{
    font-size: 20px;
    line-height: 31px;
    margin-bottom: 30px;
    color: var(--secondary-color);
    font-weight: var(--weight-regular);
    font-family: var(--harmonia-sans);
}
.product__item-image{
    width: 100%;
    height: 345px;
    background-color: #FFFFFF;
    overflow: hidden;
    position: relative;
}
.product__item-image a{
    display: flex;
    width: 100%;
    height: 100%;
}
.product__item-image a img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.cart__btn{
    position: absolute;
    bottom: -120px;
    left: 0px;
    padding: 0px 20px;
    width: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.cart__btn a{
    width: 100%;
    background-color: var(--secondary-color);
    color: var(--primery-color);
    padding: 15px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    line-height: 26px;
    text-transform: uppercase;
    font-family: var(--harmonia-sans-bold);
    font-weight: var(--weight-bold);
    border: 1px solid var(--primery-color);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.cart__btn a:hover{
    background-color: var(--primery-color);
    color: var(--secondary-color);
    border-color: var(--secondary-color);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.product__item:hover .cart__btn{
    bottom: 20px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.product__info{
    padding: 20px 20px;
    text-align: center;
    background: #ffffff;
}
.product__info h3{
    font-size: 20px;
    line-height: 21px;
    color: var(--secondary-color);
    font-weight: var(--weight-medium);
    font-family: var(--harmonia-sans);
    margin-bottom: 3px;
    letter-spacing: 0.7px;
}
.product__info h4{
    font-size: 20px;
    line-height: 30px;
    color: var(--secondary-color);
    font-weight: var(--weight-medium);
    font-family: var(--harmonia-sans);
    margin-bottom: 10px;
    text-transform: uppercase;
}
.product__info p{
    font-size: 18px;
    line-height: normal;
    color: var(--secondary-color);
    font-family: var(--harmonia-sans-bold);
    font-weight: var(--weight-bold);
    margin: 0px;
}
.product__item{
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #ddd;
}
.best__seller--wrapper .seller-swiper-button-prev, .best__seller--wrapper .seller-swiper-button-next{
    width: 40px;
    height: 40px;
    background-color: var(--secondary-color);
    border: 1px solid var(--primery-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.best__seller--wrapper .seller-swiper-button-prev:hover, .best__seller--wrapper .seller-swiper-button-next:hover{
    opacity: 0.7;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.best__seller--wrapper .swiper-button-disabled{
    opacity: 0.6 !important;
    cursor: not-allowed !important;
}
.best__seller--wrapper .seller-swiper-button-prev{
    left: -60px;
}
.best__seller--wrapper .seller-swiper-button-next{
    right: -60px;
}
.best__seller--wrapper .seller-swiper-button-prev svg, .best__seller--wrapper .seller-swiper-button-next svg{
    width: 20px;
    height: 20px;
    fill: var(--primery-color);
}
/* Best Seller Css End Here */

.main__collection-row{
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
}
.main__collection-col{
    width: 25%;
}
.main__collection-item{
    height: auto;
    position: relative;
    background-color: #dfdfdf;
    display: flex;
    overflow: hidden;
}
.main__collection-item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.main__collection-item:hover img{
    transform: scale(1.1);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.main__collection-item--title{
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    padding: 30px;
    text-align: center;
}
.main__collection-item--title h2{
    font-size: 110px;
    line-height: 128px;
    color: var(--white-color);
    font-family: var(--harmonia-sans-bold);
    font-weight: var(--weight-bold);
    margin: 0px;
    text-transform: uppercase;
    text-shadow: 0px 0px 11px #00000091;
}



.product__banner{
    padding: 250px 0px;
    background-position: center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-attachment: fixed !important;
    position: relative;
}
.product__banner::after{
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: var(--secondary-color);
    opacity: 0.5;
    z-index: 2;
}

.product__banner-txt{
    max-width: 800px;
    position: relative;
    z-index: 3;
}

.product__banner-txt .sub__title{
    display: block;
    margin-bottom: 20px;
    color: var(--primery-color);
    font-family: var(--playwrite);
    font-size: 26px;
    line-height: 26px;
}
.product__banner-txt h2{
    margin-bottom: 20px;
    color: var(--primery-color);
    font-family: var(--harmonia-sans);
    font-weight: var(--weight-medium);
    font-size: 90px;
    line-height: 90px;
    text-transform: uppercase;
}
.product__banner-txt p{
    margin-bottom: 30px;
    color: var(--primery-color);
    font-family: var(--harmonia-sans);
    font-weight: var(--weight-regular);
    font-size: 20px;
    line-height: 27px;
}
.product__banner-txt a{
    background-color: var(--secondary-color);
    padding: 10px 75px;
    color: var(--primery-color);
    font-size: 20px;
    line-height: 33px;
    display: inline-flex;
    border: 1px solid var(--primery-color);
    border-radius: 55px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.product__banner-txt a:hover{
    background-color: var(--primery-color);
    color: var(--secondary-color);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.best__seller.bg__white{
    background-color: var(--primery-color);
}

.custom__tabs-btns{
    text-align: center;
    border-bottom: 2px solid #ddd;
/*     padding-bottom: 13px; */
    margin-bottom: 50px;
}
.custom__tabs-btns ul{
    list-style: none;
    padding: 0px;
    margin: 0px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 25px;
}
.custom__tabs-btns ul li{
    display: inline-flex;
}
.custom__tabs-btns .swiper-slide{
	width: auto;
}
.custom__tabs-btns .swiper-slide button{
    display: inline-flex;
    font-size: 18px;
    color: var(--secondary-color);
    font-family: var(--harmonia-sans);
    font-weight: var(--weight-medium);
    position: relative;
    opacity: 0.7;
    background-color: transparent;
    padding: 0px;
    border: none;
    cursor: pointer;
	padding-bottom: 13px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.custom__tabs-btns .swiper-slide button::after{
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 0px;
    height: 4px;
    background-color: var(--secondary-color);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.custom__tabs-btns .swiper-slide button:hover, .custom__tabs-btns .swiper-slide button.active{
    opacity: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.custom__tabs-btns .swiper-slide button:hover::after, .custom__tabs-btns .swiper-slide button.active::after{
    width: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
/* .custom__tabs-btns .swiper-slide .tab__list--item::after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 0px;
    height: 3px;
    background-color: #000000;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.custom__tabs-btns .swiper-slide .tab__list--item.active__tab::after {
    width: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.custom__tabs-btns .swiper-slide .tab__list--item:hover::after {
    width: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
} */



/* Service Info */
.service__info{
    padding: 70px 0px;
    background-color: var(--primery-color);
}
.service__info-row{
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    margin: 0px -15px;
}
.service__info-col{
    width: 33.33%;
    padding: 0px 15px;
}
.service__info-wrapper{
    text-align: center;
}
.service__info-icon{
    width: 80px;
    height: 80px;
/*     padding: 15px;
    border-radius: 50%;
    background-color: var(--primery-color);
	border: 1px solid var(--secondary-color); */
    margin: 0 auto;
    margin-bottom: 20px;
}
.service__info-icon img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.service__info-wrapper p{
    font-size: 26px;
    line-height: 30px;
    margin: 0px;
    color: var(--secondary-color);
    font-family: var(--harmonia-sans);
    font-weight: var(--weight-medium);
}
/* Service Info */



/* Product Card */
.more__product-btn{
    text-align: center;
    margin-top: 60px;
}
.more__product-btn a{
    background-color: var(--secondary-color);
    padding: 10px 55px;
    color: var(--primery-color);
    font-size: 20px;
    line-height: 33px;
    display: inline-flex;
    border: 1px solid var(--primery-color);
    border-radius: 55px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.more__product-btn a:hover{
    background-color: transparent;
    color: var(--secondary-color);
    border-color: var(--secondary-color);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.product__card__main--wrapper{
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #ddd;
    background-color: #ffffff;
}
.best__seller--wrapper ul{
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.product__card__main--wrapper .product__wrapper{
    position: relative;
    height: 300px;
    overflow: hidden;
}
.product__card__main--wrapper .product__wrapper .custom-badge{
	position: absolute;
    top: 14px;
    padding: 3px 8px;
    left: 11px;
	font-size: 16px !important;
    color: var(--secondary-color);
    font-weight: var(--weight-medium);
    font-family: var(--harmonia-sans);
    text-transform: uppercase;
}
.product__card__main--wrapper .product__wrapper .alg-wc-wl-btn{
    width: 40px;
    height: 40px;
    background-color: var(--white-color);
    border-radius: 50%;
    top: 10px !important;
    right: 10px !important;
    left: auto !important;
    display: flex;
    align-items: center;
    justify-content: center;
}
.product__card__main--wrapper .product__wrapper .alg-wc-wl-btn .loading{
    right: 0 !important;
    left: 0 !important;
    top: 11px !important;
    margin: 0px !important;
    font-size: 18px !important;
    margin: 0 auto !important;
}
.product__card__main--wrapper .product__wrapper .alg-wc-wl-btn.loading .alg-wc-wl-view-state{
    opacity: 0;
}
.product__card__main--wrapper .product__wrapper .alg-wc-wl-btn .alg-wc-wl-view-state i{
    transform: scale(1) !important;
}
.product__card__main--wrapper .product__wrapper .woocommerce-loop-product__link{
    display: flex;
}
.product__card__main--wrapper .product__wrapper .woocommerce-loop-product__link img{
    width: 100%;
    height: 100%;
    object-fit: cover !important;
}
.product__card__main--wrapper .product__wrapper .add_to_cart_button{
    position: absolute;
    bottom: 9px;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    width: 95%;
    background-color: var(--secondary-color);
    color: var(--primery-color);
    padding: 12px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    line-height: 22px;
    text-transform: uppercase;
    font-family: var(--harmonia-sans-bold);
    font-weight: var(--weight-bold);
    border: 1px solid var(--primery-color);
    transform: translateY(80px);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.product__card__main--wrapper .product__wrapper .add_to_cart_button:hover{
    opacity: 0.8;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.product__card__main--wrapper:hover .product__wrapper .add_to_cart_button{
    transform: translateY(0px);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.ctm__cart-btn--mb{
    display: none;
}

.product__card__main--wrapper .product__content{
    padding: 20px 20px;
    text-align: center;
}
.product__card__main--wrapper .product__content .posted_in a{
    font-size: 16px;
    line-height: 21px;
    color: var(--secondary-color);
    font-weight: var(--weight-medium);
    font-family: var(--harmonia-sans);
    margin-bottom: 3px;
    letter-spacing: 0.7px;
    display: inline-block;
}
.product__card__main--wrapper .product__content .woocommerce-loop-product__title{
    font-size: 20px !important;
    line-height: 30px !important;
    color: var(--secondary-color);
    font-weight: var(--weight-medium);
    font-family: var(--harmonia-sans);
    margin-bottom: 5px !important;
    text-transform: uppercase;
    white-space: nowrap;
    overflow: hidden;
    padding: 0px !important;
    text-overflow: ellipsis;
}
.product__card__main--wrapper .product__content .price{
    font-size: 18px !important;
    line-height: normal !important;
    color: var(--secondary-color) !important;
    font-family: var(--harmonia-sans-bold) !important;
    font-weight: var(--weight-bold) !important;
    margin: 0px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    flex-wrap: wrap !important;
}
.product__card__main--wrapper .product__content .price ins{
    text-decoration: none !important;
}
.product__card__main--wrapper .product__content .price del{
    opacity: 0.6 !important;
}
.products__cards{
    padding: 20px 0px 50px 0px;
}
.shop__filter{
    padding: 30px;
    background-color: var(--primery-color);
    border: 1px solid #cecece;
    border-radius: 13px;
}
.sort__wrapper{
    padding: 50px 0px 0px;
}
.sort__wrapper .woocommerce-ordering{
    margin-bottom: 0px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.sort__wrapper .woocommerce-ordering select{
    background-color: var(--primery-color);
    padding: 13px 25px;
    border-radius: 50px;
    font-size: 16px;
    line-height: 20px;
    font-family: var(--harmonia-sans);
    font-weight: var(--weight-medium);
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-right: 50px;
    background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjwhRE9DVFlQRSBzdmcgIFBVQkxJQyAnLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4nICAnaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkJz48c3ZnIGhlaWdodD0iNTEycHgiIGlkPSJMYXllcl8xIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MTIgNTEyOyIgdmVyc2lvbj0iMS4xIiB2aWV3Qm94PSIwIDAgNTEyIDUxMiIgd2lkdGg9IjUxMnB4IiB4bWw6c3BhY2U9InByZXNlcnZlIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj48cG9seWdvbiBwb2ludHM9IjM5Ni42LDE2MCA0MTYsMTgwLjcgMjU2LDM1MiA5NiwxODAuNyAxMTUuMywxNjAgMjU2LDMxMC41ICIvPjwvc3ZnPg==') no-repeat;
    background-size: 22px;
    background-position: 95%;
}
/* Product Card */


/* Shop Page */
.woocommerce-breadcrumb{
    display: none;
}
.shop__page-header{
    padding: 0px 0px;
    background-color: #e2e2e2;
/*     background: url(../imgs/category-banner.png) no-repeat; */
    background-position: center;
    background-size: cover;
    position: relative;
}
.product__header-block{
	position: absolute;
    top: 50%;
    left: 0px;
    width: 100%;
    padding: 50px 0px;
	transform: translate(0, -50%);
	z-index: 3;
}
.shop__banner__image{
	display: flex;
	max-height: 377px;
	overflow: hidden;
}
.shop__banner__image img{
	width: 100%;
	height: 100%;
}
.shop__page-header::after{
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: var(--secondary-color);
    opacity: 0.5;
    z-index: 1;
}
.shop__page-header .woocommerce-products-header__title{
    font-size: 55px;
    line-height: 76px;
    color: var(--primery-color);
    font-weight: var(--weight-semi-bold);
    font-family: var(--harmonia-sans);
    margin-bottom: 0px;
    text-transform: uppercase;
    position: relative;
    z-index: 3;
}
.shop__row{
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
}
.products__filter-column{
    width: calc(30% - 20px);
}
.product__listing-column{
    width: calc(70% - 20px);
}
.sort__wrapper form{
    float: none !important;
}
.product__listing-column .products{
    display: flex;
    align-items: stretch;
    margin: 0px -15px !important;
    flex-wrap: wrap;
    row-gap: 30px;
}
.product__listing-column .products li{
    width: 33.33% !important;
    padding: 0px 15px !important;
    margin: 0px !important;
    float: none !important;
}
.product__listing-column .product__wrapper .woocommerce-loop-product__link img{
    margin: 0px !important;
}
.product__listing-column .product__wrapper .woocommerce-loop-product__link{
    height: 100%;
    width: 100%;
}
.product__listing-column .product__wrapper .woocommerce-loop-product__title{
    padding: 0px !important;
    font-size: 20px !important;
    line-height: 30px !important;
    color: var(--secondary-color) !important;
    font-weight: var(--weight-medium) !important;
    font-family: var(--harmonia-sans) !important;
    margin-bottom: 10px !important;
    text-transform: uppercase !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}
.product__listing-column .product__wrapper .add_to_cart_button{
    border: none !important;
    text-align: center !important;
    border-radius: 0px !important;
    background-color: var(--secondary-color) !important;
    color: var(--primery-color) !important;
}
.product__listing-column .product__wrapper .add_to_cart_button:hover{
    opacity: 0.8;
}
.load-more-container{
    text-align: center;
    margin-top: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.load-more-container button{
    background-color: var(--secondary-color);
    padding: 10px 55px;
    color: var(--primery-color);
    font-size: 20px;
    line-height: 33px;
    display: inline-flex;
    border: 1px solid var(--primery-color);
    border-radius: 55px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.load-more-container button:hover{
    opacity: 0.8;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.loading__icon {
    height: 0;
    width: 0;
    padding: 10px;
    border: 5px solid #00000029;
    border-right-color: #000;
    border-radius: 22px;
    -webkit-animation: rotate 1s infinite linear;
  }
  
  @-webkit-keyframes rotate {
    100% {
      -webkit-transform: rotate(360deg);
    }
  }
  .woocommerce-pagination{
    display: none;
  }
/* Shop Page */




/* PDP Page */
.single__product-info{
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 30px;
}
.single__product-gallery{
    width: calc(50% - 20px) !important;
    margin-bottom: 0px !important;
}
.single__product-detail{
    width: calc(50% - 20px) !important;
}
.single__product-info .summary{
    float: none !important;
    width: 100% !important;
    margin: 0px !important;
}
.single__product-card{
    padding: 50px 0px;
}
.product__thumb{
    width: calc(17% - 5px);
    margin: 0px;
    height: 100%;
}
.product__main{
    width: calc(83% - 5px);
    margin: 0px;
    height: 100%;
}
.single__product-gallery--wrapper{
    width: 100%;
}
.single__product-gallery--wrapper{
    height: 518px;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
}
.product__thumb-item{
    width: 100%;
    height: 100%;
    border: 1px solid #cdcdcd;
    padding: 5px;
    cursor: pointer;
}
.swiper-slide-thumb-active .product__thumb-item{
    border-color: var(--secondary-color);
}
.product__thumb-item img{
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
}
.product__main-block{
    width: 100%;
    height: 100%;
}
.product__main-block .woocommerce-product-gallery__image{
    width: 100%;
    height: 100%;
}
.product__main-block img{
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
}
.single__product-large--detail{
    padding-top: 70px;
}
.single__product-large--detail .woocommerce-tabs ul{
    padding: 0px !important;
    border: 1px solid #cbcbcb;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0px !important;
}
.single__product-large--detail .woocommerce-Tabs-panel{
    border: 1px solid #cbcbcb !important;
    border-top: none !important;
    padding: 20px !important;
}
.single__product-large--detail .woocommerce-Tabs-panel h2{
    font-size: 22px;
    color: var(--secondary-color);
    font-weight: var(--weight-medium);
    font-family: var(--harmonia-sans);
    margin-bottom: 10px;
}
.single__product-large--detail .woocommerce-Tabs-panel p{
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 0px;
    color: var(--secondary-color);
    font-weight: var(--weight-regular);
    font-family: var(--harmonia-sans);
}
.single__product-large--detail .woocommerce-tabs ul::after, .single__product-large--detail .woocommerce-tabs ul::before{
    display: none !important;
}
.single__product-large--detail .woocommerce-tabs ul li::after, .single__product-large--detail .woocommerce-tabs ul li::before{
    display: none !important;
}
.single__product-large--detail .woocommerce-tabs ul li{
    padding: 0px !important;
    border-radius: 0px !important;
    border: none !important;
    margin: 0px !important;
    background-color: transparent !important;
}
.single__product-large--detail .woocommerce-tabs ul li a{
    font-size: 16px !important;
    line-height: 20px !important;
    font-family: var(--harmonia-sans) !important;
    font-weight: var(--weight-medium) !important;
    padding: 10px 30px !important;
    background-color: transparent !important;
    color: var(--secondary-color) !important;
}
.single__product-large--detail .woocommerce-tabs ul li.active a{
    background-color: var(--secondary-color) !important;
    color: var(--primery-color) !important;
}
.single__product-large--detail .woocommerce-tabs ul li a{
    border-radius: 0px !important;
    border: none !important;
}
.product__detail-summery .product_title{
    font-size: 35px;
    color: var(--secondary-color);
    font-family: var(--harmonia-sans);
    font-weight: var(--weight-medium);
    line-height: 38px;
    margin-bottom: 15px;
}
.product__detail-summery .price{
    font-size: 22px !important;
    color: var(--secondary-color) !important;
    font-family: var(--harmonia-sans);
    font-weight: var(--weight-medium);
    line-height:24px;
    margin-bottom: 15px;
}
.product__detail-summery .price .woocommerce-Price-amount{
    color: var(--secondary-color);
}
.product__detail-summery .price ins{
    text-decoration: none !important;
}
.product__detail-summery .woocommerce-product-details__short-description p{
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 30px;
    color: var(--secondary-color);
    font-weight: var(--weight-regular);
    font-family: var(--harmonia-sans);
}
.product__detail-summery .cart{
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 20px;
    margin-bottom: 13px !important;
}
.product__detail-summery .cart::after, .product__detail-summery .cart::before{
    display: none !important;
}
.product__detail-summery .cart .quantity{
    width: calc(20% - 10px);
    margin: 0px !important;
    float: none !important;
	position: relative;
    /* display: none; */
}
.product__detail-summery .cart .quantity button{
	background-color: transparent;
	padding: 0px;
	border: none;
	width: 30px;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	font-size: 21px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.product__detail-summery .cart .quantity button.plus{
	top: 0px;
	right: 0px;
	left: auto;
}
.product__detail-summery .cart .quantity .screen-reader-text{
    width: 0px !important;
    height: 0px !important;
}
.product__detail-summery .cart .quantity input{
    width: 100%;
    margin: 0px;
    border: 1px solid var(--secondary-color);
    font-size: 18px;
    line-height: 20px;
    color: var(--secondary-color);
    border-radius: 5px;
    padding: 10px 30px;
}
.product__detail-summery .cart .single_add_to_cart_button{
    width: 100% !important;
    background-color: var(--secondary-color) !important;
    padding: 17px 20px !important;
    font-size: 18px !important;
    line-height: 22px !important;
    font-family: var(--harmonia-sans) !important;
    font-weight: var(--weight-medium) !important;
    float: none !important;
    text-transform: uppercase !important;
    border-radius: 5px !important;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.product__detail-summery .cart .single_add_to_cart_button:hover{
    opacity: 0.8;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.product__qty{
    max-width: 140px;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
}
.product__qty input{
    width: 100%;
    border: 1px solid #b1b1b1;
    padding: 13px 36px;
    text-align: center;
    font-size: 16px;
    line-height: 18px;
    color: var(--secondary-color);
    border-radius: 5px;
}
/* Chrome, Safari, Edge, Opera */
/* .product__qty input::-webkit-outer-spin-button,
.product__qty input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
} */

/* Firefox */
/* .product__qty input[type=number] {
  -moz-appearance: textfield;
} */
.product__qty button{
    background-color: transparent;
    border: none;
    padding: 0px;
    width: 40px;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.product__qty button svg{
    width: 13px;
    height: 13px;
}
.product__qty button.qty__plus{
    right: 0px;
    left: auto;
}
.product__detail-summery .product_meta{
    font-size: 15px;
    line-height: 18px;
    font-family: var(--harmonia-sans);
    font-weight: var(--weight-regular);
}
.product__detail-summery .product_meta .posted_in a{
    text-decoration: underline;
    color: var(--secondary-color);
    font-family: var(--harmonia-sans);
    font-weight: var(--weight-medium);
}


.single__product-card .related.products .products__filter-column{
    display: none;
}
.single__product-card .related.products .product__listing-column{
    width: 100% !important;
}
.single__product-card .products__cards .container{
    padding: 0px !important;
}
.single__product-card .related.products .product__listing-column li{
    width: 25% !important;
}
.single__product-large--detail .products__cards {
    padding: 20px 0px 0px 0px;
}

.single__product-large--detail .related .load-more-container{
    display: none !important;
}

.single__product-large--detail .related{
    padding-top: 50px;
}
.single__product-large--detail .related h2{
    text-align: center;
    font-size: 45px;
    line-height: 55px;
    color: var(--secondary-color);
    font-weight: var(--weight-semi-bold);
    font-family: var(--harmonia-sans);
    margin-bottom: 45px;
    text-transform: uppercase;
}

.single__product-large--detail table{
    margin:  0px !important;
    border-collapse: collapse !important;
    margin-top: 20px !important;
}
.single__product-large--detail table tr a{
    color: var(--secondary-color);
    text-decoration: underline;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.single__product-large--detail table tr a:hover{
    opacity: 0.7;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.single__product-detail .product__detail-summery .variations_form table.variations{
    margin-bottom: 0px !important;
}
.single__product-detail .product__detail-summery .variations_form table.variations tr{
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    row-gap: 10px;
    margin-bottom: 20px !important;
}
.single__product-detail .product__detail-summery .variations_form table.variations tr:nth-last-child(1){
    margin-bottom: 0px !important;
}
.single__product-detail .product__detail-summery .variations_form table.variations tr th.label{
    display: block !important;
    text-align: left !important;
    line-height: normal !important;
}

.single__product-detail .product__detail-summery .variations_form table.variations tr th.label label{
    font-size: 16px;
    color: var(--secondary-color);
    font-weight: 400;
    font-family: var(--harmonia-sans);
}
.single__product-detail .product__detail-summery .variations_form table.variations tr td{
    line-height: normal !important;
}
.single__product-detail .product__detail-summery .variations_form table.variations tr .cfvsw-swatches-option{
    border-radius: 5px !important;
    border: none;
    padding: 8px;
    background-color: var(--secondary-color);
    color: var(--primery-color);
    line-height: 15px;
    font-size: 14px;
}
.single__product-detail .product__detail-summery .variations_form table.variations tr .cfvsw-swatches-option.cfvsw-selected-swatch{
    opacity: 0.6;
}
.single__product-detail .product__detail-summery .variations_form table.variations tr .reset_variations{
    font-size: 16px;
    text-decoration: underline;
    color: #000;
    margin-top: 6px;
    display: inline-block;
}
.single_variation_wrap{
    width: 100%;
}
.single_variation_wrap .woocommerce-variation-add-to-cart{
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}

.single_variation_wrap .woocommerce-variation-description p{
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 30px;
    color: var(--secondary-color);
    font-weight: var(--weight-regular);
    font-family: var(--harmonia-sans);
}
.single_variation_wrap .woocommerce-variation-price{
    margin-bottom: 15px;
}
.wp-block-woocommerce-empty-cart-block .wc-block-grid{
    display: none !important;
}

.wp-block-woocommerce-empty-cart-block .wp-block-separator{
    display: none;
}
.wp-block-heading{
    display: none !important;
}
.wp-block-woocommerce-empty-cart-block .wp-block-heading.wc-block-cart__empty-cart__title{
    display: block !important;
    font-size: 16px;
    color: var(--secondary-color);
    font-size: var(--harmonia-sans);
    font-weight: var(--weight-medium);
    text-transform: uppercase;
}
.wc-block-cart__empty-cart__title.with-empty-cart-icon:before {
    height: 4em;
    mask-size: 4em;
    width: 4em;
}

/* PDP Page */


/* Faq Page */
.faq__banner{
    background-color: #e2e2e2;
    padding: 50px 0px;
}
.banner__title h2{
    font-size: 55px;
    line-height: 76px;
    color: var(--secondary-color);
    font-weight: var(--weight-semi-bold);
    font-family: var(--harmonia-sans);
    margin-bottom: 0px;
    text-transform: uppercase;
    position: relative;
    z-index: 3;
}
.faq__wrapper{
    padding: 50px 0px;
}
.faq__items details{
    border: 1px solid #e7e7e7;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 20px;
}
.faq__items details:nth-last-child(1){
    margin-bottom: 0px;
}
.faq__items details summary {
    list-style: none;
    padding: 15px 120px 15px 30px;
    font-size: 27px;
    line-height: 34px;
    color: var(--secondary-color);
    font-family: var(--harmonia-sans-bold);
    font-weight: var(--weight-bold);
    position: relative;
    cursor: pointer;
}
.faq__items details summary::after{
    content: "";
    position: absolute;
    top: 23px;
    right: 30px;
    width: 10px;
    height: 10px;
    border-bottom: 2px solid var(--secondary-color);
    border-right: 2px solid var(--secondary-color);
    transform: rotate(45deg);
}
.faq__items details[open] summary::after{
    transform: rotate(225deg);
    top: 30px;
}
.faq__content{
    padding: 20px 30px;
    border-top: 1px solid #e7e7e7;
}
.faq__content p{
    font-size: 20px;
    line-height: 31px;
    margin-bottom: 0px;
    color: var(--secondary-color);
    font-weight: var(--weight-regular);
    font-family: var(--harmonia-sans);
}

.policy__wrapper{
    padding: 50px 0px;
}
.policy__main-block h1, .policy__main-block h2, .policy__main-block h3{
    font-size: 36px;
    line-height: 48px;
    color: var(--secondary-color);
    font-weight: var(--weight-semi-bold);
    font-family: var(--harmonia-sans);
    margin-bottom: 15px;
}
.policy__main-block h4, .policy__main-block h5, .policy__main-block h6{
    font-size: 28px;
    line-height: 40px;
    color: var(--secondary-color);
    font-weight: var(--weight-semi-bold);
    font-family: var(--harmonia-sans);
    margin-bottom: 15px;
}
.policy__main-block p{
    font-size: 20px;
    line-height: 31px;
    margin-bottom: 30px;
    color: var(--secondary-color);
    font-weight: var(--weight-regular);
    font-family: var(--harmonia-sans);
}
.policy__main-block ul{
    list-style: none;
    padding: 0px;
    margin-bottom: 30px;
}
.policy__main-block li{
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 5px;
    color: var(--secondary-color);
    font-weight: var(--weight-regular);
    font-family: var(--harmonia-sans);
    display: block;
    padding-left: 20px;
    position: relative;
}
.policy__main-block li:nth-last-child(1){
    margin-bottom: 0px;
}
.policy__main-block li::before{
    content: "";
    position: absolute;
    top: 12px;
    left: 0px;
    width: 7px;
    height: 7px;
    background-color: var(--secondary-color);
    border-radius: 10px;
}
.policy__main-block p a{
    font-weight: var(--weight-medium);
    text-decoration: underline;
    color: var(--secondary-color);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.policy__main-block p a:hover{
    opacity: 0.7;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
/* Faq Page */


/* Contact Us */

.get__in-touch {
    background-color: #fff;
    padding: 50px 0px 70px;
}
.get__in-touch-row{
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
}

.get__in-touch-col{
    width: calc(50% - 30px);
}

.get__in-touch--title{
    margin-bottom: 35px;
}
.get__in-touch--title h3{
    font-size: 52px;
    line-height: 78px;
    font-family: var(--harmonia-sans-bold);
    font-weight: var(--weight-bold);
    color: var(--secondary-color);
    margin: 0px;
}

.main__contact-details ul{
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.main__contact-details ul li{
    display: flex;
    width: 100%;
    margin-bottom: 30px;
}
.main__contact-details ul li:nth-last-child(1){
    margin-bottom: 0px;
}
.main__contact-details ul li a{
    display: flex;
    width: 100%;
    background-color: #fff;
    /* border: 1px solid #17264F; */
    border-radius: 5px;
    padding: 12px 12px 12px 83px;
    position: relative;
    font-size: 20px;
    color: var(--secondary-color);
    box-shadow: 0px 0px 10px #00000029;
    line-height: 36px;
    font-weight: 600;
    font-family: var(--harmonia-sans);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.main__contact-details ul li a:hover{
    transform: scale(1.03);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.main__contact-details ul li a svg, .main__contact-details ul li a img{
    width: 28px;
    height: 28px;
    object-fit: contain;
    position: absolute;
    top: 50%;
    left: 25px;
    transform: translate(0, -50%);
}
.map__wrapper iframe{
    width: 100%;
    height: 350px;
}

.form__field-row{
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 25px;
}

.form__field-column--6{
    width: calc(50% - 15px);
}
.form__field-column--12{
    width: 100%;
}

.form__field-item input{
    width: 100%;
    padding: 20px 25px;
    font-size: 16px;
    color: var(--secondary-color);
    border: 1px solid #dfdfdf;
    border-radius: 9px;
    font-family: var(--harmonia-sans);
    font-weight: var(--weight-regular);
    outline: none;
    box-shadow: 0px 0px 5px #00000029;
}
.form__field-item textarea{
    width: 100%;
    padding: 20px 25px;
    font-size: 16px;
    color: var(--secondary-color);
    border: 1px solid #dfdfdf;
    border-radius: 9px;
    font-family: var(--harmonia-sans);
    font-weight: var(--weight-regular);
    outline: none;
    min-height: 188px;
    max-height: 188px;
    min-width: 100%;
    max-width: 100%;
    box-shadow: 0px 0px 5px #00000029;
}

.form__field-item span{
    display: block;
}
.form__field-item .wpcf7-not-valid-tip{
    font-size: 16px;
    line-height: normal;
    margin-top: 5px;
    font-style: italic;
    font-family: var(--harmonia-sans);
    font-weight: var(--weight-regular);
}
.form__field-submit--btn p{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row-reverse;
    gap: 20px;
    flex-wrap: wrap;
}
.form__field-submit--btn input[type=submit]{
    background-color: var(--secondary-color);
    padding: 10px 55px;
    color: var(--primery-color);
    font-size: 20px;
    line-height: 33px;
    display: inline-flex;
    border: 1px solid var(--primery-color);
    border-radius: 55px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.form__field-submit--btn .wpcf7-spinner{
    margin: 0px !important;
}
/* Contact Us */


/* About Us Page */

.about__banner{
    padding: 200px 0px;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-attachment: fixed !important;
    position: relative;
}
.about__banner::after{
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #0000009e;
    z-index: 2;
}
.about__banner-content{
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 3;
}

.about__banner-content h2{
    font-size: 90px;
    line-height: 95px;
    margin-bottom: 20px;
    color: var(--primery-color);
    font-family: var(--harmonia-sans-bold);
    font-weight: var(--weight-bold);
    text-transform: uppercase;
}
.about__banner-content p{
    font-size: 20px;
    line-height: 31px;
    margin-bottom: 30px;
    color: var(--primery-color);
    font-weight: var(--weight-regular);
    font-family: var(--harmonia-sans);
}

.our__story-row{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 30px;
}
.our__story-col{
    width: calc(50% - 20px);
}

.our__story{
    padding: 70px 0px;
}

.our__story-txt h2{
    font-size: 45px;
    line-height: 55px;
    color: var(--secondary-color);
    font-weight: var(--weight-semi-bold);
    font-family: var(--harmonia-sans);
    margin-bottom: 12px;
    text-transform: uppercase;
}
.our__story-txt p{
    font-size: 20px;
    line-height: 31px;
    margin-bottom: 0px;
    color: var(--secondary-color);
    font-weight: var(--weight-regular);
    font-family: var(--harmonia-sans);
}

.our__story-image{
    width: 100%;
    height: auto;
    border-radius: 20px;
    overflow: hidden;
}
.our__story-image img{
    width: 100%;
    height: auto;
    object-fit: contain;
}


.reviews-slider-item{
    background-color: var(--primery-color);
    padding: 30px 30px;
    border-radius: 10px;
    border: 1px solid #00000069;
}

.client__reviews{
    padding: 70px 0px;
    background-color: #f1f1f1;
}

.client__reviews-txt{
    margin-bottom: 65px;
    text-align: center;
}
.client__reviews-txt h2{
    font-size: 45px;
    line-height: 55px;
    color: var(--secondary-color);
    font-weight: var(--weight-semi-bold);
    font-family: var(--harmonia-sans);
    margin-bottom: 0px;
    text-transform: uppercase;
}

.reviews__user-img{
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    background-color: #00000029;
    margin-bottom: 15px;
}
.reviews__user-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.reviews__user-name h3{
    font-size: 24px;
    line-height: 30px;
    color: var(--secondary-color);
    font-weight: var(--weight-semi-bold);
    font-family: var(--harmonia-sans);
    margin-bottom: 15px;
}
.reviews__user-name p{
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0px;
    color: var(--secondary-color);
    font-weight: var(--weight-regular);
    font-family: var(--harmonia-sans);
}
.review__arrow{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    padding: 0px 20px;
    margin-top: 50px;
}
.review__arrow .reviews-swiper-button-prev, .review__arrow .reviews-swiper-button-next{
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-color: var(--secondary-color);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.review__arrow .reviews-swiper-button-prev svg, .review__arrow .reviews-swiper-button-next svg{
    fill: var(--primery-color);
    width: 30px;
    height: 30px;
}
.review__arrow .reviews-swiper-button-prev:hover, .review__arrow .reviews-swiper-button-next:hover{
    opacity: 0.7;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
/* About Us Page */

/* Dashboard */

.account__section{
    padding: 50px 0px;
}
.account__section .default-content-holder .woocommerce{
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
}
.account__section .woocommerce::after, .account__section .woocommerce::before{
    display: none !important;
}
.account__section .woocommerce .woocommerce-MyAccount-navigation{
    width: calc(30% - 20px) !important;
    float: none !important;
}
.account__section .woocommerce .woocommerce-MyAccount-content{
    width: calc(70% - 20px) !important;
    float: none !important;
    background-color: var(--primery-color);
    border: 1px solid #e1e1e1;
    padding: 40px;
}

.account__section .woocommerce .woocommerce-MyAccount-navigation ul{
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.account__section .woocommerce .woocommerce-MyAccount-navigation ul li{
    margin-bottom: 0px;
    border-bottom: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1;
}
.account__section .woocommerce .woocommerce-MyAccount-navigation ul li a{
    font-size: 20px;
    line-height: 30px;
    color: var(--secondary-color);
    font-family: var(--harmonia-sans);
    font-weight: var(--weight-medium);
    padding: 15px 30px 15px 0px;
    display: flex;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.account__section .woocommerce .woocommerce-MyAccount-navigation ul li.is-active a, .account__section .woocommerce .woocommerce-MyAccount-navigation ul li a:hover{
    background-color: var(--secondary-color);
    color: var(--primery-color);
    padding-left: 40px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.account__section .woocommerce .woocommerce-MyAccount-content p{
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 0px;
    color: var(--secondary-color);
    font-weight: var(--weight-regular);
    font-family: var(--harmonia-sans);
    margin-bottom: 15px;
}
.account__section .woocommerce .woocommerce-MyAccount-content p a{
    color: var(--secondary-color);
    text-decoration: underline;
}

.account__section .woocommerce .woocommerce-info{
    border-top-color: var(--secondary-color);
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 0px;
    color: var(--secondary-color);
    font-weight: var(--weight-regular);
    font-family: var(--harmonia-sans);
}

.account__section .woocommerce .woocommerce-info::before{
    color: var(--secondary-color);
}

.account__section .woocommerce .woocommerce-info .woocommerce-Button, .account__section .woocommerce .woocommerce-info .button{
    background-color: var(--secondary-color) !important;
    color: var(--primery-color) !important;
    font-weight: var(--weight-regular) !important;
    font-family: var(--harmonia-sans) !important;
}

.woocommerce-MyAccount-content h3{
    font-size: 22px;
    color: var(--secondary-color);
    font-weight: var(--weight-medium);
    font-family: var(--harmonia-sans);
    margin-bottom: 10px;
}
.woocommerce-MyAccount-content .woocommerce-address-fields p{
    padding: 0px;
}
.woocommerce-MyAccount-content .edit{
    color: var(--secondary-color);
    text-decoration: underline;
}
.woocommerce-MyAccount-content .woocommerce-address-fields label{
    line-height: normal;
}

.woocommerce-MyAccount-content .woocommerce-address-fields input{
    width: 100%;
    border-radius: 5px;
}
/* Dashboard */


.main__footer{
    padding: 50px 0px;
    border-top: 1px solid var(--secondary-color);
}
.main__footer-row{
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    margin: 0px -15px;
}
.main__footer-col--3{
    width: 25%;
    padding: 0px 15px;
}
.main__footer-col--6{
    width: 50%;
    padding: 0px 15px;
}

.footer__logo-wrapper{
    max-width: 150px;
    margin-bottom: 30px;
}
.footer__logo-wrapper a{
    display: flex;
    width: 100%;
    height: 100%;
}
.footer__logo-wrapper a img{
    width: 100%;
    height: auto !important;
}
.footer__detail-des p{
    font-size: 16px;
    color: var(--secondary-color);
    font-family: var(--harmonia-sans);
    font-weight: var(--weight-light);
    margin-bottom: 0px;
}
.footer__social-wrapper{
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #d2d2d2;
}
.footer__social-wrapper h2{
    font-size: 16px;
    font-weight: var(--weight-medium);
    font-family: var(--harmonia-sans);
    color: var(--secondary-color);
    text-transform: uppercase;
    margin-bottom: 20px;
}
.footer__social-wrapper ul{
    list-style: none;
    padding: 0px;
    margin: 0px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}
.footer__social-wrapper ul li{
    display: inline-flex;
}
.footer__social-wrapper ul li a{
    width: 35px;
    height: 35px;
    background-color: var(--secondary-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.footer__social-wrapper ul li a span{
    display: flex;
    width: 100%;
    height: 100%;
}
.footer__social-wrapper ul li a img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.footer__social-wrapper ul li a:hover{
    opacity: 0.8;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.footer__menu-row{
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    row-gap: 30px;
    margin: 0px -15px;
}
.footer__menu-col{
    width: 33.33%;
    padding: 0px 15px;
}
.footer__menu-list h2{
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 25px;
    color: var(--secondary-color);
    font-family: var(--harmonia-sans);
    font-weight: var(--weight-medium);
}
.footer__menu-list ul{
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.footer__menu-list ul li{
    display: block;
    margin-bottom: 10px;
}
.footer__menu-list ul li:nth-last-child(1){
    margin-bottom: 0px;
}
.footer__menu-list ul li a{
    display: inline-block;
    font-size: 16px;
    color: var(--secondary-color);
    font-weight: var(--weight-light);
    font-family: var(--harmonia-sans);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.footer__menu-list ul li a:hover{
    opacity: 0.8;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.footer__info-box{
    padding-right: 20px;
}
.news__letter-wrapper h2{
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 25px;
    color: var(--secondary-color);
    font-family: var(--harmonia-sans);
    font-weight: var(--weight-medium);
}
.newsletter__field input{
    width: 100%;
    padding: 10px 10px;
    font-size: 16px;
    color: var(--secondary-color);
    border: 1px solid var(--secondary-color);
    border-radius: 5px;
    font-family: var(--harmonia-sans);
    font-weight: var(--weight-regular);
    outline: none;
}
.newsletter__field input[type=submit]{
    margin-top: 10px;
    background-color: var(--secondary-color);
    color: var(--white-color);
    font-weight: var(--weight-medium);
    border: none;
}
.newsletter__field{
    position: relative;
}
.newsletter__field .wpcf7-spinner{
    position: absolute;
    bottom: 0px;
    right: 0px;
    margin: 0px !important;
    text-transform: uppercase;
}
.wpcf7-response-output{
    margin: 0px !important;
    margin-top: 20px !important;
}
.contact__us-link{
    margin-top: 40px;
}
.contact__us-link h2{
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 25px;
    color: var(--secondary-color);
    font-family: var(--harmonia-sans);
    font-weight: var(--weight-medium);
}
.contact__us-link ul{
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.contact__us-link ul li{
    display: block;
    margin-bottom: 10px;
}
.contact__us-link ul li a{
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    font-size: 16px;
    color: var(--secondary-color);
    font-weight: var(--weight-light);
    font-family: var(--harmonia-sans);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.contact__us-link ul li a svg, .contact__us-link ul li a img{
    width: 25px;
    height: 25px;
    object-fit: contain;
}

/* Footer */
@media(max-width: 991px){
    .ctm__cart-btn--mb{
        display: block;
    }
}
.price del .woocommerce-Price-amount{
	color: #f00;
}


.load-more-container .loading__icon{
    display: none;
}

.wc-block-cart__submit-container a{
    background-color: var(--secondary-color);
    color: var(--primery-color);
    border-radius: 5px;
}
.wc-block-cart-item__product .wc-block-cart-item__wrap .wc-block-components-product-name{
    color: #000;
    font-size: 18px;
    font-weight: 500;
}
.wc-block-checkout__actions_row button.wc-block-components-button{
    background-color: var(--secondary-color);
    color: var(--primery-color);
    border: none;
    border-radius: 5px;
}

.wc-block-components-totals-coupon__form .wc-block-components-button{
    background-color: var(--secondary-color);
    color: var(--primery-color);
    border-radius: 5px;
}

.ctm__cart-btn--mb a{
    background-color: var(--secondary-color) !important;
    padding: 10px 55px !important;
    color: var(--primery-color) !important;
    font-size: 20px !important;
    line-height: 33px !important;
    display: inline-flex !important;
    border: 1px solid var(--primery-color) !important;
    border-radius: 55px !important;
    margin-top: 15px !important;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.product__card__main--wrapper .product__wrapper .woocommerce-loop-product__link{
    height: 100%;
}

.copy__right-txt{
    padding: 15px 0px;
    border-top: 1px solid #e1e1e1;
}
.copy__right-row{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.copy__right-col{
    width: calc(50% - 15px);
}
.copy__right-txt--wrapper p{
    font-size: 16px;
    line-height: 20px;
    color: #898989;
    font-family: var(--harmonia-sans);
    font-weight: var(--weight-regular);
}
.copy__right-txt--wrapper p a{
    color: var(--secondary-color);
    text-decoration: underline;
}
.copy__right-links ul{
    list-style: none;
    padding: 0px;
    margin: 0px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 20px;
}
.copy__right-links ul li{
    position: relative;
}
.copy__right-links ul li::before{
    content: "";
    position: absolute;
    top: 0px;
    left: -10px;
    width: 1px;
    height: 100%;
    background-color: var(--secondary-color);
}
.copy__right-links ul li:nth-child(1)::before{
    display: none;
}
.copy__right-links ul li a{
    color: var(--secondary-color);
    font-size: 16px;
    font-family: var(--harmonia-sans);
    font-weight: var(--weight-regular);
}

.swiper .swiper-pagination{
    position: relative;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
}
.swiper .swiper-pagination .swiper-pagination-bullet{
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin: 0px !important;
}
.swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background-color: var(--secondary-color) !important;
}

.get__in-touch-row{
    row-gap: 20px;
}

.policy__main-block .wp-block-heading{
    display: block !important;
}

.irs--round .irs-handle{
    border-color: var(--secondary-color) !important;
}
.irs--round .irs-bar{
    background-color: var(--secondary-color) !important;
}
.irs--round .irs-from, .irs--round .irs-to, .irs--round .irs-single{
    background-color: var(--secondary-color) !important;
}
.irs--round .irs-from:before, .irs--round .irs-to:before, .irs--round .irs-single:before{
    border-top-color: var(--secondary-color) !important;
}
.woof_container_inner_productsize .woof_block_html_items ul li .woof_label_term {
    height: auto !important;
    font-size: 14px !important;
    color: var(--primery-color) !important;
    background-color: var(--secondary-color) !important;
    padding: 4px 15px !important;
    border-radius: 5px !important;
    border: none !important;
}
.woof_container_inner_productsize .woof_block_html_items ul li .woof_label_term.checked {
    opacity: 0.7 !important;
}
.woof_submit_search_form_container .woof_reset_search_form{
    background-color: var(--secondary-color) !important;
    color: var(--primery-color) !important;
}
.woof_submit_search_form_container{
	margin-top: 24px;
}
.woof_submit_search_form_container button{
	width: 100% !important;
}
.filter__title{
    margin-bottom: 30px;
}
.woof_products_top_panel{
    max-width: 1340px !important;
    margin: 0 auto !important;
    padding: 20px 20px !important;
}
.woof_products_top_panel .woof_reset_button_2{
    background-color: var(--secondary-color);
    color: var(--primery-color);
    font-family: var(--harmonia-sans);
    font-size: 14px;
    font-weight: var(--weight-regular);
    padding: 10px;
    border: none;
    border-radius: 5px;
}
.woof_products_top_panel ul li a{
    color: var(--secondary-color);
    text-decoration: underline !important;
}
.sort__wrapper {
    padding: 30px 0px 0px;
}

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea{
    padding: 12px 18px;
    border: 1px solid #d5d5d5;
    font-size: 16px;
    line-height: normal;
    border-radius: 5px;
}
.select2-container--default .select2-selection--single {
    border-radius: 4px;
/*     padding: 0px 18px; */
    border: 1px solid #d5d5d5;
    font-size: 16px;
    line-height: normal;
    height: auto;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: normal;
    padding: 0;
}
.woocommerce-address-fields .woocommerce-address-fields__field-wrapper + p{
    margin-bottom: 0px !important;
    margin-top: 40px !important;
}
.woocommerce-address-fields .button{
    background-color: var(--secondary-color) !important;
    color: var(--primery-color) !important;
}
.woocommerce-EditAccountForm fieldset{
    padding: 25px;
}
.woocommerce-EditAccountForm legend{
    padding: 5px;
}

.woocommerce-EditAccountForm .woocommerce-Button{
    margin-top: 30px !important;
    background-color: var(--secondary-color) !important;
    color: var(--primery-color) !important;
}
.alg-wc-wl-view-table th {
    text-align: left;
    padding: 15px;
}
.alg-wc-wl-view-table td, .alg-wc-wl-view-table tr {
    text-align: left !important;
}
.alg-wc-wl-view-table td a{
    color: var(--secondary-color);
    text-decoration: underline;
}

.account__section .woocommerce .woocommerce-MyAccount-content p a.ajax_add_to_cart{
    background-color: var(--secondary-color) !important;
    color: var(--primery-color) !important;
    text-decoration: none !important;
}
.account__section .woocommerce .woocommerce-MyAccount-content p a.add_to_cart_button{
    background-color: var(--secondary-color) !important;
    color: var(--primery-color) !important;
    text-decoration: none !important;
}


.jdgm-preview-badge .jdgm-star{
    color: var(--secondary-color) !important;
}
.jdgm-widget.jdgm-widget{
    margin-bottom: 9px !important;
}
#judgeme_product_reviews .jdgm-rev-widg{
    max-width: 1340px !important;
    margin: 0 auto !important;
    padding: 0px 20px !important;
}
.jdgm-rev-widg .jdgm-star, .jdgm-revs-tab .jdgm-star, .jdgm-all-reviews .jdgm-star, .jdgm-gallery-popup .jdgm-star{
    color: var(--secondary-color) !important;
}
.jdgm-histogram .jdgm-star {
    color: #000 !important;
}
.jdgm-histogram__bar-content {
    background-color: #000 !important;
}
.product__card__main--wrapper .product__content .woocommerce-loop-product__title{
    margin-bottom: 5px !important;
}
.jdgm-rev__author {
    color: #000 !important;
}
.jdgm-rev[data-verified-buyer=true] .jdgm-rev__icon.jdgm-rev__icon:after, .jdgm-rev__buyer-badge.jdgm-rev__buyer-badge {
    background-color: #000 !important;
}
.jdgm-rev__icon:before{
    color: #000 !important;
}
.jdgm-form input[type="text"]:focus, .jdgm-form input[type="text"]:focus-visible, .jdgm-form input[type="email"]:focus, .jdgm-form input[type="email"]:focus-visible, .jdgm-form input[type="url"]:focus, .jdgm-form input[type="url"]:focus-visible, .jdgm-form textarea:focus, .jdgm-form textarea:focus-visible{
    border-color: var(--secondary-color) !important;
}
.jdgm-sort-dropdown-wrapper .jdgm-sort-dropdown, .jdgm-sort-dropdown-wrapper .jdgm-sort-dropdown-arrow{
    color: #000 !important;
}
.jdgm-btn--border:not([disabled]):hover, .jdgm-btn--border:focus{
    color: #000 !important;
}
.jdgm-btn--border{
    border-color: #000 !important;
}
.jdgm-btn--solid, input[type=submit].jdgm-btn--solid {
    color: white !important;
    background-color: #000 !important;
    border: 2px solid #000000 !important;
    border-color: #000 !important;
}
.jdgm-btn--border {
    color: #000 !important;
    border: 2px solid #000 !important;
    border-color: #000 !important;
}
.jdgm-rev-widg .jdgm-star:not([disabled]):hover{
    color: #000 !important;
}

.jdgm-write-rev-link.jdgm-write-rev-link {
    background-color: #000000 !important;
    border: 2px solid #000000 !important;
    border-color: #000000 !important;
}

.jdgm-form__fieldset p a{
    color: #000 !important;
    text-decoration: underline !important;
}

.woof_container_inner_productsize .woof_block_html_items ul li .woof_label_count{
	color: #000 !important;
}

.woof_submit_search_form_container .woof_submit_search_form{
    background-color: var(--secondary-color) !important;
    color: var(--primery-color) !important;
}


.account__section .woocommerce h2{
    width: 100% !important;
    text-align: center !important;
}
.woocommerce-form-login.login{
    margin: 0 auto !important;
    margin-top: 30px !important;
}
.woocommerce-form-login__submit{
    background-color: #000 !important;
    color: #fff !important;
}
.woocommerce-LostPassword.lost_password a{
    color: #000 !important;
    text-decoration: underline !important;
}
.account__section .woocommerce .woocommerce-notices-wrapper{
    width: 100% !important;
}
.woocommerce-ResetPassword.lost_reset_password{
    max-width: 500px !important;
    margin: 0 auto !important;
}
.woocommerce-ResetPassword.lost_reset_password .woocommerce-Button{
    background-color: #000 !important;
    color: #fff !important;
}

.mobile__search{
    display: none !important;
}

.menu__wrapper ul li.single__menu ul{
    padding: 0px !important;
    top: 39px !important;
}
.menu__wrapper ul li.single__menu ul li{
    display: flex !important;
    width: 100% !important;
    border-bottom: 1px solid #c9c9c9 !important;
}
.menu__wrapper ul li.single__menu ul li:nth-last-child(1){
    border-bottom: none !important;
}
.menu__wrapper ul li.single__menu ul li a{
    padding: 10px 12px !important;
    width: 100% !important;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.menu__wrapper ul li.single__menu ul li a:hover{
    background-color: #C0C0C0 !important;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.sidebar__menu .single__menu ul{
    margin: 5px 0px 10px 0px !important;
}
.sidebar__menu .mega-menu-wrap .single__menu ul li a{
    padding: 10px 12px !important;
    width: 100% !important;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.sidebar__menu .mega-menu-wrap #mega-menu-main_menu li.single__menu{
    margin-bottom: 0px !important;
}

/* Icon Section */
.home__icon-slider{
    background-color: #000;
    padding: 50px 0px;
}
.icon__item-box{
    width: 100px;
    height: 100px;
    margin: 0 auto;
    margin-bottom: 20px;
}
.icon__item-box img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.icon__item-content--box{
    text-align: center;
}
.icon__item-content--box h3{
    font-size: 24px;
    color: #fff;
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 10px;
}
.icon__item-content--box p{
    font-size: 16px;
    color: #fff;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 0px;
}
/* Icon Section */

.product__wrapper .woocommerce-LoopProduct-link img:nth-last-child(1){
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    z-index: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.product__card__main--wrapper:hover .product__wrapper .woocommerce-LoopProduct-link img:nth-last-child(1){
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.product__card__main--wrapper .add_to_cart_button{
    z-index: 3 !important;
}

.product__card__main--wrapper .product__wrapper .custom-badge{
    z-index: 3;
}

.woocommerce-orders-table__cell-order-number a{
	color: #000 !important;
	text-decoration: underline !important;
}
.woocommerce-orders-table__cell-order-actions a{
	background-color: #000 !important;
	color: #fff !important;
}

.woocommerce-order{
	width: 100%;
}
.woocommerce-order .woocommerce-thankyou-order-received{
	font-size: 18px;
    margin-bottom: 20px;
}
.woocommerce-order-details .woocommerce-order-details__title{
	margin-bottom: 20px;
}
.woocommerce-customer-details .woocommerce-order-details__title{
	margin-bottom: 20px;
}
.woocommerce-order-details .woocommerce-table__product-name{
	color: #000 !important;
	text-decoration: underline !important;
}



.home__icon-slider .our__collections-title h2{
    color: var(--primery-color);
}

.mobile__best-seller{
	display: none;
	padding: 50px 0px;
}
.mobile__best-seller ul{
	list-style: none;
	padding: 0px;
	margin: 0px;
}
.mobile__best-seller ul li{
	display: block;
	margin-bottom: 20px;
}
.mobile__best-seller ul li:nth-last-child(1){
	margin-bottom: 0px !important;
}


.main__collection .slider__arrows{
	display: none !important;
}
.main__collection .slider__arrows .swiper-button-next{
	right: 10px;
	transform: translate(0, -50%);
	top: 50%;
	bottom: 0px;
}
.main__collection .slider__arrows .swiper-button-prev{
	left: 10px;
	top: 50%;
	transform: translate(0, -50%);
	bottom: 0px;
}

/* .product.post-574{
	display: none;
} */

/* Custom Product */
.custom__product-wrapper{
    padding: 70px 0px;
}
.custom__product-title {
    text-align: center;
    max-width: 830px;
    margin: 0 auto;
    margin-bottom: 40px;
}
.custom__product-title h2{
    font-size: 45px;
    line-height: 55px;
    color: var(--secondary-color);
    font-weight: var(--weight-semi-bold);
    font-family: var(--harmonia-sans);
    margin-bottom: 12px;
    text-transform: uppercase;
}
.custom__product-title p{
    font-size: 16px;
    color: #000;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 0px;
}
.product__page-img{
    max-width: 700px;
    display: flex;
    margin: 0 auto;
    margin-bottom: 30px;
}
.product__page-img img{
    width: 100%;
}
.bottom__txt{
    text-align: center;
    margin-bottom: 40px;
}
.bottom__txt p{
    font-size: 16px;
    color: #000;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 0px;
}
.product__link{
    text-align: center;
}
.product__link a{
    background-color: var(--secondary-color);
    padding: 10px 55px;
    color: var(--primery-color);
    font-size: 20px;
    line-height: 33px;
    display: inline-flex;
    border: 1px solid var(--primery-color);
    border-radius: 55px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.banner.mobile{
	display: none;
}
.stock.in-stock{
	display: none;
}
.woocommerce-Tabs-panel--description a{
	word-break: break-all;
}
.product_meta{
	display: none;
}
.product-categories-PDP a{
	display: inline-block;
    color: var(--secondary-color);
    font-family: var(--harmonia-sans);
    font-weight: var(--weight-medium);
}
#wcmsd_form_1 .wcmsd-steps-container .wcmsd-step-container .wcmsd-step-content .wcmsd-item-container p.wcmsd-item-description {
    font-size: 22px !important;
    font-weight: 600 !important;
    color: #000000 !important;
}
.woocommerce-shop .post-574{
	display: none;
}
.icon-and-text {
    display: inline-flex;
    margin-bottom: 10px;
    font-size: 16px;
    align-items: center;
    justify-content: center;
}
.icon-and-text span{
	margin-left: 8px;
}
.variations_form.cart{
	margin-top: 16px;
}


.filter__close-btn{
	width: 20px;
	height: 20px;
	position: absolute;
	top: 10px;
	right: 10px;
	display: none;
}
.filter__close-btn button{
	width: 100%;
	height: 100%;
	background-color: transparent;
	border: none;
	padding: 0px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.filter__close-btn button svg{
	width: 100%;
	height: 100%;
}
.filter__open-btn{
	display: none;
}
.filter__open-btn button{
	display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 18px;
    color: #000;
    font-weight: 500;
    background-color: transparent;
    padding: 0px;
    border: none;
    position: relative;
    top: -52px;
	z-index: 3;
}
.filter__open-btn button svg{
	width: 20px;
	height: 20px;
}

.faq__category h2{
	margin: 24px 0 24px;
    color: #fff;
    display: inline-block;
    background: #000;
    padding: 12px 18px;
}
.sticky__btn a {
    background-color: #000000;
    padding: 8px 3px;
    border-radius: 5px 0px 0px 5px;
    border: 1px solid #000000;
    font-size: 15px;
    line-height: 22.5px;
    letter-spacing: 1.28px;
    display: inline-flex;
    color: #fff;
    font-family: Poppins, sans-serif;
    font-weight: 700;
    position: fixed;
    top: 52%;
    right: 0px;
    z-index: 99;
    animation: bounce 2s infinite ease-in-out;
}

/* Bounce Animation */
@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-15px);
    }
    60% {
        transform: translateY(-7px);
    }
}

.sticky__btn a svg {
    width: 30px;
    height: 30px;
}

.custom-thankyou-notes p{
	    font-size: 18px;
    margin: 12px 0px;
    font-weight: 500;
}
.custom-thankyou-notes ol{
	padding-left: 24px;
}
.custom-thankyou-notes ol li{
	margin-bottom: 12px;
}
.custom-thankyou-notes a{
	display: inline-block !important;
	background-color: #000000 !important;
	color: #ffffff !important;
	margin-top: 12px !important;
}
.product_notes__wrapper{
	min-height: 38px;
	display: inline-block;
}
.woocommerce-form-register__submit{
	background-color: #000000 !important;
	color: #ffffff !important;
}
.our_testimonials__details video, .our_testimonials__details img{
	width: 100%;
	height: auto;
}
@media (max-width: 767px) {
    .sticky__btn a {
        right: 0px;
		top: 37%;
    }
	.woocommerce-account .u-column2{
		margin-top: 24px !important; 
	}
	.sticky__btn a svg {
		width: 24px;
		height: 24px;
	}
}

.woocommerce-thankyou-order-received{
	font-weight: 700;
    color: #f00;	
}

.thwepof-input-field{
	padding: 8px;
    font-size: 16px;
    color: #000;
}
.thwepo-extra-options label{
	font-size: 18px;
    color: #000;
    margin-bottom: 12px;
}
.thwepo-extra-options  td{
	padding: 0 0 14px;
}
/* Responsive Css Start Here */

@media screen and (max-width: 1439px) and (min-width: 1301px){
    .container {
        max-width: 1260px;
    }
}
@media screen and (max-width: 1350px) and (min-width: 1025px){
    .best__seller--wrapper .seller-swiper-button-prev {
        left: 0;
        z-index: 9;
    }
    .best__seller--wrapper .seller-swiper-button-next {
        right: 0;
        z-index: 9;
    }
    .main__collection-item {
        height: auto;
    }
/*     .banner__slider-item {
        height: 510px;
    } */
    .banner__content h1 {
        font-size: 75px;
        line-height: 80px;
    }
    .shop__page-header {
        padding: 0px 0px;
    }
    .products__filter-column {
        width: calc(30% - 10px);
    }
    .product__listing-column {
        width: calc(70% - 10px);
    }
    .product__card__main--wrapper .product__wrapper {
        height: 210px;
    }
    .product__card__main--wrapper .product__content .woocommerce-loop-product__title {
        font-size: 18px !important;
        line-height: 24px !important;
    }
    .product__card__main--wrapper .product__content .posted_in a {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 3px;
        margin-bottom: 5px !important;
    }
    .product__card__main--wrapper .product__content .price {
        font-size: 16px !important;
    }
    .single__product-gallery--wrapper {
        height: 390px;
    }
    .product__detail-summery .product_title {
        font-size: 32px;
        line-height: 36px;
        margin-bottom: 15px;
    }
    .product__detail-summery .cart .quantity {
        width: 130px;
    }
    .single__product-large--detail .related h2 {
        font-size: 36px;
        line-height: 45px;
        margin-bottom: 10px;
    }
    .best__seller-title h2 {
        font-size: 36px;
        line-height: 45px;
        margin-bottom: 10px;
    }
    .banner__title h2 {
        font-size: 38px;
        line-height: 55px;
    }
    .faq__banner {
        padding: 40px 0px;
    }
    .get__in-touch--title h3 {
        font-size: 30px;
        line-height: 40px;
    }
    .get__in-touch-col {
        width: calc(50% - 20px);
    }
    .main__contact-details ul li a {
        font-size: 18px;
        line-height: 34px;
    }
    .form__field-row {
        row-gap: 15px;
    }
    .form__field-column--6 {
        width: calc(50% - 7.5px);
    }
    .form__field-item input {
        padding: 17px 20px;
        font-size: 16px;
    }
    .get__in-touch {
        padding: 50px 0px 40px;
    }
    .form__field-submit--btn input[type=submit] {
        padding: 7px 55px;
        font-size: 18px;
        line-height: 33px;
    }
    .about__banner-content h2 {
        font-size: 75px;
        line-height: 75px;
        margin-bottom: 20px;
    }
    .about__banner-content p {
        font-size: 18px;
        line-height: 27px;
        margin-bottom: 0;
    }
    .about__banner {
        padding: 130px 0px;
    }
    .our__story-txt h2 {
        font-size: 36px;
        line-height: 46px;
    }
    .our__story-txt p {
        font-size: 20px;
        line-height: 28px;
    }
    .our__story {
        padding: 50px 0px;
    }
    .client__reviews {
        padding: 50px 0px;
    }
    .client__reviews-txt h2 {
        font-size: 36px;
        line-height: 42px;
    }
    .client__reviews-txt {
        margin-bottom: 45px;
    }
    .reviews__user-img {
        width: 60px;
        height: 60px;
    }
    .reviews__user-name h3 {
        font-size: 22px;
        line-height: 28px;
        margin-bottom: 6px;
    }
    .reviews__user-name p {
        line-height: 21px;
    }
    .account__section .woocommerce .woocommerce-MyAccount-navigation {
        width: calc(24% - 10px) !important;
    }
    .account__section .woocommerce .woocommerce-MyAccount-content {
        width: calc(76% - 10px) !important;
        padding: 30px;
    }
}

@media(max-width: 1024px){
    .best__seller--wrapper .seller-swiper-button-prev {
        left: 0;
        z-index: 9;
    }
    .best__seller--wrapper .seller-swiper-button-next {
        right: 0;
        z-index: 9;
    }
    .main__collection-item {
        height: auto;
    }
/*     .banner__slider-item {
        height: 510px;
    } */
    .banner__content h1 {
        font-size: 75px;
        line-height: 80px;
    }
    .shop__page-header {
        padding: 0px 0px;
    }
    .products__filter-column {
        width: calc(30% - 10px);
    }
    .product__listing-column {
        width: calc(70% - 10px);
    }
    .product__card__main--wrapper .product__wrapper {
        height: 210px;
    }
    .product__card__main--wrapper .product__content .woocommerce-loop-product__title {
        font-size: 18px !important;
        line-height: 24px !important;
    }
    .product__card__main--wrapper .product__content .posted_in a {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 3px;
        margin-bottom: 5px !important;
    }
    .product__card__main--wrapper .product__content .price {
        font-size: 16px !important;
    }
    /*  */
    .single__product-gallery--wrapper {
        height: 381px;
    }
    .product__detail-summery .product_title {
        font-size: 32px;
        line-height: 36px;
        margin-bottom: 15px;
    }
    .product__detail-summery .cart .quantity {
        width: 130px;
    }
    .single__product-large--detail .related h2 {
        font-size: 36px;
        line-height: 45px;
        margin-bottom: 10px;
    }
    .best__seller-title h2 {
        font-size: 36px;
        line-height: 45px;
        margin-bottom: 10px;
    }

    /*  */
    .banner__title h2 {
        font-size: 38px;
        line-height: 55px;
    }
    .faq__banner {
        padding: 40px 0px;
    }
    .get__in-touch--title h3 {
        font-size: 30px;
        line-height: 40px;
    }
    .get__in-touch-col {
        width: calc(50% - 20px);
    }
    .main__contact-details ul li a {
        font-size: 18px;
        line-height: 34px;
    }
    .form__field-row {
        row-gap: 15px;
    }
    .form__field-column--6 {
        width: calc(50% - 7.5px);
    }
    .form__field-item input {
        padding: 17px 20px;
        font-size: 16px;
    }
    .get__in-touch {
        padding: 50px 0px 40px;
    }

    .policy__main-block h1, .policy__main-block h2, .policy__main-block h3 {
        font-size: 30px;
        line-height: 44px;
        margin-bottom: 15px;
    }
    .policy__main-block p {
        font-size: 20px;
        line-height: 29px;
        margin-bottom: 21px;
    }
    .about__banner-content h2 {
        font-size: 75px;
        line-height: 75px;
        margin-bottom: 20px;
    }
    .about__banner-content p {
        font-size: 18px;
        line-height: 27px;
        margin-bottom: 0;
    }
    .about__banner {
        padding: 130px 0px;
    }
    .our__story-txt h2 {
        font-size: 36px;
        line-height: 46px;
    }
    .our__story-txt p {
        font-size: 20px;
        line-height: 28px;
    }
    .our__story {
        padding: 50px 0px;
    }
    .client__reviews {
        padding: 50px 0px;
    }
    .client__reviews-txt h2 {
        font-size: 36px;
        line-height: 42px;
    }
    .client__reviews-txt {
        margin-bottom: 45px;
    }
    .reviews__user-img {
        width: 60px;
        height: 60px;
    }
    .reviews__user-name h3 {
        font-size: 22px;
        line-height: 28px;
        margin-bottom: 6px;
    }
    .reviews__user-name p {
        line-height: 21px;
    }
    .account__section .woocommerce .woocommerce-MyAccount-navigation {
        width: calc(24% - 10px) !important;
    }
    .account__section .woocommerce .woocommerce-MyAccount-content {
        width: calc(76% - 10px) !important;
        padding: 30px;
    }
    .faq__items details summary {
        padding: 15px 80px 15px 30px;
        font-size: 24px;
        line-height: 32px;
    }
	.our__collections.our__accords .collections__column.accord_column{
		width: 33.33%; 
	}
	.custom__product-title h2 {
        font-size: 36px;
        line-height: 45px;
    }
    .product__page-img {
        max-width: 550px;
    }
    .product__link a {
        padding: 7px 55px;
        font-size: 18px;
        line-height: 31px;
    }
	.product__card__main--wrapper .product__wrapper {
        height: 310px;
    }
}

@media(max-width: 991px) {
    .header__Menu-list, .header__action-btns:first-of-type {
        display: none;
    }
    .header__action-btns {
        min-width: fit-content;
    }
    .header {
        padding: 15px 0px;
    }
    .brand__logo {
        width: 80px;
    }
    .banner__content h1 {
        font-size: 65px;
        line-height: 75px;
    } 
    .more__product-btn {
        margin-top: 30px;
    }
    .service__info {
        padding: 50px 20px;
    }
    .header__action-btns ul li a svg {
        width: 27px;
        height: 27px;
    }
    .service__info-wrapper p {
        font-size: 22px;
        line-height: 28px;
    }
    .slider__arrows .swiper-button-prev, .slider__arrows .swiper-button-next {
        bottom: 50px;
        top: auto;
    }
    .slider__arrows .swiper-button-prev {
        left: 40%;
    }
    .slider__arrows .swiper-button-next {
        right: 40%;
    }
    .best__seller {
        padding: 70px 0px 0px;
    }    
    section.best__seller.bg__white {
        padding-bottom: 70px;
    }
    .main__footer-col--3, .main__footer-col--6 {
        width: 100%;
    }
    .main__footer-col--6 {
        margin: 50px 0;
    }
    .news__letter-wrapper {
        max-width: 60%;
    }
    .collections__column {
        width: 33.33%;
    }
/*     .banner__slider-item {
        height: 550px;
    } */
    .mobile__menu{
        display: inline-flex !important;
    }
    .collections__column {
        width: 50%;
    }
	.our__collections.our__accords .collections__column.accord_column{
		width: 50%; 
	}
    .product__listing-column .products li {
        width: 50% !important;
    }
    .ctm__cart-btn--mb a {
        padding: 5px 40px !important;
        font-size: 16px !important;
        line-height: 33px !important;
    }
    .copy__right-col {
        width: 100%;
    }
    .copy__right-txt--wrapper{
        text-align: center;
        margin-bottom: 20px;
    }
    .copy__right-links ul {
        justify-content: center;
    }
    .single__product-gallery {
        width: calc(60% - 10px) !important;
    }
    .single__product-detail {
        width: calc(40% - 10px) !important;
    }
    .product__detail-summery .product_title {
        font-size: 26px;
        line-height: 30px;
        margin-bottom: 15px;
    }
    .product__detail-summery .price {
        font-size: 18px !important;
        line-height: 22px;
        margin-bottom: 14px;
    }
    .product__detail-summery .cart .single_add_to_cart_button {
        padding: 17px 20px !important;
        font-size: 16px !important;
        line-height: 14px !important;
    }
    .product__detail-summery .woocommerce-product-details__short-description p {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 20px;
    }
    .product__detail-summery .cart .quantity {
        width: 120px;
    }
    .single__product-large--detail .woocommerce-Tabs-panel p {
        font-size: 16px;
        line-height: 23px;
    }
    .single__product-card .related.products .product__listing-column li {
        width: 50% !important;
    }
    .policy__main-block h1, .policy__main-block h2, .policy__main-block h3 {
        font-size: 26px;
        line-height: 36px;
        margin-bottom: 10px;
    }
    .policy__main-block h4, .policy__main-block h5, .policy__main-block h6 {
        font-size: 24px;
        line-height: 32px;
    }
    .our__story-col {
        width: 100%;
    }
    .about__story__block .our__story:nth-child(even) .our__story-row{
        flex-direction: column-reverse;
    }
    .about__banner-content h2 {
        font-size: 48px;
        line-height: 55px;
        margin-bottom: 20px;
    }
    .account__section .woocommerce .woocommerce-MyAccount-navigation {
        width: 100% !important;
    }
    .account__section .woocommerce .woocommerce-MyAccount-content {
        width: 100% !important;
        padding: 20px;
    }
    .account__section .default-content-holder .woocommerce {
        justify-content: flex-end;
    }
    .mobile__search{
        display: inline-flex !important;
    }
	.sidebar__menu .mega-menu-wrap #mega-menu-main_menu li.single__menu {
    	margin-bottom: 15px !important;
	}
	.single__product-gallery--wrapper {
        height: 349px;
    }
	.shop__page-header .woocommerce-products-header__title {
		font-size: 34px;
		line-height: 46px;
	}
}

@media(max-width: 768px){
    #mega-menu-wrap-main_menu .mega-menu-toggle + #mega-menu-main_menu{
        display: block !important;
        background: transparent !important;
    }
    .sidebar__menu .mega-menu-toggle{
        display: none !important;
    }
}

@media(max-width: 767px) {
    .news__letter-wrapper {
        max-width: 100%;
    }
    .banner__content h1 {
        font-size: 50px;
        line-height: 60px;
    }
    .banner__content p {
        font-size: 16px;
        line-height: 22px;
    }
    .banner__content a {
        padding: 10px 35px;
        font-size: 16px;
        line-height: 22px;
    }
    .slider__arrows .swiper-button-prev, .slider__arrows .swiper-button-next {
        width: 30px;
        height: 30px;
        bottom: 30px;
    }
/*     .banner__slider-item {
        height: 250px;
    } */
    .best__seller-title h2 {
        font-size: 36px;
        line-height: 42px;
    }
    .best__seller {
        padding: 50px 0px 0;
    }
    .best__seller-title p {
        font-size: 16px;
        line-height: 22px;
    }
    .more__product-btn a {
        padding: 10px 35px;
        font-size: 16px;
        line-height: 22px;
    }
    section.best__seller.bg__white {
        padding-bottom: 50px;
    }
    .our__collections-title h2 {
        font-size: 28px;
        line-height: 34px;
    }
    .collections__column {
        width: 100%;
    }
    .service__info-col {
        width: 100%;
        margin-bottom: 30px;
    }
    .service__info-col:last-child {
        margin-bottom: 0;
    }
    .footer__menu-col {
        width: 50%;
    }
    .best__seller--wrapper .seller-swiper-button-next {
        right: 35%;
        top: auto;
        bottom: -80px;
    }
    .best__seller--wrapper .seller-swiper-button-prev {
        bottom: -80px;
        top: auto;
        left: 35%;
    }
    .more__product-btn {
        margin-top: 80px;
    }
    .ctm__cart-btn--mb a {
        padding: 5px 40px !important;
        font-size: 16px !important;
        line-height: 22px !important;
    }
    .products__filter-column {
        width: 100%;
    }
    .product__listing-column {
        width: 100%;
    }
    .product__listing-column .products li {
        width: 50% !important;
		padding: 0px 5px !important;
    }
    .shop__row{
        row-gap: 30px;
    }
    .product__card__main--wrapper .product__wrapper {
        height: 200px;
    }
	.product__card__main--wrapper .product__content {
    	padding: 10px 10px;
	}
    .load-more-container button {
        padding: 8px 40px;
        font-size: 18px;
        line-height: 32px;
    }
	.shop__page-header .woocommerce-products-header__title {
        font-size: 20px;
        line-height: 35px;
    }
	.product__header-block {
		padding: 5px 0px;
	}
    .shop__page-header {
        padding: 0px 0px;
    }
    .copy__right-links ul li a{
        font-size: 14px;
    }
    .single__product-gallery {
        width: 100% !important;
    }
    .single__product-detail {
        width: 100% !important;
    }
    .single__product-gallery--wrapper {
        height: 350px;
    }
    .single__product-large--detail .woocommerce-tabs ul li a {
        font-size: 16px !important;
        line-height: 20px !important;
        padding: 10px 16px !important;
    }
    .single__product-gallery--wrapper {
        height: auto;
        flex-direction: column-reverse;
        row-gap: 10px;
    }
    .product__thumb {
        width: 100%;
    }
    .product__main {
        width: 100%;
    }
    .single__product-card .related.products .product__listing-column li {
        width: 50% !important;
    }
    .single__product-large--detail .related h2 {
        font-size: 28px;
        line-height: 35px;
        margin-bottom: 10px;
    }
    .single__product-large--detail .related {
        padding-top: 30px;
    }
    .best__seller-title h2 {
        font-size: 28px;
        line-height: 35px;
    }
    .get__in-touch-col {
        width: 100%;
    }
    .main__contact-details ul li {
        margin-bottom: 20px;
    }
    .get__in-touch-row {
        row-gap: 40px;
    }
    .form__field-column--6 {
        width: 100%;
    }
    .policy__main-block p {
        font-size: 16px;
        line-height: 23px;
        margin-bottom: 20px;
    }
    .policy__main-block h1, .policy__main-block h2, .policy__main-block h3 {
        font-size: 24px;
        line-height: 31px;
        margin-bottom: 10px;
    }
    .policy__main-block h4, .policy__main-block h5, .policy__main-block h6 {
        font-size: 22px;
        line-height: 30px;
        margin-bottom: 10px;
    }
    .about__banner-content h2 {
        font-size: 36px;
        line-height: 43px;
        margin-bottom: 10px;
    }
    .about__banner-content p {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 0;
    }
    .our__story-txt h2 {
        font-size: 28px;
        line-height: 35px;
    }
    .our__story-txt p {
        font-size: 16px;
        line-height: 20px;
    }
    .our__story-image {
        width: 100%;
    }
    .faq__items details summary {
        padding: 15px 68px 15px 20px;
        font-size: 18px;
        line-height: 28px;
    }
    .faq__content {
        padding: 13px 20px;
    }
    .faq__content p {
        font-size: 15px;
        line-height: 24px;
    }
    .faq__items details summary::after {
        top: 19px;
        right: 20px;
    }
    .header__action-btns ul {
        gap: 5px;
    }
    .mobile__search-wrapper {
        max-width: 100%;
    }
    .mobile__search-popup {
        padding: 18px 50px 18px 20px;
    }
    .search__popup-close {
        width: 35px;
        height: 35px;
        right: 7px;
    }
    .slider__arrows{
        display: none !important;
    }
    .icon__item-box {
        width: 80px;
        height: 80px;
    }
	.our__collections.our__accords .collections__column.accord_column{ width: 100%; }
	.banner__content span{
		display: none;
	}
/* 	.best__seller.bg__white{
		display: none !important;
	} */
	.mobile__best-seller{
/* 		display: block !important; */
	}
	.main__collection .slider__arrows{
		display: block !important;
	}
	.main__collection-item {
		height: auto;
    }
	.custom__product-wrapper {
        padding: 40px 0px;
    }
    .custom__product-title h2 {
        font-size: 28px;
        line-height: 36px;
    }
    .bottom__txt {
        margin-bottom: 20px;
    }
	.banner.mobile{
		display: block;
	}
	.banner.desktop{
		display: none;
	}
	.swiper .swiper-pagination .swiper-pagination-bullet {
		width: 8px;
		height: 8px;
	}
	.banner__pagination .swiper-pagination {
		bottom: 7px !important;
	}
	.mobile__best-seller{
		padding: 50px 0px 30px;
	}
	.mobile__best-seller .mobile__best-seller{
		padding: 0px !important;
		margin-bottom: 20px !important;
	}
	.shop__filter {
		padding: 40px 30px;
		background-color: var(--primery-color);
		border: none;
		border-radius: 0;
		position: fixed;
		top: 0px;
		left: -100%;
		width: 100%;
		z-index: 99999;
		height: 100%;
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}
	.shop__filter.active__shop-filter {
		left: 0px;
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}
	.shop__filter .woof_sid{
		max-height: 93.6%;
		overflow-y: auto;
		overflow-x: visible;
	}
	.filter__close-btn{
		display: flex;
	}
	.sort__wrapper .woocommerce-ordering select {
		padding: 11px 15px;
		font-size: 15px;
		line-height: 20px;
		padding-right: 35px;
		background-size: 18px;
		background-position: 95%;
	}
	.filter__open-btn{
		display: flex;
	}
	.product__wrapper .add_to_cart_button{
		display: none !important;
	}
	.related.products .filter__open-btn{
		display: none;
	}
	.alg-wc-wl-thumb-btn-abs div i{
		font-size: 12px !important;	
	}
	.product__card__main--wrapper .product__wrapper .alg-wc-wl-btn {
    	width: 20px;
    	height: 20px;
		top: 7px !important;
	}	
	.product__card__main--wrapper .product__wrapper .custom-badge {
		top: 7px;
		padding: 3px 4px;
		left: 5px;
		font-size: 11px !important;
	}
	.product__card__main--wrapper .product__content .posted_in a {
        font-size: 14px;
        line-height: 14px;
        margin-bottom: 0px !important;
    }
	 .product__card__main--wrapper .product__content .woocommerce-loop-product__title {
        font-size: 16px !important;
        line-height: 18px !important;
    }
	span.product_notes__wrapper{
		font-size: 14px;
		margin-bottom: 12px;
    	display: inline-block;
	}
	.product_notes__wrapper {
		min-height: 52.8px;
	}

}
/* Responsive Css End Here */

/* .jdgm-preview-badge .jdgm-star{
    color: var(--secondary-color) !important;
}
.jdgm-widget.jdgm-widget{
    margin-bottom: 9px !important;
}
#judgeme_product_reviews .jdgm-rev-widg{
    max-width: 1340px !important;
    margin: 0 auto !important;
    padding: 0px 20px !important;
}
.jdgm-rev-widg .jdgm-star, .jdgm-revs-tab .jdgm-star, .jdgm-all-reviews .jdgm-star, .jdgm-gallery-popup .jdgm-star{
    color: var(--secondary-color) !important;
}
.jdgm-histogram .jdgm-star {
    color: #000 !important;
}
.jdgm-histogram__bar-content {
    background-color: #000 !important;
}
.product__card__main--wrapper .product__content .woocommerce-loop-product__title{
    margin-bottom: 5px !important;
}
.jdgm-rev__author {
    color: #000 !important;
}
.jdgm-rev[data-verified-buyer=true] .jdgm-rev__icon.jdgm-rev__icon:after, .jdgm-rev__buyer-badge.jdgm-rev__buyer-badge {
    background-color: #000 !important;
}
.jdgm-rev__icon:before{
    color: #000 !important;
}
.jdgm-form input[type="text"]:focus, .jdgm-form input[type="text"]:focus-visible, .jdgm-form input[type="email"]:focus, .jdgm-form input[type="email"]:focus-visible, .jdgm-form input[type="url"]:focus, .jdgm-form input[type="url"]:focus-visible, .jdgm-form textarea:focus, .jdgm-form textarea:focus-visible{
    border-color: var(--secondary-color) !important;
}
.jdgm-sort-dropdown-wrapper .jdgm-sort-dropdown, .jdgm-sort-dropdown-wrapper .jdgm-sort-dropdown-arrow{
    color: #000 !important;
}
.jdgm-btn--border:not([disabled]):hover, .jdgm-btn--border:focus{
    color: #000 !important;
}
.jdgm-btn--border{
    border-color: #000 !important;
}
.jdgm-btn--solid, input[type=submit].jdgm-btn--solid {
    color: white !important;
    background-color: #000 !important;
    border: 2px solid #000000 !important;
    border-color: #000 !important;
}
.jdgm-btn--border {
    color: #000 !important;
    border: 2px solid #000 !important;
    border-color: #000 !important;
}
.jdgm-rev-widg .jdgm-star:not([disabled]):hover{
    color: #000 !important;
}

.jdgm-write-rev-link.jdgm-write-rev-link {
    background-color: #000000 !important;
    border: 2px solid #000000 !important;
    border-color: #000000 !important;
}

.jdgm-form__fieldset p a{
    color: #000 !important;
    text-decoration: underline !important;
}

.woof_container_inner_productsize .woof_block_html_items ul li .woof_label_count{
	color: #000 !important;
}

.woof_submit_search_form_container .woof_submit_search_form{
    background-color: var(--secondary-color) !important;
    color: var(--primery-color) !important;
}

.account__section .woocommerce h2{
    width: 100% !important;
    text-align: center !important;
}
.woocommerce-form-login.login{
    margin: 0 auto;
    margin-top: 30px;
}
.woocommerce-form-login__submit{
    background-color: #000 !important;
    color: #fff !important;
}
.woocommerce-LostPassword.lost_password a{
    color: #000;
    text-decoration: underline;
}
.account__section .woocommerce .woocommerce-notices-wrapper{
    width: 100% !important;
}
.woocommerce-ResetPassword.lost_reset_password{
    max-width: 500px !important;
    margin: 0 auto !important;
}
.woocommerce-ResetPassword.lost_reset_password .woocommerce-Button{
    background-color: #000 !important;
    color: #fff !important;
} */



.checkout__form-wrapper {
    position: relative;
    padding-bottom: 75px;
}
.checkout__form-wrapper .woocommerce-NoticeGroup {
    width: 100% !important;
}
.checkout__form-wrapper .woocommerce-checkout {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 30px;
}
.checkout__form-wrapper .woocommerce-checkout .billing__info {
    width: calc(52.23% - 27.5px);
}
@media (max-width: 1300px) {
    .checkout__form-wrapper .woocommerce-checkout .billing__info {
        width: calc(52.23% - 15px);
   }
}
@media (max-width: 991px) {
    .checkout__form-wrapper .woocommerce-checkout .billing__info {
        width: 100%;
   }
}
.checkout__form-wrapper .woocommerce-checkout .billing__info .woocommerce-billing-fields .billing__title, .checkout__form-wrapper .woocommerce-checkout .billing__info .shipping_address .billing__title {
    font-size: 20px;
    line-height: 24.6px;
    color: #000;
    font-family: 700;
    font-weight: normal;
    padding-bottom: 12px;
    border-bottom: 1px solid #656565;
    margin-bottom: 23px;
}
@media (max-width: 767px) {
    .checkout__form-wrapper .woocommerce-checkout .billing__info .woocommerce-billing-fields .billing__title, .checkout__form-wrapper .woocommerce-checkout .billing__info .shipping_address .billing__title {
        margin-bottom: 22px;
   }
}
.checkout__form-wrapper .woocommerce-checkout .billing__info .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper, .checkout__form-wrapper .woocommerce-checkout .billing__info .shipping_address .woocommerce-billing-fields__field-wrapper, .checkout__form-wrapper .woocommerce-checkout .billing__info .woocommerce-billing-fields .woocommerce-shipping-fields__field-wrapper, .checkout__form-wrapper .woocommerce-checkout .billing__info .shipping_address .woocommerce-shipping-fields__field-wrapper {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 29px;
    margin-bottom: 28px;
}
@media (max-width: 767px) {
    .checkout__form-wrapper .woocommerce-checkout .billing__info .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper, .checkout__form-wrapper .woocommerce-checkout .billing__info .shipping_address .woocommerce-billing-fields__field-wrapper, .checkout__form-wrapper .woocommerce-checkout .billing__info .woocommerce-billing-fields .woocommerce-shipping-fields__field-wrapper, .checkout__form-wrapper .woocommerce-checkout .billing__info .shipping_address .woocommerce-shipping-fields__field-wrapper {
        row-gap: 22px;
        margin-bottom: 25px;
   }
}
.checkout__form-wrapper .woocommerce-checkout .billing__info .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p, .checkout__form-wrapper .woocommerce-checkout .billing__info .shipping_address .woocommerce-billing-fields__field-wrapper p, .checkout__form-wrapper .woocommerce-checkout .billing__info .woocommerce-billing-fields .woocommerce-shipping-fields__field-wrapper p, .checkout__form-wrapper .woocommerce-checkout .billing__info .shipping_address .woocommerce-shipping-fields__field-wrapper p {
    margin: 0px;
    padding: 0px;
    width: calc(50% - 12.5px);
}
@media (max-width: 767px) {
    .checkout__form-wrapper .woocommerce-checkout .billing__info .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p, .checkout__form-wrapper .woocommerce-checkout .billing__info .shipping_address .woocommerce-billing-fields__field-wrapper p, .checkout__form-wrapper .woocommerce-checkout .billing__info .woocommerce-billing-fields .woocommerce-shipping-fields__field-wrapper p, .checkout__form-wrapper .woocommerce-checkout .billing__info .shipping_address .woocommerce-shipping-fields__field-wrapper p {
        width: 100%;
   }
}
.checkout__form-wrapper .woocommerce-checkout .billing__info .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p#billing_address_2_field, .checkout__form-wrapper .woocommerce-checkout .billing__info .shipping_address .woocommerce-billing-fields__field-wrapper p#billing_address_2_field, .checkout__form-wrapper .woocommerce-checkout .billing__info .woocommerce-billing-fields .woocommerce-shipping-fields__field-wrapper p#billing_address_2_field, .checkout__form-wrapper .woocommerce-checkout .billing__info .shipping_address .woocommerce-shipping-fields__field-wrapper p#billing_address_2_field {
    display: none !important;
}
.checkout__form-wrapper .woocommerce-checkout .billing__info .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper label, .checkout__form-wrapper .woocommerce-checkout .billing__info .shipping_address .woocommerce-billing-fields__field-wrapper label, .checkout__form-wrapper .woocommerce-checkout .billing__info .woocommerce-billing-fields .woocommerce-shipping-fields__field-wrapper label, .checkout__form-wrapper .woocommerce-checkout .billing__info .shipping_address .woocommerce-shipping-fields__field-wrapper label {
    font-size: 16px;
    line-height: 19.68px;
    color: #000;
    font-family: var(--harmonia-sans);
    font-weight: 400;
    display: inline-flex;
    margin-bottom: 12px;
}
@media (max-width: 767px) {
    .checkout__form-wrapper .woocommerce-checkout .billing__info .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper label, .checkout__form-wrapper .woocommerce-checkout .billing__info .shipping_address .woocommerce-billing-fields__field-wrapper label, .checkout__form-wrapper .woocommerce-checkout .billing__info .woocommerce-billing-fields .woocommerce-shipping-fields__field-wrapper label, .checkout__form-wrapper .woocommerce-checkout .billing__info .shipping_address .woocommerce-shipping-fields__field-wrapper label {
        margin-bottom: 9px;
   }
}
.checkout__form-wrapper .woocommerce-checkout .billing__info .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper label .required, .checkout__form-wrapper .woocommerce-checkout .billing__info .shipping_address .woocommerce-billing-fields__field-wrapper label .required, .checkout__form-wrapper .woocommerce-checkout .billing__info .woocommerce-billing-fields .woocommerce-shipping-fields__field-wrapper label .required, .checkout__form-wrapper .woocommerce-checkout .billing__info .shipping_address .woocommerce-shipping-fields__field-wrapper label .required {
    color: #d98986;
    font-size: 14px;
    line-height: 17.22px;
    font-family: var(--harmonia-sans);
    font-weight: 400;
}
.checkout__form-wrapper .woocommerce-checkout .billing__info .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .input-text, .checkout__form-wrapper .woocommerce-checkout .billing__info .shipping_address .woocommerce-billing-fields__field-wrapper .input-text, .checkout__form-wrapper .woocommerce-checkout .billing__info .woocommerce-billing-fields .woocommerce-shipping-fields__field-wrapper .input-text, .checkout__form-wrapper .woocommerce-checkout .billing__info .shipping_address .woocommerce-shipping-fields__field-wrapper .input-text {
    width: 100%;
    background-color: #fff;
    padding: 10px 10px;
    font-size: 16px;
    line-height: 19.68px;
    color: #000;
    font-family: var(--harmonia-sans);
    font-weight: 400;
    border: 1px solid #000;
    border-radius: 0px;
}
.checkout__form-wrapper .woocommerce-checkout .billing__info .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .select2-selection, .checkout__form-wrapper .woocommerce-checkout .billing__info .shipping_address .woocommerce-billing-fields__field-wrapper .select2-selection, .checkout__form-wrapper .woocommerce-checkout .billing__info .woocommerce-billing-fields .woocommerce-shipping-fields__field-wrapper .select2-selection, .checkout__form-wrapper .woocommerce-checkout .billing__info .shipping_address .woocommerce-shipping-fields__field-wrapper .select2-selection {
    border: none;
    background-color: transparent;
    height: auto !important;
    margin: 0px !important;
    border-radius: 0px !important;
}
.checkout__form-wrapper .woocommerce-checkout .billing__info .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .select2-selection__rendered, .checkout__form-wrapper .woocommerce-checkout .billing__info .shipping_address .woocommerce-billing-fields__field-wrapper .select2-selection__rendered, .checkout__form-wrapper .woocommerce-checkout .billing__info .woocommerce-billing-fields .woocommerce-shipping-fields__field-wrapper .select2-selection__rendered, .checkout__form-wrapper .woocommerce-checkout .billing__info .shipping_address .woocommerce-shipping-fields__field-wrapper .select2-selection__rendered, .checkout__form-wrapper .woocommerce-checkout .billing__info .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper select, .checkout__form-wrapper .woocommerce-checkout .billing__info .shipping_address .woocommerce-billing-fields__field-wrapper select, .checkout__form-wrapper .woocommerce-checkout .billing__info .woocommerce-billing-fields .woocommerce-shipping-fields__field-wrapper select, .checkout__form-wrapper .woocommerce-checkout .billing__info .shipping_address .woocommerce-shipping-fields__field-wrapper select {
    width: 100%;
    background-color: #fff;
    padding: 10px 10px;
    font-size: 16px;
    line-height: 19.68px;
    color: #000;
    font-family: var(--harmonia-sans);
    font-weight: 400;
    border: 1px solid #000;
    border-radius: 0px;
}
.checkout__form-wrapper .woocommerce-checkout .billing__info .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .select2-selection__arrow, .checkout__form-wrapper .woocommerce-checkout .billing__info .shipping_address .woocommerce-billing-fields__field-wrapper .select2-selection__arrow, .checkout__form-wrapper .woocommerce-checkout .billing__info .woocommerce-billing-fields .woocommerce-shipping-fields__field-wrapper .select2-selection__arrow, .checkout__form-wrapper .woocommerce-checkout .billing__info .shipping_address .woocommerce-shipping-fields__field-wrapper .select2-selection__arrow {
    width: 10px;
    height: 6px;
    top: 50%;
    right: 13px;
    background: url(assets/images/checkout__down-arrow.svg) no-repeat;
    background-position: center;
    background-size: cover;
    transform: translate(0, -50%);
}
.checkout__form-wrapper .woocommerce-checkout .billing__info .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .select2-selection__arrow b, .checkout__form-wrapper .woocommerce-checkout .billing__info .shipping_address .woocommerce-billing-fields__field-wrapper .select2-selection__arrow b, .checkout__form-wrapper .woocommerce-checkout .billing__info .woocommerce-billing-fields .woocommerce-shipping-fields__field-wrapper .select2-selection__arrow b, .checkout__form-wrapper .woocommerce-checkout .billing__info .shipping_address .woocommerce-shipping-fields__field-wrapper .select2-selection__arrow b {
    display: none;
}
.checkout__form-wrapper .woocommerce-checkout .billing__info .woocommerce-shipping-fields h3 {
    margin-bottom: 17px;
}
.checkout__form-wrapper .woocommerce-checkout .billing__info .woocommerce-shipping-fields h3 .woocommerce-form__label {
    font-size: 16px;
    line-height: 19.68px;
    color: #000;
    font-family: var(--harmonia-sans);
    font-weight: 400;
}
.checkout__form-wrapper .woocommerce-checkout .billing__info .woocommerce-shipping-fields h3 .woocommerce-form__label .woocommerce-form__input {
    width: 13px;
    height: 13px;
    border: 1px solid #656565;
    border-radius: 50%;
}
.checkout__form-wrapper .woocommerce-checkout .billing__info .woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper p {
    margin: 0px;
    padding: 0px;
}
.checkout__form-wrapper .woocommerce-checkout .billing__info .woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper label {
    font-size: 16px;
    line-height: 19.68px;
    color: #000;
    font-family: var(--harmonia-sans);
    font-weight: 400;
    display: inline-flex;
    margin-bottom: 12px;
}
.checkout__form-wrapper .woocommerce-checkout .billing__info .woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper .woocommerce-input-wrapper textarea {
    width: 100%;
    background-color: #fff;
    padding: 10px 10px;
    font-size: 16px;
    line-height: 19.68px;
    color: #000;
    font-family: var(--harmonia-sans);
    font-weight: 400;
    border: 1px solid #000;
    min-height: 97px;
    max-height: 97px;
    border-radius: 0px;
}
.checkout__form-wrapper .woocommerce-checkout .billing__info .checkout__gift-wrap {
    margin-top: 16px;
}
@media (max-width: 767px) {
    .checkout__form-wrapper .woocommerce-checkout .billing__info .checkout__gift-wrap {
        margin-top: 0px;
   }
}
.checkout__form-wrapper .woocommerce-checkout .billing__info .checkout__gift-wrap details {
    background-color: #000;
}
.checkout__form-wrapper .woocommerce-checkout .billing__info .checkout__gift-wrap details summary {
    padding: 15px 70px 17px 18px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    line-height: 19.68px;
    font-family: var(--harmonia-sans);
    font-weight: normal;
    color: #000;
    position: relative;
    cursor: pointer;
}
@media (max-width: 767px) {
    .checkout__form-wrapper .woocommerce-checkout .billing__info .checkout__gift-wrap details summary {
        font-weight: 700;
   }
}
.checkout__form-wrapper .woocommerce-checkout .billing__info .checkout__gift-wrap details summary::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 22px;
    width: 23px;
    height: 23px;
    background-color: #000;
    border-radius: 50px;
    transform: translate(0, -50%);
    background-image: url(assets/images/plus__border-arrow.svg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
@media (max-width: 767px) {
    .checkout__form-wrapper .woocommerce-checkout .billing__info .checkout__gift-wrap details summary::after {
        right: 17px;
   }
}
.checkout__form-wrapper .woocommerce-checkout .billing__info .checkout__gift-wrap details .checkout__gift-content {
    padding: 0px 22px 41px 18px;
}
@media (max-width: 767px) {
    .checkout__form-wrapper .woocommerce-checkout .billing__info .checkout__gift-wrap details .checkout__gift-content {
        padding: 0px 17px 24px 18px;
   }
}
.checkout__form-wrapper .woocommerce-checkout .billing__info .checkout__gift-wrap details .checkout__gift-content .gift__wrap-block {
    border-top: 1px solid #656565;
    padding-top: 16px;
}
.checkout__form-wrapper .woocommerce-checkout .billing__info .checkout__gift-wrap details .checkout__gift-content .gift__wrap-block h4 {
    font-size: 18px;
    line-height: 22.14px;
    font-weight: 400;
    font-family: var(--harmonia-sans);
    color: #000;
    margin-bottom: 8px;
}
.checkout__form-wrapper .woocommerce-checkout .billing__info .checkout__gift-wrap details .checkout__gift-content .gift__wrap-block p {
    font-size: 15px;
    line-height: 18.45px;
    font-weight: 400;
    font-family: var(--harmonia-sans);
    color: #000;
    margin-bottom: 20px;
}
@media (max-width: 767px) {
    .checkout__form-wrapper .woocommerce-checkout .billing__info .checkout__gift-wrap details .checkout__gift-content .gift__wrap-block p {
        margin-bottom: 21px;
   }
}
.checkout__form-wrapper .woocommerce-checkout .billing__info .checkout__gift-wrap details .checkout__gift-content .gift__wrap-block .gift__wrap-field p {
    margin: 0px !important;
    padding: 0px !important;
}
.checkout__form-wrapper .woocommerce-checkout .billing__info .checkout__gift-wrap details .checkout__gift-content .gift__wrap-block .gift__wrap-field p label {
    display: none !important;
}
.checkout__form-wrapper .woocommerce-checkout .billing__info .checkout__gift-wrap details .checkout__gift-content .gift__wrap-block .gift__wrap-field textarea {
    width: 100%;
    background-color: #000;
    padding: 12px 16px;
    border-radius: 0px;
    border: none;
    font-size: 15px;
    line-height: 18.45px;
    font-weight: 400;
    font-family: var(--harmonia-sans);
    color: #000;
    min-height: 97px;
    max-height: 97px;
    margin-bottom: 21px;
}
.checkout__form-wrapper .woocommerce-checkout .billing__info .checkout__gift-wrap details .checkout__gift-content .gift__wrap-block .gift__wrap-field button {
    background-color: #000;
    padding: 10px 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #000;
    font-size: 16px;
    line-height: 19.68px;
    border: none;
    border-radius: 0px;
    font-family: 700;
    font-weight: normal;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.checkout__form-wrapper .woocommerce-checkout .billing__info .checkout__gift-wrap details .checkout__gift-content .gift__wrap-block .gift__wrap-field button:hover {
    background-color: --primery-color;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.checkout__form-wrapper .woocommerce-checkout .billing__info .checkout__gift-wrap details[open] summary::after {
    background-image: url(assets/images/minus__border-arrow.svg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.checkout__form-wrapper .woocommerce-checkout .checkout__review-wrapper {
    width: calc(47.77% - 27.5px);
    background-color: #fff;
    padding: 25px 33px 43px;
}
@media (max-width: 1300px) {
    .checkout__form-wrapper .woocommerce-checkout .checkout__review-wrapper {
        width: calc(47.77% - 15px);
   }
}
@media (max-width: 991px) {
    .checkout__form-wrapper .woocommerce-checkout .checkout__review-wrapper {
        width: 100%;
   }
}
@media (max-width: 767px) {
    .checkout__form-wrapper .woocommerce-checkout .checkout__review-wrapper {
        padding: 18px 17px 25px 18px;
   }
}
.checkout__form-wrapper .woocommerce-checkout .checkout__review-wrapper #order_review_heading {
    font-size: 20px;
    line-height: 24.6px;
    color: #000;
    font-family: 700;
    font-weight: normal;
    padding-bottom: 20px;
    border-bottom: 1px solid #656565;
    margin-bottom: 33px;
}
@media (max-width: 767px) {
    .checkout__form-wrapper .woocommerce-checkout .checkout__review-wrapper #order_review_heading {
        padding-bottom: 13px;
        margin-bottom: 18px;
   }
}
.checkout__form-wrapper .woocommerce-checkout .checkout__review-wrapper .order__item-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #c0c0c0;
    padding-bottom: 17px;
}
@media (max-width: 767px) {
    .checkout__form-wrapper .woocommerce-checkout .checkout__review-wrapper .order__item-head {
        display: none;
   }
}
.checkout__form-wrapper .woocommerce-checkout .checkout__review-wrapper .order__item-head p {
    font-size: 16px;
    line-height: 19.68px;
    color: #000;
    font-family: var(--harmonia-sans);
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 0px;
}
@media (max-width: 767px) {
    .checkout__form-wrapper .woocommerce-checkout .checkout__review-wrapper .checkout__product-table {
        border-top: 1px solid #c0c0c0;
   }
}
.checkout__form-wrapper .woocommerce-checkout .checkout__review-wrapper .checkout__product-table .cart_item {
    padding: 24px 0px 23px 25px;
    position: relative;
    border-bottom: 1px solid #c0c0c0;
}
.checkout__form-wrapper .woocommerce-checkout .checkout__review-wrapper .checkout__product-table .cart_item .product-remove {
    position: absolute;
    top: 50%;
    left: 0px;
    width: 15px;
    height: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translate(0, -50%);
}
.checkout__form-wrapper .woocommerce-checkout .checkout__review-wrapper .checkout__product-table .cart_item .product-remove a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background-color: transparent !important;
}
.checkout__form-wrapper .woocommerce-checkout .checkout__review-wrapper .checkout__product-table .cart_item .cart__item-product {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.checkout__form-wrapper .woocommerce-checkout .checkout__review-wrapper .checkout__product-table .cart_item .cart__item-product .product-thumbnail {
    width: 78px;
    height: 88px;
    border: 1px solid #000;
    margin-right: 12px;
}
.checkout__form-wrapper .woocommerce-checkout .checkout__review-wrapper .checkout__product-table .cart_item .cart__item-product .product-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.checkout__form-wrapper .woocommerce-checkout .checkout__review-wrapper .checkout__product-table .cart_item .cart__item-product .product-name {
    max-width: 300px;
    width: 100%;
}
@media (max-width: 1300px) {
    .checkout__form-wrapper .woocommerce-checkout .checkout__review-wrapper .checkout__product-table .cart_item .cart__item-product .product-name {
        max-width: 220px;
   }
}
@media (max-width: 991px) {
    .checkout__form-wrapper .woocommerce-checkout .checkout__review-wrapper .checkout__product-table .cart_item .cart__item-product .product-name {
        max-width: 410px;
        width: 100%;
   }
}
@media (max-width: 767px) {
    .checkout__form-wrapper .woocommerce-checkout .checkout__review-wrapper .checkout__product-table .cart_item .cart__item-product .product-name {
        max-width: calc(100% - 90px);
        width: 100%;
   }
}
.checkout__form-wrapper .woocommerce-checkout .checkout__review-wrapper .checkout__product-table .cart_item .cart__item-product .product-name p {
    font-size: 22px;
    line-height: 22.2px;
    color: #000;
    font-weight: 400;
    font-family: var(--harmonia-sans);
    margin-bottom: 14px;
    text-transform: uppercase;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.checkout__form-wrapper .woocommerce-checkout .checkout__review-wrapper .checkout__product-table .cart_item .cart__item-product .product-name p strong {
    font-weight: 400 !important;
    padding: 0px !important;
    border: none !important;
    display: inline-flex !important;
}
.checkout__form-wrapper .woocommerce-checkout .checkout__review-wrapper .checkout__product-table .cart_item .cart__item-product .product-name .product-quantity {
    border: 1px solid #000;
    padding: 8px 12px;
    display: flex;
    align-items: center;
    max-width: 91px;
    position: relative;
}
.checkout__form-wrapper .woocommerce-checkout .checkout__review-wrapper .checkout__product-table .cart_item .cart__item-product .product-name .product-quantity input {
    width: 100%;
    border: none;
    padding: 0px 15px;
    font-size: 20px;
    line-height: 13.2px;
    font-family: var(--harmonia-sans);
    font-weight: 400;
    color: #000;
    text-align: center;
    background-color: transparent;
}
.checkout__form-wrapper .woocommerce-checkout .checkout__review-wrapper .checkout__product-table .cart_item .cart__item-product .product-name .product-quantity button {
    width: 12px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    border: none;
    padding: 0px;
    border-radius: 0px;
    padding: 0px;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
}
.checkout__form-wrapper .woocommerce-checkout .checkout__review-wrapper .checkout__product-table .cart_item .cart__item-product .product-name .product-quantity button.quantity-decrease {
    left: 12px;
}
.checkout__form-wrapper .woocommerce-checkout .checkout__review-wrapper .checkout__product-table .cart_item .cart__item-product .product-name .product-quantity button.quantity-increase {
    right: 12px;
}
.checkout__form-wrapper .woocommerce-checkout .checkout__review-wrapper .checkout__product-table .cart_item .cart__item-product .product-total {
    position: absolute;
    bottom: 9px;
    right: 0px;
}
.checkout__form-wrapper .woocommerce-checkout .checkout__review-wrapper .checkout__product-table .cart_item .cart__item-product .product-total .woocommerce-Price-amount {
    font-size: 20px;
    line-height: 16.9px;
    font-weight: 400;
    font-family: var(--harmonia-sans);
    color: #000;
    text-transform: uppercase;
}
.checkout__form-wrapper .woocommerce-checkout .checkout__review-wrapper .cart-subtotal {
/*     display: flex; */
    align-items: center;
    justify-content: space-between;
    padding: 20px 0px;
    border-bottom: 1px solid #c0c0c0;
}
@media (max-width: 767px) {
    .checkout__form-wrapper .woocommerce-checkout .checkout__review-wrapper .cart-subtotal {
        padding: 17px 0px;
   }
}
.checkout__form-wrapper .woocommerce-checkout .checkout__review-wrapper .cart-subtotal p {
    font-size: 16px;
    line-height: 19.68px;
    color: #000;
    font-weight: 400;
    font-family: var(--harmonia-sans);
    margin-bottom: 0px;
}
.checkout__form-wrapper .woocommerce-checkout .checkout__review-wrapper .cart-subtotal .woocommerce-Price-amount {
    font-size: 20px;
    line-height: 16.9px;
    font-weight: 400;
    font-family: var(--harmonia-sans);
    color: #000;
    text-transform: uppercase;
}
.checkout__form-wrapper .woocommerce-checkout .checkout__review-wrapper .checkout__shipping-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
    line-height: 19.68px;
    color: #000;
    font-weight: 400;
    font-family: var(--harmonia-sans);
    padding: 21px 0px 22px;
    border-bottom: 1px solid #c0c0c0;
}
@media (max-width: 767px) {
    .checkout__form-wrapper .woocommerce-checkout .checkout__review-wrapper .checkout__shipping-row {
        padding: 18px 0px 21px;
        align-items: flex-start;
   }
}
.checkout__form-wrapper .woocommerce-checkout .checkout__review-wrapper .checkout__shipping-row ul li {
    margin: 0px;
    display: flex;
    flex-direction: row-reverse;
    gap: 11px;
    margin-bottom: 19px !important;
}
.checkout__form-wrapper .woocommerce-checkout .checkout__review-wrapper .checkout__shipping-row ul li:nth-last-child(1) {
    margin-bottom: 0px !important;
}
.checkout__form-wrapper .woocommerce-checkout .checkout__review-wrapper .checkout__shipping-row ul li input {
    margin: 0px !important;
}
.checkout__form-wrapper .woocommerce-checkout .checkout__review-wrapper .checkout__shipping-row ul li label {
    font-size: 20px;
    line-height: 16.9px;
    color: #000;
    font-family: var(--harmonia-sans);
    font-weight: 400;
    text-transform: uppercase;
}
.checkout__form-wrapper .woocommerce-checkout .checkout__review-wrapper .checkout__shipping-row ul li label .amount {
    font-weight: 400 !important;
}
.checkout__form-wrapper .woocommerce-checkout .checkout__review-wrapper .order-total {
    padding: 15px 0px 15px;
/*     display: flex; */
    align-items: center;
    justify-content: space-between;
}
.checkout__form-wrapper .woocommerce-checkout .checkout__review-wrapper .order-total p {
    font-size: 16px;
    line-height: 19.68px;
    color: #000;
    font-weight: 400;
    font-family: var(--harmonia-sans);
    margin-bottom: 0px;
}
.checkout__form-wrapper .woocommerce-checkout .checkout__review-wrapper .order-total .woocommerce-Price-amount {
    font-size: 20px;
    line-height: 16.9px;
    font-weight: 400;
    font-family: var(--harmonia-sans);
    color: --primery-color;
    text-transform: uppercase;
}
.checkout__form-wrapper .woocommerce-checkout .checkout__review-wrapper .free__shipping-wrapper {
    margin-top: 21px;
    background-color: #e1dfd3;
    border: none;
}
.checkout__form-wrapper .woocommerce-checkout .checkout__review-wrapper .free__shipping-wrapper p span {
    font-weight: 400;
    font-family: var(--harmonia-sans);
}
.checkout__form-wrapper .woocommerce-checkout .checkout__review-wrapper .woocommerce-checkout-payment-title {
    padding-bottom: 20px;
    border-bottom: 1px solid #656565;
    margin-bottom: 14px;
}
@media (max-width: 767px) {
    .checkout__form-wrapper .woocommerce-checkout .checkout__review-wrapper .woocommerce-checkout-payment-title {
        padding-bottom: 13px;
        margin-bottom: 20px;
   }
}
.checkout__form-wrapper .woocommerce-checkout .checkout__review-wrapper .woocommerce-checkout-payment-title h3 {
    font-size: 20px;
    line-height: 24.6px;
    color: #000;
    font-family: 700;
    font-weight: normal;
    margin-bottom: 0px;
}
.checkout__form-wrapper .woocommerce-checkout .checkout__review-wrapper .woocommerce-checkout-payment {
    background-color: transparent !important;
}
.checkout__form-wrapper .woocommerce-checkout .checkout__review-wrapper .woocommerce-checkout-payment .wc_payment_methods {
    padding: 0px !important;
    border: none !important;
    margin-bottom: 36px !important;
}
.checkout__form-wrapper .woocommerce-checkout .checkout__review-wrapper .woocommerce-checkout-payment .wc_payment_methods li {
    background-color: #fff;
	border: 1px solid #000;
    padding: 9px 17px 10px 17px;
    margin-bottom: 8px !important;
    display: block;
}
.checkout__form-wrapper .woocommerce-checkout .checkout__review-wrapper .woocommerce-checkout-payment .wc_payment_methods li input {
    margin-right: 5px !important;
    width: 13px;
    height: 13px;
}
.checkout__form-wrapper .woocommerce-checkout .checkout__review-wrapper .woocommerce-checkout-payment .wc_payment_methods li label {
    font-size: 16px;
    line-height: 18.4px;
    color: #000;
    font-family: var(--harmonia-sans);
    font-weight: 700;
}
.checkout__form-wrapper .woocommerce-checkout .checkout__review-wrapper .woocommerce-checkout-payment .wc_payment_methods li.payment_method_bacs .payment_method_bacs {
    background-color: transparent !important;
    padding: 0px !important;
    margin: 0px !important;
}
.checkout__form-wrapper .woocommerce-checkout .checkout__review-wrapper .woocommerce-checkout-payment .wc_payment_methods li.payment_method_bacs .payment_method_bacs p {
    font-size: 15px;
    line-height: 18.15px;
    font-family: var(--harmonia-sans);
    font-weight: 400;
    color: #000;
}
.checkout__form-wrapper .woocommerce-checkout .checkout__review-wrapper .woocommerce-checkout-payment .wc_payment_methods li.payment_method_bacs .payment_method_bacs::before {
    display: none !important;
}
.checkout__form-wrapper .woocommerce-checkout .checkout__review-wrapper .woocommerce-checkout-payment .wc_payment_methods li.payment_method_cod .payment_method_cod {
    background-color: transparent !important;
    padding: 0px !important;
    margin: 0px !important;
}
.checkout__form-wrapper .woocommerce-checkout .checkout__review-wrapper .woocommerce-checkout-payment .wc_payment_methods li.payment_method_cod .payment_method_cod p {
    font-size: 15px;
    line-height: 18.15px;
    font-family: var(--harmonia-sans);
    font-weight: 400;
    color: #000;
}
.checkout__form-wrapper .woocommerce-checkout .checkout__review-wrapper .woocommerce-checkout-payment .wc_payment_methods li.payment_method_cod .payment_method_cod::before {
    display: none !important;
}
.checkout__form-wrapper .woocommerce-checkout .checkout__review-wrapper .woocommerce-checkout-payment .place-order {
    padding: 0px !important;
    border: none !important;
    margin: 0px !important;
}
.checkout__form-wrapper .woocommerce-checkout .checkout__review-wrapper .woocommerce-checkout-payment .place-order .woocommerce-terms-and-conditions-wrapper {
    display: none;
}
.checkout__form-wrapper .woocommerce-checkout .checkout__review-wrapper .woocommerce-checkout-payment .place-order .button {
    width: 100% !important;
    border-radius: 0px !important;
    background-color: #000 !important;
    border: none !important;
    text-align: center;
    padding: 14px 15px !important;
    font-size: 23px;
    line-height: 17.71px;
    font-weight: 400;
    font-family: var(--harmonia-sans);
    margin-bottom: 0px !important;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.checkout__form-wrapper .woocommerce-checkout .checkout__review-wrapper .woocommerce-checkout-payment .place-order .button:hover {
    background-color: #000;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.checkout__form-wrapper .woocommerce-checkout wc-order-attribution-inputs {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 0px;
    height: 0px;
}
.checkout__banner{
	width: 100%;
}

.checkout_coupon {
	 max-width: 466px;
	 margin: 0px auto;
	 border: none;
	 padding: 23px 24px 23px 26px;
	 background-color: #fff;
	 border-radius: 0px;
	 margin-top: 28px;
}
 @media (max-width: 767px) {
	 .checkout_coupon {
		 padding: 20px 22px 20px 22px;
	}
}
 .checkout_coupon .coupon__txt {
	 font-size: 16px;
	 line-height: 19.68px;
	 font-weight: 400;
	 color: #000;
	 margin-bottom: 16px;
}
 .checkout_coupon .coupon__row-wrapper {
	 display: flex;
	 align-items: center;
	 justify-content: space-between;
	 flex-wrap: wrap;
	 row-gap: 15px;
}
 .checkout_coupon .coupon__row-wrapper .coupon__field {
	 width: calc(100% - 188px);
}
 @media (max-width: 767px) {
	 .checkout_coupon .coupon__row-wrapper .coupon__field {
		 width: 100%;
	}
}
 .checkout_coupon .coupon__row-wrapper .coupon__field input {
	 width: 100%;
	 padding: 10px 13px;
	 background-color: #fff;
	 font-size: 16px;
	 line-height: 19.68px;
	 color: #000;
	 font-weight: 400;
	 border: 1px solid #000;
	 border-radius: 0px;
}
 @media (max-width: 767px) {
	 .checkout_coupon .coupon__row-wrapper .coupon__button {
		 width: 100%;
	}
}
 .checkout_coupon .coupon__row-wrapper .coupon__button .button {
	 display: flex;
	 align-items: center;
	 justify-content: center;
	 width: 165px;
	 background-color: #000;
	 padding: 8px 10px 9px;
	 color: #fff;
	 font-weight: 400;
	 font-size: 18px;
	 line-height: 22.14px;
	 text-transform: uppercase;
	 border-radius: 0px;
	 border: none;
	 -webkit-transition: all 0.3s ease-in-out;
	 -moz-transition: all 0.3s ease-in-out;
	 -ms-transition: all 0.3s ease-in-out;
	 -o-transition: all 0.3s ease-in-out;
	 transition: all 0.3s ease-in-out;
}
 @media (max-width: 767px) {
	 .checkout_coupon .coupon__row-wrapper .coupon__button .button {
		 width: 100%;
	}
}
 .checkout_coupon .coupon__row-wrapper .coupon__button .button:hover {
	 background-color: #000;
	 -webkit-transition: all 0.3s ease-in-out;
	 -moz-transition: all 0.3s ease-in-out;
	 -ms-transition: all 0.3s ease-in-out;
	 -o-transition: all 0.3s ease-in-out;
	 transition: all 0.3s ease-in-out;
}
.woocommerce-billing-fields h3{
	    font-size: 24px;
    margin-bottom: 24px;
}
.checkout__banner{
	margin-bottom: 24px;
}
.showcoupon{
	color: #000000;
	font-weight: 700;
}
