#root.woocommerce-page #area_content {
    margin-bottom: 100px;
}
#root.woocommerce-page .products-wrapper .description {
    margin-bottom: 20px;
}
#root.woocommerce-page .webshop_sidebar{
    min-width: 240px;
}
#root.woocommerce-page .webshop_sidebar h5{
    text-transform: uppercase;
    font-size: 16px!important;
    font-weight: 700;
    margin: 0!important;
}
#root.woocommerce-page .webshop_sidebar ul.menu{
    padding-left: 0;
    margin-top: 10px;
    padding-right: 80px;
    padding-top: 10px;
}
#root.woocommerce-page .webshop_sidebar ul.menu > li{
    padding: 9px 0 10px 0;
    position: relative;
}
#root.woocommerce-page .webshop_sidebar ul.menu > li:after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.1);
    height: 1px;
    width: 100%;
 
}
#root.woocommerce-page .webshop_sidebar ul.menu li a:hover{
    opacity: .8;
}
#root.woocommerce-page .webshop_sidebar ul.menu li.current-menu-item > a{
    font-weight: 700;
}
#root.woocommerce-page .webshop_sidebar ul.menu li a{
    font-size: 15px;
    text-decoration: none;
    display: block;
}
#root.woocommerce-page .webshop_sidebar ul.menu li a li {
    position: relative;
    padding-right: 30px;
}


#root.woocommerce-page .webshop_sidebar ul.menu li .sub-menu{
    list-style-type: none;
    margin-top: 6px;
    padding-left: 15px;
}
#root.woocommerce-page .webshop_sidebar ul.menu .sub-menu li a{
    padding-left: 3px;
    position: relative;
    line-height: 22px;
    font-size:13px!important;
}
#root.woocommerce-page .webshop_sidebar ul.menu li a li .sub-menu{
    padding-right: 0px;
    padding-left: 10px;
    padding-bottom: 20px;
    padding-top: 5px;
}

#root.woocommerce-page .webshop_sidebar .menu-click .icon{
    transition: all 0.3s ease;
    position: absolute;
    top: 16px!important;
    right: 10px;
}


#root.woocommerce-page .woocommerce-result-count,
#root.woocommerce-page .woocommerce-ordering{
    display: none;
}
#root.woocommerce-page ul.products{
    display: flex!important;
    flex-wrap: wrap;
    margin: 0 -30px;
}
#root.woocommerce-page ul.products li.product{
    background: white;
    border-radius: 10px;
    box-shadow: 0px 0px 11px 2px #00000008;
    padding: 20px!important;
    margin: 15px!important;
    width: calc(33% - 30px);
    display: block;
}

#root.woocommerce-page ul.products li.product > a{
    position: relative;
    display: block;
}
#root.woocommerce span.onsale{
    background: #000;
    padding: 10px;
    width: 75px;
    height: 75px;
    display: flex;
    align-items: center;
    top: -30px;
    right: -20px;
    font-size: 10px;
}
#root.single-product span.onsale{
    top: -10px;
}
#root.woocommerce-page.woocommerce ul.products li.product a img{
    margin: 0 auto 30px auto;
	transition: all 1s ease;
    height: 140px;
    width: auto;
}
#root.woocommerce-page .products .product .add_to_cart_button {
    margin: 20px auto;
}

#root.woocommerce-page .products .product .cw_quantity_select{
    float: left;
  }
#root.woocommerce-page .products .product .cw_quantity_select select{
    border-radius: 5px;
    padding: 7px;
    width: 47px;
  }
#root.woocommerce-page .products .product form{
    float: left;
    margin-right: 20px;
    margin-bottom: 0!important;

  }
#root.woocommerce-page .products .product form button{
    margin: 0 0 0 10px!important;
    border-radius: 5px!important;
    padding: 7px 16px!important;
  }
#root.woocommerce-page .button:hover{
    background-color: #c44b0a!important;
}
#root.woocommerce-page a.button.background-transparent{
    margin: 0!important;
    padding: 10px 5px!important;
    font-size: 13px!important;
    color: #ea5b0c!important;
    background-color: transparent!important;
    border: none!important;
}
#root.woocommerce-page a.button.background-transparent .icon,
#root.woocommerce-page a.button.background-transparent .button-title{
    color: #ea5b0c!important;
}
#root.woocommerce-page .related.products h2,
#root.woocommerce-page .woocommerce-loop-product__title{
    font-size: 16px;
    line-height: 23px;
    padding-bottom: 0;
    min-height: 55px;
    margin-bottom: 0;
}
#root.woocommerce-page .products .product .price{
    margin-bottom: 20px;
}

#root.woocommerce-page  .mobile_select{
    flex: 1;
     padding-left:10px ;
   }
#root.woocommerce-page  .field_select{
    display: block;
    width: 90%;
    padding: 5px 10px 5px 10px;
    font-size: 12px;
    color: #495057;
    background-color: #faf9f7;
    border-radius: 10px;
  }
#root.woocommerce-page  .mobile_select_wrapper{
   margin: 20px 0;
}
.woocommerce .price{
    color: #000!important;
}


/* product page */
#root.woocommerce-page .summary.entry-summary form{
    display: flex;
    flex-wrap: wrap;
    align-items: start;
    border-top: 2px solid #ebeef1;
    padding-top: 20px;
}
#root.woocommerce-page .summary.entry-summary form .cw_quantity_select{
  margin-right: 20px;
  margin-bottom: 20px;
}

#root.woocommerce-page .summary.entry-summary .cw_quantity_select select{
    border-radius: 5px;
    padding: 9px 3px;
    width: 56px;
    background: #faf9f7;
}
#root.woocommerce div.product .product_title{
    font-size: 30px;
    line-height: 35px;
}
#root.woocommerce .summary.entry-summary .price{
    font-size: 16px!important;
}
#root.woocommerce .summary.entry-summary{
    display: flex;
    flex-direction: column;
}
#root.woocommerce .product_title.entry-title, .woocommerce-product-details__short-description{
    order: -1;
    font-size: 15px;
    line-height: 25px;
}

#root .woocommerce-product-gallery__wrapper img{
    border-radius: 10px;
    margin: 0 20px  20px 0;
    box-shadow: 0px 0px 11px 2px #00000008;
    background: #fff;
}
   
#root.woocommerce-page .product{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#root.woocommerce-page .summary.entry-summary{
    max-width: 400px;
    float: none;
}
#root.woocommerce-page .related.products{
    width: 100%;
    margin-top: 40px;
}

#root.woocommerce-page .woocommerce-products-header__title.page-title{
    margin-bottom: 0;
    font-weight: 800;
}

#root.woocommerce-page .actions .button:after{
    content: '\00BB';
    padding-left: 5px;
}
#root.woocommerce-page .actions .button[name="update_cart"]{
    padding: 10px 15px !important;
    color: #fff !important;
    background-color: #282525 !important;
    border: 0 !important;
    border-radius: 10px !important;
    padding: 10px 15px !important;
}
#root.woocommerce-page .actions .button[name="update_cart"]:hover{
    background-color: #000 !important;
}
#root.woocommerce-page .actions .button[name="apply_coupon"]{
    padding: 8px 15px !important;
    color: #000 !important;
    background-color: #e7e6e4!important;
    border: 0 !important;
    border-radius: 10px !important;
    padding: 7px 15px !important;
}
#root.woocommerce-page .actions .button[name="apply_coupon"]:hover{
    background-color: #cfcdca!important;
}
#root.woocommerce-cart table.cart td.actions .coupon .input-text {
    min-width: 150px;
}


#root .woocommerce table.shop_table, #add_payment_method #payment, #root .woocommerce-cart #payment, #root .woocommerce-checkout #payment {
    border: 0 !important;
    border-radius: 10px !important;
    background-color: #fff;
    -webkit-box-shadow: 0 0 30px 0 rgb(217 230 231 / 60%);
    box-shadow: 0 0 30px 0 rgb(217 230 231 / 60%);
    transition: all 0.2s ease;
}

#root #area_content a.remove {
    color: #282525 !important;
    margin-right: 5px !important;
    font-weight: 800;
}

#root #area_content .woocommerce .cart-collaterals .cart_totals, #area_content .woocommerce-page .cart-collaterals .cart_totals {
    clear: both;
}

#root.woocommerce .cart-collaterals, .woocommerce-page .cart-collaterals {
    width: 100%;
}
#root .cart_totals h2 {
    font-size: 20px;
    margin-bottom: 10px!important;
}
#root .checkout-button{
    display: block!important;
}
#root .checkout-button:after{
    content: '\00BB';
    padding-left: 5px;
}

#root.woocommerce-page table{
    color: #000;
}
#root.woocommerce-page table a{
    text-decoration: none;
}
#root.woocommerce-page table a:hover{
    color: #ea5b0c;
    text-decoration: underline;
}
#root.woocommerce-page table th{
    font-weight: 700;
    font-size: 14px;
}
#root.woocommerce-page a.remove:hover{
    background: #e7e6e4!important;
}

#root.woocommerce-cart .section.woocommerce-page .container{
    margin: auto;
    max-width: 1100px;
}

/* checkout page */

#root .woocommerce-product-search input{
    font-size: 14px;
    border: 0;
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    font-size: 14px;
    color: #282525;
    margin-bottom: 10px;
    margin-bottom: 0;
    border-radius: 3px;
    width: 90%;
}
#root.woocommerce-page .webshop_sidebar form button[type="submit"]{
    margin-top: 10px;
    border-radius: 50px;
    display: block;
    padding: 05px 35px 05px 15px;
    outline: none;
    background-color: #ea5b0c;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    transition: all 0.3s ease;
    font-family: 'Roboto', sans-serif;
    background-image: url(../images/arrow-right-solid.svg);
    background-position: 84% center;
    background-repeat: no-repeat;
    background-size: 15px;
    width: auto;
    border: none;
}
}
#root.woocommerce-checkout form.woocommerce-checkout #customer_details .form-row input,
#root.woocommerce-checkout form.woocommerce-checkout #customer_details .form-row select,
#root.woocommerce-checkout form.woocommerce-checkout #customer_details .form-row textarea{
    font-size: 14px;
    background-color: rgba(0, 0, 0, 0.1) !important;
    border: 0;
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    border-radius: 10px;
    font-size: 14px;
    color: #282525;
    background-color: rgba(0, 0, 0, 0.1);
    border: 0;
    margin-bottom: 10px;
    margin-bottom: 0;
}
#root.woocommerce-checkout h3{
    font-size: 20px;
}
#root.woocommerce-checkout form .form-row label{
    margin-bottom: 0 !important;
    line-height: 22px !important;
    font-size: 14px;
    color: #545352;
}
#root.woocommerce-checkout #ship-to-different-address {
    font-size: 14px;
}
#root.woocommerce form .form-row .required {
    color: #ea5b0c;
}
#root.woocommerce-checkout #customer_details {
    margin-bottom: 30px!important;
}
#root.woocommerce-checkout .optional,
#root.woocommerce-checkout #shipping_address_2_field,
#root.woocommerce-checkout #billing_address_2_field{
    display: none!important;
}   

#root .woocommerce-error, #root .woocommerce-info, #root .woocommerce-message {
    padding: 1em 1em 1em 3.5em!important;
    margin-bottom: 20px !important;
    line-height: 18px !important;
    font-size: 14px;
    border: 0 !important;
    border-radius: 10px !important;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 11px 2px #00000008!important;
    box-shadow: 0px 0px 11px 2px #00000008!important;
    transition: all 0.2s ease;
    color: #000;
}

#root .woocommerce-error::before, #root .woocommerce-info::before, #root .woocommerce-message::before {
    color: #282525 !important;
}

#root .woocommerce-error .button,
#root .woocommerce-info .button,
#root .woocommerce-message .button{
    background-color: rgb(24, 24, 24);
    border-color: rgb(24, 24, 24);
    padding: 7px 15px;
}
#root .woocommerce-error .button:hover,
#root .woocommerce-info .button:hover,
#root .woocommerce-message .button:hover{
    background-color: #404040!important;
    border-color: #000;
}

#root .woocommerce-shipping-destination,
#root .woocommerce-shipping-calculator,
#root #shipping_method{
    font-size: 13px;
}

#root #tab-description > h2:first-child{
    display: none;
}
#root .woocommerce-Tabs-panel,
#root .woocommerce-tabs{
    width: 100%;
}
#root .woocommerce-tabs *{
    border-color: #ebeef1;
    border-width: 2px;
}

#root .woocommerce-tabs ul.tabs::before{
    border-color: #ebeef1;
    border-width: 2px;
}

#root .woocommerce-tabs ul.tabs li a{
    text-transform: capitalize;
    text-decoration: none;
    font-size: 13px;
    line-height: 23px;
    font-weight: 700;
    font-family: 'Jura', sans-serif;
}