.cart-table-content .table-content {
    border: 1px solid #eee
}

.cart-table-content .table-content table {
    width: 100%
}

.cart-table-content .table-content table thead {
    background-color: #f8f8f8
}

.cart-table-content .table-content table thead>tr th {
    color: #333;
    font-size: 15px;
    font-weight: 500;
    padding: 14px 15px 14px 0
}

.cart-table-content .table-content table thead>tr th:first-child {
    padding-left: 30px
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .cart-table-content .table-content table thead>tr th:first-child {
        padding-left: 20px
    }
}

@media only screen and (max-width: 767px) {
    .cart-table-content .table-content table thead>tr th:first-child {
        padding-left: 20px
    }
}

.cart-table-content .table-content table thead>tr th.width-thumbnail {
    min-width: 130px
}

.cart-table-content .table-content table thead>tr th.width-name {
    min-width: 356px
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .cart-table-content .table-content table thead>tr th.width-name {
        min-width: 250px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .cart-table-content .table-content table thead>tr th.width-name {
        min-width: 120px
    }
}

@media only screen and (max-width: 767px) {
    .cart-table-content .table-content table thead>tr th.width-name {
        min-width: 140px
    }
}

.cart-table-content .table-content table thead>tr th.width-price {
    min-width: 118px
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .cart-table-content .table-content table thead>tr th.width-price {
        min-width: 100px
    }
}

@media only screen and (max-width: 767px) {
    .cart-table-content .table-content table thead>tr th.width-price {
        min-width: 100px
    }
}

.cart-table-content .table-content table thead>tr th.width-quantity {
    min-width: 187px
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .cart-table-content .table-content table thead>tr th.width-quantity {
        min-width: 140px
    }
}

@media only screen and (max-width: 767px) {
    .cart-table-content .table-content table thead>tr th.width-quantity {
        min-width: 140px
    }
}

.cart-table-content .table-content table thead>tr th.width-subtotal {
    min-width: 107px
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .cart-table-content .table-content table thead>tr th.width-subtotal {
        min-width: 100px
    }
}

@media only screen and (max-width: 767px) {
    .cart-table-content .table-content table thead>tr th.width-subtotal {
        min-width: 100px
    }
}

.cart-table-content .table-content table thead>tr th.width-remove {
    min-width: 101px
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .cart-table-content .table-content table thead>tr th.width-remove {
        min-width: 67px
    }
}

@media only screen and (max-width: 767px) {
    .cart-table-content .table-content table thead>tr th.width-remove {
        min-width: 67px
    }
}

.cart-table-content .table-content table tbody>tr {
    border-bottom: 1px solid #eee
}

.cart-table-content .table-content table tbody>tr:last-child {
    border-bottom: none
}

.cart-table-content .table-content table tbody>tr td {
    padding: 30px 0 30px 0
}

.cart-table-content .table-content table tbody>tr td:first-child {
    padding-left: 30px
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .cart-table-content .table-content table tbody>tr td:first-child {
        padding-left: 20px
    }
}

@media only screen and (max-width: 767px) {
    .cart-table-content .table-content table tbody>tr td:first-child {
        padding-left: 20px
    }
}

.cart-table-content .table-content table tbody>tr td.product-thumbnail a {
    display: block
}

.cart-table-content .table-content table tbody>tr td.product-thumbnail a img {
    width: 80px;
    border: 1px solid #eee
}

.cart-table-content .table-content table tbody>tr td.product-name h5 {
    display: block;
    font-size: 15px;
    color: #333
}

.cart-table-content .table-content table tbody>tr td.product-name h5 a {
    color: #333
}

.cart-table-content .table-content table tbody>tr td.product-name h5 a:hover {
    color: #4db7b3
}

.cart-table-content .table-content table tbody>tr td.product-price span,
.cart-table-content .table-content table tbody>tr td.product-total span {
    font-size: 15px;
    font-weight: 500;
    color: #4db7b3
}

.cart-table-content .table-content table tbody>tr td.product-remove a {
    font-size: 15px;
    font-weight: 500;
    color: #696969;
    padding: 0 0 3px;
    display: inline-block;
    border-bottom: 1px solid #eee
}

.cart-table-content .table-content table tbody>tr td.product-remove a:hover {
    color: #4db7b3
}

.cart-shiping-update-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 30px;
    border-bottom: 1px solid #eee;
    padding-bottom: 75px;
    margin-bottom: 70px
}

@media only screen and (max-width: 767px) {
    .cart-shiping-update-wrapper {
        display: block;
        padding-bottom: 40px;
        margin-bottom: 35px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .cart-shiping-update-wrapper {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }
}

.cart-shiping-update-wrapper .continure-clear-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

@media only screen and (max-width: 767px) {
    .cart-shiping-update-wrapper .continure-clear-btn {
        display: block
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .cart-shiping-update-wrapper .continure-clear-btn {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }
}

.cart-shiping-update-wrapper .continure-clear-btn .clear-btn {
    margin-left: 22px
}

@media only screen and (max-width: 767px) {
    .cart-shiping-update-wrapper .continure-clear-btn .clear-btn {
        margin: 15px 0
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .cart-shiping-update-wrapper .continure-clear-btn .clear-btn {
        margin: 0px 0 0 12px
    }
}

.cart-shiping-update-wrapper .continure-clear-btn .clear-btn a {
    font-size: 15px;
    font-weight: 700;
    color: #444;
    display: inline-block
}

.cart-shiping-update-wrapper .continure-clear-btn .clear-btn a i {
    margin-right: 8px;
    color: #4db7b3
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .cart-shiping-update-wrapper .continure-clear-btn .clear-btn a i {
        margin-right: 4px
    }
}

.cart-shiping-update-wrapper .continure-clear-btn .clear-btn a:hover {
    color: #4db7b3
}

.cart-shiping-update-wrapper .update-btn a {
    display: inline-block;
    font-size: 15px;
    font-weight: 700;
    color: #ffffff;
    border-radius: 26px;
    padding: 13px 36px;
    background-color: #4db7b3
}

@media only screen and (max-width: 767px) {
    .cart-shiping-update-wrapper .update-btn a {
        padding: 10px 20px
    }
}

.cart-shiping-update-wrapper .update-btn a:hover {
    background-color: #e4573d
}

.coupon-wrap h4 {
    font-size: 18px;
    font-weight: 500;
    margin: 0 0 15px
}

.coupon-wrap .coupon-content p {
    color: #444;
    font-size: 15px;
    margin: 0
}

.input-style.coupon-content-mrg {
    margin: 23px 0 25px
}

@media only screen and (max-width: 767px) {
    .input-style.coupon-content-mrg {
        margin: 15px 0 20px
    }
}

.input-style.input-style-mb {
    margin: 0 0 30px
}

@media only screen and (max-width: 767px) {
    .input-style.input-style-mb {
        margin: 0 0 15px
    }
}

.input-style input {
    background-color: #f8f8f8;
    border: 1px solid #666;
    height: 48px;
    color: #666;
    padding: 3px 20px;
    border-radius: 26px;
    font-size: 15px
}

.input-style input::-moz-input-placeholder {
    color: #666;
    opacity: 1
}

.input-style input::-webkit-input-placeholder {
    color: #666;
    opacity: 1
}

.input-style input:focus {
    background-color: #ffffff;
    border: 1px solid #4db7b3
}

.cart-collaterals-wrap h4 {
    font-size: 18px;
    font-weight: 500;
    margin: 0 0 15px
}

.cart-collaterals-wrap .collaterals-content p {
    color: #444;
    font-size: 15px;
    margin: 0 0 11px
}

.cart-collaterals-wrap .collaterals-content p span {
    font-size: 18px;
    font-weight: 700;
    color: #4db7b3
}

.select-style .select2-container--default .select2-selection--single {
    background-color: #f8f8f8;
    border: 1px solid #f8f8f8;
    height: 48px;
    color: #666;
    border-radius: 26px;
    font-size: 15px;
    padding: 0;
    -webkit-transition: all .0s ease 0s;
    -o-transition: all .0s ease 0s;
    transition: all .0s ease 0s
}

.select-style .select2-container--default .select2-selection--single[aria-expanded="true"] {
    background-color: #ffffff;
    border: 1px solid #4db7b3
}

.select-style .select2-container--default .select2-selection--single span {
    height: 48px;
    line-height: 40px;
    color: #666;
    padding: 3px 20px;
    border-radius: 26px
}

.select-style .select2-container--default.select2-container--above .select2-selection--single {
    border-top: none
}

.select-style .select2-container--default.select2-container--below .select2-selection--single {
    border-bottom: none
}

.select2-container .select2-dropdown {
    border: 1px solid #4db7b3
}

.select2-container .select2-dropdown.select2-dropdown--below {
    border-radius: 0px 0px 26px 26px;
    border-top: none
}

.select2-container .select2-dropdown.select2-dropdown--above {
    border-radius: 26px 26px 0px 0px;
    border-bottom: none
}

.select2-container .select2-dropdown.select2-dropdown--above .select2-search--dropdown {
    margin: 7px 0 7px
}

.select2-container .select2-dropdown .select2-search--dropdown {
    padding: 0px 20px 0px;
    margin: 0 0 7px;
    position: relative
}

.select2-container .select2-dropdown .select2-search--dropdown::after {
    content: '\f002';
    font-size: 14px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 40px;
    font-weight: 900;
    font-family: 'Font Awesome 5 Pro';
    display: inline-block;
    cursor: pointer
}

.select2-container .select2-dropdown .select2-search--dropdown:hover::after {
    color: #4db7b3
}

.select2-container .select2-dropdown .select2-search--dropdown>input {
    background-color: #f8f8f8;
    border: 1px solid #f8f8f8;
    height: 40px;
    color: #666;
    padding: 3px 50px 3px 20px;
    border-radius: 26px;
    font-size: 15px
}

.select2-container .select2-dropdown .select2-search--dropdown>input::-moz-input-placeholder {
    color: #666;
    opacity: 1
}

.select2-container .select2-dropdown .select2-search--dropdown>input::-webkit-input-placeholder {
    color: #666;
    opacity: 1
}

.select2-container .select2-dropdown .select2-search--dropdown>input:focus {
    background-color: #ffffff;
    border: 1px solid #4db7b3
}

.select2-container .select2-dropdown .select2-results .select2-results__options .select2-results__option {
    padding: 7px 20px;
    color: #333;
    font-size: 15px
}

.select2-container .select2-dropdown .select2-results .select2-results__options .select2-results__option.select2-results__option--highlighted {
    color: #ffffff;
    background-color: #4db7b3
}

.select2-container .select2-dropdown .select2-results .select2-results__options .select2-results__option[aria-selected="true"] {
    color: #ffffff;
    background-color: #4db7b3
}

.continure-btn a,
.common-btn-style a {
    display: inline-block;
    font-size: 15px;
    font-weight: 700;
    color: #ffffff;
    border-radius: 26px;
    padding: 13px 36px;
    background-color: #4db7b3
}

@media only screen and (max-width: 767px) {
    .continure-btn a,
    .common-btn-style a {
        padding: 10px 20px
    }
}

.continure-btn a.common-btn-padding-2,
.common-btn-style a.common-btn-padding-2 {
    padding: 12px 41px
}

.continure-btn a:hover,
.common-btn-style a:hover {
    background-color: #e4573d
}

.grand-total-wrap {
    background: #f8f8f8;
    border-radius: 5px;
    padding: 25px 30px 40px
}

.grand-total-wrap ul {
    overflow: hidden;
    display: block
}

.grand-total-wrap ul li {
    font-size: 15px;
    color: #444;
    padding: 12px 0;
    border-bottom: 1px solid #eee;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.grand-total-wrap ul li h4 {
    font-size: 18px;
    font-weight: 700;
    color: #4db7b3;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0
}

.grand-total-wrap ul li h4 span {
    margin: 0 5px 0 0;
    font-size: 15px;
    color: #444;
    font-weight: 400
}

.grand-total-wrap .grand-total {
    padding: 25px 0 40px
}

.grand-total-wrap .grand-total h4 {
    font-size: 18px;
    font-weight: 500;
    margin: 0
}

.grand-total-wrap .grand-total h4 span {
    float: right;
    font-size: 20px;
    color: #e4573d;
    font-weight: 700
}

.grand-total-wrap .grand-total-btn a {
    display: block;
    font-size: 15px;
    font-weight: 700;
    color: #ffffff;
    border-radius: 26px;
    padding: 13px 36px;
    background-color: #4db7b3;
    text-align: center
}

.grand-total-wrap .grand-total-btn a:hover {
    background-color: #e4573d
}

@media only screen and (max-width: 767px) {
    .cart-area.pb-35 {
        padding-bottom: 20px
    }
}

.customer-zone>p {
    font-size: 16px;
    color: #444;
    margin: 0 0 0px
}

.customer-zone>p a {
    color: #4db7b3;
    display: inline-block;
    position: relative
}

.customer-zone>p a::before,
.customer-zone>p a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #e7e7e7;
    -webkit-transform-origin: right;
    -ms-transform-origin: right;
    transform-origin: right;
    -webkit-transform: scaleX(1) translateZ(0);
    transform: scaleX(1) translateZ(0);
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s, -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s
}

.customer-zone>p a::after {
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
    -webkit-transform: scaleX(0) translateZ(0);
    transform: scaleX(0) translateZ(0);
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1)
}

.customer-zone>p a:hover::before {
    background-color: #4db7b3;
    -webkit-transform: scaleX(0) translateZ(0);
    transform: scaleX(0) translateZ(0);
    transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1)
}

.customer-zone>p a:hover::after {
    background-color: #4db7b3;
    -webkit-transform: scaleX(1) translateZ(0);
    transform: scaleX(1) translateZ(0);
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s, -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s
}

.customer-zone .checkout-login-info {
    display: none;
    margin: 20px 0 0
}

.customer-zone .checkout-login-info p {
    color: #444;
    font-size: 15px;
    line-height: 1.74;
    margin: 0 0 20px
}

.customer-zone .checkout-login-info .sin-checkout-login label {
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #444;
    margin-bottom: 8px
}

@media only screen and (max-width: 767px) {
    .customer-zone .checkout-login-info .sin-checkout-login.mrg-small-device {
        margin: 0 0 25px
    }
}

.customer-zone .checkout-login-info .button-remember-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 30px 0 24px
}

.customer-zone .checkout-login-info .button-remember-wrap .checkout-login-toggle-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 10px
}

.customer-zone .checkout-login-info .button-remember-wrap .checkout-login-toggle-btn input {
    width: auto;
    height: auto
}

.customer-zone .checkout-login-info .button-remember-wrap .checkout-login-toggle-btn label {
    color: #444;
    font-size: 15px;
    margin: 0 0 0 12px
}

.customer-zone .checkout-login-info .button-remember-wrap button {
    border: none;
    padding: 0;
    font-size: 15px;
    font-weight: 700;
    padding: 10px 41px;
    color: #ffffff;
    border-radius: 26px;
    background-color: #4db7b3
}

.customer-zone .checkout-login-info .button-remember-wrap button:hover {
    background-color: #e4573d
}

.customer-zone .checkout-login-info .lost-password a {
    color: #444;
    font-size: 15px
}

.customer-zone .checkout-login-info .lost-password a:hover {
    color: #4db7b3
}

.customer-zone .checkout-login-info3 {
    width: 370px;
    margin: 27px 0 0;
    display: none
}

@media only screen and (max-width: 767px) {
    .customer-zone .checkout-login-info3 {
        width: 100%
    }
}

.customer-zone .checkout-login-info3 form {
    position: relative
}

.customer-zone .checkout-login-info3 form input {
    padding: 3px 70px 3px 20px
}

.customer-zone .checkout-login-info3 form button {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    padding: 2px 20px;
    font-size: 22px;
    border: none;
    background-color: transparent;
    color: #4db7b3;
    height: 100%;
    border-radius: 26px
}

.customer-zone .checkout-login-info3 form button:hover {
    color: #ffffff;
    background-color: #e4573d
}

.billing-info-wrap h3 {
    font-size: 20px;
    font-weight: 500;
    margin: 0 0 30px
}

@media only screen and (max-width: 767px) {
    .billing-info-wrap h3 {
        margin: 0 0 15px
    }
}

.billing-info-wrap .billing-info label,
.billing-info-wrap .checkout-account-toggle label,
.billing-info-wrap .billing-select label {
    color: #444;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0 0 8px;
    display: block
}

@media only screen and (max-width: 767px) {
    .billing-info-wrap .billing-info label,
    .billing-info-wrap .checkout-account-toggle label,
    .billing-info-wrap .billing-select label {
        margin: 0 0 5px
    }
}

.billing-info-wrap .billing-info input.billing-address,
.billing-info-wrap .checkout-account-toggle input.billing-address,
.billing-info-wrap .billing-select input.billing-address {
    margin: 0 0 30px
}

@media only screen and (max-width: 767px) {
    .billing-info-wrap .billing-info input.billing-address,
    .billing-info-wrap .checkout-account-toggle input.billing-address,
    .billing-info-wrap .billing-select input.billing-address {
        margin: 0 0 25px
    }
}

@media only screen and (max-width: 767px) {
    .billing-info-wrap .billing-info.mb-35,
    .billing-info-wrap .checkout-account-toggle.mb-35,
    .billing-info-wrap .billing-select.mb-35 {
        margin-bottom: 25px
    }
}

.billing-info-wrap .billing-select {
    display: block
}

.billing-info-wrap .billing-select .select2-container--default {
    width: 100%
}

.billing-info-wrap .billing-select .select2-container--default .selection {
    width: 100%
}

.billing-info-wrap .checkout-account {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.billing-info-wrap .checkout-account>input {
    width: auto;
    height: auto
}

.billing-info-wrap .checkout-account>span {
    color: #444;
    font-size: 15px;
    margin-left: 10px
}

.billing-info-wrap .different-address {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.billing-info-wrap .different-address>input {
    width: auto;
    height: auto
}

.billing-info-wrap .different-address>span {
    color: #333;
    font-size: 20px;
    font-weight: 500;
    margin-left: 10px
}

.billing-info-wrap .additional-info-wrap {
    margin: 40px 0 0
}

.billing-info-wrap .additional-info-wrap label {
    color: #444;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0 0 8px;
    display: block
}

.billing-info-wrap .additional-info-wrap textarea {
    height: 100px;
    resize: vertical;
    background: #f5f5f5;
    border: 2px solid #f5f5f5;
    padding: 10px;
    font-size: 15px;
    color: #666
}

.billing-info-wrap .additional-info-wrap textarea:focus {
    background-color: transparent;
    border: 2px solid #4FC1F0
}

.billing-info-wrap .checkout-account-toggle {
    margin-top: 30px
}

.billing-info-wrap .checkout-account-toggle {
    display: none
}

.billing-info-wrap .different-address.open-toggle {
    display: none
}

.payment-details-area {
    border-top: 1px solid #eee;
    margin-top: 50px;
    padding-top: 45px
}

@media only screen and (max-width: 767px) {
    .payment-details-area {
        margin-top: 40px;
        padding-top: 35px
    }
}

.payment-details-area h4 {
    font-size: 20px;
    font-weight: 500;
    margin: 0 0 37px
}

@media only screen and (max-width: 767px) {
    .payment-details-area h4 {
        margin: 0 0 30px
    }
}

.payment-details-area .payment-method {
    margin: 17px 0 0
}

.payment-details-area .payment-method .sin-payment input {
    display: none
}

.payment-details-area .payment-method .sin-payment label {
    padding: 13px 20px;
    border: 1px solid #e0e0e0;
    font-size: 18px;
    font-weight: 500;
    color: #333;
    border-radius: 5px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer
}

.payment-details-area .payment-method .sin-payment label span {
    width: 62px;
    margin-right: 11px;
    position: relative
}

.payment-details-area .payment-method .sin-payment label span .nomal-img {
    opacity: 1;
    visibility: visible
}

.payment-details-area .payment-method .sin-payment label span .active-img {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    visibility: hidden
}

.payment-details-area .payment-method .sin-payment .payment-box {
    margin: 24px 0 22px;
    display: none
}

.payment-details-area .payment-method .sin-payment .payment-box p {
    font-size: 15px;
    color: #444;
    margin: 0
}

.payment-details-area .payment-method .sin-payment.payment-selected label {
    background: #edf4fe;
    border: 1px solid #edf4fe;
    color: #387aff
}

.payment-details-area .payment-method .sin-payment.payment-selected label span .nomal-img {
    opacity: 0;
    visibility: hidden
}

.payment-details-area .payment-method .sin-payment.payment-selected label span .active-img {
    opacity: 1;
    visibility: visible
}

.order-summary {
    background: #f8f8f8;
    padding: 36px 30px 34px;
    margin-left: 30px
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .order-summary {
        margin-left: 0px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .order-summary {
        margin-left: 0px;
        margin-top: 50px
    }
}

@media only screen and (max-width: 767px) {
    .order-summary {
        margin-left: 0px;
        margin-top: 30px;
        padding: 36px 15px 34px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .order-summary {
        padding: 36px 30px 34px
    }
}

.order-summary .order-summary-title h3 {
    font-size: 20px;
    font-weight: 500;
    padding: 0 0 20px;
    border-bottom: 1px solid #eee;
    margin: 0
}

.order-summary .order-summary-top .order-summary-img-price {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 20px 0;
    border-bottom: 1px solid #eee
}

.order-summary .order-summary-top .order-summary-img-price .order-summary-img-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.order-summary .order-summary-top .order-summary-img-price .order-summary-img-title .order-summary-img {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 80px;
    -ms-flex: 0 0 80px;
    flex: 0 0 80px;
    margin-right: 20px
}

@media only screen and (max-width: 767px) {
    .order-summary .order-summary-top .order-summary-img-price .order-summary-img-title .order-summary-img {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 70px;
        -ms-flex: 0 0 70px;
        flex: 0 0 70px;
        margin-right: 10px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .order-summary .order-summary-top .order-summary-img-price .order-summary-img-title .order-summary-img {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 80px;
        -ms-flex: 0 0 80px;
        flex: 0 0 80px;
        margin-right: 20px
    }
}

.order-summary .order-summary-top .order-summary-img-price .order-summary-img-title .order-summary-img a {
    display: block
}

.order-summary .order-summary-top .order-summary-img-price .order-summary-img-title .order-summary-img a img {
    width: 100%
}

.order-summary .order-summary-top .order-summary-img-price .order-summary-img-title .order-summary-title h4 {
    font-size: 15px;
    margin: 0;
    width: 60%;
    line-height: 1.74
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .order-summary .order-summary-top .order-summary-img-price .order-summary-img-title .order-summary-title h4 {
        width: 90%
    }
}

@media only screen and (max-width: 767px) {
    .order-summary .order-summary-top .order-summary-img-price .order-summary-img-title .order-summary-title h4 {
        width: 95%
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .order-summary .order-summary-top .order-summary-img-price .order-summary-img-title .order-summary-title h4 {
        width: 60%
    }
}

.order-summary .order-summary-top .order-summary-img-price .order-summary-img-title .order-summary-title h4 span {
    color: #9b9b9b;
    font-weight: 700
}

.order-summary .order-summary-top .order-summary-img-price .order-summary-price span {
    font-weight: 700;
    font-size: 15px;
    color: #4db7b3
}

.order-summary .order-summary-middle ul {
    overflow: hidden;
    display: block
}

.order-summary .order-summary-middle ul li {
    font-size: 15px;
    color: #444;
    padding: 12px 0;
    border-bottom: 1px solid #eee;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.order-summary .order-summary-middle ul li h4 {
    font-size: 18px;
    font-weight: 700;
    color: #4db7b3;
    display: block;
    text-align: right;
    margin: 0
}

.order-summary .order-summary-middle ul li h4 span {
    margin: 0 5px 0 0;
    font-size: 15px;
    color: #444;
    display: block;
    font-weight: 400
}

.order-summary .order-summary-middle ul li h4 span.price {
    color: #444;
    font-weight: 700;
    font-size: 15px
}

.order-summary .order-summary-bottom h4 {
    font-size: 18px;
    font-weight: 500;
    margin: 16px 0 0
}

.order-summary .order-summary-bottom h4 span {
    float: right;
    font-size: 20px;
    color: #e4573d;
    font-weight: 700
}

.product-quality {
    position: relative;
    width: 110px
}

.product-quality input {
    width: 110px;
    font-size: 15px;
    font-weight: 700;
    color: #333;
    padding: 2px 30px 2px 10px;
    border: 1px solid #f5f5f5;
    background-color: #f5f5f5;
    text-align: center;
    border-radius: 26px;
    height: 48px
}

.product-quality .qtybutton {
    font-size: 0
}

.product-quality .qtybutton.dec {
    position: absolute;
    width: 30px;
    height: 15px;
    text-align: center;
    right: 0;
    bottom: 7px
}

.product-quality .qtybutton.dec::before {
    content: '';
    position: absolute;
    right: 14px;
    bottom: 8px;
    border-top: 5px solid #696969;
    border-left: 5px solid transparent !important;
    border-right: 5px solid transparent !important;
    -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    cursor: pointer
}

.product-quality .qtybutton.dec:hover::before {
    border-top: 5px solid #4db7b3
}

.product-quality .qtybutton.inc {
    position: absolute;
    width: 30px;
    height: 15px;
    right: 0;
    top: 9px
}

.product-quality .qtybutton.inc::after {
    content: '';
    position: absolute;
    right: 14px;
    top: 8px;
    border-bottom: 5px solid #696969;
    border-left: 5px solid transparent !important;
    border-right: 5px solid transparent !important;
    -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    cursor: pointer
}

.product-quality .qtybutton.inc:hover::after {
    border-bottom: 5px solid #4db7b3
}

.select-style.select-style-mrg-1 {
    margin-bottom: 30px
}

.select-style .select2-container--default {
    width: 100%;
    display: block
}

.select-style .select2-container--default .select2-selection--single {
    background-color: #f8f8f8;
    border: 1px solid #f8f8f8;
    height: 48px;
    color: #666;
    border-radius: 26px;
    font-size: 15px;
    padding: 0;
    -webkit-transition: all .0s ease 0s;
    -o-transition: all .0s ease 0s;
    transition: all .0s ease 0s
}

.select-style .select2-container--default .select2-selection--single[aria-expanded="true"] {
    background-color: #ffffff;
    border: 1px solid #4db7b3
}

.select-style .select2-container--default .select2-selection--single span {
    height: 48px;
    line-height: 40px;
    color: #666;
    padding: 3px 20px;
    border-radius: 26px
}

.select-style .select2-container--default.select2-container--above .select2-selection--single {
    border-top: none
}

.select-style .select2-container--default.select2-container--below .select2-selection--single {
    border-bottom: none
}

.select2-container .select2-dropdown {
    border: 1px solid #4db7b3
}

.select2-container .select2-dropdown.select2-dropdown--below {
    border-radius: 0px 0px 26px 26px;
    border-top: none
}

.select2-container .select2-dropdown.select2-dropdown--above {
    border-radius: 26px 26px 0px 0px;
    border-bottom: none
}

.select2-container .select2-dropdown.select2-dropdown--above .select2-search--dropdown {
    margin: 7px 0 7px
}

.select2-container .select2-dropdown .select2-search--dropdown {
    padding: 0px 20px 0px;
    margin: 0 0 7px;
    position: relative
}

.select2-container .select2-dropdown .select2-search--dropdown::after {
    content: '\f002';
    font-size: 14px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 40px;
    font-weight: 900;
    font-family: 'Font Awesome 5 Pro';
    display: inline-block;
    cursor: pointer
}

.select2-container .select2-dropdown .select2-search--dropdown:hover::after {
    color: #4db7b3
}

.select2-container .select2-dropdown .select2-search--dropdown>input {
    background-color: #f8f8f8;
    border: 1px solid #f8f8f8;
    height: 40px;
    color: #666;
    padding: 3px 50px 3px 20px;
    border-radius: 26px;
    font-size: 15px
}

.select2-container .select2-dropdown .select2-search--dropdown>input::-moz-input-placeholder {
    color: #666;
    opacity: 1
}

.select2-container .select2-dropdown .select2-search--dropdown>input::-webkit-input-placeholder {
    color: #666;
    opacity: 1
}

.select2-container .select2-dropdown .select2-search--dropdown>input:focus {
    background-color: #ffffff;
    border: 1px solid #4db7b3
}

.select2-container .select2-dropdown .select2-results .select2-results__options .select2-results__option {
    padding: 7px 20px;
    color: #333;
    font-size: 15px
}

.select2-container .select2-dropdown .select2-results .select2-results__options .select2-results__option.select2-results__option--highlighted {
    color: #ffffff;
    background-color: #4db7b3
}

.select2-container .select2-dropdown .select2-results .select2-results__options .select2-results__option[aria-selected="true"] {
    color: #ffffff;
    background-color: #4db7b3
}

.wishlist-table-content .table-content {
    border: 1px solid rgba(0, 0, 0, 0.08)
}

.wishlist-table-content .table-content table {
    width: 100%
}

.wishlist-table-content .table-content table tbody>tr {
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.wishlist-table-content .table-content table tbody>tr:hover {
    background-color: rgba(0, 0, 0, 0.05)
}

.wishlist-table-content .table-content table tbody>tr:last-child {
    border-bottom: none
}

.wishlist-table-content .table-content table tbody>tr td {
    text-align: center;
    padding: 17px 5px;
    border-right: 1px solid rgba(0, 0, 0, 0.08)
}

@media only screen and (max-width: 767px) {
    .wishlist-table-content .table-content table tbody>tr td {
        padding: 15px 15px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .wishlist-table-content .table-content table tbody>tr td {
        padding: 15px 10px
    }
}

.wishlist-table-content .table-content table tbody>tr td:last-child {
    border-right: none
}

.wishlist-table-content .table-content table tbody>tr td.wishlist-product-thumbnail {
    width: 128px
}

.wishlist-table-content .table-content table tbody>tr td.wishlist-product-thumbnail a i {
    font-size: 16px;
    color: #9b9b9b
}

.wishlist-table-content .table-content table tbody>tr td.wishlist-product-thumbnail a i:hover {
    color: #e4573d
}

.wishlist-table-content .table-content table tbody>tr td.wishlist-product-img {
    width: 90px;
    padding: 10px 5px
}

.wishlist-table-content .table-content table tbody>tr td.wishlist-product-img a {
    display: block;
    width: 79px
}

.wishlist-table-content .table-content table tbody>tr td.wishlist-product-img a img {
    width: 100%
}

.wishlist-table-content .table-content table tbody>tr td.wishlist-product-info {
    width: 692px
}

@media only screen and (max-width: 767px) {
    .wishlist-table-content .table-content table tbody>tr td.wishlist-product-info {
        min-width: 200px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .wishlist-table-content .table-content table tbody>tr td.wishlist-product-info {
        min-width: 180px
    }
}

.wishlist-table-content .table-content table tbody>tr td.wishlist-product-info h5 {
    font-weight: 700;
    font-size: 15px;
    margin: 0
}

.wishlist-table-content .table-content table tbody>tr td.wishlist-product-info h5 a {
    color: #333
}

.wishlist-table-content .table-content table tbody>tr td.wishlist-product-info h5 a:hover {
    color: #4db7b3
}

.wishlist-table-content .table-content table tbody>tr td.wishlist-product-info .wishlist-product-price {
    margin: 5px 0 5px
}

.wishlist-table-content .table-content table tbody>tr td.wishlist-product-info .wishlist-product-price span {
    font-weight: 700;
    color: #4db7b3;
    font-size: 18px
}

.wishlist-table-content .table-content table tbody>tr td.wishlist-product-info .wishlist-product-price span.old-price {
    color: #777;
    font-size: 15px;
    font-weight: 400;
    margin-left: 5px;
    text-decoration: line-through
}

.wishlist-table-content .table-content table tbody>tr td.wishlist-product-info>span {
    color: #444;
    font-size: 15px;
    display: block;
    line-height: 1
}

@media only screen and (max-width: 767px) {
    .wishlist-table-content .table-content table tbody>tr td.wishlist-product-info>span {
        line-height: 1.5
    }
}

.wishlist-table-content .table-content table tbody>tr td.wishlist-product-add-wrap {
    width: 507px
}

@media only screen and (max-width: 767px) {
    .wishlist-table-content .table-content table tbody>tr td.wishlist-product-add-wrap {
        min-width: 200px
    }
}

.wishlist-table-content .table-content table tbody>tr td.wishlist-product-add-wrap span {
    color: #444;
    font-size: 15px;
    display: block;
    margin: 0 0 6px
}

.wishlist-table-content .table-content table tbody>tr td.wishlist-product-add-wrap .wishlist-product-add a {
    display: inline-block;
    padding: 14px 20px;
    font-size: 15px;
    font-weight: 700;
    border-radius: 26px;
    line-height: 1;
    color: #ffffff;
    background-color: #4db7b3
}

.wishlist-table-content .table-content table tbody>tr td.wishlist-product-add-wrap .wishlist-product-add a:hover {
    background-color: #e4573d
}

.wishlist-bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 35px
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .wishlist-bottom {
        display: block
    }
}

@media only screen and (max-width: 767px) {
    .wishlist-bottom {
        display: block;
        margin-top: 25px
    }
}

.wishlist-bottom .wishlist-social-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .wishlist-bottom .wishlist-social-wrap {
        margin-bottom: 10px
    }
}

@media only screen and (max-width: 767px) {
    .wishlist-bottom .wishlist-social-wrap {
        margin-bottom: 10px
    }
}

.wishlist-bottom .wishlist-social-wrap span {
    color: #666;
    font-size: 15px;
    display: inline-block;
    margin-right: 10px
}

@media only screen and (max-width: 767px) {
    .wishlist-bottom .wishlist-social-wrap span {
        margin-right: 5px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .wishlist-bottom .wishlist-social-wrap span {
        margin-right: 10px
    }
}

.wishlist-bottom .wishlist-social-wrap .wishlist-social a {
    color: #333;
    font-size: 15px;
    margin-right: 8px;
    display: inline-block
}

@media only screen and (max-width: 767px) {
    .wishlist-bottom .wishlist-social-wrap .wishlist-social a {
        margin-right: 3px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .wishlist-bottom .wishlist-social-wrap .wishlist-social a {
        margin-right: 8px
    }
}

.wishlist-bottom .wishlist-social-wrap .wishlist-social a:hover {
    color: #4db7b3
}

.wishlist-bottom .wishlist-social-wrap .wishlist-social a:last-child {
    margin-right: 0px
}

.wishlist-bottom .wishlist-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

@media only screen and (max-width: 767px) {
    .wishlist-bottom .wishlist-link {
        display: block
    }
}

.wishlist-bottom .wishlist-link span {
    color: #666;
    font-size: 15px;
    display: inline-block;
    margin-right: 10px
}

.wishlist-bottom .wishlist-link .wishlist-input-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

@media only screen and (max-width: 767px) {
    .wishlist-bottom .wishlist-link .wishlist-input-wrap {
        display: block
    }
}

@media only screen and (max-width: 767px) {
    .wishlist-bottom .wishlist-link .wishlist-input-wrap .wishlist-input {
        margin: 10px 0 10px
    }
}

.wishlist-bottom .wishlist-link .wishlist-input-wrap .wishlist-input input {
    background-color: #f8f8f8;
    border: 1px solid #f8f8f8;
    color: #666;
    height: 48px;
    font-size: 15px;
    border-radius: 26px;
    padding: 3px 20px;
    width: 232px
}

@media only screen and (max-width: 767px) {
    .wishlist-bottom .wishlist-link .wishlist-input-wrap .wishlist-input input {
        width: 100%
    }
}

.wishlist-bottom .wishlist-link .wishlist-input-wrap .wishlist-btn {
    margin-left: 10px
}

@media only screen and (max-width: 767px) {
    .wishlist-bottom .wishlist-link .wishlist-input-wrap .wishlist-btn {
        margin-left: 0px
    }
}

.wishlist-bottom .wishlist-link .wishlist-input-wrap .wishlist-btn a {
    display: inline-block;
    font-size: 15px;
    font-weight: 700;
    color: #ffffff;
    border-radius: 26px;
    padding: 0 41px;
    padding: 9px 41px 13px;
    background-color: #4db7b3
}