p {
    margin-top: 0;
    margin-bottom: 10px;
}
h3{
    font-weight: 600 !important;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 5px;
    margin-bottom: 10px;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title{
    font-weight: 500 !important;
    text-transform: uppercase;
    font-size: 16px;
    text-align: center;
    color: #000;
    padding: 0 !important;
    letter-spacing: 4px;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title .count{
    display: none;
}
.woocommerce ul.products li.product > a{
    display: block;
}
.woocommerce ul.products li.product a img{
    margin: 0 !important;
}
.product-category .img-cat{
    margin-top: 20px;
    padding: 0 30px;
    transition: transform 1s, all 0.3s;
}
.product-category:hover .img-cat{
    margin-bottom: 20px;
    margin-top: 0px;
}
.product-category .info{
    transition: transform 1s, all 0.3s;
}
.product-category:hover .info{
    padding-top: 20px;
}
.home .woocommerce ul.products li.first{
    clear: none !important;
}
.slider-cat{
    padding: 6em 0;
}
.vc_link{
    position: relative;
}
.vc_link a{
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 700 !important;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 8px;
}
.vc_link a span:before{
    position: absolute;
    top: 50%;
    left: 49%;
    width: 60%;
    height: 70px;
    border: 4px solid rgba(255,255,255,0.8);
    content: '';
    opacity: 0;
    transition: transform 1s, opacity 0.3s;
    -webkit-transform: translateX(-50%) translateY(-50%) scale(0.6);
    -moz-transform: translateX(-50%) translateY(-50%) scale(0.6);
    transform: translateX(-50%) translateY(-50%) scale(0.6);
}
.vc_link a:hover span:before{
    opacity: 1;
    -webkit-transform: translateX(-50%) translateY(-50%) scale(.75);
    -moz-transform: translateX(-50%) translateY(-50%) scale(.75);
    transform: translateX(-50%) translateY(-50%) scale(.75);
}
.slogan-about{
    text-align: center;
    font-style: italic;
    font-size: 25px;
    margin-bottom: 30px;
    font-weight: 400;
}
.wpb_text_column .wpb_wrapper p{
    text-align: justify;
    text-align-last: left;
}
.box-post h2.post-title{
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 6px;
    font-weight: 600;
    color: #333;
}
.date-time time{
    text-transform: uppercase;
    color: #333333;
    display: block;
    letter-spacing: 1px;
    margin-bottom: 5px;
}
.box-post .post-exerpt{
    line-height: 25px;
}
.pagination{
    justify-content: center;
}
.pagination .page-numbers{
    color: #333333;
    padding: 5px 10px;
    display: inline-block;
    margin: 10px 2px;
    border: solid 1px #f4f5f5;
    transition: 0.2s all ease-in-out;
}
.pagination .page-numbers:hover{
    background-color: #333;
    color: #fff;
}
.pagination .page-numbers.current{
    background-color: #333;
    color: #fff;
}
.social-sharing{
    margin: 10px 0;
}
.social-sharing a{
    color: #333;
    margin-left:5px;
    font-size: 18px;
}
.single-news h1.entry-title{
    font-size: 20px;
    line-height: 25px;
    margin: 0 auto 15px
}
.single-news{
    border-left: solid 1px #f4f5f5;
    padding: 0 30px;
}
@media screen and (max-width: 768px) {
    .single-news{
        border-left: none;
        padding: 15px 0;
    }
}
.single-news .entry-content p{
    text-align: justify;
    text-align-last: left;
}
#searchform input{
    border-radius: 0;
    font-size: 14px;
}
#searchform input:focus{
    box-shadow: none;
}
#searchsubmit{
    color: #fff;
    background-color: #333;
    border-color: #333;
}
.search-results h1.page-title{
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 30px;
    text-transform: uppercase;
    letter-spacing: 6px;
    font-weight: 700;
    color: #333;
    text-align: center;
}
.woocommerce .woocommerce-ordering select{
    font-size: 14px;
}
.woocommerce .woocommerce-ordering select:focus{
    box-shadow: none;
}
.woocommerce-products-header{
    background-repeat: no-repeat !important;
    background-attachment: fixed !important;
    background-position: top !important;
    background-size: cover !important;
    height: 360px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.woocommerce-products-header h1{
    color: #fff;
    letter-spacing: 6px;
    text-transform: uppercase;
    font-size: 35px;
    padding: 10px 40px;
    border: 4px solid #fff;
}
.archive #woocommerce-wrapper{
    background-color: #f1f1f2;
}
.woocommerce ul.products li.product .image-product-archive{
    position: relative;
}
.woocommerce ul.products li.product .image-product-archive .image-first{
    -webkit-transition: opacity 250ms ease;
    transition: opacity 250ms ease;
}
.woocommerce ul.products li.product .image-product-archive .image-seconds{
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    -webkit-transition: opacity 250ms ease;
    transition: opacity 250ms ease;

}
.woocommerce ul.products li.product:hover .image-product-archive .image-first{
    opacity: 0;
}
.woocommerce ul.products li.product:hover .image-product-archive .image-seconds{
    opacity: 1;
}
.woocommerce ul.products li.product .price{
    font-style: italic !important;
    text-align: center !important;
    color: #000 !important;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title{
    font-weight: 600;
    text-transform: uppercase;
    font-size: 16px;
    border-bottom: 0;
    text-align: center;
    letter-spacing: 2px;
    color: #000;
    line-height: 21px;
    height: 58px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.woocommerce ul.products li.product .add-to-cart-container a{
    text-decoration: none;
    border-radius: 0;
    color: #333;
    border-color: #333;
    text-transform: uppercase;
    font-size: 14px;
    background: #ffffff8c;
}
.woocommerce ul.products li.product .add-to-cart-container a:hover, .woocommerce ul.products li.product .add-to-cart-container a:focus, .woocommerce ul.products li.product .add-to-cart-container a:active{
    color: #fff;
    border-color: #fff;
    background-color: #333;
    box-shadow: none;
}
.woocommerce ul.products li.product .add-to-cart-container a.added{
    display: none;
}
.woocommerce ul.products li.product .add-to-cart-container a.added_to_cart{
    padding: .375rem .75rem;
    border: 1px solid #333;
    display: block;
    text-align: center;
}
.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #1c1c1c;
    border-radius: 0 !important;
    border-color: #1c1c1c;
}
.page-item .page-link {
    z-index: 1;
    color: #333;
    border-radius: 0 !important;
}
.page-item .page-link:hover{
    background-color: #1c1c1c;
    color: #fff;
    border: 1px solid #333;
}
.wpb_single_image .vc_figure, .wpb_single_image a{
    width: 100%;
}
#woocommerce-wrapper{
    background: #f1f1f2;
}
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper{
    overflow: hidden;
}
.woocommerce div.product p.price{
    font-size: 14px;
    line-height: 1.5em;
    text-transform: none;
    letter-spacing: 2px;
    font-weight: 400;
    font-style: italic;
    margin: 10px 0;
    color: #333;
}
.woocommerce div.product .product_title{
    text-transform: uppercase;
    font-size: 20px;
    letter-spacing: 6px;
}
.cart .quantity{
    display: block;
    float: none !important;
    margin-bottom: 10px !important;
}
.cart button[name="add-to-cart"]{
    border-width: 2px;
    border-style: solid;
    -webkit-transition: 0.1s background-color linear, 0.1s color linear;
    -moz-transition: 0.1s background-color linear, 0.1s color linear;
    -o-transition: 0.1s background-color linear, 0.1s color linear;
    transition: 0.1s background-color linear, 0.1s color linear;
    -webkit-box-shadow: inset 0 0px rgba(0,0,0,0);
    -moz-box-shadow: inset 0 0px rgba(0,0,0,0);
    box-shadow: inset 0 0 rgba(0,0,0,0);
    background-color: #fff;
    color: #2b2f33;
    border-color: #2b2f33;
    font-size: 13px;
    border-radius: 0;
    padding: 1.5em 4em !important;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-weight: 500;
}
.cart button[name="add-to-cart"]:hover, .cart button[name="add-to-cart"]:active{
    background-color: #2b2f33 !important;
    color: #fff !important;
    box-shadow: none !important;
    border-color: #2b2f33 !important;
}
.woocommerce-product-details__short-description{
    margin: 10px 0;
}
.product_meta{
    font-style: italic;
}
.product_meta .posted_in{
    font-weight: 600;
}
.product_meta a{
    color: #333;
    font-weight: 400;
}
.qty_button{
    background: #fff;
    width: 50px;
    height: 50px;
    font-size: 16px;
    margin: 1px 1px 0 0;
    border: solid 1px #dae2e6;
    color: #8798a2;
    border-radius: 0;
}
.quantity .qty {
    width: 50px;
    height: 50px;
    font-size: 16px;
    font-weight: normal;
    text-align: center;
    color: #21293c;
    line-height: 10px;
    border-radius: 0;
    border: 1px solid #dae2e6;
    margin: 1px -6px;
}
.quantity input:focus{
    outline: none;
}
.quantity input[type=number]::-webkit-inner-spin-button, .entry-summary .quantity input[type=number]::-webkit-outer-spin-button{
    -webkit-appearance:none;
    margin:0
}
.related h2{
    font-weight: 700 !important;
    text-transform: uppercase;
    font-size: 16px;
    margin-bottom: 0;
    letter-spacing: 5px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs{
    padding: 0 !important;
    overflow: visible !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li{
    border-radius: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::before, .woocommerce div.product .woocommerce-tabs ul.tabs li::after{
    border: none;
    box-shadow: none !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a{
    background-color: #333;
    color: #fff;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a{
    padding: 10px 20px !important;
    background-color: #fff;
    color: #333;
    font-weight: 500;
}
.woocommerce div.product .woocommerce-tabs .panel > h2{
    display: none;
}
#comments .woocommerce-Reviews-title{
    display: none;
}
.woocommerce p.stars a{
    color: #f1de00;
}
.woocommerce #review_form #respond p{
    margin: 10px 0 !important;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text{
    background: #fff;
}
.woocommerce .star-rating span{
    color: #f1de00;
}
.woocommerce div.product .woocommerce-product-rating{
    margin: 10px 0 !important;
}
.woocommerce div.product .woocommerce-product-rating .woocommerce-review-link{
    color: #333;
}
.login a{
    text-transform: uppercase;
}

/*mini cart*/
.mini-cart-items{
    max-height: none;
    display: block !important;
    background-color: #fff;
    height: 100%;
    width: 270px;
    left: 0;
    top: 0;
    -webkit-transform: translate3d(-300px, 0, 0);
    transform: translate3d(-300px, 0, 0);
    position: fixed;
    background-color: #fff;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    z-index: 9999999;
}
.mini-cart-items.open{
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 00px 0px 20px 0px rgba(0, 0, 0, 0.5);

}
.mini-cart-items .widget_shopping_cart_content{
    position: absolute;
    overflow-x: hidden;
    top: 44px;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0;
    padding: 10px;
}
.panel-overlay.open{
    background: #000;
    bottom: 0;
    left: 0;
    min-height: 100vh;
    opacity: 0.35;
    position: fixed;
    right: 0;
    top: 0;
    -webkit-transition: opacity 0.3s all ease-in-out 0s;
    transition: opacity 0.3s all ease-in-out 0s;
    z-index: 9999;
}
.cart-mini .mini-cart-items .cart_list.product_list_widget {
    list-style: none;
    padding: 0;
    margin: 0;
    float: none;
}
.cart-mini .mini-cart-items .cart_list.product_list_widget li {
    border: 0;
    font-size: 14px;
    border-bottom: 1px;
    position: relative;
    padding: 10px 0 !important;
    border-style: solid;
    border-color: #e9e9e9;
}
.cart-mini .cart_list.product_list_widget li img {
    float: left;
    width: 60px;
    height: auto;
    box-shadow: none;
    margin: 0 15px 0 0;
}
.cart-mini .cart_list.product_list_widget li a.remove {
    position: absolute;
    right: 0;
    top: 20px;
    line-height: 16px !important;
}
.cart-mini .header-cart-content .cart_list.product_list_widget li a {
    display: block;
    font-size: 14px;
}
.cart-mini .item-header-cart a{
    color: #333; 
}
.cart-mini ul.cart_list li a {
    color: #000;
}
.cart-mini .woocommerce-mini-cart__total{
    margin-top: 10px;
}
.cart-mini .checkout.wc-forward{
    float: right;
}
/*giỏ hàng*/
.woocommerce table.shop_table td.product-name a{
    color: #000;
}
.return-to-shop a{
    border: 1px solid #333;
    color: #333;
    border-radius: 0 !important;
}
.return-to-shop a:hover, .return-to-shop a:focus, .return-to-shop a:active{
    border: 1px solid #333;
    color: #fff;
    background-color: #333 !important;
    box-shadow: none !important;
}
.woocommerce-cart table.shop_table{
    border-radius: 0px;
}
.woocommerce-cart table.shop_table th{
    text-transform: uppercase;
}
.woocommerce-cart .coupon #coupon_code.input-text{
    border-radius: 0;
    font-size: 14px;
}
@media screen and (max-width: 576px) {
    .woocommerce-cart .coupon #coupon_code.input-text{
        width: 100% !important;
        margin-bottom: 10px;
    }
    .woocommerce-cart .coupon button[name="apply_coupon"] {
        float: left;
    }
}
.woocommerce-cart .coupon button[name="apply_coupon"]{
    border: 1px solid #333;
    color: #fff;
    background-color: #333 !important;
    border-radius: 0 !important;
    font-size: 14px;
}
.woocommerce-cart .coupon button[name="apply_coupon"]:hover, .woocommerce-cart .coupon button[name="apply_coupon"]:active{
    border: 1px solid #333;
    color: #333;
    background-color: #fff !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}
.woocommerce-cart .actions button[name="update_cart"]{
    border: 1px solid #333;
    color: #fff;
    background-color: #333;
    border-radius: 0 !important;
    text-transform: capitalize;
    font-size: 14px;
}
.woocommerce-cart .actions button[name="update_cart"]:hover, .woocommerce-cart .actions button[name="update_cart"]:active{
    border: 1px solid #333;
    color: #333;
    background-color: #fff;
    border-radius: 0 !important;
}
.woocommerce-cart .cart_item .quantity input[type=number]{
    width: 40px;
    height: 40px;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    color: #21293c;
    line-height: 10px;
    border-radius: 0;
    border: 1px solid #dae2e6;
    margin: 0 -5px;
}
.woocommerce-cart .cart_item .quantity input[type=number]::-webkit-inner-spin-button, .woocommerce-cart .cart_item  .quantity input[type=number]::-webkit-outer-spin-button{
    -webkit-appearance:none;
    margin:0
}
.woocommerce-cart .cart_item .quantity .qty_button{
    background: #fff;
    width: 40px;
    height: 40px;
    font-size: 14px;
    margin: 0px -1px 0px -1px;
    border: solid 1px #dae2e6;
    color: #8798a2;
    border-radius: 0;
}
.woocommerce-cart .cart_item .quantity input:focus{
    outline: none !important;
}
.woocommerce-cart .cart_totals .wc-proceed-to-checkout a{
    border: 1px solid #333;
    color: #333;
    background-color: #fff;
    border-radius: 0 !important;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 3px;
}
.woocommerce-cart .cart_totals .wc-proceed-to-checkout a:hover, .woocommerce-cart .cart_totals .wc-proceed-to-checkout a:active, .woocommerce-cart .cart_totals .wc-proceed-to-checkout a:focus{
    border: 1px solid #333;
    color: #fff;
    background-color: #333;
    border-radius: 0 !important;
    box-shadow: none !important;
    text-transform: uppercase;
}
.woocommerce-cart .cart-collaterals .cart_totals{
    width: 100% !important;
    background-color: #fafafa;
    border: 1px solid #f3f3f3;
    padding: 10px;
}
.woocommerce-cart .cart-collaterals .cart_totals h2{
    margin: 10px;
    padding: 10px 0;
    border-bottom: 2px solid #333;
    font-size: 16px;
    letter-spacing: 5px;
    font-weight: 500;
    text-transform: uppercase;
}
.woocommerce-cart .cart-collaterals .cart_totals table.shop_table{
    border: none;
}
.woocommerce-cart .cart-collaterals .cart_totals table.shop_table th{
    font-weight: 500;
}
.shipping-calculator-button{
    color: #333 !important;
}
/*thanh toán*/
.woocommerce-shipping-fields{
    display: none;
}
#billing_first_name_field{
    width: 100% !important;
}
.woocommerce-checkout .woocommerce-checkout .woocommerce-billing-fields h3{
    font-weight: bold;
    border-bottom: 2px solid #333;
    padding-bottom: 10px;
    margin: 0 0 10px 0px;
    text-transform: uppercase;
}
.woocommerce-checkout .woocommerce-billing-fields{
    padding: 20px;
    border: 1px solid #f3f3f3;
    background-color: #fff;
}
.woocommerce-checkout .woocommerce-billing-fields__field-wrapper input.input-text{
    border-radius: 0;
    border: 1px solid #e2e2e2 !important;
}
.woocommerce-checkout .checkout.woocommerce-checkout .woocommerce-additional-fields{
    border: 1px solid #f3f3f3;
    padding: 20px;
    margin-top: 20px;
    display: none;
}
.woocommerce-checkout .checkout.woocommerce-checkout .woocommerce-additional-fields h3{
    font-weight: bold;
    border-bottom: 2px solid #333;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.woocommerce-checkout .checkout.woocommerce-checkout .woocommerce-additional-fields textarea[name="order_comments"]{
    border-radius: 0;
}
.woocommerce-checkout #payment{
    background: #f7f6f7;
}
.woocommerce-checkout #payment div.payment_box::before{
    border: 1em solid #333 !important;
    border-right-color: transparent !important;
    border-left-color: transparent !important;
    border-top-color: transparent !important;
}
.woocommerce-checkout #payment div.payment_box{
    background-color: #333;
}
.woocommerce-checkout #payment div.payment_box p{
    color: #fff;
}
.woocommerce-checkout .woocommerce-checkout-payment .form-row button[name="woocommerce_checkout_place_order"]{
    border: 1px solid #333;
    color: #fff;
    background-color: #333;
    border-radius: 0 !important;
    display: block;
    padding: 10px;
    width: 100%;
    text-transform: uppercase;
    font-size: 20px;
}
.woocommerce-checkout .checkout.woocommerce-checkout .your-order{
    padding: 20px;
    border: 1px solid #f3f3f3;
    background-color: #fff;
}
.woocommerce-checkout .checkout.woocommerce-checkout .your-order h3{
    font-weight: bold;
    border-bottom: 2px solid #333;
    padding-bottom: 10px;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.woocommerce-checkout .checkout.woocommerce-checkout table.shop_table{
    border:0;
}
.woocommerce-info{
    border-top-color: #333;
}
.woocommerce-info::before {
    color: #333;
}
.woocommerce-checkout .woocommerce-shipping-fields{
    margin-top: 20px;
    padding: 20px;
    border: 1px solid #f3f3f3;
    background-color: #fff;
}
.woocommerce-checkout .woocommerce-shipping-fields #ship-to-different-address{
    font-weight: bold;
    border-bottom: 2px solid #333;
    padding-bottom: 10px;
    margin: 15px 0 10px 0px;
    text-transform: uppercase;
}
.select2-container .select2-selection--single{
    height: auto !important;
}
.select2-container .select2-selection--single .select2-selection__rendered{
    padding: 5px 20px 5px 8px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
    height: 38px;
}
/*mã ưu đãi*/
.woocommerce-checkout .woocommerce-form-coupon{
    border-radius: 0;
}
.woocommerce-checkout .woocommerce-form-coupon p input{
    border-radius: 0;
}
.woocommerce-checkout .woocommerce-form-coupon p input:focus{
    box-shadow: none;
}
.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info .showcoupon{
    color: #000;
    font-weight: 600;
}
.woocommerce-checkout .woocommerce-form-coupon p button[name="apply_coupon"]{
    border: 1px solid #333 !important;
    color: #fff;
    background-color: #333 !important;
    border-radius: 0 !important;
}
.woocommerce-checkout .woocommerce-form-coupon p button[name="apply_coupon"]:hover{
    border: 1px solid #333 !important;
    color: #333;
    background-color: #fff !important;
}
/*tài khoản*/
.woocommerce-account form.login{
    border-radius:0 !important;
}
.woocommerce-account form.login h2{
    border-bottom: 2px solid #333;
    padding: 15px 0;
    margin: 0 0 15px 0px;
}
.woocommerce-account form.login .form-row input{
    padding: 10px;
}
.woocommerce-account form.login .form-row .woocommerce-form__label-for-checkbox{
    width: 100%;
    text-align: center;
    margin: 10px;
}
.woocommerce-account form.login button[name="login"]{
    width: 100%;
    border: 1px solid #333;
    border-radius: 0;
    background: #333;
    padding: 10px;
    color: #fff;
}
.woocommerce-account form.login button[name="login"]:focus, .woocommerce-account form.login button[name="login"]:active{
    background: #333;
    border: 1px solid #333;
    color: #fff;
    box-shadow: none !important;
}
.woocommerce-account form.login .lost_password{
    text-align: center;
    margin: 10px 0 0 0;
}
.woocommerce-account form.register{
    border-radius:0 !important;
}
.woocommerce-account form.register h2{
    border-bottom: 2px solid #333;
    padding: 15px 0;
    margin: 0 0 15px 0px;
}
.woocommerce-account form.register .form-row input{
    padding: 10px;
}
.woocommerce-account form.register .form-row button[name="register"]{
    width: 100%;
    border: 1px solid #333;
    border-radius: 0;
    background: #333;
    padding: 10px;
    color: #fff;
}
.woocommerce-account form.register .form-row button[name="register"]:active{
    box-shadow: none !important;
}
.woocommerce-account button{
    background: #333;
    border: 1px solid #333;
    color: #fff;
    border-radius: 0;
}
.woocommerce-account input{
    padding: 5px 10px;
    border: 1px solid #e0e0e0;
}
.woocommerce-account fieldset legend{
    color: #333;
    margin-top: 20px;
}
.woocommerce-account a.btn-outline-primary{
    background: #333;
    border: 1px solid #333;
    color: #fff;
    border-radius: 0;
}
.woocommerce-account a.btn-outline-primary:active{
    background: #333 !important;
    border: 1px solid #333 !important;
    color: #fff !important;
    box-shadow: none !important;
    border-radius: 0 !important;
}
.lost_reset_password .form-row button[type="submit"]{
    border-radius: 0;
    background: #333 !important;
    border: 1px solid #333;
    color: #fff;
}
.lost_reset_password .form-row input{
    border-radius: 0;
}
.lost_reset_password .form-row button[type="submit"]:hover{
    background: #fff !important;
    border: 1px solid #333;
    color: #333;
}
.cross-sells{
    display: none;
}
.woocommerce-order-details .woocommerce-order-details__title{
    margin: 10px;
    padding: 10px 0;
    border-bottom: 2px solid #333;
    font-size: 22px;
    font-weight: bold;
    text-transform: uppercase;
}

.woocommerce-customer-details .woocommerce-column__title{
    margin: 10px;
    padding: 10px 0;
    border-bottom: 2px solid #333;
    font-size: 22px;
    font-weight: bold;
    text-transform: uppercase;
}
.woocommerce-thankyou-order-received{
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 20px;
}
.woocommerce ul.order_details li{
    font-size: 11px;
}
.woocommerce ul.order_details li strong{
    margin-top: 10px;
}

@media screen and (max-width: 576px) {
    .woocommerce ul.order_details li{
        width: 100%;
    }
}
.woocommerce-thankyou-order-received{
    display: block !important; 
}
.woocommerce-order p{
    display: none;
}
.woocommerce .products .star-rating{
    margin: 0px auto 5px !important;
    display: none;
}
.woocommerce form .password-input, .woocommerce-page form .password-input{
    width: 100%;
}
#customer_login h2{
    font-size: 25px;
    letter-spacing: 5px;
    text-transform: uppercase;
}
.w-100 .vc_single_image-wrapper, .w-100 img{
    width: 100%;
}
.title_link a{
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 700 !important;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 8px;
}
.title_link a span:before {
    position: absolute;
    top: 50%;
    left: 49%;
    width: 60%;
    height: 100px;
    border: 4px solid rgba(255,255,255,0.8);
    content: '';
    transition: transform 1s, opacity 0.3s;
    -webkit-transform: translateX(-50%) translateY(-50%) scale(0.6);
    -moz-transform: translateX(-50%) translateY(-50%) scale(0.6);
    transform: translateX(-50%) translateY(-50%) scale(0.6);
}
.title_link a:hover span:before {
    opacity: 1;
    -webkit-transform: translateX(-50%) translateY(-50%) scale(.75);
    -moz-transform: translateX(-50%) translateY(-50%) scale(.75);
    transform: translateX(-50%) translateY(-50%) scale(.75);
}
#gform_submit_button_3, #gform_submit_button_4{
    border: none;
    padding: 10px 25px;
    background: #222;
    color: #fff;
    text-transform: uppercase;

}
#gform_wrapper_3, #gform_wrapper_4{
    margin: 0 !important;
    max-width: 100% !important;
    padding: 30px;
    background: #e4e4e4;
}
#gform_wrapper_3 .gfield_label, #gform_wrapper_4 .gfield_label{
    display: none;
}
#gform_wrapper_3 li input, #gform_wrapper_3 li textarea,#gform_wrapper_4 li input, #gform_wrapper_4 li textarea{
    padding: 8px 10px;
    border: none;
    margin-bottom: 15px;
}
.gform_wrapper .gform_footer{
    margin: 0 !important;
    padding: 0 !important;
}