@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=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/***** General CSS *****/

body {
  word-break: break-word;
  font: 15px/25px 'Poppins', sans-serif;
  color: #393939;
  overflow-x: hidden;
  background-image: url(../images/body-back.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

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-weight: 500;
  font-family: 'Poppins';
  font-size: 16px;
  font-weight: 400;
}


/***** Font Files *****/

@font-face {
  font-family: 'Fonts Awesome';
  src: url(../fonts/fontawesome-webfont.eot);
  src: url(../fonts/fontawesome-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff) format("woff"), url(../fonts/fontawesome-webfont.ttf) format("truetype"), url(../fonts/fontawesome-webfont.svg#fontawesome-webfont) format("svg");
  font-weight: 400;
  font-style: normal
}

@font-face {
  font-family: 'verdana-bold';
  src: url(../fonts/verdana-bold.ttf);
  font-weight: 400;
  font-style: normal
}


@font-face {
  font-family: 'verdana-regular';
  src: url(../fonts/verdana.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;
}

.theme-btn {
  font-size: 16px;
  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;
  font-family: 'Poppins';
  border-radius: unset;
  background: #df64ad;
  border: unset;
  font-weight: 400;
}

.theme-btn:hover {
  background-color: #fff;
  color: #28b16d;
  border-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: 'verdana-bold';
  font-size: 55px;
  line-height: 60px;
  color: #fff;
  font-weight: 500;
  margin: 0 0 17px;
}

h2 {
  font-family: 'verdana-bold';
  font-size: 55px;
  line-height: 60px;
  color: #393939;
  font-weight: 500;
  margin: 0 0 30px;
}

h3 {
  font-family: 'verdana-bold';
  font-size: 30px;
  line-height: 34px;
  color: #000000;
  font-weight: 600;
  margin: 0 0 28px;
}

h4 {
  font-family: 'verdana-bold';
  font-size: 24px;
  line-height: 29px;
  color: #393939;
  font-weight: 500;
  margin: 0 0 13px;
}

h5 {
  font-family: 'verdana-bold';
  font-size: 20px;
  line-height: 25px;
  color: #393939;
  font-weight: 500;
  margin: 0 0 20px;
}

h6 {
  font-family: 'verdana-bold';
  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: 0px 0;
  background: #141313;
}

.menuSec img {
  margin: 0;
}

.menuSec ul {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
  text-transform: capitalize;
}

.menuSec ul li {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
}

.menuSec li ul {
  display: none;
}

.menuSec ul li a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #fff;
    padding: 14px 27px;
    font-size: 14px;
    font-family: 'Poppins';
    font-weight: 400;
    text-transform: uppercase;
}

.menuSec ul li a:after {
  /* content: ''; */
  position: absolute;
  top: 35%;
  right: 0;
  width: 1px;
  height: 13px;
  background-color: #393939;
}

.menuSec ul li:last-child a {
  padding-right: 27px;
}

.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: #d961ac;
}

.menuSec li:hover>ul {
  display: block;
  position: absolute;
  z-index: 1000;
  background-color: #000000;
  left: 0px;
  width: 230px;
  text-align: left;
  top: 38px;
}

.menuSec li>ul>li>a {
  border: none;
  padding: 13px 20px !important;
  color: #fff !important;
  overflow: hidden;
  font-size: 13px;
  line-height: 20px;
}

.menuSec li>ul>li,
.menuSec li>ul>li>a {
  display: block;
  margin: 0;
}

.menuSec li>ul>li>a:before,
.menuSec li>ul>li>a:after {
  display: none;
}

.menuSec li:hover li {
  float: none;
}

.menuSec li:hover a {}

.menuSec li ul li a:hover {
  background-color: #ffffff;
  color: #000000 !important;
}

.menuSec ul ul ul {
  left: 100%;
  top: 0;
}

.menuSec ul:before,
.menuSec ul:after {
  content: " ";
  display: table;
}

.menuSec ul:after {
  clear: both;
}

.menuSec li>ul>li:hover>ul {
  left: 230px;
  top: 0px;
  width: 270px;
}
.droopdwon li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 40px;
}
.droopdwon {
    float: left;
}
.droopdwon li:hover li a:hover {
    background-color: #ffffff;
    color: #000 !important;
}
/*header css start */

.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-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-indicators {}
.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: rgb(0 0 0 / 0%);
}
.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;
}
/*banner css end*/

.blog_sec {
  padding: 5% 0;
}
/*slick slider in tabs css start*/


/* Style the tab */




.tab_sec .tab {
  overflow: hidden;
  border: 0;
  background-color: #ffffff;
}
/* Style the buttons that are used to open the tab content */
.tab_sec .tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
}
/* Change background color of buttons on hover */
.tab_sec .tab button:hover {
  background-color: #ddd;
}
/* Create an active/current tablink class */
.tab_sec .tab button.active {
  background-color: #ccc;
}
/* Style the tab content */

.tab_sec .tabcontent {
  display: none;
  padding: 6px 12px;
  border: 0;
}
.tabcontent.active {
  display: block;
}
/*slick slider in tabs css start*/

.nav-item {padding: 10px;}






/*Top Sec Start*/

.top-sec-icon-info ul li i {
    background: #df64ad;
    padding: 9px 14px;
    color: #fff;
    font-size: 18px;
    border-radius: 4px;
}

.top-sec-icon-info ul li a {
    font-family: 'Poppins';
    font-size: 16px;
    color: #000;
    font-weight: 400px;
}

.top-sec-icon-info ul {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 0px;
}

.top-sec-icon-info p {
    font-family: 'Poppins';
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0px;
    color: #000;
}

.top-sec-icon-info {
    display: flex;
    align-items: center;
    gap: 40px;
}

.top-sec-field input {
    border: 1px solid #0000004f;
    width: 100%;
    padding: 8px 9px;
    border-radius: 5px;
}

.top-sec-field button {
    background: #df64ad;
    padding: 9px 14px;
    color: #fff;
    font-size: 18px;
    border-radius: 5px;
    border: unset;
    position: absolute;
    top: 0;
    right: 0;
}

.top-sec-field {
    position: relative;
    width: 60%;
}

.top-sec-right a {
    background: #df64ad;
    padding: 9px 14px;
    color: #fff;
    font-size: 18px;
    border-radius: 4px;
}

.top-sec-right {
    display: flex;
    gap: 20px;
    justify-content: end;
}

.topSec .row {
    align-items: center;
    padding: 19px 0px;
}



/*top Sec End*/


/*banner Start*/

img.banner-img {
    width: 100%;
}
span.carousel-control-next-icon {
    background-image: url(../images/banner-right-arrow.png) !important;
    width: 15px;
    height: 14px;
}

.carousel-control-next {
    width: 41px;
    height: 36px;
    background: #000;
    top: 50%;
    right: 104px;
}
span.carousel-control-prev-icon {
    background-image: url(../images/banner-left-arrow.png) !important;
    width: 15px;
    height: 14px;
}

.carousel-control-prev {
    width: 41px;
    height: 36px;
    background: #000;
    top: 50%;
    left: 100px;
}
.banner_text h1 {
    color: #000;
    text-transform: uppercase;
    font-size: 60px;
    line-height: 69px;
    margin-bottom: 37px;
}
.banner-bottom-text h3 {
    font-family: 'verdana-regular';
    margin-bottom: unset;
    text-align: center;
    line-height: 46px;
    color: #fff;
    font-weight: unset;
}

.banner-bottom-text {
    background: #df64ad;
    padding: 15px 0px;
}
/*Banner End*/


/*Section Collection Start*/

.img-collectiion img {
    width: 100%;
    border-radius: 10px;
}

.text-collection a {
    font-family: 'verdana-bold';
    font-size: 22px;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    justify-content: space-between;
    background: #df64ad;
    color: #fff;
    width: 80%;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 30px;
    padding: 12px 16px;
    border-radius: 10px;
}

.main-box-collection {
    position: relative;
}

.collection-main-sec {
    padding: 100px 0px;
    position: relative;
}


.main-box-collection:hover .img-collectiion img {
    border-radius: 50%;
    transition: 0.9s;
    filter: brightness(0.3);
}


.main-box-collection:hover .text-collection a {
    bottom: 39%;
    transition: 0.9s;
}

.heading-collection h2 {
    text-align: center;
    color: #000;
    text-transform: uppercase;
    position: relative;
}

.heading-collection h2::before {
    position: absolute;
    content: '';
    background: #d961ac;
    width: 170px;
    height: 6px;
    bottom: -13px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.heading-collection {
    margin-bottom: 60px;
}
img.leaf-img {
    position: absolute;
    top: 70px;
    left: 0;
    z-index: -1;
}
/*Section Collection End*/


/*Section Product Start*/

.img-product img {
    width: 100%;
    border-radius: 10px 10px 0px 0px;
    width: 100%;
    height: 282px;
    object-fit: cover;
}

.text-product h2 {
    font-size: 18px;
    margin-bottom: 10px;
    line-height: 28px;
    text-transform: uppercase;
    height: 53px;
}

.text-product h2 a {
    color: #fff;
}

.text-product p {
    font-size: 24px;
    font-family: "Barlow", sans-serif;
    font-weight: bold;
    color: #fff;
    margin-bottom: 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.product-main-box {
    background: #df64ad;
    border-radius: 10px;
    margin-bottom: 30px;
}

.text-product {
    padding: 14px 16px;
}

.text-product p a {
    color: #000;
    background: #000;
    display: flex;
    align-items: center;
    width: 35px;
    height: 36px;
    justify-content: center;
    border-radius: 50%;
}

.img-product {
    overflow: hidden;
    border-radius: 10px 10px 0px 0px;
}

.product-main-box:hover .img-product img {
    transform: scale(1.1);
    transition: 0.9s;
    filter: brightness(0.5);
}
.text-product p a img {margin-top: -6px;}
.product-main-sec {
    padding: 40px 0px 100px;
}
.product-main-sec .heading-collection h2::before {
    display: none;
}
/*Sewction Product End*/


/*Section Free Start*/
.free-text h2 {
    text-transform: uppercase;
    font-size: 60px;
    color: #fff;
    line-height: 68px;
    text-align: center;
}

.free-text h2 span {
    color: #df64ad;
}

.free-main-sec {
    background-image: url(../images/free-back.jpg);
    width: 100%;
    height: 500px;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    background-attachment: fixed;
}
.free-btn {
    text-align: center;
}
/*Section free End*/

/*Section About Start*/

.heading-about h2 {
    color: #000;
    font-size: 59px;
    text-transform: uppercase;
}

.left-img-about img {
    width: 100%;
    border-radius: 20px;
}

.left-img-about {
    margin-right: 10px;
}

.right-img-about img {
    border-radius: 14px;
}

.text-about {
    margin-top: 20px;
}

.text-about p {
    line-height: 30px;
    text-align: justify;
}

.about-main-sec {
    padding: 100px 0px;
}
.about-btn {
    margin-top: 39px;
}

/*Section About End*/


/*Section Instagram Start*/


.insta-img img {
    width: 100%;
    border-radius: 10px;
    height: 330px;
    object-fit: cover;
}

.insta-main-box {
    position: relative;
}

img.insta-img {
    position: absolute;
    left: 0;
    right: 0;
    top: 45%;
    bottom: 0;
    margin: 0 auto;
    opacity: 0;
}

.insta-img {
    overflow: hidden;
    border-radius: 10px;
}

.insta-main-box:hover .insta-img img {
    transform: scale(1.1);
    filter: brightness(0.5);
    transition: 0.9s;
}

.insta-main-box:hover  img.insta-img {
    opacity: 1;
}
.instagram-mnain-sec {
    padding: 30px 0px 90px;
}

.instagram-mnain-sec .heading-collection h2::before {
    display: none;
}

/*Section Instagram End*/


/*Section Reviews Start*/

/* Testimonial */

.inner-testi-sec {
    padding-top: 100px;
}

.sec-heading3 h2 {
    color: #646464;
    font-size: 50px;
}

.sec-heading3 p {
    color: #646464;
    margin-bottom: 15px;
}

.sec-heading3 p {
    font-size: 14px;
}

.testimonial-slider {
    margin: 40px 0;
}

.testimonial-slider .slick-list {
    padding: 0 !important;
}

.client-box::after {
    content: '';
    top: -44px;
    left: 22px;
    height: 75px;
    width: 40px;
    position: absolute;
    background-image: url(../images/testi-quote.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.client-box {
    background-color: #f5d0e6;
    padding: 28px 40px;
    position: relative;
    margin-bottom: 30px;
    box-shadow: 0px 5px 13px 0px rgb(0 0 0 / 29%);
    border-radius: 20px;
    margin-right: 15px;
}

.client-box img {
    margin-top: -48px;
    height: 80px;
    width: 80px;
    object-fit: contain;
    border-radius: 50%;
    border: 2px solid #df64ad;
}

.client-box p {
    width: 98%;
    color: #646464;
    margin: 20px 0 4px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    position: relative;
    text-align: justify;
    line-height: 29px;
}

.client-box ul {
    display: flex;
    padding: 15px 0;
    margin-top: 0px;
    margin-bottom: 0;
    align-items: center;
    justify-content: space-between;
}

.client-box ul li h5 {
    margin: 0;
    font-size: 24px;
    font-weight: 400;
    color: #000;
    /* font-family: 'ARIAL'; */
    text-transform: uppercase;
}

.client-box ul li h6 {
    margin: 0;
    color: #646464;
    font-size: 13px;
    font-weight: 500;
    line-height: 20px;
    font-family: 'ARIAL';
    text-transform: uppercase;
}

.client-box ul li i {
    color: #f4a600;
}

.client-sli {
    margin: 40px 0;
}

.testimonial-slider .slick-slide {
    opacity: 1;
    margin: 32px 9px;
}

.testimonial-slider .slick-slide .client-box {
    background-color: #f5d0e6cf;
    box-shadow: 0px 5px 13px 0px rgb(0 0 0 / 29%);
}

.testimonial-slider .slick-current .client-box {
    background-color: #f5d0e6;
    box-shadow: 0px 5px 13px 0px rgb(0 0 0 / 29%);
}

.testimonial-slider .slick-current .client-box::after {
    /* opacity: 0; */
}

.testimonial-slider .slick-current .client-box p,
.testimonial-slider .slick-current .client-box ul li h5,
.testimonial-slider .slick-current .client-box ul li h6 {
    /* color: #000; */
}
.client-box i.fas.fa-star {
    color: #ffc107;
}

.client-box .d-flex {
    justify-content: end;
    margin-top: -25px;
}
section.testimonial .heading-collection h3 {
    font-size: 23px;
    color: #df64ad;
    text-align: center;
    margin-bottom: unset;
}
section.testimonial .heading-collection h2::before {
    display: none;
}

section.testimonial .heading-collection {
    margin-bottom: 0px;
}
section.testimonial .heading-collection h2 {
    margin-bottom: 10px;
}
.testimonial-slider .slick-arrow:before {
    content: '\f061';
    position: absolute;
    font-family: 'FontAwesome';
    font-weight: 500;
    top: 0;
    color: #fff;
    left: 0;
    background: #7f7e7e;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1 !important;
    border-radius: 50%;
    transition: 0.5s all;
    border: 1px solid #7f7e7e;
}
.testimonial-slider .slick-prev:before {
    content: '\f060' !important;
    left: -40px;
}
/*Section Reviews End*/


/*Footer Start*/


footer.footerSec {
  background-size: 100% 100%;
  background-repeat: no-repeat;
  color: #fff;
  padding: 80px 0 30px;
  overflow: hidden;
  /* background-color: #0f1928; */
}

footer .footerLogo {
  display: inline-block;
  margin-bottom: 10px;
  padding: 20px 20px 20px 0;
  position: relative;
}

footer .footerLogo img {
  transition: 0.9s;
  position: relative;
  margin: 0px;
  z-index: 4;
  cursor: pointer;
  width: 309px;
  object-fit: contain;
}

footer .footerLogo img:hover {
  /* transform: translate(0px, 3px); */
}

footer p br {
  display: none;
}

.footer-about p {
  line-height: 24px;
  font-weight: 300;
  margin-bottom: 19px;
  text-align: justify;
  font-size: 15px;
}

.footer-about img {
  display: table;
  margin: 0px auto;
  margin-top: 11px;
}

footer h6 {
  position: relative;
  font-size: 22px;
  line-height: 30px;
  text-transform: uppercase;
  font-weight: 500;
  padding-bottom: 7px;
  margin-bottom: 14px;
  color: #fff;
}

footer h6:before {
  /* position: absolute; */
  content: "";
  width: 60px;
  bottom: 14%;
  left: 1%;
  height: 3px;
  background: #008f8b;
}

.foot-useful-link ul {
  margin: 0px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.foot-useful-link ul li a {
  color: #fff;
  font-weight: 400;
  transition: 0.9s;
  display: inline-block;
  text-transform: uppercase;
  line-height: 31px;
  font-family: 'Poppins';
  font-size: 14px;
  font-weight: 400;
}

.foot-useful-link ul li a:hover {
  filter: brightness(0.7);
  transform: translate(0px, 4px);
  text-decoration: underline;
}

footer .foot-useful-link {
  position: relative;
  padding-left: 18px;
}

footer .foot-quick-links {
  position: relative;
  padding-left: 30px;
}

.foot-quick-links ul {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.foot-quick-links ul li a {
  display: flex;
  align-items: center;
  gap: 20px;
  color: #fff;
  font-weight: 400;
  transition: 0.9s;
  font-family: 'Poppins';
  font-size: 14px;
  font-weight: 400;
}

.foot-quick-links ul li a:hover {
  transform: translate(3px, 0px);
}

footer .news-letter {
  position: relative;
}

footer .news-letter p {
  font-size: 15px;
  line-height: 28px;
}

footer .news-letter form {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: baseline;
}

footer .news-letter form input {
  width: 100%;
  color: #777777;
  font-weight: 400;
  height: 60px;
  border: 0px;
  border-radius: 6px;
  padding: 20px;
  transition: 0.9s;
}

footer .news-letter form input::placeholder {
  color: #777777;
}

footer .news-letter form input:hover {
  transform: translate(7px, 0px);
}

footer .news-letter form button {
  border: 0px;
}

footer .news-letter form button:hover {
  background: #000;
  color: #fff;
  cursor: pointer;
  transform: translate(0px, -3px);
}

.footer-btm {
  text-align: center;
}

footer.copyright {
  padding: 20px 0px;
  position: relative;
  background: #df64ad;
}

footer.copyright p {
  margin: 0px;
  text-transform: uppercase;
  font-size: 16px;
  color: #ffff;
  padding-top: 5px;
  text-align: left;
}

footer.copyright p a {
  position: relative;
  color: #fff;
}

footer.copyright p a:hover {
  text-decoration: underline;
  color: #4acfa2;
}

footer .footerLogo:before {
  position: absolute;
  width: 195%;
  height: 100%;
  right: -70px;
  top: 0;
  /* border: 1px solid #3fabeb; */
  content: "";
  border-radius: 25px;
  background: #ffffff;
}

.footer-about ul.social {
  display: flex;
  gap: 20px;
  margin: 0px;
}

.footer-about ul.social li a i {
  font-family: "FontAwesome";
  font-size: 16px;
  width: 35px;
  height: 35px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: 0.9s;
  opacity: 1;
  border: 1px solid #fff;
}

footer.copyright .footer-btm {
  /* padding: 24px; */
  border-radius: 5px;
  position: relative;
}

footer.copyright:before {
  /* position: absolute; */
  content: "";
  width: 100%;
  height: 1px;
  top: 50%;
  right: 0;
  background: #fff;
  opacity: 40%;
}

.footer-about ul.social li a i.fa-brands.fa-x-twitter::before {
  content: url(../images/twitter_X.png);
  position: absolute;
  top: 15%;
}
.footer-about h5 {
    color: #fff;
    font-size: 27px;
    text-transform: uppercase;
    line-height: 40px;
}
.ft-cards {
    text-align: end;
}

.ft-fields input {
    width: 100%;
    background: #141313;
    border: unset;
    padding: 16px 13px;
    color: #fff;
    border-radius: 9px;
}

.ft-fields input::placeholder {
    color: #fff;
}

.ft-fields {
    position: relative;
}

.ft-fields button.theme-btn {
    position: absolute;
    top: 3px;
    margin: unset;
    right: 3px;
    border-radius: 10px;
}
footer.copyright .row {
    align-items: center;
}

.ft-cards img {
    width: 190px;
}
.foot-useful-link.info-ft {
    padding-left: 68px;
}

.main-footer-sec {
    background-image: url(../images/ft-back.png);
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
}
.copyright-btm-text p {
    text-align: center;
    color: #fff;
    margin-bottom: 0px;
}

.copyright-btm-text {
    padding: 22px 0px;
}
/* Footer end   */

/*About Page Start*/

.about-btm-text p {
    line-height: 35px;
    text-align: justify;
}

.about-btm-text {
    margin-top: 20px;
}
section.testimonial.abt-testi-sec {
    padding: 100px 0px 50px;
}

/*About Page End*/


/*Shop Page Start*/

section.productdetail {
  padding: 100px 0px;
}
ul.ul1prodetail h3 {
  font-size: 22px;
  font-family: 'Poppins';
  font-weight: 400;
  margin-bottom: 0px;
  border-bottom: 1px solid;
  padding: 17px 20px;
  color: #fff;
  /* border-radius: 20px 20px 0px 0px; */
  background: rgb(229, 173, 14);
  background: #141313;
  font-weight: 600;
  border-radius: 10px 10px 0px 0px;
}
ul.ul1prodetail h3 span {
  float: inline-end;
}
ul.ul1prodetail h3 span a i {
  color: #000;
}
.dv2productdetail h4 span {
  float: inline-end;
}
.dv2productdetail h4 span a i {
  color: #000;
}
.dv3productdetail h4 span {
  float: inline-end;
}
.dv3productdetail h4 span a i {
  color: #000;
}
.ul1prodetail li {
  font-family: "Poppins";
  font-size: 14px;
  color: #000;
}
ul.ul1prodetail {
  border: 1px solid #c5c5c5;
  border-radius: 10px;
  /* height: 302px; */
}
.dv2productdetail h4 {
  font-size: 19px;
  font-family: "Poppins";
  margin-bottom: 0px;
}
.dv2productdetail {
  /*    border: 1px solid #8cc63f;
    padding: 3px 13px;
    margin-bottom: 30px;*/
}
/*DropDown*/
a {
  text-decoration: none;
  color: #000000;
}

a:hover {
  color: #222222;
}

/* Dropdown */

.dropdown {
  width: 100%;
}

.dd-button {
  display: block;
  background-color: transparent;
  cursor: pointer;
  white-space: nowrap;
  width: auto;
  text-align: left;
  border: 0px;
  padding: 20px 40px;
  font-size: 20px;
  line-height: 30px;
  background-image: url(../images/down-btn-cate.png);
  background-position: 88% 50%;
  background-size: 8px 7px;
  background-repeat: no-repeat;
}

.dd-menu li:first-child {
  border-top: 1px solid #c5c5c5;
}

.dd-menu li:last-child {
  border-bottom: 0px !important;
}

.dd-input {
  display: none;
}

section.productdetail .row.conts {
  align-items: center;
  margin-bottom: 10px;
}
.dd-menu {
  border-radius: 4px;
  padding: 0;
  margin: 2px 0 0 0;
  list-style-type: none;
}

.dd-input + .dd-menu {
  display: none;
}

.dd-input:checked + .dd-menu {
  display: block;
  width: 100%;
  display: table;
  margin: 0px auto;
  display: inline-block;
  position: unset;
}

.dd-menu li {
  cursor: pointer;
  white-space: nowrap;
  padding: 20px 40px;
  font-size: 15px;
  line-height: 25px;
  border-bottom: 1px solid #c5c5c5;
  text-transform: uppercase;
}

.dd-menu li:hover {
  background-color: #f6f6f6;
}

.dd-menu li a {
  display: block;
  margin: -10px -20px;
  padding: 10px 20px;
}

.dv3productdetail select {
  width: 40%;
  border: 1px solid #6c757d52;
  border-radius: 0px;
  font-family: "Poppins";
  background-image: url(../images/down-btn-cate.png);
  background-repeat: no-repeat;
  background-size: 7px 7px;
  background-position: 87% 50%;
  background-color: transparent;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 28px;
  padding: 14px 26px;
  appearance: unset;
  border-radius: 10px;
}

.dv2productdetail {
  position: relative;
}

.dv3productdetail {
  position: relative;
}

.dv3productdetail h4 {
  font-size: 19px;
  font-family: "Poppins";
  margin-bottom: 0px;
}

.dv4productdetail p {
  font-size: 16px;
  float: inline-end;
  margin-bottom: 40px;
}

select#categories {
  padding: 17px 20px;
  border: none;
}

select#categories option {
  padding: 17px 20px;
}

ul.ul2prodetail h3 {
  font-size: 22px;
  font-family: 'Poppins';
  margin-bottom: 0px;
  border-bottom: 1px solid;
  padding: 17px 20px;
  color: #fff;
  /* border-radius: 20px 26px 0px 0px; */
  background: rgb(229, 173, 14);
  background: #141313;
  font-weight: 600;
  border-radius: 10px 10px 0px 0px;
  margin-bottom: 10px;
}

ul.ul2prodetail li a {
  font-family: 'Poppins';
  font-size: 18px;
  line-height: 30px;
  display: flex;
}

ul.ul2prodetail li a input {
  width: 19px;
  height: 27px;
}

ul.ul2prodetail {
  border: 1px solid #c5c5c5;
  border-radius: 10px;
}

ul.ul2prodetail li {
    padding: 11px 30px;
}

ul.ul3prodetail li {
  border: 1px solid #d8d5d5;
  font-family: 'Poppins';
  font-size: 16px;
  line-height: 24px;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
}

ul.ul3prodetail li:hover {
  background: #000;
}

ul.ul3prodetail li:hover a {
  color: #fff;
}

ul.ul3prodetail {
  display: flex;
  gap: 10px;
  margin-top: 30px;
}

ul.ul3prodetail li a {
  color: #000;
}

.dv2productdetail select {
  padding: 16px 40px 16px 30px;
  border: 1px solid #6c757d52;
  border-radius: 0px;
  font-family: "Poppins";
  font-weight: 500;
  background-image: url(../images/down-btn-cate.png);
  background-repeat: no-repeat;
  background-size: 7px 7px;
  background-position: 87% 50%;
  background-color: transparent;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 28px;
  width: 97%;
  appearance: unset;
  border-radius: 10px;
}

.text-shoow-product p {
  text-align: end;
  color: #000;
  text-transform: uppercase;
  font-weight: 500;
}

.prod-sec-prod-pg {
  margin-top: 30px;
}

section.productdetail .pd-box {
  margin-bottom: 50px;
}
.up-to-img h5 {
    color: #fff;
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
    font-size: 47px;
    line-height: 50px;
    text-shadow: 0px 0px 18.06px rgb(0 0 0);
    -webkit-transform: matrix( 0.9792696027383,0,0,0.9792696027383,0,0);
}

.up-to-img {
    position: relative;
    margin-top: 80px;
}
/*Shop page End*/


/*Shop Detail Page Start*/

section.product-detail-page {
    position: relative;
    padding: 80px 0 0;
}

.product-detail-head ul {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 37px;
    margin: 20px 0 10px;
    text-transform: uppercase;
}

.product-detail-head ul i {
    color: #ffc107;
}

.product-detail-head ul span {
    color: #df64ad !important;
    padding-left: 15px;
    font-size: 15px;
    text-transform: uppercase;
}

ul.cost-detail h5 {
    font-size: 46px;
    color: #df64ad;
    font-family: 'verdana-bold';
}

ul.cost-detail span {
    font-size: 23px;
    color: #868686;
    text-decoration: line-through;
    padding-left: 0px;
}

.product-details-title p {
    font-size: 16px;
    text-transform: capitalize;
    padding: 15px 0;
    color: #868686;
}

.product-detail-head h2 {
    font-size: 46px;
    font-weight: 700;
    /* font-family: 'Oswald-Stencil'; */
    color: #000;
    text-transform: uppercase;
    margin-bottom: 60px;
    margin-bottom: 10px;
}

section.product-detail-page .row {
    /* align-items: center; */
}

.productdtl-mn-fr.slick-initialized.slick-slider img {
    height: 460px;
    width: 100%;
    padding: 10px;
    border-radius: 20px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.product-details-title ul li {
    list-style: initial;
    color: #ffffff70;
}

ul.cost-detail li {
    list-style: none;
}

.product-cate p {
    font-size: 16px;
    text-transform: uppercase;
    line-height: 35px;
    margin: 0;
    color: #6a6a6a;
}


.product-cate {
    border-top: 1px solid #fff;
    padding-top: 40px;
    position: relative;
}
.product-cate:before {
    position: absolute;
    content: '';
    width: 101%;
    height: 1px;
    background: #00000059;
    top: 34px;
}


.nav-tabs {
    border-bottom: 1px solid #dee2e6;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.nav-tabs .nav-link {
    margin-bottom: -1px;
    background: none;
    border: 0;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    width: 144px;
    background: transparent;
    color: #000;
    font-size: 18px;
    height: 51px;
    margin-right: 20px;
    text-transform: uppercase;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    color: #fff;
    background-color: #000;
    border-color: 0;
    border-radius: 40px;
}

.input-number {
    width: 80px;
    padding: 0 12px;
    vertical-align: top;
    text-align: center;
    outline: none;
    background-color: #fff0;
    color: #000;
    border: 0;
}

.input-number,
.input-number-decrement,
.input-number-increment {
    /* border: 1px solid #fff; */
    height: 40px;
    user-select: none;
}

.input-number-decrement,
.input-number-increment {
    width: 30px;
    line-height: 38px;
    background: transparent;
    color: #a2a1a1;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    /* border: 1px solid #000; */
}

.input-number-decrement:active,
.input-number-increment:active {
    background: #ddd;
}

.input-number-decrement {
    border-right: none;
    border-radius: 4px 0 0 4px;
}

.input-number-increment {
    border-left: none;
    border-radius: 0 4px 4px 0;
}

.quan {
    margin-top: 0px;
    display: inline-block;
    background: #fff;
    border: 1px solid #787878;
    margin-bottom: 0px;
}

a.btn1.crt-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    color: #000;
    background: #fff;
    height: 50px;
    border-radius: 0;
    text-transform: uppercase;
    border: 1px solid #00000073;
    background: transparent !important;
    border-radius: 4px;
    width: 290px;
    /* margin-bottom: 17px; */
    /* margin-top: 21px; */
    font-family: 'Poppins';
}
.product-buy span a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    color: #fff;
    background: #fff;
    height: 53px;
    border-radius: 0;
    text-transform: uppercase;
    border: 1px solid #df64ad;
    background: transparent !important;
    border-radius: 5px;
    background-color: #df64ad !important;
    width: 290px;
    font-family: 'Poppins';
}

.product-details.mb-30 {
    margin-left: 20px;
    padding-top: 25px;
}


a.btn1.buy-btn {
    width: 70%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    border-radius: 0;
    margin-top: 30px;
    height: 60px;
}

section.product-sec.pr-pg-1 {
    padding: 0 0 90px;
}

.product-head-pg {
    margin-bottom: 50px;
    text-align: left;
    border-bottom: 2px solid #ffffff78;
}

.prdct-dtl-sl .slick-active {
    opacity: 1.5;
}
.prdct-dtl-sl .slick-slide {
    opacity: 1.2;
}
.prdct-dtl-sl .slick-slide {
    margin: 15px 17px;
}
.productdtl-mn-nv .slick-list.draggable {
    padding: 0px 0px !important;
}
.product-size ul li {
    font-family: 'Roboto';
    font-size: 13px;
    color: #898888;
    margin-bottom: 6px;
    position: relative;
}

.product-size ul li:before {
    position: absolute;
    content: '';
    width: 4px;
    height: 4px;
    background: #949494;
    left: -13px;
    border-radius: 4px;
    top: 11px;
}

/* Description Product Detail Css */

.description li.nav-item {
    margin-right: 12px;
}

.description li.nav-item button {
    width: 119px;
    height: 47px;
    background-color: transparent;
    font-size: 20px;
    border-radius: 0;
    font-weight: 300;
    color: #000;
    font-family: 'Poppins';
    font-weight: 400;
    text-transform: capitalize;
    font-size: 15px;
    border-radius: 0px;
    font-family: 'Poppins';
    text-transform: uppercase;
}

.description li.nav-item .nav-link.active {
    border: 0;
    background-color: #000;
    color: #fff;
    font-size: 15px;
    border-radius: 6px;
    text-=tr: u;
}

.rev-btn {
    display: inline-block;
}

.description {
    padding: 40px 0 80px;
    position: relative;
}

.rate {
    height: 46px;
    /* padding: 0 10px; */
    float: left;
    display: block;
    clear: both;
}

.rate input {
    top: 0;
    visibility: hidden;
}

.rate:not(:checked)>input {
    position: absolute;
    /* top: -9999px; */
}

.rate:not(:checked)>label {
    float: right;
    width: 0.8em;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    font-size: 35px;
    color: #ccc;
    margin: 0 3px;
}

button.btn1.tabs-btn {
    font-size: 16px;
    padding: 10px 50px;
    margin-top: 20px;
    display: block;
}

.rate:not(:checked)>label:before {
    content: '\f005';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 26px;
}

.rate>input:checked~label {
    color: #f9d71c;
}

.rate:not(:checked)>label:hover,
.rate:not(:checked)>label:hover~label {
    color: #deb217;
}

.rate>input:checked+label:hover,
.rate>input:checked+label:hover~label,
.rate>input:checked~label:hover,
.rate>input:checked~label:hover~label,
.rate>label:hover~input:checked~label {
    color: #c59b08;
}

.description .tab-content p {
    line-height: 33px;
    padding: 0px 0;
    text-align: justify;
}

.prd-det-page-review-heading {
    letter-spacing: 1px;
    margin: 30px 0px;
    padding: 10px 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.prd-det-page-review-heading span {
    font-size: 1.3rem;
    color: #252525;
    margin-bottom: 10px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.prd-det-page-review-box-container {
    display: block;
}

.prd-det-page-review-box {
    width: 100%;
    box-shadow: 2px 2px 30px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    padding: 20px;
    margin: 16px 0px;
    cursor: pointer;
}

.profile-img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 10px;
}

.profile-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.profile {
    display: flex;
    align-items: center;
}

.name-user {
    display: flex;
    flex-direction: column;
}

.name-user strong {
    color: #3d3d3d;
    font-size: 1.1rem;
    letter-spacing: 0.5px;
}

.name-user span {
    color: #979797;
    font-size: 0.8rem;
}

.prd-det-page-reviews {
    color: #f9d71c;
}

.box-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.client-comment p {
    font-size: 0.9rem;
    color: #4b4b4b;
}

.prd-det-page-review-box:hover {
    transform: translateY(-10px);
    transition: all ease 0.3s;
}

.description .tab-content input {
    width: 100%;
    border: 0px;
    background-color: rgb(246, 246, 246);
    padding: 10px;
    height: 50px;
    margin-bottom: 20px;
    font-weight: 500;
    color: rgb(124, 124, 124);
}

.prdtc-rvw ul {
    display: flex;
    align-items: center;
    margin-bottom: 0;
}

.description .tab-content form .row {
    align-items: center;
}

.prdtc-rvw i {
    font-size: 25px;
    margin-right: 10px;
}

.description .tab-content textarea {
    width: 100%;
    border: 0px;
    background-color: rgb(246, 246, 246);
    padding: 10px;
    margin-bottom: 20px;
    font-weight: 500;
    color: rgb(124, 124, 124);
}

.description .tab-content form {
    margin-bottom: 70px;
}

.prdtc-rvw i:hover {
    color: #FFC107;
}

.productdetailportion img {
    width: 100%;
    object-fit: none;
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
    border-color: transparent;
    isolation: isolate;
    background: transparent;
}

.nav-tabs {
    margin-bottom: 30px;
}

.rev-btn h6 {
    font-size: 30px;
    margin-bottom: 20px;
}

.product-cate p span {
    color: #6a6a6a;
}
.product-detail-head p {
    margin: 0;
}

.productdtl-mn-fr {
    margin: 0 0 30px;
}

.product-size h5 {
    font-size: 24px;
    color: #868686;
}

.product-size ul li a {
    font-size: 15px;
    color: #000;
    font-family: 'Poppins';
    border: 1px solid #000;
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.size-guide {
    display: flex;
    align-items: center;
    gap: 20px;
    border-bottom: 1px solid #cccbcb;
    padding-bottom: 35px;
    padding-top: 20px;
}

.size-guide h5 {
    font-size: 25px;
    margin: 0;
}

.size-guide i {
    color: #000;
    font-size: 40px;
}

.btn1 {
    background: #df64ad !important;
    border: unset;
    color: #fff;
}
.prod-detailfor-sec-featured .featured-product {
    margin-top: 0px;
    padding-bottom: 70px;
}
.btn-great .theme-btn {
    width: 12%;
    margin: 0 auto;
    padding: 15px 32px;
}

.btn-great .theme-btn:hover {
     background: #000;
    border-color: #000;
    color: #fff;
}
.banner-btn .theme-btn {
    width: 26%;
    padding: 15px 34px;
}
ul.top-sec-socialicons li a:hover {
    color: #fff;
    background: #08cdfa;
}
.about-btn .theme-btn {
    width: 22%;
    padding: 21px 34px;
}
.about-btn .theme-btn:hover {
        background: #000;
    border-color: #000;
    color: #fff;
}
.category-btn .theme-btn:hover {
        background: #000;
    border-color: #000;
    color: #fff;
}
.category-btn .theme-btn {
    width: 39%;
    padding: 21px 34px;
    margin: 0 auto;
}
ul.top-sec-conte li a i {
    padding: 0px;
}
.pro-det-btn-main {
    display: flex;
    gap: 25px;
    align-items: center;
    margin-top: 27px;
}

.product-size p {
    font-size: 14px;
    color: #868686;
    font-weight: 300;
}

section.product-detail-page .row {
    align-items: center;
}

.product-detail-head .d-flex {
    gap: 5px;
}
/*Shop Detail page End*/


/*Cart page Start*/
section.add-to-cart {

    padding: 5% 0;

  }  

.add-to-cart input {
    width: 100%;
    text-align: center;
    height: 49px;
    border-radius: 6px;
    border: none;
    font-size: 23px;
    color: rgb(0 0 0 / 37%);
    font-weight: 500;
    margin-top: 24px;
    background: #f7f7f7;
}

.add-to-cart a {
    font-size: 19px;
    display: block;
    text-align: center;
    padding-top: 9px;
    color: #a2a1a1;
    font-weight: 400;
    text-decoration: none;
    font-family: 'Poppins';
    text-transform: uppercase;
}

  .add-to-cart h4{

font-size: 19px;

font-weight: 500;

color: #33333396;

text-align: center;

font-family: 'Poppins';

}

  .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;}



.total-section {
    border: none;
    padding: 27px 30px;
    background: unset;
    border: 1px solid #00000066;
    border-radius: 15px;
}

  .total-section ul {

    font-family: 'Poppins';

    list-style: none;

    margin-bottom: 0;

  }

.total-section li {
    font-size: 20px;
    padding-bottom: 28px;
    color: #757272;
    font-family: 'Poppins';
    /* font-weight: 600; */
    text-transform: capitalize;
}

li.color-change {
    color: #d961ac;
    text-transform: capitalize;
    font-weight: 400;
    font-size: 28px;
    /* text-transform: uppercase; */
    font-family: 'Poppins';
}

.total-section li.color-change span {
    font-weight: 400;
    font-size: 28px;
    color: #d961ac;
    font-family: 'Poppins';
}

  .total-section li span{

    float: right;}

  
.ship-estimate {
    padding: 20px 27px 20px 27px;
    border: none;
    margin-top: 30px;
    border: 1px solid #00000066;
    border-radius: 15px;
}

.ship-estimate li {
    color: #d961ac;
    font-size: 20px;
    margin-bottom: 18px;
    font-weight: 400;
    font-family: 'Poppins';
    margin-bottom: 13px;
}

  .ship-estimate ul {

margin-top: 0;

margin-bottom: 30px;

padding: 0;

font-family: 'Poppins';

list-style: none;

}

.ship-estimate .grey-style {
    color: #757272;
    font-size: 18px;
    font-family: 'Poppins';
    /* font-weight: 400; */
}
  .proceed a {
    color: #000;
    text-align: left;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 500;
    /* background: #000000; */
    font-family: 'Poppins';
    text-transform: uppercase;
}
.proceed .checkout-btn {
    padding: 15px;
    width: 100%;
    font-size: 16px;
    margin-top: 4px;
    border-radius: 9px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Poppins';
    background: #000;
    font-weight: 400;
}

  .or-amazon {

    margin-top: 50px;

    position: relative;

    border: 2px solid #cecece;

    /* top: 25px; */

    padding: 30px 50px;

    border-radius: 5px;

  }

.or-amazon p {
    font-size: 21px;
    position: absolute;
    background: #fff;
    top: -18px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: fit-content;
    padding: 3px 20px;
    color: #000;
    text-transform: uppercase;
    /* border: 2px solid #cecece; */
    font-family: 'Montserrat-Regular';
    /* font-weight: 500; */
    font-family: 'Poppins';
}

  .or-amazon a {

    text-decoration: none;

    text-align: center;

  }

  .product-img {

    display: inline-block;

    width: 100%;
/*
    padding: 10px 10px;

    border: 1px solid #000;*/

  }

  .product-img img {

width: 100%;

border-radius: 10px;

}

.table > :not(:last-child) > :last-child > * {
    /* border-bottom-color: currentColor; */
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    /* background-color: #ef165d; */
    padding: 16px 21px;
    text-transform: capitalize;
    font-family: 'Poppins';
    text-transform: uppercase;
}
.table-space h3 {
    font-weight: 500;
    margin-bottom: 0px;
    font-size: 18px;
    line-height: 30px;
    color: #a2a1a1;
    font-family: 'Poppins';
}
  .space .row {

    align-items: center;

  }

  thead, tbody, tfoot, tr, td, th {

border-color: #c2c2c2;

border-style: solid;

border-width: 0;

}

  th.qty {

    text-align: center;

  }

a.remove {
    font-size: 23px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 0;
    background-color: #30d5c8;
    color: #fff;
    /* background: linear-gradient(to right, #bf0000 10%, #980000 33%); */
    background: #000;
}
.table-space h6 {
    font-weight: 500;
    margin-bottom: 0px;
    font-size: 18px;
    line-height: 30px;
    color: #a2a1a1;
    font-family: 'Poppins';
}

.add-to-cart thead {
    background: #df64ad;
    border-radius: 10px;
}


.space span {
    color: #a2a1a1;
    font-size: 18px;
    font-weight: 500;
    font-family: 'Poppins';
    line-height: 30px;
}


.table > :not(caption) > * > * {

    padding: 1.5rem 0.5rem;

 }

.add-to-cart thead tr {
    border-radius: 10px;
}
.main-cart-table {
    margin-right: 30px;
}

/*Cart page End*/


/*Account Page Start*/

section.login {
  padding: 100px 0px;
}

.login-txt form input {
  width: 100%;
  margin-bottom: 20px;
  outline: none;
  padding: 16px 40px 16px 20px !important;
  color: #000;
  font-weight: 400;
  border: 1px solid #0000002b;
  background: transparent;
  text-transform: capitalize;
  height: auto;
}

.login-txt form input::placeholder {
  color: #c7c7c7;
  text-transform: capitalize;
}

.login-txt form input:focus {
  box-shadow: none;
  border: 1px solid #0000002b;
}

.login-txt h3 {
  font-size: 38px;
  text-align: center;
  line-height: 40px;
  margin: 0 0 40px 0;
  font-weight: 200;
  color: #000;
  text-transform: uppercase;
}

.password-box {
  position: relative;
}

.password-box-input input {
  padding: 10px 40px 10px 20px;
}

.password-icon {
  position: absolute;
  top: 30%;
  right: 3%;
}

.password-icon span {
  color: #000;
  cursor: pointer;
}

.login-txt {
  padding: 45px 25px 14px;
  background-color: transparent;
  /* box-shadow: 0 0 3px 0 #00000038; */
  border: 1px solid #00000030;
  border-radius: 10px;
}

.login-txt ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 10px 0 20px;
}

li.head {
  color: #000;
  font-size: 17px;
  font-weight: 600;
}

.login-txt ul li {
  display: flex;
  gap: 7px;
  font-weight: 400;
  color: #000000b5;
  font-family: 'Poppins';
}

.login-txt form button {
  width: 100%;
  color: #fff;
  /* border-radius: 30px; */
  padding: 15px 0px;
  outline: none;
  border: none;
  margin-bottom: 20px;
  /* background: #5c0e0a; */
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 400;
  background: #df64ad;
  animation: shine 6s 
ease-in-out infinite;
}

.login-txt ul.justify-content-start {
  gap: 10px;
}

li.head-ex {
  text-decoration: underline;
}

.inner_banner_sec .banner_text h1 {
  font-size: 72px;
}

a.user {
  border-radius: 50%;
  border: 1px solid #c0473f;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background: #faf6f0;
}

li.head.head-ex {
  /* color: #5f0e0b; */
}


/*Account Page End*/



/* contact Page start */

.in-banner.contact {
    width: 60%;
}

.contact-us {
    padding-top: 100px;
    padding-bottom: 90px;
}

.contact-us h3 {
    color: #010101;
    font-size: 48px;
    padding-bottom: 10px;
    font-weight: 600;
    text-transform: uppercase;
}

.contact-us p {
    font-size: 17px;
    line-height: 27px;
    font-family: Poppins;
    font-weight: 400;
    width: 100%;
    color: #8b8a8a;
}

.contact-us input {
    margin-top: 20px;
    width: 100%;
    padding: 15px 10px;
    border: 1px solid #d2d2d2;
    border-radius: 6px;
    color: #9d9a9a;
    font-size: 15px;
    background: transparent;
}

 .contact-us input::placeholder {
    color: #9d9a9a;
}

.contact-us textarea {
    margin-top: 20px;
    width: 100%;
    padding: 15px 10px;
    border: 1px solid #d2d2d2;
    border-radius: 3px;
    height: 150px;
    resize: none;
    font-size: 15px;
    color: #9d9a9a;
    background: transparent;
}

.contact-us button {
    padding: 16px 100px;
    margin-top: 15px;
    background: #df64ad;
    font-family: 'Poppins';
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    border: unset;
    border-radius: 9px;
}

.detai-s {
    margin-top: 30px;
    padding-bottom: 15px
}

.detai-s i {
    color: #fff200;
    line-height: 80px;
    font-size: 30px
}

.detai-s a {
    color: #000000b3;
    font-size: 16px;
    line-height: 40px;
    font-family: Poppins;
    font-weight: 400;
    line-height: 30px;
}

section.contact-us .soccail-icon {
    display: flex;
    gap: 18px;
    padding: 35px 0;
}

section.contact-us .soccail-icon i {
    /* background: #f25764; */
    color: #fff;
    font-size: 22px;
}

.detai-s img {
    height: 50px;
    line-height: 53px;
    margin-top: 20px
}

.detai-s h6 {
    margin: 0;
    color: #000;
    font-family: Poppins;
    font-weight: 600;
    font-size: 19px;
    line-height: 11px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.detai-s .row {
    display: flex;
    align-items: center;
    padding: 0px 10px;
    gap: 0
}

.detai-s i {
    color: #000;
    line-height: 80px;
    font-size: 40px;
    height: 96px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.Leave-wrap {
    background: transparent;
    padding: 40px 37px;
    border: 1px solid #d2d2d2;
    border-radius: 10px;
}

.socails ul li img {
    width: 26px;
    height: 29px;
    object-fit: none
}

iframe {
    width: 100%;
    height: 600px;
    margin-bottom: -10px;
}

.soccail-icon a {
    width: 36px;
    height: 36px;
    background: #000;
    align-items: center;
    justify-content: center;
    display: flex;
    border-radius: 5px;
    transition: .5s all;
}

.soccail-icon a:hover {
    background: #fe8800;
    transform: scale(1.1);
}

 .contact-us textarea::placeholder {
    color: #9d9a9a;
    font-size: 15px;
}

.contact-us p {
    font-size: 15px;
    line-height: 28px;
}
section.contact-us .row {
    align-items: center;
}

/* contact Page end */


/*Checkout Page Start*/
.digi-form [type="radio"]:checked+label:before, .digi-form [type="radio"]:not(:checked)+label:before{
  display: none;
}
#state {
    width: 100%;
    height: 41px;
    border: 1px solid #ccc;
    border-radius: 0px;
    padding: 0px 7px;
    appearance: auto;
    background-color: #f7f7f7;
    background-clip: padding-box;
    border: 1px solid #ced4da;
}

.pay_img1 {
    width: 20%;
}

.pay_img {
    width: 20%;
}

.checkout-main {
    padding: 5% 0;
}

.panel-default>.panel-heading h4 {
    font-size: 19px;
    text-transform: uppercase;
    font-weight: 600;
    color: #000;
    padding: 0px 0px;
}

.panel-default>.panel-heading h4 a {
    text-decoration: none !important;
    transition: all 0.5s;
    color: #e94259 !important;
    width: 100%;
    background-color: #fff;
    padding: 17px;
    display: block;
}

.chk-left .panel-default>.panel-heading {
    color: #333;
    background-color: #a8d454;
    border-color: inherit;
    padding: 0px;
}

.order-guest {
    list-style: none;
    padding: 0;
    margin-bottom: 20px;
}

.order-guest li {
    display: inline-block;
    margin-right: 5px;
    font-size: 15px;
    color: #000;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 40px;
}

.digi-form [type="radio"]:checked+label:before,
.digi-form [type="radio"]:not(:checked)+label:before {
    content: '';
    position: absolute;
    left: 14px;
    top: 3px;
    width: 15px;
    height: 15px;
    border: 2px solid #a8d454;
    border-radius: 100%;
    background: #fff;
}

form [type="radio"]:not(:checked)+label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #a8d454;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

label {
    color: #a4a1a1;
    text-transform: capitalize;
    font-size: 13px;
    display: inline;
    align-items: center;
}

.panel-body p.creat-account {
      margin-right: 5px;
    font-size: 15px;
    color: #000;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 40px;
    font-family: 'Poppins';
}

.citem {
    padding-left: 10px;
}

.panel.panel-default {
    border: 1px solid #dfdfdf;
    margin-bottom: 30px;
    padding: 0;
}

.panel-default {
    border-color: #b5b5b5;
}

.chk-left a.show {
    float: right;
    margin-top: -70px;
    background-color: #212121;
    border-radius: 0;
    padding: 7px 20px;
    color: #fff;
    text-transform: uppercase;
    border-radius: 0px 4px 4px 0px;
}

.chk-left .checkbox label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 600;
    cursor: pointer;
    color: #000;
}

.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    height: 40px;
    margin-bottom: 30px;
    color: #212529;
    background-color: #f7f7f7;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 4px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.checkbox p {
    padding-left: 0px;
}

.cont {
       background-image: linear-gradient(to top, #61045f 0%, #791289 51%,#af44c3 100% );
    padding: 12px 50px;
    border: none;
    border-radius: 0px;
    color: #fff;
    font-size: 20px;
    font-family: 'Poppins';
    font-weight: 600;
    text-transform: uppercase;
}

.accordion-button:not(.collapsed)::after {
    display: none;
}

.accordion-button::after {
    display: none;
}
.accordion-item:not(:first-of-type) {
    margin: 27px 0;
}

/*.chk-left button..showed {
  float: right;
  margin-top: -50px;
  background: #a8d454;
  border-radius: 0;
  padding: 10px 34px;
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  text-transform: capitalize;
}*/

p.opt {
    font-family: 'Poppins';
    color: #00000069;
    font-size: 14px;
}

.policies {
    border: 1px solid #dfdfdf;
    padding: 20px;
    height: auto;
    background-color: transparent;
}

.cart-bottom {
    display: flex;
    align-items: center;
    padding: 21px 0;
}

.cart-bottom i {
    color: #000;
    font-size: 30px;
    margin-top: 0 !important;
}

.cart-bottom i {
    color: #000;
    font-size: 30px;
    margin: 0;
    display: flex;
    align-items: center;
}

.cart-bottom li p {
       color: #b3b1b1;
       font-weight: 400;
       font-size: 14px;
       font-family: 'Poppins';
       margin-bottom: unset;
       width: 90%;
}

.cart-bottom li a:hover {
    text-decoration: none;
    color: #000;
}

.checkout-main {
    padding: 100px 0;
}

.leavereply h1 {
    color: #8a007f;
    font-size: 40px;
    text-transform: capitalize;
}

.rating .stars span {
    color: #d9a420 !important;
}

.leavereply input[type="text"],
.leavereply input[type="email"] {
    width: 100%;
    margin-bottom: 20px;
    border: 1px solid #000;
    background: transparent;
    border-radius: 2px;
    color: #000;
    height: 50px;
    padding: 0 30px;
}

.leavereply textarea {
    width: 100%;
    min-height: 200px;
    margin-bottom: 20px;
    resize: none;
    border: 1px solid #000;
    background: transparent;
    border-radius: 2px;
    color: #000;
    padding: 20px 30px;
}

.leavereply input[type="submit"] {
    float: right;
    text-align: center;
    border: 0;
    display: inline-block;
    padding: 12px 32px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 13px;
    color: #fff;
    background-color: #e94259;
}

.leavereply input[type="submit"]:hover {
    color: #fff;
    background-color: #8a007f;
}

.citem p {
    font-family: 'Poppins';
    color: #999595;
    font-size: 13px;
    line-height: 27px;
    margin-bottom: 0px;
}

.selectdiv {
    position: relative;
    /*Don't really need this just for demo styling*/
    float: left;
    width: 100%;
}

.selectdiv:after {
    content: '\f078';
    font: normal normal normal 17px/1 FontAwesome;
    right: 20px;
    top: 6px;
    height: 34px;
    padding: 10px 0px 0px 8px;
    position: absolute;
    pointer-events: none;
}
.chk-bx {
    margin-bottom: 20px;
}
.chk-bx .form-check .form-check-input {
    border-radius: 0;
    border-width: 1px;
    border-color: #df64ad;
    accent-color: red;
}
.checkout-main label {
    color: #6b6969;
    font-weight: 500;
    font-size: 14px;
   
}
.chk-bx .form-check label {
    padding-left: 10px;
}
.form-p p{
        color: #6b6969;
    font-weight: 500;
    font-size: 14px;
    font-family: "Poppins";
}
/* IE11 hide native button (thanks Matt!) */

select::-ms-expand {
    display: none;
}

.selectdiv select {
    appearance: none;
    display: block;
    /* max-width: 320px; */
    height: 50px;
    width: 261px;
    /* margin: 5px 0px; */
    padding: 0px 24px;
    font-size: 16px;
    line-height: 1.75;
    color: #333;
    /* background-color: #ffffff; */
    background-image: none;
    /* border: 1px solid #0ebeff; */
    -ms-word-break: normal;
    word-break: normal;
}

.selectdiv2 select {
    appearance: none;
    display: block;
    /* max-width: 320px; */
    height: 50px;
    width: 130px;
    /* margin: 5px 0px; */
    padding: 0px 24px;
    font-size: 16px;
    line-height: 1.75;
    color: #333;
    /* background-color: #ffffff; */
    background-image: none;
    /* border: 1px solid #0ebeff; */
    -ms-word-break: normal;
    word-break: normal;
}

.selectdiv2:after {
    content: '\f078';
    font: normal normal normal 17px/1 FontAwesome;
    right: 20px;
    top: 6px;
    height: 34px;
    padding: 10px 0px 0px 8px;
    position: absolute;
    pointer-events: none;
}

.selectdiv2 select:focus {
    border: 0px;
}

.mr_list li {
    display: inline-block;
    margin-right: 15px;
}

.accordion-button:not(.collapsed) {
    color: #fff;
    box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);
    height: 70px;
    text-transform: uppercase;
    font-size: 20px;
    font-family: 'Poppins';
    background-color: #df64ad;
    border-radius: 10px 10px 0px 0px;
}
.order-guest{

    margin-right: 5px;
    font-size: 15px;
    color: #000;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 40px;
       font-family: 'Poppins';
}
.rdio-btn input[type="radio"] {
    border-color: #000000;
    width: 18px;
    height: 18px;
    border-width: 1px;
    margin-right: 10px;
}
.rdio-btn ul li .form-check {
    margin-right: 30px;
}
.rdio-btn ul {
    display: flex;
    margin-bottom: 20px;
}
button.accordion-button.collapsed {
    height: 70px;
    background: #f7f7f7;
    font-size: 17px;
    text-transform: uppercase;
    font-family: 'Poppins';
    color: #000;
    font-weight: 500;
    border: 1px solid #0000001c;
}

.pasrd {
    position: relative;
}

.birth {
    position: relative;
}

p.opt {
    position: absolute;
    right: -70px;
    top: 8px;
}

.check-inp {
    margin-left: 24%;
}
.form-p a {
    background-color: #df64ad;
    padding: 8px 50px;
    color: #fff;
    border-radius: 5px;
    display: inline-block;
    margin-top: 20px;
}

.citem .row {
    padding: 2px 20px;
}

.panel-body {
    padding: 15px 0px;
}

.pull-right {
    text-align: end;
}

.policies ul {
    margin-bottom: unset;
}

.accordion-item {
    border-radius: 10px 10px 0px 0px !important;
}

.accordion-item .panel-body {
    padding: 15px 23px;
}

.add-txttf select {
    width: 100%;
    height: 41px;
    border: 1px solid #ccc;
    border-radius: 0px;
    padding: 0px 7px;
    appearance: auto;
    background-color: #f7f7f7;
    background-clip: padding-box;
    border: 1px solid #ced4da;
}
.top-sec-right a:hover {
    background: #000;
    color: #fff;
}
/*Checkout Page End*/

