@import url('https://fonts.googleapis.com/css?family=Work+Sans:100,200,300,400,500,600,700,800,900&display=swap');
*{
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
body{
	font-family: 'Work Sans', sans-serif;
	color: #333;
	font-size: 15px;
}
p, p * {
    margin: 0px 0px 15px;
    font-size: 15px !important;
    text-transform: lowercase;
}
p::first-letter {
    text-transform: uppercase;
}
ul li {
    font-size: 15px;
    text-transform: lowercase;
}
li::first-letter {
    text-transform: uppercase;
}
p:last-child {
    margin: 0px;
}
img{
	max-width: 100%;
}
.clearfix:after {content: "";display: block;clear: both;}
.row {
    margin: 0px -15px;
    display: flex;
    flex-wrap: wrap;
}
.container {
    max-width: 1250px;
    margin: 0px auto;
    width: 100%;
}
.col-sm-12 {
    width: 100%;
    padding: 0px 15px;
}
.col-sm-8 {
    width: 66.6%;
    padding: 0px 15px;
    float: left;
}
.col-sm-6 {
    width: 50%;
    padding: 0px 15px;
    float: left;
}
.col-sm-4 {
    width: 33.3%;
    padding: 0px 15px;
    float: left;
}
.col-sm-3 {
    width: 25%;
    padding: 0px 15px;
    float: left;
}
.text-right {
    text-align: right;
}
.text-left {
    text-align: right;
}
.text-center {
    text-align: center;
}
.ebay-wrapper {
    padding: 50px 15px;
}
h3.small-title {
    margin: 0px 0px 30px;
    text-transform: uppercase;
    font-size: 24px;
    border-left: 3px solid #d8ac64;
    line-height: 24px;
    padding-left: 15px;
}
.container-upsell .wrapper-thumbnail {
    width: 25%;
    float: left;
    padding: 0px 15px;
}
article.container-upsell:after {content: "";display: block;clear: both;}
.container-upsell .wrapper-thumbnail .image-box img {
    width: 100%;
}
.container-upsell .wrapper-thumbnail a.view-products, .container-upsell .wrapper-thumbnail h5.title.custom_ebay_title {
    display: none;
}
.container-upsell .wrapper-thumbnail p.price {
    margin: 0px;
    position: absolute;
    top: 0px;
    right: 0px;
    font-size: 18px;
    padding: 10px 20px;
    color: #fff;
    background: #41515e;
    font-weight: 600;
}
.container-upsell .wrapper-thumbnail .thumbnail {
    position: relative;
}
article.container-upsell {
    margin-bottom: 30px;
}
header.main-header {
    padding: 30px 0px;
}
header.main-header .row {
    align-items: center;
}
.logo img {
    max-width: 100%;
}
nav {
    background-color: #41515e;
    color: #fff;
    padding: 0px 15px;
    margin: 0px -15px;
}
.ebay-menu {
    text-align: left;
}
.ebay-menu > li.lv1-li {
    list-style: none;
    display: inline-block;
    vertical-align: top;
}
.ebay-menu > li.lv1-li > a {
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    padding: 15px 15px;
    display: block;
    font-size: 14px;
}
ul.dropdown-menu.mega-menu {
    display: initial;
    position: absolute;
    background: #fff;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
    margin: 0px;
    padding: 15px;
    list-style: none;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    height: 0px;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
}
.ebay-menu > li.lv1-li ul.dropdown-menu.mega-menu .mega-advert {
    display: none;
}
ul.dropdown-menu.mega-menu ul {
    margin: 0px;
    padding: 0px;
}
ul.dropdown-menu.mega-menu li a {
    color: #333;
    display: block;
    padding: 5px;
    text-decoration: none;
}
ul.dropdown-menu.mega-menu a {
    color: #333;
    text-decoration: none;
    padding: 05px;
}
ul.dropdown-menu.mega-menu li.lv2-li > a {
    font-weight: 600;
}
.dropdown-hover:hover ul.dropdown-menu.mega-menu {
    height: auto;
    opacity: 1;
    visibility: visible;
}
.product-gallery {
    padding: 30px 15px;
}
h2.product-title {
    margin: 0px 0px 30px;
    text-transform: uppercase;
    font-size: 36px;
    border-left: 3px solid #d8ac64;
    line-height: 36px;
    padding-left: 15px;
}
.product-gallery img {
    border: solid 6px #e8e8e8;
}
.product-gallery .thum-img {
    width: 33%;
    display: inline-block;
    float: left;
    padding: 0px 15px 30px;
}
.product-gallery .thum-img img {
    border: none;
    display: block;
    width: 100%;
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
}
.product-mis-detail ul {
    list-style: none;
    display: flex;
    padding: 0px 15px;
}
.product-mis-detail ul li.mis-list {
    flex: 1;
    position: relative;
    padding: 0px 15px 0px 60px;
}
.product-mis-detail ul li h3 {
    margin: 0px;
    font-size: 22px;
}
.product-mis-detail ul li h4 {
    font-size: 18px;
    margin: 0px;
    font-weight: 400;
}
.product-mis-detail ul li.mis-list img {
    position: absolute;
    left: 0px;
}
.video-section img {
    width: 100%;
}
.video-section {
    padding: 30px 15px;
}
.content-section {
    padding: 30px;
    background: #f8f8f8;
    margin-bottom: 30px;
}
.content-section h3 {
    margin: 0px 0px 20px;
    font-size: 30px;
    padding-left: 20px;
    border-left: solid 4px #d8ac64;
    line-height: 30px;
}
.content-section ul {
    padding-left: 17px;
}
.content-section ul li {
    line-height: 1.8;
}
ul.service {
    margin: 0px;
    display: flex;
    align-items: center;
    list-style: none;
    padding: 0px;
    text-align: center;
}
ul.service li {
    flex: 1;
}
.tab_section {
    padding: 0px 15px;
    background: #FFF;
}
/* CSS TAB */
.tabs {
	margin: 20px 0;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	float: left;
}
.tabs label {
	margin-right: .3%;
	padding: 8px 10px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#3d3d3d+0,242424+100 */
	background: #3d3d3d; /* Old browsers */
	background: -moz-linear-gradient(top, #3d3d3d 0%, #242424 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #3d3d3d 0%,#242424 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #3d3d3d 0%,#242424 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3d3d3d', endColorstr='#242424',GradientType=0 ); /* IE6-9 */
	order: 1; 
	display: block;
	width: 19.75%;
	cursor: pointer;
	text-align: center;
	font-size: 16px;
	font-weight: 600;
	line-height: 25px;
	color: #FFF;
	position: relative;
	z-index: 1;
}
.tabs label span {
	display: inline-block;
}
.tabs label span:before {
	margin-right: 10px;
}
.tabs label[for="tabone"] span:before {
	width: 21px;
	height: 23px;
	content: "";
	background: url(https://ozbestdeals.co/ebay/images/about-us.png) no-repeat;
	float: left;
}
.tabs label[for="tabtwo"] span:before {
	width: 34px;
	height: 27px;
	content: "";
	background: url(https://ozbestdeals.co/ebay/images/payment.png) no-repeat;
	float: left;
}
.tabs label[for="tabthree"] span:before {
	width: 32px;
	height: 23px;
	content: "";
	background: url(https://ozbestdeals.co/ebay/images/shipping.png) no-repeat;
	float: left;
}
.tabs label[for="tabfour"] span:before {
	width: 23px;
	height: 28px;
	content: "";
	background: url(https://ozbestdeals.co/ebay/images/returns.png) no-repeat;
	float: left;
}
.tabs label[for="tabfive"] span:before {
	width: 27px;
	height: 23px;
	content: "";
	background: url(https://ozbestdeals.co/ebay/images/contact.png) no-repeat;
	float: left;
}
.tabs label[for="tabfive"] {
	margin-right: 0;
}
.tabs .tab {
	order: 99; 
	flex-grow: 1;
	width: 100%;
	max-height: 0;
	visibility: hidden;
	text-align: left;
	background: #FFF;
	border: 1px solid #e1e1e1;
	margin-top: -1px;
	overflow-y: hidden;
	display: none;
}
/*.tabs .tab ul li {
	list-style-type: disc;
	list-style-position: inside;
	font-size: 14px;
	line-height: 24px;
	color: #727272;
}*/
.tabs input[type="radio"] {
	display: none;
}
.tabs input[type="radio"]:checked + label {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffa500+0,ff7300+100 */
	background: #ffa500; /* Old browsers */
	background: -moz-linear-gradient(top, #ffa500 0%, #ff7300 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ffa500 0%,#ff7300 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ffa500 0%,#ff7300 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa500', endColorstr='#ff7300',GradientType=0 ); /* IE6-9 */
}
.tabs input[type="radio"]:checked + label + .tab {
	padding: 15px;
	visibility: visible;
	display: block;
	max-height: none;
}
.tab_section .tabs input[type="radio"]:checked + label {
    background: #d8ac64;
}
.tab_section .tabs label {
    background: #41515e;
}
.tab_section .tab {
    padding: 30px !important;
    line-height: 1.6;
}
.home-icon img {
    height: 40px;
    margin-bottom: 15px;
}
@media only screen and (min-width: 768px){
    .container-upsell .wrapper-thumbnail {
        width: 20%;
    }
    .container-upsell .wrapper-thumbnail .image-box {
        border: solid 1px #ddd;
    }
    .container-upsell .wrapper-thumbnail h5.title.custom_ebay_title {display: block;margin: 5px 0px 10px;}
    .container-upsell .wrapper-thumbnail h5.title.custom_ebay_title a {
        font-size: 12px;
        color: #555;
        text-decoration: none;
    }
}
@media only screen and (max-width: 767px){
    p, p * {
        font-size: 13px !important;
    }
    ul li, li * {
        font-size: 13px !important;
    }
	.tabs .tab,
	.tabs label {
		order: initial;
		transition: 300ms all;
		display: block;
	}
	.tabs label {
		width: 100%;
		margin-right: 0;
		margin-top: 0.2rem;
	}
	.tabs input[type="radio"]:checked + label {
		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffa500+0,ff7300+100 */
		background: #ffa500; /* Old browsers */
		background: -moz-linear-gradient(top, #ffa500 0%, #ff7300 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top, #ffa500 0%,#ff7300 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom, #ffa500 0%,#ff7300 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa500', endColorstr='#ff7300',GradientType=0 ); /* IE6-9 */
	}
	.tabs input[type="radio"]:checked + label + .tab {
		max-height: 400px;
		overflow-y: scroll;
	}
    .col-sm-12 {
        width: 100%;
        padding: 0px 15px;
    }
    .col-sm-8 {
        width: 100%;
        padding: 0px 15px;
        float: none;
    }
    .col-sm-6 {
        width: 100%;
        padding: 0px 15px;
        float: none;
    }
    .col-sm-4 {
        width: 100%;
        padding: 0px 15px;
        float: none;
    }
    .col-sm-3 {
        width: 50%;
        padding: 0px 15px;
        float: left;
    }
    .container-upsell .wrapper-thumbnail {
        width: 50%;
        margin-bottom: 15px;
    }
    .container-upsell .wrapper-thumbnail .thumbnail {
        border: solid 1px #ddd;
    }
    .container-upsell .wrapper-thumbnail p.price {
        font-size: 14px;
        padding: 5px 10px;
    }
    h3.small-title {
        font-size: 18px;
    }
    .logo img {
        max-width: 300px;
        margin: 0px auto;
        display: block;
        margin-bottom: 15px;
    }
    .payment-img img {
        height: 30px;
        display: block;
        margin: 0px auto;
    }
    nav {
        display: block;
        text-align: center;
        background: transparent;
    }
    h2.product-title {
        font-size: 24px;
        line-height: 24px;
    }
    .product-gallery .thum-img {
        margin-top: 15px;
        padding-bottom: 10px;
    }
    .product-mis-detail ul li.mis-list {
        flex: none;
        width: 50%;
        padding-left: 40px;
        margin-bottom: 20px;
    }
    .product-mis-detail ul {
        flex-wrap: wrap;
    }
    .product-mis-detail ul li.mis-list img {
        width: 30px;
    }
    .product-mis-detail ul li h3 {
        font-size: 16px;
    }
    .product-mis-detail ul li h4 {
        font-size: 12px;
    }
    .video-section .nPlayYoutube {
        margin-bottom: 15px;
        display: block;
    }
    .content-section {
        padding: 20px;
    }
    .content-section h3 {
        font-size: 20px;
        line-height: 20px;
    }
    p {
        font-size: 14px;
        line-height: 1.4;
        margin-bottom: 10px;
    }
    ul.service {
        flex-wrap: wrap;
    }
    ul.service li {
        flex: none;
        width: 33%;
        padding: 0px 15px;
        margin-bottom: 10px;
    }
    .tab_section .tabs label {
        text-align: left;
        padding: 5px;
    }
    .tab_section .tab {
        padding: 0px !important;
    }
    .tabs input[type="radio"]:checked + label + .tab {
        padding: 20px !important;
    }
    .tab_section .tab ul {
        margin: 0px;
        padding: 0px;
    }
    nav .ebay-menu {
        display: flex;
        flex-wrap: wrap;
    }
    nav .ebay-menu li.lv1-li {
        width: 50%;
        border: solid 2px #fff;
        background: #41515e;
    }
    nav .ebay-menu li.lv1-li a {
        padding: 10px;
    }
    ul.dropdown-menu.mega-menu {
        display: block;
        position: static;
        height: auto;
        opacity: 1;
        visibility: visible;
    }
    nav .ebay-menu li.lv1-li.dropdown.dropdown-hover {
        display: block;
        width: 100%;
    }
    nav .ebay-menu li.lv1-li.dropdown.dropdown-hover ul.dropdown-menu.mega-menu {
        padding: 0;
        display: flex;
        flex-wrap: wrap;
        box-shadow: none;
        border: none;
    }
    nav .ebay-menu li.lv1-li.dropdown.dropdown-hover ul.dropdown-menu.mega-menu li {
        width: 33%;
    }
    nav .ebay-menu li.lv1-li.dropdown.dropdown-hover ul.dropdown-menu.mega-menu li a {
        background: #d8ac65;
        color: #fff;
        font-size: 12px !important;
        border: solid 2px #fff;
    }
    nav .ebay-menu li.lv1-li.dropdown.dropdown-hover ul.dropdown-menu.mega-menu li a {
        font-size: 12px;
        padding: 5px;
    }
    .home-icon {
        display: inline-block;
        vertical-align: middle;
    }
    .payment-img {
        display: inline-block;
        vertical-align: middle;
    }
    .home-icon img {
        margin-bottom: 0px;
        margin-right: 20px;
    }
    .m-text-center{
        text-align: center;
    }
}