@charset "UTF-8";
/*!*
	--------------------------------
	Created: 2021.04.02
	Last Modified:
	--------------------------------
*!*/
#product .top_products_info .products_tab_wrap .products_tab_content, #top .top_products_info .products_tab_wrap .products_tab_content {
    display: block;
}
#product .top_products_info:before, #top .top_products_info:before {
    background-position: 50% 0,50% bottom;
}
#product .top_products_info .go_products, #top .top_products_info .go_products {
    padding: 30px 0;
    background: rgba(0,0,0,.5);
    text-align: center;
}



@media only screen and (max-width: 767px){
	#product .top_products_info:before, #top .top_products_info:before {
    background-position: 0 0;
}
#product .top_products_info .products_tab_content, #top .top_products_info .products_tab_content {
    padding-bottom: 60px;
}
#product .top_products_info .go_products, #top .top_products_info .go_products {
    padding: 24px 0;
}
}
