/*
Theme Name: Geckodoit IPTV Theme
Theme URI: http://geckodoit.com
Description: Custom theme for IPTV site
Author: Geckodoit Team
Author URI: http://geckodoit.com
Template: hello-elementor
Version: 1.12
Text Domain: geckodoit
*/

/*
    Add your custom styles herec
*/
.woocommerce{
	background-color: #FFF;
}
.woocommerce .woocommerce-order {
    max-width: 1200px;
    margin: auto;
	padding: 75px; 
}
.woocommerce p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
    text-align: center;
}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt{
  background-color: #DC0012;
  border: 1px solid #DC0012;
}
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover{
  background-color: #FFFFFF;
  color: #DC0012;
}
.woocommerce .cw-row #cw-details-wrapper,
.woocommerce .cw-row #cw-qr-wrap,
.woocommerce .cw-row #progress{
	display: none;
}
.center-btn{
	display: block !important;
	margin: 15px auto;
}
@media (max-width: 480px){	
	table {
		overflow-x: auto; /* Horizontal */
		width: 100% !important;
		height: 100% !important;
	}
}
@media 
only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px)  {

}