/* ------------------------------------------------------------ *\
	WooCommerce
\* ------------------------------------------------------------ */

.woocommerce * {
    box-sizing: border-box;
}

.woocommerce div.product .product-inner {
    width: 100%;
    text-align: center;
    background: #fff;
    position: relative;
    padding-bottom: 29px
}

@media (max-width: 1024px) {
    .woocommerce div.product .product-inner {
        padding-bottom:20px
    }
}

.woocommerce div.product .product-actions {
    position: absolute;
    bottom: -27px;
    left: 0;
    width: 100%
}

@media (max-width: 1024px) {
    .woocommerce div.product .product-actions {
        bottom:-21px
    }
}

.woocommerce div.product .product-inner .image-container {
    margin-bottom: 12px
}

.woocommerce div.product .woocommerce-loop-product__title {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    max-width: 262px;
    margin: 0 auto 12px
}

@media (max-width: 1024px) {
    .woocommerce div.product .woocommerce-loop-product__title {
        font-size:18px
    }
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
    display: block;
    color: #f04e37;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px
}

@media (max-width: 1024px) {
    .woocommerce div.product p.price,
    .woocommerce div.product span.price {
        font-size:16px
    }
}

.woocommerce div.product .product-content {
    padding: 0 5px
}

.woocommerce div.product .product-content a {
    text-decoration: none
}

.woocommerce div.product .product_title,
.woocommerce div.product h1 {
    font-size: 40px;
    line-height: 1.1;
    letter-spacing: -.02em;
    margin-bottom: 15px
}

@media (max-width: 1249px) {
    .woocommerce div.product .product_title,
    .woocommerce div.product h1 {
        font-size:36px
    }
}

@media (max-width: 1024px) {
    .woocommerce div.product .product_title,
    .woocommerce div.product h1 {
        font-size:25px
    }
}

.woocommerce div.product .product_title span {
    color: #00c4b3;
    display: block
}

.woocommerce div.product p.price {
    color: #f04e37;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 11px
}

.woocommerce div.product div.images .woocommerce-product-gallery__image {
    margin-bottom: 20px
}

.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n + 2) {
    width: 100%;
    display: block
}

.woocommerce div.product div.images {
    width: 48.54%
}

@media (max-width: 767px),screen and (max-width:812px) and (orientation:landscape) {
    .woocommerce div.product div.images {
        width:100%
    }
}

.woocommerce div.product .entry-summary img {
    margin-bottom: 10px
}

.woocommerce div.product .entry-summary {
    width: 51.46%;
    padding-left: 45px
}

@media (max-width: 1024px) {
    .woocommerce div.product .entry-summary {
        padding-left:20px
    }
}

@media (max-width: 767px),screen and (max-width:812px) and (orientation:landscape) {
    .woocommerce div.product .entry-summary {
        -webkit-box-ordinal-group:0;
        -ms-flex-order: -1;
        order: -1;
        padding: 0;
        width: 100%
    }
}

@media (max-width: 767px),screen and (max-width:812px) and (orientation:landscape) {
    .woocommerce .sticky {
        position:relative!important;
        top: 0!important;
        width: 100%!important;
        bottom: auto!important
    }

    .woocommerce .sticky + div {
        display: none!important
    }
}

.woocommerce div.product form.cart .variations,
.woocommerce div.product form.cart .variations tbody,
.woocommerce div.product form.cart .variations td,
.woocommerce div.product form.cart .variations tr {
    display: block
}

.woocommerce div.product form.cart .variations td {
    width: 100%;
    font-size: 24px;
    font-weight: 700;
    color: #1db152;
    text-transform: uppercase
}

@media (max-width: 1024px) {
    .woocommerce div.product form.cart .variations td {
        font-size:20px
    }
}

.woocommerce div.product form.cart .variations td.label {
    margin-bottom: -3px
}

.woocommerce div.product form.cart .variations td.value {
    position: relative
}

.woocommerce div.product form.cart .variations td.value:after {
    content: "";
    width: 50px;
    height: 48px;
    background: url(../images/select-arrow-btn@2x.jpg) no-repeat 50%/contain;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 5;
    pointer-events: none
}

.woocommerce .woocommerce-product-details__short-description {
    margin-bottom: 27px
}

.woocommerce div.product form.cart .variations select {
    display: block;
    width: 100%;
    height: 48px;
    border: 1px solid #cee4fd;
    font-size: 20px;
    font-weight: 500;
    padding: 0 60px 0 6px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin-right: 0;
    cursor: pointer
}

.woocommerce div.product form.cart .variations select::-ms-expand {
    display: none
}

.woocommerce div.product form.cart .reset_variations {
    display: none
}

.woocommerce.single-product .entry-summary .price {
    font-size: 24px;
    color: #f04e37;
    font-weight: 700
}

@media (max-width: 1249px) {
    .woocommerce.single-product .entry-summary .price {
        font-size:20px
    }
}

.woocommerce .woocommerce-info {
    border: none;
    font-weight: 700;
    color: #1db152
}

.woocommerce .woocommerce-info:before {
    color: inherit
}

.woocommerce table.shop_table {
    border: none;
    border-radius: 0;
    margin-bottom: 75px
}

@media (max-width: 1024px) {
    .woocommerce table.shop_table {
        table-layout:fixed
    }
}

.woocommerce table.shop_table thead {
    display: none
}

.woocommerce .woocommerce-cart-form table.shop_table td {
    border-top-color: #b0c8e4;
    padding: 23px 5px;
    width: 100%
}

@media (max-width: 767px),screen and (max-width:812px) and (orientation:landscape) {
    .woocommerce .woocommerce-cart-form table.shop_table td {
        padding:10px 5px
    }
}

.woocommerce .woocommerce-cart-form table.shop_table td a {
    display: block
}

.woocommerce .woocommerce-cart-form table.shop_table .product-thumbnail {
    min-width: 145px;
    width: 145px;
    padding-left: 0
}

@media (max-width: 1024px) {
    .woocommerce .woocommerce-cart-form table.shop_table .product-thumbnail {
        min-width:80px;
        width: 80px
    }
}

.woocommerce .woocommerce-cart-form table.shop_table .product-name {
    font-size: 22px;
    line-height: 1.3;
    font-weight: 700;
    color: #1db152;
    padding-right: 10px;
    max-width: 280px
}

@media (max-width: 1024px) {
    .woocommerce .woocommerce-cart-form table.shop_table .product-name {
        font-size:18px;
        padding-right: 15px;
        min-width: 160px;
        max-width: 200px
    }
}

.woocommerce .woocommerce-cart-form table.shop_table .product-name a {
    text-decoration: none
}

.woocommerce .woocommerce-cart-form table.shop_table .product-name .price {
    color: #818285;
    font-weight: 500;
    font-size: 20px
}

@media (max-width: 1024px) {
    .woocommerce .woocommerce-cart-form table.shop_table .product-name .price {
        font-size:18px
    }
}

.woocommerce .woocommerce-cart-form table.shop_table .product-quantity {
    min-width: 135px;
    width: 135px
}

@media (max-width: 1024px) {
    .woocommerce .woocommerce-cart-form table.shop_table .product-quantity {
        min-width:92px;
        width: 92px
    }
}

.woocommerce .woocommerce-cart-form table.shop_table .product-subtotal {
    color: #f04e37;
    font-size: 22px;
    font-weight: 700;
    text-align: center;
    padding: 0 22px
}

@media (max-width: 1024px) {
    .woocommerce .woocommerce-cart-form table.shop_table .product-subtotal {
        font-size:18px;
        padding: 10px;
        width: 90px
    }
}

.woocommerce .woocommerce-cart-form table.shop_table .product-remove {
    padding-right: 0;
    width: 28px
}

@media (max-width: 767px),screen and (max-width:812px) and (orientation:landscape) {
    .woocommerce .woocommerce-cart-form table.shop_table .product-remove {
        padding:5px
    }
}

.woocommerce .woocommerce-cart-form table.shop_table .product-remove a.remove {
    color: #1db152!important;
    background-color: transparent!important;
    width: auto;
    height: auto;
    font-size: 42px;
    margin-right: -4px
}

@media (-moz-touch-enabled:0),(-ms-high-contrast:active),(-ms-high-contrast:none),(hover) {
    .woocommerce .woocommerce-cart-form table.shop_table .product-remove a.remove: hover {
        color:#f04e37!important
    }
}

@media (max-width: 768px) {
    .woocommerce .woocommerce-cart-form table.shop_table .product-name,
    .woocommerce .woocommerce-cart-form table.shop_table .product-quantity,
    .woocommerce .woocommerce-cart-form table.shop_table .product-remove,
    .woocommerce .woocommerce-cart-form table.shop_table .product-subtotal {
        width:100%;
        min-width: 100%;
        max-width: 100%
    }

    .woocommerce .quantity {
        width: 92px;
        margin: 0 0 0 auto
    }
}

.woocommerce .woocommerce-cart-form {
    border-top: 1px solid #b0c8e4
}

@media (max-width: 767px),screen and (max-width:812px) and (orientation:landscape) {
    .woocommerce .woocommerce-cart-form {
        margin-bottom:30px
    }
}

.woocommerce .quantity:after {
    content: "";
    clear: both;
    display: table
}

.woocommerce .quantity .minus,
.woocommerce .quantity .plus {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    background: #1db152;
    width: 35px;
    height: 35px;
    color: #fff;
    border: none;
    font-weight: 700;
    font-size: 25px;
    padding: 0;
    text-align: center;
}

@media (max-width: 1024px) {
    .woocommerce .quantity .minus,
    .woocommerce .quantity .plus {
        width:20px;
        height: 20px;
        font-size: 16px
    }
}

.woocommerce .quantity .plus {
    margin-bottom: 10px
}

.woocommerce .quantity .qty {
    width: 80px;
    height: 80px;
    border: 1px solid #cee4fd;
    background: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 22px;
    font-weight: 700;
    color: #1db152;
    float: none;
    margin: 0 10px 0 0
}

@media (max-width: 1024px) {
    .woocommerce .quantity .qty {
        width:50px;
        height: 50px;
        font-size: 16px
    }
}

.woocommerce .quantity .qty::-webkit-inner-spin-button,
.woocommerce .quantity .qty::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.woocommerce .quantity input[type="number"] {
    -moz-appearance: textfield
}

.woocommerce table.shop_table td,
.woocommerce table.shop_table th {
    padding: 30px 0;
    font-size: 22px;
    color: #5c5c5c;
    font-weight: 700
}

@media (max-width: 1024px) {
    .woocommerce table.shop_table td,
    .woocommerce table.shop_table th {
        font-size:18px;
        padding: 20px 0
    }
}

.woocommerce-page .cart-collaterals .cart_totals,
.woocommerce .cart-collaterals .cart_totals {
    width: 100%
}

#add_payment_method .cart-collaterals .cart_totals table,
.woocommerce-cart .cart-collaterals .cart_totals table,
.woocommerce-checkout .cart-collaterals .cart_totals table {
    border-bottom: 1px solid #b0c8e4
}

.woocommerce-cart .cart-collaterals .cart_totals table td {
    min-width: 65%;
    width: 65%;
    text-align: right;
    line-height: 1.2
}

@media (max-width: 1024px) {
    .woocommerce-cart .cart-collaterals .cart_totals table td {
        width:100%
    }
}

#add_payment_method .cart-collaterals .shipping-calculator-button,
.woocommerce-cart .cart-collaterals .shipping-calculator-button,
.woocommerce-checkout .cart-collaterals .shipping-calculator-button {
    font-weight: 500;
    color: #1db152;
    margin-top: 5px
}

.single-product .woocommerce-message,
.woocommerce-error,
.woocommerce-notice--success,
.woocommerce-page.single-product .woocommerce-message,
.woocommerce-thankyou-order-received,
.woocommerce .woocommerce-info,
.woocommerce .woocommerce-message {
    background: #f2f7fb;
    padding: 16px 27px 13px 21px;
    color: #1db152;
    font-size: 20px;
    font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border: 2px dashed #cee4fd;
    margin-bottom: 24px
}

@media (max-width: 767px),screen and (max-width:812px) and (orientation:landscape) {
    .single-product .woocommerce-message,
    .woocommerce-error,
    .woocommerce-notice--success,
    .woocommerce-page.single-product .woocommerce-message,
    .woocommerce-thankyou-order-received,
    .woocommerce .woocommerce-info,
    .woocommerce .woocommerce-message {
        -ms-flex-wrap:wrap;
        flex-wrap: wrap;
        padding: 16px;
        font-size: 16px
    }
}

.single-product .woocommerce-message .fa-check,
.single-product .woocommerce-message .fa-check-circle,
.woocommerce-error .fa-check,
.woocommerce-error .fa-check-circle,
.woocommerce-notice--success .fa-check,
.woocommerce-notice--success .fa-check-circle,
.woocommerce-page.single-product .woocommerce-message .fa-check,
.woocommerce-page.single-product .woocommerce-message .fa-check-circle,
.woocommerce-thankyou-order-received .fa-check,
.woocommerce-thankyou-order-received .fa-check-circle,
.woocommerce .woocommerce-info .fa-check,
.woocommerce .woocommerce-info .fa-check-circle,
.woocommerce .woocommerce-message .fa-check,
.woocommerce .woocommerce-message .fa-check-circle {
    font-size: 20px;
    color: #00c4b3;
    margin-right: 13px
}

.woocommerce-page.single-product .woocommerce-message:after,
.woocommerce-page.single-product .woocommerce-message:before,
.woocommerce .woocommerce-message:after,
.woocommerce .woocommerce-message:before {
    display: none
}

.woocommerce-notice--success,
.woocommerce-thankyou-order-received {
    text-align: center;
    display: block
}

.woocommerce-error,
.woocommerce .woocommerce-info {
    display: block;
    padding-left: 50px
}

.woocommerce-error:before,
.woocommerce .woocommerce-info:before {
    top: 50%;
    left: 15px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.single-product .woocommerce-message p,
.woocommerce-error p,
.woocommerce .woocommerce-message p {
    margin: 0 10px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width: 767px),screen and (max-width:812px) and (orientation:landscape) {
    .single-product .woocommerce-message p,
    .woocommerce-error p,
    .woocommerce .woocommerce-message p {
        display:block;
        width: 100%;
        margin: 0 0 20px
    }
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    font-size: 18px;
    padding: 14px 20px
}

@media (max-width: 1024px) {
    .woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
        font-size:14px
    }
}

#add_payment_method .cart-collaterals .cart_totals tr td,
#add_payment_method .cart-collaterals .cart_totals tr th,
.woocommerce-cart .cart-collaterals .cart_totals tr td,
.woocommerce-cart .cart-collaterals .cart_totals tr th,
.woocommerce-checkout .cart-collaterals .cart_totals tr td,
.woocommerce-checkout .cart-collaterals .cart_totals tr th {
    border-top-color: #b0c8e4
}

#add_payment_method .cart-collaterals .shipping-calculator-button::after,
.woocommerce-cart .cart-collaterals .shipping-calculator-button::after,
.woocommerce-checkout .cart-collaterals .shipping-calculator-button::after {
    display: none
}

#add_payment_method table.cart td.actions .coupon,
.woocommerce-cart table.cart td.actions .coupon,
.woocommerce-checkout table.cart td.actions .coupon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding-right: 10px
}

@media (max-width: 767px),screen and (max-width:812px) and (orientation:landscape) {
    #add_payment_method table.cart td.actions .coupon,
    .woocommerce-cart table.cart td.actions .coupon,
    .woocommerce-checkout table.cart td.actions .coupon {
        display:block;
        text-align: center;
        padding-right: 0
    }
}

@media (max-width: 1199px) {
    #add_payment_method table.cart td.actions .coupon .btn--smedium,
    .woocommerce-cart table.cart td.actions .coupon .btn--smedium,
    .woocommerce-checkout table.cart td.actions .coupon .btn--smedium {
        min-width:170px
    }
}

@media (max-width: 1024px) {
    #add_payment_method table.cart td.actions .coupon .btn--smedium,
    .woocommerce-cart table.cart td.actions .coupon .btn--smedium,
    .woocommerce-checkout table.cart td.actions .coupon .btn--smedium {
        min-width:136px
    }
}

#add_payment_method table.cart td.actions .coupon-holder,
.woocommerce-cart table.cart td.actions .coupon-holder,
.woocommerce-checkout table.cart td.actions .coupon-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

#add_payment_method table.cart td.actions,
.woocommerce-cart table.cart td.actions,
.woocommerce-checkout table.cart td.actions {
    border-bottom: 1px solid #b0c8e4
}

#add_payment_method table.cart td.actions .coupon .input-text,
.woocommerce-cart table.cart td.actions .coupon .input-text,
.woocommerce-checkout table.cart td.actions .coupon .input-text {
    width: 280px;
    height: 50px;
    font-size: 20px;
    font-weight: 400;
    color: #b0c8e4;
    border: 1px solid #b0c8e4;
    padding: 0 13px;
    margin-right: 18px
}

@media (max-width: 1199px) {
    #add_payment_method table.cart td.actions .coupon .input-text,
    .woocommerce-cart table.cart td.actions .coupon .input-text,
    .woocommerce-checkout table.cart td.actions .coupon .input-text {
        width:220px
    }
}

@media (max-width: 1024px) {
    #add_payment_method table.cart td.actions .coupon .input-text,
    .woocommerce-cart table.cart td.actions .coupon .input-text,
    .woocommerce-checkout table.cart td.actions .coupon .input-text {
        width:220px;
        font-size: 16px;
        height: 34px
    }
}

@media (max-width: 767px),screen and (max-width:812px) and (orientation:landscape) {
    #add_payment_method table.cart td.actions .coupon .input-text,
    .woocommerce-cart table.cart td.actions .coupon .input-text,
    .woocommerce-checkout table.cart td.actions .coupon .input-text {
        width:100%;
        margin-bottom: 10px
    }
}

#add_payment_method table.cart td.actions .btn:before,
.woocommerce-cart table.cart td.actions .btn:before,
.woocommerce-checkout table.cart td.actions .btn:before {
    background-position: 0 0
}

.woocommerce-page table.shop_table_responsive tr td::before,
.woocommerce table.shop_table_responsive tr td::before {
    color: #1db152
}

@media (max-width: 768px) {
    .woocommerce-page .cart_totals table.shop_table_responsive tr:nth-child(2n) td,
    .woocommerce .cart_totals table.shop_table_responsive tr:nth-child(2n) td {
        background:none
    }
}

@media (max-width: 1024px) {
    .woocommerce-page table.shop_table_responsive tr td .wc-cart-actions,
    .woocommerce table.shop_table_responsive tr td .wc-cart-actions {
        text-align:left!important;
        text-align: center!important
    }
}

@media (max-width: 1024px) {
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button:not(.gform_button) {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    overflow: hidden;
    padding: 14px 20px;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    z-index: 1
}

.woocommerce #respond input#submit[disabled],
.woocommerce a.button[disabled],
.woocommerce button.button[disabled],
.woocommerce input.button[disabled] {
    opacity: .6
}

@media (max-width: 1024px) {
    .woocommerce #respond input#submit,
    .woocommerce a.button,
    .woocommerce button.button,
    .woocommerce input.button {
        font-size:12px;
        padding: 10px 11px
    }
}

@media (max-width: 767px),screen and (max-width:812px) and (orientation:landscape) {
    .woocommerce #respond input#submit,
    .woocommerce a.button,
    .woocommerce button.button,
    .woocommerce input.button {
        font-size:13px
    }
}

.woocommerce #respond input#submit span,
.woocommerce a.button span,
.woocommerce button.button span,
.woocommerce input.button span {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    left: 0;
    -webkit-transition: left .4s;
    -o-transition: left .4s;
    transition: left .4s
}

.woocommerce #respond input#submit i,
.woocommerce a.button i,
.woocommerce button.button i,
.woocommerce input.button i {
    margin-left: 3px;
    position: relative;
    left: 0;
    -webkit-transition: left .4s;
    -o-transition: left .4s;
    transition: left .4s
}

.woocommerce #respond input#submit:before,
.woocommerce a.button:before,
.woocommerce button.button:before,
.woocommerce input.button:before {
    content: "";
    background: url(../images/btn-bg-light.jpg) no-repeat 50%;
    border-radius: 30px;
    -webkit-clip-path: ellipse(50% 50% at 50% 50%);
    clip-path: ellipse(50% 50% at 50% 50%);
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 130%;
    height: 100%;
    pointer-events: none;
    z-index: -1
}

.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
    background-color: transparent;
    color: #fff
}

.woocommerce #respond input#submit:hover i,
.woocommerce a.button:hover i,
.woocommerce button.button:hover i,
.woocommerce input.button:hover i {
    left: 3px
}

.cross-sells h2 {
    font-size: 36px;
    letter-spacing: 0
}

@media (max-width: 1024px) {
    .cross-sells h2 {
        font-size:32px
    }
}

@media (max-width: 767px),screen and (max-width:812px) and (orientation:landscape) {
    .cross-sells h2 {
        font-size:26px
    }
}

.cross-sells .product a {
    text-decoration: none
}

.cross-sells .product .image-container {
    margin-bottom: 15px
}

.cross-sells .shop-grid {
    margin: 0 -10px;
    text-align: center
}

.cross-sells .shop-grid div[class^="col-sm-"] {
    padding: 0 10px!important
}

.cross-sells .woocommerce-loop-product__title {
    padding: 0 10px;
    line-height: 1.3!important
}

.cross-sells div.product p.price,
.cross-sells div.product span.price {
    color: #818285
}

.quantity {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.quantity,
.wc-add-to-cart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.wc-add-to-cart {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.wc-add-to-cart button {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.woocommerce-cart table.cart img {
    width: 100%
}

.woocommerce-cart .cart_totals h2 {
    display: none
}

.woocommerce .woocommerce-cart-form {
    border: 0
}

.woocommerce form .form-row {
    padding: 0;
    margin-bottom: 15px
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row select,
.woocommerce form .form-row textarea {
    height: 40px;
    border: 1px solid #cee4fd;
    background: #fff;
    padding: 0 15px;
    font-size: 18px;
    font-weight: 700;
    color: #5c5c5c
}

.woocommerce form .form-row input.input-text::-webkit-input-placeholder {
    font-weight: 400;
    color: rgba(92,92,92,
        .8)
}

.woocommerce form .form-row input.input-text:-moz-placeholder,
.woocommerce form .form-row input.input-text::-moz-placeholder {
    font-weight: 400;
    color: rgba(92,92,92,
        .8)
}

.woocommerce form .form-row input.input-text:-ms-input-placeholder {
    font-weight: 400;
    color: rgba(92,92,92,
        .8)
}

.woocommerce form .form-row textarea::-webkit-input-placeholder {
    font-weight: 400;
    color: rgba(92,92,92,
        .8)
}

.woocommerce form .form-row textarea:-moz-placeholder,
.woocommerce form .form-row textarea::-moz-placeholder {
    font-weight: 400;
    color: rgba(92,92,92,
        .8)
}

.woocommerce form .form-row textarea:-ms-input-placeholder {
    font-weight: 400;
    color: rgba(92,92,92,
        .8)
}

.woocommerce form .form-row.woocommerce-invalid label {
    color: #f04e37
}

.woocommerce form .form-row.woocommerce-validated .select2-container--default .select2-selection--single {
    border-color: #6dc22e
}

.woocommerce form .form-row.woocommerce-invalid .select2-container,
.woocommerce form .form-row.woocommerce-invalid input.input-text,
.woocommerce form .form-row.woocommerce-invalid select,
.woocommerce form .form-row.woocommerce-invalid textarea {
    border-color: #f04e37
}

.woocommerce form .form-row span em {
    font-size: 18px;
    letter-spacing: .02em;
    font-weight: 400;
    color: #1db152;
    font-style: normal;
    display: block;
    margin-bottom: 20px
}

@media (max-width: 767px),screen and (max-width:812px) and (orientation:landscape) {
    .woocommerce form .form-row span em {
        font-size:14px
    }
}

.woocommerce form .form-row select {
    color: #1db152
}

.woocommerce form .form-row textarea {
    height: 120px;
    resize: none;
    padding: 15px
}

.woocommerce form .form-row label {
    font-size: 18px;
    font-weight: 700;
    color: #1db152;
    line-height: 1;
    display: block;
    margin-bottom: 7px;
    letter-spacing: -.02em
}

.woocommerce form .woocommerce-form__label-for-checkbox {
    margin-bottom: 20px
}

.woocommerce form .woocommerce-form__label-for-checkbox input {
    display: none
}

.woocommerce form .woocommerce-form__label-for-checkbox span {
    display: inline-block;
    position: relative;
    padding-left: 27px;
    font-size: 18px
}

.woocommerce form .woocommerce-form__label-for-checkbox span:after {
    content: "";
    width: 17px;
    height: 17px;
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #1db152;
    background: #fff;
    -webkit-box-shadow: inset 0 0 0 3px #fff;
    box-shadow: inset 0 0 0 3px #fff
}

.woocommerce form .woocommerce-form__label-for-checkbox input:checked ~ span:after {
    background: #1db152
}

.woocommerce form .form-row .required {
    color: #1db152
}

.woocommerce-page form .form-row-first,
.woocommerce-page form .form-row-last,
.woocommerce form .form-row-first,
.woocommerce form .form-row-last {
    width: calc(50% - 8px)
}

@media (max-width: 767px),screen and (max-width:812px) and (orientation:landscape) {
    .woocommerce-page form .form-row-first,
    .woocommerce-page form .form-row-last,
    .woocommerce form .form-row-first,
    .woocommerce form .form-row-last {
        width:100%
    }
}

.woocommerce-page .col2-set .col-1,
.woocommerce-page .col2-set .col-2,
.woocommerce .col2-set .col-1,
.woocommerce .col2-set .col-2 {
    float: none;
    width: 100%
}

.woocommerce .woocommerce-checkout .col-md-7 {
    width: calc(100% - 460px);
    padding-right: 18px
}

@media (max-width: 1024px) {
    .woocommerce .woocommerce-checkout .col-md-7 {
        width:100%;
        padding-right: 0;
        margin-bottom: 30px
    }
}

.woocommerce .woocommerce-checkout .col-md-5 {
    width: 460px;
    background: url(../img/form-bg.jpg) repeat top;
    border-top: 3px solid #1db152;
    padding: 0 15px
}

@media (max-width: 1024px) {
    .woocommerce .woocommerce-checkout .col-md-5 {
        width:100%
    }
}

.woocommerce form .form-row .optional {
    font-weight: 400
}

.woocommerce .checkout h3 {
    color: #1db152;
    font-size: 28px
}

.woocommerce-account .col2-set {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.woocommerce-account .col2-set h2 {
    font-size: 25px;
    font-weight: 700;
    letter-spacing: -.02em;
    border-bottom: 1px solid #b0c8e4;
    padding-bottom: 19px;
    margin-bottom: 27px
}

.woocommerce-account .col2-set .col-1,
.woocommerce-account .col2-set .col-2 {
    text-align: center;
    width: calc(50% - 30px);
    background: url(../img/form-bg.jpg) repeat top;
    border-top: 3px solid #1db152;
    padding: 20px 20px 10px;
    font-size: 18px;
    line-height: 1.4;
    color: #1db152
}

@media (max-width: 1024px) {
    .woocommerce-account .col2-set .col-1,
    .woocommerce-account .col2-set .col-2 {
        width:calc(50% - 10px)
    }
}

@media (max-width: 767px),screen and (max-width:812px) and (orientation:landscape) {
    .woocommerce-account .col2-set .col-1,
    .woocommerce-account .col2-set .col-2 {
        width:100%;
        margin-bottom: 10px
    }
}

@media (max-width: 767px),screen and (max-width:812px) and (orientation:landscape) {
    .woocommerce-account .woocommerce-Address {
        margin-bottom:15px!important
    }
}

.woocommerce-account .woocommerce-Addresses.col2-set .col-1,
.woocommerce-account .woocommerce-Addresses.col2-set .col-2 {
    border: none;
    background: none;
    text-align: left;
    padding: 0
}

.woocommerce-account .col2-set .col-1 p:not(.woocommerce-form-row),
.woocommerce-account .col2-set .col-2 p:not(.woocommerce-form-row) {
    margin-bottom: 25px
}

.woocommerce-account form.checkout_coupon,
.woocommerce-account form.login,
.woocommerce-account form.register {
    border: none;
    border-radius: 0;
    margin: 0;
    padding: 0
}

.woocommerce-account .woocommerce .col2-set::after,
.woocommerce-account .woocommerce .col2-set::before {
    display: none
}

.woocommerce-page form .show-password-input,
.woocommerce form .show-password-input {
    top: 8px;
    right: 13px;
    color: #1db152
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__submit {
    float: none;
    margin-right: 0
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
    display: block
}

.woocommerce-account .woocommerce-MyAccount-navigation {
    width: 342px;
    border-top: 3px solid #1db152;
    background: url(../img/form-bg.jpg) repeat top;
    padding: 6px 20px 30px
}

@media (max-width: 1024px) {
    .woocommerce-account .woocommerce-MyAccount-navigation {
        width:100%;
        margin-bottom: 20px
    }
}

.woocommerce-account .woocommerce-MyAccount-navigation a {
    display: block;
    text-decoration: none;
    position: relative;
    font-size: 25px;
    font-weight: 700;
    letter-spacing: -.02em;
    color: #818285;
    padding: 20px 0 20px 44px;
    border-bottom: 1px solid #b0c8e4
}

@media (max-width: 767px),screen and (max-width:812px) and (orientation:landscape) {
    .woocommerce-account .woocommerce-MyAccount-navigation a {
        font-size:20px
    }
}

.woocommerce-account .woocommerce-MyAccount-navigation a:before {
    content: "";
    font-family: Font Awesome\ 5 Free;
    font-weight: 900;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.woocommerce-account .woocommerce-MyAccount-navigation .is-active a {
    color: #1db152
}

.woocommerce-account .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--dashboard a:before {
    content: "\f015"
}

.woocommerce-account .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--orders a:before {
    content: "\f543"
}

.woocommerce-account .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--downloads a:before {
    content: "\f56d"
}

.woocommerce-account .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--edit-address a:before {
    content: "\f3c5"
}

.woocommerce-account .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--edit-account a:before {
    content: "\f406"
}

.woocommerce-account .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--customer-logout a:before {
    content: "\f00d"
}

.woocommerce-account .woocommerce-MyAccount-content {
    width: calc(100% - 400px);
    background: #fff;
    border-top: 3px solid #1db152;
    padding: 33px 28px;
    font-weight: 500
}

@media (max-width: 1024px) {
    .woocommerce-account .woocommerce-MyAccount-content {
        width:100%
    }
}

.woocommerce-account .woocommerce-MyAccount-content a:not(.button) {
    color: #1db152
}

.woocommerce-account .woocommerce-MyAccount-content p {
    letter-spacing: -.02em
}

.woocommerce table.shop_table.woocommerce-MyAccount-orders thead {
    display: table-header-group
}

.woocommerce table.shop_table.woocommerce-MyAccount-orders td,
.woocommerce table.shop_table.woocommerce-MyAccount-orders th {
    font-weight: 500;
    letter-spacing: -.02em;
    font-size: 20px;
    padding: 20px 0
}

.woocommerce table.shop_table.woocommerce-MyAccount-orders th {
    padding-top: 0;
    font-weight: 700;
    color: #1db152
}

.woocommerce table.shop_table.woocommerce-MyAccount-orders td {
    border-bottom: 1px solid #cee4fd
}

@media (max-width: 1024px) {
    .woocommerce table.shop_table.woocommerce-MyAccount-orders td {
        padding-left:10px;
        padding-right: 10px
    }
}

.woocommerce table.shop_table.woocommerce-MyAccount-orders .button {
    text-transform: none;
    font-size: 20px;
    font-weight: 500;
    color: #1db152;
    letter-spacing: -.02em;
    padding: 0;
    text-decoration: underline
}

.woocommerce table.shop_table.woocommerce-MyAccount-orders .button:before {
    display: none
}

.woocommerce table.shop_table.woocommerce-MyAccount-orders .button:hover {
    text-decoration: none
}

.woocommerce table.shop_table.woocommerce-MyAccount-orders tbody tr:nth-child(odd) {
    background: #f2f7fb
}

.woocommerce table.shop_table.woocommerce-MyAccount-orders td:first-child,
.woocommerce table.shop_table.woocommerce-MyAccount-orders th:first-child {
    padding-left: 15px
}

@media (max-width: 1024px) {
    .woocommerce table.shop_table.woocommerce-MyAccount-orders td:first-child,
    .woocommerce table.shop_table.woocommerce-MyAccount-orders th:first-child {
        padding-left:10px
    }
}

.woocommerce-account.woocommerce-edit-address .col2-set {
    border-top: 1px solid #cee4fd;
    padding: 15px 5px 0
}

.woocommerce-account .addresses .title {
    margin-bottom: 15px
}

.woocommerce-account.woocommerce-edit-address form h3 {
    font-size: 34px;
    letter-spacing: -.02em;
    font-weight: 700;
    color: #1db152;
    border-bottom: 1px solid #cee4fd;
    padding-bottom: 16px
}

.woocommerce-edit-account form .button:not(.gform_button),
.woocommerce-edit-address form .button:not(.gform_button) {
    min-width: 278px
}

@media (max-width: 1024px) {
    .woocommerce-edit-account form .button,
    .woocommerce-edit-address form .button {
        min-width:188px
    }
}

@media (max-width: 767px),screen and (max-width:812px) and (orientation:landscape) {
    .woocommerce-edit-account form .button,
    .woocommerce-edit-address form .button {
        min-width:228px;
        font-size: 15px
    }
}

.woocommerce-account .addresses .title .edit {
    font-size: 0;
    text-decoration: none;
    float: none;
    margin-left: 10px;
    display: inline-block;
    vertical-align: middle
}

.woocommerce-account .addresses .title .edit:after {
    content: "\f304";
    font-family: Font Awesome\ 5 Free;
    font-weight: 900;
    font-size: 23px
}

@media (max-width: 767px),screen and (max-width:812px) and (orientation:landscape) {
    .woocommerce-account .addresses .title .edit:after {
        font-size:20px
    }
}

.woocommerce-account.woocommerce-edit-address .woocommerce-MyAccount-content p {
    margin-bottom: 17px
}

.woocommerce-account .addresses .title h3 {
    display: inline-block;
    vertical-align: middle;
    float: none;
    margin-bottom: 0;
    font-size: 28px;
    letter-spacing: -.02em;
    font-weight: 700;
    color: #1db152
}

@media (max-width: 767px),screen and (max-width:812px) and (orientation:landscape) {
    .woocommerce-account .addresses .title h3 {
        font-size:26px
    }
}

.woocommerce-account .addresses address {
    font-size: 22px;
    font-weight: 500;
    letter-spacing: -.02em;
    line-height: 1.45;
    color: #818285
}

@media (max-width: 767px),screen and (max-width:812px) and (orientation:landscape) {
    .woocommerce-account .addresses address {
        font-size:18px
    }
}

.woocommerce-edit-account fieldset {
    border: none;
    margin-top: 70px
}

.woocommerce-edit-account legend {
    font-size: 34px;
    font-weight: 700;
    color: #1db152;
    letter-spacing: -.02em;
    display: block;
    margin-bottom: 15px
}

.woocommerce-checkout #order_review_heading {
    display: none
}

.woocommerce .woocommerce-checkout-review-order table.shop_table .cart_item .product-name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.woocommerce .woocommerce-checkout-review-order table.shop_table td:first-child {
    width: 100%;
}

.woocommerce .woocommerce-checkout-review-order table.shop_table td:last-child {
    width: 50%;
}

.woocommerce .woocommerce-checkout-review-order table.shop_table .cart_item .product-name img {
    width: 101px
}

.woocommerce .woocommerce-checkout-review-order table.shop_table .cart_item .product-total {
    text-align: right
}

.woocommerce .woocommerce-checkout-review-order .product-name-qty {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: -.02em;
    line-height: 1.22;
    color: #1db152;
    padding-left: 18px
}

.woocommerce .woocommerce-checkout-review-order .product-name-qty strong {
    display: block;
    color: #5c5c5c
}

.woocommerce .woocommerce-checkout-review-order-table tfoot tr td:last-child {
    text-align: right
}

@media (max-width: 1024px) {
    .woocommerce .woocommerce-checkout-review-order-table tr td:last-child {
        width:130px
    }
}

.woocommerce ul#shipping_method li label {
    display: inline-block
    vertical-align: middle;
}

.woocommerce ul#shipping_method li input {
    vertical-align: middle;
}

#add_payment_method #payment ul.payment_methods,
.woocommerce-cart #payment ul.payment_methods,
.woocommerce-checkout #payment ul.payment_methods {
    background: url(../images/darker-bg.jpg) repeat top;
    border-radius: 0
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
    background-color: transparent
}

.woocommerce .woocommerce-checkout-payment {
    font-size: 18px;
    font-weight: 500;
    color: #5c5c5c;
    line-height: 1.25
}

.woocommerce .woocommerce-checkout-payment label {
    font-size: 22px;
    font-weight: 700;
    display: block;
    padding-left: 30px;
    position: relative;
    line-height: 1.33
}

.woocommerce .woocommerce-checkout-payment label:before {
    content: "";
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 1px solid #1db152;
    background: #fff;
    -webkit-box-shadow: inset 0 0 0 3px #fff;
    box-shadow: inset 0 0 0 3px #fff;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.woocommerce .woocommerce-checkout-payment .payment_method_stripe {
    padding-left: 0;
    padding-right: 0;
}

.woocommerce .woocommerce-checkout-payment .payment_method_stripe label {
    padding-left: 0;
}

.woocommerce .woocommerce-checkout-payment .payment_method_stripe label:before {
    display: none;
}

.woocommerce form .wc-credit-card-form .form-row label {
    font-size: 15px;
}

@media (max-width: 767px),screen and (max-width:812px) and (orientation:landscape) {
    .woocommerce .woocommerce-checkout-payment label:before {
        -webkit-transform:translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        top: 5px
    }
}

.woocommerce .woocommerce-privacy-policy-text {
    font-size: 16px;
    font-weight: 500;
    color: #5c5c5c;
    line-height: 1.25
}

#add_payment_method #payment ul.payment_methods li input,
.woocommerce-cart #payment ul.payment_methods li input,
.woocommerce-checkout #payment ul.payment_methods li input {
    display: none
}

#add_payment_method #payment ul.payment_methods li input:checked ~ label:before,
.woocommerce-cart #payment ul.payment_methods li input:checked ~ label:before,
.woocommerce-checkout #payment ul.payment_methods li input:checked ~ label:before {
    background: #1db152
}

#add_payment_method #payment .payment_method_paypal .about_paypal,
.woocommerce-cart #payment .payment_method_paypal .about_paypal,
.woocommerce-checkout #payment .payment_method_paypal .about_paypal {
    color: #1db152;
    font-size: 14px
}

.woocommerce table.shop_table.woocommerce-checkout-review-order-table tbody td,
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tbody th,
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot td,
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot th {
    border-top: none;
    border-bottom: 1px solid #b0c8e4;
    padding: 12px 0
}

#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
    background: none
}

#add_payment_method #payment div.payment_box:before,
.woocommerce-cart #payment div.payment_box:before,
.woocommerce-checkout #payment div.payment_box:before,
.woocommerce .woocommerce-terms-and-conditions-wrapper label:before,
.woocommerce form .form-row .input-checkbox {
    display: none
}

.woocommerce form .form-row .required {
    padding-left: 0
}

.woocommerce form .form-row .required:after {
    display: none!important
}

.woocommerce-page form .form-row .woocommerce-terms-and-conditions-wrapper label.checkbox,
.woocommerce form .form-row .woocommerce-terms-and-conditions-wrapper label.checkbox {
    padding-left: 0;
    display: block;
    margin-bottom: 20px
}

.woocommerce-page form .form-row .woocommerce-terms-and-conditions-wrapper label.checkbox span,
.woocommerce form .form-row .woocommerce-terms-and-conditions-wrapper label.checkbox span {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.25;
    color: #5c5c5c
}

.woocommerce-page form .form-row .woocommerce-terms-and-conditions-wrapper label.checkbox span:after,
.woocommerce form .form-row .woocommerce-terms-and-conditions-wrapper label.checkbox span:after {
    width: 15px;
    height: 15px;
    top: 2px
}

.woocommerce .woocommerce-terms-and-conditions-wrapper .woocommerce-privacy-policy-text {
    margin-bottom: 25px
}

.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
    width: 100%
}

.woocommerce #payment #place_order:before,
.woocommerce-page #payment #place_order:before {
    background: url(../images/btn-bg-large.jpg) no-repeat 50%
}

.woocommerce div.product .row--flex,
.woocommerce-cart .row--flex,
.woocommerce .woocommerce-checkout .row--flex {
    display: flex;
    flex-wrap: wrap;
}

.woocommerce-order-received .section--woocommerce .section__head,
.woocommerce-order-received .section--woocommerce .woocommerce {
    max-width: 765px;
    width: 100%;
    margin-left: auto;
    margin-right: auto
}

.woocommerce-order-received .woocommerce-thankyou-order-details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: url(../images/order-received-bg.jpg) repeat top;
    text-align: center;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.18;
    color: #5c5c5c;
    padding: 33px 0
}

@media (max-width: 767px),screen and (max-width:812px) and (orientation:landscape) {
    .woocommerce-order-received .woocommerce-thankyou-order-details {
        display:block;
        font-size: 18px
    }
}

.woocommerce-order-received .woocommerce-thankyou-order-details strong {
    display: block;
    font-weight: 700;
    color: #1db152
}

.woocommerce-order-received .woocommerce-thankyou-order-details div {
    padding: 0 20px
}

@media (max-width: 767px),screen and (max-width:812px) and (orientation:landscape) {
    .woocommerce-order-received .woocommerce-thankyou-order-details div {
        padding:10px
    }
}

.woocommerce-order-received .payment-message-wrapper {
    text-align: center;
    margin: 10px 0 32px;
    font-size: 16px;
    color: #1db152
}

.woocommerce-order-received .woocommerce-order-details {
    margin-bottom: 53px
}

.woocommerce-order-received .woocommerce-order-details .woocommerce-order-details__title {
    text-align: center;
    letter-spacing: 0
}

.woocommerce-order-received .woocommerce-order-details table.order_total {
    border-bottom: 1px solid #b0c8e4
}

.woocommerce-order-received .woocommerce-order-details table.order_details {
    margin-bottom: 0
}

.woocommerce-order-received table.woocommerce-table td,
.woocommerce-order-received table.woocommerce-table th {
    border-top: 1px solid #b0c8e4!important;
    line-height: 1.4
}

.woocommerce-order-received table.woocommerce-table tbody tr td {
    padding: 13px 0
}

.woocommerce-order-received table.woocommerce-table tbody tr td:first-child {
    width: 101px
}

@media (max-width: 767px),screen and (max-width:812px) and (orientation:landscape) {
    .woocommerce-order-received table.woocommerce-table tbody tr td:first-child {
        width:50px
    }
}

.woocommerce-order-received table.woocommerce-table tbody tr td:nth-child(2) {
    width: 270px;
    padding-left: 20px
}

@media (max-width: 767px),screen and (max-width:812px) and (orientation:landscape) {
    .woocommerce-order-received table.woocommerce-table tbody tr td:nth-child(2) {
        width:auto;
        padding-left: 10px
    }
}

.woocommerce-order-received table.woocommerce-table tbody tr td:nth-child(2) a,
.woocommerce-order-received table.woocommerce-table tbody tr td:nth-child(2) strong {
    text-decoration: none;
    color: #1db152;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.4
}

@media (max-width: 767px),screen and (max-width:812px) and (orientation:landscape) {
    .woocommerce-order-received table.woocommerce-table tbody tr td:nth-child(2) a,
    .woocommerce-order-received table.woocommerce-table tbody tr td:nth-child(2) strong {
        font-size:16px
    }
}

.woocommerce-order-received table.woocommerce-table tbody tr td:last-child {
    text-align: right;
    color: #5c5c5c;
    font-size: 20px;
    font-weight: 700;
    padding-right: 7px
}

@media (max-width: 767px),screen and (max-width:812px) and (orientation:landscape) {
    .woocommerce-order-received table.woocommerce-table tbody tr td:last-child {
        width:80px;
        font-size: 16px
    }
}

.woocommerce-order-received table.woocommerce-table tfoot tr td small {
    font-weight: 700
}

.woocommerce-order-received table.woocommerce-table tfoot tr td:last-child {
    text-align: right;
    color: #5c5c5c;
    font-size: 22px;
    font-weight: 700;
    padding-right: 12px
}

@media (max-width: 767px),screen and (max-width:812px) and (orientation:landscape) {
    .woocommerce-order-received table.woocommerce-table tfoot tr td:last-child {
        font-size:18px
    }
}

.woocommerce-order-received .woocommerce-customer-details .woocommerce-columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.woocommerce-order-received .woocommerce-customer-details .woocommerce-columns:after,
.woocommerce-order-received .woocommerce-customer-details .woocommerce-columns:before {
    display: none
}

.woocommerce-order-received .woocommerce-customer-details .woocommerce-column {
    width: 40%
}

@media (max-width: 767px),screen and (max-width:812px) and (orientation:landscape) {
    .woocommerce-order-received .woocommerce-customer-details .woocommerce-column {
        width:100%;
        margin-bottom: 35px;
        text-align: center
    }
}

.woocommerce-order-received .woocommerce-customer-details address {
    border: none;
    border-radius: 0;
    padding: 0;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.45;
    color: #5c5c5c
}

@media (max-width: 767px),screen and (max-width:812px) and (orientation:landscape) {
    .woocommerce-order-received .woocommerce-customer-details address {
        font-size:18px;
        text-align: center
    }
}

.woocommerce-order-received .woocommerce-customer-details h2 {
    letter-spacing: 0;
    margin-bottom: 15px
}

.woocommerce-notices-wrapper {
    padding: 0;
    margin-bottom: 15px
}

.woocommerce form.woocommerce-form-coupon .form-row-first {
    margin-top: 7px
}

.woocommerce-cart .heading {
    display: none;
}

.woocommerce-cart {
    background: #f3f2f2;
}

.woocommerce-cart .wrap._overlay .container:before {
    background: #f3f2f2;
}

/* ------------------------------------------------------------ *\
    Cart Holder
\* ------------------------------------------------------------ */

.cart-holder {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.cart-holder .cart__toggle {
    display: block;
    position: relative;
    height: 56px;
    width: 38px;
    margin-top: 0;
    padding: 12px 6px;
    z-index: 25;
    background: #fff;
}

.cart-holder .cart__toggle span {
    position: absolute;
    top: 14px;
    right: 3px;
    font-size: 9px;
    background: #f04e37;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    width: 15px;
    height: 15px;
    padding-bottom: 2px;
}

.cart-holder .cart__toggle svg path {
    fill: #1db152;
}

.cart-holder .cart__dropdown {
    position: absolute;
    width: 240px;
    top: 100%;
    right: 0;
    padding: 20px;
    background: white;
    z-index: 20;
    box-shadow: 0 0 10px 3px rgba(78, 78, 78, .16);
    opacity: 0;
    visibility: hidden;
}

.cart-holder .cart__dropdown ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
    display: block !important;
}

.cart-holder .cart__dropdown ul > li + li {
    margin: 0 !important;
    border-bottom: 1px solid #cee4fd;
}

.cart-holder .cart__dropdown ul > li {
    border-top: 1px solid #cee4fd;
}

.cart-holder .cart__dropdown a {
    text-decoration: none;
    position: relative;
    display: block;
    padding: 10px 5px 10px 38px;
}

.cart-holder .cart__dropdown span {
    display: block;
    font-size: 16px;
    font-weight: 700;
    color: $c-base;
}

.cart-holder .cart__dropdown a i {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.cart-holder:hover .cart__dropdown {
    opacity: 1;
    visibility: visible;
}

.cart-holder:hover .cart__toggle {
    box-shadow: 0 -10px 10px 3px rgba(78, 78, 78, .16);
}

.cart-holder:hover .cart__toggle svg path {
    fill: #000;
}

/* ------------------------------------------------------------ *\
    Cart
\* ------------------------------------------------------------ */

.cart-item {
    padding: 50px 0;
}

.cart-item .cart__header {
    text-align: center;
    margin-bottom: 55px;
}

.cart-item .cart__body .row--flex {
    justify-content: space-between;
}

.cart-item .cart__body div[class^="col-sm-"] {
    padding: 0;
}

.cart-item .cart__body .col-sm-7 {
    width: 59.33%;
}

.cart-item .cart__body .col-sm-5 {
    width: 38.9%;
}

@media(max-width: 767px){
    .cart-item .cart__body .col-sm-7,
    .cart-item .cart__body .col-sm-5 {
        width: 100%;
    }
}

.cart-item .cart-collaterals {
    border-top: 3px solid #1db152;
    background: #fff;
    padding: 0 20px;
}

.btn[disabled] {
    opacity: .6;
}

.woocommerce table.shop_table td {
    text-align: left;
    font-size: 20px;
}

.woocommerce ul.products li.product .button {
    border: 2px solid #1db152;
    color: #1db152;
}

.woocommerce ul.products li.product .button:hover {
    background: #1db152;
    color: #fff;
}

.section--cart .section__inner {
    padding: 50px 0 0;
}

.section--cart .section__head,
.section--woocommerce .section__head {
    text-align: center;
}

.section--woocommerce .section__head {
    padding: 50px 0 30px;
}

.section--woocommerce .section__inner {
    padding: 0 60px 90px;
}

@media(max-width: 1024px){
    .section--woocommerce .section__inner {
        padding: 0 20px 90px;
    }
}

@media(max-width: 767px){
    .woocommerce div.product + div.product {
        margin-top: 60px;
    }

    .section--woocommerce .section__inner {
        padding: 0 0 50px;
    }
}

.woocommerce .section--shop-dark {
    border-top: 1px solid #d4d3d3;
}

.ico {
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
    position: relative;
}

.ico-shop {
    width: 25px;
    height: 23px;
    background: url(../img/ico-shop-now@2x.png) no-repeat center center/contain;
}

.ico-person {
    width: 20px;
    height: 21px;
    background: url(../img/ico-person@2x.png) no-repeat center center/contain;
}

.ico-person-headphones {
    width: 25px;
    height: 23px;
    background: url(../img/ico-person-headphones@2x.png) no-repeat center center/contain;
}

.ico-close-green {
    width: 19px;
    height: 19px;
    background: url(../img/ico-close-blue@2x.png) no-repeat center center/contain;
}

.woocommerce-button.woocommerce-form-register__submit,
.woocommerce-button.woocommerce-form-login__submit {
    background: #1cb152 !important;
}

.woocommerce-button.woocommerce-form-register__submit:hover,
.woocommerce-button.woocommerce-form-login__submit:hover {
    background-color: #077830 !important;
    border-color: #077830 !important;
}

.woocommerce-button.woocommerce-form-register__submit span,
.woocommerce-button.woocommerce-form-login__submit span {
    transition: margin .3s ease !important;
}

.single-product .woocommerce-message .fa-check,
.single-product .woocommerce-message .fa-check-circle,
.woocommerce-error .fa-check,
.woocommerce-error .fa-check-circle,
.woocommerce-notice--success .fa-check,
.woocommerce-notice--success .fa-check-circle,
.woocommerce-page.single-product .woocommerce-message .fa-check,
.woocommerce-page.single-product .woocommerce-message .fa-check-circle,
.woocommerce-thankyou-order-received .fa-check,
.woocommerce-thankyou-order-received .fa-check-circle,
.woocommerce .woocommerce-info .fa-check,
.woocommerce .woocommerce-info .fa-check-circle,
.woocommerce .woocommerce-message .fa-check,
.woocommerce .woocommerce-message .fa-check-circle {
    color: #1db152;
}

.woocommerce-order-received .woocommerce-customer-details h2 {
    font-size: 28px;
}

/* ------------------------------------------------------------ *\
    Hide Country/Region
\* ------------------------------------------------------------ */

.woocommerce-checkout .address-field#shipping_country_field,
.woocommerce-checkout .address-field#billing_country_field { display: none !important; }
