/*
This CSS file is used to apply styles to the product display output. 
Used by the [asp_product] shortcode. Also used by the individual custom post type (CPT) page of the product.
CSS class names should use dashes. Example: asp-product-description
*/
.asp_product_item {
    display: block;
    border: 1px solid #E7E9EB;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.05);
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 15px;
}
.asp_product_item_thumbnail img {
    width: 75px;
    height: 75px;
    float: left;
    margin-right: 10px;
    object-fit: cover;
}

.asp_product_name {
    float: left;
    font-size: 24px;
    font-weight: bold;
    line-height: 75px;
}

.asp_product_description {
    margin: 15px 0 15px 0;
    border-bottom: 1px solid #EEEEEE;
}

.asp_price_container {
    font-weight: bold;
    margin: 5px 0px;
}

.asp_price_container .asp_under_price_line {

}

.asp_product_item_amount_input_container, .asp_product_custom_field_input_container, .asp_product_currency_input_container{
    margin: 5px 0 10px 0;
}

.asp_product_item_qty_input_container{
    margin: 10px 0;
}
.asp_product_item_qty_input{
    max-width: 50px;
}

.white-wrap {
    padding: 64px 6.25vw;
}

.asp_post_text  {
    margin-bottom: 32px;
}


/* Post Item */
.asp_post_item {
    /* width: 90%; */
    
    /* add style */
    box-sizing: border-box;
    /* max-width: 1100px; */
	margin-inline: auto;
	/* padding: 70px 15px 100px; */
    overflow: hidden;
}
.asp_post_item_top {
    display: block;
    justify-content: space-between;
    flex-wrap: wrap;
}

.asp_post_thumbnail img {
    width: 100%;
    /* border: 1px solid #e8e4e3;
    padding: 5px; */
}

.asp_post_title {
    border-bottom: solid 1px #BEC3C6;
    font-size: 3.2rem;
    font-weight: bold;
    margin-bottom: 32px;
    padding-bottom: 32px;
    line-height: 1;
}

.asp_post_thumbnail {
    margin-bottom: 20px;
}

.asp_price_amount {
    border-top: solid 1px #BEC3C6;
    display: block;
    font-size: 2.4rem;
    line-height: 1;
    margin-top: 24px;
    padding-top: 24px;
    text-align: right;
}

.asp_price_shipping_section {
    display: block;
    font-size: 2.4rem;
    line-height: 1;
    margin-top: 24px;
    text-align: right;
}

.asp_price_full_total {
    border-top: solid 1px #BEC3C6;
    font-size: 2.4rem;
    line-height: 1;
    margin-top: 24px;
    padding-top: 24px;
    text-align: right;
}


/* Buttons */

.asp_product_buy_button input {
    display: inline-block;
    line-height: 1;
    padding: 8px 10px;
}

.asp_product_buy_button input::placeholder {
    font-style: italic;
    color: #bbb;
}

.asp_product_buy_button {
    display: block;
}

.asp_product_buy_btn{
    text-decoration: none;
    font: bold 13px/13px HelveticaNeue, Arial;
    padding: 8px 15px;
    text-transform: none;
    height: 32px;
    border-radius: 4px;
    vertical-align: middle;
    border: 0;
}
.asp_product_buy_btn:hover{
    transition: none;
    text-transform: none;
}

.asp_product_buy_btn span {
    vertical-align: middle;
}

.asp_product_buy_btn_container {
    display: block;
}

.asp_product_buy_btn_container .btn {
    margin-right: 0;
    margin-top: 44px;
}

@media screen and (min-width: 768px) {
    /* .asp_post_thumbnail {
        float: left;
        max-width: 400px;
        margin-right: 40px;
    } */
    .asp_post_item_top {
        display: flex !important;
        gap: 5.833% !important;
    }

    .asp_post_thumbnail {
        flex: 1 !important;
    }
    
    .asp_post_details {
        flex: 0 0 calc(50% - 5.833%) !important;
    }
    
}

@media screen and (max-width: 767px) {
    .asp_all_buttons_container {
        text-align: center;
    }
}

@media (max-width: 500px) {
    .asp_product_buy_btn {
	min-width: 130px;
    }
    .asp-stripe-form {
	text-align: center;
    }
    .asp_price_container {
	text-align: center;
    }
}

.asp_product_buy_btn.blue {
    background: #92dbf6;
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#abe4f8', endColorstr='#6fcef3'); /*  IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#abe4f8), to(#6fcef3)); /*  WebKit */
    background: -moz-linear-gradient(top,  #abe4f8, #6fcef3);
    border-color: #8dc5da #76b7cf #63abc7;
    color: #1E4657 !important;
    text-shadow: 0 1px 0 #b6e6f9;
    -webkit-box-shadow: 0 1px 1px #d6d6d6, inset 0 1px 0 #c0ebfa;
    -moz-box-shadow: 0 1px 1px #d6d6d6, inset 0 1px 0 #c0ebfa;
    box-shadow: 0 1px 1px #d6d6d6, inset 0 1px 0 #c0ebfa;
}
.asp_product_buy_btn.blue:hover {
    background: #92dbf6;
    border-color: #7caec0 #68a3ba #5a9cb5;
    text-shadow: 0 1px 0 #bee9fa;
    -webkit-box-shadow: 0 1px 1px #d6d6d6, inset 0 1px 0 #ade4f8;
    -moz-box-shadow: 0 1px 1px #d6d6d6, inset 0 1px 0 #ade4f8;
    box-shadow: 0 1px 1px #d6d6d6, inset 0 1px 0 #ade4f8;
}
.asp_product_buy_btn.green {
    background: #b7d770;
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#cae285', endColorstr='#9fcb57'); /*  IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#cae285), to(#9fcb57)); /*  WebKit */
    background: -moz-linear-gradient(top,  #cae285, #9fcb57);
    border-color: #adc671 #98b65b #87aa4a;
    color: #2F4014 !important;
    text-shadow: 0 1px 0 #cfe5a4;
    -webkit-box-shadow: 0 1px 1px #d3d3d3, inset 0 1px 0 #d7e9a4;
    -moz-box-shadow: 0 1px 1px #d3d3d3, inset 0 1px 0 #d7e9a4;
    box-shadow: 0 1px 1px #d3d3d3, inset 0 1px 0 #d7e9a4;
}
.asp_product_buy_btn.green:hover {
    background: #b9d972;
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#b8d872', endColorstr='#b9d972'); /*  IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#b8d872), to(#b9d972)); /*  WebKit */
    background: -moz-linear-gradient(top,  #b8d872, #b9d972);
    border-color: #8bb14d #83a648 #7d9e45;
    text-shadow: 0 1px 0 #d5e8aa;
    -webkit-box-shadow: 0 1px 1px #d5d5d5, inset 0 1px 0 #cae295;
    -moz-box-shadow: 0 1px 1px #d5d5d5, inset 0 1px 0 #cae295;
    box-shadow: 0 1px 1px #d5d5d5, inset 0 1px 0 #cae295;
}

/* asp_post_about */
.asp_post_about {
    background-color: #fff;
    padding: 52px 0;
}

.asp_post_about_item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.asp_post_about_item .icon {
    flex-basis: 112px;
}

.asp_post_about_item .cont {
    flex-basis: calc(100% - 112px - 18px);
}

.asp_post_about_ttl {
    color: #202A74;
    font-size: 2rem;
    font-weight: bold;
}

.asp_post_about_item + .asp_post_about_item {
    margin-top: 32px;
}

.asp_post_about hr {
    margin-top: 48px;
}