@font-face {
  font-family: "light";
  src: url(../Fonts/montserrat/Montserrat-Light.ttf);
}

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

@font-face {
  font-family: "medium";
  src: url(../Fonts/montserrat/Montserrat-Medium.ttf);
}

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

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

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

*::-moz-selection {
  background-color: #202020;
  color: #fff;
}

*::selection {
  background-color: #202020;
  color: #fff;
}

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

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

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 #000;
}

.owl-carousel {
  direction: ltr;
}

/***************************** Animations *****************************/
@-webkit-keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
@keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

@-webkit-keyframes tracking-in-expand {
  0% {
    letter-spacing: -0.5em;
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}

@keyframes tracking-in-expand {
  0% {
    letter-spacing: -0.5em;
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes tracking-in-contract-bck {
  0% {
    letter-spacing: 1em;
    -webkit-transform: translateZ(400px);
            transform: translateZ(400px);
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    opacity: 1;
  }
}

@keyframes tracking-in-contract-bck {
  0% {
    letter-spacing: 1em;
    -webkit-transform: translateZ(400px);
            transform: translateZ(400px);
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    opacity: 1;
  }
}

@-webkit-keyframes text-focus-in {
  0% {
    -webkit-filter: blur(12px);
            filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
    opacity: 1;
  }
}

@keyframes text-focus-in {
  0% {
    -webkit-filter: blur(12px);
            filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
    opacity: 1;
  }
}

.text-focus-in {
  -webkit-animation: text-focus-in 1s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
          animation: text-focus-in 1s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
}

@-webkit-keyframes growDown {
  0% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
  80% {
    -webkit-transform: scaleY(1.1);
            transform: scaleY(1.1);
  }
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}

@keyframes growDown {
  0% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
  80% {
    -webkit-transform: scaleY(1.1);
            transform: scaleY(1.1);
  }
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}

/***************************** Start Edit Navbar & Footer *****************************/
.navs-container .top-nav .inner {
  padding: 25px 15px 15px;
  border-bottom: 1px solid #ddd;
}

.navs-container .top-nav .inner p {
  margin-bottom: 0;
}

.navs-container .top-nav .inner .call-link {
  font-size: 12px;
  position: relative;
  top: -6px;
}

.navs-container .top-nav .inner .call-link i {
  margin-right: 3px;
  color: #777;
}

.navs-container .top-nav .inner .lang-wrapper {
  float: left;
}

.navs-container .top-nav .inner .lang-wrapper h6 {
  margin-bottom: 0;
  font-family: 'regular';
  cursor: pointer;
  font-size: 13px;
}

.navs-container .top-nav .inner .lang-wrapper h6 i {
  margin-right: 3px;
  color: #555;
}

.navs-container .top-nav .inner .lang-wrapper:hover ul {
  -webkit-animation: growDown 300ms ease-in-out forwards;
          animation: growDown 300ms ease-in-out forwards;
  -webkit-transform-origin: top center;
          transform-origin: top center;
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}

.navs-container .top-nav .inner .lang-wrapper ul {
  padding: 20px 0px;
  border: 1px solid #ddd;
  position: absolute;
  z-index: 9;
  background: #fff;
  width: 200px;
  -webkit-box-shadow: 0px 3px 25px 0px #ddd;
          box-shadow: 0px 3px 25px 0px #ddd;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  -webkit-transform: scale(0);
          transform: scale(0);
  opacity: 0;
}

.navs-container .top-nav .inner .lang-wrapper ul li {
  padding: 10px 15px;
  -webkit-transition: .3s;
  transition: .3s;
}

.navs-container .top-nav .inner .lang-wrapper ul li a {
  -webkit-transition: .3s;
  transition: .3s;
  font-size: 13px;
}

.navs-container .top-nav .inner .lang-wrapper ul li:hover {
  background-color: #f5f5f5;
}

.navs-container .top-nav .inner .lang-wrapper ul li:hover a {
  color: #202020;
  font-weight: bold;
}

.navs-container .navbar {
  -webkit-box-shadow: 0px 3px 4px 0px #eee;
          box-shadow: 0px 3px 4px 0px #eee;
  background-color: #fff;
  padding: 1rem;
}

.navs-container .navbar .navbar-brand img {
  width: 100px;
  -o-object-fit: contain;
     object-fit: contain;
}

.navs-container .navbar .nav-link {
  margin: 0px 8px;
  position: relative;
  font-family: 'regular';
  font-size: 15px;
  color: #666;
}

.navs-container .navbar .nav-link.active {
  font-weight: bold;
  color: #202020;
}

.navs-container .navbar .dropdown-menu {
  -webkit-animation: growDown .8s ease-in-out forwards;
          animation: growDown .8s ease-in-out forwards;
  -webkit-transform-origin: top center;
          transform-origin: top center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 35px 20px 20px 20px;
}

.navs-container .navbar .dropdown-menu .inner {
  display: inline-block;
  width: 170px;
}

.navs-container .navbar .dropdown-menu .inner h6 {
  font-size: 12px;
  font-weight: 700;
  color: #666;
  line-height: 18px;
  margin: 0 0 12px;
  pointer-events: none;
}

.navs-container .navbar .dropdown-menu .inner .dropdown-item {
  font-size: 13px;
  color: #898989;
  display: block;
  padding: 7px 0;
  font-weight: 400;
  line-height: 18px;
  display: block;
}

.navs-container .navbar .dropdown-menu .inner .dropdown-item:hover {
  background-color: transparent;
  font-weight: bold;
}

.navs-container .navbar .icons {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.navs-container .navbar .icons a {
  color: #777;
  margin: 0px 12px;
  font-size: 20px;
}

.navs-container .navbar .icons a:hover {
  color: #202020;
}

.navs-container .navbar .navbar-toggler {
  width: 20px;
  height: 20px;
  cursor: pointer;
  background-color: transparent;
  border: none;
  position: relative;
}

.navs-container .navbar .navbar-toggler.active .navbar-toggler-icon {
  -webkit-box-shadow: 0px 0px 0px grey;
          box-shadow: 0px 0px 0px grey;
  background: rgba(0, 0, 0, 0);
}

.navs-container .navbar .navbar-toggler.active .navbar-toggler-icon::before {
  top: 0px !important;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.navs-container .navbar .navbar-toggler.active .navbar-toggler-icon::after {
  top: 0px !important;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.navs-container .navbar .navbar-toggler .navbar-toggler-icon {
  width: 15px;
  height: 2px;
  background: #202020;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.navs-container .navbar .navbar-toggler .navbar-toggler-icon::after, .navs-container .navbar .navbar-toggler .navbar-toggler-icon::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 2px;
  background: #202020;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.navs-container .navbar .navbar-toggler .navbar-toggler-icon::after {
  top: -5px;
  right: 0px;
}

.navs-container .navbar .navbar-toggler .navbar-toggler-icon::before {
  top: 5px;
  right: 0px;
}

.navs-container .has-dropdown .nav-link::after {
  content: '\f107';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  color: #666;
  margin: 0 3px;
}

.navs-container .has-dropdown .drop-down {
  position: absolute;
  background-color: #fff;
  width: 250px;
  padding: 25px 0;
  -webkit-box-shadow: 0px 3px 10px 0px #ddd;
          box-shadow: 0px 3px 10px 0px #ddd;
  border-radius: 5px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  margin-top: 20px;
  opacity: 0;
  visibility: hidden;
  z-index: 10;
}

.navs-container .has-dropdown .drop-down li {
  position: relative;
}

.navs-container .has-dropdown .drop-down li .dropdoen-link {
  padding: 10px 15px;
  width: 100%;
  display: block;
  font-size: 15px;
  color: #202020;
  font-weight: bold;
}

.navs-container .has-dropdown .drop-down li .dropdoen-link.has-sub-drop::after {
  position: absolute;
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  right: 15px;
  bottom: 10px;
  font-size: 10px;
}

.navs-container .has-dropdown .drop-down li .dropdoen-link:hover {
  background-color: #333;
  color: #fff;
}

.navs-container .has-dropdown .drop-down li .sub-menu {
  width: 200px;
  position: absolute;
  left: 100%;
  background-color: #fff;
  padding: 25px 0;
  -webkit-box-shadow: 0px 3px 10px 0px #ddd;
          box-shadow: 0px 3px 10px 0px #ddd;
  border-radius: 5px;
  top: 0;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  margin-top: 20px;
  opacity: 0;
  visibility: hidden;
}

.navs-container .has-dropdown .drop-down li .sub-menu .dropdoen-link::after {
  display: none;
}

.navs-container .has-dropdown .drop-down .main-item:hover .sub-menu {
  margin-top: 0px;
  opacity: 1;
  visibility: visible;
}

.navs-container .has-dropdown:hover .drop-down {
  margin-top: 0px;
  opacity: 1;
  visibility: visible;
}

.navs-container .search-container {
  position: fixed;
  z-index: 9999999999;
  top: 0;
}

.navs-container .search-container #search {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
  position: fixed;
  -webkit-transition: all .5s;
  transition: all .5s;
  width: 100vw;
  will-change: transform, opacity;
  z-index: -1;
}

.navs-container .search-container #search::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: .8;
}

.navs-container .search-container #search:target {
  position: absolute;
  top: 0;
  left: -16px;
  height: 100vh !important;
  opacity: 1;
  width: 100vw !important;
  z-index: 2;
}

.navs-container .search-container #search:target .close-btn {
  display: block;
}

.navs-container .search-container form {
  position: relative;
}

.navs-container .search-container form .form-control {
  border-radius: 0;
  background: transparent;
  position: relative;
  z-index: 99;
  border: none;
  border-bottom: 2px solid #eee;
  color: #fff;
  font-size: 18px;
  outline: 0;
  padding: 1rem 1.375rem 1rem .2rem;
}

.navs-container .search-container form .form-control::-webkit-input-placeholder {
  color: #ccc;
}

.navs-container .search-container form .form-control:-ms-input-placeholder {
  color: #ccc;
}

.navs-container .search-container form .form-control::-ms-input-placeholder {
  color: #ccc;
}

.navs-container .search-container form .form-control::placeholder {
  color: #ccc;
}

.navs-container .search-container form .form-control:focus {
  border-bottom: 2px solid #000;
}

.navs-container .search-container form .submit-btn {
  position: absolute;
  right: 0;
  top: 7px;
  background-color: transparent;
  color: #ddd;
  border: 1px solid transparent;
}

.navs-container .search-container .close-btn {
  display: none;
  color: #fff;
  font-size: 2rem;
  position: absolute;
  top: .5rem;
  right: 2rem;
}

footer {
  padding: 50px 0px 0px 0px;
  border-top: 1px solid #ddd;
}

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

footer .content h6 {
  font-family: 'bold';
  margin-bottom: 1.2rem;
  text-transform: capitalize;
}

footer .content .logo {
  width: 100px;
  margin-bottom: 15px;
}

footer .content .desc {
  line-height: 1.5rem;
}

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

footer .content .social-icons {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-top: 15px;
}

footer .content .social-icons a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  background-color: #f5f5f5;
  color: #202020;
  display: inline-block;
  margin: 0px 5px;
}

footer .content .social-icons a:hover {
  background-color: #202020;
  color: #fff;
}

footer .content .gallery {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

footer .content .gallery img {
  width: 80px;
  height: 50px;
  margin-bottom: 10px;
  margin-right: 10px;
  -o-object-fit: cover;
     object-fit: cover;
}

footer .copywrite {
  padding: 20px;
  border-top: 1px  solid #ccc;
  text-align: center;
  font-weight: 600;
}

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

/***************************** Start Edit Home Page *****************************/
header {
  height: 600px;
  position: relative;
}

header .header-carousel.owl-theme .owl-nav {
  display: inline-block;
}

header .header-carousel.owl-theme .owl-nav button {
  color: #3E3E3E;
  font-size: 30px;
  margin: 0px 20px;
  position: relative;
}

header .header-carousel.owl-theme .owl-nav button::after {
  color: #202020;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: block;
  font-size: 20px;
}

header .header-carousel.owl-theme .owl-nav button.owl-next::after {
  content: "\f061";
}

header .header-carousel.owl-theme .owl-nav button.owl-prev::after {
  content: "\f060";
}

header .header-carousel.owl-theme .owl-nav button span {
  opacity: 0;
}

header .header-carousel.owl-theme .owl-nav button:hover {
  background-color: transparent;
}

header .header-carousel.owl-theme .owl-nav button:hover::after {
  color: #202020;
}

header .header-carousel .item {
  height: 600px;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}

header .header-carousel .item .text-header {
  position: relative;
  top: 30vh;
}

header .header-carousel .item .text-header h5 {
  position: relative;
  margin-bottom: 1.5rem;
}

header .header-carousel .item .text-header h5::after {
  content: '';
  width: 70px;
  height: 4px;
  background-color: #E5E5E5;
  display: block;
  position: absolute;
  left: 0;
  top: 140%;
}

header .header-carousel .item .text-header p {
  line-height: 1.8rem;
  margin: 1.5rem 0rem;
  font-size: 15px;
}

header .header-carousel .item .text-header .link-btn {
  width: 130px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #3E3E3E;
  color: #3E3E3E;
  display: block;
  text-align: center;
  border-radius: 5px;
  font-weight: bold;
  font-size: 12px;
}

header .header-carousel .item .text-header .link-btn i {
  position: relative;
  top: 2px;
  margin-left: 2px;
}

header .header-carousel .item .text-header .link-btn:hover {
  border: 1px solid #202020;
  color: #fff;
  background-color: #202020;
}

header .header-carousel .item .text-header .small-images {
  margin: 2rem 0rem;
}

header .header-carousel .item .text-header .small-images .small-img {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  height: 150px;
  -o-object-fit: cover;
     object-fit: cover;
}

header .header-carousel .owl-item.active h5 {
  -webkit-animation: tracking-in-expand 2s cubic-bezier(0.215, 0.61, 0.355, 1) both;
          animation: tracking-in-expand 2s cubic-bezier(0.215, 0.61, 0.355, 1) both;
}

header .header-carousel .owl-item.active p {
  -webkit-animation: fadeInUp 2s .5s both;
          animation: fadeInUp 2s .5s both;
}

header .header-carousel .owl-item.active .link-btn {
  -webkit-animation: zoomIn 2s 1s both;
          animation: zoomIn 2s 1s both;
}

.about {
  padding: 50px 0px;
}

.about .text span {
  font-weight: 600;
}

.about .text p {
  color: #9E9E9E;
  line-height: 1.5rem;
}

.about .image-content {
  width: 100%;
  height: 400px;
}

.about .image-content img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.about .image-content .play-video {
  position: absolute;
  top: 50%;
  left: -20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #333;
  width: 70px;
  height: 70px;
  line-height: 70px;
  border-radius: 50%;
  background-color: #fff;
  display: block;
  text-align: center;
}

.about .image-content .play-video::before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 75px;
  height: 75px;
  background: #f5f5f5;
  border-radius: 50%;
  animation: pulse-border 1500ms alternate-reverse ease-out infinite;
}

.about .image-content .play-video:hover {
  background-color: #333;
  color: #fff;
}

.categories {
  padding: 50px 0px;
}

.categories .text span {
  font-family: 'medium';
}

.categories .text h4 {
  font-family: 'bold';
  margin-top: 10px;
}

.categories .image-content {
  margin-bottom: 20px;
  position: relative;
  width: 100%;
  height: 200px;
}

.categories .image-content img {
  width: 100%;
  height: 100%;
}

.categories .image-content .category-name {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 80%;
  height: 80%;
  display: block;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.categories .image-content .category-name::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: .7;
  display: block;
}

.categories .image-content .category-name .inner {
  position: relative;
  z-index: 9;
}

.categories .image-content .category-name .inner h3 {
  margin-bottom: 0;
  color: #1E2F4F;
}

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

.products .text span {
  font-family: 'medium';
}

.products .text h4 {
  font-family: 'bold';
  margin-top: 10px;
}

.products .products-carousel.owl-theme .owl-nav {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin-top: 20px;
}

.products .products-carousel.owl-theme .owl-nav button {
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 25px;
  color: #202020;
  position: relative;
  text-align: center;
}

.products .products-carousel.owl-theme .owl-nav button::after {
  position: absolute;
  right: 11px;
  top: 2px;
  color: #202020;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: block;
  font-size: 20px;
}

.products .products-carousel.owl-theme .owl-nav button span {
  opacity: 0;
}

.products .products-carousel.owl-theme .owl-nav button:hover {
  background-color: #202020;
  color: #fff;
}

.products .card {
  background-color: #f7f7f7;
  border: 1px solid #eee;
  -webkit-transition: .3s;
  transition: .3s;
  margin: 5px 5px 30px 5px;
}

.products .card .images-container {
  position: relative;
  height: 250px;
  overflow: hidden;
}

.products .card .images-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.products .card .images-container .img-hover {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-filter: blur(8px);
          filter: blur(8px);
}

.products .card .images-container .icons {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background-color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  text-align: center;
  padding: 0px 10px;
  line-height: 50px;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  opacity: 0;
  -webkit-transition: .5s;
  transition: .5s;
}

.products .card .images-container .icons a {
  margin: 0px 10px;
  color: #555;
}

.products .card .images-container .icons a:hover {
  color: #202020;
}

.products .card .images-container .badge {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 75px;
  height: 25px;
  line-height: 21px;
  font-size: 11px;
  background-color: #202020;
}

.products .card .card-body h5 {
  font-size: 1.1rem;
  margin-bottom: 1rem;
  color: #202020;
}

.products .card .card-body h6 {
  color: #999;
}

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

.products .card:hover .images-container::after {
  opacity: .5;
}

.products .card:hover .images-container .img-hover {
  opacity: 1;
  -webkit-filter: blur(0px);
          filter: blur(0px);
}

.products .card:hover .images-container .icons {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  opacity: 1;
}

.products .card:hover h6 {
  color: #444;
}

.newsletter {
  background-color: #f5f5f5;
  padding: 50px 0px;
}

.newsletter .content {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.newsletter .content img {
  width: 70px;
  height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
}

.newsletter .content .inner {
  margin-left: 10px;
}

.newsletter .content .inner h4 {
  margin-bottom: .1rem;
}

.newsletter .content .inner p {
  margin-bottom: 0;
}

.newsletter .form-inline {
  padding: 0px 10px;
}

.newsletter .form-inline .form-control {
  height: 50px;
  font-size: 12px;
  border-radius: 0;
}

.newsletter .form-inline .submit-btn {
  width: 120px;
  height: 50px;
  border: 1px solid #202020;
  background-color: #202020;
  color: #fff;
  font-size: 12px;
}

/***************************** Start Edit Single product Page *****************************/
.page-heading {
  background-color: #f5f5f5;
  padding: 40px 0px;
  text-align: center;
}

.page-heading h5 {
  font-family: "lora-bold";
  font-size: 1.5rem;
}

.page-heading .breadcrumb {
  background-color: transparent;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  margin: auto;
}

.page-heading .breadcrumb .breadcrumb-item {
  font-weight: bold;
  font-size: 14px;
}

.page-heading .breadcrumb .breadcrumb-item:first-child::before {
  opacity: 0;
}

.page-heading .breadcrumb .breadcrumb-item::before {
  content: '|';
}

.single-product {
  position: relative;
  padding: 50px 0px;
  background-color: #f9f9f9;
}

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

.single-product .swiper-container .swiper-slide, .single-product .swiper-container img {
  background-size: cover;
  background-position: center;
}

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

.single-product .swiper-container.gallery-thumbs {
  height: 190px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.single-product .swiper-container.gallery-thumbs .swiper-slide {
  height: 100%;
  border: 1px solid transparent;
}

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

.single-product .product-details h3 {
  font-family: "lora-bold";
  margin-bottom: 1rem;
}

.single-product .product-details p {
  font-size: 15px;
  color: #888;
  line-height: 1.5rem;
  letter-spacing: 1px;
  margin-top: 1rem;
}

.single-product .product-details .attributes p b {
  color: #555;
}

.single-product .product-details .attributes p a {
  color: #888;
  margin: 0px 3px;
}

.single-product .product-details .attributes p a:hover {
  color: #202020;
}

.single-product .product-details .quantity-container h5 {
  font-size: 17px;
  display: inline;
  margin-right: 10px;
  color: #555;
}

.single-product .product-details .quantity-container .qt-plus,
.single-product .product-details .quantity-container .qt-minus {
  width: 20px;
  height: 20px;
  line-height: 20px;
  border: solid 1px transparent;
  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 .product-details .quantity-container .qt-plus:hover,
.single-product .product-details .quantity-container .qt-minus:hover {
  background-color: #ccc;
  color: #202020;
}

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

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

.single-product .product-details .buttons {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-top: 20px;
}

.single-product .product-details .buttons .butn {
  width: 50px;
  height: 50px;
  line-height: 50px;
  border: 1px solid #202020;
  color: #202020;
  margin-right: 10px;
  text-align: center;
  font-size: 14px;
}

.single-product .product-details .buttons .butn.active {
  width: 200px;
  background-color: #202020;
  color: #fff;
}

.single-product .product-details .buttons .butn.active i {
  margin-right: 3px;
}

.single-product .product-info-wrapper {
  margin-top: 50px;
}

.single-product .product-info-wrapper .nav-wrapper {
  border-bottom: 1px solid #ddd;
}

.single-product .product-info-wrapper .nav-wrapper .nav-tabs {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  border-bottom: 1px solid transparent;
}

.single-product .product-info-wrapper .nav-wrapper .nav-tabs .nav-link {
  position: relative;
  width: 165px;
  background-color: transparent;
  border: none;
  text-align: center;
  color: #888;
  font-weight: bold;
}

.single-product .product-info-wrapper .nav-wrapper .nav-tabs .nav-link::after {
  content: '';
  width: 100%;
  height: 1px;
  display: block;
  position: relative;
  top: 10px;
  background-color: transparent;
}

.single-product .product-info-wrapper .nav-wrapper .nav-tabs .nav-link.active {
  color: #202020;
}

.single-product .product-info-wrapper .nav-wrapper .nav-tabs .nav-link.active::after {
  border-bottom: 1px solid #202020;
}

.single-product .product-info-wrapper .inner {
  padding-top: 30px;
}

.single-product .product-info-wrapper .inner .description p {
  font-size: 15px;
  color: #666;
  line-height: 1.8rem;
}

.single-product .product-info-wrapper .inner .reviews-wrapper {
  padding: 25px;
  border: 1px solid #ddd;
}

.single-product .product-info-wrapper .inner .reviews-wrapper .reviews-header {
  border-bottom: 1px solid #ddd;
  padding-bottom: 25px;
  position: relative;
}

.single-product .product-info-wrapper .inner .reviews-wrapper .reviews-header .reviews-inner-nav .nav {
  border-bottom: 0px;
}

.single-product .product-info-wrapper .inner .reviews-wrapper .reviews-header .reviews-inner-nav .nav .nav-link {
  border: none;
  position: absolute;
  bottom: 20px;
  right: 0px;
}

.single-product .product-info-wrapper .inner .reviews-wrapper .reviews-header .reviews-inner-nav .nav .nav-link.active {
  background-color: transparent;
  font-weight: bold;
}

.single-product .product-info-wrapper .inner .reviews-wrapper .rate {
  margin-top: 5px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.single-product .product-info-wrapper .inner .reviews-wrapper .rate i {
  color: #ccc;
  margin: 0px 2px;
  font-size: 18px;
  line-height: 24px;
}

.single-product .product-info-wrapper .inner .reviews-wrapper .rate i.active {
  color: #202020;
}

.single-product .product-info-wrapper .inner .reviews-wrapper .rate p {
  margin-left: 10px;
  margin-bottom: 0;
  font-size: 17px;
  font-family: 'regular';
}

.single-product .product-info-wrapper .inner .reviews-wrapper .reviews-card {
  padding: 35px 0px;
  border-bottom: 1px solid #ddd;
}

.single-product .product-info-wrapper .inner .reviews-wrapper .reviews-card:last-child {
  border-bottom: 1px solid transparent;
  padding-bottom: 10px;
}

.single-product .product-info-wrapper .inner .reviews-wrapper .reviews-card h6 {
  font-weight: bold;
  color: #777;
}

.single-product .product-info-wrapper .inner .reviews-wrapper .reviews-card .rate i {
  font-size: 12px;
}

.single-product .product-info-wrapper .inner .reviews-wrapper .reviews-card .title {
  margin-bottom: .4rem;
  font-size: 15px;
  font-weight: bold;
  margin-top: .5rem;
}

.single-product .product-info-wrapper .inner .reviews-wrapper .form-container {
  margin-top: 30px;
}

.single-product .product-info-wrapper .inner .reviews-wrapper .form-container .form-group {
  margin-bottom: 20px;
}

.single-product .product-info-wrapper .inner .reviews-wrapper .form-container .form-group label {
  font-weight: bold;
  color: #888;
  font-size: 14px;
  margin-bottom: 10px;
}

.single-product .product-info-wrapper .inner .reviews-wrapper .form-container .form-group input, .single-product .product-info-wrapper .inner .reviews-wrapper .form-container .form-group textarea {
  background-color: transparent;
  font-size: 12px;
}

.single-product .product-info-wrapper .inner .reviews-wrapper .form-container .form-group input {
  height: 50px;
}

.single-product .product-info-wrapper .inner .reviews-wrapper .form-container .form-group .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.5rem;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 0 .2em;
  text-align: center;
  width: 5em;
}

.single-product .product-info-wrapper .inner .reviews-wrapper .form-container .form-group .stars-content .star-rating input {
  display: none;
}

.single-product .product-info-wrapper .inner .reviews-wrapper .form-container .form-group .stars-content .star-rating label {
  color: #ccc;
  cursor: pointer;
  font-size: 25px;
}

.single-product .product-info-wrapper .inner .reviews-wrapper .form-container .form-group .stars-content .star-rating :checked ~ label {
  color: #202020;
}

.single-product .product-info-wrapper .inner .reviews-wrapper .form-container .form-group .stars-content .star-rating label:hover,
.single-product .product-info-wrapper .inner .reviews-wrapper .form-container .form-group .stars-content .star-rating label:hover ~ label {
  color: #555;
}

.single-product .product-info-wrapper .inner .reviews-wrapper .form-container .submit-btn {
  width: 140px;
  height: 40px;
  background-color: #202020;
  color: #fff;
  border: 1px solid #202020;
  margin: auto;
  font-size: 13px;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.single-product .product-info-wrapper .inner .shipping-wrapper p {
  font-size: 15px;
  color: #666;
  line-height: 1.8rem;
}

.single-product .product-info-wrapper .inner .shipping-wrapper ul li {
  font-weight: bold;
}

.single-product .product-info-wrapper .inner .shipping-wrapper ul li span {
  font-size: 25px;
}

.single-product .product-info-wrapper .inner .size-wrapper h6 {
  margin-bottom: 1rem;
}

.single-product .product-info-wrapper .inner .size-wrapper .table-responsive {
  overflow-x: auto;
}

.single-product .product-info-wrapper .inner .size-wrapper .table-responsive th, .single-product .product-info-wrapper .inner .size-wrapper .table-responsive td {
  padding: .75rem;
  vertical-align: top;
  border: 1px solid #dee2e6;
}

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

.contact .text h3 {
  font-family: 'medium';
  letter-spacing: 2px;
}

.contact .text p {
  color: #888;
  font-size: 15px;
  line-height: 1.5rem;
  margin-top: 1rem;
}

.contact .contact-details {
  padding: 30px 0px 20px 0px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  margin-top: 30px;
}

.contact .contact-details .item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 10px 20px;
}

.contact .contact-details .item img {
  width: 60px;
  height: 60px;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-filter: invert(13%) sepia(12%) saturate(8%) hue-rotate(326deg) brightness(102%) contrast(82%);
          filter: invert(13%) sepia(12%) saturate(8%) hue-rotate(326deg) brightness(102%) contrast(82%);
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.contact .contact-details .item .info {
  margin-left: 20px;
}

.contact .contact-details .item .info h5 {
  color: #3E3E3E;
}

.contact .contact-details .item .info p {
  margin-bottom: .4rem;
  font-size: 15px;
  color: #888;
  font-weight: bold;
}

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

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

.contact .form-contact form .form-control {
  background-color: #f8f8f8;
  border: 1px solid transparent;
  border-radius: 0;
  height: 55px;
  font-size: 14px;
  font-weight: bold;
}

.contact .form-contact form textarea {
  height: 200px !important;
  resize: none;
}

.contact .form-contact form .submit-btn {
  width: 170px;
  height: 50px;
  color: #fff;
  background-color: #202020;
  border: 1px solid #202020;
  margin: auto;
  display: block;
}

/***************************** Start Edit products Page *****************************/
.products-wrapper {
  background-color: #fff;
  padding: 50px 0px;
}

.products-wrapper .products-heading {
  background-color: #f9f9f9;
  padding: 25px 0px 10px 0px;
  -webkit-box-shadow: 0px 3px 4px 0px #eee;
          box-shadow: 0px 3px 4px 0px #eee;
}

.products-wrapper .products-heading .nav .nav-link {
  font-weight: bold;
  color: #888;
}

.products-wrapper .products-heading .nav .nav-link.active {
  color: #202020;
  background-color: transparent;
}

.products-wrapper .products-heading .form-control {
  background-color: #f7f7f7;
  border: 1px solid #ccc;
  font-size: 12px;
}

.products-wrapper .products-inner {
  margin-top: 40px;
}

.products-wrapper .products-inner .card {
  background-color: #f7f7f7;
  border: 1px solid #eee;
  -webkit-transition: .3s;
  transition: .3s;
  margin: 5px 5px 30px 5px;
}

.products-wrapper .products-inner .card .images-container {
  position: relative;
  height: 250px;
  overflow: hidden;
}

.products-wrapper .products-inner .card .images-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.products-wrapper .products-inner .card .images-container .img-hover {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-filter: blur(8px);
          filter: blur(8px);
}

.products-wrapper .products-inner .card .images-container .icons {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background-color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  text-align: center;
  padding: 0px 10px;
  line-height: 50px;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  opacity: 0;
  -webkit-transition: .5s;
  transition: .5s;
}

.products-wrapper .products-inner .card .images-container .icons a {
  margin: 0px 10px;
  color: #555;
}

.products-wrapper .products-inner .card .images-container .icons a:hover {
  color: #202020;
}

.products-wrapper .products-inner .card .images-container .badge {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 75px;
  height: 25px;
  line-height: 21px;
  font-size: 11px;
  background-color: #202020;
}

.products-wrapper .products-inner .card .card-body h5 {
  font-size: 1.1rem;
  margin-bottom: 1rem;
  color: #202020;
}

.products-wrapper .products-inner .card .card-body h6 {
  color: #999;
}

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

.products-wrapper .products-inner .card:hover .images-container::after {
  opacity: .5;
}

.products-wrapper .products-inner .card:hover .images-container .img-hover {
  opacity: 1;
  -webkit-filter: blur(0px);
          filter: blur(0px);
}

.products-wrapper .products-inner .card:hover .images-container .icons {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  opacity: 1;
}

.products-wrapper .products-inner .card:hover h6 {
  color: #444;
}

/***************************** Start Edit register Page *****************************/
.register {
  width: 100%;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.register .register-container {
  -webkit-box-shadow: 0px 0px 50px 0px #ddd;
          box-shadow: 0px 0px 50px 0px #ddd;
  background-color: #f9f9f9;
  margin: 10px 0px;
}

.register .register-container .register-inner {
  padding: 50px 70px;
}

.register .register-container .register-inner h4 {
  color: #414C5A;
  font-size: 1.5rem;
}

.register .register-container .register-inner .icons-container {
  margin: 25px 0px;
}

.register .register-container .register-inner .icons-container a {
  width: 30px;
  height: 30px;
  border-radius: 0;
  border: 1px solid #414C5A;
  color: #414C5A;
  text-align: center;
  display: inline-block;
  margin: 0px 3px;
  text-align: center;
  line-height: 30px;
  font-size: 12px;
}

.register .register-container .register-inner .icons-container a:hover {
  background-color: #414C5A;
  color: #f5f5f5;
}

.register .register-container .register-inner p {
  color: #999;
}

.register .register-container .register-inner form {
  padding-top: 15px;
}

.register .register-container .register-inner form .form-group {
  position: relative;
}

.register .register-container .register-inner form .form-group .form-control {
  padding-left: 37px;
  height: 50px;
  background-color: #eee;
  border: 1px solid #eee;
  font-size: 12px;
}

.register .register-container .register-inner form .form-group i {
  position: absolute;
  left: 13px;
  bottom: 15px;
  color: #414C5A;
}

.register .register-container .register-inner form .form-group .fa-eye {
  cursor: pointer;
}

.register .register-container .register-inner form .form-group .forgot-pass {
  color: #999;
  font-size: 12px;
  float: right;
  padding: 10px 0px;
}

.register .register-container .register-inner form .form-group .sign-button {
  border: solid 1px #202020;
  background: #202020;
  color: #fff;
  padding: 8px 50px;
  font-size: 14px;
  margin-top: 10px;
}

.register .register-container .register-inner form .form-group .sign-button:hover {
  background-color: #202020;
  color: #fff;
}

.register .register-container .text {
  height: 100%;
  padding: 30px 0px;
  background: -webkit-gradient(linear, left top, left bottom, from(#565656), to(#131515));
  background: linear-gradient(#565656 0%, #131515 100%);
  position: relative;
}

.register .register-container .text .content {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #fff;
}

.register .register-container .text .content .logo {
  margin: 20px auto;
  -webkit-filter: invert(100%) sepia(100%) saturate(2%) hue-rotate(94deg) brightness(103%) contrast(101%);
          filter: invert(100%) sepia(100%) saturate(2%) hue-rotate(94deg) brightness(103%) contrast(101%);
}

.register .register-container .text .content p {
  color: #ccc;
  margin-bottom: 2rem;
}

.register .register-container .text .content .sign-button {
  border: solid 1px #f5f5f5;
  color: #f5f5f5;
  padding: 8px 50px;
}

.register .register-container .text .content .sign-button:hover {
  background-color: #f5f5f5;
  color: #414C5A;
}

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

.profile .profile-menu {
  overflow: hidden;
}

.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 #ddd;
}

.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 #ddd;
  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-wrapper {
  border-bottom: 1px solid #ddd;
  background-color: #f9f9f9;
  padding-top: 7px;
  -webkit-box-shadow: 0px 10px 16px 0px #f1f1f1;
          box-shadow: 0px 10px 16px 0px #f1f1f1;
}

.profile .profile-inner .nav-wrapper .nav-tabs {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  border-bottom: 1px solid transparent;
}

.profile .profile-inner .nav-wrapper .nav-tabs .nav-link {
  position: relative;
  width: 165px;
  background-color: transparent;
  border: none;
  text-align: center;
  color: #888;
  font-weight: bold;
}

.profile .profile-inner .nav-wrapper .nav-tabs .nav-link::after {
  content: '';
  width: 100%;
  height: 1px;
  display: block;
  position: relative;
  top: 9px;
  background-color: transparent;
}

.profile .profile-inner .nav-wrapper .nav-tabs .nav-link.active {
  color: #202020;
}

.profile .profile-inner .nav-wrapper .nav-tabs .nav-link.active::after {
  border-bottom: 1px solid #202020;
}

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

.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;
  font-weight: bold;
  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;
  font-size: 12px;
  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: 150px;
  height: 40px;
  font-size: 14px;
  background-color: #202020;
  color: #fff;
  -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: #000;
}

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

.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;
}

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

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

.cart-wrapper .responsive-table th {
  background-color: #f9f9f9;
  font-size: 14px;
  font-family: 'bold';
  padding: 15px 0px;
}

.cart-wrapper .responsive-table td {
  vertical-align: middle;
  text-align: center;
}

.cart-wrapper .responsive-table td i {
  color: #666;
}

.cart-wrapper .responsive-table img {
  width: 150px;
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
  border: none;
}

.cart-wrapper .responsive-table form .quantity-container h5 {
  font-size: 17px;
  display: inline;
  margin-right: 10px;
  color: #555;
}

.cart-wrapper .responsive-table form .quantity-container .qt-plus,
.cart-wrapper .responsive-table form .quantity-container .qt-minus {
  width: 20px;
  height: 20px;
  line-height: 20px;
  border: solid 1px transparent;
  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;
}

.cart-wrapper .responsive-table form .quantity-container .qt-plus:hover,
.cart-wrapper .responsive-table form .quantity-container .qt-minus:hover {
  background-color: #ccc;
  color: #202020;
}

.cart-wrapper .responsive-table form .quantity-container .qt-plus .fa,
.cart-wrapper .responsive-table form .quantity-container .qt-minus .fa {
  font-weight: 300;
}

.cart-wrapper .responsive-table form .quantity-container .qt {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.44;
  color: #202020;
  vertical-align: middle;
  margin-right: 5px;
  margin-left: 5px;
  min-width: 30px;
  text-align: center;
}

.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;
}

/***************************** Start Edit Page checkout *****************************/
.checkout-pg {
  padding: 50px 0px;
}

.checkout-pg .checkout-form .accordion {
  border-radius: 15px;
}

.checkout-pg .checkout-form .accordion .card-header {
  padding: 15px 30px;
  background: #fff;
  border-bottom: 1px solid #ddd;
  background-color: #f9f9f9;
}

.checkout-pg .checkout-form .accordion .btn-link {
  color: #202020;
  padding: 0;
  width: 100%;
  text-align: left;
}

.checkout-pg .checkout-form .accordion .btn-link i {
  color: #000;
  margin-right: 10px;
  font-size: 18px;
  position: relative;
  top: 2px;
  margin-left: 5px;
}

.checkout-pg .checkout-form .accordion .btn-link:hover, .checkout-pg .checkout-form .accordion .btn-link:focus {
  text-decoration: none;
}

.checkout-pg .checkout-form .accordion .done .btn-link i {
  color: #29b729;
}

.checkout-pg .checkout-form .accordion .card {
  border-color: rgba(0, 0, 0, 0.05);
  border: 1px solid #ddd;
  margin-bottom: 10px;
}

.checkout-pg .checkout-form .accordion .card h6 {
  font-weight: bold;
  color: #333;
  margin-bottom: 30px;
  padding: 15px 0;
  border-bottom: 1px solid rgba(42, 3, 94, 0.2);
  position: relative;
}

.checkout-pg .checkout-form .accordion .card h6::after {
  content: '';
  width: 90px;
  height: 1px;
  left: 0px;
  position: absolute;
  display: block;
  background-color: #202020;
  top: 100%;
}

.checkout-pg .checkout-form .accordion .card .butn {
  padding: 5px;
  width: 160px;
  height: 40px;
  margin-top: 25px;
  font-size: 13px;
  background-color: #202020;
  border: 1px solid #202020;
  -webkit-transition: .5s;
  transition: .5s;
  border-radius: 5px;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.checkout-pg .checkout-form .accordion .card .butn:hover {
  background-color: #000;
  border: 1px solid #000;
}

.checkout-pg .checkout-form .accordion .profile-info .form-group {
  color: #777;
  margin-bottom: 25px;
}

.checkout-pg .checkout-form .accordion .profile-info .form-group select, .checkout-pg .checkout-form .accordion .profile-info .form-group input {
  height: 45px;
  color: #666;
  font-size: 13px;
}

.checkout-pg .checkout-form .accordion .profile-info .form-group select:focus, .checkout-pg .checkout-form .accordion .profile-info .form-group input:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  outline: none !important;
  border: 1px solid #202020 !important;
}

.checkout-pg .checkout-form .accordion .profile-info.hide {
  display: none;
}

.checkout-pg .checkout-form .accordion .delivery .item {
  margin: 10px 0px;
}

.checkout-pg .checkout-form .accordion .delivery .item p {
  color: #555;
  font-size: 15px;
}

.checkout-pg .checkout-form .accordion .delivery .item p span {
  color: #000;
}

.checkout-pg .checkout-form .accordion .delivery .text p {
  padding: 5px 10px 0 0;
  color: #777;
}

.checkout-pg .checkout-form .accordion .delivery .text p span {
  color: #212529;
  padding: 0 4px;
}

.checkout-pg .checkout-form .accordion .delivery .responsive-table {
  overflow-y: hidden;
}

.checkout-pg .checkout-form .accordion .delivery .responsive-table img {
  width: 50px;
  height: 50px;
  -o-object-fit: cover;
     object-fit: cover;
}

.checkout-pg .checkout-form .accordion .delivery .butn {
  margin: auto;
  float: unset;
  width: 160px;
}

.checkout-pg .checkout-form .accordion .pay .form-group {
  position: relative;
  margin-bottom: 30px;
  margin-left: 20px;
}

.checkout-pg .checkout-form .accordion .pay .form-group .custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #202020;
  background-color: #202020;
  outline: none;
}

.checkout-pg .checkout-form .accordion .pay .form-group .custom-control-input:checked ~ .custom-control-label p {
  color: #202020;
}

.checkout-pg .checkout-form .accordion .pay .form-group .custom-control-label::after, .checkout-pg .checkout-form .accordion .pay .form-group .custom-control-label::before {
  left: -.5rem;
}

.checkout-pg .checkout-form .accordion .pay .form-group img {
  width: 75px;
  height: 45px;
  -o-object-fit: contain;
     object-fit: contain;
  position: relative;
  top: -10px;
}

.checkout-pg .checkout-form .accordion .pay .form-group img span {
  font-size: 17px;
}

.checkout-pg .checkout-form .accordion .pay .form-group img, .checkout-pg .checkout-form .accordion .pay .form-group input {
  display: inline-block;
  width: auto;
  margin-right: 10px;
}

.checkout-pg .checkout-form .accordion .pay .form-group label {
  display: contents;
}

.checkout-pg .checkout-form .accordion .pay .form-group label p {
  position: relative;
  top: 9px;
  font-weight: bold;
}

.checkout-pg .checkout-form .accordion .pay .coupon input {
  padding: 10px;
  border: 1px solid #eee;
}

.checkout-pg .checkout-form .accordion .pay .coupon li {
  padding: 7px 10px;
  font-size: 15px;
}

.checkout-pg .checkout-form .accordion .pay .coupon li span {
  float: right;
}

.checkout-pg .checkout-form .accordion .pay .coupon li i {
  font-weight: bold;
  font-style: normal;
  color: #222;
}

.checkout-pg .checkout-form .accordion .pay .coupon li:last-of-type {
  border-top: 1px solid #eee;
  padding-top: 14px;
  margin-top: 7px;
}

.checkout-pg .checkout-form .accordion .pay .buy-btn {
  position: relative;
  left: 0%;
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}
/*# sourceMappingURL=style.css.map */