ul.lty-lottery-answers li {
    background: #191b1e;
    border: 0;
    color: #fff;
    font-weight: 600;
    display: inline-block;
    width: auto;
    padding: 8px 20px;
    border-radius: 30px;
}

ul.lty-lottery-answers li.lty-selected, ul.lty-lottery-answers li:hover {
    background: #ffb80e;
    color: #000;
}

.lty-lottery-ticket-panel .lty-lottery-ticket-tab-wrapper .lty-lottery-ticket-tab {
    float: none;
    border-radius: 30px;
    background: #191b1e;
    color: #fff;
    border: 0;
}

.lty-lottery-ticket-panel .lty-lottery-ticket-tab-wrapper .lty-lottery-ticket-tab:hover, .lty-lottery-ticket-panel .lty-lottery-ticket-tab-wrapper .lty-active-tab {
    background: #ffb80e;
    color: #000;
    border: 0;
}

.woocommerce div.product form.cart .lty-participate-now-button {
    background: #ffb80e;
    border: 0px;
    border-radius: 30px;
    font-size: 16px;
    color: #000;
}

.woocommerce div.product form.cart .lty-participate-now-button:disabled {
    background-color: #191b1e;
    color:#686868;
}

p.lty-lottery-time-left-label {
    font-weight: 600;
    color: #686868;
    margin-bottom: 10px;
}

.lty-lottery-ticket-panel .lty-ticket-number-wrapper ul {
    display: flex;
    flex-wrap: wrap;
}

.lty-lottery-ticket-panel .lty-ticket-number-wrapper ul li {
    float: none;
}

.woocommerce-product-details__short-description p iframe {
    width: 100%;
    height: 195px;
    max-width: 360px;
}

.woocommerce div.product .price-container {
    margin-top: 4px !important;
}

.woocommerce div.product .price-container .woocommerce-Price-amount.amount {
    font-size: 20px;
    color:#ffb80e;
	font-weight:600;
}

.woocommerce .col2-set {
    width: 100%;
    display: flex;
}

.u-column1.col-1 {
    flex: 1;
    margin: 10px;
}

.woocommerce .col2-set .col-2 {
    margin-top: unset;
    flex: 1;
    margin: 10px;
}

.woocommerce form #account_confirm_password_field {
    clear: both;
    float: left;
    width: 100%;
}

@media(max-width:767px) {
	.woocommerce-account .main-container .row-container .row-parent {
		padding:20px;
	}
	.woocommerce .col2-set {
		width: 100%;
		display: block;
	}

	.u-column1.col-1 {
		flex: unset;
		margin: 0px;
	}

	.woocommerce .col2-set .col-2 {
		margin-top: unset;
		flex: unset;
		margin: 0px;
	}
}

.woocommerce .cart .button, .woocommerce .cart input.button { 
	border-radius:30px;
}

.lty-frontend-table tfoot nav ul li a, .lty-frontend-table tfoot nav ul li span {
	background: #111;
	color: #777;
	height: auto !important;
	line-height: 22px !important;
	font-family: "GalanoGrotesque" !important;
	width: 44px !important;
	font-weight: 600 !important;
}

.lty-ticket-logs-table td a {
		color:#666 !important;
}

td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions {
    text-align: right;
}

.woocommerce table.my_account_orders .button {
    color:#ffb80e;
    white-space: nowrap;
    margin-left: 10px;
}

.woocommerce table.my_account_orders .button.pay {
    background: #ffb80e;
    color: black;
    padding: 7px 17px;
    border-radius: 20px;
    display: block;
    margin-bottom: 10px;
    text-align: center;
}
ul.woocommerce-SavedPaymentMethods.wc-saved-payment-methods {
    list-style-type: none;
    padding-left: 0;
}
.woocommerce #payment ul.payment_methods ul.woocommerce-SavedPaymentMethods.wc-saved-payment-methods li {
    margin-top: 0;
}
#order_review table.shop_table {
    table-layout: fixed;
}
tr.order_item td.product-name {
    font-size:20px;
}
tr.order_item ul.wc-item-meta {
    padding-left: 0;
    list-style-type: none;
    margin-top:0
}

tr.order_item ul.wc-item-meta li p {
    margin-top: 0;
    display: inline-block;
}

@media (max-width:480px) {
    table.woocommerce-orders-table.woocommerce-MyAccount-orders.shop_table.shop_table_responsive.my_account_orders.account-orders-table tr {
        border-bottom: 1px solid #333;
        padding-bottom: 10px;
    }
    table.woocommerce-orders-table.woocommerce-MyAccount-orders.shop_table.shop_table_responsive.my_account_orders.account-orders-table td {
        padding: 8px 0;
    }
    tr.woocommerce-orders-table__row.woocommerce-orders-table__row--status-pending.order td.woocommerce-orders-table__cell-order-actions:before{
        margin-top: 7px;
    }
    .woocommerce table.my_account_orders .button.pay {
        display: inline-block;
        margin-bottom:0;
    }
    .lty-lottery-ticket-panel .lty-ticket-number-wrapper ul li { 
        width: 25%;
    }

    .woocommerce div.product form.cart .lty-participate-now-button {
        font-size: 14px;
    }
	.shop_table.customer_details {
		font-size: 14px;
		display:flex;
	}
	
	.shop_table.customer_details tbody {
		width: 100%;
		display: block;
	}
	
	.shop_table.customer_details tr {
		display:flex;
	}
	
	.shop_table.customer_details tr th:first-child, .shop_table.customer_details tr td:first-child {
		flex:1;
	}
	
	.lty-ticket-logs-table td {
		padding:4px 10px !important;
	}
}

body div.product form.cart div.quantity {
    margin-top: 0;
    max-width: 148px;
    display: inline-block;
    margin-right: 10px;
    position: relative;
    display: inline-block;
}
.woocommerce .quantity input.qty {
    line-height: 37px;
    font-weight: 400;
    font-size: 16px;
    width: 148px;
    text-align: center;
    letter-spacing: 3px;
    font-size: 16px;
    padding: 16px 20px;
    border: 0;
    margin-right: 0px;
    font-weight: bold;
    color: white;
    height: 51px;
    border-radius: 40px;
    max-width: unset;
    float: unset;
}

div.product form.cart table div.quantity {
  margin: 0;
}

div.product form.cart div.quantity .quantity-btn {
    position: absolute;
    display: inline-block;
    cursor: pointer;
    height: 51px;
    width: 51px;
    background: #191b1e;
    border-radius: 100%;
}


div.product form.cart div.quantity .quantity-btn.quantity-minus {
    left: -1px;
    
}
div.product form.cart div.quantity .quantity-btn.quantity-plus {
    right: -1px;
    top: 0;
    
}
div.product form.cart div.quantity .quantity-btn.quantity-minus:before {
    content: "";
    display: block;
    width: 15px;
    position: absolute;
    top: 50%;
    height: 2px;
    background: white;
    left: 50%;
    transform: translate(-50%,-50%);
}

div.product form.cart div.quantity .quantity-btn.quantity-plus:before {
    content: "";
    display: block;
    width: 15px;
    position: absolute;
    top: 50%;
    height: 2px;
    background: white;
    left: 50%;
    transform: translate(-50%,-50%);
}

div.product form.cart div.quantity .quantity-btn.quantity-plus:after {
    content: "";
    display: block;
    height: 15px;
    position: absolute;
    top: 50%;
    width: 2px;
    background: white;
    left: 50%;
    transform: translate(-50%,-50%);
}

button.button.alt.lty-lucky-dip-button {
    margin-bottom: 0 !important;
}
.woocommerce div.product form.cart .lty-lottery-ticket-lucky-dip-container p {
    margin-bottom: 10px;
}
.woocommerce div.product form.cart .lty-lottery-ticket-lucky-dip-container button {
    margin-right:10px;
}

.extra-lucky-dip-qty-container button.button.alt.lty-max-lucky-dip-button.lty_manual_add_to_cart span {
    color: #8d8d8d;
}

.woocommerce table.shop_table th {
    color:#d5d5d5;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

table.lty-frontend-table.shop_table.shop_table_responsive.lty-winner-logs-table {
    margin-top: 20px;
}

.secure-trading-iframe iframe {
    height: 840px;
}

div#secure-trading-payment-data p {
    font-weight: 300;
    font-size: 13px;
    margin-left: 6px;
}

@media(max-width:767px) {
    .secure-trading-iframe iframe {
        height: 1200px;
    }

    body div.product form.cart div.quantity {
        width: 100%;
        max-width: unset;
    }
    .woocommerce .quantity input.qty  {
        width:100%;
    }
    
    .woocommerce div.product form.cart .lty-lottery-ticket-lucky-dip-container button {
        width: 100%;
        margin-right: 0;
    }
    .woocommerce div.product form.cart .extra-lucky-dip-qty-container button:not(:first-child) {
        margin-top: 10px;
    }
    .lucky-dip-qty-container {
        display:flex;
        margin-top: 10px;
    }
    button.button.alt.lty-lucky-dip-button {
        padding-left: 0;
        padding-right: 0;
    }
}