@media(max-width:767px){.elementor-2925 .elementor-element.elementor-element-9087e48 > .elementor-element-populated > .elementor-widget-wrap{padding:0px 0px 0px 0px;}.elementor-2925 .elementor-element.elementor-element-8e0d4b8 > .elementor-widget-container{padding:0px 0px 0px 0px;}}/* Start custom CSS for shortcode, class: .elementor-element-8e0d4b8 */.custom__cart .woocommerce {
    display: flex;
    flex-wrap: wrap;
}

.woocommerce *{
    font-family: 'Rubik', sans-serif;
}

.custom__cart .woocommerce .woocommerce-notices-wrapper {
       display: block;
    width: 100%;
}

.shipping-calculator-button {
    color: #2f2012;
    font-weight: 500;
}

.custom__cart .woocommerce .woocommerce-notices-wrapper .woocommerce-message {
    border-top: none;
    color: #2F2012;
}

.custom__cart .woocommerce .woocommerce-notices-wrapper .woocommerce-message a{
    color: #2F2012 !important;
}

.custom__cart .woocommerce .woocommerce-cart-form {
    width: 64%;
    margin: 1%;
}

.custom__cart .woocommerce .cart-collaterals {
    width: 31%;
    margin: 1%;
    background: #f5f5f5;
}

.custom__cart .woocommerce .cart-collaterals .cart_totals{
    width: 100%;
    padding: 20px;
}

.custom__cart .woocommerce table.shop_table td,
.custom__cart .woocommerce table.shop_table {
    border: none;
    border-collapse: collapse;
}

.custom__cart .woocommerce table.shop_table tr {
    border-bottom: 1px solid #efefef;
}

.custom__cart .woocommerce .coupon .button,
.checkout-button {
    background-color: #fff !important;
    color: #2F2012 !important;
    font-size: 16px !important;
    text-transform: uppercase;
    border: 2px solid #2F2012 !important;
    border-radius: 0 !important;
    transition: all .2s ease-in;
}

.custom__cart .woocommerce .coupon .button:hover,
.checkout-button:hover {
    background-color: #2F2012 !important;
    color: #fff !important;
}

.custom__cart .woocommerce table.shop_table .product-name a{
    color: #2F2012;
    font-weight: 700;
    line-height: 30px;
    text-transform: uppercase;
}

.custom__cart .woocommerce table.shop_table .product-thumbnail a img {
    width: 100px;
}

.custom__cart .woocommerce table.shop_table .product-remove a{
    color: #222222 !important;
}

.custom__cart .woocommerce table.shop_table .product-remove a:hover{
    color: #ff0000 !important;
    background: none;
}

.custom__cart .woocommerce table.shop_table .product-subtotal .amount {
    font-weight: 800;
}

.custom__cart .woocommerce table.shop_table .coupon .input-text {
    min-width: 250px;
    max-width: 100%;
    padding: 12px !important
}


.custom__cart .woocommerce table.shop_table thead {
    display: none;
}



.custom__cart .woocommerce .quantity .qty {
    border: 1px solid #2F2012;
    padding: 10px 12px;
}



@media only screen and (max-width: 768px) {
    .custom__cart .woocommerce .woocommerce-cart-form {
    width: 100%;
   
}

.custom__cart .woocommerce .cart-collaterals {
    width: 100%;
   
}
}

@media only screen and (max-width: 470px) {
    .custom__cart .woocommerce table.shop_table .coupon .input-text,
    .custom__cart .woocommerce table.shop_table .coupon .button{
    width: 100% !important;
}

.custom__cart .woocommerce table.shop_table .coupon .button{
   margin-top: 10px !important;
}
}/* End custom CSS */
/* Start custom CSS */.woocommerce-message:before {
    content: "\e015";
    color: #c18b58 !important;
}/* End custom CSS */