@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@300;

400;500;700;900&display=swap);@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&family=Source+Sans+Pro:wght@300;400;600;700;900&display=swap);@import url(https://fonts.googleapis.com/css2?family=Manrope:wght@300;400;500;600;700;800&display=swap);.text-maincolor {
  color: #212f14 !important;
}

.text-maincolor2 {
  color: #B22F6D !important;
}

.text-maincolor3 {
  color: #874183 !important;
}

.text-maincolor4 {
  color: #584C84 !important;
}

.text-maincolor5 {
  color: #354D72 !important;
}

.text-maincolor6 {
  color: #2F4858 !important;
}

.back1 {
  background: #ec0c1b;
}

.back2 {
  background: #d5172e;
}

.back3 {
  background: #b4223b;
}

.back4 {
  background: #902a3f;
}

.back5 {
  background: #782f39;
}

.page-link {
  background: none !important;
  color: #e3e3e3 !important;
}

.box {
  background: rgba(0, 0, 0, 0.05) !important;
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.006) !important;
}

.border-main {
  border: 2px solid rgba(33, 47, 20, 0.4) !important;
}

a {
  text-decoration: none !important;
  color: inherit !important;
}

body {
  background: #161616 !important;
  color: #e3e3e3;
  font-size: 15px;
  height: 100% !important;
}

html {
  height: 100% !important;
}

.dropdown-menu {
  background-color: #161616 !important;
}

.dropdown-menu a {
  color: #e3e3e3 !important;
}

.dropdown-menu a:hover {
  color: #161616 !important;
  background-color: #212f14 !important;
}

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

.searchresults ul li {
  padding: 8px 15px;
  border-bottom: 1px dotted #212f14;
  -webkit-transition: all 100ms;
  transition: all 100ms;
}

.searchresults ul li:hover {
  padding: 8px 15px;
  background: #212f14 !important;
  color: #161616 !important;
  border-bottom: 1px dotted #212f14;
  -webkit-transition: all 100ms;
  transition: all 100ms;
}

.vertical-center {
  min-height: 100%;
  /* Fallback for browsers do NOT support vh unit */
  min-height: 100vh;
  /* These two lines are counted as one :-)       */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.searchresults ul li a {
  font-weight: bold;
  display: block;
}

.searchresults {
  position: absolute !important;
  z-index: 99999;
  top: 45px;
  right: 0px;
  left: 0px;
  background: #161616;
}

.searchresults s {
  opacity: .4;
  font-weight: 600;
  margin-right: 10px;
}

.searchresults span {
  font-weight: bold;
  font-size: 17px;
}

.discountFrame {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  border-radius: 3px;
  color: white;
  background: #212f14 !important;
  padding: 4px 15px;
  text-decoration: none;
  margin-top: 15px;
}

.btna {
  border: none !important;
  border-radius: 0px !important;
  display: inline-block;
  text-align: center;
  border-radius: 3px;
  color: white;
  background: #212f14 !important;
  padding: 8px 25px;
  text-decoration: none;
}

.viewAll {
  font-size: 12px;
  color: white;
  font-weight: 300;
  line-height: 30px;
}

header {
  padding-top: 15px !important;
  background: rgba(0, 0, 0, 0.4);
}

.sectiontitle {
  margin: 0px !important;
  padding-left: 20px;
  font-size: 22px;
  font-weight: 700;
  color: #e3e3e3;
  position: relative;
  margin-bottom: 10px !important;
}

.sectiontitle:after {
  content: '';
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  width: 10px;
  background: #212f14;
  display: block;
}

.content p {
  font-weight: 300;
  margin-bottom: 15px;
  line-height: 1.8;
}

.content a {
  text-decoration: underline !important;
  color: #212f14 !important;
}

.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
  font-size: 15px !important;
  font-weight: bold;
}

.newicon {
  position: absolute;
  left: 20px;
  top: -3px;
  padding: 0px 15px;
  font-size: 14px;
  border-radius: 0 0 5px 5px;
}

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

nav .nav-link {
  font-weight: 500;
  padding: 5px 7px !important;
  color: white !important;
}

nav .nav-item:first-child .nav-link {
  padding-left: 0px;
}

nav .nav-link:hover {
  background: #161616 !important;
  color: #e3e3e3 !important;
}

nav .nav-item .active {
  background: rgba(0, 0, 0, 0.2);
  color: #e3e3e3 !important;
}

.bg-main {
  background: #212f14;
}

.sg .dropdown span {
  border-radius: 5px;
  padding: 3px 20px !important;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.btn-cart {
  position: relative;
  display: inline-block;
  border-radius: 5px;
  margin-left: 10px;
  padding: 3px 20px !important;
  color: #161616 !important;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.btn-user {
  position: relative;
  display: inline-block;
  border-radius: 5px;
  margin-left: 10px;
  padding: 3px 20px !important;
  color: #161616 !important;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.btn-cart .position-absolute {
  top: -5px;
  right: -5px;
}

.btn-user .position-absolute {
  top: -5px;
  right: -5px;
}

.ruy {
  text-align: center;
  font-weight: bold;
  border-radius: 0 0 6px 6px;
  padding: 10px;
  padding-top: 50px;
  font-size: 17px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background: -webkit-gradient(linear, left bottom, left top, from(black), color-stop(50%, rgba(0, 0, 0, 0.638444)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0.638444) 50%, rgba(0, 0, 0, 0) 100%);
}

.dropdown-menu {
  background: #161616 !important;
}

.dropdown-menu li a {
  color: white !important;
  font-size: 14px;
}

.dropdown-menu li:hover a {
  background: #161616 !important;
  color: #e3e3e3 !important;
}

.mh-150 {
  min-height: 170px !important;
}

p {
  margin: 0px;
  padding: 0px;
}

.card s {
  opacity: .5;
  font-weight: 300 !important;
  margin-right: 5px !important;
  font-size: 14px;
}

.card {
  border: none !important;
  background: rgba(0, 0, 0, 0.1) !important;
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.006) !important;
  -webkit-transition: all 900ms;
  transition: all 900ms;
}

.card:hover {
  background: rgba(0, 0, 0, 0.3) !important;
  -webkit-transition: all 900ms;
  transition: all 900ms;
}

.card img {
  border-radius: 7px 7px 0px 0px;
}

.card-body {
  padding: 0px 8px !important;
  padding-top: 15px !important;
  padding-bottom: 20px !important;
}

.cardtitle {
  letter-spacing: .05rem;
  min-height: 60px;
  font-size: 14px;
}

.cardprice {
  font-weight: 700;
  font-size: 19px;
}

.sliderTitle {
  font-weight: 800;
  font-size: 30px;
  line-height: 1.2;
}

nav .nav-link {
  color: white !important;
}

nav {
  background: #212f14 !important;
}

.form-control:focus {
  border: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.contact .form-control {
  color: #e3e3e3;
  background: rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(227, 227, 227, 0.2) !important;
  border-radius: 0px !important;
}

.contact .form-group {
  margin-top: 15px !important;
}

.contact .form-control:focus {
  color: #e3e3e3;
  background: rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(227, 227, 227, 0.2) !important;
  border-radius: 0px !important;
}

.contact label {
  margin-bottom: 10px;
  font-weight: 600;
}

.mt-n55 {
  margin-top: -55px !important;
}

.singin .form-control {
  border: 1px solid lightgray !important;
  color: #707070 !important;
  background: white !important;
  border-radius: 0px !important;
}

.singin .form-control:focus {
  border: 1px solid lightgray !important;
  color: #707070 !important;
  background: white !important;
  border-radius: 0px !important;
}

.singin .form-group {
  margin-bottom: 10px !important;
}

.singin label {
  color: #161616 !important;
  font-weight: 600;
  margin-bottom: 10px !important;
}

.singin h1 {
  color: #161616 !important;
  font-weight: 800;
}

.mh-550 {
  min-height: 550px !important;
}

.badge {
  border-radius: 50%;
}

.danger {
  margin-top: 5px;
  position: relative;
  display: block;
  border: 1px solid red;
  color: red;
  padding: 3px 15px;
  font-size: 12px;
  text-align: left;
  padding-left: 25px;
}

.danger:after {
  content: "\F5E7";
  font-family: bootstrap-icons;
  position: absolute;
  left: 5px;
}

.tab-content {
  border: 1px solid rgba(227, 227, 227, 0.1);
  padding: 15px;
  margin-top: -17px;
}

.nav-pills .nav-item:hover .nav-link {
  background: rgba(0, 0, 0, 0.9) !important;
  color: #e3e3e3 !important;
  border: 1px solid rgba(227, 227, 227, 0.1) !important;
  border-radius: 0 !important;
}

.nav-pills .nav-item .nav-link {
  color: #e3e3e3 !important;
  border: 1px solid rgba(227, 227, 227, 0.1) !important;
  border-radius: 0 !important;
}

.nav-pills .nav-item .nav-link.active {
  background: #212f14 !important;
  color: #161616 !important;
}

.successs {
  position: relative;
  margin-top: 5px;
  display: block;
  color: darkseagreen;
  border: 1px solid darkseagreen;
  font-size: 12px;
  padding: 3px 15px;
  text-align: left;
  padding-left: 25px;
}

.successs:after {
  content: "\F269";
  font-family: bootstrap-icons;
  position: absolute;
  left: 5px;
}

footer {
  background: rgba(0, 0, 0, 0.4) !important;
  margin-top: 60px;
  padding-top: 30px;
}

footer table td {
  border: none !important;
  color: white;
  padding: 4px 0px !important;
  overflow: hidden;
}

footer table {
  font-size: 14px;
}

footer .footercontent {
  background: rgba(0, 0, 0, 0.3);
  padding-bottom: 70px;
}

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

footer ul li a {
  margin-right: 35px;
  margin-left: 35px;
  padding: 3px 10px;
  display: block;
  border-bottom: 1px dotted rgba(33, 47, 20, 0.2);
}

footer ul li a:hover {
  padding: 3px 10px;
  border-bottom: 1px dotted #e3e3e3;
  background: rgba(0, 0, 0, 0.2);
}

footer ul li .active {
  padding: 3px 10px;
  border-bottom: 1px dotted #e3e3e3;
  background: rgba(0, 0, 0, 0.2);
}

footer .form-control {
  color: rgba(227, 227, 227, 0.7) !important;
  font-weight: normal;
  border-radius: 23px;
  background: rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(227, 227, 227, 0.2);
}

footer .form-control:focus {
  color: rgba(227, 227, 227, 0.7) !important;
  border-radius: 23px;
  background: rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(227, 227, 227, 0.2) !important;
}

footer .newsletter {
  background: rgba(0, 0, 0, 0.2);
  padding: 25px 0px;
}

.fz-8 {
  font-size: 8px !important;
}

.fz-9 {
  font-size: 9px !important;
}

.fz-10 {
  font-size: 10px !important;
}

.fz-11 {
  font-size: 11px !important;
}

.fz-12 {
  font-size: 12px !important;
}

.fz-13 {
  font-size: 13px !important;
}

.fz-14 {
  font-size: 14px !important;
}

.fz-15 {
  font-size: 15px !important;
}

.fz-16 {
  font-size: 16px !important;
}

.fz-17 {
  font-size: 17px !important;
}

.fz-18 {
  font-size: 18px !important;
}

.fz-19 {
  font-size: 19px !important;
}

.fz-20 {
  font-size: 20px !important;
}

.fz-21 {
  font-size: 21px !important;
}

.fz-22 {
  font-size: 22px !important;
}

.fz-23 {
  font-size: 23px !important;
}

.fz-24 {
  font-size: 24px !important;
}

.fz-25 {
  font-size: 25px !important;
}

.fz-26 {
  font-size: 26px !important;
}

.fz-27 {
  font-size: 27px !important;
}

.fz-28 {
  font-size: 28px !important;
}

.fz-29 {
  font-size: 29px !important;
}

.fz-30 {
  font-size: 30px !important;
}

.fz-31 {
  font-size: 31px !important;
}

.fz-32 {
  font-size: 32px !important;
}

.fz-33 {
  font-size: 33px !important;
}

.fz-34 {
  font-size: 34px !important;
}

.fz-35 {
  font-size: 35px !important;
}

.fz-36 {
  font-size: 36px !important;
}

.fz-37 {
  font-size: 37px !important;
}

.fz-38 {
  font-size: 38px !important;
}

.fz-39 {
  font-size: 39px !important;
}

.fz-40 {
  font-size: 40px !important;
}

.fz-41 {
  font-size: 41px !important;
}

.fz-42 {
  font-size: 42px !important;
}

.fz-43 {
  font-size: 43px !important;
}

.fz-44 {
  font-size: 44px !important;
}

.fz-45 {
  font-size: 45px !important;
}

.fz-46 {
  font-size: 46px !important;
}

.fz-47 {
  font-size: 47px !important;
}

.fz-48 {
  font-size: 48px !important;
}

.fz-49 {
  font-size: 49px !important;
}

.fz-50 {
  font-size: 50px !important;
}

.fz-51 {
  font-size: 51px !important;
}

.fz-52 {
  font-size: 52px !important;
}

.fz-53 {
  font-size: 53px !important;
}

.fz-54 {
  font-size: 54px !important;
}

.fz-55 {
  font-size: 55px !important;
}

.fz-56 {
  font-size: 56px !important;
}

.fz-57 {
  font-size: 57px !important;
}

.fz-58 {
  font-size: 58px !important;
}

.fz-59 {
  font-size: 59px !important;
}

.fz-60 {
  font-size: 60px !important;
}

.fz-61 {
  font-size: 61px !important;
}

.fz-62 {
  font-size: 62px !important;
}

.fz-63 {
  font-size: 63px !important;
}

.fz-64 {
  font-size: 64px !important;
}

.fz-65 {
  font-size: 65px !important;
}

.fz-66 {
  font-size: 66px !important;
}

.fz-67 {
  font-size: 67px !important;
}

.fz-68 {
  font-size: 68px !important;
}

.fz-69 {
  font-size: 69px !important;
}

.fz-70 {
  font-size: 70px !important;
}

.fz-71 {
  font-size: 71px !important;
}

.fz-72 {
  font-size: 72px !important;
}

.fz-73 {
  font-size: 73px !important;
}

.fz-74 {
  font-size: 74px !important;
}

.fz-75 {
  font-size: 75px !important;
}

.lh-11 {
  line-height: 11px !important;
}

.lh-12 {
  line-height: 12px !important;
}

.lh-13 {
  line-height: 13px !important;
}

.lh-14 {
  line-height: 14px !important;
}

.lh-15 {
  line-height: 15px !important;
}

.lh-16 {
  line-height: 16px !important;
}

.lh-17 {
  line-height: 17px !important;
}

.lh-18 {
  line-height: 18px !important;
}

.lh-19 {
  line-height: 19px !important;
}

.lh-20 {
  line-height: 20px !important;
}

.lh-21 {
  line-height: 21px !important;
}

.lh-22 {
  line-height: 22px !important;
}

.lh-23 {
  line-height: 23px !important;
}

.lh-24 {
  line-height: 24px !important;
}

.lh-25 {
  line-height: 25px !important;
}

.lh-26 {
  line-height: 26px !important;
}

.lh-27 {
  line-height: 27px !important;
}

.lh-28 {
  line-height: 28px !important;
}

.lh-29 {
  line-height: 29px !important;
}

.lh-30 {
  line-height: 30px !important;
}

.lh-31 {
  line-height: 31px !important;
}

.lh-32 {
  line-height: 32px !important;
}

.lh-33 {
  line-height: 33px !important;
}

.lh-34 {
  line-height: 34px !important;
}

.lh-35 {
  line-height: 35px !important;
}

.lh-36 {
  line-height: 36px !important;
}

.lh-37 {
  line-height: 37px !important;
}

.lh-38 {
  line-height: 38px !important;
}

.lh-39 {
  line-height: 39px !important;
}

.lh-40 {
  line-height: 40px !important;
}

.fw-3 {
  font-weight: 300 !important;
}

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

.fw-5 {
  font-weight: 500 !important;
}

.fw-6 {
  font-weight: 600 !important;
}

.fw-7 {
  font-weighdt: 700 !important;
}

.fw-8 {
  font-weight: 800 !important;
}

.fw-9 {
  font-weight: 900 !important;
}

@media (min-width: 414px) {
  body {
    padding-top: 30px !important;
    padding-top: 80px;
  }
}

@media (min-width: 576px) {
  body {
    padding-top: 30px !important;
    padding-top: 80px;
  }
}

@media (min-width: 768px) {
  body {
    padding-top: 0px !important;
    padding-top: 80px;
  }
}

@media (min-width: 992px) {
  .container {
    min-width: 900px;
    padding-top: 00px;
  }
}

@media (min-width: 1200px) {
  body {
    padding-top: 0px !important;
  }

  .container {
    min-width: 1150px;
    padding-top: 0px;
  }
}

@media (min-width: 1600px) {
  body {
    padding-top: 0px !important;
  }

  .container {
    min-width: 1450px;
    padding-top: 0px;
  }
}

