/* Legal Notice - DO NOT REMOVE THIS NOTICE // START CSS Document Ownership. 
    This CSS document is owned and managed by Swift Productions ABN 84 723 182 610, Suite F, 
    Level 1 - The Octagon Building, 110 George St, Parramatta NSW 2150 Australia. 
    This document contains Code which has been written by Swift Productions. 
    Unauthorised reproducing, copying, selling and/or modifying is strictly prohibited. 
    Doing so may result in legal action. 
    Legal Notice - DO NOT REMOVE THIS NOTICE // END */


/* --------------------------------------------------------
    Project Name: Old Timer Engines
    Version: 1.0 
    Created by: Waqas @Swiftproductions on 8 June 2022 
    ----------------------------------------------------------*/

*{
    margin: 0;
    padding: 0;
    outline: none;
    border: none;
    text-decoration: none;
}
img {
    max-width: 100%;
    width: auto;
    height: auto;
}

a {
    text-decoration: none;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}
*,
*:before,
*:after {
    -moz-box-sizing: border-box;
    box-sizing: border-box;

}
body {
    line-height: 1;
    margin: 0;
    padding: 0;
}
.wrapper {
    float:left;
    width:100%;
    font-family: Arial, Helvetica, sans-serif;
    font-weight:400;
}
/*  container
========================================== */
.uspList{
    float: left;
    width: 100%;
    background: #375241;
    padding: 5px 0;
}
.uspList ul{
    display: flex;
    justify-content:space-between;
    list-style: none;
    align-items: center;
}
.uspList ul li{
    text-align: center;
    font-size: 16px;
    color: #fff;
    display: flex;
    align-items: center;
}
.uspList ul li img {
    margin-right: 20px;
}
.container {
    max-width: 1180px;
    margin: auto;
    width: 100%;
    overflow: hidden;
    padding-left: 15px;
    padding-right: 15px;
}
.header{
    float: left;
    width:100%;
    background:#fff;
    padding: 37px 0 17px 0;
}
.logo{
    text-align: center;
    float: left;
}
.searchBar {
    float: right;
    margin-top: 51px;
}



.navBar {
    float: left;
    width: 100%;
    padding: 0;
}
.navBar .container{
    overflow: visible;
}

.navBar a {
    color: #424242;
}
.navBar a:hover,
.navBar .catList span:hover{
    color: #0016be;
}

.navLinks {
    float: left;
    padding: 8px 0;
}

.catList {
    float: left;
    position: relative;
    font-size: 16px;
    cursor: pointer;
}
.catList i {
    font-size: 35px;
    margin-right: 15px;
    color: #fff;
}
.catList:hover i{
    color: #333;
}
.catList span {
    color: #424242;
    float: left;
    margin-right: 10px;
    padding-bottom: 15px;
}
.catList:hover span+svg {
    transform: rotate(180deg);
}

.menuLinks {
    float: left;
}
.menuLinks ul{
    list-style: none;
}

.menuLinks ul li {
    display: inline-block;
    padding-right: 20px;
}

.menuLinks ul li {
    display: inline-block;
    padding-right: 40px;
}
.menuIcon {
    float: right;
}

.menuIcon ul {
    list-style: none;
}

.menuIcon ul li {
    display: inline-block;
    padding-left: 20px;
}

.listBox {
    position: absolute;
    width: 311px;
    background: #fff;
    top: 30px;
    left: 0;
    padding: 10px 15px;
    box-shadow: 0px 0px 10px -4px #555;
    display: none;
    z-index: 999;
}
.catList:hover .listBox{
    display: block;
}
.listBox li {
    list-style: none;
    padding: 18px 0px;
}
.listBox li a {
    font-size: 16px;
}

.banner{
    text-align: center;
    margin-top: 23px;
    float: left;
    width: 100%;
}
.all_btn {
    text-align: center;
    padding: 15px;
    background: #385242;
    box-shadow: 0px 0px 10px -4px #555;
}
.all_btn a{
    font-size: 18px;
    color: #fff;
}

.all_btn:hover a {
    color: #ffffffb8;
}

/* ========== Gallery  // START ========== */

.productGallery {
    position: relative;
    float: left;
    width: 100%;
}
.body-container {
    
    background: #fff;
    max-width: 1150px;
    margin: 0 auto;
    width: 100%;
    overflow: auto;
}
.gallery-container {
    width: 100%;
    float: left;
    padding: 0;
}

.gallery {
    width: 50%;
    position: relative;
    background: #fff;
    padding: 0;
    margin: 35px auto 0 auto;
    float: left;
}
.prod-title {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 57px;
}
.white-box {
    width: 568px;
    height: 568px;
    margin: auto;
    border: 1px solid #ccc;
    /* clear: both; */
    /* float: left; */
}
.sm-block{
    display:none;
}

.thumbnails {
    float: right;
    margin-top: -100px;
    margin-right: -100%;
    width: 550px;
    text-align: left;
}
.thumbnails input[type=radio] {
    display: none;
}
/*.thumbnails label:hover {
    border-color: #e0e0e0;
}*/
.thumbnails label {
    display: inline-block;
    width: 100px;
    height: 100px;
    position: relative;
    cursor: pointer;
    background: #fff;
    transition: .2s;
    border: 1px solid #ccc;
}
.thumbnails label img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 88px;
    max-height: 88px;
}
.g-img-con {
    width: 98%;
    max-width: 560px;
    height: 560px;
    overflow: hidden;
    box-sizing: border-box;
    position: absolute;
    top: 3px;
    left: 0px;
    right:0;
    bottom:0;
    transform: translate(0%, 0);
    -webkit-transform: translate(0%, 0);
    -moz-transform: translate(0%, 0);
    background: #fff;
    padding: 0;
    margin:0 auto;
}

.gallery-content {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    max-width: 555px;
    height: 100%;
    max-height: 555px;
    -webkit-animation: cssAnimation 0.7661s 1 ease-in-out;
    -moz-animation: cssAnimation 0.7661s 1 ease-in-out;
    -o-animation: cssAnimation 0.7661s 1 ease-in-out;
    overflow: hidden;
    z-index: 1;
    padding: 10px;
}

#image1:checked~.g-img-con #gallery-content-1,
#image2:checked~.g-img-con #gallery-content-2,
#image3:checked~.g-img-con #gallery-content-3,
#image4:checked~.g-img-con #gallery-content-4,
#image5:checked~.g-img-con #gallery-content-5,
#image6:checked~.g-img-con #gallery-content-6,
#image7:checked~.g-img-con #gallery-content-7,
#image8:checked~.g-img-con #gallery-content-8,
#image9:checked~.g-img-con #gallery-content-9,
#image10:checked~.g-img-con #gallery-content-10,
#image11:checked~.g-img-con #gallery-content-11,
#image12:checked~.g-img-con #gallery-content-12 {
    display: block;
    -webkit-animation: cssAnimation 0.7661s 1 ease-in-out;
    -moz-animation: cssAnimation 0.7661s 1 ease-in-out;
    -o-animation: cssAnimation 0.7661s 1 ease-in-out;
}
/*#image1:checked~ label.image1{
    border:1px solid #dba1b2;
}
#image2:checked~ label.image2{
    border:1px solid #dba1b2;
}
#image3:checked~ label.image3{
    border:1px solid #dba1b2;
}
#image4:checked~ label.image4{
    border:1px solid #dba1b2;
}
#image5:checked~ label.image5{
    border:1px solid #dba1b2;
}*/
.thumbnails .item-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    overflow: hidden;
    align-items: center;
    justify-content: center;
}
.thumbnails .gallery-content img {
    right: 0;
    bottom: 0;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
}
.grid-item {
    height: 20%;
    width: 20%;
}
.grid-item:hover {
    cursor: move;
}
.grid-item:hover~img {
    height: 200%;
    width: 200%;
    max-width: 200%;
    max-height: 200%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition: 600ms ease-out;
    transition: 600ms ease-out;
}
.grid-item:hover:nth-of-type(5n + 1)~img {
    left: 0px;
}

.grid-item:hover:nth-of-type(5n + 2)~img {
    left: -112.5px;
}

.grid-item:hover:nth-of-type(5n + 3)~img {
    left: -255px;
}

.grid-item:hover:nth-of-type(5n + 4)~img {
    left: -337.5px;
}

.grid-item:hover:nth-of-type(5n + 5)~img {
    left: -450px;
}

.grid-item:hover:nth-of-type(1n + 1)~.zoom-image {
    top: 0px;
}

.grid-item:hover:nth-of-type(1n + 6)~.zoom-image {
    top: -93.75px;
}

.grid-item:hover:nth-of-type(1n + 11)~.zoom-image {
    top: -187.5px;
}

.grid-item:hover:nth-of-type(1n + 16)~.zoom-image {
    top: -281.25px;
}

.grid-item:hover:nth-of-type(1n + 21)~.zoom-image {
    top: -375px;
}
.zoom-image {
    left: 0;
    right: 0;
    position: absolute;
    top: 0;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
    z-index: -1;
}

@-webkit-keyframes cssAnimation {
    from {
        -webkit-transform: rotate(0deg) scale(0.48) skew(-180deg) translate(0px);
    }
    to {
        -webkit-transform: rotate(0deg) scale(1.0) skew(-180deg) translate(0px);
    }
}

@-moz-keyframes cssAnimation {
    from {
        -moz-transform: rotate(0deg) scale(0.48) skew(-180deg) translate(0px);
    }
    to {
        -moz-transform: rotate(0deg) scale(1.0) skew(-180deg) translate(0px);
    }
}

@-o-keyframes cssAnimation {
    from {
        -o-transform: rotate(0deg) scale(0.48) skew(-180deg) translate(0px);
    }
    to {
        -o-transform: rotate(0deg) scale(1.0) skew(-180deg) translate(0px);
    }
}
.listing_det {
    flex-wrap: wrap;
    align-items: center;
    width:50%;
    padding-left:50px;
    margin-top: 40px;
    float: right;
    position: relative;
}
.instock{
    position: absolute;
    top: 0;
    right: 0;
    background: #1fb302;
    width:63px;
    height: 21px;
    line-height: 21px;
    text-align: center;
    font-size: 11px;
    color: #fff;
}
.listing_det h2 {
    font-size: 28px;
    font-weight: 500;
    line-height: 35px;
    color: #363435;
    margin-top: 50px;
}
.listing_det p{
    font-size: 23px;
    color: #414141;
    line-height: 30px;
    padding:10px;
    color: #484848;
    margin-top: 40px;
}
.listingPrice{
    font-size: 30px;
    font-weight: 600;
    color: #363435;
    margin-top:30px;
    display: inline-block;
}
/* ========== tabs // start  ========== */

.tabs-container{
    float: left;
    width: 100%;
    border-top: 0px solid #ffff;
    position: relative;
    margin-top: 27px;
    margin-bottom: 12px;
}
.tabs-container .content {
    padding-left: 10px;
    padding-right: 10px;
}
.tabs {
    width: 100%;
    float: left;
    margin-top: 70px;
}

.tabs:after {
    content: '';
    display: table;
    clear: both;
}

.tabs input[type=radio] {
    display: none;
}

.tabs label {
    font-size: 19px;
    color: #0016be;
    cursor: pointer;
    margin-right: 50px;
    padding-bottom: 10px;
    float: left;
    border-bottom: 2px solid #fff;
}

.tabs label:hover {
    color: #424242;
    border-bottom: 2px solid #424242;
}

.tabs [id^="tab"]:checked+label {
    z-index: 9999;
    color: #424242;
    border-bottom: 2px solid #424242;
}
.tab-content {
    display: none;
    width: 100%;
    float: left;
    box-sizing: border-box;
    position: relative;
    padding: 20px 0;
    background: #fff;
}
#tab1:checked~#tab-content1,
#tab2:checked~#tab-content2,
#tab3:checked~#tab-content3,
#tab4:checked~#tab-content4,
#tab5:checked~#tab-content5,
#tab6:checked~#tab-content6 {
    display: block;
}

/* Extra - Contact Us */
.tab-content * {
    -webkit-animation: scale 0.7s ease-in-out;
    -moz-animation: scale 0.7s ease-in-out;
    animation: scale 0.7s ease-in-out;
}
.tab-content h1,
.tab-content h2,
.tab-content h3,
.tab-content h4,
.tab-content h5,
.tab-content h6 {
    color: #000;
    font-weight:600;
    margin: 15px 0;
    letter-spacing: 1px;
    margin-bottom: 41px;
}
.tab-content h1 {
    font-size: 36px;
}
.tab-content h2 {
    font-size: 25px;
    font-weight: normal;
    color: #484848;
}
.tab-content h4 {
    font-size: 21px;
    text-transform: uppercase;
}
.tab-content h5 {
    font-size: 20px;
    font-weight:600;
}
.tab-content h6 {
    font-size: 18px;
}
.tab-content p,
.tab-content ul,
.tab-content ol {
    margin-bottom: 23px;
    color: #484848;
    font-size: 16px;
    line-height: 26px;
}
.tab-content p a,
.tab-content ul li a,
.tab-content ul a li,
.tab-content ol li a,
.tab-content ol a li {
    color: #333333;
}
span.text {
    text-decoration: underline;
}
.tab-content ul,
.tab-content ol {
    margin-left:30px;
}
.tab-content ol ol li {
    list-style-type: lower-alpha;
}
.tab-content ol ol ol li {
    list-style-type: lower-roman;
}
.tab-content ul ul li {
    list-style-type: circle;
}
.tab-content ul ul ul li {
    list-style-type: square;
}
.tab-content p b{
    font-weight: 500;
}
@keyframes scale {
    0% {
        transform: scale(0.9);
        opacity: 0;
    }
    50% {
        transform: scale(1.01);
        opacity: 0.5;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}
.tab-content .font18{
    font-size: 18px;
    color: #000;
}
.tab-content p,
.tab-content li{
    font-size: 16px;
    padding:5px 0;
    color: #484848;
}






.footer {
    float: left;
    width: 100%;
    border-top: 1px solid #cccccc;
    background: #fff;
    padding: 50px 0;
    margin-top: 55px;
}
.footercontainer {
    display: flex;
    justify-content: space-between;
    width: 900px;
    margin: auto;
}
.footer-col{
    width: 400px;
    color: #424242;
    max-width: 100%;
}
.footer-col h3{
    font-size:19px;
    font-weight: normal;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.footer-col a,
.footer-col ul li label{
    cursor: pointer;
    color: #424242;
}

.footer-col ul {
    list-style: none;
}
.footer-col ul li {
    font-size: 16px;
    line-height: 32px;
}

.footer-col ul li input {
    display: none;
}

#footerwrap {
    float: left;
    width: 100%;
    background: #fff;
    padding-bottom: 0px;
}
.footer-btm{
    float: left;
    width: 100%;
}
.footer-btm .container{
    border-top: 1px solid #cccccc;
    padding:15px 0;
}

.footer-btm .copyRight p {
    float: left;
    font-size: 14px;
    padding: 10px 0;
}
.footer-btm .copyRight img {
    float: right;
}

.footer-btm .footerNote {
    float: left;
}

.footer-btm .footerNote p {
    font-size: 14px;
    line-height: 24px;
    margin-top: 30px;
}

.dbusfoot {
    background-image: url(https://accessmylogin.s3.amazonaws.com/assets/swift-bottom-seperator.png);
    margin: 20px auto 0;
    max-width: 617px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: center;
    clear: both;
    position: relative;
    top: 10px;
}
.dbus {
    text-align: center;
    background-image: url(https://accessmylogin.s3.amazonaws.com/assets/swift-bottom-logo.png);
    float: left;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center bottom;
    height: 70px;
    margin-bottom: 25px;
}



.relt-products {
    float: left;
    width: 100%;
    margin-top: 20px;
}

.relt-products h2 {
    font-size: 35px;
    text-align: left;
    font-weight: normal;
    color: #424242;
}

.products-row {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}

.relt-products a {
    display: inline-block;
}

.product-box {
    width: 283px;
    border: 1px solid #cccccc;
    padding: 10px 12px;
}

.product-box p {
    font-size: 18px;
    height: 75px;
    text-align: center;
    line-height: 24px;
    margin-top: 10px;
    color: #424242;
}

.relt-price {
    text-align: center;
    padding: 20px 0;
    font-size: 21px;
    color: #424242;
    font-weight: bold;
}



/* ========== pop-up // STARTS ========== */
.lb-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  overflow: hidden;
  left: 0;
  top: 0;
  padding: 0;
  text-align: center;
  display: none;
}

a.contact-us-pop-up {
  background: #0c6e41;
  color: #fff;
  text-transform: uppercase;
  border: none;
  font-weight: bold;
  cursor: pointer;
  padding: 16px 50px;
  font-size: 19px;
  margin: 10px 0;
  float: left;
  text-decoration: none;
}

.lb-overlay::-webkit-scrollbar {
  width: 0;
  background: transparent;
}

.lb-overlay::-webkit-scrollbar-thumb {
  background: #ff0000;
}

@keyframes fadeInScale {
  0% {
    transform: scale(0.5);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

.lb-content {
  width: 100%;
  max-width: 1066px;
  min-height: 250px;
  max-height: 500px;
  height: auto;
  margin: 0 auto;
  background: #fff;
  padding: 20px 24px 60px 33px;
  border-radius: 6px;
  position: relative;
  box-shadow: 1px 5px 9px 1px rgba(0, 0, 0, 0.75);
  box-sizing: border-box;
  margin-top: -85px;
  animation: fadeInScale 0.2s ease-in-out;
}

.lb-content-inner {
  max-height: 390px;
  padding-right: 27px;
  overflow-y: scroll;
  min-height: 250px;
}

.lb-content img {
  float: left;
  width: auto;
}

/* Text Styling // START */
.lb-content h4.heading {
  font-size: 24px !important;
  color: #101010 !important;
  text-transform: uppercase;
  border-bottom: 4px solid #d72229;
  text-align: left !important;
  padding-bottom: 12px !important;
  margin-bottom: 17px;
}

.lb-content h1,
.lb-content h2,
.lb-content h3,
.lb-content h4,
.lb-content h5,
.lb-content h6 {
  text-align: left;
  color: #000;
  padding: 0 !important;
  margin-bottom: 15px !important;
  height: auto;
}

.lb-content h1 {
  font-size: 26px !important;
}

.footer-links .contact-text h2 {
  color: #000;
  text-align: left;
  font-weight: bold;
}

.lb-content h2 {
  font-size: 24px !important;
}

.lb-content h3 {
  font-size: 20px !important;
}

.lb-content h4 {
  font-size: 20px !important;
}

.lb-content h5 {
  font-size: 20px !important;
  color: #000 !important;
}

.lb-content h6 {
  font-size: 18px !important;
  color: #000 !important;
  line-height: 25px !important;
  margin-bottom: 0 !important;
  letter-spacing: 0.7px !important;
}

.footer-links .contact-text p {
  text-align: left;
  color: #5f5f5f;
  padding: 15px 0 5px 0 !important;
}

.lb-content .contact-text p,
.lb-content .contact-text ul,
.lb-content .contact-text ol {
  text-align: left;
  width: 100%;
  text-transform: none;
  font-size: 16px;
  line-height: 23px;
  padding: 6px 0;
}

.lb-content p a,
.lb-content ul li a,
.lb-content ul a li,
.lb-content ol li a,
.lb-content ol a li {
  text-transform: none;
}

.lb-content p a {
  padding-left: 0;
  display: inline;
  text-transform: none !important;
}

.lb-content ul {
  list-style: disc !important;
}

.lb-content ul,
.lb-content ol {
  margin-left: 30px !important;
  text-align: left;
  width: 95% !important;
  display: block !important;
}

.lb-content ul li,
.lb-content ol li {
  display: list-item !important;
  color: #2c2c2c !important;
  padding: 5px 0;
  text-align: left !important;
  width: 95% !important;
  line-height: 18px;
}

.lb-content ol ol li {
  list-style-type: lower-alpha !important;
}

.lb-content ol ol ol li {
  list-style-type: lower-roman !important;
}

.lb-content ul ul li {
  list-style-type: circle !important;
}

.lb-content ul ul ul li {
  list-style-type: square !important;
}
/* Text Styling // END */

.header-menu ul li span.lb-close-bottom,
.header-right ul.menu li span.lb-close-bottom {
  background: #ef2a24;
  padding: 7px 16px !important;
  color: #fff !important;
  bottom: 10px;
  left: 0;
  position: absolute;
  right: 0;
  margin: auto;
  max-width: 127px;
  cursor: pointer;
  font-size: 16px;
}

.lb-close p {
  position: absolute;
  cursor: pointer;
  top: -30px;
  right: -18px;
  z-index: 10000;
  color: #fff !important;
  background: #d72229;
  border-radius: 50%;
  width: 53px;
  height: 53px;
  font-size: 29px !important;
  text-align: center;
  font-weight: 600 !important;
  padding: 14px 0 !important;
}

.lb-close .fa-times {
  position: absolute;
  top: -25px;
  right: -20px;
  z-index: 10000;
  color: #fff !important;
  background: #0c6e41;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  font-size: 20px;
  line-height: 40px;
}

.lb-close-bottom:hover,
.lb-close .fas:hover {
  background: #28306e !important;
  text-decoration: none;
}

.contact-text .field-wrapper {
  width: 100%;
  float: left;
  margin-bottom: 13px;
  text-align: left;
}

.body-image img {
  margin: 10px;
  width: 145px;
}

.body-image {
  width: 100%;
  background: #fff;
}

a.lb-add {
  cursor: pointer;
}

.footer-col ul li input#menuf1:checked + .lb-overlay,
.footer-col ul li input#menuf2:checked + .lb-overlay,
.footer-col ul li input#menuf3:checked + .lb-overlay,
.footer-col ul li input#menuf4:checked + .lb-overlay,
.footer-col ul li input#menuf5:checked + .lb-overlay,
.footer-col ul li input#menuf6:checked + .lb-overlay,
.footer-col ul li input#menuf7:checked + .lb-overlay,
.footer-col ul li input#menuf8:checked + .lb-overlay,
.footer-col ul li input#menuf9:checked + .lb-overlay,
.footer-col ul li input#menuf10:checked + .lb-overlay {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  bottom: 0;
  overflow-y: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 99;
  padding-left: 25px;
  padding-right: 25px;
  left: 0;
}

.footer_links ul li input {
  display: none;
}

.header-right .menu li input {
  display: none;
}

span.lb-close-bottom {
  background: #ef2a24;
  padding: 7px 16px !important;
  color: #fff !important;
  bottom: 10px;
  left: 0;
  position: absolute;
  right: 0;
  margin: auto;
  max-width: 127px;
  cursor: pointer;
  font-size: 16px;
}

.header-right ul.menu li span.lb-close-bottom {
  padding: 12px 16px !important;
}

/* ========== pop-up // END ========== */



































/*======= Responsive starts here ======*/

@media (max-width:1150px){
    .thumbnails {
        width: 525px;
    }
}
@media (min-width:1131px){
    .desktophidden {
        display: none;
    }
    
    .lb-content {
        bottom: -30%;
    }
}
@media (max-width:1130px){
.logo {
  width: 100%;
  text-align: center;
}

.navBar,
.menu_act,
.searchBar,
.relt-products,
.footer-col.col1,
.mobilehidden{
  display: none;
}

.footercontainer,
.container {
  width: 100%;
}

.gallery,
.listing_det {
  width: 100%;
}
    
.listing_det {
    margin-top: 0;
    padding-left: 0;
    text-align: center;
}

.g-img-con {
  margin: 0 auto;
  left: 1px;
  top: 1px;
  width: 95%;
}

.thumbnails {
  width: 100%;
  margin: 30px auto 10px;
}

.footercontainer {
  flex-wrap: wrap;
  justify-content: center;
}

.footer-logos {
  width: 100%;
  text-align: center;
  margin-top: 0;
  flex-wrap: wrap;
  justify-content: center;
}

.footer-logos img {
  margin-bottom: 30px;
}

.copyRight {
  width: 100%;
  text-align: center;
  margin: 10px 0;
  line-height: 23px;
}

.footer-btm .footercontainer div {
  width: 100%;
  text-align: center;
}

.footer-col h3{
  text-align: left;
}
    
    .lb-close p {
        text-align: center;
    }

.uspList ul {
  flex-wrap: wrap;
}

.uspList ul li {
  margin-bottom: 15px;
}

.disc_table {
  overflow: auto;
}

.row {
  min-width: 1100px;
}

.uspList ul {
  justify-content: center;
  flex-direction: column;
}
.tabs [id^="tab"]:checked+label {
    color: #424242;
    background: #cccccc;
    border: 1px solid #cccccc;
}
.tabs label {
    width: 100%;
    text-align: center;
    margin-bottom: 2px;
    border: 1px solid #cccccc;
    padding: 10px;
}

    .footer-col{
        padding: 15px;
    }
    .footer-btm {
        padding: 0 15px;
        text-align: center;
    }
    .footer-btm .copyRight img {
        float: none;
    }
    
    .footer-col {
        width: 50%;
    }
    .footer-col h3 {
        font-size: 16px;
    }
    .footer-col ul li label {
        font-size: 15px;
    }
}
@media (max-width:880px){
    .uspList ul{
        flex-direction: column;
    }
    .uspList ul li{
        margin-bottom: 15px;
        justify-content: center;
    }
    .listing_det{
        padding:0 15px;
    }
    .listing_det h2{
        font-size:25px;
    }
    .tab-content{
        padding:20px 10px;
    }
    .logo{
        width: 100%;
        text-align: center;
        margin-top: 20px;
    }
    .header_right{
        width:100%;
        justify-content: center; 
        flex-wrap: wrap;
        flex-direction: row;
    }
    .footer_content{
        flex-wrap: wrap;
        text-align: center;
    }
    .footer_col{
        width: 100%;
        text-align: center;
        margin-top: 20px;
    }
    .footer-btm .footercontainer{
        justify-content: center;
    }
    
    .white-box{
        max-width: 100%;
    }
    .short_btns{
        display: none;
    }
    .top_bar img{
        margin-left: 0;
    }
    .header{
        padding-bottom: 20px;
    }
    .search{
        margin-top:20px;
    }
}
@media (max-width:580px){
    .listBox{
        width:290px;
    }
    .footer-logos img {
        margin-right:5px;
    }
    .g-img-con {
        height: 520px;
    }
    
    .white-box {
        height: 525px;
    }
}

@media (max-width:500px){
    .g-img-con {
        height: 457px;
    }
    
    .white-box {
        height: 460px;
    }
}

@media (max-width:450px){
    .g-img-con {
        height: 392px;
    }
    
    .white-box {
        height: 395px;
    }
}

@media (max-width:414px){
    .g-img-con {
        height: 392px;
    }
    
    .white-box {
        height: 395px;
    }
}

@media (max-width:380px){
    .g-img-con {
        height: 350px;
    }
    
    .white-box {
        height: 354px;
    }
}

@media (max-width:360px){
    .g-img-con {
        height: 340px;
    }
    
    .white-box {
        height: 344px;
    }
}