/*
    Template:       zuka
    Theme Name:     Zuka Child
    Theme URI:      http://themeforest.net/user/LA-Studio/portfolio?ref=LA-Studio
    Author:         LA Studio
    Author URI:     http://themeforest.net/user/LA-Studio?ref=LA-Studio
    Description:    Clean, Minimal WooCommerce Theme
    Version:        1.0
    Tags:           onge-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, flexible-header, full-width-template, post-formats, sticky-post, theme-options, translation-ready
    License: 		GNU General Public License
	License URI: 	licence/GPL.txt
    Text Domain:    zuka-child
    Domain Path:    /languages/
*/

@font-face {
    font-family: 'NanumSquare';
    font-weight: 400;
    src: url(/wp-content/themes/zuka-child/assets/font/NanumSquareR.eot);
    src: url(/wp-content/themes/zuka-child/assets/font/NanumSquareR.eot?#iefix) format('embedded-opentype'),
    url(/wp-content/themes/zuka-child/assets/font/NanumSquareR.woff) format('woff'),
    url(/wp-content/themes/zuka-child/assets/font/NanumSquareR.ttf) format('truetype');
}
@font-face {
    font-family: 'NanumSquare';
    font-weight: 700;
    src: url(/wp-content/themes/zuka-child/assets/font/NanumSquareB.eot);
    src: url(/wp-content/themes/zuka-child/assets/font/NanumSquareB.eot?#iefix) format('embedded-opentype'),
    url(/wp-content/themes/zuka-child/assets/font/NanumSquareB.woff) format('woff'),
    url(/wp-content/themes/zuka-child/assets/font/NanumSquareB.ttf) format('truetype');
}
@font-face {
    font-family: 'NanumSquare';
    font-weight: 800;
    src: url(/wp-content/themes/zuka-child/assets/font/NanumSquareEB.eot);
    src: url(/wp-content/themes/zuka-child/assets/font/NanumSquareEB.eot?#iefix) format('embedded-opentype'),
    url(/wp-content/themes/zuka-child/assets/font/NanumSquareEB.woff) format('woff'),
    url(/wp-content/themes/zuka-child/assets/font/NanumSquareEB.ttf) format('truetype');
}
@font-face {
    font-family: 'NanumSquare';
    font-weight: 300;
    src: url(/wp-content/themes/zuka-child/assets/font/NanumSquareL.eot);
    src: url(/wp-content/themes/zuka-child/assets/font/NanumSquareL.eot?#iefix) format('embedded-opentype'),
    url(/wp-content/themes/zuka-child/assets/font/NanumSquareL.woff) format('woff'),
    url(/wp-content/themes/zuka-child/assets/font/NanumSquareL.ttf) format('truetype');
}


* {
    /*outline: 1px solid #000;*/
    font-family: "NanumSquare", serif;
}

/* 비밀번호 입력란의 폰트 누락으로 인해 기본 폰트 지정*/
input[type='password'] {
    font-family: Arial, Tahoma, sans-serif, serif !important;
}

div#my-spinner {
    display: none;
}

.width-30 { width: 30px !important; }
.margin-0 { margin: 0 !important; }
.clear { clear: both; }

.star-rating * {
    font-family: 'dl-icon', serif;
}

#main.site-main {
    padding-top: 0px;
}

.btn-backtotop {
    background-color: #52C174;
    border-radius: 50%;
}
.btn-backtotop:hover {
    background-color: #3A9B5A;
}

/* @media screen and (max-width: 768px) {
    .products.products-grid {
        padding: 10px 0px;
        box-sizing: border-box;
    }
} */

.la-custom-badge {
    display: none;
}

input[type=password] {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.lightcase-inlineWrap .la-single-product-page {
    overflow: hidden;
}

.pnp-header-user-info-mobile-link {
    position: relative;
}

.pnp-header-user-info-mobile-link.highlight:before {
    content: '';
    position: absolute;
    width: 5px;
    height: 5px;
    right: 0px;
    top: 0px;
    border-radius: 50%;
    background: #DE2929;
}

/* 모바일 푸터 배경 색상 */
.footer-handheld-footer-bar .footer-handheld__inner {
    background-color: white;
}

.single-product-top {
    margin-top: 70px;
}
.product-page-maximum-mileage {
    padding: 0;
    border: 0px;
    color: #4BA46B;
    font-size: 14px !important;
    font-weight: 600;
    background-color: white;
}
.product-page-maximum-mileage > span {
  font-size: 15px;
  font-weight: 800;
}
#product_shipping_condition {
  font-size: 14px;
  font-weight: 700;
  color: #8A8A8A;
  width: auto;
  display: inline-block;
  background: linear-gradient(to top, #E4F2E9 60%, transparent 50%);
  line-height: 20px;
  float: right;
  position: absolute;
  top: 260px;
  right: 0px;
}

@media screen and (max-width: 768px) {
  .single-product-top {
      margin-top: 10px;
  }
  .la-single-product-page .product--large-image {
    margin-bottom: 15px;
  }
  #quantity_wrapper {
    width: 100%;
    height: 10px;
    float: right;
    display: block;
  }
  #product_shipping_condition_wrapper {
    width: 100%;
    float: right;
    display: block;
  }
  #product_shipping_condition {
    font-size: 14px;
    font-weight: 700;
    color: #8A8A8A;
    width: auto;
    display: inline-block;
    background: linear-gradient(to top, #E4F2E9 60%, transparent 50%);
    line-height: 20px;
    float: right;
    position: relative;
    top: 0;
  }
  .entry-title.ps-product-title ~ p.price {
      font-size: 24px !important;
      position: absolute;
      top: -12px;
      right: 15px;
  }
  .product-page-maximum-mileage {
      padding: 0;
      border: 0px;
      color: #4BA46B;
      font-size: 14px !important;
      font-weight: 600;
      background-color: white;
      position: absolute;
      top: 35px;
      right: 15px;
  }
  .product-page-maximum-mileage > span {
    font-size: 15px;
    font-weight: 800;
  }
  .woocommerce-product-rating > .star-rating {
    font-size: 25px;
    width: 140px;
    letter-spacing: 1px;
  }
  .product--summary .woocommerce-product-rating {
    width: 58%;
    border-right: 2px solid #eeeeee;
    margin-bottom: 15px;
  }
  #total-price-middle {
    font-size: 21px;
  }
  .block_heading--title > span {
    display: none !important;
  }
  .block_heading--title::after {
    content: "이 상품은 어떠세요?";
    position: absolute;
    left: 7px;
    top: 3px;
    font-size: 16px;
    font-weight: 700;
  }
}


/* 상점 카테고리 */
.pnp-shop-category-top-wrapper {
    display: block;
    position: relative;
    margin-top: 60px;
    padding-left: 15px;
    /* width: 80%;
    float: left; */
}

.pnp-shop-category-top-wrapper .breadcrumb-wrapper {
    float: left;
    font-size: 20px;
}

.pnp-shop-category-top-wrapper .price-filter {
    float: left;
    margin-top: 20px;
    margin-bottom: 50px;
}

.pnp-shop-category-top-wrapper .price-filter .widgettitle {
    display: none;
}

.pnp-shop-category-top-wrapper .price-filter .price_slider {
    display: inline-block;
    width: 350px;
    margin-bottom: 1px;
}

.pnp-shop-category-top-wrapper .price-filter .price_slider_amount {
    display: inline-block;
    padding: 0;
}

.wc-toolbar .wc-ordering ul li:hover a{
    background-color: #52C174;
}


.wc-toolbar .wc-ordering ul li.active a{
    background-color: #52C174;
}

.pnp-shop-category-top-wrapper .price-filter .price_label {
    width: 160px;
    margin: 0 20px;
    text-align: right;
    font-size: 16px;
    color: #595959;
}

.pnp-shop-category-top-wrapper .price-filter button[type='submit'] {
    background-color: #4BA46B;
    margin-top: 4px;
    width: 80px;
    height: 30px;
    color: #ffffff;
    border-radius: 2px;
    padding: 0;
    font-size: 14px;
    font-weight: 700;
}

.pnp-shop-category-top-wrapper .price-filter .ui-slider-range {
    background: linear-gradient( 45deg, #52C174, #4BA46B );
    height: 5px;
}

.entry-summary {
    padding-top: 0;
}

/* 상품 페이지 */
.ps-product-page-breadcrumb {
    display: none;
    margin: 20px 0;
    font-size: 20px;
}
.entry-title.ps-product-title {
    font-size: 27px;
    color: black;
    font-weight: 800;
}

.product--summary .entry-summary > .cart {
    margin-top: 0;
}
.product--summary hr {
    margin: 10px 0;
}
.product--summary .variations_button {
    margin-top: 0;
}
/* 상품 페이지 -> 가격 */
.entry-title.ps-product-title ~ p.price {
    font-size: 27px;
    margin: 10px 0px 5px 0px;
    font-weight: 800;
}
.entry-title.ps-product-title ~ p.price .woocommerce-Price-currencySymbol {
    font-size: 18px;
    margin-left: 5px;
}
/* 상품 페이지 -> 할인가격 */
.price-wrapper {

}
.price-wrapper .regular-price {
    color: #666666;
    font-size: 12px;
    margin-right: 10px;
}
.price-wrapper .sale-price {
    font-size: 14px;
    font-weight: 700;
    margin-right: 5px;
}
.price-wrapper .sale-percent {
    color: #5295B2;
}

/* 상품페이지 고유번호/재고 테이블 */
form.cart table.product-infomation {
    width: 100%;
    font-size: 14px;
    border: 0;
}
form.cart table.product-infomation th {
    border: 0;
    width: 100px;
    font-weight: normal;
    padding: 5px;
}
form.cart table.product-infomation td {
    border: 0;
    padding: 5px;
}

/* 상품 페이지 재고 */
.stock.ps-in-stock {
    font-size: 14px;
}
.stock.ps-in-stock:before {
    content: '\7e';
    font-family: 'dl-icon';
    direction: ltr;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    line-height: 1;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    position: relative;
    top: 2px;
    font-size: 14px;
    padding: 0 5px;
}
.stock.ps-out-of-stock:before {
    content: '\6e';
    font-family: 'dl-icon';
    direction: ltr;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    line-height: 1;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    position: relative;
    top: 2px;
    font-size: 14px;
    padding: 0 5px;
}

.brandlink:hover {
    color: #4BA46B;
}

.product-infomation-title {
    font-weight: 700;
    font-size: 15px;
}

/* 품절안내문구 */
#sold_out {
  margin: 30px 0 15px;
  font-size: 20px;
  font-weight: 700;
  color: red;
}

/* 상품 페이지 카트 */
form.cart .wrap-cart-cta {
    position: relative;
    margin-bottom: 0;
    float: none;
    width: 100%;
}
form.cart .wrap-cart-cta .quantity-text {
    font-size: 15px;
    color: #2E2E2E;
    font-weight: 700;
}
form.cart .wrap-cart-cta .quantity {
    display: block;
    float: none;
    width: 90px;
    height: 45px;
    position: relative;
    margin-bottom: 15px;
}
form.cart .wrap-cart-cta .quantity-blank {
  display: block;
  float: none;
  width: 90px;
  position: relative;
  margin-bottom: 15px;
}
form.cart .wrap-cart-cta .quantity .qty-minus {
    position: absolute;
    background-color: #52C174;
    border-radius: 35px;
    color: #ffffff;
    margin-top: 8px;
    left: 0;
    top: 0;
    height: 20px;
    line-height: 14px;
}
form.cart .wrap-cart-cta .quantity .qty-plus {
    position: absolute;
    background-color: #52C174;
    border-radius: 35px;
    color: #ffffff;
    margin-top: 8px;
    right: 0;
    top: 0;
    height: 20px;
    line-height: 14px;
}
@media screen and (max-width: 782px) {
  .la-menu-desc {
      display: none;
  }
  form.cart .wrap-cart-cta .quantity .qty-minus {
      line-height: 19px;
  }
  form.cart .wrap-cart-cta .quantity .qty-plus {
      line-height: 19px;
  }
  form.cart .wrap-cart-cta .quantity {
    display: block;
    float: none;
    width: 90px;
    height: 45px;
    position: absolute !important;
    margin-bottom: 15px;
    top: 194px;
    left: 102px;
  }
  form.cart button[name='add-to-cart'], form.cart input[name='add-to-cart'] ~ button[type='submit'] {
    margin-top: 5px !important;
  }
  .product--summary {
    margin-bottom: 0px;
  }
}
form.cart .wrap-cart-cta .quantity .qty {
    width: 100%;
    height: 30px;
    line-height: 30px;
}
form.cart button[name='add-to-cart'],
form.cart input[name='add-to-cart'] ~ button[type='submit'] {
    display: block;
    width: 30%;
    height: 50px;
    padding: 0;
    margin-right: 15px;
    border-radius: 5px;
    font-size: 15px;
    margin-top: 40px;
}
form.cart input[name='add-to-cart'] ~ button[type='submit'] {
    background-color: #FFFFFF;
    border: 2px solid #4BA46B;
    color: #4BA46B;
    float: left !important;
    border-radius: 3px;
    font-weight: 700;
}

@media screen and (max-width: 768px) {
    #sold_out {
      margin: 15px 0 20px;
      font-size: 15px;
      font-weight: 700;
      color: red;
      text-align: center;
    }

    form.cart button[name='add-to-cart'],
    form.cart input[name='add-to-cart'] ~ button[type='submit'] {
        display: block;
        width: 48%;
        height: 50px;
        padding: 0;
        margin-right: 5px;
        border-radius: 0;
    }
    form.cart input[name='add-to-cart'] ~ button[type='submit'] {
        background-color: #FFFFFF;
        border: 2px solid #4BA46B;
        color: #4BA46B;
        float: left;
        font-weight: 700;
    }
    #total-price {
        margin-top: 40px !important;
    }
    .entry-title.ps-product-title {
        font-size: 20px;
        width: 58%;
        border-right: 2px solid #eeeeee;
    }
    .product--summary .woocommerce-product-rating .woocommerce-review-link {
      display: none;
    }
}
#total-price {
    float: right;
    margin-top: 35px;
}
#total-price-forth {
    font-size: 17px;
    font-weight: 700;
    margin-right: 3px;
    color: black;
}
#total-price-middle {
    font-size: 25px;
    font-weight: 700;
    color: #4BA46B;
}
#total-price-back {
    font-size: 17px;
    font-weight: 700;
    color: black;
}
form.cart input[name='add-to-cart'] ~ button.buynow_button[type='submit'] {
    display: inline-block;
    background-color: #4BA46B;
    color: #ffffff;
    padding: 0;
    float: right;
    font-size: 15px;
}

/* 결제 페이지 */
.woocommerce-checkout input[type=button].ms-open-popup-link {
    background-color: #52C174;
    border-radius: 2px;
    color: #ffffff;
}

.woocommerce-checkout button#place_order {
    background-color: #52C174;
    border-radius: 2px;
    color: #ffffff;
}

.woocommerce-checkout div.membership-wrapper {
    padding: 80px 0 0 0;
}

.woocommerce-checkout #order_review_heading {
    padding: 25px 0 0 0;
}

@media (max-width: 600px) {
    .woocommerce .woocommerce-checkout #order_review_heading {
        margin-bottom: 0;
    }
    body.woocommerce-cart .cart_totals .shop_table tr td:first-child,
    body.woocommerce-cart .cart_totals .shop_table tr th:first-child {
        width: auto !important;
    }
    .woocommerce-cart td .btn-clear-cart {
      float: right !important;
    }
}


/* 장바구니 */
body.woocommerce-cart .msbn-all input[type=checkbox]+label,
body.woocommerce-cart .msbn-all input[type=checkbox]+label:before,
body.woocommerce-cart .msbn-cb input[type=checkbox]+label,
body.woocommerce-cart .msbn-cb input[type=checkbox]+label:before
{
    width: 18px;
    height: 18px;
}

body.woocommerce-cart .shop_table.woocommerce-cart-form__contents thead tr td,
body.woocommerce-cart .shop_table.woocommerce-cart-form__contents thead tr th,
tr#brand-title,
tr#brand-title > td {
    background-color: #4BA46B;
    color: #ffffff;
    text-align: center;
    font-size: 17px;
}

body.woocommerce-cart .shop_table.woocommerce-cart-form__contents tbody tr td {
    text-align: center;
}

body.woocommerce-cart .cart_totals .shop_table tr td:first-child,
body.woocommerce-cart .cart_totals .shop_table tr th:first-child {
    width: 50px;
}

body.woocommerce-cart .checkout-button {
    background-color: #4BA46B;
}

.woocommerce-cart .not-active-fullpage > .woocommerce .cart-collaterals .woocommerce-shipping-calculator {
    margin-left: 0;
}

.woocommerce-cart .not-active-fullpage > .woocommerce .woocommerce-cart-form {
    padding-right: 0;
}

.woocommerce-cart td div.coupon {
    float: right;
    margin-right: 20px;
}

.woocommerce-cart td .btn-clear-cart {
    background-color: #FFFFFF !important;
    border: 2px solid #707070 !important;
    border-radius: 1px !important;
    color: #000 !important;
    padding: 0 10px !important;
}

.woocommerce-cart button[name='update_cart'] {
    display: none;
}

.woocommerce-cart .cart-collaterals h2 {
    padding: 0;
}

.woocommerce-cart div.woocommerce {
    margin-top: 20px;
}

body.woocommerce-cart .shop_table.woocommerce-cart-form__contents tbody tr td > span {
    font-size: 15px;
}


/* 최대 마일리지 적립 */
/* .maximum-mileage-wrapper {
    padding: 5px 10px 5px 30px;
    background-image: url("/wp-content/themes/zuka-child/assets/images/icon_macoo_circle.svg");
    background-position: left 10px center;
    background-size: auto 15px;
    background-repeat: no-repeat;
    border: 1px solid #6699D1;
    border-radius: 15px;
} */
.maximum-mileage-wrapper {
    padding: 5px 10px 5px 10px;
    border: 1px solid #FEAD68 !important;
    background-color: #FEAD68;
    border-radius: 5px;
    color: #ffffff;
    font-weight: 700;
}

@media screen and (max-width: 782px) {
  .woocommerce .product-remove .msbn-cb label {
      position: absolute;
      left: 0px;
      top: 0px;
  }
  .woocommerce-cart div.woocommerce::before {
      content: "장바구니";
      font-size: 17px;
      font-weight: 700;
      color: #4BA46B;
      margin-left: 20px;
  }
  .maximum-mileage-wrapper {
      padding: 0;
      border: 0px !important;
      color: #4BA46B;
      font-size: 12px !important;
      font-weight: 600 !important;
      background-color: white !important;
  }
  body.woocommerce-cart .shop_table.woocommerce-cart-form__contents tbody tr > .product-subtotal > div {
      padding-top: 6px;
  }
  body.woocommerce-cart .shop_table.woocommerce-cart-form__contents tbody tr td > span {
      margin-right: 15px;
  }
  body.woocommerce-cart .shop_table.woocommerce-cart-form__contents tbody tr td > span > span {
      font-size: 15px;
      margin-left: 2px;
  }
}

#lastudio-header-builder .lahfb-desktop-view .lahfb-row1-area:not(.lahfb-vertical) {
    height: 120px !important;
}

.slick-slider .slick-dots li i {
    border: 1px solid black;
    color: black;
    background-color: black;
    opacity: 0.2;
    border-radius: 50%;
}

.slick-slider .slick-dots .slick-active i {
    border: 1px solid #52C174;
    background-color: #52C174;
    border-radius: 50%;
    color: #52C174;
    opacity: 1;
}

#section_page_header {
    display: none;
}

.term-description {
  display: none;
}

.la-pagination ul .page-numbers:hover,
.la-pagination ul .page-numbers.current {
    background-color: #52C174;
    border-radius: 50%;
}

.woocommerce-cart .not-active-fullpage > .woocommerce .cart-collaterals .order-total th,
.woocommerce-cart .not-active-fullpage > .woocommerce .cart-collaterals .order-total td .woocommerce-Price-amount {
    font-size: 2.0rem !important;
    font-weight: 800;
}



.calculated_shipping .shop_table .woocommerce-shipping-totals .woocommerce-shipping-destination,
.calculated_shipping .shop_table .woocommerce-shipping-totals .woocommerce-shipping-calculator {
    display: none;
}

.woocommerce-Reviews .comment-respond .comment-reply-title {
    font-size: 2.8rem;
}

.comment-form-comment,
.description-wrapper {
    margin-bottom: 0;
}

.comment-form-comment > label,
.description-wrapper > label {
    color: #4BA46B;
}

.comment-form label.description {
    color: white;
    background-color: #4BA46B;
    border-radius: 5px 5px 0px 0px;
    padding: 5px;
    font-weight: 600;
}

.comment-form .comment-form-rating {
    background-color: #4BA46B;
    color: rgba(0,0,0,0.7);
    text-align: left;
    padding-left: 10px;
}

.comment-form label.description > label {
    padding: 10px 10px 10px 20px;
    text-indent: -10px;
}

.comment-form label.description > label.bold {
    font-weight: 700;
}

.comment-form textarea {
    resize: none;
    border: 1px solid #4BA46B;
}

div.review-file-upload-container #review-image {
    border: 1px solid #4BA46B;
    border-radius: 0px 0px 5px 5px;
    border-top: 0;
}

div.review-file-upload-container {
    margin-bottom: 0 !important;
}

div.review-file-upload-container img {
    display: none;
}

.comment-form .form-submit {
    text-align: right;
}

.comment-form .form-submit .submit {
    background-color: #4BA46B;
    border-radius: 5px;
    padding: 5px 25px;
    font-weight: 600;
    font-size: 15px;
    width: auto !important;
}

.comment-form .form-submit .submit:hover {
    background-color: #4BA46B;
    font-weight: 800;
}

.btn-clear-cart[type="submit"],
.woocommerce-shipping-destination,
.woocommerce-shipping-calculator {
    display: none;
}

.woocommerce-product-gallery__image > a,
.comment_container a {
    pointer-events: none;
}



@media screen and (max-width: 768px) {
    .entry-summary {
        padding: 0 0 20px 0;
    }

    .wc-toolbar-container .btn-advanced-shop-filter,
    .wc-toolbar .wc-ordering p {
        padding: 0;
        margin-right: 10px;
    }

    .wc-view-toggle {
        margin-right: 5px;
    }

    .wc-toolbar .wc-toolbar-right {
        margin-bottom: 10px;
        margin-top: 10px !important;
        width: 100%;
    }

    .pnp-shop-category-top-wrapper {
        width: 100% !important;
        padding-top: 15px;
        padding-left: 0px;
        margin: 0;
    }

    .pnp-shop-category-top-wrapper .breadcrumb-wrapper {
        font-size: 14px;
    }

    .pnp-shop-category-top-wrapper .price-filter {
        /* position: relative;
        z-index: 10; */
        display: block;
        width: 100%;
        height: 40px;
        background-color: #F6F6F6;
        border-top: 1px solid #e8e8e8;
        margin-bottom: 0px;
        margin-top: 10px;
        width: 100vw;
        margin-left: calc(-50vw + 50%);
    }

    .pnp-shop-category-top-wrapper .price-filter .price_slider {
        width: calc(100% - 55%);
        margin-left: 10px;
        display: inline-block;
        margin-bottom: -4px;
    }

    .pnp-shop-category-top-wrapper .price-filter .price_slider_amount {
        /* display: block; */
        margin-top: 1px;
        float: right;
        margin-right: 10px;
    }

    .pnp-shop-category-top-wrapper .price-filter .price_label {
        width: auto;
        margin: 0;
        text-align: left;
        float: left;
        /* text-align: right; */
        font-size: 10px;
        font-weight: 600;
        color: #595959;
    }

    .pnp-shop-category-top-wrapper .price-filter button[type='submit'] {
        float: right;
        background-color: #4BA46B;
        margin-top: 9px;
        margin-left: 5px;
        width: 40px;
        height: 20px;
        color: #ffffff;
        border-radius: 2px;
        padding: 0;
        font-size: 10px;
        font-weight: 700;
    }

    div.pnp-manage-container > div.pnp-manage-header > div.right  > div.top {
        border-radius: 0;
    }


    body.woocommerce-cart .shop_table.woocommerce-cart-form__contents thead tr td,
    body.woocommerce-cart .shop_table.woocommerce-cart-form__contents thead tr th,
    body.woocommerce-cart .shop_table.woocommerce-cart-form__contents tbody tr td {
        text-align: left;
    }

    body.woocommerce-cart .shop_table.woocommerce-cart-form__contents tbody tr td.product-quantity {
        margin: 5px 0;
        text-align: right;
        margin-right: 10px;
    }

    .shop_table.woocommerce-cart-form__contents tr:last-child {
      border: 0px;
      margin-bottom: 0px;
    }

    .shop_table.woocommerce-cart-form__contents tr td.product-remove a.remove {
        right: 10px;
    }

    .shop_table.woocommerce-cart-form__contents tr div.quantity .qty {
        width: auto;
        height: auto;
        line-height: normal;
        margin: 0 25px;
    }

    .shop_table.woocommerce-cart-form__contents tr div.quantity span {
        display: inline-block;
        width: auto;
        height: auto;
        line-height: normal;
    }

    .shop_table.woocommerce-cart-form__contents tr td.product-thumbnail {
        /* top: 30px; */
    }

    .cart_totals table.shop_table th {
        /* display: none; */
    }

    .woocommerce-Reviews .comment_container {
        padding-left: 0;
    }

    .woocommerce-Reviews .comment_container img.avatar {
        width: 40px;
        height: 40px;
    }

    .nav-content > main > p > iframe {
        width:100%;
        height:250px;
    }

    .row.la-single-product-page,
    .single-product-detail {
        margin: 0 -15px;
    }
}
