/*
Theme Name: Shoptimizer Child Theme
Theme URI: 
Description: Child theme of Shoptimizer
Author: CommerceGurus
Author URI: 
Template: shoptimizer
Version: 1.2.2
License:         	GNU General Public License v2 or later
License URI:     	http://www.gnu.org/licenses/gpl-2.0.html
*/

.warranty_block {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 30px;
    margin-bottom: 30px;
}
.warranty_block .warranty_item {
    width: 33.3%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 20px;
}
.warranty_block .warranty_item p {
    text-align: center;
    margin-top: 20px;
}
.warranty_block .warranty_item img {
    height: 60px;
    max-width: 100%;
}
.checkout-coupon .sss{
    flex: 0 0 60%;
}
.checkout-coupon {
    display: flex;
    justify-content: space-between;
}
.checkout-coupon-th{
    padding: 1em 0;
}


.amazon_raiting {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
    width: 100%;
}

.amazon_raiting p {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    color: var(--accent-color-dark);
    margin-bottom: 0;
    margin-left: 5px;
    position: relative;
}

.amazon_raiting .raiting .dashicons {
    font-size: 25px;
    color: var(--accent-color);
    width: 25px;
    height: 25px;
}


.amazon_raiting .raiting {
    display: flex;
}

.amazon_raiting .disclaimer {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 1px solid var(--accent-color-dark);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    margin-left: 5px;
    padding-right: 1px;
}

.amazon_raiting .disclaimer_text {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 200px;
    background: var(--main-color);
    color: var(--main-color-light);
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
    padding: 10px;
    border-radius: 3px;
    display: none;
}

.amazon_raiting .disclaimer_text.active,
.disclaimer.active+.disclaimer_text {
    display: block;
}

.block_included {
    margin-top: 30px;
    width: 100%;
}

.block_included h3 {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    color: var(--main-color);
    margin-bottom: 0 !important;
    padding: 0 15px 20px;
    border-bottom: 1px solid var(--accent-color-light);
}

.block_included ul {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    color: var(--accent-text-color);
    margin-bottom: 0;
    padding: 15px;
    column-count: 2;
}

.block_included ul li {
    margin-bottom: 10px;
}

.block_included ul li:last-child {
    margin-bottom: 0;
}

body.product-template-default h2, body.product-template-default h3, .step_description .number {
    font-family: 'Roboto',sans-serif;
    font-size: 25px;
    font-weight: 600;
    line-height: normal;
    color: var(--main-color);
    text-align: center;
}
.widget_shopping_cart_content .woocommerce-form-coupon p{
    margin-bottom: 10px;
}
.widget_shopping_cart_content .woocommerce-form-coupon p.form-row-first input{
    padding-top: .6180469716em;
    padding-bottom: .6180469716em;
}
.wc-tabs-wrapper .tabs.wc-tabs{
    display: none;
}

#page .product .woocommerce-product-gallery, .single-product div.product .product-details-wrapper .images {
    width: 52%;
}
div.product .summary {
    width: 44%;
}

.coupon .wrapper-mini-cart-coupon {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}
.coupon .wrapper-mini-cart-coupon #coupon_code_mini{
    width: 50%;
}
.coupon .wrapper-mini-cart-coupon #apply_coupon_mini{
    color: #111;
    background-color: #f1f1f1;
}


@media (max-width: 575px) {
    .amazon_raiting p {
        margin-left: 10px;
    }
}


@media screen and (min-width:994px) {
    .woocommerce-checkout .site-branding{
        flex:1;
    } .woocommerce-checkout .top-bar-left{
        flex:1;
        justify-content: center;
    }
    .woocommerce-checkout.min-ck header .main-header h1{
        flex:1;
    }
}
@media screen and (max-width:994px) {
   .woocommerce-checkout .top-bar-left{
          display: none;
      }
}


@media screen and (max-width:410px) {
    .checkout-coupon {
       flex-direction: column;
        gap: 20px;
    }
}

/*.checkout-coupon input,.checkout-coupon button{*/
/*    display: block;*/
/*}*/

/*bundle styles*/

.switch-to-bundle-wrapper {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-snap-stop: always;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    position: relative;
    -ms-overflow-style: none;
    scrollbar-width: none;
    width: 100%;
}
.switch-to-bundle-wrapper .switch-to-bundle{
    width:100%;
    border: 1px solid #e2e2e2;
    box-shadow: 0 4px 12px -2px rgba(0, 0, 0, 0.06);
    padding: 20px;
    margin: 8px 0 0 0;
    border-radius: 6px;
}


.switch-to-bundle-wrapper .bundle-title {
    width: 100%;
    padding-bottom: 10px;
    font-weight: bold;
    font-size: 14px;
    line-height: 1.4;
    color: #111;
}

.switch-to-bundle-wrapper .bundle-wrapper {
    display: flex;
    justify-content: space-between;
}
.switch-to-bundle-wrapper .bundle-wrapper .bundle-item {
    display: flex;
}

.switch-to-bundle-wrapper .bundle-wrapper .bundle-image {
    width: 50px;
    flex-shrink: 0;
    padding-top: 3px;
}

.switch-to-bundle-wrapper .bundle-wrapper .bundle-image img {
    max-width: 50px;
}
.switch-to-bundle-wrapper .bundle-wrapper .bundle-product {
    margin: -5px 15px 0 15px;
}

.switch-to-bundle-wrapper .bundle-wrapper .bundle-product .bundle-name {
    color: #111;
    font-size: 13px;
    line-height: 1.4;
    display: inline-flex;
}

.switch-to-bundle-wrapper .bundle-wrapper .bundle-product .bundle-name a {
    color: #111;
}

.switch-to-bundle-wrapper .bundle-wrapper .bundle-product .bundle-price {
    margin-top: 2px;
    font-size: 12px;
}

.switch-to-bundle-wrapper .bundle-wrapper .bundle-actions button {
    padding: 5px 13px;
    font-size: 13px;
    font-weight: bold;
    color: #111;
    border: 1px solid #e2e2e2;
    background: linear-gradient(180deg, white, #eee 130%) no-repeat;
    border-radius: 4px;
    transition: 0.2s all;
}
@media (max-width: 500px){
    .switch-to-bundle-wrapper .bundle-wrapper {
    display: block;
}
    .switch-to-bundle-wrapper .bundle-wrapper .bundle-actions button  {
        width: 100%;
    }
}