/* homepage */
.ut2-a__bg-banner {
	border-radius: 0;
}

/* topbar */
.mysunshinetopbar {
    width: 100%;
    height: 40px;
    margin: 0 auto;
    background: #4ed542;
    text-align: center;
}

/* category page */
.ty-subcategories__item.cat-img:hover {
	border: 0;
	box-shadow: none;
}

.ty-product-filters__switch {
    border-bottom: 0;
}

.ty-subcategories__item img + span {
    height: auto;
}

/* product page */
.ty-product-block .ty-tabs .ty-tabs__item {
	padding: 2px 8px;
}

.ut2-pb .ty-product-coming-soon i {
    color: red;
}

.lowest-price,
.grid-list .lowest-price {
    font-size: 12px;
    line-height: normal;
}

.ec_custom_checkbox input[type="checkbox"] + label:before {
    border: 2px solid #cda479;
}

.ec_custom_checkbox input[type="checkbox"]:checked + label:before {
    border: 2px solid #cda479;
    border-radius: 0;
    opacity: 1;
    border-top-color: transparent;
    border-left-color: transparent;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

@media screen and (max-width: 1024px) {
    .ut2-pb-mobile .ut2-pb__content {
        margin: 20px -15px;
        border: 0;
    }
}

/* buy together */
.ut2__buy-together {
    margin: 20px 0 40px 0;
    border: 0;
    background: #dbe3e2;
}

.ut2__buy-together .ut2-bt__price-wrap {
    margin-left: 20px;
}

.ut2__buy-together .ty-btn {
    width: 180px;
}

.ut2__buy-together .ut2-bt .ut2-bt-price__title {
    color: inherit;
}

.ut2-bt__plus.chain-plus, .ut2-bt__plus.chain-equally {
    font-size: 36px !important;
}

@media screen and (max-width: 768px) {
    .ut2__buy-together .ut2-bt__products {
        max-height: 680px;
    }

    .ut2__buy-together .ut2-bt__price-block::before {
        background: transparent;
    }
}



/* checkout */
/* hide skip payment */
.litecheckout__item label:has(input#skip_payment) {
	display: none;
}

/* popup */
.notification-content-extended h1,
.ui-dialog-titlebar,
div.ui-dialog .ui-dialog-titlebar {
    background: #8f9d6b;
}

/* footer */
.footer-no-wysiwyg li {
    padding: 5px 0;
}

/* speedex tracking */
#trace_speedex {
    margin-bottom: 0px;
    text-align: center;
}
#trace_speedex img {
    width: 150px;
    height: auto;
    margin: 16px 0 8px -85px;
}
#trace_speedex input[type='text'] {
    border-radius: 0;
    width: 245px;
}
#trace_speedex button {
    background: transparent;
    margin-left: -45px;
    border: 0;
    height: 32px;
    width: 32px;
    vertical-align: middle;
}
#trace_speedex .ut2-icon-search {
    font-size: 20px;
    color: #949494;
}

/* boxnow tracking */
#trace_boxnow {
    margin-bottom: 32px;
    text-align: center;
}
#trace_boxnow img {
    width: 60px;
    height: auto;
    margin: 16px 0 8px -175px;
}
#trace_boxnow input[type='text'] {
    border-radius: 0;
    width: 245px;
}
#trace_boxnow button {
    background: transparent;
    margin-left: -45px;
    border: 0;
    height: 32px;
    width: 32px;
    vertical-align: middle;
}
#trace_boxnow .ut2-icon-search {
    font-size: 20px;
    color: #949494;
}



/* cookieyes */
.cky-revisit-bottom-left {
    bottom: 87px !important;
    left: 27px !important;
}



/* desktop */
@media screen and (min-width: 768px) {

    /* topbar */
    .mysunshinetopbar {
        min-width: 200%;
        margin-left: -50%;
    }
    .mysunshinetopbar img {
        max-width: 640px;
        padding-top: 6px;
    }
    
    .dsk-mt-40 {
        margin-top: 40px;
    }

    /* menu */
    .mn-outlet {
        color: #fff;
        background: #454f2a;
    }

}


/* mobile */
@media screen and (max-width: 767px) {

    /* topbar */
    .mysunshinetopbar {
        margin-bottom: 20px;
    }
    .mysunshinetopbar.fw {
        min-width: 108%;
        margin-left: -4%;
    }
        
    /* menu */
    .ut2-sw .ut2-rb {
    	padding: 0 0 0 15px;
    }
    
    .ut2-sw {
        padding-top: 10px;
    }

	/* header */
	.light-header .ut2-sp-n:not(.ut2-sw-title) {
		margin-top: 12px;
	}

	.light-header .row-fluid > div:not([class*="span16"]) {
		height: 80px;
	}

    /* logo */
    .tygh-header .ty-logo-container__image {
        max-height: 80px;
    }
    .tygh-header .ty-logo-container {
        max-width: none;
        text-align: center;
        margin-left: 80px;
    }	

    /* content */
    .ty-wysiwyg-content img {
    	height: auto !important;
    }

    /* footer sticky */
    .ut2-pb__sticky_add_to_cart {
        display: flex !important;
    }
    .ut2-pb__sticky_add_to_cart.hidden {
        display: none !important;
    }
    .ut2-pb__sticky_add_to_cart-price {
        width: 40%;
    }
    .ut2-pb__sticky_add_to_cart .ty-btn__add-to-cart {
        width: 60%;
    }


    /* checkout */
    .ab-checkout-header-title .clearfix:before,
    .ab-checkout-header-title .clearfix:after {
    	display: none;
    }
    
    /* chat */
    #launcher {
        bottom: 118px !important;
        right: -10px !important;
    }
    
    /* accessibility */
    .asw-menu-btn {
        bottom: 132px !important;
        left: 15px !important;
    }

    /* cookieyes */
    .cky-revisit-bottom-left {
        bottom: 190px !important;
        left: 12px !important;
    }

}
