/*
-----------------------------------------------------------------------
  General
-----------------------------------------------------------------------
*/

body {
  color: #707070;
  font-size: 0.875rem;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  line-height: 1.7143;
  margin: 0;
  overflow-x: hidden;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  color: #0f0f0f;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 10px;
  margin-top: 0;
}

a {
  color: #ffc107;
  text-decoration: none;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
a:hover, a:active, a:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #111;
  outline: none;
  text-decoration: none;
}
a img {
  border: none;
}

.required { color: red!important; }

.btn:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

p {
  margin-bottom: 30px;
}
p:last-child {
  margin-bottom: 0;
}

:active,
:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none !important;
}

::-moz-selection {
  background: #F26B0F;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #F26B0F;
  color: #fff;
  text-shadow: none;
}

::-moz-selection {
  background: #F26B0F; /* Firefox */
  color: #fff;
  text-shadow: none;
}

::-webkit-selection {
  background: #F26B0F; /* Safari */
  color: #fff;
  text-shadow: none;
}

input[type=checkbox], input[type=radio] {
  accent-color: #ffd535;
}

.select2-container {
  width: 100%!important;
}

.list-group-item:hover {
  cursor: pointer;
}
.list-group-item.active {
  z-index: 2;
  color: #000;
  background-color: rgba(255, 213, 53, 0.1);
  border-color: #ffd535;
  font-weight: 500!important;
}

.form-check-input:checked {
  background-color: #111;
  border-color: #111;
}

.form-check-input:focus {
  border-color: #5f5f5f;
  outline: 0;
  box-shadow: 0 0 0 .25rem rgba(0, 0, 0, .1);
}

img {
  max-width: 100%;
}

iframe {
  border: none !important;
}

textarea:focus, textarea:active, input:focus, input:active {
  outline: none;
}

ul {
  margin: 0;
  padding: 0;
}
ul li {
  list-style: none;
}

pre,
ul,
ol,
dl,
dd,
blockquote,
address,
table,
fieldset {
  margin-bottom: 30px;
}

table p {
  margin-bottom: 0;
}

.object-fit-cover {
  object-fit: cover;
}

::placeholder {
  color: #939393!important;
  opacity: 1; /* Firefox */
}

::-ms-input-placeholder { /* Edge 12 -18 */
  color: #939393!important;
}
.select2-selection__placeholder {
  color:#939393 !important;
}
.wrapper {
  overflow: hidden;
  position: relative;
}
.page-header-area {
  position: relative;
  position: relative;
    height: 300px;
    display: flex;
    align-items: center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.page-header-area:before {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(247,217,51,0) 100%);
  z-index: 1;
}
.page-header-content .title {
  color: #fff;
  position: relative;
  z-index: 99;

}
/* Breadcrumb */
.breadcrumb a:hover, .breadcrumb a:focus {
  color: #ff9601;
}
.breadcrumb-area {
  margin-bottom: 0;
  z-index: 100;
  position: relative;
}
.breadcrumb-area .breadcrumb {
  background-color: transparent;
  display: block;
  -ms-flex-wrap: unset;
  flex-wrap: unset;
  letter-spacing: 0;
  margin-bottom: 0;
  padding: 0;
}
.breadcrumb-area .breadcrumb li {
  color: #f5f5f5;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  position: relative;
}
.breadcrumb-area .breadcrumb .breadcrumb-sep {
  font-size: 14px;
  color: #fff;
  margin: 0 10px;
  vertical-align: -1px;
}

/*
-----------------------------------------------------------------------
  Header
-----------------------------------------------------------------------
*/
.header-area {
  padding: 0;
}
.header-area.header-default {
  background-color: #fff;
  padding: 0;
  position: relative;
  z-index: 999;
}
.header-area .sticky-header {
  transition: all 0.4s ease-out;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
}
.header-area.header-default .header-align.align-default {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.header-area.header-style2.header-default .header-align {
  padding: 20.5px 0;
}
.header-area.header-default .header-align {
  padding: 15px 0;
}
.header-navigation-area {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.header-area .sticky-header.sticky {
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.15);
  box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.15);
  border: 0 !important;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99;
  animation: ease-in-out 0.6s fadeInDown;
  -webkit-animation: ease-in-out 0.6s fadeInDown;
  -moz-animation: ease-in-out 0.6s fadeInDown;
  -ms-animation: ease-in-out 0.6s fadeInDown;
  -o-animation: ease-in-out 0.6s fadeInDown;
}
.header-area.header-style2 .sticky-header.sticky {
  padding: 15px 0;
}
.header-area.header-style2 .sticky-header.sticky {
  padding: 0!important;
}
.header-area.header-default .header-align.align-default .align-left {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sticky-header.sticky .header-navigation-area .align-left, .sticky-header.sticky .header-navigation-area .align-right {
  display: flex !important;
  width: 200px !important;
  justify-content: end;
}
.header-area.header-default .header-align.align-default .align-left .header-logo-area {
  float: left;
  margin-right: 0;
  width: 200px;
}
.header-logo-area {
  position: relative;
}
.header-navigation-area .align-center {
  width: 70%;
}
.header-area.header-default .header-align .header-navigation-area .main-menu.nav > li {
  margin-right: 30px;
}
.main-menu > li {
  margin-right: 14px;
  padding: 3px 0;
}
.header-area.header-default .header-align .header-navigation-area .main-menu.nav > li > a:hover, .header-area.header-default .header-align .header-navigation-area .main-menu.nav > li > a.active {
  color: #F26B0F;
}
.header-area.header-default .header-align .header-navigation-area .main-menu.nav > li > a:last-child {
  padding-right: 0;
}
.header-area.header-default .header-align .header-navigation-area .main-menu.nav > li > a {
  color: #1d1d1d;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.1;
  padding: 0 25px 0 0;
  text-transform: capitalize;
}
.header-area .header-action-area {
  width: 200px;
  display: flex;
  justify-content: end;
}
.header-area .header-action-area .shop-button-group .shop-button-item .shop-button .icon, .header-area .header-action-area .shop-button-group .user-button-item .user-button .icon {
  color: #0f0f0f;
  font-size: 24px;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
.header-area .header-action-area .shop-button-group .shop-button-item .popup-cart-content, .header-area .header-action-area .shop-button-group .user-button-item .popup-user-content {
  background-color: #fff;
  -webkit-box-shadow: 0 3px 25.5px 4.5px rgba(0, 0, 0, 0.06);
          box-shadow: 0 3px 25.5px 4.5px rgba(0, 0, 0, 0.06);
  margin: 0;
  width: 450px;
  top: 100%;
  left: auto;
  right: 0;
  position: absolute;
  z-index: 1001;
  text-align: left;
  padding-top: 0;
  margin-top: 17px;
  max-height: 0;
  overflow: hidden;
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
}
.header-area .header-action-area .shop-button-group .user-button-item .popup-user-content{
  width: 250px;
  box-shadow: none;
}
.header-area .header-action-area .shop-button-group .user-button-item:hover .popup-user-content{
  -webkit-box-shadow: 0 3px 25.5px 4.5px rgba(0, 0, 0, 0.06);
  box-shadow: 0 3px 25.5px 4.5px rgba(0, 0, 0, 0.06);
}
.header-area .header-action-area .shop-button-group {
  line-height: 1;
}
.header-area .header-action-area .shop-button-group .shop-button-item .popup-cart-content .popup-product-list {
  margin-bottom: 0;
  max-height: 271px;
  overflow-y: auto;
  padding: 15px;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.header-area .header-action-area .shop-button-group .shop-button-item .popup-cart-content .popup-product-list .product-list-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px;
  margin-bottom: 22px;
}
.header-area .header-action-area .shop-button-group .shop-button-item .popup-cart-content .popup-product-list .product-list-item a {
  position: relative;
  display: block;
}
.header-area .header-action-area .shop-button-group .shop-button-item .popup-cart-content .popup-product-list .product-list-item img {
  float: left;
  max-width: 85px;
  margin-right: 10px;
}
.header-area .header-action-area .shop-button-group .shop-button-item .popup-cart-content .popup-product-list .product-list-item .product-quantity {
  background-color: #F26B0F;
  position: absolute;
  top: 5px;
  left: 5px;
  min-width: 20px;
  line-height: 20px;
  border-radius: 50%;
  padding: 0;
  text-align: center;
  color: #fff;
  font-size: 12px;
  display: inline-block;
}
.header-area .header-action-area .shop-button-group .shop-button-item .popup-cart-content .popup-product-list .product-list-item .product-title {
  display: block;
  text-transform: capitalize;
  font-size: 15px;
  line-height: 20px;
  color: #0f0f0f;
  font-weight: 300;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 28px;
}
.header-area .header-action-area .shop-button-group .shop-button-item .popup-cart-content .popup-product-list .product-list-item .product-title:hover {
  color: #F26B0F;
}
.header-area .header-action-area .shop-button-group .shop-button-item .popup-cart-content .popup-product-list .product-list-item .product-price {
  display: block;
  margin: 9px 0 0;
  font-size: 17px;
  font-weight: 700;
  color: #0f0f0f;
}
.header-area .header-action-area .shop-button-group .shop-button-item .popup-cart-content .popup-product-list .product-list-item .product-size {
  display: block;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  color: #909296;
  margin: 8px 0 0;
}
.header-area .header-action-area .shop-button-group .shop-button-item .popup-cart-content .popup-product-list .product-list-item .product-close {
  position: absolute;
  font-size: 18px;
  color: #888;
  top: 30px;
  right: 0px;
  padding-right: 0;
}
.header-area .header-action-area .shop-button-group .shop-button-item .popup-cart-content .popup-product-list .product-list-item .product-close:hover {
  color: #F26B0F;
}
.header-area .header-action-area .shop-button-group .shop-button-item .popup-cart-content .popup-product-list::-webkit-scrollbar {
  display: none;
}
.header-area .header-action-area .shop-button-group .shop-button-item .popup-cart-content .price-content {
  padding: 30px;
}
.header-area .header-action-area .shop-button-group .shop-button-item .popup-cart-content .price-content .cart-subtotals .products {
  display: flow-root;
  line-height: 25px;
  margin-bottom: 8px;
}
.header-area .header-action-area .shop-button-group .shop-button-item .popup-cart-content .price-content .cart-subtotals .products .label {
  float: left;
  font-weight: 300;
  color: #9b9b9b;
  font-size: 17px;
  text-transform: uppercase;
  line-height: 1;
}
.header-area .header-action-area .shop-button-group .shop-button-item .popup-cart-content .price-content .cart-subtotals .products .value {
  float: right;
  font-weight: 600;
  color: #9b9b9b;
  font-size: 17px;
  line-height: 1;
}
.header-area .header-action-area .shop-button-group .shop-button-item .popup-cart-content .price-content .cart-total {
  display: flow-root;
  line-height: 25px;
  margin-bottom: 0;
  margin-top: 10px;
}
.header-area .header-action-area .shop-button-group .shop-button-item .popup-cart-content .price-content .cart-total .label {
  color: #0f0f0f;
  float: left;
  font-weight: 600;
  font-size: 17px;
  text-transform: uppercase;
  line-height: 1;
}
.header-area .header-action-area .shop-button-group .shop-button-item .popup-cart-content .price-content .cart-total .value {
  color: #F26B0F;
  float: right;
  font-weight: 600;
  font-size: 17px;
  line-height: 1;
}
.header-area .header-action-area .shop-button-group .shop-button-item .popup-cart-content .checkout {
  padding: 0 30px 30px 30px;
}
.header-area .header-action-area .shop-button-group .shop-button-item .popup-cart-content .checkout .btn-Checkout {
  display: block;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 10px 15px;
  line-height: 28px;
  border: none;
  background: #333;
  /* border-radius: 30px; */
  border-radius: 8px;
}
.header-area .header-action-area .shop-button-group .shop-button-item .popup-cart-content .checkout .btn-Checkout:hover {
  background-color: #111;
  color: #fff!important;
}
.header-area .header-action-area .shop-button-group .shop-button-item:hover .popup-cart-content, .header-area .header-action-area .shop-button-group .user-button-item:hover .popup-user-content {
  max-height: 478px;
  box-shadow: 0 3px 25.5px 4.5px rgba(0, 0, 0, 0.06);
}
.header-area .header-action-area .shop-button-group .shop-button-item .popup-cart-content, 
.header-area .header-action-area .shop-button-group .user-button-item .popup-user-content {
  box-shadow: none;
}
.header-area .header-action-area .shop-button-group .shop-button-item:hover .icon {
  color: #F26B0F;
}
.header-area .header-action-area .shop-button-group .shop-button-item:hover .cart-total {
  color: #F26B0F;
}

div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-confirm) {
  background-color: #F26B0F!important;
}
@media (max-width: 768px) {
  li.product-list-item {
    display: flex;
    align-items: center;
    gap: 3rem;
    padding: 1rem;
  }
}

/* product cart */
.product-cart-thumbs {
  border-radius: 8px;
  height: 200px;
  overflow: hidden;
}

/* Mini Cart */
.popup-cart-content .img-product {
  background-color: #f5f5f5;
  display: inline-block;
  vertical-align: middle;
  width: 80px;
  height: 80px;
}
.mini-cart-delete {
  padding: 10px;
  font-size: 16px;
  display: inline-block;
  color: #333333;
  transition: color 0.5s;
}

/* Responsive Header */
.main-menu > li > a {
  color: #0e0e0e;
  display: block;
  font-size: 14px;
  font-weight: 500;
  line-height: 30px;
  text-transform: uppercase;
  padding: 7px 25px;
  position: relative;
}
.responsive-header {
  display: none;
}
@media (max-width:768px) {
  .responsive-header {
      display: block;
  }
  .responsive-header .header-item {
    height: 70px!important;
  }

  .dropdown-toggle::after {
    display: none;
  }

  .btn-remove-cart {
    position: absolute;
    top: 10px;
    right: 10px;
  }
}
.responsive-header .header-item {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 90px;
}
.responsive-header .header-item .btn-menu {
  color: #0f0f0f;
  font-size: 21px;
  height: 30px;
  line-height: 34px;
  background-color: transparent;
  border: none;
  padding: 0;
  margin: 0;
  transition: all 0.4s ease-out;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
}
.responsive-header .header-item .btn-user {
  background-color: transparent;
  border: none;
  color: #0f0f0f;
  font-size: 24px;
  padding: 0;
  height: 30px;
  line-height: 35px;
  transition: all 0.4s ease-out;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
}
.responsive-header .header-item .btn-cart {
  background-color: transparent;
  border: none;
  color: #0f0f0f;
  font-size: 24px;
  padding: 0;
  height: 30px;
  line-height: 35px;
  margin-left: 14px;
  position: relative;
  padding-right: 12px;
  display: inline-block;
  transition: all 0.4s ease-out;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
}
.responsive-header .header-item .btn-cart .item-count {
  background-color: #F26B0F;
  color: #fff;
  position: absolute;
  bottom: 0px;
  left: 16px;
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 19px;
  font-size: 11px;
  border-radius: 100%;
  text-align: center;
}
.responsive-header .header-item .btn-cart:hover {
  color: #F26B0F;
}
.responsive-header .popup-cart-content {
  position: fixed;
  top: -315px;
  right: 0;
  width: 200px;
  height: 200px;
  background: #fafafa;
  z-index: 99;
  overflow-y: auto;
}
.off-canvas-wrapper {
  position: fixed;
  left: -100%;
  top: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  height: 100vh;
  width: 100%;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  z-index: 9999;
}
.off-canvas-wrapper.active {
  opacity: 1;
  visibility: visible;
  pointer-events: visible;
  left: 0;
}
.off-canvas-wrapper .off-canvas-inner {
  background-color: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  position: relative;
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  height: 100vh;
  width: 100%;
  z-index: 3;
}
.off-canvas-wrapper.active .off-canvas-inner {
  -webkit-transform: none;
  transform: none;
}
.off-canvas-wrapper .off-canvas-overlay {
  background-color: rgba(15, 15, 15, 0.5);
  cursor: url(../img/icons/cancel-white.png), auto;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  height: 100%;
  width: 100%;
  z-index: 2;
}
.off-canvas-wrapper.active .off-canvas-overlay {
  opacity: 1;
  visibility: visible;
}
.off-canvas-wrapper .off-canvas-inner .off-canvas-content {
  background-color: #fff;
  height: 100%;
  padding: 0;
  position: relative;
  overflow-y: auto;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  width: 350px;
  z-index: 9;
}
.off-canvas-wrapper.active .off-canvas-inner .off-canvas-content {
  -webkit-transform: none;
  transform: none;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.off-canvas-wrapper .btn-menu-close {
  display: block;
  width: 100%;
  height: 60px;
  background-color: #fdd636;
  opacity: 1;
  border-radius: 0;
  color: #fff;
  background-image: none;
  padding: 0 20px;
  line-height: 40px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  text-align: left;
  border: none;
  position: relative;
}
.off-canvas-wrapper .btn-menu-close img {
  width: 50%;
  height: auto;
}
.off-canvas-wrapper .btn-menu-close i {
  position: absolute;
  height: 40px;
  line-height: 40px;
  right: 18px;
}
.off-canvas-wrapper .off-canvas-inner .off-canvas-content .off-canvas-item:last-child {
  margin-bottom: 0;
}
.off-canvas-wrapper .off-canvas-inner .off-canvas-content .off-canvas-item {
  margin: 0;
  padding: 0;
}
.res-mobile-menu .slicknav_menu {
  background-color: transparent;
  padding: 0;
}
.res-mobile-menu .slicknav_btn {
  display: none;
}
.res-mobile-menu .slicknav_nav {
  display: block !important;
  padding-top: 2rem;
}
.res-mobile-menu .slicknav_nav li {
  border-top: 1px solid #eee;
  position: relative;
}
.res-mobile-menu .slicknav_nav li a {
  color: #1d1d1d;
  font-size: 14px;
  font-weight: 600;
  line-height: 25px;
  padding: 8px 20px;
  margin: 0;
  text-transform: capitalize;
  position: relative;
  letter-spacing: 0px;
}

/*
-----------------------------------------------------------------------
  Hero Section
-----------------------------------------------------------------------
*/
.home-slider-container .home-slider-wrapper.slider-default .slider-content-area {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 783px;
  left: 0;
  top: 0;
  position: relative;
  width: 100%;
}
.home-slider-area .home-slider-container .home-slider-wrapper.slider-default .slider-content-area .slider-content {
  margin-left: 62px;
  pointer-events: auto;
  margin-top: -25%;
}

/* Animation Home */
.home-slider-area .home-slider-container .home-slider-wrapper.slider-default .swiper-slide-active .slider-content-area .slider-content.animate-pulse .sub-title,
.home-slider-area .home-slider-container .home-slider-wrapper.slider-default .swiper-slide-active .slider-content-area .slider-content.animate-pulse .title,
.home-slider-area .home-slider-container .home-slider-wrapper.slider-default .swiper-slide-active .slider-content-area .slider-content.animate-pulse .btn-slide {
  -webkit-animation-name: pulse;
  animation-name: pulse;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
  opacity: 1;
}
.home-slider-area .home-slider-container .home-slider-wrapper.slider-default .swiper-slide-active .slider-content-area .slider-content.animate-flipInX .sub-title,
.home-slider-area .home-slider-container .home-slider-wrapper.slider-default .swiper-slide-active .slider-content-area .slider-content.animate-flipInX .title,
.home-slider-area .home-slider-container .home-slider-wrapper.slider-default .swiper-slide-active .slider-content-area .slider-content.animate-flipInX .btn-slide {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
  animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
  opacity: 1;
}
.home-slider-area .home-slider-container .home-slider-wrapper.slider-default .swiper-slide-active .slider-content-area .slider-content.animate-jackInTheBox .sub-title,
.home-slider-area .home-slider-container .home-slider-wrapper.slider-default .swiper-slide-active .slider-content-area .slider-content.animate-jackInTheBox .title,
.home-slider-area .home-slider-container .home-slider-wrapper.slider-default .swiper-slide-active .slider-content-area .slider-content.animate-jackInTheBox .btn-slide {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox;
  opacity: 1;
}
.home-slider-area .home-slider-container .home-slider-wrapper.slider-default .transition-slide-0 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}
.home-slider-area .home-slider-container .home-slider-wrapper.slider-default .transition-slide-1 {
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
}
.home-slider-area .home-slider-container .home-slider-wrapper.slider-default .transition-slide-2 {
  -webkit-animation-duration: 1.6s;
  animation-duration: 1.6s;
}
.home-slider-area .home-slider-container .home-slider-wrapper.slider-default .transition-slide-3 {
  -webkit-animation-duration: 1.9s;
  animation-duration: 1.9s;
}
.home-slider-area .home-slider-container .home-slider-wrapper.slider-default .transition-slide-4 {
  -webkit-animation-duration: 2.2s;
  animation-duration: 2.2s;
}

@media (max-width: 1799px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-default .slider-content-area {
      background-position: right;
      height: 600px;
  }
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-default .slider-content-area .slider-content {
      margin-left: 0;
  }
}
@media (max-width: 768px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-default .slider-content-area {
    background-position: center;
    height: 450px;
  }
}

/*
-----------------------------------------------------------------------
  Product Section
-----------------------------------------------------------------------
*/
.product-area .section-title .title {
  color: #0f0f0f;
  font-size: 34px;
  line-height: 1;
  margin-bottom: 8px;
  position: relative;
  text-transform: capitalize;
}
.product-area {
  padding-top: 5rem;
  padding-bottom: 3rem;
}
.product-item .inner-content {
  background-color: #fff;
  position: relative;
  padding: 0px;
  text-align: center;
  transition: all 0.4s ease-out;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  z-index: 1;
}
.product-item .inner-content .product-thumb {
    position: relative;
    overflow: hidden;
    height: 230px;
    display: flex;
    align-items: center;
}

.product-item .inner-content .product-thumb > a {
  display: block;
  width: 100%;
}

.product-item .inner-content .product-thumb img {
  width: 100%;
}
.product-item .inner-content .product-flag {
  display: -ms-inline-grid;
  display: inline-grid;
  margin-bottom: 0;
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 1;
}
.product-item .inner-content .product-flag .new {
  background-color: #F26B0F;
}
.product-item .inner-content .product-flag > li {
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  height: 20px;
  line-height: 20px;
  margin-bottom: 5px;
  padding: 0 5px;
  text-transform: capitalize;
  z-index: 1;
}
.product-item .inner-content .product-footer {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  left: -15px;
  opacity: 0;
  visibility: hidden;
  padding: 20px 0 25px 0;
  position: absolute;
  right: -15px;
  text-align: center;
  top: 5%;
  transform: translate(0, 20px);
  -webkit-transform: translate(0, 20px);
  -moz-transform: translate(0, 20px);
  -ms-transform: translate(0, 20px);
  -o-transform: translate(0, 20px);
  transition: all 0.4s ease-out;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
}
.product-item .inner-content .btn-quick-view {
  font-size: 14px;
  color: #868686;
  line-height: 24px;
  border-bottom: 1px solid #ebebeb;
  text-transform: capitalize;
  display: inline-block;
}
.product-item .inner-content .product-info .title {
  font-size: 1rem;
}
.product-item .inner-content:hover .product-footer {
  opacity: 1;
  visibility: visible;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
}
.popup-product-overlay {
  background: #232324;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  visibility: hidden;
  z-index: 999;
}
.popup-product-close {
  background-color: transparent;
  position: fixed;
  top: 40px;
  font-size: 38px;
  opacity: 0;
  visibility: hidden;
  right: 40px;
  color: rgba(255, 255, 255, 0.6);
  z-index: 9999;
  border: none;
}
.product-item .inner-content .product-thumb .second-image {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  height: 100%;
  display: inline-block;
  transform: scale3d(1, 1, 1);
  -webkit-transform: scale3d(1, 1, 1);
  -moz-transform: scale3d(1, 1, 1);
  -ms-transform: scale3d(1, 1, 1);
  -o-transform: scale3d(1, 1, 1);
  width: 100%;
  transition: all 0.4s ease-out;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  -webkit-transition-duration: 500ms !important;
  transition-duration: 500ms !important;
}
.product-item .inner-content:after {
  -webkit-box-shadow: 0 3px 25.5px 4.5px rgba(0, 0, 0, 0.06);
  box-shadow: 0 3px 25.5px 4.5px rgba(0, 0, 0, 0.06);
  bottom: -95px;
  content: "";
  left: 0;
  position: absolute;
  top: 0;
  opacity: 0;
  visibility: hidden;
  right: 0;
  z-index: -1;
  transform: rotateX(45deg);
  -webkit-transform: rotateX(45deg);
  -moz-transform: rotateX(45deg);
  -ms-transform: rotateX(45deg);
  -o-transform: rotateX(45deg);
  transform-origin: bottom;
  -webkit-transform-origin: bottom;
  -moz-transform-origin: bottom;
  -ms-transform-origin: bottom;
  -o-transform-origin: bottom;
  transition: all 0.4s ease-out;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
}

/*-------- Owl Carousel Style Css --------*/
.owl-carousel .owl-item {
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  z-index: 0;
}
.owl-carousel .owl-item:not(.active) {
  opacity: 0;
  visibility: hidden;
}
.owl-carousel .owl-item:hover {
  z-index: 1;
}
.owl-carousel .product-slider .owl-stage-outer {
  margin: -25px 0 -105px 0;
  padding: 25px 0 105px 0;
}
.owl-carousel .owl-stage-outer {
  overflow: visible;
  position: relative;
  width: 100%;
}
.owl-carousel .owl-nav {
  margin: 0;
}
.owl-carousel .owl-nav > [class*=owl-] {
  background-color: #fff !important;
  -webkit-box-shadow: 0 3px 25.5px 4.5px rgba(0, 0, 0, 0.06);
          box-shadow: 0 3px 25.5px 4.5px rgba(0, 0, 0, 0.06);
  border-radius: 50%;
  color: #0f0f0f !important;
  cursor: pointer;
  display: inline-block;
  height: 50px;
  margin: -14px 0 0 0;
  position: absolute;
  top: 50%;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  width: 50px;
  transform: translate(0px, -50%);
  -webkit-transform: translate(0px, -50%);
  -moz-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  -o-transform: translate(0px, -50%);
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .owl-carousel .owl-nav > [class*=owl-] {
    height: 40px;
    width: 40px;
    opacity: 1;
    visibility: visible;
  }
  .owl-carousel .owl-nav .owl-next {
    right: 0!important;
  }
  .product-item .inner-content .product-desc .product-footer {
    opacity: 1!important;
    visibility: visible!important;
    top: 50%;
  }
}
.owl-carousel .owl-nav > [class*=owl-]:before {
  color: #0f0f0f;
  font-size: 18px;
  line-height: 50px;
  display: block;
  font-family: "Line Awesome Free";
  font-weight: 900;
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
}
@media only screen and (max-width: 767px) {
  .owl-carousel .owl-nav > [class*=owl-]:before {
    font-size: 14px;
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
}
.owl-carousel .owl-nav > [class*=owl-] span {
  display: none;
}
.owl-carousel .owl-nav > [class*=owl-]:hover {
  background-color: #1f1f1f !important;
  color: #fff !important;
}
.owl-carousel .owl-nav > [class*=owl-]:hover:before {
  color: #fff;
}
.owl-carousel .owl-nav .owl-prev {
  left: -25px;
}
@media only screen and (max-width: 1400px) {
  .owl-carousel .owl-nav .owl-prev {
    left: 5px;
  }
}
.owl-carousel .owl-nav .owl-prev:before {
  content: "\f104";
}
.owl-carousel .owl-nav .owl-next {
  right: -25px;
}
/* @media only screen and (max-width: 1400px) {
  .owl-carousel .owl-nav .owl-next {
    right: 5px;
  }
} */
.owl-carousel .owl-nav .owl-next:before {
  content: "\f105";
}
.owl-carousel:hover .owl-nav > [class*=owl-] {
  opacity: 1;
  visibility: visible;
}

.product-slider .product-item {
  height: 325px;
  overflow: hidden;
}

@media (max-width: 768px) {
  .product-slider .product-item {
    height: auto!important;
  }
  .product-item .inner-content{
    padding: 1rem!important;
  }
  .product-item .inner-content .product-thumb{
    height: auto!important;
    display: block;
  }
}

.swiper-pagination-bullet-active {
  background: #F26B0F;
}
.swiper-pagination-bullet {
  zoom: 200%;
  background: #111;
}

/*
-----------------------------------------------------------------------
    Testimonial CSS
-----------------------------------------------------------------------
*/
.testimonial-item.testi-height-style {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media only screen and (max-width: 991px) {
  .testimonial-item.testi-height-style {
    display: block;
  }
}
.testimonial-item .testi-inner-content .testi-author {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* display: none; */
  margin-bottom: 3.3rem;
  transition: all 0s ease-out;
  -webkit-transition: all 0s ease-out;
  -moz-transition: all 0s ease-out;
  -ms-transition: all 0s ease-out;
  -o-transition: all 0s ease-out;
}
.testimonial-item .testi-inner-content .testi-author .testi-thumb {
  height: 90px;
  margin-right: 20px;
  width: 90px;
  position: absolute;
  top: -2.5rem;
}
.testimonial-item .testi-inner-content .testi-author .testi-thumb .img {
  width: 100%;
  border-radius: 50%;
  height: 90px;
  object-fit: cover;
}
.testimonial-item .testi-inner-content .testi-author .testi-info {
  margin-top: 7px;
}
.testimonial-item .testi-inner-content .testi-content {
  /* background: #f5f5f5; */
  /* padding: 41px 30px 34px; */
  position: relative;
  transition: all 0s ease-out;
  -webkit-transition: all 0s ease-out;
  -moz-transition: all 0s ease-out;
  -ms-transition: all 0s ease-out;
  -o-transition: all 0s ease-out;
}
.testi-inner-content {
  background: #fff;
  padding: 1rem 1.5rem;
  min-height: 225px;
}
/* .testimonial-item .testi-inner-content .testi-content:before {
  content: "";
  display: none;
  position: absolute;
  top: -14px;
  left: 25px;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 20px solid #f5f5f5;
  transition: all 0s ease-out;
  -webkit-transition: all 0s ease-out;
  -moz-transition: all 0s ease-out;
  -ms-transition: all 0s ease-out;
  -o-transition: all 0s ease-out;
} */
.testimonial-item .testi-inner-content .testi-content p {
  color: #615d5d;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 30px;
  transition: all 0s ease-out;
  -webkit-transition: all 0s ease-out;
  -moz-transition: all 0s ease-out;
  -ms-transition: all 0s ease-out;
  -o-transition: all 0s ease-out;
}
@media only screen and (max-width: 575px) {
  .testimonial-item .testi-inner-content .testi-content p {
    font-size: 14px;
  }
}
.testimonial-item .testi-inner-content .testi-info {
  transition: all 0s ease-out;
  -webkit-transition: all 0s ease-out;
  -moz-transition: all 0s ease-out;
  -ms-transition: all 0s ease-out;
  -o-transition: all 0s ease-out;
}
.testimonial-item .testi-inner-content .testi-info .name {
  color: #0f0f0f;
  display: block;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 3px;
  text-transform: capitalize;
}
.testimonial-item .testi-inner-content .testi-info .email {
  color: #808080;
  font-size: 14px;
  line-height: 1;
  text-transform: capitalize;
}

/* .firstActiveItem .testimonial-item .testi-inner-content .testi-author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
} */
/* .firstActiveItem .testimonial-item .testi-inner-content .testi-content {
  background-color: #f5f5f5;
  padding: 30px;
} */
@media only screen and (max-width: 575px) {
  .firstActiveItem .testimonial-item .testi-inner-content .testi-content {
    padding: 15px;
  }
}
/* .firstActiveItem .testimonial-item .testi-inner-content .testi-content:before {
  display: block;
} */
.firstActiveItem .testimonial-item .testi-inner-content .testi-content p {
  margin-bottom: 0;
}
.firstActiveItem .testimonial-item .testi-inner-content .testi-content .testi-info {
  display: none;
}

.testimonial-area:hover .owl-carousel .owl-nav > [class*=owl-] {
  opacity: 1;
  visibility: visible;
}

.testimonials-slider.owl-carousel .owl-nav [class*=owl-] {
  transform: translate(0px, 70%);
  -webkit-transform: translate(0px, 70%);
  -moz-transform: translate(0px, 70%);
  -ms-transform: translate(0px, 70%);
  -o-transform: translate(0px, 70%);
}
@media (max-width: 1599px) {
  .testimonials-slider.owl-carousel .owl-nav [class*=owl-] {
    transform: translate(0px, 50%);
    -webkit-transform: translate(0px, 50%);
    -moz-transform: translate(0px, 50%);
    -ms-transform: translate(0px, 50%);
    -o-transform: translate(0px, 50%);
  }
}
@media (max-width: 1539px) {
  .testimonials-slider.owl-carousel .owl-nav [class*=owl-] {
    display: none;
  }
}
.testimonials-slider.owl-carousel .owl-nav .owl-prev {
  left: -100px;
}
@media (max-width: 1599px) {
  .testimonials-slider.owl-carousel .owl-nav .owl-prev {
    left: -60px;
  }
}
.testimonials-slider.owl-carousel .owl-nav .owl-next {
  right: -100px;
}
@media (max-width: 1599px) {
  .testimonials-slider.owl-carousel .owl-nav .owl-next {
    right: -60px;
  }
}

/*
-----------------------------------------------------------------------
  About Section
-----------------------------------------------------------------------
*/
a.btn-theme {
  position: relative;
  color: #ffc107;
  font-weight: bold;
  padding: .1rem;
}
a.btn-theme:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 100%;
  height: 7px;
  border-top: 5px solid #ffc107;
  border-radius: 50%;
}
.about-area {
  padding-top: 5rem;
  padding-bottom: 3rem;
}
.feature-icon-box .inner-content {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  padding: 16px 0;
}
.feature-icon-box .inner-content .icon-box {
  border: 2px solid #444;
  border-radius: 50%;
  color: #444;
  font-size: 40px;
  height: 68px;
  line-height: 66px;
  /* margin-right: 15px; */
  position: relative;
  text-align: center;
  min-width: 68px;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
.feature-icon-box .inner-content .icon-box:before {
  border: 2px dashed #fff;
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  border-radius: 100%;
  z-index: 10;
  opacity: 0;
  -webkit-animation: spinAround 9s linear infinite;
  animation: spinAround 9s linear infinite;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
.feature-icon-box .inner-content:hover .icon-box {
  border: 2px solid #ffc107;
}
.feature-icon-box .inner-content:hover .icon-box:before {
  opacity: 1;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.feature-icon-box .inner-content .content .title {
  color: #333;
  font-size: 16px;
  line-height: 1;
  margin-bottom: 5px;
  text-transform: uppercase;
  text-align: center;
}

/*
-----------------------------------------------------------------------
  Footer Section
-----------------------------------------------------------------------
*/
.footer-area {
  background: #343131;
  padding: 60px 0 0;
  color: #fafafa;
}
.footer-area .footer-bottom {
  background: #FFD65A;
  padding: 23px 0 18px;
}
.footer-area h6 {
  color: #ffc107 !important;
}
p.copyright {
  color: #343131;
}
.footer-area .widget-menu-wrap .nav-menu li a {
  color: #fafafa;
  font-size: 14px;
  display: block;
  line-height: 24px;
  margin-bottom: 5px;
}
.footer-area .widget-menu-wrap .nav-menu li a:hover,
.footer-area .widget-menu-wrap .nav-menu li a:focus {
  color: #ffc107;
}
.divider-style-wrap .divider-content .social-icons a {
  background-color: #fff;
  border-radius: 50%;
  color: #333;
  display: inline-block;
  font-size: 32px;
  height: 42px;
  line-height: 42px;
  margin-right: 26px;
  position: relative;
  text-align: center;
  width: 42px;
}
/*
-----------------------------------------------------------------------
  Product Detail Page
-----------------------------------------------------------------------
*/
.product-single-item .product-thumb .single-product-thumb-content a {
  cursor: crosshair;
  display: inline-block;
  position: relative;
}
.lightbox-image, .lightbox-image img {
  width: 100%;
}
.product-single-item .product-thumb .single-product-thumb-content a:before {
  font-family: "Ionicons";
  content: "\f178";
  position: absolute;
  bottom: 20px;
  right: 20px;
  color: #e2e2e2;
  z-index: 1;
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, 0.7);
  line-height: 50px;
  font-size: 46px;
  text-align: center;
  cursor: pointer;
  border-radius: 5px;
  pointer-events: none;
  opacity: 0;
  transform: scale(0.8);
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
.product-single-item .product-thumb .single-product-thumb-content a .product-flag-new {
  position: absolute;
  right: 10px;
  top: 10px;
  background-color: #111;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  height: 20px;
  line-height: 20px;
  margin-bottom: 0;
  padding: 0 5px;
  text-transform: capitalize;
  z-index: 1;
}
.product-single-item .product-thumb .single-product-nav-content {
  margin-top: 27px;
}
.product-single-item .product-thumb .single-product-nav-content .swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.product-single-item .product-thumb .single-product-nav-content .swiper-slide:last-child {
  margin-right: 0 !important;
}
.product-single-item .product-thumb .single-product-nav-content .swiper-slide {
  border: 1px solid #ebebeb;
  cursor: pointer;
  max-width: 105px;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
.product-single-item .product-single-info .title {
  color: #0f0f0f;
  font-size: 23px;
  font-weight: 400;
  line-height: 1;
  margin: 0 0 20px 0;
  text-transform: capitalize;
}
.product-single-item .product-single-info .prices {
  line-height: 1;
  margin-bottom: 36px;
}
.product-single-item .product-single-info .prices .price {
  color: #0f0f0f;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  margin-right: 12px;
}
.product-review-tabs-content .product-tab-nav {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  margin-bottom: -1px;
}
.product-review-tabs-content .product-tab-nav li {
  display: inline-block;
}
ul li {
  list-style: none;
}
.product-review-tabs-content .product-tab-nav li a.active {
  border-bottom-color: #ffc107;
  color: #253237;
}

.product-review-tabs-content .product-tab-nav li a {
  border-bottom: 2px solid transparent;
  color: #888;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  margin-right: 63px;
  padding: 0 0 15px 0;
  text-transform: capitalize;
}

/*
-----------------------------------------------------------------------
  Registrasi Page
-----------------------------------------------------------------------
*/
.register-area {
  background: #F5F5F5 url(../img/bg-vo.jpg) center center no-repeat;
  background-size: cover;
  padding-top: 4rem;
  padding-bottom: 4rem;
  z-index: 99;
  position: relative;
}

@media (min-width: 992px) {
  .col-lg-20 {
      flex: 0 0 auto;
      width: 20%;
  }

  .w-lg-75 {
    width: 75% !important;
  }
}

.stepper {
  display: flex;
  align-items: center;
  width: 100%;
}
.stepper > li {
  display: flex;
  align-items: center;
  width: 100%;
  text-align: center;
  flex-direction: column;
  position: relative;
  color: #6b7280;
}

.stepper > li > span.step-text {
  display: block;
  margin-top: 10px;
}

.stepper > li::after {
  content: "";
  background: #f3f4f6;
  position: absolute;
  top: 25px;
  left: 50%;
  right: -50%;
  height: 4px;
  display: block;
  z-index: -1;
}
.stepper > li:last-child::after {
  display: none;
}

.stepper .icon {
  width: 55px;
  height: 55px;
  overflow: hidden;
  background-color: #f3f4f6;
  border-radius: 100%;
  color: #6b7280;
  line-height: 40px;
  margin: 0 auto 0px auto;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: 7px solid rgba(0, 0, 0, .05);
}

.stepper li.open .icon {
  color: #ffc107;
  outline: 7px solid rgba(0, 0, 0, .15);;
}

.stepper li.open:hover .icon {
  color: #ff9601;
}

.stepper .active, .stepper .active .icon, .stepper .complete {
  color: #111;
}

.stepper .active .icon, .stepper .complete .icon, .stepper .complete::after {
  background-color: #111;
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .stepper > li > span.step-text {
    display: none;
  }
}
