@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');

::-webkit-scrollbar {
    width: 6px;
    background-color: #999999;
}

::-webkit-scrollbar-thumb {
    background-color: #999999;
}

::-webkit-scrollbar-track {
    /* -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); */
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #f7f7ff;
}

/***** General CSS *****/
body.uupp {
    top: 100vh;
}

html {
    overflow-x: hidden;
}

body {
    position: relative;
    top: 0;
    transition: 1s all;
}

body {
    word-break: break-word;
    font: 15px / 25px 'Poppins', sans-serif;
    color: #393939;
    overflow-x: hidden;
    background: url(https://demo-customlinks.com/gorilla-state/storage/images/banner/1728987674.png);
    background-size: cover;
    height: 100vh;
    width: 100%;
    background-attachment: fixed;
    background-position: top;
    background-blend-mode: overlay;
    background-color: #00000099;
}

.togglesearch {
    background: transparent;
    position: absolute;
    top: 46px;
    right: 0%;
    height: 60px;
    max-width: 500px;
    width: 35vw;
    line-height: 45px;
    /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); */
    /* border-top: 4px solid #121111; */
    display: none;
    z-index: 9;
}

.togglesearch:before {
    content: "";
    position: absolute;
    top: -32px;
    right: 13px;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 14px solid transparent;
    border-bottom: 14px solid #000;
}

.togglesearch input[type="text"] {
    width: 100%;
    padding: 5px 10px;
    margin-left: 0px;
    border: 1px solid #000;
    outline: none;
}

.togglesearch input[type="submit"] {
    width: 80px;
    padding: 0px 0;
    background: #000;
    color: #fff;
    margin-left: -6px;
    border: 1px solid #000;
    outline: none;
    cursor: pointer;
}


a {
    text-decoration: none;
    color: #28b16d;
    white-space: initial;
}

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;
}

img {
    max-width: 100%;
}

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;
}

ul {
    margin: 0 0 20px;
    padding: 0;
    list-style-type: none;
}

/***** Font Files *****/

@font-face {
    font-family: 'Montserrat';
    src: url(../fonts/Montserrat.ttf);
}

@font-face {
    font-family: 'Montserrat';
    src: url(../fonts/Montserrat.ttf);
}

@font-face {
    font-family: 'Azonix';
    src: url(../fonts/Azonix.otf);
}

@font-face {
    font-family: 'AvenirLTStd-Black';
    src: url(../fonts/AvenirLTStd-Black.otf);
}

@font-face {
    font-family: 'AvenirLTStd-Book';
    src: url(../fonts/AvenirLTStd-Book.otf);
}

@font-face {
    font-family: 'AvenirLTStd-Heavy';
    src: url(../fonts/AvenirLTStd-Heavy.otf);
}

@font-face {
    font-family: 'AvenirLTStd-Light';
    src: url(../fonts/AvenirLTStd-Light.otf);
}

@font-face {
    font-family: 'AvenirLTStd-Medium';
    src: url(../fonts/AvenirLTStd-Medium.otf);
}

@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
}

/***** Custom Classes *****/

.centerCol {
    float: none;
    margin: 0 auto;
}

.d-flex {
    display: flex;
    align-items: center;
}

.over-flow-h {
    overflow: hidden;
}

.btn10 {
    border: 1px solid #a30000 !important;
    text-align: center;
    position: relative;
    overflow: hidden !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    background: #a30000 !important;
    z-index: 10;
    display: inline-block;
    color: #fff;
    padding: 20px 20px;
    border-radius: 10px;
    font-size: 17px;
    font-family: Poppins;
    font-weight: 400
}

.d-flex {
    height: 32px !important;
    width: 185px !important;
    margin: 0 auto !important;
    margin-bottom: 10px !important;
}

.btn10:hover {
    border: 1px solid #a30000 !important;
    color: #fff !important
}

.btn10::before {
    content: '';
    width: 0%;
    height: 100%;
    display: block;
    background: #a30000;
    position: absolute;
    -ms-transform: skewX(-20deg);
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    left: -10%;
    opacity: 1;
    top: 0;
    z-index: -12;
    -moz-transition: all .7s cubic-bezier(.77, 0, .175, 1);
    -o-transition: all .7s cubic-bezier(.77, 0, .175, 1);
    -webkit-transition: all .7s cubic-bezier(.77, 0, .175, 1);
    transition: all .7s cubic-bezier(.77, 0, .175, 1);
    box-shadow: 2px 0 14px rgba(0, 0, 0, .6);
    border-color: #a30000 !important
}

.btn10::after {
    content: '';
    width: 0%;
    height: 100%;
    display: block;
    background: #fff;
    position: absolute;
    -ms-transform: skewX(-20deg);
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    left: -10%;
    opacity: 0;
    top: 0;
    z-index: -15;
    -webkit-transition: all .94s cubic-bezier(.2, .95, .57, .99);
    -moz-transition: all .4s cubic-bezier(.2, .95, .57, .99);
    -o-transition: all .4s cubic-bezier(.2, .95, .57, .99);
    transition: all .4s cubic-bezier(.2, .95, .57, .99);
    box-shadow: 2px 0 14px rgba(0, 0, 0, .6);
    border-color: #a30000 !important
}

.btn10:hover::before,
.btn1O:hover::before {
    opacity: 1;
    width: 116%
}

.btn10:hover::after,
.btn1O:hover::after {
    opacity: 1;
    width: 120%
}

.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: "Bebas Neue", sans-serif;
    font-size: 55px;
    line-height: 60px;
    color: #fff;
    font-weight: 500;
    margin: 0 0 17px;
}

h2 {
    font-family: "Bebas Neue", sans-serif;
    font-size: 43px;
    line-height: 72px;
    color: #fff !important;
    font-weight: 500;
    margin: 0 0 20px;
}

h3 {
    font-family: "Bebas Neue", sans-serif;
    font-size: 42px;
    line-height: 44px;
    color: #fff;
    font-weight: 600;
    margin: 0 0 20px;
}

h4 {
    font-family: "Bebas Neue", sans-serif;
    font-size: 24px;
    line-height: 29px;
    color: #393939;
    font-weight: 500;
    margin: 0 0 13px;
}

h5 {
    font-family: "Bebas Neue", sans-serif;
    font-size: 17px;
    line-height: 24px;
    color: #db1818;
    font-weight: 500;
    margin: 0 0 20px;
}

h6 {
    font-family: 'AvenirLTStd-Medium', Sans-Serif;
    font-size: 18px;
    line-height: 23px;
    color: #393939;
    font-weight: 500;
    margin: 0 0 22px;
}

p {
    color: #ffffff;
    font-size: 16px;
    line-height: 30px;
    font-family: 'AvenirLTStd-Light';
    font-weight: 300;
    margin: 0 0 20px;
}

select {
    /* background: #fff url(../images/arrow.png) no-repeat right; */
    padding: 0 40px 0 30px;
}

::-webkit-input-placeholder {
    color: #575757;
}

::-moz-placeholder {
    color: #575757;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #575757;
}

:-moz-placeholder {
    color: #575757;
    opacity: 1;
}

/*header css start */

.extra-navigation {
    display: none;
}

.header-logo {
    text-align: center;
}

.nav-right {
    gap: 40px;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: flex-end;
}

.nav-right li {
    list-style: none;
}

.nav-right li a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #fff;
    padding: 0px 0 0 0px;
    font-size: 30px;
    font-family: 'Bebas Neue';
    font-weight: 500;
    text-transform: uppercase;
}

.nav-right li a i {
    font-family: 'FontAwesome';
}

.menuSec {
    padding: 15px 0;
    background: #000;
}

.menuSec img {
    margin: 0;
}

.togglesearch form {
    gap: 10px;
    width: 100%;
    display: flex;
    padding: 10px;
    align-items: center;
    border-radius: 10px;
    background: #ffffff42;
    justify-content: flex-end;
    backdrop-filter: blur(2px);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.menuSec ul {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left;
    text-transform: capitalize;
    display: flex;
    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: 0px 0px 0 0;
    font-size: 30px;
    font-family: 'Bebas Neue';
    font-weight: 500;
    text-transform: uppercase;
}

.menuSec ul li:last-child a {
    padding-right: 0px;
}

.menuSec ul li:last-child a:after {
    display: none;
}

.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: #2d2d2d;
}

.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:hover a {}

.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;
}

.menuSec ul:after {
    clear: both;
}

.menuSec li>ul>li:hover>ul {
    left: 230px;
    top: 0px;
    width: 270px;
}

.droopdwon li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 40px;
}

.droopdwon {
    float: left;
}

.droopdwon li:hover li a:hover {
    background-color: #ffffff;
    color: #000 !important;
}

/*header css start */

/*Banner Start*/

section.main_slider {
    /*background-image: url(../images/banner-new.jpg);*/
    background-repeat: no-repeat;

    width: 100%;


    background-size: cover;
}

.banner-txt h1 {
    font-size: 70px;
    line-height: 80px;
    text-transform: uppercase;
    font-family: 'Montserrat';
    margin: 0 0 10px;
}

.banner-txt h5 {
    font-size: 22px;
    color: #fff !important;
    font-family: 'Montserrat';
    text-transform: uppercase;
}

.banner-txt p {
    font-size: 12px;
    line-height: 20px;
    font-family: 'Montserrat';
    color: #fff;
    width: 62%;
    margin: 0;
}

.banner-txt {
    padding: 60px 0;
}

.banner-buy h3 {
    font-size: 35px;
    text-transform: uppercase;
    color: #fff !important;
    font-family: 'Montserrat';
    line-height: 45px;
    letter-spacing: 3px;
}

.banner-buy h3 i {
    font-family: 'Azonix';
    font-weight: 400;
}

.white {
    color: #fff;
}

.btn1 span {
    font-size: 12px;
    font-family: 'Montserrat';
    text-transform: uppercase;
    color: #fff;
    border: 1px solid #fff;
    padding: 0 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 45px;
    border-radius: 30px;
    letter-spacing: 4px;
    transition: 0.5s ease-in-out;
}

.banner-buy {
    padding: 60px 0;
}

.btn1 {
    display: flex;
    align-items: center;
    gap: 50px;
}

.banner-img {
    position: relative;
    height: 100vh;
}

.banner-img img {
    width: 100%;
    height: 700px;
    object-position: top;
    object-fit: cover;
}

.banner-img-btn a h6 span {
    display: inline-block;
    font-size: 40px;
    font-weight: 500;
    line-height: 1;
    font-family: 'Bebas Neue';
}

.btn3 h6 {
    margin: 0;
}

.btn3 {
    display: inline-flex;
    align-items: center;
    gap: 11px;
    justify-content: center;
    background: #DADADA;
    width: 190px;
    height: 190px;
    border-radius: 50%;
    border: 1px solid #DADADA;
    text-align: center;
}

.btn3:hover {
    background: #DADADA;
}

.btn3:hover span {
    color: #000;
}

.btn3 h6 span {
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    font-family: 'Montserrat';
    font-weight: 400;
    line-height: 20px;
}

.banner-img-btn {
    position: absolute;
    right: auto;
    bottom: 100px;
    left: 50%;
    transform: translateX(-50%);
}

.text-img {
    position: relative;
}

.text-img img {
    position: absolute;
    top: 0;
    bottom: 0;
    display: inline-grid;
    align-items: center;
    justify-content: center;
    margin: 0 auto 0;
    align-content: center;
    height: 100%;
    object-fit: contain;
    width: 100%;
}

/*banner css end*/

/*About Start*/

section.about-sec {
    padding: 100px 0;
    /*    background-color: #20202073;
    width: 100%;
    background-size: cover;
    background-blend-mode: overlay;
    background-attachment: fixed;
    background-image: url(https://demo-customlinks.com/gorilla-state/web-assets/images/about-back-new.jpg) !important;*/
    background-image: none ! IMPORTANT;
}


.about-txt ul {
    display: flex;
    align-items: center;
    gap: 50px;
    margin: 0 0 40px;
}

.about-txt ul li h5 {
    font-size: 30px;
    font-family: 'Montserrat';
    color: #fff;
    line-height: 40px;
    margin: 0;
    position: relative;
}

.about-txt ul li h6 {
    font-size: 14px;
    font-family: 'Montserrat';
    color: #fff;
    margin: 0;
}

.about-txt ul li h5:after {
    content: 'k';
}

.btn2 {
    font-size: 12px;
    font-family: 'Montserrat';
    letter-spacing: 4px;
    color: #000;
    background: #DADADA;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 40px;
    border-radius: 30px;
    height: 38px;
    text-transform: uppercase;
    border: 1px solid #DADADA;
    transition: 0.5s ease-in-out;
}

.about-img img {
    width: 90%;
    height: 655px;
    object-fit: cover;
    border-radius: 0px;
    object-position: center;
}

.about-txt h2 {
    text-transform: uppercase;
}

.bottom-btn2 {
    margin: 0 0 40px;
}

/*About End*/

/*Product STart*/

section.product-sec {
    /* background-image: url(../images/product-back-new.jpg); */
    /* width: 100%; */
    /* background-size: cover; */
    /* background-repeat: no-repeat; */
    padding: 50px 0;
    /* background-attachment: fixed; */
}

.product-head h3 {
    text-transform: uppercase;
}

.product-img img {
    width: 100%;
    height: 360px;
    object-fit: contain;
    border-radius: 0px;
}

.product-img {
    text-align: center;
    background: #000;
    padding: 20px;
    border: 1px solid #fff;
}

.product-img h4 {
    font-size: 14px;
    font-family: 'Montserrat';
    color: #fff;
    text-transform: capitalize;
    margin: 20px 0 0;
    line-height: 30px;
    font-weight: 300;
}

.gallery-head.wow.fadeInDown p {
    text-align: center;
}

.product-img h5 {
    font-size: 14px;
    color: #fff;
    font-family: 'Montserrat';
    font-weight: 400;
    line-height: 30px;
}

.slick-slide {
    transition: all ease-in-out .3s;
    opacity: 1;
}

.client-slider .slick-slide {
    height: auto;
}

section.product-sec .container-fluid {
    padding: 0;
}

/*Product End*/

/*Gallery STart*/

section.gallery-sec {
    /*    background-image: url(../images/gallery-back-new.jpg);
    background-size: cover;
    background-repeat: no-repeat;*/
    width: 100%;
    padding: 60px 0;
}

.gallery-head h3 {
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-size: 80px;
    font-weight: 500;
    margin-bottom: 30px;
}

.gallery-img img {
    width: 100%;
    border-radius: 0px;
    height: 285px;
    object-fit: cover;
}

.gallery-img h4 {
    font-size: 17px;
    color: #db1818;
    font-family: 'Montserrat';
    margin: 10px 0 0;
    text-transform: uppercase;
}

.gallery-img button {
    display: block;
    font-size: 13px;
    color: #fff;
    font-family: 'Montserrat';
    font-weight: 300;
    margin: 0;
    padding: 0 16px;
    border: none;
    background-color: transparent;
    outline: none;
    cursor: pointer;
    transition: 0.5s ease-in-out;
    width: 100%;
}

.btn1 span:hover {
    background: #6B6B6B;
    transition: 0.5s ease-in-out;
}

.btn2:hover {
    background: #DADADA;
    color: #000;
    transition: 0.5s ease-in-out;
}

.gallery-img button:hover {
    letter-spacing: 2px;
    transition: 0.5s ease-in-out;
}

.gallery-img {
    margin: 0 0 30px;
}

.glry2 img {
    height: 220px;
    width: 90%;
}

.glry2 {
    margin: 0 auto 20px;
    width: 90%;
}

.glry3 img {
    width: 75%;
    height: 220px;
}

.glry3 {
    margin: 0 auto 30px;
    width: 75%;
    text-align: right;
}

.glry4 img {
    height: 610px;
    width: 100%;
}

.glry5 img {
    height: 450px;
}

.glry5 {
    margin-top: -28%;
}

.glry6 img {
    height: 300px;
    width: 80%;
    margin: 0 0 0 20px;
}

.glry4 {
    margin-top: -86px;
}

.glry7 img {
    height: 300px;
    width: 100%;
}

/*Gallery STart*/

/*Client Start*/

section.client-sec {
    padding: 80px 0;
    min-height: 60vh;
    background-image: url(../images/gallery-back-new.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.client-txt {
    padding-top: 40px;
    border-left: 1px solid #ffffff;
    padding-left: 40px;
}

.client-txt p {
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    width: 98%;
    position: relative;
    line-height: 32px;
}

.client-txt p i {
    position: relative;
    top: -37px;
    color: #7c7c7c;
}

.client-txt ul {
    display: flex;
    align-items: center;
    gap: 20px;
}

.client-txt ul li img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
}

.client-txt ul li h5 {
    font-size: 20px;
    text-transform: uppercase;
    margin: 0;
    font-family: 'Montserrat';
    color: #ffffff;
}

.client-txt ul li h6 {
    font-size: 14px;
    font-family: 'Montserrat';
    margin: 0;
    color: #fff;
}

.client-slider .slick-prev,
.client-slider .slick-next {
    top: -50px;
}

.client-slider .slick-prev:before {
    content: '\f104';
    font-family: 'Font Awesome 5 Pro';
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    color: #000 !important;
    opacity: 1;
    font-size: 26px !important;
}

.client-slider .slick-next:before {
    content: '\f105';
    font-family: 'Font Awesome 5 Pro';
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    color: #000 !important;
    opacity: 1;
    font-size: 26px !important;
}

.client-slider .slick-next {
    right: 35px;
}

.client-slider .slick-prev {
    left: inherit;
    right: 110px;
}

/*Client End*/

/*Collection Start*/

section.collection-sec {
    /* background-image: url(../images/collection-back.jpg); */
    padding: 80px 0;
    /*background-size: cover;*/
    /*background-repeat: no-repeat;*/
    /* background: linear-gradient(143deg, rgba(7, 7, 7, 1) 39%, rgba(76, 76, 76, 1) 45%, rgba(0, 0, 0, 1) 56%, rgba(107, 107, 107, 1) 86%); */
    /* background-color: #00000094; */
    /* background-blend-mode: overlay; */
}

.collection-img {
    border: 1px solid #fff;
    border-radius: 0px;
    padding: 50px 10px 30px 10px;
    margin: 0 auto 0;
    text-align: center;
}

.collection-img img {
    margin: 0 auto 50px;
    text-align: center;
    /* width: 50%; */
    /* height: 70%; */
    /* object-fit: contain; */
}

.collection-img p {
    font-size: 11px;
    margin: 0;
}

.collection-img h5 {
    margin: 0;
    text-transform: capitalize;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
}

.collection-img-sb {
    text-align: center;
}

.colllection-txt {
    padding-left: 50px;
}

.colllection-txt h2 {
    text-transform: uppercase;
}

.colllection-txt p {
    line-height: 34px;
    margin-bottom: 30px ! IMPORTANT;
}

.colllection-txt a.btn2 {
    letter-spacing: 0;
    height: 50px;
    border-radius: 10px;
    padding: 0 30px;
    text-transform: capitalize;
}

/*Collection End*/

/*News letter Start*/

section.newletter-sec {
    /* background-image: url(../images/gallery-back-new.jpg) !important; */
    /* background-size: cover; */
    /* background-repeat: no-repeat; */
    /* width: 100%; */
    padding: 100px 0;
    /* background-attachment: fixed; */
    background-image: none !important;
}

.newletter-txt {
    text-align: center;
}

.newletter-txt h3 {
    text-transform: uppercase;
    font-size: 44px;
    color: #fff;
}

.newletter-txt p {
    font-size: 14px;
}

.netter-in {
    position: relative;
}

.netter-in input {
    width: 100%;
    background: transparent;
    border: 1px solid #fff;
    border-radius: 30px;
    height: 60px;
    padding: 0 20px;
    font-size: 12px;
    font-family: 'Montserrat';
    color: #fff;
}

.netter-in button {
    letter-spacing: 0;
    border: 0;
    position: absolute;
    top: 10px;
    right: 10px;
    text-transform: capitalize;
}

.netter-in input::placeholder {
    color: #fff;
    font-family: 'Montserrat';
}

/*News letter Start*/

/* Footer Section Start */

.footer-text.foter-1-box>img {
    filter: brightness(0) invert(1);
}

.footer-bg {
    position: relative;
    background-image: -moz-linear-gradient(-32deg, rgb(237, 33, 36) 0%, rgb(138, 23, 26) 100%);
    background: #000000;
    background-image: -ms-linear-gradient(-32deg, rgb(237, 33, 36) 0%, rgb(138, 23, 26) 100%);
    padding: 60px 0 0px;
    overflow: hidden;
}

.footer-text h4 {
    font-size: 35px;
    color: #ffffff;
    text-transform: capitalize;
    margin-bottom: 30px;
    font-weight: 500;
    font-family: 'Bebas Neue';
    text-transform: uppercase;
}

.footer-text p {
    font-size: 16px;
    font-family: 'AvenirLTStd-Light';
    color: #ffffff;
    font-weight: 300;
    padding-bottom: 0px;
}

ul.socialmedia {
    display: flex;
    gap: 10px;
}

ul.socialmedia li a {
    color: #fff;
    font-size: 30px;
}

ul.footer-links li a {
    font-size: 16px;
    color: #ffffff;
    font-family: 'AvenirLTStd-Medium';
    font-weight: 500;
    padding-bottom: 0px;
    position: relative;
    text-transform: capitalize;
    line-height: 30px;
    display: block;
    width: fit-content;
}

.footer-text.f_links {
    padding-left: 30px;
}

.footer-text.foter-1-box {
    width: 100%;
}

.pro_list ul {
    column-count: 2;
}

ul.footer-links li a:after {
    position: absolute;
    content: '';
    width: 0;
    height: 1px;
    background: #ffffff;
    left: 0;
    bottom: 0px;
    transition: .5s ease-in-out;
}

ul.footer-links li a:hover:after {
    width: 100%;
}

ul.footer-links li a:hover {
    color: #fff;
}

.footer-text {
    width: 100%;
    margin-left: auto;
}

section.bottom-nav {
    border-top: 2px solid #fff;
    padding-top: 30px;
    margin-top: 20px;
}

.Bottom-nav p {
    font-size: 16px;
    color: #ffffff;
    font-family: 'AvenirLTStd-Medium';
    font-weight: 300;
}

ul.bottom-list {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 30px;
}

ul.bottom-list li a {
    color: #ffffff;
    font-family: 'AvenirLTStd-Medium';
    font-weight: 300;
    font-size: 16px;
    text-transform: capitalize;
}

.footer-text.foter-1-box {
    width: 100%;
}

/* Footer Section End */

/*Inner Banner Start*/

.banner-img-txt {
    position: absolute;
    display: flex;
    align-items: center;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
}

/*.inner-banner-sec:before {
    background-image: linear-gradient(75deg, #000000d1, transparent);
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
}*/

.banner-img-txt h1 {
    font-family: 'Bebas Neue';
    text-transform: uppercase;
    font-size: 100px;
    margin: 0;
    line-height: 1.2;
}

.inner-gallery-sec {
    /*background-image: url(../images/inner-galleryback-new.jpg) !important;*/
    background-size: cover;
}

.inner-gallery-sec .glry4 img {
    height: 520px;
    width: 100%;
}

.inner-gallery-sec .glry4 {
    margin-top: 0;
}

/*Inner Banner Start*/

/*Cart Page Start*/

.cart-page-tble tbody .quanity span {
    border-radius: 0;
    width: 52px;
    height: 52px;
    color: #fff !important;
    transform: skewX(0deg);
    background: transparent;
    border: 1px solid #0000 !important;
}

.product-cart figure,
.product-cart article {
    display: inline-block;
}

.product-cart {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.cart-paypal-box h5 {
    color: #fff;
}

.cw-title h5 {
    color: #fff;
}

.cart-page-tble thead tr {
    height: 60px;
    color: #fff;
    background-color: #4C4C4C;
}

.cart-page-tble thead tr th {
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    font-family: 'Montserrat';
    color: #fff;
}

.cart-page-tble tbody tr td {
    padding: 20px 0px;
}

table.cart-page-tble {
    width: 100%;
}

.product-cart article p {
    font-weight: 400;
    font-size: 16.96px;
    color: #fff;
    text-transform: uppercase;
    margin: 0 0 0px;
    line-height: 25px;
    letter-spacing: 0;
    font-family: 'Montserrat';
}

.product-cart article {
    margin-left: 10px !important;
}

.cart-page-tble tbody tr td input {
    /* height: 60px; */
    /* border: 1px solid #c4c4c4; */
    /* background-color: #ffffff; */
    color: #fff !important;
    text-align: center;
    height: 52px;
    border-radius: 6px;
    border: 1px solid #ebebeb;
    font-size: 23px;
    color: #0000009c;
    font-weight: 500;
    background: #fff0;
    margin: 0;
    border-radius: 0;
    width: 100px;
    transform: skewX(0deg);
    border: 1px solid #0000 !important;
}

.update-cart {
    font-size: 15px;
    text-transform: capitalize;
    color: #000;
    margin-top: 10px;
    margin-bottom: 0;
    font-weight: 500;
    letter-spacing: 0;
}

.unit-sub-price-text {
    font-size: 20px;
    color: #fff;
    font-weight: 400;
    font-family: 'Montserrat';
}

.cart-page-tble tbody tr {
    border-bottom: 1px solid #c4c4c4;
}

.cart-page-tble tbody tr td i {
    margin: 0 auto;
    background-color: #0000;
    border-radius: 0px;
    height: 50px;
    width: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    clip-path: polygon(20% 0, 100% 0, 80% 100%, 0 100%);
}

.cart-cross {
    height: 40px;
    width: 40px;
    font-size: 25px;
    background: #000000;
    color: #fff;
    padding: 7px;
}

.total-box,
.total-f,
.shipping-box {
    padding: 30px 10px 0 30px;
    background-color: transparent;
    /* border: 1px solid #c4c4c4; */
}

.box-border {
    border: 1px solid #c4c4c487;
    padding: 10px 0;
}

.shipping-box {
    border: 1px solid #c4c4c487;
}

.shipping.text-black p {
    color: #fff;
    font-size: 18px;
    font-family: 'Montserrat';
}

.total-f {
    padding: -2px 0px 0px 0px;
    background-color: transparent;
    border-top: 0 !important;
}

.estimate.text-black.mt-30 p {
    color: #fff;
    font-size: 18px;
    font-family: 'Montserrat';
}

.total-box .sum li {
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    line-height: 30px;
    font-family: 'Montserrat';
}

.total-f h4 {
    color: #fff;
    font-family: 'Montserrat';
}

.total-box .sum li span {
    margin-left: 110px;
}

.total-f span {
    margin-left: 71px;
}

.cart-paypal-box {
    margin-top: 50px;
    padding: 45px 0;
    border: 1px solid #c4c4c400;
    border-radius: 0;
    background: #fff0;
}

.cart-paypal-box p {
    display: block;
    width: fit-content;
    margin: auto;
    background-color: #1e181bc9;
    padding: 4px 20px;
    margin-top: -60px;
    margin-bottom: 20px;
    font-weight: 600;
    border: 1px solid #c4c4c400;
    color: #fff;
    font-size: 13.57px;
}

.pd-12-110 {
    padding: 12px 110px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-80 {
    margin-top: 80px;
}

.mt-minus-60 {
    margin-top: -60px;
}

.cart-main-sec {
    padding: 100px 0 80px 0;
}

.cart_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0% auto;
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    height: 50px;
    width: 250px;
    background: #53171d;
    border-radius: 100px;
    font-family: 'Bebas Neue';
}

.cart_btn:hover {
    color: black;
}

.product-cart img {
    width: 70px;
    height: 100px;
    object-fit: contain;
    background-color: #f4f4f457;
    border-radius: 6px;
    text-align: center;
    border: 1px solid #00000021;
}

.product-cart figure {
    /* padding: 10px; */
    margin: 0;
    /* background-color: #eaeaea; */
    /* border-radius: 3px; */
    /* border: 1px solid #c8c8c8; */
}

th:first-child {
    border-radius: 5px 0 0 6px;
}

th:last-child {
    border-radius: 0 5px 5px 0;
}

.shipping-box h4 {
    color: #fff;
    font-family: 'Montserrat';
    font-size: 14px;
    line-height: 20px;
}

.for-lin:before {
    position: absolute;
    content: '';
    left: 0;
    background-image: url(../images/line.png);
    background-repeat: no-repeat;
    width: 949px;
    height: 30px;
    z-index: 9999;
    top: 10px;
}

.for-lin {
    position: relative;
}

.inc {
    background-color: transparent;
    margin-top: 10px;
    padding: 0 10px;
    display: flex;
    align-items: center;
    border-radius: 8px !important;
    border: 0;
    margin-bottom: 10px;
}

.input-number {
    border: none;
    width: 100px !important;
    border: 1px solid #fff !important;
    border-left: 0 !important;
    border-right: 0 !important;
}

.input-number-decrement,
.input-number-increment {
    display: inline-block;
    width: 40px;
    height: 40px;
    display: inline-flex;
    color: #444;
    text-align: center;
    font-weight: 700;
    border: 1px solid white !important;
    cursor: pointer;
    background: #f7f7f700;
    border-radius: 0;
    justify-content: center;
    align-items: center;
}

.input-number,
.input-number1,
.input-number-decrement,
.input-number-increment {
    border: 0;
    height: 20px;
    user-select: none;
    font-weight: 700;
    padding: 5px 5px 5px 5px;
    width: 50px;
    height: 50px;
    transform: skewX(-10deg);
}

a.update {
    color: #fff;
    font-size: 16.96px;
}

.purchasing a {
    color: #FFF !important;
    font-size: 16px;
    font-family: 'Montserrat';
    text-transform: capitalize;
    line-height: 20px;
}

.purchasing a i {
    margin: 0 0 0 10px;
}

.purchasing {
    text-align: right;
}

.number-item ul {
    background: #ffffff6b;
}

.proced {
    font-family: 'Montserrat';
    letter-spacing: 0;
    height: 60px;
    width: 100%;
    border-radius: 5px;
    font-size: 22px;
}

/*Cart Page Start*/

/*CHECKOUT PAGE STRT*/

section.checkout_page {
    padding: 80px 0;
}

.billing_form h3 {
    font-size: 20px;
    color: #ffff;
    margin: 0;
    margin-bottom: 20px;
    line-height: 29px;
    font-weight: 500;
    font-family: 'Montserrat';
    text-transform: capitalize;
}

.billing_form label {
    font-size: 16px;
    color: #fff;
    line-height: 20px;
    font-weight: 400;
    margin: 0 0 10px 0;
    font-family: 'Montserrat';
}

input[type="text"]::placeholder {
    font-family: 'Montserrat';
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    line-height: 14px;
}

.radiosss p {
    color: #7C7C7C;
    font-size: 12px;
    font-family: 'Montserrat';
    font-weight: 600;
}

.billing_form input {
    width: 100%;
    height: 50px;
    border: 1px solid #e2e2e25e;
    margin-bottom: 20px;
    padding-left: 15px;
    background-color: transparent;
    border-radius: 0;
    transform: skew(0deg);
    color: #fff;
}

.billing_form input::placeholder {
    color: #fff;
    font-family: 'Montserrat';
}

.cart_sidebar .cart_lst li:not(:last-child) {
    margin-bottom: 15px;
    font-size: 14.98px;
    font-family: 'Montserrat';
    font-weight: 400;
    color: #fff;
}

.cart_sidebar .cart_lst li {
    font-size: 14px;
    color: #7c7c7c;
    font-family: 'Montserrat';
    font-weight: 500;
}

.cart_sidebar .cart_lst li span {
    float: right;
}

.cart_sidebar .cart_lst li:last-child {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    font-family: 'Montserrat';
}

.cart_sidebar .cart_lst {
    margin-top: 20px;
    margin-bottom: 40px;
}

.thankyou_txt {
    padding: 50px;
    border: 2px solid #b7b7b7;
}

.thankyou_txt h3 {
    font-size: 35px;
    color: #000;
    font-weight: 800;
    margin: 0;
}

.thankyou_txt h3 i {
    font-size: 40px;
    margin-right: 15px;
}

.order_det h5 {
    font-size: 20px;
    color: #7c7c7c;
    font-weight: 400;
}

.order_det p {
    font-weight: 700;
    font-size: 20px;
    color: #000;
    margin: 0;
}

.order_complete_detail h3 {
    font-size: 22px;
    color: #000;
    font-weight: 700;
}

.order_detail_table {
    padding: 40px;
    border: 1px solid #b7b7b7;
}

.order_detail_table h5 {
    margin-top: 0px;
    padding-bottom: 15px;
    border-bottom: 1px solid #dbdbdb;
    font-size: 16px;
    font-weight: 700;
    color: #000;
}

.order_detail_table ul {
    margin-top: 20px;
    margin-bottom: 30px;
}

.order_detail_table ul li:not(:last-child) {
    margin-bottom: 25px;
}

.order_detail_table ul li {
    font-size: 14px;
    color: #7c7c7c;
}

.order_detail_table ul li span {
    float: right;
}

.order_detail_table ul li:last-child {
    font-weight: 700;
    color: #000;
}

.order_detail_table h6 {
    font-size: 17px;
    font-weight: 700;
    color: #000;
    padding: 25px 0;
    border-top: 1px solid #dbdbdb;
    margin: 0;
}

.order_detail_table h6 span {
    float: right;
}

.check_menu ul {
    text-align: center;
    margin-bottom: 40px;
}

.check_menu ul li {
    display: inline-block;
    font-size: 22px;
    font-weight: 700;
    color: #7c7c7c;
    margin: 0 14px;
}

.check_menu ul li i {
    font-size: 18px;
}

.check_menu ul li.purp {
    color: #700ea3;
}

.cart_sidebar {
    padding: 40px 25px;
    border: 1px solid #e2e2e25e;
    border-radius: 0;
}

.cart_sidebar h3 {
    font-size: 20px;
    color: #ffff;
    margin: 0;
    margin-bottom: 20px;
    line-height: 39px;
    font-weight: 500;
    font-family: 'Montserrat';
    text-transform: capitalize;
}

.cart_sidebar .h-sub {
    font-weight: 500;
    color: #fff;
    font-size: 23.95px;
    border-bottom: 1px solid #373a33;
    margin-bottom: 20px;
    line-height: 0;
    padding-bottom: 30px;
    padding-top: 20px;
    font-family: 'Montserrat';
}

.cart_sidebar h5 span {
    float: right;
}

.cart_sidebar h4 {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    font-family: 'Montserrat';
}

.cart_sidebar ul li input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.cart_sidebar ul li label {
    position: relative;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    font-family: 'Montserrat';
}

.cart_sidebar ul li label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid #fff;
    box-shadow: 0 1px 2px rgb(0 0 0 / 5%), inset 0px -15px 10px -12px rgb(0 0 0 / 5%);
    padding: 10px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 10px;
}

.cart_sidebar ul li input:checked+label:after {
    content: '';
    display: block;
    position: absolute;
    top: 4px;
    left: 9px;
    width: 6px;
    height: 14px;
    border: solid #ff451b;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.cart_sidebar ul li:not(:last-child) {
    margin-bottom: 5px;
}

.cart_sidebar form {
    margin-top: 30px;
    padding-bottom: 40px;
    border-bottom: 1px solid #b7b7b7;
}

.cart_sidebar form h4 {
    font-size: 14px;
    font-weight: 400;
    color: #b7b7b7;
}

.cart_sidebar form select {
    width: 100%;
    height: 40px;
    padding-left: 15px;
    border-radius: 0;
    border: 1px solid #b7b7b7;
    margin-bottom: 20px;
    appearance: auto;
    color: #b7b7b7;
}

.cart_sidebar form select option {
    color: #000;
}

.cart_sidebar form input {
    width: 100%;
    height: 40px;
    padding-left: 15px;
    border-radius: 0;
    border: 1px solid #b7b7b7;
    margin-bottom: 20px;
    appearance: auto;
    color: #b7b7b7;
}

.cart_sidebar form input::placeholder {
    color: #b7b7b7;
}

.cart_sidebar form button {
    color: #000;
    font-size: 15px;
    border-radius: 0px;
    font-family: 'Poppins', sans-serif;
    padding: 10px 40px;
    background-color: #ebebeb;
    border: 2px solid #ebebeb;
}

.cart_sidebar form button:hover {
    background-color: transparent;
    transition: 0.3s ease-in-out;
}

.checkout_btn {
    padding: 14px 50px;
    display: block;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 17px;
    font-weight: 500;
    background: linear-gradient(180deg, #63ab1e 60%, #4a8f2c 100%);
    text-transform: uppercase;
    border-radius: 100px;
}

.Quick_info ul li a {
    text-transform: lowercase;
    font-size: 14px;
}

ul.shipping-ul {
    border-bottom: 1px solid #dbdbdb;
    margin: 0;
    padding-bottom: 30px;
}

h6.payment-h {
    font-weight: 600;
    color: #fff;
    font-size: 23.78px;
    margin-bottom: 30px;
    font-family: 'Montserrat';
}

label {
    display: inline-block;
    font-family: 'AvenirLTStd-Medium';
    font-size: 16px;
    line-height: 20px;
    color: #7c7c7c;
    font-weight: 500;
    margin-bottom: 12px;
}

.cart_sidebar .radiosss-payments li label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid #b7b7b7;
    box-shadow: 0 1px 2px rgb(0 0 0 / 5%), inset 0px -15px 10px -12px rgb(0 0 0 / 5%);
    padding: 10px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 10px;
    border-radius: 50px;
}

.cart_sidebar .radiosss-payments li input:checked+label:after {
    content: '';
    display: block;
    position: absolute;
    top: 6px;
    border-radius: 20px;
    left: 6px;
    border: 0;
    width: 10px;
    height: 10px;
    background-color: #ff451b;
}

.radiosss-payments .card.card-body {
    padding: 0;
    margin-left: 0;
    padding: 10px;
    background-color: #fff0;
}

.radiosss-payments {
    border-bottom: 1px solid rgb(219, 219, 219);
}

.billing_form {
    padding: 40px;
    border-radius: 0;
    border: 1px solid #636363;
}

.order {
    background: #4C4C4C;
    color: #fff;
    font-family: 'Montserrat';
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 50px;
    font-size: 17px;
}

/*CHECKOUT PAGE END*/

/*lgin signup css*/

.login_area {
    background: #ffffff;
    overflow: hidden;
    padding: 30px 30px;
    border-radius: 0;
    box-shadow: 0 0 20px 0 #0000003d;
    border: 1px solid #fff;
}

.login_content_area h2 {
    display: inline-block;
    width: 100%;
    font-size: 30px;
    color: #000000;
    padding: 0;
    margin: 0 0 10px 0;
    text-transform: capitalize;
    text-align: left;
    position: relative;
    font-family: 'Montserrat';
    font-weight: 500;
    line-height: 70px;
}

.login_content_area h2:after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 106px;
    height: 3px;
    background: unset;
    right: 0;
    margin: 0 auto;
}

.login_content_area .form_area .form-control {
    background: #e5e5e5;
    width: 100%;
    height: 50px;
    line-height: 45px;
    margin: 0 0 20px 0;
    color: #000;
    padding: 0 30px;
    box-shadow: none;
    display: inline-block;
    border-radius: 0;
    font-family: 'Montserrat';
    font-weight: 400;
    border: 1px solid #fff;
}

.login_area .fields_area.buttons_area input {
    margin: 0px 0px 30px;
}

.fields_area.buttons_area input {
    -webkit-appearance: button;
    cursor: pointer;
    width: 100%;
    padding: 0px 10px;
    outline: none;
    height: 50px;
    border-radius: 0;
    font-size: 19.01px;
    color: #ffffff;
    font-weight: 400;
    text-transform: capitalize;
    background: #98a86d;
    border: none;
    font-family: 'Roboto';
}

a.terms-h {
    float: unset !important;
    font-size: 14.41px !important;
    color: #b6b5b5 !important;
    border-bottom: 1px solid #b6b5b5;
}

.login_area input[type="checkbox"],
.login_area input[type="radio"] {
    margin: 7px 10px 0px 0;
    float: left;
}

.login_area p {
    font-weight: 500;
    font-size: 14.41px !important;
    color: #b6b5b5;
    line-height: 29px;
    float: left;
    font-family: 'Montserrat';
}

.fields_area.custom-control.custom-radio a {
    float: right;
    color: #000000;
    font-weight: 400;
    font-size: 14.41px;
    font-family: 'Montserrat';
}

.register_area {
    background: #6B6B6B;
    overflow: hidden;
    padding: 30px 30px;
    border-radius: 0;
}

.form_area p {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #000000;
    margin: 0;
}

.fields_area.buttons_area {
    padding: 20px 0;
}

input.marginleft {
    margin: 0 10px 0 40px !important;
}

.mar-right input {
    margin: 0 10px 0 0;
}

.myAccountSec {
    padding: 100px 0;
}

.fields_area.buttons_area button {
    border: 0;
}

.login-btn {
    height: 60px;
    width: 100%;
    background: #000;
    color: #fff;
    font-size: 16px;
    font-family: 'Montserrat';
    text-transform: uppercase;
}

.register_area h2 {
    color: #fff;
}

.register_area .form_area .form-control {
    background: #e4e4e4 !important;
    border: 0;
}

.register_area .form_area p {
    color: #fff;
}

.register_area .login-btn {
    background: #fff;
    color: #9c191c;
}

.login_content_area input.form-control::placeholder {
    color: #000 !important;
}

.register_area input.form-control::placeholder {
    color: #fff !important;
}

/*Login End*/

/* Products Page Start */

.product-inner-sec .product-side-bar {
    height: 900px;
    overflow-y: scroll;
    padding-right: 0;
}

.product-inner-sec .product-side-bar h4 {
    font-size: 50px;
    margin: 20px 0;
    color: #fff;
    position: relative;
    text-transform: uppercase;
    background: #000;
    height: 80px;
    display: inline-flex;
    align-items: center;
    width: 100%;
    justify-content: left;
    font-family: 'Bebas Neue';
}

.themes-h4:after {
    height: 4px;
    position: absolute;
    content: '';
    width: 22px;
    top: 17px;
    right: 10px;
    background: rgb(173, 178, 182);
    display: none;
}

.product-inner-sec .product-side-bar ul li {
    margin: 20px 0;
    border-bottom: 1px solid #ffffff;
    padding: 10px 0;
}

.product-inner-sec .product-side-bar ul li a input {
    height: 15px;
    width: 15px;
    border: 2px solid #000;
    margin-right: 30px;
}

.product-inner-sec .product-side-bar ul li a label {
    color: #ffffff;
    font-size: 20px;
    font-weight: 500;
}

.product-inner-sec ::-webkit-scrollbar {
    width: 10px;
}

/* Track */

.product-inner-sec ::-webkit-scrollbar-track {
    background: #fff;
}

/* Handle */

.product-inner-sec ::-webkit-scrollbar-thumb {
    background: #747474;
}

.product-inner-sec .al-cent {
    align-items: center;
    margin-bottom: 30px;
}

.product-inner-sec select {
    width: 100%;
    padding: 10px 15px;
    height: 70px;
    background-color: transparent;
    color: #fff;
    border-radius: 0;
    border: 1px solid #fff;
    font-size: 18px;
    border-radius: 0;
    -webkit-appearance: auto;
}

.product-inner-sec h6 {
    margin: 0;
    font-size: 18px;
    float: right;
    color: #fff;
    font-family: 'Montserrat';
}

.product-inner-sec .arrival-text h4 {
    font-size: 21px;
}

.product-inner-sec .product-side-bar ul {
    padding-right: 20px;
}

.about-bottom-btn a {
    padding: 15px 50px;
}

.about-bottom-btn {
    text-align: center;
    margin-top: 30px;
}

.product-inner-sec {
    /* background-position: 0 -750px; */
    background-repeat: no-repeat;
    padding: 100px 2%;
    /*100px 100px 100px 0;*/
}

.product-inner-sec .collection-img {
    margin: 0 0 30px;
    background: #000;
}

.product-inner-sec select option {
    color: #000;
}

/* Products Page End */

/*Product Detail Start*/

.product-details-text h2 {
    font-size: 69.42px;
    color: black;
    font-weight: bold;
}

.product-details-text span {
    font-size: 29.24px;
    font-weight: 700;
    color: #00a2e8;
}

.product-details-text p {
    color: #ffffff;
    font-size: 15px;
    line-height: 30px;
    padding-top: 15px;
    margin-top: 15px;
}

.product-details-text h4 {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    font-family: 'Montserrat';
}

.minus,
.plus {
    width: 20px;
    height: 20px;
    border-radius: 4px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}

input {
    height: 34px;
    width: 100px;
    font-size: 13.11px;
    border: 1px solid #ddd;
    border-radius: 4px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}

.product-details-text input {
    border: none;
    background: #fff0;
    color: #fff;
}

.number {
    border: 1px solid #e1e1e1;
    width: 100%;
    padding-top: 8px;
    padding-bottom: 8px;
    background: #ffffff69;
}

span.minus {
    font-size: 15px;
    padding-left: 15px;
    color: #ffffff;
    cursor: pointer;
}

span.plus {
    font-size: 15px;
    padding-right: 15px;
    color: #ffffff;
    cursor: pointer;
}

.product-details-text h4 {
    padding-bottom: 15px;
}

section.news-letter.product.details {
    margin-top: 120px;
}

.product-details-img {
    text-align: center;
    background: #000;
    width: 100%;
    height: 655px;
    display: grid;
    align-items: center;
    justify-content: center;
    align-content: center;
    border-radius: 12px;
}

.product-details-img img {
    width: 100%;
}

.product-details-text {
    margin-top: 25px;
}

.product-details ul {
    display: flex;
    gap: 20px;
}

.product-details-text button {
    width: 100%;
    padding-left: 23px;
    padding-right: 23px;
    font-size: 14.58px;
    height: 45px;
    margin-top: 4px;
    margin-left: 40px;
    font-weight: bold;
    color: white;
    background: #ffcc00;
    border: none;
}

/* Description Product Detail Css */

.description li.nav-item {
    margin-right: 12px;
}

.description li.nav-item button {
    width: 240px;
    height: 70px;
    font-size: 18px;
    border-radius: 0;
    font-weight: 300;
    color: #fff;
    font-family: 'Montserrat';
    font-weight: 500;
    text-transform: capitalize;
    background: #ffffff36;
}

.description li.nav-item .nav-link.active {
    border: 0;
    color: #ffffff;
    font-weight: 600;
    border-radius: 0;
    font-size: 20px;
    background: #ffffff6b;
}

.rev-btn {
    display: inline-block;
}

.description {
    padding: 40px 0 0;
    position: relative;
}

.rate {
    height: 46px;
    /* padding: 0 10px; */
    float: left;
    display: block;
    clear: both;
}

.rate input {
    top: 0;
    visibility: hidden;
}

.rate:not(:checked)>input {
    position: absolute;
    /* top: -9999px; */
}

.rate:not(:checked)>label {
    float: right;
    width: 0.8em;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    font-size: 35px;
    color: #ccc;
    margin: 0 3px;
}

button.btn1.tabs-btn {
    font-size: 16px;
    padding: 10px 50px;
    margin-top: 20px;
    display: block;
}

.rate:not(:checked)>label:before {
    content: '\f005';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 26px;
}

.rate>input:checked~label {
    color: #f9d71c;
}

.rate:not(:checked)>label:hover,
.rate:not(:checked)>label:hover~label {
    color: #deb217;
}

.rate>input:checked+label:hover,
.rate>input:checked+label:hover~label,
.rate>input:checked~label:hover,
.rate>input:checked~label:hover~label,
.rate>label:hover~input:checked~label {
    color: #c59b08;
}

.description .tab-content p {
    color: #fff;
    font-weight: 500;
    font-size: 15px;
    line-height: 30px;
    font-family: 'Montserrat';
    padding: 10px 0;
}

.prd-det-page-review-heading {
    letter-spacing: 1px;
    margin: 30px 0px;
    padding: 10px 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.prd-det-page-review-heading span {
    font-size: 1.3rem;
    color: #252525;
    margin-bottom: 10px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.prd-det-page-review-box-container {
    display: block;
}

.prd-det-page-review-box {
    width: 100%;
    box-shadow: 2px 2px 30px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    padding: 20px;
    margin: 15px;
    cursor: pointer;
}

.profile-img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 10px;
}

.profile-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.profile {
    display: flex;
    align-items: center;
}

.name-user {
    display: flex;
    flex-direction: column;
}

.name-user strong {
    color: #3d3d3d;
    font-size: 1.1rem;
    letter-spacing: 0.5px;
}

.name-user span {
    color: #979797;
    font-size: 0.8rem;
}

.prd-det-page-reviews {
    color: #f9d71c;
}

.box-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.client-comment p {
    font-size: 0.9rem;
    color: #4b4b4b;
}

.prd-det-page-review-box:hover {
    transform: translateY(-10px);
    transition: all ease 0.3s;
}

.description .tab-content input[type="text"] {
    width: 100%;
    border: 0px;
    background-color: rgb(246, 246, 246);
    padding: 10px;
    height: 50px;
    margin-bottom: 20px;
    font-family: 'Montserrat';
    font-weight: 500;
    color: rgb(124, 124, 124);
}

.prdtc-rvw ul {
    display: flex;
    align-items: center;
    margin-bottom: 0;
}

.description .tab-content form .row {
    align-items: center;
}

.prdtc-rvw i {
    font-size: 25px;
    margin-right: 10px;
}

.description .tab-content textarea {
    width: 100%;
    border: 0px;
    background-color: rgb(246, 246, 246);
    padding: 10px;
    margin-bottom: 20px;
    font-family: 'Montserrat';
    font-weight: 500;
    color: rgb(124, 124, 124);
}

.description .tab-content form {
    margin-bottom: 70px;
}

.prdtc-rvw i:hover {
    color: #FFC107;
}

.productdetailportion img {
    width: 100%;
    object-fit: none;
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
    border-color: #e9ecef #e9ecef #dee2e6;
    isolation: isolate;
    background: rgb(0 0 0);
}

.nav-tabs {
    margin-bottom: 30px;
}

.rev-btn h6 {
    font-size: 30px;
    font-family: 'gilory';
    margin-bottom: 20px;
}

/* Description Product Detail Css */

.product-details {
    padding: 100px 0;
}

.product-details-text h2 {
    color: #fff;
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 47px;
    line-height: 52px;
    margin: 0 0 10px;
}

.cart-btn {
    background: #ffffff78;
    color: #fff;
    padding: 0 30px;
    height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-family: 'Montserrat';
}

/*Product Detail Start*/

/* Contact Page Start */

section.contact-sec {
    padding: 100px 0;
}

.get-in-touch-sec {
    background-repeat: no-repeat;
    padding: 20px 40px 1px 50px !important;
    border-radius: 0;
    width: 97%;
    padding-bottom: 10%;
    height: 100%;
    background: #ffffff2b;
    margin: 30px 0;
    backdrop-filter: blur(5px);
}

.get-in-touch-sec h4 {
    font-size: 50px;
    color: #fff;
    font-family: 'Bebas Neue';
    font-weight: 600;
    text-transform: uppercase;
    line-height: 70px;
    margin: 5px 0;
}

.get-in-touch-sec p {
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 7%;
    line-height: 26px;
    font-family: 'AvenirLTStd-Light';
}

.get-in-touch-sec ul {
    display: flex;
    margin-bottom: 10%;
    align-items: center;
    gap: 20px;
}

.get-in-touch-sec ul li span {
    color: #ef165d;
    background: #ffffff;
    padding: 20px 20px;
    border-radius: 100%;
    font-size: 22px;
    margin-right: 30px;
}

.get-in-touch-sec ul li span.fa-map-marker-alt {
    padding: 20px 23px;
}

.get-in-touch-sec ul li h6 {
    font-size: 30px;
    color: #fff;
    margin-bottom: 0px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 20px;
    font-family: 'Bebas Neue';
}

.get-in-touch-sec ul li a {
    font-size: 16px;
    color: #ffff;
    font-family: 'AvenirLTStd-Light';
    font-weight: 600;
    line-height: 40px;
}

.req-qoute-sec h4 {
    font-size: 50px;
    margin: 0 0 30px 0;
    position: relative;
    font-weight: 600;
    color: #ffffff;
    text-transform: uppercase;
    line-height: 55px;
    font-family: 'Bebas Neue';
}

.contact-inpt.about-text a {
    padding: 25px 40px !important;
}

.contact-inpt input {
    width: 100%;
    padding: 0 20px;
    border: 1px solid #b7b7b7;
    margin-bottom: 3%;
    color: #ffffff;
    height: 55px;
    text-align: left;
    background: transparent;
    font-family: 'AvenirLTStd-Light';
}

.contact-inpt textarea {
    width: 100%;
    border: 1px solid #b7b7b7;
    margin-bottom: 10px;
    padding: 12px 20px;
    resize: none;
    border-radius: 4px;
    resize: vertical;
    height: 170px;
    background: transparent;
    color: #fff;
    font-family: 'AvenirLTStd-Light';
}

.contact-inpt input::placeholder {
    color: #000 !important;
    font-family: 'AvenirLTStd-Light';
}

.contact-inpt textarea::placeholder {
    font-size: 14px;
    font-family: 'AvenirLTStd-Light';
    color: #fff;
    opacity: .7;
}

.req-qoute-sec {
    padding: 50px 25px 45px 40px;
    position: relative;
    background: #ffffff2b;
    height: 100%;
    box-shadow: 0 0 7px 0px #00000042;
    backdrop-filter: blur(5px);
}

.req-qoute-sec h4:before {
    content: "";
    background: #ffffff;
    position: absolute;
    left: -40px;
    top: -8px;
    height: 55px;
    width: 7px;
}

.get-in-touch-sec ul li i {
    background: #fff;
    height: 70px;
    width: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 30px;
    color: #000;
}

.contact-inpt button {
    font-size: 16px;
    border: 0;
    border-radius: 0;
    padding: 0 30px;
    height: 50px;
    letter-spacing: 2px;
}

.inner-contact-map {
    text-align: center;
}

.inner-contact-map iframe {
    width: 100%;
    height: 400px;
    margin: 0 0 30px;
    filter: invert(1);
}

.inner-contact-map h4 {
    font-size: 40px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Oswald';
    line-height: 50px;
}

.contact-inpt button {
    border-radius: 100px;
}

/* Contact Page End */

.header-logo a img {
    width: 38%;
    filter: invert(1);
}

.banner-buy a img {
    filter: brightness(40.5);
}

.colllection-txt h2 {
    color: #fff;
    font-size: 70px;
    margin-bottom: 20px;
}

.text-img img {
    mix-blend-mode: luminosity;
}

.banner-img-btn a {
    background: #000 !important;
    color: #fff !important;
    width: fit-content;
    height: 70px;
    gap: 10px;
    position: relative;
    /*animation: pulse-animation 1s infinite;*/
    border-radius: 60px;
    padding: 0 35px;
    padding-top: 4px;
}

/*@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.8);
  }
  100% {
    box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
  }
}*/
/*.banner-img-btn a:before{
    width: 100%;
    height: 100%;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-color: red;
}
.banner-img-btn a:after{
    width: 100%;
    height: 100%;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-color: green;
}*/

.banner-img-btn a h6 {
    color: #fff !important;
}

.banner-img-btn:hover a h6 span {
    color: #fff;
}

.register_area .form_area .form-control::placeholder {
    color: #000 !important;
}

.client-head h2 {
    color: #ffffff !important;
    font-size: 80px;
    font-weight: 500;
    margin-bottom: 20px;
}

.client-head p {
    color: #fff;
}

.number-item button {
    color: #fff;
    background: no-repeat;
    border: unset;
    outline: none;
}

.billing_form input {
    text-align: left;
}

.page-loader {
    position: fixed;
    z-index: 99999999;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
}

.page-loader>video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.page-loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #000;
    /* Optional background color */
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.page-loader video {
    max-width: 100%;
    max-height: 100%;
}

body.no-scroll {
    overflow: hidden;
}


/* new css */

.new_changes_h .about-txt h2 {
    font-family: 'Bebas Neue' !IMPORTANT;
    display: flex;
    gap: 15px;
    font-size: 80px !IMPORTANT;
}

.new_changes_h .about-txt h2>br {
    display: none;
}

.new_changes_h .about-txt h2 img {
    display: none !IMPORTANT;
}

.new_changes_h .btn2 {
    letter-spacing: 0;
    background: transparent;
    color: #fff;
    font-size: 26px;
    font-weight: 500;
    font-family: 'Bebas Neue';
    height: 50px;
    padding-top: 3px;
}

.product-sec.new_changes_h .product-head h3 {
    font-family: 'Bebas Neue' ! IMPORTANT;
    font-size: 80px ! IMPORTANT;
    font-weight: 500;
}

.product-sec.new_changes_h .product-head h3>br {
    display: none !important;
}

.product-sec.new_changes_h .product-head h3 img {
    display: none !IMPORTANT;
}

.product-sec.new_changes_h .product-head {
    margin-bottom: 40px;
}

.banner-img.inner-banner-sec>img {
    display: none;
}

.h_new_changes .newletter-txt h3 {
    font-family: 'Bebas Neue' !important;
    font-size: 80px !IMPORTANT;
    line-height: 1 !IMPORTANT;
    font-weight: 500 !IMPORTANT;
}

.h_new_changes .newletter-txt h3 img {
    display: none !IMPORTANT;
}

.h_new_changes .newletter-txt p {
    font-size: 16px;
}

.banner-img.inner-banner-sec {
    display: none;
}

.nav-right li a:hover {
    color: #2d2d2d;
}


.contact-inpt input::placeholder {
    color: #fff !IMPORTANT;
    opacity: .7;
}

.contact-inpt button {
    font-family: 'Bebas Neue';
    font-size: 25px;
    background: transparent;
    color: #fff;
    border: 1px solid #fff;
}

.privacy-policy-text {
    padding: 100px 0px;
}

.privacy-policy-text p {
    font-family: 'AvenirLTStd-Light' !IMPORTANT;
    color: #fff !important;
    opacity: .7;
}

.privacy-policy-text h3 {
    font-family: 'Bebas Neue' !IMPORTANT;
    font-weight: 500;
    font-size: 40px !IMPORTANT;
}

.privacy-policy-text p>a {
    color: #ffff;
    opacity: 1;
    border-bottom: 1px solid;
}

.nav-right li a.nesd {
    margin: 0 -15px;
}

.footer-text.pro_list ul {
    column-count: 1;
}

.privacy-policy-text>h2:first-child {
    font-size: 70px;
}

ul.footer-links.wow.fadeInUpBig {
    visibility: visible !important;
}

.footer-text.wow.fadeInUpBig {
    visibility: visible !important;
}

.Bottom-nav.wow.fadeInUpBig {
    visibility: visible !important;
}

.bottom-nav .col-lg-6.col-md-6.wow.fadeInUpBig {
    visibility: visible !important;
}

.wow {
    visibility: visible !important;
}

.card-body {
    display: flex;
    min-height: 60vh;
    padding: 100px 0px;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

/*Media Query Start*/

@media only screen and (min-width: 1366px) and (max-width: 1920px) {}

@media only screen and (min-width: 1291px) and (max-width: 1365px) {
    .Bottom-nav p {
        font-size: 12px;
    }

    .cart-main-sec {
        padding: 50px 0 80px 0;
    }

    .billing_form input {
        text-align: left;
        margin-bottom: 10px;
    }

    .billing_form label {
        font-size: 14px;
    }

    .cart_sidebar .h-sub {
        font-size: 17.95px;
    }

    h6.payment-h {
        font-size: 17.78px;
    }

    .billing_form {
        padding: 20px;
    }

    .cart_sidebar {
        padding: 20px 20px;

    }

    .cart-page-tble thead tr th {
        padding: 10px 5px;
        font-size: 9px;

    }

    .total-f h4 {

        font-size: 20px;
    }

    .box-border {
        margin-bottom: 20px !important;
    }

    .shipping-box {
        margin-top: 0 !important;
    }

    .total-box label {
        font-size: 12px;
    }

    html .total-box input {
        width: 100% !important;
    }

    .cw-title h5 {
        color: #fff;
        margin-bottom: 5px;
    }

    .total-box,
    .total-f,
    .shipping-box {
        padding: 10px 10px 0 10px;
    }

    .cart-page-tble tbody tr td input {
        height: 32px;
        font-size: 12px;
    }

    .cart-page-tble tbody tr td input {
        font-size: 13px;
    }

    .number-item button {
        font-size: 11px;
    }

    .cart-page-tble thead tr {
        height: 40px !important;
        color: #fff;
    }

    ul.bottom-list li a {
        font-size: 13px;
    }

    section.bottom-nav {
        padding-top: 20px;
        margin-top: 10px;
    }

    section.client-sec {
        padding: 40px 0;
    }

    .menuSec {
        padding: 10px 0;
        background: #000;
    }

    .header-logo a img {
        width: 60% !important;
        filter: invert(1);
    }

    .nav-right li a {
        font-size: 18px;
    }

    .nav-right {
        gap: 20px;
    }

    .about-img img {
        width: 95%;
        height: 325px;
    }

    .nav-right li a.nesd {
        margin: 0 -0px;
    }

    .menuSec ul li a {
        font-size: 18px;
    }

    section.about-sec.new_changes_h .row {
        align-items: center;
    }

    .about-txt ul {
        gap: 20px;
        margin: 0 0 20px;
    }

    .hide_vid video {
        width: 100% !important;
        height: 100% !important;
    }

    .banner-img {
        height: 40vh;
    }

    .product-inner-sec .product-side-bar ul li a label {
        font-size: 16px;
        margin-bottom: 0;
    }

    .product-inner-sec .collection-img {
        margin: 0 0 30px;
        background: #000;
        height: 360px;
    }

    .product-inner-sec h6 {
        font-size: 15px;
    }

    .product-inner-sec select {
        height: 50px;
        font-size: 14px;
    }

    .product-inner-sec .product-side-bar ul li {
        margin: 10px 0;
        border-bottom: 1px solid #ffffff;
        padding: 5px 0;
    }

    a.terms-h {
        font-size: 10.41px !important;
    }

    .fields_area.custom-control.custom-radio label {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        margin-bottom: 0;
    }

    .fields_area.custom-control.custom-radio input {
        height: 22px;
        width: 20px;
        margin: 0 4px 0px 0px;
    }

    .register_area {
        padding: 10px 10px;
    }

    .fields_area.custom-control.custom-radio a {
        font-size: 12.41px;
    }

    .purchasing a {
        font-size: 14px;
    }

    .product-cart img {
        width: 60px;
        height: 60px;
    }

    .unit-sub-price-text {
        font-size: 14px;
    }

    .cart-page-tble tbody tr td i {
        width: 40px;
    }

    .product-details-text button {
        margin-left: 0 !important;
    }

    .product-details-img img {
        width: 100%;
        height: fit-content !important;
    }

    .product-details-img {
        background: none !important;
    }

    html .product-details-text button {
        font-size: 12px !important;
    }

    section.contact-sec {
        padding: 60px 0;
    }

    .get-in-touch-sec ul {
        margin-bottom: 7%;
    }

    .req-qoute-sec h4:before {
        left: -10px;
        top: 2px;
        height: 45px;
        width: 3px;
    }

    .fields_area.custom-control.custom-radio label {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        margin-bottom: 0;
    }

    .fields_area.custom-control.custom-radio {
        display: flex;
        align-items: center;
        justify-content: space-around;
        margin-top: 10px;
    }

    .get-in-touch-sec ul li a {
        font-size: 12px;
    }

    .get-in-touch-sec ul li h6 {
        font-size: 25px;
        line-height: 17px;
    }

    .get-in-touch-sec ul li i {
        height: 60px;
        width: 60px;
        font-size: 25px;
    }

    .get-in-touch-sec h4 {
        font-size: 45px;
        margin: 5px 0;
    }

    .contact-inpt.about-text {
        margin-top: -15px;
    }

    .req-qoute-sec h4 {
        font-size: 45px;
        margin: 0 0 10px 0;
    }

    .req-qoute-sec {
        padding: 20px 15px 15px 10px;
    }

    .get-in-touch-sec {
        padding: 10px 10px 1px 20px !important;
        width: 97%;
    }

    section.gallery-sec.inner-gallery-sec {
        padding: 50px 0;
    }

    section.gallery-sec.inner-gallery-sec .gallery-img {
        margin: 0 0 20px;
    }

    .register_area .fields_area.custom-control.custom-radio {
        display: flex;
        align-items: center;
        justify-content: space-around;
        margin-top: 0;
        margin-bottom: 5px;
    }

    .login_content_area .form_area .form-control {
        margin: 0 0 10px 0;
    }

    .login-btn {
        height: 40px;
    }

    .fields_area.buttons_area {
        padding: 0px 0;
    }

    .login_content_area h2 {
        font-size: 22px;
        line-height: 30px;
    }

    .login_area {
        padding: 10px 10px;
    }

    .product-details-text button {
        font-size: 14px !important;
    }

    .myAccountSec {
        padding: 60px 0;
    }

    .description li.nav-item .nav-link.active {
        font-size: 14px;
    }

    .product-details {
        padding: 50px 0;
    }

    .product-details ul {
        padding-bottom: 15px;
    }

    .description li.nav-item button {
        width: 160px;
        height: 50px;
        font-size: 14px;
    }

    .product-details-text p {
        line-height: 30px;
        padding-top: 0;
        margin-top: 0;
    }

    .product-details-text h4 {
        padding-bottom: 0;
    }

    .product-details-text h2 {
        font-size: 35px;
        line-height: 32px;
        margin: 0 0 10px;
    }

    .product-details-img {
        width: 100%;
        height: fit-content;
    }

    .product-inner-sec {
        background-repeat: no-repeat;
        padding: 50px 2%;
    }

    section.product-inner-sec.inner-gallery-sec .row {
        justify-content: center;
    }

    .banner-img-btn a {
        height: 50px;
        padding: 0 25px;
        padding-top: 4px;
    }

    .product-inner-sec .product-side-bar h4 {
        font-size: 40px;
        margin: 10px 0;
        height: 40px;
    }

    .banner-img-btn a h6 span {
        font-size: 20px;
    }

    section.product-sec {
        padding: 30px 0;
    }

    .product-sec.new_changes_h .product-head h3 {
        margin-bottom: 0;
        font-size: 50px !important;
    }

    section.about-sec {
        padding: 40px 0;
    }

    .new_changes_h .about-txt h2 {
        margin-bottom: 0;
        font-size: 50px !important;
        line-height: 50px !important;
    }

    .product-img img {
        width: 100%;
        height: 170px;
        object-fit: cover;
        border-radius: 0px;
    }

    .gallery-img {
        margin: 0 0 0px;
    }

    section.gallery-sec {
        padding: 10px 0;
    }

    .gallery-head h3 {
        font-size: 50px;
        font-weight: 500;
        margin-bottom: 5px;
    }

    .client-slider .slick-prev:before {
        width: 30px;
        height: 30px;
        font-size: 20px !important;
    }

    .client-slider .slick-prev {
        left: inherit;
        right: 80px;
    }

    .client-slider .slick-next:before {
        width: 30px;
        height: 30px;
        font-size: 20px !important;
    }

    .client-head h2 {
        font-size: 50px;
        margin-bottom: 0px;
    }

    .client-txt ul li img {
        width: 60px;
        height: 60px;
    }

    .client-txt ul {
        gap: 10px;
        margin-bottom: 0;
    }

    section.collection-sec {
        padding: 40px 0;

    }

    .collection-img {
        padding: 10px 10px 10px 10px;
        margin: 0 auto 0;
        text-align: center;
        height: 500px;
    }

    .netter-in button {
        top: 6px;
    }

    .netter-in input {
        height: 55px;
        font-size: 12px;
        text-align: left;
    }

    .h_new_changes .newletter-txt h3 {
        margin-bottom: 5px;
        line-height: 1 !important;
        font-size: 50px !important;
        font-weight: 500 !important;
    }

    section.newletter-sec {
        padding: 50px 0;
    }

    .btn2 {
        font-size: 12px !important;
        height: 40px !important;
        padding: 0 20px !important;
    }

    .collection-img p {
        font-size: 11px;
        line-height: 20px;
    }

    .colllection-txt h2 {
        font-size: 45px;
        margin-bottom: 0px;
        line-height: 50px;
    }

    .colllection-txt p {
        margin-bottom: 15px !important;
    }

    .colllection-txt {
        padding-left: 0px;
        margin-top: 20px;
    }

    p {
        font-size: 12px !important;
        line-height: 20px !important;
    }

    .footer-text h4 {
        font-size: 28px;
        margin-bottom: 20px;
    }

    .collection-img img {
        margin: 0 auto 20px;
        text-align: center;
        width: 100% !important;
        height: 260px !important;
        object-fit: cover !important;
    }

    ul.footer-links li a {
        font-size: 14px;
        line-height: 25px;
    }

    ul.socialmedia li a {
        font-size: 22px;
    }

    .footer-text.foter-1-box>img {
        width: 70%;
        margin-bottom: 5px;
    }

    .footer-text p {
        font-size: 12px;
        line-height: 20px;
    }

    section.checkout_page.inner-gallery-sec .row {
        margin-top: 0 !important;
    }

    .cart-page-tble tbody .quanity span {
        height: 62px;
    }

}

@media only screen and (min-width: 992px) and (max-width: 1290px) {
    .Bottom-nav p {
        font-size: 12px;
    }

    .cart-main-sec {
        padding: 130px 0 130px 0;
    }

    .total-box .sum li {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .total-box .sum li span {
        margin-left: 0;
    }

    html body input#couponCode {
        width: 100% !important;
    }

    .billing_form input {
        text-align: left;
        margin-bottom: 10px;
    }

    .billing_form label {
        font-size: 14px;
    }

    .cart_sidebar .h-sub {
        font-size: 17.95px;
    }

    h6.payment-h {
        font-size: 17.78px;
    }

    .billing_form {
        padding: 20px;
    }

    .cart_sidebar {
        padding: 20px 20px;
    }

    .cart-page-tble thead tr th {
        padding: 10px 5px;
        font-size: 9px;
    }

    .total-f h4 {
        font-size: 20px;
    }

    .box-border {
        margin-bottom: 60px !important;
    }

    .shipping-box {
        margin-top: 0 !important;
    }

    .total-box label {
        font-size: 12px;
    }

    html .total-box input {
        width: 100% !important;
    }

    .cw-title h5 {
        color: #fff;
        margin-bottom: 5px;
    }

    .total-box,
    .total-f,
    .shipping-box {
        padding: 10px 10px 0 10px;
    }

    .cart-page-tble tbody tr td input {
        height: 32px;
        font-size: 12px;
    }

    .cart-page-tble tbody tr td input {
        font-size: 13px;
    }

    .number-item button {
        font-size: 11px;
    }

    .cart-page-tble thead tr {
        height: 40px !important;
        color: #fff;
    }

    ul.bottom-list li a {
        font-size: 13px;
    }

    section.bottom-nav {
        padding-top: 20px;
        margin-top: 10px;
    }

    section.client-sec {
        padding: 40px 0;
    }

    .menuSec {
        padding: 10px 0;
        background: #000;
    }

    .header-logo a img {
        width: 60% !important;
        filter: invert(1);
    }

    .nav-right li a {
        font-size: 18px;
    }

    .nav-right {
        gap: 20px;
    }

    .about-img img {
        width: 95%;
        height: 325px;
    }

    .nav-right li a.nesd {
        margin: 0 -0px;
    }

    .menuSec ul li a {
        font-size: 18px;
    }

    section.about-sec.new_changes_h .row {
        align-items: center;
    }

    .about-txt ul {
        gap: 20px;
        margin: 0 0 20px;
    }

    .hide_vid video {
        width: 100% !important;
        height: 100% !important;
    }

    .banner-img {
        height: 40vh;
    }

    .product-inner-sec .product-side-bar ul li a label {
        font-size: 16px;
        margin-bottom: 0;
    }

    .product-inner-sec .collection-img {
        height: 360px;
        margin: 0 0 30px;
        background: #000;
    }

    .product-inner-sec h6 {
        font-size: 15px;
    }

    .product-inner-sec select {
        height: 50px;
        font-size: 14px;
    }

    .product-inner-sec .product-side-bar ul li {
        margin: 10px 0;
        border-bottom: 1px solid #ffffff;
        padding: 5px 0;
    }

    a.terms-h {
        font-size: 10.41px !important;
    }

    .fields_area.custom-control.custom-radio input {
        height: 22px;
        width: 20px;
        margin: 0 4px 0px 0px;
    }

    .fields_area.custom-control.custom-radio label {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        margin-bottom: 0;
    }

    .register_area {
        padding: 10px 10px;
    }

    .fields_area.custom-control.custom-radio a {
        font-size: 12.41px;
    }

    .purchasing a {
        font-size: 14px;
    }

    .product-cart img {
        width: 60px;
        height: 60px;
    }

    .unit-sub-price-text {
        font-size: 14px;
    }

    .cart-page-tble tbody tr td i {
        width: 40px;
    }

    .product-details-text button {
        margin-left: 0 !important;
    }

    .product-details-img img {
        width: 100%;
        height: 100% !important;
    }

    section.description {
        padding-top: 100px;
    }

    .rate:not(:checked)>label {
        height: 40px;
        padding-top: 2px;
    }

    .product-details-img {
        background: none !important;
    }

    html .product-details-text button {
        font-size: 12px !important;
    }

    section.contact-sec {
        padding: 60px 0;
    }

    .get-in-touch-sec ul {
        margin-bottom: 7%;
    }

    .req-qoute-sec h4:before {
        left: -10px;
        top: 2px;
        height: 45px;
        width: 3px;
    }

    .fields_area.custom-control.custom-radio {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-top: 10px;
    }

    .fields_area.custom-control.custom-radio label {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        margin-bottom: 0;
    }

    .get-in-touch-sec ul li a {
        font-size: 12px;
    }

    .get-in-touch-sec ul li h6 {
        font-size: 25px;
        line-height: 17px;
    }

    .get-in-touch-sec ul li i {
        height: 60px;
        width: 60px;
        font-size: 25px;
    }

    .get-in-touch-sec h4 {
        font-size: 45px;
        margin: 5px 0;
    }

    .contact-inpt.about-text {
        margin-top: -15px;
    }

    .req-qoute-sec h4 {
        font-size: 45px;
        margin: 0 0 10px 0;
    }

    .req-qoute-sec {
        padding: 20px 15px 15px 10px;
    }

    .get-in-touch-sec {
        padding: 10px 10px 1px 20px !important;
        width: 97%;
    }

    section.gallery-sec.inner-gallery-sec {
        padding: 50px 0;
    }

    section.gallery-sec.inner-gallery-sec .gallery-img {
        margin: 0 0 20px;
    }

    .register_area .fields_area.custom-control.custom-radio {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-top: 0;
        margin-bottom: 5px;
    }

    .login_content_area .form_area .form-control {
        margin: 0 0 10px 0;
    }

    .login-btn {
        height: 40px;
    }

    .fields_area.buttons_area {
        padding: 0px 0;
    }

    .login_content_area h2 {
        font-size: 22px;
        line-height: 30px;
    }

    .login_area {
        padding: 10px 10px;
    }

    .product-details-text button {
        font-size: 14px !important;
    }

    .myAccountSec {
        padding: 60px 0;
    }

    .description li.nav-item .nav-link.active {
        font-size: 14px;
    }

    .product-details {
        padding: 50px 0;
    }

    .product-details ul {

        padding-bottom: 15px;
    }

    .description li.nav-item button {
        width: 160px;
        height: 50px;
        font-size: 14px;

    }

    .product-details-text p {
        line-height: 30px;
        padding-top: 0;
        margin-top: 0;
    }

    .product-details-text h4 {
        padding-bottom: 0;
    }

    .product-details-text h2 {
        font-size: 35px;
        line-height: 32px;
        margin: 0 0 10px;
    }

    .product-details-img {
        width: 100%;
        height: 100%;
        display: block;
    }

    .product-inner-sec {
        background-repeat: no-repeat;
        padding: 50px 2%;
    }

    section.product-inner-sec.inner-gallery-sec .row {
        justify-content: center;
    }

    .banner-img-btn a {
        height: 50px;
        padding: 0 25px;
        padding-top: 4px;
    }

    .product-inner-sec .product-side-bar h4 {
        font-size: 40px;
        margin: 10px 0;
        height: 40px;
    }

    .banner-img-btn a h6 span {
        font-size: 20px;
    }

    section.product-sec {
        padding: 30px 0;
    }

    .product-sec.new_changes_h .product-head h3 {
        margin-bottom: 0;
        font-size: 50px !important;
    }

    section.about-sec {
        padding: 40px 0;
    }

    .new_changes_h .about-txt h2 {
        margin-bottom: 0;
        font-size: 50px !important;
        line-height: 50px !important;
    }

    .product-img img {
        width: 100%;
        height: 170px;
        object-fit: cover;
        border-radius: 0px;
    }

    .gallery-img {
        margin: 0 0 0px;
    }

    section.gallery-sec {
        padding: 10px 0;
    }

    .gallery-head h3 {
        font-size: 50px;
        font-weight: 500;
        margin-bottom: 5px;
    }

    .client-slider .slick-prev:before {
        width: 30px;
        height: 30px;
        font-size: 20px !important;
    }

    .client-slider .slick-prev {
        left: inherit;
        right: 80px;
    }

    .client-slider .slick-next:before {
        width: 30px;
        height: 30px;
        font-size: 20px !important;
    }

    .client-head h2 {
        font-size: 50px;
        margin-bottom: 0px;
    }

    .client-txt ul li img {
        width: 60px;
        height: 60px;
    }

    .client-txt ul {
        gap: 10px;
        margin-bottom: 0;
    }

    section.collection-sec {
        padding: 40px 0;
    }

    .collection-img {
        padding: 10px 10px 10px 10px;
        margin: 0 auto 0;
        text-align: center;
        height: 500px;
    }

    .netter-in button {
        top: 6px;
    }

    .netter-in input {
        height: 55px;
        font-size: 12px;
        text-align: left;
    }

    .h_new_changes .newletter-txt h3 {
        margin-bottom: 5px;
        font-size: 50px !important;
        line-height: 1 !important;
        font-weight: 500 !important;
    }

    section.newletter-sec {
        padding: 50px 0;
    }

    .btn2 {
        font-size: 12px !important;
        height: 40px !important;
        padding: 0 20px !important;
    }

    .collection-img p {
        font-size: 11px;
        line-height: 20px;
    }

    .colllection-txt h2 {
        font-size: 45px;
        margin-bottom: 0px;
        line-height: 50px;
    }

    .colllection-txt p {
        margin-bottom: 15px !important;
    }

    .colllection-txt {
        padding-left: 0px;
        margin-top: 20px;
    }

    p {
        font-size: 12px !important;
        line-height: 20px !important;
    }

    .footer-text h4 {
        font-size: 28px;
        margin-bottom: 20px;
    }

    .collection-img img {
        margin: 0 auto 20px;
        text-align: center;
        width: 100% !important;
        height: 260px !important;
        object-fit: cover !important;
    }

    ul.footer-links li a {
        font-size: 14px;
        line-height: 25px;
    }

    ul.socialmedia li a {
        font-size: 22px;
    }

    .footer-text.foter-1-box>img {
        width: 70%;
        margin-bottom: 5px;
    }

    .footer-text p {
        font-size: 12px;
        line-height: 20px;
    }

    section.checkout_page.inner-gallery-sec .row {
        margin-top: 0 !important;
    }

    .number-item ul {
        text-align: center;
        margin: 0 auto 0;
        width: 80%;
        display: block;
    }

    .cart-page-tble tbody .quanity span {
        height: 62px;
    }

    .product-inner-sec .product-side-bar ul li a input {
        margin-right: 10px;
    }

    .card-body {
        padding: 80px 0px;
    }

}

@media only screen and (min-width: 768px) and (max-width: 991px) {

    .Bottom-nav p {
        font-size: 12px;
    }

    .cart-page-tble tbody .quanity span {
        height: 62px;
    }

    section.checkout_page.inner-gallery-sec .row {
        margin-top: 0 !important;
    }

    .cart-main-sec {
        padding: 50px 0 80px 0;
    }

    .billing_form input {
        text-align: left;
        margin-bottom: 10px;
    }

    .billing_form label {
        font-size: 14px;
    }

    .cart_sidebar .h-sub {
        font-size: 17.95px;
    }

    h6.payment-h {
        font-size: 17.78px;
    }

    .billing_form {
        padding: 20px;
        margin-top: 40px;
    }

    .cart_sidebar {
        padding: 20px 20px;
    }

    .cart-page-tble thead tr th {
        padding: 10px 5px;
        font-size: 9px;
    }

    .total-f h4 {
        font-size: 20px;
    }

    .box-border {
        margin-top: 60px;
        margin-bottom: 20px !important;
    }

    .shipping-box {
        margin-top: 0 !important;
    }

    .total-box label {
        font-size: 12px;
    }

    html .total-box input {
        width: 100% !important;
    }

    .cw-title h5 {
        color: #fff;
        margin-bottom: 5px;
    }

    .total-box,
    .total-f,
    .shipping-box {
        padding: 10px 10px 0 10px;
    }

    .cart-page-tble tbody tr td input {
        height: 32px;
        font-size: 12px;
    }

    .cart-page-tble tbody tr td input {
        font-size: 13px;
    }

    .number-item button {
        font-size: 11px;
    }

    .cart-page-tble thead tr {
        height: 40px !important;
        color: #fff;
    }

    ul.bottom-list li a {
        font-size: 13px;
    }

    section.bottom-nav {
        padding-top: 20px;
        margin-top: 10px;
    }

    section.bottom-nav .row {
        align-items: center;
    }

    section.client-sec {
        padding: 40px 0;
    }

    .get-in-touch-sec ul li a {
        line-height: 25px;
    }

    .menuSec {
        padding: 10px 0;
        background: #000;
    }

    .header-logo a img {
        width: 60% !important;
        filter: invert(1);
    }

    .nav-right li a {
        font-size: 18px;
    }

    .nav-right {
        gap: 20px;
    }

    .about-img img {
        width: 95%;
        height: 325px;
    }

    .nav-right li a.nesd {
        margin: 0 -0px;
    }

    .menuSec ul li a {
        font-size: 18px;
    }

    section.about-sec.new_changes_h .row {
        align-items: center;
    }

    .about-txt ul {
        gap: 20px;
        margin: 0 0 20px;
    }

    .hide_vid video {
        width: 100% !important;
        height: 100% !important;
    }

    .banner-img {
        height: 40vh;
    }

    .product-inner-sec .product-side-bar ul li a label {
        font-size: 16px;
        margin-bottom: 0;
    }

    .product-inner-sec .collection-img {
        margin: 0 0 30px;
        background: #000;
        height: 360px;
    }

    .product-inner-sec h6 {
        font-size: 15px;
    }

    .product-inner-sec select {
        height: 50px;
        font-size: 14px;
    }

    .product-inner-sec .product-side-bar ul li {
        margin: 10px 0;
        border-bottom: 1px solid #ffffff;
        padding: 5px 0;
    }

    a.terms-h {
        font-size: 10.41px !important;
    }

    .fields_area.custom-control.custom-radio input {
        height: 22px;
        width: 20px;
        margin: 0 4px 0px 0px;
    }

    .fields_area.custom-control.custom-radio label {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        margin-bottom: 0;
    }

    .register_area {
        padding: 10px 10px;
    }

    .fields_area.custom-control.custom-radio a {
        font-size: 12.41px;
    }

    .purchasing a {
        font-size: 14px;
    }

    .product-cart img {
        width: 60px;
        height: 60px;
    }

    .unit-sub-price-text {
        font-size: 14px;
    }

    .cart-page-tble tbody tr td i {
        width: 40px;
    }

    .product-details-text button {
        margin-left: 0 !important;
    }

    .product-details-img img {
        width: 100%;
        height: fit-content !important;
    }

    .product-details-img {
        background: none !important;
    }

    html .product-details-text button {
        font-size: 12px !important;
    }

    section.contact-sec {
        padding: 60px 0;
    }

    .get-in-touch-sec ul {
        margin-bottom: 7%;
    }

    .req-qoute-sec h4:before {
        left: -10px;
        top: 2px;
        height: 45px;
        width: 3px;
    }

    .fields_area.custom-control.custom-radio {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-top: 10px;
    }

    .get-in-touch-sec ul li a {
        font-size: 12px;
    }

    .get-in-touch-sec ul li h6 {
        font-size: 25px;
        line-height: 17px;
    }

    .get-in-touch-sec ul li i {
        height: 60px;
        width: 60px;
        font-size: 25px;
    }

    .get-in-touch-sec h4 {
        font-size: 45px;
        margin: 5px 0;
    }

    .contact-inpt.about-text {
        margin-top: -15px;
    }

    .req-qoute-sec h4 {
        font-size: 45px;
        margin: 0 0 10px 0;
    }

    .req-qoute-sec {
        padding: 20px 15px 15px 10px;
    }

    .get-in-touch-sec {
        padding: 10px 10px 1px 20px !important;
        width: 97%;
    }

    section.gallery-sec.inner-gallery-sec {
        padding: 50px 0;
    }

    section.gallery-sec.inner-gallery-sec .gallery-img {
        margin: 0 0 20px;
    }

    .register_area .fields_area.custom-control.custom-radio {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-top: 0;
        margin-bottom: 5px;
    }

    .fields_area.custom-control.custom-radio label {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        margin-bottom: 0;
    }

    .login_content_area .form_area .form-control {
        margin: 0 0 10px 0;
    }

    .login-btn {
        height: 40px;
    }

    .fields_area.buttons_area {
        padding: 0px 0;
    }

    .login_content_area h2 {
        font-size: 22px;
        line-height: 30px;
    }

    .login_area {
        padding: 10px 10px;
    }

    .product-details-text button {
        font-size: 14px !important;
    }

    .myAccountSec {
        padding: 60px 0;
    }

    .description li.nav-item .nav-link.active {
        font-size: 14px;
    }

    .product-details {
        padding: 50px 0;
    }

    .product-details ul {
        flex-wrap: wrap;
        padding-bottom: 15px;
    }

    .description li.nav-item button {
        width: 160px;
        height: 50px;
        font-size: 14px;
    }

    .product-details-text p {
        line-height: 30px;
        padding-top: 0;
        margin-top: 0;
    }

    .product-details-text h4 {
        padding-bottom: 0;
    }

    .product-details-text h2 {


        font-size: 35px;
        line-height: 32px;
        margin: 0 0 10px;
    }

    .product-details-img {
        width: 100%;
        height: fit-content;
    }

    .product-inner-sec {
        background-repeat: no-repeat;
        padding: 50px 2%;
    }

    section.product-inner-sec.inner-gallery-sec .row {
        justify-content: center;
    }

    .banner-img-btn a {
        height: 50px;
        padding: 0 25px;
        padding-top: 4px;
    }

    .product-inner-sec .product-side-bar h4 {
        font-size: 40px;
        margin: 10px 0;
        height: 40px;

    }

    .banner-img-btn a h6 span {
        font-size: 20px;
    }

    section.product-sec {
        padding: 30px 0;
    }

    .product-sec.new_changes_h .product-head h3 {
        font-size: 50px !important;
        margin-bottom: 0;
    }

    section.about-sec {
        padding: 40px 0;
    }

    .new_changes_h .about-txt h2 {
        margin-bottom: 10px;
        font-size: 45px !important;
        line-height: 50px !important;
    }

    .product-img img {
        width: 100%;
        height: 170px;
        object-fit: cover;
        border-radius: 0px;
    }

    .gallery-img {
        margin: 0 0 0px;
    }

    section.gallery-sec {
        padding: 10px 0;
    }

    .gallery-head h3 {
        font-size: 50px;
        font-weight: 500;
        margin-bottom: 5px;
    }

    .client-slider .slick-prev:before {
        width: 30px;
        height: 30px;
        font-size: 20px !important;
    }

    .client-slider .slick-prev {
        left: inherit;
        right: 80px;
    }

    .client-slider .slick-next:before {
        width: 30px;
        height: 30px;
        font-size: 20px !important;
    }

    .client-head h2 {
        font-size: 50px;
        margin-bottom: 0px;
    }

    .client-txt ul li img {
        width: 60px;
        height: 60px;

    }

    .client-txt ul {
        gap: 10px;
        margin-bottom: 0;
    }

    section.collection-sec {
        padding: 40px 0;
    }

    .collection-img {
        padding: 10px 10px 10px 10px;
        margin: 0 auto 0;
        text-align: center;
        height: 500px;
    }

    .netter-in button {
        top: 6px;

    }

    .netter-in input {
        height: 55px;
        font-size: 12px;
        text-align: left;
    }

    .h_new_changes .newletter-txt h3 {
        font-size: 50px !important;
        line-height: 1 !important;
        font-weight: 500 !important;
        margin-bottom: 5px;
    }

    section.newletter-sec {
        padding: 50px 0;
    }

    .btn2 {
        font-size: 12px !important;
        height: 40px !important;
        padding: 0 20px !important;
    }

    .collection-img p {
        font-size: 11px;
        line-height: 20px;
    }

    .colllection-txt h2 {
        font-size: 45px;
        margin-bottom: 0px;
        line-height: 50px;
    }

    .colllection-txt p {
        margin-bottom: 15px !important;
    }

    .colllection-txt {
        padding-left: 0px;
        margin-top: 20px;
    }

    p {
        font-size: 12px !important;
        line-height: 20px !important;
    }

    .footer-text h4 {
        font-size: 28px;
        margin-bottom: 20px;

    }

    .collection-img img {
        margin: 0 auto 20px;
        text-align: center;
        width: 100% !important;
        height: 260px !important;
        object-fit: cover !important;
    }

    ul.footer-links li a {
        font-size: 14px;
        line-height: 25px;
    }

    ul.socialmedia li a {
        font-size: 22px;
    }

    .footer-text.foter-1-box>img {
        width: 70%;
        margin-bottom: 5px;
    }

    .footer-text p {
        font-size: 12px;
        line-height: 20px;
    }

    .product-inner-sec .product-side-bar {
        height: fit-content;
    }

    ul.bottom-list {
        gap: 0;
        justify-content: space-between;
    }

    .price_variations_section .price_variations_section ul li label {
        font-size: 16px;
        padding: 12px 20px 12px;
        height: fit-content;
        width: fit-content;
    }

    .card-body {
        padding: 60px 0px;
    }


}

@media only screen and (min-width: 520px) and (max-width: 767px) {

    .pagination {
        margin-top: 25px;
    }

    .gallery-img img {
        height: 345px;
    }

    .product-details-img img {
        width: 60% !important;
        margin: 0 auto !important;
    }

    .product-details-img img {
        width: 55%;
    }

    .product-img img {
        width: 100%;
        height: 250px;
        object-fit: cover;
        border-radius: 0px;
    }

    ul.bottom-list {
        justify-content: center;
        gap: 10px;
    }

    .Bottom-nav p {
        font-size: 12px;
        font-weight: 300;
        margin-bottom: 0;
    }

    ul.bottom-list li a {
        font-size: 12px;

    }

    .Bottom-nav {
        text-align: center;
    }

    section.bottom-nav {
        padding-top: 10px;
        margin-top: 0px;
    }

    .footer-text h4 {
        font-size: 25px;
        margin-bottom: 10px;
    }

    ul.footer-links li a {
        font-size: 12px;
        line-height: 25px;

    }

    .footer-text.foter-1-box>img {
        width: 40%;
        margin-bottom: 5px;
    }

    .footer-text p {
        font-size: 12px;
        line-height: 20px;
    }

    ul.socialmedia li a {
        font-size: 20px;
    }

    .footer-bg {
        padding: 30px 0 0px;
    }

    .h_new_changes .newletter-txt h3 {
        font-size: 35px !important;
        margin-bottom: 5px;
    }

    ul {
        margin: 0 0 15px;
    }

    p {
        font-size: 14px !important;
        line-height: 20px !important;
    }

    section.newletter-sec {
        padding: 40px 0;
    }

    .netter-in input {
        width: 100%;
        height: 50px;
        text-align: justify;
    }

    .btn2 {
        font-size: 12px;
        padding: 0 20px;
        height: 30px;

    }

    form#newsletter_form {
        margin-top: 15px;
    }

    form#newsletter_form input::placeholder {
        font-size: 12px;
    }

    .netter-in button {
        right: 5px;
    }

    .newletter-txt br {
        display: none !important;
    }

    .colllection-txt {
        padding-left: 0 !important;
        text-align: center !important;
        margin-top: 30px !important;
    }

    section.collection-sec .row {
        margin-top: 0 !important;
    }

    .colllection-txt a.btn2 {
        height: 40px;
        border-radius: 10px;
        padding: 0 10px;
    }

    html .colllection-txt p {
        margin-bottom: 10px !important;
    }

    .colllection-txt h2 {

        font-size: 40px !important;
        margin-bottom: 0px !important;
        line-height: 40px !important;
    }

    section.collection-sec {
        padding: 20px 0;
    }

    .collection-img img {
        margin: 0 auto 10px !important;
        text-align: center !important;
        object-fit: cover !important;
        width: 100% !important;
        height: 340px !important;
    }

    .collection-img {
        padding: 10px 10px 10px 10px !important;
        margin-top: 20px !important;
    }

    .client-txt {
        padding-top: 10px !important;
        padding-left: 10px !important;
    }

    section.client-sec {
        padding: 50px 0;

    }

    .client-txt p i {

        top: -10px;

    }

    .client-txt ul li h5 {
        font-size: 14px;

    }

    .client-txt ul li h6 {
        font-size: 10px;

    }

    .client-txt ul li img {
        width: 50px;
        height: 50px;

    }

    .client-txt ul {
        gap: 10px;
        margin-bottom: 0;
    }

    .client-head h2 {
        font-size: 40px;
        margin-bottom: 0px;
        line-height: 50px;
    }

    .client-head {
        text-align: center;
    }

    .client-slider .slick-prev:before {
        width: 25px;
        height: 25px;
        font-size: 15px !important;
    }

    .gallery-img {
        margin: 0 0 0px;
    }

    .gallery-head h3 {
        font-size: 35px !important;
        margin-bottom: 10px !important;
        line-height: 30px !important;
    }

    .client-slider .slick-next:before {
        width: 25px;
        height: 25px;
        font-size: 15px !important;
    }

    .client-slider .slick-prev,
    .client-slider .slick-next {
        top: 200px;
    }

    .client-slider .slick-prev {
        right: 70px;
    }

    section.gallery-sec {
        padding: 20px 0;
    }

    .product-sec.new_changes_h .product-head h3 {
        font-size: 35px !important;
        font-weight: 500 !important;
        line-height: 40px !important;
        margin-bottom: 0 !important;
    }

    section.about-sec {
        padding: 10px 0;
    }

    .new_changes_h .btn2 {
        font-size: 18px;
        height: 40px;
        padding-top: 0px;
    }

    .about-txt {
        text-align: center;
        margin-top: 20px;
    }

    .bottom-btn2 {
        margin: 0 0 20px;
    }

    .new_changes_h .about-txt h2 {
        font-size: 30px ! IMPORTANT;
        margin-bottom: 0 !important;
        gap: 10px !important;
        justify-content: center;
    }

    .about-img img {
        width: 100%;
        height: 350px;
    }

    .nav-right li a.nesd {
        margin: 0 0px;
    }

    .nav-right li a {
        font-size: 20px;
    }

    .nav-right {
        gap: 15px;
        margin-top: 10px;
        justify-content: center;
    }

    .banner-img-btn a h6 span {
        font-size: 16px;
    }

    .hide_vid video {
        width: 100% !important;
        height: 100% !important;
    }

    .about-txt ul {
        display: block;

    }

    .about-txt ul li h6 {
        font-size: 12px;
    }

    .about-txt ul li h5 {
        font-size: 20px;
        line-height: 35px;
    }

    section.about-sec.new_changes_h {
        text-align: center;
    }

    section.about-sec.new_changes_h h3 {
        font-size: 30px;
        margin-bottom: 10px;
    }

    section.about-sec.new_changes_h .about-txt h2 {
        line-height: 20px !important;
        margin-bottom: 20px !important;
        font-size: 35px !important;
    }

    .banner-img-btn a {
        font-size: 14px !important;
        padding: 20px;
        height: 40px;
    }

    .menuSec ul li a {
        font-size: 14px;
    }

    .menuSec {
        padding: 5px 0;

    }

    .banner-img {
        position: relative;
        height: 45vh;
    }

    .product-inner-sec .product-side-bar h4 {
        font-size: 30px;
        margin: 10px 0;
        height: 50px;
        width: 100%;
    }

    .product-inner-sec .product-side-bar ul li a label {
        font-size: 14px;

    }

    .product-inner-sec .product-side-bar ul li {
        margin: 10px 0;
        border-bottom: 1px solid #ffffff;
        padding: 0px 0;
    }

    .product-inner-sec .collection-img {
        max-width: 300px;
        margin: 0 auto 10px;
    }

    .product-inner-sec {
        padding: 50px 0%;
    }

    .product-inner-sec h6 {
        font-size: 14px;
        float: inherit;
        margin-top: 10px;
    }

    .product-inner-sec select {
        width: 100%;
        padding: 10px 10px;
        height: 45px;
        border: 1px solid #fff;
        font-size: 14px;
        margin-top: 10px;
    }

    section.product-inner-sec.inner-gallery-sec .row {
        margin-top: 0 !important;
    }

    .product-details-img {
        height: 385px;
    }

    .product-details-img img {
        width: 55%;
        margin: 0 auto;
    }

    .product-details-img {
        text-align: center;
        background: none !important;
    }

    .product-details ul {
        gap: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .rate:not(:checked)>label {
        width: 0.9em;
        height: 24px;
        font-size: 29px;
        padding-top: 1px;
    }

    .description .tab-content input[type="text"] {
        width: 100%;
        height: 40px;
        margin-bottom: 10px;

    }

    .description .tab-content textarea {
        width: 100%;
        padding: 10px;
        margin-bottom: 20px;
        height: 100px;
        font-size: 12px;
        text-align: center;
    }

    section.description ul {
        display: flex !important;
        justify-content: center;
        gap: 10px;
    }

    .nav-tabs {
        margin-bottom: 20px;
    }

    .description {
        padding: 20px 0 0;
        position: relative;
    }

    button.btn1.tabs-btn {

        margin: 0 auto;
    }

    .description li.nav-item button {
        width: 170px !important;
        height: 50px !important;
        font-size: 12px !important;
    }

    .description li.nav-item .nav-link.active {
        font-size: 12px;
    }

    .product-details-text button {
        margin: 0 !important;
        width: fit-content;
        margin-top: 0px !important;
        font-size: 14px !important;
    }

    .cart_sidebar {
        padding: 10px 10px;

    }

    .myAccountSec {
        padding: 50px 0;
    }

    .register_area h2 {
        color: #fff;
        font-size: 20px;
    }

    a.terms-h {
        font-size: 12.41px !important;
    }

    .form_area p {
        display: block;
    }

    .fields_area.custom-control.custom-radio {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .togglesearch {
        width: 70vw;
    }

    .register_area {
        padding: 10px 10px;
        margin-top: 15px;
    }

    .login-btn {
        height: 50px;
    }

    .login_area p {
        font-size: 12.41px !important;
    }

    .fields_area.custom-control.custom-radio a {
        font-size: 12.41px;
    }

    .login_area input[type="checkbox"],
    .login_area input[type="radio"] {
        margin: 0px 10px 0px 0;
        float: left;
        width: 17px;
        height: 25px;
    }

    .fields_area.buttons_area {
        padding: 5px 0;
    }

    .login_content_area h2 {
        line-height: 40px;
    }

    .login_content_area .form_area .form-control {
        margin: 0 0 10px 0;
    }

    .login_area {
        padding: 10px 10px;
    }

    .get-in-touch-sec h4 {
        font-size: 35px;
        line-height: 35px;
        margin: 5px 0;
    }

    .get-in-touch-sec ul li a {
        font-size: 12px;
        line-height: 0px;
    }

    .get-in-touch-sec ul {
        gap: 10px;
    }

    .get-in-touch-sec ul li h6 {
        font-size: 25px;
        margin-bottom: 0px;
        line-height: 15px;
    }

    .get-in-touch-sec ul li i {
        height: 50px;
        width: 50px;
        font-size: 18px;
    }

    .get-in-touch-sec {
        padding: 10px 10px 1px 10px !important;
        border-radius: 0;
        width: 100%;
        padding-bottom: 10%;
        margin: 20px 0;
    }

    .contact-inpt button {
        font-size: 15px !important;
        height: 40px !important;
    }

    .req-qoute-sec h4:before {
        left: -20px;
        top: 9px;
        height: 35px;
        width: 3px;
    }

    .contact-inpt.about-text {
        margin-top: -20px;

    }

    .req-qoute-sec h4 {
        font-size: 30px;
        margin: 0 0 0px 0;
    }

    .req-qoute-sec {
        padding: 20px 20px 20px 20px;

    }

    section.checkout_page {
        padding: 40px 0;
    }

    section.gallery-sec.inner-gallery-sec .gallery-img {
        margin: auto;
        max-width: 350px;
        margin-top: 15px;
    }

    div#card-element {
        height: 50px;
        padding: 0px 50px 0 30px;
    }

    .billing_form {
        margin-top: 15px;
    }

    h6.payment-h {
        font-size: 15.78px;
        margin-bottom: 10px;
    }

    .cart_sidebar .h-sub {
        font-size: 15.95px;
        margin-bottom: 20px;
        padding-bottom: 20px;
        padding-top: 10px;
    }

    .billing_form h3 {
        margin-bottom: 10px;
    }

    .billing_form input {
        width: 100%;
        height: 40px;
        margin-bottom: 10px;
    }

    .billing_form label {
        font-size: 13px;
        margin: 0 0 5px 0;
    }

    .billing_form {
        padding: 10px;

    }

    .total-box,
    .total-f,
    .shipping-box {
        padding: 10px 10px 0 10px;

    }

    table.cart-page-tble {
        width: 1000px !important;
    }

    .purchasing a {
        font-size: 14px;
    }

    .purchasing {
        text-align: center;
        margin-top: 20px;
    }

    .cart-paypal-box {
        margin-top: 30px;
        padding: 45px 0;
    }

    .box-border {
        margin-bottom: 20px !important;
    }

    .cw-title h5 {
        color: #fff;
        margin-bottom: 0px;
    }

    .shipping-box {
        margin-top: 20px !important;
    }

    .total-box br {
        display: none;
    }

    .discount {
        height: 37px !important;
        width: 95px !important;
        border-radius: 5px !important;
        font-size: 14px !important;
        margin-top: 10px !important;
    }

    .total-f h4 {

        font-size: 20px;
    }

    .total-box .sum li {
        font-size: 13px;
    }

    .product-details {
        padding: 50px 0;
        text-align: center;
    }

    .product-details-text h2 {
        font-size: 30px;
        line-height: 40px;
        margin: 0 0 10px;
    }

    .product-details-text br {
        display: none !important;
    }

    .product-details-text h2 {
        font-size: 25px;
        line-height: 40px;
        margin: 0 0 5px;
    }

    .product-details-text p {
        padding-top: 0 !important;
        margin-top: 0 !important;
    }

    .product-details-text h4 {
        padding-bottom: 5px;
    }

    .product-img h5 {
        margin-bottom: 0px;
        line-height: 20px;
    }

    .product-img h4 {
        margin: 15px 0 0;
    }

    .colllection-txt h2 {
        font-size: 35px !important;
        margin-bottom: 5px !important;
    }

    .product-inner-sec .product-side-bar {
        height: fit-content;
    }

    .gallery-img img {
        height: fit-content;
    }

    .product-inner-sec .product-side-bar {
        height: fit-content;
    }

    ul.footer-links.wow.fadeInUpBig {
        visibility: visible !important;
    }

    .footer-text.wow.fadeInUpBig {
        visibility: visible !important;
    }

    .Bottom-nav.wow.fadeInUpBig {
        visibility: visible !important;
    }

    .bottom-nav .col-lg-6.col-md-6.wow.fadeInUpBig {
        visibility: visible !important;
    }

    .wow {
        visibility: visible !important;
    }

    .price_variations_section ul {
        gap: 15px;
        display: flex;
        align-items: center;
        margin-left: 0 !important;
    }

    .product-details ul .number {
        border: 1px solid #e1e1e1;
        display: flex;
        padding-top: 8px;
        width: fit-content;
        align-items: center;
        padding-bottom: 8px;
        background: #ffffff69;
    }

    .product-details-text span {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .extra-navigation {
        display: block;
    }

    .card-body {
        padding: 50px 0px;
    }
    .card-body {
        min-height: 30vh;
        align-items: normal;
        
    }
    .radiosss-payments .card.card-body label {
    color: #fff;
}

}

@media only screen and (min-width: 0px) and (max-width: 519px) {
    
    .card-body {
        min-height: 30vh;
        align-items: normal;
        
    }
    .radiosss-payments .card.card-body label {
    color: #fff;
}


    .nav-right li a i {
        font-size: 17px;
    }

    .product-details-img img {
        width: 60% !important;
        margin: 0 auto !important;
    }

    ul.bottom-list {
        justify-content: center;
        gap: 10px;
        flex-wrap: wrap;
    }

    .Bottom-nav p {
        font-size: 12px;
        font-weight: 300;
        margin-bottom: 0;
    }

    ul.bottom-list li a {
        font-size: 12px;

    }

    .Bottom-nav {
        text-align: center;
    }

    section.bottom-nav {
        padding-top: 10px;
        margin-top: 0px;
    }

    .footer-text h4 {
        font-size: 25px;
        margin-bottom: 10px;
    }

    ul.footer-links li a {
        font-size: 12px;
        line-height: 25px;

    }

    .footer-text.foter-1-box>img {
        width: 60%;
        margin-bottom: 5px;
    }

    .footer-text p {
        font-size: 12px;
        line-height: 20px;
    }

    ul.socialmedia li a {
        font-size: 20px;
    }

    .footer-bg {
        padding: 30px 0 0px;
    }

    .h_new_changes .newletter-txt h3 {
        font-size: 35px ! IMPORTANT;
        margin-bottom: 5px;
    }

    p {
        font-size: 12px !important;
        line-height: 20px !important;
    }

    section.newletter-sec {
        padding: 40px 0;
    }

    .netter-in input {
        width: 100%;

        height: 50px;

        text-align: justify;
    }

    .btn2 {
        font-size: 12px;
        padding: 0 20px;
        height: 30px;

    }

    form#newsletter_form {
        margin-top: 15px;
    }

    form#newsletter_form input::placeholder {
        font-size: 12px;
    }

    .netter-in button {

        right: 5px;

    }

    .newletter-txt br {
        display: none !important;
    }

    .colllection-txt {
        padding-left: 0 !important;
        text-align: center !important;
        margin-top: 30px !important;
    }

    section.collection-sec .row {
        margin-top: 0 !important;
    }

    .colllection-txt a.btn2 {
        height: 40px;
        border-radius: 10px;
        padding: 0 10px;
        font-size: 16px;
    }

    html .colllection-txt p {
        margin-bottom: 10px !important;
    }

    .colllection-txt h2 {
        font-size: 35px !important;
        margin-bottom: 10px !important;
        line-height: 35px !important;
    }

    section.collection-sec {
        padding: 20px 0;
    }

    .collection-img img {
        margin: 0 auto 10px !important;
        text-align: center !important;
        object-fit: cover !important;
        width: 100% !important;
        height: 260px !important;
    }

    .collection-img {
        padding: 10px 10px 10px 10px !important;
        margin-top: 20px !important;
    }

    .client-txt {
        padding-top: 10px !important;
        padding-left: 10px !important;
    }

    section.client-sec {
        padding: 50px 0;
    }

    .client-txt p i {
        top: -10px;
    }

    .client-txt ul li h5 {
        font-size: 14px;
    }

    .client-txt ul li h6 {
        font-size: 10px;
    }

    .client-txt ul li img {
        width: 50px;
        height: 50px;
    }

    .client-txt ul {
        gap: 10px;
        margin-bottom: 0;
    }

    .client-head h2 {
        font-size: 40px;
        margin-bottom: 0px;
        line-height: 50px;
    }

    .client-head {
        text-align: center;
    }

    .client-slider .slick-prev:before {
        width: 25px;
        height: 25px;
        font-size: 15px !important;
    }

    .gallery-img {
        margin: 0 0 0px;
    }

    .gallery-head h3 {
        font-size: 35px !important;
        margin-bottom: 10px !important;
        line-height: 30px !important;
    }

    .client-slider .slick-next:before {
        width: 25px;
        height: 25px;
        font-size: 15px !important;
    }

    .client-slider .slick-prev,
    .client-slider .slick-next {
        top: 200px;
    }

    .client-slider .slick-prev {
        right: 70px;
    }

    section.gallery-sec {
        padding: 20px 0;
    }

    .product-sec.new_changes_h .product-head h3 {
        font-size: 35px ! IMPORTANT;
        font-weight: 500 !important;
        line-height: 40px !important;
        margin-bottom: 0 !important;
    }

    section.about-sec {
        padding: 10px 0;

    }

    .new_changes_h .btn2 {
        font-size: 16px;
        height: 40px;
        padding-top: 0px;
    }

    .about-txt {
        text-align: center;
        margin-top: 20px;
    }

    .bottom-btn2 {
        margin: 0 0 20px;
    }

    .new_changes_h .about-txt h2 {
        font-size: 30px ! IMPORTANT;
        margin-bottom: 0 !important;
        gap: 10px !important;
        justify-content: center;
        margin-bottom: 10px !important;
    }

    .about-img img {
        width: 100%;
        height: 245px;
    }

    .nav-right li a.nesd {
        margin: 0 0px;
    }

    .nav-right li a {
        font-size: 17px;
    }

    .nav-right {
        gap: 15px;
        margin-top: 10px;
        justify-content: center;
    }

    .banner-img-btn a h6 span {
        font-size: 14px;

    }

    .hide_vid video {
        width: 100% !important;
        height: 100% !important;

    }

    .about-txt ul {
        display: block;

    }

    .about-txt ul li h6 {
        font-size: 12px;
    }

    .about-txt ul li h5 {
        font-size: 20px;
        line-height: 35px;
    }

    section.about-sec.new_changes_h {
        text-align: center;
    }

    section.about-sec.new_changes_h h3 {
        font-size: 30px;
        margin-bottom: 10px;
    }

    section.about-sec.new_changes_h .about-txt h2 {
        line-height: 20px !important;
        margin-bottom: 10px !important;
    }

    .banner-img-btn a {
        font-size: 14px !important;
        padding: 20px;
        height: 40px;
    }

    .menuSec ul li a {
        font-size: 14px;
    }

    .menuSec {
        padding: 5px 0;

    }

    .banner-img {
        position: relative;
        height: 35vh;
    }

    .product-inner-sec .product-side-bar h4 {
        font-size: 30px;
        margin: 10px 0;
        height: 50px;
        width: 100%;
    }

    .product-inner-sec .product-side-bar ul li a label {
        font-size: 14px;

    }

    .product-inner-sec .product-side-bar ul li {
        margin: 10px 0;
        border-bottom: 1px solid #ffffff;
        padding: 0px 0;
    }

    .product-inner-sec .collection-img {
        max-width: 250px;
        margin: 0 auto 10px;
    }

    .product-inner-sec {
        padding: 50px 0%;
    }

    .product-inner-sec h6 {
        font-size: 14px;
        float: inherit;
        margin-top: 10px;
    }

    .product-inner-sec select {
        width: 100%;
        padding: 10px 10px;
        height: 45px;
        border: 1px solid #fff;
        font-size: 14px;
        margin-top: 10px;
    }

    section.product-inner-sec.inner-gallery-sec .row {
        margin-top: 0 !important;
    }

    .product-details-img {
        height: 295px;
        margin-bottom: 10px;
        background: none !important;
    }

    .product-details ul {
        display: flex;
    }

    .description .tab-content input[type="text"] {
        width: 100%;
        height: 40px;
        margin-bottom: 10px;

    }

    .description .tab-content textarea {
        width: 100%;
        padding: 10px;
        margin-bottom: 20px;
        height: 100px;
        font-size: 12px;
        text-align: center;
    }

    section.description ul {
        display: flex !important;
        justify-content: center;
        gap: 10px;
    }

    .nav-tabs {
        margin-bottom: 20px;
    }

    .description {
        padding: 20px 0 0;
        position: relative;
    }

    button.btn1.tabs-btn {

        margin: 0 auto;
    }

    .description li.nav-item button {
        width: 170px !important;
        height: 50px !important;
        font-size: 12px !important;
    }

    .description li.nav-item .nav-link.active {

        font-size: 12px;
    }

    .product-details-text button {
        margin: 0 !important;
        font-size: 14px !important;
        margin-top: 0px !important;
        width: fit-content !important;
    }

    .product-details-text input {
        width: 50px;
    }

    .cart_sidebar {
        padding: 10px 10px;
    }

    .myAccountSec {
        padding: 50px 0;
    }

    .register_area h2 {
        color: #fff;
        font-size: 20px;
    }

    a.terms-h {
        font-size: 12.41px !important;
    }

    .form_area p {
        display: block;
    }

    .fields_area.custom-control.custom-radio {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .fields_area.custom-control.custom-radio label {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        margin-bottom: 0;
    }

    .register_area {
        padding: 10px 10px;
        margin-top: 15px;
    }

    .login-btn {
        height: 50px;
    }

    .login_area p {
        font-size: 12.41px !important;
    }

    .fields_area.custom-control.custom-radio a {
        font-size: 12.41px;
    }

    .login_area input[type="checkbox"],
    .login_area input[type="radio"] {
        margin: 0px 10px 0px 0;
        float: left;
        height: 25px;
        width: 17px;
    }

    .fields_area.buttons_area {
        padding: 5px 0;
    }

    .login_content_area h2 {
        line-height: 40px;
    }

    .login_content_area .form_area .form-control {
        margin: 0 0 10px 0;
    }

    .login_area {
        padding: 10px 10px;
    }

    .get-in-touch-sec h4 {
        font-size: 35px;
        line-height: 35px;
        margin: 5px 0;
    }

    .get-in-touch-sec ul li a {
        font-size: 12px;
    }

    .get-in-touch-sec ul {
        margin-bottom: 5%;
        gap: 10px;
    }

    .get-in-touch-sec ul li h6 {
        font-size: 25px;
        margin-bottom: 0px;
        line-height: 15px;
    }

    .get-in-touch-sec ul li i {
        height: 50px;
        width: 50px;
        font-size: 18px;
    }

    .get-in-touch-sec {
        padding: 10px 10px 1px 10px !important;
        border-radius: 0;
        width: 100%;
        padding-bottom: 10%;
        margin: 20px 0;
    }

    ul {
        margin: 0 0 15px;
    }

    .contact-inpt button {
        font-size: 15px !important;
        height: 40px !important;
    }

    .req-qoute-sec h4:before {
        left: -20px;
        top: 9px;
        height: 35px;
        width: 3px;
    }

    .contact-inpt.about-text {
        margin-top: -20px;
    }

    .req-qoute-sec h4 {
        font-size: 30px;
        margin: 0 0 0px 0;
    }

    .req-qoute-sec {
        padding: 20px 20px 20px 20px;
    }

    section.checkout_page {
        padding: 40px 0;
    }

    section.gallery-sec.inner-gallery-sec .gallery-img {
        margin: auto;
        max-width: 250px;
        margin-top: 15px;
    }

    div#card-element {
        height: 50px;
        padding: 0px 50px 0 30px;
    }

    .billing_form {
        margin-top: 15px;
    }

    h6.payment-h {
        font-size: 15.78px;
        margin-bottom: 10px;
    }

    .cart_sidebar .h-sub {
        font-size: 15.95px;
        margin-bottom: 20px;
        padding-bottom: 20px;
        padding-top: 10px;
    }

    .billing_form h3 {
        margin-bottom: 10px;
    }

    .billing_form input {
        width: 100%;
        height: 40px;
        margin-bottom: 10px;
    }

    .billing_form label {
        font-size: 13px;
        margin: 0 0 5px 0;
    }

    .billing_form {
        padding: 10px;
    }

    .total-box,
    .total-f,
    .shipping-box {
        padding: 10px 10px 0 10px;
    }

    table.cart-page-tble {
        width: 1000px !important;
    }

    .purchasing a {
        font-size: 14px;
    }

    .purchasing {
        text-align: center;
        margin-top: 20px;
    }

    .cart-paypal-box {
        margin-top: 30px;
        padding: 45px 0;
    }

    .box-border {
        margin-top: 20px;
        margin-bottom: 20px !important;
    }

    .cw-title h5 {
        color: #fff;
        margin-bottom: 0px;
    }

    .shipping-box {
        margin-top: 20px !important;
    }

    .total-box br {
        display: none;
    }

    .discount {
        height: 37px !important;
        width: 95px !important;
        border-radius: 5px !important;
        font-size: 14px !important;
        margin-top: 10px !important;
    }

    .total-f h4 {
        font-size: 20px;
    }

    .total-box .sum li {
        display: flex;
        font-size: 13px;
        justify-content: space-between;
    }

    .product-details {
        padding: 50px 0;
        text-align: center;
    }

    .product-details-text h2 {
        font-size: 30px;
        line-height: 40px;
        margin: 0 0 10px;
    }

    .product-details-text br {
        display: none !important;
    }

    .product-details-text h2 {
        font-size: 25px;
        line-height: 40px;
        margin: 0 0 5px;
    }

    .product-details-text p {
        padding-top: 0 !important;
        margin-top: 0 !important;
    }

    .product-details-text h4 {
        padding-bottom: 5px;
    }

    .product-img img {
        height: 270px;
        object-fit: cover;
    }

    .product-img {
        padding: 15px;
    }

    .product-img h5 {
        margin-bottom: 5px;
    }

    .product-img h4 {
        line-height: 15px;
    }

    .product-inner-sec .product-side-bar ul li a input {
        margin-right: 10px;
    }

    .product-inner-sec .product-side-bar {
        height: fit-content;
    }


    .gallery-img img {
        height: fit-content;
    }

    ul.footer-links.wow.fadeInUpBig {
        visibility: visible !important;
    }

    .footer-text.wow.fadeInUpBig {
        visibility: visible !important;
    }

    .Bottom-nav.wow.fadeInUpBig {
        visibility: visible !important;
    }

    .bottom-nav .col-lg-6.col-md-6.wow.fadeInUpBig {
        visibility: visible !important;
    }

    .wow {
        visibility: visible !important;
    }

    .price_variations_section ul {
        display: flex;
        flex-wrap: wrap;
        margin-left: 0 !important;
    }

    .product-details-text .price_variations_section ul li label {
        font-size: 14px;
        margin: 5px auto;
        padding: 15px 20px 15px;
    }


    .price_variations_section ul {
        gap: 15px;
        display: flex;
        align-items: center;
        margin-left: 0 !important;
    }

    .product-details ul .number {
        border: 1px solid #e1e1e1;
        display: flex;
        padding-top: 8px;
        width: fit-content;
        align-items: center;
        padding-bottom: 8px;
        background: #ffffff69;
    }

    .product-details-text span {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .extra-navigation {
        display: block;
    }

    .total-f h4 {
        display: flex;
        font-size: 20px;
        align-items: center;
        justify-content: space-between;
    }

    .togglesearch {
        width: 70vw;
    }

    .card-body {
        padding: 40px 0px;
    }













}