/* WooCommmerce Styling Added 09/11/2017 */


/*Cart*/
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt{
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    background-color:var(--blue);
    border-radius: 9px;
    font-size:14px !important;
}

.woocommerce #respond input#submit.alt:focus, .woocommerce a.button.alt:focus, .woocommerce button.button.alt:focus, .woocommerce input.button.alt:focus{
    outline:0px;
}

.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover{
    background-color:#1A315C;
}

.wc-product-table-wrapper .wc-product-table-controls select{
    width:60px;
    height:30px;
    background-color:#F1F1F2;
    font-family:roboto;
    font-weight:400;
    color:#424143;
    font-size:14px;
}

.wc-product-table-wrapper .wc-product-table-controls input[type="search"]{
    height:30px;
    background-color:#f1f1f2;
    font-family:roboto;
    font-weight:400;
    color:#424143;
    font-size: 14px;
}

.product-item-about-section table th{
    background-color:var(--blue) !important;
}

}
.wc-product-table td a.added_to_cart{
    color:var(--blue);
}

.wc-product-table td a.added_to_cart:after{
    color:var(--blue);
}


.about-details-content .woocommerce{
    margin-top: 50px;
}

.about-details-content .woocommerce .woocommerce-message{
    border-top-color:var(--blue);
    background-color:#f1f1f2;
}

.about-details-content .woocommerce .woocommerce-message:before{
    color:var(--blue);
}

.about-details-content .woocommerce .shop_table thead th{
    background-color:var(--blue) !important;
}

.about-details-content .woocommerce .shop_table .cart_item .product-thumbnail, .about-details-content .woocommerce .shop_table thead tr .product-thumbnail{
    display:none;
}

.about-details-content .woocommerce .shop_table .cart_item .product-quantity .quantity input[type="number"]{
    height:30px;
    width:50px;
    font-size:14px;
    color:#424143;
}


.about-details-content .woocommerce .shop_table .actions{
    padding:15px 12px;
}


.about-details-content .woocommerce .shop_table .actions .coupon input[type="text"]{
    width:150px;
    height:36px;
    border:1px solid #f1f1f2;
    color:#424143;
    font-size:14px;
}

.about-details-content .woocommerce .shop_table .actions .coupon input[type="submit"],
.about-details-content .woocommerce .shop_table input[name="update_cart"]{
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    background-color:var(--blue);
    font-weight:400;
    color:#fff;
    font-size:14px;
    padding:11px 1em;
}

.about-details-content .woocommerce .shop_table .actions .coupon input[type="submit"]:hover,
.about-details-content .woocommerce .shop_table input[name="update_cart"]:hover{
    background-color:#1A315C;
}

.woocommerce .cart-collaterals .cart_totals h2, .woocommerce-page .cart-collaterals .cart_totals h2{
    padding:15px;
    border:1px solid var(--blue);
    text-transform:uppercase;
    color:var(--blue);
    font-size: 18px;
    margin-bottom: 20px;
    text-align:center;
}

.woocommerce .cart-collaterals .cart_totals .shop_table th{
    background-color:#f1f1f2 !important;
    color:#424143;
}

/*Coupon Form*/

.about-details-content .woocommerce form.checkout_coupon p{
    padding-top: 0px;
}

.about-details-content .woocommerce form.checkout_coupon p input[type='text']{
    font-family:"Roboto";
    font-weight:400;
    color:#424143;
    font-size:14px;
    background-color: #F1F1F2;
    border-radius: 9px;
    height: 40px;
    line-height: 35px;
    width: 100%;
    box-shadow: none;
    border: none;
    padding:5px 12px;
    outline: none !important;
}

.about-details-content .woocommerce form.checkout_coupon p input[type='submit']{
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    background-color:var(--blue);
    font-weight:400;
    color:#fff;
    font-size:14px;
    padding:11px 1em;

}

.about-details-content .woocommerce form.checkout_coupon p input[type='submit']:hover{
    background-color:#1A315C;
}


/*Checkout Form*/
.about-details-content .woocommerce form.checkout:after{
    content: "";
     display: table;
     clear: both;
}

.about-details-content .woocommerce form.checkout .woocommerce-NoticeGroup ul li{
    padding:5px 0;
}

.about-details-content .woocommerce form.checkout .col2-set .col-1 .woocommerce-billing-fields h3,
.about-details-content .woocommerce form.checkout .col2-set .col-2 .woocommerce-additional-fields h3,
.about-details-content .woocommerce form.checkout .col2-set .col-2 .woocommerce-shipping-fields h3,
.about-details-content .woocommerce form.checkout #order_review_heading{
    padding:15px;
    border:1px solid var(--blue);
    text-transform:uppercase;
    color:var(--blue);
    font-size: 18px;
    margin-bottom: 20px;
    text-align:center;
}


.about-details-content .woocommerce form.checkout .col2-set .col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p,
.about-details-content .woocommerce form.checkout .col2-set .col-2 .woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper p,
.about-details-content .woocommerce form.checkout .col2-set .col-2 .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper p,
.about-details-content .woocommerce form.checkout .woocommerce-checkout-review-order #payment ul li p{
    padding-top:0px;
}

.about-details-content .woocommerce form.checkout .col2-set .col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p:not(:first-child),
.about-details-content .woocommerce form.checkout .col2-set .col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p:not(:nth-child(2)),
.about-details-content .woocommerce form.checkout .col2-set .col-2 .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper p:not(:first-child),
.about-details-content .woocommerce form.checkout .col2-set .col-2 .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper p:not(:nth-child(2)){
    padding-top: 25px;
}

.about-details-content .woocommerce form.checkout .col2-set .col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p input[type="text"],
.about-details-content .woocommerce form.checkout .col2-set .col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p input[type="tel"],
.about-details-content .woocommerce form.checkout .col2-set .col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p input[type="email"],
.about-details-content .woocommerce form.checkout .col2-set .col-2 .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper p input[type="text"],
.about-details-content .woocommerce form.checkout .col2-set .col-2 .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper p input[type="tel"],
.about-details-content .woocommerce form.checkout .col2-set .col-2 .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper p input[type="email"]{
    font-family:"Roboto";
    font-weight:400;
    color:#424143;
    font-size:14px;
    background-color: #F1F1F2;
    border-radius: 9px;
    height: 40px;
    line-height: 35px;
    width: 100%;
    box-shadow: none;
    border: none;
    padding:5px 12px;
    outline: none !important;
}

.about-details-content .woocommerce form.checkout .col2-set .col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p.woocommerce-invalid-required-field input[type="text"],
.about-details-content .woocommerce form.checkout .col2-set .col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p.woocommerce-invalid-required-field input[type="tel"],
.about-details-content .woocommerce form.checkout .col2-set .col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p.woocommerce-invalid-required-field input[type="email"],
.about-details-content .woocommerce form.checkout .col2-set .col-2 .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper p.woocommerce-invalid-required-field input[type="text"],
.about-details-content .woocommerce form.checkout .col2-set .col-2 .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper p.woocommerce-invalid-required-field input[type="tel"],
.about-details-content .woocommerce form.checkout .col2-set .col-2 .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper p.woocommerce-invalid-required-field input[type="email"]{
    border:1px solid red;
}

.about-details-content .woocommerce form.checkout .col2-set .col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p label,
.about-details-content .woocommerce form.checkout .col2-set .col-2 .woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper p label,
.about-details-content .woocommerce form.checkout .col2-set .col-2 .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper p label{
    font-family:"Roboto";
    font-weight:700;
    font-size: 14px;
    color: #A3A8AC;
    text-transform: uppercase;
    line-height: 16px;
    letter-spacing: initial;
    margin-bottom: 0px;
    margin-top: 0px;
    padding-bottom: 10px;
}

.about-details-content .woocommerce form.checkout .col2-set .col-2 .woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper p textarea{
    font-family: "Roboto";
    font-weight: 400;
    font-size: 14px;
    color:#424143;
    border-radius: 9px;
    height:40px;
    background-color:#f1f1f2;
    border:1px solid #f1f1f2;
    height:150px;
    padding:5px 12px;
}

.about-details-content .woocommerce form.checkout .col2-set .col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p .select2-container--default .select2-selection--single,
.about-details-content .woocommerce form.checkout .col2-set .col-2 .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper p .select2-container--default .select2-selection--single{
    font-family: "Roboto";
    font-weight: 400;
    font-size: 14px;
    color:#424143;
    height:40px;
    background-color:#f1f1f2;
    border:1px solid #f1f1f2;
}


.about-details-content .woocommerce form.checkout .col2-set .col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p .select2-container--default .select2-selection--single .select2-selection__rendered,
.about-details-content .woocommerce form.checkout .col2-set .col-2 .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper p .select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 38px;
}

.about-details-content .woocommerce form.checkout .col2-set .col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p .select2-container--default .select2-selection--single .select2-selection__arrow,
.about-details-content .woocommerce form.checkout .col2-set .col-2 .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper p .select2-container--default .select2-selection--single .select2-selection__arrow{
    height:40px;
}

/*Order Review*/

.about-details-content .woocommerce form.checkout #order_review_heading{
    margin-top: 50px
}

.about-details-content .woocommerce form.checkout .woocommerce-checkout-review-order table.woocommerce-checkout-review-order-table thead th{
    background-color:var(--blue) !important;
}

.about-details-content .woocommerce form.checkout .woocommerce-checkout-review-order table.woocommerce-checkout-review-order-table tfoot th{
    background-color:#f1f1f2 !important;
    color:#424143;
    padding:15px 12px;
}

.about-details-content .woocommerce form.checkout .woocommerce-checkout-review-order table.woocommerce-checkout-review-order-table td{
    padding:15px 12px;
}

.about-details-content .woocommerce form.checkout .woocommerce-checkout-review-order table.woocommerce-checkout-review-order-table tfoot td span.woocommerce-Price-amount{
    font-family:"Roboto";
    font-weight:700;
    font-size: 18px;
    color:#424143;
}

.about-details-content .woocommerce form.checkout .woocommerce-checkout-review-order table.woocommerce-checkout-review-order-table{
    float:left;
    width:calc(65% - 20px);
    margin-right: 20px;
    box-sizing: border-box;
}

.about-details-content .woocommerce form.checkout .woocommerce-checkout-review-order #payment{
    float:left;
    width:35%;
    background-color:#f1f1f2;
}

.about-details-content .woocommerce form.checkout .woocommerce-checkout-review-order #payment ul li p{
    line-height: 25px;
    width:100%;
}

@media (max-width:768px){
    .about-details-content .woocommerce form.checkout .woocommerce-checkout-review-order table.woocommerce-checkout-review-order-table,
    .about-details-content .woocommerce form.checkout .woocommerce-checkout-review-order #payment{
        width:100%;
        float:none;
    }

    .about-details-content .woocommerce form.checkout .col2-set .col-2 .woocommerce-additional-fields h3{
        margin-top: 50px;
    }
}

/*Order Confirmation*/

.about-details-content .woocommerce .woocommerce-order .woocommerce-notice{
    font-family:"Roboto";
    font-weight:400;
    font-size:18px;
    line-height:18px;
    padding:15px 12px;
    text-align: center;
    border:1px solid var(--blue);
    background-color:var(--blue);
    color:#fff;
    text-transform:uppercase;
}

.about-details-content .woocommerce .woocommerce-order .woocommerce-notice + .woocommerce-order-overview{
    margin-top: 25px;
}

.about-details-content .woocommerce .woocommerce-order .woocommerce-order-overview{
    border:1px solid var(--blue);
}

.about-details-content .woocommerce .woocommerce-order .woocommerce-order-overview li{
    font-family:"Roboto";
    font-weight:400;
    font-size:14px;
    color:#424143;
    padding-top:10px;
    padding-bottom: 10px;
    border-right:1px solid var(--blue);
}

.about-details-content .woocommerce .woocommerce-order .woocommerce-order-overview li:first-child{
    padding-left: 10px;
}


.about-details-content .woocommerce .woocommerce-order .woocommerce-order-overview li:last-child{
    border-right:0px;
}


.about-details-content .woocommerce .woocommerce-order section.woocommerce-order-details h2,
.about-details-content .woocommerce .woocommerce-order section.woocommerce-order-details section.woocommerce-customer-details h3.woocommerce-column__title{
    padding:15px;
    border:1px solid var(--blue);
    text-transform:uppercase;
    color:var(--blue);
    font-size: 18px;
    margin-bottom: 20px;
    text-align:center;
}

.about-details-content .woocommerce .woocommerce-order section.woocommerce-order-details .woocommerce-table--order-details thead th{
    background-color:var(--blue) !important;
}

.about-details-content .woocommerce .woocommerce-order section.woocommerce-order-details .woocommerce-table--order-details tfoot th{
    background-color:#f1f1f2 !important;
    color:#424143;
    padding:15px 12px;
}


.about-details-content .woocommerce .woocommerce-order section.woocommerce-order-details .woocommerce-table--order-details td{
    padding:15px 12px;
}

.about-details-content .woocommerce .woocommerce-order section.woocommerce-order-details .woocommerce-table--order-details tfoot .woocommerce-Price-amount{
    font-family:"Roboto";
    font-size:18px;
    font-weight:700;
    color:#424143;
}

.about-details-content .woocommerce .woocommerce-order section.woocommerce-order-details section.woocommerce-customer-details .woocommerce-table--customer-details th{
    padding:15px 12px;
    background-color:#f1f1f2 !important;
    color:#424143;
}

.about-details-content .woocommerce .woocommerce-order section.woocommerce-order-details section.woocommerce-customer-details table.woocommerce-table--customer-details td{
    padding:15px 12px;
}

.about-details-content .woocommerce .woocommerce-order section.woocommerce-order-details section.woocommerce-customer-details address{
    font-family:"Roboto";
    font-weight:400;
    font-size:16px;
    color:#424143;
    line-height:18px;
    float:left;
    width:50%;
}


/*MiniCart*/


.request_link h4{
    display:inline-block;
}

.request_link .cart{
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    position:relative;
    display:inline-block;
    margin-right: 15px;
    color: var(--blue);
    position: relative;
    border: solid 2px var(--blue);
    padding: 10px 15px;
    border-radius: 9px;
    display: inline-block;
    box-sizing: border-box;
}

.request_link .cart:hover{
    background-color:var(--blue);
}

.request_link .cart:hover a h5 span{
    color:#fff;
}

/*My Account*/

.about-details-content .woocommerce .woocommerce-MyAccount-navigation,
.about-details-content .woocommerce .woocommerce-MyAccount-content{
    float:none;
    width:100%;
}

.about-details-content .woocommerce .woocommerce-MyAccount-navigation ul li{
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    float:left;
    width:16.6666666667%;
    padding:15px 12px;
    box-sizing: border-box;
    text-align: center;
    border-right:1px solid var(--blue);

}

.about-details-content .woocommerce .woocommerce-MyAccount-navigation ul li:hover,
.about-details-content .woocommerce .woocommerce-MyAccount-navigation ul li.is-active{
    background-color:var(--blue);
}

.about-details-content .woocommerce .woocommerce-MyAccount-navigation ul li:hover a,
.about-details-content .woocommerce .woocommerce-MyAccount-navigation ul li.is-active a{
    color:#fff;
}


.about-details-content .woocommerce .woocommerce-MyAccount-navigation ul li:last-child{
    border-right:0px;
}

.about-details-content .woocommerce .woocommerce-MyAccount-navigation ul{
    border:1px solid var(--blue);
}

.about-details-content .woocommerce .woocommerce-MyAccount-navigation ul:after{
    content:'';
    display:table;
    clear:both;

}

.about-details-content .woocommerce .woocommerce-MyAccount-content{
    margin-top: 25px;
}

.about-details-content .woocommerce .woocommerce-MyAccount-content header,
.about-details-content .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm fieldset legend{
    padding:15px;
    border:1px solid var(--blue);
    text-transform:uppercase;
    color:var(--blue);
    font-size: 18px;
    margin-bottom: 20px;
    text-align:center;
    display:block;
    width:100%;
}


.about-details-content .woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper p,
.about-details-content .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm p{
    padding-top: 0px;
}


.about-details-content .woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper p:not(:first-child),
.about-details-content .woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper p:not(:nth-child(2)),
.about-details-content .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm p:not(:first-child),
.about-details-content .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm p:not(:nth-child(2)){
    padding-top: 25px;
}


.about-details-content .woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper p input[type="text"],
.about-details-content .woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper p input[type="tel"],
.about-details-content .woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper p input[type="email"],
.about-details-content .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm  p input[type="text"],
.about-details-content .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm  p input[type="tel"],
.about-details-content .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm  p input[type="email"],
.about-details-content .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm fieldset p input[type="password"]{
    font-family:"Roboto";
    font-weight:400;
    color:#424143;
    font-size:14px;
    background-color: #F1F1F2;
    border-radius: 9px;
    height: 40px;
    line-height: 35px;
    width: 100%;
    box-shadow: none;
    border: none;
    padding:5px 12px;
    outline: none !important;
}

.about-details-content .woocommerce .woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper p label,
.about-details-content .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm p label{
    font-family:"Roboto";
    font-weight:700;
    font-size: 14px;
    color: #A3A8AC;
    text-transform: uppercase;
    line-height: 16px;
    letter-spacing: initial;
    margin-bottom: 0px;
    margin-top: 0px;
    padding-bottom: 10px;
}


.about-details-content .woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper p .select2-container--default .select2-selection--single,
.about-details-content .woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper p .select2-container--default .select2-selection--single{
    font-family: "Roboto";
    font-weight: 400;
    font-size: 14px;
    color:#424143;
    height:40px;
    background-color:#f1f1f2;
    border:1px solid #f1f1f2;
}


.about-details-content .woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper p .select2-container--default .select2-selection--single .select2-selection__rendered,
.about-details-content .woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper p .select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 38px;
}

.about-details-content .woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper p .select2-container--default .select2-selection--single .select2-selection__arrow,
.about-details-content .woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper p .select2-container--default .select2-selection--single .select2-selection__arrow{
    height:40px;
}

.about-details-content .woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper + p{
    clear:both;
    text-align: center;
    padding-top: 25px;
}

.about-details-content .woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper + p input[type="submit"]{
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    background-color:var(--blue);
    font-weight:400;
    color:#fff;
    font-size:14px;
    padding:11px 1em;
}

.about-details-content .woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper + p input[type="submit"]:hover{
    background-color:#1A315C;
}


.about-details-content .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm fieldset{
    margin-top: 25px;
}

.about-details-content .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm input[type="submit"]{
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    background-color:var(--blue);
    font-weight:400;
    color:#fff;
    font-size:14px;
    padding:11px 1em;
}

.about-details-content .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm input[type="submit"]:hover{
    background-color:#1A315C;
}

/*MiniCart Dropdown Styling*/

/*.request_link .cart .miniCart{
    position: absolute;
    right: 0;
    width: 450px;
    background-color: #f1f1f2;
    z-index: 50;
    text-align: left;
    padding: 25px;
}

.request_link .cart .miniCart ul li{
    padding: 15px 0 15px 35px;
    border-bottom: 1px solid #424143;
    position: relative;
}

.request_link .cart .miniCart ul li .remove{
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -12px;
}

.request_link .cart .miniCart ul li .remove + a{
    float:left;
}

.request_link .cart .miniCart ul li .remove + a img.woocommerce-placeholder{
    display:none;
}

.request_link .cart .miniCart ul li .quantity{
    float:right;
}

.request_link .cart .miniCart .total{
    padding:25px 0;
    text-align: right;
}

.request_link .cart .miniCart .buttons a{
    float: left;
    width: calc(50% - 5px);
    text-align: center;
    padding: 12px 12px;
    background-color: var(--blue);
    color: #fff;
    border-radius: 9px;
    margin-right: 5px;
    font-weight: 400;
}

.request_link .cart .miniCart .buttons a + a{
    margin-right: 0px;
    margin-left: 5px;
}*/