/*
Theme Name: Harshita Singh
Description: A description of my awesome theme.
Author: Webtrixz Venture
Version: 1.0

*/



/* RESETS */

* {
    box-sizing: border-box;
}
html {
    scroll-padding-top: 60px;
}
html, body {
    scroll-behavior: smooth;
}
body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: antialiased;
    font-family: 'IBM Plex Sans' ,  san-serif;
    font-size: 15px;
    line-height: 23px;
    color: #000;
    overflow-x: hidden;
}
a:focus,
button:focus {
    outline: none;
}
a {
    text-decoration: none;
    color: #000;
    font-size: 15px;
    font-weight: 500;
}
a:hover {
    font-weight: 500;
}
p {
    color: #000;
    font-size: 15px;
    margin: 0;
    line-height: 26px;
    font-family:'IBM Plex Sans' ,  san-serif;
    
}
ul {
    margin: 0;
    padding: 0;
}
h1, h2, h3, h4, h5, h6 {
    color: #000;
    margin: 0;
    font-family: "Raleway-Regular";
}
h1 {
    font-size: 30px;
    font-family: "Raleway-Regular";
    text-transform: capitalize;
    
}
h2 {
    font-size: 25px;
    text-transform: uppercase;
    font-family: "Raleway-Regular";
    line-height: 30px;
    font-weight: 500;
}
h3 {
    font-size: 20px;
    text-transform: capitalize;
    font-family: "Raleway-Regular";
    letter-spacing: 1.2px;
}
h4 {
    font-size: 18px;
    font-family: "Raleway-Regular";
}
::selection {
    background: #013162;
    color: #fff;
}

/* BASICS STYLES */

.clear {
    clear: both;
}
.container {
    width: 1400px;
    max-width: 96%;
    margin: 0 auto;
}
.widget,
.widget ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

/* ScrollBar */

/* width */
::-webkit-scrollbar {
    width: 10px;
}

/* button */
::-webkit-scrollbar-button {
    background: #000;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #000;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #000;
}

/* Track */
::-webkit-scrollbar-track {
    background: #fff;
}

/* The track NOT covered by the handle.
::-webkit-scrollbar-track-piece {
    background: #000;
}

/* Corner */
::-webkit-scrollbar-corner {
    background: #000;
}

/* Resizer */
::-webkit-resizer {
    background: #fff;
}

/* FONTS */

@font-face {
  font-family: "lato-bold";
  src: url("https://www.harshitasinghvi.com/wp-content/themes/child-theme/fonts/Lato-Bold.ttf") format("truetype");
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: "lato-semi-bold";
  src: url("https://www.harshitasinghvi.com/wp-content/themes/child-theme/fonts/Lato-Semibold.ttf") format("truetype");
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: "lato-regular";
  src: url("https://www.harshitasinghvi.com/wp-content/themes/child-theme/fonts/Lato-Regular.ttf") format("truetype");
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "poppins-bold";
  src: url("https://www.harshitasinghvi.com/wp-content/themes/child-theme/fonts/Poppins-Bold.ttf") format('truetype');
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "poppins-regular";
  src: url("https://www.harshitasinghvi.com/wp-content/themes/child-theme/fonts/Poppins-Regular.ttf") format('truetype');
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "poppins-semibold";
  src: url("https://www.harshitasinghvi.com/wp-content/themes/child-theme/fonts/Poppins-SemiBold.ttf") format('truetype');
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: "poppins-thin";
  src: url("https://www.harshitasinghvi.com/wp-content/themes/child-theme/fonts/Poppins-Thin.ttf") format('truetype');
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: "volte-regular";
  src: url("https://www.harshitasinghvi.com/wp-content/themes/child-theme/fonts/Volte-Regular.ttf") format('truetype');
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "volte-semi-bold";
  src: url("https://www.harshitasinghvi.com/wp-content/themes/child-theme/fonts/Volte-Semibold.ttf") format('truetype');
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "volte-blod";
  src: url("https://www.harshitasinghvi.com/wp-content/themes/child-theme/fonts/Volte-Bold.ttf") format('truetype');
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "avenir-next-bold";
  src: url("https://www.harshitasinghvi.com/wp-content/themes/child-theme/fonts/AvenirNextLTPro-Bold.otf") format('opentype');
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "avenir-next-medium";
  src: url("https://www.harshitasinghvi.com/wp-content/themes/child-theme/fonts/AvenirNextLTPro-Medium.otf") format('opentype');
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "avenir-next-regular";
  src: url("https://www.harshitasinghvi.com/wp-content/themes/child-theme/fonts/AvenirNextLTPro-Regular.otf") format('opentype');
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "andale-mono";
  src: url("https://www.harshitasinghvi.com/wp-content/themes/child-theme/fonts/andale-mono.ttf") format('truetype');
  
  font-display: swap;
}
@font-face {
  font-family: "Raleway-Regular";
  src: url("https://www.harshitasinghvi.com/wp-content/themes/child-theme/fonts/Raleway-Regular.ttf") format('truetype');
  
  font-display: swap;
}




/* Fixed Header */

.fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    animation: smoothScroll 1s forwards;
    z-index: 999;
}
@keyframes smoothScroll {
	0% {
		transform: translateY(-40px);
	}
	100% {
		transform: translateY(0px);
	}
}
header.fixed {
    background: #fff;
    padding: 0;
    box-shadow: 0px -8px 12px 1px #000000b5;
}

/*Header CSS Start */
/*a.wishlist_products_counter {*/
/*    position: relative;*/
/*}*/
header.site-header.fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: auto;
    z-index: 999;
}
.header-right-icons {
    line-height: 0;
}
.item.announcement-item.mobile-announcement {
    display: none;
}
.container.full-head {
    margin-top: 20px;
}
/*.fixed .container.full-head {*/
/*    margin-top: 5px;*/
/*}*/
.site-header {
    position: relative;
}
.site-header.fixed .container.full-head {
    margin-top: 0;
}
.home header.site-header #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item > a.mega-menu-link, .home header.site-header .xoo-wsc-sc-cont {
    color: #fff;
}
.header-extra-links.mobile-header-icons span.wishlist_products_counter_number {
    top: -13px;
    right: -40px;
}
#mega-menu-wrap-header-left-menu #mega-menu-header-left-menu > li.mega-menu-item > a.mega-menu-link {

    font-family: inherit !important;
}
#mega-menu-wrap-header-left-menu #mega-menu-header-left-menu > li.mega-menu-item > a.mega-menu-link, #mega-menu-wrap-header-right-menu #mega-menu-header-right-menu > li.mega-menu-item > a.mega-menu-link {
    height: auto;
}

div#header-announcements {
    z-index: 0;
}
.home header.site-header.fixed #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item > a.mega-menu-link, .home header.site-header.fixed .xoo-wsc-sc-cont {
    color: #000;
}
.home header.site-header.fixed .xoo-wsc-sc-count {
    background-color: #000;
    color: #000 ;
}
.home header.site-header.fixed {
    background-color: #fff;
    height: auto;
    top: 0;
}
/*.home header.site-header.fixed a.mega-menu-link {*/
/*    color: #000 !important;*/
/*}*/
.home .site-header .header-main {
    border-bottom: none;
}
li.mega-menu-item {    
      display: inline-block;
      padding-bottom:4px;
      background-image:linear-gradient(var(--vamtam-pointer-color-hover,var(--vamtam-global-underline-bg-color,currentColor)) 0 0);
      background-position: 0 100%; /*OR bottom left*/
      background-size: 0% 2px;
      background-repeat: no-repeat;
      transition:
        background-size 0.5s,
        background-position 0s 0.5s; /*change after the size immediately*/
}
li.mega-menu-item:hover {
      background-position: 100% 100%; /*OR bottom right*/
      background-size: 100% 1px;
    
}
header.site-header #mega-menu-wrap-header-left-menu #mega-menu-header-left-menu > li.mega-menu-item > a.mega-menu-link, header.site-header #mega-menu-wrap-header-right-menu #mega-menu-header-right-menu > li.mega-menu-item > a.mega-menu-link {
    position: relative;
}
header.site-header #mega-menu-wrap-header-left-menu #mega-menu-header-left-menu > li.mega-menu-item > a.mega-menu-link::after, header.site-header #mega-menu-wrap-header-right-menu #mega-menu-header-right-menu > li.mega-menu-item > a.mega-menu-link::after  {
    content: '';
    position: absolute;
    width: 0;
    left: 0;
    height: 2px;
    background-color: #000;
    bottom: -10px;
    display: block;
    transition: 0.5s;
}
.home header.site-header #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item > a.mega-menu-link::after, header.site-header #mega-menu-wrap-header-left-menu #mega-menu-header-left-menu > li.mega-menu-item > a.mega-menu-link::after, header.site-header #mega-menu-wrap-header-right-menu #mega-menu-header-right-menu > li.mega-menu-item > a.mega-menu-link::after {
    background-color: #000;
}
header.site-header #mega-menu-wrap-header-left-menu #mega-menu-header-left-menu > li.mega-menu-item > a.mega-menu-link:hover::after, header.site-header #mega-menu-wrap-header-right-menu #mega-menu-header-right-menu > li.mega-menu-item > a.mega-menu-link:hover::after  {
    width: 100%;
}
.mobile-top {
    display: none;
}
.site-header span.wishlist_products_counter_number {
    font-size: 10px !important;
    line-height: 11px;
}

.mobile-top .owl-carousel .owl-item p {
    color: #fff;
    font-size: 12px;
    text-align: center;
}

/* Add custom CSS for slide-up animation */

.mobile-top .owl-carousel .owl-item {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  height: 100%;
}

.mobile-top .owl-carousel .owl-item .slide-content {
  animation-duration: 1s; /* Adjust the animation duration as needed */
  animation-fill-mode: both;
  opacity: 0;
}

@keyframes slideInUp {
  0% {
    opacity: 0;
    transform: translateY(100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.mobile-top .owl-carousel .owl-item.active .slide-content {
  animation-name: slideInUp;
}

/*Header CSS Ends */


/*GENERAL */

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

/* Mobile Header */

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

/* 404 */

.no-page-found {
    margin: 40px 0;
    text-align: center;
}
.no-page-found p {
    margin-bottom: 10px;
}
.no-page-found a {
    background: #013162;
    color: #fff;
    padding: 12px 15px;
    display: inline-block;
}

h2.woocommerce-loop-product__title, .woocommerce ul.products li.product .price {
    font-size: 15px !important;
    letter-spacing: 1px;
    text-transform: none;
    color: #000;
}
.custom-price-symbol {
    text-transform: none;
}

.xoo-wsc-ft-buttons-cont a.xoo-wsc-ft-btn, .xoo-wsc-container .xoo-wsc-btn {
    font-weight: 500;
}
.product-img-wrap-custom {
    position: relative;
}
a.xoo-qv-button, button.button.addonify-qvm-button {
    position: absolute !important;
    bottom: 10px;
    width: 93.5%;
    margin: 0 10px !important;
    color: #fff !important;
    background-color: #000 !important;
    padding: 12px 5px !important;
    border: 1px solid #00000 !important;
    text-align: center;
    font-weight: 500 !important;
    border-radius : 0 !important;
    font-size: 15px !important;
    font-family: 'IBM Plex Sans' ,  san-serif;
    text-transform: none;
    /*letter-spacing: 1px;*/
    cursor: pointer;
    opacity: 0;
    transform: translateY(5px);
    transition: opacity 0.25s ease,transform 0.25s ease-out,background 0.4s ease;
    left: 0;
    right: 0;
    margin: 0 auto;
}
ul.products li.product .product-img-wrap-custom:hover a.xoo-qv-button, ul.products li.product .product-img-wrap-custom:hover button.button.addonify-qvm-button {
    opacity: 1; 
    transform: translateY(0);
    transition: opacity 0.25s ease,transform 0.25s ease-out;
}
ul.products li.product a.xoo-qv-button:hover, ul.products li.product button.button.addonify-qvm-button:hover {
    background-color: #fff !important;
    border: 1px solid #000 !important;
    color: #000 !important;
}
#wps-slider-section .wpsf-product-price {
    font-weight: 500;
}
body .xooqv-eye:before {
    display: none;
}
body .xoo-qv-container.woocommerce.single-product {
    padding: 0px;
    height: 100%;
    max-height: 90vh;
    max-width: 1200px;
    width: 100%;
}
body .xoo-qv-container {
    right: 0;
    left: 0;
}
body .xoo-qv-main {
    overflow: auto;
    position: relative;
    top: 0;
    padding: 45px;
    height: 100%;
    background-color: white;
}

.woocommerce ul.products::before {
    display: none !important;
}
.xoo-qv-images .thumbnails.columns-3 {
    display: flex;
    flex-direction: column;
}
.woocommerce div.product .xoo-qv-images div.images {
    width: 100%;
    display: flex;
    flex-direction: row-reverse;
}
.xoo-qv-images .thumbnails.columns-3 {
    display: flex;
    flex-direction: column;
    flex-basis: 24%;
}
.woocommerce-js div.product div.thumbnails a {
    
    width: 100%;
    padding-bottom: 10px;
    padding-right: 10px;
    margin-right: 0;
    margin-bottom: 0;
}
.woocommerce div.product div.images div.thumbnails {
    padding-top: 0;
}
.pp_details, .ppt, .pp_gallery {
    display: none !important;
}
div.pp_woocommerce .pp_next::before, div.pp_woocommerce .pp_previous::before {
    border-radius: 0;
    height: 1em;
    width: 1em;
    text-shadow: 0 1px 2px rgba(0,0,0,.5);
    background-color: #444;
    color: #fff!important;
    font-size: 16px!important;
    line-height: 1em;
    transition: all ease-in-out .2s;
    font-family: fontawesome;
    content: "\e00b";
    text-indent: 0;
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -10px;
    text-align: center;
}
.woocommerce .woocommerce-breadcrumb {
    display: none;
}


/* Shop Page */
#sidebar {
    display: none;
}

.white {
    color: #fff;
}
.shop-banner {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.banner-btn.btn {
    padding: 220px 0px;
    text-align: center;
    outline: 2px solid #fff;
    /*outline-offset: -10px;*/
    z-index: 99;
    position: relative;
    
}   
.banner-btn.btn a {
    text-align: center;
    display: inline;
    padding: 13px 25px;
    font-size: 14px;
    color: #fff;
    letter-spacing: 1px;
    border: 1px solid #fff;
    background: #0000;
    position: relative;
    z-index: 99;
}
.banner-btn.btn a:hover {
    color: #000;
    border-color: #000;
    background: #ffd75f ;
}
.product .woocommerce-loop-product__title, .product .price {
    text-align: center;
}
.archive .woocommerce-breadcrumb, .archive .woocommerce-result-count, .archive .woocommerce-products-header {
    display: none !important;
}
main {
    margin: 50px 0;
}
.woocommerce-ordering {
    margin-bottom: 20px !important;
}
.archive a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
    display: none;
}
.archive .products {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 50px;
}
.archive .products li.product {
    width: 100% !important;
    margin: 0 !important;
}
.archive .button.product_type_variable.add_to_cart_button {
    display: none !important;
}
.woocommerce .woocommerce-ordering select {
    padding: 10px 20px;
}
/*.woocommerce-shop .shop-page-banner {*/
/*    display: block;*/
/*}*/
.tax-product_cat h1.cat-h1.shop-heading, .tax-product_tag h1.cat-h1.shop-heading{
    display: none;
}
.shop-page-banner, .woocommerce-shop .cat-page-banner {
    display: block;
}
.post-type-archive h1.cat-h1.cat-heading {
    display: none;
}
.woocommerce .woocommerce-ordering select.orderby {
    padding: 10px 10px;
    font-family: 'IBM Plex Sans' , san-serif;
    text-transform: none;
    font-size: 14px;
    margin-right: 20px;
    width: 180px;
    border: 1px solid #818181;
    height: 40px;
    appearance: none;
    background-repeat: no-repeat;
    background-color: transparent;
    background-position-x: 95% !important;
    background-position-Y: center;
    background-image: url('https://www.harshitasinghvi.com/wp-content/uploads/2023/09/down.png');
}

.woocommerce div.product div.images img {
    display: block;
    width: 100%;
    height: auto;
}
body .xoo-qv-main .woocommerce div.product div.images img {
    display: block;
    width: auto;
    height: 100%;
}
.shop-inner-container .product-filter-sec {
    width: 20%;
    border: 1px solid #818181;
    position: fixed;
    top: 0;
    left: -400px;
    background-color: #fff;
    height: 100%;
    z-index: 999;
    transition: 0.5s;
    overflow-y: scroll;
}
.filter-visible {
    left: 0 !important;
}
.shop-inner-container section#woocommerce_price_filter-2 {
    margin-bottom: 50px;
}
.shop-inner-container .bapf_head h3 {
    margin-bottom: 20px;
    /*text-transform: uppercase;*/
    font-size: 17px;
}
.bapf_slidr_main.ui-widget-content .ui-slider-handle{
    background-color: #000;;
}
.berocket_single_filter_widget {
    padding: 10px 20px;
}
.bapf_sfilter .bapf_clr_span {
    border: 1px solid #000;
}
.checked span.bapf_clr_span.h2em.w2em {
    border: 2px solid #000;
}
.bapf_ckbox_sqchck input[type=checkbox]:checked:after {
    left: 5px;
}
.bapf_ckbox_sqchck input[type=checkbox] {
    border-width: 1px;
}
.bapf_sfilter.brchecked_default input:checked+label .bapf_clr_span {
    transform: none;
}
/*.bapf_sfilter.bapf_ckbox label {*/
/*    font-size: 16px;*/
/*    text-transform: uppercase;*/
/*}*/
.bapf_ckbox_sqchck input[type=checkbox]:checked:after {
    border-bottom: 2px solid #000;
    border-right: 2px solid #000;
}
.bapf_sfilter.bapf_ckbox input[type=checkbox] {
    margin-right: 10px;
}
.filter.button {
    display: block;
    padding: 8px 12px;
    float: right;
    border: 1px solid #818181;
    cursor: pointer;
    margin-bottom: 20px;
    width: 150px;
    font-size: 14px;
    text-align: left;
    height: 40px;
    background-repeat: no-repeat;
    background-position-x: 95% !important;
    background-position-Y: center;
    background-image: url('https://www.harshitasinghvi.com/wp-content/uploads/2023/09/adjustment.png');
}
.shop-filter-sorting {
    display: flex;
    justify-content: flex-end;
}
div#filter-closeBtn {
    text-align: end;
    margin: 10px;
}
div#filter-closeBtn img {
    max-width: 18px;
    cursor: pointer;
}
.woocommerce .widget_price_filter .price_slider_amount .button {
    font-size: 15px;
    float: left;
    background-color: #000;
    border-radius: 0;
    color: #fff;
    font-weight: 500;
    border: 1px solid #0000;
}
.woocommerce .widget_price_filter .price_slider_amount .button {
    font-size: 15px;
    float: left;
    background-color: #000;
    border-radius: 0;
    color: #fff;
    font-weight: 500;
    border: 1px solid #0000;
}

/* Single Product Page */

h1.product_title.entry-title {
    font-size: 25px;
    margin-bottom: 0px;
    line-height: 32.3px;
    /*letter-spacing: 1.5px;*/
    word-wrap: break-word;
}
.product-sku {
    font-size: 14px;
    line-height: 25.6px;
    letter-spacing: 1px;
    color: #000;
    font-weight: 500;
    margin-block-end: 5px;
}
.woocommerce div.product p.price {
    font-size: 18px;
    line-height: 28.8px;
    letter-spacing: 1.2px;
    color: rgb(28, 29, 29);
    text-align: left;
}
.single-product-hr {
    margin: 35px auto;
}
.single .summary table tr {
    border-bottom: none;
}
.woocommerce div.product p.price ins, .woocommerce ul.products li.product .price ins {
    text-decoration: none;
}
.woocommerce div.product form.cart .variations label, .woo-variation-swatches.wvs-show-label .variations th .woo-selected-variation-item-name {
    font-weight: 500;
}
.products .add_to_cart_button {
    display: none !important;
}

.single-add-to-cart-btns {
    display: block !important;
    margin-left: 0 !important;
    flex: 0 0 100%;
}
.single_add_to_cart_button.button.alt {
    float: left !important;
    width: 48.5% !important;
}
span.posted_in {
    display: none;
}
.wpcbn-btn.wpcbn-btn-single.single_add_to_cart_button.button.alt, button.wsb-button.js-wsb-add-to-cart {
    width: 48.5% !important;
    margin-top: 0 !important;
    float: right !important;
}
#addonify-quick-view-modal .woocommerce .product .summary .summary-content .variations_form .single_variation_wrap .woocommerce-variation-add-to-cart {
    flex-wrap: wrap;
}
#addonify-quick-view-modal .woocommerce .product .summary .summary-content .variations_form .variations {
    border: none;
    padding: 0;
    margin-bottom: 15px;
}
#addonify-quick-view-modal .woocommerce .product .summary .summary-content .product_meta {
    margin: 0;
    padding: 0;
    border-top: none;
}
#addonify-quick-view-modal table.variations tr {
    border-bottom: none;
}
#addonify-quick-view-modal .woocommerce .product .summary .summary-content .variations_form .variations tr {
    display: block;
}
#addonify-quick-view-modal .woocommerce .product .summary .summary-content .variations_form .variations tr .label {
    line-height: 2em;
}
#addonify-quick-view-modal .woocommerce .product .summary .summary-content .variations_form > div {
    width: 100% !important;
}
#addonify-quick-view-modal .woocommerce .product .summary .summary-content .variations_form .single_variation_wrap .woocommerce-variation {
    margin: 0;
}
#addonify-quick-view-modal .woocommerce .product .summary .summary-content .product_title {
    margin-bottom: 10px;
}
#addonify-quick-view-modal .woocommerce .product .summary .summary-content .product_meta a {
    color: #000000;
}
#addonify-quick-view-modal .woocommerce .product .images .flex-control-nav li {
    border-radius: 0;
}
#addonify-quick-view-modal .woocommerce .product .images .flex-control-nav li img {
    filter: none;
}
#addonify-quick-view-modal .size-chart, #addonify-quick-view-modal .summary-form {
    display: none;
}
#addonify-quick-view-modal .woocommerce .product .onsale {
    top: 0 !important;
    left: 0;
    border-radius: 0;
    background-color: #000;
    color: #fff;
    width: 62px;
}
#addonify-quick-view-modal .woocommerce .product .summary .summary-content .price ins {
    line-height: 15.4px;
    font-size: 15.4px;
    color: #000;
}
.wvg-gallery-image, .woo-variation-gallery-wrapper .woo-variation-gallery-container {
    visibility: unset;
}
a.woocommerce-product-gallery__trigger {
    display: none !important;
}
#addonify-quick-view-modal-wrapper #addonify-quick-view-modal-close .button-icon svg {
    height: 30px;
    line-height: 1;
    width: 30px;
}
#addonify-quick-view-modal button.single_add_to_cart_button.button.alt {
    background: #fff !important;
    border: 1px solid #000 !important;
    text-transform: capitalize !important;
}
#addonify-quick-view-modal button.single_add_to_cart_button.button.alt:hover {
    border-color: transparent !important;
    background-color: #000 !important;
}
#addonify-quick-view-modal button.wpcbn-btn.single_add_to_cart_button.button.alt {
    background: #000 !important;
    border: 1px solid transparent !important;
    text-transform: capitalize !important;
    color: #fff !important;
}
#addonify-quick-view-modal button.wpcbn-btn.single_add_to_cart_button.button.alt:hover {
    border-color: #000 !important;
    background-color: #fff !important;
    color: #000 !important;
}
#addonify-quick-view-modal button.button.addonify-qvm-button .label {
    font-weight: 500;
    font-family: "IBM Plex Sans", san-serif;
    font-size: 15px;
}
#addonify-quick-view-modal span.posted_in {
    display: none !important;
}
@media only screen and (max-width:575px){
button#addonify-quick-view-modal-close {
    background-color: #000 !important;
    color: #fff !important;
}
button#addonify-quick-view-modal-close svg path {
    fill: #000;
}
}
.addonify-qvm-button {
    width: 100%;
}
.fkcart-shortcode-container {
    display: inline-block !important;
    margin-right: 10px;
}
span.woocommerce-Price-amount.amount {
    font-weight: 500 !important;
}
#fkcart-modal .fkcart-item-wrap .fkcart--item .fkcart-remove-item {
    background: #000 !important;
    color: #fff !important;
}
a#fkcart-checkout-button {
    font-size: 14px !important;
}
a#fkcart-checkout-button {
    font-size: 14px !important;
    background-color: var(--fkcart-primary-bg-color,#0170b9);
    border: 0;
    color: var(--fkcart-primary-font-color,#fff);
    display: flex;
    font-size: 18px;
    font-weight: 500;
    padding: 12px 14px;
    text-align: center;
    justify-content: center;
    text-decoration: none;
    transition: all .2s ease-out;
    line-height: 20px;
    width: 90%;
    margin: 16px auto;
    border-radius: var(--fkcart-border-radius,3px);
    border: 1px solid #000 !important;
}
#fkcart-modal .fkcart-checkout-wrap #fkcart-checkout-button .fkcart-checkout--text {
    color: #000;
}

.fkcart-shortcode-container .fkcart-shortcode-count {
    top: 0px !important;
    right: -4px !important;
    z-index: 0 !important;
    font-size: 10px !important;
    width: 15px !important;
    height: 15px !important;
    min-width: 10px !important;
}
.fkcart-shortcode-icon-wrap svg {
    fill: #565656 !important;
}
#fkcart-modal .fkcart-checkout-wrap #fkcart-checkout-button, #fkcart-modal .fkcart-primary-button {
    border: 1px solid #0000 !important;
}
#fkcart-modal .fkcart-quantity-selector {
    border-radius: 0 !important;
}
#fkcart-modal .fkcart-checkout-wrap #fkcart-checkout-button:hover, #fkcart-modal .fkcart-primary-button:hover, a#fkcart-checkout-button:hover {
    background-color: #fff !important;
    border: 1px solid #000 !important;
    color: #000 !important;
}
#fkcart-modal .fkcart-checkout-wrap #fkcart-checkout-button:hover .fkcart-checkout--text {
    color: #000;
}
#fkcart-modal .fkcart-item-wrap .fkcart--item .fkcart-item-title {
    font-family: 'Playfair Display' !important;
}
#fkcart-modal .fkcart-preview-ui .fkcart-slider-heading .fkcart-title {
    text-align: center;
}
#fkcart-modal .fkcart-checkout-wrap .fkcart-shopping-link, #fkcart-modal .fkcart-shopping-link {
    color: #000 !important;
}

button.wpcbn-btn.wpcbn-btn-single.single_add_to_cart_button.button.alt {
    margin-left: 10px !important;
}
.woocommerce div.product p.price {
    padding-bottom: 20px !important;
    border-bottom: 1px solid rgb(0 0 0 / 10%);
    margin-bottom: 38px !important;
}
li.variable-item.button-variable-item.button-variable-item-s.selected {
    box-shadow: var(--wvs-selected-item-box-shadow,0 0 0 2px #000) !important;
}
.woocommerce div.product div.summary, .xoo-qv-summary {
    display: flex;
    flex-direction: column;
}
.woocommerce div.product div.summary {
    display: flex;
    flex-direction: column;
}
h1.product_title.entry-title, .xoo-qv-summary h1.product_title.entry-title {
    order: 1;
}
.product_meta, .xoo-qv-summary .product_meta {
    order: 3;
    margin-bottom: 15px;
}
.summary p.product-sku, #addonify-quick-view-modal .summary .product_meta .sku_wrapper {
    order: 6;
}
.summary p.price, .xoo-qv-summary p.price {
    order: 4;
}
.woocommerce div.product form.cart {
    margin-bottom: 2em;
    order: 5;
}
.summary .cart, .xoo-qv-summary .cart {
    order: 5;
    text-align: left;
}
.summary .woocommerce-product-details__short-description, .xoo-qv-summary .woocommerce-product-details__short-description {
    order: 6;
}
.summary .single-accordion, .xoo-qv-summary .single-accordion {
    order: 7;
    border: 1px solid rgb(0 0 0 / 32%);
    border-bottom: none;
    margin-top: 20px;
}
.xoo-qv-summary .xoo-qv-plink {
    order: 8;
    display: none;
}
.xoo-qv-close {
    color: #000;
    top: 60px;
    z-index: 999;
    right: 20px;
}
.xoo-qv-close:hover {
    color: #f50f0f;
}
.xoo-qv-summary table tr {
    border-bottom: none;
}
.single-accordion .acc-content {
    padding: 25px 20px;
    border-bottom: 1px solid rgb(0 0 0 / 10%);
}
.summary .product_meta .sku_wrapper {
    display: none;
}
.xoo-qv-summary .product_meta .sku_wrapper {
    display: block;
}
.summary .product_meta .posted_in, .xoo-qv-summary .product_meta {
    font-size: 14px;
    text-transform: none;
}
.summary th.label {
    font-size: 14px;
    text-transform: none;
    letter-spacing: 1.2px;
}
.customise-button {
    padding: 7px 15px;
    border: 1px solid #a9a8a9;
    display: inline-block;
}
.customise-button-sec {
    margin-bottom: 20px;
}
.customise-form ul.form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 0 20px;
}
.customise-form .single-form .form-item input, .customise-form .single-form .form-item textarea{
    border: 1px solid rgb(0 0 0 / 10%);
    padding: 8px 10px;
    margin-bottom: 0px;
    width: 100%;
}
 ul.form-grid-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 0 14px;
    margin-bottom: 22px;
}
ul.form-grid-2 li {
    width: 100% !important;
    float: none !important;
   
}

li.form-item.form-name.last-full-name {
     width: 100% !important;
    float: none !important;
     margin-bottom: 22px;
}

/*div#wpcf7-f1075-p930-o1 {*/
/*    display: none;*/
/*}*/

.pointer-cursor {
    cursor: pointer !important;
    opacity: 1 !important;
}
.customise-form {
    display: none;
    height: 500px;
    scroll-behavior: smooth;
    overflow-y: scroll;
    padding: 10px;
    order: 5;
    margin: 30px 0 50px 0;
}
contact .single-form .form-item.form-num {
    float: left;
    width: 49%;
}
/*.customise-form ul.form-grid li {*/
/*    width: 92%;*/
/*}*/

#addonify-quick-view-modal #adfy-quick-view-modal-content .woo-variation-product-gallery {
    max-width: 800px !important;
    width: 500px;
    
}
@media screen and (max-width: 575px) {
    #addonify-quick-view-modal-wrapper #addonify-quick-view-modal-close .button-icon svg {
    display: none;
}
}
#addonify-quick-view-modal #adfy-quick-view-modal-content .slick-slide {
    width: fit-content;
}
.woo-variation-swatches .wvs-style-squared.variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item .variable-item-span {
    padding: 7px 15px 7px;
}
li.variable-item.button-variable-item {
    border-radius: 0 !important;
}
td.value.woo-variation-items-wrapper {
    display: flex !important;
    gap: 20px;
}
.plus.qib-button, .minus.qib-button {
    width: 40px !important;
    background-color: #fff !important;
    height: 40px !important;
    border-color: rgb(0 0 0 / 32%) !important;
}
.quantity.buttons_added {
    background-color: #fff !important;
    height: 40px !important;
    border-color: rgb(0 0 0 / 32%) !important;
}
.qib-container .quantity input {
    height: 100% !important;
    border-color: rgb(0 0 0 / 32%) !important;
}
/*.archive .woocommerce .qib-container, .single .woocommerce .qib-container {*/
/*    margin-bottom: 30px;*/
 
/*}*/

button.single_add_to_cart_button.button.alt {
    display: block !important;
}

button.single_add_to_cart_button.button.alt, button.single_add_to_cart_button.button.alt.disabled.wc-variation-selection-needed, .button.feature-btn a, button.wsb-button.js-wsb-add-to-cart {
    display: block ;
    border: 1px solid #000;
    border-radius: 0;
    width: 100%;
    background-color: #fff;
    min-height: 50px;
    font-family:'IBM Plex Sans' ,  san-serif;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    color: #000;
}
.summary .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt:before {
    top: 15px;
}
.woocommerce button.button.loading::after, .wsb-button.wsb-loading:after {
    display: none !important;
}
button.wsb-button.js-wsb-add-to-cart {
    background-color: #000;
    cursor: pointer;
}
button.single_add_to_cart_button.button.alt:hover, .button.feature-btn a:hover {
    background-color: #000!important;
    color: #fff !important; 
    border-color: transparent;
}
button.wpcbn-btn.wpcbn-btn-single.single_add_to_cart_button.button.alt:hover, form.checkout_coupon.woocommerce-form-coupon .button:hover, .woocommerce-button.button.view:hover, button.wsb-button.js-wsb-add-to-cart:hover {
    background-color: #fff !important;
    color: #000 !important;
    border-color: #000;
}

form.checkout_coupon.woocommerce-form-coupon .button, .woocommerce-button.button.view {
    background-color: #000;
    color: #fff;
    font-size: 14px;
    font-family: 'IBM Plex Sans' ,  san-serif;
    font-weight: 500;
    border: 1px solid #0000;
    border-radius: 0;
    padding: 11px 30px;
    letter-spacing: 1px;
    text-transform: none;
}
.added_to_cart.wc-forward {
    display: none !important;
}
button.wpcbn-btn.wpcbn-btn-single.single_add_to_cart_button.button.alt {
    display: block; 
    border: 1px solid #0000;
    border-radius: 0;
    width: 100%;
    background-color: #000 !important;
    min-height: 50px;
    margin-top: 15px;
    color: #fff !important;
    
}
.owl-carousel-top .owl-carousel .owl-stage {
    display: flex;
    align-items: center; 
}
button.single_add_to_cart_button.button.alt.disabled.wc-variation-is-unavailable {
    background-color: #fff;
    color: #000;
}
.single_add_to_cart_button.button.alt.added::after {
    display: none;
}
/*.archive .qib-container, .single .qib-container, body .xoo-qv-main .qib-container, .xoo-qv-modal .qib-container::before {*/
/*    margin-bottom: 25px;*/
/*}*/
.archive .qib-container::before, .single .qib-container::before, .xoo-qv-modal .qib-container::before  {
    content: 'Quantity';
    display: block;
    font-weight: 500;
    margin-bottom: 10px;;
    text-transform: none;
    letter-spacing: 1.2px;
    font-size: 14px;
}
.summary .woocommerce-product-details__short-description h4 {
    margin-bottom: 20px;
    font-size: 16px;
}
.summary .woocommerce-product-details__short-description p {
    margin-bottom: 20px;
    font-size: 14px;
}
.summary .woocommerce-product-details__short-description strong {
    margin-bottom: 20px;
    font-size: 16px;
}
.woocommerce div.product form.cart .variations {
    margin-bottom: 15px;
}
.single-product .related .add_to_cart_button, a.button.product_type_variable.add_to_cart_button {
    display: none !important;
}
.home a.button.add_to_cart_button {
    display: none ;
}
.single-product section.related.products h2, .products h2 {
    font-size: 25px;
    /*letter-spacing: 1.2px;*/
    text-align: center;
    margin-bottom: 50px;
}
section.related.products {
    margin: 100px 0px;
    border-bottom: 1px solid #e8e8e1;
}
.single-accordion .single-form .form-item.form-email, .page-template-contact .single-form .form-item.form-email{
    float: right;
    width: 49%;
}
.single-accordion .single-form .form-item.form-name, .page-template-contact .single-form .form-item.form-name, .page-template-contact .single-form .form-item.form-num  {
    float: left;
    width: 49%;
}
.single-accordion .single-form .form-item.form-num input, .single-accordion .single-form .form-item.form-message textarea, .single-form .form-item.form-email .single-form .form-item.form-message textarea {
    width: 100%;
}
.page-template-contact textarea {
    width: 100%;
}
.single-accordion .single-form .form-item.form-submit-btn p, .page-template-contact .single-form .form-item.form-submit-btn p, .customise-form .single-form .form-submit-btn p {
    text-align: center;
}

.form-item .form-item-name, .single-post label {
    font-size: 14px;
    letter-spacing: 1.2px;
    line-height: 16.32px;
    margin-bottom: 10px;
    text-transform: capitalize;
}
.post-navigation a:hover {
    font-weight: 600;
}
ul.form-grid li, li.form-item.form-num {
    margin-bottom: 22px;
}
.single-accordion .single-form .form-item input, .single-accordion .single-form .form-item textarea, .page-template-contact .single-form .form-item input, .page-template-contact .single-form .form-item textarea, .single-post input, .single-post textarea  {
    border: 1px solid rgb(0 0 0 / 10%);
    padding: 8px 10px;
    margin-bottom: 0px;
    width: 100%;
}
.wpcf7-spinner {
    display: none;
}
.single-accordion .single-form .form-item input, .page-template-contact .single-form input, .single-post input, .customise-form .single-form input {
    height: 40px;
}
.single-accordion .single-form .form-submit-btn input, .page-template-contact .single-form .form-submit-btn input, .customise-form .single-form .form-submit-btn input {
    width: auto;
    padding: 11px 35px;
    font-size: 14px;
    color: #fff;
    background-color: #000;
    line-height: 18.46px;
    letter-spacing: 1px;
    text-transform: none;
    font-family: 'IBM Plex Sans' ,  san-serif;
    border: 1px solid #0000;
    cursor: pointer;
    font-weight: 500;
}
.single-accordion .single-form .form-submit-btn input:hover, .page-template-contact .single-form .form-submit-btn input:hover, .customise-form .single-form .form-submit-btn input:hover {
    background-color: #fff;
    color: #000;
    border-color: #000;
}
.single-accordion .acc-head p {
    color: #000;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 19.2px;
    font-size: 14px;
}
.single-accordion .acc-head {
    padding: 15px;
    text-align: center;
    background-color: #fff;
    border-bottom: 1px solid rgb(0 0 0 / 32%);
}
.single-accordion .acc {
    margin-bottom: 0;
}
.single-accordion .acc-head::before {
    width: 1.5px;
    background-color: #000;
}
.single-accordion .acc-head::after {
    height: 1.0px;
    background-color: #000;
}
.woocommerce span.onsale {
    border-radius: 0;
    background-color: #000;
    top: 7px !important;
    line-height: 20px;
    text-transform: none;
    font-family: 'avenir-next-medium';
    min-height: 30px;
    padding: 5px 10px;
    right: 7px !important;
    width: 60px;
}
.woocommerce .product span.onsale {
    left: 0;
    margin-left: 0;
    margin-top: -7px;
}
.woocommerce .xoo-qv-main .product span.onsale {
    left: 44%;
    margin-left: -27px;
    margin-top: -7px;
}
.acc-container {
  /*max-width: 700px;*/
  width: 100%;
}
.summary .tagged_as {
    display: none !important;
}
.acc {
  margin-bottom: 10px;
}
.acc-head {
  background-color: rgb(155, 154, 87);
  padding: 15px 10px;
  font-size: 22px;
  position: relative;
  cursor: pointer;
 }
.acc-head::before, .acc-head::after {
  content: '';
  position: absolute;
  top: 50%;
  background-color: #fff;
  transition: all .3s;
 }
.acc-head::before {
  right: 30px;
  width: 3px;
  height: 16px;
  margin-top: -9px;
}
.acc-head::after {
  right: 23px;
  width: 16px;
  height: 3px;
  margin-top: -2px;
}
.acc-head p {
  color: #fff;
  font-weight: bold;
}
.acc-content {
  padding: 15px 10px;
  display: none;
}
.acc-head.active::before {
    transform: rotate(90deg);
}
.woocommerce-message {
    font-size: 16px;
    letter-spacing: normal;
    line-height: 25.3px;
    border-top-color: #000000;
    color: #000;
}
/*zoom img error*/
.show_lightbox span.nickx-popup_trigger.fa.fa-expand {
    left: inherit !important;
    right: 20px;
}
.woocommerce-page .woocommerce-message .button {
    background-color: #000;
    font-size: 14px !important;
    text-align: center;
    padding: 15px 20px;
    border: 1px solid #0000;
    border-radius: 0;
    color: #fff;
    text-transform: capitalize;
    font-weight: 500;
}
.woocommerce-page .woocommerce-message .button:hover {
    background-color: #fff;
    text-decoration: none;
    background-image: none;
    color: #000;
    border-radius: 0;
    border: 1px solid #000;
}
#nickx-gallery .nslick-slide {
    margin-bottom: 5px;
}

.woocommerce-tabs.wc-tabs-wrapper {
    display: none;
}
.woocommerce-product-gallery .acoplw-badge-icon {
    visibility: visible !important;
}
/* Product Tabs CSS Start */

.woocommerce-page div.product .woocommerce-tabs h2 {
    display: none;
    font-size: 22px;
    margin-bottom: 20px;
    line-height: 22px;
    letter-spacing: normal;
    text-transform: none;
}
.woocommerce-page div.product .woocommerce-tabs h4 {
    font-size: 16px;
    margin-bottom: 16px;
    margin-top: 16px;
    line-height: 17px;
    letter-spacing: normal;
}
.woocommerce-tabs.wc-tabs-wrapper {
    padding: 30px 50px 30px 50px;
    background-color: #f5f5f5;
}
.woocommerce .product .woocommerce-tabs .tabs li {
    font-family: 'IBM Plex Sans' ,  san-serif;
    letter-spacing: 1.8px;
    line-height: 18px;
    border-radius: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    color: #000;
}
.woocommerce #review_form #respond .form-submit input {
    border: 1px solid #000;
    border-radius: 0;
    color: #000;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 01px;
    color: #000;
    
}
form#commentform {
    margin-top: 20px;
}
li {
    line-height: 22px;
    margin-bottom: 4px;
    font-size: 14px;
    font-family: 'IBM Plex Sans' ,  san-serif;
}
#review_form_wrapper {
    margin-top: 20px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    display: inline-block;
    padding: 0.5em 0;
    font-weight: 500;
    font-family: 'IBM Plex Sans' ,  san-serif;
    text-decoration: none;
}
.xoo-wsc-empty-cart {
    font-weight: 600;
}

/* Product Tabs CSS End */


.woocommerce-message::before {
    content: "\e015";
    color: #000;
}

/* Cart Page CSS Start */

.woocommerce-cart section.products {
    display: none;
}
.woocommerce-cart .entry-title, .woocommerce .cart-collaterals .cart_totals {
    font-size: 32.3px;
    color: #000;
    text-transform: none;
    
}
.woocommerce-page .cart-collaterals .cart_totals h2 {
    color: #000;
    text-transform: capitalize;
    
}
header.entry-header {
    margin: 45px 0;
}
.entry-content {
    margin-bottom: 45px;
}
form.woocommerce-cart-form {
    float: left;
    width: 66%;
}
.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
    width: 30%;
}
table thead tr {
    border-top: 1px solid #e8e8e8;
}
table tr {
    border-bottom: 1px solid #e8e8e8;
    width: 100%;
    padding: 10px;
    /*float: left;*/
}
/*.woocommerce table.shop_table .product-remove {*/
/*    width: 5%;*/
/*}*/
.woocommerce table.shop_table {
    border-radius: 0;
}
.woocommerce table.shop_table .product-thumbnail {
    /*width: 7%;*/
    line-height: 0.5em;
}
.woocommerce table.shop_table .product-name {
    /*width: 30%;*/
}
.page-id-13 .woocommerce table.shop_table .product-name {
    /*width: 50%;*/
}
table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents th.product-price {
    margin-left: -22px;
}
.woocommerce table.shop_table thead th.product-price, .woocommerce table.shop_table thead th.product-quantity, .woocommerce table.shop_table thead th.product-subtotal, .woocommerce table.shop_table tbody tr.woocommerce-cart-form__cart-item td.product-price, .woocommerce table.shop_table tbody tr.woocommerce-cart-form__cart-item td.product-stock-status, .woocommerce table.shop_table tbody tr.woocommerce-cart-form__cart-item td.product-quantity, .woocommerce table.shop_table tbody tr.woocommerce-cart-form__cart-item td.product-subtotal {
    /*width: 10%;*/
    text-align: center;
}
.woocommerce a.remove {
    background-color: #000;
    color: #fff !important;
    font-size: 22px;
    line-height: 18px;
}
/*.woocommerce table.shop_table, .woocommerce table.shop_table td {*/
/*    border: none;*/
/*}*/
.woocommerce table.shop_table th {
    font-size: 14px;
    text-transform: none;
    font-family: 'IBM Plex Sans' ,  san-serif;
}
.woocommerce-cart .coupon input#coupon_code {
    width: 48%;
    height: 36px;
    font-size: 15px;
    text-align: center;
    font-family: 'IBM Plex Sans' ,  san-serif;
    font-weight: 400;
}
.woocommerce-cart .coupon input#coupon_code:hover {
    border-color: #000;
}
.woocommerce table.shop_table_responsive tr:nth-child(2n) td, .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
    background-color: #0000;
}
.woocommerce-cart .coupon button.button {
    width: 50%;
    background-color: #000;
    color: #fff;
    height: 36px;
    font-weight: 500;
    font-family: 'IBM Plex Sans' ,  san-serif;
    border: 1px solid #0000;
    border-radius: 0;
}

.woocommerce-cart .coupon button.button:hover {
    color: #000;
    background-color: #fff;
    border: 1px solid #000;
}
.woocommerce .woocommerce-cart-form table.shop_table .product-thumbnail {
    text-align: center;
}
.entry-content h2, .entry-summary h2, .comment-content h2 {
    margin-bottom: 10px;
}
#add_payment_method .cart-collaterals .cart_totals tr td, #add_payment_method .cart-collaterals .cart_totals tr th, .woocommerce-cart .cart-collaterals .cart_totals tr td, .woocommerce-cart .cart-collaterals .cart_totals tr th, .woocommerce-checkout .cart-collaterals .cart_totals tr td, .woocommerce-checkout .cart-collaterals .cart_totals tr th {
    border-top: none;
}
.woocommerce-Price-amount bdi, .home-hightlight #wps-slider-section #sp-woo-product-slider-746 .wpsf-product-price,
.woocommerce-cart .cart-collaterals .cart_totals table small,
.woocommerce-page .cart-collaterals .cart_totals tr.tax-rate th,
.woocommerce-page .cart-collaterals .cart_totals tr.tax-rate span.woocommerce-Price-amount {
    font-size: 15px;
    font-family: 'IBM Plex Sans' ,  san-serif;
    text-transform: none;
    font-weight: 500;
}
.woocommerce-page .cart-collaterals .cart_totals tr.tax-rate th,
.woocommerce-page .cart-collaterals .cart_totals tr.tax-rate td {
    vertical-align: middle;
    line-height: 24px;
    font-size: 15px;
    font-family: 'IBM Plex Sans' ,  san-serif;
}
.woocommerce-page .cart-collaterals .cart_totals tr.cart-subtotal th,
.woocommerce-page .cart-collaterals .cart_totals tr.cart-subtotal td {
    line-height: 20px;
    vertical-align: middle;
    font-size: 15px;
    font-family: 'IBM Plex Sans' ,  san-serif;
}
#wps-slider-section #sp-woo-product-slider-855 .wpsf-product-price del span {
    color: #888888;
}
.woocommerce table.shop_table .cart-subtotal td, .woocommerce table.shop_table .order-total td {
    /*float: right;*/
    padding: 5px 12px;
    line-height: 12px;
}
.woocommerce table.shop_table .cart-subtotal th, .woocommerce table.shop_table .order-total th {
    /*float: left;*/
    padding: 5px 10px;
}
.cart_totals th {
    font-weight: 400 !important;
}
.woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table tr.woocommerce-shipping-totals.shipping th {
    width: 20% !important;
}
a.checkout-button.button.alt.wc-forward, .woocommerce .woocommerce-form-login .woocommerce-form-login__submit, button.woocommerce-Button.woocommerce-button.button.woocommerce-form-register__submit, .woocommerce .lost_reset_password button.button, .woocommerce-page .woocommerce-info .button, .woocommerce-account .woocommerce-address-fields .button, .woocommerce .woocommerce-MyAccount-content button.button, .woocommerce-page #payment #place_order {
    background-color: #000;
    border-radius: 0;
    font-size: 15px;
    font-family: 'IBM Plex Sans' ,  san-serif;
    border: 1px solid #0000;
    font-weight: 500;
    color: #fff;
    text-transform: capitalize;
}
a.checkout-button.button.alt.wc-forward:hover, .woocommerce .woocommerce-form-login .woocommerce-form-login__submit:hover, button.woocommerce-Button.woocommerce-button.button.woocommerce-form-register__submit:hover,  .woocommerce .lost_reset_password button.button:hover, .woocommerce-page .woocommerce-info .button:hover, .woocommerce-account .woocommerce-address-fields .button:hover, .woocommerce .woocommerce-MyAccount-content button.button:hover, .woocommerce-page #payment #place_order:hover {
    background-color: #fff ;
    border: 1px solid #000;
    color: #000;
}
div#order_review, .woocommerce-billing-fields__field-wrapper {
    margin-top: 20px;
}
.woocommerce table.shop_table {
    border-collapse: collapse;
}
#add_payment_method .wc-proceed-to-checkout, .woocommerce-cart .wc-proceed-to-checkout, .woocommerce-checkout .wc-proceed-to-checkout {
    padding: 0.5em 0;
}
.woocommerce-info {
    border-top-color: #333;
}
.woocommerce-info::before {
    color: #333;
}
.woocommerce-info {
    border-top-color: #333;
    font-family: 'IBM Plex Sans' ,  san-serif;
    line-height: 22px;
}
.return-to-shop a.button.wc-backward {
    border-radius: 0;
    background-color: #000;
    color: #fff;
    font-family: 'IBM Plex Sans' ,  san-serif;
    font-weight: 500;
    border: 1px solid #000;
}
.return-to-shop a.button.wc-backward:hover {
    background-color: #fff;
    color: #000;
}
.woocommerce-shipping-destination {
    font-size: 14px;
}
.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
    border: 1px solid #e7e6e7;
}

/* Cart Page CSS End */

/* Cart Page CSS End */





/* Cart Page CSS End */



/* Account Page CSS End */

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
    line-height: 26px;
    border: 1px solid #d9d9d9;
    border-radius: 0;
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
    line-height: 32px;
    border: 1px solid #d9d9d9;
    border-radius: 0;
    font-size: 16px;
    color: #333;
    padding: 0 5px;
}
.woocommerce form .show-password-input, .woocommerce-page form .show-password-input {
    top: 4px;
}
.woocommerce form .form-row label {
    line-height: 2;
    text-transform: none;
    font-family: 'IBM Plex Sans' ,  san-serif;
    font-size: 14px;
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
    line-height: 2.5;
}
form.woocommerce-form.woocommerce-form-register.register p {
    font-size: 15px;
}
button.woocommerce-Button.woocommerce-button.button.woocommerce-form-register__submit {
    margin-top: 10px;
}
nav.woocommerce-MyAccount-navigation ul {
    border: 1px solid #e8e8e8;
    padding: 25px;
    background-color: #f7f6f7;
}
li.woocommerce-MyAccount-navigation-link {
    margin: 0;
    padding: 5px 5px;
    border-bottom: 1px solid #e8e8e8;
    font-family: 'IBM Plex Sans' ,  san-serif;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
    float: left;
    width: 27%;
}
.woocommerce-MyAccount-content .u-columns.woocommerce-Addresses.col2-set.addresses {
    margin-top: 30px;
}
.woocommerce-Address address {
    font-style: normal;
    margin-top: 15px;
}
.woocommerce-MyAccount-content .woocommerce-Address {
    border: 1px solid #e8e8e8;
    padding: 25px;
    background-color: #f7f6f7;
}
.woocommerce-account .woocommerce-address-fields {
    margin: 25px 0;
}
.woocommerce-input-wrapper span.select2-selection.select2-selection--single {
    border-radius: 0;
    line-height: 32px;
    height: 32px;
    border-color: #d9d9d9;
}
.woocommerce form .form-row {
    margin-bottom: 12px;
}
.woocommerce-account .woocommerce-address-fields .button {
    text-transform: none;
}
li.is-active {
    background-color: #000;
}
li.is-active a {
    color: #fff;
}
.woocommerce form .form-row em {
    font-style: normal;
}
.woocommerce-MyAccount-content fieldset {
    border: none;
    margin: 16px 0;
}
.woocommerce-MyAccount-content fieldset legend {
    font-size: 16px;
    text-transform: none;
    margin-bottom: 15px;
}
.woocommerce-orders-table__row--status-processing td {
    font-size: 14px;
}
.woocommerce-orders-table__row--status-processing, .woocommerce-MyAccount-orders tr {
    float: none;
}
/* Account Page CSS End */


/* Checkout Page CSS Start */

.woocommerce-checkout .custom-checkout-lft {
    width: 48%;
    float: left;
}
.woocommerce-checkout .custom-checkout-rgt {
    width: 48%;
    float: right;
}
.woocommerce-checkout .woocommerce .col2-set .col-2,.woocommerce-checkout .woocommerce-page .col2-set .col-2,.woocommerce-checkout .woocommerce .col2-set .col-1,.woocommerce-checkout .woocommerce-page .col2-set .col-1  {
    float: none;
    width: 100%;
    padding: 5px;
}
.woocommerce-checkout tr.cart-subtotal, .woocommerce-checkout tr.order-total {
    padding: 0 10px;
}
.woocommerce-checkout .woocommerce table.shop_table tbody th, .woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th {
    border-top: 0;
}
.woocommerce-checkout .woocommerce table.shop_table .cart-subtotal th, .woocommerce table.shop_table .order-total th {
    font-weight: 500;
}
.woocommerce table.shop_table tbody th, .woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th {
    font-weight: 500;
}
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
    background: #f7f6f7;
}
.woocommerce-privacy-policy-text {
    margin-bottom: 25px;
}
.woocommerce-privacy-policy-text p {
    font-size: 14px;
}
.woocommerce table.shop_table th.product-name {
    font-family: 'IBM Plex Sans' ,  san-serif;
}
/*.woocommerce-checkout th.product-total{*/
/*    float: right;*/
/*}*/
.woocommerce-checkout th.product-name, .woocommerce-checkout td.product-name, .woocommerce table.shop_table tfoot th {
    /*float: left;*/
    /*width: 50%;*/
}
li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--downloads {
    display: none;
}
.woocommerce-order-received th.product-total {
    float: none;
}
.woocommerce-shipping-fields {
    padding: 2px;
}
.woocommerce-thankyou-order-received tfoot .woocommerce-order-details tfoot:last-child {
    border-bottom: none;
}
/* Checkout Page CSS End */


/* Thanyou Page CSS Start */


.woocommerce-order-received .woocommerce .woocommerce-customer-details address, .woocommerce .woocommerce-customer-details .woocommerce-customer-details--email, .woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone {
    font-size: 15px;
    background-color: #f7f6f7;
    font-family: 'IBM Plex Sans' ,  san-serif;
    line-height: 30px;
}
.woocommerce-order-received .woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 20px;
    background-color: #f7f6f7;
    border: 1px solid #e8e8e8;
}
.woocommerce-order-received .woocommerce-order-overview li {
    font-family: 'IBM Plex Sans' ,  san-serif;
    margin-bottom: 0;
}
.woocommerce-order-received .woocommerce .woocommerce-customer-details address {
    border: 1px solid #e8e8e8;
}

.woocommerce-order-received .woocommerce-customer-details .addresses .woocommerce-column.woocommerce-column--1.woocommerce-column--billing-address.col-1 {
    width: 48%;
    float: left;
}
.woocommerce-order-received .woocommerce-column.woocommerce-column--2.woocommerce-column--shipping-address.col-2 {
    width: 48%;
    float: right;
}
.woocommerce-order-received table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details {
    background-color: #f7f6f7;
    border: 1px solid #e8e8e8;
    padding: 20px;
}
.woocommerce .woocommerce-customer-details address {
   padding: 20px; 
}
.woocommerce table.shop_table .product-name {
    font-family: 'avenir-next-medium';
}
section.woocommerce-order-details {
    margin-top: 2em;
}



/* Thanyou Page CSS End */

/* Form CSS Start */
::placeholder {
    font-family: 'IBM Plex Sans' ,  san-serif;
    font-size: 14px;
}

/* Form CSS End */

/* Header CSS Start */

.header-top {
    background-color: #000;
}
 header.site-header.fixed .header-top {
    display: none;
}
.header-links-sec.mobile-sec {
    display: none;
}
.header-extra-links.mobile-header-icons .xoo-wsc-sc-cont {
    position: relative;
    margin-left: 14px;
    top: 3px;
}
.header-extra-links.mobile-header-icons .header-right-icons {
    display: flex;
    justify-content: end;
    margin-right: 0;
    padding: 0 5px;
    align-items: center;
}
body #mega-menu-wrap-mobile-menu .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-box {
    height: 33px;
}
body #mega-menu-wrap-mobile-menu .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner, #mega-menu-wrap-mobile-menu .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before, #mega-menu-wrap-mobile-menu .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after {
    height: 2px;
}
body #mega-menu-wrap-mobile-menu .mega-menu-toggle .mega-toggle-block-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
}
#mega-menu-wrap-header-right-menu #mega-menu-header-right-menu > li.mega-menu-item, #mega-menu-wrap-header-left-menu #mega-menu-header-left-menu > li.mega-menu-item {
    margin: 0 16px 0 16px;
}
.header-extra-links.mobile-header-icons .header-lato-semi-bold-icon-sec {
    width: auto;
} 
div.is-ajax-search-result {
    width: 100%;
    max-width: 92%;
}
.header-top .announcement-item {
    padding: 9px 40px;
    color: #fff;
}
.header-main .container.full-head {
    position: relative;
}
.header-top .announcement-item-text {
    font-size: 11px;
    line-height: 12px;
    font-family: 'IBM Plex Sans' ,  san-serif;
    font-weight: 500;
    color: #fff;
    text-align: center;
    vertical-align: middle;
}
.header-top .announcement-item-text a {
    color: #fff !important;
    font-size: 11px;
    line-height: 12px;
    font-family: 'IBM Plex Sans' ,  san-serif;
    font-weight: 500;
}
.mobile-top .owl-carousel .owl-item p a {
color: #fff;
}
.xoo-wsch-text {
    text-transform: none;
    font-family: 'IBM Plex Sans' ,  san-serif;
}
.site-header .ivory-search {
    padding: 17px 0;
}
/*header.site-header {*/
/*    position: relative;*/
/*}*/
.header-search-sec {
    position: relative;
}
.is-ajax-search label:after {
    content: '';
    width: 20px;
    height: 20px;
    top: 10px;
    left: 0;
    background-image: url(https://www.harshitasinghvi.com/wp-content/uploads/2023/08/icons8-search-64.png);
    position: absolute;
    background-size: contain;
}
.site-header .ivory-search .is-search-submit {
    float: left;
    display: none;
}
.is-ajax-term-label {
    font-style: normal;
    margin-bottom: 10px;
}
.is-ajax-search-result .right-section {
    margin-top: 30px;
}
.is-ajax-search-no-result {
    font-family: 'IBM Plex Sans' ,  san-serif;
}
.is-ajax-search-post .is-title a {
    font-family: 'avenir-next-medium';
    letter-spacing: 1.2px;
}
.site-header .ivory-search input#is-search-input-70 {
    border: none !important;
    padding: 0 40px;
}
.site-header .ivory-search .is-search-icon {
    background-color: #000;
    color: #fff;
    border-color: #000;
}
.is-ajax-search-details a:hover, .is-ajax-search-result a:hover {
    text-decoration: none;
}
.header-search {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    height: 100%;
}
.is-search-content {
    display: none;
}
.header-search-icon-sec {
  
    width: 6%;
    padding: 5px;
    display: flex;
}
.left-menu {
    width: 40%;
}
#mega-menu-wrap-header-right-menu #mega-menu-header-right-menu>li.mega-menu-item, #mega-menu-wrap-header-left-menu #mega-menu-header-left-menu>li.mega-menu-item {
    margin: 0 10px 0 10px;
}


.header-links-sec.mobile-sec .header-search-icon-sec {
    width: auto;
}
.header-logo-menu-sec {

    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header-links-sec {
    width: 10%;
    float: right;
    text-align: end;
    
    position: relative;
}
.header-main-sec {
    display: flex;
    align-items: center;
}
.header-menu .mega-menu-link {
    font-size: 14px !important;
    text-transform: uppercase !important;
    color: #000;
    line-height: 20.8px;
    letter-spacing: 1.2px;
    font-family: 'lato-regular' !important;
}
.mega-menu-item p.wp-caption-text {
    display: none;
}
.mega-menu-item-type-taxonomy {
    padding-top: 0 !important;
} 
.mega-sub-menu li .mega-sub-menu .mega-menu-item a {
    transition: 0.5s easein;
}
.mega-sub-menu li .mega-menu-item a:hover {
    filter: grayscale(100%);
}
#mega-menu-wrap-header-left-menu #mega-menu-header-left-menu > li.mega-menu-flyout ul.mega-sub-menu {
    margin-top: 10px;
}
footer .footer-logo {
    padding: 5px;
    max-width: 230px;
}
 footer .footer-logo {
    margin: auto;
 }
.header-search-icon-sec img, .header-links img, .header-extra-links img {
    max-width: 20px;
    cursor: pointer;
}
.header-extra-links {
    /*margin-right: 10px;*/
    position: relative;
}
.header-links-sec.mobile-sec .header-extra-links {
    margin-right: 0;
}
.header-right-icons img.account-icon {
    margin-right: 10px;
}
header.site-header .xoo-wsc-sc-cont {
    top: 0;
    right: 0;
    height: 30px;
    width: 30px;
    position: absolute;
}
#wps-slider-section #sp-woo-product-slider-855 .wpsf-cart-button a {
    font-weight: 500;
    text-transform: capitalize;
}
/*.header-right-icons {*/
/*    margin-right: 30px;*/
/*}*/
/*.header-logo {*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*}*/
/*.header-logo a {*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*}*/
.header-main .full-head-search {
    position: absolute;
    background-color: #fff;
    width: 100%;
    top: 5px;
}
.site-header .header-main {
    padding: 20px 0;
    position: relative;
    border-bottom: 1px solid #e7e6e7;
    background-color: #fff;
}
.hedaer-search-close {
    position: absolute;
    top: 40%;
    right: 0;
    max-width: 20px;
    cursor: pointer;
}
body .is-search-icon svg {
    width: 28px;
}
body .is-search-sections .thumbnail {
    margin-right: 10px;
    width: 100% !important;
}
body .is-search-sections .thumbnail img {
    max-width: 100% !important;
}
body .is-ajax-search-details .is-title a, .is-ajax-search-post .is-title a, span.is-meta-category, .is-search-sections .meta i, .is-ajax-search-items .is-prices .amount, .is-ajax-result-description {
    text-transform: none !important;
    font-size: 14px !important;
    font-family: 'IBM Plex Sans' ,  san-serif;
    color: #000;
    font-style: normal;
    font-weight: 500 !important;
}
body .is-ajax-search-posts {
    display: grid;
    grid-template-columns: 1fr 1fr;
}
body .is-ajax-search-result .is-title a {
    font-family: 'avenir-next-medium';
}
body .is-ajax-search-categories-details>div:hover, .is-ajax-search-result .is-ajax-search-post:hover, .is-ajax-search-result .is-show-more-results:hover, .is-ajax-search-tags-details>div:hover {
    background: #e7e6e7;
}
body .is-search-sections .left-section {
    width: 25%;
}
body .is-ajax-term-label {
    font-style: normal;
}
body .is-ajax-search-details a:hover, .is-ajax-search-result a:hover {
    text-decoration: none;
}
body .is-ajax-search-result a {
    color: #000000;
    font-size: 14px;
}
.is-ajax-search-details a:hover, .is-ajax-search-result a:hover {
    text-decoration: none;
}
.site-header .is-form-style button.is-search-submit::after {
    content: '';
    width: 20px;
    height: 20px;
    top: 10px;
    left: 35px;
    background-image: url('https://www.harshitasinghvi.com/wp-content/uploads/2023/08/icons8-search-64.png'); 
    position: absolute;
    background-size: contain;
}
.site-header .ivory-search .is-search-icon svg {
    display: none;
}
div.is-ajax-search-details, div.is-ajax-search-result {
    padding: 0 !important;
    border: 1px solid #e7e6e7;
    top: 814px;
    left: 117px;
}
.is-ajax-search-details .is-title a {
    font-family: 'avenir-next-medium';
}
span.wmc-count {
    width: 15px;
    height: 15px;
    font-size: 10px;
}
.wmc-content h3 {
    font-size: 15px !important;
    background-color: #000;
}
.shortcode-wrapper .wmc-cart img {
    display: none;
}
.header-extra-links .xoo-wsc-icon-basket1:before {
    content: '';
    width: 20px;
    height: 20px;
    top: 0;
    left: 0;
    background-image: url('https://www.harshitasinghvi.com/wp-content/uploads/2023/08/cart-1-1.png'); 
    position: absolute;
    background-size: contain; 
}
.header-extra-links .xoo-wsc-sc-count {
    border-radius: 50%;
    height: 15px;
    line-height: 15px;
    width: 15px;
    display: inline-block;
    text-align: center;
    font-size: 10px;
    right: -26px;
    position: absolute;
    top: -3px;
}


.woocommerce .xoo-wsc-ft-amt.xoo-wsc-ft-amt-subtotal {
    text-transform: none;
    font-size: 15px;
}
.woocommerce .xoo-wsc-ft-btn.xoo-wsc-btn {
    text-transform: none;
    font-size: 14px;
}
.page .xoo-wsc-header {
    padding: 30px 15px;
    border-bottom: 1px solid #e8e8e8;
    font-family: 'avenir-next-medium';
}
.page .woocommerce .xoo-wsc-body,.xoo-wsc-body span.amount, .xoo-wsc-body a, .xoo-wsc-btn {
    font-size: 14px !important;
    color: #000000;
    font-family: 'IBM Plex Sans' ,  san-serif;
    text-transform: none !important;
}
.woocommerce .xoo-wsc-ft-amt-label:after {
    content: ":";
    margin-left: 3px;
}
.header-extra-links .xoo-wsch-text {
    font-family: 'IBM Plex Sans' ,  san-serif;
}
.header-extra-links .xoo-wscb-icon {
    font-size: 32px;
}
.header-extra-links .xoo-wsc-header {
    color: #000000;
    background-color: #ffffff;
    padding: 30px 15px;
    border-bottom: 1px solid #e8e8e8;
}
.xoo-wsc-footer-txt {
    font-family: 'IBM Plex Sans' ,  san-serif;
}
.xoo-wsc-ft-totals {
    margin-bottom: 20px;
}
.product-description-sec .product-des {
    padding: 50px 0;
}
.product-description-sec .des-left {
    float: left;
    width: 57%;
    padding: 0 50px;
    border: solid #e7e6e7;
    border-width: 0px 1px 0px 0px;
}
.product-description-sec .des-right {
    float: right;
    width: 43%;
    padding: 0 50px;
}
.des-content ul {
    list-style: disc;
    padding-left: 20px;
}
.des-heading h3 {
    margin-bottom: 24px;
}
.product-description-sec {
    background-color: #f5f5f5;
    display: none;
}


/* Header CSS End */

/* Footer CSS Start */

footer .footer-container {
    max-width: 70%;
}
footer .top-footer {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 30px;
    padding-bottom: 25px;
}
footer h4.widget-title {
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    font-family: 'avenir-next-medium';
    text-transform: none;
    color: #fff;
    margin: 20px 0 20px 0;
}
footer a, footer p {
    color: #ffffffbf;
    font-weight: 500;
    font-size: 13px;
    text-transform: none;
    font-family: 'IBM Plex Sans' ,  san-serif;
    letter-spacing: 1px;
}
footer a:hover {
    color: #fff;
}
footer .footer-sec {
    background-color: #000;
}
.footer-sec {
    padding: 50px 0;
}
footer .footer-4 .social ul, .page-template-contact .social-list {
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
}
footer .footer-4 .social ul a:hover {
    background-color: #606060;
}
footer .footer-4 .social ul a {
    display: flex;
    width: 45px;
    height: 45px;
    align-items: center;
    justify-content: center;
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 50%;
}
footer ul li{
    margin-bottom: 5px;
}
footer .bottom-footer {
    margin-top: 60px;
    padding-top: 20px;
    border-top: 1px solid #ffffffbf;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px;
    align-items: center;
}
footer .desvelop-by {
    text-align: right;
}
ul.contact-detail li img {
    margin-right: 10px;
}
.customize-summary .woocommerce-variation-add-to-cart {
    pointer-events: none;
    opacity: 0.5;
}
.customize-form-title {
    margin-bottom: 50px;
    text-align: center;
}
.after-form-submit {
    display: none !important;
}
.customize-summary .customise-form {
  display: block;  
}
/* Footer CSS End */


/*About us Page Start */

.about-banner {
    padding: 280px 75px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}

.aro-shop {
    transform: translateY(0%);
    opacity: 0;
    animation: scrolldown 1.2s ease-in-out infinite 0.15s;

}
.aro-shop img {
    max-width: 30px;
}
@keyframes scrolldown {
    0%{
        transform: translateY(20%);
        opacity: 1.7;
    }
    50%{
        transform: translateY(0%);
        opacity: 1.2;
    }
    100%{
        transform: translateY(20%);
        opacity: 1.7;
    }
}
.about-banner h1 {
    color: #fff;
    z-index: 99;
    position: relative;
}
.about-banner h2{
    font-size: 50px;
}
section.aboutus-sec {
    padding: 50px;
}
.about-content a {
    color: #000;
}
.about-content a:hover {
    color: #000;
}
.about-top {
    margin-top: 40px;
    margin-bottom: 70px;
    display: none;
}
.about-right {
    width: 40%;
    float: left;
    padding: 20px;
}
.about-left {
    width: 60%;
    float: right;
    padding: 20px;
}
.about-content h2 {
    margin-bottom: 23px;
}
.about-top h4 {
    font-family: 'IBM Plex Sans' ,  san-serif;
    padding: 0 20px;
}
.about-bottom {
    width: 70%;
    margin: auto;
    display: flex;
    align-items: center;
}
.founder-img {
    height: 400px;
}
.founder-img img {
    height: 100%;
    object-fit: cover;
}
/*About us Page End */

/*Policy Page Start */
.ppc-banner {
    background-size: cover;
    background-position: center;
    padding: 250px;
    background-repeat: no-repeat;
}
.ppc-part p {
    margin: 20px 0px;
}
.ppc-part {
    padding: 30px;
    margin: 40px;
}

/*Policy Page End */

/*Contact Page Start */

section.contact-sec {
    padding: 50px;
}
.page-template-contact .contact-left {
    width: 49%;
    float: right;
    padding: 30px;
}
.page-template-contact .contact-right {
    width: 49%;
    float: left;
    padding: 30px;
}
.page-template-contact input {
    width: 100%;
}
.page-template-contact h2 {
    margin-bottom: 23px;
}
ul.social-list li a {
    display: flex;
    width: 45px;
    height: 45px;
    align-items: center;
    justify-content: center;
    border: 1px solid #000;
    padding: 10px;
    border-radius: 50%;
}
.page-template-contact .social-list a:hover {
    background-color: #a3a3a3;
}
.contact-follow h3 {
    margin-bottom: 20px;
    font-weight: 600;
}
.contact-follow {
    margin: 30px 0;
}
ul.contact-detail li img {
    max-width: 23px;
}
.page-template-contact .contact-left ul li {
    display: flex;
    align-items: flex-start;
}
.page-template-contact .contact-left ul li {
    margin-bottom: 10px;
}
li.contact-list-hover a:hover {
    font-weight: 600;
}
iframe {
    width: 100%;
    filter: grayscale(1);
}
ul.contact-detail a:hover {
    color: #000;
}

/*Contact Page End */

/*Wishlist Start */


.site-header a.wishlist_products_counter.top_wishlist-heart::before {
    display: none;
}
.site-header span.wishlist-header {
    position: relative;
    margin-right: 12px;
}
.site-header span.wishlist_products_counter_number {
    position: absolute;
    top: -9px;
    left: 0;
    right: -21px;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    font-size: 12px;
    background: #000;
    border-radius: 50%;
    width: 17px;
    height: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #f0f0f0;
}
.qty-wishlist {
    display: flex;
    align-items: end;
    margin-bottom: 25px;
}
.summary .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart {
    width: 100%;
    height: 30px;
}
.woocommerce .tinv-wishlist .tinvwl_added_to_wishlist.tinv-modal button.button {
    line-height: 24px;
}
.summary .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart::before {
    font-size: 25px !important;
    color: #000;
}
span.tinvwl_add_to_wishlist-text {
    font-size: 14px;
    font-weight: 500;
}
span.tinvwl_add_to_wishlist-text:hover {
    color: #000;
}
/*.product .tinv-wraper.tinv-wishlist {*/
/*    position: absolute;*/
/*    top: 0;*/
/*    right: 53.5%;*/

/*}*/
.products.columns-4 .tinv-wraper.tinv-wishlist {
    position: absolute;
    top: 0;
    left: 0;
}
body .tinv-wishlist .tinv-wishlist-clear button.button.tinvwl_button_close,
body .tinv-wishlist .tinvwl_added_to_wishlist.tinv-modal button.button,
body #review_form #respond .form-submit input {
    border-radius: 0;
    background-color: #000;
    color: #fff;
    font-family: 'IBM Plex Sans' , san-serif;
    font-weight: 400;
    border: 1px solid #0000;
    padding: 0.618em 1em;
    font-size: 14px;
}
.tinv-wishlist button.button.alt:hover,
body .tinv-wishlist-clear button.button.tinvwl_button_close:hover,
body .tinv-wishlist .tinvwl_added_to_wishlist.tinv-modal button.button:hover,
body #review_form #respond .form-submit input:hover {
    background-color: #fff;
    color: #000;
    border: 1px solid #000;
    padding: 0.618em 1em;
}
.icon_big_heart_check::before {
    color: #000;
}

.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt:before, .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt:before {
    top: 11px;
    left: 13px;
    color: #000;
    background-color: #00000;
    padding: 3px;
    border-radius: 50%;
    font-size: 25px;
}
.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart:before {
    font-size: 30px;
}
.woocommerce div.product div.summary .tinv-wraper.tinv-wishlist {
    position: relative;
}
ul.products li.product .tinvwl_add_to_wishlist_button {
    margin-top: 0;
}
.tinv-wishlist table td, .tinv-wishlist table th {
    text-transform: none;
}
.tinv-wishlist .product-action {
    width: 170px;
}
.page-id-897 table tr {
    float: none;
}
.tinv-wishlist table td, .tinv-wishlist table th, .tinv-wishlist table td p, .tinv-wishlist table th p {
    text-align: center;
    margin: auto;
}
.tinv-wishlist button.button.alt, .tinv-wishlist form .button, .return-to-shop a.button.wc-backward {
    background-color: #000;
    color: #fff;
    width: auto;
    font-size: 14px;
    font-weight: 500;
    border: 1px solid #0000;
    border-radius: 0;
    padding: 10px 20px !important;
    text-transform: none;
}
.tinv-wishlist button.button.alt:hover, .tinv-wishlist form .button:hover, .return-to-shop a.button.wc-backward:hover {
    background-color: #fff;
    color: #000;
    border: 1px solid #000;
}


/*Wishlist End */

/*Rework By Bilal*/
ul.cagetry-box-wapper {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 10px;
}
.cagetry-box-wapper a {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    font-size: 17px;
    font-weight: 500;
    text-transform: capitalize;
    font-family: 'Raleway-Regular';
}
.cagetry-box-wapper img {
    display: block;
    max-width: 100%;
}
.home-explore-collections-sec-new .cagetry-box-wapper {
    grid-template-columns: repeat(4, 1fr);
}

.woocommerce span.custom-onsale.out-of-stock,
section.related.products span.custom-onsale.out-of-stock,
section.products span.custom-onsale.out-of-stock{
    background-color: red;
    color: #fff !important;
}
.wrapper-pricing {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 10px;
}
.inner-pricing-section {
    padding: 150px 0px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}

.inner-pricing-section a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}
.content-pricing-rep {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 10px 0px;
}
.content-pricing-rep:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    opacity: 0.4;
}
.content-pricing-rep h4 {
    font-size: 19px;
    color: #fff;
    z-index: 99;
    font-family: "Raleway-Regular";
}
span.shop-now-button-pricing {
    color: #fff;
    font-size: 15px;
    z-index: 999;
    background-color: #000;
    padding: 7px 20px;
    display: block;
    margin-top: 6px;
}

/* RESPONSIVE CSS */

/*----------------------------- Large Screens -------------------------------*/


@media only screen and (max-width :1920px) and (min-width: 1601px) {
    
}

@media only screen and (max-width :1600px) and (min-width: 1441px) {
    
}

@media only screen and (max-width :1440px) and (min-width: 1367px) {
    
}

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

    #mega-menu-wrap-header-right-menu #mega-menu-header-right-menu>li.mega-menu-item, #mega-menu-wrap-header-left-menu #mega-menu-header-left-menu>li.mega-menu-item {
        margin: 0 12px;
    }
    .header-menu .mega-menu-link {
        font-size: 13px !important;
    }
    
    
}

/*----------------------------- Small Laptop -------------------------------*/
@media only screen and (max-width :1280px) {
    
    
    #mega-menu-wrap-header-right-menu #mega-menu-header-right-menu>li.mega-menu-item, #mega-menu-wrap-header-left-menu #mega-menu-header-left-menu>li.mega-menu-item {
        margin: 0 9px;
    }
    
    
}

/*----------------------------- Media 1024 -------------------------------*/
@media only screen and (max-width :1100px){
    .cagetry-box-wapper {
        grid-template-columns: repeat(4, 1fr) !important;
    }
    
    .header-links-sec.mobile-sec {
        display: flex;
        justify-content: space-between;
        width: 100%;
    }
    .header-links-sec.mobile-sec .header-extra-links {
        display: flex !important;
    } 
    .header-main-sec {
        display: none;
    }
}


/*----------------------------- Media 768 -------------------------------*/
@media only screen and (max-width:999px){
    .cagetry-box-wapper {
        grid-template-columns: repeat(2, 1fr) !important;
    }

}

/*----------------------------- Media Tab -------------------------------*/
@media only screen and (max-width:767px){
    
}


/*----------------------------- Media Mobile Screen -------------------------------*/
@media only screen and (max-width:480px){
    .cagetry-box-wapper {
        gap: 10px;
    }
}

/*----------------------------- Media Small Screen -------------------------------*/
@media only screen and (max-width:320px){
    
}


























/*Size Chart Table */

.size-chart-table table {
    width: 100%;
    border: 1px solid #000;
}
.size-chart-table table td {
    text-align: center;
    border: 1px solid #000;
}
.size-chart-table table {
    width: 100%;
    border: 1px solid #000;
    text-align: center;
}
.size-chart-table table td {
    width: 20%;
    padding: 10px;
}
.size-chart-table table th {
    color: #fff;
    background-color: #000;
    padding: 8px 0;
    border: 1px solid #000;
}
.size-chart-table table tr td:first-child {
    font-weight: bold;
}
/*Other page mobile banner*/
.mobile-shop-banner{
    display:none !important;
}
.about-banner.mobile-shop-ban-pad {
    padding: 259px 70px !important;
}
/*Home Page Start */

.home-feature #sp-woo-product-slider-855 .wpsf-product-title a {
    font-size: 15px !important;
    letter-spacing: 1.2px;
    text-transform: none;
    color: #000;
    font-weight: 500;
    font-family: 'avenir-next-medium';
}

.mt-80 {
    margin-top: 80px;
}
.mb-80{
    margin-bottom: 80px;
}
.slide-inner.slide-bg-image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.shop-banner-sec {
    position: relative;
}
/*.home .banner-image::after, .shop-banner-sec::after {*/
/*    content: '';*/
/*    background-color: #000;*/
/*    opacity: 0.1;*/
/*    top: 0;*/
/*    bottom: 0;*/
/*    left: 0;*/
/*    right: 0;*/
/*    position: absolute;*/
/*}*/
.home .banner-inner {
    padding: 320px 0px;
}
.home .banner-image, .home .home-last-banner {
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
}
.home-feauture-sec {
    background-color: #f7f6f7;
    padding-top: 10px;
    padding-bottom: 25px;
}
.home-latest-prod-sec {
    padding-bottom: 0;
    margin-bottom: 0;
}
.home .sp-wps-product-details-inner {
    position: relative;
}
.home .wps-product-data:hover .wpsf-cart-button {
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.25s ease,transform 0.25s ease-out;
} 
.home .wpsf-cart-button {
    position: absolute;
    top: -82px;
    width: 93.5%;
    margin: 0 10px;
    color: #fff !important;
    padding: 12px 5px !important;
    border: none !important;
    text-align: center;
    font-size: 14px !important;
    font-family: 'IBM Plex Sans' ,  san-serif;
    text-transform: none;
    letter-spacing: 1px;
    cursor: pointer;
    opacity: 0;
    transform: translateY(5px);
    transition: opacity 0.25s ease,transform 0.25s ease-out,background 0.4s ease;
}
.home .last-banner-inner {
    padding: 120px 0;
}
.last-banner-content {
    width: 30%;
    background-color: #000;
    padding: 30px;
    margin-left: auto;
}
.last-banner-content h2, .last-banner-content p {
    color: #fff;
}
.last-banner-btn a{
    padding: 10px 20px;
    background-color: #fff;
    color: #000;
    border: 1px solid #000;
    font-weight: 500;
}
.last-banner-btn a:hover{
    padding: 10px 20px;
    background-color: #000;
    color:  #fff ;
    border: 1px solid #fff;

}
.home-about-image-sec {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.home-about-left {
    float: left;
    width: 30%;
}
.home-about-right {
    width: 70%;
    float: right;
}
.home-feature-text-sec, .home-collection-heading.home-heading h2, .blog-sec-title h2 {
    text-align: center;
    margin-bottom: 50px;
}
.home-feature-heading.home-heading {
    margin-bottom: 30px;
}
.button.feature-btn a {
    padding: 10px 20px;
    display: inline !important;
}
.woocommerce-Price-amount.amount {
    letter-spacing: 1.2px;
}
.home-hightlight .wpsf-product .wps-product-data {
    border: none !important;
}
.home #wps-slider-section.wps-slider-section-855  {
    padding-top: 0;
}
.home .last-banner-content h2, .last-banner-text {
    margin-bottom: 20px;
}
.home #wps-slider-section .wps-product-section .swiper-button-prev, .home #wps-slider-section .wps-product-section .swiper-button-next {
    top: 45%;
}
.home #wps-slider-section .wps-product-section .swiper-button-prev {
    left: 0;
}
.home #wps-slider-section .wps-product-section .wpsp-nav {
    width: 40px;
    height: 40px;
}
.home-feature .fa::before {
    font-size: 40px;
    color: #000;
}
.home #sp-woo-product-slider-855.sp-wps-custom-template .wpsf-product .sp-wps-product-details {
    padding-bottom: 0;
}
.home #wps-slider-section .wps-product-section {
    margin-bottom: 0;
}
.home .home-about-sec {
    background-color: #f1f1f1;
}
.home .home-about {
    padding: 20px 40px 20px 0;
}
.home .home-all-products-list-1 .products {
    margin-bottom: 0;
}
.home .home-all-products-list-1 ul li.first {
    grid-column: 2/3;
}
.home .home-all-products-list-1 ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 0 50px;
}
.home .home-about .home-about-left {
    text-align: center;
}
.all-products-about-home-1 {
    position: relative;
}
.home-about-1 {
    position: absolute;
    left: 0;
    top: 50px;
    width: 24%;
}
.home .all-products-home-sec .woocommerce ul.products li.product {
    width: 100%;
}
.home .home-about-1 h2, .home-latest-content-sec h2, .home-about-right-content h2, .home-about-right-content p  {
    margin-bottom: 25px;
}
.all-product-button.button, .home-latest-content-sec {
    text-align: center;
    margin-bottom: 30px;
}
.all-product-button.button.btun-edit {
    margin-top: 15px;
    text-align: left;
}
.home-latest-content-sec h2 {
    font-size: 30px;
}
.all-product-button.button a, .home-about-right-content a{
    padding: 10px 20px;
    background-color: #000;
    color: #fff;
    border: 1px solid #0000;
}
.all-product-button.button a:hover, .home-about-right-content a:hover {
    background-color: #fff;
    color: #000;
    border: 1px solid #000;
}
.home .home-feauture-sec a.button.add_to_cart_button {
    display: block !important;
}
.home-latest-content-sec .text-content {
    margin-bottom: 30px;
}
.home-latest-products {
    margin: 50px 0 0 0;
}

.home-grid-cat-img img {
    vertical-align: middle;
}
.home-about-right-content {
    padding: 30px;
}
.home-blogs-grid {
    display: grid;
    grid-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}
.blog-image {
    position: relative;
}
.blog-category {
    position: absolute;
    top: 0;
    padding: 5px 15px;
    right: 0;
    background-color: #000;
}
.blog-category a {
    color: #fff;
}
.home-blog-box {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}
.blog-content {
    padding: 20px;
}
h3.blog-listing-title, .blogs-sec .blog-post-data h3, .home-blogs-sec .blog-post-data h3 {
    margin-top: 8px;
    margin-bottom: 15px;
}
.home-blogs-grid .ratio-img img {
    height: 400px;
    object-fit: cover;
}
a.blog__button {
    padding: 7px 20px;
    background-color: #000;
    color: #fff;
    border: 1px solid #000;
}
a.blog__button:hover {
    background-color: #fff;
    color: #000;
    border: 1px solid #000;
}
.blogs-sec .blog-post-data:first-child {
    grid-column: 1/-1;
}
.blog-post-data {
    /*background-color: #e8e8e8;*/
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}
.blogs-sec {
    margin-top: 80px;
    margin-bottom: 80px;
}
.last-banner-text a {
    color: #fff;
}
.last-banner-text a:hover {
    color: #fff;
}

/*Blog Page End */








/*Home Page End */
.blog-banner-sec .banner-title h1, .blog-single-banner .banner-title  {
    padding: 230px 0;
}
.blog-banner-sec .blog-banner {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.blogs-sec .container {
    display: grid;
    grid-template-columns: 1.8fr 1fr;
    grid-gap: 0 70px;
}
.page-template-blog .blogs-sec .blog-sec-lft, .archive .blogs-sec .blog-sec-lft {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 50px 30px;
}
.home .blog-sec-lft {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 50px 30px; 
 }
.blogs-sec .blog-sec-meta, .home-blogs-sec .blog-sec-meta {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}
.mb-20 {
    margin-bottom: 20px;
}
.blog-list-data {
    padding: 10px;
}
.sidebar-block {
    background-color: #000;
    padding: 30px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}
.mt-50 {
    margin-top: 50px;
}
.mb-50 {
    margin-bottom: 50px;
}
.sidebar-block ul li {
    padding: 10px 0;
    border-top: 1px solid #000;
}
.sidebar-block ul li a {
    color: #000;
}
.sidebar-block ul li a:hover {
    color: #e8e8e8;
}
.blog-sec-rgt h3 {
    margin-bottom: 20px;
    color: #000;
}
.single-post textarea, .single-post input{
    width: 100%;
    margin-top: 5px;
}
.single-post p.comment-notes {
    margin-bottom: 20px;
}
.comments-area form p {
    margin-bottom: 10px;
}
input#wp-comment-cookies-consent {
    width: auto;
    height: auto;
}
.single-post input#submit {
    width: auto;
    padding: 10px 20px;
    background-color: #000;
    border: 1px solid #000;
    color: #fff;
    text-transform: none;
}
.single-post input#submit:hover {
    background-color: #fff;
    border: 1px solid #000;
    color: #000;
    text-transform: none;
}
.single-post .prev-arrow:before {
    content: "\2190";
    margin-right: 10px;
}
.single-post .next-arrow:after {
    content: "\2192";
    margin-left: 10px;
}
.single-post .next-arrow, .single-post .prev-arrow {
    position: relative;
}
.blog-single-pagination {
    margin: 80px 0;
}
marquee {
    text-align: center;
    color: #fff;
}
/*Blog Page End */


/* Home Banner start CSS */


.mobile-banner {
    display: none !important;
}
.hero-slider .swiper-button-prev, .hero-slider .swiper-button-next {
    top: unset;
    bottom: 60px;
    left: unset;
    right: 100px;
    transform: none;
}
.hero-slider .swiper-container-horizontal > .swiper-pagination-bullets {
    display: none;
}
.hero-slider .swiper-button-next {
   transform: none;
}
.hero-slider .swiper-button-prev {
    right: 160px;
}
.hero-slider .swiper-button-prev:hover::before, .hero-slider .swiper-button-next:hover::before, .theme-btn-s3:hover {
    color: #fff;
}
.hero-slider .swiper-pagination-bullet {
    background-color: #ffd75f;
}
.hero-slider .swiper-button-prev:hover, .hero-slider .swiper-button-next:hover {
    border-color: #fff;
}
.slide-inner.slide-bg-image::after {
    position: absolute;
    width: 100%;
    height: 100%;
    content: '';
    background-color: #000;
    opacity: 0;
    z-index: -99;
}
.swiper-button-prev:after, .swiper-button-next:after {
    display: none;
}
.hero-slider h1 {
    font-size: 70px;
    margin-bottom: 20px;
    color: #fff;
    line-height: 78px;
    font-family: 'andale-mono';
    letter-spacing: 1px !important;
    word-spacing: -30px;

}
.hero-slider a.theme-btn-s2 {
    color: #fff;
    font-size: 15px;
    margin-left: 7px;
    padding: 7px 15px;
    background-color: #000;
    margin-right: 20px;
    border: 1px solid #0000;
}
.hero-slider a.theme-btn-s2:hover {
    color: #000;
    background-color: #fff;
    border: 1px solid #000;
}
.hero-slider {
  width: 100%;
  height: 600px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 0;
}

@media (max-width: 991px) {
  .hero-slider {
    height: 600px;
  }
}

@media (max-width: 767px) {
  .hero-slider {
    height: 500px;
  }
}

.hero-slider .swiper-slide {
  overflow: hidden;
  color: #fff;
}

.hero-slider .swiper-container {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.hero-slider .slide-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background-size: cover;
  background-position: top center;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: left;
}

.hero-slider .swiper-button-prev,
.hero-slider .swiper-button-next {
  background: transparent;
  width: 55px;
  height: 55px;
  line-height: 53px;
  margin-top: -30px;
  text-align: center;
  border: 2px solid #000;
  border-radius: 55px;
  opacity:1;
  visibility:visible;
  transition:all .3s ease;
}


@media (max-width: 767px) {
  .hero-slider .swiper-button-prev,
  .hero-slider .swiper-button-next {
    display: none;
  }
}

.hero-slider .swiper-button-prev:before {
  font-family: "Font Awesome 5 Free";
  content: "\f060";
  font-size: 15px;
  color: #000;
  font-style: normal;
  display: inline-block;
  vertical-align: middle;
  font-weight: 900;
}

.hero-slider .swiper-button-next {
  right: 25px;
  transform:translateX(-50px);
}

.hero-slider .swiper-button-next:before {
  font-family: "Font Awesome 5 Free";
  content: "\f061";
  font-size: 15px;
  color: #000;
  font-style: normal;
  display: inline-block;
  vertical-align: middle;
  font-weight: 900;
}

.hero-slider .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  text-align: left;
  line-height: 12px;
  font-size: 12px;
  color: #000;
  opacity: 0.3;
  background:#fff;
  transition:all .2s ease;
}

.hero-slider .swiper-pagination-bullet-active {
  opacity:1;
}

.hero-slider .swiper-container-horizontal > .swiper-pagination-bullets,
.hero-slider .swiper-pagination-custom,
.hero-slider .swiper-pagination-fraction {
  bottom: 30px;
}

@media screen and (min-width: 992px) {
  .hero-slider .swiper-container-horizontal > .swiper-pagination-bullets,
  .hero-slider .swiper-pagination-custom,
  .hero-slider .swiper-pagination-fraction {
/*     display: none; */
  }
}
.swiper-pagination {
  text-align:left;
}

.hero-slider .swiper-container-horizontal > .swiper-pagination-bullets{
  bottom:50px;
    max-width: 1200px;
    padding: 0 15px;
    margin: 0 auto;
    left: 50%;
    transform: translateX(-50%);
}

@media (min-width: 767px) {
  .hero-slider .swiper-container-horizontal > .swiper-pagination-bullets{
  bottom:30px;
 
}
}
/*--------------------------------------------------------------
	#hero-style
--------------------------------------------------------------*/
.hero-style {
  height: 700px;
  transition:all .4s ease;
}
@media (max-width: 1260px) {
    .hero-style {
        height: 600px;
    }
}
@media (max-width: 1024px) {
  .hero-style {
    height: 500px;
  }
}

@media (max-width: 767px) {
  .hero-style{
    height: 500px;
  }
}

@media screen and (min-width: 992px) {
  .hero-style .container {
    padding-top: 95px;
  }
}

.hero-style .slide-title,
.hero-style .slide-text,
.hero-style .slide-btns {
  max-width: 690px;
  margin-left: 100px;
}

.hero-style .slide-title h2 {
  font-size: 100px;
  font-weight: 600;
  line-height: 1;
  color: #ffffff;
  margin: 0 0 40px;
  text-transform: capitalize;
  transition:all .4s ease;
}

@media (max-width: 1199px) {
  .hero-style .slide-title h2 {
    font-size: 75px;
  }
}

@media (max-width: 991px) {
  .hero-style .slide-title h2 {
    font-size: 50px;
    margin: 0 0 35px;
  }
}

@media (max-width: 767px) {
  .hero-style .slide-title h2 {
    font-size: 35px;
    margin: 0 0 30px;
  }
}

.hero-style .slide-text p {
  opacity: 0.8;
  font-family: Rajdhani;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: normal;
  color: #ffffff;
  margin: 0 0 40px;
  transition:all .4s ease;
}

@media (max-width: 767px) {
  .hero-style .slide-text p {
    font-size: 16px;
    font-size: 1rem;
    font-weight: normal;
    margin: 0 0 30px;
  }
}

.hero-style .slide-btns > a:first-child {
  margin-right: 10px;
}



/*--------------------------------------------------------------
	#button-style
--------------------------------------------------------------*/
.theme-btn, .theme-btn-s2{
    background-color: #ffffff;
    font-size: 15px;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  color:#2b3b95;
    padding: 10px 20px;
    border: 0; 
  border-radius: 1px;
    text-transform: none;
    display: inline-block;
    line-height: initial;
  transition:all .4s ease;
}
a {
    text-decoration: none;
    transition: all 0.2s ease;
}
.theme-btn-s2{
    background-color: #000;
    color: #fff;
}
.theme-btn:hover, .theme-btn-s2:hover, .theme-btn:focus, .theme-btn-s2:focus, .theme-btn:active, .theme-btn-s2:active {
    background-color: #fff;
    color: #000;
    border-color: #000;
}
.theme-btn-s3{
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
  color: #ffffff;
  text-transform: none;
}
i.fa-chevron-circle-right{
  height:22px;
  width:22px;
}
a:hover {
    text-decoration: none;
    font-weight: 500;
}
@media (max-width: 991px){
  .theme-btn, .theme-btn-s2, .theme-btn-s3 {
    font-size: 13px;
    padding: 15px 25px;
  }
}
@media (max-width: 767px){
  .theme-btn, .theme-btn-s2{
    padding: 13px 20px;
    font-size: 13px;
  }
}
@media (max-width:479px){
    .hero-style {
        height: 190px !important;
    }
    .theme-btn, .theme-btn-s2 {
        padding: 8px 15px;
        font-size: 13px;
    }
    .hero-slider .swiper-container-horizontal > .swiper-pagination-bullets {
        bottom: 10px;
    }
}



/* Home Banner End CSS */


.woocommerce .woocommerce-ordering select.orderby option:hover {
    background-color: #000 !important;
}


/* HIDE BUY NOW BUTTON IN QUICK VIEW POPUP MODAL */

.xoo-qv-panel button.wsb-button {
    display: none !important;
}

.summary.entry-summary span.custom-onsale {
    display: inline;
    font-size: 16px;
    margin-left: 5px;
}


span.custom-onsale {
    color: #fff;
    display: block;
    background-color: #3d9b3d;
    width: fit-content;
    margin: 0 auto;
    padding: 8px;
    border-radius: 50px;
}

a.button.product_type_variable {
    display: none !important;
}


.bg-video{
    
    display:none;
}
.bg-video-desktop iframe,
.bg-video iframe{
    filter: none;
    display:block;
    object-fit:cover;
}
.testimonial-single-product {
    clear: both;
}
.header-logo {
    width: 49%;
}
.header-logo a img {
    max-width: 250px;
}
.header-extra-links {
    display: flex;
    align-items: center;
    gap: 30px;
}

h3.pricing-section-title {
    font-size: 30px;
    text-align: center;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    margin-bottom: 35px;
    line-height: 42px;
}
.wrapper-pricing {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 10px;
}
/*.inner-pricing-section {*/
/*    position: relative;*/
/*}*/

.inner-pricing-section a img {
    display: block;
    margin: 0 auto;
}

.title-inner-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    top: 50%;
    position: absolute;
    left: 0;
    right: 0;
}

.summary.entry-summary span.custom-onsale.out-of-stock {
    background-color: red;
    color: #fff;
}
.summary.entry-summary span.custom-onsale.out-of-stock{
    display:none !important;
}
/*----------------------------- Media 479 -------------------------------*/
@media only screen and (max-width:576px){
.header-logo a img {
        max-width: 160px !important;
        display: block !important;
    }
    .header-extra-links {
        gap: 10px;
    }
    .header-search-icon-sec img, .header-links img, .header-extra-links img {
        max-width: 16px;
    }
        .header-links-sec.mobile-sec {
        display: flex;
    }
    .mobile-menu {
        width: 45%;
    }
    .header-logo {
        WIDTH: 7%;
    }
    #mega-menu-wrap-mobile-menu .mega-menu-toggle .mega-toggle-blocks-left .mega-toggle-block:only-child {
        DISPLAY: NONE !important;
    }
        .header-links-sec.mobile-sec {
        align-items: center;
    }
    .header-extra-links.mobile-header-icons .mobile-menu {
        order: 3;
    }
    

}
