@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Dosis:wght@200..800&family=Fredoka:wght@300..700&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Oswald:wght@200..700&family=Outfit:wght@100..900&family=Readex+Pro:wght@160..700&display=swap");

/***** General CSS *****/
body {
  word-break: break-word;
  font: 15px/25px;
  color: #393939;
  overflow-x: hidden;
  font-family: "Montserrat", serif;
}

a {
  text-decoration: none;
  color: #28b16d;
  white-space: initial;
}

a:hover,
a:focus {
  text-decoration: none;
  color: #393939;
}

a:hover {
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}

img {
  max-width: 100%;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #ececec; */
    background-color: #fff;
    font-size: 14px;
    line-height: 20px;
    color: #575757;
    height: 40px;
    /* margin-bottom: 20px; */
    width: 100%;
    padding: 0px 15px;
    border-radius: 0;
}

ul {
  margin: 0 0 0px;
  padding: 0;
  list-style-type: none;
}

/***** Font Files *****/
@font-face {
  font-family: "Fonts Awesome";
  src: url(../fonts/fontawesome-webfont.eot);
  src: url(../fonts/fontawesome-webfont.eot?#iefix) format("embedded-opentype"),
    url(../fonts/fontawesome-webfont.woff) format("woff"),
    url(../fonts/fontawesome-webfont.ttf) format("truetype"),
    url(../fonts/fontawesome-webfont.svg#fontawesome-webfont) format("svg");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "big-noodle";
  src: url(../fonts/big-noodle.ttf);
  font-weight: 400;
  font-style: normal;
}

/***** Custom Classes *****/
.noPadding {
  padding: 0;
}

.noLeft {
  padding-left: 0;
}

.noRight {
  padding-right: 0;
}

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

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

.mt-8 {
  margin-top: 80px;
}

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

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

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

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

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

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

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

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

.pb-8 {
  padding-bottom: 80px;
}

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

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

.pt-8 {
  padding-top: 80px;
}

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

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

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

.all-section {
  padding: 80px 0;
}

.centerCol {
  float: none;
  margin: 0 auto;
}

.d-flex {
  display: flex;
  align-items: center;
}

.over-flow-h {
  overflow: hidden;
}

.btn10 {
  border: 1px solid #a30000 !important;
  text-align: center;
  position: relative;
  overflow: hidden !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: #a30000 !important;
  z-index: 10;
  display: inline-block;
  color: #fff;
  padding: 20px 20px;
  border-radius: 10px;
  font-size: 17px;
  font-family: Poppins;
  font-weight: 400;
}

.btn10:hover {
  border: 1px solid #a30000 !important;
  color: #fff !important;
}

.btn10::before {
  content: "";
  width: 0%;
  height: 100%;
  display: block;
  background: #a30000;
  position: absolute;
  -ms-transform: skewX(-20deg);
  -webkit-transform: skewX(-20deg);
  transform: skewX(-20deg);
  left: -10%;
  opacity: 1;
  top: 0;
  z-index: -12;
  -moz-transition: all 0.7s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 0.7s cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transition: all 0.7s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.7s cubic-bezier(0.77, 0, 0.175, 1);
  box-shadow: 2px 0 14px rgba(0, 0, 0, 0.6);
  border-color: #a30000 !important;
}

.btn10::after {
  content: "";
  width: 0%;
  height: 100%;
  display: block;
  background: #fff;
  position: absolute;
  -ms-transform: skewX(-20deg);
  -webkit-transform: skewX(-20deg);
  transform: skewX(-20deg);
  left: -10%;
  opacity: 0;
  top: 0;
  z-index: -15;
  -webkit-transition: all 0.94s cubic-bezier(0.2, 0.95, 0.57, 0.99);
  -moz-transition: all 0.4s cubic-bezier(0.2, 0.95, 0.57, 0.99);
  -o-transition: all 0.4s cubic-bezier(0.2, 0.95, 0.57, 0.99);
  transition: all 0.4s cubic-bezier(0.2, 0.95, 0.57, 0.99);
  box-shadow: 2px 0 14px rgba(0, 0, 0, 0.6);
  border-color: #a30000 !important;
}

.btn10:hover::before,
.btn1O:hover::before {
  opacity: 1;
  width: 116%;
}

.btn10:hover::after,
.btn1O:hover::after {
  opacity: 1;
  width: 120%;
}

.flexRow {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}

.flexCol {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  align-items: center;
}

h1 {
  font-family: "big-noodle";
  font-size: 82px;
  line-height: 75px;
  color: #000;
  font-weight: 500;
  margin: 0 0 45px;
  position: relative;
}

h2 {
  font-family: "big-noodle";
  font-size: 55px;
  line-height: 60px;
  color: #393939;
  font-weight: 500;
  margin: 0 0 30px;
}

h3 {
  font-family: "Poppins", Sans-Serif;
  font-size: 30px;
  line-height: 34px;
  color: #000000;
  font-weight: 600;
  margin: 0 0 28px;
}

h4 {
  font-family: "Poppins", Sans-Serif;
  font-size: 24px;
  line-height: 29px;
  color: #393939;
  font-weight: 500;
  margin: 0 0 13px;
}

h5 {
  font-family: "Poppins", Sans-Serif;
  font-size: 20px;
  line-height: 25px;
  color: #393939;
  font-weight: 500;
  margin: 0 0 20px;
}

h6 {
  font-family: "Poppins", Sans-Serif;
  font-size: 18px;
  line-height: 23px;
  color: #393939;
  font-weight: 500;
  margin: 0 0 22px;
}

p {
  color: #6e6e6e;
  font-size: 14px;
  line-height: 25px;
  font-weight: 600;
}

select {
  background: #fff url("../images/arrow.png") no-repeat right;
}

::-webkit-input-placeholder {
  color: #575757;
}

::-moz-placeholder {
  color: #575757;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #575757;
}

:-moz-placeholder {
  color: #575757;
  opacity: 1;
}

/* Header Start */
.header-logo {
  padding: 15px 0;
}

.header-what-are-you-looking form input {
  border: 1px solid #d7d7d7;
  width: 100%;
  height: 50px;
  border-radius: 50px;
  padding: 0 35px;
  font-family: "Montserrat", serif;
  color: #c8c8c9;
  font-size: 12px;
  font-weight: 600;
}

.header-what-are-you-look-search-icon button {
  background: #c3080d;
  border-radius: 50%;
  border: none;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 16px;
}

.header-what-are-you-looking form input::placeholder {
  color: #c8c8c9;
}

.header-what-are-you-looking form {
  position: relative;
  display: flex;
  align-items: center;
}

.header-what-are-you-look-search-icon {
  position: absolute;
  right: 8px;
}

.topsec-support-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.topsec-support-icon-box ul {
  display: flex;
  align-items: center;
  gap: 15px;
}

.topsec-support-icon-box ul li a:hover {
  background: #88ab5f;
  color: #fff;
  transition: 0.5s;
}

.topsec-support-icon-box ul li a {
  color: #000;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  box-shadow: 0 0 10px 0 #0000002e;
  transition: 0.5s;
  font-size: 15px;
}

.topsec-support-box ul {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-left: 10px;
}

.menuSec {
  padding: 0px 0;
}

.menuSec img {
  margin: 0;
}

.all-categories select {
  width: 90%;
  height: 60px;
  padding: 0 0 0 80px;
  font-family: "Montserrat", serif;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 50px;
}

.menuSec ul {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
  text-transform: capitalize;
}

.menuSec ul li {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
}

.menuSec li ul {
  display: none;
}

.theme-btn-1 {
  background: #fff;
  font-size: 13px;
  padding: 15px 30px;
  border-radius: 50px;
  color: #000;
  font-weight: 600;
}

.meun-sec-usd-select {
  border-left: 1px solid #292929;
  padding-left: 12px !important;
  padding: 20px 0;
}

.menusec-country-select {
  border-left: 1px solid #292929;
  padding-left: 15px !important;
  padding: 20px 0;
  margin-left: 5px;
}

.menuSec ul li a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: #fff;
  padding: 20px 20px;
  font-size: 13px;
  text-transform: uppercase;
}

.menuSec ul li a:hover,
.menuSec ul li a.active {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  color: #c41609;
}

.menuSec li:hover > ul {
  display: block;
  position: absolute;
  z-index: 1000;
  background-color: #000000;
  left: 0px;
  width: 230px;
  text-align: left;
  top: 48px;
  z-index: 99999;
}

.menuSec li > ul > li > a {
  border: none;
  padding: 13px 20px !important;
  color: #fff !important;
  overflow: hidden;
  font-size: 13px;
  line-height: 20px;
}

.menuSec li > ul > li,
.menuSec li > ul > li > a {
  display: block;
  margin: 0;
}

.menuSec li > ul > li > a:before,
.menuSec li > ul > li > a:after {
  display: none;
}

.menuSec li:hover li {
  float: none;
}

.menuSec li ul li a:hover {
  background-color: #bf160a;
  color: #fff !important;
}

.menuSec ul ul ul {
  left: 100%;
  top: 0;
}

.menuSec ul:before,
.menuSec ul:after {
  content: " ";
  display: table;
}

.menuSec ul:after {
  clear: both;
}

.menuSec li > ul > li:hover > ul {
  left: 230px;
  top: 0px;
  width: 270px;
}

.menuSec {
  padding: 8px 0;
  background: #000;
}

.all-categories {
  position: relative;
  display: flex;
  align-items: center;
}
.all-categories-icon {
  position: absolute;
  right: 245px;
  pointer-events: none;
}
.all-categories-icon i {
  background: #c41609;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  font-size: 18px;
  color: #fff;
  pointer-events: none;
}

.topsec-support-box ul li span {
  font-family: "Montserrat", serif;
  text-transform: uppercase;
  color: #000;
  font-weight: 600;
}

.top-selling-heading ul {
  justify-content: center;
  margin-top: 30px;
  gap: 20px;
  padding-bottom: 19px;
}
.top-selling-heading .nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  border: none !important;
  position: relative;
  background: #c41609 !important;
  color: #fff !important;
}
.nav-link:hover,
.nav-link:focus {
  color: inherit;
}

.top-selling-heading .nav-tabs .nav-link:hover {
  border: 2px solid #c3080d !important;
}
.top-selling-heading .nav-link {
  color: #000;
  font-weight: 600;
  text-transform: uppercase;
  border: 2px solid #c3080d !important;
  border-radius: 50px !important;
  padding: 10px 25px;
  font-size: 15px !important;
}

.topsec-support-box ul li a {
  color: #b33943;
  font-weight: 600;
  font-size: 18px;
}

.topsec-support-box ul li i {
  font-size: 20px;
  color: #000;
}

.language-selector {
  position: relative;
  width: 110px;
}

.currency-container option {
  color: #000 !important;
  font-weight: 500;
  font-size: 12px;
}

.menusec-select-boxs {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.meun-sec-usd-select select {
  width: 85px;
  background: none;
  border: none;
  color: #fff;
  font-size: 14px;
  border-radius: 0 !important;
  padding: 0 10px;
}

.currency-container select:focus {
  border-color: inherit !important;
}

.form-select:focus {
  border-color: inherit;
  outline: 0;
  box-shadow: inherit;
}

.currency-container {
  position: relative;
  display: flex;
  align-items: center;
}

.currency-container-icon i {
  color: #fff;
  font-size: 12px;
}

.currency-container-icon {
  position: absolute;
  right: 0;
}

.language-dropdown {
  display: flex;
  align-items: center;
  cursor: pointer;
  position: relative;
}

.language-dropdown img {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  border-radius: 50%;
  object-fit: cover;
}

.language-dropdown span {
  font-size: 12px;
  color: #fff;
}

.language-selector i {
  color: #fff;
  margin-left: 10px;
  font-size: 13px;
}

.language-dropdown .arrow {
  transition: transform 0.3s ease;
}

.dropdown-options span {
  color: #000;
}

.dropdown-options {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  display: none;
  z-index: 10;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.dropdown-options .option {
  display: flex;
  align-items: center;
  padding: 8px;
  cursor: pointer;
  transition: background-color 0.2s;
  font-weight: 600;
  font-size: 14px;
}

.dropdown-options .option:hover {
  background-color: #f0f0f0;
}

.dropdown-options .option img {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.dropdown-options.show {
  display: block;
  margin-top: 8px;
}

/* Rotate arrow when dropdown is open */
.language-dropdown.open .arrow i {
  transform: rotate(180deg);
}

.currency-container label {
  margin-right: 10px;
  font-weight: bold;
}

.currency-container select:focus {
  border-color: #007bff;
}

/* Header Ends */
/* Banner Start */

.main-banner-img {
  width: 100%;
  border-radius: 18px;
  height: 540px;
  object-fit: cover;
}

.main-banner-btn {
  padding: 50px 0;
}

.main-banner-btn ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.carousel-inner > .item > a > img,
.carousel-inner > .item > img {
  width: 100%;
}

.carousel-control.right,
.carousel-control.left {
  background: none;
  opacity: 1;
  width: 50px;
  height: 50px;
  top: initial;
  top: 40%;
  background: rgba(255, 255, 255, 0.1);
  text-shadow: none;
}

.carousel-control.right:hover,
.carousel-control.left:hover {
  background: rgba(255, 27, 27, 0.6);
  color: #fff;
}

.carousel-control.right .fa,
.carousel-control.left .fa {
  position: relative;
  top: 12px;
  font-size: 20px;
  color: #fff;
  opacity: 0.5;
}

.carousel-control.right {
  right: 0px;
}

.carousel-control.left {
  left: 0px;
}

.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 10px;
  height: 12px;
  padding: 0;
  margin: 3px !important;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 1;
  /* transition: opacity 0.6s ease; */
  border-radius: 20px;
}

.carousel-caption {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  margin: 0;
  padding: 0;
  color: #fff;
  text-align: left;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}

.carousel-indicators li {
  border: none;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  background: #fff;
  width: 12px;
  height: 12px;
  margin: 0;
}

.carousel-indicators .active {
  margin: 0;
  background-color: #28b16d;
  width: 10px;
  height: 12px;
}

section.main_slider {
  background-image: url(../images/main-slider-back.png);
  width: 100%;
  height: 100%;
  background-size: cover;
  background-attachment: fixed;
}

section.main_slider .container-fluid {
  padding: 40px 40px 0;
}

.main-banner-btn ul li a {
  text-transform: uppercase;
}

li.bnr-btn-2 a {
  background: #5b9bd5;
  color: #fff;
}

li.bnr-btn-3 a {
  background: #ffd866;
}

li.bnr-btn-4 a {
  background: #88aa5e;
}

.main-banner-btn ul li a {
  padding: 18px 35px;
}

.banner_text {
  margin-left: 30px;
  background: #fff;
  padding: 60px 30px;
  border-radius: 12px;
  width: 90%;
}

.banner_text label:before {
  content: "";
  position: absolute;
  background: #e5e5e5;
  width: 100%;
  height: 2px;
  bottom: 0;
  right: -190px;
}

.banner_text label {
  font-size: 52px;
  color: #000;
  font-family: "big-noodle";
  position: relative;
  margin-bottom: 35px;
  line-height: 40px;
}

.banner_text h1 span {
  color: #c3080d;
}

.banner_text h1:before {
  content: "";
  position: absolute;
  background: #e5e5e5;
  width: 95%;
  height: 2px;
  bottom: -20px;
  right: -30px;
}

.banner_text p {
  color: #6e6e6e;
}

.theme-btn-2 {
  background: #c41609;
  font-size: 14px;
  color: #fff;
  padding: 18px 10px 18px 22px;
  border-radius: 50px;
  text-transform: uppercase;
  letter-spacing: 1px;
  border: none;
}

.banner_text p {
  margin-bottom: 35px;
}

.theme-btn-2 span {
  background: #fff;
  margin-left: 8px;
  border-radius: 50%;
  padding: 14px 17px;
}

section.main_slider .carousel-control-prev,
.carousel-control-next {
  width: 2%;
}

section.main_slider .carousel-control-next-icon {
  background-image: inherit !important;

  opacity: 1;
  position: relative;
}

section.main_slider .carousel-control-prev-icon {
  background-image: inherit !important;

  opacity: 1;
  position: relative;
}

section.main_slider span.carousel-control-next-icon:before {
  content: "\f105";
  position: absolute;
  background: #fff;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  color: #c41f05;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 120px;
  opacity: 2;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  font-size: 25px;
}

section.main_slider .carousel-control-next {
  right: -8px;
}

section.main_slider .carousel-control-prev-icon:before {
  content: "\f104";
  position: absolute;
  background: #fff;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  color: #c41f05;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 130px;
  opacity: 2;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  font-size: 25px;
}

section.main_slider .carousel-control-prev {
  left: -25px;
}

/* Banner End*/

/*Our Categories Start*/

.our-categories-sec {
  padding: 80px 0;
}

.our-categories-heading h2 {
  margin-bottom: 0;
  color: #000;
}

.our-categories-row {
  margin-top: 25px;
}

.our-categories-box-heading h2 span {
  display: block;
}

.our-categories-silder .slick-slide {
  margin: 0px 8px;
}

.our-categories-box img {
  width: 146px;
  height: 146px;
  object-fit: cover;
  border-radius: 8px;
  border: 1px solid #d4d4d4;
}

.our-categories-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.our-categories-box-heading h2 {
  background: #fff;
  padding: 5px 20px;
  border-radius: 5px;
  text-align: center;
  font-size: 20px;
  line-height: 22px;
  color: #000;
  margin-bottom: 0;
}

.our-categories-box-heading {
  position: absolute;
  z-index: 9;
}

.our-categories-silder .slick-active {
  opacity: 1.5;
}

.our-categories-silder .slick-prev {
  left: inherit;
  right: -60px;
}

.our-categories-silder .slick-next:before {
  content: "\f105";
  position: absolute;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  font-size: 16px;
  background: #c3080d;
  color: #fff !important;
  padding: 22px 12px;
  border-radius: 5px;
  opacity: 1;
}

.our-categories-silder .slick-prev {
  top: 0%;
}

.our-categories-silder .slick-next {
  top: 0%;
}

.our-categories-silder .slick-prev:before {
  content: "\f104";
  position: absolute;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  font-size: 16px;
  background: #fff;
  padding: 22px 12px;
  border-radius: 5px;
  opacity: 1 !important;
  border: 1px solid #c3080d;
  color: #c3080d !important;
}

.our-categories-silder .slick-prev {
  left: inherit;
  right: -25px;
  top: 60px !important;
}

.our-categories-silder .slick-slide {
  transition: all ease-in-out 0.3s;
  opacity: 1.2;
}

/*Our Categories End*/

/*Top Selling Start*/

.top-selling-sec {
  padding: 100px 0 10px;
}

.top-selling-heading {
  text-align: center;
  margin-bottom: 20px;
}

.top-selling-heading h2 {
  color: #000;
  margin-bottom: 5px;
}

.top-selling-heading p {
  width: 60%;
  margin: 0 auto;
}

.top-selling-boxs-text h2 {
  font-family: "Montserrat", serif;
  font-size: 14px;
}

.top-selling-boxs-text h2 span {
  display: block;
}

.top-selling-boxs-text h2 {
  font-family: "Montserrat", serif;
  font-size: 14px;
  line-height: 25px;
  color: #212121;
  font-weight: 600;
  margin-bottom: 0;
  height: 80px;
}

ul.top-selling-star-icon li i {
  font-size: 14px;
  color: #ff9c00;
}

ul.top-selling-star-icon {
  display: flex;
  align-items: center;
  gap: 2px;
  margin-top: 10px;
}

.top-selling-boxs {
  border: 1px solid #ebebeb;
  padding: 30px 20px;
  position: relative;
  height: 550px;
}

.top-selling-images img {
  width: 197px;
  height: 219px;
  object-fit: contain;
  margin: 0 auto;
}

.top-selling-images {
  text-align: center;
}

.top-selling-sec .top-selling-row .col {
  padding: 0;
  width: 33%;
  flex: unset;
}

.top-selling-boxs-text h3 {
  color: #212121;
  font-size: 13px;
  font-family: "Montserrat", serif;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 5px;
}

.top-selling-boxs-text h3 i {
  color: #c3080d;
}

.top-selling-boxs-text h4 {
  font-size: 16px;
  font-family: "Montserrat", serif;
  color: #212121;
  font-weight: 600;
  margin-bottom: 15px;
}

.top-selling-boxs-text {
  margin-top: 20px;
}

.top-selling-boxs-text a {
  background: #c3080d;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 45px;
  border-radius: 50px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 13px;
}

.top-selling-cart-icon a {
  border: 1px solid #212121;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  color: #212121;
}

.top-selling-cart-icon {
  position: absolute;
  top: 20px;
  left: 12px;
}

/*Top Selling End */

/*International Trade Products Start*/

.international-trade-products-sec {
  padding: 80px 0;
}

.international-trade-products-heading h2 span {
  color: #c3080d;
}

.international-trade-products-heading h2 {
  color: #000;
  margin-bottom: 0;
}

.international-trade-products-box-heading h2 {
  font-size: 12px;
  line-height: 25px;
  margin-bottom: 0;
  width: 100%;
  color: #fff;
  font-family: "Montserrat", serif;
}

.international-trade-products-box {
  border: 1px solid #d4d4d4;
  padding: 15px 15px 50px;
  border-radius: 8px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  position: relative;
  border-bottom: none;
  margin-top: 40px;
  transition: 0.5s;
  text-align: center;
}

.international-trade-products-box:hover {
  transform: scale(1.1);
  transition: 0.5s;
}

.international-trade-products-box-heading {
  position: absolute;
  background: #88aa5e;
  display: flex;
  align-items: center;
  width: 100%;
  left: 0;
  bottom: -5px;
  border-radius: 5px;
  padding: 8px 0;
  text-align: center;
  transition: 0.5s;
}

.international-trade-products-box:hover {
  border: 1px solid #c3080d;
  transition: 0.5s;
}

.international-trade-products-box img {
  width: 133px;
  height: 105px;
  object-fit: contain;
}

.international-trade-products-box:hover
  .international-trade-products-box-heading {
  background-color: #c3080d;
  transition: 0.5s;
}

.international-trade-products-row .slick-slide {
  margin: 0px 10px 15px 10px;
}

.international-trade-products-silder .slick-dots {
  bottom: inherit;
  top: -40px;
  text-align: end;
}

.international-trade-products-silder .slick-dots li button:before {
  top: 0;
  left: 0;
  width: 10px;
  height: 10px;
  content: "";
  background: #d7d7d7;
  opacity: 1 !important;
  border-radius: 50%;
}

.international-trade-products-silder .slick-dots li.slick-active button:before {
  color: black;
  background: #c3080d;
  opacity: 1 !important;
}

.international-trade-products-silder .slick-dots li {
  margin: 0 2px;
  opacity: 1 !important;
}

/*International Trade Products End*/

/*About Us Start */

.about-us-sec .container-fluid {
  padding: 0;
}

.about-us-images img {
  width: 100%;
  height: 369px;
  object-fit: cover;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.about-us-sec {
  background: #fafafa;
  padding: 50px 0;
}

.about-us-text {
  text-align: center;
}

.about-us-right-img img {
  width: 100%;
}

.about-us-text h2 {
  color: #000;
  margin-bottom: 10px;
}

.about-us-text p {
  color: #000;
}

.about-us-text span {
  color: #c3080d;
  font-weight: 700;
  margin-bottom: 10px;
  display: block;
  margin-top: 20px;
}

.theme-btn-3 span {
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 15px;
}

a.theme-btn-3 span img {
  width: 12px;
  height: 10px;
  object-fit: contain;
}

.theme-btn-3 {
  background: #c3080d;
  padding: 0px 0px 0 15px;
  border-radius: 50px;
  color: #fff;
  width: 31%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  margin: 0 auto;
  text-transform: uppercase;
}

.about-us-text-btn {
  margin-top: 30px;
}

/*About Us Ends*/

/*Logo Section Start*/

.logo-sec {
  padding: 100px 0 0;
}

.logo-silder-items img {
  width: 100%;
  height: 41px;
  object-fit: contain;
}

/*Logo Section End*/

/*Our Blog Start */

.our-blogs-heading {
  text-align: center;
}

.our-blogs-sec {
  padding: 100px 0;
}

.our-blogs-heading h2 {
  color: #000;
  margin-bottom: 5px;
}

.our-blogs-heading p {
  width: 70%;
  margin: 0 auto;
}

.our-blogs-box {
  margin-top: 35px;
}

.our-blogs-box img {
  width: 100%;
  height: 203px;
  object-fit: cover;
  border-radius: 15px;
  margin-bottom: 20px;
}

.our-blogs-box strong {
  font-size: 12px;
  color: #c3080d;
  text-transform: uppercase;
}

.our-blogs-box h2 {
  font-size: 13px;
  font-family: "Montserrat", serif;
  text-transform: uppercase;
  color: #0c0b0b;
  font-weight: 700;
  line-height: 25px;
  margin-bottom: 10px;
  margin-top: 8px;
}

.our-blogs-box p {
  color: #a5a5a5;
  margin-bottom: 0;
}

/*Our Blog End*/

/*Footer Start*/

.get-connected-sec .row {
  background: #c3080d;
  padding: 30px 20px;
  border-radius: 10px;
  position: relative;
  z-index: 9;
}

.get-connected-heading h2 {
  font-size: 30px;
  color: #fff;
  line-height: 30px;
  margin-bottom: 8px;
}

.get-connected-btn {
  text-align: end;
}

.get-connected-heading p {
  font-size: 14px;
  margin-bottom: 0;
  color: #fff;
}

.footer-main-sec {
  background: #030303;
  padding-top: 130px;
}

.copy-right-img {
  text-align: end;
}

.copy-right-text p {
  margin-bottom: 0;
}

.copy-right-sec {
  border-top: 1px solid #1d1d1d;
  padding: 20px 0;
  margin-top: 55px;
}

.footer-logo-box a img {
  width: 45%;
}

.footer-logo-box p {
  color: #818181;
  margin-top: 18px;
}

.footer-logo-box ul {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 30px;
}

.footer-logo-box ul li a {
  color: #fff;
}

.footer-categories-box h2 {
  font-size: 25px;
  color: #fff;
  margin-bottom: 15px;
  line-height: 30px;
}

.footer-categories-box ul {
  line-height: 30px;
  margin-bottom: 0;
}

.footer-categories-box ul li a {
  font-size: 14px;
  color: #717171;
  font-weight: 600;
}

.get-connected-sec {
  margin-bottom: -70px;
}

.footer-categories-box {
  margin-left: 40px;
}

.footer-our-newsletter h2 {
  font-size: 25px;
  color: #fff;
  margin-bottom: 15px;
  line-height: 30px;
}

.footer-our-newsletter::placeholder {
  color: #323232;
}

.footer-our-newsletter button {
  margin-top: 20px;
}

.footer-our-newsletter {
  margin-left: 20px;
}

.footer-our-newsletter input {
  width: 100%;
  height: 50px;
  padding: 0 15px;
  border: 1px solid #1d1d1d;
  border-radius: 5px;
  background: no-repeat;
  color: #323232;
}

.footer-our-newsletter button {
  margin-top: 20px;
  padding: 15px 20px 15px 20px;
  border: none;
}

.copy-right-img img {
  width: 40%;
}

/*Footer End*/

/*Inner About Us Start*/

.inner-banner-sec {
  background-image: url(../images/inner-banner-back.jpg);
  width: 100%;
  height: 100%;
  background-size: cover;
  padding: 50px 50px;
  background-attachment: fixed;
}

.inner-banner-about-images img {
  width: 100%;
  height: 437px;
  object-fit: cover;
  border-radius: 15px;
}

.inner-banner-about-images {
  position: relative;
}

.inner-banner-text-box {
  position: absolute;
  top: 15%;
  left: 60px;
  background: #fff;
  width: 42%;
  padding: 70px 0px 70px 40px;
  border-radius: 10px;
}

.inner-banner-text-box ul li a {
  font-family: "big-noodle";
  font-size: 26px;
  color: #000;
}

.inner-banner-text-box ul {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  gap: 8px;
}

.inner-banner-text-box ul li i {
  color: #000;
}

.inner-banner-text-box h1:before {
  content: "";
  position: absolute;
  background: #e5e5e5;
  width: 90%;
  height: 2px;
  bottom: -25px;
  right: 0;
}

.inner-about-us-sec {
  padding: 100px 0;
}

.inner-about-us-images img {
  width: 100%;
  height: 627px;
  object-fit: cover;
  border-radius: 20px;
}

.inner-about-us-text h2 {
  font-size: 64px;
  color: #000;
  margin-bottom: 15px;
}

.inner-about-us-text {
  margin-left: 15px;
}

.inner-about-us-bottom p {
  margin-bottom: 8px;
}

.concept-and-vision-images img {
  width: 100%;
  height: 694px;
  object-fit: cover;
  border-radius: 15px;
}

.concept-and-vision-text h2 {
  color: #000;
  margin-bottom: 10px;
}

.concept-and-vision-row {
  margin-top: 50px;
}

.inner-about-us-bottom {
  margin-top: 35px;
}

.concept-and-vision-text strong {
  color: #1a1a1a;
  font-weight: 700;
  display: block;
  margin-bottom: 10px;
}

/*Inner About Us End*/

/*Inner Blog Detail Start*/

.inner-blogs-detail-sec {
  padding: 100px 0;
}

.inner-blogs-detail-text img {
  width: 100%;
  height: 467px;
  object-fit: cover;
  border-radius: 15px;
}

.inner-blogs-detail-text h2 {
  color: #000;
  margin-bottom: 10px;
  margin-top: 30px;
}

/*Inner Blog Detail End*/

/*Inner Brands Start*/

.brands-sec {
  padding: 100px 0;
}

.brands-heading {
  text-align: center;
  margin-bottom: -10px;
}

.brands-heading h2 {
  color: #000;
  margin-bottom: 5px;
}

.brands-heading p {
  width: 70%;
  margin: 0 auto;
}

.brands-sec .row {
  justify-content: center;
}

.brands-sec .international-trade-products-box img {
  width: 90px;
  height: 105px;
  object-fit: contain;
}

.brands-sec .international-trade-products-box {
  margin-top: 50px;
}

.brands-sec .international-trade-products-box-heading {
  background: #c3080d;
}

/*Inner Brands End*/

/* Inner Check Out Start */

.billing_form h3 {
  font-size: 55px;
  margin: 0;
  margin-bottom: 50px;
  color: #000;
  font-family: "big-noodle";
  font-weight: 500;
}

.billing_form label {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 8px;
  color: #858585;
}

.radiosss p {
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  color: #7c7c7c;
}

.check-out-btn button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 0;
  height: 60px;
  border: none;
}

.billing_form input {
  width: 100%;
  height: 55px;
  border: 1px solid #e0e0e0;
  margin-bottom: 20px;
  padding-left: 15px;

  background: transparent;
  font-weight: 500;
  color: #8d8d8d;
}

.billing_form input::placeholder {
  color: #8d8d8d;
}

.cart_sidebar .cart_lst li:not(:last-child) {
  margin-bottom: 15px;
}

.cart_sidebar .cart_lst li {
  font-size: 14px;
  font-weight: 600;
  color: #7c7c7c;
}

.cart_sidebar .cart_lst li span {
  float: right;
}

.cart_sidebar .cart_lst li:last-child {
  font-size: 24px;
  font-weight: 700;
  color: #000;
  font-family: "big-noodle";
}

.cart_sidebar .cart_lst {
  margin-top: 20px;
  margin-bottom: 40px;
}

.thankyou_txt {
  padding: 50px;
  border: 2px solid #b7b7b7;
}

.thankyou_txt h3 {
  font-size: 35px;
  color: #000;
  font-weight: 800;
  margin: 0;
  font-family: "Montserrat", sans-serif;
}

.thankyou_txt h3 i {
  font-size: 40px;
  margin-right: 15px;
}

.order_det h5 {
  font-size: 20px;
  color: #7c7c7c;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
}

.order_det p {
  font-weight: 700;
  font-size: 20px;
  color: #000;
  margin: 0;
}

.order_complete_detail h3 {
  font-size: 22px;
  color: #000;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
}

.order_detail_table {
  padding: 40px;
  border: 1px solid #b7b7b7;
}

.order_detail_table h5 {
  margin-top: 0px;
  padding-bottom: 15px;
  border-bottom: 1px solid #dbdbdb;
  font-size: 16px;
  font-weight: 700;
  color: #000;
  font-family: "Montserrat", sans-serif;
}

.order_detail_table ul {
  margin-top: 20px;
  margin-bottom: 30px;
}

.order_detail_table ul li:not(:last-child) {
  margin-bottom: 25px;
}

.order_detail_table ul li {
  font-size: 14px;
  color: #7c7c7c;
}

.order_detail_table ul li span {
  float: right;
}

.order_detail_table ul li:last-child {
  font-weight: 700;
  color: #000;
}

.order_detail_table h6 {
  font-size: 17px;
  font-weight: 700;
  color: #000;
  font-family: "Roboto", sans-serif;
  padding: 25px 0;
  border-top: 1px solid #dbdbdb;
  margin: 0;
}

.order_detail_table h6 span {
  float: right;
}

.check_menu ul {
  text-align: center;
  margin-bottom: 40px;
}

.check_menu ul li {
  display: inline-block;
  font-size: 22px;
  font-weight: 700;
  color: #7c7c7c;
  margin: 0 14px;
}

.check_menu ul li i {
  font-size: 18px;
}

.check_menu ul li.purp {
  color: #700ea3;
}

.cart_sidebar {
  padding: 40px 30px;
  border: 1px solid #cccccc;
  border-radius: 16px;
}

.cart_sidebar h3 {
  font-size: 28px;
  color: #000;
  margin-top: 0px;
  margin-bottom: 20px;
  line-height: normal;
  font-family: "big-noodle";
}

.cart_sidebar .h-sub {
  font-weight: 600;
  font-size: 24px;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 20px;
  line-height: 0;
  padding-bottom: 30px;
  padding-top: 20px;
  color: #c3080d;
  font-family: "big-noodle";
}

.cart_sidebar h5 span {
  float: right;
  color: #c3080d;
}

.cart_sidebar h4 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
  line-height: normal;
  padding-top: 0;
  color: #000;
  font-family: "big-noodle";
}

.cart_sidebar ul li input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.cart_sidebar ul li label {
  position: relative;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  color: #7c7c7c;
}

.cart_sidebar ul li label:before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid #b7b7b7;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05),
    inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 10px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 10px;
}

.cart_sidebar ul li input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 9px;
  width: 6px;
  height: 14px;
  border: solid #c41609;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.check-out-btn {
  margin-top: 35px;
}

.cart_sidebar ul li:not(:last-child) {
  margin-bottom: 15px;
}

.cart_sidebar form {
  margin-top: 30px;
  padding-bottom: 40px;
  border-bottom: 1px solid #b7b7b7;
}

.cart_sidebar form h4 {
  font-size: 14px;
  font-weight: 400;
  color: #b7b7b7;
  font-family: "Roboto", sans-serif;
}

.cart_sidebar form select {
  width: 100%;
  height: 40px;
  padding-left: 15px;
  border-radius: 0;
  border: 1px solid #b7b7b7;
  margin-bottom: 20px;
  appearance: auto;
  color: #b7b7b7;
}

.cart_sidebar form select option {
  color: #000;
}

.cart_sidebar form input {
  width: 100%;
  height: 40px;
  padding-left: 15px;
  border-radius: 0;
  border: 1px solid #b7b7b7;
  margin-bottom: 20px;
  appearance: auto;
  color: #b7b7b7;
}

.cart_sidebar form input::placeholder {
  color: #b7b7b7;
  font-family: "Montserrat-Ultral";
}

.cart_sidebar form button {
  color: #000;
  font-size: 15px;
  border-radius: 0px;
  font-family: "Poppins", sans-serif;
  padding: 10px 40px;
  background-color: #ebebeb;
  border: 2px solid #ebebeb;
}

.cart_sidebar form button:hover {
  background-color: transparent;
  transition: 0.3s ease-in-out;
}

.checkout_btn {
  padding: 12px 50px;
  display: block;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 24px;
  border-radius: 0;
  font-weight: 500;
  border: 2px solid transparent;
  background-color: #ff2e98;
  font-family: "Montserrat-Ultral";
}

ul.shipping-ul {
  border-bottom: 1px solid #dbdbdb;
  margin: 0;
  padding-bottom: 30px;
}

h6.payment-h {
  color: #000;
  font-size: 20px;
  margin-bottom: 30px;
  font-weight: 500;
  font-family: "big-noodle";
}

.cart_sidebar .radiosss-payments li label:before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid #b7b7b7;
  box-shadow: 0 1px 2px rgb(0 0 0 / 5%),
    inset 0px -15px 10px -12px rgb(0 0 0 / 5%);
  padding: 10px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 10px;
  border-radius: 50px;
}

.cart_sidebar .radiosss-payments li input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 6px;
  border-radius: 20px;
  left: 6px;
  border: 0;
  width: 10px;
  height: 10px;
  background-color: #c3080d;
}

.radiosss-payments .card.card-body {
  padding: 0;
  border: 0;
  margin-left: 30px;
  background: none;
}

.radiosss-payments {
  border-bottom: 1px solid rgb(219, 219, 219);
}

section.checkout_page {
  padding: 100px 0;
}

.checkout_page .img-1 {
  position: absolute;
  left: -13%;
  top: 50%;
  width: 340px;
}

.checkout_page .img-2 {
  position: absolute;
  right: -7%;
  top: 60%;
  width: 230px;
  transform: rotate(200deg);
}

/* Inner Check Out End */

/* Inner Cart Start */

.inner-cart-sec .shopping_cart {
  padding: 100px 0;
}

.inner-cart-sec .shopping_cart_table h2 {
  font-size: 48px;
  margin-bottom: 35px;
  text-transform: uppercase;
  font-weight: 500;
  color: #0e0d0d;
}

.inner-cart-sec .shopping_cart_table table th {
  font-size: 14px;
  text-transform: uppercase;
  padding-bottom: 10px;
  color: #151414;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
}

.inner-cart-sec .shopping_cart_table table thead {
  border-bottom: 1px solid #e6e6e6;
}

.inner-cart-sec .shopping_cart_table table tbody td {
  padding: 25px 0;
  border-bottom: 1px solid #e3d4ce;
}

.inner-cart-sec .shopping_cart_table table tbody .cart_box_product {
  display: flex;
  align-items: center;
}

.inner-cart-sec .shopping_cart_table table tbody td {
  padding: 25px 0;
  border-bottom: 1px solid #e6e6e6;
}

.cart_product_img img {
  width: 100px;
  height: 117px;
  object-fit: cover;
  border-radius: 5px;
}

.inner-cart-sec
  .shopping_cart_table
  table
  tbody
  .cart_box_product
  .cart_product_name
  h5 {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 0;
  font-family: "Montserrat", sans-serif;
  color: #000000;
  text-transform: capitalize;
}

.inner-cart-sec
  .shopping_cart_table
  table
  tbody
  .cart_box_product
  .cart_product_name
  p {
  font-size: 14px;
  line-height: 22px;
  margin-top: 2px;
  margin-bottom: 0;
}

.inner-cart-sec .shopping_cart_table table tbody td select {
  height: 50px;
  appearance: auto;
  border: 1px solid #b8b8b8;
  width: 135px;
  color: #000;
  font-weight: 600;
  padding: 0 15px;
}

.inner-cart-sec .shopping_cart_table table tbody td .skin-2 .num-in {
  border-radius: 0;
}

.inner-cart-sec .shopping_cart_table table tbody td .t_price {
  font-size: 35px;
  text-transform: uppercase;
  font-weight: 500;
  color: #000;
  margin-bottom: 0;
  font-family: "big-noodle";
}

.inner-cart-sec th.w-40 {
  width: 40%;
}

.inner-cart-sec .shopping_cart_table table tbody td i.fas.fa-times {
  font-size: 20px;
  color: #000;
}

.inner-cart-sec .cart_recipt {
  margin-top: 30px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.inner-cart-sec .cart_recipt > a {
  padding: 15px 35px;
  border: 1px solid #d5c7c2;
  font-size: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #151414;
  font-weight: 600;
  border-radius: 50px;
}

.inner-cart-sec .cart_recipt > a i {
  margin-right: 10px;
}

.inner-cart-sec .recipt {
  width: 40%;
}

.inner-cart-sec .recipt li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
  text-transform: uppercase;
  color: #151414;
}

.inner-cart-sec .recipt li:last-child {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #e6e6e6;
  color: #000;
}

.inner-cart-sec .recipt li span {
  font-size: 16px;
  letter-spacing: 2px;
  color: #000000;
  font-weight: 700;
}

.inner-cart-sec .payment_card {
  padding: 30px 30px;
}

.inner-cart-sec .payment_card h3 {
  font-size: 40px;
  font-weight: 500;
  margin-bottom: 20px;
  padding-bottom: 40px;
  text-transform: uppercase;
  border-bottom: 1px solid #e6e6e6;
  color: #000;
  font-family: "big-noodle";
}

.inner-cart-sec .expiry_cvv a {
  border: none !important;
}

.inner-cart-sec .credit_paypal a {
  padding: 12px 25px;
  border-radius: 30px;
  display: inline-flex;
  align-items: center;
  color: #000;
  font-weight: 600;
  font-size: 15px;
  background: #f3f3f3;
}

.inner-cart-sec .credit_paypal a img {
  height: 20px;
  object-fit: contain;
  margin-right: 10px;
}

.inner-cart-sec .credit_paypal {
  padding-bottom: 20px;
  border-bottom: 1px solid #e6e6e6;
}

.cart-btn {
  text-align: center;
  margin-top: 27px;
  display: inline-block;
  width: 100%;
}

.cart-btn a.theme-btn-2 {
  display: inline-block;
  float: right;
}

.cart-btn a.theme-btn-2:hover {
  background: #000;
}

.inner-cart-sec .payment_card form label {
  font-size: 14px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  color: #0e0d0d;
}

.inner-cart-sec .payment_card form {
  margin-top: 15px;
}

.inner-cart-sec .payment_card form input {
  width: 100%;
  height: 50px;
  border: none;
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 15px;
  background: transparent;
  padding: 0;
  color: #0e0d0d;
  font-weight: 700;
  font-size: 14px;
}

.inner-cart-sec .payment_card form select {
  height: 50px;
  border: none;
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 15px;
  background: transparent;
  padding: 0;
  font-weight: 600;
  color: #0e0d0d;
}

.credit_paypal label {
  font-size: 14px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  color: #0e0d0d;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.inner-cart-sec .payment_card form input::placeholder {
  color: #0e0d0d;
  font-weight: 700;
  font-size: 14px;
}

.inner-cart-sec .expiry_cvv {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.inner-cart-sec .expiry_date {
  width: 70%;
}

.inner-cart-sec .cvv_box {
  width: 26%;
}

.inner-cart-sec .month_year {
  display: flex;
  justify-content: space-between;
}

.inner-cart-sec .month_year select {
  width: 48% !important;
  appearance: auto;
}

.inner-cart-sec .month_year select option {
  color: #000;
}

.inner-cart-sec .payment_card form .btn1 {
  margin: 30px 85px;
  border: none;
}

.inner-cart-sec .shopping_cart_table {
  padding-right: 40px;
}

section.shopping_cart .skin-2 .num-in {
  height: 50px;
  width: 150px;
  float: left;
  border: 0;
  border-radius: 25px;
  cursor: pointer;
  color: #9d9d9d;
}

section.shopping_cart .skin-2 .num-in span {
  width: 40px !important;
  height: 32px !important;
  float: left;
  position: relative;
  color: #9d9d9d;
  border: 1px solid #868686;
  border-radius: 50%;
  padding: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pro-quantity-box {
  margin-top: 50px;
}

.pro-quantity-box .quanity.product-detail input {
  border: none !important;
}

.pro-quantity-box .product-detail .num-in {
  background: #0000000f;
  width: 160px;
  border: 1px solid #cfc3bd;
}

.pro-quantity-box .row {
  align-items: center;
}

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

.products-detail-text p {
  margin-bottom: 30px;
}

.productdetail-line p {
  font-size: 17px;
  color: #1d1d1d;
  font-weight: 600;
}

.productdetail-line ul {
  display: flex;
  align-items: center;
  gap: 20px;
}

.productdetail-line ul li p {
  margin-bottom: 0;
}

.productdetail-line ul li a {
  color: #f26877;
  font-size: 22px;
}

.pro-quantity-box .quanity.product-detail input {
  width: 50%;
  height: 40px;
  border: 1px solid #000;
  padding: 13px;
  color: #000;
}

section.shopping_cart .skin-2 .num-in span.plus:after {
  transform: rotate(90deg);
}

section.shopping_cart .num-in input.in-num {
  background-color: #ffffff;
  width: 38%;
  font-family: "Helvetica";
}

section.shopping_cart .skin-2 .num-in input {
  float: left;
  width: 45%;
  height: 50px;
  border: none;
  text-align: center;
  background: transparent;
  font-family: "Montserrat";
  color: #000000;
  font-size: 20px;
  font-weight: 500;
}

section.shopping_cart .skin-2 .num-in span:before,
.skin-2 .num-in span:after {
  content: "";
  position: absolute;
  background-color: #000;
  height: 2px;
  width: 10px;
  top: 50%;
  left: 50%;
  margin-top: -1px;
  margin-left: -5px;
}

.cart-btn button {
  border: none;
}

.cart_product_name {
  margin-left: 15px;
}

/* Inner Cart End */

/*Inner Video Start*/

.inner-video-tour-sec {
  padding: 100px 0;
}

.inner-video-tour-heading {
  text-align: center;
}

.inner-video-tour-heading h2 {
  color: #000;
  margin-bottom: 5px;
}

.inner-video-tour-heading p {
  width: 70%;
  margin: 0 auto;
}

.inner-video-tour-images img {
  width: 100%;
  height: 553px;
  object-fit: cover;
  border-radius: 10px;
}

.inner-video-tour-images {
  margin-top: 30px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.inner-video-tour-video-icon {
  position: absolute;
}

.inner-video-tour-video-icon a img {
  width: auto;
  height: auto;
  object-fit: contain;
}

/*Inner Video End*/

/*Login Sign Up Start*/

.login-box {
  padding: 30px 35px;
  border-radius: 5px;
  background: #c3080d;
}

.login-box h2 {
  font-size: 60px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 20px;
  text-align: center;
}

.login-box input {
  width: 100%;
  height: 60px;
  margin-bottom: 22px;
  border: 1px solid #fbefef;
  background: #c41609;
  padding: 0 30px;
  border-radius: 5px;
  color: #ffff;
  font-size: 16px;
  font-family: "Montserrat", serif;
}

.quanity.product-detail h2 {
  font-size: 25px;
  color: #000;
  line-height: 30px;
  font-family: "Montserrat", serif;
  text-transform: uppercase;
  font-weight: 600;
}

.productdetail-quanity-btn {
  display: flex;
  align-items: end;
}

.login-box input::placeholder {
  color: #fff;
  font-size: 16px;
  font-family: "Montserrat", serif;
}

.login-box button {
  background: #fff;
  width: 100%;
  height: 55px;
  border-radius: 50px;
  border: none;
  color: #c41609;
  font-family: "Montserrat", serif;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
}

.login-box ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
}

.login-box ul li a {
  color: #fff;
  font-size: 15px;
  font-family: "Montserrat", serif;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 5px;
}

.by-creating p {
  color: #000;
  font-family: "Montserrat", serif;
  font-size: 16px;
  font-weight: 600;
}

.by-creating p a {
  color: #c41609;
  text-decoration: underline;
  margin-left: 8px;
  font-weight: 600;
}

.login-box.signup button {
  color: #fff !important;
  background: #c41609 !important;
}

.login-sec {
  padding: 100px 0;
}

.login-box ul li input {
  width: 18px;
  height: 18px;
  margin-bottom: 0;
}

.login-box.signup {
  background: #fff !important;
  box-shadow: 0 0 5px 0 #00000029;
}

.login-box.signup h2 {
  color: #000;
}

.login-box.signup input {
  background: #fff !important;
  color: #000 !important;
  border: 1px solid #dcdcdc !important;
}

.login-box.signup input {
  background: #be1d2c;
}

.login-box.signup input::placeholder {
  color: #666666;
  font-weight: 500;
}

.login-box.signup button {
  background: #fff;
  color: #000;
  font-weight: 500;
}

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

/*Login Sign Up End */

/*Inner Contact Us Start*/

.inner-contact-us-sec {
  padding: 100px 0;
}

.inner-contact-us-box {
  text-align: center;
  background: #fff;
  padding: 40px 0;
  width: 75%;
  margin: 0 auto;
  border-radius: 15px;
  box-shadow: 0 0 5px 0 #00000021;
  transition: 0.5s;
}

.inner-contact-us-box:hover * {
  color: #fff;
}

.inner-contact-us-box:hover img {
  filter: brightness(0) saturate(100%) invert(91%) sepia(100%) saturate(33%)
    hue-rotate(198deg) brightness(108%) contrast(99%);
}

.inner-contact-us-box img {
  width: 65px;
  height: 65px;
  object-fit: contain;
  margin-bottom: 20px;
  filter: brightness(0) saturate(100%) invert(10%) sepia(100%) saturate(5673%)
    hue-rotate(354deg) brightness(84%) contrast(100%);
}

.inner-contact-us-box:hover {
  transition: 0.5s;
  background: #c3080f;
}

.inner-contact-us-box h2 {
  font-size: 25px;
  margin-bottom: 0;
  color: #000;
}

.inner-contact-us-box a {
  font-size: 16px;
  color: #000;
  font-weight: 600;
}

.inner-contact-us-row {
  margin-top: 70px;
}

.inner-contact-us-images img {
  width: 100%;
  border-radius: 15px;
  height: 527px;
  object-fit: cover;
}

.inner-contact-us-from h2 {
  color: #000;
}

.inner-contact-us-from input {
  width: 100%;
  height: 50px;
  border: none;
  border-bottom: 1px solid #bdbdbd;
  margin-bottom: 50px;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 15px;
}

.inner-contact-us-from form textarea {
  width: 100%;
  height: 150px;
  border: none;
  border-bottom: 1px solid #bdbdbd;
  margin-bottom: 50px;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 15px;
  resize: none;
}

.inner-contact-us-from input::placeholder {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 15px;
}

.inner-contact-us-from textarea::placeholder {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 15px;
}

.top-selling-sec.inner {
  padding: 100px 0;
}

/*Inner Contact Us Ends */

/* Inner Product Detail Start */

.productdetailsec {
  padding: 100px 0 80px;
  position: relative;
}

.productdetailtext h3 {
  font-size: 45px;
  font-weight: 900;
  color: #000000;
  margin-bottom: 15px;
  text-transform: capitalize;
  font-family: "big-noodle";
}

.prd-btn a {
  font-family: "Cormorant Garamond", serif;
  font-size: 16px;
  padding: 17px 25px;
  font-weight: 700;
}

.productdetailtext del {
  color: #2b2828;
  font-family: "Cormorant Garamond", serif;
  font-size: 26px;
  font-weight: 900;
  margin-left: 5px;
}

.productdetailtext ul {
  padding: 0;
  margin: 1px 0 0;
  align-items: center;
  justify-content: flex-start;
}

.productdetailtext ul li {
  list-style: none;
  display: inline-block;
  color: black;
  font-size: 21px;
  font-weight: 500;
  font-family: "Poppins";
}

ul.product-social {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

ul.product-social li i {
  font-size: 20px;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #000;
  border-radius: 50px;
}

ul.product-social li i:hover {
  background: #93d50a;
  color: #fff;
  border: 0;
  transition: 0.5s ease-in-out;
}

.productdetailtext ul li a i {
  color: #ffc21f;
  font-size: 16px;
  margin-right: 0px;
}

.clearfix ul li span {
  font-size: 15px;
  color: #000;
  margin-left: 5px;
  font-family: "Montserrat", serif;
  font-weight: 600;
}

span.wite-your-rewiew i {
  color: #e31b00;
}

.productdetailtext ul li:last-child a i {
  color: #dadada;
}

.productdetailtext p {
  font-size: 15px;
  color: #000;
  line-height: 30px;
}

.productdetailtext strong {
  color: #000;
  margin-bottom: 25px;
  display: block;
}

.productdetailtext .input-group span.glyphicon.glyphicon-minus {
  font-size: 13px;
}

.productdetailtext .input-group span.glyphicon.glyphicon-plus {
  font-size: 13px;
  margin: 0;
  top: -15px;
  right: 3px;
}

.productdetailtext .input-group input.form-control.input-number {
  width: 100%;
  margin: 0 auto;
  display: table;
  height: 50px;
  text-align: center;
}

.productdetailtext .input-group button.btn.btn-default.btn-number {
  border-radius: 50px;
  width: 30px;
  height: 30px;
  margin: 0 15px;
}

.productdetailtext .input-group span.glyphicon.glyphicon-minus {
  font-size: 13px;
  margin: 0;
  top: -13px;
  right: 5px;
}

.productdetailtext .input-group {
  width: 50%;
  margin: 0 0 34px;
}

.iconlist ul {
  margin-top: 40px;
  column-count: 2;
}

.iconlist ul li i {
  margin: 0 0px 0px 10px;
  font-size: 18px;
  color: #c41f05;
}

.productdetailtext .input-group span.input-group-btn {
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
}

.productdetailsmallportion {
  position: relative;
  top: 0;
  z-index: 99;
}

.productdetailsmallportion img {
  margin: auto;
  width: 100%;
  border: 2px solid #0000000d;
  height: 100%;
  background: #ffff;
  box-shadow: 0 0 5px #00000021;
}

.productdetailsec .productdetailportion {
  height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #eae5e9;
  border-radius: 10px;
}

.productdetailnav .slick-slide {
  opacity: 1;
  z-index: 9999;
  position: relative;
  margin: 0;
}

.product-detail span {
  margin: 0;
}

.iconlist ul li {
  font-size: 18px;
  color: #000;
  font-family: "Montserrat", serif;
  font-weight: 500;
  margin-bottom: 20px;
}

.iconlist {
  margin-top: 60px;
  width: 65%;
}

span.pull-rightnumber {
  font-size: 45px;
  font-family: "big-noodle";
  font-weight: 600;
}

.product-detail .num-in {
  background: transparent;
  box-shadow: none;
  width: 75%;
}

.product-detail input.in-num {
  border: 1px solid #dadada;
  background-color: transparent;
  width: 40%;
  margin: 0 5px;
}

.product-detail span {
  width: 30px !important;
  border: 1px solid #e3e3e3;
  border-radius: 50px;
  height: 30px !important;
  margin: 5px;
}

.product-detail .skin-2 .num-in span:before,
.product-detail .skin-2 .num-in span:after {
  background-color: #000;
}

.product-detail span:hover:before,
.product-detail span:hover:after {
  background-color: rgb(255, 255, 255) !important;
}

.product-details-btn.btn10 {
  background-color: #cfa55a !important;
  color: black;
  border-color: #cfa55a;
  font-size: 17px;
}

.quanity.product-detail {
  margin-left: 0;
  width: 35%;
}

.product-detail span:hover {
  background-color: #000;
}

ul.product-detail-heading {
  display: grid;
  align-items: center;
  justify-content: space-between;
}

.product-details-btn {
  height: 60px;
  border: 0;
  width: 180px;
  margin-left: 10px;
  font-size: 17px;
  font-weight: 600;
  text-transform: uppercase;
  background-color: #cfa55a;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000000;
  cursor: pointer;
}

a.cat-sub-btn {
  background: #335650;
  color: #fff;
  padding: 15px 40px;
  font-weight: 500;
}

a.cat-sub-btn:hover {
  background: #000;
}

.description li.nav-item {
  margin-right: 12px;
}

.description li.nav-item button {
  border-radius: 0;
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 900;
  color: #000;
  text-align: center;
  padding: 0;
  font-family: "big-noodle";
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
  border-color: inherit !important;
  isolation: inherit !important;
}

.nav-tabs .nav-link:hover {
  border: none !important;
}

ul.dolor-sit-amet-points li {
  font-family: "big-noodle";
  font-size: 20px;
  color: #000;
}

ul.dolor-sit-amet-points li a {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #000;
  font-weight: 500;
}

ul.dolor-sit-amet-points {
  margin-bottom: 20px;
  line-height: 35px;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #000;
  background-color: inherit;
  border-color: inherit;
  border: none !important;
  position: relative;
}

.nav-tabs .nav-link.active:before {
  content: "";
  position: absolute;
  background: #c3080d;
  width: 100%;
  height: 2px;
  bottom: -23px;
  right: 0;
  left: 0;
  margin: 0 auto;
}

.description .nav-tabs {
  gap: 40px;
  padding-bottom: 20px;
  margin-bottom: 40px;
  border-bottom: 2px solid #ededed;
}

.description {
  padding: 20px 0;
}

.productdetailfor .slick-slide img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}

.productdetailsmallportion img {
  width: auto;

  position: relative;
  z-index: 999999999999999;
}

.productdetailnav .slick-list.draggable {
  margin-top: -25px;
}

/* skin 2 */

.skin-2 .num-in {
  background: #f0f0f0;
  box-shadow: 0px 1px 4px rgb(0 0 0 / 15%);
  height: 40px;
  width: 110px;
  float: left;
  border-radius: 12px;
  cursor: pointer;
}

.skin-2 .num-in span {
  width: 40%;
  display: block;
  height: 40px;
  float: left;
  position: relative;
}

.skin-2 .num-in span:before,
.skin-2 .num-in span:after {
  content: "";
  position: absolute;
  background-color: #667780;
  height: 2px;
  width: 10px;
  top: 50%;
  left: 50%;
  margin-top: -1px;
  margin-left: -5px;
}

.skin-2 .num-in span.plus:after {
  transform: rotate(90deg);
}

.skin-2 .num-in input {
  float: left;
  width: 20%;
  height: 37px;
  border: none;
  text-align: center;
  background-color: #f0f0f0;
  font-family: "Roboto";
}

.product-detail .num-in {
  background: transparent;
  box-shadow: none;
  width: 75%;
  display: flex;
  align-items: center;
}

.product-detail input.in-num {
  border: 1px solid #dadada;
  background-color: transparent;
  width: 40%;
  margin: 0 5px;
  padding: 30px 0;
}

.productdetailsec .btn10 {
  color: white;
}

.productdetailsmallportion img {
  width: 100%;
  height: 100px;
  object-fit: cover;
}

a.btn.shp-btn {
  font-family: "cereR";
  font-size: 18px;
  color: #fff;
  background: #000;
  border-radius: 0;
  padding: 14px 45px;
}

.productdetailnav {
  margin-top: 40px;
}

.productdetailnav .slick-slide {
  margin: 0px 8px !important;
}

.productdetailfor .slick-slide {
  margin: 0;
}

section.related-prod {
  position: relative;
  padding: 50px;
}

.product-head {
  text-align: center;
  margin-bottom: 50px;
}

.quanity.product-detail input {
  width: 50%;
  height: 50px;
  border: 1px solid #000;
  padding: 13px;
  color: #000;
}

ul.product-quintity li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
}

.quanity.product-detail input::-webkit-outer-spin-button,
.quanity.product-detail input::-webkit-inner-spin-button {
  -webkit-appearance: auto !important;
  margin: 0px !important;
  opacity: 1 !important;
}

/* product tabs css */

.rate {
  height: 46px;
  float: left;
  display: block;
  clear: both;
  margin-bottom: 30px;
}

.productdetailtext {
  margin-left: 15px;
}

.rate input {
  top: 0;
  visibility: hidden;
}

.rate:not(:checked) > input {
  position: absolute;
  /* top: -9999px; */
}

.rate:not(:checked) > label {
  float: right;
  width: 0.8em;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
  font-size: 35px;
  color: #ccc;
  margin: 0 3px;
}

.rate:not(:checked) > label:before {
  content: "\f005";
  font-family: "Font Awesome 5 Free";
  font-weight: 800;
  color: #000;
  font-size: 24px;
}

.rate > input:checked ~ label {
  color: #f9d71c;
}

.rate:not(:checked) > label:hover,
.rate:not(:checked) > label:hover ~ label {
  color: #deb217;
}

.rate > input:checked + label:hover,
.rate > input:checked + label:hover ~ label,
.rate > input:checked ~ label:hover,
.rate > input:checked ~ label:hover ~ label,
.rate > label:hover ~ input:checked ~ label {
  color: #c59b08;
}

.prd-commets .testimonial-heading {
  letter-spacing: 1px;
  margin: 30px 0px;
  padding: 10px 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.prd-commets .testimonial-heading span {
  font-size: 1.3rem;
  color: #252525;
  margin-bottom: 10px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.prd-commets .testimonial-box-container {
  display: block;
}

.prd-commets .testimonial-box {
  width: 100%;
  box-shadow: 2px 2px 30px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  padding: 20px;
  margin: 15px;
  cursor: pointer;
}

.testi-box {
  border: 1px solid #e1e1e1;
  padding: 30px;
  margin: 20px 0;
}

.prd-commets .prd-commets .profile-img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 10px;
}

.prd-commets .profile-img img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  object-position: center;
  border-radius: 50px;
  margin-right: 20px;
}

.prd-commets .profile {
  display: flex;
  align-items: center;
}

.prd-commets .name-user {
  display: flex;
  flex-direction: column;
}

.prd-commets .name-user strong {
  color: #3d3d3d;
  font-size: 1.1rem;
  letter-spacing: 0.5px;
}

.prd-commets .name-user span {
  color: #979797;
  font-size: 0.8rem;
}

.prd-commets .reviews {
  color: #f9d71c;
}

.prd-commets .box-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.prd-commets .client-comment p {
  font-size: 0.9rem;
  color: #4b4b4b;
  text-align: left;
}

.prd-commets .testimonial-box:hover {
  transform: translateY(-10px);
  transition: all ease 0.3s;
}

.description .tab-content input[type="text"] {
  width: 100%;
  border: 0px;
  background-color: rgb(246, 246, 246);
  padding: 0px 20px;
  height: 60px;
  margin-bottom: 20px;
  font-weight: 500;
  color: rgb(124, 124, 124);
}

.rev-btn h6 {
  font-family: "big-noodle";
  color: #000;
  font-size: 30px;
  margin-bottom: 0;
}

.prdtc-rvw ul {
  display: flex;
  align-items: center;
  margin-bottom: 0;
}

.description .tab-content form .row {
  align-items: center;
}

.prdtc-rvw i {
  font-size: 25px;
  margin-right: 10px;
}

.description .tab-content textarea {
  width: 100%;
  border: 0px;
  background-color: rgb(246, 246, 246);
  padding: 20px 20px;
  margin-bottom: 20px;
  font-weight: 500;
  color: rgb(124, 124, 124);
}

.description .tab-content form {
  margin-bottom: 70px;
}

.prdtc-rvw i:hover {
  color: #ffc107;
}

.products-box img {
  width: 40%;
  height: 220px;
  object-fit: contain;
}

.product-ratting {
  margin-top: 10px;
  margin-bottom: 20px;
}

/* Inner Product Start */

/*Inner Over Stock Start*/

.product_heading h4 {
  color: #000;
  font-size: 20px;
  margin: 0;
  letter-spacing: 0;
  font-family: "Montserrat", serif;
}

.product_select {
  display: flex;
  align-items: center;
}

.product_select select {
  padding: 0 10px;
  appearance: auto;
  width: 100%;
  height: 40px;
  border: 1px solid #ebebeb;
  border-radius: 6px;
}

.product_select h6 {
  width: 100px;
  margin: 0;
  font-size: 15px;
  font-family: "Montserrat", serif;
  font-weight: 700;
  color: #000;
}

section.banner_sec.inner_banner_sec {
  height: 450px;
}

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

.product_grid ul li a {
  color: #000;
}

.product_show ul li a {
  color: #a7a7a7;
}

.product_show ul li {
  color: #000;
  font-weight: 600;
}

.product_show ul {
  font-family: montserrat;
  font-size: 17px;
}

.product_show ul li a:focus-within {
  color: #8c2420;
}

.product_show ul li a:hover {
  color: #8c2420;
}

section.categorie_sec.sec {
  padding-bottom: 0;
}

.wekk_leftbox {
  width: 22%;
  padding: 0 10px;
}

.week_rightbox {
  width: 78%;
}

.week_main-tab a {
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  text-align: center;
  height: 100%;
  padding: 17px 0;
  background: #e9c638;
  margin: 5px 0;
  color: #fff;
}

.week_main-tab.week_main-tab1 a {
  background: #52121d;
}

.product_grid ul {
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
  /* Needed for positioning the tool_tip */
}
.product_grid ul li {
  color: #000;
  font-weight: 600;
}
.product_grid ul li {
  position: relative;
}

.product_grid ul li a:hover {
  color: #8c2420;
}

.product_grid ul li a:focus-within {
  color: #8c2420;
}

.tool_tip {
  display: none;
  position: absolute;
  bottom: 125%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #c4170b;
  color: white;
  padding: 5px 9px;
  border-radius: 5px;
  white-space: nowrap;
  z-index: 1;
  font-size: 10px;
}

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

.shop-by-category h2 {
  font-size: 45px;
  color: #000;
  margin-bottom: 20px;
}

.shop-by-category.brands {
  margin-top: 40px;
}
.shop-by-category ul li a {
  transition: 0.5s;
}
.inner-product-side-bar {
  padding-right: 20px;
}

.shop-by-category ul li a:hover {
  color: #c41609;
  transition: 0.5s;
}

.shop-by-category ul li a {
  color: #2c2c2c;
  font-size: 16px;
  font-weight: 600;
}
.shop-by-category ul li {
  padding: 15px 0;
  border-bottom: 1px solid #f1f2f2;
  padding-left: 10px;
}

.product_grid ul li a:hover .tool_tip {
  display: block;
  /* Show tool_tip on hover */
}

/* InnerPages start */

.connector-line {
  position: absolute;
  height: 7px;
  /* Height of the connector line */
  background-color: #e9c638;
  /* Connector line color */
  top: -3px;
  /* Adjust this value to position it just behind the balls */
  z-index: 1;
  border-radius: 40px;
  /* Ensure it's behind the labels and balls */
}

span.rangeValues {
  text-align: left;
  display: block;
  padding-top: 20px;
  font-size: 13px;
  font-weight: 600;
  font-family: "Manrope", sans-serif;
  margin-bottom: 0;
}

.start-label {
  transform: translateX(-30%);
}

.range-slider input[type="range"] {
  -webkit-appearance: none;
  /* border: 1px solid white; */
  width: 100%;
  position: absolute;
  left: 0;
  z-index: 1;
  /* Add this line */
  height: 7px;
  background: #ebeced;
  top: -3px;
}

.range-slider input[type="range"]::-webkit-slider-runnable-track {
  width: 100%;
  height: 1px;
  /* Adjust height if needed */
  /* background: #ddd; */
  border: none;
  border-radius: 3px;
  z-index: 0;
}

.range-slider input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  /* border: 2px solid #fff; */
  height: 20px;
  /* Increased size */
  width: 20px;
  /* Increased size */
  border-radius: 50%;
  background: #e9c638;
  margin-top: -10px;
  /* Adjust based on thumb size */
  cursor: pointer;
}

.range-slider input[type="range"]:focus {
  outline: none;
}

/* Add styles for Firefox */
.range-slider input[type="range"]::-moz-range-track {
  width: 100%;
  height: 1px;
  background: #ddd;
}

.range-slider input[type="range"]::-moz-range-thumb {
  border: none;
  height: 20px;
  /* Increased size */
  width: 20px;
  /* Increased size */
  border-radius: 50%;
  background: #e9c638;
}

/* Add styles for IE */
.range-slider input[type="range"]::-ms-track {
  width: 100%;
  height: 1px;
  background: transparent;
  /* border-color: transparent; */
  color: transparent;
}

.range-slider input[type="range"]::-ms-fill-lower {
  background: #e9c638;
  border-radius: 10px;
}

.range-slider input[type="range"]::-ms-fill-upper {
  background: #e9c638;
  border-radius: 10px;
}

.range-slider input[type="range"]::-ms-thumb {
  border: none;
  height: 20px;
  /* Increased size */
  width: 20px;
  /* Increased size */
  border-radius: 50%;
  background: #000;
}

.bannertabs h5 {
  margin: 10px 0;
  font-size: 23px;
}

.bannertabs {
  background: white;
  box-shadow: 1px 1px 15px 1px #0000002e;
  padding: 2px 7px;
}

.range-slider {
  width: 100%;
  text-align: center;
  position: relative;
  margin-top: 40px;
}

.range-labels {
  position: relative;
  margin-bottom: 0;
  /* Keep this if needed */
  top: 0;
}

.start-label::after,
.end-label::after {
  content: "";
  position: absolute;
  bottom: -10px;
  /* Position the triangle below the label */
  left: 50%;
  /* Center the triangle */
  transform: translateX(-50%);
  /* Centering adjustment */
  border-width: 5px;
  /* Size of the triangle */
  border-style: solid;
  border-color: #e9c638 transparent transparent transparent;
  /* Triangle color */
}

.end-label::after {
  left: 50%;
  /* Keep this to center the triangle */
  transform: translateX(-50%);
  /* Centering adjustment for end label */
}

.start-label,
.end-label {
  position: absolute;
  top: -83px;
  /* Position above the slider */
  font-size: 14px;
  /* Keep this */
  font-weight: 400;
  z-index: 4;
  /* Ensure labels are above the slider track */
  background-color: #e9c638;
  /* Background color */
  padding: 0px 10px;
  /* Padding for the label */
  border-radius: 5px;
  /* Optional: rounded corners */
  transform: translateX(-34%);
  /* Center the labels */
  width: 60px;
  color: #ffff;
  font-family: "Montserrat";
}

.start-label {
  left: 0;
  /* Initial left position */
}

.end-label {
  left: 100%;
  /* Initial right position */
  transform: translateX(-65%);
}
section.inner-product-Sec {
  padding: 100px 0;
}

/*Inner Over Stock End*/

/*Inner Packages Start*/

.inner-packages-heading {
  text-align: center;
  margin-bottom: 50px;
}
.features-text h2 {
  font-size: 20px;
  line-height: 25px;
  margin-bottom: 0;
  font-family: "Montserrat", serif;
  color: #fff;
}
.inner-packages-main-box {
  background: #c3080d;
  padding: 15px 15px 15px 25px;
  border-radius: 10px;
}

.boader-bottom-none {
  border-bottom: none !important;
}
.inner-packages-heading-point h2 {
  font-size: 32px;
  margin-bottom: 0;
  line-height: 30px;
  color: #141313;
  font-weight: 500;
}

.inner-packages-Buyers-welcome-row {
  margin-bottom: 15px;
}

.inner-packages-heading-point.chg {
  text-align: center;
  margin-left: 0;
}
.inner-packages-heading-row {
  margin-bottom: 30px;
}
.inner-packages-Buyers-welcome-heading h2 {
  font-size: 25px;
  line-height: 30px;
  color: #141313;
  margin-bottom: 0;
  height: 110px;
}

.inner-packages-Buyers-welcome-heading {
  text-align: center;
  padding: 50px 0 0;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}
.inner-packages-heading-row .col {
  padding: 0;
}
.inner-packages-heading-point {
  margin-left: 20px;
}

.features-text {
  border-bottom: 1px solid #e18486;
  padding: 20px 0;
  height: 66px;
}
.inner-packages-main-icon {
  background: #fff;
  padding: 0px 20px;
  border-radius: 10px;
}
.inner-packages-sec {
  padding: 100px 0;
}
.inner-packages-heading h2 {
  font-size: 80px;
  color: #000;
  margin-bottom: 15px;
}
.inner-packages-heading p {
  width: 80%;
  margin: 0 auto;
}
.inner-packages-icon-check {
  padding: 20px 0;
  text-align: center;
  height: 66px;
}
.inner-packages-icon-check a i {
  color: #c7c7c7;
}
.inner-packages-icon-check {
  border-bottom: 1px solid #f3e7df;
  border-right: 1px solid #f3e7df;
}
.inner-packages-icon-check.no-boder {
  border-right: none;
}
.inner-packages-icon-check.times a i {
  color: #c7c7c7;
}
.inner-packages-icon-check a i {
  color: #c3080d;
  font-size: 15px;
}
.inner-packages-main-icon .col {
  padding: 0;
}

/*Inner Packages Ends */

/*Inner Faqs Start*/

section.frequently.inn-faq.w-bg:before {
  background-image: url(../images/faq-bfr.png);
  background-size: cover;
}

.fre-img {
  text-align: center;
  position: relative;
}

.w-bg {
  position: relative;
  z-index: 0;
}

.freq-wrap h3 {
  line-height: 1;
  font-size: 57px;
}

.freq-wrap p {
  text-transform: lowercase;
  font-size: 15px;
  margin-bottom: 30px;
}

/* FAQS */
section.faqs {
  background: url(../images/det-bg.png);
  height: 1307px;
  background-size: cover;
  display: flex;
  align-items: center;
}

button.accordion-button.collapsed {
  border: unset;
  color: #ffffff;
  font-size: 37px;
  font-weight: 500;
  background: transparent;
  padding-left: 0;
  padding-top: 0;
  margin-bottom: 0 !important;
  padding-bottom: 0;
  padding-right: 0;
}
.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.accordion-button::after {
  background-image: url(../images/faq-arrow.png);
  width: 29px;
  height: 29px;
  background-size: cover;
}

.accordion-item {
  border: 0;
}

.accordion-button:not(.collapsed)::after {
  background-image: url(../images/faq-arrow.png);
}
.freq-wrap.left:after {
  content: "";
  position: absolute;
  background: #c2180e;
  width: 20px;
  height: 20px;
  right: -58px;
  top: -3px;
  border-radius: 50%;
}

.accordion-button:not(.collapsed) {
  box-shadow: unset;
  font-size: 37.69px;
  font-weight: 500;
  padding-left: 0;
  background: transparent;
  padding-right: 0;
}

.freq-wrap.left {
  position: relative;
}

.freq-wrap.left:before {
  content: "";
  position: absolute;
  background: #c4180f;
  width: 5px;
  height: 100%;
  right: -50px;
}

.accordion-body {
  padding: 0;
  font-weight: 600;
  font-size: 14px;
  margin: 0% 0% 2% 0%;
  line-height: 25px;
  font-family: "Montserrat", serif;
  color: #6e6e6e;
}

button.accordion-button span {
  color: #000;
  font-weight: 600;
  font-size: 20px;
  text-transform: uppercase;
  line-height: 30px;
  font-family: "big-noodle";
  letter-spacing: 2px;
}
.accordion-button:focus {
  z-index: 3;
  border-color: inherit !important;
  outline: 0;
  box-shadow: inherit !important;
  border: none !important;
}

.accordion-button:not(.collapsed) span {
  font-size: 20px;
  font-weight: 600;
  color: #c2200a;
  line-height: 30px;
  font-family: "big-noodle";
}

.accordion-item .accordion-button:not(.collapsed):hover {
  color: #ffffff;
}
section.frequently .accordion-item {
  background: #fff;
  margin-bottom: 18px;
  padding: 10px 20px;
  border: 2px solid #c5200c;
}
section.frequently {
  padding: 150px 0 80px;
}
.freq-wrap.left {
  width: 95%;
}
.freq-wrap.right {
  margin-left: 5%;
}
section.inn-faq .accordion-button::after {
  background-image: url(../images/down.png);
  width: 20px;
  background-size: contain;
  background-color: #00c6ff;
}
.theme-btn-1:hover {
  box-shadow: inset 220px 0px 0px 0 #000;
  transition: 2s;
  color: #fff;
}

/*Inner Faqs End*/

/* version 1 start  */

header ul.newUpdated-dd {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}

header ul.newUpdated-dd li.newUpdated-item {
  width: 100%;
  position: relative;
}

header ul.newUpdated-dd li.newUpdated-item button.newUpdated-list {
  display: flex;
  width: 92%;
  align-items: center;
  gap: 20px;
  height: 60px;
  padding: 0 10px;
  font-family: "Montserrat", serif;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 50px;
  background: #fff;
  color: #000;
  transition: all 0.5s;
}

header
  ul.newUpdated-dd
  li.newUpdated-item
  button.newUpdated-list
  i.fas.fa-bars {
  background: #c41609;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  font-size: 18px;
  color: #fff;
  pointer-events: none;
}

header ul.newUpdated-dd li.newUpdated-item .btn-dark:focus {
  box-shadow: unset;
  border-color: unset;
}

/* header ul.newUpdated-dd .dropdown-menu-dark {
 
} */

header ul.newUpdated-dd .dropdown-item:active {
  color: #fff;
  background-color: #c40c10;
}

header ul.newUpdated-dd .dropdown-item:active {
  color: #fff;
  background-color: #c40c10;
}

header ul.newUpdated-dd .dropdown-item {
  font-size: 12px;
  padding: 12px 10px;
}

header ul.newUpdated-dd .dropdown-menu-dark .dropdown-item:hover {
  color: #fff;
  background-color: #bf160a;
}

header ul.dropdown-menu.dropdown-menu-dark {
  width: 74% !important;
  margin-top: 10px;
  color: #ffffff;
  background-color: #000;
  border-color: rgba(0, 0, 0, 0.15);
  z-index: 1;
  position: absolute;
  left: 38px;
}

/* modal btn  */

.main-banner-btn ul li button.modalBtn {
  padding: 18px 35px;
  text-transform: uppercase;
  background: #fff;
  font-size: 13px;
  border-radius: 50px;
  color: #000;
  font-weight: 600;
  border: 0px;
  transition: 1.2s;
  display: inline-block;
  position: relative;
  z-index: 1;
}

.main-banner-btn ul li button.modalBtn.btnItem1 {
  background-color: #fff;
}

.main-banner-btn ul li button.modalBtn.btnItem2 {
  background: #5b9bd5;
  color: #fff;
}

.main-banner-btn ul li button.modalBtn.btnItem3 {
  background: #ffd866;
}

.main-banner-btn ul li button.modalBtn.btnItem4 {
  background: #88aa5e;
}

.main-banner-btn ul li button.modalBtn:before {
  position: absolute;
  content: "";
  width: 0%;
  height: 100%;
  background: #000;
  border-radius: 45px;
  left: 0;
  top: 0;
  z-index: 1;
  transition: 1.1s;
}

.main-banner-btn ul li button.modalBtn:hover:before {
  width: 100%;
}

.main-banner-btn ul li button.modalBtn:hover span {
  color: #ffff;
}

.main-banner-btn ul li button.modalBtn span {
  position: relative;
  display: inline-block;
  z-index: 12;
  transition: 1.1s;
}

div#universalModal .modal-content {
  background-color: #fff !important;
  border: 5px solid #c41609;
  border-radius: 18px;
  background: #5b9bd5;
}

div#universalModal .modal-content .modal-header {
  position: relative;
  justify-content: flex-end;
  border: 0px;
  padding: 12px 14px;
}

div#universalModal .modal-content .modal-header button.close {
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #c41609;
  border-radius: 45px;
  font-size: 40px;
  color: #fff;
  border: 0px;
  box-sizing: border-box;
  box-shadow: 2px 3px 20px 0px #000000a6;
  transition: 0.2s;
  cursor: pointer;
}

div#universalModal .modal-content .modal-header button.close:hover {
  transform: rotate(137deg);
  background-color: #000;
}

div#universalModal .modal-content .modal-body {
  padding-top: 0px;
}

div#universalModal .modal-content .modal-body video#mp4Video {
  border-radius: 5px;
  box-shadow: 1px 0px 13px 3px #4444445d;
}

.about-us-sec .about-us-text-btn a.theme-btn-3 {
  width: 22%;
}

.about-us-sec .about-us-text {
  width: 70%;
  margin: 0px auto;
}

/* MULTISTEPS FORM START  */
/* MULTISTEPS FORM START  */

#progressbar {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
  padding: 0;
  counter-reset: step;
}

#progressbar li {
  list-style: none;
  width: 25%;
  text-align: center;
  position: relative;
  font-size: 14px;
  font-weight: bold;
  color: #333; /* FIXED: Changed from white to visible color */
}

#progressbar li::before {
  content: counter(step);
  counter-increment: step;
  width: 30px;
  height: 30px;
  line-height: 30px;
  display: block;
  font-size: 16px;
  color: #fff;
  background: #000;
  border-radius: 50%;
  margin: 0 auto 10px auto;
}

#progressbar li.active::before {
  background: #c1080d;
}

#progressbar li.active {
  color: black;
}

/* Progress bar connectors */
#progressbar li:after {
  content: "";
  width: 100%;
  height: 1px;
  background: #000;
  position: absolute;
  left: -50%;
  top: 14px;
  z-index: -1;
}

#progressbar li:first-child:after {
  content: none;
}

#progressbar li.active:after {
  background: #c1080d;
}

/* Form styling */
fieldset {
  display: none;
}

/* ============ */

section.signup-step-container {
  position: relative;
  overflow: hidden;
  padding: 100px 0;
}

section.signup-step-container .registerForm {
  padding: 80px 100px;
  box-shadow: 0 0 10px #d5d4d4;
  border-top-right-radius: 60px;
  border-bottom-left-radius: 60px;
  width: 100%;
  margin: 0 auto;
}

section.signup-step-container .registerForm form#msform {
  position: relative;
}

section.signup-step-container .registerForm ul#progressbar {
  position: relative;
  margin-bottom: 60px;
}

section.signup-step-container .registerForm li {
  position: relative;
}

section.signup-step-container .registerForm ul#progressbar li span {
  font-family: "Montserrat";
  font-size: 10px;
  display: inline-block;
  color: #000;
  text-transform: uppercase;
}

section.signup-step-container .registerForm label {
  display: block;
  font-weight: 400;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  text-align: left;
  line-height: 16px;
}

section.signup-step-container .registerForm input {
  height: 50px;
  padding: 0 7px;
  outline: none;
  border-radius: 4px;
  border: 1px solid #0003;
  background-color: #fff;
  font-size: 14px;
  line-height: 20px;
  color: #575757;
  width: 100%;
}

section.signup-step-container .registerForm select {
  height: 50px;
  padding: 0 7px;
  outline: none;
  border-radius: 4px;
  border: 1px solid #0003;
  background-color: #fff;
  font-size: 14px;
  line-height: 20px;
  color: #575757;
  width: 100%;
}

section.signup-step-container .registerForm .col-md-6 {
  margin-bottom: 20px;
  position: relative;
}

section.signup-step-container
  .registerForm
  .col-md-6
  span.fa.fa-fw.fa-eye.field-icon.toggle-password {
  position: absolute;
  right: 30px;
  top: 60%;
}

section.signup-step-container .registerForm button {
  padding: 14px 55px;
  text-transform: uppercase;
  background: #c1080d;
  font-size: 13px;
  border-radius: 50px;
  color: #ffff;
  font-weight: 600;
  border: 0px;
  transition: 1.2s;
  position: relative;
  display: table;
  margin: 30px auto 0 auto;
}

section.signup-step-container .registerForm ul#progressbar li.active span {
  color: #c1080d !important;
}

section.signup-step-container .registerForm button:hover {
  background: #000;
}

section.signup-step-container .registerForm .btns-gro {
  display: flex;
  justify-content: center;
  gap: 20px;
  align-items: center;
  margin: 40px 0 10px;
}

section.signup-step-container .registerForm .btns-gro button {
  margin: 0;
  display: block;
}

.sumbx {
  text-align: left;
  box-shadow: 0 0 10px 0 #dddddd;
  padding: 20px 20px;
  margin-bottom: 0px;
  position: relative;
}

.rdio-primary input[type="radio"]:checked + label::after {
  background-color: #f26522;
}
.rdio input[type="radio"]:checked + label::after {
  content: "";
  position: absolute;
  top: 5px;
  left: 4px;
  display: inline-block;
  font-size: 11px;
  width: 10px;
  height: 10px;
  background-color: #fbc52d;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
}

.rdio-primary input[type="radio"]:checked + label:before {
  border-color: #e07730;
}
.rdio label:before {
  width: 18px;
  height: 18px;
  position: absolute;
  top: 1px;
  left: 0;
  content: "";
  display: inline-block;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  border: 1px solid #ff9a76;
  background: #fff;
}

.payment-setup h6 {
  text-align: left;
  font-size: 20px;
  margin-top: 30px;
}

.lst-stp ul li {
  display: flex;
  align-items: flex-start;
}

.rdio label i {
  margin-right: 10px;
}

.rdio label {
  padding-left: 10px;
  cursor: pointer;
  margin-bottom: 7px !important;
}

.sumbx i {
  position: absolute;
  right: 18px;
  top: 24px;
  display: flex;
  align-items: center;
  cursor: pointer;
  color: #000;
  font-size: 18px;
  font-weight: 400;
  transition: 0.9s;
}

.fr-border .sumbx h6 {
  border-bottom: unset;
  margin-bottom: 10px;
}

.sumbx label {
  font-size: 11px;
  margin-bottom: 0;
  line-height: 0;
}

.sumbx p {
  position: relative;
  font-size: 18px;
  color: #000000d4;
  margin-bottom: 0px;
  display: inline-block;
  line-height: 32px;
  font-weight: 500;
  font-family: "Poppins";
  text-transform: capitalize;
}

section.signup-step-container .registerForm fieldset {
  position: absolute;
  width: 100%;
  z-index: 1;
}

.subscriptionBoxex .subsboxex.active .pkg-in span {
  color: #fff;
}

.subscriptionBoxex .subsboxex.active .pkg-in span h5 {
  color: #fff;
}

section.signup-step-container .registerForm fieldset:first-of-type {
  position: relative;
  z-index: 2;
}

.subscriptionBoxex {
  display: flex;
  gap: 40px;
  justify-content: center;
  margin: 50px 0 30px;
}

.subscriptionBoxex .subsboxex {
  padding: 60px 40px;
  box-shadow: 0px 0px 11px 0px #ccc;
  text-align: center;
  width: 400px;
}

.subscriptionBoxex h5 {
  font-size: 20px;
  width: 100%;
  border-bottom: 1px solid #bfbfbf;
  padding-bottom: 20px;
  margin-bottom: 35px;
  font-weight: 800;
  text-transform: uppercase;
}

.pkg-in > span {
  display: block;
  font-size: 25px;
  font-weight: 600;
  line-height: 38px;
  margin-bottom: 0;
  color: #ed7e33;
}

.subscriptionBoxex .subsboxex.active {
  background: #ed7e33;
  color: #fff;
}

.susbciropts {
  width: 70%;
  margin: 0px auto;
  text-align: center;
}

.subscriptionBoxex .subsboxex.active h5 {
  color: #fff;
  border-bottom: 1px solid #fff;
}

.subscriptionBoxex .subsboxex.active h6 {
  color: #ffff;
}

.subscriptionBoxex .subsboxex.active p {
  color: #fff;
}

.sumfldbx {
  margin: 14px 0px 0px;
}

.main-fmData .col-md-9 ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 10px;
}

.main-fmData .col-md-9 ul li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

section.signup-step-container .registerForm li input {
  width: auto !important;
}

section.signup-step-container .registerForm .pay-with li {
  display: flex;
  gap: 20px;
}

section.signup-step-container
  .registerForm
  .pay-with
  li
  .rdio.rdio-primary.radio-inline {
  display: flex;
  align-items: center;
  gap: 20px;
}

section.signup-step-container
  .registerForm
  .pay-with
  li
  .rdio.rdio-primary.radio-inline
  input {
  display: none;
}

section.signup-step-container
  .registerForm
  .pay-with
  li
  .rdio.rdio-primary.radio-inline
  label {
  padding-left: 31px;
}

.main-fmData .col-md-9 ul li input {
  display: inline-block;
  height: auto;
}

.name_sec.card-details label.card-tag {
  font-size: 30px;
  margin: 50px 0 35px;
  text-transform: capitalize;
  color: #000;
  font-family: "big-noodle";
}

span#payable-amount {
  font-size: 20px;
  font-weight: 500;
  color: #000;
}

sub {
  font-size: 12px;
}

.sumbx i:hover {
  color: #c1080d;
  transform: scale(1.1);
}

.sumbx.smstp h6 {
  font-size: 22px;
  color: #000;
}

.main-fmData h6 {
  font-size: 22px;
  color: #000;
}

p#account-type {
  font-size: 18px;
  color: #000;
}

ul.pay-type {
  display: flex;
  align-items: center;
  gap: 30px;
}

.main-fmData .col-md-9 ul .label-div label {
  font-size: 16px;
  color: #000;
  font-weight: 500;
}

.main-fmData .col-md-9 ul .label-div label span {
  font-size: 16px;
  color: #000;
  font-weight: 500;
}

.main-fmData .col-md-9 ul .label-div label a {
  color: #000;
}

span.error.term-error {
  display: inline-block;
  margin-top: 9px;
  color: #000;
  font-size: 15px;
  font-family: "Poppins";
  font-weight: 400;
}

.login-sec .registerNow {
  display: inline-block;
  width: 100%;
  text-align: center;
}

.login-sec .registerNow a.registerBtn {
  background: #c41609;
  border-radius: 50px;
  border: none;
  color: #fff;
  font-family: "Montserrat", serif;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
  width: 100%;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.9s;
}

.login-sec .registerNow a.registerBtn:hover {
  background: #000;
  opacity: 90%;
  transform: scale(0.99);
}

.theme-btn-3:focus {
  color: #fff !important;
}

header ul.newUpdated-dd:hover button {
  background: #c0090e !important;
  color: #fff !important;
}

header ul.newUpdated-dd:hover button i.fas.fa-bars {
  background: #fff !important;
  color: #000 !important;
}

/* ================== */
/* ================== */

.inner-cart-sec .shopping_cart .card-price {
  padding: 50px 30px;
  border: 2px solid #eeeeee;
  background-color: #f9f9f9;
  margin-bottom: 30px;
  border-radius: 0px;
}

.inner-cart-sec .shopping_cart .card-price .imtes h6 {
  color: #000000;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 30px;
  text-transform: uppercase;
}

.inner-cart-sec .shopping_cart .card-price h6 span {
  float: right;
}

.inner-cart-sec .shopping_cart .card-price .imtes {
  padding-bottom: 20px;
}

.inner-cart-sec .shopping_cart .carss {
  padding: 50px 40px;
  border: 2px solid #eeeeee;
  background-color: #f9f9f9;
  margin-bottom: 80px;
  border-radius: 0px;
}

.inner-cart-sec .shopping_cart .carss h6 {
  color: #000;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 10px;
  font-weight: 500;
}

.inner-cart-sec .shopping_cart .card-price h6 {
  font-size: 22px;
  font-weight: 600;
  color: #c40b11;
  padding: 0px 10px;
}

.theme-btn-2:hover {
  color: #ffff;
}

.theme-btn-2:focus {
  color: #ffff;
}

/* =============== */

.rating {
  border: none;
  float: left;
}

.rating > label {
  color: #90a0a3;
  float: right;
}

.rating > label:before {
  margin: 5px;
  font-size: 2em;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f005";
  display: inline-block;
}

.rating > input {
  display: none;
}

.rating > input:checked ~ label,
.rating:not(:checked) > label:hover,
.rating:not(:checked) > label:hover ~ label {
  color: #f79426;
}

.rating > input:checked + label:hover,
.rating > input:checked ~ label:hover,
.rating > label:hover ~ input:checked ~ label,
.rating > input:checked ~ label:hover ~ label {
  color: #fece31;
}

.clearfix .rating {
  margin: 10px 0px;
}

.description .tab-content form .rating {
  margin: 10px 0px 30px -6px;
}



/* Cart Page Start */
.CartSec {
    position: relative;
    z-index: 1;
    padding: 100px 0;
}

.cart-banner h3 {
    font-size: 40px;
    text-transform: capitalize;
    border-bottom: 1px solid #00000075;
    padding-bottom: 20px;
}

.table-responsive .table > thead {
    background: #c41609;
    !i;!;
}

.table-responsive .table th {
    color: #fff;
    font-size: 20px;
    !i;!;
    padding: 15px;
}

.table-responsive .table th:first-child {
    width: 45%;
}

.table-responsive .table td img {
    width: 130px;
    height: 120px;
    object-fit: cover;
}

.table-responsive .table td .row {
    align-items: center;
}

.table-responsive .table td .row h5 {
    margin: 0;
    font-size: 17px;
}

.table-responsive .table td {
    vertical-align: middle;
    padding: 20px 0px;
}

input.qtystyle {
    width: 150px;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    height: 50px;
    border: 1px solid #000;
}

.table-responsive .table td  h4 {
    font-size: 18px;
    color: #000;
    text-align: center;
    margin: 0;
}

a.remove {
    width: 40px;
    height: 40px;
    background: #c41609;
    display: inline-flex;
    font-size: 20px;
    color: #fff;
    justify-content: center;
    align-items: center;
    padding: 0;
}

.check-out-detail {
    border: 1px solid #acacac;
    padding: 20px;
}

.check-out-detail h2 {
    font-size: 20px;
    display: flex;
    justify-content: space-between;
    font-family: 'Montserrat';
    margin: 0;
}

.check-out-detail h2 > span {
    font-size: 16px;
}

button.checkout_btn {
    position: relative !important;
    font-family: 'Poppins';
}

a.continue {
    font-size: 16px;
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
}
/* Cart Page End */
.header-logo img {
    width: 60%;
    background: #000;
    padding: 10px;
}