/*
 Theme Name:   George Stone Crab
 Description:  Child theme of Woodmart for George Stone Crab. Don't delete Woodmart theme!
 Author:       Absolute Web Services
 Author URI:   https://www.absolutewebservices.com/
 Template:     woodmart
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
*/

.order-now .step-header {
    text-align: center;
}

.order-now .step-header h6 {
    font-size: 13px;
    color: #666666;
}

.order-now .step-content {
    padding-bottom: 30px;
    border-bottom: 1px solid #ebebeb;
}

.order-now .custom-radio.active {
    border: 1px solid #12b1e8;
    box-shadow: 0 0 5px #12b1e8;
}

.order-now .custom-radio input {
    display: none;
}

.order-now .step-content figure {
    margin-bottom: 30px;
}

.order-now .step-content figure img {
    width: 100%;
}

.order-now .step-content h3 {
    font-size: 18px;
    line-height: 1.3;
    text-align: center;
    font-weight: 500;
}

.order-now .step-actions {
    padding: 30px 0;
}

.order-now .btn:not(:disabled) {
    background-color:#12b1e8;
}

.order-now .btn:not(:disabled):hover {
    background-color:#23255e;
}

#order-step-4 .step-content .row .col-md-6:first-child {
    border-right: 1px solid rgba(129,129,129,.2);
}

.order-now-login-form, .order-now-registration-form, .order-now-register {
    padding: 25px 40px;
}

#step-0, #step-4, #step-5 {
    background-color: #23255e;
    color: #fff;
    font-size: 12px;
    border-radius: 5px;
}

.page-template-order-now .page-title, .page-template-order-now .whb-main-header .whb-top-bar, .page-template-order-now .footer-container, .page-template-order-now .whb-general-header-inner .whb-col-center, .page-template-order-now .whb-header-bottom, .page-template-order-now .woodmart-sticky-sidebar-opener {
    display: none;
}

.page-template-order-now .whb-general-header-inner .whb-col-left {
    flex-basis: 100%;
    justify-content: center;
}

#ship-to-different-address label {
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
}

.product-template-default .quantity {
    display: block;
}

.checkout .checkbox input[type=checkbox] {
    position: static;
    margin-left: 0;
}

.woocommerce-shipping-fields {
    border-top: none;
    padding-top: 0;
}

.woocommerce-billing-fields__field-wrapper {
    border-top: 1px solid rgba(129,129,129,.2);
    padding-top: 30px;
}

.woocommerce-shipping-calculator > p {
    text-align: right;
}

#cracked_claws_field label:first-child {
	display: none;
}

@media (max-width: 480px) {
    .whb-full-width .whb-row>.container {
        width: 95%;
    }

    .whb-general-header-inner .woodmart-button-wrapper {
        margin-bottom: 0;
        margin-right: 0;
    }

    .woodmart-burger-icon {
        margin-left: 0;
    }

    .order-now .step-content .sauce + .sauce {
        margin-top: 30px;
    }
}

@media (min-width: 481px) and (max-width: 768px) {
    .order-now .claw, .order-now .sauce {
        padding-bottom: 20px;
    }

    .timeline > li > .timeline-panel:after {
        content: none;
    }

    .timeline > li > .timeline-panel {
        max-width: 95%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 30px;
        margin-top: 20px;
        float: none;
    }

    .timeline > li.timeline-inverted > .timeline-panel {
        float: none;
    }

    .timeline > li > .timeline-panel .timeline-body {
        background-color: #fff;
    }

    .timeline > li > .timeline-badge {
        border: 2px solid #fff;
        top: 0;
        margin-top: 0 !important;
    }
}

@media (min-width: 769px) and (max-width: 991px) {
    .timeline:before {
        top: 242px;
    }

    .timeline > li > .timeline-badge.badgeresponsive {
        margin-top: 72px;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .whb-header {
        padding-top: 152px !important;
    }

    .whb-header-bottom-inner, .whb-header-bottom-inner .whb-text-element  {
        height: 32px;
    }
    
    .order-now .step-content figure {
        margin-bottom: 20px;
    }

    .whb-header .woodmart-button-wrapper {
        margin-bottom: 0;
    }

    .timeline > li > .timeline-panel {
        width: 45%;
        margin-left: 10px;
        margin-right: 10px;
    }
}

@media (min-width: 1025px) and (max-width: 1250px) {
    .timeline > li > .timeline-panel {
        width: 45%;
        margin-left: 2.5%;
        margin-right: 2.5%;
        max-width: 492px;
    }
}


@media (min-width: 1025px) {
    .whb-header {
        padding-top: 188px !important;
    }

    .page-template-order-now .whb-header {
        padding-top: 40px !important;
    }
    
    .whb-header-bottom {
        display: none;
    }

    .page-template-order-now .whb-general-header-inner, .page-template-order-now .whb-general-header .woodmart-logo img {
        height: 60px;
    }
}

@media (max-width: 768px) {
    .woocommerce-cart-form__contents .chained_item td.product-name {
        padding-left: 0 !important;
    }

    .shop_table_responsive .chained_item td:before {
        content: none;
    }

    .woocommerce-cart-form__contents .chained_item td:not(:last-child) {
        border-bottom: none;
    }

    .woocommerce-cart-form__contents tr.chained_item {
        display: flex;
    }
}