/*--- HIDDEN SECTIONS ----*/
.reviews-section {
    display: none;
}
/*--- HIDDEN SECTIONS ----*/

/*---- THEME CSS STARTS ----*/

@font-face {
    font-family: 'Halcom';
    src: url('../fonts/Halcom-Regular.eot');
    src: url('../fonts/Halcom-Regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Halcom-Regular.woff2') format('woff2'),
         url('../fonts/Halcom-Regular.woff') format('woff'),
         url('../fonts/Halcom-Regular.ttf') format('truetype'),
         url('../fonts/Halcom-Regular.svg#Halcom-Regular') format('svg');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Halcom';
    src: url('../fonts/Halcom-Medium.eot');
    src: url('../fonts/Halcom-Medium.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Halcom-Medium.woff2') format('woff2'),
         url('../fonts/Halcom-Medium.woff') format('woff'),
         url('../fonts/Halcom-Medium.ttf') format('truetype'),
         url('../fonts/Halcom-Medium.svg#Halcom-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Halcom';
    src: url('../fonts/Halcom-Bold.eot');
    src: url('../fonts/Halcom-Bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Halcom-Bold.woff2') format('woff2'),
         url('../fonts/Halcom-Bold.woff') format('woff'),
         url('../fonts/Halcom-Bold.ttf') format('truetype'),
         url('../fonts/Halcom-Bold.svg#Halcom-Bold') format('svg');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Halcom';
    src: url('../fonts/Halcom-ExtraBold.eot');
    src: url('../fonts/Halcom-ExtraBold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Halcom-ExtraBold.woff2') format('woff2'),
         url('../fonts/Halcom-ExtraBold.woff') format('woff'),
         url('../fonts/Halcom-ExtraBold.ttf') format('truetype'),
         url('../fonts/Halcom-ExtraBold.svg#Halcom-ExtraBold') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Halcom';
    src: url('../fonts/Halcom-Light.eot');
    src: url('../fonts/Halcom-Light.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Halcom-Light.woff2') format('woff2'),
         url('../fonts/Halcom-Light.woff') format('woff'),
         url('../fonts/Halcom-Light.ttf') format('truetype'),
         url('../fonts/Halcom-Light.svg#Halcom-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Sivellin';
    src: url('../fonts/Sivellin-Regular.eot');
    src: url('../fonts/Sivellin-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Sivellin-Regular.woff2') format('woff2'),
        url('../fonts/Sivellin-Regular.woff') format('woff'),
        url('../fonts/Sivellin-Regular.ttf') format('truetype'),
        url('../fonts/Sivellin-Regular.svg#Sivellin-Regular') format('svg');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}



body {
    font-family: 'Halcom', sans-serif !important;
    font-size: 16px;
    font-weight: 400;
    margin: 0 !important;
    overflow-x: hidden;
    color: #192229;
}

header.entry-header {
    display: none;
}

ul {
    padding: 0 !important;
    margin: 0 !important;
}
ul li {
    list-style: none;
}
a:focus {
    outline: none !important;
}


h1 {
    font-size: 64px;
    font-weight: 700;
    letter-spacing: -5.12px;
}

h2 {
    font-size: 40px;
    font-weight: 700;
    letter-spacing: -2px;
}

h3 {
    font-size: 36px;
    text-transform: capitalize;
    font-weight: 700;
    line-height: 56px;
}

h4 {
    font-size: 32px;
    font-weight: 700;
    line-height: 49px;
    letter-spacing: -2.56px;
}

h5{
    font-size: 28px;
    font-weight: 500;
    letter-spacing: -1.12px;
}

p{
    font-size: 16px;
    line-height: 30px;
	letter-spacing: -0.64px;
}


h2.heading-icon {
    display: flex;
    align-items: center;
}
h2.heading-icon:before {
    content: "";
    background: url(../images/headingbefore.svg);
    display: inline-block;
    width: 35px;
    height: 35px;
    margin-right: 10px;
}

h6.subheading {
    display: flex;
    align-items: center;
    font-size: 18px;
    letter-spacing: -0.72px;
}
h6.subheading:before {
    content: "";
    background: url(../images/smallbefore.svg);
    display: inline-block;
    width: 26px;
    height: 26px;
    margin-right: 5px;
}

.center-sub {
    justify-content: center;
}

.custom-btn{
    flex-shrink:0;
}
.custom-btn a {
    color: #192229;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: -0.6px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    height: 55px;
    padding-left: 25px;
    padding-right: 10px;
    border-radius: 67px;
    background: #FFF4F1;
    backdrop-filter: blur(37.95000076293945px);
}
.custom-btn a:after {
    content: "";
    background: url(../images/switch-icon.svg);
    width: 42px;
    height: 41px;
    display: block;
    margin-left: 20px;
}


/*---- IMAGES FULL ----*/
img.slide-img {
    width: 100%;
}
.sale-slider img {
    width: 100%;
}
.group-ad {
    max-width: 1920px;
    margin: 0 auto;
}
/*---- IMAGES FULL ----*/

/*---- THEME CSS ENDS ----*/


/*---- WOOCOMMERCE POPUPS CSS STARTS ----*/
form#wc-register-form input[type="tel"] {
    background-image: url(../images/UAE.svg);
    background-repeat: no-repeat;
    background-position: 20px;
    background-size: 31px;
    padding-left: 65px;
}
form#wc-register-form a {
    color: #f1562c;
    text-decoration: none;
    font-weight: 700;
}



.modal-dialog {
    max-width: 678px;
}
.modal-content button.btn-close {
    position:absolute;
    right: 0;
    top:20px;
    right:20px;
    z-index:99;
}
.modal-body {
    padding: 40px 65px;
}

.modal-top {
    text-align: center;
    margin-bottom: 20px;
}
.modal-top p {
    color: #797979;
    font-size: 14px;

}

ul#authTabs {
    border-radius: 70px;
    border: 1px solid #FFF;
    background: #FFF5F2;
}
ul#authTabs > li {
    width: 50%;
}
ul#authTabs li button.nav-link {
    border-radius: 67px;
    backdrop-filter: blur(37.95000076293945px);
    color: white;
    padding: 15px 0;
    display: block;
    width: 100%;
    font-size: 20px;
    color: #797979;
    font-weight: 400;
}
ul#authTabs li button.nav-link.active {
    background: #AF0F1C;
    color: white;
}

.wc-auth-form .form-control {
    border-radius: 67px;
    border: 1px solid #EAEAEA;
    background: #FFF;
    height: 55px;
    padding: 0 30px;
    color: #797979;
    font-size: 14px;
    font-weight: 400;
}

.wc-auth-form a.link-danger {
    color: #F1562C;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: -0.64px;
    text-decoration: none;
}


button.submit-button {
    border-radius: 67px;
    background: #F1562C;
    height: 55px;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    margin-top: 30px;
}
.guest-btn {
    margin-top: 20px;
    border-radius: 67px;
    border: 1px solid #E2E2E2 !important;
    background: #fff;
    height: 55px;
    color: #797979;
    font-size: 18px;
    font-weight: 500;
}


.wc-otp-inputs input.form-control {
    width: 70.293px;
    height: 68px;
    border-radius: 15px;
    border: 1px solid #CFCFCF;
    color: #AF0F1C;
    font-size: 25px;
    font-weight: 600;
    padding: 0;
}

.resend-text {
    color: #797979;
    font-size: 14px;
}
.resend-text a {
    color: #F1562C;
    font-weight: 800;
    text-decoration: none;
}


/*---- WOOCOMMERCE POPUPS CSS ENDS ----*/


/*---- HEADER CSS STARTS ----*/

.custom-mobile-header{
	display: none;
}

.top-header {
    background: url(../images/HeaderBG.jpg);
    padding: 30px 0;
}

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

.deliver {
    display: flex;
    align-items: center;
    height: 55px;
    padding: 0 30px 0px 10px;
    border-radius: 67px;
    background: rgba(0, 0, 0, 0.30);
    backdrop-filter: blur(37.95000076293945px);
    color: white;
    font-size: 14px;
    font-weight: 700;
}
.deliver p {
    margin: 0;
}
.deliver span {
    font-weight: 400;
}
.dl-text, .dl-text p {
    font-size: 14px !important;
    line-height: normal;
}
.dl-icon {
    margin-right: 10px;
}


.pr-search {
    width: 28%;
}
.custom-search-wrapper {
    display: flex;
    justify-content: center;
}

.woocommerce-product-search {
    display: flex;
    align-items: center;
    background: #FFF;
    border-radius: 67px;
    border: 1px solid #EAEAEA;
    padding: 0px 10px 0 20px;
    width: 100%;
    max-width: 600px;
}
.woocommerce-product-search .search-field {
    border: none;
    outline: none;
    flex: 1;
    height: 55px;
    font-size: 14px;
    background: transparent;
    color: #797979;
}
.custom-search-wrapper button {
    padding: 0;
    background: transparent;
    border: none;
}


.btn-switch {
    padding: 0 15px;
    background: #FFF;
    border-radius: 67px;
    height: 55px;
    display: flex;
    align-items: center;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.6px;
    text-decoration: none;
    color: inherit !important;
}
.btn-switch img {
    margin-left: 15px;
}

.info-account {
    display: flex;
    align-items: flex-end;
    grid-gap: 30px;
}
.points, .account {
    display: flex;
    align-items: center;
    grid-gap: 10px;
}

.info-account a {
    text-decoration: none;
}
.info-account p {
    margin: 0;
    font-weight: 700;
    color: white;
    line-height: 16px;
}
.info-account p span {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    display: block;
}
.wishlist, .carrt {
    text-align: center;
}
.wishlist span, .carrt span {
    display: inline-block;
    margin-bottom: 5px;
}
.wishlist p, p.mini-cart-total span.woocommerce-Price-amount.amount {
    font-size: 14px;
}
span.wishlist-count {
    font-size: 10px;
    width: 15px;
    height: 15px;
    background-color: white;
    border-radius: 10px;
    position: relative;
    top: -10px;
    left: -10px;
	color: black;
}


/*--- Mini Cart Css starts ----*/

span#mini-cart-count {
    font-size: 10px;
    width: 15px;
    height: 15px;
    background-color: white;
    border-radius: 10px;
    position: relative;
    top: -10px;
    left: -10px;
	color: black;
}
p.mini-cart-total span.woocommerce-Price-amount.amount {
    display: flex;
    align-items: center;
    line-height: normal;
    margin-bottom: 0;
}
p.mini-cart-total span.woocommerce-Price-currencySymbol {
    font-size: 0;
    margin-bottom: 0;
    line-height: normal;
}
p.mini-cart-total span.woocommerce-Price-currencySymbol:before {
    filter: brightness(0) invert(1);
    width: 16px;
    height: 12px;
    background-size: contain;
    margin: 0;
    background-repeat: no-repeat;
}

p.mini-cart-total sup.wc-price-dec {
    top: 0;
    font-size: inherit;
    line-height: normal;
}
/*--- Mini Cart Css starts ----*/


/*---- SECOND HEADER -----*/
.sec-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.custom-menu {
    display: flex;
    align-items: center;
}
.menu-nav {
    border-left: 1px solid #B5B5B5;
    margin-left: 30px;
}
.menu-nav ul.menu li a {
    color: #192229;
    padding: 0px 30px;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}

.header-social {
    display: flex;
    align-items: center;
}
.header-social span {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    margin-right: 20px;
}
ul.social-list {
    display: flex;
    grid-gap: 20px;
}
ul.social-list li a {
    color: black;
    font-size: 16px;
}



/*---- CATEGORIES ----*/
/* Wrapper */
.shop-categories-menu {
    position: relative;
    width: 280px;
}

.cat-menu {
    padding: 20px 10px;
}
span.menu-title {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}
span.menu-title:before {
    content: "";
    background: url(../images/shopcat-icon.svg);
    width: 17px;
    height: 17px;
    display: inline-block;
    margin-right:10px;
}
span.menu-title:after {
    content: "";
    background: url(../images/shoparrow-down.svg);
    width: 16px;
    height: 17px;
    display: inline-block;
    margin-left:10px;
}

.shop-categories-menu .menu-icon {
    margin-right: 8px;
}

/*----- SIDEBAR CATEGORY CSS STARTS -----*/


/*.shop-categories-menu {
  position: relative;
}

.cat-menu {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
}

.category-side {
    position: absolute;
    top: 100%;
    left: -3.4em;
    background: #fff;
    border-radius: 0 0 8px 8px;
    padding: 18px 0 12px;
    z-index: 999;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    max-height: 70vh;
    overflow-y: scroll;
}


.category-side h6 {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    padding-left: 25px;
}

.categories-list {
    list-style: none;
}

.category-li {
    width: 365px;
}

.category-li > a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 25px;
    color: #5B5E61;
    text-decoration: none;
    letter-spacing: -0.2px;
    transition: background 0.2s;
}

.category-li > a:hover {
    background: #FFF7F5;
}

.category-li > a:after {
    content: "\f105";
    font-family: "FontAwesome";
    font-weight: 900;
    color: #8a8d90;
    margin-left: auto;
}

.subcategory-panel {
    position: absolute;
    top: 0;
    height: 100%;
    left: 100%;
    padding: 18px 0 12px;
    z-index: 1000;
}

.subcategory-title {
    font-size: 14px;
    font-weight: 700;
    padding: 0 24px 8px;
    margin: 0 0 12px;
}

.subcategory-list {
    list-style: none;
}

.subcategory-list li {
    margin-bottom: 8px;
}

.subcategory-list a {
    display: block;
    padding: 8px 24px;
    color: #5B5E61;
    text-decoration: none;
    transition: background 0.2s;
}

.subcategory-list a:hover {
    background: #FFF7F5;
    color: #e74c3c;
}
*/


.category-li > a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 25px;
    color: #5B5E61;
    text-decoration: none;
    letter-spacing: -0.2px;
    transition: background 0.2s;
    position: relative;
}

.category-li > a:before {
    content: "";
    background: url(../images/mc-icon.svg) no-repeat;
    width: 15px;
    height: 100%;
    position: absolute;
    left: 0;
    opacity: 0;
}
.category-li > a:hover:before {
    opacity: 1;
}

.category-li > a:hover {background: #FFF7F5;color: #AF0F1C;}
.category-li > a:hover:after{color: #AF0F1C;}

.category-li > a:after {
content: "\f105";
font-family: "FontAwesome";
font-weight: 900;
color: #8a8d90;
margin-left: auto;
}

/* Overall flyout menu behavior */
.cat-menu:hover + .category-side,
.category-side:hover {
opacity: 1;
visibility: visible;
}

.category-side {
position: absolute;
top: 100%;
left: -3.4em;
background: #fff;
border-radius: 0 0 0 8px;
padding: 18px 0 12px;
z-index: 999;
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
--left-col: 365px;
opacity: 0;
visibility: hidden;
transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}

.category-side h6 {
font-size: 14px;
font-style: normal;
text-transform: uppercase;
}

.category-side > h6 {
padding-left: 25px;
}

.subcategory-list li a {
color: #5B5E61;
text-decoration: none;
padding: 7px 0;
display: inline-block;
}

/* Left list (scrolls) */
.categories-list {
list-style: none;
width: var(--left-col);
max-height: 70vh;
overflow-y: auto;
overflow-x: hidden;
scrollbar-gutter: stable;
}

/* Keep rows static so the right panel anchors to the container, not each row */
.category-li {
position: static;
width: var(--left-col);
}

/* Right panel: fixed beside the left column, full height, own scroll */
.subcategory-panel {
position: absolute;
top: 0;
left: var(--left-col);
height: 100%;
min-width: 278px;
padding: 18px 20px 12px;
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.06);
z-index: 1000;
border-radius: 0 0 20px 0;
background: #FFF4F1;

/* Corrected hover behavior */
opacity: 0;
visibility: hidden;
transform: scaleX(0);
transform-origin: left center;
transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out, visibility 0.3s ease-in-out;

}

/* Show the matched panel when hovering the left item */
.category-li:hover > .subcategory-panel {
opacity: 1;
visibility: visible;
transform: scaleX(1);
}

/* Pin "View All" to bottom of right panel */
.subcategory-list {
list-style: none;
display: flex;
flex-direction: column;
min-height: calc(70vh - 30px);
}

.subcategory-list .view-all {
margin-top: auto;
}


/*----- SIDEBAR CATEGORY CSS ENDS -----*/


/*---- HEADER CSS ENDS ----*/


/*--- HOME BANNER CSS STARTS ---*/

.slideMain {
    position: relative;
}
.review-slide {
    position: absolute;
    bottom: 60px;
    left: 8%;
}

.slick-arrow {
    background: none;
    border: none;
    padding: 0;
    font-size: 25px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1
}
.prev-arrow.slick-arrow {
    left: 20px;
}
.next-arrow.slick-arrow {
    right: 20px;
    color: white;
}


/*--- HOME BANNER CSS ENDS ---*/


/*---- HOME PRODUCT CATEGORIES CSS STARTS ----*/


.category-section {
    padding: 80px 0;
}

.category-item {
    text-align: center;
    padding: 0 15px;
}
.cat-image {
    width: 150px;
    height: 150px;
    background: #FFF5F2;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}
.cat-text a {
    color: #192229;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: -0.72px;
    text-decoration: none;
}

.bembo-category .slick-arrow {
    width: 34px;
    height: 34px;
    background-color: #F1562C;
    border-radius: 50%;
    color: white;
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.bembo-category .prev-arrow {
    left: 0;
    top: 35%;
}
.bembo-category .next-arrow {
    right: 0;
    top: 35%;
}


/*---- HOME PRODUCT CATEGORIES CSS ENDS ----*/

.custom-slides .slick-list {
    padding-left: 0 !important;
}
.sale-slider{
    padding-left: 3.4em;
}
.sale-slide {
    padding: 0 15px;
}
.sale-slide img {
    border-radius: 20px;
}



/*----- HOME PAGE PRODUCTS SECTIONS CSS STARTS -----*/

.popular-section {
    padding: 70px 0;
}

.product-section .slick-track {
  display: flex !important;
}
.product-section .slick-slide {
  height: inherit !important;
}

.product-item {
    position: relative;
    border-radius: 10px;
    background: #FFF5F2;
    padding: 30px 30px;
    margin: 0 10px;
}

.product-item:hover .product-image img {
    transform: scale(1.08);
}
.product-image img {
    height: 120px;
    object-fit: contain;
    margin: 0 auto;
    display: block;
    transition: all 0.6s ease-in;
}

.product-title {
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: -0.8px;
    margin-top: 30px;
}
.product-title a {
    color: #192229;
    text-decoration: none;
}

.product-unit {
    margin-top: 10px;
}
.product-unit p {
    color: #6A6A6A;
    text-align: center;
    font-family: Halcom;
    font-weight: 500;
    letter-spacing: -0.64px;
}

.product-price {
    display: flex;
    align-items: center;
    justify-content: center;
    grid-gap: 10px;
    margin: 20px 0;
}

mark, ins {
    background: none;
}

.product-price del span.woocommerce-Price-currencySymbol {
    display: none;
}
.product-price del span.woocommerce-Price-amount.amount {
    color: #7B7B7B;
    font-size: 14px;
    font-weight: 500;
    line-height: 12px; /* 85.714% */
    letter-spacing: -0.56px;
}
del sup.wc-price-dec {
    font-size: inherit;
    top: 0;
}

.product-price ins span.woocommerce-Price-amount.amount {
    color: #df262c;
}


span.woocommerce-Price-amount.amount {
    font-size: 30px;
    font-weight: 700;
    letter-spacing: -1.2px;
}
sup.wc-price-dec {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -0.64px;
}

span.woocommerce-Price-currencySymbol {
    font-size: 0;
}
span.woocommerce-Price-currencySymbol:before {
    content: "";
    background: url(../images/Dirham.svg);
	background-size: contain;
    width: 27px;
    height: 22px;
    display: inline-block;
}


.cart-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    overflow: hidden;
    max-width: fit-content;
    margin: 0 auto;
}

.cart-item.active .add-cart {
    transform: translateX(-200px);
}
.cart-item.active .quantity-control {
    transform: translateX(0);
}

.add-cart {
    width: 175px;
    height: 55px;
    background-color: white;
    border-radius: 50px;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: -0.6px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 10px 0 20px;
    cursor: pointer;
    transition: all 0.5s ease-in;
}
.add-cart:after {
    content: "+";
    background-image: url(../images/cartbtngrad.svg);
    background-size: cover;
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 28px;
    font-weight: 400;
    color: white;
}

.quantity-control {
    display: flex;
    align-items: center;
    padding: 0 10px;
    width: 175px;
    height: 55px;
    background-color: #fff;
    border-radius: 50px;
    position: absolute;
    top: 0;
    transform: translateX(200px);
    transition: all 0.5s ease-in;
}
.quantity-control input {
    width: 100%;
    padding: 0 !important;
    appearance: none !important;
    text-align: center;
    background: none;
    border: none;
    color: #192229;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: -0.6px;
    outline: none;
    padding-left: 10px !important;
}
.quantity-control button {
    background-image: url(../images/cartbtngrad.svg);
    background-size: cover;
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 28px;
    font-weight: 400;
    color: white;
    padding: 0;
    border: none;
    flex-shrink: 0;
}


.product-arrow a {
    position: relative;
    top: 0;
    transform: none;
    text-decoration: none;
    padding: 0 10px;
}
.product-arrow a.arrow-right img {
    transform: rotate(180deg);
}


.wishlist-iconn span.yith-wcwl-add-to-wishlist-button__label {
    display: none;
}
.wishlist-iconn {
    width: 46px;
    height: 46px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    backdrop-filter: blur(10px);
    position: absolute;
    right: 15px;
    top: 15px;
}
.wishlist-iconn .yith-wcwl-icon {
    width: 22px !important;
}


.product-item.adding-to-cart {
	opacity: 0.6;
	pointer-events: none;
	position: relative;
}
.product-item.adding-to-cart::after {
	content: "";
	position: absolute;
	inset: 0;
	background-size: 24px 24px;
}


/* .product-points {
    background: #192229;
    color: white;
    font-weight: 900;
    border-radius: 5px;
    padding: 5px;
    display: inline-block;
    position: absolute;
    top: 20px;
    left: 15px;
}
p.earn-points {
    margin-bottom: 0;
    line-height: normal;
} */

.product-points {
    background: #192229;
    background: linear-gradient(90deg,rgba(175, 15, 28, 1) 0%, rgba(241, 86, 44, 1) 34%, rgba(241, 86, 44, 1) 63%, rgba(175, 15, 28, 1) 100%);
    color: white;
    border-radius: 5px 5px 5px 0;
    padding: 8px 10px;
    display: inline-block;
    position: absolute;
    top: 10px;
    left: -11px;
}
p.earn-points {
    margin-bottom: 0;
    line-height: normal;
    font-weight: 600;
}
.product-points:before {
    content: "";
    border-left: 10px solid transparent;
    border-right: 0 solid transparent;
    border-top: 10px solid #AF0F1C;
    position: absolute;
    left: 0px;
    bottom: -10px;
}


/*----- HOME PAGE PRODUCTS SECTIONS CSS ENDS -----*/



/*---- ADS SECTION CSS STARTS ----*/
.first-row, .second-row {
    display: flex;
    grid-gap: 20px;
    margin: 20px 0;
}
.first-row img, .second-row img {
    border-radius: 20px;
}
/*---- ADS SECTION CSS ENDS ----*/


/*---- ABOUT SECTION CSS STARTS -----*/

.about-section {
    padding-top: 50px;
}

.about-column {
    padding: 50px 50px;
    border-radius: 20px;
    background: linear-gradient(180deg, #FFF5F2 0%, rgba(255, 245, 242, 0.00) 100%);
}

span.font {
    color: #F1562C;
    font-family: Sivellin;
    font-size: 94px;
    font-weight: 400;
    line-height: 78px;
    letter-spacing: -2.82px;
    display: block;
}

.cs-image {
    position: relative;
}
.cs-image:before {
    content: "";
    background: url(../images/AboutHomeBefore.svg) no-repeat;
    background-size: contain;
    width: 154px;
    height: 44px;
    position: absolute;
    top: -44px;
    right: 40px;
}

/*---- ABOUT SECTION CSS ENDS -----*/



/*---- WEEKLY BEST SELLING PRODUCTS SECTION CSS STARTS ----*/

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

.tab-inner-content {
  display: none;
  padding: 15px 0;
}
.tab-inner-content.active {
  display: block;
}

.tabs-products {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-row-gap: 20px;
}

ul#tabs-nav {
    display: grid;
    grid-template-columns: repeat(9, 1fr);
    grid-gap: 10px;
    margin: 30px 0 !important;
}
ul#tabs-nav li {
    border-radius: 67px;
    border: 1px solid #902E4E;
    text-align: center;
    padding: 14px 0;
}
ul#tabs-nav li a {
    color: #902E4E;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: -0.6px;
    text-decoration: none;
}

ul#tabs-nav li.active {
    background: linear-gradient(135deg, #ff914d 0%, #e02c47 100%);
    border: 1px solid white;
}
ul#tabs-nav li.active a {
    color: white;
}

/*---- WEEKLY BEST SELLING PRODUCTS SECTION CSS ENDS ----*/


/*---- CLIENTS REVIEWS SECTION CSS STARTS  ----*/

.reviews-section {
    padding-top: 70px;
}

.clients-inner .item {
    padding: 0 0 60px;
}

.clients-item {
    height: 508px;
    background: #FFF5F2;
    border-radius: 20px;
    padding: 50px 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: 0 10px;
    opacity: 0.5;
    transition: all 0.5s ease-in;
}

.clients-inner .slick-slide.slick-current.slick-active .clients-item {
    transform: translateY(60px);
    opacity: 1;
}

.review-cont p {
    font-size: 32px;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: -1.28px;
}
.rating {
    color: #F1C62C;
}
.rating span.rating-number {
    color: #253D4E;
    font-size: 20px;
    font-weight: 700;
}

.review-info h5 {
    color: #253D4E;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: -0.8px;
    margin-bottom: 0;
}
.review-info p {
    color: #6A6A6A;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: -0.64px;
}


.clients-inner .slick-slide.slick-current.slick-active + .slick-slide .clients-item {
  transform: translateY(30px);
}
.clients-inner .slick-slide:has(+ .slick-current.slick-active) .clients-item {
  transform: translateY(30px);
}


/*---- CLIENTS REVIEWS SECTION CSS ENDS ----*/

/*---- APP SECTION CSS STARTS ----*/

.app-section {
    background: url(../images/AppBanner.png) no-repeat;
    background-size: cover;
    padding: 80px 0;
}

.store-icons {
    display: flex;
    align-items: center;
    justify-content: center;
    grid-gap: 10px;
}

.appImage {
    margin-top: 60px;
}


/*---- APP SECTION CSS ENDS ----*/


/*---- SERVICE SECTION CSS STARTS ----*/

.service-section {
    border-bottom: 1px solid #F2F2F2;
    background: url(../images/ServiceBG.jpg) no-repeat;
    background-size: cover;
    background-position: top center;
    padding: 100px 0 0;
    overflow: hidden;
}

.service-column {
    color: white;
    max-width: 40%;
    margin: 0 auto 50px;
}
.service-column span {
    color: white !important;
}
.service-column h6.subheading::before {
    filter: brightness(0) invert(1);
}

.service-inner {
    padding: 40px 40px;
    height: 481px;
    border-radius: 30px 30px 0 0;
    background: #FFF;
    margin: 0 10px;
}
.service-inner {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.service-inner h4 {
    color: #931F00;
    font-size: 32px;
    font-weight: 700;
    line-height: 39px;
    letter-spacing: -2.56px;
}
.service-inner img {
    margin-left: auto;
}

/*---- SERVICE SECTION CSS ENDS ----*/


/*---- NEWSLETTER SECTION CSS STARTS -----*/

.newsletter-section {
    padding-top: 90px;
	overflow: hidden;
}

.newsletter-column {
    position: relative;
    background: url(../images/NewsletterBG.jpg) no-repeat;
    background-size: cover;
    border-radius: 20px;
    padding: 80px 0;
}

.newsletter-inner{
    position: relative;
    padding-top: unset;
    margin-top: 30px;
    padding-bottom: 300px;
}
.bike-image {
    position: absolute;
    top: -90px;
    left: -30px;
    z-index: 9;
    width: 41%;
}
.bag-image {
    position: absolute;
    top: -130px;
    right: 120px;
    width: 28%;
}

.newsletter-form {
    text-align: center;
    max-width: 26%;
    margin: 0 auto;
    color: white;
}

.news-inner {
    display: flex;
    width: 100%;
}
.news-inner span.wpcf7-form-control-wrap {
    width: 100%;
}
.news-inner .wpcf7-email {
    color: #797979;
    font-size: 14px;
    font-weight: 400;
    width: 100%;
    height: 55px;
    border-radius: 67px;
    border: 1px solid #EAEAEA;
    background: #FFF;
    outline: none;
    padding: 0 25px;
}
.submit-btn {
    position: relative;
    margin-left: -55px;
    top: 7px;
}
.submit-btn span.wpcf7-spinner {
    position: absolute;
    top: 10px;
    left: 100%;
}
.submit-btn input.wpcf7-submit {
    position: absolute;
    width: 42px;
    height: 41px;
    top: 0;
    left: 0;
    opacity: 0;
}
.submit-btn:before {
    content: "";
    background: url(../images/switch-icon.svg);
    width: 42px;
    height: 41px;
    display: block;
}

.wpcf7-not-valid-tip {
    background-color: white;
    padding: 5px 0;
    font-weight: 500;
    margin-top: 10px;
}

/*---- NEWSLETTER SECTION CSS ENDS -----*/


/*---- FOOTER CSS STARTS ----*/

footer.custom-footer {
    background: linear-gradient(180deg, #FFF5F2 0%, rgba(256, 245, 242, 0.00) 57.04%);
}

.footer-section {
    display: flex;
    justify-content: space-between;
    padding: 70px 0;
}

.footer-section .footer-column:first-child {
    flex-basis: 32%;
}

.footer-logo {
    margin-bottom: 20px;
}
.footer-column p {
    letter-spacing: -0.48px;
}

.footer-column h4 {
    display: flex;
    align-items: center;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: -0.72px;
    margin-bottom: 35px;
}
.footer-column h4:before {
    content: "";
    background: url(../images/smallbefore.svg);
    display: inline-block;
    width: 26px;
    height: 26px;
    margin-right: 10px;
}

.footer-column ul.footer-links li {
    font-weight: 500;
    letter-spacing: -0.48px;
    margin-bottom: 15px;
}
.footer-column ul.footer-links li a {
    color: #192229;
    text-decoration: none;
}



ul.support-info li {
    font-weight: 700;
    letter-spacing: -0.48px;
}
ul.support-info li span.cn-info {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: -0.6px;
}
ul.support-info li span a {
    color: #192229;
    text-decoration: none;
}

ul.support-info li { display: flex; margin-bottom: 25px; }
ul.support-info li span:first-child {min-width: 110px;}
ul.support-info li span img { margin-right: 5px; }



.footer-copyright {
    background: url(../images/copyrightBG.png);
    background-size: cover;
    padding: 14px 0;
    text-align: center;
}

.footer-copyright p {
    color: white;
    margin: 0;
}




/*---- FOOTER CSS ENDS ----*/



.error404 #masthead, .error404 #colophon, .error404 #customTop {
    display: none;
}
.error-404.not-found {
    text-align: center;
    height: 100vh;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100vw;
    left: 50%;
    margin-left: -50vw;
    position: relative;
    background-image: url(../images/404.jpg);
    background-size: cover;
}
.not_found_inner {
    max-width: 69.5%;
}
.logo a {
    outline: 0 !important;    
}
.error-404.not-found .logo {
    padding: 0;
     background-color: transparent;   
}    
.error-404.not-found h1 {
    font-size: 200px;
    line-height: 1;
    color: #404040;
    margin: 30px 0;;
    font-weight: 800;
    
}
.error-404.not-found h1 span{
    color: #EA9E2A;
}
.page-header h3 {
    color: #000;
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 40px;
}
.page-header p {
    font-size: 22px !important;
    color: #000;
    margin-bottom: 20px;
}
.page-content .return_home {
    background-color: #EA9E2A;
    color: #fff;
    padding: 20px 50px;
    display: inline-block;
    font-size: 20px;
    box-shadow: 0 2px 10px 0px rgba(0,0,0,0.5);
    text-decoration: none;
    transition: all 0.5s ease-in-out;
    border: 2px solid #EA9E2A;
}
.page-content .return_home:hover {
    transform: translateY(-3px);
    background-color: transparent;
    color: #000 !important;
    transform: scale(1.1);
}



/*----- ABOUT US PAGE CSS STARTS -----*/

.first-section {
    margin-top: 60px;
}

.section-padding {
    padding: 90px 0;
}
.section-bottom-padding{
    padding-bottom: 90px;
}

.innersec-gr {
    border-radius: 20px;
    background: linear-gradient(180deg, #FFF5F2 0%, rgba(255, 245, 242, 0.00) 100%);
    padding: 70px 70px 40px;
}

p.font_18 {
    font-size: 18px;
    line-height: 28px;
    letter-spacing: -0.72px;
}

.about-info-col {
    padding-left: 50px;
}


.mission-column {
    position: relative;
    padding: 0 5%;
}
.mission-column:before {
    content: "";
    border-right: 1px solid #E7E7E7;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 80%;
    width: 1px;
}

.col-mission {
    max-width: 30%;
    text-align: center;
}
.col-mission h4 {
    color: #F1562C;
}


.store-section {
    border-radius: 20px;
    background: linear-gradient(180deg, #FFF5F2 0%, rgba(255, 245, 242, 0.00) 100%);
    padding: 40px 40px;
}
.store-section h2.heading-icon {
    margin-bottom: 40px;
}

.store-lists {
    counter-reset: custom;
}
.store-col ul li {
    counter-increment: custom;
    font-weight: 500;
    line-height: 38px;
    letter-spacing: -0.64px;
}
.store-col ul li:before {
    content: counter(custom)".";
    margin-right: 10px;
    color: #F1562C;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: -1.92px;
}


.inner-store {
    display: flex;
    justify-content: space-between;
}
.store-col {
    width: 45%;
}
.store-lists {
    display: flex;
    justify-content: space-between;
}


/*----- ABOUT US PAGE CSS ENDS -----*/


/*----- CONTACT US PAGE CSS STARTS -----*/


.contact-inner {
    display: flex;
    justify-content: space-between
}
.contact-col {
    width: 35%;
}
.contact-form-col {
    width: 60%;
}
.contact-form .row:not(:last-child) {
    margin-bottom: 15px;
}
.contact-form .form-field {
    border-radius: 67px;
    border: 1px solid #EAEAEA;
    background: #FFF;
    height: 55px;
    width: 100%;
    padding: 0 30px;
    color: #797979;
    font-size: 14px;
    font-weight: 400;
    outline: none;
}
.contact-form textarea.form-field {
    border-radius: 20px;
    height: 257px;
    padding: 20px 30px;
}
.contact-form .wpcf7-submit {
    border-radius: 67px;
    background: #FFF4F1;
    padding: 20px 81px 20px 25px;
    border: none;
    background-image: url(../images/switch-icon.svg);
    background-repeat: no-repeat;
    background-position: 90%;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: -0.6px;
    outline: none;
}

.cont-info {
    width: auto;
    text-align: center;
}
.cont-info p{
    font-size: 20px;
    font-weight: 500;
    letter-spacing: -0.8px;
}

/*----- CONTACT US PAGE CSS ENDS -----*/


/*----- MAIN PRODUCTS AND CATEGORIES PAGE CSS STARTS -----*/


.shop-main-section {
    padding-top: 50px;
    padding-bottom: 90px;
}

.shop-wrap {
    display: flex;
}
.shop-wrap aside.shop-sidebar {
    width: 32.5%;
    border-radius: 20px;
    border: 1px solid #E7E7E7;
    padding: 20px 30px;
}
aside.shop-sidebar .facet-block:not(:last-child) {
    margin-bottom: 30px;
}

.shop-wrap main.shop-main {
    width: 67.5%;
    padding-left: 40px;
}


.facet-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.facet-body {
    margin-top: 25px;
}
.facet-head span {
    font-size: 28px;
    font-weight: 500;
    letter-spacing: -1.4px;
    display: flex;
    align-items: center;
}
.facet-head span:before {
    content: "";
    background: url(../images/headingbefore.svg);
    display: inline-block;
    width: 35px;
    height: 35px;
    margin-right: 10px;
}

button.facet-toggle {
    padding: 0;
    appearance: none;
    border: none;
    line-height: normal;
    background: none;
    font-size: 20px;
    color: #4B4B4B;
}

.cat-item {
    padding: 5px 0px;
}
.cat-row {
    display: flex;
    align-items: center;
}
button.cat-toggle {
    background: none;
    padding: 0;
    line-height: normal;
    border: none;
    color: #4B4B4B;
    font-size: 20px;
    margin-left: auto;
}

.cat-row .cat-link, .cat-children span.name {
    color: #4B4B4B;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: -1px;
    text-decoration: none;
}
a.cat-thumb, span.cc-img {
    width: 65px;
    height: 63px;
    display: inline-block;
    border-radius: 10px;
    border: 1px solid #E1E1E1;
    background: #FFF;
    padding: 5px;
    margin-right: 10px;
}



.cat-children {
    padding-left: 30px !important;
    margin-top: 15px !important;
}
.cat-children li {
    padding: 5px 0;
}
.cat-children label.facet-check {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.child-item {
    display: flex;
    align-items: center;
}
.child-item span.count {
    padding-left: 5px;
}



input[type="checkbox"] {
    accent-color: #F1562C;
    width: 20px;
    height: 20px;
}


ul.brand-list li:not(:last-child) {
    margin-bottom: 10px;
}
.brand-list label.facet-check, .rating-list label.facet-check {
    display: flex;
    align-items: center;
}
.brand-list label.facet-check input, .rating-list label.facet-check input{
    margin-right: 10px;
}
.brand-list label.facet-check span.name, .rating-list label.facet-check span.name{
    color: #4B4B4B;
    font-size: 20px;
    letter-spacing: -1px;
}

ul.rating-list li:not(:last-child) {
    margin-bottom: 20px;
}



.star-rating {
    color: #FFC107;
    font-size: 18px !important;
}

/*---price slider---*/
.ui-slider-range.ui-corner-all.ui-widget-header {
    border-radius: 20px;
}
.price_slider {
    background-color: #FFF0EC !important;
}
.ui-slider-range {
    background-color: #F1562C !important;
}
span.ui-slider-handle {
    background-color: #F1562C !important;
}

.price_slider_amount button.button {
    background-color: #f1562c;
    color: white;
    font-size: 14px !important;
    font-weight: 400;
}

/*---price slider---*/



/*---- MAIN SIDE STYLING -----*/


header.shop-main__head {
    display: flex;
	align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}
.shop-actions {
    display: flex;
	flex-shrink: 0;
    align-items: center;
    grid-gap: 30px;
}
.shop-sort {
    display: flex;
    align-items: center;
}
.shop-sort > span {
    color: #4B4B4B;
    font-weight: 500;
    letter-spacing: -0.8px;
    margin-right: 15px;
}
form.woocommerce-ordering {
    margin-bottom: 0 !important;
}

span.shop-count {
    color: #646464;
    font-size: 36px;
    font-weight: 400;
    letter-spacing: -1.8px;
    padding-left: 5px;
}
.shop-search button {
    font-size: 0;
    background-color: transparent;
    padding: 0 10px !important;
    border: none;
}
.shop-search button:before {
    content: "\f002";
    font-family: 'FontAwesome';
    font-size: 18px;
    color: #797979;
}

form.woocommerce-ordering {
    float: none !important;
    width: 180px;
}
select.orderby {
    height: 55px;
    border-radius: 10px;
    border: 1px solid #D9D9D9;
    background: #FFF;
    padding: 0 10px;
    color: #4B4B4B;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -0.8px;
    outline: none;
}
select.orderby {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 100%;
    background-image: url('data:image/svg+xml;utf8,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6 9L12 15L18 9" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke="currentColor"/></svg>');
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 23px;
    cursor: pointer;
}

.shop-hero {
    margin-bottom: 30px;
}
.shop-hero img {
    border-radius: 20px;
}

.shop-title h2.heading-icon {
    display: inline-block;
    position: relative;
    padding-left: 40px
}
.shop-title h2.heading-icon::before {
    position: absolute;
    left: 0;
    top: 0;
}


ul.shop-product {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 20px;
}
ul.shop-product .product-item {
    margin: 0;
}

nav.woocommerce-pagination {
    margin-top: 50px;
}
nav.woocommerce-pagination ul.page-numbers {
    border: none;
}
nav.woocommerce-pagination ul.page-numbers li {
    border: none;
    margin: 0 5px;
}
nav.woocommerce-pagination ul.page-numbers li a,
nav.woocommerce-pagination ul.page-numbers li span{
    border-radius: 10px;
    background: #F0F0F0;
    width: 52px;
    height: 50px;
    display: flex !important;
    align-items: center;
    justify-content: center;
}
nav.woocommerce-pagination ul.page-numbers li a {
    color: #333 !important;
    font-size: 18px;
    letter-spacing: -0.9px;
}

nav.woocommerce-pagination ul.page-numbers li span.page-numbers.current {
    background: #F1562C;
    color: white;
}



nav.woocommerce-pagination a.next.page-numbers{
    font-size:0 !important;
}
nav.woocommerce-pagination a.next.page-numbers::before {
  content: "";
  display: inline-block;
  width: 26px;
  height: 26px;
  background: no-repeat center / contain
    url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="26" height="26" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"><path d="M9 6L15 12L9 18" /></svg>');
  vertical-align: middle;
}

nav.woocommerce-pagination a.prev.page-numbers{
    font-size:0 !important;
}
nav.woocommerce-pagination a.prev.page-numbers::before {
  content: "";
  display: inline-block;
  width: 26px;
  height: 26px;
  background: no-repeat center / contain
    url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="36px" height="36px" stroke-width="1.5" viewBox="0 0 24 24" fill="none"  color="#000000"><path d="M15 6L9 12L15 18" stroke="#000000" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path></svg>');
  vertical-align: middle;
  margin-left: .25rem; /* optional spacing */
}

nav.woocommerce-pagination a.prev.page-numbers::before{
  content:"";
  display:inline-block;
  width:26px;height:26px;
  background: no-repeat center / contain
    url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"><path d="M15 6L9 12L15 18"/></svg>');
  vertical-align:middle;
}


/*---- MAIN SIDE STYLING -----*/

/*----- MAIN PRODUCTS AND CATEGORIES PAGE CSS STARTS -----*/


/*----- FAQs PAGE CSS STARTS -----*/

.accordion-item {
    border: none;
    margin-bottom: 20px;
    background: #FFF5F2;
    border-radius: 10px;
    padding: 10px 15px;
}
button.accordion-button {
    background-color: transparent !important;
    border: none !important;
    outline: none;
    box-shadow: none !important;
}

.accordion-button::after{
  background-image: none !important; /* kill default chevron */
  content: "+";
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1;
  width: 44px;
  height: 44px;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.accordion-button:not(.collapsed)::after{
  content: "–"; /* en dash looks cleaner than hyphen */
}

h2.accordion-header .accordion-button {
    color: #192229;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: -0.8px;
}
.accordion-body {
    font-size: 18px;
     /* 155.556% */
    letter-spacing: -0.72px;
    width: 50%;
}


.circle-wheel {
    position: relative;
}
.circle-wheel:before {
    content: "";
    background: url(../images/circleWheel.svg);
    width: 178px;
    height: 178px;
    display: block;
    position: absolute;
    right: 10%;
    top: 70px;
}


/*----- FAQs PAGE CSS ENDS -----*/



/*----- WOOOCOMMERCE SINGLE PAGE CSS STARTS -----*/
/*.single-columns {
    display: flex;
    grid-gap: 50px;
}
.product-gallery-col {
    width: 45%;
}
.product-summary-col {
    width: 60%;
    padding: 40px 0;
}*/


.single-custom-product {
    padding-top: 50px;
}


.single-columns {
    display: flex;
    gap: 50px; 
}
.product-gallery-col {
    flex: 0 0 41.7%; 
    width: 41.7%;
}
.product-summary-col {
    flex: 1; 
    padding: 40px 0;
}


.product-gallery-col .wishlist-iconn {
    width: 67px;
    height: 67px;
    border: 1px solid #EDEDED;
}


.product-gallery-col {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    border: 1px solid #E7E7E7;
    background: #FFF;
}

.product-images {
    width: 100% !important;
}
.auto-item {
    text-align: center;
}
.auto-item img {
    margin: 0 auto;
}

.price-points-row {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #E7E7E7;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
button.earn-points-btn {
    appearance: none;
    color: #FFF;
    font-weight: 800;
    letter-spacing: -0.64px;
    padding: 6px 25px;
    border: none;
    background: #192229;
    border-radius: 10px;
    margin-left: 30px;
}

.product-summary-col span.woocommerce-Price-amount.amount {
    color: #F1562C;
    font-size: 40px;
    font-weight: 700;
}
.product-summary-col span.woocommerce-Price-currencySymbol:before {
    background: url(../images/Dirham-Orange.svg);
    background-size: 100%;
    width: 29px;
    height: 24px;
}

.product-price-points p.price {
    display: flex;
    align-items: center;
    margin-bottom: 0;
    line-height: normal;
}

del span.woocommerce-Price-currencySymbol {
    display: none;
}
.product-price-points del {
    text-decoration: none;
}
.product-summary-col del span.woocommerce-Price-amount.amount {
    color: #7B7B7B;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: -0.56px;
    text-decoration-line: line-through;
    margin-right: 10px;
}


label.quantity-label {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: -1px;
    margin-bottom: 15px;
}
.quantity-selector-and-notice {
    display: flex;
    align-items: center;
}
.stock-notice-limited {
    margin-left: 40px;
}
span.notice-text {
    color: #E90013;
    letter-spacing: -0.48px;
    display: flex;
}
span.notice-text:before {
    content: "";
    background: url(../images/DangerIcon.svg);
    width: 19px;
    height: 19px;
    display: inline-block;
    margin-right: 5px;
}

.custom-quantity-input {
    display: flex;
    align-items: center;
    padding: 0 10px;
    width: 175px;
    height: 55px;
    background: #FFF5F2;
    border-radius: 50px;
}
.custom-quantity-input input {
    width: 100%;
    padding: 0 !important;
    appearance: none !important;
    text-align: center;
    background: none;
    border: none;
    color: #192229;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: -0.6px;
    outline: none;
}
.custom-quantity-input button {
    background-image: url(../images/cartbtngrad.svg);
    background-size: cover;
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 28px;
    font-weight: 400;
    color: white;
    padding: 0;
    border: none;
    flex-shrink: 0;
}


.quantity-section-wrapper, .product-short-description {
    margin-bottom: 30px;
}

.product-short-description p {
    font-size: 18px;
    line-height: 28px;
    letter-spacing: -0.72px;
}

.action-buttons-wrapper {
    display: flex;
}
button.add-to-cart-btn, .buy-now-btn {
    color: #FFF;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: -0.8px;
    border-radius: 67px;
    background: #192229;
    padding: 18px 62px;
    border: none;
    outline: none;
}
button.buy-now-btn {
    background: #F1562C;
    margin-left: 20px;
}

.whatsapp-button {
    margin-top: 15px;
}

.product-meta-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 15px;
    margin-top: 30px;
}
.meta-item {
    border-radius: 15px;
    background: #FFF;
    box-shadow: 0 4px 12.3px 0 rgba(0, 0, 0, 0.05);
    display: flex;
    align-items: center;
    padding: 25px 20px;
}
.meta-item span.meta-icon {
    margin-right: 15px;
    flex-shrink: 0;
}
.meta-item p.meta-value, .meta-item p.meta-label {
    letter-spacing: -0.64px;
    margin: 0;
    line-height: 22px;
}
.meta-item p.meta-label {
    font-size: 14px;
    font-weight: 700;
    line-height: 28px;
}
p.meta-value a {
    color: #192229;
    text-decoration: none;
}


.slick-dots li button:before {
    display: none;
}
.slick-dots li {
    background-color: #FFEBE5;
    border-radius: 10px;
    width: 12px !important;
    height: 12px !important;
}
.slick-dots li.slick-active {
    background: #F1562C;
}




.product-overview-section h2.heading-icon {
    border-bottom: 1px solid #E7E7E7;
    padding-bottom: 15px;
    margin-bottom: 20px;
}
.product-overview-section p {
    font-size: 18px;
    line-height: 28px;
    letter-spacing: -0.72px;
}
.specs-div {
    padding-top: 20px;
}
.specs-div h6 {
    font-size: 18px;
    letter-spacing: -0.72px;
    text-transform: uppercase;
}
.spec-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
}
.spec-item {
    border-radius: 10px;
    border: 1px solid #EBEBEB;
    background: #FFF;
    padding: 18px 20px;
}
.spec-item span {
    font-size: 18px;
    letter-spacing: -0.72px;
}
.spec-item span:first-child {
    color: #8C959C;
    width: 300px;
    display: inline-block;
}
.spec-item a {
    color: #192229;
    text-decoration: none;
}


/*---- REIVIEW SECTION CSS STARTS -----*/


.product-reviews-section h2.heading-icon {
    border-bottom: 1px solid #E7E7E7;
    padding-bottom: 15px;
    margin-bottom: 40px;
}
.product-reviews-section .star-rating {
    float: none;
    font-size: 23px !important;
}
.reviews-summary {
    display: flex;
    grid-gap: 60px;
}

.left-column {
    width: 40%;
}
.reviews-list {
    flex-grow: 1;
}

.overall-rating h5 {
    margin-bottom: 40px;
}
.overall-rating h2 {
    color: #333;
    line-height: 27px; /* 67.5% */
}
.overall-rating p {
    color: #333;
    font-weight: 500;
    letter-spacing: -1px;
    margin-bottom: 0;
}

.rating-bars {
    margin-top: 30px;
}
.rating-row {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 5px 0;
}
.rating-row .bar {
  flex: 1;
  height: 8px;
  background: #eee;
  border-radius: 5px;
  overflow: hidden;
}
.rating-row .fill {
    height: 100%;
    background: #FFC107;
}

.reviews-list .review-item {
  background: #FFF5F2;
  border-radius: 20px;
  padding: 30px;
  margin-bottom: 15px;
}
.review-item span.colon {
    margin-bottom: 20px;
    display: block;
}
.reviews-list blockquote {
  margin: 0 0 20px;
}

.review-meta strong {
    display: block;
    color: #253D4E;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: -0.8px;
    text-transform: capitalize;
}
.review-meta .star-rating {
    margin-bottom: 40px;
}


.comment-form-rating p.stars a {
    color: #ffc107;
}
textarea#comment {
    padding: 10px 10px;
}
#commentform p.form-submit input#submit {
    background: #F1562C !important;
    color: #FFF !important;
    letter-spacing: -0.8px;
    border-radius: 67px;
    background: #192229;
    padding: 16px 40px;
    outline: none;
}
p.comment-form-author input, p.comment-form-email input {
    width: 100%;
    padding: 10px 11px;
}


/*---- REIVIEW SECTION CSS ENDS -----*/

/*----- WOOOCOMMERCE SINGLE PAGE CSS ENDS -----*/


/*----- WISHLIST PAGE CSS STARTS ----*/


.wishlist-custom-wrapper {
    padding-top: 50px;
    padding-bottom: 90px;
}
.wishlist-custom-wrapper h2.heading-icon {
    margin-bottom: 20px;
}

.wishlist-header, .wishlist-row {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr 1.2fr;
    align-items: center;
    padding: 15px 0;
}
.wishlist-header {
    border-bottom: 2px solid #eee;
    margin-bottom: 10px;
    color: #4B4B4B;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: -1px;
}
.wishlist-row {
    border-bottom: 1px solid #eee;
}
.col-product {
    display: flex;
    align-items: center;
    gap: 10px;
}
.col-product img {
    width: 94px;
    object-fit: contain;
    border-radius: 6px;
}


.col-actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.col-actions .button.add-to-cart-btn {
    color: #FFF !important;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: -0.8px;
    border-radius: 67px;
    background: #192229 !important;
    padding: 20px 60px;
    border: none;
    outline: none;
}

.col-actions .remove-item {
    color: #d33;
    margin-left: 10px;
    font-size: 20px;
    text-decoration: none;
}

.wishlist-info a {
    color: #192229;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: -0.8px;
    text-decoration: none;
}
.wishlist-info span {
    color: #6A6A6A;
    font-weight: 500;
    letter-spacing: -0.64px;
    display: block;
}

.wishlist-row span.woocommerce-Price-amount.amount {
    font-size: 24px;
}
.wishlist-row span.woocommerce-Price-currencySymbol:before {
    width: 23px;
    height: 18px;
    background-size: contain;
}
.col-price del {
    display: none;
}

/*----- WISHLIST PAGE CSS ENDS ----*/


/*----- CAREER PAGE CSS STARTS ------*/

.career_info {
    max-width: 40%;
    margin: 0 auto;
}


.benefit-section {
    display: flex;
    justify-content: space-between;
    max-width: 90%;
    margin: 50px auto 0;
    position: relative;
}
.benefit-section:before {
    content: "";
    border-right: 1px solid #E7E7E7;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left:0;
    right:0;
    margin: 0 auto;
    height: 80%;
    width: 1px;
}

.benefit-section .benefit-column {
    max-width: 37%;
}
.benefit-section .benefit-column .benefit-item:not(:last-child) {
    margin-bottom: 50px;
}
.benefit-info {
    padding-top: 15px;
}

.benefit-item {
    display: flex;
}
.benefit-item .benefit-icon {
    margin-right: 20px;
    flex-shrink: 0;
}

.benefit-info h4 {
    color: #F1562C;
}


.job-section {
    display: flex;
    padding: 70px 50px;
    border-radius: 20px;
    background: linear-gradient(180deg, #FFF5F2 0%, rgba(255, 245, 242, 0.00) 100%);
}
.job-section .col-left {
    width: 25%;
}
.job-section .job-content {
    flex-grow: 1;
}

.col-left h1{
    margin-bottom: 50px;
}
.col-left p {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: -0.8px;
    text-transform: lowercase;
}
.col-left p a {
    color: #F1562C;
    text-decoration: none;
    font-size: 30px;
    letter-spacing: -0.9px;
}

.job-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #E7E7E7;
    padding-bottom: 40px;
    margin-bottom: 40px;
    padding-left: 50px;
}
.job-item .submit-button {
    width: 35%;
}
.job-item .submit-button a.featured-btn {
    display: block;
    text-align: center;
    text-decoration: none;
    border-radius: 67px;
    background: #F1562C;
    color: #FFF;
    font-weight: 700;
    letter-spacing: -0.64px;
    padding: 16px 0;
}

.job-cont p.role {
    color: #F1562C;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 0;
}
.job-cont h3 {
    font-weight: 700 !important;
    margin-bottom: 15px;
    letter-spacing: -1.75px;
}

ul.joblists {
    display: flex;
}
ul.joblists li {
    display: flex;
    align-items: center;
    color: #666;
    font-size: 15px;
    letter-spacing: -0.6px;
}
ul.joblists li:not(:first-child):before {
    content: "\f111";
    font-family: 'FontAwesome';
    color: #F1562C;
    font-size: 10px;
    margin: 0 10px;
}



/*---- JOB POPUP ----*/

/* --- Job Application Modal Styles --- */

div#jobApplyModal .modal-dialog {
    max-width: 70% !important;
}

.job-popup {
    padding: 0 45px 30px;
}
.job-popup:before {
    content: "";
    background: url(../images/PopupLightBG.png) no-repeat;
    width: 405px;
    height: 385px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.job-popup .modal-header {
  	display: block;
  	padding: 0;
}
.job-popup .modal-header:before {
    content: "";
    background: url(../images/PopupTop.png) no-repeat;
    background-position: center;
    width: 100%;
    height: 15px;
    display: block;
}

.job-popup h2.modal-title {
    margin-bottom: 10px;
    line-height: normal;
}
.job-popup .modal-header p {
    color: #9D9FA0;
    font-size: 18px;
    letter-spacing: -0.72px;
    margin-bottom: 0;
    margin-top: 30px;
}
.job-popup .modal-header p span {
    color: #333;
}

.job-popup ul.joblists li {
    padding-right: 20px;
}
.job-popup ul.joblists li:before {
    content: "\f111";
    font-family: 'FontAwesome';
    color: #F1562C;
    font-size: 6px;
    margin: 0 !important;
    margin-right: 10px !important;
}

.job-popup .btn-close {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414'/%3e%3c/svg%3e") !important;
    /* Remove Bootstrap's default content */
    -webkit-mask: none !important;
    mask: none !important;
    background-color: #AF0F1C;
    opacity: 1;
    border-radius: 50%;
}

.job-popup .btn-close:hover {
	background-color: #d7421b;
}


.job-popup .modal-body {
    padding: 0;
    margin-top: 30px;
}

.job-box {
	padding: 30px 20px;
	height: 100%;
	border-radius: 20px;
	background: linear-gradient(180deg, #FFF5F2 0%, rgba(255, 245, 242, 0.00) 100%);
}
.job-box h5 {
	color: #000;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: -0.8px;
	margin-bottom:15px;
}


.job-popup h6 {
    font-size: 20px;
}
.full-row h6 {
    margin-bottom: 20px;
}

.job-box ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.job-box ul li {
	position: relative;
	padding-left: 20px;
	color: #333;
	line-height: 30px;
	letter-spacing: -0.64px;
}

.job-box ul li::before {
	content: "•";
	color: #F1562C;
	position: absolute;
	left: 0;
	top: 0;
	font-size: 26px;
	line-height: 1.1;
}

.job-detail-wrapper .col-md-6 {
    z-index: 0;
}
.job-box.second {
    position: relative;
}
.job-box.second:before {
    content: "";
    background: url(../images/circleWheel.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 126px;
    height: 126px;
    position: absolute;
    right: 20px;
    top: -80px;
    z-index: -1; /* move behind */
}


/* --- CF7 Form Styling --- */

.basic-fields {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 60px;
    margin-bottom: 30px;
}

.job-popup input[type="text"], .job-popup input[type="email"], .job-popup input[type="tel"], .job-popup input[type="file"], .job-popup textarea {
    color: #666E75;
    font-size: 15px;
    letter-spacing: -0.6px;
    width: 100%;
    padding: 15px 0;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #414141;
}

.job-popup input[type="text"]:focus,
.job-popup input[type="email"]:focus,
.job-popup input[type="tel"]:focus,
.job-popup input[type="file"]:focus,
.job-popup textarea:focus {
    outline: none;
}


.job-popup .full-row span.wpcf7-list-item label {
    display: flex;
    align-items: center;
}
.job-popup .full-row span.wpcf7-list-item {
    margin-left: 0;
    margin-right: 30px;
}
.job-popup [type="radio"] {
    margin-right: 6px;
    width: 20px;
    height: 20px;
    accent-color: #F1562C;
}

.resume-row {
    margin-top: 20px;
    position: relative;
}

.job-popup input[type="file"]::before {
    content: " Choose File";
    font-family: 'Halcom', sans-serif;
    font-size: 15px;
    letter-spacing: -0.6px;
    font-weight: 700;
    color: #fff;
    background-color: #F1562C;
    padding: 15px 24px 15px 40px;
    border-radius: 6px;
    display: inline-block;
    line-height: 1.2;
    background-repeat: no-repeat;
    background-position: 15px center;
    background-size: 20px 20px;
    background-image: url(data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3C!--!Font Awesome Free v7.1.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc.--%3E%3Cpath fill='%23ffffff' d='M256 48a208 208 0 1 1 0 416 208 208 0 1 1 0-416zm0 464a256 256 0 1 0 0-512 256 256 0 1 0 0 512zm11.3-387.3c-6.2-6.2-16.4-6.2-22.6 0l-104 104c-4.6 4.6-5.9 11.5-3.5 17.4s8.3 9.9 14.8 9.9l72 0 0 104c0 13.3 10.7 24 24 24l16 0c13.3 0 24-10.7 24-24l0-104 72 0c6.5 0 12.3-3.9 14.8-9.9s1.1-12.9-3.5-17.4l-104-104z'/%3E%3C/svg%3E);
    margin-right: -80px;
}

.job-popup input[type="file"]::-webkit-file-upload-button {
    visibility: hidden;
}
.job-popup input[type="file"]::file-selector-button {
    visibility: hidden;
}

.resume-row span.red {
    color: #AF0F1C;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: -0.6px;
    position: absolute;
    width: auto;
    right: 0;
    bottom: 30px;
}


.submit-row {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
	margin-top: 30px;
}
.submit-row input.wpcf7-submit {
    border-radius: 67px;
    background: #192229;
    color: #FFF;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: -0.8px;
    padding: 22px 80px;
}

.job-popup .wpcf7-not-valid-tip {
  color: #d7421b;
  font-size: 13px;
}

.job-popup .wpcf7-response-output {
  margin-top: 10px;
  font-size: 14px;
  border-radius: 8px;
}

/*---- JOB POPUP ----*/

/*----- CAREER PAGE CSS ENDS ------*/


/*----- CHECKOUT PAGE CSS STARTS -----*/

.custom-checkout .wc-block-components-sidebar-layout .wc-block-components-main {
    padding-right: 50px;
    width: 60%;
}
.custom-checkout .wc-block-components-sidebar {
    width: 40%;
}

.wp-block-woocommerce-checkout-order-summary-block {
    border-radius: 20px !important;
    background: #FFF5F2;
    border: none !important;
    padding: 30px 20px;
}
h3.wc-block-components-product-name {
    font-size: 20px !important;
    font-weight: 500 !important;
    line-height: 26px !important;
    letter-spacing: -0.8px;
}
.wc-block-components-order-summary-item__individual-price {
    color: #6A6A6A;
    font-weight: 500;
}

.wp-element-button.wc-block-components-totals-coupon__button.contained {
    border-radius: 67px;
    background: #F1562C;
    color: #fff;
    border: none;
    font-weight: 700;
    letter-spacing: -0.64px;
    padding: 0 30px;
}
.wc-block-components-button:not(.is-link):disabled .wc-block-components-button__text {
    opacity: 1 !important;
}

.custom-checkout span.wc-block-components-order-summary-item__individual-prices.price.wc-block-components-product-price {
    display: none;
}
.custom-checkout span.wc-block-components-product-details__name {
    display: none;
}
.wc-block-components-product-metadata__description {
    display: none;
}

.custom-checkout a.wc-block-components-checkout-return-to-cart-button {
    color: #000;
}

.wc-block-components-title.wc-block-components-title {
    font-size: 28px !important;
    font-weight: 500 !important;
    letter-spacing: -1.4px !important;
}

.custom-checkout span.wc-block-components-totals-item__label {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: -0.8px;
}

span.wc-block-formatted-money-amount {
    display: flex;
    font-size: 24px;
    font-weight: 700 !important;
    letter-spacing: -0.96px;
    align-items: center;
}
span.wc-block-formatted-money-amount:before {
    content: "";
    background: url(../images/Dirham.svg);
	background-size: contain;
    width: 27px;
    height: 22px;
    display: inline-block;
    margin-right: 5px;
}

.custom-checkout .wc-block-components-totals-footer-item-tax-value {
    color: #F1562C;
    font-size: 32px;
    font-weight: 700;
    letter-spacing: -1.28px;
}
.custom-checkout .wc-block-components-totals-footer-item-tax-value:before{
    background: url(../images/Dirham-Orange.svg);
	background-size: contain;
}


.wc-block-components-totals-shipping .wc-block-components-totals-item__value {
    color: #F1562C;
    font-size: 24px;
    font-weight: 700;
}

.wc-block-components-form .wc-block-components-text-input input[type=email], .wc-block-components-form .wc-block-components-text-input input[type=number], .wc-block-components-form .wc-block-components-text-input input[type=password], .wc-block-components-form .wc-block-components-text-input input[type=tel], .wc-block-components-form .wc-block-components-text-input input[type=text], .wc-block-components-form .wc-block-components-text-input input[type=url], .wc-block-components-text-input input[type=email], .wc-block-components-text-input input[type=number], .wc-block-components-text-input input[type=password], .wc-block-components-text-input input[type=tel], .wc-block-components-text-input input[type=text], .wc-block-components-text-input input[type=url] {
    border: 1px solid #EAEAEA !important;
    color: #797979 !important;
    font-size: 14px !important;
    height: auto !important;
}

.wc-block-components-checkout-place-order-button {
    border-radius: 67px;
    background: #F1562C;
    height: 55px !important;
    border: none;
    color: #FFF;
    font-weight: 700;
    letter-spacing: -0.64px;
    width: 100%;
}

td.woocommerce-table__product-name.product-name a {
    color: #192229;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: -0.8px;
    text-decoration: none;
}

.woocommerce ul.order_details li span.woocommerce-Price-amount.amount, .woocommerce-orders-table__cell-order-total span.woocommerce-Price-amount.amount{
    font-size: 20px;
}
.woocommerce ul.order_details li span.woocommerce-Price-currencySymbol:before, .woocommerce-orders-table__cell-order-total span.woocommerce-Price-currencySymbol:before {
    width: 19px;
    height: 15px;
}
.woocommerce ul.order_details li sup.wc-price-dec,  .woocommerce-orders-table__cell-order-total sup.wc-price-dec{
    font-size: 12px;
}

.woocommerce-table__product-name ul.wc-item-meta {
    display: none;
}

button.wc-points-rewards-redeem-button {
    padding: 11px 30px;
    max-width: max-content;
    background-color: #f1562c;
    color: white;
    border: none;
    border-radius: 30px;
}

/*----- CHECKOUT PAGE CSS ENDS -----*/



/*----- CART PAGE CSS STARTS -----*/

.custom-cart-section {
    padding: 60px 0;
}
.cart-header, .cart-row {
    display: grid;
    grid-template-columns: 2fr 1.2fr 1.4fr 1fr;
    align-items: center;
    padding: 15px 0;
}
.cart-header {
    border-bottom: 2px solid #eee;
    margin-bottom: 10px;
    color: #4B4B4B;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: -1px;
}

.cart-row {
    border-bottom: 1px solid #eee;
}
.cart-row .col-subtotal.subtotal-display {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 40px;
}

.cart-bottom-card {
    border-radius: 20px;
    padding: 30px 50px;
    margin-top: 50px;
    box-shadow: 0 -8px 44.8px rgba(0, 0, 0, 0.10);
    background-color: #fff;
}

dl.variation dt.variation-Weight {
    display: none;
}
dl.variation{
    margin-bottom: 0;
}

.coupon-input-group {
    margin-top: 15px;
}
.coupon-section label {
    color: #8C8C8C;
    font-weight: 500;
    letter-spacing: -0.64px;
}
.coupon-input-group input {
    color: #797979 !important;
    outline: none;
    width: 475px;
    height: 55px;
    padding: 0 20px;
    border: none;
    border-radius: 67px;
    background: #F7F7F7;
}
.coupon-input-group button.apply-btn {
    color: #F1562C;
    height: 55px;
    font-weight: 700;
    letter-spacing: -0.64px;
    padding: 0 60px;
    border: none;
    border-radius: 67px;
    background: #FFF0EC;
    margin-left: 10px;
}

.cart-totals {
    border-top: 1px solid #E7E7E7;
    padding-top: 30px;
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.inner-totals {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.totals-row > span {
    display: block;
}
.totals-row span.text {
    color: #8C8C8C;
    font-size: 20px;
    letter-spacing: -0.8px;
}
.discount span.woocommerce-Price-amount.amount:before {
    content: "-";
    margin-right: 5px;
}

p#coupon-error-notice {
    color: var(--wc-red);
    margin-bottom: 0 !important;
    margin-top: 10px;
}

.cart-update {
    margin-top: 30px;
}
.cart-update button.button {
    color: #F1562C !important;
    height: 55px;
    font-weight: 700;
    letter-spacing: -0.64px;
    padding: 0 50px !important;
    border: none;
    border-radius: 67px;
    background: #FFF0EC !important;
    margin-left: 10px;
}


button.checkout-btn {
    color: #FFF;
    font-weight: 700;
    letter-spacing: -0.64px;
    height: 55px;
    width: 30%;
    border-radius: 67px;
    background: #F1562C;
    border: none;
}

/*----- CART PAGE CSS ENDS -----*/



/*----- MY ACCOUNT PAGES CSS STARTS -----*/

.woocommerce-MyAccount-navigation {
    flex: 0 0 250px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    padding: 20px;
    height: fit-content;
}

.woocommerce-MyAccount-content {
    flex: 1;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    padding: 30px;
}

/* ---------- NAVIGATION ---------- */
.woocommerce-MyAccount-navigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.woocommerce-MyAccount-navigation li {
    margin-bottom: 8px;
}

.woocommerce-MyAccount-navigation li a {
    display: block;
    padding: 15px 15px;
    border-radius: 8px;
    color: #374151;
    font-weight: 500;
    transition: all 0.2s ease;
    text-decoration: none;
}
.woocommerce-MyAccount-navigation li.is-active a,
.woocommerce-MyAccount-navigation li a:hover {
    background-color: #F1562C;
    color: #fff;
}

/* ---------- CONTENT AREA ---------- */
.woocommerce-MyAccount-content h2,
.woocommerce-MyAccount-content h3 {
    border-bottom: 2px solid #e5e7eb;
    padding-bottom: 5px;
    margin-bottom: 15px;
    color: #111827;
    font-weight: 600;
}

.woocommerce-MyAccount-content p,
.woocommerce-MyAccount-content address {
    color: #4b5563;
    line-height: 1.6;
    font-size: 15px;
}

/* ---------- TABLES ---------- */
.woocommerce table.my_account_orders {
    width: 100%;
    border-collapse: collapse;
    margin-top: 15px;
}

.woocommerce table.my_account_orders th,
.woocommerce table.my_account_orders td {
    padding: 12px 15px;
    text-align: left;
    border-bottom: 1px solid #e5e7eb;
}

.woocommerce table.my_account_orders th {
    background: #f3f4f6;
    font-weight: 600;
    color: #111827;
}

.woocommerce table.my_account_orders td {
    color: #374151;
}

.woocommerce table.my_account_orders a.button {
    padding: 6px 12px;
    border-radius: 6px;
    font-size: 14px;
}

/* ---------- FORMS ---------- */
.woocommerce form .form-row {
    margin-bottom: 20px;
}

.woocommerce form .form-row label {
    font-weight: 500;
    margin-bottom: 5px;
    display: block;
    color: #111827;
}

.woocommerce form .form-row input.input-text {
    width: 100%;
    padding: 15px 10px;
    border-radius: 6px;
    border: 1px solid #d1d5db;
    background: #f9fafb;
    transition: border-color 0.2s;
}

.woocommerce form .form-row input.input-text:focus {
    border-color: #2563eb;
    outline: none;
    background: #fff;
}

/* ---------- BUTTONS ---------- */
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
    background: #2563eb;
    color: #fff;
    border: none;
    border-radius: 8px;
    padding: 10px 18px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s ease;
}

.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
    background: #1d4ed8;
}


/* ---------- ALERTS / MESSAGES ---------- */

.woocommerce-message {
    background: #ecfdf5;
    color: #065f46;
}

.woocommerce-error {
    background: #fef2f2;
    color: #b91c1c;
    display: flex;
    align-items: center;
    padding: 20px 20px !important;
}
.woocommerce-error::before {
    position: relative;
    top: 0;
    left: 0;
    margin-right: 10px;
}

.woocommerce-info {
    background: #FFF5F2;
    color: #000000;
    border-top-color: #af0f1c;
}
.woocommerce button.button, .woocommerce input.button {
    background-color: #F1562C !important;
    color: white !important;
    height: 55px;
    padding: 0 50px;
    border-radius: 67px;
}
.woocommerce-info::before {
    color: #af0f1c;
}

.woocommerce a.button{
	background-color: #F1562C !important;
    color: white !important;
}


/* ---------- RESPONSIVE ---------- */
@media (max-width: 768px) {
    .woocommerce-account .woocommerce {
        flex-direction: column;
    }

    .woocommerce-MyAccount-navigation {
        width: 100%;
        margin-bottom: 20px;
    }
}



a, a:hover, a:focus, a:active {
    color: #af0f1c;
}

.woocommerce-account .addresses .title .edit {
    color: #f1562c;
    font-weight: 500;
    float: none;
    margin-bottom: 10px;
    display: inline-block;
}

/*----- MY ACCOUNT PAGES CSS STARTS -----*/


/*----- TERMS AND CONDITIONS PAGE CSS STARTS -----*/

.page-template-terms-conditions h1 span.font, .page-template-privacy-policy h1 span.font{
    display: inline-block;
}

.innersec-height {
    position: relative;
    padding: 60px 40px;
}
.innersec-height:before {
    content: "";
    background: linear-gradient(180deg, #FFF5F2 0%, rgba(255, 245, 242, 0.00) 100%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 600px;
    z-index: -1;
    border-radius: 20px;
}


.section-privacy {
    padding: 60px 0 20px;
}
.inner-privacy {
    display: flex;
    align-items: flex-start;
    margin-bottom: 40px;
}
.inner-privacy .heading-col {
    width: 22%;
}
.inner-privacy .content-col {
    flex-grow: 1;
    width: 78%;
    padding-left: 70px;
}
.inner-privacy:last-child {
    margin-bottom: 0;
}

/*----- TERMS AND CONDITIONS PAGE CSS ENDS -----*/


/*------MEDIA QUERIES CSS STARTS -----*/

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

body {
    font-size: 14px;
}
h1 {
    font-size: 48px;
}

span.font {
    font-size: 70px;
    line-height: 68px;
}

h2 {
    font-size: 34px;
}

h4 {
    font-size: 26px;
    line-height: 39px;
}
    h5 {
    font-size: 22px;
}

p {
    font-size: 14px;
    line-height: 24px;
}
p.font_18 {
    font-size: 16px;
}

.top-header {
    padding: 20px 0;
}

.logo {
    width: 15%;
}


.deliver {
    padding: 0 20px 0px 10px;
}
.dl-text, .dl-text p {
    font-size: 12px !important;
}
.dl-text span {
    font-size: 0;
}
.dl-text span:before {
    content: "Dubai, UAE";
    font-size: 12px;
}

.pr-search {
    width: 25%;
}


.info-account {
    grid-gap: 20px;
}
.info-account p {
    font-size: 12px;
}
.info-account p span {
    font-size: 11px;
}
.wishlist p, p.mini-cart-total span.woocommerce-Price-amount.amount  {
    font-size: 12px;
}


.woocommerce-product-search .search-field {
    font-size: 13px;
}


.btn-switch {
    padding: 0 10px;
    font-size: 13px;
}


.shop-categories-menu {
    width: 250px;
}
span.menu-title {
    font-size: 13px;
}
.category-side {
    left: -3em;
}

.categories-list {
    max-height: 60vh;
}
.subcategory-list {
    min-height: calc(60vh - 30px);
}


.menu-nav ul.nav-menu li a {
    padding: 0px 20px;
    font-size: 13px;
}

.header-social span {
    font-size: 12px;
    margin-right: 15px;
}



.cat-text a {
    font-size: 16px;
}

ul#tabs-nav li a {
    font-size: 12px;
}

h6.subheading {
    font-size: 17px;
}


.service-section {
    background-position: top right;
    padding: 50px 0 0;
}
.service-column {
    max-width: 45%;
    margin: 0 auto 30px;
}

.service-inner h4 {
    font-size: 26px;
    line-height: 29px;
    letter-spacing: -2.56px;
}
.service-inner {
    height: 381px;
}



.newsletter-inner {
    padding-bottom: 200px;
}

.newsletter-column {
    padding: 60px 0;
}

.bike-image {
    position: absolute;
    top: -60px;
    left: -40px;
    z-index: 9;
    width: 40%;
}
.bag-image {
    position: absolute;
    top: -60px;
    right: 60px;
    width: 27%;
}

/*--- PRODUCT RESPONSIVE ----*/

.product-item {
    padding: 25px 20px;
    margin: 0 10px;
}
.product-title {
    font-size: 18px;
    line-height: 24px;
    margin-top: 20px;
}
.product-price {
    margin: 15px 0;
}

span.woocommerce-Price-amount.amount {
    font-size: 26px;
}

.add-cart {
    font-size: 14px;
}


.tabs-products {
    grid-template-columns: repeat(5, 1fr);
}

/*--- PRODUCT RESPONSIVE ----*/

.review-cont p {
    font-size: 26px;
    line-height: 32px;
}

.clients-item {
    height: 428px;
    padding: 30px 20px;
}

.footer-section {
    padding: 50px 0;
}
.footer-section .footer-column:first-child {
    flex-basis: 28%;
}
.footer-column h4 {
    font-size: 18px;
    margin-bottom: 20px;
}
.footer-column ul.footer-links li {
    font-size: 14px;
}
ul.support-info li span.cn-info {
    font-size: 17px;
}
ul.support-info li span:first-child {
    min-width: 100px;
    font-size: 14px;
}
	
	
	
.cs-image:before {
    width: 134px;
    height: 24px;
    top: -24px;
    right: -10px;
}

/*--- ABOUT PAGE ----*/
.about-info-col {
    padding-left: 20px;
}
.col-mission {
    max-width: 35%;
}

.store-section h2.heading-icon {
    margin-bottom: 30px;
}
.store-section {
    padding: 30px 25px;
}
.store-col {
    width: 48%;
}
.store-col ul li:before {
    font-size: 18px;
    margin-right: 5px;
}

.innersec-gr {
    padding: 60px 50px 30px;
}

.section-padding {
    padding: 70px 0;
}
.section-bottom-padding {
    padding-bottom: 70px;
}

/*--- ABOUT PAGE ----*/

.circle-wheel:before {
    background-size: contain;
    width: 138px;
    height: 138px;
}
	
h2.accordion-header .accordion-button {
    font-size: 18px;
    padding: 0 10px;
	
}
.accordion-body {
    font-size: 16px;
	padding: 10px 10px;
}

/*---- SHOP PAGE ----*/

.shop-actions {
    grid-gap: 15px;
}
.shop-search button:before {
    font-size: 16px;
}
.shop-sort > span {
    margin-right: 5px;
}
.shop-title h2.heading-icon {
    font-size: 28px;
}
span.shop-count {
    font-size: 24px;
}

.shop-wrap main.shop-main {
    padding-left: 25px;
}


.shop-wrap aside.shop-sidebar {
    padding: 15px 25px;
}
.facet-head span {
    font-size: 24px;
}

.cat-children {
    padding-left: 20px !important;
    margin-top: 10px !important;
}
.cat-row .cat-link, .cat-children span.name {
    font-size: 16px;
}
a.cat-thumb, span.cc-img {
    width: 55px;
    height: 53px;
}

.brand-list label.facet-check span.name, .rating-list label.facet-check span.name {
    font-size: 16px;
}

select.orderby {
    font-size: 14px;
}


ul.shop-product {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 15px;
}

/*---- SHOP PAGE ----*/

.cont-info p {
    font-size: 18px;
}


/*---- SINGLE PRODUCT PAGE CSS STARTS ----*/

.product-summary-col {
    padding: 20px 0;
}
.product-summary-col span.woocommerce-Price-amount.amount {
    font-size: 34px;
}
.product-short-description p {
    font-size: 16px;
    line-height: 24px;
}
button.add-to-cart-btn, .buy-now-btn {
    font-size: 16px;
    padding: 16px 50px;
}

.product-meta-grid {
    grid-gap: 10px;
    margin-top: 20px;
}
	
	
.meta-item {
    padding: 15px 10px;
}

.meta-item span.meta-icon {
    margin-right: 10px;
}
.meta-item span.meta-icon img {
    width: 40px;
}

.product-overview-section p {
    font-size: 16px;
    line-height: 24px;
}

.spec-item span {
    font-size: 16px;
}
.spec-item span:first-child {
    width: 240px;
}
	
.single-columns {
    grid-gap: 30px;
}
	
.left-column {
    width: 60%;
}
	
.review-meta strong {
    font-size: 18px;
}

/*---- SINGLE PRODUCT PAGE CSS ENDS ----*/

/*---- WISHLIST CSS STARTS ----*/

.wishlist-info a {
    font-size: 18px;
}
.col-actions .button.add-to-cart-btn {
    font-size: 16px;
    padding: 15px 45px;
}
.wishlist-header {
    font-size: 18px;
}
.cart-header {
    font-size: 18px;
}

/*---- WISHLIST CSS ENDS ----*/
	
	
/*----- CAREER PAGE CSS STARTS ------*/

.career_info {
    max-width: 50%;
}
.benefit-section .benefit-column {
    max-width: 40%;
}

.col-left h1{
    margin-bottom: 40px;
}
.col-left p {
    font-size: 18px;
}
.col-left p a {
    font-size: 25px;
}

.job-cont h3 {
    font-size: 32px;
    line-height: 48px;
}
	
	
.job-popup .modal-header p {
    font-size: 16px;
}
.job-box h5 {
  font-size: 18px;
}
.basic-fields {
    grid-gap: 20px;
}

/*----- CAREER PAGE CSS ENDS------*/

}


@media only screen and (max-width: 1279px){
	
	
body {
    font-size: 13px;
}
h1 {
    font-size: 40px;
    letter-spacing: -3.12px;
}
span.font {
    font-size: 60px;
    line-height: 58px;
}
h2 {
    font-size: 28px;
}
h4 {
    font-size: 22px;
    line-height: 39px;
}
h5 {
    font-size: 20px;
}
p {
    font-size: 13px;
    line-height: 24px;
}
p.font_18 {
    font-size: 15px;
}
/*--- ---*/

.info-account p {
    display: none;
}
.wishlist span, .carrt span {
    margin-bottom: 0 !important;
}
.info-account {
    grid-gap: 10px;
}
.menu-nav {
    margin-left: 10px;
}
.menu-nav ul.nav-menu li a {
    padding: 0 10px;
}
.header-social span {
    display: none;
}

ul#tabs-nav {
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 5px;
    margin: 20px 0 !important;
}	
.tabs-products {
    grid-template-columns: repeat(4, 1fr);
}
	
.about-column {
    padding: 30px 30px;
}
	
.review-cont p {
    font-size: 18px;
    line-height: 28px;
}
.clients-item {
    height: 338px;
    padding: 20px 15px;
    margin: 0 6px;
}
.review-info h5 {
    font-size: 18px;
}

.service-inner {
    padding: 30px 25px;
    margin: 0 7px;
}
.service-inner h4 {
    font-size: 22px;
    line-height: 24px;
    letter-spacing: -1.56px;
}

.newsletter-inner {
    padding-bottom: 160px;
}
.newsletter-column {
    padding: 50px 0;
}
.bike-image {
    top: -40px;
}
.bag-image {
    top: -40px;
}
	
.newsletter-form {
    max-width: 27%;
}
.news-inner .wpcf7-email {
    height: 45px;
}
.submit-btn {
    margin-left: -45px;
	top: 5px;
}
.submit-btn input.wpcf7-submit {
    width: 36px;
    height: 34px;
}
.submit-btn:before {
    background-size: contain;
    width: 36px;
    height: 35px;
}

.footer-section {
    padding: 30px 0;
}
.footer-section .footer-column:first-child {
    flex-basis: 25%;
}

.footer-column h4:before {
    margin-right: 7px;
}
.footer-column h4 {
    font-size: 16px;
}

ul.support-info li {
    display: block;
}
ul.support-info li span {
    display: block;
}

.footer-column ul.footer-links li {
   font-size: 13px;
    letter-spacing: -0.38px;
    margin-bottom: 10px;
}

ul.support-info li span.cn-info {
    font-size: 13px;
}
ul.support-info li span:first-child {
    min-width: 100px;
    font-size: 13px;
}

/*--- ABOUT PAGE CSS ----*/
.col-mission {
    max-width: 45%;
}
	
.mission-column {
    padding: 0 2%;
}
	
/*--- ABOUT PAGE CSS ----*/
	
.accordion-body {
    font-size: 15px;
    width: 60%;
}
	
/*----- CAREER PAGE CSS STARTS ------*/
.benefit-section .benefit-column {
    max-width: 45%;
}
.benefit-item .benefit-icon {
    margin-right: 15px;
}
.benefit-icon img {
    width: 100px;
}
	
.col-left p {
    font-size: 16px;
    margin-bottom: 0;
}
.col-left p a {
    font-size: 20px;
}
.job-cont h3 {
    font-size: 28px;
    line-height: 40px;
}
	
.job-item {
    padding-bottom: 30px;
    margin-bottom: 30px;
    padding-left: 20px;
}
	
ul.joblists li {
    font-size: 12px;
}
ul.joblists li:not(:first-child):before {
    font-size: 7px;
    margin: 0 7px;
}
	
.job-item .submit-button {
    width: 30%;
}
	
div#jobApplyModal .modal-dialog {
    max-width: 75% !important;
}
.job-popup {
    padding: 0 25px 30px;
}
.job-popup .modal-header p {
    font-size: 14px;
}
.job-box {
    padding: 20px 15px;
    border-radius: 10px;
}
.job-box ul li {
    padding-left: 15px;
    line-height: 24px;
}
.job-box.second:before {
    width: 96px;
    height: 96px;
    right: 10px;
    top: -50px;
}
	
.job-popup h6 {
    font-size: 17px;
}
	
.job-popup input[type="text"], .job-popup input[type="email"], .job-popup input[type="tel"], .job-popup input[type="file"], .job-popup textarea {
    font-size: 12px;
}
	
.resume-row span.red {
    font-size: 13px;
}
	
.submit-row input.wpcf7-submit {
    font-size: 16px;
    padding: 18px 70px;
}
/*----- CAREER PAGE CSS ENDS------*/
	
/*---- SHOP PAGE CSS STARTS -----*/
.shop-main-section {
    padding-top: 30px;
    padding-bottom: 50px;
}
header.shop-main__head {
    display: block;
}
.shop-actions {
    grid-gap: 10px;
}
.shop-search button:before {
    font-size: 15px;
}
.shop-title h2.heading-icon {
    font-size: 26px;
    margin-bottom: 15px;
}
span.shop-count {
    font-size: 22px;
}
.shop-wrap main.shop-main {
    padding-left: 20px;
}
.shop-wrap aside.shop-sidebar {
    padding: 20px 15px;
}
.facet-head span {
    font-size: 20px;
}
	
.cat-children {
    padding-left: 10px !important;
    margin-top: 10px !important;
}
.cat-row .cat-link, .cat-children span.name {
    font-size: 14px;
}
a.cat-thumb, span.cc-img {
    width: 45px;
    height: 43px;
    padding: 3px;
    margin-right: 5px;
}
.brand-list label.facet-check span.name, .rating-list label.facet-check span.name {
    font-size: 13px;
}
select.orderby {
    font-size: 13px;
}

ul.shop-product {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 15px;
}
	
button.cat-toggle {
    font-size: 16px;
}
input[type="checkbox"] {
    width: 16px;
    height: 16px;
}
	
.facet-head span:before {
    background-size: contain;
    width: 25px;
    height: 25px;
    margin-right: 5px;
}
	
/*---- SHOP PAGE CSS ENDS -----*/
	
	
/*---- SINGLE PRODUCT PAGE CSS STARTS ----*/

.product-summary-col span.woocommerce-Price-currencySymbol:before {
    width: 24px;
    height: 20px;
}
.product-summary-col span.woocommerce-Price-amount.amount {
    font-size: 28px;
}
	
.product-short-description p, .product-overview-section p {
    font-size: 15px;
    line-height: 22px;
}
button.add-to-cart-btn, .buy-now-btn {
    font-size: 15px;
    padding: 15px 45px;
}
	
.spec-item span {
    font-size: 15px;
}
.spec-item span:first-child {
    width: 180px;
}
	
.product-meta-grid {
    grid-template-columns: repeat(2, 1fr);
}

.reviews-summary {
    grid-gap: 30px;
}
	
.product-short-description p, .product-overview-section p {
    font-size: 14px;
    line-height: 22px;
}
button.add-to-cart-btn, .buy-now-btn {
    font-size: 14px;
    padding: 15px 45px;
}
	
.spec-item span {
    font-size: 14px;
}
.spec-item span:first-child {
    width: 150px;
}
	
/*---- SINGLE PRODUCT PAGE CSS ENDS ----*/

/*---- WISHLIST CSS STARTS ----*/

.wishlist-info a {
    font-size: 16px;
}
.col-actions .button.add-to-cart-btn {
    font-size: 14px;
    padding: 12px 35px;
	height: auto;
}

.custom-quantity-input {
    width: 155px;
    height: 45px;
}
.custom-quantity-input button {
    width: 32px;
    height: 32px;
    font-size: 23px;
}

.wishlist-row span.woocommerce-Price-amount.amount {
    font-size: 22px;
}
.wishlist-row span.woocommerce-Price-currencySymbol:before {
    width: 20px;
    height: 16px;
    background-size: contain;
}
.wishlist-header {
    font-size: 16px;
}
.wishlist-header, .wishlist-row {
    grid-template-columns: 2fr 0.5fr 1fr 0.5fr 1.2fr;
}

.col-product img {
    width: 74px;
}
.col-product {
    padding-right: 20px;
}

/*---- WISHLIST CSS ENDS ----*/

/*------ CART CSS STARTS -----*/
.cart-row span.woocommerce-Price-amount.amount {
    font-size: 22px;
}
.cart-row span.woocommerce-Price-currencySymbol:before {
    width: 20px;
    height: 16px;
    background-size: contain;
}
	
.cart-header {
    font-size: 16px;
}
/*------ CART CSS STARTS -----*/

/*------ CHECKOUT CSS STARTS -----*/

.wp-block-woocommerce-checkout-order-summary-block {
    border-radius: 10px !important;
    padding: 20px 15px;
}
h3.wc-block-components-product-name {
    font-size: 16px !important;
    line-height: 20px !important;
}
	

.wc-block-components-title.wc-block-components-title {
    font-size: 24px !important;
}
.custom-checkout span.wc-block-components-totals-item__label {
    font-size: 18px;
}
span.wc-block-formatted-money-amount {
    font-size: 18px;
}
span.wc-block-formatted-money-amount:before {
    width: 21px;
    height: 16px;
}
.custom-checkout .wc-block-components-totals-footer-item-tax-value {
    font-size: 22px;
}
.wc-block-components-totals-shipping .wc-block-components-totals-item__value {
    font-size: 20px;
}
.wc-block-components-form .wc-block-components-text-input input[type=email], .wc-block-components-form .wc-block-components-text-input input[type=number], .wc-block-components-form .wc-block-components-text-input input[type=password], .wc-block-components-form .wc-block-components-text-input input[type=tel], .wc-block-components-form .wc-block-components-text-input input[type=text], .wc-block-components-form .wc-block-components-text-input input[type=url], .wc-block-components-text-input input[type=email], .wc-block-components-text-input input[type=number], .wc-block-components-text-input input[type=password], .wc-block-components-text-input input[type=tel], .wc-block-components-text-input input[type=text], .wc-block-components-text-input input[type=url] {
    font-size: 12px !important;
}

/*------ CHECKOUT CSS ENDS -----*/

.page-template-terms-conditions .circle-wheel:before, .page-template-privacy-policy .circle-wheel:before{
	display: none;
}
ul#authTabs li button.nav-link {
    padding: 12px 0;
    font-size: 16px;
}

}

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

body {
    font-size: 12px;
}
h1 {
    font-size: 34px;
    letter-spacing: -3.12px;
}
span.font {
    font-size: 54px;
    line-height: 58px;
}
h2 {
    font-size: 24px;
}
h4 {
    font-size: 20px;
    line-height: 26px;
	letter-spacing: -1.56px;
}
h5 {
    font-size: 18px;
}
p {
    font-size: 12px;
	line-height: 18px;
}
p.font_18 {
    font-size: 14px;
	line-height: 22px;
}
h6.subheading {
    font-size: 15px;
}

.logo {
    width: 20%;
}

.deliver {
    display: none;
}
.pr-search {
    width: 30%;
}

.woocommerce-product-search {
    padding: 0px 5px 0 10px;
}
.woocommerce-product-search .search-field {
    height: 45px;
    padding: 0;
}
.custom-search-wrapper button img {
    width: 28px;
}

.btn-switch {
    height: 45px;
}
.btn-switch img {
    margin-left: 10px;
    width: 26px;
}

.wishlist, .carrt {
    position: relative;
}
span.wishlist-count, span#mini-cart-count {
    position: absolute;
    top: -5px;
    right: -6px;
    left: unset;
}

.cat-menu {
    padding: 20px 0;
}
span.menu-title {
    font-size: 0;
}
span.menu-title:after {
    display: none;
}
.shop-categories-menu {
    width: auto;
}
	
.menu-nav {
    margin-left: 5px;
}
.menu-nav ul.nav-menu li a {
    padding: 0 8px;
    font-size: 12px;
}

.category-side {
    --left-col: 305px;
}
.category-li.open > .subcategory-panel {
    opacity: 1;
    visibility: visible;
    transform: scaleX(1);
}
	
.review-slide {
    bottom: 50px;
    width: 95px;
}

.tabs-products {
    grid-template-columns: repeat(3, 1fr);
}

.sale-slide {
    padding: 0 5px;
}

.category-section {
    padding: 60px 0;
}
.category-item {
    padding: 0 10px;
}
.cat-text a {
    font-size: 14px;
}
	
.custom-btn a {
    font-size: 14px;
    height: 45px;
    padding-left: 15px;
    padding-right: 10px;
}
.custom-btn a:after {
    background-size: contain;
    width: 32px;
    height: 31px;
    margin-left: 15px;
}
	
.product-item {
    padding: 15px 15px;
    margin: 0 10px;
}
.product-title {
    font-size: 17px;
    margin-top: 15px;
}
sup.wc-price-dec {
    font-size: 14px;
}
	
span.colon {
    margin-bottom: 15px !important;
    display: block;
}	
.review-cont p {
    font-size: 16px;
    line-height: 24px;
}
.clients-item {
    height: 298px;
    padding: 30px 30px;
    margin: 0 5px;
}
.review-info h5 {
    font-size: 16px;
}
	
	
.newsletter-inner {
    padding-bottom: 120px;
}
.newsletter-column {
    padding: 30px 0;
}
	
.newsletter-form {
    max-width: 40%;
}
.bike-image {
    top: 10px;
    left: -30px;
    width: 35%;
}
.bag-image {
    top: -10px;
    right: 30px;
    width: 25%;
}
	
	
.footer-section {
    flex-wrap: wrap;
}
.footer-section .footer-column:first-child {
    flex-basis: 100%;
    margin-bottom: 20px;
}

.about-section {
    padding-top: 0;
}
	
/*--- ABOUT PAGE CSS ---*/
	
.first-section {
    margin-top: 30px;
}
.innersec-gr {
    padding: 40px 30px 20px;
}
.section-padding {
    padding: 50px 0;
}
.section-bottom-padding {
    padding-bottom: 50px;
}
	
.store-col {
    width: auto;
}
.store-lists {
    display: block;
}
	
.mission-column {
    padding: 0;
}

/*--- ABOUT PAGE CSS ---*/
	
.circle-wheel:before {
    width: 88px;
    height: 88px;
    top: 40px;
}
	
h2.accordion-header .accordion-button {
    font-size: 17px;
}
.accordion-body {
    font-size: 14px;
    width: 80%;
}
	
/*----- CAREER PAGE CSS STARTS ------*/
.career_info {
    max-width: 100%;
}
.benefit-item {
    display: block;
}
.benefit-info {
    padding-top: 0;
}
	
.job-section {
    display: block;
    padding: 50px 30px;
}
.job-section .col-left {
    width: 100%;
}
.job-section .job-content {
    width: 100%;
    padding-top: 50px;
}
.job-item {
    padding-left: 0;
}
.col-left h1 {
    margin-bottom: 20px;
}
	
	
	
div#jobApplyModal .modal-dialog {
    max-width: 80% !important;
}
.job-box h5 {
    font-size: 16px;
}
.job-box ul li::before {
    font-size: 20px;
}
.job-popup h6 {
    font-size: 15px;
}
	
.resume-row span.red {
    position: relative;
    bottom: 0;
    margin-top: 10px;
    display: inline-block;
}
	
.submit-row input.wpcf7-submit {
    font-size: 15px;
    padding: 16px 60px;
}
/*----- CAREER PAGE CSS ENDS------*/

/*---- SHOP PAGE CSS STARTS -----*/

.shop-title h2.heading-icon {
    font-size: 24px;
}
form.woocommerce-ordering {
    width: 160px;
}
	
.woocommerce button.button, .woocommerce input.button {
    height: 30px;
    padding: 0 20px;
}
	
span.shop-count {
    font-size: 20px;
}
.shop-wrap main.shop-main {
    padding-left: 15px;
}
.shop-wrap aside.shop-sidebar {
    padding: 20px 10px;
}
.facet-head span {
    font-size: 18px;
}
.cat-children {
    padding-left: 0px !important;
    margin-top: 10px !important;
}
.cat-row .cat-link, .cat-children span.name {
    font-size: 12px;
}
a.cat-thumb, span.cc-img {
    width: 35px;
    height: 32px;
    padding: 3px;
    border-radius:5px;
    margin-right: 2px;
}
.brand-list label.facet-check span.name, .rating-list label.facet-check span.name {
    font-size: 12px;
}
select.orderby {
    font-size: 12px;
}
	
.shop-wrap aside.shop-sidebar {
    width: 35%;
    border-radius: 15px;
}
.shop-wrap main.shop-main {
    width: 65%;
}
	
/*---- SHOP PAGE CSS ENDS -----*/
	
	
/*---- SINGLE PRODUCT PAGE CSS STARTS ----*/
.single-columns {
    display: block;
}
.product-gallery-col {
    width: 100%;
    padding: 50px 0;
}
	
.left-column {
    width: 90%;
}
.review-meta strong {
    font-size: 16px;
}
.review-meta .star-rating {
    margin-bottom: 20px;
}
.product-reviews-section .star-rating {
    font-size: 16px !important;
}
	
.reviews-list .review-item {
    border-radius: 10px;
    padding: 20px;
}
	
/*---- SINGLE PRODUCT PAGE CSS ENDS ----*/	


/*---- WISHLIST CSS STARTS ----*/
.wishlist-header {
    font-size: 14px;
}
.wishlist-header, .wishlist-row {
    grid-template-columns: 1fr 0.5fr 1fr 0.5fr 1fr;
}
.col-product {
    display: block;
}
.wishlist-info a {
    font-size: 15px;
}
.col-actions .button.add-to-cart-btn {
    font-size: 13px;
    padding: 12px 30px;
}
.custom-quantity-input {
    width: 145px;
}
	
.wishlist-custom-wrapper {
    padding-top: 20px;
    padding-bottom: 50px;
}

/*---- WISHLIST CSS ENDS ----*/
	
/*------ CART CSS STARTS -----*/
.cart-header {
    font-size: 14px;
}
.cart-header, .cart-row{
    grid-template-columns: 2fr 1fr 1.5fr 1.5fr;
}
.coupon-input-group input {
    width: 365px;
}
.cart-bottom-card {
    border-radius: 10px;
    padding: 20px 30px;
}
	
span.woocommerce-Price-amount.amount {
    font-size: 22px;
}
span.woocommerce-Price-currencySymbol:before {
    width: 22px;
    height: 17px;
}
.totals-row span.text {
    font-size: 14px;
}
	
.inner-totals {
    width: 70%;
}
button.checkout-btn {
    width: 25%;
}
	
	
/*------ CHECKOUT CSS STARTS -----*/

.custom-checkout .wc-block-components-sidebar {
    width: 100%;
	margin-top: 50px;
}
.custom-checkout .wc-block-components-sidebar-layout .wc-block-components-main {
    padding-right: 0;
    width: 100%;
}
	
.wc-block-components-sidebar.wc-block-checkout__sidebar.wp-block-woocommerce-checkout-totals-block.is-sticky:not(.is-large) {
    display: none;
}
.wc-block-checkout__actions_row {
    margin-top: 40px;
}
	
/*------ CHECKOUT CSS ENDS -----*/	
.inner-privacy .heading-col {
    width: 30%;
}
.inner-privacy .content-col {   
	width: 70%;
    padding-left: 30px;
}
	
}


/*---- PANEL CSS ONLY -----*/

.panel-logo .custom-logo {
    margin-bottom: 20px;
}
.panel-logo img.custom-logo {
    filter: invert(1);
}
.panel-search .pr-search {
    width: 100%;
}
.panel-search form.woocommerce-product-search {
    padding: 0px 10px 0 15px;
}
	
.panel-switch {
    margin: 15px 0;
}
	
.panel-menu {
    margin: 30px 0;
}
ul#mobile-menu li a {
    color: black;
    text-decoration: none;
    font-size: 14px;
}
ul#mobile-menu li:not(:last-child) {
    margin-bottom: 10px;
}
	
.panel-icons{
    margin-top: 30px;
}
.panel-icons .info-account img {
    filter: invert(1);
}
.panel-icons .info-account {
    gap: 25px;
}
.panel-icons .info-account a {
    color: black;
}
.panel-icons span.wishlist-count, .panel-icons span#mini-cart-count {
    position: absolute;
    top: -5px;
    right: -10px;
    left: unset;
}

/* Side Panel Base */
.mobile-side-panel {
  position: fixed;
  top: 0;
  left: -100%;
  width: 85%;
  max-width: 350px;
  height: 100%;
  background: #fff;
  box-shadow: 2px 0 8px rgba(0,0,0,0.2);
  transition: left 0.3s ease;
  z-index: 999;
}
.mobile-side-panel.active {
  left: 0;
}
.mobile-panel-inner {
  padding: 30px 20px;
}
.close-panel {
  background: none;
  border: none;
  font-size: 20px;
  position: absolute;
  right: -5px;
  top: -5px;
  cursor: pointer;
}

/*---- PANEL CSS ONLY -----*/

.mobileCart {
    position: fixed;
    right: 10px;
    top: 45%;
    background-color: white;
    width: 45px;
    height: 45px;
    border-radius: 50px;
    box-shadow: 0 0 20px -10px #6a6a6a;
    z-index: 99;
    display: flex;
    align-items: center;
    justify-content: center;
}
.mobileicon {
    position: relative;
}
.mobileicon span.custom-cart-count {
    position: absolute;
    border-radius:20px;  
    top: -20px;
    right: -15px;
    width: 20px;
    height: 20px;
    font-size: 12px;
    left: unset;
    background-color: #a6284e;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}



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

/*---- ONLY MOBILE HEADER CSS STARTS ----*/
	
.custom-header {
    display: none;
}
	
.custom-mobile-header {
    background: url(../images/HeaderBG.jpg);
    padding: 10px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.custom-mobile-header .logo {
    width: 50%;
}
.custom-mobile-header .menu_icon {
    color: white;
    font-size: 24px;
  	cursor: pointer;
}
	
.btn-switch {
    border: 1px solid;
    display: inline-flex;
}
/*---- ONLY MOBILE HEADER CSS ENDS ----*/


	
	
h1 {
    font-size: 28px;
    letter-spacing: -2.12px;
}
span.font {
    font-size: 44px;
    line-height: 52px;
}
h2 {
    font-size: 22px;
}
h4 {
    font-size: 19px;
	line-height: 32px;
}
h5 {
    font-size: 17px;
}


h2.heading-icon {
    margin-bottom: 0;
}
h2.heading-icon:before {
    background-size: contain;
    width: 25px;
    height: 25px;
    margin-right: 5px;
}
	
.review-slide {
    bottom: 20px;
    width: 45px;
}
.slick-arrow {
    font-size: 15px;
}
.prev-arrow.slick-arrow {
    left: 10px;
}
.next-arrow.slick-arrow {
    right: 10px;
}
	
	
.sale-slider {
    padding-left: 15px;
}

.popular-section {
    padding: 40px 0;
}
.bestitems-section {
    padding: 40px 0;
}
.bestitems-section {
    padding: 40px 0;
}
.reviews-section {
    padding-top: 40px;
}

.product-arrow a {
    padding: 0 5px;
}
.product-arrow a img {
    width: 8px;
}


.tabs-products {
    grid-template-columns: repeat(1, 1fr);
}
ul#tabs-nav {
    grid-template-columns: repeat(2, 1fr);
}
ul#tabs-nav li {
    padding: 10px 0;
}

.about-column {
    padding: 25px 15px;
}
	
.bestitems-section .d-flex {display: block !important;}
.bestitems-section .custom-btn {
    margin-top: 20px;
}
	
	
.reviews-section .d-flex {
    display: flex !important;
	flex-wrap: wrap;
}
.reviews-section .product-arrow {
    margin-top: 0;
}
	
.service-column {
    max-width: 100%;
}

.first-row, .second-row {
    grid-gap: 5px;
    margin: 5px 0;
}
.first-row img, .second-row img {
    border-radius: 5px;
}
	
.newsletter-section {
    padding-top: 50px;
}
.newsletter-inner {
    padding-bottom: 50px;
}
.newsletter-form {
    max-width: 90%;
}
.bike-image {
    display: none;
}
.bag-image {
    display: none;
}
	
.footer-logo img {
    width: 80%;
    margin-bottom: 10px;
}
.footer-section {
    display: block;
}
.footer-section .footer-column:not(:last-child) {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
}
	
.footer-copyright {
    padding: 10px 20px;
}

.cs-image {
    margin-top: 20px;
}
.cs-image:before {
    width: 50px;
    height: 14px;
    top: -14px;
    right: 20px;
}
	
	
/*--- ABOUT PAGE CSS ----*/
.innersec-gr {
    padding: 30px 20px 20px;
}
.col-mission {
    max-width: 100%;
}
.inner-store {
    display: block;
}
.store-col {
    width: 100%;
}
.store-col:first-child {
    margin-bottom: 25px;
}
.store-col ul li {
    line-height: 28px;
}
	
.mission-column:before{
	display: none;
}
/*--- ABOUT PAGE CSS ----*/
	
.circle-wheel:before{
	display: none !important;
}

.accordion-item {
    margin-bottom: 15px;
}
h2.accordion-header .accordion-button {
    font-size: 15px;
}
.accordion-body {
    font-size: 13px;
    width: 100%;
}
	
	
/*--- CONTACT PAGE ----*/
	
.contact-inner {
    display: block;
}
.contact-col, .contact-form-col {width: 100%;}
.contact-form .col-md-6:first-child {
    margin-bottom: 15px;
}
.cont-info:not(:last-child) {
    margin-bottom: 40px;
}
.cont-info p {
    font-size: 14px;
}
		
/*--- CONTACT PAGE ENDS ----*/
	
/*----- CAREER PAGE CSS STARTS ------*/
	
.job-section {
    padding: 30px 20px;
}
	
.job-cont h3 {
    font-size: 20px;
    line-height: 32px;
}
.job-cont p.role {
    font-size: 12px;
}
	
.job-item {
    display: block;
}
ul.joblists {
    display: block;
}
ul.joblists li:before {
    content: "\f111";
    font-family: 'FontAwesome';
    color: #F1562C;
    font-size: 5px !important;
    margin: 0 !important;
    margin-right: 5px !important;
}
.job-item .submit-button {
    width: 100%;
    margin-top: 20px;
}
	
.benefit-section {
    display: block;
    max-width: 100%;
}
.benefit-section .benefit-column {
    max-width: 100%;
}
.benefit-section:before {
    display: none;
}
	
	
div#jobApplyModal .modal-dialog {
    max-width: 100% !important;
}
	
.job-popup {
    padding: 0 15px 20px;
}
.job-popup .modal-header p {
    font-size: 13px;
}
.job-box h5 {
    font-size: 15px;
}
.job-box ul li::before {
    font-size: 18px;
}
.job-popup h6 {
    font-size: 14px;
}
.submit-row input.wpcf7-submit {
    font-size: 14px;
    padding: 15px 50px;
}
	
.job-box.second:before{
	display: none;
}
.basic-fields {
    display: block;
}
	
/*----- CAREER PAGE CSS ENDS------*/
	
	
/*---- SHOP PAGE CSS STARTS -----*/

.shop-wrap {
    display: block;
}
aside.shop-sidebar {
    width: 100%;
}
.shop-wrap aside.shop-sidebar {
    width: 100%;
}
.shop-wrap main.shop-main {
    width: 100%;
    margin-top: 40px;
    padding-left: 0;
}
ul.shop-product {
    grid-template-columns: repeat(1, 1fr);
}
.shop-title h2.heading-icon {
    font-size: 22px;
    padding-left: 30px;
}
.shop-hero img {
    border-radius: 10px;
}
	
.shop-actions {
    display: block;
}
.shop-sort > span {
    display: none;
}
form.woocommerce-ordering {
    width: 100%;
    margin-top: 10px !important;
}
select.orderby {
    height: 45px;
}
	
a.cat-thumb, span.cc-img {
    width: 45px;
    height: 43px;
}
	
/*---- SHOP PAGE CSS ENDS -----*/
	
	
	
/*---- SINGLE PRODUCT PAGE CSS STARTS ----*/
.quantity-selector-and-notice {
    display: block;
}
.stock-notice-limited {
    margin-left: 0;
    margin-top: 20px;
}
label.quantity-label {
    font-size: 15px;
}
.product-short-description p, .product-overview-section p {
    font-size: 13px;
}
.product-meta-grid {
    grid-template-columns: 1fr;
}
.spec-grid {
    grid-template-columns: 1fr;
    grid-gap: 10px;
}
.spec-item {
    padding: 15px 20px;
    border-radius: 5px;
}
.spec-item span:first-child {
    width: auto;
    margin-right: 6px;
}
.spec-item span {
    font-size: 13px;
}

.reviews-summary {
    display: block;
}
.left-column {
    width: 100%;
}
.reviews-list {
    margin-top: 40px;
}
.overall-rating h5 {
    margin-bottom: 15px;
}
	
button.add-to-cart-btn, .buy-now-btn {
    font-size: 13px;
    padding: 15px 40px;
}
button.buy-now-btn {
    margin-left: 10px;
}
	
/*---- SINGLE PRODUCT PAGE CSS ENDS ----*/
	
	
/*---- WISHLIST CSS STARTS ----*/

.wishlist-header {
    display: none;
}
.wishlist-row {
    display: block;
    text-align: center;
}
.col-qty  .custom-quantity-input {
    margin: 0 auto;
}
.col-actions {
    display: block;
}
.wishlist-row > div:not(:last-child) {
    margin-bottom: 10px;
}
.col-actions .button.add-to-cart-btn {
    margin-bottom: 10px;
}


/*---- WISHLIST CSS ENDS ----*/
	
	
/*------ CART CSS STARTS -----*/	
.custom-cart-section {
    padding: 40px 0;
}
	
.col-product {
    padding: 0;
}
.cart-header {
    display: none;
}
.cart-row {
    display: block;
    text-align: center;
}
.cart-row > div:not(:last-child) {
    margin-bottom: 10px;
}
	
.coupon-input-group input {
    width: 100%;
    margin-bottom: 10px;
    height: 45px;
}
.coupon-input-group button.apply-btn {
    height: 45px;
    padding: 0 40px;
    margin-left: 0;
}

	
.cart-row .col-subtotal.subtotal-display {
    display: block;
    padding: 0;
}
.cart-row .col-subtotal.subtotal-display a.remove_item_from_cart {
    display: block;
    margin-top: 10px;
}
	
.cart-totals {
    display: block;
}
.inner-totals {
    width: 100%;
    display: block;
}
.totals-row {
    margin-bottom: 30px;
}
button.checkout-btn {
    width: 100%;
}
	
/*------ CART CSS STARTS -----*/
	
/*------ CHECKOUT CSS STARTS -----*/
	
.wp-block-woocommerce-checkout-actions-block .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button {
    width: 100%;
    margin-top: 30px;
}
	
span.woocommerce-Price-amount.amount {
    font-size: 15px;
}
sup.wc-price-dec {
    font-size: 10px;
}
span.woocommerce-Price-currencySymbol:before {
    width: 13px;
    height: 10px;
}
td.woocommerce-table__product-name.product-name a {
    font-size: 14px;
}
	
.woocommerce ul.order_details li {
    display: block;
    float: none;
    margin-bottom: 20px;
}
.woocommerce-column.woocommerce-column--2.woocommerce-column--shipping-address.col-2 {
    margin-top: 20px;
}
	
/*------ CHECKOUT CSS ENDS -----*/

.inner-privacy {
    display: block;
}
.inner-privacy .heading-col {
    width: 100%;
}
.inner-privacy .content-col {
    width: 100%;
    padding: 0;
}
	
.section-privacy {
    padding: 20px 0 20px;
}
.innersec-height {
    position: relative;
    padding: 30px 15px;
}
	
.modal-body{
    padding: 30px 20px;
}
	
.wc-otp-inputs input.form-control {
    width: 100%;
    height: 54px;
    font-size: 20px;
}
	
.clients-item {
    border-radius: 10px;
    padding: 15px 20px;
}

ul.support-info li {
    display: flex;
}
	
.group-ad .first-row, .group-ad .second-row {
    display: block;
}
.group-ad .first-row a:first-child, .group-ad .second-row a:first-child {
    margin-bottom: 5px !important;
}
.group-ad a {
    display: inline-block;
}
	
.cat-image {
    width: 140px;
    height: 140px;
    padding: 30px;
}
	
	
}


@media only screen and (max-width: 991px) {
  .about-info-col {
    padding: 0;
    margin-top: 30px;
  }
}

