@charset "UTF-8";
.product-intro.owl-carousel.owl-theme .owl-nav.disabled + .owl-dots {
  margin: 0;
}

.product-intro.owl-carousel.owl-theme .owl-dots {
  top: -58px;
  position: absolute;
  right: 0;
}

.product-intro.owl-carousel.owl-theme .owl-dots .owl-dot span {
  position: relative;
  display: block;
  width: 14px;
  height: 14px;
  border: 2px solid;
  background: none;
  margin: 5px 2px;
  border-radius: 7px;
  border-color: rgba(0, 68, 102, 0.4);
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
}

.product-intro.owl-carousel.owl-theme .owl-dots .owl-dot.active span,
.product-intro.owl-carousel.owl-theme .owl-dots .owl-dot:hover span {
  background: none;
  border-color: #000;
}

.product-intro.owl-carousel.owl-theme .owl-dots .owl-dot.active span:before,
.product-intro.owl-carousel.owl-theme .owl-dots .owl-dot:hover span:before {
  display: none;
}

.product-intro.owl-carousel.owl-theme .owl-dots .owl-dot.active span:after,
.product-intro.owl-carousel.owl-theme .owl-dots .owl-dot:hover span:after {
  content: '';
  position: absolute;
  left: 3px;
  bottom: 3px;
  right: 3px;
  top: 3px;
  border-radius: 10px;
  background-color: #000;
}

.product-intro.owl-carousel.owl-theme .owl-nav {
  color: #333;
  font-size: 2.4rem;
}

.product-intro.owl-carousel.owl-theme .owl-nav .owl-prev,
.product-intro.owl-carousel.owl-theme .owl-nav .owl-next {
  opacity: 0;
  -webkit-transition: opacity .2s, -webkit-transform .4s;
  transition: opacity .2s, -webkit-transform .4s;
  transition: opacity .2s, transform .4s;
  transition: opacity .2s, transform .4s, -webkit-transform .4s;
  top: 30%;
  width: 30px;
}

.product-intro.owl-carousel.owl-theme .owl-nav .owl-prev {
  text-align: left;
  left: -30px;
  padding-right: 30px;
  -webkit-transform: translateX(-10px);
          transform: translateX(-10px);
}

.product-intro.owl-carousel.owl-theme .owl-nav .owl-next {
  text-align: right;
  right: -30px;
  padding-left: 30px;
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}

.product-intro.owl-carousel.owl-theme:hover .owl-prev,
.product-intro.owl-carousel.owl-theme:hover .owl-next {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}

.product-panel {
  margin-bottom: 3.5rem;
}

.product-panel .section-title {
  color: #313131;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  margin-bottom: 2.4rem;
}

.product-panel .section-title h2 {
  font-weight: 700;
  font-size: 1.6rem;
  font-family: "Open Sans", sans-serif;
  letter-spacing: -0.01em;
  line-height: 22px;
  text-transform: uppercase;
}

.product-default {
  color: #777;
  margin-bottom: 2rem;
}

.product-default a {
  color: inherit;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.product-default a:hover {
  color: #000;
  text-decoration: none;
}

.product-default figure {
  margin-bottom: 1.6rem;
  position: relative;
}

.product-default figure img {
  -webkit-transition: all .5s;
  transition: all .5s;
  height: auto;
  width: 100%;
}

.product-default figure img:last-child {
  opacity: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  left: 0;
}

.product-default figure img:first-child {
  opacity: 1;
  position: relative;
}

.product-default .label-group {
  position: absolute;
  top: .8rem;
  left: .8rem;
}

.product-default .product-label {
  display: block;
  text-align: center;
  margin-bottom: 5px;
  text-transform: uppercase;
  padding: 5px 11px;
  color: #fff;
  font-weight: 600;
  font-size: 10px;
  line-height: 1;
}

.product-default .product-label.label-hot {
  background-color: #62b959;
}

.product-default .product-label.label-sale {
  background-color: #e27c7c;
}

.product-default .product-details {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-pack: center;
}

.product-default .category-list {
  font-weight: 400;
  font-size: 1rem;
  font-family: "Open Sans", sans-serif;
  line-height: 1.7;
  opacity: .8;
  text-transform: uppercase;
}

.product-default .product-title {
  max-width: 100%;
  font-weight: 400;
  font-size: 1.5rem;
  font-family: "Open Sans", sans-serif;
  line-height: 1.35;
  letter-spacing: .005em;
  margin-bottom: .72rem;
  text-overflow: ellipsis;
  overflow: hidden;
}

.product-default .tooltiptext {
  visibility: hidden;
  position: absolute;
  background-color: #333;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  letter-spacing: .01em;
  text-align: center;
  padding: 1rem .7rem;
  z-index: 1;
  opacity: 0;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  bottom: 125%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.product-default .product-action {
  color: #333;
  text-align: center;
}

.product-default .btn-icon-wish,
.product-default .btn-quickview {
  display: inline-block;
  border: 1px solid #ddd;
  margin: 0 2px;
  width: 36px;
  height: 36px;
  font-size: 1.6rem;
  text-align: center;
  opacity: 0;
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
  -webkit-transform: translateX(200%);
          transform: translateX(200%);
}

.product-default .btn-icon-wish.checked,
.product-default .btn-quickview.checked {
  color: #e27c7c;
}

.product-default .btn-icon-wish.checked i:before,
.product-default .btn-quickview.checked i:before {
  content: '\e88a';
}

.product-default .btn-quickview {
  font-size: 1.4rem;
  -webkit-transform: translateX(-200%);
          transform: translateX(-200%);
}

.product-default .btn-add-cart {
  background: #fff;
  color: #333;
  border: 1px solid #ddd;
  padding: 0 1rem;
  font-size: 1.2rem;
  font-weight: 600;
  font-family: Poppins, sans-serif;
  line-height: 34px;
  text-align: center;
  vertical-align: top;
  cursor: pointer;
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
}

.product-default .btn-add-cart i {
  font-size: 1.5rem;
  margin-bottom: 2px;
  line-height: 0;
}

.product-default .btn-add-cart i:before {
  margin: 0 4px 0 0;
}

.product-default:hover {
  z-index: 2;
}

.product-default:hover figure {
  -webkit-box-shadow: 0 25px 35px -5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 25px 35px -5px rgba(0, 0, 0, 0.1);
}

.product-default:hover figure img:first-child {
  opacity: 0;
}

.product-default:hover figure img:last-child {
  opacity: 1;
}

.product-default:hover .btn-add-cart {
  background-color: #000;
  border-color: #000;
  color: #fff;
}

.product-default:hover .product-action a {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}

.tooltip-top:after {
  content: "";
  position: absolute;
  top: 96%;
  left: 50%;
  margin-left: -6px;
  border-width: 6px;
  border-style: solid;
  border-color: #333 transparent transparent transparent;
}

.old-price {
  text-decoration: line-through;
  font-size: 1.4rem;
  letter-spacing: .005em;
  color: #999;
  margin-right: 3px;
}

.product-price {
  color: #222529;
  font-size: 1.8rem;
  line-height: .8;
}

.price-box {
  margin-bottom: 1.5rem;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  line-height: 1;
}

.ratings-container {
  line-height: 1;
  margin: 0 0 10px 1px;
  cursor: pointer;
  position: relative;
  display: inline-block;
}

.ratings-container .product-ratings,
.ratings-container .ratings {
  position: relative;
  display: inline-block;
  font-size: 11px;
  letter-spacing: .1em;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}

.ratings-container .product-ratings {
  height: 11px;
}

.ratings-container .product-ratings:before {
  content: "";
  color: rgba(0, 0, 0, 0.16);
}

.ratings-container .product-ratings:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

.ratings-container .ratings {
  position: absolute;
  top: 0;
  left: 0;
  white-space: nowrap;
  overflow: hidden;
}

.ratings-container .ratings:before {
  content: "";
  color: #6a6a6d;
}

.product-select-group {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
}

.product-select {
  margin: 0 4px 0 0;
  cursor: pointer;
}

.product-select.type-image {
  width: 32px;
  height: 32px;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.09);
}

.product-select.type-image.checked, .product-select.type-image.hover {
  border: 1px solid #000;
}

.product-select.type-check {
  margin: 5px;
  overflow: visible;
  display: block;
  position: relative;
  width: 12px;
  height: 12px;
  border-radius: 50%;
}

.product-select.type-check:after {
  content: '';
  background-color: transparent;
  border: 1px solid black;
  position: absolute;
  left: -3px;
  top: -3px;
  border-radius: 50%;
  width: 18px;
  display: block;
  height: 18px;
}

.product-select.type-check.checked:before {
  font-size: 8px;
  content: '\f00c';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  text-indent: 0;
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  color: #fff;
  height: 12px;
  line-height: 12px;
  margin-top: -6px;
  text-align: center;
}

.product-single-qty {
  display: inline-block;
  max-width: 104px;
  vertical-align: middle;
}

.product-single-qty .bootstrap-touchspin.input-group {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  max-width: none;
  padding-right: 0;
}

.product-single-qty .bootstrap-touchspin .form-control {
  width: 2.5em;
  height: 36px;
  padding: 10px 2px;
  color: #222529;
  font-size: 1.4rem;
  font-family: Poppins, sans-serif;
}

.product-single-qty .bootstrap-touchspin .form-control,
.product-single-qty .bootstrap-touchspin .form-control:not(:focus),
.product-single-qty .btn-outline:not(:disabled):not(.disabled):active {
  border-color: #dae2e6;
}

.product-single-qty .btn {
  width: 2em;
  padding: 0;
}

.product-single-qty .btn.btn-down-icon:hover:before, .product-single-qty .btn.btn-down-icon:hover:after,
.product-single-qty .btn.btn-up-icon:hover:before,
.product-single-qty .btn.btn-up-icon:hover:after {
  background-color: #000;
}

.product-single-qty .btn.btn-outline {
  border-color: #dae2e6;
}

.product-single-qty .btn.btn-down-icon:after,
.product-single-qty .btn.btn-up-icon:before,
.product-single-qty .btn.btn-up-icon:after {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 11px;
  height: 1px;
  margin-left: -.55rem;
  background: #222529;
  content: '';
}

.product-single-qty .btn.btn-up-icon:before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.config-swatch-list {
  margin: 1.5rem 0 0;
  padding: 0;
  font-size: 0;
  list-style: none;
}

.config-swatch-list li a {
  position: relative;
  display: block;
  width: 2.6rem;
  height: 2.6rem;
  margin: 3px 6px 3px 0;
  -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
}

.config-swatch-list li .color-panel {
  display: inline-block;
  width: 1.7rem;
  height: 1.7rem;
  border: 1px solid #fff;
  -webkit-transition: all .3s;
  transition: all .3s;
  margin-right: 1.5rem;
}

.config-swatch-list li span:last-child {
  cursor: pointer;
}

.config-swatch-list li:hover span:last-child {
  color: #000;
}

.config-swatch-list li.active a:before {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  color: #fff;
  font-family: 'porto';
  font-size: 1.1rem;
  line-height: 1;
  content: '\e84e';
}

.config-swatch-list a:hover .color-panel,
.config-swatch-list a:focus .color-panel,
.config-swatch-list li.active .color-panel {
  -webkit-box-shadow: 0 0 0 .1rem #dfdfdf;
          box-shadow: 0 0 0 .1rem #dfdfdf;
}

.modal#addCartModal {
  width: 340px;
  top: calc((100% - 320px) / 2);
  left: calc((100% - 320px) / 2);
  padding: 10px !important;
  overflow: hidden;
}

.modal#addCartModal .modal-dialog {
  margin: 0;
}

.modal#addCartModal .modal-content {
  margin: 0;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.add-cart-box {
  padding: 19px 10px 20px !important;
  border-top: 4px solid #000;
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
}

.add-cart-box h4 {
  font-weight: 500;
  color: #000;
  margin-bottom: 1.8rem;
}

.add-cart-box img {
  margin: 0 auto 10px;
  width: 120px;
}

.add-cart-box .btn-actions {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  justify-content: space-around;
  -ms-flex-pack: distribute;
}

.add-cart-box .btn-actions .btn-primary {
  width: 140px;
  padding: 8px 0;
  font: 500 16px "Open Sans", sans-serif;
  border: none;
  cursor: pointer;
}

.add-cart-box .btn-actions .btn-primary:focus, .add-cart-box .btn-actions .btn-primary:active, .add-cart-box .btn-actions .btn-primary:active:focus {
  outline: none;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.divide-line > .col-1:nth-child(n) {
  border-right: 1px solid rgba(0, 0, 0, 0.09);
  border-bottom: 1px solid rgba(0, 0, 0, 0.09);
}

.divide-line > .col-1:nth-child(12n) {
  border-right: none;
}

.divide-line > .col-2:nth-child(n) {
  border-right: 1px solid rgba(0, 0, 0, 0.09);
  border-bottom: 1px solid rgba(0, 0, 0, 0.09);
}

.divide-line > .col-2:nth-child(6n) {
  border-right: none;
}

.divide-line > .col-3:nth-child(n) {
  border-right: 1px solid rgba(0, 0, 0, 0.09);
  border-bottom: 1px solid rgba(0, 0, 0, 0.09);
}

.divide-line > .col-3:nth-child(4n) {
  border-right: none;
}

.divide-line > .col-4:nth-child(n) {
  border-right: 1px solid rgba(0, 0, 0, 0.09);
  border-bottom: 1px solid rgba(0, 0, 0, 0.09);
}

.divide-line > .col-4:nth-child(3n) {
  border-right: none;
}

.divide-line > .col-5:nth-child(n) {
  border-right: 1px solid rgba(0, 0, 0, 0.09);
  border-bottom: 1px solid rgba(0, 0, 0, 0.09);
}

.divide-line > .col-5:nth-child(2n) {
  border-right: none;
}

.divide-line > .col-6:nth-child(n) {
  border-right: 1px solid rgba(0, 0, 0, 0.09);
  border-bottom: 1px solid rgba(0, 0, 0, 0.09);
}

.divide-line > .col-6:nth-child(2n) {
  border-right: none;
}

.divide-line > .col-7:nth-child(n) {
  border-right: 1px solid rgba(0, 0, 0, 0.09);
  border-bottom: 1px solid rgba(0, 0, 0, 0.09);
}

.divide-line > .col-7:nth-child(1n) {
  border-right: none;
}

.divide-line > .col-8:nth-child(n) {
  border-right: 1px solid rgba(0, 0, 0, 0.09);
  border-bottom: 1px solid rgba(0, 0, 0, 0.09);
}

.divide-line > .col-8:nth-child(1n) {
  border-right: none;
}

.divide-line > .col-9:nth-child(n) {
  border-right: 1px solid rgba(0, 0, 0, 0.09);
  border-bottom: 1px solid rgba(0, 0, 0, 0.09);
}

.divide-line > .col-9:nth-child(1n) {
  border-right: none;
}

.divide-line > .col-10:nth-child(n) {
  border-right: 1px solid rgba(0, 0, 0, 0.09);
  border-bottom: 1px solid rgba(0, 0, 0, 0.09);
}

.divide-line > .col-10:nth-child(1n) {
  border-right: none;
}

.divide-line > .col-11:nth-child(n) {
  border-right: 1px solid rgba(0, 0, 0, 0.09);
  border-bottom: 1px solid rgba(0, 0, 0, 0.09);
}

.divide-line > .col-11:nth-child(1n) {
  border-right: none;
}

.divide-line:not(.up-effect) .product-default .btn-quickview {
  width: calc(100% - 30px);
  margin: 0 15px;
}

.divide-line:not(.up-effect) .product-default .product-details {
  padding: 0 1.5rem;
}

.divide-line.up-effect {
  margin-top: -2rem;
}

.divide-line.up-effect .product-default {
  padding-top: 5rem;
  margin: 0;
  -webkit-transition: .3s;
  transition: .3s;
}

.divide-line.up-effect .product-default .product-action {
  -webkit-transition: .3s;
  transition: .3s;
  opacity: 0;
}

.divide-line.up-effect .product-default:hover {
  padding-top: 1rem;
  padding-bottom: 4rem;
}

.divide-line.up-effect .product-default:hover .product-action {
  opacity: 1;
}

.divide-line .product-default {
  margin-bottom: 0;
}

.divide-line .product-default:hover {
  -webkit-box-shadow: 0 25px 35px -5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 25px 35px -5px rgba(0, 0, 0, 0.1);
}

.divide-line .product-default:hover figure {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.inner-quickview figure {
  position: relative;
}

.inner-quickview figure .btn-quickview {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding: 1.4rem;
  color: #fff;
  background-color: #000;
  font-size: 1.3rem;
  font-weight: 400;
  letter-spacing: .025em;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: none;
          transform: none;
  margin: 0;
  border: none;
  -webkit-transition: .25s;
  transition: .25s;
}

.inner-quickview figure .btn-quickview:hover {
  opacity: 1;
}

.inner-quickview .product-details {
  -webkit-box-align: start;
          align-items: flex-start;
  -ms-flex-align: start;
}

.inner-quickview .category-wrap {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-align: center;
  width: 100%;
}

.inner-quickview .category-wrap .btn-icon-wish {
  -webkit-transform: none;
          transform: none;
  opacity: 1;
  width: auto;
  height: auto;
  border: none;
  overflow: visible;
  font-size: 1.5rem;
  line-height: 0;
}

.inner-quickview:hover .btn-quickview {
  visibility: visible;
  opacity: .85;
}

.inner-icon figure {
  position: relative;
}

.inner-icon figure .btn-icon-group {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
}

.inner-icon figure .btn-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #ddd;
  border-radius: 50%;
  margin: 0 0 5px;
  width: 36px;
  height: 36px;
  padding: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .3s;
  transition: all .3s;
  -webkit-transform: none;
          transform: none;
}

.inner-icon figure .btn-icon i {
  font-size: 1.6rem;
  margin-bottom: 0;
}

.inner-icon figure .btn-icon i:before {
  margin: 0;
}

.inner-icon figure .btn-icon i.icon-bag {
  font-size: 1.8rem;
}

.inner-icon figure .btn-icon:hover {
  background-color: #000;
  border-color: #000;
  color: #fff;
}

.inner-icon:hover .btn-icon {
  background-color: #fff;
  border-color: #ddd;
  color: black;
  visibility: visible;
  opacity: 1;
}

.left-details .product-details {
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
}

.left-details .btn-icon-wish,
.left-details .btn-quickview,
.left-details .btn-add-cart {
  background-color: #f4f4f4;
  border-color: #f4f4f4;
  color: black;
}

.left-details .btn-icon-wish:hover,
.left-details .btn-quickview:hover,
.left-details .btn-add-cart:hover {
  background-color: #000;
  border-color: #000;
  color: #fff;
}

.left-details .btn-icon-wish,
.left-details .btn-quickview {
  -webkit-transform: none;
          transform: none;
}

.left-details .btn-add-cart {
  margin-left: 0;
  padding: 0 1.5rem;
}

.hidden-description {
  position: relative;
}

.hidden-description:hover figure {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.hidden-description:hover .btn-add-cart {
  background-color: #f4f4f4;
}

.hidden-description:hover .product-details {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.hidden-description figure {
  margin-bottom: 0;
}

.hidden-description figure .btn-icon-group {
  top: 1rem;
  right: 1rem;
}

.hidden-description .product-details {
  position: absolute;
  width: 100%;
  bottom: 46px;
  padding: 15px 20px 0;
  background-color: #fff;
  border-top: 1px solid rgba(0, 0, 0, 0.09);
  border-bottom: 1px solid rgba(0, 0, 0, 0.09);
  opacity: 0;
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.hidden-description .product-action {
  position: absolute;
  left: 0;
  bottom: -46px;
  width: 100%;
}

.hidden-description .btn-quickview {
  -webkit-transform: none;
          transform: none;
  opacity: .85;
  background-color: #000;
  color: #fff;
  width: 50%;
  margin: 0;
  border: none;
  height: 45px;
  font-size: 1.3rem;
  font-weight: 400;
  letter-spacing: .025em;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
}

.hidden-description .btn-quickview:hover {
  opacity: 1;
  color: #fff;
}

.hidden-description .btn-add-cart {
  z-index: 3;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
  width: 50%;
  height: 45px;
  border: none;
  background: #f4f4f4;
  font-size: 1.3rem;
  font-weight: 400;
  letter-spacing: .025em;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
}

.hidden-description .btn-add-cart:hover {
  background-color: #000;
  color: #fff;
}

.full-width {
  padding-left: 10px;
  padding-right: 10px;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.full-width [class*='col-'] {
  padding-right: 10px;
  padding-left: 10px;
}

.no-gaps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 0;
  padding-right: 0;
}

.no-gaps [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}

.no-gaps .product-details {
  padding: 0 1rem;
}

.no-gaps .product-default {
  margin-bottom: 0;
}

.no-gaps .product-default:nth-child(even) figure > a:first-child:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(33, 37, 41, 0.01);
}

.inner-icon-inline figure .btn-icon-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.inner-icon-inline figure .btn-icon {
  margin-left: 5px;
}

.overlay figure {
  margin: 0;
}

.overlay figure > a:first-child:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(27, 27, 23, 0);
  -webkit-transition: all .25s;
  transition: all .25s;
}

.overlay figure .btn-quickview,
.overlay figure .btn-icon-group {
  z-index: 1;
}

.overlay figure .btn-icon {
  border-color: #fff;
  border-width: 2px;
  color: #fff;
  background-color: #4d4d4a;
  opacity: 0;
}

.overlay .product-details {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  -webkit-transition: all .4s;
  transition: all .4s;
}

.overlay .product-details .product-category,
.overlay .product-details .product-title a,
.overlay .product-details .product-price {
  color: #fff;
}

.overlay .product-details a:hover {
  color: #000;
}

.overlay .product-details .ratings-container .product-ratings:before {
  color: rgba(255, 255, 255, 0.6);
}

.overlay .product-details .price-box {
  margin-bottom: 0;
}

.overlay:hover figure, .overlay:nth-child(even):hover figure {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.overlay:hover figure > a:first-child:after, .overlay:nth-child(even):hover figure > a:first-child:after {
  background-color: rgba(27, 27, 23, 0.6);
}

.overlay:hover figure .btn-quickview,
.overlay:hover figure .btn-icon, .overlay:nth-child(even):hover figure .btn-quickview,
.overlay:nth-child(even):hover figure .btn-icon {
  opacity: .85;
  visibility: visible;
}

.overlay:hover figure .btn-quickview:hover,
.overlay:hover figure .btn-icon:hover, .overlay:nth-child(even):hover figure .btn-quickview:hover,
.overlay:nth-child(even):hover figure .btn-icon:hover {
  opacity: 1;
}

.overlay:hover figure .btn-icon, .overlay:nth-child(even):hover figure .btn-icon {
  border-color: #fff;
  border-width: 2px;
  color: #fff;
  background-color: #4d4d4a;
  opacity: .85;
}

.overlay:hover .product-details, .overlay:nth-child(even):hover .product-details {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.overlay-dark figure {
  margin: 0;
}

.overlay-dark figure > a:first-child:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(27, 27, 23, 0.3);
  -webkit-transition: all .25s;
  transition: all .25s;
}

.overlay-dark figure .btn-quickview,
.overlay-dark figure .btn-icon-group {
  z-index: 1;
}

.overlay-dark figure .btn-icon {
  border-color: #fff;
  border-width: 2px;
  color: #fff;
  background-color: #4d4d4a;
  opacity: 0;
  margin-left: 8px;
}

.overlay-dark figure .btn-quickview {
  border: 2px solid #fff;
  background-color: #4d4d4a;
  border-radius: 2rem;
  padding: 1rem 2.3rem;
  width: auto;
  height: auto;
  left: 50%;
  bottom: 50%;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
  opacity: 0;
  -webkit-transition: all .1s;
  transition: all .1s;
}

.overlay-dark .product-details {
  position: absolute;
  width: 100%;
  left: 2rem;
  bottom: 4rem;
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: all .4s;
  transition: all .4s;
}

.overlay-dark .product-details .product-category,
.overlay-dark .product-details .product-title a,
.overlay-dark .product-details .product-price {
  color: #fff;
}

.overlay-dark .product-details a:hover {
  color: #000;
}

.overlay-dark .product-details .ratings-container .product-ratings:before {
  color: rgba(255, 255, 255, 0.6);
}

.overlay-dark .product-details .price-box {
  margin-bottom: 0;
}

.overlay-dark:hover figure, .overlay-dark:nth-child(even):hover figure {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.overlay-dark:hover figure > a:first-child:after, .overlay-dark:nth-child(even):hover figure > a:first-child:after {
  background-color: rgba(27, 27, 23, 0.7);
}

.overlay-dark:hover figure .btn-quickview,
.overlay-dark:hover figure .btn-icon, .overlay-dark:nth-child(even):hover figure .btn-quickview,
.overlay-dark:nth-child(even):hover figure .btn-icon {
  opacity: .85;
}

.overlay-dark:hover figure .btn-quickview:hover,
.overlay-dark:hover figure .btn-icon:hover, .overlay-dark:nth-child(even):hover figure .btn-quickview:hover,
.overlay-dark:nth-child(even):hover figure .btn-icon:hover {
  background-color: #4d4d4a;
  opacity: 1;
}

.overlay-dark:hover figure .btn-icon, .overlay-dark:nth-child(even):hover figure .btn-icon {
  border-color: #fff;
  border-width: 2px;
  color: #fff;
  background-color: #4d4d4a;
  opacity: .85;
}

.overlay-dark:hover .product-details, .overlay-dark:nth-child(even):hover .product-details {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.creative-grid > div:not(:last-child) .product-default {
  height: 600px;
}

.creative-grid > div:last-child .product-default {
  height: 300px;
}

.creative-grid .product-default {
  padding-bottom: 2rem;
  margin-bottom: 0;
  position: relative;
}

.creative-grid .product-default figure {
  height: 100%;
}

.creative-grid .product-default figure img {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  -webkit-transition: opacity .3s linear;
  transition: opacity .3s linear;
}

.creative-grid .product-default figure img:last-child {
  opacity: 0;
}

.creative-grid .product-default figure img:first-child {
  opacity: 1;
}

.creative-grid .product-default:hover figure img:first-child {
  opacity: 0;
}

.creative-grid .product-default:hover figure img:last-child {
  opacity: 1;
}

.inner-btn figure .btn-icon-group {
  top: auto;
  left: auto;
  right: 1.5rem;
  bottom: 1.5rem;
}

.inner-btn figure .btn-icon {
  position: relative;
  margin-bottom: 0;
}

.inner-btn figure .btn-quickview {
  background-color: #fff;
}

.inner-btn figure .btn-quickview i {
  font-size: 1.4rem;
}

.quantity-input .product-details {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.quantity-input .product-single-qty {
  margin: 0 0 1rem;
}

.quantity-input .btn-add-cart {
  margin: 0 0 1rem 2px;
}

.quantity-input .btn-add-cart:hover {
  background-color: #000;
  border-color: #000;
  color: #fff;
}

.product-list {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
}

.product-list figure {
  max-width: 250px;
  margin-right: 20px;
  margin-bottom: 0;
}

.product-list figure img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

.product-list .product-details {
  max-width: calc(100% - 270px);
}

.product-list .product-title {
  font-weight: 600;
  font-size: 1.8rem;
  font-family: "Open Sans", sans-serif;
}

.product-list .product-description {
  display: -webkit-box;
  max-width: 100%;
  font-weight: 400;
  font-size: 1.4rem;
  font-family: "Open Sans", sans-serif;
  line-height: 24px;
  margin-bottom: 1em;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.product-list .btn-add-cart {
  margin: 0 3px 5px 0;
  padding: 0 1rem;
  background-color: #000;
  border-color: #000;
  color: #fff;
}

.product-list .btn-icon-wish,
.product-list .btn-quickview {
  opacity: 1;
  background-color: #fff;
  color: #333;
  border-color: #ddd;
  margin: 0 0 5px;
  line-height: 32px;
}

.product-list:hover figure {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.product-widget {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  margin-bottom: 1.5rem;
}

.product-widget figure {
  max-width: 84px;
  margin-right: 2rem;
  margin-bottom: 0;
}

.product-widget figure img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

.product-widget .ratings-container {
  margin-bottom: .5rem;
}

.product-widget .product-details {
  max-width: calc(100% - 104px);
}

.product-widget .product-title {
  margin-bottom: .5rem;
  font-size: 1.3rem;
}

.product-widget .price-box {
  margin-bottom: 0;
}

.product-widget .product-price {
  font-size: 1.5rem;
}

.product-widget .old-price {
  font-size: 1.2rem;
}

.product-widget:hover figure {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.product-quick-view {
  background-color: #fff;
  padding: 3rem 3rem 0;
}

.product-quick-view .product-single-details .product-action {
  margin-bottom: 2.1rem;
}

.product-quick-view .product-single-filter {
  padding-bottom: 2.2rem;
}

.image-bg-white {
  -webkit-filter: brightness(1.08);
          filter: brightness(1.08);
}

.products-slider > .owl-stage-outer {
  margin: -10px -20px;
  padding: 10px 20px;
}

@media (max-width: 1280px) {
  .products-slider > .owl-stage-outer {
    margin: -10px -15px;
    padding: 10px 15px;
  }
}

.modal-backdrop.show {
  opacity: 0;
}

@media (max-width: 1200px) {
  .product-intro.owl-carousel.owl-theme .owl-nav .owl-prev {
    left: 10px;
  }
  .product-intro.owl-carousel.owl-theme .owl-nav .owl-next {
    right: 10px;
  }
}

@media (max-width: 1159px) {
  .product-intro.owl-carousel.owl-theme .owl-nav .owl-prev {
    left: -30px;
  }
  .product-intro.owl-carousel.owl-theme .owl-nav .owl-next {
    right: -30px;
  }
}

@media (max-width: 1000px) {
  .product-intro.owl-carousel.owl-theme .owl-nav .owl-prev {
    left: 10px;
  }
  .product-intro.owl-carousel.owl-theme .owl-nav .owl-next {
    right: 10px;
  }
}

@media (min-width: 576px) {
  .divide-line > .col-sm-1:nth-child(n) {
    border-right: 1px solid rgba(0, 0, 0, 0.09);
    border-bottom: 1px solid rgba(0, 0, 0, 0.09);
  }
  .divide-line > .col-sm-1:nth-child(12n) {
    border-right: none;
  }
  .divide-line > .col-sm-2:nth-child(n) {
    border-right: 1px solid rgba(0, 0, 0, 0.09);
    border-bottom: 1px solid rgba(0, 0, 0, 0.09);
  }
  .divide-line > .col-sm-2:nth-child(6n) {
    border-right: none;
  }
  .divide-line > .col-sm-3:nth-child(n) {
    border-right: 1px solid rgba(0, 0, 0, 0.09);
    border-bottom: 1px solid rgba(0, 0, 0, 0.09);
  }
  .divide-line > .col-sm-3:nth-child(4n) {
    border-right: none;
  }
  .divide-line > .col-sm-4:nth-child(n) {
    border-right: 1px solid rgba(0, 0, 0, 0.09);
    border-bottom: 1px solid rgba(0, 0, 0, 0.09);
  }
  .divide-line > .col-sm-4:nth-child(3n) {
    border-right: none;
  }
  .divide-line > .col-sm-5:nth-child(n) {
    border-right: 1px solid rgba(0, 0, 0, 0.09);
    border-bottom: 1px solid rgba(0, 0, 0, 0.09);
  }
  .divide-line > .col-sm-5:nth-child(2n) {
    border-right: none;
  }
  .divide-line > .col-sm-6:nth-child(n) {
    border-right: 1px solid rgba(0, 0, 0, 0.09);
    border-bottom: 1px solid rgba(0, 0, 0, 0.09);
  }
  .divide-line > .col-sm-6:nth-child(2n) {
    border-right: none;
  }
  .divide-line > .col-sm-7:nth-child(n) {
    border-right: 1px solid rgba(0, 0, 0, 0.09);
    border-bottom: 1px solid rgba(0, 0, 0, 0.09);
  }
  .divide-line > .col-sm-7:nth-child(1n) {
    border-right: none;
  }
  .divide-line > .col-sm-8:nth-child(n) {
    border-right: 1px solid rgba(0, 0, 0, 0.09);
    border-bottom: 1px solid rgba(0, 0, 0, 0.09);
  }
  .divide-line > .col-sm-8:nth-child(1n) {
    border-right: none;
  }
  .divide-line > .col-sm-9:nth-child(n) {
    border-right: 1px solid rgba(0, 0, 0, 0.09);
    border-bottom: 1px solid rgba(0, 0, 0, 0.09);
  }
  .divide-line > .col-sm-9:nth-child(1n) {
    border-right: none;
  }
  .divide-line > .col-sm-10:nth-child(n) {
    border-right: 1px solid rgba(0, 0, 0, 0.09);
    border-bottom: 1px solid rgba(0, 0, 0, 0.09);
  }
  .divide-line > .col-sm-10:nth-child(1n) {
    border-right: none;
  }
  .divide-line > .col-sm-11:nth-child(n) {
    border-right: 1px solid rgba(0, 0, 0, 0.09);
    border-bottom: 1px solid rgba(0, 0, 0, 0.09);
  }
  .divide-line > .col-sm-11:nth-child(1n) {
    border-right: none;
  }
}

@media (min-width: 768px) {
  .divide-line > .col-md-1:nth-child(n) {
    border-right: 1px solid rgba(0, 0, 0, 0.09);
    border-bottom: 1px solid rgba(0, 0, 0, 0.09);
  }
  .divide-line > .col-md-1:nth-child(12n) {
    border-right: none;
  }
  .divide-line > .col-md-2:nth-child(n) {
    border-right: 1px solid rgba(0, 0, 0, 0.09);
    border-bottom: 1px solid rgba(0, 0, 0, 0.09);
  }
  .divide-line > .col-md-2:nth-child(6n) {
    border-right: none;
  }
  .divide-line > .col-md-3:nth-child(n) {
    border-right: 1px solid rgba(0, 0, 0, 0.09);
    border-bottom: 1px solid rgba(0, 0, 0, 0.09);
  }
  .divide-line > .col-md-3:nth-child(4n) {
    border-right: none;
  }
  .divide-line > .col-md-4:nth-child(n) {
    border-right: 1px solid rgba(0, 0, 0, 0.09);
    border-bottom: 1px solid rgba(0, 0, 0, 0.09);
  }
  .divide-line > .col-md-4:nth-child(3n) {
    border-right: none;
  }
  .divide-line > .col-md-5:nth-child(n) {
    border-right: 1px solid rgba(0, 0, 0, 0.09);
    border-bottom: 1px solid rgba(0, 0, 0, 0.09);
  }
  .divide-line > .col-md-5:nth-child(2n) {
    border-right: none;
  }
  .divide-line > .col-md-6:nth-child(n) {
    border-right: 1px solid rgba(0, 0, 0, 0.09);
    border-bottom: 1px solid rgba(0, 0, 0, 0.09);
  }
  .divide-line > .col-md-6:nth-child(2n) {
    border-right: none;
  }
  .divide-line > .col-md-7:nth-child(n) {
    border-right: 1px solid rgba(0, 0, 0, 0.09);
    border-bottom: 1px solid rgba(0, 0, 0, 0.09);
  }
  .divide-line > .col-md-7:nth-child(1n) {
    border-right: none;
  }
  .divide-line > .col-md-8:nth-child(n) {
    border-right: 1px solid rgba(0, 0, 0, 0.09);
    border-bottom: 1px solid rgba(0, 0, 0, 0.09);
  }
  .divide-line > .col-md-8:nth-child(1n) {
    border-right: none;
  }
  .divide-line > .col-md-9:nth-child(n) {
    border-right: 1px solid rgba(0, 0, 0, 0.09);
    border-bottom: 1px solid rgba(0, 0, 0, 0.09);
  }
  .divide-line > .col-md-9:nth-child(1n) {
    border-right: none;
  }
  .divide-line > .col-md-10:nth-child(n) {
    border-right: 1px solid rgba(0, 0, 0, 0.09);
    border-bottom: 1px solid rgba(0, 0, 0, 0.09);
  }
  .divide-line > .col-md-10:nth-child(1n) {
    border-right: none;
  }
  .divide-line > .col-md-11:nth-child(n) {
    border-right: 1px solid rgba(0, 0, 0, 0.09);
    border-bottom: 1px solid rgba(0, 0, 0, 0.09);
  }
  .divide-line > .col-md-11:nth-child(1n) {
    border-right: none;
  }
}

@media (min-width: 992px) {
  .divide-line > .col-lg-1:nth-child(n) {
    border-right: 1px solid rgba(0, 0, 0, 0.09);
    border-bottom: 1px solid rgba(0, 0, 0, 0.09);
  }
  .divide-line > .col-lg-1:nth-child(12n) {
    border-right: none;
  }
  .divide-line > .col-lg-2:nth-child(n) {
    border-right: 1px solid rgba(0, 0, 0, 0.09);
    border-bottom: 1px solid rgba(0, 0, 0, 0.09);
  }
  .divide-line > .col-lg-2:nth-child(6n) {
    border-right: none;
  }
  .divide-line > .col-lg-3:nth-child(n) {
    border-right: 1px solid rgba(0, 0, 0, 0.09);
    border-bottom: 1px solid rgba(0, 0, 0, 0.09);
  }
  .divide-line > .col-lg-3:nth-child(4n) {
    border-right: none;
  }
  .divide-line > .col-lg-4:nth-child(n) {
    border-right: 1px solid rgba(0, 0, 0, 0.09);
    border-bottom: 1px solid rgba(0, 0, 0, 0.09);
  }
  .divide-line > .col-lg-4:nth-child(3n) {
    border-right: none;
  }
  .divide-line > .col-lg-5:nth-child(n) {
    border-right: 1px solid rgba(0, 0, 0, 0.09);
    border-bottom: 1px solid rgba(0, 0, 0, 0.09);
  }
  .divide-line > .col-lg-5:nth-child(2n) {
    border-right: none;
  }
  .divide-line > .col-lg-6:nth-child(n) {
    border-right: 1px solid rgba(0, 0, 0, 0.09);
    border-bottom: 1px solid rgba(0, 0, 0, 0.09);
  }
  .divide-line > .col-lg-6:nth-child(2n) {
    border-right: none;
  }
  .divide-line > .col-lg-7:nth-child(n) {
    border-right: 1px solid rgba(0, 0, 0, 0.09);
    border-bottom: 1px solid rgba(0, 0, 0, 0.09);
  }
  .divide-line > .col-lg-7:nth-child(1n) {
    border-right: none;
  }
  .divide-line > .col-lg-8:nth-child(n) {
    border-right: 1px solid rgba(0, 0, 0, 0.09);
    border-bottom: 1px solid rgba(0, 0, 0, 0.09);
  }
  .divide-line > .col-lg-8:nth-child(1n) {
    border-right: none;
  }
  .divide-line > .col-lg-9:nth-child(n) {
    border-right: 1px solid rgba(0, 0, 0, 0.09);
    border-bottom: 1px solid rgba(0, 0, 0, 0.09);
  }
  .divide-line > .col-lg-9:nth-child(1n) {
    border-right: none;
  }
  .divide-line > .col-lg-10:nth-child(n) {
    border-right: 1px solid rgba(0, 0, 0, 0.09);
    border-bottom: 1px solid rgba(0, 0, 0, 0.09);
  }
  .divide-line > .col-lg-10:nth-child(1n) {
    border-right: none;
  }
  .divide-line > .col-lg-11:nth-child(n) {
    border-right: 1px solid rgba(0, 0, 0, 0.09);
    border-bottom: 1px solid rgba(0, 0, 0, 0.09);
  }
  .divide-line > .col-lg-11:nth-child(1n) {
    border-right: none;
  }
}

@media (min-width: 1200px) {
  .divide-line > .col-xl-1:nth-child(n) {
    border-right: 1px solid rgba(0, 0, 0, 0.09);
    border-bottom: 1px solid rgba(0, 0, 0, 0.09);
  }
  .divide-line > .col-xl-1:nth-child(12n) {
    border-right: none;
  }
  .divide-line > .col-xl-2:nth-child(n) {
    border-right: 1px solid rgba(0, 0, 0, 0.09);
    border-bottom: 1px solid rgba(0, 0, 0, 0.09);
  }
  .divide-line > .col-xl-2:nth-child(6n) {
    border-right: none;
  }
  .divide-line > .col-xl-3:nth-child(n) {
    border-right: 1px solid rgba(0, 0, 0, 0.09);
    border-bottom: 1px solid rgba(0, 0, 0, 0.09);
  }
  .divide-line > .col-xl-3:nth-child(4n) {
    border-right: none;
  }
  .divide-line > .col-xl-4:nth-child(n) {
    border-right: 1px solid rgba(0, 0, 0, 0.09);
    border-bottom: 1px solid rgba(0, 0, 0, 0.09);
  }
  .divide-line > .col-xl-4:nth-child(3n) {
    border-right: none;
  }
  .divide-line > .col-xl-5:nth-child(n) {
    border-right: 1px solid rgba(0, 0, 0, 0.09);
    border-bottom: 1px solid rgba(0, 0, 0, 0.09);
  }
  .divide-line > .col-xl-5:nth-child(2n) {
    border-right: none;
  }
  .divide-line > .col-xl-6:nth-child(n) {
    border-right: 1px solid rgba(0, 0, 0, 0.09);
    border-bottom: 1px solid rgba(0, 0, 0, 0.09);
  }
  .divide-line > .col-xl-6:nth-child(2n) {
    border-right: none;
  }
  .divide-line > .col-xl-7:nth-child(n) {
    border-right: 1px solid rgba(0, 0, 0, 0.09);
    border-bottom: 1px solid rgba(0, 0, 0, 0.09);
  }
  .divide-line > .col-xl-7:nth-child(1n) {
    border-right: none;
  }
  .divide-line > .col-xl-8:nth-child(n) {
    border-right: 1px solid rgba(0, 0, 0, 0.09);
    border-bottom: 1px solid rgba(0, 0, 0, 0.09);
  }
  .divide-line > .col-xl-8:nth-child(1n) {
    border-right: none;
  }
  .divide-line > .col-xl-9:nth-child(n) {
    border-right: 1px solid rgba(0, 0, 0, 0.09);
    border-bottom: 1px solid rgba(0, 0, 0, 0.09);
  }
  .divide-line > .col-xl-9:nth-child(1n) {
    border-right: none;
  }
  .divide-line > .col-xl-10:nth-child(n) {
    border-right: 1px solid rgba(0, 0, 0, 0.09);
    border-bottom: 1px solid rgba(0, 0, 0, 0.09);
  }
  .divide-line > .col-xl-10:nth-child(1n) {
    border-right: none;
  }
  .divide-line > .col-xl-11:nth-child(n) {
    border-right: 1px solid rgba(0, 0, 0, 0.09);
    border-bottom: 1px solid rgba(0, 0, 0, 0.09);
  }
  .divide-line > .col-xl-11:nth-child(1n) {
    border-right: none;
  }
  .col-xl-7col .product-default .product-title,
  .col-xl-8col .product-default .product-title {
    font-size: 1.3rem;
  }
  .col-xl-7col .old-price,
  .col-xl-8col .old-price {
    font-size: 1.2rem;
  }
  .col-xl-7col .product-price,
  .col-xl-8col .product-price {
    font-size: 1.5rem;
  }
}

@media (max-width: 575px) {
  .product-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -ms-flex-direction: column;
  }
  .product-list figure {
    max-width: none;
    margin-right: 0;
    margin-bottom: 2rem;
  }
  .product-list .product-details {
    max-width: none;
  }
}

.sidebar-product .widget.widget-collapse {
  margin-bottom: 3rem;
  padding: 1.8rem 1.5rem 1.3rem;
  border: 1px solid #dae2e6;
}

.sidebar-product .widget.widget-collapse .widget-title {
  margin: 0;
}

.sidebar-product .widget.widget-collapse .widget-title a {
  display: block;
  position: relative;
  padding: .2rem 0 .6rem;
  color: inherit;
}

.sidebar-product .widget.widget-collapse .widget-title a:hover, .sidebar-product .widget.widget-collapse .widget-title a:focus {
  color: #222529;
  text-decoration: none;
}

.sidebar-product .widget.widget-collapse .widget-title a:after {
  display: inline-block;
  position: absolute;
  top: 42%;
  right: .1rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all .35s;
  transition: all .35s;
  font-family: 'porto';
  font-size: 1.7rem;
  font-weight: 400;
  content: '\e81b';
}

.sidebar-product .widget.widget-collapse .widget-title a.collapsed:after {
  content: '\e81c';
}

.sidebar-product .widget.widget-collapse .widget-body {
  padding-top: 1.3rem;
  padding-bottom: .5rem;
}

.sidebar-product .widget.widget-collapse .widget-body:after {
  display: block;
  clear: both;
  content: '';
}

.sidebar-product {
  margin-bottom: 2.8rem;
}

.sidebar-product .widget:not(:last-child) {
  margin-bottom: 3rem;
}

.sidebar-product .widget-title {
  margin: 0;
  color: #222529;
  font-size: 1.5rem;
  font-weight: 600;
  text-transform: uppercase;
  border-bottom-width: 1px;
}

.sidebar-product .widget-subtitle {
  color: #7a7d82;
  margin-bottom: 3rem;
  font-size: 1.3rem;
  font-weight: 400;
}

.sidebar-product .widget-body {
  padding-left: 0;
  padding-top: 2.3rem;
}

.sidebar-product .widget-body p {
  line-height: 27px;
  font-size: 1.3rem;
  color: #222529;
  letter-spacing: .01em;
  font-weight: 500;
  margin-bottom: 3rem;
}

.widget-info ul {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-pack: justify;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  margin: 0;
}

aside .widget-info ul {
  display: block;
}

.widget-info li {
  margin-bottom: 2rem;
}

.widget-info li:not(:last-child) {
  margin-right: 2.5rem;
}

aside .widget-info li:not(:last-child) {
  border-bottom: 1px solid #dee5e8;
  padding-bottom: 2.2rem;
  margin-right: 0;
}

.widget-info i {
  min-width: 40px;
  margin-right: 15px;
  color: #000;
  font-size: 4rem;
  line-height: 1;
}

.widget-info i:before {
  margin: 0;
}

aside .widget-info i {
  margin-left: 7px;
}

.widget-info h4 {
  display: inline-block;
  margin-bottom: 0;
  color: #6b7a83;
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 1.286;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
}

.product-single-collapse {
  line-height: 1.9;
  margin-bottom: 2rem;
}

.product-single-collapse p {
  margin-bottom: 2.5rem;
}

.product-single-collapse .product-desc-content ul, .product-single-collapse .product-desc-content ol {
  margin-bottom: 2.5rem;
}

.product-collapse-title {
  margin: 0;
  font-size: 1.4rem;
  line-height: 1;
  text-transform: uppercase;
}

.product-collapse-title a {
  display: block;
  position: relative;
  padding: 1.5rem;
  border-bottom: 1px solid #ddd;
  color: inherit;
}

.product-collapse-title a:hover, .product-collapse-title a:focus {
  color: inherit;
  text-decoration: none;
}

.product-collapse-title a:before {
  content: '\e81b';
  margin-right: 1rem;
  font-family: 'porto';
  font-size: 2rem;
  font-weight: 400;
}

.product-collapse-title a:after {
  display: block;
  position: absolute;
  bottom: -.2rem;
  left: 0;
  width: 100%;
  height: .2rem;
  -webkit-transform-origin: left center;
          transform-origin: left center;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transition: -webkit-transform .4s;
  transition: -webkit-transform .4s;
  transition: transform .4s;
  transition: transform .4s, -webkit-transform .4s;
  background-color: #000;
  content: '';
}

.product-collapse-title a.collapsed:before {
  content: '\e81c';
}

.product-collapse-title a.collapsed:after {
  -webkit-transform-origin: right center;
          transform-origin: right center;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
}

.collapse-body-wrapper {
  padding: 3rem 0 1.5rem 2rem;
}

.sidebar-toggle {
  position: fixed;
  top: 20%;
  left: 0;
  width: 40px;
  height: 40px;
  -webkit-transition: left .2s ease-in-out 0s;
  transition: left .2s ease-in-out 0s;
  border: #dcdcda solid 1px;
  border-left-width: 0;
  background: #fff;
  font-size: 17px;
  line-height: 38px;
  text-align: center;
  cursor: pointer;
  z-index: 999;
  margin-top: 50px;
}

.sidebar-opened .sidebar-toggle {
  left: 260px;
  z-index: 9000;
}

.sidebar-opened .sidebar-toggle i:before {
  content: "";
}

@media (min-width: 992px) {
  .main-content-wrap {
    overflow: hidden;
  }
  .main-content-wrap .main-content {
    margin-left: -25%;
    -webkit-transition: .15s linear;
    transition: .15s linear;
  }
  .main-content-wrap .sidebar-shop {
    left: -25%;
    -webkit-transition: .15s linear;
    transition: .15s linear;
    visibility: hidden;
    z-index: -1;
  }
  .sidebar-opened .main-content-wrap > .sidebar-shop {
    left: 0;
    visibility: visible;
    z-index: 0;
  }
  .sidebar-opened .main-content-wrap > .main-content {
    margin-left: 0;
  }
  main:not(.sidebar-opened) .main-content-wrap > .main-content {
    max-width: 100%;
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
  }
  .sidebar-toggle {
    display: none;
  }
}

@media (min-width: 576px) {
  .sidebar-product .widget.widget-collapse {
    padding: 2.2rem 3rem;
  }
}

@media (max-width: 991px) {
  .mobile-sidebar {
    display: block;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    width: 260px;
    padding: 1rem;
    margin: 0;
    -webkit-transform: translate(-260px);
            transform: translate(-260px);
    -webkit-transition: -webkit-transform .2s ease-in-out 0s;
    transition: -webkit-transform .2s ease-in-out 0s;
    transition: transform .2s ease-in-out 0s;
    transition: transform .2s ease-in-out 0s, -webkit-transform .2s ease-in-out 0s;
    background-color: #fff;
    z-index: 9999;
    overflow-y: auto;
  }
  .sidebar-opened .mobile-sidebar {
    -webkit-transform: none;
            transform: none;
  }
  .sidebar-opened .sidebar-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #000;
    opacity: .35;
    z-index: 8999;
  }
}

@media (max-width: 575px) {
  .widget-info ul {
    display: block;
  }
}
/*# sourceMappingURL=theme-shop-custom.css.map */