@charset "UTF-8";
body {
  font-family: "Tajawal", sans-serif;
  overflow-x: hidden !important;
  background-color: #F3F3F3;
}

a {
  text-decoration: none !important;
}

body::-webkit-scrollbar {
  width: 8px;
}

body.thin::-webkit-scrollbar {
  width: 2px;
}

::-webkit-scrollbar-track {
  border-radius: 0;
  background-color: #f6f6f6;
}

::-webkit-scrollbar-thumb {
  border-radius: 0px;
  background: #E5B001;
}

::-webkit-scrollbar-thumb:window-inactive {
  background: #E5B001;
}

.btn-orange, .user-form input[type=submit], .user-form button[type=submit], .entry-summary .tinvwl_add_to_wishlist_button, .woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt, .bapf_button {
  background: #E5B001;
  color: #ffffff;
  font-size: 18px;
  padding: 5px 30px;
  border-radius: 50px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.btn-orange:hover, .user-form input[type=submit]:hover, .user-form button[type=submit]:hover, .entry-summary .tinvwl_add_to_wishlist_button:hover, .woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover, .bapf_button:hover, .btn-orange:active, .user-form input[type=submit]:active, .user-form button[type=submit]:active, .entry-summary .tinvwl_add_to_wishlist_button:active, .woocommerce #respond input#submit.alt:active, .woocommerce a.button.alt:active, .woocommerce button.button.alt:active, .woocommerce input.button.alt:active, .bapf_button:active, .btn-orange:focus, .user-form input[type=submit]:focus, .user-form button[type=submit]:focus, .entry-summary .tinvwl_add_to_wishlist_button:focus, .woocommerce #respond input#submit.alt:focus, .woocommerce a.button.alt:focus, .woocommerce button.button.alt:focus, .woocommerce input.button.alt:focus, .bapf_button:focus {
  background: #515151;
  color: white;
}

.btn-gray {
  background: #D9D9D9;
  color: #000000;
  font-size: 16px;
  padding: 5px 30px;
  border-radius: 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.btn-gray:hover, .btn-gray:active, .btn-gray:focus {
  background: #515151;
  color: white;
  box-shadow: inset 0 0 0 2px white;
}

.btn-white {
  background: white;
  color: #515151;
  font-size: 20px;
  padding: 10px 30px;
  border-radius: 8px;
  transition: all 0.3s;
  box-shadow: 0px 13px 16px rgba(0, 0, 0, 0.16);
}

.btn-white:hover, .btn-white:active, .btn-white:focus {
  background: #515151;
  color: white;
  box-shadow: inset 0 0 0 2px white;
}

/* container */
@media (min-width: 1200px) {
  .container {
    max-width: 1266px;
    padding-left: 0;
    padding-right: 0;
  }
}
/* start index page */
.main-logo {
  margin-top: 40px;
  margin-bottom: 30px;
}

.main-logo img {
  width: 148px;
  height: 109px;
}

.logos .sun-spot-logo, .logos .wdq-logo {
  width: 439px;
  height: 439px;
  border-radius: 24px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  -o-border-radius: 24px;
  background-color: #fff;
  margin-bottom: 20px;
}

.logos .sun-spot-logo img, .logos .wdq-logo img {
  width: 269px;
  height: 220px;
  margin-right: auto;
  margin-left: auto;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.logos .sun-spot-logo img:hover, .logos .wdq-logo img:hover {
  opacity: 0.7;
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

@media (max-width: 400px) {
  .main-logo img {
    width: 110px;
    height: 80px;
  }

  .logos .sun-spot-logo, .logos .wdq-logo {
    width: 250px;
    height: 250px;
  }

  .logos .sun-spot-logo img, .logos .wdq-logo img {
    width: 180px;
    height: 160px;
  }
}
/* start home page */
/*start top bar */
.top-bar {
  padding-top: 12px;
  background-color: #fff;
}

.top-bar .logo {
  width: 254px;
  height: 81px;
}

.top-bar .logo img {
  width: 254px;
  height: 81px;
}

@media (max-width: 576px) {
  .top-bar .logo {
    margin-right: auto;
    margin-left: auto;
  }
}
.top-bar .form-inline {
  position: relative;
  width: 100%;
}

.top-bar .form-inline .form-control {
  position: relative;
  min-height: 45px;
  border-radius: 4px;
  border: none;
  background-color: #F3F3F3;
  border-radius: 4px;
}

.top-bar .form-inline .form-control::placeholder {
  color: #707070;
  opacity: 0.6;
  font-size: 14px;
  opacity: 0.6;
  text-transform: capitalize;
}

@media (max-width: 400px) {
  .top-bar .form-inline .form-control {
    width: 260px;
  }
}
@media (min-width: 400px) and (max-width: 576px) {
  .top-bar .form-inline .form-control {
    width: 280px;
  }
}
@media (min-width: 576px) and (max-width: 992px) {
  .top-bar .form-inline .form-control {
    width: 560px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .top-bar .form-inline .form-control {
    width: 440px;
    margin-right: 80px;
  }
}
@media (min-width: 1200px) and (max-width: 1300px) {
  .top-bar .form-inline .form-control {
    width: 700px;
  }
}
.top-bar .form-inline .form-control:focus {
  box-shadow: none;
  border: 1px solid #E5B001;
}

.top-bar .form-inline .search {
  position: absolute;
  right: 0;
  top: 3px;
}

.top-bar .links {
  margin-bottom: 0;
  display: flex;
  gap: 10px;
  align-items: center;
}

.top-bar .links a.favorites {
  margin-left: 10px;
  margin-right: 5px;
  text-decoration: none;
}

.top-bar .links a.cart {
  margin-left: 10px;
  text-decoration: none;
  position: relative;
}

.top-bar .links a.cart .cart-num.badge-primary {
  position: absolute;
  top: -12px;
  left: -12px;
  background-color: #fecd2a;
}

.top-bar .links a.sign-up {
  background-color: rgba(229, 176, 1, 0.1);
  padding: 0px 10px 0 0;
  border: none;
  border-radius: 17px;
  -webkit-border-radius: 17px;
  -moz-border-radius: 17px;
  -ms-border-radius: 17px;
  -o-border-radius: 17px;
  text-decoration: none;
  color: #E5B001;
  font-size: 15px;
  font-weight: bold;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
}

.top-bar .links a.sign-up:hover {
  background-color: #E5B001;
  color: #fff;
}

.top-bar .links .profile-dropdown {
  position: relative;
  top: 20%;
  background-color: rgba(229, 176, 1, 0.1);
  display: inline-block;
  border: none;
  border-radius: 17px;
  -webkit-border-radius: 17px;
  -moz-border-radius: 17px;
  -ms-border-radius: 17px;
  -o-border-radius: 17px;
  color: #505050;
  font-size: 15px;
  line-height: 18px;
}

.top-bar .profile-dropdown a {
  text-decoration: none;
  font-size: 16px;
  color: #505050;
  line-height: 28px;
}

.top-bar .profile-dropdown .profile-menu {
  position: relative;
}

.top-bar .profile-dropdown .profile-menu::before {
  position: absolute;
  content: " ";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background: #FF1313;
  top: 5px;
  left: 5px;
}

.top-bar .dropdown-toggle.profile-menu::after {
  display: none;
}

.top-bar .profile-dropdown .dropdown-menu {
  width: 124px;
  min-width: 1rem;
  box-shadow: 0px 2px 10px #00000029;
  border-radius: 12px;
  background-color: #fff;
  border: none;
  padding: 8px 5px;
}

.top-bar .profile-dropdown .dropdown-menu .dropdown-item {
  font-size: 12px;
  width: 108px;
  height: 37px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 5px;
  text-align: center;
  line-height: 20px;
  padding: 0.5rem;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

.login-user i {
  font-size: 26px;
}

.top-bar .profile-dropdown .dropdown-menu .dropdown-item.myprofile {
  color: #505050;
  background: rgba(80, 80, 80, 0.2);
}

.top-bar .profile-dropdown .dropdown-menu .dropdown-item.myprofile:hover {
  background: rgba(80, 80, 80, 0.4);
}

.top-bar .profile-dropdown .dropdown-menu .dropdown-item.log-out {
  color: #FF0000;
  background: rgba(255, 0, 0, 0.2);
}

.top-bar .profile-dropdown .dropdown-menu .dropdown-item.log-out:hover {
  background: rgba(255, 0, 0, 0.4);
}

#owl-demo .item img {
  display: block;
  width: 100%;
  height: auto;
}

/* Start Nav Code*/
.navbar {
  background-color: #fff;
}

@media (min-width: 1200px) {
  .collapse .navbar-nav {
    margin-left: 180px;
  }
}
@media (max-width: 992px) {
  .collapse .navbar-nav {
    text-align: center;
  }
}
.collapse .navbar-nav .nav-item .nav-link {
  letter-spacing: 0px;
  color: #363636;
  opacity: 0.65;
  font-size: 18px;
  transition: all 0.2s ease-in-out;
  font-size: 18px;
  height: 50px;
  text-transform: capitalize;
  border-bottom: 3px solid transparent;
}

@media (min-width: 1200px) {
  .collapse .navbar-nav .nav-item .nav-link {
    margin-right: 50px;
    line-height: 40px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .collapse .navbar-nav .nav-item .nav-link {
    margin-right: 40px;
  }
}
.collapse .navbar-nav .nav-item .nav-link:hover {
  color: #363636;
  opacity: 0.85;
  border-bottom: 3px solid #E5B001;
  font-weight: bold;
}

@media (max-width: 992px) {
  .collapse .navbar-nav .nav-item .nav-link:hover {
    color: #fff;
    background-color: #E5B001;
  }
}
.collapse .navbar-nav .nav-item.active .nav-link {
  color: #363636;
  opacity: 0.85;
  border-bottom: 3px solid #E5B001;
  font-weight: bold;
}

.collapse .navbar-nav .nav-item .dropdown-menu:hover .dropdown-item {
  background-color: #E5B001;
  color: #fff;
}

.collapse .navbar-nav .nav-item .dropdown-menu {
  padding: 0;
  border: none;
}

.collapse .navbar-nav .nav-item .dropdown-menu .dropdown-item {
  padding: 0.5rem 1.5rem;
  border-radius: 0.25rem;
  text-transform: capitalize;
  text-align: center;
}

.add_nav {
  background: #fff !important;
  transition: all 1s ease;
  box-shadow: -2px 2px 5px #e0dede;
}

.navNew {
  margin-top: -1px !important;
}

.main-menu {
  margin-top: 10px;
}

nav.navbar.navbar-expand-lg.navbar-light.fixed-top {
  position: static;
  padding-bottom: 0;
}

.navbar-nav > .nav-item {
  position: relative;
}

.navbar-nav > .nav-item a {
  text-decoration: none;
  color: #363636;
  font-size: 18px;
}

.navbar-nav > .nav-item .second-menu {
  position: absolute;
  background-color: #fff;
  min-width: 100%;
  z-index: 1100;
}

.navbar-nav > .nav-item .second-menu li {
  height: 40px;
  padding: 5px 10px;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

.navbar-nav > .nav-item.menu:hover .second-menu {
  display: block !important;
}

.navbar-nav > .nav-item .sub-menu {
  position: absolute;
  right: 99%;
  top: 0;
  z-index: 1100;
  background-color: #fff;
  min-width: 100%;
}

@media (max-width: 992px) {
  .navbar-nav > .nav-item .sub-menu {
    right: 0;
    top: 40px;
  }
}
.navbar-nav > .nav-item .second-menu li:hover {
  background-color: #e6a211;
}

.navbar-nav > .nav-item .second-menu li:hover > a {
  color: #fff;
}

.navbar-nav > .nav-item .second-menu li:hover .sub-menu {
  display: block !important;
}

.nav-item .nav-link.cat-link::after {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-left: 0.3em solid transparent;
  border-bottom: 0;
  border-right: 0.3em solid transparent;
}

/*end nav*/
/*start header */
.header {
  height: 513px;
  background-image: url(img/header-cover.png);
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  position: relative;
}

.header.wdq-header {
  background-image: url(img/wdq-header.svg);
}

.header .header-title {
  margin-top: 200px;
  color: #fff;
  font-size: 50px;
  font-weight: bold;
  text-transform: capitalize;
}

@media (max-width: 576px) {
  .header .header-title {
    font-size: 26px;
  }
}
.header .header-title span {
  color: #FECD2A;
}

.header .header-des {
  color: #fff;
  font-size: 22px;
  text-transform: capitalize;
}

/* end header */
/* start access resources */
.services {
  padding-top: 50px;
  position: relative;
}

@media (min-width: 1200px) {
  .services .col-xl-3 {
    flex: 0 0 20%;
    max-width: 20%;
  }
}
.services .services-heading {
  color: #0C0B0B;
  margin-bottom: 50px;
  font-size: 25px;
  font-weight: bold;
  position: relative;
  text-transform: capitalize;
}

.services .services-heading span {
  color: #E5B001;
}

.services .services-heading::before {
  position: absolute;
  content: " ";
  right: 50%;
  transform: translate(50%);
  top: 35px;
  width: 47px;
  height: 3px;
  background-color: #E5B001;
  -webkit-transform: translate(50%);
  -moz-transform: translate(50%);
  -ms-transform: translate(50%);
  -o-transform: translate(50%);
}

.services .services-des {
  width: 660px;
  color: #717171;
  font-size: 18px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 500px) {
  .services .services-des {
    width: 300px;
  }
}
.services .card {
  background-color: #fff;
  margin-bottom: 20px;
  text-align: center;
  height: 100%;
  border: none;
  padding-top: 32px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  transition: all 0.2s;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
}

.services .card img {
  width: 70px !important;
  height: 70px;
  margin: auto;
}

.services .card:hover img {
  filter: brightness(200%) hue-rotate(360deg) saturate(0%) contrast(1000%) invert(0%);
}

.services .card:hover .a, .services .card:hover .b {
  fill: white;
}

@media (max-width: 768px) {
  .services .card {
    margin-right: auto;
    margin-left: auto;
  }
}
@media (max-width: 400px) {
  .services .card {
    width: 260px;
    height: 220px;
  }

  .services .services-heading::before {
    top: 70px;
  }
}
@media (min-width: 576px) and (max-width: 1300px) {
  .services .card {
    width: 230px;
    height: 220px;
  }
}
.services .card:hover {
  background: transparent linear-gradient(-228deg, #FFD447 0%, #E5B001 100%) 100% 0% no-repeat padding-box;
}

.services .card:hover .card-title {
  color: #fff;
}

.services .card .card-title {
  color: #717171;
  font-size: 20px;
}

/* end services */
/* products owl carousel */
.products .owl-carousel .owl-nav button {
  transform: rotate(-180deg);
}

.products .owl-carousel .owl-nav button.owl-next {
  background-color: #E5B001 !important;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  width: 32px;
  height: 32px;
  position: absolute;
  left: -50px;
  top: 46%;
  opacity: 1 !important;
}

.products .owl-carousel .owl-nav button.owl-prev {
  background-color: #E5B001 !important;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  width: 32px;
  height: 32px;
  position: absolute;
  right: -50px;
  top: 46%;
  opacity: 1 !important;
}

.owl-carousel .owl-nav button.owl-next:focus, .owl-carousel .owl-nav button.owl-prev {
  outline: none;
}

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

/* start our products home*/
.products {
  padding-top: 100px;
}

.products .products-title {
  color: #0C0B0B;
  margin-bottom: 50px;
  font-size: 26px;
  font-weight: bold;
  position: relative;
  text-transform: capitalize;
}

.products .products-title span {
  color: #E5B001;
}

.products .products-title::before {
  position: absolute;
  content: " ";
  right: 50%;
  transform: translate(50%);
  top: 35px;
  width: 47px;
  height: 3px;
  background-color: #E5B001;
  -webkit-transform: translate(50%);
  -moz-transform: translate(50%);
  -ms-transform: translate(50%);
  -o-transform: translate(50%);
}

.products .owl-carousel .item {
  margin-bottom: 30px;
  position: relative;
}

.products .owl-carousel .item .add-fav {
  position: absolute;
  top: 0;
  cursor: pointer;
  right: 0;
}

.products .item a {
  text-decoration: none;
}

.products .item .course {
  padding-top: 10px;
  border-radius: 8px;
  background-color: #fff;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  transition: 0.3s;
	min-height: 300px;
}

.products .course:hover {
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.18);
}

.products .course:hover .models-title a {
  color: #E5B001;
}

.products .item .top-img {
  width: 126px;
  height: 126px;
  margin-left: auto;
  margin-right: auto;
}

.products .item .top-img img {
  width: 126px;
  height: 126px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}

.products .models-title a {
  color: #363636;
  display: block;
  font-size: 18px;
  margin-top: 15px;
  margin-bottom: 14px;
  margin-left: 16px;
  font-weight: bold;
  text-transform: capitalize;
}

.products .models-text .stars {
  margin-left: 20px;
}

.products .models-text .temp-price {
  color: #E5B001;
}

a.added_to_cart.wc-forward {
  display: none;
}

.products .item .course .button {
  margin: auto 20px 15px;
}

.products .btn-primary.add-product {
  width: 208px;
  height: 36px;
  line-height: 20px;
  color: #E5B001;
  border: 1.5px solid #E5B001;
  background-color: #fff;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  margin-right: auto;
  margin-left: auto;
}

.products .btn-primary.add-product:hover {
  color: #fff;
  border: 1.5px solid #E5B001;
  background-color: #E5B001;
}

@media (max-width: 1200px) {
  .products .btn-primary.add-product {
    width: 180px;
  }
}
@media (max-width: 500px) {
  .products .btn-primary.add-product {
    width: 200px;
  }
}
/* end products */
/* start our partners home*/
.partners {
  padding-top: 100px;
  padding-bottom: 100px;
}

.partners .partners-title {
  color: #0C0B0B;
  margin-bottom: 50px;
  font-size: 26px;
  font-weight: bold;
  position: relative;
  text-transform: capitalize;
}

.partners .partners-title span {
  color: #E5B001;
}

.partners .partners-title::before {
  position: absolute;
  content: " ";
  right: 50%;
  transform: translate(50%);
  top: 35px;
  width: 47px;
  height: 3px;
  background-color: #E5B001;
  -webkit-transform: translate(50%);
  -moz-transform: translate(50%);
  -ms-transform: translate(50%);
  -o-transform: translate(50%);
}

.partners .partners-des {
  width: 660px;
  color: #717171;
  font-size: 18px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}

.woocommerce-shop .single-product-wrapper .add-to-cart a:not(.added_to_cart), .woocommerce-page .single-product-wrapper .add-to-cart a:not(.added_to_cart) {
  margin: 0 10px 15px;
}

@media all and (max-width: 600px) {
  .products-grid {
    grid-template-columns: repeat(1, 1fr) !important;
  }

  .header-with-bg {
    min-height: auto;
  }

  .partners .partners-des {
    width: 100%;
  }
}
.partners .item {
  margin-bottom: 10px;
}

@media (max-width: 500px) {
  .partners .item {
    margin-right: auto;
    margin-left: auto;
  }
}
.partners .item img {
  margin-bottom: 16px;
  height: 130px;
  object-fit: contain;
}

.partners .owl-carousel .owl-nav button.owl-next, .partners .owl-carousel .owl-nav button.owl-prev {
  display: none;
}

.partners .owl-theme .owl-dots .owl-dot span {
  background-color: #fff;
  width: 14px;
  height: 14px;
}

.partners .owl-theme .owl-dots .owl-dot span:hover {
  background-color: #E5B001;
}

.partners .owl-theme .owl-dots .owl-dot.active span {
  background-color: #E5B001;
}

.partners .owl-carousel button.owl-dot:focus {
  outline: none;
}

/* start footer*/
.footer {
  background-image: url(img/patterns.svg);
  background-color: #FECD2A;
  color: #000;
  padding-top: 50px;
}

.footer .footer-title {
  margin-bottom: 50px;
}

.footer .footer-title h2 {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1rem;
  text-transform: capitalize;
}

@media (max-width: 576px) {
  .footer .footer-title h2 {
    font-size: 1.2rem;
  }
}
.footer h3 {
  margin-bottom: 25px;
  font-size: 20px;
  font-weight: bold;
}

.footer .social {
  margin-top: 40px;
  margin-bottom: 25px;
}

.footer .social .a, .footer .social .b, .footer .social g {
  fill: black;
}

.footer .social a:hover .a, .footer .social a:hover .b, .footer .social a:hover g {
  fill: white;
}

.footer .social li > a {
  margin-right: 10px;
  margin-bottom: 10px;
}

@media (max-width: 576px) {
  .footer .social li > a {
    margin-right: 5px;
  }
}
.footer .menu .menu-item > a {
  color: #000;
  text-decoration: none;
  line-height: 2;
  font-size: 16px;
}

.footer .copyrights {
  color: #000;
  opacity: 0.75;
}

@media (min-width: 1200px) {
  .footer .copyrights {
    height: 52px;
  }
}
.footer .copyrights {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  padding-top: 12px;
}

.footer .copyrights p {
  font-size: 18px;
  opacity: 0.85;
}

/* end home page */
/* start product page */
.product-header {
  padding-top: 40px;
  margin-bottom: 40px;
}

.product-header .header-title {
  font-size: 18px;
  text-transform: capitalize;
  margin-bottom: 30px;
}

.product-header .header-title a {
  text-decoration: none;
  margin-right: 5px;
  margin-left: 10px;
  color: #1970F2;
}

.product-header .header-title a.active {
  color: #515151;
}

.product-header .main-img {
  width: 385px;
  height: 371px;
  border-radius: 15px;
  background-color: rgba(226, 226, 226, 0.57);
  padding-top: 100px;
  margin-bottom: 15px;
}

.product-header .main-img img {
  width: 353px;
  height: 251px;
}

@media (max-width: 400px) {
  .product-header .main-img {
    width: 350px;
  }

  .product-header .main-img img {
    width: 340px;
  }
}
.product-header .small-imgs .sm-img {
  width: 60px;
  height: 59px;
  background-color: rgba(226, 226, 226, 0.57);
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  padding-top: 10px;
  margin-left: 4px;
  margin-bottom: 30px;
}

.product-header .small-imgs .sm-img img {
  width: 54px;
  height: 39px;
}

.product-header .available-product {
  background-color: #fff;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
  padding: 32px;
}

@media (min-width: 1200px) {
  .product-header .available-product {
    height: 446px;
  }
}
.product-header .available-product p.avail {
  text-transform: capitalize;
  color: #0BCB05;
  font-size: 16px;
}

.product-header .available-product h4 {
  color: #363636;
  font-size: 18px;
  font-weight: bold;
}

.product-header .available-product h4 img.star {
  margin-left: -4px;
}

.product-header .available-product p.product-p {
  color: #363636;
  font-size: 18px;
}

.product-header .available-product .price {
  font-size: 14px;
  margin-top: 50px;
  text-transform: capitalize;
  margin-bottom: 20px;
}

.product-header .available-product .price span {
  color: #E5B001;
  font-size: 18px;
  font-weight: bold;
}

.product-header .available-product a.btn.btn-primary.add, .product-header .available-product .entry-summary a.btn-primary.add.tinvwl_add_to_wishlist_button, .entry-summary .product-header .available-product a.btn-primary.add.tinvwl_add_to_wishlist_button, .product-header .available-product .woocommerce a.btn-primary.add.button.alt, .woocommerce .product-header .available-product a.btn-primary.add.button.alt, .product-header .available-product a.btn-primary.add.bapf_button {
  width: 290px;
  height: 42px;
  line-height: 28px;
  background: #E5B001;
  border: none;
  margin-right: 20px;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

.product-header .available-product a.btn.btn-primary.add:hover, .product-header .available-product .entry-summary a.btn-primary.add.tinvwl_add_to_wishlist_button:hover, .entry-summary .product-header .available-product a.btn-primary.add.tinvwl_add_to_wishlist_button:hover, .product-header .available-product .woocommerce a.btn-primary.add.button.alt:hover, .woocommerce .product-header .available-product a.btn-primary.add.button.alt:hover, .product-header .available-product a.btn-primary.add.bapf_button:hover {
  background: #d4a405;
}

.product-header .available-product a.btn.btn-primary.add:focus, .product-header .available-product .entry-summary a.btn-primary.add.tinvwl_add_to_wishlist_button:focus, .entry-summary .product-header .available-product a.btn-primary.add.tinvwl_add_to_wishlist_button:focus, .product-header .available-product .woocommerce a.btn-primary.add.button.alt:focus, .woocommerce .product-header .available-product a.btn-primary.add.button.alt:focus, .product-header .available-product a.btn-primary.add.bapf_button:focus {
  box-shadow: none;
}

@media (max-width: 576px) {
  .product-header .available-product a.btn.btn-primary.add, .product-header .available-product .entry-summary a.btn-primary.add.tinvwl_add_to_wishlist_button, .entry-summary .product-header .available-product a.btn-primary.add.tinvwl_add_to_wishlist_button, .product-header .available-product .woocommerce a.btn-primary.add.button.alt, .woocommerce .product-header .available-product a.btn-primary.add.button.alt, .product-header .available-product a.btn-primary.add.bapf_button {
    margin-bottom: 20px;
  }
}
/* end  product header */
/*start rates */
.rates .rates-title {
  background-color: #fff;
  color: #575757;
  font-weight: bold;
  font-size: 20px;
  text-transform: capitalize;
  padding: 17px 40px;
  margin-bottom: 23px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.rates .rates-average {
  width: 243px;
  height: 321px;
  background-color: #fff;
  padding: 20px;
  border-radius: 8px;
}

@media (max-width: 768px) {
  .rates .rates-average {
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 30px;
  }
}
@media (max-width: 576px) {
  .rates .rates-average {
    width: 350px;
  }
}
.rates .rates-average .rate-stars {
  margin-bottom: 20px;
}

.rates .rates-average .rate-progress {
  margin-top: 10px;
}

.rates .rates-average .rate-progress span {
  display: inline-block;
  margin-top: -8px;
}

.rates .rates-average .rate-progress .progress {
  width: 120px;
  height: 5px;
  margin-left: 10px;
  margin-right: 10px;
}

.rates .rates-average a.btn-primary.add-rate {
  width: 210px;
  height: 34px;
  color: #fff;
  text-transform: capitalize;
  background-color: #E5B001;
  border: none;
  border-radius: 4px;
  margin-top: 20px;
  line-height: 20px;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

.rates .rates-average a.btn-primary.add-rate:hover {
  background: #d4a405;
}

.rates .rates-average a.btn-primary.add-rate:focus {
  box-shadow: none;
}

.rates .comment .comment-name {
  color: #575757;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 7px;
}

.rates .comment .comment-name img {
  margin-right: -3px;
}

.rates .comment .comment-des {
  font-size: 14px;
}

/* rates modal*/
.rates .modal .modal-header {
  padding: 20px;
}

.rates .modal .modal-header .close {
  padding: 0;
  margin: 0;
}

.rates .modal .modal-header .close:focus {
  outline: none;
}

.rates .modal .modal-title {
  /* modal */
  margin-right: auto;
  font-size: 20px;
  font-weight: bold;
  color: #000;
}

.rates .modal .modal-body {
  padding: 30px;
}

.rates .modal .modal-body .rate-icon {
  cursor: pointer;
  margin-right: -4px;
}

.rates .modal .modal-footer {
  justify-content: center;
  border-top: none;
}

.rates .modal .modal-footer .btn-primary {
  width: 364px;
  height: 42px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  background-color: #FECD2A;
  border: 2px solid #FECD2A;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
}

.rates .modal .modal-footer .btn-primary:hover {
  background-color: #ddb121;
  border: 2px solid #ddb121;
}

.rates .modal textarea {
  max-width: 280px;
  height: 342px;
  border: none;
  border-radius: 6px;
  background: #F6F6F6;
  margin-right: auto;
  margin-left: auto;
  overflow: hidden;
  resize: none;
}

.rates .modal #rate-numbers {
  max-width: 280px;
  margin-right: auto;
  margin-left: auto;
  display: none;
}

@media (min-width: 992px) {
  .rates .modal #rate-numbers {
    max-width: 364px;
    margin-right: auto;
    margin-left: auto;
    border: none;
    border-radius: 6px;
    background: #F6F6F6;
  }

  .rates .modal textarea {
    max-width: 364px;
  }
}
.rates .modal textarea::placeholder {
  color: #8B8B8B;
  height: 342px;
  border: none;
  border-radius: 6px;
  background: #F6F6F6;
  margin-right: auto;
  margin-left: auto;
}

.rates .modal textarea::placeholder {
  color: #8B8B8B;
}

.rates .modal textarea:focus {
  border: 1px solid #ddb121;
  box-shadow: none;
}

/* end rates */
/* related products */
.products .products-title.related-title {
  font-size: 20px;
}

.products .products-title.related-title::before {
  display: none;
}

/* end products page*/
/* start categories page */
.products.categories {
  margin-top: 140px;
  padding-top: 40px;
}

@media (max-width: 992px) {
  .products.categories {
    margin-top: 300px;
  }
}
.products.categories .products-title.categories-title {
  font-size: 18px;
  text-transform: capitalize;
  margin-bottom: 30px;
}

.products.categories .products-title.categories-title::before {
  display: none;
}

.products.categories .products-title.categories-title a {
  text-decoration: none;
  margin-right: 5px;
  margin-left: 10px;
  color: #1970F2;
}

.products.categories .products-title.categories-title a.active {
  color: #515151;
}

/* end categories page */
/* start register login page */
.modal-body .container .row > .col-lg-6 {
  padding-left: 0;
  padding-right: 0;
}

@media (min-width: 576px) {
  #signInModal .modal-dialog, #signUpModal .modal-dialog, #passModal .modal-dialog, #mailModal .modal-dialog {
    max-width: 1264px;
  }
}
.modal-content {
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  margin-right: auto;
  margin-left: auto;
  padding: 0 !important;
}

@media (min-width: 1200px) {
  #signInModal .modal-content, #signUpModal .modal-content, #passModal .modal-content, #mailModal .modal-content {
    max-width: 1264px;
  }
}
#signInModal .modal-body, #signUpModal .modal-body, #passModal .modal-body, #mailModal .modal-body {
  padding: 0;
}

.login .customer {
  border: none;
  height: 100%;
  width: 631px;
  background-image: url(img/sign-up-picture.svg);
  background-size: cover;
  background-position: center center;
}

@media (max-width: 576px) {
  .login .customer {
    width: auto;
  }
}
.login .msg-form {
  border: none;
  padding: 47px;
  background-color: #fff;
  height: 100%;
}

@media (max-width: 576px) {
  .login .msg-form {
    height: auto;
    padding: 15px;
  }
}
.login .msg-form .form-heading {
  color: #363636;
  font-weight: bold;
  position: relative;
  font-size: 32px;
  text-transform: capitalize;
  line-height: 0.7;
  margin-bottom: 85px;
}

@media (max-width: 400px) {
  .login .msg-form .form-heading {
    font-size: 26px;
  }
}
.login .msg-form .form-heading span {
  color: #E5B001;
}

.login .msg-form .form-heading::before {
  position: absolute;
  content: " ";
  left: 0;
  top: 40px;
  height: 6px;
  width: 100px;
  background-color: #E5B001;
}

.login .msg-form .form-ask {
  font-size: 24px;
  color: #363636;
  margin-bottom: 20px;
}

.login form label {
  color: #000334;
  font-size: 16px;
  text-transform: capitalize;
  border: 0.2 solid #000334;
}

.login form .form-group {
  margin-bottom: 0.5rem;
}

.login form .form-control {
  background-color: #F1F1F1;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border: none;
  height: 40px;
}

.login form .form-control:focus {
  border: 1px solid #E5B001;
  box-shadow: none;
}

.login form .form-control::placeholder {
  color: #000334;
  opacity: 0.25;
  font-size: 16px;
}

.login .msg-form .send, .login .msg-form .facebook, .login .msg-form .twitter {
  width: 100%;
  height: 42px;
  border-radius: 3px;
  border: none;
  font-size: 16px;
  text-transform: uppercase;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  margin-bottom: 16px;
}

.login .msg-form .send {
  background-color: #E5B001;
  margin-top: 10px;
}

.login .msg-form .send:hover {
  background-color: #af8a11;
}

.login .msg-form .facebook {
  background-color: #4267B2;
  text-transform: capitalize;
}

.login .msg-form .facebook:hover {
  background-color: #32569e;
}

.login .msg-form .twitter {
  background-color: #00ACEE;
  text-transform: capitalize;
}

.login .msg-form .twitter:hover {
  background-color: #098ec2;
}

.login .msg-form .login-p {
  font-size: 16px;
  color: #000334;
  text-transform: capitalize;
  line-height: 0.6;
}

.login .msg-form .login-p a {
  color: #E5B001;
  text-decoration: none;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
}

.login .msg-form .login a:hover {
  color: #af8a11;
  text-decoration: none;
}

/* end register login page */
/* start sign up page */
.login .msg-form .form-heading.sign-up-heading {
  margin-bottom: 60px;
}

.login .msg-form .upload-img {
  position: relative;
  width: 80px;
  height: 78px;
  margin-bottom: 20px;
  cursor: pointer;
  margin-left: auto;
  margin-right: auto;
}

.login .msg-form .upload-img .upload-p {
  color: #000334;
  font-size: 12px;
  text-transform: capitalize;
  margin-top: 5px;
}

.login .msg-form .upload-img input[type=file] {
  z-index: 5;
  position: absolute;
  top: 20%;
  right: 0;
  width: 78px;
  opacity: 0;
}

.login .msg-form .sign-up {
  width: 100%;
  height: 40px;
  border-radius: 3px;
  border: none;
  font-size: 16px;
  background-color: #E5B001;
  margin-top: 10px;
  text-transform: uppercase;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  margin-bottom: 8px;
}

.login .msg-form .sign-up:hover {
  background-color: #af8a11;
}

.login .msg-form .login {
  font-size: 16px;
  color: #000334;
  text-transform: capitalize;
}

.login .msg-form .login a {
  color: #E5B001;
  text-decoration: none;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
}

.login .msg-form .login a:hover {
  color: #af8a11;
  text-decoration: none;
}

/* end sign up page */
/* start my cart page */
.my-cart {
  padding-top: 20px;
}

.my-cart .my-cart-head {
  height: 69px;
  background: #fff;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  margin-right: auto;
  margin-left: auto;
  padding: 10px 40px;
  margin-bottom: 20px;
}

@media (min-width: 992px) {
  .my-cart .my-cart-head {
    width: 620px;
  }
}
@media (max-width: 576px) {
  .my-cart .my-cart-head {
    height: 80px;
  }
}
.my-cart .my-cart-head ul li.process-step {
  width: 25%;
  position: relative;
  z-index: 2;
}

.my-cart .my-cart-head ul li.process-step::after {
  position: absolute;
  content: "";
  left: 50%;
  width: 100%;
  height: 1px;
  top: 10px;
  background-color: #DBDBDB;
  z-index: 1;
}

.my-cart .my-cart-head ul li.process-step:last-child::after {
  content: none;
}

.my-cart .my-cart-head ul li.process-step a {
  position: relative;
  text-decoration: none;
  background-image: url(img/grey.svg);
  height: 22px;
  width: 22px;
  border-radius: 50%;
  display: inline-block;
  z-index: 2;
  transition: color 0.3s ease-in-out;
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -ms-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
}

.my-cart .my-cart-head ul li.process-step.active a {
  background-image: url(img/current-state.svg);
  position: relative;
}

.my-cart .my-cart-head ul li.process-step.done a {
  background-image: url(img/done-state.svg);
}

.my-cart .my-cart-head ul li.process-step.done::after {
  background-color: #E5B001;
  height: 3px;
}

.my-cart .my-cart-head ul li.process-step p.cart-name {
  font-size: 12px;
  color: #7D7D7D;
  text-transform: capitalize;
  font-weight: bold;
}

.my-cart .my-cart-head ul li.process-step.active p.cart-name {
  color: #E5B001;
}

.my-cart .my-cart-body {
  background: #fff;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  margin-right: auto;
  margin-left: auto;
  padding: 20px 25px;
  height: auto;
}

@media (min-width: 992px) {
  .my-cart .my-cart-body {
    width: 620px;
  }
}
@media (max-width: 576px) {
  .my-cart .my-cart-body {
    padding: 5px;
  }
}
/* tabs panel */
.my-cart .container .tabs-outer {
  width: 100%;
  overflow: hidden;
}

.my-cart .container .all-tabs {
  display: flex;
  width: 600%;
}

.my-cart .container .all-tabs .tabs-panel {
  width: 20%;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.my-cart .container .all-tabs .tabs-panel .field {
  margin-top: 60px;
}

/* tab one */
.my-cart .my-cart-body .tab-one .media {
  background-color: #f3f3f3;
  border-radius: 8px;
  padding: 10px 20px;
  position: relative;
  margin: 10px;
}

@media (min-width: 992px) {
  .my-cart .my-cart-body .tab-one .media {
    width: 550px;
    min-height: 103px;
    max-height: 150px;
  }
}
@media (min-width: 400px) and (max-width: 576px) {
  .my-cart .my-cart-body .tab-one .media {
    width: 340px;
  }
}
@media (max-width: 400px) {
  .my-cart .my-cart-body .tab-one .media {
    width: 280px;
    min-height: 120px;
    max-height: 150px;
    padding: 10px;
  }
}
.my-cart .my-cart-body .tab-one .media .cancel-icon {
  position: absolute;
  top: 12%;
  right: 5%;
  cursor: pointer;
}

@media (max-width: 576px) {
  .my-cart .my-cart-body .tab-one .media .cancel-icon {
    right: 2%;
  }
}
.my-cart .my-cart-body .tab-one .media .media-body h5 {
  font-size: 16px;
  color: #363636;
  margin-top: 10px;
}

@media (min-width: 992px) {
  .my-cart .my-cart-body .tab-one .media .media-body h5 {
    width: 373px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .my-cart .my-cart-body .tab-one .media .media-body h5 {
    width: 300px;
  }
}
@media (min-width: 400px) and (max-width: 768px) {
  .my-cart .my-cart-body .tab-one .media .media-body h5 {
    width: 200px;
  }
}
@media (max-width: 400px) {
  .my-cart .my-cart-body .tab-one .media .media-body h5 {
    width: 160px;
  }
}
.my-cart .my-cart-body .tab-one .media .media-body .price {
  position: absolute;
  color: #E5B001;
  bottom: 20%;
  right: 15%;
  text-transform: capitalize;
}

@media (max-width: 576px) {
  .my-cart .my-cart-body .tab-one .media .media-body .price {
    bottom: 10%;
    right: 5%;
  }
}
.my-cart .my-cart-body .tab-one .media .media-body .counter-num {
  color: #E5B001;
}

.my-cart .my-cart-body .tab-one .media .media-body .counter-plus,
.my-cart .my-cart-body .tab-one .media .media-body .counter-minus {
  cursor: pointer;
  margin-left: 5px;
  margin-right: 5px;
}

.my-cart .tabs-panel .btns a.btn-primary.back, .my-cart .tabs-panel .btns a.btn-primary.next {
  height: 46px;
  line-height: 26px;
  text-transform: capitalize;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

.my-cart .tabs-panel .btns a.btn-primary.back:focus, .my-cart .tabs-panel .btns a.btn-primary.next:focus {
  box-shadow: none;
}

@media (min-width: 992px) {
  .my-cart .tabs-panel .btns a.btn-primary.back, .my-cart .tabs-panel .btns a.btn-primary.next {
    width: 265px;
  }
}
@media (max-width: 768px) {
  .my-cart .tabs-panel .btns a.btn-primary.back, .my-cart .tabs-panel .btns a.btn-primary.next {
    width: 160px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .my-cart .tabs-panel .btns a.btn-primary.back, .my-cart .tabs-panel .btns a.btn-primary.next {
    width: 240px;
  }
}
@media (max-width: 576px) {
  .my-cart .tabs-panel .btns a.btn-primary.back, .my-cart .tabs-panel .btns a.btn-primary.next {
    width: 110px;
  }
}
.my-cart .tabs-panel .btns a.btn-primary.back {
  border: 2px solid #E5B001;
  background-color: #fff;
  color: #E5B001;
  margin-right: 17px;
}

@media (max-width: 576px) {
  .my-cart .tabs-panel .btns a.btn-primary.back {
    margin-left: 20px;
  }
}
.my-cart .tabs-panel .btns a.btn-primary.back:hover {
  background-color: #E5B001;
  color: #fff;
}

.my-cart .tabs-panel .btns a.btn-primary.next {
  border: 2px solid #E5B001;
  background-color: #E5B001;
  color: #fff;
}

.my-cart .tabs-panel .btns a.btn-primary.next:hover {
  background-color: #d4a50a;
  border: 2px solid #c49807;
}

/* step 2 shipping info 1*/
.my-cart .tab-two .shipping .ship {
  height: 48px;
  width: 562px;
  font-size: 18px;
  font-weight: bold;
  padding: 8px 20px;
  margin-bottom: 12px;
  position: relative;
  background-color: #F3F3F3;
  border: 2px solid #F3F3F3;
  color: #515151;
  cursor: pointer;
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

@media (max-width: 400px) {
  .my-cart .tab-two .shipping .ship {
    width: 290px;
  }
}
@media (min-width: 400px) and (max-width: 576px) {
  .my-cart .tab-two .shipping .ship {
    width: 340px;
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  .my-cart .tab-two .shipping .ship {
    width: 400px;
  }
}
.my-cart .tab-two .shipping .ship.ship-one {
  position: relative;
}

.my-cart .tab-two .shipping .ship.ship-one .color-one,
.my-cart .tab-two .shipping .ship.ship-two .color-two,
.my-cart .tab-two .shipping .ship.ship-three .color-three,
.my-cart .tab-two .shipping .ship.ship-four .color-four {
  position: absolute;
  right: 2%;
  top: 15%;
  width: 62px;
  height: 31px;
  border-radius: 4px;
}

.my-cart .tab-two .shipping .ship.ship-one .color-one {
  background-color: #1970F2;
}

.my-cart .tab-two .shipping .ship.ship-two .color-two {
  background-color: #F2B119;
}

.my-cart .tab-two .shipping .ship.ship-three .color-three {
  background-color: #F219B1;
}

.my-cart .tab-two .shipping .ship.ship-four .color-four {
  background-color: #693DFF;
}

.active-color {
  border: 2px solid #1970F2 !important;
  color: #1970F2 !important;
}

/* step 3 shipping info 2 */
.my-cart .my-cart-body .tab-three .form-control {
  background-color: #F3F3F3;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  height: 40px;
  border: none;
}

@media (max-width: 576px) {
  .my-cart .my-cart-body .tab-three .form-control {
    width: 95%;
  }
}
.my-cart .my-cart-body .tab-three .form-control::placeholder {
  color: #535353;
  opacity: 0.65;
}

.my-cart .my-cart-body .tab-three textarea.form-control {
  height: 73px;
}

.my-cart .my-cart-body .tab-three .form-control:focus {
  border: 1px solid #E5B001;
  box-shadow: none;
}

/* step 4 */
.my-cart .my-cart-body .tab-four .panel-title {
  height: 48px;
  margin-top: 20px;
  margin-bottom: 16px;
  background-color: #f3f3f3;
  border-radius: 4px;
  padding: 10px 20px;
}

@media (max-width: 400px) {
  .my-cart .my-cart-body .tab-four .panel-title {
    width: 280px;
  }
}
@media (min-width: 400px) and (max-width: 576px) {
  .my-cart .my-cart-body .tab-four .panel-title {
    width: 340px;
  }
}
.my-cart .my-cart-body .tab-four .panel-title h4 {
  font-size: 18px;
  color: #515151;
  text-transform: capitalize;
  font-weight: bold;
}

.my-cart .my-cart-body .tab-four .panel-body {
  background-color: #f3f3f3;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}

@media (max-width: 400px) {
  .my-cart .my-cart-body .tab-four .panel-body {
    width: 280px;
  }
}
@media (min-width: 400px) and (max-width: 576px) {
  .my-cart .my-cart-body .tab-four .panel-body {
    width: 340px;
  }
}
.my-cart .my-cart-body .tab-four .panel-body .dropzone {
  border: none;
  background-color: #f3f3f3;
  position: relative;
  height: 246px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}

.dropzone .dz-message {
  z-index: 3;
  position: relative;
  opacity: 0;
}

.dropzone img {
  z-index: 0;
  position: absolute;
  right: 50%;
  top: 40%;
  transform: translateX(50%) translateY(-50%);
  -webkit-transform: translateX(50%) translateY(-50%);
  -moz-transform: translateX(50%) translateY(-50%);
  -ms-transform: translateX(50%) translateY(-50%);
  -o-transform: translateX(50%) translateY(-50%);
}

.my-cart .my-cart-body .tab-four .panel-body .dropzone .upload-p {
  margin-top: 120px;
  text-transform: capitalize;
  color: #363636;
  font-size: 16px;
}

/* step 5 */
.my-cart .my-cart-body .tab-five .apply-form .form-group {
  position: relative;
}

.my-cart .my-cart-body .tab-five .apply-form .form-group label {
  color: #515151;
  font-size: 16px;
  text-transform: capitalize;
}

.my-cart .my-cart-body .tab-five .apply-form .form-group .form-control {
  background-color: #F3F3F3;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  height: 40px;
  border: none;
}

.my-cart .my-cart-body .tab-five .apply-form .form-group .form-control::placeholder {
  color: #535353;
  opacity: 0.65;
}

.my-cart .my-cart-body .tab-five .apply-form .form-group .form-control:focus {
  border: 1px solid #E5B001;
  box-shadow: none;
}

.my-cart .my-cart-body .tab-five .apply-form .form-group a.btn-primary.apply {
  position: absolute;
  right: 1%;
  top: 50%;
  width: 82px;
  height: 32px;
  background-color: #E5B001;
  color: #fff;
  border: none;
  line-height: 20px;
  text-transform: capitalize;
}

.my-cart .tab-five .total, .my-cart .tab-five .shipping-fee,
.my-cart .my-cart-body .tab-five .final-amount {
  height: 30px;
  margin-bottom: 10px;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: bold;
  border-bottom: 1px solid #f1f1f1;
  color: #515151;
  position: relative;
}

.my-cart .tab-five .total p {
  margin-bottom: 0.5rem;
}

.my-cart .tab-five .total .price {
  position: absolute;
  right: 1%;
  top: 20%;
  color: #515151;
}

.my-cart .tab-five .shipping-fee .price {
  position: absolute;
  right: 1%;
  top: 20%;
  color: #515151;
}

.my-cart .tab-five .final-amount .final-price {
  position: absolute;
  right: 1%;
  top: 20%;
  color: #E5B001;
}

/* tab six */
.my-cart .tabs-panel.tab-six {
  height: 420px;
}

.my-cart .tab-six .done {
  margin-top: 100px;
}

.my-cart .tab-six .done #done-success {
  width: 116px !important;
  height: 116px !important;
}

.my-cart .tab-six .order-sent {
  color: #F2B119;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: bold;
  margin-top: 10px;
}

/* start about us page */
.about-header {
  height: 513px;
  background-image: url(img/header-patterns.svg);
  background-color: #FECD2A;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  position: relative;
}

.about-header .header-title {
  margin-top: 200px;
  color: #000;
  font-size: 50px;
  margin-bottom: 40px;
  font-weight: bold;
  text-transform: capitalize;
  line-height: 1.2rem;
}

@media (max-width: 400px) {
  .about-header .header-title {
    font-size: 26px;
  }
}
@media (min-width: 400px) and (max-width: 992px) {
  .about-header .header-title {
    font-size: 40px;
  }
}
.about-header .header-bullet {
  height: 45px;
  width: 25px;
  background: transparent;
  border: 2px solid #000;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 120px;
  position: relative;
  cursor: pointer;
}

.about-header .header-bullet::before {
  position: absolute;
  content: " ";
  width: 19px;
  height: 19px;
  background: #000;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  top: 2px;
  right: 1px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.about-header .header-bullet:hover::before {
  top: 20px;
}

/* end about header */
/* start about section*/
.about-section {
  padding: 100px;
}

@media (max-width: 992px) {
  .about-section {
    padding: 20px;
  }
}
.about-section .media {
  margin-bottom: 60px;
}

.about-section .media .media-title {
  font-size: 50px;
  text-transform: capitalize;
  color: #363636;
  font-weight: bold;
}

@media (max-width: 576px) {
  .about-section .media .media-title {
    font-size: 26px;
  }
}
.about-section .media .media-p {
  color: #363636;
  font-size: 20px;
  border-left: 6px solid #E5B001;
  padding-left: 15px;
  padding-top: 0;
}

/* start contact us page */
.contact-header {
  height: 513px;
  background-image: url(img/header-patterns.svg);
  background-color: #FECD2A;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 60px;
  margin-bottom: 250px;
}

@media (max-width: 992px) {
  .contact-header {
    height: auto;
    margin-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .contact-header .social-section {
    margin-top: 80px;
    margin-left: 40px;
  }
}
@media (max-width: 992px) {
  .contact-header .social-section {
    margin-bottom: 50px;
  }
}
.contact-header .social-section .header-title {
  color: #000;
  font-size: 54px;
  margin-bottom: 10px;
  font-weight: bold;
  text-transform: capitalize;
}

@media (max-width: 576px) {
  .contact-header .social-section .header-title {
    font-size: 26px;
  }
}
.contact-header .social-section .header-p {
  width: 451px;
  font-size: 18px;
  color: #000;
}

@media (max-width: 576px) {
  .contact-header .social-section .header-p {
    width: 350px;
  }
}
.contact-header .social-section .social-icons {
  padding-left: 0;
}

.contact-header .social-section .social-icons li {
  margin-right: 5px;
  position: relative;
}

.contact-header .contact-form {
  margin-top: 20px;
  width: 356px;
  height: 483px;
  background-color: #fff;
  border-radius: 16px;
  border: none;
  padding: 30px 20px;
}

@media (max-width: 576px) {
  .contact-header .contact-form {
    width: 340px;
  }
}
.contact-header .contact-form .form-title {
  color: #000;
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 20px;
}

.contact-header .contact-form .form-control, .wpforms-field-required {
  border: none !important;
  border-radius: 4px !important;
  background-color: #f5f5f5 !important;
  min-height: 42px;
}

.contact-header .contact-form .form-control:focus, .wpforms-field-required:focus {
  box-shadow: inset 0 0 0 1px #E5B001 !important;
}

[type=email], [type=number], [type=tel], [type=url] {
  direction: ltr;
}

.contact-header .contact-form ::placeholder {
  color: #000;
  opacity: 0.75;
}

.contact-header .contact-form textarea {
  height: 178px !important;
  margin-bottom: 24px;
  resize: none;
}

.contact-header .contact-form .wpforms-submit {
  width: 100%;
  height: 42px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  background-color: #000 !important;
  color: #fff !important;
  text-transform: capitalize;
  border: none;
}

.contact-header .contact-form a.btn-primary.send:focus {
  box-shadow: none;
}

/* start services page */
.services-header {
  height: 80vh;
  background-image: url(img/header-cover.png);
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  position: relative;
}

@media (max-width: 992px) {
  .services-header {
    margin-top: 200px;
  }
}
.services-header .header-title {
  margin-top: 350px;
  color: #fff;
  font-size: 50px;
  font-weight: bold;
  text-transform: capitalize;
}

@media (max-width: 400px) {
  .services-header .header-title {
    font-size: 26px;
    margin-top: 300px;
  }
}
@media (min-width: 400px) and (max-width: 992px) {
  .services-header .header-title {
    font-size: 40px;
    margin-top: 250px;
  }
}
/* start services content */
.services-content {
  padding-top: 50px;
  padding-bottom: 80px;
}

.services-content .services-p {
  font-size: 22px;
  color: #515151;
  margin-bottom: 20px;
  padding-left: 25px;
  position: relative;
}

.services-content .services-p::before {
  position: absolute;
  content: " ";
  left: 0;
  top: 8px;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background-color: transparent;
  border: 2px solid #E5B001;
}

@media (min-width: 1200px) {
  .services-content .services-p {
    width: 1003px;
    margin-right: 15px;
  }
}
/* start about us page */
.partners-header {
  height: 513px;
  background-image: url(img/header-patterns.svg);
  background-color: #FECD2A;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  position: relative;
}

.partners-header .header-title {
  margin-top: 200px;
  color: #000;
  font-size: 50px;
  margin-bottom: 20px;
  font-weight: bold;
  text-transform: capitalize;
}

@media (max-width: 400px) {
  .partners-header .header-title {
    font-size: 26px;
  }
}
@media (min-width: 400px) and (max-width: 992px) {
  .partners-header .header-title {
    font-size: 40px;
  }
}
.partners-header .header-bullet {
  height: 45px;
  width: 25px;
  background: transparent;
  border: 2px solid #000;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 120px;
  position: relative;
  cursor: pointer;
}

.partners-header .header-bullet::before {
  position: absolute;
  content: " ";
  width: 19px;
  height: 19px;
  background: #000;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  top: 2px;
  right: 1px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.partners-header .header-bullet:hover::before {
  top: 20px;
}

/* end partners */
/* start profile page */
.profile {
  margin-top: 144px;
  padding-top: 30px;
  margin-bottom: 20px;
}

@media (max-width: 992px) {
  .profile {
    margin-top: 300px;
    padding-top: 50px;
  }
}
.profile .profile-info {
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
  padding-top: 24px;
  padding-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

@media (min-width: 1200px) {
  .profile .profile-info {
    width: 611px;
    height: 530px;
  }
}
@media (max-width: 576px) {
  .profile .profile-info {
    background-color: #fff;
    border-radius: 10px;
    padding: 0px;
    padding-top: 24px;
    padding-bottom: 60px;
  }
}
.profile .profile-info .info-title {
  font-size: 24px;
  color: #363636;
  font-weight: bold;
  margin-bottom: 24px;
  text-transform: capitalize;
}

.profile .profile-info .btn-default.edit {
  position: absolute;
  right: 10%;
  top: 5%;
  background-color: rgba(229, 176, 1, 0.1);
  color: #E5B001;
  width: 60px;
  height: 38px;
  border-radius: 8px;
  border: none;
  font-size: 16px;
  text-transform: capitalize;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

@media (max-width: 400px) {
  .profile .profile-info .btn-default.edit {
    top: 15%;
  }
}
.profile .profile-info .upload-img {
  position: relative;
  width: 68px;
  height: 68px;
  margin-bottom: 20px;
  cursor: pointer;
  margin-right: auto;
  margin-left: auto;
}

.profile .profile-info .upload-img input[type=file] {
  z-index: 5;
  position: absolute;
  top: 20%;
  right: 0;
  width: 78px;
  opacity: 0;
}

.profile .profile-info .upload-img .overlay {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  background-image: linear-gradient(#00033400, #000334);
  border-radius: 50%;
  z-index: 2;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  opacity: 0.5;
}

.profile .profile-info .profile-img {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.profile .profile-info .upload-img .ch-profile {
  position: absolute;
  z-index: 3;
  top: 50%;
  right: 50%;
  transform: translateX(50%) translateY(-50%);
  -webkit-transform: translateX(50%) translateY(-50%);
  -moz-transform: translateX(50%) translateY(-50%);
  -ms-transform: translateX(50%) translateY(-50%);
  -o-transform: translateX(50%) translateY(-50%);
}

.profile .profile-info form label {
  color: #000334;
  font-size: 16px;
  text-transform: capitalize;
  border: 0.2 solid #000334;
}

.profile .profile-info form .form-group {
  margin-bottom: 0.8rem;
}

.profile .profile-info form .form-control {
  background-color: #F1F1F1;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border: none;
  height: 42px;
}

.profile .profile-info form .form-control:focus {
  border: 1px solid #E5B001;
  box-shadow: none;
}

.profile .profile-info .form-control::placeholder {
  color: #000334;
  opacity: 0.25;
  font-size: 16px;
}

.profile .profile-info .msg-form .save {
  background-color: #E5B001;
  width: 100%;
  height: 42px;
  border-radius: 3px;
  border: none;
  font-size: 16px;
  text-transform: capitalize;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  margin-top: 20px;
}

.profile .profile-info .msg-form .save:hover {
  background-color: #d1a30a;
}

.user-logged-in .dropdown > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-transform: capitalize;
}

.user-logged-in .user-avatar {
  width: 40px;
  height: 40px;
  overflow: hidden;
  border-radius: 50%;
  display: inline-block;
  margin: 0 7px 0 0;
}

.user-logged-in .user-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/****************************
======== Slider =========
****************************/
.single-hero-slide {
   background-size: 100% 100%;
  min-height: 500px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 10%;
}

.single-hero-slide .slide-title {
  color: #FECD2A;
  font-size: 50px;
  font-weight: bold;
}

.single-hero-slide .slide-description {
  color: #fff;
  font-size: 22px;
  margin: 1em 0;
}

.inner-page-header {
  background-size: cover !important;
  width: 100%;
}

.header-with-bg {
  min-height: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.products-grid {
  clear: both;
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(3, 1fr);
}

.single-product-wrapper {
  border-radius: 8px;
  background: #fff;
  box-shadow: 0px 13px 18px #e9e9e4;
  padding: 12px 12px 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: 0.3s;
}

.single-product-wrapper .top-icons {
  align-items: center;
}

.single-product-wrapper .top-icons .badge {
  background: #e9e9e4;
  color: #E5B001;
}

.single-product-wrapper .top-icons .badge .onsale {
  position: static;
  background: none;
  color: #000;
  line-height: normal;
}

.single-product-wrapper .price-rate {
  margin-bottom: 20px;
}

.single-product-wrapper .item-img {
  height: 200px;
  width: 100%;
  text-align: center;
  overflow: hidden;
}

.single-product-wrapper .item-img img {
  width: auto;
  height: 100%;
  object-fit: contain;
  margin: auto;
}

.single-product-wrapper .product-title {
  margin: 10px 0;
}

.single-product-wrapper .product-title a {
  color: #000;
  font-size: 18px;
  font-weight: 600;
}

.single-product-wrapper .item-price {
  font-weight: bold;
}

.single-product-wrapper .add-to-cart a:not(.added_to_cart) {
  background: #E5B001;
  display: block;
  color: white;
  padding: 10px;
  border-radius: 5px;
  line-height: normal;
}

.single-product-wrapper .add-to-cart img {
  margin-left: 10px;
}

.single-product-wrapper .add-to-cart:hover a {
  background: #E5B001 !important;
  color: #fff;
}

.single-product-wrapper .quick-view {
  padding: 10px;
  color: #828282;
  margin: 0 -12px 0;
  background: white;
  transition: 0.3s;
}

.single-product-wrapper .quick-view img {
  margin-left: 10px;
}

.single-product-wrapper .quick-view:hover {
  color: black;
  background: #cde2ff;
}

.single-product-wrapper:hover {
  box-shadow: 0 0 4px 0 #0000004d;
  transform: translateY(-4px);
}

.sidebar {
  padding: 2em;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0px 13px 18px #e9e9e4;
}

.sidebar i {
  color: #E5B001;
}

.berocket_single_filter_widget {
  margin-bottom: 15px;
  border-bottom: 1px solid #80808038;
}

.berocket_single_filter_widget h3 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 15px;
}

.bapf_sfilter.bapf_ckbox input[type=checkbox] {
  margin-left: 0px;
  margin-right: 5px;
}

.bapf_button {
  border: none;
}

.woocommerce div.product div.images img {
  max-height: 400px !important;
  object-fit: cover;
}

.product_meta a, .woocommerce-review-link, .product-name a {
  color: #E5B001;
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
  font-size: 16px;
  padding: 10px 30px;
  margin: 0 !important;
  color: white !important;
}

.entry-summary .tinvwl_add_to_wishlist_button {
  font-size: 16px;
  padding: 8px 30px;
  margin-top: 0 !important;
  line-height: 1;
  font-weight: 700;
  border: 0;
  display: inline-block;
  background-image: none;
  box-shadow: none;
  text-shadow: none;
}

.woocommerce-product-details__short-description {
  color: gray;
  margin: 1em 0 3em;
}

.quantity input::-webkit-outer-spin-button,
.quantity input::-webkit-inner-spin-button {
  display: none;
  margin: 0;
}

.quantity input.qty {
  appearance: textfield;
  -webkit-appearance: none;
  -moz-appearance: textfield;
}

.quantity .qty.text {
  position: relative;
  height: 38px;
  text-align: center;
  width: 62px;
  display: inline-block;
  font-size: 13px;
  margin: 0;
  resize: vertical;
  background: #d9cdd8;
  border: none !important;
  box-shadow: none !important;
  border-radius: 4px !important;
}

.quantity .qty_button {
  text-align: center;
  border-radius: 4px !important;
  background: #d9cdd8;
  border: none !important;
  box-shadow: none !important;
  outline: none !important;
  color: black;
  margin: 0px !important;
  -webkit-appearance: button;
  cursor: pointer;
  font-weight: bold;
  height: 38px;
  padding: 0;
  position: relative;
  min-width: 38px;
  width: auto;
  transition: all 300ms ease;
}

.woocommerce div.product form.cart {
  margin-bottom: 2em;
  display: flex;
  /* width: 100%; */
  align-items: center;
  justify-content: space-between;
}

.woocommerce div.product form.cart:before, .woocommerce div.product form.cart:after {
  display: none;
}

.related.products .products-grid {
  grid-template-columns: repeat(4, 1fr);
}

/****************************
======== Responsive =========
****************************/
@media (max-width: 1024px) {
  .contact-header .contact-form {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .owl-nav {
    display: none !important;
  }

  .w-25 {
    width: auto !important;
  }

  .single-hero-slide .slide-title {
    font-size: 22px;
  }

  .single-hero-slide .slide-description {
    font-size: 14px;
  }

  .top-bar .form-inline .form-control {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .top-bar {
    text-align: center;
  }

  .top-bar .links {
    margin-top: 20px;
  }

  .ubermenu-skin-minimal.ubermenu-responsive-toggle {
    background: #ededed;
    border-radius: 10px;
    margin: 10px 0;
  }
}
.breadcrumbs {
  padding: 0;
  font-size: 0.92em;
  color: #767676;
  margin: 2em 0;
}

.breadcrumbs a {
  color: #767676;
}

.breadcrumbs span {
  padding: 0 3px;
}

/****************************
======== User forms Modals =========
****************************/
.or {
  display: flex;
  justify-content: center;
  align-items: center;
  color: grey;
}

.or:after,
.or:before {
  content: "";
  display: block;
  background: grey;
  width: 30%;
  height: 1px;
  margin: 0 10px;
}

.modal-backdrop {
  background: #004B93;
}

.modal-content {
  border-radius: 10px;
  border: none;
  padding: 1em;
}

.modal-header {
  border-bottom: none;
}

.modal-title {
  font-weight: 600;
}

.user-form {
  padding: 0 3em;
}

.user-form .login-password label, .user-form .login-username label {
  display: none;
}

.user-form .form-control input:not([type=submit]) {
  border: 1px solid #E5B001 !important;
  border-radius: 4px !important;
  min-height: 50px !important;
  padding: 10px 30px !important;
  margin-bottom: 15px !important;
  display: block !important;
  width: 100% !important;
  outline: none !important;
  max-width: 100% !important;
}

.user-form .password-input-wrapper {
  position: relative;
}

.user-form .password-input-wrapper .togglePassword {
  position: absolute;
  top: 6px;
  right: 20px;
  background: none;
  border: none;
  color: #828282;
  font-size: 25px;
}

.user-form .social-login li i {
  font-size: 25px;
  padding: 10px;
}

.user-form .social-login li i.fa-facebook-square {
  color: #3B5999;
}

.user-form .social-login li i.fa-twitter {
  color: #03A9F4;
}

.user-form .social-login li i.fa-google {
  background: conic-gradient(from 45deg, #ea4335 110deg, #4285f4 90deg 180deg, #34a853 180deg 270deg, #fbbc05 270deg) 73% 55%/150% 150% no-repeat;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

.user-form .login-submit, .user-form .wpforms-submit-container {
  text-align: center;
}

.user-form input[type=submit], .user-form button[type=submit] {
  width: 60%;
  margin: auto;
}

div.wpforms-container-full .wpforms-form button[type=submit] {
  background-color: #E5B001 !important;
  margin-top: 10px;
  width: 100%;
  height: 42px;
  border-radius: 3px;
  border: none;
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 16px;
  color: #fff !important;
}

div.wpforms-container-full .wpforms-form input.wpforms-field-medium {
  margin: auto;
  max-width: 100%;
}

.favourite-page .single-cart-item {
  margin-bottom: 30px;
  box-shadow: 0px 11px 14px rgba(0, 0, 0, 0.1);
}

.white-wrapper {
  background: #fff;
  box-shadow: 0px 11px 14px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
 

.aside-menu, .woocommerce-MyAccount-navigation ul {
  margin-bottom: 0;
  list-style: none;
  padding: 0;
}

.aside-menu li:not(.dropdown-divider), .woocommerce-MyAccount-navigation ul li:not(.dropdown-divider) {
  color: #828282;
  padding: 10px 20px;
  font-weight: 500;
  transition: 0.3s;
}

.aside-menu li:not(.dropdown-divider):hover, .woocommerce-MyAccount-navigation ul li:not(.dropdown-divider):hover {
  margin-left: 10px;
}

.aside-menu li:not(.dropdown-divider).is-active a, .woocommerce-MyAccount-navigation ul li:not(.dropdown-divider).is-active a {
  color: #E5B001;
}

.aside-menu li:not(.dropdown-divider).is-active:before, .woocommerce-MyAccount-navigation ul li:not(.dropdown-divider).is-active:before {
  color: #E5B001;
}

.aside-menu li:not(.dropdown-divider):before, .woocommerce-MyAccount-navigation ul li:not(.dropdown-divider):before {
  font-family: "Font Awesome 5 Free";
  margin-right: 10px;
  transition: 0.3s;
}

.aside-menu li:not(.dropdown-divider).woocommerce-MyAccount-navigation-link--dashboard:before, .woocommerce-MyAccount-navigation ul li:not(.dropdown-divider).woocommerce-MyAccount-navigation-link--dashboard:before {
  content: "";
  font-weight: 600;
}

.aside-menu li:not(.dropdown-divider).woocommerce-MyAccount-navigation-link--orders:before, .woocommerce-MyAccount-navigation ul li:not(.dropdown-divider).woocommerce-MyAccount-navigation-link--orders:before {
  content: "";
  font-weight: 600;
}

.aside-menu li:not(.dropdown-divider).woocommerce-MyAccount-navigation-link--downloads:before, .woocommerce-MyAccount-navigation ul li:not(.dropdown-divider).woocommerce-MyAccount-navigation-link--downloads:before {
  content: "";
  font-weight: 600;
}

.aside-menu li:not(.dropdown-divider).woocommerce-MyAccount-navigation-link--edit-address:before, .woocommerce-MyAccount-navigation ul li:not(.dropdown-divider).woocommerce-MyAccount-navigation-link--edit-address:before {
  content: "";
  font-weight: 600;
}

.aside-menu li:not(.dropdown-divider).woocommerce-MyAccount-navigation-link--edit-account:before, .woocommerce-MyAccount-navigation ul li:not(.dropdown-divider).woocommerce-MyAccount-navigation-link--edit-account:before {
  content: "";
}

.aside-menu li:not(.dropdown-divider).woocommerce-MyAccount-navigation-link--tinv_wishlist:before, .woocommerce-MyAccount-navigation ul li:not(.dropdown-divider).woocommerce-MyAccount-navigation-link--tinv_wishlist:before {
  content: "";
}

.aside-menu li:not(.dropdown-divider).woocommerce-MyAccount-navigation-link--customer-logout, .woocommerce-MyAccount-navigation ul li:not(.dropdown-divider).woocommerce-MyAccount-navigation-link--customer-logout {
  border-top: 1px solid #f1917b6c;
}

.aside-menu li:not(.dropdown-divider).woocommerce-MyAccount-navigation-link--customer-logout:before, .woocommerce-MyAccount-navigation ul li:not(.dropdown-divider).woocommerce-MyAccount-navigation-link--customer-logout:before {
  content: "";
  font-weight: 600;
}

.aside-menu li:not(.dropdown-divider) a, .woocommerce-MyAccount-navigation ul li:not(.dropdown-divider) a {
  color: #828282;
}

.aside-menu li:not(.dropdown-divider) i, .woocommerce-MyAccount-navigation ul li:not(.dropdown-divider) i {
  margin-right: 8px;
  font-size: 20px;
}

.aside-menu li:not(.dropdown-divider).active a, .aside-menu li:not(.dropdown-divider):hover a, .woocommerce-MyAccount-navigation ul li:not(.dropdown-divider).active a, .woocommerce-MyAccount-navigation ul li:not(.dropdown-divider):hover a {
  color: #E5B001;
}

.aside-menu li:not(.dropdown-divider).active:before, .aside-menu li:not(.dropdown-divider):hover:before, .woocommerce-MyAccount-navigation ul li:not(.dropdown-divider).active:before, .woocommerce-MyAccount-navigation ul li:not(.dropdown-divider):hover:before {
  color: #E5B001;
  transition: 0.3s;
}

.aside-menu .dropdown-divider, .woocommerce-MyAccount-navigation ul .dropdown-divider {
  border-top-color: #f1917b6c;
}

.woocommerce-MyAccount-content {
  padding: 2em;
  line-height: 2;
}

.woocommerce-MyAccount-content a {
  color: #E5B001;
}

.user-panel-wrapper {
  height: 100%;
}

.user-panel-wrapper .info-line {
  display: flex;
  justify-content: space-between;
  padding: 15px 30px;
}

.user-panel-wrapper .info-line strong {
  flex-basis: 150px;
}

.user-panel-wrapper .info-line .info {
  flex: auto;
  margin-left: 10px;
  color: #474444;
}

.user-panel-wrapper .info-line + .info-line {
  border-top: 1px solid #f1917b6c;
}

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, .select2-selection--single {
  width: 100%;
  margin: 0;
  outline: 0;
  line-height: normal;
  padding: 11px;
  border: 1px solid #80808042 !important;
  background: #fafafa !important;
  height: auto !important;
}

button.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/*# sourceMappingURL=style.css.map */

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #eee;
	clip: auto !important;
	clip-path: none;
	color: #444;
	display: block;
	font-size: 1em;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}
.white-wrapper img , img {
	max-width:100%;
	height:auto;
}
.floating-whatsapp i.fab.fa-whatsapp {
    position: fixed;
    left: 1rem;
    bottom: 1rem;
    font-size: 4rem;
	color: #ffffff;
    background: linear-gradient(#25d366,#25d366) 14% 84%/16% 16% no-repeat, radial-gradient(#25d366 60%,transparent 0);
}