/* - - - - - - - - - - - - - - - GRID - - - - - - - - - - - - - - -*/
.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x));
}

.row>* {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y);
}

@media (min-width: 768px) {
    .col-md-4 {
        flex: 0 0 auto;
        width: 30.33333333%;
    }

    .col-md-8 {
        flex: 0 0 auto;
        width: 69.66666667%;
    }
}

@media (min-width: 1024px) {
    .single-product div.product .content-single-images-wrapper {
        width: calc(38%);
    }

    .single-product .summary {
        width: calc(62% - 45px);
    }

}

@media (max-width: 1024px) {

    #post-1447,
    #post-113493 {
        padding: 0 15px;
    }
}

/* - - - - - - - - - - - - - - - /GRID - - - - - - - - - - - - - - -*/
/* --------------------- thankyou Page ------------------------*/
body.woocommerce-order-receive {
    font-family: Montserrat, Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 16px;
}

body.woocommerce-order-received .woocommerce-order .alert-message,
.alert {
    margin-bottom: 20px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.11);
    padding-left: 61px !important;
    position: relative;
    overflow: hidden;
    font-weight: 500;
    width: 100% !important;
}

body.woocommerce-order-received .woocommerce-order .alert-message .payment-method-icon,
.alert-white .icon {
    -webkit-border-radius: 3px 0 0 3px;
    text-align: center;
    width: 45px;
    height: 102%;
    position: absolute;
    top: -1px;
    left: -1px;
    border: 1px solid #bdbdbd;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    fill: white;
}

body.woocommerce-order-received .woocommerce-order .alert-white.rounded .icon svg {
    box-sizing: border-box;
    overflow: hidden;
    width: 25px;
}

body.woocommerce-order-received .woocommerce-order .icon:after {
    border-color: #ff8787;
    background: #ff0000;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    display: block;
    content: "";
    width: 10px;
    height: 10px;
    border: 1px solid #bdbdbd;
    position: absolute;
    border-left: 0;
    border-bottom: 0;
    top: 50%;
    right: -6px;
    margin-top: -5px;
    text-align: center;
}

body.woocommerce-order-received .woocommerce-order .tablekeys thead tr {
    font-size: 18px;
    color: #fff;
    line-height: 1.4;
    background-color: #00397a !important;

}

body.woocommerce-order-received .woocommerce-order .tablekeys th {
    border: 1px solid #e7e7e7 !important;
    padding: 5px 15px !important;
    color: #fff;
    text-align: center;
}

/* -------------------- end thankyou Page ---------------------*/
/* ------------------ hover layer slider  -----------------*/
body.home .site-main .sr7-layer {
    /*display: none !important;*/
}

/* ------------------ en hover layer slider  -----------------*/
.product-transition .woocommerce-loop-product__link {
    position: absolute !important;
}

.product_list_widget .woocommerce-loop-product__title {
    -webkit-line-clamp: 3;
}

@media (min-width: 768px) {
    #page .site-content {
        margin-bottom: 0;
    }

    body.single-product #page .site-content {
        margin-top: 0px;
        margin-bottom: 0;
    }

    .single-product .woocommerce-tabs {
        padding: 30px 0 0;
    }
}

.related,
.upsells {
    padding-top: 50px;
    margin-bottom: 0;
}



#sticky-header.elementor-element.hfe-sticky {
    position: fixed;
    left: 0;
    width: 100%;
    top: 0;
    animation: slide-down 0.8s;
}

.admin-bar #sticky-header.elementor-element.hfe-sticky {
    top: 32px;
}

@keyframes slide-down {
    0% {
        opacity: 0;
        transform: translateY(-100%);
    }

    100% {
        opacity: 0.9;
        transform: translateY(0);
    }
}

@media(max-width: 767px) {

    #sticky-header.elementor-element.hfe-sticky {
        top: 0;
    }
}


footer {
    color: #888;
}

footer ul {
    margin: 0;
    list-style: none;
}

footer .nav-vertical-navigation ul.menu>li {
    padding: 0 0;
}

ul.products li.product h3,
ul.products li.product .woocommerce-loop-product__title {
    display: block;
}

.product-transition {
    border-radius: 15px;
    box-shadow: 4px 4px 11px #a9a9a9;
}


.label-wrapper,
.razox-gift-label,
.single-product .entry-summary-top {
    display: none;
}

.entry-summary .razox-single-product-extra-description {
    padding: 0 0 30px;
    border-bottom: 0;
}

.features-product {
    display: grid;
    grid-template-columns: auto auto auto;
    text-align: center;
    margin-top: 10px;
    gap: 5px;
    font-size: 13px;
    max-width: 100%;
}

.product_list_widget .features-product,
.woocommerce .products .features-product {
    display: none !important;
}

/*
.features-product div {
    border: 1px;
    border-style: dashed;
    padding: 3px 5px;
}*/
.features-product div {
    border: 1px dashed;
    border-style: dashed;
    padding: 3px 5px;
    position: relative;
}

.button-wrap {
    max-width: 100%;
    margin: 0 auto;
    padding-top: 5px;
    display: flex;
    flex-wrap: nowrap;
    gap: 10px;
}

.button-wrap a {
    position: relative;
    width: 100%;
    text-align: center;
    border-radius: 5px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: auto !important;
}

.global-tooltip .button-wrap a {

    background-color: transparent;

}

.button-wrap a img {
    border-radius: 0;
    overflow: hidden;
    height: 18px;
    width: auto;
}

.global-tooltip .button-wrap a img {
    height: 26px;
    background-color: transparent;
}


/*border image*/

.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
    border-radius: 13px 8px !important;
}

.woocommerce-product-gallery__wrapper {
    border-radius: 29px !important;
}

/*end border image*/

/* border imput Cartbounty popup */
#cartbounty-pro-exit-intent-form input {
    border-color: 1px solid #000;
    background-color: #fff;
}

/* end border imput Cartbounty popup */


/* change font size buttom add card*/
@media (max-width: 600px) {

    .single_add_to_cart_button span {
        font-size: 15px !important;
    }

    .button-wrap a img {
        height: 17px;
    }

    .quantity_wrap .quantity.buttons_added {
        width: 130px;
    }
}

@media (min-width: 1024px) {
    #billing_city_field.form-row-wide {
        width: 48.3870967742%;
        float: left;
        margin-right: 3.2258064516%;
    }

    /* #billing_address_1_field.form-row-wide {
        width: 48.3870967742%;
        float: right;
        margin-right: 0;
        clear: initial;
    } */
}

@media (min-width: 1200px) {
    .woocommerce-checkout #order_review {
        position: sticky;
        top: 60px;
    }

    .woocommerce-checkout {
        overflow: initial !important;
    }

    #page {
        overflow: initial !important;
    }
}


/*checkout*/


#customer_details {
    padding: 30px 30px 40px;
    position: relative;
    border-radius: 5px;
    border: 6px solid var(--e-global-color-border);
}

#customer_details #customer_details_heading {
    font-size: 28px;
    font-size: 1.75rem;
}

#customer_details table {
    margin-bottom: 0;
}

#customer_details table td,
#customer_details table th {
    padding: 1em 0;
}

#customer_details .woocommerce-checkout-review-order-table thead th,
#customer_details .woocommerce-checkout-review-order-table thead td {
    border: none;
}

#customer_details .woocommerce-checkout-review-order-table th {
    color: var(--e-global-color-secondary);
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: var(--e-global-typography-primary-font-weight);
}

#customer_details .woocommerce-checkout-review-order-table th.product-total {
    text-align: right;
}

#customer_details .woocommerce-checkout-review-order-table td {
    text-align: right;
    vertical-align: middle;
}

#customer_details .woocommerce-checkout-review-order-table td.product-name {
    text-align: left;
}

#customer_details .woocommerce-checkout-review-order-table th,
#customer_details .woocommerce-checkout-review-order-table td {
    border-top: 1px solid;
    border-top-color: var(--e-global-color-border);
}

#customer_details .woocommerce-checkout-review-order-table .cart-subtotal .amount {
    color: var(--e-global-color-secondary);
}

#customer_details .woocommerce-checkout-review-order-table .order-total th {
    vertical-align: middle;
}

#customer_details .woocommerce-checkout-review-order-table .order-total .amount {
    font-size: 24px;
    font-size: 1.5rem;
    color: var(--e-global-color-primary);
    font-weight: var(--e-global-typography-primary-font-weight);
}

.float-total {
    position: absolute;
    top: -25px;
    right: 20px;
    background-color: white;
    border-radius: 5px;
    border: 6px solid var(--e-global-color-border);
    padding: 0 15px;
    font-size: 20px;
    display: none;
}

.loaded .float-total {
    display: block;
}

@media (max-width:767px) {
    #order_review {
        margin-top: 30px;
    }
}
/*****************widgets***********************/
/*.widget_container_stars_badge{
   height: 90px !important;
}
.widget.widget_media_image{
    padding: 0;
}
*/
.entry-summary form.cart {
        padding-bottom: 10px;
}

.widget_media_image img {
    margin: 0 auto !important;
}

.single-product .widget {
    padding-top: 10px;
    padding-bottom: 10px;
}

@media(min-width:1024px) {
    body.single-product{
        overflow: initial;
    }
    .single-product div.product .content-single-images-wrapper {
        position: sticky;
        top: 60px;
    }
    .sidebar-single-tab {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .sidebar-single-tab .flex {
        position: sticky;
        top: 60px;
    }
}

@media (max-width:767px) {
    .single-product .summary .button-wrap .single_add_to_cart_button {
        padding: 7px 4px;
        margin: 0 5px 0 0;
    }
    .button-wrap {
        gap: 0;
    }
    .sidebar-single-tab {
        display: none;
    }
}

@media (max-width: 600px) {
    
    .quantity_wrap .quantity.buttons_added {
        width: 110px;
        margin: 0 auto 10px;
    }
    .entry-summary form.cart {
        flex-wrap: wrap;
    }
    .entry-summary form.cart .quantity_wrap {
        margin: 0;
        width: 100%;
        text-align: center;
    }
    .single-product .summary .single_add_to_cart_button {
        /* padding: 16px 4px; */
        margin: 0 5px 0 0;
        width: 50%;
        min-width: auto;
    }
    .product-button img {
        max-height: 46px;
    }
}

/**/

