@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=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");

/***** General CSS *****/
body {
    word-break: break-word;
    font: 15px/25px "Poppins", sans-serif;
    color: #000;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    color: #000;
    white-space: initial;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #000;
}

a:hover {
    transition: all 0.2s ease-in-out;
}

img {
    object-fit: cover;
    max-width: 100%;
    width: 100%;
}

input:focus,
textarea:focus,
select:focus {
    transition: all 0.5s ease;
    outline: none;
}

select,
input,
textarea {
    appearance: auto;
}

/***** Font Files *****/
@font-face {
    font-family: "Fonts Awesome";
    src: url(../fonts/fontawesome-webfont.eot);
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Agency";
    src: url(../fonts/Agency.ttf);
    font-weight: 400;
    font-style: normal;
}


/***** Custom Classes *****/
select {
    background: #fff url("../images/arrow.png") no-repeat right;
    padding: 0 40px 0 30px;
}

::-webkit-input-placeholder,
::-moz-placeholder,
:-ms-input-placeholder,
:-moz-placeholder {
    color: #575757;
}

.noPadding {
    padding: 0;
}

.noLeft {
    padding-left: 0;
}

.noRight {
    padding-right: 0;
}

.centerCol {
    float: none;
    margin: 0 auto;
}

.pt_8,
.pb_8,
.py_8,
.sec {
    padding: 80px 0;
}

.flexRow,
.flexCol {
    display: flex;
    align-items: center;
}

ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Agency";
    text-transform: capitalize;
    margin: 0 0 10px;
}

h1 {
    font-size: 90px;
    line-height: 1.2;
    color: #fff;
    font-weight: 500;
}

h2 {
    font-size: 80px;
    line-height: 1.2;
    color: #fff;
    font-weight: 500;
}

h2.black {
    font-size: 80px;
    line-height: 1.2;
    color: #000;
    font-weight: 500;
}

h3 {
    font-size: 30px;
    line-height: 1.2;
    color: #fff;
    font-weight: 600;
    margin: 0 0 30px;
}

h4 {
    font-size: 25px;
    line-height: 1.2;
    color: #000;
    font-weight: 500;
    font-family: "Montserrat", serif;
}

h5 {
    font-size: 21px;
    line-height: 1.2;
    color: #171717;
    font-family: "Montserrat", serif;
    font-weight: 500;
}

h6 {
    font-size: 17px;
    font-family: "Montserrat", serif;
    color: #000;
    font-weight: 500;
}

p {
    font-size: 14px;
    font-weight: 500;
    line-height: 25px;
    color: #ffff;
    opacity: 70%;
    font-family: "Roboto", sans-serif;
}

p.f-15 {
    font-size: 15px;
}

p.f-16 {
    font-size: 16px;
}

/* Menu */
.nav ul {
    list-style: none;
    text-align: center;
}

.nav ul li a {
    transition: 0.3s ease-in-out;
    text-transform: uppercase;
    transition: all 0.5s;
    position: relative;
}

section.header .nav.stroke {
    display: block;
}

.nav.stroke ul li a:after,
.nav.fill ul li a:after {
    transition: 0.3s ease-in-out;
    position: absolute;
    top: 0;
    left: 50%;
    right: 0;
    width: 0%;
    content: ".";
    color: transparent;
    background: #ffff;
    height: 7px;
    transform: translateX(-50%);
    opacity: 100% !important;
}

.nav.stroke ul li a:hover:after {
    width: 100%;
}

.nav.stroke ul li a:hover {
    width: 100%;
    opacity: 100% !important;
}


.nav.stroke ul li a.active:after {
    width: 100%;
}

.nav.stroke ul li a.active::before {
    height: 100%;
}

.nav.stroke ul li a.active {
    color: #fff !important;
    opacity: 100% !important;
}


ul#menu li {
    position: relative;
}

ul#menu li a:hover::before {
    transition: 0.3s ease-in-out;
    height: 90vh !important;
}

ul#menu li a.active::before {
    transition: 0.3s ease-in-out;
    height: 90vh !important;
}

ul#menu li a::before {
    position: absolute;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.315) 0%, rgba(0, 0, 0, 0) 100%);
    height: 0;
    content: '';
    z-index: -1;
    width: 100%;
    top: 0;
    left: 0;
    transition: 0.3s ease-in-out;
}

ul#menu li:last-child::after {
    position: absolute;
    top: 0;
    right: 0 !important;
    width: 1px;
    height: 90vh;
    background: #ffffff69;
    content: '';
    z-index: -1;
    left: unset;
}

/* Buttons Css Start*/
.theme-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    padding: 15px 30px;
    font-size: 14px;
    position: relative;
    z-index: 1;
    transition: 0.3s ease-in-out;
    gap: 20px;
    text-transform: uppercase;
    color: #ffff;
    border-radius: 30px;
    overflow: hidden;
    border: 1px solid #fff;
    font-family: 'Montserrat';
    font-weight: 600;
}

.theme-btn::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
    content: '';
    transition: 0.3s ease-in-out;
    background: #252525;
}

.theme-btn::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0%;
    z-index: -1;
    content: '';
    transition: 0.3s ease-in-out;
    background: linear-gradient(146deg, rgb(118, 78, 26) 0%, rgb(202, 152, 78) 100%);
}

.theme-btn:hover::after {
    transition: 0.3s ease-in-out;
    height: 100%;
}

.theme-btn:hover::after {
    transition: 0.3s ease-in-out;
}

.theme-btn:hover {
    transition: 0.3s ease-in-out;
}

.gradient-text {
    background: linear-gradient(146deg, rgb(118, 78, 26) 0%, rgb(202, 152, 78) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    /* fallback */
}

.gradient-icon {
    background: linear-gradient(146deg, rgb(118, 78, 26) 0%, rgb(202, 152, 78) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    /* fallback */


}



/* Buttons Css End*/


/* Loader start */
#loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    transition: all 1s ease;
    flex-direction: column;
    gap: 5px;
}

#loader.hide {
    transform: translateY(-100%);
    opacity: 0;
    pointer-events: none;
}

img.loader {
    width: 10vw;
}

/* Loader end */


/* Custom Scrollbar  */
#style-6::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

#style-6::-webkit-scrollbar {
    width: 10px;
    background-color: #F5F5F5;
}

#style-6::-webkit-scrollbar-thumb {
    background-color: #f48a12;
    background-image: -webkit-linear-gradient(45deg,
            rgba(255, 255, 255, .2) 25%,
            transparent 25%,
            transparent 50%,
            rgba(255, 255, 255, .2) 50%,
            rgba(255, 255, 255, .2) 75%,
            transparent 75%,
            transparent)
}

.scrollbar {
    overflow-y: scroll;
}

/* Custom Scrollbar  */

/* Home Page start*/

/* Header */
.hdr_logo a img {
    object-fit: contain;
    padding: 10px 0;
    display: block;
    width: 240px;
}

ul#menu {
    justify-content: space-around;
    display: flex;
    align-items: center;
    height: 100%;
}

ul#menu a {
    color: #fff;
    transition: 0.3s ease-in-out;
    font-family: montserrat;
    font-weight: 500;
    display: flex;
    align-items: start;
    justify-content: center;
    padding: 20px 0px;
    opacity: 0.5;
    font-size: 14px;
}

section.header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
    height: auto;
}

ul#menu li {
    width: 20%;
    height: auto;
    position: relative;
}


/* Header end*/

/* Banner */
.banner_sec {

    height: 800px;

    position: relative;

    z-index: 1;

    overflow: visible;
}

.banner_text {
    display: flex;
    align-items: start;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    position: relative;
    z-index: 9999;
}

.banner-image-slider .slick-list {
    height: 100%;
    margin: 0;
    overflow: visible !important;
}

.banner-image-slider .slick-track {
    height: 100%;
    overflow: visible !important;
}


section.banner_sec::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    content: '';
    background: linear-gradient(146deg, rgba(118, 78, 26, 0.9) 0%, rgba(202, 153, 78, 0.9) 100%);
}

section.banner_sec::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
    content: '';
    background-image: url(../images/banner.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.long-sec .container {
    max-width: 1550px;
}

.banner_text p {
    width: 85%;
}

img.banner-img {
    height: 100%;
    object-fit: cover;
    object-position: bottom right;
    margin: 0 0 -20%;
}

.banner-image {
    display: flex;
    align-items: end;
}

.banner-image-slider {
    margin: 0 0 0 -150px;
    position: relative;
}

ul#menu li::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 90vh;
    background: #ffffff69;
    content: '';
}




.slick-slide {
    transition: all ease-in-out .3s;
    opacity: 0;
}

/* Container */
#search-container {
    position: relative;
}

/* Search Button */
#search-btn {
    width: 50px;
    height: 50px;
    background-color: transparent;
    border: none;
    border-radius: 50%;
    color: #fff;
    font-size: 15px;
    cursor: pointer;
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
}

/* Search Box */
#search-box {
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 50px;
    overflow: hidden;
    background-color: #fff;
    border-radius: 25px;
    transition: width 0.3s ease;
    display: flex;
    align-items: center;
    z-index: 999;
    padding-left: 0;
}

#search-box form {
    display: flex;
    width: 100%;
    align-items: center;
}

#search-box input {
    flex: 1;
    padding: 10px 15px;
    font-size: 16px;
    border: none;
    outline: none;
    background: transparent;
    color: #333;
}

#search-box button {
    background: none;
    border: none;
    color: #503c1e;
    font-size: 20px;
    padding: 0 15px;
    cursor: pointer;
}

/* Expand animation */
#search-box.show {
    width: 450px;
    padding-left: 10px;
}

/* Overlay when search is open */
#search-overlay {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 99;
}

.hidden {
    display: none;
}

.hdr-right-box {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 30px;
    padding: 20px 0 0;
}

a.cart-icon {
    width: 50px;
    height: 50px;
    border: 1px solid #fff;
    border-radius: 50%;
}

a.cart-icon img {
    object-fit: scale-down;
}

.banner-box {
    position: relative;
    z-index: 1;
}

.banner-nav-bar {
    position: absolute;
    top: 0;
    right: 0;
    width: 35%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: end;
    justify-content: end;
    padding: 0 0 3% 0;
}

.slide-current.big {
    color: #ffff;
    font-size: 568px;
    font-family: "Agency";
    line-height: 1;
    z-index: -1;
    opacity: 0.2;
}


ul.banner_navs button {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: 1px solid #fff;
    border-radius: 50%;
    transition: 0.3s ease-in-out;
}

ul.banner_navs button:hover {
    transform: scale(1.1);
    transition: 0.3s ease-in-out;
    background: #ffff;
}

button.prev-slide1:hover {
    transform: scale(1.1) rotate(180deg) !important;
}


ul.banner_navs button:hover img {
    filter: unset;
}

ul.banner_navs button img {
    width: 20px;
    filter: brightness(0) saturate(100%) invert(82%) sepia(100%) saturate(0%) hue-rotate(222deg) brightness(107%) contrast(101%);
}

ul.banner_navs {
    display: flex;
    align-items: center;
    gap: 20px;
    font-size: 27px;
    font-family: "Agency";
    color: #fff;
}

button.prev-slide1 {
    transform: rotate(180deg);
}

span.btn1-icon i {
    background: linear-gradient(146deg, rgb(118, 78, 26) 0%, rgb(202, 152, 78) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    /* fallback */


}

span.btn1-icon {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffff;
    border-radius: 50%;
}

a.theme-btn.btn1 {
    padding: 7px 7px 7px 17px;
}

/* Banner end*/

/* section start */
section.about_sec {
    padding-top: 200px;
    position: relative;
    padding-bottom: 50px;
}

.about_list {
    padding: 10px;
    background: linear-gradient(146deg, rgb(118, 78, 26) 0%, rgb(202, 152, 78) 100%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 90%;
    margin: 20px 0 0 0;
}

.about_list-text {
    background: #fff;
    padding: 40px 80px;
    position: relative;
    z-index: 1;
}

.about_list-text * {
    margin: 0;
    color: #000;
}

.about_list-text::before {
    position: absolute;
    top: 41px;
    left: 50px;
    width: 20px;
    height: 20px;
    background-image: url(../images/check.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    content: '';
}

.about_text {
    padding: 120px 70px;
    background: #252525;
}

img.about-img {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 90%;
    height: 400px;
    z-index: -1;
}

.about-box {
    z-index: 1;
    overflow: visible;
}


.gradient-line {
    position: relative;
    padding: 0 0 0px;
    z-index: 1;
}

.gradient-line::before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40%;
    height: 5px;
    background: linear-gradient(146deg, rgb(118, 78, 26) 0%, rgb(202, 152, 78) 100%);
    content: '';
    z-index: -1;
}

.shop-nav {
    background: linear-gradient(146deg, rgb(118, 78, 26) 0%, rgb(202, 152, 78) 100%);

}


ul#pills-tab {
    margin: 0 !important;
    justify-content: center;
}


.nav-pills .nav-link {
    padding: 12px 50px;
    color: #ffff;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #423e3d;
}


img.shop-img {
    height: 400px;
    background: #f1f1f1;
}

.shop-card {
    margin: 30px 0;
}

h5.gradient-line {
    padding: 0 0 20px 0;
}

.shop-card-text {
    padding: 40px;
    border: 1px solid #0000003b;
    border-top: 0;
}

a.theme-btn.btn-3::before {
    background: #fff;
}

a.theme-btn.btn-3 {
    color: rgba(118, 78, 26, 0.9);
    border: 1px solid rgba(118, 78, 26, 0.9);
    width: 100%;
}


ul.stars {
    display: flex;
    align-items: center;
    gap: 1px;
}

ul.stars p {
    margin: 0;
    color: #000;
}


.shop-card-text .flex-center {
    justify-content: space-between;
    margin: 0 0 10px 0;
}

.shop-card-text p {
    color: #000;
    margin: 0;
}

ul.stars i {
    color: #ff9226;
}

a.theme-btn.btn-3:hover {
    color: #fff;
}


.prof-text {
    background: linear-gradient(332deg, rgb(118, 78, 26) 0%, rgb(202, 152, 78) 100%);
    padding: 150px 80px;
}

.prof-text a {
    justify-self: center;
}

/* section end */


/* Testimonial Section Start */

.testimonial-sec {
    position: relative;
}

.testimonial-sec .row {
    position: relative;
}

.test-box-text {
    background: content-box;
    padding: 30px 70px 20px 40px;
    margin: 0 0 -100px auto;
    width: 85%;
    background: linear-gradient(332deg, rgb(118, 78, 26) 0%, rgb(202, 152, 78) 100%);
}

.testi-img img {
    object-fit: cover;
    object-position: top;
    width: 100%;
    object-fit: cover;
    height: 400px;
    object-position: center;
}

.testi-box {
    overflow: hidden;
}

.test-box-text h4 {
    font-size: 31px;
    line-height: 41px;
    margin-bottom: 0px;
    color: #fff;
    font-family: 'Montserrat';
}

.test-box-text span {
    font-size: 17px;
    color: #fff;
    line-height: 20px;
    margin: 0;
    font-family: 'Montserrat';
    text-transform: capitalize;
}

.testi-box {
    margin: 0;
}

.testimonial-sec .slick-prev:before,
.testimonial-sec .slick-next:before {
    opacity: 1;
    top: 350px !important;
    position: absolute;
    left: 450px;
    right: auto;
    z-index: 9999999999 !important;
    content: '\f105' !important;
    font-family: 'FontAwesome';
    width: 71px;
    height: 70px;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    transition: .5s all;
    background: linear-gradient(332deg, rgb(118, 78, 26) 0%, rgb(202, 152, 78) 100%);
}

.testimonial-sec .slick-next:before {
    right: auto !important;
    left: -590px !important;
    content: '\f104';
}

.testi-slider button.slick-arrow {
    transition: 2s all;
    height: 300px;
    width: 25%;
    background-blend-mode: overlay;
    background-size: cover !important;
    background-position: center !important;
    border-radius: 0;
}

.testi-slider button.slick-prev.slick-arrow {
    left: -230px;
    top: 40%;
    z-index: 9;
}

.testi-slider button.slick-next.slick-arrow {
    right: -240px;
    top: 40%;
}

.testi-slider-box .col-lg-8 {
    position: relative;
    z-index: 1;
}

ul.tidti-list {
    display: flex;
    align-items: end;
    justify-content: space-between;
    margin-bottom: 20px;
}

ul.star {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 4px;
}

.testi-slider-box ul.star i {
    color: #fd8f00;
}

.testi-slider-box {
    position: relative;
    display: flex;
    align-items: end;
    padding: 0px 0 120px;
}

.testi-img {
    width: 750px;
}

.testi-couner {
    position: absolute;
    top: 0;
    right: 280px;
    left: inherit;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.sld-counts {
    writing-mode: tb;
    transform: rotate(180deg);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.sld-counts span {
    font-size: 50px;
    font-family: 'Montserrat';
    color: #764e1a;
}

.sld-counts h6 {
    font-size: 40px;
    color: #764e1a;
}

.testimonial-sec .slick-prev:hover:before,
.testimonial-sec .slick-next:hover:before {
    background: #000;
}

span.small {
    font-size: 33px;
    color: #bbbbba;
}

.test-box-text p {
    color: #fff;
    font-weight: 400;
}


.prof-img1 {
    left: unset !important;
    right: 0;
}

section.prof-sec {
    position: relative;
    z-index: 1;
    padding: 0;
}

img.prof-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    z-index: -1;
    height: 90%;
}

/* Testimonial Section End */

/* section start */
/* section end */



/* footer start */


/* Footer start */
.footer-rights1 {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: start;
}

.quick_links ul li a {
    color: #626262;
    font-size: 15px;
    margin: 0 0 20px 0;
    text-transform: uppercase;
    display: block;
    font-family: 'Montserrat';
    color: #b0b0b0;
}

.quick_links ul li a:hover {
    transition: 0.3s ease-in-out;

    color: #ca984e;
}

.footer-links.footer-links-contact li:hover a {
    color: #ca984e;
    transition: 0.3s ease-in-out;
}

.quick_links ul {

    column-count: 2;

    margin: 0;
}

footer {
    background: #171717;
    padding: 80px 0 0px 0;
}

.ftr_logo a {

    display: block;

    margin-bottom: 10px;

    font-size: 24px;

    font-weight: 600;

    color: white;

    font-family: 'BlenderMedium';

    font-family: "Rajdhani", sans-serif;
}

.footer-txt-heading h5 {
    color: white;
    text-transform: uppercase;
    font-size: 24px;
    font-family: "Rajdhani", sans-serif;
}




.ftr_logo p {
    color: white;
    font-family: 'Roboto';
    font-size: 15px;
}


.footer-links.footer-links-contact li {
    margin: 20px 0;
    gap: 20px;
    display: flex;
    align-items: center;
}

.footer-links.footer-links-contact li a {
    color: #c1c1c3;
}


.footer-links.footer-links-contact li i {
    color: white;
}

.footer-rights {
    padding: 10px 0px;
    background: #171717;
    border-top: 1px solid #424242;
    margin: 50px 0 0 0;
}

.footer-rights1 p {
    text-align: center;
    color: #a6a6a6;
    font-size: 14px;
    margin: 0;
    line-height: normal;
}

.payement_image img {
    width: 100%;
    object-fit: scale-down;
    height: 50px;
    object-position: right;
}

.footer-quick {
    padding: 0px 50px 20px 50px;
    position: relative;
}

.footer-quick::before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 2px;
    height: 100%;
    content: '';
    z-index: 1;
    background: #3d3d3d;
}

.footer-quick::after {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 2px;
    height: 100%;
    content: '';
    z-index: 1;
    background: #3d3d3d;
}

.header-socials-links ul {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 20px;
}

.header-socials-links ul li a i {
    font-size: 19px;
}

.header-socials-links ul li a {
    color: #9c9c9c;
    width: 40px;
    height: 40px;
    background: transparent;
    border: 1px solid #9c9c9c;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0;
}

.header-socials-links ul li a:hover {
    background: #764e1a;
    border: white;
}

.header-socials-links ul li a:hover i {
    color: #fff;
}

.footer-links.footer-links-contact ul li img {
    width: 20px;
    object-fit: scale-down;
    filter: brightness(0) saturate(100%) invert(77%) sepia(7%) saturate(5704%) hue-rotate(322deg) brightness(84%) contrast(85%);
}


.footer_col p {
    font-size: 13px;
    line-height: 23px;
    font-weight: 300;
    margin: 35px 0;
    width: 60%;
}

.footer_form form input {
    width: 88%;
    padding: 10px 71px 10px 25px;
    border-radius: 100px;
    background-color: #fff;
    color: #000;
    border-radius: unset;
    height: 55px;
    border: navajowhite;
}

.footer_form form button {
    /* position: absolute; */
    right: 0;
    height: 47px;
    border-radius: 0px;
    padding: 0px 20px;
    border: 0;
    color: #fff;
    transition: ease-in;
    transition-duration: 0.2s;
    margin-left: -62px;
    background: linear-gradient(332deg, rgb(118, 78, 26) 0%, rgb(202, 152, 78) 100%);
}

.footer_col.footer_col1 {
    padding: 0 0 0 51px;
}


.theme-btn:hover {
    color: #fff;
}



/* InnerPage Aboutus start */
.inner-banner {
    height: 600px;
}

.inner-top {
    overflow: hidden;
    position: relative;
}

.inner-banner .banner_text {
    align-items: center;
}

.inner-banner .banner_text p {
    width: 45%;
    text-align: center;
}

.inner-top ul#menu li a.active::before {
    transition: 0.3s ease-in-out;
    height: 40vh !important;
}

.inner-top ul#menu li a:hover::before {
    transition: 0.3s ease-in-out;
    height: 40vh !important;
}

.inner-about .about-box {
    z-index: 1;
    overflow: visible;
    position: relative;
}

.inner-about img.about-img {
    position: absolute;
    bottom: -40px;
    left: -16%;
    width: 150%;
    height: 400px;
    z-index: -1;
}

.abt-para p {
    color: #000;
}

.abt-para {
    margin: 50px 0 0 0;
}


section.about-pag {
    padding: 0 0 100px 0px;
    background: transparent;
}

.mission-img {
    text-align: center;
    width: 90%;
    display: block;
    margin: 0 0 0 auto;
    position: relative;
    z-index: 1;
}

.mission-txt h3 {
    font-size: 60px;
    line-height: 60px;
    font-weight: 400;
    color: #000000;
    margin-bottom: 10px;
}

.mission-img img {
    width: 100%;
    height: 377px;
    object-fit: cover;
    border-radius: 0;
}

.mission-txt p {
    font-size: 16px;
    color: #121212;
}

.mission-txt.vis {
    text-align: left;
}

.mission-img::before {
    position: absolute;
    top: -20px;
    right: -20px;
    width: 82%;
    content: '';
    height: 110%;
    z-index: -1;
    border-radius: 0;
    background: linear-gradient(146deg, rgba(118, 78, 26, 0.9) 0%, rgba(202, 153, 78, 0.9) 100%);
}

.mission-img.vis::before {
    right: auto;
    left: -20px;
}

.mission-txt p {
    color: #000;
}

.mission-img.vis {
    margin: 0;
}

.mission-txt h2 {
    color: #000;
}

/* InnerPage Aboutus end */

/* InnerPage Login start */

section.login {
    padding: 70px 0px;
}

.login-txt form input {
    width: 100%;
    margin-bottom: 20px;
    outline: none;
    padding: 16px 40px 16px 20px !important;
    color: #000;
    font-weight: 400;
    border: 1px solid #0000002b;
    background: #fff;
    text-transform: capitalize;
    height: auto;
    border-radius: 6px;
}

.login-txt form input::placeholder {
    color: #c7c7c7;
    text-transform: capitalize;
}

.login-txt form input:focus {
    box-shadow: none;
    border: 1px solid #0000002b;
}

.login-txt h3 {
    font-size: 50px;
    text-align: center;
    line-height: 40px;
    margin: 0 0 40px 0;
    font-weight: 200;
    color: #000;
}

.password-box {
    position: relative;
}

.password-box-input input {
    padding: 10px 40px 10px 20px;
}

.password-icon {
    position: absolute;
    top: 20%;
    right: 3%;
}

.password-icon span {
    color: #000;
    cursor: pointer;
}

.login-txt {
    padding: 45px 25px 35px;
    background-color: #fdfdfd;
    box-shadow: 0 0 9px 0 #00000017;
    /* border: 1px solid #0000002b; */
    border-radius: 20px;
    width: 90%;
}

.login-txt ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 20px 0;
}

li.head {
    color: #000;
    font-size: 15px;
    font-weight: 600;
}

.login-txt ul li {
    display: flex;
    gap: 7px;
    font-weight: 500;
    color: #000;
    opacity: 70%;
}

.login-txt form button {
    width: 100%;
    color: #fff;
    outline: none;
    border: none;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: 400;
    border-radius: 10px;
    font-size: 17px;
    font-weight: 600;
}

.login-txt form button::before {
    background: linear-gradient(146deg, rgb(118, 78, 26) 0%, rgb(202, 152, 78) 100%);
}

.login-txt ul.justify-content-start {
    gap: 10px;
    justify-content: start !important;
}

li.head-ex {
    text-decoration: underline;
}

.inner_banner_sec .banner_text h1 {
    font-size: 72px;
}

a.user {
    border-radius: 50%;
    border: 1px solid #c0473f;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background: #faf6f0;
}

/* InnerPage Login end */

/* InnerPage Cart start */
.num-block.skin-2 {
    display: grid;
}

.quanity.product-detail {
    margin: 20px 0;
}

.shopping_cart_table table tbody td .skin-2 .num-in {
    border-radius: 0;
}

.shopping_cart_table table tbody td .t_price {
    font-size: 27px;
    font-weight: 600;
    font-family: 'blasteet';
    font-family: 'Montserrat';
    color: #000;
    margin: 0;
    text-align: center;
}

th.w-40 {
    width: 35%;
    text-align: left !important;
}

.shopping_cart_table table tbody td i.fas.fa-times {
    font-size: 20px;
    color: #000;
}

.minus,
.plus {
    font-size: 2rem;
    padding: 0.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2.5rem;
    height: 2.5rem;
    margin: 0 0.5rem;
    cursor: pointer;
    user-select: none;
    /* Prevent text selection */
}

.minus.dis {
    color: #000;
    cursor: not-allowed;
}

.minus:hover:not(.dis),
.plus:hover {
    border-color: #007bff;
    color: #007bff;
}

#number {
    font-size: 1rem;
    width: 2rem;
    text-align: center;
    border: navajowhite;
}

.cart_recipt {
    margin-top: 30px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.cart_recipt>a {
    padding: 10px 30px;
    border: 1px solid #b8b8b8;
    border-radius: 0;
    font-size: 16px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #151414;
    font-weight: 500;
    font-family: "Montserrat", sans-serif;
}

.cart_recipt>a i {
    margin-right: 10px;
}

.recipt {
    width: 30%;
}

.cart_product_img img {
    width: 100%;
    object-fit: scale-down;
}

.recipt li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
}

.recipt li:last-child {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #b8b8b8;
    font-family: 'American-Captain';
    font-size: 21px;
    color: #000;
    font-weight: 500;
}

.recipt li span {
    font-size: 16px;
    letter-spacing: 2px;
    font-family: "Montserrat", sans-serif;
}

.payment_card {
    padding: 50px 20px;
    border-radius: 12px;
    background: #01143c;
}

.payment_card h3 {
    font-size: 31px;
    color: #000;
    font-weight: 500;
    margin-bottom: 20px;
    font-family: "Poppins", sans-serif;
    padding-bottom: 20px;
    text-transform: uppercase;
    border-bottom: 1px solid #303f60;
}

.credit_paypal a {
    padding: 10px 18px;
    border: 1px solid #303f60;
    border-radius: 30px;
    gap: 10px;
    display: inline-flex;
    align-items: center;
    font-family: "Poppins", sans-serif;
    color: #000;
    font-weight: 500;
    font-size: 15px;
    justify-content: space-between;
}

.table-responsive table {
    max-width: 1200px;
    width: 100% !important;
    overflow-x: auto;
}

.credit_paypal a img {
    height: 20px;
    object-fit: contain;
    margin-right: 10px;
    filter: brightness(0);
}

.credit_paypal {
    padding-bottom: 20px;
    border-bottom: 1px solid #303f60;
}

.payment_card form label {
    font-size: 13px;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    color: #fff;
}

.payment_card form {
    margin-top: 15px;
}

.payment_card form input {
    width: 100%;
    height: 50px;
    border: none;
    color: #fff !important;
    border-bottom: 1px solid #303f60;
    margin-bottom: 15px;
    background: transparent;
    padding: 0;
}

.payment_card form select {
    width: 100%;
    height: 50px;
    border: none;
    color: #000;
    border-bottom: 1px solid #303f60;
    margin-bottom: 15px;
    background: transparent;
    padding: 0;
}

.payment_card form input::placeholder {
    color: #fff;
}

.expiry_cvv {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.payment_card a.theme-btn {
    justify-self: center;
}

.expiry_date {
    width: 70%;
}

.cvv_box {
    width: 26%;
}

.month_year {
    display: flex;
    justify-content: space-between;
}

.month_year select {
    width: 48% !important;
    appearance: auto;
}

.month_year select option {
    color: #000;
}

.payment_card form .btn1 {
    margin: 30px 85px;
    border: 1px solid;
}

.skin-2 .num-in {
    border: 2px solid #ccc;
    height: 70px;
    width: 185px;
    float: left;
    display: flex;
    border-radius: 0;
    cursor: pointer;
    align-items: center;
    justify-self: center;
    justify-content: space-around;
}

.skin-2 .num-in span {
    width: 20px;
    display: flex;
    height: 20px;
    float: left;
    align-items: center;
    justify-content: center;
    border: 1px solid #000;
    font-size: 16px;
    border-radius: 50%;
}

.skin-2 .num-in span.plus:after {
    transform: rotate(90deg);
}

.num-in input.in-num {
    background-color: #ffffff;
    width: 38%;
    font-family: 'Helvetica';
}

.skin-2 .num-in input {
    float: left;
    width: 40px;
    height: 40px;
    border: none;
    text-align: center;
    background: transparent;
}

/* .skin-2 .num-in span:before {
content: '';
position: absolute;
background-color: #667780;
height: 2px;
width: 10px;
top: 50%;
left: 50%;
margin-top: -1px;
margin-left: -5px;
} */
.add-to-cart {
    position: relative;
    padding: 120px 0px;
}

.add-to-cart thead {
    background-color: #1e1e1e;
    color: #fff;
    border-radius: 0px;
}

.add-to-cart .table>thead>tr>th {
    border-bottom: 0;
    padding-left: 20px;
    padding-bottom: 25px;
    padding-top: 25px;
    text-align: left;
}

.table-space {
    display: flex;
    align-items: center;
}

.add-to-cart thead tr th {
    font-family: Agency;
    font-size: 24px;
    color: #fff;
    font-weight: 400;
    line-height: 20px;
    text-transform: capitalize;
}

.add-to-cart thead tr th:first-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.add-to-cart thead tr th:last-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.table-space h3 {
    text-transform: capitalize;
    font-size: 15px;
    color: #333333;
    font-weight: 500;
    margin-bottom: 5px;
    font-family: 'Roboto';
    font-weight: 500;
    line-height: 20px;
}

.table-space span {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    color: #000;
    font-family: 'Cerebrisans Regular';
}

.product-img {
    align-items: center;
    display: flex;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    margin-right: 20px;
    justify-content: center;
}

.no-space {
    display: block;
    margin-left: 15px;
}

.product-img img {
    width: 90%;
    border-radius: 0;
    border: 2px solid #d5d5d5;
    margin: 10px 0;
    height: 120px;
    object-position: center;
    object-fit: cover;
}

.add-to-cart input {
    width: 100%;
    text-align: center;
    height: 49px;
    border-radius: 6px;
    border: 1px solid #eeeeee;
    font-size: 23px;
    color: #000;
    font-weight: 500;
    margin-top: 24px;
    background-color: #f7f7f7;
}

.add-to-cart a {
    font-size: 18px;
    display: block;
    text-align: center;
    padding-top: 9px;
    color: rgba(0, 0, 0, 0.50);
    font-weight: 500;
    text-decoration: none;
    color: #333;
    font-family: 'Roboto';
}

.add-to-cart h4 {
    font-size: 18px;
    font-weight: 500;
    color: #333333;
    text-align: center;
    margin-top: 40px;
    font-family: 'Roboto';
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}

tr.space {
    border-bottom: 1px solid #d9d9d9;
}

a.remove {
    background-image: -webkit-linear-gradient(90deg, rgb(147, 111, 51) 0%, rgb(224, 189, 105) 100%);
    color: #fff;
    font-size: 29px;
    padding: 0px 15px;
    border: none;
    margin-top: 25px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.proceed a {
    color: #333;
    text-align: left;
    font-size: 23px;
    font-weight: 600;
    text-transform: capitalize;
    font-family: Agency;
}

.proceed i {
    margin-left: 10px;
}

.proceed .checkout-btn {
    background-image: -webkit-linear-gradient(90deg, rgb(147, 111, 51) 0%, rgb(224, 189, 105) 100%);
    border: none;
    padding: 17px;
    border-radius: 0;
    width: 100%;
    font-size: 26px;
    font-weight: 500;
    margin-top: 4px;
    border-radius: 0;
    text-align: center;
    text-transform: capitalize;
    color: #fff;
    font-family: Agency;
}

.or-amazon {
    margin-top: 50px;
    position: relative;
    /* top: 25px; */
    padding: 30px 50px;
    border-radius: 5px;
    background-color: #f9f9f9;
    border: 1px solid #c0c0c0;
}

.or-amazon p {
    width: fit-content;
    font-size: 14px;
    font-family: 'Montserrat';
    position: absolute;
    background: #f9f9f9;
    top: -18px;
    left: 50%;
    padding: 2px 15px;
    color: #000;
    display: block;
    text-transform: uppercase;
    transform: translateX(-50%);
    border: 1px solid #c0c0c0;
}

.or-amazon img {
    width: 80%;
    object-fit: scale-down;
}

.or-amazon a {
    text-decoration: none;
    text-align: center;
}

.total-section {
    border: 1px solid #c0c0c0;
    padding: 27px 40px;
    background-color: #f9f9f9;
}

.total-section li {
    font-size: 20px;
    padding-bottom: 20px;
    font-family: 'Roboto';
    color: #828282;
    font-weight: 400;
}

li.color-change {
    color: #000;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 600;
    margin: 0;
    font-family: Agency;
}

.total-section li span {
    float: right;
    font-weight: 500;
}

.ship-estimate {
    padding: 10px 40px;
    margin-top: 10px;
    border: 1px solid #c0c0c0;
    background-color: #f7f7f7;
    margin-top: 140px;
}

.ship-estimate ul {
    margin-top: 20px;
    margin-bottom: 50px;
}

.ship-estimate li {
    font-size: 23px;
    color: #333;
    margin-bottom: 5px;
    font-weight: 600;
    color: #000;
    text-transform: capitalize;
    font-size: 22px;
    font-family: 'Roboto';
    font-weight: 500;
    margin: 0 0 10px 0;
    font-family: Agency;
}

.ship-estimate .grey-style {
    color: #828282;
    font-size: 20px;
    font-family: 'Roboto';
    font-weight: 500;
    text-transform: capitalize;
}

a.gradient_text {
    background: linear-gradient(146deg, rgb(118, 78, 26) 0%, rgb(202, 152, 78) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

/* InnerPage Cart end */

/* InnerPage Checkout start */
.billing_form {
    padding: 40px;
    /*background-color: #0e194a;*/
}

.billing_form h3 {
    margin-bottom: 30px;
    font-size: 32px;
    color: #000;
    margin: 0;
    margin-bottom: 20px;
    text-transform: capitalize;
    line-height: 40px;
    font-weight: 800;
}

.billing_form label {
    font-size: 14px;
    color: #7c7c7c;
    line-height: 20px;
    font-weight: 600;
    font-family: 'Montserrat';
}

input[type="text"]::placeholder {
    font-size: 14px;
    color: #7c7c7c;
    font-weight: 500;
    line-height: 14px;
}

.radiosss p {
    color: #7c7c7c;
    font-size: 12px;
    font-weight: 400;
    font-family: 'Montserrat';
}

.billing_form input {
    width: 100%;
    height: 45px;
    border: 1px solid #c5c5c5;
    margin-bottom: 20px;
    padding-left: 15px;
    background-color: #fff0;
    border-radius: 0px;
    font-size: 14px;
    color: #7c7c7c;
    line-height: 20px;
    font-weight: 700;
    font-family: 'Poppins';
}

.billing_form input::placeholder {
    font-size: 14px;
    color: #7c7c7c;
    line-height: 20px;
    font-weight: 400;
    font-family: 'Poppins';
}

.cart_sidebar .cart_lst li:not(:last-child) {
    margin-bottom: 15px;
    /* font-family: 'Montserrat'; */
    color: #7c7c7c;
    font-family: 'Montserrat';
}

.cart_sidebar .cart_lst li {
    font-size: 14px;
    color: #000;
    font-weight: 500;
}

.cart_sidebar .cart_lst li span {
    float: right;
    text-transform: uppercase;
}

.cart_sidebar .cart_lst li:last-child {
    font-size: 24px;
    font-weight: 500;
    color: #000;
    text-transform: capitalize;
    font-family: "Agency";
}

.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: #4b902c;
}

.cart_sidebar {
    padding: 40px 25px;
    border: 2px solid #bbbbbb;
    border-radius: 0px;
}

.cart_sidebar h3 {
    font-size: 24px;
    color: #000;
    margin-top: 0px;
    line-height: 25px;
    font-family: "Agency";
    margin-bottom: 20px;
    font-weight: 500;
    text-transform: capitalize;
}

.cart_sidebar button {
    border: none;
    padding: 12px 117px;
    color: #fff;
    border-radius: 0;
    font-size: 19px;
    font-family: montserrat;
    margin-top: 20px;
    display: block;
    background: linear-gradient(146deg, rgb(118, 78, 26) 0%, rgb(202, 152, 78) 100%);
}

.cart_sidebar .h-sub {
    font-weight: 500;
    color: #000;
    font-size: 24px;
    border-bottom: 1px solid #373a33;
    margin-bottom: 20px;
    line-height: 0;
    padding-bottom: 30px;
    padding-top: 20px;
    font-family: "Agency";
}

.cart_sidebar h5 span {
    float: right;
}

.cart_sidebar h4 {
    font-size: 24px;
    font-weight: 500;
    color: #000;
    font-family: "Agency";
}

.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: 600;
    /* color: #000; */
    /* font-family: 'Montserrat'; */
    color: #7c7c7c;
    font-family: 'Montserrat';
}

.cart_sidebar ul li label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid #c4c4c4;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    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 #815927;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.cart_sidebar ul li:not(:last-child) {
    margin-bottom: 15px;
    font-family: 'Nova Square';
}

.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 #000;
    margin: 0;
    padding-bottom: 30px;
}

h6.payment-h {
    font-weight: 500;
    font-size: 24px;
    margin-bottom: 30px;
    text-transform: capitalize;
    font-family: "Agency";
}

label {
    display: inline-block;
    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: #461571;
    background: linear-gradient(146deg, rgb(118, 78, 26) 0%, rgb(202, 152, 78) 100%);
}

.radiosss-payments .card.card-body {
    padding: 0;
    border: none;
    margin-left: 0;
    /* padding: 10px; */
    /* background-color: #ffffff9e; */
}

.radiosss-payments {
    border-bottom: 1px solid #e9e9e9;
}

.billing_form {
    border: none;
    padding: 20px;
    border-radius: 7px;
}

.language-currency i {
    color: #fff;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(10px, -50%);
}

section.checkout_page {
    background-image: url(../images/cont-bg.png);
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left;
}

.ship-to {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.ship-to img {
    width: 30px;
    object-fit: scale-down;
}

.ship-to a {
    color: #ffff;
}

/* InnerPage Checkout end */


/*contact */

.contact-pag-form form {
    position: relative;
}

.contact-pag-form .form-group {
    position: relative;
}

.contact-pag-form .form-group::after {
    content: '';
    height: 53px;
    width: 10px;
    position: absolute;
    left: 40px;
    top: 5px;
    background-size: 10px 50px;
    background-image: url(../images/aroow-forward.png);
    background-repeat: no-repeat;
}

.contact-pag-form .form-group1::after {
    content: '';
    height: 53px;
    width: 10px;
    position: absolute;
    right: 40px;
    top: 5px;
    left: unset;
    transform: rotate(180deg);
    background-size: 10px 50px;
    background-image: url(../images/aroow-forward.png);
    background-repeat: no-repeat;
}

.contact-pag-form form input.form-control {
    height: 60px;
    font-size: 15px;
    padding-left: 55px;
    border: 1px solid #c6c6c6;
    line-height: 0;
    box-shadow: none;
    color: black;
    font-weight: 400;
    background-color: transparent;
    margin-top: 20px;
    font-family: 'Montserrat';
    display: flex;
    border-radius: 0;
}

.contact-pag-form form select.form-control {
    height: 60px;
    font-size: 15px;
    padding-left: 25px;
    border: 1px solid #c6c6c6;
    box-shadow: none;
    color: black;
    font-weight: 400;
    background-color: transparent;
    margin-top: 20px;
    font-family: 'Montserrat';
    display: flex;
    border-radius: 0;
}

.contact-pag-form .form-group:before {
    content: "";
    position: absolute;
    background-image: url(../images/contact-line.png);
    width: 8px;
    height: 47px;
    background-repeat: no-repeat;
    left: 40px;
    top: 5px;
}

.contact-pag-form .form-group:before {
    content: "";
    position: absolute;
    background-image: url(../images/contact-line.png);
    width: 50px;
    height: 50px;
}

.contact-pag-form form input.form-control::placeholder {
    color: #909091;
}

.contact-main-sec .them-btn-1:hover {
    background-color: #00006d;
    transition: 0.3s all;
}

.contact-pag-form form textarea.form-control {
    font-size: 15px;
    padding-left: 55px;
    padding-top: 20px;
    border: 1px solid #c6c6c6;
    letter-spacing: 0;
    box-shadow: none;
    resize: none;
    background-color: transparent;
    margin-top: 20px;
    color: #000000;
    border-radius: inherit;
    border-radius: 0;
    height: 150px;
}

.contact-pag-form .email {
    padding: 0;
}

.contact-pag-form h4 {
    font-size: 62px;
    line-height: 70px;
    font-weight: 500;
    text-transform: capitalize;
    color: #fff;
}

.contact-pag-form form textarea.form-control::placeholder {
    color: #909091;
}

.contact-pag-form ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #909091;
}

.contact-pag-form ::-moz-placeholder {
    /* Firefox 19+ */
    color: rgba(18, 28, 42, 0.55);
}

.contact-pag-form :-ms-input-placeholder {
    /* IE 10+ */
    color: rgba(18, 28, 42, 0.55);
}

.contact-pag-form :-moz-placeholder {
    /* Firefox 18- */
    color: rgba(18, 28, 42, 0.55);
}

.cicle-icon i {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    border: 1px solid #936f33;
    height: 70px;
    width: 70px;
    border-radius: 50px;
    background-image: -moz-linear-gradient(90deg, rgb(147, 111, 51) 0%, rgb(224, 189, 105) 100%);
    background-image: -webkit-linear-gradient(90deg, #936f33 0%, rgb(224, 189, 105) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(147, 111, 51) 0%, rgb(224, 189, 105) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.cicle-icon img {
    margin: 0 auto;
}

.contact-info {
    background: transparent;
    width: 100%;
    padding: 40px 20px;
    margin-bottom: 10px;
    border: 1px solid #c6c6c6;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.contact-main-sec h4 {
    font-size: 50px;
    color: #000000;
    font-weight: 700;
    line-height: 42px;
    text-transform: capitalize;
    margin-bottom: 10px;
    margin-left: 10px;
    font-family: "Agency";
}

.contact-main-sec p span {
    display: block;
}

.contact-main-sec p {
    font-size: 16px;
    color: #fff;
    margin-bottom: 0;
    font-family: 'Oswald';
    text-transform: capitalize;
}

.contact-main-sec h2 {
    margin: 0;
    font-size: 25px;
    color: #000000;
    font-weight: 500;
    line-height: 30px;
    text-transform: capitalize;
    font-family: "Agency";
}

.contact_text p {
    font-size: 14px;
    line-height: 25px;
    color: #000;
    padding-top: 0px;
    font-weight: 400;
    font-family: 'Montserrat';
    letter-spacing: 1px;
}

.contact_text p a {
    font-size: 22px;
    color: #000;
    text-decoration: none;
    transition: 0.5s ease-in-out;
    margin-top: 3px;
    display: block;
    font-weight: 600;
}

.mailt {
    padding-left: 30px;
}

.contact_text a:hover {
    color: #000;
}

.contact_text p a.email-text {
    font-size: 14px;
    color: #000;
}

.contact_text p a.email-text:hover {
    color: #000;
}

.contact-us {
    padding: 6% 0;
}

.contact-head {
    text-align: center;
}

.contact-head h2 {
    font-size: 50px;
    color: #000;
    text-transform: uppercase;
}

.lg-btn {
    width: 100%;
}

.cp {
    font-size: 17px;
    line-height: 27px;
}

.contact_heading {
    margin-bottom: 30px;
}

.contact_heading h2 {
    font-size: 45px;
    color: #000000;
    font-weight: bolder;
}

.contact-side-bar {
    padding-top: 18px;
    margin-left: 20px;
}

.contact-main-sec {
    padding: 100px 0;
}

.contact-main-sec .them-btn-1 {
    margin-top: 20px;
    border: none;
    padding: 12px 20px;
    background-color: #ff0000;
    color: white;
    border-radius: 25px;
}

.b-img img {
    border-radius: 20px;
}

.contact-pag-form .form-group i {
    position: absolute;
    top: 20px;
    background-image: -moz-linear-gradient(90deg, rgb(147, 111, 51) 0%, rgb(224, 189, 105) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(147, 111, 51) 0%, rgb(224, 189, 105) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(147, 111, 51) 0%, rgb(224, 189, 105) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    left: 13px;
    font-size: 20px;
    color: #7e7e7e;
    background-image: -webkit-linear-gradient(90deg, rgb(147, 111, 51) 0%, rgb(224, 189, 105) 100%);
}

.contact-pag-form .form-group1 i {
    right: 13px;
    left: unset;
}

.contact-pag-form {
    margin-top: 0;
}

.contact-pag-form button {
    margin-top: 5%;
    width: fit-content;
    border: none;
    text-transform: capitalize;
}

button.theme_btn img {
    width: 30%;
}

.theme_btn3 {
    width: fit-content;
    padding: 15px 27px;
    border-radius: 0;
    font-family: poppins;
    text-transform: uppercase;
    font-weight: 600;
    background: #461571;
    color: #fff;
    font-size: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.inner_event_box_image {
    float: right;
    width: 250px;
    height: 450px;
    margin: 40px;
}

.inner_event_box .event_image_text_inner h6 {
    font-family: 'Jockey One';
    color: #000;
}

.inner_event_box .event_image_text_inner p {
    font-size: 18px;
    text-transform: uppercase;
}

.inner_event_box .calen_box h6 {
    font-family: poppins;
    color: #000;
}

/* InnerPage contact end */



/*product Detail Page Start*/

.pricetag {
    display: flex;
    position: relative;
    margin-top: 15px;
}

.pricetag h4 {
    font-size: 22px;
    font-family: 'Montserrat';
    color: #8d8d8d;
    font-weight: 400;
    margin-bottom: 0px;
}

.pricetag h3 {
    font-size: 40px;
    color: #3f32be;
    font-weight: 600;
    margin-bottom: 0px;
    font-family: 'Montserrat';
}

.dv2productdetail h3 {
    font-size: 40px;
    line-height: 43px;
    font-weight: 400;
    color: #1c191a;
}

.pricetag h4:before {
    position: absolute;
    content: '';
    height: 2px;
    width: 12%;
    top: 14px;
    background-color: #969696;
    left: 0;
}



.productdetail {
    padding: 100px 0px;
}

.dv3productdetail {
    margin-top: 15px;
}

.dv3productdetail h5 {
    font-size: 19px;
    font-family: 'Roboto';
    font-weight: 600;
    color: black;
}

.dv3productdetail h5 span {
    color: #9a785d;
    font-weight: 400;
    font-family: 'Roboto';
}

ul.uldvproductdetail {
    display: flex;
    justify-content: end;
    gap: 5px;
    margin-top: -25px;
    padding-bottom: 10px;
    border-bottom: 1px solid #beebed;
}

ul.uldvproductdetail li {
    color: #ffc107;
}

.dv3productdetail p {
    font-size: 14px;
    color: #636363;
    font-weight: 500;
    margin-bottom: 10px;
}


li.quanity.product-detail .inc {
    margin: 0;
}

.descrip {
    padding-bottom: 100px;
}

.inc {
    background-color: #fff !important;
    margin-top: 11px;
    padding: 0px 15px;
    display: flex;
    align-items: center;
    border: 1px solid #c0c0c0;
    width: 18%;
    height: 37px;
}

.input-number,
.input-number1,
.input-number-decrement,
.input-number-increment {
    border: 0;
    height: 25px;
    user-select: none;
    font-weight: 700;
    padding: 5px 5px 5px 5px;
    width: 30px;
    color: #000;
}

.number-item input {
    width: 100%;
    text-align: center;
    height: 30px;
    border-radius: 10px;
    /* border: 1px solid #dcdcdc; */
    font-size: 23px;
    /* color: rgba(0, 0, 0, 0.50); */
    font-weight: 500;
    margin-top: 0;
    /* background-color: transparent; */
    /* color: #000; */
    pointer-events: none;
    font-size: 18px;
    border: navajowhite;
}


.input-number,
.input-number1,
.input-number-decrement,
.input-number-increment {
    border: 0;
    height: 25px;
    user-select: none;
    font-weight: 700;
    padding: 0px 5px 5px 5px;
    width: 30px;
    color: #000;
    font-size: 13px;
}

ul.social-icons-banner {
    display: flex;
    gap: 10px;
}

ul.social-icons-banner a {
    display: flex;
    gap: 20px;
    height: 50px;
    width: 50px;
    border: 1px solid #999999;
    color: #999999;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    transition: 0.3s ease-in-out;
}

.add-cart-btn {
    display: inline-flex;
    height: 44px;
    align-items: center;
    justify-content: center;
    padding: 2px 33px;
    color: white;
    background-image: -moz-linear-gradient(90deg, rgb(59, 46, 187) 0%, rgb(118, 97, 233) 100%);
    background-color: #461571;
    background-image: -ms-linear-gradient(90deg, rgb(59, 46, 187) 0%, rgb(118, 97, 233) 100%);
    border-radius: 30px;
    margin-top: 9px;
    background: linear-gradient(146deg, rgb(118, 78, 26) 0%, rgb(202, 152, 78) 100%);
}

.like-btn {
    width: 44px;
    height: 45px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #919191;
    border-radius: 50%;
    font-size: 21px;
    color: rgb(59, 46, 187);
    margin-top: 10px;
    background-image: -moz-linear-gradient(90deg, rgb(147, 111, 51) 0%, rgb(224, 189, 105) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(147, 111, 51) 0%, rgb(224, 189, 105) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(147, 111, 51) 0%, rgb(224, 189, 105) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

ul.inc-addto-cart {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
    gap: 35px;
}

a.add-cart-btn:hover {
    color: #fff;
}

ul.social-icons-banner a:hover {
    color: #fff;
    background: linear-gradient(146deg, rgb(118, 78, 26) 0%, rgb(202, 152, 78) 100%);
}

.dv1descrip h2 {
    font-size: 33px;
    font-weight: 600;
    margin-bottom: 4px;
    color: #000;
}

.dv1descrip p {
    font-size: 14px;
    font-family: 'Roboto';
    font-weight: 400;
    line-height: 23px;
    color: #636363;
}

.dv1productdetail img {
    float: right;
    border: 1px solid #d4d4d4;
}

section.productdetail .row {
    align-items: center;
    justify-content: center;
}

.dv1descrip {
    margin-left: 54px;
    margin-top: 40px;
}

section.productdetail {
    padding: 90px 0px 0px;
}

ul.social-icons-banner li i {
    background-image: -moz-linear-gradient(90deg, rgb(147, 111, 51) 0%, rgb(224, 189, 105) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(147, 111, 51) 0%, rgb(224, 189, 105) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(147, 111, 51) 0%, rgb(224, 189, 105) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.contact-pag-form button {
    padding: 17px 40px;
}

body .pass_in input {
    width: 100% !important;

}

.pass_in {
    position: relative;
}

.pass_in i {
    position: absolute;
    top: 50%;
    transform: translate(-30px, -50%);
    color: #e0dcdc;
}

li.inc {
    border-radius: 50px;
}

ul.social-icons-banner li:hover i {
    background-image: -webkit-linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 100%);
}

/* InnerPage productdetail end */

/* InnerPage Aboutus start */

.product-inner-sec .product-side-bar {
    height: 600px;
    overflow-y: scroll;
}

.product-inner-sec .product-side-bar h4 {
    font-size: 39px;
    margin: 20px 0;
    color: #000;
    font-family: "Agency";
}

.product-inner-sec .product-side-bar ul li {
    margin: 20px 0;
    border-bottom: 1px solid #f2f2f2;
    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: #000;
    font-size: 20px;
    font-family: 'Roboto';
    font-weight: 500;
}

.product-inner-sec ::-webkit-scrollbar {
    width: 10px;
}

/* Track */
.product-inner-sec ::-webkit-scrollbar-track {
    background: #f0f0f0;
}

/* Handle */
.product-inner-sec ::-webkit-scrollbar-thumb {
    background: #901733;
    border-radius: 5px;
}

.product-inner-sec select {
    width: 100%;
    padding: 10px 15px;
    background-color: transparent;
    color: #ffff;
    border-radius: 50px;
    -webkit-appearance: auto;
}

.product-inner-sec {
    position: relative;
    padding: 80px 0;
    background-color: transparent;
}

.shop-nav.shop-nav-inner {
    background: transparent;
}


.shop-nav-inner .nav-pills .nav-link {
    padding: 12px 50px;
    color: #000;
    font-weight: 500;
}

.shop-nav-inner .nav-pills .nav-link.active,
.shop-nav-inner .nav-pills .show>.nav-link {
    color: #fff !important;
    background-color: #423e3d;
}


.shop-nav-inner ul#pills-tab {
    margin: 0 !important;
    justify-content: start;
}

/* InnerPage Aboutus end */

/* InnerPage Aboutus start */

.install-image img {
    width: 100%;
    height: 600px;
    object-fit: cover;
    border-radius: 0;
}

.install-image::before {
    position: absolute;
    top: -20px;
    right: -20px;
    width: 82%;
    content: '';
    height: 106%;
    z-index: -1;
    border-radius: 0;
    background: linear-gradient(146deg, rgba(118, 78, 26, 0.9) 0%, rgba(202, 153, 78, 0.9) 100%);
}

.install-image {
    text-align: center;
    width: 100%;
    display: block;
    margin: 0 0 30px auto;
    position: relative;
    z-index: 1;
}

.install-text p {
    color: #000;
}

ul.install-list {
    column-count: 3;
}

ul.install-list li {
    padding: 0 0 10px 30px;
    position: relative;
    z-index: 1;
}

ul.install-list li p {
    margin: 0;
}

ul.install-list li::before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 20px;
    height: 20px;
    content: '';
    background-image: url(../images/style-check.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    transform: translateY(-50%);
}


.about_text {
    padding: 120px 70px 50px 70px;
    background: #252525;
}


.billing_form select {
    appearance: auto;
    width: 100%;
    height: 45px;
    border: 1px solid #c5c5c5;
    margin-bottom: 20px;
    padding-left: 15px;
    background-color: #fff0;
    border-radius: 0px;
    font-size: 14px;
    color: #7c7c7c;
    line-height: 20px;
    font-weight: 500;
    font-family: 'Poppins';
}

/* InnerPage Aboutus end */

/* InnerPage Aboutus start */
/* InnerPage Aboutus end */

/* InnerPage Aboutus start */
/* InnerPage Aboutus end */

/* InnerPage Aboutus start */
/* InnerPage Aboutus end */

/* InnerPage Aboutus start */
/* InnerPage Aboutus end */