* {
  margin: 0;
  outline: none;
  padding: 0;
  text-decoration: none;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

a:hover {
  text-decoration: none !important;
  color: inherit;
}
html {
  -webkit-text-size-adjust: 100%;
}
body {
  font-family: "gothambook";
  font-size: 15px;
  color: #000;
  overflow-x: hidden;
}

.checkout-first-form #city {
  background: #fff;
}

.checkout-first-form #billing_city {
  background: #fff;
}

.checkout-form-left.last_select-box {
  width: 100%;
}

.checkout-form-left.last_select-box select {
  background: #fff;
}

a {
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.clr,
.clear {
  clear: both;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: " ";
}
.clearfix:after {
  clear: both;
}

p {
  font-family: "gothambook";
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 10px;
}
ul li {
  list-style: none;
}
.subpega ul:not([class]) li {
  list-style: none;
  background: url(assets/images/bullet.png) no-repeat 0 7px;
  position: relative;
  padding-left: 8px;
}

li.clr {
  clear: both;
  float: none !important;
  width: auto !important;
  height: auto !important;
  border: 0 !important;
  background: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

img {
  max-width: 100%;
  display: block;
}

img.img-fluid {
  padding: 10px;
}

header {
  position: relative;
  z-index: 1222;
}

section {
  padding: 0;
}

/* select{
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
} */

select:focus {
  outline: none;
}

input:focus {
  outline: none;
}

textarea:focus {
  outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  color: #000;
  margin-bottom: 10px;
}

h1 {
  font-size: 46px;
  line-height: 40px;
}
h2 {
  font-size: 50px;
  line-height: 45px;
}
h3 {
  font-size: 24px;
}
h4 {
  font-size: 20px;
}
h5 {
  font-size: 18px;
}
h6 {
  font-size: 14px;
}

.height5 {
  height: 5px;
}

.height10 {
  height: 10px;
}

.height20 {
  height: 20px;
}

.height30 {
  height: 30px;
}

.height40 {
  height: 40px;
}

.height50 {
  height: 50px;
}

.margin-top-40 {
  margin-top: 40px;
}

.margin-top-30 {
  margin-top: 30px;
}

.margin-top-20 {
  margin-top: 20px;
}

.margin-top-10 {
  margin-top: 10px;
}

.margin-top-5 {
  margin-top: 5px;
}

.margin-bottom-40 {
  margin-bottom: 40px;
}

.margin-bottom-30 {
  margin-bottom: 30px;
}

.margin-bottom-20 {
  margin-bottom: 20px;
}

.margin-bottom-10 {
  margin-bottom: 10px;
}

.margin-bottom-5 {
  margin-bottom: 5px;
}

.padding-top-40 {
  padding-top: 40px;
}

.padding-top-30 {
  padding-top: 30px;
}

.padding-top-20 {
  padding-top: 20px;
}

.padding-top-10 {
  padding-top: 10px;
}

.padding-top-5 {
  padding-top: 5px;
}

.padding-top-35 {
  padding-top: 35px;
}

.padding-bottom-60 {
  padding-bottom: 60px;
}

.padding-bottom-50 {
  padding-bottom: 50px;
}

.padding-bottom-40 {
  padding-bottom: 40px;
}

.padding-bottom-35 {
  padding-bottom: 35px;
}

.padding-bottom-30 {
  padding-bottom: 30px;
}

.padding-bottom-20 {
  padding-bottom: 20px;
}

.padding-bottom-10 {
  padding-bottom: 10px;
}

.padding-bottom-5 {
  padding-bottom: 5px;
}

.no-bg-img {
  background-image: none !important;
}

.no-bg {
  background: none !important;
}

.no-margin {
  margin: 0 !important;
}

.no-margin-top {
  margin-top: 0 !important;
}

.no-margin-right {
  margin-right: 0 !important;
}

.no-margin-bottom {
  margin-bottom: 0 !important;
}

.no-margin-left {
  margin-left: 0 !important;
}

.no-padding {
  padding: 0 !important;
}

.no-padding-top {
  padding-top: 0 !important;
}

.no-padding-right {
  padding-right: 0 !important;
}

.no-padding-bottom {
  padding-bottom: 0 !important;
}

.no-padding-left {
  padding-left: 0 !important;
}

.inline {
  display: inline-block !important;
}

.relative {
  position: relative !important;
}

.absolute {
  position: absolute !important;
}

.static {
  position: static !important;
}

.hidden-content {
  display: none;
}

.display-none {
  display: none;
}

.responsive-img {
  width: 100%;
  height: auto;
}

input[type="text"] {
  /* Remove First */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.header {
  width: 100%;
  height: auto;
  position: fixed;
  top: 0px;
  z-index: 999;
}

.logo {
  float: left;
  -webkit-transition: all 2s linear;
  -moz-transition: all 2s linear;
  -ms-transition: all 2s linear;
  -o-transition: all 2s linear;
  transition: all 2s linear;
}

.menu-main-container {
  width: calc(100% - 240px);
  float: right;
  background-color: transparent;
  min-height: 80px;
  border-bottom: 1px solid #f3f3f3;
  position: relative;
  background: rgba(0, 0, 0, 0.2);
}

.swiper-container {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

nav {
   margin-top: 37px;
  display: inline-block;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
}

nav ul li {
  list-style: none;
  display: inline-block;
  margin-left: 35px;
}

nav ul li a {
  font-size: 15px;
  color: #fff;
  text-transform: uppercase;
  font-family: "titilliumregular";
  -webkit-transition: all 1s linear;
  -moz-transition: all 1s linear;
  -ms-transition: all 1s linear;
  -o-transition: all 1s linear;
  transition: all 1s linear;
}

nav ul li.active a {
  color: #f26122;
}

.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.swiper-container .container {
  position: absolute;
  left: auto;
  right: auto;
  margin: 0 auto;
}

.banner-content {
  width: 100%;
  max-width: 600px;
  height: auto;
  min-height: 170px;
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  right: 0px;
  top: 0px;
  bottom: -100px;
  margin: auto;
  text-align: left;
  padding: 30px 40px;
}

.banner-content h3 {
  font-size: 46px;
  font-family: "gothambook";
  color: #192933;
}

.banner-content::after {
  content: "";
  width: 10px;
  height: 100%;
  position: absolute;
  left: -10px;
  top: 0px;
  background-color: #7aad37;
  background-image: url(../images/slider-bg.jpg);
  background-position: top;
  background-repeat: no-repeat;
}

.home-product-category {
  width: 100%;
  height: auto;
  background-color: #f8f8f8;
}

.home-product-category ul {
  display: flex;
  flex-wrap: wrap;
}

.home-product-category li {
  width: 25%;
  min-height: 470px;
  background-color: #fff;
  border-right: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
  text-align: center;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}

.home-product-category li:nth-child(4n) {
  border-right: none;
}

.home-product-category li:hover {
  background-color: #72a331;
}

.product-image {
  padding: 30px;
  position: relative;
}

.product-image-full {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 36px;
  height: auto;
  z-index: 99;
}

.product-image img {
  max-width: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0 auto;
  min-height: 261px;
  background-position: center;
}

.product-content {
  padding: 0px 20px 15px;
}

.product-content h2 {
  font-size: 22px;
  line-height: 26px;
  min-height: 30px;
  color: #000;
  font-family: "gothambook";
  text-transform: uppercase;
  margin-bottom: 10px;
}

.home-product-category li:hover h2 {
  color: #fff;
}

.product-content h4 {
  display: inline-block;
  text-transform: uppercase;
  color: #3c3c3c;
  font-size: 15px;
  line-height: 18px;
  font-family: "titillium_bold";
}

.home-product-category li:hover h4 {
  color: #fff;
}

.footer-newsletter {
  width: 100%;
  padding: 120px 0px;
  background-color: #f3f3f3;
  background-image: url(../images/news-letter-bg.jpg);
  background-position: top right;
  background-repeat: no-repeat;
  box-sizing: border-box;
}

.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.news-letter-container {
  width: 50%;
  float: left;
}

.news-detail-text {
  width: 100%;
  box-sizing: border-box;
  padding-left: 100px;
  position: relative;
}

.news-detail-text::after {
  content: "";
  width: 78px;
  height: 52px;
  background-image: url(../images/mail-icon.png);
  background-position: top;
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  left: 0;
  top: 2px;
}

.news-detail-text h2 {
  font-family: "gothambook";
  font-size: 30px;
  line-height: 26px;
  color: #000;
}

.news-detail-text p {
  font-family: "gothambook";
  font-size: 17px;
  color: #9b9b9b;
}

.news-letter-form {
  width: 100%;
  border: none;
  line-height: 75px;
  color: #fff;
  font-size: 30px;
  color: #000;
  background-color: transparent;
  border-bottom: 1px solid #dadada;
  margin-top: 20px;
  padding-right: 60px;
  box-sizing: border-box;
}

.news-letter-form::placeholder {
  color: #000;
}

.time-container {
  width: 50%;
  float: left;
  padding-left: 100px;
}

.time-container-inner {
  padding-left: 85px;
  position: relative;
}

.time-container-inner::after {
  content: "";
  width: 72px;
  height: 72px;
  background-image: url(../images/clock-icon.png);
  background-position: top;
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  left: 0;
  top: 2px;
}

.time-container-inner h2 {
  font-size: 30px;
  line-height: 33px;
  font-family: "gothambook";
  color: #000;
  margin-bottom: 15px;
}

.time-container-inner p {
  font-family: "gothambook";
  font-size: 16px;
  color: #000;
  margin-bottom: 10px;
}

.time-container-inner p a {
  color: #000;
}

.time-container-inner p a:hover {
  color: #f26222;
}

footer {
  padding: 75px 0px 90px;
  background-color: #fff;
  box-sizing: border-box;
}

.footer-first-menu {
  width: 19%;
  box-sizing: border-box;
  padding-right: 20px;
  float: left;
}

footer h3 {
  font-size: 18px;
  color: #2d2d2d;
  font-family: "gothambook";
  text-transform: uppercase;
  margin-bottom: 20px;
}

.footer-list li {
  list-style: none;
}

.footer-list li a {
  font-size: 16px;
  color: #2d2d2d;
  line-height: 20px;
  margin-bottom: 10px;
  display: inline-block;
}

.footer-list li a:hover {
  color: #f26222;
}

.footer-contact li a {
  height: 100%;
  display: flex;
}

.footer-second-menu {
  width: 55%;
  float: left;
}

.footer-second-menu li {
  width: 45%;
  box-sizing: border-box;
  padding-right: 20px;
  float: left;
}

.footer-address {
  width: 30%;
  float: left;
  padding-right: 30px;
}

.footer-address p {
  font-size: 16px;
  color: #2d2d2d;
  line-height: 23px;
}

.footer-contact p {
  font-size: 16px;
  color: #2d2d2d;
  font-family: "gothambook";
  margin-bottom: 10px;
}

.footer-contact p a {
  color: #2d2d2d;
}

.footer-contact h3 {
  font-weight: bold;
}

.footer-contact p a:hover {
  color: #f26222;
}

.footer-contact ul {
  display: flex;
  justify-content: left;
}

.footer-contact li {
  width: 36px;
  height: 36px;
  display: block;
  text-align: center;
  background-color: #000000;
  text-align: center;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  margin-right: 15px;
  margin-top: 20px;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}

.footer-contact li a {
  display: flex;
  height: 100%;
  width: 100%;
  color: #bbbbbb;
  justify-content: center;
  align-items: center;
}
.footer-contact li:hover {
  background-color: #f15e22;
}

.footer-contact li:hover a {
  color: #fff;
}

/*product category*/

.inner-page-bg {
  width: 100%;
  height: 290px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.inner-page-bg h1 {
  line-height: normal;
  color: #fff;
  font-size: 40px;
  font-family: "gothambook";
  margin-bottom: 0px;
  text-shadow: 1px 1px 1px #000;
}

.inner-page-bg span {
  color: #fff;
  font-size: 15px;
  font-family: "gothambook";
}

.inner-page-bg p {
  color: #fff;
  font-size: 15px;
  font-family: "gothambook";
  text-shadow: 1px 1px 1px #000;
}

.main-product-certificate {
  width: 100%;
  padding: 115px 0px 115px;
  background-color: #f7fdfe;
}

.heading-one {
  font-size: 40px;
  color: #000000;
  line-height: 40px;
  text-transform: uppercase;
  font-family: "gothambook";
  text-align: center;
}

.main-product-certificate-inside {
  width: 100%;
  box-sizing: border-box;
  background-color: #fff;
  border: 1px solid #c0c0c0;
  padding: 55px 0px;
  margin-top: 30px;
}

.main-product-certificate-inside ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
}
.main-product-certificate-inside li {
  width: 25%;
  text-align: center;
  border-right: 1px solid #c0c0c0;
}

.main-product-certificate-inside li img {
  max-width: 100%;
  margin: 0 auto;
}

.main-product-certificate-inside li:last-child {
  border-right: none;
}

/*product listing*/

.product-listing{
    width: 100%;
    height: auto;
    padding: 55px 0px 120px;
}

.product-filter-container{
        width: 22%;
        float: left;
        -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.14);
-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.14);
box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.14);
}

.filter-heading{
    padding: 20px;
    position: relative;

}

.reset-btn{
    position: absolute;
    right: 17px;
    text-decoration: underline;
    top: 40%;
    display: block;
    color: #000;
    font-size: 14px;
    font-family: 'Gotham Book';
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
}

.reset-btn:hover{
    color: #f26222;
    text-decoration: underline;
}

.filter-heading h2{
    font-size: 22px;
    color: #000;
    line-height: 20px;
    margin-bottom: 0px;
    font-weight: bold;
    font-family: 'Gotham Book';
}

.filter-content{
    padding: 30px 20px 10px;
    border-top: 1px solid #e1e1e1;
}

.filter-content h3{
    padding-right: 30px;
    line-height: 30px;
    width: 100%;
    box-sizing: border-box;
    color: #7aad37;
    font-family: 'Gotham Book';
    font-size: 17px;
    letter-spacing: 1px;
    cursor: pointer;
}

/* Make sure filter section has a smooth border */
/* Ensure filter section has a smooth border */ */
.product-filter-container {
    width: 22%;
    float: left;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.14);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.14);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.14);
    border: 1px solid #e1e1e1;
    background-color: #fff;
}

/* Customize the appearance of the filter labels */
.filter-content h3 {
    padding-right: 30px;
    line-height: 30px;
    width: 100%;
    box-sizing: border-box;
    color: #7aad37;
    font-family: 'Gotham Book';
    font-size: 17px;
    letter-spacing: 1px;
    cursor: pointer;
    font-weight: bold;
    border-bottom: 2px solid #ddd;
    padding-bottom: 10px;
}

/* Smooth transitions for hiding/showing filters */
.filter-content ul {
    display: block;
    margin-top: 10px;
}

.filter-content.active ul {
    display: block;
    transition: all 0.3s ease-in-out;
}

/* Custom checkbox styling */
.filter_checkbox {
    display: none; 
}



/* Styling the label for the checkbox */
.script-check label {
    position: relative;
    display: inline-block;
    padding-left: 35px;  /* Adjust padding to accommodate the custom checkbox */
    cursor: pointer;
    font-size: 16px;
    color: #333;
    font-family: 'Gotham Book';
    letter-spacing: 1px;
}

/* Styling for the custom checkbox (geekmark) */
.script-check label .geekmark {
    position: absolute;
    left: 0;
    top: 0;
    height: 17px;
    width: 17px;
    /* border: 2px solid #7aad37; */
    background-color: #fff;
    cursor: pointer;
    transition: all 0.3s linear;
}

/* Checkbox selected (checked) state */
.filter_checkbox:checked + .geekmark {
    background-color: #7aad37; /* Change to green when checked */
    border-color: #7aad37;
}

/* Inner checkmark when checkbox is selected */
.filter_checkbox:checked + .geekmark:after {
    content: "";
    position: absolute;
    left: 5px;
    top: 5px;
    width: 6px;  /* Adjust size of the checkmark */
    height: 6px;
    background-color: #fff;  /* Inner circle color */
    border-radius: 50%;
    display: block;
}

/* Hover effect for the checkbox labels */
.script-check label:hover {
    color: #f26222; /* Change color on hover */
}

/* Reset button styling */
.reset-btn {
    position: absolute;
    right: 17px;
    text-decoration: underline;
    top: 40%;
    display: block;
    color: #000;
    font-size: 14px;
    font-family: 'Gotham Book';
    transition: all 0.3s linear;
}

.reset-btn:hover {
    color: #f26222;
    text-decoration: underline;
}

.main-heading-filter.active {
    background-image: url(../images/active-arrow.png);
    background-position: center right;
    background-repeat: no-repeat;
}

/* Additional styling for the filter list */
.filter-content ul {
    margin-top: 15px;
}

.filter-content li {
    list-style: none;
    color: #000;
    font-size: 14px;
    margin-bottom: 10px;
}

.filter-drawer-btn,.close-filter-btn{
  display: none;
}

.script-check {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 15px;
    cursor: pointer;
    font-family: 'Gotham Book';
    letter-spacing: 1px;
    font-size: 14px;
    transition: all 0.3s linear;
}

.script-check:hover {
    color: #f26222;
    cursor: pointer;
}

.script-check label{
    cursor: pointer;
}

.script-check:hover{
     color: #f26222;
     cursor: pointer;
}

/* Hide the default checkbox */
input[type=checkbox] {
    visibility: hidden;
}

/* creating a custom checkbox based
    on demand */
.geekmark {
    position: absolute;
    top: 0px;
    left: 0;
    height: 17px;
    width: 18px;
    border: 1px solid #707070;
    cursor: pointer;
}

/* specify the background color to be
shown when hovering over checkbox */
.script-check:hover input ~ .geekmark {
    background-color: 333;
}


/* checkmark to be shown in checkbox */
/* It is not be shown when not checked */
.geekmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* display checkmark when checked */
.script-check input:checked ~ .geekmark:after {
    display: block;
}

/* styling the checkmark using webkit */
/* creating a square to be the sign of
    checkmark */
    .script-check .geekmark:after {
        left: 5px;
        bottom: 4px;
        width: 4px;
        height: 8px;
        transform: rotate(45deg);
        /* border-bottom: 2px solid #000;
        border-right: 2px solid #000; */
    }

    .filter-last-content{
        width: 100%;
        height: auto;
        border-top: 1px solid #e1e1e1;
        padding-top: 25px;
        padding-bottom: 80px;
    }

    .filter-last-content h3{
        padding: 0px 20px;
        font-size: 17px;
        color: #7aad37;
        letter-spacing: 1px;
        font-family: 'Gotham Book';
    }

    .filter-last-content h3 a{
        color: #7aad37;
    }

    .filter-last-content h3 a:hover{
        color: #f26222;
    }

    .filter-last-content li{
        width: 100%;
        float: left;
        padding: 15px 20px;
        border-top: 1px solid #e1e1e1;
    }


    .filter-last-content li a{
        font-family: 'Gotham Book';
        line-height: 20px;
        font-size: 15px;
        letter-spacing: 1px;
        color: #000;
    }

    .filter-last-content li a:hover{
        color: #f26222;
    }

    .product-listing-main{
        width: 75%;
        float: right;
    }

    .product-listing-main ul{
        display: flex;
        flex-wrap: wrap;
    }

    .product-listing-main ul li{
        width: 32.5%;
        margin-right: 1.2%;
        -webkit-box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 14%);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.14);
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 14%);
    margin-bottom: 15px;
    padding-bottom: 40px;
    position: relative;
    }

    .product-listing-main ul li:nth-child(3n) {
        margin-right: 0px;
    }

    .product-listing-main ul li .product-image img{
        transition: all 0.3s linear;
        -webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        -ms-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
    }

    .product-listing-main ul li:hover .product-image{
        overflow: hidden;
    }

    .product-listing-main ul li:hover .product-image img{
                       transform:scale(1.1,1.1);
                       -webkit-transform:scale(1.1,1.1);
                       -moz-transform:scale(1.1,1.1);
                       -ms-transform:scale(1.1,1.1);
                       -o-transform:scale(1.1,1.1);
    }

    .product-list-content{
        padding: 10px 20px 20px;
        min-height: 123px;
        max-height: 123px;
    }

    .product-list-content h3{
        font-family: 'Gotham Book';
        font-size: 22px;
        color: #000;
        letter-spacing: 1px;
      min-height: 50px;
    }

    .product-list-content label{
        font-size: 10px;
        font-family: 'Gotham Book';
        color: #000;
        text-transform:uppercase;
        letter-spacing: 1px;
        width: 100%;
        display: block;
        margin-bottom: 3px;
    }

    .product-list-content span{
        font-size: 18px;
        font-family: 'Gotham Book';
        color: #f26222;
        line-height: 20px;
        text-transform: uppercase;
        margin-top: 5px;
    }

    .product-bottom-main{
        width: 100%;
        border-top: 1px solid #e5e5e5;
        padding: 10px 15px;
        position: absolute;
        bottom: 0px;
        min-height: 42px;
    }

    .product-bottom-main h4{
            font-size: 12px;
            color: #444444;
            margin-bottom: 0px;
            line-height: 20px;
            font-family: 'Gotham Book';
            float: left;
    }

    /* .product-bottom-main ul{
        width: calc(100% - 70px);
        float: right;
        display: block;
        text-align:right;
    } */



    .product-bottom-main ul li a{
        font-family: 'Gotham Book';
        font-size: 9px;
        color: #000;
    }

    .product-page-bg{
        padding-top: 100px;
    }

    .product-list-bg{
        padding-top: 100px;
        background-position: center !important;
    }

    .products-detail-section{
        width: 100%;
        height: auto;
    }

    .product-detail-first-section{
        width: 100%;
        height: auto;
    }

    .product-detail-gallery-main{
        width: 52%;
        float: left;
        min-height: 580px;
        margin-top: -40px;
        background: #fff;
        z-index: 99;
        position: relative;
        left: -30px;
        padding: 30px;
        box-sizing: border-box;
    }

    .product-page-bg{
        position: relative;
    }

    .product-page-bg::after{
        content: "";
        width: 100%;
        height: 4px;
        position: absolute;
        z-index: 9;
        left: 0px;
        bottom: 0px;
        background-image: url(../images/bg-product-detail.jpg);
    background-position: center right;
    background-repeat: no-repeat;
    background-size: 100%;
    }

    .product-detail-gallery-main .swiper-wrapper{
        border: 1px solid #d3d3d3;
    }

    .product-detail-text{
        width: 48%;
        float: left;
        padding: 60px 0px 15px 0px;
        box-sizing: border-box;

    }

    .product-detail-text p{
        font-size: 15px;
        font-family: 'gothammedium';
        font-weight: 600;
        line-height: 22px;
        color: #000;
        margin-bottom: 30px;
    }

    .numbers-product{
        width: 100%;
        padding-top: 30px;
        border-top: 1px solid #cccccc;
    }

    .numbers-product h5{
        font-family: 'gothammedium';
        font-weight: 600;
        font-size: 15px;
        margin-bottom: 8px;
        color: #000;
    }

    .numbers-product select{
        width: 244px;
        height: 42px;
        padding: 0px 20px;
        background-image: url(../images/active-arrow.png);
        background-position: center right 10px;
        background-repeat: no-repeat;
        border: 1px solid #d6d6d6;
        appearance: none;
    }

    .main-price-container{
        width: 100%;
        margin-top: 40px;
        padding-top: 40px;
        border-top: 1px solid #cccccc;
    }

    .price-value{
               font-size: 30px;
               color: #7aad37;
               font-family: 'gothammedium';
               font-weight: 600;
    }

    /* .add-cart-container{
        width: 100%;
        margin-top: 60px;
    }

    .add-cart-container select{
        width: 80px;
        height: 45px;
        float: left;
        padding: 0px 20px;
        border: 1px solid #d4d4d4;
        background-image: url(../images/active-arrow.png);
        background-position: center right 10px;
        background-repeat: no-repeat;
        position: relative;
        appearance: none;
    }

    .add-cart-container select::after{
        content: "";
        position: absolute;
        width: 1px;
        height: 5px;
        background-color: #000;
    }

    .add-cart-btn{
        width: calc(100% - 143px);
        height: 45px;
        background-color: #77ab2f;
        border: none;
        float: left;
        box-shadow: none;
        text-shadow: none;
        margin-left: 8px;
        color: #fff;
        text-transform: uppercase;
        font-family: 'gothambook';
        font-size: 15px;
        cursor: pointer;
        transition: all 0.3s linear;
        -webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        -ms-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;

    }

    .add-cart-btn:hover{
        background-color: #f26222;
    } */


    .add-cart-btn.register-style {
    width: 100%;
    height: 50px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    background-color: #fff;
    border: 3px solid #7cae3b;
    border-radius: 6px;

    color: #7cae3b;
    font-family: "gothammedium";
    text-transform: uppercase;
    font-size: 14px;

    cursor: pointer;
    position: relative;

    box-shadow: none;
    text-shadow: none;
    margin-left: 0;

    transition: all 0.3s linear;
}

.add-cart-btn.register-style:hover {
    background-color: #7cae3b;
    color: #fff;
}
.add-cart-btn-wrap {
    position: relative;
    width: calc(100% - 90px); /* keeps space for quantity */
    float: left;
    margin-left: 8px;
}

.add-cart-btn-wrap::after {
    content: "";
    width: 12px;
    height: 12px;

    position: absolute;
    top: 6px;
    right: 6px;

    background-image: url(../images/btn-bg.png);
    background-repeat: no-repeat;
    background-position: center;

    pointer-events: none;
}

.add-cart-container {
    display: flex;
    gap: 8px;
    margin-top: 60px;
}

.add-cart-container select {
    width: 80px;
    height: 50px;
}

    .favorate-icon{
        width: 47px;
        height:45px;
        float:left;
        border: 1px solid #d4d4d4;
        margin-left: 8px;
        display: inline-block;
        background-image: url(../images/wishlist.svg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: 20px;
        fill: #000;
    }

    .product-features-section {
        width: 100%;
        height: auto;
        padding-top: 50px;
        padding-bottom: 70px;
    }

    .heading-detail-page{
                 width: 100%;
                 line-height: 50px;
                 border-bottom: 1px solid #7aad37;
    }

    .heading-detail-page{
        font-size: 36px;
        color: #000;
        font-family: 'gothambook';
        margin-bottom: 30px;
    }

    .product-features-content p{
        font-size: 16px;
        line-height: 24px;
    }

    .product-features-content ul{
        display: flex;
        flex-wrap: wrap;
        margin-top: 50px;
    }

    .product-features-content ul li{
        width: 25%;
        height: auto;
        line-height: 20px;
        padding: 15px 25px;
        background-color: #f6f7f9;
        margin-right: 15px;
        margin-bottom: 15px;
        color: #000;
        font-size: 15px;
        font-family: 'gothammedium';
        font-weight: 600;
    }


    .product-specification-section{
                   width: 100%;
                   height: auto;
                   padding-bottom: 80px;
    }

    .specification-table{
        width: 100%;
    }

    .specification-table table{
        width: 100%;
        border: 1px solid #e3e3e3;
    }

    .specification-table td{
        height: 50px;
        padding:0px 20px;
        background-color: #e3e3e3;
        font-family: 'gothambook';
        font-size: 15px;
        font-weight: normal;
        color: #000;
        border: 1px solid #fff;
    }

    .specification-table tr:nth-child(1) td{
        background-color: #7aad37;
        font-family: 'gothammedium';
        font-size: 16px;
        color: #fff;
    }

    .specification-table tr:last-child td{
        background-color: #fff;
        border: 1px solid #e3e3e3;
    }

    .specification-table table tbody{
        border: 1px solid #e3e3e3;
    }



    .product-download-section{
        width: 100%;
        height: auto;
        padding-bottom:140px;
    }

    .downloads-container{
        width: 100%;
        margin-top: 20px;
        float: left;

    }

    .download-image{
        width: 23%;
        float: left;
    }

    .download-content{
        width: 60%;
        float: left;
        padding-left: 50px;
        padding-top: 40px;
        box-sizing: border-box;
    }

    .download-content h3{
        font-size: 15px;
        color: #000;
        font-family: 'gothammedium';
        font-weight: 600;
        margin-bottom: 20px;
    }

    .download-content p{
        font-size: 15px;
        color: #000;
        line-height: 22px;
    }

    .download-content a{
        display: inline-block;
        width: 179px;
        height: 39px;
        border: 3px solid #7cae3b;
        display: flex;
       align-items: center;
       justify-content: center;
       font-size: 13px;
       color: #000;
       font-family: 'gothammedium';
        font-weight: 600;
        text-transform: uppercase;
        margin-top: 40px;
        background-color: #fff;
        position: relative;
    }

    .download-content a::after{
        content: "";
        width: 12px;
        height: 12px;
        position: absolute;
        background-image: url(../images/btn-bg.png);
        background-position: center;
        background-repeat: no-repeat;
        right: 5px;
        top: 5px;
    }

    .download-content a:hover{
        background-color: #7cae3b;
        color: #fff;
    }

    .related-products-section,.pair-products-section{
               padding: 90px 0px 100px;
               background: rgb(237,237,237);
               background: linear-gradient(180deg, rgba(237,237,237,1) 71%, rgba(255,255,255,1) 100%);
    }

    .product-download-section .heading-detail-page{
        border-bottom: 1px solid #000;
    }

    .related-products-section .heading-detail-page{
        border-bottom: 1px solid #000;
    }
    .pair-products-section .heading-detail-page{
        border-bottom: 1px solid #000;
    }

    .related-products-main{
        width: 100%;
        height: auto;
    }



    .related-products-main li{
        width:100%;
        background-color: #fff;
        margin-bottom: 15px;
        padding-bottom: 40px;
        position: relative;
    }


    .product-bottom-main ul li {
        width: auto;
        box-shadow: none;
        margin-bottom: 0px;
        padding-bottom: 0px;
        display: inline-block;
        margin-left: 15px;
    }

    .related-product button.owl-dot span{
        width: 10px;
    height: 10px;
    background: #7aad38;
    display: inline-block;
    border-radius: 100%;
    margin: 0px 3px;
    }

    .related-product button.owl-dot.active span{
        background: #f26222;
    }

    .related-product .owl-dots{
        text-align: center;
        margin-top: 8px;
    }

    .main-dashboard-banner{
        min-height: 170px;
        background-size: cover;
    }

    .main-dashboard-breadcrumbs{
        width: 100%;
        height: 55px;
        background-color: #fafafa;
    }

    .main-dashboard-breadcrumbs ul{
        width: 100%;
        text-align: center;
        color: #bdbdbd;
    }

    .main-dashboard-breadcrumbs ul li{
           display: inline-block;
           padding: 0px 5px;
           text-transform: uppercase;
          list-style: none;
          line-height: 55px;
          font-size: 12px;
    }

    .main-dashboard-breadcrumbs ul li{
             color: #bdbdbd;
    }

    .main-dashboard-breadcrumbs ul li a{
        color: #bdbdbd;
}

.main-dashboard-breadcrumbs ul li span{
    color: #7f7f7f;
}

.main-dashbord-wrapper{
    padding: 45px 0px 115px;
}

.dashboard-heading{
    font-size: 50px;
    line-height: 46px;
    color: #27272f;
    text-align: center;
    font-family: 'gothambook';
}

.dashboard-main-content-container{
    width: 100%;
    height: auto;
    margin-top: 40px;
}

.dashboard-nav{
    width: 27%;
    float: left;
    border: 1px solid #d1d3d6;
    padding: 40px 24px;
    min-height: 670px;
    box-sizing: border-box;
}

.dashboard-nav ul li{

      border-bottom: 1px solid #f2f2f2;
      position: relative;
}

.dashboard-nav ul li.active a{
    font-family: 'gotham-bold'
}

.dashboard-nav ul li.active::after{
     content: "";
     width: 4px;
     height: 100%;
     position: absolute;
     background-color: #7aad37;
     top: 0px;
     left: -26px;
}



.dashboard-nav ul li a{
    padding: 15px 0px;
    display: block;
    width: 100%;
    font-size: 14px;
    text-transform: uppercase;
    color: #222121;
    font-family: 'gothambook';
}

.dashboard-nav ul li a:hover{
    color: #7aad37;
}


/*cart*/

.cart-main-content-container{
    width: 100%;
    height: auto;
    margin-top: 65px;
}

.cart-main-content-container ul{
    width: 100%;
    height: auto;
    text-align: left;
    border-bottom: 1px solid #e6e5e1;
}

.cart-main-content-container ul li{
    display: inline-block;
}

.table-heading li{
    font-family: 'gotham-bold';
    font-size: 16px;
    color: #27272f;
    padding-bottom: 10px;
    text-transform: uppercase;
}

.product-name{
    width: 40%;
}

.product-price{
    width: 18%;
}

.product-qty{
    width: 15%;
}

.product-total{
    width: 25%;
    box-sizing: border-box;
    padding-right: 80px;
    position: relative;
}

.cart-product-list{
        width: 100%;
        padding: 15px 0px;
        display: flex;
        align-items: center;
        position: relative;
}

.product-image-cart{
    width: 100px;
    height: 100px;
    float: left;
    border: 1px solid #f5f6fb;
    margin-right: 15px;
    padding: 5px;
}

.product-image-cart img{
    width: 100%;
    background-repeat: no-repeat;
    background-size: contain;
}

.cart-product-list .product-name h3{
    font-size: 14px;
    font-family: 'gothambook';
    color: #27272f;
    text-transform: uppercase;
    margin: 0px;
    font-weight: 600;
}

.cart-product-list .product-total, .cart-product-list .product-price{
    font-family: 'gotham-bold';
    font-size: 14px;
    color: #7aad37;
    text-transform: uppercase;
}

.cart-product-list .product-name{
    display: flex;
    align-items: center;
    padding-right: 20px;
}

.qty-box-main{
    width: 97px;
    height: 40px;
    border: 1px solid #efefef;
    border-radius: 5px;
}


.qty-text{
    width: 45px;
    height: 38px;
    border: none;
    float:left;
    text-align:center;
    color: #8b8b99;
    font-family: 'gothambook';
    font-size: 14px;
}

.qty-box-main a{
     width: 25px;
     height: 38px;
     line-height: 38px;
     float:left;
     text-align: center;
     color: #8b8b99;
     font-family: 'gothambook';
     font-size: 16px;
     display: block;
}

.checkout-delete{
    width: 30px;
    height: 30px;
    position: absolute;
    right: 70px;
    display: block;
    cursor: pointer;
    background-image: url(../images/trash-btn.png);
        background-position: center;
        background-repeat: no-repeat;
}

.cart-bottom-container{
    width: 100%;
    margin-top: 40px;
}

.cart-bottom-coupon{
    width: 30%;
    float: left;
}

.cart-bottom-total{
    width: 58%;
    box-sizing: border-box;
    padding-left: 120px;
    float: right;
}

.cart-bottom-coupon h3{
    font-family: 'gotham-bold';
    color: #27272f;
    font-size: 18px;
    width: 100%;
    background-image: url(../images/coupon-arrow.png);
        background-position: center right;
        background-repeat: no-repeat;

}

.cart-bottom-total h3{
    font-family: 'gotham-bold';
    color: #27272f;
    font-size: 18px;
    width: 100%;
}

.cart-bottom-coupon p{
    font-family: 'gothambook';
    font-size: 14px;
    color: #8b8b99;
}

.coupon-form-main{
       width: 100%;
       margin-top: 55px;
}

.cupon-txt{
    width: 100%;
    height: 50px;
    font-family: 'gothambook';
    font-size: 14px;
    color: #8b8b99;
    line-height: 50px;
    padding: 0px 15px;
    border: 1px solid #e5e6ec;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.cupon-btn{
    width: 150px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    color: #8b8b99;
    border: 1px solid #e5e6ec;
    margin-top: 20px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    background-color: #fff;
    text-transform: uppercase;
    cursor: pointer;
}

.cart-values-main{
       width: 100%;
       margin-top: 20px;
}

.fist-cart-value{
    width: 55%;
    float: left;
}

.second-cart-value{
    width: 45%;
    float: left;
}

.subtotal{
    padding: 20px 0px;
    float: left;
    width: 100%;
    border-bottom: 1px solid #e5e6ec;
}

.subtotal .name{
    font-size: 14px;
    color: #27272f;
    font-family: 'gothammedium';
    text-transform: uppercase;
}


.subtotal .price{
    font-family: 'gotham-bold';
    font-size: 14px;
    color: #7aad37;
    text-transform: uppercase;
    text-align: right;
}

.shipping-details{
    font-family: 'gothambook';
    font-size: 14px;
    color: #8b8b99;

}

.cart_total{
    text-align: right;
}

.fist-cart-value.name{
    text-align: left;
}

.second-cart-value{
    text-align: right;
}


.total-cart {
    float: left;
    width: 100%;
    padding: 30px 0px 0px;
    text-align: right;
}

.total-cart li{
    font-size: 25px;
    color: #27272f;
    font-family: 'gotham-bold';
    text-transform: uppercase;
}

.payment-btns{
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    width: 100%;
}

.main-btn-cart-payment{
      width: 49%;
      height: 80px;
      display: flex;
      font-family: 'gothambook';
      justify-content: center;
      align-items: center;
      border-radius: 5px;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      -ms-border-radius: 5px;
      -o-border-radius: 5px;
      background-color: #e7e7e8;
      font-size: 23px;
      color: #7aad37;
      cursor: pointer;
}

.main-btn-cart-payment:hover{
    background-color: #7aad37;
    color: #fff;
}


.main-btn-cart-payment.second-btn{
    margin-left: 2%;

}
.main-btn-cart-payment.active{
    background-color: #7aad37;
    color: #fff;
}


.proceed-checkout-btn{
    width: 100%;
    height: 50px;
    display: block;
    background-color: #27272f;
    color: #fff;
    display: flex;
    font-family: 'gotham-bold';
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    margin-top: 40px;
    cursor: pointer;
}

.proceed-checkout-btn:hover {
    background-color: #f26222;
}

.cart-mobile-only{
    display: none;
}

.dashboard-right-container{
    float: right;
    width: 71%;
    box-sizing: border-box;
    padding-bottom: 40px;
    border: 1px solid #d1d3d6;
    min-height: 670px;
}

.checkout-cost-container .meta-vat{
    padding-left: 15px;
}

.dashboard-titile{
    width: 100%;
    height: 115px;
    display: flex;
    font-family: 'gothambook';
    font-size: 27px;
    color: #000000;
    align-items: center;
    padding: 0px 45px;
    border-bottom: 1px solid #d1d3d6;
    position: relative;
}

.dashboard-inner-content{
padding: 30px 45px 0px;
}

.dashboard-inner-content p{
    font-family: 'gothambook';
    line-height: 26px;
    font-size: 16px;
    color: #6d6d6d;
    margin-bottom: 30px;
}

.dashboard-inner-content p span{
    font-family: 'gotham-bold';
}

.dashboard-inner-content a{
    color: #a95699;
}

.dashboard-inner-content ul{
    width: 100%;
    float: left;
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
}

.dashboard-inner-content ul li{
    width: 49%;
    background-color: #f9f9f9;
    margin-bottom: 30px;
    margin-right: 2%;
    position: relative;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;

}
.dashboard-inner-content ul li a{
    width: 100%;
    height: 110px;
    display: block;
    display: flex;
    align-items: center;
}


.dashboard-inner-content ul li:nth-child(2n){
    margin-right: 0px;
}

.dashboard-round-icon{
    width: 80px;
    height: 80px;
    background-color: #fff;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    margin-left: 15px;
}

.dashboard-inner-content ul li h3{
    padding-left: 20px;
    margin-bottom: 0px;
    font-family: 'gothambook';
    color: #000000;
    font-size: 27px;
}

.dashboard-inner-content ul li:hover{
    background-color: #7aad37;
    color: #fff;
}

.dashboard-inner-content ul li:hover h3{
    color: #fff;
}

.main-dashboard-edit{
    padding: 30px 45px 0px;
}


.main-dashboard-edit h2{
    font-family: 'gotham-bold';
    font-size: 16px;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 0px;
}

.edit-profile-page{
    width: 100%;
    height: auto;
    margin-top: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #dedede;
}

.edit-profile-page label{
    font-family: 'gotham-bold';
    font-size: 13px;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 10px;
    float: left;
}

.main-text-account{
    width: 100%;
    height: 56px;
    line-height: 56px;
    padding: 0px 20px;
    font-size: 13px;
    font-family: 'gothambook';
    color: #000;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border: 1px solid #e5e6ec;

}

.form-left{
      width: 47%;
      float: left;
      margin-bottom: 20px;
}

.form-right{
    width: 47%;
    float: right;
    margin-bottom: 20px;
}

.fullwidth-btn{
    width: 100%;
    height: auto;
    float: left;
}

.account-update-btn{
          width: 100px;
          height: 46px;
          background-color: #7aad37;
          border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    box-shadow: none;
    border: none;
    font-family: 'gotham-bold';
    font-size: 13px;
    text-transform: uppercase;
    color: #fff;
    margin-top: 15px;
    cursor: pointer;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
}

.account-update-btn:hover{
       background-color: #f26222;
}

.edit-profile-page.change-password{
    padding-bottom: 25px;
    border-bottom: 0px;
}

.edit-profile-page.change-password h2{
    margin-bottom: 20px;
}

.my-address-main{
    width: 100%;
    height: auto;

}

.my-address-main p{
    font-family: 'gothambook';
    line-height: 26px;
    font-size: 16px;
    color: #6d6d6d;
    margin-bottom: 30px;
}

.address-main-inner{
    width: 47%;
    min-height: 280px;
    border: 1px solid #e4e4e4;
    padding: 25px 45px;
    float: left;
    margin-right: 6%;
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 40px;
}

.address-main-inner:nth-child(2n){
    margin-right: 0px;
}

.address-main-inner h3{
    font-family: 'gothambook';
    font-size: 27px;
    color: #000;
    margin-bottom: 15px;
}

.address-botom-edit{
     width: 100%;
     position: absolute;
     height: 20px;
     left: 0px;
     bottom: 30px;
     padding-left: 45px;
     text-align: left;

}

.address-botom-edit li{
    display: inline-block;
    padding-left: 26px;
    width: 80px;
}

.address-botom-edit li a{
    font-size: 14px;
    color: #2e2158;
    font-family: 'gothammedium';
}

.edit-icon{
    background-image: url(../images/edit-icon.png);
    background-position: center left;
    background-repeat: no-repeat;
}

.close-icon{
    background-image: url(../images/close-icon.png);
    background-position: center left;
    background-repeat: no-repeat;
}

.address-botom-edit li.close-icon a{
    color: #fd3636;
}

.dashboard-titile a{
    font-size: 12px;
    font-family: 'gothambook';
    text-transform: uppercase;
    color: #fff;
    padding: 0px 15px;
    float: right;
    height: 46px;
    background-color: #7aad37;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    display: flex;
    align-items: center;
    position: absolute;
    right: 45px;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
}

.dashboard-titile a:hover{
    background-color: #f26222;
}

.my-order-container{
           width: 100%;
           height: auto;
}

.my-order-container ul{
    border-bottom:1px solid #dedede;
    float: left;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background-color: #f2f2f2;
}

.my-order-container ul:last-child{
    border-bottom: none;
}


.my-order-container ul li{
    padding: 25px 20px 25px 25px;
    float: left;
    box-sizing: border-box;
    min-height: 100px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;

}

.my-order-container ul li label{
    width: 100%;
    float: left;
    font-family: 'gothambook';
    font-size: 14px;
    color: #757575;
    margin-bottom: 5px;
}

.my-order-container ul li span{
    font-family: 'gotham-bold';
       font-size: 14px;
       line-height: 18px;
       color: #000;
}

.my-order-container ul li:nth-child(1){
       background-color: #fff;
       padding-left: 40px;

}

.my-order-container ul li:nth-child(3){
    background-color: #fff;
}

.order-name{
    width: 27%;
}

.order-date{
    width: 19%;
}

.order-total{
    width: 21%;
}

.order-status{
    width: 18%;
}
.order-status span{
    font-family: 'gothammedium'!important;
}

.delivered{
    color: #59da3f !important;
}

.pending{
    color: #e0d146 !important;
}

.cancelled{
    color: #f49474 !important;
}

.alert-heading{
        font-size: 20px;
        line-height: 30px;
        text-align: center;
        padding: 20px 0px;
        background: #ff7c3c;
        color: #fff;
        margin-top: 40px;
}

.order-view-btn{
    width: 15%;
    height: 100%;
    text-align: center;
    padding: 0px 10px !important;
    background-color: #f2f2f2;
}

.order-view-btn .view{
    width: 64px;
    height: 25px;
    line-height: 25px;
    display: inline-block;
    align-items: center;
    justify-content: center;
    background-color: #777777;
    color: #fff;
    font-family: 'gothammedium';
    font-size: 11px;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
}

.order-view-btn .view:hover{
    background-color: #f26222;
}

.order-view-btn .review{
    width: 64px;
    height: 25px;
    line-height: 25px;
    display: inline-block;
    align-items: center;
    justify-content: center;
    /* background-color: #777777; */
    background-color: #f26222;
    color: #fff;
    font-family: 'gothammedium';
    font-size: 11px;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
}



.dashboard-right-container.order-history{
    padding-bottom: 0px;
}

/*tankyou*/

.tankyou-page-wrapper{
    padding: 230px 0px 290px;

}

.tankyou-inner-container{
    max-width: 745px;
    text-align:center;
    margin: 0 auto;
    width: 100%;
}

.tankyou-inner-container img{
    display: inline-block;
}

.tankyou-inner-container h2{
    font-family: 'gothambook';
     font-size: 52px;
     color: #27272f;
     line-height: inherit;
     margin-top: 40px;
     text-transform: uppercase;
     letter-spacing: 0px;
}

.tankyou-inner-container p{
    font-size: 13px;
    font-family: 'gothamlight';
    color: #929292;
}

footer.account-page-footer{
    border-top: 1px solid #e3e3e3;
}

.request-quote-popup  .meta-total{
    font-family: 'gotham-bold';
}

.request-quote-popup  .meta-total{
    font-family: 'gotham-bold';
}

.request-quote-popup  .meta-vat{
    font-size: 13px;
}

.cart-bottom-container .fist-cart-value   .meta-vat{
    font-size: 13px;
    font-family: 'gothambook';
    text-transform: none;
}

.main-cost-checkout-total label  .meta-vat{
    font-size: 13px;
    font-family: 'gothambook';
    padding-left: 5px;
    text-transform: none;
}

/*login*/

.login-wrapper{
    width: 100%;
    padding: 90px 0px;
}

.login-container{
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
}
.login-wrapper h2{
    font-family: 'gothambook';
    color:#27272f;
    font-size: 36px;
    margin-bottom: 40px;
    text-transform: uppercase;
}

.google-login-btn{
    font-family: 'gothambook';
    font-size: 14px;
         display: inline-block;
         width: 190px;
         height: 38px;
         line-height: 38px;
         background-color: #da4b42;
         color: #fff;
         text-align: center;
}

.login-form-main{
    margin-top: 30px;
    padding-top: 25px;
    border-top: 1px solid #e5e5e5;
}

.form-group{
    width: 100%;
    float: left;
    margin-bottom: 15px;
}

.form-group label{
    font-size: 14px;
    font-family: 'gothambook';
    color: #8b8b99;
}

.form-group label span{
    color: #eb2e25;
}

.main-text-feild{
         width: 100%;
         height: 48px;
         line-height: 48px;
         padding: 0px 20px;
         font-size: 15px;
         color: #000;
    font-family: 'gothambook';
    border: 1px solid #e5e5e5;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    margin-top: 8px;
}

.container-checkbox {
    display: block;
    position: relative;
    padding-left: 25px;
    cursor: pointer;
    margin-top: 10px;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }

  label.container-checkbox {
    font-family: 'gothambook';
    font-size: 14px;
    color: #27272f;
    line-height: 18px;
  }

  label.container-checkbox:hover{
      color:#f15b22;
  }


.container-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }

  /* Create a custom checkbox */
  .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 16px;
    width: 16px;
    background-color: #eee;
    border: 1px solid #e3e3e3;
    border-radius: 2px;
  }

  /* On mouse-over, add a grey background color */
  .container-checkbox:hover input ~ .checkmark {
    background-color: #ccc;
  }

  /* When the checkbox is checked, add a blue background */
  .container-checkbox input:checked ~ .checkmark {
    background-color: #f15b22;
  }

  /* Create the checkmark/indicator (hidden when not checked) */
  .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }

  /* Show the checkmark when checked */
  .container-checkbox input:checked ~ .checkmark:after {
    display: block;
  }

  /* Style the checkmark/indicator */
  .container-checkbox .checkmark:after {
    left: 4px;
    top: 1px;
    width: 4px;
    height: 8px;
    border: solid white;
    border-width: 0 1px 1px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
/* 
  .login-btn-main{
      float: left;
      margin-top: 10px;
      width: 100%;
  }

  .login-btn{
      width: 170px;
      height: 50px;
      line-height: 50px;
      border-radius: 6px;
      -webkit-border-radius: 6px;
      -moz-border-radius: 6px;
      -ms-border-radius: 6px;
      -o-border-radius: 6px;
      background-color: #7aad37;
      color: #fff;
      border: none;
      font-family: 'gothammedium';
      text-transform: uppercase;
      font-size: 14px;
      float: left;
      cursor: pointer;
      transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
  }

  .login-btn:hover{
      background-color:#f15b22;
  }

  .login-btn-main a{
      margin-left: 30px;
      display: inline-block;
      margin-top: 17px;
      font-size: 14px;
      color: #8b8b99;
      transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
  }

  .login-btn-main a:hover{
      color: #f15b22;
  }


  .login-bottom-text{
      margin-top: 30px;
      float: left;
      padding-top: 30px;
      border-top: 1px solid #e5e5e5;
      width: 100%;
      font-family: 'gothambook';
      color: #919191;
      font-size: 13px;
  }

  .login-bottom-text a{
      text-decoration: underline;
      color: #000;
      font-family: 'gotham-bold';
      transition: all 0.3s linear;
      -webkit-transition: all 0.3s linear;
      -moz-transition: all 0.3s linear;
      -ms-transition: all 0.3s linear;
      -o-transition: all 0.3s linear;
  }

  .login-bottom-text a:hover{
    color: #f15b22;
  } */

  /*register*/

  .register-form-main{
          width: 100%;
          height:auto;
  }

  .register-btn{
    width: 100%;
    height: 50px;
    line-height: 50px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    background-color: #7aad37;
    color: #fff;
    border: none;
    font-family: 'gothammedium';
    text-transform: uppercase;
    font-size: 14px;
    float: left;
    cursor: pointer;
    transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}

.reset-btn:hover {
  color: #f26222;
  text-decoration: underline;
}

.filter-heading h2 {
  font-size: 22px;
  color: #000;
  line-height: 20px;
  margin-bottom: 0px;
  font-family: "FuturaStd-Bold";
}

.filter-content {
  padding: 30px 20px 10px;
  border-top: 1px solid #e1e1e1;
}

.filter-content h3 {
  padding-right: 30px;
  line-height: 30px;
  width: 100%;
  box-sizing: border-box;
  color: #7aad37;
  font-family: "gothammedium";
  font-size: 17px;
  letter-spacing: 1px;
  cursor: pointer;
}

.main-heading-filter.active {
  background-image: url(../images/active-arrow.png);
  background-position: center right;
  background-repeat: no-repeat;
}

.filter-content ul {
  margin-top: 15px;
}

.filter-content li {
  list-style: none;
  color: #000;
  font-size: 14px;
  margin-bottom: 10px;
}

.script-check {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 15px;
  cursor: pointer;
  font-family: "gothammedium";
  letter-spacing: 1px;
  font-size: 14px;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}

.script-check label {
  cursor: pointer;
}

.script-check:hover {
  color: #f26222;
  cursor: pointer;
}

/* Hide the default checkbox */
input[type="checkbox"] {
  visibility: hidden;
}

/* creating a custom checkbox based
    on demand */
.geekmark {
  position: absolute;
  top: 0px;
  left: 0;
  height: 17px;
  width: 18px;
  border: 1px solid #707070;
  cursor: pointer;
}

/* specify the background color to be
shown when hovering over checkbox */
.script-check:hover input ~ .geekmark {
  background-color: 333;
}

/* checkmark to be shown in checkbox */
/* It is not be shown when not checked */
.geekmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* display checkmark when checked */
.script-check input:checked ~ .geekmark:after {
  display: block;
}

/* styling the checkmark using webkit */
/* creating a square to be the sign of
    checkmark */
.script-check .geekmark:after {
  left: 5px;
  bottom: 4px;
  width: 4px;
  height: 8px;
  /* transform: rotate(45deg);
  border-bottom: 2px solid #000;
  border-right: 2px solid #000; */
}

.filter-last-content {
  width: 100%;
  height: auto;
  border-top: 1px solid #e1e1e1;
  padding-top: 25px;
  padding-bottom: 80px;
}

.filter-last-content h3 {
  padding: 0px 20px;
  font-size: 17px;
  color: #7aad37;
  letter-spacing: 1px;
  font-family: "gothammedium";
}

.filter-last-content h3 a {
  color: #7aad37;
}

.filter-last-content h3 a:hover {
  color: #f26222;
}

.filter-last-content li {
  width: 100%;
  float: left;
  padding: 15px 20px;
  border-top: 1px solid #e1e1e1;
}

.filter-last-content li a {
  font-family: "gothammedium";
  line-height: 20px;
  font-size: 15px;
  letter-spacing: 1px;
  color: #000;
}

.filter-last-content li a:hover {
  color: #f26222;
}

.product-listing-main {
  width: 75%;
  float: right;
}

.product-listing-main ul {
  display: flex;
  flex-wrap: wrap;
}

.product-listing-main ul li {
  width: 32.5%;
  margin-right: 1.2%;
  -webkit-box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 14%);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.14);
  box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 14%);
  margin-bottom: 15px;
  padding-bottom: 40px;
  position: relative;
}

.product-listing-main ul li:nth-child(3n) {
  margin-right: 0px;
}

.product-listing-main ul li .product-image img {
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}

.product-listing-main ul li:hover .product-image {
  overflow: hidden;
}

.product-listing-main ul li:hover .product-image img {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
}

.product-list-content {
  padding: 10px 20px 20px;
  min-height: 130px;
  margin-bottom: 5%;
}

.product-list-content h3 {
  font-family: "gothammedium";
  font-size: 22px;
  color: #000;
  letter-spacing: 1px;
}

.product-list-content label {
  font-size: 10px;
  font-family: "gothammedium";
  color: #000;
  text-transform: uppercase;
  letter-spacing: 1px;
  width: 100%;
  display: block;
  margin-bottom: 3px;
}

.product-list-content span {
  font-size: 18px;
  font-family: "gothammedium";
  color: #f26222;
  line-height: 20px;
  text-transform: uppercase;
  margin-top: 5px;
}

.product-bottom-main {
  width: 100%;
  border-top: 1px solid #e5e5e5;
  padding: 10px 15px;
  position: absolute;
  bottom: 0px;
  min-height: 42px;
}

.product-bottom-main h4 {
  font-size: 12px;
  color: #444444;
  margin-bottom: 0px;
  line-height: 20px;
  font-family: "gothammedium";
  float: left;
}

.product-bottom-main ul {
  width: calc(100% - 70px);
  float: right;
  /* display: block; */
  text-align: right;
}

.product-bottom-main ul li a {
  font-family: "gothammedium";
  font-size: 9px;
  color: #000;
}

.product-page-bg {
  padding-top: 100px;
}

.product-list-bg {
  padding-top: 100px;
  background-position: center !important;
}

.products-detail-section {
  width: 100%;
  height: auto;
}

.product-detail-first-section {
  width: 100%;
  height: auto;
}

.product-detail-gallery-main {
  width: 52%;
  float: left;
  min-height: 580px;
  margin-top: -40px;
  background: #fff;
  z-index: 99;
  position: relative;
  left: -30px;
  padding: 30px;
  box-sizing: border-box;
}

.product-page-bg {
  position: relative;
}

.product-page-bg::after {
  content: "";
  width: 100%;
  height: 4px;
  position: absolute;
  z-index: 9;
  left: 0px;
  bottom: 0px;
  background-image: url(../images/bg-product-detail.jpg);
  background-position: center right;
  background-repeat: no-repeat;
  background-size: 100%;
}

.product-detail-gallery-main .swiper-wrapper {
  border: 1px solid #d3d3d3;
}

.product-detail-text {
  width: 48%;
  float: left;
  padding: 60px 0px 15px 0px;
  box-sizing: border-box;
}

.product-detail-text p {
  font-size: 15px;
  font-family: "gothammedium";
  font-weight: 600;
  line-height: 22px;
  color: #000;
  margin-bottom: 30px;
}

.numbers-product {
  width: 100%;
  padding-top: 30px;
  border-top: 1px solid #cccccc;
}

.numbers-product h5 {
  font-family: "gothammedium";
  font-weight: 600;
  font-size: 15px;
  margin-bottom: 8px;
  color: #000;
}

.numbers-product select {
  width: 244px;
  height: 42px;
  padding: 0px 20px;
  background-image: url(../images/active-arrow.png);
  background-position: center right 10px;
  background-repeat: no-repeat;
  border: 1px solid #d6d6d6;
  appearance: none;
}

.main-price-container {
  width: 100%;
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #cccccc;
}

.price-value {
  font-size: 30px;
  color: #7aad37;
  font-family: "gothammedium";
  font-weight: 600;
}

.add-cart-container {
  width: 100%;
  margin-top: 60px;
}

.add-cart-container select {
  width: 80px;
  height: 45px;
  float: left;
  padding: 0px 20px;
  border: 1px solid #d4d4d4;
  background-image: url(../images/active-arrow.png);
  background-position: center right 10px;
  background-repeat: no-repeat;
  position: relative;
  appearance: none;
}

.add-cart-container select::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 5px;
  background-color: #000;
}

.add-cart-btn {
  width: calc(100% - 143px);
  height: 45px;
  background-color: #77ab2f;
  border: none;
  float: left;
  box-shadow: none;
  text-shadow: none;
  margin-left: 8px;
  color: #fff;
  text-transform: uppercase;
  font-family: "gothambook";
  font-size: 15px;
  cursor: pointer;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}

.add-cart-btn:hover {
  background-color: #f26222;
}

.favorate-icon {
  width: 47px;
  height: 45px;
  float: left;
  border: 1px solid #d4d4d4;
  margin-left: 8px;
  display: inline-block;
  background-image: url(../images/wishlist.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px;
  fill: #000;
}

.product-features-section {
  width: 100%;
  height: auto;
  padding-top: 50px;
  padding-bottom: 70px;
}

.heading-detail-page {
  width: 100%;
  line-height: 50px;
  border-bottom: 1px solid #7aad37;
}

.heading-detail-page {
  font-size: 36px;
  color: #000;
  font-family: "gothambook";
  margin-bottom: 30px;
}

.product-features-content p {
  font-size: 16px;
  line-height: 24px;
}

.product-features-content ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
}

.product-features-content ul li {
  width: 25%;
  height: auto;
  line-height: 20px;
  padding: 15px 25px;
  background-color: #f6f7f9;
  margin-right: 15px;
  margin-bottom: 15px;
  color: #000;
  font-size: 15px;
  font-family: "gothammedium";
  font-weight: 600;
}

.product-specification-section {
  width: 100%;
  height: auto;
  padding-bottom: 80px;
}

.specification-table {
  width: 100%;
}

.specification-table table {
  width: 100%;
  border: 1px solid #e3e3e3;
}

.specification-table td {
  height: 50px;
  padding: 0px 20px;
  background-color: #e3e3e3;
  font-family: "gothambook";
  font-size: 15px;
  font-weight: normal;
  color: #000;
  border: 1px solid #fff;
}

.specification-table tr:nth-child(1) td {
  background-color: #7aad37;
  font-family: "gothammedium";
  font-size: 16px;
  color: #fff;
}

.specification-table tr:last-child td {
  background-color: #fff;
  border: 1px solid #e3e3e3;
}

.specification-table table tbody {
  border: 1px solid #e3e3e3;
}

.product-download-section {
  width: 100%;
  height: auto;
  padding-bottom: 140px;
}

.downloads-container {
  width: 100%;
  margin-top: 20px;
  float: left;
}

.download-image {
  width: 23%;
  float: left;
}

.download-content {
  width: 60%;
  float: left;
  padding-left: 50px;
  padding-top: 40px;
  box-sizing: border-box;
}

.download-content h3 {
  font-size: 15px;
  color: #000;
  font-family: "gothammedium";
  font-weight: 600;
  margin-bottom: 20px;
}

.download-content p {
  font-size: 15px;
  color: #000;
  line-height: 22px;
}

.download-content a {
  display: inline-block;
  width: 179px;
  height: 39px;
  border: 3px solid #7cae3b;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  color: #000;
  font-family: "gothammedium";
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 40px;
  background-color: #fff;
  position: relative;
}

.download-content a::after {
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  background-image: url(../images/btn-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  right: 5px;
  top: 5px;
}

.download-content a:hover {
  background-color: #7cae3b;
  color: #fff;
}

.related-products-section,.pair-products-section {
  padding: 90px 0px 100px;
  background: rgb(237, 237, 237);
  background: linear-gradient(
    180deg,
    rgba(237, 237, 237, 1) 71%,
    rgba(255, 255, 255, 1) 100%
  );
}

.product-download-section .heading-detail-page {
  border-bottom: 1px solid #000;
}

.related-products-section .heading-detail-page {
  border-bottom: 1px solid #000;
}

.heading-products-section .heading-detail-page {
  border-bottom: 1px solid #000;
}

.related-products-main {
  width: 100%;
  height: auto;
}

.related-products-main li {
  width: 100%;
  background-color: #fff;
  margin-bottom: 15px;
  padding-bottom: 40px;
  position: relative;
}

.product-bottom-main ul li {
  width: auto;
  box-shadow: none;
  margin-bottom: 0px;
  padding-bottom: 0px;
  display: inline-block;
  margin-left: 15px;
}

.related-product button.owl-dot span {
  width: 10px;
  height: 10px;
  background: #7aad38;
  display: inline-block;
  border-radius: 100%;
  margin: 0px 3px;
}

.related-product button.owl-dot.active span {
  background: #f26222;
}

.related-product .owl-dots {
  text-align: center;
  margin-top: 8px;
}

.main-dashboard-banner {
  min-height: 170px;
  background-size: cover;
}

.main-dashboard-breadcrumbs {
  width: 100%;
  height: 55px;
  background-color: #fafafa;
}

.main-dashboard-breadcrumbs ul {
  width: 100%;
  text-align: center;
  color: #bdbdbd;
}

.main-dashboard-breadcrumbs ul li {
  display: inline-block;
  padding: 0px 5px;
  text-transform: uppercase;
  list-style: none;
  line-height: 55px;
  font-size: 12px;
}

.main-dashboard-breadcrumbs ul li {
  color: #bdbdbd;
}

.main-dashboard-breadcrumbs ul li a {
  color: #bdbdbd;
}

.main-dashboard-breadcrumbs ul li span {
  color: #7f7f7f;
}

.main-dashbord-wrapper {
  padding: 45px 0px 115px;
}

.dashboard-heading {
  font-size: 50px;
  line-height: 46px;
  color: #27272f;
  text-align: center;
  font-family: "gothambook";
}

.dashboard-main-content-container {
  width: 100%;
  height: auto;
  margin-top: 40px;
}

.dashboard-nav {
  width: 27%;
  float: left;
  border: 1px solid #d1d3d6;
  padding: 40px 24px;
  min-height: 670px;
  box-sizing: border-box;
}

.dashboard-nav ul li {
  border-bottom: 1px solid #f2f2f2;
  position: relative;
}

.dashboard-nav ul li.active a {
  font-family: "gotham-bold";
}

.dashboard-nav ul li.active::after {
  content: "";
  width: 4px;
  height: 100%;
  position: absolute;
  background-color: #7aad37;
  top: 0px;
  left: -26px;
}

.dashboard-nav ul li a {
  padding: 15px 0px;
  display: block;
  width: 100%;
  font-size: 14px;
  text-transform: uppercase;
  color: #222121;
  font-family: "gothambook";
}

.dashboard-nav ul li a:hover {
  color: #7aad37;
}

/*cart*/

.cart-main-content-container {
  width: 100%;
  height: auto;
  margin-top: 65px;
}

.cart-main-content-container ul {
  width: 100%;
  height: auto;
  text-align: left;
  border-bottom: 1px solid #e6e5e1;
}

.cart-main-content-container ul li {
  display: inline-block;
}

.table-heading li {
  font-family: "gotham-bold";
  font-size: 16px;
  color: #27272f;
  padding-bottom: 10px;
  text-transform: uppercase;
}

.product-name {
  width: 40%;
}

.product-price {
  width: 18%;
}

.product-qty {
  width: 15%;
}

.product-total {
  width: 25%;
  box-sizing: border-box;
  padding-right: 80px;
  position: relative;
}

.cart-product-list {
  width: 100%;
  padding: 15px 0px;
  display: flex;
  align-items: center;
  position: relative;
}

.product-image-cart {
  width: 100px;
  height: 100px;
  float: left;
  border: 1px solid #f5f6fb;
  margin-right: 15px;
  padding: 5px;
}

.product-image-cart img {
  width: 100%;
  background-repeat: no-repeat;
  background-size: contain;
}

.cart-product-list .product-name h3 {
  font-size: 14px;
  font-family: "gothambook";
  color: #27272f;
  text-transform: uppercase;
  margin: 0px;
  font-weight: 600;
}

.cart-product-list .product-total,
.cart-product-list .product-price {
  font-family: "gotham-bold";
  font-size: 14px;
  color: #7aad37;
  text-transform: uppercase;
}

.cart-product-list .product-name {
  display: flex;
  align-items: center;
  padding-right: 20px;
}

.qty-box-main {
  width: 97px;
  height: 40px;
  border: 1px solid #efefef;
  border-radius: 5px;
}

.qty-text {
  width: 45px;
  height: 38px;
  border: none;
  float: left;
  text-align: center;
  color: #8b8b99;
  font-family: "gothambook";
  font-size: 14px;
}

.qty-box-main a {
  width: 25px;
  height: 38px;
  line-height: 38px;
  float: left;
  text-align: center;
  color: #8b8b99;
  font-family: "gothambook";
  font-size: 16px;
  display: block;
}

.checkout-delete {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 70px;
  display: block;
  cursor: pointer;
  background-image: url(../images/trash-btn.png);
  background-position: center;
  background-repeat: no-repeat;
}

.cart-bottom-container {
  width: 100%;
  margin-top: 40px;
}

.cart-bottom-coupon {
  width: 30%;
  float: left;
}

.cart-bottom-total {
  width: 58%;
  box-sizing: border-box;
  padding-left: 120px;
  float: right;
}

.cart-bottom-coupon h3 {
  font-family: "gotham-bold";
  color: #27272f;
  font-size: 18px;
  width: 100%;
  background-image: url(../images/coupon-arrow.png);
  background-position: center right;
  background-repeat: no-repeat;
}

.cart-bottom-total h3 {
  font-family: "gotham-bold";
  color: #27272f;
  font-size: 18px;
  width: 100%;
}

.cart-bottom-coupon p {
  font-family: "gothambook";
  font-size: 14px;
  color: #8b8b99;
}

.coupon-form-main {
  width: 100%;
  margin-top: 55px;
}

.cupon-txt {
  width: 100%;
  height: 50px;
  font-family: "gothambook";
  font-size: 14px;
  color: #8b8b99;
  line-height: 50px;
  padding: 0px 15px;
  border: 1px solid #e5e6ec;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.cupon-btn {
  width: 150px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  color: #8b8b99;
  border: 1px solid #e5e6ec;
  margin-top: 20px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  background-color: #fff;
  text-transform: uppercase;
  cursor: pointer;
}

.cart-values-main {
  width: 100%;
  margin-top: 20px;
}

.fist-cart-value {
  width: 55%;
  float: left;
}

.second-cart-value {
  width: 45%;
  float: left;
}

.subtotal {
  padding: 20px 0px;
  float: left;
  width: 100%;
  border-bottom: 1px solid #e5e6ec;
}

.subtotal .name {
  font-size: 14px;
  color: #27272f;
  font-family: "gothammedium";
  text-transform: uppercase;
}

.subtotal .price {
  font-family: "gotham-bold";
  font-size: 14px;
  color: #7aad37;
  text-transform: uppercase;
  text-align: right;
}

.shipping-details {
  font-family: "gothambook";
  font-size: 14px;
  color: #8b8b99;
}

.cart_total {
  text-align: right;
}

.fist-cart-value.name {
  text-align: left;
}

.second-cart-value {
  text-align: right;
}

.total-cart {
  float: left;
  width: 100%;
  padding: 30px 0px 0px;
  text-align: right;
}

.total-cart li {
  font-size: 25px;
  color: #27272f;
  font-family: "gotham-bold";
  text-transform: uppercase;
}

.payment-btns {
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  width: 100%;
}

.main-btn-cart-payment {
  width: 49%;
  height: 80px;
  display: flex;
  font-family: "gothambook";
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  background-color: #e7e7e8;
  font-size: 23px;
  color: #7aad37;
  cursor: pointer;
}

.main-btn-cart-payment:hover {
  background-color: #7aad37;
  color: #fff;
}

.main-btn-cart-payment.second-btn {
  margin-left: 2%;
}
.main-btn-cart-payment.active {
  background-color: #7aad37;
  color: #fff;
}

.proceed-checkout-btn {
  width: 100%;
  height: 50px;
  display: block;
  background-color: #27272f;
  color: #fff;
  display: flex;
  font-family: "gotham-bold";
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  margin-top: 40px;
  cursor: pointer;
}

.proceed-checkout-btn:hover {
  background-color: #f26222;
}

.cart-mobile-only {
  display: none;
}

.dashboard-right-container {
  float: right;
  width: 71%;
  box-sizing: border-box;
  padding-bottom: 40px;
  border: 1px solid #d1d3d6;
  min-height: 670px;
}

.checkout-cost-container .meta-vat {
  padding-left: 15px;
}

.dashboard-titile {
  width: 100%;
  height: 115px;
  display: flex;
  font-family: "gothambook";
  font-size: 27px;
  color: #000000;
  align-items: center;
  padding: 0px 45px;
  border-bottom: 1px solid #d1d3d6;
  position: relative;
}

.dashboard-inner-content {
  padding: 30px 45px 0px;
}

.dashboard-inner-content p {
  font-family: "gothambook";
  line-height: 26px;
  font-size: 16px;
  color: #6d6d6d;
  margin-bottom: 30px;
}

.dashboard-inner-content p span {
  font-family: "gotham-bold";
}

.dashboard-inner-content a {
  color: #a95699;
}

.dashboard-inner-content ul {
  width: 100%;
  float: left;
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}

.dashboard-inner-content ul li {
  width: 49%;
  background-color: #f9f9f9;
  margin-bottom: 30px;
  margin-right: 2%;
  position: relative;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}
.dashboard-inner-content ul li a {
  width: 100%;
  height: 110px;
  display: block;
  display: flex;
  align-items: center;
}

.dashboard-inner-content ul li:nth-child(2n) {
  margin-right: 0px;
}

.dashboard-round-icon {
  width: 80px;
  height: 80px;
  background-color: #fff;
  float: left;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  margin-left: 15px;
}

.dashboard-inner-content ul li h3 {
  padding-left: 20px;
  margin-bottom: 0px;
  font-family: "gothambook";
  color: #000000;
  font-size: 27px;
}

.dashboard-inner-content ul li:hover {
  background-color: #7aad37;
  color: #fff;
}

.dashboard-inner-content ul li:hover h3 {
  color: #fff;
}

.main-dashboard-edit {
  padding: 30px 45px 0px;
}

.main-dashboard-edit h2 {
  font-family: "gotham-bold";
  font-size: 16px;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 0px;
}

.edit-profile-page {
  width: 100%;
  height: auto;
  margin-top: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #dedede;
}

.edit-profile-page label {
  font-family: "gotham-bold";
  font-size: 13px;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 10px;
  float: left;
}

.main-text-account {
  width: 100%;
  height: 56px;
  line-height: 56px;
  padding: 0px 20px;
  font-size: 13px;
  font-family: "gothambook";
  color: #000;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border: 1px solid #e5e6ec;
}

.form-left {
  width: 47%;
  float: left;
  margin-bottom: 20px;
}

.form-right {
  width: 47%;
  float: right;
  margin-bottom: 20px;
}

.fullwidth-btn {
  width: 100%;
  height: auto;
  float: left;
}

.account-update-btn {
  width: 100px;
  height: 46px;
  background-color: #7aad37;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  box-shadow: none;
  border: none;
  font-family: "gotham-bold";
  font-size: 13px;
  text-transform: uppercase;
  color: #fff;
  margin-top: 15px;
  cursor: pointer;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}

.account-update-btn:hover {
  background-color: #f26222;
}

.edit-profile-page.change-password {
  padding-bottom: 25px;
  border-bottom: 0px;
}

.edit-profile-page.change-password h2 {
  margin-bottom: 20px;
}

.my-address-main {
  width: 100%;
  height: auto;
}

.my-address-main p {
  font-family: "gothambook";
  line-height: 26px;
  font-size: 16px;
  color: #6d6d6d;
  margin-bottom: 30px;
}

.address-main-inner {
  width: 47%;
  min-height: 280px;
  border: 1px solid #e4e4e4;
  padding: 25px 45px;
  float: left;
  margin-right: 6%;
  margin-bottom: 30px;
  position: relative;
  padding-bottom: 40px;
}

.address-main-inner:nth-child(2n) {
  margin-right: 0px;
}

.address-main-inner h3 {
  font-family: "gothambook";
  font-size: 27px;
  color: #000;
  margin-bottom: 15px;
}

.address-botom-edit {
  width: 100%;
  position: absolute;
  height: 20px;
  left: 0px;
  bottom: 30px;
  padding-left: 45px;
  text-align: left;
}

.address-botom-edit li {
  display: inline-block;
  padding-left: 26px;
  width: 80px;
}

.address-botom-edit li a {
  font-size: 14px;
  color: #2e2158;
  font-family: "gothammedium";
}

.edit-icon {
  background-image: url(../images/edit-icon.png);
  background-position: center left;
  background-repeat: no-repeat;
}

.close-icon {
  background-image: url(../images/close-icon.png);
  background-position: center left;
  background-repeat: no-repeat;
}

.address-botom-edit li.close-icon a {
  color: #fd3636;
}

.dashboard-titile a {
  font-size: 12px;
  font-family: "gothambook";
  text-transform: uppercase;
  color: #fff;
  padding: 0px 15px;
  float: right;
  height: 46px;
  background-color: #7aad37;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  display: flex;
  align-items: center;
  position: absolute;
  right: 45px;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}

.dashboard-titile a:hover {
  background-color: #f26222;
}

.my-order-container {
  width: 100%;
  height: auto;
}

.my-order-container ul {
  border-bottom: 1px solid #dedede;
  float: left;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background-color: #f2f2f2;
}

.my-order-container ul:last-child {
  border-bottom: none;
}

.my-order-container ul li {
  padding: 25px 20px 25px 25px;
  float: left;
  box-sizing: border-box;
  min-height: 100px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.my-order-container ul li label {
  width: 100%;
  float: left;
  font-family: "gothambook";
  font-size: 14px;
  color: #757575;
  margin-bottom: 5px;
}

.my-order-container ul li span {
  font-family: "gotham-bold";
  font-size: 14px;
  line-height: 18px;
  color: #000;
}

.my-order-container ul li:nth-child(1) {
  background-color: #fff;
  padding-left: 40px;
}

.my-order-container ul li:nth-child(3) {
  background-color: #fff;
}

.order-name {
  width: 27%;
}

.order-date {
  width: 19%;
}

.order-total {
  width: 21%;
}

.order-status {
  width: 18%;
}
.order-status span {
  font-family: "gothammedium" !important;
}

.delivered {
  color: #59da3f !important;
}

.pending {
  color: #e0d146 !important;
}

.cancelled {
  color: #f49474 !important;
}

.alert-heading {
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  padding: 20px 0px;
  background: #ff7c3c;
  color: #fff;
  margin-top: 40px;
}

.order-view-btn {
  width: 15%;
  height: 100%;
  text-align: center;
  padding: 0px 10px !important;
  background-color: #f2f2f2;
}

.order-view-btn .view {
  width: 64px;
  height: 25px;
  line-height: 25px;
  display: inline-block;
  align-items: center;
  justify-content: center;
  background-color: #777777;
  color: #fff;
  font-family: "gothammedium";
  font-size: 11px;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}

.order-view-btn .view:hover {
  background-color: #f26222;
}

.dashboard-right-container.order-history {
  padding-bottom: 0px;
}

/*tankyou*/

.tankyou-page-wrapper {
  padding: 230px 0px 290px;
}

.tankyou-inner-container {
  max-width: 745px;
  text-align: center;
  margin: 0 auto;
  width: 100%;
}

.tankyou-inner-container img {
  display: inline-block;
}

.tankyou-inner-container h2 {
  font-family: "gothambook";
  font-size: 52px;
  color: #27272f;
  line-height: inherit;
  margin-top: 40px;
  text-transform: uppercase;
  letter-spacing: 0px;
}

.tankyou-inner-container p {
  font-size: 13px;
  font-family: "gothamlight";
  color: #929292;
}

footer.account-page-footer {
  border-top: 1px solid #e3e3e3;
}

.request-quote-popup .meta-total {
  font-family: "gotham-bold";
}

.request-quote-popup .meta-total {
  font-family: "gotham-bold";
}

.request-quote-popup .meta-vat {
  font-size: 13px;
}

.cart-bottom-container .fist-cart-value .meta-vat {
  font-size: 13px;
  font-family: "gothambook";
  text-transform: none;
}

.main-cost-checkout-total label .meta-vat {
  font-size: 13px;
  font-family: "gothambook";
  padding-left: 5px;
  text-transform: none;
}

/*login*/

.login-wrapper {
  width: 100%;
  padding: 90px 0px;
}

.login-container {
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
}
.login-wrapper h2 {
  font-family: "gothambook";
  color: #27272f;
  font-size: 36px;
  margin-bottom: 40px;
  text-transform: uppercase;
  width: 1000px;
  /* margin-left: -40%; */
}

.google-login-btn {
  font-family: "gothambook";
  font-size: 14px;
  display: inline-block;
  width: 190px;
  height: 38px;
  line-height: 38px;
  background-color: #da4b42;
  color: #fff;
  text-align: center;
}

.login-form-main {
  margin-top: 30px;
  padding-top: 25px;
  border-top: 1px solid #e5e5e5;
}

.form-group {
  width: 100%;
  float: left;
  margin-bottom: 15px;
}

.form-group label {
  font-size: 14px;
  font-family: "gothambook";
  color: #8b8b99;
}

.form-group label span {
  color: #eb2e25;
}

.main-text-feild {
  width: 100%;
  height: 48px;
  line-height: 48px;
  padding: 0px 20px;
  font-size: 15px;
  color: #000;
  font-family: "gothambook";
  border: 1px solid #e5e5e5;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  margin-top: 8px;
}

.container-checkbox {
  display: block;
  position: relative;
  padding-left: 25px;
  cursor: pointer;
  margin-top: 10px;

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

label.container-checkbox {
  font-family: "gothambook";
  font-size: 14px;
  color: #27272f;
  line-height: 18px;
}

label.container-checkbox:hover {
  color: #f15b22;
}

.container-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 16px;
  width: 16px;
  background-color: #eee;
  border: 1px solid #e3e3e3;
  border-radius: 2px;
}

/* On mouse-over, add a grey background color */
.container-checkbox:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container-checkbox input:checked ~ .checkmark {
  background-color: #f15b22;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container-checkbox input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.container-checkbox .checkmark:after {
  left: 4px;
  top: 1px;
  width: 4px;
  height: 8px;
  border: solid white;
  border-width: 0 1px 1px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.login-btn-main {
  float: left;
  margin-top: 10px;
  width: 100%;
}
/* 
.login-btn {
  width: 170px;
  height: 50px;
  line-height: 50px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  background-color: #7aad37;
  color: #fff;
  border: none;
  font-family: "gothammedium";
  text-transform: uppercase;
  font-size: 14px;
  float: left;
  cursor: pointer;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}

.login-btn:hover {
  background-color: #f15b22;
} */


.login-btn-wrap{
    position: relative;
    float: left;
}

.login-btn-wrap::after{
    content: "";
    width: 12px;
    height: 12px;

    position: absolute;
    top: 6px;
    right: 6px;

    background-image: url(../images/btn-bg.png);
    background-repeat: no-repeat;
    background-position: center;

    pointer-events: none;
}


.login-btn::after{
    content: "";
    width: 12px;
    height: 12px;

    position: absolute;
    top: 6px;
    right: 6px;

    background-image: url(../images/btn-bg.png);
    background-repeat: no-repeat;
    background-position: center;
}

.login-btn{
    width: 170px;
    height: 50px;

    background-color: #fff;
    border: 3px solid #7cae3b;
    border-radius: 6px;

    color: #7cae3b;
    font-family: 'gothammedium';
    text-transform: uppercase;
    font-size: 14px;

    cursor: pointer;

    appearance: none;
    -webkit-appearance: none;

    transition: all 0.3s linear;
}

.login-btn:hover{
    background-color: #7cae3b;
    color: #fff;
}

.login-btn-main a {
  margin-left: 30px;
  display: inline-block;
  margin-top: 17px;
  font-size: 14px;
  color: #8b8b99;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}

.login-btn-main a:hover {
  color: #f15b22;
}

.login-bottom-text {
  margin-top: 30px;
  float: left;
  padding-top: 30px;
  border-top: 1px solid #e5e5e5;
  width: 100%;
  font-family: "gothambook";
  color: #919191;
  font-size: 13px;
}

.login-bottom-text a {
  text-decoration: underline;
  color: #000;
  font-family: "gotham-bold";
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}

.login-bottom-text a:hover {
  color: #f15b22;
}

/*register*/

.register-form-main {
  width: 100%;
  height: auto;
}

/* .register-btn {
  width: 100%;
  height: 50px;
  line-height: 50px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  background-color: #7aad37;
  color: #fff;
  border: none;
  font-family: "gothammedium";
  text-transform: uppercase;
  font-size: 14px;
  float: left;
  cursor: pointer;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}

.register-btn:hover {
  background-color: #f15b22;
} */

/* .register-btn::after {
    content: "";
    width: 12px;
    height: 12px;

    position: absolute;
    top: 6px;
    right: 6px;

    background-image: url(../images/btn-bg.png);
    background-repeat: no-repeat;
    background-position: center;

    pointer-events: none;
} */


.register-btn {
    width: 100%;
    height: 50px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    border-radius: 6px;

    background-color: #fff;          /* unified */
    border: 3px solid #7cae3b;        /* unified */

    color: #7cae3b;                   /* unified */
    font-family: "gothammedium";
    text-transform: uppercase;
    font-size: 14px;

    float: left;
    cursor: pointer;
    position: relative;

    text-decoration: none;

    transition: all 0.3s linear;
}

.register-btn:hover {
    background-color: #7cae3b;
    color: #fff;
}

.register-btn-wrap{
    position: relative;
    width: 100%;
}

.register-btn-wrap::after{
    content: "";
    width: 12px;
    height: 12px;

    position: absolute;
    top: 6px;
    right: 6px;

    background-image: url(../images/btn-bg.png);
    background-repeat: no-repeat;
    background-position: center;

    pointer-events: none;
}

.captche-for-register {
  width: 100%;
  height: auto;
  float: left;
  margin: 10px 0px;
}

/*product gallery*/

.slick-slider .slick-prev,
.slick-slider .slick-next {
  z-index: 100;
  font-size: 2.5em;
  height: 40px;
  width: 40px;
  margin-top: -20px;
  color: #b7b7b7;
  position: absolute;
  top: 50%;
  text-align: center;
  color: #000;
  opacity: 0.3;
  transition: opacity 0.25s;
  cursor: pointer;
  background: #ffffff;
}
.slick-slider .slick-prev:hover,
.slick-slider .slick-next:hover {
  opacity: 0.65;
}
.slick-slider .slick-prev {
  left: 0;
}
.slick-slider .slick-next {
  right: 0;
}
#detail .product-images {
  width: 100%;
  margin: 0 auto;
}

.main-img-slider {
  border: 1px solid #d3d3d3;
  padding: 20px;
  box-sizing: border-box;
}

#detail .product-images .thumb-nav li {
  padding: 10px;
  box-sizing: border-box;
}

#detail .product-images li,
#detail .product-images figure,
#detail .product-images a,
#detail .product-images img {
  display: block;
  outline: none;
  border: none;
}
#detail .product-images .main-img-slider figure {
  margin: 0 auto;
  padding: 0 2em;
}
#detail .product-images .main-img-slider figure a {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
#detail .product-images .main-img-slider figure a img {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
}
#detail .product-images .thumb-nav {
  margin: 0 auto;
  padding: 20px 25px;
  max-width: 600px;
}
#detail .product-images .thumb-nav.slick-slider .slick-prev,
#detail .product-images .thumb-nav.slick-slider .slick-next {
  font-size: 1.2em;
  height: 20px;
  width: 26px;
  margin-top: -10px;
}
#detail .product-images .thumb-nav.slick-slider .slick-prev {
  margin-left: -20px;
}
#detail .product-images .thumb-nav.slick-slider .slick-next {
  margin-right: -20px;
}
#detail .product-images .thumb-nav li {
  display: block;
  margin: 0 auto;
  cursor: pointer;
}

.thumb-nav .slick-slide {
  border: 1px solid #d3d3d3 !important;
  margin-right: 10px !important;
  margin-left: 10px !important;
}
#detail .product-images .thumb-nav li img {
  display: block;
  width: 100%;
  margin: 0 auto;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  border: 1px solid transparent;
  -webkit-transition: border-color 0.25s;
  -ms-transition: border-color 0.25s;
  -moz-transition: border-color 0.25s;
  transition: border-color 0.25s;
}

#detail .main-img-slider img {
  background-repeat: no-repeat;
  background-size: contain;
}

#detail .product-images .thumb-nav li:hover,
#detail .product-images .thumb-nav li:focus {
  border-color: #999;
}
#detail .product-images .thumb-nav li.slick-current {
  border-color: #77ab2f !important;
}

/*News-listing*/

.inner-page-bg.news-list-banner {
  min-height: 390px;
}

.inner-page-bg.news-list-banner h1 {
  text-transform: uppercase;
  margin-top: 50px;
  font-size: 46px;
}

.news-listing-main {
  padding: 110px 0px 150px;
  background-color: #f8f8f8;
}

.news-image-text {
  width: 67%;
  display: flex;
  flex-wrap: wrap;
  min-height: 373px;
}

.news-list-image {
  width: 50%;
  position: relative;
}

.news-list-image img {
  background-repeat: no-repeat;
  background-size: contain;
}

.news-list-text a {
  display: inline-block;
}

.news-list-text {
  width: 50%;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
}

.news-text-inner {
  padding: 45px;
}

.news-list-text span {
  font-family: "gothambook";
  font-size: 13px;
  color: #000000;
}

.news-list-text h4 {
  font-family: "gotham-bold";
  font-size: 20px;
  line-height: 26px;
  margin-top: 10px;
}

.news-list-text a {
  color: #000;
}

.news-list-image::after {
  position: absolute;
  right: 0px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-right: 18px solid white;
}

.arrow-bottom {
  width: 18px;
  height: 22px;
  background-color: transparent;
  background-image: url(../images/arrow-first.png);
  background-position: top right;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 33px;
}

.arrow-bottom-second {
  width: 18px;
  height: 22px;
  background-color: transparent;
  background-image: url(../images/arrow-second.png);
  background-position: top right;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 33px;
}

.news-list-main-first {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.text-only-container {
  width: 31%;
  min-height: 373px;
  height: auto;
  display: flex;
  align-items: center;
  position: relative;
  margin-left: 2%;
}

.text-only-container span {
  font-family: "gothambook";
  font-size: 13px;
  color: #fff;
}

.text-only-container h4 {
  font-family: "gotham-bold";
  font-size: 20px;
  line-height: 26px;
  margin-top: 10px;
  color: #fff;
}

.news-list-main-first {
  margin-bottom: 30px;
  align-content: space-between;
  width: 100%;
}

.news-list-main-first:nth-child(2n) .text-only-container {
  margin-left: 0px;
  margin-right: 2%;
}

/*----- button 1 -----*/
.main-animation::before,
.main-animation::after {
  transition-delay: 0.2s;
}
.main-animation span::before,
.main-animation span::after {
  transition-delay: 0s;
}
.main-animation::before {
  right: 0;
  top: 0;
}
.main-animation::after {
  left: 0;
  bottom: 0;
}
.main-animation span::before {
  left: 0;
  top: 0;
}
.main-animation span::after {
  right: 0;
  bottom: 0;
}
.main-animation:hover::before,
.main-animation:hover::after {
  transition-delay: 0s;
}
.main-animation:hover span::before,
.main-animation:hover span::after {
  transition-delay: 0.2s;
}

.main-animation::before,
.main-animation::after {
  content: "";
  width: 0;
  height: 4px;
  position: absolute;
  transition: all 0.2s linear;
  background: #292929;
}

.main-animation span::before,
.main-animation span::after {
  content: "";
  width: 4px;
  height: 0;
  position: absolute;
  transition: all 0.2s linear;
  background: #292929;
}
.main-animation:hover::before,
.main-animation:hover::after {
  width: 100%;
}
.main-animation:hover span::before,
.main-animation:hover span::after {
  height: 100%;
}

.main-animation a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  display: flex;
  align-items: center;
}

/*News Detail*/

.inner-page-bg.news-detail-banner {
  min-height: 620px;
}

.news-detail-section {
  width: 100%;
  padding: 90px 0px 80px;
}

.news-detail-container-inner {
  width: 100%;
  max-width: 835px;
  margin: 0 auto;
}

.news-date {
  font-family: "gothambook";
  font-size: 17px;
  font-weight: 500;
  color: #000;
  text-transform: uppercase;
}

.news-detail-container-inner h3 {
  font-family: "gotham-bold";
  font-size: 45px;
  line-height: 50px;
  color: #000;
  margin-top: 15px;
  margin-bottom: 25px;
}

.news-detail-container-inner p {
  font-size: 15px;
  color: #000;
  font-family: "gothambook";
  line-height: 22px;
  margin-bottom: 30px;
}

.news-detail-container-inner img {
  margin-bottom: 30px;
}

.responsive-image {
  width: 100%;
  height: auto;
}

.related-news-wrapper {
  padding: 90px 0px 120px;
  background-color: #fbfbfb;
}

.related-news h2 {
  font-family: "gotham-bold";
  font-size: 36px;
  color: #303030;
}

.related-news li img {
  background-repeat: no-repeat;
  background-size: contain;
}

.related-news-main {
  width: 100%;
  height: auto;
  margin-top: 25px;
}

.related-news-main span {
  font-family: "gothammedium";
  font-weight: 500;
  font-size: 12px;
  width: 100%;
  float: left;
  color: #000;
  text-transform: uppercase;
  margin-top: 30px;
}

.related-news-main h3 {
  font-family: "gotham-bold";
  font-size: 18px;
  line-height: 24px;
  color: #000;
  margin-top: 10px;
  float: left;
}

.news-detail-section ul {
  text-align: left;
}

.news-detail-section ul li {
  display: inline-block;
  margin-right: 4px;
}

.news-detail-section ul li:nth-child(3) {
  margin-right: 0px;
}

.related-news .owl-dots {
  text-align: center;
  margin-top: 40px;
}

.related-news button.owl-dot span {
  width: 10px;
  height: 10px;
  background: #7aad38;
  display: inline-block;
  border-radius: 100%;
  margin: 0px 3px;
}

.related-news button.owl-dot.active span {
  background: #f26222;
}

.news-listing-nav {
  width: 100%;
  background-color: #7aad37;
  height: 70px;
  text-align: center;
}

.news-listing-nav li {
  display: inline-block;
  margin: 0px 10px;
}

.news-listing-nav li a {
  padding: 0px 22px;
  line-height: 65px;
  display: inline-block;
  font-family: "gothambook";
  color: #fff;
  font-size: 16px;
  border-bottom: 5px solid transparent;
}

.news-listing-nav li:hover a {
  border-bottom: 5px solid #537c1e;
}

.news-listing-nav li.active a {
  border-bottom: 5px solid #537c1e;
}

/*services*/

.services-main-container {
  width: 100%;
  height: auto;
  padding: 100px 0px 80px;
}

.services-main-container li h2 {
  font-family: "gothambook";
  font-size: 40px;
  min-height: 90px;
  line-height: 46px;
  color: #000;
  margin-bottom: 0px;
}

.services-main-container li {
  width: 47%;
  float: left;
  margin-right: 6%;
  margin-bottom: 65px;
}

.services-main-container li:nth-child(2n) {
  margin-right: 0px;
}

.service-image {
  margin-top: 20px;
}

.services-main-container li p {
  font-family: "gothambook";
  font-size: 15px;
  color: #000;
  line-height: 24px;
}

.services-main-container li .services-content {
  margin-top: 30px;
  min-height: 150px;
}

.services-main-container li a {
  display: inline-block;
  width: 179px;
  height: 44px;
  border: 3px solid #7cae3b;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  color: #7cae3b;
  font-family: "titillium_bold";
  margin-top: 35px;
  background-color: #fff;
  position: relative;
}

.services-main-container li img {
  width: 100%;
  background-size: contain;
  background-repeat: no-repeat;
}

.services-main-container li a::after {
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  background-image: url(../images/btn-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  right: 5px;
  top: 5px;
}

.services-main-container li a:hover {
  background-color: #7cae3b;
  color: #fff;
}

.services-main-container li a.downlod-cataloge-btn {
  width: 220px;
}

.services-bottom-container {
  width: 100%;
}

.services-bottom-container h2 {
  font-family: "gothambook";
  text-align: center;
  font-size: 30px;
  color: #000;
}

.services-bottom-container ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 35px;
  margin-bottom: 10px;
}

nav {
  display: inline-block !important;
}

.services-bottom-container li {
  width: 100%;
  text-align: center;
  height: 215px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 23px;
  color: #fff;
}

/*Careers*/

.careers-container {
  padding: 80px 0px;
}

.current-opening-select {
  width: 100%;
  box-sizing: border-box;
  border: 8px solid #bbd599;
  padding: 30px 50px;
}

.current-opening-select h3 {
  font-size: 40px;
  color: #000;
  font-family: "gothambook";
  margin-bottom: 15px;
}

.current-opening-form {
  width: 100%;
}

.form-career {
  border: 1px solid #707070;
  width: 47.5%;
  float: left;
  height: 42px;
  line-height: 42px;
  padding: 0px 15px;
  font-size: 15px;
}

.form-career-select {
  border: 1px solid #707070;
  margin-left: 2%;
  width: 32.5%;
  float: left;
  height: 42px;
  line-height: 42px;
  padding: 0px 15px;
  font-size: 15px;
  background-image: url(../images/active-arrow.png);
  background-position: center right 10px;
  background-repeat: no-repeat;
  appearance: none;
}

.form-career::placeholder {
  color: #000;
}

.button-career {
  width: 16%;
  margin-left: 2%;
  float: left;
  position: relative;
}

.career-form-btn {
  width: 100%;
  height: 42px;
  border: 3px solid #f26622;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  color: #f26622;
  font-family: "titillium_bold";
  background-color: #fff;
  position: relative;
  margin-left: 2%;
  display: block;
  cursor: pointer;
  float: left;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.career-form-btn:hover {
  background-color: #f26622;
  color: #fff;
}

.button-career::after {
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  background-image: url(../images/btn-bg-orange.png);
  background-position: center;
  background-repeat: no-repeat;
  right: 5px;
  top: 5px;
}

.main-current-openings-list {
  width: 100%;
  height: auto;
  margin-top: 35px;
  margin-bottom: 75px;
}

.main-current-openings-list ul {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
}

.main-current-openings-list ul li {
  width: 48%;
  margin-right: 4%;
  padding: 60px 50px;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 16px 1px rgb(0 0 0 / 10%);
  -moz-box-shadow: 0px 0px 16px 1px rgb(0 0 0 / 10%);
  box-shadow: 0px 0px 16px 1px rgb(0 0 0 / 10%);
}

.main-current-openings-list ul li:nth-child(2n) {
  margin-right: 0px;
}

.main-career-first {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
  float: left;
}

.main-career-first.main-career-second {
  margin-bottom: 0px;
}

.main-career-first label {
  width: 36%;
  float: left;
  font-size: 22px;
  font-family: "gothambook";
  color: #000;
}

.main-career-first p {
  width: 64%;
  font-size: 15px;
  float: left;
  line-height: 24px;
}

.main-current-openings-list a {
  width: 179px;
  height: 44px;
  border: 3px solid #7cae3b;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  color: #7cae3b;
  font-family: "titillium_bold";
  margin-top: 30px;
  background-color: #fff;
  position: relative;
  float: left;
}

.main-current-openings-list a::after {
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  background-image: url(../images/btn-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  right: 5px;
  top: 5px;
}

.main-current-openings-list a:hover {
  background-color: #7cae3b;
  color: #fff;
}

.main-career-bottom {
  width: 100%;
  max-width: 690px;
  margin: 0 auto;
  text-align: center;
  font-family: "gothambook";
  font-size: 26px;
  line-height: 30px;
  color: #000;
}

.main-career-bottom a {
  width: 179px;
  height: 44px;
  border: 3px solid #7cae3b;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  color: #7cae3b;
  font-family: "titillium_bold";
  margin: 0 auto;
  margin-top: 30px;
  background-color: #fff;
  position: relative;
}

.main-career-bottom a::after {
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  background-image: url(../images/btn-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  right: 5px;
  top: 5px;
}

.main-career-bottom a:hover {
  background-color: #7cae3b;
  color: #fff;
}

.request-quote-popup.fancybox-content {
  width: 100% !important;
  max-width: 630px;
  padding: 70px 60px 40px;
}

.request-quote-popup h1 {
  font-family: "gothambook";
  font-size: 40px;
  text-align: center;
  font-weight: 600;
  margin-bottom: 25px;
}

.request-quote-popup.fancybox-content .fancybox-close-small {
  color: #9e9ea9;
  padding: 4px;
  right: 10px;
  top: 10px;
}

select.career-form-text {
  background-image: url(../images/active-arrow.png);
  background-position: center right 10px;
  background-repeat: no-repeat;
}

.career-form-text {
  border: 1px solid #dcdcdc;
  width: 100%;
  float: left;
  height: 42px;
  line-height: 42px;
  padding: 0px 15px;
  font-size: 15px;
  margin-bottom: 15px;
}

.main-carrer-form-btn {
  width: 179px;
  float: left;
  position: relative;
  margin-top: 20px;
}

.main-carrer-form-btn::after {
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  background-image: url(../images/btn-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  right: 5px;
  top: 5px;
}
.main-carrer-form-btn input {
  width: 100%;
  height: 44px;
  line-height: initial;
  border: 3px solid #7cae3b;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  color: #7cae3b;
  font-family: "titillium_bold";
  margin: 0 auto;
  margin-top: 0px;
  background-color: #fff;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main-carrer-form-btn input:hover {
  background-color: #7cae3b;
  color: #fff;
}

/*contact*/

.contact-map {
  min-height: 680px;
}

.contact-form-wrapper {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.main-contact-form-left {
  width: 67%;
  float: left;
  box-sizing: border-box;
  padding-top: 100px;
  padding-bottom: 40px;
  padding-right: 70px;
}

.main-contact-form-left p {
  font-size: 16px;
  color: #000;
}

.contact-form-wrapper h2 {
  font-size: 40px;
  font-family: "gothambook";
  color: #000;
}

.contact-form-main {
  margin-top: 35px;
}

.contact-form-left {
  width: 48%;
  float: left;
  margin-bottom: 40px;
}

.contact-form-right {
  width: 48%;
  float: right;
  margin-bottom: 40px;
}

.main-contact-text {
  width: 100%;
  height: 52px;
  line-height: 55px;
  padding: 0px 20px;
  border: 1px solid #a49797;
  font-family: "gothambook";
  font-size: 16px;
  color: #000;
}

textarea.main-contact-text {
  height: 178px;
  resize: none;
  padding: 10px 20px;
  line-height: 24px;
}

.main-contact-text::placeholder {
  color: #000;
}

.contact-btn {
  width: 100%;
  height: 44px;
  border: 3px solid #7cae3b;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  color: #7cae3b;
  font-family: "titillium_bold";
  margin: 0 auto;
  margin-top: 0px;
  background-color: #fff;
  position: relative;
  cursor: pointer;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.contact-button-main {
  width: 179px;
  position: relative;
  margin-top: 15px;
  float: left;
}

.contact-button-main::after {
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  background-image: url(../images/btn-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  right: 5px;
  top: 5px;
}

.contact-button-main input:hover {
  background-color: #7cae3b;
  color: #fff;
}

.main-contact-form-right {
  width: 33%;
  float: left;
  background-color: #7aad37;
  min-height: 918px;
  position: relative;
}

.main-contact-inner {
  width: 100%;
  box-sizing: border-box;
  padding-top: 100px;
  padding-left: 60px;
}

.main-contact-inner h2 {
  color: #fff;
}

.main-contact-inner h4 {
  font-family: "gothambook";
  font-size: 25px;
  color: #fff;
  margin-top: 40px;
  margin-bottom: 0px;
}

.contact-number {
  font-size: 15px;
  color: #fff;
  margin-top: 20px;
  margin-bottom: 10px;
  float: left;
  width: 100%;
}

.contact-number a {
  color: #fff;
}

.contact-number a:hover {
  color: #e2e2e2;
}

.main-contact-inner p {
  margin-top: 15px;
  float: left;
  font-size: 15px;
  color: #fff;
  line-height: 24px;
}

.main-contact-inner li {
  width: 36px;
  height: 36px;
  line-height: auto;
  float: left;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  text-align: center;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  margin-right: 15px;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}

.main-contact-inner li:hover {
  background-color: #444444;
}

.main-contact-inner li:hover a {
  color: #fff;
}

.main-contact-inner ul {
  float: left;
  text-align: left;
  margin-top: 40px;
}

.main-contact-inner li a {
  color: #444444;
  display: inline-block;
  width: 100%;
}

.main-contact-form-right::after {
  content: "";
  width: 1000px;
  height: 100%;
  background-color: #7aad37;
  right: -1000px;
  top: 0px;
  position: absolute;
}

.contact-locations {
  width: 100%;
  height: auto;
  padding: 100px 0px 50px;
  background-color: #eff6f4;
}

.contact-locations ul {
  margin-top: 30px;
  float: left;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.contact-locations ul li {
  width: 31.5%;
  float: left;
  padding: 40px 25px 60px;
  box-sizing: border-box;
  background-color: transparent;
  border: 1px solid #707070;
  min-height: auto;
  margin-bottom: 50px;
  position: relative;
  margin-right: 2.7%;
}

.contact-locations ul li:nth-child(3n) {
  margin-right: 0px;
}

.contact-locations h1 {
  font-family: "gothambook";
  font-size: 40px;
  color: #000;
}

.contact-locations h4 {
  font-size: 25px;
  color: #000;
  font-family: "gothambook";
}

.contact-locations .contact-number {
  color: #000;
  font-family: "gothambook";
  margin-top: 10px;
}

.contact-locations .contact-number a {
  color: #000;
  font-family: "gothambook";
}

.contact-locations p {
  margin-top: 10px;
  float: left;
  font-family: "gothambook";
  font-size: 15px;
  color: #000;
  line-height: 24px;
}

.location-btn {
  color: #7aac37;
  font-size: 16px;
  display: inline-block;
  position: absolute;
  bottom: 35px;
  left: 25px;
}

.location-btn::after {
  content: "";
  width: 8px;
  height: 1px;
  background-color: #7aac37;
  position: absolute;
  bottom: -2px;
  left: -1px;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
}

.location-btn:hover {
  color: #ed4714;
}

.location-btn:hover::after {
  width: 100%;
  background-color: #ed4714;
}

.header.darkHeader {
  background-color: #fff;
  border-bottom: 1px solid #f3f3f3;
}

.header.darkHeader .logo {
  width: 120px;
}

.header.darkHeader nav ul li a {
  color: #000;
  font-size: 15px;
}

.header.darkHeader nav ul li a:hover {
  color: #f16022;
}

.header.darkHeader nav ul li.active a {
  color: #f26122;
}

.header.darkHeader .menu-main-container {
  border: none;
  background: transparent;
}

.main-account-btns {
  width: 85px;
  float: right;
  margin-right: 10px;
  height: 50px;
  margin-top: 25px;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
}

.main-account-btns li {
  width: 50%;
  float: left;
  text-align: center;
  position: relative;
}

.main-account-btns li a {
  font-size: 20px;
  font-weight: normal;
  color: #fff;
  width: 100%;
  float: left;
  cursor: pointer;
}

.main-account-btns li a label {
  cursor: pointer;
}

.main-account-btns li a label {
  font-size: 11px;
  color: #fff;
  width: 100%;
  float: left;
}

.icon-main {
  height: 26px;
  display: block;
  position: relative;
}

.cart-count {
  min-width: 18px;
  height: 18px;
  padding: 0px 3px;
  background-color: #7aad37;
  color: #fff;
  font-size: 10px;
  text-align: center;
  line-height: 18px;
  position: absolute;
  top: -9px;
  right: -9px;
  border-radius: 100%;
}

.main-account-btns li a .icon-main.cart-icon {
  font-size: 20px;
  margin-top: 3px;
}

.main-account-btns li:nth-child(2) label {
  margin-top: -2px;
}

.main-account-btns li:nth-child(3) label {
  margin-top: -1px;
}

.header.darkHeader .main-account-btns li a {
  color: #000;
}

.header.darkHeader .main-account-btns li a label {
  color: #000;
}

.header.darkHeader nav {
  margin-top: 25px;
}

.header.darkHeader .main-account-btns {
  margin-top: 18px;
  height: 40px;
}

.weather-updations {
  width: auto;
  margin-top: 27px;
  display: inline-block;
  float: right;
  margin-right: 50px;
  text-align: left;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
}

.header.darkHeader .weather-updations {
  margin-top: 21px;
  color: #000;
}

.header.darkHeader .menu-main-container {
  min-height: 60px;
}

.main-category-btn {
  width: 195px;
  height: 44px;
  border: 3px solid #7cae3b;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  color: #7cae3b;
  font-family: "titilliumregular";
  font-weight: 500;
  background-color: #fff;
  position: relative;
  margin: 0 auto;
  margin-top: 50px;
}

.main-category-btn:hover {
  color: #fff;
  background-color: #7cae3b;
}

.main-category-btn::after {
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  background-image: url(../images/btn-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  right: 5px;
  top: 5px;
}

.home-page-product-slider-section {
  width: 100%;
  height: auto;
  padding: 80px 0px 90px;
  background-color: #f8f8f8;
  border-bottom: 1px solid #dfdfdf;
}

.home-page-product-slider-section h5 {
  font-size: 16px;
  text-transform: uppercase;
  font-family: "titilliumregular";
  font-weight: 500;
  margin-bottom: 0px;
}

.home-page-product-slider-section h2 {
  font-family: "gothambook";
  font-size: 50px;
}

.best-produts-slider h2 {
  color: #5fd1f6;
}

.home-page-product-slider-section ul li {
  position: relative;
  margin-bottom: 15px;
  padding-bottom: 40px;
  position: relative;
  background-color: #fff;
}

.home-page-product-slider-section .product-bottom-main ul li {
  width: auto;
  box-shadow: none;
  margin-bottom: 0px;
  padding-bottom: 0px;
  display: inline-block;
  margin-left: 15px;
}

.home-page-product-slider-section .product-list-content {
  text-align: center;
}

.home-page-product-slider-section .product-bottom-main {
  border-right: 1px solid #e5e5e5;
}

.home-page-product-slider-section ul {
  margin-top: 30px;
}

.home-page-product-slider-section .product-bottom-main ul {
  margin-top: 0px;
}

.home-page-product-slider-section .owl-carousel .owl-nav button.owl-prev {
  width: 57px;
  height: 40px;
  position: absolute;
  background-color: #000;
  top: 40%;
  left: -30px;
  font-size: 0px;
  background-image: url(../images/arrow-left.png);
  background-position: center;
  background-repeat: no-repeat;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
}

.home-page-product-slider-section .owl-carousel .owl-nav button.owl-next {
  width: 57px;
  height: 40px;
  position: absolute;
  background-color: #000;
  top: 40%;
  right: -30px;
  font-size: 0px;
  background-image: url(../images/arrow-right.png);
  background-position: center;
  background-repeat: no-repeat;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
}

.best-slider-main.owl-carousel .owl-nav button.owl-prev,
.best-slider-main.owl-carousel .owl-nav button.owl-next {
  background-color: #37c6f4;
}

.home-page-product-slider-section .owl-carousel .owl-nav button.owl-prev:hover,
.home-page-product-slider-section .owl-carousel .owl-nav button.owl-next:hover {
  background-color: #000;
}

.best-seller-slider h2 {
  color: #f26222;
}

.best-seller-main.owl-carousel .owl-nav button.owl-prev,
.best-seller-main.owl-carousel .owl-nav button.owl-next {
  background-color: #f26222;
}

.featured-products-slider h2 {
  color: #8dc63f;
}

.featured-products-main.owl-carousel .owl-nav button.owl-prev,
.featured-products-main.owl-carousel .owl-nav button.owl-next {
  background-color: #8dc63f;
}

.home-page-product-slider-section ul li:hover .product-image img {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
}

.home-page-product-slider-section ul li .product-image img {
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}

.home-page-product-slider-section button.owl-dot span {
  width: 10px;
  height: 10px;
  background: #7aad38;
  display: inline-block;
  border-radius: 100%;
  margin: 0px 3px;
}

.home-page-product-slider-section button.owl-dot.active span {
  background: #f26222;
}

.home-page-product-slider-section .owl-dots {
  text-align: center;
  margin-top: 30px;
}

.home-main-clients {
  width: 100%;
  height: auto;
  padding: 75px 0px 25px;
  background-color: #fff;
  border-bottom: 1px solid #dfdfdf;
}

.clients-slider {
  margin-top: 30px;
}

.clients-slider .owl-dots {
  text-align: center;
  margin-top: 30px;
}

.clients-slider button.owl-dot.active span {
  background: #f26222;
}

.clients-slider button.owl-dot span {
  width: 10px;
  height: 10px;
  background: #7aad38;
  display: inline-block;
  border-radius: 100%;
  margin: 0px 3px;
}

.home-about-content {
  width: 100%;
  margin: 65px 0px 50px;
  min-height: 690px;
  overflow: hidden;
}

.position-relative {
  position: relative;
}

.image-about-main {
  position: absolute;
  right: 0px;
  top: 0px;
}

.fist-about-box {
  top: 120px;
  right: -30px;
}

.fist-about-box h1::after {
  content: "+";
}

.about-boxes {
  padding: 20px 30px 15px;
  background-color: #8dc63f;
  position: absolute;
  display: block;
}

.about-boxes.about-boxes-second {
  background-color: #a8be64;
}

.about-boxes h1 {
  font-size: 36px;
  color: #fff;
  font-family: "gothambook";
  margin-bottom: 0px;
}

.about-boxes p {
  margin-bottom: 0px;
  color: #fff;
  font-family: "gothambook";
  font-size: 16px;
  text-transform: uppercase;
}

.second-about-box {
  top: 300px;
  right: -70px;
}

.third-about-box {
  bottom: 115px;
  right: 0px;
}

.main-about-content {
  width: 56%;
  padding-left: 30px;
  margin-top: 155px;
  float: left;
  background-image: url(../images/about-side-bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-position: left top 40px;
}

.main-about-content span {
  font-family: "gothambook";
  color: #000;
  font-size: 20px;
}

.main-about-content h2 {
  font-family: "gothambook";
  color: #1f2b41;
  font-size: 36px;
  line-height: 44px;
  margin-top: 20px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.main-about-content p {
  font-size: 16px;
  color: #000;
  padding-right: 20px;
}

.main-about-content a.main-category-btn {
  width: 175px;
  float: left;
  margin-top: 15px;
  text-transform: uppercase;
}

.home-blackbg-section {
  width: 100%;
  height: auto;
  min-height: 590px;
  background-image: url(../images/home-black-bg.jpg);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
}

.home-blackbg-section-content {
  width: 46%;
  float: left;
  margin-top: 190px;
}

.home-blackbg-section-content h1 {
  font-size: 50px;
  line-height: 50px;
  color: #fff;
  font-family: "gothambook";
  text-transform: uppercase;
}

.home-blackbg-section-content p {
  color: #fff;
  text-transform: uppercase;
  font-size: 20px;
  font-family: "titilliumregular";
}

.home-blackbg-section-content .main-category-btn {
  background-color: transparent;
  width: 175px;
  float: left;
  margin-top: 15px;
  text-transform: uppercase;
  border-color: #fff;
  color: #fff;
}

.home-blackbg-section-content .main-category-btn:hover {
  background-color: #fff;
  color: #000;
}

.home-blackbg-section-content .main-category-btn::after {
  background-image: url(../images/white-btn.png);
}

.home-certificate-section {
  padding: 100px 0px 55px;
}

.main-certificate-container {
  width: 100%;
/*  border: 1px solid #c0c0c0;*/
  padding: 20px 0px;
  margin-top: 30px;
}

.main-certificate-container ul li {
  width: 100%;
  padding: 20px;
  float: left;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: auto;
  /* border-right: 1px solid #dfdfdf; */
}

.certificate-slider .owl-stage {
  display: flex;
}

.certificate-slider .owl-dots {
  text-align: center;
  margin-top: 15px;
}

.certificate-slider button.owl-dot.active span {
  background: #f26222;
}

.certificate-slider button.owl-dot span {
  width: 10px;
  height: 10px;
  background: #7aad38;
  display: inline-block;
  border-radius: 100%;
  margin: 0px 3px;
}

.certificate-slider.owl-carousel.owl-drag .owl-item {
  display: flex;
}

.certificate-slider img {
  width: 100%;
  height: auto;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.home-spec-section {
  width: 100%;
  height: auto;
  padding: 55px 0px 140px;
}

.home-spec-inner-container {
  width: 75%;
  min-height: 542px;
  background-image: url(../images/bg-home-bottom.png);
  background-repeat: no-repeat;
  background-position: center;
  margin: 0 auto;
  text-align: center;
}

.home-spec-inner-container img {
  display: inline-block;
}

.home-spec-content {
  padding-top: 66px;
}

.home-spec-content h3 {
  font-family: "gothambook";
  font-size: 62px;
  line-height: 60px;
  color: #000;
  margin-bottom: 15px;
}

.home-spec-content p {
  font-size: 16px;
}

.home-spec-content a {
  display: inline-block;
  color: #000;
  font-family: "titillium_bold";
  font-size: 15px;
  text-transform: uppercase;
  margin-top: 15px;
  position: relative;
}

.home-spec-content a::after {
  content: "";
  width: 20px;
  height: 14px;
  background-image: url(../images/arrow-spec.png);
  background-repeat: no-repeat;
  background-position: center;
  right: -30px;
  top: 5px;
  position: absolute;
}

.home-spec-content a:hover {
  color: #f15822;
}

/*about page*/

.about-page-first-section {
  width: 100%;
  margin: 80px 0px 50px;
  min-height: 690px;
}

.about-who-section {
  width: 100%;
  padding: 50px 0px 70px;
}

.about-who-image {
  width: 47%;
  float: left;
  position: relative;
}

.main-overlay-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  z-index: 99;
}

.play-btn {
  width: 155px;
  height: 155px;
  background-image: url(../images/play-btn.png);
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  margin: auto;
}

.about-who-image::after {
  content: "";
  position: absolute;
  right: 0px;
  top: 0px;
  width: 5px;
  height: 100%;
  background-color: #7aad37;
  background-image: url(../images/bg-about-img.png);
  background-repeat: no-repeat;
  background-position: top;
}

.about-who-content {
  width: 53%;
  float: left;
  padding-top: 90px;
  padding-left: 50px;
}

.about-who-content h2 {
  font-family: "gothambook";
  font-size: 48px;
  color: #000000;
}

.about-who-content h5 {
  font-family: "gothambook";
  margin-top: 30px;
  font-size: 30px;
  line-height: 36px;
  color: #1f2b41;
  margin-bottom: 20px;
}

.about-who-content p {
  font-size: 13px;
  font-family: "gothambook";
  line-height: 19px;
  color: #454545;
  margin-bottom: 20px;
}

.about-third-section {
  width: 100%;
  padding: 70px 0px 30px;
}

.about-mission-vision {
  width: 100%;
  margin-top: 45px;
  padding: 50px 0px 50px;
  background-image: url(../images/vision-bg.png);
  background-repeat: no-repeat;
  background-position: top center;
}

.border-none {
  border: none !important;
}

.main-mission {
  position: relative;
  margin-bottom: 40px;
}

.image-mission {
  width: 61%;
  float: left;
}

.text-vision {
  width: 45%;
  height: 260px;
  background-color: #fff;
  position: absolute;
  right: 0px;
  top: 0px;
  bottom: 0px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-left: 75px;
  padding-right: 30px;
}

.text-vision p {
  font-family: "gothambook";
  font-size: 12px;
  line-height: 21px;
  color: #454545;
  margin-top: 20px;
}

.text-vision h1 {
  font-family: "gothambook";
  font-size: 48px;
}

.main-vision .image-mission {
  float: right;
}

.main-vision .text-vision {
  right: inherit;
  left: 0px;
  padding-left: 0px;
  padding-right: 80px;
}

/*Quality*/

.quality-main-section {
  width: 100%;
  height: auto;
  padding: 70px 0px;
}

.quality-box-section {
  width: 83%;
  margin: 0 auto;
  padding: 25px 40px;
  border: 1px solid #afada1;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  margin-top: -60px;
  text-align: center;
}

.quality-box-section h2 {
  font-family: "gothambook";
  font-size: 30px;
  color: #000;
}

.quality-box-section li {
  font-family: "gotham-bold";
  font-size: 15px;
  color: #000;
  margin-bottom: 10px;
  line-height: 30px;
}

.quality-box-section li span {
  position: relative;
}

.quality-box-section li span::after {
  content: "";
  width: 10px;
  height: 12px;
  background-image: url(../images/quality-arrow.png);
  background-repeat: no-repeat;
  position: absolute;
  left: -18px;
  top: 3px;
}

.quality-bottom-section {
  width: 75%;
  margin: 0 auto;
  margin-top: 35px;
}

.quality-bottom-section p {
  font-size: 16px;
  color: #000;
  text-align: center;
}

.quality-bottom-section p span {
  font-family: "gotham-bold";
  color: #69a11b;
}

.gallery-main {
  width: 100%;
  height: auto;
  padding: 140px 0px 160px;
  background-color: #f8f8f8;
}

.gallery-main li img {
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
}

.gallery-main li {
  width: 23.6%;
  float: left;
  margin-right: 1.8%;
  margin-bottom: 18px;
  overflow: hidden;
}

.gallery-main li:hover img {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
}

.gallery-main li:nth-child(4n) {
  margin-right: 0px;
}

/*checkout*/

.checkout-left-container {
  width: 55%;
  float: left;
  box-sizing: border-box;
  border: 1px solid #d1d3d6;
}

.checkout-heading {
  min-height: 90px;
  border-bottom: 1px solid #d1d3d6;
  padding-left: 30px;
  display: flex;
  align-items: center;
  font-family: "gotham-bold";
  font-size: 22px;
  color: #000;
  text-transform: uppercase;
}

.checkout-shipping-address {
  padding: 40px;
  width: 100%;
  box-sizing: border-box;
  min-height: 808px;
}

.checkout-shipping-address ul li {
  padding-left: 20px;
  padding-right: 20px;
  width: 50%;
  box-sizing: border-box;
  font-family: "gothambook";
  font-size: 14px;
  color: #2d2d2d;
  line-height: 23px;
  float: left;
  position: relative;
}

.checkout-shipping-address ul {
  display: flex;
  flex-wrap: wrap;
}

.checkout-shipping-address ul li input {
  position: absolute;
  left: 0px;
  top: 5px;
}

/* .add-new-address {
  width: 100%;
  height: 60px;
  line-height: 60px;
  background-color: #7aad37;
  color: #fff;
  border: none;
  box-shadow: none;
  float: left;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "gothammedium";
  font-size: 18px;
  text-transform: uppercase;
  margin-top: 55px;
  cursor: pointer;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.add-new-address:hover {
  background-color: #f15822;
}
.add-new-address span {
  font-size: 27px;
  padding-right: 5px;
} */

.add-new-address {
    width: 100%;
    height: 60px;

    display: flex;
    align-items: center;
    justify-content: center;

    background-color: #fff;              /* unified */
    border: 3px solid #7cae3b;            /* unified */
    color: #7cae3b;                        /* unified */

    font-family: "gothammedium";
    font-size: 18px;
    text-transform: uppercase;

    margin-top: 55px;
    cursor: pointer;

    border-radius: 5px;
    position: relative;

    text-decoration: none;
    transition: all 0.3s linear;
}
.add-new-address:hover {
    background-color: #7cae3b;
    color: #fff;
}

.add-new-address::after {
    content: "";
    width: 12px;
    height: 12px;

    position: absolute;
    top: 8px;
    right: 8px;

    background-image: url(../images/btn-bg.png);
    background-repeat: no-repeat;
    background-position: center;

    pointer-events: none;
}


.checkout-right-container {
  width: 43%;
  float: right;
  background-color: #f7f7f7;
  min-height: 400px;
}

.checkout-right-heading {
  min-height: 90px;
  padding-left: 25px;
  display: flex;
  align-items: center;
  font-family: "gotham-bold";
  font-size: 22px;
  color: #000;
  text-transform: uppercase;
}

.checkout-right-container h1 {
  font-family: "gotham-bold";
  font-size: 18px;
  color: #000;
  text-transform: uppercase;
  padding-left: 25px;
  border-bottom: 1px solid #edebeb;
  margin-bottom: 0px;
}

.checkout-product-container {
  width: 100%;
}

.checkout-product-container ul {
  padding: 18px 9px 10px;
  border-bottom: 1px solid #edebeb;
}
.checkout-product-container li {
  width: 100%;
  float: left;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 15px;
  border: 1px solid #dedede;
}

.checkout-tumb {
  width: 95px;
  height: 90px;
  background-color: #e9e8e8;
  padding: 10px;
  box-sizing: border-box;
  margin-right: 10px;
}

.checkout-tumb img {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.checkout-product-container li label {
  text-transform: capitalize;
  font-size: 8px;
  color: #27272f;
}

.checkout-tumb-content {
  font-size: 17px;
  color: #000;
  font-family: "gotham-bold";
  margin-top: 5px;
}

.checkout-tumb-content span {
  font-family: "gothambook";
}

.checkout-cost-container {
  padding: 35px 25px 30px;
  border-bottom: 1px solid #edebeb;
}

.main-cost-checkout {
  width: 100%;
  float: left;
  margin-bottom: 25px;
}

.main-cost-checkout label {
  width: 50%;
  float: left;
  font-size: 18px;
  color: #000;
  padding-left: 15px;
  box-sizing: border-box;
}

.checkout-price {
  width: 50%;
  float: left;
  font-family: "gotham-bold";
  font-size: 18px;
  color: #000;
  text-transform: uppercase;
  text-align: right;
}

.main-cost-checkout-total {
  width: 100%;
  float: left;
}

.main-cost-checkout-total label {
  width: 50%;
  float: left;
  font-size: 22px;
  font-family: "gotham-bold";
  color: #000;
  padding-left: 15px;
  text-transform: uppercase;
  box-sizing: border-box;
}

.main-cost-checkout-total .checkout-price {
  width: 50%;
  float: left;
  font-family: "gotham-bold";
  font-size: 20px;
  color: #000;
  text-transform: uppercase;
  text-align: right;
}

.checkout-payment-container {
  /* padding: 35px 25px; */
   padding: 35px 0px;
}

.checkout-payment-container h2 {
  font-size: 30px;
  text-transform: uppercase;
  font-family: "gotham-bold";
  color: #000;
  line-height: 25px;
}

.checkout-payment-container ul {
  margin-top: 10px;
}

.checkout-payment-container li {
  width: 100%;
  position: relative;
  display: block;
  padding-left: 35px;
  margin-top: 30px;
  cursor: pointer;
  font-size: 18px;
  color: #000;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.checkout-payment-container li p {
  font-size: 18px;
  color: #000;
}

.main-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.main-checkbox .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  background-color: #fff;
  border: 1px solid #000;
  cursor: pointer;
}

/* On mouse-over, add a grey background color */
.main-checkbox:hover input ~ .checkmark {
  background-color: #ccc;
}

.main-checkbox {
  line-height: 25px;
}

/* When the checkbox is checked, add a blue background */
.main-checkbox input:checked ~ .checkmark {
  background-color: #2dce98;
  border: 1px solid #2dce98;
}

/* Create the checkmark/indicator (hidden when not checked) */
.main-checkbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.main-checkbox input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.main-checkbox .checkmark:after {
  left: 9px;
  top: 4px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 1px 1px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.card-image {
  position: absolute;
  right: 0px;
  top: -7px;
}

.checkout-place-order-button {
  padding: 37px 25px;
  border-top: 1px solid #edebeb;
}

.checkout-place-order-button .add-new-address {
  margin-top: 0px;
  float: none;
}

.checkout-shipping-form {
  padding: 40px 35px;
}

.checkout-form-left {
  width: 49%;
  float: left;
  padding-bottom: 15px;
  margin-bottom: 10px;
  position: relative;
}

.checkout-form-left #billing_city {
  background: #fff;
}

.checkout-form-right {
  width: 49%;
  float: right;
  padding-bottom: 15px;
  margin-bottom: 10px;
  position: relative;
}

.checkout-full-width {
  width: 100%;
  float: left;
  padding-bottom: 15px;
  margin-bottom: 10px;
  position: relative;
}

.main-text-checkout {
  width: 100%;
  height: 45px;
  line-height: 45px;
  padding: 0px 20px;
  font-size: 15px;
  color: #000;
  font-family: "gothambook";
  border: 1px solid #e5e5e5;
}

.checkout-first-form h2 {
  font-size: 18px;
  color: #1f2423;
}

.checkout-first-form h2 span {
  font-family: "gotham-bold";
}

.checkout-left-bottom {
  width: 100%;
  height: auto;
  margin-top: 70px;
}

.checkout-left-bottom-first {
  position: relative;
  padding-left: 35px;
  float: left;
  width: 100%;
  margin-top: 15px;
  margin-bottom: 10px;
}

.checkout-first-form h2 span {
  position: static;
}

.checkout-left-bottom-second {
  float: left;
  width: 50%;
}

.checkout-left-bottom-second a {
  color: #109ac7;
}

.checkout-left-bottom-second a:hover {
  color: #f15822;
}

/*404*/

.error-wrapper {
  padding: 180px 0px 300px;
}

.error-inner-container {
  max-width: 745px;
  text-align: center;
  margin: 0 auto;
  width: 100%;
}

.error-inner-container h2{
    font-size: 80px;
    font-family: 'Gotham Book';
    font-weight : bold;
    color: #222121;
}

.error-inner-container p {
  font-size: 20px;
  color: #000;
  margin-top: 30px;
}

.error-back-btn {
  width: 250px;
  height: 50px;
  line-height: 50px;
  background-color: #7aad37;
  color: #fff;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "gothammedium";
  font-size: 18px;
  text-transform: uppercase;
  margin-top: 55px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.weather-updations {
  color: #fff;
  position: relative;
}

.weather-updations .icon-cloud {
  position: absolute;
  left: 8px;
  font-size: 32px;
}

.weather-updations .weather_desc {
  font-size: 12px;
  font-family: "gothambook";
}

.weather-updations .weather_temp {
  font-size: 17px;
  font-family: "gothambook";
}

.weather_title {
  display: inline-block;
  width: 90px;
  text-align: right;
  font-size: 12px;
  line-height: 16px;
  font-family: "gothambook";
}

.weather_data {
  display: inline-block;
  position: relative;
  padding-left: 50px;
}

.toaster {
  position: fixed !important;
}

.toast {
  background: #133251 !important;
  padding: 15px !important;
  opacity: 1 !important;
  text-shadow: none !important;
  color: #fff !important;
}

.toast > a[href="#close"] {
  width: 22px !important;
  height: 22px !important;
  font-size: 10px !important;
  line-height: 16px !important;
}

.footer-chat-btn {
  width: 88px;
  height: 88px;
  display: block;
  position: fixed;
  bottom: 20px;
  right: 40px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  background-image: url(../images/chat-icon.png);
  background-position: center right 10px;
  background-repeat: no-repeat;
  z-index: 999;
}

.main-social-home {
  width: 50px;
  height: 170px;
  background-color: #fff;
  position: fixed;
  z-index: 998;
  top: 40%;
  right: 0px;
  -webkit-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.17);
  -moz-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.17);
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.17);
  padding-top: 15px;
}

.main-social-home li {
  width: 100%;
  line-height: 35px;
  text-align: center;
}

.main-social-home li a {
  color: #444444;
  font-size: 18px;
  transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
}

.main-social-home li a:hover {
  color: #f15922;
}

.empty-result {
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  padding: 10px 10px;
  box-sizing: border-box;
  background: #ff7c3c;
  color: #fff;
  width: 100%;
}

.cart-main-content-container .product-image {
  width: 150px;
}

.favorate-icon.active {
  background-image: url(../images/wishlist-active.svg) !important;
}

.col-lg-12 .cart-single {
  width: 100%;
  float: left;
}

.cart-single .col-lg-2 {
  width: 25%;
  float: left;
}

.cart-single .col-lg-8 {
  width: 50%;
  float: left;
  box-sizing: border-box;
  padding: 0px 10px;
}

.cart-single .col-lg-2.text-right {
  text-align: right;
}

.col-lg-12 .cart-single {
  border-bottom: 1px solid #e2e2e2;
  float: left;
  width: 100%;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.col-lg-12 .cart-single h4 {
  font-size: 18px;
}

.col-lg-12 .cart-single .meta-sku {
  font-size: 14px;
  color: #222121;
  font-family: "gothambook";
}

.col-lg-12 .cart-single .meta-price {
  font-family: "gotham-bold";
}

.order-details .table.box-total {
  font-size: 15px;
  line-height: 30px;
  color: #222121;
  font-family: "gothambook";
  width: 100%;
  float: left;
  margin-top: 15px;
}

.order-details .table.box-total .value {
  font-family: "gothambook";
  text-align: right;
}

.order-details .table.box-total .total {
  font-family: "gotham-bold";
  text-align: right;
  font-size: 17px;
}

.col-lg-12 .order-details h4 {
  font-size: 15px;
  font-family: "gotham-bold";
}

.col-lg-12 .order-details h4 small {
  font-size: 15px;
  font-family: "gothambook";
}

.inner-page-bg a {
  color: #fff;
  text-shadow: 1px 1px 1px #000;
}

.videowrapper {
  min-width: 100%;
  min-height: 100%;
  overflow: hidden;
  position: relative;
}

.video-overlay {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(0, 0, 0, 0.2);
  z-index: 9;
}

#myVideo {
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  background-size: cover;
  display: block;
}

.nav-btn span {
  width: 30px;
  height: 3px;
  display: block;
  background-color: #fff;
  margin: 4px 0;
}

.nav-btn {
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
  display: none;
}

.nav-btn.active {
  right: 10px;
  z-index: 99999;
}

.nav-btn.active span:nth-child(3) {
  background: #fff !important;
  top: 8px !important;
  right: 10px;
  -webkit-transform: rotate(-225deg);
  transform: rotate(-225deg);
}

.nav-btn.active span {
  position: absolute;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}

.nav-btn.active span:nth-child(1) {
  background: #fff !important;
  top: 8px !important;
  right: 10px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.nav-btn.active span:nth-child(2) {
  display: none !important;
}

.header.darkHeader .nav-btn span {
  background-color: #000;
}

.header.darkHeader .nav-btn {
  top: 25px;
}

.store-locator-info-window h5 {
  font-size: 16px;
  color: #000;
  margin-top: 15px;
  margin-bottom: 5px;
}

.address-sec {
  font-size: 15px;
  line-height: 23px;
  color: #000;
}

select.main-contact-text {
  /* background-image: url(../images/active-arrow.png) !important; */
  background-repeat: no-repeat;
  background-position: right 7px center;
}

.rc-anchor-error-msg-container {
  display: none !important;
}

.subscribtion-sec {
  position: relative;
}

.subscribtion-sec #btn_subscribe {
  position: absolute;
  right: 4px;
  top: 40px;
  box-sizing: border-box;
  width: 35px;
  height: 35px;
  border: none;
  background-color: #77ab2f;
  font-size: 0px;
  background-image: url(../images/news-letter-arrow.png) !important;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  cursor: pointer;
}

.subscribtion-sec #btn_subscribe:hover {
  background-color: #f26222;
}

.address_form textarea.career-form-text {
  min-height: 80px;
  line-height: 24px;
  resize: none;
  padding: 8px 15px;
}

.validation-error-msg {
  width: 100%;
  float: left;
  /* margin-top: 20px; */
}

#captcha-error {
  width: 100%;
  float: left;
  /* margin-top: 20px; */
  padding: 10px;
  color: #ef4343;
  /* color: #fff; */
  font-size: 15px;
}

#contact_success_msg {
  width: 100%;
  float: left;
  /* margin-top: 20px; */
  padding: 10px;
  background: #7aad37;
  color: #fff;
}

#subscription_message .alert {
  margin-top: 10px;
  color: #ff1a24;
}

#subscription_message .alert i {
  font-style: normal;
}

.my-order-container h5 {
  padding: 30px 45px 0px;
  font-family: "gotham-bold";
  font-size: 16px;
}

.wishlist-name {
  width: 38%;
}

.wishlist-date {
  width: 22%;
}

.wishlist-total {
  width: 20%;
}

.wishlist-view-btn {
  width: 20%;
  justify-content: center;
}

.wishlist-view-btn .move-to-cart {
  width: 100%;
  height: 25px;
  line-height: 25px;
  display: inline-block;
  align-items: center;
  justify-content: center;
  margin-bottom: 5px;
  text-align: center;
  background-color: #777777;
  color: #fff;
  font-family: "gothammedium";
  font-size: 11px;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}

.wishlist-view-btn .remove-wishlist {
  width: 100%;
  height: 25px;
  line-height: 25px;
  display: inline-block;
  align-items: center;
  justify-content: center;
  margin-bottom: 5px;
  text-align: center;
  background-color: #ff4646;
  color: #fff;
  font-family: "gothammedium";
  font-size: 11px;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  position: relative;
}

.wishlist-view-btn .remove-wishlist img {
  display: none;
}

.sync .item {
  background: transparent;
  color: #fff;
  text-align: center;
  cursor: pointer;
}
.sync.item h1 {
  font-size: 18px;
}
.sync .synced .item {
  border-color: #77ab2f !important;
}

.navigation-thumbs img {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.thumb-nav .item {
  border: 1px solid #d3d3d3 !important;
  padding: 1px;
  box-sizing: border-box;
}

.navigation-thumbs.owl-carousel .owl-nav button.owl-next {
  width: 24px;
  height: 24px;
  color: #fff;
  position: absolute;
  top: 45%;
  right: -5px;
  background-image: url(../images/icon-next.png);
  font-size: 0px;
}

.navigation-thumbs.owl-carousel .owl-nav button.owl-prev {
  width: 24px;
  height: 24px;
  color: #fff;
  position: absolute;
  top: 45%;
  left: -5px;
  background-image: url(../images/icon-prev.png);
  font-size: 0px;
}

/*PRELOADING------------ */

#overlayer {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 9999;
  background: #fff;
}
.loader {
  display: inline-block;
  width: 45px;
  height: 45px;
  position: absolute;
  z-index: 99999;
  border: 4px solid #f15822;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  animation: loader 2s infinite ease;
}

.loader-inner {
  vertical-align: top;
  display: inline-block;
  width: 100%;
  background-color: #8dc63f;
  animation: loader-inner 2s infinite ease-in;
}

@keyframes loader {
  0% {
    transform: rotate(0deg);
  }

  25% {
    transform: rotate(180deg);
  }

  50% {
    transform: rotate(180deg);
  }

  75% {
    transform: rotate(360deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes loader-inner {
  0% {
    height: 0%;
  }

  25% {
    height: 0%;
  }

  50% {
    height: 100%;
  }

  75% {
    height: 100%;
  }

  100% {
    height: 0%;
  }
}

.tawk-card.tawk-card-inverse.tawk-card-xsmall.tawk-footer {
  display: none !important;
}
.whatsapp-icon {
  width: 60px;
  height: 60px;
  background-color: #ffffff;
  position: fixed;
  display: inline-block;
  right: 100px;
  bottom: 18px;
  -webkit-box-shadow: 0px 0px 13px 2px rgb(0 0 0 / 16%);
  -moz-box-shadow: 0px 0px 13px 2px rgb(0 0 0 / 16%);
  box-shadow: 0px 0px 13px 2px rgb(0 0 0 / 16%);
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  background-image: url(../images/whatsapp.svg) !important;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 40px;
  z-index: 9999;
}

.address-sec {
  max-width: 300px !important;
  padding-right: 30px !important;
}

.gm-style-iw.gm-style-iw-c {
  padding-right: 20px !important;
}

.gm-ui-hover-effect {
  top: 0px !important;
  right: 2px !important;
}

.gm-ui-hover-effect img {
  width: 20px !important;
  height: 20px !important;
  margin: 5px !important;
}

#billing_address_section {
  margin-top: 20px;
  /* float: left; */
}

#billing_address_section .checkout-heading {
  width: 100%;
  float: left;
  padding-left: 0px;
  min-height: 50px;
  margin-bottom: 15px;
}
.fist-cart-value.name.delivery_message {
  text-transform: inherit;
  color: #8dc63f;
}
.main-video-popup.fancybox-content {
  width: 100% !important;
  max-width: 800px;
  padding: 20px 20px 20px;
}
.main-video-popup.fancybox-content video {
  width: 100%;
}

.language-change {
  width: 70px;
}

.main-language-btn {
  width: auto;
  float: right;
  margin-right: 25px;
  height: 30px;
  margin-top: 38px;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
}

.language-change li a {
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
}

.language-change {
  display: flex;
}

.language-change li {
  padding: 0px 10px;
  border-right: 1px solid #fff;
}

.language-change li:nth-child(2) {
  border-right: none;
}

.header.darkHeader .main-language-btn {
  margin-top: 28px;
}

.header.darkHeader .language-change li a {
  color: #000;
}
.header.darkHeader .language-change li {
  border-right: 1px solid #666;
}

.header.darkHeader .language-change li:nth-child(2) {
  border-right: none;
}

.search-icon {
  top: 3px;
}

.search-main {
  position: absolute;
  left: 0px;
  top: -5px;
  display: none;
  width: 0px;
  opacity: 0;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
}

.search-main input {
  width: 100%;
  height: 45px;
  line-height: 45px;
  padding: 0px 10px;
  border-radius: 6px;
  box-shadow: none;
  border: none;
  border: 1px solid #aaa;
}

.search-main-wrapper {
  width: auto;
  float: right;
  margin-right: 5px;
  position: relative;
  height: 30px;
  margin-top: 27px;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
}

.search-main-wrapper a.search-main-btn {
  font-size: 17px;
  color: #fff;
  width: 35px;
  height: 35px;
  display: flex;
  border: 1px solid #aaa;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
}

.search-result {
  width: 100%;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}

.search-result a {
  display: block;
  margin-bottom: 5px;
  border-bottom: 1px solid #ccc;
  color: #000;
  font-size: 13px;
  padding: 10px 15px;
  line-height: 20px;
}

.search-result a:last-child {
  border-bottom: none;
}

.header.darkHeader .search-main-wrapper {
  margin-top: 17px;
}

.header.darkHeader .search-main-wrapper a {
  color: #000;
}

.search-main-wrapper .icon-close {
  display: none;
}

.search-main.active {
  width: 240px;
  left: -245px;
  opacity: 1;
  display: block;
}

.search-main-wrapper .search-main-btn.active .icon-close {
  display: block;
}

.search-main-wrapper .search-main-btn.active .icon-search {
  display: none;
}

.footer-contact {
  width: 25%;
  float: left;
}

.main-product-certificate-inside li {
  width: 25%;
  margin-bottom: 30px;
  text-align: center;
  border-right: 1px solid #c0c0c0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.main-product-certificate-inside li img {
  max-width: 60%;
}
@media (max-width: 768px) {
  .container {
    width: 100% !important;
    padding: 0 11px !important;
  }
  .product-image img {
    min-height: unset !important;
  }
  .related-products-main li {
   /* max-height: 22px;*/
  }
  .col-1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center; /* Center text on mobile screens */
  }
  .product-bottom-main ul{
    min-height : 33px;
  }
}

/* Make FBT cards normal size */
.pair-products-section .related-product li{
          /* optional: limit card width */
           max-width: none;
  width: 100%;
}

.pair-products-section .product-image{
  height: 260px;
  overflow: hidden;
  background: #fff;
}
.pair-products-section .product-image img{
  width:100%;
  height:100%;
  object-fit: contain;
  display:block;
}

/* Optional: reduce spacing inside card */
.pair-products-section .product-list-content{
  padding: 15px 15px 10px 15px;   /* adjust if needed */
}



/* Make FBT card layout stable */
.pair-products-section .product-list-content{
  padding-bottom: 15px;
}

.pair-products-section .product-list-content span{
  display: inline-block;
  margin-bottom: 10px;
}

/* Prevent "Available in" area from overlapping price */
.pair-products-section .related-product li .availabile_list,
.pair-products-section .related-product li .available_list,
.pair-products-section .related-product li .available-list,
.pair-products-section .related-product li .available-in,
.pair-products-section .related-product li .product-available,
.pair-products-section .related-product li .availabile-list {
  position: static !important;
  clear: both;
  display: block;
  margin-top: 10px;
}

/* If your component has a wrapper like .availabile_list_main */
.pair-products-section .availabile_list_main{
  position: static !important;
  margin-top: 10px;
  clear: both;
}
/* === FBT: HARD RESET availability component so it cannot break layout === */

/* Keep everything inside the card */
.pair-products-section .fbt-item{
  position: relative;
  overflow: hidden; /* stops "1500 USG" leaking outside */
}

/* Availability wrapper */
.pair-products-section .fbt-availability{
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
  margin-top: 10px;
  padding: 10px 15px 15px;
  height: auto !important;
  min-height: 0 !important;
  max-height: 90px;   /* ✅ adjust: 70-120 */
}

/* Kill floats / absolute positioning ONLY inside availability */
.pair-products-section .fbt-availability *{
  position: static !important;
  float: none !important;
  width: auto !important;
  max-width: 100% !important;
  box-sizing: border-box !important;
}

/* In case component uses flex with space-between */
.pair-products-section .fbt-availability .row,
.pair-products-section .fbt-availability .d-flex,
.pair-products-section .fbt-availability .flex{
  display: block !important;
}

/* Tighten text spacing */
.pair-products-section .fbt-availability p,
.pair-products-section .fbt-availability span,
.pair-products-section .fbt-availability div{
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1.2 !important;
}
.checkout-personal-info,.checkout-delivery-address,.checkout-payment-method {
  font-size: 18px;
  color: #000;
  font-family:gotham-bold;
   text-transform: uppercase;
   
}

.pd-size-wrap{
    margin: 14px 0 10px;
}

.pd-size-bubbles{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
}

.pd-size-bubble{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-width:52px;
    height:40px;
    padding:0 14px;
    border:1px solid #d9d9d9;
    border-radius:999px;
    background:#fff;
    color:#222;
    font-size:14px;
    font-weight:600;
    text-decoration:none;
    transition:all 0.15s ease-in-out;
}

.pd-size-bubble:hover{
    border-color:#6aa84f;
    box-shadow:0 0 0 3px rgba(106,168,79,0.12);
}

.pd-size-bubble.active{
    background:#6aa84f;
    border-color:#6aa84f;
    color:#fff;
}
.rating-row{
  display:flex;
  align-items:center;
  gap:8px;
  margin:6px 0;
}

.rating-row .stars{
  display:flex;
  gap:4px;
  font-size:18px;
  line-height:1;
}

.rating-row .star{
  color:#d9d9d9;  /* grey */
}

.rating-row .star.filled{
  color:#f5a623;  /* yellow */
}

.rating-row .reviews-text{
  font-size:14px;
  color:#111;
}
.rating-row .reviews-text{
  font-size:12px;
}





/* Prominent Schedule Delivery card */
.delivery-schedule-card{
    border: 2px solid #6bb23c;          /* use your green theme */
    background: #f6fff0;
    border-radius: 10px;
    padding: 14px 16px;
    margin-top: 150px;
    margin-bottom: 14px;
}

.delivery-schedule-row{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.delivery-schedule-label{
    cursor: pointer;
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.delivery-schedule-title{
    font-weight: 800;
    font-size: 16px;
    letter-spacing: .2px;
    color: #1b1b1b;
}

.delivery-schedule-subtitle{
    font-size: 12px;
    color: #4b4b4b;
}

/* Toggle switch */
.delivery-toggle{
    position: relative;
    width: 52px;
    height: 28px;
    display: inline-block;
}

.delivery-toggle input{
    opacity: 0;
    width: 0;
    height: 0;
}

.delivery-toggle-slider{
    position: absolute;
    inset: 0;
    background: #cfd8dc;
    border-radius: 999px;
    transition: .2s;
}

.delivery-toggle-slider:before{
    content: "";
    position: absolute;
    height: 22px;
    width: 22px;
    left: 3px;
    top: 3px;
    background: #fff;
    border-radius: 50%;
    transition: .2s;
    box-shadow: 0 1px 3px rgba(0,0,0,.2);
}

.delivery-toggle input:checked + .delivery-toggle-slider{
    background: #6bb23c;
}

.delivery-toggle input:checked + .delivery-toggle-slider:before{
    transform: translateX(24px);
}

/* Date area */
.delivery-date-box{
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px dashed rgba(0,0,0,.15);
}

.delivery-date-label{
    display: block;
    font-weight: 700;
    margin-bottom: 6px;
}

.delivery-date-input{
    max-width: 240px;
}

.delivery-date-hint{
    margin-top: 6px;
    font-size: 12px;
    color: #555;
}

@media (max-width: 767px) {
    .product-bottom-main {
        display: block;
    }

    .product-bottom-main h4 {
        margin-bottom: 6px;
        min-width: auto;
    }

    .product-bottom-main ul {
        width: 100%;
    }

    .product-bottom-main ul li {
        display: block !important;
        width: 100%;
        text-align: left;
    }
}