/*
Theme Name: Bworth
Theme URI: https://yourwebsite.com/
Author: Unni
Version: 1.0
Description: A simple custom theme without Tailwind
*/

/* Reset and base */
*,
*::before,
*::after {
  box-sizing: border-box; 
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  font-family: "DM Sans", sans-serif;
  background-color: #ffffff;
  color: #000000;
  overflow-x: hidden;
  font-weight: 400;
  line-height: 1.7;
  max-width:100vw;
}
.width-full{
  width: 100%;
}
.no-border{
  border: none!important;
}
.height-auto{
  height: auto;
}
.container{
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
body{
.btn, .add_to_cart_button{
  height: 50px!important;
  border-radius: 50px!important;
  padding: 0 2.5rem!important;
  background-color: #1798cf!important;
  display: inline-flex!important;
  align-items: center!important;
  justify-content: center!important;
  text-decoration: none!important;
  color: #ffffff!important;
  border: 1px solid #1798cf!important;
  font-size: 1rem!important;
}
}
.bk-home-banner{
.main-slider{
  margin-bottom: 0!important;
}
}
.btn-small{
  height: 32px;
  border-radius: 50px;
  padding: 0 1rem;
  background-color: #1798cf;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #ffffff;
  border: 1px solid #1798cf;
  font-size: .9rtem;
}
.btn-border{
  height: 50px;
  border-radius: 50px;
  padding: 0 2.5rem;
  background-color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #1798cf;
  border: 1px solid #1798cf;
  font-size: 1rem;
}
.object-cover{
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      object-fit: cover;
}
.margin-0{
  margin: 0;
}
.text-center{
  text-align: center;
}
.display-flex{
  display: flex;
}
.align-items-center{
  align-items: center;
}
.align-items-end{
  align-items: flex-end;
}
.flex-wrap-wrap{
  flex-wrap: wrap;
}
.gap-1rem{
  gap: 1rem;
}
.w-full{
  width: 100%;
}
.w-md-half{
  width: 50%;
}
.bk-header{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 999;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  background-color: #ffffff;
/*  &:after{
    display: block;
    content: "";
    position: absolute;
    height: calc(100% - 2rem);
    width: calc(100% - 2rem);
    background-color: #ffffff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  }*/
  .top-bk{
    display: flex;
    align-items: center;
    gap:.5rem;
    font-size: 1rem;
    justify-content: flex-end;
    svg{
      height: 1rem;
      width: 1rem;
    }
    a{
      display: inline-flex;
      align-items: center;
      color: #000000;
      text-decoration: unset;
      gap: .5rem;
      background-color: #1798cf;
      border-radius: 1rem;
      height: 2rem;
      min-width: 2rem;
      padding: 0 1rem;
      color: #ffffff;
      svg{
        fill: #ffffff;
      }
    }
  }
  .container{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 90%;
  }
  img{
    width: 250px;
    height: auto;
    display: block;
  }
  ul{
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 2rem;
    li{
      margin: 0;
      padding: 0;
      display: inline-flex;
      gap: 3px;
      align-items: center;
      &:hover{
        cursor: pointer;
      }
      svg{
        height: 1em;
        width: 1rem;
      }
    }
  }
  nav{
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .bottom-bk{
    background-color: #1798cf;
    padding: .7rem 0;
      color: #ffffff;
      svg{
        fill: #ffffff;
      }
  }
}
.bk-home-banner{
  .slick-dots{
    bottom: 50px;
    button{
      border: 1px solid #ffffff;
      transition: .4s;
      border-radius: 50%;
      &:before{
        display: none;
      }
    }
    .slick-active{
      button{
        background-color: #ffffff;
      }
    }
  }
  .item-bk{
    position: relative;
    height: 100vh;
    width: 100%;
    display: flex!important;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    figure{
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      margin: 0;
      background-color: #000000;
      img{
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      object-fit: cover;
      opacity: .7;
      }
    }
  }
  .container{
    position: relative;
    z-index: 2;
    padding-top: 100px;
  }
  h1{
    font-size: 3rem;
    font-weight: 300;
    margin-bottom: 1.5rem;
  }
  p{
    max-width: 60%;
    margin-bottom: 2rem;
  }
.scroll-down-container {
  position: absolute;
  bottom: 60px;
  right: 40px;
  z-index: 10;
  animation: floatY 4s ease-in-out infinite;
  color: #ffffff;
}

.scroll-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 16px;
  gap: 1px;
}

.arrow {
  font-size: 30px;
  animation: bounceArrow 2.5s infinite;
}
.thumb-slider{
  position: absolute;
  bottom: 10%;
  left: 10%;
  z-index: 2;
  color: #ffffff;
  .slick-slide{
    margin: 0 1rem;
  }
}
&.inner-banner{
  text-align: center;
  p{
    margin-left: auto;
    margin-right: auto;
  }
  .item-bk{
    height: 80vh;
  }
}
}
@keyframes floatY {
  0%, 100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(30px);
  }
}

@keyframes bounceArrow {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(5px);
  }
}
.bk-section-header{
  padding-bottom: 50px;
  padding-top: 100px;
  h2{
    font-size: 3rem;
    font-weight: 300;
    margin-bottom: 1rem;
    margin-top: 0;
  }
}
.bk-home-categories{
  display: flex;
  padding: 1rem;
  gap: 1rem;
  h2{
    font-size: 2rem;
    font-weight: 300;
  }
  h3{
    margin-top: 0;
  }
  .left-bk, .right-bk{
    width: calc(50% - .5rem);
  }
  .item-bk{
    background-color: #f5f5f5;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
  }
  .item-1{
    height: 50vw;
    flex-direction: column;
    img{
      max-height: 27vw;
      margin-left: -5%;
    }
    .text-bk{
      width: 100%;
      padding-left: 13%;
      padding-top: 5%;
    }
  }
  .item-2, .item-3{
    height: calc(25vw - .5rem);
    .text-bk{
      width: 50%;
      padding-left: 10%;
    }
  }
  .item-2{
     figure{
      width: 50%;
      padding-left: 10%;
      img{
        margin-left: -5%;
        margin-top: 5%;
      }
    }
  }
  .item-3{
    flex-direction: row-reverse;
    figure{
      width: 60%;
      margin-left: -10%;
    }
  }
  figure{
    img{
      width: 100%;
      height: auto;
      object-fit: contain;
    }
  }
}


.home-best-products{
  display: flex;
  padding: 1rem;
  padding-top: 0;
  text-align: center;
  flex-wrap: wrap;
  gap: 1rem;
  .item-bk{
    width: calc(50% - .5rem);
    height: 80vh;
    min-height: 300px;
    position: relative;
    padding: 2rem;
    background-color: #f5f5f5;
  }
  figure{
    margin-top: 2rem;
    img{
      height: 50vh;
      width: 100%;
      object-fit: contain;
    }
  }
  h3{
    font-size: 2rem;
    font-weight: 300;
    margin-bottom: 1rem;
  }
  a{
    margin: 0 .5rem;
  }
}

.bk-home-experience{
  padding: 1rem;
  padding-top: 0;
  .columns{
    width: calc(25% - .75rem);
  }
  .item-bk{
    background-color: #f5f5f5;
    text-align: center;
    overflow: hidden;
    padding-top: 2rem;
  }
  .full-height{
    height: 600px;
    margin-bottom: 1rem;
  }
  .half-height{
    height: calc(300px - .5rem);
    margin-bottom: 1rem;
  }
  h3{
    font-weight: 300;
    font-size: 1.5rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
  p{
    padding-left: 2rem;
    padding-right: 2rem;
  }
  img{
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  ul{
    text-align: left;
    padding-right: 2rem;
    li{
      padding-bottom: 1rem;
      strong{
        font-weight: 300;
        font-size: 120%;
        padding-bottom: .5rem;
        display: block;
      }
    }
  }
}
.bk-home-products{
  padding: 0 2rem;
  .slick-prev:before, .slick-next:before{
    font-family: unset;
    color: #000000;
  }
  .slick-prev, .slick-next{
    height: 2.5rem;
    width: 2.5rem;
    background-color: #f5f5f5;
    transition: .4s;
    border-radius: 50%;
    &:hover{
      background-color: #1798cf;
    }
  }
}
.bk-home-product{
  text-align: center;
  padding: 2rem 1rem;
  margin: .5rem;
  img{
    width: 100%;
    height: auto;
  }
  .btn, .btn-border{
    height: 40px!important;
    padding: 0 1rem!important;
  }
  .colours{
    display: flex;
    justify-content: center;
    gap:.5rem;
    span{
      height: 1rem;
      width: 1rem;
      border-radius: 50%;
      background-color: darkgray;
      &:nth-child(2){
        background-color: #000000;
      }
      &:nth-child(3){
        background-color: lightskyblue;
      }
    }
  }
}
.bk-footer{
  padding: 100px 0;
  background-color: #000000;
  color: #ffffff;
  a{
    color: #ffffff;
    text-decoration: none;
  }
  .container{
    display: flex;
  }
  .columns{
    width: 33.333%;
  }
  .title-bk{
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
  }
  ul{
    margin: 0;
    padding: 0;
    list-style: none;
    li{
      padding-bottom: 1rem;
    }
  }
}

.bk-home-about{
  width: calc(100% - 2rem);
  margin: 1rem auto 1rem;
  position: relative;
  height: 40vw;
  min-height: 300px;
  background-color: #1798cf;
  overflow: hidden;
  figure{
    background-color: #000000;
    transition: .4s;
  }
  img{
    opacity: .7;
  }
  .text-bk{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #ffffff;
    text-align: center;
    padding: 2rem;
    transition: .4s;
  }
  h2{
    font-size: 3rem;
    font-weight: 300;
    margin-bottom: 0;
    margin-top: 0;
    line-height: 1;
  }
  .hover-text-bk{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    padding: 2rem;
    color: #ffffff;
    transition: .4s;
    transform: translateY(100%);
  }
  &:hover{
    .text-bk{
      top: 0;
      left: 0;
      transform: none;
      text-align: left;
    }
    .hover-text-bk{
    transform: translateY(0);
  }
  figure{
    opacity: 0;
  }
  }
}

.bk-home-product h3{
  font-weight: 300;
}
.bk-home-categories h3{
  font-weight: 300;
  font-size: 2rem;
}

.fade-in {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 1s ease-out, transform 1.5s ease-out;
  transition-delay: .3s;
}

.fade-in.visible {
  opacity: 1;
  transform: translateY(0);
}
.bk-hone-gallery{
  padding-bottom: 100px;
  figure{
    position: relative;
    padding-bottom: 80vh;
    margin: .5rem;
    img{
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      object-fit: cover;
    }
  }
  .slick-dots li{
    padding: 0 5px;
    width: auto;
  }
  .slick-dots .slick-active button{
    background-color: #000000;
  }
  .slick-dots li button{
    height: 4px;
    width: 3rem;
    border: 1px solid #000000;
    padding: 0;
    border-radius: 5px;
    &:before{
      display: none;
    }
  }
}

#myPopup, #myPopup2{
  position: absolute;
  top: calc(100%);
  left: 1rem;
  width: calc(100% - 2rem);
  height: auto;
  padding: 2rem;
  background-color: #ffffff;
  max-height: calc(100vh - 200px);
  overflow-y: scroll;
  .text-bk{
    width: 432px;
    max-width: 40%;
    display: flex;
    gap: 1rem;
    text-align: left;
    padding: 0;
    border: none;
    padding-right: 1rem;
    img{
      border-radius: .5rem;
      width: 50%;
      min-width: 50%;
      height: 100%;
      object-fit: cover;
      box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
    }
    .btn{
      color: #ffffff;
      margin-top: 1rem;
      height: 40px;
    }
  }
  h4{
    text-align: center;
    margin-bottom: 2rem;
    font-size: 1.5rem;
    font-weight: 600;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
  }
  a{
    text-decoration: none;
    color: #000000;
  }
  ul{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
/*    justify-content: center;*/
    gap: .5rem;
    li{
      width: 140px;
      margin: 0;
      padding: 0;
      text-align: center;
      padding: .5rem;
      border-radius: 1rem;
      display: block;
/*      box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;*/
border: 4px solid #f1f1f1;
      figure{
        width: 100%;
        padding-bottom: 100%;
        border-radius: .5rem;
        overflow: hidden;
        position: relative;
        margin: 0 auto .5rem;
        box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
        img{
          position: absolute;
          top: 0;
          left: 0;
          height: 100%;
          width: 100%;
          object-fit: cover;

        }
      }
    }
  }
}
.bk-product-detail{
  padding-top: 100px;
  padding-bottom: 0!important;
  .container{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 2rem;
    margin-bottom: 100px;
    &:nth-child(2n){
      flex-direction: row-reverse;
    }
    figure{
      width: calc(50% - 1rem);
      img{
        width: 100%;
        height: auto;
      }
    }
    .text-bk{
      width: calc(50% - 1rem);
      h2{
        font-size: 2rem;
        margin-top: 0;
      }
    }
  }
}

.bk-pr-dtls-1{
  width: calc(100% - 2rem);
  margin: 1rem auto 1rem;
  background-color: #e3e3e3;
  border-radius: 1rem;
  padding-top: 100px;
  padding-bottom: 100px!Important;
  h2{
    font-size: 2.5rem;
    text-align: center;
    padding: 0 5%;
    margin-top: 0;
  }
  .container{
    padding: 2rem;
    width: 90%;
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    align-items: center;
  }
  figure{
      width: calc(50% - 1rem);
      img{
        width: 100%;
        height: auto;
      }
    }
    .text-bk{
      width: calc(50% - 1rem);
    }
}

.bk-pr-dtl-dsc{
  padding: 100px 0 80px;
  text-align: center;
  h2{
    font-size: 2.5rem;
    margin-top: 0;
  }
}

.bk-pr-dtl-menu{
  height: 150px;
  display: flex;
  width: 100%;
  position: relative;
  .container{
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: center;
    position: absolute;
    z-index: 99;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    padding-top: .5rem;
    padding-bottom: .5rem;
    &:after{
      display: block;
      content: "";
      height: 100%;
      width: 100vw;
      background-color: #ffffff;
      position: absolute;
      top: 0;
      left: 50%;
      z-index: -1;
      transform: translateX(-50%);
    }
    .item-bk{
      display: block;
      background-color: #f5f5f5;
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: center;
      padding: 2rem;
      width: calc(16.666% - .9rem);
      text-decoration: none;
      gap: 1rem;
      border-radius: 1rem;
      color: inherit;
      transition: .4s;
      &:hover{
        transform: scale(1.05);
      }
      svg{
        height: 2rem;
        width: 2rem;
      }
      &.active{
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
      }
    }
  }
}
#product-details-menu.fixed .container{
  position: fixed;
  .item-bk{
    padding: 1rem 2rem;
  }
}


.pr-dtl-section{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding-bottom: 150px;
  min-height: 600px;
  padding-top: 100px;
}


.faq-item {
  border-bottom: 1px solid #ddd;
  padding: 15px 0;
}

.faq-question {
  cursor: pointer;
  position: relative;
  padding-right: 20px;
  font-size: 1.2rem;
}

.faq-question::after {
  content: '+';
  position: absolute;
  right: 0;
  transition: transform 0.3s ease;
}

.faq-question.active::after {
  content: '-';
  transform: rotate(180deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
  padding: 0 0;
  color: #444;
}

.faq-answer.show {
  padding: 10px 0;
  max-height: 200px;
}
.faq-section{
  h2{
    font-size: 2.5rem;
    text-align: center;
    margin-top: 0;
  }
  p{
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    max-width: 800px;
    margin-bottom: 3rem;
  }
}

.pr-dtl-sec-colum{
  padding-top: 100px;
  padding-bottom: 0 !important;
  h2{
    text-align: center;
    font-size: 2.5rem;
    margin-top: 0;
  }
  .display-flex{
    gap:2rem;
  }
  .item-bk{
    background-color: #f5f5f5;
    text-align: center;
    width: calc(50% - 1rem);
    border-radius: 1rem;
    h3{
      padding: 2rem 2rem 0;
      font-size: 1.5rem;
    }
    p{
      padding: 0 3rem 1rem;
    }
    img{
      width: 100%;
      height: auto;
    }
  }
}
.prd-dtl-stps{
  padding-top: 100px;
  padding-bottom: 0!important;
  .slick-next{
    right: 50px;
    &:before{
      font-size: 50px;
      color: #1798cf;
      border-radius: 50%;
    }
  }
  .container{
    width: 100%;
  }
  h2{
    text-align: center;
    font-size: 2.5rem;
    margin-top: 0;
    margin-bottom: 3rem;
  }
  .item-bk{
    background-color: #f5f5f5;
    padding: 3rem 3vw;
    border-radius: 1rem;
    margin-right: 1rem;
    margin-left: 1rem;
    position: relative;

    svg{
      height: 5rem;
      width: 5rem;
      display: block;
      margin: 0 auto;
      opacity: .3;
    }
    h3{
      margin-top: 2rem;
      font-size: 1.5rem;
    }
    .count{
      position: absolute;
      top: 0;
      left: 0;
      height: 3rem;
      width: 3rem;
      border-radius: 50%;
      border: 4px solid #1798cf;
      display: inline-flex;
      align-items: center;
      justify-content: center;
    }
  }
}
h2, h3{
  font-weight: 400!important;
}

.pr-cat-listing-column{
    padding-top: 100px;
  padding-bottom: 100px;
  footer{
    text-align: center;
    padding-top: 3rem;
  }
  .container{
    width: calc(100% - 4rem);
  }
  h2{
    text-align: center;
    font-size: 2.5rem;
    margin-top: 0;
  }
  .display-flex{
    gap:2rem;
  }
  .item-bk{
    background-color: #f5f5f5;
    text-align: center;
    width: calc(50% - 1rem);
    border-radius: 1rem;
    h3{
      padding: 2rem 2rem 0;
      font-size: 1.5rem;
    }
    p{
      padding: 0 3rem 1rem;
    }
    img{
      width: 100%;
      height: auto;
      margin-top: 2rem;
      margin-bottom: 2rem;
    }
  }
  .container > p{
    text-align: center;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 3rem;
  }
}


.bk-product-shop{
  padding-top: 200px;
  padding-bottom: 50px;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  .swatchly-swatch{
    border: 3px solid #f5f5f5;
  }
  .swatchly-swatch:hover, .swatchly-swatch.swatchly-selected, .swatchly-swatch.swatchly-more-button {
  border-color: #1798cf;
}
  .swatchly-type-wrap{
    padding-bottom: 20px;
  }
  a{
    text-decoration: none;
  }
  .product{
    display: flex;
    flex-wrap: wrap;
  }
  .woocommerce-product-gallery{
    width: 55%;
    margin-right: 5%;
  }
  .summary{
    width: 40%;
  }
  .woocommerce-tabs{
    width: 100%;
    padding-top: 2rem;
  }
  .tabs.wc-tabs{
    display: none;
  }
  .flex-control-nav.flex-control-thumbs{
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    list-style: none;
    padding-left: 8px;
    img{
      width: 70px;
      height: 70px;
      object-fit: contain;
      border: 1px solid #f5f5f5;
      border-radius: 10px;
    }
    .flex-active{
      box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    }
  }
  .product_meta{
    display: flex;
    gap: 30px;
    font-weight: 700;
    padding-top: 1rem;
  }
  .woocommerce-product-gallery__wrapper{
    img{
      width: calc(100% - 16px);
      height: 40vw;
      object-fit: contain;
      box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
      margin: 8px;
      border-radius: 1rem;
    }
  }
  .woocommerce-breadcrumb{
    margin-bottom: 2rem;
  }
  a{
    color: #1798cf;
  }
  #tab-description{
    padding-left: 8px;
  }
  .product > span{
    width: 100%;
  }
  .cart{
    display: flex;
    gap: 10px;
    padding-bottom: 1rem;
    flex-direction: column;
    .quantity input{
      height: 50px;
      border: 1px solid #1798cf;
      border-radius: 50px;
      width: 150px;
      text-align: center;
    }
    button{
      height: 50px;
  border-radius: 50px;
  padding: 0 2rem;
  background-color: #1798cf;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #ffffff;
  border: 1px solid #1798cf;
  width: 150px;
    }
  }
  .price{
    margin-top: 0;
    font-size: 2rem;
    font-weight: 700;
    color: #1798cf;
    margin-bottom: 20px;
    del{
      opacity: .7;
    }
    ins bdi{
      color: #1798cf;
      text-decoration: none;
    }
  }
  .onsale{
    color: red;
    font-size: 1.2rem;
  }
  .variations_form{
    tr{
      display: flex;
      flex-direction: column;
      width: 100%;
      th{
        text-align: left;
      }
    }
    ul{
      list-style: none;
      margin: 0;
      padding: 0;
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      padding-bottom: 1rem;
      padding-top: .5rem;
      span{
        padding: 1px 1rem;
        border: 1px solid #000000;
        display: inline-flex;
        align-items: center;
        border-radius: 50px;
      }
      .selected{
        span{
          border: 1px solid #1798cf;
          background-color: #1798cf;
          color: #ffffff;
        }
      }
    }
  }
  .woocommerce-variation-add-to-cart{
    display: flex;
    gap: 10px;
  }
  .product_title{
    display: none;
  }
  .woocommerce-breadcrumb{
    text-align: center;
    margin-bottom: 4rem;
  }
  .reset_variations{
    display: inline-flex;
    visibility: visible;;padding: 1px 1.5rem;background-color: red;color: white;border-radius: 1rem;margin-bottom: 1.5rem;
  }
  h2{
    font-weight: 700!important;
    text-align: center;
  }
  .wapf-field-label{
    font-weight: 700;
    margin-bottom: .5rem;
  }
  .wapf-checkboxes{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    .wapf-checkable{
      border: 1px solid #000000;
      border-radius: 50px;
      padding: 1px .5rem 1px 0;
      input{
        display: none;
      }
    }
    .wapf-checkable.wapf-checked{
      border: 1px solid #1798cf;
          background-color: #1798cf;
          color: #ffffff;
    }
  }
  .image-variable-items-wrapper .variable-item{
    display: flex;
    align-items: center;
    gap: 10px;
    border: 1px solid #000000;
    border-radius: 150px;
    padding: 10px .5rem;
    overflow: hidden;
    img{
      border-radius: 50%;
      display: block;
    }
    &.selected{
      border: 1px solid #1798cf;
          background-color: #1798cf;
          color: #ffffff;
    }
  }
  .variable-item-span-color{
    height: 50px;
    width: 50px;
    border-width: 5px;
  }
  .related.products{
    display: none;
  }
}
.product-title{
  font-size: 3rem;
  line-height: 1;
  margin-top: 0;
  margin-bottom: 1rem;
}
.wapf-field-group:nth-child(2n){
  display: none;
}
.reset_variations{
  display: none!important;
}
.bk-compare{
  padding: 200px 0 100px;
.compare-wrapper { 
  display: flex; 
  flex-wrap: wrap;
}
.compare-column { 
  width: 33.333%;
  position: relative;
}
.compare-popup {
  position: fixed; 
  top: 10%; 
  left: 50%; 
  transform: translateX(-50%);
  background: #fff; 
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 1rem;
  z-index: 1000; 
  padding: 20px; 
  width: 90%; 
  max-width: 600px;
  input{
    height: 50px;
    border-radius: .5rem;
    border: 1px solid #000000;
    line-height: 50px;
    padding: 0 1rem;
    box-shadow: none!important;
    outline: none!important;
  }
}
.product-list { 
  max-height: 600px; 
  overflow: auto; 
}
.product-list-item { 
  display: flex; 
  align-items: center; 
  gap: 10px; 
  padding: 10px 0; 
  border-bottom: 1px solid #eee; 
  cursor: pointer; 
  font-size: 1.2rem;
  font-weight: 500;
  .woocommerce-Price-amount{
    color: #1798cf;
  }
}
.product-list-item img { 
  width: 80px; 
}
.close-popup { 
  position: absolute; 
  top: 10px; 
  right: 10px; 
  cursor: pointer; 
  font-weight: bold; 
}
.remove-btn { 
  position: absolute; 
  top: 0px; 
  left: 10px; 
  background: red; 
  color: #fff; 
  border: none; 
  cursor: pointer; 
  padding: 5px 10px; 
}
.open-popup{
  position: absolute;
  left: 10px;
  top: 0;
}

.product-details{
  img{
    height: 20vw;
    width: 100%;
    object-fit: contain;
  }
  h4{
    margin-top: -2rem;
    font-size: 1.5rem;
    margin-bottom: 0;
  }
  p{
    margin: 0;
    padding: 1rem;
    &:nth-child(2n){
/*      background-color: #f5f5f5;*/
    }
  }
  strong{
    color:  #1798cf;
    display: block;
  }
  ul{
    list-style: none;
    margin: 0;
    padding:1rem;
/*    background-color: #f5f5f5;*/
    ul{
      padding: 0;
    }
    li{
      padding: 0;
      margin: 0;
    }
  }
}
.mb-1rem{
  margin-bottom: 1rem!important;
}
h1{
  font-size: 3rem;
  margin-bottom: 3rem;
}
}
.bk-common-page{
  h1{
    font-size: 3rem;
  }
  *{
    border-color: #000000!important;
  }
  a{
    color: #1798cf!important;
    text-decoration: none!important;
  }
  .wc-block-components-product-name, .wc-block-formatted-money-amount{
    font-weight: 700;
    font-size: 1.2rem;
  }
  input{
    outline: none!important;
    box-shadow: none!important;
  }
  .wc-block-cart-item__remove-link{
    height: 32px!important;
  border-radius: 50px!important;
  padding: 0 1rem!important;
  background-color: #1798cf!important;
  display: inline-flex!important;
  align-items: center!important;
  justify-content: center!important;
  text-decoration: none!important;
  color: #ffffff!important;
  border: 1px solid #1798cf!important;
  font-size: .9rtem!important;
  background: red!important; 
  color: #fff!important; 
  border: none!important; 
  cursor: pointer!important; 
  padding: 5px 10px!important; 
  }
  .wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained,
  .wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button.contained,
  .button
  {
    height: 50px!important;
  border-radius: 50px!important;
  padding: 0 2.5rem!important;
  background-color: #1798cf!important;
  display: inline-flex!important;
  align-items: center!important;
  justify-content: center!important;
  text-decoration: none!important;
  color: #ffffff!important;
  border: 1px solid #1798cf!important;
  font-size: 1rem!important;
  outline: none!important;
  box-shadow: none!important;
  }
  .wc-block-cart__totals-title{
    font-weight: 700!important;
  }
  .wp-block-woocommerce-checkout{
    .wc-block-components-product-metadata__description{
      display: none;
    }
    .wc-block-components-order-summary-item{
      border-bottom: 1px solid #000000;
    }
  }
  .wc-block-components-button{
    background-color: #1798cf!important;
    color: #ffffff!important;
    box-shadow: none!important;
    outline: none!important;
    border: none !important;
    border-radius: 4px !important;
  }
  .wc-block-components-order-summary .wc-block-components-order-summary-item__quantity{
    border-color: #1798cf!important;
    background-color: #1798cf!important;
    color: #ffffff!important;
    border-radius: 50%!important;
    font-size: .8rem!important;
    line-height: .7rem!important;
    span{
      margin-top: -3px;
    }
  }
  .woocommerce-MyAccount-navigation{
    border-bottom: 1px solid #000000;
    padding-bottom: 1rem;
    ul{
      display: flex;
      list-style: none;
      gap: 20px;
      margin: 0;
      padding: 0;
      li{
        padding-right: 20px;
        border-right: 1px solid #000000;
        &:last-child{
          border: none;
        }
        &.is-active{
          a{
            color: #000000!important;
            font-weight: 700;
          }
        }
      }
    }
  }
    input:not([type="checkbox"]):not([type="radio"]), .select2-selection__rendered{
      height: 50px!important;
      padding: 0 1rem!important;
      line-height: 50px!important;
    }
    .wc-block-grid.wp-block-product-new.wp-block-woocommerce-product-new.wc-block-product-new.has-4-columns{
      display: none!important;
    }
    hr+h2{
      display: none;
    }
}
.xoo-el-sidebar{
  display: none!important;
}
.bk-form{
  padding-left: 50px;
  h2{
    font-size: 2rem;
  }
  input{
    height: 50px!important;
    line-height: 50px!important;
    border: 1px solid #000000!important;
    padding: 0 1rem!important;
    box-shadow: none!important;
    outline: none!important;
  }
  textarea{
    border: 1px solid #000000!important;
    padding: .5rem 1rem!important;
    box-shadow: none!important;
    outline: none!important;
    height: 120px!important;
  }
.wpforms-submit{
  height: 50px!important;
  border-radius: 50px!important;
  padding: 0 2.5rem!important;
  background-color: #1798cf!important;
  display: inline-flex!important;
  align-items: center!important;
  justify-content: center!important;
  text-decoration: none!important;
  color: #ffffff!important;
  border: 1px solid #1798cf!important;
  font-size: 1rem!important;
}
}

.wp-block-woocommerce-cart{
  .wc-block-components-product-metadata .wc-block-components-product-metadata__description > p, .wc-block-components-product-metadata .wc-block-components-product-metadata__variation-data {
    display: none;
  }
}
@media (min-width: 1201px) {
.menu-btn{
  display: none!important;
}
}
h1, h2, h3, h4, h5, h6{
  line-height: 1.2;
}
/*responcive starts*/

/*tablet responcive*/

@media (max-width: 1200px) {
  .bk-home-banner {
  & .item-bk {
    height: 600px;
  }
}
 body{
  font-size: .9rem;
 }
 body {
  .btn, .add_to_cart_button, .btn-border {
    padding: 0 1.5rem !important;
  }
}
.bk-home-experience {
  .columns {
    width: calc(50% - .5rem);
  }
}
.bk-header {
  .bottom-bk {
    display: none;
  }
  .call-link, .mail-link{
    display: none!important;
  }
}
}

/*mobile landscape responcive*/

@media (max-width: 992px) {
  .bk-footer {
    .columns {
      width: 100%;
    }
    .container{
      flex-direction: column;
      gap: 2rem;
    }
  }
  .bk-home-categories{
    flex-wrap: wrap;
    flex-direction: column;
      .left-bk, .right-bk {
        width: 100%;
      }
    .item-bk {
      height: auto!important;
    }
    .item-1{
      padding-top: 2rem;
      padding-bottom: 2rem;
      .text-bk{
        padding-left: 0;
        text-align: center;
      }
      img{
        margin-left: 0;
      }
    }
  }
  .home-best-products {
      .item-bk {
        width: 100%;
      }
    }
      .bk-home-experience {
        .columns {
          width: 100%;
        }
      }

      .w-md-half{
        width: 100%;
      }
      #map{
        height: 100vw!important;
        margin-top: 100px;
      }
      .bk-form{
        padding-left: 0;
      }
      .md-column-reverce{
        flex-direction: column-reverse;
      }
      .bk-product-shop {
          .woocommerce-product-gallery {
            width: 100%;
            margin-right: 0;
          }
          .summary{
            width: 100%;
            margin-top: 50px;
          }
        }

        .bk-common-page {
  & .woocommerce-MyAccount-navigation {
    & ul {
      font-size: .8rem;
      gap: 10px;
      li{
        padding-right: 10px;
      }
    }
  }
}
.scroll-down-container{
  display: none;
}
}

/*mobile Portrait responcive*/

@media (max-width: 575px) {

  .bk-header {
    padding-bottom: 15px;
  img {
   width: 180px;
  }
  .container {
    flex-direction: column;
    gap: 10px;
  }
}
.bk-home-banner {
  & p {
    max-width: 100%;
  }
  }
.bk-header {
  & .top-bk {
    position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #1798cf9c;
  padding: 2%;
  justify-content: center;
  }}
  .search-icon{
    position: absolute;
    left: 5%;
  }
  .menu-btn{
    position: absolute;
    right: 5%;
    span{
      display: none;
    }
  }
  .bk-home-experience {
  & .item-bk {
    height: auto!important;
  }}
  .bk-home-experience {
  & p {
    padding-bottom: 2rem;
  }}
  .bk-home-about {
  & figure {
    height: 50vw;
  position: relative;
  opacity: .7!important;
  }}
  .bk-home-about {
  & .text-bk {
  top: 7vw!important;
  left: 50%!important;
  transform: translatex( -50%)!important;
  }}
  .bk-home-about {
    height: auto;
    text-align: center!important;
    p{
      text-align: center!important;
    }
  }
  .bk-home-about {
  & .hover-text-bk {
    position: relative;
  transform: none;
  top: unset;
  bottom: unset;
  }}
  .mission{
    .display-flex{
      flex-direction: column;
    }
    .display-flex > div{
      padding-right: 0!important;
    }
  }
  body .bk-hone-gallery {
  & figure {
    padding-bottom: 100vw !important;
  }
}
.pr-cat-listing-column {
  & .item-bk {
    width: 100%;
  }
}
.product-title,
.bk-section-header h2,
.about h2
{
  font-size: 2.5rem;
}
.product-shop .price {
  font-optical-sizing: 1.2rem;
}
.bk-compare {
  .compare-wrapper {
  flex-direction: column;
  gap: 50px;
  .compare-column {
    width: 100%;
  }
  }}
  .bk-compare {
    padding: 100px 0 100px;
  & h1 {
    font-size: 2.5rem;
  }}
}

/*mobile menu*/

.mobile-menu-button {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 10001;
}
.mobile-menu-button button {
  font-size: 28px;
  background: none;
  border: none;
  color: #000;
}

.mobile-menu-overlay {
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: #111;
  color: white;
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 10000;
  padding: 40px 20px;
  text-align: center;
}

.mobile-menu-overlay.active {
  display: flex;
  animation: fadeIn 0.4s ease-in-out forwards;
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(-10px); }
  to   { opacity: 1; transform: translateY(0); }
}

.mobile-menu-nav ul {
  list-style: none;
  padding: 0;
}

.mobile-menu-nav li {
  margin:0 0 15px;
  font-size: 16px;
  svg{
    height: 1em;
    width: 1em;
    display: none;
  }
}

.mobile-menu-nav a {
  color: white;
  text-decoration: none;
  transition: color 0.2s;
}


.menu-heading {
  font-size: 18px;
  margin-top: 30px;
  color: #bbb;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.contact-links {
  margin-top: 30px;
  font-size: 18px;
}

.close-btn {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 32px;
  background: none;
  border: none;
  color: white;
}
.mobile-menu-nav{
  width: 100%;
  display: flex;
  text-align: left;
  gap: 100px;
  gap: 2rem;
  flex-wrap: wrap;
  h2{
    &:after{
      display: block;
      content: "";
      height: 2px;
      width: 80px;
      background-color: #1798cf;
      margin-top: 5px;
    }
  }
  .call-link, .mail-link{
    display: inline-flex;
    align-items:center;
    svg{
      height: 1em;
      width: 1em;
      fill: #ffffff;
      display: inline-block;
      margin-right: 5px;
    }
  }
}
.mobile-menu-nav > div {
  width: calc(50% - 1rem);
}
.prod-cat-menu{
  display: flex;
  flex-wrap: wrap;
  gap: 0 2rem;
  li{
   width: calc(50% - 1rem);
  }
}

.ajax-search-popup {
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0,0,0,0.95);
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 30px;
}

.ajax-search-popup.active {
  display: flex;
}

.ajax-search-popup .search-box {
  width: 100%;
  max-width: 600px;
  text-align: center;
}

.ajax-search-popup input {
  width: 100%;
  padding: 15px;
  font-size: 18px;
  border: none;
  border-radius: 5px;
  outline: none!important;
  box-shadow: none!important;
}

.search-results {
  margin-top: 20px;
  background: #fff;
  border-radius: 5px;
  height: 400px;
  overflow-y: auto;
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  a{
    text-decoration: none;
    color: #1798cf;
  }
}
.search-results > p{
  text-align: center;
  width: 100%;
}

.search-results .product-item {
  display: flex;
  align-items: center;
  padding: 10px;
  border-bottom: 1px solid #eee;
  width: 50%;
}
@media (max-width: 575px) {
  .search-results .product-item {
    width: 500%;
  }
}
.search-results img {
  width: 100px;
  object-fit: contain;
  margin-right: 15px;
}

.search-results .product-info {
  flex: 1;
}

.search-results .product-info h4 {
  margin: 0;
  font-size: 16px;
}

.search-results .product-info .price {
  color: #333;
  font-weight: bold;
  font-size: 14px;
}

.close-search {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 28px;
  color: #fff;
  background: none;
  border: none;
}


.bk-header ul li > a{
  color: #ffffff;
  text-decoration: none;
  display: inline-flex;
      gap: 3px;
      align-items: center;
}


.woocommerce-breadcrumb, .posted_in{
  display: none!important;
}
a:hover{
  opacity: .8!important;
  transition: .4s;
}


@media (max-width: 991px) {
.bk-product-detail .container figure,
.bk-product-detail .container .text-bk ,
.bk-pr-dtls-1 figure,
.bk-pr-dtls-1 .text-bk,
.pr-dtl-sec-colum .item-bk
{
  width: 100%;
}
.bk-pr-dtls-1 .container{
  width: 95%;
  padding-left: .5rem;
  padding-right: .5rem;
}
#product-details-menu{
  display: none;
}
.pr-dtl-section{
  min-height: 0;
  padding-top: 0;
}
.bk-pr-dtls-1{
  padding-top: 50px !important;
  padding-bottom: 10px !important;
}
.faq-section,
.pr-dtl-sec-colum,
.prd-dtl-stps{
  padding-top: 100px;
}
}
#myPopup, #myPopup2{
 li > a{
    display: block!important;
  }
}
#wpforms-3016-field_6{
	input{
		height:0!important;
		width:0!important;
		border: none!important;
	}
	label{
		padding-left:0!important;
	}
	ul{
		gap: 1rem 2rem;
	}
}

