/*@import url("./assets/web-fonts/SegoeUI.css");*/

/*
 *****************************************
    >>> | 01 Browser Reset & Common CSS|
 *****************************************
*/

html,
body {
  height: 100%;
}

body {
  font-family: 'Crimson Text', serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  color: #000000;
}

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

a:focus,
a:hover,
a:visited,
input,
.bootstrap-select > .dropdown-toggle,
input:hover,
.bootstrap-select > .dropdown-toggle:hover,
input:focus,
.bootstrap-select > .dropdown-toggle:focus,
input:active,
.bootstrap-select > .dropdown-toggle:active,
select {
  text-decoration: none;
  outline: none;
}

button:focus {
  outline: 0px;
}

img {
  max-width: 100%;
}

a:hover {
  text-decoration: none;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  font-family: 'Crimson Text';
  margin: 0 0 15px;
}

.container {
  max-width: 1230px;
}

/*
 *****************************************
 >>> | 03. navigation css Start
 *****************************************
*/

.homeLogo {
  text-align: center;
}

.header-area {
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  position: relative;
}

.homeLogo img {
  max-height: 500px;
}

.mainMenu li {
  display: inline-block;
  position: relative;
  text-shadow: 0px 0px 12px #000000a3;
}

.mainMenu li a {
  display: block;
  color: #fff;
  font-weight: 600;
  font-size: 20px;
  padding: 0px 20px;
  border-right: 1px dotted #cccccc87;
}

.mainMenu li a:hover {
  color: #fff;

  text-decoration: underline;
}

.mainMenu li:last-child a {
  border: none;
}

.mainMenu li a img {
  height: 30px;
}

.mainMenu.home li:nth-child(3) {
  margin-left: 540px;
}

.mainMenu.home {
  position: absolute;
  bottom: 11px;
}

.sideNav {
  position: absolute;
  right: 0px;
  top: 350px;
  background: url(assets/img/sidenav-bg2.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  padding: 10px 0px;
  z-index: 9;
}

.home-section1 .sideNav {
  right: 0px;
  top: 150px;
}

.sideNav img {
  display: block;
  text-align: center;
  margin: 0 auto;
  width: 40%;
}

.sideNav h4 {
  font-size: 16px;
  color: #000000;
  font-weight: 600;
  margin-bottom: 8px;
}

.sideNav span {
  display: block;
  margin: 8px 0px;
  border-bottom: 1px dashed #707070;
  margin-left: 20px;
}

.home-section1 {
  background-size: cover !important;
  background-position: left !important;
  background-repeat: no-repeat !important;
  padding: 40px 0px;
  padding-bottom: 20px;
}
.sectionTitle1 h2 {
  color: #6a341a;
  letter-spacing: 0px;
  text-shadow: 3px 3px 3px #00000029;
  font-style: italic;
}

.sectionTitle1 h2 span {
  color: #775f31;
  font-style: normal;
  font-size: 37px;
}

.color {
  color: #6a341a;
  font-weight: 700;
}

.sectionTitle1 p {
  border-bottom: 1px solid #707070;
  padding-bottom: 10px;
}

.homeAddress h4 a {
  color: #775620;
  font-weight: 700;
}

.social img {
  height: 30px;
  margin-right: 8px;
}

.homeAddress p {
  margin-bottom: 7px;
}

.homeAddress span {
  display: block;
  color: #795a23;
  font-size: 20px;
}

.ingredients-area {
  background-size: cover !important;
  background-position: center !important;
  padding-top: 50px;
}

.ingredientsLogo h1 {
  color: #6a341a;
  font-size: 52px;
  position: relative;
  text-shadow: 3px 3px 3px #00000029;
}

.ingredientsLogo h1 img {
  position: absolute;
  left: 0;
  top: 15px;
  height: 22px;
}

.ingredientsLogo h1 img:last-child {
  left: auto;
  right: 0;
}

.titleBottom img {
  height: 60px;
}

.sectionContent h2 {
  color: #775f31;
  font-size: 26px;
}

.circleArea {
  background-size: cover !important;
  background-position: center !important;
}

.singleCircle {
  position: relative;
}

.circleTxt {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 25px;
  background: url(assets/img/ingredients-txt-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 10px 0px;
  padding-top: 3px;
}

.circleTxt h5 {
  color: #6a341a;
  font-weight: 700;
  margin: 0;
}

.sectionContent h4 {
  color: #6a341a;
  font-weight: 700;
  margin-bottom: 5px;
}

.sectionContent h6 {
  color: #775f31;
  font-weight: 400;
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
}

.homeSection4 {
  background-size: cover !important;
  background-position: center !important;
  padding: 40px 0px;
}

.section4Title h4 {
  color: #775f31;
  margin: 0;
  font-size: 28px;
}

.section4Title {
  background: url(assets/img/section4-title-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 10px 0px;
  max-width: 700px;
  margin: 0 auto;
  margin-bottom: 30px;
  padding-bottom: 17px;
}

.cardStyle1 {
  background: #ece7dc;
  padding: 15px;
  border-radius: 5px;
  height: 100%;
}

.cardTxt h3 {
  color: #6a341a;
  font-weight: 700;
  border-bottom: 1px dotted #000000;
  padding-top: 15px;
  padding-bottom: 10px;
  font-size: 24px;
}

.cardTxt p a {
  color: #775f31;
  font-weight: 700;
}

.cardStyle1.noTxt {
  background: none;
  padding: 0;
}

.cardStyle1.noTxt img {
  margin-bottom: 38px;
}

.cardStyle1.noTxt img:last-child {
  margin: 0;
}

.home-section5 {
  background-size: cover !important;
  background-position: center !important;
  padding: 30px 0px;
}

.section5Content li a {
  position: relative;
  display: block;
  color: #6a341a;
  font-weight: 600;
  border-bottom: 1px dotted;
  padding: 8px 0px;
  padding-left: 20px;
}

/*.section5Content li a i {
    position: absolute;
    left: 0;
    top: 13px;
    font-size: 20px;
    color: #c5b498;
}*/

.section5Content li:last-child a {
  border: none;
}

.home-section5Left h1 {
  color: #775f31;
  text-align: center;
}

.footerArea {
  background: #5d5b5b;
  padding: 15px 0px;
}

.footerGrid {
  display: grid;
  grid-template-columns: 6fr 2fr 5fr;
  gap: 10px;
}

.copyright {
  color: #fff;
  /*    border-right: 1px dotted;*/
}

.copyright a {
  color: #fff;
}

.privacyPolicy a {
  color: #fff;
}

.privacyPolicy {
  padding-left: 8px;
}
.homeAddress p img {
  width: 15px;
}

.sub-menu {
  position: absolute;
  left: 0;
  top: 35px;
  width: 300px;
  z-index: 2;
  background: #6a341a;
  transition: 0.4s;
  opacity: 0;
  visibility: hidden;
}

.sub-menu li {
  display: block;
}

.sub-menu li a {
  display: block;
  padding: 10px 20px;
}

.mainMenu.home .sub-menu li:nth-child(3) {
  margin: 0;
}

.mainMenu ul li:hover .sub-menu {
  top: 32px;
  visibility: visible;
  opacity: 1;
}

.sub-menu li a:hover {
  opacity: 1;
}

.slicknav_menu {
  display: none;
}

.breadCrumb .mainMenu {
  padding-top: 30px;
  position: relative;
  text-align: right;
}

.innerHeaderTxt .homeAddress {
  color: #fff;
  font-size: 20px;
}

.innerHeaderTxt .homeAddress span {
  color: #fff;
}

.homeAddress.right p {
  color: #face75;
  display: inline-block;
  border-bottom: 1px solid #fff;
  padding-bottom: 5px;
}

.homeAddress.right h4 a {
  color: #fff;
}

.innerLogo {
  position: relative;
}

.innerLogo img {
  position: absolute;
  left: 0;
  top: -37px;
  max-width: 180px;
}

.breadCrumb .mainMenu.home li:nth-child(3) {
  margin-left: 0;
}
.socialGrid {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  padding-right: 40px;
  margin-top: 10px;
}

.common-section-ttile {
  position: relative;
}

.commonIcon img {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 75px;
}

.commonIcon img.right {
  left: auto;
  right: 0;
}

.commonBg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}

.sectionContent h5 {
  color: #775f31;
  font-weight: 600;
  font-size: 18px;
}

.section-title h2 {
  color: #6a341a;
  font-size: 28px;
  text-shadow: 3px 3px 3px #00000029;
}

.common-imageCard-area {
  background-size: cover !important;
  background-position: center !important;
  padding: 50px 0px;
  background-attachment: fixed !important;
}

.about-left-img {
  background: #6a341a;
  padding: 40px 0px;
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 6fr 6fr;
  height: 100%;
}

.section3-about-area {
  background: #775f31;
}

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

.about-left-img:after {
  position: absolute;
  left: -900px;
  top: 0;
  height: 100%;
  width: 1200px;
  content: '';
  background: #6a341a;
  z-index: -1;
}

.about-left-img h2 {
  color: #fff;
  font-size: 35px;
  margin-bottom: 0;
}

.about-right-txt h4 {
  margin-bottom: 0;
}

.about-left-img p {
  color: #f8e6c4;
  font-weight: 600;
  font-size: 20px;
}

.linkWhite {
  color: #fff;
  text-decoration: underline;
}
.linkWhite:hover {
  color: #fff;
}

.section-singleBg {
  background-size: cover !important;
  background-position: center !important;
  padding-bottom: 30px;
  padding-top: 400px;
}

.aboutChocolateTxt {
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  position: relative;
  padding: 30px;
  text-align: center;
}

.aboutChocolateTxt img {
  position: absolute;
  left: -170px;
  width: 200px;
  top: 50%;
  transform: translateY(-50%);
}

.aboutChocolateTxt h4 {
  color: #775f31;
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 30px;
}

.aboutChocolateTxt h5 {
  font-weight: 700;
  color: #535353;
  margin: 0;
}

.aboutChocolateTxt p {
  margin-bottom: 5px;
}

.global .home-section5Left h1 {
  text-transform: uppercase;
  line-height: 1.4;
}

.home-section5.global .bdr2 {
  border-top: 2px solid #775f31;
  border-bottom: 2px solid #775f31;
}

.commonCardTxt h4 {
  color: #6a341a;
  font-size: 30px;
  margin-bottom: 5px;
}

.cardPrice h2 {
  color: #775f31;
}

.order {
  display: inline-block;
  background: url(assets/img/orderBg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 170px;
  color: #face75;
  height: 37px;
}

.order:hover {
  color: #face75;
  opacity: 0.8;
}

.commonCard.style2 {
  border-right: 1px dotted #707070;
  padding-right: 15px;
  height: 100%;
}

.commonCard.style2:nth-child(3) {
  border: none;
}

.commonCard.style2.br-0 {
  border-right: 0px;
}

.cardPrice {
  position: relative;
  width: 100%;
  bottom: 0;
  margin-top: 10px;
}

.commonCardTxt {
  position: relative;
  height: auto;
}

.fudgeBottom {
  border-right: 1px dotted #707070;
  padding-right: 20px;
  text-align: center;
}

.fudgeBottom.noBdr {
  border: none;
  padding-right: 0;
}

.fudgeBottom .cardPrice {
  position: initial;
  text-align: center;
}

.fudgeBottom p {
  margin-top: 20px;
}

.fudgeBdr {
  height: 19px;
  background: #6a341a;
  margin-bottom: 50px;
  margin-top: 30px;
}

.fudgeBottomTxt {
  background: #fff;
  box-shadow: 0px 0px 5px #707070;
  padding: 10px;
  display: grid;
  grid-template-columns: 2fr 10fr;
  gap: 20px;
  margin-top: 40px;
}

.fudgeBottomTxt h2 {
  background: #6a341a;
  height: 100%;
  text-align: center;
  color: #fff;
}

.fudgeBottomTxt ul {
  border: 1px solid #707070;
  padding: 15px;
}

.themeColor {
  color: #6a341a;
  font-weight: 700;
  text-decoration: underline;
}

.themeColor:hover {
  color: #6a341a;
  text-decoration: none;
}

.commonCardTxt span {
  color: #775f31;
  font-weight: 600;
  font-style: italic;
}

.favorite .commonCardTxt {
  height: auto;
  bottom: 0;
}

.commonCard.style2.noBdr {
  border: none;
}

.coffe .commonCardImg {
  min-height: 490px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.coffe .commonCardTxt {
  height: 335px;
}

.section-title p {
  font-size: 20px;
  font-weight: 600;
}

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

.commonCard.contact h4 {
  color: #6a341a;
  margin: 0;
}

.commonCard.contact a {
  display: block;
  color: #6a341a;
  font-weight: 700;
  font-size: 16px;
  position: relative;
  text-align: left;
  margin-bottom: 15px;
}

.commonCard.contact a img {
  height: 30px;
  margin-right: 10px;
}

.portal-header {
  background: #535353;
  color: #fff;
  padding: 15px 0px;
  padding-bottom: 55px;
}

.portal-header h1 {
  margin: 0;
}

.portalGrif {
  display: grid;
  grid-template-columns: 4fr 4fr 4fr;
  align-items: center;
}

.portal-section {
  margin-top: -74px;
}

.portalSingleGrid img {
}

.portalSingleGrid {
  text-align: center;
}

.portalSingleGrid.iteem2 {
  margin-top: -13px;
}

.portalContent img {
  display: block;
  text-align: center;
  margin: 0 auto;
  height: 30px;
  margin-top: 15px;
}

.portalContent .tel {
  color: #9d8962;
  font-size: 22px;
  font-weight: 600;
}

.portalContent p {
  margin: 0;
  margin-bottom: 10px;
}

.portalContent {
  min-height: 220px;
  padding: 20px 40px;
}

.portalSingleGrid.item1 {
  margin-top: 27px;
}

.item1 .order,
.iteem2 .order,
.item3 .order {
  background: #9e8f72;
  color: #fff;
  border-radius: 5px;
  line-height: 31px;
}

.iteem2 .order {
  background: #6a341a;
}

.item3 .order {
  background: #72b88d;
}

.breadCrumb .mainMenu ul.sub-menu {
  text-align: left;
}

.home-section5Left a[href] {
  /*    font-style: italic;*/
  text-decoration: underline;
}

.gobig {
  width: 124%;
  max-width: 124%;
}

#scroll {
  display: none;
}

/*#scroll{
    position:fixed;
    right:10px;
    bottom:10px;
    cursor:pointer;
    width:50px;
    height:50px;
    background-color:#8e1212;
    text-indent:-9999px;
    -webkit-border-radius:60px;
    -moz-border-radius:60px;
    border-radius:60px
}
#scroll span{
    position:absolute;
    top:50%;
    left:50%;
    margin-left:-8px;
    margin-top:-12px;
    height:0;
    width:0;
    border:8px solid transparent;
    border-bottom-color:#fff
}
*/

.newsticker {
}

.newsticker {
  width: 100%;
  padding: 5px;
  background-color: #6a341a;
  text-align: center;
  color: white;
  top: 0px;
  z-index: 9;
  position: relative;
}

.newsticker a {
  color: #fff;
  text-decoration: underline;
}

.newsticker strong {
  font-weight: 600;
}

.giftBtn {
  padding: 20px;
}

.social {
  position: relative;
  padding-bottom: 50px;
}

.socialGrid {
  position: relative;
}

.giftBtn {
  position: absolute;
  left: 0;
  width: 60%;
  bottom: -10px;
  background: url(assets/img/ingredients-txt-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 10px 0px;
  padding-top: 3px;
  text-align: center;
}

.giftBtn-inner {
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 60%;
  background: url(assets/img/ingredients-txt-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 10px 0px;
  padding-top: 3px;
  text-align: center;
}

.giftBtn-inner a {
  color: #6a341a;
  font-size: 18px;
  font-weight: 700;
}

.giftBtn a {
  color: #6a341a;
  font-size: 18px;
  font-weight: 700;
}

.giftBtn a:hover {
  text-decoration: underline;
}

@media (max-width: 425px) {
  .giftBtn {
    bottom: 0;
  }
}

@media (max-width: 789px) {
  .newsticker {
    font-size: 18px;
  }
}

.morelink {
  text-decoration: underline;
  color: #6a341a;
}
