body .woocommerce-checkout .checkout-right .woocommerce-checkout-review-order-table .cart_item .product-name .product-img {
        margin-right: 10px;
}


#billing_address_2_field,
#shipping_address_2_field{
	display: none!important
}

.show-shipping-terms,
.product-shipping-terms {
    background: #000;
    color: #fff;
    padding: 15px 17px 15px 50px;
    font-size: 13px;
    margin-bottom: 20px;
	position: relative;
}

.show-shipping-terms:before,
.product-shipping-terms:before {
    content: "";
    width: 30px;
    height: 20px;
    display: inline-block;
    position: absolute;
    left: 15px;
    top: 14px;
    background-image: url(../images/svg/shipp.svg);
    background-repeat: no-repeat;
    background-size: 21px;
    background-position: center center;
}


@media (max-width:640px) {
	.show-shipping-terms,
	.product-shipping-terms {
		padding: 12px 15px 12px 38px;
		font-size: 12px;
	}
	
	.show-shipping-terms:before,
	.product-shipping-terms:before {
		width: 21px;
    	height: 14px;
		left: 11px;
   	 	top: 14px;
		background-size: 18px;
	}
}

body .woocommerce-checkout #payment div.payment_box.payment_method_ipay img {
            width: 300px;
    margin-bottom: 7px;
    margin-left: 0;
    margin-top: 7px;
}

body .woocommerce-checkout #payment div.payment_box.payment_method_ipay br {
    display: none;
}

.cart-flex .cart_left .shop_table tbody td.product-quantity .relative {
        display: flex;
}

.cart-flex .cart_left .shop_table tbody td.product-quantity .trigger_update {
        vertical-align: top;
    display: inline-block;
    margin-left: 10px;
}

.wpcf7 .wpcf7-recaptcha iframe {
        width: -webkit-fill-available;
}

body .hero_page_shop .hero_left {
	width: 20%
}

body .hero_page_shop .hero_right {
	width: 80%;
}

.contact-grid {
	margin-top: 20px;
	margin-bottom :20px;
}

.contact-grid .col_50,
.contact-grid .col_100 {
	margin-bottom: 20px;
}

.contact-grid .wpcf7-list-item {
  margin-left:0;
	margin-right: 20px;
}

.contact-grid textarea {
    height: 100px;
}

@media (max-width:1480px) {
	.hero_page_shop .hero_right .category-item {
		width: 12.5%;
	}
}

@media (max-width:1024px) {
	
	body .hero_page_shop .hero_left {
		width: 100%
	}

	body .hero_page_shop .hero_right {
		width: 100%
	}
	    .hero_page_shop .hero_right .category-item {
        width: 25%;
    }
	
	.categories-flex {
		justify-content: center;
	}
    .section_woo_shop .bottom-shop {
        display: flex!important;
    }
    
    .section_woo_shop .bottom-shop .count {
        display: none!important;
    }
    
    .section_woo_shop .bottom-shop .pagination {
        width: 100%;
    }
    
    .section_woo_shop .bottom-shop .pagination nav.woocommerce-pagination ul {
        width: 100%;     text-align: center;
    }
    
    .section_woo_shop .bottom-shop .pagination nav.woocommerce-pagination ul li span, .section_woo_shop .bottom-shop .pagination nav.woocommerce-pagination ul li a {
            width: 39px;
        height: 39px;
       
        line-height: 39px;
        font-size: 13px;
    }
    
    .section_woo_shop .bottom-shop .pagination nav.woocommerce-pagination ul li {
        float: none;
        display: inline-block;
        margin-left: 3px;
        margin-right: 3px;
    }
}

@media (max-width:768px) {
    .section_woo_shop .bottom-shop .pagination nav.woocommerce-pagination ul li span, .section_woo_shop .bottom-shop .pagination nav.woocommerce-pagination ul li a {
		width: 33px;
		height: 33px;
		line-height: 33px;
		font-size: 11px;
	}
	.contact-grid .col_50,
.contact-grid .col_100 {
		width: 100%;
	}	
}


@media (max-width:680px) {
  .hero_page_shop .hero_right .category-item {
        width: 33.33%;
    }
}


@media (max-width:420px) {
	 .hero_page_shop .hero_right .category-item {
        width: 50%;
    }
}

/* style for custom part of the plugin */
body .vi-wpvs-variation-style.vi-wpvs-variation-style-horizontal {
    grid-template-columns: auto;
    grid-gap: 0;
}

.mat_toggle_button {
    padding: 5px 10px 5px 0 ;
    border-bottom: 1px solid #7d7d7d;
    margin: 3px 0px 6px 0;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    user-select: none;
}

.mat_toggle_button:after {
    content: "\f078";
    font-family: "Font Awesome 5 Free";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-weight: 900;
    transition: transform 0.3s ease;
	    width: 20px;
    height: 20px;
    display: inline-block;
    display: flex;
    align-items: center;
    justify-content: center;
	    right: -10px;
    position: relative;
}

.mat_toggle_button.active:after {
	transform: rotate(180deg);
}


body .vi-wpvs-variation-wrap .vi-wpvs-option-wrap .vi-wpvs-option-tooltip {
    background: #fff;
    width: 100px;
    border-radius: 3px;
    padding: 5px 8px;
    border: 1px solid #dfdfdf;
}

.vi-wpvs-variation-wrap .vi-wpvs-option-wrap .vi-wpvs-option-tooltip-top::after, .vi-wpvs-variation-wrap .vi-wpvs-option-wrap .vi-wpvs-option-tooltip-top::before {
    border-width: 6px;
    border-style: solid;
    margin-left: -6px;
    border-color: #e4e4e4 transparent transparent transparent;
}
.vi-wpvs-variation-wrap.mat_section_hidden {
   display: none!important;
}

.vi-wpvs-variation-wrap {
    padding-top: 10px;
    padding-bottom: 10px;
}


body .wpcf7 form .wpcf7-response-output {
    margin: 10px 0;
    padding: 10px;
    text-align: center;
	font-size: 15px;
}


body .wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    background: #46b450;
}

body .wpcf7 form.failed .wpcf7-response-output,
body .wpcf7 form.aborted .wpcf7-response-output {
    border-color: #dc3232;
    /* Red */
    background: #dc3232;
}

body .wpcf7 form.spam .wpcf7-response-output {
    border-color: #f56e28;
    /* Orange */
    background: #f56e28;
}

body .wpcf7 form.invalid .wpcf7-response-output,
body .wpcf7 form.unaccepted .wpcf7-response-output {
    border-color: #ffb900;
    /* Yellow */
    background: #ffb900;
}

@media (max-width:1024px) {
	body .wpcf7 form .wpcf7-response-output {
		font-size: 14px;
	}
	
}

@media (max-width:768px) {
	body .wpcf7 form .wpcf7-response-output {
		font-size: 13px;
	}
}
