    @import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');
    /***** General CSS *****/
    
    body {
        word-break: break-word;
        font: 15px/25px 'Poppins', sans-serif;
        color: #393939;
        overflow-x: hidden;
    }
    
    a {
        text-decoration: none;
        color: #28b16d;
        white-space: initial;
        display: inline-block;
    }
    
    a:hover,
    a:focus {
        text-decoration: none;
        color: #393939;
    }
    
    a:hover {
        transition: all 0.5s ease-in-out;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
    }
    
    input[type="text"]:focus,
    textarea:focus,
    input[type="password"]:focus,
    select:focus,
    input[type="email"]:focus,
    input[type="url"]:focus,
    input[type="tel"]:focus,
    input[type="number"]:focus {
        transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        outline: none;
    }
    
    select,
    input[type="text"],
    input[type="password"],
    input[type="email"],
    input[type="url"],
    input[type="number"],
    textarea,
    input[type="tel"] {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }
    /* Chrome, Safari, Edge, Opera */
    
    input::-webkit-outer-spin-button,
    input::-webkit-inner-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }
    
    select {
        background: #fff url('../images/arrow.png') no-repeat right;
        padding: 0 40px 0 30px;
    }
    
     ::-webkit-input-placeholder {
        color: #000;
    }
    
     ::-moz-placeholder {
        color: #000;
        opacity: 1;
    }
    
     :-ms-input-placeholder {
        color: #000;
    }
    
     :-moz-placeholder {
        color: #000;
        opacity: 1;
    }
    
    ul {
        margin: 0 0 0px;
        padding: 0;
        list-style-type: none;
    }
    
    img {
        max-width: 100%
    }
    /***** Font Files *****/
    
    @font-face {
        font-family: 'Fonts Awesome';
        src: url(../fonts/fontawesome-webfont.eot);
        src: url(../fonts/fontawesome-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff) format("woff"), url(../fonts/fontawesome-webfont.ttf) format("truetype"), url(../fonts/fontawesome-webfont.svg#fontawesome-webfont) format("svg");
        font-weight: 400;
        font-style: normal
    }
    
    @font-face {
        font-family: 'lash';
        src: url(../fonts/lash-rough.ttf);
    }
    
    @font-face {
        font-family: 'chalet';
        src: url(../fonts/chalet.ttf);
    }
    /***** Custom Classes *****/
    
    .noPadding {
        padding: 0;
    }
    
    .noLeft {
        padding-left: 0;
    }
    
    .noRight {
        padding-right: 0;
    }
    
    .mt-5 {
        margin-top: 50px;
    }
    
    .mb-5 {
        margin-bottom: 50px;
    }
    
    .mt-8 {
        margin-top: 80px;
    }
    
    .mt-4 {
        margin-top: 40px;
    }
    
    .mt-3 {
        margin-top: 30px;
    }
    
    .mt-2 {
        margin-top: 20px;
    }
    
    .pt-5 {
        padding-top: 50px;
    }
    
    .pb-1 {
        padding-bottom: 10px;
    }
    
    .pb-2 {
        padding-bottom: 20px;
    }
    
    .pb-3 {
        padding-bottom: 30px;
    }
    
    .pb-4 {
        padding-bottom: 40px;
    }
    
    .pb-8 {
        padding-bottom: 80px;
    }
    
    .m-0 {
        margin: 0 !important;
    }
    
    .p-0 {
        padding: 0 !important;
    }
    
    .pt-8 {
        padding-top: 80px;
    }
    
    .pt-4 {
        padding-top: 40px;
    }
    
    .pt-3 {
        padding-top: 30px;
    }
    
    .pt-2 {
        padding-top: 20px;
    }
    
    .all-section {
        padding: 80px 0;
    }
    
    .centerCol {
        float: none;
        margin: 0 auto;
    }
    
    .d-flex {
        display: flex;
        align-items: center;
    }
    
    .over-flow-h {
        overflow: hidden;
    }
    
    .flexRow {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        align-items: center;
    }
    
    .flexCol {
        -webkit-box-flex: 1;
        -moz-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        align-items: center;
    }
    
    h1 {
        font-family: 'lash';
        font-size: 55px;
        color: #000;
        font-weight: 500;
        margin: 0 0 0px;
    }
    
    h2 {
        font-family: 'lash';
        font-size: 142px;
        color: #111111;
        font-weight: 500;
        margin: 0 0 0px;
    }
    
    h3 {
        font-family: 'lash';
        font-size: 35px;
        color: #000000;
        font-weight: 600;
        margin: 0 0 0px;
    }
    
    h4 {
        font-family: 'lash';
        font-size: 24px;
        color: #000;
        font-weight: 500;
        margin: 0 0 0px;
    }
    
    h5 {
        font-family: 'lash';
        font-size: 16px;
        color: #000;
        font-weight: 500;
        margin: 0 0 0px;
    }
    
    h6 {
        font-family: 'lash';
        font-size: 14px;
        color: #000;
        font-weight: 500;
        margin: 0 0 0px;
    }
    
    p {
        color: #7d7d7d;
        font-size: 15px;
        font-family: 'Montserrat';
        font-weight: 400;
        letter-spacing: 0px;
        margin: 0px;
    }
    /*header css start */
    
    .menuSec {
        padding: 0px 0;
        position: relative;
    }
    
    .menuSec img {
        margin: 0;
    }
    
    .menuSec ul {
        position: relative;
        list-style: none;
        padding: 0;
        margin: 0;
        text-align: center;
        text-transform: capitalize;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    
    .menuSec ul li {
        position: relative;
        display: inline-block;
        margin: 0;
        padding: 0;
    }
    
    .menuSec li ul {
        display: none;
    }
    
    .menuSec ul li a {
        position: relative;
        display: inline-block;
        text-decoration: none;
        color: #fff;
        padding: 0;
        font-size: 14px;
        text-transform: uppercase;
        z-index: 10;
        font-weight: 500;
    }
    /*.menuSec ul li a:after {
content: '';
position: absolute;
top: 35%;
right: 0;
width: 1px;
height: 13px;
background-color: #393939;
display: none;
}
*/
    /*.menuSec ul li:last-child a {
padding-right: 0px;
}*/
    
    .header-menu {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .header-menu ul li {
        padding: 20px 35px;
        border: 1px solid #ffffff17;
    }
    
    .menuSec ul li a:hover,
    .menuSec ul li a.active {
        transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        color: #28b16d;
    }
    
    .menuSec li:hover>ul {
        display: block;
        position: absolute;
        z-index: 1000;
        background-color: #000000;
        left: 0px;
        width: 230px;
        text-align: left;
        top: 38px;
    }
    
    .menuSec li>ul>li>a {
        border: none;
        padding: 13px 20px !important;
        color: #fff !important;
        overflow: hidden;
        font-size: 13px;
        line-height: 20px;
    }
    
    .menuSec li>ul>li,
    .menuSec li>ul>li>a {
        display: block;
        margin: 0;
    }
    
    .menuSec li>ul>li>a:before,
    .menuSec li>ul>li>a:after {
        display: none;
    }
    
    .menuSec li:hover li {
        float: none;
    }
    
    .menuSec li ul li a:hover {
        background-color: #ffffff;
        color: #000000 !important;
    }
    
    .menuSec ul ul ul {
        left: 100%;
        top: 0;
    }
    
    .menuSec ul:before,
    .menuSec ul:after {
        content: " ";
        display: table;
        display: none;
    }
    
    .menuSec ul:after {
        clear: both;
    }
    
    .menuSec li>ul>li:hover>ul {
        left: 230px;
        top: 0px;
        width: 270px;
    }
    
    .header-logo img {
        height: 170px;
        object-fit: cover;
    }
    
    header {
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        z-index: 9;
    }
    
    header .row {
        align-items: center;
    }
    /* search box css */
    
    .top-shipping ul li {
        margin-right: 15px;
    }
    
    .top-shipping ul {
        align-items: baseline !important;
    }
    
    body.search-open {
        overflow: hidden;
    }
    
    .close {
        position: absolute;
        top: 30%;
        right: 2rem;
        background: none;
        border: 0;
        font-size: 50px;
        font-weight: 700;
        border-radius: 0;
        outline: none;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #000;
        opacity: 1 !important;
        width: 50px;
        height: 50px;
        background: #fff;
    }
    
    .close:hover {
        background: #ffffff;
        color: #000;
        opacity: 1 !important;
        top: 2rem;
        right: 2rem;
    }
    
    .search-box.search-elem {
        margin: 0;
        position: fixed;
        top: 0;
        left: auto;
        right: 0;
        width: 50%;
        height: 21%;
        z-index: 100;
        background: #e5e5e5;
        transition: all 0.3s ease-in-out;
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
    }
    
    .search-box.search-elem .inner {
        width: 70%;
        margin: 0 auto;
        position: relative;
        top: 50%;
        transform: translateY(-50%);
        text-align: left;
    }
    
    .search-box.search-elem label {
        color: white;
        font-weight: 300;
        font-family: 'Raleway', sans-serif;
    }
    
    .search-box.search-elem button.submit {
        outline: none;
        position: absolute;
        top: 0;
        right: 15px;
        height: 70px;
        color: #ffffff;
        width: 171px;
        height: 55px;
        background: #000000;
        font-family: 'Poppins';
        font-size: 22px;
        cursor: pointer;
        border: 0;
    }
    
    .top-cart ul li i {
        margin-right: 13px;
        font-size: 20px;
    }
    
    .search-box.search-elem button.submit[disabled] {
        width: 130px;
        height: 55px;
        font-size: 30px;
        color: white;
        background: #000000;
        display: inline-block;
        font-family: 'chalet';
    }
    
    .search-box.search-elem input[type=text] {
        padding: 20px;
        height: 55px;
        width: 80%;
        font-size: 30px;
        color: #fff;
        font-family: 'lash';
        font-weight: 300;
        border: none;
        background: #343333;
        transition: border 0.3s;
        border-radius: 0;
        border: 0;
    }
    
    .search-box.search-elem input[type=text]:focus {
        border-bottom: solid 2px #ffffff;
        box-shadow: none;
    }
    
    .search-box.search-elem label.placeholder {
        position: absolute;
        top: 13px;
        left: 2rem;
        font-size: 24px;
        font-weight: 400;
        font-family: 'Montserrat';
        color: #999;
        transition: all 0.3s;
    }
    
    .search-box.search-elem label.placeholder.move-up {
        top: -25px;
        color: white;
        font-size: 17px;
        font-family: 'Poppins';
    }
    
    .search-box.search-elem.search-open {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
    
    .search-btn {
        font-family: 'Raleway', sans-serif;
        font-size: 0.875rem;
        padding: 0 10px;
        display: inline-block;
        color: white;
    }
    /* .search-btn:hover {
color: #00A896;
} */
    /* end search box css */
    
    .menuSec ul li:after {
        position: absolute;
        content: '';
        width: 0;
        height: 100%;
        left: 0;
        top: 0;
        background: #fff;
        z-index: -2;
        transition: .5s ease-in-out;
    }
    
    .menuSec ul li:hover:after {
        width: 100%;
    }
    
    .menuSec ul li:hover a {
        color: #000;
    }
    
    .menuSec ul li i {
        font-size: 20px;
    }
    
    .menuSec:after {
        position: absolute;
        content: '';
        width: 100%;
        height: 40%;
        border: 1px solid #ffffff1f;
        left: 0;
        top: 30%;
        z-index: -1;
    }
    /*header css start */
    /*banner css start */
    
    .home-banner {
        position: relative;
    }
    
    .home-banner img {
        width: 100%;
    }
    
    .slider-container .item {
        outline: none;
        padding: 50px 0;
        position: relative;
    }
    
    .home-baner-slider .slides-numbers {
        color: #737373;
        display: none;
        font-size: 30px;
        font-weight: 300;
        position: absolute;
        top: 43%;
        left: auto;
        right: 5%;
    }
    
    .slides-numbers .active {
        color: #737373;
        font-size: 50px;
        margin-right: -6px;
        font-family: 'chalet';
    }
    
    .slides-numbers .total {
        margin-left: -5px;
        font-size: 30px;
        color: #737373;
    }
    
    .home-baner-slider .slick-arrow {
        padding: 0;
        border: 0;
        outline: none;
        background: none;
        position: absolute;
        top: 50%;
        padding: 10px;
        border-radius: 10px;
        z-index: 5;
        color: #fff;
        text-transform: lowercase;
        cursor: pointer;
    }
    
    .slick-arrow.slick-next {
        right: 0;
    }
    
    .home-baner-slider .slick-arrow.slick-prev {
        right: 15%;
        left: auto;
    }
    
    .home-baner-box {
        position: absolute;
        top: 20%;
        left: 0;
        width: 100%;
    }
    
    .hm-baner-text h1 {
        font-size: 166px;
        color: #fff;
        line-height: 176px;
        display: inline-block;
    }
    
    .hm-baner-text h2 {
        font-size: 166px;
        color: #fff;
        line-height: 176px;
        letter-spacing: 40px;
    }
    
    .baner-slide-item {
        position: relative;
    }
    
    .baner-img {
        position: absolute;
        right: 30%;
        z-index: 2;
        top: -10%;
    }
    
    .hm-baner-text h3 {
        font-size: 14px;
        color: #fff;
        font-family: 'Montserrat';
        text-transform: uppercase;
        letter-spacing: 15px;
        font-weight: 300;
        line-height: 26px;
        margin-top: 30px;
        position: relative;
        z-index: 9;
    }
    
    .slide-count h5 {
        font-size: 100px;
        font-family: 'chalet';
        color: #fff;
        text-align: center;
    }
    
    .home-baner-slider .slick-next:before {
        position: absolute;
        content: '\f061';
        width: 60px;
        height: 60px;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        font-size: 30px;
        color: #fff;
        box-shadow: 3px 0px 5px 0px #fff;
        font-family: "Font Awesome 6 Pro";
        border-radius: 100px;
        left: 0;
        bottom: 0;
        font-weight: 300;
    }
    
    .home-baner-slider .slick-prev:before {
        position: absolute;
        content: '\f060';
        width: 60px;
        height: 60px;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        font-size: 30px;
        color: #fff;
        font-family: "Font Awesome 6 Pro";
        border-radius: 100px;
        left: 0;
        font-weight: 300;
        bottom: 0;
        box-shadow: -3px 0px 5px 0px #fff;
    }
    
    .baner-video {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        gap: 100px;
        position: absolute;
        right: 0;
        bottom: 15%;
    }
    
    .play-btn i {
        color: #fff;
        font-size: 20px;
        width: 90px;
        height: 90px;
        border: 1px solid #646464;
        border-radius: 100px;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        z-index: 3;
    }
    
    .play-btn i:after {
        position: absolute;
        content: '';
        width: 160px;
        height: 160px;
        border: 1px solid #595455;
        border-radius: 100px;
        z-index: 9;
    }
    
    .vid-imag {
        position: relative;
    }
    
    .vid-imag:after {
        position: absolute;
        content: '';
        top: 50%;
        left: -100px;
        width: 100%;
        background: #595455;
        height: 1px;
        z-index: 1;
    }
    
    img.play-1 {
        position: relative;
        z-index: 2;
    }
    
    .baner-social-text {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 80%;
        margin-left: auto;
        background: #fff;
        padding: 40px 50px;
        margin-top: 21px;
        border: 2px solid #d7d7d7;
        z-index: 1;
        padding-right: 6%;
        position: absolute;
        right: 0;
        bottom: 0;
    }
    
    .banner-scroller i {
        width: 50px;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 1px solid #696969;
        border-radius: 100px;
        color: #fff;
        font-size: 20px;
        position: relative;
        z-index: 3;
    }
    
    .banner-scroller i:after {
        position: absolute;
        content: '';
        width: 50px;
        height: 50px;
        border-radius: 100px;
        box-shadow: 0.5px 0.5px 0px 1px #fff;
    }
    
    .baner-social-text h4 {
        font-size: 20px;
        font-family: 'Montserrat';
    }
    
    .baner-social-text li {
        list-style: none;
    }
    
    ul.baner-social {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 40px;
    }
    
    ul.baner-social a {
        font-size: 14px;
        color: #767676;
        text-transform: uppercase;
        font-family: 'Montserrat';
        font-weight: 500;
    }
    
    .home-baner-slider .slick-slide {
        margin: 0;
    }
    
    .banner-scroller {
        position: absolute;
        bottom: 4%;
        left: 8%;
        width: 10%;
    }
    
    .baner-social-text:after {
        position: absolute;
        content: '';
        width: 59%;
        height: 1px;
        background: #d7d7d7;
        right: 32%;
        z-index: 4;
    }
    
    .hm-baner-text {
        position: relative;
    }
    
    .home-banner:after {
        position: absolute;
        content: '';
        width: 100%;
        height: 40%;
        left: 0;
        bottom: 0;
        background: #212121;
    }
    
    .home-banner:before {
        position: absolute;
        content: '';
        width: 100%;
        height: 90%;
        right: 0;
        bottom: -2%;
        background-image: url(../images/baner-2.png);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        z-index: 2;
    }
    
    .home-baner-slider {
        position: relative;
        z-index: 9;
    }
    /*banner css end*/
    /* About Section Start */
    
    .about-top-tex h4 {
        font-size: 24px;
        letter-spacing: 20px;
        text-transform: uppercase;
        color: #3c3c3c;
        text-align: center;
    }
    
    .about-top-tex {
        height: 100%;
        border: 1px solid #d4d4d4;
        border-right: 10px solid #3c3c3c;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    ul.about-center-text {
        display: flex;
        align-items: center;
        position: relative;
        border-bottom: 1px solid #d4d4d4;
    }
    
    ul.about-center-text li {
        width: 50%;
    }
    
    ul.about-center-text h2 {
        font-size: 142px;
        color: #111111;
    }
    
    .about-center-text h3 {
        font-size: 48px;
        font-family: 'chalet';
        text-transform: uppercase;
        font-weight: 100;
    }
    
    ul.about-center-text p {
        font-size: 14px;
        color: #7d7d7d;
    }
    
    ul.about-center-text:after {
        position: absolute;
        content: '';
        width: 1px;
        height: 70%;
        left: 47%;
        background: #d4d4d4;
    }
    
    .about-bottom-text p {
        font-size: 14px;
        padding: 15px;
        margin-left: 10%;
        color: #7D7D7C;
    }
    
    .contact-text h4 {
        font-size: 34px;
        color: #fff;
        font-family: 'lash';
        word-spacing: 10px;
        width: 75%;
        margin: 15px 0;
    }
    
    .btn1 {
        font-size: 30px;
        font-family: 'lash';
        background: #262626;
        color: #fff;
        padding: 15px 40px;
    }
    
    .btn1:hover {
        color: #fff;
    }
    
    img.abt-1 {
        width: 100%;
        object-fit: cover;
    }
    
    img.abs-abt-1 {
        position: absolute;
        top: 3%;
        right: -7%;
    }
    
    img.abs-abt-2 {
        position: absolute;
        bottom: 0;
        left: -7%;
    }
    
    .about-image {
        overflow: hidden;
    }
    
    .about-image:hover img {
        transform: scale(1.5);
    }
    
    .about-image img {
        width: 100%;
        transition: 1s ease-in-out;
    }
    
    .about-sec {
        position: relative;
    }
    /* About Section End */
    /* Product Section Start */
    
    .sec-head {
        text-align: center;
    }
    
    .product-box {
        position: relative;
        border: 1px solid #b7b7b7;
        margin: 20px 0;
        transition: .5s ease-in-out;
    }
    
    .prd-name h4 {
        font-size: 18px;
        font-family: 'Montserrat';
        text-transform: uppercase;
        color: #111111;
    }
    
    .prd-name h5 {
        font-size: 15px;
        font-family: 'Montserrat';
        color: #898989;
        text-transform: uppercase;
    }
    
    .prd-name {
        padding: 50px 20px 0;
        position: relative;
    }
    
    .prd-name:after {
        position: absolute;
        content: '';
        width: 5px;
        height: 80%;
        left: 0;
        top: 40%;
        background: #000;
    }
    
    .prd-imag {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .prd-price h4 {
        font-size: 47px;
        color: #111111;
        padding: 0px 25px 10px;
    }
    
    ul.prd-bottom {
        display: flex;
        align-items: center;
        justify-content: space-between;
        background: #d5d5d5;
        position: absolute;
        bottom: 0;
        width: 100%;
        transition: .5s ease-inout;
    }
    
    ul.stars {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        gap: 5px;
        margin-left: 20px;
    }
    
    ul.stars i {
        color: #000;
    }
    
    ul.stars span {
        font-size: 22px;
        font-family: 'chalet';
        color: #000;
        margin-left: 10px;
    }
    
    .prd-imag img {
        height: 400px;
    }
    
    .prd-price {
        position: absolute;
        bottom: 10%;
        transition: .5s ease-in-out;
    }
    
    ul.prd-bottom-img {
        display: flex;
        align-items: flex-end;
        justify-content: space-between;
        opacity: 0;
        transition: .5s ease-in-out;
    }
    
    ul.prd-bottom-img a {
        font-size: 20px;
        color: #fff;
        width: 50px;
        height: 90px;
        background: #000;
        display: flex;
        align-items: center;
        justify-content: center;
        font-family: 'Font Awesome 5 Pro';
        position: relative;
    }
    
    ul.prd-bottom-img img {
        width: 80px;
        height: 70px;
        object-fit: cover;
        object-position: center;
        border: 1px solid #b7b7b7;
        border-left: 0;
        border-bottom: 0;
    }
    
    ul.prd-bottom-img a:after {
        position: absolute;
        content: '+';
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 30px;
        color: #fff;
    }
    
    .product-box:after {
        display: flex;
    }
    
    .product-box:hover ul.prd-bottom-img {
        opacity: 1;
        z-index: 9;
        position: relative;
        transition: .5s ease-in-out;
    }
    
    .product-box:hover ul.prd-bottom {
        opacity: 0;
        transition: .5s ease-in-out;
        z-index: 0;
    }
    
    .product-box:hover .prd-price {
        bottom: 15%;
        transition: .5s ease-in-out;
    }
    
    .product-box:hover {
        background: #e3e3e3;
    }
    
    ul.prd-bottom-img a:after {
        position: absolute;
        content: '+';
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 30px;
        color: #fff;
    }
    
    .product-sec {
        position: relative;
    }
    
    img.prd-abs-1 {
        position: absolute;
        bottom: 10%;
        right: -7%;
    }
    /* Product Section End */
    /* Cart Section Start */
    
    .cart-sec {
        position: relative;
        background: #131414;
    }
    
    .cart-sec:after {
        position: absolute;
        content: '';
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        background-image: url(../images/cart-bg.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: inherit;
        z-index: 0;
    }
    
    img.cart-abs {
        position: absolute;
        right: -7%;
        bottom: -10%;
        z-index: 1;
    }
    
    .cart-left-imag {
        position: absolute;
        bottom: -6%;
        left: 0;
        z-index: 1;
        height: 100%;
    }
    
    .cart-right-text {
        position: relative;
        z-index: 9;
        margin-left: -13%;
        width: 96%;
        padding: 100px 0;
    }
    
    .cart-right-text h2 {
        font-size: 185px;
        color: #fff;
    }
    
    .cart-right-text p {
        color: #fff;
        margin-left: -40px;
    }
    
    .cart-right-text a {
        margin-left: -15%;
        margin-top: 20px;
    }
    /* Cart Section End */
    /* Featured Products Start */
    
    img.feature-prd-abs-1 {
        position: absolute;
        bottom: 10%;
        left: -7%;
    }
    /* Featured Products End */
    /* Choose Section Start */
    
    .choose-sec {
        padding-left: 8.4%;
        position: relative;
    }
    
    .choose-right-imag {
        width: 46%;
        position: absolute;
        right: 0;
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
    
    .chose-top-imag img {
        width: 50%;
        object-fit: cover;
        margin-bottom: 30px;
    }
    
    .choose-text h3 {
        font-size: 119px;
        font-weight: 100;
    }
    
    .choose-text p {
        padding: 10px 30px 0 0;
    }
    
    img.ch2 {
        width: 100%;
    }
    
    .choose-text a {
        margin-top: 30px;
    }
    /* Choose Section End */
    /* Testimonial Section Start */
    /* Testimonials */
    
    .testi-slider .slick-track {
        display: flex;
    }
    
    .testi-slider .slick-track .slick-slide {
        display: flex;
        height: auto;
        align-items: center;
        justify-content: center;
        margin: 0px 0;
        transform: scale(0.4);
    }
    
    .testi-wrap {
        display: grid;
        grid-template-columns: 80% 20%;
        align-items: end;
        position: relative;
    }
    
    .testi-slider .slick-list.draggable {
        padding: 0 !important;
    }
    
    .title-txt {
        font-size: 35px;
        color: #000;
        font-family: 'chalet';
        text-transform: uppercase;
    }
    
    .subtitle-txt {
        font-family: 'Montserrat';
        font-size: 14px;
        text-transform: uppercase;
        margin-bottom: 12px;
    }
    
    .ratings {
        display: flex;
        align-items: center;
        justify-content: end;
        gap: 5px;
    }
    
    .ratings span {
        font-family: 'chalet';
        color: #000;
        font-size: 26px;
    }
    
    .stars i {
        font-size: 14px;
        color: #ff8400;
    }
    
    .testi-txt p {
        margin-bottom: 0;
    }
    
    .testi-txt {
        position: relative;
        margin-left: -420px;
        padding: 25px 20px 25px 80px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        /* top: 60px; */
    }
    
    .testi-side-img img {
        width: 100%;
        object-fit: cover;
        height: 350px;
        object-position: top;
        /* transform: skew(20deg, 0deg); */
    }
    
    .testi-slider .slick-slide.slick-center img {
        /* transform: scale(2.5); */
    }
    
    .testi-txt::before {
        position: absolute;
        content: "";
        border: 1px solid #0000007a;
        width: calc(100% + 10%);
        height: 100%;
        left: -10%;
        right: 0;
        border-left: none;
        z-index: -20;
        pointer-events: none;
        clip-path: polygon(20% 0%, 100% 0%, 100% 100%, 0% 100%);
    }
    
    .testi-slider .slick-slide.slick-center .testi-txt {
        /* top: 90px; */
    }
    
    .testi-slider .slick-track .slick-center {
        transform: scale(0.8);
    }
    
    .testi-side-img {
        position: relative;
        left: -50%;
    }
    
    .title {
        padding-left: 70px;
    }
    
    section.testi-sec {
        margin: 20px 0 100px;
    }
    
    .testi-slider .slick-dots li button:before {
        content: "";
        background: #dfdfdf;
        height: 5px;
        width: 50px;
        clip-path: polygon(15% 0%, 100% 0%, 85% 100%, 0% 100%);
    }
    
    .testi-slider .slick-dots li button {
        width: fit-content;
        height: unset;
        opacity: 1 !important;
        margin: 0 !important;
        padding: 0;
    }
    
    .testi-slider .slick-dots li {
        width: 50px;
        opacity: 1 !important;
        margin: 0 !important;
        padding: 0;
        height: unset;
    }
    
    .testi-slider .slick-dots li.slick-active button:before {
        opacity: 1 !important;
        background: #262626;
        width: 100px;
    }
    
    .testi-slider .slick-dots {
        display: flex;
        justify-content: center;
        gap: 15px;
    }
    
    .testi-slider .slick-dots li.slick-active {
        width: 100px;
    }
    
    .testi-side-img {
        position: relative;
        /* transform: skew(-24deg, 0deg); */
        /* overflow: hidden; */
        width: 60%;
        /* background: #000; */
    }
    
    .testi-side-img:after {
        position: absolute;
        content: '';
        width: 60%;
        height: 90%;
        left: 52%;
        bottom: 0;
        background: #262626;
        z-index: -1;
        transform: skew(-30deg, 0deg);
    }
    /* Testimonials */
    /* Testimonial Section End */
    /* Footer Section  Start */
    
    .footer-sec {
        background: #161515;
        position: relative;
    }
    
    ul.footer-social {
        position: absolute;
        top: 19%;
        left: 2%;
    }
    
    .footer-logo {
        background: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 10px;
    }
    
    .footer-logo img {
        height: 150px;
        display: flex;
    }
    
    .footer-number a {
        font-size: 40px;
        font-family: 'chalet';
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .footer-number {
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .footer-links h4 {
        font-size: 18px;
        font-family: 'Montserrat';
        color: #fff;
        text-transform: uppercase;
        margin-bottom: 30px;
    }
    
    .footer-menu ul li a {
        font-size: 14px;
        text-transform: uppercase;
        color: #d2d2d2;
        line-height: 40px;
    }
    
    .footer-menu ul {
        display: block;
        column-count: 3;
    }
    
    .footer-bottom-text h4 {
        font-size: 40px;
        font-family: 'lash';
        color: #fff;
        letter-spacing: 10px;
    }
    
    .footer-input {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        margin-top: 30px;
    }
    
    .footer-input input {
        background: #343333;
        border: 0;
        padding: 10px;
        color: #fff;
        height: 55px;
        width: 90%;
    }
    
    .footer-input input::placeholder {
        color: #868686;
    }
    
    .footer-input button {
        border: 0;
        margin-left: -150px;
        font-family: 'chalet';
        text-transform: uppercase;
    }
    
    .footer-bottom-text {
        padding: 30px;
        position: relative;
    }
    
    .footer-links {
        padding: 50px 30px;
        position: relative;
    }
    
    ul.footer-social i {
        font-size: 20px;
        color: #ffffff5e;
        width: 50px;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50px;
        margin-top: 30px;
        border: 1px solid;
    }
    
    .bottom-nav p {
        font-size: 14px;
        font-family: 'Montserrat';
        color: #d1d1d1;
        text-align: center;
        padding: 30px;
        border: 1px solid #343333;
    }
    
    .footer-bottom-text:after {
        position: absolute;
        content: '';
        top: 0;
        left: 0;
        width: 130%;
        height: 1px;
        background: #343333;
    }
    
    .footer-bottom-text:before {
        position: absolute;
        content: '';
        top: 0;
        left: 0;
        width: 1px;
        height: 100%;
        background: #343333;
    }
    
    .footer-links:after {
        position: absolute;
        content: '';
        width: 1px;
        height: 100%;
        left: 0;
        top: 0;
        background: #343333;
    }
    
    .footer-map img {
        width: 100%;
        height: 295px;
        border: 1px solid;
        border-right: 0;
        border-bottom: 0;
    }
    /* Footer Section  End */
    /* Inner PAges Start */
    
    .bottom-text {
        margin-top: 20px;
    }
    
    .iner-ban-text h1 {
        font-size: 195px;
    }
    
    .iner-baner-box {
        top: 39%;
    }
    
    .in-ban-imag {
        top: -30%;
        width: 30%;
        right: 35%;
    }
    
    img.iner-baner-main-image {
        height: 800px;
    }
    
    .in-ban-imag {
        top: -30%;
        width: 30%;
        right: 35%;
    }
    /* Product Page Start */
    
    .pagination-row {
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 50px 0;
    }
    
    .pagination-row .active {
        background: #191717;
    }
    
    .pagination-row .page-item.active .page-link {
        background: #000;
        border: 0;
        border-radius: 0;
    }
    
    a.page-link {
        background: #d5d5d5;
        color: #000;
        font-size: 32px !important;
        font-family: 'lash';
        border-radius: 0 !important;
        width: 70px;
        height: 70px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .page-link:hover {
        z-index: 2;
        color: #fff;
        background-color: #000;
        border-color: #000;
    }
    
    .pagination {
        display: flex;
        padding-left: 0;
        list-style: none;
        gap: 20px;
    }
    
    .pagination-row .page-item.active .page-link {
        background: #000;
        border: 0;
        border-radius: 0;
        width: 70px;
        height: 70px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .pagination-row .page-item.active .page-link {
        background: #000;
        border: 0;
        border-radius: 0;
        width: 70px;
        height: 70px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    /* Product Page End */
    /* Product Detail Page Start */
    
    .p-big-img {
        width: 100%;
        height: 450px;
        margin-bottom: 20px;
        border: 01px solid #d2d2d2;
        border-radius: 15px;
        overflow: hidden;
    }
    
    .p-big-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    
    .p-small-img {
        width: 100%;
        background: #f4f4f4;
        height: 550px;
        border: 1px solid #d2d2d2;
        border-radius: 15px;
        overflow: hidden;
    }
    
    .p-small-img img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
    
    .p-big-nav .slick-slide {
        opacity: 1;
    }
    
    .p-big-for .slick-next:before {
        content: '\f105';
    }
    
    .p-big-for .slick-prev:before {
        content: '\f104';
    }
    
    .p-big-for .slick-prev:before,
    .p-big-for .slick-next:before {
        font-family: "Font Awesome 5 Free";
        font-size: 50px;
        line-height: 1;
        font-weight: 600;
        opacity: 1;
        color: white;
        border-radius: 100%;
    }
    
    .p-big-for .slick-next {
        right: -5%;
        opacity: 0;
        transition: 0.3s ease-in-out;
    }
    
    .p-big-for .slick-prev {
        left: -5%;
        opacity: 0;
        z-index: 2;
        transition: 0.3s ease-in-out;
    }
    
    .p-big-for {
        overflow: hidden;
    }
    
    .p-big-for:hover .slick-next {
        right: 7%;
        opacity: 1;
    }
    
    .p-big-for:hover {
        cursor: pointer;
    }
    
    .p-big-for:hover .slick-prev {
        left: 5%;
        opacity: 1;
    }
    
    .skin-2 .num-in {
        height: 40px;
        width: 150px;
        float: left;
        border: 1px solid #dddddd;
        border-radius: 0;
        cursor: pointer;
    }
    
    .skin-2 .num-in span {
        width: 40%;
        display: block;
        height: 40px;
        float: left;
        position: relative;
    }
    
    .skin-2 .num-in span.plus:after {
        transform: rotate(90deg);
    }
    
    .num-in input.in-num {
        background-color: #ffffff;
        width: 38%;
        font-family: 'Helvetica';
    }
    
    .skin-2 .num-in input {
        float: left;
        width: 20%;
        height: 40px;
        border: none;
        text-align: center;
        background: transparent;
        font-family: 'Roboto';
    }
    
    .skin-2 .num-in span:before,
    .skin-2 .num-in span:after {
        content: '';
        position: absolute;
        background-color: #667780;
        height: 2px;
        width: 10px;
        top: 50%;
        left: 50%;
        margin-top: -1px;
        margin-left: -5px;
    }
    
    .product-det-content h4 {
        font-size: 30px;
        font-family: 'Montserrat';
        color: black;
        text-transform: uppercase;
        line-height: 40px;
    }
    
    .price-tag {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 10px;
        border-bottom: 1px solid #c3ecef;
        margin-bottom: 20px;
    }
    
    .price-tag div:first-child {
        font-size: 50px;
        line-height: 1;
        font-weight: 400;
        font-family: 'lash';
        color: #000;
    }
    
    .price-tag div:first-child del {
        margin-right: 10px;
        font-size: 50px;
        color: grey;
        font-family: 'lash';
    }
    
    .price-tag div:last-child {
        font-size: 15px;
        color: grey;
    }
    
    .price-tag div:last-child ul {
        margin-right: 15px;
    }
    
    .price-tag i.fas.fa-star {
        color: #ffc107;
        font-size: 12px;
        margin: 0 2px 0 0;
    }
    
    .add-cart-btn {
        display: inline-flex;
        height: 50px;
        align-items: center;
        justify-content: center;
        padding: 0 30px;
        border-radius: 25px;
        border: 1px solid #98a86d;
        color: grey;
    }
    
    .add-cart-btn:hover {
        border: 1px solid #98a86d;
        background-color: #98a86d;
        color: white;
    }
    
    .like-btn {
        width: 50px;
        height: 50px;
        color: #d4b478;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        border: 1px solid #bebebe;
        border-radius: 50%;
        font-size: 25px;
    }
    
    .product-det-content ul.d-flex.justify-content-between.align-items-center {
        width: 70%;
    }
    
    .product-det-content ul.social-icons-banner {
        margin-top: 40px;
        position: unset;
        display: flex;
    }
    
    .product-det-content ul.social-icons-banner::before {
        display: none;
    }
    
    .product-det-content ul.social-icons-banner li {
        margin-right: 10px;
    }
    
    .product-detail img.inner-sec-leaf2 {
        top: 50%;
    }
    
    span.text-green {
        color: #003638;
    }
    
    section#next-sec {
        padding: 100px 0 0;
    }
    
    h4.text-green {
        color: #000;
        font-size: 50px;
        font-family: 'lash';
        line-height: 40px;
        margin-bottom: 10px;
    }
    
    .f-media ul {
        display: flex;
        align-items: center;
        margin: 0;
    }
    
    .f-media ul li a {
        border: 1px solid #121313;
        font-size: 18px;
        margin: 20px 10px 0 0;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        color: #000;
        transition: .5s ease-in-out;
    }
    
    .footer-btm {
        box-shadow: 0 0 2px 0 #98a86dd1;
        padding: 10px 40px;
        background: #232323;
    }
    
    p.text-secondary {
        margin: 15px 0;
        font-size: 12px;
        color: #636363;
    }
    
    .product-det-content p {
        margin: 10px 0;
        font-size: 14px;
        color: #636363;
    }
    
    .f-media ul li a:hover {
        background: #121313;
        color: #fff;
    }
    
    .like-btn:hover {
        background: #5f8872;
        color: #fff;
    }
    
    a.btn1.cart-btn.prd-det-btn {
        margin: 0;
    }
    
    .product-det-content h5 {
        font-size: 19px;
        font-family: 'Montserrat';
        color: #003638;
    }
    
    .related-head {
        text-align: left;
    }
    
    .related-head h2 {
        font-size: 50px;
    }
    /* Product Detail Page End */
    /* Cart Page Start */
    
    .cart-mn-ull ul {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        margin-bottom: 20px;
    }
    
    .cart-mn-ull input[type="text"] {
        margin-top: 0;
        width: 180px;
        border-radius: 0;
        font-size: 17px;
        font-weight: 400;
        background: #000;
        height: 55px;
        margin-right: 20px;
        color: #fff;
    }
    
    .cart-mn-ull ul a {
        font-family: Montserrat;
        background: #868686;
        height: 55px;
        width: 180px;
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        padding-top: 0px;
        margin-right: 20px;
        font-size: 17px;
        z-index: 99;
        position: relative;
        border: 1px solid #d7d7d7;
    }
    
    .cart-mn-ull ul a:hover {
        color: white;
        background: #000;
    }
    
    th.wdth30.text-center {
        width: 35%;
    }
    
    .add-to-cart .shade {
        z-index: 1;
        bottom: -15%;
    }
    
    .cart-mn-ull {
        margin-top: 20px;
        z-index: 99;
        position: relative;
    }
    
    .add-to-cart {
        position: relative;
        padding: 100px 0px 80px;
    }
    
    .add-to-cart thead {
        /* background-color: rgb(235 235 235); */
        color: rgb(255, 255, 255);
        border: 2px solid #e0e0e0;
    }
    
    .add-to-cart .table>thead>tr>th {
        border-bottom: 0px;
        padding-left: 20px;
        padding-bottom: 25px;
        padding-top: 25px;
        color: rgb(24, 24, 24);
    }
    
    .add-to-cart thead tr th {
        font-size: 19px;
        font-weight: 500;
        line-height: 18px;
        text-transform: uppercase;
        font-family: 'Montserrat';
    }
    
    .table-space h3 {
        font-size: 15px;
        color: #333333;
        margin-bottom: 5px;
        line-height: 15px;
        font-weight: 500;
        text-transform: uppercase;
        font-family: 'Montserrat';
    }
    
    .table-space span {
        font-size: 16px;
        text-transform: uppercase;
        color: #333333;
        font-weight: 500;
        font-family: 'Montserrat';
    }
    
    .product-img {
        display: inline-block;
        width: 80%;
        height: 100%;
        border: 1px solid #cecece;
        text-align: center;
        border-radius: 10px;
    }
    
    .poduct-name {
        margin-left: 10px;
    }
    
    .table-space {
        display: flex;
        align-items: center;
        width: 100%;
    }
    
    .add-to-cart input {
        width: 100%;
        text-align: center;
        height: 49px;
        border-radius: 6px;
        border: 1px solid rgb(229, 227, 227);
        font-size: 23px;
        color: rgb(51, 51, 51);
        font-weight: 500;
        margin-top: 24px;
        background-color: rgb(247, 247, 247);
    }
    
    .add-to-cart a {
        font-size: 17px;
        display: block;
        text-align: center;
        padding-top: 9px;
        font-weight: 400;
        text-decoration: none;
        color: rgb(0, 0, 0);
        font-family: Roboto;
    }
    
    .poduct-name span:nth-child(2) {
        margin-bottom: 0;
        display: inline-block;
    }
    
    .add-to-cart h4 {
        font-size: 22px;
        font-weight: 400;
        color: #000;
        text-align: center;
        margin-top: 40px;
        font-family: Montserrat;
    }
    
    .table {
        width: 100%;
        max-width: 100%;
        margin-bottom: 20px;
    }
    
    tr.space {
        border-bottom: 1px solid rgb(204, 204, 204);
    }
    
    a.remove {
        color: #fff;
        font-size: 30px;
        padding: 0px 25px 7px;
        border: none;
        border-radius: 0;
        width: 50px;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-family: Montserrat;
        margin: 25px 0px 0px auto;
        background: #000;
    }
    
    .proceed a {
        color: #000;
        text-align: left;
        font-size: 22px;
        font-weight: 400;
        font-family: Montserrat;
        z-index: 99;
        text-transform: uppercase;
        position: relative;
    }
    
    .proceed i {
        margin-left: 10px;
        color: #000;
    }
    
    .proceed .checkout-btn {
        border: none;
        padding: 20px;
        width: 100%;
        font-size: 30px;
        margin-top: 4px;
        text-align: center;
        color: rgb(255, 255, 255);
        text-transform: uppercase;
        font-family: 'lash';
        background: #111111;
        border-radius: 0;
    }
    
    .or-amazon {
        margin-top: 50px;
        position: relative;
        border: 1px solid rgb(0, 0, 0);
        padding: 30px 50px;
        border-radius: 5px;
        background-color: rgb(255, 255, 255);
    }
    
    .or-amazon p {
        font-size: 17px;
        position: absolute;
        background: #ebebeb;
        top: -22px;
        left: 0px;
        padding: 4px 20px;
        color: rgb(0, 0, 0);
        display: block;
        text-transform: uppercase;
        border: 1px solid;
        font-weight: 500;
        margin: auto;
        right: 0px;
        width: 80%;
    }
    
    .or-amazon img {
        width: 80%;
    }
    
    .car-sd-mn {
        padding-left: 60px;
    }
    
    .or-amazon a {
        text-decoration: none;
        text-align: center;
    }
    
    .total-section {
        border: 1px solid rgb(229, 229, 229);
        padding: 27px 20px;
        background-color: rgb(255, 255, 255);
        margin-bottom: 30px;
    }
    
    .total-section li {
        font-size: 18px;
        padding-bottom: 20px;
        color: rgb(0, 0, 0);
        font-weight: 500;
        font-family: 'Montserrat';
    }
    
    li.color-change {
        color: rgb(0, 0, 0);
        text-transform: uppercase;
        font-size: 24px;
        font-weight: 500;
    }
    
    .total-section li span {
        float: right;
    }
    
    .ship-estimate {
        background-color: rgb(246, 246, 246);
        padding: 10px 20px;
        margin-top: 25px;
        border: 1px solid rgb(229, 229, 229);
    }
    
    .ship-estimate ul {
        margin-top: 20px;
        margin-bottom: 50px;
    }
    
    .ship-estimate li {
        font-size: 20px;
        color: rgb(174, 31, 35);
        margin-bottom: 5px;
        font-family: Roboto;
        font-weight: 600;
    }
    
    .ship-estimate .grey-style {
        color: rgb(0, 0, 0);
        font-size: 16px;
    }
    
    .product-img img {
        height: 100px;
        width: 100px;
        object-fit: cover;
        /* border: 1px solid rgb(130, 130, 130); */
        border-radius: 5px;
    }
    
    .nice-select .list {
        height: 350px;
        overflow-y: scroll;
    }
    
    .adress_same ul {
        text-align: right;
    }
    
    .adress_same ul li {
        display: inline-block;
    }
    
    .adress_same ul li:not(:first-child) {
        margin-left: 15px;
    }
    
    .adress_same ul li span {
        font-size: 15px;
        color: rgb(133, 133, 133);
    }
    
    .adress_same ul li label {
        color: rgb(133, 133, 133);
        font-family: Montserrat;
    }
    
    .billing_heading h3 {
        font-size: 28px;
        font-weight: 500;
        color: white;
        margin-bottom: 0px;
        font-family: Montserrat;
    }
    
    .bord_botm {
        border-bottom: 2px dotted rgb(49, 49, 49);
        padding-top: 20px;
        padding-bottom: 20px;
    }
    
    .billing_address {
        padding: 50px;
        background-color: rgb(46, 46, 46);
    }
    
    .billing_address h4 {
        font-size: 27px;
        font-weight: 500;
        color: rgb(255, 255, 255);
        margin-bottom: 23px;
        font-family: Montserrat;
    }
    
    .billing_address label {
        font-weight: 500;
        color: rgb(255, 255, 255);
        font-size: 16px;
        display: block;
        font-family: Montserrat;
        margin-bottom: 10px;
    }
    
    .billing_address label span {
        float: right;
        font-size: 12px;
        color: rgb(135, 135, 135);
        font-weight: 400;
    }
    
    .billing_address input {
        height: 40px;
        width: 100%;
        padding-left: 15px;
        border-radius: 1px;
        border: 0px;
        margin-bottom: 20px;
    }
    
    .adress_same {
        z-index: 999;
        position: relative;
    }
    
    .billing_address .form-control:disabled,
    .billing_address .form-control:read-only {
        background-color: rgb(255, 255, 255);
    }
    
    .bord_tp {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    
    .billing_main {
        background-image: url("../images/detail_bg.jpg");
        background-size: contain;
        background-repeat: no-repeat;
        position: relative;
    }
    
    .billing_main::before {
        content: "";
        position: absolute;
        background-image: url("../images/left-bars.png");
        background-size: contain;
        width: 57px;
        height: 359px;
        left: 0px;
        top: 40%;
    }
    
    .nice-select.form-control {
        width: 100%;
        padding: 0px 20px;
    }
    
    .billing_sec {
        padding: 0px 0px 80px;
        position: relative;
    }
    
    .cart-mn-ull input[type="text"]::placeholder {
        color: #fff;
    }
    /* Cart Page End */
    /* Login */
    
    .signin_sec {
        position: relative;
    }
    
    .input-icons i {
        position: absolute;
        font-size: 20px;
        color: #000;
        z-index: 99;
        margin-top: 5px;
    }
    
    .input-icons {
        width: 100%;
    }
    
    .icon {
        padding-top: 15px;
        padding-left: 12px;
        min-width: 40px;
    }
    
    .input-field {
        position: relative;
        display: flex;
        width: 100%;
        padding-left: 45px;
        margin-bottom: 30px;
        border: none;
        padding: 10px 40px;
        color: #7c7c7c;
        background-color: #ebebeb;
        height: 60px;
    }
    
    .btn-wrapper button {
        width: 100%;
        height: 45px;
        background: #000;
        color: white;
        padding: 0 30px;
    }
    
    .btn-wrapper button:hover {
        box-shadow: 0px 0px 12px gray;
    }
    
    .signup_form button {
        border: none;
        width: 100%;
    }
    
    .social_btn a i {
        border-right: 1px solid #fff;
        padding-right: 5px;
    }
    
    .social_btn a {
        padding: 10px 20px;
        color: #fff;
    }
    
    .login {
        padding: 80px 50px;
    }
    
    .signin_sec h3 {
        color: black;
        font-size: 60px;
        margin-bottom: 30px;
        text-align: center;
        text-transform: uppercase;
        font-family: 'lash';
        letter-spacing: 2px;
    }
    
    .login_form input {
        background-color: #ebebeb;
        border-radius: 0px;
    }
    
    .login_form .remeber {
        text-align: start;
        margin-bottom: 20px;
    }
    
    .login_form button {
        border: none;
        height: 50px;
    }
    
    .forgot_pass {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: row-reverse;
    }
    
    .login_form label,
    .forgot_pass a {
        font-size: 16px;
        color: #000;
        font-weight: 500;
    }
    
    .input-field::placeholder {
        color: #7c7c7c;
    }
    
    button.btn1.login-btn {
        background: #000;
        font-family: 'Montserrat';
        font-size: 15px;
    }
    /* login */
    /* Inner PAges End */
    /* Accessories Page Start */
    
    .access-box .prd-imag {
        height: 350px;
    }
    
    .access-box .prd-imag img {
        height: auto;
    }
    /* Accessories Page End */
    /* Contact Page Start */
    
    .contact-sec {
        position: relative;
    }
    
    .contact-box {
        background: #111;
        padding: 40px;
    }
    
    .contact-text h6 {
        font-size: 14px;
        text-transform: uppercase;
        color: #6e6e6e;
        font-family: 'Montserrat';
    }
    
    .contact-text h3 {
        font-size: 24px;
        text-transform: uppercase;
        color: #6e6e6e;
        /* word-spacing: 10px; */
        line-height: 34px;
        font-family: 'Montserrat';
    }
    
    .cont-input input {
        width: 100%;
        height: 50px;
        background: transparent;
        border: 1px solid #959595;
        padding: 10px 20px;
        color: #959595;
        text-transform: uppercase;
        font-weight: 600;
        margin-bottom: 15px;
    }
    
    .cont-input input::placeholder {
        color: #959595;
    }
    
    .cont-input textarea {
        width: 100%;
        background: transparent;
        padding: 10px 20px;
        color: #959595;
        text-transform: uppercase;
        font-weight: 600;
        height: 100px;
        border: 1px solid #d0d0d0;
    }
    
    .cont-input textarea::placeholder {
        color: #959595;
    }
    
    .contact-button {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        margin: 20px 0;
    }
    
    ul.contact-icons {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        gap: 10px;
    }
    
    ul.contact-icons img {
        width: 40px;
        height: 40px;
        object-fit: contain;
    }
    
    .contact-form {
        margin-bottom: 50px;
    }
    
    ul.contact-icons.center-box {
        position: relative;
        width: 90%;
        margin: 0 auto;
    }
    
    ul.contact-icons.center-box:after {
        position: absolute;
        content: '';
        width: 1px;
        height: 100%;
        left: -6%;
        top: 0;
        background: #959595;
    }
    
    ul.contact-icons.center-box:before {
        position: absolute;
        content: '';
        width: 1px;
        height: 100%;
        right: -1%;
        top: 0;
        background: #959595;
    }
    
    ul.contact-icons {
        padding: 30px 0;
    }
    
    .contact-map iframe {
        width: 100%;
        filter: invert(1);
    }
    
    .contact-map {
        margin-top: -15%;
        z-index: -1;
    }
    
    button.btn1.btn2 {
        border: 0;
        font-family: 'Montserrat';
        text-transform: uppercase;
        font-size: 15px;
    }
    /* Contact Page End */
    
    img.abs-abt-2.inner-abs-2 {
        bottom: 20%;
        width: 14%;
    }
    
    img.abs-abt-1.inner-abs-1 {
        width: 10%;
        right: -5%;
    }
    /*Media Query Start*/
    
    @media only screen and (min-width: 1366px) and (max-width: 1920px) {}
    
    @media only screen and (min-width: 1291) and (max-width: 1365px) {}
    
    @media only screen and (min-width: 992px) and (max-width: 1290px) {
        .header-menu ul li {
            padding: 11px 15px;
        }
        .menuSec:after {
            height: 35%;
            top: 32%;
        }
        .header-logo img {
            height: 140px;
        }
        .slide-count h5 {
            font-size: 70px;
        }
        .hm-baner-text h1 {
            font-size: 110px;
            line-height: 110px;
        }
        .hm-baner-text h2 {
            font-size: 110px;
            line-height: 110px;
            letter-spacing: 20px;
        }
        .home-baner-slider .slick-arrow.slick-next {
            right: 3%;
        }
        .home-baner-slider .slick-arrow.slick-prev {
            right: 20%;
        }
        .home-baner-slider .slides-numbers {
            font-size: 20px;
            top: 40%;
            right: 7.2%;
        }
        .baner-social-text:after {
            width: 41%;
            right: 46%;
        }
        .home-banner img.home-banner-imag {
            height: 800px;
        }
        .home-banner:before {
            width: 90%;
            height: 90%;
        }
        html {
            overflow-x: hidden;
        }
        img.abs-abt-1 {
            position: absolute;
            z-index: -1;
            right: -12%;
        }
        ul.about-center-text h2 {
            font-size: 100px;
        }
        .about-bottom-text p {
            padding: 7px;
            margin-left: 2%;
        }
        img.abs-abt-2 {
            position: absolute;
            bottom: -33%;
            left: -10%;
        }
        .prd-imag img {
            height: 300px;
        }
        ul.stars {
            gap: 2px;
            margin-left: 5px;
        }
        .btn1 {
            font-size: 24px;
            padding: 15px 30px;
        }
        .cart-right-text h2 {
            font-size: 90px;
        }
        .cart-right-text {
            position: relative;
            z-index: 9;
            margin-left: -10%;
            width: 96%;
            padding: 90px 0 10px;
        }
        .cart-left-imag {
            bottom: 0;
            left: -4%;
            width: 76.6%;
        }
        img.cart-abs {
            position: absolute;
            right: -7%;
            bottom: -30%;
            width: 14%;
        }
        img.feature-prd-abs-1 {
            position: absolute;
            bottom: -10%;
            left: -7%;
            width: 14%;
        }
        .choose-sec {
            padding-left: 2.4%;
        }
        .choose-text h3 {
            font-size: 100px;
        }
        .choose-right-imag {
            width: 50%;
        }
        .all-section {
            padding: 70px 0;
        }
        .testi-txt {
            position: relative;
            margin-left: -350px;
            padding: 25px 10px 25px 170px;
        }
        .testi-side-img {
            width: 80%;
        }
        .testi-side-img:after {
            width: 55%;
            left: 37%;
            transform: skew(-25deg, 0deg);
        }
        .footer-input button {
            margin-left: -100px;
        }
        .footer-logo img {
            height: 120px;
        }
        ul.footer-social {
            top: 22%;
            left: 2%;
        }
        img.home-banner-imag.iner-baner-main-image {
            height: 600px;
        }
        .product-det-content ul.d-flex.justify-content-between.align-items-center {
            width: 100%;
        }
        img.abs-abt-2.inner-abs-2 {
            bottom: 0;
            width: 12%;
            left: -6%;
        }
        .add-to-cart thead tr th {
            font-size: 11px;
        }
        .add-to-cart .table>thead>tr>th {
            padding-left: 5px;
        }
        .poduct-name {
            margin-left: 0;
        }
        .product-img img {
            height: 70px;
            width: 50px;
        }
        .cart-mn-ull input[type="text"] {
            width: 150px;
            font-size: 15px;
            margin-right: 10px;
        }
        .cart-mn-ull ul a {
            width: 160px;
            margin-right: 10px;
            font-size: 15px;
        }
        .contact-text h4 {
            width: 95%;
        }
        ul.contact-icons {
            display: block;
        }
        .contact-box {
            padding: 20px;
        }
        ul.contact-icons p {
            font-size: 13px;
        }
        .baner-video {
            bottom: 20%;
        }
    }
    
    @media only screen and (min-width: 768px) and (max-width: 991px) {
        .header-menu ul li {
            padding: 10px;
        }
        .menuSec ul li a {
            font-size: 12px;
        }
        .menuSec:after {
            height: 35%;
            top: 32%;
        }
        .header-logo img {
            height: 140px;
        }
        .slide-count h5 {
            font-size: 70px;
        }
        .hm-baner-text h1 {
            font-size: 90px;
            line-height: 90px;
        }
        .hm-baner-text h2 {
            font-size: 90px;
            line-height: 90px;
            letter-spacing: 15px;
        }
        .home-baner-slider .slick-arrow.slick-next {
            right: 3%;
        }
        .home-baner-slider .slick-arrow.slick-prev {
            right: 20%;
        }
        .home-baner-slider .slides-numbers {
            font-size: 20px;
            top: 43%;
            right: 9.2%;
        }
        .baner-social-text:after {
            width: 41%;
            right: 48%;
        }
        .home-banner img.home-banner-imag {
            height: 800px;
        }
        .home-banner:before {
            width: 90%;
            height: 90%;
        }
        .play-btn i {
            width: 60px;
            height: 60px;
        }
        .play-btn i:after {
            width: 100px;
            height: 100px;
        }
        img.play-1 {
            width: 100%;
            height: 150px;
            object-fit: cover;
        }
        .banner-scroller {
            position: absolute;
            bottom: 4%;
            left: 1%;
            width: 10%;
        }
        .baner-social-text {
            width: 87%;
            padding: 20px 20px;
            margin-top: 21px;
            padding-right: 2%;
        }
        html {
            overflow-x: hidden;
        }
        img.abs-abt-1 {
            position: absolute;
            z-index: -1;
            right: -12%;
        }
        ul.about-center-text h2 {
            font-size: 60px;
        }
        .about-image img {
            height: 500px;
            object-fit: cover;
        }
        .about-bottom-text p {
            padding: 7px;
            margin-left: 2%;
        }
        img.abs-abt-2 {
            position: absolute;
            bottom: -13%;
            left: -7%;
            width: 13%;
        }
        h2 {
            font-size: 100px;
        }
        .prd-imag img {
            height: 300px;
        }
        img.prd-abs-1 {
            position: absolute;
            bottom: 10%;
            right: -7%;
            width: 15%;
        }
        ul.stars {
            gap: 2px;
            margin-left: 5px;
        }
        .btn1 {
            font-size: 24px;
            padding: 15px 30px;
        }
        .cart-right-text h2 {
            font-size: 90px;
        }
        .cart-right-text {
            position: relative;
            z-index: 9;
            margin-left: 0;
            width: 100%;
            padding: 0 0 20px;
        }
        .cart-left-imag {
            bottom: 0;
            left: -4%;
            width: 76.6%;
        }
        img.cart-abs {
            position: absolute;
            right: -7%;
            bottom: -30%;
            width: 14%;
        }
        img.feature-prd-abs-1 {
            position: absolute;
            bottom: -10%;
            left: -7%;
            width: 14%;
        }
        .choose-sec {
            padding-left: 2.4%;
        }
        .choose-text h3 {
            font-size: 80px;
        }
        .chose-top-imag img {
            margin-bottom: 0;
        }
        .choose-text p {
            padding: 10px 0px 0 0;
        }
        .choose-right-imag {
            width: 50%;
        }
        .all-section {
            padding: 50px 0;
        }
        .testi-txt {
            position: relative;
            margin-left: -350px;
            padding: 25px 10px 25px 170px;
        }
        .testi-side-img {
            width: 80%;
        }
        .testi-side-img:after {
            width: 55%;
            left: 37%;
            transform: skew(-25deg, 0deg);
        }
        .footer-input button {
            margin-left: -100px;
        }
        .footer-logo img {
            height: 150px;
        }
        ul.footer-social {
            top: auto;
            left: 1%;
            bottom: 18%;
        }
        ul.footer-social i {
            background: #161515;
            z-index: 99;
            position: relative;
        }
        .footer-links {
            padding: 50px 50px;
        }
        img.home-banner-imag.iner-baner-main-image {
            height: 600px;
        }
        .product-det-content ul.d-flex.justify-content-between.align-items-center {
            width: 100%;
        }
        img.abs-abt-2.inner-abs-2 {
            bottom: 0;
            width: 12%;
            left: -6%;
        }
        .add-to-cart thead tr th {
            font-size: 16px;
        }
        .car-sd-mn {
            padding-left: 0;
            margin-top: 30px;
        }
        .or-amazon img {
            width: 40%;
        }
        .add-to-cart .table>thead>tr>th {
            padding-left: 10px;
        }
        .poduct-name {
            margin-left: 0;
        }
        .product-img img {
            height: 70px;
            width: 50px;
        }
        section#next-sec {
            padding: 60px 0 0;
        }
        .product-det-content h4 {
            font-size: 25px;
        }
        .price-tag div:first-child {
            font-size: 30px;
        }
        .price-tag div:first-child del {
            margin-right: 10px;
            font-size: 30px;
        }
        .cart-mn-ull input[type="text"] {
            width: 150px;
            font-size: 15px;
            margin-right: 10px;
        }
        .cart-mn-ull ul a {
            width: 160px;
            margin-right: 10px;
            font-size: 15px;
        }
        .contact-text h4 {
            width: 100%;
        }
        ul.contact-icons {
            display: block;
        }
        .contact-box {
            padding: 20px;
        }
        ul.contact-icons p {
            font-size: 13px;
        }
        .baner-video {
            bottom: 15%;
        }
        .home-baner-slider .slick-prev:before {
            width: 40px;
            height: 40px;
            font-size: 24px;
        }
        .home-baner-slider .slick-next:before {
            width: 40px;
            height: 40px;
            font-size: 24px;
        }
        .slides-numbers .total {
            font-size: 24px;
        }
        .slides-numbers .active {
            font-size: 40px;
        }
    }
    
    @media only screen and (min-width: 520px) and (max-width: 767px) {
        .slicknav_menu {
            font-size: 16px;
            box-sizing: border-box;
            background: #c33026;
            padding: 40px 10px;
        }
        .header-logo {
            position: absolute;
        }
        header {
            position: relative;
        }
        ul.slicknav_nav {
            padding-top: 50px;
        }
        .header-logo img {
            height: 120px;
            object-fit: cover;
            top: 0;
            padding: 10px;
            margin-top: -5px;
            position: fixed;
        }
        .slide-count h5 {
            font-size: 40px;
        }
        .hm-baner-text h1 {
            font-size: 80px;
            line-height: 90px;
        }
        .hm-baner-text h2 {
            font-size: 80px;
            line-height: 80px;
            letter-spacing: 10px;
        }
        html {
            overflow-x: hidden;
        }
        .home-baner-slider .slick-arrow {
            display: none !important;
        }
        img.abs-abt-1 {
            position: absolute;
            top: 0;
            right: -7%;
            width: 13%;
        }
        .home-baner-box {
            position: absolute;
            top: 5%;
        }
        .hm-baner-text h3 {
            font-size: 14px;
            letter-spacing: 5px;
            margin-top: 10px;
        }
        .home-banner img.home-banner-imag {
            width: 100%;
            height: 600px;
        }
        img.play-1 {
            height: 120px;
            object-fit: cover;
        }
        .play-btn i {
            width: 70px;
            height: 70px;
        }
        .play-btn i:after {
            width: 120px;
            height: 120px;
        }
        .baner-social-text {
            width: 100%;
            padding: 20px 10px;
            padding-right: 3%;
        }
        .banner-scroller {
            position: absolute;
            bottom: 12%;
            left: 0%;
            width: 10%;
        }
        .home-baner-slider .slides-numbers {
            position: absolute;
            top: auto;
            left: 10%;
            right: auto;
            bottom: -50%;
        }
        .baner-social-text:after {
            width: 23%;
            right: auto;
            left: 13%;
        }
        ul.about-center-text h2 {
            font-size: 90px;
        }
        .about-bottom-text p {
            padding: 10px 0;
            margin-left: 0;
        }
        .about-bottom-text {
            margin-bottom: 20px;
        }
        img.abs-abt-2 {
            position: absolute;
            bottom: -6%;
            left: -7%;
            width: 17%;
        }
        .all-section {
            padding: 40px 0;
        }
        h2 {
            font-size: 80px;
        }
        img.prd-abs-1 {
            display: none;
        }
        .cart-right-text h2 {
            font-size: 100px;
        }
        .cart-right-text {
            position: relative;
            z-index: 9;
            margin-left: 0;
            width: 100%;
            background: #00000063;
            padding: 10px;
        }
        .cart-right-text p {
            margin-left: 0;
        }
        .cart-right-text a {
            margin-left: 0;
        }
        img.cart-abs {
            display: none;
        }
        img.feature-prd-abs-1 {
            display: none;
        }
        .chose-top-imag img {
            width: 100%;
            height: 400px;
            object-fit: cover;
            object-position: top;
        }
        .choose-right-imag img {
            height: 400px !important;
            width: 100%;
            object-fit: cover;
            object-position: top;
            margin: 10px 0;
        }
        .choose-right-imag {
            width: 100%;
            position: relative;
            right: 0;
        }
        .testi-txt {
            margin-left: -250px;
            padding: 10px 20px 5px 20px;
        }
        .testi-side-img {
            left: -18%;
        }
        .testi-side-img img {
            width: 80%;
            margin: 0 auto;
            height: 330px;
        }
        .footer-logo img {
            border: 0;
        }
        .footer-logo {
            border: 1px solid #000;
        }
        .footer-number {
            padding: 20px;
        }
        .add-to-cart {
            position: relative;
            padding: 50px 0;
        }
        .table {
            width: 1000px;
            max-width: 1000px;
            margin-bottom: 20px;
        }
        .cart-mn-ull input[type="text"] {
            width: 150px;
            margin-right: 5px;
            font-size: 15px;
        }
        .cart-mn-ull ul a {
            height: 55px;
            width: 160px;
            margin-right: 5px;
            font-size: 15px;
        }
        .car-sd-mn {
            padding-left: 0;
            margin-top: 30px;
        }
        .about-abs {
            display: none;
        }
    }
    
    @media only screen and (min-width: 300px) and (max-width: 519px) {
        .slicknav_menu {
            font-size: 16px;
            box-sizing: border-box;
            background: #c33026;
            padding: 40px 10px;
        }
        .header-logo {
            position: absolute;
        }
        header {
            position: relative;
        }
        ul.slicknav_nav {
            padding-top: 50px;
        }
        .header-logo img {
            height: 120px;
            object-fit: cover;
            top: 0;
            padding: 10px;
            margin-top: -5px;
            position: fixed;
        }
        .slide-count h5 {
            font-size: 40px;
        }
        .hm-baner-text h1 {
            font-size: 50px;
            line-height: 60px;
        }
        .hm-baner-text h2 {
            font-size: 50px;
            line-height: 50px;
            letter-spacing: 10px;
        }
        html {
            overflow-x: hidden;
        }
        .home-baner-slider .slick-arrow {
            display: none !important;
        }
        img.abs-abt-1 {
            position: absolute;
            top: 0;
            right: -7%;
            width: 13%;
        }
        .home-baner-box {
            position: absolute;
            top: 5%;
        }
        .hm-baner-text h3 {
            font-size: 14px;
            letter-spacing: 5px;
            margin-top: 10px;
        }
        .home-banner img.home-banner-imag {
            width: 100%;
            height: 450px;
        }
        .home-banner:before {
            position: absolute;
            content: '';
            width: 80%;
            height: 100%;
            right: -10px;
            bottom: -2%;
        }
        img.play-1 {
            height: 120px;
            object-fit: cover;
        }
        .play-btn i {
            width: 70px;
            height: 70px;
        }
        .play-btn i:after {
            width: 120px;
            height: 120px;
        }
        .baner-social-text {
            width: 100%;
            padding: 20px 10px;
            padding-right: 3%;
        }
        .banner-scroller {
            position: absolute;
            bottom: 37%;
            left: 0%;
            width: 10%;
        }
        .baner-video {
            gap: 40px;
        }
        ul.baner-social {
            gap: 5px;
        }
        ul.baner-social a {
            font-size: 11px;
        }
        .home-baner-slider .slides-numbers {
            position: absolute;
            top: auto;
            left: 10%;
            right: auto;
            bottom: -35%;
        }
        .baner-social-text:after {
            display: none;
        }
        ul.about-center-text h2 {
            font-size: 90px;
        }
        ul.about-center-text {
            display: block;
        }
        ul.about-center-text li {
            width: 100%;
        }
        ul.about-center-text:after {
            display: none;
        }
        .about-bottom-text p {
            padding: 10px 0;
            margin-left: 0;
        }
        .about-bottom-text {
            margin-bottom: 20px;
        }
        img.abs-abt-2 {
            position: absolute;
            bottom: -6%;
            left: -7%;
            width: 17%;
        }
        .all-section {
            padding: 40px 0;
        }
        h2 {
            font-size: 50px;
        }
        .prd-imag img {
            height: 300px;
        }
        section#next-sec {
            padding: 50px 0 0;
        }
        .product-det-content h4 {
            font-size: 20px;
            line-height: 30px;
            margin-top: 20px;
        }
        .price-tag div:first-child del {
            margin-right: 10px;
            font-size: 30px;
        }
        .price-tag div:first-child {
            font-size: 20px;
        }
        .product-det-content ul.d-flex.justify-content-between.align-items-center {
            width: 100%;
        }
        img.prd-abs-1 {
            display: none;
        }
        .cart-right-text h2 {
            font-size: 70px;
        }
        .cart-right-text {
            position: relative;
            z-index: 9;
            margin-left: 0;
            width: 100%;
            background: #00000063;
            padding: 10px;
        }
        .cart-right-text p {
            margin-left: 0;
        }
        ul.stars {
            gap: 2px;
            margin-left: 5px;
        }
        .btn1 {
            font-size: 20px;
            padding: 11px 20px;
        }
        .like-btn {
            width: 40px;
            height: 40px;
            font-size: 15px;
        }
        .cart-right-text a {
            margin-left: 0;
        }
        img.cart-abs {
            display: none;
        }
        img.feature-prd-abs-1 {
            display: none;
        }
        .chose-top-imag img {
            width: 100%;
            height: 300px;
            object-fit: cover;
            object-position: top;
        }
        .choose-text h3 {
            font-size: 70px;
        }
        .choose-text p {
            padding: 10px 0;
        }
        .choose-right-imag img {
            height: 400px !important;
            width: 100%;
            object-fit: cover;
            object-position: top;
            margin: 10px 0;
        }
        .choose-right-imag {
            width: 100%;
            position: relative;
            right: 0;
        }
        .testi-txt {
            margin-left: -250px;
            padding: 10px 20px 5px 20px;
        }
        .testi-side-img img {
            width: 80%;
            margin: 0 auto;
            height: 330px;
        }
        .footer-logo img {
            border: 0;
        }
        .footer-logo {
            border: 1px solid #000;
        }
        .footer-number {
            padding: 20px;
        }
        .add-to-cart {
            position: relative;
            padding: 50px 0;
        }
        .table {
            width: 1000px;
            max-width: 1000px;
            margin-bottom: 20px;
        }
        .cart-mn-ull input[type="text"] {
            width: 150px;
            margin-right: 5px;
            font-size: 15px;
        }
        .cart-mn-ull ul a {
            height: 55px;
            width: 160px;
            margin-right: 5px;
            font-size: 15px;
        }
        .car-sd-mn {
            padding-left: 0;
            margin-top: 30px;
        }
        .about-abs {
            display: none;
        }
        .footer-links {
            padding: 20px 10px;
            position: relative;
        }
        .footer-menu ul {
            display: block;
            column-count: 2;
        }
        .footer-bottom-text {
            padding: 10px;
            position: relative;
        }
        .footer-input button {
            border: 0;
            margin-left: -90px;
        }
        .contact-box {
            padding: 20px;
        }
        .contact-text h4 {
            font-size: 30px;
            width: 100%;
            margin: 15px 0;
        }
        .login {
            padding: 20px;
        }
    }
    /*Media Query End*/