@font-face {
  font-family: Perpetua;
  src: url(../fonts/perpetua.ttf);
}
@font-face {
  font-family: Gabriola;
  src: url(../fonts/gabriola.ttf);
}
@font-face {
  font-family: Calibril;
  src: url(../fonts/calibril.ttf);
}
a,
button {
    cursor: pointer !important;
}
h1,
h2,
h3,h4,h5,h6, .PerpetuaFont{
    font-family: Perpetua !important;
    /* letter-spacing: 1px;
    word-spacing: 5px; */
    color: #060000;
}
.imgTitle {
  font-family: Gabriola !important;
  font-size: 3rem !important;
}

p ,span, .calFont, label{
  font-family: Calibri !important;
    /* font-family: Glacial !important; */
    font-size: 18px !important;
    color: black;
}
h4 {
    font-size: 22px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    /* font-weight: 700; */
    margin: 0;
}

/* FONTS */
/* h1, h2, h3, h4, h5, h6 {
    font-family: 'Poppins', sans-serif !important;
} */

/* FONTS END */
html {
    scroll-behavior: smooth !important;
}
.darkBg  {
  background-color: #060000;
}
.darkClr  {
  color: #060000;
}
.primaryBg  {
  background-color: #FBEFE9;
}
.primaryClr  {
  color: #FBEFE9;
}
.secondaryBg  {
  background-color: #F1C6B1;
}
.secondaryClr  {
  color: #FF9561;
}
.secondaryBackground {
  background-color: #FF9561;
}
.main-header {
    padding: 14px 0 13px;
}
.productImage {
  visibility: visible; 
  animation-name: bounce; 
  width:349.33px; 
  height:280px !important;
}
.carousel-caption {
  top:43%;
}
#carouselExampleCaptions .carousel-indicators {
  display: none;
}

.carousel-control-prev .carousel-control-prev-icon .carousel-control-next .carousel-control-next-icon {
  display: none !important;
}

.topSection,.secondaBannerSection {
  position: relative;
}
.topCaption {
  position: absolute;
  width: 42%;
  top: 30%;
  left: 70%;
  transform: translateX(-50%);
  color: black;
  font-size: 2.5rem !important;
    /* text-shadow: 2px 2px 4px #383838af; */
    /* background-color: white; */
}
.productTopCaption {
  position: absolute;
  width: 31%;
  top: 37%;
  left: 50%;
  transform: translateX(-50%);
  color: black;
  font-size: 2.5rem !important;
  /* text-shadow: 2px 2px 4px #383838af; */
  /* background-color: white; */
}
.slick-prev,
.slick-next
{
  display: none !important;
}
.product-details-slick-prev,.product-details-slick-next {
  display: inline-block !important;
}
.section-ptb {
  padding-top: 130px;
  padding-bottom: 130px;
}
.widget-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.widget-list ul li:first-child a {
  padding-top: 0;
}

.widget-list ul li a {
  display: inline-block;
  font-size: 20px;
  color: #fff;
  padding: 5px;
  text-transform: capitalize;
  transition: all .4s linear 0s;
}
.menus li a {
  color: #20134B;
}
.menus li a:active {
  color: #EC268F !important;
  background-color: white !important;
}
.nav-pills .nav-link.active {
  color: #EC268F !important;
  background-color: white !important;
}
.footerHeading {
  color: #E9C15D !important;
}
.widget-list ul li a {
  text-decoration: none !important;
}

.widget-list ul li a i{
  font-size:1.6rem !important;
}
.topCaption button {
    font-size: 20px !important;
    color: black;
}
.topCaption a {
    display: block;
}

.secondBannerCaption {
    position: absolute;
    width: 39%;
    top: 20%;
    left: 77%;
    transform: translateX(-50%);
    color: black;
    font-size: 2.5rem !important;
    /* text-shadow: 2px 2px 4px #383838af; */
    /* background-color: white; */
}

.secondBannerProductDetails {
  position: absolute;
  width: 39%;
  top: 32%;
  left: 77%;
  transform: translateX(-50%);
  color: black;
  font-size: 2.5rem !important;
  /* text-shadow: 2px 2px 4px #383838af; */
  /* background-color: white; */
}

.secondBannerCaption button {
    font-size: 20px !important;
    color: black;
}
.secondBannerCaption a {
    display: block;
}

.secondBannerProductDetails button {
  font-size: 20px !important;
  color: black;
}
.secondBannerProductDetails a {
  display: block;
}

.services-icon {
  background-color:#F1C6B1;
  padding:32px 11px;
  border-radius: 50%;
}

.sliderProductImg{
  width:150px !important;
}
@media only screen and (max-width: 768px) {
  .sliderProductImg{
    width:100% !important;
  }
    .topCaption {
        position: absolute;
        display: inline;
        width: 50%;
        top: 7%;
        left: 72%;
        transform: translateX(-50%);
        color: black;
        text-align: center;
        font-size: 25px !important;
    }
    .productTopCaption {
      position: absolute;
      display: inline;
      width: 50% ;
      top: 30%;
      left: 50%;
      transform: translateX(-50%);
      color: black;
      text-align: center;
      font-size: 25px !important;
  }

    .topCaption a button {
        display: block;
        width: 40%;
        margin-left: auto;
        margin-right: auto;
        font-size: 10px !important;
        color: black;
        margin-top: 10px;
    }
    .topCaption a {
      
    }
    .secondBannerCaption {
        position: absolute;
        display: inline;
        width: 56%;
        top: 20%;
        left: 64%;
        transform: translateX(-50%);
        color: black;
        text-align: center;
        font-size: 25px !important;
    }

    .secondBannerProductDetails {
      position: absolute;
      display: inline;
      width: 56%;
      top: 20%;
      left: 70%;
      transform: translateX(-50%);
      color: black;
      text-align: center;
      font-size: 25px !important;
    }

    .secondBannerCaption a button {
        /* display: block; */
        width: 40%;
        margin-left: auto;
        margin-right: auto;
        font-size: 10px !important;
        color: black;
        margin-top: 10px;
    }
    .res-img-height {
      height: 194px !important;
    }

    .services-icon {
      padding: 32px 6px;
    }

    .gift-icon {
      background-color:#F1C6B1;
      padding: 32px 17px !important;
      border-radius: 50%;   
     }
     
     .imgTitle {
      font-size:2rem !important;
     }
}
.gift-icon {
  background-color:#F1C6B1;
  padding:32px 18px;
  border-radius: 50%;   
 }
.res-img-height {
  height: 470px;
}
.productImg {
    position: relative;
}
.icons {
    position: absolute;
    top:85%;
    left: 22%;
    /* top: 15px;
    right: 30px; */
    
  }

@media only screen and (max-width: 768px) {
  .icons {
    
    left: 22% !important;
    /* top: 15px;
    right: 30px; */
    
  }
}

  .icons a {
    /* padding: 10px 6px; */
  }
.cartIcon {
  /* padding: 10px 8px !important; */
  padding: 13px 9px 9px 8px !important;
}
  .product-icons {
    position: absolute;
    top:85%;
    left:14%;
  }

  .topBannerMobileBtn{
    margin-top:70% !important;
  }

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

  .product-icons {
    width:100%;
    left:6% !important;
  }
}

  .accordionLabel {
    font-size: 16px !important;
  }


  .carousel-indicators {
    bottom: -48px;
    right: 0;
    margin: 0
  }

  .carousel-indicators [data-bs-target] {
    height: 10px;
    border: 2px solid black;
    width: 10px;
    background-color: inherit;
    border-radius: 50%
  }
  
  .carousel-indicators .active {
    border: 2px solid #F1C6B1;
    background-color: #F1C6B1;
    /* height: 15px;
    width: 15px;
    border-radius: 50% */
  }
  
  @media (max-width:560px) {
    .carousel-indicators [data-bs-target] {
      height: 8px;
      border: 1px solid black;
      width: 8px;
      background-color: inherit;
      border-radius: 50%
  }
  
  .carousel-indicators .active {
      border: 1px solid #F1C6B1;
      background-color: #F1C6B1;
  }
  }

  .testimonial-item > h4::before {
    /* content: url(../img/heart.png); */
    position: absolute;
    right: 20px;
    top: -10px;
    height: 10px !important;
    line-height: 1;
    font-size: 10px;
    /* color: #eaeaea; */
  }

  .imgDiv,.secondImgDiv {
        position: relative;
        text-align: center;
        color: black;
  }

  .centered {
    position: absolute;
    top: 65%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .centered-1 {
    position: absolute;
    top: 18%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

@media only screen and (max-width: 768px) {
  .centered-1 {
    top: 23%;
  }
  .centered {
    top: 73%;
  }
  .centered-2 {
    top: 23%;
  }
  .centered-3 {
    top: 73%;
  }
}
  .centered-2 {
    position: absolute;
    top: 26%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .centered-3 {
    position: absolute;
    top: 76%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .productIcon {
    /* padding: 10px 5px 6px 4px; */
    padding: 12px 6px 10px 6px;

  }
  .cartIcon1 {
  padding: 14px 11px 10px 9px;
  }
  .productIcon i {

    font-size:22px;
  }

  .heartIcon {
    padding: 13px 6px 10px 6px;
  }

  .heartIcon i {
    font-size:21px;
  }


  .slider li img {
    width: 100%;
    float: right;
    height:106px;
}
@media only screen and (max-width: 768px) {
.slick-prev, .slick-next {
  display: none !important;
}
}
.cursor {
  cursor: pointer;
}
#address-tab, #profile-tab {
  background: white;
  font-size: 18px;
  color: black !important;
}
#profile-tab.active {
  background-color: #FF9561 !important;
  color: white !important;
}
#address-tab.active {
  background-color: #FF9561 !important;
  color: white !important;
}

.icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: rgb(255 255 255 / 45%);
}

a {
  text-decoration: none !important;
}
@media only screen and (max-width: 768px) {
.cart-mobile {
    /* margin-left: 135px; */
}
.togglerMobile {

  margin-left: -85px;
}

}
.bgGrey {
  background-color:#EAEDED;
}

.fs-18 {
  font-size: 18px !important;
}
.fs-16 {
  font-size: 16px !important;
}
.fs-14 {
  font-size: 14px !important;
}
.fs-15 {
  font-size: 15px !important;
}
.fs-12 {
  font-size: 12px !important;
}
.ratings i {
  color: #cecece;
  font-size: 16px
}

.rating-color {
  color: #fbc634 !important
}

.review-count {
  font-weight: 400;
  margin-bottom: 2px;
  font-size: 16px !important
}

.small-ratings i {
  color: #cecece
}

.review-stat {
  font-weight: 300;
  font-size: 18px;
  margin-bottom: 2px
}

.star-rating {
  display: inline-block;
  white-space: nowrap;
  line-height: 1;
  vertical-align: middle;
}
.rating {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
}

.rating>input {
  display: none
}

.rating>label {
  position: relative;
  width: 1em;
  font-size: 2vw;
  color: #FFD600;
  cursor: pointer
}
@media only screen and (max-width: 768px){
  .rating>label {
      position: relative;
      width: 1em;
      font-size: 6vw !important;
      color: #FFD600;
      cursor: pointer
  }
}

.rating>label::before {
  content: "\2605";
  position: absolute;
  opacity: 0
}

.rating>label:hover:before,
.rating>label:hover~label:before {
  opacity: 1 !important
}

.rating>input:checked~label:before {
  opacity: 1
}

.rating:hover>input:checked~label:before {
  opacity: 0.4
}

.customNav {
font-size: 22px;
font-family: Perpetua !important;
}

/* @media only screen and (max-width: 768px){
  .customNav {
    font-size: 1rem !important;
    }
} */

.customBtnDark{
  background-color:#060000 !important;
  color: white !important;
}
.sectionTitle{
  font-size:40px;
  font-weight:500;
}

.productName{
  font-family: Arial !important;
  font-weight: 400 !important;
  font-size:17px;
}

.customCaption{
  font-family: Perpetua !important;
}

.shopNowBottomHr {
  margin-top: 4px;
  border-bottom: 2px solid black !important;
  margin-left: 72px;
  width: 48%;
  opacity: 10;

}

.smallIcons{
  font-size:1.1rem !important;
}

.footerText{
  font-size: 20px !important;
  font-weight: 100 !important;
  font-family: arial !important;
  line-height: 32px !important;
}

.iconList{
  margin-left: -13px;

}

.topCardsSubCaption{
  font-family: calibri !important;
  font-weight:300 !important;
}

.collectionShopNow{
  font-size: 22px !important;
    font-family: perpetua !important;
}