body {
  font-family: "Poppins", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.8;
  font-weight: normal;
  background: #fafafa;
  color: gray;
}

a {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  color: #ff4500;
  cursor: pointer;
}

a:hover,
a:focus {
  text-decoration: none !important;
  outline: none !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}

h1,
h2,
h3,
h4,
h5 {
  line-height: 50px !important;
  font-weight: 400;
  font-family: "Poppins", Arial, sans-serif;
  color: #000;
}

.navbar-brand {
  margin-left: 15px;
  color: #ff4500;
}

.navbar-brand:hover {
  color: #be3402;
}

.header--style-1 {
  background-color: #ffffff;
}

/* 6.1 Primary Nav */
.primary-nav-wrapper--border {
  border-bottom: 1px solid #f8f8f8;
}

.primary-nav {
  display: -ms-flexbox;
  display: flex;
  /* -ms-flex-wrap: wrap; */
  /* flex-wrap: wrap; */
  position: relative;
  height: 74px;
  width: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
}

.main-logo {
  display: inline-block;
  vertical-align: top;
  height: 48px;
}

.main-logo img {
  display: block;
  height: 100%;
}

.main-form {
  position: relative;
  width: 35%;
}

#main-search {
  padding: 0 36px 0 18px;
  width: 100%;
}

.main-search-button {
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 18px;
}


.modal {
  z-index: 999999;
}

.modal-content {
  display: block !important;
  border: none;
  border-radius: 0;
}

.modal--radius {
  border-radius: 8px;
}

.modal--shadow {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.45);
}

/* Tootip styles */
.tooltip {
  font-family: "Open Sans", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 12px;
  font-weight: 600;
}

.tooltip.show {
  opacity: 1;
}

.bs-tooltip-top .arrow::before,
.bs-tooltip-auto[x-placement^="top"] .arrow::before {
  border-top-color: #f5f5f5;
}

.bs-tooltip-right .arrow::before,
.bs-tooltip-auto[x-placement^="right"] .arrow::before {
  border-right-color: #f5f5f5;
}

.bs-tooltip-bottom .arrow::before,
.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  border-bottom-color: #f5f5f5;
}

.bs-tooltip-left .arrow::before,
.bs-tooltip-auto[x-placement^="left"] .arrow::before {
  border-left-color: #f5f5f5;
}

.tooltip-inner {
  color: #333333;
  background-color: #f5f5f5;
  border-radius: 2px;
}

@media (max-width: 991px) {
  .tooltip.show {
    opacity: 0;
  }
}

/*--------------------------------------------------------------
  20.2 jquery.shopnav
  --------------------------------------------------------------*/
.ah-list {
  margin: 0;
  padding: 0;
}

.ah-list li {
  list-style: none;
}

.ah-list ul {
  margin: 0;
  padding: 0;
}

.ah-list--design1>li {
  display: inline-block;
}

.ah-list--design1>li>a {
  display: inline-block;
  font-size: 20px;
  padding: 28px 18px;
}

.ah-list--link-color-secondary>li>a {
  color: #333333;
}

.ah-list--link-color-white>li>a {
  color: #ffffff;
}

.ah-list--design2>li {
  display: inline-block;
}

.ah-list--design2>li>a {
  font-weight: 700;
  font-size: 14px;
  display: inline-block;
  padding: 12px 14px;
}

.has-dropdown>ul .has-dropdown {
  position: relative;
}

.has-dropdown>ul {
  background-color: #ffffff;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.13);
  position: absolute;
  text-align: left;
  padding: 20px 0 20px;
  z-index: 999;
  white-space: nowrap;
  transition: all 0.3s ease;
  top: 120%;
  opacity: 0;
  visibility: hidden;
}

.has-dropdown>ul>li>a {
  display: block;
  padding: 8px 20px;
  color: #333333;
  font-size: 12px;
  font-weight: 600;
}

.has-dropdown--ul-left-100>ul {
  left: 100%;
}

.has-dropdown--ul-right-100>ul {
  right: 100%;
}

.mobile-form {
  display: none !important;
}

@media (max-width: 1024px) {

  .secondary-nav {
    justify-content: center !important;
  }

  .primary-nav {
    justify-content: center !important;
  }

  .main-form {
    display: none !important;
  }

  .mobile-form {
    display: contents !important;
  }

  .outer-footer {
    padding: 15px 0 !important;
  }

  .menu-init .fa-angle-down:before {
    content: none;
  }

  .menu-init.js-open .ah-lg-mode {
    left: 0;
    transition: all .4s ease-in-out;
  }

  .menu-init.js-open:after {
    content: "";
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: block;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 19999;
  }

  .ah-lg-mode {
    display: none;
  }

  .ah-close {
    color: #333333;
    padding: 20px;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    display: block;
  }

  .ah-list>li {
    position: relative;
    display: block;
    border-top: 1px solid #f8f8f8;
  }

  .ah-list>li>a {
    display: block;
    padding: 8px 18px;
  }

  .ah-list>li:last-child {
    border-bottom: 1px solid #f8f8f8;
  }

  .ah-list--design1>li>a,
  .ah-list--design2>li>a {
    font-weight: normal;
    font-size: 16px;
    font-weight: 600;
  }

  .ah-list--link-color-white>li>a {
    color: #333333;
  }

  .js-menu-toggle {
    width: 21px;
    display: block;
    height: 21px;
    border-radius: 50%;
    background-color: #ffffff;
    box-shadow: 1px 1px 0 0 rgba(0, 0, 0, 0.13);
    position: absolute;
    right: 15px;
    top: 6px;
    transition: all .3s;
    cursor: pointer;
  }

  .js-menu-toggle:after {
    font-family: 'Font Awesome 5 Free';
    content: "\F067";
    position: absolute;
    top: 50%;
    width: 100%;
    font-weight: 900;
    color: #333333;
    display: block;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    font-size: 8px;
  }

  .js-menu-toggle.js-toggle-mark:after {
    content: "\F068";
  }

  .has-dropdown>ul {
    width: 100% !important;
    box-shadow: none;
    transition: none;
    position: static;
    padding: 0 0 10px;
    opacity: 1;
    visibility: visible;
    display: none;
  }

  .has-dropdown>ul>li {
    padding: 0;
  }

  .has-dropdown>ul>li>a {
    display: block;
  }

  .ah-list>li>ul>li>a {
    padding: 8px 36px;
  }

  .ah-list>li>ul>li>ul>li>a {
    padding: 8px 54px;
  }

  .ah-list>li>ul>li>ul>li>ul>li>a {
    padding: 8px 72px;
  }
}

@media (min-width: 1025px) {
  .ah-sm-mode {
    display: none;
  }

  .toggle-button {
    display: none;
  }

  .ah-close {
    display: none;
  }

  .ah-list>li>a:hover {
    color: #ff4500;
  }

  .has-dropdown>ul>li:hover {
    background-color: #fbfbfb;
  }

  .has-dropdown:hover>ul {
    opacity: 1;
    visibility: visible;
  }

  .ah-list>.has-dropdown:hover>ul {
    top: 100%;
  }

  .has-dropdown .has-dropdown:hover>ul {
    top: 0;
  }

  .ah-list>.has-dropdown:hover>a {
    color: #ff4500;
  }

  .has-dropdown>a .fa-angle-down {
    font-size: 10px;
    line-height: 18px;
    float: right;
  }

  .has-dropdown:hover>a .i-state-right:before {
    content: "\F105";
  }
}

/* Extension Mega Menu */
.mega-text {
  width: 34px;
  height: 34px;
  display: inline-block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #ff4500;
  font-size: 12px;
  font-weight: 600;
  line-height: 34px;
  text-align: center;
  cursor: pointer;
  color: #ffffff;
}

.mega-menu-list>ul>li>a {
  display: block;
  padding: 10px 22px;
  color: #000000;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
}

.mega-menu-list>ul>li.js-active {
  background: linear-gradient(225deg, #ff4500, #ff4500);
}

.mega-menu-list>ul>li.js-active>a {
  color: #ffffff;
}

.mega-menu-content {
  display: none;
}

.mega-menu-content.js-active {
  display: block;
}

.mega-menu-content [class*="col-"]>ul>li>a {
  padding: 4px 0;
  display: block;
  color: #333333;
  font-size: 13px;
  transition: color 0.5s;
}

.mega-menu-content [class*="col-"]>ul>li>a:hover {
  color: #fa4400;
}

.mega-menu-content [class*="col-"]>ul>.mega-list-title>a {
  font-weight: 700;
}

.mega-menu-content>h5 {
  font-weight: 600;
  margin: 6px 0 0;
  font-size: 12px;
  color: #000000;
}

@media (max-width: 1024px) {
  .toggle-mega-text {
    width: 34px;
    display: inline-block;
    height: 34px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #ff4500;
    font-size: 12px;
    font-weight: 600;
    line-height: 34px;
    text-align: center;
    cursor: pointer;
    color: #ffffff;
  }

  .mega-menu {
    display: none;
  }

  .mega-menu-list {
    padding: 20px;
    border: 1px solid #f6f6f6;
  }

  .mega-menu-list>ul>li {
    position: relative;
  }

  .mega-menu-content {
    padding: 20px;
  }

  .mega-menu-content .row {
    display: block;
  }

  .mega-menu-content [class*="col-"] {
    margin-bottom: 15px;
    max-width: 100%;
  }

  .mega-image {
    display: none;
  }
}

@media (min-width: 1025px) {
  .js-open.mega-text {
    -webkit-animation: mypulse 1s;
    animation: mypulse 1s;
  }

  .js-open.mega-text~.mega-menu {
    display: block;
  }

  .mega-menu {
    display: none;
    padding: 30px;
    width: 100%;
    background-color: #ffffff;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.13);
    position: absolute;
    z-index: 998;
    top: 100%;
  }

  .mega-menu-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .mega-menu-list {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }

  .mega-menu-content {
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%;
    overflow-y: auto;
    padding: 0 17px;
    height: 370px;
    transition: opacity 0.5s;
    display: none;
  }

  .mega-menu-content::-webkit-scrollbar {
    width: 8px;
  }

  .mega-menu-content::-webkit-scrollbar-track {
    background: #eee;
  }

  .mega-menu-content::-webkit-scrollbar-thumb {
    background: #888;
  }

  .mega-menu-content::-webkit-scrollbar-thumb:hover {
    background: #555;
  }

  .mega-banner {
    position: relative;
    overflow: hidden;
  }

  .mega-banner img {
    -webkit-transform: scale(1);
    transform: scale(1);
    transition: all 0.6s ease-in-out;
  }

  .mega-banner:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  .mega-image {
    margin: auto 0;
  }
}

/* Extension Mini Cart */
.mini-cart-shop-link {
  position: relative;
}

.mini-cart-shop-link>.total-item-round {
  top: 16px;
  left: 32px;
}

.total-item-round {
  width: 24px;
  position: absolute;
  height: 24px;
  line-height: 24px;
  border-radius: 50%;
  text-align: center;
  font-size: 11px;
  background-color: #ff4500;
  color: #ffffff;
}

.mini-cart {
  background-color: #ffffff;
  box-shadow: -2px 0px 5px 1px rgba(0, 0, 0, 0.06);
  width: 478px;
  padding: 14px;
  position: absolute;
  transition: all 0.3s ease;
  z-index: 998;
  top: 120%;
  opacity: 0;
  right: 0;
  visibility: hidden;
}

.mini-product-container {
  max-height: 320px;
  padding: 17px;
  overflow-y: auto;

}

.card-mini-product {
  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;
}

.card-mini-product:last-child {
  margin-bottom: 0;
}

.mini-product {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.mini-product__image-wrapper {
  margin-right: 20px;
}

.mini-product__link {
  background-color: #f5f5f5;
  display: inline-block;
  vertical-align: middle;
  width: 80px;
  height: 80px;
}

.mini-product__link img {
  display: block;
  min-width: 80px;
}

.mini-product__category {
  display: block;
}

.mini-product__category>a {
  color: #a0a0a0;
  transition: color 0.5s;
  font-size: 12px;
}

.mini-product__category>a:hover {
  color: #ff4500;
}

.mini-product__name {
  display: block;
}

.mini-product__name>a {
  color: #333333;
  font-size: 14px;
  font-weight: 600;
  transition: color 0.5s;
}

.mini-product__name>a:hover {
  color: #ff4500;
}

.mini-product__quantity {
  font-size: 12px;
  margin-right: 4px;
  color: #333333;
}

.mini-product__price {
  font-size: 14px;
  font-weight: 600;
  color: #333333;
}

.mini-product__delete-link {
  padding: 10px;
  font-size: 16px;
  display: inline-block;
  color: #333333;
  transition: color 0.5s;
}

.mini-product__delete-link:hover {
  color: #ff4500;
}

.mini-total {
  margin-bottom: 16px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
}

.subtotal-text {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #333333;
}

.subtotal-value {
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: #333333;
}

.mini-link {
  display: block;
  text-align: center;
  padding: 12px 42px;
  border-radius: 6px;
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 10px;
}

.mini-action {
  width: 65%;
  margin: 0 auto;
}

@media (max-width: 1024px) {
  .mini-cart-shop-link>.total-item-round {
    top: 5px;
    left: 38px;
  }

  .toggle-button-shop+.total-item-round {
    top: 5px;
    right: 10px;
  }

  .has-dropdown>.mini-cart {
    width: 100% !important;
    box-shadow: none;
    transition: none;
    padding: 14px;
    position: static;
    opacity: 1;
    visibility: visible;
    display: none;
  }

  .mini-product-container {
    max-height: 836px;
  }

  .card-mini-product {
    display: block;
    text-align: center;
  }

  .mini-product {
    display: block;
  }

  .mini-product__image-wrapper {
    margin-right: 0;
    margin-bottom: 10px;
  }

  .mini-product__info-wrapper {
    padding: 0;
    display: block;
    margin-bottom: 10px;
  }

  .mini-total {
    margin-bottom: 22px;
  }
}

@media (min-width: 1025px) {
  .toggle-button-shop+.total-item-round {
    display: none;
  }

  .has-dropdown:hover>.mini-cart {
    top: 100%;
    opacity: 1;
    visibility: visible;
  }
}

iframe {
  border: none;
  overflow: hidden;
}

iframe[src*="soundcloud"] {
  width: 100%;
}

/*--------------------------------------------------------------
Box Module
--------------------------------------------------------------*/
/* Body Element */
@media (min-width: 576px) {
  html.boxed body {
    background-color: #ffffff;
    margin: 0 auto;
  }
}

@media (min-width: 576px) {
  html.boxed body {
    max-width: 546px;
  }
}

@media (min-width: 791px) {
  html.boxed body {
    max-width: 770px;
  }
}

@media (min-width: 1025px) {
  html.boxed body {
    max-width: 990px;
  }
}

@media (min-width: 1230px) {
  html.boxed body {
    max-width: 1200px;
  }
}

/* Header with container Element */
@media (max-width: 1024px) {
  html.boxed header .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (min-width: 1025px) {
  html.boxed header .container {
    padding-left: 40px;
    padding-right: 40px;
  }
}

/* Header & Footer Element */
@media (min-width: 576px) {

  html.boxed header,
  html.boxed footer {
    margin-right: auto;
    margin-left: auto;
    width: 100%;
  }
}

@media (min-width: 576px) {

  html.boxed header,
  html.boxed footer {
    max-width: 456px;
  }
}

@media (min-width: 791px) {

  html.boxed header,
  html.boxed footer {
    max-width: 770px;
  }
}

@media (min-width: 1025px) {

  html.boxed header,
  html.boxed footer {
    max-width: 990px;
  }
}

@media (min-width: 1230px) {

  html.boxed header,
  html.boxed footer {
    max-width: 1200px;
  }
}

/* App Content exclude Header & Footer */
@media (min-width: 576px) {
  html.boxed .app-content {
    margin: 0 auto;
    overflow: hidden;
  }
}

@media (min-width: 576px) {
  html.boxed .app-content {
    max-width: 546px;
  }
}

@media (min-width: 791px) {
  html.boxed .app-content {
    max-width: 770px;
  }
}

@media (min-width: 1025px) {
  html.boxed .app-content {
    max-width: 990px;
  }
}

@media (min-width: 1230px) {
  html.boxed .app-content {
    max-width: 1200px;
  }
}

/* App Content with container */
@media (max-width: 1024px) {
  html.boxed .app-content .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (min-width: 1025px) {
  html.boxed .app-content .container {
    padding-left: 40px;
    padding-right: 40px;
  }
}

/* Footer with container Element */
@media (max-width: 1024px) {
  html.boxed footer .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (min-width: 1025px) {
  html.boxed footer .container {
    padding-left: 40px;
    padding-right: 40px;
  }
}

#topScroll {
  right: 24px;
  bottom: 60px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  box-shadow: 2px 2px 4px 4px rgba(36, 37, 38, 0.08);
  background-color: #ffffff;
  color: #333333;
  font-size: 18px;
  text-align: center;
}

.secondary-nav {
  display: -ms-flexbox;
  display: flex;
  /* -ms-flex-wrap: wrap; */
  /* flex-wrap: wrap; */
  position: relative;
  height: 60px;
  width: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
}

.has-superscript {
  position: relative;
}

.has-superscript:before {
  display: block;
  position: absolute;
  top: 10px;
  left: 40px;
  font-size: 10px;
  padding: 1px 7px;
  color: #ffffff;
}

.header-wrapper {
  position: relative;
}

.has-superscript--discount20:before {
  content: '-20% OFF';
}

.has-superscript--new:before {
  content: 'NEW';
}

.has-superscript--hot:before {
  content: 'HOT';
}

.has-superscript--sale:before {
  content: 'SALE';
}

.has-superscript--purple:before {
  background-color: #8d54ec;
}

.has-superscript--orange:before {
  background-color: #ff4500;
}

.has-superscript--mud:before {
  background-color: #878a85;
}

.has-superscript--ruby:before {
  background-color: #ee1a3d;
}

@media (max-width: 991px) {
  .header--style-3 {
    position: relative;
    background-color: #242424;
  }
}

.bg-primary {
  background: #810e0e !important;
}


.heading-section {
  font-size: 28px;
  color: #000;
}

.error {
  font-size: 12px;
  color: red;
}

.alert-error {
  font-size: 14px;
}

.img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.wrap {
  background: #202020;
}

.wrap .phone a {
  color: #fff;
  font-size: 12px;
}

.social-media {
  display: inline-block;
}

.social-media p a {
  width: 34px;
  height: 34px;
  background: #4d4d4d;
  margin-right: 1px;
}

.social-media p a span {
  color: #fff;
}

.social-media p a:hover {
  background: #810e0e;
  border-color: #810e0e;
}

.social-media p a:hover span {
  color: #fff;
}



.dropdown-item.active {
  background-color: #fff !important;
}

.dropdown-item.active:hover {
  background-color: #ff4500 !important;
}

.searchform {
  height: 46px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  overflow: hidden;
  border-radius: 5px;
}

.searchform .form-control {
  width: calc(100% - 46px);
  border: none;
  background: #fff !important;
  color: rgba(0, 0, 0, 0.7) !important;
  font-size: 14px;
}

.searchform .form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: rgba(0, 0, 0, 0.7) !important;
}

.searchform .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(0, 0, 0, 0.7) !important;
}

.searchform .form-control:-ms-input-placeholder {
  /* IE 0+ */
  color: rgba(0, 0, 0, 0.7) !important;
}

.searchform .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: rgba(0, 0, 0, 0.7) !important;
}

.searchform .search {
  width: 46px;
  height: 46px;
}

.searchform .search span {
  font-size: 18px;
}

.form-control {
  height: 46px !important;
  background: #fff !important;
  color: #000 !important;
  font-size: 14px;
  border-radius: 0px;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.form-control:focus,
.form-control:active {
  border-color: #000;
}

.u-s-m-b-10 {
  margin-bottom: 0.625rem;
}

.u-s-m-t-8 {
  margin-top: 0.5rem;
}

.u-s-m-b-16 {
  margin-bottom: 1rem;
}

.u-s-p-xy-20 {
  padding: 1.25rem;
}

.u-s-p-y-30 {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}

.u-s-p-y-60 {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}

.u-s-m-b-46 {
  margin-bottom: 2.875rem;
}

.u-s-m-b-40 {
  margin-bottom: 2.5rem;
}

.u-s-m-b-30 {
  margin-bottom: 1.875rem;
}

.u-s-m-b-15 {
  margin-bottom: 0.9375rem;
}

.u-s-m-b-12 {
  margin-bottom: 0.75rem;
}

.u-s-m-b-60 {
  margin-bottom: 3.75rem;
}

.u-s-p-y-90 {
  padding-top: 5.625rem;
  padding-bottom: 5.625rem;
}

.u-s-m-l-6 {
  margin-left: 0.375rem;
}

.u-s-p-t-90 {
  padding-top: 5.625rem;
}

.u-s-m-r-6 {
  margin-right: 0.375rem;
}

.u-s-m-b-8 {
  margin-bottom: 0.5rem;
}

.u-s-m-r-8 {
  margin-right: 0.5rem;
}

.u-s-p-b-60 {
  padding-bottom: 3.75rem;
}

/* -----------------------------
Carousel
-------------------------------*/

.framed-carousel {
  overflow: hidden;
  will-change: transform;
  mask-image: -webkit-radial-gradient(white, black);
  box-sizing: border-box;
  width: 100%;
  height: 700px !important;
}

._3q7r8 {
  background-color: white !important;
}

/* -----------------------------
Promotion
-------------------------------*/

.promotion-o {
  background-color: white !important;
  position: relative;
  display: block;
  transition: -webkit-transform 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.promotion-o__content {
  background-color: white !important;
  position: absolute;
  width: 100%;
  z-index: 2;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  text-align: center;
}

.promotion-o__link {
  background-color: white !important;
  font-size: 13px;
  font-weight: 600;
  transition: all .3s linear;
  display: inline-block;
}

.promotion-o:hover {
  background-color: white !important;
  -webkit-transform: translateY(-6px);
  transform: translateY(-6px);
}

/* -----------------------------
Aspect
-------------------------------*/

.aspect--1048-334 {
  padding-bottom: 31.87023%;
}

.aspect--1286-890 {
  padding-bottom: 69.20684%;
}

.aspect {
  position: relative;
}

.aspect--bg-grey {
  background-color: #f5f5f5;
}

.aspect--bg-grey-fb {
  background-color: #fbfbfb;
}

.aspect--square {
  /* padding-bottom: 100%; */
}

.aspect__img {
  /* position: absolute; */
  width: 100%;
  height: 100%;
}

.aspect__img__promo {
  width: 100%;
  height: 420px;
}

/* -----------------------------
Button
-------------------------------*/

.btn {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  font-size: 14px;
}

.btn:focus {
  outline: none;
}

.btn--icon {
  border: none;
  background-color: transparent;
  padding: 0;
}

.btn--e-brand {
  color: #ffffff;
  border: 1px solid transparent;
  background-color: #ff4500;
  transition: background-color .5s ease-in;
}

.btn--e-brand:hover {
  background-color: #fa4400;
}

.btn--e-brand-b-2 {
  color: #ffffff;
  background-color: #ff4500;
  border: 2px solid #ff4500;
  transition: background-color 0.5s ease-in, border-color 0.5s ease-in;
}

.btn--e-brand-b-2:hover {
  background-color: #fa4400;
  border-color: #fa4400;
}

.btn-grey {
  background-color: #333333 !important;
  color: white;
}

.btn--e-grey-b-2 {
  color: #333333;
  background-color: #f5f5f5;
  border: 2px solid #f5f5f5;
  transition: background-color 0.5s ease-in, border-color 0.5s ease-in;
}

.btn--e-grey-b-2:hover {
  background-color: #f2f2f2;
  border-color: #f2f2f2;
}

.btn--e-secondary {
  color: #ffffff;
  border: 1px solid transparent;
  background-color: #333333;
  transition: background-color .5s ease-in;
}

.btn--e-secondary:hover {
  background-color: #303030;
}

.btn--e-white-brand {
  border: 1px solid transparent;
  color: #333333;
  background-color: #ffffff;
  transition: background-color .3s linear, color .3s linear;
}

.btn--e-white-brand:hover {
  background-color: #ff4500;
  color: #ffffff;
}

.btn--e-transparent-brand-b-2 {
  color: #ff4500;
  border: 2px solid #ff4500;
  background-color: transparent;
  transition: border-color .5s ease-in;
}

.btn--e-transparent-brand-b-2:hover {
  border-color: #fa4400;
}

.btn--e-transparent-hover-brand-b-2 {
  color: #ff4500;
  border: 2px solid #ff4500;
  background-color: transparent;
  transition: background-color .1s ease-in, border-color .1s ease-in;
}

.btn--e-transparent-hover-brand-b-2:hover {
  background-color: #ff4500;
  color: #ffffff;
}

.btn--e-transparent-secondary-b-2 {
  color: #333333;
  border: 2px solid #333333;
  background-color: transparent;
  transition: border-color .5s ease-in;
}

.btn--e-transparent-secondary-b-2:hover {
  border-color: #303030;
}

.btn--e-transparent-platinum-b-2 {
  color: #333333;
  border: 2px solid #e5e5e5;
  background-color: transparent;
  transition: border-color 0.5s linear;
}

.btn--e-transparent-platinum-b-2:hover {
  border-color: #ff4500;
}

.btn--e-white-brand-shadow {
  border: 1px solid #eee;
  box-shadow: 1px 2px 8px 0 rgba(36, 37, 38, 0.08);
  background-color: #ffffff;
  color: #333333;
  transition: background-color .3s linear, border-color .3s linear, color .3s linear;
}

.btn--e-white-brand-shadow:hover {
  border-color: #ff4500;
  background-color: #ff4500;
  color: #ffffff;
}

.btn--e-brand-shadow {
  border: 1px solid #ff4500;
  box-shadow: 1px 2px 8px 0 rgba(36, 37, 38, 0.08);
  background-color: #ff4500;
  color: #ffffff;
  transition: background-color .3s linear, border-color .3s linear;
}

.btn--e-brand-shadow:hover {
  border-color: #fa4400;
  background-color: #fa4400;
}

/* -----------------------------
Section
-------------------------------*/

.section__text-wrap {
  text-align: center;
}

.section__content {
  position: relative;
}

.section__heading {
  font-weight: 600;
  letter-spacing: -.02rem;
  font-size: 22px;
  position: relative;
}

.section__span {
  font-size: 13px;
  display: block;
}

/* -----------------------------
Utility
-------------------------------*/

.u-c-brand {
  color: #ff4500 !important;
}

.u-c-secondary {
  color: #333333 !important;
}

.u-c-white {
  color: #ffffff !important;
}

.u-c-black {
  color: #000000 !important;
}

.u-c-grey {
  color: #7f7f7f !important;
}

.u-c-silver {
  color: #a0a0a0 !important;
}

.u-d-block {
  display: block;
}

.u-w-100 {
  width: 100%;
}

.u-h-100 {
  height: 100%;
}

.u-img-fluid {
  width: 100%;
  max-width: 100%;
  height: 100%;
}

/* -----------------------------
Product
-------------------------------*/

.product-o {
  padding: 20px;
  background-color: #ffffff;
}

.product-o--hover-off {
  box-shadow: 0 0 21px 0 rgba(0, 0, 0, 0.1);
}

.product-o--radius {
  border-radius: 14px;
}

.product-o--hover-on {
  transition: all 0.4s ease-in-out;
}

.product-o--hover-on:hover {
  box-shadow: 0 0 21px 0 rgba(0, 0, 0, 0.1);
}

.product-o:hover .product-o__wrap:before {
  opacity: 1;
}

.product-o:hover .product-o__action-wrap {
  opacity: 1;
  -webkit-transform: translateY(-50%) scale(1);
  transform: translateY(-50%) scale(1);
}

.product-o:hover .product-o__action-list>li {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.product-o__wrap {
  position: relative;
}

.product-o__wrap:before {
  content: "";
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  opacity: 0;
  transition: all 400ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.product-o__action-wrap {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  opacity: 0;
  z-index: 2;
  -webkit-transform: translateY(-50%) scale(0.8);
  transform: translateY(-50%) scale(0.8);
  transition: all 0.2s ease 0s;
}

.product-o__action-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}

.product-o__action-list>li {
  margin: 0 4px 6px;
  opacity: 0;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
  transition: all 0.3s ease 0.1s;
}

.product-o__action-list>li>a {
  display: block;
  width: 35px;
  text-align: center;
  border-radius: 50%;
  height: 35px;
  line-height: 35px;
  background-color: rgba(255, 255, 255, 0.25);
  color: #ffffff;
  font-size: 12px;
  transition: all 0.3s ease 0s;
}

.product-o__action-list>li>a:hover {
  background-color: #333333;
  color: #ffffff;
}

.product-o__category {
  display: block;
  margin-top: 4px;
}

.product-o__category>a {
  color: #a0a0a0;
  transition: color 0.5s;
  font-size: 12px;
}

.product-o__category>a:hover {
  color: #ff4500;
}

.product-o__name>a {
  color: #333333;
  font-size: 14px;
  font-weight: 600;
  transition: color 0.5s;
}

.product-o__name>a:hover {
  color: #ff4500;
}

.product-o__rating {
  margin-bottom: 4px;
}

.product-o__rating i {
  font-size: 12px;
}

.product-o__review {
  margin-left: 4px;
  font-size: 12px;
  color: #a0a0a0;
}

.product-o__price {
  display: block;
  color: #333333;
  font-size: 14px;
  font-weight: 600;
}

.product-o__discount {
  font-weight: 600;
  margin-left: 30px;
  color: #333333;
  font-size: 14px;
  text-decoration: line-through;
}

.product-o__countdown-wrap {
  margin-top: 16px;
}

.product-o__special-count-wrap {
  position: absolute;
  width: 100%;
  bottom: 20px;
}

.x-product {
  padding: 20px;
  border-radius: 6px;
  transition: -webkit-transform 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.06);
}

.x-product .row {
  -ms-flex-align: center;
  align-items: center;
}

.x-product__feature-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.x-product:hover {
  -webkit-transform: translateY(-6px);
  transform: translateY(-6px);
}

.feature {
  margin-bottom: 20px;
}

.feature__name {
  color: #333333;
  font-size: 13px;
  font-weight: 600;
  display: block;
}

.feature__value {
  color: #7f7f7f;
  font-size: 12px;
  display: block;
}

.product-l {
  display: -ms-flexbox;
  display: flex;
}

.product-l__img-wrap {
  margin-right: 20px;
}

.product-l__rating i {
  font-size: 12px;
}

.product-l__link {
  width: 110px;
  height: 110px;
}

.product-l__category {
  display: block;
}

.product-l__category>a {
  color: #a0a0a0;
  transition: color 0.5s;
  font-size: 12px;
}

.product-l__category>a:hover {
  color: #ff4500;
}

.product-l__name {
  display: block;
  margin-bottom: 4px;
}

.product-l__name>a {
  color: #333333;
  font-size: 14px;
  font-weight: 600;
  transition: color 0.5s;
}

.product-l__name>a:hover {
  color: #ff4500;
}

.product-l__price {
  display: block;
  color: #333333;
  font-size: 14px;
  font-weight: 600;
}

.product-l__discount {
  font-weight: 600;
  margin-left: 15px;
  color: #ff4500;
  font-size: 14px;
  text-decoration: line-through;
}

.product-o2 {
  background-color: #ffffff;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.06);
}

.product-o2__wrap {
  position: relative;
  overflow: hidden;
}

.product-o2__action-wrap {
  position: absolute;
  z-index: 2;
  opacity: 0;
  transition: all 0.6s linear;
  left: 20px;
  top: 20px;
}

.product-o2__action-list {
  margin: 0;
  padding: 0;
  text-align: center;
  list-style: none;
}

.product-o2__action-list>li {
  margin-bottom: 6px;
}

.product-o2__action-list>li>a {
  display: inline-block;
  width: 35px;
  text-align: center;
  border-radius: 50%;
  height: 35px;
  line-height: 35px;
  background-color: #ff4500;
  color: #ffffff;
  font-size: 12px;
  transition: all 0.3s ease 0.1s;
}

.product-o2__action-list>li>a:hover {
  background-color: #ffffff;
  color: #ff4500;
}

.product-o2__action-list>li:last-child {
  margin-bottom: 0;
}

.product-o2__countdown-wrap {
  position: absolute;
  right: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.6);
  width: 60px;
  height: 100%;
}

.product-o2__img {
  transition: all 0.6s ease-in-out;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.product-o2__content {
  padding: 10px;
}

.product-o2__category {
  display: block;
  margin-top: 4px;
}

.product-o2__category>a {
  color: #a0a0a0;
  transition: color 0.5s;
  font-size: 12px;
}

.product-o2__category>a:hover {
  color: #ff4500;
}

.product-o2__name {
  display: block;
}

.product-o2__name>a {
  color: #333333;
  font-size: 14px;
  font-weight: 600;
  transition: color 0.5s;
}

.product-o2__name>a:hover {
  color: #ff4500;
}

.product-o2__rating {
  margin-bottom: 4px;
}

.product-o2__rating i {
  font-size: 12px;
}

.product-o2__review {
  margin-left: 4px;
  font-size: 12px;
  color: #a0a0a0;
}

.product-o2__price {
  display: block;
  color: #333333;
  font-size: 14px;
  font-weight: 600;
}

.product-o2__discount {
  font-weight: 600;
  margin-left: 30px;
  color: #333333;
  font-size: 14px;
  text-decoration: line-through;
}

.product-o2:hover .product-o2__img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.product-o2:hover .product-o2__action-wrap {
  opacity: 1;
}

.product-r {
  border-radius: 15px;
  overflow: hidden;
  background-color: #ffffff;
  transition: -webkit-transform 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  box-shadow: 2px 2px 8px 3px rgba(36, 37, 38, 0.08);
}

.product-r__container {
  position: relative;
}

.product-r__ribbon-wrap {
  position: absolute;
  top: 0;
  right: 25px;
}

.product-r__action-wrap {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  opacity: 0;
  z-index: 2;
  -webkit-transform: translateY(-50%) scale(0.8);
  transform: translateY(-50%) scale(0.8);
  transition: all 0.2s ease 0s;
}

.product-r__action-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}

.product-r__action-list>li {
  margin: 0 4px 6px;
  opacity: 0;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
  transition: all 0.3s ease 0.1s;
}

.product-r__action-list>li>a {
  display: block;
  width: 35px;
  text-align: center;
  border-radius: 50%;
  height: 35px;
  line-height: 35px;
  background-color: #ffffff;
  color: #ff4500;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.06);
  font-size: 12px;
  transition: all 0.3s ease 0s;
}

.product-r__action-list>li>a:hover {
  background-color: #ffffff;
  color: #ff4500;
}

.product-r__info-wrap {
  padding: 14px;
}

.product-r__category {
  display: block;
  margin-bottom: 2px;
}

.product-r__category>a {
  color: #a0a0a0;
  transition: color 0.5s;
  font-size: 12px;
}

.product-r__category>a:hover {
  color: #ff4500;
}

.product-r__n-p-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 6px;
}

.product-r__name,
.product-r__price {
  -ms-flex: 0 1 auto;
}

.product-r__name {
  display: block;
}

.product-r__name>a {
  color: #333333;
  font-size: 14px;
  font-weight: 600;
  transition: color 0.5s;
}

.product-r__name>a:hover {
  color: #ff4500;
}

.product-r__price {
  display: block;
  font-weight: 600;
  color: #ff4500;
  font-size: 16px;
}

.product-r__description {
  margin-bottom: 6px;
  display: block;
  color: #7f7f7f;
  font-size: 12px;
}

.product-r:hover {
  -webkit-transform: translateY(-6px);
  transform: translateY(-6px);
}

.product-r:hover .product-r__action-wrap {
  opacity: 1;
  -webkit-transform: translateY(-50%) scale(1);
  transform: translateY(-50%) scale(1);
}

.product-r:hover .product-r__action-list>li {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.product-bs {
  background-color: #ffffff;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.06);
  transition: -webkit-transform 0.7s ease-in-out;
  transition: transform 0.7s ease-in-out;
  transition: transform 0.7s ease-in-out, -webkit-transform 0.7s ease-in-out;
}

.product-bs__container {
  padding: 20px;
}

.product-bs__wrap {
  position: relative;
  margin-bottom: 4px;
}

.product-bs__action-wrap {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  opacity: 0;
  z-index: 2;
  -webkit-transform: translateY(-50%) scale(0.8);
  transform: translateY(-50%) scale(0.8);
  transition: all 0.2s ease 0s;
}

.product-bs__action-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}

.product-bs__action-list>li {
  margin: 0 4px 6px;
  opacity: 0;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
  transition: all 0.3s ease 0.1s;
}

.product-bs__action-list>li>a {
  display: block;
  width: 35px;
  text-align: center;
  border-radius: 50%;
  height: 35px;
  line-height: 35px;
  background-color: #ff4500;
  color: #ffffff;
  font-size: 12px;
  transition: all 0.3s ease 0s;
}

.product-bs__action-list>li>a:hover {
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.06);
  background-color: #ffffff;
  color: #ff4500;
}

.product-bs__category {
  display: block;
}

.product-bs__category>a {
  color: #a0a0a0;
  transition: color 0.5s;
  font-size: 12px;
}

.product-bs__category>a:hover {
  color: #ff4500;
}

.product-bs__name {
  display: block;
}

.product-bs__name>a {
  color: #333333;
  font-size: 14px;
  font-weight: 600;
  transition: color 0.5s;
}

.product-bs__name>a:hover {
  color: #ff4500;
}

.product-bs__rating {
  margin-bottom: 4px;
}

.product-bs__rating i {
  font-size: 12px;
}

.product-bs__review {
  margin-left: 4px;
  font-size: 12px;
  color: #a0a0a0;
}

.product-bs__price {
  display: block;
  color: #333333;
  font-size: 14px;
  font-weight: 600;
}

.product-bs__discount {
  font-weight: 600;
  margin-left: 30px;
  color: #333333;
  font-size: 14px;
  text-decoration: line-through;
}

.product-bs:hover {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}

.product-bs:hover .product-bs__action-wrap {
  opacity: 1;
  -webkit-transform: translateY(-50%) scale(1);
  transform: translateY(-50%) scale(1);
}

.product-bs:hover .product-bs__action-list>li {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.product-short {
  background-color: #fbfbfb;
  transition: -webkit-transform 0.7s ease-in-out;
  transition: transform 0.7s ease-in-out;
  transition: transform 0.7s ease-in-out, -webkit-transform 0.7s ease-in-out;
}

.product-short:hover {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}

.product-short__container {
  padding: 30px;
}

.product-short__info {
  margin-top: 14px;
}

.product-short__price {
  display: block;
  font-size: 12px;
  font-weight: 600;
  color: #ff4500;
}

.product-short__name {
  display: block;
}

.product-short__name>a {
  font-size: 14px;
  font-weight: 600;
  color: #333333;
  transition: color 0.5s;
}

.product-short__name>a:hover {
  color: #ff4500;
}

.product-short__category {
  display: block;
}

.product-short__category>a {
  font-size: 11px;
  color: #a0a0a0;
  transition: color 0.5s;
}

.product-short__category>a:hover {
  color: #ff4500;
}

/*--------------------------------------------------------------
Footer
--------------------------------------------------------------*/

.outer-footer {
  padding: 15px 0 0 0;
  background-color: #c8dbe6;
}

.outer-footer__content-title {
  display: block;
  color: #000000;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
}

.outer-footer__logo-wrap {
  margin-bottom: 4px;
}

.outer-footer__text-wrap {
  margin-bottom: 6px;
}

.outer-footer__text-wrap>i {
  margin-right: 6px;
  font-size: 14px;
  color: #000000;
}

.outer-footer__text-wrap span {
  font-size: 14px;
  color: #000000;
}

.outer-footer__social ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.outer-footer__social ul>li {
  margin-right: 16px;
}

.outer-footer__social ul>li>a {
  font-size: 14px;
  color: #000000;
  transition: color 0.6s;
}

.outer-footer__social ul>li:last-child {
  margin-right: 0;
}

.outer-footer__list-wrap ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.outer-footer__list-wrap ul>li {
  margin-bottom: 2px;
}

.outer-footer__list-wrap ul>li>a {
  transition: color 0.6s;
  color: #000000;
  font-size: 14px;
}

.outer-footer__list-wrap ul>li>a:hover {
  color: #ff4500;
}

.outer-footer__list-wrap ul>li:last-child {
  margin-bottom: 0;
}

.newsletter__group {
  position: relative;
}

.newsletter__btn {
  position: absolute;
  padding: 14px;
  right: 0;
  font-weight: 600;
  font-size: 12px;
  top: 50%;
  border: none;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.newsletter__text {
  margin-top: 10px;
  display: block;
  color: #000000;
  font-size: 14px;
}

.newsletter__radio {
  margin-right: 20px;
}

.newsletter__radio .radio-box__label {
  color: #000000;
}

.newsletter__radio:last-child {
  margin-right: 0;
}

#newsletter {
  width: 100%;
  padding: 0 100px 0 18px;
}

/* 7.3 Lower-Footer */
.lower-footer {
  background-color: #c8dbe6;
  padding: 5px 0;
}

.lower-footer__content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
}

.lower-footer__copyright,
.lower-footer__payment {
  -ms-flex: 0 1 auto;
}

.lower-footer__copyright span {
  font-size: 13px;
  color: #000000;
}

.lower-footer__copyright a {
  margin: 0 1px;
  font-size: 13px;
  color: #ff4500;
  transition: color 0.6s;
}

.lower-footer__copyright a:hover {
  color: #ff4500;
}

.lower-footer__img img {
  display: block;
}

.lower-footer__payment ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.lower-footer__payment ul>li {
  margin-right: 16px;
}

.lower-footer__payment ul>li>i {
  font-size: 25px;
  color: #000000;
}

.lower-footer__payment ul>li:last-child {
  margin-right: 0;
}

@media (max-width: 767px) {
  .lower-footer__content {
    -ms-flex-pack: center;
    justify-content: center;
  }

  .lower-footer__copyright {
    margin-bottom: 8px;
  }
}


/*------------------------
Form Fields
------------------------*/

.check-box [type="checkbox"] {
  position: absolute;
  left: 0;
  top: 0;
  min-width: 16px;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 0;
  cursor: pointer;
}

.radio-box [type="radio"] {
  position: absolute;
  left: 0;
  top: 0;
  min-width: 16px;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 0;
  cursor: pointer;
}

.check-box {
  position: relative;
  display: inline-block;
  white-space: nowrap;
  line-height: 1;
}

.check-box__label {
  position: initial;
  display: inline-block;
  font-weight: 600;
  font-size: 13px;
  color: #333333;
  margin-left: 24px;
  white-space: normal;
}

.check-box__label:before,
.check-box__label:after {
  content: '';
  width: 18px;
  height: 18px;
  display: block;
  border: 2px solid transparent;
  z-index: 0;
  transition: all .5s ease;
  position: absolute;
  left: 0;
  top: 0;
}

.check-box__label:before {
  background-color: #f1f1f1;
}

.check-box__label:after {
  -webkit-transform: scale(0.6);
  transform: scale(0.6);
}

.check-box input:checked~.check-box__state label:before {
  -webkit-animation: mypulse 1s;
  animation: mypulse 1s;
}

.check-box input:checked~.check-box__state.check-box__state--primary label:before {
  border-color: #ff4500;
  background-color: #ffffff;
}

.check-box input:checked~.check-box__state.check-box__state--primary label:after {
  -webkit-transform: scale(0.4);
  transform: scale(0.4);
  background-color: #ff4500;
}

.radio-box {
  position: relative;
  display: inline-block;
  white-space: nowrap;
  line-height: 1;
}

.radio-box__label {
  position: initial;
  display: inline-block;
  font-weight: 600;
  font-size: 13px;
  color: #333333;
  white-space: normal;
  margin-left: 24px;
}

.radio-box__label:before,
.radio-box__label:after {
  content: '';
  width: 18px;
  height: 18px;
  display: block;
  border-radius: 50%;
  border: 2px solid transparent;
  z-index: 0;
  transition: all .5s ease;
  position: absolute;
  left: 0;
  top: 0;
}

.radio-box__label:before {
  background-color: #f1f1f1;
}

.radio-box__label:after {
  -webkit-transform: scale(0.6);
  transform: scale(0.6);
}

.radio-box input:checked~.radio-box__state label:before {
  -webkit-animation: mypulse 1s;
  animation: mypulse 1s;
}

.radio-box input:checked~.radio-box__state.radio-box__state--primary label:before {
  border-color: #ff4500;
  background-color: #ffffff;
}

.radio-box input:checked~.radio-box__state.radio-box__state--primary label:after {
  -webkit-transform: scale(0.4);
  transform: scale(0.4);
  background-color: #ff4500;
}

/* Select-Box Component */
.select-box {
  display: block;
  max-width: 100%;
  font-size: 13px;
  font-weight: 600;
  padding: 10px 12px 11px 15px;
  cursor: pointer;
  line-height: 1.2;
}

.select-box--primary-style {
  color: #333333;
  border: 2px solid transparent;
  background-color: #f1f1f1;
}

.select-box--transparent-b-2 {
  color: #333333;
  border: 1px solid transparent;
  background-color: transparent;
}

.select-box:focus {
  outline: 0;
}

.select-box::-ms-expand {
  background-color: transparent;
  border: 0;
}

.select-box:disabled {
  background-color: #cecece;
}

.select-box--primary-style:focus::-ms-value {
  color: #333333;
  background-color: #f1f1f1;
}

.select-box--transparent-b-2:focus::-ms-value {
  color: #333333;
  background-color: #ffffff;
}

.text-area {
  height: 100%;
  font-size: 12px;
  font-weight: 600;
  padding: 18px;
  resize: vertical;
}

.text-area--border-radius {
  border-radius: 25px;
}

.text-area--primary-style {
  color: #5c636c;
  transition: all 0.6s linear;
  border: 2px solid transparent;
  background-color: #f1f1f1;
}

.text-area--primary-style:focus {
  background-color: transparent;
  border-color: #ff4500;
}

.text-area:focus {
  outline: 0;
}

.input-text {
  font-size: 12px;
  background-clip: padding-box;
  padding: 0 18px;
  height: 40px;
}

.input-text--border-radius {
  border-radius: 25px;
}

.input-text--primary-style {
  color: #333333;
  transition: all 0.6s linear;
  border: 2px solid transparent;
  background-color: #f1f1f1;
}

.input-text--primary-style:focus {
  background-color: transparent;
  border-color: #ff4500;
}

.is-invalid {
  background-color: transparent;
  border-color: #ff4500;
}

.input-text--style-1 {
  color: #5c636c;
  transition: all 0.6s linear;
  border: 1px solid transparent;
  background-color: #f1f1f1;
}

.input-text--style-1:focus {
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  background-color: transparent;
  border-color: #eee;
}

.input-text--style-2 {
  color: #5c636c;
  border: 1px solid transparent;
  background-color: #f1f1f1;
  transition: all 0.6s linear;
}

.input-text--style-2:focus {
  background-color: #ffffff;
}

.input-text--only-white {
  border: 1px solid transparent;
  color: #333333;
  background-color: #ffffff;
}

.input-text:focus {
  outline: 0;
}

.input-text:disabled {
  background-color: #cecece;
}

input::-ms-clear {
  display: none;
}

/*--------------------------------------------------------------
Breadcrumb
--------------------------------------------------------------*/

.breadcrumb {
  background-color: #fbfbfb !important;
  padding: 0rem 1rem !important;
}

.breadcrumb__wrap {
  background-color: #fbfbfb;
  padding: 1.125rem;
  border-radius: 0.1875rem;
}

.breadcrumb__list {
  list-style: none;
  padding: 0;
  margin: 0;
  word-wrap: break-word;
}

.breadcrumb__list>li {
  display: inline-block;
}

.breadcrumb__list>li>a {
  color: #a0a0a0;
  font-size: 13px;
  font-weight: 700;
  transition: color 0.5s;
}

.breadcrumb__list>li>a:hover {
  color: #333333;
}

.breadcrumb__list>li.is-marked>a {
  color: #333333;
}

.breadcrumb__list>li.has-separator:after {
  content: '/';
  margin: 0 16px;
}

/*--------------------------------------------------------------
Signin Signup Lost Password-Page
--------------------------------------------------------------*/

.l-f-o {
  border: 1px solid #eee;
}

.l-f-o__pad-box {
  padding: 20px;
}

.l-f-o__form {
  width: 100%;
}

.l-f-o .input-text,
.l-f-o .btn,
.l-f-o .select-box {
  border-radius: 6px;
}

.l-f-o .input-text {
  width: 100%;
}

.l-f-o .btn {
  font-weight: 600;
  padding: 12px 18px;
}

.l-f-o__create-link {
  font-size: 13px;
  text-align: center;
  padding: 12px;
  display: block;
  font-weight: 600;
  border-radius: 6px;
}

.gl-s-api {
  width: 80%;
  margin: 0 auto;
}

.gl-s-api__btn {
  border: none;
  cursor: pointer;
  text-align: center;
  display: block;
  width: 100%;
  padding: 12px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  transition: background-color 0.5s linear;
}

.gl-s-api__btn:focus {
  outline: 0;
}

.gl-s-api__btn span {
  margin-left: 10px;
}

.gl-s-api__btn--fb {
  background-color: #4267b2;
}

.gl-s-api__btn--fb:hover {
  background-color: #3b5c9f;
}

.gl-s-api__btn--gplus {
  background-color: #dd4b39;
}

.gl-s-api__btn--gplus:hover {
  background-color: #d73925;
}

.gl-dob {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.gl-dob .select-box {
  -ms-flex: 1;
  flex: 1;
  margin-right: 8px;
}

.gl-dob .select-box:last-child {
  margin-right: 0;
}

.gl-link {
  font-size: 13px;
  font-weight: 600;
  color: #ff4500;
  transition: color 0.5s linear;
}

.gl-link:hover {
  color: #fa4400;
}

.gl-h1 {
  color: #333333;
  font-size: 18px;
  margin-bottom: 8px;
}

.gl-text {
  display: block;
  color: #a0a0a0;
  font-size: 13px;
}

.gl-label {
  margin-bottom: 8px;
  display: block;
  color: #333333;
  font-size: 13px;
  font-weight: 600;
}

.row--center {
  -ms-flex-pack: center;
  justify-content: center;
}

.fluid-width-video-wrapper {
  background-color: #f5f5f5;
}

.gl-inline {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-align: center;
  align-items: center;
}

.gl-inline div {
  -ms-flex: 1;
  flex: 1;
  margin-right: 14px;
}

.gl-inline div:last-child {
  margin-right: 0;
}

.gl-l-r {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}


@media (max-width: 575px) {
  .gl-inline {
    display: block;
  }

  .gl-inline div {
    display: block;
    margin-right: 0;
  }

  .gl-l-r {
    display: block;
  }

  .gl-dob {
    display: block;
  }

  .gl-dob .select-box {
    width: 100%;
    margin-bottom: 8px;
    margin-right: 0;
  }

  .gl-dob .select-box:last-child {
    margin: 0;
  }
}

/*-----------------------------
Listing
------------------------------*/

.shop-w-master__heading {
  font-size: 18px;
  color: #333333;
  font-weight: 700;
  line-height: 20px;
}

.sidebar--bg-snow {
  background-color: #f9f9f9;
}

.shop-w--style {
  border: 1px solid #f1f1f1;
  background-color: #ffffff;
  box-shadow: 0 6px 15px 0 rgba(36, 37, 38, 0.08);
}

.shop-w__intro-wrap {
  position: relative;
}

.shop-w__h {
  font-size: 14px;
  padding: 14px 18px;
  border-bottom: 1px solid #efefef;
  color: #333333;
  font-weight: 700;
  line-height: 20px;
}

.shop-w__wrap {
  padding: 14px;
}

.shop-w__toggle.collapsed:before {
  content: "\F067";
}

.shop-w__toggle {
  position: absolute;
  top: 50%;
  padding: 8px 12px;
  background-color: transparent;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 10px;
  font-size: 12px;
  cursor: pointer;
  color: #444;
}

.shop-w ul {
  margin: 0;
  padding-left: 0;
  list-style: none;
}

.shop-w__list {
  overflow: auto;
  max-height: 290px;
}

.shop-w__list>li {
  position: relative;
  padding: 8px 16px;
}

.shop-w__list-2 {
  overflow: auto;
  max-height: 290px;
}

.shop-w__list-2>li {
  padding: 0.25rem 0;
  position: relative;
}

.list__content {
  position: relative;
}

.list__content [type="checkbox"] {
  position: absolute;
  left: 0;
  top: 0;
  min-width: 16px;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 0;
  cursor: pointer;
}

.list__content span {
  padding: 8px 16px;
  display: block;
  font-size: 14px;
  transition: background-color 110ms ease-in-out, color 110ms ease-in-out;
  color: #7f7f7f;
}

.list__content:hover span {
  color: #333333;
  background-color: #ececec;
  border-radius: .5rem;
}

.list__content input:checked+span {
  background-color: #ececec;
  color: #333333;
  border-radius: .5rem;
}

.shop-w__total-text {
  font-size: 11px;
  position: absolute;
  cursor: pointer;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #333333;
  right: 13px;
}

.shop-w__category-list {
  overflow: auto;
  max-height: 290px;
}

.shop-w__category-list>li {
  padding: 4px 14px;
}

.shop-w__category-list>li>a {
  font-size: 14px;
  color: #333333;
  transition: color 110ms ease-in-out;
}

.shop-w__category-list>li>a:hover {
  color: #ff4500;
}

.shop-w__category-list>li ul .has-list>a {
  font-size: 13px;
  font-weight: 700;
  color: #333333;
}

.shop-w__category-list>li ul {
  display: none;
  padding-left: 8px;
}

.shop-w__category-list>li ul li a {
  font-size: 13px;
  color: #7f7f7f;
  transition: color 110ms ease-in-out;
}

.shop-w__category-list>li ul li a:hover {
  color: #ff4500;
}

.has-list {
  position: relative;
}

.category-list__text {
  font-size: 10px;
  color: #a0a0a0;
}

.js-shop-category-span {
  cursor: pointer;
  font-size: 13px;
  color: #444;
  transition: color 110ms ease-in-out;
}

.js-shop-category-span:hover {
  color: #000000;
}

.js-shop-category-span.is-expanded:before {
  content: '\f068';
}

.shop-w__form-p-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 8px 0;
}

.shop-w__form-p-wrap div {
  margin-right: 8px;
  margin-bottom: 12px;
}

.shop-w__form-p-wrap div:last-child {
  margin-right: 0;
}

.shop-w__form-p-wrap .input-text,
.shop-w__form-p-wrap .btn {
  height: 40px;
  padding: 8px;
  border-radius: 2px;
}

.shop-w__form-p-wrap .input-text {
  width: 80px;
}

.shop-w__form-p-wrap .btn {
  width: 40px;
}

.color__check {
  position: relative;
  line-height: 1.89;
  margin-right: 36px;
  display: inline-block;
}

.color__check [type="checkbox"] {
  position: absolute;
  left: 0;
  top: 0;
  min-width: 30px;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 0;
  cursor: pointer;
}

.color__check-label {
  position: initial;
  display: inline-block;
}

.color__check-label:before,
.color__check-label:after {
  content: '';
  width: 30px;
  height: 30px;
  display: block;
  border: 2px solid transparent;
  z-index: 0;
  position: absolute;
  left: 0;
  top: 0;
}

.color__check-label:after {
  -webkit-transform: scale(0.6);
  transform: scale(0.6);
  background-color: inherit;
}

.color__check input:checked+label:before {
  border-color: #d2d2d2;
}

.rating__check {
  position: relative;
  cursor: pointer;
}

.rating__check [type="checkbox"] {
  position: absolute;
  left: 0;
  top: 0;
  min-width: 16px;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 0;
  cursor: pointer;
}

.rating__check-star-wrap>i {
  margin-left: 2px;
  color: #ff4500;
  transition: color .4s ease-in-out;
}

.rating__check-star-wrap>i:first-child {
  margin-left: 0;
}

.rating__check-star-wrap span {
  font-size: 12px;
  color: #333333;
  margin-right: 2px;
}

.rating__check:hover .rating__check-star-wrap>i {
  color: #ff9600;
}

.rating__check input:checked+.rating__check-star-wrap>i {
  color: #ff9600;
}

.shop-p__meta-wrap {
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
  padding: 20px;
  border-radius: 0.625rem;
}

.shop-p__meta-text-1 {
  display: block;
  font-size: 14px;
  margin-bottom: 6px;
  font-weight: 700;
  color: #333333;
}

.shop-p__meta-text-2 {
  font-size: 14px;
  font-weight: 700;
  color: #7f7f7f;
}

.shop-p__tool-style {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.tool-style__group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.tool-style__group span {
  position: relative;
  display: inline-block;
  height: 40px;
  cursor: pointer;
  border: 2px solid #e5e5e5;
  font-size: 13px;
  padding: 8px 18px;
  font-weight: 700;
  color: #333333;
}

.tool-style__group span:hover {
  background-color: rgba(255, 69, 0, 0.12);
  color: #ff4500;
  border-color: #ff4500;
  z-index: 2;
}

.tool-style__group span:not(:last-child) {
  margin-right: -2px;
}

.tool-style__group span.is-active {
  background-color: rgba(255, 69, 0, 0.12);
  color: #ff4500;
  border-color: #ff4500;
  z-index: 2;
}

.tool-style__form-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.tool-style__form-wrap div+div {
  margin-left: 15px;
}

.tool-style__form-wrap select {
  border-radius: .25rem;
}

.is-grid-active .product-m {
  position: relative;
  margin-bottom: 30px;
  transition: 0.3s;
}

.is-grid-active .product-m__thumb {
  position: relative;
}

.text-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.7);
  color: white;
  padding: 10px;
  border-radius: 5px;
  font-size: 16px;
  text-align: center;
  height: 100%; 
  width: 100%;
  z-index: 3;
}

.text-overlay p {
  position: relative;
  top: 40%;
  font-size: larger;
  font-weight: bolder;
}

.is-grid-active .product-m__add-cart {
  position: absolute;
  bottom: 15px;
  left: 15px;
  right: 15px;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}

.is-grid-active .product-m__add-cart>a {
  padding: 12px;
  border-radius: 0.125rem;
  font-size: 13px;
  width: 100%;
  text-align: center;
  display: block;
}

.is-grid-active .product-m__quick-look {
  position: absolute;
  top: 8px;
  right: 22px;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}

.is-grid-active .product-m__quick-look-left {
  position: absolute;
  top: 4px;
  left: 5px;
}

.highlight {
  background-color: #f54337;
  color: white;
  padding: 2px;
  font-size: 12px;
  border-radius: 5px;
}

.is-grid-active .product-m__quick-look>a {
  font-size: 16px;
  color: #ff4500;
  transition: color 110ms ease-in-out;
}

.is-grid-active .product-m__quick-look>a:hover {
  color: #a0a0a0;
}

.is-grid-active .product-m__content {
  padding: 4px 16px 6px;
}

.is-grid-active .product-m__category {
  margin-bottom: 2px;
  line-height: 1.2;
}

.is-grid-active .product-m__category>a {
  color: #a0a0a0;
  transition: color 0.5s;
  font-size: 12px;
}

.is-grid-active .product-m__category>a:hover {
  color: #ff4500;
}

.is-grid-active .product-m__name>a {
  color: #333333;
  font-size: 14px;
  font-weight: 600;
  transition: color 0.5s;
}

.is-grid-active .product-m__name>a:hover {
  color: #ff4500;
}

.is-grid-active .product-m__price {
  line-height: 1.2;
  color: #333333;
  font-size: 14px;
  font-weight: 600;
}

.is-grid-active .product-m__discount {
  font-weight: 600;
  margin-left: 30px;
  color: #ff4500;
  font-size: 14px;
  text-decoration: line-through;
}

.is-grid-active .product-m__rating {
  margin-bottom: 6px;
}

.is-grid-active .product-m__rating i {
  font-size: 12px;
}

.is-grid-active .product-m__review {
  margin-left: 4px;
  font-size: 11px;
  color: #a0a0a0;
}

.is-grid-active .product-m__hover {
  position: absolute;
  top: 96%;
  width: 100%;
  z-index: 9;
  padding: 4px 16px 14px;
  left: 0;
  background: #ffffff;
  box-shadow: 0 6px 7px 0 rgba(0, 0, 0, 0.2);
  transition: all 300ms ease-in-out;
  opacity: 0;
  visibility: hidden;
}

.is-grid-active .product-m__wishlist {
  text-align: right;
}

.is-grid-active .product-m__wishlist a {
  font-size: 16px;
  color: #a0a0a0;
  transition: color 110ms ease-in-out;
}

.is-grid-active .product-m__wishlist a:hover {
  color: #ff4500;
}

.is-grid-active .product-m__preview-description {
  margin-bottom: 8px;
  font-size: 12px;
  color: #7f7f7f;
}

.is-grid-active .product-m:hover {
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
}

.is-grid-active .product-m:hover .product-m__add-cart {
  opacity: 1;
  visibility: visible;
}

.is-grid-active .product-m:hover .product-m__quick-look {
  opacity: 1;
  visibility: visible;
}

.is-grid-active .product-m:hover .product-m__hover {
  top: 99%;
  opacity: 1;
  visibility: visible;
}

.is-list-active {
  display: block;
}

.is-list-active [class*="col-"] {
  display: block;
  max-width: 100%;
  width: 100%;
}

.is-list-active .product-m {
  padding: 15px 0;
  transition: 0.3s;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.is-list-active .product-m__thumb {
  position: relative;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
  padding-right: 15px;
  padding-left: 15px;
}

.is-list-active .product-m__add-cart {
  position: absolute;
  bottom: 15px;
  left: 15px;
  right: 15px;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}

.is-list-active .product-m__add-cart>a {
  padding: 12px;
  border-radius: 0.125rem;
  font-size: 13px;
  width: 100%;
  text-align: center;
  display: block;
}

.is-list-active .product-m__quick-look {
  position: absolute;
  top: 8px;
  right: 22px;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}

.is-list-active .product-m__quick-look>a {
  font-size: 16px;
  color: #ff4500;
  transition: color 110ms ease-in-out;
}

.is-list-active .product-m__quick-look>a:hover {
  color: #fa4400;
}

.is-list-active .product-m__content {
  position: relative;
  -ms-flex: 0 0 66.66667%;
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
  padding-right: 15px;
  padding-left: 15px;
}

.is-list-active .product-m__category {
  margin-bottom: 2px;
  line-height: 1.2;
}

.is-list-active .product-m__category>a {
  color: #a0a0a0;
  transition: color 0.5s;
  font-size: 12px;
}

.is-list-active .product-m__category>a:hover {
  color: #ff4500;
}

.is-list-active .product-m__name>a {
  color: #333333;
  font-size: 14px;
  font-weight: 600;
  transition: color 0.5s;
}

.is-list-active .product-m__name>a:hover {
  color: #ff4500;
}

.is-list-active .product-m__price {
  margin-bottom: 8px;
  line-height: 1.2;
  color: #333333;
  font-size: 14px;
  font-weight: 600;
}

.is-list-active .product-m__discount {
  font-weight: 600;
  margin-left: 30px;
  color: #ff4500;
  font-size: 14px;
  text-decoration: line-through;
}

.is-list-active .product-m__rating {
  margin-bottom: 6px;
}

.is-list-active .product-m__rating i {
  font-size: 12px;
}

.is-list-active .product-m__review {
  margin-left: 4px;
  font-size: 11px;
  color: #a0a0a0;
}

.is-list-active .product-m__preview-description {
  font-size: 12px;
  color: #7f7f7f;
}

.is-list-active .product-m__wishlist {
  position: absolute;
  right: 12px;
  bottom: 13px;
}

.is-list-active .product-m__wishlist a {
  font-size: 16px;
  color: #a0a0a0;
  transition: color 110ms ease-in-out;
}

.is-list-active .product-m__wishlist a:hover {
  color: #ff4500;
}

.is-list-active .product-m:hover {
  background: #ffffff;
  border-radius: 0.1875rem;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
}

.is-list-active .product-m:hover .product-m__add-cart {
  opacity: 1;
  visibility: visible;
}

.is-list-active .product-m:hover .product-m__quick-look {
  opacity: 1;
  visibility: visible;
}

.shop-p__pagination {
  margin: 0;
  padding: 0;
  list-style: none;
  -ms-flex-pack: center;
  justify-content: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.shop-p__pagination>li {
  margin-right: 14px;
}

.shop-p__pagination>li:last-child {
  margin-right: 0;
}

.shop-p__pagination>li>a {
  width: 42px;
  text-align: center;
  height: 42px;
  line-height: 42px;
  font-size: 12px;
  display: block;
  font-weight: 600;
  border-radius: 50%;
  background-color: transparent;
  color: #333333;
}

.shop-p__pagination>li.is-active>a {
  background-color: #f7f7f7;
}

.shop-p__pagination>li:not(.is-active)>a:hover {
  color: #ff4500;
  text-decoration: underline;
}

.shop-a__wrap {
  position: fixed;
  top: 0;
  width: 350px;
  min-height: 100vh;
  bottom: 0;
  z-index: 9999;
  right: 0;
  transition: all 400ms ease-out;
  -webkit-transform: translate(200px, 0);
  transform: translate(200px, 0);
  box-shadow: 0 0 7px 2px rgba(0, 0, 0, 0.09);
  background-color: #ffffff;
  visibility: hidden;
  opacity: 0;
}

.shop-a__inner {
  overflow: auto;
  height: 100%;
  padding: 1.25rem 1.125rem;
}

.shop-a.is-open .shop-a__wrap {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  visibility: visible;
  opacity: 1;
}

@media (max-width: 575px) {
  .is-list-active .product-m__thumb {
    margin-bottom: 30px;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .is-list-active .product-m__content {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .is-list-active .product-m__wishlist {
    position: static;
    text-align: right;
  }

  .shop-p__tool-style {
    display: block;
  }

  .tool-style__form-wrap {
    display: block;
  }

  .tool-style__form-wrap div+div {
    margin-left: 0;
  }
}

.gl-tag {
  margin-right: 8px;
  display: inline-block;
  margin-bottom: 10px;
  padding: 5px 13px;
  font-size: 12px;
  font-weight: 600;
  border-radius: 22px;
}

.gl-tag:last-child {
  margin-right: 0;
}

/*--------------------------------------------------------------
18.0 Product-Detail-Pages
--------------------------------------------------------------*/
.pd-breadcrumb__list {
  list-style: none;
  padding: 0;
  margin: 0;
  word-wrap: break-word;
}

.pd-breadcrumb__list>li {
  display: inline-block;
}

.pd-breadcrumb__list>li>a {
  color: #a0a0a0;
  font-size: 12px;
  transition: color 0.5s;
}

.pd-breadcrumb__list>li>a:hover {
  color: #333333;
}

.pd-breadcrumb__list>li.is-marked>a {
  color: #333333;
  font-weight: 700;
}

.pd-breadcrumb__list>li.has-separator:after {
  content: '-';
  margin: 0 6px;
}

.pd {
  cursor: pointer;
}

.pd-wrap {
  position: relative;
}

.pd-text {
  position: absolute;
  top: 15px;
  padding: 8px;
  right: 15px;
  font-size: 12px;
  color: #333333;
}

.pd-social-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.pd-social-list>li {
  margin-right: 16px;
}

.pd-social-list>li:last-child {
  margin-right: 0;
}

.pd-social-list>li>a {
  font-size: 1.125rem;
  transition: color 110ms ease-in-out;
  color: #333333;
}

.pd-detail__label {
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: #333333;
}

.pd-detail__inline span {
  margin-right: 0.375rem;
}

.pd-detail__inline span:last-child {
  margin-right: 0;
}

.pd-detail-inline-2 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-align: center;
  align-items: center;
}

.pd-detail-inline-2 div {
  margin-right: 14px;
}

.pd-detail-inline-2 div:last-child {
  margin-right: 0;
}

.pd-detail__name {
  display: block;
  color: #333333;
  font-size: 20px;
  font-weight: 600;
}

.pd-detail__code {
  display: block;
  color: #333333;
  font-size: 12px;
  font-weight: 600;
}
.pd-detail__price {
  color: #ff4500;
  font-size: 2rem;
  font-weight: 700;
}

.pd-detail__price_discount {
  color: #858585;
  font-size: 1.5rem !important;
  font-weight: 600;
  margin-right: 25px !important;
  text-decoration:line-through;
}

.pd-detail__price_discount-main {
  color: #858585;
  font-size: 0.8rem !important;
  font-weight: 600;
  margin-right: 15px !important;
  text-decoration:line-through;
}

.discount_label {
  color: black;
  font-weight: 500;
  font-size: 14px;
}

.pd-detail__price__discount {
  color: #ff4500;
  font-size: 1.0rem;
  font-weight: 700;
}

.pd-detail__discount {
  color: #ff4500;
  font-size: 14px;
  font-weight: 600;
  transition: color 0.5s;
}

.pd-detail__del {
  color: #a0a0a0;
  font-size: 12px;
}

.pd-detail__rating {
  display: block;
}

.pd-detail__rating i {
  font-size: 12px;
}

.pd-detail__review>a {
  font-size: 12px;
  transition: color 110ms ease-in-out;
  color: #333333;
}

.pd-detail__review>a:hover {
  color: #ff4500;
  text-decoration: underline;
}

.pd-detail__stock,
.pd-detail__left {
  font-size: 12px;
  font-weight: 600;
  padding: 8px;
  display: inline-block;
  border-radius: 30px;
}

.pd-detail__stock {
  background-color: rgba(0, 148, 68, 0.14);
  color: #009444;
}

.pd-detail__left {
  background-color: rgba(255, 69, 0, 0.14);
  color: #ff4500;
}

.pd-detail__left__unavailable {
  font-size: 12px;
  font-weight: 600;
  padding: 8px;
  display: inline-block;
  border-radius: 30px;
}

.pd-detail__left__unavailable {
  background-color: rgb(29, 128, 59);
  color: #ffffff;
}

.pd-detail__preview-desc {
  font-size: 13px;
  color: #7f7f7f;
}

.pd-detail__click-wrap>a {
  font-size: 13px;
  color: #a0a0a0;
  transition: color 110ms ease-in-out;
}

.pd-detail__click-wrap>a:hover {
  color: #b6b6b6;
  text-decoration: underline;
}

.pd-detail__click-count {
  font-size: 10px;
  color: #a0a0a0;
}

.pd-detail__form {
  width: 100%;
}

.pd-detail__form .btn {
  background-color: #fa4400;
  padding: 1rem 3rem;
  border-radius: 0.375rem;
  color: #fff;
}

/**
  * Variations
 */
.pd-detail__color,
.pd-detail__size {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.color__radio {
  position: relative;
  line-height: 1.89;
  margin-right: 36px;
  display: inline-block;
}

.color__radio [type="radio"] {
  position: absolute;
  left: 0;
  top: 0;
  min-width: 30px;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 0;
  cursor: pointer;
}

.color__radio-label {
  position: initial;
  display: inline-block;
}

.color__radio-label:before,
.color__radio-label:after {
  content: '';
  width: 30px;
  height: 30px;
  display: block;
  border: 2px solid transparent;
  z-index: 0;
  position: absolute;
  left: 0;
  top: 0;
}

.color__radio-label:after {
  -webkit-transform: scale(0.6);
  transform: scale(0.6);
  background-color: inherit;
}

.color__radio input:checked+label:before {
  border-color: #d2d2d2;
}

.size__radio {
  position: relative;
  margin: 0 12px 12px 0;
}

.size__radio [type="radio"] {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 0;
  cursor: pointer;
}

.size__radio-label {
  border: 1px solid rgba(0, 0, 0, 0.08);
  padding: 7px 15px;
  background-color: #ffffff;
  font-size: 13px;
  color: #333333;
  cursor: pointer;
  display: inline-block;
}

.size__radio input:checked+label {
  border-color: #333333;
}

.pd-detail__policy-list {
  margin: 0;
  padding-left: 26px;
  font-size: 14px;
  list-style: none;
}

.pd-detail__policy-list>li i {
  color: #009444;
}

.pd-detail__policy-list>li span {
  color: #7f7f7f;
}

.pd-tab__list {
  margin: 0;
  border-bottom: 2px solid #e7e7e7;
}

.pd-tab__list>li {
  margin-bottom: -2px;
}

.pd-tab__list>li>a {
  padding: 10px 0;
  color: #333333;
  font-size: 14px;
  font-weight: 700;
  border-bottom: 2px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  letter-spacing: .01rem;
  transition: all .3s;
}

.pd-tab__list>li>a span {
  margin-left: 2px;
  font-size: 12px;
}

.pd-tab__list>li>a.active {
  color: #000000;
  border-color: #000000;
}

.pd-tab__list>li+li {
  margin-left: 28px;
}

.pd-tab__desc,
.pd-tab__tag {
  max-width: 691px;
}

.pd-tab__desc p {
  color: #333333;
  font-size: 16px;
  line-height: 2;
}

.pd-tab__desc ul {
  margin: 0;
  padding-left: 16px;
  list-style: none;
}

.pd-tab__desc ul>li {
  margin-bottom: 7px;
  color: #333333;
  font-size: 14px;
}

.pd-tab__desc h4 {
  color: #333333;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
}

.pd-tab__desc .pd-table {
  overflow: auto;
}

.pd-tab__desc .pd-table table {
  width: 100%;
  border-radius: 2px;
  border: 1px solid #eee;
  border-collapse: collapse;
}

.pd-tab__desc .pd-table tbody tr {
  border-bottom: 1px solid #eee;
}

.pd-tab__desc .pd-table tbody td {
  font-size: 14px;
  color: #7f7f7f;
  padding: 12px;
}

.pd-tab__desc .pd-table tbody td:first-child {
  color: #333333;
  font-weight: 600;
}

.pd-tab__tag h2 {
  font-size: 16px;
  font-weight: 700;
  color: #333333;
  line-height: 1.18;
}

.pd-tab__tag form {
  width: 100%;
}

.pd-tab__tag form .btn {
  font-size: 13px;
  font-weight: 600;
  border: 0;
  height: 48px;
  padding: 17px 18px;
}

.pd-tab__tag form .input-text {
  height: 48px;
  margin-right: 8px;
  width: 50%;
}

.pd-tab__rev-f1 {
  width: 100%;
}

.pd-tab__rev-score {
  padding: 40px 0;
  text-align: center;
  background-color: #f6f6f6;
}

.pd-tab__rev-score h2 {
  font-size: 16px;
  font-weight: 600;
  line-height: 0.875;
  color: #333333;
}

.pd-tab__rev-score h4 {
  font-size: 14px;
  font-weight: 700;
  line-height: 0.875;
  color: #333333;
}

.rev-f1__group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.rev-f1__group h2 {
  font-size: 16px;
  font-weight: 700;
  color: #333333;
  line-height: 1.18;
}

.rev-f1__group .select-box {
  border-radius: 0.375rem;
}

.rev-f1__review {
  max-width: 691px;
}

.review-o {
  padding: 1rem 0;
  border-bottom: 1px solid #f0f0f0;
}

.review-o__name {
  font-size: 14px;
  font-weight: 600;
  color: #333333;
}

.review-o__date {
  margin-left: 6px;
  font-size: 11px;
  font-weight: 600;
  color: #7f7f7f;
}

.review-o__rating span {
  margin-left: 2px;
  font-size: 11px;
  font-weight: 600;
  color: #7f7f7f;
}

.review-o__text {
  font-size: 13px;
  color: #7f7f7f;
}

.pd-tab__rev-f2 {
  width: 100%;
}

.pd-tab__rev-f2 h2 {
  font-size: 32px;
  color: #333333;
  line-height: 0.90;
}

.pd-tab__rev-f2 .input-text,
.pd-tab__rev-f2 .text-area {
  width: 100%;
}

.pd-tab__rev-f2 .text-area {
  height: 15.625rem;
}

.pd-tab__rev-f2 .btn {
  font-weight: 600;
  padding: 16px 46px;
}

.rev-f2__table-wrap {
  overflow: auto;
}

.rev-f2__table {
  width: 100%;
  table-layout: fixed;
  text-align: center;
  border-collapse: collapse;
  border: 1px solid #dee2e6;
}

.rev-f2__table th,
.rev-f2__table td {
  padding: 16px 4px;
  border: 1px solid #d6d6d6;
}

.rev-f2__table th {
  width: 120px;
  color: #333333;
  background-color: #f0f0f0;
  font-size: 13px;
}

.rev-f2__table th span {
  margin-top: 2px;
  display: block;
  font-size: 11px;
  color: #333333;
}

.rev-f2__group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.rev-f2__group div {
  -ms-flex: 1;
  flex: 1;
  margin-right: 14px;
}

.rev-f2__group div:last-child {
  margin-right: 0;
}

@media (max-width: 991px) {
  .pd-text {
    display: none;
  }

  .zoomContainer {
    display: none;
  }

  .rev-f2__group {
    display: block;
  }

  .rev-f2__group div {
    display: block;
    margin-right: 0;
  }
}

@media (max-width: 575px) {
  .pd-detail-inline-2 {
    display: block;
  }

  .pd-detail-inline-2 div {
    display: block;
    margin-right: 0;
  }

  .rev-f1__group {
    display: block;
  }
}

/*--------------------------------------------------------------
19.0 Shop-Pages
--------------------------------------------------------------*/
.shop-w-master__heading {
  font-size: 18px;
  color: #333333;
  font-weight: 700;
  line-height: 20px;
}

.sidebar--bg-snow {
  background-color: #f9f9f9;
}

.shop-w--style {
  border: 1px solid #f1f1f1;
  background-color: #ffffff;
  box-shadow: 0 6px 15px 0 rgba(36, 37, 38, 0.08);
}

.shop-w__intro-wrap {
  position: relative;
}

.shop-w__h {
  font-size: 14px;
  padding: 14px 18px;
  border-bottom: 1px solid #efefef;
  color: #333333;
  font-weight: 700;
  line-height: 20px;
}

.shop-w__wrap {
  padding: 14px;
}

.shop-w__toggle.collapsed:before {
  content: "\F067";
}

.shop-w__toggle {
  position: absolute;
  top: 50%;
  padding: 8px 12px;
  background-color: transparent;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 10px;
  font-size: 12px;
  cursor: pointer;
  color: #444;
}

.shop-w ul {
  margin: 0;
  padding-left: 0;
  list-style: none;
}

.shop-w__list {
  overflow: auto;
  max-height: 290px;
}

.shop-w__list>li {
  position: relative;
  padding: 8px 16px;
}

.shop-w__list-2 {
  overflow: auto;
  max-height: 290px;
}

.shop-w__list-2>li {
  padding: 0.25rem 0;
  position: relative;
}

.list__content {
  position: relative;
}

.list__content [type="checkbox"] {
  position: absolute;
  left: 0;
  top: 0;
  min-width: 16px;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 0;
  cursor: pointer;
}

.list__content span {
  padding: 8px 16px;
  display: block;
  font-size: 14px;
  transition: background-color 110ms ease-in-out, color 110ms ease-in-out;
  color: #7f7f7f;
}

.list__content:hover span {
  color: #333333;
  background-color: #ececec;
  border-radius: .5rem;
}

.list__content input:checked+span {
  background-color: #ececec;
  color: #333333;
  border-radius: .5rem;
}

.shop-w__total-text {
  font-size: 11px;
  position: absolute;
  cursor: pointer;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #333333;
  right: 13px;
}

.shop-w__category-list {
  overflow: auto;
  max-height: 290px;
}

.shop-w__category-list>li {
  padding: 4px 14px;
}

.shop-w__category-list>li>a {
  font-size: 14px;
  color: #333333;
  transition: color 110ms ease-in-out;
}

.shop-w__category-list>li>a:hover {
  color: #ff4500;
}

.shop-w__category-list>li ul .has-list>a {
  font-size: 13px;
  font-weight: 700;
  color: #333333;
}

.shop-w__category-list>li ul {
  display: none;
  padding-left: 8px;
}

.shop-w__category-list>li ul li a {
  font-size: 13px;
  color: #7f7f7f;
  transition: color 110ms ease-in-out;
}

.shop-w__category-list>li ul li a:hover {
  color: #ff4500;
}

.has-list {
  position: relative;
}

.category-list__text {
  font-size: 10px;
  color: #a0a0a0;
}

.js-shop-category-span {
  cursor: pointer;
  font-size: 13px;
  color: #444;
  transition: color 110ms ease-in-out;
}

.js-shop-category-span:hover {
  color: #000000;
}

.js-shop-category-span.is-expanded:before {
  content: '\f068';
}

.shop-w__form-p-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 8px 0;
}

.shop-w__form-p-wrap div {
  margin-right: 8px;
  margin-bottom: 12px;
}

.shop-w__form-p-wrap div:last-child {
  margin-right: 0;
}

.shop-w__form-p-wrap .input-text,
.shop-w__form-p-wrap .btn {
  height: 40px;
  padding: 8px;
  border-radius: 2px;
}

.shop-w__form-p-wrap .input-text {
  width: 80px;
}

.shop-w__form-p-wrap .btn {
  width: 40px;
}

.color__check {
  position: relative;
  line-height: 1.89;
  margin-right: 36px;
  display: inline-block;
}

.color__check [type="checkbox"] {
  position: absolute;
  left: 0;
  top: 0;
  min-width: 30px;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 0;
  cursor: pointer;
}

.color__check-label {
  position: initial;
  display: inline-block;
}

.color__check-label:before,
.color__check-label:after {
  content: '';
  width: 30px;
  height: 30px;
  display: block;
  border: 2px solid transparent;
  z-index: 0;
  position: absolute;
  left: 0;
  top: 0;
}

.color__check-label:after {
  -webkit-transform: scale(0.6);
  transform: scale(0.6);
  background-color: inherit;
}

.color__check input:checked+label:before {
  border-color: #d2d2d2;
}

.rating__check {
  position: relative;
  cursor: pointer;
}

.rating__check [type="checkbox"] {
  position: absolute;
  left: 0;
  top: 0;
  min-width: 16px;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 0;
  cursor: pointer;
}

.rating__check-star-wrap>i {
  margin-left: 2px;
  color: #ff4500;
  transition: color .4s ease-in-out;
}

.rating__check-star-wrap>i:first-child {
  margin-left: 0;
}

.rating__check-star-wrap span {
  font-size: 12px;
  color: #333333;
  margin-right: 2px;
}

.rating__check:hover .rating__check-star-wrap>i {
  color: #ff9600;
}

.rating__check input:checked+.rating__check-star-wrap>i {
  color: #ff9600;
}

.shop-p__meta-wrap {
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
  padding: 20px;
  border-radius: 0.625rem;
}

.shop-p__meta-text-1 {
  display: block;
  font-size: 14px;
  margin-bottom: 6px;
  font-weight: 700;
  color: #333333;
}

.shop-p__meta-text-2 {
  font-size: 14px;
  font-weight: 700;
  color: #7f7f7f;
}

.shop-p__tool-style {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.tool-style__group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.tool-style__group span {
  position: relative;
  display: inline-block;
  height: 40px;
  cursor: pointer;
  border: 2px solid #e5e5e5;
  font-size: 13px;
  padding: 8px 18px;
  font-weight: 700;
  color: #333333;
}

.tool-style__group span:hover {
  background-color: rgba(255, 69, 0, 0.12);
  color: #ff4500;
  border-color: #ff4500;
  z-index: 2;
}

.tool-style__group span:not(:last-child) {
  margin-right: -2px;
}

.tool-style__group span.is-active {
  background-color: rgba(255, 69, 0, 0.12);
  color: #ff4500;
  border-color: #ff4500;
  z-index: 2;
}

.tool-style__form-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.tool-style__form-wrap div+div {
  margin-left: 15px;
}

.tool-style__form-wrap select {
  border-radius: .25rem;
}

.is-grid-active .product-m {
  position: relative;
  margin-bottom: 30px;
  transition: 0.3s;
}

.is-grid-active .product-m__thumb {
  position: relative;
}

.is-grid-active .product-m__add-cart {
  position: absolute;
  bottom: 15px;
  left: 15px;
  right: 15px;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}

.is-grid-active .product-m__add-cart>a {
  padding: 12px;
  border-radius: 0.125rem;
  font-size: 13px;
  width: 100%;
  text-align: center;
  display: block;
}

.is-grid-active .product-m__quick-look {
  position: absolute;
  top: 8px;
  right: 22px;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}

.is-grid-active .product-m__quick-look>a {
  font-size: 16px;
  color: #ff4500;
  transition: color 110ms ease-in-out;
}

.is-grid-active .product-m__quick-look>a:hover {
  color: #a0a0a0;
}

.is-grid-active .product-m__content {
  padding: 4px 16px 6px;
}

.is-grid-active .product-m__category {
  margin-bottom: 2px;
  line-height: 1.2;
}

.is-grid-active .product-m__category>a {
  color: #a0a0a0;
  transition: color 0.5s;
  font-size: 12px;
}

.is-grid-active .product-m__category>a:hover {
  color: #ff4500;
}

.is-grid-active .product-m__name>a {
  color: #333333;
  font-size: 14px;
  font-weight: 600;
  transition: color 0.5s;
}

.is-grid-active .product-m__name>a:hover {
  color: #ff4500;
}

.is-grid-active .product-m__price {
  line-height: 1.2;
  color: #333333;
  font-size: 14px;
  font-weight: 600;
}

.is-grid-active .product-m__discount {
  font-weight: 600;
  margin-left: 30px;
  color: #ff4500;
  font-size: 14px;
  text-decoration: line-through;
}

.is-grid-active .product-m__rating {
  margin-bottom: 6px;
}

.is-grid-active .product-m__rating i {
  font-size: 12px;
}

.is-grid-active .product-m__review {
  margin-left: 4px;
  font-size: 11px;
  color: #a0a0a0;
}

.is-grid-active .product-m__hover {
  position: absolute;
  top: 96%;
  width: 100%;
  z-index: 9;
  padding: 4px 16px 14px;
  left: 0;
  background: #ffffff;
  box-shadow: 0 6px 7px 0 rgba(0, 0, 0, 0.2);
  transition: all 300ms ease-in-out;
  opacity: 0;
  visibility: hidden;
}

.is-grid-active .product-m__wishlist {
  text-align: right;
}

.is-grid-active .product-m__wishlist a {
  font-size: 16px;
  color: #a0a0a0;
  transition: color 110ms ease-in-out;
}

.is-grid-active .product-m__wishlist a:hover {
  color: #ff4500;
}

.is-grid-active .product-m__preview-description {
  margin-bottom: 8px;
  font-size: 12px;
  color: #7f7f7f;
}

.is-grid-active .product-m:hover {
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
}

.is-grid-active .product-m:hover .product-m__add-cart {
  opacity: 1;
  visibility: visible;
}

.is-grid-active .product-m:hover .product-m__quick-look {
  opacity: 1;
  visibility: visible;
}

.is-grid-active .product-m:hover .product-m__hover {
  top: 99%;
  opacity: 1;
  visibility: visible;
}

.is-list-active {
  display: block;
}

.is-list-active [class*="col-"] {
  display: block;
  max-width: 100%;
  width: 100%;
}

.is-list-active .product-m {
  padding: 15px 0;
  transition: 0.3s;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.is-list-active .product-m__thumb {
  position: relative;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
  padding-right: 15px;
  padding-left: 15px;
}

.is-list-active .product-m__add-cart {
  position: absolute;
  bottom: 15px;
  left: 15px;
  right: 15px;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}

.is-list-active .product-m__add-cart>a {
  padding: 12px;
  border-radius: 0.125rem;
  font-size: 13px;
  width: 100%;
  text-align: center;
  display: block;
}

.is-list-active .product-m__quick-look {
  position: absolute;
  top: 8px;
  right: 22px;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}

.is-list-active .product-m__quick-look>a {
  font-size: 16px;
  color: #ff4500;
  transition: color 110ms ease-in-out;
}

.is-list-active .product-m__quick-look>a:hover {
  color: #fa4400;
}

.is-list-active .product-m__content {
  position: relative;
  -ms-flex: 0 0 66.66667%;
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
  padding-right: 15px;
  padding-left: 15px;
}

.is-list-active .product-m__category {
  margin-bottom: 2px;
  line-height: 1.2;
}

.is-list-active .product-m__category>a {
  color: #a0a0a0;
  transition: color 0.5s;
  font-size: 12px;
}

.is-list-active .product-m__category>a:hover {
  color: #ff4500;
}

.is-list-active .product-m__name>a {
  color: #333333;
  font-size: 14px;
  font-weight: 600;
  transition: color 0.5s;
}

.is-list-active .product-m__name>a:hover {
  color: #ff4500;
}

.is-list-active .product-m__price {
  margin-bottom: 8px;
  line-height: 1.2;
  color: #333333;
  font-size: 14px;
  font-weight: 600;
}

.is-list-active .product-m__discount {
  font-weight: 600;
  margin-left: 30px;
  color: #ff4500;
  font-size: 14px;
  text-decoration: line-through;
}

.is-list-active .product-m__rating {
  margin-bottom: 6px;
}

.is-list-active .product-m__rating i {
  font-size: 12px;
}

.is-list-active .product-m__review {
  margin-left: 4px;
  font-size: 11px;
  color: #a0a0a0;
}

.is-list-active .product-m__preview-description {
  font-size: 12px;
  color: #7f7f7f;
}

.is-list-active .product-m__wishlist {
  position: absolute;
  right: 12px;
  bottom: 13px;
}

.is-list-active .product-m__wishlist a {
  font-size: 16px;
  color: #a0a0a0;
  transition: color 110ms ease-in-out;
}

.is-list-active .product-m__wishlist a:hover {
  color: #ff4500;
}

.is-list-active .product-m:hover {
  background: #ffffff;
  border-radius: 0.1875rem;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
}

.is-list-active .product-m:hover .product-m__add-cart {
  opacity: 1;
  visibility: visible;
}

.is-list-active .product-m:hover .product-m__quick-look {
  opacity: 1;
  visibility: visible;
}

.shop-p__pagination {
  margin: 0;
  padding: 0;
  list-style: none;
  -ms-flex-pack: center;
  justify-content: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.shop-p__pagination>li {
  margin-right: 14px;
}

.shop-p__pagination>li:last-child {
  margin-right: 0;
}

.shop-p__pagination>li>a {
  width: 42px;
  text-align: center;
  height: 42px;
  line-height: 42px;
  font-size: 12px;
  display: block;
  font-weight: 600;
  border-radius: 50%;
  background-color: transparent;
  color: #333333;
}

.shop-p__pagination>li.is-active>a {
  background-color: #f7f7f7;
}

.shop-p__pagination>li:not(.is-active)>a:hover {
  color: #ff4500;
  text-decoration: underline;
}

.shop-a__wrap {
  position: fixed;
  top: 0;
  width: 350px;
  min-height: 100vh;
  bottom: 0;
  z-index: 9999;
  right: 0;
  transition: all 400ms ease-out;
  -webkit-transform: translate(200px, 0);
  transform: translate(200px, 0);
  box-shadow: 0 0 7px 2px rgba(0, 0, 0, 0.09);
  background-color: #ffffff;
  visibility: hidden;
  opacity: 0;
}

.shop-a__inner {
  overflow: auto;
  height: 100%;
  padding: 1.25rem 1.125rem;
}

.shop-a.is-open .shop-a__wrap {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  visibility: visible;
  opacity: 1;
}

@media (max-width: 575px) {
  .is-list-active .product-m__thumb {
    margin-bottom: 30px;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .is-list-active .product-m__content {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .is-list-active .product-m__wishlist {
    position: static;
    text-align: right;
  }

  .shop-p__tool-style {
    display: block;
  }

  .tool-style__form-wrap {
    display: block;
  }

  .tool-style__form-wrap div+div {
    margin-left: 0;
  }
}

.input-counter {
  position: relative;
  display: inline-block;
  max-width: 132px;
  min-width: 132px;
}

.input-counter__text {
  border-radius: 25px;
  display: block;
  width: 100%;
  height: 50px;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
}

.input-counter__text:focus {
  outline: 0;
}

.input-counter--text-primary-style {
  color: #333333;
  transition: all 0.6s linear;
  border: 2px solid transparent;
  background-color: #f1f1f1;
}

.input-counter--text-primary-style:focus {
  background-color: transparent;
  border-color: #ff4500;
}

.input-counter__minus,
.input-counter__plus {
  top: 0;
  display: inline-block;
  font-size: 10px;
  cursor: pointer;
  position: absolute;
  width: 50px;
  line-height: 50px !important;
  height: 100%;
  text-align: center;
  color: #7f7f7f;
  transition: color 0.5s;
}

.input-counter__minus:hover,
.input-counter__plus:hover {
  color: #333333;
}

.input-counter__minus {
  left: 0;
}

.input-counter__plus {
  right: 0;
}

.pd-table {
  overflow: auto;
}

.pd-table table {
  width: 100%;
  border-radius: 2px;
  border: 1px solid #eee;
  border-collapse: collapse;
}

.pd-table tbody tr {
  border-bottom: 1px solid #eee;
}

.pd-table tbody td {
  font-size: 14px;
  color: #7f7f7f;
  padding: 12px;
}

.pd-table tbody td:first-child {
  color: #333333;
  font-weight: 600;
}

/*--------------------------------------------------------------
Contact-Page
--------------------------------------------------------------*/

.contact-o {
  background-color: #ffffff;
  padding: 23px;
  transition: -webkit-transform 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  border: 2px solid #f5f5f5;
  box-shadow: 0 6px 15px 0 rgba(36, 37, 38, 0.08);
}

.contact-o:hover {
  -webkit-transform: translateY(-6px);
  transform: translateY(-6px);
}

.contact-o__wrap {
  text-align: center;
}

.contact-o__icon {
  margin-bottom: 10px;
}

.contact-o__icon>i {
  color: #ff4500;
  font-size: 48px;
}

.contact-o__info-text-1 {
  display: block;
  font-size: 17px;
  margin-bottom: 4px;
  color: #333333;
  font-weight: 600;
  text-transform: uppercase;
}

.contact-o__info-text-2 {
  font-size: 12px;
  margin-bottom: 2px;
  display: block;
  color: #7f7f7f;
}

.contact-area__heading {
  margin-bottom: 30px;
}

.contact-area__heading h2 {
  display: inline-block;
  font-size: 26px;
  font-weight: 700;
  color: #333333;
  background-color: #ffffff;
}

.contact-f {
  width: 100%;
}

.contact-f .input-text,
.contact-f .text-area {
  border-radius: 6px;
  width: 100%;
}

.contact-f .text-area {
  height: 185px;
}

.contact-f .btn {
  padding: 19px 21px;
  border-radius: 25px;
  background-color: #ff4500;
  color: #fff;
}

/*--------------------------------------------------------------
 FAQ-Page
--------------------------------------------------------------*/
.faq__heading {
  font-weight: 700;
  font-size: 13px;
  color: #333333;
  margin-bottom: 6px;
}

.faq__text {
  font-size: 13px;
  color: #7f7f7f;
}

.faq__list {
  border-top: 1px solid #eee;
  padding: 14px 0;
}

.faq__list:last-child {
  border-bottom: 1px solid #eee;
}

.faq__question {
  display: block;
  position: relative;
  padding: 8px 0;
  font-size: 16px;
  font-weight: 600;
  color: #333333;
}

.faq__question:before {
  content: "\F107";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  position: absolute;
  top: 8px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  right: 12px;
  transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}

.faq__question.collapsed:before {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

/*--------------------------------------------------------------
About-Page
--------------------------------------------------------------*/
.about {
  background-color: #ffffff;
  box-shadow: 0 1px 15px 0 rgba(0, 0, 0, 0.07);
}

.about__container {
  padding: 60px;
}

.about__info {
  text-align: center;
}

.about__h2 {
  color: #333333;
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 24px;
}

.about .about__p-wrap {
  position: relative;
  margin-bottom: 20px;
}

.about .about__p-wrap:before,
.about .about__p-wrap:after {
  content: '';
  display: block;
  width: 70px;
  position: absolute;
  border: solid #ff4500;
}

.about .about__p-wrap:before {
  top: -10px;
  left: -8px;
  border-top-width: 1px;
}

.about .about__p-wrap:after {
  bottom: -10px;
  right: -8px;
  border-bottom-width: 1px;
}

.about__p {
  color: #333333;
}

.about__link {
  display: inline-block;
  padding: 12px 42px;
  border-radius: 40px;
  font-weight: 600;
  font-size: 12px;
}

/*--------------------------------------------------------------
16.0 Dashboard-Pages
--------------------------------------------------------------*/
.dash__box--bg-white {
  background-color: #ffffff;
}

.dash__box--border {
  border: 1px solid #eee;
}

.dash__box--bg-grey {
  background-color: #fbfbfb;
}

.dash__box--shadow {
  box-shadow: -2px 0px 14px 0 rgba(36, 37, 38, 0.08);
}

.dash__box--shadow-2 {
  box-shadow: -6px 2px 8px 0 rgba(36, 37, 38, 0.08);
}

.dash__box--radius {
  border-radius: 15px;
}

.dash__pad-1 {
  padding: 26px 20px;
}

.dash__pad-2 {
  padding: 24px;
}

.dash__pad-3 {
  padding: 26px;
}

.dash__f-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.dash__f-list>li {
  padding: 4px 0;
}

.dash__f-list>li>a {
  font-size: 13px;
  display: block;
  color: #000000;
}

.dash-l-r {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.dash-active {
  font-weight: 600;
  color: #000000;
}

.dash__w-list {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}

.dash__w-list>li {
  border-bottom: 1px solid #eee;
}

.dash__w-wrap {
  padding: 18px 0;
}

.dash__w-icon {
  width: 45px;
  height: 45px;
  display: inline-block;
  line-height: 45px;
  border-radius: 50%;
  font-size: 14px;
  margin-bottom: 8px;
}

.dash__w-icon-style-1 {
  background-color: rgba(255, 69, 0, 0.14);
}

.dash__w-icon-style-1>i {
  color: #ff4500;
}

.dash__w-icon-style-2 {
  background-color: rgba(0, 148, 68, 0.14);
}

.dash__w-icon-style-2>i {
  color: #009444;
}

.dash__w-icon-style-3 {
  background-color: rgba(49, 133, 252, 0.14);
}

.dash__w-icon-style-3>i {
  color: #3185FC;
}

.dash__w-text {
  display: block;
  font-weight: 700;
  font-size: 40px;
  line-height: 1;
  color: #000000;
}

.dash__w-name {
  display: block;
  color: #a0a0a0;
  font-weight: 600;
  font-size: 13px;
}

.dash__h1 {
  line-height: 1;
  color: #333333;
  font-size: 18px;
}

.dash__h2 {
  line-height: 1;
  font-size: 14px;
  color: #333333;
}

.dash__text {
  display: block;
  font-size: 12px;
  color: #7f7f7f;
}

.dash__text-2 {
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: #7f7f7f;
}

.dash__link>a {
  font-size: 13px;
  font-weight: 600;
  transition: color 0.5s linear;
}

.dash__link--brand>a {
  color: #ff4500;
}

.dash__link--brand>a:hover {
  color: #fa4400;
}

.dash__link--secondary>a {
  color: #333333;
}

.dash__link--secondary>a:hover {
  color: #ff4500;
}

.dash__link--black>a {
  color: #000000;
}

.dash__table-wrap {
  height: 300px;
  overflow: auto;
}

.dash__table {
  width: 100%;
  border-collapse: collapse;
}

.dash__table thead {
  background-color: #fbfbfb;
}

.dash__table th,
.dash__table td {
  padding: 20px;
  text-align: center;
  font-weight: 600;
  color: #333333;
}

.dash__table th {
  font-size: 14px;
}

.dash__table td {
  font-size: 13px;
}

.dash__table tbody tr {
  border-bottom: 1px solid #eee;
}

.dash__table tbody tr:last-child {
  border-bottom: 0;
}

.dash__table-img-wrap {
  background-color: #f5f5f5;
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 40px;
}

.dash__table-img-wrap img {
  display: block;
  min-width: 40px;
}

.dash-edit-p {
  width: 100%;
}

.dash-edit-p .btn,
.dash-edit-p .input-text,
.dash-edit-p .select-box {
  border-radius: 6px;
}

.dash-edit-p .input-text {
  width: 100%;
}

.dash-edit-p .btn {
  font-weight: 600;
  padding: 16px 46px;
}

.dash__custom-link {
  font-weight: 600;
  display: inline-block;
  text-align: center;
  padding: 14px 18px;
  font-size: 13px;
  border-radius: 6px;
  width: 12rem;
}

.manage-o__text {
  font-size: 13px;
  font-weight: 600;
}

.manage-o__text-2 {
  font-size: 14px;
  font-weight: 600;
}

.manage-o__header {
  padding-bottom: 14px;
  border-bottom: 1px solid #eee;
}

.manage-o__icon {
  font-weight: 600;
  font-size: 13px;
  color: #333333;
}

.manage-o__timeline {
  padding-top: 40px;
}

.manage-o__timeline [class*="col-"] {
  padding: 0;
  text-align: center;
}

.timeline-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.timeline-l-i {
  position: relative;
  border-radius: 3px;
  border-top: 3px solid #eee;
}

.timeline-l-i .timeline-circle {
  position: absolute;
  width: 18px;
  height: 18px;
  background: #ffffff;
  border: 2px solid #eee;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.timeline-l-i .timeline-circle:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background-color: #eee;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.timeline-l-i.timeline-l-i--finish {
  border-color: #6B5AED;
}

.timeline-l-i.timeline-l-i--finish .timeline-circle {
  border-color: #6B5AED;
}

.timeline-l-i.timeline-l-i--finish .timeline-circle:before {
  background-color: #6B5AED;
}

.timeline-text {
  margin-top: 20px;
  font-size: 13px;
  text-transform: uppercase;
  display: block;
  font-weight: 600;
  color: #333333;
}

.manage-o__description {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.description__container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.description__img-wrap {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  background: #f5f5f5;
}

.description__img-wrap img {
  border-radius: 50%;
  display: block;
  min-width: 90px;
}

.description-title {
  margin-left: 12px;
  font-size: 14px;
  font-weight: 600;
  color: #333333;
}

.dash__address-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.dash__table-2-wrap {
  overflow: auto;
}

.dash__table-2 {
  width: 100%;
  border-collapse: collapse;
}

.dash__table-2 thead {
  background-color: #fbfbfb;
}

.dash__table-2 th,
.dash__table-2 td {
  padding: 20px;
  min-width: 200px;
  text-align: left;
  font-weight: 600;
  color: #333333;
}

.dash__table-2 th {
  font-size: 14px;
}

.dash__table-2 td {
  font-size: 13px;
}

.dash__table-2 tbody tr {
  border-bottom: 1px solid #eee;
}

.dash__table-2 tbody tr:last-child {
  border-bottom: 0;
}

.address-book-edit {
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  padding: 6px 12px;
  border-radius: 6px;
}

.dash__address-make {
  width: 100%;
}

.dash__address-make .btn {
  font-weight: 600;
  padding: 16px 46px;
  border-radius: 6px;
}

.dash-address-manipulation {
  width: 100%;
}

.dash-address-manipulation .btn,
.dash-address-manipulation .input-text,
.dash-address-manipulation .select-box {
  border-radius: 6px;
}

.dash-address-manipulation .input-text,
.dash-address-manipulation .select-box {
  width: 100%;
}

.dash-address-manipulation .btn {
  font-weight: 600;
  padding: 16px 46px;
}

.dash-track-order {
  width: 100%;
}

.dash-track-order .btn,
.dash-track-order .input-text {
  border-radius: 6px;
}

.dash-track-order .input-text {
  width: 100%;
}

.dash-track-order .btn {
  font-weight: 600;
  padding: 16px 46px;
}

.m-order {
  width: 100%;
}

.m-order__select-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.m-order label {
  color: #333333;
  font-size: 13px;
  font-weight: 600;
}

.m-order .select-box {
  border-radius: 6px;
}

.m-order__list {
  background-color: #ffffff;
}

.m-order__get {
  border: 1px solid #eee;
  margin-bottom: 30px;
  background-color: #ffffff;
  padding: 24px;
}

.m-order__get:last-child {
  margin-bottom: 0;
}

.manage-o__badge {
  display: inline-block;
  text-align: center;
  width: 5.9375rem;
  padding: 8px;
  font-size: 13px;
  font-weight: 600;
  background-color: transparent;
  border-radius: 32px;
}

.badge--processing {
  background-color: rgba(49, 133, 252, 0.14);
  color: #3185FC;
}

.badge--shipped {
  background-color: rgba(0, 148, 68, 0.14);
  color: #009444;
}

.badge--delivered {
  background-color: rgba(255, 69, 0, 0.14);
  color: #ff4500;
}

@media (max-width: 991px) {
  .dash__box--w {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .dash__address-header {
    display: block;
  }

  .dash__address-header .dash__h1 {
    margin-bottom: 8px;
  }

  .dash__address-header .dash__link {
    display: block;
  }
}

@media (max-width: 575px) {
  .dash-l-r {
    display: block;
  }

  .manage-o__description {
    display: block;
    text-align: center;
  }

  .description__container {
    display: block;
  }

  .description-title {
    margin: 12px 0;
  }
}

/*--------------------------------------------------------------
11.0 Cart-Wishlist-Pages
--------------------------------------------------------------*/
.table-responsive {
  overflow-x: auto;
}

.table-p {
  width: 100%;
  border: 1px solid #eee;
  border-collapse: collapse;
}

.table-p tr {
  position: relative;
  border-top: 1px solid #eee;
}

.table-p td {
  padding: 20px;
}

.table-p__box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-align: center;
  align-items: center;
}

.table-p__img-wrap {
  display: inline-block;
  vertical-align: middle;
  background-color: #f5f5f5;
  width: 120px;
  height: 120px;
}

.table-p__img-wrap img {
  display: block;
  min-width: 120px;
}

.table-p__info {
  margin-left: 18px;
}

.table-p__name {
  display: block;
}

.table-p__name>a {
  color: #333333;
  font-size: 14px;
  font-weight: 600;
  transition: color 0.5s;
}

.table-p__name>a:hover {
  color: #ff4500;
}

.table-p__category {
  display: block;
}

.table-p__category>a {
  color: #a0a0a0;
  transition: color 0.5s;
  font-size: 12px;
}

.table-p__category>a:hover {
  color: #ff4500;
}

.table-p__variant-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.table-p__variant-list>li>span {
  color: #a0a0a0;
  font-size: 12px;
}

.table-p__price {
  text-align: center;
  display: block;
  color: #333333;
  font-size: 14px;
  font-weight: 600;
}

.table-p__input-counter-wrap {
  text-align: center;
}

.table-p__del-wrap {
  text-align: center;
}

.table-p__delete-link {
  padding: 10px;
  font-size: 16px;
  display: inline-block;
  color: #333333;
  transition: color 0.5s;
}

.table-p__delete-link:hover {
  color: #ff4500;
}

.w-r {
  background-color: #ffffff;
  border: 1px solid #eee;
  box-shadow: 1px 1px 6px 0 rgba(0, 0, 0, 0.07);
}

.w-r__container {
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.w-r__wrap-1,
.w-r__wrap-2 {
  -ms-flex: 0 1 auto;
}

.w-r__wrap-1 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.w-r__img-wrap {
  display: inline-block;
  vertical-align: middle;
  background-color: #f5f5f5;
  width: 120px;
  height: 120px;
}

.w-r__img-wrap img {
  display: block;
  min-width: 120px;
}

.w-r__info {
  margin-left: 18px;
}

.w-r__name {
  display: block;
}

.w-r__name>a {
  color: #333333;
  font-size: 14px;
  font-weight: 600;
  transition: color 0.5s;
}

.w-r__name>a:hover {
  color: #ff4500;
}

.w-r__category {
  display: block;
  margin-bottom: 2px;
}

.w-r__category>a {
  color: #a0a0a0;
  transition: color 0.5s;
  font-size: 12px;
}

.w-r__category>a:hover {
  color: #ff4500;
}

.w-r__price {
  display: block;
  color: #ff4500;
  font-size: 14px;
  font-weight: 600;
}

.w-r__discount {
  font-weight: 600;
  margin-left: 12px;
  color: #333333;
  font-size: 14px;
  text-decoration: line-through;
}

.w-r__link {
  font-size: 12px;
  font-weight: 600;
  display: inline-block;
  border-radius: 5px;
  margin: 0 0 10px 10px;
  padding: 12px 30px;
}

.route-box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: #f1f1f1;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.route-box__g {
  -ms-flex: 0 1 auto;
}

.route-box__link {
  color: #333333;
  font-size: 13px;
  text-align: center;
  padding: 17px;
  font-weight: 600;
  display: inline-block;
  transition: color 0.5s;
}

.route-box__link:hover {
  color: #ff4500;
}

.route-box i {
  margin-right: 2px;
}

.f-cart__pad-box {
  border: 1px solid #eee;
  padding: 32px 22px 35px;
}

.f-cart__table {
  width: 100%;
  border-collapse: collapse;
}

.f-cart__table td {
  color: #333333;
  vertical-align: middle;
  font-size: 14px;
  font-weight: 600;
  padding: 8px 0;
}

.f-cart__table td:first-child {
  text-align: left;
}

.f-cart__table td {
  text-align: right;
}

.f-cart__table tr:last-child td {
  font-size: 16px;
  font-weight: 700;
  color: #ff4500;
}

.f-cart__ship-link {
  font-size: 13px;
  text-align: center;
  padding: 17px;
  font-weight: 600;
  border-radius: 6px;
  display: block;
}

.f-cart .input-text,
.f-cart .select-box,
.f-cart .text-area,
.f-cart .btn {
  border-radius: 6px;
  width: 100%;
}

.f-cart .text-area {
  height: 350px;
}

.f-cart .btn {
  padding: 16px;
  font-weight: 600;
  font-size: 13px;
  background-color: #ff4500;
  color: #fff;
}

@media (max-width: 991px) {
  .w-r__wrap-2 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}

@media (max-width: 767px) {
  .table-p td {
    min-width: 200px;
  }

  .w-r__container {
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .w-r__wrap-1 {
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .w-r__info {
    text-align: center;
    margin: 15px 0 15px;
  }

  .w-r__wrap-2 {
    -ms-flex-align: center;
    align-items: center;
  }
}


/*--------------------------------------------------------------
13.0 Checkout-Page
--------------------------------------------------------------*/
.msg {
  background-color: #ffffff;
  box-shadow: 0 6px 15px 0 rgba(36, 37, 38, 0.08);
  padding: 20px;
}

.msg__text {
  padding: 8px 0;
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #333333;
}

.l-f__form {
  width: 100%;
}

.l-f .input-text {
  width: 100%;
}

.l-f .input-text,
.l-f .btn {
  border-radius: 6px;
}

.l-f .btn {
  font-weight: 600;
  padding: 12px 18px;
}

.c-f__form {
  position: relative;
  width: 50%;
}

.c-f .input-text {
  width: 100%;
}

.c-f .input-text,
.c-f .btn {
  border-radius: 6px;
}

.c-f .btn {
  font-weight: 600;
  padding: 12px 18px;
}

.checkout-f {
  width: 100%;
}

.checkout-f .input-text,
.checkout-f .select-box,
.checkout-f .text-area,
.checkout-f .btn {
  width: 100%;
  border-radius: 6px;
}

.checkout-f .text-area {
  height: 185px;
}

.checkout-f .btn {
  font-weight: 600;
  padding: 18px;
  background-color: #dd4b39;
  color: #fff;
}

.checkout-f__h1 {
  color: #333333;
  font-size: 18px;
  margin-bottom: 8px;
}

.o-summary__section {
  background-color: #ffffff;
  border: 1px solid #eee;
}

.o-summary__box {
  padding: 20px;
}

.o-summary__item-wrap {
  max-height: 228px;
  padding: 17px;
  overflow-y: auto;
}

.o-summary__table {
  width: 100%;
  border-collapse: collapse;
}

.o-summary__table td {
  color: #333333;
  vertical-align: middle;
  font-size: 14px;
  font-weight: 600;
  padding: 8px 0;
}

.o-summary__table td:first-child {
  text-align: left;
}

.o-summary__table td {
  text-align: right;
}

.o-summary__table tr:last-child td {
  font-size: 16px;
  font-weight: 700;
  color: #ff4500;
}

.o-card {
  border: 1px solid #f5f5f5;
  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;
  padding: 10px;
  margin-bottom: 22px;
}

.o-card:last-child {
  margin-bottom: 0;
}

.o-card__flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.o-card__img-wrap {
  display: inline-block;
  vertical-align: middle;
  width: 60px;
  height: 60px;
  background-color: #f5f5f5;
}

.o-card__img-wrap img {
  display: block;
  min-width: 60px;
}

.o-card__info-wrap {
  margin-left: 18px;
}

.o-card__name {
  display: block;
}

.o-card__name>a {
  color: #333333;
  font-size: 13px;
  font-weight: 600;
  transition: color 0.5s;
}

.o-card__name>a:hover {
  color: #ff4500;
}

.o-card__quantity {
  font-size: 13px;
  margin-bottom: 2px;
  display: block;
}

.o-card__price {
  display: block;
  color: #ff4500;
  font-size: 13px;
  font-weight: 600;
}

.o-card__del {
  padding: 10px;
  font-size: 16px;
  display: inline-block;
  color: #333333;
  transition: color 0.5s;
}

.o-card__del:hover {
  color: #ff4500;
}

.ship-b__text {
  display: block;
  font-weight: 600;
  font-size: 13px;
  color: #333333;
  margin-bottom: 4px;
}

.ship-b__box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.ship-b__p {
  margin-bottom: 4px;
  color: #7f7f7f;
  font-weight: 600;
  font-size: 13px;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.ship-b__edit {
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  padding: 6px 12px;
  border-radius: 6px;
}

@media (max-width: 575px) {
  .o-summary__item-wrap {
    max-height: 466px;
  }

  .o-card__flex {
    display: block;
    padding: 14px;
    text-align: center;
  }

  .o-card__info-wrap {
    margin-left: 0;
  }

  .ship-b__box {
    display: block;
  }

  .ship-b__p {
    max-width: 100%;
  }
}

@media (max-width: 1024px) {
  html.boxed header .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (min-width: 1025px) {
  html.boxed header .container {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (max-width: 1024px) {
  html.boxed .app-content .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (min-width: 1025px) {
  html.boxed .app-content .container {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (max-width: 1024px) {
  html.boxed footer .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (min-width: 1025px) {
  html.boxed footer .container {
    padding-left: 40px;
    padding-right: 40px;
  }
}

.primary-style-2-container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .primary-style-2-container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .primary-style-2-container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .primary-style-2-container {
    max-width: 960px;
  }
}

.white-container {
  width: 1220px;
  background-color: #ffffff;
  max-width: 100%;
  margin: 0 auto;
}

.empty {
  text-align: center;
}

.empty__big-text {
  display: block;
  margin-bottom: 12px;
  color: #ff4500;
  line-height: 1;
  font-size: 46px;
  font-weight: 600;
}

.empty__text-1 {
  display: block;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 12px;
  color: #333333;
}

.empty__text-2 {
  display: block;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 24px;
  color: #a0a0a0;
}

.empty__text-2>a {
  color: #ff4500;
  padding: 2px;
}

.empty__text-2>a:after {
  content: ',';
  margin: 0 2px;
  color: #333333;
}

.empty__text-2>a:last-child:after {
  content: none;
}

.empty__search-form {
  position: relative;
  width: 40%;
  margin: 0 auto;
}

.empty__search-form .btn {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 8px;
}

.empty__redirect-link {
  border-radius: 40px;
  padding: 16px;
  display: inline-block;
  font-weight: 600;
  font-size: 13px;
}

.text-aign-left {
  text-align: left !important;
}

.continue_shopping {
  background-color: #fa4400 !important;
  color: #fff !important;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}


.loading-indicator:before {
  content: '';
  background: #000000cc;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
}

.loading-indicator:after {
  content: 'Loading...';
  position: fixed;
  width: 100%;
  top: 50%;
  left: 0;
  z-index: 1001;
  color: white;
  text-align: center;
  font-weight: bold;
  font-size: 1.5rem;
}

.row-center {
  align-items: center;
  justify-content: center;
}

.cart-btn-transform {
  background-color: #fa4400;
  padding: 1rem 3rem;
  border-radius: 0.375rem;
  color: #fff;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  font-size: 1rem;
  line-height: 1.5;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.cart-btn-transform:hover {
  color: #f0f0f0;
}

.r-10 {
  margin-right: 10px;
} 

.b-10 {
  margin-bottom: 10px;
}

.link {
  font-size: 16px;
  color: black;
  font-weight: 600;
}

.width-200 {
  width: 200px !important;
}

.payment_success {
  background-color: #009444;
  padding: 10px 20px;
  border-radius: 25px;
  padding-top: 20px;
}

.payment_error {
  background-color: red;
  padding: 10px 20px;
  border-radius: 25px;
  padding-top: 20px;
}

.w-color {
  color: white !important;
}

.flip-card {
  cursor: pointer;
  background-color: transparent;
  height: 400px;
  perspective: 1000px;
  margin: auto;
}

.flip-card-inner {
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.flip-card-front {
  color: black;
}

.flip-card-back {
  color: black;
  height: 100%;
  background: radial-gradient(circle at 10% 20%, rgb(255, 200, 124) 0%, rgb(252, 251, 121) 90%);
  transform: rotateY(180deg);
}

.category_label {
  font-size: 20px;
  font-weight: 700;
  margin-top: 65%;
}

.size-chart {
  margin-left: 5px;
  padding: 4px;
  font-size: 12px;
  border-radius: 5px;
  background-color: black;
  color: white;
}