/* Imports */
/* Icons */
@import url("https://use.fontawesome.com/releases/v5.14.0/css/all.css");
@import url("https://unpkg.com/boxicons@2.0.9/css/boxicons.min.css");
@import url("https://netdna.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css");
@import url("https://fonts.googleapis.com/css?family=Material+Icons|Material+Icons+Outlined|Material+Icons+Two+Tone|Material+Icons+Round|Material+Icons+Sharp");
/* Fonts */
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@font-face {
  font-family: josh;
  src: url(../fonts/Jost-Regular.ttf);
}
/* General Styling */
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  text-decoration: none !important;
  list-style-type: none;
  font-family: "Poppins", sans-serif;
}
::selection {
  color: #fff;
  background: black;
}

/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 10px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #8ac336; 
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #8ac336; 
}



a {
  display: inline-block;
  color: #000;
  transition: all 300ms ease-in-out;
}
a:hover,
a.active {
  color: var(--color-primary);
}
i[class^="bx"] {
  vertical-align: middle;
}
ul,
address {
  margin-bottom: 0;
}
.imgFluid {
  max-width: 100%;
}
.primary-color {
  color: var(--color-primary);
}
.section-content .subHeading {
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5rem;
  margin-bottom: 0.75rem;
}
.section-content .heading {
  font-size: 3.25rem;
  line-height: 1.1;
  letter-spacing: 0.25rem;
  text-transform: uppercase;
  font-weight: bold;
}
.section-content p {
  color: #666;
  line-height: 2;
}
.section-content span {
  font-weight: 800;
  text-transform: uppercase;
}
.themeBtn {
  width: fit-content;
  display: block;
  color: #000;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  background: transparent;
  border: 2px solid #000;
  padding: 0.75rem 2rem;
  margin: 0.25rem 0;
  transition: all 300ms ease-in-out;
}
.themeBtn--full {
  width: 100%;
}
.themeBtn--center {
  margin: 0.25rem auto;
}
.themeBtn:hover {
  color: #fff;
  background: var(--color-primary);
  border-color: #fff;
  transform: translateY(-5px);
}

/************ header section CSS start ********/


.shopping-cart a svg {
  width: 20px;
  padding: 8px 0px 0px 0px;
}

.shopping-cart {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 20px;
  padding: 0px 0 !important;
  height: 100%;
  width: 100%;
}

.covid-alert {
  text-align: end;
  padding: 4px 80px 5px 0px;
}

header.header-main {
  background: black;
}

.header-nav ul li a {
  color: white;
  font-family: "josh";
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
}

.header-logo img {
  width: 150px;
}

.header-nav ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  height: 100%;
}

.header-nav {
  height: 100%;
}

.header-nav ul li a::before {
  position: absolute;
  content: "";
  background: white;
  height: 2px;
  width: 0%;
  bottom: -2px;
  left: 50%;
  transform: translate(-50%);
  transition: all 0.6s ease;
}

.header-nav ul li a:hover:before {
  width: 100%;
}

.header-end {
  display: flex;
  align-items: center;
  justify-content: end;
  height: 100%;
  width: auto;
  position: relative;
  padding: 0px 10px 0px 0px;
}

.header-end input {
  color: #828282;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #f5f5f5;
  font-weight: 400;
  font-size: 16px;
  height: 40px;
  padding-left: 44px;
  width: 200px;
}

.header-end input:focus {
  outline: none;
}

.covid-alert p {
  margin: 0;
  color: #000000;
  font-size: 14px;
  font-family: "josh";
  padding: 8px 40px 0px 0px;
  text-transform: uppercase;
}

.head-top-shop {
  height: fit-content;
  padding: 0px 0px 0px 0px;
  width: 100%;
}

.shopping-cart a span {
  background: #8ac336;
  border-radius: 30px;
  padding: 3px 8px;
  font-size: 14px;
}

.shopping-cart a {
  font-family: "josh";
  font-size: 16px;
  padding: 10px 0 10px 0;
}
.twitter-typeahead{
    background:transparent !important;
}

/*.header-end span {*/
/*  position: absolute;*/
/*  color: white;*/
/*  font-size: 26px;*/
/*  right: 170px;*/
/*  top: 30px;*/
/*  font-weight: 300;*/
/*}*/

.header-end input::placeholder {
  font-family: "josh";
  font-size: 16px;
}

.selected-item-txt {
  padding: 14px 0;
  background: #8ac336;
}

.selected-item-txt p {
  margin: 0;
  text-align: center;
  font-size: 18px;
  font-family: "josh";
  font-weight: 700;
}

/************ header section CSS End ********/

/*********** Shape your body section CSS Start ********/

.inner-page-banner .container-fluid {
    overflow: hidden;
}

.inner-banner-img img {
    width: 100%;
    height: 350px;
    object-fit: cover;
}
.banner-txt h1 {
    font-family: 'josh';
    font-style: normal;
    font-weight: 700;
    font-size: 90px;
    line-height: 89px;
    text-align: center;
    padding: 0px 0px 70px 0px;
    letter-spacing: 1.18px;
    text-transform: uppercase;
    color: white;
    text-shadow: 2px 1px 4px #00000066;
}

.banner-txt {
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    top: 35%;
    
}

.inner-banner-img {
    position: relative;
}

.inner-banner-img {}


.shape-your-body .container-fluid {
  overflow-x: hidden;
}

.shape-txt {
  position: absolute;
  top: 30%;
  left: 150px;
}

.shape-body {
  position: relative;
}

.shape-body img {
  width: 100%;
}

.shape-body-slider .slick-slide {
  margin: 0;
}
.shape-txt h2 {
  font-size: 70px;
  font-family: "josh";
  font-weight: 700;
  color: #ffff;
  text-transform: uppercase;
}

.shape-txt p {
  font-size: 18px;
  font-family: "josh";
  line-height: 28px;
  color: #ffff;
}

.shape-txt a {
  background: #8ac336;
  border: 2px solid;
  border-color: #7eff00;
  color: #232323;
  padding: 15px 45px;
  font-family: "josh";
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  transition: all 0.6s ease;
}

.shape-txt a:hover {
  color: #7eff00;
  background: transparent;
}


.shape-body-slider .slick-prev.slick-arrow {
  color: white;
  left: 50px;
  top: 45%;
  padding: 30px;
  position: absolute;
  border: 0;
  background: #0000004f;
  z-index: 9;
  width: 30px;
  border-radius: 110px;
  height: 30px;
  font-size: 0;
}

.shape-body-slider .slick-prev.slick-arrow::before {
  position: absolute;
  content: "\f053";
  font-size: 30px;
  left: 15px;
  font-family: "FontAwesome";
  top: 16px;
  color: white;
  z-index: 99999999;
}

.shape-body-slider .slick-next.slick-arrow {
  color: white;
  right: 50px;
  border: 0;
  top: 45%;
  padding: 30px;
  position: absolute;
  background: #0000004f;
  z-index: 9;
  width: 30px;
  border-radius: 110px;
  height: 30px;
  font-size: 0;
}

.shape-body-slider .slick-next.slick-arrow::before {
  position: absolute;
  content: "\f054";
  font-size: 30px;
  right: 15px;
  font-family: "FontAwesome";
  top: 16px;
  color: white;
  z-index: 99999999;
}

.shape-body-slider .slick-dots {
  position: absolute;
  bottom: 30px;
  width: 100%;
  display: flex !important;
  justify-content: center;
  gap: 30px;
}

.shape-body-slider ul.slick-dots li {
  background: transparent;
  bottom: 40px;
  border-radius: 50px;
  cursor: pointer;
  color: white;
  border: 1px solid white;
  width: 26px;
  font-size: 0;
}

.shape-body-slider ul.slick-dots li.slick-active button{
    color: white;
    color: transparent;
    background: white;
}

.shape-body-slider ul.slick-dots li.slick-active button::before {
  color: white;
  width: 18px;
  height: 18px;
  background: white;
  top: 0px;
  left: 0px;
  border-radius: 30px;
}


/*********** Shape your body section CSS End ********/


/*********** Unlock Motivator section CSS Start ********/


.unlock-motivator {
  padding: 50px 0px;
}

.unlock-motivator h4 {
  text-align: center;
  font-weight: 700;
  font-family: 'josh';
  font-size: 28px;
}

.unlock-motivator a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #787877;
  text-transform: uppercase;
  font-family: 'josh';
  font-size: 16px;
  transition: all .6s ease;
  margin: 0px 0px 30px 0px;
}

.brand-img img {
  width: 100%;
  transition: all .6s ease;
}

.brand-img {
  overflow: hidden;
  height: 120px;
  padding: 10px;
}

.brand-img img:hover {
  transform: scale(1.1);
}

.pre-workout-img img{
  width: 100%;
  height: 696px;
  transition: all .6s ease;
}

.workout-txt{
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  text-align: center;
  bottom: -170px;
  color: white;
  visibility: hidden;
  width: 100%;
  opacity: 0;
  text-transform: uppercase;
  transition: all .6s ease;
}

.pre-workout-img {
  overflow: hidden;
  position: relative;
  transition: all .6s ease;
}

.pre-workout-img img:hover {
  transform: scale(1.1);
}

.workout-protien {
  padding: 0px 0px 50px 0px;
}

.workout-txt h2 {
  font-size: 40px;
  font-family: 'josh';
  font-weight: 700;
  padding: 0px 0px 40px 0px;
  position: relative;
}

.workout-txt h2::before {
  position: absolute;
  content: "";
  background: #b7ff00;
  height: 2px;
  width: 70px;
  left: 50%;
  transform: translate(-50%);
  bottom: 20px;
}

.pre-workout-img:hover .workout-txt {
  bottom: 20px;
  visibility: visible;
  opacity: 1;
}


/*********** Unlock Motivator section CSS End ********/


/*********** SEARCH FOR SOMETHING section CSS Start ********/

.search-something {
  padding: 30px 0px 50px 0px;
}


.search-for-txt h3 {
  text-align: center;
  font-family: 'josh';
  font-weight: 700;
  font-size: 28px;
  padding: 0px 0px 10px 0px;
}



.something-input-search input {
  width: 100%;
  display: block;
  padding: 15px 25px;
  text-align: center;
  background: #8ac336;
  border: none;
  border: 1px solid #8ac336;
}

.something-input-search input::placeholder {
  font-family: 'josh';
  color: white;
  font-size: 16px;
}


.something-input-search input:focus {
  outline: none;
}

.something-input-search span {
  position: absolute;
  top: 0;
  right: 0px;
  top: 0px;
  padding: 5px 14px;
  font-size: 30px;
  cursor: pointer;
  transition: all .3s ease;
}

.something-input-search {
  position: relative;
}

.something-input-search span:hover {
  background: #0000002e;
}


/*********** SEARCH FOR SOMETHING section CSS End ********/


/*********** Liquid Strong dare section CSS Start ********/


.liguid-chalk-img{
  position: relative;
  overflow: hidden;
  margin: 0px 0px 10px 0px;
}

.liguid-chalk-img img{
  width: 100%;
  transition: all .6s ease;
}


.liquid-chalk-txt{
  position: absolute;
  bottom: 50px;
  left: 80px;
  color: white;
}

.liguid-chalk-img img:hover {
  transform: scale(1.1);
}


.liquid-chalk-txt h2 {
  font-size: 40px;
  font-weight: 700;
  font-family: 'josh';
  text-transform: uppercase;
}

.liquid-chalk-txt p {
  font-size: 16px;
  font-family: 'josh';
}

.liquid-strong-dare {
  padding: 50px 0px;
}


.liquid-chalk-txt a {
  background: white;
  padding: 15px 35px;
  font-family: 'josh';
  text-transform: uppercase;
  color: black;
  font-weight: 700;
  font-size: 16px;
  border: 1px solid white;
}

.liquid-chalk-txt a:hover {
  background: black;
  border-color: black;
}

/*********** Liquid Strong dare section CSS End ********/


/*********** Apparel View all section CSS Start ********/

.product-box img {
  width: 100%;
}

.apparel-box img {
  width: 100%;
  transition: all .6s ease;
}


.product-box {
  position: relative;
}

span.new-pro {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 20px;
  font-family: 'josh';
}

.product-icon {
  display: flex;
  align-items: center;
  flex-direction: column;
  position: absolute;
  top: 10px;
  left: -20px;
  visibility: hidden;
  opacity: 0;
  transition: all .3s ease;
}

.product-icon a {
  font-size: 24px;
}

.product-box:hover .product-icon {
  visibility: visible;
  opacity: 1;
  left: 20px;
}

.add-to-carts {
  position: absolute;
  font-family: 'josh';
  font-size: 20px;
  font-weight: 700;
  padding: 10px 30px;
  left: 50%;
  width: 100%;
  bottom: 0;
  visibility: hidden;
  opacity: 0;
  background: #8ac336;
  color: black;
  text-align: center;
  transform: translate(-50%);
  text-transform: uppercase;
  transition: all .6s ease;
}

.add-to-carts:hover {
  color: #8ac336;
  background: black;
}

.product-box:hover .add-to-carts {
  visibility:  visible;
  opacity: 1;
  bottom: 95px;
}

.apparel-view {
  padding: 50px 0px;
}

.apparel-txt {
  position: absolute;
  bottom: 50px;
  left: 90px;
}

.apparel-box {
  position: relative;
  overflow: hidden;
}

.apparel-txt h3 {
  font-weight: 700;
  color: white;
  font-family: 'josh';
  font-style: italic;
  font-size: 35px;
}

.apparel-txt a {
  font-family: 'josh';
  font-style: italic;
  text-decoration-line: underline !important;
  color: white;
  text-transform: uppercase;
}

.apparel-box img:hover {
  transform: scale(1.1);
}


/*********** Apparel View all section CSS End ********/




/*********** About the shop section CSS Start ********/

.about-the-shop {
  padding: 50px 150px;
  text-align: center;
  border-top: 1px solid #0000001c;
}

.about-personal-detail {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 110px;
}

.about-shop-txt h4 {
  font-family: 'josh';
  font-weight: 700;
  text-transform: uppercase;
  padding: 0px 0px 10px 0px;
}

.about-shop-txt p {
  font-family: 'josh';
  font-size: 16px;
  padding: 0px 0px 20px 0px;
}


.have-question h4 {
  font-family: 'josh';
  font-size: 16px;
  text-transform: uppercase;
  padding: 0px 0px 8px 0px;
}

.have-question p {
  font-size: 14px;
  text-decoration-line: underline !important;
}

.about-shop-txt p {
  font-size: 16px;
  font-family: 'josh';
  padding: 0px 240px 40px 240px;
  text-align: center;
}


/*********** About the shop section CSS End ********/



/*********** Image Gallery section CSS Start ********/


.gallery-img {
  position: relative;
  overflow: hidden;
}

.gallery-img img {
  width: 100%;
  position: relative;
  transition: all .6s ease;
}

.gallery-img img:hover {
  transform: scale(1.1);
}

.image-gallery {
  padding: 50px 0px;
  background: #f2f4f4;
}

.image-gallery h2 {
  padding: 0px 0px 20px 0px;
  text-align: center;
  font-family: 'josh';
  text-transform: uppercase;
  font-weight: 700;
  display: flex;
  font-size: 32px;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.gallery-img a {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 37%;
  left: 37%;
  font-size: 90px;
  color: white;
  visibility: hidden;
  opacity: 0;
  z-index: 999;
  transition: all .6s ease;
}

.gallery-img:hover > a{
  visibility: visible;
  opacity: 1;
}

.gallery-btn {
  text-align: center;
  margin: 50px 0px 0px 0px;
}

.gallery-btn a {
  background: #8ac336;
  padding: 15px 40px;
  font-size: 18px;
  font-family: 'josh';
  font-weight: 700;
  text-transform: uppercase;
}

.gallery-btn a:hover {
  background: black;
  color: #8ac336;
}

.gallery-img::before {
  position: absolute;
  content: "";
  background: #0000004d;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  transition: all .6s ease;
}

.gallery-img:hover:before {
  visibility: visible;
  opacity: 1;
  z-index: 9;
}

.gallery-img:hover > img {
  transform: scale(1.1);
}


/*********** Image Gallery section CSS End ********/


/*********** Footer Main section CSS Start ********/


footer.footer-main {
  padding: 50px 0px 0px 0px;
  background: #1d1c1b;
}

.mailing-list {
  padding: 30px 0px 60px 0px;
}

.mailing-list h2 {
  text-align: center;
  font-size: 30px;
  font-family: 'josh';
  font-weight: 700;
  color: white;
  padding: 0px 0px 20px 0px;
}

.footer-email-address {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.footer-email-address input {
  width: 100%;
  display: block;
  padding: 15px;
  border: none;
}

.footer-email-address a {
  color: white;
  font-family: 'josh';
  font-size: 18px;
  text-transform: uppercase;
  padding: 14px 35px;
  background: #8ac336;
  font-weight: 700;
}

.footer-email-address a:hover {
  color: #8ac336;
  background: black;
}

.footer-email-address input:focus {
  outline: none;
}

.footer-email-address input::placeholder {
  font-family: 'josh';
  color: black;
}

.footer-logo img {
  width: 210px;
}

.footer-logo {
  display: flex;
}

.footer-page-links {
  display: flex;
  justify-content: space-between;
  padding: 0px 70px 0px 0px;
}

.footer-links h4 {
  font-size: 16px;
  font-family: 'josh';
  font-weight: 700;
  text-transform: uppercase;
  padding: 0px 0px 15px 0px;
  color: #fff;
}

.footer-links ul li a {
  font-size: 16px;
  font-family: 'josh';
  padding: 0px 0px 15px 0px;
  color: #fff;
  position: relative;
  transition: all .6s ease;
  text-transform: capitalize;
}

.footer-links ul li a::before {
  position: absolute;
  content: "";
  background: white;
  height: 2px;
  width: 0%;
  left: 50%;
  bottom: 14px;
  transform: translate(-50%);
  transition: all .6s ease;
}


.footer-end h2 {
  font-size: 16px;
  font-family: 'josh';
  font-weight: 700;
  text-transform: uppercase;
  padding: 0px 0px 10px 0px;
  color: #fff;
}

.footer-end p {
  color: #cfcfcf;
  font-family: 'josh';
  text-transform: uppercase;
  font-size: 16px;
}
.footer-end ul {
  display: flex;
  align-items:  center;
  gap: 20px;
}


.footer-end ul li a {
  color: white;
  font-size: 22px;
}

.footer-links ul li a:hover:before {
  width: 100%;
}

.footer-brands {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 0px 40px 0px;
}

.footer-brand ul {
  display: flex;
  align-items: center;
  gap: 10px;
}

.copy-right p {
  margin: 0;
  color: white;
  font-family: 'josh';
}

.footer-copy-right {
  margin: 50px 0px 0px 0px;
  background: #232323;
}

.fixed-icon {
  position: fixed;
  right: 0;
  display: flex;
  background: white;
  flex-direction: column;
  box-shadow: 0 0 4px #0000004a;
}

.fixed-icon a {padding: 5px 10px;border-bottom: 1px solid #0000004a;font-size: 21px;}

.fixed-icon a:nth-child(3) {
  border: none;
}

/*********** Footer Main section CSS End ********/



/*********** About Us section CSS Start ********/

.about-banner {
  padding: 70px 0px;
}

.about-banner h2 {
  font-family: 'josh';
  font-style: normal;
  font-weight: 700;
  font-size: 90px;
  line-height: 89px;
  text-align: center;
  padding: 0px 0px 70px 0px;
  letter-spacing: 1.18px;
  text-transform: uppercase;
  color: #8ac336;
  text-shadow: 2px 1px 4px #00000066;
}

.about-banner-txt h3 {
  color: #2C2C2C;
  font-size: 60px;
  font-family: 'josh';
  font-style: normal;
  font-weight: 800;
  line-height: 67px;
  margin: 0;
  padding: 0px 0px 30px 0px;
}

.about-banner-txt p {
  color: #3D3D3D;
  font-size: 16px;
  font-family: Poppins;
  font-style: normal;
  font-weight: 400;
  line-height: 21.994px;
}

.about-banner-img {
    overflow: hidden;
}

.about-banner-img img {
  width: 100%;
  transition: all .6s ease;
}

.about-banner-img img:hover {
    transform: scale(1.1);
}


/*********** About Us section CSS End ********/


/*********** Contact Us section CSS Start ********/

.contact-us .single-head ul {
  padding-left: 0px;
}
.contact-us {
position: relative;
z-index: 43;
padding: 50px 0px;
}
.contact-us .title{padding: 0px 0px 30px 0px;}
.contact-us .title h4 {
font-size: 17px;
font-weight: 500;
margin-bottom: 5px;
color: var(--primary-color);
}
.contact-us .title h3 {text-transform: capitalize;font-family: 'josh';font-style: normal;font-weight: 700;font-size: 48px;line-height: 54px;text-align: center;color: #313131;}
.contact-us .single-head {
padding: 50px;
box-shadow: 0px 0px 15px #0000001a;
height: 100%;
}
.contact-us .single-info {
text-align: left;
margin-bottom:30px;
}
.contact-us .single-info i {
color: #fff;
font-size: 18px;
display: inline-block;
margin-bottom: 15px;
height: 40px;
width: 40px;
display: block;
text-align: center;
border-radius: 3px;
line-height: 40px;
background:var(--primary-color);
}
.contact-us .single-info ul
.contact-us .single-info ul li{
margin-bottom:5px;
}
.contact-us .single-info ul li:last-child{
margin-bottom:0;
}
.contact-us .single-info ul li a{
font-weight:400;
}
.contact-us .single-info ul li a:hover{
color:var(--primary-color);
}
.contact-us .single-info .title {
margin-bottom: 10px;
font-weight: 500;
color: #333;
font-size: 18px;
text-align: left;
padding-bottom: 0;
}
.contact-us .form-main {
box-shadow: 0px 0px 15px #0000001a;
padding: 50px;
}
.contact-us .form .form-group input {
height: 48px;
line-height: 48px;
width: 100%;
border: 1px solid #e6e2f5;
padding: 0px 20px;
color: #333;
border-radius: 0px;
font-weight: 400;
}
.contact-us .form .form-group textarea {
height: 180px;
width: 100%;
border: 1px solid #e6e2f5;
padding: 15px 20px;
color: #333;
border-radius: 0px;
resize: none;
font-weight:400;
}
.contact-us .form .form-group label {
color: #333;
position: relative;
}
.contact-us .form .form-group label span {color: #8ac336;display: inline-block;position: absolute;right: -12px;top: 4px;font-size: 16px;}
.contact-us .form .button {
margin:0;
display: flex;
align-items: center;
justify-content: center;
}
.contact-us .form .button .btn {
height: 50px;
border: none;
}



.contact-us .title h4 {font-family: 'Poppins';font-style: normal;font-weight: 500;font-size: 18px;line-height: 27px;text-transform: uppercase;color: #8ac336;text-align: center;}

.contact-us .form .form-group input:focus {
outline: none;
}


.form-group.button button:focus {
  outline: none;
}


.contact-us .form .form-group textarea:focus {
outline: none;
}


.theme-btn{
  background: #8ac336;
  padding: 15px 40px;
  font-size: 18px;
  font-family: 'josh';
  font-weight: 700;
  text-transform: uppercase;
  border: none;
  margin: 20px 0px 0px 0px;
  transition: all .6s ease;
}

.theme-btn:hover {
  background: black;
  color: #8ac336;
}

/*********** Contact Us section CSS End ********/


/* Bread Crumbs */
.breadcrumbs {
	background-color: #F6F7FB;
	position: relative;
	padding: 30px 0px;
}
.breadcrumbs .bread-inner {
	z-index: 22;
	text-align: left;
}
.breadcrumbs .bread-list {
	display: inline-block;
}
.breadcrumbs ul li{
	display: inline-block;
	position: relative;
}
.breadcrumbs ul li i {
	margin: 0px 10px;
	font-size: 14px;
	font-weight: 600;
	color: #333;
}
.breadcrumbs ul li a {
	color: #333;
	font-size: 14px;
	font-weight: 400;
	text-transform: capitalize;
}
.breadcrumbs ul li.active a {
	color: #333;
	display: inline-block;
}
.breadcrumbs ul li a:hover{
	color: #8ac336;
}

/*Start Shop Sidebar CSS
========================================*/
.shop-sidebar .single-widget {
	margin-top: 30px;
	background: #F6F7FB;
	padding: 30px;
}
.shop-sidebar .single-widget:first-child {
	margin-top: 0;
}
.shop-sidebar .single-widget .title {
	position: relative;
	font-size: 18px;
	font-weight: 500;
	text-transform: capitalize;
	margin-bottom: 25px;
	display: block;
	border-bottom: 1px solid #ddd;
	padding-bottom: 15px;
}
/* Shop Price */
.shop .range .price-filter {
	display: block;
	margin-top: 20px;
}
.shop .range #slider-range {
	box-shadow: none;
	border: none;
	height: 4px;
	background: var(--primary-color);
	color: var(--primary-color);
	border-radius: 0px;
}
.shop .range #slider-range .ui-slider-range {
	box-shadow: none;
	background: #222;
	border-radius: 0px;
	border: none;
}
.shop .range .ui-slider-handle.ui-state-default.ui-corner-all {
	width: 14px;
	height: 14px;
	line-height: 10px;
	background: #222;
	border: none;
	border-radius: 100%;
	top: -5px;
}
.shop .range .label-input {
	margin-top: 15px;
}
.shop .range .label-input span{
	margin-right:5px;
	color:#282828;
}
.shop .range .ui-slider-handle.ui-state-default.ui-corner-all {
	background: var(--primary-color);
	color: var(--primary-color);
	cursor:pointer;
}
.shop .range .label-input input {
	border: none;
	margin: 0;
	font-weight: 600;
	font-size: 14px;
	color: #222;
	background: transparent;
}
.shop .range .check-box-list {
	margin-top: 15px;
}
.shop .range .check-box-list li {
	margin-bottom: 5px;
}
.shop .range .check-box-list li:last-child{
	margin:0;
}
.shop .range .check-box-list li label input {
	display: inline-block;
	margin-right: 6px;
	position: relative;
	top: 1px;
}
.shop .range .check-box-list li label {
	margin: 0;
	font-size: 14px;
	font-weight: 400;
	color:#333;
	cursor:pointer;
}
.shop .range .check-box-list .count{
	margin-left:5px;
	color:#666;
}
/* Category List */
.shop-sidebar .categor-list {
	margin-top: 10px;
}
.shop-sidebar .categor-list li{
	
}
.shop-sidebar .categor-list li {
	margin-bottom: 10px;
}
.shop-sidebar .categor-list li:last-child{
	margin-bottom:0px;
}
.shop-sidebar .categor-list li a {
	display: inline-block;
	color: #666;
	font-weight: 400;
	font-size: 14px;
	text-transform: capitalize;
}
.shop-sidebar .categor-list li a:hover{
	color:var(--primary-color);
}
.shop-sidebar .categor-list li a.active {
	color:var(--primary-color);
}
/* Recent Post */
.shop-sidebar .single-post {
	position: relative;
	margin-top: 30px;
    padding-bottom: 30px;
	border-bottom: 1px solid #ddd;
}
.shop-sidebar .single-post.first{
	padding-top:0px;
}
.shop-sidebar .single-post:last-child{
	padding-bottom:0px;
	border:none;
}
.shop-sidebar .single-post .image img{
	height: 80px;
	width: 80px;
	position:absolute;
	left:0;
	top:0;
	border-radius:100%;
}
.shop-sidebar .single-post .content{
	padding-left:100px;
}
.shop-sidebar .single-post .content h5 {
	line-height: 18px;
}
.shop-sidebar .single-post .content h5 a {
	color: #222;
	font-weight: 500;
	font-size: 14px;
	font-weight: 500;
	display: block;
}
.shop-sidebar .single-post .content h5 a:hover{
	color:var(--primary-color);
}
.shop-sidebar .single-post .content .price {
	display: block;
	color: #333;
	font-weight: 500;
	margin: 5px 0 0px 0;
	text-transform: uppercase;
	font-size: 14px;
}
.shop-sidebar .single-post .reviews li{
	display:inline-block;
}
.shop-sidebar .single-post .reviews li i{
	color:#999;
}
.shop-sidebar .single-post .reviews li.yellow i{
	color:var(--primary-color);
}
/* Shop Topbar */
.shop .shop-top {
	clear: both;
    background: #f6f7fb;
    padding: 18px 20px 18px 20px;
    overflow: hidden;
}
.shop .shop-shorter {
	float: left;
}
.shop .single-shorter {
	display: inline-block;
	margin-right: 10px;
}
.shop .single-shorter:last-child{
	margin:0;
}
.shop .single-shorter label {
	display: inline-block;
	float: left;
	margin: 4px 5px 0 0;
	font-weight:500;
}
.shop .single-shorter select{
    margin-top: 4px;
}
.shop .single-shorter option{}
.shop .nice-select {
	clear: initial;
	display: inline-block;
	margin: 0;
	border: 1px solid #e6e6e6;
	border-radius: 0px;
	height: auto;
	width: auto;
	border-radius: 0px;
}
.shop .nice-select::after{
	border-color:#888;
}
.shop .nice-select .list {
	border-radius:0px;
}
.shop .nice-select .option.selected {
	font-weight: 500;
}
.shop .nice-select .list li{
	color:#666;
	border-radius:0px;
}
.shop .nice-select .list li:hover{
	background:var(--primary-color);
	color:#fff;
}
.shop .view-mode {
	float: right;
}
.shop .view-mode li {
	display: inline-block;
	margin-right: 5px;
}
.shop .view-mode li:last-child{
	margin:0;
}
.shop .view-mode li a {
	width: 43px;
	height: 32px;
	background: transparent;
	border: 1px solid #77777775;
	text-align: center;
	display: block;
	line-height: 32px;
	color: #888;
	border-radius: 0px;
}
.shop .view-mode li.active a,
.shop .view-mode li:hover a {
	background: var(--primary-color);
	color:#fff;
	border-color:transparent;
}
.product-cart:hover .product-img img {
    transform: scale(1.2);
}
.product-img {
    overflow: hidden;
}


.single-product .product-img>a {
  height: 200px;
  }
  section.product-area.shop.section {
  padding: 70px 0px 50px 0px;
  }
  section.product-area.shop.section .single-product{margin-top:25px;}
  .single-widget.range{display:none;}
  .single-widget.range button {
  width: 100%;
  }
  .price_slider_amount {
      text-align: center;
  }
  ul.authrization li a,.sinlge-bar .single-icon{padding:0px;}

/*======================================
   End Shop Sidebar CSS*/


   /* Sinlge Product */
.single-product{
	margin-top:50px;
	border: 1px solid #ebebeb;
	padding: 15px;
	transition: all 0.5s;
}
.single-product .product-img {
  position: relative;
  overflow: hidden;
  cursor:pointer;
}
.single-product .product-img>a {
    display: block;
    position: relative;
    height: 284px;
    text-align: center;
    border: 1px solid black;
}
.single-product .product-img a img {
  	max-height: 100%;
    max-width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.single-product:hover {
	box-shadow: 1px 1px 10px #cccccc;
}
.single-product .product-img a img.hover-img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.5s ease, transform 2s cubic-bezier(0, 0, 0.44, 1.18), -webkit-transform 2s cubic-bezier(0, 0, 0.44, 1.18);
}


.single-product .product-img a span.price-dec {
	background-color: #f6931d;
	display: inline-block;
	font-size: 11px;
	color: #fff;
	right: 0px;
	top: 0px;
	padding: 1px 16px;
	font-weight: 700;
	border-radius: 0;
	text-align: center;
	position: absolute;
	text-transform: uppercase;
	border-radius: 30px;
	height: 26px;
	line-height: 25px;
}
.single-product .product-img a span.new {
	background-color: #28a745;
	display: inline-block;
	font-size: 11px;
	color: #fff;
	right: 0px;
	top: 0px;
	padding: 1px 16px;
	font-weight: 700;
	border-radius: 0;
	text-align: center;
	position: absolute;
	text-transform: uppercase;
	border-radius: 30px;
	height: 26px;
	line-height: 24px;
}
.single-product .product-img a span.featured {
	background-color: #007bff;
	display: inline-block;
	font-size: 11px;
	color: #fff;
	right: 0px;
	top: 0px;
	padding: 1px 16px;
	font-weight: 700;
	border-radius: 0;
	text-align: center;
	position: absolute;
	text-transform: uppercase;
	border-radius: 30px;
	height: 26px;
	line-height: 24px;
}
.single-product .product-img a span.on_sale {
	background-color: #ffc107;
	display: inline-block;
	font-size: 11px;
	color: #fff;
	right: 0px;
	top: 0px;
	padding: 1px 16px;
	font-weight: 700;
	border-radius: 0;
	text-align: center;
	position: absolute;
	text-transform: uppercase;
	border-radius: 30px;
	height: 26px;
	line-height: 24px;
}
.single-product .product-img a span.exclusive {
	background-color: #dc3545;
	display: inline-block;
	font-size: 11px;
	color: #fff;
	right: 0px;
	top: 0px;
	padding: 1px 16px;
	font-weight: 700;
	border-radius: 0;
	text-align: center;
	position: absolute;
	text-transform: uppercase;
	border-radius: 30px;
	height: 26px;
	line-height: 24px;
}
.single-product .product-img a span.out-of-stock {
	background-color: #ed1b24;
	display: inline-block;
	font-size: 11px;
	color: #fff;
	right: 0px;
	top: 0px;
	padding: 1px 16px;
	font-weight: 700;
	border-radius: 0;
	text-align: center;
	position: absolute;
	text-transform: uppercase;
	border-radius: 30px;
	height: 26px;
	line-height: 24px;
}
.single-product .product-img .product-action {
	display: inline-block;
	position: absolute;
	right: 2px;
	bottom: 0;
	z-index: 99;
	border-radius: 3px;
}
.single-product .product-img .product-action a {
	background-color: transparent;
	color: #333;
	display: block;
	font-size: 16px;
	display: inline-block;
	margin-right: 15px;
	text-align: right;
	height: 52px;
	position: relative;
	top: 2px;
}
.single-product .product-img .product-action a:last-child{
	margin-right:0;
	border:none;
}
.single-product .product-img .product-action a i {
  line-height: 40px;
}
.single-product .product-img .product-action a span {
	visibility: hidden;
	position: absolute;
	color: #fff !important;
	text-align: center;
	padding: 5px 12px;
	z-index: 3;
	background: #8ac336;
	opacity: 0;
	-webkit-transition: opacity .6s, margin .3s;
	-o-transition: opacity .6s, margin .3s;
	transition: opacity .6s, margin .3s;
	font-size: 11px;
	right: 0;
	line-height: 14px;
	top: -12px;
	margin-top: -5px;
	margin-right: 0;
	display: inline-block;
	width: 120px;
	border-radius:15px 0 0 15px;
}
.single-product .product-img .button-head .product-action a span::after {
	position: absolute;
	content: "";
	right: 0;
	bottom: -12px;
	border: 6px solid #8ac336;
	border-left:0px solid transparent;
	border-right:6px solid transparent;
	border-bottom:6px solid transparent;
}
.single-product .product-img .product-action a:hover {
	color: #8ac336;
}
.single-product .product-img .product-action a:hover span {
  visibility: visible;
  opacity: 1;
  color:#333;
  background: #8ac336;
  margin-top: -20px;
}

.single-product .product-img .product-action.pro-action-width-dec a {
  width: 30px;
  height: 30px;
  font-size: 14px;
}
.single-product .product-img .product-action.pro-action-width-dec a i {
  line-height: 30px;
}
.single-product .product-img .product-action.pro-action-width-dec-2 {
  bottom: 45px;
}
.single-product .product-img .product-action-2 {
	position: absolute;
	left: 0;
	bottom: 0;
	text-align: left;
	z-index: 99;
	-webkit-transition: all 250ms ease-out;
	-o-transition: all 250ms ease-out;
	transition: all 250ms ease-out;
}
.single-product .product-img .product-action-2 a {
	display: block;
	background-color: transparent;
	color: #333;
	text-align: left;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 1;
	display: inline-block;
	height: auto;
}
.single-product .product-img .product-action-2 a:hover {
  color: #8ac336;
}
.single-product .button-head {
	background: #fff;
	display: inline-block;
	height: 40px;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: -50px;
	z-index: 9;
	height: 50px;
	line-height: 50px;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
}

.single-product:hover .button-head{
	bottom:0;
}
.single-product .product-img .shop-list-quickview {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
  text-align: center;
  z-index: 99;
  margin-top: 20px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all .35s ease 0s;
  -o-transition: all .35s ease 0s;
  transition: all .35s ease 0s;
}
.single-product .product-img .shop-list-quickview a {
  color: #000;
  background-color: #fff;
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  font-size: 18px;
}
.single-product .product-img .shop-list-quickview a:hover {
  background-color: #222;
  color: #fff;
}
.single-product .product-img .shop-list-quickview a i {
  line-height: 50px;
}
.single-product .product-content{
	margin-top: 20px;
    display: -webkit-box;
    display: flex;
    height: 90px;
    padding-bottom: 9px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: end;
    justify-content: flex-end;
    z-index: 0;
}
.single-product .product-img:hover.default-overlay::before {
  background-color: rgba(38, 38, 38, 0.2);
  z-index: 9;
  -webkit-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
  pointer-events: none;
  opacity: 1;
}
.single-product .product-img:hover.default-overlay.metro-overlay::before {
  background-color: rgba(38, 38, 38, 0.4);
  z-index: 9;
  -webkit-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
  pointer-events: none;
  opacity: 1;
}
.single-product .product-img:hover img.hover-img {
  opacity: 1;
}
.single-product .product-content h3 {
   line-height: 22px;
   overflow: hidden;
   text-overflow: ellipsis;
   white-space: nowrap;
   margin: 0;
}
.single-product .product-content h3 a {
	font-size: 18px;
	font-weight: 500;
	margin: 0;
	font-weight: normal;
}
.single-product .product-content h3 a:hover{
	color:var(--primary-color);
}
.single-product .product-content .product-price {
  margin: 6px 0 0 0;
}
.single-product .product-content .product-price span {
	font-size: 16px;
	font-weight: 700;
}
.single-product .product-content .product-price span.old {
  text-decoration: line-through;
  opacity: .6;
  margin-right: 2px;
}

.single-product .product-content .product-rating .reviews li{
	float: left;
}
ul.reviews{padding-left:0px !important;}

.single-product .product-content .product-rating .reviews li > i{
	color:var(--primary-color);
}

/*======================================
   End Single Product CSS*/
   

/*********** Product Detail section CSS Start ********/   
  .single-product .product-img>a {
    height: 200px;
    }
    header.header-main {
    background: #000000cf;
    padding: 0px 0px 10px 0px;
    position:relative !important;
}
    .contact-txt span {
    padding: 11px 35px !important;
    }
        .single-product .product-img>a {
    height: 200px;
    }
    section.product-area.shop.section {
    padding: 70px 0px 50px 0px;
    }
    section.product-area.shop.section .single-product{margin-top:25px;}
    .single-widget.range{display:none;}
    .single-widget.range button {
    width: 100%;
    }
    .price_slider_amount {
        text-align: center;
    }
    ul.authrization li a,.sinlge-bar .single-icon{padding:0px;}
    .shop.single .flexslider-thumbnails ul.slides {
    height: 100%  !important;
    text-align: center;
    }
    
    .shop.single .flexslider-thumbnails ul.slides li {
        height: 100%  !important;
    }
    
    .shop.single .flexslider-thumbnails ul.slides li img {
    height: 100%;
    object-fit: contain;
    }
    .shop.single .flexslider-thumbnails {
    height: 481px !important;
    }
    .shop.single .product-des .product-buy{
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    }
    .add-to-cart a+a {
    display: flex !important;
    align-items: center;
    height: 140px;
    justify-content: center;
    }
    .short h4 {
    font-size: 39px !important;
    line-height: 43px !important;
    padding: 20px  0 0 0;
    position: relative;
    }

    .short h4:before {
        position: absolute;
        content: "";
        width: 94%;
        height: 4px;
        background: black;
        bottom: -7px;
    }
    .ctmain_set {
    display: flex;
    align-items: center;
    gap: 50px;
    padding: 20px 0 0 0;
    }
    .shop.single{
	padding:70px 0 100px;
}
.shop.single .product-gallery {
	margin-top: 30px;
}
.shop.single .flexslider-thumbnails {
	position: relative;
	border: 1px solid #ece9e9;
}
.shop.single .product-gallery .slides li{
	position:relative;
}
.shop.single .product-gallery .slides li img{
	width:100%;
}
.shop.single .flex-control-nav{
	margin-top:15px;
}
.shop.single .flex-control-thumbs li {
	width: 20%;
	position: relative;
	margin: 0 8px 10px -3px;
}
.shop.single .flex-control-thumbs li img {
	border: none;
	padding: 0;
	border:1px solid transparent;
}
.shop.single .flex-control-thumbs li img.flex-active{
	border-color:var(--primary-color);
}
.shop.single .flex-direction-nav{
	display:none;
}
.shop.single .product-des{
	margin-top:30px;
}
.shop.single .product-des .short h4 {
	font-size: 22px;
	font-weight: 600;
	margin-top: -5px;
	line-height: 28px;
}
.shop.single .product-des .short .description {
	font-size: 14px;
	color: #555555;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #eee;
}
.shop.single .product-des {}
.shop.single .product-des .total-review{
	font-size:14px;
	font-weight:500;
	margin-left:10px;
	display:inline-block;
}
.shop.single .product-des .total-review:hover{
	color:var(--primary-color);
}
.shop.single .product-des  .rating{
	margin-top:20px;
	display:inline-block;
}
.shop.single .product-des .rating li{
	display:inline-block;
}
.shop.single .product-des .rating li i{
	color:var(--primary-color);
}
.shop.single .product-des .rating li.dark i{
	color:#555;
}
.shop.single .product-des .price {
	font-size: 20px;
	color: #333;
	font-weight: 600;
	margin-top: 15px;
}
.shop.single .product-des .price s{
	color:#333;
}
.shop.single .product-des .price span{
	display:inline-block;
	margin-right:15px;
	color:var(--primary-color);
}
.shop.single .product-des .product-buy {
	margin-top: 40px;
}
.shop.single .product-des .product-buy{}
.shop.single .product-des .color {
	display: inline-block;
	margin-right: 50px;
}
.shop.single .product-des .color h4 {
	font-size: 18px;
	font-weight: 600;
}
.shop.single .product-des .color h4 span {
	display: block;
	font-size: 14px;
	font-weight: 500;
	margin-top: 4px;
}
.shop.single .product-des .color ul{
	margin-top: 10px;
}
.shop.single .product-des .color ul li{
	display:inline-block;
	margin-right:5px;
}
.shop.single .product-des .color ul li:last-child{
	margin-right:0;
}
.shop.single .product-des .color ul li a{
	height:30px;
	width:30px;
	line-height:30px;
	text-align:center;
	display:block;
	background:#333;
}
.shop.single .product-des .color ul li a i{
	font-size:11px;
	color:#fff;
	opacity:0;
	visibility:hidden;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
.shop.single .product-des .color ul li a:hover i{
	opacity:1;
	visibility:visible;
}
.shop.single .product-des .color ul li .one{
	background:#3498db;
}
.shop.single .product-des .color ul li .two{
	background:var(--primary-color);
}
.shop.single .product-des .color ul li .three{
	background:#8e44ad;
}
.shop.single .product-des .color ul li .four{
	background:#2ecc71;
}
/* Size */
.shop.single .product-des .size{
	display:inline-block;
}
.shop.single .product-des .size h4{
	display: block;
	font-size: 14px;
	font-weight: 500;
	margin-top: 0px;
}
.shop.single .product-des .size ul{
	display:inline-block;
	margin-top: 10px;
}
.shop.single .product-des .size ul li {
	display: inline-block;
	margin-right: 5px;
}
.shop.single .product-des .size ul li:last-child{
	margin-right:0;
}
.shop.single .product-des .size ul li a {
	display: block;
	height: 30px;
	width: 36px;
	border: 1px solid #eee;
	text-align: center;
	line-height: 30px;
	font-size: 14px;
}
.shop.single .product-des .size ul li a:hover{
	color:var(--primary-color);
}

.shop.single .product-des .product_options{
	float: left;
    margin-right: 15px;
}

.shop.single .product-des .product_options h6{
	display: block;
    font-size: 13px;
    font-weight: 500;
    margin-top: 0px;
    margin-bottom: 5px;
}

.shop.single .product-des .product_options select{
	width: 100%;
}

.shop.single .quantity {
	display: inline-block;
	margin-right: 10px;
}
.shop.single .quantity h6 {
	display: inline-block;
	margin-right: 10px;
	font-size: 15px;
	font-weight: 500;
}
.shop.single .quantity .input-group {
	width: 151px;
	display: inline-block;
}
.shop.single .quantity .button {
	display: inline-block;
	position: absolute;
	top: 0;
	display:inline-block;
}
.shop.single .quantity .button.minus{
	left:0;
	border-radius:0;
	overflow:hidden;
}
.shop.single .quantity .button.plus {
	right: 0;
	border-radius:0;
	overflow:hidden;
}
.shop.single .quantity .button .btn {
	padding: 0;
	width: 35px;
	height: 45px;
	line-height: 45px;
	border-radius: 0px;
	background: transparent;
	color: #282828;
	font-size: 12px;
	border: none;
}
.shop.single .quantity .button .btn:hover{
	color:var(--primary-color);
}
.shop.single .quantity .input-number {
	border: 1px solid #eceded;
	width: 100%;
	text-align: center;
	height: 45px;
	border-radius: 0px;
	overflow: hidden;
	padding: 0px 38px;
}
.shop.single .add-to-cart {
	display: flex;
}
.shop.single .add-to-cart .btn {
	height: 45px;
	width: auto;
	padding: 0 30px;
	line-height: 44px;
	text-align: center;
	text-transform: capitalize;
	margin-right: 5px;
	border-radius: 0px;
	background: #333;
	color: #fff;
	display: inline-block;
	font-weight: 500;
}
.shop.single .add-to-cart .btn:hover{
	background: #8ac336;
	color: black;
}
.shop.single .add-to-cart .btn.min {
	padding: 0 20px;
	font-size: 17px;
	position: relative;
	top: 1px;
	line-height: 45px;
}
.shop.single .cat{
	font-size: 14px;
	font-weight: 500;
	color:#333;
	margin-top:30px;
}
.shop.single .cat a{
	display:inline-block;
	margin-left:10px;
}
.shop.single .cat a:hover{
	color:var(--primary-color);
}
.shop.single .availability{
	color:#333;
	font-size:14px;
	margin-top:6px;
}
/* Product Tab */
.shop.single .product-info {
	margin-top: 50px;
}
.shop.single .nav-tabs {
	border:none;
}
.shop.single .nav-tabs li {
	margin-right: 10px;
}
.shop.single .nav-tabs li:last-child{
	margin-right:0;
}
.shop.single .nav-tabs li a {
	border: 0px solid;
	border-radius: 0px;
	background: #fff;
	color: #333;
	padding: 10px 30px;
	font-weight: 500;
	font-size: 14px;
	border: 1px solid #eee;
}
.shop.single .nav-tabs li a i{
	margin-right:10px;
}
.shop.single .nav-tabs li a.active,
.shop.single .nav-tabs li:hover a{
	background: #8ac336;
	color: black;
	border-color: #8ac336;
}
.shop.single .tab-single {
	
}
.shop.single .single-des {
	margin-top:35px;
}
.shop.single .single-des h4{
	margin-bottom:15px;
	font-weight:500;
	font-size:22px;
	
}
.shop.single .single-des ul{}
.shop.single .single-des ul li {
	color: #555;
	display: block;
	margin-bottom: 10px;
	position:relative;
	padding-left:20px;
}
.shop.single .single-des ul li::before {
	position: absolute;
	content: "";
	left: 0;
	top: 9px;
	height: 7px;
	width: 7px;
	background: var(--primary-color);
	border-radius: 50%;
}
.shop.single .single-des p{
	margin-top: 1rem;
}

.shop.single .item-info {
	width: 100%;
}
.shop.single .item-info tbody{}
.shop.single .item-info tbody tr{}
.shop.single .item-info tbody td {
	border: 1px solid #e6e6e6;
	padding: 10px;
}
.shop.single .item-info tbody strong{}
.shop.single .ratting-main{}
.shop.single .avg-ratting {
	margin-bottom: 20px;
}
.shop.single .avg-ratting h4 {
	font-size: 18px;
	margin: 0;
}
.shop.single .avg-ratting h4 span{
	font-size:14px;
}
.shop.single .single-rating {
	margin-bottom: 20px;
}
.shop.single .single-rating:last-child{
	margin:0;
	border:none;
	padding:0;
}
.shop.single .rating-author {
	float: left;
	margin-right: 10px;
	padding: 20px;
	padding-right: 10px;
}
.shop.single .rating-author img {
	width: 60px;
	border-radius: 100%;
	height: 60px;
}
.shop.single .rating-des {
	padding-left: 72px;
	background: #f9f8f8;
	padding: 17px 20px 17px 107px;
}
.shop.single .rating-des .ratings {
	margin: 0;
}
.shop.single .rating-des h6 {
	font-size: 14px;
	font-weight: 600;
	line-height: 18px;
}
.shop.single .ratting-main .single-rating ul{}
.shop.single .ratting-main .single-rating ul li{
	display:inline-block;
}
.shop.single .ratting-main .single-rating ul li i{
	color:var(--primary-color);
	font-size:14px;
}
.shop.single .review-inner label {
	display: inline-block;
	margin: 0 5px 0 0;
}
.shop.single .review-inner .ratings {
	overflow: visible;
	display: inline-block;
	margin: 0;
}
.shop.single .review-inner .ratings ul{
	display:inline-block;
}
.shop.single .ratting-main .single-rating ul {
	display: inline-block;
	margin-right: 5px;
}
.shop.single .ratings .rate-count {
	display: inline-block;
	color: #666;
	font-size: 13px;
}
.shop.single .comment-review {
	margin-bottom: 30px;
}
.shop.single .comment-review .add-review{
	margin-top:30px;
}
.shop.single .comment-review .add-review h5{
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 7px;
}
.shop.single .comment-review .add-review p{
	color:#333;
}
.shop.single .comment-review h4 {
	font-size: 15px;
	font-weight: 600;
	margin-bottom: 7px;
	margin-top:20px;
}
.shop.single .comment-review .review-inner{
	margin-bottom:15px;
	display:block;
}
.shop.single .comment-review .rating li {
	display:inline-block;
}
.shop.single .comment-review .rating li i{
	color:var(--primary-color);
	font-size: 14px;
}
.shop.single .rating-des p{
	margin-top:5px;
}
.shop.single .avg-ratting h4 {
	font-size: 20px;
	color: #333;
}
.shop.single .avg-ratting{}
.shop.single .form .form-group input {
	width: 100%;
	height: 45px;
	padding: 10px 20px;
	background: #fff;
	border: 1px solid #ddd;
	resize: none;
	border-radius: 0;
	color: #333;
}
.shop.single .form .form-group button {
	border: none;
	padding: 15px 50px;
	background: #8ac336;
	color: black;
	opacity: 1;
}
.shop.single .form .form-group textarea {
	width: 100%;
	height:200px;
	border:1px solid #ddd;
	resize:none;
	border-radius:0;
	color: #333 !important;
	padding: 10px 15px;
}
.shop.single .form .form-group label {
	color: #333;
	position: relative;
}
.shop.single .form .form-group label span {
	color: #8ac336;
	display: inline-block;
	position: absolute;
	right: -12px;
	top: 4px;
	font-size: 16px;
}
.shop.single .review-panel{
	margin-top:35px;
}

/* Comments */
.shop .comments{
	margin-top:40px;
}
.shop .comments .comment-title {
	position: relative;
	font-size: 18px;
	font-weight: 600;
	text-transform: capitalize;
	margin-bottom: 30px;
	display: block;
	background: #fff;
	padding-left: 12px;
}
.shop .comments .comment-title:before{
	position: absolute;
	content: "";
	left: 0;
	bottom: -1px;
	height: 100%;
	width: 3px;
	background: #8ac336;
}

.shop .comments .single-comment {
	position: relative;
	margin-bottom: 15px;
	border-radius: 5px;
	padding-left: 95px;
}
.shop .comments .single-comment.left{
	margin-left:110px;
}
.shop .comments .single-comment img {
	height: 70px;
	width: 70px;
	border-radius: 100%;
	position: absolute;
	left: 0;
	border: 1px solid #eaeaea;
}

.shop .single-comment .content h4 {
	color: #333;
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 10px;
	display: inline-block;
	margin-bottom: 12px;
	text-transform: capitalize;
}
.shop .single-comment .content h4 span {
	display: inline-block;
	font-size: 13px;
	color: #8D8D8D;
	margin: 0;
	font-weight: 400;
	text-transform: capitalize;
	display: block;
	margin-top: 5px;
}
.shop .single-comment .content p {
	color: #666;
	font-weight: 400;
	display: block;
	margin: 0;
	margin-bottom: 5px;
	line-height: 22px;
}
.shop .single-comment .content .btn {
	display: inline-block;
	color: #666;
	font-weight: 400;
	color: #6a6a6a;
	border-radius: 4px;
	text-transform: capitalize;
	font-size: 14px;
	background: transparent;
	padding: 0;
	margin-bottom: 15px;
}

.shop .single-comment .content a i{
	display:inline-block;
	margin-right:5px;
}
.shop .single-comment .content a:hover{
	color:#ee5253;
}
/* Comment Form */
.shop .reply form {
	padding: 40px;
	border: 1px solid #eee;
}
.shop .reply .reply-title {
	position: relative;
	font-size: 18px;
	font-weight: 600;
	text-transform: capitalize;
	margin-bottom: 30px;
	display: block;
	background: #fff;
	padding-left: 12px;
}
.shop .reply .reply-title:before{
	position: absolute;
	content: "";
	left: 0;
	bottom: -1px;
	height: 100%;
	width: 3px;
	background: #8ac336;
}
.shop .reply .form-group {
	margin-bottom: 20px;
}
.shop .reply .form-group input {
	width: 100%;
	height: 45px;
	line-height: 50px;
	padding: 0 20px;
	border-radius: 0px;
	color: #333 !important;
	border: none;
	border: 1px solid #eee;
}
.shop .reply .form-group textarea {
	width: 100%;
	height: 200px;
	padding: 10px 15px;
	border-radius: 0px;
	color: #333 !important;
	border: none;
	border: 1px solid #eee;
}
.shop .reply .form-group label {
	color: #333;
	position: relative;
}
.shop .reply .form-group label span {
	color: #8ac336;
	display: inline-block;
	position: absolute;
	right: -12px;
	top: 4px;
	font-size: 16px;
}
.shop .reply .button {
	text-align: left;
	margin-bottom:0px;
}
.shop .reply .button .btn {
	height: 50px;
	border: none;
}

.btn:focus, .btn:active:focus, .btn.active:focus{
    outline:none;
    box-shadow:none;
}

.reply-form .btn-reply{
    padding: 10px 30px;
    color: #fff;
    background: #333;
    border: none;
    transition: all 0.5s;
}

.reply-form .btn-reply:hover{
	background: var(--primary-color);
}
.shop.single .product-des .product-buy{}
.shop.single .product-des .color {
	display: inline-block;
	margin-right: 50px;
}
.shop.single .product-des .color h4 {
	font-size: 18px;
	font-weight: 600;
}
.shop.single .product-des .color h4 span {
	display: block;
	font-size: 14px;
	font-weight: 500;
	margin-top: 4px;
}
.shop.single .product-des .color ul{
	margin-top: 10px;
}
.shop.single .product-des .color ul li{
	display:inline-block;
	margin-right:5px;
}
.shop.single .product-des .color ul li:last-child{
	margin-right:0;
}
.shop.single .product-des .color ul li a{
	height:30px;
	width:30px;
	line-height:30px;
	text-align:center;
	display:block;
	background:#333;
}
.shop.single .product-des .color ul li a i{
	font-size:11px;
	color:#fff;
	opacity:0;
	visibility:hidden;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
.shop.single .product-des .color ul li a:hover i{
	opacity:1;
	visibility:visible;
}
.shop.single .product-des .color ul li .one{
	background:#3498db;
}

/*********** Product Detail section CSS End ********/
   
   
   
/*********** Terms and Condition section CSS Start ********/


.legal-policy {
  padding: 50px 0px;
}

.legal-policy h2 {
  font-family: 'josh';
  font-style: normal;
  font-weight: 700;
  font-size: 90px;
  line-height: 89px;
  text-align: center;
  padding: 0px 0px 30px 0px;
  letter-spacing: 1.18px;
  text-transform: uppercase;
  color: #8ac336;
  text-shadow: 2px 1px 4px #00000066;
}

.legal-policy-txt h4 {
  font-family: 'josh';
  font-style: normal;
  font-weight: 700;
  font-size: 35px;
  line-height: 48px;
  text-transform: capitalize;
  color: #313131;
  padding: 0px 0px 10px 0px;
}

.legal-policy-txt p {
  font-family: 'josh';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  color: #030000;
}


/*********** Terms and Condition section CSS End ********/ 



/*********** Video Page CSS Start ********/ 

.video-sec iframe {
    width: 100%;height: 750px;
}

.video-pg {
    padding: 60px 0px;
}

/*********** Video Page CSS End ********/



/*********** Reviews Page CSS Start ********/

.reviews-sec {
    padding: 50px 0px;
}

.reviews-sec h2 {
    font-family: 'josh';
    font-style: normal;
    font-weight: 700;
    font-size: 90px;
    line-height: 89px;
    text-align: center;
    padding: 0px 0px 30px 0px;
    letter-spacing: 1.18px;
    text-transform: uppercase;
    color: #8ac336;
    text-shadow: 2px 1px 4px #00000066;
}

.review-box {
    text-align: center;
    padding: 10px 20px;
}

.review-box img {
    width: 130px;
    margin: 0px 0px 10px 0px;
}

.review-box p {
    font-family: 'josh';
    font-size: 18px;
    color: black;
}

.review-box h4 {
    font-family: 'josh';
    font-weight: bold;
    color: black;
}
.shape-body-slider ul.slick-dots li button {
    font-size: 0;
    border: 0;
}

.shape-body-slider ul.slick-dots li.slick-active button {
    background: white;
}

.shape-body-slider ul.slick-dots li.slick-active {
    background: white;
}
/*********** Reviews Page CSS End ********/
  
.popup {
    position: relative;
}

.popup-content {
    position: fixed;
    z-index: 999;
    transform: translate(-50%,-50%);
    left: 50%;
    height: 340px;
    text-align: center;
    width: 550px;
    padding: 30px;
    top: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    box-shadow: 0 0 20px 11px #00000082;
    background-image: linear-gradient(109.6deg, #8ac339b8 11.2%, #8AC339 91.1%);
}  

.popup-content p span {
    font-size: 60px;
    color: white;
    border: 3px solid white;
    padding: 40px 22px 8px 22px;
    border-radius: 50%;
    display: block;
    height: 110px;
    width: 110px;
}
.popup-content h2 {
    color: white;
    padding: 0px 0px 25px 0px;
    font-size: 35px;
}
  
/*.about1-txt {*/
/*    width: 400px;*/
/*    position: absolute;*/
/*    top: 12%;*/
/*    right: 560px;*/
/*}*/

.second-image-about img {
    width: 100%;
}

.about-pg-banner {
    position: relative;
    padding: 60px 0;
}

.about-pg-banner img {
    width: 100%;
}

.about1-txt p {
    margin: 0;
    color: black;
    text-align: center;
    font-size: 20px;
    line-height: 30px;
}   

.about1-txt h2 {
    font-size: 38px;
    color: white;
    font-family: 'josh';
} 
.about-2 {
    top: 40% !important;
}

.about-3 {
    top: 70% !important;
}

.inner-image-sec {
    padding: 0;
    overflow: hidden;
}
   

@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1370px;
  }
}
