/*
Theme Name: Elessi Theme Child
Theme URI: https://elessi.nasatheme.com/demo/
Description: This is a child theme for Elessi Theme
Author: NasaTheme team
Author URI: https://nasatheme.com
Template: elessi-theme
Version: 1.0
*/


/*************** ADD YOUR CUSTOM CSS IN THIS AREA ***************/

/*GLOBAL*/
.hidden {display:none !important;}

/*HEADER*/
#top-bar {
    border-bottom: none !important;
}
#top-bar .left{
    width:100%;
}
.topbar-links {
    display: flex;
    justify-content: end;
    gap: 15px;
}
.topbar-links a{
    display: flex;
    align-items: center;
    gap: 5px;
}

#masthead {
    padding-top: 15px !important;
}
#masthead .icons-wrapper {
    display: flex;
    gap: 15px;
}
#masthead .phone-header a{
    display: flex;
    align-items: center;
    gap: 5px;
}


/*SINGLE PRODUCT*/

.nasa-product-info-wrap .stock{
    display: none;
}

.trust-icon .box-img{
    min-width: 40px !important;
    min-height: 40px !important;
}
.trust-icon .box-text {
    margin-left: 15px !important;
}
.trust-icon span {
    margin-bottom: 0px !important;
    font-size: 16px !important;
    text-decoration: underline;
}

.dodatni-info {
    margin-top: 25px;
}

/*after gallery - dosage*/
.use_instructions {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-top: 24px;
}

.use_instructions .dosage {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.use_instructions .dosage span{
    font-size: 18px;
}

/*CART*/
.kosarica-zgoraj {
    display: flex;
    justify-content: space-between;
}

.freeshipcalc{
    background-color: #F6C769;
    border-radius: 5px;
    padding: 12px 20px;
    display: flex;
    align-items: center;
    margin-bottom: 5px;
    width: 100%;
    justify-content: center;
    font-size: 16px;
    font-weight: 500;
    gap: 12px;
}

/*CHECKOUT*/
.shipping-wrap-modern .woocommerce-shipping-methods {
    padding: 0px;
}
#shipping_method li {
    display: flex;
    gap: 12px;
    align-items: center;
    padding: 0px 25px;
}
#shipping_method li input[type="radio"] {top: unset;}
#shipping_method li label {
    display: flex;
    width: 100%;
    height:60px;
    justify-content: space-between;
    align-items: center;
}
#shipping_method li img {
    margin-left: auto;
    padding-right: 18px;
    max-height: 40px;
    max-width: 100px;
}

.woocommerce-checkout .large-4 {
    position:sticky;
    top: 10px;
}


.checkout-upsells {
    border-bottom: 6px solid #F2F2F2;
    padding-bottom: 24px;
    padding-left: 0px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin: 18px 0px;
}
.checkout-upsells ul {
    margin-left: 5px;
}
.checkout-upsells > li {
    align-items: center;
    list-style: none;
    display: flex;
    gap: 8px;
    border: 1px solid #999999;
    border-radius: 8px;
    padding: 14px;
}
.checkout-upsells li img {
    width: 32px;
    margin-right: 8px;
}
.checkout-upsells li label {
    width: 100%;
}
.checkout-upsells li .amount {
    float: right;
}

