/*
Theme Name: Shoe Store Pro
Theme URI: https://www.vwthemes.com/themes/lens-wordpress-theme/
Author: VW Themes
Author URI: https://www.vwthemes.com/
Description:
Version: 0.0.4
Requires at least: 5.8.0
Tested up to: 6.2.2
Requires PHP: 7.2
License: GNU General Public License
License URI:license.txt
Text Domain: shoe-store-pro
Tags: one-column, right-sidebar, custom-menu, editor-style, featured-images, full-width-template, sticky-post, theme-options, threaded-comments
Shoe Store Pro WordPress Theme has been created by VW Themes(vwthemes.com), 2018.
Shoe Store Pro WordPress Theme is released under the terms of GNU GPL
*/

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Outfit:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
 :root {
     --white: #ffffff;
     --black: #000000;
     --green: #e4573d;
     --orange: #e4573d;
     --lightorange: #e4573d;
     --black1: #191b27;
     --black2: #3f3f3f;
     --black3: #5b5b5b;
     --grey1: #1a1616;
     --grey2: #333333;
     --grey3: #6649a6;
     --grey4: #444444;
     --grey5: #424648;
     --grey6: #464a4c;
     --lightgrey2: #d7d7d7;
     --lightgrey3: #bbbbbb;
     --lightgrey4: #838384;
     --lightgrey5: #e4e4e4;
     --lightgrey6: #e8e8e8;
     --lightgrey7: #002b46;
     --lightgrey8: #e7e7e7;
     --lightgrey9: #dddddd;
     --white11: #f2f2f2;
     --white12: #f7f7f7;
     --lightgrey10: #454242;
     scroll-behavior: auto !important;
}
 :root {
     --common-font-w: "Work Sans";
     --common-font-wm: "Work Sans Medium";
     --common-font-wsm: "Work Sans Semi Bold";
     --common-font-web: "Work Sans Extra Bold";
     --common-font-m: "Montserrat";
     --common-font-mm: "Montserrat Medium";
     --common-font-msb: "Montserrat SemiBold";
     --common-font-meb: "Montserrat Extra Bold";
     --common-font-mb: "Montserrat Bold";
     --common-font-l: "Libre Baskerville";
}
.woocommerce .loader::before{
  display: none;
}
/* .glasses .loader::before{
  display: block !important;
} */
/* Basic Style */
 body{
     overflow-x: hidden !important;
}
 html body {
     margin: 0;
     padding: 0;
     -ms-word-wrap: break-word;
     word-wrap: break-word;
     background-color: white;
     position: relative;
     font-size: 14px;
     color: var(--black3);
     font-family:Poppins;
}
 label {
     margin-bottom: 0 !important;
}
 img {
     margin: 0;
     padding: 0;
     border: none;
     max-width: 100%;
     height: auto;
     width: auto;
}
 section img {
     max-width: 100%;
}
 h1, h2, h3, h4, h5, h6 {
     margin: 0;
     padding: 10px 0;
     line-height: 1.4;
     color: #000;
     font-family: var(--common-font-m);
     font-weight: bold;
}
 p {
     margin: 0 0 15px;
     padding: 0;
     font-size: 14px;
     font-weight: normal;
}
 p, ul li a {
     letter-spacing: 0px;
     font-family: Poppins;
}
 body a {
     text-decoration: none;
     color: #B5E448;
}
 a:hover {
     text-decoration: none;
     color: var(--black1);
}
 a:focus, a:hover {
     text-decoration: none !important;
}
 ul, ol {
     margin: 0 0 0 0;
     padding: 0;
}
 .sub-menu li a {
     color: #000 !important;
}
 .sub-menu li a:before{
     display: none;
}
 ul li, ol li {
     font-size: 14px;
}
 :hover {
     -webkit-transition-duration: 1s;
     -moz-transition-duration: 1s;
     -o-transition-duration: 1s;
     transition-duration: 1s;
}
 blockquote {
     font-size: 18px;
     font-style: italic;
     width: 800px;
     margin:auto;
     padding: 0.25em 40px;
     line-height: 1.45;
     position: relative;
     color: var(--black3);
}
 blockquote cite {
     color: var(--black3);
     font-size: 14px;
     display: block;
     margin-top: 5px;
}
 #testimonials blockquote cite:before {
     content: "\2014 \2009";
}
 #testimonials h3.testimonial-name{
     font-size: 14px ;
}
 #testimonials .owl-stage-outer{
     padding: 35px 0;
}
 .footer-contact input[type="email"]{
     background: #fff;
     border:none;
     border-radius: 50px;
     width: 100%;
}
 input[type="text"], input[type="tel"], input[type="email"], input[type="phno"], input[type="password"], textarea {
     border: 1px solid var(--grey5);
     font-size: 16px;
     padding: 10px 10px;
     margin: 0 0 0px 0;
     height: auto;
     width: 100%;
     background: transparent;
}
 .footer-contact-detail form{
     position: relative;
}
 .footer-contact-detail .wpcf7-submit{
     position: absolute;
     top: 3px;
     right: 10px;
     padding: 10px 10px;
     font-weight: bold;
     color: #e22b25;
     text-transform: uppercase;
     border: none;
     font-size: 14px;
     font-family: FontAwesome !important;
     background-color: transparent;
     width: 10%;
}
 section{
     background-size: cover !important;
     background-repeat: no-repeat !important;
     padding: 50px 0;
     background-attachment: scroll;
}
 select {
     width: 100%;
     padding: 6px;
}
 input[type="submit"]:hover {
     cursor: pointer;
}
 .bounce, .flash, .pulse, .shake, .swing, .tada, .wobble, .bounceIn, .bounceInDown, .bounceInLeft, .bounceInRight, .bounceInUp, .bounceOut, .bounceOutDown, .bounceOutLeft, .bounceOutRight, .bounceOutUp, .fadeIn, .fadeInDown, .fadeInDownBig, .fadeInLeft, .fadeInLeftBig, .fadeInRight, .fadeInRightBig, .fadeInUp, .fadeInUpBig, .fadeOut, .fadeOutDown, .fadeOutDownBig, .fadeOutLeft, .fadeOutLeftBig, .fadeOutRight, .fadeOutRightBig, .fadeOutUp, .fadeOutUpBig, .flip, .flipInX, .flipInY, .flipOutX, .flipOutY, .lightSpeedIn, .lightSpeedOut, .rotateIn, .rotateInDownLeft, .rotateInDownRight, .rotateInUpLeft, .rotateInUpRight, .rotateOut, .rotateOutDownLeft, .rotateOutDownRight, .rotateOutUpLeft, .rotateOutUpRight, .slideInDown, .slideInLeft, .slideInRight, .slideOutLeft, .slideOutRight, .slideOutUp, .rollIn, .rollOut, .zoomIn, .zoomInDown, .zoomInLeft, .zoomInRight, .zoomInUp, .slideInUp {
     -webkit-animation-duration: 5s;
     animation-duration: 5s;
     -webkit-animation-fill-mode: both;
     animation-fill-mode: both;
     visibility: visible!important;
}
 .wp-caption {
     margin: 0;
     padding: 0;
     font-size: 13px;
     max-width: 100%;
}
 .wp-caption-text {
     margin: 0;
     padding: 0;
}
 .gallery-caption {
     margin: 0;
     padding: 0;
}
 .bypostauthor {
     margin: 0;
     padding: 0;
}
 .hovereffect a {
     border: 1px solid var(--grey2);
     padding: 10px;
     color: var(--grey2);
     font-weight: bold;
}
 .screen-reader-text {
     position: absolute;
     top: -9999em;
     left: -9999em;
}
 /* .sticky {
     margin: 0;
     padding: 0;
     background-color: var(--lightgrey2);
} */
 .alignleft, img.alignleft {
     display: inline;
     float: left;
     margin-right: 20px;
     margin-top: 4px;
     margin-bottom: 10px;
     padding: 0;
     padding: 5px;
}
 .alignright, img.alignright {
     display: inline;
     float: right;
     padding: 5px;
     margin-bottom: 10px;
     margin-left: 25px;
     padding: 5px;
}
 .aligncenter, img.aligncenter {
     clear: both;
     display: block;
     margin-left: auto;
     margin-right: auto;
     margin-top: 0;
     padding: 5px;
}
 .comment-list .comment-content ul {
     list-style: none;
     margin-left: 15px;
}
 .comment-list .comment-content ul li {
     margin: 5px;
}
 .toggleMenu {
     display: none;
}
 table, td, th {
     border: 1px solid var(--lightgrey2);
}
 table {
     border-collapse: collapse;
     border-spacing: 0;
     border-width: 1px 0 0 1px;
     margin: 0 0 1.75em;
     table-layout: fixed;
     width: 100%;
}
/*-------------------- Sweep To Right -----------------------*/
 .hvr-sweep-to-right {
     display: inline-block;
     vertical-align: middle;
     -webkit-transform: translateZ(0);
     transform: translateZ(0);
     box-shadow: 0 0 1px rgba(0, 0, 0, 0);
     -webkit-backface-visibility: hidden;
     backface-visibility: hidden;
     -moz-osx-font-smoothing: grayscale;
     position: relative;
     -webkit-transition-property: color;
     transition-property: color;
     -webkit-transition-duration: 0.3s;
     transition-duration: 0.3s;
}
 .hvr-sweep-to-right:before {
     content: "";
     position: absolute;
     z-index: -1;
     top: 0;
     left: 0;
     right: 0;
     bottom: 0;
     -webkit-transform: scaleX(0);
     transform: scaleX(0);
     -webkit-transform-origin: 0 50%;
     transform-origin: 0 50%;
     -webkit-transition-property: transform;
     transition-property: transform;
     -webkit-transition-duration: 0.3s;
     transition-duration: 0.3s;
     -webkit-transition-timing-function: ease-out;
     transition-timing-function: ease-out;
}
 .hvr-sweep-to-right:hover:before, .hvr-sweep-to-right:focus:before, .hvr-sweep-to-right:active:before {
     -webkit-transform: scaleX(1);
     transform: scaleX(1);
}
/* ---------Buttons--------- */
 a.button, a.theme_button, a.theme_green_button, a.theme_white_button, .custom_cart a, .woocommerce a.button, .woocommerce button.button.alt, .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce input.button, .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt, .woocommerce a.added_to_cart{
  color: var(--white);
  border: none;
  padding: 16px 30px;
  font: 500 15px / 24px Poppins;
  background: #B5E448;
  border-radius: 10px;
}
 a.theme_button, a.button, .woocommerce a.button, .woocommerce button.button.alt, .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
     background-color:#B5E448;
}
.order-track-hover button{
  line-height: 11px !important;
}
.order-track-hover button:hover,.contact-box .contac_form input.wpcf7-form-control.has-spinner.wpcf7-submit:hover{
  background-color: #000;
}
 a.theme_white_button, .latest-box .latest-cart a {
     background-color: var(--white);
     color: #fff;
     border: 1px solid #fff;
     border-radius: 0;
}
 a.theme_white_button:hover, .theme_white_button:hover, .latest-cart a:hover {
     color: #F82938;
}
 a.theme_green_button:hover, .theme_green_button:hover, .woocommerce a.added_to_cart:hover {
     background: #B5E448;
}
.order-track-hover .woocommerce{
  display: none;
  position: absolute;
  right: 0;
  top: 100%;
  background: #fff;
  z-index: 3;
  padding: 10px 23px;
  width: 392px;
  box-shadow: rgb(0 0 0 / 16%) 0 1px 4px;
}
.woocommerce-order-details{
  padding: unset;
}
.woocommerce-order-details__title{
  font-size: 18px;
}
.track-main-box:hover .order-track-hover .woocommerce{
  display: block;
}
/*------------------------- Headings --------------------------*/
 section h2 {
     padding: 0;
     margin-bottom: 20px;
     color: #000;
     padding: 0 0 10px;
     margin: 0;
}
 section h3 {
     font-weight: 700;
     color: #fff;
     padding: 0;
}
 section h5 {
     color: #fff;
     font-weight: bold;
     margin: 0 0 10px 0;
     padding: 0;
}
 .innerbox {
     background-size: 100% 100%;
}


/*----------------- Section Title--------------*/

 .section-title a i {
     padding-left: 10px;
}
/*-------------- Post Content ---------------*/

.collectionbox.post-img img{
    max-width: 240px;
}
 .vw-fixed{
     background-attachment: fixed !important;
     background-size: cover !important;
     background-repeat: no-repeat !important;
}
 .vw-scroll{
     background-attachment: scroll !important;
     background-size: cover !important;
     background-repeat: no-repeat !important;
}
/* ---------- Return to Top ------------ */
 #return-to-top {
     position: fixed;
     bottom: 10px;
     right: 20px;
     background:#B5E448;
     width: 50px;
     height: 50px;
     display: block;
     text-decoration: none;
     -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
     border-radius: 5px;
     -webkit-transition: all 0.3s linear;
     -moz-transition: all 0.3s ease;
     -ms-transition: all 0.3s ease;
     -o-transition: all 0.3s ease;
     transition: all 0.3s ease;
     z-index: 9999;
     text-align: center;
}
 #return-to-top i {
     position: relative;
     top: 13px;
     font-size: 25px;
     -webkit-transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
     -ms-transition: all 0.3s ease;
     -o-transition: all 0.3s ease;
     transition: all 0.3s ease;
     color: #fff !important;
}
 #return-to-top:hover {
     background: rgba(0, 0, 0, 0.9);
}
 #return-to-top:hover i {
     top: 5px;
}



@media screen and (max-width: 1920px) and (min-width:1699px){
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1620px;
}

}
/* ----------- Spinner ------------- */
 .eco-box{
     position: fixed;
     height: 100%;
     top: 0;
     left: 0;
     right: 0;
     bottom: 0;
     z-index: 2;
     cursor: pointer;
     z-index: 9999;
     background-color:#B5E448;
     width: 100%;
}
 /* .christmas {
     position: absolute;
     top: 50%;
     left: 50%;
     margin-top: -100px;
     margin-left: -100px;
     width: 200px;
     height: 200px;
     position: relative;
     border-radius: 50%;
     background-color: #18324d;
     background-image: radial-gradient(circle at 50% 18%, yellow 3%, transparent 3.5%), linear-gradient(60deg, #7dae41 8%, transparent 8.5%), linear-gradient(-60deg, #79a83f 8%, transparent 8.5%), linear-gradient(60deg, #75a33d 10%, transparent 10.5%), linear-gradient(-60deg, #719d3b 10%, transparent 10.5%), linear-gradient(60deg, #6d9839 12%, transparent 12.5%), linear-gradient(-60deg, #699237 12%, transparent 12.5%), linear-gradient(80deg, #855726 5%, transparent 5.5%), linear-gradient(-80deg, #7f5324 5%, transparent 5.5%);
     background-position: 0 0, 100px 80px, 100px 80px, 100px 111.1111111111px, 100px 111.1111111111px, 100px 142.8571428571px, 100px 142.8571428571px, 100px 160px, 100px 160px;
}
 .christmas:before {
     content: "";
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     border-radius: 50%;
     transform: rotate(-15deg);
     background-image: radial-gradient(circle at 30% 30%, #fff 1.5%, transparent 2.5%), radial-gradient(circle at 80% 70%, #fff 1.5%, transparent 2.5%), radial-gradient(circle at 30% 50%, #fff 1%, transparent 2%), radial-gradient(circle at 70% 85%, #fff 1%, transparent 2%);
     background-size: 100% 100%, 100% 100%, 50% 100%, 50% 50%;
     background-position: 0 0, 0 0, 0 0, 0 0;
     -webkit-animation: snow 6s linear infinite forwards;
     animation: snow 6s linear infinite forwards;
}
 @-webkit-keyframes snow {
     100% {
         background-position: 0px 200px, 0 200px, 0px 200px, 0px 200px;
    }
}
 @keyframes snow {
     100% {
         background-position: 0px 200px, 0 200px, 0px 200px, 0px 200px;
    }
} */
 .not_sticky {
     position: unset !important;
}
 .woocommerce div.product form.cart .variations tr{
     display: block !important;
}
 .woocommerce div.product form.cart table td{
     padding-left: 18px !important;
}
 .btn:hover{
     box-shadow: 0px 6px #7B0404;
     transition: .3s;
     background-color: #F82938;
     border-color: #F82938;
     color: #fff;
}
.single_add_to_cart_button:hover{
  background-color: #000  !important;
}
 .yith-wcwl-add-to-wishlist{
     margin-top: 0px !important;
}
 #latest_post .owl-dots{
     display: none;
}
 .credit_link a{
     color: #fff !important;
}
 .slider-custom{
     margin-block-start: -183px !important;
}
 .main-navigation li.current_page_items a {
     background: #566e89;
     padding: 5px 30px;
     margin: 10px;
     border-radius: 30px;
     border: 2px solid #fff;
}

 .product-icon a.added_to_cart.wc-forward{
     display: none;
}
 .footer-contact-detail .wpcf7 form .wpcf7-response-output{
     margin: auto;
     border-color: #FFFFFF;
}
 .contact-box .contac_form input.wpcf7-form-control.has-spinner.wpcf7-submit{
   background: #B5E448 0% 0% no-repeat padding-box;
   border-radius: 10px;
   padding: 10px 30px;
   border: 1px solid #fff;
   color: #fff;
}
 .contac_form textarea.wpcf7-form-control.wpcf7-textarea{
     height: 135px;
}
 .contactpage-details{
     background: #283891;
     padding: 35px 20px;
     border-radius: 10px;
}
 .contactpage_map{
     position: relative;
     z-index: 0;
}
 .contactpage-details h3{
     font: normal normal 600 36px/26px Open Sans;
     letter-spacing: 0px;
     color: #FFFFFF;
     margin-bottom: 20px;
}
 .contactpage-details, .contact_location_details a{
     color: #fff !important;
}
 #contact-page .contac_form{
     background: #FFFFFF 0% 0% no-repeat padding-box;
     box-shadow: 0px 3px 6px #00000029;
     border-radius: 10px;
     padding: 20px;
}
 #contact-page{
     padding:40px 0;
}
 .aboutuspage-desc{
     padding: 80px 0;
}
 #aboutus-page .row.padding-bottom-40{
     padding-bottom: 80px;
}


 .woocommerce-message a{
     padding: 10px 10px !important;
     font-size: 12px !important;
}
.star-rating{
  color: #fbe018;
  margin: 0 auto;
  font-size: .857em;
  display: block;
  overflow: hidden;
  position: relative;
  height: 1em;
  line-height: 1;
  font-size: 1em;
  width: 5.4em;
  font-family: star;
  margin-top: 3%;
}
.star-rating:before{
 content: "\73\73\73\73\73";
 color: #d3ced2;
 float: left;
 top: 0;
 left: 0;
 position: absolute;
}
.star-rating span{
 overflow: hidden;
 float: left;
 top: 0;
 left: 0;
 position: absolute;
 padding-top: 1.5em;
}
.star-rating span:before{
 content: "\53\53\53\53\53";
 top: 0;
 position: absolute;
 left: 0;
}
i.yith-wcwl-icon{
  font-size: 14px;
  color: #fff;
  margin: 8px;
}
.cart-btn, .quick-view-btn,.yith-wcwl-add-button{
  position: relative;
  isolation: isolate;
  height: 27px;
  width: 27px;
  background: #000 ;
  line-height: 27px;
  color: #fff !important;
}
.yith-wcwl-add-to-wishlist.exists svg.yith-wcwl-icon-svg{
  padding: 5px;
  height: 28px;
  width: 28px;
  background: #000;
  line-height: 28px;
  color: #fff;
}
.yith-wcwl-wishlistaddedbrowse a{
  font-size: 5px;
  position: absolute;
  width: 19px;
  opacity: 0;
}
.yith-wcwl-add-to-wishlist svg.yith-wcwl-icon-svg{
  color:#fff;
  padding: 2px;
}
.shop-product .yith-wcwl-wishlistaddedbrowse .feedback, .single-pro-btn  .yith-wcwl-wishlistaddedbrowse .feedback{
  gap: unset;
  font-size: 0;
}
.shop-product .wishlist_text .yith-wcwl-add-button{
  height: 30px;
  width: 30px;
  bottom: 3px;
}
.yith-wcwl-wishlistaddedbrowse{
  justify-content: center;
}
.single-pro-btn  .yith-wcwl-icon-svg{
  color: #B5E448 !important;
  font-weight: 800;
}
.single-pro-btn .yith-wcwl-add-to-wishlist.exists svg.yith-wcwl-icon-svg{
  background: transparent;
}
.yith-wcwl-add-button i{
      font-weight: 600 !important;
}
.yith-wcwl-wishlistaddedbrowse .feedback{
  font-size: 0;
}
.yith-wcwl-add-to-wishlist-button:not(.yith-wcwl-add-to-wishlist-button--themed-button) svg.yith-wcwl-add-to-wishlist-button-icon{
  color: #fff !important;
  padding: 4px;
}
.yith-wcwl-add-to-wishlist-button--added .yith-wcwl-add-to-wishlist-button-icon{
  color: #fff;
}
.cart-btn:hover , .quick-view-btn:hover, .yith-wcwl-add-button:hover,.wishlist_text svg:hover{
  background: #B5E448;
}
.cart-btn a:before {
  color: #fff !important;
}
.cart-btn a{
  font-size: 0;
  position: relative;
  display: block;
  background: transparent;
  padding: 0;
}
.cart-btn a:before{
  content: "\f290";
}
.added_to_cart{
  opacity: 1 !important;
}
.yith-wcwl-add-button a.add_to_wishlist{
  font-size:0px;
}
.quick-view-btn button:after, .cart-btn a:before{
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 14px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
}
.add_to_cart_button::before{
  z-index: 1;
}
.added_to_cart::before{
  z-index: 2;
  color: #B5E448 !important;
}
.quick-view-btn button{
  font-size: 0;
  border: none;
  background: none;
}
.quick-view-btn button:after{
  content: '\f06e';
}
.yith-wcwl-add-to-wishlist .feedback .yith-wcwl-icon {
    font-size: 14px;
    margin-right: 8px;
    color: #B5E448;
}
/* .yith-wcwl-wishlistexistsbrowse a{
  font-size: 0;
} */

/* .wishlist_text a span{
  display: none;
} */
/* .yith-wcwl-wishlistexistsbrowse, .yith-wcwl-wishlistaddedbrowse{
  overflow: hidden;
  height: 30px;
  width: 30px;
  opacity: 1;
  position: relative;
  background: #000;
} */

/* latest news*/
#latest-news h4.news-title, .newsinner  h4.news-title{
  font: normal normal bold 14px/20px Open Sans;
  letter-spacing: 1.35px;
  padding: 0;
}
#latest-news h4.news-title a, .newsinner h4.news-title a{
    color: #000000;
}
#latest-news span.dat-span,.newsinner span.dat-span{
  position: absolute;
  top: 5%;
  color: #fff;
  line-height: 21px;
  font-weight: 600;
  background-color: #B5E448;
  width: 52px;
  height: 52px;
  padding: 8px 11px;
  text-align: center;
  left: 14px;
  font-family: 'Poppins';
}
#latest-news span.dat-span .post-date,.newsinner span.dat-span .post-date{
    font-size: 20px;
}
#latest-news span.dat-span .post-month, .newsinner  span.dat-span .post-month{
  font-size: 14px;
  font-weight: 200;
}
 .newsinner span.dat-span{
       left: 5%;
 }
 .latest-new-content{
  background: #fff;
  width: 203px;
  position: absolute;
  right: 10px;
  top: 13px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  height: 90%;
  width: 50%;
  justify-content: center;
  padding: 15px;
  width: 250px;

}
/* #latest-news .latest-bg{
  background: #f0f0f0;
} */
#latest-news .owl-carousel .owl-item img,.newsinner img{
  width: 100%;
  height: 265px;
  object-fit: cover;
}
#latest-news .owl-carousel .owl-item{
  background: #f0f0f0;
}
.vw-news-meta{
      border-bottom: 1px solid #f0f0f0;
      padding-bottom: 10px;
}
.latesredmore{
  text-transform: uppercase;
}
.vw-news-meta .vw-blog-author a, .vw-news-meta .vw-blog-comments{
  color: #7e7e7e;
  font-size: 14px;
  }
.vw-news-meta i{
  color: #B5E448;
font-size: 14px;
}
.latest-news-text{
  font: normal normal normal 14px / 25px Poppins;
  color: #7e7e7e;
}
#latest-news .owl-dots{
  display: none;
}
.glasses {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.loader {
  width: 32px;
  aspect-ratio: 1;
  --_g: no-repeat radial-gradient(farthest-side,#fff 90%,#fff);
  background: var(--_g), var(--_g), var(--_g), var(--_g);
  background-size: 40% 40%;
  animation: l46 1s infinite;
  max-width: 0 auto;
}
@keyframes l46 {
  0%  {background-position: 0 0      ,100% 0,100% 100%,0 100%}
  40%,
  50% {background-position: 100% 100%,100% 0,0    0   ,0 100%}
  90%,
  100%{background-position: 100% 100%,0 100%,0    0   ,100% 0}
}
#vw-sticky-menu{
  padding: 10px 0;
}
.sticky.stickynavbar {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
  background: #ebebeb;
}
.termheading{
    font: normal normal 600 36px/60px Open Sans;
    letter-spacing: 0px;
    color: #242424;
}

.privacy-policy h2, .terms-conditions-heading,.middle-content h2{
    font: normal normal 600 26px/26px Open Sans;
  letter-spacing: 0px;
  color: #242424;
}
.privacy-policy .privacy-policy-tutorial{
  font: normal normal 600 18px/60px Open Sans;
  letter-spacing: 0px;
  color: #242424;
}
.privacy-policy .middle-content p, .terms-conditions-para, .middle-content p,.middle-content li{
  font: normal normal 300 14px/35px Poppins;
  letter-spacing: 0px;
}
.middle-content ul{
  margin-left: 20px;
}
 .middle-content h3{
  font: normal normal 600 22px/25px Open Sans;
  letter-spacing: -0.34px;
  color: #000000;
}
 .middle-content h4{
   font: normal normal 600 16px / 25px Open Sans;
 }
.newsinner{
  background: #f0f0f0;
}
.middle-content ol{
      margin-left: 20px;
}
#new-product,#lens-feature{
  /* overflow-x: hidden; */
}
/* new product */
 .trending-pro-main,.new-product-main{
    gap: 20px 0;
 }
.product-inner.product-content{
  position: relative;
  padding:25px 8px 40px;
  vertical-align: top;
  clear: both;
  overflow: hidden;
  border: 1px solid #D8D8D8;
  height: 100%;
  background: #fff;
}
.product-inner.product-content .star-rating{
  margin-top: 0;
}
.product-svg{
  position: absolute;
  right: -15%;
  top: -25%;
  z-index: -1;
}
/* .product-name .product_head{
  text-align:
} */
.product-name{
  line-height: 0;
}
.product-name a{
  font: normal normal 600 18px / 20px Open Sans;
  letter-spacing: 0px;
  color: #000000;
}
h5.product-offer-price, .wishlist-items-wrapper .product-price del, .wishlist-items-wrapper .product-price ins,.item-details-table ins,.item-details-table del{
  font: normal normal bold 16px/20px Poppins;
  letter-spacing: 0px;
  color: #000000;
  margin-bottom: 0;
  text-align: center;
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-direction: row-reverse;
}
.shop.shop-product .price{
  display: flex !important;
  justify-content: center;
  gap: 10px;
  flex-direction: row-reverse;
}
 del bdi{
  font: normal normal normal 14px / 15px Poppins;
  letter-spacing: 0px;
  color: #000000;
}
 ins{
  text-decoration: none;
}
.item-details-table del{
  font-weight: 400;
}
.product-main-div .yith-wcwl-add-to-wishlist-button__label{
  display: none;
}
.product-main-div:hover .product-inner.product-content {
  box-shadow: 0px 0px 13px 2px #f0ebe6;
  -webkit-box-shadow: 0px 0px 13px 2px #f0ebe6;
  overflow: hidden;
  position: relative;
  z-index: 9;
  background-color: #fff;
}
.product-button-hover {
  position: absolute;
    top: auto;
    left: 0;
    right: 0;
    bottom: -45px;
    transition: all 500ms ease 0s;
    -webkit-transition: all 500ms ease 0s;
    -moz-transition: all 300ms ease 0s;
    -ms-transition: all 500ms ease 0s;
    -o-transition: all 500ms ease 0s;
    opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    vertical-align: top;
}
.product-main-div:hover .product-button-hover {
    opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
      bottom: 7px;
    font-size: 0;

}
.product-details{
  gap: 10px; 
}
.shop.shop-product .products {
  display: flex;
  flex-wrap: wrap;
  gap: 25px 0;
}
.shop.shop-product .product-inner.product-content{
  width: 360px;
}
/* FAQ */
#faq-we .accordion-button{
  font:16px/49px Open Sans;
  font-weight: 500;
  letter-spacing: 0px;
  color: #000000;
  padding: 0.2rem 0.5rem;
    border-radius: 5px;
}
#faq-we .accordion-body{
  font: normal normal 300 15px/28px Poppins;
  letter-spacing: 0px;
  color: #000000;
}
#faq-we .accordion-button:not(.collapsed){
  color: #000;
  box-shadow: none;
}
#faq-we .accordion-button::after{
  content: '\f0d8';
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 18px;
  background-image: unset !important;
  height: unset !important;
  width: unset !important;
  padding-right: 10px;
}
#faq-we .accordion-item, .shop-page-filters .accordion-item{
  border: none;
  padding: 10px 0 25px 0;
}
#faq-we a.accordion-button{
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border: navajowhite;
  background: #efffc9;
}
#faq-we .accordion-button:not(.collapsed)::after{
  padding-left: 10px;
}
/* #accordion .accordion-button::after{
  display: none;
} */
/*menus images */
#menu-primary-menu>li:nth-child(1)>ul>li:nth-child(1)>ul>li:nth-child(1),
#menu-primary-menu>li:nth-child(1)>ul>li:nth-child(1)>ul>li:nth-child(2),
#menu-primary-menu>li:nth-child(1)>ul>li:nth-child(1)>ul>li:nth-child(3),
#menu-primary-menu>li:nth-child(2)>ul>li:nth-child(1)>ul>li:nth-child(1),
#menu-primary-menu>li:nth-child(2)>ul>li:nth-child(1)>ul>li:nth-child(2),
#menu-primary-menu>li:nth-child(2)>ul>li:nth-child(1)>ul>li:nth-child(3),
#menu-primary-menu>li:nth-child(6)>ul>li:nth-child(1)>ul>li:nth-child(1),
#menu-primary-menu>li:nth-child(6)>ul>li:nth-child(1)>ul>li:nth-child(2),
#menu-primary-menu>li:nth-child(6)>ul>li:nth-child(1)>ul>li:nth-child(3){
    position: relative;
    margin-left:20px;
}

#menu-primary-menu>li:nth-child(1)>ul>li:nth-child(1)>ul>li:nth-child(1):before,
#menu-primary-menu>li:nth-child(2)>ul>li:nth-child(1)>ul>li:nth-child(1):before,
#menu-primary-menu>li:nth-child(6)>ul>li:nth-child(1)>ul>li:nth-child(1):before{
  background-image: url(assets/images/man.png) !important;
  position: absolute;
  top: 0px;
  left: -16px;
  width: 2.5rem;
  height: 2.5rem;
  content: "";
  background-repeat: no-repeat !important;
  background-size: 25px!important;
  transition: transform .2s ease-in-out;
  border-radius: 5px;
  margin-right: 10px;
}
#menu-primary-menu>li:nth-child(1)>ul>li:nth-child(1)>ul>li:nth-child(2):before,
#menu-primary-menu>li:nth-child(2)>ul>li:nth-child(1)>ul>li:nth-child(2):before,
#menu-primary-menu>li:nth-child(6)>ul>li:nth-child(1)>ul>li:nth-child(2):before{
  background-image: url(assets/images/woman.png) !important;
  position: absolute;
  top: 0px;
  left: -16px;
  width: 2.5rem;
  height: 2.5rem;
  content: "";
  background-repeat: no-repeat !important;
  background-size: 25px!important;
  transition: transform .2s ease-in-out;
  border-radius: 5px;
  margin-right: 10px;
}

#menu-primary-menu>li:nth-child(1)>ul>li:nth-child(1)>ul>li:nth-child(3):before,
#menu-primary-menu>li:nth-child(2)>ul>li:nth-child(1)>ul>li:nth-child(3):before,
#menu-primary-menu>li:nth-child(6)>ul>li:nth-child(1)>ul>li:nth-child(3):before{
  background-image: url(assets/images/Kids.png) !important;
  position: absolute;
  top: 0px;
  left: -16px;
  width: 2.5rem;
  height: 2.5rem;
  content: "";
  background-repeat: no-repeat !important;
  background-size: 25px!important;
  transition: transform .2s ease-in-out;
  border-radius: 5px;
  margin-right: 10px;
}
/* #menu-primary-menu>li:nth-child(1)>ul>li:nth-child(3)>a, #menu-primary-menu>li:nth-child(2)>ul>li:nth-child(3)>a,
#menu-primary-menu>li:nth-child(3)>ul>li:nth-child(4)>a{
opacity: 0;
} */
.wpcf7 form.failed .wpcf7-response-output{
  border-color: #B5E448;
}
#full-width-blog .navigation, .archive .navigation,.archive .nav-links,.middle-align .navigation{
  display: flex;
  justify-content: center;
  width: max-content;
  margin: 0 auto;
  border: 1px solid #D5D5D5;
}
.archive .navigation{
  border:none;
}
.content_page .navigation span,.content_page .navigation a{
  margin: 0;
  padding: 0;
}
.row.store-app{
  margin-top: 9rem;
}
.archive  .term-description p{
  display: none;;
}
.custom-filter-color {
    display: inline-block;
    width: auto;
    margin: 16px auto;
    text-align: center;
}
/* .shop-page-filters ul li label {
    display: flex;
} */
.filter-li li, .filter-style-li li, .filter-shape-li li{
  /* border: 1px solid #cdc8c8;
  padding: 5px 4px;
  text-align: center;
  margin-right: 10px;
  width: 60px;
  cursor: pointer; */
}
.filter-style-li li{
    width: 70px;
  height: 60px;
}
.filter-shape-li li{
    width: 65px;
    height:55px;
}
/* .filter-style-li>li:nth-child(3){
  display: none;
} */
.filter-shape-li{
  flex-wrap:wrap;
}
.filter-li li label{
    cursor: pointer;
}
.none-check p, .filter-style-li p, .filter-shape-li p, .filter-li p{
  font-size: 10px;
}
.filter-style-li img, .filter-shape-li img{
    width: 40px;
}
.custom-filter-color label {
    display: inline-block;
    height: 40px;
    width: 40px;
    position: relative;
    margin: 0 2px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}
.custom-filter-color span {
    display: block;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    position: absolute;
    border-radius: 50%;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

/* .accordion.shop-page-filters .active-filter li:has(input:checked) {
  border: 1px solid #B5E448;
} */
.accordion.shop-page-filters input:checked+span{
  color: #B5E448;
}
.shop-page-filters input[type="checkbox"] {
  /* Add if not using autoprefixer */
  -webkit-appearance: none;
  appearance: none;
  /* For iOS < 15 to remove gradient background */
  background-color: #fff;
  /* Not removed via appearance */
  margin: 0;
}
.shop-page-filters input[type="checkbox"] {
  appearance: none;
  background-color: #fff;
  margin: 6px;
  width: 20px;
  height:20px;
  border: 1px solid currentColor;
  transform: translateY(-0.075em);
  display: grid;
  place-content: center;
}
.shop-page-filters input[type="checkbox"]::before {
  content: "";
  width: 12px;
  height: 12px;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  box-shadow: inset 4em 1em var(--form-control-color);
  background-color: #000;
}
.shop-page-filters input[type="checkbox"]:checked::before {
  transform: scale(1);
}
.shop-page-filters .accordion-header button{
 color: #000;
 font-weight: 600;
 text-transform: uppercase;
 font-size: 14px;
}
.shop-page-filters .accordion-button:focus{
  box-shadow: none
}
.shop-page-filters .accordion-button, .shop-page-filters .accordion-body{
  padding: 10px 0;
}
 .shop-page-filters .accordion-item {
  border-bottom: 1px solid rgba(0,0,0,.125);
 }
  .shop-page-filters{
    position: relative;
    padding-right: 12px;
  }
 .shop-page-filters::after{
  content: '';
  position: absolute;
  top: -35px;
  right: 0px;
  height: auto;
  bottom: 0;
  border-right: 1px solid #f7f2ed;
 }
 .color-filter img{
       padding: 4px;
       height: 50px;
width: 50px;
 }
 .accordion-body span{
  font: 400 14px / 16px Open Sans;
    letter-spacing: 0px;
    color: #000000;
 }
 .woocommerce .woocommerce-ordering select{
   /* padding: 10px; */
   height: 36px;
   border: 2px solid #f7f2ed;
   background: transparent;
 }
.woocommerce .woocommerce-ordering{
  position: absolute;
  top: 1.2%;
  right: 9.5%;
  }
.filter-head{
  font: normal normal 600 26px/33px Muli;
  letter-spacing: 0px;
  color: #121212;
  }
.filter-page-section{
  padding: 30px 0;
}
.shop-page-filters .none-check{
  display: none;
}
.archive .price, .related.products .price{
    padding: 10px;
}
.shop .related.products .price{
text-align: center;
}
.yith-wcwl-add-button .add_to_wishlist svg.yith-wcwl-icon-svg{
  margin-right:0;
}
.single-pro-btn .yith-wcwl-add-button .add_to_wishlist svg.yith-wcwl-icon-svg{
  background-color: transparent;
}
.yith-wcwl-add-to-wishlist .yith-wcwl-add-button{
  text-align: center;
  justify-content: center;
}
/* JSon */
#ive-vw-shoes-store-pro-category .ive-slide-inner-content-inner img{
  width: 185px;
  height: 115px;
  object-fit: contain;
  margin: 0 auto;
} 
#ive-vw-shoes-feature .wp-block-image{
  text-align: center;
  height: 150px;
  width: 150px;
  margin: 0 auto;
}


/* JSon */
#ive-shoes-store-pro-slider{
  margin-top: 18px;
}
#ive-shoes-store-pro-slider .owl-stage-outer{
  margin: 8% 0 0 0;
}
.ive-vw-shoes-pro-baner-heading{
  width: max-content;
}
#ive-vw-shoes-store-pro-brand .wp-block-ive-slide img{
  width: 150px !important;
  height: 150px;
  margin: 0 auto;
}
#ive-vw-shoes-store-blog .post-content-area {
  background: #f0f0f0;
}
#ive-vw-shoes-store-blog .ive_latest_post_date_img{
  position: absolute;
  top: 5%;
  color: #fff;
  /* line-height: 18px; */
  font-weight: 600;
  background-color: #B5E448;
  width: 52px;
  height: 52px;
  padding: 8px 11px;
  text-align: center;
  left: 16px;
  font-family: 'Poppins'
}
#ive-vw-shoes-store-blog .ive-inner-post-content {
  background: #fff;
  position: absolute;
  right: 30px;
}
#ive-vw-shoes-store-blog .ive_latest_post_comments,#ive-vw-shoes-store-blog .ive_latest_post_author {
  display: flex !important;
  align-items: center;
  color: #7e7e7e;
  font-size: 14px;
  font-weight: 400;
}
#ive-vw-shoes-store-blog .ive_latest_post_comments i,#ive-vw-shoes-store-blog .ive_latest_post_author i{
  color: #7e7e7e;
}

#ive-vw-shoes-store-pro-new-product .ibtana-product-title-child,#ive-vw-shoes-pro-trending .ibtana-product-title-child{
  font-weight: 600 !important;
}
#ive-vw-shoes-store-blog .ive_latest_post_date_img{
  color: #fff !important;
}
#ive-shoes-store-pro-slider .owl-nav{
  right: unset;
}
#ive-shoes-store-pro-slider .wp-block-ive-carousel .owl-theme .owl-nav .disabled {
  opacity: 1;
}
#ive-shoes-store-pro-slider .wp-block-ive-carousel .owl-theme  .owl-nav button{
  border-radius: 5px !important;
}
@media screen and (max-width: 1199px) and (min-width:1024px){
  #ive-shoes-store-pro-slider .owl-stage-outer{
    padding-bottom: 10%;
  }
  #ive-shoes-store-pro-slider  .wp-block-ive-carousel .owl-nav{
    max-width: 12% !important;
    top: 84% !important;
  }
}
@media screen and (max-width: 1400px) and (min-width:768px){

  #ive-vw-shoes-store-blog .ive-inner-post-content {
    background: #fff;
    position: absolute;
    right: 7px;
    padding: 10px !important;
    width: 72%;
    top: 12px;
}
}
@media screen and (max-width:767px) {
  #ive-vw-shoes-store-blog .ive-inner-post-content{
    position: unset;
  }
  #ive-shoes-store-pro-slider .wp-block-ive-carousel .owl-theme  .owl-nav{
    max-width: 40% !important;
    top: 90% !important;
    margin: 0 auto;
    left: 0;
    right: 0 !important;
  }
}
@media screen and (max-width:575px) {

  .ive-shoes-store-pro-banner-text .wp-block-group__inner-container{
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .ive-vw-shoes-pro-baner-heading{
    margin: 0 auto;
  }

}