﻿body {
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    /*background-color: #dbdbdb;*/
    background-color: #f6f6f6;
}
.header {
    padding: 20px 0;
    background-color: white;
}
.we_ship {
    text-align: right;
}
.we_ship > div {
    margin-top: 30px;
    display: inline-block;
    text-align: left;
}
    .we_ship > div p {
        color: black;
        font-family: 'Open Sans', sans-serif;
        font-weight: bold;
        font-size: 14px;
    }
    .we_ship > div i {
        color: #2ba3df;
        padding-right: 5px;
    }
.nav_back {
    background-color: #2ba3df;
}
.nav {
    padding: 0;
    list-style-type: none;
}
.nav li {
    display: inline-block;
}
    .nav li a, .nav li a:link, .nav li a:visited {
        color: white;
    }
    .nav > li > a:focus, .nav > li > a:hover {
        text-decoration: none;
        background-color: #2ba3df;
    }
    .nav > li > a:after {
        content: '';
        display: block;
        width: 0;
        height: 1px;
        background: white;
        transition: width .3s;
    }
    .nav > li > a:hover::after {
        width: 100%;
    }
.wrapper {
    border: 1px solid #c0c0c0;
    background-color: white;
    margin-top: 20px;
}
.header_back {
    background-color: #2ba3df;
    padding: 10px 0;
    color: white;
}
.ebay_data {
    padding: 10px 10px;
}
/*TABS*/
.tabs_row {
    margin-top: 10px;
}
.tabs {
    float: none;
    list-style: none;
    padding: 0;
    margin-top: 20px;
    /*border-bottom: 4px solid #ccc;*/
}

.tabs:after {
    content: '';
    display: table;
    clear: both;
}

.tabs input[type=radio] {
    display:none;
}

    .tabs label {
        width: 20%;
        margin-bottom: 0px;
        display: block;
        float: left;
        color: white;
        font-family: 'Open Sans',sans-serif;
        font-size: 14px;
        font-weight: normal;
        text-decoration: none;
        text-align: center;
        /*line-height: 2;*/
        padding: 8px 15px;
        cursor: pointer;
        border-top: 2px solid #2ba3df;
        background-color: #2ba3df;
    }
 
.tabs label span {
    display: none;
}

.tabs label i {
    margin-right: 2px;
}
.tab-content {
    display: none;
    width: 100%;
    float: left;
    padding: 10px;
    /*background-color:#ffffff;*/
}
.tabs [id^="tab"]:checked + label {
    border-top: 2px solid #2ba3df;
    background-color: white;
    z-index: 2;
    color: black;
    /*-webkit-box-shadow: inset 0 2px 0 #ed223e;*/
    margin-bottom: -2px;
    position: relative;
}

#tab1:checked ~ #tab-content1, #tab2:checked ~ #tab-content2, #tab3:checked ~ #tab-content3, #tab4:checked ~ #tab-content4, #tab5:checked ~ #tab-content5, #tab6:checked ~ #tab-content6, #tab7:checked ~ #tab-content7, #tab8:checked ~ #tab-content8, #tab9:checked ~ #tab-content9, #tab10:checked ~ #tab-content10 {
    display: block;
}
.tab-content p {
    padding: 5px;
    margin-bottom: 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
}
.tab_images {
    padding: 10px 0;
    text-align: center;
}
.tab_images img {
    display: inline-block;
}
/*THUMBNAIL GALLERY*/
.slider {
	/*Same as width of the large image*/
	position: relative;
	/*Instead of height we will use padding*/
	padding-top: 400px; /*That helps bring the labels down*/
	/*Lets add a shadow*/
}

/*Last thing remaining is to add transitions*/
.slider>img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 15px;
    margin: auto;
    display: block;
    max-height: 270px;
    width: auto;
}

.slider input[name='slide_switch'] {
	display: none;
}

.slider label {
	/*Lets add some spacing for the thumbnails*/
    margin: 6px 0 15px 15px;
	float: left;
	cursor: pointer;
	/*Default style = low opacity*/
	opacity: 0.6;
}

.slider label img{
    width: auto;
    height: 60px;
	display: block;
}
.slider input[name='slide_switch']:checked + label {
	border-color: #666;
	opacity: 1;
}
.slider input[name='slide_switch'] ~ img {
	opacity: 0;
}
.slider input[name='slide_switch']:checked + label + img {
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    display:block;
    opacity: 1;
}
/* --- template image gallery -- thumbs bottom --- */
#x-main-tabs img, #x-gall-thmb img {
    cursor: pointer;
    max-width: 100%;
    height: auto;
    border: 1px solid #ccc;
}
#x-temp-gall, #x-gall-main, #x-gall-thmb {
    width: 100%;
    text-align: center;
    margin: 0 auto;
    overflow: hidden;
    line-height: 1px;
}

#x-temp-gall {
    margin-bottom: 8px;
    margin-top: 37px;
}

    #x-temp-gall img {
        margin: 0 auto;
        display: block;
        border: 0 none;
        width: auto;
        height: auto;
    }

    #x-temp-gall .x-cntr {
        width: 100%;
        overflow: auto; /* display:table-cell; */
        vertical-align: middle;
        text-align: center;
    }

    #x-temp-gall #x-gall-main {
        border: 1px solid #CDCDCD;
        background: #FFF none;
        margin-bottom: 10px;
    }
    /* set spacing and border of main img holder */
    #x-temp-gall #x-gall-main {
        max-width: 100%;
        height: auto;
    }
        /* set main img holder size */
        #x-temp-gall #x-gall-main img {
            width: auto;
            max-width: 100%;
        }
    /* set main img size */
    #x-temp-gall #x-gall-thmb h5 {
        font-size: 12px;
        font-weight: normal;
        text-align: center;
        margin: 0;
        padding: 0 0 5px;
        width: 100%;
        clear: both;
    }
        /* thumbs text title */
        #x-temp-gall #x-gall-thmb h5 span {
            display: inline-block;
            width: 18px;
            height: 18px;
            background: transparent url(images/x-gall-icon.png) left center no-repeat;
        }
    /* thumbs title icon */
    #x-temp-gall #x-gall-thmb .x-hold {
        border: 1px solid #CDCDCD;
        background: #FFF none;
        margin: 3px 2px;
        display: inline-block;
    }
        /* set spacing and border of thumb holders */
        #x-temp-gall #x-gall-thmb .x-hold:hover {
            border: 1px solid #430064;
        }

    #x-temp-gall #x-gall-thmb .x-hold,
    #x-temp-gall #x-gall-thmb .x-cntr {
        width: 100%;
        max-width: 90px;
        height: 100%;
        max-height: 90px;
    }
    /* set thumb holders size */
    #x-temp-gall #x-gall-thmb img {
        width: 100%;
        max-width: 90px;
    }
    /* set thumbs size */
    #x-temp-gall .x-hide {
        display: none !important;
    }
/* hide unused gallery image slots */
#x-gall-main input {
    display: none
}
#x-gall-thmb h6{
    font-weight: bold;
}
#gal1:checked ~ #content1, #gal2:checked ~ #content2, #gal3:checked ~ #content3, #gal4:checked ~ #content4, #gal5:checked ~ #content5, #gal6:checked ~ #content6, #gal7:checked ~ #content7, #gal8:checked ~ #content8, #gal9:checked ~ #content9, #gal10:checked ~ #content10, #gal11:checked ~ #content11, #gal12:checked ~ #content12 {
    display: block;
}

.product-image-container {
    display: none;
}
.title h1 {
    color: #2ba3df;
    font-family: 'Open Sans', sans-serif;
    font-size: 24px;
}
.footer {
    margin-top: 20px;
    padding: 20px 0;
    background-color: white;
}
.footer .nav {
    margin-top: 12px;
    padding: 0;
    list-style-type: none;
}

    .footer .nav li {
        display: inline-block;
    }

        .footer .nav li a, footer .nav li a:link, .footer .nav li a:visited {
            color: black;
        }

    .footer .nav > li > a:focus, .footer .nav > li > a:hover {
        text-decoration: none;
        background-color: white;
    }

    .footer .nav > li > a:after {
        content: '';
        display: block;
        width: 0;
        height: 1px;
        background: black;
        transition: width .3s;
    }

    .footer .nav > li > a:hover::after {
        width: 100%;
    }
@media screen and (max-width:860px) {
    #x-temp-gall #x-gall-main img {
        width: 100%;
    }
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {

}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {

}

@media (max-width: 768px) {
   .tabs label{
       width: 100%;
   }
}

@media only screen and (min-device-width : 320px) and (max-device-width : 732px) and (orientation : landscape) {
    .header div {
        text-align: center;
    }
    .header img, .footer img {
        margin: 0 auto;
    }
}

@media (max-width: 450px) {

}

@media (max-width: 360px) {
}

@media (max-width: 340px) {

}