:root {
    --body-font: 'Catamaran', sans-serif;
    --heading-font: 'Catamaran', sans-serif;
    --theme-color: #5897FB;
    --theme-color-light: rgba(88, 151, 251, .08);
    --theme-bg-light: #F8F8F8;
    --body-text-color: #757F95;
    --color-white: #ffffff;
    --color-dark: #242424;
    --color-green: #11B76B;
    --color-blue: #0049D0;
    --color-skyblue: #00BFFF;
    --color-yellow: #FBA707;
    --color-gray: #ECECEC;
    --color-red: #F05454;
    --hero-overlay-color: #01060F;
    --slider-arrow-bg: rgba(255, 255, 255, 0.2);
    --box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
    --box-shadow2: 0 0 15px rgba(0, 0, 0, 0.17);
    --transition: all .5s ease-in-out;
    --transition2: all .3s ease-in-out;
    --border-info-color: rgba(0, 0, 0, 0.08);
    --border-info-color2: rgba(0, 0, 0, 0.05);
    --border-white-color: rgba(255, 255, 255, 0.12);
    --border-white-color2: rgba(255, 255, 255, 0.07);
    --footer-bg: #1F2125;
    --footer-text-color: #F5FAFF;
}

.shop-single-gallery .flex-control-thumbs li{
    margin: 6.8px;
    padding: 0;
    width: 10%;
  } 
  

  .shop-single-details{
    margin-top: 50px;
  }
  
  .shop-single-details .shop-single-desc{
    position:relative;
    display: block;
    padding-top: 30px;
  }
  .shop-single-details .shop-single-desc img{
    margin-bottom: 20px;
  }
  .shop-single-details .shop-single-desc ul{
    padding-left: 20px;
  }
  .shop-single-details .shop-single-desc ul li{
    list-style-type: square;
  }
  
  .shop-single-additional{
    padding-top: 30px;
  }
  
  .shop-single-review{
    padding-top: 30px;
  }
  
  
  .shop-single-details .nav{
    border-bottom:2px solid #f4f4f4;
  }
  .shop-single-details .nav-tabs5 {
    border-width: 2px;
  }
  
  .shop-single-details .nav-tabs5 .nav-link {
    color: var(--color-dark);
    font-size: 18px;
    padding: 12px 25px;
    font-weight: 500;
    border: none;
    background: transparent;
    border-bottom: 2px solid transparent;
  }
  
  .shop-single-details .nav-tabs5 .nav-link:hover,
  .shop-single-details .nav-tabs5 .nav-link.active {
    border-bottom: 2px solid var(--theme-color);
    color: var(--theme-color);
  }

  .shop-single-list{
    margin: 20px 0;
  }
  
  .shop-single-list .title{
    margin-bottom: 15px;
    color: var(--color-dark);
    font-size: 17px;
  }
  
  .shop-single-list ul li{
    margin: 5px 0;
    list-style: unset;
    margin-left: 15px;
  }
  
  .shop-single-list ul li span{
    color: var(--color-dark);
    margin-right: 5px;
  }
  
  .shop-single-review .blog-comments-single{
    border: 1px solid var(--border-info-color);
    border-radius: 10px;
    padding: 30px;
  }
  
  .shop-single-review .blog-comments-single{
    position: relative;
  }
  
  .shop-single-review .review-rating{
    position: absolute;
    right: 30px;
    top: 30px;
  }
  
  .shop-single-review .review-rating i {
    color: var(--theme-color);
  }
  
  .shop-single-review .blog-comments-content h5{
    font-size: 17px;
    margin-bottom: 5px;
  }
  
  .shop-single-review .blog-comments-content i{
    margin-right: 5px;
  }
  
  
  @media all and (max-width: 1399px) {
    .shop-single-gallery .flex-control-thumbs li{
      margin: 6px;
    } 
  
    .shop-single-action .theme-btn2{
      margin-left: 2px;
    }
  }
  
  @media all and (max-width: 1199px) {
    .shop-single-color{
      margin-top: 20px;
    }
  
    .shop-single-action .shop-single-btn{
      margin-bottom: 20px;
    }
  }
  
  @media all and (max-width: 991px) {
    .shop-single-info{
      margin-left: 0;
      margin-top: 30px;
    }
  
    .shop-single-color{
      margin-top: 0px;
    }
  
    .shop-single-action .shop-single-btn{
      margin-bottom: 0px;
    }
  }
  
  @media all and (max-width: 767px) {
    .shop-single-gallery .flex-control-thumbs li{
      margin: 4.6px;
    } 
  
    .shop-single-size{
      margin-top: 20px;
    }
  
    .shop-single-color{
      margin-top: 20px;
    }
  
    .shop-single-action .shop-single-btn{
      margin-bottom: 20px;
    }
  
    .shop-single-details .nav-tabs5 .nav-link{
      font-size: 16px;
      padding: 10px 10px;
    }
  
    .shop-single-review .review-rating{
      right: 10px;
      top: 5px;
    }
  }
  
  
  
  /*====================
  27. Compare css 
  ======================*/
  
  .compare-table {
    background: var(--theme-bg-light);
    white-space: nowrap;
  }
  
  .compare-table th{
    vertical-align: middle;
  }
  
  .compare-table tbody tr th,
  .compare-table tbody tr td {
    padding: 10px 15px;
  }
  
  .compare-img{
    position: relative;
  }
  
  .compare-img img{
    border-radius: 10px;
  }
  
  .compare-remove{
    position: absolute;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    right: 10px;
    top: 10px;
    background: var(--theme-color);
    color: var(--color-white);
    border-radius: 50px;
  }
  
  .compare-remove:hover{
    background: var(--color-red);
    color: var(--color-white);
  }
  
  .compare-title{
    font-size: 17px;
    font-weight: 500;
  }
  
  .compare-title:hover{
    color: var(--theme-color);
  }
  
  .compare-price{
    color: var(--theme-color);
    font-weight: 600;
  }
  
  .compare-rate i{
    color: var(--color-yellow);
  }
  
  .compare-table .theme-btn{
    padding: 8px 15px;
  }
  
  
  
  /*===================
  28. Price range css 
  =====================*/
  
  .price-range-box{
    margin-bottom: 12px;
  }
  
  .price-range.ui-widget-content {
    border: none;
    background: var(--border-info-color);
    height: 5px;
    border-radius: 3px;
  }
  
  .price-range .ui-state-default,
  .price-range .ui-widget-content .ui-state-default {
    top: -7px;
    width: 18px;
    height: 18px;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    margin-left: 0px;
    background: var(--theme-color);
    z-index: 1;
  }
  
  .price-range .ui-state-focus {
    outline: none;
  }
  
  .price-range .ui-widget-header {
    background: var(--theme-color);
    border-radius: 0 !important;
  }
  
  .price-range-input input {
    border: none;
    margin-bottom: 20px;
    color: var(--theme-color);
    background: transparent;
    font-weight: 700;
    outline: none;
  }
  

.product-item{
    margin-bottom: 30px;
}
.pagination-area{
    width: 100%;
    text-align: center;
}
.g-4{
    display:flex;
    flex-wrap: wrap;
}
.d-flex{
    display:flex!important;
    align-items:center!important;
}
.quickview .btn-closeX{
  position: absolute;
  right: 10px;
  top: 10px;
  background: var(--theme-color);
  color: var(--color-white);
  font-size: 18px;
  width: 27px;
  height: 27px;
  border:none;
  line-height: 29px;
  border-radius: 50px;
  opacity: 1;
  transition: var(--transition);
  z-index: 1;
}

.quickview .btn-closeX:hover{
  background: var(--color-red);
  color: white;
}
#pageData,#pageData2,#pageData3{
  opacity: 0;
}
.filter-btn{
  display: none;
  width: 50%;
  border-radius:50px;
  border:none;
  padding:7px 20px;
  background: #5897FB;
  color: #ffffff;
  font-weight: bold;
  margin-bottom: 15px;
}
.close-sidebar-fillter{
  display: none;
}

.py-50{
  padding-top: 50px;
}
@media all and (max-width: 700px) {
  #scrollUp {
    right: 40px;
}

  .filter-btn{
    display: block;
  }
  .sidebar-fillter{
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 999999999;
    top: 0;
    left: 0;
    background-color: #fff;
    border-right: 1px solid #999;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
  }
  .close-sidebar-fillter{
    display: block;
    color: #999;
    font-size: 25px;
    font-weight: 900;
    position: absolute;
    top: 20px;
    right: 20px;
  }
}

.load,.load2,.load3,.load4{
  display: none;
}
.btn-load {
  padding: 3px 15px 3px 15px;
  text-align: center;
  background-color: #000000;
  color: #fff;
  border: none;
  border-radius: 50px;
  font-size: 14px;
  transition: all 600ms ease-in-out;
  -webkit-transition: all 600ms ease-in-out;
  -moz-transition: all 600ms ease-in-out;
  -o-transition: all 600ms ease-in-out;
}
.btn-load:hover {
  text-decoration: underline;
  color: #fff;
}
.product-content .product-title a,
.product-content span{
  font-size: 14px;
}
.product-content .product-title a {
  font-weight: 500;
}
.contact-btn{
  position: fixed;
  right: 0;
  background: #0c5adb;
  color:#fff;
  font-size: 13px;
  font-weight: 600;
  text-align: center;
  padding: 5px 10px 10px 5px;
  text-transform: uppercase;
  z-index: 999;
  transition: all 600ms ease-in-out;
}
.contact-btn span{
  display: block;
  font-size: 20px;
}
.contact-btn:hover{
  cursor: pointer;
  background: transparent;
  color: #0c5adb;
  border:1px solid #0c5adb;
}
.loader-wrapper2 {
  display: none;
  position: fixed;
  background: rgba(0,0,0,0.8);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  padding-top: 20%;
  transition: 0.8s 1s ease;
  z-index: 999;
}
.loader-wrapper2 .loading{
  width: 100px;
  height: 100px; 
  margin: 50px auto 0;
  border-radius: 50%;
  border: 20px solid #0c5adb;
  border-left-color: transparent;
  position: relative; 
  animation: 5s rotIvs infinite linear; 
  z-index: 9999;
} 
.loader-wrapper2 .loading:before{
  content: "";
  width: calc(100% + 40px);
  height: calc(100% + 40px);
  border-radius: 50%;
  border: 20px dashed #0c5adb;
  transform: translateX(-50%) translateY(-50%);
  position: absolute;
  top: 50%;
  left: 50%;
  animation: 2s rot infinite linear;
}
@keyframes rot{
  100%{ transform: translateX(-50%) translateY(-50%) rotate(360deg); }
}
@keyframes rotIvs{
  100%{ transform: rotate(360deg); }
} 