• File: _shop.scss
  • Full Path: /home/monpetu/www/leoreno.fr/wp-content/themes/buildexo/assets/scss/components/_shop.scss
  • Date Modified: 10/29/2024 2:43 PM
  • File size: 42.36 KB
  • MIME-type: text/plain
  • Charset: utf-8
.shop-single {
  .tx-item {
    &--image {
      position: relative;
    }
    &--badge-cat {
      position: absolute;
      left: 26px;
      bottom: 43px;
      span {
        line-height: 1;
        font-size: 12px;
        text-transform: uppercase;
        display: inline-block;
        color: var(--color-white);
      }
    }
    &--badge {
      background-color: #268500;
      padding: 8px 6px;
      padding-right: 10px;
      clip-path: polygon(0 0, calc(100% - 3px) 0, 100% 100%, 0% 100%);
    }
    &--category {
      display: block !important;
      span {
        background-color: var(--color-primary);
        padding: 8px 14px;
        padding-right: 33px;
        position: relative;
        &::before {
          position: absolute;
          top: 0;
          right: 0;
          width: 8px;
          height: 100%;
          background-color: var(--color-black);
          content: "";
          clip-path: polygon(100% 0, 0 0, 100% 100%);
          z-index: 3;
        }
      }
    }
    &--title {
      font-size: 22px;
      color: var(--color-black);
      margin-bottom: 5px;
      a {
        color: inherit;
      }
    }
    &--ratting {
      li {
        font-size: 13px;
        color: #f66501;
        &:not(:last-child) {
          margin-right: 3px;
        }
        &.inactive {
          color: #e1e1e1;
        }
      }
    }
    &--price {
      font-size: 22px;
      font-weight: 800;
      color: #000;
      display: inline-block;
      margin-top: 10px;
      padding-top: 7px;
      border-top: 2px solid #f6f6f6;
    }
  }
}
.shop-slider-arrow {
  .tx-swiper-arrow {
    top: 37%;
    &::before {
      background-color: #000;
    }
    &:hover::after {
      background-color: #000;
    }
    &.tx-button-prev {
      left: -97px;
    }
    &.tx-button-next {
      left: auto;
      right: -97px;
    }
  }
}


.woocommerce-content-wrap {
    margin-right: -25px;
    @include respond(xs) {
        margin-right: 0;
    }
}
.woocommerce-toolbar-top {
    margin-bottom: 50px;
    @include respond(xs) {
        justify-content: center;
    }
    .nav-tabs {
        border: 0;
    }
    .nav-item {
        line-height: 1;
        &:not(:first-child) {
            margin-left: 20px;
        }
        .nav-link {
            border: 0;
            font-size: 22px;
            padding: 0;
            border: 1px solid #E0DDE5;
            width: 54px;
            height: 54px;
            @include center;
            @include border-radius(0);
            position: relative;
            z-index: 1;
            color: var(--color-black);
            @include border-radius(50%);
            &.active {
                background-color: var(--color-primary);
                border-color: var(--color-primary);
                color: var(--color-white);
                .grid-3 {
                    .grid-draw {
                        span {
                            border-color: var(--color-white);
                        }
                    }
                }
            }
        }
    }
    .grid-3 {
        .grid-draw {
            overflow: hidden;
            text-align: center;
            display: block;
            span {
                width: 9px;
                height: 9px;
                float: left;
                margin: 0 0 2px 2px;
                margin-left: 2px;
                border: 1.4px solid black;
                border-radius: 3px;
                @include transition(.3s);
            }
        }
    }
    .woocommerce-ordering {
        margin-left: 20px;
        select {
            background-color: transparent;
            width: auto;
            margin: 0;
            padding: 10px 20px;
            height: 54px;
            border: 1px solid #E0DDE5;
            cursor: pointer;
            @include border-radius(30px);
            &:focus {
                border-color: #E0DDE5;
            }
        }
    }
}
.woocommerce-toolbar-top-right {
    @include respond(xs) {
        justify-content: center;
    }
}
.products {
    .product {
        text-align: center;
        @include transition(.3s);
        background-color: var(--color-white);
        border: 1px solid rgba(22, 29, 57, 0.05);
        margin-bottom: 30px;
        @include border-radius(10px);
        overflow: hidden;
        &--img {
            position: relative;
            img {
                width: 100%;
            }
            &::before {
                content: '';
                position: absolute;
                top: 40px;
                left: 40px;
                right: 40px;
                bottom: 40px;
                opacity: 0;
                -webkit-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
                -khtml-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
                -moz-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
                -ms-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
                -o-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
                transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);

            }
        }
        &--btn {
            position: absolute;
            left: 0;
            right: 0;
            top: 50%;
            @include transform(translate(0, -50%));
            a {
                font-size: 15px;
                font-weight: 700;
                display: inline-flex;
                align-items: center;
                @include transform(translateY(10px));
                opacity: 0;
                padding: 12px 21px;
                &:hover {
                    color: var(--color-white);
                }
                i {
                    color: var(--color-white);
                    margin-right: 5px;
                    font-size: 14px;
                    @include transform(rotate(0));
                }
            }
        }
        &:hover {
            box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
            .product--img {
                &::before {
                    top: 0;
                    left: 0;
                    right: 0;
                    bottom: 0;
                    opacity: .3;
                }
            }
            .product--btn a {
                opacity: 1;
                @include transform(translateY(0));
                transition-delay: .1s;
            }
        }
        &--holder {
            padding: 10px 15px;
        }
        &--title {
            font-size: 20px;
            color: var(--color-black);
            font-weight: 600;
            margin-bottom: 7px;
            @include respond(lg) {
                font-size: 18px;
                margin-bottom: 0px;
            }
            a {
                color: inherit;
            }
        }
        &--price {
            font-size: 16px;
            font-weight: 400;
            color: var(--color-primary);
            display: inline-block;
            @include respond(lg) {
                font-size: 16px;
            }
        }
        &--list-view {
            text-align: left;
            position: relative;
            &:hover {
                box-shadow: none;
            }
            .product--img {
                width: 250px;
                height: 250px;
                margin-right: 30px;
                text-align: center;
                &::before {
                    display: none;
                }
                img {
                    object-fit: cover;
                    width: 100%;
                    height: 100%;
                }
            }
            .product--btn {
                position: unset;
                @include transform(translate(0));
                a {
                    @include transform(translate(0));
                    opacity: 1;
                }
            }
            .product--holder {
                width: calc(100% - 280px);
                @include respond(xs) {
                    width: 100%;
                }
            }
            .product--title {
                font-size: 22px;
            }
            .product--price {
                font-size: 18px;
                margin-bottom: 10px;
            }
            .product--content {
                margin-bottom: 20px;
                line-height: 28px;
            }
            .product--rating {
                position: absolute;
                bottom: 32px;
                right: 30px;
                li {
                    color: #FFB802;
                    font-size: 15px;
                    &:not(:last-child) {
                        margin-right: 3px;
                    }
                }
            }
        }
    }
}
.widget-product {
    list-style: none;
    &__item {
        display: flex;
        align-items: center;
        position: relative;
        background: #fff;
        padding: 8px;
        border-radius: 5px;
        &:not(:last-child) {
            margin-bottom: 15px;
        }
        .thumb {
            width: 92px;
            height: 92px;
            margin-right: 15px;
            border-radius: 5px;
            overflow: hidden;
            img {
                width: 100%;
                height: 100%;
                object-fit: cover;
                margin-right: 20px;
            }
        }
        .content {
            width: calc(100% - 107px);
            h3 {
                font-size: 16px;
                color: var(--color-black);
                font-weight: 500;
                margin-bottom: 4px;
                a {
                    color: inherit;
                }
            }
            .price {
                font-size: 14px;
            }
            .rating {
                position: absolute;
                right: 15px;
                bottom: 25px;
                li {
                    font-size: 11px;
                    color: #FFB802;
                    &:not(:last-child) {
                        margin-right: 2px;
                    }
                }
            }
        }
    }
}

.shop-sidebar .widget_price_filter .filter-price {
	position: relative;
	font-size: 15px;
	font-size: 1rem;
  }
  .shop-sidebar .widget_price_filter .filter-price input {
	border: 0;
	padding: 0;
	display: inline-block;
	width: auto;
	position: absolute;
  }
  .shop-sidebar .widget_price_filter .filter-price input:focus {
	border: 0;
	outline: none;
  }
  .shop-sidebar .widget_price_filter .filter-price button {
	background-color: transparent;
	color: var(--color-black);
    text-transform: capitalize;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0;
	display: inline-block;
	border: 0;
	outline: none;
	position: absolute;
	right: 0;
	bottom: 0;
  }
  .shop-sidebar .widget_price_filter .filter-price #amount {
	color: var(--color-default);
	font-weight: 500;
	height: auto;
	box-shadow: none;
    background: transparent;
    margin: 0;
    @include transform(translateY(7px));
    padding-left: 3px;
    color: #6E6D79;
  }
  .shop-sidebar .widget_price_filter #slider-range {
	height: 6px;
	background: #EEEEED;
	border: 0;
	border-radius: 50px;
	margin-bottom: 12px;
  }
  .shop-sidebar .widget_price_filter .ui-state-default,
  .shop-sidebar .widget_price_filter .ui-widget-content .ui-state-default,
  .shop-sidebar .widget_price_filter .ui-widget-header .ui-state-default {
	width: 5px;
	height: 14px;
	margin: 0;
	border: none;
    background: var(--color-primary);
	border-radius: 0;
	top: -4px;
  }
  .shop-sidebar .widget_price_filter .ui-state-default:focus,
  .shop-sidebar .widget_price_filter .ui-widget-content .ui-state-default:focus,
  .shop-sidebar .widget_price_filter .ui-widget-header .ui-state-default:focus {
	outline: none;
}
.shop-sidebar .widget_price_filter #slider-range .ui-slider-range {
    @include border-radius(0);
    background-color: var(--color-primary);
}



.product-single-wrap {
	display: flex;
	flex-wrap: wrap;
}
.product_details_img {
	border: 1px solid rgba(22, 29, 57, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    @include border-radius(5px);
}
.shop_thumb_tab {
    margin-top: 5px;
}
.shop_thumb_tab ul li {
	margin-bottom: 20px;
    &:not(:last-child) {
        margin-right: 20px;
    }
}
.shop_thumb_tab ul li .nav-link {
	width: 100px;
    height: 100px;
    padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
    @include border-radius(5px);
}
.shop_thumb_tab ul li:last-child {
	margin-bottom: 0;
}
.shop_thumb_tab ul li button {
	padding: 0;
	border: transparent;
	overflow: hidden;
}
.shop_thumb_tab ul li button {
	max-width: 104px;
	height: auto;
    background: transparent;
}
.shop_thumb_tab ul li button.active {
	border-color: var(--color-primary);
}
.product_details_img .pl_thumb img {
	width: 100%;
}
.shop_details .details_content {
	padding-left: 40px;
}
.details_content .title {
	font-size: 45px;
	margin-bottom: 20px;
	text-transform: uppercase;
}
.details_content .pl_list {
	margin-top: 25px;
	margin-bottom: 30px;
}
.details_content .price {
	font-size: 25px;
	margin-bottom: 6px;
	font-weight: 700;
}
.details_content .review_wrap {
	margin-bottom: 22px;
}

.details_content .review_wrap .review li {
	color: #ffab50;
	font-size: 13px;
	margin-right: 6px;
}
.product-details p {
	font-size: 17px;
	color: #4A4C51;
	line-height: 30px;
}
.product-details h2 {
    font-size: 36px;
    margin-bottom: 14px;
    font-weight: 600;
	@include respond(xs) {
		font-size: 24px;
	}
}
.shop-single-section .product-details .price {
	font-size: 18px;
	margin: 0.4em 0 0.7em;
	font-weight: 500;
	color: var(--color-black);
	span {
		color: currentColor;
	}
}
.shop-single-section .product-details .price .old {
	font-size: 18px;
	font-weight: normal;
	color: var(--color-default);
	text-decoration: line-through;
	display: inline-block;
	margin-left: 5px;
}
.shop-single-section .product-details .rating {
	margin-bottom: 20px;
}
.product-details .rating i::before {
	font-size: 12px;
	color: #ffab50;
}
.shop-single-section .product-details .color-size span {
	font-size: 14px;
	font-size: 0.9333333333rem;
	font-weight: bold;
	color: var(--color-default);
	text-transform: uppercase;
	display: inline-block;
	padding-right: 15px;
	display: block;
	margin-bottom: 5px;
}
.shop-single-section .product-details .color-size select {
	min-width: 80px;
	height: 40px;
	border: 1px solid rgba(22, 29, 57, 0.1);
	color: var(--color-black);
	outline: 0;
	padding: 6px 15px;
	background-position: calc(100% - 15px) 17px;
}
.shop-single-section .product-details .color-size > div + div {
	margin-top: 15px;
}
.product-details .product-option .product-row {
	display: flex;
    align-items: center;
}
.product-details .product-option .product-row input {
margin-bottom: 0;
}
.product-details .product-option .product-row .add-to-cart-btn button {
	margin-left: 20px;
    padding: 15px 30px;
    font-weight: 600;
}
.product-details .product-option .product-row .add-to-cart-btn button i {
	@include transform(translate(0));
    font-size: 13px;
    margin-left: 0;
    margin-right: 10px;
}
.shop-single-section .product-details .product-option .product-row > div:first-child {
	width: 120px;
	height: 48px;
}
.shop-single-section .product-details .color-size {
	margin-bottom: 30px;
}
.shop-single-section .product-details .product-option .bootstrap-touchspin {
	width: 120px;
	border: 1px solid rgba(22, 29, 57, 0.1);
    background-color: #F4F3F6;
	@include border-radius(25px);
    
}
.shop-single-section .product-details .product-option .bootstrap-touchspin button {
	text-decoration: none;
	border: 0;
	height: 48px;
	line-height: 50px;
	padding: 0 15px;
	font-size: 16px;
	font-size: 1.0666666667rem;
	font-weight: 500;
	color: var(--color-default);
}
.shop-single-section .product-details .product-option .bootstrap-touchspin-down {
	left: 10px;
}
.shop-single-section .product-details .product-option .bootstrap-touchspin-up {
	right: 10px;
}
.shop-single-section .product-details .product-option .bootstrap-touchspin input {
	border: 0;
	height: 48px;
	line-height: 50px;
	text-align: center;
	font-size: 16px;
	font-size: 1.0666666667rem;
	font-weight: 500;
	color:var(--color-default);
	padding: 0;
}
.shop-single-section .product-details .product-count:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: none;
}
.shop-single-section .thb-product-meta-after .product_meta > span {
	font-size: 16px;
	font-weight: 500;
	color: #232323;
	display: block;
	margin-bottom: 15px;
}
.shop-single-section .thb-product-meta-after .product_meta > span a {
	font-weight: 400;
	font-size: 15px;
	color: #4A4C51;
}
.shop-single-section .product-details .product-option {
	margin-top: 40px;
}
.shop-single-section .single-product-info {
	margin-top: 20px;
}
.product-share-wrap a {
	margin-left: 15px;
}
.product-share-wrap a:hover {
	color: var(--color-primary);
}
@media (max-width: 767px) {
  .shop-single-section .single-product-info .tablist {
    margin-bottom: 25px;
  }
}
.shop-single-section .single-product-info h4 {
  font-size: 18px;
  font-size: 1.2rem;
  font-weight: 400;
  margin: 0;
  line-height: 1.7em;
  font-weight: 500;
}
.shop-single-section .single-product-info p {
  margin-bottom: 1.3em;
}
.shop-single-section .single-product-info .tab-pane p:last-child {
  margin-bottom: 0;
}
.shop-single-section .single-product-info .nav-tabs {
  border: 0;
  display: inline-block;
  margin-top: 5px;
}
.shop-single-section .single-product-info .nav-tabs {
	margin-top: -10px;
}
.shop-single-section .single-product-info .nav-tabs li {
  float: left;
  margin-right: 30px;
  margin-top: 10px;
}
.shop-single-section .single-product-info .nav-tabs li:last-child {
  margin-right: 0;
}

.shop-single-section .single-product-info .nav-tabs button {
  background: transparent;
  font-weight: 600;
  font-size: 14px;
  display: block;
  border: 1px solid #E0DDE5;
  padding: 9px 30px;
  position: relative;
  z-index: 1;
  @include border-radius(30px);
  overflow: hidden;
  &::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1;
    opacity: 0;
    @include transition(.3s);
  }
}
.shop-single-section .single-product-info .nav-tabs button.active {
	color: var(--color-white);
  background-color: var(--color-primary);
  border-color: var(--color-primary);
  }
.shop-single-section .single-product-info .nav-tabs button.active::before {
	opacity: 1;
  }
@media (max-width: 767px) {
  .shop-single-section .single-product-info .nav-tabs button {
    font-size: 12px;
	padding: 8px 25px;
  }
}
.shop-single-section .single-product-info .nav-tabs a:hover,
.shop-single-section .single-product-info .nav-tabs .active a {
  background-color: transparent;
  color: #00394f;
}
.shop-single-section .single-product-info .tab-content {
  padding: 35px 0;
  margin-top: -1px;
  text-align: left;
}
@media (max-width: 767px) {
  .shop-single-section .single-product-info .tab-content {
    border: 0;
    padding: 0;
    margin: 0;
  }
}
.shop-single-section .single-product-info .client-rv {
  overflow: hidden;
  margin-bottom: 30px;
}
.shop-single-section .single-product-info .client-rv:last-child {
  margin-bottom: 0;
}
.shop-single-section .single-product-info .client-rv .client-pic {
  width: 60px;
  float: left;
  @include border-radius(50%);
  overflow: hidden;
}
@media (max-width: 767px) {
  .shop-single-section .single-product-info .client-rv .client-pic {
    width: 100%;
    float: none;
    margin-bottom: 10px;
  }
}
.shop-single-section .single-product-info .client-rv .details {
  width: calc(100% - 80px);
  float: right;
}
@media (max-width: 767px) {
  .shop-single-section .single-product-info .client-rv .details {
    width: 100%;
    float: none;
  }
}
@media (max-width: 767px) {
  .shop-single-section .single-product-info .client-rv .name-rating-time {
    padding-bottom: 3px;
  }
}
.shop-single-section .single-product-info .client-rv .name-rating-time > div,
.shop-single-section .single-product-info .client-rv .name-rating > div {
  display: inline-block;
  font-size: 14px;
  font-size: 0.9333333333rem;
}
@media (max-width: 767px) {
  .shop-single-section .single-product-info .client-rv .name-rating-time > div,
.shop-single-section .single-product-info .client-rv .name-rating > div {
    font-size: 12px;
    font-size: 0.8rem;
    display: block;
  }
}
.shop-single-section .single-product-info .client-rv .rating .fi:before {
  font-size: 12px;
}
.shop-single-section .single-product-info .client-rv .rating {
  font-size: 12px;
  color: #E0A500;
  padding-left: 12px;
}
@media (max-width: 767px) {
  .shop-single-section .single-product-info .client-rv .rating {
    padding-left: 0;
    margin: 4px 0 7px;
  }
}
.shop-single-section .single-product-info .client-rv .name-rating-time .time {
  font-size: 14px;
  font-size: 0.9333333333rem;
  font-weight: 500;
  margin-top: 3px;
  display: block;
  color: #b3b3b3;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .shop-single-section .single-product-info .client-rv .name-rating-time .time {
    float: none;
  }
}
.shop-single-section .single-product-info .client-rv .review-body {
  padding-top: 12px;
}
.shop-single-section .single-product-info .review-form-wrapper {
  margin-top: 50px;
}
@media screen and (min-width: 1200px) {
  .shop-single-section .single-product-info .review-form-wrapper {
    padding-left: 15px;
  }
}
@media (max-width: 991px) {
  .shop-single-section .single-product-info .review-form {
    margin-top: 45px;
  }
}
.shop-single-section .single-product-info .review-form h4 {
  margin-bottom: 1.73em;
  font-weight: 500;
}
.shop-single-section .single-product-info .review-form form input,
.shop-single-section .single-product-info .review-form form textarea {
  width: 100%;
  height: auto;
  border: 1px solid #ddd;
  border-radius: 0;
  padding: 12px 15px;
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media (max-width: 991px) {
  .shop-single-section .single-product-info .review-form form input,
.shop-single-section .single-product-info .review-form form textarea {
    padding: 10px 15px;
  }
}
.shop-single-section .single-product-info .review-form form input:focus,
.shop-single-section .single-product-info .review-form form textarea:focus {
  border: 1px solid var(--color-primary);
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.shop-single-section .single-product-info .review-form form textarea {
  height: 130px;
}
.shop-single-section .single-product-info .review-form form > div {
  margin-bottom: 27px;
}
.shop-single-section .single-product-info .review-form form > div:last-child {
  margin-bottom: 0;
}
.shop-single-section .single-product-info .review-form form .rating-wrapper > div {
  display: inline-block;
}
@media (max-width: 767px) {
  .shop-single-section .single-product-info .review-form form .rating-wrapper > div {
    display: block;
    float: none !important;
  }
}
.shop-single-section .single-product-info .review-form form .rating-wrapper > div:last-child {
  float: right;
}
@media (max-width: 767px) {
  .shop-single-section .single-product-info .review-form form .rating-wrapper > div:last-child {
    margin-top: 20px;
  }
}
.shop-single-section .single-product-info .review-form form .rating a {
  font-size: 14px;
  color: #cccccc;
  display: inline-block;
  margin-right: 5px;
}
@media (max-width: 767px) {
  .shop-single-section .single-product-info .review-form form .rating a {
    font-size: 12px;
  }
}
.shop-single-section .single-product-info .review-form form .rating a:last-child {
  margin: 0;
}
.shop-single-section .single-product-info .review-form form .rating a:hover {
  color: #E0A500;
}
.shop-single-section .single-product-info .review-form .submit button {
  border: 0;
  outline: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.shop-single-section .realted-porduct {
	margin-top: 20px;
}
.shop-single-section .realted-porduct .title {
	font-size: 28px;
	line-height: 0.95em;
	margin: 0 0 0.7em;
	position: relative;
	font-weight: 500;
	text-transform: capitalize;
	margin-bottom: 30px;
}

// account
.account-form {
  background-color: #fff;
    box-shadow: 0px 0px 30px 5px rgba(0, 0, 0, 0.05);
    padding: 30px;
    @include respond(xs) {
        padding: 20px 15px;
    }
    label {
        color: var(--color-black);
        margin-bottom: 10px;
        font-weight: 500;
    }
    &__field {
      input {
        @include border-radius(30px);
        background-color: #F7F7F7;
        padding: 30px;
        text-transform: capitalize;
      }
    }
    .form-check-input {
        margin-top: 0;
        margin-bottom: 10px;
        margin-right: 10px;
        box-shadow: none;
        &:focus {
            border-color: var(--color-primary);
        }
        &:checked {
            background-color: var(--color-primary);
            border-color: var(--color-primary);
        }
    }
    &__inner {
        h3 {
            font-size: 28px;
            margin-bottom: 30px;
            font-weight: 600;
            @include respond(xs) {
                font-size: 24px;
            }
        }
    }
    &__btn button {
        padding: 18px 50px;
    }
    &__chekbox {
        display: flex;
        align-items: center;
    }
    .lost-password {
        color: #4A4C51;
        margin-top: 15px;
        display: inline-block;
        &:hover {
            color: var(--color-black);
        }
    }
    &__content {
        a {
            color: var(--color-black);
        }
    }
}



.woocommerce-cart .grop-page-content_warp .woocommerce {
	margin-top: 20px;
	margin-bottom: 41px;
  }
  
  .woocommerce .quantity {
	width: 76px;
  }
  
  .woocommerce-cart .woocommerce table.shop_table th {
	padding: 15px 19px 13px;
	text-transform: uppercase;
	color: var(--color-default);
	font-weight: 500;
  }
  



  .woocommerce table.shop_table {
	border: 0;
	border-radius: 0;
  }
  
  .shop_table tfoot tr th {
	font-weight: normal;
  }
  
  .woocommerce table.shop_table tbody th,
  .woocommerce table.shop_table tfoot td,
  .woocommerce table.shop_table tfoot th {
	font-weight: 500;
  }
  
  .shop_table {
	table-layout: auto;
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	text-align: left;
  }
  
  
  .shop_table thead tr th:first-child {
	text-align: left;
  }
  
  .shop_table.woocommerce-checkout-review-order-table th,
  .shop_table.woocommerce-checkout-review-order-table td {
	padding-top: 15px;
	padding-bottom: 15px;
  }
  
  .shop_table th, .shop_table td {
	padding: 25px 0;
  }
  
  .shop_table.woocommerce-checkout-review-order-table th,
  .shop_table.woocommerce-checkout-review-order-table td {
	padding-top: 15px;
	padding-bottom: 15px;
  }
  
  .shop_table tbody tr td {
	padding-right: 25px;
  }
  
  .shop_table th,
  .shop_table td {
	padding: 25px 0;
  }
  
  .add_payment_method #payment,
  .woocommerce-cart #payment,
  .woocommerce-checkout #payment {
	background: #f5f5f5;
	border-radius: 0;
	padding: 25px;
  }
  
  #add_payment_method #payment ul.payment_methods,
  .woocommerce-cart #payment ul.payment_methods,
  .woocommerce-checkout #payment ul.payment_methods {
	padding: 0;
	list-style: none;
  }
  
  #add_payment_method #payment div.payment_box,
  .woocommerce-cart #payment div.payment_box,
  .woocommerce-checkout #payment div.payment_box {
	background-color: #e6e6e6;
  }
  #add_payment_method #payment div.payment_box:before,
  .woocommerce-cart #payment div.payment_box:before,
  .woocommerce-checkout #payment div.payment_box:before {
	border: 1em solid rgba(22, 29, 57, 0.1);
	border-right-color: transparent;
	border-left-color: transparent;
	border-top-color: transparent;
  }
  
  #add_payment_method #payment div.form-row,
  .woocommerce-cart #payment div.form-row,
  .woocommerce-checkout #payment div.form-row {
	padding-left: 0;
  }
  
  .woocommerce table.shop_table td {
	border-top: 1px solid rgba(22, 29, 57, 0.1);
  }
  
  .woocommerce-cart .woocommerce table.shop_table td.actions {
	padding-top: 19px;
	padding-bottom: 19px;
	text-align: right;
  }
  
  .woocommerce table.shop_table th, .woocommerce table.shop_table td {
	font-size: 15px;
	font-size: 1rem;
	padding: 17px 19px 15px;
  }
  .woocommerce-cart .woocommerce table.shop_table .cart_single td.product-name, .woocommerce-cart .woocommerce table.shop_table .cart_single td.product-name a {
	color: var(--color-default);
}
  
  .woocommerce #content table.cart td.actions .coupon,
  .woocommerce table.cart td.actions .coupon,
  .woocommerce-page #content table.cart td.actions .coupon,
  .woocommerce-page table.cart td.actions .coupon {
	float: left;
  }
  
  .woocommerce table.cart td.actions .coupon {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	@include respond(xs) {
		display: unset;
	}
  }
  .widget_products .product-list-widget > li {
	  display: flex;
	  align-items: center;
	  margin-bottom: 25px;
  }
  .widget_products .product-list-widget > li:last-child {
	  margin-bottom: 0;
  }
  .widget_products .product-thumb {
	  width: 80px;
	  margin-right: 15px;
  }
  .rating_star li {
	  font-size: 12px;
	  color: #ffab50;
	  margin-right: 2px;
  }
  .widget_products .rating_star {
	  margin-bottom: 6px;
  }
  .widget_products .procuct-title {
	  font-size: 16px;
	  margin-bottom: 7px;
  }
  .widget_products  .woocommerce-Price-amount.amount {
	  font-size: 14px;
  }
  .widget_products .prodcut-content del {
	  font-size: 15px;
	  padding-left: 5px;
	  color: var(--color-default);
  }
  .widget_products .prodcut-content ins {
	  text-decoration: none;
	  color: var(--color-black);
  }
  .product-single-wrap {
	  display: flex;
	  flex-wrap: wrap;
  }
  .product_details_img {
	  width: 75%;
  }
  .shop_thumb_tab {
	  width: 25%;
  }
  .shop_thumb_tab ul li {
	  margin-bottom: 20px;
	  padding-left: 20px;
	  @include respond(lg) {
		padding-left: 0;
	  }
  }
  
  
	.woocommerce-cart .woocommerce table.shop_table td.actions .coupon label:first-child {
	  display: none;
	}
	
	.woocommerce-cart .woocommerce table.shop_table td.actions #coupon_code {
	  font-size: 14px;
	  height: 52px;
	  padding-left: 18px;
	  width: 227px;
	  box-shadow: none;
	  border: 1px solid rgba(22, 29, 57, 0.1);
	  color: var(--color-black);
    margin: 0;
    margin-right: 20px;

  }
  .woocommerce-cart .woocommerce table.shop_table td.actions input:focus {
	border-color: var(--color-primary) !important;
  }
	
	.woocommerce-cart .woocommerce table.shop_table tr.cart-subtotal td[data-title*=Subtotal],
	.woocommerce-cart .woocommerce table.shop_table tr.shipping td[data-title*=Subtotal],
	.woocommerce-cart .woocommerce table.shop_table tr.order-total td[data-title*=Subtotal] {
	  color: var(--color-black);
	}
	
	.woocommerce-cart .woocommerce table.shop_table tr.cart-subtotal td[data-title*=Subtotal]::-webkit-input-placeholder,
	.woocommerce-cart .woocommerce table.shop_table tr.shipping td[data-title*=Subtotal]::-webkit-input-placeholder,
	.woocommerce-cart .woocommerce table.shop_table tr.order-total td[data-title*=Subtotal]::-webkit-input-placeholder {
	  opacity: 1;
	  filter: alpha(opacity=100);
	  -ms-filter: "alpha(opacity=100)";
	  color: var(--color-default);
	}
	
	.woocommerce-cart .woocommerce table.shop_table tr.cart-subtotal td[data-title*=Subtotal]::-moz-placeholder,
	.woocommerce-cart .woocommerce table.shop_table tr.shipping td[data-title*=Subtotal]::-moz-placeholder,
	.woocommerce-cart .woocommerce table.shop_table tr.order-total td[data-title*=Subtotal]::-moz-placeholder {
	  /* Firefox 19+ */
	  opacity: 1;
	  filter: alpha(opacity=100);
	  -ms-filter: "alpha(opacity=100)";
	  color: var(--color-default);
	}
	
	.woocommerce-cart .woocommerce table.shop_table tr.cart-subtotal td[data-title*=Subtotal]:-ms-input-placeholder,
	.woocommerce-cart .woocommerce table.shop_table tr.shipping td[data-title*=Subtotal]:-ms-input-placeholder,
	.woocommerce-cart .woocommerce table.shop_table tr.order-total td[data-title*=Subtotal]:-ms-input-placeholder {
	  /* IE 10+ */
	  opacity: 1;
	  filter: alpha(opacity=100);
	  -ms-filter: "alpha(opacity=100)";
	  color: var(--color-default);
	}
	
	.woocommerce-cart .woocommerce table.shop_table tr.cart-subtotal td[data-title*=Subtotal]:-moz-placeholder,
	.woocommerce-cart .woocommerce table.shop_table tr.shipping td[data-title*=Subtotal]:-moz-placeholder,
	.woocommerce-cart .woocommerce table.shop_table tr.order-total td[data-title*=Subtotal]:-moz-placeholder {
	  /* Firefox 18- */
	  opacity: 1;
	  filter: alpha(opacity=100);
	  -ms-filter: "alpha(opacity=100)";
	  color: var(--color-default);
	}
	
	.woocommerce-cart .woocommerce table.shop_table tr.cart-subtotal th,
	.woocommerce-cart .woocommerce table.shop_table tr.cart-subtotal td,
	.woocommerce-cart .woocommerce table.shop_table tr.shipping th,
	.woocommerce-cart .woocommerce table.shop_table tr.shipping td,
	.woocommerce-cart .woocommerce table.shop_table tr.order-total th,
	.woocommerce-cart .woocommerce table.shop_table tr.order-total td {
	  padding: 16px 15px 14px;
	}
	
	.woocommerce-cart .woocommerce-shipping-calculator .shipping-calculator-button {
	  color: var(--color-black);
	  margin-top: 6px;
	  display: block;
	  margin-bottom: 12px;
	}
	
	.woocommerce-cart .shipping-calculator-form .form-row {
	  margin: 0 0 13px;
	}
	
	.woocommerce-cart .shipping-calculator-form button.button {
	  background-color: #000 !important;
	  color: #ffffff !important;
	  height: 45px;
	  line-height: 45px;
	  padding: 1px 27px 0;
	  margin-top: 4px;
	}
	
	#add_payment_method table.cart img, .woocommerce-cart table.cart img, .woocommerce-checkout table.cart img {
	  width: 70px;
	  object-fit: cover;
  }
	
	.woocommerce-cart .woocommerce table.shop_table .cart_single td a.remove {
	  width: 18px;
	  height: 18px;
	  display: -webkit-inline-box;
	  display: -ms-inline-flexbox;
	  display: inline-flex;
	  -webkit-box-pack: center;
		  -ms-flex-pack: center;
			  justify-content: center;
	  text-align: center;
	  line-height: 17px;
	  color: #fff;
	  border-radius: 50%;
	  background: #dbdbdb;
	}
	.woocommerce-cart .woocommerce table.shop_table .cart_single td a.remove:hover {
	  background-color: #000;
	}
	
	.woocommerce #respond input#submit.disabled,
	.woocommerce #respond input#submit:disabled,
	.woocommerce #respond input#submit[disabled]:disabled,
	.woocommerce a.button.disabled,
	.woocommerce a.button:disabled,
	.woocommerce a.button[disabled]:disabled,
	.woocommerce button.button.disabled,
	.woocommerce button.button:disabled,
	.woocommerce button.button[disabled]:disabled,
	.woocommerce input.button.disabled,
	.woocommerce input.button:disabled,
	.woocommerce input.button[disabled]:disabled {
	  padding-top: 0;
	  padding-bottom: 0;
	}
	
	.woocommerce .cart-collaterals .cart_totals,
	.woocommerce-page .cart-collaterals .cart_totals {
	  margin-top: 50px;
	}
	
	.woocommerce .cart-collaterals .cart_totals > h2,
	.woocommerce-page .cart-collaterals .cart_totals > h2 {
	  font-size: 24px;
	  font-size: 1.6rem;
	  margin: 0 0 1.3em;
	}
	
	#add_payment_method .cart-collaterals .cart_totals table select,
	.woocommerce-cart .cart-collaterals .cart_totals table select,
	.woocommerce-checkout .cart-collaterals .cart_totals table select {
	  border: 1px solid rgba(22, 29, 57, 0.1);
	  color: var(--color-default);
	  font-size: 14px;
	  height: 50px;
	  width: 100%;
	}
	
	#add_payment_method .wc-proceed-to-checkout,
	.woocommerce-cart .wc-proceed-to-checkout,
	.woocommerce-checkout .wc-proceed-to-checkout {
	  padding: 0;
	  text-align: right;
	}
	
	#add_payment_method .wc-proceed-to-checkout,
	.woocommerce-cart .wc-proceed-to-checkout,
	.woocommerce-checkout .wc-proceed-to-checkout {
	  padding: 0;
	}
	
	#add_payment_method .wc-proceed-to-checkout a.checkout-button,
	.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
	.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
	  margin-bottom: 0;
	  margin-top: 16px;
	}

	.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
		padding: 15px 30px;
	}
	
	.woocommerce-cart .input-text.qty.text {
	  -webkit-box-shadow: none;
			  box-shadow: none;
	}
	
	.woocommerce-cart input::-webkit-outer-spin-button,
	.woocommerce-cart input::-webkit-inner-spin-button {
	  -webkit-appearance: none;
	  margin: 0;
	}
	
	@media (max-width: 600px) {
	  .woocommerce-cart thead {
		display: none;
	  }
	
	  .woocommerce-cart table,
	.woocommerce-cart th,
	.woocommerce-cart td,
	.woocommerce-cart tr,
	.woocommerce-cart tbody {
		width: 100%;
		display: block;
		border: 0;
		text-align: center;
	  }
	
	  .woocommerce table.shop_table {
		border: 1px solid rgba(22, 29, 57, 0.1);
	  }
	
	  .quantity {
		margin: 0 auto;
	  }
	
	  .woocommerce table.shop_table td {
		border: 0;
	  }
	
	  .woocommerce-cart tbody > tr {
		position: relative;
	  }
	
	  .woocommerce-cart tbody > tr + tr {
		border-top: 1px solid rgba(22, 29, 57, 0.1);
	  }
	
	  .woocommerce-cart tbody > tr {
		padding: 30px 20px;
	  }
	
	  .woocommerce-cart .woocommerce table.shop_table .cart_single td {
		padding: 8px 10px;
	  }
	
	  .woocommerce-cart .woocommerce table.shop_table .cart_single td.product-remove {
		border-right: 0;
		width: auto;
	  }
	
	  .woocommerce-cart .woocommerce table.shop_table .cart_single td.product-remove {
		position: absolute;
		right: 15px;
		top: 15px;
	  }
	
	  .woocommerce-cart .woocommerce table.shop_table td.actions {
		text-align: center;
	  }
	  .woocommerce-cart .woocommerce table.shop_table td.actions input,
	  .woocommerce-cart .woocommerce table.shop_table td.actions button {
		display: block;
		float: none;
	  }
	
	  .woocommerce-cart .coupon {
		float: none !important;
	  }
	
	  .woocommerce-cart .woocommerce table.shop_table td.actions input,
	  .woocommerce-cart .woocommerce table.shop_table td.actions button {
		display: inline-block;
		float: none;
		margin-top: 10px;
	  }
	
	  .woocommerce-cart .woocommerce table.shop_table .cart_single td.product-name,
	.woocommerce-cart .woocommerce table.shop_table .cart_single td.product-name a,
	.woocommerce-cart .woocommerce table.shop_table .cart_single td,
	.woocommerce-cart .woocommerce table.shop_table .cart_single td a {
		font-weight: 500;
	  }
	}
	@media (max-width: 767px) {
	  .cart-section .container {
		max-width: 100%;
	  }
	}
	@media (max-width: 600px) {
	  .cart-section .wc-proceed-to-checkout {
		text-align: center;
	  }
	}
	.cart-section .btn {
	  padding: 7px 4px 7px 6px;
	  font-size: 8px;
	  font-weight: normal;
	  position: relative;
	}
	.cart-section .btn:hover {
	  background-color: #000 !important;
	}
	.cart-section .bootstrap-touchspin {
	  border: 1px solid rgba(22, 29, 57, 0.1);
	  width: 100px;
	}
	.cart-section .bootstrap-touchspin button {
	  text-decoration: none;
	  border: 0;
	  height: 38px;
	  line-height: 38px;
	  padding: 0 10px;
	  font-size: 16px;
	  font-size: 1.0666666667rem;
	  font-weight: 500;
	  color: var(--color-default);
	}
	.cart-section .bootstrap-touchspin input {
	  border: 0;
	  height: 38px;
	  line-height: 38px;
	  text-align: center;
	  font-size: 16px;
	  font-size: 1.0666666667rem;
	  font-weight: 500;
	  color: var(--color-default);
	  background: transparent;
	}
	.cart-section .bootstrap-touchspin-up {
	  right: 10px;
	}
	.cart-section .bootstrap-touchspin-up:hover {
	  background: transparent !important;
	}
	.cart-section .bootstrap-touchspin-down {
	  left: 10px;
	}
	.cart-section .bootstrap-touchspin-down:hover {
	  background: transparent !important;
	}
	
	/* Firefox */
	.woocommerce-cart input[type=number] {
	  -moz-appearance: textfield;
	}
	
	.woocommerce strong {
	  font-weight: 500;
	}
	
	.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up,
	.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
	  border-radius: 0;
	}
  
	.checkout-section .checkout.woocommerce-checkout {
	  overflow: hidden;
	  clear: both;
	}
	@media screen and (min-width: 992px) {
	  .checkout-section .checkout.woocommerce-checkout .col2-set {
		width: 70%;
		float: left;
		padding-right: 85px;
	  }
	  .checkout-section .checkout.woocommerce-checkout .woocommerce-checkout-review-order {
		width: 30%;
		float: right;
	  }
	  .checkout-section .checkout.woocommerce-checkout form .form-row.form-row-first,
	.checkout-section .checkout.woocommerce-checkout form .form-row.form-row-last,
	.checkout-section .checkout.woocommerce-checkout .form-row.form-row-first,
	.checkout-section .checkout.woocommerce-checkout .form-row.form-row-last {
		width: 50%;
		float: left;
	  }
	  .checkout-section .checkout.woocommerce-checkout form .form-row.form-row-first,
	.checkout-section .checkout.woocommerce-checkout .form-row.form-row-first {
		padding-right: 15px;
	  }
	  .checkout-section .checkout.woocommerce-checkout form .form-row.form-row-last,
	.checkout-section .checkout.woocommerce-checkout .form-row.form-row-last {
		padding-left: 15px;
	  }
	}
	.checkout-section .checkout.woocommerce-checkout .form-row label.checkbox,
	.checkout-section .checkout.woocommerce-checkout .woocommerce-shipping-fields label.checkbox {
	  display: inline-block;
	}
	.checkout-section .checkout.woocommerce-checkout .form-row textarea {
	  height: 180px;
	}
  .woocommerce-cart .actions .thm-btn {
    padding: 18px 33px;
    border: 0;
  }
  .woocommerce table.shop_table {
    border: 1px solid rgba(22, 29, 57, 0.1);
    margin: 0 -1px 24px 0;
    text-align: left;
    width: 100%;
    border-collapse: separate;
    border-radius: 5px;
  }
  .woocommerce table.shop_table tbody th, .woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th {
    font-weight: 700;
    border-top: 1px solid rgba(22, 29, 57, 0.1);
  }