@charset "UTF-8";



/*
 Theme Name:   strollik child
 Theme URI:    https://woocommerce.com/storefront
 Description:  Storefront Child Theme
 Author:       John Doe
 Author URI:   https://woocommerce.com/
 Template:     strollik
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  strollik-child
*/
.bypostauthor{
   color:#000;
}
del .woocommerce-Price-amount{
	font-size: 20px;
	color: #c7c7c7;
}
ins .woocommerce-Price-amount{
	
}


.checkout-and-cart {
    display: flex;
    flex-direction: row;
}
.checkout-and-cart > .row {
    width: 66.66%;
}
.checkout-and-cart .cart-side {
    background: #f9f9f9;
    width: 33.33%;
}
/*.checkout-and-cart .button#wpmc-next {
    background: #a4d330;
    color: white;
    border-radius: 3px;
}
.checkout-and-cart .button#wpmc-next:hover {
    color: #a4d330;
    background: white;
    border: 1px solid #a4d330;
}*/

.checkout-and-cart .cart-side .totals {
    padding: 20px;
    border-bottom: 5px solid white;
}
.checkout-and-cart .cart-side .total {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.checkout-and-cart .cart-side .total h5,
.checkout-and-cart .cart-side .total h2,
.checkout-and-cart .cart-side .total p {
    font-size: 18px;
    margin: 0;
}
.checkout-and-cart .cart-side .products {
    padding: 20px;
}
.checkout-and-cart .cart-side .prod img {
    width: 40px;
}
.checkout-and-cart .cart-side .prod {
    display: flex;
    padding: 10px 0;
    align-items: center;
}
.checkout-and-cart .cart-side .prod .prod-title {
    width: calc(70% - 40px);
    padding: 0 20px;
    color: black;
}
.checkout-and-cart .cart-side .prod .prod-quantity {
    width: 15%;
    text-align: center;
    padding: 0 10px;
}
.checkout-and-cart .cart-side .prod .prod-price {
    width: 15%;
    text-align: right;
    padding: 0 10px;
}
.checkout-and-cart .cart-side .cart-side-title-responsive {
    background: black;
    color: white;
    padding: 7px 15px;
    cursor: pointer;
}
.checkout-and-cart .cart-side .cart-side-title-responsive .label {
    color: white;
}
.checkout-and-cart .cart-side .cart-side-title-responsive .arrow.open {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    border: solid white;
    border-width: 0 3px 3px 0;
    padding: 3px;
    margin-left: 10px;
    margin-top: 3px;
}
.checkout-and-cart .cart-side .cart-side-title-responsive .arrow.closed {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    border: solid white;
    border-width: 0 3px 3px 0;
    padding: 3px;
    margin-left: 10px;
    margin-top: -5px;
}

@media (min-width: 769px) {
    .checkout-and-cart > .row {
        padding-right: 30px;
    }
    .checkout-and-cart .cart-side .cart-side-title-responsive {
        display: none;
    }
}
@media (min-width: 1200px) {
    #main .checkout-and-cart {
        width: 1200px;
    }
}
@media (min-width: 1400px) {
    #main .checkout-and-cart {
        width: 1400px;
    }
}
@media (max-width: 1024px) {
    .checkout-and-cart > .row,
    .checkout-and-cart .cart-side {
        width: 50%;
    }
}
@media (max-width: 768px) {
    .woocommerce-checkout .page-title {
        margin-bottom: 0;
    }
    .checkout-and-cart > .row {
        width: 100%;
        margin-top: 40px;
    }
    .checkout-and-cart .cart-side {
        width: 100%;
    }
    .checkout-and-cart .cart-side .cart-side-content {
        display: none;
    }
    .checkout-and-cart {
        flex-direction: column-reverse;
    }
}

.woocommerce form .form-row .originalTextareaInfo {
    width: 100% !important;
}