@charset "UTF-8";
@font-face {
  font-family: "light";
  src: url(../Fonts/work-sans/WorkSans-Light.ttf);
}

@font-face {
  font-family: "regular";
  src: url(../Fonts/work-sans/WorkSans-Regular.ttf);
}

@font-face {
  font-family: "bold";
  src: url(../Fonts/work-sans/WorkSans-Bold.ttf);
}

* {
  margin: 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none;
  font-family: 'regular';
}

/***************************** Global Style *****************************/
h1, h2, h3 {
  font-family: "bold";
}

h4, h5, h6 {
  font-family: "regular";
}

p {
  font-size: 12px;
  font-family: 'regular';
  color: #555;
}

a {
  color: #000;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

a:hover {
  color: #000;
  text-decoration: none;
}

a:focus {
  outline: 0;
}

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

button:active,
button:active:focus,
button:active:hover,
button:focus,
button:hover,
button:not(:disabled):not(.disabled).active,
button:not(:disabled):not(.disabled):active {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

form .form-control:focus {
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border: 1px solid #FDB00A;
}

.scroll-top-btn {
  display: inline-block;
  width: 40px;
  height: 40px;
  background: linear-gradient(-135deg, #FDB00A, #d19003);
  color: #000;
  text-align: center;
  line-height: 40px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 1000;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.scroll-top-btn:hover {
  background-color: #000;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  color: #fff;
}

.scroll-top-btn:hover i {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.scroll-top-btn i {
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}

/***************************** Animations *****************************/
@-webkit-keyframes growing {
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
@keyframes growing {
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}

/***************************** Start Edit Navbar & Footer *****************************/
.navs-components {
  -webkit-box-shadow: 0px 3px 4px 0px #f1f1f1;
          box-shadow: 0px 3px 4px 0px #f1f1f1;
  position: relative;
  z-index: 9;
}

.navs-components .top-nav {
  padding: 10px 0px;
}

.navs-components .top-nav .inner {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

.navs-components .top-nav .inner p {
  font-size: 15px;
}

.navs-components .top-nav .inner .links {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.navs-components .top-nav .inner .links a {
  color: #333;
  font-size: 15px;
  margin: 0px 10px;
}

.navs-components .top-nav .inner .links a:hover {
  color: #FDB00A;
}

.navs-components .middle-nav {
  padding: 0rem 1rem;
  background-color: #373737 !important;
}

.navs-components .middle-nav .navbar-brand {
  padding: 0;
  background-color: #fff;
}

.navs-components .middle-nav .navbar-brand img {
  width: 100%;
  height: 100px;
  -o-object-fit: contain;
     object-fit: contain;
}

.navs-components .middle-nav .search-container {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.navs-components .middle-nav .search-container .input-group {
  font-size: 12px;
}

.navs-components .middle-nav .search-container .input-group .form-control-select {
  height: 40px;
  position: relative;
  border-radius: 0;
  border: none;
  padding: 8px 15px 8px 20px !important;
  width: 100%;
  border-radius: 4px 0 0 4px;
}

.navs-components .middle-nav .search-container .input-group .form-control.input-lg {
  height: 40px;
  width: 50%;
  font-size: 12px;
  border: none;
  border-radius: 0 4px 4px 0 !important;
}

.navs-components .middle-nav .search-container .input-group .btn.btn-default.btn-lg {
  height: 40px;
  font-size: 12px;
  border: none;
  text-transform: capitalize;
  font-weight: normal;
  border-radius: 4px;
  background: #FDB00A;
  color: #fff;
}

.navs-components .middle-nav .acc-links {
  text-align: center;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.navs-components .middle-nav .acc-links a {
  position: relative;
  margin-right: 15px;
}

.navs-components .middle-nav .acc-links a img {
  width: 30px;
  height: 30px;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: .3s;
  transition: .3s;
  -webkit-filter: invert(72%) sepia(95%) saturate(1655%) hue-rotate(352deg) brightness(99%) contrast(100%);
          filter: invert(72%) sepia(95%) saturate(1655%) hue-rotate(352deg) brightness(99%) contrast(100%);
}

.navs-components .middle-nav .acc-links a .num {
  position: absolute;
  background: #000;
  height: 17px;
  width: 17px;
  text-align: center;
  border-radius: 50%;
  font-size: 12px;
  right: -10px;
  top: 0px;
  color: #fff;
  line-height: 17px;
}

.navs-components .middle-nav .acc-links a:hover img {
  -webkit-filter: invert(99%) sepia(91%) saturate(470%) hue-rotate(269deg) brightness(122%) contrast(100%);
          filter: invert(99%) sepia(91%) saturate(470%) hue-rotate(269deg) brightness(122%) contrast(100%);
}

.navs-components .links-nav {
  padding: 1.5rem 1rem;
}

.navs-components .links-nav .drop-nav {
  position: relative;
}

.navs-components .links-nav .drop-nav .section-link {
  padding: 10px 0px;
}

.navs-components .links-nav .drop-nav .section-link i {
  margin-right: 15px;
}

.navs-components .links-nav .drop-nav .section-link::after {
  display: none;
}

.navs-components .links-nav .drop-nav .section-link:hover {
  background-color: #202020;
  color: #FDB00A;
}

.navs-components .links-nav .drop-nav a {
  padding: 10px 40px;
  display: block;
  width: 100%;
  color: #888;
  background: #fff;
  font-size: 13px;
  font-weight: bold;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  border-bottom: 1px solid #9992;
}

.navs-components .links-nav .drop-nav a:first-child {
  border-bottom: 1px solid transparent;
}

.navs-components .links-nav .drop-nav a:hover {
  background-color: #FDB00A;
  color: #fff;
}

.navs-components .links-nav .drop-nav .drop-down, .navs-components .links-nav .drop-nav .sub-menu {
  position: absolute;
  width: 100%;
  right: 0;
  top: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0 15px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 15px 15px rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-top: 20px;
  padding: 15px;
}

.navs-components .links-nav .drop-nav .drop-down {
  border-radius: 0px 0px 5px 5px;
}

.navs-components .links-nav .drop-nav .sub-menu {
  left: 100% !important;
  top: 0 !important;
  border-radius: 0px 5px 5px  0px;
}

.navs-components .links-nav .drop-nav .sub-menu a::after {
  display: none;
}

.navs-components .links-nav .drop-nav .nav-links:after {
  position: absolute;
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  right: 7px;
  bottom: 10px;
  font-size: 10px;
}

.navs-components .links-nav .drop-nav .drop-down a:after {
  position: absolute;
  content: "\f054";
  right: 15px;
  top: 15px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.navs-components .links-nav .drop-nav.drop-nav:hover .drop-down {
  opacity: 1;
  visibility: visible;
  margin-top: 0px;
}

.navs-components .links-nav .drop-nav .drop-item:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  margin-top: 0px;
}

.navs-components .links-nav .collapse .nav-item .nav-link {
  margin: 0px 8px;
  color: #555;
}

.navs-components .links-nav .collapse .nav-item .nav-link.active {
  font-weight: bold;
  color: #FDB00A;
}

.navs-components .links-nav .new-user {
  padding: 10px 0px;
  font-weight: 500;
}

.navs-components .links-nav .new-user a img {
  width: 20px;
  height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 10px;
  -webkit-filter: invert(72%) sepia(95%) saturate(1655%) hue-rotate(352deg) brightness(99%) contrast(100%);
          filter: invert(72%) sepia(95%) saturate(1655%) hue-rotate(352deg) brightness(99%) contrast(100%);
}

.navs-components .links-nav .new-user a:hover {
  color: #FDB00A;
}

footer {
  background-color: #202020;
  padding: 50px 0px 0px 0px;
}

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

footer .content.social-content {
  direction: ltr;
  text-align: left;
}

footer .content.social-content a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 8px;
  font-size: 25px;
  color: #8E8E8E;
}

footer .content.social-content a:hover {
  color: #FDB00A;
}

footer .content h6 {
  color: #fff;
  border-bottom: 1px solid #494646;
  padding-bottom: 15px;
  margin-bottom: 20px;
  text-transform: capitalize;
  position: relative;
}

footer .content h6::after {
  content: '';
  width: 60px;
  height: 1px;
  position: absolute;
  top: 34px;
  left: 0;
  background-color: #FDB00A;
  display: block;
}

footer .content p {
  color: #8E8E8E;
  font-family: 'light';
}

footer .content .links a {
  color: #8E8E8E;
  margin: 10px 0px;
  display: block;
  font-size: 15px;
}

footer .content .links a i {
  margin-right: 10px;
}

footer .content .links a:hover {
  color: #FDB00A;
}

footer .content .links-footer a {
  font-size: 13px;
  margin: 15px 0px;
}

footer .copywrite {
  background-color: #2D2D2D;
  padding: 15px;
}

footer .copywrite p {
  color: #ccc;
  margin-bottom: 0;
}

/***************************** Start Edit Home Page *****************************/
header {
  height: 60vh;
}

header .header-carousel.owl-theme {
  position: relative;
}

header .header-carousel.owl-theme .owl-dots {
  display: block;
  position: absolute;
  width: 100%;
  bottom: 50px;
}

header .header-carousel.owl-theme .owl-dots .owl-dot.active span {
  background: #202020;
}

header .header-carousel img {
  width: 100%;
  height: 60vh;
  -o-object-fit: cover;
     object-fit: cover;
}

.features {
  padding: 70px 0px 50px 0px;
}

.features .item {
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.features .item.border-r {
  border-right: 1px solid #ddd;
}

.features .item img {
  width: 40px;
  height: 40px;
  -o-object-fit: contain;
     object-fit: contain;
  position: relative;
  top: 7px;
  -webkit-transition: .3s;
  transition: .3s;
}

.features .item .text {
  padding: .375rem 1rem;
}

.features .item .text h6 {
  -webkit-transition: .3s;
  transition: .3s;
}

.features .item:hover img {
  -webkit-filter: invert(72%) sepia(95%) saturate(1655%) hue-rotate(352deg) brightness(99%) contrast(100%);
          filter: invert(72%) sepia(95%) saturate(1655%) hue-rotate(352deg) brightness(99%) contrast(100%);
}

.features .item:hover h6 {
  color: #FDB00A;
}

.sections {
  padding: 50px 0px;
}

.sections .text h4 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  position: relative;
  font-weight: bold;
  color: #373737;
}

.sections .text h4::after {
  content: '';
  width: 30px;
  height: 1px;
  display: block;
  background-color: #202020;
  position: absolute;
  right: -50px;
  top: 15px;
}

.sections .text h4::before {
  content: '';
  width: 30px;
  height: 1px;
  display: block;
  background-color: #202020;
  position: absolute;
  left: -50px;
  top: 15px;
}

.sections .sections-carousel {
  margin-top: 50px;
}

.sections .sections-carousel.owl-theme .owl-dots {
  display: none;
}

.sections .sections-carousel.owl-theme .owl-nav {
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: center;
  opacity: 0;
  -webkit-transition: .3s;
  transition: .3s;
}

.sections .sections-carousel.owl-theme .owl-nav button {
  width: 45px;
  height: 45px;
  line-height: 40px;
  display: block;
  border: 1px solid #CDCDCD;
  border-radius: 50%;
  background-color: transparent;
  font-size: 40px;
  color: #CDCDCD;
  position: relative;
}

.sections .sections-carousel.owl-theme .owl-nav button span {
  font-family: monospace;
}

.sections .sections-carousel.owl-theme .owl-nav button:hover {
  border: 1px solid #FDB00A;
  color: #FDB00A;
}

.sections .sections-carousel.owl-theme:hover .owl-nav {
  opacity: 1;
}

.sections .sections-carousel .card {
  border: none;
  background-color: #F2F2F2;
  height: 175px;
  padding: .75rem;
  -webkit-transition: .5s;
  transition: .5s;
  margin: 5px;
}

.sections .sections-carousel .card:hover {
  -webkit-box-shadow: 0px 3px 4px 0px #ddd;
          box-shadow: 0px 3px 4px 0px #ddd;
  color: #FDB00A;
}

.sections .sections-carousel .card img {
  width: 120px;
  height: 120px;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0px auto 15px;
}

.products {
  padding: 50px 0px;
}

.products .text h4 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  position: relative;
  font-weight: bold;
  color: #373737;
}

.products .text h4::after {
  content: '';
  width: 30px;
  height: 1px;
  display: block;
  background-color: #202020;
  position: absolute;
  right: -50px;
  top: 15px;
}

.products .text h4::before {
  content: '';
  width: 30px;
  height: 1px;
  display: block;
  background-color: #202020;
  position: absolute;
  left: -50px;
  top: 15px;
}

.products .products-carousel {
  position: relative;
}

.products .products-carousel.owl-theme .owl-dots {
  display: none;
}

.products .products-carousel.owl-theme .owl-nav {
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: absolute;
  top: 40%;
  right: 0;
  -webkit-transform: translateY(-60%);
          transform: translateY(-60%);
  text-align: center;
  opacity: 0;
  -webkit-transition: .3s;
  transition: .3s;
}

.products .products-carousel.owl-theme .owl-nav button {
  width: 45px;
  height: 45px;
  line-height: 40px;
  display: block;
  border: 1px solid #CDCDCD;
  border-radius: 50%;
  background-color: transparent;
  font-size: 40px;
  color: #CDCDCD;
  position: relative;
}

.products .products-carousel.owl-theme .owl-nav button span {
  font-family: monospace;
}

.products .products-carousel.owl-theme .owl-nav button:hover {
  border: 1px solid #FDB00A;
  color: #FDB00A;
}

.products .products-carousel.owl-theme:hover .owl-nav {
  opacity: 1;
}

.products .products-carousel .card {
  border: none;
  margin: 5px 5px 20px 5px;
  -webkit-transition: .3s;
  transition: .3s;
}

.products .products-carousel .card .image-content {
  width: 100%;
  height: 250px;
  text-align: center;
  background-color: #F5F5F5;
  position: relative;
  overflow: hidden;
}

.products .products-carousel .card .image-content img {
  width: 150px;
  height: 150px;
  -o-object-fit: contain;
     object-fit: contain;
  margin: auto;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.products .products-carousel .card .image-content .discount-badge {
  background-color: #373737;
  text-align: center;
  width: 70px;
  height: 25px;
  position: absolute;
  top: 15px;
  right: 15px;
  line-height: 25px;
}

.products .products-carousel .card .image-content .discount-badge p {
  margin-bottom: 0rem;
  color: #fff;
}

.products .products-carousel .card .image-content .hover-img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
  -webkit-transform: translateY(400px);
          transform: translateY(400px);
  -webkit-transition: .8s;
  transition: .8s;
}

.products .products-carousel .card .image-content .hover-img .overlay {
  width: inherit;
  height: inherit;
  background-color: #F9F9F9;
  opacity: .9;
  position: relative;
  z-index: 2;
}

.products .products-carousel .card .image-content .hover-img .content {
  position: absolute;
  top: 50%;
  right: 50%;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  text-align: center;
  z-index: 9;
}

.products .products-carousel .card .image-content .hover-img .content .icons a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 0px 10px;
}

.products .products-carousel .card .image-content .hover-img .content .icons a img {
  width: 30px;
  height: 30px;
  -o-object-fit: contain;
     object-fit: contain;
}

.products .products-carousel .card .image-content .hover-img .content .icons a:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.products .products-carousel .card .image-content .hover-img .content .link-btn {
  width: 180px;
  height: 35px;
  background-color: #202020;
  color: #fff;
  line-height: 35px;
  text-align: center;
  display: block;
  font-size: 13px;
}

.products .products-carousel .card .image-content .hover-img .content .link-btn:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.products .products-carousel .card .card-body .text {
  width: 100%;
}

.products .products-carousel .card .card-body .text .rate {
  direction: ltr;
}

.products .products-carousel .card .card-body .text .rate i {
  font-size: 10px;
  margin-right: 1px;
  color: #BCBCBC;
}

.products .products-carousel .card .card-body .text .rate i.active {
  color: #FDB00A;
}

.products .products-carousel .card .card-body .last-price {
  font-size: 17px;
}

.products .products-carousel .card .card-body .last-price span {
  font-family: 'bold';
}

.products .products-carousel .card .card-body .prev-price {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-decoration: line-through;
  color: #999;
  font-size: 13px;
  font-weight: bold;
  margin: .7rem 0rem 1rem .5rem;
}

.products .products-carousel .card:hover {
  -webkit-box-shadow: 0px 4px 3px 0px #ddd;
          box-shadow: 0px 4px 3px 0px #ddd;
}

.products .products-carousel .card:hover .hover-img {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.offer {
  width: 100%;
  height: 220px;
  margin: 50px 0px 0px 0px;
  background-color: #f9f9f9;
  padding-top: 40px;
}

.offer.offer-1 .inner {
  background: url(../images/banner-1.jpg);
  background-size: cover;
}

.offer.offer-2 .inner {
  background: url(../images/banner-4.jpg);
  background-size: cover;
}

.offer .inner {
  height: 180px;
  border-radius: 5px 5px 0px 0px;
}

.offer .inner .text {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.offer .inner .text h4 {
  color: #fff;
  margin-bottom: 10px;
  font-size: 2rem;
}

.offer .inner .text .link-btn {
  width: 150px;
  height: 40px;
  line-height: 40px;
  background-color: #fff;
  color: #FDB00A;
  display: block;
  border-radius: 5px;
  text-align: center;
  font-size: 13px;
  font-weight: bold;
  margin: auto;
}

.offer .inner .text .link-btn:hover {
  background-color: #373737;
}

.arrival {
  background-color: #f9f9f9;
  padding-bottom: 40px;
}

.arrival .inner {
  padding: 50px 10px;
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 0px 0px 5px 5px;
  -webkit-box-shadow: 0px 3px 4px 0px #eee;
          box-shadow: 0px 3px 4px 0px #eee;
  border-top: 1px solid #fff;
}

.arrival .inner .v-nav {
  border-right: 1px solid #ddd;
  height: 100%;
  padding: 0px 20px;
}

.arrival .inner .v-nav h6 {
  font-size: 1.5em;
  letter-spacing: 6px;
  text-align: center;
  font-weight: bold;
  position: relative;
  top: 30px;
}

.arrival .inner .v-nav .nav {
  position: relative;
  top: 40%;
  -webkit-transform: translateY(-60%);
          transform: translateY(-60%);
}

.arrival .inner .v-nav .nav .nav-link {
  border-radius: 0;
  color: #555;
  margin-bottom: 10px;
}

.arrival .inner .v-nav .nav .nav-link.active {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  color: #FDB00A;
  background-color: #fff;
}

.arrival .inner .arrival-carousel {
  position: relative;
}

.arrival .inner .arrival-carousel.owl-theme .owl-dots {
  display: none;
}

.arrival .inner .arrival-carousel.owl-theme .owl-nav {
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: absolute;
  top: 40%;
  right: 0;
  -webkit-transform: translateY(-60%);
          transform: translateY(-60%);
  text-align: center;
  opacity: 0;
  -webkit-transition: .3s;
  transition: .3s;
}

.arrival .inner .arrival-carousel.owl-theme .owl-nav button {
  width: 45px;
  height: 45px;
  line-height: 40px;
  display: block;
  border: 1px solid #CDCDCD;
  border-radius: 50%;
  background-color: transparent;
  font-size: 40px;
  color: #CDCDCD;
  position: relative;
}

.arrival .inner .arrival-carousel.owl-theme .owl-nav button span {
  font-family: monospace;
}

.arrival .inner .arrival-carousel.owl-theme .owl-nav button:hover {
  border: 1px solid #FDB00A;
  color: #FDB00A;
}

.arrival .inner .arrival-carousel.owl-theme:hover .owl-nav {
  opacity: 1;
}

.arrival .inner .arrival-carousel .card {
  border: none;
  margin: 5px 5px 20px 5px;
  -webkit-transition: .3s;
  transition: .3s;
}

.arrival .inner .arrival-carousel .card .image-content {
  width: 100%;
  height: 250px;
  text-align: center;
  background-color: #F5F5F5;
  position: relative;
  overflow: hidden;
}

.arrival .inner .arrival-carousel .card .image-content img {
  width: 150px;
  height: 150px;
  -o-object-fit: contain;
     object-fit: contain;
  margin: auto;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.arrival .inner .arrival-carousel .card .image-content .discount-badge {
  background-color: #373737;
  text-align: center;
  width: 70px;
  height: 25px;
  position: absolute;
  top: 15px;
  right: 15px;
  line-height: 25px;
}

.arrival .inner .arrival-carousel .card .image-content .discount-badge p {
  margin-bottom: 0rem;
  color: #fff;
}

.arrival .inner .arrival-carousel .card .image-content .hover-img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
  -webkit-transform: translateY(400px);
          transform: translateY(400px);
  -webkit-transition: .8s;
  transition: .8s;
}

.arrival .inner .arrival-carousel .card .image-content .hover-img .overlay {
  width: inherit;
  height: inherit;
  background-color: #F9F9F9;
  opacity: .9;
  position: relative;
  z-index: 2;
}

.arrival .inner .arrival-carousel .card .image-content .hover-img .content {
  position: absolute;
  top: 50%;
  right: 50%;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  text-align: center;
  z-index: 9;
}

.arrival .inner .arrival-carousel .card .image-content .hover-img .content .icons a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 0px 10px;
}

.arrival .inner .arrival-carousel .card .image-content .hover-img .content .icons a img {
  width: 30px;
  height: 30px;
  -o-object-fit: contain;
     object-fit: contain;
}

.arrival .inner .arrival-carousel .card .image-content .hover-img .content .icons a:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.arrival .inner .arrival-carousel .card .image-content .hover-img .content .link-btn {
  width: 180px;
  height: 35px;
  background-color: #202020;
  color: #fff;
  line-height: 35px;
  text-align: center;
  display: block;
  font-size: 13px;
}

.arrival .inner .arrival-carousel .card .image-content .hover-img .content .link-btn:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.arrival .inner .arrival-carousel .card .card-body .text {
  width: 100%;
}

.arrival .inner .arrival-carousel .card .card-body .text .rate {
  direction: ltr;
}

.arrival .inner .arrival-carousel .card .card-body .text .rate i {
  font-size: 10px;
  margin-right: 1px;
  color: #BCBCBC;
}

.arrival .inner .arrival-carousel .card .card-body .text .rate i.active {
  color: #FDB00A;
}

.arrival .inner .arrival-carousel .card .card-body .last-price {
  font-size: 17px;
}

.arrival .inner .arrival-carousel .card .card-body .last-price span {
  font-family: 'bold';
}

.arrival .inner .arrival-carousel .card .card-body .prev-price {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-decoration: line-through;
  color: #999;
  font-size: 13px;
  font-weight: bold;
  margin: .7rem 0rem 1rem .5rem;
}

.arrival .inner .arrival-carousel .card:hover {
  -webkit-box-shadow: 0px 4px 3px 0px #ddd;
          box-shadow: 0px 4px 3px 0px #ddd;
}

.arrival .inner .arrival-carousel .card:hover .hover-img {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.banners {
  padding: 50px 0px;
}

.banners .banner-card {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  margin-bottom: 20px;
}

.banners .banner-card img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
  -webkit-transition: .5s;
  transition: .5s;
}

.banners .banner-card .text {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  padding-left: 30px;
}

.banners .banner-card .text h4 {
  font-weight: bold;
}

.banners .banner-card .text p {
  color: #dda62e;
  font-size: 14px;
}

.banners .banner-card:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.offers {
  padding: 50px 0px;
  position: relative;
  overflow: hidden;
}

.offers .offers-inner {
  background-color: #202020;
  padding-bottom: 150px;
}

.offers .offers-inner .image-container .phone-img {
  margin: auto;
  width: 200px;
  height: 230px;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  top: -50px;
  right: 185px;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.offers .offers-inner .image-container .circles-bg {
  position: absolute;
  top: -100px;
  left: 100px;
  -webkit-animation: growing 1.5s alternate infinite ease-in;
          animation: growing 1.5s alternate infinite ease-in;
}

.offers .offers-inner .image-container .offers-bagde {
  background-color: #FDB00A;
  text-align: center;
  width: 100px;
  height: 30px;
  display: block;
  position: absolute;
  top: 20px;
  left: 25px;
  font-size: 20px;
  line-height: 30px;
  border-radius: 5px;
  font-weight: bold;
}

.offers .offers-inner .image-container .offers-bagde p {
  margin-bottom: 0rem;
  color: #333;
}

.offers .offers-inner .text {
  color: #fff;
  padding-top: 50px;
}

.offers .offers-inner .text h1 {
  font-family: 'medium';
}

.offers .offers-inner .text .link-btn {
  color: #fff;
  width: 130px;
  height: 40px;
  line-height: 40px;
  margin-top: 10px;
  background-color: transparent;
  display: block;
  text-align: center;
  font-family: 'medium';
  border-radius: 5px;
}

.offers .offers-inner .text .link-btn i {
  color: #eee;
  position: relative;
  top: 2px;
  margin-left: 5px;
  -webkit-transition: .3s;
  transition: .3s;
}

.offers .offers-inner .text .link-btn:hover {
  background-color: #FDB00A;
  color: #fff;
}

.offers .offers-inner .text .link-btn:hover i {
  color: #fff;
}

.offers .offers-inner .partners {
  position: absolute;
  bottom: 10px;
  right: 50%;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  width: 65%;
  margin: auto;
  background-color: #F5F5F5;
  padding: 30px 20px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 3px 4px 0px #ddd;
          box-shadow: 0px 3px 4px 0px #ddd;
}

.offers .offers-inner .partners .item img {
  width: 100%;
  height: 70px;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: .5s;
  transition: .5s;
}

/***************************** Start Edit Single-Product Page *****************************/
.single-product {
  padding: 50px 0px;
}

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

.single-product .swiper-container.gallery-top {
  width: 100%;
}

.single-product .swiper-container.gallery-thumbs {
  height: 20%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 0;
  margin-bottom: 70px;
}

.single-product .swiper-container.gallery-thumbs .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.8;
}

.single-product .swiper-container.gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1;
  border: 1px solid #FDB00A;
  border-radius: 10px;
}

.single-product .swiper-container .swiper-slide {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.single-product .swiper-container .swiper-button-next.swiper-button-white,
.single-product .swiper-container .swiper-container-rtl .swiper-button-prev.swiper-button-white,
.single-product .swiper-container .swiper-button-prev.swiper-button-white,
.single-product .swiper-container .swiper-container-rtl .swiper-button-next.swiper-button-white {
  -webkit-filter: invert(33%) sepia(161%) saturate(1669%) hue-rotate(325deg) brightness(123%) contrast(120%);
          filter: invert(33%) sepia(161%) saturate(1669%) hue-rotate(325deg) brightness(123%) contrast(120%);
}

.single-product .content {
  padding: 10px;
}

.single-product .content h4 {
  color: #44494a;
  font-weight: 500;
}

.single-product .content .reviews {
  display: inline-block;
  font-size: 12px;
  width: 100%;
  border-bottom: 1px dotted #ccc;
  padding-bottom: 20px;
}

.single-product .content .reviews .rate {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 5px;
}

.single-product .content .reviews .rate i {
  margin-right: 3px;
  color: #ccc;
}

.single-product .content .reviews .rate i.active {
  color: #FDB00A;
}

.single-product .content .reviews a {
  color: #555;
  margin-right: 5px;
}

.single-product .content .reviews a:hover {
  color: #FDB00A;
}

.single-product .content .details {
  width: 100%;
  border-bottom: 1px dotted #ccc;
}

.single-product .content .details .custom {
  color: #20913e;
  font-weight: bold;
}

.single-product .content .price-container {
  padding: 20px 0px;
  border-bottom: 1px solid #ddd;
  position: relative;
}

.single-product .content .price-container span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.single-product .content .price-container span.present-price {
  color: #FDB00A;
  font-weight: bold;
  margin-right: 15px;
  font-size: 18px;
}

.single-product .content .price-container span.last-price {
  text-decoration: line-through;
  color: #777;
}

.single-product .content .price-container .discount-badge {
  position: absolute;
  right: 0;
  top: 20px;
  text-align: center;
  width: 100px;
  height: 30px;
  margin-bottom: 0;
  line-height: 30px;
  background-color: #202020;
  color: #FDB00A;
  border-radius: 5px;
}

.single-product .content .price-container .tax {
  margin-bottom: 0;
  margin-top: 10px;
  letter-spacing: 1px;
}

.single-product .content .select-details {
  padding: 20px 0px;
}

.single-product .content .select-details .quantity-container h5 {
  font-size: 18px;
  display: inline;
  margin-right: 10px;
}

.single-product .content .select-details .quantity-container .qt-plus,
.single-product .content .select-details .quantity-container .qt-minus {
  width: 20px;
  height: 20px;
  line-height: 20px;
  border: solid 1px #999;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 5px;
  color: #999;
  font-size: 10px;
  vertical-align: middle;
  display: inline-flex;
  cursor: pointer;
}

.single-product .content .select-details .quantity-container .qt-plus:hover,
.single-product .content .select-details .quantity-container .qt-minus:hover {
  background-color: #202020;
  color: #FDB00A;
}

.single-product .content .select-details .quantity-container .qt-plus .fa,
.single-product .content .select-details .quantity-container .qt-minus .fa {
  font-weight: 300;
}

.single-product .content .select-details .quantity-container .qt {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.44;
  color: #111;
  vertical-align: middle;
  margin-right: 5px;
  margin-left: 5px;
  min-width: 30px;
  text-align: center;
}

.single-product .content .buttons {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 15px 5px;
  background-color: #f5f5f5;
  width: 100%;
  border-radius: 15px;
  margin-top: 20px;
  -webkit-box-shadow: 0px 3px 4px 0px #eee;
          box-shadow: 0px 3px 4px 0px #eee;
}

.single-product .content .buttons .form-buttons {
  font-size: 14px;
  padding: .575em 1.2em .475em;
  border-radius: 10px;
  border: 1px solid transparent;
  color: #FDB00A;
  margin-right: 10px;
  font-size: 13px;
  text-align: center;
}

.single-product .content .buttons .form-buttons i {
  margin: 0px 3px;
}

.single-product .content .buttons .form-buttons.active {
  background-color: #FDB00A;
  color: #fff;
}

.single-product .content .buttons .form-buttons:hover {
  background-color: #202020;
  border: 1px solid #202020;
  color: #FDB00A;
}

.single-product .nav-tabs {
  border-bottom: 1px solid transparent;
}

.single-product .nav-tabs .nav-link {
  color: #202020;
  border: 1px solid transparent;
}

.single-product .nav-tabs .nav-link.active {
  color: #FDB00A;
  background-color: transparent;
  font-weight: bold;
  border-bottom: 1px solid #FDB00A;
}

.single-product .description {
  padding: 25px;
  font-size: 12px;
  color: #666;
  line-height: 1.6rem;
  background-color: #f9f9f9;
  border-radius: 0px 0px 5px 5px;
  -webkit-box-shadow: 0px 4px 3px #eee;
          box-shadow: 0px 4px 3px #eee;
}

.single-product .table-wrapper {
  padding: 25px;
  background-color: #f9f9f9;
  border-radius: 0px 0px 5px 5px;
  -webkit-box-shadow: 0px 4px 3px #eee;
          box-shadow: 0px 4px 3px #eee;
}

.single-product .table-wrapper .table {
  font-size: 13px;
}

.single-product .comments-wrapper {
  padding: 25px;
  background-color: #f9f9f9;
  border-radius: 0px 0px 5px 5px;
  -webkit-box-shadow: 0px 4px 3px #eee;
          box-shadow: 0px 4px 3px #eee;
}

.single-product .comments-wrapper .single-review {
  margin-bottom: 20px;
  padding: .475rem 0rem;
}

.single-product .comments-wrapper .single-review .rating {
  color: #ccc;
  font-size: 13px;
}

.single-product .comments-wrapper .single-review .rating span {
  font-weight: bold;
  margin-right: 10px;
  font-size: 18px;
}

.single-product .comments-wrapper .single-review .rating .active {
  color: #ffc107;
}

.single-product .comments-wrapper .single-review .pic {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  margin: auto;
}

.single-product .comments-wrapper .single-review p {
  margin-top: 10px;
}

.single-product .comments-wrapper .single-review .name-row {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

.single-product .comments-wrapper .add-review {
  width: 150px;
  height: 40px;
  background-color: #FDB00A;
  border: 1px solid #FDB00A;
  color: #fff;
  -webkit-transition: .3s ease-in;
  transition: .3s ease-in;
  border-radius: 5px;
  margin: auto;
  display: block;
}

.single-product .comments-wrapper .add-review:hover {
  background-color: #202020;
  color: #FDB00A;
}

.single-product .comments-wrapper .rate-form {
  display: none;
}

.single-product .comments-wrapper .rate-form .stars-content .star-rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  font-size: 1.5em;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 0 .2em;
  text-align: center;
  width: 5em;
}

.single-product .comments-wrapper .rate-form .stars-content .star-rating input {
  display: none;
}

.single-product .comments-wrapper .rate-form .stars-content .star-rating label {
  color: #ccc;
  cursor: pointer;
}

.single-product .comments-wrapper .rate-form .stars-content .star-rating :checked ~ label {
  color: #f90;
}

.single-product .comments-wrapper .rate-form .stars-content .star-rating label:hover,
.single-product .comments-wrapper .rate-form .stars-content .star-rating label:hover ~ label {
  color: #fc0;
}

.single-product .comments-wrapper .rate-form .form-control {
  font-size: 12px;
  border-radius: 10px;
  background-color: #f7f7f7;
}

.single-product .comments-wrapper .rate-form input {
  height: calc(2.3em + 0.75rem + 2px);
}

/***************************** Start Edit Single ؛roducts Page *****************************/
.products-wrapper {
  padding: 50px 0px;
}

.products-wrapper .nav-pills .nav-link {
  border: 1px solid #eee;
  border-bottom: none;
  font-size: 14px;
  padding: .9rem 0.75rem;
}

.products-wrapper .nav-pills .nav-link.active {
  background-color: #202020;
  color: #FDB00A;
  font-weight: bold;
}

.products-wrapper .nav-pills .nav-link:last-child {
  border-bottom: 1px solid #eee;
}

.products-wrapper .product-type-header {
  margin: 10px;
}

.products-wrapper .product-type-header .heading-desc {
  line-height: 1.4rem;
  letter-spacing: 2px;
}

.products-wrapper .product-type-header .content {
  margin: 20px 0px;
}

.products-wrapper .product-type-header .content img {
  width: 110px;
  height: 110px;
  -o-object-fit: contain;
     object-fit: contain;
  border: 1px solid #ccc;
  padding: 5px;
  margin-bottom: 10px;
}

.products-wrapper .product-type-header .content .text p {
  line-height: 1.4rem;
}

.products-wrapper .product-type-header .filtering h6 {
  margin-bottom: 1.4rem;
  color: #666;
}

.products-wrapper .product-type-header .filtering .checkbox-filtering .custom-control {
  margin-bottom: 10px;
}

.products-wrapper .product-type-header .filtering .checkbox-filtering .custom-control-label {
  font-size: 15px;
  color: #666;
  cursor: pointer;
  border: 1px solid #ccc;
  width: 100px;
  text-align: center;
  height: 30px;
  line-height: 30px;
}

.products-wrapper .product-type-header .filtering .checkbox-filtering .custom-checkbox .custom-control-label::before {
  opacity: 0;
  display: none;
}

.products-wrapper .product-type-header .filtering .checkbox-filtering .custom-control-input:checked ~ .custom-control-label {
  color: #FDB00A;
  font-weight: bold;
  border: 1px solid #FDB00A;
}

.products-wrapper .product-type-header .heading {
  width: 100%;
  padding: .75rem 1.375rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background-color: #f5f5f5;
  margin: 20px 0px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 3px 4px 0px #eee;
          box-shadow: 0px 3px 4px 0px #eee;
  position: relative;
}

.products-wrapper .product-type-header .heading .btn-view {
  border: 1px solid transparent;
  color: #999;
  background-color: transparent;
  margin-left: 5px;
  line-height: 15px;
}

.products-wrapper .product-type-header .heading .btn-view.active {
  color: #202020;
}

.products-wrapper .product-type-header .heading .compare {
  color: #999;
  margin-right: 20px;
  font-weight: bold;
  font-size: 15px;
}

.products-wrapper .product-type-header .heading .compare:hover {
  color: #FDB00A;
}

.products-wrapper .product-type-header .heading .sorting {
  float: right;
  position: absolute;
  right: 1.375rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.products-wrapper .product-type-header .heading .sorting .form-control {
  padding: 0rem .75rem;
  width: 150px;
  height: 25px;
  font-size: 12px;
}

.products-wrapper .product-type-header .products-inner .card {
  border: none;
  margin: 5px 5px 20px 5px;
  -webkit-transition: .3s;
  transition: .3s;
  border-radius: 10px;
  border: 1px solid #ddd;
  position: relative;
}

.products-wrapper .product-type-header .products-inner .card::before {
  position: absolute;
  content: "";
  z-index: -1;
  bottom: 5px;
  left: 30px;
  right: 30px;
  top: 80%;
  background: #eee;
  -webkit-box-shadow: 0 0 30px 17px #999;
          box-shadow: 0 0 30px 17px #999;
  border-radius: 100px/10px;
  -webkit-transition: .3s;
  transition: .3s;
  opacity: 0;
}

.products-wrapper .product-type-header .products-inner .card .image-content {
  width: 100%;
  height: 200px;
  text-align: center;
  background-color: #F5F5F5;
  position: relative;
  overflow: hidden;
  border-radius: 10px 10px 0px 0px;
}

.products-wrapper .product-type-header .products-inner .card .image-content img {
  width: 200px;
  height: 150px;
  -o-object-fit: contain;
     object-fit: contain;
  margin: auto;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.products-wrapper .product-type-header .products-inner .card .image-content .discount-badge {
  background-color: #20913e;
  text-align: center;
  width: 70px;
  height: 25px;
  position: absolute;
  top: 10px;
  right: 10px;
  line-height: 25px;
}

.products-wrapper .product-type-header .products-inner .card .image-content .discount-badge p {
  margin-bottom: 0rem;
  color: #fff;
}

.products-wrapper .product-type-header .products-inner .card .card-body {
  position: relative;
}

.products-wrapper .product-type-header .products-inner .card .card-body .rate {
  direction: ltr;
  margin-bottom: 10px;
}

.products-wrapper .product-type-header .products-inner .card .card-body .rate i {
  font-size: 12px;
  margin-right: 1px;
  color: #BCBCBC;
}

.products-wrapper .product-type-header .products-inner .card .card-body .rate i.active {
  color: #FDB00A;
}

.products-wrapper .product-type-header .products-inner .card .card-body .last-price {
  font-size: 17px;
  margin: .7rem 0rem 1rem .5rem;
}

.products-wrapper .product-type-header .products-inner .card .card-body .last-price span {
  font-family: 'bold';
}

.products-wrapper .product-type-header .products-inner .card .card-body .prev-price {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-decoration: line-through;
  color: #999;
  font-size: 13px;
  font-weight: bold;
}

.products-wrapper .product-type-header .products-inner .card .card-body .hover-img {
  width: 100%;
  height: 50px;
  -webkit-transition: .8s;
  transition: .8s;
  position: relative;
}

.products-wrapper .product-type-header .products-inner .card .card-body .hover-img .content {
  text-align: center;
  z-index: 9;
}

.products-wrapper .product-type-header .products-inner .card .card-body .hover-img .content .icons {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.products-wrapper .product-type-header .products-inner .card .card-body .hover-img .content .icons a {
  margin: 0px 10px;
}

.products-wrapper .product-type-header .products-inner .card .card-body .hover-img .content .icons a img {
  width: 30px;
  height: 30px;
  -o-object-fit: contain;
     object-fit: contain;
}

.products-wrapper .product-type-header .products-inner .card .card-body .hover-img .content .icons a:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.products-wrapper .product-type-header .products-inner .card .card-body .hover-img .content .link-btn {
  width: 180px;
  height: 35px;
  background-color: #202020;
  color: #fff;
  line-height: 35px;
  text-align: center;
  display: block;
  font-size: 13px;
}

.products-wrapper .product-type-header .products-inner .card .card-body .hover-img .content .link-btn:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.products-wrapper .product-type-header .products-inner .card:hover::before {
  opacity: 1;
}

.products-wrapper .product-type-header .list-view .row > [class*='col-'] {
  max-width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

.products-wrapper .product-type-header .list-view .card {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.products-wrapper .product-type-header .list-view .card .image-content {
  width: 30%;
  height: 200px;
}

.products-wrapper .product-type-header .list-view .card .image-content img {
  width: 150px;
  height: 150px;
}

@media (max-width: 575.98px) {
  .products-wrapper .product-type-header .list-view .card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .products-wrapper .product-type-header .list-view .card .image-content {
    width: 100%;
  }
}

.products-wrapper .product-type-header .list-view .card .card-body {
  display: inline-block;
  text-align: left !important;
}

.products-wrapper .product-type-header .list-view .card .card-body .hover-img .content {
  text-align: left !important;
}

/***************************** Start Edit register Page *****************************/
.registeration {
  padding: 50px 0px;
  background-color: #f9f9f9;
}

.registeration .inner {
  background-color: #fff;
  border-radius: 15px;
  -webkit-box-shadow: 0px 3px 4px 0px #eee;
          box-shadow: 0px 3px 4px 0px #eee;
  padding: 20px;
}

.registeration .inner .image-content {
  position: relative;
}

.registeration .inner .image-content .login-img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.registeration .inner .register-inner {
  padding: 25px 0px;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.registeration .inner .register-inner .text h4 {
  letter-spacing: 2px;
}

.registeration .inner .register-inner .text p {
  margin: 1rem 0rem 0rem 0rem;
  color: #777;
}

.registeration .inner .register-inner .text p a {
  color: #202020;
  font-weight: bold;
}

.registeration .inner .register-inner form .form-group {
  position: relative;
  margin: 5px 5px 35px 5px;
}

.registeration .inner .register-inner form .form-group .form-control:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #FDB00A;
}

.registeration .inner .register-inner form .form-group .floating-label {
  font-size: 13px;
  color: #999;
  position: absolute;
  pointer-events: none;
  top: 9px;
  left: 12px;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}

.registeration .inner .register-inner form .form-group input:focus ~ .floating-label,
.registeration .inner .register-inner form .form-group input:not(:focus):valid ~ .floating-label {
  top: -25px;
  bottom: 0px;
  left: 5px;
  font-size: 14px;
  opacity: 1;
  color: #555;
  font-weight: bold;
}

.registeration .inner .register-inner form .form-group .forget-pass {
  color: #777;
  font-size: 10px;
  float: right;
  margin: 10px 0px;
}

.registeration .inner .register-inner form .custom-control label {
  font-size: 15px;
}

.registeration .inner .register-inner form .custom-control .custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #202020;
  background-color: #202020;
}

.registeration .inner .register-inner form .submit-btn {
  background-color: #202020;
  color: #fff;
  width: 130px;
  height: 40px;
  line-height: 40px;
  border-radius: 5px;
  border: 1px solid #202020;
  margin: auto;
  font-size: 15px;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: .3s;
  transition: .3s;
}

.registeration .inner .register-inner form .submit-btn:hover {
  background-color: #FDB00A;
  color: #fff;
}

/***************************** Start Edit cart Page *****************************/
.cart-wrapper {
  padding: 50px 0px;
}

.cart-wrapper .text h4 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  position: relative;
  font-weight: bold;
  color: #373737;
}

.cart-wrapper .text h4::after {
  content: '';
  width: 30px;
  height: 1px;
  display: block;
  background-color: #202020;
  position: absolute;
  right: -50px;
  top: 15px;
}

.cart-wrapper .text h4::before {
  content: '';
  width: 30px;
  height: 1px;
  display: block;
  background-color: #202020;
  position: absolute;
  left: -50px;
  top: 15px;
}

.cart-wrapper .table-responsive {
  padding-top: 30px;
  overflow-y: hidden;
}

.cart-wrapper .table-responsive img {
  width: 50px;
  height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
}

.cart-wrapper .table-responsive form .input-group {
  width: 200px;
  margin: auto;
}

.cart-wrapper .table-responsive form .input-group .form-control:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  outline: none !important;
  border: 1px solid #202020;
}

.cart-wrapper .table-responsive form .input-group .butn {
  height: 38px;
  line-height: 35px;
  width: 40px;
  font-size: 12px;
  background-color: #202020;
  border: 1px solid #202020;
  color: #fff;
  -webkit-transition: .3s;
  transition: .3s;
}

.cart-wrapper .table-responsive form .input-group .butn:hover {
  border: 1px solid #FDB00A;
  background-color: #FDB00A;
  color: #202020;
}

.cart-wrapper .accordion-wrapper .card .card-header {
  padding: .375rem;
  background-color: #f9f9f9;
}

.cart-wrapper .accordion-wrapper .card .card-header i {
  margin-right: 4px;
  color: #555;
}

.cart-wrapper .accordion-wrapper .card .card-header i.active {
  color: #20913e;
}

.cart-wrapper .accordion-wrapper .card .card-header .btn-link {
  width: 100%;
  text-align: left;
  color: #202020;
  text-decoration: none;
  font-size: 15px;
}

.cart-wrapper .accordion-wrapper .card .card-body form label {
  font-size: 14px;
  font-weight: bold;
  color: #555;
}

.cart-wrapper .accordion-wrapper .card .card-body form .form-group {
  position: relative;
}

.cart-wrapper .accordion-wrapper .card .card-body form .form-group .form-control:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #202020;
}

.cart-wrapper .accordion-wrapper .card .card-body form .submit-btn {
  width: 130px;
  height: 37px;
  border: 1px solid #202020;
  background: #202020;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}

.cart-wrapper .accordion-wrapper .card .card-body form .submit-btn.code-btn {
  position: absolute;
  right: 0;
  top: 0;
}

.cart-wrapper .accordion-wrapper .card .card-body form .submit-btn.centering {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin: 10px 0px;
  border-radius: 5px;
}

.cart-wrapper .accordion-wrapper .card .card-body form .submit-btn:hover {
  border: 1px solid #FDB00A;
  background-color: #FDB00A;
  color: #202020;
}

.cart-wrapper .checkout .checkout-summary {
  padding: 15px;
  margin: 15px 0px;
  border-radius: 5px;
  border: 1px solid #ddd;
  background-color: #f9f9f9;
  -webkit-box-shadow: 0px 3px 4px 0px #eee;
          box-shadow: 0px 3px 4px 0px #eee;
}

.cart-wrapper .checkout .checkout-summary .item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding: .375rem;
}

.cart-wrapper .checkout .checkout-summary .item .price {
  font-weight: bold;
  font-size: 15px;
  direction: ltr;
}

.cart-wrapper .checkout .checkout-summary .item .price.active {
  font-size: 20px;
}

.cart-wrapper .checkout .checkout-summary .item:nth-child(4) {
  border-top: 1px solid #ccc;
  padding: .75rem .375rem;
}

.cart-wrapper .checkout .checkout-summary .item .buy-btn {
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  background-color: #202020;
  border: 1px solid #202020;
  font-size: 15px;
  font-weight: bold;
  border-radius: 5px;
}

.cart-wrapper .modal .pay {
  margin: 15px;
}

.cart-wrapper .modal .pay .form-group {
  position: relative;
  margin-bottom: 30px;
  margin: auto;
  color: #888;
}

.cart-wrapper .modal .pay .form-group .custom-control-inline {
  margin-right: 1rem;
  padding-left: 0;
}

.cart-wrapper .modal .pay .form-group .custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #FDB00A;
  background-color: #FDB00A;
  outline: none;
}

.cart-wrapper .modal .pay .form-group .custom-control-input:checked ~ .custom-control-label p {
  color: #2D2D2D;
}

.cart-wrapper .modal .pay .form-group .custom-control-label::after, .cart-wrapper .modal .pay .form-group .custom-control-label::before {
  right: -.5rem;
}

.cart-wrapper .modal .pay .form-group img {
  width: 40px !important;
  height: 40px;
  -o-object-fit: contain;
     object-fit: contain;
  position: relative;
  top: -10px;
}

.cart-wrapper .modal .pay .form-group img span {
  font-size: 17px;
}

.cart-wrapper .modal .pay .form-group img, .cart-wrapper .modal .pay .form-group input {
  display: inline-block;
  width: auto;
  margin-left: 10px;
}

.cart-wrapper .modal .pay .form-group label {
  display: contents;
}

.cart-wrapper .modal .pay .form-group label p {
  font-weight: bold;
}

.cart-wrapper .modal .card-details {
  display: none;
}

.cart-wrapper .modal .card-details .form-control:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #2D2D2D;
}

.cart-wrapper .modal .card-details label {
  font-size: 15px;
  font-weight: bold;
  color: #555;
}

.cart-wrapper .modal .card-details .selection {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.cart-wrapper .modal .card-details .selection .form-control {
  width: 50%;
}

.cart-wrapper .modal .card-details .ccv {
  display: -ms-grid;
  display: grid;
}

.cart-wrapper .modal .card-details .ccv .form-control {
  float: left;
  text-align: left;
}

.cart-wrapper .modal .btn-primary {
  background-color: #202020;
  border: 1px solid #202020;
  font-size: 13px;
  font-weight: bold;
  height: 40px;
  width: 140px;
  margin: auto;
}

/***************************** Start Edit Page Profile *****************************/
.profile {
  padding: 50px 0px;
}

.profile .profile-menu .image-container {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  border: 2px solid #202020;
  margin: auto;
  position: relative;
}

.profile .profile-menu .image-container img {
  width: inherit;
  height: inherit;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
  border: 7px solid #FDB00A;
}

.profile .profile-menu .image-container input {
  position: absolute;
  bottom: 0;
  left: 64%;
  background-color: #fff;
  border-radius: 30px;
  display: inline-block;
  color: #222;
  width: 50px;
  height: 50px;
  line-height: 50px;
  cursor: pointer;
  border: none;
  opacity: 0;
}

.profile .profile-menu .image-container button {
  width: 35px;
  height: 35px;
  -webkit-box-shadow: 0px 0px 10px #555;
          box-shadow: 0px 0px 10px #555;
  background-color: #202020;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  cursor: pointer !important;
  border: 1px solid #FDB00A;
  position: absolute;
  right: 10px;
  bottom: 0px;
}

.profile .profile-menu .image-container button i {
  position: relative;
  top: 1px;
  cursor: pointer !important;
}

.profile .profile-menu .text {
  padding: 15px 0px;
}

.profile .profile-menu .text h5 {
  color: #707070;
}

.profile .profile-menu .text p {
  color: #A7A7A7;
  font-style: italic;
}

.profile .profile-menu .text .btn-dark {
  width: 100%;
  text-transform: uppercase;
  font-size: 12px;
  padding: 0.575rem 0.75rem 0.375rem;
  color: #fff;
}

.profile .profile-menu .text .btn-dark i {
  margin-right: 3px;
}

.profile .profile-menu .text .btn-dark:hover {
  color: #fff;
}

.profile .profile-inner {
  padding: 10px 30px;
}

.profile .profile-inner .nav-tabs {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}

.profile .profile-inner .nav-tabs .nav-link {
  background-color: transparent;
  border-color: transparent;
  color: #D4D9DC;
  padding: 8px 70px;
}

.profile .profile-inner .nav-tabs .nav-link.active {
  color: #FDB00A;
  border-bottom: 1px solid #FDB00A;
}

.profile .profile-inner .info-container {
  margin-top: 20px;
  padding: 30px;
  border: 1px solid #ccc;
  margin-top: 30px;
  border-radius: 5px;
}

.profile .profile-inner .info-container .text {
  margin-bottom: 20px;
}

.profile .profile-inner .info-container .text .content {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

.profile .profile-inner .info-container .text .content span {
  text-transform: uppercase;
  color: #666;
  font-size: 13px;
  margin-bottom: 10px;
  font-weight: 600;
}

.profile .profile-inner .info-container .text .content .edit-btn {
  cursor: pointer;
  color: #202020;
  font-size: 13px;
}

.profile .profile-inner .info-container .text .form-control {
  background-color: #f5f5f5;
  border: 1px solid transparent;
  height: 45px;
  line-height: 45px;
  border-radius: 10px;
  padding: .375rem 1.2rem;
}

.profile .profile-inner .info-container .text .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  border: 1px solid #555;
}

.profile .profile-inner .info-container .save-btn {
  width: 130px;
  height: 40px;
  line-height: 40px;
  background-color: #202020;
  color: #fff;
  border-radius: 5px;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  border: 1px solid #202020;
  margin: 10px auto;
}

.profile .profile-inner .info-container .save-btn:hover {
  background-color: #FDB00A;
  color: #202020;
}

.profile .profile-inner .favourites-container {
  padding: 40px 20px;
  border: 1px solid #ccc;
  margin-top: 30px;
  border-radius: 5px;
}

.profile .profile-inner .favourites-container .item {
  padding: 10px;
  margin-bottom: 30px;
  border-bottom: 1px solid #9995;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.03);
          box-shadow: 0 10px 20px rgba(0, 0, 0, 0.03);
  border-radius: 5px;
}

.profile .profile-inner .favourites-container .item .image-content {
  width: 100px;
  height: 100px;
}

.profile .profile-inner .favourites-container .item .image-content img {
  width: inherit;
  height: inherit;
  -o-object-fit: contain;
     object-fit: contain;
  margin: auto;
}

.profile .profile-inner .favourites-container .item .item-details {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.profile .profile-inner .favourites-container .item .delete-item {
  position: relative;
  float: left;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 40px;
  height: 40px;
  line-height: 45px;
  opacity: 1;
  text-align: center;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #fff;
  color: #202020;
  font-size: 14px;
}

.profile .profile-inner .favourites-container .item .delete-item:hover {
  background-color: #202020;
  color: #fff;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}

.profile .profile-inner .orders-container.responsive-table {
  overflow-y: hidden;
}

.profile .profile-inner .orders-container .table {
  margin-top: 30px;
}

.profile .profile-inner .orders-container .table img {
  width: 100px;
  height: 100px;
  -o-object-fit: contain;
     object-fit: contain;
  margin: auto;
}
/*# sourceMappingURL=style.css.map */