@import url("https://fonts.googleapis.com/css?family=Merriweather|Montserrat|PT+Sans");
/*! CSS Used from: file:///E:/MAMP/htdocs/ebay-temp/styles.css */
.container *,
.container *:before,
.container *:after {
    box-sizing: border-box;
    outline: medium none;
}
img {
    max-width: 100%;
}
ul {
    list-style: none;
}
.pro {
    max-width: 1250px;
    margin: auto;
    position: relative;
}
.container * {
    box-sizing: border-box;
    outline: medium none;
}
* {
    margin: 0;
    padding: 0;
}
a,
a:hover {
    text-decoration: none;
}
img {
    border: none;
}
ul {
    list-style: none;
}
.container {
    margin: auto;
    display: block;
    float: none;
}
#header {
    max-width: 100%;
    position: relative;
    z-index: 2;
}
#header .wrapper {
    max-width: 1250px;
    margin: auto;
    position: relative;
}
.nav1 {
    width: 50%;
    float: left;
}
.nav1 ul {
    width: 50%;
    float: left;
}
.nav2 {
    width: 50%;
    float: right;
}
.nav2 ul {
    width: 50%;
    float: right;
}
.header-center {
    width: 100%;
    display: inline-block;
    margin-top: 10px;
}
#header .logo {
    text-align: center;
    margin: 5px 0 10px 10px;
}
#header .signup {
    text-align: center;
    display: inline-block;
    width: 30%;
    margin: 50px 0 0 45px;
}
#header .signup p {
    font-family: "Merriweather", serif;
    font-weight: bold;
    font-size: 20px;
    color: #003783;
    margin-bottom: 10px;
}
#header .contact {
    float: right;
    text-align: center;
    width: 30%;
    margin: 50px 0 0 0;
}
#social {
    width: 100%;
    float: left;
    border-bottom: 5px solid #cc0033;
    background: #003783;
    position: relative;
}
#social ul.address {
    width: 100%;
    list-style: none;
    float: right;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    position: relative;
    height: 40px;
}
#social ul.address > li > div {
    display: none;
    position: absolute;
    width: 540px;
    background: #fff;
    left: 65px;
    top: 45px;
    z-index: 10;
    border: 1px solid #dddddd;
    text-align: left;
    overflow: hidden;
    padding: 20px;
}
#social ul.address > li.silver > div {
    width: 550px;
    margin-left: 225px;
}
#social ul.address > li:hover > div {
    display: block;
}
#social ul.address > li > div ul {
    float: left;
    width: 100%;
}
#social ul.address > li > div ul li:nth-child(2) a {
    line-height: 35px;
}
#social ul.address > li > div ul li {
    padding: 0;
    text-align: left;
    margin-left: 10px;
    line-height: 35px !important;
    height: auto;
    width: 100%;
}
#social ul.address > li > div ul h2 {
    padding: 0;
    margin: 0;
    text-align: left;
}
#social ul.address > li > div ul li a {
    font-family: "Montserrat", sans-serif;
    color: #003783;
    font-size: 16px;
    font-weight: normal;
    background: url(img/lih.png) left center no-repeat;
    text-transform: capitalize;
    line-height: 35px;
    padding: 0 0 0 10px;
}
#social ul.address > li > div ul h2 a {
    padding: 0;
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    color: #003783;
    font-size: 16px;
    line-height: 25px;
    text-transform: capitalize;
}
#social ul.address > li.other > div {
    width: 465px;
    margin-left: 500px;
}
#social ul.address > li.other > div ul {
    float: left;
    width: 100%;
    padding-right: 20px;
}
#social ul.address > li.other > div ul h2 a {
    line-height: 20px;
    margin-bottom: 10px;
}
#social .address li {
    display: inline-block;
    line-height: 35px;
    padding: 0 50px;
    height: 45px;
    background: url(img/li.png) left center no-repeat;
}
#social .address a {
    padding: 0 25px;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    line-height: 40px;
    font-size: 20px;
    font-family: "Montserrat", sans-serif;
    position: relative;
    text-transform: uppercase;
}
#social .address li:first-child {
    background: none;
}
#social .address li a:hover {
    text-decoration: none;
    color: #cc0033;
}
.product {
    max-width: 1250px;
    margin: 0 auto;
    text-align: center;
}
.product .warraper {
    max-width: 1250px;
    float: left;
    width: 100%;
    padding: 30px 0 10px;
}
#CentralArea {
    float: right;
    font-size: 14px;
    position: relative;
    width: 990px;
}
#CentralArea .top {
    float: left;
    width: 100%;
}
.product .discription {
    float: left;
    width: 100%;
}
.section1 {
    float: left;
    width: 100%;
    display: inline-block;
    margin-bottom: 20px;
}
.discription .tab {
    float: left;
    color: #000;
    width: 100%;
}
.tab .section {
    display: none;
    margin-bottom: 2px;
}
.tab input {
    display: none;
}
.tab label:hover {
    cursor: pointer;
}
#tab1:checked ~ #content1,
#tab2:checked ~ #content2,
#tab3:checked ~ #content3,
#tab4:checked ~ #content4,
#tab5:checked ~ #content5,
#tab6:checked ~ #content6,
#tab7:checked ~ #content7,
#tab8:checked ~ #content8,
#tab9:checked ~ #content9,
#tab10:checked ~ #content10 {
    display: block;
    float: left;
}
.tab-image {
    text-align: center;
}
.tab-image img {    
    max-width: 60%;
    border: 1px solid #ccc;
    box-shadow: 2px 2px 5px #ccc;
}

.discription a {
    font-weight: bold;
    color: #000;
}
.specifics {
    float: left;
    width: 100%;
}
.section1 .titel2 {
    color: #003783;
    font-size: 18px;
    line-height: 40px;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    padding: 0 20px;
    text-align: center;
    border-top: 5px solid #dddddd;
    border-bottom: 5px solid #dddddd;
}
.specifics ul {
    margin: 10px 0;
}
.discription li {
    padding: 5px 10px;
    font-size: 13px;
    color: #333333;
    font-family: "Montserrat", sans-serif;
    background: url(img/li1.png) left center no-repeat;
}
.specifics span {
    color: #000;
}
#LeftPanel {
    float: left;
    margin: 0;
    padding: 0;
    width: 240px;
}
.lcat ul.lev1 {
    border: 1px solid #cfcfcf;
}
.lcat li {
    text-align: left;
    padding-left: 10px;
    background: url(img/li1.png) 10px center no-repeat;
}
.lcat li:last-child {
    border: none;
}
.lcat .lev1 a {
    color: #333333;
    display: inline-block;
    font-family: "Montserrat", sans-serif;
    padding: 7px 0px 7px 15px;
    font-size: 13px;
    line-height: 17px;
}
.lcat a:hover {
    color: #cc0033;
}
.product-image-box {
    width: 100%;
    position: relative;
    float: left;
    margin-bottom: 15px;
}
.product-image-container {
    width: 75%;
    position: relative;
    padding: 10px;
    text-align: center;
    height: 692px;
    float: left;
    border: 1px solid #dad9d4;
    background: #fff;
}
.product-more-views {
    float: right;
    width: 25%;
    text-align: center;
}
.product-more-views ul {
    list-style: none;
    padding: 0;
    width: 100%;
    margin: auto;
}
.product-more-views ul li {
    display: inline-block;
    float: left;
}
.product-image-container {
    display: none;
}
.product-image-box input {
    display: none;
}
.product-image-box label {
    width: 105px;
    height: 105px;
    margin: 0 0 4px 15px;
    padding: 0;
    overflow: hidden;
    display: inline-block;
    cursor: pointer;
    text-align: center;
    position: relative;
    border: 1px solid #ddd;
    background: #fff;
}
.product-image-box label:empty {
    display: none;
}
.product-image-box label:hover {
    cursor: pointer;
    opacity: 1;
    filter: 1;
}
#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 {
    display: block;
    border: 0;
}
.product-more-views img {
    bottom: 0;
    left: 0;
    margin: auto;
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    right: 0;
    top: 0;
}
.product-image-container img {
    bottom: 0;
    left: 0;
    margin: auto;
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    right: 0;
    top: 0;
}
.satisfaction {
    width: 24%;
    float: right;
}
.satisfaction li {
    display: inline-block;
    margin: 5px 0 0;
}
.satisfaction h2 {
    background: #003783;
    color: #fff;
    overflow: hidden;
    font-size: 18px;
    line-height: 41px;
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    padding: 0 0 0 10px;
    border-bottom: 5px solid #cc0033;
    text-align: left;
    position: relative;
    text-transform: capitalize;
}
#LeftPanel .payment {
    width: 100%;
    text-align: center;
    padding: 0 10px 10px;
    font-size: 14px;
    line-height: 20px;
    display: inline-block;
    color: #000;
}
#LeftPanel .payment.news {
    text-align: left;
}
.product .discription {
    float: left;
    width: 100%;
    margin-top: 10px;
    text-align: left;
}
.section {
    margin-bottom: 10px;
}
.discription .section p {
    padding: 5px 10px;
}
.product .discription:last-child {
    border: none;
}
.product .discription p {
    font-size: 15px;
    margin: 10px 0;
    line-height: 18px;
    display: inline-block;
    color: #333333;
    font-family: "Montserrat", sans-serif;
}
.discription .tab {
    color: #4e4a47;
}
.tab .section {
    display: none;
}
.tab ul.tab-titel {
    display: inline-block;
    width: 100%;
    list-style: none;
    background-size: 100%;
    border: 1px solid #dddddd;
}
.tab ul.tab-titel li {
    display: inline-block;
    background: none;
}
.tab ul.tab-titel li:last-child {
    border: none;
}
.tab label {
    float: left;
    width: 100%;
    font-size: 20px;
    color: #003783;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    padding: 0 20px;
    line-height: 32px;
}
.tab li:last-child label {
    border: none;
}
.discription a {
    font-weight: bold;
    color: #4e4a47;
}
.product h1.tittle {
    color: #003783;
    font-size: 22px;
    line-height: 40px;
    text-transform: capitalize;
    font-family: "Montserrat", sans-serif;
    padding: 0 20px;
    text-align: center;
    border-top: 5px solid #dddddd;
    border-bottom: 5px solid #dddddd;
    margin-bottom: 20px;
}
#LeftPanel .payment.news a {
    background: #003783;
    position: relative;
    color: #fff;
    padding: 2px 20px;
    border: none;
    display: inline-block;
    text-transform: uppercase;
    float: left;
    font: 500 14px/30px "Merriweather", serif;
    font-weight: bold;
}
#LeftPanel .payment.news a:hover {
    color: #fff;
    background: #cc0033;
}
#LeftPanel .payment.news p {
    color: #555555;
    line-height: 18px;
    font-family: "Montserrat", sans-serif;
    margin-bottom: 10px;
}
.tab ul.tab-titel {
    width: 100%;
    float: left;
    font-weight: bold;
    text-align: center;
    position: relative;
    border-bottom: 5px solid #ddd;
    border-top: 5px solid #ddd;
}
.hi-mob {
    display: none;
}
#tab11:checked ~ #content1,
#tab12:checked ~ #content2,
#tab13:checked ~ #content3,
#tab14:checked ~ #content4,
#tab15:checked ~ #content5,
#tab16:checked ~ #content6,
#tab17:checked ~ #content7,
#tab18:checked ~ #content8,
#tab19:checked ~ #content9,
#tab20:checked ~ #content10 {
    display: block !important;
}
.address li label {
    display: none;
}
.section1 .view {
    padding: 20px 0;
    float: left;
    text-align: center;
}
.section1 .view li {
    background: none;
    display: inline-block;
    width: 19.5%;
    padding: 0;
}
.section1 .view li img {
    width: 100%;
}
#footer {
    width: 100%;
    display: inline-block;
    background: #e8e8e8;
}
#footer a {
    color: #555555;
    font-weight: bold;
}
#footer a:hover {
    color: #cc0033;
}
#footer .wrapper {
    max-width: 1250px;
    margin: auto;
}
#footer .copyright {
    float: left;
    width: 100%;
    padding: 30px 0 30px 10px;
    text-align: center;
}
#social input {
    display: none;
}
#footer .copyright p {
    text-align: center;
    color: #555555;
    font-size: 13px;
    line-height: 14px;
    font-family: "PT Sans", sans-serif;
    margin-top: 5px;
}
#x-foot-subm a:last-child {
    border: none;
}
#x-foot-subm a {
    color: #555555;
    font-size: 15px;
    font-family: "Montserrat", sans-serif;
    padding: 0 20px;
    text-transform: uppercase;
}
#x-foot-subm {
    text-align: center;
}
#x-foot-subm a:hover {
    color: #cc0033;
}

#leftmenu {
    display: none;
}
#menu {
    display: none;
}
@media only screen and (max-width: 1099px) {
    .blast .satisfaction:first-child {
        display: none;
    }
}
@media only screen and (min-width: 1100px) {
    .blast .satisfaction:last-child {
        display: none;
    }
}
@media only screen and (min-width: 980px) and (max-width: 1099px) {
    #CentralArea {
        width: 72%;
    }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
    .address li label {
        display: block;
    }
    #leftmenu {
        display: none;
    }
    #leftmenu:checked ~ #social {
        display: inline-block;
        float: none;
    }
    #header .wrapper {
        height: auto;
    }
    #header {
        max-width: 760px;
        margin: 0 auto;
        height: auto;
    }
    #LeftPanel {
        margin: 0;
    }
    #CentralArea {
        max-width: 760px;
        float: none;
        margin: auto;
        display: inline-block;
    }
    #footer .wrapper,
    .product {
        max-width: 760px;
    }
    #footer {
        height: auto;
    }
}
@media only screen and (min-width: 481px) and (max-width: 979px) {
    #social {
        display: none;
    }
    #menu {
        display: inline-block;
        float: none;
        margin: auto;
        width: 100%;
        text-align: center;
    }
    .lcat li {
        text-align: left !important;
    }
    .lcat li a {
        background: none !important;
        padding: 5px;
    }
}
@media only screen and (max-width: 959px) {
    .section1 .view li {
        width: inherit;
        display: inline-block;
        margin: auto;
        text-align: center;90
    }
    .section1 .view li img {
        width: auto;
    }
    #header .logo {
        margin: 0;
    }
    #header .contact {
        float: none;
        text-align: center;
        width: 100%;
        margin: 0 0 20px;
    }
    #header .logo {
        width: 100%;
        text-align: center;
        float: none;
    }
    #header .signup {
        width: 35%;
        text-align: right;
        margin: auto;
    }
    .product h1.tittle {
        font-size: 18px;
    }
    #header .signup {
        width: 100%;
        text-align: center;
    }
    #LeftPanel .payment {
        display: inline-block;
        margin: 0 !important;
    }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
    .header-center {
        padding: 0;
    }
    .tab li label:after {
        display: none;
    }
    #menu label {
        position: relative;
        color: #7c322d;
        display: inline-block;
        font-size: 14px;
        font-weight: bold;
        height: 40px;
        line-height: 40px;
        margin-bottom: 10px;
        padding: 0 25px;
        text-transform: uppercase;
        width: 100%;
        text-align: center;
    }
    #menu label:after {
        background-image: url("img/x-head-mnav-icod.png");
        background-position: right center;
        background-repeat: no-repeat;
        color: #000;
        content: "";
        height: 30px;
        position: absolute;
        right: 5px;
        top: 2px;
        width: 30px;
    }
    #leftmenu:checked ~ #menu label:after {
        background-image: url("img/x-head-mnav-icou.png");
        z-index: 2;
    }
    #menu {
        display: inline-block;
        float: none;
        margin: auto;
        width: 100%;
        text-align: center;
    }
    #header,
    #footer {
        height: auto;
    }
    #footer .wrapper {
        margin: auto;
        background: #ddd;
    }
    .header-center .wrapper {
        height: auto;
    }
    #header .logo {
        width: 100%;
        text-align: center;
    }
    #header .logo img {
        float: none;
        max-width: 100%;
    }
    #social {
        height: auto;
        display: none;
    }
    #social .address li:before {
        margin-left: 0;
    }
    #LeftPanel,
    .specifics {
        width: 100%;
        margin-left: 0;
    }
    .product {
        width: 90%;
        float: none;
        margin: auto;
    }
    #CentralArea {
        background: #fff;
        width: 100%;
        margin: 0;
    }
    .product-image-box {
        width: 100%;
        height: auto;
    }
    .product-image-container {
        width: 100%;
        height: 300px !important;
        border-bottom: 1px solid #e6e1d1;
    }
    .product-more-views {
        position: relative;
        width: 100%;
        margin-top: 10px;
    }
    #x-foot-subm a {
        padding: 0 8px;
    }
    .tab ul.tab-titel li {
        width: 100%;
    }
    .tab ul.tab-titel li label {
        width: 100%;
        margin: 0;
    }
    .hi-mob {
        height: 40px;
        line-height: 40px;
        margin-bottom: 2px;
        display: block;
    }
    #footer .copyright {
        width: 99%;
    }
    .product h1.tittle {
        line-height: 20px;
        margin: 10px 0;
    }
    .tab-image img {    
        max-width: 100%;
        border: 1px solid #ccc;
        box-shadow: 2px 2px 5px #ccc;
    }
}
.x-copy-ocdo {
    font-size: 13px;
    line-height: 20px;
    padding-right: 40px;
    text-transform: capitalize;
}
#LeftPanel .lcat {
    margin-bottom: 20px;
}
#social ul.address {
    height: auto;
}
#LeftPanel .lcat h2 {
    background: #003783;
    color: #fff;
    overflow: hidden;
    font-size: 18px;
    line-height: 41px;
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    padding: 0 0 0 20px;
    border-bottom: 5px solid #cc0033;
    text-align: left;
    position: relative;
    text-transform: capitalize;
}
#LeftPanel .lcat1 {
    background: #e8e8e8;
}
#LeftPanel .lcat1 h2 {
    padding: 0 0 0 10px;
    text-align: left;
    color: #555555;
    font-size: 20px;
    line-height: 44px;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
}
.top-product {
    float: left;
    width: 100%;
}
.product-more-views .loop {
    height: 20px;
    color: #003783;
    font-size: 13px;
    margin-bottom: 15px;
    font-family: "Montserrat", sans-serif;
    padding-left: 10px;
    background: url(img/icon-loop.png) 20px center no-repeat;
}
@media only screen and (min-width: 1100px) and (max-width: 1249px) {
    #CentralArea {
        width: 75%;
    }
    #header .signup p {
        font-size: 18px;
    }
}
@media only screen and (max-width: 1249px) {
    .discription li {
        padding: 5px 10px;
    }
}
@media only screen and (max-width: 1099px) {
    .product-more-views .loop {
        background: url(img/icon-loop.png) left center no-repeat;
        width: 60%;
        margin: 10px auto;
        height: auto;
    }
    #header .signup p {
        font-size: 15px;
    }
    .product-image-container,
    .product-more-views {
        width: 100%;
    }
    #social .address li {
        display: inline-block;
        line-height: 35px;
        padding: 0 40px;
        height: 45px;
        background: url(img/li.png) left center no-repeat;
    }
    .satisfaction {
        float: none;
        width: 100%;
        margin: auto;
    }
}
@media screen and (min-width: 960px) and (max-width: 1090px) {
    #header .signup {
        text-align: center;
        display: inline-block;
        width: 30%;
        margin: 50px 0 0 5px;
    }
}
@media only screen and (max-width: 979px) {
    #social .address li {
        background: none;
    }
    .container {
        width: 90%;
    }
    #CentralArea {
        width: 100%;
        margin: 0;
        padding: 0 5px;
    }
    #ltnav1:checked ~ .wrapper .address li #tabnav1,
    #ltnav2:checked ~ .wrapper ul.address li #tabnav2,
    #ltnav3:checked ~ .wrapper ul.address li #tabnav3 {
        background-image: url(img/x-head-mnav-icou.png);
    }
    .x-copy-ocdo {
        padding: 0;
        margin-right: 0;
    }
    #leftmenu:checked ~ #social {
        display: inline-block;
        float: none;
        margin: auto;
        text-align: center;
        padding: 0;
        position: relative;
    }
    #social ul.address > li > div ul h2 a {
        padding: 0;
        font-family: "Montserrat", sans-serif;
        font-weight: bold;
        color: #003783;
        font-size: 16px;
        line-height: 25px;
        text-transform: capitalize;
    }
    .tab-titel {
        display: block;
    }
    .nav1 {
        width: 100%;
        float: left;
    }
    #social .address li {
        width: 100%;
        height: auto;
        padding: 0 5px;
    }
    .nav1 ul {
        width: 100%;
        float: left;
    }
    .nav2 ul {
        width: 100%;
    }
    .nav2 {
        width: 100%;
        float: left;
    }
    #social ul.address > li > div {
        background: #000;
    }
    #tabnav1:checked ~ #content11 {
        display: block !important;
    }
    #tabnav1:checked ~ #content11 {
        display: none !important;
    }
    #ltnav1:checked ~ .wrapper .address li #content11,
    #ltnav2:checked ~ .wrapper ul.address li #content12,
    #ltnav3:checked ~ .wrapper ul.address li #content13 {
        display: block;
        position: relative;
    }
    #social ul.address > li:hover > div {
        display: none;
    }
    #LeftPanel {
        display: none;
    }
    .product .warraper {
        padding-top: 0;
    }
    .address li label {
        width: 20px;
        background: url(x-head-mnav-icod.png) 0 0 no-repeat;
        height: 20px;
        float: right;
        cursor: pointer;
        display: block;
    }
    #social ul.address > li.silver > div {
        width: 100%;
        margin-left: 0px;
        margin: auto;
    }
    #social ul.address > li > div ul li a {
        font-family: "Montserrat", sans-serif;
        color: #003783;
        font-size: 16px;
        font-weight: normal;
        background: url(img/lih.png) left center no-repeat;
        text-transform: capitalize;
        line-height: 35px;
        padding: 0 0 0 10px;
    }
    #social ul.address > li.other > div {
        width: 100%;
        margin-left: 0px;
        margin: auto;
    }
    #social ul.address > li > div {
        display: none;
        position: relative;
        margin: auto;
        width: 100%;
        background: #fff;
        text-align: center !important;
        z-index: 10;
        border: 1px solid #dddddd;
        text-align: left;
        overflow: hidden;
        padding: 20px;
        top: 0;
        left: 0;
        margin: auto;
        float: none;
    }
    #social ul.address > li.silver > div,
    #social ul.address > li.other > div {
        width: 100%;
    }
    #social .address a {
        padding: 0 25px 0 40px;
    }
    #menu label {
        background: #003783;
        border-bottom: 5px solid #cc0033;
        position: relative;
        color: #fff;
        display: inline-block;
        font-size: 20x;
        width: 100%;
        font-weight: bold;
        height: 40px;
        line-height: 40px;
        margin-bottom: 10px;
        padding: 0 25px;
        text-align: center;
        text-transform: uppercase;
        font-family: "Montserrat", sans-serif;
    }
    #menu label:after {
        background-image: url("img/x-head-mnav-icod.png");
        background-position: right center;
        background-repeat: no-repeat;
        color: #000000;
        content: "";
        height: 30px;
        position: absolute;
        right: 5px;
        top: 2px;
        width: 30px;
    }
    #leftmenu:checked ~ #menu label:after {
        background-image: url("img/x-head-mnav-icou.png");
        z-index: 2;
    }
    .lcat h2 {
        text-align: center;
    }
    .lcat #LeftPanel1 {
        margin-bottom: 10px;
    }
    .tab label {
        padding: 0;
    }
}
@media only screen and (max-width: 767px) {
    .tab ul.tab-titel {
        display: none;
    }
    #tab1:checked ~ #content1 {
        display: none !important;
    }
    #tab11:checked ~ #content1 {
        display: block !important;
    }
    .hi-mob {
        background-size: 100% 100%;
        height: 40px;
        line-height: 40px;
        margin-bottom: 2px;
        display: block;
    }
    .hi-mob label {
        color: #fff;
        font-size: 16px;
        line-height: 41px;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: bold;
        padding: 0 20px;
        border-bottom: 5px solid #cc0033;
        text-align: left;
        position: relative;
        background: #003783 url(img/plus.png) 98% center no-repeat;
    }
}
@media only screen and (max-width: 580px) {
    .product-image-box label {
        width: 55px;
        height: 55px;
    }
    @media only screen and (max-width: 579px) {
        #x-foot-subm a {
            padding: 5px 0;
            width: 100%;
            float: left;
        }
        #footer .copyright p {
            text-align: center;
            float: none;
        }
        #social ul.address > li > div {
            display: none;
            position: relative;
            margin: auto;
            width: 100%;
            background: #fff;
            text-align: center !important;
            z-index: 10;
            border: 1px solid #dddddd;
            text-align: left;
            overflow: hidden;
            padding: 20px;
            top: 0;
            left: 0;
            margin: auto;
            float: none;
        }
    }
}
@media screen and (max-width: 1140px) {
    #x-foot-subm {
        width: 100%;
        text-align: center;
        float: none;
    }
    #footer .copyright p {
        text-align: center;
        float: none;
    }
}
@media screen and (max-width: 1023px) {
    .container {
        width: 100%;
    }
}




#tab1:checked ~ ul li #lt1, #tab2:checked ~ ul li #lt2, #tab3:checked ~ ul li #lt3, #tab4:checked ~ ul li #lt4, #tab5:checked ~ ul li #lt5, #tab6:checked ~ ul li #lt6, #tab7:checked ~ ul li #lt7, .tab ul.tab-titel li:hover label {
  color: #000000;
  background: #fff;
  border-top: solid 5px #003783;
  border-left: solid 1px #003783;
  border-right: solid 1px #003783;
}



/*Size Cahrt Table*/
*,::after,::before{box-sizing:border-box;margin:0;padding:0;}
table{border:none;border-collapse:collapse;margin:2rem 0;width:100%;table-layout:fixed;box-shadow:0px 0px 15px rgba(0, 0, 0, 0.1);background-color:#ffffff;}
table caption{font-size:1.5em;font-weight:bold;margin:1rem 0 1.5rem;text-align:center;}
table th,table td{padding:1rem;text-align:center;vertical-align:middle;}
table th{background-color:#f2f2f2;font-size:1em;font-weight:bold;text-transform:uppercase;}
table td{border-top:1px solid #ddd;font-size:1em;}
@media screen and (max-width: 600px){
table{border:none;}
table caption{font-size:1em;}
table thead{border:none;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;}
table tr{border-bottom:3px solid #ddd;display:block;margin-bottom:.625em;}
table td{border-bottom:1px solid #ddd;display:block;font-size:.8em;text-align:right;}
table td::before{content:attr(data-label);float:left;font-weight:bold;text-transform:uppercase;}
table td:last-child{border-bottom:0;}
}
*{font-family:'Poppins', sans-serif;}
@media screen and (max-width: 970px){
::-webkit-scrollbar{width:10px;}
::-webkit-scrollbar-track{background:#242526;}
::-webkit-scrollbar-thumb{background:#3A3B3C;}
}


