/* Css For StoreX */
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}
a.compare .label{
  font-size: 0;     
  line-height: 0;
}
a.compare:before {
  content: "\e904";  
  font-family: 'icomoon' !important;
  font-weight: 900;
  font-size: 20px;   
  line-height: 1;
  pointer-events: none; 
}
/************ TABLE OF CONTENTS ***************
1. Fonts
2. Reset
3. Global
4. Main Header
5. Main Slider/style-one/style-two
6. Intro Section
7. Welcome Section
9. Cta Section
8. Research Fields
10. Testimonial Section
11. Researches Section
12. Team Section
14. Video
15. Fact Counter
16. News Section
19. Clients Section
20. Main Footer
21. Footer Bottom
22. Research Style Two
23. Innovative Solution
24. Discover Section                                                                                                                  
25. Testimonial Section
26. Chooseus Section
27. News Style Two
28. Page Title
29. Research Page Section
30. Research Details
31. Professor Page Section
32. Professor Details
33. About Section
34. Error Section
35. Blog Page Section
36. Blog Details
37. Blog Sidebar
38. Contact Section
39. Google Map


**********************************************/

/*** 

====================================================================
  Reset
====================================================================

 ***/
* {
  margin:0px;
  padding:0px;
  border:none;
  outline:none;
}

/*** 

====================================================================
  Global Settings
====================================================================

 ***/

:root{
  --theme-color: rgba(0, 62, 172, 1);
  --theme-color-2: rgba(44, 184, 119, 1);
  --theme-color-3: rgba(192, 35, 50, 1);
  --theme-color-4: rgba(81, 159, 23, 1);
  --theme-color-5: rgba(237, 142, 0, 1);
  --theme-color-6: rgba(39, 189, 160, 1);
  --theme-color-7: rgba(247, 97, 136, 1);
  --theme-color-8: rgba(36, 83, 54, 1);
  --theme-color-9: rgba(239, 202, 138, 1);
  --theme-color-10: rgba(240, 98, 35, 1);
  --secondary-color: rgb(17 17 17);
  --text-color: rgba(17, 17, 17, 1);
  --title-color: rgba(17, 17, 17, 1);
  --text-font: 'Roboto', sans-serif;
  --title-font: "Rethink Sans", sans-serif;
  --title-font-two: "Nunito", sans-serif;
  --title-font-three: "Outfit", sans-serif;
  --title-font-four: "Baloo 2", sans-serif;
  --title-font-five: "Playfair Display", serif;
}

body {
  font-size:16px;
  color: var(--text-color);
  line-height:28px;
  font-weight:400;
  background:#ffffff;
  font-family: var(--text-font);
  background-size:cover;
  background-repeat:no-repeat;
  background-position:center top;
  -webkit-font-smoothing: antialiased;
}

button[type=submit]:focus, button:focus, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus, a:focus {
  outline-width: 1px;
  outline-offset: -3px;
  outline-style: dotted;
  text-decoration: none;
}

@media (min-width:1200px) {
  .container {
    max-width: 1200px;
    padding: 0px 15px;
  }
}

.large-container{
  max-width: 1680px;
  padding: 0px 15px;
  margin: 0 auto;
}

.container-fluid{
  padding: 0px;
}

.auto-container{
  position:static;
  max-width:1320px;
  padding:0px 15px;
  margin:0 auto;
}

.small-container{
  max-width:680px;
  margin:0 auto;
}

.boxed_wrapper{
  position: relative;
  margin: 0 auto;
  overflow: hidden !important;
  width: 100%;
  min-width: 300px;
}


a{
  text-decoration:none;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}

a:hover{
  text-decoration:none;
  outline:none;
}

input,button,select,textarea{
  font-family: var(--text-font);
  font-weight: 400;
  font-size: 18px;
  background: transparent;
}

::-webkit-input-placeholder {
  color: inherit;
}

::-moz-input-placeholder {
  color: inherit;
}

::-ms-input-placeholder {
  color: inherit;
}

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

input{
  transition: all 500ms ease;
}

button:focus,
input:focus,
textarea:focus{
  outline: none;
  box-shadow: none;
  transition: all 500ms ease;
}

p{
  position: relative;
  font-family: var(--text-font);
  color: var(--text-color);
  font-weight: 400;
  margin: 0px;
  transition: all 500ms ease;
}

h1,h2,h3,h4,h5,h6{
  position:relative;
  font-family: var(--title-font);
  font-weight: 700;
  color: var(--title-color);
  margin: 0px;
  transition: all 500ms ease;
}

.home_2 h1,
.home_2 h2,
.home_2 h3,
.home_2 h4,
.home_2 h5,
.home_2 h6,
.home_4 h1,
.home_4 h2,
.home_4 h3,
.home_4 h4,
.home_4 h5,
.home_4 h6{
  font-family: var(--title-font-two) !important;
}

.home_3 h1,
.home_3 h2,
.home_3 h3,
.home_3 h4,
.home_3 h5,
.home_3 h6,
.home_5 h1,
.home_5 h2,
.home_5 h3,
.home_5 h4,
.home_5 h5,
.home_5 h6,
.home_6 h1,
.home_6 h2,
.home_6 h3,
.home_6 h4,
.home_6 h5,
.home_6 h6{
  font-family: var(--title-font-three) !important;
  font-weight: 600;
}

.home_7 h1,
.home_7 h2,
.home_7 h3,
.home_7 h4,
.home_7 h5,
.home_7 h6{
  font-family: var(--title-font-four) !important;
}

.home_9 h1,
.home_9 h2,
.home_9 h3,
.home_9 h4,
.home_9 h5,
.home_9 h6{
  font-family: var(--title-font-five) !important;
}

/* Preloader */

.handle-preloader {
  align-items: center;
  -webkit-align-items: center;
  display: flex;
  display: -ms-flexbox;
  height: 100%;
  justify-content: center;
  -webkit-justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9999999;
  background: var(--secondary-color);
}

.preloader-close{
  position: fixed;
  z-index: 99999999;
  font-size: 16px;
  background: #fff;
  color: red;
  width: 40px;
  height: 40px;
  line-height: 44px;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
  right: 30px;
  top: 30px;
  font-weight: 400;
}

.handle-preloader .animation-preloader {
  position: absolute;
  z-index: 100;
}

.handle-preloader .animation-preloader .spinner{
  animation: spinner 1s infinite linear;
  border-radius: 50%;
  height: 150px;
  margin: 0 auto 45px auto;
  width: 150px;
}

.handle-preloader .animation-preloader .txt-loading {
  text-align: center;
  user-select: none;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:before{
  animation: letters-loading 4s infinite;
  content: attr(data-text-preloader);
  left: 0;
  opacity: 0;
  top:0;
  position: absolute;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading{
  font-family: var(--title-font);
  font-weight: 500;
  letter-spacing: 15px;
  display: inline-block;
  position: relative;
  font-size: 70px;
  line-height: 70px;
  text-transform: uppercase;
  color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgba(255, 255, 255, 0.30);
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(2):before {animation-delay: 0.2s;}
.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(3):before {animation-delay: 0.4s;}
.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(4):before {animation-delay: 0.6s;}
.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(5):before {animation-delay: 0.8s;}
.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(6):before { animation-delay: 1s;}
.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(7):before { animation-delay: 1.2s;}
.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(8):before { animation-delay: 1.4s;}
.handle-preloader .loader-section {
  background-color: #ffffff;
  height: 100%;
  position: fixed;
  top: 0;
  width: calc(50% + 1px);
}

.preloader .loaded .animation-preloader {
  opacity: 0;
  transition: 0.3s ease-out;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:before{
  color: #ffffff;
}

.handle-preloader .animation-preloader .spinner{
  border: 3px solid #ffffff;
  border-top-color: rgba(255, 255, 255, 0.5); 
}

/* AnimaciÃ³n del preloader */
@keyframes spinner {
  to {
    transform: rotateZ(360deg);
  }
}
@keyframes letters-loading {
  0%,
  75%,
  100% {
    opacity: 0;
    transform: rotateY(-90deg);
  }

  25%,
  50% {
    opacity: 1;
    transform: rotateY(0deg);
  }
}

@media screen and (max-width: 767px) {
  .handle-preloader .animation-preloader .spinner {
    height: 8em;
    width: 8em;
  }
}
@media screen and (max-width: 500px) {
  .handle-preloader .animation-preloader .spinner {
    height: 7em;
    width: 7em;
  }
  .handle-preloader .animation-preloader .txt-loading .letters-loading {font-size: 40px; letter-spacing: 10px;}
}

/** responsive-css for shop-one **/

@media only screen and (max-width: 1200px){
  .shop-block-three .inner-box h2{
    font-size: 32px;
    line-height: 42px;
  }
  
  .shop-block-three .inner-box h4{
    font-size: 18px;
    line-height: 28px;
  }
  
  .clients-section.pb_150{
    padding-bottom: 80px;
  }
}

@media only screen and (max-width: 991px){
  .shop-block-three .inner-box{
    padding: 25px 25px 15px 25px;
  }
  
  .shop-block-three .inner-box h2{
    font-size: 28px;
    line-height: 38px;
  }
  
  .shop-block-three .inner-box h4{
    font-size: 16px;
    line-height: 26px;
  }
  .shop-block-three .inner-box .image{
    min-height: 220px;
  }
  
  .shop-block-four .inner-box{
    padding: 7px 0px 7px 90px;
    min-height: 80px;
  }
  
  .shop-block-four .inner-box .image-box{
    width: 80px;
    height: 80px;
  }
  
  .shop-block-four .inner-box h4{
    font-size: 18px;
    line-height: 22px;
    max-width: 200px;
  }
  
  .shop-block-four .inner-box h5{
    font-size: 18px;
    line-height: 22px;
  }
}

@media only screen and (max-width: 767px){
  .shop-block-one .inner-box .image{
    width: 50%;
  }
  
  .shop-block-three .inner-box{
    padding: 20px 20px 15px 20px;
    margin-bottom: 20px;
  }
  
  .shop-block-three .inner-box h2{
    font-size: 24px;
    line-height: 34px;
  }
  
  .shop-block-three .inner-box h4{
    font-size: 14px;
    line-height: 24px;
  }
  
  .shop-block-three .inner-box .image{
    min-height: 180px;
    top: 15px;
  }
  
  .shop-block-four .inner-box{
    padding: 5px 0px 5px 70px;
    min-height: 70px;
    margin-bottom: 20px;
  }
  
  .shop-block-four .inner-box .image-box{
    width: 60px;
    height: 60px;
  }
  
  .shop-block-four .inner-box h4{
    font-size: 16px;
    line-height: 20px;
    max-width: 180px;
    margin-bottom: 10px;
  }
  
  .shop-block-four .inner-box h5{
    font-size: 16px;
    line-height: 20px;
  }
  
  .clients-section .clients-list li{
    width: 33.333%;
  }
  .shop-four .shop-block-five{
    width: 33.333%;
  }

  .shop-block-one .inner-box{
    padding-left: 30px;
    padding-right: 30px;
  }

  .shop-two .sec-title h2{
    font-size: 28px;
    line-height: 38px;
  }

  .shop-two .owl-nav{
    position: relative;
    right: auto;
    top: auto;
    justify-content: center;
    margin-top: 30px;
  }

  .shop-block-two .inner-box .lower-content{
    padding: 20px 15px 25px;
  }

  .shop-block-two .inner-box .lower-content h4{
    font-size: 16px;
    line-height: 26px;
  }

  .shop-block-two .inner-box .lower-content h5{
    font-size: 18px;
    line-height: 28px;
  }
}

@media only screen and (max-width: 599px){
  .shop-block-three .inner-box{
    padding: 15px 15px 10px 15px;
  }
  
  .shop-block-three .inner-box h2{
    font-size: 20px;
    line-height: 30px;
  }
  
  .shop-block-three .inner-box h4{
    font-size: 12px;
    line-height: 22px;
  }
  
  .shop-block-three .inner-box .image{
    min-height: 150px;
  }
  
  .shop-block-four .inner-box{
    padding: 5px 0px 5px 60px;
    min-height: 60px;
  }
  
  .shop-block-four .inner-box .image-box{
    width: 50px;
    height: 50px;
  }
  
  .shop-block-four .inner-box h4{
    font-size: 14px;
    line-height: 18px;
    max-width: 150px;
  }
  
  .shop-block-four .inner-box h5{
    font-size: 14px;
    line-height: 18px;
  }
  
  .cta-section .content-box h2{
    font-size: 30px;
  }

  .shop-four .shop-block-five{
    width: 50%;
  }
  
  .shop-four .title-content{
    display: block;
  }

  .shop-four .title-content .sec-title{
    margin-bottom: 20px;
  }
  
  .news-section .sec-title{
    display: block;
  }
}

@media only screen and (max-width: 499px){
  .shop-block-three .inner-box h2{
    font-size: 18px;
    line-height: 28px;
  }
  
  .shop-block-three .inner-box h4{
    font-size: 11px;
    line-height: 21px;
  }
  
  .shop-block-three .inner-box .image{
    min-height: 120px;
  }
  
  .shop-block-four .inner-box{
    padding: 5px 0px 5px 50px;
    min-height: 50px;
  }
  
  .shop-block-four .inner-box .image-box{
    width: 40px;
    height: 40px;
  }
  
  .shop-block-four .inner-box h4{
    font-size: 12px;
    line-height: 16px;
    max-width: 120px;
  }
  
  .shop-block-four .inner-box h5{
    font-size: 12px;
    line-height: 16px;
  }
  
  .cta-section .content-box h2{
    font-size: 24px;
  }
  
  .shop-four .shop-block-five{
    width: 100%;
  }
  
  .shop-block-five .inner-box{
    padding-right: 0px;
  }
  
  .news-block-one .inner-box .lower-content h3{
    font-size: 20px;
    line-height: 26px;
  }
}

.centred{
  text-align: center;
}

.pull-left{
  float: left;
}

.pull-right{
  float: right;
}


figure{
  margin: 0px;
}

img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  transition-delay: .1s;
  transition-timing-function: ease-in-out;
  transition-duration: .7s;
  transition-property: all;
}

.row{
  --bs-gutter-x: 30px;
}

/** button **/


.theme-btn{
  position: relative;
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
  font-size: 16px;
  line-height: 30px;
  font-weight: 500;
  font-family: var(--text-font);
  color: #fff !important;
  text-align: center;
  border-radius: 50px;
  padding: 10px 40px;
  z-index: 1;
  transition: all 500ms ease;
}

.theme-btn.btn-two{
  background: var(--secondary-color);
}

.theme-btn span{
  background: var(--secondary-color);
}

.theme-btn span {
  position: absolute;
  width: 25%;
  height: 100%;
  transform: translateY(150%);
  border-radius: 50%;
  left: calc((var(--n) - 1) * 25%);
  transition: 0.5s;
  transition-delay: calc((var(--n) - 1) * 0.1s);
  z-index: -1;
}

.theme-btn:hover span,
.theme-btn:focus span {
  transform: translateY(0) scale(2);
}

.theme-btn span:nth-child(1) {
  --n: 1;
}

.theme-btn span:nth-child(2) {
  --n: 2;
}

.theme-btn span:nth-child(3) {
  --n: 3;
}

.theme-btn span:nth-child(4) {
  --n: 4;
}


.parallax-bg{
  position: absolute;
  left: 0px;
  top: -30%;
  width: 100%;
  height: calc(100% + 30%);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}


/** styled-pagination */
.woocommerce-pagination{
  text-align: center;
}
.pagination,
.woocommerce-pagination .page-numbers{
  position: relative;
  display: block;
}

.pagination li,
.woocommerce-pagination .page-numbers li{
  position: relative;
  display: inline-block;
  margin: 0px 4px;
}

.pagination li a,
.pagination li span,
.woocommerce-pagination .page-numbers li a,
.woocommerce-pagination .page-numbers li span{
  position: relative;
  display: inline-block;
  font-size: 18px;
  font-family: var(--title-font);
  color: var(--title-color);
  font-weight: 500;
  height: 50px;
  width: 50px;
  line-height: 50px;
  background: #ffffff;
  border: 1px solid #E7E9F0;
  text-align: center;
  border-radius: 50%;
  z-index: 1;
  transition: all 500ms ease;
}
.pagination li a:hover,
.pagination li a:focus,
.pagination li a.current,
.pagination li span.current,
.woocommerce-pagination .page-numbers li a:hover,
.woocommerce-pagination .page-numbers li a:focus,
.woocommerce-pagination .page-numbers li span.current{
  color: #fff;
  background-color: var(--theme-color);
  border-color: var(--theme-color);
}

.sec-pad{
  padding: 142px 0px 150px 0px;
}

.pagination li a i{
  position: relative;
  top: 5px;
  font-size: 30px;
}

.mr-0{
  margin: 0px !important;
}

/** scroll-to-top **/

.scroll-to-top {
  position: fixed;
  right: 30px;
  bottom: 30px;
  height: 50px;
  width: 50px;
  cursor: pointer;
  display: block;
  box-shadow: inset 0 0 0 2px rgba(0,46,65,0.2);
  border-radius: 50%;
  z-index: 90000;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(15px);
  -ms-transform: translateY(15px);
  transform: translateY(15px);
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.scroll-to-top.scroll-top-active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0)
}

.scroll-to-top::after {
  position: absolute;
  content: "\e907";
  font-family: 'icomoon';
  text-align: center;
  line-height: 50px;
  font-size: 14px;
  color: var(--theme-color);
  left: 0;
  top: 0;
  height: 50px;
  width: 50px;
  cursor: pointer;
  display: block;
  z-index: 2;
  transform: rotate(-90deg);
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear
}

.scroll-to-top:hover::before {
  opacity: 1
}

.scroll-to-top .scroll-top-inner path {
  stroke-width: 4;
  fill: transparent;
  box-sizing: border-box;
  stroke: var(--theme-color);
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}



@-webkit-keyframes ripple {
  70% {
    -webkit-box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@keyframes ripple {
  70% {
    -webkit-box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

.sec-title{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}

.sec-title h2{
  position: relative;
  display: block;
  font-size: 30px;
  margin: 0;
  line-height: 1.4;
}

.sec-title.light h2{
  color: #fff;
}


/*** 

====================================================================
                        Home-Page-One
====================================================================

***/


/** main-header **/

.main-header{
  position:relative;
  left:0px;
  top:0px;
  right: 0px;
  z-index:999;
  width:100%;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}

.sticky-header{
  position:fixed;
  opacity:0;
  visibility:hidden;
  left:0px;
  top:0px;
  width:100%;
  z-index:0;
  background-color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.10);
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}

.fixed-header .sticky-header{
  z-index:999;
  opacity:1;
  visibility:visible;
  display:block;
  -ms-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -op-animation-name: fadeInDown;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -ms-animation-duration: 500ms;
  -moz-animation-duration: 500ms;
  -op-animation-duration: 500ms;
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
  -ms-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -op-animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -ms-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -op-animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/* Ensure menu and content inside sticky-header is visible when sticky header is shown */
.fixed-header .sticky-header .menu-area,
.fixed-header .sticky-header .category-box,
.fixed-header .sticky-header .menu-right-content {
  visibility: visible;
  opacity: 1;
  display: block;
}

/* Override the rule that hides .navigation.clearfix in header.css */
.fixed-header .sticky-header .menu-area .main-menu .navigation,
.fixed-header .sticky-header .menu-area .main-menu .navigation.clearfix {
  visibility: visible !important;
  opacity: 1 !important;
  display: flex !important;
}

.fixed-header .sticky-header .navigation {
  visibility: visible;
  opacity: 1;
  display: flex !important;
}

.fixed-header .sticky-header .navigation li,
.fixed-header .sticky-header .navigation a {
  visibility: visible;
  opacity: 1;
}

/* Sticky header cart menu styling */
.fixed-header .sticky-header .cart-box {
  position: relative;
}

.fixed-header .sticky-header .cart-box,
.fixed-header .sticky-header .shopping-cart-one {
  visibility: visible;
  opacity: 1;
}

/* Ensure cart menu dropdown appears above other content in sticky header */
.fixed-header .sticky-header .cart-menu-one {
  position: absolute;
  top: 44px;
  right: 0;
  z-index: 1000;
  /* Initial hidden state - will be shown via cart-visible class */
}

/* Cart menu visible state in sticky header */
.fixed-header .sticky-header .cart-menu-one.cart-visible {
  opacity: 1;
  visibility: visible;
  transform: scaleY(1);
}

body.cart-open .fixed-header .sticky-header .cart-menu-one {
  z-index: 10000;
}


/** language-switcher **/

.language-picker label{
  display: none;
}

.language-picker .nice-select{
  display: none;
}


.language-picker {
  position: relative;
  display: inline-block;
}

.language-picker__button .icon {
  display: none;
}

.language-picker__dropdown {
  position: absolute;
  left: 0;
  top: 100%;
  width: 110px;
  background-color: #fff;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.10);
  padding: 15px 15px;
  visibility: hidden;
  opacity: 0;
  z-index: 2;
  border-radius: 5px;
  box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  text-align: left;
  transition: visibility 0s .2s, opacity .2s, -webkit-transform .2s ease-out;
  transition: visibility 0s .2s, opacity .2s, transform .2s ease-out;
  transition: visibility 0s .2s, opacity .2s, transform .2s ease-out, -webkit-transform .2s ease-out
}

.language-picker__button[aria-expanded=true]+.language-picker__dropdown {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(4px);
  -ms-transform: translateY(4px);
  transform: translateY(4px);
  transition: opacity .2s, -webkit-transform .2s ease-out;
  transition: opacity .2s, transform .2s ease-out;
  transition: opacity .2s, transform .2s ease-out, -webkit-transform .2s ease-out
}

.language-picker__item span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}

.language-picker__button{
  position: relative;
  border: none !important;
  padding: 0px;
  padding-right: 7px;
}

.language-picker__button:before{
  position: absolute;
  content: '\e900';
  font-family: 'icomoon';
  font-size: 6px;
  top: 7px;
  right: 0px;
  color: #fff;
}

.language-picker__flag {
  position: relative;
  font-size: 14px;
  line-height: 16px;
  font-family: var(--text-font);
  font-weight: 400;
  color: #222;
  padding-left: 33px;
  text-transform: uppercase;
}

.language-picker__list .language-picker__flag{
  padding: 4px 0px 4px 33px;
}

.language-picker__flag.language-picker__label:after {
  position: absolute;
  content: '';
  background-image: url(../images/icons/icon-1.png);
  width: 10px;
  height: 6px;
  top: 6px;
  right: 0px;
  background-repeat: no-repeat;
}

.language-picker__flag.language-picker__label{
  padding-left: 26px;
  padding-right: 0px;
  color: #fff;
  padding-right: 16px;
}

.language-picker__flag em{
  font-style: normal;
}

.language-picker__flag::before {
  position: absolute;
  content: '';
  height: 20px;
  width: 20px;
  top: 4px;
  left: 0px;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.header-upper .right-column .gt_float_switcher .gt-selected,
.header-upper .right-column .gt_float_switcher{
  background-color: transparent;
  box-shadow: none;
}
.header-upper .right-column .gt_float_switcher .gt-selected .gt-current-lang{
  padding: 0px;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}
.header-upper .right-column .gt_float_switcher .gt-current-lang img{
  height: 20px;
  width: 20px;
  border-radius: 50%;
}
.header-upper .right-column .gt_float_switcher .gt-selected .gt-current-lang span.gt_float_switcher-arrow{
 position: relative;
 border: none !important;
 padding: 0px;
 background-image: none !important;
 padding-right: 7px;
 transform: rotate(0deg);
}
.header-upper .right-column .gt_float_switcher .gt-selected .gt-current-lang span.gt_float_switcher-arrow:before{
  position: absolute;
  content: '\e900';
  font-family: 'icomoon';
  font-size: 6px;
  top: 3px;
  right: 0px;
  color: #fff;
}
.header-upper .right-column .gt_float_switcher .gt_options,
.widget_gtranslate .gt_float_switcher .gt_options{
  position: absolute;
  left: 0;
  top: 100%;
  width: 140px;
  background-color: #fff;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.10);
  padding: 15px 15px;
  visibility: hidden;
  opacity: 0;
  z-index: 9;
  border-radius: 5px;
  box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  text-align: left;
  transition: visibility 0s .2s, opacity .2s, -webkit-transform .2s 
  ease-out;
  transition: visibility 0s .2s, opacity .2s, transform .2s 
  ease-out;
  transition: visibility 0s .2s, opacity .2s, transform .2s 
  ease-out, -webkit-transform .2s 
  ease-out;
}
.header-upper .right-column .gt_float_switcher .gt_options a,
.widget_gtranslate .gt_float_switcher .gt_options a{
 padding:4px 0px 4px 33px;
 font-size: 14px;
 color: #222;
 font-family: var(--text-font);
 font-weight: 400;
 position: relative;
}
.header-upper .right-column .gt_float_switcher .gt_options a img,
.widget_gtranslate .gt_float_switcher .gt_options a img{
  height: 20px;
  width: 20px;
  margin-right: 0px;
  position: absolute;
  top: 4px;
  left: 0;
  border-radius: 50%;
}
.header-upper .right-column .gt_float_switcher .gt_options.gt-open,
.widget_gtranslate .gt_float_switcher .gt_options.gt-open{
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(4px);
  -ms-transform: translateY(4px);
  transform: translateY(4px);
  transition: opacity .2s, -webkit-transform .2s 
  ease-out;
  transition: opacity .2s, transform .2s 
  ease-out;
  transition: opacity .2s, transform .2s 
  ease-out, -webkit-transform .2s 
  ease-out;
}
.header-upper .right-column .gt_float_switcher .gt_options a:hover,
.widget_gtranslate .gt_float_switcher .gt_options a:hover{
  color: var(--theme-color);
  background-color: transparent;
}
.language-picker__flag.language-picker__label:before{
  top: -3px;
  left: 0px;
}

.language-picker__dropdown .language-picker__flag::before {
  margin-right: .5rem;
  margin-right: var(--space-xs);
  top: -1px;
}

.language-picker__flag--deutsch::before {
  background-image: url(../images/icons/flag-deutsch.png);
}

.language-picker__flag--english::before {
  background-image: url(../images/icons/flag-english.png);
}

.language-picker__flag--francais::before {
  background-image: url(../images/icons/flag-francais.png);
}

.language-picker__flag--italiano::before {
  background-image: url(../images/icons/flag-italiano.png);
}

.language-picker--hide-label .language-picker__button .icon {
  margin-left: 0
}

.language-picker--hide-label .language-picker__button em {
  display: none
}

.language-picker--hide-label .language-picker__button .language-picker__flag::before {
  margin-right: .25rem;
  margin-right: var(--space-xxxs)
}

.language-picker__flag.language-picker__label{
  padding-right: 7px;
}

.nice-select{
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 16px;
  color: #fff;
  font-family: var(--text-font);
  text-transform: uppercase;
  padding-right: 14px;
  background: transparent;
}

.nice-select:before{
  position: absolute;
  content: '\e900';
  font-family: 'icomoon';
  font-size: 6px;
  top: 0px;
  right: 0px;
  color: #fff;
  font-weight: 700;
}

.nice-select .list{
  min-width: 100px;
}

.nice-select .list li{
  color: var(--text-color);
}

.nice-select .list{
  max-height: 160px;
  overflow-x: hidden;
  overflow-y: auto;
}


.owl-dots-none .owl-dots,
.owl-nav-none .owl-nav{
  display: none !important;
}

.owl-nav button{
  background: transparent;
}

.float-bob-y {
  animation-name: float-bob-y;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-animation-name: float-bob-y;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: float-bob-y;
  -moz-animation-duration: 2s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob-y;
  -ms-animation-duration: 2s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob-y;
  -o-animation-duration: 2s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

.float-bob-x{
  animation-name: float-bob-x;
  animation-duration: 15s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-animation-name: float-bob-x;
  -webkit-animation-duration: 15s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: float-bob-x;
  -moz-animation-duration: 15s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob-x;
  -ms-animation-duration: 15s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob-x;
  -o-animation-duration: 15s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}


/** rtl-switcher **/

.demo-rtl{
  position: fixed;
  top: 390px;
  left: 10px;
  z-index: 9999;
}

button.rtl{
  background: var(--theme-color);
  display: block;
  text-indent: inherit;
  font-size: 12px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-weight: 700;
  margin: 0px;
  color: #fff !important;
  border-radius: 50%;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.10);
  transition: all 500ms ease;
}

.demo-ltr{
  position: fixed;
  top: 390px;
  left: auto;
  right: 10px;
  z-index: 9999;
}

button.ltr {
  background: var(--theme-color);
  display: block;
  text-indent: inherit;
  font-size: 12px;
  font-weight: 700;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin: 0px;
  color: #fff !important;
  border-radius: 50%;
  box-shadow: rgba(0, 0, 0, 1.0);
  transition: all 500ms ease;
}

.boxed_wrapper.ltr .demo-rtl{
  display: block;
}

.boxed_wrapper.ltr .demo-ltr{
  display: none;
}

.boxed_wrapper.rtl .demo-rtl{
  display: none;
}

.boxed_wrapper.rtl .demo-ltr{
  display: block;
}

.discount-product{
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  background: #10CB23;
  border-radius: 50%;
  z-index: 1;
}

.hot-product{
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  background: #FF0000;
  border-radius: 50%;
  z-index: 1;
}

.popular-product{
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  background: #FF6B00;
  border-radius: 50%;
  z-index: 1;
}

.product-stock,
.product-stock-out{
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  color: #28C01B;
  font-weight: 500;
  padding-left: 27px;
}

.product-stock img,
.product-stock-out img{
  position: absolute;
  left: 0px;
  top: 0px;
}

.product-stock-out{
  color: #E92530;
}

.nav-style-one .owl-nav button{
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: 48px;
  height: 48px;
  line-height: 48px;
  background: #F6F6F6;
  border: 2px solid #F6F6F6;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
  font-size: 11px;
  z-index: 1;
  transition: all 500ms ease;
}

.nav-style-one .owl-nav .owl-prev{
  margin-right: 10px;
}

.nav-style-one .owl-nav button:hover,
.nav-style-one .owl-nav button:focus{
  color: #fff;
  background: transparent !important;
}

.nav-style-one .owl-nav button:before{
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background: var(--secondary-color);
  border-radius: 50%;
  transform-origin: top center;
  transform: scaleY(0);
  z-index: -1;
  transition: all 500ms ease;
}

.nav-style-one .owl-nav button:hover:before,
.nav-style-one .owl-nav button:focus:before{
  transform: scaleY(1);
}

.sec-title a{
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 16px;
  font-weight: 700;
  border-bottom: 1px solid var(--title-color);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, var(--theme-color), var(--theme-color) 50%, var(--title-color) 50%);
  background-size: 200% 100%;
  background-position: -100%;
  transition: all 0.3s ease-in-out;
}

.sec-title a:hover,
.sec-title a:focus{
  background-position: 0%;
}

.progress-box .bar{
  position:relative;
  width:100%;
  height:8px;
  background: #E3E7EB;
  border-radius: 4px;
}

.progress-box .bar-inner{
  position:relative;
  display:block;
  width:0px;
  height:8px;
  border-radius: 4px;
  -webkit-transition:all 1500ms ease;
  -ms-transition:all 1500ms ease;
  -o-transition:all 1500ms ease;
  -moz-transition:all 1500ms ease;
  transition:all 1500ms ease; 
}

.rating{
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 17px;
}

.rating li{
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 14px;
  color: #F8CD2E;
  margin-right: 2px;
}

.rating li span{
  color: #7C7C7C;
  padding-left: 2px;
}

.list-style-one li{
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 28px;
  color: var(--title-color);
  padding-left: 17px;
}

.list-style-one li:before{
  position: absolute;
  content: '';
  background: var(--title-color);
  width: 5px;
  height: 5px;
  left: 0px;
  top: 11px;
  border-radius: 50%;
}
.check-box input {
  display: none;
}

.check-box label {
  position: relative;
  font-size: 14px;
  line-height: 30px;
  color: var(--title-color);
  padding-left: 24px;
  display: inline-block;
  cursor: pointer;
  margin-bottom: 0px;
}

.check-box label:before{
  position: absolute;
  content: '';
  left: 0px;
  top: 7px;
  width: 15px;
  height: 15px;
  border-radius: 2px;
  border-style: solid;
  border-width: 1px;
  border-color: #DDDDDD;
  background: transparent;
}

.check-box label:after {
  position: absolute;
  content: '';
  left: 2px;
  top: 10px;
  width: 11px;
  height: 9px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../images/icons/icon-2.png);
  opacity: 0;
}

.check-box input:checked + label:after {
  opacity: 1;
}

.accordion-box .block .acc-content {
  position: relative;
  display: none;
}

.accordion-box .block .acc-content.current {
  display: block;
}


.wrapper.list .shop-list-content{
  display: block;
}

.wrapper.list .shop-grid-content{
  display: none
}

.wrapper.grid .shop-list-content{
  display: none;
}

.wrapper.grid .shop-grid-content{
  display: block
}

.nice-select .option{
  padding-left: 15px;
  padding-right: 15px;
}

.tabs-box .tab{
  position:relative;
  display:none;
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
}

.tabs-box .tab.active-tab{
  display:block;  
}

.tabs-box .tab{
  transform:scale(0.9,0.9) translateY(0px);
}

.tabs-box .tab.active-tab{
  transform:scale(1) translateY(0px);
}

.border-animation {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.50);
  animation: squares 2.9s linear 0s infinite;
  -webkit-animation: squares 2.9s linear 0s infinite;
  -ms-animation: squares 2.9s linear 0s infinite;
  -o-animation: squares 2.9s linear 0s infinite;
  -webkit-animation-play-state: running;
  -moz-animation-play-state: running;
  -o-animation-play-state: running;
  animation-play-state: running;
  opacity: 0;
}

.border-animation.border-2 {
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  -o-animation-delay: 1s;
  animation-delay: 1s;
}

.border-animation.border-3 {
  -webkit-animation-delay: 2s;
  -moz-animation-delay: 2s;
  -o-animation-delay: 2s;
  animation-delay: 2s;
}

.dots-style-one .owl-dots button span{
  display: none !important;
}

.dots-style-one .owl-dots button{
  position: relative;
  display: inline-block;
  width: 8px;
  height: 8px;
  background: var(--secondary-color);
  border-radius: 50%;
  opacity: 0.5;
  cursor: pointer;
  transition: all 500ms ease;
}

.dots-style-one .owl-dots button.active,
.dots-style-one .owl-dots button:hover,
.dots-style-one .owl-dots button:focus{
  opacity: 1;
}

.dots-style-one .owl-dots button:before{
  position: absolute;
  content: '';
  width: 18px;
  height: 18px;
  border-radius: 50%;
  left: -5px;
  top: -5px;
  border: solid;
  border-width: 1px;
  transform: scale(0,0);
  transition: all 500ms ease;
}

.dots-style-one .owl-dots button.active:before,
.dots-style-one .owl-dots button:focus:before,
.dots-style-one .owl-dots button:hover:before{
  transform: scale(1,1);
}

.category-page-section .owl-carousel .owl-stage-outer{
  overflow: visible;
}

.category-page-section .owl-carousel .owl-stage-outer .owl-item{
  opacity: 0;
  visibility: hidden;
}

.category-page-section .owl-carousel .owl-stage-outer .owl-item.active{
  opacity: 1;
  visibility: visible;
}



/** category-menu **/


.category-menu{
  position: fixed;
  left: 0;
  top: 0;
  width: 300px;
  padding-right:30px;
  max-width:100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: 999999;
  display: none;
  transition: all 900ms ease;
}

.category-menu .navbar-collapse{
  display:block !important; 
}

.category-menu .upper-box{
  position:relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding:50px 25px;
  text-align:left;  
  padding-bottom: 30px;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 25px;
}

.category-menu .menu-backdrop{
  position: fixed;
  left: 0%;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: all 900ms ease;
  background-color: #000;
}

.category-menu .outer-box{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  max-height: 100%;
  overflow-y: auto;
  background: #fff;
  padding: 0px 0px;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  border-radius: 0px;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  transition: all 900ms ease !important;
}
.category-mobile-menu .outer-box{
  overflow-x: hidden;
}
.header-lower .category-mobile-menu .outer-box{
 display: block;
 position: absolute;
}
.category-visible .category-menu .outer-box{
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}

.category-menu .close-btn{
  position: absolute;
  top: 50px;
  right: 25px;
  display: inline-block;
  line-height: 30px;
  width: 24px;
  height: 30px;
  text-align: center;
  border: none;
  outline: none;
  font-size: 14px;
  color: #111;
  cursor: pointer;
  z-index: 10;
  pointer-events: auto;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease; 
}
.category-menu .close-btn i{
  pointer-events: none;
}
.category-menu .close-btn:hover,
.category-menu .close-btn:focus{
  color: var(--theme-color);
}
.category-menu .navigation{
  position: relative;
  display: block;
  width: 100%;
  float: none;
}
.category-menu .category-list li{
  position: relative;
  display: block;
  cursor: pointer;
}
.category-menu .category-list li > a{
  position: relative;
  display: block;
  line-height: 24px;
  padding: 6px 25px;
  padding-right: 50px;
  font-size: 15px;
  font-weight: 500;
  color: var(--title-color);
  text-transform: capitalize;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease; 
}
.category-menu .category-list li > a:hover,
.category-menu .category-list li > a:focus{
  color: var(--theme-color);
}
.category-menu .category-list li.category-dropdown .dropdown-btn{
  position:absolute;
  right:25px;
  top:3px;
  text-align:center;
  font-size:8px;
  line-height:32px;
  color:var(--title-color);
  cursor:pointer;
  border-radius:2px;
  opacity: 0.6;
  font-weight: 400;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease; 
  z-index:5;
}

.category-menu .category-list li.category-dropdown .dropdown-btn.open{
  transform: rotate(180deg);
}

.category-menu .category-list .category-dropdown ul{
  display: none;
}

.category-menu p{
  position: relative;
  display: block;
  padding: 0px 25px;
  opacity: 0.4;
  font-size: 16px;
  font-weight: 600;
}

.category-menu .category-box .category-list{
  padding-bottom: 0px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
}

.category-menu .category-list li > a span{
  position: absolute;
  top: 8px;
  right: 25px;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  padding: 0px 5px;
  border-radius: 2px;
  background: #CED4DA;
}

/** cart-box **/

.cart-menu {
  position: absolute;
  top: 44px;
  right: 0px;
  width: 315px;
  padding: 25px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.07);
  opacity: 0;
  visibility: hidden;
  background: #fff;
  z-index: 5;
  transform: scaleY(0);
  transform-origin: top center;
  transition: all 0.5s ease-in-out;
}
.cart-menu.cart-visible {
  opacity: 1;
  visibility: visible;
  display: block;
  transform: scaleY(1);
  transition: all 0.5s ease-in-out;
}
.cart-menu .close-icon {
  position: absolute;
  top: 0px;
  left: 3px;
}
.main-header .menu-right-content .info-list .cart-menu .close-icon a{
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 10px;
  border: solid;
  border-width: 1px;
  border-color: #111;
  text-align: center;
  border-radius: 50%;
  color: #111;
  opacity: 0.5;
  z-index: 1;
}
.main-header .menu-right-content .info-list .cart-menu .close-icon a:hover,
.main-header .menu-right-content .info-list .cart-menu .close-icon a:focus{
  opacity: 1;
  border-color: #FFAC00;
  color: #FFAC00;
}
.cart-menu .cart-products .product{
  position: relative;
  display: block;
  padding: 20px 20px 20px 73px;
  border-bottom: solid;
  border-width: 1px;
  border-color: #E8E8E8;
}
.cart-menu .cart-products .product .image-box{
  position: absolute;
  left: 0px;
  top: 23px;
  width: 60px;
  height: 60px;
  line-height: 56px;
  border: solid;
  border-width: 1px;
  border-color: #E5E5E5;
}
.cart-menu .cart-products .product .image-box img{
  width: 100%;
}
.cart-menu .cart-products .product h5{
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 20px;
}
.cart-menu .cart-products .product h5 a{
  position: relative;
  display: inline-block;
  color: var(--title-color);
}
.cart-menu .cart-products .product span{
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 20px;
  font-family: var(--title-font);
  color: #E92530;
  font-weight: 700;
}

.cart-menu .cart-products .product span .quentity{
  color: var(--title-color);
}

.cart-menu .cart-products .product .remove-btn{
  position: absolute;
  top: 20px;
  right: 0px;
  font-size: 16px;
  color: var(--title-color);
  transition: all 500ms ease;
}

.cart-menu .cart-products .product .remove-btn:hover,
.cart-menu .cart-products .product .remove-btn:focus{
  color: #E92530;
}

/* Enhanced cart product styles */
.cart-menu .cart-products .product .product-details {
  position: relative;
  display: block;
  margin-top: 5px;
}

.cart-menu .cart-products .product .product-price {
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 20px;
  color: var(--text-color);
  margin: 5px 0;
}

.cart-menu .cart-products .product .product-quantity {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 8px;
}

.cart-menu .cart-products .product .product-quantity label {
  font-size: 12px;
  color: var(--text-color);
  margin-right: 8px;
  min-width: 30px;
}

.cart-menu .cart-products .product .product-quantity input {
  width: 50px;
  height: 25px;
  padding: 2px 5px;
  border: 1px solid #ddd;
  border-radius: 3px;
  font-size: 12px;
  text-align: center;
}

.cart-menu .cart-products .product .product-quantity input:focus {
  outline: none;
  border-color: var(--primary-color);
}

.cart-menu .cart-products .product .product-quantity input.loading {
  opacity: 0.6;
  pointer-events: none;
}

.cart-menu .cart-products .product .remove-btn.loading {
  opacity: 0.3;
  pointer-events: none;
}

.cart-menu .cart-empty {
  text-align: center;
  padding: 20px;
  color: var(--text-color);
}

.cart-menu .cart-empty p {
  margin: 0;
  font-size: 14px;
}

/* Cart open state */
body.cart-open {
  overflow: hidden;
}
.cart-menu .cart-total{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0px;
}

.cart-menu .cart-total span{
  position: relative;
  display: block;
  font-size: 18px;
  font-weight: 700;
}

.cart-menu .cart-total span.cart-total-price{
  color: #E92530;
}

.cart-menu .cart-action{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.main-header .menu-right-content .info-list .cart-menu .theme-btn{
  font-size: 16px;
  padding: 5px 29px;
}

.progress-box .bar{
  position:relative;
  width:100%;
  height:5px;
  background: #E3E7EB;
  border-radius: 4px;
}

.progress-box .bar-inner{
  position:relative;
  display:block;
  width:0px;
  height:5px;
  background: #27D82E;
  border-radius: 4px;
  -webkit-transition:all 1500ms ease;
  -ms-transition:all 1500ms ease;
  -o-transition:all 1500ms ease;
  -moz-transition:all 1500ms ease;
  transition:all 1500ms ease; 
}

.progress-box.low-stock .bar-inner{
  background: #E92530;
}

.progress-box p{
  font-size: 16px;
  line-height: 16px;
  color: #7C7C7C;
}

.progress-box p span{
  font-weight: 500;
  color: var(--title-color);
}

.shop-tab-btn{
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.shop-tab-btn li{
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  cursor: pointer;
  margin-right: 40px;
  transition: all 500ms ease;
}

.shop-tab-btn li:last-child{
  margin: 0px !important;
}

.item-quantity-selector{
  position: relative;
  display: inline-block;
  width: 120px;
  height: 40px;
  float: left;
  padding: 0px 36px;
  margin-left: 0px;
  border: 1px solid #E7E9F0;
  border-radius: 50px;
  background: #fff;
  z-index: 1;
}

.bootstrap-touchspin .input-group-btn-vertical i{
  left: 12px;
}

.item-quantity-selector input.quantity-spinner {
  line-height: 48px;
  height: 38px;
  width: 40px !important;
  padding: 0px !important;
  box-shadow: none !important;
  border: none;
  text-align: center;
  font-size: 20px;
  font-family: var(--title-font-two);
  font-weight: 400;
  color: #111;
  background: transparent;
}

.bootstrap-touchspin .btn.bootstrap-touchspin-up{
  position: absolute;
  height: 40px;
  width: 40px;
  background: #B1B1B1;
  padding: 0px 0px;
  right: -45px;
  top: -1px;
  margin-top: 0px;
  border-radius: 0px 50px 50px 0px;
  border: none !important;
}

.bootstrap-touchspin .btn.bootstrap-touchspin-up:before {
  content: "\f067";
  font-size: 16px;
  font-style: normal;
  color: #111;
  font-family: 'Font Awesome 5 Pro';
  transition: all 500ms ease;
}

.bootstrap-touchspin .btn.bootstrap-touchspin-up:hover:before{
  color: #fff;
}

.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down{
  position: absolute;
  height: 40px;
  width: 40px;
  background: #B1B1B1;
  padding: 0px 0px;
  left: -37px;
  top: -1px;
  border-radius: 50px 0px 0px 50px;
  border: none !important;
  transition: all 500ms ease;
}

.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down:before {
  content: "\f068";
  font-size: 16px;
  font-style: normal;
  color: #111;
  font-family: 'Font Awesome 5 Pro';
  transition: all 500ms ease;
}

.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down:hover:before{
  color: #fff;
}

.bootstrap-touchspin .input-group-btn-vertical i{
  display: none;
}

.bootstrap-touchspin .btn:hover,
.bootstrap-touchspin .btn:focus{
  border: none !important;
  box-shadow: none !important;
  outline: none !important;
}

.home_2 .main-header .outer-box .category-box .list-inner .shop-block .link{
  color: #fff;
}

.home_2 .main-header .outer-box .category-box .list-inner .shop-block .link:hover,
.home_2 .main-header .outer-box .category-box .list-inner .shop-block .link:focus{
  background: var(--secondary-color);
}

.shop-six .inner-container{
  position: relative;
  display: block;
  border-radius: 10px;
  overflow: hidden;
  padding-left: 320px;
}

.shop-six.vegetables .inner-container{
  padding-right: 320px;
  padding-left: 0px;
}

.shop-six .advice-block-one{
  width: 320px;
}

.shop-six .shop-block-two{
  float: left;
  width: 20%;
}

.shop-six .discount-product,
.shop-six .hot-product{
  border-radius: 5px;
  height: 24px;
  line-height: 24px;
  width: auto;
  padding-left: 10px;
  padding-right: 10px;
}

.shop-six .shop-block-two .inner-box:before{
  display: none;
}

.shop-six .shop-block-two .inner-box{
  border-right: 1px solid #E7E9F0;
  margin-bottom: 0px;
}

.shop-six .shop-block-two:last-child .inner-box{
  border-right: none;
}

.shop-six .content-box{
  border: 1px solid #E7E9F0;
}

.shop-six.meat-fish .content-box,
.shop-six.fruits .content-box{
  border-left: none;
  border-radius: 0px 10px 10px 0px;
}

.shop-six.vegetables .content-box{
  border-right: none;
  border-radius: 10px 0px 0px 10px;
}

.shop-six.vegetables .advice-block-one .inner-box{
  background: #E0F5DC;
}

.shop-six.fruits .advice-block-one .inner-box{
  background: #FFEED4;
}

/** shop-one **/

.shop-one{
  position: relative;
}

.shop-block-one .inner-box{
  position: relative;
  display: block;
  background: #E1E1E1;
  padding: 40px 160px 30px 40px;
  overflow: hidden;
  border-radius: 5px;
  margin-bottom: 30px;
  z-index: 1;
}

.shop-block-one .inner-box .image{
  position: absolute;
}

.shop-block-one .inner-box .image img{
  transition: all 500ms ease;
}

.shop-block-one .inner-box:hover .image img,
.shop-block-one .inner-box:focus .image img{
  transform: scale(1.1);
}

.shop-block-one .inner-box .text{
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 26px;
  font-weight: 600;
  color: var(--title-color);
  text-transform: uppercase;
  margin-bottom: 6px;
  z-index: 1;
}

.shop-block-one .inner-box h2{
  position: relative;
  display: block;
  font-size: 36px;
  line-height: 1.2;
  margin-bottom: 6px;
  z-index: 1;
}
.shop-block-one .inner-box h3{
  position: relative;
  display: block;
  font-size: 26px;
  line-height: 1.4;
  margin-bottom: 6px;
  z-index: 1;
}

.shop-block-one .inner-box h4{
  display: block;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 111px;
  font-weight: 800;
  z-index: 1;
}

.shop-block-one .inner-box h4 span{
  font-weight: 400;
}

.shop-block-one .inner-box .link-box a{
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 30px;
  font-weight: 700;
  color: var(--title-color);
  text-decoration: underline;
  z-index: 1;
}

.shop-one .feature-block:first-child .shop-block-one .inner-box{
  background: #F1EBD1;
}

.shop-one .feature-block:nth-child(3) .shop-block-one .inner-box{
  background: #FAE3E3;
}

.shop-one .feature-block:first-child .shop-block-one .inner-box .text,
.shop-one .feature-block:first-child .shop-block-one .inner-box h2,
.shop-one .feature-block:first-child .shop-block-one .inner-box h4,
.shop-one .feature-block:first-child .shop-block-one .inner-box .link-box a{
  color: #585414;
}

.shop-one .feature-block:nth-child(3) .shop-block-one .inner-box .text,
.shop-one .feature-block:nth-child(3) .shop-block-one .inner-box h2,
.shop-one .feature-block:nth-child(3) .shop-block-one .inner-box h4,
.shop-one .feature-block:nth-child(3) .shop-block-one .inner-box .link-box a{
  color: #792424;
}

.shop-one.alternat-2 .shop-block-one .inner-box{
  background: #F0ECB3;
}

.shop-one.alternat-2 .feature-block:first-child .shop-block-one .inner-box{
  background: #FAE3E3;
}

.shop-one.alternat-2 .feature-block:last-child .shop-block-one .inner-box{
  background: #DAF1CF;
}

.shop-one.alternat-2 .shop-block-one .inner-box .text,
.shop-one.alternat-2 .shop-block-one .inner-box h2,
.shop-one.alternat-2 .shop-block-one .inner-box h4,
.shop-one.alternat-2 .shop-block-one .inner-box .link-box a{
  color: #64551F;
}

.shop-one.alternat-2 .feature-block:first-child .shop-block-one .inner-box .text, 
.shop-one.alternat-2 .feature-block:first-child .shop-block-one .inner-box h2, 
.shop-one.alternat-2 .feature-block:first-child .shop-block-one .inner-box h4, 
.shop-one.alternat-2 .feature-block:first-child .shop-block-one .inner-box .link-box a{
  color: #792424;
}

.shop-one.alternat-2 .feature-block:last-child .shop-block-one .inner-box .text, 
.shop-one.alternat-2 .feature-block:last-child .shop-block-one .inner-box h2, 
.shop-one.alternat-2 .feature-block:last-child .shop-block-one .inner-box h4, 
.shop-one.alternat-2 .feature-block:last-child .shop-block-one .inner-box .link-box a{
  color: #17571A;
}

.shop-block-one .inner-box .bg-layer{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

/** shop-two **/

.shop-two{
  position: relative;
}

.shop-two .sec-title{
  position: relative;
  display: block;
  margin-bottom: 50px;
}

.shop-two .sec-title h2{
  position: relative;
  display: block;
  font-size: 36px;
  line-height: 46px;
  font-weight: 700;
  color: var(--title-color);
  margin-bottom: 0px;
}

.shop-block-two .inner-box .lower-content .text{
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  color: var(--theme-color-1);
  text-transform: uppercase;
  margin-bottom: 8px;
}

.shop-block-two .inner-box .lower-content h4{
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  margin-bottom: 8px;
}

.shop-block-two .inner-box .lower-content h4 a{
  color: var(--title-color);
  transition: all 500ms ease;
}

.shop-block-two .inner-box .lower-content h4 a:hover,
.shop-block-two .inner-box .lower-content h4 a:focus{
  color: var(--theme-color-1);
}

.shop-block-two .inner-box .lower-content h5{
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  color: #E92530;
  margin-bottom: 15px;
}

.shop-block-two .inner-box .lower-content h5 del{
  color: #666666;
  font-weight: 400;
  text-decoration: line-through;
  opacity: 0.8;
}
.shop-block-two .inner-box .lower-content h5 ins{
  text-decoration: none;
}
.shop-block-two .inner-box .lower-content .rating{
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.shop-block-two .inner-box .lower-content .rating li{
  position: relative;
  display: block;
  margin-right: 3px;
}

.shop-block-two .inner-box .lower-content .rating li:last-child{
  margin-right: 0px;
  margin-left: 8px;
}

.shop-block-two .inner-box .lower-content .rating li i{
  color: #FFB800;
  font-size: 14px;
}

.shop-block-two .inner-box .lower-content .rating li span{
  color: #999999;
  font-size: 14px;
}

.shop-block-two .inner-box .lower-content .product-stock{
  color: #28a745;
}

.shop-block-two .inner-box .lower-content .product-stock-out{
  color: #dc3545;
}

.shop-block-two .inner-box .lower-content .product-stock img,
.shop-block-two .inner-box .lower-content .product-stock-out img{
  margin-right: 8px;
  width: 16px;
  height: 16px;
}

/* Product Availability Bar */
.shop-block-two .inner-box .lower-content .product-availability{
  position: relative;
  display: block;
  margin-bottom: 20px;
}

.shop-block-two .inner-box .lower-content .availability-bar{
  position: relative;
  display: block;
  width: 100%;
  height: 6px;
  background-color: #f0f0f0;
  border-radius: 3px;
  overflow: hidden;
  margin-bottom: 8px;
}

.shop-block-two .inner-box .lower-content .availability-fill{
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  border-radius: 3px;
  transition: all 500ms ease;
}

.shop-block-two .inner-box .lower-content .availability-text{
  position: relative;
  display: block;
  font-size: 12px;
  font-weight: 500;
  color: #666;
  text-align: center;
}

/* Shop Grid Layout */
.shop-grid {
  margin: 0 -15px;
}

.shop-grid .col-lg-2,
.shop-grid .col-md-4,
.shop-grid .col-sm-6,
.shop-grid .col-xs-12 {
  padding: 0 15px;
  margin-bottom: 30px;
}

/* Responsive adjustments for product grid */
@media (max-width: 1200px) {
  .shop-grid .col-lg-2 {
    flex: 0 0 20%;
    max-width: 20%;
  }
}

@media (max-width: 992px) {
  .shop-grid .col-lg-2 {
    flex: 0 0 25%;
    max-width: 25%;
  }
}

@media (max-width: 768px) {
  .shop-grid .col-lg-2 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}

@media (max-width: 576px) {
  .shop-grid .col-lg-2 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

/* Featured Products Section */
.featured-products {
  position: relative;
}

.featured-products .sec-title {
  position: relative;
  display: block;
  margin-bottom: 50px;
}

.featured-products .sec-title h2 {
  position: relative;
  display: block;
  font-size: 36px;
  line-height: 46px;
  font-weight: 700;
  color: var(--title-color);
  margin-bottom: 0px;
}

.featured-products .title-content {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
}

.featured-products .tab-btns {
  position: relative;
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}

.featured-products .tab-btns li {
  position: relative;
  display: inline-block;
  margin-right: 30px;
}

.featured-products .tab-btns li:last-child {
  margin-right: 0;
}

.featured-products .tab-btns li .tab-btn {
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  color: #666;
  text-decoration: none;
  padding: 10px 0;
  transition: all 500ms ease;
  border: none;
  background: none;
  cursor: pointer;
}

.featured-products .tab-btns li .tab-btn:hover,
.featured-products .tab-btns li .tab-btn:focus,
.featured-products .tab-btns li .tab-btn.active-btn {
  color: var(--theme-color-1);
}

.featured-products .tab-btns li .tab-btn.active-btn {
  font-weight: 600;
}

.featured-products .tab {
  display: none;
}

.featured-products .tab.active-tab {
  display: block;
}

.shop-block-two .inner-box .lower-content .cart-btn{
  position: relative;
  display: block;
}

.shop-block-two .inner-box .lower-content .cart-btn .theme-btn,
.shop-block-two .inner-box .lower-content .cart-btn .added_to_cart{
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
  color: #ffffff !important;
  background: var(--theme-color) !important;
  padding: 12px 30px;
  border-radius: 50px;
  text-align: center;
  transition: all 500ms ease;
  border: none;
  cursor: pointer;
  overflow: hidden;
  width: 100%;
  opacity: 1;
  visibility: visible;
}
.shop-block-two .inner-box .lower-content .cart-btn .theme-btn{
  margin-bottom: 10px;
}
.shop-block-two .inner-box .lower-content .cart-btn .theme-btn:hover,
.shop-block-two .inner-box .lower-content .cart-btn .theme-btn:focus,
.shop-block-two .inner-box .lower-content .cart-btn .added_to_cart:hover,
.shop-block-two .inner-box .lower-content .cart-btn .added_to_cart:focus{
  background: var(--title-color) !important;
  transform: translateY(-2px);
  color: #ffffff !important;
}

.shop-block-two .inner-box .lower-content .cart-btn .theme-btn.not{
  background: #999999 !important;
  cursor: not-allowed;
  color: #ffffff !important;
}

.shop-block-two .inner-box .lower-content .cart-btn .theme-btn.not:hover,
.shop-block-two .inner-box .lower-content .cart-btn .theme-btn.not:focus{
  background: #999999 !important;
  transform: none;
  color: #ffffff !important;
}

/*.shop-block-two .inner-box .lower-content .cart-btn .theme-btn span{
  position: absolute;
  display: block;
  background: rgba(255, 255, 255, 0.2);
  z-index: -1;
  border-radius: 50%;
  transform: scale(0);
  animation: ripple 600ms linear;
}

.shop-block-two .inner-box .lower-content .cart-btn .theme-btn:before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--theme-color);
  z-index: -1;
  border-radius: 5px;
}

.shop-block-two .inner-box .lower-content .cart-btn .theme-btn:after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--theme-color);
  z-index: -1;
  border-radius: 5px;
}

.shop-block-two .inner-box .lower-content .cart-btn .theme-btn *{
  position: relative;
  z-index: 1;
}
*/
.shop-block-two .inner-box .lower-content .cart-btn .theme-btn.loading{
  opacity: 0.7;
  cursor: not-allowed;
}

.shop-block-two .inner-box .lower-content .cart-btn .theme-btn:disabled{
  background: #ccc !important;
  color: #666 !important;
  cursor: not-allowed;
  opacity: 0.6;
}

.shop-block-two .inner-box .lower-content .cart-btn .theme-btn:disabled:hover{
  background: #ccc !important;
  color: #666 !important;
  transform: none;
}

.shop-block-two .inner-box .lower-content .cart-btn .theme-btn:disabled:before,
.shop-block-two .inner-box .lower-content .cart-btn .theme-btn:disabled:after{
  background: #ccc !important;
}

.shop-block-two .inner-box .lower-content .cart-btn .theme-btn:disabled *{
  color: #666 !important;
}

.shop-block-two .inner-box .lower-content .cart-btn .theme-btn:disabled span{
  background: rgba(102, 102, 102, 0.2) !important;
}

.shop-block-two .inner-box .lower-content .cart-btn .theme-btn:disabled span:before,
.shop-block-two .inner-box .lower-content .cart-btn .theme-btn:disabled span:after{
  background: rgba(102, 102, 102, 0.2) !important;
}

@keyframes ripple {
  to {
    transform: scale(4);
    opacity: 0;
  }
}

.shop-two .owl-nav{
  position: absolute;
  right: 0px;
  top: -80px;
  display: flex;
  align-items: center;
}

.shop-two .owl-nav button{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background: #ffffff;
  color: var(--title-color);
  border: 1px solid #E7E9F0;
  border-radius: 50%;
  font-size: 18px;
  margin-left: 10px;
  transition: all 500ms ease;
}

.shop-two .owl-nav button:hover,
.shop-two .owl-nav button:focus{
  background: var(--theme-color-1);
  color: #ffffff;
  border-color: var(--theme-color-1);
}

.shop-two .owl-nav button.owl-prev{
  margin-left: 0px;
}

/** shop-three **/

.shop-three{
  position: relative;
}

.shop-block-three .inner-box{
  position: relative;
  display: block;
  background: #E7FFEE;
  text-align: center;
  padding: 30px 30px 20px 30px;
  overflow: hidden;
  margin-bottom: 30px;
  z-index: 1;
}

.shop-block-three .inner-box:before{
  position: absolute;
  content: '';
  background: #D6F9E0;
  width: 440px;
  height: 440px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 50%;
  bottom: -226px;
  z-index: -1;
}

.shop-block-three .inner-box .text{
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 26px;
  font-weight: 600;
  color: #3F532F;
  text-transform: uppercase;
  margin-bottom: 6px;
}
.shop-block-three .inner-box h2{
  position: relative;
  display: block;
  font-size: 36px;
  line-height: 46px;
  color: #3F532F;
  margin-bottom: 6px;
}
.shop-block-three .inner-box h4{
  display: block;
  font-size: 20px;
  line-height: 30px;
  font-weight: 800;
  color: #3F532F;
  margin-bottom: 17px;
}
.shop-block-three .inner-box h4 span{
  font-weight: 400;
}
.shop-block-three .inner-box .link-box a{
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 30px;
  font-weight: 700;
  color: #3F532F;
  text-decoration: underline;
  margin-bottom: 9px;
}
.shop-block-three .inner-box .link-box a:hover,
.shop-block-three .inner-box .link-box a:focus{
  color: #2A3A1F;
}
.shop-block-three .inner-box .image{
  position: relative;
  min-height: 270px;
  top: 25px;
}
.shop-block-three .inner-box .image img{
  width: 100%;
  height: auto;
  max-width: 200px;
  margin: 0 auto;
  display: block;
}

.shop-block-three.alternat-2 .inner-box{
  background: #E7EFFF;
}

.shop-block-three.alternat-2 .inner-box:before{
  background: #DAE6FF;
}

.shop-block-three.alternat-2 .inner-box .text,
.shop-block-three.alternat-2 .inner-box h2,
.shop-block-three.alternat-2 .inner-box h4,
.shop-block-three.alternat-2 .inner-box .link-box a{
  color: #234387;
}

.shop-block-three.alternat-2 .inner-box .link-box a:hover,
.shop-block-three.alternat-2 .inner-box .link-box a:focus{
  color: #1A2F5F;
}

/** rtl-css for shop-three **/

.rtl .shop-block-four .inner-box{
  padding-left: 0px;
  padding-right: 110px;
}

.rtl .shop-block-four .inner-box .image-box{
  left: inherit;
  right: 0px;
}

/** cta-section **/

.cta-section .inner-container{
  position: relative;
  display: block;
  padding: 127px 120px;
  overflow: hidden;
}

.cta-section .inner-container .bg-layer{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.5s ease-in-out 0.1s;
}

.cta-section .inner-container:hover .bg-layer,
.cta-section .inner-container:focus-within .bg-layer{
  transform: scale(1.05);
}

.cta-section .content-box{
  position: relative;
  display: block;
  z-index: 1;
}

.cta-section .content-box .badge{
  position: relative;
  display: inline-block;
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  background: #F5B020;
  border-radius: 50px;
  text-transform: uppercase;
  padding: 2px 13px;
  margin-bottom: 15px;
  color: #fff;
}

.cta-section .content-box h2{
  position: relative;
  display: block;
  font-size: 56px;
  line-height: 1.4;
  color: #fff;
  margin-bottom: 15px;
  font-weight: 700;
}

.cta-section .content-box h3{
  font-size: 28px;
  line-height: 30px;
  color: #fff;
  margin-bottom: 20px;
  font-weight: 600;
}

.cta-section .content-box h3 span{
  font-weight: 400;
}

.cta-section .content-box .theme-btn span{
  background: #fff;
}

.cta-section .content-box .theme-btn:hover,
.cta-section .content-box .theme-btn:focus{
  color: var(--title-color) !important;
}

/** shop-four **/

.shop-four{
  position: relative;
}

.shop-four .title-content{
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
  margin-bottom: 30px;
}

.shop-four .title-content .sec-title{
  margin-bottom: 0px;
}

.shop-four .inner-container{
  margin: 0px -15px;
}

.shop-four .shop-block-five{
  float: left;
  width: 20%;
  padding: 0px 15px;
}

.shop-block-five .inner-box{
  position: relative;
  display: block;
  padding: 0px 0px 0px 140px;
  margin-bottom: 20px;
  min-height: 133px;
}

.shop-block-five .inner-box .image-box{
  position: absolute;
  left: 0px;
  top: 8px;
}

.shop-block-five .inner-box .image-box .image{
  position: relative;
  overflow: hidden;
}

.shop-block-five .inner-box .image-box .image img{
  transition: all 500ms ease;
  max-width: 130px;
}

.shop-block-five .inner-box:hover .image-box .image img,
.shop-block-five .inner-box:focus-within .image-box .image img{
  transform: scale(0.9);
  opacity: 0.5;
}

.shop-block-five .inner-box .image-box .discount-product,
.shop-block-five .inner-box .image-box .hot-product,
.shop-block-five .inner-box .image-box .popular-product{
  position: absolute;
  left: -8px;
  top: -16px;
}

.shop-block-five .inner-box .image-box .option-list{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  transition: all 500ms ease;
}

.shop-block-five .inner-box .image-box .option-list li{
  position: relative;
  display: inline-block;
  margin: 0px 5px;
  -webkit-transition: opacity 0.25s 
  cubic-bezier(.17, .62, .44, .99), background-color 0.1s 
  cubic-bezier(.28, .12, .22, 1), color 0.1s 
  cubic-bezier(.28, .12, .22, 1), border-color 0.1s 
  cubic-bezier(.28, .12, .22, 1), -webkit-transform 0.25s 
  cubic-bezier(.17, .62, .44, .99), -webkit-box-shadow 0.1s 
  cubic-bezier(.28, .12, .22, 1);
  transition: opacity 0.25s 
  cubic-bezier(.17, .62, .44, .99), background-color 0.1s 
  cubic-bezier(.28, .12, .22, 1), color 0.1s 
  cubic-bezier(.28, .12, .22, 1), border-color 0.1s 
  cubic-bezier(.28, .12, .22, 1), -webkit-transform 0.25s 
  cubic-bezier(.17, .62, .44, .99), -webkit-box-shadow 0.1s 
  cubic-bezier(.28, .12, .22, 1);
  transition: opacity 0.25s 
  cubic-bezier(.17, .62, .44, .99), transform 0.25s 
  cubic-bezier(.17, .62, .44, .99), background-color 0.1s 
  cubic-bezier(.28, .12, .22, 1), color 0.1s 
  cubic-bezier(.28, .12, .22, 1), border-color 0.1s 
  cubic-bezier(.28, .12, .22, 1), box-shadow 0.1s 
  cubic-bezier(.28, .12, .22, 1);
  transition: opacity 0.25s 
  cubic-bezier(.17, .62, .44, .99), transform 0.25s 
  cubic-bezier(.17, .62, .44, .99), background-color 0.1s 
  cubic-bezier(.28, .12, .22, 1), color 0.1s 
  cubic-bezier(.28, .12, .22, 1), border-color 0.1s 
  cubic-bezier(.28, .12, .22, 1), box-shadow 0.1s 
  cubic-bezier(.28, .12, .22, 1), -webkit-transform 0.25s 
  cubic-bezier(.17, .62, .44, .99), -webkit-box-shadow 0.1s 
  cubic-bezier(.28, .12, .22, 1);
  opacity: 0;
  -webkit-transform: translateX(0.625rem);
  transform: translateX(0.625rem);
}

.shop-block-five .inner-box:hover .image-box .option-list li,
.shop-block-five .inner-box:focus-within .image-box .option-list li{
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.shop-block-five .inner-box .image-box .option-list li:first-child{
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.shop-block-five .inner-box .image-box .option-list li:nth-child(2){
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}

.shop-block-five .inner-box .image-box .option-list li:nth-child(3){
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.shop-block-five .inner-box .image-box .option-list li:nth-child(4){
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}

.shop-block-five .inner-box .image-box .option-list li a,
.shop-block-five .inner-box .image-box .option-list li button{
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 42px;
  background: #F5F5F5;
  text-align: center;
  border-radius: 50%;
  font-size: 16px;
  box-shadow: none;
  color: var(--title-color);
  cursor: pointer;
  transition: all 500ms ease;
}
.shop-block-five .inner-box .image-box .option-list li a.homepage-wishlist-btn{
  display: none;
}
.shop-block-five .inner-box .image-box .option-list li .storex-quick-view-shortcode-wrapper{
  margin: 0px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.shop-block-five .inner-box .image-box .option-list li:first-child a{
  font-size: 14px;
}

.shop-block-five .inner-box .image-box .option-list li a svg{
  width: 16px;
  height: 16px;
  transition: all 500ms ease;
}
.shop-block-five .inner-box .image-box .option-list li a.compare:before{
  font-size: 16px;
}
.shop-block-five .inner-box .image-box .option-list li a:hover,
.shop-block-five .inner-box .image-box .option-list li a:focus,
.shop-block-five .inner-box .image-box .option-list li button:hover,
.shop-block-five .inner-box .image-box .option-list li button:focus{
  color: #fff;
}
.shop-block-five .inner-box .image-box .option-list li a:hover svg,
.shop-block-five .inner-box .image-box .option-list li a:focus svg{
  color: #fff;
}
.shop-block-five .inner-box .image-box .option-list li a span{
  display: none;
}

.shop-block-five .inner-box .content-box{
  position: relative;
  display: block;
}

.shop-block-five .inner-box .content-box h6{
  display: block;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 10px;
}

.shop-block-five .inner-box .content-box h6 a{
  display: inline-block;
  outline: none;
  color: var(--title-color);
}

.shop-block-five .inner-box .content-box h6 a:hover,
.shop-block-five .inner-box .content-box h6 a:focus{
  color: var(--theme-color);
}

.shop-block-five .inner-box .content-box .rating{
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.shop-block-five .inner-box .content-box .rating li{
  position: relative;
  display: inline-block;
  font-size: 14px;
  color: #F8CD2E;
  margin-right: 2px;
}

.shop-block-five .inner-box .content-box .rating li span{
  color: #7C7C7C;
  padding-left: 2px;
}

.shop-block-five .inner-box .content-box h5{
  display: block;
  font-size: 16px;
  line-height: 20px;
  color: #E92530;
  font-weight: 600;
  margin-bottom: 10px;
}

.shop-block-five .inner-box .content-box h5 del{
  font-size: 14px;
  color: #7C7C7C;
  margin-right: 10px;
}
.shop-block-five .inner-box .content-box h5 ins{
  text-decoration: none;
}

.shop-block-five .inner-box .content-box .cart-btn button,
.shop-block-five .inner-box .content-box .cart-btn a.added_to_cart{
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  color: var(--title-color);
  padding: 0px;
  padding-right: 22px;
  cursor: pointer;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, var(--theme-color), var(--theme-color) 50%, var(--title-color) 50%);
  background-size: 200% 100%;
  background-position: -100%;
  transition: all 0.3s ease-in-out;
}
.shop-block-five .inner-box .content-box .cart-btn button span{
  display: none;
}
.shop-block-five .inner-box .content-box .cart-btn button:hover,
.shop-block-five .inner-box .content-box .cart-btn button:focus,
.shop-block-five .inner-box .content-box .cart-btn a.added_to_cart:hover,
.shop-block-five .inner-box .content-box .cart-btn a.added_to_cart:focus,
.shop-block-five .inner-box .content-box .cart-btn button:hover i,
.shop-block-five .inner-box .content-box .cart-btn button:focus i{
  background-position: 0%;
}
.shop-block-five .inner-box .content-box .cart-btn button:before{
  content: "\e90b";
  position: absolute;
  top: 0px;
  right: 0px;
  font-size: 11px;
  font-family: 'icomoon' !important;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, var(--theme-color), var(--theme-color) 50%, var(--title-color) 50%);
  background-size: 200% 100%;
  background-position: -100%;
  transition: all 0.3s ease-in-out;
}
.shop-block-five .inner-box .content-box .cart-btn button:hover:before,
.shop-block-five .inner-box .content-box .cart-btn button:focus:before{
  color: var(--theme-color);
  background-position: 0;
}

/** news-section **/

.news-section{
  position: relative;
}

.news-section .sec-title{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.news-block-one .inner-box{
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.news-block-one .inner-box .image-box,
.search-results .search-result-item .result-thumb{
  position: relative;
  display: block;
  overflow: hidden;
}

.news-block-one .inner-box .image-box .image{
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 5px;
}

.news-block-one .inner-box .image-box .image:before{
  position: absolute;
  content: '';
  background: var(--secondary-color);
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  opacity: 0;
  border-radius: 5px;
  transition: all 500ms ease;
  z-index: 1;
}

.news-block-one .inner-box:hover .image-box .image:before,
.news-block-one .inner-box:focus-within .image-box .image:before{
  opacity: 0.4;
}

.news-block-one .inner-box .image-box .image img,
.search-results .search-result-item .result-thumb img{
  width: 100%;
  transition: all 1500ms ease;
}

.news-block-one .inner-box:hover .image-box .image img,
.news-block-one .inner-box:focus-within .image-box .image img,
.search-results .search-result-item .result-thumb:hover img,
.search-results .search-result-item .result-thumb:focus-within img{
  transform: scale(1.1);
  opacity: 0.8;
}

.search-results .search-result-item .result-content,
.news-block-one .inner-box .lower-content{
  position: relative;
  display: block;
  padding-top: 24px;
}
.news-block-one .inner-box .lower-content .post-info{
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  flex-wrap: wrap;
}
.search-results .search-result-item .result-content .result-meta{
  position: relative;
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 15px;
}
.news-block-one .inner-box .lower-content .post-info li{
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 30px;
  font-weight: 500;
  color: #6A6A6A;
  margin-right: 20px;
}
.search-results .search-result-item .result-content .result-meta .result-date,
.search-results .search-result-item .result-content .result-meta .result-type{
  font-size: 16px;
  line-height: 1.4;
  font-weight: 500;
  display: inline-block;
  background-color: #e5ebf6;
  padding: 8px 15px;
  color: var(--theme-color);
  border-radius: 30px;
  transition: all 0.3s;
}
.search-results .search-result-item .result-content .result-meta span i{
  font-size: 12px;
}
.news-block-one .inner-box .lower-content .post-info li:last-child{
  margin: 0px !important;
}

.news-block-one .inner-box .lower-content .post-info li a{
  position: relative;
  display: inline-block;
  outline: none;
  color: var(--title-color);
}

.news-block-one .inner-box .lower-content .post-info li a:hover,
.news-block-one .inner-box .lower-content .post-info li a:focus{
  color: var(--theme-color);
  text-decoration: underline;
}
.search-results .search-result-item .result-content .result-meta .result-date:hover,
.search-results .search-result-item .result-content .result-meta .result-type:hover{
  background: var(--theme-color);
  color: #fff;
}
.news-block-one .inner-box .lower-content .post-info li.category a{
  padding: 0px 13px;
  border-radius: 40px;
  z-index: 1;
}

.news-block-one .inner-box .lower-content .post-info li.category a:before{
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  border-radius: 40px;
  z-index: -1;
  opacity: 0.1;
  transition: all 500ms ease;
  background: var(--theme-color);
}

.news-block-one .inner-box .lower-content .post-info li.category a:hover:before,
.news-block-one .inner-box .lower-content .post-info li.category a:focus:before{
  opacity: 1;
}

.news-block-one .inner-box .lower-content .post-info li.category a:hover,
.news-block-one .inner-box .lower-content .post-info li.category a:focus{
  color: #fff;
  text-decoration: none;
}

.news-block-one .inner-box .lower-content h3{
  display: block;
  font-size: 24px;
  line-height: 1.4;
}

.news-block-one .inner-box .lower-content h3 a{
  display: inline-block;
  outline: none;
  color: var(--title-color);
}

.news-block-one .inner-box .lower-content h3 a:hover,
.news-block-one .inner-box .lower-content h3 a:focus{
  color: var(--theme-color);
  text-decoration: underline;
}

/** menu-right-content **/

.main-header .menu-right-content .currency-box .nice-select{
  color: var(--title-color);
}

.main-header .menu-right-content .currency-box .nice-select:before{
  color: var(--title-color);
}

.main-header .menu-right-content{
  position: relative;
  display: flex;
  align-items: center;
}

.main-header .menu-right-content .info-list{
  position: relative;
  display: flex;
  align-items: center;
}

.main-header .menu-right-content .info-list li{
  position: relative;
  display: inline-block;
  margin-right: 20px;
}

.main-header .menu-right-content .info-list li:last-child{
  margin: 0px !important;
}

.main-header .menu-right-content .info-list li a{
  position: relative;
  display: inline-block;
  font-size: 18px;
  color: var(--title-color);
}

.main-header .menu-right-content .info-list li a:hover,
.main-header .menu-right-content .info-list li a:focus{
  color: #FFAC00;
}

.main-header .menu-right-content .info-list li a.shopping-cart{
  padding-right: 12px;
}

.main-header .menu-right-content .info-list li a.shopping-cart span{
  position: absolute;
  display: inline-block;
  width: 19px;
  height: 19px;
  line-height: 19px;
  background: #FFAC00;
  text-align: center;
  border-radius: 50%;
  font-size: 12px;
  color: #fff;
  font-weight: 700;
  top: -5px;
  right: 0px;
}

.cart-menu-one .close-icon-one a{
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background: #f5f5f5;
  border-radius: 50%;
  color: var(--title-color);
  font-size: 14px;
}

.cart-menu-one .close-icon-one a:hover,
.cart-menu-one .close-icon-one a:focus{
  background: var(--theme-color);
  color: #fff;
}

.cart-menu-one .cart-products{
  max-height: 300px;
  overflow-y: auto;
  margin-bottom: 20px;
}

.cart-menu-one .product{
  display: flex;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid #f0f0f0;
  position: relative;
}

.cart-menu-one .product:last-child{
  border-bottom: none;
}

.cart-menu-one .product .image-box{
  width: 60px;
  height: 60px;
  margin-right: 15px;
  flex-shrink: 0;
}

.cart-menu-one .product .image-box img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
}

.cart-menu-one .product h5{
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 5px;
  flex: 1;
}

.cart-menu-one .product h5 a{
  color: var(--title-color);
}

.cart-menu-one .product h5 a:hover,
.cart-menu-one .product h5 a:focus{
  color: var(--theme-color);
}

.cart-menu-one .product span{
  font-size: 14px;
  color: var(--theme-color);
  font-weight: 600;
}

.cart-menu-one .product .remove-btn{
  position: absolute;
  top: 10px;
  right: 0;
  background: none;
  border: none;
  color: #999;
  cursor: pointer;
  font-size: 16px;
  padding: 5px;
}

.cart-menu-one .product .remove-btn:hover,
.cart-menu-one .product .remove-btn:focus{
  color: #ff0000;
}

.cart-menu-one .cart-total{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0;
  border-top: 1px solid #f0f0f0;
  margin-bottom: 20px;
}

.cart-menu-one .cart-total span{
  font-size: 16px;
  font-weight: 600;
  color: var(--title-color);
}

.cart-menu-one .cart-total .cart-total-price{
  color: var(--theme-color);
}

.cart-menu-one .cart-action{
  display: flex;
  gap: 10px;
}

.cart-menu-one .cart-action .theme-btn{
  flex: 1;
  text-align: center;
  padding: 12px 20px;
  font-size: 14px;
}

.parallax-scene{
  position: absolute !important;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
}

.parallax-scene .pattern-layer{
  position: absolute !important;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.home_3 .sec-title h2{
  font-size: 40px;
  line-height: 48px;
  font-weight: 600;
}

.sec-title.centred{
  display: block !important;
}

.home_4 .sec-title a{
  background-image: linear-gradient(to right, var(--theme-color-4), var(--theme-color-4) 50%, var(--title-color) 50%);
}

.home_5 .sec-title a{
  background-image: linear-gradient(to right, var(--theme-color-5), var(--theme-color-5) 50%, var(--title-color) 50%);
}


.boxed_wrapper.home_5{
  background: #F7F7F7;
}

/** check-box **/

.color-list{
  position: relative;
  display: flex;
  align-items: center;
}

.color-list li{
  margin-right: 8px;
}

.color-list li:last-child{
  margin: 0px;
}

.color-list .check-box input {
  display: none;
}

.color-list .check-box label {
  position: relative;
  display: inline-block;
  cursor: pointer;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  padding: 0px;
}

.color-list .check-box label:before{
  position: absolute;
  content: '';
  left: 0px;
  top: 0px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: none;
}

.color-list .check-box label:after {
  position: absolute;
  content: "\e928";
  font-family: 'icomoon';
  left: 0px;
  top: 0px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  font-size: 8px;
  color: #fff;
  background-image: none;
  opacity: 0;
  transition: all 500ms ease;
}

.color-list .check-box input:checked + label:after {
  opacity: 1;
}

.color-list .check-box label.color-1:before{
  background: #F4EDC7;
}

.color-list .check-box label.color-2:before{
  background: #ADE9B7;
}

.color-list .check-box label.color-3:before{
  background: #DBDBDB;
}

.color-list .check-box label.color-4:before{
  background: #ADBEE9;
}

.color-list .check-box label.color-5:before{
  background: #E9ADE3;
}

.color-list .check-box label.color-6:before{
  background: #F4C7D7;
}

.color-list .check-box label.color-7:before{
  background: #CFB52A;
}

.color-list .check-box label.color-8:before{
  background: #BFC996;
}

.color-list .check-box label.color-9:before{
  background: #BDADE9;
}

.color-list .check-box label.color-10:before{
  background: #7E8B83;
}

.color-list .check-box label.color-11:before{
  background: #B9BAB8;
}

.color-list .check-box label.color-12:before{
  background: #ECECEC;
}

.color-list .check-box label.color-13:before{
  background: #523D3A;
}

.color-list .check-box label.color-14:before{
  background: #8EBAC1;
}

.home_6 .sec-title a{
  background-image: linear-gradient(to right, var(--theme-color-6), var(--theme-color-6) 50%, var(--title-color) 50%);
}

.home_7 .sec-title h2{
  font-size: 40px;
}

.home_7 .news-section .sec-title{
  display: block;
}

.home_7 .highlights-block-one .inner-box .icon-box{
  color: #fff;
  background: rgba(255, 255, 255, 0.10);
}

.home_8 .sec-title a {
  background-image: linear-gradient(to right, var(--theme-color-8), var(--theme-color-8) 50%, var(--title-color) 50%);
}

.home_8 .main-footer{
  background: #153421;
}

.main-footer .pattern-layer{
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background-repeat: repeat-x;
  background-position: bottom center;
}

.home_9 .theme-btn{
  border-radius: 0px;
}

.home_9 h3{
  font-family: var(--title-font-three) !important;
}

.home_10 .sec-title a{
  background-image: linear-gradient(to right, var(--theme-color-10), var(--theme-color-10) 50%, var(--title-color) 50%);
}

.shop-two.pet-picks .shop-block-two .inner-box:before{
  border-radius: 5px;
}

.image-hov-one::before {
  background: rgba(255, 255, 255, 0.5);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0%;
  height: 100%;
  opacity: 1;
  z-index: 1;
  pointer-events: none;
}

.image-hov-one:hover::before,
.image-hov-one:focus-within::before {
  width: 100%;
  opacity: 0;
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
}

.image-hov-two::before {
  background: rgba(255, 255, 255, 0.5);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1000%;
  height: 0%;
  opacity: 1;
  z-index: 1;
  pointer-events: none;
}

.image-hov-two:hover::before,
.image-hov-two:focus-within::before {
  height: 100%;
  opacity: 0;
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
}


.shop-filter-content {
  display: none;
  height: 0px;
  opacity: 0;
  visibility: hidden;
  z-index: 5;
  transform: scaleY(0);
  transform-origin: top center;
  transition: all 0.5s ease-in-out;
}

.shop-filter-content.cart-visible {
  display: block;
  height: 100%;
  opacity: 1;
  visibility: visible;
  display: block;
  transform: scaleY(1);
  transition: all 0.5s ease-in-out;
}

.shop-filter-content .filter-close-icon {
  position: absolute;
  top: 5px;
  left: 8px;
}

.shop-filter-content .filter-close-icon a{
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 10px;
  border: solid;
  border-width: 1px;
  border-color: #111;
  text-align: center;
  border-radius: 50%;
  color: #111;
  opacity: 0.5;
  z-index: 1;
}

.shop-filter-content .filter-close-icon a:hover,
.shop-filter-content .filter-close-icon a:focus{
  opacity: 1;
  border-color: #FFAC00;
  color: #FFAC00;
}

.shop-page-section.shop-page-three .item-shorting{
  margin-bottom: 20px;
}

/* Mobile Menu Button Styles */
.mobile-menu-toggle {
  display: none;
}

.mobile-menu-btn {
  display: none;
  background: var(--theme-color, #0073aa);
  color: #fff;
  border: none;
  padding: 12px 15px;
  border-radius: 0px;
  cursor: pointer;
  margin: 0;
  position: relative;
}

.mobile-menu-btn:hover,
.mobile-menu-btn:focus{
  background: var(--secondary-color);
}

.mobile-menu-btn span {
  display: block;
  width: 30px;
  height: 2px;
  background: #fff;
  margin-bottom:5px;
  transition: 0.3s;
  border-radius: 2px;
}
.mobile-menu-btn span:last-child{
  margin-bottom: 0px;
}

.mobile-menu-btn.active span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}

.mobile-menu-btn.active span:nth-child(2) {
  opacity: 0;
}

.mobile-menu-btn.active span:nth-child(3) {
  transform: rotate(-45deg) translate(7px, -6px);
}

/* Show mobile menu button on mobile devices */
@media (max-width: 991px) {

  .main-menu .navigation {
    display: none;
  }
}

/* Category Box Styles */
.category-box {
  cursor: pointer;
  position: relative;
}

.category-box .text i {
  font-size: 16px;
}

/* Category menu content styling */


.category-menu .category-box p {
  color: var(--title-color, #333);
}

.category-menu .category-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.category-menu .category-list li {
  border-bottom: 1px solid #f0f0f0;
}

.category-menu .category-list li:last-child {
  border-bottom: none;
}

.category-menu .category-list li a {
  display: block;
  color: var(--title-color, #333);
  text-decoration: none;
  transition: color 0.3s ease;
}

.category-menu .category-list li a:hover,
.category-menu .category-list li a:focus {
  color: var(--theme-color, #0073aa);
}

/* Debug message styling */
.category-menu .category-list li span {
  display: block;
  padding: 12px 0;
  font-size: 14px;
}
table.wishlist_table.shop_table{
  border: 1px solid #e7e7e7;
}
.main-content .wishlist_table .remove_from_wishlist{
  width: 25px;
  height: 25px;
  line-height: 25px;
  border-radius: 50%;
  font-size: 20px;
  background-color: #e30101;
  color: #fff;
  display: inline-block;
  text-align: center;
}
.wishlist_table tr td.product-thumbnail a{
  max-width: 100px;
}
.wishlist_table tr td.product-remove{
  padding: 15px 8px;
}
.wishlist_table tr td.product-thumbnail a img{
  width: 100px;
  min-width: 100px;
  height: 100px;
  min-height: 100px;
  object-fit: cover;
}
.wishlist_table .product-name a:hover,
.wishlist_table .product-name a:focus{
  color: var(--theme-color);
}
.main-content table.wishlist_table tr th{
  font-size: 16px;
  color: var(--title-color);
}
.error-section .content-box .image-box,
.error-section .content-box h2{
  margin-bottom: 30px;
}
.comments-area .comment-list{
  padding: 0;
}
.comments-area .comment-list .comment {
  position: relative;
  padding: 10px 20px;
  border: 1px solid rgb(229 229 229);
}
.comments-area .comment-list .comment .comment-author img{
  width: 32px;
  height: 32px;
  border-radius: 50%;
  margin-right: 10px;
}
.comments-area .comment-list .comment .comment-author,
.comments-area .comment-list .comment .comment-metadata,
.comments-area .comment-list .comment .comment-content{
  margin-bottom: 10px;
}
.comments-area .comment-list .comment .reply .comment-reply-link{

}

/*Video Section Css Start*/
.strx-block-cover{
  border-radius: 16px;
  padding-top: 40px;
  padding-right: 40px;
  padding-bottom: 40px;
  padding-left: 40px;
  min-height: 38em;
  aspect-ratio: unset;
  max-width: 1684px;
  justify-content: center;
  margin-left: auto !important;
  margin-right: auto !important;
  margin-block-start:24px;
  background-position: 50%;
  box-sizing: border-box;
  display: flex;
  overflow: clip;
  align-items: flex-end;
  position: relative;
}
.strx-block-cover video.strx-block-cover__video-background{
  border: none;
  bottom: 0;
  box-shadow: none;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  object-fit: cover;
  outline: none;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.strx-block-cover .strx-block-cover__background{
  bottom: 0;
  left: 0;
  opacity: 0.4;
  position: absolute;
  right: 0;
  top: 0;
  background-color: #09090B;
}
.strx-block-cover .strx-block-cover__inner-container{
  margin: auto;
  color: inherit;
  position: relative;
  width: 100%;
  padding-right: 0;
  padding-left: 0;
}
.strx-block-heading{
  font-size: clamp(48.588px, 3.037rem + ((1vw - 3.2px) * 4.918), 96px);
  color: #FFFFFF;
  margin-top: 24px;
  margin-bottom: 0;
  max-width:768px;
  text-align: center;
  font-weight: 700;
  font-family:inherit;
  margin-left: auto !important;
  margin-right: auto !important;
}
.strx-block-buttons{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  margin-block-end:0;
  max-width:768px;
  margin-left: auto !important;
  margin-right: auto !important;
  margin-block-start:24px;
}
.strx-block-buttons>.strx-block-button{
  display: inline-block;
  margin: 0;
}
.strx-block-buttons .strx-block-button__link{
  font-size: 18px;
  padding: 12px 24px;
  background-color: #fff;
  color: #09090B;
  width: 100%;
  border-radius: 16px;
  font-weight: 500;
  border-width:0;
  text-decoration: none;
  line-height: inherit;
  font-family: inherit;
  align-content: center;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  height: 100%;
  text-align: center;
  word-break: break-word;
}
.comment-box .comments-area .comment-body a:hover,
.comment-box .comments-area .comment-respond a:hover,
.blog-details-content .comment-respond .comment-form a:hover,
.comments-area .comment-respond .comment-form a:hover,
.comments-area .comment-list .comment-body a:hover,
.blog-sidebar a:hover,
.page-content-inner a:hover,
.blog-details-content .comment-respond .comment-form a:focus,
.comment-box .comments-area .comment-body a:focus,
.comments-area .comment-respond .comment-form a:focus,
.comments-area .comment-list .comment-body a:focus,
.blog-sidebar a:focus,
.page-content-inner a:focus,
.comment-box .comments-area .comment-respond a:focus{
  text-decoration: underline;
}
.blog-details-content .comment-box .comment-respond .form-submit input[type="submit"]:hover,
.comment-form .form-submit .submit:hover,
.comment-form .form-submit .submit:focus,
.comments-area .comment-respond .comment-form .form-submit .submit:hover,
.comments-area .comment-respond .comment-form .form-submit .submit:focus,
.blog-details-content .comment-box .comment-respond .form-submit input[type="submit"]:focus{
 background: var(--secondary-color);
}
.blog-sidebar .wp-block-search__input{
  margin-bottom: 10px;
  border: 1px solid rgba(229, 229, 229, 1);
  font-size: 16px;
  color: var(--secondary-color);
  background: #fff;
  padding: 10px 20px;
  border-radius: 12px;
}
.wp-block-search__button{
  background-color: var(--theme-color);
  height: 50px;
  color: #fff;
}
.logo-box a:hover,
.logo-box a:focus{
  text-decoration: underline;
  color: #fff;
}
#photoswipe-fullscreen-dialog{
  display: none!important;
}
