.prodact-image-container img {
    object-fit: cover;
    transform: scale(1);
    transition: all 0.5s;
    height: 100%;
}

.prodact-post-col {
    -webkit-box-shadow: 0 2px 4px rgb(3 27 78 / 6%);
    box-shadow: 0 2px 4px rgb(3 27 78 / 6%);
    -webkit-transition: -webkit-box-shadow .25s linear;
    transition: -webkit-box-shadow .25s linear;
    transition: box-shadow .25s linear;
    transition: box-shadow .25s linear, -webkit-box-shadow .25s linear;
}

.padding-20 {
    padding: 20px;
}

.button-wrapper.button-with-white-bg.padding-20 {
    padding-top: 0;
}

.prodact-post-col h4 {
    margin: 10px 0;
    font-size: 16px;
}

.prodact-post-col h3 {
    font-weight: 700;
}

.prodact-post-col:hover .prodact-image-container img {
    transform: scale(1.1);
}

.prodact-post-col:hover {
    -webkit-box-shadow: 0 10px 20px rgb(3 27 78 / 10%);
    box-shadow: 0 10px 20px rgb(3 27 78 / 10%);
    color: rgba(3, 27, 78, .7);
}

.prodact-image-container {
    position: relative;
    overflow: hidden;
    height: 220px;
}

.single nav.woocommerce-breadcrumb {
    display: none;
}

.single .wc-breadcrumb-container .woocommerce-breadcrumb {
    display: block;
}

.products-about-read-more-btn {
    display: inline-block;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

.products-about-read-more-btn p {
    font-size: 14px;
    font-weight: 500;
    opacity: 1;
    border-bottom: 1px solid;
    display: inline-block;
}

.products-about-read-more-btn svg {
    height: 8px;
    width: auto;
    position: relative;
    display: inline-block;
    margin-left: 3px;
}

div#product-single-slider img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

#product-single-slider .owl-nav {
    margin: 0;
}

.woocommerce div.product div.summary, .page-template-template-cart .cart_totals {
    margin: 0;
    float: unset;
    width: 100% !important;
}

.booking-container-sec h4 {
    font-size: 20px;
    margin-bottom: 0;
    line-height: normal;
}

div#sidebar {
    display: none;
}

.product-price-sec h1.product_title.entry-title {
    font-size: 20px;
}

.product-price-sec p.price {
    font-size: 15px !important;
    color: #000 !important;
}

.woocommerce .quantity .qty {
    border: 1px solid #DBDBDB;
    padding: 8px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.woocommerce div.product form.cart .button {
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000;
    color: #fff;
}

.product-post-content .col-sm-8 h1 {
    margin-top: 0;
}

.product-sec {
    margin-top: 27px;
    background: #F7F7F7;
    padding: 20px;
}

.woocommerce .woocommerce-breadcrumb {
    font-weight: 900;
    color: #000;
}

.product-post-page {
    padding-top: 50px;
}

.custom-woocommerce-form-coupon-toggle {
    display: flex;
    align-items: center;
    justify-content: left;
    cursor: pointer;
}

.custom-coupon-container {
    width: 100%;
}

.custom-woocommerce-form-coupon-toggle p {
    margin: 0;
}

.custom-coupon-container svg#arrow-down {
    height: 8px;
    width: auto;
    position: relative;
    display: inline-block;
    margin-left: 8px;
}

.cart_totals {
    border: 1px solid #E6E6E6;
}

.cart_totals h2 {
    color: #202124;
    font-size: 18px;
    font-weight: 700;
    background: #F7F7F7;
    margin: 0;
    padding: 15px 20px;
    border-bottom: 1px solid #E6E6E6;
}

.customize-color-wrapper .cart-subtotal.custom-td {
    font-size: 16px;
    font-weight: 500;
}

.custom-td {
    padding: 20px;
    border-bottom: 1px solid #E6E6E6;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

form.checkout_coupon.woocommerce-form-coupon.custom-checkout-coupon {
    border: 0;
    padding: 0;
    margin-bottom: 0;
}

.custom-checkout-coupon .form-row.form-row-first input#coupon_code {
    width: 100%;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 600;
}

.custom-checkout-coupon .form-row.form-row-first {
    width: 70%;
}

.custom-checkout-coupon .form-row.form-row-first, .custom-checkout-coupon .form-row.form-row-last {
    float: unset;
    padding: 0;
    margin: 0;
}

.custom-checkout-coupon-row {
    display: flex;
    align-items: center;
}

.custom-checkout-coupon .form-row.form-row-last {
    width: 30%;
}

.custom-checkout-coupon button.button {
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
    background: #000 !important;
    border: 1px solid;
    color: #FFFFFF !important;
    cursor: pointer;
    font-weight: 500;
    padding: 12px 20px;
    border-radius: 0;
    font-size: 14px;
    height: 45px;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
    background: #FFFFFF !important;
    color: #000 !important;
}

input#coupon_code {
    height: 45px;
    width: 56%;
}

table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents th {
    padding: 20px 16px;
    opacity: 70%;
}

table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents th {
    font-size: 12px;
    text-transform: uppercase;
}

.order-total.custom-td {
    border-top: 1px solid #E6E6E6;
}

ul#shipping_method li, form.woocommerce-shipping-calculator {
    padding: 20px;
    margin: 0 !important;
}

p.woocommerce-shipping-destination {
    padding: 0 20px;
}

ul#shipping_method li {
    padding-bottom: 7px;
}

form.woocommerce-shipping-calculator {
    padding-top: 7px;
}

form.woocommerce-shipping-calculator a.shipping-calculator-button {
    margin: 0 !important;
}

a.checkout-button.button.alt.wc-forward {
    height: 100%;
    margin-bottom: 0;
}

.wc-proceed-to-checkout {
    padding: 0 !important;
}

table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents thead {
    background: #F7F7F7;
}

span.woocommerce-input-wrapper input, span.select2-selection.select2-selection--single, form.woocommerce-EditAccountForm.edit-account input {
    height: 42px;
    padding: 10px;
}

span.select2-selection.select2-selection--single {
    padding: 6px;
}

textarea#order_comments {
    height: 140px;
}

#order_review table.shop_table.woocommerce-checkout-review-order-table td.product-thumbnail img {
    width: 80px;
    height: 80px;
    object-fit: cover;
}

form.woocommerce-EditAccountForm.edit-account fieldset {
    margin-bottom: 25px;
}

form.woocommerce-EditAccountForm.edit-account input {
    height: 42px;
}

form.woocommerce-EditAccountForm.edit-account fieldset {
    margin-bottom: 25px;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
    list-style-type: none;
    margin-top: 23px;
}

nav.woocommerce-MyAccount-navigation .is-active {
    opacity: 100%;
    border-left: 2px solid #000;
}

li.woocommerce-MyAccount-navigation-link {
    color: #000;
    font-size: 14px;
    font-weight: 600;
    border-top: 1px solid #E6E6E6;
    border-bottom: 1px solid #E6E6E6;
    list-style-type: none;
    padding: 15px 11px;
    opacity: 40%;
}

.woocommerce-account .woocommerce-MyAccount-content {
    border-left: 1px solid #E6E6E6;
    padding-left: 50px;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
    padding-right: 35px;
}

h3.my-account-title {
    margin-top: 0;
    font-size: 16px;
}

.woocommerce-sec-page.my-account-page-sec h1 {
    margin-top: 0;
    margin-bottom: 37px;
}

.woocommerce-section h1 {
    font-size: 24px;
    margin-top: 34px;
    margin-bottom: 17px;
}

a.edit {
    background: #000;
    border: 1px solid;
    color: #FFFFFF;
    padding: 5px 15px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
}

a.edit:hover {
    background: #FFFFFF;

    color: #000;
}

.my-account-page-sec header.woocommerce-Address-title.title {
    height: auto;
    width: 100%;
}

a.checkout-button.button.alt.wc-forward {
    font-size: 18px;
}

@media screen and (max-width:991px) {

    div#customer_details, .col-sm-5.custom-col,
    .row.custom-row .col-sm-8, .cart-collaterals.col-sm-4 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media screen and (max-width:767px) {
    input#coupon_code {
        width: 48%;
    }

    .woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
        width: 100%;
    }
}