/**
 * WEBSITE: https://furioustheme.com
 * GITHUB: https://github.com/furioustheme/
 */

/*!------------------------------------------------------------------
[MAIN STYLESHEET]

PROJECT:	Project Name
VERSION:	Versoin Number
-------------------------------------------------------------------*/
/*------------------------------------------------------------------
[TABLE OF CONTENTS]
-------------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css?family=Lato:300,400,700,900");
body {
  line-height: 1.2;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  font-size: 14px;
}

p {
  font-weight: 400;
  color: #3b3b3b;
  font-size: 14px;
  line-height: 25px;
  font-family: "Lato", sans-serif;
  text-transform: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #3b3b3b;
  font-weight: 300;
  text-transform: uppercase;
}

h1,
.h1 {
  font-size: 65px;
}
@media (max-width: 575px) {
  h1,
.h1 {
    font-size: 30px;
  }
}

h2,
.h2 {
  font-size: 45px;
}
@media (max-width: 575px) {
  h2,
.h2 {
    font-size: 30px;
  }
}

h3,
.h3 {
  font-size: 35px;
}
@media (max-width: 575px) {
  h3,
.h3 {
    font-size: 20px;
  }
}

h4,
.h4 {
  font-size: 25px;
}

h5,
.h5 {
  font-size: 18px;
}

h6,
.h6 {
  font-size: 15px;
}

.btn {
  font-size: 14px;
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
  padding: 20px 60px;
  font-weight: 700;
  border: 0;
  border-radius: 0;
  position: relative;
  z-index: 1;
  transition: 0.2s ease;
}
.btn:focus {
  outline: 0;
  box-shadow: none;
}

.btn-sm {
  padding: 15px 60px;
}

.btn-primary {
  background: #fff;
  color: #3b3b3b;
  box-shadow: 0px 15px 38px 0px rgba(0, 0, 0, 0.12);
}
.btn-primary:hover {
  background: #fff;
  color: #3b3b3b;
}

.btn-secondary {
  background: #363636;
  color: #fff;
  box-shadow: 0px 15px 38px 0px rgba(0, 0, 0, 0.12);
}
.btn-secondary:hover {
  background: #363636;
  color: #fff;
}

body {
  background-color: #fff;
  overflow-x: hidden;
}

/* preloader */
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
}

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

img {
  vertical-align: middle;
  border: 0;
}

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

a,
button {
  cursor: pointer;
}

.section {
  padding: 100px 0;
  text-transform: uppercase;
}
.section-title {
  margin-bottom: 20px;
}
.section-title-content {
  font-size: 20px;
  margin-bottom: 50px;
  font-weight: 300;
  text-transform: none;
}
@media (max-width: 575px) {
  .section-title-content {
    font-size: 15px;
  }
}

.red {
  color: #e82d2d;
}

.gold {
  color: #edc24e;
}

.collection-item {
  position: relative;
  overflow: hidden;
}
@media (max-width: 991px) {
  .collection-item {
    margin-bottom: 30px;
  }
}
.collection-item img {
  transition: 0.3s ease;
}
.collection-item-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  text-align: center;
  background: rgba(255, 255, 255, 0.9);
  top: 0;
  left: 0;
  transform: scale(0);
  transition: 0.3s ease;
}
.collection-item-content {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}
.collection-item-content h3 {
  margin-bottom: 20px;
  position: relative;
}
.collection-item-content h3::before {
  position: absolute;
  content: "";
  height: 2px;
  width: 40px;
  background: #363636;
  left: 50%;
  bottom: -10px;
  transform: translateX(-50%);
}
.collection-item-title {
  text-align: center;
  display: none;
  margin-top: 10px;
}
@media (max-width: 575px) {
  .collection-item-title {
    display: block;
  }
}
.collection-item:hover .collection-item-overlay {
  transform: scale(1);
}
.collection-item:hover img {
  transform: scale(1.3);
}
@media (max-width: 575px) {
  .collection-item:hover .collection-item-overlay {
    transform: scale(0);
  }
  .collection-item:hover img {
    transform: scale(1);
  }
}

.product-menu {
  border-bottom: 1px solid #dbdedf;
  margin-bottom: 30px;
}
.product-menu li {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  color: #808080;
  margin: 0 35px;
  padding-bottom: 10px;
  cursor: pointer;
}
.product-menu li.active {
  color: #3b3b3b;
  border-bottom: 2px solid #363636;
}
@media (max-width: 575px) {
  .product-menu li {
    margin: 0 10px;
  }
}
@media (max-width: 400px) {
  .product-menu li {
    margin: 0 5px;
    font-size: 12px;
  }
}
.product-item {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}
.product-item img {
  transition: 0.3s ease;
}
.product-item .tag {
  position: absolute;
  left: 0;
  top: 30px;
  z-index: 9;
  padding: 5px 15px;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
}
.product-item .tag.on-sale-tag {
  background: #e82d2d;
  -webkit-clip-path: polygon(100% 0, 89% 50%, 100% 100%, 0% 100%, 0 51%, 0% 0%);
          clip-path: polygon(100% 0, 89% 50%, 100% 100%, 0% 100%, 0 51%, 0% 0%);
}
.product-item .tag.discount-tag {
  background: #363636;
}
.product-item:hover .product-overlay {
  transform: scale(1);
}
.product-item:hover img {
  transform: scale(1.3);
}
@media (max-width: 575px) {
  .product-item:hover .product-overlay {
    transform: scale(0);
  }
  .product-item:hover img {
    transform: scale(1);
  }
}
.product-overlay {
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.9);
  height: 100%;
  width: 100%;
  transform: scale(0);
  transition: 0.3s ease;
}
.product-info {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  text-align: center;
}
.product-info h4.product-name {
  position: relative;
  margin-bottom: 20px;
}
.product-info h4.product-name::before {
  position: absolute;
  content: "";
  height: 2px;
  width: 40px;
  background: #363636;
  left: 50%;
  bottom: -10px;
  transform: translateX(-50%);
}
.product-info h4.new-price {
  font-weight: 700;
  margin-bottom: 10px;
}
.product-info s {
  font-size: 15px;
  color: #808080;
}
.product-info-mobile {
  display: none;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
}
@media (max-width: 575px) {
  .product-info-mobile {
    display: flex;
  }
}
.product-info-mobile s,
.product-info-mobile p {
  color: #808080;
  display: inline-block;
  font-size: 15px;
  font-weight: 700;
}
.product-info-mobile p {
  color: #3b3b3b;
  margin-right: 10px;
}

.banner {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 200px 0 130px;
}
@media (max-width: 575px) {
  .banner {
    padding: 190px 0 50px;
  }
}
.banner h1 {
  color: #fff;
  margin-bottom: 90px;
}
@media (max-width: 575px) {
  .banner h1 {
    margin-bottom: 60px;
  }
}

.feature .section-title {
  margin-bottom: 60px;
}
.feature-item {
  margin-bottom: 30px;
}
@media (max-width: 575px) {
  .feature-item {
    text-align: center;
  }
}
.feature-item i {
  font-size: 24px;
  color: #808080;
  margin-bottom: 15px;
  display: block;
}
.feature-item h6 {
  font-weight: 900;
  margin-bottom: 10px;
}
.feature-item p {
  color: #808080;
}

.featured-product-content {
  margin-left: 60px;
  width: 60%;
}
@media (max-width: 991px) {
  .featured-product-content {
    margin: 100px 0;
  }
}
.featured-product-content p {
  color: #808080;
}
.featured-product-title {
  position: relative;
  line-height: 1.2;
  margin-bottom: 75px;
}
.featured-product-title::before {
  position: absolute;
  font-size: 220px;
  z-index: -2;
  color: #f3f5f5;
  bottom: -70px;
  font-weight: 700;
  margin-left: -15px;
}
@media (max-width: 575px) {
  .featured-product-title::before {
    bottom: -100px;
  }
}

.gallary-item {
  position: relative;
  overflow: hidden;
}
.gallary-item img {
  transition: 0.3s ease;
}
.gallary-item-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  text-align: center;
  background: rgba(255, 255, 255, 0.9);
  top: 0;
  left: 0;
  transform: scale(0);
  transition: 0.3s ease;
}
.gallary-item-overlay h6 {
  position: relative;
  top: 50%;
  font-size: 14px;
  font-weight: 700;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}
.gallary-item-overlay h6::before {
  position: absolute;
  content: "";
  height: 2px;
  width: 40px;
  left: 50%;
  bottom: -20px;
  background: #363636;
  transform: translateX(-50%);
}
.gallary-item:hover .gallary-item-overlay {
  transform: scale(1);
}
.gallary-item:hover img {
  transform: scale(1.3);
}

@media (max-width: 991px) {
  .product-single-content {
    padding: 50px 0;
  }
}
.product-single-content h2 {
  margin-bottom: 20px;
}
.product-single-content h3 {
  font-size: 40px;
  margin-bottom: 55px;
}
@media (max-width: 1200px) {
  .product-single-content h3 {
    margin-bottom: 30px;
  }
}
.product-single-content p {
  color: #808080;
  margin-bottom: 70px;
}
@media (max-width: 1200px) {
  .product-single-content p {
    margin-bottom: 40px;
  }
}
.product-single-content .color-swatch {
  margin-bottom: 70px;
}
@media (max-width: 1200px) {
  .product-single-content .color-swatch {
    margin-bottom: 40px;
  }
}
.product-single-content .color-swatch li {
  height: 13px;
  width: 13px;
  border: 2px solid #fff;
  box-shadow: 0 0 0 1px #dbdedf;
  margin: 0 6px;
  cursor: pointer;
}
.product-single-content .color-swatch li.active {
  box-shadow: 0 0 0 1px #000;
}
.product-single-content .btn {
  margin-bottom: 50px;
}
@media (max-width: 1200px) {
  .product-single-content .btn {
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .product-single-content .btn {
    margin-bottom: 50px;
  }
}
.product-single-content .social-link li {
  margin: 0 6px;
  padding: 5px 15px;
  font-size: 15px;
  font-weight: 700;
  border: 1px solid;
  border-color: #808080;
  transition: 0.3s ease;
}
.product-single-content .social-link li:first-child {
  margin-left: 0;
}
@media (max-width: 400px) {
  .product-single-content .social-link li {
    font-size: 10px;
  }
}
.product-single-content .social-link li a {
  color: #808080;
  transition: 0.3s ease;
}
.product-single-content .social-link li a i {
  display: inline-block;
  margin-right: 5px;
}
.product-single-content .social-link li.facebook:hover {
  border-color: #3B5998;
}
.product-single-content .social-link li.facebook:hover a {
  color: #3B5998;
}
.product-single-content .social-link li.twitter:hover {
  border-color: #429CD6;
}
.product-single-content .social-link li.twitter:hover a {
  color: #429CD6;
}
.product-single-content .social-link li.pinterest:hover {
  border-color: #CD2029;
}
.product-single-content .social-link li.pinterest:hover a {
  color: #CD2029;
}

.testimonial-slider {
  position: relative;
}
.testimonial-slider .slick-dots {
  bottom: -65px;
}
.testimonial-slider div {
  outline: 0;
}
.testimonial-item {
  outline: 0;
  padding: 60px 30px;
  background: #f3f5f6;
  text-align: center;
}
.testimonial-item .client-image {
  border-radius: 50%;
  overflow: hidden;
  height: 100px;
  width: 100px;
  margin: 0 auto 40px;
}
.testimonial-item h5 {
  font-weight: 700;
  margin-bottom: 30px;
}
.testimonial-item p {
  color: #808080;
  margin-bottom: 30px;
}
.testimonial-item h6 {
  font-weight: 700;
}

@media (max-width: 991px) {
  .collection-more-item {
    margin-bottom: 50px;
  }
}
.collection-more-item .item-image {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}
.collection-more-item .item-image img {
  transition: 0.3s ease;
}
.collection-more-item .item-image-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.9);
  text-align: center;
  transform: scale(0);
  transition: 0.3s ease;
}
.collection-more-item .item-image-overlay h6 {
  position: relative;
  top: 50%;
  font-size: 14px;
  font-weight: 700;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}
.collection-more-item .item-image-overlay h6::before {
  position: absolute;
  content: "";
  height: 2px;
  width: 40px;
  left: 50%;
  bottom: -20px;
  background: #363636;
  transform: translateX(-50%);
}
.collection-more-item .item-image:hover .item-image-overlay {
  transform: scale(1);
}
.collection-more-item .item-image:hover img {
  transform: scale(1.3);
}
.collection-more-item .item-info h5 {
  font-weight: 700;
}
.collection-more-item .item-info p,
.collection-more-item .item-info s {
  display: inline-block;
  font-weight: 700;
}
.collection-more-item .item-info s {
  color: #808080;
  margin-left: 15px;
}
.collection-more-item .item-info ul li {
  margin: 0 1px;
  color: #808080;
}
@media (max-width: 575px) {
  .collection-more-item .item-info-content {
    display: flex;
    justify-content: space-between;
    align-content: center;
  }
  .collection-more-item .item-info-content s,
.collection-more-item .item-info-content p {
    font-weight: 700;
    font-size: 15px;
    margin-top: -5px;
  }
}

.blog-item {
  margin-bottom: 80px;
  display: block;
}
@media (max-width: 575px) {
  .blog-item {
    text-align: center;
  }
}
.blog-item img {
  margin-bottom: 20px;
}
.blog-item h5 {
  font-weight: 700;
  margin-bottom: 10px;
}
.blog-item p {
  color: #808080;
}
.blog-date {
  font-style: italic;
  color: #808080;
  margin-bottom: 20px;
}

.brand-item {
  text-align: center;
  height: 160px;
  width: 100%;
  background: #e6e9ef;
}
@media (max-width: 991px) {
  .brand-item {
    margin-bottom: 30px;
  }
}
.brand-item img {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

@media (max-width: 575px) {
  .map {
    margin-bottom: 190px;
  }
}
.map-canvas {
  height: 550px;
  position: relative;
}
.map-overlay {
  position: absolute;
  top: 80px;
  left: 85px;
  padding: 50px 160px 50px 35px;
  background: #fff;
}
@media (max-width: 575px) {
  .map-overlay {
    top: 280px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    padding: 50px 20px;
    width: 300px;
  }
}
@media (max-width: 400px) {
  .map-overlay {
    width: 200px;
  }
}
.map-overlay h6 {
  font-weight: 700;
  margin-bottom: 25px;
}
.map-overlay p {
  text-transform: uppercase;
  color: #808080;
  margin-bottom: 30px;
}
.map-overlay .btn-direction {
  border: 1px solid #dbdedf;
  padding: 15px 20px;
  color: #3b3b3b;
}

.footer {
  padding: 70px 0 30px;
  align-self: center;
}
@media (max-width: 767px) {
  .footer {
    text-align: center;
  }
}
.footer p {
  text-transform: uppercase;
  color: #808080;
}
@media (max-width: 767px) {
  .footer ul {
    float: unset !important;
    margin-bottom: 50px;
  }
}
.footer ul li {
  margin: 0 10px;
}
@media (max-width: 991px) {
  .footer ul li {
    margin: 0 5px;
  }
}
.footer ul li a {
  color: #808080;
  text-transform: uppercase;
}
.footer ul li a i {
  background: #e6e9ef;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  display: inline-block;
  font-size: 18px;
  line-height: 40px;
  text-align: center;
  color: #3b3b3b;
}

.modal-content {
  padding: 0;
  border-radius: 0;
  position: relative;
}
.modal-content .close {
  position: absolute;
  top: 10px;
  right: 10px;
}
.modal-body {
  padding: 0;
}
.modal-form {
  padding-right: 25px;
  text-align: left;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 991px) {
  .modal-form {
    padding: 20px;
    text-align: center;
  }
}
.modal-form h3 {
  font-size: 30px;
  margin-bottom: 5px;
}
.modal-form p {
  font-size: 18px;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .modal-form p {
    margin-bottom: 10px;
    font-size: 14px;
  }
}
.modal-form .form-control {
  border: 1px solid #363636;
  border-radius: 0;
  width: 100%;
  margin-bottom: 20px;
  height: 50px;
}
@media (max-width: 575px) {
  .modal-form .form-control {
    margin-bottom: 10px;
  }
}

.navigation {
  padding-right: 0;
  padding-left: 0;
  margin-top: 0px;
  display: block;
}

.navbar {
  background-color: #fff;
  min-height: 80px;
  border-bottom: 1px solid #fff;
  position: relative;
}
.navbar.navbar-sticky {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 99999;
}
.navbar.navbar-sticky .toolbar {
  right: 15px;
}

.toolbar {
  height: 100%;
  position: absolute;
  right: 0px;
  top: 0;
  width: 780px;
  z-index: 10;
}
@media (min-width: 300px) and (max-width: 479px) {
  .toolbar {
    width: 60%;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .toolbar {
    width: 60%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .toolbar {
    width: 60%;
  }
}
.toolbar .inner {
  display: table;
  height: 100%;
  table-layout: fixed;
  width: 100%;
}
.toolbar .inner:hover i {
  color: #3b3b3b;
}
.toolbar-toggle {
  background-color: #e6e9ef;
  border-left: 1px solid #fff;
  color: #363636;
  display: table-cell;
  font-size: 24px;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease 0s;
  vertical-align: middle;
}
.toolbar-toggle.active {
  background-color: #fff;
}
.toolbar-toggle.active > i {
  opacity: 0;
  transform: translateY(-20px) scale(0.7);
}
.toolbar-toggle.active::after {
  opacity: 1;
  transform: translateY(0px) scale(1);
}
.toolbar-toggle > i {
  display: inline-block;
  font-style: normal;
  opacity: 1;
  position: relative;
  transform: translateY(0px) scale(1);
  transition: transform 0.3s ease 0s, opacity 0.15s ease 0s;
}
.toolbar-toggle::after {
  content: "\e646";
  display: block;
  font-family: "themify" !important;
  margin-top: -24px;
  opacity: 0;
  transform: translateY(20px) scale(0.7);
  transition: transform 0.3s ease 0s, opacity 0.15s ease 0s;
}
.toolbar-dropdown {
  background-color: #fff;
  box-shadow: 0px 35px 46px rgba(0, 0, 0, 0.1);
  height: 90vh;
  opacity: 0;
  overflow-y: auto;
  padding-top: 80px;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.35s ease 0s;
  visibility: hidden;
  width: 780px;
  z-index: 5;
}
@media (min-width: 300px) and (max-width: 479px) {
  .toolbar-dropdown {
    width: 100%;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .toolbar-dropdown {
    width: 100%;
    height: 100vh;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .toolbar-dropdown {
    width: 60%;
    height: 100vh;
  }
}
.toolbar-dropdown.open {
  opacity: 1;
  visibility: visible;
}
.toolbar-section {
  display: none;
  padding: 30px 40px;
  width: 100%;
  transition: all 0.2s cubic-bezier(0.3, 0.73, 0.3, 0.74);
}
.toolbar-section.current {
  -webkit-animation: 0.4s ease 0s normal none 1 running slideUp;
          animation: 0.4s ease 0s normal none 1 running slideUp;
  display: block;
}
@media (min-width: 300px) and (max-width: 479px) {
  .toolbar-section.current {
    padding: 10px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .toolbar-section.current {
    padding: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .toolbar-section.current {
    padding: 15px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .toolbar-section.current {
    padding: 15px;
  }
}
.toolbar-section .inner {
  width: 100%;
}

.menu-items {
  position: relative;
  height: 100%;
  margin: 35px 60px;
}
@media (min-width: 300px) and (max-width: 479px) {
  .menu-items {
    margin: 20px 45px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .menu-items {
    margin: 20px 45px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .menu-items {
    margin: 25px 60px;
  }
}
.menu-items ul {
  display: block;
  position: relative;
  padding: 35px 0;
}
@media (min-width: 300px) and (max-width: 479px) {
  .menu-items ul {
    padding: 20px 0px;
  }
}
.menu-items ul::before {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  content: "";
  border-left: 1px solid #dbdedf;
}
.menu-items ul li {
  -webkit-animation: fadeInUp 0.3s both 0.1s cubic-bezier(0.26, 0.63, 0.68, 1.04);
          animation: fadeInUp 0.3s both 0.1s cubic-bezier(0.26, 0.63, 0.68, 1.04);
  position: relative;
  padding: 18px 0px;
}
.menu-items ul li a {
  transition: color 0.3s ease-in-out;
  font-size: 14px;
  position: relative;
  font-weight: 700;
  line-height: 1.2;
  padding: 10px 30px;
  color: #808080;
  text-transform: uppercase;
}
.menu-items ul li a::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  opacity: 0;
  border-left: 1px solid #3b3b3b;
  bottom: 0;
}
.menu-items ul li a:hover {
  color: #3b3b3b;
}
.menu-items ul li a:hover::before {
  opacity: 1;
}
.menu-items ul li .current a {
  color: #3b3b3b;
}
.menu-items ul li .current a::before {
  opacity: 1;
}

.login-panel {
  margin: 20px 40px;
  position: relative;
  display: block;
  max-width: 410px;
}
.login-panel h3 {
  -webkit-animation: fadeInUp 0.3s both 0.1s cubic-bezier(0.26, 0.63, 0.68, 1.04);
          animation: fadeInUp 0.3s both 0.1s cubic-bezier(0.26, 0.63, 0.68, 1.04);
  margin-bottom: 30px;
}
.login-panel input[type=text],
.login-panel input[type=password] {
  display: block;
  font-size: 14px;
  line-height: 48px;
  padding: 0 15px;
  color: #363636;
  width: 100%;
  border: 1px solid #000;
  margin: 20px 0px;
  -webkit-animation: fadeInUp 0.3s both 0.1s cubic-bezier(0.26, 0.63, 0.68, 1.04);
          animation: fadeInUp 0.3s both 0.1s cubic-bezier(0.26, 0.63, 0.68, 1.04);
}
.login-panel a#forget-pass {
  float: right;
  line-height: 1;
  margin-top: -15px;
  font-style: italic;
  color: #808080;
  font-size: 14px;
  border-bottom: 2px solid #dbdedf;
  -webkit-animation: fadeInUp 0.8s both 0.4s;
          animation: fadeInUp 0.8s both 0.4s;
}
.login-panel p {
  -webkit-animation: fadeInUp 0.8s both 0.4s;
          animation: fadeInUp 0.8s both 0.4s;
  margin-top: 45px;
  font-size: 14px;
  font-weight: 700;
  color: #808080;
}
@media (min-width: 300px) and (max-width: 479px) {
  .login-panel p {
    margin-top: 60px;
  }
}
.login-panel p a {
  color: #3b3b3b;
  text-transform: uppercase;
  border-bottom: 2px solid #dbdedf;
}

.checkbox {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 70px;
  -webkit-animation: fadeInUp 0.8s both 0.4s;
          animation: fadeInUp 0.8s both 0.4s;
}
@media (min-width: 300px) and (max-width: 479px) {
  .checkbox {
    margin-top: 100px;
  }
}
.checkbox .check {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  bottom: 0;
  left: 0;
  right: 0;
  border: 1px solid;
  transform: translateY(-50%);
}
.checkbox .check input {
  display: none;
}
.checkbox .check input:checked + .box {
  background-color: #fff;
}
.checkbox .check input:checked + .box::after {
  top: 0;
}
.checkbox .check .box {
  width: 100%;
  height: 100%;
  transition: all 1.1s cubic-bezier(0.19, 1, 0.22, 1);
  background-color: #fff;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.checkbox .check .box::after {
  width: 65%;
  height: 40%;
  content: "";
  position: absolute;
  border-left: 3.5px solid;
  border-bottom: 3.5px solid;
  border-color: #363636;
  transform: rotate(-45deg) translate3d(0, 0, 0);
  transform-origin: center center;
  transition: all 1.1s cubic-bezier(0.19, 1, 0.22, 1);
  left: 0;
  right: 0;
  top: 200%;
  bottom: 15%;
  margin: auto;
}
.checkbox button {
  position: absolute;
  right: 0;
  cursor: pointer;
  border: none;
  background: #363636;
  padding: 17px 80px;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
}
@media (min-width: 300px) and (max-width: 479px) {
  .checkbox button {
    padding: 15px 50px;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.checkbox span {
  position: relative;
  margin-left: 25px;
  color: #808080;
  font-size: 14px;
}

.cart-list {
  padding-left: 0;
  margin-bottom: 100px;
  text-align: left;
}
.cart-item {
  display: flex;
  padding: 20px 0;
  border-bottom: 1px solid #dbdedf;
}
.cart-item-image {
  margin-right: 20px;
}
.cart-item-details {
  flex-basis: 60%;
}
.cart-item-details h6 {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 10px;
}
@media (max-width: 575px) {
  .cart-item-details h6 {
    margin-bottom: 0;
  }
}
.cart-item-details p {
  color: #808080;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cart-item-details p {
    margin-bottom: 10px;
  }
}
.cart-item-details p span {
  font-weight: 700;
  color: #3b3b3b;
}
.cart-item-details ul {
  border: 1px solid #dbdedf;
  display: inline-block;
}
.cart-item-details ul li {
  height: 40px;
  width: 40px;
  margin: 0 !important;
  text-align: center;
  line-height: 40px;
}
@media (max-width: 575px) {
  .cart-item-details ul li {
    height: 25px;
    width: 25px;
    line-height: 25px;
  }
}
.cart-item-details ul li:not(:last-child) {
  border-right: 1px solid #dbdedf;
}
.cart-item-details ul li a {
  color: #3b3b3b;
}
.cart-item-details ul li i {
  color: #808080;
}
.cart-item-price {
  font-size: 30px;
  color: #3b3b3b;
  align-self: center;
  flex-basis: 20%;
}
.cart-item-cancel {
  align-self: center;
}
@media (max-width: 575px) {
  .cart-item-cancel {
    align-self: auto;
  }
}
.cart-item-cancel i {
  font-size: 15px;
  color: #3b3b3b;
}
.cart .inner {
  text-align: right;
}
@media (max-width: 575px) {
  .cart .inner {
    text-align: center;
  }
}
.cart .inner .btn {
  box-shadow: none;
}
@media (max-width: 575px) {
  .cart .inner .btn {
    padding: 10px 20px;
  }
}
.cart .inner .btn-primary {
  background: #e6e9ef;
}

@media (max-width: 1200px) {
  .search {
    margin-top: 20px;
  }
}
.search-box {
  height: 50px;
  border: 1px solid #363636;
  display: block;
  width: 100%;
  padding: 0 10px;
}
.search .btn-submit {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  background: #363636;
  border: 0;
  display: block;
  height: 100%;
  width: 100%;
}
@media (max-width: 575px) {
  .search .btn-submit {
    padding: 10px 0;
  }
}

.hero-slider {
  background: #e6e9ef;
  position: relative;
}
@media (max-width: 991px) {
  .hero-slider {
    padding: 100px 0;
  }
}
.hero-slider-item:focus {
  outline: 0;
}
.hero-slider-content {
  margin-left: 10%;
}
@media (max-width: 991px) {
  .hero-slider-content {
    margin-left: 0;
    text-align: center;
  }
}
.hero-slider-content h1 {
  margin-bottom: 40px;
}
@media (max-width: 575px) {
  .hero-slider-content h1 {
    margin-bottom: 10px;
  }
}
.hero-slider-content p {
  font-size: 25px;
  margin-bottom: 40px;
  font-weight: 300;
  line-height: 35px;
}
@media (max-width: 575px) {
  .hero-slider-content p {
    font-size: 15px;
    line-height: 25px;
    margin: 0 20px 15px;
  }
}
.hero-slider img {
  margin-top: 50px;
}
@media (max-width: 991px) {
  .hero-slider img {
    height: 400px;
    width: auto;
    margin: auto;
  }
}

.slick-dots {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  padding-left: 0;
}
.slick-dots li {
  float: left;
  margin: 0 5px;
}
.slick-dots li button {
  height: 6px;
  width: 6px;
  padding: 0;
  display: inline-block;
  border-radius: 50%;
  border: 0;
  background: #d0d0d0;
  color: transparent;
  overflow: hidden;
}
.slick-dots li button:focus {
  outline: 0;
}
.slick-dots li.slick-active button {
  background: #000;
}
/*# sourceMappingURL=style.css.map */
