@import url('../../../../css2');

/***** General CSS *****/

html {
    overflow-x: hidden;
}

body {
    word-break: break-word;
    font: 15px/25px 'Poppins', sans-serif;
    color: #393939;
    overflow-x: hidden;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.heading {
    text-align: center;
    margin: 0 auto 50px auto;
    width: 60%;
}

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 0px;
    padding: 0;
    list-style-type: none;
}


/***** Font Files *****/

@font-face {
    font-family: 'Fonts Awesome';
    src: url(../fonts/fontawesome-webfont.eot);
    src: url(../fonts/fontawesome-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff) format("woff"), url(../fonts/fontawesome-webfont.ttf) format("truetype"), url(../fonts/fontawesome-webfont.svg#fontawesome-webfont) format("svg");
    font-weight: 400;
    font-style: normal
}


/***** Custom Classes *****/

.noPadding {
    padding: 0;
}

.noLeft {
    padding-left: 0;
}

.noRight {
    padding-right: 0;
}

.mt-5 {
    margin-top: 50px;
}

.mb-5 {
    margin-bottom: 50px;
}

.mt-8 {
    margin-top: 80px;
}

.mt-4 {
    margin-top: 40px;
}

.mt-3 {
    margin-top: 30px;
}

.mt-2 {
    margin-top: 20px;
}

.pt-5 {
    padding-top: 50px;
}

.pb-1 {
    padding-bottom: 10px;
}

.pb-2 {
    padding-bottom: 20px;
}

.pb-3 {
    padding-bottom: 30px;
}

.pb-4 {
    padding-bottom: 40px;
}

.pb-8 {
    padding-bottom: 80px;
}

.m-0 {
    margin: 0 !important;
}

.p-0 {
    padding: 0 !important;
}

.pt-8 {
    padding-top: 80px;
}

.pt-4 {
    padding-top: 40px;
}

.pt-3 {
    padding-top: 30px;
}

.pt-2 {
    padding-top: 20px;
}

.sec {
    padding: 80px 0;
}

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

.d-flex {
    display: flex;
    align-items: center;
}

.over-flow-h {
    overflow: hidden;
}

/* Buttons Css Starts */

.theme1 {
    display: inline-flex;
    align-items: center;
    justify-content: start;
    gap: 10px;
    padding: 0 30px;
    height: 50px;
    border: 1px solid #0000;
    background-color: #ad0d3c;
    transition: ease-in;
    transition-duration: 0.2s;
}

.theme1:hover {
    background-color: #fff;
    border: 1px solid #000;
    transition: ease-out;
    transition-duration: 0.2s;
}

.theme1 span.theme1-btn-txt {
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    font-family: 'Montserrat';
    text-transform: uppercase;
    font-weight: 300;
    transition: ease-in;
    transition-duration: 0.2s;
}

.theme1:hover span.theme1-btn-txt {
    color: #000;
    transition: ease-out;
    transition-duration: 0.2s;
}

.theme1 span.theme1-btn-icon img {
    transition: ease-in;
    transition-duration: 0.2s;
}

.theme1:hover span.theme1-btn-icon img {
    filter: brightness(0) saturate(100%) invert(12%) sepia(45%) saturate(7461%) hue-rotate(332deg) brightness(95%) contrast(98%);
    transition: ease-out;
    transition-duration: 0.2s;
}

/* Buttons Css Ends */

.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: "Oswald", serif;
    font-size: 86px;
    line-height: 90px;
    color: #000;
    font-weight: 300;
    margin: 10px 0;
    font-style: italic;
}

h2 {
    font-family: "Oswald", serif;
    font-size: 70px;
    line-height: 75px;
    color: #000;
    font-weight: 200;
    margin: 10px 0;
    font-style: italic;
    text-transform: capitalize;
}

h3 {
    font-family: "Oswald", serif;
    font-size: 30px;
    line-height: 34px;
    color: #000;
    font-weight: 600;
    margin: 10px 0;
}

h4 {
    font-family: "Oswald", serif;
    font-size: 24px;
    line-height: 29px;
    color: #000;
    font-weight: 500;
    margin: 10px 0;
}

h5 {
    font-family: "Oswald", serif;
    font-size: 20px;
    line-height: 25px;
    color: #000;
    font-weight: 500;
    margin: 10px 0;
}

h6 {
    font-family: "Oswald", serif;
    font-size: 18px;
    line-height: 23px;
    color: #000;
    font-weight: 500;
    margin: 10px 0;
}

p {
    color: #0000008a;
    font-size: 14px;
    line-height: 25px;
    font-family: "Montserrat", serif;
    font-weight: 500;
    margin: 10px 0;
    z-index: 9;
}

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 */
header {
    padding: 20px 0 0 0;
}
.menuSec-links-main {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 30px;
}
.menuSec {
    padding: 10px 0;
    background-color: #ad0d3c;
    margin: 20px 0 0 0;
}
.topSec-links-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    width: 30px;
    margin: 0 auto;
    transition: ease-in;
    transition-duration: 0.2s;
}

.topSec-links-icon img {
    transition: ease-in;
    transition-duration: 0.2s;
}

.topSec-links-box a:hover .topSec-links .topSec-links-icon img {
    filter: brightness(0) saturate(100%) invert(10%) sepia(69%) saturate(5884%) hue-rotate(334deg) brightness(98%) contrast(96%);
    transition: ease-out;
    transition-duration: 0.2s;
}

.topSec-links-main {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 30px;
}

.menuSec-links-slec-icon {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
}

.topSec-links-txt h6 {
    font-size: 9px;
    line-height: 15px;
    color: #000;
    font-family: 'Montserrat';
    margin: 0;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    transition: ease-in-out;
    transition-duration: 0.2s;
}

.topSec-links-box a:hover .topSec-links-txt h6 {
    color: #ad0d3c;
    transition: ease-in-out;
    transition-duration: 0.2s;
}

.topSec-links {
    position: relative;
}

.topSec-links-ex {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 15px;
    width: 15px;
    border-radius: 100px;
    background-color: #ad0d3c;
    position: absolute;
    top: 0;
    right: 0;
}

.topSec-links-ex h6 {
    font-size: 10px;
    line-height: 12px;
    font-family: 'Montserrat';
    color: #FFF;
    margin: 0;
}

.menu-box ul {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 10px;
}

.menu-box ul li {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
}

.menu-box li ul {
    display: none;
}

.menu-box ul li a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    padding: 0 10px;
    font-size: 12px;
    line-height: 27px;
    color: #fff;
    text-transform: uppercase;
    z-index: 0;
    transition: ease-in;
    transition-duration: 0.2s;
}

.menu-box ul li a:hover {
    color: #000;
    transition: ease-out;
    transition-duration: 0.2s;
    transition-delay: 0.2s;
}

.menu-box ul li a::before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 0;
    border-bottom: 1px solid #fff;
    transition: ease-out;
    transition-duration: 0.2s;
    transition-delay: 0.2s;
    z-index: -1;
}

.menu-box ul li a:hover::before {
    width: 100%;
    transition: ease-out;
    transition-duration: 0.2s;
}

.menu-box ul li a::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    height: 0;
    background-color: #fff;
    transition: ease-out;
    transition-duration: 0.2s;
    z-index: -1;
}

.menu-box ul li a:hover::after {
    height: 100%;
    transition: ease-out;
    transition-delay: 0.2s;
    transition-duration: 0.2s;
}

.menu-box ul li a.active {
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    color: #28b16d;
}

.menu-box li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 38px;
}

.menu-box li>ul>li>a {
    border: none;
    padding: 13px 20px !important;
    color: #fff !important;
    overflow: hidden;
    font-size: 13px;
    line-height: 20px;
}

.menu-box li>ul>li,
.menu-box li>ul>li>a {
    display: block;
    margin: 0;
}

.menu-box li>ul>li>a:before,
.menu-box li>ul>li>a:after {
    display: none;
}

.menu-box li:hover li {
    float: none;
}

.menu-box li ul li a:hover {
    background-color: #ffffff;
    color: #000000 !important;
}

.menu-box ul ul ul {
    left: 100%;
    top: 0;
}

.menuSec-links-slec select {
    font-size: 12px;
    line-height: 20px;
    font-family: 'Montserrat';
    color: #fff;
    text-transform: uppercase;
    padding: 0;
    background-color: #0000;
    border: none;
    padding: 0 20px 0 0;
    position: relative;
    z-index: 1;
    cursor: pointer;
}

.menuSec-links-slec option {
    color: #000
}

.menuSec-links-slec-icon i {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 25px;
    width: 20px;
    color: #fff;
    font-size: 12px;
}

.menuSec-links {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 10px;
    position: relative;
}


/* .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;
}


/*header css start */

/*banner css start */

section.main_slider {
    position: relative;
    overflow: hidden;
}

.main-banner-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 150px 0;
    position: relative;
    z-index: 9;
}

.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
    width: 100%;
}

.carousel-control.right,
.carousel-control.left {
    background: none;
    opacity: 1;
    width: 50px;
    height: 50px;
    top: initial;
    top: 40%;
    background: rgba(255, 255, 255, 0.1);
    text-shadow: none;
}

.carousel-control.right:hover,
.carousel-control.left:hover {
    background: rgba(255, 27, 27, 0.6);
    color: #fff;
}

.carousel-control.right .fa,
.carousel-control.left .fa {
    position: relative;
    top: 12px;
    font-size: 20px;
    color: #fff;
    opacity: 0.5;
}

.carousel-control.right {
    right: 0px;
}

.carousel-control.left {
    left: 0px;
}

.carousel-item {
    height: 80vh;
}

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 10px;
    height: 12px;
    padding: 0;
    margin: 3px!important;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 1;
    /* transition: opacity 0.6s ease; */
    border-radius: 20px;
}

.carousel-caption {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0;
    color: #fff;
    text-align: left;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    background: #f2f2f2;
}

.carousel-indicators li {
    border: none;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    background: #fff;
    width: 12px;
    height: 12px;
    margin: 0;
}

.carousel-indicators .active {
    margin: 0;
    background-color: #28b16d;
    width: 10px;
    height: 12px;
}

section.main_slider .carousel-caption .container, section.main_slider .carousel-caption .row {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
}

section.main_slider .carousel-caption .row {
    width: 40%;
    margin: 0 auto 0 280px;
}

.banner-ex-img-main {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 20%;
    z-index: 9;
}

.banner-right {
    position: absolute;
    top: 0;
    right: -250px;
    z-index: 0;
    height: 100%;
    width: 60%;
}

.banner-right img {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
}

.banner_text {
    position: relative;
    z-index: 999;
}

.banner_text p {
    margin: 30px 0;
}

/*banner css end*/

/*Inner Banner Css Starts*/

section.inner-banner .carousel-item {
    height: 68vh;
}

section.inner-banner .carousel-caption {
    background-color: #f2f2f2;
}

.banner-ex-img-right-main {
    left: unset;
    right: 0;
}

section.inner-banner .carousel-caption .row {
    width: 60%;
    margin: 0 auto;
}

section.inner-banner .banner_text {
    text-align: center;
}

section.inner-banner .banner-ex-img-main img {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 500px;
    width: 100%;
    object-fit: cover;
}

section.inner-banner .banner_text h1 {
    font-size: 92px;
    line-height: 1;
    margin: 0;
}

/*Inner Banner Css end*/

/*Search Css Starts*/

.header-search {
    display: inline-flex;
    align-items: center;
    justify-content: start;
    gap: 5px;
    width: 100%;
    padding: 0 0 0 10px;
    border: 1px solid #00000030;
    border-radius: 100px;
    background-color: #f2f2f2;
}

.menuSec-links-slec a {
    position: relative;
    font-size: 17px;
    line-height: 20px;
    padding: 0 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    color: #fff;
    font-family: 'Montserrat';
    z-index: 0;
    transition: ease-in;
    transition-duration: 0.2s;
}


.menuSec-links-slec a:hover {
    color: #000;
    transition: ease-out;
    transition-duration: 0.2s;
    transition-delay: 0.2s;
}

.menuSec-links-slec a::before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 0;
    border-bottom: 1px solid #fff;
    transition: ease-out;
    transition-duration: 0.2s;
    transition-delay: 0.2s;
    z-index: -1;
}

.menuSec-links-slec a:hover::before {
    width: 100%;
    transition: ease-out;
    transition-duration: 0.2s;
}

.menuSec-links-slec a::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    height: 0;
    background-color: #fff;
    transition: ease-out;
    transition-duration: 0.2s;
    z-index: -1;
}

.menuSec-links-slec a:hover::after {
    height: 100%;
    transition: ease-out;
    transition-delay: 0.2s;
    transition-duration: 0.2s;
}


.header-search-input {
    width: 100%;
}

.header-search-input input {
    width: 100%;
    padding: 0;
    height: 40px;
    border: none;
    padding: 0 0 0 10px;
    outline: none;
    border-left: 1px solid #00000030;
    font-size: 10px;
    line-height: 12px;
    color: #000;
    font-family: "Montserrat", serif;
    font-weight: 600;
    background-color: #0000;
}

.header-search-input input::placeholder {
    font-size: 10px;
    line-height: 12px;
    color: #000;
    text-transform: uppercase;
    font-family: "Montserrat", serif;
    font-weight: 600;
}

.header-search-icon i {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 40px;
    color: #fff;
    background-color: #ad0d3c;
    border-radius: 100px;
    font-weight: 200;
}

.header-search-ex img {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 35px;
    width: 35px;
    object-fit: contain;
    padding: 5px;
}

/*Search Css Ends*/

/*Products Css Starts*/

.products-heading {
    padding: 0 0 20px 0;
    margin: 0 0 20px 0;
    border-bottom: 1px solid #00000038;
}

.products-heading h2 {
    margin: 0;
}

.products-card {
    margin: 0 0 20px 0;
}

.products_slider .slick-active {
    opacity: 1;
}

.products_slider .slick-slide {
    margin: 0px 10px;
}

.products_slider .slick-prev, .products_slider .slick-next {
    top: -13%;
}

.products_slider .slick-prev {
    left: unset;
    right: 6%;
}

.products_slider .slick-next {
    right: 2%;
}

.products_slider .slick-prev.slick-disabled:before, .products_slider .slick-next.slick-disabled:before {
    opacity: 1;
    background-color: #000;
}

.products_slider .slick-prev:before, .products_slider .slick-next:before {
    opacity: 1;
}

.products_slider .slick-next:before
{
    content: '\f061';
    font-family: 'Font Awesome 5 Pro';
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 40px;
    background-color: #ad0d3c;
    border-radius: 100px;
    color: #fff !important;
}

.products_slider .slick-prev:before
{
    content: '\f060';
    font-family: 'Font Awesome 5 Pro';
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 40px;
    background-color: #ad0d3c;
    border-radius: 100px;
    color: #fff !important;
}

.products-card-box {
    position: relative;
    background-color: #f9f9f9;
    padding: 20px;
    border: 1px solid #00000038;
    position: relative;
    transition: ease-in;
    transition-duration: 0.2s;
}

.products-card-box::before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 0;
    background-color: #ad0d3c;
    z-index: 0;
    transition: ease-out;
    transition-duration: 0.2s;
}

.products-card:hover .products-card-box::before {
    height: 100%;
    transition: ease-in;
    transition-duration: 0.2s;
}

.products-card-star-qty {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.products-card-qty {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    padding: 0 10px;
    background-color: #ad0d3c;
    position: absolute;
    top: 4%;
    right: 0;
    transition: ease-in;
    transition-duration: 0.2s;
}

.products-card:hover .products-card-qty {
    background-color: #fff;
    transition: ease-out;
    transition-duration: 0.2s;
}

.products-card-qty h6 {
    font-size: 13px;
    line-height: 20px;
    margin: 0;
    color: #fff;
    font-weight: 400;
    font-family: 'Montserrat';
    transition: ease-in;
    transition-duration: 0.2s;
}

.products-card:hover .products-card-qty h6 {
    color: #000;
    transition: ease-out;
    transition-duration: 0.2s;
}

.stars ul {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 5px;
    position: relative;
    z-index: 9;
}

.stars ul li a i {
    color: #ffb400;
}

.products-card-img img {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 350px;
    width: 80%;
    margin: 0 auto;
    object-fit: contain;
    position: relative;
    z-index: 9;
}

.products-card-txt h5 {
    font-size: 26px;
    line-height: 34px;
    margin: 0;
    position: relative;
    z-index: 9;
    transition: ease-in;
    transition-duration: 0.2s;
}

.products-card:hover .products-card-txt h5 {
    color: #fff;
    transition: ease-out;
    transition-duration: 0.2s;
}

.products-card-price-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 20px 0 0 0;
}

.products-card-price {
    width: 100%;
    background-color: #2c2a25;
    padding: 0 0 0 20px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: start;
    border-right: 1px solid #fff;
}

.products-card-btn {
    width: 20%;
}

.products-card-price h5 {
    font-size: 21px;
    line-height: 26px;
    color: #fff;
    margin: 0;
    font-family: 'Montserrat';
    font-weight: 500;
    display: flex;
    align-items: end;
    justify-content: start;
    gap: 10px;
}

.products-card-price h5 span {
    font-size: 15px;
    line-height: 20px;
    text-decoration-line: line-through;
    font-weight: 400;
}

.products-card-btn a img {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    width: 100%;
    background-color: #ad0d3c;
    object-fit: contain;
    padding: 15px;
}

.products-card-btn a img:hover {
    background-color: #2c2a25;
}

/*Products Css Ends*/

/*Services Css Starts*/

section.services-sec {
    padding: 80px 0 0 0;
    background-color: #f2f2f2;
    position: relative;
    overflow: hidden;
}

.services-heading {
    margin: 0 0 30px 0;
}

.services-card {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 10px;
    margin: 0 0 20px 0;
}

.services-box {
    width: 95%;
    margin: 0 0 50px auto !important;
}

.services-txt ul {
    column-count: 2;
}

.services-card-heading h4 {
    font-size: 35px;
    line-height: 40px;
    color: #ad0d3c;
    margin: 0;
}


.services-card-heading h5 {
    font-size: 25px;
    line-height: 30px;
    color: #000;
    margin: 0;
}

.services-card-heading {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 10px;
}

.services-card-txt p {
    font-size: 12px;
    line-height: 20px;
    margin: 0;
}

.services-img {
    position: absolute;
    bottom: 0;
    right: 60%;
}

.services-img::before {
    content: '';
    position: absolute;
    top: -60px;
    left: -10px;
    height: 550px;
    width: 550px;
    background-color: #ad0d3c;
    border-radius: 500px;
    z-index: 0;
}

.services-img img {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 395px;
    width: 513px;
    object-fit: cover;
    position: relative;
    z-index: 0;
}

/*Services Css Ends*/

/*Quote Sec Css Starts*/

section.quote-sec.sec {
    background-image: url('../images/quote-bg.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.quote-txt {
    width: 60%;
    padding: 0 0 0 50px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.quote-img {
    width: 40%;
}

.quote-txt-main {
    background-color: #fff;
    width: 90%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
}

.quote-txt h5 {
    font-size: 40px;
    line-height: 45px;
    font-weight: 300;
    margin: 0;
}

.quote-txt h2 {
    font-size: 88px;
    line-height: 95px;
    margin: 0;
    color: #ad0d3c;
}

.quote-txt p {
    font-size: 16px;
    line-height: 25px;
    color: #232323;
    font-weight: 300;
    margin: 0;
}

.quote_slider .slick-slide {
    opacity: 1;
}

/*Quote Sec Css Ends*/


/*FOOTER STRT*/

footer {
    background-color: #1b1b1b;
    padding: 80px 0 40px 0;
}

.footer_col h3 {
    color: #fff;
    font-weight: 300;
    font-size: 22px;
    line-height: 30px;
    margin: 25px 0 20px;
    position: relative;
    text-transform: capitalize;
    font-style: italic;
}

.footer_col h3:after {
    position: absolute;
    left: 0;
    bottom: -8px;
    width: 50px;
    height: 3px;
    background-color: #fff;
    content: '';
}

.footer_col p {
    color: #b3b3b3;
    font-size: 14px;
    line-height: 23px;
    font-weight: 300;
    margin: 35px 0;
}


.contact_list p {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 10px;
}

.contact_list p span {
    color: #FFF;
}

.quick_links a {
    font-size: 14px;
    line-height: 35px;
    color: #b3b3b3;
    text-transform: capitalize;
    font-family: 'Montserrat';
    transition: ease-in;
    transition-duration: 0.2s;
}

.quick_links a:hover {
    color: #ad0d3c;
    transition: ease-out;
    transition-duration: 0.2s;
}

.footer_call a {
    position: relative;
    font-size: 25px;
    line-height: 30px;
    font-weight: 300;
    color: #ad0d3c;
    font-family: "Oswald", serif;
    font-style: italic;
    transition: ease-in;
    transition-duration: 0.2s;
}

.footer_call a:hover {
    color: #fff;
    transition: ease-in;
    transition-duration: 0.2s;
}

.footer_call a::before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    width: 0%;
    margin: 0 auto;
    border-bottom: 1px solid #ad0d3c;
    transition: ease-out;
    transition-duration: 0.2s;
}

.footer_call a:hover::before {
    width: 100%;
    border-bottom: 1px solid #fff;
    transition: ease-out;
    transition-duration: 0.2s;
}



.footer_social li:hover{
background: linear-gradient(#fdd459,#c79128,#9d5e02);
}

.footer_social li {
    width: 45px;
    height: 45px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin: 0 5px;
    border-radius: 100px;
    position: relative;
    border: 2px solid #fff;
    transition: 0.3s ease-in-out;
}

.footer_social li a {
    color: #ffffff;
    font-size: 20px;
    line-height: 20px;
}

.footer_form form {
    position: relative;
}

.footer_form form input {
    width: 100%;
    height: 45px;
    padding: 10px 82px 10px 25px;
    border: 1px solid #ffffff36;
    /* border-radius: 100px; */
    background-color: #0000;
    color: #fff;
}

.footer_form form button {
    position: absolute;
    right: 0;
    height: 45px;
    /* border-radius: 100px; */
    padding: 0px 20px;
    border: 0;
    color: #fff;
    background: #ad0d3c;
    transition: ease-in;
    transition-duration: 0.2s;
}

.footer_form form button:hover {
    background: #fff;
    color: #000;
    transition: ease-out;
    transition-duration: 0.2s;
}


.copyRight_sec p {
    margin: 0;
    color: #6a6a6a;
    font-size: 14px;
    line-height: 23px;
    font-weight: 500;
    font-family: 'Montserrat';
}

.copyRight_sec ul {
    margin: 0;
}

.copyRight_sec {
    background-color: #1b1b1b;
    border-top: 1px solid #f2f2f25e;
    padding: 20px 0;
}

.copyRight_sec a {
    margin: 0;
    color: #b3b3b3;
    font-size: 14px;
    line-height: 23px;
    font-weight: 300;
    padding: 0px 20px;
    border-right: 1px solid #b3b3b3;
}
.footer_call {
    margin: 0px 0 0 0;
}
.socialmedia-icons ul li a {
    border: 1px solid #ffffff;
    padding: 0;
    font-size: 20px;
    border-radius: 70px;
    color: #ffffff;
    background: #0000;
    transition: ease-in;
    transition-duration: 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 40px;
}
.socialmedia-icons ul li a:hover {
    color: #ad0d3c;
    transition: ease-out;
    transition-duration: 0.2s;
}
.socialmedia-icons ul {
    display: flex;
    gap: 10px;
}
.socialmedia-icons h3 {
    color: #fff;
    font-weight: 200;
    font-size: 25px;
    line-height: 30px;
    margin: 25px 0 20px;
    position: relative;
    text-transform: capitalize;
    margin-bottom: 40px;
    font-style: italic;
}
.socialmedia-icons {
    margin-top: 50px;
}
.contact_list p a {
    color: #fff;
}
.socialmedia-icons h3:after {
    position: absolute;
    left: 0;
    bottom: -8px;
    width: 50px;
    height: 3px;
    background-color: #fff;
    content: '';
}
.footer_form form input::placeholder {
    color: #fff;
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 12px;
}

/*FOOTER END*/

/*About Us Page Css Starts*/

.about-txt {
    padding: 40px;
    background-color: #fff;
}

.about-txt h2 {
    font-size: 80px;
    line-height: 85px;
    margin: 0;
}

.about-txt p {
    margin: 20px 0;
}

.about-img-main {
    position: absolute;
    top: -130px;
    left: 0;
    z-index: -1;
}

.about-img img {
    height: 630px;
    width: 100%;
    object-fit: cover;
}

section.about-sec .row {
    position: relative;
    margin: 250px 0 0 0;
}

.about-img-main::before {
    content: '';
    position: absolute;
    top: -50px;
    left: -50px;
    height: 600px;
    width: 100px;
    z-index: -1;
    background-color: #ad0d3c;
}

.about-img-main-ex {
    left: unset;
    right: 0;
}

.about-img-main-ex::before {
    left: unset;
    right: -50px;
}

/*About Us Page Css Ends*/

/*Category Page Css Starts*/

.category-card {
    position: relative;
    margin: 0 0 30px 0 !important;
}

.category-card-img img {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 366px;
    width: 100%;
    object-fit: cover;
    object-position: 0 0;
}

.category-ex .category-card-img img {
    height: 760px;
}

.category-card-txt {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 70px;
    width: 50%;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: ease-in;
    transition-duration: 0.2s;
}

.category-card:hover .category-card-txt {
    background-color: #ad0d3c;
    transition: ease-out;
    transition-duration: 0.2s;
}

.category-ex .category-card-txt {
    top: 90%;
    left: 50%;
    width: 80%;
    transform: translate(-50%, -90%);
}

.category-ex .category-card-txt::before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 600px;
    border: 30px solid #fff;
    border-bottom: none;
    z-index: -1;
    transition: ease-in;
    transition-duration: 0.2s;
}

.category-ex:hover .category-card-txt::Before {
    border: 30px solid #ad0d3c;
    transition: ease-out;
    transition-duration: 0.2s;
}

.category-card-txt h4 {
    font-size: 42px;
    line-height: 50px;
    font-weight: 300;
    margin: 0;
    text-transform: uppercase;
}

.category-card:hover .category-card-txt h4 {
    color: #fff;
}

.category-card-img img.category1 {
    object-position: -40px 0;
}

.category-card-img img.category2 {
    object-position: 0 60%;
}

.category-card-img img.category5 {
    object-position: 0 50%;
}

.category-card-img img.category6 {
    object-position: 0 100%;
}

/*Category Page Css Ends*/


/* Inner Shop Start */

.product-inner-sec .product-side-bar h4 {
    font-size: 40px;
    line-height: 1;
    margin: 0px 0 30px;
    color: #271e17;
    position: relative;
    text-transform: uppercase;
    font-weight: 300;
}


.product-inner-sec .product-side-bar ul li {
    margin: 20px 0;
    border-bottom: 1px solid #eeeeee;
    padding: 10px 0;
}

.product-inner-sec .product-side-bar ul li a input {
    height: 15px;
    width: 15px;
    border: 10px solid #1c1c1c;
    margin-right: 30px;
}

h4.themes-h4.chg {
    margin-top: 50px;
}

.products-silder-items.chg {
    margin-top: 30px;
}

.product-inner-sec .product-side-bar ul li a label {
    color: #333333;
    font-size: 20px;
    font-weight: 500;
    font-family: 'Montserrat';
    font-weight: 400;
}

/* Inner Shop End */

/* Shop Details Page Css Starts */

.product-details {
    width: 95%;
    margin: 0 0 0 auto;
}

/* skin 2 */

.skin-2 .num-in {
    border-radius: 60px;
    cursor: pointer;
}

.skin-2 .num-in span {
    width: 40%;
    display: block;
    height: 50px;
    float: left;
    position: relative;
    transition: ease-in;
    transition-duration: 0.2s;
}

.skin-2 .num-in span:hover {
    background-color: #ad0d3c;
    transition: ease-out;
    transition-duration: 0.2s;
}

.skin-2 .num-in span:before,
.skin-2 .num-in span:after {
    content: '';
    position: absolute;
    background-color: #000;
    height: 2px;
    width: 10px;
    top: 50%;
    left: 50%;
    margin-top: -1px;
    margin-left: -5px;
}

.skin-2 .num-in span:hover::before, .skin-2 .num-in span:hover::after {
    background-color: #fff;
}

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

.skin-2 .num-in input {
    float: left;
    width: 20%;
    height: 37px;
    border: none;
    text-align: center;
    /* background-color: #f0f0f0; */
    font-family: 'Montserrat';
    font-size: 20px;
    font-weight: 600;
    color: #000;
}

li.quan-num {
    width: 25%;
}

.product-detail .num-in {
    background: transparent;
    box-shadow: none;
    width: 100%;
    height: 52px;
    border: 1px solid #0000006e;
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* border-right: 0; */
    /* border-left: 0; */
    border-radius: 0;
}

.product-detail input.in-num {
    border: 0;
    background-color: transparent;
    width: 45%;
    margin: 0 5px;
}

.productdetailsec .btn10 {
    color: white;
}


/* / skin 2 */

.product-details-img-main {
    position: relative;
}

.product_details_img_slider .slick-slide {
    margin: 0;
}

.product-details-img {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 590px;
    width: 100%;
    background-color: #f4f4f4;
    border: 1px solid #0000003b;
    padding: 100px;
}

.product-details-img-txt {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    padding: 0 20px;
    background-color: #ad0d3c;
    position: absolute;
    top: 5%;
    left: 0;
    z-index: 9;
}

.product-details-img-txt h6 {
    font-size: 13px;
    line-height: 20px;
    color: #fff;
    font-family: 'Montserrat';
    margin: 0;
}

.product-details-heading {
    padding: 0 0 20px 0;
    border-bottom: 1px solid #94dee2;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.product-details-heading h2 {
    font-size: 44px;
    line-height: 50px;
    margin: 0;
}

.product-details-heading-price-review-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.product-details-price h3 {
    font-size: 35px;
    line-height: 40px;
    color: #ad0d3c;
    font-weight: 400;
    margin: 0;
    font-style: italic;
}

.product-details-review {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 10px;
}

.product-details-review-txt h6 {
    font-size: 14px;
    line-height: 20px;
    color: #8c8c8c;
    font-family: 'Montserrat';
    font-weight: 400;
    margin: 0;
}

.product-details-list-main {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 20px 0;
}

.product-details-list {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 10px;
}

.product-details-list h5, .product-details-list h6 {
    font-size: 15px;
    line-height: 20px;
    font-family: 'Montserrat';
    font-weight: 400;
    margin: 0;
}

.product-details-list h6 {
    color: #ad0d3c;
}

.product-details-txt {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.product-details-txt p {
    margin: 0;
}

ul.quan-count {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 20px;
}

.quanity-icon a i {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #ad0d3c;
    border: 1px solid #00000036;
    border-radius: 100px;
    height: 50px;
    width: 50px;
    transition: ease-in-out;
    transition-duration: 0.2s;
}

.quanity-icon a i:hover {
    background-color: #ad0d3c;
    color: #fff;
    border: 1px solid #0000;
    transition: ease-in-out;
    transition-duration: 0.2s;
}

.product-details-bottom {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin: 20px 0 0 0;
}


.product-details-bottom .socialmedia-icons {
    margin: 0;
}

.product-details-bottom .socialmedia-icons ul li a {
    color: #ad0d3c;
    border: 1px solid #00000038;
    height: 50px;
    width: 50px;
    transition: ease-in;
    transition-duration: 0.2s;
}

.product-details-bottom .socialmedia-icons ul li a:hover {
    background-color: #ad0d3c;
    color: #fff;
    transition: ease-out;
    transition-duration: 0.2s;
}

.product-details-txt h4 {
    font-size: 33px;
    line-height: 40px;
}

/* Shop Details Page Css End */


/* Cart Page Css Starts */

.add-to-cart thead {
    background: #1e1e1e;
}

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

.add-to-cart thead tr th {
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    text-transform: uppercase;
}

.table-space h3 {
    font-size: 15px;
    color: #333333;
    margin-bottom: 5px;
    margin-top: 15px;
    width: 60%;
    line-height: 23px;
    text-transform: capitalize;
    font-weight: 400;
    font-family: "Montserrat", serif;
}

.table-space span {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    color: #464646;
}

.table-space {
    margin-top: 18px;
    margin-bottom: 10px;
    display: inline-block;
}

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

section.add-to-cart {
    padding: 5% 0;
}

.add-to-cart input {
    width: 100%;
    text-align: center;
    height: 49px;
    border-radius: 6px;
    border: 1px solid #ebebeb;
    font-size: 23px;
    color: rgb(0 0 0);
    font-weight: 500;
}

.add-to-cart a {
    font-size: 17px;
    display: block;
    text-align: center;
    padding-top: 9px;
    color: rgb(0 0 0);
    font-weight: 400;
    text-decoration: none;
}

.add-to-cart h4 {
    font-size: 20px;
    font-weight: 500;
    color: #333333;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
}

.add-to-cart .table>tbody>tr>td,
.add-to-cart .table>tbody>tr>th,
.add-to-cart .table>tfoot>tr>td,
.add-to-cart .table>tfoot>tr>th,
.add-to-cart .table>thead>tr>td,
.add-to-cart .table>thead>tr>th {
    vertical-align: middle;
}

a.remove {
    color: #fff;
    font-size: 29px;
    padding: 8px 15px;
    height: 45px;
    line-height: 29px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e6e5e5;
    background-color: #ad0d3c;
    border-radius: 0px;
}

.total-section {
    border: 1px solid #e5e5e5;
    padding: 30px 40px;
    background: #f9f9f9;
    /* border-radius: 20px; */
}

.total-section ul {
    /*font-family: 'trajan';*/
    list-style: none;
    margin-bottom: 0;
}

.total-section li {
    font-size: 20px;
    padding-bottom: 20px;
    color: #828282;
}

li.color-change {
    color: #333333;
    text-transform: uppercase;
    color: #000;
    font-weight: 600;
    font-size: 23.96px;
}

.total-section li.color-change span {
    font-weight: 600;
    font-size: 23.96px;
    color: #000;
}

.total-section li span {
    float: right;
    color: #828282;
}

.ship-estimate {
    background-color: #f9f9f9;
    padding: 10px 40px;
    border: 1px solid #e5e5e5;
    margin-top: 138px;
    /* border-radius: 25px; */
}


.ship-estimate li {
    font-size: 22px;
    color: #000;
    margin-bottom: 5px;
    font-weight: 600;
    font-family: 'Oswald';
}

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

.ship-estimate .grey-style {
    color: #828282;
    font-size: 18px;
    margin-top: 5px;
    font-family: 'Montserrat';
    font-weight: 500;
}

.number-input-container {
    position: relative;
}

button.minus-btn {
    left: 15px;
    position: absolute;
    height: 25px;
    width: 25px;
    display: flex;
    top: 12px;
    border-radius: 50%;
    border: 2px solid #000;
    align-items: center;
    justify-content: center;
}


button.plus-btn {
    right: 15px;
    position: absolute;
    height: 25px;
    width: 25px;
    display: flex;
    top: 12px;
    border-radius: 50%;
    border: 2px solid #000;
    align-items: center;
    justify-content: center;
}

.proceed a {
    color: #ad0d3c;
    text-align: left;
    font-size: 21px;
    font-weight: 600;
}

.proceed .checkout-btn {
    border: none;
    padding: 20px;
    font-size: 20px;
    margin-top: 4px;
    border-radius: 0;
    text-align: center;
    color: #fff;
    background-color: #ad0d3c;
}

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

.or-amazon p {
    font-size: 13px;
    position: absolute;
    background: #f9f9f9;
    top: -14px;
    left: 118px;
    padding: 0px 50px;
    color: #5b5b5b;
    display: block;
    text-transform: uppercase;
    border: 1px solid #c0c0c0;
}

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

.product-img {
    display: inline-block;
    width: 100px;
    height: 100px;
    padding: 0 10px;
    background: #f6f6f6;
    border-radius: 10px;
    border: 1px solid #cacaca;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-img img {
    width: 100%;
}

.table> :not(:last-child)> :last-child>* {
    border-bottom-color: currentColor;
    font-size: 21px;
    font-weight: 600;
    font-family: "Oswald", serif;
    color: #fff;
    letter-spacing: 2px;
    text-transform: capitalize;
    background-color: #1e1e1e;
}

.table th:first-child {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.table th:last-child {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.number-item .skin-2 .num-in span {
    border-radius: 200px;
    height: 20px;
    width: 20px;
    border: 1px solid #000;
}

.number-item .num-block {
    display: flex;
    align-items: center;
    justify-content: center;
}

.number-item .skin-2 .num-in {
    border-radius: 0;
    cursor: unset;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    border: 1px solid #0000004d;
    height: 60px;
}

.skin-2 .num-in input {
    width: 40%;
}

/* Cart Page Css Ends */


/* Checkout Page Start */

.billing_form h3 {
    font-size: 44px;
    line-height: 1;
    margin: 0;
    font-weight: 100;
    margin-bottom: 30px;
    text-transform: capitalize;
    color: #000000;
    font-style: italic;
}

.billing_form label {
    font-size: 14px;
    color: #7c7c7c;
    font-weight: 500;
}

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

.billing_form input {
    width: 100%;
    height: 50px;
    border: 1px solid #c4c4c4;
    margin-bottom: 20px;
    padding-left: 15px;
    background: transparent;
    border-radius: 10px;
}

.billing_form input::placeholder {
    color: #7c7c7c;
}

.cart_sidebar .cart_lst li:not(:last-child) {
    margin-bottom: 15px;
}

.cart_sidebar .cart_lst li {
    font-size: 14px;
    color: #7c7c7c;
    font-family: "Roboto", sans-serif;
}

.cart_sidebar .cart_lst li span {
    float: right;
}

.cart_sidebar .cart_lst li:last-child {
    font-size: 22px;
    font-weight: 400;
    color: #000000;
}

.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;
    font-family: "Roboto", sans-serif;
}

.thankyou_txt h3 i {
    font-size: 40px;
    margin-right: 15px;
}

.order_det h5 {
    font-size: 20px;
    color: #7c7c7c;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
}

.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;
    font-family: "Roboto", sans-serif;
}

.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;
    font-family: "Roboto", sans-serif;
}

.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;
    font-family: "Roboto", sans-serif;
    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;
}

p.p-same-p {
    font-size: 13px;
    background: #fff;
    line-height: 23px;
}

.cart_sidebar {
    padding: 40px 25px;
    border: 1px solid #c4c4c4;
    border-radius: 15px;
}

.cart_sidebar h3 {
    font-size: 22px;
    margin-top: 0px;
    margin-bottom: 20px;
    text-transform: capitalize;
    line-height: normal;
    font-weight: 400;
    color: #000000;
    font-style: italic;
}

.unique-counter {
    text-align: center;
}

div#counter span {
    color: rgb(0, 0, 0);
    font-size: 240px;
    line-height: 220px;
}

div#counter p {
    color: #000000;
    font-size: 50px;
    margin: 0;
}

.item h2 {
    font-size: 240px;
}


.cart_sidebar .h-sub {
    font-weight: 600;
    font-size: 18px;
    padding-bottom: 15px;
    border-bottom: 1px solid #dbdbdb;
    margin-bottom: 20px;
    line-height: 0;
    padding-bottom: 30px;
    padding-top: 20px;
    color: #000000;
}

.cart_sidebar h5 span {
    float: right;
}

.cart_sidebar h4 {
    font-size: 25px;
    font-weight: 400;
    margin-bottom: 30px;
    line-height: normal;
    padding-top: 0;
    color: #000000;
}

.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: 500;
    color: #7c7c7c;
}

.cart_sidebar ul li label:before {
    content: "";
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid #b7b7b7;
    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: 5px;
    left: 9px;
    width: 6px;
    height: 14px;
    border: solid #ad0d3c;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.cart_sidebar ul li:not(:last-child) {
    margin-bottom: 15px;
}

.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;
    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: 12px 50px;
    display: block;
    width: 100%;
    text-align: center;
    color: #fff;
    border: 0 !important;
    font-size: 20px;
    border: none;
    border-radius: 80px !important;
    font-weight: 400;
    border-radius: 15px;
    text-transform: capitalize;
    background-color: #ad0d3c;
    font-family: 'Montserrat';
}

.checkout_btn:hover {
    color: white;
}

ul.shipping-ul {
    border-bottom: 1px solid #dbdbdb;
    margin: 0;
    padding-bottom: 30px;
}

h6.payment-h {
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 30px;
    color: #000;
}

.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: 8px;
    border-radius: 20px;
    left: 6px;
    border: 0;
    width: 10px;
    height: 10px;
    background: #ad0d3c;
}

.radiosss-payments .card.card-body {
    padding: 0;
    border: 0;
    margin-left: 30px;
}

.radiosss-payments {
    border-bottom: 1px solid rgb(219, 219, 219);
}

section.checkout_page.all-section.all-side {
    padding: 100px 0;
}

.billing_form {
    /* border: 1px solid #8080806e; */
    padding: 40px 25px;
    border-radius: 0;
}

span.chk-price {
    color: #000;
}

/* Checkout Page End */


/*login start*/
section.login {
    padding: 70px 0px;
}

.login-txt form input {
    width: 100%;
    margin-bottom: 10px;
    outline: none;
    padding: 10px 40px 10px 20px;
    color: #000;
    font-weight: 400;
    border: 1px solid #0000002b;
}
.login-txt form input::placeholder {
    color: #c7c7c7;
}
.login-txt form input:focus {
    box-shadow: none;
    border: 1px solid #0000002b;
}
.login-txt h3 {
    font-size: 60px;
    font-style: italic;
    /* font-family: 'Recoleta'; */
    text-align: center;
    line-height: 65px;
    margin: 0 0 40px 0;
    font-weight: 200;
    text-transform: capitalize;
}
.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 3px 0 #00000038;
}
.login-txt ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 20px 0;
}
li.head {
    color: #000;
    font-size: 17px;
    font-weight: 600;
}
.login-txt ul li {
    display: flex;
    gap: 7px;
    font-weight: 300;
}
.login-txt ul li a {
    color: #000;
}
.login-txt ul li.head-ex {
    color: #ad0d3c;
}
.login-txt ul li.head-ex a {
    color: #ad0d3c;
}
.login-txt form button {
    width: 100%;
    color: #fff;
    /* border-radius: 30px; */
    padding: 10px 0px;
    outline: none;
    border: none;
    margin-bottom: 20px;
    background-color: #ad0d3c;
    font-size: 16px;
    font-family: 'Montserrat';
    text-transform: uppercase;
    font-weight: 400;
}

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

.login-txt ul.head-ex-main {
    justify-content: start;
    gap: 10px;
}

/*login end*/


/* Contact Us Start*/
.btn-theme.snd {
  padding: 2%;
}

.cntct-head h4 {
  font-size: 70px;
  line-height: normal;
  font-weight: 300;
  margin: 0 0 30px;
  color: #000;
  font-style: italic;
}

.contact-input {
  position: relative;
}

.contact-input::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 45px;
  top: 5px;
  left: 55px;
  background: url(../images/contact-input-bef.png) no-repeat;
}

input[type="time"]::-webkit-calendar-picker-indicator {
  background: none;
}

.contact-input input {
  width: 100%;
  height: 55px;
  border: 1px solid #7e7e7e6b;
  margin-bottom: 20px;
  padding: 0 20px 0 80px;
  background: transparent;
  font-size: 14px;
  font-weight: 400;
  color: #7e7e7e;
  font-family: "Montserrat";
}

.contact-input textarea {
  width: 100%;
  height: 150px;
  border: 1px solid #7e7e7e6b;
  margin-bottom: 20px;
  padding: 12px 20px 12px 71px;
  font-size: 14px;
  font-weight: 400;
  color: #3d3d3d;
  resize: none;
  background: transparent;
}

.contact-input input::placeholder,
.contact-input textarea::placeholder {
  color: #000;
}

.contact-input i {
  position: absolute;
  top: 15px;
  left: 18px;
  color: #ad0d3c;
  /* padding: 12px 16px; */
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}

.send-btn {
  background-color: var(--golden);
  padding: 15px 42px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  text-transform: capitalize;
  font-weight: 500;
  font-size: 16px;
  background: #0288d1;
  font-family: "Montserrat";
  border: none;
}

button.send-btn:hover {
  background: transparent;
  color: var(--golden);
  border: 1px solid var(--golden);
  transition: 0.5s all ease-in-out;
}

.contact-info-item {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 34px 30px;
  border: 1px solid #c1c1c1;
  margin: 15px 0;
  transition: 0.8s all ease-in-out;
  background: #0000;
}

.cntct-info-icon {
  width: 55px;
  height: 55px;
  border: 1px solid var(--golden);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: 0.8s all ease-in-out;
}

.cntct-info-icon i {
  font-size: 28px;
  transition: 0.8s all ease-in-out;
  border: 1px solid;
  border-radius: 50%;
  height: 55px;
  width: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  box-shadow: 0px 0px 20px 0px #8d88883b;
  color: #ad0d3c;
}

.contact-info-item:hover i {
  transform: rotate(360deg);
  transition: 0.8s all ease-in-out;
}

.contact-info-item-details h5 {
  margin: 0;
  font-size: 17px;
  text-transform: uppercase;
  color: #000;
  line-height: 35px;
  font-family: "Montserrat", serif;
}

.contact-info-item-details a,
.contact-info-item-details p {
  font-size: 14px;
  color: #8b8b8b;
  line-height: 30px;
  font-family: "Montserrat";
}

.contact-input.selectbox select {
  width: 100%;
  height: 55px;
  border: 1px solid #7e7e7e6b;
  margin-bottom: 20px;
  padding: 0 80px 0 20px;
  background: transparent;
  font-size: 14px;
  font-weight: 400;
  color: #000;
  font-family: "Montserrat";
  border-radius: 7px;
  z-index: 1;
  position: relative;
}

section.contact-us .get-in-touch.cntct-head {
  padding-right: 30px;
}

.contact-input.selectbox:before {
  left: unset !important;
  right: 60px;
  transform: rotateY(156deg);
}

.contact-input.selectbox i.fa-solid.fa-angle-down {
  position: absolute;
  right: 20px;
  left: unset !important;
  top: 19px;
  color: #000;
  opacity: 40%;
  cursor: pointer;
}

.contact-input.textaryea:before {
  display: none;
}

.contact-input.textaryea textarea::placeholder {
  position: absolute;
  bottom: 20px;
}

section.contact-us .formWraper {
  width: 88%;
  margin: 0px auto;
}

section.contact-us .heading {
  margin-bottom: 50px;
}

section.contact-us .heading p {
  font-weight: 500;
  opacity: 100%;
  line-height: 26px;
  width: 60%;
  margin: 0px auto;
}

section.contact-map {
  position: relative;
  overflow: hidden;
}

section.contact-map iframe {
  width: 100%;
  margin-bottom: -7px;
}

/* Contact Us End */

/* Testimonial Sec Starts */

section.testimonial-sec {
    padding: 80px 0 0 0;
}

.testimonial-card {
    padding: 50px;
    box-shadow: 0 0 5px 0 #00000024;
    margin: 30px 0;
}

.testimonial-card-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    width: 50px;
    background-color: #ad0d3c;
    border-radius: 100px;
    margin: -75px 0 40px 0;
}

.testimonial-card-icon img {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 20px;
    width: 20px;
    object-fit: contain;
}

.testimonial-card-txt p {
    font-size: 16px;
    line-height: 25px;
    color: #666666;
    margin: 20px 0 !important;
}

.testimonial-user-img img {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 40px;
    object-fit: cover;
    border-radius: 100px;
    object-position: 0 0;
}

.testimonial-user-txt {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 5px;
}

.testimonial-user-txt h5 {
    color: #ad0d3c;
    font-size: 20px;
    line-height: 1;
    margin: 0;
    font-weight: 300;
    font-style: italic;
}

.testimonial-user-txt h6 {
    font-size: 14px;
    line-height: 1;
    color: #666666;
    font-weight: 300;
    font-family: 'Montserrat';
    margin: 0;
}

.testimonial-user-main {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 20px;
}

.testimonial_slider .slick-active {
    opacity: 1;
}

.testimonial_slider .slick-slide {
    margin: 0px 10px;
}

.testimonial_slider .slick-active {
    width: 380px !important;
}

.testimonial_slider .slick-current {
    width: 450px !important;
}


.testimonial_slider .slick-current .testimonial-card {
    box-shadow: 0 0 20px 0 #00000024;
}

.testimonial_slider .slick-next:before {
    content: '';
    background-image: url('../images/testimonial-right.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    display: flex;
    align-items: center;
    justify-items: center;
    height: 20px;
    width: 40px;
}

.testimonial_slider .slick-prev:before {
    content: '';
    background-image: url('../images/testimonial-left.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    display: flex;
    align-items: center;
    justify-items: center;
    height: 20px;
    width: 40px;
}

.testimonial_slider .slick-prev {
    left: -55px;
}

.testimonial_slider .slick-next {
    right: -5px;
}

/* Testimonial Sec End */

/*Media Query Starts*/

@media only screen and (min-width: 1366px) and (max-width: 1920px) {}

@media only screen and (min-width: 1501px) and (max-width: 1600px) {

/* Fonts css Starts */

/* Fonts css Ends */



/* Buttons css Starts */

/* Buttons css Ends */




/* Home css Starts */

/* Home css Ends */




}

@media only screen and (min-width: 1401px) and (max-width: 1500px) {

    
/* Fonts css Starts */

/* Fonts css Ends */



/* Buttons css Starts */

/* Buttons css Ends */




/* Home css Starts */

/* Home css Ends */


}

@media only screen and (min-width: 1301px) and (max-width: 1400px) {


/* Fonts css Starts */

h1 {
    font-size: 75px;
    line-height: 80px;
}

/* Fonts css Ends */



/* Buttons css Starts */

/* Buttons css Ends */




/* Home css Starts */

.main-banner-img {
    object-position: -30px 0;
}

.banner-ex-img-main {
    width: 26%;
}

.services-card-heading h5 {
    font-size: 20px;
    line-height: 25px;
}

.services-card-heading h4 {
    font-size: 30px;
    line-height: 35px;
}

.testimonial_slider .slick-active {
    width: 350px !important;
}

.testimonial_slider .slick-current {
    width: 350px !important;
}


.testimonial_slider .slick-next:before, .testimonial_slider .slick-prev:before {
    height: 20px;
    width: 40px;
}

/* Home css Ends */


}

@media only screen and (min-width: 1200px) and (max-width: 1300px) {


/* Fonts css Starts */

h1 {
    font-size: 75px;
    line-height: 80px;
}

/* Fonts css Ends */



/* Buttons css Starts */

/* Buttons css Ends */




/* Home css Starts */

.main-banner-img {
    object-position: -100px 0;
}

.banner-ex-img-main {
    width: 26%;
}

.services-box {
    width: 90%;
    margin: 0 0 50px auto;
}

.services-card-heading h5 {
    font-size: 20px;
    line-height: 25px;
}

.services-card-heading h4 {
    font-size: 30px;
    line-height: 35px;
}

.testimonial_slider .slick-active {
    width: 350px !important;
}

.testimonial_slider .slick-current {
    width: 350px !important;
}

.testimonial_slider .slick-prev {
    left: -35px;
}

.testimonial_slider .slick-next:before, .testimonial_slider .slick-prev:before {
    height: 10px;
    width: 30px;
}

/* Home css Ends */


}

@media only screen and (min-width: 992px) and (max-width: 1199px) {


/* Fonts css Starts */

/* Fonts css Ends */



/* Buttons css Starts */

/* Buttons css Ends */




/* Home css Starts */

/* Home css Ends */






}

@media only screen and (min-width: 768px) and (max-width: 991px) {


/* Fonts css Starts */

/* Fonts css Ends */



/* Buttons css Starts */

/* Buttons css Ends */




/* Home css Starts */

/* Home css Ends */




}

@media only screen and (min-width: 520px) and (max-width: 767px) {

/* Fonts css Starts */

/* Fonts css Ends */



/* Buttons css Starts */

/* Buttons css Ends */




/* Home css Starts */

/* Home css Ends */


}

@media only screen and (min-width: 300px) and (max-width: 519px) {


/* Fonts css Starts */

/* Fonts css Ends */



/* Buttons css Starts */

/* Buttons css Ends */




/* Home css Starts */

/* Home css Ends */


}


/*Media Query End*/
