/*
Theme Name: Uncode Child
Theme URI: http://www.undsgn.com/uncode
Author: Undsgn
Author URI: http://www.undsgn.com
Description: Uncode is a pixel perfect WordPress Theme designed with terrific attention to details.
Version: 2.2.4
Template: uncode
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: uncodechild
Domain Path: /languages/
*/


.btn {
    border-radius: 30px !important;
}

.btn.btn-yellow {
    background:#ffb80e !important;
    color:#000 !important;
    border-color: #ffb80e !important;
}

.lazyload-button {
    display:flex;
    align-items: center;
}

.lazyload-button.text-center {
    justify-content: center;
}

.lazyload-button > * {
    margin-top:0;
}

.lazyload-button button {
    margin-top: 0 !important;
    display:flex;
    align-items:center;
    font-size:16px;
    background: #191b1e;
    color: white;
    border:0 !important;
}

.lazyload-button button:hover {
    background:#ffb80e;
    color:#000;
}

.lazyload-button button i {
    margin-right:10px;
}

.mar-btm-0 {
    margin-bottom:0px;
}
.mar-top-0 {
    margin-top:0px !important;
}

.mar-top-10 {
    margin-top:10px !important;
}

.mar-top-20 {
    margin-top: 20px !important;
}

.classic-heading h2 > span {
    position: relative;
}

.classic-heading h2 > span:before {
    content: '';
    width: 50%;
    height: 6px;
    background: #fff;
    position: absolute;
    left: -60%;
    top: 50%;
    transform: translateY(-50%);
}

.classic-heading h2 > span:after {
    content: '';
    width: 50%;
    height: 6px;
    background: #fff;
    position: absolute;
    right: -60%;
    top: 50%;
    transform: translateY(-50%);
}

.text-black {
    color: #000 !important;
}
.font-size-16 {
    font-size: 16px !important;
}

#hero {
    position:relative;
}

.go-to-hero {
    top:-140px;
}

.go-to-hero .hero-trustpilot {
    float:right;
}

.go-to-hero .row.full-width.row-parent {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.vc_custom_1596895211079 .vc_custom_heading_wrap .h1 {
    margin-bottom: 20px !important;
}

.vc_custom_1596895211079.row-container > div {
    /*padding-top: 0px !important;*/
}

.woocommerce.columns-4 div.products, .woocommerce.columns-3 div.products.columns-3 {
    display: flex;
    flex-wrap: wrap;
}

.woocommerce div.products div.product {
    float: none !important;
    margin: 0px 6px 12px 6px !important;
    background: #000;
    overflow: hidden;
    border-radius: 6px;
}

.woocommerce.columns-3 div.products div.product {
    width: calc(33.3% - 12px) !important;
}

.woocommerce.columns-4 div.products div.product {
    width: calc(25% - 12px) !important;
}

.product-item-info {
    width: 78%;
    margin: auto;
    background: #000;
    position: relative;
    top: -64px;
    padding: 16px;
    text-align: center;
}

.product-item-info h2 {
    font-size:26px !important;
    margin-top: 0px;
    font-weight: 600;
}

.slick-prev, .slick-next {
    display: none !important;
}

.woocommerce div.products div.product .product-item-info .price {
    color: #ffb80e;
    font-weight: 600;
    display: block;
    margin-top: 10px;
    margin-bottom: 20px;
}

.product-item-info .price .amount {
    font-size: 24px;
}

.add_to_cart_button {
    padding: 10px 36px !important;
    font-size: 16px;
}

.product-item-info .add_to_cart_button {
    transform-origin: center !important;
    margin-top: 10px;
}

.lty-shop-timer-wrapper {
    width: 100%;
    padding: unset;
    margin: 10px 0 10px 0;
    overflow: hidden;
    background: none;
}

.lty-lottery-countdown-timer {
    clear: unset !important;
    display: flex !important;
    width: unset !important;
    padding: unset !important;
    text-align: center;
    max-width: 240px;
}

.lty-shop-timer-wrapper .lty-lottery-countdown-timer  {
    margin: auto;
    justify-content: center;
}

.lty-lottery-countdown-timer .lty-shop-timer-section, .lty-lottery-countdown-timer .lty-lottery-timer {
    display: block;
    position: relative;
    width: 52px;
    float: left;
    font-size: 13px;
    text-align: center;
}

.lty-lottery-countdown-timer .lty-shop-timer-section, .lty-lottery-countdown-timer .lty-lottery-timer {
    color: #cccccc;
}

.lty-lottery-timer {
    position: relative;
}

.lty-lottery-countdown-timer #lty_lottery_days, 
.lty-lottery-countdown-timer #lty_lottery_hours, 
.lty-lottery-countdown-timer #lty_lottery_minutes, 
.lty-lottery-countdown-timer #lty_lottery_seconds,
.lty-lottery-timer #lty_lottery_days, 
.lty-lottery-timer #lty_lottery_hours, 
.lty-lottery-timer #lty_lottery_minutes, 
.lty-lottery-timer #lty_lottery_seconds {
    color: #000000!important;
    background: linear-gradient(180deg, white, #bbb);
    border-radius: 3px;
    font-weight: 400;
    padding: 6px;
    font-size: 30px;
    width: 38px;
    height: 38px;
    line-height: 22px;
    display: inline-block;
    font-family: "Open 24 Display St";
}

.lty-shop-timer-section:before, .lty-lottery-timer:before {
    display: block;
    position: absolute;
    right: 1px;
    top: 0px;
    width: 1px;
    content: ':';
    line-height: 38px;
    font-weight: 700;
    font-size: 18px;
    color: #fff;
    background: transparent;
}

.lty-lottery-timer:last-child:before {
    display: none;
}

.lty-lottery-date-ranges {
    margin-bottom: 10px;
    float: unset;
}

.lty-lottery-progress-bar {
    float:unset;
}

/* .lty-lottery-progress-bar, .lty-progress-count {
    max-width: 216px;
} */


.lty-participate-now .lty-lottery-ticket-header h3, .lty-participate-now .lty-lottery-question-answer-container h3 {
    margin-top: 0px;
}

.lty-progress-bar {
    background: #191b1e;
    border-radius: 0px;
}

.lty-progress-bar span.lty-progress-fill {
    background: #ffb80e;
}

button.lty-lucky-dip-button, button.lty-max-lucky-dip-button {
    background: #ffb80e;
    border: 0 !important;
    border-radius: 30px;
    color: #000;
    font-weight: 600;
    padding: 13px 34px;
    outline: none;
}

button.lty-lucky-dip-button:disabled, button.lty-max-lucky-dip-button:disabled {
    background-color: #191b1e;
    color:#cccccc;
}

.lty-lottery-ticket-panel .lty-ticket-number-wrapper ul li {
    border: 1px solid rgba(0,0,0,0.5);
    margin: 0;
    background: #191b1e;
    color: #ccc;
}

.lty-lottery-ticket-panel .lty-ticket-number-wrapper ul li:hover, .lty-lottery-ticket-panel .lty-ticket-number-wrapper ul li.lty-selected-ticket {
    background-color: #ffb80e;
    color:#000;
}

.lty-lottery-ticket-panel .lty-ticket-number-wrapper ul li.lty-ticket.lty-reserving-ticket {
    background: #191b1e;
    cursor: progress;
    filter: opacity(0.5);
}

.lty-lottery-ticket-panel .lty-ticket-number-wrapper ul li.lty-ticket.lty-reserved-ticket {
    background: #756200;
    cursor: not-allowed;
}

.product-type-lottery span.status {
    position: absolute;
    background: #ffb80e;
    z-index: 2;
    left: 0;
    top:0;
    padding: 4px 16px;
    font-size: 14px;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
}

a.product-item-thumbnail {
    display: block;
    transition:0.3s opacity !important;
}

a.product-item-thumbnail:hover {
    opacity: 0.7;
}

a.product-item-heading:hover h2 {
    color:#ffb80e;
}

.winners-carousel .tmb-carousel .dummy {
    padding-top:66.6% !important;
}

.testimonials .tmb-carousel .dummy {
    padding-top: 22px !important;
}

.testimonials .tmb-carousel .t-entry-visual-cont img {
    width: 100px;
}

.testimonials .tmb-carousel .t-entry > p {
    color:#aeaeae !important;
}

.sa-ft-menu ul {
    list-style-type: none !important;
    padding-left: 0px !important;
}

.sa-ft-menu ul li a {
    color: #cccccc;
}

.t-entry-cf-detail-location, .t-entry-cf-detail-winning-date {
    margin-top: 0px !important;
}

.t-entry-cf-detail-winner, .t-entry-cf-detail-location, .t-entry-cf-detail-winning-date {
    font-weight: 400;
    color:#cccccc;
}
.t-entry-cf-detail-winning-date {
    margin-top:0px;
}
/* .t-entry-cf-detail-winning-date {
    font-size: 12px;
    font-weight: 700;
    color:#cccccc;
} */

.t-entry-cf-detail-winner:before {
    content: 'Winner: ';
}

.t-entry-cf-detail-location:before {
    content: 'Location: ';
}

.t-entry-cf-detail-winning-date:before {
    content: 'Winning Date: ';
}

.pagination.sa-pagination > li:first-child {
    float: left;
    width: 54px;
}

.pagination.sa-pagination > li:last-child {
    float: right;
    width: 54px;
}

.pagination.sa-pagination > li i {
    font-size: 18px;
}

.pagination.sa-pagination > li > span.current > span {
    color:#000;
}

.pagination.sa-pagination > li > a:hover > span {
    color: #ffb80e;
}

input, button, select, textarea, .style-dark .select2-container--default .select2-selection--single,  input[type="submit"], input[type="reset"], input[type="button"], button[type="submit"]{
	border-radius:30px;
}

.woocommerce #payment ul.payment_methods li img {
	width: 30px;
}

.woo-wallet-my-wallet-container {
	border:0 !important;
}

.woo-wallet-my-wallet-container .woo-wallet-sidebar {
	background:#000 !important;
}

.woo-wallet-sidebar ul li.card {
	background: #111 !important;
}

table td, table th {
	background:#000 !important;
}

.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--woo-wallet > a:before {
	display:none;
}

.fa.fa-woo-wallet:before {
	font-family: woowallet!important;
    content: "\e900";
    font-weight: 700;
}

.wpgs-nav .slick-list .slick-track {
    display: flex;
}

.wpgs-nav .slick-list .slick-track > div {
    height: inherit;
}

.wpgs-nav .slick-list .slick-track > div > img {
    height: 100% !important;
    object-fit: cover;
}

/*.woocommerce-product-gallery__image, .venobox.vbox-item.slick-slide {*/
/*	position: relative;*/
/*	height:400px*/
/*}*/

/*.slick-slide .attachment-shop_single.size-shop_single {*/
/*	position: absolute;*/
/*	top: 0;*/
/*	object-fit: cover;*/
/*	height: 100% !important;*/
/*}*/

.slick-slide .attachment-shop_single.size-shop_single {
    object-fit: cover;
    height: 500px !important;
}
.lty_log_empty_container {
	margin-top:15px;
}

.woocommerce form #account_password_field {
    margin-bottom: 15px;
}

@media (max-width: 991px) {
    .woocommerce.columns-4 div.products div.product, .woocommerce div.products.columns-3 div.product {
        float: none !important;
        margin: 6px !important;
        width: calc(50% - 12px) !important;
    }
    .product-item-info {
        width: 80%;
    }
}

@media (max-width:767px) {
    .main-container .row-container .row-parent {
      padding: 36px 20px 36px 20px;
    }
    body .main-container .row-container .row-parent .uncont .woocommerce.columns-4 div.products div.product, body .main-container .row-container .row-parent .uncont .woocommerce div.products.columns-3 div.product {
        float: none !important;
        margin: 0 0px 12px 0px !important;
        width: calc(100%) !important;    
    }
    body .main-container .row-container .row-parent .uncont .woocommerce.columns-4 div.products div.product:nth-child(odd), 
    body .main-container .row-container .row-parent .uncont .woocommerce div.products.columns-3 div.product:nth-child(odd) {
      margin-left: 0 !important;
    }
    body .main-container .row-container .row-parent .uncont .woocommerce.columns-4 div.products div.product:nth-child(even), 
    body .main-container .row-container .row-parent .uncont .woocommerce div.products.columns-3 div.product:nth-child(even) {
      margin-right: 0 !important;
    }
    .product-item-info {
        width: 90%;
        padding: 10px 6px 0 6px;
        top: -25px;
    }
	
	.woocommerce-product-gallery__image, .venobox.vbox-item.slick-slide {
		height:350px;
	}
	.site-info > p {
		float: none !important;
	}
}

@media (max-width:480px) {
	.woocommerce-product-gallery__image, .venobox.vbox-item.slick-slide {
		height:250px;
	}
	#hero .uncell.no-block-padding {
        vertical-align: top;
        padding-top: 20px;
    }
    #hero .btn-container a {
        font-size: 20px !important;
    }
    .hide-mobile {
        display: none;
    }
    .slick-slide .attachment-shop_single.size-shop_single {
        object-fit: cover;
        height: 230px !important;
    }
}

.sections-container {
    display: block;
    table-layout: fixed;
    width: 100%;
    height: auto;
}

body:not(.compose-mode) footer#colophon {
    display: block;
    height: auto;
}

.lty-lottery-ticket-container {
    opacity: 0.5;
    pointer-events: none;
    cursor: not-allowed;
}

.lty-lottery-ticket-container.unlock {
    opacity: 1;
    pointer-events: unset;
    cursor: unset;
}

#ncx-expiry_month, #ncx-expiry_year {
    min-width:unset;
}

@media (max-width:480px) {
    .with-bg.isotope-footer .pagination {
        padding-left: 10px;
        padding-right: 10px;
    }
}

.entry-tabs > span {
    margin: 4px;
    display: inline-block;
    background: #191b1e;
    color: #fff;
    border-radius: 30px;
    width: calc(100%/8 - 8px);
    padding: 8px 0px;
    text-align: center;
    cursor: pointer;
    font-weight: bold;
}
.entry-tabs > span:hover {
    background: #ffb80e;
    color: #000;
}
.entry-tabs > span.active {
    background: #ffb80e;
    color: #000;
}

.lty-lottery-ticket-panel .lty-lottery-ticket-tab-wrapper .lty-lottery-ticket-tab {
    padding: 8px 0px;
    width: calc(100%/8 - 8px);
    margin: 4px 2px;
}

.lty-lottery-ticket-panel .lty-lottery-ticket-tab-wrapper {
    margin-bottom: 15px;
    overflow-y: scroll;
    height: 60px;
    position: relative;
    white-space: nowrap;
}
.lty-lottery-ticket-wrapper {
    position: relative;
}
.lty-lottery-ticket-wrapper a.prev-btn {
    display: block;
    background: #191b1e;
    position: absolute;
    left: -50px;
    top: 4px;
    border-radius: 21px;
    z-index: 10;
    padding: 14.75px 12px 14.75px 17.5px;
}

.lty-lottery-ticket-wrapper a.prev-btn:hover {
    background:#ffb80e;
}

.lty-lottery-ticket-wrapper a.prev-btn:hover:before {
    border-color:black;
}

.lty-lottery-ticket-wrapper a.prev-btn:before {
    content: '';
    display: block;
    border: solid white;
    border-width: 0 2px 2px 0;
    height: 12px;
    width: 12px;
    transform: rotate( -45deg );
    -webkit-transform: rotate( 135deg );
}
.lty-lottery-ticket-wrapper a.next-btn {
    display: block;
    background: #191b1e;
    position: absolute;
    right: -50px;
    top: 4px;
    border-radius: 21px;
    z-index: 10;
    padding: 14.75px 17.5px 14.75px 12px;
}
.lty-lottery-ticket-wrapper a.next-btn:hover {
    background:#ffb80e;
}
.lty-lottery-ticket-wrapper a.next-btn:hover:before {
    border-color:black;
}
.lty-lottery-ticket-wrapper a.next-btn:before {
    content:'';
    display: block;
    border: solid white;
    border-width: 0 2px 2px 0;
    height: 12px;
    width: 12px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.wpgs-for .slick-arrow.flaticon-back {
    left: 10px;
}

.wpgs-for .slick-arrow.flaticon-right-arrow {
    right: 10px;
}

.woocommerce div.products div.product.product_cat-app-only {
    display:none;
}

@media(max-width:1200px) {
    .lty-lottery-ticket-panel .lty-lottery-ticket-tab-wrapper {
        margin-left: 15px;
        margin-right: 15px;
        width: calc(100% - 30px);
    }
    .lty-lottery-ticket-wrapper a.prev-btn{
        left: -27px;
        top: 7px;
        border-radius: 21px;
        z-index: 10;
        padding: 10px 8px 10px 12px;
    }
    .lty-lottery-ticket-wrapper a.next-btn{
        right: -27px;
        top: 7px;
        border-radius: 21px;
        z-index: 10;
        padding: 10px 12px 10px 8px;
    }
}

@media(max-width:767px) {
    .lty-lottery-ticket-panel .lty-lottery-ticket-tab-wrapper .lty-lottery-ticket-tab  {
        width: auto;
        padding: 8px 20px;
    }
    .entry-tabs > span {
        width: auto;
        padding: 8px 20px;
    }
    .entry-tabs, .lty-lottery-ticket-tab-wrapper {
        overflow-y: scroll;
        position: relative;
        white-space: nowrap;
    }
    div[id^="tab-lty_ticket_logs-"], .lty-lottery-ticket-wrapper {
        position: relative;
        margin-top: 20px;
    }

    .lty-lottery-ticket-wrapper a.prev-btn{
        left: -16px;
        top: 7px;
        border-radius: 21px;
        z-index: 10;
        padding: 10px 8px 10px 12px;
    }
    .lty-lottery-ticket-wrapper a.next-btn{
        right: -16px;
        top: 7px;
        border-radius: 21px;
        z-index: 10;
        padding: 10px 12px 10px 8px;
    }
    
    div[id^="tab-lty_ticket_logs-"].show:before {
        content: '';
        border: solid white;
        border-width: 0 2px 2px 0;
        height: 12px;
        width: 12px;
        transform: rotate( 
    -45deg
     );
        -webkit-transform: rotate( 
    135deg
     );
        position: absolute;
        left: 15px;
        top: 15px;
        z-index: 10;
    }
    
    div[id^="tab-lty_ticket_logs-"].show:after {
        content: '';
        border: solid white;
        border-width: 0 2px 2px 0;
        height: 12px;
        width: 12px;
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        position: absolute;
        right: 15px;
        top: 15px;
        z-index: 10;
    }
    
    .lty-lottery-ticket-panel .lty-lottery-ticket-tab-wrapper {
        margin: 0px 20px;
        width: calc(100% - 40px);
    }
    .lazyload-button button {
        font-size:15px;
        transform: unset !important;
    }
}

/*.fb-like.fb_iframe_widget > span, .fb-like.fb_iframe_widget iframe {*/
/*    width: 156px !important;*/
/*}*/

.uncode-cart-dropdown {
    display: none !important;
}

.sv-alert {
    display:none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 9999;
    background: rgba(0,0,0,0.6);
    right: 0;
}

.sv-alert.show {
    display:block;
}

.sv-alert .content {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    max-width: 400px;
    width: 100%;
    background: #101010;
    box-shadow: 0 0 0px 12px #222;
    padding:30px 15px;
}

.sv-alert .btn-container {
    text-align: center;
    margin-top:15px;
}
.sv-alert .btn-container a {
    margin:0 5px;
    transform-origin: center;
}

.sv-alert h3.heading {
    color: #fff;
    margin-top: 0px;
}

.sv-alert p.message {
    color: #ccc;
    overflow-wrap: break-word;
}

a.btn.add_to_cart_button.cancel-btn {
    color: #999;
}

@media(max-width:480px) {
    .sv-alert .content {
        max-width:300px;
    }
    .sv-alert .btn-container a {
        display: block;
        margin: auto;
        max-width: 200px;
    }
    .wp-block-embed-youtube iframe {
        height: 200px;
    }
}

@media (min-width: 960px){
    body[class*=hmenu] .uncode-cart .badge {
        color: #000 !important;
    }
}

.row-message > div.double-bottom-padding {
    padding-bottom: 10px !important;
}

.woocommerce .woocommerce-error-list {
    padding-left:0px;
}

#cookie-law-info-bar {
    background-color:rgba(0,0,0,0.9) !important;
    box-shadow: unset !important;
}

.large.cli-plugin-button, .large.cli-plugin-button:visited {
    font-weight: 600;
    text-transform: uppercase;
    padding: 13px 31px 13px 31px;
    border-radius: 30px;
    font-size: 16px;
    font-family: GalanoGrotesque,GalanoGrotesque;
}

@media(max-width:600px) {
    .large.cli-plugin-button, .large.cli-plugin-button:visited {
        margin: 20px auto 10px auto;
    }
}

@media(max-width:600px) {
	div#hero .row-parent .row-inner {
		max-height: 720px !important;
		min-height: 720px !important;
    }
    /* .btn:not(input):not(.checkout-button), .btn-link:not(input):not(.checkout-button) {
        transform:scale(1);
    } */
}

.wp-embed-aspect-16-9.wp-has-aspect-ratio > div {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}

.wp-embed-aspect-16-9.wp-has-aspect-ratio > div iframe {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
}

@media(max-width:768px) {
    .menu-wrapper.no-header {
        position: fixed;
        top:0;
    }
    .hmenu .main-wrapper {
        padding-top: 88px;
        position: relative;
        display: block;
    }
}

.ribbon {
  width: 150px;
  height: 150px;
  overflow: hidden;
  position: absolute;
}
.ribbon::before,
.ribbon::after {
  position: absolute;
  z-index: -1;
  content: '';
  display: block;
  border: 5px solid #bd880a;
}
.ribbon span {
  position: absolute;
  display: block;
  width: 225px;
  padding: 10px 0;
  background-color: #ffb80e;
  box-shadow: 0 5px 10px rgba(0,0,0,.1);
  color: #000;
  font-weight: 400;
  font-size:12px;
  text-transform: uppercase;
  text-align: center;
}

/* top right*/
.ribbon-top-right {
  top: -10px;
  right: -10px;
}
.ribbon-top-right::before,
.ribbon-top-right::after {
  border-top-color: transparent;
  border-right-color: transparent;
}
.ribbon-top-right::before {
  top: 0;
  left:9px;
}
.ribbon-top-right::after {
  bottom: 9px;
  right: 0;
}
.ribbon-top-right span {
  left: -25px;
  top: 30px;
  transform: rotate(45deg);
}
h3.drawn-tag {
    font-size: 16px !important;
    text-transform: uppercase;
    background: #ffb80e;
    display: inline-block;
    padding: 8px 20px;
    color: black !important;
    box-shadow: 10px -10px 0px 0px rgb(255 184 14 / 20%);
}
.aws-container .aws-search-form {
    max-width: 400px;
    margin: auto;
}
.aws-container .aws-show-clear .aws-search-field {
    padding-left: 25px;
    border-radius: 30px !important;
    font-size: 14px;
    color: white;
}
.aws-container .aws-search-field:focus {
    background: transparent;
    border-color: unset !important;
}
.aws-search-result {
    border: unset;
    max-width: 400px;
    left: 50% !important;
    border-radius: 10px !important;
    overflow: hidden;
    margin-top: 10px;
    transform: translate(-50%);
    background: #222222;
}
.aws-search-result .aws_result_image img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    display: block;
    border-radius: 6px;
}
.aws-search-result .aws_result_price del, .aws-search-result .aws_result_price ins {
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
}
.aws-search-result .aws_result_title {
    color: white;
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
}
.aws-search-result .aws_result_item:hover, .aws-search-result .aws_result_item.hovered {
    background: unset;
}
.aws-search-result ul li {
    border-color: #555555;
}
.aws-search-result .aws_result_price {
    padding: 0;
}
.aws-search-result .aws_search_more a  {
    padding: 6px 0;
}
.aws-search-result .aws_result_price, .aws-search-result .aws_search_more a {
    color: #ffb80e;
    font-weight: 700;
    line-height: 21px;
}
.lty-lottery-ticket-panel .lty-lottery-ticket-tab-wrapper .lty-lottery-ticket-tab.disabled {
    background: #ff1111;
    opacity:0.5;
    color: white;
}
p.restricted-competition-tag {
    position: absolute;
    top: 50%;
    margin: 0;
    padding: 4px 16px;
    font-size: 14px;
    text-align: center;
    font-weight: 700;
    color: black;
    text-transform: uppercase;
    background: rgb(255 184 14 / 100%);
    width: calc(100% + 4px);
    left: 50%;
    transform: translate(-50%,-50%);
}
p.restricted-competition-tag.released {
    transform: unset;
    right: 0;
    top: 0;
    left: unset;
    width: unset;
}
a.product-item-thumbnail {
    position: relative;
}
.extra-lucky-dip-qty-container button.button.alt.lty-max-lucky-dip-button.lty_manual_add_to_cart {
    background: #191b1e;
    color: white;
}
form#tickets-form {
    position: relative;
}
.lty-lottery-ticket-wrapper {
    margin-top: 20px !important;
}

body .style-dark button[type="submit"] {
    background-color:#ffb80e;
    color:black;
}

body .style-dark button[type="submit"]:hover {
    filter:brightness(0.9);
}

.competitions-slider.slick-slider.slick-dotted {
    margin-bottom: 0;
    position:relative
}
.competition-featured {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    padding: 80px 0px 100px 0px;
}
.competitions-slider ul.slick-dots {
    bottom: 20px;
    height: 3px;
    list-style: none;
    position: absolute;
    display: inline-block;
    left: 50%;
    transform: translate(-50%, 0);
}
.competitions-slider .slick-dots li {
    width: auto;
    height: auto;
    display: inline-block;
}
.competitions-slider .slick-dots li:not(:first-child) {
    margin-left: 15px;
}
.competitions-slider .slick-dots li button {
    display: block;
    width: 45px;
    height: 3px;
    padding: 0;
    background: transparent;
    color: transparent;
    overflow: hidden;
}
.competitions-slider .slick-dots li button:before {
    content:'';
    opacity:1;
    position: relative;
    background: rgba(253, 186, 12, 0.3);
    width: 45px;
    height: 3px;
    border-radius:0;
    display: block;
}
.competitions-slider .slick-dots li.slick-active button:before {
    opacity:1;
    background:rgba(253, 186, 12, 1);
}
.slider-arrows .prev-button {
    cursor:pointer;
    position: absolute;
    z-index: 10;
    top:50%;
    left: 10px;
    transform:translateY(-50%);
}
.slider-arrows .next-button {
    cursor:pointer;
    position: absolute;
    z-index: 10;
    top:50%;
    right: 10px;
    transform:translateY(-50%);
}
.slider-arrows img {
    display: block;
}
.competition-featured .container {
    max-width:1200px;
    margin:0 auto;
    display: flex;
}

.competition-featured .competition-image.desktop {
    width: 50%;
    padding-right:20px;
    display: block;
}

.competition-featured .competition-image.mobile {
    display: none;
}

.competition-featured .competition-image img {
    width: 100%;
    border-radius: 10px;
    display:block;
    height: 400px;
    object-fit: cover;
}
.competition-featured .competition-meta {
    display: flex;
    flex-direction: column;
}
.competition-featured .competition-meta h1 {
    margin-top: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.competition-featured .competition-meta .competition-price {
    font-weight: 800;
    font-size: 88px;
    line-height: 120px;
    color: #FDBA0C;
    margin-top: 0;
}

.competition-featured-timer.lty-shop-timer-wrapper {
    flex: 1;
}

.menu-wrapper .row-menu .row-menu-inner {
    padding: 0px 0px 0px 0px;
}
.lty-bid-logs-wrapper {
    position: relative;
}
.lty-bid-logs-wrapper:after {
    content: '';
    opacity:0;
    transition: 0.3s opacity;
}
.lty-bid-logs-wrapper.loader:after {
    content: '';
    position: absolute;
    opacity:1;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: rgba(255,255,255,0.35);
    z-index:1;
    cursor: progress;
}
body .free-entry-route {
    color:#ffb80e !important;
}

.fixed-odds {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #191b1e;
    margin-top: 15px;
    padding: 14px 10px 14px 10px;
}
.fixed-odds > div {
    flex: 1;
    text-align: center;
}
.fixed-odds > div > img {
    width: 20px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5px;
}
.fixed-odds > div > span {
    font-size: 20px;
    font-weight: 600;
}
.fixed-odds > div > p {
    margin-top: 0;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
}
.fixed-odds > div:not(:last-child) {
    border-right: 1px solid rgba(255,255,255,0.1);
}

.woocommerce-order-pay .post-title-wrapper {
    margin-bottom: 10px;
}
.woocommerce-order-pay .woocommerce > p {
    margin-top:0;
}
p.form-row.woocommerce-SavedPaymentMethods-saveNew label {
    font-weight: 400;
}
.pending-order-timer-container {
    padding: 15px;
    background: #222222;
    display: block;
    margin-top: 15px;
    border-radius: 10px;
    text-align: center;
}
.pending-order-timer-container p {
    font-size: 16px;
    margin-bottom: 0;
    margin-top: 0;
}
.pending-order-timer-container p > span {
	font-size: 36px;
    font-weight: 700;
    line-height: 32px;
    display: block;
}
.pay-pending-order {
    width: 100%;
    transform: scale(1) !important;
}
body .woocommerce-info a {
    color: #ffb80e;
}
p#kl_newsletter_checkbox_field {
    clear: both;
    float: left;
    width: 100%;
}
@media(min-width:768px) {
    .competition-featured-timer.lty-shop-timer-wrapper .lty-lottery-countdown-timer {
        margin:unset
    }
    .competition-featured-timer .lty-lottery-countdown-timer .lty-shop-timer-section {
        width:72px;
    }

    .competition-featured-timer .lty-lottery-countdown-timer #lty_lottery_days, 
    .competition-featured-timer .lty-lottery-countdown-timer #lty_lottery_hours, 
    .competition-featured-timer .lty-lottery-countdown-timer #lty_lottery_minutes, 
    .competition-featured-timer .lty-lottery-countdown-timer #lty_lottery_seconds {
        height: 50px;
        width: 50px;
        font-size: 40px;
        line-height: 32px;
    }

    .competition-featured-timer .lty-shop-timer-section:before {
        line-height: 48px;
    }
    .competition-featured .competition-meta .button { 
        max-width:200px;
    }
    .competition-featured .competition-meta {
        width: 50%;
    }
}

@media(max-width:767px) {
    .fixed-odds {
        padding:10px 0px;
    }
    .fixed-odds > div > img {
        margin-bottom:0;
    }
    .fixed-odds > div > p {
        line-height: 12px;
    }
    .fixed-odds > div:nth-child(2) {
        flex: 1.2;
    }
    .competition-featured .competition-image.desktop {
        display:none;
    }
    .competition-featured .competition-image.mobile {
        display: block;
    }
    .competition-featured .container {
        flex-direction:column;
    }
    .competition-featured {
        padding:0px 20px 60px 20px;
    }
    .competition-featured .competition-meta h1 {
        font-size: 28px;
        line-height: 35px;
        height: 70px;
        margin-top: 20px;
        margin-bottom: 20px;
        max-width: 100%;
    }
    .competition-featured .competition-meta .competition-price {
        text-align:center;
        font-size: 42px;
        line-height: normal;
    }
    .competition-featured .competition-image img {
        height:280px;
    }
    .competition-featured .competition-meta .button {
        margin-left: auto;
        margin-right: auto;
        transform: scale(1);
        transform-origin: center !important;
    }
    .slider-arrows {
        position: absolute;
        top: 20px;
        right: 20px;
        display:none;
    }
    .slider-arrows .prev-button {
        cursor: pointer;
        position: relative;
        z-index: 0;
        top: unset;
        left: unset;
        transform: unset;
    }
    .slider-arrows .next-button {
        cursor: pointer;
        position: relative;
        z-index: 0;
        top: unset;
        right: unset;
        transform: unset;
        margin-top:10px;
    }
    .no-mob-pad > div {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .competitions-slider ul.slick-dots {
        bottom: 15px;
    }
    .competitions-slider .short-description {
        margin-bottom: 10px;
        max-width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
}

.cash-alt-tag {
    border: 2px solid #ffb80e;
    border-radius: 50px;
    padding: 6px 12px;
    display: inline-block;
    margin-top: 10px;
    font-size: 16px !important;
}