@charset "utf-8";
/* CSS Document */
html {
  scroll-behavior: smooth;
}
* {
  margin: 0px;
  padding: 0px;
}
body {
  margin: 0px;
  padding: 0px;
  font-size: 14px;
  font-family: Poppins, sans-serif;
  color: #6f6f6f;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}
img {
  border: none;
}

.hover05 img {
  height: 300px !important;
  width: auto !important;
  overflow: hidden !important;
}

.hover05 {
  height: 300px !important;
  width: 100% !important;
  overflow: hidden !important;
}
div {
  margin: 0px;
  padding: 0px;
}
h1 {
  font-size: 120%;
  line-height: 22px;
  margin: 0px;
  padding: 0px;
}
h2 {
  font-size: 25px;
  margin: 0px;
  padding: 0px;
}
h3 {
  font-size: 100%;
  margin: 0px;
  padding: 0px;
}
h4 {
  font-size: 90%;
  line-height: 22px;
  margin: 0px;
  padding: 0px;
}
h5 {
  font-size: 80%;
  line-height: 22px;
  margin: 0px;
  padding: 0px;
}
h6 {
  font-size: 75%;
  line-height: 22px;
  margin: 0px;
  padding: 0px;
}

p {
  text-align: left;
  margin: 0px;
  line-height: 26px;
  padding: 0px;
  font-family: "Roboto", sans-serif;
  color: #562803;
}
a {
  text-decoration: none;
  color: #0012a5;
  transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  outline: none;
}
a:hover {
  text-decoration: none !important;
  color: #000;
}
a:visited {
  text-decoration: none;
}
.clear {
  clear: both;
}

ul ul,
ul ol,
ol ol,
ol ul {
  margin: 0;
}
ul {
  list-style-type: none;
  margin: 0px 0px 10px 0px;
  padding: 0px;
}
ul ul {
  list-style-type: circle;
  margin-top: 10px;
}
ul ul ul {
  list-style-type: square;
  margin-top: 10px;
}
ul ul ul ul {
  list-style-type: circle;
  margin-top: 10px;
}
ol {
  margin: 0px 0 0 30px;
  padding: 0px;
  line-height: 19px;
}
ol ol {
  margin-top: 10px;
  margin-left: 15px;
}
ol ol ol {
  margin-top: 10px;
  margin-left: 15px;
}
ul li {
  padding-left: 0px;
  margin-bottom: 0px;
}
ul li ul li {
  list-style-type: none;
}
ul li ul li ul li {
  margin-bottom: 5px;
  list-style-type: none;
}
ol li {
  list-style-type: decimal;
  margin-bottom: 7px;
}
ol li ol li {
  list-style-type: lower-alpha;
}
ol li ol li ol li {
  margin-bottom: 5px;
  list-style-type: decimal;
}

table {
  border-collapse: collapse;
  width: 100%;
  margin: 10px 0px 10px 0px;
}
th,
thead th,
tbody th {
  border-style: none none solid;
  border-width: 0 0 1px;
  padding: 10px 10px !important;
}
th a,
thead th a,
tbody th a {
  text-decoration: none;
}
th a:hover,
thead th a:hover,
tbody th a:hover {
  text-decoration: underline;
}
td {
  padding: 10px 10px !important;
  text-align: left;
  vertical-align: top;
  font-size: 14px;
  word-wrap: break-word !important;
}
td h3 {
  font-size: 22px;
  color: #31383e;
  font-weight: 400;
  text-align: center;
}
td h4 {
  font-size: 17px;
  color: #31383e;
  font-weight: 500;
  text-align: left;
}
td a {
  text-decoration: none;
  font-weight: normal !important;
  color: #999999;
}
caption {
  display: none;
}
a,
img,
input,
button,
span {
  transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
}
*,
*:after,
*:before {
  box-sizing: border-box;
}
.margin-bottom-0 {
  margin-bottom: 0px !important;
}
.margin-0 {
  margin: 0px !important;
}
.margin-top-0 {
  margin-top: 0px !important;
}
.margin-15 {
  margin-top: 15px !important;
}
.margin-20 {
  margin-top: 20px !important;
}
.margin-25 {
  margin-top: 25px !important;
}
.margin-30 {
  margin-top: 30px !important;
}
.margin-35 {
  margin-top: 35px !important;
}
.margin-40 {
  margin-top: 40px !important;
}
.margin-45 {
  margin-top: 45px !important;
}
.margin-50 {
  margin-top: 50px !important;
}
.margin-55 {
  margin-top: 55px !important;
}
.margin-60 {
  margin-top: 60px !important;
}
.margin-65 {
  margin-top: 65px !important;
}
header .logo-head {
  width: 100%;
  background: #fff;
  height: auto;
  padding: 20px 0;
}
.navigation {
  float: right;
}
.logo {
  text-align: left;
  float: left;
  width: 10%;
  margin-right: 20px;
}
.logo img {
  width: 100%;
}

.logo a {
  display: block;
}
.navigation {
  float: right;
  width: auto;
}
.my-container {
  padding-left: 30px;
  padding-right: 30px;
  width: 100%;
  max-width: 100%;
}

.slider img {
  width: 100%;
}
.content .carousel-indicators {
  left: auto;
  margin: 0;
  right: 30px;
  top: 42%;
  width: auto;
}
.content .carousel-indicators .active {
  background-color: #ed145b;
}
.content .carousel-indicators li {
  background-color: #dae3ec;
  display: block;
  margin: 6px 0;
}

.content .carousel-indicators li,
.testimonial .carousel-indicators .active {
  border: none;
  height: 15px;
  width: 15px;
}

.content .carousel-indicators {
  display: block !important;
}

.menu-large {
  position: static !important;
}

.megamenu {
  position: static;
}

.megamenu .dropdown-menu {
  background: none;
  border: none;
  width: 100%;
}
.navbar {
  padding: 0 !important;
}

.navbar-nav .nav-link {
  font-family: "Nunito Sans", sans-serif;
  font-size: 13px;
  font-weight: 700;
  font-style: normal;
  padding: 10px 0;
  letter-spacing: 0.1em;
  color: #000;
  display: block;
}
.box-50 {
  width: 100%;
  height: 250px;
  overflow: hidden;
  position: relative;
}
.box-text {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 0.4);
  padding: 20px;
  width: 100%;
  height: 100%;
}

.box-text h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 500;
  text-align: center;
  font-family: "Nunito Sans", sans-serif;
  padding-top: 60px;
}

.box-text h4 {
  font-weight: 500 !important;
  margin-bottom: 20px;
  font-family: "Nunito Sans", sans-serif;
  font-size: 23px;
  color: #fff;
  text-align: center;
}
.box-text a {
  color: #fff !important;
  font-size: 14px;
  font-weight: 600;
  padding: 12px 35px;
  display: inline-block;
  text-transform: uppercase;
  position: relative;
  background-color: #ed145b;
  text-align: center;
}

.box-50:before {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  z-index: 999;
}

section#sells {
  padding: 70px 0 30px;
}

.p-box {
  width: 100%;
  height: 259px;
  overflow: hidden;
  position: relative;
}
.p-box:before {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border: 1px solid rgba(255, 255, 255, 1);
  z-index: 999;
}

.box-text2 {
  position: absolute;
  top: 20%;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
}

.box-text2 h3 {
  color: #ffffff;
  font-size: 35px;
  font-weight: 500;
  text-align: center;
  font-family: "Nunito Sans", sans-serif;
  margin-bottom: 20px;
}

.box-text2 h4 {
  font-weight: 500 !important;
  margin-bottom: 20px;
  font-family: "Nunito Sans", sans-serif;
  font-size: 30px;
  color: #fff;
  text-align: center;
}
.box-text2 a {
  color: #fff !important;
  font-size: 14px;
  font-weight: 600;
  padding: 12px 35px;
  display: inline-block;
  text-transform: uppercase;
  position: relative;
  background-color: #ed145b;
  text-align: center;
}

.box-text3 {
  position: absolute;
  top: 20%;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
}

.box-text3 h3 {
  color: #ffffff;
  font-size: 28px;
  font-weight: 500;
  text-align: center;
  font-family: "Nunito Sans", sans-serif;
  margin-bottom: 20px;
}

.box-text3 h4 {
  font-weight: 500 !important;
  margin-bottom: 20px;
  font-family: "Nunito Sans", sans-serif;
  font-size: 28px;
  color: #fff;
  text-align: center;
}
.box-text3 a {
  color: #fff !important;
  font-size: 14px;
  font-weight: 600;
  padding: 12px 35px;
  display: inline-block;
  text-transform: uppercase;
  position: relative;
  background-color: #ed145b;
  text-align: center;
}

.box-text4 {
  position: absolute;
  top: 20%;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
}

.box-text4 h3 {
  color: #ffffff;
  font-size: 28px;
  font-weight: 500;
  text-align: center;
  font-family: "Nunito Sans", sans-serif;
  margin-bottom: 20px;
}

.box-text4 h4 {
  font-weight: 500 !important;
  margin-bottom: 20px;
  font-family: "Nunito Sans", sans-serif;
  font-size: 28px;
  color: #fff;
  text-align: center;
}
.box-text4 a {
  color: #fff !important;
  font-size: 14px;
  font-weight: 600;
  padding: 12px 35px;
  display: inline-block;
  text-transform: uppercase;
  position: relative;
  background-color: #ed145b;
  text-align: center;
}

.d-box {
  display: inline-block;
  width: 48%;
  margin-right: 17px;
  margin-top: 36px;
  position: relative;
  overflow: hidden;
}
.t-box {
  display: inline-block;
  width: 48%;
  margin-top: 36px;
  position: relative;
  overflow: hidden;
}

.d-box img {
  width: 100%;
}
.t-box img {
  width: 100%;
}

.d-box:before {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border: 1px solid rgba(255, 255, 255, 1);
  z-index: 999;
}
.t-box:before {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border: 1px solid rgba(255, 255, 255, 1);
  z-index: 999;
}

.login-cart {
  padding-left: 20px;
  text-align: right;
}
.login-cart ul {
  margin: 0;
}
.login-cart ul li {
  display: inline-block;
  padding-left: 25px;
  color: #000;
  font-size: 15px;
  font-weight: 500;
  text-align: left;
  line-height: 45px;
  font-family: "Nunito Sans", sans-serif;
}
.login-cart ul li i {
  font-size: 20px;
}

.searsh-bar {
  position: relative;
}
.searsh-bar i {
  position: absolute;
  top: 0;
}
.circle-pink {
  background: #ed145b;
  width: 40px;
  height: 40px;
  border-radius: 100%;
}

.circle-pink a i {
  padding-top: 8px;
  font-size: 22px;
  padding-left: 4px;
}

.circle-pink a {
  color: #fff !important;
}

.login-cart ul li a {
  color: #fff;
}

.crousel-box img {
  height: auto;
  width: auto;
  margin: 40px auto 0 !important;
  padding: 0px;
  max-width: 250px;
  border: 1px solid #ccc;
}

.crousel-box h3 {
  margin-top: 15px;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  color: #000;
  margin-bottom: 0;
  font-family: "Nunito Sans", sans-serif;
}

.crousel-box p {
  color: #ed145b;
  padding-top: 8px;
  text-align: center;
  font-family: "Nunito Sans", sans-serif;
}

.inner-features h2 {
  font-size: 24px;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 700;
  color: #000;
  text-align: center;
  padding-bottom: 0px;
}
.inner-features h2 span {
  display: inline-block;
  position: relative;
}

.inner-features h2 span:before {
  border-top: 1px solid #ed145b;
  content: "";
  height: 1px;
  position: absolute;
  top: 15px;
  width: 70%;
  left: -80%;
}

.inner-features h2 span:after {
  border-top: 1px solid #ed145b;
  content: "";
  height: 1px;
  position: absolute;
  top: 15px;
  width: 70%;
  right: -187px;
}

section#features-products {
  padding: 30px 0;
}

.logo {
  width: 200px;
}

#best-seller h2 {
  font-size: 24px;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 700;
  color: #000;
  text-align: center;
  padding-bottom: 40px;
}

#best-seller h2 span {
  display: inline-block;
  position: relative;
}

#best-seller h2 span:before {
  border-top: 1px solid #ed145b;
  content: "";
  height: 1px;
  position: absolute;
  top: 15px;
  width: 70%;
  left: -80%;
}

#best-seller h2 span:after {
  border-top: 1px solid #ed145b;
  content: "";
  height: 1px;
  position: absolute;
  top: 15px;
  width: 70%;
  left: 110%;
}

#best-seller {
  padding: 30px 0;
}

.best-inner-box img {
  width: 100%;
  padding-bottom: 10px;
}
.best-seller-bottom h3 {
  font-size: 18px;
  font-weight: 700;
  margin-top: 10px;
  text-align: center;
  color: #e9ac55;
  margin-bottom: 0;
  font-family: "Nunito Sans", sans-serif;
}
.best-seller-bottom p {
  color: #ed145b;
  padding-top: 8px;
  text-align: center;
  font-family: "Nunito Sans", sans-serif;
}

.top-bar {
  background: #333;
  height: 45px;
  width: 100%;
  position: relative;
  z-index: 99999999;
}

.left-social ul {
  padding: 0;
  margin: 0;
}

.left-social ul li {
  display: inline-block;
  padding-right: 10px;
  line-height: 45px;
  color: #c8c8c8;
}

.left-social ul li a {
  font-size: 16px;
  color: #fff;
}

.searsh-bar {
  z-index: 999999;
}
.search__icon {
  font-size: 1.35em;
  text-align: center;
  padding: 9px 9px;
  color: #000;
}
.search__icon:hover {
  color: #ed145b;
}
.search-input button:focus {
  border: none;
  outline: none;
}
#search-form {
  position: relative;

  width: 100px;
  z-index: 99999;
}
.searsh-bar input[type="text"] {
  display: block;
  width: 100%;
  height: auto;
  padding: 6px 0 6px 50px;
  font-size: 16px;
  background-color: #fff;
  background-image: none;
  border: none;
  border-radius: 10px;
  box-shadow: none;
  -webkit-box-shadow: none;
  -webkit-transition: border-color ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: all 1s;
  color: #9a9696;
}

.dropdown-item:hover,
.dropdown-item:focus {
  text-decoration: none;
  background-color: #e9ac55 !important;
  color: #fff !important;
}
.dropdown-item:hover a,
.dropdown-item:focus a {
  color: #fff;
}
header {
  position: relative !important;
}
header .navbar {
  position: static !important;
}
.dropdown-menu {
  top: 70% !important;
}
.border-right {
  border-right: 1px solid #ccc;
}
.slick-prev::before {
  content: "←";
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 35px !important;
  line-height: 1;
  opacity: 1 !important;
  color: #e9ac55 !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev,
.slick-next {
  width: 40px;
  height: 40px;
}
#footer {
  width: 100%;
  padding: 50px 0 30px;
  background-image: url(../images/wat11.png);
  background-size: 500px;
  background-color: rgba(0, 0, 0, 0.9);
}
.about-btns h2 {
  font-weight: 800;
  color: #fff;
  font-size: 18px;
  margin: 6px 0 14px 0;
  white-space: nowrap;
  font-family: "Nunito Sans", sans-serif;
}
.about-btns ul li {
  margin: 0 0 10px;
  list-style-type: none;
  white-space: nowrap;
  margin: 0 0 8px 0;
}
.about-btns ul li a {
  font-family: "Nunito Sans", sans-serif;
  color: #004b91;
  text-decoration: none;
  color: #e5e2e2;
  font-size: 14px;
}
.contact-btns h2 {
  font-weight: 800;
  color: #fff;
  font-size: 18px;
  margin: 6px 0 14px 0;
  white-space: nowrap;
  font-family: "Nunito Sans", sans-serif;
}
.contact-btns ul li {
  margin: 0 0 10px;
  list-style-type: none;
  white-space: nowrap;
  margin: 0 0 8px 0;
}
.contact-btns ul li a {
  font-family: "Nunito Sans", sans-serif;
  color: #004b91;
  text-decoration: none;
  color: #e5e2e2;
  font-size: 14px;
}
#click-top {
  background-color: #454444;
  padding: 10px 0;
  text-align: center;
}
#click-top a {
  color: #fff;
}
#footer p {
  font-size: 13px;
  font-weight: 500;
  margin-top: 25px;
  text-align: center;
  color: #ccc;
  margin-bottom: 0;
  font-family: "Nunito Sans", sans-serif;
}
.navbar .dropdown:hover .dropdown-menu,
.navbar .dropdown .dropdown-menu:hover {
  display: block;
}

#click-top a span {
  display: block;
}
.ptbm-5 {
  padding-top: 30px !important;
}
.ptbm-5 ul {
  padding: 0 !important;
  margin: 0 !important;
}
.ptbm-5 h6 {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
  color: #ed145b !important;
}
.border-top-ccc {
  border-top: 1px solid #ccc !important;
}
.menu-img {
  width: 365px;
  padding: 15px;
}
.box-50 img {
  width: 100%;
  height: 250px;
}

.inner-breadcrumb {
  width: 100%;
}

.inner-breadcrumb ul {
  margin-bottom: 0;
}

.inner-breadcrumb ul li {
  display: inline-block;
  font-size: 16px;
  color: #fff;
  font-family: "Nunito Sans", sans-serif;
}
.active-bread {
  color: #000;
}
.inner-breadcrumb ul .aerrows {
  font-stretch: condense;
}

.head-product {
  margin-top: 50px;
}
.head-product h2 {
  font-size: 24px;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 500;
  color: #000;
  text-align: left;
  padding-bottom: 15px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.margin-prod {
  margin-bottom: 50px;
}

.pagination-area {
  display: inline-block;
  padding: 30px 0;
  width: 100%;
}

.paginations {
  display: inline-block;
  padding: 20px;
  width: 100%;
}

.product-page-number {
  text-align: right;
}
.product-page-number ul li {
  display: inline-block;
  padding-left: 7px;
  padding-right: 7px;
}
.product-page-number ul {
  padding: 0;
  margin: 0;
}
.product-page-number ul li a {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  text-decoration: none;
  color: #777;
}

.product-page-number ul li a.prev {
  border-right: 1px solid #ededed;
  padding-right: 10px;
}

.product-page-number ul li a span {
  margin: 5px;
}
.product-page-number ul li a span i {
  font-size: 15px;
}
.product-per-page p {
  padding-bottom: 0;
  margin-bottom: 0;
}
.logos {
  width: 28%;
}
.dropdown-item {
  color: #212529;
}
#best-seller h2 {
  position: relative;
}
#best-seller h2:before {
  content: "";
  position: absolute;
  width: 70px;
  height: 3px;
  top: 40px;
  background: #999;
  left: 47%;
}
#features-products h2 {
  position: relative;
  line-height: 50px;
}

#features-products h2:before {
  content: "";
  position: absolute;
  width: 70px;
  height: 3px;
  top: 40px;
  background: #999;
  left: 47%;
}
.navbar-expand-md .navbar-nav .nav-link {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}
a.gallery-link img {
  width: 100%;
  display: block;
  margin: auto;
}

.click-imges .thumbnail {
  width: 100%;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #cb141e #cb141e #cb141e !important;
}
.inner-products .nav-tabs .nav-item {
  margin-bottom: 10px;
}
.big-images {
  background: #fff;
  width: 100%;
  overflow: hidden;
  height: auto;
}

.products-description h3 {
  font-size: 23px;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 700;
  color: #2a2a2a;
  text-align: left;
  padding-bottom: 15px;
  margin-bottom: 0px;
}

.products-description p {
  font-size: 14px;
  line-height: 27px;
  color: #333;
  margin-bottom: 20px;
}
.quantity {
  margin-bottom: 10px;
}
.total-price {
  margin-bottom: 20px;
}
.prise {
  font-size: 20px !important;
  color: #999 !important;
  font-weight: 700;
}
.prise span {
  color: #000 !important;
}

.details .product-options {
  border-top: 1px solid hsl(0, 0%, 93%);
  display: block;
  margin-top: 0;
  padding: 30px 0;
}

.details .quantity-area,
.shop-1 .quantity-area {
  float: left;
  margin-right: 23px;
  width: 145px;
  padding-top: 6px;
}

.social-net label {
  display: inline-block;
  float: left;
  font-weight: 700;
  margin-right: 10px;
  margin-top: 5px;
  max-width: 100%;
  text-transform: uppercase;
}
.product-options .cart-quantity {
  display: inline-block;
  position: relative;
  width: 90px;
}

.product-options .cart-quantity,
.shop-1 .cart-quantity {
  display: inline-block;
  position: relative;
  width: 90px;
}

.cart-quantity #myform input[type="text"] {
  background: #fbfbfb none repeat scroll 0 0;
  border: 1px solid #dddddd;
  padding: 4px;
  text-align: center;
  width: 90px;
  font-weight: 700;
}

.dec.qtybutton {
  left: 7px;
  line-height: 8px;
}

.qtybutton {
  border: 1px solid #aaa;
  border-radius: 50%;
  color: #aaa;
  cursor: pointer;
  display: inline-block;
  font-size: 13px;
  height: 13px;
  line-height: 10px;
  position: absolute;
  right: 7px;
  text-align: center;
  top: 8px;
  width: 13px;
}

.product-cart-area-list .cart-btn a {
  color: #fff;
  font-size: 19px;
}
.product-cart-area-list .cart-btn a {
  background: #e9ac55 none repeat scroll 0 0;
  border: 1px solid #dddddd;
  display: inline-block;
  font-size: 20px;
  padding: 13px 20px;
  width: 260px;
  text-align: center;
}

.product-cart-area-list .cart-btn a i {
  font-size: 15px !important;
  font-weight: 900 !important;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}
.quantity-area {
  margin: 10px 0px 35px 0;
}

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

section.products-detail {
  padding: 10px 0 10px 0;
}

.inner-veiw-slide h2 {
  font-size: 24px;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 700;
  color: #cb121c;
  text-align: left;
  padding-bottom: 15px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.crousel-box2 img {
  height: 100%;
  width: auto;
  margin: 0px auto 0 !important;
  padding: 0px 0px;
}

.crousel-box2 h3 {
  font-size: 14px;
  font-weight: 500;
  margin-top: 15px;
  text-align: center;
  color: #212121;
  margin-bottom: 0;
  font-family: "Nunito Sans", sans-serif;
}
.crousel-box2 p {
  font-size: 18px;
  font-weight: 700;
  margin-top: 10px;
  text-align: center;
  color: #cb121c;
  margin-bottom: 0;
  font-family: "Nunito Sans", sans-serif;
}

.zoom {
  display: inline-block;
  position: relative;
}

.zoom:after {
  content: "";
  display: block;
  width: 33px;
  height: 33px;
  position: absolute;
  top: 0;
  right: 0;
  /* background: url(../images/icon.png); */
}

.zoom img {
  display: block;
}

.zoom img::selection {
  background-color: transparent;
}

#ex2 img:hover {
  cursor: url(grab.cur), default;
}
#ex2 img:active {
  cursor: url(grabbed.cur), default;
}

.btn-add-to-cart.cart-btn {
  margin-top: 10px;
}

.add-img img {
  width: 100%;
}

.add-to-cart {
  padding: 0px 0 120px;
}

.product-name h3 {
  font-size: 18px;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 500;
  color: #333;
  text-align: left;
  padding-bottom: 15px;
  margin-bottom: 20px;
}

.price-detail p {
  font-size: 16px;
  color: #000;
  text-align: left;
  font-weight: 500;
  font-family: "Nunito Sans", sans-serif;
}

.price-delete i {
  font-size: 20px;
}

.price-delete a {
  color: #000;
}

.table-add-to-cart {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding: 20px 0 10px 0;
}

.cart-btn-inner a {
  margin-left: 15px;
  background: #cb121c none repeat scroll 0 0;
  border: 1px solid #dddddd;
  display: inline-block;
  font-size: 20px;
  padding: 13px 20px;
  width: 260px;
  color: #fff;
  text-align: center;
}

.cart-btn-inner a:hover {
  color: #fff;
}

.cart-btn-inner {
  float: right;
  margin-top: 20px;
}

.head-s h2 {
  font-size: 18px;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 600;
  color: #333;
  text-align: left;
  padding-bottom: 15px;
  margin-bottom: 20px;
}

.form-group input {
  border: 1px solid #d9d9d9;
  width: 100%;
  padding: 0 20px;
  height: 47px;
  color: #333333;
  border-radius: 5px;
}

.group-heading h2 {
  font-size: 25px;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 500;
  color: #cb121c;
  text-align: left;
  padding-bottom: 10px;
  margin-bottom: 0px;
  padding-top: 25px;
}

.half-input {
  width: 48%;
  display: inline-block;
}

.margin-rights {
  margin-right: 15px;
}

.w-32 {
  width: 32%;
  margin-right: 15px;
}

.w-32 {
  width: 30.9%;
  margin-right: 15px;
  display: inline-block;
}

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

.product-cart-area-list .cart-btn a {
  background: #e9ac55 none repeat scroll 0 0;
  border: 1px solid #ccc;
  display: inline-block;
  font-size: 20px;
  padding: 6px 20px;
}

.form-group [type="button"],
[type="reset"],
[type="submit"] {
  color: #fff !important;
  background: none;
  border: none;
  position: relative;
  left: -12px;
}
.inner-form {
  padding: 15px;
}

.inner-form {
  padding: 15px;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  margin-top: 60px;
}

section#check-out {
  padding: 0 0 60px;
}
.first-subtotal {
  float: left;
}
.second-subtotal {
  float: right;
}
.second-subtotal p {
  font-size: 16px;
  color: #333;
  text-align: left;
  font-weight: 700;
  font-family: "Nunito Sans", sans-serif;
}

.first-subtotal p {
  font-size: 16px;
  color: #000;
  text-align: left;
  font-weight: 700;
  font-family: "Nunito Sans", sans-serif;
}

.subtotal {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  overflow: hidden;
  padding-top: 15px;
}

.first-subtotal2 {
  float: left;
}
.second-subtotal2 {
  float: right;
}

.first-subtotal2 p {
  font-size: 16px;
  color: #000;
  text-align: left;
  font-weight: 700;
  font-family: "Nunito Sans", sans-serif;
}
.second-subtotal2 p {
  font-size: 16px;
  color: #333;
  text-align: left;
  font-weight: 700;
  font-family: "Nunito Sans", sans-serif;
}

.subtotal2 {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  overflow: hidden;
  padding-top: 15px;
}

.subtotal2 {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  overflow: hidden;
  padding-top: 15px;
}
.first-subtotal3 {
  float: left;
}
.second-subtotal3 {
  float: right;
}

.first-subtotal3 p {
  font-size: 16px;
  color: #000;
  text-align: left;
  font-weight: 700;
  font-family: "Nunito Sans", sans-serif;
}
.second-subtotal3 p {
  font-size: 16px;
  color: #333;
  text-align: left;
  font-weight: 700;
  font-family: "Nunito Sans", sans-serif;
}

.subtotal3 {
  overflow: hidden;
  padding-top: 15px;
}

#sign-up-form {
  display: none;
}

.form-site-title3 {
  font-size: 27px;
  color: #333;
  margin-bottom: 30px;
  padding-bottom: 15px;
  text-transform: uppercase;
  width: 90%;
  border-bottom: 1px solid #ccc;
}

.form-site-title3 span {
  color: #e9ac55;
  font-weight: 700;
}

.s-data p.input-label.required {
  position: relative;
  display: inline-block;
}

.s-data.small-width input[type="text"] {
  display: inline-block;
  width: 80%;
}

.s-data.small-width {
  display: table-cell;
  width: 38%;
}

.s-data p.input-label {
  color: #333;
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.s-data p.input-label.required:after {
  color: red;
  content: "*";
  position: absolute;
  right: -15px;
  top: -1px;
}

.s-data input[type="text"],
.s-data input[type="email"],
.s-data input[type="tel"],
.s-data input[type="number"],
.s-data input[type="password"],
.s-data textarea {
  background: #fbfbfb none repeat scroll 0 0;
  border: 1px solid #dddddd;
  padding: 10px 20px;
  width: 90%;
  margin-bottom: 15px;
}

.place-orders {
  background: #e9ac55 none repeat scroll 0 0;
  border: 1px solid #ddd;
  display: inline-block;
  padding: 15px 58px;
  font-size: 17px;
  color: #fff;
  text-transform: uppercase;
  clear: both;
  margin: 10px auto 20px;
  text-align: center;
  width: 90%;
  left: 0;
}

.already {
  display: inline-block;
  text-align: right;
  width: 90%;
  margin-bottom: 40px;
}

.already .clr-txt-2 {
  font-size: 18px;
  color: #333;
}

.already .clr-txt-2 strong {
  color: #e9ac55;
}

#forget-form {
  display: none;
}
.middle-form {
  margin: auto;
  display: block;
  width: 700px;
}

span.font-small {
  float: left;
  text-align: left;
}

.s-data select {
  width: 90%;
  margin-bottom: 15px;
}
.calculate-shipping select,
.s-data select {
  background-color: #fbfbfb;
  padding: 11px 15px;
  border: 1px solid #ddd;
  color: #666;
}

section.checkout-area {
  padding: 50px 0;
}

.inner-box P {
  display: inline-block;
  font-size: 16px;
  color: #333;
  padding: 10px 0;
  margin: 0;
}
.inner-box P a {
  color: #333;
}
.inner-box .box-h {
  width: 12%;
  font-weight: 600 !important;
}

.inner-box .box-d {
  width: 74%;
}
.inner-box .box-t {
  width: 12%;
}

.box-1 {
  background: #f5f5f5;
  padding: 15px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.inner-box2 P {
  display: inline-block;
  font-size: 16px;
  color: #333;
  padding: 10px 0;
  margin: 0;
}
.inner-box2 P a {
  color: #333;
}
.inner-box2 .box-h {
  width: 12%;
  font-weight: 600 !important;
}

.inner-box2 .box-d {
  width: 74%;
}
.inner-box2 .box-t {
  width: 12%;
}

.box-2 {
  background: #f5f5f5;
  padding: 15px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  margin-top: 30px;
}

.box-2 h2 {
  font-size: 22px;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 500;
  color: #cb121c;
  text-align: left;
  padding-bottom: 10px;
  margin-bottom: 0px;
}

.containerss {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.containerss input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid #cb121c;
}

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

/* When the radio button is checked, add a blue background */
.containerss input:checked ~ .checkmark {
  background-color: #cb121c;
}

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

/* Show the indicator (dot/circle) when checked */
.containerss input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.containerss .checkmark:after {
  top: 8px;
  left: 8px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
  border: none;
}
.flo-right {
  float: right;
  margin-top: 30px;
}

.border-safe {
  background: none !important;
  border: 1px solid #ccc !important;
  color: #000 !important;
}

.price-rate {
  color: #333 !important;
  font-size: 18px;
  font-weight: 700;
}

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

.crousel-box2 img {
  height: auto;
  width: auto;
  margin: 40px auto 0 !important;
  padding: 0px;
  max-width: 250px;
}
.crousel-box2 img {
  height: auto;
  width: auto;
  margin: 0px auto 0 !important;
  padding: 0px;
  max-width: 250px;
  border: 1px solid #ccc;
}

.products-description h3 {
  display: block;
}
.shipping-cal {
  padding-top: 20px !important;
  color: #999 !important;
  font-size: 18px !important;
  padding-bottom: 0;
  margin-bottom: 0;
}

.border-safe-1 {
  background: none !important;
  border: 1px solid #ccc !important;
  color: #000 !important;
}
.subtotal-4 p {
  text-align: right;
  padding-top: 20px !important;
  color: #999 !important;
  font-size: 18px !important;
  padding-bottom: 0;
  margin-bottom: 0;
}

.profile-left {
  background: #fff;
  padding: 16px 0;
  float: left;
  width: 100%;
}
.profile-img {
  border-radius: 50%;
  width: 150px;
  height: 150px;
  margin: 0 auto 20px auto;
  overflow: hidden;
  border: 1px solid #999;
}
.left-nav-sec {
  float: left;
  width: 100%;
  margin-bottom: 15px;
}

.left-nav-sec li {
  padding: 0px 19px;
  border-bottom: #dad6d6 1px solid;
  transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  border: 1px solid #e6e7eb;
  text-align: left;
}
.left-nav-sec li a {
  font-family: "Nunito Sans", sans-serif;
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #000;
  display: block;
  padding: 10px 0px;
}
.profile-img img {
  width: 100%;
}

#profile-page {
  padding: 20px 0 60px;
  background: url(../images/half-back-1.jpg) no-repeat;
}

.custom-file-input {
  opacity: 1 !important;
}
.id h3 {
  font-size: 18px;
  color: #333;
}

.total-detail {
  font-size: 18px;
  color: #333;
  margin-top: 20px;
}

.left-nav-sec li:hover {
  border-left: 4px solid #f2f2f2;
  background: #f2f2f2;
}

.left-nav-sec li.active {
  border-left: 4px solid #f2f2f2;
  background: #f2f2f2;
}

.best-inner-box {
  overflow: hidden;
}
.best-inner-box img {
  height: auto;
  width: auto;
  padding: 0 !important;
  padding: 0px;
  max-width: 250px;
  border: 1px solid #ccc;
}

.backs-profile {
  background: #fff;
  margin-top: 55px;
}

.exam {
  margin: 113px 0;
  border: 1px solid #cccc;
  padding: 30px 20px;
}

.form-group2 a {
  border: 1px solid #d9d9d9;
  padding: 10px 40px;
  height: 47px;
  color: #333333;
  border-radius: 5px;
  margin-top: 20px !important;
  background: #cb121c;
  color: #fff !important;
  float: right;
  width: 170px;
  font-size: 16px;
  font-weight: 700;
}

a.dropdown-item {
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.1em;
  color: #fff;
  font-size: 14px;
  font-family: "Nunito Sans", sans-serif;
  line-height: 26px;
}
.position-relative a.dropdown-item:hover {
  background-color: #000 !important;
}
.crousel-box2 h3 {
  font-size: 18px;
  font-weight: 700;
  margin-top: 10px;
  text-align: center;
  color: #000;
  margin-bottom: 0;
  font-family: "Nunito Sans", sans-serif;
}
.crousel-box p {
  font-size: 18px;
  font-weight: 700;
  margin-top: 10px;
  text-align: center;
  color: #cb121c;
  margin-bottom: 0;
  font-family: "Nunito Sans", sans-serif;
}
.best-seller-bottom h3 {
  font-size: 18px;
  font-weight: 700;
  margin-top: 10px;
  text-align: center;
  color: #e9ac55;
  margin-bottom: 0;
  font-family: "Nunito Sans", sans-serif;
}
.error {
  color: #ff0000;
}

.nav-on-top {
  animation-fill-mode: both;
  width: 100%;
  z-index: 999;
  top: 0;
  position: absolute;
}
.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.top-header {
  font-size: 14px;
}
.z-index-9 {
  z-index: 9;
}
.top-profile li:first-child {
  border-left: 1px solid #ececec;
}
.top-profile.left li {
  line-height: 46px;
}
.top-profile li {
  border-right: 1px solid #ececec;
  height: 50px;
  line-height: 50px;
}
.form-control {
  border-radius: 3px;
  height: 46px;
  padding: 0.375rem 1rem;
  border: none;
  /* font: var(--theme-general-font) !important; */
  font-size: 14px;
  margin-bottom: 15px;
  background: #000;
  color: #ffff;
}
.bootstrap-select > select {
  position: absolute !important;
  bottom: 0;
  left: 50%;
  display: block !important;
  width: 0.5px !important;
  height: 100% !important;
  padding: 0 !important;
  opacity: 0 !important;
  border: none;
  z-index: 0 !important;
}
.bootstrap-select .btn-light {
  color: var(--theme-dark-color);
  background-color: transparent;
  border-color: transparent;
  padding: 0 15px;
  font-size: 13px;
  font-family: var(--theme-general-font);
  font-weight: 500;
  text-transform: uppercase;
  outline: none;
  box-shadow: none;
}
.bootstrap-select .dropdown-toggle .filter-option {
  position: static;
  top: 0;
  left: 0;
  float: left;
  height: 100%;
  width: 100%;
  text-align: left;
  overflow: hidden;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}
.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  overflow: hidden;
}
.bootstrap-select .dropdown-menu {
  border-radius: 0;
  margin-left: 5px;
  padding: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #e9ac55;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
.bootstrap-select .dropdown-menu.inner {
  position: static;
  float: none;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.top-profile.left li {
  line-height: 46px;
}
.top-profile li {
  border-right: 1px solid #ececec;
  height: 50px;
}
.bootstrap-select > select {
  position: absolute !important;
  bottom: 0;
  left: 50%;
  display: block !important;
  width: 0.5px !important;
  height: 100% !important;
  padding: 0 !important;
  opacity: 0 !important;
  border: none;
  z-index: 0 !important;
}

.bootstrap-select .btn-light {
  color: var(--theme-dark-color);
  background-color: transparent;
  border-color: transparent;
  padding: 0 15px;
  font-size: 13px;
  font-family: var(--theme-general-font);
  font-weight: 500;
  text-transform: uppercase;
  outline: none;
  box-shadow: none;
}
.top-profile form input {
  padding: 0 40px 0 20px;
  border: none;
}
.top-profile li {
  border-right: 1px solid #ececec;
  height: 50px;
  line-height: 50px;
}
.top-profile li a {
  padding: 0 15px;
}

.top-profile form input {
  padding: 0 40px 0 20px;
  border: none;
  background: #000;
}
.top-profile ul {
  margin-bottom: 0 !important;
}
.bg-primary {
  background-color: #d6b07a !important;
}
.nav-split-simple .cart-view a.top-quantity span {
  top: 1px;
  left: 20px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  position: absolute;
  text-align: center;
  font-size: 10px;
  border-radius: 50%;
}
i.fa.fa-shopping-bag {
  line-height: 50px;
  color: #fff;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.navbar .navbar-nav li > ul.dropdown-menu {
  border-top: 0;
  background-color: #000;
  border-radius: 0;
}
.nav-split-simple .navbar-brand {
  position: relative;
  top: -20px;
  padding: 0;
  z-index: 999;
  margin-bottom: -120px;
  margin-left: 0;
  margin-right: 0;
}
.navbar .navbar-nav li > ul.dropdown-menu {
  border-top: 0;
  background-color: #000;
  border-radius: 0;
}
.navbar-expand-lg .navbar-nav .dropdown-menu .dropdown-menu {
  left: 100%;
  top: -10px;
}

.bg-dark2 {
  background: #000;
}

#footer p a {
  color: #e9ac55 !important;
}

.breadcrumb {
  background-color: #e9ac55;
  text-align: right;
}
.inner-products .nav-link {
  display: block;
  padding: 0;
}
.product-infor {
  margin-bottom: 18px;
}
.product-infor label {
  font-weight: 500;
  min-width: 117px;
  margin-right: 5px;
  font-size: 13px;
}
.sku-product span {
  font-size: 13px;
}
.product-infor .vendor-product a {
  color: #3c3c3c;
}
.products-description {
  margin-left: 30px;
}

.click-imges2 li {
  display: inline-block;
  width: 40px;
  overflow: hidden;
  border: 1px solid #ccc;
  border-radius: 100%;
  height: 40px;
  margin-right: 5px;
}
.colorss {
  display: block;
  height: 50px;
  width: 50px;
}

.red {
  background: #f00;
}
.green {
  background: #0f3;
}
.yellow {
  background: #ff0;
}
.blue {
  background: #00f;
}
.orange {
  background: #c63;
}

.red.active {
  background: #f00 !important;
}
.red.active {
  background: #f00 !important;
}
.green.active {
  background: #0f3 !important;
}
.yellow.active {
  background: #ff0 !important;
}
.blue.active {
  background: #00f !important;
}
.orange.active {
  background: #c63 !important;
}
.click-imges2 {
  border-bottom: none;
  margin-bottom: 30px;
}

.click-imges2 .nav-link {
  border: none;
}

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

.qty-group {
  border: 1px solid #dadada;
  max-width: 148px;
}

.qty-group .button.minus {
  border-right: 1px solid #cbcbcb;
  position: relative;
}
.qty-group .button {
  width: 32px;
}

.qty-group input[name="quantity"] {
  width: 78px;
  color: #2d2d2d;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  border: none;
  color: #646464;
  padding: 7px 5px 5px;
  background-color: rgba(255, 255, 255, 0);
}
.qty-group .button.plus {
  border-left: 1px solid #cbcbcb;
  position: relative;
}

.qty-group .button.minus:after {
  background-color: rgba(255, 255, 255, 0);
}
.qty-group .button:after {
  height: 10px;
  width: 2px;
}
.qty-group .button:before,
.qty-group .button:after {
  position: absolute;
  content: "";
  background-color: #7b7b7b;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.qty-group .button:before {
  width: 10px;
  height: 2px;
}
.qty-group .button {
  position: relative;
  width: 30px;
  height: 34px;
  display: inline-block;
  vertical-align: middle;
}
.product-shop .qty-group .button {
  width: 32px;
}
.table-wrapper {
  width: 100%;
  overflow-y: auto;
}
table {
  border: 1px solid #ebebeb;
  min-width: 100%;
}
table td,
table th {
  border-bottom: 1px solid #ebebeb;
  padding: 9px 15px;
}
.tab-title h3 {
  font-size: 18px;
  padding-bottom: 4;
  text-transform: uppercase;
}
.navbar-toggler-icon {
  height: auto !important;
  outline: 5px auto -webkit-focus-ring-color;
}
button:focus {
  outline: 1px dotted;
  outline: none !important;
}
.login-cart ul li:hover .dropdown-menu {
  display: block !important;
}
