/*!
Theme Name: SunGod Peptides
Theme URI: https://them.es/starter
Author: Logic Web Media
Author URI: https://them.es/
Description: 
Version: 2.4.2
Requires at least: 5.0
Tested up to: 5.6
Requires PHP: 7.2
License: GPL version 2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0
Tags: custom-background, custom-colors, featured-images, flexible-header, microformats, post-formats, rtl-language-support, theme-options, translation-ready, accessibility-ready
Text Domain: quality-review-services
*/

/* Don't overwrite this file. Compile "/assets/main.(less|scss)" to "/assets/css/main.css" */


/******* Global **********/
body{font-family: "Inter", sans-serif;font-weight: 400;color:#222222;font-size:16px !important;line-height: 1.6; letter-spacing: -0.5px;}
.font1 {
  font-family: "Inter", sans-serif;
}

h1,h2,h3,h4,h5,h6{font-family: "Inter", sans-serif; color:#222222;line-height: 1.1 !important; font-weight: 600;
	/* color: #2c2832; */
}
body h1 {
	font-size: 54px;
}
body h2{font-size: 46px;}
body h3{font-size: 36px;}
body h4{font-size: 23px;}
body h5 {font-size: 22px;}
body h6 {font-size: 20px;}
body h2 span, body h3 span {

}

span.highlight{
	color: #F4AA00;
background-image: linear-gradient(to top, #F2F3F5, #F2F3F5 100%, #F2F3F5);
background-repeat: no-repeat;
background-position: 0px 32px;
background-size: 100% 43%;
padding: 0px 5px;
}

body a {
  color: #000;
  transition: .2s all ease-in-out;
}
body a:hover{color:#000;}

p a {
  color: #10214b;
  transition: .2s all ease-in-out;
}
p a:hover{color:#c0a252; text-decoration: none;}

.upper{text-transform: uppercase;}
.blue{color:#2F2F2F;}
.dark-blue{color:#2F2F2F;}
.white{color:#fff;}
.fw-700{font-weight: 700;}
.orange{color:#666;}
.gold{color:#c0a252;}
.btn {
display: inline-block;
text-align: center;
vertical-align: middle;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
padding: 13px 40px;
border-radius: 10px;
border-width: 1px;
border-style: solid;
text-transform: uppercase;
letter-spacing: .5px;
}
#banner .btn.btn-transparent, .btn.btn-transparent.bordered {
  background-color: rgba(255, 255, 255, 0.4);
  border-color: #fff;
  color: #fff;
}
#banner .btn.btn-transparent:hover, .btn.btn-transparent.bordered:hover {
  background-color: #2F2F2F;
  border-color: #2F2F2F;
  color: #fff;
}
.btn.btn-transparent {
  background-color: transparent;
  border-color: #c0a252;
  color: #c0a252;
}
.btn.btn-transparent:hover {
  background-color: #c0a252;
  border-color: #c0a252;
  color: #fff;
}
.btn.btn-transparent.btn-light {
	border-color: #fff;
}
.btn.btn-transparent.btn-light:hover {
	border-color: #0077ef;
}

.btn-info, .btn-default{color: #fff;
background-color: #c4a15a;
border-radius: 10px;
border-color: #c4a15a;
-webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;}
.btn-info.focus,.btn-info:focus,.btn-info:hover, .btn-default.focus,.btn-default:focus,.btn-default:hover,.btn-info:active,.btn-default:active,.btn-info:checked,.btn-default:checked{color:#fff; background-color: #2F2F2F !important; border-color:  #2F2F2F !important; box-shadow: none !important; text-decoration: none;}


.btn-blue, .btn-blue:hover,.btn-blue:focus,.btn-blue:active,.btn-blue:checked{color: #fff;
background-color:transparent;
border-color: #fff;
	border-radius: 0px;
-webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;text-decoration: none;}
.btn.btn-info.btn-black {
  background-color: #22282B;
  border-color: #22282B;
}
.btn.btn-info.btn-black:hover {
  background-color: #00195d;
  border-color: #00195d;
}
.btn.btn-info.btn-white {
    background-color: #fff;
    color: #c0a252;
}
.btn.btn-info.btn-white:hover {
    background-color: #2F2F2F !important;
    color: #fff;
}
.btn.btn-link {
	padding: 0;
	border: none;
	color: #2F2F2F;
	font-size: 16px;
  text-transform: none;
  text-decoration: underline;
}
.btn.btn-link:hover {
  color: #c0a252;
}

h2.title-detail, h3.title-detail, h4.title-detail{
	color: #fff;
text-transform: uppercase;
font-weight: 600;
letter-spacing: 2px;
margin: 0;
}


input:focus, textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: #eee;
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */

  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0), 0 0 8px rgba(82,168,236,0);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0), 0 0 8px rgba(82,168,236,0);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0), 0 0 8px rgba(82,168,236,0);
}

.large-padding{
	padding-top:150px;
	padding-bottom: 150px;
}
.pad-100{
	padding-top:100px;
	padding-bottom: 100px;
}
.pad-tp-100 {
	padding-top: 100px;
  }
  .pad-btm-100 {
	padding-bottom: 100px;
  }
  .pad-80{
	padding-top:80px;
	padding-bottom: 80px;
}
.pad-tp-80 {
	padding-top: 80px;
  }
  .pad-btm-80 {
	padding-bottom: 80px;
  }
.pad-70{
	padding-top:70px;
	padding-bottom: 70px;
}
.pad-50{
	padding-top:50px;
	padding-bottom: 50px;
}
.pad-25{
	padding-top:25px;
	padding-bottom: 25px;
}
.w-85 {
width: 85%!important;
}

.font-14{font-size: 14px;}

.divider{
	width: 100px;
height: 3px;
background-color: #ecf2fe;
display: table;
margin: 20px auto;
}

.divider.div-left{
margin: 20px 0px;
}

.topText{
	color: #038018;
text-transform: uppercase;
letter-spacing: 2px;
font-size: 20px;
}
.topText+h1, .topText+h2, .topText+h3{
margin-top: 5px;
}

.fw-400{
	font-weight: 400 !important;
}

ul.bullList li{
position: relative;
padding: 5px 0 5px 22px;
	}
		ul.bullList li::before{
color: #0077ef;
vertical-align: middle;
top: 7px;
position: absolute;
left: 0;
content: "\f324";
display: inline-block;
font-family: "Font Awesome 6 Pro";
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-size: 14px;
	}

.pri-clr {
	color: #10214b;
}
.sec-clr {
  color: #c0a252;
}
.pink-clr {
  color: #10214b;
}
.clr-green {
  color: #00b000;
}
.gray-bg {
background-color: #F6F6F6;
}
.grey-bg {
background-color: #DFDFDF;
}
.pri-bg {
	background-color: #2F2F2F;
}
.pri-light-bg {
	background-color: rgba(77, 92, 96,.5);
}
.dark-grey-bg {
	background-color: #191919;
}
.light-blue-bg {
	background-color: #e5e7eb;
}
.light-pink-bg {
  background-color: #f2eadb;
}
.blue-bg {
	background-color: #2F2F2F;
}
.light-gradient-bg {
	background: linear-gradient(to right, #4e5c8029, #c17c9133);
}

.gold-bg{background-color:#c0a252;}
.container {
  max-width: 1400px !important;
}
.rounded-1 {
	border-radius: 5px;
}
.rounded-2 {
	border-radius: 12px;
}
.rounded-3 {
	border-radius: 20px;
}
.big {
  font-size: 22px;
}


/******* Header **********/

nav#header {
box-shadow: none;
width: 100%;
background-color: #fff;
padding: 20px 15px;
}

.flexia-sticky-navbar nav#header{
-webkit-box-shadow: 1px 1px 20px 1px rgba(0,0,0,.3);
box-shadow: 1px 1px 20px 1px rgba(0,0,0,.3);
}


@media only screen and (min-width: 1201px) {
.dropdown:hover>.dropdown-menu {
  display: block;
}    
}

.navbar-nav{font-size: 17px;}

nav#header.navbar-expand-xl .navbar-nav .nav-link{
padding: 1rem 1.25rem;
}

.navbar-expand-xl .navbar-nav .nav-link:hover, .navbar-expand-xl .navbar-nav .nav-link:active {
color: #c0a252;
}

.dropdown-item.active, .dropdown-item:active {
color: #16181b !important;text-decoration: none;background-color:#f8f9fa!important;
}



nav{background-color: transparent;}

.nav-link {
    font-size: 16px;
}
.nav-link:hover {
color: #c0a252;
}

nav#header #navbar .nav-link.btn.btn-info {
padding: .8rem 1.2rem;
  text-transform: uppercase;
	color: #fff;
	font-size: 14px;
}
nav#header #navbar .nav-link.btn.btn-info i {
  margin-right: 15px;
}
nav#header #navbar .nav-link.btn.btn-transparent {
padding: .8rem 1.2rem;
  border-color: #c0a252;
  color: #c0a252;
	text-transform: none;
	font-size: 14px;
}
nav#header #navbar .nav-link.btn.btn-transparent:hover {
  background-color: #c0a252;
  color: #fff;
}
nav#header .navbar-brand {
	padding-top: 0;
	padding-bottom: 0;
}

.navbar-brand img {
width: 180px;
height: auto !important;
}


.dropdown-menu {
padding: 0px;
margin: 0px;
color: #101F2F;
border: none;
border-radius: 0px;
}
.dropdown-item {
display: block;
width: 100%;
padding: .75rem 1.5rem;
clear: both;
font-weight: 400;
color: #101F2F;
text-align: inherit;
white-space: nowrap;
background-color: transparent;
border: 0;
border-bottom: 1px solid #eee;
	font-size: 15px;
}
.services .dropdown-menu {
    min-width: 80rem !important;
    padding-bottom: 15px;
    left: -600px;
}
.services .dropdown-menu h5 a:hover {
  text-decoration: none;
}
.services .dropdown-menu .dropdown-item {

}

.flexia-navbar.flexia-sticky-navbar {
	position: sticky;
	top: 0;
	left: 0;
	right: 0;
	z-index: 999;
	-webkit-animation-duration: .5s;
	animation-duration: .5s;
	-webkit-animation-name: slideInDown;
	animation-name: slideInDown;
}
.flexia-navbar.flexia-sticky-navbar #header { 
	-webkit-animation-duration: .5s;
	animation-duration: .5s;
	-webkit-animation-name: slideInDown;
	animation-name: slideInDown;
}
.flexia-navbar {
z-index: 999999;
/*box-shadow: 0 .15em .35em 0 rgba(0,0,0,.135);*/
transition: all .3s ease-in-out;
transform: translate3d(0,0,0);
background-color: #f0f6fa;
position: relative;
width: 100%;
}
.slideInDown{
    -webkit-animation-name:slideInDown;
    animation-name:slideInDown
}
@keyframes slideInDown{
    from{
        transform:translate3d(0,-100%,0);
        visibility:visible
    }
    to{
        transform:translate3d(0,0,0)
    }
}
@-webkit-keyframes slideInDown{
    from{
        transform:translate3d(0,-100%,0);
        visibility:visible
    }
    to{
        transform:translate3d(0,0,0)
    }
}
.top-bar {
	background-color: #2F2F2F;
	padding: 10px 0;
	font-size: 14px;
letter-spacing: 1px;
}
.top-bar ul li a, .top-bar ul li i {
	color: #fff;
}
.top-bar ul li {
	padding-left: 30px;
	margin-left: 30px;
	border-left: 1px solid #fff;
}
.top-bar ul li:first-child {
	padding-left: 0;
	margin-left: 0;
	border-left: none;
}
.top-bar ul li.social {
	display: flex;
	gap: 15px;
}
.top-bar ul li.social i.fa-brands {
	font-size: 20px;
}

.head-right-wrap ul li i {
  font-size: 20px;
	transition: .2s all ease-in-out;
}
.head-right-wrap ul li a:hover i {
	color: #c0a252;
}

/******* Carousel **********/

.carousel-caption h2{font-size: 60px;color: #10214b;}
.carousel-caption p{font-size: 20px;
margin: 18px 0px 30px 0;}

.carousel-caption{position:absolute;right:0;left:0;top:28%;z-index:10;padding-top:20px;padding-bottom:20px;text-align:center}
.carousel-fade .carousel-item {
  display: flex;
  align-items: center;
  justify-content: center;
}

.carousel .carousel-indicators li {
  background-color: #10214b;
}


/******* HOME  **********/

.featWrap .icon {
  width: 100px;
  height: 100px;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.featWrap .icon img {
  width: 55px;
}
.woocommerce ul.products li.product {
  border: 1px solid #e8e8e8;
  border-radius: 10px;
  text-align: center;
}
.woocommerce ul.products li.product a img {
  border-radius: 10px 10px 0px 0px;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
  font-size: 20px;
	min-height: 66px;
}
.woocommerce ul.products li.product .price .woocommerce-Price-amount.amount {
  color: #c4a15a;
  font-size: 18px;
  font-weight: 600;
}
.woocommerce ul.products li.product .button {
  color: #fff;
  background-color: #c4a15a;
  border-radius: 8px;
  padding: 15px 30px;
  text-transform: uppercase;
  font-weight: normal;
  width: 90%;
  margin-top: 5px;
  margin-bottom: 20px;
  transition: .2s all ease-in-out;
}
.woocommerce ul.products li.product .button:hover {
  background-color: #2F2F2F;
}

.woocommerce-info{border-top-color: #10214b;}

.woocommerce-info::before{color: #10214b;}

.woocommerce-error, .woocommerce-info, .woocommerce-message{border-top: 3px solid #c4a15a;}


.woocommerce-terms-and-conditions-wrapper{float: none;
width: 100%;font-size: 12px;}


.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt {
  color: #fff;
  background-color: #c4a15a;
  border-radius: 8px;
  padding: 15px 30px;
  text-transform: uppercase;
  font-weight: normal;
  width: auto;
  margin-top: 5px;
  margin-bottom: 20px;
  transition: .2s all ease-in-out;
}

.gradient-bg {
      background: linear-gradient(to right, #10214b, #10214b);
    }
    .gradient-check {
      background: linear-gradient(to bottom right, #34d399, #10b981);
      box-shadow: 0 0.5rem 1rem rgba(110, 231, 183, 0.3);
	  color: #fff;
  font-size: 30px;
  border-radius: 8px;
  width: 45px;
  height: 45px;
    }
    .gradient-cross {
      background: linear-gradient(to bottom right, #f87171, #ef4444);
      box-shadow: 0 0.5rem 1rem rgba(248, 113, 113, 0.3);
	  color: #fff;
  font-size: 26px;
  border-radius: 8px;
  width: 45px;
  height: 45px;
    }
    .icon-box {
      width: 3rem; height: 3rem;
      background: #ebe1e6;
      display: flex; align-items: center; justify-content: center;
      border-radius: 8px;
      font-size: 26px;
    }

.item-head {
  background-color: rgba(255, 255, 255, 0.2);
  width: 147px;
  height: 53px;
  margin: 0 auto;
  align-items: center;
  display: flex;
  justify-content: center;
}
.item-head .icon-box {
  background: rgba(255, 255, 255, 0.2);
  width: 30px;
  height: 30px;
}

.why-icon-box {
	width: 50px;
	height: 50px;
	background: #ebe1e6;
	display: flex; 
	align-items: center; 
	justify-content: center;
	border-radius: 8px;
	font-size: 30px;
	margin: 0 auto;
}
.iconBox {
  transition: .3s all ease-in-out;
}
.iconBox:hover {
  box-shadow: 0 1rem 3rem rgba(0,0,0,.175);
}

.faqs-section .accordion .card-header .text-left.collapsed .fas.fa-chevron-down {
  transform: rotate(-180deg);
}
.faqs-section .accordion .card-header .text-left .fas.fa-chevron-down {
  transition: all .3s linear;
}
.accordion .card .card-header {
  padding: 0;
}
.accordion .card .card-header .text-left {
  cursor: pointer;
}
.accordion .card {
  border-radius: 12px !important;
}

.accordion .card-header h6{font-size: 16px;}

.head-right-wrap ul li i#search-icon {
  cursor: pointer;
}
.head-right-wrap ul li i#search-icon:hover {
  color: #c0a252;
}
#search-box {
  position: absolute;
  top: -100%;
  left: 0;
  width: 100%;
  background: #c4a15ae3;
  padding: 25px 20px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  z-index: 9999;
  right: 0;
	display: none;
	transition: top 0.5s ease-in-out;
}
#search-box .woocommerce-product-search {
  width: 800px;
  margin: 0 auto;
	display: flex;
  gap: 10px;
}
.search-field {
  width: 100%;
  padding: 15px;
  border: 1px solid #ccc;
  border-radius: 10px;
  font-size: 16px;
}

.search-submit {
  background: #11233d;
  color: white;
  padding: 8px 15px;
  border-radius: 10px;
  border: none;
  font-size: 16px;
}
#search-suggestions {
  display: none;
  position: absolute;
  top: 80px;
  left: 0;
	right: 0;
  width: 800px;
  background: #fff;
  border: 1px solid #ddd;
  list-style: none;
  padding: 0;
  margin: 0 auto;
}
#search-suggestions li {
    padding: 8px;
    cursor: pointer;
}

#search-suggestions li:hover {
    background-color: #f2f2f2;
}
.close-search {
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 20px;
  cursor: pointer;
  color: #fff;
  font-weight: 700;
}
.close-search:hover {
    color: #11233d;
}


/******* SUB PAGES  **********/

.header-img {
  position: absolute;
  height: 259px;
  object-fit: cover;
  object-position: center;
  top: 0;
}
.wpcf7-form-control.wpcf7-text {
  width: 100%;
  background-color: #fff;
  border: 1px solid #C6C6C6;
  padding: 12px 20px;
  border-radius: 10px;
  height: 51px;
  margin-bottom: 20px;
}
.wpcf7-form .wpcf7-form-control.wpcf7-textarea {
  width: 100%;
  background-color: #fff;
  border: 1px solid #C6C6C6;
  padding: 20px;
  height: 120px;
  border-radius: 10px;
  margin-bottom: 20px;
}
.wpcf7-form-control.wpcf7-submit {
  background-color: #c4a15a;
  border-radius: 8px;
  border: 1px solid #c4a15a;
  color: #fff;
  padding: .9rem 2em;
  font-size: 1rem;
  line-height: 1.5;
  transition: .3s all ease-in-out;
}
.wpcf7-form-control.wpcf7-submit:hover {
  background-color: #2F2F2F;
  border-color: #2F2F2F;
}
.conWrap .icon-box {
  background: linear-gradient(to right, #4e5c8029, #c17c9133);
}
.con-col {
  top: 140px;
  height: 100%;
}
.conWrap a:hover {
  text-decoration: none;
  color: #10214b;
}
.woocommerce .woocommerce-ordering select {
  vertical-align: top;
  background-color: transparent;
  border: 1px solid #e1e1e1;
  padding: 10px 15px;
  border-radius: 7px;
  margin-top: -10px;
}
.woocommerce .woocommerce-ordering {
  margin: 0 0 30px;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title .count {
  display: none;
}
.woocommerce ul.products li.product-category a img {
  margin-bottom: 10px;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title {
  font-size: 20px;
  padding-bottom: 20px;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title::after {
  content: "\f061";
  font-family: "Font Awesome 6 Pro";
  font-weight: 300;
  font-size: 16px;
  margin-left: 5px;
}

.single.single-product .entry-content {
    margin: 0;
}
.product-top {
    float: left;
    width: 100%;
}
.woocommerce div.product div.images.woocommerce-product-gallery {
    position: sticky;
    top: 130px;
}
.woocommerce div.product div.summary {
    
}
.single.single-product h1.product_title {
	font-size: 35px;
	line-height: 1;
	border-bottom: 1px solid #e1e1e1;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.single.single-product div.product p.price {
	color: #c4a15a;
	font-size: 1.5rem;
  font-weight: 600;
}
.woocommerce div.product form.cart .variations select {
    padding: 4px 15px;
    border-radius: 10px;
    margin-bottom: 10px;
    border: 1px solid #bbb;
}
.single.single-product nav#header {
    background-color: #f7f7f7;
}
.single.single-product .product_meta {
	display: none;
}
.single.single-product .single_add_to_cart_button.button {
	color: #fff;
	background-color: #c4a15a;
	border-radius: 10px;
	border-color: #c4a15a;
	text-align: center;
	padding: 18px 40px;
  margin: 0;
}
.single.single-product .single_add_to_cart_button.button:hover {
	background-color: #2F2F2F;
  border-radius: 10px;
	border-color: #2F2F2F;
	padding: 18px 40px;
  margin: 0;
}
.woocommerce .quantity .qty {
	height: 52px;
	border-radius: 5px;
	border: 1px solid #c8c8c8;
}
.woocommerce div.product form.cart div.quantity {
	margin: 0 15px 0 0;
}
.woocommerce div.product form.cart {
	margin-bottom: 2em;
	margin-top: 20px;
}
.woocommerce div.product form.cart .single_variation_wrap {
  border-top: 1px solid #e1e1e1;
  padding-top: 30px;
  margin-top: 30px;
}
.woocommerce-tabs h2 {
    font-size: 26px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border: 1px solid #10214b;
    background-color: #10214b;
    color: #fff;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    color: #fff;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
    color: #fff;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a:hover {
    color: #000;
}
.related.products h2 {
    font-size: 40px;
    margin-bottom: 30px;
}
.woocommerce .related.products ul.products li.product {
  border: 1px solid #c6c6c6;
  background-color: #fff;
}
.woocommerce-message {
	
}
.woocommerce-message::before {
	color: #10214b;
}
.woocommerce-message:focus-visible {
  outline: none;
}
.woocommerce .woocommerce-message .button {
	color: #fff;
	background-color: #c4a15a;
	border-radius: 8px;
	border-color: #c4a15a;
	text-align: center;
  font-weight: normal;
}
.woocommerce .woocommerce-message .button:hover {
	background-color: #2F2F2F;
	color: #fff;
}
.woocommerce-notices-wrapper {
	max-width: 1370px;
	margin: 0 auto;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message {
	margin: 1em 0 1em;
}
.product-benefits .left-content, .product-benefits .right-content {
  background-color: #fff;
  border-radius: 10px;
  padding: 40px;
  height: 100%;
}
.product-benefits .left-content h4:first-child, .product-benefits .right-content h4:first-child {
  margin-top: 0;
}
.product-benefits .left-content p:last-child, .product-benefits .right-content p:last-child {
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 0;
}
.product-benefits .left-content p, .product-benefits .right-content p {
  border-bottom: 1px solid #dee2e6;
  padding-bottom: 20px;
  margin-bottom: 0;
  padding-left: 62px;
}
.product-benefits .left-content h4, .product-benefits .right-content h4 {
  margin-top: 20px;
  position: relative;
  padding-left: 62px;
}
.product-benefits .left-content h4::before, .product-benefits .right-content h4::before {
  content: "\f14a";
  font-family: "Font Awesome 6 Pro";
  width: 3rem;
  height: 3rem;
  background: #ebe1e6;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  font-size: 26px;
  position: absolute;
  left: 0;
  color: #c4a15a;
}
.woocommerce div.product div.images img {
  border-radius: 15px;
}
.woocommerce div.product div.images .flex-control-thumbs {
  margin-top: 10px;
}
.woocommerce div.product div.images .flex-control-thumbs {
  gap: 10px;
  display: flex;
}
.woocommerce ul.products li.product.product-category {
  margin-bottom: 40px;
}
.woocommerce div.product form.cart .reset_variations {
  display: none !important;
}
.woocommerce div.product form.cart .variations td.value {
  width: 100%;
}
.variation-swatch {
  display: inline-block;
  padding: 6px 20px;
  background-color: #ddd;
  color: #333;
  border-radius: 10px;
  margin-left: 10px;
  margin-right: 10px;
  cursor: pointer;
  border: none;
  text-align: center;
  margin-top: -3px;
}
.variation-swatch.selected {
  background-color: #c4a15a;
  color: #fff;
}
.variation-swatch:hover {
  background-color: #10214b;
}
.woocommerce .single_variation_wrap .woocommerce-variation-add-to-cart {
  display: block;
}
.pickup-section i {
  color: #00b000;
}

.side-panel {
    position: fixed;
    top: 0;
    right: -380px;
    width: 380px;
    height: 100%;
    background-color: #fff;
    box-shadow: -2px 0 5px rgba(0, 0, 0, 0.3);
    z-index: 999999;
    transition: right 0.3s ease-in-out;
    padding: 20px;
}
.side-panel .side-panel-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.close-btn {
    align-self: flex-end;
    background: none;
    border: none;
    font-size: 30px;
    cursor: pointer;
}
.side-panel.open {
    right: 0;
}

.wc-block-components-sidebar-layout .wc-block-components-main {
  border: 1px solid #e1e1e1;
  padding: 30px;
  border-radius: 10px 0px 0px 10px;
}
.wc-block-components-sidebar {
  background-color: #F6F6F6;
  padding: 30px;
  border-radius: 0px 10px 10px 0px;
  border: 1px solid #e1e1e1;
  border-left: none;
}
.wc-block-cart__submit-button {
  background-color: #c4a15a;
  border-radius: 10px;
  color: #fff;
  text-decoration: none;
  min-height: 52px !important;
  transition: .2s all ease-in-out !important;
}
.wc-block-cart__submit-button:hover {
  text-decoration: none;
  color: #fff;
  background-color: #2F2F2F;
}
.wc-block-cart__submit-button:focus {
  outline: none !important;
  box-shadow: none !important;
}
.wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__button {
  background-color: #10214b;
  color: #fff;
  border-color: #10214b;
  border-radius: 5px;
}
.wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__button .wc-block-components-button__text {
  opacity: 1 !important;
}
.wc-block-components-sidebar.wc-block-checkout__sidebar {
  margin-top: 0;
  top: 130px;
}
.wc-block-components-sidebar.wc-block-checkout__sidebar .wp-block-woocommerce-checkout-order-summary-block {
  background-color: #fff;
}
.wc-block-components-button.wc-block-components-checkout-place-order-button {
  background-color: #10214b;
  border-radius: 10px;
  color: #fff;
  border: 1px solid #10214b;
}
.wc-block-components-button.wc-block-components-checkout-place-order-button:hover {
  background-color: #2F2F2F;
  color: #fff;
  border-color: #2F2F2F;
}
.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
  font-size: 35px;
  color: #10214b;
  margin-bottom: 40px;
}
.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {
  border: 1px solid #e1e1e1;
  padding: 30px;
  border-radius: 10px;
  background-color: #F6F6F6;
}
.woocommerce-order-received .woocommerce-order h2 {
  font-size: 24px;
}
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
  max-width: 100%;
  padding: 0;
  width: 100%;
  flex: 100%;
}
.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
  max-width: 100%;
  padding: 0;
  width: 100%;
  flex: 100%;
}
.woocommerce .woocommerce-customer-details address {
  border: 1px solid #e1e1e1 !important;
  padding: 20px;
}

.woocommerce .col2-set, .woocommerce-page .col2-set {
  display: flex;
  gap: 30px;
}
.woocommerce .woocommerce-checkout .col-1, .woocommerce .woocommerce-checkout .col-2 {
  border: 1px solid #e1e1e1;
  border-radius: 10px;
  padding: 30px;
  width: 100%;
  flex: 100%;
}
.woocommerce .col2-set::after, .woocommerce .col2-set::before, .woocommerce-page .col2-set::after, .woocommerce-page .col2-set::before {
  display: none;
}
.woocommerce .woocommerce-checkout .col-1 h3, .woocommerce .woocommerce-checkout .col-2 h3 {
  margin-top: 0;
  font-size: 24px;
}
.woocommerce-billing-fields h3 {
  margin-bottom: 16px;
}
.woocommerce form .form-row .input-text, .woocommerce form .form-row select {
  border-radius: 8px;
  border: 1px solid #bdbdbd;
  padding: 13px 15px;
}
.woocommerce form .form-row label {
  line-height: normal;
}
.woocommerce-input-wrapper {
  width: 100%;
}
.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
  width: 49%;
}
.select2-container .select2-dropdown, .select2-container .select2-selection {
  border-radius: 8px;
  border: 1px solid #bdbdbd;
  margin-bottom: 4px;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  padding: 13px 15px;
}
#order_review_heading {
  font-size: 24px;
}
.woocommerce table.shop_table {
  border: 1px solid #e1e1e1;
  border-radius: 10px;
}
.woocommerce table.shop_table td {
  border-top: 1px solid #e1e1e1;
}
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
  border-radius: 10px;
}
#add_payment_method #payment ul.payment_methods li input, .woocommerce-cart #payment ul.payment_methods li input, .woocommerce-checkout #payment ul.payment_methods li input {
  margin: 0;
}
#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box {
  border-radius: 8px;
  background-color: #fff;
}
#add_payment_method #payment div.payment_box::before, .woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before {
  border: 1em solid #fff;
  border-right-color: transparent;
  border-left-color: transparent;
  border-top-color: transparent;
}
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
  padding: 18px 40px;
}
.woocommerce #payment #place_order:hover, .woocommerce-page #payment #place_order:hover {
  background-color: #2F2F2F;
}
.woocommerce button.button {
  color: #fff;
  background-color: #10214b;
  border-radius: 8px;
  padding: 16px 30px;
  font-weight: normal;
  transition: .2s all ease-in-out;
}
.woocommerce button.button:hover {
  background-color: #2F2F2F;
  color: #fff;
}
.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox input[type="checkbox"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
  padding: 0;
  border: 2px solid #ccc;
  border-radius: 4px;
  width: 20px;
  height: 20px;
  cursor: pointer;
  position: relative;
  background-color: #fff;
}
.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox input[type="checkbox"]:checked {
  background-color: #10214b;
  border-color: #10214b;
}
.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox input[type="checkbox"]:checked::after {
  content: '\2714';
  position: absolute;
  top: 0;
  left: 4px;
  font-size: 14px;
  color: white;
}
.wp-block-woocommerce-empty-cart-block {
  text-align: center;
}
.woocommerce-cart .wc-block-cart__empty-cart__title {
  font-size: 30px;
  margin-top: 0;
}
.wc-block-cart__empty-cart__title::before {
  font-size: 16px;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
  border: none;
  background-color: #F6F6F6;
  border-radius: 10px;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
  color: #000;
  border-bottom: 1px solid #cecece;
  width: 100%;
  display: block;
  padding: 15px 18px;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li:last-child a {
  border-bottom: none;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a, .woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover {
  background-color: #10214b;
  color: #fff;
  text-decoration: none;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a {
  font-weight: 800;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a::before, .woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover::before {
  color: #fff;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link a::before {
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  font-size: 17px;
  padding-right: 15px;
	color: #10214b;
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--dashboard a:before{content:"\f3fd"}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--orders a:before{content:"\f07a"}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--downloads a:before{content:"\f1c6"}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-address a:before{content:"\f015"}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--payment-methods a:before{content:"\f09d"}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-account a:before{content:"\f007"}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a:before{content:"\f011"}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--subscriptions a:before{content:"\f021"}

.woocommerce-account .woocommerce-MyAccount-navigation ul li {
	position: relative;
}
.woocommerce-account .woocommerce-MyAccount-content {
  padding: 20px;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
}
.woocommerce-MyAccount-content ul.dokan-account-migration-lists {
  display: none;
}
.woocommerce-account .woocommerce-MyAccount-content a {
  color: #10214b;
}
.woocommerce-account .woocommerce-MyAccount-content a:hover {
  color: #c0a252;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-info .button {
  background-color: #10214b;
  color: #fff;
  font-weight: normal;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-info .button:hover {
  background-color: #2F2F2F;
}
.woocommerce-account .woocommerce-MyAccount-content h2 {
  font-size: 22px;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Address {
  border: 1px solid #e0e0e0;
  padding: 15px;
  border-radius: 10px;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Address h2 {
  margin-top: 0;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Address a.edit {
  background-color: #10214b;
  color: #fff;
  border-radius: 5px;
  padding: 5px 10px;
  float: left;
  margin-bottom: 10px;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Address a.edit:hover {
  background-color: #2F2F2F;
  text-decoration: none;
}
/* .select2-container--default .select2-selection--single {
  border-radius: 5px;
  height: 53px;
  background-color: #f0f0f0;
  border-color: #f0f0f0;
  padding: 0px 7px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 36px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 49px;
} */
.woocommerce-account .woocommerce button.button {
  background-color: #10214b;
  color: #fff;
  font-weight: normal;
  padding: 18px 30px;
  border-radius: 10px;
	margin-top: 10px;
}
.woocommerce-account .woocommerce button.button:hover {
  background-color: #2F2F2F;
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
  margin-top: 17px;
	width: 100%;
}
.woocommerce form.login, .woocommerce form.register {
  border-radius: 10px;
}
.woocommerce-account .woocommerce-MyAccount-content a.btn.btn-primary {
  background-color: #10214b;
  color: #fff;
  border-radius: 5px;
  padding: 12px 20px;
}
.woocommerce-account .woocommerce-MyAccount-content a.btn.btn-primary:hover {
  background-color: #2F2F2F;
}
.woocommerce form .password-input, .woocommerce-page form .password-input {
  width: 100%;
}
.woocommerce table.my_account_orders .button {
  background-color: #10214b;
  color: #fff;
}
.woocommerce table.my_account_orders .button:hover {
  background-color: #2F2F2F;
  color: #fff;
}

.search.search-results .woocommerce-breadcrumb {
  display: none;
}
.search.search-results #main {
  margin: 0;
}


/******* FOOTER  **********/


#footer {
    background-color: #2F2F2F;
    padding-top: 50px;
    color: #fff;
	font-size: 14px;
}
#footer h4, #footer a, #footer li, #footer p {
    color: #fff;
    transition: .2s all ease-in-out;
}
#footer h4 {
    font-size: 24px;
    margin-bottom: 20px;
}
.foot-copy{font-size: 12px;}
ul.list-unstyled.nav-list li {
  margin-bottom: 15px;
  display: flex;
  align-items: start;
  gap: 10px;
}
ul.list-unstyled.nav-list li a {
  display: flex;
  align-items: center;
  gap: 10px;
}
.list-unstyled.privacy-terms-link {
    display: flex;
    align-items: center;
    margin: 0;
	justify-content: center;
}
.foot-copy {
    border-top: 1px solid #4d5c60;
}
#footer a:hover {
  text-decoration: none;
  color: #c0a252;
}
.socList a {
  width: 40px;
  height: 40px;
  display: flex;
  border: 1px solid #fff;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
}
.socList a:hover {
  border-color: #c0a252;
}
.foot-logo {
  width: 250px;
}


button.navbar-toggler:focus {
    outline: none;
    outline: none;
}



button.navbar-toggler, .woocommerce .woocommerce-ordering select{color: #222222;}

.collections-section ul.products {
  margin-bottom: 0;
}
.woocommerce-account .woocommerce h2 {
  text-align: center;
  margin-top: 0;
}
.woocommerce-account .woocommerce .woocommerce-form-login.login {
  width: 550px;
  margin-left: auto;
  margin-right: auto;
}




@media only screen and (max-width: 1200px) {
.carousel-caption h2 {
  font-size: 50px;
}
body h1 {
  font-size: 50px;
}
body h2 {
  font-size: 42px;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
  padding-left: 10px;
  padding-right: 8px;
}
.single.single-product h1.product_title {
  font-size: 28px;
}
.product-benefits .left-content, .product-benefits .right-content {
  padding: 40px 20px;
}
.head-right-wrap .cart-count {
  right: -8px;
}
body h3 {
  font-size: 28px;
}
}

@media only screen and (max-width: 1199px) {
	button.navbar-toggler {
  padding: .25rem 0;
}	
	.head-right-wrap {
  position: absolute;
    top: 42px;
    right: 15px;
}
		.navbar-toggler{
    position: relative;
    right: 142px;
}
}

@media only screen and (max-width: 1024px) {
	
		.navbar-toggler:not(.collapsed) .fa-light.fa-xmark.d-none{display: block!important;}
	.navbar-toggler:not(.collapsed) .fa-light.fa-bars.d-block{display: none!important;}
			.foot-logo {
    width: 75%;
    margin-top: 25px;
}
	
	.carousel-caption {
    top: 12%;
}
		.woocommerce div.product div.images.woocommerce-product-gallery {
    position: relative;
    top: 0;
}
	
	.about-section .position-sticky {
    position: relative !important;
}
	.con-col {
      top: 0px;
    height: 100%;
		margin-bottom:25px;
}
	
}


@media only screen and (max-width: 991px) {
	
.navbar-brand img {
    width: 120px !important;
    height: auto !important;
}
	
	.navbar-toggler:not(.collapsed) .fa-light.fa-xmark.d-none{display: block!important;}
	.navbar-toggler:not(.collapsed) .fa-light.fa-bars.d-block{display: none!important;}
	
	.navbar-toggler{
    right: 58px;
}
.head-right-wrap {
    top: 30px;
  }
		.foot-logo {
    width: 75%;
    margin-top: 25px;
}
	
	.carousel-caption h2 {
    font-size: 45px;
}
	.carousel-caption p {
    font-size: 14px;
    margin: 10px 0px 10px 0;
}
	
	.carousel-caption a.btn.btn-info{font-size: 12px;}

	.product-benefits .image-box{width:40%;margin-top: 40px;
    margin-bottom: 40px;}
	
	.featWrap .icon img {
    width: 25px;
}
	
	.featWrap .icon {
    width: 50px;
    height: 50px;
}
	
	body .featWrap h5 {
    font-size: 16px;
}
body h1 {
  font-size: 45px;
}
	body h2 {
    font-size: 38px;
  }
	.woocommerce-cart .inner-header, 	.woocommerce-checkout .inner-header{display: none;}	
.woocommerce-account .woocommerce-MyAccount-navigation {
  margin-bottom: 20px;
}
.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
  font-size: 30px;
}
}



@media only screen and (max-width: 767px) {
		.foot-logo {
    width: 75%;
    margin-top: 25px;
}	
.carousel-indicators{display: none !important;}
.carousel-caption h2 {
    font-size: 36px;
  }
 .carousel-caption {
    top: -10%;
  }
.home-assurance.pad-50{padding-top:25px;padding-bottom:25px;}
body h1 {
  font-size: 40px;
}
 body h2 {
    font-size: 33px;
  }
.inner-header.pad-100 {
  padding-top: 80px;
  padding-bottom: 80px;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
  font-size: 18px;
}
.single.single-product h1.product_title {
    font-size: 24px;
  }
body h4 {
  font-size: 21px;
}
.molecular-content {
  margin-top: 30px;
}
.molecular-content ul {
  padding-left: 15px;
}
.related.products h2 {
  font-size: 35px;
}
.woocommerce-cart .wc-block-components-sidebar-layout .wc-block-components-main {
  padding: 20px;
  border-radius: 10px;
}
.woocommerce-cart .wc-block-components-sidebar-layout .wc-block-components-sidebar {
  padding: 20px;
  border-radius: 10px;
  border: 1px solid #e1e1e1;
}
.woocommerce-account .woocommerce-MyAccount-content {
  padding: 15px;
}
.woocommerce-account .woocommerce .col2-set, .woocommerce-account .woocommerce-page .col2-set {
  flex-direction: column;
}
.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
  font-size: 26px;
  line-height: 1.2;
}
.woocommerce ul.order_details li {
  margin-bottom: 30px;
}
.woocommerce ul.order_details li:last-child {
  margin-bottom: 0;
}
.woocommerce-order-received .woocommerce .col2-set, .woocommerce-order-received .woocommerce-page .col2-set {
  flex-direction: column;
}
.pad-100 {
  padding-top: 80px;
  padding-bottom: 80px;
}
.about-disclaimer .pad-80 {
  padding-top: 50px;
  padding-bottom: 50px;
}
body h3 {
    font-size: 24px;
  }
.woocommerce ul.products li.product .woocommerce-loop-category__title {
  font-size: 18px;
  padding-left: 10px;
  padding-right: 10px;
}
.woocommerce-account .woocommerce .woocommerce-form-login.login {
  width: 100%;
}
}



@media only screen and (max-width: 479px) {
		.foot-logo {
        width: 50%;
        margin: 25px auto;
        display: table;
}
	
	.woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-size: 14px;
    min-height: 48px;
}
	
	.woocommerce ul.products li.product .price .woocommerce-Price-amount.amount {
    font-size: 14px;
}
	
	.woocommerce ul.products li.product .button {
    padding: 15px 10px;
    font-size: 12px;
}
	
		.carousel-caption p {
    font-size: 12px;
    margin: 10px 0px 10px 0;
}
	
	.carousel-caption a.btn.btn-info{font-size: 12px;
        padding: 6px 40px;}

	    .carousel-caption h2 {
        font-size: 20px;
        margin-top: 0px;
    }
	
	    .carousel-caption {
        top: 18%;
        padding-top: 0px;
        padding-bottom: 0px;
    }
	
	.woocommerce div.product div.images.woocommerce-product-gallery {
    position: relative;
    top: 0;
}
	
	.featWrap .icon {
    width: 25px;
    height: 25px;
}
	.featWrap .icon img {
    width: 12px;
}
	
	body .featWrap h5{font-size: 10px;}
	
	.featWrap{ justify-content: center;}
	body h1 {
  font-size: 35px;
}
	body h2 {
    font-size: 28px;
  }
	.inner-header.pad-100 {
  padding-top: 60px;
  padding-bottom: 60px;
}
	.woocommerce ul.products li.product {
  margin-bottom: 30px !important;
}
.woocommerce .woocommerce-ordering {
  margin: 15px 0 30px;
  width: 100%;
}
.woocommerce .woocommerce-ordering select {
  width: 100%;
}
	.woocommerce .woocommerce-result-count, .woocommerce-page .woocommerce-result-count {
    font-size: 12px;
}
	
	.product .woocommerce .woocommerce-message .button {
    float: none;
    display: block;
    margin-top: 10px;
}
	
	.top-bar {
    font-size: 12px;
}
	
	footer{text-align:center;}
	
	footer ul.list-unstyled.nav-list li {
    text-align: center;
    justify-content: center;
}
	
	
	.wc-block-components-sidebar-layout .wc-block-components-main {
    border: none;
}
	.wc-block-components-sidebar {
    background-color: transparent;
    border: none;
    border-left: none;
}
	
	.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox input[type="checkbox"], .woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox input[type="checkbox"]:checked::after{color:#fff;}
.border{
  border: none !important;
}
.woocommerce-cart .wc-block-components-sidebar-layout .wc-block-components-main {
    padding: 0;
    border-radius: 0;
  }
.woocommerce-cart .wc-block-components-sidebar-layout .wc-block-components-sidebar {
    padding: 0;
    border-radius: 0;
    border: none;
	margin: 0;
  }
.single.single-product h1.product_title {
    font-size: 22px;
  }
.side-panel {
  width: 100%;
}
.product-benefits .image-box {
    width: 60%;
  }
.woocommerce-cart .main-content.pad-80, .woocommerce-checkout .main-content.pad-80 {
  padding-top: 40px;
  padding-bottom: 40px;
}
.woocommerce .woocommerce-checkout .col-1, .woocommerce .woocommerce-checkout .col-2 {
  padding: 30px 15px;
}
.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
  width: 100%;
}
.woocommerce .woocommerce-checkout .col-1 {
  margin-bottom: 20px;
}
.woocommerce .woocommerce-checkout .col-1 h3, .woocommerce .woocommerce-checkout .col-2 h3 {
  font-size: 20px;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title {
  font-size: 17px;
}
} 