@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500&family=Philosopher:wght@400;700&family=Pinyon+Script&display=swap");
* {
  padding: 0px;
  margin: 0px; }

h1, h2, h3 {
  color: #111111;
  font-family: "Philosopher", sans-serif; }

body {
  font-size: 15px;
  color: #111111;
  font-family: "Poppins", sans-serif; }

html,
body {
  overflow-x: hidden; }

img {
  max-width: 100%; }

video.video {
  width: 100%; }

input:focus,
textarea:focus,
select:focus {
  outline: none; }

a {
  color: #dca497; }

a,
a:hover {
  text-decoration: none; }

input, textarea, select {
  font-family: 'Poppins', sans-serif; }

input:focus, textarea:focus, select:focus {
  outline: none; }

a:focus {
  outline: none; }

a, a:hover {
  text-decoration: none; }

button, button:focus {
  outline: none !important;
  box-shadow: none; }

.btn {
  padding: 20px 60px;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.2px;
  color: #181818;
  border-radius: 50px;
  font-weight: 500; }

.btn-primary {
  background: linear-gradient(90deg, #dca497 0%, #fedcd3 104.19%);
  border: 1px solid #dca497;
  color: #111111;
  position: relative;
  z-index: 9;
  overflow: hidden; }
  .btn-primary::after {
    content: "";
    position: absolute;
    left: -50%;
    bottom: -50%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #dca497 0%, #fedcd3 104.19%);
    z-index: -1;
    transition: all 0.5s ease-in-out;
    border-radius: 50%;
    transform: scale(0); }
  .btn-primary:hover, .btn-primary:focus {
    background: linear-gradient(90deg, #dca497 0%, #fedcd3 104.19%);
    border-color: #d2988a;
    color: #111111; }
    .btn-primary:hover::after, .btn-primary:focus::after {
      transform: scale(3); }

section {
  padding-top: 60px;
  padding-bottom: 60px; }

.bg-gray {
  background: #f7f9f9; }

.bg-charcol {
  background: #373F51; }

p {
  color: #111111;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6; }

.owl-nav button {
  position: absolute;
  top: 45%;
  transition: all 0.3s ease-in-out; }
  .owl-nav button i {
    font-size: 30px;
    color: #dca497; }
  .owl-nav button:hover {
    transform: scale(1.2); }
.owl-nav .disabled {
  opacity: 0; }
.owl-nav .owl-prev {
  left: -50px; }
.owl-nav .owl-next {
  right: -50px; }

.owl-dots {
  position: static;
  margin: 30px auto 0;
  text-align: center; }
  .owl-dots button {
    width: 20px;
    height: 20px;
    display: inline-block;
    border-radius: 50px;
    margin-left: 18px;
    border: 2px solid transparent !important;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .owl-dots button span {
      display: table;
      width: 10px;
      height: 10px;
      margin: auto;
      opacity: 0.4;
      border-radius: 50px;
      background: #373F51; }
  .owl-dots button.active {
    border: 2px solid #373F51 !important; }
    .owl-dots button.active span {
      opacity: 1;
      background: #373F51; }

.search-box {
  display: none;
  background-color: #fff;
  width: 100%;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999; }
  .search-box .inner_reasult {
    max-width: 1000px;
    margin: 60px auto 0; }
  .search-box form {
    position: relative; }
    .search-box form input {
      border: none;
      font-size: 20px;
      padding: 10px;
      padding-left: 35px;
      border-bottom: 1px solid #dca497;
      border-radius: 0;
      color: #111111;
      width: 100%; }
      .search-box form input::placeholder {
        color: #555555; }
    .search-box form .fa-search {
      font-size: 20px;
      position: absolute;
      left: 0;
      top: 15px;
      color: #111111; }
  .search-box button.close {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 40px;
    height: 40px;
    background: transparent;
    z-index: 9;
    border: transparent; }
  @media (max-width: 767px) {
    .search-box {
      padding: 15px; }
      .search-box button.close {
        width: 30px;
        height: 30px; } }

.search-box.show {
  display: block; }

a.support {
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
  position: fixed;
  top: 40%;
  z-index: 99;
  right: 0;
  background-color: #bb0018;
  color: #ffffff;
  font-size: 26px;
  font-weight: 400;
  line-height: 40px;
  text-align: center;
  padding: 22px 10px;
  border-radius: 10px 0 0 10px; }
  a.support img {
    width: 26px;
    margin-bottom: 15px;
    display: inline-block;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    margin-right: 10px; }

header {
  padding: 0;
  position: relative;
  z-index: 9;
  top: 0;
  z-index: 999;
  left: 0;
  width: 100%;
  right: 0;
  padding: 10px 0;
  background: #fff;
  transition: all 0.4s ease-in-out;
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.1); }
  header #navigation {
    display: inline-block;
    vertical-align: middle; }
    header #navigation ul {
      font-size: 0; }
    header #navigation li {
      display: inline-block;
      vertical-align: middle; }
      header #navigation li a {
        font-size: 14px;
        color: #111111;
        text-transform: capitalize;
        letter-spacing: 1.2px;
        padding: 10px 10px;
        transition: all 0.3s ease-in-out;
        position: relative;
        display: block;
        display: block; }
        header #navigation li a::before {
          content: "";
          position: absolute;
          left: 0;
          bottom: 0;
          width: 0;
          right: 0;
          margin: auto;
          height: 1px;
          background: #dca497;
          transition: all 0.3s ease-in-out; }
        header #navigation li a:hover {
          color: #dca497; }
          header #navigation li a:hover::before {
            width: 100%; }
    header #navigation li:last-child a {
      margin: 0; }
    header #navigation li.menu-item-has-children {
      position: relative; }
    header #navigation .submenu {
      position: absolute;
      top: 35px;
      display: block;
      border: transparent;
      right: 0;
      left: auto;
      opacity: 0;
      visibility: hidden;
      background-color: #dca497;
      padding: 10px 0;
      min-width: 220px;
      margin-bottom: 0;
      transform: scaleY(0);
      transform-origin: 0 0 0;
      transition: all 0.3s ease-in-out;
      box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1); }
      header #navigation .submenu li {
        width: 100%;
        position: relative; }
        header #navigation .submenu li a {
          margin: 0;
          padding: 10px;
          font-weight: 400;
          -webkit-transition: all 0.5s ease-in-out;
          -moz-transition: all 0.5s ease-in-out;
          -o-transition: all 0.5s ease-in-out;
          transition: all 0.5s ease-in-out;
          display: block;
          text-align: left;
          font-size: 14px;
          color: #111111; }
          header #navigation .submenu li a:before {
            display: none; }
          header #navigation .submenu li a:hover {
            background: #c18a7d;
            color: #111111; }
        header #navigation .submenu li .submenu {
          left: 100%;
          top: -1px; }
        header #navigation .submenu li:hover > .submenu {
          visibility: visible;
          opacity: 1;
          transform: scaleY(1); }
        header #navigation .submenu li .fa-angle-right {
          float: right;
          margin-top: 5px; }
        header #navigation .submenu li.menu-item-has-children a::after {
          -webkit-transform: rotate(-45deg);
          float: right;
          margin: 8px 0; }
    header #navigation li.menu-item-has-submenu > a::after, header #navigation .menu-item-has-children > a::after {
      display: inline-block;
      margin-left: 5px;
      vertical-align: top;
      content: "";
      border: 0.7px solid #111111;
      border-width: 0 1.8px 1.8px 0;
      padding: 2.5px;
      transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      margin-top: 5px; }
    header #navigation li.menu-item-has-submenu a:hover::after, header #navigation .menu-item-has-children a:hover::after {
      border: 0.7px solid #dca497;
      border-width: 0 1.8px 1.8px 0; }
    header #navigation li.menu-item-has-children:hover > .submenu {
      opacity: 1;
      visibility: visible;
      transform: scaleY(1); }
  header .logo-sec img {
    transition: all 0.5s ease-in-out;
    max-width: 135px; }
  header.sticky {
    top: 0;
    z-index: 999;
    background: rgba(255, 221, 86, 0.98); }
    header.sticky .logo-sec img {
      max-width: 60px; }
  header .cart-sec {
    display: inline-block;
    vertical-align: middle;
    border-left: 1px solid #daa1a1; }
    header .cart-sec li {
      display: inline-block;
      vertical-align: middle;
      padding-left: 15px; }
      header .cart-sec li a {
        position: relative;
        font-size: 18px;
        color: #dca497; }
      header .cart-sec li .cn {
        position: absolute;
        right: -10px;
        top: -10px;
        background: #e7d2ce;
        min-width: 20px;
        min-height: 20px;
        border-radius: 10px;
        color: #111111;
        font-size: 12px;
        text-align: center;
        font-weight: 500; }
  header ul {
    margin: 0;
    padding: 0; }

header.entry-header {
  background: transparent;
  position: static;
  box-shadow: none;
  transition: initial; }
  header.entry-header h1.entry-title {
    font-weight: 600;
    font-size: 35px; }

.ship-part {
  position: relative;
  z-index: 9; }
  .ship-part img.dots {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1; }
  .ship-part .ship {
    height: 100%;
    background: #5c6579;
    padding: 15px;
    text-align: center;
    border-radius: 10px;
    transition: all 0.3s ease-in-out;
    max-width: 270px;
    margin: auto; }
    .ship-part .ship i {
      font-size: 40px;
      margin: 0 0 15px;
      color: #fff; }
    .ship-part .ship h3 {
      font-size: 22px;
      text-transform: capitalize;
      color: #fff; }
    .ship-part .ship p {
      color: #fff;
      font-size: 12px;
      line-height: 1.6;
      letter-spacing: 1px;
      text-transform: uppercase;
      margin: 0; }
    .ship-part .ship:hover {
      transform: translate(0, -10px); }

/***** Banner ****************/
div.banner-part {
  position: relative;
  overflow: hidden; }
  div.banner-part .item > img {
    width: 100%;
    object-fit: cover; }
  div.banner-part .logo_area {
    max-width: 345px;
    margin: auto; }
  div.banner-part .banner_text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    text-align: center;
    overflow: hidden;
    align-items: center;
    background: rgba(0, 0, 0, 0.2); }
    div.banner-part .banner_text .row {
      height: 100%; }
    div.banner-part .banner_text h1 {
      color: #ffffff;
      font-size: 72px;
      line-height: 90px;
      font-variant: small-caps;
      margin: 40px 0 20px;
      font-weight: 600; }
    div.banner-part .banner_text h4 {
      color: #ffffff;
      font-size: 34px;
      line-height: 40px;
      font-variant: small-caps;
      letter-spacing: 8px;
      font-weight: 600; }
    div.banner-part .banner_text .scroll {
      margin: 30px auto 0;
      width: 35px;
      text-align: center;
      -webkit-animation-duration: 2s;
      animation-duration: 2s;
      -webkit-animation-iteration-count: infinite;
      animation-iteration-count: infinite;
      z-index: 9; }
      div.banner-part .banner_text .scroll img {
        width: auto; }
    div.banner-part .banner_text .bounce-5 {
      animation-name: bounce-5;
      animation-timing-function: ease; }
@keyframes bounce-5 {
  0% {
    transform: scale(1, 1) translateY(0); }
  10% {
    transform: scale(1.1, 0.9) translateY(0); }
  30% {
    transform: scale(0.9, 1.1) translateY(-30px); }
  50% {
    transform: scale(1, 1) translateY(0); }
  57% {
    transform: scale(1, 1) translateY(-7px); }
  64% {
    transform: scale(1, 1) translateY(0); }
  100% {
    transform: scale(1, 1) translateY(0); } }
    div.banner-part .banner_text a.btn {
      display: inline-block;
      margin: 20px 0; }
  div.banner-part .owl-dots {
    position: absolute;
    right: 0;
    bottom: 50px;
    max-width: 1140px;
    left: 0;
    margin: auto;
    text-align: center; }
    div.banner-part .owl-dots button {
      width: 30px;
      height: 30px;
      display: inline-block;
      border-radius: 50px;
      margin-left: 18px;
      border: 2px solid transparent !important;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      div.banner-part .owl-dots button span {
        display: table;
        width: 15px;
        height: 15px;
        margin: auto;
        opacity: 0.4;
        border-radius: 50px;
        background: #fff; }
    div.banner-part .owl-dots button.active {
      border: 2px solid #fff !important; }
      div.banner-part .owl-dots button.active span {
        opacity: 1;
        background: #fff; }

.about-sec {
  padding: 35px 0 0;
  position: relative;
  z-index: 9;
  overflow: hidden; }
  .about-sec .container {
    position: relative;
    z-index: 9; }
  .about-sec .bg_shape {
    right: 0;
    top: 21.1%;
    background: #fff;
    position: absolute;
    width: 50%;
    height: 100%;
    z-index: 0; }
  .about-sec::after {
    content: "";
    position: absolute;
    width: 94%;
    height: 600px;
    left: 0;
    top: 0;
    background: #dca497;
    z-index: -1; }
  .about-sec::before {
    content: "";
    position: absolute;
    width: 6%;
    height: 100%;
    right: 0;
    top: 0;
    background: #ffffff;
    z-index: 9; }
  .about-sec .m-title {
    margin-bottom: 55px; }
  .about-sec h2 {
    font-size: 60px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    font-variant: small-caps; }
    .about-sec h2 span {
      font-family: "Pinyon Script";
      font-size: 50px;
      font-weight: 400;
      font-style: normal;
      letter-spacing: 1.09px;
      line-height: 43.89px;
      font-variant: common-ligatures; }
  .about-sec .line {
    max-width: 130px;
    margin-left: auto;
    opacity: 0.4; }
  .about-sec .image-wrap1 {
    position: relative;
    z-index: 9; }
    .about-sec .image-wrap1 img:first-child {
      width: 100%; }
    .about-sec .image-wrap1 img.img_shape1 {
      position: absolute;
      left: -50px;
      top: -22px;
      max-width: 270px;
      border-radius: 40px 0 70px 0; }
    .about-sec .image-wrap1 img.img_shape2 {
      position: absolute;
      bottom: 20px;
      right: -50px;
      border-radius: 40px 0 70px 0;
      max-width: 200px; }
  .about-sec .text-wrap1 {
    background: #fff;
    padding: 30px;
    margin-top: -25px;
    margin-left: -15px;
    position: relative;
    border-radius: 0 30px 0 0; }
    .about-sec .text-wrap1 h3 {
      color: #111111;
      font-family: Philosopher;
      font-size: 45px;
      margin: 0 0 10px; }
    .about-sec .text-wrap1 a.link {
      color: #303030;
      font-size: 14px;
      font-weight: 700;
      line-height: 24px;
      text-decoration: underline;
      text-transform: uppercase;
      padding: 5px 0;
      display: inline-block;
      letter-spacing: 4.2px;
      margin-top: 10px;
      margin-bottom: 20px; }

.title {
  padding-bottom: 25px; }
  .title h2 {
    color: #dca497;
    text-transform: uppercase;
    font-size: 26px;
    font-weight: 700; }

.product-global-sec {
  border-bottom: 1px dashed #ddd; }
  .product-global-sec a.btn {
    padding: 8px 20px;
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase; }
  .product-global-sec .owl-dots button span {
    background: #dca497; }
  .product-global-sec .owl-dots button.active {
    border-color: #dca497 !important; }
    .product-global-sec .owl-dots button.active span {
      background: #dca497; }

.pro-box {
  margin: 0 0 25px;
  background: #fff;
  padding: 10px;
  border-radius: 8px;
  box-shadow: 0 10px 20px #ededed; }
  .pro-box a.wishlist {
    float: right;
    margin-top: 5px;
    font-size: 20px;
    color: #7D7461; }
  .pro-box a.tinvwl-icon-heart {
    float: right;
    margin-top: 5px;
    font-size: 20px;
    color: #7D7461; }
  .pro-box .flexing-ratings {
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 13px;
    margin-top: 10px; }
    .pro-box .flexing-ratings .flex-cn {
      padding: 2px 6px;
      margin-right: 10px;
      background: #dca497; }
    .pro-box .flexing-ratings .flexing-reviews {
      color: #555; }
  .pro-box .sale-tag {
    position: absolute;
    left: -5px;
    top: -5px; }
    .pro-box .sale-tag img {
      width: 35px !important;
      height: 40px !important; }
  .pro-box .pro-img {
    position: relative; }
    .pro-box .pro-img .add-cart {
      position: absolute;
      right: 10px;
      bottom: -15px;
      background: #fff;
      width: 40px;
      height: 40px;
      border-radius: 50%;
      text-align: center;
      line-height: 30px;
      padding: 5px;
      color: #555;
      border: 1px solid #ddd;
      font-size: 15px; }
    .pro-box .pro-img .best-value {
      position: absolute;
      bottom: 0;
      right: 0;
      width: 65px; }
    .pro-box .pro-img .popular-tag {
      position: absolute;
      left: -10px;
      top: 0;
      background: #dca497;
      padding: 5px 10px;
      font-size: 13px;
      font-weight: 500;
      border-top-right-radius: 30px;
      border-bottom-right-radius: 30px;
      color: #222; }
    .pro-box .pro-img .dsct {
      position: absolute;
      top: 0;
      right: -10px;
      padding: 5px 10px;
      font-size: 13px;
      font-weight: 500;
      border-top-left-radius: 30px;
      border-bottom-left-radius: 30px;
      display: table;
      color: #fff;
      z-index: 9;
      background: #555; }
    .pro-box .pro-img a > img {
      object-fit: cover;
      width: 100%;
      margin: auto;
      height: 350px;
      border-radius: 6px; }
    .pro-box .pro-img img {
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
    .pro-box .pro-img span.sale-tag {
      position: absolute;
      right: 10px;
      top: 10px;
      z-index: 9; }
  .pro-box h2 {
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
    color: #111111;
    margin-top: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical; }
    .pro-box h2 a {
      color: #111111;
      transition: all 0.3s ease-in-out; }
      .pro-box h2 a:hover {
        color: #dca497; }
  .pro-box span.price {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #000000;
    margin: 12px 0;
    display: table;
    text-align: left; }
    .pro-box span.price del {
      color: #999; }
  .pro-box ul {
    padding: 0;
    display: flex; }
    .pro-box ul li {
      margin-right: 5px;
      font-size: 10px;
      color: #EA6C25; }
  .pro-box a.add-to-cart {
    display: block;
    border: 1px solid #dca497;
    padding: 10px;
    text-align: center;
    border-radius: 6px;
    font-size: 13px;
    color: #000;
    text-transform: uppercase;
    font-weight: 500;
    background: #dca497;
    transition: all 0.3s ease-in-out; }
    .pro-box a.add-to-cart:hover {
      background: #FFFC99; }

section.bg-charcol .pro-box {
  box-shadow: 0 10px 20px #282f3d; }

.vdo-modal .modal-dialog {
  max-width: 800px; }
.vdo-modal button.btn-close {
  position: absolute;
  right: 0;
  top: 0;
  background: #fff;
  padding: 0;
  width: 40px;
  height: 40px;
  text-shadow: none;
  z-index: 9;
  opacity: 1;
  font-size: 25px;
  color: #dca497; }
.vdo-modal iframe {
  width: 100% !important; }

.video-sec {
  position: relative;
  z-index: 9; }
  .video-sec .rb-corner {
    position: absolute;
    right: 10px;
    bottom: 10px;
    max-width: 200px; }
  .video-sec .items {
    padding: 0 15px; }
  .video-sec .video-box {
    position: relative;
    transition: 0.3s all ease-out; }
    .video-sec .video-box img {
      aspect-ratio: 16 / 9;
      object-fit: cover;
      border-radius: 10px;
      overflow: hidden; }
    .video-sec .video-box::after {
      content: "";
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      background: rgba(3, 10, 46, 0.25);
      opacity: 0;
      transition: all .3s;
      border-radius: 10px; }
    .video-sec .video-box:hover {
      transform: scale(0.98); }
      .video-sec .video-box:hover a.play {
        transform: scale(1.2); }
      .video-sec .video-box:hover:after {
        opacity: 1; }
    .video-sec .video-box a.play {
      position: absolute;
      background: #dca497;
      width: 65px;
      height: 65px;
      border-radius: 50px;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto;
      display: flex;
      justify-content: center;
      align-items: center;
      z-index: 9;
      transition: all .3s;
      text-decoration: none; }
      .video-sec .video-box a.play i {
        color: #111111;
        font-size: 35px; }
  .video-sec .owl-nav .owl-prev {
    left: -25px; }
  .video-sec .owl-nav .owl-next {
    right: -25px; }

.testimonial {
  background: #dca497;
  position: relative;
  z-index: 9; }
  .testimonial .sharee-trp {
    position: absolute;
    max-width: 250px;
    top: 0;
    left: 0;
    z-index: -1; }
  .testimonial .item {
    background: #cc9487;
    border-radius: 25px;
    padding: 20px 30px;
    position: relative; }
    .testimonial .item .quote {
      position: absolute;
      right: 20px;
      width: 50px;
      top: 20px; }
  .testimonial .top-sec {
    overflow: hidden;
    position: relative;
    padding-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center; }
    .testimonial .top-sec figure {
      width: 80px;
      height: 80px;
      border-radius: 50%;
      overflow: hidden;
      margin: 0; }
      .testimonial .top-sec figure img {
        height: 100%;
        object-fit: cover;
        border-radius: 50%; }
    .testimonial .top-sec h4 {
      font-size: 18px;
      font-weight: 600; }
    .testimonial .top-sec h6 {
      font-weight: 500;
      font-size: 12px;
      line-height: 1.2;
      text-transform: uppercase;
      color: #373f51; }
  .testimonial p {
    font-style: italic; }
  .testimonial .cl-content {
    flex: 1 0 0%;
    padding-left: 15px; }
  .testimonial .owl-nav button i {
    color: #373F51; }
  .testimonial .owl-nav .owl-prev {
    left: -50px; }
  .testimonial .owl-nav .owl-next {
    right: -50px; }
  .testimonial .title h2 {
    color: #111111; }
  .testimonial .title .line-shape {
    mix-blend-mode: color-burn; }

.address_area {
  padding: 30px 0;
  text-align: center; }
  .address_area .f-logo img {
    opacity: 0.4;
    max-width: 256px;
    margin: 0px auto 45px; }
  .address_area .adr_box {
    width: 90px;
    height: 90px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px; }
    .address_area .adr_box i {
      font-size: 35px;
      color: #dca497;
      opacity: 0.8;
      transition: all 0.3s ease-in-out; }
      .address_area .adr_box i:hover {
        opacity: 1; }
  .address_area a, .address_area address {
    opacity: 0.6;
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    flex: 1 0 0%;
    text-align: left;
    margin: 0; }
    .address_area a:hover, .address_area address:hover {
      opacity: 1;
      color: #dca497; }
  .address_area address br {
    display: none; }
  .address_area .map {
    line-height: 0;
    border-radius: 10px;
    overflow: hidden; }
  .address_area .address-list {
    list-style: none; }
    .address_area .address-list li {
      display: flex;
      align-items: center;
      flex-wrap: wrap;
      gap: 30px;
      margin: 0 0 30px; }

/********============ START WOOCOMMERCE ===========**************/
body.single-product .woocommerce-breadcrumb {
  margin: 30px 0 35px !important; }

.single-product .woocommerce-product-gallery {
  padding: 0;
  width: 100% !important;
  float: none !important; }
  .single-product .woocommerce-product-gallery figure {
    border: 1px solid #cac9c9;
    overflow: hidden; }
.single-product .row {
  position: relative; }
  .single-product .row span.onsale {
    min-height: auto;
    min-width: auto;
    width: 40px;
    height: 40px;
    padding: 4px;
    text-align: center;
    line-height: 2.4;
    background-color: #dca497;
    color: #111111; }
.single-product .summary {
  padding: 0 15px; }
  .single-product .summary h1.product_title.entry-title {
    font-weight: 600;
    font-size: 35px; }
  .single-product .summary .price {
    margin: 0; }
    .single-product .summary .price span {
      font-size: 20px;
      line-height: 1.5;
      text-transform: uppercase;
      color: #111111; }
    .single-product .summary .price del {
      opacity: 0.5 !important;
      color: #656565;
      margin-right: 6px;
      font-weight: 600; }
    .single-product .summary .price ins {
      text-decoration: none; }
  .single-product .summary .star-rating span {
    color: #dca497; }
  .single-product .summary .fa-3x.wspinner i {
    color: #fc0; }
  .single-product .summary .woocommerce-product-rating .woocommerce-review-link {
    color: #dca497; }
.single-product .woocommerce-product-details__short-description {
  margin: 30px 0 0; }
  .single-product .woocommerce-product-details__short-description h3 {
    font-size: 22px;
    line-height: 25px;
    text-transform: capitalize;
    color: #161a1e; }
  .single-product .woocommerce-product-details__short-description p {
    font-size: 15px;
    line-height: 28px;
    color: #161a1e; }
.single-product form.variations_form.cart {
  flex-wrap: wrap; }
.single-product form.cart {
  margin-top: 20px;
  display: flex;
  align-items: center;
  position: relative; }
  .single-product form.cart .qib-container button.qib-button {
    height: 50px !important;
    width: 40px !important;
    font-size: 25px !important;
    background: #dca497 !important;
    border-color: #dca497 !important; }
  .single-product form.cart .qib-container button.plus {
    border-radius: 0 6px 6px 0 !important; }
  .single-product form.cart .qib-container button.minus {
    border-radius: 6px 0 0 6px !important; }
  .single-product form.cart .qib-container input {
    background: #ffffff;
    border: 1px solid #dca497;
    height: 50px !important;
    width: 120px !important; }
  .single-product form.cart .woocommerce-variation-add-to-cart {
    display: flex; }
  .single-product form.cart .variations select {
    padding: 10px;
    border: 1px solid #c4c4c4;
    border-radius: 0;
    height: 45px;
    width: 100%;
    margin: 0; }
  .single-product form.cart .variations label {
    font-size: 16px;
    line-height: 25px;
    margin: 8px 0 0;
    text-transform: capitalize;
    color: #161a1e; }
  .single-product form.cart .variations td.value {
    display: flex;
    align-items: center; }
  .single-product form.cart .variations a.reset_variations {
    display: inline-block;
    background-color: #ffffff;
    border: 1px solid #cac9c9;
    font-style: normal;
    font-size: 18px;
    line-height: 32px;
    text-align: center;
    text-transform: uppercase;
    color: #161a1e !important;
    height: 45px;
    transition: all 0.3s ease-in-out;
    margin: 0 0px;
    opacity: 1;
    padding: 5px 20px; }
    .single-product form.cart .variations a.reset_variations:hover {
      background: #6dc0a2; }
  .single-product form.cart button.single_add_to_cart_button {
    padding: 20px 80px;
    font-size: 15px;
    border-radius: 50px;
    font-weight: 500;
    background: linear-gradient(90deg, #dca497 0%, #fedcd3 104.19%);
    border: 1px solid #dca497;
    color: #111111;
    position: relative;
    z-index: 9;
    overflow: hidden;
    text-transform: uppercase;
    height: 55px !important; }
    .single-product form.cart button.single_add_to_cart_button::after {
      content: "";
      position: absolute;
      left: -50%;
      bottom: -50%;
      width: 100%;
      height: 100%;
      background: linear-gradient(90deg, #dca497 0%, #fedcd3 104.19%);
      z-index: -1;
      transition: all 0.5s ease-in-out;
      border-radius: 50%;
      transform: scale(0); }
    .single-product form.cart button.single_add_to_cart_button:hover, .single-product form.cart button.single_add_to_cart_button:focus {
      background: linear-gradient(90deg, #dca497 0%, #fedcd3 104.19%);
      border-color: #d2988a;
      color: #111111; }
      .single-product form.cart button.single_add_to_cart_button:hover::after, .single-product form.cart button.single_add_to_cart_button:focus::after {
        transform: scale(3); }
  .single-product form.cart .tinv-wishlist {
    width: auto; }
  .single-product form.cart .socialshare {
    margin-left: 10px;
    position: relative; }
    .single-product form.cart .socialshare img {
      width: auto; }
  .single-product form.cart a.tinvwl_add_to_wishlist_button, .single-product form.cart .socialshare a.spsi {
    background: #ffffff;
    border: 1px solid #cac9c9;
    font-style: normal;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    text-transform: uppercase;
    color: #161a1e;
    height: 50px !important;
    width: 50px !important;
    transition: all 0.3s ease-in-out;
    padding: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1 !important;
    margin: 0 0 0 15px;
    border-radius: 6px; }
    .single-product form.cart a.tinvwl_add_to_wishlist_button:hover, .single-product form.cart .socialshare a.spsi:hover {
      background: #dca497;
      border-color: #dca497; }
    .single-product form.cart a.tinvwl_add_to_wishlist_button::before, .single-product form.cart .socialshare a.spsi::before {
      font-size: 32px;
      margin: auto !important;
      position: static !important;
      width: 30px;
      height: 30px; }
  .single-product form.cart > a {
    margin-left: 20px; }
  .single-product form.cart .spss {
    position: absolute;
    right: 0;
    top: 56px;
    background: #fff;
    padding: 6px;
    border: 1px solid #cac9c9;
    width: 50px;
    text-align: center; }
    .single-product form.cart .spss .heateor_sss_sharing_ul {
      display: block;
      overflow: hidden; }
      .single-product form.cart .spss .heateor_sss_sharing_ul a {
        display: table !important;
        float: none;
        margin: auto !important;
        padding: 3px !important; }
.single-product .product_meta a {
  color: #757575;
  font-size: 13px; }
  .single-product .product_meta a:hover {
    color: #dca497; }
.single-product .woocommerce-notices-wrapper .woocommerce-message {
  color: #111111;
  border-top-color: #dca497; }
.single-product .woocommerce-notices-wrapper a.button.wc-forward {
  background: #dca497;
  color: #111111;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 13px; }

.woocommerce-checkout form.checkout_coupon.woocommerce-form-coupon {
  max-width: 600px; }
  .woocommerce-checkout form.checkout_coupon.woocommerce-form-coupon p.form-row {
    width: 100%; }
  .woocommerce-checkout form.checkout_coupon.woocommerce-form-coupon input:not([type=submit]) {
    padding: 10px;
    border: 1px solid #cac9c9;
    border-radius: 4px;
    height: 45px;
    font-size: 14px; }
  .woocommerce-checkout form.checkout_coupon.woocommerce-form-coupon button.button {
    padding: 15px 20px;
    font-size: 15px;
    letter-spacing: 0.2px;
    border-radius: 50px;
    font-weight: 500;
    background: linear-gradient(90deg, #dca497 0%, #fedcd3 104.19%);
    border: 1px solid #dca497;
    color: #111111;
    position: relative;
    z-index: 9;
    overflow: hidden;
    text-transform: capitalize; }
    .woocommerce-checkout form.checkout_coupon.woocommerce-form-coupon button.button::after {
      content: "";
      position: absolute;
      left: -50%;
      bottom: -50%;
      width: 100%;
      height: 100%;
      background: linear-gradient(90deg, #dca497 0%, #fedcd3 104.19%);
      z-index: -1;
      transition: all 0.5s ease-in-out;
      border-radius: 50%;
      transform: scale(0); }
    .woocommerce-checkout form.checkout_coupon.woocommerce-form-coupon button.button:hover, .woocommerce-checkout form.checkout_coupon.woocommerce-form-coupon button.button:focus {
      background: linear-gradient(90deg, #dca497 0%, #fedcd3 104.19%);
      border-color: #d2988a;
      color: #111111; }
      .woocommerce-checkout form.checkout_coupon.woocommerce-form-coupon button.button:hover::after, .woocommerce-checkout form.checkout_coupon.woocommerce-form-coupon button.button:focus::after {
        transform: scale(3); }
.woocommerce-checkout .woocommerce-info {
  border-top-color: #dca497; }
  .woocommerce-checkout .woocommerce-info a {
    color: #dca497; }

.woo_asps .woocommerce-tabs ul.tabs {
  padding: 0 !important;
  border-bottom: 1px solid #cac9c9; }
  .woo_asps .woocommerce-tabs ul.tabs::before {
    display: none; }
  .woo_asps .woocommerce-tabs ul.tabs li {
    padding: 0 !important;
    border: transparent !important;
    margin: 0 !important;
    background: transparent !important;
    margin-right: 10px !important; }
    .woo_asps .woocommerce-tabs ul.tabs li::before, .woo_asps .woocommerce-tabs ul.tabs li::after {
      display: none; }
    .woo_asps .woocommerce-tabs ul.tabs li a {
      font-style: normal;
      font-size: 15px;
      line-height: 22px;
      text-transform: capitalize;
      color: #111111 !important;
      border-bottom: 3px solid transparent;
      border-radius: 0 !important;
      transition: all 0.3s ease-in-out;
      padding: 10px 12px !important;
      font-weight: 500 !important; }
  .woo_asps .woocommerce-tabs ul.tabs li.active a {
    border-color: #dca497 !important;
    color: #dca497 !important; }
.woo_asps .woocommerce-tabs div#tab-description h2 {
  display: none; }
.woo_asps .woocommerce-tabs ol.commentlist {
  padding: 0; }
.woo_asps .woocommerce-tabs h2.woocommerce-Reviews-title {
  margin: 0 0 25px;
  font-size: 25px;
  font-weight: 600; }
.woo_asps .woocommerce-tabs .panel p {
  font-size: 14px;
  line-height: 25px;
  color: #161a1e; }
.woo_asps .woocommerce-tabs .panel li {
  font-size: 14px;
  line-height: 30px;
  color: #111111; }
.woo_asps #review_form_wrapper #reply-title {
  margin: 0 0 25px;
  font-size: 25px;
  font-weight: 600;
  font-family: "Philosopher", sans-serif; }
.woo_asps #review_form_wrapper form {
  border: 1px solid #cac9c9;
  max-width: 800px;
  padding: 20px 10px;
  margin: 15px 0 0;
  display: flex;
  flex-wrap: wrap;
  border-radius: 6px;
  box-shadow: 0 10px 20px #ededed; }
  .woo_asps #review_form_wrapper form > * {
    width: 100%;
    padding: 0 10px; }
  .woo_asps #review_form_wrapper form input:not([type="submit"]):not([type="checkbox"]), .woo_asps #review_form_wrapper form textarea {
    border: 1px solid #cac9c9;
    height: 45px;
    border-radius: 6px;
    width: 100%; }
  .woo_asps #review_form_wrapper form p.comment-form-author, .woo_asps #review_form_wrapper form p.comment-form-email {
    width: 50%;
    display: inline-block;
    vertical-align: top; }
  .woo_asps #review_form_wrapper form .form-submit {
    text-align: right; }
    .woo_asps #review_form_wrapper form .form-submit input#submit {
      background: linear-gradient(90deg, #dca497 0%, #fedcd3 104.19%);
      border: 1px solid #dca497;
      position: relative;
      z-index: 9;
      overflow: hidden;
      padding: 12px 40px;
      font-size: 16px;
      line-height: 1.5;
      letter-spacing: 0.2px;
      color: #111111;
      border-radius: 50px;
      font-weight: 500; }
.woo_asps section.related.products {
  text-align: center;
  padding-top: 30px; }
  .woo_asps section.related.products h2 {
    color: #dca497;
    text-transform: uppercase;
    font-size: 26px;
    font-weight: 700;
    margin: 0 0 25px; }

.woocommerce {
  width: 100%; }
  .woocommerce .return-to-shop {
    width: 100%; }
    .woocommerce .return-to-shop a.button {
      background: #dca497;
      border-radius: 4px;
      display: inline-block;
      padding: 15px 20px;
      font-weight: 500;
      font-size: 15px;
      color: #111111 !important;
      text-transform: uppercase; }
  .woocommerce .woocommerce-info {
    border-top-color: #dca497;
    width: 100%; }
    .woocommerce .woocommerce-info::after {
      color: #dca497; }
    .woocommerce .woocommerce-info a.button {
      background: #dca497;
      color: #111111;
      font-weight: 400; }
  .woocommerce .woocommerce-breadcrumb {
    margin: 30px 0 10px !important;
    background: #f1f1f1;
    padding: 10px 15px !important; }
    .woocommerce .woocommerce-breadcrumb a {
      color: #dca497; }
  .woocommerce .woocommerce-result-count {
    width: auto;
    color: #757575;
    font-size: 14px; }
  .woocommerce .woocommerce-ordering {
    width: auto;
    margin-left: auto !important; }
    .woocommerce .woocommerce-ordering select {
      width: 100%;
      background: #ffffff;
      border: 1px solid #cac9c9;
      border-radius: 6px;
      height: 45px;
      padding: 10px;
      font-size: 15px;
      line-height: 28px;
      letter-spacing: 0.02em;
      color: #111111;
      transition: all 0.3s ease-in-out; }
  .woocommerce ul.products::after, .woocommerce ul.products::before {
    display: none; }
  .woocommerce ul.products img.size-woocommerce_thumbnail {
    object-fit: contain;
    display: block !important;
    border-radius: 6px; }
  .woocommerce ul.products h2.woocommerce-loop-product__title {
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
    color: #dca497;
    margin-top: 15px !important;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-align: left;
    padding: 0 !important; }
  .woocommerce ul.products span.price span {
    font-size: 14px;
    line-height: 21px;
    font-weight: 500;
    color: #111111; }
  .woocommerce ul.products span.price ins {
    text-decoration: none; }
  .woocommerce ul.products .star-rating {
    margin: 10px auto 20px; }
    .woocommerce ul.products .star-rating span {
      color: #dca497; }
  .woocommerce ul.products span.onsale {
    position: absolute;
    top: 0 !important;
    padding: 4px 6px;
    border-radius: 0;
    font-size: 12px;
    margin: 0 !important;
    font-weight: normal;
    height: 50px;
    left: 0 !important;
    width: 40px;
    line-height: normal;
    min-height: auto;
    background: url("../images/sale-tag.svg");
    text-indent: -270px;
    overflow: hidden;
    background-size: 35px;
    background-repeat: no-repeat;
    background-position: center center; }
  .woocommerce ul.products a.add_to_cart_button {
    font-weight: 500;
    text-transform: uppercase;
    width: 100%;
    background: #dca497;
    border: 1px solid #dca497;
    padding: 12px 10px;
    border-radius: 6px;
    font-size: 13px; }
    .woocommerce ul.products a.add_to_cart_button:hover {
      background: #FFFC99; }
  .woocommerce ul.products li:hover a.add_to_cart_button {
    opacity: 1;
    visibility: visible; }
  .woocommerce ul.products a.added_to_cart {
    position: absolute;
    right: 0;
    top: 0;
    padding: 4px 10px;
    border-radius: 0;
    font-size: 12px;
    border: 1px solid #161a1e;
    color: #161a1e;
    background: #fff; }
  .woocommerce ul.products .tinv-wishlist {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    float: right; }
    .woocommerce ul.products .tinv-wishlist a.wishlist {
      display: none; }
    .woocommerce ul.products .tinv-wishlist a {
      margin: auto !important;
      transform: scale(1.2); }
  .woocommerce a.button {
    background: #373F51;
    color: #111111 !important;
    border-radius: 30px;
    font-weight: 500;
    text-transform: capitalize;
    font-size: 15px; }
    .woocommerce a.button:hover {
      background: #373F51; }
  .woocommerce .woocommerce-MyAccount-navigation {
    padding: 0 15px; }
    .woocommerce .woocommerce-MyAccount-navigation ul {
      display: flex;
      flex-direction: column;
      list-style: none;
      padding: 0; }
      .woocommerce .woocommerce-MyAccount-navigation ul li {
        margin: 0 0 5px; }
      .woocommerce .woocommerce-MyAccount-navigation ul a {
        display: block;
        color: #111111;
        font-size: 16px;
        background: #fce4df;
        width: 100%;
        padding: 1rem;
        border-radius: 6px;
        transition: all 0.3s ease-in-out; }
        .woocommerce .woocommerce-MyAccount-navigation ul a:hover {
          background: #dca497; }
      .woocommerce .woocommerce-MyAccount-navigation ul .is-active a {
        background: #dca497; }
  .woocommerce .woocommerce-MyAccount-content {
    padding-left: 15px;
    padding-right: 15px; }
    .woocommerce .woocommerce-MyAccount-content header {
      position: static !important;
      padding: 0;
      background: transparent !important;
      box-shadow: none; }
      .woocommerce .woocommerce-MyAccount-content header .edit {
        border: 1px solid #dca497;
        padding: 2px 15px;
        font-size: 13px;
        font-weight: 500;
        border-radius: 30px; }
    .woocommerce .woocommerce-MyAccount-content address {
      border: 1px solid #ccc;
      height: 100%;
      min-height: 180px;
      padding: 15px;
      border-radius: 10px; }
    .woocommerce .woocommerce-MyAccount-content p a {
      color: #dca497; }
    .woocommerce .woocommerce-MyAccount-content .wcuser_info {
      display: flex;
      align-items: center;
      margin: 0 0 10px; }
      .woocommerce .woocommerce-MyAccount-content .wcuser_info img {
        width: 80px;
        height: 80px;
        border-radius: 50%;
        overflow: hidden;
        margin-right: 15px; }
    .woocommerce .woocommerce-MyAccount-content .woocommerce-info {
      border-top-color: #dca497; }
      .woocommerce .woocommerce-MyAccount-content .woocommerce-info::before {
        color: #dca497; }
      .woocommerce .woocommerce-MyAccount-content .woocommerce-info a {
        background-color: #dca497;
        color: #111111;
        font-weight: 500; }
        .woocommerce .woocommerce-MyAccount-content .woocommerce-info a:hover {
          background-color: #c18a7d; }
    .woocommerce .woocommerce-MyAccount-content form .form-row {
      margin-top: 10px; }
    .woocommerce .woocommerce-MyAccount-content form input[type="file"] {
      width: 100%; }
    .woocommerce .woocommerce-MyAccount-content form .cusimg {
      width: 80px;
      height: 80px;
      border-radius: 50%;
      overflow: hidden; }
      .woocommerce .woocommerce-MyAccount-content form .cusimg img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
    .woocommerce .woocommerce-MyAccount-content form span.password-input {
      width: 100%; }
    .woocommerce .woocommerce-MyAccount-content form label {
      margin-right: 20px;
      width: 100%;
      display: block; }
    .woocommerce .woocommerce-MyAccount-content form input:not([type="submit"]), .woocommerce .woocommerce-MyAccount-content form select {
      width: 100%;
      background: #ffffff;
      border: 1px solid #cac9c9;
      border-radius: 6px;
      height: 45px;
      padding: 10px;
      font-size: 15px;
      line-height: 28px;
      color: #111111;
      transition: all 0.3s ease-in-out; }
    .woocommerce .woocommerce-MyAccount-content form button[type="submit"] {
      margin-top: 20px;
      padding: 16px 30px;
      background: #dca497;
      color: #111111;
      font-weight: 500;
      text-transform: capitalize;
      border-radius: 6px;
      transition: all 0.5s ease-in-out; }
      .woocommerce .woocommerce-MyAccount-content form button[type="submit"]:hover {
        background-color: #c18a7d; }
    .woocommerce .woocommerce-MyAccount-content form fieldset {
      margin-top: 30px; }
    .woocommerce .woocommerce-MyAccount-content table {
      font-size: 1.1em;
      box-shadow: 0 2px 5px #ccc;
      border-collapse: collapse !important; }
      .woocommerce .woocommerce-MyAccount-content table thead {
        background-color: #efefef; }
        .woocommerce .woocommerce-MyAccount-content table thead th {
          padding: 10px 5px;
          vertical-align: middle;
          text-align: center; }
          .woocommerce .woocommerce-MyAccount-content table thead th::first-child {
            border-top-left-radius: 6px; }
          .woocommerce .woocommerce-MyAccount-content table thead th::last-child {
            border-top-right-radius: 6px; }
      .woocommerce .woocommerce-MyAccount-content table tbody td {
        text-align: center; }
        .woocommerce .woocommerce-MyAccount-content table tbody td a {
          color: #656565; }
        .woocommerce .woocommerce-MyAccount-content table tbody td .woocommerce-btn {
          background-color: #ccc; }
        .woocommerce .woocommerce-MyAccount-content table tbody td button.button {
          background: #dca497; }

.select2-results__options li {
  font-size: 14px;
  line-height: 18px;
  color: #111111;
  padding: 10px; }
.select2-results__options .select2-results__option[data-selected="true"] {
  background: #f6b44c; }
.select2-results__options .select2-results__option--highlighted[aria-selected] {
  background: #ccc;
  color: #222; }

#post-119 header.entry-header {
  display: none; }

.page-id-7 article {
  min-height: 100vh;
  padding: 60px 0; }

.woocommerce-info {
  border-top-color: #dca497;
  width: 100%; }

.page-id-119 article {
  padding: 60px 0;
  min-height: 100vh; }

.tinv-wishlist h2 {
  font-size: 30px;
  line-height: 45px;
  text-transform: uppercase;
  color: #111111; }
.tinv-wishlist table {
  border: 1px solid #ccc; }
  .tinv-wishlist table thead th {
    color: #111111;
    background: #f3f1ff;
    font-size: 14px;
    border-bottom: 1px solid #cac9c9; }
  .tinv-wishlist table tbody tr:nth-child(even) td {
    background: #f3f1ff; }
  .tinv-wishlist table tbody .product-remove button {
    background: red;
    font-size: 27px;
    line-height: 25px;
    padding: 0;
    padding-top: 3px; }
    .tinv-wishlist table tbody .product-remove button i {
      line-height: 23px;
      color: #fff; }
  .tinv-wishlist table tbody td {
    color: #111111; }
    .tinv-wishlist table tbody td a {
      color: #111111; }
    .tinv-wishlist table tbody td input[type="number"] {
      background: #ffffff;
      border: 1px solid #cac9c9;
      height: 35px;
      width: 70px !important; }
    .tinv-wishlist table tbody td button.button {
      background: linear-gradient(90deg, #dca497 0%, #fedcd3 104.19%);
      border: 1px solid #dca497;
      border-radius: 4px;
      display: inline-block;
      padding: 10px;
      font-weight: 500;
      font-size: 13px;
      line-height: 18px;
      color: #111111 !important;
      text-transform: capitalize; }
    .tinv-wishlist table tbody td p.in-stock {
      color: #dca497; }
  .tinv-wishlist table tfoot .look_in select {
    border: 1px solid #cac9c9;
    box-sizing: border-box;
    border-radius: 4px;
    resize: none;
    padding: 8px;
    font-size: 14px; }
  .tinv-wishlist table tfoot .look_in button.button {
    background: #dca497;
    padding: 7px 12px;
    font-weight: 500;
    font-size: 13px;
    line-height: 24px;
    text-align: center;
    color: #111111;
    text-transform: capitalize; }
  .tinv-wishlist table tfoot .tinvwl-to-right button.button:first-child {
    background: linear-gradient(90deg, #dca497 0%, #fedcd3 104.19%);
    border: 1px solid #dca497; }
  .tinv-wishlist table tfoot .tinvwl-to-right button.button {
    background: #fff;
    border: 1px solid #dca497;
    color: #111111; }

.woocommerce-account article {
  padding: 60px 0;
  min-height: 100vh; }
.woocommerce-account header.entry-header {
  display: none; }
.woocommerce-account form.login, .woocommerce-account form.register {
  min-height: 320px; }
.woocommerce-account form.login .form-check {
  display: inline-block; }
.woocommerce-account form.login button.button.woocommerce-button {
  float: right; }
.woocommerce-account form.register .mb-3:nth-child(1), .woocommerce-account form.register .mb-3:nth-child(2) {
  width: 49.5%;
  clear: none;
  display: inline-block; }
.woocommerce-account form.register .mb-3:nth-child(2) {
  padding-left: 15px; }
.woocommerce-account form.register p.woocommerce-form-row:last-child {
  text-align: right; }
.woocommerce-account form.register .woocommerce-privacy-policy-text {
  display: none; }

.page-id-8 form.login {
  max-width: 600px; }

form.login label, form.register label {
  width: 100%; }
form.login input:not([type="checkbox"]), form.register input:not([type="checkbox"]) {
  padding: 10px;
  border: 1px solid #cac9c9;
  border-radius: 6px;
  height: 45px; }
form.login span.password-input, form.register span.password-input {
  width: 100%; }
form.login p.form-row, form.register p.form-row {
  width: 100%;
  display: flex;
  flex-wrap: wrap; }
form.login .woocommerce-form-login__rememberme, form.register .woocommerce-form-login__rememberme {
  margin: 10px 0;
  width: auto; }
form.login button.button.woocommerce-button, form.register button.button.woocommerce-button {
  margin-left: auto;
  margin-right: 0;
  padding: 15px 50px;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.2px;
  border-radius: 50px;
  font-weight: 500;
  background: linear-gradient(90deg, #dca497 0%, #fedcd3 104.19%);
  border: 1px solid #dca497;
  color: #111111;
  position: relative;
  z-index: 9;
  overflow: hidden; }
  form.login button.button.woocommerce-button::after, form.register button.button.woocommerce-button::after {
    content: "";
    position: absolute;
    left: -50%;
    bottom: -50%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #dca497 0%, #fedcd3 104.19%);
    z-index: -1;
    transition: all 0.5s ease-in-out;
    border-radius: 50%;
    transform: scale(0); }
  form.login button.button.woocommerce-button:hover, form.login button.button.woocommerce-button:focus, form.register button.button.woocommerce-button:hover, form.register button.button.woocommerce-button:focus {
    background: linear-gradient(90deg, #dca497 0%, #fedcd3 104.19%);
    border-color: #d2988a;
    color: #111111; }
    form.login button.button.woocommerce-button:hover::after, form.login button.button.woocommerce-button:focus::after, form.register button.button.woocommerce-button:hover::after, form.register button.button.woocommerce-button:focus::after {
      transform: scale(3); }
form.login p.lost_password a, form.register p.lost_password a {
  color: #dca497;
  text-decoration: underline; }

#page-217 {
  padding: 0 15px 80px;
  min-height: 100vh; }
  #page-217 p.form-row {
    padding: 0;
    margin: 0 0 15px; }
  #page-217 .woocommerce-privacy-policy-text {
    display: none; }
  #page-217 .u-column1.col-1 {
    max-width: none; }
    #page-217 .u-column1.col-1 form span.password-input {
      width: 100%; }
    #page-217 .u-column1.col-1 p.woocommerce-LostPassword.lost_password a {
      color: #dca497;
      text-decoration: underline; }
    #page-217 .u-column1.col-1 span.password-input {
      width: 100%; }
    #page-217 .u-column1.col-1 p.form-row {
      width: 100%;
      display: flex;
      flex-wrap: wrap; }
    #page-217 .u-column1.col-1 p::nth-child(2) {
      margin-bottom: 10px; }
    #page-217 .u-column1.col-1 p input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]),
    #page-217 .u-column1.col-1 p input[type="password"],
    #page-217 .u-column1.col-1 p input[type="text"] {
      padding: 10px;
      border: 1px solid #ccc;
      border-radius: 6px;
      height: 55px; }
    #page-217 .u-column1.col-1 .woocommerce .woocommerce-form-login .woocommerce-form-login__submit {
      float: left;
      margin-right: 1em;
      margin-left: auto;
      margin-right: 0; }
  #page-217 .u-column2.col-2 {
    max-width: none; }
    #page-217 .u-column2.col-2 p {
      line-height: 27px;
      padding: 0; }
      #page-217 .u-column2.col-2 p input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]),
      #page-217 .u-column2.col-2 p input[type="password"],
      #page-217 .u-column2.col-2 p input[type="email"] {
        padding: 10px;
        border: 1px solid #ccc;
        border-radius: 6px;
        height: 55px; }
    #page-217 .u-column2.col-2 span.password-input {
      width: 100%; }
    #page-217 .u-column2.col-2 p.lost_password a {
      color: #f6b44c; }
    #page-217 .u-column2.col-2 .woocommerce-privacy-policy-text a.woocommerce-privacy-policy-link {
      color: #f6b44c; }
  #page-217 button[type="submit"] {
    margin-left: auto;
    margin-right: 0;
    padding: 15px 50px;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.2px;
    border-radius: 50px;
    font-weight: 500;
    background: linear-gradient(90deg, #FFAD88 0%, #FFDF55 104.19%);
    border: 1px solid #FFD100;
    color: #111111;
    position: relative;
    z-index: 9;
    overflow: hidden; }
    #page-217 button[type="submit"]::after {
      content: "";
      position: absolute;
      left: -50%;
      bottom: -50%;
      width: 100%;
      height: 100%;
      background: linear-gradient(90deg, #FFAD88 0%, #FFDF55 104.19%);
      z-index: -1;
      transition: all 0.5s ease-in-out;
      border-radius: 50%;
      transform: scale(0); }
    #page-217 button[type="submit"]:hover, #page-217 button[type="submit"]:focus {
      background: linear-gradient(90deg, #FFAD88 0%, #FFDF55 104.19%);
      border-color: #FFD100;
      color: #111111; }
      #page-217 button[type="submit"]:hover::after, #page-217 button[type="submit"]:focus::after {
        transform: scale(3); }
  #page-217 .register p.form-row-wide:nth-child(1), #page-217 .register p.form-row-wide:nth-child(2) {
    width: 49.5%;
    clear: none;
    display: inline-block; }
  #page-217 .register p.form-row-wide:nth-child(2) {
    padding-left: 15px; }
  #page-217 .register p.woocommerce-form-row:last-child {
    text-align: right; }
  #page-217 div#customer_login {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
  #page-217 .u-column1, #page-217 .u-column2 {
    min-height: 100%;
    padding: 0 15px; }
  #page-217 form.woocommerce-form {
    margin: 0; }

div#page-216 {
  padding-bottom: 50px; }

form.woocommerce-ResetPassword.lost_reset_password {
  max-width: 600px;
  margin: auto;
  border: 1px solid #cac9c9;
  padding: 15px;
  border-radius: 10px; }
  form.woocommerce-ResetPassword.lost_reset_password .form-row {
    float: none;
    width: 100%; }
  form.woocommerce-ResetPassword.lost_reset_password input.input-text {
    width: 100%;
    background: #ffffff;
    border: 1px solid #CCCCCC;
    border-radius: 6px;
    height: 45px;
    padding: 10px;
    font-size: 15px;
    line-height: 28px;
    color: #111111;
    transition: all 0.3s ease-in-out; }
  form.woocommerce-ResetPassword.lost_reset_password button.woocommerce-Button {
    padding: 15px 50px;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.2px;
    border-radius: 50px;
    font-weight: 500;
    background: linear-gradient(90deg, #dca497 0%, #fedcd3 104.19%);
    border: 1px solid #dca497;
    color: #111111;
    position: relative;
    z-index: 9;
    overflow: hidden;
    float: right; }
    form.woocommerce-ResetPassword.lost_reset_password button.woocommerce-Button::after {
      content: "";
      position: absolute;
      left: -50%;
      bottom: -50%;
      width: 100%;
      height: 100%;
      background: linear-gradient(90deg, #dca497 0%, #fedcd3 104.19%);
      z-index: -1;
      transition: all 0.5s ease-in-out;
      border-radius: 50%;
      transform: scale(0); }
    form.woocommerce-ResetPassword.lost_reset_password button.woocommerce-Button:hover, form.woocommerce-ResetPassword.lost_reset_password button.woocommerce-Button:focus {
      background: linear-gradient(90deg, #dca497 0%, #fedcd3 104.19%);
      border-color: #d2988a;
      color: #111111; }
      form.woocommerce-ResetPassword.lost_reset_password button.woocommerce-Button:hover::after, form.woocommerce-ResetPassword.lost_reset_password button.woocommerce-Button:focus::after {
        transform: scale(3); }

.woocommerce-message {
  border-color: #373F51; }

.woocommerce-cart .woocommerce {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 0; }
  .woocommerce-cart .woocommerce .woocommerce-notices-wrapper {
    width: 100%;
    padding: 0 15px; }
    .woocommerce-cart .woocommerce .woocommerce-notices-wrapper .woocommerce-message {
      border-color: #373F51; }
  .woocommerce-cart .woocommerce .product-page1 {
    width: 100%; }
  .woocommerce-cart .woocommerce form.woocommerce-cart-form {
    width: 100%;
    padding: 0 15px; }
    .woocommerce-cart .woocommerce form.woocommerce-cart-form table.shop_table {
      border-color: #ccc; }
      .woocommerce-cart .woocommerce form.woocommerce-cart-form table.shop_table thead th {
        color: #111111;
        background: #f3f1ff;
        font-size: 14px; }
        .woocommerce-cart .woocommerce form.woocommerce-cart-form table.shop_table thead th:first-child {
          border-top-left-radius: 6px; }
      .woocommerce-cart .woocommerce form.woocommerce-cart-form table.shop_table tbody td {
        border-color: #cac9c9;
        color: #111111; }
        .woocommerce-cart .woocommerce form.woocommerce-cart-form table.shop_table tbody td a {
          color: #111111; }
        .woocommerce-cart .woocommerce form.woocommerce-cart-form table.shop_table tbody td a.remove {
          background: red;
          font-size: 27px;
          line-height: 1.01;
          color: #fff !important; }
        .woocommerce-cart .woocommerce form.woocommerce-cart-form table.shop_table tbody td .quantity {
          position: relative; }
          .woocommerce-cart .woocommerce form.woocommerce-cart-form table.shop_table tbody td .quantity input[type="number"] {
            background: #ffffff;
            border: 1px solid #cac9c9;
            height: 35px;
            width: 70px !important; }
          .woocommerce-cart .woocommerce form.woocommerce-cart-form table.shop_table tbody td .quantity button {
            position: absolute;
            right: 0;
            background: #ffffff;
            height: 17px;
            border: 1px solid #cac9c9;
            font-size: 20px;
            line-height: 10px;
            color: #646464;
            cursor: pointer;
            width: 18px; }
          .woocommerce-cart .woocommerce form.woocommerce-cart-form table.shop_table tbody td .quantity button.minus {
            bottom: 0;
            border-top: transparent; }
        .woocommerce-cart .woocommerce form.woocommerce-cart-form table.shop_table tbody td .coupon {
          display: flex; }
          .woocommerce-cart .woocommerce form.woocommerce-cart-form table.shop_table tbody td .coupon input#coupon_code {
            border: 1px solid #dca497;
            box-sizing: border-box;
            border-radius: 4px;
            resize: none;
            width: 50%;
            padding: 12px;
            height: 40px;
            font-size: 14px; }
          .woocommerce-cart .woocommerce form.woocommerce-cart-form table.shop_table tbody td .coupon button.button {
            background: #dca497;
            padding: 4px 10px;
            font-weight: 500;
            font-size: 14px;
            line-height: 24px;
            text-align: center;
            color: #111111; }
        .woocommerce-cart .woocommerce form.woocommerce-cart-form table.shop_table tbody td .qib-container {
          display: block !important;
          overflow: hidden; }
      .woocommerce-cart .woocommerce form.woocommerce-cart-form table.shop_table tbody td.actions > button.button {
        background: #dca497;
        padding: 8px 15px;
        font-weight: 500;
        font-size: 13px;
        line-height: 24px;
        text-align: center;
        color: #111111; }
  .woocommerce-cart .woocommerce .cart-collaterals {
    padding: 0 15px;
    width: 100%;
    display: flex;
    flex-wrap: wrap; }
    .woocommerce-cart .woocommerce .cart-collaterals .cross-sells {
      width: 100%;
      order: 2; }
      .woocommerce-cart .woocommerce .cart-collaterals .cross-sells h2 {
        font-size: 30px;
        line-height: 45px;
        text-align: center;
        color: #111111;
        margin: 0 0 30px; }
      .woocommerce-cart .woocommerce .cart-collaterals .cross-sells ul.products {
        display: flex;
        flex-wrap: wrap;
        margin: 0 -15px; }
        .woocommerce-cart .woocommerce .cart-collaterals .cross-sells ul.products li.product {
          margin: 0;
          padding: 0 15px;
          text-align: center;
          width: 33.333%; }
          .woocommerce-cart .woocommerce .cart-collaterals .cross-sells ul.products li.product img.size-woocommerce_thumbnail {
            object-fit: contain;
            margin: 0 auto 10px !important;
            display: block !important; }
          .woocommerce-cart .woocommerce .cart-collaterals .cross-sells ul.products li.product h2 {
            font-size: 14px;
            line-height: 22px;
            text-align: center;
            text-transform: uppercase;
            color: #111111;
            padding-top: 10px; }
          .woocommerce-cart .woocommerce .cart-collaterals .cross-sells ul.products li.product span.price span {
            font-size: 16px;
            line-height: 21px;
            text-align: center;
            color: #111111; }
          .woocommerce-cart .woocommerce .cart-collaterals .cross-sells ul.products li.product a.add_to_cart_button {
            margin: auto;
            display: block;
            width: 120px;
            text-align: center;
            left: 0;
            top: auto !important;
            bottom: 45%;
            opacity: 0;
            visibility: hidden;
            transition: all 0.3s ease-in-out;
            background: #f6b44c;
            padding: 12px 10px;
            border: transparent;
            font-weight: normal; }
          .woocommerce-cart .woocommerce .cart-collaterals .cross-sells ul.products li.product:hover a.add_to_cart_button {
            opacity: 1;
            visibility: visible; }
  .woocommerce-cart .woocommerce .cart_totals {
    width: 50%;
    float: none;
    padding-left: 15px;
    margin-left: auto;
    order: 1; }
    .woocommerce-cart .woocommerce .cart_totals h2 {
      font-size: 30px;
      line-height: 45px;
      color: #111111; }
    .woocommerce-cart .woocommerce .cart_totals table.shop_table {
      border-color: #ccc; }
      .woocommerce-cart .woocommerce .cart_totals table.shop_table th {
        color: #111111;
        background: #ccc;
        font-size: 14px;
        letter-spacing: 1px;
        border-color: #bdb9cd; }
      .woocommerce-cart .woocommerce .cart_totals table.shop_table tbody td {
        border-color: #ccc;
        color: #111111; }
        .woocommerce-cart .woocommerce .cart_totals table.shop_table tbody td a {
          color: #111111; }
    .woocommerce-cart .woocommerce .cart_totals a.checkout-button {
      width: 100%;
      padding: 20px 50px;
      font-weight: 400;
      font-size: 16px;
      line-height: 22px;
      border-radius: 10px;
      font-weight: 500;
      background: linear-gradient(90deg, #dca497 0%, #fedcd3 104.19%);
      border: 1px solid #dca497;
      color: #111111;
      position: relative;
      z-index: 9;
      overflow: hidden; }
      .woocommerce-cart .woocommerce .cart_totals a.checkout-button::after {
        content: "";
        position: absolute;
        left: -50%;
        bottom: -50%;
        width: 100%;
        height: 100%;
        background: linear-gradient(90deg, #dca497 0%, #fedcd3 104.19%);
        z-index: -1;
        transition: all 0.5s ease-in-out;
        border-radius: 50%;
        transform: scale(0); }
      .woocommerce-cart .woocommerce .cart_totals a.checkout-button:hover, .woocommerce-cart .woocommerce .cart_totals a.checkout-button:focus {
        background: linear-gradient(90deg, #dca497 0%, #fedcd3 104.19%);
        border-color: #d2988a;
        color: #111111; }
        .woocommerce-cart .woocommerce .cart_totals a.checkout-button:hover::after, .woocommerce-cart .woocommerce .cart_totals a.checkout-button:focus::after {
          transform: scale(3); }

.woocommerce-info {
  border-top-color: #373F51;
  width: 100%; }
  .woocommerce-info a {
    color: #111111; }

.screen-reader-text {
  display: none !important; }

form.checkout.woocommerce-checkout {
  display: flex;
  margin-left: -15px;
  margin-right: -15px;
  flex-wrap: wrap; }
  form.checkout.woocommerce-checkout .woocommerce-NoticeGroup {
    width: 100%; }
  form.checkout.woocommerce-checkout #customer_details {
    padding: 0 15px;
    width: 50%; }
  form.checkout.woocommerce-checkout .review_heading_sidebar {
    padding: 0 15px;
    width: 50%; }
  form.checkout.woocommerce-checkout #ship-to-different-address {
    margin: 30px 0 20px;
    display: inline-block;
    padding: 10px 12px;
    border: 1px solid #dca497;
    background: #dca497;
    cursor: pointer;
    font-size: 20px;
    border-radius: 10px; }
    form.checkout.woocommerce-checkout #ship-to-different-address label {
      cursor: pointer; }
    form.checkout.woocommerce-checkout #ship-to-different-address input {
      display: none; }
    form.checkout.woocommerce-checkout #ship-to-different-address span {
      position: relative;
      padding-left: 28px; }
      form.checkout.woocommerce-checkout #ship-to-different-address span::after {
        content: "";
        width: 20px;
        height: 20px;
        border: 1px solid #111111;
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        border-radius: 2px;
        transition: all 0.3s ease-in-out; }
      form.checkout.woocommerce-checkout #ship-to-different-address span::before {
        content: "";
        position: absolute;
        width: 7px;
        height: 14px;
        border-top: 2px solid #111111;
        border-left: 2px solid #111111;
        transform: rotate(-135deg) scale(0);
        transition: all 0.3s ease-in-out;
        left: 7px;
        top: 3px; }
    form.checkout.woocommerce-checkout #ship-to-different-address input[type="checkbox"]:checked ~ span::after {
      border-color: #936156; }
    form.checkout.woocommerce-checkout #ship-to-different-address input[type="checkbox"]:checked ~ span::before {
      border-color: #936156;
      transform: rotate(-135deg) scale(1); }
  form.checkout.woocommerce-checkout .form-row {
    padding: 0;
    margin: 0 0 15px; }
    form.checkout.woocommerce-checkout .form-row label {
      font-size: 14px;
      line-height: 20px;
      color: #111111;
      display: block;
      width: 100%;
      margin: 0 0 5px; }
    form.checkout.woocommerce-checkout .form-row span.woocommerce-input-wrapper {
      width: 100%; }
    form.checkout.woocommerce-checkout .form-row input:not([type="submit"]):not([type="checkbox"]),
    form.checkout.woocommerce-checkout .form-row textarea {
      width: 100%;
      background: #ffffff;
      border: 1px solid #cac9c9;
      border-radius: 6px;
      height: 45px;
      padding: 10px;
      font-size: 15px;
      line-height: 28px;
      letter-spacing: 0.02em;
      color: #111111;
      transition: all 0.3s ease-in-out; }
    form.checkout.woocommerce-checkout .form-row textarea {
      height: 100px; }
    form.checkout.woocommerce-checkout .form-row .select2-selection--single {
      border-color: #cac9c9;
      height: 45px; }
      form.checkout.woocommerce-checkout .form-row .select2-selection--single .select2-selection__rendered {
        line-height: 43px; }
      form.checkout.woocommerce-checkout .form-row .select2-selection--single span.select2-selection__arrow {
        height: 43px; }
  form.checkout.woocommerce-checkout table.shop_table {
    border-color: #cac9c9;
    border-collapse: collapse; }
    form.checkout.woocommerce-checkout table.shop_table thead th {
      color: #111111;
      background: #cac9c9;
      font-size: 14px;
      letter-spacing: 1px; }
    form.checkout.woocommerce-checkout table.shop_table tbody td {
      border-color: #cac9c9;
      color: #111111; }
      form.checkout.woocommerce-checkout table.shop_table tbody td a {
        color: #dca497; }
    form.checkout.woocommerce-checkout table.shop_table tfoot th {
      background: #efefef; }
    form.checkout.woocommerce-checkout table.shop_table tfoot th,
    form.checkout.woocommerce-checkout table.shop_table tfoot td {
      border-color: #cac9c9;
      color: #111111; }
  form.checkout.woocommerce-checkout .place-order button#place_order {
    margin-top: 10px;
    padding: 20px 50px;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.2px;
    color: #181818;
    border-radius: 50px;
    font-weight: 500;
    background: linear-gradient(90deg, #dca497 0%, #fedcd3 104.19%);
    border: 1px solid #dca497;
    color: #111111;
    position: relative;
    z-index: 9;
    overflow: hidden;
    text-transform: capitalize;
    width: 100%; }
    form.checkout.woocommerce-checkout .place-order button#place_order::after {
      content: "";
      position: absolute;
      left: -50%;
      bottom: -50%;
      width: 100%;
      height: 100%;
      background: linear-gradient(90deg, #dca497 0%, #fedcd3 104.19%);
      z-index: -1;
      transition: all 0.5s ease-in-out;
      border-radius: 50%;
      transform: scale(0); }
    form.checkout.woocommerce-checkout .place-order button#place_order:hover, form.checkout.woocommerce-checkout .place-order button#place_order:focus {
      background: linear-gradient(90deg, #dca497 0%, #fedcd3 104.19%);
      border-color: #d2988a;
      color: #111111; }
      form.checkout.woocommerce-checkout .place-order button#place_order:hover::after, form.checkout.woocommerce-checkout .place-order button#place_order:focus::after {
        transform: scale(3); }
  form.checkout.woocommerce-checkout .place-order p {
    font-size: 12px;
    line-height: 20px;
    color: #111111; }
    form.checkout.woocommerce-checkout .place-order p a.woocommerce-privacy-policy-link {
      color: #dca497; }
    form.checkout.woocommerce-checkout .place-order p a.woocommerce-terms-and-conditions-link {
      color: #dca497; }
  form.checkout.woocommerce-checkout #payment {
    background: #ffffff;
    border: 1px solid #ccc; }
    form.checkout.woocommerce-checkout #payment li.wc_payment_method label {
      color: #111111; }
    form.checkout.woocommerce-checkout #payment div.payment_box {
      background-color: #dca497; }
      form.checkout.woocommerce-checkout #payment div.payment_box p {
        color: #fff; }
      form.checkout.woocommerce-checkout #payment div.payment_box::before {
        display: block;
        border: 1em solid #dca497;
        border-right-color: transparent;
        border-left-color: transparent;
        border-top-color: transparent;
        position: absolute;
        top: -0.75em;
        left: 0;
        margin: -1em 0 0 2em; }
  form.checkout.woocommerce-checkout .woocommerce-info {
    border-top-color: #dca497; }
    form.checkout.woocommerce-checkout .woocommerce-info a {
      color: #dca497; }

.woocommerce-order-received header.entry-header {
  display: none; }
.woocommerce-order-received article {
  padding: 60px 0;
  min-height: 100vh; }

.woocommerce-order ul.order_details {
  padding: 0; }
  .woocommerce-order ul.order_details li {
    font-size: 12px !important;
    color: #111111;
    margin-top: 10px; }
    .woocommerce-order ul.order_details li strong {
      font-size: 20px; }
.woocommerce-order p {
  font-size: 15px;
  line-height: 17px;
  color: #111111; }
.woocommerce-order p.woocommerce-thankyou-order-received {
  color: #dca497;
  /* text-align: center; */
  font-size: 30px;
  line-height: normal;
  margin: 0 0 30px; }
.woocommerce-order section.woocommerce-order-details,
.woocommerce-order section.woocommerce-customer-details {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  padding: 0; }
.woocommerce-order h2 {
  font-size: 30px;
  line-height: 45px;
  color: #111111; }
.woocommerce-order .addresses {
  padding: 0; }
.woocommerce-order table.shop_table {
  border-color: #cac9c9;
  border-collapse: collapse !important; }
  .woocommerce-order table.shop_table thead th {
    color: #111111;
    background: #efefef;
    font-size: 14px;
    letter-spacing: 1px; }
  .woocommerce-order table.shop_table tbody td {
    border-color: #cac9c9;
    color: #111111; }
    .woocommerce-order table.shop_table tbody td a {
      color: #111111; }
  .woocommerce-order table.shop_table tfoot th {
    background: #efefef; }
  .woocommerce-order table.shop_table tfoot th,
  .woocommerce-order table.shop_table tfoot td {
    border-color: #cac9c9;
    color: #111111; }
.woocommerce-order address {
  border: 1px solid #cac9c9 !important;
  font-size: 15px;
  line-height: 28px;
  text-transform: capitalize;
  color: #111111;
  padding: 12px !important; }
  .woocommerce-order address p {
    margin: 20px 0 10px !important;
    display: table; }
    .woocommerce-order address p::before {
      margin-top: -4px; }

/********============ END WOOCOMMERCE ===========**************/
/********============ GLOBAL FOOTER ===========**************/
footer {
  background: #19191B;
  padding: 30px 0 0; }
  footer a.f-logo {
    display: table;
    margin: 0 0 25px; }
  footer p {
    font-weight: 300;
    font-size: 14px;
    line-height: 21px;
    color: #231414; }
  footer h4 {
    font-size: 17px;
    line-height: 28px;
    color: #8A8A8A;
    margin: 0 0 15px;
    font-weight: 300; }
  footer ul {
    padding: 0;
    list-style: none; }
  footer .link li {
    margin: 0 0 20px;
    position: relative; }
    footer .link li a, footer .link li address {
      font-weight: 300;
      font-size: 14px;
      line-height: 17px;
      color: rgba(255, 255, 255, 0.6); }
      footer .link li a:hover, footer .link li address:hover {
        color: #dca497; }
  footer a {
    color: rgba(255, 255, 255, 0.6);
    transition: all 0.3s ease-in-out;
    padding: 0 5px; }
    footer a:hover {
      color: #dca497; }
  footer form {
    display: flex;
    flex-wrap: wrap;
    margin: 20px 0 10px;
    position: relative; }
    footer form input:not([type="submit"]) {
      border: 1px solid #303031;
      height: 60px;
      padding: 15px;
      font-weight: 300;
      font-size: 15px;
      line-height: 18px;
      color: rgba(255, 255, 255, 0.6);
      width: 100%;
      background: transparent;
      border-radius: 8px;
      transition: all 0.3s ease-in-out; }
      footer form input:not([type="submit"]):focus {
        border-color: #dca497; }
    footer form input::placeholder {
      color: #808080; }
    footer form input[type="submit"] {
      background: #dca497;
      height: 50px;
      border: 1px solid #dca497;
      padding: 10px 30px;
      font-weight: 500;
      font-size: 14px;
      line-height: 17px;
      color: #000;
      position: absolute;
      top: 4px;
      right: 4px;
      border-radius: 8px; }
  footer ul.social li {
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
    line-height: 0;
    margin: 0; }
    footer ul.social li a {
      border-radius: 50%;
      text-align: center;
      font-size: 18px;
      line-height: normal;
      width: 45px;
      height: 45px;
      background: #202020;
      display: flex;
      align-items: center;
      justify-content: center; }
  footer .privacy {
    border-top: 1px solid #303031;
    margin-top: 40px;
    padding: 30px 0; }
    footer .privacy p {
      margin: 0;
      color: rgba(255, 255, 255, 0.6); }
  footer ul {
    padding: 0; }

/********============ GLOBAL FOOTER ===========**************/
@media (min-width: 1280px) {
  .container-fluid {
    max-width: 1400px; } }

/*# sourceMappingURL=style.css.map */
