@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
/***** General CSS *****/

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

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

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

a:hover {
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}

img {
  max-width: 100%;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

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

p {
    font-family: "Montserrat", sans-serif;
  font-weight: 400;
}


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

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

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


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

.noPadding {
  padding: 0;
}

.noLeft {
  padding-left: 0;
}

.noRight {
  padding-right: 0;
}

.centerCol {
  float: none;
  margin: 0 auto;
}
.favrate-sweet-txt p {
    font-size: 14px;
    margin: 0 auto;
    width: 76%;
    margin-bottom: 30px;
}

.banner_text p {
    font-size: 14px;
    color: #121212;
    width: 85%;
    margin: 0 auto;
    margin-bottom: 30px;
}



.theme-btn {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  /* padding: 15px 40px; */
  color: #fff;
  margin: 20px 20px 20px 0;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  text-transform: capitalize;
  border: 2px solid;
  text-transform: uppercase;
}

der-color: #28b16d; */
}

.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: 'Brunson';
  font-size: 55px;
  line-height: 60px;
  color: #fff;
  font-weight: 500;
  margin: 0 0 17px;
}

h2 {
  font-family: 'Brunson';
  font-size: 55px;
  line-height: 60px;
  color: #393939;
  font-weight: 500;
  margin: 0 0 30px;
}

h3 {
  font-family: 'Brunson';
  font-size: 30px;
  line-height: 34px;
  color: #000000;
  font-weight: 600;
  margin: 0 0 28px;
}

h4 {
  font-family: 'Kadisoka';
  font-size: 24px;
  line-height: 29px;
  color: #393939;
  font-weight: 500;
  margin: 0 0 13px;
}

h5 {
  font-family: 'Kadisoka';
  font-size: 20px;
  line-height: 25px;
  color: #393939;
  font-weight: 500;
  margin: 0 0 20px;
}

h6 {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  line-height: 23px;
  color: #393939;
  font-weight: 500;
  margin: 0 0 22px;
}

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 */

.menuSec {
  padding: 15px 10px;
  margin: 0 30px;
  background-color: #fff;
  border-radius: 100px;
}

.menuSec img {
  margin: 0;
}
header {
    position: absolute;
    top: 15px;
    left: 0;
    z-index: 99;
    width: 100%;
}
.menuSec ul {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: unset;
  text-transform: capitalize;
  display: flex;
  justify-content: space-between;
}

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

.menuSec li ul {
  display: none;
}

.menuSec ul li a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #131211;
    /* padding: 10px 23px; */
    font-size: 14px;
    font-weight: 600;
}

.menuSec ul li a:after {
  content: '';
  position: absolute;
  top: 35%;
  right: 0;
  width: 1px;
  height: 13px;
  background-color: #393939;
  display: none;
}

.menuSec ul li:last-child a {
  padding-right: 0px;
}

.menuSec ul li:last-child a:after {
  display: none;
}

.menuSec ul li a:hover,
.menuSec ul li a.active {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  color: #bd5748;
}

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

.menuSec li>ul>li>a {
  border: none;
  padding: 13px 20px !important;
  color: #fff !important;
  overflow: hidden;
  font-size: 13px;
  line-height: 20px;
}
.inp-main-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.inp-main-head input {
    width: 134%;
    border: unset;
    padding: 12px;
    background-color: #f3f3f3;
    border-radius: 100px;
    padding-left: 40px;
    color: #b0afaf;
}

.inp-main-head  .inp {
    position: relative;
}

.inp-main-head .inp i {
    position: absolute;
    top: 19px;
    left: 10px;
    font-size: 14px;
    color: #b0afaf;
}
.menuSec .row {
    align-items: center;
}
a.btn-1 {
    background-color: #bd5748;
    padding: 5px 10px 5px 14px;
    display: flex;
    align-items: center;
    gap: 10px;
    border-radius: 100px;
    font-size: 14px;
    font-family: 'Montserrat';
    color: #fff;
    width: fit-content;
}
.menuSec li>ul>li,
.menuSec li>ul>li>a {
  display: block;
  margin: 0;
}

.menuSec li>ul>li>a:before,
.menuSec li>ul>li>a:after {
  display: none;
}

.menuSec li:hover li {
  float: none;
}

.menuSec li:hover a {}

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

.menuSec ul ul ul {
  left: 100%;
  top: 0;
}

.menuSec ul:before,
.menuSec ul:after {
  content: " ";
  display: table;
}

.menuSec ul:after {
  clear: both;
}

.menuSec li>ul>li:hover>ul {
  left: 230px;
  top: 0px;
  width: 270px;
}
.droopdwon li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 40px;
}
.droopdwon {
    float: left;
}
.droopdwon li:hover li a:hover {
    background-color: #ffffff;
    color: #000 !important;
}
/*header css start */

.dropdown-menu {
    position: absolute !important;
    z-index: 1000;
    display: block;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left !important;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}
/*banner css start */


.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 209px;
    left: unset;
    z-index: 2;
    display: block;
    justify-content: center;
    padding: 0;
    margin-right: unset;
    margin-bottom: 0rem;
    margin-left: unset;
    list-style: none;
    left: -120px;
    margin: 0 auto;
    display: block;
    width: max-content;
}

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 10px;
    height: 10px;
    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: 50%;
    margin-bottom: 18px !important;
}
.carousel-indicators .active {
    margin: 0;
    background-color: #fff;
    width: 10px;
    height: 10px;
    margin-bottom: 30px !important;
    position: relative;
}
.carousel-indicators .active:before {
    position: absolute;
    content: '';
    top: -8.5px;
    left: -10px;
    height: 30px;
    width: 30px;
    border: 1px solid #fff;
    border-radius: 50%;
}
.carousel-indicators .active:after {
    position: absolute;
    content: '';
    top: -19px;
    r: -20px;
    height: 50px;
    width: 50px;
    border: 1px solid #555b55;
    border-radius: 50%;
}

.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-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: rgba(0, 0, 0, 0.1); */
  padding-top: 4%;
}
.carousel-indicators li {
  border: none;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  background: #fff;
  width: 12px;
  height: 12px;
  margin: 0;
}

section.main_slider .container-fluid {
    padding: 0 3%;
}
.banner_text a.btn-1 {
    width: fit-content;
    margin: 0 auto;
}
.banner_text {
    text-align: center;
    background-image: url(../images/bann-txt.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 20px 49px;
    position: relative;
    z-index: 0;
    /* overflow: hidden; */
    width: 96%;
}
.banner_text::before {}

.banner_text::before {
    position: absolute;
    bottom: -68px;
    left: 0;
    content: '';
    background-image: url(../images/apple.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 178px;
    height: 160px;
    z-index: 9999999999;
}
.banner_text h4 {
    font-size: 90px;
    line-height: 100px;
    color: #bd5748;
}
.banner_text h1 {
    font-size: 77px;
    line-height: 80px;
    font-weight: 500;
    color: #bd5748;
}
.banner_img {
    position: relative;
    width: 80%;
    margin: 0 auto;
    margin-top: 74px;
    z-index: 1;
}
img.ban-1 {
    position: absolute;
    top: 31px;
    left: 8px;
}
img.ban-2 {
    position: absolute;
    top: -42px;
    right: 250px;
}
img.ban-3 {
    position: absolute;
    top: 39px;
    right: -24px;
}
img.img-fluid {
    width: 100%;
    height: 800px;
    object-fit: cover;
}
/*banner css end*/

/*footer start*/
footer .container-fluid {
    padding: 0 3%;
}
.fot-top {
    padding: 70px 0px 0px;
}

footer {
    background-color: #201f1f;
    /* margin-top: 100px; */
}
.fot-top h3 {
    font-size: 22px;
    color: #fff;
    font-weight: 300;
    margin-bottom: 20px;
}
.fot-logo p {
    font-size: 15px;
    color: #fff;
}
.quick-links {
    margin-left: 14%;
}
.quick-links {
    margin-left: 7%;
    border-left: 1px solid #fff;
    height: 108%;
    padding-left: 10%;
}
.cont-info {
    border-left: 1px solid #fff;
    padding-left: 10%;
    height: 108%;
}
.quick-links ul li a {
    font-size: 12px;
    line-height: 34px;
    font-weight: 500;
    color: #908f8f;
}
.fot-logo img {
    margin-bottom: 13px;
}
.fot-bot ul {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0;
}
.fot-bot ul li a i:hover {
    background-color: #fff;
    transition: 1s;
    color: #000;
    border: unset;
}
.fot-bot ul li a i {
    font-size: 18px;
    color: #fff;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
}
.fot-bot p {
    text-align: center;
    font-size: 12px;
    color: #fff;
    margin: 0;
}
.fot-bot img {
    text-align: end;
    margin: 0 0 0 auto;
    width: fit-content;
    display: block;
}
.fot-bot {
    padding: 20px;
}

.fot-bot .container-fluid {
    border: 1px solid #fff;
    padding: 20px 25px;
    border-radius: 10px;
}

.fot-bot .row {
    align-items: center;
}
ul.foot-list li a {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 12px;
    color: #c1c1c3;
    text-transform: uppercase;
    padding-bottom: 17px;
}

ul.foot-list li a i {
    color: #c1c1c3;
}
/*footer end*/
/*sweet start*/
section.sweet {
    padding: 0px 0px 70px;
}
.sweet-txt {
    text-align: center;
    padding: 70px 0px;
}
.sweet-txt h3 {
    font-size: 58px;
    font-weight: 300;
    color: #fff;
    line-height: 60px;
    margin-bottom: 10px;
}

.sweet-txt p {
    font-size: 14px;
    color: #fff;
    margin: 0 auto;
    width: 74%;
    margin-bottom: 30px;
}

.sweet-txt a {
    margin: 0 auto;
    width: fit-content;
    border: 1px solid #fff;
    box-shadow: 0 0 3px #000000a6;
}
.sweet-bg {
    background-image: url(../images/sweet-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 85%;
    margin: 0 auto;
    border-radius: 15px;
}
/*sweet end*/
/*summer-favrorite start*/
section.summer-favrorite .container-fluid {
    padding: 0 3%;
}

section.summer-favrorite .row {
    align-items: center;
}
.sumer-img {
    width: 90%;
    margin: 0 auto;
}
.favrate-sweet-txt {
    text-align: center;
    background-image: url(../images/favrate-sweet-txt.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0px;
    position: relative;
}
.favrate-sweet-txt a {
    margin: 0 auto;
}
.favrate-sweet-txt h4 {
    font-size: 53px;
    line-height: 37px;
    color: #bd5748;
    margin: 0;
}
.favrate-sweet-txt h3 {
    font-size: 70px;
    line-height: 80px;
    font-weight: 300;
    color: #bd5748;
    margin: 10px;
}
section.summer-favrorite {
    margin: 100px 0px;
    padding: 80px 0px;
    background-image: url(../images/sweet-fav-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

/*summer-favrorite end*/
/* more-than start */
.more-txt h2 {
    font-size: 58px;
    line-height: 60px;
    color: #2c2c2c;
    margin-bottom: 14px;
}

.more-txt h4 {
    font-size: 38px;
    font-family: 'Brunson';
    color: #bd5748;
    margin-bottom: 20px;
}

.more-txt p {
    font-size: 14px;
    color: #7c7c7c;
}
.more-txt ul li {
    display: flex;
    align-items: center;
    gap: 15px;
    padding-bottom: 9px;
}

.more-txt ul li h3 {
    font-size: 15px;
    font-weight: 300;
    color: #2c2c2c;
    margin: 0;
}
section.More-than {
    position: relative;
    padding: 100px 0px;
}
.more-img {
    position: absolute;
    right: 0;
    width: 51%;
    top: 0;
}

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

section.More-than .row {
    align-items: center;
}
/*more-than end*/
/*about start*/
section.about {
    padding: 100px 0px 0px;
}
.abt-txt h4 {
    font-size: 47px;
    line-height: 28px;
    color: #bd5748;
}

.abt-txt h2 {
    font-size: 72px;
    color: #2c2c2c;
    line-height: 80px;
    margin-bottom: 10px;
}
.abt-txt p {
    font-size: 14px;
    color: #121212;
    width: 87%;
}
.abt-sm-txt h3 {
    font-size: 145px;
    line-height: 174px;
    font-weight: 300;
    color: #ececec;
    /* transform: rotate(181deg); */
    width: 100%;
    /* writing-mode: sideways-lr; */
    height: 102%;
    margin: 0;
}

.abt-sm-txt h3 span {
    font-size: 255px;
}

.abt-sm-txt {
    writing-mode: sideways-lr;
    transform: rotate(181deg);
    width: 100%;
    /* height: 102%; */
    position: relative;
    z-index: 99;
}
.abt-img img {
    width: 100%;
    height: 525px;
    object-fit: cover;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.abt-sm-txt::before {
    position: absolute;
    top: 276px;
    left: -133px;
    width: 679px;
    height: 338px;
    background-image: url(../images/abt-sm-txt.png);
    background-repeat: no-repeat;
    background-size: contain;
    content: '';
    transform: rotate(179deg);
  }
  /*product start*/
section.products {
    margin-top: -70px;
}
.pro-txt-top {
    text-align: center;
}

.pro-txt-top h4 {
    font-size: 47px;
    line-height: 55px;
    color: #bd5748;
}
.pro-txt-top h2 {
    font-size: 72px;
    color: #fff;
    background-color: #bd5748;
    padding: 10px 0px;
    line-height: 78px;
}
.pro-txt-top h2 {
    font-size: 72px;
    color: #fff;
    background-color: #bd5748;
    padding: 10px 0px;
    line-height: 78px;
}

section.products .container-fluid {
    padding: 0 3%;
}
.pro-main-bx {
    padding: 10px;
    border: 1px solid #d7d7d7;
    border-radius: 170px;
    text-align: center;
    position: relative;
}

.pro-main-bx img {
    width: 100%;
}
.pro-sm-txt {
    padding-top: 20px;
    padding-bottom: 20px;
}

.pro-sm-txt h3 {
    font-size: 30px;
    font-weight: 300;
    color: #000000;
    line-height: 30px;
    margin-bottom: 10px;
}

.pro-sm-txt p {
    font-size: 14px;
    color: #7c7c7c;
}
.pro-sm-txt h4 {
    font-size: 30px;
    font-weight: 300;
    font-family: 'Brunson';
    color: #000000;
}
.star {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
}

.star p {
    margin: 0;
}

.star i {
    color: #ffa800;
}
.pro-main-bx:hover {
    transition: 1s;
    background-color: #bd5748;
}

.pro-main-bx:hover p {
    color: #fff;
}

.pro-main-bx:hover h4 {
    color: #fff;
}

.pro-main-bx:hover h3 {
    color: #fff;
}
/*product end*/

/* testimonials-sec */

.testimonials-sec {
    padding-top: 160px;
    padding-bottom: 100px;
}


.testimonials-heading {
    text-align: center;
    margin-bottom: 30px;
}

.testimonials-heading p {
    width: 85%;
    font-size: 14px;
    font-weight: 500;
    color: #6f6f6f;
    margin-bottom: 25px;
    margin: auto;
}

.testimonial-slider {
    padding: 35px 50px;
    border-radius: 200px;
    margin-top: 25px;
    background-color: #bd5748;
    width: 90%;
    margin: 0 auto;
}

.testimonial-box img {
    width: 200px;
    height: 200px;
    object-fit: cover;
    border-radius: 50%;
}

.testimonial-box {
    position: relative;
    display: flex;
    align-items: center;
    gap: 50px;
}

.testimonial-box-text {
    min-height: 250px;
    position: relative;
}

.testimonial-box-text h4 {
    font-size: 30px;
    margin-bottom: 15px;
    color: #fff;
    font-family: 'Brunson';
}

.testimonial-box-text p {
    color: #fff;
    opacity: 0.5;
    margin-bottom: 25px;
    width: 90%;
}

.testimonial-star i {
    color: #f39f1e;
}

.testimonial-star p {
    margin: 0;
    opacity: 1;
    margin-left: 5px;
    font-size: 20px;
    color: #fff;
}

.testimonial-star p span {
    margin-bottom: 10px;
}

.testimonial-star {
    position: absolute;
    bottom: 0px;
    align-items: center;
    display: flex;
}

.testimonial-slider .slick-dots li button::before {
    color: #272e33;
    width: 30px;
    height: 30px;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1 !important;
}

.testimonial-slider .slick-dots li button:before {
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 25px;
    height: 30px;
    content: 'â€¢';
    text-align: center;
    opacity: 1;
    color: rgb(255, 255, 255);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots {
    position: absolute;
    bottom: 60px;
    display: block;
    width: 100%;
    left: 30%;
    padding: 0;
    margin: 0;
    list-style: none;
    opacity: 1 !important;
    text-align: center;
}

.testimonial-slider .slick-dots li.slick-active button:before {
    color: #ffffff !important;
    width: 30px;
    height: 30px;
    border: 1px solid #ffffff;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1 !important;
}
a.btn-1:hover {
    transition: 1s;
    box-shadow: inset 200px 0 0px #000;
}
.quick-links ul li a:hover {
    color: #bd5748;
    transition: 1s;
    text-decoration: underline;
}
/* testimonials-sec */
.favrate-sweet-txt::before {
    position: absolute;
    bottom: 29px;
    left: 102px;
    content: '';
    background-image: url(../images/sumer-sm.png);
    height: 48px;
    width: 48px;
    background-repeat: no-repeat;
    background-size: contain;
}
.bag {
    display: none;
}

.pro-main-bx:hover .bag {
    display: block;
    position: absolute;
    bottom: -26px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.pro-main-bx:hover .bag i {
    font-size: 20px;
    background-color: #bd5748;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    border: 1px solid #fff;
    color: #fff;
}
section.about a {
    position: relative;
    z-index: 999;
}

/*inner-banner start*/
section.main_slider.inn .carousel-item {
    display: block;
}
section.main_slider.inn img.img-fluid {
    height: 650px;
    object-fit: cover;
    object-position: bottom;
}
section.main_slider.inn .banner_img {
    position: relative;
    width: 66%;
    margin: 0 auto;
    margin-top: 95px;
}
section.main_slider.inn .banner_text {
    height: 336px;
    display: flex;
    align-items: center;
    justify-content: center;
}
/*inner-banner end*/
/*about-page start*/
.abt-txt.bot p {
    width: 100%;
}
section.about.inn {
    padding-bottom: 80px;
}
/*about-page in end*/
/* account*/

.signin_sec {
    padding: 50px 0px 90px;
    position: relative;
}

.input-icons .nromal-i {
    position: absolute;
    font-size: 20px;
    z-index: 99;
    color: #403a34;
    margin-top: 5px;
}

.input-icons {
    width: 100%;
}

.icon {
    padding-top: 15px;
    padding-left: 12px;
    min-width: 40px;
}

.input-field {
    width: 100%;
    display: flex;
    position: relative;
    padding-left: 45px;
    margin-bottom: 30px;
    border: none;
    height: 60px;
    padding: 10px 40px;
    border-radius: 5px;
    background-color: #ebebeb;
}

.social_btn h3 {
    font-size: 48px;
    font-weight: 400;
    line-height: 50px;
    margin-bottom: 40px;
}

.signup_form button {
    width: 100%;
    padding: 12px;
    border-radius: 100px;
    border: unset;
    background-color: #be594a;
    color: #fff;
}

.social_btn a i {
    border-right: 1px solid #fff;
    padding-right: 5px;
}

.social_btn a {
    padding: 10px 20px;
    color: #fff;
}

.social_btn {
    margin: 20px auto;
    text-align: center;
}

.social_btn a:first-child {
    background-color: #4267B2;
}

.social_btn a:last-child {
    background-color: #02abee;
}

.login {
    /* background-color: #d7d7d770; */
    padding: 130px 50px;
}

.login h3 {
    font-size: 27px;
    color: #000000;
    font-weight: 500;
    text-align: center;
    margin-bottom: 35px;
}

.login_form input {
    background-color: #ebebeb;
    border-radius: 5px;
}

.login_form .remeber {
    /* text-align: center; */
    margin-bottom: 20px;
    gap: 12px;
    display: flex;
    align-items: center;
}

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

.login_form label,
.forgot_pass a {
    font-size: 19px;
    color: #000;
    margin-bottom: 0;
    font-weight: 500;
}

.btn-4 {
    height: 40px;
    padding: 0 40px;
    color: #fff;
    font-weight: 500;
    font-size: 19px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #202020;
    /* border-radius: 100px; */
    font-family: 'Montserrat';
    text-transform: uppercase;
}

.password-wrapper {
    position: relative;
}

.toggle-password {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    color: #403a34;
    font-size: 14px;
    z-index: 2;
}

.btn-wrapper button {
    padding: 8px 30px;
    border-radius: 100px;
    border: unset;
    background-color: #bd5748;
    color: #fff;
}
section.reviews-inn .testimonial-box img {
    width: 150px;
    height: 150px;
    object-fit: cover;
    border-radius: 50%;
}
section.reviews-inn .testimonial-box {
    position: relative;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 20px 20px;
    border-radius: 100px;
    margin-top: 25px;
    background-color: #bd5748;
    width: 100%;
    margin: 0 auto;
}
section.reviews-inn {
    padding: 100px 0px;
}
section.reviews-inn .testimonial-box-text {
    min-height: 180px;
    }


/*CART PAGE CSS*/
.shopping_cart {
  position: relative;
  z-index: 1;
  position: relative;
  margin: 100px 0;
}
section.shopping_cart.inner-bg:before {
  position: absolute;
  content: "";
  top: 0;
  right: 34%;
  height: 100%;
  width: 1px;
  background: #d9d3c7;
}
.chk-btn {
  text-align: center;
}
.shopping_cart img.bk-2 {
  bottom: -38%;
  width: 6%;
}
.shopping_cart img.bk-1 {
  bottom: -2%;
  width: 7%;
}
.cart-pag-qunty .product-detail .num-in {
  width: 30% !important;
  border: 0 !important;
}
.payment_card a.btn-1 {
  color: #fff !important;
}
.payment_card a.btn-1 i {
  color: #fff !important;
}
.shopping_cart_table h2 {
  font-size: 34px;
  margin-bottom: 30px;
  color: #000000;
}
.shopping_cart_table table th {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  font-family: "Montserrat";
  padding-bottom: 10px;
  color: #151414;
}
.shopping_cart_table table thead {
  border-bottom: 1px solid #b8b8b8;
}
.shopping_cart_table table tbody td {
  padding: 38px 0;
  border-bottom: 1px solid #dddddd;
}
.shopping_cart_table table tbody .cart_box_product {
  display: flex;
  align-items: center;
}
.shopping_cart_table table tbody .cart_box_product .cart_product_img {
  width: 70%;
  background-color: #f2f2f2;
  margin-right: 10px;
  height: 100px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.cart_product_name {
  padding: 0 0 0 10px;
}
.shopping_cart_table table tbody .cart_box_product .cart_product_name h5 {
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 600;
  font-family: "Montserrat";
  margin: 0;
  margin-bottom: 5px;
}
.shopping_cart_table table tbody .cart_box_product .cart_product_name p {
  font-size: 13px;
  color: #000;
  text-transform: uppercase;
  font-family: "Montserrat";
  margin: 0;
  line-height: 16px;
  font-weight: 600;
}
.shopping_cart_table table tbody td select {
  height: 40px;
  padding-left: 10px;
  appearance: auto;
  border: 1px solid #b8b8b8;
}
.shopping_cart_table table tbody td .skin-2 .num-in {
  border-radius: 0;
  border: 0;
  width: 50%;
}
.shopping_cart_table table tbody td .t_price {
  font-size: 35px;
  color: #bd5748;
  margin: 0;
  font-family: 'Brunson';
  font-weight: 300;
}
th.w-40 {
  width: 40%;
}
.shopping_cart_table table tbody td i.fas.fa-times {
  font-size: 20px;
  color: #000;
}
.cart_recipt {
  margin-top: 30px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.cart_recipt > a {
  padding: 15px 50px;
  border: 1px solid #b8b8b8;
  border-radius: 6px;
  font-size: 15px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #151414;
  font-weight: 500;
}
.cart_recipt > a i {
  margin-right: 10px;
}
.recipt {
  width: 30%;
}
.recipt li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 19px;
  font-weight: 500;
  margin-bottom: 20px;
  color: black;
  text-transform: uppercase;
  font-weight: 600;
}
.recipt li:last-child {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #dddddd;
}
.recipt li span {
  color: #151414;
  font-size: 15px;
  letter-spacing: 2px;
}
.payment_card {
  background-color: transparent;
  padding: 0px 0px 0px 90px;
}
.payment_card h3 {
  font-size: 35px;
  color: black;
  font-weight: 500;
  margin-bottom: 20px;
  padding-bottom: 40px;
  text-transform: uppercase;
  border-bottom: 1px solid #dddddd;
}
.payment_card * {
  color: #000 !important;
  font-weight: 600;
}
.credit_paypal a {
  padding: 10px 20px;
  border: 1px solid transparent;
  border-radius: 30px;
  display: inline-flex;
  background: #f3f3f3;
  align-items: center;
  color: #fff;
  font-weight: 500;
  font-family: "Montserrat";
  font-size: 15px;
}
.credit_paypal a img {
  height: 20px;
  object-fit: contain;
  margin-right: 10px;
}
.credit_paypal {
  padding-bottom: 20px;
  border-bottom: 1px solid #dddddd;
}
.payment_card form label {
  font-size: 15px;
  font-weight: 500;
  color: #fff;
}
.payment_card form {
  margin-top: 15px;
}
.payment_card form input {
  width: 100%;
  height: 50px;
  border: none;
  border-bottom: 1px solid #dddddd;
  margin-bottom: 15px;
  background: transparent;
  padding: 0;
}
.payment_card form select {
  width: 100%;
  height: 50px;
  border: none;
  color: #fff;
  border-bottom: 1px solid #dddddd;
  margin-bottom: 15px;
  background: transparent;
  padding: 0;
}
.payment_card form input::placeholder {
  color: #7d7d7d;
}
.expiry_cvv {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.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;
}
.shopping_cart_table {
  padding-right: 30px;
}
.payment_card a.theme_btn {
  color: #fff !important;
  margin: 0 auto;
  margin-top: 10px;
}
/* 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;
  border: 1px solid #909094;
  border-radius: 5px;
}
.skin-2 .num-in span:before,
.skin-2 .num-in span:after {
  content: "";
  position: absolute;
  background-color: #667780;
  height: 2px;
  width: 10px;
  top: 50%;
  left: 50%;
  margin-top: -1px;
  margin-left: -5px;
}
.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: #9c7b76;
}
.product-detail .num-in {
  background: transparent;
  box-shadow: none;
  width: 92%;
  height: 52px;
  border: 1px solid #e1e1e1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-right: 0;
  border-left: 0;
}
.product-detail input.in-num {
  border: 0;
  background-color: transparent;
  width: 45%;
  margin: 0 5px;
  color: black;
}
.productdetailsec .btn10 {
  color: white;
}
.quanity.product-detail.cart-pag-qunty {
  padding: 0 0 0 30px;
}
.side-btn a {
  color: white !important;
  background-color: #bd5748;
  border: 1px solid #909094;
  display: flex;
  align-items: center;
  gap: 20px;
  width: fit-content;
  padding-left: 20px;
  padding-right: 4px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.side-btn a span {
  height: 48px;
  border-radius: 0 6px 6px 0;
}
.table-responsive {
    overflow-x: unset;
}
/*CART PAGE CSS END*/
/* Inner Check Out Start */
.billing_form h3 {
  font-size: 35px;
  margin: 0;
  margin-bottom: 30px;
  color: #222222;
  font-weight: 400;
}
.billing_form label {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #7c7c7c;
}
.radiosss p {
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
  color: #949694;
  font-family: "Montserrat";
}
.check-out-btn button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border: none;
  font-size: 16px;
  height: 55px;
  border-radius: 0;
  text-transform: uppercase;
}
.billing_form input {
  width: 100%;
  height: 50px;
  border: 1px solid #d9d9d9;
  margin-bottom: 20px;
  padding-left: 15px;
  background: transparent;
  font-weight: 500;
  color: #8d8d8d;
}
.billing_form input::placeholder {
  color: #7c7c7c;
  font-size: 15px;
}
.cart_sidebar .cart_lst li:not(:last-child) {
  margin-bottom: 20px;
}
.cart_sidebar .cart_lst li {
  font-size: 14px;
  color: #7c7c7c;
  font-weight: 600;
}
.cart_sidebar .cart_lst li span {
  float: right;
}
.cart_sidebar .cart_lst li:last-child {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  color: #394136;
  font-family: "yipes";
}
.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: "Montserrat", 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: "Montserrat", 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: "Montserrat", 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: "Montserrat", 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: #19305a;
}
.cart_sidebar {
  padding: 40px 25px;
  border: 1px solid #b7b7b7;
}
.cart_sidebar h3 {
  font-size: 25px;
  color: #394136;
  margin-top: 0px;
  margin-bottom: 20px;
  line-height: normal;
  font-weight: 400;
}
.cart_sidebar .h-sub {
  font-weight: 700;
  font-size: 24px;
  border-bottom: 1px solid #dddddd;
  margin-bottom: 20px;
  line-height: 0;
  padding-bottom: 30px;
  padding-top: 20px;
  color: #394136;
  font-family: "yipes";
}
.cart_sidebar h5 span {
  float: right;
  color: #394136;
}
.cart_sidebar h4 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: normal;
  padding-top: 0;
  text-transform: uppercase;
  color: #394136;
  font-family: "yipes";
}
.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: #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: 2px;
  left: 9px;
  width: 6px;
  height: 14px;
  border: solid #19305a;
  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;
  font-family: "Roboto", sans-serif;
}
.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;
  font-family: "Montserrat-Ultral";
}
.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: 12px 50px;
  display: block;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 24px;
  border-radius: 0;
  font-weight: 500;
  border: 2px solid transparent;
  background-color: #19305a;
  font-family: "Montserrat-Ultral";
}
ul.shipping-ul {
  border-bottom: 1px solid #dbdbdb;
  margin: 0;
  padding-bottom: 30px;
}
h6.payment-h {
  font-size: 18px;
  margin-bottom: 30px;
  font-weight: 700;
  color: #394136;
  font-family: "yipes";
}
.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: 7px;
  border-radius: 20px;
  left: 6px;
  border: 0;
  width: 10px;
  height: 10px;
  background-color: #19305a;
}
.radiosss-payments .card.card-body {
  padding: 0;
  border: 0;
  margin-left: 30px;
  background: none;
}
.radiosss-payments {
  border-bottom: 1px solid rgb(219, 219, 219);
}
section.checkout_page {
  padding: 100px 0;
}
.checkout_page .img-1 {
  position: absolute;
  left: -13%;
  top: 50%;
  width: 340px;
}
.checkout_page .img-2 {
  position: absolute;
  right: -7%;
  top: 60%;
  width: 230px;
  transform: rotate(200deg);
}
.billing_form {
  /* border: 1px solid #b7b7b7; */
  padding: 35px 20px;
}
.check-out-btn button {
  /* background-color: #19305a; */
  /* border: 1px solid #909094; */
  /* display: inline-flex; */
  /* justify-content: space-between; */
  align-items: center;
  /* width: fit-content; */
  color: white !important;
  background-color: #bd5748;
  border: 1px solid #909094;
  display: flex;
  align-items: center;
  gap: 20px;
  width: fit-content;
  padding-left: 20px;
  padding-right: 4px;
  padding-top: 5px;
  padding-bottom: 0px;
  border-radius: 100px;
  height: unset;
}
.check-out-btn button span {
  height: 55px;
  border-radius: 0 4px 4px 0;
}
/*product start*/
section.products.inn {
    margin: 0;
    padding: 100px 0px;
}

section.products.inn .pro-txt-top h2 {
    background-color: unset;
    color: #000;
}
/* InnerPage Contact Us start */
.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 #bdbdbd;
  line-height: 0;
  box-shadow: none;
  color: black;
  font-weight: 400;
  background-color: transparent;
  margin-top: 26px;
  display: flex;
  border-radius: 5px;
}
.contact-pag-form form select.form-control {
  height: 60px;
  font-size: 15px;
  padding-left: 25px;
  border: 1px solid #bdbdbd;
  box-shadow: none;
  color: black;
  font-weight: 400;
  background-color: transparent;
  margin-top: 20px;
  display: flex;
  border-radius: 5px;
}
.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: unset;
  background-color: transparent;
  margin-top: 20px;
  color: #000000;
  border-radius: inherit;
  border-radius: 6px;
  height: 150px;
  scroll-behavior: unset;
  position: relative;
}
.contact-pag-form .detailss {
  position: relative;
}
.contact-pag-form .detailss i {
  position: absolute;
  top: 20px;
  color: #7e7e7e;
  left: 13px;
  font-size: 20px;
}
.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: transparent;
  height: 70px;
  width: 70px;
  border-radius: 50px;
  color: #bd5748;
  background: #fff;
  border: 1px solid #bd5748;
}
.cicle-icon img {
  margin: 0 auto;
}
.contact-info {
  background: white;
  width: 100%;
  margin-bottom: 10px;
  border: 1px solid #c6c6c6;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 30px;
  border-radius: 10px;
}
.contact-main-sec h4 {
  font-size: 45px;
  color: #000000;
  font-weight: 400;
  line-height: 42px;
  font-family: 'Brunson';
}
.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: 23px;
  color: black;
  font-family: 'Brunson';
  text-transform: uppercase;
  font-weight: 400;
  line-height: 40px;
}
.contact_text p {
  font-size: 22px;
  line-height: 25px;
  color: #8b8b8b;
  padding-top: 0px;
  font-weight: 400;
  letter-spacing: 1px;
}
.contact_text p a {
  font-size: 15px;
  color: #909094;
  text-decoration: none;
  transition: 0.5s ease-in-out;
  display: block;
  font-family: 'Montserrat';
}
.mailt {
  padding-left: 30px;
}
.contact_text a:hover {
  color: #8b8b8b;
}
.contact_text p a.email-text:hover {
  color: #8b8b8b;
}
.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: 0;
  margin-left: 20px;
}
.contact-main-sec {
  padding: 100px 0;
}
.contact-pag-form .form-group i {
  position: absolute;
  top: 20px;
  color: #7e7e7e;
  left: 13px;
  font-size: 20px;
}
.contact-pag-form .form-group1 i {
  right: 13px;
  left: unset;
  color: #7f7f7f;
  pointer-events: none;
}
.contact-pag-form {
  margin-top: 0;
}
.contact-pag-form button {
  margin-top: 30px;
}
section.contact-main-sec button {
  border: 1px solid #e1e1e1;
  background-color: #bd5748;
  height: 60px;
}
section.contact-main-sec button span {
  width: 50px;
  height: 58px;
  border-radius: 0 5px 5px 0;
}
.contact-pag-form .detailss::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;
}
.cicle-icon {
  margin: 0 17px 0 0;
}
.contact-side-bar h4 {
  padding: 0 0 30px 0;
}
/* InnerPage Contact Us end */



section.product-detail {
    padding: 80px 0;
}

.prd-det-heading {
    text-align: center;
    background: #000;
    border-radius: 10px;
}

.prd-det-heading h2 {
    color: #fff;
    text-transform: uppercase;
    font-size: 74px;
    margin-top: 80px;
    margin-bottom: 200px;
}


.prd-det-wrap {
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
    padding: 40px;
    width: 96%;
    margin: 0 auto;
    margin-top: -89px;
    z-index: 999;
    position: relative;
    background: #fff;
    border-radius: 6px;
}

.det-content h3 {
    font-size: 59px;
    line-height: 1.2;
    font-family: 'sui-generis';
    font-weight: 500;
}

.det-content ul li {
    width: 80px;
    height: 70px;
    background: #67843b;
    border-radius: 5px;
    transition: 0.5s;
}

.img-prd-wraps img {
    transition: 0.5s;
}


.prd-wraps:hover img {
    filter: drop-shadow(2px 4px 6px black);
    transition: 0.5s;
}

.det-content ul li:hover {
    background: #eead21;
    transition: 0.5s;
}

.det-content ul {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0;
}

.det-content ul li:nth-child(2) {
    background: #eead21;
}

.det-show-img {
    text-align: center;
    position: relative;
}

.det-show-img img {
    width: 389px;
    height: 531px;
    object-fit: contain;
}

.det-show-img:before {
    position: absolute;
    content: '';
    background: #ebebeb;
    width: 450px;
    height: 450px;
    border-radius: 50%;
    border: 30px solid #fff;
    outline: 1px solid #eead21;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 6%;
    z-index: -1;
}

.det-show-info h5 {
    font-size: 25px;
    color: #000000;
    font-weight: 500;
    text-transform: capitalize;
}

ul.rev-det {
    display: flex;
    align-items: center;
    gap: 10px;
}

.det-show-info ul li i {
    font-size: 20px;
    color: #ffc000;
}

.prd-det-wrap .col-md-3 {
    width: 30%;
}

.prd-det-wrap .col-md-6 {
    width: 40%;
}

.det-show-info ul.rev-det li h5 {
    margin: 0;
}

.det-show-info ul.rev-det li:last-child h5 {
    font-family: 'sui-generis';
}

ul.color_value {
    display: flex;
    align-items: center;
    gap: 12px;
}


.color_value li {
    display: flex;
    width: 30px;
    height: 30px;
    border-radius: 50% !important;
}

.color_value li label {
    display: inline-block;
    width: auto;
    padding: 10px 5px;
    font-size: 20px;
    width: 100%;
    transition: all 0.3s;
}


.color_value li input[type="radio"] {
    display: none;
}

.color_value li input[type="radio"]+label {
    background-color: #fff;
    color: #000;
    font-weight: 500;
    font-size: 25px;
    text-transform: capitalize;
    text-align: center;
    border-radius: 50%;
}

.color_value li input[type="radio"]+label:hover {
    background: #ff9d01;
    color: #fff;
}

.color_value li:nth-child(1) input[type="radio"]+label {
    background: #000;
}

.color_value li:nth-child(2) input[type="radio"]+label {
    background: #b26d7f;
}

.color_value li:nth-child(3) input[type="radio"]+label {
    background: #916300;
}

.color_value li:nth-child(4) input[type="radio"]+label {
    background: #8ed4f7;
}

.color_value li input[type="radio"]:checked+label {
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
    border: 4px solid #ccc;
}

.color-sel-shoes {
    display: flex;
    gap: 10px;
}

.color-sel-shoes h5 {
    margin: 0;
}

.donate_value li {
    display: inline-block;
    width: 90px;
    margin-bottom: auto;
}

.donate_value li label {
    display: inline-block;
    /* width: auto; */
    padding: 10px 5px;
    font-size: 20px;
    width: 100%;
    transition: all 0.3s;
}


.donate_value li input[type="radio"] {
    display: none;
}

.donate_value li input[type="radio"]:checked+label {
    border: solid 2px #ecac21;
    background-color: #67843b;
    color: #fff;
}

.donate_value li input[type="radio"]+label {
    background-color: #67843b;
    color: #000;
    font-weight: 600;
    font-size: 11px;
    text-transform: capitalize;
    text-align: center;
    border-radius: 5px;
    line-height: 1.3;
    border: 1px solid #67843b;
}

.donate_value li input[type="radio"]+label:hover {
    background: #edac21;
    color: #fff;
}

.size-sel-shoes {
    display: flex;
    align-items: start;
    gap: 10px;
}

.size-sel-shoes h5:first-child {
    width: 20%;
}

.size-sel-shoes>div:last-child {
    width: 80%;
}

ul.donate_value {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
}

.prd-det-btn {
    gap: 10px;
}

.banner-btn.prd-det-btns li.inc {
    width: 155px;
}

.banner-btn.prd-det-btns a.btn1 {
    padding: 0 15px;
    background-color: #eead21;
    font-size: 20px;
    font-family: 'sui-generis';
}
section.product-detail-page.all-section {
    padding: 100px 0px;
}
.radio-input label:has(input:checked) {
    color: #fff;
    background: linear-gradient(196deg, rgb(171 134 105) 10%, rgb(171 134 105) 50%, rgb(171 134 105) 60%);
    border: 0;
}

.radio-input label:has(input:checked)~.selection {
    background-color: rgb(11 117 223);
    display: inline-block;
}

.radio-input label:nth-child(1):has(input:checked)~.selection {
    transform: translateX(calc(var(--container_width) * 0/3));
}

.radio-input label:nth-child(2):has(input:checked)~.selection {
    transform: translateX(calc(var(--container_width) * 1/3));
}

.radio-input label:nth-child(3):has(input:checked)~.selection {
    transform: translateX(calc(var(--container_width) * 2/3));
}

.product-det-box {
    padding: 30px;
    border: 1px solid #a9a9a9;
    border-radius: 10px;
}

.product-det-box h3 {
    font-size: 23px;
    font-family: 'Montserrat';
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 20px 0 0;
}

.product-det-box h3 span {
    font-family: 'saud';
    font-size: 30px;
    width: 100px;
}

.counter-det-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
    border-top: 1px solid #a9a9a9;
    position: relative;
    margin-top: 30px;
}

.counter-det-box:after {
    position: absolute;
    content: '';
    width: 1px;
    height: 100%;
    left: 70%;
    top: 0;
    background: #a9a9a9;
}

.counter-det-box h3 {
    margin: 0;
}

.prod-det-buttons {
    align-items: center;
    justify-content: space-between;
    display: flex;
    width: 100%;
    margin: 0 auto;
    padding: 20px;
    border: 1px solid #a9a9a9;
    position: relative;
    padding-right: 45px;
    border-radius: 50px;
}
.prod-det-buttons {
    align-items: center;
    justify-content: space-between;
    display: flex;
    width: 100%;
    margin: 0 auto;
    padding: 20px;
    border: 1px solid #a9a9a9;
    position: relative;
    padding-right: 45px;
    border-radius: 50px;
}

a.btn4.cart-btn {
    text-align: center;
    width: 100%;
    color: black;
}


.btn2.cart-btn {
    font-weight: 500;
    font-size: 17px;
    font-family: 'neur';
    text-transform: uppercase;
    color: #000;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    font-family: 'Montserrat';
}

.prod-det-buttons i {
    font-size: 30px;
    background: -webkit-linear-gradient(#ab8669, #ab8669);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
}
section.main_slider.inn .banner_text h1 span {
    display: block;
}
.pre-bx {
    /* background-color: #fff; */
    width: fit-content;
    padding: 20px 50px;
    border-radius: 100px;
    height: 310px;
    position: absolute;
    top: -136px;
    right: 0;
    /* z-index: 0; */
    border: 1px solid #fff;
}

.pre-bx h3 {
    font-size: 19px;
    color: #bd5748;
    font-weight: 400;
    line-height: 29px;
}

.pre-bx h3 span {
    display: block;
}
.pre-bx img {
    margin-bottom: 32px;
}
/* end  */
.pre-bx::before {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -35;
    content: '';
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 100px;
}



.banner_img img.img-fluid-2 {
    position: relative;
    /* z-index: 2; */
}













/* Inner Check Out End */

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

  .more-img {
    position: absolute;
    right: 0;
    width: 44%;
    top: -26px;
}
.abt-sm-txt::before {
    position: absolute;
    top: 338px;
    left: -120px;
    }
    .abt-txt.bot {
    margin-top: -100px;
}
    

}

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

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

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

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

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


    
}
