/*================= Tilers Trade Centre ===============*/
/*Global CSS Starts*/
html,
body,
address,
blockquote,
div,
dl,
form,
h1,
h2,
h3,
h4,
h5,
h5,
ol,
p,
pre,
table,
ul,
dd,
dt,
li,
tbody,
td,
tfoot,
th,
thead,
tr,
button,
del,
ins,
map,
object,
a,
abbr,
acronym,
b,
bdo,
big,
br,
cite,
code,
dfn,
em,
i,
img,
kbd,
q,
samp,
small,
span,
strong,
sub,
sup,
tt,
var,
legend,
fieldset {
  margin: 0;
  padding: 0; }

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
video,
audio,
mark {
  display: block;
  margin: 0;
  padding: 0; }

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

html {
  font-size: 10px;
  scroll-behavior: smooth; }

img,
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
  outline: none; }

::-webkit-scrollbar {
  width: 4px; }

::-webkit-scrollbar-track {
  background-color: #cee7f4;
  -webkit-border-radius: 10px;
  border-radius: 10px; }

::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: #FFC132; }

/* Flexible Embedded Videos */
a {
  text-decoration: none !important;
  outline: none;
  color: #000 !important; }
  a:hover {
    text-decoration: none;
    color: #000 !important;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }
  a:active, a:focus {
    color: #000 !important;
    outline: 0;
    border: 0;
    text-decoration: none; }

input {
  border: 1px solid #606060 !important;
  background: #fff;
  height: 60px !important;
  margin: 0 0 10px 0 !important;
  padding: 0 15px !important;
  font-size: 12px !important;
  font-style: normal !important;
  outline: none;
  border-radius: 10px !important;
  transition: all 0.2s ease-in-out; }
  input:hover {
    background: #fffaef; }
  input:focus {
    outline: none !important;
    box-shadow: none !important; }
  input::placeholder {
    color: #000 !important; }

select {
  border: 1px solid #606060 !important;
  background: #fff;
  height: 60px !important;
  margin: 0 0 10px 0 !important;
  padding: 0 15px !important;
  font-size: 12px !important;
  font-style: normal !important;
  outline: none;
  border-radius: 10px !important;
  transition: all 0.2s ease-in-out; }
  select:hover {
    background: #fffaef; }
  select:focus {
    outline: none !important;
    box-shadow: none !important; }
  select::placeholder {
    color: #000 !important; }

textarea {
  border: 1px solid #606060 !important;
  background: #fff;
  height: 270px !important;
  margin: 0 0 10px 0 !important;
  font-size: 12px !important;
  font-style: normal !important;
  outline: none;
  resize: none !important;
  border-radius: 10px !important;
  transition: all 0.2s ease-in-out;
  padding: 10px 15px !important; }
  textarea:hover {
    background: #fffaef; }
  textarea:focus {
    outline: none !important;
    box-shadow: none !important; }
  textarea::placeholder {
    color: #000 !important; }

label {
  width: 100%;
  text-align: left;
  font-weight: 600; }

input[type=file] {
  width: 100%;
  max-width: 100%;
  color: #000;
  background: transparent !important;
  border: none !important;
  margin: 0 !important;
  margin: 3px 0 0 0 !important;
  height: 40px !important; }

input[type=file]::file-selector-button {
  border: none;
  background: #fff;
  padding: 10px 20px;
  color: #000;
  cursor: pointer;
  transition: background .2s ease-in-out;
  border-radius: 0 !important; }

input[type=file]::file-selector-button:hover {
  background: #fffaef; }

input,
textarea,
select {
  border: 0;
  margin: 0;
  outline: none;
  color: #000 !important;
  transition: all 0.2s ease-in-out; }

input:focus,
textarea:focus,
select:focus {
  outline: none !important;
  transition: all 0.2s ease-in-out; }

input::placeholder,
textarea::placeholder,
select::placeholder {
  color: #000000 !important; }

input:focus::placeholder,
textarea:focus::placeholder,
select:focus::placeholder {
  color: transparent !important; }

textarea:focus::-webkit-input-placeholder,
input:focus::-webkit-input-placeholder {
  opacity: 0;
  color: transparent !important; }

textarea:focus::-webkit-input-placeholder {
  color: transparent; }

textarea:focus:-moz-placeholder {
  color: transparent; }

/* Firefox 18- */
textarea:focus::-moz-placeholder {
  color: transparent; }

/* Firefox 19+ */
textarea:focus:-ms-input-placeholder {
  color: transparent; }

p {
  font-size: 14px;
  font-weight: 500;
  line-height: 19px;
  padding-bottom: 20px;
  margin-bottom: 0px;
  color: #000;
  font-family: "Montserrat", sans-serif !important; }

/* list */
ul,
li,
ol {
  margin: 0;
  padding: 0;
  list-style: none; }

/* Tables */
table {
  border-collapse: collapse;
  border-spacing: 0; }

.clear {
  font-size: 0;
  line-height: 0;
  clear: both;
  height: 0; }

/*Global CSS Ends*/
body {
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 19px !important;
  color: #000 !important;
  font-family: "Montserrat", sans-serif !important; }

.container {
  max-width: 1170px !important; }

header {
  position: fixed;
  z-index: 9;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  background: #fff; }
  header .menubar-area {
    background: #1D1D1D; }
  header .navbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0;
    margin: 0; }
  header .navbar-collapse {
    display: flex;
    align-items: center;
    justify-content: flex-start; }
  header .nav-link {
    font-size: 14px;
    line-height: 50px;
    font-weight: 500;
    text-transform: uppercase;
    margin: 0 15px;
    padding: 0 !important;
    color: #A2A2A2 !important;
    display: inline-block !important;
    position: relative !important; }
    header .nav-link:hover {
      color: #fff !important; }
    header .nav-link:after {
      position: absolute;
      bottom: 0px;
      left: 0;
      content: '';
      width: 0;
      margin: 0 auto;
      border-radius: 2px;
      z-index: 1;
      transition: width 0.25s ease-out; }
    header .nav-link:hover:after {
      border-bottom: 5px solid #FFC132;
      border-radius: 5px 5px 0px 0px;
      width: 100%; }
  header .navbar-collapse {
    flex-basis: auto; }
  header .dropdown-menu {
    padding: 0;
    margin: 0;
    border-radius: 10px;
    border: 1px solid #FFC132;
    animation: 0.3s ease 0s 1 alternate none running fadeIn;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
    top: 50px;
    padding: 25px;
    width: 300px; }
    header .dropdown-menu li:last-child {
      border-bottom: none; }
    header .dropdown-menu li.menu-item-has-children a.dropdown-toggle {
      vertical-align: middle; }
    header .dropdown-menu .dropdown-item {
      font-size: 11px;
      line-height: 28px;
      text-transform: uppercase;
      padding: 0;
      position: relative;
      transition: all 0.3s ease-in-out;
      -webkit-transition: all 0.3s ease-in-out; }
      header .dropdown-menu .dropdown-item a {
        padding: 0;
        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out; }
      header .dropdown-menu .dropdown-item:hover {
        background: url(../images/line.svg) left center no-repeat;
        color: #FFC132 !important;
        margin-left: 0;
        padding-left: 25px; }

.menuarea-sec {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #D1D1D1; }

header .nav-link.dropdown-toggle {
  margin: 0;
  line-height: 30px; }

header .dropdown-menu .dropdown-item span.arrowicon.arrowicon {
  display: inline-block;
  margin-left: 10px;
  vertical-align: middle;
  content: "";
  border-top: .3em solid transparent;
  border-right: 0;
  border-bottom: .3em solid transparent;
  border-left: .3em solid; }

.dropdown.areacovered .dropdown-menu {
  height: 580px;
  overflow-y: scroll; }

.logo-details-area {
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .logo-details-area .navbar-brand {
    padding: 0;
    margin: 0; }
    .logo-details-area .navbar-brand img {
      width: auto; }
  .logo-details-area .address-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    gap: 10px; }
    .logo-details-area .address-area .add-head {
      font-size: 13px;
      line-height: 30px;
      font-weight: bold;
      text-transform: uppercase;
      font-family: "Playfair Display", serif;
      border-radius: 5px;
      background: #000000;
      padding: 0 10px;
      color: #fff; }
    .logo-details-area .address-area .add-detail {
      font-size: 13px;
      line-height: 18px;
      font-weight: 400;
      text-transform: uppercase; }
    .logo-details-area .address-area .add-call {
      font-size: 18px;
      line-height: 25px; }
      .logo-details-area .address-area .add-call svg {
        stroke: #000;
        fill: #000; }

.search-box {
  width: fit-content;
  height: fit-content;
  position: relative; }
  .search-box .aws-container .aws-search-form .aws-search-field {
    height: 47px !important;
    width: 100%;
    border: none !important;
    padding: 10px;
    font-size: 18px;
    letter-spacing: 2px;
    outline: none;
    margin: 0 !important;
    transition: all .5s ease-in-out;
    background-color: transparent;
    padding-right: 40px;
    color: #fff !important;
    border-radius: 0px !important; }
    .search-box .aws-container .aws-search-form .aws-search-field::placeholder {
      color: #fff !important;
      font-size: 14px;
      font-weight: 100; }
    .search-box .aws-container .aws-search-form .aws-search-field:focus {
      width: 300px;
      border-radius: 0px;
      color: #fff !important;
      background-color: transparent;
      border-bottom: 1px solid rgba(255, 255, 255, 0.5);
      transition: all 500ms cubic-bezier(0, 0.11, 0.35, 2); }
  .search-box .aws-container .aws-search-form .aws-form-btn {
    background: transparent !important;
    border: none !important; }
    .search-box .aws-container .aws-search-form .aws-form-btn svg {
      display: none !important;
      visibility: hidden !important; }

.input-search {
  height: 47px;
  width: 47px;
  border-style: none;
  padding: 10px;
  font-size: 18px;
  letter-spacing: 2px;
  outline: none;
  margin: 0 !important;
  transition: all .5s ease-in-out;
  background-color: #979797;
  padding-right: 40px;
  color: #A2A2A2;
  border-radius: 0px !important; }
  .input-search::placeholder {
    color: #A2A2A2 !important;
    font-size: 14px;
    font-weight: 100; }
  .input-search:focus {
    width: 300px;
    border-radius: 0px;
    background-color: transparent;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    transition: all 500ms cubic-bezier(0, 0.11, 0.35, 2); }

.btn-search {
  height: 47px;
  width: 47px;
  border-style: none;
  font-size: 20px;
  font-weight: bold;
  outline: none;
  cursor: pointer;
  position: absolute;
  right: 0px;
  color: #ffffff;
  background-color: #4B4B4B;
  pointer-events: painted; }
  .btn-search:focus ~ .input-search {
    width: 300px;
    border-radius: 0px;
    background-color: transparent;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    transition: all 500ms cubic-bezier(0, 0.11, 0.35, 2); }

.banner-area {
  background: #090F31;
  position: relative; }
  .banner-area .overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    background: #03030382; }
  .banner-area .banner-display {
    position: relative;
    z-index: 9; }
  .banner-area h1 {
    font-size: 63px;
    line-height: 65px;
    font-weight: 600;
    text-shadow: 2px 2px 7px #00000059 !important;
    font-family: "Playfair Display", serif;
    text-transform: uppercase;
    color: #fff;
    padding-bottom: 20px;
    margin-bottom: 0;
    text-shadow: 2px 2px 10px #00000059 !important;
    text-align: left; }
    .banner-area h1 span {
      color: #FFC132; }
    .banner-area h1.sub-txt {
      text-transform: capitalize; }
  .banner-area p {
    font-size: 17px;
    line-height: 30px;
    color: #fff;
    text-transform: capitalize;
    text-align: left !important; }
  .banner-area .banner-carousel {
    position: relative; }
    .banner-area .banner-carousel .item {
      height: 100%;
      padding-top: 300px;
      padding-bottom: 100px;
      min-height: auto;
      background-size: cover;
      background-position: center;
      position: relative; }
    .banner-area .banner-carousel .banner-flex {
      display: flex;
      align-items: center;
      justify-content: space-between; }
    .banner-area .banner-carousel .owl-theme .owl-nav [class*=owl-]:hover {
      color: black !important; }
    .banner-area .banner-carousel .owl-carousel .owl-nav button.owl-next, .banner-area .banner-carousel .owl-carousel .owl-nav button.owl-prev, .banner-area .banner-carousel .owl-carousel button.owl-dot {
      outline: none; }
    .banner-area .banner-carousel #owl-example-article .item img {
      display: block;
      width: 100%;
      height: auto; }
    .banner-area .banner-carousel .owl-next span,
    .banner-area .banner-carousel .owl-prev span {
      cursor: pointer;
      outline: none !important; }
      .banner-area .banner-carousel .owl-next span:focus,
      .banner-area .banner-carousel .owl-prev span:focus {
        outline: none !important; }
    .banner-area .banner-carousel .owl-nav {
      display: flex;
      align-items: center;
      justify-content: flex-end;
      gap: 40px;
      position: absolute;
      bottom: 20px;
      transform: translate(-50%);
      left: 86%;
      margin: 0 auto; }
    .banner-area .banner-carousel .owl-item {
      background-color: transparent;
      color: white;
      text-align: center; }
    .banner-area .banner-carousel .owl-prev {
      border: none;
      width: 40px;
      height: 40px;
      background: url(../images/arrow-left.svg) no-repeat center; }
      .banner-area .banner-carousel .owl-prev span {
        font-size: 0; }
    .banner-area .banner-carousel .owl-next {
      border: none;
      width: 40px;
      height: 40px;
      background: url(../images/arrow-right.svg) no-repeat center; }
      .banner-area .banner-carousel .owl-next span {
        font-size: 0; }
    .banner-area .banner-carousel .owl-dots {
      counter-reset: slides-num;
      /* Initialize counter. */
      position: absolute;
      top: 93%;
      left: 86%;
      transform: translate(-50%);
      margin-top: 0;
      font-size: 0px; }
      .banner-area .banner-carousel .owl-dots:after {
        content: counter(slides-num);
        display: inline-block;
        font-size: 13px;
        font-weight: 700;
        vertical-align: middle;
        color: #fff; }
    .banner-area .banner-carousel .owl-dot {
      display: inline-block;
      counter-increment: slides-num;
      /* Increment counter */
      margin-right: 5px;
      color: #fff; }
      .banner-area .banner-carousel .owl-dot span {
        display: none;
        visibility: hidden; }
      .banner-area .banner-carousel .owl-dot.active:before {
        content: counter(slides-num) " / ";
        /* Use the same counter to get current item. */
        display: inline-block;
        vertical-align: middle;
        font-size: 13px;
        position: absolute;
        left: 0;
        top: 0; }
  .banner-area .banner-btn-area {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px; }

.inner-banner-area {
  background: #090F31;
  position: relative; }
  .inner-banner-area .overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    background: #0303039c; }
  .inner-banner-area .inner-desc-area {
    position: relative;
    z-index: 1;
    padding-top: 200px;
    padding-bottom: 40px; }
    .inner-banner-area .inner-desc-area h1 {
      font-size: 63px;
      line-height: 65px;
      font-weight: 600;
      text-shadow: 2px 2px 7px #00000059 !important;
      font-family: "Playfair Display", serif;
      text-transform: uppercase;
      color: #fff;
      padding-bottom: 0;
      text-shadow: 2px 2px 10px #00000059 !important; }
      .inner-banner-area .inner-desc-area h1 span {
        color: #FFC132; }
      .inner-banner-area .inner-desc-area h1.sub-txt {
        text-transform: capitalize; }
    .inner-banner-area .inner-desc-area p {
      font-size: 25px;
      line-height: 32px;
      font-weight: 500;
      text-shadow: 2px 2px 7px #00000059 !important;
      color: #fff;
      text-transform: capitalize;
      padding-right: 30%; }
    .inner-banner-area .inner-desc-area .banner-btn-area {
      display: flex;
      align-items: center;
      justify-content: flex-start;
      gap: 10px; }

.breadcrumb {
  background: #000000;
  padding: 10px 0 !important;
  margin: 0 !important;
  display: block; }
  .breadcrumb ul {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 0 auto;
    gap: 5px; }
    .breadcrumb ul li {
      font-size: 14px;
      font-weight: 500;
      line-height: 19px;
      display: flex;
      align-items: flex-start;
      justify-content: flex-start;
      color: #fff;
      position: relative;
      gap: 5px; }
      .breadcrumb ul li a {
        color: #fff !important; }
        .breadcrumb ul li a.active {
          color: #FFC132 !important; }
        .breadcrumb ul li a:hover {
          color: #ce9819 !important; }
      .breadcrumb ul li:after {
        content: '';
        position: relative;
        top: 4px;
        background: url(../images/breadcrumb-icon.svg) no-repeat;
        width: 12px !important;
        height: 10px;
        margin: 0 3px; }
      .breadcrumb ul li:last-child:after {
        background: none; }
    .breadcrumb ul nav.breadcrumb {
      margin: 0; }
      .breadcrumb ul nav.breadcrumb ul {
        padding: 0;
        margin: 0; }

.ttc-details {
  border-bottom: 1px solid #707070;
  box-shadow: 0 3px 6px #0000001a; }
  .ttc-details ul {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0; }
    .ttc-details ul li {
      margin: 0;
      padding: 20px; }
      .ttc-details ul li:last-child {
        border-right: 0; }
      .ttc-details ul li .hover-container {
        position: relative; }
      .ttc-details ul li .hover-target {
        padding: 0;
        margin: 0;
        font-size: 24px;
        font-weight: 600;
        line-height: 27px;
        font-family: "Playfair Display", serif !important;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 10px;
        color: #000000;
        position: relative; }
        .ttc-details ul li .hover-target:hover + .hover-popup {
          transform: scale(1); }
        .ttc-details ul li .hover-target:focus + .hover-popup {
          transform: scale(1); }
      .ttc-details ul li .hover-popup {
        position: absolute;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        bottom: 100px;
        left: 0;
        width: 25ch;
        margin: 1px;
        font-size: 16px;
        background-color: #fff;
        border: 1px solid #FFC132;
        border-radius: 5px;
        padding: 20px;
        z-index: 1;
        transform: scale(0);
        transition: transform 200ms ease;
        transform-origin: 8% -10px;
        box-shadow: 3px 5px 13px 0px rgba(0, 0, 0, 0.23); }
        .ttc-details ul li .hover-popup:hover {
          transform: scale(1); }
        .ttc-details ul li .hover-popup:not(:first-child) {
          margin-top: 1rem; }
        .ttc-details ul li .hover-popup p {
          padding: 0;
          margin: 0;
          font-size: 12px !important;
          line-height: 18px !important;
          text-align: center; }
        .ttc-details ul li .hover-popup span {
          color: #414141;
          font-weight: 700; }
        .ttc-details ul li .hover-popup::before {
          content: '';
          position: absolute;
          border-left: 12px solid transparent;
          border-right: 12px solid transparent;
          border-top: 12px solid #fff;
          bottom: -11px;
          left: 0;
          right: 0;
          margin: 0 auto;
          width: 20px;
          height: 0px; }
        .ttc-details ul li .hover-popup::after {
          content: '';
          position: absolute;
          top: -1rem;
          right: 0;
          bottom: 0;
          left: 0;
          z-index: -1; }
      @media (prefers-reduced-motion: reduce) {
        .ttc-details ul li * {
          animation-delay: -1ms !important;
          animation-duration: -1ms !important;
          animation-iteration-count: 1 !important;
          background-attachment: initial !important;
          scroll-behavior: auto !important;
          transition-duration: 0s !important;
          transition-delay: 0s !important; }
        .ttc-details ul li::before {
          animation-delay: -1ms !important;
          animation-duration: -1ms !important;
          animation-iteration-count: 1 !important;
          background-attachment: initial !important;
          scroll-behavior: auto !important;
          transition-duration: 0s !important;
          transition-delay: 0s !important; }
        .ttc-details ul li::after {
          animation-delay: -1ms !important;
          animation-duration: -1ms !important;
          animation-iteration-count: 1 !important;
          background-attachment: initial !important;
          scroll-behavior: auto !important;
          transition-duration: 0s !important;
          transition-delay: 0s !important; } }

.main-content-section h2 {
  font-size: 45px;
  line-height: 50px;
  font-weight: 600;
  margin-bottom: 0;
  font-family: "Playfair Display", serif;
  text-align: center;
  padding-bottom: 20px;
  text-transform: uppercase; }

.main-content-section .browse-range-sec {
  padding-top: 60px;
  padding-bottom: 60px; }
  .main-content-section .browse-range-sec.herveypg {
    padding-top: 0; }
  .main-content-section .browse-range-sec .browsecards {
    display: grid;
    gap: 20px;
    grid-template-columns: 2fr 2fr 2fr; }
  .main-content-section .browse-range-sec .card-holder {
    background: #fff;
    border-radius: 20px;
    max-width: 100%;
    height: 447px;
    text-align: center !important;
    position: relative;
    overflow: hidden; }
    .main-content-section .browse-range-sec .card-holder img {
      width: 100%;
      height: 100%;
      background-size: cover; }
    .main-content-section .browse-range-sec .card-holder .card-title {
      font-size: 30px;
      line-height: 40px;
      font-weight: 800;
      font-family: "Playfair Display", serif;
      color: #fff; }
    .main-content-section .browse-range-sec .card-holder .card-desc-area {
      display: flex;
      align-items: center;
      justify-content: flex-end;
      flex-direction: column;
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      height: 100%;
      padding: 30px;
      background: linear-gradient(180deg, rgba(255, 255, 255, 0) 37%, rgba(0, 0, 0, 0.9) 100%); }
  .main-content-section .browse-range-sec .loadmore-btn {
    font-size: 13px;
    line-height: 18px;
    font-weight: 400;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 32px;
    padding: 0;
    text-wrap: nowrap;
    cursor: pointer;
    border: none;
    color: #000000 !important;
    background: transparent;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    width: fit-content !important; }
    .main-content-section .browse-range-sec .loadmore-btn::after {
      content: "";
      background: url(../images/loadmore.svg) no-repeat 0 0 !important;
      margin: 0 0 0 15px;
      width: 32px;
      height: 32px;
      display: inline-flex; }

.main-content-section .category-sec {
  padding-top: 60px;
  padding-bottom: 60px; }
  .main-content-section .category-sec h2 {
    font-size: 45px;
    line-height: 50px;
    font-weight: 600;
    margin-bottom: 0;
    font-family: "Playfair Display", serif;
    text-align: center;
    padding-bottom: 20px;
    text-transform: uppercase;
    text-align: center; }
  .main-content-section .category-sec .shopcat-section .shopcat-holder {
    position: relative;
    border-radius: 20px;
    padding: 20px;
    background: #fff;
    border: 1px solid #FFC132;
    flex: 1 1 0;
    transition: 0.7s all cubic-bezier(0.785, 0.135, 0.15, 0.86);
    margin: 0;
    overflow: hidden; }
    .main-content-section .category-sec .shopcat-section .shopcat-holder:hover {
      border: 1px solid #ce9819;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05); }
    .main-content-section .category-sec .shopcat-section .shopcat-holder .shopcat-icon {
      margin-bottom: 20px; }
      .main-content-section .category-sec .shopcat-section .shopcat-holder .shopcat-icon img {
        width: 100%;
        border-radius: 20px; }
    .main-content-section .category-sec .shopcat-section .shopcat-holder .shopcat-title {
      font-size: 16px;
      line-height: 26px;
      font-weight: bold;
      text-align: center;
      position: relative; }
  .main-content-section .category-sec .shopcat-section .owl-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    z-index: 9;
    width: 100%;
    position: absolute;
    top: 50%; }
    .main-content-section .category-sec .shopcat-section .owl-nav .owl-prev {
      border: none;
      width: 40px;
      height: 40px;
      background: url(../images/arrow-left.svg) no-repeat center #d2a8de;
      margin: 0 0 0 -70px; }
      .main-content-section .category-sec .shopcat-section .owl-nav .owl-prev span {
        font-size: 0; }
    .main-content-section .category-sec .shopcat-section .owl-nav .owl-next {
      border: none;
      width: 40px;
      height: 40px;
      background: url(../images/arrow-right.svg) no-repeat center #d2a8de;
      margin: 0 -70px 0 0; }
      .main-content-section .category-sec .shopcat-section .owl-nav .owl-next span {
        font-size: 0; }
  .main-content-section .category-sec .shopcat-section .owl-dots {
    display: flex;
    align-items: center;
    justify-content: space-between;
    visibility: visible; }
    .main-content-section .category-sec .shopcat-section .owl-dots .owl-dot {
      width: 50%;
      height: 5px;
      border-radius: 10px;
      display: inline-block;
      background: #81AAE3;
      margin: 0 3px;
      border: none;
      transition: all 0.3s ease-in-out;
      -webkit-transition: all 0.3s ease-in-out; }

.main-content-section .brands-sec {
  padding: 0;
  margin: 0; }
  .main-content-section .brands-sec .brand-pro {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .main-content-section .brands-sec .brand-pro .brand-slider {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 50%;
      position: relative;
      height: 100%; }
      .main-content-section .brands-sec .brand-pro .brand-slider .slidesforbrand {
        position: absolute;
        right: 0;
        padding: 50px 50px 0 50px;
        width: 588px;
        background: #030303d6; }
        .main-content-section .brands-sec .brand-pro .brand-slider .slidesforbrand .item {
          margin-bottom: 20px; }
        .main-content-section .brands-sec .brand-pro .brand-slider .slidesforbrand .heading {
          font-size: 63px;
          line-height: 65px;
          font-weight: 600;
          text-shadow: 2px 2px 7px #00000059 !important;
          font-family: "Playfair Display", serif;
          text-transform: uppercase;
          padding-bottom: 15px;
          color: #fff;
          text-align: left; }
        .main-content-section .brands-sec .brand-pro .brand-slider .slidesforbrand p {
          font-size: 17px;
          line-height: 30px;
          padding: 0;
          margin: 0;
          line-height: 24px !important;
          color: #fff;
          text-align: left; }
      .main-content-section .brands-sec .brand-pro .brand-slider .owl-theme .owl-nav [class*=owl-]:hover {
        color: black !important; }
      .main-content-section .brands-sec .brand-pro .brand-slider .owl-carousel .owl-nav button.owl-next, .main-content-section .brands-sec .brand-pro .brand-slider .owl-carousel .owl-nav button.owl-prev, .main-content-section .brands-sec .brand-pro .brand-slider .owl-carousel button.owl-dot {
        outline: none; }
      .main-content-section .brands-sec .brand-pro .brand-slider #owl-example-article .item img {
        display: block;
        width: 100%;
        height: auto; }
      .main-content-section .brands-sec .brand-pro .brand-slider .owl-next span,
      .main-content-section .brands-sec .brand-pro .brand-slider .owl-prev span {
        cursor: pointer;
        outline: none !important; }
        .main-content-section .brands-sec .brand-pro .brand-slider .owl-next span:focus,
        .main-content-section .brands-sec .brand-pro .brand-slider .owl-prev span:focus {
          outline: none !important; }
      .main-content-section .brands-sec .brand-pro .brand-slider .owl-nav {
        position: relative;
        width: max-content;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        gap: 30px;
        padding: 0 0 20px 0;
        border-bottom: 2px solid #FFC132; }
      .main-content-section .brands-sec .brand-pro .brand-slider .owl-item {
        background-color: transparent;
        color: white;
        text-align: center; }
      .main-content-section .brands-sec .brand-pro .brand-slider .owl-prev {
        border: none;
        width: 40px;
        height: 40px;
        background: url(../images/arrow-left.svg) no-repeat center; }
        .main-content-section .brands-sec .brand-pro .brand-slider .owl-prev span {
          font-size: 0; }
      .main-content-section .brands-sec .brand-pro .brand-slider .owl-next {
        border: none;
        width: 40px;
        height: 40px;
        background: url(../images/arrow-right.svg) no-repeat center; }
        .main-content-section .brands-sec .brand-pro .brand-slider .owl-next span {
          font-size: 0; }
      .main-content-section .brands-sec .brand-pro .brand-slider .owl-dots {
        counter-reset: slides-num;
        /* Initialize counter. */
        position: absolute;
        top: 89%;
        left: 42px;
        transform: translate(-50%);
        margin-top: 0;
        font-size: 0px; }
        .main-content-section .brands-sec .brand-pro .brand-slider .owl-dots:after {
          content: counter(slides-num);
          display: inline-block;
          font-size: 13px;
          font-weight: 700;
          vertical-align: middle;
          color: #fff; }
      .main-content-section .brands-sec .brand-pro .brand-slider .owl-dot {
        display: inline-block;
        counter-increment: slides-num;
        /* Increment counter */
        margin-right: 5px;
        color: #fff; }
        .main-content-section .brands-sec .brand-pro .brand-slider .owl-dot span {
          display: none;
          visibility: hidden; }
        .main-content-section .brands-sec .brand-pro .brand-slider .owl-dot.active:before {
          content: counter(slides-num) " / ";
          /* Use the same counter to get current item. */
          display: inline-block;
          vertical-align: middle;
          font-size: 13px;
          position: absolute;
          left: 0;
          top: 0; }
    .main-content-section .brands-sec .brand-pro .brand-content {
      padding: 0;
      margin: 0;
      width: 50%; }
      .main-content-section .brands-sec .brand-pro .brand-content .brang-grallery {
        display: grid;
        gap: 0;
        grid-template-columns: 2fr 2fr 2fr;
        place-items: center; }
        .main-content-section .brands-sec .brand-pro .brand-content .brang-grallery .item-pane {
          display: flex;
          align-items: center;
          justify-content: center;
          flex-direction: column;
          border: 1px solid #E3E3E3;
          width: 100%;
          height: 100%;
          text-align: center;
          padding: 20px; }
          .main-content-section .brands-sec .brand-pro .brand-content .brang-grallery .item-pane img {
            width: 60%;
            filter: grayscale(100%);
            -webkit-filter: grayscale(100%);
            -moz-filter: grayscale(100%);
            -ms-filter: grayscale(100%);
            -o-filter: grayscale(100%);
            filter: url(desaturate.svg#greyscale);
            filter: gray;
            -webkit-filter: grayscale(1);
            transition: all 0.3s ease-in-out;
            -webkit-transition: all 0.3s ease-in-out; }
          .main-content-section .brands-sec .brand-pro .brand-content .brang-grallery .item-pane:hover {
            border: 1px solid #000000;
            transition: all 0.3s ease-in-out;
            -webkit-transition: all 0.3s ease-in-out;
            box-shadow: 0 4px 12px #0000000d; }
          .main-content-section .brands-sec .brand-pro .brand-content .brang-grallery .item-pane:hover img {
            filter: grayscale(100%);
            -webkit-filter: grayscale(100%);
            -moz-filter: grayscale(100%);
            -ms-filter: grayscale(100%);
            -o-filter: grayscale(100%);
            filter: url(desaturate.svg#greyscale);
            filter: gray;
            -webkit-filter: grayscale(0);
            transition: all 0.3s ease-in-out;
            -webkit-transition: all 0.3s ease-in-out; }
  .main-content-section .brands-sec.product-brand-range {
    padding-top: 60px;
    padding-bottom: 60px; }
    .main-content-section .brands-sec.product-brand-range .brand-content {
      width: 100%; }
      .main-content-section .brands-sec.product-brand-range .brand-content .brang-grallery {
        display: grid;
        gap: 0;
        grid-template-columns: 2fr 2fr 2fr 2fr;
        place-items: center; }
        .main-content-section .brands-sec.product-brand-range .brand-content .brang-grallery .item-pane {
          display: flex;
          align-items: center;
          justify-content: space-around;
          gap: 20px;
          flex-direction: column;
          border: 1px solid #E3E3E3;
          width: 100%;
          height: 100%;
          text-align: center;
          padding: 20px; }
          .main-content-section .brands-sec.product-brand-range .brand-content .brang-grallery .item-pane span {
            font-size: 17px;
            line-height: 30px;
            font-family: "Playfair Display", serif;
            text-transform: uppercase; }
          .main-content-section .brands-sec.product-brand-range .brand-content .brang-grallery .item-pane img {
            width: 60%;
            filter: grayscale(100%);
            -webkit-filter: grayscale(100%);
            -moz-filter: grayscale(100%);
            -ms-filter: grayscale(100%);
            -o-filter: grayscale(100%);
            filter: url(desaturate.svg#greyscale);
            filter: gray;
            -webkit-filter: grayscale(1);
            transition: all 0.3s ease-in-out;
            -webkit-transition: all 0.3s ease-in-out; }
          .main-content-section .brands-sec.product-brand-range .brand-content .brang-grallery .item-pane:hover {
            border: 1px solid #000000;
            transition: all 0.3s ease-in-out;
            -webkit-transition: all 0.3s ease-in-out;
            box-shadow: 0 4px 12px #0000000d; }
          .main-content-section .brands-sec.product-brand-range .brand-content .brang-grallery .item-pane:hover img {
            filter: grayscale(100%);
            -webkit-filter: grayscale(100%);
            -moz-filter: grayscale(100%);
            -ms-filter: grayscale(100%);
            -o-filter: grayscale(100%);
            filter: url(desaturate.svg#greyscale);
            filter: gray;
            -webkit-filter: grayscale(0);
            transition: all 0.3s ease-in-out;
            -webkit-transition: all 0.3s ease-in-out; }

.main-content-section .client-testi {
  padding-top: 60px;
  padding-bottom: 60px; }
  .main-content-section .client-testi h2 {
    font-size: 45px;
    line-height: 50px;
    font-weight: 600;
    margin-bottom: 0;
    font-family: "Playfair Display", serif;
    text-align: center;
    padding-bottom: 20px;
    text-transform: uppercase;
    text-align: center; }
  .main-content-section .client-testi p {
    text-align: center; }
  .main-content-section .client-testi .testi-section .testi-holder {
    position: relative;
    border-radius: 10px;
    padding: 20px;
    background: #F2F2F2;
    border-bottom: 1px solid #FFC132;
    flex: 1 1 0;
    transition: 0.2s all cubic-bezier(0.785, 0.135, 0.15, 0.86);
    margin: 0;
    overflow: hidden;
    height: 350px;
    overflow-y: overlay; }
    .main-content-section .client-testi .testi-section .testi-holder:hover {
      border-bottom: 1px solid #ce9819;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05); }
    .main-content-section .client-testi .testi-section .testi-holder .testi-icon {
      margin-bottom: 20px;
      text-align: right; }
      .main-content-section .client-testi .testi-section .testi-holder .testi-icon img {
        width: 56px;
        height: 56px;
        object-fit: cover;
        text-align: right;
        display: inline-block;
        border-radius: 10px; }
    .main-content-section .client-testi .testi-section .testi-holder .testi-desc {
      text-align: left; }
      .main-content-section .client-testi .testi-section .testi-holder .testi-desc .testi-txt {
        font-size: 13px;
        line-height: 18px;
        font-weight: 400;
        text-transform: none;
        padding-bottom: 10px; }
        .main-content-section .client-testi .testi-section .testi-holder .testi-desc .testi-txt p {
          text-align: left; }
      .main-content-section .client-testi .testi-section .testi-holder .testi-desc .testi-name {
        font-size: 14px;
        line-height: 24px;
        font-weight: bold;
        text-transform: uppercase; }
  .main-content-section .client-testi .testi-section .owl-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    z-index: 9;
    width: 100%;
    margin-top: 20px; }
    .main-content-section .client-testi .testi-section .owl-nav .owl-prev {
      border: none;
      width: 40px;
      height: 40px;
      background: url(../images/left-arrw.svg) no-repeat center;
      margin: 0 0 0 -70px; }
      .main-content-section .client-testi .testi-section .owl-nav .owl-prev span {
        font-size: 0; }
    .main-content-section .client-testi .testi-section .owl-nav .owl-next {
      border: none;
      width: 40px;
      height: 40px;
      background: url(../images/right-arrw.svg) no-repeat center;
      margin: 0 -70px 0 0; }
      .main-content-section .client-testi .testi-section .owl-nav .owl-next span {
        font-size: 0; }
  .main-content-section .client-testi .testi-section .owl-dots {
    display: flex;
    align-items: center;
    justify-content: space-between;
    visibility: visible; }
    .main-content-section .client-testi .testi-section .owl-dots .owl-dot {
      width: 50%;
      height: 5px;
      border-radius: 10px;
      display: inline-block;
      background: #81AAE3;
      margin: 0 3px;
      border: none;
      transition: all 0.3s ease-in-out;
      -webkit-transition: all 0.3s ease-in-out; }

.main-content-section .contactpg-sec {
  padding-top: 60px; }
  .main-content-section .contactpg-sec p {
    text-align: center; }
  .main-content-section .contactpg-sec .contact-box {
    display: grid;
    gap: 20px;
    grid-template-columns: 2fr 2fr; }
    .main-content-section .contactpg-sec .contact-box .contholder {
      border: 1px solid #000000;
      border-radius: 10px;
      overflow: hidden; }
      .main-content-section .contactpg-sec .contact-box .contholder h3 {
        font-size: 24px;
        font-weight: 600;
        line-height: 27px;
        font-family: "Playfair Display", serif !important;
        text-transform: uppercase;
        padding-bottom: 15px; }
      .main-content-section .contactpg-sec .contact-box .contholder .tophead {
        font-size: 21px;
        font-weight: 600;
        line-height: 27px;
        text-transform: uppercase;
        font-family: "Playfair Display", serif !important;
        background: #000000;
        color: #fff;
        padding: 10px 0 20px 0;
        text-align: center; }
      .main-content-section .contactpg-sec .contact-box .contholder .contact-detail-area {
        background: #fff;
        padding: 10px;
        border-radius: 10px;
        margin-top: -10px; }
        .main-content-section .contactpg-sec .contact-box .contholder .contact-detail-area .map {
          border-radius: 10px; }
          .main-content-section .contactpg-sec .contact-box .contholder .contact-detail-area .map img {
            width: 100%;
            border-radius: 10px;
            object-fit: cover; }
        .main-content-section .contactpg-sec .contact-box .contholder .contact-detail-area .contactcont-pane {
          padding: 40px 20px; }
          .main-content-section .contactpg-sec .contact-box .contholder .contact-detail-area .contactcont-pane p {
            text-align: left;
            font-weight: 400; }
          .main-content-section .contactpg-sec .contact-box .contholder .contact-detail-area .contactcont-pane .contbox {
            border-top: 1px solid #707070;
            padding: 20px 0 0 0; }
            .main-content-section .contactpg-sec .contact-box .contholder .contact-detail-area .contactcont-pane .contbox svg {
              margin-right: 10px;
              stroke: #000;
              fill: #000; }
            .main-content-section .contactpg-sec .contact-box .contholder .contact-detail-area .contactcont-pane .contbox p {
              text-align: left;
              padding-bottom: 10px;
              margin-bottom: 0; }
              .main-content-section .contactpg-sec .contact-box .contholder .contact-detail-area .contactcont-pane .contbox p:last-child {
                margin: 0;
                padding: 0; }
            .main-content-section .contactpg-sec .contact-box .contholder .contact-detail-area .contactcont-pane .contbox h3 {
              font-size: 24px;
              font-weight: 600;
              line-height: 27px;
              font-family: "Playfair Display", serif !important;
              text-transform: uppercase;
              padding-bottom: 15px; }
            .main-content-section .contactpg-sec .contact-box .contholder .contact-detail-area .contactcont-pane .contbox .contaddressbx {
              display: flex;
              align-items: center;
              justify-content: flex-start;
              gap: 30px; }
  .main-content-section .contactpg-sec .getintouch {
    padding: 0;
    margin: 0; }
    .main-content-section .contactpg-sec .getintouch .formarea {
      background: #fff;
      border: 1px solid #000000;
      border-radius: 10px;
      padding: 60px 120px; }
      .main-content-section .contactpg-sec .getintouch .formarea p {
        padding: 0;
        margin: 0; }
      .main-content-section .contactpg-sec .getintouch .formarea h2 {
        text-align: center; }
      .main-content-section .contactpg-sec .getintouch .formarea .sm-txt {
        font-size: 12px;
        line-height: 20px;
        font-weight: 500;
        text-align: center;
        color: #000000; }
      .main-content-section .contactpg-sec .getintouch .formarea .contactformpanel {
        display: flex;
        align-items: flex-start;
        justify-content: center;
        gap: 10px; }
        .main-content-section .contactpg-sec .getintouch .formarea .contactformpanel .formcont {
          padding: 0;
          margin: 0;
          width: 100%; }
          .main-content-section .contactpg-sec .getintouch .formarea .contactformpanel .formcont p {
            padding: 0;
            margin: 0; }
            .main-content-section .contactpg-sec .getintouch .formarea .contactformpanel .formcont p input {
              width: 100%; }
            .main-content-section .contactpg-sec .getintouch .formarea .contactformpanel .formcont p textarea {
              width: 100%; }
            .main-content-section .contactpg-sec .getintouch .formarea .contactformpanel .formcont p select {
              width: 100%; }
          .main-content-section .contactpg-sec .getintouch .formarea .contactformpanel .formcont .uploadpic {
            background: #fffaef;
            border: 1px solid #FFC132;
            border-radius: 10px;
            padding: 3px 20px;
            height: 54px !important; }
          .main-content-section .contactpg-sec .getintouch .formarea .contactformpanel .formcont.txt-area p {
            padding: 0;
            margin: 0; }
            .main-content-section .contactpg-sec .getintouch .formarea .contactformpanel .formcont.txt-area p input {
              width: 100%; }
            .main-content-section .contactpg-sec .getintouch .formarea .contactformpanel .formcont.txt-area p textarea {
              width: 100%;
              height: 200px !important; }
            .main-content-section .contactpg-sec .getintouch .formarea .contactformpanel .formcont.txt-area p select {
              width: 100%; }
      .main-content-section .contactpg-sec .getintouch .formarea .send_us {
        font-size: 14px;
        line-height: 24px;
        font-weight: bold;
        text-transform: uppercase;
        height: 50px;
        padding: 0 33px;
        border-radius: 29px;
        text-wrap: nowrap;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        font-size: 14px !important;
        line-height: 24px !important;
        font-weight: bold !important;
        text-transform: uppercase !important;
        height: 50px !important;
        padding: 0 33px !important;
        border: none !important;
        border-radius: 29px !important;
        font-style: normal !important;
        color: #000000 !important;
        background: #FFC132;
        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out; }
        .main-content-section .contactpg-sec .getintouch .formarea .send_us a {
          color: #fff !important; }
        .main-content-section .contactpg-sec .getintouch .formarea .send_us:hover {
          background: #ce9819 !important;
          text-decoration: none;
          color: #fff !important;
          transition: all 0.3s ease-in-out;
          -webkit-transition: all 0.3s ease-in-out;
          transform: translateY(-5px);
          box-shadow: 0 11px 14px -7px rgba(0, 0, 0, 0.25); }
      .main-content-section .contactpg-sec .getintouch .formarea .wpcf7-spinner {
        position: absolute !important; }
    .main-content-section .contactpg-sec .getintouch .wpcf7-response-output {
      text-align: center; }
  .main-content-section .contactpg-sec .locationarea {
    padding-top: 60px;
    padding-bottom: 60px;
    background: #F7F6F9;
    margin-top: 80px; }

.main-content-section .about-sec {
  padding-top: 60px;
  padding-bottom: 60px; }
  .main-content-section .about-sec p {
    text-align: center;
    margin: 0; }
  .main-content-section .about-sec .teammembers-area {
    position: relative;
    border-radius: 10px;
    margin-bottom: 40px; }
    .main-content-section .about-sec .teammembers-area img {
      width: 100%;
      border-radius: 10px; }
    .main-content-section .about-sec .teammembers-area .team-logo {
      position: absolute;
      bottom: 20px;
      right: 30px; }

.main-content-section .teamdetailarea {
  background: #F7F6F9;
  padding-top: 60px;
  padding-bottom: 60px; }
  .main-content-section .teamdetailarea .teambx-sec {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px; }
    .main-content-section .teamdetailarea .teambx-sec .teampaneleft {
      padding: 0;
      margin: 0;
      position: relative; }
      .main-content-section .teamdetailarea .teambx-sec .teampaneleft .team-bg {
        background: url(../images/img-bg.webp) no-repeat top;
        padding: 0 20px; }
        .main-content-section .teamdetailarea .teambx-sec .teampaneleft .team-bg img {
          width: 100%;
          height: 100%; }
        .main-content-section .teamdetailarea .teambx-sec .teampaneleft .team-bg .team-tag {
          font-size: 14px;
          font-weight: 500;
          line-height: 19px;
          text-transform: uppercase;
          font-weight: bold;
          display: table;
          background: #fff;
          padding: 10px 30px;
          border-radius: 10px;
          position: absolute;
          bottom: 20px;
          text-align: center;
          left: 0;
          right: 0;
          margin: 0 auto;
          transition: all 0.3s ease-in-out;
          -webkit-transition: all 0.3s ease-in-out; }
          .main-content-section .teamdetailarea .teambx-sec .teampaneleft .team-bg .team-tag span {
            font-weight: normal;
            text-transform: capitalize;
            font-size: 13px;
            display: block;
            width: 100%;
            color: #989898; }
      .main-content-section .teamdetailarea .teambx-sec .teampaneleft:hover.team-tag {
        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        transform: translateY(-5px);
        box-shadow: 0 11px 14px -7px rgba(0, 0, 0, 0.25); }
    .main-content-section .teamdetailarea .teambx-sec .teampaneright {
      padding: 0;
      margin: 0; }

.main-content-section .teamslider {
  padding-top: 60px;
  padding-bottom: 60px; }
  .main-content-section .teamslider h2 {
    font-size: 45px;
    line-height: 50px;
    font-weight: 600;
    margin-bottom: 0;
    font-family: "Playfair Display", serif;
    text-align: center;
    padding-bottom: 20px;
    text-transform: uppercase;
    text-align: center; }
  .main-content-section .teamslider p {
    text-align: center; }
  .main-content-section .teamslider .teamslider-section .team-carousel .card {
    position: relative;
    border-radius: 10px;
    background: #E3E9EE;
    border: none; }
    .main-content-section .teamslider .teamslider-section .team-carousel .card img {
      width: 100%;
      height: 356px;
      object-fit: cover;
      border-radius: 10px; }
    .main-content-section .teamslider .teamslider-section .team-carousel .card .card-info {
      font-size: 14px;
      font-weight: 500;
      line-height: 19px;
      display: flex;
      align-items: flex-start;
      justify-content: center;
      flex-direction: column;
      text-align: left;
      text-transform: uppercase;
      font-weight: bold;
      position: absolute;
      bottom: 15px;
      left: 10px;
      right: 10px;
      background: #fff;
      padding: 10px 50px 10px 10px;
      border-radius: 10px;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
      height: 90px;
      overflow: hidden; }
      .main-content-section .teamslider .teamslider-section .team-carousel .card .card-info span {
        font-weight: normal;
        text-transform: capitalize;
        font-size: 13px;
        display: block;
        width: 100%;
        color: #989898; }
      .main-content-section .teamslider .teamslider-section .team-carousel .card .card-info:after {
        content: '';
        width: 50px;
        height: 90px;
        background: #FFC132 url(../images/whitearrow.svg) no-repeat center center;
        display: block;
        position: absolute;
        top: 0px;
        right: 0; }
      .main-content-section .teamslider .teamslider-section .team-carousel .card .card-info:hover + .hover-popup {
        transform: scale(1); }
      .main-content-section .teamslider .teamslider-section .team-carousel .card .card-info:focus + .hover-popup {
        transform: scale(1); }
    .main-content-section .teamslider .teamslider-section .team-carousel .card .hover-popup {
      position: absolute;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      bottom: 104px;
      left: -80px;
      width: 40ch;
      margin: 1px;
      font-size: 16px;
      background-color: #fff;
      border-top: 1px solid #FFC132;
      border-left: 1px solid #FFC132;
      border-right: 1px solid #FFC132;
      border-bottom: 5px solid #FFC132;
      border-radius: 5px;
      padding: 20px;
      z-index: 999;
      transform: scale(0);
      transition: transform 200ms ease;
      transform-origin: 8% -10px;
      box-shadow: 3px 5px 13px 0px rgba(0, 0, 0, 0.23); }
      .main-content-section .teamslider .teamslider-section .team-carousel .card .hover-popup:hover {
        transform: scale(1); }
      .main-content-section .teamslider .teamslider-section .team-carousel .card .hover-popup:not(:first-child) {
        margin-top: 1rem; }
      .main-content-section .teamslider .teamslider-section .team-carousel .card .hover-popup p {
        padding: 0;
        margin: 0;
        font-size: 12px !important;
        line-height: 18px !important;
        text-align: center; }
      .main-content-section .teamslider .teamslider-section .team-carousel .card .hover-popup span {
        color: #414141;
        font-weight: 700; }
      .main-content-section .teamslider .teamslider-section .team-carousel .card .hover-popup::before {
        content: '';
        position: absolute;
        border-left: 12px solid transparent;
        border-right: 12px solid transparent;
        border-top: 12px solid #FFC132;
        bottom: -14px;
        left: 0;
        right: 0;
        margin: 0 auto;
        width: 20px;
        height: 0px; }
      .main-content-section .teamslider .teamslider-section .team-carousel .card .hover-popup::after {
        content: '';
        position: absolute;
        top: -1rem;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: -1; }
    @media (prefers-reduced-motion: reduce) {
      .main-content-section .teamslider .teamslider-section .team-carousel .card * {
        animation-delay: -1ms !important;
        animation-duration: -1ms !important;
        animation-iteration-count: 1 !important;
        background-attachment: initial !important;
        scroll-behavior: auto !important;
        transition-duration: 0s !important;
        transition-delay: 0s !important; }
      .main-content-section .teamslider .teamslider-section .team-carousel .card::before {
        animation-delay: -1ms !important;
        animation-duration: -1ms !important;
        animation-iteration-count: 1 !important;
        background-attachment: initial !important;
        scroll-behavior: auto !important;
        transition-duration: 0s !important;
        transition-delay: 0s !important; }
      .main-content-section .teamslider .teamslider-section .team-carousel .card::after {
        animation-delay: -1ms !important;
        animation-duration: -1ms !important;
        animation-iteration-count: 1 !important;
        background-attachment: initial !important;
        scroll-behavior: auto !important;
        transition-duration: 0s !important;
        transition-delay: 0s !important; } }
  .main-content-section .teamslider .teamslider-section .owl-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    z-index: 9;
    width: 100%;
    margin-top: 20px; }
    .main-content-section .teamslider .teamslider-section .owl-nav .owl-prev {
      border: none;
      width: 40px;
      height: 40px;
      background: url(../images/left-arrw.svg) no-repeat center;
      margin: 0 0 0 -70px; }
      .main-content-section .teamslider .teamslider-section .owl-nav .owl-prev span {
        font-size: 0; }
    .main-content-section .teamslider .teamslider-section .owl-nav .owl-next {
      border: none;
      width: 40px;
      height: 40px;
      background: url(../images/right-arrw.svg) no-repeat center;
      margin: 0 -70px 0 0; }
      .main-content-section .teamslider .teamslider-section .owl-nav .owl-next span {
        font-size: 0; }
  .main-content-section .teamslider .teamslider-section .owl-dots {
    display: flex;
    align-items: center;
    justify-content: space-between;
    visibility: visible; }
    .main-content-section .teamslider .teamslider-section .owl-dots .owl-dot {
      width: 50%;
      height: 5px;
      border-radius: 10px;
      display: inline-block;
      background: #81AAE3;
      margin: 0 3px;
      border: none;
      transition: all 0.3s ease-in-out;
      -webkit-transition: all 0.3s ease-in-out; }

.main-content-section .addressimg img {
  border-radius: 10px;
  object-fit: cover;
  width: 100%; }

.main-content-section .addressarea {
  background: #E9EEF2;
  border-radius: 10px;
  padding: 63px 50px; }
  .main-content-section .addressarea p {
    font-size: 17px;
    line-height: 24px;
    padding-bottom: 25px;
    text-align: left;
    text-align: left !important; }
    .main-content-section .addressarea p span {
      display: block;
      padding-bottom: 15px; }
    .main-content-section .addressarea p::last-child {
      padding-bottom: 0; }

.main-content-section .hervey-info {
  padding-bottom: 80px; }
  .main-content-section .hervey-info .boxsec {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    gap: 20px;
    border-radius: 10px;
    padding: 50px 20px 10px 40px; }
    .main-content-section .hervey-info .boxsec.box1 {
      background: #1D3D72; }
    .main-content-section .hervey-info .boxsec.box2 {
      background: #3E81B4; }
    .main-content-section .hervey-info .boxsec .boxL {
      padding-bottom: 20px; }
    .main-content-section .hervey-info .boxsec h3 {
      font-size: 40px;
      line-height: 45px;
      font-weight: 600;
      font-family: "Playfair Display", serif;
      color: #fff; }
    .main-content-section .hervey-info .boxsec p {
      font-size: 17px;
      line-height: 24px;
      padding-bottom: 25px;
      text-align: left;
      padding: 0;
      margin: 0;
      color: #fff; }

.main-content-section .product-range {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative; }
  .main-content-section .product-range .prod-range-desc {
    position: relative; }
    .main-content-section .product-range .prod-range-desc h2 {
      color: #fff;
      text-align: center; }
    .main-content-section .product-range .prod-range-desc p {
      color: #fff;
      text-align: center;
      margin: 0;
      padding: 0 10%; }
  .main-content-section .product-range .overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    background: #030303cf; }

.foot-address-area {
  background: #000000; }
  .foot-address-area .foot-address {
    display: grid;
    gap: 20px;
    grid-template-columns: 2fr 2fr 2fr;
    place-items: center; }
    .foot-address-area .foot-address .address-block .add-head {
      font-size: 24px;
      line-height: 30px;
      font-weight: 500;
      text-transform: uppercase;
      font-family: "Playfair Display", serif;
      color: #fff;
      padding-bottom: 10px; }
    .foot-address-area .foot-address .address-block .add-detail {
      padding: 0;
      margin: 0; }
      .foot-address-area .foot-address .address-block .add-detail ul {
        padding: 0;
        margin: 0; }
        .foot-address-area .foot-address .address-block .add-detail ul li {
          display: flex;
          align-items: center;
          justify-content: flex-start;
          font-size: 13px;
          line-height: 18px;
          font-weight: 400;
          text-transform: uppercase;
          text-transform: none;
          gap: 10px;
          color: #fff;
          padding-bottom: 5px; }
          .foot-address-area .foot-address .address-block .add-detail ul li a {
            color: #fff !important; }
          .foot-address-area .foot-address .address-block .add-detail ul li svg {
            stroke: #fff;
            fill: #fff; }
    .foot-address-area .foot-address .address-block .add-opening {
      padding: 0;
      margin: 0;
      display: flex;
      align-items: flex-start;
      justify-content: flex-start;
      gap: 10px;
      margin-top: 30px; }
      .foot-address-area .foot-address .address-block .add-opening .add-icon {
        margin-top: 5px; }
        .foot-address-area .foot-address .address-block .add-opening .add-icon svg {
          stroke: #fff;
          fill: #fff; }
      .foot-address-area .foot-address .address-block .add-opening .addopen-txt {
        font-size: 17px;
        line-height: 30px;
        color: #fff; }
        .foot-address-area .foot-address .address-block .add-opening .addopen-txt p {
          font-size: 13px;
          line-height: 18px;
          font-weight: 400;
          text-transform: uppercase;
          color: #fff; }

.gen-btn-area {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 30px; }

.button-area {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  margin-top: 20px; }

.ttc-btn1 {
  font-size: 14px;
  line-height: 24px;
  font-weight: bold;
  text-transform: uppercase;
  height: 50px;
  padding: 0 33px;
  border-radius: 29px;
  text-wrap: nowrap;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #000000 !important;
  background: #FFC132;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out; }
  .ttc-btn1 a {
    color: #fff !important; }
  .ttc-btn1:hover {
    background: #ce9819 !important;
    text-decoration: none;
    color: #fff !important;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transform: translateY(-5px);
    box-shadow: 0 11px 14px -7px rgba(0, 0, 0, 0.25); }

.ttc-btn2 {
  font-size: 14px;
  line-height: 24px;
  font-weight: bold;
  text-transform: uppercase;
  height: 50px;
  padding: 0 33px;
  border-radius: 29px;
  text-wrap: nowrap;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #FFC132 !important;
  background: #000000;
  border: 2px solid #FFC132;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out; }
  .ttc-btn2 a {
    color: #000000 !important; }
  .ttc-btn2:hover {
    background: #FFC132;
    border: 2px solid #FFC132;
    text-decoration: none;
    color: #000000 !important;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transform: translateY(-5px);
    box-shadow: 0 11px 14px -7px rgba(0, 0, 0, 0.25); }
  .ttc-btn2:focus {
    outline: none !important;
    box-shadow: none !important;
    background: transparent !important;
    border: 2px solid #ce9819;
    text-decoration: none;
    color: #000000 !important; }

.footer-area {
  background: #fff;
  padding: 60px 0 0 0; }
  .footer-area .footer1 {
    padding-bottom: 60px; }
    .footer-area .footer1 p {
      font-size: 11px;
      line-height: 15px;
      font-weight: 400;
      color: #000; }
    .footer-area .footer1 .foot-social {
      padding: 0;
      margin: 0;
      padding-top: 20px; }
      .footer-area .footer1 .foot-social ul {
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        padding: 0;
        margin: 0;
        gap: 10px; }
        .footer-area .footer1 .foot-social ul li {
          list-style-type: none !important; }
    .footer-area .footer1 .foot_align h3 {
      font-size: 20px;
      line-height: 26px;
      font-weight: 600;
      font-family: "Playfair Display", serif;
      margin: 0;
      padding-bottom: 10px;
      color: #000000; }
    .footer-area .footer1 .foot_sub-align {
      padding-top: 30px; }
      .footer-area .footer1 .foot_sub-align h3 {
        font-size: 20px;
        line-height: 26px;
        font-weight: 600;
        font-family: "Playfair Display", serif;
        margin: 0;
        padding-bottom: 10px;
        color: #000000; }
    .footer-area .footer1 .foot_link ul {
      padding-left: 0;
      margin-bottom: 0; }
      .footer-area .footer1 .foot_link ul li {
        font-size: 11px;
        line-height: 24px;
        list-style-type: none;
        color: #000 !important; }
        .footer-area .footer1 .foot_link ul li a {
          color: #000 !important; }
          .footer-area .footer1 .foot_link ul li a:hover {
            color: #FFC132 !important; }
    .footer-area .footer1 .foot_link img {
      width: 100%; }
    .footer-area .footer1 .foot_link.footmar-btm {
      margin-bottom: 70px; }
    .footer-area .footer1 .foot_link_two p {
      font-size: 13px !important;
      line-height: 20px !important;
      color: #000 !important; }
      .footer-area .footer1 .foot_link_two p a {
        color: #fff !important; }
        .footer-area .footer1 .foot_link_two p a:hover {
          color: #FFC132 !important; }
    .footer-area .footer1 .foot_link_two.footmar-btm {
      margin-bottom: 50px; }
    .footer-area .footer1 .foot_link_two ul li {
      font-size: 11px;
      line-height: 15px;
      font-weight: 400;
      list-style-type: circle;
      color: #fff !important; }
      .footer-area .footer1 .foot_link_two ul li a {
        color: #FFC132 !important; }
        .footer-area .footer1 .foot_link_two ul li a:hover {
          color: #ce9819 !important; }
    .footer-area .footer1 .foot-blog .blog-org {
      display: flex;
      align-items: center;
      justify-content: flex-start;
      gap: 10px;
      background: #433846;
      padding: 15px;
      border-radius: 20px;
      margin-bottom: 10px; }
      .footer-area .footer1 .foot-blog .blog-org:last-child {
        margin-bottom: 0; }
      .footer-area .footer1 .foot-blog .blog-org .blog-img img {
        width: 100%;
        border-radius: 10px;
        height: 70px;
        object-fit: cover; }
      .footer-area .footer1 .foot-blog .blog-org .blog-desc .blog-head {
        font-size: 16px;
        line-height: 26px;
        font-weight: bold;
        color: #fff; }
      .footer-area .footer1 .foot-blog .blog-org .blog-desc .blog-date {
        font-size: 12px;
        line-height: 20px;
        font-weight: 500; }
        .footer-area .footer1 .foot-blog .blog-org .blog-desc .blog-date a {
          color: #FFC132 !important; }
    .footer-area .footer1 .foot-events .events-org {
      display: flex;
      align-items: center;
      justify-content: flex-start;
      gap: 10px;
      background: #433846;
      padding: 15px;
      border-radius: 20px;
      margin-bottom: 10px; }
      .footer-area .footer1 .foot-events .events-org:last-child {
        margin-bottom: 0; }
      .footer-area .footer1 .foot-events .events-org .events-img img {
        width: 100%;
        border-radius: 10px;
        height: 110px;
        object-fit: cover; }
      .footer-area .footer1 .foot-events .events-org .events-desc .events-head {
        font-size: 16px;
        line-height: 26px;
        font-weight: bold;
        color: #fff;
        padding-bottom: 5px; }
      .footer-area .footer1 .foot-events .events-org .events-desc .events-price {
        font-size: 20px;
        line-height: 25px;
        font-weight: 500;
        padding-bottom: 5px;
        color: #fff; }
      .footer-area .footer1 .foot-events .events-org .events-desc .events-gst {
        font-size: 12px;
        line-height: 20px;
        font-weight: 500;
        color: #fff; }
  .footer-area .foot-about-txt {
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 24px !important;
    color: #fff !important; }
  .footer-area .foot-right {
    padding-right: 40px;
    margin-right: 40px;
    border-right: 1px solid #52576B; }

.copyright {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #1D1D1D;
  border-top: 5px solid #FFC132;
  color: #fff;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 14px;
  line-height: 28px; }
  .copyright a {
    color: #fff !important; }
    .copyright a:hover {
      text-decoration: underline !important; }
  .copyright img {
    float: right; }
  .copyright .btm-socialarea {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 5px; }
    .copyright .btm-socialarea ul {
      display: flex;
      align-items: flex-start;
      justify-content: flex-start;
      padding: 0;
      margin: 0;
      gap: 10px; }
      .copyright .btm-socialarea ul li {
        list-style-type: none !important; }
        .copyright .btm-socialarea ul li svg {
          fill: #fff;
          stroke: #fff; }
  .copyright .webdesifbing {
    font-size: 14px;
    line-height: 28px; }

.thankyoupage {
  padding-top: 60px;
  padding-bottom: 60px;
  text-align: center; }
  .thankyoupage h3 {
    font-size: 35px;
    line-height: 40px;
    font-weight: 600;
    padding-bottom: 20px;
    text-transform: uppercase;
    font-family: "Playfair Display", serif; }
  .thankyoupage a {
    color: #FFC132 !important; }
  .thankyoupage p {
    margin: 0;
    text-align: center; }
    .thankyoupage p:last-child {
      padding: 0;
      margin: 0; }

.inner-404-content {
  padding-top: 220px;
  padding-bottom: 80px; }
  .inner-404-content .contentBx {
    text-align: center; }
    .inner-404-content .contentBx h2 {
      font-size: 30px;
      line-height: 35px;
      font-weight: 500;
      font-weight: 600;
      font-family: "Playfair Display", serif;
      padding-bottom: 10px;
      color: #414141;
      margin: 30px 0 0 0; }

.genarea-heading h2 {
  font-size: 45px;
  line-height: 50px;
  font-weight: 600;
  margin-bottom: 0;
  font-family: "Playfair Display", serif;
  text-align: center;
  padding-bottom: 20px;
  text-transform: uppercase;
  text-align: center; }

.genarea-heading p {
  text-align: center !important; }

.top-padding {
  padding-top: 60px; }

.no-top-padding {
  padding-bottom: 0 !important; }

.bottom-padding {
  padding-bottom: 60px; }

.no-botm-padding {
  padding-bottom: 0 !important; }

.top-margin {
  margin-top: 30px !important; }

.common-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px; }

.bottom-margin {
  margin-bottom: 30px; }

.particle-moving1 img {
  animation: particlemove2 4.5s infinite linear; }

@keyframes particlemove2 {
  0% {
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0); }
  25% {
    transform: translate(10px, 10px);
    -webkit-transform: translate(10px, 10px); }
  50% {
    transform: translate(5px, 5px);
    -webkit-transform: translate(5px, 5px); }
  75% {
    transform: translate(10px, -5px);
    -webkit-transform: translate(10px, -5px); }
  100% {
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0); } }

.desktop-display {
  display: block !important;
  visibility: visible !important; }

.mob-display {
  display: none !important;
  visibility: hidden !important; }

.mobile-burger {
  display: none; }

.cover-img {
  background-size: cover; }

.mob-cart {
  display: none !important;
  visibility: hidden; }

.main-content-area .product-area {
  padding-top: 60px;
  padding-bottom: 60px; }
  .main-content-area .product-area .searchorerding {
    display: none;
    visibility: hidden; }
  .main-content-area .product-area .sidebarproductcategory h3 {
    font-size: 30px;
    line-height: 30px;
    font-weight: 800;
    padding-bottom: 10px;
    margin-bottom: 0;
    text-align: left;
    padding-bottom: 20px;
    font-family: "Playfair Display", serif; }
  .main-content-area .product-area .sidebarproductcategory ul {
    margin: 0 !important;
    padding: 0 !important; }
    .main-content-area .product-area .sidebarproductcategory ul li {
      font-size: 16px;
      font-weight: 400;
      line-height: 26px;
      padding: 0 0 0 30px;
      position: relative;
      margin-bottom: 8px !important;
      color: #000; }
      .main-content-area .product-area .sidebarproductcategory ul li::before {
        position: absolute;
        top: 2px;
        left: 0;
        content: '';
        background: url(../images/ttc-arrow.webp) no-repeat 0 0 !important;
        width: 20px !important;
        height: 20px; }
  .main-content-area .product-area .woocommerce-ordering select {
    border: 1px solid #000 !important;
    height: 40px !important;
    appearance: none;
    color: #414141 !important;
    font-style: normal !important;
    /* Disable the default arrow */
    -webkit-appearance: none;
    /* For WebKit-based browsers */
    -moz-appearance: none;
    /* For Firefox */
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: #fff !important;
    background-image: url('data:image/svg+xml;utf8,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6 9L12 15L18 9" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke="currentColor"/></svg>') !important;
    background-repeat: no-repeat !important;
    background-position: right 10px center !important;
    background-size: 20px !important;
    cursor: pointer; }
    .main-content-area .product-area .woocommerce-ordering select:hover {
      border: 1px solid #ce9819;
      background: transparent; }
  .main-content-area .product-area .content-area .products {
    padding-left: 0;
    transition: transform 0.3s ease;
    overflow: hidden; }
    .main-content-area .product-area .content-area .products h2 {
      font-size: 18px !important;
      line-height: 25px;
      font-weight: 600;
      padding-bottom: 10px;
      margin-bottom: 0;
      font-family: "Montserrat", sans-serif !important;
      text-align: center;
      text-transform: uppercase; }
    .main-content-area .product-area .content-area .products .product_type_simple {
      font-size: 14px;
      line-height: 24px;
      font-weight: bold;
      text-transform: uppercase;
      height: 50px;
      padding: 0 33px;
      border-radius: 29px;
      text-wrap: nowrap;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      color: #000000 !important;
      margin-top: 0 !important;
      background: #FFC132;
      transition: all 0.3s ease-in-out;
      -webkit-transition: all 0.3s ease-in-out; }
      .main-content-area .product-area .content-area .products .product_type_simple a {
        color: #fff !important; }
      .main-content-area .product-area .content-area .products .product_type_simple:hover {
        background: #ce9819 !important;
        text-decoration: none;
        color: #fff !important;
        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        transform: translateY(-5px);
        box-shadow: 0 11px 14px -7px rgba(0, 0, 0, 0.25); }
    .main-content-area .product-area .content-area .products li {
      position: relative;
      text-align: center; }
      .main-content-area .product-area .content-area .products li .bogo-badge {
        font-weight: 600;
        position: absolute;
        top: 0;
        right: 0;
        background: #E5C07D;
        color: #000;
        width: auto;
        padding: 10px; }
      .main-content-area .product-area .content-area .products li .img-box {
        border: 1px solid #FFC132;
        border-radius: 10px;
        text-align: center;
        padding: 10px;
        position: relative;
        margin-bottom: 10px;
        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out; }
        .main-content-area .product-area .content-area .products li .img-box img {
          width: 100% !important;
          height: 300px !important;
          object-fit: cover;
          object-position: center;
          margin: 0 auto !important;
          text-align: center; }
        .main-content-area .product-area .content-area .products li .img-box:hover {
          border: 1px solid #ce9819;
          transition: all 0.3s ease-in-out;
          -webkit-transition: all 0.3s ease-in-out; }
      .main-content-area .product-area .content-area .products li .onsale {
        background: #FFC132;
        width: 50px;
        height: 50px;
        border-radius: 100%; }
    .main-content-area .product-area .content-area .products .add_to_cart_button {
      font-size: 14px;
      line-height: 22px;
      font-weight: bold;
      letter-spacing: 0;
      text-transform: uppercase;
      height: 44px;
      padding: 0 20px 0 20px !important;
      border-radius: 22px;
      text-wrap: nowrap;
      display: flex !important;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      color: #000 !important;
      background: transparent !important;
      border: 2px solid #ce9819 !important;
      transition: all 0.3s ease-in-out;
      -webkit-transition: all 0.3s ease-in-out;
      width: fit-content !important;
      margin: 20px auto 0 auto !important; }
      .main-content-area .product-area .content-area .products .add_to_cart_button a {
        color: #000000 !important; }
      .main-content-area .product-area .content-area .products .add_to_cart_button:focus {
        box-shadow: none;
        outline: 0px; }
      .main-content-area .product-area .content-area .products .add_to_cart_button::after {
        content: "";
        background: url(../images/cart.svg) no-repeat 0 0 !important;
        margin: 0 0 0 15px;
        width: 16px;
        height: 18px;
        display: inline-flex; }
      .main-content-area .product-area .content-area .products .add_to_cart_button:hover {
        background: #FFC132 !important;
        text-decoration: none;
        border: 2px solid #ce9819;
        color: #fff !important;
        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        transform: translateY(-5px); }
    .main-content-area .product-area .content-area .products .product_type_variable {
      font-size: 14px;
      line-height: 44px;
      font-weight: bold;
      text-transform: uppercase;
      height: 44px;
      padding: 0 30px;
      border-radius: 22px;
      text-wrap: nowrap;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      color: #000000 !important;
      background: #E5C07D !important;
      transition: all 0.3s ease-in-out;
      -webkit-transition: all 0.3s ease-in-out;
      border: none !important; }
      .main-content-area .product-area .content-area .products .product_type_variable a {
        color: #000000 !important; }
      .main-content-area .product-area .content-area .products .product_type_variable::after {
        display: none !important;
        visibility: hidden !important; }
      .main-content-area .product-area .content-area .products .product_type_variable:focus {
        background: #b08c49 !important;
        color: #fff !important; }
      .main-content-area .product-area .content-area .products .product_type_variable:hover {
        background: #b08c49 !important;
        text-decoration: none;
        color: #fff !important;
        transition: all 0.3s ease-in-out;
        border: none !important;
        -webkit-transition: all 0.3s ease-in-out;
        transform: translateY(-5px);
        box-shadow: 0 11px 14px -7px rgba(0, 0, 0, 0.25); }
    .main-content-area .product-area .content-area .products .my-readmore-btn {
      font-size: 14px;
      line-height: 44px;
      font-weight: bold;
      text-transform: uppercase;
      height: 44px;
      padding: 0 15px;
      border-radius: 22px;
      text-wrap: nowrap;
      display: block !important;
      cursor: pointer;
      color: #fff !important;
      background: #A857BF !important;
      transition: all 0.3s ease-in-out;
      -webkit-transition: all 0.3s ease-in-out;
      padding: 0 30px !important;
      margin: 0 auto;
      width: fit-content; }
      .main-content-area .product-area .content-area .products .my-readmore-btn a {
        color: #fff !important; }
      .main-content-area .product-area .content-area .products .my-readmore-btn:hover {
        background: #ce9819 !important;
        text-decoration: none;
        color: #fff !important;
        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        transform: translateY(-5px);
        box-shadow: 0 11px 14px -7px rgba(0, 0, 0, 0.25); }
    .main-content-area .product-area .content-area .products.related {
      padding-top: 60px;
      padding-left: 0 !important;
      width: 100%; }
      .main-content-area .product-area .content-area .products.related h2 {
        font-size: 45px !important;
        line-height: 50px !important;
        font-weight: 600 !important;
        padding-bottom: 20px !important;
        margin-bottom: 0 !important;
        font-family: "Playfair Display", serif !important;
        text-align: center !important;
        text-transform: uppercase !important; }
        .main-content-area .product-area .content-area .products.related h2.woocommerce-loop-product__title {
          font-size: 18px !important;
          line-height: 25px !important;
          font-weight: 600;
          padding-bottom: 10px;
          margin-bottom: 0;
          font-family: "Montserrat", sans-serif !important;
          text-align: center;
          text-transform: uppercase; }
      .main-content-area .product-area .content-area .products.related ul {
        padding-left: 0 !important;
        display: flex !important;
        align-items: flex-start !important;
        justify-content: space-between !important; }
        .main-content-area .product-area .content-area .products.related ul li {
          margin: 0 20px 0 0 !important;
          width: 25% !important; }
  .main-content-area .product-area .content-area .woocommerce-product-gallery__wrapper {
    border: 1px solid #ce9819;
    border-radius: 10px;
    text-align: center;
    padding: 20px !important;
    overflow: hidden; }
    .main-content-area .product-area .content-area .woocommerce-product-gallery__wrapper img {
      border-radius: 10px; }
  .main-content-area .product-area .content-area .summary h1.product_title {
    font-size: 40px;
    line-height: 45px;
    font-weight: 800;
    padding-bottom: 10px;
    margin-bottom: 0;
    text-align: left;
    padding-bottom: 20px;
    font-family: "Playfair Display", serif; }
  .main-content-area .product-area .content-area .summary p {
    margin-bottom: 0; }
  .main-content-area .product-area .content-area .summary .bogo-single {
    background: #E5C07D;
    color: #000;
    font-weight: 600;
    width: fit-content;
    border-radius: 5px;
    margin-bottom: 20px;
    padding: 10px; }
  .main-content-area .product-area .content-area .summary .variations select {
    border: 1px solid #000 !important;
    height: 40px !important;
    appearance: none;
    /* Disable the default arrow */
    -webkit-appearance: none;
    /* For WebKit-based browsers */
    -moz-appearance: none;
    /* For Firefox */
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: #fff !important;
    background-image: url('data:image/svg+xml;utf8,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6 9L12 15L18 9" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke="currentColor"/></svg>') !important;
    background-repeat: no-repeat !important;
    background-position: right 10px center !important;
    background-size: 20px !important;
    cursor: pointer; }
    .main-content-area .product-area .content-area .summary .variations select:hover {
      border: 1px solid #ce9819;
      background: transparent; }
  .main-content-area .product-area .content-area .summary form.cart {
    display: block; }
  .main-content-area .product-area .content-area .summary form.bundle_form {
    height: 280px;
    overflow-y: auto; }
  .main-content-area .product-area .content-area .summary form .quantity {
    width: 20%; }
    .main-content-area .product-area .content-area .summary form .quantity .qty {
      border: 1px solid #A857BF !important;
      height: 50px !important;
      padding: 0 5px !important;
      width: 100%;
      margin: 0 !important; }
      .main-content-area .product-area .content-area .summary form .quantity .qty:hover {
        background: transparent; }
  .main-content-area .product-area .content-area .summary form .single_add_to_cart_button {
    font-size: 14px;
    line-height: 39px;
    font-weight: bold;
    text-transform: uppercase;
    height: 44px;
    padding: 0 15px;
    border-radius: 22px !important;
    text-wrap: nowrap;
    display: block !important;
    cursor: pointer;
    color: #ffff !important;
    background: #FFC132 !important;
    border: 1px solid #ce9819;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    margin: 0;
    width: fit-content;
    padding: 0 15px !important; }
    .main-content-area .product-area .content-area .summary form .single_add_to_cart_button a {
      color: #000000 !important; }
    .main-content-area .product-area .content-area .summary form .single_add_to_cart_button:hover {
      background: #FFC132 !important;
      border: 1px solid #ce9819;
      text-decoration: none;
      color: #ffff !important;
      transition: all 0.3s ease-in-out;
      -webkit-transition: all 0.3s ease-in-out;
      transform: translateY(-5px);
      box-shadow: 0 11px 14px -7px rgba(0, 0, 0, 0.25); }
  .main-content-area .product-area .content-area .summary .in-stock {
    color: #7fd92e !important;
    font-size: 16px !important;
    font-weight: bold;
    margin-bottom: 0; }
  .main-content-area .product-area .content-area .summary .enquiry-btn {
    font-size: 14px;
    line-height: 24px;
    font-weight: bold;
    text-transform: uppercase;
    height: 50px;
    padding: 0 33px;
    border-radius: 29px;
    text-wrap: nowrap;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #FFC132 !important;
    background: #000000;
    border: 2px solid #FFC132;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out; }
    .main-content-area .product-area .content-area .summary .enquiry-btn a {
      color: #000000 !important; }
    .main-content-area .product-area .content-area .summary .enquiry-btn:hover {
      background: #FFC132;
      border: 2px solid #FFC132;
      text-decoration: none;
      color: #000000 !important;
      transition: all 0.3s ease-in-out;
      -webkit-transition: all 0.3s ease-in-out;
      transform: translateY(-5px);
      box-shadow: 0 11px 14px -7px rgba(0, 0, 0, 0.25); }
    .main-content-area .product-area .content-area .summary .enquiry-btn:focus {
      outline: none !important;
      box-shadow: none !important;
      background: transparent !important;
      border: 2px solid #ce9819;
      text-decoration: none;
      color: #000000 !important; }
  .main-content-area .product-area .content-area .summary .product_meta {
    margin-bottom: 20px;
    border-radius: 10px;
    padding: 10px 20px 10px 20px;
    border: 1px solid #ce9819;
    background: #fffaef; }
    .main-content-area .product-area .content-area .summary .product_meta .sku_wrapper {
      display: block;
      width: 100%;
      font-weight: 700;
      padding-bottom: 10px;
      font-size: 18px; }
      .main-content-area .product-area .content-area .summary .product_meta .sku_wrapper span.sku {
        font-weight: 400 !important; }
    .main-content-area .product-area .content-area .summary .product_meta .posted_in {
      display: block;
      width: 100%;
      font-weight: 700;
      font-size: 18px;
      line-height: 32px; }
      .main-content-area .product-area .content-area .summary .product_meta .posted_in a {
        font-weight: 400; }
    .main-content-area .product-area .content-area .summary .product_meta .tagged_as {
      display: block;
      width: 100%;
      font-weight: 700;
      padding-bottom: 10px;
      font-size: 18px; }
      .main-content-area .product-area .content-area .summary .product_meta .tagged_as a {
        font-weight: 400; }
  .main-content-area .product-area .content-area .woocommerce-tabs ul {
    position: relative;
    padding: 0;
    border-bottom: 1px solid #ce9819 !important; }
    .main-content-area .product-area .content-area .woocommerce-tabs ul li {
      border: 1px solid #ce9819 !important;
      background-color: #fffaef !important;
      margin: 0px 0 -5px 0 !important;
      padding: 5px 20px !important;
      display: flex;
      align-items: flex-start;
      justify-content: flex-start; }
      .main-content-area .product-area .content-area .woocommerce-tabs ul li::before {
        content: "";
        background: url(../images/cart.svg) no-repeat 0 0 !important;
        margin: 0 0 0 15px;
        width: 32px;
        height: 20px;
        display: inline-flex; }
  .main-content-area .product-area .content-area .woocommerce-tabs .woocommerce-Tabs-panel h2 {
    font-size: 20px !important;
    line-height: 26px !important;
    font-weight: 600 !important;
    font-family: "Elsie", serif !important; }
  .main-content-area .product-area .content-area .woocommerce-tabs .woocommerce-Tabs-panel p {
    font-size: 14px;
    font-weight: 500;
    line-height: 22px !important; }
  .main-content-area .product-area .content-area .comment-form p {
    margin: 0 !important;
    padding: 0 !important; }
    .main-content-area .product-area .content-area .comment-form p.comment-form-comment {
      margin-top: 20px !important; }
      .main-content-area .product-area .content-area .comment-form p.comment-form-comment textarea {
        color: #000 !important;
        background: #fff !important;
        border: 2px solid #ce9819 !important;
        border-radius: 22px; }
  .main-content-area .product-area .content-area .comment-form .form-submit .submit {
    font-size: 16px;
    line-height: 40px;
    font-weight: bold;
    letter-spacing: 0;
    text-transform: uppercase;
    font-style: normal !important;
    height: 40px;
    padding: 0 20px 0 20px !important;
    border-radius: 22px;
    text-wrap: nowrap;
    display: flex !important;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #fff !important;
    background: #FFC132 !important;
    border: 1px solid #ce9819 !important;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    width: auto !important;
    margin: 0 !important; }
    .main-content-area .product-area .content-area .comment-form .form-submit .submit:hover {
      background: #FFC132 !important;
      color: #fff !important;
      border: 1px solid #ce9819 !important; }
  .main-content-area .product-area .content-area .shop_attributes p {
    font-style: normal !important; }
  .main-content-area .product-area .page-numbers {
    border: none !important; }
    .main-content-area .product-area .page-numbers li {
      margin: 3px !important;
      border: none !important; }
      .main-content-area .product-area .page-numbers li span {
        border: 1px solid #ce9819;
        border-radius: 10px;
        color: #000000;
        width: 36px;
        height: 30px; }
        .main-content-area .product-area .page-numbers li span.current {
          background: #ce9819 !important;
          color: #fff !important; }
      .main-content-area .product-area .page-numbers li a {
        background: #fffaef;
        color: #000000 !important;
        width: 36px;
        height: 30px;
        text-align: center;
        border: 1px solid #ce9819 !important;
        border-radius: 10px; }
        .main-content-area .product-area .page-numbers li a.next {
          font-size: 14px;
          line-height: 24px;
          text-align: center;
          text-transform: capitalize;
          color: #000000 !important;
          background: none;
          padding: 0;
          width: auto;
          border: none !important;
          line-height: 30px; }
          .main-content-area .product-area .page-numbers li a.next:hover {
            background: none !important; }
        .main-content-area .product-area .page-numbers li a.prev {
          font-size: 14px;
          line-height: 24px;
          text-align: center;
          text-transform: capitalize;
          color: #000000 !important;
          background: none;
          padding: 0;
          width: auto;
          border: none !important;
          line-height: 30px; }
          .main-content-area .product-area .page-numbers li a.prev:hover {
            background: none !important; }
