@import url('https://fonts.googleapis.com/css?family=Roboto%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic%7CRoboto+Slab%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic%7CMontserrat%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic&display=swap');
@import url('https://fonts.googleapis.com/css?family=Montserrat%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic%7CRoboto+Slab%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic%7CMontserrat%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic&display=swap');

body{
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    background: #fff;
    scroll-behavior: smooth;
    overscroll-behavior-y: none;
}

h1, h2, h3, h4, h5, h6{
    font-family: "Montserrat", Sans-serif;
    color: #000;
}
a{
    outline: 0 !important;
}

.open-mega-menu{
    transition: opacity 200ms ease-in, transform 200ms ease-in, visibility 200ms ease-in;
}
/*header*/
.header-main .custom-logo {
    max-width: 46px !important;
}
.header-main .site-branding {
    margin: 0;
}
.header-main {
    margin-bottom: 0 !important;
    border: 0;
    padding: 10px 0;
    border-bottom: 1px solid #e7e7e7;
}
.site-header.header-main{
        padding: 2px 3.8rem;
}
.header-end .site-search {
    float: unset !important;
}
.header-main nav.navbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header-inner {
    max-width: 100%;
    margin: 0 auto;
    overflow: unset;
}
.header-inner .mega-menu-wrap{
    background: transparent !important;
}
.header-end .site-search {
    width: 100% !important;
    margin-bottom: 0 !important;
}
.header-inner ul {
    display: block;
    list-style: none;
    padding: 0;
    margin: 0;
}
.header-inner ul.ma1x-mega-menu > li.mega-menu-item{
    display: inline-block !important;
    padding: 14px 0 !important;
}
.header-inner ul.max-mega-menu > li.mega-menu-item > a {
    font-weight: 700 !important;
    text-transform: uppercase !important;
    font-family: "Montserrat", Sans-serif !important;
    color: #000 !important;
    font-size: 14px !important;
    background: transparent !important;
    padding: 0px !important;
    margin: 0 25px !important;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link{
    height: 64px; 
    position: relative;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:after {
    display: block;
    position: absolute;
    bottom: -2px;
    left: 0;
    height: 2px;
    width: 100%;
    content: "";
    background: #000;
    transform: scaleX(0);
    transition: transform .15s ease-in;
    z-index: 110;
    border-radius: 2px;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item:hover > a.mega-menu-link::after{
    transform: scaleX(1);
}
.header-main nav.navbar > .site-menu #mega-menu-wrap-primary{
    padding: 0px 0px 0px 0px !important;
}
.logo {
    max-width: 400px;
    flex: 400px;
}
.header-end {
    max-width: 411px;
    justify-content: flex-end;
    flex: 411px;
    display: flex;
    align-items: center;
}
.textwidget:empty {
    display: none;
}
.header-end .site-search input {
    background: #f5f5f5 !important;
    border: 0 !important;
    box-shadow: none !important;
    height: 49px !important;
    color: #6e6e6e;
    font-size: 15px;
    border-radius: 3px;
    width: 100%;
    padding-left: 53px !important;
    outline: 0 !important;
    font-family: "Roboto", Sans-serif;
}
.header-end .site-search{
    max-width: 250px;
    font-size: 16px;
    margin-right: 30px !important;
}
.header-main .mega-indicator{
    display: none !important;
}
.header-end > a {
    font-size: 30px;
    color: rgb(0 0 0 / 80%);
}
.header-end a:not(:last-child) {
    margin-right: 30px;
}
.header-end .site-search input:focus{
    outline: 1px solid #000000 !important;
}
.header-main .mega-menu-wrap,
.header-main .mega-menu{
    position: unset !important;
}
.header-main .mega-sub-menu {
    transform: unset !important;
    background: #fff !important;
}
.product-carousel .owl--text {
    text-align: center;
    color: #444;
    font-size: 15px;
    max-width: 1076px;
    margin: 0 auto;
}
.product-carousel .owl--text a {
    font-weight: 700;
    color: #000;
    text-decoration: underline;
}
.product-carousel .owl-controls{
    margin-top: 0 !important;
}
.header-bottom {
    background: #f5f5f5;
    padding: 13px 0;
}
#product-slider {
    display: flex;
    align-items: center;
}
.header-bottom .slick-arrow svg {
    width: 34px;
    height: 16px;
}
.header-slider {
    max-width: 1180px;
    margin: 0 auto;
}
.header-bottom .slick-arrow {
    padding: 0;
    outline: 0 !important;
    background: transparent !important;
    line-height: 0;
}
.header-bottom .product-carousel > .slick-slider-prev {
    transform: rotate(270deg);
}
.header-bottom .product-carousel > .slick-slider-next {
    transform: rotate(90deg);
}
.header-main #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > ul.mega-sub-menu > li > ul.mega-sub-menu {
    max-width: 1531px;
    margin-left: auto;
    padding-top: 0;
    position: unset !important;
}
.header-main #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > ul.mega-sub-menu > li > ul.mega-sub-menu > li:not(:last-child) {
    padding-top: 25px;
    width: 14.2%;
}
.header-main #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > ul.mega-sub-menu > li > ul.mega-sub-menu > li:last-child h4.mega-block-title:not(.featured_heading) {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 18px;
    padding: 0 15px;
    color: #fff !important;
    font-size: 18px !important;
    z-index: 9;
    pointer-events: none;
}
.header-main #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > ul.mega-sub-menu > li > ul.mega-sub-menu > li:last-child h4.mega-block-title:not(.featured_heading):before {
    position: absolute;
    right: 15px;
    font-family: gymshark-foundation-icons!important;
    content: "\e932";
    color: #000;
    background: #fff;
    font-size: 12px;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    bottom: 6px;
    animation: 2s linear 0s infinite normal none running shadow;
}
.header-inner .mega-block-title {
    color: #000 !important;
    font-family: "Montserrat", Sans-serif !important;
    font-size: 14px !important;
    padding-bottom: 0 !important;
}
.header-inner .mega-menu-link {
    line-height: 26px !important;
    display: flex !important;
    align-items: center;
    font-size: 15px !important;
}
.header-main #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > ul.mega-sub-menu > li > ul.mega-sub-menu > .mega-menu-column:last-child > .mega-sub-menu > li {
    margin-bottom: 15px;
}
.header-search-information {
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.8);
    position: fixed;
    z-index: 201;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow-y: auto;
}
.header-search-data a.delete_item {
    font-size: 0 !important;
}
.header-search-information::-webkit-scrollbar{
    width: 0 ;
}
.header-search-data .search-heading h5 {
    text-transform: uppercase;
    font-size: 15px;
    text-align: left;
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 5px;
    margin-bottom: 15px;
}
.header-search-data .product-view-grid {
    grid-template-columns: repeat(4, 1fr);
}
.header-search-data .product-view-grid .product-description > span {
    display: block;
}
.header-search-data .search-bottom a {
    border-radius: 50px;
    font-weight: 500;
    display: inline-block;
    font-size: 16px;
    text-align: center;
    margin-right: 10px !important;
    text-decoration: underline;
}
.header-search-data .search-bottom {
    display: flex;
    justify-content: right;
    padding: 28px 0;
    border-top: 1px solid #e7e7e7;
    margin-top: 10px;
}
.header-search-data .product-view-grid .product-price {
    line-height: 15px;
}
.header-search-data .search-bottom span {
    display: block;
    font-weight: 700;
    text-transform: capitalize;
}
.header-search-information-inner {
    background: #fff;
    height: auto;
    min-height: 50%;
}
.header-top-search {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 16px;
    border-bottom: 1px solid #e7e7e7;
}
.search-cross-btn {
    position: absolute;
    right: 50px;
    background: transparent !important;
    font-size: 28px;
    outline: 0 !important;
    padding: 0;
    color: #000 !important;
}
.header-top-search input {
    background: #f5f5f5 !important;
    border: 0 !important;
    box-shadow: none !important;
    height: 44px !important;
    color: #6e6e6e;
    font-size: 15px;
    border-radius: 3px;
    width: 100%;
    padding-left: 53px !important;
    outline: 0 !important;
    font-family: "Roboto", Sans-serif;
}
.header-top-search .icon-search{
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    font-size: 25px;
    height: 25px;
    left: 15px;
}
#submitform {
    max-width: 350px;
    width: 100%;
    position: relative;
}
.header-search-data h5 {
    font-weight: 700;
    text-align: center;
}
.header-search-data p {
    margin-bottom: 0;
    text-align: center;
}
.header-search-data {
    max-width: 1440px;
    padding: 0 15px;
    margin: 27px auto;
}
.header-search-data .product-view-grid .yith-wcwl-add-button span {
    display: none;
}
/*Banner*/
.home-banner p {
    margin-bottom: 0;
}
.home-banner h1 {
    margin-bottom: 3px;
}
.home-content {
    margin-bottom: 17px !important;
}
.product-block_header span {
    font-size: 15px;
    font-weight: 700;
    color: #53565a;
    text-transform: uppercase;
    font-family: "Montserrat", Sans-serif;
    margin-bottom: 3px;
    display: inline-block;
}
.product-block_header h2 {
    margin-bottom: 0;
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
    font-family: "Montserrat", Sans-serif;
    font-size: 25px;
}
.product-block_header{
    margin-bottom: 20px;
}
.flex-column-header{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.product-block_header a {
    text-decoration: underline;
    color: #000;
    font-weight: 700;
    font-family: "Roboto", Sans-serif;
    font-size: 15px;
}

.shopping-cart{
    display: none !important;
}

/*PRODUCT SECTION*/
.product-image{
    position: relative;
}
.product-view-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    column-gap: 8px;
}
.product-view-item{
    position: relative;
}
.product-view-data {
    position: relative;
    border: solid 1px #f1f1f1;
    display: block;
}
.quick-add {
    position: absolute;
    bottom: 8px;
    left: 0;
    right: 0;
    padding: 15px 30px;
    background-color: rgb(255 255 255 / 75%);
    backdrop-filter: blur(40px);
    border-radius: 5px;
    width: calc(100% - 16px);
    z-index: 9;
    margin: 0 auto;
    opacity: 0;
    visibility: hidden;
    transition: opacity .2s ease 0s;
}
.product-view-item .product-view-data:hover .quick-add {
    opacity: 1;
    visibility: visible;
}
.new-star {
    position: absolute;
    left: 8px;
    bottom: 8px;
    color: #000;
    background: hsla(0,0%,100%,.75);
    padding: 2px 7px;
    font-size: 13px;
    font-weight: 600;
    display: flex;
    align-items: center;
    border-radius: 2px;
}
.new-star i{
    margin-right: 3px;
}
.product-view-item .product-view-data:hover .new-star {
    opacity: 0;
    visibility: hidden;
}
.quick-add-sizes {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    gap: 6px;
}
.quick-add h5 {
    text-align: center;
    font-weight: 700;
    font-size: 15px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.quick-add-sizes button {
    filter: drop-shadow(0 0.4rem 1.5rem rgba(0,0,0,.1));
    background: #fff;
    padding: 5px;
    text-transform: uppercase;
    font-weight: 400;
    border-radius: 2px;
    color: #000;
    font-size: 15px;
    width: 100%;
}
.quick-add-sizes button:hover{
    background: #000;
    color: #fff;
}
.product-description h4 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 0;
    font-size: 16px;
    font-family: "Roboto", Sans-serif;
    font-weight: 400;
}
.product-description {
    padding: 8px;
}
/* .stretched-link:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: rgba(0,0,0,0);
} */
.product-description > p {
    display: none;
}
.product-description span, 
.product-description p {
    color: #53565a;
    text-transform: capitalize;
    font-size: 15px;
}
.product-description p {
    margin-bottom: 0;
}
.product-price bdi, .product-price bdi span {
    font-weight: 700;
    color: #000;
    font-size: 15px;
}
.btn-wish {
    position: absolute;
    right: 8px;
    top: 8px;
    background: hsla(0,0%,100%,.75);
    box-shadow: 0 0.2rem 0.4rem rgb(0 0 0 / 15%);
    border-radius: 50%;
    width: 32px;
    height: 32px;
    padding: 0;
    font-size: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99;
}
.btn-wish > * i {
    margin-right: 0 !important;
}
.btn-wish > * {
    margin: 0;
    height: 32px;
    width: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.btn-wish i{
    font-size: 16px;
}
.icon-plus {
    margin-right: 8px;
}

.black-shdow:before,
.image-category:before{
    position: absolute;
    content: '';
    opacity: .61;
    left: 0;
    right: 0;
    height: 350px;
    bottom: 0;
    background: linear-gradient(180deg,transparent 0, #000 90.28%);
}
.image-category {
    margin-bottom: 0 !important;
    border-radius: 5px;
    overflow: hidden;
}
.fixed-bottom {
    position: absolute;
    bottom: 34px;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: calc(100% - 40px);
    margin: 0 auto;
}
.fixed-bottom h3 {
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 0;
    font-size: 25px;
    line-height: 30px;
}
.icon-right-arrow svg {
    height: 15px;
    width: 15px;
}
.icon-right-arrow {
    padding: 0;
    border-radius: 100%;
    background: #fff;
    width: 40px;
    display: flex;
    height: 40px;
    align-items: center;
    justify-content: center;
    animation: 2s linear 0s infinite normal none running shadow;
}
@keyframes shadow{
    0% {
        box-shadow: rgb(255 255 255 / 44%) 0px 0px 0px 0px;
    }

    70% {
        box-shadow: rgb(255 255 255 / 0%) 0px 0px 0px 0.8rem;
    }

    100% {
        box-shadow: rgb(255 255 255 / 0%) 0px 0px 0px 0px;
    }
}

.button-group-banner .elementor-element-populated > * {
    max-width: fit-content;
    margin-bottom: 0 !important;
}
.button-group-banner .elementor-element-populated > *:last-child{
    margin-left: 10px;
}
.button-group-banner .elementor-element-populated {
    display: flex;
    align-items: center;
    flex-wrap: unset;
}

.justify-center .elementor-element-populated{
    justify-content: center !important;
}
.category-section img {
    width: 100%;
}

/* content block section */
.content-block-section li {
    margin-bottom: 4px !important;
}
.payment-icons ul.elementor-icon-list-items li {
    display: inline-block;
}
.payment-icons ul.elementor-icon-list-items {
    display: block;
}
.payment-icons ul.elementor-icon-list-items li svg {
    width: 42px;
    height: 25px;
}
.socail-icon-block ul {
    display: block;
    padding: 0;
    margin: 0;
    list-style: none;
}
.socail-icon-block ul li {
    display: inline-block;
    margin-right: 7px;
}
.socail-icon-block ul li:last-child{
    margin-right: 0;
}
.socail-icon-block ul li svg{
    width: 25px;
    height: 25px;
}
.socail-icon-block ul li a {
    display: inline-block;
    height: 25px;
}
.socail-icon-block {
    text-align: right;
}
.footer-main-link h3.elementor-heading-title {
    margin-bottom: 15px;
}
.footer-main-link .menu-item a {
    color: #878787 !important;
    font-weight: 400;
    font-size: 15px;
    padding: 12px 0 !important;
}
.footer-main-link .elementor-icon-box-icon {
    margin-bottom: 0 !important;
}
.footer-end p{
    font-size: 15px;
    color: #878787 !important;
    margin-bottom: 0;
}
.footer-end p a {
    color: #000 !important;
    font-weight: 700;
    transition: all 0.3s ease-in-out;
}
.footer-end p a:hover{
    color: #007db5 !important;
}
.footer-end-links a:hover span,
.footer-main-link .menu-item a:hover{
    color: #000 !important;
}
.footer-end ul{
    text-align: right;
}
.footer-end ul li {
    display: inline-block !important;
}

.footer-end ul li a {
    color: #000 !important;
}

.footer-end ul li:not(:last-child) {
    margin-right: 17px;
}
.email-sign-up > div {
    max-width: 400px;
    margin-left: auto;
}
/*sidecart bar*/
#pm_menu {
    width: 100% !important;
    max-width: 500px;
    background: #fff;
}
.pm_open .cart_image_iem img {
    height: 155px;
    width: 100% !important;
    max-width: 124px !important;
    margin-left: 0 !important;
    float: unset !important;
    object-fit: contain;
}
.sub_total_cat {
    display: none;
}
.cart_image_iem {
    min-width: 124px;
    float: left;
}
.cart-item-data-field {
    text-align: left;
    overflow: hidden;
}
.cart-item-data-field .variation {
    margin: 0 !important;
}
.car_count_title ul.product_list_widget.wmf-top-part li.woocommerce-mini-cart-item.mini_cart_item .cart-item-data-field {
    font-size: 20px !important;
    padding-left: 18px;
}
.cart-item-data-field .variation > * {
    line-height: 22px !important;
}
.cart-item-data-field .variation > dd {
    margin-bottom: 10px !important;
}
.car_count_title ul.product_list_widget.wmf-top-part li.woocommerce-mini-cart-item.mini_cart_item .cart-item-data-field a{
    font-size: 18px;
}
span.quantity, span.quantity bdi {
    font-weight: 700;
    font-size: 18px !important;
    font-style: inherit !important;
    color: #000 !important;
}
.cart-item-data-field .variation, .cart-item-data-field .variation > *, .cart-item-data-field .variation > *> * {
    margin: 0 !important;
}
.cloasebtnwrap {
    padding: 3px 35px;
    background: #fff;
    text-align: end;
}
.car_count_title > .wcf-min-bottom-part {
    padding: 27px 27px 27px 25px;
    background: #fff;
}
.car_count_title > .wcf-min-bottom-part > .woocommerce_mini_cart_button {
    margin-bottom: 0 !important;
    width: 100%;
    min-width: unset !important;
    min-height: unset !important;
}
.car_count_title > .wcf-min-bottom-part > * a {
    width: 100%;
    border-radius: 50px;
    margin: 0 0 8px 0;
    text-transform: uppercase;
    font-family: "Montserrat", Sans-serif;
    font-weight: 700;
    padding: 10px 0;
    min-height: unset;
}
.car_count_title > .wcf-min-bottom-part > *:nth-child(2) a {
    background: #007db5;
}
.car_count_title > .wcf-min-bottom-part > *:last-child a {
    margin-bottom: 0px !important;
    background: #53565a;
}
.product_list_widget::-webkit-scrollbar {
    width: 0;
}
.cloasebtn {
    width: 100%;
    display: block;
    cursor: pointer;
    font-size: 38px;
    line-height: inherit !important;
    font-weight: 100;
}
.product_list_widget{
    padding: 0 35px !important;
}
.product_list_widget li {
    padding: 15px 0 !important;
    margin-bottom: 0 !important;
}
.more-about > div {
    max-width: 550px;
    margin-left: auto;
}
.popup_email{
    display: none;
}
/*Popup design*/
.popup_email {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999;
    background-color: transparent;
    -webkit-animation: modal_backdrop-in__m3rOT .2s forwards;
    animation: modal_backdrop-in__m3rOT .2s forwards;
    background: #fff;
}
.popup_email_inner .close {
    position: absolute;
    right: 20px;
    font-size: 40px;
    display: block;
    color: #6e6e6e;
    font-weight: 100;
    line-height: 28px;
    top: 20px;
}
.popup_email_inner .row {
    display: flex;
    flex-wrap: wrap;
}
.popup_email_inner .col-lg-6 {
    max-width: 50%;
    flex: 50%;
}
.popup_email_inner .row .col-lg-6:first-child {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.popup_left_card:before {
    position: absolute;
    background: linear-gradient(0deg,rgba(0,0,0,.3),rgba(0,0,0,.3));
    content: '';
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    max-width: 50%;
}
.popup_left_card_block{
    position: relative;
}
.popup_left_card {
    padding: 58px 70px;
    height: 100vh;
}
.popup_left_card > .popup_left_card_block >  img {
    max-width: 50px;
    margin-bottom: 190px;
}
.popup_left_card h1 {
    color: #fff;
    font-weight: 700;
    font-size: 48px;
    margin-bottom: 0;
}
.popup_left_card > .popup_left_card_block >  p {
    color: #fff;
    font-size: 15px !important;
    margin-bottom: 15px;
}
.popup_left_card_section {
    display: grid;
    gap: 10px;
    grid-template-columns: 1fr 1fr;
}
.popup_left_card-item {
    background: rgba(0,0,0,.5);
    color: #fff;
    border-radius: 5px;
    padding: 25px 30px 25px 25px;
}
.popup_left_card-item span {
    font-family: "Montserrat", Sans-serif;
    font-weight: 700;
    display: block;
    font-size: 14px;
    padding-left: 10px;
}
.heading-content {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.popup_left_card-item .popup-content {
    font-weight: 400;
    color: #Fff;
    margin-bottom: 0;
    line-height: 24px;
    font-size: 14px;
}
.popup_right_card {
    max-width: 330px;
    margin: 0 auto;
    height: 100vh;
    align-items: center;
    display: flex;
    justify-content: center;
}
.popup_right_card p {
    margin-bottom: 20px;
}
.popup_right_card label {
    color: #444;
    font-weight: 500;
    text-transform: capitalize;
}
.popup_right_card input, .popup_right_card select {
    border-radius: 4px;
    border: 1px solid #bbbcbc;
    box-shadow: none;
    background: transparent;
    width: 100%;
    height: 44px;
    outline: 0;
    padding: 0 15px;
}
.popup_right_card textarea{
    height: 120px;
    resize: none;
    border-radius: 4px;
    border: 1px solid #bbbcbc;
    box-shadow: none;
    background: transparent;
}
.popup_right_card input[type="submit"] {
    width: 100%;
    border-radius: 50px;
    background: #e7e7e7;
    border: 1px solid #e7e7e7;
    color: #6e6e6e;
    text-transform: uppercase;
    font-weight: 700;
    font-family: "Montserrat", Sans-serif;
    outline: 0;
    transition: all 0.4s ease-in-out;
}
.popup_right_card p:last-child{
    margin-bottom: 0;
}
.popup_right_card input[type="submit"]:hover{
    background:#6e6e6e ;
    color: #fff;
}

/*Category page*/
.container{
    max-width: 1920px;
    margin: 0 auto;
    padding: 0 3.8rem;
}
.news-listing .product-view-grid {
    row-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    column-gap: 12px;
}
.wc-block-components-price-slider__range-input-progress, .rtl .wc-block-components-price-slider__range-input-progress {
    --range-color: #000000 !important;
}
.product-view-item img {
    border-radius: 0;
    width: 100%;
    object-fit: cover;
    object-position: top;
}
.top-section {
    padding: 18px 0;
}
.top-section .row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.top-section h5 {
    font-weight: 600;
    color: #2c2c2e;
    line-height: 17px;
    font-size: 13px;
    margin-bottom: 0;
}
.top-section h2 {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0;
    margin-right: 10px;
    display: inline-block;
}
.top-section span {
    font-size: 13px;
    color: #6e6e6e;
}
.filter-btn {
    display: flex;
    align-items: center;
    padding: 12.5px 26px;
    text-transform: uppercase;
    border-radius: 50px;
    border: 1px solid #e8e8e8;
    background: rgba(229,229,234,.3);
    transition: all 0.3s ease-in-out;
}
.filter-btn i {
    margin-right: 10px;
}
.filter-btn h5 {
    font-weight: 700;
    font-size: 13px;
}
.top-section-fix {
    position: fixed;
    top: 69px;
    left: 0;
    right: 0;
    z-index: 999;
    box-shadow: 0 4px 15px 0 rgb(0 0 0 / 10%);
}
.top-section {
    padding: 18px 0;
    background: #fff;
}
.top-section .container{
    max-width: 1920px;
    padding: 0 3.8rem;
}
.category-main {
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    z-index: 999;
    background-color: rgba(0,0,0,.8);
    -webkit-animation: backSlideRight .5s both ease;
    -moz-animation: backSlideRight .5s both ease;
    animation: backSlideRight .5s both ease;
    backdrop-filter: blur(10px);
}
.category-main-inner {
    max-width: 390px;
    background: #fff;
    margin-left: auto;
    height: 100%;
    overflow-y: auto;
}
.category-main-inner::-webkit-scrollbar {
    width: 0;
}
body.filter_open{
    overflow: hidden;
}
.filter-header {
    padding: 24px 20px;
    position: sticky;
    top: 0;
    background: #fff;
    z-index: 9;
}
.filter-sidebar {
    padding: 0 25px;
}
.filter-sidebar h3, .filter-sidebar .widget-title, .filter-sidebar .filter-title {
    margin-bottom: 0;
    padding-bottom: 0;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    padding: 20px 0;
    color: #000 !important;
}
.filter-tax {
    margin-bottom: 0 !important;
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 30px;
}
.filter-sidebar > div:first-child{
    position: unset;
}
.filter-sidebar .widget {
    margin: 0 !important;
}
.cross-btn {
    background: transparent;
    padding: 0;
    width: 24px;
    height: 24px;
    color: #000 !important;
    font-size: 23px;
    line-height: 30px;
    margin-right: 85px;
}
.filter-sidebar .count {
    font-weight: 600;
    float: unset !important;
    display: none;
}
.filter-sidebar .wc-block-price-slider > div{
    margin-bottom: 0 !important;
}
.filter-sidebar .yith-wcan-reset-navigation.button {
    padding: 0;
    background: transparent !important;
    font-size: 15px;
    font-weight: 400;
    color: #bbbcbc;
    position: absolute;
    right: 25px;
    top: 25px;
    z-index: 99;
}
.filter-header h5 {
    margin-bottom: 0;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
}
.filter-sidebar .wc-block-price-slider input[type="text"] {
    background: transparent;
    box-shadow: none;
    border: 1px solid #e7e7e7 !important;
}
@keyframes backSlideRight{
    0% {
        opacity: 0;
        -webkit-transform: translateX(100%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0%);
    }
}
.filter-sidebar .label-design .filter-items .filter-item {
    margin: 0 !important;
    text-align: center !important;
    position: relative;
    box-shadow: none !important;
    padding: 0 !important;
    transition: all 0.3s ease-in-out !important;
}
.filter-sidebar .label-design .filter-items .filter-item a {
    border: 1px solid #bbbcbc;
    margin-bottom: 0;
    border-radius: 2px;
    text-align: center;
    padding: 7.5px 7px !important;
    width: 100%;
    color: #444 !important;
}
.filter-sidebar .label-design .filter-items .filter-item:hover, 
.filter-sidebar .label-design .filter-items .filter-item:hover a,
.filter-sidebar .label-design .filter-items .filter-item.active, 
.filter-sidebar .label-design .filter-items .filter-item.active a,
.filter-sidebar .color-design .filter-items .filter-item.active a {
    background: #000 !important;
    border-color: #000;
    color: #fff !important;
}
.filter-sidebar .label-design .filter-items .filter-item a .term-label {
    font-size: 15px !important;
}
.filter-sidebar .color-design .filter-items .filter-item  {
    position: relative;
    padding: 0;
    margin: 0 !important;
    width: 100% !important;
    line-height: unset;
}
.filter-sidebar .widget:last-child {
    border-top: 1px solid #e7e7e7;
}
.reset-filters {
    padding: 0;
    background: transparent;
    position: absolute;
    right: 13px;
    top: 24px;
    z-index: 9;
    color: #bbbcbc;
    font-weight: 400;
}
.filter-sidebar .color-design .filter-items {
    display: grid !important;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 9px;
    margin: 0 !important;
}
.filter-sidebar .color-design .filter-items .filter-item a {
    border: 1px solid #bbbcbc;
    margin-bottom: 0;
    border-radius: 2px;
    text-align: center;
    padding: 7.5px 7px !important;
    width: 100%;
    color: #444 !important;
    height: 100%;
    display: flex !important;
    align-items: center;
    justify-content: center;
}
.filter-sidebar .color-design .filter-items .filter-item a span {
    font-size: 14px !important;
}
.filter-sidebar .label-design .filter-items {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 9px;
    margin: 0 !important;
}
.filter-sidebar .yith-wcan-filters,
.filter-sidebar .yith-wcan-filters form{
    margin-bottom: 0 !important;
}
.filter-sidebar .wc-block-components-filter-reset-button {
    width: 100%;
    text-align: center;
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    padding: 10px 0;
    border-radius: 50px;
    margin-top: 50px;
    background: #007db5;
    transition: all 0.4s ease-in-out;
}
.filter-sidebar .wc-block-components-filter-reset-button:hover{
    background: #02628d;
}
.site-search .woocommerce-product-search {
    position: relative;
}
.site-search i.icon-search {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    font-size: 25px;
    height: 25px;
    left: 15px;
}
/*Pagination*/
.pagination {
    border: 0;
    padding: 80px 0;
}
.pagination nav {
    float: unset;
}

/*Single page*/
.single .content-area,
.single .site-main{
    margin-bottom: 0 !important;
}
.single .product {
    max-width: 1260px;
    margin: 0 auto;
    padding: 32px 15px 60px;
    display: flex;
    flex-wrap: wrap;
}
.single .product .slider-box-light {
    max-width: calc(100% - 375px);
    flex: calc(100% - 375px);
    padding-right: 50px;
}
.single .product .summary {
    float: unset !important;
    max-width: 375px;
    flex: 375px;
    position: relative;
}
.single .product .summary .product_meta {
    padding: 0;
    border: 00;
}
.single .product .summary .cart {
    padding: 10px 0 0;
    /* margin-bottom: 35px; */
}
.single .product .summary .product_meta .posted_in, 
.single .product .summary .product_meta .posted_in a {
    font-weight: 400;
    font-size: 15px;
    color: #444;
    text-decoration: none;
}
.single .product .summary .product_meta .posted_in {
    display: block;
    margin-bottom: 8px;
    font-size: 0;
}
.single .product .summary .cart label {
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    font-family: "Montserrat", Sans-serif;
}
.single .product .summary .cart table span {
    color: #6e6e6e;
    font-weight: 400;
}
.single .product .summary .cart table .value {
    margin: 15px 0 25px;
}
.single .product .summary .cart table .value ul {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 2px;
    max-width: 375px;
}
.single .product .summary .cart table .value ul li .variable-item-contents img {
    border-radius: 0;
    object-fit: cover;
}
.single .product .summary .cart table .value ul li {
    width: 100%;
    height: 100%;
    border-radius: 0;
    border: 1px solid transparent !important;
    position: relative;
    padding: 0;
    margin: 0;
    box-shadow: none;
}
.single .product .summary .cart table .value ul li .variable-item-contents:before {
    display: none !important;
}
.single .product .summary .cart table .value ul li.selected {
    border: 1px solid #000 !important;
}
.single .product .summary .cart table tr.thumb_size li span {
    color: #000 !important;
    font-size: 15px;
}
.single .product .summary .cart table tr.thumb_size ul{
    gap: 5px;
}
.single .product .summary .cart table tr.thumb_size li {
    border: 1px solid #000 !important;
    padding: 15.5px 9px;
    border-radius: 2px;
    transition: all 0.35s ease-in-out;
}
.single .product .summary .cart table tr.thumb_size li:hover{
    background: #000;
}
.single .product .summary .cart table tr.thumb_size li:hover span{
    color: #fff !important;
}
.single .product .summary .cart table tr.thumb_size li.selected span {
    color: #fff !important;
}
.single .product .summary .cart table tr.thumb_size li.selected {
    background: #000 !important;
}
.single .product .summary .price {
    margin: 0 !important;
    font-size: 18px !important;
    font-weight: 700;
    color: #000;
    position: absolute;
    top: 0;
    right: 0;
}
.storefront-product-pagination{
    display: none;
}
.single .product > div.rtwpvg-images {
    max-width: calc(100% - 375px);
    flex: calc(100% - 375px);
    margin: 0 !important;
    padding-right: 50px;
}
.single .product > div.rtwpvg-images img {
    width: 100%;
    border-radius: 0;
    height: 524px;
    object-position: top;
    object-fit: cover;
}
.single .product .summary .product_title {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px;
    max-width: 261px;
    letter-spacing: 0.1px;
}
.single .product .summary .cart .woocommerce-variation-add-to-cart {
    padding-top: 0;
}
.single .product .summary .cart .woocommerce-variation-add-to-cart .single_add_to_cart_button {
    width: 100%;
    background: #007db5;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: "Montserrat", Sans-serif;
    padding: 11px 15px;
}
.single .product .summary .cart .variations_button  a {
    background: #e7e7e7;
    width: 100%;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    font-family: "Montserrat", Sans-serif;
    display: block;
    padding: 11px 15px;
    text-align: center;
}
.single .product .summary .cart .variations_button .separator,
.single .product .summary .cart .variations_button .view-wishlist{
    display: none;
}
.single .product .summary .cart .reset_variations {
    margin: 15px 0 0 0;
    color: #000;
}
.single .product .summary .cart .variations_button {
    text-align: center;
}
.single .product .summary .woo_sc_frontend_btn {
    text-align: right;
    padding: 20px 0 0;
    margin: 0 0 -36px;
}
.single .product .summary #woo_sc_before_add_to_cart {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    padding: 0 0 0 23px !important;
    text-decoration: underline;
    margin: 0 !important;
    height: auto !important;
    font-size: 16px;
    line-height: initial;
    position: relative;
    color: #000;
}
.single .product .summary #woo_sc_before_add_to_cart:before {
    position: absolute;
    content: "\e9a1";
    font-family: gymshark-foundation-icons!important;
    left: 0;
    font-size: 20px;
    font-weight: 100;
}
.product_delivered  {
    margin-top: 35px;
    text-align: left;
}
.product_delivered h3 {
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 12px;
}
.delivery_section {
    padding: 24px;
    background: #f5f5f5;
    border-radius: 4px;
    /* margin-bottom: 25px; */
}
.delivery_section p:not(:last-child) {
    margin: 0 0 30px 0;
}
.delivery_section p:last-child {
    margin: 0;
}
.delivery_section p {
    display: flex;
    align-items: center;
    color: #444;
    font-weight: 600;
    font-size: 14px;
}
.delivery_section img {
    width: 24px;
    margin-right: 15px;
}
#accordion {
    margin-bottom: 25px;
}
#accordion > * > .article-title > a {
    display: block;
    padding: 15px;
    text-transform: uppercase;
    font-weight: 700;
    color: #000;
    font-family: "Montserrat", Sans-serif;
    font-size: 14px;
    position: relative;
}
#accordion > *{
    border-bottom: 1px solid #e7e7e7;
}
#accordion > *:first-child{
    border-top: 1px solid #e7e7e7;
}
#accordion > * > .article-title a:after {
    width: 1px;
    height: 11px;
    right: 15px !important;
}
#accordion > * > .article-title > a:before{
    width: 11px;
    height: 1px;
}
#accordion > * > .article-title > a:after, 
#accordion > * > .article-title > a:before {
    content: "";
    position: absolute;
    top: 0;
    right: 10px;
    background: #000;
    bottom: 0;
    margin: auto;
}
.heading_social {
    display: flex;
    align-items: center;
    cursor: pointer;
    margin-bottom: 12px;
}
.heading_social svg {
    margin-right: 10px;
}
.heading_social span {
    font-weight: 800;
    color: #000;
    font-size: 16px;
    text-decoration: underline;
}
#accordion .accordion-content strong {
    color: #444;
    font-size: 17px;
}
#accordion .accordion-content h2{
    display: none;
}
.single .product .summary .accordion-content {
    padding: 5px 15px 15px;
}
#accordion .accordion-content p {
    font-size: 16px;
    color: #444;
    line-height: 24px;
}
.single .product .summary .accordion-content .features_feature__t3Jtk {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    padding-left: 10px;
}
.single .product .summary .accordion-content .features_feature__t3Jtk:last-child{
    margin-bottom: 0;
}
.single .product .summary .accordion-content .features_feature__t3Jtk img {
    max-width: 24px;
    margin-right: 15px;
}
.single .product .summary .accordion-content.return_tab ul {
    margin: 0;
    font-size: 16px;
    color: #444;
    padding-left: 18px;
}
.single .product .summary .accordion-content.return_tab ul li a{
    font-weight: 700;
    color: #444;
    text-decoration: underline;
}
.accord_sect a::after{
    display: none;
}
.social-share {
    background: #ebebeb;
    padding: 15px;
}
.social-share a {
    margin: 0;
    padding: 0;
    text-align: center;
}
.social-share h2 {
    font-size: 15px;
    font-weight: 700;
}
.social-share a span:first-child {
    border-radius: 100% !important;
    width: 40px !important;
    height: 40px !important;
}
.social-share .addtoany_list {
    display: flex;
    justify-content: space-between;
    padding: 0 17px;
}
.social-share .addtoany_list a {
    line-height: 22px;
}
.social-share .a2a_s_link {
    background: #444 !important;
}
.social-share .a2a_s_facebook {
    background: #4367b2 !important;
}
.social-share .a2a_s_twitter{
    background: #1ea0f1 !important;
}
.social-share .a2a_s_pinterest{
    background: #e60019 !important;
}
.social-share .a2a_s_email{
    background: #4367b2 !important; 
}
.social-share .a2a_label {
    display: block !important;
    color: #6e6e6e;
    margin-top: 10px;
    font-size: 13px !important;
    position: unset !important;
    height: auto !important;
    width: auto !important;
    clip-path: unset !important;
}
.product-gallery-box {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #fff;
    z-index: 9999;
}
.gallery-cross-btn {
    z-index: 9;
    position: absolute;
    right: 35px;
    background: rgba(0,0,0,.3);
    padding: 0;
    width: 32px;
    height: 32px;
    line-height: 0;
    color: #fff;
    top: 30px;
    border-radius: 100%;
}
.gallery-cross-btn:hover{
    background: #000;
    color: #fff !important;
}
.rtwpvg-wrapper .rtwpvg-thumbnail-wrapper .rtwpvg-thumbnail-slider:not(.slick-initialized).rtwpvg-thumbnail-columns-3 {
    display: flex !important;
    flex-wrap: wrap;
    grid-gap: unset !important;
    justify-content: space-between;
}
.rtwpvg-wrapper .rtwpvg-thumbnail-wrapper .rtwpvg-thumbnail-slider .rtwpvg-thumbnail-image img {
    height: 400px;
}
.rtwpvg-wrapper .rtwpvg-thumbnail-wrapper .rtwpvg-thumbnail-slider:not(.slick-initialized).rtwpvg-thumbnail-columns-3 .rtwpvg-thumbnail-image:nth-child(3n):not(:first-child) img{
    height: 630px;
}
.rtwpvg-wrapper .rtwpvg-thumbnail-wrapper .rtwpvg-thumbnail-slider:not(.slick-initialized).rtwpvg-thumbnail-columns-3 .rtwpvg-thumbnail-image {
    max-width: calc(50% - 5px);
    flex: calc(50% - 5px);
    margin-bottom: 10px;
}
.rtwpvg-wrapper .rtwpvg-thumbnail-wrapper .rtwpvg-thumbnail-slider:not(.slick-initialized).rtwpvg-thumbnail-columns-3 .rtwpvg-thumbnail-image:nth-child(3n):not(:first-child) {
    max-width: 100%;
    flex:100%;
}
.rtwpvg-wrapper .rtwpvg-thumbnail-wrapper .rtwpvg-thumbnail-slider .rtwpvg-thumbnail-image{                                                                                   
    opacity: 1 !important;
}
.rtwpvg-trigger,
.pswp__button--fs,
.pswp__button--zoom {
    display: none !important;
}
.pswp__button.pswp__button--arrow--left,
.pswp__button.pswp__button--arrow--right{
    opacity: 1 !important;
    width: 32px;
    height: 32px;
    margin: 0;
    border-radius: 100%;
    background-color:#000 !important;
}
.pswp__img{
    border-radius: 0 !important;
}
.pswp__button.pswp__button--arrow--left:hover,
.pswp__button.pswp__button--arrow--right:hover{
    background-color: #000 !important;
    opacity: 0.8 !important;
}
.pswp__button--arrow--left:before, .pswp__button--arrow--right:before {
    width: 32px;
    top: 0;
    height: 32px;
}
.pswp__button.pswp__button--arrow--left {
    left: 8px;
}
.pswp__button.pswp__button--arrow--right {
    right: 8px;
}
.pswp__counter {
    left: 50px !important;
    bottom: 50px !important;
    height: auto !important;
    font-size: 16px !important;
    line-height: inherit !important;
    opacity: 1 !important;
    padding: 0 !important;
    top: unset;
    color: #000;
}
.pswp__button--arrow--left:before{
    left: 0 !important;
}
.pswp__button--arrow--right:before{
    right: 0 !important;
}
.pswp__button.pswp__button--close {
    width: 40px;
    height: 40px;
    margin-top: 20px;
    background-image: url("../images/close.svg") !important;
    margin-right: 20px;
    background-position: center !important;
    background-size: 25px;
    background-repeat: no-repeat !important;
    transition: all 0.3s ease-in-out;
}
.pswp__button.pswp__button--close:hover {
    background-color: rgb(223, 224, 225) !important;
}
.pswp__bg{
    background: #fff !important;
}
.pswp__top-bar{
    opacity: 1 !important;
    background: transparent !important;
    position: unset !important;
}
.pswp__caption{
    display: none !important;
}
/*others*/
.accordion-content{
    display: none;
}
.social-share{
    display: none;
}

.woo_sc_call_popup:hover{
    transform: none;
    box-shadow: none;
}
.rtwpvg-product span.onsale {
    position: absolute;
    top: 0;
    left: 0;
}

#yith-wcwl-popup-message {
    top: 80px !important;
    left: auto !important;
    right: 59px;
    margin: 0 !important;
    background: #000000;
    border: none;
    border-radius: 4px;
    line-height: normal;
    padding: 15px;
    color: #fff;
    font-weight: 400;
    box-shadow: none !important;
}
.header-search-information-inner .product-view-item img {
    height: 284px;
}
.header-search-data .product-view-grid {
    grid-template-columns: repeat(5, 1fr);
}
.storefront-full-width-content.single-product div.product .summary > p.price {
    display: none;
}
.single-product div.product > span.onsale {
    position: absolute;
    top: 33px;
    left: 15px;
    z-index: 9;
    color: #fff;
    border: 1px solid #000;
    background: #000;
    font-size: 14px;
}
.currentitmname {
    text-transform: capitalize;
}

/*29-03-2023*/
.single-product .product > div.rtwpvg-images img {
    height: auto;
}
.single-product .rtwpvg-images .rtwpvg-thumbnail-wrapper .rtwpvg-thumbnail-image img{
    height: auto !important;
}
.single-product .product .value ul.single-product-variable-items {
    padding: 0;
    margin: 0;
    list-style: none;
}
.single-product .product .value ul.single-product-variable-items .image-variable-item:hover,
.single-product .product .value ul.single-product-variable-items .image-variable-item.activeimg {
    border: 1px solid #000 !important;
}
.single-product .product .value ul.single-product-variable-items .variable-item-contents img {
    height: 85px;
    object-position: right;
    width: 100%;
}
.single-product .product .value ul.button-variable-items-wrapper .variable-item .variable-item-span-button {
    color: #000 !important;
    font-size: 15px !important;
    border-radius: 0;
}
.single-product .product .value ul.button-variable-items-wrapper .variable-item.button-variable-item {
    border: 1px solid #000 !important;
    padding: 15.5px;
    border-radius: 2px;
}
.single-product .product .value ul.button-variable-items-wrapper .variable-item.button-variable-item:hover,
.single-product .product .value ul.button-variable-items-wrapper .variable-item.selected{
    background: #000 !important;
}
.single-product .product .value ul.button-variable-items-wrapper .variable-item.button-variable-item:hover span,
.single-product .product .value ul.button-variable-items-wrapper .variable-item.selected span{
    color: #fff !important;
}
.single-product .product .value ul.button-variable-items-wrapper {
    gap: 5px !important;
}

/* 29-04-2023 */
.woocommerce-edit-account article,
.woocommerce-account article,
.woocommerce-wishlist article,
.woocommerce-cart article,
.woocommerce-checkout article{
    max-width: 1500px;
    margin: 0 auto;
    padding: 0 20px;
}
.woocommerce-edit-account article .entry-header,
.woocommerce-account article .entry-header,
.woocommerce-wishlist article .entry-header,
.woocommerce-cart article .entry-header,
.woocommerce-checkout article .entry-header{
    margin-top: 50px;
}
.woocommerce-checkout article .entry-header{
	padding-bottom: 50px !important;
}
.woocommerce-edit-account article .entry-header .entry-title,
.woocommerce-account article .entry-header .entry-title,
.woocommerce-wishlist article .entry-header .entry-title,
.woocommerce-cart article .entry-header .entry-title,
.woocommerce-checkout article .entry-header .entry-title{
    font-weight: 700;
    text-transform: capitalize;
}
.woocommerce-edit-account article .entry-content h2,
.woocommerce-wishlist article .entry-content h2,
.woocommerce-cart article .entry-content h2,
.woocommerce-checkout h3,
.woocommerce-checkout h2,
#customer_login h2,
.addresses header.title h3{
    font-weight: 700;
}
.woocommerce-checkout .entry-content {
    color: #000;
}
.woocommerce-edit-account .woocommerce-MyAccount-content .form-row-first{
	width: 49%;
	float: left;
	margin-right: 0;
}
.woocommerce-edit-account .woocommerce-MyAccount-content .form-row-last {
    width: 49%;
    float: right;
    margin-right: 0;
}
.woocommerce-edit-account .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link a,
.woocommerce-account .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link a,
.woocommerce-account a{
	color: #000 !important;
    font-weight: 600;
	text-transform: capitalize;
}
span.select2-selection.select2-selection--single {
    padding: 0.6180469716em;
    background-color: #f2f2f2;
    color: #43454b;
    border: 0;
    -webkit-appearance: none;
    box-sizing: border-box;
    font-weight: 400;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.125);
    height: 42px;
    border-radius: 0;
}
.woocommerce-account .woocommerce-info {
    background: #000;
	border-left: 0.6180469716em solid rgb(92 92 92);
}
.woocommerce-info::before{
    content: "";
}
.woocommerce-account .woocommerce-Button:not(.wp-element-button) {
	color: #fff !important;
	text-transform: capitalize;
}

.col2-set#customer_login .col-2, 
.col2-set.addresses .col-2 {
    width: 48%;
    float: right;
    margin-right: 0;
}
.col2-set#customer_login .col-1, 
.col2-set.addresses .col-1 {
    width: 48%;
    float: left;
    margin-right:0;
}
a.dropdown-back .basket-item-count{
	background: #000000 !important;
}
.woocommerce-wishlist table tbody tr td,
.woocommerce-cart table tbody tr td{
    vertical-align: middle;
    text-align: left;
	font-size:14px;
}
.woocommerce-wishlist table thead tr th,
.woocommerce-cart table thead tr th{
	font-size:16px;
	color: #000;
	text-transform:capitalize;
}
.switch-field {
    display: none;
}

.switch-field input {
	position: absolute !important;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	width: 1px;
	border: 0;
	overflow: hidden;
}

.switch-field label {
    background-color: transparent;
    color: #000;
    transition: all 0.1s ease-in-out;
    width: 100%;
    display: flex;
    border-radius: 50px;
    align-items: center;
    justify-content: center;
    padding: 5px 0;
    margin: 0 !important;
}
.switch-field input:checked + label {
    background-color: #fff;
    box-shadow: none;
    margin: 0;
}

/* 16-05-2023 */
.slider-nav-desktop .slick-arrow,
.slider-box .slick-arrow{
    display: none !important;
}
.slider-nav-desktop .slick-list {
    overflow: visible !important;
}
.slider-nav-desktop .slick-list .slick-track {
    width: 100% !important;
    transform: none !important;
    display: flex;
    flex-wrap: wrap;
}
.slider-nav-desktop .slick-list .slick-track > * {
    max-width: 50%;
    flex: 50%;
	cursor:pointer;
}
.slider-nav-desktop .slick-list .slick-track > *:nth-child(3n) {
    max-width: 100%;
    flex: 100%;
}
.lg-toolbar .lg-icon:not(:first-child) {
    display: none;
}
.lg-toolbar.lg-group {
    background: transparent !important;
}
.lg-backdrop{
	background:#fff !important;
}
#lg-zoom-in, #lg-zoom-out {
    display: block;
    color: #000;
    opacity: 0 !important;
}
.lg-outer.lg-start-zoom .lg-toolbar {
    opacity: 1;
    top: 20px;
    transform: none !important;
}
.lg-close.lg-icon {
    color: #000 !important;
}
.lg-outer.lg-start-zoom {
    opacity: 1 !important;
}
.lg-actions .lg-prev:after{
	display:block;
}
#lg-counter {
    color: #000 !important;
    position: fixed;
    bottom: 45px;
    left: 45px;
}
.lg-actions .lg-icon {
	opacity: 1 !important;
    background: #000 !important;
    width: 32px;
    height: 32px;
    margin: 0;
    border-radius: 100% !important;
    background-color: #000 !important;
    color: #fff !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    font-size: 17px !important;
}
.wooprdsearch{
	position: absolute;
	left: 100px;
	top: 0;
	bottom: 0;
	margin: auto;
	height: 28px;
	font-size: 23px;
	z-index: 999;
	cursor: pointer;
	display:none;
}

.gallery_gallery-expandmobile img {
    background: #fff;
    border: 1px solid #000;
    width: 30px;
    padding: 5px;
}
button.gallery_gallery-expandmobile {
    position: absolute;
    bottom: 14px;
    right: 2px;
}
.woocommerce-pagination {
  display: none;
}
.load-more-button {
    font-family: "Montserrat", Sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    fill: #000000;
    color: #fff;
    background-color: #000000;
    border-radius: 50px 50px 50px 50px;
    padding: 11px 28px 11px 28px;
    transition: all 0.4s ease-in-out;
}
.pagination_view-all {
    display: block;
    margin: 0 auto;
    background: transparent !important;
    font-size: 16px;
    text-transform: capitalize;
    color: #000;
    text-decoration: underline;
    font-weight: 700;
	outline:0 !important;
    border: 0 !important;
}
.gallery_gallery-expandmobile {
    background: transparent;
    padding: 0;
    box-shadow: 0px 0px 9px #0000002e;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}
.gallery_gallery-expandmobile img {
    border: 0;
    padding: 0;
    max-width: 17px;
}
/* ------- 07-07-2023 ----------- */

.car_count_title .mini_cart_item img {
    width: 100%;
    height: 155px;
    object-fit: cover;
    max-width: 100%;
    float: unset;
}
.car_count_title .mini_cart_item {
	flex-wrap:wrap;
    justify-content: unset !important;
}
.car_count_title .mini_cart_item .left-bl {
    max-width: 124px;
    flex: 124px;
}
.car_count_title span.quantity {
    display: block;
    text-align: left;
}
.car_count_title  .right-bl{
	max-width: calc(100% - 124px);
    flex: calc(100% - 124px);
    padding-left: 18px;
}
.car_count_title .produttitle {
    text-align: left;
    color: #000;
    font-size: 18px;
    display: block;
    line-height: 24px;
}
.car_count_title .remove_from_cart_button {
    width: 37px !important;
    height: 37px !important;
    background: #f5f5f5;
    border-radius: 100%;
	transition:all 0.4s ease-in-out;
}
.car_count_title .remove_from_cart_button:hover{
	background:#000;
}
.car_count_title .remove_from_cart_button:hover:before{
	color:#fff !important;
}
.car_count_title .remove_from_cart_button:before{
	line-height:37px !important;
	content: "\f2ed" !important;
	color:#000 !important;
}
.btn-wish.minicartwish {
    position: unset;
    width: 37px;
    height: 37px;    background: #f5f5f5;
    box-shadow: unset;
}
.btn-wish.minicartwish > * {
    width: 37px !important;
    height: 37px !important;

    border-radius: 100%;
}
.bottombtns {
    display: flex;
    column-gap: 15px;
    margin-top: 15px;
}
.car_count_title  {
    height: 100%;
    overflow-y: auto;
    padding-bottom: 12.8rem;
}
.bottom-fx-block {
    position: fixed;
    right: 0;
    bottom: 0;
    width: 100%;
    background: #fff;
    z-index: 999;
    padding: 15px 0 0;
}
.bottom-fx-block .buttons a {
    display: block;
    width: 100%;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: "Montserrat", Sans-serif;
    padding: 11px 15px;
    
}
.bottom-fx-block .total {
    color: #000;
    font-size: 18px;
    margin-bottom: 10px;
}
.bottom-fx-block .buttons a:last-child{
	background: #e7e7e7;
	    color: #000;
}
.bottom-fx-block .buttons a:first-child{
	background: #007db5;
	color: #fff;
}
.bottom-fx-block .buttons a:not(:last-child){
	margin-bottom:10px;
}
.bottom-fx-block .buttons {
    padding: 0 35px !important;
}
#pm_menu .cloasebtnwrap {
    position: sticky;
    z-index: 9999;
    top: 0;
}
/*media query*/
@media (min-width:992px) and (max-width:1299px){
	.header-inner ul.max-mega-menu > li.mega-menu-item > a.mega-menu-link{
		margin: 0 12px !important;
	}
}
@media (min-width:769px) and (max-width:991px){
	.header-inner ul.max-mega-menu > li.mega-menu-item > a.mega-menu-link {
		padding: 0 0 !important;
	}
	.header-inner ul.max-mega-menu > li.mega-menu-item > a.mega-menu-link{
		margin: 0 10px !important;
	}
}
/* @media (max-width:1399px){
    .news-listing .product-view-grid{
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }
} */
@media (max-width:1199px){
	.top-section .container,
	.container{
		max-width: 1920px;
		padding: 0 15px;
	}
    .header-search-data .product-description h4{
        font-size: 14px;
    }
    .header-search-data .product-price bdi, 
    .header-search-data .product-price bdi span{
        font-size: 13px;
    }
    .header-main nav.navbar> .logo {
        max-width: 24% !important;
        flex: 24% !important;
    }
    .header-main nav.navbar> .site-menu{
        max-width: 45% !important;
        flex: 45% !important;
    }
    .header-main nav.navbar> .header-end{
        max-width: 45% !important;
        flex: 45% !important;
    }
    .header-inner ul.max-mega-menu > li.mega-menu-item > a{
        padding: 0 13px !important;
    }
    .header-main #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > ul.mega-sub-menu > li > ul.mega-sub-menu{
        padding: 0 15px;
    }
    .header-main #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > ul.mega-sub-menu > li > ul.mega-sub-menu > li:not(:last-child){
        width: 25%;
    }
}
@media (max-width:1499px){
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > ul.mega-sub-menu > li > ul.mega-sub-menu > li:last-child{
        display: none !important;
    }
}
@media (min-width:769px) and (max-width:1024px){
    .header-main nav.navbar> .logo {
        max-width: 7% !important;
        flex: 7% !important;
    }
    .header-main nav.navbar> .header-end {
        max-width: 53% !important;
        flex: 53% !important;
    }
    .header-main nav.navbar> .site-menu {
        max-width: 40% !important;
        flex: 40% !important;
    }
    .header-main #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > ul.mega-sub-menu > li > ul.mega-sub-menu{
        max-width: 100%;
        padding: 20px;
    }
    .header-main #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > ul.mega-sub-menu > li > ul.mega-sub-menu > .mega-menu-column:last-child > .mega-sub-menu > li:last-child {
        margin-bottom: 0 !important;
    }
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > ul.mega-sub-menu > li > ul.mega-sub-menu > li:last-child {
        position: relative !important;
        max-width: 100% !important;
        margin-top: 20px;
    }
}
@media (max-width:1024px){
	 .rtwpvg-wrapper .rtwpvg-thumbnail-wrapper .rtwpvg-thumbnail-slider:not(.slick-initialized).rtwpvg-thumbnail-columns-3 .rtwpvg-thumbnail-image {
        max-width: 100% !important;
        flex: 100% !important;
        margin-bottom: 0;
    }
	.rtwpvg-wrapper .rtwpvg-thumbnail-wrapper .rtwpvg-thumbnail-slider:not(.slick-initialized).rtwpvg-thumbnail-columns-3{
        justify-content: left;
        display: grid !important;
        grid-template-columns: repeat(6, 1fr) !important;
        gap: 6px !important;
    }
	.news-listing .product-view-grid,
	.product-view-grid{
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }
    .single-product div.product > div{
        max-width: 50% !important;
        flex: 50% !important;
    }
    .single .product > div.rtwpvg-images{
        padding-right: 25px;
    }
    .footer-main-link .hfe-nav-menu__toggle {
        display: none !important;
    }
    .footer-main-link nav{
        background: transparent !important;
        opacity: 1 !important;
        visibility: visible !important;
        height: auto !important;
    }
    .footer-main-link nav ul li{
        border:  0 !important;
    }
    .footer-main-link nav ul li .hfe-menu-item{
        background: transparent !important;
        font-weight: 400 !important;
        padding: 7px 0 !important;
    }
    .quick-add{
        padding: 15px;
    }
    .more-about > div,
    .footer-links > div {
        max-width: 100% !important;
    }
    .icon-right-arrow{
        width: 30px;
        height: 30px;
    }
    .fixed-bottom h3{
        font-size: 18px;
    }
    .header-main #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > ul.mega-sub-menu > li > ul.mega-sub-menu{
        flex-wrap: wrap;
    }
    .header-inner .mega-menu-link{
        font-size: 14px !important;
    }
}
@media (max-width:991px){
    .footer-main-link h3.elementor-heading-title {
        margin-bottom: 0;
    }
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > ul.mega-sub-menu > li > ul.mega-sub-menu > li:last-child{
        padding: 20px !important;
        height: auto !important;
    }
    .email-sign-up > div{
        max-width: 100%;
    }
}
@media (max-width:768px){
	.header-search-information.mobactive .search-cross-btn{
		right:20px !important;
	}
	.header-search-information.mobactive .header-search-information-inner{
		min-height: 100%;
	}
	.header-search-information{
		transform: translateX(-100%);
    	transition: all 0.5s ease-in-out;
	}
	.header-search-information.mobactive{
		z-index:9999 !important;
		transform: translateX(0%);
	}
	.wooprdsearch{
		display:block !important;
	}
	.top-section-fix{
		top:53px;
	}
    .single-product .product .value ul.single-product-variable-items .variable-item-contents img{
        height: auto !important;
    }
    .single .product .summary .price{
        font-size: 16px !important;
    }
    .mega-menu-open ~ .mega-menu:before{
        transition: opacity 200ms ease-in, transform 200ms ease-in, visibility 200ms ease-in;
        position: fixed;
        left: 0;
        right: 0;
        top: 69px;
        bottom: 0;
        display: block !important;
        height: 100%;
        width: 100%;
        content: "";
        background: rgb(0 0 0 / 84%);
        z-index: 9;
        backdrop-filter: blur(5px);
    }
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu{
        border-bottom: 1px solid #e7e7e7;
        border-top: 0 !important;
    }
    .mega-menu > .mega-menu-item-has-children:hover:before{
        display: none !important;
    }
    
    .single .product .summary{
        margin-top: 15px !important;
    }
    .single .product .summary .product_title{
        font-size: 18px !important;
        max-width: calc(100% - 100px);
    }
    .single-product div.product > div{
        max-width: 100% !important;
        flex: 100% !important;
        padding-right: 0 !important;
    }
    .header-search-data .product-view-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    #submitform{
        max-width: calc(100% - 50px);
    }
    .header-top-search{
        justify-content: space-between;
    }
    .header-main #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > ul.mega-sub-menu > li > ul.mega-sub-menu > li:not(:last-child){
        padding-top: 0 !important;
    }
    .header-main #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > ul.mega-sub-menu > li > ul.mega-sub-menu{
        padding: 0 !important;
    }
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link::before {
        position: absolute;
        content: "\e932";
        font-family: gymshark-foundation-icons!important;
        right: 6px;
        top: 8px;
        margin: auto;
        transition: all 0.2s ease-in-out;
    }
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-toggle-on > a.mega-menu-link::before {
        transform: rotate(90deg);
    }
    #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-blocks-right{
        justify-content: center !important;
    }
    .mega-toggle-blocks-left, .mega-toggle-blocks-center {
        display: none !important;
    }
    #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-blocks-right .mega-toggle-block:only-child {
        margin-left: 0;
    }
    #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-blocks-right .mega-toggle-block {
        margin-right: 0;
    }
    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column:first-child > ul > li:not(:first-child) h4, #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column:nth-child(2) > ul > li:not(:first-child) h4 {
        margin-top: 20px;
    }
    .header-end .site-search{
        display: none;
    }
    .header-main #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > ul.mega-sub-menu > li > ul.mega-sub-menu{
        padding-top: 8px !important;
        justify-content: left;
    }
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu{
        min-height: unset !important;
    }
    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-column{
        max-width: 50% !important;
        flex: 50% !important;
        margin-bottom: 20px !important;
    }
    .header-inner ul.max-mega-menu > li.mega-menu-item > a {
		padding: 0 0px !important;
		margin: 0 10px !important;
	}
    #mega-menu-wrap-primary .mega-menu-toggle + #mega-menu-primary{
        background: transparent !important;
        position: absolute !important;
        right: 0;
        top: 54px;
        left: 0;
        z-index: 9;
        bottom: 0;
        height: 100vh;
        overflow-y: auto;
    }
    #mega-menu-wrap-primary .mega-menu-toggle {
        background: transparent;
    }
    .header-end a:not(:last-child) {
        margin-right: 15px;
    }
    #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner, #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before, #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after{
        width: 28px !important; 
        height: 2px !important;
        background-color: #000 !important;
    }
    #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-box{
        display: flex;
        justify-content: center;
    }
    .header-main nav.navbar> .header-end {
        max-width: 73% !important;
        flex: 73% !important;
        order: 2;
    }
    .header-main nav.navbar> .site-menu {
        max-width: 60px !important;
        order: 3;
        flex: 60px !important;
    }
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item {
        background-color: #fff !important;
        z-index: 9;
        position: relative !important;
    }
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > ul.mega-sub-menu > li > ul.mega-sub-menu > li.mega-menu-column:last-child{
        max-width: 100% !important;
        flex: 100% !important;
    }
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > ul.mega-sub-menu > li > ul.mega-sub-menu > li:last-child img{
        width: 100%!important;
    }
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > ul.mega-sub-menu > li > ul.mega-sub-menu > li:last-child > ul.mega-sub-menu .widget_media_image,
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > ul.mega-sub-menu > li > ul.mega-sub-menu > li:last-child > ul.mega-sub-menu .widget_media_image img{
        height: 250px !important;
    }
	.header-main nav.navbar>.logo {
		max-width: fit-content !important;
		flex: auto !important;
		order: 2;
	}
	.header-main nav.navbar>.site-menu {
		max-width: fit-content !important;
		order: 1;
		flex: auto !important;
	}
	.site-header.header-main {
		padding: 2px 12px !important;
	}
	.header-main nav.navbar>.header-end {
		max-width: fit-content !important;
		flex: auto !important;
		order: 3;
	}
	.header-end > a{
		font-size:23px !important;
	}
	a[title="My Account"] {
		margin-right: 0 !important;
	}
	span[title="Mini Cart"] {
		position: absolute;
		left: 65px;
		top: 0;
		bottom: 0;
		margin: auto;
		height: 23px;
	}
	header.header-main ~ section.header-bottom {
		margin: 53px 0 0 !important;
	}
	.header-main nav.navbar>.site-menu {
		max-width: 78px !important;
		order: 1;
		flex: 77px !important;
	}
	#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-blocks-right {
		justify-content: left !important;
	}
}
@media (max-width:767px){
	.product-view-grid,
	.news-listing .product-view-grid{
        grid-template-columns: 1fr 1fr;
    }
    .socail-icon-block,
    .footer-end-links ul {
        text-align: center;
    }
    .fixed-bottom{
        bottom: 18px;
        width: calc(100% - 20px);
    }
    .fixed-bottom h3{
        font-size: 15px;
    }
	.single .product .slider-box-light{
		max-width: 100% !important;
		flex: 100% !important;
		padding-right: 0 !important;
	}
}
@media (max-width:650px){
	.slider-box .item-slick img{
		height: 112px;
		width:100%;
		object-fit: cover;
	}
	.slider-box .slick-track {
		margin-right: unset;
		margin-left: unset;
	}
}
@media (max-width:575px){
	.divide-block {
		display: flex;
		align-items: center;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.divide-block > * {
		max-width: calc(50% - 7px);
		flex: calc(50% - 7px);
		justify-content: center;
	}
	.filter-btn{
		padding: 12.5px 12px;
	}
	
    .car_count_title > .wcf-min-bottom-part > * a{
        padding: 9px;
        min-height: unset;
        font-size: 13px;
    }
    .product_list_widget {
        padding: 0 10px !important;
    }
    .filter-sidebar .color-design .filter-items{
        grid-template-columns: 1fr 1fr;
    }
    .top-section .row{
        display: block;
    }
    .product-view-item img{
        height: auto !important;
    }
    .divide-block{
        margin-top: 10px;
    }
	.switch-field {
		display: flex !important;
		padding: 6px 8px;
		text-transform: uppercase;
		border-radius: 50px;
		border: 1px solid #e8e8e8;
		background: rgba(229,229,234,.3);
		transition: all 0.3s ease-in-out;
		flex-wrap: wrap;
	}
	.switch-field > * {
		max-width: 50%;
		flex: 50%;
		text-align: center;
	}
	.product-view-grid.singleview {
		grid-template-columns: 1fr !important;
	}
    .news-listing .product-view-grid{
        grid-template-columns: 1fr 1fr;
    }
    .home-content br{
        display: none;
    }
    .home-content,
    .home-banner h1{
        text-align: center;
    }
    .button-group-banner .elementor-element-populated{
        display: block !important;
    }
    .button-group-banner .elementor-element-populated > *:last-child {
        margin-left: 0;
    }
    .button-group-banner .elementor-element-populated > *{
        max-width: 100%;
    }
    .button-group-banner .elementor-button-wrapper{
         text-align:center;
    }
    .product-view-grid{
        grid-template-columns: 1fr 1fr;
    }
    .product-block_header h2{
        font-size: 18px;
    }
    .product-block_header span{
        font-size: 13px;
    }
    .button-group-banner .elementor-widget-button{
        display: block !important;
    }
    .button-group-banner .elementor-widget-button > *{
        margin-left: 0 !important;
    }
    .button-group-banner .elementor-widget-button > *:first-child{
        margin-bottom: 10px !important;
    }
}
@media (max-width:350px){
    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-column{
        max-width: 100% !important;
        flex: 100% !important;
    }
}