/***Typo Css Start****/
@font-face {
 font-family: 'Roboto';
 src: url('../fonts/roboto-bold_0-webfont.woff2') format('woff2'), url('../fonts/roboto-bold_0-webfont.woff') format('woff');
 font-weight: 700;
 font-style: normal;
}

@font-face {
 font-family: 'Roboto';
 src: url('../fonts/roboto-medium_0-webfont.woff2') format('woff2'), url('../fonts/roboto-medium_0-webfont.woff') format('woff');
 font-weight: 500;
 font-style: normal;
}

@font-face {
 font-family: 'Roboto';
 src: url('../fonts/roboto-regular_0-webfont.woff2') format('woff2'), url('../fonts/roboto-regular_0-webfont.woff') format('woff');
 font-weight: normal;
 font-style: normal;
}

:root {
 --base-fm: "Roboto", sans-serif;
 --page-width: 1440px;
 --base-size: 15px;
 --h1-size: 35px;
 --h2-size: 30px;
 --h3-size: 26px;
 --h4-size: 22px;
 --h5-size: 20px;
 --h6-size: 16px;
 --base-clr: #1a1a1a;
 --base-sec-clr: #414141;
 --white-clr: #ffffff;
 --black-clr: #000000;
 --theme-clr: #14273f;
 --theme-sec-clr: #F59B90;
 --bg-clr: #F4EFE9;
 --bg-sec-clr: #F4EFE9;

 @media(max-width:1200px) {
  --base-size: 14px;
  --h1-size: 30px;
  --h2-size: 26px;
  --h3-size: 22px;
  --h4-size: 18px;
  --h5-size: 16px;
  --h6-size: 14px;
 }

}

* {
 box-sizing: border-box;
 outline: none !important;
}

body {
 padding-top: 115px;
 margin: 0px;
 font-family: var(--base-fm);
 color: var(--base-clr);
 font-size: var(--base-size);
 line-height: 1.5;
 background-color: var(--white-clr);
 font-weight: 400;
}

button {
 background-color: var(--black-clr);
}

.entry-content {
 font-family: var(--base-fm);
}

p {
 margin: 0 0 30px 0;
 line-height: 1.5;
}

p:empty {
 margin: 0px;
 line-height: 0px;
}

img {
 max-width: 100%;
 height: auto;
 display: block;
}

ul,
li,
a {
 list-style: none;
 text-decoration: none;
 padding: 0px;
 margin: 0px;
}

h1,
.h1 {
 font-size: var(--h1-size);
 color: var(--base-clr);
 font-weight: 400;
 margin: 0px 0px 40px 0px;
 font-style: normal;
 line-height: 1.2;
 font-family: var(--base-fm);
}

h1 span,
.h1 span {
 font-family: var(--base-fm);
}

h2,
.h2 {
 font-size: var(--h2-size);
 font-weight: 400;
 margin: 0px 0px 30px 0px;
 line-height: 1.2;
 color: var(--base-clr);
 font-family: var(--base-fm);
}

h2 span,
.h2 span {
 font-family: var(--base-fm);
}

h3,
.h3 {
 font-size: var(--h3-size);
 font-weight: 400;
 margin: 0px 0px 20px 0px;
 line-height: 1.2;
 color: var(--base-clr);
 font-family: var(--base-fm);
}

h3 span,
.h3 span {
 font-family: var(--base-fm);
}

h4,
.h4 {
 font-family: var(--base-fm);
 font-size: var(--h4-size);
 font-weight: 400;
 margin: 0px 0px 15px 0px;
 line-height: 1.2;
 color: var(--base-clr);
 letter-spacing: 1px;
}

h4 span,
.h4 span {
 font-family: var(--base-fm);
}

h5,
.h5 {
 font-size: var(--h5-size);
 font-weight: 500;
 margin: 0px 0px 10px 0px;
 line-height: 1.2;
 color: var(--base-clr);
 font-family: var(--base-fm);
 letter-spacing: 1px;
}

h6,
.h6 {
 font-size: var(--h6-size);
 color: var(--base-clr);
 font-weight: 500;
 margin: 0px 0px 10px 0px;
 line-height: 1.3;
 font-family: var(--base-fm);
}

.woocommerce-pagination {
 display: flex;
 flex-flow: row wrap;
 justify-content: center;
 margin-top: 30px;
}

.woocommerce-pagination ul li a.prev,
.woocommerce-pagination ul li a.next {
 width: 40px;
 height: 40px;
 background-color: #000;
 color: #fff;
 font-size: 0px;
 cursor: pointer;
 border-radius: 4px;
 padding: 0px !important;
}

.woocommerce-pagination ul li .page-numbers {
 font-size: 18px;
 width: 36px;
 height: 36px;
 padding: 2px;
 display: flex !important;
 flex-flow: row wrap;
 align-items: center;
 justify-content: center;
 color: #000;
 font-weight: normal;
 line-height: 1.8;
}

.woocommerce-pagination ul.page-numbers {
 display: flex;
 flex-flow: row wrap;
 align-items: center;
}

.woocommerce-pagination ul li a.prev:before,
.woocommerce-pagination ul li a.next:before {
 content: '';
 width: 12px;
 height: 12px;
 border-left: #fff 2px solid;
 border-bottom: #fff 2px solid;
 transform: rotate(45deg);
 left: 3px;
 position: relative;
}

.woocommerce-pagination ul li a.next:before {
 left: -3px;
 transform: rotate(-135deg);
}

.woocommerce-pagination ul li {
 margin: 0px 3px !important;
}

.woocommerce-pagination ul li .page-numbers.current {
 color: var(--white-clr);
 background-color: var(--theme-clr);
 border-radius: 2px;
}

.wc-block-components-sidebar-layout .wc-block-components-main fieldset#order-fields {
 display: none;
}

.wc-block-components-sidebar-layout .wc-block-components-main div#order-notes {
 display: none;
}

.mob-search-open .hdr-right .woocommerce-product-search {
 position: absolute;
 top: 100%;
 left: 0px;
 display: block;
 width: 100%;
}

.mob-search-open .hdr-right .woocommerce-product-search .search-field {
 border-radius: 0px;
 font-size: 15px;
}

.scrollup-div {
 position: fixed;
 top: auto;
 right: 15px;
 bottom: 25px;
 left: auto;
 background: #101010;
 width: 40px;
 height: 40px;
 line-height: 40px;
 cursor: pointer;
 -webkit-transition-duration: 0.3s;
 -moz-transition-duration: 0.3s;
 -ms-transition-duration: 0.3s;
 -o-transition-duration: 0.3s;
 transition-duration: 0.3s;
 color: #ffffff;
 font-size: 24px;
 text-align: center;
 z-index: 100;
 opacity: 0;
 pointer-events: none;
}

.scrollup-div span:before {
 content: '';
 position: absolute;
 left: 0px;
 top: 0px;
 width: 14px;
 height: 14px;
 border-left: #fff 2px solid;
 border-bottom: #fff 2px solid;
 right: 0px;
 margin: auto;
 bottom: -10px;
 transform: rotate(135deg);
}

.scrollup-div.scrollup-active {
 opacity: 1;
 pointer-events: auto;
}

.whatsapp {
 position: fixed;
 bottom: 60px;
 left: 15px;
 cursor: pointer;
 z-index: 100
}

.whatsapp img {
 width: 45px;
 border-radius: 50%;
}

ul.woocommerce-error {
    display: none;
}
.woocommerce-variation.single_variation {
    margin-bottom: 20px;
    color: red;
}
.woocommerce-variation.single_variation:has(.stock) {
  color: var(--black-clr);
}
.woocommerce-variation.single_variation:has(.stock) p {
  margin-bottom: 0px;
}


.key-highlights-part {
    margin-top: 15px;
    display: inline-block;
    width: 100%;
}

.key-highlights-part .k-high-title {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.5px;
}

.key-high-list {
    display: flex;
    flex-flow: row wrap;
    width: 100%;
    margin-top: 5px;
}

.key-high-list .key-high-item {
    width: 50%;
    border-bottom: #ccc 1px solid;
    min-height: 56px;
    margin-top: 5px;
    padding-right: 10px;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    align-content: center;
}

.key-high-list .key-high-item .key-high-label {
    width: 100%;
    display: inline-block;
    color: #999;
    line-height: 1.2;
    margin-bottom: 2px;
}

.key-high-list:after {
    content: '';
    position: relative;
    top: -1px;
    border-bottom: #fff 1px solid;
    width: 100%;
    display: inline-block;
}


.productsinfo-tab {
    border-top: #ccc 1px solid;
    
}

.productsinfo-main {
    width: 100%;
    margin-top: 15px;
}
.productsinfo-tab .productsinfo-title { cursor: pointer; display: flex;flex-flow: row wrap;width: 100%;position: relative;padding: 10px 0;}

.productsinfo-title:after {
    content: '';
    position: absolute;
    border-bottom: #ccc 2px solid;
    border-left: #ccc 2px solid;
    width: 12px;
    height: 12px;
    right: 5px;
    top: 24px;
    transform: rotate(-45deg);
}
.productsinfo-tab .productsinfo-title .pinfo-title-cont {
    width: calc(100% - 25px);
    padding-left: 12px;
}

.productsinfo-tab .productsinfo-title .pinfo-title-cont .ptab-title {display: block;font-size: 18px;font-weight: 700;line-height: 1.1;}

.productsinfo-tab .productsinfo-title .pinfo-title-cont .ptab-sub-title {color: #a5a5a5;font-size: 14px;}

.productsinfo-tab .productsinfo-title .p-title-icon {
    width: 25px;
    display: flex;
    align-items: center;
}
.productsinfo-tab .productsinfo-title .p-title-icon.p-desc-icon {
    width: 19px;
}
.productsinfo-tab .productsinfo-title .p-title-icon img {
  width: 25px;
  height: auto;
}
.productsinfo-data {
  padding: 0px 10px 20px 10px;
}
.productsinfo-data p {
  margin-bottom: 15px;
}
.cr-review-form-terms {
   margin-bottom: 20px;
}

.productsinfo-tab .productsinfo-title.ac-open + .productsinfo-data {
    display: block;
}

.productsinfo-tab  .productsinfo-data {
    display: none;
}

.productsinfo-title.ac-open:after {
    transform: rotate(135deg);
    top: 28px;
}




.productsinfo-data h2.woocommerce-Reviews-title {
    font-size: 20px;
    margin-top: 22px;
    margin-bottom: 10px;
}

.productsinfo-data .comment_container img {
    border-radius: 100%;
}

.comment-text {
    width: calc(100% - 75px);
    margin-left: auto;
    margin-right: 0px;
    margin-top: -50px;
}

.productsinfo-data ol.commentlist {
    margin-bottom: 15px;
    margin-left: 0px;
}

.productsinfo-data .cr-single-product-review {
    font-size: 20px;
}
.single-product .productsinfo-data input[type="checkbox"]::before {
    margin: 2px 0 0 0px !important;
}
.productsinfo-data ol.commentlist p {
    margin-bottom: 5px;
}
.productsinfo-data .comment-reply-title {
    font-size: 24px;
    margin-bottom: 15px;
    display: inline-block;
}

.productsinfo-data div#review_form_wrapper {
    padding-top: 25px;
    padding-bottom: 20px;
}

.productsinfo-data #reviews p.stars a {
    position: relative;
    height: 1em;
    width: 1em;
    text-indent: -999em;
    display: inline-block;
    text-decoration: none;
    box-shadow: none;
    font-size: 24px;
}

.productsinfo-data  p.stars a::before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 1em;
    height: 1em;
    line-height: 1;
    font-family: WooCommerce !important;
    content: "\e021";
    text-indent: 0;
}
.comment-respond .comment-form-email {
  margin-left: 0px !important;
}

.productsinfo-data input[type="text"], .productsinfo-data input[type="email"] {
    padding: 8px 15px;
}


.productsinfo-data ol.commentlist .star-rating {
    width: 14em;
}
.comment-respond label .required{ color: red; }
.single-product .productsinfo-data input[type="checkbox"]::before {
    margin: 1px 0 0 0px !important;
}



.single-product .productsinfo-data #reviews p.stars a::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
  line-height: 1;
  font-family: WooCommerce;
  content: "\e021";
  text-indent: 0
}

.single-product .productsinfo-data #reviews p.stars a:hover~a::before {
  content: "\e021"
}

.single-product .productsinfo-data #reviews p.stars:hover a::before {
  content: "\e020"
}

.single-product .productsinfo-data #reviews p.stars.selected a.active::before {
  content: "\e020"
}

.single-product .productsinfo-data #reviews p.stars.selected a.active~a::before {
  content: "\e021"
}

.single-product .productsinfo-data #reviews p.stars.selected a:not(.active)::before {
  content: "\e020"
}

.sizes-color-options-mob  {
  display: none;
  margin: 0px !important;
}
.woocommerce-checkout {
  padding-bottom: 72px;
}
.woocommerce-checkout .wc-block-components-checkbox.wc-block-checkout__create-account, .woocommerce-checkout .wc-block-components-checkbox, .woocommerce-checkout p#wc-guest-checkout-notice {
    display: none;
}

.wc-block-components-address-form__country.wc-block-components-country-input {
    display: none;
}
.wc-block-checkout__actions_row {
      border-top: #e7e7e7 1px solid;
    position: fixed;
    bottom: 0px;
    width: 100%;
    background-color: #fff;
    z-index: 99999;
    left: 0px;
    right: 0px;
    margin: auto;
    padding: 8px 16%;
    justify-content: space-between;
}

@media only screen and (min-width: 1168px) {
    .woocommerce-product-gallery, .single-product .summary {
        margin-bottom: 2rem;
    }
    .woocommerce-product-gallery .flex-viewport {
    margin-bottom: 0;
}
}


@media(min-width:992px) {
 .mob-view {
  display: none;
 }

}

@media(max-width:991px) {
 .desk-view {
  display: none;
 }

 .whatsapp {
  bottom: 25px;
 }

 .whatsapp img {
  width: 30px;
  height: 30px;
 }

 .scrollup-div {
  width: 30px;
  height: 30px;
  border-radius: 100%;
 }

 .scrollup-div span:before {
  width: 10px;
  height: 10px;
  bottom: -5px;
 }
      body .wc-block-checkout__actions_row {
  padding-left: 15px;
  padding-right: 15px;
  justify-content: space-between;
 }
    body .wc-block-components-checkout-place-order-button {
        padding: 8px 15px;
        font-size: 14px;
    }
    body.woocommerce-checkout {
  padding-bottom: 58px;
}
body .wc-block-checkout__actions .wc-block-checkout__actions_row {
        
        justify-content: space-between;
    }
}

.d-flex {
 display: flex;
 flex-flow: row wrap;
}

.jc-space-between {
 justify-content: space-between;
}

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

.f-center {
 align-items: center;
}

.f-start {
 align-items: flex-start;
}

.f-end {
 align-items: flex-end;
}

.text-center {
 text-align: center;
}

.text-left {
 text-align: left;
}

.text-right {
 text-align: right;
}

/**Hide Display**/
hr + h2.wp-block-heading.has-text-align-center {
 display: none;
}

div[data-block-name="woocommerce/product-new"].wc-block-grid.wp-block-product-new.wp-block-woocommerce-product-new.wc-block-product-new.has-4-columns {
 display: none;
}

section {
 width: 100%;
 padding: 50px 0
}

.scn-m-tb {
 margin-top: 15px;
 margin-bottom: 15px;
}

.section-p-no {
 padding: 0px;
}

.bg-clr {
 background-color: var(--bg-sec-clr);
}

.container-full {
 padding: 0px 35px;
 width: 100%;
}

.container {
 max-width: var(--page-width);
 padding: 0px 30px;
 margin: auto;
 width: 100%;
}

.cmn-btn {
 transition: 0.5s all;
 cursor: pointer;
 background: var(--theme-clr);
 border-radius: 100px;
 color: var(--white-clr);
 padding: 9px 28px 9px 28px;
 display: inline-block;
 border: none;
 font-size: calc(var(--base-size));
 vertical-align: middle;
 font-family: var(--latoR-fm);
 text-align: center;
 min-width: 220px;
}

.cmn-btn:hover {
 background-color: var(--white-clr);
 color: var(--theme-clr);
}

.cmn-bdr-btn {
 transition: 0.5s all;
 cursor: pointer;
 background: transparent;
 border-radius: 100px;
 color: var(--theme-clr);
 padding: 8px 28px 8px 28px;
 display: inline-block;
 border: none;
 font-size: calc(var(--base-size));
 vertical-align: middle;
 border: 1px solid var(--theme-clr);
 font-family: var(--latoR-fm);
 text-align: center;
 min-width: 260px;
}

.cmn-bdr-btn:hover {
 background-color: var(--theme-clr);
 color: var(--white-clr);
}

/*Splide Slider*/
.splide__arrow {
 background-color: #fff;
 opacity: 1;
 width: 40px;
 height: 40px;
}

.splide__pagination__page.is-active {
 background-color: var(--theme-clr);
 opacity: 1;
}

.splide__pagination li {
 margin: 0px 3px;
}

.splide__pagination__page {
 background-color: var(--white-clr);
 opacity: 1;
}

.splide__pagination {
 bottom: 1em;
}

/*Splide Slider*/

/**Header Section Start**/

/**Header Minicart**/
.mini-cart p.woocommerce-mini-cart__empty-message {
 text-align: center;
 margin: 40px 0px 20px 0px;
}

.empty-message {
 text-align: center;
 padding: 15px;
}

.mini-cart .continue-s-btn {
 text-align: center;
 color: #000;
 text-decoration: underline;
 font-weight: 700;
}

.mini-cart .continue-s-btn:hover {
 text-decoration: none;
}

body .woocommerce-error {
 border-color: var(--wc-green);
}

body.woocommerce .woocommerce-error .button {
 padding: 8px 20px;
 font-size: 14px;
 color: #fff;
 white-space: nowrap;
}

.overlay-bg {
 width: 100%;
 height: 100%;
 background-color: rgba(0, 0, 0, 0.8);
 position: fixed;
 left: 0px;
 top: 0px;
 z-index: 998;
 transition: 0.5s all;
 opacity: 0;
 pointer-events: none;
}

.minicart-open .overlay-bg {
 opacity: 1;
 pointer-events: auto;
}

.mini-cart {
 position: fixed;
 right: 0px;
 top: 120px;
 background-color: #fff;
 max-width: 360px;
 width: 100%;
 height: calc(100vh - 120px);
 z-index: 999;
 transition: 0.5s all;
 opacity: 0;
 pointer-events: none;
}

.minicart-open .mini-cart {
 opacity: 1;
 pointer-events: auto;
}

.fixed .mini-cart {
 top: 60px;
 height: calc(100vh - 60px);
}

.fixed  .mini-cart .woocommerce-mini-cart.cart_list.product_list_widget {
 height: calc(100vh - 210px);
}

.mini-cart ul.cart_list li img {
 width: 70px;
 height: 90px;
 overflow: hidden;
 object-fit: cover;
 border: #ababab 1px solid;
 float: none;
}

.mini-cart ul li.woocommerce-mini-cart-item.mini_cart_item {
 display: flex;
 flex-flow: row wrap;
 width: 100%;
 padding: 14px 15px;
 position: relative;
 border-bottom: #ccc 1px solid;
 font-size: 13px;
 justify-content: space-between;
}

.mini-cart ul li.woocommerce-mini-cart-item.mini_cart_item:last-child {
 border-bottom: none;
}

.mini-cart ul.cart_list li a.remove.remove_from_cart_button {
 position: absolute;
 right: 0px;
 top: 6px;
 color: red;
 background-color: transparent;
 font-weight: 400;
 font-size: 26px;
}

.mini-cart ul.cart_list li a.remove.remove_from_cart_button:hover {
 color: red !important;
}

.mini-cart ul.cart_list li a {
 font-size: 13px;
 color: #000;
 font-weight: normal;
 letter-spacing: normal;
}

.woocommerce-mini-cart.cart_list.product_list_widget {
 height: calc(100vh - 250px);
}

.mini-cart ul.cart_list li span.quantity {
 width: 100px;
 text-align: right;
 font-weight: 600;
 margin-top: auto;
 margin-left: auto;
}

.mini-cart p.woocommerce-mini-cart__buttons.buttons {
 display: flex;
 flex-flow: row wrap;
 width: 100%;
 margin: 0px;
 justify-content: space-between;
 padding: 0 15px;
}

.mini-cart p.woocommerce-mini-cart__buttons.buttons a.button {
 width: 48%;
 background-color: #000;
 color: #fff;
 padding: 12px 10px;
 font-size: 14px;
}

.mini-cart dl.variation dd {
 font-weight: 600;
}

.mini-cart p.woocommerce-mini-cart__buttons.buttons a.button.wc-forward {
 background-color: #5d5d5d;
}

.mini-cart p.woocommerce-mini-cart__buttons.buttons a.button.checkout.wc-forward {
 background-color: #000;
}

.mini-cart .woocommerce-mini-cart.cart_list.product_list_widget {
 height: calc(100vh - 270px);
 transition: 0.5s all;
 overflow: auto;
}

.mini-cart .woocommerce-mini-cart.cart_list.product_list_widget::-webkit-scrollbar-track {
 -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
 background-color: #F5F5F5;
}

.mini-cart .woocommerce-mini-cart.cart_list.product_list_widget::-webkit-scrollbar {
 width: 6px;
 background-color: #F5F5F5;
}

.mini-cart .woocommerce-mini-cart.cart_list.product_list_widget::-webkit-scrollbar-thumb {
 background-color: #000000;
 border: 1px solid #555555;
}

.mini-cart p.woocommerce-mini-cart__total.total {
 padding: 15px 15px 15px 15px;
 margin-bottom: 0px;
 display: flex;
 flex-flow: row wrap;
 justify-content: space-between;
 border-top: #ccc 1px solid;
 text-transform: uppercase;
}

.mini-cart .mini-cart ul.cart_list li dl.variation dt {
 color: #7d7a7a;
}

.mini-cart .minicart-close {
 width: 20px;
 height: 20px;
 cursor: pointer;
 background-color: #000;
 color: #fff;
 padding: 0px;
}

.mini-cart dl.variation {
 width: calc(100% - 100px);
}

.mini-cart dl.variation dt {
 color: #999;
}

.mini-cart p.woocommerce-mini-cart__total.total span.woocommerce-Price-amount.amount {
 font-weight: 700;
}

.minicart-head {
 display: flex;
 flex-flow: row wrap;
 justify-content: space-between;
 align-items: center;
 width: 100%;
 padding: 7px 3px 7px 15px;
 border-bottom: #ccc 1px solid;
}

.minicart-head .minicart-title {
 font-weight: 700;
 width: calc(100% - 30px);
}

.mini-cart ul li.woocommerce-mini-cart-item.mini_cart_item .minicart-cont {
 width: calc(100% - 70px);
 padding: 0px 0px 0px 10px;
}

.mini-cart dl.variation dt,
.mini-cart dl.variation dd {
 margin-top: 4px;
}

.minicart-cont .minicart-title {
 margin-bottom: 5px;
 font-weight: 500;
 line-height: 1.3;
 overflow: hidden;
 text-overflow: ellipsis;
 white-space: initial;
 display: -webkit-box;
 -webkit-line-clamp: 1;
 -webkit-box-orient: vertical;
}

.variation-qty {
 margin-top: 5px;
 justify-content: space-between;
}

.mini-variation-group {
 width: 60%;
}

.mini-variation-group .variation {
 width: 100%;
 display: block;
}

.mini-cart ul li.woocommerce-mini-cart-item.mini_cart_item:has(.blockOverlay) {
 display: none;
}

/**Header Minicart**/
.hdr-top {
 padding: 0px !important;
 position: fixed;
 top: 0px;
 z-index: 99;
 width: 100%;
 text-align: center;
 background-color: #000014;
 color: #fff;
 font-size: 14px;
}

.hdr-top .topitem {
 display: flex;
 flex-flow: row wrap;
 align-items: center;
 min-height: 32px;
 justify-content: center;
 line-height: 1.2;
}

.header-scn {
 width: 100%;
 background-color: var(--white-clr);
 position: fixed;
 top: 32px;
 left: 0;
 right: 0;
 z-index: 999;
 transition: 0.5s all;
 padding-top: 20px;
 padding-bottom: 20px;
 border-bottom: #f5f5f5 1px solid;
}

.header-scn .header-inner {
 margin: 0px;
 padding: 0px;
}

.logo-menu {
 display: flex;
 flex-flow: row wrap;
 align-items: center;
}

.hdr-right {
 margin-left: 40px;
 transition: 0.5s all;
}

.hdr-right .cart-count {
 width: 16px;
 height: 16px;
 background-color: #000;
 display: inline-block;
 color: #fff;
 font-size: 10px;
 border-radius: 100%;
 padding: 1px;
 text-align: center;
 line-height: 1.2;
 position: relative;
 right: -11px;
 top: -9px;
}

.hdr-right .woocommerce-product-search .search-field {
 padding: 12px 10px 12px 48px;
 font-family: var(--base-fm);
 border: #a8a8a8 1px solid;
 color: #000000;
 min-width: 400px;
 border-radius: 40px;
 background-repeat: no-repeat;
 background-image: url(../images/search-icon.svg?v=1);
 background-position: 15px center;
}

.hdr-right .woocommerce-product-search {
 font-size: 12px;
 position: relative;
 font-family: var(--base-fm);
}

.hdr-right .woocommerce-product-search .search-field::placeholder {
 color: #000;
}

.slide-cate {
 font-size: 1.6rem;
}

.search-cateslider {
 position: absolute;
 left: 50px;
 top: 50%;
 transform: translateY(-50%);
 pointer-events: none;
 transition: 0.5s all;
}

.hdr-right .woocommerce-product-search:has(input:focus) .search-cateslider {
 opacity: 0;
}

.hdr-right {
 display: flex;
 flex-flow: row wrap;
 align-items: center;
}

.hdr-right .account-link {
 background-repeat: no-repeat;
 width: 25px;
 height: 28px;
 cursor: pointer;
 background-image: url(../images/user-icon.svg?v=1);
 display: inline-block;
 margin-left: 30px;
 background-size: 100% 100%;
}

.hdr-right .cart-link {
 margin-left: 22px;
 background-repeat: no-repeat;
 width: 21px;
 height: 27px;
 cursor: pointer;
 background-image: url(../images/card-icon.svg?v=1);
 display: inline-block;
 background-size: 100% 100%;
}

.fixed .header-scn {
 padding-top: 6px;
 padding-bottom: 6px;
 box-shadow: #00000047 2px 0px 10px;
 top: 0px;
}

.mobile-toggle {
 display: none;
}

.hdr-logo {
 margin: 0px;
 padding: 0px;
}

.hdr-logo img {
 transition: 0.5s all;
}

/*.fixed .hdr-logo img {
 max-width: 180px;
}*/
.menu ul {
 display: flex;
 flex-flow: row wrap;
 align-items: center;
}

.menu ul li {
 margin: 0px 15px;
}

.menu ul li a {
 color: var(--base-clr);
 transition: 0.5s all;
 font-family: var(--latoR-fm);
 text-transform: uppercase;
 font-weight: 700;
}

.menu ul li:hover a,
.menu ul li.current_page_item a {
 color: var(--theme-clr)
}

.menu ul li ul {
 position: absolute;
 left: 0px;
 top: 100%;
 width: 300px;
 background-color: #fff;
 margin-top: 20px;
 transition: 0.5s all;
 pointer-events: none;
 opacity: 0;
 margin: 0px;
}

.menu ul li:hover ul {
 opacity: 1;
 pointer-events: auto;
 margin-top: 0px;
}

.menu ul li {
 position: relative;
}

.menu ul li ul li {
 margin: 0px;
 width: 100%;
 border-bottom: #ccc 1px solid
}

.menu ul li ul li a {
 padding: 10px 20px;
 display: inline-block;
 font-size: 18px;
 width: 100%;
 color: var(--theme-clr) !important;
}

.menu ul li ul li:hover a {
 color: var(--theme-sec-clr) !important;
}

.hdr-btn {
 margin-left: 30px;
}

/**Header Section End**/

/*Home page***/
.bnr-item {
 position: relative;
 height: 100%;
}

.bnr-item>a {
 width: 100%;
 height: 100%;
 display: block;
 position: relative;
 z-index: 9;
}

.bnr-item img {
 width: 100%;
 height: auto;
}

.bnr-cont-part {
 position: absolute;
 left: 0px;
 right: 0px;
 margin: auto;
 width: 100%;
 height: 100%;
 display: flex;
 flex-flow: row wrap;
 align-items: center;
 justify-content: center;
 top: 0px;
 text-align: center;
}

.bnr-cont-group {
 position: relative;
 z-index: 10;
 max-width: 800px;
 margin: auto;
}

.bnr-cont-group h2 {
 font-size: 56px;
 font-weight: 700;
 text-transform: uppercase;
 margin: 0px;
 color: var(--theme-clr);
 line-height: normal;
 margin-bottom: 10px;
 letter-spacing: normal;
}

.bnr-cont-group p {
 font-size: 20px;
}

.woocommerce-message a.button {
 color: #fff;
}

section.new-arrial-scn h2 {
 margin: 0px 0px 12px 0px;
}

.woocommerce .woocommerce-result-count,
.woocommerce-page .woocommerce-result-count {
 font-size: 14px;
 margin: 0px;
 padding: 10px 0px 0px 0px;
}

.woocommerce .woocommerce-ordering,
.woocommerce-page .woocommerce-ordering {
 margin: 0px 0px 20px 0px;
 padding: 0px;
}

select {
 background-color: var(--white-clr);
 color: #000;
 font-size: 15px;
 border: #ccc 1px solid;
 padding: 8px 10px;
 appearance: none;
 font-family: var(--base-fm);
 background-image: url(../images/arrow-down.png);
 background-repeat: no-repeat;
 background-position: right 10px center;
}

header.woocommerce-products-header {
 width: 100%;
 display: flex;
 flex-flow: row wrap;
 align-items: center;
 justify-content: center;
 margin-bottom: 20px;
}

header.woocommerce-products-header h1.woocommerce-products-header__title.page-title {
 font-size: 40px;
 margin: 0px; 
}

/**Product Card**/
body ul.products li.product,
.woocommerce ul.products li.product {
 background-color: #fff;
 border: #e8e8e8 1px solid;
 width: calc(25% - 24px);
 margin: 12px;
 box-shadow: #dbdbdb 0 0 5px;
 padding-bottom: 23px;
}

body ul.products {
 width: calc(100% + 24px);
 margin-left: -12px;
}

body ul.products li.product .button {
 display: none;
}

.related.products ul.products,
.up-sells ul.products,
body ul.products {
 justify-content: flex-start;
}

ul.products li.product .woocommerce-loop-product__link {
 width: 100%;
 text-align: left;
}

.product-thumb {
 width: 100%;
 overflow: hidden;
}

.product-thumb img {
 width: 100%;
 height: 100%;
 object-fit: cover;
 transition: 0.5s all;
}

.product-thumb:hover img {
 transform: scale(1.10);
}

body ul.products li.product img {
 width: 100%;
 object-fit: cover;
 border-bottom: #e8e8e8 1px solid;
 color: #fff;
}

body ul.products li.product h2,
ul.products li.product .woocommerce-loop-product__title {
 font-size: 16px !important;
 margin: 0px;
 font-weight: normal;
 padding: 20px 12px 0px 15px;
 overflow: hidden;
 text-overflow: ellipsis;
 white-space: initial;
 display: -webkit-box;
 -webkit-line-clamp: 1;
 -webkit-box-orient: vertical;
}

body ul.products li.product .price {
 margin: 0px;
 padding: 3px 0px 0px 15px;
 font-size: 18px;
 flex-flow: row wrap;
 display: flex;
 flex-direction: row-reverse;
}

body ul.products li.product .price-discount {
 margin-bottom: 0px;
}
.product-thumb span.discount-badge {display: none;}
body ul.products li.product .discount-badge {
    font-size: 14px;
    padding: 0px 8px;
    letter-spacing: normal;
    margin: 6px 0 0 0;
    line-height: normal;
    text-transform: uppercase;
    font-weight: 700;
	color: var(--theme-clr);
	background-color:transparent;
}
body ul.products li.product .price .price ins {
 font-weight: 700; 
}
body ul.products li.product .price del {
 margin-left: 4px;
}

.woocommerce section>h2,
section.rvpw-recently-view.products h2 {
 letter-spacing: normal;
}

/**Product Page**/
.wc-custom-error {
 background: transparent;
 padding: 0;
 border-radius: 4px;
 color: red;
 font-size: 14px;
 margin-bottom: 10px;
 width: auto;
 font-weight: 500;
 letter-spacing: normal;
}

body.woocommerce-page div.product div.summary {
 width: 50%;
 padding-left: 15px;
}

.woocommerce-tabs ul li p {
 margin: 0px;
}

.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
 margin-bottom: 1em;
}

.woocommerce-notices-wrapper .woocommerce-message {
 padding: 10px 10px 10px 20px;
}

.woocommerce-notices-wrapper .woocommerce-message a.button.wc-forward {
 font-size: 12px;
 padding: 10px 14px;
}

.woocommerce-breadcrumb {
 margin-bottom: 20px;
 color: #999;
}

.woocommerce-breadcrumb  a,
.single-product a {
 color: var(--theme-clr);
}

.woocommerce-product-gallery {
 display: flex;
 flex-flow: row wrap;
}

.woocommerce-product-gallery .flex-viewport {
 order: 2;
 width: calc(100% - 100px) !important
}

.woocommerce-product-gallery ol.flex-control-thumbs {
 order: 1;
 width: 100px;
 padding-right: 10px;
}

.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
 float: none;
 width: 100%;
 margin: 0px 0 10px 0;
}

.woocommerce-product-gallery {
 max-width: 100%;
}

.woocommerce-notices-wrapper + .product .onsale {
 margin-left: 104px;
}

.woocommerce-notices-wrapper + .product li.product .onsale {
 margin-left: 0px;
}

.woocommerce .onsale {
 font-size: 12px;
 padding: 5px 10px;
 letter-spacing: normal;
 background-color: #000;
 margin: 4px;
}

.woocommerce-notices-wrapper + .product .woocommerce .onsale {
 margin-left: 104px;
}

.single-product * {
 font-family: var(--base-fm);
}

.single-product .entry-title {
 font-size: 22px;
 font-weight: 500;
 letter-spacing: normal;
 margin-bottom: 20px;
}

.price-discount {
 display: flex;
 flex-flow: row wrap;
 align-items: center;
 margin-bottom: 20px;
}
.iat-text {
    font-size: 14px;
    color: #707070;
    margin-left: 10px;
    margin-top: -1px;
}
.discount-badge {
 background-color: var(--theme-clr);
 color: #fff;
 font-size: 14px;
 padding: 4px 12px;
 border-radius: 0px;
 letter-spacing: 1px;
 margin-left: 10px;
 font-weight: 700;
}

.single-product .discount-badge {
 margin-top: -2px;
}

.single-product .summary p.price {
 font-size: 24px;
 font-weight: 500;
 margin-bottom: 0px;
     display: flex;
     flex-flow: row wrap;
    flex-direction: row-reverse;
}

.single-product .summary p.price ins {
 margin-right: 6px;
}

.single-product span[aria-hidden="true"]+.woocommerce-Price-amount.amount {
 text-decoration: line-through;
 color: #999;
 font-weight: normal;
}

/* Simple swatch styling — tweak to match your theme */
.woocommerce .content-area {
 max-width: 1410px;
 padding: 30px 15px;
}

.pr-swatches {
 margin: 10px 0;
}

.pr-swatch {
 display: inline-block;
 border: 1px solid #e6e6e6;
 padding: 8px 12px;
 margin: 0 8px 8px 0;
 cursor: pointer;
 background: #fff;
 border-radius: 4px;
 font-size: 14px;
 position: relative;
}

.pr-swatch.active {
 border-color: #333;
 background: #333;
 color: #fff;
}

.pr-swatch:focus {
 outline: 2px solid rgba(0, 0, 0, 0.08);
}

.pr-swatch .pr-swatch-label {
 pointer-events: none;
}

.variations button.pr-swatch.out-of-stock {
 opacity: 0.45;
 cursor: default !important;
 position: relative;
 text-decoration: none;
}

.pr-swatch.out-of-stock::after {
 content: "";
 position: absolute;
 top: -13px;
 left: 4px;
 transform: rotate(45deg);
 color: #000;
 font-weight: 700;
 width: 148%;
 height: 100%;
 border-bottom: #000000 1px solid;
}

/* Keep selects hidden (we hide only on product pages via JS, CSS here is fallback) */
.related-color-option {
 display: none;
}

.related-color-option:has(.bp-item) {
 display: block;
 width: 100%;
}

.c-color-text {
 font-size: 16px;
 font-weight: 700;
 padding: 0px;
 display: inline-block;
 margin-top: 10px;
 width: 100%;
 padding-bottom: 5px;
}

.r-products-list {
 display: flex;
 flex-flow: row wrap;
 width: 100%;
 gap: 8px;
 margin-bottom: 30px;
 padding-top: 5px;
}

.r-products-list .bp-item {
 width: calc(16.66% - 7px);
 border: #ccc 1px solid;
 border-radius: 4px;
 text-align: center;
}

.r-products-list .bp-item:hover,
.r-products-list .bp-item.active {
 border-color: var(--theme-clr);
}

.r-products-list .bp-item .r-pdt-img {
 padding: 5px 5px 0px 5px;
 overflow: hidden;
 height: 165px;
 position: relative;
}
.r-products-list .bp-item.active .r-pdt-img::after {
  content: '';
  position: absolute;
  left: calc(50% - 10px);
  top: calc(50% - 10px);
  z-index: 9;
  width: 20px;
  height: 20px;
  background-size: 100% 100%;
  background-image: url(../images/icon-selected.svg);
}

.r-products-list .bp-item.active .r-pdt-img:before {
    content: '';
    position: absolute;
    left: 4px;
    top: 4px;
    width: calc(100% - 8px);
    height: calc(100% - 4px);
    background-color: rgba(0,0,0, 0.2);
    border-radius: 5px 7px 0px 0px;
}

.r-products-list .bp-item .r-pdt-img img {
 border-radius: 4px 4px 0px 0px;
 width: 100%;
 height: 100%;
 object-fit: cover;
}

.r-pdt-title-price {
 padding: 4px 5px;
 border-top: #ccc 1px solid;
}

.r-products-list .bp-item .bp-title {
 display: none;
}

.r-products-list .bp-item .bp-price {
 font-size: 11px;
 color: #000;
 margin-top: 1px;
}

.r-products-list .bp-item .bp-price ins {
 margin-left: 2px;
 text-decoration: none;
}

.variations select {
 display: none !important;
}

.variations {
 border: none;
 margin: 10px 0; /*min-height: 120px;*/
}

a.reset_variations {
 visibility: hidden;
}

table.variations tr th,
table.variations tr td {
 padding: 0px 0px 15px 0px;
 border: none;
 vertical-align: top;
}

table.variations tr th {
 width: 114px;
}

table.variations tr th label {
 font-size: 16px;
 font-weight: 700;
 padding: 0px;
 margin-top: 8px;
 opacity: 0;
}

table.variations:has(.pr-swatch) tr th label {
 opacity: 1;
}

.variations .pr-swatches {
 margin: 0px;
 max-width: calc(100% - 46px);
}

.variations button.pr-swatch {
 padding: 2px 8px;
 min-height: 38px;
 min-width: 38px;
 border-radius: 0px;
 color: #000;
 overflow: hidden;
 cursor: pointer !important;
 margin-top: 2px;
}

.variations button.pr-swatch.active {
 color: #000;
 background-color: transparent;
}

.variations #select-color + .pr-swatches button.pr-swatch.active {
 border-color: #fff;
 border-width: 2px;
 outline: #000 1px solid !important;
}

table.variations tr td {
 display: flex;
 flex-flow: row wrap;
 align-items: center;
}

table.variations tr td a.reset_variations {
 font-size: 14px;
 border: #ccc 1px solid;
 padding: 3px 10px;
 margin-top: -3px;
 color: #000;
 display: none !important;
}

.single-product form.cart input[type=number] {
 padding: 8px 0px 8px 8px;
 font-weight: 700;
 width: 58px;
 height: 50px;
 text-align: center;
}
.single-product .woocommerce-variation-add-to-cart .button.disabled + .buy-now-button{
    opacity: 1;
}

.single-product .woocommerce-variation-add-to-cart .button,
.single-product .single_add_to_cart_button {
 font-size: 14px;
 padding-left: 32px;
 padding-right: 32px;
 border: var(--theme-clr) 1px solid;
 background-color: transparent;
 color: var(--theme-clr);
 opacity: 1 !important;
}
.single-product .woocommerce-variation-add-to-cart .button.buy-now-button {
  background-color: var(--theme-clr);
  color: var(--white-clr);
  margin-left: 10px;
}
.single-product .woocommerce-variation-add-to-cart .button.disabled {
 text-decoration: none;
}

.single-product .woocommerce-variation-add-to-cart .button.disabled + .single_buy_now_button {
 opacity: 0.5;
}

.single-product div.product .product_meta {
 display: none;
}

.product-usp-info {
    width: 100%;
    margin-top: 15px;
    background-color: #f7f8fd;
}

.product-usp-info img {
    max-width: 520px;
    width: 100%;
}

.product-usp {
 width: 100%;
}

.product-usp .product-usp-items {
 width: 100%;
 display: flex;
 flex-flow: row wrap;
 align-items: center;
 gap: 20px;
 margin-top: 35px;
}

.product-usp .product-usp-items .product-usp-item .product-usp-item-text {
 font-size: 16px;
 margin: 0px;
}

.product-usp .product-usp-items li {
 display: flex;
 flex-flow: row wrap;
 align-items: center;
 gap: 6px;
}

.single-product .woocommerce-variation-add-to-cart .button.single_buy_now_button.button {
 background-color: #000;
 margin-left: 10px;
}

/**Review**/
body .star-rating::before,
body .star-rating span::before {
 font-family: WooCommerce !important;
 color: #FFBC00;
 letter-spacing: 3px;
}

.single-product .woocommerce-product-rating .star-rating {
 font-size: 14px;
 margin-top: 0;
}

.single-product .woocommerce-product-rating {
 margin-top: 0px;
 margin-bottom: 20px;
}

.single-product .woocommerce-product-rating .star-rating span {
 font-family: WooCommerce;
 letter-spacing: 3px;
 color: #FFBC00;
}

.single-product .woocommerce-product-rating .woocommerce-review-link {
 letter-spacing: normal;
 color: var(--theme-clr);
 text-decoration: underline;
 font-family: var(--base-fm);
 font-weight: 500
}

.single-product .woocommerce-product-rating .woocommerce-review-link:hover {
 text-decoration: none;
}

.single-product .woocommerce-Tabs-panel--additional_information input,
.single-product .woocommerce-Tabs-panel--reviews input {
 border: 1px solid #ddd;
 padding: 8px 10px;
}

body .woocommerce-tabs .panel h2:first-of-type {
 font-size: 25px;
 font-weight: 700;
 color: #000;
 letter-spacing: normal;
 font-family: var(--base-clr);
}

div#review_form_wrapper {
 max-width: 800px;
 border: #ccc 1px solid;
 text-align: left;
 padding: 40px 20px;
}

.woocommerce-tabs .comment-reply-title {
 text-align: left;
 font-size: 18px;
 margin: 0px;
 font-weight: normal;
}

p.comment-notes {
 margin: 0px !important;
}

p.comment-notes {
 text-align: left !important;
 margin: 7px 0 !important;
}

.comment-respond p:not(.comment-notes) {
 max-width: 100% !important;
 width: 100% !important;
}

.form-submit input[type="submit"] {
 background-color: var(--theme-clr);
 padding: 10px 25px !important;
 text-decoration: none !important;
}

.comment-respond input[type="checkbox"] + label,
.comment-respond label {
 font-size: 15px;
}

.comment-respond p {
 margin-bottom: 1.5rem;
}

.woocommerce-tabs ul li.active a {
 color: var(--theme-clr);
 box-shadow: 0 2px 0 var(--theme-clr) !important;
}

.woocommerce section.products {
 padding-top: 5rem;
}

.woocommerce section>h2 {
 font-size: 28px !important;
 margin-bottom: 10px;
}

.woocommerce-Tabs-panel>h2 {
 display: none;
}

.single-product #tab-description p {
 font-size: 16px;
}

.single-product #reviews .comment-form-rating label {
 max-width: 100%;
 margin: 12px 0px;
}

.single-product #reviews p.stars {
 display: flex;
 width: auto !important;
 max-width: 140px !important;
 margin: 0px 0px 15px 0px !important;
}

.single-product #reviews p.stars a {
 color: #ff9800;
}

.single-product .productsinfo-data input[type="checkbox"] {
 width: 22px;
 height: 22px;
 position: relative;
 top: 5px;
 margin-right: 5px;
}

.single-product .productsinfo-data input[type="checkbox"]::before {
 margin: -7px 0 0 -9px !important;
}

#commentform.comment-form .cr-upload-local-images input,
.comment-form .cr-upload-local-images input {
 border: #ccc 1px solid;
 padding: 10px 12px;
}

.single-product .productsinfo-data p {
 font-size: 15px;
}
.single-product .productsinfo-data p:has(strong) {
    margin-bottom: 0px;
}
.single-product .productsinfo-data p {
	margin-bottom: 10px !important;
}
.woocommerce-tabs ul {
 margin: 0px;
 padding: 0px;
 border-bottom: #ededed 1px solid;
 margin-bottom: 24px;
}

.woocommerce-tabs ul li {
 margin: 0px 17px 7px 0;
}

.woocommerce-tabs ul li a {
 padding-bottom: 6px;
 font-size: 20px;
}

.single-product .woocommerce-Tabs-panel--additional_information table td,
.single-product .woocommerce-Tabs-panel--additional_information table th,
.single-product .woocommerce-Tabs-panel--additional_information table tr,
.single-product .woocommerce-Tabs-panel--reviews table td,
.single-product .woocommerce-Tabs-panel--reviews table th,
.single-product .woocommerce-Tabs-panel--reviews table tr {
 border: 1px solid #ddd;
 font-size: 16px;
}

.woocommerce-product-details__short-description,
.woocommerce-product-details__short-description p {
 font-size: 15px;
 line-height: 1.3;
}

.woocommerce-product-details__short-description p {
 margin-bottom: 14px;
}

#commentform.comment-form .cr-upload-local-images label,
.comment-form .cr-upload-local-images label {
 margin: 0px;
 padding-left: 0;
 color: #000;
 font-size: 14px;
}
.cr-histogramTable .ivole-histogramRow {
    font-size: 14px;
}
body .star-rating::before, body .star-rating span::before {
  font-size: 15px;
}
body .star-rating {
    height: 16px;
    font-size: 1em;
    width: 7em;
   
}
body .cr-voting-cont-uni span.cr-voting-downvote svg .cr-voting-svg-ext {
    fill: red;
}
/**USD Section Start**/
.usp-scn {
 width: 100%;
 padding: 20px 0px;
 background-color: var(--white-clr);
 border-top: #e7e7e7 1px solid;
}

.usp-scn h2 {
 text-align: center;
 font-size: calc(var(--title-size) + 15px);
 font-weight: normal;
 font-family: var(--base-fm);
 margin-top: 0px;
}

.page-width {
 max-width: var(--page-width);
 padding: 0 30px;
 margin: auto;
 width: 100%;
}

.usp-inner {
 font-family: var(--base-fm);
 display: flex;
 flex-flow: row wrap;
 justify-content: space-between;
}

.usp-inner .usp-item {
 width: calc(25% - 10px);
 border: #ededed 1px solid;
 min-height: 100px;
 display: flex;
 padding: 10px;
 flex-flow: row wrap;
 box-shadow: #bbbbbb 0px 0px 6px;
 align-items: center;
 margin: 10px 0px
}

.usp-inner .usp-item .usp-icn {
 width: 60px;
 height: 60px;
 border-radius: 100%;
 background-color: var(--theme-clr);
 display: flex;
 flex-flow: row wrap;
 align-items: center;
 justify-content: center;
}

.usp-inner .usp-item .usp-icn img {
 max-width: 40px;
}

.usp-cont {
 width: calc(100% - 60px);
 padding-left: 15px;
 font-size: 15px;
 line-height: 1.4;
 text-transform: uppercase;
}

.usp-item .usp-title {
 font-size: var(--h6-size);
 display: block;
 width: 100%;
 color: var(--theme-clr);
 margin-bottom: 4px;
 font-weight: 700;
}

.usp-text {
 display: inline-block;
}

ul.products li.product .star-rating {
 display: none;
}

@media(max-width:1200px) {
 .usp-inner .usp-item .usp-icn {
  width: 50px;
  height: 50px;
 }

 .usp-cont {
  width: calc(100% - 50px);
  padding-left: 10px;
 }

 .usp-item .usp-title {
  font-size: 14px;
 }

 .usp-cont {
  font-size: 14px;
 }

 .usp-inner .usp-item {
  min-height: 80px;
 }

 .r-products-list .bp-item {
  width: calc(20% - 7px);
 }

 .r-products-list .bp-item .r-pdt-img {
  height: 128px;
 }

}

@media(max-width:992px) {
 .usp-inner .usp-item {
  padding: 12px;
  width: calc(50% - 10px);
 }

 .usp-cont {
  font-size: 14px;
  padding-left: 12px;
 }

 .r-products-list .bp-item .r-pdt-img {
  height: 208px;
 }

}

@media(min-width:767px) and (max-width:1000px) {
 .usp-inner .usp-item {
  padding: 10px;
 }

 .usp-inner .usp-item .usp-icn {
  width: 50px;
  height: 50px;
  font-size: 30px;
 }

}

@media(max-width:767px) {
 .hdr-top .topitem {
  font-size: 10px;
 } 
body .hdr-right {
  margin-left: 0px;
} 
 .usp-scn,
 .woocommerce section.usp-scn {
  padding: 10px 0;
 }

 .usp-inner .usp-item {
  padding: 4px;
  width: calc(50% - 4px);
  min-height: 65px;
 }

 .usp-inner .usp-item {
  margin: 6px 0px;
 }

 .usp-cont {
  font-size: 11px;
  padding-left: 5px;
 }

 .usp-item .usp-title {
  font-size: 11px;
  margin-bottom: 2px;
 }

 .usp-inner .usp-item .usp-icn {
  width: 35px;
  height: 35px;
 }

 .usp-inner .usp-item .usp-icn img {
  max-width: 28px;
 }

 .usp-cont {
  width: calc(100% - 35px);
  padding-left: 5px;
 }

}

/**USD Section End**/

/**Footer**/
.ftr-scn {
 background-color: #222222;
 color: #fff;
}

.ftr-scn h4 {
 color: #fff;
}

.ftr-top-inner {
 display: flex;
 flex-flow: row wrap;
}

.ftr-top-inner .ftr-item {
 width: 20%;
 padding-right: 12px;
}

.ftr-top-inner .ftr-item ul li {
 margin: 5px 0;
 width: 100%;
 line-height: 1.4;
 display: inline-block;
}

.ftr-top-inner .ftr-item ul li,
.ftr-top-inner .ftr-item ul li a {
 color: #fff;
 transition: 0.5s all;
}

.ftr-top-inner .ftr-item ul li a:hover {
 text-decoration: underline;
}

.ftr-top-inner .ftr-item h4 {
 font-size: 20px;
 text-transform: uppercase;
 position: relative;
 padding-bottom: 5px;
}

.ftr-scn section.ftr-top {
 margin: 0px;
 padding: 50px 0 30px 0;
}

.ftr-top-inner .ftr-item ul li a {
 font-weight: normal;
 text-transform: inherit;
 line-height: normal;
}

.ftr-top-inner .ftr-item h4:after {
 content: '';
 position: absolute;
 bottom: 0px;
 left: 0px;
 height: 2px;
 background-color: #fff;
 width: 30px;
}

footer section.ftr-bottom {
 padding: 10px 0;
 border-top: #464646 1px solid;
 text-align: center;
 font-size: 15px;
}

.social-media {
 display: flex;
 flex-flow: row wrap;
 align-items: center;
 margin: 30px 0px 40px 0px;
}

.ftr-top-inner .ftr-item ul.social-media li {
 margin: 0px 5px;
 width: auto;
 a
}

.ftr-top-inner .ftr-item ul.social-media li a {
 border-radius: 100%;
 width: 40px;
 height: 40px;
 background-color: #fff;
 display: flex;
 flex-flow: row wrap;
 align-items: center;
 justify-content: center;
 transition: 0.5s all;
}

.ftr-top-inner .ftr-item ul.social-media li a img {
 max-width: 20px;
}

.ftr-top-inner .ftr-item ul.social-media li a:hover {
 opacity: 0.8;
}

/**Cart Page**/
.wc-block-components-radio-control__label-group span.wc-block-components-radio-control__label,
.wc-block-components-radio-control__label-group .wc-block-checkout__shipping-option--free {
 font-size: 16px;
}

body .wc-block-cart {
 margin-bottom: 1em;
}

.woocommerce-cart #site-content .entry-header {
 padding-bottom: 50px;
}

.section-inner h1 {
 font-size: 35px;
}

.wc-block-components-sidebar-layout {
 align-items: flex-start;
}

.wp-block-woocommerce-cart,
body .wp-block-woocommerce-checkout.alignwide.wc-block-checkout {
 margin: 0px auto !important;
 max-width: 1440px !important;
 width: 100% !important;
 padding: 0px 30px !important;
}

body .wp-block-woocommerce-checkout.alignwide.wc-block-checkout * {
 font-family: var(--base-fm);
}

.wc-block-cart__main .wc-block-cart-items {
 border-bottom: none;
}

table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name {
 font-size: 16px;
 color: var(--black-clr);
 transition: 0.5s all;
 line-height: 1.2;
 font-family: var(--base-fm);
}

table.wc-block-cart-items .wc-block-cart-items__row * {
 font-family: var(--base-fm);
}

table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link {
 font-family: var(--base-fm);
 color: red !important;
}

table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name:hover {
 text-decoration: underline;
}

.wc-block-components-product-badge {
 padding: 4px 10px;
 font-size: 12px;
 line-height: 1.3;
 font-family: var(--base-fm);
}

.wc-block-cart__main .wc-block-cart-items td:first-child {
 padding-left: 0px;
}

table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total {
 font-weight: 700;
}

table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link {
 color: red;
}

table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:hover {
 color: red;
}

table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-quantity-selector input {
 font-size: 15px;
 font-weight: normal;
 padding: 8px 2px;
 border: none !important;
 box-shadow: none !important;
}

.wc-block-components-quantity-selector .wc-block-components-quantity-selector__button {
 box-shadow: none !important;
 font-weight: 700;
 color: #000 !important;
 font-size: 20px;
 opacity: 1 !important;
}

.wc-block-cart .wc-block-components-sidebar * {
 font-family: var(--base-fm) !important;
}

.wc-block-cart .wc-block-components-sidebar h2.wc-block-cart__totals-title {
 font-size: 20px;
}

.wc-block-cart .wc-block-components-sidebar .wc-block-components-panel__button {
 font-size: 17px !important;
}

.wc-block-cart .wp-block-woocommerce-cart-order-summary-block .wc-block-components-totals-item {
 font-size: 16px;
}

.wc-block-cart .wc-block-components-sidebar .wc-block-cart__submit-container a {
 background-color: var(--theme-clr);
 color: #fff;
 font-size: 16px;
 font-weight: 700;
 text-transform: uppercase;
 min-height: inherit;
 padding: 15px 10px;
 border-radius: 4px;
 transition: 0.5s all;
 box-shadow: none !important;
}

.wc-block-cart .wc-block-components-sidebar .wc-block-cart__submit-container a:hover {
 opacity: 0.95;
}

.wc-block-components-sidebar {
 border: #e7e7e7 1px solid;
 padding: 15px;
}

.wc-block-components-totals-coupon__form {
 font-size: 16px;
 gap: 0;
}

.wc-block-components-totals-coupon__form button.wc-block-components-button.wp-element-button.wc-block-components-totals-coupon__button {
 background-color: var(--theme-clr);
 font-size: 14px !important;
 opacity: 1 !important;
 min-height: inherit;
 color: #fff;
}

.wc-block-components-totals-coupon__form input {
 border-radius: 0px !important;
 border-color: var(--theme-clr);
}

/**Checkout Page Start**/
.wc-block-checkout-empty {
 max-width: 700px;
 margin: auto;
 border: #e1e1e1 1px solid;
}

.wc-block-checkout-empty p.wc-block-checkout-empty__description {
 font-size: 16px;
}

.wc-block-components-address-card address {
 font-size: 16px;
}

body .wc-block-components-address-card__edit {
 background-color: #000;
 color: #fff;
 white-space: nowrap;
 padding: 4px 10px;
 line-height: normal;
 font-size: 14px;
 font-weight: 700;
 text-transform: uppercase;
}

.wc-block-checkout-empty a.wp-block-button__link {
 background-color: #000;
 font-size: 14px;
}

.wc-block-checkout-empty .wc-block-checkout-empty__image {
 max-width: 60px;
}

body .wc-block-components-sidebar {
 padding: 25px;
 border-radius: 4px;
}

body .wp-block-woocommerce-checkout-order-summary-block {
 border: none;
}

body .wc-block-components-sidebar p.wc-block-components-checkout-order-summary__title-text {
 margin: 0px !important;
 font-size: 25px;
 border-bottom: #ccc 1px solid;
 margin-bottom: 14px !important;
}

body .wp-block-woocommerce-checkout.alignwide.wc-block-checkout .wc-block-components-order-summary {
 padding: 0px;
}

body .wp-block-woocommerce-checkout.alignwide.wc-block-checkout .wc-block-components-order-summary h3.wc-block-components-product-name {
 font-size: 15px;
 font-weight: 700;
 line-height: normal;
}

body .wc-block-components-order-summary .wc-block-components-order-summary-item__quantity {
 color: #fff;
 box-shadow: none;
 border: none;
 background-color: #000;
 font-size: 10px;
 width: 16px;
 height: 16px;
}

body .wp-block-woocommerce-checkout-order-summary-coupon-form-block.wc-block-components-totals-wrapper {
 font-size: 18px;
}

body .wp-block-woocommerce-checkout.alignwide.wc-block-checkout {
}

body .wc-block-components-totals-item__label {
 font-size: 18px;
}

body .wc-block-components-order-summary .wc-block-components-order-summary-item__description .wc-block-components-product-metadata,
.wc-block-components-order-summary .wc-block-components-order-summary-item__description p {
 font-size: 14px;
}

body .wp-block-woocommerce-checkout.alignwide.wc-block-checkout  span.wc-block-formatted-money-amount {
 font-size: 16px;
}

body .wc-block-components-totals-shipping .wc-block-components-totals-item strong {
 font-size: 16px;
}

body .wc-block-components-totals-footer-item .wc-block-components-totals-item__label {
 font-size: 20px;
}

body .wc-block-components-sidebar .slot-wrapper .wc-block-components-panel,
.wc-block-components-sidebar .wc-block-components-panel,
.wc-block-components-sidebar .wc-block-components-totals-coupon,
.wc-block-components-sidebar .wc-block-components-totals-item {
 padding-left: 0px;
 padding-right: 0;
}

body .wp-block-woocommerce-checkout.alignwide.wc-block-checkout  span.wc-block-formatted-money-amount.wc-block-components-formatted-money-amount.wc-block-components-totals-footer-item-tax-value {
 font-size: 20px;
}

body .wc-block-components-form .wc-block-components-text-input.has-error label,
.wc-block-components-text-input.has-error label {
 font-size: 16px;
}

body .wc-block-components-validation-error {
 font-size: 14px;
 margin-bottom: 10px;
}

body .wc-block-components-checkbox .wc-block-components-checkbox__label,
.wc-block-components-checkbox>span {
 font-size: 16px;
}

body .wc-block-components-form .wc-block-components-text-input label,
.wc-block-components-text-input label {
 font-size: 16px;
}

body .wc-block-components-title.wc-block-components-title {
 font-size: 22px !important;
}

body .wc-block-components-checkout-step__description {
 font-size: 16px;
}

body .wc-blocks-components-select .wc-blocks-components-select__select {
 font-size: 16px;
}

body .wp-block-woocommerce-checkout.alignwide.wc-block-checkout  .wc-block-components-checkbox__label {
 font-size: 16px;
}

body .wc-block-checkout__terms.wc-block-checkout__terms--with-separator {
 padding-top: 20px;
 margin-bottom: 30px;
}

body .wc-block-components-checkout-return-to-cart-button {
 font-size: 18px;
}

body .wc-block-checkout__actions .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button {
 width: 42%;
}

body .wc-block-checkout__actions .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button {
 background-color: var(--theme-clr);
 box-shadow: none !important;
 outline: none !important;
}

body .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__title {
 margin-top: 0px;
}

.wc-block-components-sidebar .slot-wrapper .wc-block-components-panel,
.wc-block-components-sidebar .wc-block-components-panel,
.wc-block-components-sidebar .wc-block-components-totals-coupon,
.wc-block-components-sidebar .wc-block-components-totals-item {
 padding-left: 0px !important;
 padding-right: 0px !important;
}

.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: 16px;
}

.wc-block-components-notice-banner>.wc-block-components-notice-banner__content {
 font-size: 16px;
}

.wc-block-checkout__contact-fields .wc-block-components-checkout-step__heading {
 margin-top: 0px;
}

.theme-twentytwenty .wc-block-components-title.wc-block-components-title {
 font-size: 20px;
}

.wc-block-components-checkout-step__content>:last-child {
 margin-top: 0px;
}

.wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox] {
 margin: 0 0.5em 0 0;
}

body .wc-block-components-form .wc-block-components-text-input input[type=email],
body .wc-block-components-form .wc-block-components-text-input input[type=number],
body .wc-block-components-form .wc-block-components-text-input input[type=password],
body .wc-block-components-form .wc-block-components-text-input input[type=tel],
body .wc-block-components-form .wc-block-components-text-input input[type=text],
body .wc-block-components-form .wc-block-components-text-input input[type=url],
body .wc-block-components-text-input input[type=email],
body .wc-block-components-text-input input[type=number],
body .wc-block-components-text-input input[type=password],
body .wc-block-components-text-input input[type=tel],
body .wc-block-components-text-input input[type=text],
body .wc-block-components-text-input input[type=url] {
 font-size: 16px;
}

body div#radio-control-wc-payment-method-options-cheque__content {
 font-size: 16px;
}

body .wc-block-components-radio-control-accordion-content {
 font-size: 16px;
}

body .wc-block-checkout__payment-method .wc-block-components-radio-control__option {
 padding-left: 50px;
 font-size: 16px;
 font-weight: 700;
}

body .wc-block-components-order-summary .wc-block-components-order-summary-item {
 border-top: #ccc 1px solid;
}

body .wc-block-components-order-summary .wc-block-components-order-summary-item:first-child {
 border-top: none;
}

.wc-block-components-address-form__address_2-toggle {
 font-size: 18px;
}

body .wc-block-checkout__shipping-option .wc-block-components-radio-control__option {
 padding-left: 2.5em;
}

body .wc-block-components-product-badge {
 padding: 2px .66em;
 font-size: .65em;
}

/*Recent view start*/
section.rvpw-recently-view.products {
 max-width: 1440px;
 margin: auto;
 padding-left: 30px;
 padding-right: 30px;
 padding-bottom: 50px;
 padding-top: 3rem;
 width: 100%;
 display: flex;
 flex-flow: row wrap;	
}

.woocommerce .content-area .site-main section.rvpw-recently-view.products {
 display: none;
}

section.rvpw-recently-view.products h2 {
 font-size: var(--h2-size) !important;
 margin-bottom: 10px;
 font-weight: 400;
}

/*Recent view end*/

/**My Account Page**/
ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {
 border: #ccc 1px solid;
 display: flex;
 flex-flow: row wrap;
 padding: 20px;
 max-width: 500px;
}

ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details li {
 width: 100%;
 line-height: normal;
 padding: 6px 0;
 font-weight: normal;
 font-size: 18px;
}

p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
 padding: 10px;
 border: #22bb33 1px solid;
 text-align: center;
 font-size: 18px;
 color: #22bb33;
}

.woocommerce-page table.shop_table tbody tr a {
 color: #000;
 text-decoration: underline;
}

.woocommerce-page table.shop_table tbody tr a:hover {
 text-decoration: none;
}

.woocommerce-account main#site-content .u-columns .u-column1,
.woocommerce-account main#site-content .u-columns .u-column2 {
 border: #ccc 1px solid;
 padding: 20px;
 min-height: 475px;
}

.woocommerce-account .woocommerce-EditAccountForm fieldset legend {
 font-family: var(--base-fm);
 font-size: 16px;
}

.woocommerce-account main#site-content .u-columns h2 {
 margin: 10px 0px 15px 0px;
 font-weight: 500;
 font-size: 22px;
}

.woocommerce form .form-row .input-text,
.woocommerce form .form-row select {
 padding: 14px;
}

.woocommerce-account main#site-content .u-columns button[type="submit"] {
 background-color: #000;
 padding: 12px 25px;
}

.woocommerce-privacy-policy-text p {
 font-size: 15px;
 padding-top: 10px;
}

.woocommerce-privacy-policy-text a {
 color: #000;
 text-decoration: underline;
}

.woocommerce-privacy-policy-text a:hover {
 text-decoration: none;
}

p.woocommerce-LostPassword.lost_password a {
 font-size: 18px;
 color: #000;
 margin-top: 14px;
 display: inline-block;
 text-decoration: underline;
 cursor: pointer;
}

p.woocommerce-LostPassword.lost_password a:hover {
 text-decoration: none;
}

p.woocommerce-LostPassword.lost_password {
 margin-bottom: 0px;
}

.woocommerce-password-strength {
 font-size: 14px;
 margin-top: 7px;
 margin-bottom: 10px;
}

.woocommerce .woocommerce-form-login__rememberme {
 margin: 1rem 0 2rem 0;
}

.woocommerce-password-strength {
 font-size: 14px;
 margin-top: 7px;
 margin-bottom: 10px;
}

.woocommerce-password-strength.short,
.woocommerce-password-strength.bad {
 color: #ff3600;
}

.woocommerce-password-strength.bad {
 color: #FFC107;
}

.woocommerce-password-strength.good {
 color: #005300
}

small.woocommerce-password-hint {
 font-size: 14px;
 line-height: 1.5;
 display: inline-block;
 color: #2c2c2c;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
 background-color: #e5e5e5;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li {
 margin: 0px;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
 font-size: 18px;
 padding: 10px 15px;
 display: inline-block;
 border-bottom: #ccc 1px solid;
 width: 100%;
 color: #000;
 font-weight: normal;
 cursor: pointer !important;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout  a {
 color: #e30000;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a,
.woocommerce-account .woocommerce-MyAccount-navigation ul li:hover a {
 background-color: #000;
 color: #fff;
 text-decoration: none;
}

.woocommerce-account .woocommerce-MyAccount-content * {
 font-size: 16px;
}

.woocommerce-account .woocommerce-MyAccount-content a {
 color: #000;
 text-decoration: underline;
}

.woocommerce-account .woocommerce-MyAccount-content a:hover {
 text-decoration: none;
}

.woocommerce-account .woocommerce-MyAccount-content p {
 font-size: 16px;
 margin-bottom: 15px;
}

.woocommerce .woocommerce-info .button.wc-forward {
 color: #fff !important;
 cursor: pointer;
}

.woocommerce-account .woocommerce-MyAccount-content h2 {
 font-size: 20px;
 font-weight: 600;
 margin: 0px 0px 20px 0px;
}

.woocommerce-account .woocommerce-MyAccount-content .selection>span>span {
 padding: 14px;
}

.woocommerce-account .woocommerce-MyAccount-content button[type="submit"] {
 background-color: #000 !important;
 cursor: pointer;
 padding: 12px 20px;
}

.woocommerce form .form-row label {
 line-height: 1.1;
}

.woocommerce form .form-row-last,
.woocommerce-page form .form-row-last {
 width: 49%;
}

/**My Account Page**/

/**Media CSS Start**/
@media(max-width:1320px) {
	.hdr-right {
		margin-left:25px;
	}
	.hdr-right .woocommerce-product-search .search-field {
		    min-width: 300px;
	}
}
@media(max-width:1200px) {
 .hdr-logo {
  max-width: 160px;
 }

 .hdr-right {
  margin-left: 15px;
 }

 .menu ul li {
  margin: 0px 10px;
 }

 .hdr-right .woocommerce-product-search .search-field {
  min-width: 240px;
 }

 body ul.products li.product .star-rating {
  margin-bottom: -11px;
  margin-left: auto;
  top: 16px;
  right: 10px;
  display: none;
 }

 body ul.products li.product .price {
  font-size: 14px;
 }

 body ul.products li.product h2,
 ul.products li.product .woocommerce-loop-product__title {
  padding: 8px 10px 0px 10px;
  text-align: left;
 }

 body ul.products li.product .price {
  padding-left: 10px;
  padding-right: 0px;
  text-align: left;
 }

 body ul.products li.product,
 .woocommerce ul.products li.product {
  padding-bottom: 12px;
 }

 body ul.products {
  width: calc(100% + 8px);
  margin-left: -4px;
 }

}

@media(max-width:992px) {
 body {
  padding-top: 90px;
 }

 .container {
  padding-left: 15px;
  padding-right: 15px;
 }

 .hdr-right .account-link {
  margin-left: 15px;
 }

 .hdr-right .cart-link {
  margin-left: 15px;
 }

 .hdr-logo {
  max-width: 130px;
 }

 .header-scn {
  padding-top: 10px;
  padding-bottom: 10px;
 }

 .hdr-right .woocommerce-product-search .search-field {
  padding: 7px 10px 7px 48px;
 }

 .mobile-toggle {
  position: relative;
  top: 0px;
  display: flex;
  width: 25px;
  height: 18px;
  flex-flow: row wrap;
  align-content: space-between;
  margin-left: 15px;
 }

 .mobile-toggle i {
  transition: 0.5s all;
  width: 100%;
  height: 1px;
  background-color: var(--theme-clr);
 }

 .menu-open nav.menu {
  display: block;
  width: 100%;
 }

 .menu-open .mobile-toggle i:nth-child(2) {
  opacity: 0
 }

 .menu-open .mobile-toggle i:nth-child(1) {
  transform: rotate(-45deg);
  top: 8px;
  position: relative;
 }

 .menu-open .mobile-toggle i:nth-child(3) {
  transform: rotate(45deg);
  top: -8px;
  position: relative;
 }

 .menu-btn {
  position: absolute;
  top: 100%;
  left: 0px;
  background-color: var(--bg-sec-clr);
  background-color():;
  background-var():;
  transition: 0.5s all;
  margin-top: 20px;
  width: 100%;
  padding-bottom: 15px;
  pointer-events: none;
  opacity: 0;
  border-top: #b5a898 1px solid;
  border-bottom: #b5a898 1px solid;
 }

 .menu-open .menu-btn {
  margin-top: -1px;
  pointer-events: auto;
  opacity: 1;
  padding-bottom: 0px;
  border-bottom: none;
 }

 .menu {
  margin-bottom: 0px;
 }

 .menu ul li {
  margin: 0px;
  width: 100%;
 }

 .menu ul li a {
  padding: 8px 15px;
  display: inline-block;
  border-bottom: #b5a898 1px solid;
  width: 100%;
  font-size: 15px;
 }

 body ul.products li.product,
 .woocommerce ul.products li.product {
  width: calc(33.33% - 24px);
 }

 .mini-cart {
  top: 90px;
  height: calc(100vh - 90px);
 }

 .mini-cart .woocommerce-mini-cart.cart_list.product_list_widget {
  height: calc(100vh - 240px);
 }

 .fixed .mini-cart {
  top: 51px;
  height: calc(100vh - 51px);
 }

 .fixed .mini-cart .woocommerce-mini-cart.cart_list.product_list_widget {
  height: calc(100vh - 195px);
 }

 .woocommerce-product-gallery {
  max-width: 100%;
 }

 body.woocommerce-page div.product div.summary {
  width: 100%;
  padding-left: 0px;
 }

 .woocommerce-product-gallery {
  margin-bottom: 3rem;
 }

}

@media(max-width:767px) {
 body {
  padding-top: 79px;
 }

 section {
  padding: 35px 0;
 }

 .hdr-right .woocommerce-product-search {
  display: none;
 }

 .mobile-search {
  width: 24px;
  background-repeat: no-repeat;
  height: 24px;
  background-position: center center;
  background-image: url(../images/search-icon.svg?v=1);
  display: inline-block;
 }

 body ul.products li.product,
 .woocommerce ul.products li.product {
  width: calc(50% - 4px) !important;
  margin: 2px !important;
 }

 .woocommerce .onsale {
  font-size: 10px;
  padding: 3px 6px;
      margin: 3px;
 }

 .ftr-top-inner .ftr-item {
  width: 50%;
  padding-right: 12px;
 }

 .ftr-top-inner .ftr-item:last-child {
  width: 100%;
 }

 .ftr-scn section.ftr-top {
  margin: 0px;
  padding: 20px 0 0px 0;
 }

 .ftr-top-inner .ftr-item h4 {
  font-size: 18px;
  margin-top: 20px;
 }

 .social-media {
  margin: 5px 0px 20px 0px;
 }

 .woocommerce .content-area .site-main {
  margin: 0;
 }

 header.woocommerce-products-header h1.woocommerce-products-header__title.page-title {
  font-size: 30px;
  margin: 20px 0 0 0;
 }

 .woocommerce .woocommerce-result-count,
 .woocommerce-page .woocommerce-result-count {
  font-size: 12px;
  padding-left:10px;
 }

 select {
  font-size: 12px;
 }

 .woocommerce .woocommerce-breadcrumb,
 .woocommerce-page .woocommerce-breadcrumb {
  margin-bottom: 10px;
  font-size: 12px;
  display: none;
 }

 .woocommerce .content-area {
  padding: 2px 0px 0px 0px;
 }

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

 body ul.products li.product .price {
  padding-top: 4px;
  padding-right: 0px;
 }

    body ul.products li.product .discount-badge {
        font-size: 12px;
        margin-top: 5px;
        padding: 0px 6px;
        
    }

 .woocommerce-tabs ul li a {
  font-size: 15px;
 }

 .woocommerce-tabs ul li {
  margin: 0px 10px 7px 0;
 }

 .woocommerce-tabs ul li:last-child {
  margin-right: 0px;
 }

 .woocommerce-tabs #tab-description p {
  font-size: 14px;
 }

 .single-product .entry-title {
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 10px;
 }
.single-product .summary p.price {
  font-size: 22px;
}
.price-discount {
  margin-bottom: 10px;
}
 .woocommerce-product-gallery {
  margin-bottom: 1rem;
 }

 .woocommerce-tabs {
  margin-top: 2em;
          padding-left: 15px;
        padding-right: 15px;
 }

 .single-product .summary {
  margin-bottom: 4rem;
 }

 .discount-badge {
  font-size: 12px;
  padding: 4px 10px;
 }

 .woocommerce section>h2,
 section.rvpw-recently-view.products h2 {
  font-size: 20px !important;
 }

 .woocommerce .related.products ul.products,
 .woocommerce-page .related.products ul.products {
  flex-direction: inherit;
 }

 section.rvpw-recently-view.products {
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 30px;
  padding-top: 15px;
 }

 .woocommerce section.products {
  padding-top: 2rem;
  
 }
 .woocommerce section.products {
  padding-left: 0px;
  padding-right: 0px;
 } 
.woocommerce section.products h2 {
padding-left: 15px;
  padding-right: 15px;
}
 .woocommerce-notices-wrapper .woocommerce-info {
  display: none;
 }

 .woocommerce-notices-wrapper .woocommerce-message {
  padding: 8px 10px 8px 10px;
 }

 .woocommerce-notices-wrapper .woocommerce-message a.button.wc-forward {
  font-size: 12px;
  padding: 8px 10px;
  white-space: nowrap;
 }

 .section-inner h1 {
  font-size: 28px;
 }

 .wp-block-woocommerce-cart,
 body .wp-block-woocommerce-checkout.alignwide.wc-block-checkout {
  padding: 0px 15px !important;
 }

 .wc-block-cart table.wc-block-cart-items,
 .wc-block-cart table.wc-block-cart-items td,
 .wc-block-cart table.wc-block-cart-items th {
  margin: 0 0 10px;
 }

 body .wc-block-cart table.wc-block-cart-items td {
  margin: 0px;
 }

 body .is-medium table.wc-block-cart-items .wc-block-cart-items__row,
 body .is-mobile table.wc-block-cart-items .wc-block-cart-items__row,
 body .is-small table.wc-block-cart-items .wc-block-cart-items__row {
  padding: 16px 0;
  border-bottom: #ccc 1px solid;
 }

 .woocommerce-cart #site-content .entry-header {
  padding-bottom: 30px;
 }

 table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name {
  font-size: 14px;
 }

 table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-quantity-selector input {
  padding: 6px 2px;
 }

 .wc-block-cart table.wc-block-cart-items,
 .wc-block-cart table.wc-block-cart-items td,
 .wc-block-cart table.wc-block-cart-items th {
  margin: 0 0 20px;
 }

 body .wc-block-components-sidebar {
  padding: 20px 15px !important
 }

 .wc-block-cart .wc-block-components-sidebar h2.wc-block-cart__totals-title {
  font-size: 20px;
  margin: 0px;
  padding-bottom: 7px;
 }

 .wc-block-cart .wc-block-components-sidebar .wc-block-cart__submit-container a {
  font-size: 14px;
  min-height: 3em;
  padding: 0px;
 }

 body .wc-block-components-sidebar p.wc-block-components-checkout-order-summary__title-text {
  font-size: 20px;
  padding-bottom: 6px;
  border-bottom: none !important;
 }

 .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__title {
  border-bottom: none !important;
  border-top: none !important;
  cursor: pointer;
  padding: 0 !important;
 }

 .woocommerce .woocommerce-ordering {
  float: inline-end;
  clear: inline-end;
  margin-right:10px;	 
 }

 body.woocommerce-page div.product div.summary {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
 }

 .single-product form.cart input[type=number] {
  padding-right: 8px;
 }

 .woocommerce-error li,
 .woocommerce-info,
 .woocommerce-message {
  padding: 10px 15px;
 }

 .mini-cart {
  top: 78px;
  height: calc(100vh - 78px);
 }

 .mini-cart .woocommerce-mini-cart.cart_list.product_list_widget {
  height: calc(100vh - 220px);
 }

 .fixed .mini-cart {
  top: 39px;
  height: calc(100vh - 39px);
 }

 .fixed .mini-cart .woocommerce-mini-cart.cart_list.product_list_widget {
  height: calc(100vh - 185px);
 }

 body .is-mobile table.wc-block-cart-items .wc-block-cart-items__row:last-child {
  border-bottom: none;
 }

 .wc-block-components-product-price {
  font-size: 15px;
 }

 .wc-block-components-product-price__value.is-discounted {
  font-size: 15px;
 }


 .product-usp .product-usp-items li {
  width: calc(50% - 20px);
 }

 .product-usp .product-usp-items .product-usp-item .product-usp-item-text {
  font-size: 14px;
 }

 table.variations tr th {
  width: 28%;
 }

 table.variations tr th label {
  font-size: 14px;
 }

 .r-products-list .bp-item {
  width: calc(25% - 7px);
 }

 .r-products-list .bp-item .r-pdt-img {
  height: 110px;
 }
.r-pdt-title-price {
    padding: 2px 2px;
 
}
 .discount-badge {
  font-size: 14px;
  font-weight: 500;
 }

 .woocommerce-product-gallery ol.flex-control-thumbs {
  order: 1;
  width: 55px;
  padding-right: 5px;
 }

 .woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
  margin: 0px 0 5px 0;
 }

 .woocommerce-product-gallery .flex-viewport {
  width: calc(100% - 55px) !important;
 }

 .woocommerce-notices-wrapper + .product .onsale {
  margin-left: 60px;
 }
span#radio-control-0-free_shipping\:1__label {
    padding-left: 15px;
}
body .wc-block-components-checkout-return-to-cart-button {
    font-size: 14px;
}
body .wc-block-components-order-summary .wc-block-components-order-summary__content {
    padding: 0px 10px;
}
body .wp-block-woocommerce-checkout-order-summary-block .checkout-order-summary-block-fill {margin-top: 10px}
body .wc-block-checkout__actions .wc-block-checkout__actions_row {
  flex-direction: row;
}
body .wc-block-checkout__actions .wc-block-components-checkout-return-to-cart-button {
        margin:3px 0 0 0;
  }
.single-product .woocommerce-variation-add-to-cart .button, .single-product .single_add_to_cart_button {
  padding:12px 18px;
  font-size: 12px;
}  

.single-product .woocommerce-variation-add-to-cart .button.buy-now-button {
    margin-left: 5px;
    max-width: 120px;
    white-space: nowrap;
} 
.single-product form.cart input[type=number] {
  height: 41px;
}
.splide__pagination {
    bottom: 8px;
}
.splide__pagination__page {
  width: 6px;
  height: 6px;
  margin: 1px;
}
.new-arrial-scn .container {
    padding-left: 0;
    padding-right: 0;
}
.new-arrial-scn h2 {
  padding-left: 15px;
  padding-right: 15px;
}
body ul.products li.product h2, ul.products li.product .woocommerce-loop-product__title {
          padding: 8px 6px 0px 6px;
}
body ul.products li.product .price {
  padding-left: 6px;
 }
 .iat-text {
    font-size: 12px;
    margin-left: 5px;
    margin-top: 0px;
}
    .woocommerce-product-gallery {
        margin-bottom: 0rem;
    }
    .woocommerce-product-gallery__trigger {
          height: 30px;
          width: 30px;
    }
    body ul.products {
        width: calc(100% + 4px);
        margin-left: -4px;
    }
.key-highlights-part .k-high-title,
.productsinfo-tab .productsinfo-title .pinfo-title-cont .ptab-title {
  font-size: 16px;
}
.productsinfo-tab .productsinfo-title .pinfo-title-cont .ptab-sub-title {
  font-size: 12px;
}
.single-product .productsinfo-data p {
    font-size: 14px;
}
.productsinfo-data .comment-reply-title {
    font-size: 20px;
    margin-bottom: 0;
    display: inline-block;
}
div#review_form_wrapper {
    padding: 15px;
}
.productsinfo-data h2.woocommerce-Reviews-title {
    font-size: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.key-high-list .key-high-item {
    font-size: 12px;
    min-height: 44px;
}
    .single-product .summary {
        margin-bottom: 1rem;
    }
    .woocommerce-product-gallery__trigger::before {
      left: 6px;
    top: 6px;
    }
    .woocommerce-product-gallery__trigger::after {
      left: 19px;
    top: 16px;
    }

 .woocommerce-variation-add-to-cart.variations_button {
    position: fixed;
    bottom: 0px;
    background-color: #fff;
    z-index: 889;
    width: 100%;
    padding: 10px 10px;
    left: 0px;
    display: none;
    justify-content: center;
    border-top: #e3e3e3 1px solid;
} 
.single-product footer section.ftr-bottom {
    padding-bottom: 70px;
}  
    .sizes-color-options-mob {
        background-color: #fff;
        display: none;
        position: absolute;
        width: 100%;
        left: 0px;
        bottom: 100%;
        box-shadow: rgba(0, 0, 0, 0.3) 0px -5px 5px;
    }
    .sizes-color-options-mob .m-close {
    width: 22px;
    height: 22px;
    background-color: #000;
    color: #fff;
    position: absolute;
    right: 8px;
    top: 8px;
    cursor: pointer;
    border-radius: 100%;
    padding: 2px;
}

.sizes-color-title {
    font-size: 15px;
    font-weight: 600;
    padding: 7px 10px;
    display: inline-block;
    width: 100%;
    border-bottom: #ebebeb 1px solid;
}
    .sizes-color-options-mob .pr-swatches[data-attribute="attribute_color"] {
    display: none;
}
.m-color-options {
  display: none;
}

.sizes-color-options-mob.variations .pr-swatches {
    margin: 0px;
    max-width: calc(100% - 46px);
    padding: 6px 10px;
}
.woocommerce-variation.single_variation {
    font-size: 12px;
}
.sizes-color-options-mob .buy-now-warning-mob {
    color: red;
    font-size: 12px;
    padding: 0px 10px 10px 10px;
    display: none;
}
table.variations tr th, table.variations tr td {
    padding: 0px 0px 0px 0px;
 
}

.woocommerce-variation-add-to-cart.variations_button {display: flex;}

body:has(.buy-now-warning) .woocommerce-variation-add-to-cart.variations_button .buy-now-warning-mob,
body:has(.wc-custom-error) .woocommerce-variation-add-to-cart.variations_button .buy-now-warning-mob{
    display: block;
}
body:has(.buy-now-warning) .sizes-color-options-mob,
body:has(.wc-custom-error) .sizes-color-options-mob,
body:has(div[data-attribute_name="attribute_size"] .pr-swatch.active) .sizes-color-options-mob{
  display: block;
}
body.open-sizecolor .sizes-color-options-mob{
  display: block;
}
 body.mob-sizebar .sizes-color-options-mob {
  display: none !important;
 }
 p.wc-custom-error {
    display: none;
}
    .single-product .whatsapp {
        bottom: 75px;
    }
}





/**Blog Section Start**/

.bnr-cont-group {
  text-align: center;
  color: #fff;
}
.bnr-cont-group h2 {
  color: #fff;
}
.latest-f-axia-inner {
 display: flex;
 flex-flow: row wrap;
 justify-content: center;
 margin: auto;
}

.latest-f-axia-inner h2 {
 color: var(--black-clr);
 font-weight: 500;
 letter-spacing: 1px;
}

.latest-f-axia-list {
 display: flex;
 flex-flow: row wrap;
 width: calc(100% + 24px);
 margin-left: -12px;
 padding-top: 10px;
}
.latest-f-axia-item-inr a {
    position: relative;
}
.latest-f-axia-item {
 width: calc(33.33% - 24px);
 margin: 12px;
 background-color: var(--white-clr);
 border-radius: 8px;
 overflow: hidden;
}

.latest-cont {
 padding: 18px 17px 20px 16px;
 border-radius: 0px 0px 8px 8px;
}

.latest-img img {
 width: 100%;
 transition: 0.5s all;
 height: 100%;
 object-fit: cover;
}

.latest-img:hover img {
 transform: scale(1.1);
}

.latest-f-axia-item-inr p {
 color: var(--black-clr);
 margin-top: 10px;
 font-size: 14px;
 margin-bottom: 15px;
 font-weight: 300;
}

h4.latest-title {
 font-size: 16px;
 font-weight: 500;
 color: rgba(0, 0, 0, 1);
 margin-bottom: 0px;
}

.latest-cont .cmn-btn {
 padding: 7px 14px;
 min-width: 90px;
 font-size: 12px;
 font-weight: 700;
 border-radius: 4px;
 text-transform: capitalize;
}

.latest-cont .cmn-btn:hover {
 background: var(--theme-sec-clr);
 color: var(--white-clr);
}
.postdate {
 position: absolute;
 bottom: 0px;
 z-index: 9;
 font-size: 12px;
 background-color: rgba(0, 0, 0, 0.8);
 color: #fff;
 padding: 5px 10px;
}

.latest-f-axia-item-inr a.latest-img {
    position: relative;
    height: 330px;
    display: inline-block;
    width: 100%;
    overflow: hidden;
}

.latest-f-axia-item-inr a.latest-img img {
    object-fit: cover;
}
.latest-f-axia-item {
    border: #d3d3d3 1px solid;
    border-radius: 12px;
    box-shadow: #ccc 0 1px 6px;
}
/**Blog Section End**/



/**Blog Detail page**/
.inner-banner-scn.blog-page {
    width: 100%;
    position: relative;
    min-height: 200px;
    padding: 0px;
    display: flex;
    background-color: #1a1a1a;
    background-size: cover;
    background-position: center;
}

.inner-banner-scn.blog-page .bnr-cont-group {
    max-width: 1000px;
    text-align: center;
    color: #fff;
}

.inner-banner-scn.blog-page .bnr-cont-group h2 {
    color: #fff;
    font-size: 35px;
}
.blog-d-group {
 display: flex;
 flex-flow: row wrap;
 width: 100%;
 justify-content: space-between;
}

.blog-d-group .blog-d-left {
 width: 70%;
}

.blog-d-group .blog-d-right {
 width: 28%;
}

.blog-d-group .blog-d-left .post-thumbnail {
 width: 100%;
 margin-bottom: 20px;
 overflow: hidden;
 border-radius: 24px;
}

.blog-d-group .blog-d-left .post-thumbnail img {
 width: 100%;
}

.blog-d-group .blog-d-right label.wp-block-search__label {
 font-size: 18px;
 color: #000;
 font-weight: 600;
}

.blog-d-group a {
 color: #102738;
 text-decoration: underline;
}

.blog-d-group a:hover {
 text-decoration: none ;
}

.blog-d-group p {
 color: #000;
}



.blog-d-group ul {
 padding-bottom: 20px;
}

.blog-d-group ul li {
 padding-left: 15px;
 position: relative;
 width: 100%;
 margin: 5px 0px;
}
.blog-d-group ul li p {
 margin:0px;
}
.blog-d-group ul li:before {
 content: "";
 position: absolute;
 background-color: #000;
 width: 6px;
 height: 6px;
 left: 0px;
 top: 8px;
 border-radius: 6px;
}

.post-content {
 padding-top: 25px;
}

.post-content h1 {
    color: var(--theme-clr);
    margin: 0px 0px 25px 0;
}
.blog-d-group ol {
 padding-bottom: 20px;
 list-style-type: decimal;
 padding-left: 20px;
 margin: 0px;
}

.blog-d-group ol li {
 position: relative;
 width: 100%;
 margin: 5px 0px;
 list-style-type: decimal;
}

.blog-d-group .blog-d-right input {
 border: #000 1px solid;
 font-size: 14px;
 line-height: normal !important;
 padding: 4px 10px !important;
 height: auto;
 box-shadow: none !important;
 outline: none !important;
}

.blog-d-group .blog-d-right button {
 padding: 5px 20px;
 color: #fff !important;
 background-color: #102738 !important;
 font-size: 15px !important;
 border: none !important;
}

.blog-d-group .blog-d-right h2 {
 font-size: 20px;
 margin: 30px 0px 16px 0px;
 color: #000;
}

.blog-d-group .blog-d-right ul li a {
 font-size: 15px !important;
 text-decoration: none;
 line-height: 1.5;
 font-weight: normal;
 color: #000;
}

.blog-d-group .blog-d-right .widget {
 margin-top: 0;
 padding: 0px;
}

.blog-d-group .blog-d-right .wp-block-latest-posts__list {
 margin: 0px !important;
 padding: 0px !important;
}

.blog-d-group .blog-d-right ul li:hover a {
 color: #102738;
}

.blog-d-group .blog-d-right ul li {
 padding: 5px 0 5px 14px;
 font-weight: 400;
 display: flex;
 flex-flow: row wrap;
 justify-content: space-between;
 align-items: center;
 line-height: normal;
 border-top: #f1f1f1 1px solid;
 margin: 0px;
}

.blog-d-group .blog-d-right ul li:before {
 top: 12px;
}

.search-results .search-result-count {
 margin-top: 20px;
 display: inline-block;
 width: 100%;
 text-align: center;
}

.post-navigation {
 display: flex;
 padding-top: 20px;
}

.post-navigation .prev-post, .post-navigation .next-post {
 width: 50%;
 padding: 0px 10px;
 font-weight: 500;
}

@media(max-width: 767px) {
  .bnr-cont-group h2 {
    font-size: 35px;
  }
  .bnr-cont-group p {
    font-size: 16px;
    margin-bottom: 0;
}
  .latest-f-axia-item {
    width: 100%;
 
}
.latest-f-axia-item-inr a.latest-img {
  height: 220px;
}
.blog-d-group .blog-d-left {
    width: 100%;
}
.blog-d-group p {
    margin-bottom: 15px;
}

.blog-d-group h3 {
    margin-bottom: 8px;
}
.inner-banner-scn.blog-page {
      min-height: 150px;
}
.inner-banner-scn.blog-page .bnr-cont-group h2 {
    font-size: 22px;
}
}





body ul.products li.product .price-discount {
    margin-top: 10px;
    justify-content: space-between;
}

@-webkit-keyframes bounce {
  0% {transform: translateY(0px);}
  100% {transform: translateY(-10px);}
}
@keyframes bounce {
  0% {transform: translateY(0px);}
  100% {transform: translateY(-4px);}
}
body ul.products li.product .price-discount .pl-card-btn {
    font-size: 12px;
    letter-spacing: normal;
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 8px 12px;
    background-color: var(--theme-clr);
    text-decoration: none;
    margin-top: 4px;
    transition: 0.5s all;
	margin-right:15px;
	-webkit-animation: bounce .5s ease infinite alternate;
    -o-animation: bounce .5s ease infinite alternate;
    -ms-animation: bounce .5s ease infinite alternate;
    -moz-animation: bounce .5s ease infinite alternate;
    animation: bounce .5s ease infinite alternate;
}

body ul.products li.product .price-discount .price-d-group {
  display: flex;
  flex-flow: row wrap;
  align-content: center;
}

body ul.products li.product .price-discount .pl-card-btn:hover {
    background-color: var(--black-clr);
}

@media(max-width: 767px) {
body ul.products li.product .price-discount {
    margin-top: 0px;	
}
	body ul.products li.product .price-discount .pl-card-btn {
    padding: 5px 10px;
    font-size: 10px;
    margin-left: 6px;
    margin-right: 0px;
}
}


