 /* Montserrat light */



 @font-face {

  font-family: "Montserrat";

  src: url("fonts/Montserrat-Light.eot");

  src: url("fonts/Montserrat-Light.eot?#iefix") format('embedded-opentype'),

       url("fonts/Montserrat-Light.woff2") format('woff2'),

       url("fonts/Montserrat-Light.woff") format('woff'),

       url("fonts/Montserrat-Light.ttf") format('truetype');

  font-weight: 300;

  font-style: normal;

}

/* Montserrat regular */



@font-face {

  font-family: "Montserrat";

  src: url("fonts/Montserrat-Regular.eot");

  src: url("fonts/Montserrat-Regular.eot?#iefix") format('embedded-opentype'),

       url("fonts/Montserrat-Regular.woff2") format('woff2'),

       url("fonts/Montserrat-Regular.woff") format('woff'),

       url("fonts/Montserrat-Regular.ttf") format('truetype');

  font-weight: 400;

  font-style: normal;

}



/* Montserrat Medium */



@font-face {

  font-family: "Montserrat";

  src: url("fonts/Montserrat-Medium.eot");

  src: url("fonts/Montserrat-Medium.eot?#iefix") format('embedded-opentype'),

       url("fonts/Montserrat-Medium.woff2") format('woff2'),

       url("fonts/Montserrat-Medium.woff") format('woff'),

       url("fonts/Montserrat-Medium.ttf") format('truetype');

  font-weight: 500;

  font-style: normal;

}



/* Montserrat Semi Bold */



@font-face {

  font-family: "Montserrat";

  src: url("fonts/Montserrat-SemiBold.eot");

  src: url("fonts/Montserrat-SemiBold.eot?#iefix") format('embedded-opentype'),

       url("fonts/Montserrat-SemiBold.woff2") format('woff2'),

       url("fonts/Montserrat-SemiBold.woff") format('woff'),

       url("fonts/Montserrat-SemiBold.ttf") format('truetype');

  font-weight: 600;

  font-style: normal;

}



/* Montserrat bold */

@font-face {

  font-family: "Montserrat";

  src: url('fonts/Montserrat-Bold.eot');

  src: url('fonts/Montserrat-Bold.eot?#iefix') format('embedded-opentype'),

       url('fonts/Montserrat-Bold.woff2') format('woff2'),

       url('fonts/Montserrat-Bold.woff') format('woff'),

       url('fonts/Montserrat-Bold.ttf') format('truetype');

  font-weight: 700;

  font-style: normal;

}

/* Montserrat BoldItalic */



@font-face {

  font-family: "Montserrat";

  src: url("fonts/Montserrat-ExtraBold.eot");

  src: url("fonts/Montserrat-ExtraBold.eot?#iefix") format('embedded-opentype'),

       url("fonts/Montserrat-ExtraBold.woff2") format('woff2'),

       url("fonts/Montserrat-ExtraBold.woff") format('woff'),

       url("fonts/Montserrat-ExtraBold.ttf") format('truetype');

  font-weight: 800;

  font-style: normal;

}



/* Montserrat Black */



@font-face {

  font-family: "Montserrat";

  src: url("fonts/Montserrat-Black.eot");

  src: url("fonts/Montserrat-Black.eot?#iefix") format('embedded-opentype'),

       url("fonts/Montserrat-Black.woff2") format('woff2'),

       url("fonts/Montserrat-Black.woff") format('woff'),

       url("fonts/Montserrat-Black.ttf") format('truetype');

  font-weight: 900;

  font-style: normal;

}



/* Fonts */

:root {

--font-default:Montserrat;



} 



/* Smooth scroll behavior */

:root {

scroll-behavior: smooth;

}

body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px; 
  color: #1f1f1f;
  background: #F4F4F6;
}

a {

color:#000 ;
text-decoration: none;
transition: .3s;
} 
i{
transition: .3s;
}
a:hover {
color: #ff780a;
text-decoration: none;
}
:hover{
  transition: .3s
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: 'Montserrat', sans-serif;
font-weight: 600;

} 
section{
  padding: 40px 0;
}
.woocommerce section{
  padding: 40px 0 !important;
}

.woocommerce section section, .woocommerce .woocommerce-order section{
  padding: 0 !important;
}
.heading{
  color: #000;
font-size: 20px;
font-style: normal;
font-weight: 600;
line-height: normal;
margin-bottom: 30px;
}
.heading2{
  color: #1E1E1E; 
font-size: 28px;
font-style: normal;
font-weight: 700;
line-height: normal;
margin-bottom: 30px;
}
.heading3{
  color: #000;
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: normal;
margin-bottom: 20px;
}
.heading4{
  color: #1E1E1E; 
  font-size: 38px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 30px;
}
hr{ 
  border-top: 1px solid #b2b2b2;
  margin: 0;
  height: 0;
}

hr:not([size]){
  height: 0;
}

img {
  width: 100%;
  height: auto;
}

p{
  margin-bottom: 10px;
  font-size: 16px;  
}

ul{
margin: 0;
padding: 0;
}

li{
list-style: none;

}
ol li{
  list-style:auto ;
}
.container-fluid{
      max-width: 1366px;
    padding: 0 20px;
    position: relative;
  }
  .container-fluid .container-fluid{
    padding: 0;
  }
/* .row{
  margin: 0;

} */
h2{
  font-size: 33px
}
h3{
  font-size: 30px
  margin:10px;
}
h4{
  font-size: 28px
}
h5{
  font-size: 25px
}
h6{
  font-size: 23px
}

/*header css start here*/

 .sticky {
    position: fixed;
    position: -webkit-sticky;
    top: 0; 
    left: 0;
    z-index: 9999;
    background: #fff;
    width: 100%; 
    transition: all .3s ease-in-out;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    animation: smoothScroll 1s forwards;
    padding-top: 5px;
    padding-bottom: 5px;
    padding: 20px 0;
 }
     @keyframes smoothScroll {
     0% {
     transform: translateY(-40px)
     }
     100% {
     transform: translateY(0)
 }
 }

 .sticky+.content {
 padding-top: 102px
 }
header{
position: relative;
background: linear-gradient(90deg, #FFF -0.94%, #BDC0FF 101.27%);
      padding: 26px 0 50px;

}
.navbar-expand-xl{
  padding: 0;

}
div#navbarNav {
    padding-left: 100px;
}
.brand-name{
width: 209px;
height: 54px;
flex-shrink: 0;

} 
.top-header {
display: flex;
align-content: center;
align-items: center;
justify-content: space-between;
position: relative;
padding:7px 0;

} 

.form-select:focus{
  box-shadow: unset;
}

.navbar-dark .navbar-nav .nav-link {
  color: #000;
font-family: 'Montserrat', sans-serif;
font-size: 12px;
font-style: normal;
font-weight: 500;
line-height: normal;
    padding: 0px 20px;
}
.navbar-dark .navbar-nav li a:hover, 
.navbar-dark .navbar-nav li a:focus
 {
    color: #4a9623 !important;
} 
.navbar-dark .navbar-nav li {
    margin: 0 1px;
}

.profile-sec a{
  padding:0 20px;
}
.profile-sec a:last-child{
  padding-right: 0;
}




/*second header css start here*/
.filter-search-sec {
    margin-top: -24px;
}
.filter-search-sec .sec-center {
  position: relative;
  max-width: 100%;
  /* text-align: center; */
  z-index: 200;
}
.filter-search-sec [type="checkbox"]:checked,
.filter-search-sec [type="checkbox"]:not(:checked){
  position: absolute;
  left: -9999px;
  opacity: 0;
  pointer-events: none;
}  
.filter-search-sec .dropdown:checked + label,
.filter-search-sec .dropdown:not(:checked) + label{
  position: relative;  
  transition: all 200ms linear; 
  width: 100%;
  letter-spacing: 1px;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  border: none; 
  cursor: pointer;  
  border-radius: 8px;
background: #FFF;
box-shadow: 0px 0px 15px 0px rgba(22, 22, 22, 0.10);
color: #000;
font-family: 'Montserrat', sans-serif;
font-size: 12px;
font-style: normal;
font-weight: 500;
line-height: normal;
    padding: 12px 21px;

} 
.filter-search-sec .dropdown:checked + label:before,
.filter-search-sec .dropdown:not(:checked) + label:before{
  position: fixed;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  z-index: -1;
  cursor: auto;
  pointer-events: none;
}
.filter-search-sec .dropdown:checked + label:before{
  pointer-events: auto;
}
.filter-search-sec .dropdown:not(:checked) + label .uil {
  font-size: 24px;
  margin-left: 10px;
  transition: transform 200ms linear;
}
.filter-search-sec .dropdown:checked + label .uil {
  transform: rotate(180deg);
  font-size: 24px;
  margin-left: 10px;
  transition: transform 200ms linear;
}
.filter-search-sec .section-dropdown {
  position: absolute;
  padding: 5px;
  background-color: #111;
  top: 70px;
  left: 0;
  width: 100%;
  border-radius: 4px;
  display: block;
  box-shadow: 0 14px 35px 0 rgba(9,9,12,0.4);
  z-index: 2;
  opacity: 0;
  pointer-events: none;
  transform: translateY(20px);
  transition: all 200ms linear;
}

.filter-search-sec .dropdown:checked ~ .section-dropdown{
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}
.filter-search-sec .section-dropdown:before {
  position: absolute;
  top: -20px;
  left: 0;
  width: 100%;
  height: 20px;
  content: '';
  display: block;
  z-index: 1;
}
.filter-search-sec .section-dropdown:after {
  position: absolute;
  top: -7px;
  left: 30px;
  width: 0; 
  height: 0; 
  border-left: 8px solid transparent;
  border-right: 8px solid transparent; 
  border-bottom: 8px solid #111;
  content: '';
  display: block;
  z-index: 2;
  transition: all 200ms linear;
}

.filter-search-sec a {
  position: relative;
  color: #fff;
  transition: all 200ms linear; 
  font-weight: 500;
  font-size: 15px;
  border-radius: 2px;
  padding: 5px 0;
  padding-left: 20px;
  padding-right: 15px;
  margin: 2px 0;
  text-align: left;
  text-decoration: none;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  justify-content: space-between;
    -ms-flex-pack: distribute;
}
.filter-search-sec a:hover {
  color: #102770;
  background-color: #ffeba7;
} 
.filter-search-sec  a .uil {
  font-size: 22px;
}
.filter-search-sec .dropdown-sub:checked + label,
.filter-search-sec .dropdown-sub:not(:checked) + label{
  position: relative;
  color: #fff;
  transition: all 200ms linear; 
  font-weight: 500;
  font-size: 15px;
  border-radius: 2px;
  padding: 5px 0;
  padding-left: 20px;
  padding-right: 15px;
  text-align: left;
  text-decoration: none;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  justify-content: space-between;
    -ms-flex-pack: distribute;
    cursor: pointer;
}
.filter-search-sec .dropdown-sub:checked + label .uil,
.filter-search-sec .dropdown-sub:not(:checked) + label .uil{
  font-size: 22px;
}
.filter-search-sec .dropdown-sub:not(:checked) + label .uil {
  transition: transform 200ms linear;
}
.filter-search-sec .dropdown-sub:checked + label .uil {
  transform: rotate(135deg);
  transition: transform 200ms linear;
}
.filter-search-sec .dropdown-sub:checked + label:hover,
.filter-search-sec .dropdown-sub:not(:checked) + label:hover{
  color: #102770;
  background-color: #ffeba7;
} 

.for-dropdown svg {
    margin-right: 13px;
}
.search-input .search-submit {
    position: absolute !important;
    z-index: 22 !important;
    display: block !important;
        width: 60px !important;
    height: 48px !important;
    line-height: 48px !important;
    text-align: center !important;
    pointer-events: none !important;
    color: #aaa !important;
    left: 0;
}
.search-input input{
  color: #6B6B6B !important;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px !important;
  font-style: normal !important;
  font-weight: 500;
  line-height: normal;
  border-radius: 8px !important;
  background: #FFF !important;
  box-shadow: 0px 0px 15px 0px rgba(22, 22, 22, 0.10) !important;
  padding: 12px 21px !important;
  padding-left: 60px !important;
  height: 48px !important;
    outline: unset !important;
    border: 0 !important;
    text-transform: uppercase;	

}
.search-input .ysm-search-widget .search-submit:before {
    background-image: url(../images/search-icon.svg);
    background-repeat: no-repeat;
    background-position: center;
        font-family: 'Woo-Side-Cart';
}


.search-input label, 
.search-input .ysm-search-widget {
    width: 100% !important;
}
.search-input input:focus{
  box-shadow: unset !important;
}

.cart-open {
    position: relative;
}
.btn.dropdown-toggle {
    padding: 0;
    padding-left: 20px;
    margin: 0;
}
.cart-open #cart-count {
    position: absolute;
    background: #f5bb22;
    color: #fff;
    width: 20px;
    height: 20px;
    text-align: center;
    border-radius: 100%;
    font-size: 10px;
    line-height: 21px;
    right: 14px;
    top: -10px;
}
/* 
body.home {
    background: #fff;
} */
.profile button:focus:not(:focus-visible){
	box-shadow: unset;
	outline: none;
}
.profile .dropdown-menu.show {
    right: 0;
    left: auto;
    padding: 0;
}
.profile .dropdown-menu a{
	padding: 8px 0;
	border-bottom: 1px solid#ddd;
	padding-left: 20px;
	padding-right: 15px;
	}

.profile .dropdown-menu a{
	border-bottom: 0;
}
.profile .dropdown-menu a:hover {
    background-color: #1395e8;
    color: #fff;
}
/*hot deals sections start here*/

.second-header{

background: #F4F4F6;
}

.hot-deals-list {
    padding: 20px 0;
    display: flex;
}

.hot-deals-list ul{
  display: flex;
}
.hot-deals-list li{
      padding: 0 30px;
}
.hot-deals-list li:first-child {
    padding-left: 22px;
}
.hot-deals-list li b{
color: #212121;
font-family: 'Montserrat', sans-serif;
font-size: 12px;
font-style: normal;
font-weight: 500;
line-height: normal;
}

.hot-deals-list li a{
  color: #212121;
font-family: 'Montserrat', sans-serif;
font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: normal;
}
.deals-list-icons{
  margin-left: 70px;
}
.deals-list-icons svg{
  margin-right: 5px;
}
.hot-deals-list .deals-list-icons li a{
color: #000;
}

/*banner css start here*/
.sale-banner{
  position: relative;
  text-align: left !important;
}
.sale-banner-content{
  position: absolute;
      top: 45px;
    left: 45px;
    flex-direction: column;
    display: flex;
    justify-content: space-between;
    height: 68%;
}
.sale-banner-content h2{
  color: #FFF9C4;
font-family: 'Montserrat', sans-serif;
font-size: 28px;
font-style: normal;
font-weight: 600;
line-height: normal;
}

.sale-banner-content p{
  color: #FFF9C4;
font-family: 'Montserrat', sans-serif;
font-size: 20px;
font-style: normal;
font-weight: 500;
line-height: normal;
}

.sale-banner-content p  span{
  color: #FF6A5F; 
font-weight: 600; 
}

.sale-banner-content a{
  color: #FFF9C4;
font-family: 'Montserrat', sans-serif;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: normal;
text-decoration-line: underline;
margin-top: 5rem;
display: inline-block;
}
.sale-double-img{
  margin-top: 15px;
  display: flex;
  gap: 15px;

}
.sale-double-img img:first-child{
  margin-right: 15px;
}


.top-product-slide {
  border-radius: 8px;
  background: #DDDEFF;
  padding: 30px;
  height: 100%;
}
.top-product-slide-inner {
  padding-top: 29px;
}
.top-product-slide img{
object-fit: contain;
height: 356px;
}
.top-product-slide-text {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}

.top-product-slide h4{
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 0;
  
}

.top-product-slide a{
  color: #000;
font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: normal;
position: relative;
z-index: 99;
}
.top-product-slide a i {
  margin-left: 6px;
}


.top-product-slide .owl-dots {
  text-align: center;
  margin-top: 10px;
}
.top-product-slide .owl-carousel button.owl-dot{
  width: 8px;
  height: 8px;
  background-color: #7A7A7A;
  border-radius: 100%;
  margin: 4px;
}
.top-product-slide .owl-carousel button.owl-dot.active{
  background-color: #383838;
}


/*categories section css start here*/
.mobile-brand {
  display: none;
}

.categories-wrapper{ 
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
}
.categories-box a{
    border-radius: 12px;
    background: #FFF;
    box-shadow: 0px 0px 16px 0px rgba(22, 22, 22, 0.10);
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid transparent;
    transition: .5s;
    cursor: pointer;
}
.categories-box a:hover{
  border-color:#1395E8;
}
.categories-box img{
  width: 131px;
  height: 131px; 
  margin-right: 15px;
}
.categories-box p{
  color: #000;
font-size: 28px;
font-style: normal;
font-weight: 600;
line-height: normal;
margin-bottom: 0;
}
.product-big-box{
  border-radius: 8px;
background: #FFF;
padding: 35px;
height: 100%;
}
.product-big-box p{
  color: #000;
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: normal;
margin-top: 20px;
}
.review i{
  color: #000;
}
.product-big-box {
  display: grid;
  grid-template-columns: repeat(2, 1fr); 
}
.product-big-box-text { 
  padding-left: 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}
.product-big-box-text:before {
  content: "";
  border-width: 1px;
  background-color: rgba(51, 50, 50, 0.25);
  position: absolute;
  left: 0;
  height: 100%;
  width: 1px;
}
.product-big-box-text h4{
  color: #000;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 20px;
}
/* .product-big-box-text span, 
.product-big-box-text{
  color: #338C31;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: normal;
margin-bottom: 20px;
display: inline-block;
} */
.cut-price {
  text-decoration: line-through;
  opacity: .5;
}
.star-rating, .review {
  margin: 10px 0 !important;
}
.product-big-box-text ul li{
  color: #222; 
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: normal;
margin-bottom: 10px;
}
.product-big-box-img{
  padding-right: 20px;
}
.product-btn {
  border-radius: 12px;
  background: #1395E8;
  box-shadow: 0px 0px 20px 0px rgba(28, 28, 28, 0.05);
  width: 100%;
  display: inline-block;
  padding:20px 17px;
  color: #FFF;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  transition: .5s;
  line-height: normal;
}
a.product-btn:hover {
    background: #000;
    color: #fff;
}
body{
  overflow-x: hidden;
}
.heart{
  text-align: right;
  margin-bottom: 20px;
}
.fa-heart{
  color: #979797;
  font-size: 33px;
}
.btns-group{
  text-align: right ;
  position: relative;
  top: -8px;
}
.product-big-box .view-more{

  position: absolute;
  right: 0;
  bottom: -23px;
}
.view-more{
  color: #000;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-decoration-line: underline;
  margin-top: 7px;
  width: auto;
  display: inline-block;
}

/*product-small-box css start*/
.product-small-box {
  border-radius: 8px;
  background: #FFF;
  padding: 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.product-small-box .heart{
  margin: 0;
}
.product-small-box .fa-heart{
  font-size: 24px;
}
.product-small-box img{
  height: 130px;
  margin-bottom: 20px;
  object-fit: contain;
}
.product-small-box p{
  color: #000;
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: normal;
}
.product-small-box .price{
  color: #000;
font-size: 20px;
font-style: normal;
font-weight: 600;
line-height: normal;
margin: 0;
}

.product-small-box  .btns-group{
  text-align: center ;
  top: auto;
  margin-top: 10px;
}
.product-small-box  .view-more{
  position: inherit;
  bottom: auto;
}


/*delivery section start here*/
.delivery-sec{
  background: #F4F4F6;
  padding: 100px 0;
}
.delivery-box-wrapper{
  display: flex;
  justify-content: space-around;
  text-align: center;
  max-width: 1000px;
  margin: auto;
}
.delivery-icons{
  width: 124px;
  height: 124px;
  background: #FFF;
  filter: drop-shadow(2px 2px 10px rgba(34, 34, 34, 0.20));
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin:auto;
  margin-bottom: 25px;
}
.delivery-boxes h5{
  color: #1E1E1E;
text-align: center;
font-size: 20px;
font-style: normal;
font-weight: 600;
line-height: normal;
}

/*Top 10 Best Selling Laptops*/
.top-best-box {
  padding: 20px;
  padding-top: 40px;
  padding-left: 30px;
  border-radius: 8px;
  background: #FFF;
  box-shadow: 0px 0px 30px 0px rgba(36, 36, 36, 0.05);
}
.top-best-box .top-best-text h3{

  margin-bottom: 0px;
}
.top-best-text h3 {
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: -30px;
}
.top-best-text h3 span{
  color: #1395E8;
font-size: 48px;
font-style: normal;
font-weight: 700;
line-height: normal;
display: block;
}

.top-best-box .banner-side img{
  height: 300px;
}

/*categories-sec  slider css start*/
.categories-slider-sec {
  background: #f4f4f6;
  padding: 60px 0;
}

.categories-slid-box{
  border-radius: 12px;
background: #FFF;
box-shadow: 0px 0px 30px 0px rgba(18, 18, 18, 0.06);
padding: 25px;
display: flex;
justify-content: space-between;
margin: 23px 0;
}
.categories-slid-box:hover {
  box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 70%);
}
.categories-slid-text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-right: 20px;
}
.categories-slid-box h4{
  color: #000;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.categories-slid-box a{
  color: #000;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: normal;
}
.categories-slid-box img, .owl-carousel .owl-item .categories-slid-box  img{
  max-width: 100%;
  max-height: 180px;
  object-fit: contain;
  height: 140px;
  width: auto;

}

.categories-slider .owl-dots {
  text-align: center;
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.categories-slider.owl-carousel button.owl-dot{
  width: 4px;
  height: 4px;
  background-color: #7A7A7A;
  border-radius: 100%;
  margin: 4px;
}
.categories-slider.owl-carousel button.owl-dot.active{
  background-color: #383838;
  width: 8px;
  height: 8px;
}

.blog-news-inner {
  background: url("../images/phone-img.jpg");
  background-size: cover;
  height: 440px;
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  background-position: right center;
  background-repeat: no-repeat;
}
.blog-news-inner a {
    position: relative;
    z-index: 99;
}



.blog-news-inner h6 { 
  font-size: 24px;
  font-weight: 600;
  line-height: 29.26px;
  text-align: left; 
  height: 87px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  z-index: 9;
  margin-bottom: 20px;
}


/*brand-slider-wrapper*/
.brand-slider-wrapper .owl-carousel .owl-item .categories-slid-box img{
  width: auto; 
  height: 51px;  ;
}
.brand-slider-wrapper .owl-carousel .owl-item .categories-slid-box{
  padding: 19px 35px;
  justify-content: center ;
  height: auto;
}

.brand-slider-wrapper .heading2 {
  text-align: center;
}

/*footer css start here*/
footer {
  background: #0A111E;
  padding: 60px 0;
}
.footer-top{
  display: flex;
  justify-content: space-between;
  margin-bottom: 100px;
}
.footer-top p{
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.footer-top ul{
 display: flex;
}
.footer-top li a{
  width: 40px;
  height: 40px;
  border-radius: 4px;
  border: 0.2px solid #979797;
  background: #080E1A;
  margin-right: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-top li a:hover {
    background: #1395e8;
    color: #ffffff;
}
.subscription {
  position: relative;
  width: 100%;
  height: 100%;
}
.subscription .add-email {
  border: none;
  outline: none;
  padding: 0 20px;
  width: 437px;
  height: 40px;
  border-radius: 4px;
  background: #FFF;
  max-width: 100%;
  color: #7A7A7A; 
font-size: 12px;
font-style: normal; 
line-height: normal;
}

.wpcf7-spinner{
  display: none !important;
}
.navbar-toggler:focus{
  box-shadow:none !important;
}
.subscription .submit-email {
  position: absolute;
  top: 0px;
  right: 0;
  height: calc(100% - 2px);
  width: 100px;
  border: none;
  border-radius: 60px;
  outline: none;
  height: auto;
  margin: 1px;
  cursor: pointer;
  transition: width .35s ease-in-out, background .35s ease-in-out;
  background: transparent;
  color: #000;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  height: 100%;
}

footer h3 {
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 20px;
}
footer li a{
  color: #7A7A7A;
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: normal;
}

.footer-links ul li {
  margin-bottom: 10px;
}

.banner-side {
  position: relative;
  z-index: 1; 
  display: block;
}

.banner-side:after,
.banner-side:before {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.2);
  content: "";
  left: 50%;
  right: 51%;
  opacity: 1;
  top: 0;
  bottom: 0;
}
.banner-side img{ 
  object-fit: contain;
}

.banner-side:after {
  left: 0;
  right: 0;
  top: 50%;
  bottom: 51%;
}

.banner-side:hover:after {
  top: 0;
  bottom: 0;
}

.banner-side:hover:before {
  left: 0;
  right: 0;
}
.product-big-box-text ul {
  margin-bottom: 10px;
  display: inline-block;
}

.banner-side:hover:after,
.banner-side:hover:before {
  opacity: 0;
  transition: 0.8s;
  transition-timing-function: ease-in;
}
.product-small-box:hover p {
    color: #1395e8;
}
.product-big-box:hover p {
    color: #1395e8;
}
.product-small-box {
    transition: all .5s;
}
.product-small-box:hover {
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 70%);
} 


/*product Page start css start here*/
/* creating the breadcrumb foundation */
.breadcrumb {
  margin: 0;
  padding: 20px 0;
} 

.breadcrumb ul li, .breadcrumb ul li a { 
  display: inline;
  color: #212121;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}  
 
.breadcrumb ul li+li:before {
  content: ">";
  padding: 10px;  
}
 
.breadcrumb ul li a:hover { text-decoration: underline; } /* show underline on mouseover */
 
.breadcrumb ul {
  color: #425b76; 
  font-weight: bold;
}
 





/*product page slider start here*/

.products-content h1, .summary.entry-summary h1.product_title{
  color: #222;
font-size: 28px;
font-style: normal;
font-weight: 500;
line-height: normal;
margin-bottom: 20px;
}
.product-price, .summary.entry-summary p.price{
  color: #222;
font-size: 36px;
font-style: normal;
font-weight: 600;
line-height: normal;
display: flex;
margin-bottom: 20px;
}
.product-price .review{
  display: flex;
  align-items: center;
  margin-left: 20px;
}
.product-price .review i {
  color: #000;
  font-size: 20px;
}
.products-content {
  padding-left: 30px;
}
.summary.entry-summary {
  padding-left: 30px !important;
}

.woocommerce-product-details__short-description ul li, .woocommerce-product-details__short-description p {
  position: relative;
  color: #222; 
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 10px;
  margin-left: 20px;
}
.woocommerce-product-details__short-description ul li::before, .woocommerce-product-details__short-description p::before {
  position: absolute;
  left: -15px;
  top: 8px;
  width: 4px;
  height: 4px;
  background-color: #222;
  content: "";
  border-radius: 100%;

}

.single-product form.cart input[type=number], .summary.entry-summary .woosw-btn-has-icon {
  border-radius: 6px;
  border: 0.5px solid #B1B1B1;
  background: #FFF;
  width: 122px !important;
  height: 60px;
  padding: 20px;
  outline: none;
  text-align: center !important ;
  color: #222; 
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
}
.summary.entry-summary .woosw-btn-has-icon {
  width: 68px !important;
  height: 60px;
  margin-bottom: 20px;
}
.single-product .summary.entry-summary .single_add_to_cart_button{
  border-radius: 6px;
border: 0.5px solid #B1B1B1;
background: #FFF;
width: 286px;
height: 60px;
padding: 20px;
color: #222;
text-align: center; 
font-size: 20px;
font-style: normal;
font-weight: 600;
line-height: normal;
text-transform: uppercase;
}
.single-product .summary.entry-summary .single_add_to_cart_button:hover{
  background: #1395E8;
  color: #fff;
}
.products-content .product-btn, 
.single-product .summary.entry-summary .product-btn{
  border-radius: 6px;
  border: 0.5px solid #B1B1B1;
  background: #1395E8;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.15);
  color: #FFF;
  text-align: center;
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  line-height: normal !important;
  margin-top: 20px;
  width: 100%;
  display: inline-block;
  padding: 20px 17px;
  padding-top: 18px !important;
  padding-bottom: 18px !important;
  transition: .5s;
  max-width: 300px;
  margin-right: 20px;
}

.single-product .summary.entry-summary .product-btn:hover{
  background: #f5bb22;
}
.single-product div.product .product_meta {
  font-size: 15px !important;
  margin-top: 20px !important;
  padding-top: 0 !important;
}

/***review-price***/
.review-price {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.alternatives-slider .product-small-box .price{
  margin-bottom: 0;
}

.alternatives-slider .product-small-box p{
  font-weight: 500;
}

.alternatives-slider .product-small-box h4{
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.alternatives-slider .product-btn{
  font-size: 16px;
  margin-top:10px;
}
.alternatives-slider .owl-stage{
  padding: 10px 0;
}

/*also-check*/
.also-check .heading2{
  font-size: 32px;

}
.summary.entry-summary p.price span.woocommerce-Price-amount.amount {
  margin-right: 20px;
}

/*products list page*/
.products-sec .product-small-box h4{
  color: #000;
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: normal;
}
.products-sec .product-btn { 
  margin-top: 10px;
}

/******hot deals sec start here*******/
.hot-deals-sec{
  border-radius: 8px;
  border: 4px solid #FE771F;
  padding: 60px;
}
.hot-deals-wrapper {
  text-align: center;
  display: block;
}
.hot-deals-wrapper img{
  width: 272px;
  height: 205px;
  object-fit: contain;
  margin-bottom: -42px;
  position: relative;
  z-index: 9;
  max-width: 100%;
}

.hot-deals-sec .col-md-6.col-lg-4 {
  padding: 40px 30px;
}
.hot-deals-header{
  border-radius: 8px;
border-bottom: 1px solid #FFEF78;
background: linear-gradient(90deg, #FFF 0%, #FE771F 48.9%, #FFF 100%);
padding: 10px 0;
position: relative;    
margin-bottom: 20px;
}
.hot-deals-header::before{
  content: "";
  position: absolute;
  left: 40px;
  top: -18px;
  background-image: url(../images/solar_star-shine.svg);
  background-repeat: no-repeat;
  height: 30px;
  width: 30px;
}
.hot-deals-header::after{
  content: "";
  position: absolute;
  right: 40px;
  top: -18px;
  background-image: url(../images/solar_star-shine.svg);
  background-repeat: no-repeat;
  height: 30px;
  width: 30px;
}
.hot-deals-header h1{
  color: #FFF;
text-align: center;
font-size: 28px;
font-style: normal;
font-weight: 700;
line-height: normal;
margin-bottom: 0;
}

.hot-deals-box{
  filter: drop-shadow(0px 6px 8px rgba(0, 0, 0, 0.25));
  border-radius: 20px;
border: 4px solid #FFEF78;
background: #FE771F;
padding: 20px;
padding-top:50px;
text-align: left;
}
.hot-deals-wrapper:hover .hot-deals-box{
  box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 50%);
}
.hot-deals-box p{
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  height: 38px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.hot-deals-box .review i{
  color: #fff;
}
.price-option{
  text-align: right;
}
.price1{
  color: #FFF;
text-align: right;
font-size: 24px;
font-style: normal;
font-weight: 600;
line-height: normal; 
text-decoration: line-through;
display: block;
}
.price2{
  color: #FFF;
text-align: right;
text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
font-size: 36px;
font-style: normal;
font-weight: 700;
line-height: normal;
}

/*Gaming page css start here*/
.gaming-page .heading3, 
.page-id-207 section.products-sec .heading3{
  /* color: #FFF; */
  font-size: 36px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  letter-spacing: 9px;
}

.gaming-page .product-small-box{
  color: #fff;
background: #171522;
box-shadow: 0px 0px 15px 0px rgba(22, 22, 22, 0.10);
}

.gaming-page .product-small-box h4, .gaming-page .review i, .gaming-page .product-small-box p{
  color: #fff;
}
.gaming-page .product-btn{
  border-radius: 8px;
  background: #DA5025;
  box-shadow: 0px 0px 20px 0px rgba(28, 28, 28, 0.05);
}
.gaming-page .product-btn:hover{ 
  background: #1395E8;
}
.gaming-page .product-small-box img{
  height: 170px;
}
.gaming-page .price{
  color: #FFF;
text-align: right;
font-size: 24px;
font-style: normal;
font-weight: 600;
line-height: normal;
}
.gaming-page .product-small-box:hover {
  box-shadow: 0px 0px 15px 0px rgb(255 255 255 / 70%);
}


/*sidebar css start here*/
.sidebar-area .sidebar-box-area:first-child{
  margin-top: 0;
}
.sidebar-area .sidebar-box-area:last-child{
  position: sticky;
  top: 0;
}
.sidebar-area {
  position: sticky;
  top: 60px;
}
.sidebar-box-area, .wpf_item.wpf_item_wpf_cat, .wpf_item.wpf_item_price{
  border-radius: 8px;
border: 1px solid #CCC;
background: #FFF;
padding: 20px;
margin-bottom: 30px;
}

.sidebar-box-area h3, .wpf_item.wpf_item_wpf_cat label.wpf_item_name, 
 .wpf_item.wpf_item_price label.wpf_item_name{
  color: #000;
  font-size: 19px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.wpf_item .wpf_item_name {
  border-bottom: 1px solid #CCC;
}
.wpf_slider.ui-slider .ui-widget-header {
  background: #1395E8;
}
.sidebar-box-area hr{
  background: #CCC;
  width: 100%;
  height: 1px;
  margin: 0;
  padding: 0;
  margin-top: 10px;
  margin-bottom: 20px;
}
select.orderby {
  border-radius: 8px;
  border: 1px solid #CCC;
  background: #FFF;
  padding: 15px;
  font-weight: 500;
  cursor: pointer;
  outline: none;
}
p.woocommerce-result-count {
  font-weight: 600;
  font-size: 18px;
}

.products .product-small-box h4 {
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
 
.products select.orderby:focus{
  box-shadow: unset;
}
.list-items, .wpf_items_wrapper.wpf_layout_vertical label { 
  cursor: pointer; 
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #575757; 
font-size: 15px;
font-style: normal;
font-weight: 500;
line-height: normal;
}
 
.list-items input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
} 
.checkmark, .wpf_item.wpf_item_wpf_cat input[type=checkbox] {
  height: 18px;
  width: 18px; 
  border-radius: 2px;
border: 2px solid #CCC;
}
 
.list-items input:checked ~ .checkmark, .wpf_item input[type=checkbox] {
  background-color: #1395E8;
}
 
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.wpf_item.wpf_item_wpf_cat input[type=checkbox]:checked:before {
  font-weight: 700;
  font-size: 10px;
  top: -2px;
  position: relative;
  color: #bfc2ff;
}
 
.list-items input:checked ~ .checkmark:after {
  display: block;
} 
.list-items .checkmark:after {
  left: 6px;
  top: 1px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.post-item {
  display: flex;
  margin-top: 22px;
}
.post-item img {
  width: 80px; 
height: 80px;
object-fit: cover;
border-radius: 4px;
}
.post-item span {
  width: calc(100% - 95px);
  margin-left: 16px;
}
.post-item h4{
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.post-item time{
  color: #575757;
font-size: 10px;
font-style: normal;
font-weight: 500;
line-height: normal;
} 
.blog-page .btns-group {
  text-align: right;
  position: absolute;
  bottom: 16px;
  right: 31px;
  top: auto;
  z-index: 9;
}
.blog-page .btns-group a{
 margin: 0;
 color: #fff;
}
section.blog-page{
  padding-bottom: 80px;
}
.blog-details-sec img{
  border-radius: 8px; 
}

.blog-details-sec h1{ 
    color: #222; 
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-top: 30px;
    margin-bottom: 10px;
}
.blog-details-sec h2{
    color: #222; 
    font-size: 27px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-top: 10px;
    margin-bottom: 10px; 

}
.blog-details-sec h3{  
    color: #222; 
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-top: 10px;
    margin-bottom: 10px;  
  
}
.blog-details-sec h4{
    color: #222; 
    font-size: 23px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-top: 10px;
    margin-bottom: 10px; 
  
}
.blog-details-sec h5, 
.blog-details-sec h6{
  
    color: #222; 
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-top: 10px;
    margin-bottom: 10px; 
}
.blog-details-sec time {
  color: #7A7A7A;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 30px;
  display: inline-block;
}
.blog-details-sec p{
  color: #000;
}
.share-div {
  margin-top: 30px;
}
.share-div p{ 
font-size: 19px; 
font-weight: 600; 
}


/*----------Contact Us css Start here----------*/

.contact-us-wrap {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.contact-us-list {
  margin-bottom: 10px;
  max-width: 50%;
  width: 49%;
  background: #fff;
  border-radius: 7px;
  padding: 20px;
  overflow-wrap: anywhere;
  min-height: 150px;
}

.contact-us-list i {
  border-radius: 35px;
  height: 40px;
  width: 40px;
  line-height: 40px;
  color: #fff;
  background-color: #c6a556;
  text-align: center;
  font-size: 23px;
  margin-bottom: 9px;
}

.contact-us-list p { 
  margin-bottom: 0px;
  font-size: 14px;
  font-weight: 500;
}

.contact-us-list p:nth-child(2){
  margin: 10px 0;
}

.contact-us-list p b {
  font-weight: 600;
  font-size: 19px;
}


/*--------------------
Form
---------------------*/
button:focus { 
  outline:0; 
}
.box-form .form-group {
  width: 100%;
  display: inline-table;
  padding: 8px 0px;
  margin-bottom:2px;
}

.box-form label {
  float: left;
  width: 100%;
  top: 0px;
  color: #032942;
  font-size: 14px;
  font-weight: 700;
  text-align: left;
  line-height: 1.5;
  margin-bottom: 10px;
}
.box-form label.checkbox {
  float: left;
  padding: 5px 20px;
  line-height: 1.7;
}

 
.box-form .form-control{
  width: 100%;
  display: inline;
  float: left;
  transition: .3s;
  color: #6B6B6B;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border-radius: 8px !important;
  background: #FFF;
  box-shadow: 0px 0px 5px 0px rgba(22, 22, 22, 0.10);
  padding: 12px 20px;
  height: 48px;
  outline: unset;
  border: 1.5px solid;  
  border-color: rgb(206 209 255 / 66%);
} 

.box-form textarea.form-control{
  height: auto;
}
.box-form input[type=text]:focus,
.box-form input[type=password]:focus,
.box-form input[type=email]:focus, 
.box-form .form-control:focus {
  background-color: #bdc0ff38;
  outline: none;
  box-shadow: inherit;
  border: 2px solid;  
  border-color: rgb(206 209 255 / 66%);
}

.box-form input::-webkit-input-placeholder, .box-form textarea::-webkit-input-placeholder {
font-size: 13px;
}

.box-form input:-ms-input-placeholder, .box-form textarea:-ms-input-placeholder { 
font-size: 13px;
}

.box-form input::placeholder, .box-form textarea::placeholder {
font-size: 13px;
}
.box-form input[type=submit], .term-and-privacy .login-form input.wpcf7-form-control.wpcf7-submit {
  width: 100%;
  max-width: 150px;
  height: 52px;
  margin-top: 24px; 
  font-weight: 700;
  font-size: 16px;
  color: #fff;
  text-align: center;
  background-color: #1395E8;
  border: 1px #1395E8 solid;
  opacity: 1;
  cursor: pointer;
  border-radius: 6px;
}

.box-form input[type=submit]:hover, 
.term-and-privacy .login-form input.wpcf7-form-control.wpcf7-submit:hover {
  background-color: #1b2c34;
border: 1px #1b2c34 solid;
}
.box-form input[type=submit]:focus, 
.term-and-privacy .login-form input.wpcf7-form-control.wpcf7-submit:focus {
  outline: none;
}
.box-form .form-group span.i {
  width: 24px;
  height: 24px;
  float: right;
  position: relative;
  margin-top: -26px;
  right: 2px;
  z-index: 2;
  display: none; 
  -webkit-animation: bounceIn 0.6s linear;
  -moz-animation: bounceIn 0.6s linear;
  -o-animation: bounceIn 0.6s linear;
  animation: bounceIn 0.6s linear;
}

.box-form, .box-info, .b, .b-support, .b-cta,
input[type=submit], .form-group span.i { 
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
} 
.box-form {
  position: relative; 
  background: #fff; 
  overflow: hidden;
  z-index: 2;   
  border-radius: 6px;
  box-shadow: rgb(0 0 0 / 6%) 0px 1px 11px;
  padding: 20px; 
  width: 100%;
} 

   
.faq-sec .card-body p {    color: #000; 
}
.faq-sec .accordion .accordion-item {
  border-bottom: 1px solid #e5e5e5;  
  overflow: hidden;  
  margin-bottom: 10px;
}
.faq-sec .accordion .accordion-item:last-child{
    margin-bottom: 0;
}
.faq-sec button.accordion-button:focus {
    box-shadow: unset;
}

.faq-sec .accordion .accordion-item button[aria-expanded='true'] { 
  background: linear-gradient(90deg, #BDC0FF -0.94%, #BDC0FF 101.27%);
    box-shadow: unset;
}.faq-sec .accordion button {
    position: relative;
    display: block;
    text-align: left;
    width: 100%;
    padding: 15px;
    color: #fff;
    font-weight: 600;
    background:linear-gradient(90deg, #fe771fa8 -0.94%, #FE771F 101.27%);
    border: none;
    font-size: 18px; 
    outline: none;
    line-height: normal;
}

.faq-sec .accordion-button:after {
    display: none;
}

.faq-sec .accordion-button:before {
    float: right;
    font-family: "Font Awesome 6 Free";
    content: "\2b";
    padding-right: 5px;
    font-size: 24px;
}
.faq-sec .accordion .accordion-item button[aria-expanded='true']:before{
  content: "\f068";
}
 .faq-sec .accordion button:hover,

.faq-sec .accordion button:focus {
  cursor: pointer; 

}.faq-sec .accordion button:hover::after,

.faq-sec .accordion button:focus::after {
  cursor: pointer;
  color: #03b5d2;
  border: 1px solid #7dbc26;
}

 .faq-sec .accordion button .icon {
  display: inline-block;
  position: absolute;
  top: 18px;
  right: 15px;
  width: 22px;
  height: 22px;
  border: 1px solid;
  border-radius: 22px;
}.faq-sec .accordion button .icon::before {
  display: block;
  position: absolute;
  content: '';
  top: 9px;
  left: 5px;
  width: 10px;
  height: 2px;
  background: currentColor;
}

.faq-sec .accordion button .icon::after {
  display: block;
  position: absolute;
  content: '';
  top: 5px;
  left: 9px;
  width: 2px;
  height: 10px;
  background: currentColor;
}.faq-sec .accordion button[aria-expanded='true'] {
     background-color: #7dbc26;    color: #fff;
}

.faq-sec .accordion button[aria-expanded='true'] .icon::after {
  width: 0;
}

.faq-sec .accordion button[aria-expanded='true'] + .accordion-content {
    opacity: 1;
    max-height: 9em;
    transition: all 200ms linear;
    will-change: opacity, max-height;
}

.faq-sec .accordion .accordion-content {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: opacity 200ms linear, max-height 200ms linear;
    will-change: opacity, max-height;
}

.faq-sec .accordion .accordion-content p { 

    color: #000;
    font-size: 16px;
    padding: 15px;
}/*faq section css end  here*/

.term-and-privacy{
  background-color: #fff;
  padding: 30px 20px;
  box-shadow: 0px 12px 28px -6px rgba(0, 0, 0, .1);
}

.term-and-privacy h1{
  font-weight: 700;
  font-size: 26px;
  color: #fe771f;
  margin-bottom: 15px;
}

.term-and-privacy h2,
.term-and-privacy h3,
.term-and-privacy h4{
font-weight: 700;
font-size: 23px;
color: #212121;
margin-bottom: 10px;
}

.term-and-privacy h5,
.term-and-privacy h6{
font-weight: 700;
font-size: 20px;
color: #212121;
margin-bottom: 10px;
}


.term-and-privacy h1:after {
  display: block;
  content: "";
  height: 1px;
  width: 100%;
  background: #BDC0FF;
  margin: 10px 0;
} 
.term-and-privacy ol li{ 
  padding-left: 5px;
  margin-bottom: 10px;
}
.term-and-privacy ul li{
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
}
.term-and-privacy ul li:before{
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 8px;
  height: 8px;
  background-color: #fe771f;
border-radius: 100%;
}


/*Testimonials css Start Here*/
.block_reviews .col-lg-4.col-md-6 {
  padding-top: 17px;
  padding-bottom: 17px;
}
.block_reviews .reviews_box {
  padding: 30px; 
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  border-image-outset: initial;
  border-image-repeat: initial;
  border-image-source: url(../images/border.svg);
  border-image-slice: 5%;
  border-image-width: 17px;
  border-width: 5px;
  border-style: solid;
  border-color: #ee7163;
  position: relative; 
  height: 100%;
}
.block_reviews .reviews_box::before {
  content: "";
  position: absolute;
  bottom: -2rem;
  right: 15px;
  background-image: url(../images/quote.svg);
  background-size: contain;
  height: 3rem;
  width: 2rem;
  background-repeat: no-repeat;
}
.block_reviews .reviews_box .stars {
  display: flex;
}
.block_reviews .reviews_box .stars img {
  max-height: 1.5rem;
  width: fit-content;
}
.block_reviews .reviews_box .quote {
  margin: 20px 0;
}
.block_reviews .reviews_box .avatar {
  height: 4rem;
  width: 4rem;
}
.block_reviews .reviews_box:hover {
  transform: scale(1.02);
}
.name {
  font-weight: 700;
  margin-bottom: 5px;
  color: #fe771f;
}
.c-customer-review-meta {
  display: flex;
  justify-content: start;
  align-items: center;
}


/*about-top page css start*/
.choose-feature {
    background-color: #f7f7f7;
    padding: 30px 20px;
    text-align: center;
    height: 100%;
}
.choose-feature_icon {
    margin-bottom: 20px;
}
.choose-feature_icon img{
    width: 60px;
    height: 60px;
}
.box-title {
    font-size: 22px;
    font-weight: 800;
}


/*about us image css start here*/
.img-box1 {
    position: relative;
    z-index: 2;
    padding-bottom: 78px;
    margin-right: 30px;
    margin-left: 30px;
}

.img-box1 .img1 {
    display: inline-block;
    position: relative;
    z-index: 2;
  
}

.img-box1 .img1 img {
    width: 100%
}

.img-box1 .img1:before {
    content: '';
    background-color: #f7f7f7; 
    background: linear-gradient(220deg, #FFF -0.94%, #FE771F 101.27%);
    position: absolute;
    bottom: -40px;
    left: -40px;
    height: 100%;
    width: 100%;
    -webkit-animation: jumpAni 7s linear infinite;
    animation: jumpAni 7s linear infinite;
    z-index: -1
}

.img-box1 .img2 {
    position: absolute;
    bottom: 0px;
    right: 0;
    border: 10px solid #e0e0e0;
    z-index: 3
}

.img-box1 .img2 img {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content
}

.img-box1 .ripple-shape {
    --border-color: #ff4917;
    --circle-size: 54px;
    --opacity-original: 1;
    --opacity-animate: 0;
    --duration: 10s;
    position: absolute;
    bottom: calc(54px* -0.5);
    left: calc(54px* -0.5);
    z-index: 3
}
 

.ripple-1,.ripple-2,.ripple-3,.ripple-4,.ripple-5,.ripple-6 {
    --duration: 6s;
    height: 54px;
    width: 54px;
    position: absolute;
    inset: 0;
    background-color: transparent;
    border: 1px solid #ff4917;
    border-radius: 50%;
    -webkit-animation: rippleShape var(--duration) linear infinite;
    animation: rippleShape var(--duration) linear infinite
}

.ripple-1 {
    -webkit-animation-delay: 0;
    animation-delay: 0
}

.ripple-2 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s
}

.ripple-3 {
    -webkit-animation-delay: 2s;
    animation-delay: 2s
}

.ripple-4 {
    -webkit-animation-delay: 3s;
    animation-delay: 3s
}

.ripple-4 {
    -webkit-animation-delay: 4s;
    animation-delay: 4s
}

.ripple-5 {
    -webkit-animation-delay: 5s;
    animation-delay: 5s
}

.ripple-6 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s
}

@-webkit-keyframes rippleShape {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: var(--opacity-original, 0.2)
    }

    100% {
        opacity: var(--opacity-animate, 0);
        -webkit-transform: scale(3);
        transform: scale(3)
    }
}

@keyframes rippleShape {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: var(--opacity-original, 0.2)
    }

    100% {
        opacity: var(--opacity-animate, 0);
        -webkit-transform: scale(3);
        transform: scale(3)
    }
}


.button-cls, .modal .login-form input[type=submit]{
  min-width: 150px;
  margin-top: 10px;
  padding: 15px;
  font-weight: 700;
  font-size: 16px;
  color: #fff;
  text-align: center;
  background-color: #1395E8;
  border: 1px #1395E8 solid;
  opacity: 1;
  cursor: pointer;
  border-radius: 6px;
  display: inline-block;
}

.button-cls:hover{
  background-color: #fe771f;
  color: #fff;
  border-color: #fe771f;
}
.modal .login-form input[type=submit]{
  background-color: #fe771f;
}
.modal .login-form input[type=submit]:hover{
  background-color: #fff;
  color: #000;
}
.box.has-style2 {
  background: #fff;
  /* border: solid 5px #fe771f6e; */
  border:solid 3px #fe771f26;

  transition: 0.25s ease-in-out;
  display: flex;
  flex-direction: column;
  justify-content: center; 
  padding: 40px 30px;
  margin-bottom: 15px;
  margin-top:15px;
  position: relative;
  overflow: hidden;
  cursor: default; 
  border-radius: 10px;
  background: linear-gradient(90deg, #bdc0ff45 -0.94%, #bdc0ff9c 101.27%);
}
.box.has-style2 .box-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  text-align: center;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: #ffffff !important;
  z-index: 0;
  padding: 10px;  
}
.box.has-style2 p:last-child{
  margin-bottom: 0
}
.box.has-style2 .box-title {
  margin-bottom: 20px; 
}
.p-60{
  padding: 60px 0;
}
.team2 .team-box {
    margin: auto;
    margin-top: 15px;
    margin-bottom: 15px;
    text-align: center;
    max-width: 450px;
}
.team2 .team-box .image-area {
  position: relative;
  overflow: hidden;
}
.team2 .team-box .image-area .image {
  border-radius: 7px;
  overflow: hidden;
}
.team2 .team-box .image-area .image img {
  width: 100%;
  border-radius: 4px;
  transition: all 0.4s;
}
.team2 .team-box .image-area .icon-area {
  transition: all 0.3s ease-in-out;
  margin: 0 30px;
  position: absolute;
  width: 81%;
  border-radius: 7px;
  margin-top: -90px;
  padding: 16px;
  transition: all 0.4s;
  transform: scale(0) translateY(60px);
}
.team2 .team-box .image-area .icon-area::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.3);
  -webkit-backdrop-filter: blur(14.1000003815px);
  backdrop-filter: blur(14.1000003815px);
  z-index: 1;
  opacity: 1;
}
.team2 .team-box .image-area .icon-area ul li {
  display: inline-block;
}
.team2 .team-box .image-area .icon-area ul li a {
  display: inline-block;
  position: relative;
  z-index: 9;
  height: 33px;
  width: 33px;
  line-height: 33px;
  color: #0d0e10;
  background-color: #fff;
  border-radius: 50%;
  margin: 0px 5px;
  transition: all 0.4s;
}
.team2 .team-box:hover .image-area .image img {
  transform: scale(1.1) rotate(4deg);
  transition: all 0.4s;
}
.team2 .team-box:hover .icon-area {
  opacity: 1;
  transition: all 0.4s;
  transform: scale(1) translateY(0);
}

.team-box.has_style1 .team-name {
    text-align: center;
    font-size: 16px;
}
.team-names h4 {
  font-size: 21px;
  margin-top: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}

/*woocommerce page css start here*/
.woocommerce-page .woocommerce .woocommerce-form-row input, 
.wc-block-components-text-input input[type=text], 
.wc-block-components-text-input.is-active input[type=email], 
.wc-block-components-text-input input[type=tel], 
.woo-custom-class .wc-blocks-components-select .wc-blocks-components-select__select{
  border-radius: 8px;
  border: 1px solid #DBDCFF !important;
  background: #FFF;
  height: 52px;
  transition: .3s;
  width: 100%;
  color: #6B6B6B !important;
  font-size: 14px !important;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  outline: unset;
  margin-bottom: 0 !important;
} 

.woocommerce-page .woocommerce .woocommerce-form-row input, 
.wc-block-components-text-input input[type=text], 
.wc-block-components-text-input.is-active input[type=email], 
.wc-block-components-text-input input[type=tel]{

  padding: 12px 20px;
}
.wc-block-components-form .wc-block-components-text-input label, 
.wc-block-components-text-input label{

  font-size: 14px !important;
}
.woo-custom-class .wc-blocks-components-select .wc-blocks-components-select__container{
  border:0;
}


.woocommerce-page .woocommerce .woocommerce-form-row input:focus, 
.wc-block-components-text-input input[type=text]:focus, 
.wc-blocks-components-select .wc-blocks-components-select__select:focus, 
.wc-block-components-text-input input[type=tel]:focus { 
    outline: none; 
    border: 2px solid !important;
    border-color: rgb(206 209 255 / 66%) !important;
    box-shadow: unset !important;
}
.wc-block-components-title.wc-block-components-title {
    font-size: 20px;
    color: #1E1E1E;
}
.woocommerce-page .woocommerce h2 {
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 30px;
}

.woocommerce-page .woocommerce label {
  color: #000; 
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 15px;
}
.woocommerce-form-row {
  margin-bottom: 30px;
}


.woocommerce-page .woocommerce button {
  border-radius: 8px;
  background: #1395E8;
  box-shadow: 0px 0px 20px 0px rgba(28, 28, 28, 0.05); 
  display: inline-block;
  padding: 20px 17px;
  color: #FFF;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  transition: .5s;
  line-height: normal; 
  border:0;
}
.woocommerce-page .woocommerce button:hover {
    background-color: #1b2c34; 
}
.woocommerce-page .woocommerce .woocommerce-form-login__submit{
  max-width: 100%;
}
.woocommerce-form__label-for-checkbox {
  display: flex !important;
  align-content: center;
}
.woocommerce-form__label-for-checkbox input{
  margin-right: 10px;
}
.woocommerce-page .woocommerce .woocommerce-form__input-checkbox {
  border-radius: 2px;
  border: 1px solid #DBDCFF !important;
  background: #FFF;
  height: 22px;
  width: 22px;
}

.logged-in .woocommerce {
        display: flex;
    border-radius: 6px;
    background: #fff;
    margin-bottom: 40px;
    overflow: hidden;
}

.woocommerce-account .woo-custom-class .woocommerce-MyAccount-navigation {
    background-color: #1395E8;
    /*padding: 20px;*/
    margin-bottom: 0;
}

.woocommerce-account .woo-custom-class .woocommerce-MyAccount-navigation-link a {
    font-size: 18px !important;
    color: #fff !important;
    display: inline-block;
    text-decoration: none !important;
    width: 100%;
    padding: 13px;
}
.woocommerce-account .woo-custom-class .woocommerce-MyAccount-navigation li {
    margin: 0 !important;
    line-height: normal; 
    line-height: 19px;
    border-top: 1px solid #ffffffb0;
    padding: 0;
} 
header.entry-header.alignwide, header.woocommerce-products-header {
    background: transparent;    
    padding-bottom: 20px;  
    padding-top: 20px;
}
.woocommerce-account .woo-custom-class .woocommerce-MyAccount-content {
    padding: 30px;
    padding-left: 0;
}
.woocommerce-account .woo-custom-class .woocommerce-MyAccount-navigation li.is-active, 
.woocommerce-account .woo-custom-class .woocommerce-MyAccount-navigation li:hover {
    background: #f5bb22;
}
.woocommerce-account .woo-custom-class .woocommerce-MyAccount-navigation li:hover a{
    color: #fff !important;
    text-decoration: none !important;
}

header.entry-header.alignwide h1, header.woocommerce-products-header h1 {
    font-weight: 700;
    font-size: 32px;
    color: #fe771f;
    margin-bottom: 15px;
}

header.entry-header.alignwide h1:after, header.woocommerce-products-header h1:after {
    display: block;
    content: "";
    height: 1px;
    width: 100%;
    background: #BDC0FF;
    margin: 10px 0;
}
nav.woocommerce-breadcrumb {
  margin-bottom: 20px !important;
}

.woo-custom-class .woocommerce-MyAccount-content a.button, 
.woo-custom-class .woocommerce-account table.account-orders-table .button, 
.woocommerce-account table.account-orders-table td.woocommerce-orders-table__cell-order-actions a.button, 
.wishlist-custom .woosw-items .woosw-item a.button {
    padding: 15px 17px !important;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    transition: .5s;
    color: #fff !important;
    line-height: normal;
    border-radius: 16px;
    background: #1395E8;
    margin:0 !important;
    background-color: #1395E8 !important;
}

.woo-custom-class .woocommerce-MyAccount-content a.button:hover, 
.woo-custom-class .woocommerce-account table.account-orders-table .button:hover, 
.woocommerce-account table.account-orders-table td.woocommerce-orders-table__cell-order-actions a.button:hover, 
.wishlist-custom .woosw-items .woosw-item a.button:hover{
    background: #000 !important;
    color: #fff !important; 
    text-decoration: none !important;
}
.woocommerce-account .woo-custom-class .woocommerce-MyAccount-content p {
    font-size: 18px;
}

.woocommerce-account .woo-custom-class .woocommerce-MyAccount-content p a {
    color: #ff780a;
}
.woocommerce-account .woo-custom-class .woocommerce-MyAccount-content p a:hover {
    color: #1395e8;
}
.woocommerce form .form-row label, .woocommerce-page form .form-row label {
    font-size: 16px;
}
.woocommerce-account .woo-custom-class .woocommerce-MyAccount-content p em {
    margin-top: 10px;
    display: inline-block;
    font-size: 16px;
}
.woocommerce-account .woo-custom-class .woocommerce-EditAccountForm fieldset legend {
    font-size: 24px;
    font-weight: 700;
    color: #1395e8;
}
.woo-custom-class .woocommerce-password-strength {
    margin: 10px 0;
}
.woo-custom-class .woosw-list table.woosw-items, 
.wishlist-custom .woosw-list table.woosw-items {
    width: 100%;
}
.woo-custom-class .woosw-list table.woosw-items .woosw-item .woosw-item--image img, 
.wishlist-custom .woosw-list table.woosw-items .woosw-item .woosw-item--image img {
    width: 80px;
    height: 80px;
    border-radius: 8px;
}
.woocommerce-account .woo-custom-class .woocommerce-MyAccount-content .product.woocommerce.add_to_cart_inline, 
.wishlist-custom  .product.woocommerce.add_to_cart_inline{
    justify-content: end;
    background:transparent;
}
td.woosw-item--actions {
    width: 180px;
}
.woocommerce-account .woo-custom-class .woocommerce-MyAccount-content .product.woocommerce.add_to_cart_inline a{
    color: #fff;
}
.woocommerce-account .woo-custom-class .woocommerce-MyAccount-content .woosw-list table.woosw-items tr:hover td, 
.woocommerce-account .woo-custom-class .woocommerce-MyAccount-content .woosw-list table.woosw-items tr td{
  background-color: #fff;
}
.woo-custom-class .woosw-item--name, 
.wishlist-custom .woosw-item--name {
    font-weight: 600;
}
.woo-custom-class .woosw-item--price, 
.wishlist-custom .woosw-item--price  {
    margin: 3px 0;
}
.woo-custom-class .woosw-items .woosw-item:nth-child(odd) td, 
.wishlist-custom .woosw-items .woosw-item:nth-child(odd) td {
    background: #dddddd40 !important;
}
.wishlist-custom .woosw-items .woosw-item:nth-child(even) td{
background-color: #fff;
}
.woo-custom-class .woosw-items .woosw-item td, 
.wishlist-custom .woosw-items .woosw-item td { 
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}
.woo-custom-class .wc-block-components-checkout-step__content .wc-block-components-radio-control-accordion-option--checked-option-highlighted {
    background: #fff;
    border: 0;
    box-shadow: unset;
}

.is-large .wp-block-woocommerce-checkout-order-summary-block {
    background-color: #fff;
}
.wp-block-woocommerce-checkout .wc-block-components-button:not(.is-link){
    background: #1395E8;
    color: #fff;
    border: 0;
    font-size: 17px;
    font-weight: 600;
    transition: .5s;
    }
.wp-block-woocommerce-checkout .wc-block-components-button:not(.is-link):hover{ 
    text-decoration: none !important;
}
button.wc-block-components-panel__button .wc-block-components-order-summary__button-text {
    font-weight: 600 !important;
    font-size: 20px!important;
}
.is-large.wc-block-cart .wc-block-cart__totals-title, 
th.wc-block-cart-items__header-image, 
th.wc-block-cart-items__header-total {
  text-transform: uppercase !important;
  padding: 13px 16px !important;
  font-weight: 700 !important;
  color: #1395e8 !important;
  min-height: 47px;
  border-radius: 2px 2px 0 0 !important;
  text-align: left !important;
  font-size: 16px !important;
  border-bottom: 1px solid #f0f0f0 !important;
}
.wc-block-cart__submit-container {
  text-align: center;
}
.wc-block-components-totals-item__value{
  font-weight: normal !important;
}
.is-large.wc-block-cart a.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained, 
.wc-block-components-sidebar.wc-block-cart__sidebar.wp-block-woocommerce-cart-totals-block a.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained {
  border-radius: 6px;
    border: 0.5px solid #B1B1B1;
    background: #1395E8;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.15);
    color: #FFF;
    text-align: center;
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: normal !important;
    margin-top: 20px;
    width: fit-content;
    padding: 16px 17px;
    transition: .5s;

}
input#wc-block-components-totals-coupon__input-0 {
  width: 100%; 
  transition: .3s;
  color: #6B6B6B; 
  font-size: 14px;
  font-style: normal;
  line-height: normal;
  border-radius: 8px !important;
  background: #FFF;
  box-shadow: 0px 0px 5px 0px rgba(22, 22, 22, 0.10);
  outline: unset;
  border: 1.5px solid;
  border-color: rgb(206 209 255 / 66%);
  font-weight: 400;
}

button.wc-block-components-button.wp-element-button.wc-block-components-totals-coupon__button.contained {
  background: #1395e8;
  border: 0;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
}
.is-large.wc-block-cart a.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained:hover, 
button.wc-block-components-button.wp-element-button.wc-block-components-totals-coupon__button.contained:hover, 
.wp-block-woocommerce-checkout .wc-block-components-button:not(.is-link):hover, 
.wc-block-components-sidebar.wc-block-cart__sidebar.wp-block-woocommerce-cart-totals-block a.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained:hover{
  background-color: #f5bb22;
}
.wc-block-components-formatted-money-amount {
  white-space: nowrap;
}

.wp-block-woocommerce-empty-cart-block {
  margin-bottom: 30px;
}
.wc-block-components-sidebar.wc-block-cart__sidebar.wp-block-woocommerce-cart-totals-block{
  background-color: #fff;
  padding: 20px;
  border: 1px solid hsla(0, 0%, 7%, .11);
  border-radius: 5px;
  height: fit-content;
}
.is-large.wc-block-cart .wc-block-cart-items{
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .2);
    padding: 24px;
    position: relative;
    background: #fff !important;
    padding: 20px !important;
    display: inline-block;
}

.is-large.wc-block-cart .wc-block-components-quantity-selector {
  background-color: #e3e5e7 !important;
}

.is-large.wc-block-cart .wc-block-cart-item__quantity{
display: flex;
align-items: center;
}
.is-large.wc-block-cart input.wc-block-components-quantity-selector__input {
  background: #fff !important;
}
.wc-block-components-formatted-money-amount {
  font-weight: 600;
}
button.wc-block-components-quantity-selector__button {
  font-size: 21px !important;
}
.wc-block-components-product-badge.wc-block-components-sale-badge {
  padding: 4px 6px;
  background: #f5bb22;
  color: #fff;
}


a.wc-block-components-product-name {
  font-size: 18px;
  font-weight: 600;
  color: #0A111E;
}


button.wc-block-cart-item__remove-link {
  display: inline-block !important;
  text-transform: uppercase !important;
  box-shadow: none;
  outline: 0;
  font-size: 14px !important;
  font-weight: 600 !important;
  cursor: pointer;
  margin-left: 25px !important;
  text-decoration: none !important;
}


.wp-block-woocommerce-checkout .wc-block-components-product-name {
    font-size: 16px;
    font-weight: 600;
}
.wc-block-checkout__terms.wc-block-checkout__terms--with-separator {
    padding-top: 20px !important;
    margin-bottom: 20px !important;
}
.wc-block-components-validation-error>p {
    font-size: 14px;
    margin-top: 5px;
}
.woo-custom-class .wc-block-components-form .wc-block-components-checkout-step, 
.woo-custom-class .wc-block-components-form .wc-block-checkout__order-notes.wc-block-components-checkout-step {
    margin-bottom: 30px;
}/*
.theme-twentytwentyone .wc-block-components-checkbox__mark{
  display: inline-block !important;
}*/
.wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]:focus{
  outline: unset !important;
}

.woo-custom-class .wc-block-components-address-card {
    background-color: #fff;
}
.woocommerce-order-received.logged-in .woocommerce {
    padding: 30px;
    margin-bottom: 40px !important;
}
.woocommerce-order-received .woocommerce-order li {
    margin-bottom: 10px;
}

.logged-in .woocommerce th, .logged-in .woocommerce td, 
.wishlist-custom .woosw-items td, .wishlist-custom .woosw-items th  {
    border: 1px solid #ddd !important;
    padding: 15px 20px !important;
}
.woocommerce-account table.account-orders-table th a, .woocommerce-account table.account-orders-table th a {
    margin: 0 !important;
    padding: 0 !important;
  }
  .woo-custom-class .woosw-items .woosw-item td.woosw-item--remove:hover, 
  .wishlist-custom .woosw-items .woosw-item td.woosw-item--remove:hover {
    background-color: #1395e8 !important;
    color: #fff !important;
}
.woosw-items .woosw-item .woosw-item--remove span:hover:before, 
.woosw-items .woosw-item .woosw-item--add span:hover:before{
  color: #fff !important;
}
.xoo-wsc-basket {
    color: #1395e8 !important;
}
.xoo-wsc-items-count {
    background-color: #f5bb22!important;
  }

.xoo-wsc-ft-buttons-cont a.xoo-wsc-ft-btn, .xoo-wsc-container .xoo-wsc-btn {
  background-color: #1395e8 !important;
}
.xoo-wsc-ft-buttons-cont a.xoo-wsc-ft-btn:hover, .xoo-wsc-container .xoo-wsc-btn:hover {
  background-color: #f5bb22!important;
  color: #fff !important;
}
.xoo-wsc-container .xoo-wsc-header {
    color: #1395e8;
}
.xoo-wsc-container span.xoo-wsch-close {
    font-size: 30px;
    right: 20px;
}
.woocommerce-order {
    width: 100%;
}
.woocommerce-order-received table tr {
    height: auto !important;
}
footer.entry-footer.default-max-width {
    display: none;
}
.woocommerce-account table.account-orders-table:not(.has-background) tbody tr:nth-child(2n+1) td{
  filter: unset !important;
}
.woosw-btn-has-icon .woosw-btn-icon {
    margin: 0;
    font-size: 24px;
    margin-bottom: 10px;
    }

/*popup form css start here*/
/* .term-and-privacy form{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
} */
 
/* .term-and-privacy .group:first-child, 
.term-and-privacy .group:nth-child(2), 
.term-and-privacy .group:nth-child(3)  {
  max-width: calc(50% - 10px);
  width: 100%; 
}   */
 .term-and-privacy .group{
  margin-bottom: 20px;
 }
 
 /* .term-and-privacy .group:nth-child(4) {
  max-width: calc(50% - 10px);
  margin-right: 21px;
  width: 100%;
} */
.page-id-298 .term-and-privacy {
  max-width: 1000px;
  margin: auto;
}
.hr{
  width: 100%;
}
form.wpf_form.wpf_form_sidebar.wpf_submit_on_change.wpf_form_ajax {
  position: sticky;
  top: 70px;
}
.term-and-privacy input, 
.term-and-privacy textarea  {
    width: 100%;
    display: inline-block; 
    transition: .3s;
    color: #6B6B6B; 
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border-radius: 8px !important;
    background: #FFF;
    box-shadow: 0px 0px 5px 0px rgba(22, 22, 22, 0.10);
    padding: 12px 20px;
    height: 48px;
    outline: unset;
    border: 1.5px solid;
    border-color: rgb(206 209 255 / 66%);
    }

    .term-and-privacy textarea{
  height: auto;
}
.modal-dialog{
    max-width: 700px;
        top: 70px;
}
.term-and-privacy label{
    font-size: 16px;
  color: #000; 
  font-weight: 600;
  margin-bottom: 10px;
  display: block; 
} 

.wpf_items_wrapper .wpf_item ul li {
    display: block !important;
    margin-right: 1em;
}
.wpf_item_count {
  background: #1395e8 !important;
  color: #fff !important;
  width: 21px;
  height: 20px;
  text-align: center !important;
  padding: 0px !important;
  text-align: center;
  line-height: 20px !important;
}



/*products details css start here*/
.wcgs-woocommerce-product-gallery .wcgs-carousel {
  width: 100%;
  position: relative;
  border-radius: 12px;
  border: 0.6px solid #B1B1B1;
  background: #FFF;
  background-color: #fff;
  margin: 2px;
  color: #fff;
  text-align: center;
  height: 460px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  overflow: hidden;
}
.wcgs-woocommerce-product-gallery .swiper-wrapper {
  height: 100% !important;
}
.wcgs-woocommerce-product-gallery div#swiper-wrapper-364a44101108e410c105 {
  height: 420px !important;
}
.wcgs-woocommerce-product-gallery .swiper-autoheight .swiper-slide, 
.wcgs-woocommerce-product-gallery .wcgs-carousel .wcgs-slider-image{
  height: 100% !important;    
  width: 100% !important;
}
.wcgs-woocommerce-product-gallery .wcgs-slider-image img{
  width: fit-content !important;
  object-fit: contain;
  height: auto !important;
  width: auto !important;
  max-height: 100% !important;
}
.wcgs-woocommerce-product-gallery .wcgs-carousel .wcgs-slider-image{
  display: flex;
  align-items: center;
  justify-content: center;
}
.gallery-navigation-carousel .wcgs-thumb {
  height: 100px;
  width: 100px !important;
  line-height: 80px;
  padding: 10px;
  margin: 6px 0;
  color: #fff;
  border-radius: 3px;
  text-align: center;
  cursor: pointer;
  border-radius: 6px;
  border: 0.5px solid #B1B1B1;
  background: #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
}
.gallery-navigation-carousel .wcgs-thumb img{
  border: 0 !important;
  height: 100% !important;
  object-fit: contain;
}
div#wpgs-gallery {
  padding-right: 2px;
}
.woocommerce-Tabs-panel {
  padding: 20px !important;
  box-shadow: 0px 12px 28px -6px rgba(0, 0, 0, .1);
  border-bottom: 1px solid #dee2e6 !important;
  background-color: #fff;
}
.woocommerce-tabs .tabs a {
  color: #fff !important;
  text-decoration: none;
  text-transform: uppercase;
  padding: 15px 30px;
  box-shadow: none;
  display: inline-block;
  font-weight: 700;
  border-radius: 0;
  border: 0;
  margin: 0;
}

.woocommerce-tabs .tabs{
  margin-bottom: 0;
}
.woocommerce-tabs .tabs li {
  margin: 0;
  background: #1395E8;
  display: inline-block;
  border-right: 2px solid #fff;
}
.woocommerce-tabs .tabs li.active {
  background: #f5bb22;
}
.comment-form label {
  font-weight: 600;
  margin-bottom: 10px !important;
  font-size: 16px;
  margin-left: 0 !important;
  display: block;
  line-height: 19px;
}

.comment-form input#author,  
.comment-form input#email, 
.comment-form textarea#comment{
  width: 100%;
  display: inline;
  transition: .3s;
  color: #6B6B6B;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border-radius: 8px !important;
  background: #FFF;
  box-shadow: 0px 0px 5px 0px rgba(22, 22, 22, 0.10);
  padding: 12px 20px;
  height: auto;
  outline: unset;
  border: 1.5px solid;
  border-color: rgb(206 209 255 / 66%);
  max-width: 450px;
  display: block;
  margin-bottom: 20px;
}

.comment-form input#author,  
.comment-form input#email{
  height: 48px;
}

p.comment-form-cookies-consent {
  display: flex;
}
p.comment-form-cookies-consent label{
  margin-bottom: 0!important;
  margin-left: 7px !important;
}
p.form-submit input#submit {
  float: inherit !important;
  width: 100%;
  max-width: 150px;
  height: 52px;
  margin-top: 20px;
  font-weight: 700;
  font-size: 16px;
  color: #fff;
  text-align: center;
  background-color: #1395E8;
  border: 1px #1395E8 solid;
  opacity: 1;
  cursor: pointer;
  border-radius: 6px;
}
p.form-submit input#submit:hover{
  background: #f5bb22;
}
h2.woocommerce-Reviews-title, 
.woocommerce-tabs #tab-description h2 {
  font-size: 24px !important;
  margin-bottom: 20px;
}
.woocommerce-Reviews img {
  float: inherit !important;
  border-radius: 100% !important;
  margin-right: 10px !important;
}
.comment_container {
  display: flex;
  border-bottom: 1px solid #b1b1b199;
  margin-bottom: 30px;
  padding-bottom: 20px;
}

.woocommerce-Reviews .star-rating{

  margin-top: 0 !important;
}

.woocommerce-Reviews span#reply-title {
  margin-bottom: 10px;
  font-size: 20px;
}
.summary.entry-summary .star-rating span {
  float: inherit !important;
}
.summary.entry-summary .woocommerce-review-link {
  font-size: 16px;
  display: block;
  color: #1395e8;
}
.summary.entry-summary .star-rating {
  float: inherit !important;
  margin-bottom: 20px !important;
}
.single-product .woocommerce-product-rating {
  margin-bottom: 25px !important;
}
.single-product .summary p.price {
  margin-bottom: 20px;
}
.comment-form p.stars a {
  color: #f5bb22;
  font-size: 17px;
}
.ajax_add_to_cart.add_to_cart_button.product-btn {
  font-size: 13px;
  padding: 20px 14px;
}
a.ajax_add_to_cart.add_to_cart_button.product-btn {
  font-size: 13px;
  padding: 15px 14px;
}
.smart-search-popup.has-viewall-button {
  padding: 10px;
}
.autocomplete-suggestion a {
  padding: 0 !important;
}
.autocomplete-suggestion a:hover{
  background-color: transparent;
}
.smart-search-post-sku {
  float: inherit !important;
  padding: 5px 10px;
  background: #1395E8;
  color: #fff;
  width: fit-content;
  border-radius: 8px;
}
a.smart-search-view-all {
  border-radius: 8px;
  background: #1395E8 !important;
  box-shadow: 0px 0px 20px 0px rgba(28, 28, 28, 0.05); 
  display: inline-block;
  padding: 20px 17px;
  color: #FFF;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  transition: .5s;
  line-height: normal !important; 
  border: 0;
  height: auto !important;
  font-size: 17px;
  text-transform: uppercase;
}
a.smart-search-view-all:hover{
  color: #fff;
  background-color: #f5bb22 !important;
}
/* .smart-search-popup .autocomplete-suggestion a {
  display: inline-block !important;
} */

.smart-search-popup .autocomplete-suggestion a .smart-search-post {
  display: flex;
} 

.smart-search-popup .autocomplete-suggestion .smart-search-post-icon{
  float: inherit;
  margin-bottom: 0 !important;
}
.smart-search-popup .smart-search-post-title {
  font-size: 16px;
  margin-bottom: 11px;
}
.smart-search-results .smart-search-suggestions .autocomplete-suggestion.autocomplete-selected{
  opacity: inherit !important;
}
.smart-search-post-title strong {
  font-weight: 500;
}
.woocommerce-Tabs-panel th, .woocommerce-Tabs-panel td {
  padding: 10px;
}

.single-product  form.cart.grouped_form input[type=number]{
  width: 80px !important;
  height: 50px !important;
}

.single-product  form.cart.grouped_form .quantity{
  margin-right: 0 !important;
}

form.cart.grouped_form td {
  border: 1px solid #ddd;
  padding: 10px 15px;
  background: #fff;
}
.single-product form.cart.grouped_form table {
  margin-bottom: 20px !important;
}


table.variations th.label{
  display: block;
    width: 100% !important;
}

table.variations th.label label{
  padding: 0 !important;
  font-size: 17px;
}
table.variations select {
  border-radius: 6px;
  border: 0.5px solid #B1B1B1;
  background: #FFF;
  padding: 12px 8px;
  outline: none; 
  color: #222;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-top: 5px;
  cursor: pointer;
}
 
table.variations tr{
  margin-bottom: 20px;
  display: block;
} 
table.variations tr:first-child{
  margin-top: 0;
}
.single-product .woocommerce-variation-price {
  margin: 10px !important;
}

.single-product .woocommerce-variation-price span.woocommerce-Price-amount.amount{

  font-size: 30px !important;
}
.page-id-207 section.products-sec {
  background: #f4f4f6 !important;
}
.star-rating::before, .star-rating::before{
  
  color: #000 !important;
}
.hot-deals-box .review i, .star-rating span::before{
  color: #fff !important;
}
p.product.woocommerce.add_to_cart_inline {
    min-width: 90px;
}

#tab-description h2{
	    margin-bottom: 10px !important;
}

#tab-description ul{
	display: inline-grid;
    line-height: 31px;
	list-style-type: disc;
}

.woocommerce-variation-price span.woocommerce-Price-amount.amount {
    display: block;
}