.wpgs-nav ,
#tab-title-description,
.woocommerce-ordering,
.page-title,
.woof_sid_auto_shortcode.woof,
.product-cats,
.woocommerce-result-count,
.woocommerce-notices-wrapper,
.payment_method_bacs,
#order_review .custom-attributes,
.required,
.product-name .custom-attributes
{
    display: none!important;
}
#tab-description{
    margin-bottom: 40px;
}
.woocommerce{
    margin: 30px 0;
    width: 100%;
}
.wc-tab h2{
    margin-bottom: 40px;
}
.col-1,.col-2{
    max-width: 100%;
}
.product-total{
    display: none !important;
}
.woocommerce button.button.alt{
    background-color: #A12A2A !important;
    color: #fafafa !important;
}
.row{
    margin-left: 0 !important;
    margin-right: 0 !important;
}
ul.products{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    padding: 20px;
    margin: 10px;
    margin-bottom: 100px;
    background-color: #fafafa;
    width: 100%;
}
ul.products li.type-product {
    text-align: center;
    width: 25%;
    /*margin-bottom: 30px;*/
}
li.product-category{
    padding: 8px;
    margin: 10px 20px 0 20px;
    /*width: 30%;*/
    text-align: center;
}
li.product-category:hover img, li.type-product:hover img{
    -ms-transform: scale(1.02);
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
    transition: 0.2s ease-in-out;
}
li.product-category:hover a, li.type-product:hover a{
    text-decoration: none;
}
h2.woocommerce-loop-product__title {
    font-size: 17px;
    text-align: center;
    padding: 20px;
    color: #A12A2A;
    font-weight: bold;
    height: 100px;
}

.shipping_address{
    display: block !important;
}
.woocommerce-loop-category__title{
    text-align: center;
    padding-top: 20px;
    font-size: 20px;
    text-transform: uppercase;
    background-color: #A12A2A;
    padding-bottom: 20px;
    color: #dedede;
}
.add_to_cart_button_div a{
    border: 1px solid;
    padding: 5px 10px;
}
.add_to_cart_button_div{
    text-align: center;
}
.price{
    font-size: 20px;
    font-weight: 700;
    color: #0e0e0e;
}
.woocommerce form .form-row label{
    margin-right: 30px;
}
.single_add_to_cart_button,
a.add_to_cart_button{
    display: block;
    background: #A12A2A !important;
    color: #dedede!important;
    width: 100%;
    margin: 10px auto;
    padding: 10px;
    font-size: 15px;
    transition: 0.1s ease-in-out;
    border: 1px solid #A12A2A;
}
single_add_to_cart_button:hover,
a.add_to_cart_button:hover{
    color: #A12A2A !important;
    background: #FFFFFF!important;

}
form.cart .single_add_to_cart_button{
    width: 50% !important;
}
.slick-slide img{
    height: 250px !important;
    width: 250px !important;
    margin: 0 auto;
}
.single_add_to_cart_button{
    margin: 40px 0 0 0 !important;
}
.entry-summary .quantity {
    border: 1px solid #A12A2A;
    width: max-content;
}
#billing_email{
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.woocommerce-input-wrapper{
    width: 100%;
}
.woocommerce form .form-row textarea{
    height: 100px !important;
}
.entry-summary .price {
    font-size: 25px;
    color: #A12A2A;
}
.return-to-shop{
    margin-top: 230px;
}
.woocommerce-single-product-fix .entry-summary{
    margin-left: 20px;
}
.wc-proceed-to-checkout a{
    background-color: #A12A2A !important;
    color: #dedede !important;
}
#billing_country_field{
    display: none !important;
}
#order_comments {
    border: none;
    border-bottom: 1px solid;
}
#order_comments_field{
    display: block;
}
.cart-subtotal{
    display: none !important;
}
div#wps-slider-section .wpsf-product-title{
    height: 50px !important;
}
.woocommerce-billing-fields {
    width: 100%;
}
.woocommerce-billing-fields h3 {
    text-align: center;
    color: #0e0e0e;
    margin-bottom: 30px;
}
.form-group input, .form-row-wide input{
    border: none;
    border-bottom: 1px solid;
}
#order_review_heading {
    text-align: center;
    margin-top: 40px;
}
.cart-empty{
    margin-bottom: 250px;
}
.product-type-simple {
    background-color: #fefefe;
    padding: 5px;
	border: 1px solid #d5dadf;
    border-radius: 3px;
}
@media (max-width: 770px){
    .burger__only{
        display: none;
    }
}
@media (max-width: 770px) {

    /*BURGER*/
    .computer__only{
        display: none !important;
    }
    .burger__only{
        display: block !important;
    }
    .hidden-menu {
        display: block;
        position: fixed;
        list-style:none;
        padding: 40px 10px 10px 10px;
        margin: 0;
        box-sizing: border-box;
        width: 180px;
        background-color: #B12923;
        height: 100%;
        top: 0;
        right: -200px;
        transition: left .2s;
        z-index: 1001;
        opacity: 0.9;
        -webkit-transform: translateZ(0);
        -webkit-backface-visibility: hidden;
        flex-wrap: wrap;
    }
    .hidden-menu li{
        /*margin: 0 auto !important;*/
        text-align: center;
        width: 100%;
    }
    .hidden-menu-ticker {
        display: none;
    }
    .btn-menu {
        color: #ffeccf;
        padding: 5px;
        position: fixed;
        top: 5px;
        right: 15px;
        cursor: pointer;
        transition: left .23s;
        z-index: 3000;
        width: 40px;
        -webkit-transform: translateZ(0);
        -webkit-backface-visibility: hidden;

    }
    .btn-menu span {
        display: block;
        height: 5px;
        background-color: #B12923;
        margin: 5px 0 0;
        transition: all .1s linear .23s;
        position: relative;
    }
    .btn-menu span.first {
        margin-top: 0;
    }
    .hidden-menu-ticker:checked ~ .btn-menu {
        right: 20px;
    }
    .hidden-menu-ticker:checked ~ .hidden-menu {
        right: 0;
    }
    .hidden-menu-ticker:checked ~ .btn-menu span.first {
        -webkit-transform: rotate(45deg);
        top: 10px;
    }
    .hidden-menu-ticker:checked ~ .btn-menu span.second {
        opacity: 0;
    }
    .hidden-menu-ticker:checked ~ .btn-menu span.third {
        -webkit-transform: rotate(-45deg);
        top: -10px;
    }
    #menu .menu__list__hidden li{
        width: 100% !important;
    }
    #menu .menu__list li:hover ul.menu__list__hidden{
        left: -79% !important;
    }
    .header__top .col-12{
        margin-top: 20px;
    }
    .header__top{
        text-align: center;

    }
    #menu{
        border-bottom: 2px solid #A12A2A;
    }
    ul.products li.type-product{
        width: 100%;
    }
    ul.products{
        margin: 0 !important;
    }
    .woocommerce-single-product-fix{
        flex-wrap: wrap;
    }
    .woocommerce-single-product-fix .images{
        margin: 0 auto !important;
    }
    .entry-summary .quantity{
        width: 100%;
    }
    .woo-content{
        width: 100%;
    }
    .wp-post-image{
        width: 100%;
    }
    .single_add_to_cart_button{
        margin: 40px auto !important;
    }
    h2.woocommerce-loop-product__title{
        height: max-content !important;
    }
}