/* 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: Garage DIY
    Version: 1.0 
    Created by: Waqas @Swiftproductions on 14 mar 2024 
    ----------------------------------------------------------*/

*{
    margin: 0;
    padding: 0;
    outline: none;
    border: none;
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
}
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 {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}
body {
    line-height: 1;
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif;
    
}
.wrapper {
    float:left;
    width:100%;
    font-family: 'Roboto', sans-serif;
    font-weight:400;
}
/*  container
========================================== */
.container {
    max-width: 1230px;
    margin: auto;
    width: 100%;
    overflow: hidden;
    padding-left: 15px;
    padding-right: 15px;
}
.header {
    float: left;
    width: 100%;
    padding: 40px 0 28px 0;
    background: #191919;
}
.logo{
    text-align: center;
    padding:0;
    float: left;
}
.header-right{
    float: right;
}
.short-act ul{
    display: flex;
    list-style: none;
    gap: 25px;
    align-items: center;
    justify-content: end;
}
.search{
    margin-top: 13px;
}
.navBar {
    float: left;
    width: 100%;
    padding: 0;
	margin-bottom: 30px;
    background: #100d0d;
}
.navBar .container{
    overflow: visible;
}
.menu {
    float: none;
    text-align: center;
}
.menu ul {
    display: inline-flex;
    height: 47px;
}
.menu ul li {
    list-style: none;
    padding: 16px 22px;
}
.menu ul li a {
    color: #fff;
    font-size: 17px;
    font-weight: normal;
    text-transform: uppercase;
}
.catList {
    float: right;
    display: flex;
    align-items: center;
    position: relative;
    font-size: 18px;
    color: #191919;
    cursor: pointer;
    height: 48px;
    padding: 10px 0;
}
.catList img{
    margin-right: 24px;
}
.catList span{
    font-size: 22px;
    color: #fff;
}
.listBox {
    position: absolute;
    width: 312px;
    top: 47px;
    right: 0;
    background: #090909;
    padding: 18px;
    box-shadow: 0px 2px 13px 2px #333;
    display: none;
    z-index: 999;
}
.catList:hover .listBox{
    display: block;
}
.listBox li {
    list-style: none;
    padding: 15px 15px;
}
.listBox li a {
    font-size: 20px;
    color: #fff;
}
.listBox li a:hover{
    color:#0571b7;
}
.viewAll-btn{
    display: inline-block;
    padding: 26px 13px;
    background: #0571b7;
    color: #fff;
    font-size: 24px;
    text-transform: uppercase;
    letter-spacing:1px;
    width: 100%;
    text-align: center;
    margin-top: 17px;
}
.uspList{
    float:left;
    width: 100%;
    background: #e0272a;
    border-top:15px solid #191919;
}
.uspList ul{
    display: flex;
    justify-content: space-between;
    list-style: none;
}
.uspList ul li{
    text-align: center;
    font-size: 18px;
    color: #ffffff;
    font-weight: 300;
    line-height: 22px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    justify-content: space-evenly;
    padding: 15px 0 7px 0;
}
.banner{
    text-align: center;
    margin-top: 1px;
    float: left;
    width: 100%;
}

/* ========== Gallery  // START ========== */

.productGallery {
    position: relative;
    float: left;
    width: 100%;
}
.body-container {
    
    background: #fff;
    max-width: 1180px;
    margin: 0 auto;
    width: 100%;
    overflow: auto;
}
.gallery-container {
    width: 100%;
    float: left;
    padding: 0;
}
.gallery {
    position: relative;
    background: #fff;
    padding: 0;
    margin: 75px auto 0 auto;
    width: 100%;
    text-align: center;
    float: left;
}
.prod-title {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 57px;
}
.white-box {
    height: 640px;
    width: 640px;
    margin: auto;
}
.sm-block{display:none;}
.thumbnails {
    padding-top: 0px;
    margin-top: 23px;
    margin-left: 0;
    margin-bottom: 0;
    float: left;
    margin-right: 0;
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    gap: 12px;
}
.thumbnails input[type=radio] {
    display: none;
}
.thumbnails label {
    display: inline-block;
    width: 140px;
    height: 140px;
    padding:0;
    position: relative;
    cursor: pointer;
    background: #fff;
    margin-bottom: 10px;
    transition: .5s;
    border: 1px solid #d3d3d3;
    padding: 8px;
	font-size: 0px !important;
}
.thumbnails label img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 88px;
    max-height: 88px;
}
.g-img-con {
    width: 100%;
    max-width: 640px;
    height: 640px;
    overflow: hidden;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    right:0;
    left: 0;
    margin:auto;
    transform: translate(0%, 0);
    -webkit-transform: translate(0%, 0);
    -moz-transform: translate(0%, 0);
    background: #fff;
    padding: 0;
    margin-bottom: 30px;
    border: 1px solid #d3d3d3;
}
.gallery-content {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    max-width: 100%;
    height: 100%;
    max-height: 600px;
    -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:2px solid #65bb43; */
}
#image2:checked~ label.image2{
    /* border:2px solid #65bb43; */
}
#image3:checked~ label.image3{
    /* border:2px solid #65bb43; */
}
#image4:checked~ label.image4{
    /* border:2px solid #65bb43; */
}
#image5:checked~ label.image5{
    /* border:2px solid #65bb43; */
}
.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 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 47%;
    margin: auto;
    margin-top: 76px;
    text-align: center;
    float: right;
    padding-left: 31px;
}
.product_det{
    width: 100%;
    text-align: center;
    margin: 45px 10px 0;
}

.product_det h2 {
    font-size: 38px;
    line-height: 50px;
}

.listing-price {
    background: #191919;
    height: 68px;
    display: inline-block;
    line-height: 68px;
    padding: 0px 30px;
    font-size: 39px;
    color: #fff;
    margin-top: 43px;
}
.listing_det h2 {
    font-size: 31px;
    font-weight: 400;
    line-height:50px;
    color: #191919; 
    text-align: left;
}
.pord-feature {
    margin-bottom: 20px;
}
.listing_det h3 {
    font-size: 18px;
    font-weight: normal;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 10px;
    background:#20346a;
    padding:10px 18px;
    margin-top: 45px;
}
.listing_det p{
    font-size: 19px;
    color: #191919;
    line-height: 20px;
    padding:5px 0;
    font-weight:500;
} 
.product_det ul{
    margin-top: 20px;
    padding-left: 25px;
}
.product_det ul li{
    font-size: 18px;
    color: #191919;
    padding: 10px 0;
    line-height:25px;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 10px;
}


.product-discription {
    margin-top: 40px;
    float: left;
    width: 100%;
}

.product-discription h2 {
    font-size: 29px;
    line-height: 35px;
    text-transform: uppercase;
    color: #191919;
    font-weight: 400;
    border-bottom: 4px solid #0571b7;
    margin-bottom: 30px;
}

.product-discription p {
    font-size: 24px;
    color: #191919;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 20px;
}



/* ========== tabs // start  ========== */

.tabs-container{
    float: left;
    width: 100%;
    border-top: 0px solid #ffff;
    position: relative;
    margin-top: 27px;
    margin-bottom: 12px;
}
.info_tabs {
    width: 100%;
    float: left;
    position: relative;
    /* border: 1px solid #dbdbdb; */
    /* background: #dbdbdb; */
    /* box-shadow: 0px 0px 9px 3px #cccecf; */
}

.info_tabs:after {
    content: '';
    display: table;
    clear: both;
}

.info_tabs input[type=radio] {
    display: none;
}

.info_tabs label {
    font-size: 26px;
    color: #fff;
    background: #191919;
    box-sizing: border-box;
    cursor: pointer;
    text-align: center;
    font-weight: 400;
    display: flex;
    justify-content: center;
    align-items: center;
    float: left;
    margin: 0 0;
	padding: 0 12px;
    border-bottom: 0px solid transparent;
    height: 67px;
    line-height: 25px;
    width: 199px;
    border-right:none;
    margin-right:1px;
}
.info_tabs label.info_tab6 {
    margin-right:0;
}
.info_tabs label:hover {
    color: #fff;
    background: linear-gradient(to bottom, #db282b 0%, #db282b 33%, #4d4646 100%);
}
.info_tabs .info_tab6{
/* background-image: none; */
/* padding-right: 0px; */
}
.info_tabs [id^="info_tab"]:checked+label {
    z-index: 9999;
    color: #fff;
    background: linear-gradient(to bottom, #db282b 0%, #db282b 33%, #4d4646 100%);
    /* border-bottom: 0; */
}
.info_tab-content {
    display: none;
    width:100%;
    float: right;
    box-sizing: border-box;
    position: relative;
    background: #fff;
	border-bottom: 1px solid #dfdfdf;

}
#info_tab1:checked~#info_tab-content1,
#info_tab2:checked~#info_tab-content2,
#info_tab3:checked~#info_tab-content3,
#info_tab4:checked~#info_tab-content4,
#info_tab5:checked~#info_tab-content5,
#info_tab6:checked~#info_tab-content6 {
    display: block;
}
.btn-contact-tabs {
    background: #0c6e41;;
    width: 209px;
    height: 54px;
    line-height: 54px;
    font-size: 17px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    position: absolute;
    top: 13px;
    right: 19px;
    text-transform: uppercase;
    transition: 0.5s all;
    cursor: pointer;
}
.btn-contact-tabs:hover {
    background: linear-gradient(to bottom, #db282b 0%, #db282b 33%, #4d4646 100%);
    color: #fff;
}
.btn-contact-tabs a {
    color:#fff;
}
.grades {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    column-gap: 80px;
    row-gap: 70px;
    margin-top: 28px;
    float: left;
    width: 100%;
}
.grad-title {
    width: 300px;
    height: 50px;
    background-color: #e1690f;
    border: 0px solid #191919;
    font-size: 22px;
    color: #fff;
    line-height: 50px;
    padding: 0 20px;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.gradeBox {
    width: 558px;
    height: 217px;
    border-radius: 39px;
    box-shadow: 0 0 9px rgba(0,0,0,0.28);
    background-color: #ffffff;
    border: 0px solid #191919;
    padding: 20px 30px;
    display: flex;
    gap: 50px;
}
.gradeBox ul{
    padding: 0;
    margin: 0;
}
.gradeBox li{
    list-style: none;
    padding: 0;
    padding:5px 0;
    font-size: 19px;
    color: #191919;
}
.readyTouse {
    width: 540px;
}

.readyTouse h2 {
    font-size: 22px;
    color: #0f1417;
    text-transform: uppercase;
    font-weight: 500;
}

.readyTouse ul li {
    color: #0f1417;
    font-size: 19px;
    list-style: square;
}
.readyTouse ul li::marker{
    color: #e1690f;
}
/* Extra - Contact Us */
.info_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;
}
.info_tab-content h1,
.info_tab-content h2,
.info_tab-content h3,
.info_tab-content h4,
.info_tab-content h5,
.info_tab-content h6 {
    color: #191919;
    font-weight:400;
    margin: 15px 0;
    letter-spacing: 1px;
    margin-bottom: 20px;
}
.info_tab-content h3{
    color: #20346a;
    font-size:29px;
}
.info_tab-content h1 {
    font-size: 36px;
}
.info_tab-content h2 {
    font-size: 34px;
    font-weight: normal;
    color: #333333;
}
.info_tab-content h3{
    color: #20346a;
    font-size:29px;
}
.info_tab-content h4 {
    font-size: 21px;
    text-transform: uppercase;
}
.info_tab-content h5 {
    font-size: 20px;
    font-weight:600;
}
.info_tab-content h6 {
    font-size: 18px;
}
.info_tab-content p,
.info_tab-content ul,
.info_tab-content ol {
    margin: 25px 0;
    color: #4e4c4c;
    font-size: 18px;
    line-height: 30px;
}
.info_tab-content p a,
.info_tab-content ul li a,
.info_tab-content ul a li,
.info_tab-content ol li a,
.info_tab-content ol a li {
    color: #333333;
}
span.text {
    text-decoration: underline;
}
.info_tab-content ul,
.info_tab-content ol {
    margin-left:30px;
}
.info_tab-content ol ol li {
    list-style-type: lower-alpha;
}
.info_tab-content ol ol ol li {
    list-style-type: lower-roman;
}
.info_tab-content ul ul li {
    list-style-type: circle;
}
.info_tab-content ul ul ul li {
    list-style-type: square;
}
.info_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;
    }
}
.info_tab-content .font18{
    font-size: 18px;
    color: #191919;
}
.info_tab-content p,.info_tab-content li{
    font-size: 18px;
    padding:5px 0;
}
.compat_det {
    float: left;
    width: 100%;
    margin-top: 50px;
}
.compat_det h2{
    font-size:26px;
    font-weight: 700;
    color:#191919;
    text-transform:uppercase;
    text-align: center;
}
.disc_table {
    float: left;
    width: 100%;
    margin-top:50px;
}
.footer-container{
    max-width: 1310px;
    margin: auto;
    width: 100%;
    overflow: hidden;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 90px;
}



.footer{
    background:#100d0d;
    padding:55px 0 35px 0;
    float: left;
    width: 100%;
}
.footercol{
    width: 300px;
    margin-left:10px;
}
.footercol h3{
    font-size: 21px;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 20px;
    letter-spacing:3px;
}
.footercol ul li{
    padding:8px 0;
    list-style: none;
}
.footercol ul li a,.footercol ul label{
    color:#ffffff;
    font-size: 17px;
    cursor: pointer;
    /* text-transform: uppercase; */
}
.footercol ul li a:hover,.footercol ul label:hover{
    text-decoration: underline;
}
.footer-btm{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 13px 0;
    font-size:17px;
    color: #fff;
    width: 100%;
    border-top:1px solid #fff;
    background: #191919;
}
.footer-btm-container{
    max-width: 1230px;
    margin: auto;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footerLinks{
    width: 60%;
    display: flex;
    justify-content: space-between;
}
.footer-bottom{
    float: left;
    width: 100%;
    background: #e0272a;
    padding: 18px 0;
}
.footer-bottom p{
    font-size: 14px;
    color: #fff;
    text-align: center;
}
.footer-bottom .footer-container{
    align-items: center;
}
#footerwrap {
    float: left;
    width: 100%;
    background: #fff;
    padding-bottom: 0px;
}
.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;
}


.flogo {
    padding: 55px 0;
    text-align: center;
    background: #191919;
    clear: both;
}

.relt-products h2 {
    font-size: 38px;
    line-height: 50px;text-align: center
}
.relt-products hr {
    height: 7px;
    background: #ac1662;
    width: 110px;
    margin: 10px auto 30px;
}

.relt-products{
    float: left;
    width: 100%;
}
.sec_heading{
    font-size: 29px;
    text-align: center;
    font-weight: 400;
    color: #191919;
    text-transform: uppercase;
    position: relative;
    margin-top: 32px;
    clear: both;
    float: left;
    width: 100%;
}
.sec_heading span{
    background: #fff;
    display: inline-block;
    padding: 0 15px;
}
.sec_heading:before{
    content: '';
    position: absolute;
    width: 100%;
    height: 3px;
    background: #e5e3e4;
    top: 50%;
    left: 0;
    z-index: -1;
}
.products-row {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    gap:10px;
    clear: both;
    float: left;
}
.relt-products a{
    width:25%;
}
.relt-price {
    text-align: center;
    padding: 25px 0 20px 0;
    font-size: 21px;
    color: #d71923;
    font-weight:500;
}
.relt-btn {
    width: 100%;
    height: 42px;
    font-size: 20px;
    color: #fff;
    background: #1e2774;
    text-align: center;
    line-height: 42px;
    text-transform: uppercase;
}
.product-box {
    width: 100%;
    padding: 10px 12px; 
    text-align: center;
    border: 1px solid #fff;
}

.product-box:hover{
    border: 1px solid #e1dfe0;
}
.product-box p {
    color: #191919;
    font-size: 17px;
    text-align: center;
    line-height: 22px;
    margin-top: 22px;
	height: 60px;
} 


.product-img img {
	height: 195px;	
}





/**** Responsive style start here ****/
@media(max-width: 1236px){
   .info_tabs label {
       font-size:26px;
       width: 270px;
   }
    
}
@media(min-width: 1130.5px){
	.desktophidden {
		display: none;
	}
}
@media(max-width: 1130px){
    .uspList ul{
        flex-wrap: wrap;
    }
    
    .gallery, .listing_det, .product_det, .pord-feature{
        width: 100%;
        text-align: center;
        justify-content: center;
    }
    .listing_det h2 {
        text-align:center;
    }
    .thumbnails{
        flex-wrap: wrap;
        justify-content: center;
        gap: 20px;
        margin-top:30px;
        margin-left:0;
    }
    .logo {
        width: 100%;
    }
    .header-right,.navBar,.search,.footer,.relt-products,.header-right,.mobilehidden{
        display: none !important;
    }
    .info_tabs label{
        width: 100%;
    }
    .footer-container{
        flex-wrap: wrap;
    }
    .footer-logo{
        width: 100%;
        justify-content: center;
    }
    .footerLinks{
        width: 100%;
    }
    .footercol {
        display:none;
    }
    .footercol:first-child{
        display:block;
        width: 100%;
        text-align: center;
    }
    .footercol:first-child ul li{
       display: inline-block;
       padding: 15px;
    }
}
@media (max-width:768px){
    .footer-container {
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        gap: 15px;
    }
    .relt-products a{
        width: 100%;
    }
    .logo{
        width: 100%;
        text-align: center;
    }
    .header-right {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-bottom: 25px;
    }
    .uspList ul li{
        width: 100%;
    }
    .menu{
        display: none;
    }
    .catList:hover .listBox{
        display: none !important;
    }
	.product_det h2 {
    font-size: 29px;
    line-height: 35px;
}
	
	.g-img-con,
	.white-box{
		height: 500px;
	}
	
}
@media(max-width:568px){
    .uspList ul li{
        font-size:16px;
    }
    .gradCol,.readyTouse {
        width: 100%;
    }
    .gradeBox{
        width: 100%;
        height: auto;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .gradeBox ul{
        margin-left: 0;
    }
    .footerLinks{
        flex-direction: column;
    }
    .listing_det h2{
        font-size: 25px;
        line-height: 35px;
    }
    .thumbnails label{
        width: 120px;
        height: 120px;
    }
    .thumbnails{
        justify-content: center;
    }

}

@media(max-width:424px) {
		
	.g-img-con,
	.white-box{
		height: 430px;
	}
	    .thumbnails label {
        width: 75px;
        height: 75px;
    }
		.thumbnails label img {
		max-width: 100%;
		max-height: 100%;
	}
	
	  .info_tabs label {
        font-size: 18px;
        height: 50px;
        text-transform: uppercase;
		  border-bottom: 1px solid #505050;
			  transition: all .2s ease-in-out;
    }
	.gallery {
		margin-top: 40px;
	}
	
	.listing-price {
		display: none;
	}
}

@media(max-width:395px) {
		
	.g-img-con,
	.white-box{
		height: 390px;
	}
	
	.thumbnails {
		gap: 10px;
	}
	    .thumbnails label {
        width: 75px;
        height: 75px;
    }
		.thumbnails label img {
		max-width: 100%;
		max-height: 100%;
	}
}