/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Grid
# Class
# Forms
# Button
# Header
# Main Menu
# Page Title & Breadcrumb
# Post and Page
# Navigation
# Layout Content
# Widgets
# Media
# Singlular
# Comments
# Footer
# VC Elements
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
/* Set Font Default */
/*--------------------------------------------------------------
# Class
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Button
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
/* CMS Button */
/*--------------------------------------------------------------
# Main Menu
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Page Title & Breadcrumb
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Post and Page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Comments
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# VC Elements
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Layout Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Elementor
--------------------------------------------------------------*/
@-webkit-keyframes moveUp {
  100% {
    -webkit-transform: translateY(0);
    opacity: 1;
  }
}
@keyframes moveUp {
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes spin-rotate-left {
  to {
    transform: rotate(30deg);
  }
  from {
    transform: rotate(175deg);
  }
}
@-webkit-keyframes spin-rotate-left {
  to {
    transform: rotate(30deg);
  }
  from {
    transform: rotate(175deg);
  }
}
@keyframes spin-rotate-right {
  from {
    transform: rotate(-175deg);
  }
  to {
    transform: rotate(-30deg);
  }
}
@-webkit-keyframes spin-rotate-right {
  from {
    transform: rotate(-175deg);
  }
  to {
    transform: rotate(-30deg);
  }
}
@keyframes spin-rotate-all {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-360deg);
  }
}
@-webkit-keyframes spin-rotate-all {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-360deg);
  }
}
@keyframes spin-fade-in-first {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes spin-fade-in-first {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes spin-fade-in-second {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes spin-fade-in-second {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes markerWave {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.8;
  }
  20% {
    opacity: 0.8;
  }
  100% {
    -webkit-transform: scale(5.5);
    transform: scale(5.5);
    opacity: 0;
  }
}
@keyframes markerWave {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.8;
  }
  20% {
    opacity: 0.8;
  }
  100% {
    -webkit-transform: scale(5.5);
    transform: scale(5.5);
    opacity: 0;
  }
}
@-webkit-keyframes sk-rotate {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes sk-rotate {
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}
@-webkit-keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes headerSlideDown {
  0% {
    margin-top: -150px;
  }
  100% {
    margin-top: 0;
  }
}
@-ms-keyframes headerSlideDown {
  0% {
    margin-top: -150px;
  }
  100% {
    margin-top: 0;
  }
}
@-webkit-keyframes headerSlideDown {
  0% {
    margin-top: -150px;
  }
  100% {
    margin-top: 0;
  }
}
@keyframes headerSlideDown {
  0% {
    margin-top: -150px;
  }
  100% {
    margin-top: 0;
  }
}
@-webkit-keyframes squares {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  20% {
    -webkit-transform: scale(1.24);
    transform: scale(1.24);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(2.1);
    transform: scale(2.1);
    opacity: 0;
  }
}
@-moz-keyframes squares {
  0% {
    -moz-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  20% {
    -moz-transform: scale(1.24);
    transform: scale(1.24);
    opacity: 1;
  }
  100% {
    -moz-transform: scale(2.1);
    transform: scale(2.1);
    opacity: 0;
  }
}
@-o-keyframes squares {
  0% {
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  20% {
    -o-transform: scale(1.24);
    transform: scale(1.24);
    opacity: 1;
  }
  100% {
    -o-transform: scale(2.1);
    transform: scale(2.1);
    opacity: 0;
  }
}
@keyframes squares {
  /* Page Loading */
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  20% {
    -webkit-transform: scale(1.24);
    -moz-transform: scale(1.24);
    -o-transform: scale(1.24);
    transform: scale(1.24);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(2.1);
    -moz-transform: scale(2.1);
    -o-transform: scale(2.1);
    transform: scale(2.1);
    opacity: 0;
  }
}
@keyframes loading-spinner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes loading-spinner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes loading-run {
  0% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  5%, 95% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  10%, 59% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
  }
  20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
  }
  38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
  }
  100% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
}
@keyframes loading-run {
  0% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  5%, 95% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  10%, 59% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
  }
  20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
  }
  38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
  }
  100% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
}
@-webkit-keyframes loading-round {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes loading-round {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes steam {
  0% {
    height: 0px;
  }
  100% {
    height: 6px;
  }
}
@-moz-keyframes steam {
  0% {
    height: 0px;
  }
  100% {
    height: 6px;
  }
}
@-moz-keyframes steam {
  0% {
    height: 0px;
  }
  100% {
    height: 6px;
  }
}
@-webkit-keyframes steam {
  0% {
    height: 0px;
  }
  100% {
    height: 6px;
  }
}
@-o-keyframes steam {
  0% {
    height: 0px;
  }
  100% {
    height: 6px;
  }
}
@keyframes steam {
  0% {
    height: 0px;
  }
  100% {
    height: 6px;
  }
}
@keyframes stretch {
  0% {
    transform: scale(0.5);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes pulse-border {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(2);
    opacity: 0;
  }
}
@keyframes bounce {
  0%, 100%, 20%, 50%, 80% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@keyframes icon-bounce {
  0%, 100%, 20%, 50%, 80% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  60% {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}
@-webkit-keyframes toRightFromLeft {
  49% {
    -webkit-transform: translate(100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translate(-100%);
  }
  51% {
    opacity: 1;
  }
}
@-moz-keyframes toRightFromLeft {
  49% {
    -moz-transform: translate(100%);
  }
  50% {
    opacity: 0;
    -moz-transform: translate(-100%);
  }
  51% {
    opacity: 1;
  }
}
@keyframes toRightFromLeft {
  49% {
    transform: translate(100%);
  }
  50% {
    opacity: 0;
    transform: translate(-100%);
  }
  51% {
    opacity: 1;
  }
}
@-webkit-keyframes cms-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}
@keyframes cms-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes btn_shine {
  100% {
    left: 200%;
  }
}
@keyframes btn_shine {
  100% {
    left: 200%;
  }
}
@keyframes shakeThatBooty {
  33% {
    -webkit-transform: rotateZ(30deg);
    -khtml-transform: rotateZ(30deg);
    -moz-transform: rotateZ(30deg);
    -ms-transform: rotateZ(30deg);
    -o-transform: rotateZ(30deg);
    transform: rotateZ(30deg);
  }
  67% {
    -webkit-transform: rotateZ(-30deg);
    -khtml-transform: rotateZ(-30deg);
    -moz-transform: rotateZ(-30deg);
    -ms-transform: rotateZ(-30deg);
    -o-transform: rotateZ(-30deg);
    transform: rotateZ(-30deg);
  }
  100% {
    -webkit-transform: rotateZ(30deg);
    -khtml-transform: rotateZ(30deg);
    -moz-transform: rotateZ(30deg);
    -ms-transform: rotateZ(30deg);
    -o-transform: rotateZ(30deg);
    transform: rotateZ(30deg);
  }
}
@-webkit-keyframes sonarEffect {
  0% {
    opacity: 0.3;
  }
  40% {
    opacity: 0.5;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #fff, 0 0 0 10px rgba(255, 255, 255, 0.5);
  }
  100% {
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #fff, 0 0 0 10px rgba(255, 255, 255, 0.5);
    -webkit-transform: scale(1.5);
    opacity: 0;
  }
}
@-moz-keyframes sonarEffect {
  0% {
    opacity: 0.3;
  }
  40% {
    opacity: 0.5;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #fff, 0 0 0 10px rgba(255, 255, 255, 0.5);
  }
  100% {
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #fff, 0 0 0 10px rgba(255, 255, 255, 0.5);
    -moz-transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes sonarEffect {
  0% {
    opacity: 0.3;
  }
  40% {
    opacity: 0.5;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #fff, 0 0 0 10px rgba(255, 255, 255, 0.5);
  }
  100% {
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #fff, 0 0 0 10px rgba(255, 255, 255, 0.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes bounce-1 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-50px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes bounce-2 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-30px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes scale_image_zoom_small {
  50% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
}
.ft-heading {
  font-family: 'Oswald', sans-serif;
}
html {
  box-sizing: border-box;
}
a {
  -webkit-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  -khtml-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  -moz-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  -ms-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  -o-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  color: #c7a17a;
}
a.text-link {
  border-bottom: 2px solid #c7a17a;
  padding-bottom: 2px;
  color: #c7a17a;
}
a.text-link:hover {
  border-color: transparent;
}
a, a:hover, a:focus, a:before, a:after {
  outline: none;
  text-decoration: none;
}
a:hover, a:focus {
  color: #c7a17a;
}
*, *:before, *:after {
  box-sizing: inherit;
}
p {
  margin-bottom: 15px;
}
body {
  background-color: #f6f6f6;
  font-size: 14px;
  line-height: 1.714;
  color: #7c7770;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  font-weight: normal;
  letter-spacing: 0;
  background-attachment: fixed;
  background-size: cover;
  font-family: 'Roboto', sans-serif;
}
body.body-default-font {
  font-family: 'Roboto', sans-serif;
}
.site {
  position: relative;
  background-attachment: fixed;
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: 430px;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  color: #12100d;
  clear: both;
  line-height: 1.2;
  margin: 0 0 15px;
  font-weight: 700;
  font-family: 'Oswald', sans-serif;
}
.heading-default-font h1, .heading-default-font h2, .heading-default-font h3, .heading-default-font h4, .heading-default-font h5, .heading-default-font h6, .heading-default-font .h1, .heading-default-font .h2, .heading-default-font .h3, .heading-default-font .h4, .heading-default-font .h5, .heading-default-font .h6 {
  font-family: 'Oswald', sans-serif;
}
h1, .h1 {
  font-size: 52px;
}
h2, .h2 {
  font-size: 42px;
}
h3, .h3 {
  font-size: 38px;
}
h4, .h4 {
  font-size: 32px;
}
h5, .h5 {
  font-size: 26px;
}
h6, .h6 {
  font-size: 18px;
}
img {
  width: auto;
  max-width: 100%;
  height: auto;
}
label {
  margin-bottom: 0;
}
table {
  border-bottom: 1px solid #ededed;
  border-left: 1px solid #ededed;
  border-collapse: collapse;
  border-spacing: 0;
  line-height: 2;
  margin: 0 0 32px;
  width: 100%;
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
caption, td {
  font-weight: normal;
  text-align: left;
}
.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
  padding: 13px 8px;
}
th {
  font-weight: 600;
  border-top: 1px solid #ededed;
  padding: 10px;
  border-right: 1px solid #ededed;
}
td {
  border-top: 1px solid #ededed;
  padding: 10px;
  border-right: 1px solid #ededed;
  /*--- Definition Lists ---*/
}
dl {
  margin: 0 0 0 25px;
}
dl dt {
  font-weight: normal;
  line-height: 26px;
  text-transform: uppercase;
  font-weight: 700;
  color: #000;
}
dl dd {
  line-height: normal;
  margin-bottom: 20px;
}
dl dd a {
  color: #000;
}
dl dd a:hover {
  color: #c7a17a;
}
code, kbd {
  background-color: transparent;
  border-radius: 4px;
  color: inherit;
  font-size: 100%;
  padding: 2px 4px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
ins {
  color: #fff;
  border: none;
  padding: 2px;
  text-decoration: none;
  background-color: #c7a17a;
}
pre {
  background: #f5f5f5;
  color: #666;
  font-size: 14px;
  margin: 20px 0;
  overflow: auto;
  padding: 20px;
  white-space: pre-wrap;
  word-wrap: break-word;
}
ol {
  list-style: outside none decimal;
}
ul {
  padding: 0;
  margin: 0 0 15px;
}
ul li {
  list-style-position: inside;
}
dl + h2 + ul {
  padding-left: 35px;
}
dl + h2 + ul ul {
  padding-left: 35px;
}
dl + h2 + ul ul li {
  list-style: outside;
}
.post-password-form label {
  display: block;
  max-width: 60%;
}
.post-password-form input {
  margin: 10px 0;
}
@media screen and (max-width: 767px) {
  .post-password-form label {
    max-width: 60%;
  }
}
.wp-block-button {
  margin-bottom: 20px;
}
.wp-block-button .wp-block-button__link {
  background-color: #c7a17a;
  border-color: #c7a17a;
  color: #fff;
}
.wp-block-button .wp-block-button__link:not([href]) {
  color: #fff;
}
.wp-block-button .wp-block-button__link:hover {
  background-color: #12100d;
  border-color: #12100d;
  color: #fff;
}
.wp-block-button .wp-block-button__link:hover:not([href]) {
  color: #fff;
}
.wp-block-button.is-style-outline .wp-block-button__link {
  background-color: transparent;
  color: #c7a17a;
}
.wp-block-button.is-style-outline .wp-block-button__link:hover {
  background-color: #12100d;
  border-color: #12100d;
  color: #fff;
}
.wp-block-button.is-style-squared .wp-block-button__link {
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}
.entry-body .entry-content .wp-block-cover-text {
  color: rgba(255, 255, 255, 0.87);
  padding-left: 30px;
  padding-right: 30px;
  font-size: 24px;
  line-height: 1.25;
}
body .wp-block-gallery {
  display: flex;
  margin-bottom: 25px;
}
body .wp-block-gallery .blocks-gallery-caption {
  font-size: 15px;
}
blockquote {
  color: #fff;
  background-color: #c7a17a;
  background-image: url(../images/btn-vecter-grid.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 125px 45px 60px;
  font-size: 20px;
  line-height: 1.6;
  font-weight: 400;
  position: relative;
  margin-top: 40px;
  text-align: center;
  margin-bottom: 34px;
  font-family: 'Oswald', sans-serif;
}
blockquote:after {
  position: absolute;
  content: "\f10e";
  font-size: 45px;
  line-height: 1;
  font-family: "Font Awesome 5 Pro";
  top: 60px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -khtml-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  blockquote {
    padding: 80px 20px 40px;
  }
  blockquote:after {
    font-size: 35px;
    top: 30px;
  }
}
blockquote cite {
  display: block;
  font-size: 15px;
  font-weight: 500;
  font-style: normal;
  margin-top: 7px;
  color: #fff;
  font-family: 'Roboto', sans-serif;
}
blockquote p:last-child {
  margin-bottom: 0;
}
#tslOverlay {
  background-color: transparent !important;
}
#elementor-panel-get-pro-elements {
  display: none !important;
}
.elementor-icons-manager__tab__item {
  height: 80px !important;
}
#demo-option .fa {
  font-family: "FontAwesome";
}
.el-inline {
  display: inline-block;
  width: auto !important;
}
.icon-navigation.link-white {
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}
.icon-navigation.link-white a {
  color: #c7a17a;
}
.icon-navigation.link-white a:hover {
  color: #fff;
}
.ct-arrow-right.fac-arrow-right {
  height: 20px;
  width: 20px;
  line-height: 20px;
  -webkit-border-radius: 20px;
  -khtml-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  background-color: #fff;
  color: #c7a17a;
  font-size: 12px;
  position: relative;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  text-align: center;
  position: relative;
  top: -1px;
}
.btn:hover .ct-arrow-right.fac-arrow-right, .btn:focus .ct-arrow-right.fac-arrow-right {
  color: #12100d;
}
.btn.btn-secondary:hover .ct-arrow-right.fac-arrow-right, .btn.btn-secondary:focus .ct-arrow-right.fac-arrow-right {
  color: #c7a17a;
}
.ct-icon-navigation {
  display: inline-block;
  vertical-align: middle;
  width: 22px;
  height: 22px;
  position: relative;
  cursor: pointer;
}
.ct-icon-navigation:before, .ct-icon-navigation:after, .ct-icon-navigation span:before, .ct-icon-navigation span:after {
  content: '';
  background-color: #1b1a1a;
  position: absolute;
  height: 10px;
  width: 10px;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
.ct-icon-navigation:before {
  top: 0;
  left: 0;
}
.ct-icon-navigation:after {
  top: 0;
  right: 0;
}
.ct-icon-navigation span:before {
  right: 0;
  bottom: 0;
}
.ct-icon-navigation span:after {
  bottom: 0;
  left: 0;
}
.ct-icon-navigation:hover:before, .ct-icon-navigation:hover:after, .ct-icon-navigation:hover span:before, .ct-icon-navigation:hover span:after {
  background-color: #c7a17a;
}
.text-block {
  font-size: 15px;
  line-height: 23px;
}
.z-index1 {
  z-index: 1;
}
.z-index2 {
  z-index: 2;
}
.z-index3 {
  z-index: 3;
}
.d-table {
  display: table;
}
.d-table-cell {
  display: table-cell;
  vertical-align: middle;
}
.br-1px {
  -webkit-border-radius: 1px;
  -khtml-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  -o-border-radius: 1px;
  border-radius: 1px;
}
.br-2px {
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
.br-3px {
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.br-4px {
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.br-5px {
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.br-6px {
  -webkit-border-radius: 6px;
  -khtml-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
}
.br-7px {
  -webkit-border-radius: 7px;
  -khtml-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  border-radius: 7px;
}
.br-8px {
  -webkit-border-radius: 8px;
  -khtml-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
}
.br-9px {
  -webkit-border-radius: 9px;
  -khtml-border-radius: 9px;
  -moz-border-radius: 9px;
  -ms-border-radius: 9px;
  -o-border-radius: 9px;
  border-radius: 9px;
}
.br-10px {
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
.z-index0 {
  z-index: 0;
  position: relative;
}
.bg-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.screen-reader-text {
  display: none;
}
#content[tabindex="-1"]:focus {
  outline: 0;
}
.alignleft, .alignright, .aligncenter {
  margin-top: 6px;
  margin-bottom: 45px;
}
.alignleft {
  display: inline;
  float: left;
  margin-right: 35px;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 35px;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.bg-overlay {
  position: relative;
}
.bg-overlay:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: inherit;
  display: block;
}
.el-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.box-white {
  background-color: #fff;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 6px;
  -khtml-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  padding: 29px;
}
.box-white .menu li {
  font-size: 18px;
  line-height: 29px;
  font-weight: 600;
}
.bg-primary {
  background-color: #c7a17a !important;
}
.br-radius {
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.cms-box {
  padding: 30px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.12);
  -khtml-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.12);
  -ms-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.12);
  -o-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.12);
}
.site-overlay {
  position: fixed;
  z-index: -1;
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.25s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -khtml-transition: all 0.25s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -moz-transition: all 0.25s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -ms-transition: all 0.25s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -o-transition: all 0.25s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  transition: all 0.25s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  cursor: url(../images/pointer.png), auto;
}
.site-overlay.open {
  z-index: 9990;
  opacity: 1;
  visibility: visible;
}
.cms-bgimage {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.row-visible {
  overflow: visible !important;
}
.cms-icon-plus {
  height: 10px;
  width: 10px;
  position: relative;
  display: inline-block;
}
.cms-icon-plus:before, .cms-icon-plus:after {
  content: "";
  background-color: #c7a17a;
  position: absolute;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
.cms-icon-plus:before {
  width: 100%;
  height: 2px;
  top: 4px;
  left: 0;
}
.cms-icon-plus:after {
  width: 2px;
  height: 100%;
  left: 4px;
  top: 0;
}
.overlay-gradient {
  position: relative;
  overflow: hidden;
  display: block;
}
.overlay-gradient:before, .overlay-gradient:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
.overlay-gradient:before {
  z-index: 2;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#12100d), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, #12100d, rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(bottom, #12100d, rgba(0, 0, 0, 0));
  background-image: -ms-linear-gradient(bottom, #12100d, rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, #12100d, rgba(0, 0, 0, 0));
  background-image: linear-gradient(bottom, #12100d, rgba(0, 0, 0, 0));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#12100d', endColorStr='rgba(0, 0, 0, 0)');
}
.overlay-gradient:after {
  background-color: #12100d;
  opacity: 0.3;
  z-index: 1;
}
.inline-block {
  display: inline-block;
  vertical-align: middle;
  width: auto !important;
}
.text-right, .align-right {
  text-align: right;
}
.text-left, .align-left {
  text-align: left;
}
.text-center, .align-center {
  text-align: center;
}
.align-justified {
  width: 100%;
}
.h-main {
  font-weight: 700;
}
.border-shadow {
  -webkit-box-shadow: 6px 6px 0 rgba(0, 0, 0, 0.16);
  -khtml-box-shadow: 6px 6px 0 rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 6px 6px 0 rgba(0, 0, 0, 0.16);
  -ms-box-shadow: 6px 6px 0 rgba(0, 0, 0, 0.16);
  -o-box-shadow: 6px 6px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 6px 6px 0 rgba(0, 0, 0, 0.16);
  border: 2px solid #12100d;
}
.l-spacing1 {
  letter-spacing: -0.016em;
}
.highlight {
  color: #c7a17a;
}
.landing-shadow {
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  -khtml-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}
.style-none {
  list-style: none;
  margin: 0;
}
.line-gap {
  background-color: #ebebea;
  height: 1px;
  margin-left: 15px;
  width: calc(100% - 30px);
  width: -webkit-calc(100% - 30px);
  width: -ms-calc(100% - 30px);
  width: -o-calc(100% - 30px);
}
.z-index-1 {
  z-index: 1;
}
.image-single-e-custom img {
  width: 100%;
}
.cms-menu {
  margin: 0;
  list-style: none;
}
.cms-menu > li {
  display: inline-block;
}
.cms-menu > li > a {
  color: ;
  font-size: 14px;
  margin: 0 16px;
  position: relative;
}
.cms-menu > li > a:before {
  content: "";
  width: 1px;
  height: 13px;
  background-color: #e7e7e7;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: -16px;
}
.cms-menu > li:hover > a, .cms-menu > li.current_page_item > a, .cms-menu > li.current-menu-item > a, .cms-menu > li.current_page_ancestor > a, .cms-menu > li.current-menu-ancestor > a {
  color: #c7a17a;
}
.cms-menu > li:last-child > a {
  margin-right: 0;
}
.cms-menu > li:last-child > a:before {
  display: none;
}
.cms-menu .sub-menu {
  display: none;
}
.cms-menu.footer-menu > li > a {
  margin: 0 12px;
  color: #8e8e8e;
}
.cms-menu.footer-menu > li:hover > a, .cms-menu.footer-menu > li.current_page_item > a, .cms-menu.footer-menu > li.current-menu-item > a, .cms-menu.footer-menu > li.current_page_ancestor > a, .cms-menu.footer-menu > li.current-menu-ancestor > a {
  color: #c7a17a;
}
.cms-menu.footer-menu > li:last-child > a {
  margin-right: 0;
}
@media screen and (min-width: 992px) {
  .text-left-lg {
    text-align: left !important;
  }
  .text-right-lg {
    text-align: right !important;
  }
}
@media screen and (max-width: 1199px) {
  .align-center-md {
    text-align: center;
  }
  .align-left-md {
    text-align: left;
  }
  .align-right-md {
    text-align: right;
  }
  .align-justified-md {
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .text-center-md {
    text-align: center !important;
  }
  .text-left-md {
    text-align: left !important;
  }
  .text-right-md {
    text-align: right !important;
  }
  .align-center-sm {
    text-align: center;
  }
  .align-left-sm {
    text-align: left;
  }
  .align-right-sm {
    text-align: right;
  }
  .align-justified-sm {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .text-center-sm {
    text-align: center !important;
  }
  .text-left-sm {
    text-align: left !important;
  }
  .text-right-sm {
    text-align: right !important;
  }
  .align-center-xs {
    text-align: center;
  }
  .align-left-xs {
    text-align: left;
  }
  .align-right-xs {
    text-align: right;
  }
  .align-justified-xs {
    width: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .smart-bg {
    -webkit-border-radius: 25px !important;
    -khtml-border-radius: 25px !important;
    -moz-border-radius: 25px !important;
    -ms-border-radius: 25px !important;
    -o-border-radius: 25px !important;
    border-radius: 25px !important;
  }
}
input::-moz-placeholder, textarea::-moz-placeholder {
  color: inherit;
  opacity: 1;
  text-overflow: ellipsis;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
  text-overflow: ellipsis;
}
input::-o-placeholder, textarea::-o-placeholder {
  color: inherit;
  opacity: 1;
  text-overflow: ellipsis;
}
input::-ms-placeholder, textarea::-ms-placeholder {
  color: inherit;
  opacity: 1;
  text-overflow: ellipsis;
}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="tel"], input[type="number"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea, select, .nice-select {
  color: #9e9e9e;
  background-color: #fff;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid #eaeaea;
  color: inherit;
  padding: 8px 20px;
  line-height: normal;
  height: 51px;
  font-size: 13px;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  -webkit-box-shadow: none;
  -khtml-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  width: 100%;
  outline: none;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="number"]:focus, input[type="range"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="time"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="color"]:focus, textarea:focus, select:focus, .nice-select:focus, input[type="text"]:active, input[type="email"]:active, input[type="url"]:active, input[type="password"]:active, input[type="search"]:active, input[type="tel"]:active, input[type="number"]:active, input[type="range"]:active, input[type="date"]:active, input[type="month"]:active, input[type="week"]:active, input[type="time"]:active, input[type="datetime"]:active, input[type="datetime-local"]:active, input[type="color"]:active, textarea:active, select:active, .nice-select:active {
  border-color: #c7a17a;
}
select {
  height: 51px;
}
textarea {
  line-height: normal;
  padding-top: 22px;
  padding-bottom: 14px;
  height: 120px;
}
.cms-select form {
  position: relative;
  background-color: #fff;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.cms-select select {
  height: 39px;
  line-height: 37px;
  font-size: 15px;
  background-color: transparent;
  position: relative;
  z-index: 99;
  -webkit-appearance: none;
  -khtml-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}
.cms-select i {
  position: absolute;
  right: 14px;
  top: 50%;
  -webkit-transform: translate(0px, -50%);
  -khtml-transform: translate(0px, -50%);
  -moz-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  -o-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}
.wpcf7-form .wpcf7-form-control-wrap {
  margin-bottom: 30px;
  display: block;
}
.wpcf7-form .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  display: none;
}
.wpcf7-form .wpcf7-form-control-wrap .wpcf7-not-valid {
  border-color: #f13c3c !important;
}
.wpcf7-form .wpcf7-response-output {
  border: medium none;
  font-style: italic;
  padding: 0;
  margin: 20px 0 0;
}
.wpcf7-form .wpcf7-response-output.wpcf7-mail-sent-ok {
  color: #398f14;
}
.wpcf7-form .wpcf7-response-output.wpcf7-validation-errors {
  color: #f13c3c;
}
.wpcf7-form .ajax-loader {
  display: none !important;
}
.wpcf7-form .wpcf7-menu {
  display: block;
}
.wpcf7-form .wpcf7-menu select {
  background-color: transparent;
  -webkit-appearance: none;
  -khtml-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  position: relative;
  z-index: 99;
}
.wpcf7-form .wpcf7-menu select option {
  padding: 5px;
}
.select2 .select2-selection--single {
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #e7e8e9;
  height: 47px;
}
.select2 .select2-selection--single .select2-selection__rendered {
  padding-left: 15px;
  line-height: 47px;
}
.select2 .select2-selection--single .select2-selection__arrow {
  right: 8px;
  top: 50%;
  -webkit-transform: translate(0px, -50%);
  -khtml-transform: translate(0px, -50%);
  -moz-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  -o-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}
#ui-datepicker-div {
  background-color: #fff;
  padding: 22px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 6px;
  -khtml-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -khtml-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -9999px;
  min-width: 300px;
  z-index: 10001 !important;
}
#ui-datepicker-div .ui-datepicker-header {
  position: relative;
}
#ui-datepicker-div .ui-datepicker-header .ui-corner-all {
  display: block;
  height: 30px;
  width: 30px;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
  position: absolute;
  top: 0;
  padding: 0;
}
#ui-datepicker-div .ui-datepicker-header .ui-corner-all:before {
  content: "\f104";
  color: #040e24;
  font-family: 'Font Awesome 5 Pro';
  font-size: 16px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
#ui-datepicker-div .ui-datepicker-header .ui-corner-all:hover:before {
  color: #c7a17a;
}
#ui-datepicker-div .ui-datepicker-header .ui-corner-all span {
  display: none;
}
#ui-datepicker-div .ui-datepicker-header .ui-corner-all.ui-datepicker-prev {
  left: 0;
}
#ui-datepicker-div .ui-datepicker-header .ui-corner-all.ui-datepicker-next {
  right: 0;
}
#ui-datepicker-div .ui-datepicker-header .ui-corner-all.ui-datepicker-next:before {
  content: "\f105";
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-title {
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 10px;
  min-height: 40px;
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
  color: ;
  font-family: 'Oswald', sans-serif;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-title span {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
}
#ui-datepicker-div .ui-datepicker-calendar {
  margin: 0;
  width: 100%;
}
#ui-datepicker-div .ui-datepicker-calendar th {
  text-align: center;
}
#ui-datepicker-div .ui-datepicker-calendar td {
  text-align: center;
  padding: 6px;
  color: rgba(0, 0, 0, 0.6);
}
#ui-datepicker-div .ui-datepicker-calendar td.ui-state-disabled {
  color: rgba(0, 0, 0, 0.2);
}
#ui-datepicker-div .ui-datepicker-calendar td.ui-datepicker-today a {
  color: #c7a17a;
}
#ui-datepicker-div .ui-datepicker-calendar td a {
  color: #999;
}
#ui-datepicker-div .ui-datepicker-calendar td a:hover {
  color: #c7a17a;
}
form .select2-container--default {
  width: 100% !important;
}
form .select2-container--default .select2-selection {
  border: 1px solid #e7e8e9;
  height: 47px;
}
form .select2-container--default .select2-selection .select2-selection__rendered {
  line-height: 47px;
  padding-left: 15px;
}
form .select2-container--default .select2-selection .select2-selection__arrow {
  right: 10px;
  top: 50%;
  color: #8f8f8f;
}
form .select2-container--default .select2-selection .select2-selection__clear {
  height: 20px;
  line-height: 20px;
  position: absolute;
  right: 30px;
  text-align: center;
  top: 50%;
  -webkit-transform: translate(0px, -50%);
  -khtml-transform: translate(0px, -50%);
  -moz-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  -o-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  width: 20px;
  color: #8f8f8f;
}
form .select2-container--default .select2-selection .select2-selection__placeholder {
  color: rgba(55, 55, 55, 0.87);
}
.select2-container.select2-container--open .select2-dropdown {
  border-color: #e7e8e9;
}
.select2-container.select2-container--open .select2-dropdown .select2-search__field {
  border: 1px solid #e7e8e9;
  padding-left: 15px;
  padding-right: 15px;
}
.select2-container.select2-container--open .select2-results li.select2-results__option--highlighted {
  background-color: #c7a17a;
}
.cms-field-checkbox {
  position: relative;
  padding-left: 27px;
}
.cms-field-checkbox .icon-check {
  border: 2px solid #e7ebef;
  border-radius: 1px;
  display: block;
  height: 17px;
  width: 17px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 1;
}
.cms-field-checkbox .icon-check:before {
  content: '';
  height: 7px;
  width: 7px;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  background-color: #c7a17a;
  position: absolute;
  top: 3px;
  left: 3px;
  opacity: 0;
}
.cms-field-checkbox label {
  font-size: 14px;
}
.cms-field-checkbox input {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  width: 100%;
  opacity: 0;
  cursor: pointer;
  z-index: 3;
}
.cms-field-checkbox input:checked + .icon-check:before {
  opacity: 1;
}
.nice-select {
  background-color: #fff;
  border-color: #ebebeb;
  position: relative;
  padding-right: 40px;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}
.nice-select:after {
  content: "\f107";
  font-family: 'Font Awesome 5 Pro';
  font-size: 16px;
  text-align: center;
  color: #9b9b9b;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translate(0px, -50%);
  -khtml-transform: translate(0px, -50%);
  -moz-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  -o-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}
.nice-select span.current {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 35px;
}
.nice-select .option {
  text-overflow: ellipsis;
  overflow: hidden;
}
.nice-select.open .list {
  padding: 5px;
  min-width: 185px;
  overflow: auto;
  width: 100%;
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
  -ms-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
}
.nice-select.disabled {
  border-color: #ededed;
  color: #999;
  pointer-events: none;
}
.nice-select.disabled:after {
  border-color: #ccc;
}
.nice-select.wide {
  width: 100%;
}
.nice-select.wide .list {
  left: 0 !important;
  right: 0 !important;
}
.nice-select.right {
  float: right;
}
.nice-select.right .list {
  left: auto;
  right: 0;
}
.nice-select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px;
}
.nice-select.small:after {
  height: 4px;
  width: 4px;
}
.nice-select.small .option {
  line-height: 34px;
  min-height: 34px;
}
.nice-select .list {
  max-height: 250px;
  overflow: auto;
  background-color: #fff;
  padding: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.24);
  -khtml-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.24);
  -ms-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.24);
  -o-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.24);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.24);
  box-sizing: border-box;
  margin-top: 4px;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: scale(0.75) translateY(-21px);
  -ms-transform: scale(0.75) translateY(-21px);
  transform: scale(0.75) translateY(-21px);
  -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9;
  color: #666;
}
.nice-select .list .selected {
  color: #666;
}
.nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important;
}
.nice-select .option {
  cursor: pointer;
  line-height: normal;
  list-style: none;
  outline: none;
  padding: 8px 24px;
  text-align: left;
  -webkit-transition: all 0.2s;
  -khtml-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
  background-color: #f3f3f4;
}
.nice-select .option.selected {
  font-weight: bold;
}
.nice-select .option.disabled {
  background-color: transparent;
  color: #999;
  cursor: default;
}
.no-csspointerevents .nice-select .list {
  display: none;
}
.no-csspointerevents .nice-select.open .list {
  display: block;
}
.btn, button, .button, input[type="submit"] {
  background-color: #c7a17a;
  font-size: 15px;
  color: #fff;
  text-transform: uppercase;
  padding: 0 30px;
  line-height: 51px;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  font-weight: 700;
  border: none;
}
.btn:hover, button:hover, .button:hover, input[type="submit"]:hover, .btn:focus, button:focus, .button:focus, input[type="submit"]:focus {
  -webkit-box-shadow: none;
  -khtml-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  outline: medium none;
  text-decoration: none;
  color: #fff;
  background-color: #12100d;
}
.cms-button-icon.cms-align-icon-left i {
  margin-left: 0;
  margin-right: 10px;
}
.btn i {
  margin-left: 8px;
  line-height: 1;
}
.btn i.fas {
  font-family: "Font Awesome 5 Pro";
}
.btn i.space-right {
  margin-left: 0;
  margin-right: 8px;
}
.btn .cms-align-icon-right {
  float: right;
}
.btn .cms-align-icon-right i {
  margin-left: 18px;
  margin-right: 0px;
}
.btn.btn-secondary {
  background-color: #12100d;
  color: #fff;
}
.btn.btn-secondary:hover {
  color: #fff;
  background-color: #c7a17a;
}
.btn.btn-outline {
  border: 2px solid #c7a17a;
  color: #c7a17a;
  background-color: transparent;
  line-height: 47px;
}
.btn.btn-outline:hover {
  color: #fff;
  background-color: #c7a17a;
  border-color: #c7a17a;
}
.btn.btn-outline.btn-small {
  line-height: 35px;
  padding: 0 22px;
}
.btn.btn-outline-primary {
  border: 2px solid #c7a17a;
  color: #c7a17a;
  background-color: transparent;
  line-height: 47px;
}
.btn.btn-outline-primary:hover {
  color: #fff;
  background-color: #c7a17a;
}
.btn.btn-outline-secondary {
  border: 2px solid #12100d;
  color: #12100d;
  background-color: transparent;
  line-height: 47px;
}
.btn.btn-outline-secondary:hover {
  color: #c7a17a;
  border-color: #c7a17a;
}
.btn.btn-outline-secondary2 {
  border: 2px solid #b1b1b0;
  color: #12100d;
  background-color: transparent;
  line-height: 46px;
}
.btn.btn-outline-secondary2:hover {
  color: #fff;
  background-color: #c7a17a;
  border-color: #c7a17a;
}
.btn-align-center {
  text-align: center;
}
.btn-align-right {
  text-align: right;
}
.btn-group .btn + .btn {
  margin-left: 30px;
}
.btn-block {
  display: block;
}
.btn-block .btn {
  width: 100%;
}
.text-outline {
  font-size: 12px;
}
.text-outline .cms-button-text {
  display: inline-block;
  border-bottom: 1px solid #c7a17a;
}
.text-outline.style2 {
  font-size: 13px;
  font-weight: 700;
  color: #333;
}
.text-outline.style2 .cms-button-text {
  border-bottom: 2px solid #333;
}
.text-outline.style2:hover {
  color: #c7a17a;
}
.text-outline.style2:hover .cms-button-text {
  border-color: #c7a17a;
}
.site-header {
  position: relative;
}
#site-header-wrap {
  position: relative;
  z-index: 999;
}
#site-header-wrap .row {
  align-items: center;
}
#site-header-wrap .site-branding {
  margin: 0 15px;
  position: relative;
  display: flex;
  align-items: center;
}
#site-header-wrap .site-branding img {
  max-height: 52px;
  max-width: inherit;
}
#site-header-wrap .site-branding .logo-light, #site-header-wrap .site-branding .logo-mobile {
  position: absolute;
  top: 50%;
  left: 0%;
  -webkit-transform: translate(0%, -50%);
  -khtml-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  opacity: 0;
}
#site-header-wrap #site-header {
  position: relative;
}
#site-header-wrap #site-header.h-fixed {
  background-color: #fff;
}
@media screen and (min-width: 992px) {
  #site-header-wrap #site-header.h-fixed {
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
    -khtml-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
    -o-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
    position: fixed;
  }
}
#site-header-wrap #site-header.h-fixed .site-branding .logo-light {
  opacity: 0;
}
#site-header-wrap #site-header.h-fixed .site-branding .logo-dark {
  opacity: 1;
}
#site-header-wrap .site-header-right {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 15px 0 0;
  position: relative;
}
#site-header-wrap .site-header-right .site-header-item:not(.site-header-button) {
  font-size: 18px;
  color: #222;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
  margin-left: 17px;
  position: relative;
}
#site-header-wrap .site-header-right .widget_cart_counter_header {
  position: absolute;
  width: 16px;
  height: 16px;
  line-height: 16px;
  background-color: #c7a17a;
  top: -4px;
  right: -6px;
  -webkit-border-radius: 12px;
  -khtml-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  border-radius: 12px;
  color: #fff;
  font-size: 11px;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
#site-header-wrap .site-header-right .site-header-item:hover .widget_cart_counter_header {
  opacity: 1;
}
#site-header-wrap .site-header-right .site-header-button .btn {
  text-transform: uppercase;
}
#site-header-wrap .header-top-layout1 {
  background-color: #282828;
  padding: 14px 0;
  font-size: 12px;
  line-height: 1.75;
  color: #a5a5a5;
}
@media screen and (max-width: 991px) {
  #site-header-wrap .header-top-layout1 {
    display: none;
  }
}
#site-header-wrap .header-top-layout1 .row > div {
  padding: 0 15px;
}
#site-header-wrap .header-top-layout1 a {
  color: inherit;
}
#site-header-wrap .header-top-layout1 a:hover {
  color: #c7a17a;
}
#site-header-wrap .header-top-layout1 .h-btn-text {
  color: #c7a17a;
  position: relative;
}
#site-header-wrap .header-top-layout1 .h-btn-text:before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: #c7a17a;
  left: 0;
  -webkit-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  -khtml-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  -moz-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  -ms-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  -o-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
}
#site-header-wrap .header-top-layout1 .h-btn-text:hover:before {
  width: 100%;
}
#site-header-wrap .header-top-layout1 .header-top-meta {
  flex-grow: 1;
  display: flex;
  flex-wrap: wrap;
}
#site-header-wrap .header-top-layout1 .header-top-meta .header-top-item {
  margin-right: 30px;
}
#site-header-wrap .header-top-layout1 .header-top-social a + a {
  margin-left: 24px;
}
@media screen and (min-width: 1400px) {
  #site-header-wrap .site-navigation .main-navigation {
    padding-left: 40px;
  }
  #site-header-wrap .site-header-button {
    margin-left: 70px;
  }
}
@media (max-width: 1399px) {
  #site-header-wrap .site-header-button {
    margin-left: 40px;
  }
}
@media (min-width: 1200px) and (max-width: 1599px) {
  #site-header-wrap.header-layout1 .btn {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 1600px) {
  #site-header-wrap.header-layout1 .btn {
    padding-left: 43px;
    padding-right: 43px;
  }
}
@media screen and (min-width: 1200px) {
  #site-header-wrap .site-navigation {
    margin: 0 15px;
    display: flex;
    align-items: center;
    flex-grow: 1;
    justify-content: flex-start;
  }
  #site-header-wrap #site-header.h-fixed .primary-menu > li > a, #site-header-wrap #site-header.h-fixed .site-menu-right {
    line-height: 80px;
  }
  #site-header-wrap.header-layout1 .container {
    max-width: 1600px;
  }
  #site-header-wrap.header-layout1 .btn {
    line-height: 55px;
    text-transform: uppercase;
  }
  #site-header-wrap.header-layout1 .btn.btn-style2 {
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    border: none;
    background-color: #c7a17a;
    color: #fff;
    line-height: 39px;
  }
  #site-header-wrap.header-layout1 .btn.btn-style2:hover {
    background-color: #c7a17a;
  }
  #site-header-wrap.header-layout1 #site-header:not(.h-fixed) {
    background-color: #000 30%;
    background-image: -webkit-gradient(linear, left top, right top, from(#000 30%), to(rgba(0, 0, 0, 0.1)));
    background-image: -webkit-linear-gradient(left, #000 30%, rgba(0, 0, 0, 0.1));
    background-image: -moz-linear-gradient(left, #000 30%, rgba(0, 0, 0, 0.1));
    background-image: -ms-linear-gradient(left, #000 30%, rgba(0, 0, 0, 0.1));
    background-image: -o-linear-gradient(left, #000 30%, rgba(0, 0, 0, 0.1));
    background-image: linear-gradient(left, #000 30%, rgba(0, 0, 0, 0.1));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#000 30%', endColorStr='rgba(0, 0, 0, 0.1)', gradientType='1');
    border-bottom: 1px solid #333;
  }
  #site-header-wrap.header-layout1 #site-header:not(.h-fixed) .site-branding .logo-light {
    opacity: 1;
  }
  #site-header-wrap.header-layout1 #site-header:not(.h-fixed) .site-branding .logo-dark {
    opacity: 0;
  }
  #site-header-wrap.header-layout1 #site-header:not(.h-fixed) .site-header-right .site-header-item:not(.site-header-button) {
    color: #fff;
  }
  #site-header-wrap.header-layout1 #site-header:not(.h-fixed) .site-header-right .site-header-item:not(.site-header-button):hover {
    color: ;
  }
  #site-header-wrap.header-layout1 #site-header:not(.h-fixed) .site-header-button .btn:hover {
    background-color: #fff;
    color: #12100d;
  }
  #site-header-wrap.header-layout2 {
    background-color: #efefef;
  }
  #site-header-wrap.header-layout2 .container {
    max-width: 1740px;
  }
  #site-header-wrap.header-layout3 .site-header-main {
    margin-top: 25px;
  }
  #site-header-wrap.header-layout3 .container {
    max-width: 1600px;
  }
  #site-header-wrap.header-layout3 .primary-menu > li:last-child {
    margin-right: 0;
  }
  #site-header-wrap.header-layout3 .site-header-right .site-header-item:not(.site-header-button) {
    color: #fff;
  }
  #site-header-wrap.header-layout3 .site-branding {
    margin: 0 15px;
    position: relative;
    display: flex;
    align-items: center;
  }
  #site-header-wrap.header-layout3 .site-branding img {
    max-height: 52px;
    max-width: inherit;
  }
  #site-header-wrap.header-layout3 .site-branding .logo-dark, #site-header-wrap.header-layout3 .site-branding .logo-mobile {
    opacity: 0;
  }
  #site-header-wrap.header-layout3 .site-branding .logo-light {
    opacity: 1;
  }
  #site-header-wrap.header-layout3 #site-header:not(.h-fixed) .site-branding .logo-light {
    opacity: 1;
  }
  #site-header-wrap.header-layout3 #site-header:not(.h-fixed) .site-branding .logo-dark {
    opacity: 0;
  }
  #site-header-wrap.header-layout3 #site-header:not(.h-fixed) .primary-menu > li > a {
    color: #fff;
  }
  #site-header-wrap.header-layout3 #site-header:not(.h-fixed) .site-header-right .site-header-item:not(.site-header-button) {
    color: #fff;
  }
  #site-header-wrap.header-layout3 #site-header:not(.h-fixed) .site-header-right .site-header-item:not(.site-header-button):hover {
    color: ;
  }
  #site-header-wrap.header-layout3 #site-header:not(.h-fixed) .site-header-button .btn:hover {
    background-color: #fff;
    color: #12100d;
  }
  #site-header-wrap.header-layout3 .site-header-main.h-fixed .site-header-right .site-header-item:not(.site-header-button) {
    color: #12100d;
  }
  #site-header-wrap.header-layout3 .site-header-main.h-fixed .site-header-right .site-header-item:not(.site-header-button):hover {
    color: ;
  }
  #site-header-wrap.header-layout4 .container {
    max-width: 1600px;
  }
  #site-header-wrap.header-layout4 .site-navigation {
    justify-content: center;
  }
  #site-header-wrap.header-trans {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
  }
}
@media screen and (max-width: 1199px) {
  #site-header-wrap {
    position: relative;
    -webkit-box-shadow: 0 0px 5px rgba(0, 0, 0, 0.15);
    -khtml-box-shadow: 0 0px 5px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0px 5px rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 0 0px 5px rgba(0, 0, 0, 0.15);
    -o-box-shadow: 0 0px 5px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0px 5px rgba(0, 0, 0, 0.15);
    background-color: #fff;
  }
  #site-header-wrap.fixed-height {
    height: inherit !important;
  }
  #site-header-wrap .site-header-top, #site-header-wrap .site-header-right, #site-header-wrap .site-navigation-top {
    display: none;
  }
  #site-header-wrap .site-header-button {
    margin-left: 30px;
  }
  #site-header-wrap .site-branding {
    min-height: 44px;
    margin: 10px 15px;
  }
  #site-header-wrap .site-branding a {
    opacity: 0;
    display: inline-block;
    line-height: 60px !important;
  }
  #site-header-wrap .site-branding a.logo-mobile {
    opacity: 1 !important;
  }
  #site-header-wrap .site-branding a.logo-dark {
    display: none;
  }
  #site-header-wrap #main-menu-mobile {
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translate(0, -50%);
    -khtml-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  #site-header-wrap #headroom {
    position: static !important;
  }
}
#site-header {
  -webkit-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -khtml-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -moz-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -ms-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -o-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
}
#site-header.h-fixed {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  -webkit-animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
  -khtml-animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
  -moz-animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
  -ms-animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
  -o-animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
  animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
}
.admin-bar #site-header-wrap #site-header.h-fixed {
  top: 32px;
}
@media screen and (max-width: 782px) {
  .admin-bar #site-header-wrap #site-header.h-fixed {
    top: 46px;
  }
}
@media screen and (max-width: 600px) {
  .admin-bar #site-header-wrap #site-header.h-fixed {
    top: 0;
  }
}
.cms-register-popup .user-press-forgot-pass, .cms-login-popup .user-press-forgot-pass {
  display: none;
}
.cms-register-popup .cms-modal-content, .cms-login-popup .cms-modal-content {
  max-width: 370px !important;
}
.cms-register-popup .cms-modal-content .cms-modal-holder, .cms-login-popup .cms-modal-content .cms-modal-holder {
  background-color: #fff;
  padding: 30px 50px 40px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  position: relative;
}
.cms-register-popup .cms-modal-content .cms-modal-holder:before, .cms-login-popup .cms-modal-content .cms-modal-holder:before {
  content: '';
  width: 4px;
  background-color: #c7a17a;
  position: absolute;
  top: 40px;
  bottom: 40px;
  left: 0;
}
.cms-register-popup .cms-modal-content .widget-title, .cms-login-popup .cms-modal-content .widget-title {
  font-size: 26px;
  margin-bottom: 13px;
}
.cms-register-popup .cms-modal-content .widget-desc, .cms-login-popup .cms-modal-content .widget-desc {
  font-size: 15px;
  line-height: 26px;
  margin-bottom: 15px;
}
.cms-register-popup .cms-modal-content .cms-modal-body, .cms-login-popup .cms-modal-content .cms-modal-body {
  padding: 0;
}
.cms-register-popup .cms-modal-content .wpcf7-not-valid-tip, .cms-login-popup .cms-modal-content .wpcf7-not-valid-tip {
  font-size: 13px;
  margin-top: 5px;
  position: absolute;
  top: -4px;
  right: 0;
}
.cms-register-popup .cms-modal-content .field-group, .cms-login-popup .cms-modal-content .field-group {
  margin-bottom: 0px;
  overflow: hidden;
  position: relative;
}
.cms-register-popup .cms-modal-content .field-group .label, .cms-login-popup .cms-modal-content .field-group .label {
  font-size: 14px;
  font-weight: 700;
  color: #51668a;
  margin-bottom: 8px;
  display: block;
}
.cms-register-popup .cms-modal-content .field-group input, .cms-login-popup .cms-modal-content .field-group input {
  height: 60px;
}
.cms-register-popup .cms-modal-content .field-group + .field-group, .cms-login-popup .cms-modal-content .field-group + .field-group {
  margin-top: 22px;
}
.cms-register-popup .cms-modal-content .field-group .cms-field-checkbox input, .cms-login-popup .cms-modal-content .field-group .cms-field-checkbox input {
  height: 100%;
}
.cms-register-popup .cms-modal-content .field-group.field-check, .cms-login-popup .cms-modal-content .field-group.field-check {
  margin-top: 13px;
}
.cms-register-popup .cms-modal-content .fields-footer, .cms-login-popup .cms-modal-content .fields-footer {
  margin-top: 24px;
}
.cms-register-popup .cms-modal-content .field-forget a, .cms-login-popup .cms-modal-content .field-forget a {
  font-size: 14px;
  font-weight: 700;
  color: #0e2b5c;
}
.cms-register-popup .cms-modal-content .field-forget a:hover, .cms-login-popup .cms-modal-content .field-forget a:hover {
  color: #c7a17a;
}
.cms-register-popup .cms-modal-content .button, .cms-login-popup .cms-modal-content .button {
  line-height: 70px;
}
.cms-register-popup .cms-modal-footer, .cms-login-popup .cms-modal-footer {
  padding-top: 19px;
  text-align: center;
}
.cms-register-popup .cms-modal-footer a, .cms-login-popup .cms-modal-footer a {
  color: #fff;
}
.cms-register-popup .cms-modal-footer span:not(.cms-button-icon), .cms-login-popup .cms-modal-footer span:not(.cms-button-icon) {
  color: #c7a17a;
  margin-left: 4px;
}
.cms-register-popup .cms-modal-footer .cms-button-icon, .cms-login-popup .cms-modal-footer .cms-button-icon {
  margin-left: 10px;
}
.cms-login-popup .profile-content {
  text-align: center;
}
.cms-login-popup .user-avatar {
  text-align: center;
}
.cms-login-popup .user-name {
  color: #12100d;
  font-weight: 700;
  font-size: 16px;
  margin: 15px 0 8px;
}
.cms-login-popup .user-press-logout {
  font-weight: 700;
}
ul.menu {
  list-style: none;
  margin: 0;
}
ul.menu ul {
  list-style: none;
  margin: 0;
}
@media screen and (min-width: 1400px) {
  .primary-menu > li {
    margin: 0 31px 0 15px;
  }
}
@media screen and (min-width: 1200px) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: block;
  }
  .primary-menu {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .primary-menu.primary-menu-pages {
    margin-right: 23px;
  }
  .primary-menu li {
    position: relative;
    list-style: none;
  }
  .primary-menu li a {
    display: block;
    -webkit-transition: all 300ms linear 0ms !important;
    -khtml-transition: all 300ms linear 0ms !important;
    -moz-transition: all 300ms linear 0ms !important;
    -ms-transition: all 300ms linear 0ms !important;
    -o-transition: all 300ms linear 0ms !important;
    transition: all 300ms linear 0ms !important;
  }
  .primary-menu > li {
    display: inline-block;
    vertical-align: middle;
    float: left;
  }
  .primary-menu > li > a {
    font-size: 14px;
    letter-spacing: 0.05em;
    color: #12100d;
    font-weight: 700;
    line-height: 100px;
    position: relative;
    padding: 0;
    text-transform: uppercase;
  }
  .primary-menu > li > a.cms-onepage-active {
    color: #c7a17a !important;
  }
  .primary-menu > li.menu-item-has-children > a:after {
    content: "+";
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    color: #12100d;
    font-weight: normal;
    margin-left: 4px;
    -webkit-transform: rotate(0deg);
    -khtml-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .primary-menu > li:hover > a, .primary-menu > li.current_page_item > a, .primary-menu > li.current-menu-item > a, .primary-menu > li.current_page_ancestor > a, .primary-menu > li.current-menu-ancestor > a {
    color: #c7a17a;
  }
  .primary-menu > li:hover > a:after, .primary-menu > li.current_page_item > a:after, .primary-menu > li.current-menu-item > a:after, .primary-menu > li.current_page_ancestor > a:after, .primary-menu > li.current-menu-ancestor > a:after {
    color: #c7a17a;
  }
  .primary-menu > li > ul.back {
    right: 0 !important;
    left: auto !important;
  }
  .primary-menu > li > ul.back li > ul.back {
    right: 100% !important;
    left: auto !important;
  }
  .primary-menu > li > .sub-menu li > ul.back, .primary-menu > li > .children li > ul.back {
    right: 100% !important;
    left: auto !important;
  }
  .primary-menu .sub-menu, .primary-menu .children {
    list-style: none;
    margin: 0;
  }
  .primary-menu .sub-menu, .primary-menu .children {
    position: absolute;
    background: #fff;
    padding: 20px 0;
    top: 100%;
    left: 0;
    margin-top: 15px;
    min-width: 235px;
    z-index: 99;
    visibility: hidden;
    opacity: 0;
    -webkit-box-shadow: 0 8px 83px rgba(40, 40, 40, 0.08);
    -khtml-box-shadow: 0 8px 83px rgba(40, 40, 40, 0.08);
    -moz-box-shadow: 0 8px 83px rgba(40, 40, 40, 0.08);
    -ms-box-shadow: 0 8px 83px rgba(40, 40, 40, 0.08);
    -o-box-shadow: 0 8px 83px rgba(40, 40, 40, 0.08);
    box-shadow: 0 8px 83px rgba(40, 40, 40, 0.08);
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    clip: rect(1px, 1px, 1px, 1px);
  }
  .primary-menu .sub-menu li, .primary-menu .children li {
    padding: 0 20px;
  }
  .primary-menu .sub-menu li a, .primary-menu .children li a {
    color: #666;
    font-size: 14px;
    border-bottom: 1px solid #eaeaea;
    line-height: normal;
    padding: 14px 0;
    position: relative;
  }
  .primary-menu .sub-menu li a:before, .primary-menu .children li a:before {
    content: '';
    -webkit-transition: all 240ms linear 0ms;
    -khtml-transition: all 240ms linear 0ms;
    -moz-transition: all 240ms linear 0ms;
    -ms-transition: all 240ms linear 0ms;
    -o-transition: all 240ms linear 0ms;
    transition: all 240ms linear 0ms;
    height: 1px;
    width: 0;
    position: absolute;
    background-color: #c7a17a;
    bottom: -1px;
    left: 0;
    opacity: 0;
  }
  .primary-menu .sub-menu li.menu-item-has-children > a:after, .primary-menu .children li.menu-item-has-children > a:after {
    content: "\f054";
    font-family: "Font Awesome 5 Pro";
    -webkit-transition: all 240ms linear 0ms;
    -khtml-transition: all 240ms linear 0ms;
    -moz-transition: all 240ms linear 0ms;
    -ms-transition: all 240ms linear 0ms;
    -o-transition: all 240ms linear 0ms;
    transition: all 240ms linear 0ms;
    font-size: 12px;
    color: #7c7770;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -khtml-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 2px;
  }
  .primary-menu .sub-menu li:last-child > a, .primary-menu .children li:last-child > a {
    border-bottom: none;
  }
  .primary-menu .sub-menu li > a:hover, .primary-menu .children li > a:hover, .primary-menu .sub-menu li.current_page_item > a, .primary-menu .children li.current_page_item > a, .primary-menu .sub-menu li.current-menu-item > a, .primary-menu .children li.current-menu-item > a, .primary-menu .sub-menu li.current_page_ancestor > a, .primary-menu .children li.current_page_ancestor > a, .primary-menu .sub-menu li.current-menu-ancestor > a, .primary-menu .children li.current-menu-ancestor > a {
    color: #c7a17a;
  }
  .primary-menu .sub-menu li > a:hover:before, .primary-menu .children li > a:hover:before, .primary-menu .sub-menu li.current_page_item > a:before, .primary-menu .children li.current_page_item > a:before, .primary-menu .sub-menu li.current-menu-item > a:before, .primary-menu .children li.current-menu-item > a:before, .primary-menu .sub-menu li.current_page_ancestor > a:before, .primary-menu .children li.current_page_ancestor > a:before, .primary-menu .sub-menu li.current-menu-ancestor > a:before, .primary-menu .children li.current-menu-ancestor > a:before {
    width: 100%;
    opacity: 1;
  }
  .primary-menu .sub-menu li > a:hover:after, .primary-menu .children li > a:hover:after, .primary-menu .sub-menu li.current_page_item > a:after, .primary-menu .children li.current_page_item > a:after, .primary-menu .sub-menu li.current-menu-item > a:after, .primary-menu .children li.current-menu-item > a:after, .primary-menu .sub-menu li.current_page_ancestor > a:after, .primary-menu .children li.current_page_ancestor > a:after, .primary-menu .sub-menu li.current-menu-ancestor > a:after, .primary-menu .children li.current-menu-ancestor > a:after {
    color: #c7a17a;
  }
  .primary-menu .sub-menu .sub-menu, .primary-menu .children .sub-menu, .primary-menu .sub-menu .children, .primary-menu .children .children {
    top: 0;
    left: 100%;
  }
  .primary-menu li:hover, .primary-menu li.focus {
    overflow: visible;
    /* Mega Menu */
  }
  .primary-menu li:hover > .sub-menu, .primary-menu li.focus > .sub-menu, .primary-menu li:hover > .children, .primary-menu li.focus > .children {
    visibility: visible;
    opacity: 1;
    margin-top: 0;
    clip: inherit;
  }
  .primary-menu li:hover .sub-menu .sub-menu, .primary-menu li.focus .sub-menu .sub-menu {
    margin-top: -20px;
  }
  .primary-menu li.megamenu {
    position: static;
  }
  .primary-menu li.megamenu .vc_wp_custommenu.wpb_content_element {
    padding: 0;
    background-color: transparent;
  }
  .primary-menu li.megamenu .sub-menu, .primary-menu li.megamenu .children {
    width: 100%;
    max-width: 1170px;
    padding: 0;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
  }
  .primary-menu li.megamenu .sub-menu p, .primary-menu li.megamenu .children p {
    margin-bottom: 0;
  }
  .primary-menu li.megamenu .sub-menu li, .primary-menu li.megamenu .children li {
    padding: 0;
  }
  .primary-menu li.megamenu .sub-menu li > .container, .primary-menu li.megamenu .children li > .container {
    padding: 0;
  }
  .primary-menu li.megamenu .sub-menu .wpb_content_element, .primary-menu li.megamenu .children .wpb_content_element {
    margin-bottom: 0;
  }
  .primary-menu li.megamenu.remove-pos {
    position: relative;
  }
  .primary-menu li.megamenu.remove-pos > .sub-menu, .primary-menu li.megamenu.remove-pos > .children {
    max-width: inherit;
    width: auto;
    left: 0;
    right: auto;
  }
  .header-layout1 .primary-menu > li > a {
    color: #fff;
  }
  .header-layout1 .primary-menu > li.menu-item-has-children > a:after {
    color: #fff;
  }
  .header-layout1 .primary-menu > li:hover > a, .header-layout1 .primary-menu > li.current_page_item > a, .header-layout1 .primary-menu > li.current-menu-item > a, .header-layout1 .primary-menu > li.current_page_ancestor > a, .header-layout1 .primary-menu > li.current-menu-ancestor > a {
    color: #c7a17a;
  }
  .header-layout1 .primary-menu > li:hover > a:after, .header-layout1 .primary-menu > li.current_page_item > a:after, .header-layout1 .primary-menu > li.current-menu-item > a:after, .header-layout1 .primary-menu > li.current_page_ancestor > a:after, .header-layout1 .primary-menu > li.current-menu-ancestor > a:after {
    color: #c7a17a;
  }
  .header-layout1 .site-header-main.h-fixed .primary-menu > li > a {
    color: #12100d;
  }
  .header-layout1 .site-header-main.h-fixed .primary-menu > li.menu-item-has-children > a:after {
    color: #12100d;
  }
  .header-layout1 .site-header-main.h-fixed .primary-menu > li:hover > a, .header-layout1 .site-header-main.h-fixed .primary-menu > li.current_page_item > a, .header-layout1 .site-header-main.h-fixed .primary-menu > li.current-menu-item > a, .header-layout1 .site-header-main.h-fixed .primary-menu > li.current_page_ancestor > a, .header-layout1 .site-header-main.h-fixed .primary-menu > li.current-menu-ancestor > a {
    color: #c7a17a;
  }
  .header-layout1 .site-header-main.h-fixed .primary-menu > li:hover > a:after, .header-layout1 .site-header-main.h-fixed .primary-menu > li.current_page_item > a:after, .header-layout1 .site-header-main.h-fixed .primary-menu > li.current-menu-item > a:after, .header-layout1 .site-header-main.h-fixed .primary-menu > li.current_page_ancestor > a:after, .header-layout1 .site-header-main.h-fixed .primary-menu > li.current-menu-ancestor > a:after {
    color: #c7a17a;
  }
  .header-layout3 .primary-menu > li > a {
    color: #fff;
  }
  .header-layout3 .primary-menu > li.menu-item-has-children > a:after {
    color: #fff;
  }
  .header-layout3 .primary-menu > li:hover > a, .header-layout3 .primary-menu > li.current_page_item > a, .header-layout3 .primary-menu > li.current-menu-item > a, .header-layout3 .primary-menu > li.current_page_ancestor > a, .header-layout3 .primary-menu > li.current-menu-ancestor > a {
    color: #c7a17a;
  }
  .header-layout3 .primary-menu > li:hover > a:after, .header-layout3 .primary-menu > li.current_page_item > a:after, .header-layout3 .primary-menu > li.current-menu-item > a:after, .header-layout3 .primary-menu > li.current_page_ancestor > a:after, .header-layout3 .primary-menu > li.current-menu-ancestor > a:after {
    color: #c7a17a;
  }
  .header-layout3 .site-header-main.h-fixed .primary-menu > li > a {
    color: #12100d;
  }
  .header-layout3 .site-header-main.h-fixed .primary-menu > li.menu-item-has-children > a:after {
    color: #12100d;
  }
  .header-layout3 .site-header-main.h-fixed .primary-menu > li:hover > a, .header-layout3 .site-header-main.h-fixed .primary-menu > li.current_page_item > a, .header-layout3 .site-header-main.h-fixed .primary-menu > li.current-menu-item > a, .header-layout3 .site-header-main.h-fixed .primary-menu > li.current_page_ancestor > a, .header-layout3 .site-header-main.h-fixed .primary-menu > li.current-menu-ancestor > a {
    color: #c7a17a;
  }
  .header-layout3 .site-header-main.h-fixed .primary-menu > li:hover > a:after, .header-layout3 .site-header-main.h-fixed .primary-menu > li.current_page_item > a:after, .header-layout3 .site-header-main.h-fixed .primary-menu > li.current-menu-item > a:after, .header-layout3 .site-header-main.h-fixed .primary-menu > li.current_page_ancestor > a:after, .header-layout3 .site-header-main.h-fixed .primary-menu > li.current-menu-ancestor > a:after {
    color: #c7a17a;
  }
  .header-layout4 .primary-menu > li > a {
    color: #999;
  }
  .header-layout4 .primary-menu > li > a.cms-onepage-active {
    color: #c7a17a;
  }
  .header-layout4 .primary-menu > li.menu-item-has-children > a:after {
    color: #999;
  }
  .header-layout4 .primary-menu > li:hover > a, .header-layout4 .primary-menu > li.current_page_item > a, .header-layout4 .primary-menu > li.current-menu-item > a, .header-layout4 .primary-menu > li.current_page_ancestor > a, .header-layout4 .primary-menu > li.current-menu-ancestor > a {
    color: #c7a17a;
  }
  .header-layout4 .primary-menu > li:hover > a:after, .header-layout4 .primary-menu > li.current_page_item > a:after, .header-layout4 .primary-menu > li.current-menu-item > a:after, .header-layout4 .primary-menu > li.current_page_ancestor > a:after, .header-layout4 .primary-menu > li.current-menu-ancestor > a:after {
    color: #c7a17a;
  }
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .primary-menu > li {
    margin: 0 10px;
  }
  .primary-menu > li:hover > a:before, .primary-menu > li.current_page_item > a:before, .primary-menu > li.current-menu-item > a:before, .primary-menu > li.current_page_ancestor > a:before, .primary-menu > li.current-menu-ancestor > a:before {
    opacity: 1;
    top: 50%;
    left: 5px;
    width: 8px;
    height: 8px;
  }
}
@media screen and (max-width: 1199px) {
  .site-navigation {
    background-color: #fff;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    position: absolute;
    z-index: 1001;
    padding: 15px 20px;
    top: calc(100% + 30px);
    top: -webkit-calc(100% + 30px);
    top: -ms-calc(100% + 30px);
    top: -o-calc(100% + 30px);
    bottom: auto;
    left: 0;
    right: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    z-index: -1;
    max-height: 80vh;
    overflow: scroll;
  }
  .site-navigation.navigation-open {
    opacity: 1;
    visibility: visible;
    top: 100%;
    z-index: 999;
  }
  .primary-menu {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .primary-menu li {
    position: relative;
    list-style: none;
  }
  .primary-menu li a {
    display: block;
    padding: 10px 0;
    font-size: 14px;
    color: #222;
    font-weight: 700;
  }
  .primary-menu li.current_page_item > a, .primary-menu li.current-menu-item > a, .primary-menu li.current_page_ancestor > a, .primary-menu li.current-menu-ancestor > a {
    color: #c7a17a;
  }
  .primary-menu li .link-icon {
    margin-right: 6px;
    font-size: 90%;
  }
  .primary-menu .sub-menu, .primary-menu .children {
    position: relative;
    padding-left: 20px;
    display: none;
  }
  .primary-menu .sub-menu .container, .primary-menu .children .container {
    padding: 0;
  }
  .primary-menu .sub-menu.submenu-open + .main-menu-toggle:before, .primary-menu .children.submenu-open + .main-menu-toggle:before {
    content: "\f2fc";
  }
  .primary-menu li.focus > .sub-menu, .primary-menu li.focus > .children {
    visibility: visible;
    opacity: 1;
    max-height: none;
    overflow: visible;
  }
  .primary-menu-not-set {
    margin: 0;
    list-style: none;
  }
  .primary-menu-not-set a {
    display: block;
    padding: 10px 0;
    color: #000;
    font-weight: 600;
    font-size: 15px;
  }
  .primary-menu-not-set a:hover {
    color: #c7a17a;
  }
  #main-menu-mobile .btn-nav-mobile {
    color: #282828;
    display: inline-block;
    font-size: 16px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    vertical-align: middle;
    width: 30px;
    cursor: pointer;
    position: relative;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
  }
  #main-menu-mobile .btn-nav-mobile:before, #main-menu-mobile .btn-nav-mobile:after, #main-menu-mobile .btn-nav-mobile span {
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    content: "";
    background-color: #282828;
    display: block;
    height: 2px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    width: 22px;
    top: 21px;
  }
  #main-menu-mobile .btn-nav-mobile:before {
    top: 9px;
  }
  #main-menu-mobile .btn-nav-mobile span {
    top: 15px;
  }
  #main-menu-mobile .btn-nav-mobile.opened:before {
    top: 15px;
    -webkit-transform: rotate(45deg);
    -khtml-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #main-menu-mobile .btn-nav-mobile.opened:after {
    -webkit-transform: rotate(-45deg);
    -khtml-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 15px;
  }
  #main-menu-mobile .btn-nav-mobile.opened span {
    display: none;
  }
  .main-menu-toggle {
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    cursor: pointer;
    display: inline-block;
    height: 25px;
    line-height: 25px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 10px;
    width: 25px;
    background-color: #c7a17a;
    border-radius: 2px;
    color: #fff;
  }
  .main-menu-toggle:hover {
    background-color: #12100d;
  }
  .main-menu-toggle:before {
    content: "\f2f9";
    font-family: "Material-Design-Iconic-Font";
  }
  #site-header-wrap .mega-auto-width {
    display: block;
  }
  #site-header-wrap .mega-auto-width > .wpb_column {
    width: 100%;
  }
  #site-header-wrap .mega-auto-width > .wpb_column .vc_column-inner {
    padding: 0 !important;
    border: none;
  }
  #site-header-wrap .vc_wp_custommenu {
    padding: 0;
    background-color: transparent;
  }
  .mega-auto-width > .elementor-container > .elementor-row > .elementor-element .elementor-column-wrap {
    padding: 0 !important;
    border: none !important;
    margin: 16px 0 !important;
  }
}
.comment-navigation, .posts-navigation, .post-navigation {
  /* add class back when submenu out body */
}
.site-main .comment-navigation, .site-main .posts-navigation, .site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}
.comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous {
  float: left;
  width: 50%;
}
.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}
ul.back {
  right: 100%;
  left: auto !important;
}
.mega-auto-width > .elementor-container > .elementor-row > .elementor-element {
  width: 285px;
}
.mega-auto-width > .elementor-container > .elementor-row > .elementor-element .elementor-column-wrap {
  padding: 0 40px;
  border-right: 2px solid #eaeaea;
  margin: 28px 0;
}
.mega-auto-width > .elementor-container > .elementor-row > .elementor-element:last-child .elementor-column-wrap {
  border-right: none;
}
.mega-auto-width > .elementor-container > .elementor-row .elementor-widget-wp-widget-nav_menu ul.menu {
  background-color: transparent;
  -webkit-box-shadow: none;
  -khtml-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  margin-top: -8px;
}
.mega-auto-width > .elementor-container > .elementor-row .elementor-widget-wp-widget-nav_menu ul.menu li {
  border: none;
}
.mega-auto-width > .elementor-container > .elementor-row .elementor-widget-wp-widget-nav_menu ul.menu li a {
  background-color: transparent;
  font-size: 14px;
  color: #9b9b9b;
  font-weight: normal;
  padding: 8px 0 8px 22px;
}
.mega-auto-width > .elementor-container > .elementor-row .elementor-widget-wp-widget-nav_menu ul.menu li:hover > a, .mega-auto-width > .elementor-container > .elementor-row .elementor-widget-wp-widget-nav_menu ul.menu li.current_page_item > a, .mega-auto-width > .elementor-container > .elementor-row .elementor-widget-wp-widget-nav_menu ul.menu li.current-menu-item > a, .mega-auto-width > .elementor-container > .elementor-row .elementor-widget-wp-widget-nav_menu ul.menu li.current_page_ancestor > a, .mega-auto-width > .elementor-container > .elementor-row .elementor-widget-wp-widget-nav_menu ul.menu li.current-menu-ancestor > a {
  color: #c7a17a;
}
.mega-auto-width > .elementor-container > .elementor-row .elementor-widget-wp-widget-nav_menu ul.menu li:first-child a {
  font-weight: 500;
  font-size: 22px;
  font-family: 'Oswald', sans-serif;
  color: #1b1a1a;
  display: block;
  padding-left: 0;
}
.mega-auto-width > .elementor-container > .elementor-row .elementor-widget-wp-widget-nav_menu ul.menu li:first-child a:before {
  display: none;
}
.mega-auto-width > .elementor-container > .elementor-row .elementor-widget-wp-widget-nav_menu ul.menu li:first-child:hover > a, .mega-auto-width > .elementor-container > .elementor-row .elementor-widget-wp-widget-nav_menu ul.menu li:first-child.current_page_item > a, .mega-auto-width > .elementor-container > .elementor-row .elementor-widget-wp-widget-nav_menu ul.menu li:first-child.current-menu-item > a, .mega-auto-width > .elementor-container > .elementor-row .elementor-widget-wp-widget-nav_menu ul.menu li:first-child.current_page_ancestor > a, .mega-auto-width > .elementor-container > .elementor-row .elementor-widget-wp-widget-nav_menu ul.menu li:first-child.current-menu-ancestor > a {
  color: #c7a17a;
}
.mega-auto-width > .elementor-container > .elementor-row .elementor-widget-wp-widget-nav_menu ul.menu li:last-child a {
  padding-bottom: 0;
}
.mega-auto-width .elementor-section.elementor-section-boxed > .elementor-container {
  max-width: inherit;
}
.cms-breadcrumb {
  margin: 10px 0 0;
  list-style: none;
  color: #f9f9f9;
}
.cms-breadcrumb li {
  display: inline-block;
  font-size: 15px;
  color: inherit;
  font-weight: 500;
}
.cms-breadcrumb li a, .cms-breadcrumb li span {
  color: #fff;
}
.cms-breadcrumb li a:after, .cms-breadcrumb li span:after {
  content: '/';
  margin: 0 5px;
  color: inherit;
}
.cms-breadcrumb li a:hover, .cms-breadcrumb li span:hover {
  color: #c7a17a;
}
.cms-breadcrumb li a:hover:after, .cms-breadcrumb li span:hover:after {
  color: inherit;
}
.cms-breadcrumb li span {
  color: #c7a17a;
}
.cms-breadcrumb li span:hover {
  color: #f9f9f9;
}
.cms-breadcrumb li:first-child:before {
  content: '\f015';
  font-family: 'Font Awesome 5 Pro';
  display: inline-block;
  color: #fff;
  margin-right: 5px;
}
.cms-breadcrumb li:last-child a:after, .cms-breadcrumb li:last-child span:after {
  display: none;
}
.elementor-widget-cms_breadcrumb .cms-breadcrumb {
  margin-top: 0;
}
#pagetitle.layout1, #posttitle.layout1 {
  background-color: #12100d;
  z-index: 1;
  text-transform: uppercase;
}
#pagetitle.layout1 .page-title, #posttitle.layout1 .page-title {
  margin-bottom: 10px;
  font-size: 60px;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #pagetitle.layout1 .page-title, #posttitle.layout1 .page-title {
    font-size: 35px;
  }
}
@media screen and (max-width: 575px) {
  #pagetitle.layout1 .page-title, #posttitle.layout1 .page-title {
    font-size: 30px;
  }
}
#pagetitle .page-title-inner, #posttitle .page-title-inner {
  padding: 235px 0 90px;
}
@media screen and (max-width: 1199px) {
  #pagetitle .page-title-inner, #posttitle .page-title-inner {
    padding-top: 120px;
  }
}
@media screen and (max-width: 991px) {
  #pagetitle .page-title-inner, #posttitle .page-title-inner {
    padding-top: 80px;
    padding-bottom: 40px;
  }
}
#pagetitle .icon-title, #posttitle .icon-title {
  width: 71px;
  height: 71px;
  line-height: 67px;
  display: inline-block;
  position: relative;
  text-align: center;
  bottom: -35px;
  left: 15px;
  z-index: 21;
}
#pagetitle .icon-title img, #posttitle .icon-title img {
  max-height: 40px;
  -webkit-transition: all 200ms linear 0ms;
  -khtml-transition: all 200ms linear 0ms;
  -moz-transition: all 200ms linear 0ms;
  -ms-transition: all 200ms linear 0ms;
  -o-transition: all 200ms linear 0ms;
  transition: all 200ms linear 0ms;
}
#pagetitle .icon-title:before, #posttitle .icon-title:before {
  z-index: -1;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: " ";
  background-color: #fff;
  -webkit-transform: rotate(45deg);
  -khtml-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-box-shadow: 1px 1px 22px rgba(84, 49, 55, 0.2);
  -khtml-box-shadow: 1px 1px 22px rgba(84, 49, 55, 0.2);
  -moz-box-shadow: 1px 1px 22px rgba(84, 49, 55, 0.2);
  -ms-box-shadow: 1px 1px 22px rgba(84, 49, 55, 0.2);
  -o-box-shadow: 1px 1px 22px rgba(84, 49, 55, 0.2);
  box-shadow: 1px 1px 22px rgba(84, 49, 55, 0.2);
}
#pagetitle .icon-title:hover img, #posttitle .icon-title:hover img {
  -webkit-animation: icon-bounce 0.5s linear 1;
  -khtml-animation: icon-bounce 0.5s linear 1;
  -moz-animation: icon-bounce 0.5s linear 1;
  -ms-animation: icon-bounce 0.5s linear 1;
  -o-animation: icon-bounce 0.5s linear 1;
  animation: icon-bounce 0.5s linear 1;
}
#pagetitle.text-right .icon-title, #posttitle.text-right .icon-title {
  left: auto;
  right: 15px;
}
#pagetitle.text-right .post-title-inner, #posttitle.text-right .post-title-inner {
  margin-left: auto;
  margin-right: 0;
}
#pagetitle.text-center .post-title-inner, #posttitle.text-center .post-title-inner {
  margin-left: auto;
  margin-right: auto;
}
#pagetitle.text-center .icon-title, #posttitle.text-center .icon-title {
  left: auto;
  right: auto;
}
#posttitle.layout1 {
  text-align: left;
}
#posttitle .post-title-inner {
  max-width: 850px;
  padding: 235px 0 90px;
}
@media screen and (max-width: 991px) {
  #posttitle .post-title-inner {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
#posttitle .cms-breadcrumb {
  margin: 0;
}
#posttitle .cms-breadcrumb li {
  color: #fff;
}
#posttitle .cms-breadcrumb li a {
  color: inherit;
}
#posttitle .cms-breadcrumb li a:hover {
  color: #c7a17a;
}
#posttitle .cms-breadcrumb li span:hover {
  color: inherit;
}
.site-h1 #pagetitle.layout1, .site-h1 #posttitle.layout1 {
  background-color: #1b1a1a;
  color: #fff;
  position: relative;
}
.site-h1 #pagetitle.layout1:before, .site-h1 #posttitle.layout1:before {
  z-index: -2;
  background-color: rgba(27, 26, 26, 0.35);
}
.site-h1 #pagetitle.layout1:after, .site-h1 #posttitle.layout1:after {
  z-index: -1;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(27, 26, 26, 0.55)), to(rgba(27, 26, 26, 0)));
  background-image: -webkit-linear-gradient(top, rgba(27, 26, 26, 0.55), rgba(27, 26, 26, 0));
  background-image: -moz-linear-gradient(top, rgba(27, 26, 26, 0.55), rgba(27, 26, 26, 0));
  background-image: -ms-linear-gradient(top, rgba(27, 26, 26, 0.55), rgba(27, 26, 26, 0));
  background-image: -o-linear-gradient(top, rgba(27, 26, 26, 0.55), rgba(27, 26, 26, 0));
  background-image: linear-gradient(top, rgba(27, 26, 26, 0.55), rgba(27, 26, 26, 0));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='rgba(27, 26, 26, 0.55)', endColorStr='rgba(27, 26, 26, 0)');
  height: 40%;
}
.site-h1 #pagetitle.layout1 .page-title, .site-h1 #posttitle.layout1 .page-title {
  color: #fff;
  word-break: break-word;
}
@media screen and (max-width: 767px) {
  .site-h1 #pagetitle.layout1 .page-title, .site-h1 #posttitle.layout1 .page-title {
    font-size: 35px;
  }
}
@media screen and (max-width: 575px) {
  .site-h1 #pagetitle.layout1 .page-title, .site-h1 #posttitle.layout1 .page-title {
    font-size: 30px;
  }
}
.site-h1 #pagetitle .cms-breadcrumb, .site-h1 #posttitle .cms-breadcrumb {
  margin: 0;
}
.site-h1 #pagetitle .cms-breadcrumb li, .site-h1 #posttitle .cms-breadcrumb li {
  color: #fff;
}
.site-h1 #pagetitle .cms-breadcrumb li a, .site-h1 #posttitle .cms-breadcrumb li a {
  color: inherit;
}
.site-h1 #pagetitle .cms-breadcrumb li a:hover, .site-h1 #posttitle .cms-breadcrumb li a:hover {
  color: #c7a17a;
}
.site-h1 #pagetitle .cms-breadcrumb li span:hover, .site-h1 #posttitle .cms-breadcrumb li span:hover {
  color: inherit;
}
.site-h2 #pagetitle.layout1, .site-h2 #posttitle.layout1 {
  background-color: #fff;
  color: #12100d;
}
.site-h2 #pagetitle.layout1 .page-title, .site-h2 #posttitle.layout1 .page-title {
  color: #12100d;
}
@media screen and (max-width: 767px) {
  .site-h2 #pagetitle.layout1 .page-title, .site-h2 #posttitle.layout1 .page-title {
    font-size: 35px;
  }
}
@media screen and (max-width: 575px) {
  .site-h2 #pagetitle.layout1 .page-title, .site-h2 #posttitle.layout1 .page-title {
    font-size: 30px;
  }
}
.site-h2 #pagetitle .cms-breadcrumb, .site-h2 #posttitle .cms-breadcrumb {
  margin: 0;
}
.site-h2 #pagetitle .cms-breadcrumb li, .site-h2 #posttitle .cms-breadcrumb li {
  color: #12100d;
}
.site-h2 #pagetitle .cms-breadcrumb li:before, .site-h2 #posttitle .cms-breadcrumb li:before {
  color: inherit;
}
.site-h2 #pagetitle .cms-breadcrumb li a, .site-h2 #posttitle .cms-breadcrumb li a {
  color: inherit;
}
.site-h2 #pagetitle .cms-breadcrumb li a:hover, .site-h2 #posttitle .cms-breadcrumb li a:hover {
  color: #c7a17a;
}
.site-h2 #pagetitle .cms-breadcrumb li span:hover, .site-h2 #posttitle .cms-breadcrumb li span:hover {
  color: inherit;
}
.post-type-archive-product #pagetitle {
  text-align: left;
}
.ptitle-overlay {
  position: relative;
  z-index: 1;
}
.ptitle-overlay:before {
  content: '';
  height: 140px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.45)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0));
  background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0));
  background-image: linear-gradient(top, rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='rgba(0, 0, 0, 0.45)', endColorStr='rgba(0, 0, 0, 0)');
}
.sticky {
  display: block;
}
.updated:not(.published) {
  display: none;
}
.format-gallery .entry-featured {
  position: relative;
  -webkit-border-radius: 20px 20px 0 0;
  -khtml-border-radius: 20px 20px 0 0;
  -moz-border-radius: 20px 20px 0 0;
  -ms-border-radius: 20px 20px 0 0;
  -o-border-radius: 20px 20px 0 0;
  border-radius: 20px 20px 0 0;
  overflow: hidden;
}
.format-gallery .entry-featured img {
  -webkit-border-radius: 20px 20px 0 0;
  -khtml-border-radius: 20px 20px 0 0;
  -moz-border-radius: 20px 20px 0 0;
  -ms-border-radius: 20px 20px 0 0;
  -o-border-radius: 20px 20px 0 0;
  border-radius: 20px 20px 0 0;
}
.format-gallery .entry-featured .owl-next, .format-gallery .entry-featured .owl-prev {
  background: #fff;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  position: absolute;
  color: #000;
  font-size: 18px;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  opacity: 0;
}
.format-gallery .entry-featured .owl-next:hover, .format-gallery .entry-featured .owl-prev:hover {
  background: #c7a17a;
  color: #fff;
}
.format-gallery .entry-featured .owl-next {
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.format-gallery .entry-featured .owl-prev {
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.format-gallery .entry-featured:hover .owl-next, .format-gallery .entry-featured:hover .owl-prev {
  opacity: 1;
}
.format-gallery .entry-featured:hover .owl-next.disabled, .format-gallery .entry-featured:hover .owl-prev.disabled {
  opacity: 0.76;
}
.posts-pagination .posts-page-links {
  display: flex;
  justify-content: center;
}
.posts-pagination .page-numbers {
  text-align: center;
  height: 50px;
  width: 50px;
  padding: 0;
  line-height: 50px;
  -webkit-border-radius: 50px;
  -khtml-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
  color: inherit;
  background-color: #fff;
  font-size: 16px;
  font-weight: 400;
  margin: 0 10px 0 0;
  color: #7c7770;
}
.posts-pagination .page-numbers.current, .posts-pagination .page-numbers:hover {
  border-color: #c7a17a;
  background-color: #c7a17a;
  color: #fff;
}
.posts-pagination .page-numbers.next {
  margin-left: 10px;
  font-size: 18px;
}
.posts-pagination .page-numbers.prev {
  margin-right: 20px;
  font-size: 18px;
}
.entry-featured {
  position: relative;
}
.entry-featured .post-image {
  position: relative;
  background-color: #fff;
}
.entry-featured .post-image a {
  width: 100%;
}
.entry-featured .post-image a, .entry-featured .post-image span {
  display: inline-block;
}
.redux-page .entry-featured .post-image img {
  width: 100%;
}
.entry-meta {
  margin: 0;
  list-style: none;
  font-size: 14px;
  display: flex;
  flex-wrap: wrap;
}
.entry-meta li {
  margin-right: 20px;
  color: #12100d;
}
.entry-meta li:last-child {
  margin-right: 0;
}
.entry-meta li.item-category a {
  color: #12100d;
}
.entry-meta li.item-category a:hover {
  text-decoration: underline;
  color: #c7a17a;
}
.entry-meta li.item-like i {
  margin-right: 3px;
}
.entry-meta li a {
  color: #12100d;
}
.entry-meta li a:hover {
  color: #c7a17a;
}
.single-hentry .entry-title {
  font-size: 26px;
  line-height: 36px;
  margin-bottom: 31px;
}
.single-hentry .entry-title a {
  color: inherit;
}
.single-hentry .entry-title a:hover {
  color: #c7a17a;
}
.single-hentry .entry-title i {
  font-size: 0;
}
.single-hentry .entry-title i:before {
  font-style: normal;
  font-family: "Font Awesome 5 Pro";
  content: "\f08d";
  font-size: 30px;
  color: #c7a17a;
}
.single-hentry .entry-meta {
  margin-bottom: 4px;
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 8px;
  position: relative;
  margin-bottom: 20px;
}
.single-hentry .entry-meta:after {
  content: "";
  width: 54px;
  height: 3px;
  position: absolute;
  background-color: #c7a17a;
  bottom: -1px;
  left: 0;
  z-index: 99;
}
.single-hentry .entry-content p {
  margin-bottom: 26px;
}
.single-hentry .entry-content p:last-child {
  margin-bottom: 0;
}
.single-hentry .entry-readmore {
  padding-top: 28px;
}
.single-hentry .entry-readmore .btn {
  height: 56px;
  line-height: 56px;
  padding-left: 49px;
  padding-right: 49px;
  text-transform: uppercase;
}
.single-hentry.archive {
  margin-bottom: 40px;
}
.single-hentry.archive .entry-body {
  padding: 36px 30px 40px;
  background-color: #fff;
}
.single-hentry.archive .entry-title {
  font-size: 30px;
  text-transform: uppercase;
  margin-bottom: 25px;
  word-break: break-word;
}
.single-hentry.archive:last-child {
  margin-bottom: 40px;
}
.single-hentry.archive + .posts-pagination {
  padding-top: 30px;
}
@media screen and (min-width: 992px) {
  .single-hentry.archive .entry-meta li {
    margin-right: 44px;
  }
}
.single-hentry.archive .entry-meta li i {
  margin-right: 4px;
}
.entry-tags {
  color: #c7a17a;
  font-size: 14px;
}
.entry-tags label {
  font-size: 15px;
  font-weight: 700;
  color: #12100d;
  margin-right: 8px;
}
.entry-tags a {
  color: inherit;
}
.entry-tags a:hover {
  text-decoration: underline;
}
.gap-el {
  display: flex;
  height: 2px;
  background-color: #eaeaea;
  width: 100%;
  margin-bottom: 40px;
}
.category .site-content, .blog .site-content {
  background-color: #f6f6f6;
}
.single-post .site-main {
  background-color: #fff;
}
.single-post .site-main .entry-featured {
  margin-bottom: 14px;
}
.single-post .site-main .entry-body {
  padding: 25px 30px 0;
}
@media screen and (max-width: 575px) {
  .single-post .site-main .entry-body {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.single-post .site-main .entry-body .entry-meta {
  margin-bottom: 19px;
}
.single-post .site-main .entry-body .entry-meta li {
  margin-right: 44px;
}
@media screen and (max-width: 575px) {
  .single-post .site-main .entry-body .entry-meta li {
    margin-right: 15px;
  }
}
.single-post .site-main .entry-body .entry-meta li:last-child {
  margin-right: 0;
}
.single-post .site-main .comments-area {
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 40px;
}
@media screen and (max-width: 575px) {
  .single-post .site-main .comments-area {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.single-post .site-content {
  background-color: #f6f6f6;
  padding-top: 120px;
  padding-bottom: 120px;
}
.single-post .single-hentry .entry-title {
  margin-bottom: 15px;
  font-size: 30px;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .single-post .single-hentry .entry-title {
    font-size: 22px;
    line-height: 1.5;
  }
}
.single-post .entry-content {
  margin-bottom: 20px;
}
.single-post .entry-tags {
  margin-bottom: 32px;
}
.single-post .entry-navigation {
  padding-top: 40px;
  border-top: 2px solid #f6f6f6;
  margin-bottom: 40px;
}
.single-post .entry-navigation .nav-post-img {
  width: 90px;
  min-width: 90px;
  margin-right: 20px;
}
.single-post .entry-navigation .nav-post-img img {
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
.single-post .entry-navigation .nav-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 -15px;
}
.single-post .entry-navigation .nav-item {
  display: flex;
  flex-wrap: nowrap;
  width: 50%;
  padding: 0 15px;
  flex-grow: 1;
}
@media screen and (min-width: 768px) {
  .single-post .entry-navigation .nav-item.nav-post-next {
    flex-direction: row-reverse;
    text-align: right;
  }
  .single-post .entry-navigation .nav-item.nav-post-next .nav-post-img {
    margin-right: 0;
    margin-left: 20px;
  }
}
@media screen and (max-width: 575px) {
  .single-post .entry-navigation .nav-item {
    width: 100%;
    align-items: flex-start;
  }
  .single-post .entry-navigation .nav-item + .nav-item {
    margin-top: 30px;
  }
}
.single-post .entry-navigation .nav-post-meta label {
  font-size: 13px;
  display: block;
  margin-top: -3px;
}
.single-post .entry-navigation .nav-post-meta a {
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  font-family: 'Oswald', sans-serif;
  color: #12100d;
}
.single-post .entry-navigation .nav-post-meta a:hover {
  color: #c7a17a;
}
.single-post .entry-author-info {
  padding: 40px 0 36px;
  border-top: 2px solid #f6f6f6;
}
@media screen and (max-width: 575px) {
  .single-post .entry-author-info {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.single-post .entry-author-info .author-name {
  font-family: 'Oswald', sans-serif;
  font-size: 18px;
  font-weight: 700;
  margin-top: -5px;
  margin-bottom: 14px;
  color: #12100d;
}
.single-post .entry-author-info .author-name a {
  color: inherit;
}
.single-post .entry-author-info .author-post {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
.single-post .entry-author-info .author-avatar {
  width: 90px;
  min-width: 90px;
  margin-right: 30px;
}
@media screen and (max-width: 575px) {
  .single-post .entry-author-info .author-avatar {
    width: 60px;
    min-width: 60px;
    margin-right: 20px;
  }
}
.single-post .entry-author-info .author-avatar img {
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  width: 100%;
}
.single-post .entry-author-info .author-description {
  font-size: 14px;
  line-height: 24px;
  padding-right: 30px;
}
@media screen and (max-width: 1199px) {
  .single-post .entry-author-info .author-description {
    padding-right: 0;
  }
}
.single-post .entry-author-info .author-text-info {
  margin-top: -8px;
}
.single-post .entry-author-info .user-social {
  list-style: none;
  margin: 10px 0 0;
}
.single-post .entry-author-info .user-social li {
  display: inline-block;
  margin-right: 16px;
}
.single-post .entry-author-info .user-social li a {
  font-size: 15px;
  color: #333;
  display: inline-block;
}
.single-post .entry-author-info .user-social li a:hover {
  -webkit-transform: translateY(-4px);
  -khtml-transform: translateY(-4px);
  -moz-transform: translateY(-4px);
  -ms-transform: translateY(-4px);
  -o-transform: translateY(-4px);
  transform: translateY(-4px);
  color: #c7a17a;
}
.single-post .entry-content .page-links {
  margin-bottom: 30px;
}
.single-post .entry-content-bottom {
  padding: 0 30px;
}
.single-post .entry-content-bottom .entry-tags {
  padding-top: 35px;
  border-top: 2px solid #f6f6f6;
}
.single-post .entry-socail-share {
  padding-top: 35px;
  border-top: 2px solid #f6f6f6;
  margin-bottom: 32px;
}
.single-post .entry-socail-share label {
  font-size: 13px;
  color: #222;
  font-weight: 700;
  margin-right: 26px;
}
.single-post .entry-socail-share a {
  font-size: 15px;
  color: #333;
  display: inline-block;
  margin-right: 20px;
}
.single-post .entry-socail-share a:hover {
  color: #c7a17a;
}
.cms-related-post {
  border-bottom: 2px solid #d9d9d9;
  padding-bottom: 35px;
  margin-bottom: 37px;
}
.cms-related-post .item-featured img {
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
.cms-related-post .item-title {
  font-size: 16px;
  font-weight: 600;
  color: ;
  margin: 16px 0 0;
}
.cms-related-post .item-title a {
  color: inherit;
}
.cms-related-post .item-title a:hover {
  color: #c7a17a;
}
.no-results .search-form {
  position: relative;
}
.no-results .search-form .search-submit {
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  color: #282828;
  background-color: transparent;
  padding: 0 20px;
  line-height: 55px;
}
img.image-space {
  margin-top: 9px;
  margin-bottom: 6px;
}
.single-post #primary.content-full-width, .page-template-blog-classic #primary.content-full-width {
  max-width: 980px;
  margin: auto;
}
.tax-case-study-category .entry-meta .item-category, .tax-case-study-category .entry-meta .item-comment {
  display: none;
}
.post-footer .post-footer-holder {
  border: 1px solid #e7ebef;
  margin-bottom: 50px;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  display: flex;
  flex-wrap: wrap;
}
.post-footer .post-footer-holder > div {
  width: 50%;
  padding: 23px 30px;
}
.post-footer .post-footer-holder > div + div {
  border-left: 1px solid #e7ebef;
}
@media screen and (max-width: 767px) {
  .post-footer .post-footer-holder > div + div {
    border-top: 1px solid #e7ebef;
    border-left: none;
    justify-content: flex-start;
  }
}
@media screen and (max-width: 767px) {
  .post-footer .post-footer-holder > div {
    width: 100%;
  }
}
.post-footer .post-footer-tag {
  font-size: 14px;
  color: #c7a17a;
}
.post-footer .post-footer-tag a {
  color: inherit;
}
.post-footer .post-footer-tag label {
  font-size: 16px;
  color: #12100d;
  font-weight: 700;
  display: block;
  font-family: 'Oswald', sans-serif;
  margin-bottom: 17px;
}
.post-footer .post-footer-navigation .nav-post-meta {
  max-width: 200px;
}
.post-footer .post-footer-navigation .nav-post-meta label {
  font-size: 13px;
  display: block;
  margin-top: -3px;
}
.post-footer .post-footer-navigation .nav-post-meta a {
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  font-family: 'Oswald', sans-serif;
  color: #12100d;
}
.post-footer .post-footer-navigation .nav-post-meta a:hover {
  color: #c7a17a;
}
.post-footer .post-footer-navigation .nav-post-img {
  width: 90px;
  min-width: 90px;
  margin-right: 20px;
}
.post-footer .post-footer-navigation .nav-post-img img {
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
.post-footer .post-footer-navigation .nav-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
}
.post-footer .post-footer-navigation .nav-item {
  display: flex;
  flex-wrap: nowrap;
  width: 50%;
  padding: 0 15px;
}
@media screen and (min-width: 576px) {
  .post-footer .post-footer-navigation .nav-item.nav-post-next {
    flex-direction: row-reverse;
    text-align: right;
  }
  .post-footer .post-footer-navigation .nav-item.nav-post-next .nav-post-img {
    margin-right: 0;
    margin-left: 20px;
  }
}
@media screen and (max-width: 575px) {
  .post-footer .post-footer-navigation .nav-item {
    width: 100%;
    align-items: flex-start;
  }
  .post-footer .post-footer-navigation .nav-item + .nav-post-archive + .nav-item {
    margin-top: 90px;
  }
}
.post-footer .post-footer-navigation .nav-post-archive {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.post-footer .post-footer-navigation .nav-post-archive a {
  font-size: 22px;
}
.single-attachment .single-hentry .entry-meta {
  margin-bottom: 25px;
}
.single-attachment .single-hentry .entry-content .attachment img {
  width: 100%;
}
#secondary .widget {
  margin-bottom: 30px;
  background-color: #fff;
  padding: 33px 30px 33px;
  position: relative;
}
@media screen and (max-width: 991px) {
  #secondary .widget {
    padding: 24px 20px 30px;
  }
}
#secondary .widget:last-child {
  margin-bottom: 0;
}
#secondary .widget select {
  max-width: 100%;
}
#secondary .widget.widget_tag_cloud {
  padding-bottom: 30px;
}
.widget-title, .comments-title, .comment-reply-title {
  font-size: 20px;
  text-transform: uppercase;
  font-family: 'Oswald', sans-serif;
  line-height: 1.5;
  position: relative;
  margin-bottom: 30px;
}
.comments-title, .comment-reply-title {
  margin-bottom: 25px;
  font-size: 20px;
  font-weight: 600;
}
ul.menu {
  list-style: none;
  margin: 0;
}
.search-form {
  position: relative;
}
.widget_nav_menu.column3 ul.menu {
  margin: 0 -15px;
  overflow: hidden;
}
.widget_nav_menu.column3 ul.menu li {
  width: 33.33%;
  padding: 0 15px;
  float: left;
}
@media screen and (max-width: 767px) {
  .widget_nav_menu.column3 ul.menu li {
    width: 50%;
  }
}
@media screen and (max-width: 575px) {
  .widget_nav_menu.column3 ul.menu li {
    width: 100%;
  }
}
.widget_nav_menu.column2 ul.menu {
  margin: 0 -15px;
  overflow: hidden;
}
.widget_nav_menu.column2 ul.menu li {
  width: 50%;
  padding: 0 15px;
  float: left;
}
@media screen and (max-width: 575px) {
  .widget_nav_menu.column2 ul.menu li {
    width: 100%;
  }
}
.widget_product_categories ul, .widget_categories ul, .widget_nav_menu ul, .widget_pages ul, .widget_archive ul, .widget_meta ul {
  list-style: none;
  margin-bottom: 0;
}
#content .widget_product_categories ul ul ul ul ul, #content .widget_categories ul ul ul ul ul, #content .widget_pages ul ul ul ul ul, #content .widget_nav_menu ul ul ul ul ul, #content .widget_meta ul ul ul ul ul {
  padding-left: 0;
}
#content .widget_product_categories .widget-title, #content .widget_categories .widget-title, #content .widget_nav_menu .widget-title, #content .widget_pages .widget-title, #content .widget_archive .widget-title, #content .widget_meta .widget-title {
  margin-bottom: 32px;
}
#content .widget_product_categories ul li + li, #content .widget_categories ul li + li, #content .widget_nav_menu ul li + li, #content .widget_pages ul li + li, #content .widget_archive ul li + li, #content .widget_meta ul li + li {
  margin-top: 15px;
}
#content .widget_product_categories ul li a, #content .widget_categories ul li a, #content .widget_nav_menu ul li a, #content .widget_pages ul li a, #content .widget_archive ul li a, #content .widget_meta ul li a {
  font-size: 14px;
  color: #7c7770;
  display: block;
  margin-left: 0px;
  padding: 15px 15px 15px 30px;
  background-color: #f6f6f6;
  position: relative;
}
#content .widget_product_categories ul li a:before, #content .widget_categories ul li a:before, #content .widget_nav_menu ul li a:before, #content .widget_pages ul li a:before, #content .widget_archive ul li a:before, #content .widget_meta ul li a:before {
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  content: '\f324';
  color: #7c7770;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  font-family: "Font Awesome 5 Pro";
  left: 15px;
  font-size: 12px;
}
#content .widget_product_categories ul li a:hover, #content .widget_categories ul li a:hover, #content .widget_nav_menu ul li a:hover, #content .widget_pages ul li a:hover, #content .widget_archive ul li a:hover, #content .widget_meta ul li a:hover {
  background-color: #c7a17a;
  color: #fff;
  padding-left: 32px;
}
#content .widget_product_categories ul li a:hover:before, #content .widget_categories ul li a:hover:before, #content .widget_nav_menu ul li a:hover:before, #content .widget_pages ul li a:hover:before, #content .widget_archive ul li a:hover:before, #content .widget_meta ul li a:hover:before {
  color: #fff;
  left: 17px;
}
#content .widget_product_categories ul li a:hover .count, #content .widget_categories ul li a:hover .count, #content .widget_nav_menu ul li a:hover .count, #content .widget_pages ul li a:hover .count, #content .widget_archive ul li a:hover .count, #content .widget_meta ul li a:hover .count {
  background-color: #fff;
  color: #12100d;
}
#content .widget_product_categories ul li .sub-menu, #content .widget_categories ul li .sub-menu, #content .widget_nav_menu ul li .sub-menu, #content .widget_pages ul li .sub-menu, #content .widget_archive ul li .sub-menu, #content .widget_meta ul li .sub-menu, #content .widget_product_categories ul li .children, #content .widget_categories ul li .children, #content .widget_nav_menu ul li .children, #content .widget_pages ul li .children, #content .widget_archive ul li .children, #content .widget_meta ul li .children {
  padding-left: 12px;
}
#content .widget_product_categories ul li .count, #content .widget_categories ul li .count, #content .widget_nav_menu ul li .count, #content .widget_pages ul li .count, #content .widget_archive ul li .count, #content .widget_meta ul li .count {
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  border: 1px solid rgba(0, 0, 0, 0.1);
  float: right;
  display: inline-block;
  height: 22px;
  width: 22px;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  line-height: 22px;
  text-align: center;
  color: #7c7770;
  font-size: 12px;
  font-weight: 400;
  margin-top: 0px;
}
#content .widget_product_categories ul > li:last-child > a, #content .widget_categories ul > li:last-child > a, #content .widget_nav_menu ul > li:last-child > a, #content .widget_pages ul > li:last-child > a, #content .widget_archive ul > li:last-child > a, #content .widget_meta ul > li:last-child > a {
  border-bottom: none;
}
#content .widget_product_categories .current-cat > a, #content .widget_categories .current-cat > a, #content .widget_nav_menu .current-cat > a, #content .widget_pages .current-cat > a, #content .widget_archive .current-cat > a, #content .widget_meta .current-cat > a, #content .widget_product_categories .current-cat-parent > a, #content .widget_categories .current-cat-parent > a, #content .widget_nav_menu .current-cat-parent > a, #content .widget_pages .current-cat-parent > a, #content .widget_archive .current-cat-parent > a, #content .widget_meta .current-cat-parent > a, #content .widget_product_categories .current-cat-ancestor > a, #content .widget_categories .current-cat-ancestor > a, #content .widget_nav_menu .current-cat-ancestor > a, #content .widget_pages .current-cat-ancestor > a, #content .widget_archive .current-cat-ancestor > a, #content .widget_meta .current-cat-ancestor > a {
  background-color: #c7a17a;
  padding-left: 32px;
  color: #fff;
}
#content .widget_product_categories .current-cat > a:before, #content .widget_categories .current-cat > a:before, #content .widget_nav_menu .current-cat > a:before, #content .widget_pages .current-cat > a:before, #content .widget_archive .current-cat > a:before, #content .widget_meta .current-cat > a:before, #content .widget_product_categories .current-cat-parent > a:before, #content .widget_categories .current-cat-parent > a:before, #content .widget_nav_menu .current-cat-parent > a:before, #content .widget_pages .current-cat-parent > a:before, #content .widget_archive .current-cat-parent > a:before, #content .widget_meta .current-cat-parent > a:before, #content .widget_product_categories .current-cat-ancestor > a:before, #content .widget_categories .current-cat-ancestor > a:before, #content .widget_nav_menu .current-cat-ancestor > a:before, #content .widget_pages .current-cat-ancestor > a:before, #content .widget_archive .current-cat-ancestor > a:before, #content .widget_meta .current-cat-ancestor > a:before {
  color: #fff;
  left: 17px;
}
#content .widget_product_categories .current-cat > a .count, #content .widget_categories .current-cat > a .count, #content .widget_nav_menu .current-cat > a .count, #content .widget_pages .current-cat > a .count, #content .widget_archive .current-cat > a .count, #content .widget_meta .current-cat > a .count, #content .widget_product_categories .current-cat-parent > a .count, #content .widget_categories .current-cat-parent > a .count, #content .widget_nav_menu .current-cat-parent > a .count, #content .widget_pages .current-cat-parent > a .count, #content .widget_archive .current-cat-parent > a .count, #content .widget_meta .current-cat-parent > a .count, #content .widget_product_categories .current-cat-ancestor > a .count, #content .widget_categories .current-cat-ancestor > a .count, #content .widget_nav_menu .current-cat-ancestor > a .count, #content .widget_pages .current-cat-ancestor > a .count, #content .widget_archive .current-cat-ancestor > a .count, #content .widget_meta .current-cat-ancestor > a .count {
  background-color: #fff;
  color: #12100d;
}
#content .widget_product_categories .nice-select ul li, #content .widget_categories .nice-select ul li, #content .widget_nav_menu .nice-select ul li, #content .widget_pages .nice-select ul li, #content .widget_archive .nice-select ul li, #content .widget_meta .nice-select ul li {
  font-size: 14px;
  line-height: normal;
}
.widget_recent_entries a, .widget_recent_comments a {
  color: #12100d;
}
.widget_recent_entries a:hover, .widget_recent_comments a:hover {
  color: #c7a17a;
}
.widget_recent_entries li, .widget_recent_comments li {
  border-bottom: 1px solid #f2f2f2;
  padding-bottom: 11px;
  margin-bottom: 11px;
}
.widget_recent_comments .recentcomments > a {
  font-size: 15px;
  font-weight: 700;
  line-height: normal;
  color: #1b1a1a;
  display: block;
}
.widget_recent_comments .recentcomments > a:hover {
  color: #c7a17a;
}
.widget_recent_comments .recentcomments > a:before {
  content: '\A';
  white-space: pre;
}
.widget_rss ul {
  list-style: none;
  padding: 0;
}
.widget_rss li {
  margin-bottom: 16px;
}
.widget_rss li:last-child {
  margin-bottom: 0;
}
.widget_rss .rsswidget {
  font-weight: 700;
  display: inline-block;
}
.widget_rss .rss-date {
  font-size: 0.875em;
  font-style: italic;
  display: block;
}
.widget_rss cite {
  font-weight: 700;
  font-size: 0.875em;
}
.widget_calendar th, .widget_calendar td {
  text-align: center;
}
.widget_calendar table > caption {
  padding-bottom: 0;
  text-align: center;
  color: inherit;
}
.widget_ef_recent_posts li {
  padding-bottom: 14px;
}
.widget_ef_recent_posts li:last-child {
  padding-bottom: 0;
}
.widget_ef_recent_posts .entry-posted-in a {
  font-size: 15px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.66);
}
.widget_ef_recent_posts .entry-posted-in a:hover {
  color: #c7a17a;
}
.widget_ef_recent_posts .entry-title {
  font-size: 18px;
  line-height: 24px;
  margin-top: 4px;
}
.widget_ef_recent_posts .entry-title a {
  color: #000;
}
.widget_ef_recent_posts .entry-title a:hover {
  color: #c7a17a;
}
.widget_ef_recent_posts .entry-title + .entry-meta {
  margin-top: 15px;
}
.cms-social {
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.cms-social li {
  display: inline-block;
  margin: 0 10px 10px 0;
}
.cms-social a {
  font-size: 17px;
  height: 44px;
  width: 44px;
  border: 2px solid #253b61;
  -webkit-border-radius: 44px;
  -khtml-border-radius: 44px;
  -moz-border-radius: 44px;
  -ms-border-radius: 44px;
  -o-border-radius: 44px;
  border-radius: 44px;
  color: #c7a17a;
  text-align: center;
  display: inline-block;
  position: relative;
}
.cms-social a i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.cms-social a:hover {
  color: #fff;
  background-color: #c7a17a;
  border-color: #c7a17a;
}
.widget_cms_check_availability {
  background-color: #fff;
  border: 1px solid #e5e5e5 !important;
  -webkit-border-radius: 6px;
  -khtml-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  margin-bottom: 55px !important;
  padding: 30px !important;
}
.widget_cms_check_availability .select2-selection__arrow {
  display: none !important;
}
.widget_newsletterwidget {
  background-color: #111;
  padding: 32px 40px 40px 40px;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .widget_newsletterwidget {
    background-color: #000;
  }
}
@media screen and (max-width: 1199px) {
  .widget_newsletterwidget {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.widget_newsletterwidget .description {
  padding-bottom: 23px;
  color: #fff;
  font-weight: 700;
}
.widget_newsletterwidget .tnp-widget {
  position: relative;
}
.widget_newsletterwidget .tnp-widget .tnp-field-email {
  margin-bottom: 0;
}
.widget_newsletterwidget .tnp-widget .tnp-field-email .tnp-email {
  height: 54px;
  -webkit-border-radius: 54px;
  -khtml-border-radius: 54px;
  -moz-border-radius: 54px;
  -ms-border-radius: 54px;
  -o-border-radius: 54px;
  border-radius: 54px;
  background-color: transparent;
  border: 2px solid #2f2e2e;
  background-color: transparent;
  font-size: 13px;
  color: #9b9b9b;
  font-style: normal;
  padding: 0 28px;
}
.widget_newsletterwidget .tnp-widget .tnp-field-email .tnp-email:focus {
  border-color: #c7a17a;
}
.widget_newsletterwidget .tnp-widget .tnp-field-button {
  margin: 0;
  width: 54px;
  height: 54px;
  position: absolute;
  top: 0;
  right: 0;
}
.widget_newsletterwidget .tnp-widget .tnp-field-button:before {
  content: '\f061';
  font-size: 12px;
  color: #fff;
  height: 30px;
  width: 30px;
  line-height: 30px;
  -webkit-border-radius: 30px;
  -khtml-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  background-color: #c7a17a;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-family: "Font Awesome 5 Pro";
  text-align: center;
}
.widget_newsletterwidget .tnp-widget .tnp-field-button .tnp-submit {
  top: 0;
  right: 0;
  opacity: 0;
  padding: 0;
  height: 54px;
  width: 54px;
  position: absolute;
}
.widget_cms_recent_posts .entry-media {
  margin-bottom: 15px;
}
.widget_cms_recent_posts .entry-media img {
  width: 100%;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.widget_cms_recent_posts .entry-title {
  margin-bottom: 2px;
  font-size: 15px;
  line-height: 22px;
}
.widget_cms_recent_posts .entry-title a {
  color: inherit;
}
.widget_cms_recent_posts .entry-title a:hover {
  color: #c7a17a;
}
.widget_cms_recent_posts .entry-date {
  font-size: 12px;
  margin-bottom: 0px;
}
.widget_cms_recent_posts .post-item + .post-item {
  margin-top: 24px;
}
.widget_cms_recent_posts_v2 .widget-title {
  margin-bottom: 30px;
}
.widget_cms_recent_posts_v2 .post-item {
  display: flex;
}
.widget_cms_recent_posts_v2 .post-item + .post-item {
  margin-top: 21px;
}
.widget_cms_recent_posts_v2 .entry-media {
  min-width: 86px;
  max-width: 86px;
}
.widget_cms_recent_posts_v2 .entry-content {
  background-color: #f6f6f6;
  margin-bottom: 0;
  padding: 5px 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.widget_cms_recent_posts_v2 .entry-title {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 5px;
  font-family: 'Roboto', sans-serif;
}
.widget_cms_recent_posts_v2 .entry-title a {
  color: #7c7770;
}
.widget_cms_recent_posts_v2 .entry-date {
  color: #c7a17a;
  font-size: 12px;
  text-transform: uppercase;
}
.tagcloud a, .entry-tags a {
  color: #7c7770;
  display: inline-block;
  font-size: 14px !important;
  line-height: 32px;
  padding: 0 23px;
  margin-bottom: 10px;
  margin-right: 6px;
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  background-color: #f6f6f6;
  font-family: 'Roboto', sans-serif;
}
.tagcloud a:hover, .entry-tags a:hover {
  color: #fff;
  background-color: #c7a17a;
}
.woocommerce .tagcloud a, .woocommerce .entry-tags a {
  color: #7c7770;
  background-color: #fff;
}
.woocommerce .tagcloud a:hover, .woocommerce .entry-tags a:hover {
  background-color: #c7a17a;
  color: #fff;
}
.widget_search {
  position: relative;
}
.widget_search .search-field {
  padding-right: 70px;
  height: 50px;
  line-height: 50px;
  border-color: transparent;
  background-color: #f6f6f6;
}
.widget_search .search-submit {
  border: none;
  background-color: transparent;
  padding: 0;
  height: 56px;
  line-height: 56px;
  width: 50px;
  font-size: 18px;
  cursor: pointer;
  color: #7c7770;
  position: absolute;
  top: 0;
  right: 0;
}
.widget_search .search-submit i {
  font-weight: 400;
}
#sb_instagram .sbi_item img {
  -webkit-border-radius: 1px !important;
  -khtml-border-radius: 1px !important;
  -moz-border-radius: 1px !important;
  -ms-border-radius: 1px !important;
  -o-border-radius: 1px !important;
  border-radius: 1px !important;
}
#sb_instagram .sbi_item .sbi_photo {
  position: relative;
  opacity: 1 !important;
}
#sb_instagram .sbi_item .sbi_photo:before {
  content: "\f16d";
  color: #fff;
  font-size: 14px;
  font-family: 'Font Awesome 5 Pro';
  z-index: 2;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  opacity: 0;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
#sb_instagram .sbi_item .sbi_photo:after {
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  content: "";
  background-color: #c7a17a;
  opacity: 0.95;
  z-index: 1;
  -webkit-border-radius: 1px;
  -khtml-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  -o-border-radius: 1px;
  border-radius: 1px;
  opacity: 0;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
#sb_instagram .sbi_item .sbi_photo:hover:before, #sb_instagram .sbi_item .sbi_photo:hover:after {
  opacity: 1;
}
#sb_instagram #sbi_load {
  padding-top: 0 !important;
}
.calendar_wrap table {
  background-color: #fff;
}
.calendar_wrap table td {
  padding: 8px;
  font-size: 14px;
}
.elementor-widget-wrap > .btn-inline.elementor-widget {
  display: inline-block;
  width: auto;
}
.elementor-widget-wrap > .btn-inline.elementor-widget .cms-button-wrapper {
  margin-right: 40px;
  margin-bottom: 30px;
}
.elementor-widget-wrap > .btn-inline.elementor-widget + .elementor-widget-image {
  float: left;
  width: auto;
  margin-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.gallery {
  margin: -16px -12px 43px -12px;
  display: flex;
  flex-wrap: wrap;
}
.gallery .gallery-item {
  padding: 0 12px;
  margin-top: 24px;
  margin-bottom: 0;
}
.gallery .gallery-item img {
  width: 100%;
}
.gallery.gallery-columns-2 .gallery-item {
  width: 50%;
}
.gallery.gallery-columns-3 .gallery-item {
  width: 33.33%;
}
.gallery.gallery-columns-4 .gallery-item {
  width: 25%;
}
.gallery.gallery-columns-5 .gallery-item {
  width: 20%;
}
.image-gallery-shop .gallery {
  margin: -16px -12px 43px -12px;
  display: flex;
  flex-wrap: wrap;
}
.image-gallery-shop .gallery .gallery-item {
  padding: 0 12px;
  margin-top: 24px;
  margin-bottom: 0;
}
.image-gallery-shop .gallery .gallery-item img {
  background-color: #fff;
}
.widget_media_gallery .gallery, .elementor-widget-wp-widget-media_gallery .gallery {
  margin: -10px -5px 0 -5px;
}
.widget_media_gallery .gallery .gallery-item, .elementor-widget-wp-widget-media_gallery .gallery .gallery-item {
  padding: 0 5px;
  margin-top: 10px !important;
  margin-bottom: 0;
}
.widget_media_gallery .gallery .gallery-item img, .elementor-widget-wp-widget-media_gallery .gallery .gallery-item img {
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}
.page-content .wp-smiley, .entry-content .wp-smiley, .comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
embed, iframe, object {
  max-width: 100%;
}
.custom-logo-link {
  display: inline-block;
}
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  padding: 0.8075em 0;
  font-size: 0.875em;
  font-style: italic;
}
.wp-caption-text {
  text-align: center;
}
.gallery {
  margin-bottom: 1.5em;
}
.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-caption {
  display: block;
}
.comments-area .comment-list {
  list-style: none;
  margin: 0;
}
.comments-area .comment-list .comment-body + .comment-respond {
  margin-top: 0;
  margin-bottom: 40px;
  padding-bottom: 40px;
  margin-left: 70px;
  border-top: none;
  padding-top: 0;
  border-bottom: 1px solid #eaeaea;
}
@media screen and (max-width: 767px) {
  .comments-area .comment-list .comment-body + .comment-respond {
    margin-left: 0;
  }
}
.comments-area .comment-list > .comment .comment-body .comment-content {
  margin-bottom: 35px;
  padding-bottom: 35px;
  border-bottom: 1px solid #eaeaea;
  flex-grow: 1;
}
.comments-area .comment-list > .comment:last-child > .comment-body + .comment-respond {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
  border-top: 1px solid #eaeaea;
  margin-top: 31px;
  padding-top: 24px;
}
.comments-area .comment-list > .comment > .children {
  list-style: none;
  margin: 0;
  padding-left: 85px;
}
@media screen and (max-width: 767px) {
  .comments-area .comment-list > .comment > .children {
    padding-left: 0;
  }
}
.comments-area .comment-list > .comment > .children ul.children {
  padding-left: 85px;
}
@media screen and (max-width: 767px) {
  .comments-area .comment-list > .comment > .children ul.children {
    padding-left: 0;
  }
}
.comments-area .comment-list > .comment > .children ul.children .comment-content .comment-reply {
  display: none;
}
.comments-area .comment-list > .trackback, .comments-area .comment-list > .pingback {
  border-top: 2px solid #eaeaea;
  margin-top: 24px;
  padding-top: 30px;
}
.comments-area .comment-list > .trackback:nth-child(1), .comments-area .comment-list > .pingback:nth-child(1) {
  border-top: none;
  margin-top: 0;
}
.comments-area .comment-list .children {
  list-style: none;
}
.comments-area .comment-list > li:last-child .children li .comment-content {
  padding-bottom: 0;
  margin-bottom: 10px;
  border-bottom: none;
}
.comments-area .comment-inner {
  display: flex;
  flex-wrap: nowrap;
}
.comments-area .comment-inner img.avatar {
  width: 61px;
  min-width: 61px;
  max-height: 61px;
  margin-right: 23px;
  margin-top: 10px;
  -webkit-border-radius: 61px;
  -khtml-border-radius: 61px;
  -moz-border-radius: 61px;
  -ms-border-radius: 61px;
  -o-border-radius: 61px;
  border-radius: 61px;
}
.comments-area .comment-inner .comment-content {
  margin-top: 0px;
}
.comments-area .comment-inner .comment-content .comment-title {
  font-size: 15px;
  font-weight: 600;
  text-transform: capitalize;
  margin-top: 8px;
  margin-bottom: 10px;
  font-family: 'Roboto', sans-serif;
}
.comments-area .comment-inner .comment-content .comment-title a {
  color: inherit;
}
.comments-area .comment-inner .comment-content .comment-title a:hover {
  color: #c7a17a;
}
.comments-area .comment-inner .comment-content .comment-meta {
  font-size: 12px;
  margin-bottom: 12px;
  color: #c7a17a;
}
.comments-area .comment-inner .comment-content .comment-text {
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 24px;
}
.comments-area .comment-inner .comment-content .comment-text img {
  margin: 15px 0;
}
.comments-area .comment-inner .comment-content .comment-text p:last-child {
  margin-bottom: 0;
}
.comments-area .comment-inner .comment-content .comment-reply {
  font-size: 12px;
  font-weight: 500;
  color: #12100d;
}
.comments-area .comment-inner .comment-content .comment-reply a {
  color: inherit;
}
.comments-area .comment-inner .comment-content .comment-reply a:hover {
  color: #c7a17a;
}
.comments-area .comment-inner .comment-content .comment-reply i {
  font-size: 0;
}
.comments-area .comment-inner .comment-content .comment-reply i:before {
  content: "\f3e5";
  color: #12100d;
  font-family: 'Font Awesome 5 Pro';
  font-size: 12px;
}
.comments-area .comment-list-wrap {
  border-top: 2px solid #f6f6f6;
  padding-top: 32px;
}
.comments-area #commentform input, .comments-area #commentform textarea {
  margin-bottom: 20px;
  background-color: #f6f6f6;
}
.comments-area #commentform .submit {
  font-size: 15px;
  margin-bottom: 0;
  background-color: #c7a17a;
  border-color: #c7a17a;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  height: 55px;
  line-height: 57px;
}
.comments-area #commentform .submit:hover {
  background-color: #12100d;
  border-color: #12100d;
  color: #fff;
}
.comments-area #commentform textarea {
  min-height: 130px;
}
.comments-area #commentform .form-submit {
  margin-bottom: 0;
  text-align: center;
}
.comments-area .comment-content a {
  word-wrap: break-word;
}
.comments-area .bypostauthor {
  display: block;
}
.comments-area .logged-in-as {
  color: inherit;
}
.comments-area .logged-in-as a {
  color: inherit;
}
.comments-area .logged-in-as a:hover {
  color: #c7a17a;
}
.comment-form-cookies-consent {
  font-size: 14px;
  line-height: 24px;
  padding-left: 20px;
  position: relative;
  margin-bottom: 22px;
}
.comment-form-cookies-consent input, .comment-form-cookies-consent label:before, .comment-form-cookies-consent label:after {
  position: absolute;
  width: 12px;
  height: 12px;
  left: 0;
  top: 5px;
}
.comment-form-cookies-consent label:before {
  content: '';
  border: 1px solid #cfcfcf;
  background-color: #ececed;
  -webkit-border-radius: 1px;
  -khtml-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  -o-border-radius: 1px;
  border-radius: 1px;
  z-index: 1;
}
.comment-form-cookies-consent label:after {
  content: '\f00c';
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  z-index: 2;
  font-size: 8px;
  color: #c7a17a;
  opacity: 0;
  line-height: 12px;
  text-align: center;
}
.comment-form-cookies-consent input {
  z-index: 99;
  opacity: 0;
}
.comment-form-cookies-consent input:checked + label:before {
  border-color: #c7a17a;
  background-color: #fff;
}
.comment-form-cookies-consent input:checked + label:after {
  opacity: 1;
}
.comment-form > .row {
  margin: 0 -10px;
}
.comment-form > .row .col-lg-4 {
  padding: 0 10px;
}
.comment-respond {
  border-top: 2px solid #f6f6f6;
  margin-top: 30px;
  padding-top: 29px;
}
.comment-respond .comment-reply-title {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.comment-respond .comment-reply-title small a {
  border-radius: 2px;
  background-color: #c7a17a;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  line-height: 25px;
  display: inline-block;
  padding: 0 10px;
  font-family: 'Roboto', sans-serif;
  margin-left: 8px;
}
.comment-respond .comment-reply-title small a:hover {
  background-color: #12100d;
}
.comment-form-comment {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.scroll-top {
  position: fixed;
  z-index: 99;
  bottom: 24px;
  right: 30px;
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  background-color: #c7a17a;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  color: #fff;
  font-size: 22px;
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 767px) {
  .scroll-top {
    bottom: 0;
    right: 0;
  }
}
.scroll-top:hover, .scroll-top:focus, .scroll-top:active {
  color: #fff;
  background-color: #bb8d5d;
}
.scroll-top.on {
  bottom: 44px;
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 991px) {
  .scroll-top.on {
    bottom: 0;
    right: 0;
    -webkit-border-radius: 2px 0 0;
    -khtml-border-radius: 2px 0 0;
    -moz-border-radius: 2px 0 0;
    -ms-border-radius: 2px 0 0;
    -o-border-radius: 2px 0 0;
    border-radius: 2px 0 0;
    height: 35px;
    width: 35px;
    line-height: 35px;
    font-size: 16px;
  }
}
.logo-footer img {
  max-height: 59px;
}
.item-featured img {
  width: 100%;
  -webkit-transition: all 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -khtml-transition: all 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -moz-transition: all 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -ms-transition: all 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -o-transition: all 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  transition: all 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
}
.cms-grid .item-title a {
  color: inherit;
}
.cms-grid .item-title a:hover {
  color: #c7a17a;
}
.cms-grid .grid-sizer {
  visibility: hidden;
}
.cms-grid .cms-grid-inner, .cms-grid .grid-item-inner {
  position: relative;
}
.cms-grid .grid-item.cms-animated .grid-item-inner {
  animation: 0.65s ease 0s normal forwards 1 running moveUp;
  -webkit-animation: 0.65s ease 0s normal forwards 1 running moveUp;
  -webkit-transform: translateY(200px);
  -khtml-transform: translateY(200px);
  -moz-transform: translateY(200px);
  -ms-transform: translateY(200px);
  -o-transform: translateY(200px);
  transform: translateY(200px);
}
.cms-grid .cms-load-more {
  margin-top: 20px;
}
.cms-grid .cms-load-more i {
  margin-left: 0;
  margin-right: 0;
}
.cms-grid .cms-load-more i.fa-sync {
  margin-right: 8px;
}
.cms-grid .cms-load-more .btn-outline-primary {
  padding-left: 52px;
  padding-right: 52px;
}
.cms-grid .cms-grid-pagination {
  margin-top: 20px;
}
.cms-grid .item-featured a {
  display: block;
}
.cms-grid .btn-loadmore i {
  margin-left: 0;
  margin-right: 0;
}
.cms-grid .btn-loadmore i.fa-refresh {
  margin-right: 8px;
}
.grid-filter-wrap {
  margin-bottom: 13px;
}
.grid-filter-wrap span {
  cursor: pointer;
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  margin: 10px 15px;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  text-transform: capitalize;
  color: #333;
  position: relative;
}
.grid-filter-wrap span.active, .grid-filter-wrap span:hover {
  color: #c7a17a;
}
.select-filter-wrap.nice-select, .select-order-wrap.nice-select {
  min-width: 160px;
  height: 40px;
  line-height: 40px;
  padding: 0 40px 0 21px;
  display: inline-block;
  width: inherit;
  border: none;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.24);
  -khtml-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.24);
  -ms-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.24);
  -o-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.24);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.24);
  font-size: 15px;
}
.select-filter-wrap.nice-select:after, .select-order-wrap.nice-select:after {
  content: "\f2f9";
  right: 15px;
  font-size: 15px;
}
.select-order-wrap {
  margin-left: 15px;
}
.item-order {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}
.owl-dots {
  text-align: center;
  margin-top: 44px;
  line-height: 1;
  height: 12px;
}
.owl-dots .owl-dot {
  -webkit-border-radius: 12px;
  -khtml-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  border-radius: 12px;
  border: 3px solid #1b1a1a;
  display: inline-block;
  height: 12px;
  margin: 0 5px;
  width: 12px;
  vertical-align: top;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  position: relative;
}
.owl-dots .owl-dot.active {
  border-color: #c7a17a;
}
.cms-slick-carousel .slick-arrow, .cms-nav-carousel .slick-arrow {
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  background-color: #1b1a1a;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  font-size: 13px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  z-index: 99;
}
.cms-slick-carousel .slick-arrow:hover, .cms-nav-carousel .slick-arrow:hover {
  background-color: #c7a17a;
}
.cms-slick-carousel .slick-arrow.slick-disabled, .cms-nav-carousel .slick-arrow.slick-disabled {
  opacity: 0.5;
}
.cms-slick-carousel .slick-prev, .cms-nav-carousel .slick-prev {
  left: 0;
}
.cms-slick-carousel .slick-next, .cms-nav-carousel .slick-next {
  right: 0;
  left: auto;
}
.cms-nav-carousel .slick-arrow {
  position: static;
}
.cms-nav-carousel .slick-arrow + .slick-arrow {
  margin-left: 6px;
}
.slick-slider .slick-slide {
  outline: none;
}
.slick-dots {
  margin: 43px 0 5px;
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  /* Page Loading */
}
.slick-dots li {
  display: flex;
  margin: 0 7px 0 7px;
  height: 8px;
}
.slick-dots li button {
  height: 8px;
  width: 8px;
  text-indent: -9999px;
  padding: 0;
  -webkit-border-radius: 8px;
  -khtml-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  background-color: #a5a5a5;
  border: none;
  position: relative;
  overflow: visible;
  z-index: 1;
}
.slick-dots li button:after {
  display: none;
}
.slick-dots li button:before {
  content: '';
  height: 18px;
  width: 18px;
  border: 2px solid #c7a17a;
  -webkit-border-radius: 16px;
  -khtml-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
  border-radius: 16px;
  -webkit-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  -khtml-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  -moz-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  -ms-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  -o-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  position: absolute;
  top: -5px;
  left: -5px;
  opacity: 0;
}
.slick-dots li.slick-active button {
  background-color: #c7a17a;
}
.slick-dots li.slick-active button:before {
  opacity: 1;
}
#cms-loadding {
  background: #fff;
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 999999;
  top: 0;
  left: 0;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
#cms-loadding .spanned {
  top: 50%;
  left: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 80px;
  background-color: #c7a17a;
  height: 80px;
  vertical-align: middle;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
  margin: 0 auto;
  float: none;
}
#cms-loadding .cf:before, #cms-loadding .cf:after {
  content: "";
}
#cms-loadding display table:after {
  clear: both;
}
#cms-loadding .coffee_cup {
  width: 20px;
  height: 24px;
  border: 1px #fff solid;
  border-radius: 0px 0px 5px 5px;
  position: relative;
  margin: 36px auto;
}
#cms-loadding .coffee_cup:after, #cms-loadding .coffee_cup:before {
  position: absolute;
  content: "";
}
#cms-loadding .coffee_cup:after {
  width: 10px;
  height: 15px;
  border: 1px #fff solid;
  border-left: none;
  border-radius: 0px 20px 20px 0px;
  left: 15px;
}
#cms-loadding .coffee_cup:before {
  width: 3px;
  height: 9px;
  background-color: #fff;
  top: -10px;
  left: 3px;
  box-shadow: 5px 0px 0px 0px #fff, 5px -5px 0px 0px #fff, 10px 0px 0px 0px #fff;
  -webkit-animation: steam 2s linear infinite alternate;
  -moz-animation: steam 2s linear infinite alternate;
  animation: steam 2s linear infinite alternate;
}
.nav-tabs.cms-tabs {
  border: none;
  margin-bottom: 10px;
}
.nav-tabs.cms-tabs .nav-item {
  margin: 0 0 10px 26px;
}
.nav-tabs.cms-tabs .nav-item:first-child {
  margin-left: 0;
}
.nav-tabs.cms-tabs .nav-item a {
  margin: 0;
  border: none;
  padding: 0;
  font-size: 13px;
  color: rgba(0, 0, 0, );
}
.nav-tabs.cms-tabs .nav-item a.active {
  color: ;
}
.entry-footer .entry-edit-link {
  display: none;
}
.cms-modal {
  -webkit-transition: all 360ms linear 0ms;
  -khtml-transition: all 360ms linear 0ms;
  -moz-transition: all 360ms linear 0ms;
  -ms-transition: all 360ms linear 0ms;
  -o-transition: all 360ms linear 0ms;
  transition: all 360ms linear 0ms;
  background-color: rgba(27, 26, 26, 0.95);
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: scale(0.5);
  -khtml-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5);
  opacity: 0;
  visibility: hidden;
}
.cms-modal .cms-modal-content {
  padding: 40px 0;
  max-width: 470px;
  margin: auto;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 0;
  right: 0;
}
.cms-modal.open {
  -webkit-transform: scale(1);
  -khtml-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  visibility: visible;
}
.cms-modal-close {
  position: absolute;
  top: 30px;
  right: 30px;
  color: #fff;
  font-size: 24px;
  cursor: pointer;
  display: none;
}
.cms-modal-search .cms-modal-close {
  top: 40px;
  right: 40px;
  margin: auto;
  height: 66px;
  width: 66px;
  background-color: #c7a17a;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  text-align: center;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
.cms-modal-search .cms-modal-close:hover {
  background-color: #12100d;
}
.cms-modal-search .cms-modal-close:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
}
.cms-modal-search .cms-modal-close i {
  margin-left: 5px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.cms-modal-search .cms-modal-content {
  max-width: 770px;
}
.cms-modal-search .search-form-popup {
  position: relative;
}
.cms-modal-search .search-field {
  border: none;
  background-color: transparent;
  color: #f9f9f9;
  font-size: 35px;
  font-weight: 500;
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  height: 86px;
  font-family: 'Oswald', sans-serif;
  border-bottom: 2px solid #c7a17a;
  padding-left: 47px;
}
.cms-modal-search .search-submit {
  font-size: 26px;
  background: none;
  border: none;
  padding: 0;
  width: 32px;
  height: 86px;
  color: #fff;
  line-height: 86px;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-shadow: none;
  -khtml-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.cms-modal-search .search-submit:before, .cms-modal-search .search-submit:after {
  display: none;
}
.cms-hidden-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(27, 26, 26, 0.5);
  cursor: pointer;
  z-index: 9998;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
.cms-hidden-sidebar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 410px;
  padding: 95px 70px 50px 70px;
  background-color: #091d3e;
  color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  overflow-y: scroll;
  overflow-x: hidden;
  -webkit-transition: all 360ms linear 0ms;
  -khtml-transition: all 360ms linear 0ms;
  -moz-transition: all 360ms linear 0ms;
  -ms-transition: all 360ms linear 0ms;
  -o-transition: all 360ms linear 0ms;
  transition: all 360ms linear 0ms;
  -webkit-transform: translateX(-100%);
  -khtml-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  z-index: 9999;
}
.cms-hidden-sidebar.open {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0%);
  -khtml-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
  transform: translateX(0%);
}
.cms-hidden-sidebar.open + .cms-hidden-overlay {
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 991px) {
  .cms-hidden-sidebar {
    width: 320px;
    padding: 95px 30px 50px 30px;
  }
}
.cms-hidden-sidebar .cms-hidden-close {
  position: absolute;
  top: 35px;
  right: 35px;
  font-size: 24px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 360ms linear 0ms;
  -khtml-transition: all 360ms linear 0ms;
  -moz-transition: all 360ms linear 0ms;
  -ms-transition: all 360ms linear 0ms;
  -o-transition: all 360ms linear 0ms;
  transition: all 360ms linear 0ms;
}
.cms-hidden-sidebar .cms-hidden-close:hover {
  color: #c7a17a;
}
.cms-hidden-sidebar .widget {
  margin-bottom: 45px;
  color: #f9f9f9;
  font-size: 15px;
  line-height: 25px;
}
.cms-hidden-sidebar .widget h1, .cms-hidden-sidebar .widget h2, .cms-hidden-sidebar .widget h3, .cms-hidden-sidebar .widget h4, .cms-hidden-sidebar .widget h5, .cms-hidden-sidebar .widget h6 {
  color: #fff;
}
.cms-hidden-sidebar .widget h6 {
  margin-bottom: 9px;
}
.cms-hidden-sidebar .widget.wg-logo {
  margin-bottom: 22px;
}
.cms-hidden-sidebar .widget.wg-logo img {
  max-height: 44px;
}
.cms-hidden-sidebar .widget.wg-contact-item {
  margin-bottom: 27px;
}
.cms-hidden-sidebar .widget.wg-about-text {
  margin-bottom: 132px;
}
.cms-hidden-sidebar .widget-title {
  color: #fff;
  margin-bottom: 14px;
  font-size: 15px;
}
.cms-hidden-sidebar .widget-title:after {
  background-color: #fff;
}
.cms-hidden-sidebar .widget_cms_recent_posts .post-item {
  border-color: #535353;
}
.cms-hidden-sidebar .widget_cms_recent_posts .post-item .entry-title {
  color: #fff;
}
.cms-hidden-sidebar .tagcloud a, .cms-hidden-sidebar .entry-tags a {
  background-color: #f6f6f6;
  color: #12100d;
}
.cms-hidden-sidebar .tagcloud a:hover, .cms-hidden-sidebar .entry-tags a:hover {
  background-color: #c7a17a;
  color: #fff;
}
body.error404 .header-layout2 {
  border-bottom: 1px solid #eaeaea;
}
body.error404 .site-content {
  padding: 220px 0 120px !important;
}
@media screen and (max-width: 991px) {
  body.error404 .site-content {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
body.error404 .error-404-inner {
  padding: 0 15px;
  max-width: 640px;
  margin: auto;
  text-align: center;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  body.error404 .error-404-inner {
    padding: 0;
  }
}
body.error404 .error-404-inner h1 {
  font-size: 150px;
  letter-spacing: 0.02em;
  font-weight: 500;
  color: #c7a17a;
  line-height: 1;
  margin-bottom: 19px;
}
@media screen and (max-width: 767px) {
  body.error404 .error-404-inner h1 {
    font-size: 120px;
  }
}
body.error404 .error-404-inner h3 {
  font-size: 33px;
  margin-bottom: 22px;
  padding-bottom: 14px;
  position: relative;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  body.error404 .error-404-inner h3 {
    font-size: 30px;
  }
}
body.error404 .error-404-inner h3:before {
  content: '';
  width: 40px;
  height: 2px;
  background-color: #c7a17a;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
body.error404 .error-404-inner .page-content {
  margin-bottom: 32px;
}
.hide-nav .cms-slick-carousel .slick-arrow {
  opacity: 0;
  visibility: hidden;
}
body img.mfp-img {
  padding: 0 !important;
}
body .mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.9;
}
body .mfp-image-holder .mfp-close, body .mfp-iframe-holder .mfp-close {
  line-height: 40px;
  padding: 0;
  right: 0;
  text-align: center;
  top: -44px;
  width: 40px;
  -webkit-border-radius: 2px 2px 0 0;
  -khtml-border-radius: 2px 2px 0 0;
  -moz-border-radius: 2px 2px 0 0;
  -ms-border-radius: 2px 2px 0 0;
  -o-border-radius: 2px 2px 0 0;
  border-radius: 2px 2px 0 0;
  overflow: hidden;
  background-color: #12100d !important;
}
body .mfp-image-holder .mfp-close:before, body .mfp-iframe-holder .mfp-close:before, body .mfp-image-holder .mfp-close:after, body .mfp-iframe-holder .mfp-close:after {
  display: none;
}
body .mfp-image-holder .mfp-close:hover, body .mfp-iframe-holder .mfp-close:hover {
  background-color: #c7a17a !important;
}
body .mfp-bottom-bar {
  margin-top: 0;
}
.mfp-wrap .mfp-container .mfp-arrow {
  background-color: #c7a17a;
  width: 60px;
  height: 120px;
  opacity: 1;
}
.mfp-wrap .mfp-container .mfp-arrow:before, .mfp-wrap .mfp-container .mfp-arrow:after {
  border: none;
}
.mfp-wrap .mfp-container .mfp-arrow:before {
  font-family: "Material-Design-Iconic-Font";
  font-size: 20px;
  color: #fff;
  margin: 0;
  padding: 0;
  line-height: normal;
  position: absolute;
  top: 50%;
  display: block;
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 1;
  left: 50%;
  width: auto;
  height: auto;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-left:before {
  content: "\f2ea";
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-right:before {
  content: "\f2ee";
}
@media screen and (min-width: 1200px) {
  /* CMS Video */  .mfp-wrap .mfp-container {
    padding: 0 120px;
  }
}
.btn-video {
  text-align: center;
  height: 110px;
  width: 110px;
  background-color: #c7a17a;
  background-image: none;
  z-index: 1;
  font-size: 18px;
  color: #fff;
  border: none;
  -webkit-border-radius: 100%;
  -khtml-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  display: inline-block;
  position: relative;
}
.btn-video i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.btn-video .line-video-animation {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid rgba(255, 255, 255, 0.3);
  -webkit-border-radius: 100%;
  -khtml-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  animation: squares 3.9s linear 0s infinite;
  -webkit-animation: squares 3.9s linear 0s infinite;
  -ms-animation: squares 3.9s linear 0s infinite;
  -o-animation: squares 3.9s linear 0s infinite;
  -webkit-animation-play-state: running;
  -moz-animation-play-state: running;
  -o-animation-play-state: running;
  animation-play-state: running;
  opacity: 0;
}
.btn-video .line-video-animation.line-video-2 {
  -webkit-animation-delay: 1.3s;
  -moz-animation-delay: 1.3s;
  -o-animation-delay: 1.3s;
  animation-delay: 1.3s;
}
.btn-video .line-video-animation.line-video-3 {
  -webkit-animation-delay: 2.6s;
  -moz-animation-delay: 2.6s;
  -o-animation-delay: 2.6s;
  animation-delay: 2.6s;
}
.btn-video:hover {
  color: #fff;
}
.btn-video:hover .line-video-animation {
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  -o-animation-play-state: paused;
  animation-play-state: paused;
}
.cms-video-player.style1_lager {
  position: relative;
}
.cms-video-player.style1_lager .btn-video {
  height: 34px;
  width: 34px;
  background-color: transparent;
  border: 2px solid #fff;
  color: #fff;
}
.cms-video-player.style1_lager .btn-video i {
  font-size: 10px;
}
.cms-video-player.style1_lager .btn-video:hover {
  border-color: #c7a17a;
  background-color: #c7a17a;
  color: #fff;
}
.cms-video-player.style1_lager .btn-video .line-video-animation {
  border: 2px solid rgba(255, 255, 255, 0.3);
}
.cms-video-player.style1_lager .btn-video:hover .line-video-animation {
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  -o-animation-play-state: paused;
  animation-play-state: paused;
}
.cms-video-player.style1_lager img + .btn-video, .cms-video-player.style1_lager .cms-video-bg-image + .btn-video {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 99;
}
.cms-video-player.style1_lager img {
  width: 100%;
}
.cms-video-player.style1_lager .inner-content {
  display: flex;
  align-items: center;
}
.cms-video-player.style1_lager .item-title {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  margin-right: 25px;
  margin-bottom: 0;
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
}
.cms-video-player.style1 {
  position: relative;
}
.cms-video-player.style1 img + .btn-video, .cms-video-player.style1 .cms-video-bg-image + .btn-video {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 99;
}
.cms-video-player.style1 img {
  width: 100%;
}
.cms-video-player.style1 .btn-video {
  background-color: transparent;
  border: 2px solid #fff;
  color: #fff;
}
.cms-video-player.style1 .btn-video:hover {
  border-color: #c7a17a;
  background-color: #c7a17a;
  color: #fff;
}
.cms-video-player.style2 {
  position: relative;
}
.cms-video-player.style2 img + .btn-video, .cms-video-player.style2 .cms-video-bg-image + .btn-video {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 99;
}
.cms-video-player.style2 img {
  width: 100%;
}
.cms-video-player.style2 .btn-video {
  background-color: transparent;
  border: 2px solid #fff;
  color: #fff;
}
.cms-video-player.style2 .btn-video:hover {
  border-color: #c7a17a;
  background-color: #c7a17a;
  color: #fff;
}
.cms-video-player.style2 .btn-video .line-video-animation {
  display: none;
}
.cms-video-player.style2 .item-title {
  font-weight: 500;
  text-transform: uppercase;
  margin-top: 22px;
  margin-bottom: 0;
  font-size: 18px;
  color: #fff;
  font-family: 'Roboto', sans-serif;
}
.cms-video-player.style2 .item-title a {
  color: inherit;
}
.video-custtom {
  /* Newsletter From */
}
@media screen and (min-width: 1200px) {
  .video-custtom .cms-video-player.style1_lager .inner-content {
    justify-content: flex-end;
  }
}
.cms-newsletter1 form {
  position: relative;
}
.cms-newsletter1 .tnp-email {
  border: none;
  background-color: #1d1d1d;
  border-radius: 5px;
  height: 50px;
  color: #b3b3b3;
  font-size: 14px;
  padding: 0 170px 0 18px;
}
@media screen and (max-width: 767px) {
  .cms-newsletter1 .tnp-email {
    padding-right: 18px;
  }
}
.cms-newsletter1 .tnp-field-button {
  margin-bottom: 0;
  height: 50px;
  overflow: hidden;
}
.cms-newsletter1 .tnp-field-button .tnp-button {
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  text-transform: uppercase;
  height: 50px;
  line-height: 50px;
  border: none;
  padding: 0;
  z-index: 3;
}
.cms-newsletter1 .tnp-field-button .tnp-button:hover {
  background-color: #c7a17a;
}
@media screen and (min-width: 768px) {
  .cms-newsletter1 .tnp-field-button {
    width: 170px;
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .cms-newsletter1 .tnp-field-button .tnp-button {
    position: absolute;
    text-transform: uppercase;
    bottom: 0;
    right: 0;
    width: 170px;
  }
}
@media screen and (max-width: 767px) {
  .cms-newsletter1 .tnp-email {
    margin-bottom: 15px;
  }
  .cms-newsletter1 .tnp-field-button {
    height: 50px;
  }
  .cms-newsletter1 .tnp-field-button .tnp-button {
    width: 100%;
  }
}
.cms-newsletter-custom {
  /* CMS Icon */
}
.cms-newsletter-custom .cms-newsletter1 .tnp-email {
  background-color: #f7f7f7;
  color: #12100d;
}
.cms-newsletter-custom .cms-newsletter1 .tnp-email::-webkit-input-placeholder {
  color: #7c7770;
}
.cms-newsletter-custom .cms-newsletter1 .tnp-email::-moz-placeholder {
  color: #7c7770;
}
.cms-newsletter-custom .cms-newsletter1 .tnp-email::-ms-input-placeholder {
  color: #7c7770;
}
.cms-newsletter-custom .cms-newsletter1 .tnp-email::-moz-placeholder {
  color: #7c7770;
}
.cms-newsletter-custom .cms-newsletter1 .tnp-email:focus {
  color: #12100d;
}
.cms-icon1 {
  margin-left: -4px;
  margin-right: -4px;
}
.cms-icon1.style-1 a {
  display: inline-block;
  width: 34px;
  height: 34px;
  overflow: hidden;
  text-align: center;
  line-height: 34px;
  background-color: #c7a17a;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  margin: 4px;
  position: relative;
}
.cms-icon1.style-1 a i {
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.cms-icon1.style-1 a i:nth-child(1) {
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  top: 50%;
}
.cms-icon1.style-1 a i:nth-child(2) {
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  opacity: 0;
  top: 100%;
}
.cms-icon1.style-1 a:hover i:nth-child(1) {
  opacity: 0;
  top: 0;
}
.cms-icon1.style-1 a:hover i:nth-child(2) {
  opacity: 1;
  top: 50%;
}
.cms-icon1.style-1 a:nth-child(1) {
  background-color: #1ab9ff;
}
.cms-icon1.style-1 a:nth-child(2) {
  background-color: #ffc000;
}
.cms-icon1.style-1 a:nth-child(3) {
  background-color: #f66;
}
.cms-icon1.style-1 a:nth-child(4) {
  background-color: #abcd52;
}
.cms-icon1.style-2 a {
  display: inline-block;
  font-size: 13px;
  width: 27px;
  height: 27px;
  line-height: 27px;
  overflow: hidden;
  text-align: center;
  background-color: #fff;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  margin: 4px;
  position: relative;
  color: #12100d;
}
.cms-icon1.style-2 a i {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 200ms linear 0ms;
  -khtml-transition: all 200ms linear 0ms;
  -moz-transition: all 200ms linear 0ms;
  -ms-transition: all 200ms linear 0ms;
  -o-transition: all 200ms linear 0ms;
  transition: all 200ms linear 0ms;
}
.cms-icon1.style-2 a i:nth-child(1) {
  top: 50%;
}
.cms-icon1.style-2 a i:nth-child(2) {
  opacity: 0;
  top: 100%;
}
.cms-icon1.style-2 a:hover {
  background-color: #c7a17a;
  color: #fff;
}
.cms-icon1.style-2 a:hover i:nth-child(1) {
  opacity: 0;
  top: 0;
}
.cms-icon1.style-2 a:hover i:nth-child(2) {
  opacity: 1;
  top: 50%;
}
.cms-icon1.style-3 a {
  display: inline-block;
  width: 40px;
  height: 40px;
  overflow: hidden;
  text-align: center;
  line-height: 38px;
  background-color: #fff;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  margin: 4px;
  border: 1px solid #12100d;
  position: relative;
}
.cms-icon1.style-3 a i {
  color: #12100d;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.cms-icon1.style-3 a i:nth-child(1) {
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  top: 50%;
}
.cms-icon1.style-3 a i:nth-child(2) {
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  opacity: 0;
  top: 100%;
}
.cms-icon1.style-3 a:hover {
  background-color: #c7a17a;
  border-color: #c7a17a;
}
.cms-icon1.style-3 a:hover i {
  color: #fff;
}
.cms-icon1.style-3 a:hover i:nth-child(1) {
  opacity: 0;
  top: 0;
}
.cms-icon1.style-3 a:hover i:nth-child(2) {
  opacity: 1;
  top: 50%;
}
.cms-icon1.style-4 a {
  display: inline-block;
  width: 35px;
  height: 35px;
  overflow: hidden;
  text-align: center;
  line-height: 35px;
  background-color: #12100d;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  margin: 3px;
  position: relative;
}
.cms-icon1.style-4 a i {
  color: #c7a17a;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.cms-icon1.style-4 a i:nth-child(1) {
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  top: 50%;
}
.cms-icon1.style-4 a i:nth-child(2) {
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  opacity: 0;
  top: 100%;
}
.cms-icon1.style-4 a:hover {
  background-color: #c7a17a;
}
.cms-icon1.style-4 a:hover i {
  color: #fff;
}
.cms-icon1.style-4 a:hover i:nth-child(1) {
  opacity: 0;
  top: 0;
}
.cms-icon1.style-4 a:hover i:nth-child(2) {
  opacity: 1;
  top: 50%;
}
.cms-icon1.style-4 a:hover:nth-child(1) {
  background-color: #3b5998;
}
.cms-icon1.style-4 a:hover:nth-child(2) {
  background-color: #1ab9ff;
}
.cms-icon1.style-4 a:hover:nth-child(3) {
  background-color: #f66;
}
.cms-icon1.style-4 a:hover:nth-child(4) {
  background-color: #abcd52;
}
.cms-icon1.style-4.style-4-square a {
  margin: 4px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.cms-icon1.style-4.style-4-square a:hover {
  background-color: #c7a17a;
}
.cms-icon1.style-4.style-4-square a:hover i {
  color: #fff;
}
.cms-icon1.style-4.style-4-square a:hover i:nth-child(1) {
  opacity: 0;
  top: 0;
}
.cms-icon1.style-4.style-4-square a:hover i:nth-child(2) {
  opacity: 1;
  top: 50%;
}
.cms-icon1.style-5 a {
  display: inline-block;
  font-size: 13px;
  width: 28px;
  height: 28px;
  line-height: 28px;
  overflow: hidden;
  text-align: center;
  background-color: #c7a17a;
  margin: 4px;
  color: #fff;
  position: relative;
}
.cms-icon1.style-5 a i {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 200ms linear 0ms;
  -khtml-transition: all 200ms linear 0ms;
  -moz-transition: all 200ms linear 0ms;
  -ms-transition: all 200ms linear 0ms;
  -o-transition: all 200ms linear 0ms;
  transition: all 200ms linear 0ms;
}
.cms-icon1.style-5 a i:nth-child(1) {
  top: 50%;
}
.cms-icon1.style-5 a i:nth-child(2) {
  opacity: 0;
  top: 100%;
}
.cms-icon1.style-5 a:hover {
  background-color: #c7a17a;
  color: #fff;
}
.cms-icon1.style-5 a:hover i:nth-child(1) {
  opacity: 0;
  top: 0;
}
.cms-icon1.style-5 a:hover i:nth-child(2) {
  opacity: 1;
  top: 50%;
}
.cms-icon1.style-5.border-5x a {
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .cms-contact-info1 {
    margin-bottom: 25px;
  }
}
.cms-contact-info1 .entry-title {
  font-size: 17px;
  line-height: 24px;
  font-weight: bold;
  margin-bottom: 22px;
}
.cms-contact-info1 ul {
  margin-bottom: 0;
  list-style: none;
}
.cms-contact-info1 li {
  font-size: 14px;
  position: relative;
  padding-left: 35px;
}
.cms-contact-info1 li .item--icon {
  line-height: 24px;
  min-width: 24px;
  width: 24px;
  height: 24px;
  text-align: center;
  border-right: 1px solid rgba(124, 119, 112, 0.2);
  border-bottom: 1px solid rgba(124, 119, 112, 0.2);
  position: absolute;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  top: 1px;
  left: 0;
  overflow: hidden;
}
.cms-contact-info1 li .item--icon:before {
  content: "";
  width: 24px;
  height: 30px;
  position: absolute;
  top: 5px;
  left: 9px;
  transform: rotate(45deg);
  background-color: rgba(124, 119, 112, 0.12);
}
.cms-contact-info1 li .item--icon i {
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  color: #c7a17a;
}
.cms-contact-info1 li:hover .item--icon {
  border-right: 1px solid rgba(124, 119, 112, 0.32);
  border-bottom: 1px solid rgba(124, 119, 112, 0.32);
}
.cms-contact-info1 li:hover .item--icon:before {
  background-color: rgba(124, 119, 112, 0.2);
}
.cms-contact-info1 li:hover .item--icon i {
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  text-shadow: 0px 0px 2px #c7a17a;
  font-size: 16px;
  margin-right: 5px;
}
.cms-contact-info1 li label {
  color: #12100d;
  font-weight: bold;
  margin-right: 5px;
}
.cms-contact-info1 li + li {
  margin-top: 10px;
}
.cms-contact-info2 .item--icon {
  margin-bottom: 20px;
}
.cms-contact-info2 .item--icon i {
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  font-size: 20px;
}
.cms-contact-info2 .item--icon:hover i {
  -webkit-transform: translate(0, -3px);
  -khtml-transform: translate(0, -3px);
  -moz-transform: translate(0, -3px);
  -ms-transform: translate(0, -3px);
  -o-transform: translate(0, -3px);
  transform: translate(0, -3px);
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.2), 3px 3px 5px rgba(255, 255, 255, 0.8);
}
.cms-contact-info2 .list-li {
  list-style: none;
}
.cms-contact-info2 .list-li li {
  font-size: 15px;
  line-height: 24px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .cms-contact-info3 {
    margin-bottom: 25px;
  }
}
.cms-contact-info3 .entry-title {
  font-size: 17px;
  line-height: 24px;
  font-weight: bold;
  margin-bottom: 22px;
}
.cms-contact-info3 ul {
  margin-bottom: 0;
  list-style: none;
}
.cms-contact-info3 li {
  font-size: 15px;
  line-height: 1.6;
  position: relative;
  padding-left: 30px;
}
.cms-contact-info3 li .item--icon {
  text-align: center;
  position: absolute;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  top: 1px;
  left: 0;
}
.cms-contact-info3 li .item--icon i {
  font-size: 15px;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  color: inherit;
}
.cms-contact-info3 li label {
  color: #12100d;
  font-weight: bold;
  margin-right: 5px;
}
.cms-contact-info3 li + li {
  margin-top: 12px;
}
.cms-contact-info3 li:hover .item--icon i {
  -webkit-animation: shakeThatBooty 0.3s linear 1;
  -khtml-animation: shakeThatBooty 0.3s linear 1;
  -moz-animation: shakeThatBooty 0.3s linear 1;
  -ms-animation: shakeThatBooty 0.3s linear 1;
  -o-animation: shakeThatBooty 0.3s linear 1;
  animation: shakeThatBooty 0.3s linear 1;
}
.cms-contact-info4 .inner-box {
  background-color: #f8f8f8;
  padding: 48px 25px 0;
  -webkit-border-radius: 25px;
  -khtml-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  border-radius: 25px;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
}
.cms-contact-info4 .inner-box .img-bg {
  width: 110px;
  height: 110px;
  position: absolute;
  bottom: 65px;
  right: -10px;
  opacity: 0.4;
}
.cms-contact-info4 .inner-box .img-bg img {
  width: 100%;
}
.cms-contact-info4 .inner-box .entry-title {
  margin-bottom: 0;
  background-color: #f8f8f8;
  color: #fff;
  text-shadow: 1px 3px 3px #0391d0, -2px 2px 0px #0391d0, -4px 0px 0 #0391d1, -3px -3px 1px #0391d0;
  font-size: 30px;
  text-transform: uppercase;
  margin-bottom: 23px;
}
@media screen and (min-width: 992px) {
  .cms-contact-info4 .inner-box .entry-title {
    padding-right: 50px;
  }
}
.cms-contact-info4 .entry-description {
  color: #fff;
  margin-bottom: 21px;
}
.cms-contact-info4 .list-li {
  list-style: none;
  margin-bottom: 23px;
}
.cms-contact-info4 .list-li li {
  color: #fff;
  margin-bottom: 5px;
  font-weight: 500;
}
.cms-contact-info4 .list-li li .item--icon {
  margin-right: 3px;
}
.cms-contact-info4 .entry-bottom-title {
  color: #fff;
  text-align: center;
  margin-left: -25px;
  margin-right: -25px;
  font-size: 15px;
  margin-bottom: 0;
  text-align: center;
  padding: 13px 25px;
  background-color: #0391d0;
  -webkit-border-radius: 0 0 25px 25px;
  -khtml-border-radius: 0 0 25px 25px;
  -moz-border-radius: 0 0 25px 25px;
  -ms-border-radius: 0 0 25px 25px;
  -o-border-radius: 0 0 25px 25px;
  border-radius: 0 0 25px 25px;
  font-family: 'Oswald', sans-serif;
}
.cms-contact-info4 .entry-bottom-title a {
  cursor: pointer;
  color: inherit;
  display: block;
}
.cms-contact-info5 {
  text-align: center;
  margin-bottom: 35px;
}
.cms-contact-info5 .item--icon {
  margin-left: auto;
  margin-right: auto;
  width: 96px;
  height: 96px;
  line-height: 96px;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  margin-bottom: 38px;
  border: 1px solid rgba(18, 16, 13, 0.8);
}
.cms-contact-info5 .item--icon i {
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  font-size: 30px;
  vertical-align: middle;
}
.cms-contact-info5 .item--icon img {
  max-height: 45px;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  vertical-align: middle;
}
.cms-contact-info5 .entry-title {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 15px;
}
.cms-contact-info5 .list-li {
  list-style: none;
}
.cms-contact-info5 .list-li li {
  line-height: 26px;
}
@media screen and (min-width: 992px) {
  .cms-contact-info5.border-show {
    position: relative;
  }
  .cms-contact-info5.border-show:before, .cms-contact-info5.border-show:after {
    position: absolute;
    content: "";
    width: 1px;
    background-color: rgba(124, 119, 112, 0.2);
    display: block;
    top: 2px;
    bottom: 5px;
  }
  .cms-contact-info5.border-show:before {
    left: 0;
  }
  .cms-contact-info5.border-show:after {
    right: 0;
  }
}
.cms-contact-info5:hover .entry-title {
  color: #c7a17a;
}
.cms-contact-info5:hover .item--icon {
  -webkit-transform: translate(0, -4px);
  -khtml-transform: translate(0, -4px);
  -moz-transform: translate(0, -4px);
  -ms-transform: translate(0, -4px);
  -o-transform: translate(0, -4px);
  transform: translate(0, -4px);
  border-color: #c7a17a;
}
.cms-contact-info5:hover .item--icon i, .cms-contact-info5:hover .item--icon img {
  transform: rotateY(360deg);
  color: #c7a17a;
}
.cms-contact-info5.pulse-on .item--icon {
  cursor: pointer;
  -webkit-box-shadow: 0 0 0 rgba(199, 161, 122, 0.8);
  -khtml-box-shadow: 0 0 0 rgba(199, 161, 122, 0.8);
  -moz-box-shadow: 0 0 0 rgba(199, 161, 122, 0.8);
  -ms-box-shadow: 0 0 0 rgba(199, 161, 122, 0.8);
  -o-box-shadow: 0 0 0 rgba(199, 161, 122, 0.8);
  box-shadow: 0 0 0 rgba(199, 161, 122, 0.8);
  animation: pulse 2s infinite;
  color: #c7a17a;
  border-color: #c7a17a;
}
.cms-contact-info5.pulse-on .entry-title {
  color: #c7a17a;
}
.cms-contact-info6 .entry-title {
  font-size: 20px;
  text-transform: uppercase;
}
.cms-contact-info6 .list-li {
  list-style: none;
}
@media screen and (max-width: 767px) {
  .cms-contact-info6 .list-li {
    margin-bottom: 0;
  }
}
.cms-contact-info6 .list-li li {
  line-height: 26px;
}
.cms-contact-info6 .list-li li a {
  color: inherit;
}
.cms-contact-info6 .list-li li a:hover {
  color: #c7a17a;
}
.cms-contact-info6 .list-li li + li {
  font-weight: 400;
  margin-top: 20px;
}
.cms-contact-info6 .list-li li label {
  text-transform: uppercase;
  font-weight: bold;
  margin-right: 3px;
  font-style: normal;
}
.cms-contact-info7 .item--icon {
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  line-height: 40px;
  text-align: center;
  max-width: 40px;
  min-width: 40px;
  height: 40px;
  background-color: #fff;
  color: #c7a17a;
  font-size: 16px;
}
.cms-contact-info7 .item--icon i {
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
.cms-contact-info7 .item--icon + .list-li {
  margin-left: 20px;
}
@media (min-width: 992px) and (max-width: 1280px) {
  .cms-contact-info7 .item--icon + .list-li {
    margin-left: 7px;
  }
}
.cms-contact-info7 .list-li {
  list-style: none;
  margin-bottom: 0;
}
.cms-contact-info7 .list-li li {
  font-weight: 500;
  font-size: 14px;
  color: #12100d;
  line-height: 1.2;
}
@media (min-width: 992px) and (max-width: 1280px) {
  .cms-contact-info7 .list-li li {
    font-size: 13px;
  }
}
.cms-contact-info7 .list-li li a {
  color: inherit;
}
.cms-contact-info7 .list-li li a:hover {
  color: #c7a17a;
}
.cms-contact-info7 .cms-inner-box {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.cms-contact-info7 .cms-inner-box:hover .item--icon i {
  -webkit-animation: icon-bounce 0.5s linear 1;
  -khtml-animation: icon-bounce 0.5s linear 1;
  -moz-animation: icon-bounce 0.5s linear 1;
  -ms-animation: icon-bounce 0.5s linear 1;
  -o-animation: icon-bounce 0.5s linear 1;
  animation: icon-bounce 0.5s linear 1;
}
.ct-info-custom {
  /* CMS Opening Hours */
}
.ct-info-custom .cms-contact-info3 li {
  font-weight: bold;
  color: #12100d;
  font-size: 14px;
  text-transform: uppercase;
}
.ct-info-custom .cms-contact-info3 li i {
  color: #c7a17a;
}
.cms-opening-hours .entry-title {
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 40px;
  position: relative;
}
.cms-opening-hours .list-li {
  margin-bottom: 0;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .cms-opening-hours .list-li {
    margin-bottom: 20px;
  }
}
.cms-opening-hours .list-li li {
  line-height: 26px;
}
@media screen and (min-width: 1200px) {
  .cms-opening-hours .list-li li {
    display: flex;
  }
  .cms-opening-hours .list-li li label {
    min-width: 95px;
  }
}
.cms-opening-hours .list-li li + li {
  font-weight: 400;
  margin-top: 7px;
}
.cms-opening-hours .list-li li label {
  margin-right: 5px;
  font-style: normal;
}
.cms-opening-hours .list-li li:last-child span {
  color: #c7a17a;
}
.open-time-custom {
  /* CMS Post List */
}
@media screen and (min-width: 1400px) {
  .open-time-custom .cms-opening-hours .list-li li label {
    margin-right: 50px;
  }
}
.open-time-custom .entry-title:after {
  content: "";
}
@media (min-width: 992px) and (max-width: 1280px) {
  .open-time-custom .entry-title {
    font-size: 16px !important;
  }
}
.cms-post-list {
  /* CMS Post Grid, Carousel */
}
.cms-post-list .el-title {
  font-size: 20px;
  margin-bottom: 40px;
  text-transform: uppercase;
}
.cms-post-list .entry-title {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  text-transform: capitalize;
  font-family: 'Roboto', sans-serif;
  margin-bottom: 3px;
}
.cms-post-list .entry-title a {
  color: #12100d;
}
.cms-post-list .entry-title a:hover {
  color: #c7a17a;
}
.cms-post-list .item-date {
  font-size: 12px;
  color: #c7a17a;
  text-transform: uppercase;
}
.cms-post-list .entry-featured {
  max-width: 75px;
  min-width: 75px;
  margin-bottom: 0;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
}
.cms-post-list .entry-featured a {
  padding: 1px;
  display: block;
}
.cms-post-list .entry-featured img {
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 0.3s;
  -khtml-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.cms-post-list .entry-featured + .entry-body {
  margin-left: 15px;
}
.cms-post-list .post-item {
  display: flex;
}
.cms-post-list .post-item + .post-item {
  margin-top: 40px;
}
.cms-post-list .post-item:hover .entry-featured img {
  -webkit-transform: scale(1.05);
  -khtml-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.cms-post-grid-layout1 .item-featured, .cms-post-carousel-layout1 .item-featured {
  margin-bottom: 28px;
  position: relative;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
}
.cms-post-grid-layout1 .item-featured img, .cms-post-carousel-layout1 .item-featured img {
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 220ms linear 0ms;
  -khtml-transition: all 220ms linear 0ms;
  -moz-transition: all 220ms linear 0ms;
  -ms-transition: all 220ms linear 0ms;
  -o-transition: all 220ms linear 0ms;
  transition: all 220ms linear 0ms;
}
.cms-post-grid-layout1 .item-title, .cms-post-carousel-layout1 .item-title {
  color: #282828;
  font-size: 20px;
  line-height: 1.6;
  margin-bottom: 8px;
  text-transform: uppercase;
}
@media screen and (min-width: 992px) {
  .cms-post-grid-layout1 .item-title, .cms-post-carousel-layout1 .item-title {
    padding-right: 25px;
  }
}
.cms-post-grid-layout1 .item-title a, .cms-post-carousel-layout1 .item-title a {
  color: inherit;
}
.cms-post-grid-layout1 .item-title a:hover, .cms-post-carousel-layout1 .item-title a:hover {
  color: #c7a17a;
}
.cms-post-grid-layout1 .item-content, .cms-post-carousel-layout1 .item-content {
  font-size: 14px;
  line-height: 23px;
  margin-bottom: 12px;
}
.cms-post-grid-layout1 .btn-more, .cms-post-carousel-layout1 .btn-more {
  display: inline-block;
  text-transform: uppercase;
  color: #c7a17a;
  font-size: 14px;
  font-weight: bold;
}
.cms-post-grid-layout1 .btn-more i, .cms-post-carousel-layout1 .btn-more i {
  margin-left: 5px;
}
.cms-post-grid-layout1 .post-meta, .cms-post-carousel-layout1 .post-meta {
  list-style: none;
  margin-top: 15px;
  margin-bottom: 3px;
  padding-top: 18px;
  border-top: 2px solid #f6f6f6;
}
.cms-post-grid-layout1 .post-meta li, .cms-post-carousel-layout1 .post-meta li {
  font-size: 12px;
  display: inline-block;
  margin-right: 25px;
  line-height: 24px;
  color: #7c7770;
}
.cms-post-grid-layout1 .post-meta li:last-child, .cms-post-carousel-layout1 .post-meta li:last-child {
  margin-right: 0;
}
.cms-post-grid-layout1 .post-meta li i, .cms-post-carousel-layout1 .post-meta li i {
  margin-right: 5px;
  color: #c7a17a;
}
.cms-post-grid-layout1 .post-meta li a, .cms-post-carousel-layout1 .post-meta li a {
  color: #7c7770;
}
.cms-post-grid-layout1 .item-body, .cms-post-carousel-layout1 .item-body {
  padding-left: 5px;
  padding-right: 5px;
}
@media screen and (max-width: 1199px) {
  .cms-post-grid-layout1 .item-body, .cms-post-carousel-layout1 .item-body {
    padding-left: 10px;
    padding-right: 10;
  }
}
@media screen and (max-width: 767px) {
  .cms-post-grid-layout1 .item-body, .cms-post-carousel-layout1 .item-body {
    padding-left: 0px;
  }
}
.cms-post-grid-layout1 .cms-grid-pagination, .cms-post-carousel-layout1 .cms-grid-pagination {
  margin-top: 0;
}
.cms-post-grid-layout1 .posts-pagination .posts-page-links, .cms-post-carousel-layout1 .posts-pagination .posts-page-links {
  justify-content: center;
}
.cms-post-grid-layout1 .slick-dots, .cms-post-carousel-layout1 .slick-dots {
  margin-top: 0;
}
.cms-post-grid-layout1 .grid-item-inner, .cms-post-carousel-layout1 .grid-item-inner {
  margin-bottom: 30px;
  padding: 20px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .cms-post-grid-layout1 .grid-item-inner, .cms-post-carousel-layout1 .grid-item-inner {
    padding: 20px 15px;
  }
}
.cms-post-grid-layout1 .grid-item-inner:hover .item-featured img, .cms-post-carousel-layout1 .grid-item-inner:hover .item-featured img {
  opacity: 0.8;
  -webkit-transform: scale(1.14);
  -khtml-transform: scale(1.14);
  -moz-transform: scale(1.14);
  -ms-transform: scale(1.14);
  -o-transform: scale(1.14);
  transform: scale(1.14);
}
.cms-post-grid-layout1 .grid-item-inner.no-image, .cms-post-carousel-layout1 .grid-item-inner.no-image {
  border: 1px solid #eaeaea;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  padding: 34px 40px 36px;
}
@media screen and (max-width: 1199px) {
  .cms-post-grid-layout1 .grid-item-inner.no-image, .cms-post-carousel-layout1 .grid-item-inner.no-image {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cms-post-grid-layout1 .grid-item-inner.no-image .item-body, .cms-post-carousel-layout1 .grid-item-inner.no-image .item-body {
  padding: 0;
}
.cms-post-grid-layout1.style1 .item-date, .cms-post-carousel-layout1.style1 .item-date {
  font-size: 12px;
  color: #fff;
  margin-bottom: 8px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  position: absolute;
  bottom: 15px;
  left: -50%;
  padding: 10px 15px;
  -webkit-transition: all 220ms linear 0ms;
  -khtml-transition: all 220ms linear 0ms;
  -moz-transition: all 220ms linear 0ms;
  -ms-transition: all 220ms linear 0ms;
  -o-transition: all 220ms linear 0ms;
  transition: all 220ms linear 0ms;
  background-color: #12100d;
  opacity: 0;
}
.cms-post-grid-layout1.style1 .grid-item-inner, .cms-post-carousel-layout1.style1 .grid-item-inner {
  margin-bottom: 30px;
  padding: 20px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .cms-post-grid-layout1.style1 .grid-item-inner, .cms-post-carousel-layout1.style1 .grid-item-inner {
    padding: 20px 15px;
  }
}
.cms-post-grid-layout1.style1 .grid-item-inner:hover .item-date, .cms-post-carousel-layout1.style1 .grid-item-inner:hover .item-date {
  opacity: 1;
  left: 15px;
}
.cms-post-grid-layout1.style2 .item-date, .cms-post-carousel-layout1.style2 .item-date {
  font-family: 'Oswald', sans-serif;
  font-size: 12px;
  color: #fff;
  margin-bottom: 8px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  position: absolute;
  text-transform: uppercase;
  top: 15px;
  left: 15px;
  text-align: center;
  width: 55px;
  height: 50px;
  line-height: 50px;
  -webkit-transition: all 220ms linear 0ms;
  -khtml-transition: all 220ms linear 0ms;
  -moz-transition: all 220ms linear 0ms;
  -ms-transition: all 220ms linear 0ms;
  -o-transition: all 220ms linear 0ms;
  transition: all 220ms linear 0ms;
  background-color: #c7a17a;
  opacity: 1;
}
.cms-post-grid-layout1.style2 .grid-item-inner, .cms-post-carousel-layout1.style2 .grid-item-inner {
  margin-bottom: 30px;
  padding: 20px;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 15px rgba(40, 40, 40, 0.06);
  -khtml-box-shadow: 0 2px 15px rgba(40, 40, 40, 0.06);
  -moz-box-shadow: 0 2px 15px rgba(40, 40, 40, 0.06);
  -ms-box-shadow: 0 2px 15px rgba(40, 40, 40, 0.06);
  -o-box-shadow: 0 2px 15px rgba(40, 40, 40, 0.06);
  box-shadow: 0 2px 15px rgba(40, 40, 40, 0.06);
}
@media screen and (max-width: 767px) {
  .cms-post-grid-layout1.style2 .grid-item-inner, .cms-post-carousel-layout1.style2 .grid-item-inner {
    padding: 20px 15px;
  }
}
.blog-grid-4cl {
  /* cms Contact Form */
}
.blog-grid-4cl .cms-post-grid-layout1 .item-title {
  padding-right: 0;
}
@media screen and (max-width: 1399px) {
  .blog-grid-4cl .cms-post-grid-layout1 .post-meta li {
    margin-right: 7px;
  }
}
.cms-contact-form-layout1 .cms-contact-form-meta {
  margin-bottom: 42px;
}
@media screen and (max-width: 767px) {
  .cms-contact-form-layout1 .cms-contact-form-meta {
    margin-bottom: 22px;
  }
}
.cms-contact-form-layout1 .cms-contact-form-meta h3 {
  margin-bottom: 20px;
  font-size: 33px;
  padding-bottom: 18px;
}
.cms-contact-form-layout1 .cms-contact-form-meta p {
  margin-bottom: 0;
}
.cms-contact-form-layout1 .wpcf7-form-control:not(.wpcf7-submit) {
  height: 51px;
  border-color: transparent;
  border-width: 1px;
  background-color: #f6f6f6;
  padding-left: 23px;
  padding-right: 23px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.cms-contact-form-layout1 .wpcf7-form-control:not(.wpcf7-submit):focus, .cms-contact-form-layout1 .wpcf7-form-control:not(.wpcf7-submit):hover {
  border-color: #c7a17a;
}
.cms-contact-form-layout1 .wpcf7-form-control.wpcf7-textarea {
  min-height: 160px;
  margin-bottom: 0px;
}
.cms-contact-form-layout1 .wpcf7-submit {
  margin-top: 0px;
  text-transform: uppercase;
  padding-left: 45px;
  padding-right: 45px;
}
.cms-contact-form-layout1 .wpcf7-form-control-wrap.your-message {
  margin-bottom: 23px;
}
.cms-contact-form-layout1 .col-btn-submit {
  text-align: center;
}
.cms-contact-form-layout1.box-white {
  background-color: #fff;
  padding: 80px 60px;
  -webkit-border-radius: 1px;
  -khtml-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  -o-border-radius: 1px;
  border-radius: 1px;
  -webkit-box-shadow: 0 2px 15px rgba(40, 40, 40, 0.06);
  -khtml-box-shadow: 0 2px 15px rgba(40, 40, 40, 0.06);
  -moz-box-shadow: 0 2px 15px rgba(40, 40, 40, 0.06);
  -ms-box-shadow: 0 2px 15px rgba(40, 40, 40, 0.06);
  -o-box-shadow: 0 2px 15px rgba(40, 40, 40, 0.06);
  box-shadow: 0 2px 15px rgba(40, 40, 40, 0.06);
}
@media screen and (max-width: 1199px) {
  .cms-contact-form-layout1.box-white {
    padding: 43px 40px 40px 40px;
  }
}
@media screen and (max-width: 767px) {
  .cms-contact-form-layout1.box-white {
    padding: 35px 15px;
  }
}
.cms-contact-form-layout1.box-gray {
  background-color: #f6f6f6;
  padding: 55px 60px 60px;
  -webkit-border-radius: 1px;
  -khtml-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  -o-border-radius: 1px;
  border-radius: 1px;
  position: relative;
  /* Contact Info */
}
@media screen and (max-width: 1199px) {
  .cms-contact-form-layout1.box-gray {
    padding: 43px 40px 40px 40px;
  }
}
@media screen and (max-width: 767px) {
  .cms-contact-form-layout1.box-gray {
    padding: 35px 15px;
  }
}
.cms-contact-form-layout1.box-gray .wpcf7-form-control:not(.wpcf7-submit) {
  border-width: 1px;
  background-color: #fff;
  border-color: #fff;
}
.cms-contact-form-layout1.box-gray .wpcf7-form-control:not(.wpcf7-submit):focus, .cms-contact-form-layout1.box-gray .wpcf7-form-control:not(.wpcf7-submit):hover {
  border-color: #c7a17a;
}
.cms-contact-form-layout1.box-gray .cms-contact-form-meta {
  margin-bottom: 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .cms-contact-form-layout1.box-gray .cms-contact-form-meta {
    margin-bottom: 22px;
  }
}
.cms-contact-form-layout1.box-gray .cms-contact-form-meta h3 {
  font-size: 45px;
  margin-bottom: 13px;
  padding-bottom: 0;
}
@media screen and (max-width: 991px) {
  .cms-contact-form-layout1.box-gray .cms-contact-form-meta h3 {
    font-size: 35px;
  }
}
@media screen and (max-width: 767px) {
  .cms-contact-form-layout1.box-gray .cms-contact-form-meta h3 {
    font-size: 30px;
  }
}
.cms-contact-form-layout1.box-gray .cms-contact-form-meta p {
  margin-bottom: 0;
}
.cms-contact-form-layout1.box-gray .item--icon {
  width: 71px;
  height: 71px;
  bottom: -35px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -khtml-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
  position: absolute;
  text-align: center;
}
.cms-contact-form-layout1.box-gray .item--icon.image {
  line-height: 70px;
}
.cms-contact-form-layout1.box-gray .item--icon.font {
  line-height: 75px;
}
.cms-contact-form-layout1.box-gray .item--icon:before {
  z-index: -1;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: " ";
  background-color: #fff;
  -webkit-transform: rotate(45deg);
  -khtml-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-box-shadow: 1px 1px 22px rgba(84, 49, 55, 0.2);
  -khtml-box-shadow: 1px 1px 22px rgba(84, 49, 55, 0.2);
  -moz-box-shadow: 1px 1px 22px rgba(84, 49, 55, 0.2);
  -ms-box-shadow: 1px 1px 22px rgba(84, 49, 55, 0.2);
  -o-box-shadow: 1px 1px 22px rgba(84, 49, 55, 0.2);
  box-shadow: 1px 1px 22px rgba(84, 49, 55, 0.2);
}
.cms-contact-form-layout1.box-gray .item--icon i, .cms-contact-form-layout1.box-gray .item--icon img {
  position: relative;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
.cms-contact-form-layout1.box-gray .item--icon i {
  font-size: 25px;
}
.cms-contact-form-layout1.box-gray .item--icon img {
  max-height: 36px;
}
.cms-contact-form-layout1.box-gray .item--icon:hover img, .cms-contact-form-layout1.box-gray .item--icon:hover i {
  color: #c7a17a;
  -webkit-animation: icon-bounce 0.5s linear 1;
  -khtml-animation: icon-bounce 0.5s linear 1;
  -moz-animation: icon-bounce 0.5s linear 1;
  -ms-animation: icon-bounce 0.5s linear 1;
  -o-animation: icon-bounce 0.5s linear 1;
  animation: icon-bounce 0.5s linear 1;
}
@media screen and (min-width: 992px) {
  .cms-contact-form-layout1 .cms-box-info {
    display: flex;
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 55px;
  }
}
@media screen and (max-width: 991px) {
  .cms-contact-form-layout1 .cms-box-info {
    margin-bottom: 35px;
  }
}
.cms-contact-form-layout1 .box-info {
  display: flex;
}
@media screen and (min-width: 992px) {
  .cms-contact-form-layout1 .box-info {
    flex-grow: 1;
    width: 33%;
    padding: 0 15px;
  }
}
@media screen and (max-width: 991px) {
  .cms-contact-form-layout1 .box-info {
    margin-bottom: 35px;
  }
}
.cms-contact-form-layout1 .box-info .item--icon {
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  width: 80px;
  min-width: 80px;
  height: 72px;
  background-color: #f6f6f6;
  text-align: center;
  line-height: 72px;
  font-size: 25px;
  color: #c7a17a;
  margin-right: 30px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .cms-contact-form-layout1 .box-info .item--icon {
    min-width: 55px;
    max-width: 55px;
    min-height: 55px;
    max-height: 55px;
    line-height: 55px;
    font-size: 20px;
    margin-right: 15px;
  }
}
.cms-contact-form-layout1 .box-info .box-title {
  margin-top: -3px;
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 11px;
}
@media screen and (max-width: 767px) {
  .cms-contact-form-layout1 .box-info .box-title {
    font-size: 17px;
  }
}
.cms-contact-form-layout1 .box-info .item-content {
  line-height: 1.714;
}
.cms-contact-form-layout1 .box-info .item-content a {
  color: #7c7770;
}
.cms-contact-form-layout1 .box-info .item-content a:hover {
  color: #c7a17a;
}
.cms-contact-form-layout1 .box-info.box-phone:hover .item--icon i {
  -webkit-animation: shakeThatBooty 0.3s linear 1;
  -khtml-animation: shakeThatBooty 0.3s linear 1;
  -moz-animation: shakeThatBooty 0.3s linear 1;
  -ms-animation: shakeThatBooty 0.3s linear 1;
  -o-animation: shakeThatBooty 0.3s linear 1;
  animation: shakeThatBooty 0.3s linear 1;
}
.cms-contact-form-layout1 .box-info.box-address:hover .item--icon i {
  -webkit-animation: icon-bounce 0.5s linear 1;
  -khtml-animation: icon-bounce 0.5s linear 1;
  -moz-animation: icon-bounce 0.5s linear 1;
  -ms-animation: icon-bounce 0.5s linear 1;
  -o-animation: icon-bounce 0.5s linear 1;
  animation: icon-bounce 0.5s linear 1;
}
.cms-contact-form-layout1 .box-info.box-email:hover .item--icon i {
  -webkit-animation: toRightFromLeft 0.9s linear 1;
  -khtml-animation: toRightFromLeft 0.9s linear 1;
  -moz-animation: toRightFromLeft 0.9s linear 1;
  -ms-animation: toRightFromLeft 0.9s linear 1;
  -o-animation: toRightFromLeft 0.9s linear 1;
  animation: toRightFromLeft 0.9s linear 1;
}
.form-custom-3 {
  /* Cms Accordion */
}
.form-custom-3 .cms-contact-form-layout1 .wpcf7-form-control-wrap:after {
  font-family: "Comoon-V2";
  color: rgba(124, 119, 112, 0.7);
  font-size: 16px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -khtml-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 30px;
  z-index: 1;
}
.form-custom-3 .cms-contact-form-layout1 .wpcf7-form-control-wrap.your-name:after {
  content: "\e906";
}
.form-custom-3 .cms-contact-form-layout1 .wpcf7-form-control-wrap.your-phone:after {
  font-family: 'Icomoon';
  content: "\eb58";
}
.form-custom-3 .cms-contact-form-layout1 .wpcf7-form-control-wrap.your-email:after {
  font-family: 'Icomoon';
  content: "\ea8d";
}
.form-custom-3 .cms-contact-form-layout1 .input-filled-time .wpcf7-form-control-wrap:after {
  font-family: 'Comoon-V2' !important;
  content: "\e904";
}
.form-custom-3 .cms-contact-form-layout1 .input-filled-date .wpcf7-form-control-wrap:after {
  font-family: 'Icomoon';
  content: "\e70b";
}
.form-custom-3 .cms-contact-form-layout1 .input-filled-state .wpcf7-form-control-wrap:after {
  font-family: 'Font Awesome 5 Pro';
  content: "\f163";
}
.form-custom-3 .cms-contact-form-layout1.box-gray {
  padding-bottom: 120px;
}
.form-custom-3 .cms-contact-form-layout1 .row-submit {
  text-align: center;
}
.form-custom-3 .cms-contact-form-layout1 .wpcf7-form-control:not(.wpcf7-submit) {
  line-height: 70px;
  height: 70px;
}
.cms-accordion {
  /* cms Gallery */
}
.cms-accordion .cms-ac-content {
  display: none;
}
.cms-accordion.layout1 .cms-ac-title {
  font-size: 17px;
  line-height: 26px;
  color: #12100d;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  font-weight: 700;
  position: relative;
  cursor: pointer;
  padding-right: 25px;
  font-family: 'Roboto', sans-serif;
}
.cms-accordion.layout1 .cms-ac-title:before {
  content: '\f175';
  font-family: 'Font Awesome 5 Pro';
  font-size: 16px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 0;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  font-weight: 400;
  background-color: #f6f6f8;
  color: #12100d;
}
.cms-accordion.layout1 .cms-ac-title.active {
  color: #12100d;
}
.cms-accordion.layout1 .cms-ac-title.active:before {
  background-color: #c7a17a;
  content: '\f176';
  color: #fff;
}
.cms-accordion.layout1 .cms-ac-content {
  font-size: 15px;
  line-height: 1.6;
  margin-top: 12px;
  padding-right: 45px;
}
.cms-accordion.layout1 .cms-accordion-item {
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  background-color: #fff;
  padding: 22px 24px 22px 30px;
}
.cms-accordion.layout1 .cms-accordion-item + .cms-accordion-item {
  margin-top: 15px;
}
@media screen and (max-width: 1199px) {
  .cms-accordion.layout1 .cms-accordion-item {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cms-accordion.layout1 .cms-accordion-item.active .cms-ac-title {
  color: #c7a17a;
}
.cms-gallery-grid1 {
  /* Cms Menu */
}
.cms-gallery-grid1 .entry-image {
  position: relative;
  overflow: hidden;
}
.cms-gallery-grid1 .entry-image img {
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  width: 100%;
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.cms-gallery-grid1 .entry-image .light-box {
  cursor: pointer;
  text-align: center;
  line-height: 36px;
  font-size: 20px;
  color: #fff;
  position: absolute;
  top: 20%;
  opacity: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -khtml-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 40px;
  z-index: 2;
  height: 40px;
  border: 2px solid #fff;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  transition-delay: 0.4s;
  -webkit-transition: -webkit-transform ease-out 0.1s, background 0.2s;
  -moz-transition: -moz-transform ease-out 0.1s, background 0.2s;
  transition: transform ease-out 0.1s, background 0.2s;
}
.cms-gallery-grid1 .entry-image .light-box:before {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  content: '';
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  top: 0;
  left: 0;
  padding: 0;
  z-index: -1;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1);
  opacity: 0;
  -webkit-transform: scale(0.9);
  -khtml-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
}
.cms-gallery-grid1 .entry-image .light-box:hover {
  color: #fff;
  border-color: #c7a17a;
}
.cms-gallery-grid1 .entry-image:before {
  display: block;
  content: "";
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  -khtml-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  -moz-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  -ms-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  -o-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  -webkit-transform: scaleY(0);
  -khtml-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
  transform-origin: 0 0 0;
  -webkit-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  -o-transform-origin: 0 0 0;
  z-index: 1;
}
.cms-gallery-grid1 .entry-title {
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  margin-bottom: 0;
}
.cms-gallery-grid1 .entry-title a {
  color: #12100d;
}
.cms-gallery-grid1 .entry-meta {
  background-color: #fff;
  position: relative;
  padding: 20px 45px 20px 25px;
}
.cms-gallery-grid1 .entry-link {
  position: absolute;
  top: 20px;
  right: 25px;
  color: #12100d;
}
.cms-gallery-grid1 .item--inner {
  margin-bottom: 30px;
}
.cms-gallery-grid1 .item--inner:hover .light-box {
  opacity: 1;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0.93);
  -khtml-transform: translate(-50%, -50%) scale(0.93);
  -moz-transform: translate(-50%, -50%) scale(0.93);
  -ms-transform: translate(-50%, -50%) scale(0.93);
  -o-transform: translate(-50%, -50%) scale(0.93);
  transform: translate(-50%, -50%) scale(0.93);
}
.cms-gallery-grid1 .item--inner:hover .light-box:before {
  -webkit-animation: sonarEffect 1.3s ease-out 75ms;
  -moz-animation: sonarEffect 1.3s ease-out 75ms;
  animation: sonarEffect 1.3s ease-out 75ms;
}
.cms-gallery-grid1 .item--inner:hover .entry-image img {
  -webkit-transform: scale(1);
  -khtml-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.cms-gallery-grid1 .item--inner:hover .entry-image:before {
  opacity: 1;
  -webkit-transform: scaleY(1);
  -khtml-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
}
.cms-gallery-grid1 .item--inner:hover .entry-title a {
  color: #c7a17a;
}
.cms-gallery-grid1 .item--inner:hover .entry-link {
  color: #c7a17a;
}
.cms-gallery-grid1 .item--inner:hover .entry-link i {
  -webkit-animation: shakeThatBooty 0.3s linear 1;
  -khtml-animation: shakeThatBooty 0.3s linear 1;
  -moz-animation: shakeThatBooty 0.3s linear 1;
  -ms-animation: shakeThatBooty 0.3s linear 1;
  -o-animation: shakeThatBooty 0.3s linear 1;
  animation: shakeThatBooty 0.3s linear 1;
}
.cms-menu-list {
  /* CMS Team Info */
}
.cms-menu-list .grid-filter-wrap {
  margin-bottom: 50px;
}
.cms-menu-list.style1 .grid-filter-wrap {
  text-align: center;
  border-bottom: 4px solid #e4e2da;
}
@media screen and (min-width: 1200px) {
  .cms-menu-list.style1 .grid-filter-wrap {
    margin-left: 90px;
    margin-right: 90px;
  }
}
.cms-menu-list.style1 .grid-filter-wrap .filter-item {
  text-transform: uppercase;
  font-size: 15px;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  color: #7c7770;
  margin: 0;
  padding: 23px;
  display: inline-block;
  position: relative;
}
.cms-menu-list.style1 .grid-filter-wrap .filter-item:before {
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  width: 1px;
  height: 1px;
  display: inline-block;
  content: "";
  border-radius: 50%;
  opacity: 0;
  background-color: #c7a17a;
  margin-right: -1px;
}
.cms-menu-list.style1 .grid-filter-wrap .filter-item:after {
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  position: absolute;
  display: block;
  content: "";
  bottom: -4px;
  height: 4px;
  left: 40%;
  right: 40%;
  background-color: #c7a17a;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  opacity: 0;
}
.cms-menu-list.style1 .grid-filter-wrap .filter-item.active {
  color: #12100d;
}
.cms-menu-list.style1 .grid-filter-wrap .filter-item.active:before {
  width: 12px;
  height: 12px;
  opacity: 1;
  display: inline-block;
  content: "";
  border-radius: 50%;
  margin-right: 3px;
}
.cms-menu-list.style1 .grid-filter-wrap .filter-item.active:after {
  opacity: 1;
  right: 10px;
  left: 10px;
}
.cms-menu-list.style1 .entry-image {
  overflow: hidden;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .cms-menu-list.style1 .entry-image {
    margin-right: 40px;
    max-width: 120px;
    min-width: 120px;
    min-height: 120px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cms-menu-list.style1 .entry-image {
    margin-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .cms-menu-list.style1 .entry-image {
    margin: 0 auto 25px;
  }
}
.cms-menu-list.style1 .entry-image:before, .cms-menu-list.style1 .entry-image:after {
  position: absolute;
  -webkit-transition: all 100ms linear 0ms;
  -khtml-transition: all 100ms linear 0ms;
  -moz-transition: all 100ms linear 0ms;
  -ms-transition: all 100ms linear 0ms;
  -o-transition: all 100ms linear 0ms;
  transition: all 100ms linear 0ms;
  border-radius: 50%;
  content: "";
  display: block;
  opacity: 0;
}
.cms-menu-list.style1 .entry-image:before {
  top: -60px;
  right: -60px;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
  width: 90px;
  height: 90px;
  transition-delay: 0.09s;
}
.cms-menu-list.style1 .entry-image:after {
  top: -70px;
  right: -70px;
  transition-delay: 0.2s;
  width: 80px;
  height: 80px;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 2;
}
.cms-menu-list.style1 .entry-image .light-box {
  width: 30px;
  height: 30px;
  text-align: center;
  cursor: pointer;
  position: absolute;
  text-align: center;
  top: -30px;
  line-height: 30px;
  right: -30px;
  z-index: 3;
  opacity: 0;
  color: #fff;
  transition-delay: 0.5s;
  -webkit-transition: all 500ms linear 0ms;
  -khtml-transition: all 500ms linear 0ms;
  -moz-transition: all 500ms linear 0ms;
  -ms-transition: all 500ms linear 0ms;
  -o-transition: all 500ms linear 0ms;
  transition: all 500ms linear 0ms;
  font-size: 20px;
}
.cms-menu-list.style1 .entry-image .light-box:hover {
  color: #c7a17a;
}
.cms-menu-list.style1 .entry-image img {
  width: 100%;
  -webkit-transition: all 200ms linear 0ms;
  -khtml-transition: all 200ms linear 0ms;
  -moz-transition: all 200ms linear 0ms;
  -ms-transition: all 200ms linear 0ms;
  -o-transition: all 200ms linear 0ms;
  transition: all 200ms linear 0ms;
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
@media screen and (min-width: 768px) {
  .cms-menu-list.style1 .menu-meta {
    padding-right: 100px;
  }
}
@media screen and (max-width: 767px) {
  .cms-menu-list.style1 .menu-meta {
    margin-bottom: 25px;
  }
}
.cms-menu-list.style1 .entry-title {
  font-family: 'Roboto', sans-serif;
  font-size: 17px;
  margin-bottom: 12px;
  font-weight: bold;
  text-transform: uppercase;
}
.cms-menu-list.style1 .entry-excerpt {
  margin-bottom: 0;
}
.cms-menu-list.style1 .entry-prices {
  font-weight: bold;
  font-family: 'Oswald', sans-serif;
  line-height: 1;
  color: #c7a17a;
}
@media screen and (min-width: 768px) {
  .cms-menu-list.style1 .entry-prices {
    margin-left: 100px;
    display: flex;
    align-items: flex-end;
    flex-grow: 1;
    justify-content: flex-end;
  }
}
.cms-menu-list.style1 .entry-prices .inner-prices {
  font-size: 60px;
}
@media screen and (min-width: 768px) {
  .cms-menu-list.style1 .entry-prices .inner-prices {
    padding-left: 60px;
    padding-right: 60px;
    position: relative;
    display: flex;
    align-items: flex-end;
    min-width: 210px;
    justify-content: center;
  }
  .cms-menu-list.style1 .entry-prices .inner-prices:before {
    height: 68px;
    width: 2px;
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -khtml-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #eceae3;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cms-menu-list.style1 .entry-prices {
    padding-right: 15px;
    padding-left: 15px;
    margin-left: 15px;
  }
  .cms-menu-list.style1 .entry-prices .inner-prices {
    padding-left: 40px;
    padding-right: 40px;
    font-size: 35px;
    min-width: 150px;
    max-width: 150px;
  }
}
@media screen and (max-width: 767px) {
  .cms-menu-list.style1 .entry-prices .inner-prices {
    font-size: 35px;
  }
}
.cms-menu-list.style1 .entry-prices span {
  color: #12100d;
  font-weight: 400;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
}
.cms-menu-list.style1 .item--inner {
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  padding: 20px 20px;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .cms-menu-list.style1 .item--inner {
    display: flex;
    align-items: center;
    width: 100%;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .cms-menu-list.style1 .item--inner {
    padding: 45px 100px;
  }
}
@media screen and (max-width: 767px) {
  .cms-menu-list.style1 .item--inner {
    text-align: center;
  }
}
.cms-menu-list.style1 .item--inner:hover .entry-image:before, .cms-menu-list.style1 .item--inner:hover .entry-image:after, .cms-menu-list.style1 .item--inner:hover .entry-image .light-box {
  opacity: 1;
}
.cms-menu-list.style1 .item--inner:hover .entry-image:before {
  top: -40px;
  right: -40px;
}
.cms-menu-list.style1 .item--inner:hover .entry-image:after {
  top: -40px;
  right: -40px;
}
.cms-menu-list.style1 .item--inner:hover .entry-image .light-box {
  top: 0px;
  right: 0px;
  font-size: 20px;
}
.cms-menu-list.style1 .item--inner:hover .entry-image img {
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}
.cms-menu-list.style1 .item-menu {
  margin-top: 10px;
  margin-bottom: 10px;
}
.cms-menu-list.style2 .grid-filter-wrap {
  text-align: center;
  margin-bottom: 33px;
}
.cms-menu-list.style2 .grid-filter-wrap .filter-item {
  text-transform: uppercase;
  font-size: 15px;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  color: #7c7770;
  margin: 0;
  padding: 5px 23px;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .cms-menu-list.style2 .grid-filter-wrap .filter-item {
    padding: 5px 10px;
  }
}
.cms-menu-list.style2 .grid-filter-wrap .filter-item.active {
  color: #12100d;
}
.cms-menu-list.style2 .entry-image {
  overflow: hidden;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .cms-menu-list.style2 .entry-image {
    margin-right: 40px;
    max-width: 120px;
    min-width: 120px;
    min-height: 120px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cms-menu-list.style2 .entry-image {
    margin-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .cms-menu-list.style2 .entry-image {
    margin: 0 auto 25px;
  }
}
.cms-menu-list.style2 .entry-image:before, .cms-menu-list.style2 .entry-image:after {
  position: absolute;
  -webkit-transition: all 100ms linear 0ms;
  -khtml-transition: all 100ms linear 0ms;
  -moz-transition: all 100ms linear 0ms;
  -ms-transition: all 100ms linear 0ms;
  -o-transition: all 100ms linear 0ms;
  transition: all 100ms linear 0ms;
  border-radius: 50%;
  content: "";
  display: block;
  opacity: 0;
}
.cms-menu-list.style2 .entry-image:before {
  top: -60px;
  right: -60px;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
  width: 90px;
  height: 90px;
  transition-delay: 0.09s;
}
.cms-menu-list.style2 .entry-image:after {
  top: -70px;
  right: -70px;
  transition-delay: 0.2s;
  width: 80px;
  height: 80px;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 2;
}
.cms-menu-list.style2 .entry-image .light-box {
  width: 30px;
  height: 30px;
  text-align: center;
  cursor: pointer;
  position: absolute;
  text-align: center;
  top: -30px;
  line-height: 30px;
  right: -30px;
  z-index: 3;
  opacity: 0;
  color: #fff;
  transition-delay: 0.5s;
  -webkit-transition: all 500ms linear 0ms;
  -khtml-transition: all 500ms linear 0ms;
  -moz-transition: all 500ms linear 0ms;
  -ms-transition: all 500ms linear 0ms;
  -o-transition: all 500ms linear 0ms;
  transition: all 500ms linear 0ms;
  font-size: 20px;
}
.cms-menu-list.style2 .entry-image .light-box:hover {
  color: #c7a17a;
}
.cms-menu-list.style2 .entry-image img {
  width: 100%;
  -webkit-transition: all 200ms linear 0ms;
  -khtml-transition: all 200ms linear 0ms;
  -moz-transition: all 200ms linear 0ms;
  -ms-transition: all 200ms linear 0ms;
  -o-transition: all 200ms linear 0ms;
  transition: all 200ms linear 0ms;
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
@media screen and (min-width: 768px) {
  .cms-menu-list.style2 .menu-meta .inner-meta {
    max-width: 500px;
  }
}
@media screen and (max-width: 767px) {
  .cms-menu-list.style2 .menu-meta {
    margin-bottom: 25px;
  }
}
.cms-menu-list.style2 .entry-title {
  color: inherit;
  font-family: 'Roboto', sans-serif;
  font-size: 17px;
  margin-bottom: 12px;
  font-weight: bold;
  text-transform: uppercase;
}
.cms-menu-list.style2 .entry-excerpt {
  margin-bottom: 0;
  color: #afafaf;
}
.cms-menu-list.style2 .entry-prices {
  font-weight: bold;
  font-family: 'Oswald', sans-serif;
  line-height: 1;
  color: inherit;
}
@media screen and (min-width: 768px) {
  .cms-menu-list.style2 .entry-prices {
    margin-left: 100px;
    display: flex;
    align-items: flex-end;
    flex-grow: 1;
    justify-content: flex-end;
    position: relative;
    overflow: hidden;
  }
  .cms-menu-list.style2 .entry-prices:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 165px;
    width: 100%;
    border-top: 1px dashed #fff;
  }
}
.cms-menu-list.style2 .entry-prices .inner-prices {
  font-size: 50px;
}
@media screen and (min-width: 768px) {
  .cms-menu-list.style2 .entry-prices .inner-prices {
    padding-left: 90px;
    position: relative;
    display: flex;
    align-items: flex-end;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cms-menu-list.style2 .entry-prices {
    padding-right: 15px;
    padding-left: 15px;
    margin-left: 15px;
  }
  .cms-menu-list.style2 .entry-prices .inner-prices {
    padding-left: 40px;
    font-size: 35px;
  }
}
@media screen and (max-width: 767px) {
  .cms-menu-list.style2 .entry-prices .inner-prices {
    font-size: 35px;
  }
}
.cms-menu-list.style2 .entry-prices span {
  color: inherit;
  font-weight: 400;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
}
@media screen and (min-width: 768px) {
  .cms-menu-list.style2 .item--inner {
    display: flex;
    align-items: center;
  }
  .cms-menu-list.style2 .item--inner > div {
    flex-grow: 1;
  }
}
@media screen and (max-width: 767px) {
  .cms-menu-list.style2 .item--inner {
    text-align: center;
  }
}
.cms-menu-list.style2 .item--inner:hover .entry-image:before, .cms-menu-list.style2 .item--inner:hover .entry-image:after, .cms-menu-list.style2 .item--inner:hover .entry-image .light-box {
  opacity: 1;
}
.cms-menu-list.style2 .item--inner:hover .entry-image:before {
  top: -40px;
  right: -40px;
}
.cms-menu-list.style2 .item--inner:hover .entry-image:after {
  top: -40px;
  right: -40px;
}
.cms-menu-list.style2 .item--inner:hover .entry-image .light-box {
  top: 0px;
  right: 0px;
  font-size: 20px;
}
.cms-menu-list.style2 .item--inner:hover .entry-image img {
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}
.cms-menu-list.style2 .item-menu {
  width: 100%;
  margin-top: 25px;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .cms-menu-list.style2 .item-menu + .item-menu {
    margin-top: 40px;
    padding-top: 40px;
    border-top: 1px dashed rgba(124, 119, 112, 0.8);
    margin-bottom: 25px;
  }
}
.cms-menu-list.style3 .grid-filter-wrap {
  margin-bottom: 33px;
  background-color: #fff;
}
@media screen and (max-width: 1199px) {
  .cms-menu-list.style3 .grid-filter-wrap {
    text-align: center;
  }
}
@media screen and (min-width: 1400px) {
  .cms-menu-list.style3 .grid-filter-wrap {
    margin-right: 90px;
    margin-bottom: 60px;
  }
}
.cms-menu-list.style3 .grid-filter-wrap .filter-item {
  text-transform: uppercase;
  font-size: 15px;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  color: #7c7770;
  margin: 0 5px;
  padding: 15px 24px;
  display: inline-block;
  border-bottom: 4px solid transparent;
}
.cms-menu-list.style3 .grid-filter-wrap .filter-item:first-child {
  margin-left: 0;
}
.cms-menu-list.style3 .grid-filter-wrap .filter-item.active {
  color: #12100d;
  border-bottom-color: #c7a17a;
}
.cms-menu-list.style3 .entry-image {
  overflow: hidden;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .cms-menu-list.style3 .entry-image {
    margin-right: 40px;
    max-width: 120px;
    min-width: 120px;
    min-height: 120px;
    max-height: 120px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cms-menu-list.style3 .entry-image {
    margin-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .cms-menu-list.style3 .entry-image {
    margin: 0 auto 25px;
  }
}
.cms-menu-list.style3 .entry-image:before, .cms-menu-list.style3 .entry-image:after {
  position: absolute;
  -webkit-transition: all 100ms linear 0ms;
  -khtml-transition: all 100ms linear 0ms;
  -moz-transition: all 100ms linear 0ms;
  -ms-transition: all 100ms linear 0ms;
  -o-transition: all 100ms linear 0ms;
  transition: all 100ms linear 0ms;
  border-radius: 50%;
  content: "";
  display: block;
  opacity: 0;
}
.cms-menu-list.style3 .entry-image:before {
  top: -60px;
  right: -60px;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
  width: 90px;
  height: 90px;
  transition-delay: 0.09s;
}
.cms-menu-list.style3 .entry-image:after {
  top: -70px;
  right: -70px;
  transition-delay: 0.2s;
  width: 80px;
  height: 80px;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 2;
}
.cms-menu-list.style3 .entry-image .light-box {
  width: 30px;
  height: 30px;
  text-align: center;
  cursor: pointer;
  position: absolute;
  text-align: center;
  top: -30px;
  line-height: 30px;
  right: -30px;
  z-index: 3;
  opacity: 0;
  color: #fff;
  transition-delay: 0.5s;
  -webkit-transition: all 500ms linear 0ms;
  -khtml-transition: all 500ms linear 0ms;
  -moz-transition: all 500ms linear 0ms;
  -ms-transition: all 500ms linear 0ms;
  -o-transition: all 500ms linear 0ms;
  transition: all 500ms linear 0ms;
  font-size: 20px;
}
.cms-menu-list.style3 .entry-image .light-box:hover {
  color: #c7a17a;
}
.cms-menu-list.style3 .entry-image img {
  width: 100%;
  -webkit-transition: all 200ms linear 0ms;
  -khtml-transition: all 200ms linear 0ms;
  -moz-transition: all 200ms linear 0ms;
  -ms-transition: all 200ms linear 0ms;
  -o-transition: all 200ms linear 0ms;
  transition: all 200ms linear 0ms;
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
@media screen and (min-width: 768px) {
  .cms-menu-list.style3 .menu-meta {
    max-width: 500px;
  }
}
@media screen and (max-width: 767px) {
  .cms-menu-list.style3 .menu-meta {
    margin-bottom: 25px;
  }
}
.cms-menu-list.style3 .entry-title {
  color: #12100d;
  font-family: 'Roboto', sans-serif;
  font-size: 17px;
  margin-bottom: 12px;
  font-weight: bold;
  text-transform: uppercase;
}
.cms-menu-list.style3 .entry-excerpt {
  margin-bottom: 0;
  color: #7c7770;
}
.cms-menu-list.style3 .entry-prices {
  font-weight: bold;
  font-family: 'Oswald', sans-serif;
  line-height: 1;
  color: #c7a17a;
  margin-left: 25px;
}
@media screen and (min-width: 1400px) {
  .cms-menu-list.style3 .entry-prices {
    margin-left: 100px;
    display: flex;
    align-items: flex-end;
    flex-grow: 1;
    justify-content: flex-end;
  }
}
.cms-menu-list.style3 .entry-prices .inner-prices {
  font-size: 50px;
  color: #c7a17a;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
@media screen and (min-width: 1200px) {
  .cms-menu-list.style3 .entry-prices .inner-prices {
    padding-left: 50px;
    padding-top: 22px;
    padding-bottom: 25px;
    background-color: #fff;
    -webkit-border-radius: 55px 0 0 55px;
    -khtml-border-radius: 55px 0 0 55px;
    -moz-border-radius: 55px 0 0 55px;
    -ms-border-radius: 55px 0 0 55px;
    -o-border-radius: 55px 0 0 55px;
    border-radius: 55px 0 0 55px;
    padding-right: 38px;
    position: relative;
    display: flex;
    align-items: flex-end;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cms-menu-list.style3 .entry-prices {
    margin-left: 15px;
  }
  .cms-menu-list.style3 .entry-prices .inner-prices {
    padding-left: 30px;
    font-size: 35px;
  }
}
@media screen and (max-width: 767px) {
  .cms-menu-list.style3 .entry-prices .inner-prices {
    font-size: 35px;
  }
}
.cms-menu-list.style3 .entry-prices span {
  color: inherit;
  font-weight: 400;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
}
@media screen and (min-width: 768px) {
  .cms-menu-list.style3 .item--inner {
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .cms-menu-list.style3 .item--inner {
    text-align: center;
  }
}
.cms-menu-list.style3 .item--inner:hover .entry-image:before, .cms-menu-list.style3 .item--inner:hover .entry-image:after, .cms-menu-list.style3 .item--inner:hover .entry-image .light-box {
  opacity: 1;
}
.cms-menu-list.style3 .item--inner:hover .entry-image:before {
  top: -40px;
  right: -40px;
}
.cms-menu-list.style3 .item--inner:hover .entry-image:after {
  top: -40px;
  right: -40px;
}
.cms-menu-list.style3 .item--inner:hover .entry-image .light-box {
  top: 0px;
  right: 0px;
  font-size: 20px;
}
.cms-menu-list.style3 .item--inner:hover .entry-image img {
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}
@media screen and (min-width: 768px) {
  .cms-menu-list.style3 .item--inner:hover .entry-prices .inner-prices {
    padding-left: 32px;
    -webkit-border-radius: 55px 0 0 55px;
    -khtml-border-radius: 55px 0 0 55px;
    -moz-border-radius: 55px 0 0 55px;
    -ms-border-radius: 55px 0 0 55px;
    -o-border-radius: 55px 0 0 55px;
    border-radius: 55px 0 0 55px;
    padding-right: 56px;
  }
}
.cms-menu-list.style3 .item-menu {
  margin-top: 25px;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .cms-menu-list.style3 .item-menu {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px dashed rgba(124, 119, 112, 0.8);
    margin-bottom: 25px;
  }
}
.cms-menu-list.style3 .item-menu:last-child {
  margin-bottom: 0;
}
.cms-team-info .cms-social-info {
  display: flex;
  flex-direction: column;
  border: 2px solid #f5f5f5;
}
.cms-team-info .cms-social-info a {
  flex-grow: 1;
  padding: 13px 20px;
  color: #cacaca;
  text-align: center;
  position: relative;
  display: flex;
  align-items: center;
}
.cms-team-info .cms-social-info a i {
  position: relative;
  z-index: 2;
}
.cms-team-info .cms-social-info a:hover {
  color: #c7a17a;
}
.cms-team-info .list-li {
  list-style: none;
  margin-bottom: 0;
  border: 2px solid #f5f5f5;
  border-left: none;
  display: flex;
  flex-direction: column;
}
.cms-team-info .list-li li {
  padding: 25px 40px 25px 23px;
}
@media screen and (max-width: 575px) {
  .cms-team-info .list-li li {
    padding: 18px 10px;
  }
}
.cms-team-info .list-li li label {
  font-weight: bold;
  color: #12100d;
  text-transform: uppercase;
  margin-right: 3px;
}
.cms-team-info .list-li li + li {
  border-top: 2px solid #f5f5f5;
}
.cms-team-info .cms-team-inner {
  display: flex;
}
.cms-heading-wrapper .custom-subheading {
  color: #12100d;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
}
.cms-heading-wrapper .custom-subheading .item--icon {
  margin-right: 5px;
  color: #c7a17a;
}
.cms-heading-wrapper .custom-heading a {
  color: #12100d;
}
.cms-heading-wrapper .custom-heading a:hover {
  color: #c7a17a;
}
.title-landing-custom .cms-heading-layout1 .custom-heading-description cite {
  font-style: normal;
  color: #c7a17a;
  position: relative;
}
.title-landing-custom .cms-heading-layout1 .custom-heading-description cite:before {
  top: 100%;
  left: 50%;
  content: "";
  width: 230px;
  height: 50px;
  position: absolute;
  background-size: auto;
  transform: translateX(-50%);
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../images/shape_02.png);
}
.title-custom-1 .cms-heading-wrapper .custom-heading, .title-custom-2 .cms-heading-wrapper .custom-heading {
  position: relative;
  padding-right: 20px;
  display: inline-block;
  margin-bottom: 0;
}
@media (min-width: 992px) and (max-width: 1280px) {
  .title-custom-1 .cms-heading-wrapper .custom-heading, .title-custom-2 .cms-heading-wrapper .custom-heading {
    font-size: 16px !important;
  }
}
.title-custom-1 .cms-heading-wrapper .custom-heading:after, .title-custom-2 .cms-heading-wrapper .custom-heading:after {
  top: 0;
  position: absolute;
  right: 0;
  display: inline-block;
  color: inherit;
  font-family: "Comoon-V2";
}
.title-custom-1 .cms-heading-wrapper .custom-heading:after {
  content: "\e909";
}
.title-custom-2 .cms-heading-wrapper .custom-heading:after {
  content: "\e903";
}
@media screen and (min-width: 1200px) {
  .heading-custom-line .cms-heading-layout1 .custom-heading span {
    position: relative;
  }
  .heading-custom-line .cms-heading-layout1 .custom-heading span:before {
    position: absolute;
    bottom: 0;
    width: 100%;
    display: block;
    content: "";
    height: 2px;
    background-color: #000;
    border-top: 1px solid #7c7770;
  }
}
.cms-sales-representative {
  /* CMS Banner */
}
.cms-sales-representative .item-image {
  min-width: 60px;
  max-width: 60px;
  height: 60px;
  max-height: 60px;
  min-height: 60px;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
}
.cms-sales-representative .item-image img {
  -webkit-transition: all 200ms linear 0ms;
  -khtml-transition: all 200ms linear 0ms;
  -moz-transition: all 200ms linear 0ms;
  -ms-transition: all 200ms linear 0ms;
  -o-transition: all 200ms linear 0ms;
  transition: all 200ms linear 0ms;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-transform: scale(1.2);
  -khtml-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.cms-sales-representative .item-image + .item-meta {
  margin-left: 15px;
}
.cms-sales-representative .item-title {
  color: #12100d;
  font-size: 15px;
  margin-bottom: 5px;
}
.cms-sales-representative .item-position {
  color: #c7a17a;
}
.cms-sales-representative .item-meta {
  text-transform: uppercase;
}
.cms-sales-representative .inner-content {
  display: flex;
  align-items: center;
  margin-top: 25px;
  margin-bottom: 25px;
}
.cms-sales-representative .inner-content:hover .item-image img {
  -webkit-transform: scale(1);
  -khtml-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.cms-banner-image.layout1 .item-position {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 24px;
  color: #12100d;
  font-family: 'Oswald', sans-serif;
}
@media screen and (max-width: 991px) {
  .cms-banner-image.layout1 .item-position {
    font-size: 20px;
  }
}
.cms-banner-image.layout1 .item-title {
  font-size: 126px;
  color: #fff;
  font-family: 'Oswald', sans-serif;
  text-shadow: 1px 1px 22px rgba(84, 49, 55, 0.2);
  line-height: 1.2;
  margin-top: -15px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cms-banner-image.layout1 .item-title {
    font-size: 70px;
  }
}
@media screen and (max-width: 767px) {
  .cms-banner-image.layout1 .item-title {
    font-size: 60px;
  }
}
.cms-banner-image.layout1 .inner-banner {
  position: relative;
}
.cms-banner-image.layout1 .inner-banner .item-meta {
  z-index: 22;
  position: absolute;
  top: 74px;
  left: 0;
}
@media screen and (min-width: 1200px) {
  .cms-banner-image.layout1 .inner-banner .item-meta {
    left: -20px;
  }
}
.cms-banner-image.layout1 .item-image {
  animation-duration: 5s;
  animation-iteration-count: infinite;
  transform-origin: bottom;
  animation-name: bounce-2;
  animation-timing-function: linear;
}
.cms-banner-image.layout2 .inner-banner {
  position: relative;
  display: inline-block;
}
.cms-banner-image.layout2 .item--image {
  position: absolute;
  z-index: 2;
}
.cms-banner-image.layout2 .item--image:nth-child(2) {
  top: 0;
  left: 10%;
}
.cms-banner-image.layout2 .item--image:nth-child(3) {
  top: 75%;
  left: -30px;
}
@media screen and (max-width: 1199px) {
  .cms-banner-image.layout2 .item--image:nth-child(3) {
    left: 0;
  }
}
.cms-banner-image.layout2 .item-image-big {
  position: relative;
}
.cms-banner-image.layout2 .item-image-big .icon-quoter {
  position: absolute;
  top: 120px;
  right: -30px;
}
@media screen and (max-width: 1199px) {
  .cms-banner-image.layout2 .item-image-big .icon-quoter {
    right: 0;
  }
}
.cms-banner-image.layout2 .item-image-big .icon-quoter span.line {
  animation-duration: 9s;
  animation-iteration-count: infinite;
  transform-origin: bottom;
  animation-name: bounce-2;
  animation-timing-function: linear;
  position: relative;
  display: inline-block;
  width: 85px;
  height: 85px;
  background-color: #fff;
  margin-left: 25px;
  margin-right: 25px;
}
.cms-banner-image.layout2 .item-image-big .icon-quoter span.line:before {
  content: "";
  bottom: -110px;
  left: 0;
  position: absolute;
  display: block;
  border-top: 85px solid #fff;
  border-bottom: 25px solid transparent;
  border-left: 0px solid transparent;
  border-right: 85px solid transparent;
}
@media screen and (max-width: 1199px) {
  .cms-banner-image.layout2 .item-image-big .icon-quoter span.line {
    width: 45px;
    height: 45px;
    margin-left: 10px;
    margin-right: 10px;
  }
  .cms-banner-image.layout2 .item-image-big .icon-quoter span.line:before {
    bottom: -70px;
    left: 0;
    position: absolute;
    display: block;
    border-top: 45px solid #fff;
    border-bottom: 25px solid transparent;
    border-right: 45px solid transparent;
  }
}
.cms-banner-image.layout3 .item-position {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
  color: #fff;
  display: inline-block;
}
.cms-banner-image.layout3 .item-position label {
  font-size: 45px;
  color: #c7a17a;
  font-weight: bold;
}
.cms-banner-image.layout3 .item-position span {
  color: #c7a17a;
}
@media screen and (max-width: 991px) {
  .cms-banner-image.layout3 .item-position {
    font-size: 20px;
  }
}
.cms-banner-image.layout3 .item-title {
  font-size: 31px;
  color: #fff;
  font-family: 'Oswald', sans-serif;
  line-height: 1.2;
  margin-top: -15px;
  text-transform: uppercase;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cms-banner-image.layout3 .item-title {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .cms-banner-image.layout3 .item-title {
    font-size: 20px;
  }
}
.cms-banner-image.layout3 .inner-banner {
  position: relative;
}
.cms-banner-image.layout3 .inner-banner .item-meta {
  z-index: 22;
  position: absolute;
  top: 55%;
  left: 50%;
  max-width: 255px;
  max-height: 225px;
  height: 100%;
  width: 100%;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.cms-banner-image.layout3 .inner-banner .item-meta img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}
.cms-banner-image.layout3 .innner-meta {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  animation-duration: 9s;
  animation-iteration-count: infinite;
  transform-origin: bottom;
  animation-name: bounce-2;
  animation-timing-function: linear;
}
.cms-banner-image.layout4 .inner-banner {
  position: relative;
  display: inline-block;
}
.cms-banner-image.layout4 .inner-banner .icon-quoter {
  position: absolute;
  top: 120px;
  right: -30px;
}
.cms-banner-image.layout4 .inner-banner .item-meta {
  z-index: 22;
  position: absolute;
  top: 65%;
  right: 5px;
  max-width: 255px;
  max-height: 225px;
  height: 100%;
  width: 100%;
  text-align: center;
  -webkit-transform: translateY(-50%);
  -khtml-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cms-banner-image.layout4 .inner-banner .item-meta img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}
.cms-banner-image.layout4 .inner-banner .item-meta .innner-meta {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  animation-duration: 9s;
  animation-iteration-count: infinite;
  transform-origin: bottom;
  animation-name: bounce-2;
  animation-timing-function: linear;
}
.cms-banner-image.layout4 .inner-banner .item-meta .icon-quoter {
  position: absolute;
  top: 45%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.cms-banner-image.layout4 .inner-banner .item-meta .icon-quoter span.line {
  position: relative;
  width: 35px;
  height: 35px;
  margin-left: 10px;
  display: inline-block;
  background-color: #fff;
  margin-right: 10px;
}
.cms-banner-image.layout4 .inner-banner .item-meta .icon-quoter span.line:after {
  background-color: inherit;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  left: 0;
  top: 18px;
  -webkit-transform: skewY(-45deg);
  -khtml-transform: skewY(-45deg);
  -moz-transform: skewY(-45deg);
  -ms-transform: skewY(-45deg);
  -o-transform: skewY(-45deg);
  transform: skewY(-45deg);
  width: 35px;
  height: 35px;
  z-index: 1;
}
.cms-banner-image.layout4 .inner-banner .item-image {
  display: inline-block;
}
.cms-banner-image.layout4 .inner-banner .item-image img {
  width: 100%;
}
.cms-banner-image.layout5 .inner-banner {
  text-align: center;
}
.cms-banner-image.layout5 .item-title {
  font-size: 50px;
  color: #c7a17a;
}
.cms-banner-image.layout6 .item-image {
  box-shadow: 0px 5px 50px 0px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  margin-bottom: 25px;
  position: relative;
}
.cms-banner-image.layout6 .item-image .cms-light-box {
  bottom: 0;
  height: 62px;
  left: 0;
  margin: auto;
  overflow: hidden;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 10;
  display: flex;
  justify-content: center;
}
.cms-banner-image.layout6 .item-image .cms-light-box a {
  opacity: 0;
  margin: 0 6px;
  z-index: 2;
  display: inline-block;
  -webkit-transition: all 350ms linear 0ms;
  -khtml-transition: all 350ms linear 0ms;
  -moz-transition: all 350ms linear 0ms;
  -ms-transition: all 350ms linear 0ms;
  -o-transition: all 350ms linear 0ms;
  transition: all 350ms linear 0ms;
  display: inline-block;
  background: #fff;
  height: 45px;
  line-height: 45px;
  text-align: center;
  width: 120px;
  -webkit-border-radius: 45px;
  -khtml-border-radius: 45px;
  -moz-border-radius: 45px;
  -ms-border-radius: 45px;
  -o-border-radius: 45px;
  border-radius: 45px;
  font-size: 14px;
  text-transform: uppercase;
  outline: none;
  z-index: 11;
  color: #12100d;
}
.cms-banner-image.layout6 .item-image .cms-light-box a:hover {
  background-color: #c7a17a;
  color: #fff !important;
}
.cms-banner-image.layout6 .item-image .cms-light-box a.link-1 {
  -webkit-border-radius: 0 45px 45px 0;
  -khtml-border-radius: 0 45px 45px 0;
  -moz-border-radius: 0 45px 45px 0;
  -ms-border-radius: 0 45px 45px 0;
  -o-border-radius: 0 45px 45px 0;
  border-radius: 0 45px 45px 0;
  transform: translateX(-100px);
}
.cms-banner-image.layout6 .item-image .cms-light-box a.link-2 {
  -webkit-border-radius: 45px 0 0 45px;
  -khtml-border-radius: 45px 0 0 45px;
  -moz-border-radius: 45px 0 0 45px;
  -ms-border-radius: 45px 0 0 45px;
  -o-border-radius: 45px 0 0 45px;
  border-radius: 45px 0 0 45px;
  transform: translateX(100px);
}
.cms-banner-image.layout6 .item-title {
  font-size: 20px;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  text-shadow: 1px 1px 22px rgba(84, 49, 55, 0.2);
  line-height: 1.2;
}
.cms-banner-image.layout6 .inner-banner {
  text-align: center;
}
.cms-banner-image.layout6 .inner-banner:hover .cms-light-box a {
  transform: translateY(0px);
  opacity: 1;
  -webkit-border-radius: 45px;
  -khtml-border-radius: 45px;
  -moz-border-radius: 45px;
  -ms-border-radius: 45px;
  -o-border-radius: 45px;
  border-radius: 45px;
}
.cms-banner-image.layout6 .inner-banner:hover .item-image {
  -webkit-transform: translateY(-10px);
  -khtml-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px);
  background-color: #000;
}
.cms-banner-image.layout6 .inner-banner:hover .item-image img {
  opacity: 0.5;
}
@media screen and (min-width: 1400px) {
  .banner-sale .cms-banner-image.layout5 {
    text-align: center;
  }
  .banner-sale .cms-banner-image.layout5 .inner-banner {
    z-index: 1;
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
  }
  .banner-sale .cms-banner-image.layout5 .item-title {
    text-transform: uppercase;
    text-align: center;
    position: absolute;
    top: 40px;
    left: 0;
    width: 100%;
    z-index: -1;
    font-size: 75px;
    letter-spacing: 0.05em;
  }
  .banner-sale .cms-banner-image.layout5 .item-image img {
    margin-left: 30px;
  }
}
@media screen and (min-width: 1600px) {
  .banner-sale .cms-banner-image.layout5 .item-title {
    font-size: 90px;
  }
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .banner-sale .cms-banner-image.layout5 .item-title {
    font-size: 60px;
  }
}
@media (min-width: 1025px) and (max-width: 1399px) {
  .banner-sale .cms-banner-image.layout5 img {
    max-height: 200px;
  }
}
.animation-custom-lading {
  animation-duration: 9s;
  animation-iteration-count: infinite;
  transform-origin: bottom;
  animation-name: bounce-2;
  animation-timing-function: linear;
}
.bg-row-custom {
  position: relative;
}
.bg-row-custom:before {
  position: absolute;
  background-image: url(../images/bg-image.jpg);
  background-repeat: repeat;
  content: "";
  height: 100%;
  top: 0;
  left: -5px;
  width: 33.2%;
  bottom: 0;
}
@media screen and (max-width: 991px) {
  .bg-row-custom:before {
    width: 100%;
    left: 0;
  }
}
.bg-row-custom2 {
  position: relative;
  /* wrapper-operation */
}
.bg-row-custom2:before {
  position: absolute;
  background-color: #f3f3f3;
  content: "";
  height: 100%;
  top: 0;
  left: -5px;
  width: 33.2%;
  bottom: 0;
}
@media screen and (max-width: 991px) {
  .bg-row-custom2:before {
    width: 50%;
    left: 0;
  }
}
@media screen and (max-width: 575px) {
  .bg-row-custom2:before {
    width: 100%;
  }
}
.wrapper-operation .el-title {
  margin-bottom: 55px;
  padding-bottom: 55px;
  border-bottom: 2px solid rgba(18, 16, 13, 0.05);
}
@media screen and (min-width: 992px) {
  .wrapper-operation .el-title {
    position: relative;
    display: flex;
    align-items: center;
  }
  .wrapper-operation .el-title .item--title, .wrapper-operation .el-title .item--description {
    min-width: 50%;
    max-width: 50%;
  }
  .wrapper-operation .el-title .item--title {
    padding-right: 120px;
    text-align: right;
    margin-bottom: 0;
  }
  .wrapper-operation .el-title .item--description {
    padding-left: 120px;
  }
  .wrapper-operation .el-title .item--icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -khtml-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .wrapper-operation .el-title .item--icon .inner-icon {
    animation-duration: 5s;
    animation-iteration-count: infinite;
    transform-origin: bottom;
    animation-name: bounce-2;
    animation-timing-function: linear;
  }
}
.wrapper-operation .el-title .item--title {
  font-size: 45px;
  text-transform: uppercase;
  letter-spacing: -1px;
}
@media screen and (max-width: 1199px) {
  .wrapper-operation .el-title .item--title {
    font-size: 35px;
  }
}
.wrapper-operation .el-title .item--description {
  font-size: 14px;
}
@media screen and (max-width: 991px) {
  .wrapper-operation .el-title .item--icon {
    margin-left: 20px;
    margin-bottom: 30px;
  }
}
.wrapper-operation .el-title .item--icon i {
  position: relative;
  font-size: 25px;
  z-index: 2;
}
.wrapper-operation .el-title .item--icon img {
  position: relative;
  max-height: 36px;
  z-index: 2;
}
.wrapper-operation .el-title .item--icon .inner-icon {
  width: 60px;
  height: 60px;
  line-height: 70px;
  text-align: center;
  position: relative;
}
.wrapper-operation .el-title .item--icon .inner-icon:before {
  width: 100%;
  height: 100%;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  content: "";
  background-color: #fff;
  -webkit-transform: rotate(45deg);
  -khtml-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-box-shadow: 1px 1px 22px rgba(84, 49, 55, 0.2);
  -khtml-box-shadow: 1px 1px 22px rgba(84, 49, 55, 0.2);
  -moz-box-shadow: 1px 1px 22px rgba(84, 49, 55, 0.2);
  -ms-box-shadow: 1px 1px 22px rgba(84, 49, 55, 0.2);
  -o-box-shadow: 1px 1px 22px rgba(84, 49, 55, 0.2);
  box-shadow: 1px 1px 22px rgba(84, 49, 55, 0.2);
}
.wrapper-operation .operation-title {
  font-size: 15px;
  text-transform: uppercase;
  margin-bottom: 12px;
}
@media screen and (min-width: 1400px) {
  .wrapper-operation .operation-title {
    font-size: 20px;
  }
}
.wrapper-operation .cms-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 65px;
  max-width: 65px;
  min-height: 60px;
  max-height: 60px;
  line-height: 60px;
  text-align: center;
  -webkit-transition: all 200ms linear 0ms;
  -khtml-transition: all 200ms linear 0ms;
  -moz-transition: all 200ms linear 0ms;
  -ms-transition: all 200ms linear 0ms;
  -o-transition: all 200ms linear 0ms;
  transition: all 200ms linear 0ms;
  background-color: rgba(18, 16, 13, 0.06);
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  margin-bottom: 20px;
  font-size: 25px;
  color: #7c7770;
  position: relative;
}
.wrapper-operation .cms-icon svg {
  max-height: 36px;
  margin: 0 auto;
}
.wrapper-operation .cms-icon i {
  -webkit-transition: all 200ms linear 0ms;
  -khtml-transition: all 200ms linear 0ms;
  -moz-transition: all 200ms linear 0ms;
  -ms-transition: all 200ms linear 0ms;
  -o-transition: all 200ms linear 0ms;
  transition: all 200ms linear 0ms;
}
@media screen and (min-width: 1400px) {
  .wrapper-operation .cms-icon .line-icon {
    left: 65px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -khtml-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 74px;
    height: 2px;
    display: flex;
    justify-content: space-around;
  }
  .wrapper-operation .cms-icon .line-icon .dots-line {
    max-width: 11px;
    height: 1px;
    display: inline-block;
    -webkit-transition: all 200ms linear 0ms;
    -khtml-transition: all 200ms linear 0ms;
    -moz-transition: all 200ms linear 0ms;
    -ms-transition: all 200ms linear 0ms;
    -o-transition: all 200ms linear 0ms;
    transition: all 200ms linear 0ms;
    background-color: rgba(18, 16, 13, 0.06);
    flex-grow: 1;
  }
}
.wrapper-operation .cms-icon .item--number {
  position: absolute;
  left: 120%;
  font-size: 15px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #12100d;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transition: all 200ms linear 0ms;
  -khtml-transition: all 200ms linear 0ms;
  -moz-transition: all 200ms linear 0ms;
  -ms-transition: all 200ms linear 0ms;
  -o-transition: all 200ms linear 0ms;
  transition: all 200ms linear 0ms;
  -webkit-box-shadow: 1px 1px 10px rgba(84, 49, 55, 0.2);
  -khtml-box-shadow: 1px 1px 10px rgba(84, 49, 55, 0.2);
  -moz-box-shadow: 1px 1px 10px rgba(84, 49, 55, 0.2);
  -ms-box-shadow: 1px 1px 10px rgba(84, 49, 55, 0.2);
  -o-box-shadow: 1px 1px 10px rgba(84, 49, 55, 0.2);
  box-shadow: 1px 1px 10px rgba(84, 49, 55, 0.2);
  top: 50%;
  -webkit-transform: translateY(-50%);
  -khtml-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (min-width: 1400px) {
  .wrapper-operation .cms-icon .item--number {
    left: 200%;
  }
}
.wrapper-operation .operation-item {
  margin-bottom: 25px;
}
@media screen and (min-width: 576px) {
  .wrapper-operation .operation-item {
    padding-right: 20px;
  }
}
.wrapper-operation .operation-item:hover .cms-icon {
  background-color: rgba(18, 16, 13, 0.09);
}
.wrapper-operation .operation-item:hover .cms-icon i {
  -webkit-animation: icon-bounce 0.5s linear 1;
  -khtml-animation: icon-bounce 0.5s linear 1;
  -moz-animation: icon-bounce 0.5s linear 1;
  -ms-animation: icon-bounce 0.5s linear 1;
  -o-animation: icon-bounce 0.5s linear 1;
  animation: icon-bounce 0.5s linear 1;
}
.wrapper-operation .operation-item:hover .cms-icon .line-icon .dots-line {
  background-color: rgba(18, 16, 13, 0.2);
}
.wrapper-operation .operation-item:hover .cms-icon .item--number {
  -webkit-box-shadow: 1px 1px 20px rgba(84, 49, 55, 0.2);
  -khtml-box-shadow: 1px 1px 20px rgba(84, 49, 55, 0.2);
  -moz-box-shadow: 1px 1px 20px rgba(84, 49, 55, 0.2);
  -ms-box-shadow: 1px 1px 20px rgba(84, 49, 55, 0.2);
  -o-box-shadow: 1px 1px 20px rgba(84, 49, 55, 0.2);
  box-shadow: 1px 1px 20px rgba(84, 49, 55, 0.2);
}
.wrapper-operation .cms-operation-carousel.style2 .operation-item {
  background-color: #fff;
  margin-top: 25px;
  margin-bottom: 25px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 1px 1px 15px rgba(84, 49, 55, 0.08);
  -khtml-box-shadow: 1px 1px 15px rgba(84, 49, 55, 0.08);
  -moz-box-shadow: 1px 1px 15px rgba(84, 49, 55, 0.08);
  -ms-box-shadow: 1px 1px 15px rgba(84, 49, 55, 0.08);
  -o-box-shadow: 1px 1px 15px rgba(84, 49, 55, 0.08);
  box-shadow: 1px 1px 15px rgba(84, 49, 55, 0.08);
  padding: 15px;
}
@media screen and (min-width: 1600px) {
  .wrapper-operation .cms-operation-carousel.style2 .operation-item {
    padding: 25px 30px 10px;
  }
  .wrapper-operation .cms-operation-carousel.style2 .operation-item .operation-title {
    margin-right: -15px;
    font-size: 18px;
  }
}
.wrapper-rate {
  display: flex;
}
.wrapper-rate .item-title {
  font-size: 15px;
  margin-bottom: 2px;
}
.wrapper-rate .item-position {
  color: #7c7770;
  font-size: 12px;
}
.wrapper-rate .item-meta {
  text-transform: uppercase;
}
.wrapper-rate .item-meta + .cms-rate-star {
  margin-left: 15px;
}
.cms-rate-star i {
  display: inline-block;
  font-size: 17px;
  color: rgba(124, 119, 112, 0.5);
}
.cms-rate-star.one-star i:nth-child(1) {
  color: #f6c46e;
}
.cms-rate-star.two-star i:nth-child(1), .cms-rate-star.two-star i:nth-child(2) {
  color: #f6c46e;
}
.cms-rate-star.three-star i:nth-child(1), .cms-rate-star.three-star i:nth-child(2), .cms-rate-star.three-star i:nth-child(3) {
  color: #f6c46e;
}
.cms-rate-star.four-star i:nth-child(1), .cms-rate-star.four-star i:nth-child(2), .cms-rate-star.four-star i:nth-child(3), .cms-rate-star.four-star i:nth-child(4) {
  color: #f6c46e;
}
.cms-rate-star.five-star i {
  color: #f6c46e;
}
.inner-row-custom {
  /* CMS Text Box */
}
.inner-row-custom .elementor-column-gap-extended {
  max-width: 100% !important;
}
.cms-textbox {
  margin-bottom: 25px;
}
.cms-textbox .box-title {
  color: #12100d;
  text-transform: uppercase;
  font-size: 15px;
  margin-bottom: 20px;
  padding-left: 26px;
  position: relative;
}
.cms-textbox .box-title.style1:before {
  position: absolute;
  top: 2px;
  left: 0;
  background-color: transparent;
  width: 14px;
  height: 14px;
  display: block;
  content: "";
  border: 2px solid #12100d;
}
.cms-textbox .box-title.style2:before {
  display: inline-block;
  content: "\f14a";
  font-family: 'Font Awesome 5 Pro';
  font-size: 16px;
  color: inherit;
}
.cms-textbox .box-excerpt {
  color: #7c7770;
}
.cms-textbox.style1 .box-title:before {
  position: absolute;
  top: 2px;
  left: 0;
  background-color: transparent;
  width: 14px;
  height: 14px;
  display: block;
  content: "";
  border: 2px solid #12100d;
}
.cms-textbox.style2 .box-title:before {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  content: "\f14a";
  font-family: 'Font Awesome 5 Pro';
  font-size: 18px;
  color: inherit;
}
.cms-social-share {
  display: flex;
  align-items: center;
}
.cms-social-share .entry-label {
  color: #12100d;
  margin-right: 16px;
  display: inline-block;
  position: relative;
  top: -5px;
  font-size: 17px;
  font-family: 'Oswald', sans-serif;
}
.cms-social-share .entry-socail {
  display: inline-block;
  margin-bottom: 0;
}
.cms-social-share .entry-socail li {
  display: inline-block;
}
.cms-social-share .entry-socail li a {
  position: relative;
  display: block;
  width: 34px;
  height: 34px;
  overflow: hidden;
  text-align: center;
  line-height: 34px;
  background-color: #c7a17a;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  margin: 3px;
  color: #fff;
}
.cms-social-share .entry-socail li a i {
  position: absolute;
}
.cms-social-share .entry-socail li a i:nth-child(1) {
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  top: 10px;
  left: 10px;
}
.cms-social-share .entry-socail li a i:nth-child(2) {
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  opacity: 0;
  bottom: 0;
  left: 10px;
}
.cms-social-share .entry-socail li a:hover i {
  position: absolute;
}
.cms-social-share .entry-socail li a:hover i:nth-child(1) {
  opacity: 0;
  top: -10px;
}
.cms-social-share .entry-socail li a:hover i:nth-child(2) {
  opacity: 1;
  bottom: 10px;
}
.cms-social-share .entry-socail li a.fb-social i:nth-child(1) {
  left: 12px;
}
.cms-social-share .entry-socail li a.fb-social i:nth-child(2) {
  left: 12px;
}
.cms-social-share .entry-socail li:nth-child(1) a {
  background-color: #1ab9ff;
}
.cms-social-share .entry-socail li:nth-child(2) a {
  background-color: #ffc000;
}
.cms-social-share .entry-socail li:nth-child(3) a {
  background-color: #f66;
}
.cms-socials ul {
  list-style: none;
  margin-bottom: 0;
}
.cms-socials li {
  display: inline-block;
  margin: 10px 43px 10px 0;
}
@media screen and (max-width: 991px) {
  .cms-socials li {
    margin-right: 20px;
  }
}
@media screen and (max-width: 575px) {
  .cms-socials li {
    display: block;
  }
}
.cms-socials li:last-child {
  margin-right: 0;
}
.cms-socials li a {
  color: #12100d;
  margin-right: 10px;
  display: inline-block;
}
.cms-socials li a i {
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
.cms-socials li label {
  font-size: 14px;
  text-transform: uppercase;
  color: #12100d;
}
.cms-socials li:hover i {
  -webkit-animation: icon-bounce 0.5s linear 1;
  -khtml-animation: icon-bounce 0.5s linear 1;
  -moz-animation: icon-bounce 0.5s linear 1;
  -ms-animation: icon-bounce 0.5s linear 1;
  -o-animation: icon-bounce 0.5s linear 1;
  animation: icon-bounce 0.5s linear 1;
}
.cms-socials li:hover a {
  color: #c7a17a;
}
.cms-socials li:hover label {
  color: #c7a17a;
}
@media screen and (max-width: 767px) {
  .row-social-meta {
    background-color: #000;
  }
}
.cms-opentable-wrapper {
  /* CMS Product Grid */
}
.cms-opentable-wrapper .custom-heading {
  font-size: 45px;
  margin-bottom: 0;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .cms-opentable-wrapper .custom-heading {
    font-size: 35px;
  }
}
@media screen and (max-width: 575px) {
  .cms-opentable-wrapper .custom-heading {
    font-size: 30px;
  }
}
.cms-opentable-wrapper .cms-opentable-form {
  padding: 55px 15px 120px;
  background-color: #f6f6f6;
  position: relative;
}
.cms-opentable-wrapper .item--icon {
  width: 71px;
  height: 71px;
  bottom: -35px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -khtml-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
  position: absolute;
  text-align: center;
}
.cms-opentable-wrapper .item--icon.image {
  line-height: 70px;
}
.cms-opentable-wrapper .item--icon.font {
  line-height: 75px;
}
.cms-opentable-wrapper .item--icon:before {
  z-index: -1;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: " ";
  background-color: #fff;
  -webkit-transform: rotate(45deg);
  -khtml-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-box-shadow: 1px 1px 22px rgba(84, 49, 55, 0.2);
  -khtml-box-shadow: 1px 1px 22px rgba(84, 49, 55, 0.2);
  -moz-box-shadow: 1px 1px 22px rgba(84, 49, 55, 0.2);
  -ms-box-shadow: 1px 1px 22px rgba(84, 49, 55, 0.2);
  -o-box-shadow: 1px 1px 22px rgba(84, 49, 55, 0.2);
  box-shadow: 1px 1px 22px rgba(84, 49, 55, 0.2);
}
.cms-opentable-wrapper .item--icon i, .cms-opentable-wrapper .item--icon img {
  position: relative;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
.cms-opentable-wrapper .item--icon i {
  font-size: 25px;
}
.cms-opentable-wrapper .item--icon img {
  max-height: 36px;
}
.cms-opentable-wrapper .item--icon:hover img, .cms-opentable-wrapper .item--icon:hover i {
  color: #c7a17a;
  -webkit-animation: icon-bounce 0.5s linear 1;
  -khtml-animation: icon-bounce 0.5s linear 1;
  -moz-animation: icon-bounce 0.5s linear 1;
  -ms-animation: icon-bounce 0.5s linear 1;
  -o-animation: icon-bounce 0.5s linear 1;
  animation: icon-bounce 0.5s linear 1;
}
.cms-opentable-wrapper form {
  max-width: 665px;
  margin: 0 auto;
}
.cms-opentable-wrapper .wp-title {
  margin-bottom: 35px;
}
@media screen and (min-width: 992px) {
  .cms-opentable-wrapper .wp-title {
    margin-bottom: 35px;
  }
}
.cms-opentable-wrapper .wp-input {
  position: relative;
  margin-bottom: 35px;
  font-size: 15px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .cms-opentable-wrapper .wp-input.wp-input-itme {
    margin-bottom: 0;
  }
}
.cms-opentable-wrapper .wp-input input {
  font-size: 15px;
  width: 100%;
  padding-right: 45px;
  border: 1px solid transparent;
  background-color: transparent;
  height: 70px;
  line-height: 70px;
  position: relative;
  z-index: 1;
}
.cms-opentable-wrapper .wp-input i {
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  color: rgba(124, 119, 112, 0.7);
  font-size: 16px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -khtml-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 30px;
  z-index: 0;
}
.cms-opentable-wrapper .row-input {
  margin-bottom: 30px;
}
.cms-opentable-wrapper .nice-select {
  padding-top: 0;
  padding-bottom: 0;
  font-size: 15px;
  background-color: transparent;
  color: rgba(124, 119, 112, 0.5);
  border: 1px solid transparent;
  height: 70px;
  line-height: 70px;
}
.cms-opentable-wrapper .cms-datepicker {
  border: 1px solid transparent;
  height: 70px;
  color: rgba(124, 119, 112, 0.5);
  line-height: 70px;
}
.cms-opentable-wrapper span.current {
  display: block;
  overflow: hidden;
  color: rgba(124, 119, 112, 0.5);
  text-overflow: ellipsis;
  white-space: nowrap;
  border: 1px solid transparent;
  height: 70px;
  line-height: 70px;
}
.cms-opentable-wrapper .nice-select:after {
  z-index: 2;
  opacity: 0;
}
.cms-opentable-wrapper .btn-submit {
  background-color: transparent;
  background-color: #c7a17a;
  color: #fff;
  border: none;
  position: relative;
  font-size: 15px;
  text-transform: uppercase;
  height: 55px;
  line-height: 55px;
}
.cms-opentable-wrapper .btn-submit:hover {
  background-color: #12100d;
}
.cms-product-grid {
  /* cms Counter */
}
.cms-product-grid .item-featured {
  position: relative;
  background-color: #f3f3f3;
  border-radius: 5px;
  overflow: hidden;
}
.cms-product-grid .item-title {
  font-size: 18px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.cms-product-grid .item-title a {
  color: #12100d;
}
.cms-product-grid .item-price {
  color: #c7a17a;
}
.cms-product-grid .item-price {
  font-size: 20px;
}
.cms-product-grid .entry-holder {
  padding: 24px 15px 13px;
}
.cms-product-grid .woocommerce-meta-top {
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
}
.cms-product-grid .woocommerce-meta-top .woosq-btn, .cms-product-grid .woocommerce-meta-top .woosw-btn {
  display: block;
  font-size: 0;
  width: 34px;
  padding: 0;
  height: 34px;
  line-height: 34px;
  text-align: center;
  background-color: #fff;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.cms-product-grid .woocommerce-meta-top .woosq-btn:before, .cms-product-grid .woocommerce-meta-top .woosw-btn:before {
  font-family: 'Font Awesome 5 Pro';
  font-size: 16px;
  color: #12100d;
  margin-right: 0;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
.cms-product-grid .woocommerce-meta-top .woosq-btn:hover:before, .cms-product-grid .woocommerce-meta-top .woosw-btn:hover:before {
  color: #c7a17a;
}
.cms-product-grid .woocommerce-meta-top .woosq-btn:before {
  content: "\f06e";
}
.cms-product-grid .woocommerce-meta-top .woosw-btn:before {
  content: "\f004";
}
.cms-product-grid .woocommerce-meta-top .woosw-btn.woosw-added:before {
  color: rgba(124, 119, 112, 0.6);
}
.cms-product-grid .woocommerce-meta-bottom .item-price {
  height: 34px;
  padding-left: 15px;
  padding-right: 15px;
  line-height: 34px;
  background-color: #c7a17a;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  min-width: 90px;
  text-align: center;
}
.cms-product-grid .woocommerce-meta-bottom .item-price del, .cms-product-grid .woocommerce-meta-bottom .item-price ins {
  line-height: 1;
  color: #fff;
}
.cms-product-grid .woocommerce-meta-bottom .item-price > span + span {
  opacity: 0.6;
  text-decoration: line-through;
}
.cms-product-grid .woocommerce-meta-bottom .woocommerce-add-to-cart {
  height: 34px;
}
.cms-product-grid .woocommerce-meta-bottom .woocommerce-add-to-cart a {
  margin-top: 0;
  height: 34px;
  line-height: 30px;
  padding-left: 15px;
  padding-right: 15px;
  background-color: transparent;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  border: 2px solid #d0cfcf;
  text-transform: uppercase;
  font-size: 12px;
  color: #12100d;
  font-family: 'Oswald', sans-serif;
}
.cms-product-grid .woocommerce-meta-bottom .woocommerce-add-to-cart a:hover {
  background-color: #c7a17a;
  border-color: #c7a17a;
  color: #fff;
}
.cms-product-grid .woocommerce-meta-top, .cms-product-grid .woocommerce-meta-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cms-product-grid span.onsale {
  opacity: 0;
  top: 85px !important;
  left: 45px !important;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
.cms-product-grid .grid-item-inner {
  padding: 15px;
  background-color: #fff;
  margin-bottom: 30px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  -webkit-box-shadow: 0 2px 15px rgba(40, 40, 40, 0.06);
  -khtml-box-shadow: 0 2px 15px rgba(40, 40, 40, 0.06);
  -moz-box-shadow: 0 2px 15px rgba(40, 40, 40, 0.06);
  -ms-box-shadow: 0 2px 15px rgba(40, 40, 40, 0.06);
  -o-box-shadow: 0 2px 15px rgba(40, 40, 40, 0.06);
  box-shadow: 0 2px 15px rgba(40, 40, 40, 0.06);
}
.cms-product-grid .grid-item-inner:hover {
  -webkit-transform: translate(0, -6px);
  -khtml-transform: translate(0, -6px);
  -moz-transform: translate(0, -6px);
  -ms-transform: translate(0, -6px);
  -o-transform: translate(0, -6px);
  transform: translate(0, -6px);
}
.cms-product-grid .grid-item-inner:hover .item-featured .btn {
  opacity: 1;
  bottom: 20px;
}
.cms-product-grid .posts-pagination {
  margin-top: 20px;
}
.cms-product-grid .posts-page-links {
  justify-content: center;
}
.cms-product-grid .grid-filter-wrap {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .cms-product-grid .grid-filter-wrap {
    margin-bottom: 30px;
  }
}
.cms-product-grid .grid-filter-wrap .filter-item {
  border: none;
  font-size: 25px;
  color: #12100d;
}
@media screen and (min-width: 1200px) {
  .cms-product-grid .grid-filter-wrap .filter-item {
    padding: 4px 38px;
  }
}
@media screen and (max-width: 1199px) {
  .cms-product-grid .grid-filter-wrap .filter-item {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cms-product-grid .grid-filter-wrap .filter-item.active, .cms-product-grid .grid-filter-wrap .filter-item:hover {
  color: #c7a17a;
}
.cms-counter-layout1 {
  text-align: center;
  display: inline-block;
  /* cms image banner landing */
}
.cms-counter-layout1 .cms-counter-number-wrapper {
  margin-bottom: 10px;
  font-size: 48px;
  font-weight: bold;
  line-height: 1;
  text-indent: 22px;
  font-family: 'Oswald', sans-serif;
  color: #1b1b1b;
}
.cms-counter-layout1 .cms-counter-number-wrapper .cms-counter-number-suffix {
  font-size: 32px;
  position: relative;
  top: -22px;
  left: -10px;
}
.cms-counter-layout1 .cms-counter-title {
  font-size: 20px;
  font-weight: 500;
}
.image-hover-custom .elementor-image {
  box-shadow: 0px 5px 50px 0px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
.image-hover-custom .elementor-image:hover {
  -webkit-transform: translateY(-10px);
  -khtml-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px);
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.image-hover-custom .elementor-image a {
  width: 100%;
}
.image-hover-custom .elementor-image img {
  display: inline-block;
  width: 100%;
}
.cms-fancy-box-layout1.style1 {
  text-align: center;
}
.cms-fancy-box-layout1.style1 .item--icon {
  line-height: 1;
  margin-bottom: 27px;
}
.cms-fancy-box-layout1.style1 .item--icon i {
  color: #c7a17a;
  font-size: 48px;
  font-weight: 400;
}
.cms-fancy-box-layout1.style1 .item--title {
  font-size: 18px;
  margin-bottom: 18px;
}
.cms-fancy-box-layout1.style1 .item--description {
  margin-bottom: 19px;
}
@media screen and (max-width: 991px) {
  .cms-fancy-box-layout1.style1 .item--description br {
    display: none;
  }
}
.cms-fancy-box-layout1.style1 .item--button a {
  display: inline-block;
  border-bottom: 2px solid #c7a17a;
}
.cms-fancy-box-layout1.style1 .item--button a:hover {
  color: #12100d;
  border-color: #12100d;
}
.cms-fancy-box-layout1.style2 .item--icon {
  line-height: 1;
  margin-bottom: 25px;
}
.cms-fancy-box-layout1.style2 .item--icon i {
  font-size: 48px;
  color: #c7a17a;
}
.cms-fancy-box-layout1.style2 .item--title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 22px;
}
.cms-fancy-box-layout1.style2 .item--description {
  font-size: 14px;
  line-height: 24px;
}
.cms-fancy-box-layout1.style3 {
  padding: 50px 30px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
  background-color: #fff;
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  margin-bottom: 30px;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
.cms-fancy-box-layout1.style3:hover {
  -webkit-transform: translateY(-10px);
  -khtml-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px);
  box-shadow: 0px 10px 60px 1px rgba(0, 0, 0, 0.15);
}
.cms-fancy-box-layout1.style3 .item--icon {
  line-height: 1;
  margin-bottom: 25px;
  width: 70px;
  height: 70px;
  border-radius: 5px;
  margin-bottom: 25px;
  align-items: center;
  display: inline-flex;
  justify-content: center;
  background-color: #f6f6f6;
}
.cms-fancy-box-layout1.style3 .item--icon i {
  font-size: 48px;
  color: #c7a17a;
}
.cms-fancy-box-layout1.style3 .item--icon img {
  filter: invert(0.7);
}
.cms-fancy-box-layout1.style3 .item--title {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 0;
  font-family: 'Roboto', sans-serif;
}
.cms-fancy-box-layout1.style3 .item--title + .item--description {
  margin-top: 22px;
}
.cms-fancy-box-layout1.style3 .item--description {
  font-size: 14px;
  line-height: 24px;
}
.row-maxwidth-custom .elementor-widget-container {
  max-width: 1760px;
  padding-left: 25px;
  padding-right: 25px;
  margin-left: auto !important;
  margin-right: auto !important;
}
@media screen and (max-width: 1399px) {
  .row-maxwidth-custom .elementor-widget-container {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 1399px) {
  .row-maxwidth-custom .elementor-widget-container .slick-list {
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (min-width: 1400px) {
  .row-maxwidth-custom .wp-block-themepunch-revslider {
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    overflow: hidden;
  }
}
.row-maxwidth-custom .cms-icon1 {
  margin-left: 20px;
}
@media (min-width: 1025px) and (max-width: 1399px) {
  .row-maxwidth-custom .cms-icon1 {
    margin-top: -70px;
    margin-left: 108px;
  }
}
@media screen and (min-width: 1400px) {
  .row-maxwidth-custom .cms-icon1 {
    margin-top: -100px;
    margin-left: 108px;
  }
}
@media screen and (max-width: 1399px) {
  .row-maxwidth-custom .cms-operation-carousel {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.image-single-custom {
  position: absolute !important;
  bottom: 0;
}
.bg-row-elementor-top {
  position: relative;
}
.bg-row-elementor-top:before {
  left: 0;
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 27px;
  background-repeat: no-repeat;
  z-index: 2;
  background-size: contain;
}
.bg-row-elementor-top:before {
  top: 0;
  background-image: url(../images/bg-row-2.png);
  background-position: top center;
}
.bg-row-elementor-bottom {
  position: relative;
}
.bg-row-elementor-bottom:after {
  left: 0;
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 27px;
  background-repeat: no-repeat;
  z-index: 2;
  background-size: contain;
}
.bg-row-elementor-bottom:after {
  bottom: 0;
  background-image: url(../images/bg-row-1.png);
  background-position: bottom center;
}
.revslider-initialised .tp-bullets.bullets-custom .tp-bullet {
  border-radius: 50% !important;
  background-color: transparent;
  width: 30px;
  height: 30px;
  border: 2px solid transparent;
}
.revslider-initialised .tp-bullets.bullets-custom .tp-bullet:before {
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  border-radius: 50% !important;
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  width: 12px;
  height: 12px;
  background-color: #41403d;
}
.revslider-initialised .tp-bullets.bullets-custom .tp-bullet.selected {
  border: 2px solid #fff;
}
.revslider-initialised .tp-bullets.bullets-custom .tp-bullet.selected:before {
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  width: 10px;
  height: 10px;
  background-color: #fff;
}
.number-slide-custom span {
  font-size: 20px !important;
}
.arrows-custtom_1 {
  width: 34px;
  height: 34px;
  line-height: 32px;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #fff;
  text-align: center;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
.arrows-custtom_1:before {
  font-size: 0;
}
.arrows-custtom_1:after {
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  font-family: 'Font Awesome 5 Pro';
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.arrows-custtom_1:hover {
  color: #c7a17a;
  border-color: #c7a17a;
}
.arrows-custtom_1:hover:after {
  color: #c7a17a;
}
.arrows-custtom_1.tp-leftarrow:after {
  content: "\f062";
}
.arrows-custtom_1.tp-rightarrow:after {
  content: "\f063";
}
.arrows-custtom_2 {
  width: 40px;
  height: 40px;
  line-height: 36px;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background-color: #f3f3f3;
  border: none;
  text-align: center;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
.arrows-custtom_2:before {
  font-size: 0;
}
.arrows-custtom_2:after {
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  font-family: 'Font Awesome 5 Pro';
  color: #12100d;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.arrows-custtom_2:hover {
  background-color: #c7a17a;
}
.arrows-custtom_2:hover:after {
  color: #fff;
}
.arrows-custtom_2.tp-leftarrow:after {
  content: "\f060";
}
.arrows-custtom_2.tp-rightarrow:after {
  content: "\f061";
}
.bg-row-elementor-top-bottom {
  position: relative;
}
.bg-row-elementor-top-bottom:before, .bg-row-elementor-top-bottom:after {
  left: 0;
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 27px;
  background-repeat: no-repeat;
  z-index: 2;
  background-size: contain;
}
.bg-row-elementor-top-bottom:before {
  top: 0;
  background-image: url(../images/bg-row-2.png);
  background-position: top center;
}
.bg-row-elementor-top-bottom:after {
  bottom: 0;
  background-image: url(../images/bg-row-1.png);
  background-position: bottom center;
}
.swadmb-options {
  /* Sticky Sidebar */
}
.swadmb-options .fa-shopping-bag:before {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.swadmb-options .fa-long-arrow-left:before {
  content: "\f177";
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.sidebar-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 30px;
}
@media screen and (max-width: 991px) {
  .sidebar-sticky {
    top: 0;
  }
}
.admin-bar .sidebar-sticky {
  top: 60px;
}
@media screen and (max-width: 991px) {
  .admin-bar .sidebar-sticky {
    top: 0;
  }
}
.header-sticky .sidebar-sticky {
  top: 110px;
}
@media screen and (max-width: 991px) {
  .header-sticky .sidebar-sticky {
    top: 0;
  }
}
.admin-bar.header-sticky .sidebar-sticky {
  top: 140px;
}
@media screen and (max-width: 991px) {
  .admin-bar.header-sticky .sidebar-sticky {
    top: 0;
  }
}
.entry-content .page-links {
  clear: left;
  padding-top: 10px;
}
.entry-content .page-links span {
  text-align: center;
  display: inline-block;
  height: 26px;
  width: 26px;
  line-height: 26px;
  color: #fff;
  -webkit-border-radius: 26px;
  -khtml-border-radius: 26px;
  -moz-border-radius: 26px;
  -ms-border-radius: 26px;
  -o-border-radius: 26px;
  border-radius: 26px;
  background-color: #c7a17a;
  font-size: 14px;
  font-weight: 500;
  margin: 0 3px;
  -webkit-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -khtml-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -moz-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -ms-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -o-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
}
.entry-content .page-links a span {
  background-color: #e0e3e8;
  color: #000;
}
.entry-content .page-links a span:hover {
  background-color: #c7a17a;
  color: #fff;
}
.entry-content .page-links .post-page-numbers {
  margin: 0 3px;
}
.entry-content .page-links .post-page-numbers span {
  margin: 0;
}
@media screen and (min-width: 1400px) {
  body .container {
    max-width: 1200px;
    width: 100%;
  }
  body #primary.content-has-sidebar {
    -ms-flex: 0 0 66.3%;
    flex: 0 0 66.3%;
    max-width: 66.3%;
  }
  body #primary.content-has-sidebar.float-left + #secondary {
    padding-left: 15px;
  }
  body #primary.content-has-sidebar.float-right + #secondary {
    padding-right: 15px;
  }
  body #secondary.widget-has-sidebar {
    -ms-flex: 0 0 33.7%;
    flex: 0 0 33.7%;
    max-width: 33.7%;
  }
}
@media screen and (max-width: 1199px) {
  body .container {
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #primary + #secondary {
    margin-top: 60px;
  }
}
.site-content {
  padding: 120px 0;
  position: relative;
}
@media screen and (max-width: 991px) {
  .site-content {
    overflow: hidden;
    padding: 60px 0;
  }
}
.post-type-archive-product .site-content {
  padding-bottom: 90px;
}
@media screen and (max-width: 991px) {
  .post-type-archive-product .site-content {
    padding-bottom: 60px;
  }
}
.layout-container {
  background-color: #fcfcfc;
  padding-bottom: 55px;
}
.widget .widget-content ul:not(.entry-meta) {
  margin: 0;
  list-style: none;
}
.page-template-default .entry-footer {
  text-align: center;
}
.page-template-default .entry-footer i {
  padding-right: 8px;
}
@media screen and (min-width: 768px) {
  .content-has-sidebar.float-right {
    order: 2;
    -webkit-order: 2;
    -ms-order: 2;
  }
  .content-has-sidebar.float-right + #secondary {
    order: 1;
    -webkit-order: 1;
    -ms-order: 1;
  }
}
.cms-widget-cart-sidebar {
  -webkit-transition: transform 0.4s ease 0s;
  -khtml-transition: transform 0.4s ease 0s;
  -moz-transition: transform 0.4s ease 0s;
  -ms-transition: transform 0.4s ease 0s;
  -o-transition: transform 0.4s ease 0s;
  transition: transform 0.4s ease 0s;
  -webkit-transform: translateX(100%);
  -khtml-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
  padding-top: 30px;
  padding-bottom: 137px;
  background-color: #fff;
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  z-index: 9999;
  width: 330px;
  overflow: hidden;
}
.cms-widget-cart-sidebar .widget_shopping_title {
  border-bottom: 1px solid #e2e2e2;
  margin-bottom: 18px;
  padding-bottom: 14px;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 600;
  color: #222;
  font-family: 'Oswald', sans-serif;
}
.cms-widget-cart-sidebar .cms-close {
  background-color: #12100d;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  height: 44px;
  width: 44px;
  line-height: 44px;
  text-align: center;
  font-size: 18px;
  cursor: pointer;
  -webkit-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  -khtml-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  -moz-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  -ms-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  -o-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
}
.cms-widget-cart-sidebar .cms-close:hover {
  background-color: #c7a17a;
}
.cms-widget-cart-sidebar .widget_shopping_cart {
  padding: 30px 45px 0 30px;
  height: 100%;
  overflow-y: scroll;
  width: 350px;
}
.cms-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list li {
  padding: 20px 15px 15px 0;
  display: flex;
  flex-wrap: nowrap;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
}
.cms-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list li:last-child {
  border: none;
  padding-bottom: 0;
}
.cms-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list li.empty {
  font-size: 16px;
  margin-top: 40px;
  padding: 0 !important;
  text-align: center;
  display: block;
}
.cms-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list li.empty span {
  text-align: center;
  margin-bottom: 20px;
  display: block;
  margin-top: 20px;
}
.cms-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list li.empty i {
  font-size: 60px;
  color: #0d2335;
}
.cms-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list li.empty .btn {
  line-height: 50px;
  width: 100%;
}
.cms-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list li.empty .btn:hover {
  color: #fff;
}
.cms-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list .cart-product-image {
  width: 45px;
  min-width: 45px;
  margin-right: 15px;
}
.cms-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list .cart-product-image a {
  display: inline-block;
}
.cms-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list .cart-product-image img {
  margin: 0;
  width: inherit;
}
.cms-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list .cart-product-meta {
  padding-right: 12px;
}
.cms-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list .cart-product-meta h3 {
  font-size: 14px;
  text-transform: uppercase;
  line-height: normal;
  margin-bottom: 3px;
  font-weight: 600;
}
.cms-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list .cart-product-meta h3 a {
  font-weight: 600;
  font-size: 14px;
  color: inherit;
}
.cms-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list .cart-product-meta h3 a:hover {
  color: #555;
}
.cms-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list .cart-product-meta .quantity {
  font-size: 14px;
}
.cms-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list a.remove_from_cart_button {
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 0;
  width: 18px;
  height: 18px;
  text-align: center;
  -webkit-border-radius: 18px;
  -khtml-border-radius: 18px;
  -moz-border-radius: 18px;
  -ms-border-radius: 18px;
  -o-border-radius: 18px;
  border-radius: 18px;
  line-height: 17px;
  color: #c7a17a;
  font-size: 18px;
}
.cms-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list a.remove_from_cart_button i {
  vertical-align: middle;
}
.cms-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list li:hover a.remove_from_cart_button {
  opacity: 1;
}
.cms-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_footer {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  padding: 30px;
  background-color: #fff;
}
.cms-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_footer p.total {
  border: none;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 15px;
  padding-bottom: 0;
  font-family: 'Oswald', sans-serif;
  color: #111;
  font-weight: 700;
}
.cms-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_footer p.buttons {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
.cms-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_footer p.buttons .btn {
  padding-left: 15px;
  padding-right: 15px;
  margin: 0;
  width: 100%;
  line-height: 45px;
}
.cms-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_footer p.buttons .btn + .btn {
  margin-top: 10px;
}
.cms-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_footer p.buttons .btn:after {
  display: none;
}
.cms-widget-cart-wrap.open .cms-widget-cart-overlay {
  -webkit-transform: scaleX(1);
  -khtml-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
  transition-delay: 0s;
  -webkit-transition-delay: 0s;
}
.cms-widget-cart-wrap.open .cms-widget-cart-sidebar {
  -webkit-transform: translateX(0px);
  -khtml-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
  transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
}
.admin-bar .cms-widget-cart-wrap .cms-widget-cart-sidebar {
  top: 32px;
}
@media screen and (min-width: 992px) {
  .admin-bar .widget-cart-sidebar {
    top: 32px;
    padding-bottom: 167px;
  }
  .admin-bar .widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_footer {
    bottom: 32px;
  }
}
.entry-content > .woocommerce .cart-empty, .entry-content > .woocommerce .return-to-shop {
  text-align: center;
}
body.woocommerce #primary.content-has-sidebar.float-left + #secondary {
  padding-left: 15px;
}
.woocommerce .pswp--open {
  display: none !important;
}
.woocommerce #secondary .widget_product_search .woocommerce-product-search {
  position: relative;
}
.woocommerce #secondary .widget_product_search .woocommerce-product-search:before {
  content: "\f002";
  font-family: 'Font Awesome 5 Pro';
  font-size: 14px;
  color: #c7a17a;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 20px;
}
.woocommerce #secondary .widget_product_search button {
  border: none;
  background-color: transparent;
  padding: 0;
  height: 51px;
  line-height: 51px;
  width: 50px;
  font-size: 14px;
  color: #c7a17a;
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
  z-index: 99;
}
body.woocommerce #secondary .widget, body.woocommerce-page #secondary .widget {
  padding: 0;
  background-color: transparent;
  margin-bottom: 48px;
}
body.woocommerce #secondary .widget:last-child, body.woocommerce-page #secondary .widget:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 769px) {
  body.woocommerce .coupon #coupon_code, body.woocommerce-page .coupon #coupon_code {
    width: 100% !important;
    margin-bottom: 10px;
  }
  body.woocommerce .coupon .button, body.woocommerce-page .coupon .button {
    width: 100% !important;
  }
}
body.woocommerce form .form-row, body.woocommerce-page form .form-row {
  padding: 0 0 10px;
}
body.woocommerce table.cart td.actions .coupon .input-text, body.woocommerce-page table.cart td.actions .coupon .input-text {
  margin-right: 15px;
}
body.woocommerce #respond input#submit, body.woocommerce-page #respond input#submit, body.woocommerce a.button, body.woocommerce-page a.button, body.woocommerce a.wc-forward, body.woocommerce-page a.wc-forward, body.woocommerce button.button, body.woocommerce-page button.button, body.woocommerce input.button, body.woocommerce-page input.button, body.woocommerce .cart button.button, body.woocommerce-page .cart button.button, body.woocommerce a.button.alt, body.woocommerce-page a.button.alt {
  background-color: #c7a17a;
  font-size: 12px;
  border: none;
  color: #fff;
  text-transform: uppercase;
  font-family: 'Oswald', sans-serif;
  padding: 0 34px;
  line-height: 51px;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  position: relative;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  position: relative;
  font-weight: 600;
  overflow: hidden;
}
body.woocommerce #respond input#submit:hover, body.woocommerce-page #respond input#submit:hover, body.woocommerce a.button:hover, body.woocommerce-page a.button:hover, body.woocommerce a.wc-forward:hover, body.woocommerce-page a.wc-forward:hover, body.woocommerce button.button:hover, body.woocommerce-page button.button:hover, body.woocommerce input.button:hover, body.woocommerce-page input.button:hover, body.woocommerce .cart button.button:hover, body.woocommerce-page .cart button.button:hover, body.woocommerce a.button.alt:hover, body.woocommerce-page a.button.alt:hover, body.woocommerce #respond input#submit:focus, body.woocommerce-page #respond input#submit:focus, body.woocommerce a.button:focus, body.woocommerce-page a.button:focus, body.woocommerce a.wc-forward:focus, body.woocommerce-page a.wc-forward:focus, body.woocommerce button.button:focus, body.woocommerce-page button.button:focus, body.woocommerce input.button:focus, body.woocommerce-page input.button:focus, body.woocommerce .cart button.button:focus, body.woocommerce-page .cart button.button:focus, body.woocommerce a.button.alt:focus, body.woocommerce-page a.button.alt:focus, body.woocommerce #respond input#submit:active, body.woocommerce-page #respond input#submit:active, body.woocommerce a.button:active, body.woocommerce-page a.button:active, body.woocommerce a.wc-forward:active, body.woocommerce-page a.wc-forward:active, body.woocommerce button.button:active, body.woocommerce-page button.button:active, body.woocommerce input.button:active, body.woocommerce-page input.button:active, body.woocommerce .cart button.button:active, body.woocommerce-page .cart button.button:active, body.woocommerce a.button.alt:active, body.woocommerce-page a.button.alt:active {
  -webkit-box-shadow: none;
  -khtml-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  outline: medium none;
  text-decoration: none;
  color: #fff;
  background-color: #12100d;
}
body.woocommerce button, body.woocommerce-page button {
  z-index: 1;
  overflow: hidden;
}
body.woocommerce button:hover, body.woocommerce-page button:hover, body.woocommerce button:focus, body.woocommerce-page button:focus {
  background-color: #c7a17a;
}
.woocommerce .woocommerce-message, .woocommerce .woocommerce-info {
  border-color: #c7a17a;
}
.woocommerce .woocommerce-message:before, .woocommerce .woocommerce-info:before {
  color: #c7a17a;
}
.woocommerce .quantity {
  position: relative;
  display: inline-block;
}
.woocommerce .quantity .qty {
  padding: 0 24px 0 0;
  border: 2px solid #1b1a1a;
  height: 52px;
  width: 90px;
  font-size: 16px;
  color: #1b1a1a;
  font-weight: 700;
}
.woocommerce .quantity.hidden {
  display: none;
}
.woocommerce .quantity-icon i {
  right: 0;
  width: 26px;
  height: 27px;
  border: 2px solid #1b1a1a;
  color: #1b1a1a;
  font-size: 10px;
  line-height: 23px;
  text-align: center;
  position: absolute;
  cursor: pointer;
}
.woocommerce .quantity-icon i.quantity-down {
  bottom: 0;
}
.woocommerce .quantity-icon i.quantity-up {
  top: 0;
}
.woocommerce table.shop_table {
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}
.woocommerce table.shop_table td {
  padding: 12px 15px;
  text-transform: uppercase;
}
.woocommerce table.shop_table td a {
  font-family: 'Oswald', sans-serif;
}
.woocommerce-page #add_payment_method table.cart img, .woocommerce-page.woocommerce-cart table.cart img, .woocommerce-page.woocommerce-checkout table.cart img {
  width: 50px;
}
.woocommerce form .select2-container--default, .woocommerce-page form .select2-container--default {
  width: 100% !important;
}
.woocommerce form .select2-container--default .select2-selection, .woocommerce-page form .select2-container--default .select2-selection {
  border: 1px solid #eaeaea;
  height: 55px;
  background-color: #fff;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
.woocommerce form .select2-container--default .select2-selection .select2-selection__rendered, .woocommerce-page form .select2-container--default .select2-selection .select2-selection__rendered {
  line-height: 53px;
  padding-left: 20px;
  color: #9b9b9b;
}
.woocommerce form .select2-container--default .select2-selection .select2-selection__arrow, .woocommerce-page form .select2-container--default .select2-selection .select2-selection__arrow {
  right: 20px;
  top: 50%;
  color: #9b9b9b;
}
.woocommerce form .select2-container--default .select2-selection .select2-selection__clear, .woocommerce-page form .select2-container--default .select2-selection .select2-selection__clear {
  height: 20px;
  line-height: 20px;
  position: absolute;
  right: 30px;
  text-align: center;
  top: 50%;
  -webkit-transform: translate(0px, -50%);
  -khtml-transform: translate(0px, -50%);
  -moz-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  -o-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  width: 20px;
  color: #747da1;
}
.woocommerce form .select2-container--default .select2-selection .select2-selection__placeholder, .woocommerce-page form .select2-container--default .select2-selection .select2-selection__placeholder {
  color: #747da1;
}
.woocommerce .select2-container.select2-container--open .select2-dropdown, .woocommerce-page .select2-container.select2-container--open .select2-dropdown {
  border-color: #e7e8e9;
}
.woocommerce .select2-container.select2-container--open .select2-dropdown .select2-search__field, .woocommerce-page .select2-container.select2-container--open .select2-dropdown .select2-search__field {
  border: 1px solid #e7e8e9;
  padding-left: 15px;
  padding-right: 15px;
}
.woocommerce .select2-container.select2-container--open .select2-results li.select2-results__option--highlighted, .woocommerce-page .select2-container.select2-container--open .select2-results li.select2-results__option--highlighted {
  background-color: #c7a17a;
}
.woocommerce .select2 .select2-selection--single, .woocommerce-page .select2 .select2-selection--single {
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  background-color: #f7f7f7;
}
@media screen and (min-width: 992px) {
  .woocommerce #primary.content-has-sidebar {
    flex: 0 0 75%;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    -o-flex: 0 0 75%;
    max-width: 75%;
  }
  .woocommerce #secondary.widget-has-sidebar {
    flex: 0 0 25%;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    -o-flex: 0 0 25%;
    max-width: 25%;
  }
}
#shop-newsletter {
  text-align: center;
  padding: 40px 30px 30px 30px;
  color: rgba(255, 255, 255, 0.87);
  -webkit-border-radius: 14px;
  -khtml-border-radius: 14px;
  -moz-border-radius: 14px;
  -ms-border-radius: 14px;
  -o-border-radius: 14px;
  border-radius: 14px;
  margin-top: 60px;
}
#shop-newsletter h3 {
  font-size: 32px;
  color: #fff;
  margin-bottom: 13px;
}
#shop-newsletter .shop-newsletter-introduction {
  color: #fff;
  text-transform: uppercase;
}
#shop-newsletter .shop-newsletter-introduction, #shop-newsletter .shop-newsletter-desc {
  max-width: 590px;
  margin: auto;
}
#shop-newsletter .ct-newsletter-inner {
  margin-top: 33px;
  margin-bottom: 18px;
}
#shop-newsletter .ct-newsletter-inner .tnp-email {
  background-color: #fff;
  color: rgba(0, 0, 0, 0.33);
}
#shop-newsletter .ct-newsletter-inner .tnp-field-button {
  position: absolute;
  top: 0;
  right: 0;
}
.woocommerce #secondary .widget_price_filter .widget-title {
  margin-bottom: 22px;
}
.woocommerce #secondary .widget_price_filter .widget-content-inner {
  padding-top: 30px;
}
.woocommerce #secondary .widget_price_filter .ui-slider-horizontal {
  height: 4px;
  background-color: #eee;
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  margin: 0;
}
.woocommerce #secondary .widget_price_filter .ui-slider .ui-slider-range {
  background-color: #c7a17a;
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}
.woocommerce #secondary .widget_price_filter .ui-slider .ui-slider-handle {
  height: 10px;
  width: 10px;
  background-color: #c7a17a;
  top: -3px;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  margin: 0;
}
.woocommerce #secondary .widget_price_filter .ui-slider .ui-slider-handle + .ui-slider-handle {
  margin-left: -2px;
}
.woocommerce #secondary .widget_price_filter .price_slider_amount {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row-reverse;
  padding-top: 25px;
}
.woocommerce #secondary .widget_price_filter .price_slider_amount .price_label {
  text-align: left;
  font-size: 14px;
  line-height: 1;
  flex-grow: 1;
}
.woocommerce #secondary .widget_price_filter .price_slider_amount .button {
  float: none;
  max-width: 110px;
  border: none;
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  background-color: transparent;
  color: #1b1a1a;
  line-height: 1;
  padding: 0;
  font-weight: 700;
  font-size: 14px;
  text-transform: capitalize;
}
.woocommerce #secondary .widget_price_filter .price_slider_amount .button:hover {
  color: #c7a17a;
}
body .widget_products ul.product_list_widget li {
  display: flex;
  flex-wrap: nowrap;
  margin-bottom: 30px;
  padding: 0;
}
body .widget_products ul.product_list_widget li:last-child {
  margin-bottom: 0;
}
body .widget_products ul.product_list_widget li .product-title {
  font-size: 15px;
  line-height: 20px;
  margin-top: -5px;
  margin-bottom: 0px;
}
body .widget_products ul.product_list_widget li .product-title a {
  color: inherit;
}
body .widget_products ul.product_list_widget li .product-title a:hover {
  color: #c7a17a;
}
body .widget_products ul.product_list_widget li .amount {
  font-size: 13px;
  color: #9b9b9b;
  font-family: 'Oswald', sans-serif;
}
body .widget_products ul.product_list_widget li del {
  color: #c7a17a;
}
body .widget_products ul.product_list_widget li del .amount {
  color: inherit;
}
body .widget_products ul.product_list_widget li .star-rating-wrap {
  margin-bottom: 6px !important;
  display: none;
}
body .widget_products ul.product_list_widget li .star-rating-wrap .count-rating {
  display: none;
}
body .widget_products ul.product_list_widget li .wg-product-image {
  width: 50px;
  margin-right: 15px;
  min-width: 50px;
}
body .widget_products ul.product_list_widget li .wg-product-image img {
  float: none;
  width: 100%;
  margin: 0;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.widget_rating_filter .wc-layered-nav-rating a {
  font-size: 0px;
  display: block;
  padding-left: 28px !important;
  position: relative;
}
.widget_rating_filter .wc-layered-nav-rating a:before {
  content: "";
  height: 18px;
  width: 18px;
  border: 1px solid #e6e6e6;
  -webkit-border-radius: 18px;
  -khtml-border-radius: 18px;
  -moz-border-radius: 18px;
  -ms-border-radius: 18px;
  -o-border-radius: 18px;
  border-radius: 18px;
  position: absolute;
  top: 1px;
  left: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -khtml-transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -moz-transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -ms-transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -o-transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
}
.widget_rating_filter .wc-layered-nav-rating a .star-rating {
  font-size: 18px;
}
.widget_rating_filter .wc-layered-nav-rating a:hover:before {
  border-color: #c7a17a;
  background-color: #c7a17a;
}
.widget_rating_filter .wc-layered-nav-rating.chosen a:before {
  border-color: #c7a17a;
  background-color: #c7a17a;
}
#shop-topbar {
  border-bottom: 1px solid #e5e5e5;
  background-color: #f7f7f7;
}
#shop-topbar .shop-topbar-item {
  margin: 11px 0;
  position: relative;
  padding-left: 76px;
  color: #000;
  font-size: 16px;
  min-height: 56px;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
#shop-topbar .shop-topbar-item i {
  height: 56px;
  width: 56px;
  -webkit-border-radius: 56px;
  -khtml-border-radius: 56px;
  -moz-border-radius: 56px;
  -ms-border-radius: 56px;
  -o-border-radius: 56px;
  border-radius: 56px;
  border: 1px solid #e5e5e5;
  line-height: 54px;
  text-align: center;
  font-size: 24px;
  position: absolute;
  top: 0;
  left: 0;
}
#shop-topbar .shop-topbar-item span {
  font-weight: 500;
}
#shop-breadcrumb {
  padding: 23px 0;
}
#shop-breadcrumb ul {
  list-style: none;
  margin: 0;
}
#shop-breadcrumb ul li {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  color: #c7a17a;
  margin: 10px 0;
  padding: 0 12px;
  position: relative;
}
#shop-breadcrumb ul li::after {
  content: '/';
  color: #e9e9e9;
  position: absolute;
  top: 0;
  right: -4px;
}
#shop-breadcrumb ul li:first-child {
  padding-left: 0;
}
#shop-breadcrumb ul li:last-child:after {
  display: none;
}
#shop-breadcrumb ul li a {
  color: ;
}
#shop-breadcrumb ul li a:hover {
  color: #c7a17a;
}
.woocommerce .star-rating-wrap {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}
.woocommerce .star-rating-wrap .star-rating {
  margin: 0;
}
.woocommerce .star-rating-wrap .count-rating {
  font-size: 14px;
  margin-left: 8px;
  color: #808a98;
}
.woocommerce .woocommerce-product-category {
  display: none;
}
.woocommerce .woocommerce-product-category a {
  font-size: 12px;
  color: #9b9b9b;
  margin-bottom: 8px;
  display: inline-block;
}
.woocommerce .woocommerce-product-category a:hover {
  color: #c7a17a;
}
.woocommerce span.onsale {
  height: 34px;
  width: 34px;
  line-height: 34px;
  min-width: inherit;
  min-height: inherit;
  font-size: 13px;
  text-transform: uppercase;
  color: #fff;
  padding: 0;
  text-align: center;
  background-color: #12100d;
  font-family: 'Oswald', sans-serif;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  margin: 0 !important;
  top: 75px !important;
  left: 45px !important;
  right: auto !important;
  font-weight: normal;
  z-index: 1;
}
.woocommerce .star-rating {
  margin: 0;
  letter-spacing: 0.2em;
  width: 90px;
  height: 18px;
}
.woocommerce .star-rating span::before, .woocommerce .star-rating:before {
  content: "\f27d\f27d\f27d\f27d\f27d";
  font-family: 'Material-Design-Iconic-Font';
  font-size: 18px;
}
.woocommerce .star-rating span::before {
  color: #ffab00;
}
.woocommerce .star-rating:before {
  color: #d4d4d4;
}
.woocommerce ul.products {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.woocommerce ul.products li.product {
  margin-bottom: 47px;
  margin-right: 0;
  padding: 0 15px;
}
.woocommerce ul.products li.product.last {
  margin-right: 0;
}
.woocommerce ul.products li.product {
  margin-bottom: 30px !important;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
.woocommerce ul.products li.product img {
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  background-color: #f3f3f3;
}
.woocommerce ul.products li.product .woosq-btn, .woocommerce ul.products li.product .woosw-btn {
  display: none;
}
.woocommerce ul.products li.product .woocommerce-product-header .woosq-btn, .woocommerce ul.products li.product .woocommerce-product-header .woosw-btn {
  display: block;
  font-size: 0;
  width: 34px;
  padding: 0;
  height: 34px;
  line-height: 34px;
  text-align: center;
  background-color: #fff;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.woocommerce ul.products li.product .woocommerce-product-header .woosq-btn:before, .woocommerce ul.products li.product .woocommerce-product-header .woosw-btn:before {
  font-family: 'Font Awesome 5 Pro';
  font-size: 16px;
  color: #12100d;
  margin-right: 0;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
.woocommerce ul.products li.product .woocommerce-product-header .woosq-btn:hover:before, .woocommerce ul.products li.product .woocommerce-product-header .woosw-btn:hover:before {
  color: #c7a17a;
}
.woocommerce ul.products li.product .woocommerce-product-header .woosq-btn:before {
  content: "\f06e";
}
.woocommerce ul.products li.product .woocommerce-product-header .woosw-btn:before {
  content: "\f004";
}
.woocommerce ul.products li.product .woocommerce-product-header .woosw-btn.woosw-added:before {
  color: rgba(124, 119, 112, 0.6);
}
.woocommerce ul.products li.product .woocommerce-product-inner {
  padding: 15px;
  background-color: #fff;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  position: relative;
}
.woocommerce ul.products li.product .woocommerce-meta-bottom, .woocommerce ul.products li.product .woocommerce-meta-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.woocommerce ul.products li.product .woocommerce-meta-top {
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
}
.woocommerce ul.products li.product .woocommerce-product-title {
  margin-bottom: 20px;
}
.woocommerce ul.products li.product .woocommerce-meta-bottom .price {
  text-align: center;
  padding: 10px;
  background-color: #c7a17a;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  display: inline-block;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
@media screen and (min-width: 992px) {
  .woocommerce ul.products li.product .woocommerce-meta-bottom .price {
    min-width: 90px;
  }
}
.woocommerce ul.products li.product .woocommerce-meta-bottom .price del, .woocommerce ul.products li.product .woocommerce-meta-bottom .price ins {
  line-height: 1;
  color: #fff;
}
.woocommerce ul.products li.product .woocommerce-meta-bottom .woocommerce-add-to-cart {
  height: 34px;
}
.woocommerce ul.products li.product .woocommerce-meta-bottom .woocommerce-add-to-cart a {
  height: 34px;
  margin-top: 0;
  padding-left: 10px;
  padding-right: 10px;
  line-height: 30px;
  background-color: transparent;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  border: 2px solid #d0cfcf;
  text-transform: uppercase;
  font-size: 12px;
  color: #12100d;
}
.woocommerce ul.products li.product .woocommerce-meta-bottom .woocommerce-add-to-cart a:hover {
  background-color: #c7a17a;
  border-color: #c7a17a;
  color: #fff;
}
.woocommerce ul.products li.product .woocommerce-meta-bottom .woocommerce-add-to-cart a.added {
  display: none;
}
.woocommerce ul.products li.product .woocommerce-meta-bottom .woocommerce-add-to-cart a.loading {
  padding-right: 30px;
}
.woocommerce ul.products li.product .woocommerce-meta-bottom .woocommerce-add-to-cart a.loading:after {
  top: 0;
  right: 10px;
}
.woocommerce ul.products li.product .woocommerce-meta-bottom .woocommerce-out-of-stock a {
  height: 34px;
  margin-top: 0;
  line-height: 30px;
  background-color: transparent;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  border: 2px solid #d0cfcf;
  text-transform: uppercase;
  font-size: 12px;
  color: #12100d;
}
.woocommerce ul.products li.product .woocommerce-meta-bottom .woocommerce-out-of-stock a:hover {
  background-color: #c7a17a;
  border-color: #c7a17a;
  color: #fff;
}
.woocommerce ul.products li.product span.onsale {
  opacity: 0;
  top: 85px !important;
  left: 45px !important;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
.woocommerce ul.products li.product:hover {
  -webkit-transform: translateY(-15px);
  -khtml-transform: translateY(-15px);
  -moz-transform: translateY(-15px);
  -ms-transform: translateY(-15px);
  -o-transform: translateY(-15px);
  transform: translateY(-15px);
}
.woocommerce ul.products li.product:hover span.onsale {
  opacity: 1;
  top: 75px !important;
}
@media screen and (min-width: 992px) {
  .woocommerce ul.products.columns-4 li.product {
    width: 25%;
  }
}
@media screen and (min-width: 768px) {
  .woocommerce ul.products.columns-3 li.product {
    width: 33.33%;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .woocommerce ul.products li.product {
    width: 50% !important;
  }
}
@media screen and (max-width: 575px) {
  .woocommerce ul.products li.product {
    width: 100% !important;
  }
}
@media screen and (min-width: 992px) {
  .woocommerce #primary.content-has-sidebar ul.products.columns-4 li.product {
    width: 33.33%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .woocommerce #primary.content-has-sidebar ul.products.columns-4 li.product {
    width: 50%;
  }
}
.woocommerce ul.products li.product .woocommerce-product-title, .woocommerce .woocommerce-product-title {
  font-family: 'Oswald', sans-serif;
  font-size: 18px;
  text-transform: uppercase;
}
.woocommerce ul.products li.product .woocommerce-product-title a, .woocommerce .woocommerce-product-title a {
  color: inherit;
}
.woocommerce ul.products li.product .woocommerce-product-title a:hover, .woocommerce .woocommerce-product-title a:hover {
  color: #c7a17a;
}
.woocommerce ul.products li.product .price {
  font-size: 17px;
  color: #c7a17a;
  font-weight: 700;
  margin-bottom: 0;
}
.woocommerce ul.products li.product .price del {
  color: #666;
}
.woocommerce ul.products li.product .price ins {
  color: #12100d;
  font-weight: inherit;
}
.woocommerce .woocommerce-topbar {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 30px;
  position: relative;
  z-index: 99;
  border: 1px solid #dbdbdb;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  padding: 8px 20px;
  display: none;
}
.woocommerce .woocommerce-topbar div.woocommerce-result-count {
  margin: 15px 30px 15px 0px;
  flex-grow: 1;
  color: #12100d;
  font-size: 13px;
  font-weight: 700;
}
.woocommerce .woocommerce-topbar .woocommerce-result-count, .woocommerce .woocommerce-topbar .woocommerce-topbar-ordering .woocommerce-ordering {
  float: none;
  margin: 0;
}
.woocommerce .woocommerce-topbar .woocommerce-ordering {
  min-width: 220px;
}
.woocommerce .woocommerce-topbar .woocommerce-ordering .nice-select {
  background-color: #fff;
  border: 1px solid #dbdbdb;
  font-size: 12px;
  color: #9b9b9b;
  text-transform: none;
  padding: 0 8px;
  height: 30px;
}
.woocommerce .woocommerce-topbar .woocommerce-ordering .nice-select:after {
  right: 8px;
  color: #9b9b9b;
  font-size: 14px;
}
.woocommerce .woocommerce-topbar .woocommerce-ordering .nice-select .list {
  color: #9b9b9b;
}
.woocommerce .woocommerce-topbar .woocommerce-ordering .nice-select span.current {
  line-height: 30px;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-header {
  position: relative;
  overflow: hidden;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-header img {
  width: auto;
  display: inline-block;
  margin-bottom: 0 !important;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  opacity: 0;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta .woocommerce-add-to-cart {
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
  bottom: 30px;
  height: 34px;
  line-height: 34px;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta .woocommerce-add-to-cart a {
  line-height: 50px;
  background-color: #c7a17a;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  font-family: 'Oswald', sans-serif;
  -webkit-border-radius: 50px;
  -khtml-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
  padding: 0 40px;
  margin: 0;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta .woocommerce-add-to-cart a.added {
  display: none;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta .woocommerce-add-to-cart a.wc-forward {
  padding-top: 0;
  padding-bottom: 0;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta .woocommerce-add-to-cart a.loading {
  opacity: 1;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta .woocommerce-add-to-cart a.loading:after {
  letter-spacing: 0;
  top: 0;
  right: 12px;
}
@media screen and (max-width: 1199px) {
  .woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta .woocommerce-add-to-cart a {
    padding-left: 32px;
    padding-right: 32px;
    line-height: 48px;
    letter-spacing: 0.05em;
  }
}
.woocommerce .woocommerce-product-inner:hover .woocommerce-product-header .woocommerce-product-meta {
  opacity: 1;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-holder {
  padding: 24px 15px 13px;
}
@media screen and (max-width: 1199px) {
  .woocommerce .woocommerce-product-inner .woocommerce-product-holder {
    display: block;
  }
}
.woocommerce .woocommerce-product-inner .woocommerce-product-holder .price {
  line-height: 1;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-holder .star-rating {
  float: none;
  margin: 0 auto 8px auto;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-holder .count-rating {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.5);
  margin-left: 8px;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-holder .woocommerce-product-title {
  padding: 0px !important;
  margin-bottom: 13px;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-holder .woocommerce-product-title a {
  color: inherit;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-holder .woocommerce-product-title a:hover {
  color: #c7a17a;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-holder .woocommerce-product-subtitle {
  color: rgba(51, 51, 51, 0.66);
  font-size: 14px;
  margin-bottom: 12px;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-holder .woocommerce-product-attr {
  margin-bottom: 12px;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-holder .woocommerce-product-attr img {
  width: auto !important;
  margin: 0 !important;
}
.woocommerce .woocommerce-product-inner + .button.yith-wcqv-button {
  display: none !important;
}
.woocommerce .product-type-grouped .woocommerce-product-header .woocommerce-product-meta {
  display: none !important;
}
.woocommerce nav.woocommerce-pagination {
  margin-top: 0;
  margin-bottom: -20px;
  text-align: center;
}
.woocommerce nav.woocommerce-pagination ul.page-numbers {
  border: none;
}
.woocommerce nav.woocommerce-pagination ul.page-numbers li {
  border: none;
  margin: 0 0 10px;
}
.woocommerce nav.woocommerce-pagination ul.page-numbers .page-numbers {
  text-align: center;
  height: 50px;
  width: 50px;
  padding: 0;
  line-height: 50px;
  -webkit-border-radius: 50px;
  -khtml-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
  color: inherit;
  background-color: #f9f9f9;
  font-size: 20px;
  font-weight: 600;
  margin: 0 10px 0 0;
  border: none;
  color: #333;
  font-family: 'Oswald', sans-serif;
}
.woocommerce nav.woocommerce-pagination ul.page-numbers .page-numbers.next, .woocommerce nav.woocommerce-pagination ul.page-numbers .page-numbers.prev {
  font-size: 0;
}
.woocommerce nav.woocommerce-pagination ul.page-numbers .page-numbers.next {
  margin-left: 10px;
}
.woocommerce nav.woocommerce-pagination ul.page-numbers .page-numbers.next:before {
  font-size: 16px;
  content: "\f105";
  font-family: 'Font Awesome 5 Pro';
}
.woocommerce nav.woocommerce-pagination ul.page-numbers .page-numbers.prev {
  margin-right: 20px;
}
.woocommerce nav.woocommerce-pagination ul.page-numbers .page-numbers.prev:before {
  font-size: 16px;
  content: "\f104";
  font-family: 'Font Awesome 5 Pro';
}
.woocommerce nav.woocommerce-pagination ul.page-numbers .page-numbers.current, .woocommerce nav.woocommerce-pagination ul.page-numbers .page-numbers:hover {
  background-color: #c7a17a;
  color: #fff;
}
.single-product #shop-breadcrumb {
  padding-bottom: 46px;
}
.single-product #shop-newsletter {
  margin-top: 30px;
}
.single-product section.related h2 {
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 35px;
}
.single-product section.related ul.products {
  margin-bottom: 0;
}
.single-product section.related ul.products li.product {
  margin-bottom: 0 !important;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
.single-product section.related ul.products li.product img {
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  background-color: #f3f3f3;
}
.single-product section.related ul.products li.product .woosq-btn, .single-product section.related ul.products li.product .woosw-btn {
  display: none;
}
.single-product section.related ul.products li.product .woocommerce-product-header .woosq-btn, .single-product section.related ul.products li.product .woocommerce-product-header .woosw-btn {
  display: block;
  font-size: 0;
  width: 34px;
  padding: 0;
  height: 34px;
  line-height: 34px;
  text-align: center;
  background-color: #fff;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.single-product section.related ul.products li.product .woocommerce-product-header .woosq-btn:before, .single-product section.related ul.products li.product .woocommerce-product-header .woosw-btn:before {
  font-family: 'Font Awesome 5 Pro';
  font-size: 16px;
  color: #12100d;
  margin-right: 0;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
.single-product section.related ul.products li.product .woocommerce-product-header .woosq-btn:hover:before, .single-product section.related ul.products li.product .woocommerce-product-header .woosw-btn:hover:before {
  color: #c7a17a;
}
.single-product section.related ul.products li.product .woocommerce-product-header .woosq-btn:before {
  content: "\f06e";
}
.single-product section.related ul.products li.product .woocommerce-product-header .woosw-btn:before {
  content: "\f004";
}
.single-product section.related ul.products li.product .woocommerce-product-header .woosw-btn.woosw-added:before {
  color: rgba(124, 119, 112, 0.6);
}
.single-product section.related ul.products li.product .woocommerce-product-inner {
  padding: 15px;
  background-color: #fff;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  position: relative;
}
.single-product section.related ul.products li.product .woocommerce-meta-bottom, .single-product section.related ul.products li.product .woocommerce-meta-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.single-product section.related ul.products li.product .woocommerce-meta-top {
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
}
.single-product section.related ul.products li.product .woocommerce-product-title {
  margin-bottom: 20px;
}
.single-product section.related ul.products li.product .woocommerce-meta-bottom .price {
  padding: 10px;
  background-color: #c7a17a;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.single-product section.related ul.products li.product .woocommerce-meta-bottom .price del, .single-product section.related ul.products li.product .woocommerce-meta-bottom .price ins {
  line-height: 1;
  color: #fff;
}
.single-product section.related ul.products li.product .woocommerce-meta-bottom .woocommerce-add-to-cart {
  height: 34px;
}
.single-product section.related ul.products li.product .woocommerce-meta-bottom .woocommerce-add-to-cart a {
  margin-top: 0;
  padding: 0 10px;
  background-color: transparent;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  border: 2px solid #d0cfcf;
  text-transform: uppercase;
  font-size: 12px;
  color: #12100d;
}
.single-product section.related ul.products li.product .woocommerce-meta-bottom .woocommerce-add-to-cart a:hover {
  background-color: #c7a17a;
  border-color: #c7a17a;
  color: #fff;
}
.single-product section.related ul.products li.product .woocommerce-meta-bottom .woocommerce-out-of-stock a {
  margin-top: 0;
  height: 34px;
  line-height: 30px;
  padding-left: 10px;
  padding-right: 10px;
  background-color: transparent;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  border: 2px solid #d0cfcf;
  text-transform: uppercase;
  font-size: 12px;
  color: #12100d;
}
.single-product section.related ul.products li.product .woocommerce-meta-bottom .woocommerce-out-of-stock a:hover {
  background-color: #c7a17a;
  border-color: #c7a17a;
  color: #fff;
}
.single-product section.related ul.products li.product span.onsale {
  opacity: 0;
  top: 85px !important;
  left: 45px !important;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
.single-product section.related ul.products li.product:hover {
  -webkit-transform: translateY(-10px);
  -khtml-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px);
}
.single-product section.related ul.products li.product:hover span.onsale {
  opacity: 1;
  top: 75px !important;
}
@media screen and (max-width: 991px) {
  .single-product section.related ul.products.columns-4 {
    margin-top: -40px;
  }
  .single-product section.related ul.products.columns-4 li.product {
    width: 50%;
    margin-top: 50px;
  }
}
@media screen and (max-width: 575px) {
  .single-product section.related ul.products.columns-4 li.product {
    width: 100%;
  }
}
.single-product #primary div.product .woocommerce-product-details__short-description {
  font-size: 15px;
  line-height: 26px;
  margin-bottom: 9px;
}
.single-product #primary div.product .woocommerce-product-details__short-description p:last-child {
  margin-bottom: 0;
}
.single-product #primary div.product form.cart {
  padding-bottom: 22px;
  margin: 0;
}
.single-product #primary div.product form.cart label {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 0;
  font-weight: 700;
  color: #232323;
  font-family: 'Oswald', sans-serif;
}
@media screen and (max-width: 767px) {
  .single-product #primary div.product form.cart label {
    font-size: 15px;
    line-height: normal;
  }
}
.single-product #primary div.product form.cart .reset_variations {
  display: none !important;
}
.single-product #primary div.product form.cart .variations {
  margin-bottom: 10px;
}
.single-product #primary div.product form.cart .variations td {
  padding-bottom: 10px;
}
.single-product #primary div.product form.cart .variations .variable-items-wrapper .variable-item {
  margin-right: 10px;
  margin-bottom: 10px;
  width: 58px;
  height: 49px;
}
.single-product #primary div.product form.cart .variations .variable-items-wrapper .variable-item.color-variable-item {
  opacity: 1;
}
.single-product #primary div.product form.cart .button-variable-wrapper .button-variable-item {
  background-color: #f3f3f3;
  border: none;
  line-height: 40px;
  color: #1b1a1a;
  text-transform: uppercase;
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: none;
  -khtml-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.3s ease 0s;
  -khtml-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  margin: 0 5px 5px 0;
  width: 40px;
  height: 40px;
}
.single-product #primary div.product form.cart .button-variable-wrapper .button-variable-item span {
  font-size: 14px;
}
.single-product #primary div.product form.cart .button-variable-wrapper .button-variable-item.selected, .single-product #primary div.product form.cart .button-variable-wrapper .button-variable-item:hover {
  background-color: #c7a17a;
  color: #fff;
}
.single-product #primary div.product form.cart .color-variable-wrapper .color-variable-item {
  padding: 0;
  border: none;
  -webkit-box-shadow: none;
  -khtml-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  margin: 0 5px 5px 0;
  opacity: 0.5;
}
.single-product #primary div.product form.cart .color-variable-wrapper .color-variable-item span {
  border: 2px solid rgba(0, 0, 0, 0.2);
}
.single-product #primary div.product form.cart .color-variable-wrapper .color-variable-item.selected {
  opacity: 1;
}
.single-product #primary div.product form.cart:not(.grouped_form) {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
.single-product #primary div.product form.cart:not(.grouped_form) .single_add_to_cart_button {
  margin-top: 0;
  background-color: #12100d;
}
.single-product #primary div.product form.cart:not(.grouped_form) .single_add_to_cart_button:before, .single-product #primary div.product form.cart:not(.grouped_form) .single_add_to_cart_button:hover {
  background-color: #c7a17a;
}
.single-product #primary div.product form.cart:not(.variations_form), .single-product #primary div.product form.cart:not(.grouped_form) {
  display: flex;
  margin: 0;
  align-items: center;
  flex-wrap: wrap;
}
.single-product #primary div.product form.cart:not(.variations_form) .quantity, .single-product #primary div.product form.cart:not(.grouped_form) .quantity, .single-product #primary div.product form.cart:not(.variations_form) .single_add_to_cart_button, .single-product #primary div.product form.cart:not(.grouped_form) .single_add_to_cart_button {
  opacity: 1;
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  margin-top: 5px;
  margin-bottom: 5px;
}
.single-product #primary div.product form.cart .woocommerce-grouped-product-list td {
  vertical-align: middle;
}
.single-product #primary div.product .woocommerce-gallery span.onsale {
  display: none;
}
@media screen and (min-width: 576px) {
  .single-product #primary div.product .woocommerce-product-gallery {
    width: 100% !important;
    display: flex;
    margin-bottom: 32px;
  }
}
.single-product #primary div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
  right: 20px;
  top: 20px;
  display: none;
}
@media screen and (min-width: 1200px) {
  .single-product #primary div.product .woocommerce-product-gallery {
    padding-right: 15px;
  }
  .single-product #primary div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
    right: 35px;
  }
}
.single-product #primary div.product .woocommerce-product-gallery .flex-control-nav {
  display: flex;
}
@media screen and (min-width: 576px) {
  .single-product #primary div.product .woocommerce-product-gallery .flex-control-nav {
    align-items: center;
    flex-direction: column;
    padding-left: 10px;
  }
}
@media screen and (max-width: 575px) {
  .single-product #primary div.product .woocommerce-product-gallery .flex-control-nav {
    margin-left: -5px;
    margin-right: -5px;
  }
}
.single-product #primary div.product .woocommerce-product-gallery .flex-control-nav li {
  background-color: #fff;
  flex-grow: 1;
}
@media screen and (min-width: 576px) {
  .single-product #primary div.product .woocommerce-product-gallery .flex-control-nav li {
    width: 100%;
    float: none;
    padding: 0px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 575px) {
  .single-product #primary div.product .woocommerce-product-gallery .flex-control-nav li {
    margin-left: 5px;
    margin-right: 5px;
  }
}
.single-product #primary div.product .woocommerce-product-gallery .flex-control-nav li:last-child {
  margin-bottom: 0;
}
.single-product #primary div.product .woocommerce-product-gallery .flex-control-nav img {
  opacity: 0.8;
}
.single-product #primary div.product .woocommerce-product-gallery .flex-control-nav img.flex-active {
  opacity: 1;
}
.single-product #primary div.product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper {
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  overflow: hidden;
}
.single-product #primary div.product .woocommerce-product-gallery .woocommerce-product-gallery__image a {
  position: relative;
  display: block;
}
.single-product #primary div.product .woocommerce-product-gallery .flex-viewport {
  background-color: #fff;
  margin-bottom: 25px;
}
@media screen and (min-width: 576px) {
  .single-product #primary div.product .woocommerce-product-gallery .flex-viewport {
    min-width: 80%;
    max-width: 80%;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 575px) {
  .single-product #primary div.product .woocommerce-product-gallery .flex-viewport {
    margin-bottom: 10px;
  }
}
.single-product #primary div.product .entry-summary {
  width: 100% !important;
  margin-bottom: 35px;
}
@media screen and (min-width: 768px) {
  .single-product #primary div.product .entry-summary {
    position: sticky;
    top: 62px;
  }
}
.single-product #primary div.product .entry-summary .woocommerce-product-rating {
  margin-bottom: 5px;
}
.single-product #primary div.product .entry-summary .woocommerce-product-rating .woocommerce-review-link {
  display: none;
}
.single-product #primary div.product .entry-summary .woocommerce-sg-product-price {
  margin-bottom: 12px;
}
.single-product #primary div.product .entry-summary .entry-title {
  font-size: 22px;
  margin-bottom: 10px;
  font-weight: 700;
}
.single-product #primary div.product .entry-summary .price {
  margin-left: -5px;
  margin-right: -5px;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0;
  color: #9b9b9b;
  align-items: center;
  font-family: 'Oswald', sans-serif;
}
.single-product #primary div.product .entry-summary .price > span {
  font-size: 25px;
  font-weight: bold;
  margin-left: 5px;
  margin-right: 5px;
}
.single-product #primary div.product .entry-summary .price .amount {
  color: #c7a17a;
  font-weight: 700;
}
.single-product #primary div.product .entry-summary .price ins {
  margin-left: 5px;
  margin-right: 5px;
  font-size: 25px;
}
.single-product #primary div.product .entry-summary .price del {
  margin-left: 5px;
  margin-right: 5px;
  color: #c7a17a;
  font-size: 25px;
}
.single-product #primary div.product .entry-summary .price del .amount {
  color: inherit;
}
.single-product #primary div.product .entry-summary .price del + ins {
  color: #7c7770;
}
.single-product #primary div.product .entry-summary .price del + ins:before {
  content: " - ";
  display: inline-block;
  margin-right: 8px;
}
.single-product #primary div.product .entry-summary .stock {
  color: #12100d;
}
.single-product #primary div.product .entry-summary .stock.in-stock {
  color: #12100d;
}
.single-product #primary div.product .entry-summary .woocommerce-sg-product-excerpt > h3 {
  font-size: 30px;
  margin-bottom: 11px;
}
.single-product #primary div.product .entry-summary .woocommerce-sg-product-excerpt p {
  font-size: 14px;
  line-height: 23px;
}
.single-product #primary div.product .entry-summary .woocommerce-product-summary-meta {
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 14px;
  color: #9b9b9b;
}
.single-product #primary div.product .entry-summary .woocommerce-product-summary-meta > div {
  margin-bottom: 8px;
}
.single-product #primary div.product .entry-summary .woocommerce-product-summary-meta a {
  color: inherit;
  font-size: inherit;
}
.single-product #primary div.product .entry-summary .woocommerce-product-summary-meta a:hover {
  color: #c7a17a;
}
.single-product #primary div.product .entry-summary .woocommerce-product-summary-meta label {
  color: #282828;
  padding-right: 10px;
  min-width: 120px;
  font-weight: 700;
}
.single-product #primary div.product .entry-summary .woocommerce-product-summary-meta .woocommerce-product-category {
  display: block;
}
.single-product #primary div.product .entry-summary .woocommerce-product-summary-meta .woocommerce-product-category a {
  margin-bottom: 0;
}
.single-product #primary div.product .entry-summary .woocommerce-sg-product-social-share {
  padding-top: 15px;
  border-top: 2px solid #e5e5e5;
}
.single-product #primary div.product .entry-summary .woocommerce-sg-product-social-share .el-label {
  font-size: 14px;
  font-weight: 700;
  color: #282829;
  display: block;
  margin-bottom: 5px;
}
.single-product #primary div.product .entry-summary .woocommerce-sg-product-social-share .el-social a {
  z-index: 1;
  font-size: 16px;
  color: #333;
  display: inline-block;
  margin: 0 3px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  color: #7c7770;
  background-color: #fff;
  position: relative;
  overflow: hidden;
}
.single-product #primary div.product .entry-summary .woocommerce-sg-product-social-share .el-social a:before {
  z-index: -1;
  content: "";
  height: 100%;
  width: 0;
  background-color: #c7a17a;
  position: absolute;
  bottom: 0;
  right: 0;
  transform-origin: left;
  -moz-transform-origin: left;
  -ms-transform-origin: left;
  -webkit-transform-origin: left;
  -o-transform-origin: left;
  -webkit-transition: all 0.3s;
  -khtml-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.single-product #primary div.product .entry-summary .woocommerce-sg-product-social-share .el-social a:hover {
  color: #fff;
}
.single-product #primary div.product .entry-summary .woocommerce-sg-product-social-share .el-social a:hover:before {
  opacity: 1;
  width: 100%;
  left: 0;
  right: auto;
  transform-origin: right;
  -moz-transform-origin: right;
  -ms-transform-origin: right;
  -webkit-transform-origin: right;
  -o-transform-origin: right;
}
.single-product #primary div.product .entry-summary .woocommerce-sg-product-social-share .list-icon {
  margin-left: -3px;
  margin-right: -3px;
}
.single-product #primary div.product .entry-summary .single_add_to_cart_button {
  clear: left;
  margin-top: 30px;
  text-transform: uppercase;
  font-size: 14px;
}
.single-product #primary div.product .entry-summary .woocommerce-sg-product-holder {
  display: flex;
  margin-bottom: 25px;
}
.single-product #primary div.product .entry-summary .woocommerce-sg-product-holder .woocommerce-sg-product-title {
  text-transform: uppercase;
  font-size: 24px;
  font-weight: bold;
  color: #12100d;
}
.single-product #primary div.product .entry-summary .woocommerce-sg-product-holder .woocommerce-sg-product-title .entry-title {
  margin-bottom: 0;
}
.single-product #primary div.product .entry-summary .woocommerce-sg-product-holder .woocommerce-sg-product-title + .woocommerce-sg-product-rating {
  margin-left: 25px;
  padding-left: 25px;
  border-left: 2px solid #e5e5e5;
}
.single-product #primary div.product .entry-summary .woocommerce-sg-product-holder .woocommerce-sg-product-rating .woocommerce-product-rating {
  margin-bottom: 0;
}
.single-product #primary div.product .entry-summary .woosw-btn {
  display: none;
}
.single-product #primary div.product .entry-summary .woocommerce-wishlist .woosw-btn {
  display: block;
  background-color: transparent;
  padding: 0;
  color: #12100d;
  padding-left: 2px;
  line-height: 23px;
  margin-bottom: 12px;
  -webkit-transition: all 0.3s;
  -khtml-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.single-product #primary div.product .entry-summary .woocommerce-wishlist .woosw-btn:before {
  margin-right: 5px;
  font-family: 'Font Awesome 5 Pro';
  content: "\f004";
  display: inline-block;
  -webkit-transition: all 0.3s;
  -khtml-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.single-product #primary div.product .entry-summary .woocommerce-wishlist .woosw-btn:hover {
  color: #c7a17a;
}
.single-product #primary div.product .entry-summary .woocommerce-wishlist .woosw-btn:hover:before {
  color: #c7a17a;
  -webkit-animation: icon-bounce 0.5s linear 1;
  -khtml-animation: icon-bounce 0.5s linear 1;
  -moz-animation: icon-bounce 0.5s linear 1;
  -ms-animation: icon-bounce 0.5s linear 1;
  -o-animation: icon-bounce 0.5s linear 1;
  animation: icon-bounce 0.5s linear 1;
}
.single-product #primary div.product .entry-summary .woocommerce-variation-add-to-cart {
  display: flex;
  align-items: center;
}
.single-product #primary div.product .entry-summary .woocommerce-variation-add-to-cart .added_to_cart {
  margin-left: 15px;
}
.single-product #primary div.product .woocommerce-tabs {
  margin: 20px auto 35px;
  padding: 20px 40px 45px;
  background-color: #fff;
}
.single-product #primary div.product .woocommerce-tabs ul.wc-tabs {
  margin: 0 0 25px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  overflow: visible;
  border-bottom: 4px solid rgba(124, 119, 112, 0.05);
}
.single-product #primary div.product .woocommerce-tabs ul.wc-tabs:before, .single-product #primary div.product .woocommerce-tabs ul.wc-tabs:after {
  display: none;
}
.single-product #primary div.product .woocommerce-tabs ul.wc-tabs li {
  padding: 0;
  border: none;
  background-color: transparent;
  margin-bottom: -4px;
}
@media screen and (min-width: 1200px) {
  .single-product #primary div.product .woocommerce-tabs ul.wc-tabs li {
    margin: 0 75px;
  }
}
@media screen and (max-width: 1199px) {
  .single-product #primary div.product .woocommerce-tabs ul.wc-tabs li {
    margin-left: 15px;
    margin-right: 15px;
  }
}
.single-product #primary div.product .woocommerce-tabs ul.wc-tabs li a {
  padding-top: 5px;
  font-size: 14px;
  color: #7c7770;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 52px;
  z-index: 1;
  position: relative;
}
.single-product #primary div.product .woocommerce-tabs ul.wc-tabs li a:before {
  z-index: 1;
  content: "";
  height: 4px;
  width: 0;
  background-color: #c7a17a;
  position: absolute;
  bottom: -4px;
  right: 0;
  transform-origin: left;
  -moz-transform-origin: left;
  -ms-transform-origin: left;
  -webkit-transform-origin: left;
  -o-transform-origin: left;
  -webkit-transition: all 0.3s;
  -khtml-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.single-product #primary div.product .woocommerce-tabs ul.wc-tabs li a:hover:before {
  opacity: 1;
  width: 100%;
  left: 0;
  right: auto;
  transform-origin: right;
  -moz-transform-origin: right;
  -ms-transform-origin: right;
  -webkit-transform-origin: right;
  -o-transform-origin: right;
}
.single-product #primary div.product .woocommerce-tabs ul.wc-tabs li:before, .single-product #primary div.product .woocommerce-tabs ul.wc-tabs li:after {
  display: none;
}
.single-product #primary div.product .woocommerce-tabs ul.wc-tabs li:last-child {
  margin-right: 0;
}
.single-product #primary div.product .woocommerce-tabs ul.wc-tabs li:first-child {
  margin-left: 0;
}
.single-product #primary div.product .woocommerce-tabs ul.wc-tabs li.active a {
  color: #12100d;
}
.single-product #primary div.product .woocommerce-tabs ul.wc-tabs li.active a:before {
  opacity: 1;
  width: 100%;
  left: 0;
  right: auto;
  transform-origin: right;
  -moz-transform-origin: right;
  -ms-transform-origin: right;
  -webkit-transform-origin: right;
  -o-transform-origin: right;
}
.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 25px;
}
.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel p:last-child {
  margin-bottom: 0;
}
.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel > h2 {
  display: none;
}
.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel .shop_attributes {
  border: 1px solid #dee2e6;
}
.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel .shop_attributes th, .single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel .shop_attributes td {
  border-bottom: 1px solid #dee2e6;
  font-family: inherit;
  color: #1b1a1a;
  font-weight: normal;
  font-style: normal;
  padding: 10px;
}
.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel .shop_attributes td {
  border-left: 1px solid #dee2e6;
}
@media screen and (min-width: 992px) {
  .single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews {
    display: flex;
  }
  .single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews > div {
    min-width: 50%;
    max-width: 50%;
  }
  .single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #review_form_wrapper {
    padding-left: 30px;
    margin-top: 5px;
  }
}
.single-product #primary div.product .woocommerce-tabs .tab-product-feature-list {
  font-size: 18px;
  line-height: 34px;
}
.single-product #primary div.product .woocommerce-tabs .tab-product-feature-list .col-xl-4 {
  font-weight: 600;
}
.single-product #primary div.product .woocommerce-tabs .tab-product-feature-list .line-gap {
  margin: 0;
  width: 100%;
}
.single-product #primary div.product .woocommerce-tabs .woocommerce-noreviews {
  margin-bottom: 15px;
}
.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--description {
  font-size: 15px;
  line-height: 26px;
}
.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .comment-form-rating {
  margin-bottom: 15px;
}
.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .comment-form-rating label {
  margin-bottom: 10px;
}
.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .comment-form-comment label {
  margin-bottom: 8px;
}
.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .woocommerce-Reviews-title {
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 22px;
}
.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .comment-reply-title, .single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .nice-select {
  display: none;
}
.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .comment-form #comment {
  padding-top: 15px;
  height: 56px;
  padding-bottom: 22px;
}
.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form {
  padding: 30px;
  border: 1px solid #e9e9e9;
}
.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form #respond {
  -webkit-box-shadow: none;
  -khtml-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist {
  padding: 0;
}
.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review {
  position: relative;
  margin-bottom: 20px;
  padding: 20px;
  border: 1px solid #eee;
}
.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .star-rating-wrap {
  position: absolute;
  right: 10px;
  top: 0;
}
.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .star-rating-wrap .count-rating {
  display: none;
}
@media screen and (max-width: 991px) {
  .single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .star-rating-wrap {
    position: static;
    margin-bottom: 6px;
  }
}
.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .comment_container {
  position: relative;
}
.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review img.avatar {
  top: 0;
  padding: 0;
  width: 60px;
  -webkit-border-radius: 1px;
  -khtml-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  -o-border-radius: 1px;
  border-radius: 1px;
  border: 2px solid rgba(124, 119, 112, 0.09);
}
@media screen and (max-width: 575px) {
  .single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review img.avatar {
    width: 40px;
    border: none;
  }
}
.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .comment-text {
  border: none;
  margin: 0;
  padding: 0 0 0 80px;
}
@media screen and (max-width: 767px) {
  .single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .comment-text .star-rating {
    float: none;
  }
}
@media screen and (max-width: 575px) {
  .single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .comment-text {
    padding-left: 60px;
  }
}
.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .meta {
  display: flex;
  align-items: center;
  margin: 0 0 8px;
  font-size: 16px;
}
@media screen and (max-width: 575px) {
  .single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .meta {
    display: block;
  }
}
.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .meta .woocommerce-review__published-date {
  display: block;
  font-size: 14px;
}
.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .meta .woocommerce-review__author {
  color: ;
  font-family: 'Oswald', sans-serif;
}
.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .meta .woocommerce-review__dash {
  display: none;
}
.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .meta .woocommerce-review__published-date:before {
  content: "\f017";
  font-family: 'Font Awesome 5 Pro';
  margin: 0 4px;
}
.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .description p {
  margin: 0;
}
.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .comment-respond .comment-form .submit {
  text-transform: uppercase !important;
}
.single-product #primary div.product .woocommerce-sg-product-navigation {
  text-align: center;
  margin-bottom: 57px;
}
.single-product #primary div.product .woocommerce-sg-product-navigation .product-previous-next {
  display: inline-block;
  position: relative;
}
.single-product #primary div.product .woocommerce-sg-product-navigation .product-previous-next a {
  height: 50px;
  width: 50px;
  line-height: 50px;
  background-color: #12100d;
  display: inline-block;
  color: #fff;
  font-size: 16px;
  margin: 0 3px;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
.single-product #primary div.product .woocommerce-sg-product-navigation .product-previous-next a:hover {
  background-color: #c7a17a;
}
.single-product #primary div.product .quantity {
  margin-right: 15px;
}
.single-product #primary div.product .product_meta .sku_wrapper, .single-product #primary div.product .product_meta .posted_in, .single-product #primary div.product .product_meta .tagged_as {
  display: block;
  font-weight: 600;
  font-size: 15px;
}
.single-product #primary div.product .product_meta .sku_wrapper span, .single-product #primary div.product .product_meta .posted_in span, .single-product #primary div.product .product_meta .tagged_as span, .single-product #primary div.product .product_meta .sku_wrapper a, .single-product #primary div.product .product_meta .posted_in a, .single-product #primary div.product .product_meta .tagged_as a {
  color: #c7a17a;
  margin-left: 7px;
}
.single-product #primary div.product .product_meta .sku_wrapper a:hover, .single-product #primary div.product .product_meta .posted_in a:hover, .single-product #primary div.product .product_meta .tagged_as a:hover {
  color: #12100d;
}
.single-product #primary div.product .product_meta .posted_in {
  display: none;
}
@media screen and (min-width: 768px) {
  .single-product.header-sticky #primary div.product .entry-summary {
    top: 120px;
  }
  .single-product.header-sticky.admin-bar #primary div.product .entry-summary {
    top: 150px;
  }
}
body.woocommerce-cart .woocommerce-cart-form .actions .button, body.woocommerce-wishlist .woocommerce-cart-form .actions .button, body.woocommerce-cart #yith-wcwl-form .actions .button, body.woocommerce-wishlist #yith-wcwl-form .actions .button {
  padding: 0 20px !important;
  color: #fff !important;
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
body.woocommerce-cart .woocommerce-cart-form table.cart td.actions .input-text, body.woocommerce-wishlist .woocommerce-cart-form table.cart td.actions .input-text, body.woocommerce-cart #yith-wcwl-form table.cart td.actions .input-text, body.woocommerce-wishlist #yith-wcwl-form table.cart td.actions .input-text {
  width: 180px !important;
  height: 54px;
  padding: 0 25px;
  font-size: 16px;
}
body.woocommerce-cart .woocommerce-cart-form .shop_table, body.woocommerce-wishlist .woocommerce-cart-form .shop_table, body.woocommerce-cart #yith-wcwl-form .shop_table, body.woocommerce-wishlist #yith-wcwl-form .shop_table {
  border: none;
}
body.woocommerce-cart .woocommerce-cart-form .shop_table thead th, body.woocommerce-wishlist .woocommerce-cart-form .shop_table thead th, body.woocommerce-cart #yith-wcwl-form .shop_table thead th, body.woocommerce-wishlist #yith-wcwl-form .shop_table thead th {
  font-size: 16px;
  font-weight: 700;
  color: #333;
  text-transform: uppercase;
  font-family: Oswald;
  padding: 10px;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 3px solid #c7a17a;
}
body.woocommerce-cart .woocommerce-cart-form .shop_table tbody td, body.woocommerce-wishlist .woocommerce-cart-form .shop_table tbody td, body.woocommerce-cart #yith-wcwl-form .shop_table tbody td, body.woocommerce-wishlist #yith-wcwl-form .shop_table tbody td {
  text-align: left;
  border-left: none;
  border-right: none;
  border-top: none;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
}
body.woocommerce-cart .woocommerce-cart-form .shop_table tbody td.actions, body.woocommerce-wishlist .woocommerce-cart-form .shop_table tbody td.actions, body.woocommerce-cart #yith-wcwl-form .shop_table tbody td.actions, body.woocommerce-wishlist #yith-wcwl-form .shop_table tbody td.actions {
  border-bottom: none;
  padding-left: 0;
  padding-right: 0;
}
body.woocommerce-cart .woocommerce-cart-form tbody .product-name a, body.woocommerce-wishlist .woocommerce-cart-form tbody .product-name a, body.woocommerce-cart #yith-wcwl-form tbody .product-name a, body.woocommerce-wishlist #yith-wcwl-form tbody .product-name a {
  color: #1b1a1a;
  font-size: 15px;
  font-weight: 600;
}
body.woocommerce-cart .woocommerce-cart-form tbody .product-name a:hover, body.woocommerce-wishlist .woocommerce-cart-form tbody .product-name a:hover, body.woocommerce-cart #yith-wcwl-form tbody .product-name a:hover, body.woocommerce-wishlist #yith-wcwl-form tbody .product-name a:hover {
  color: #c7a17a;
}
body.woocommerce-cart .woocommerce-cart-form tbody .product-name .yith-wcqv-button, body.woocommerce-wishlist .woocommerce-cart-form tbody .product-name .yith-wcqv-button, body.woocommerce-cart #yith-wcwl-form tbody .product-name .yith-wcqv-button, body.woocommerce-wishlist #yith-wcwl-form tbody .product-name .yith-wcqv-button {
  display: none;
}
body.woocommerce-cart .woocommerce-cart-form tbody .product-name dl.variation, body.woocommerce-wishlist .woocommerce-cart-form tbody .product-name dl.variation, body.woocommerce-cart #yith-wcwl-form tbody .product-name dl.variation, body.woocommerce-wishlist #yith-wcwl-form tbody .product-name dl.variation {
  display: none;
}
body.woocommerce-cart .woocommerce-cart-form tbody .product-price, body.woocommerce-wishlist .woocommerce-cart-form tbody .product-price, body.woocommerce-cart #yith-wcwl-form tbody .product-price, body.woocommerce-wishlist #yith-wcwl-form tbody .product-price, body.woocommerce-cart .woocommerce-cart-form tbody .product-subtotal, body.woocommerce-wishlist .woocommerce-cart-form tbody .product-subtotal, body.woocommerce-cart #yith-wcwl-form tbody .product-subtotal, body.woocommerce-wishlist #yith-wcwl-form tbody .product-subtotal {
  color: #1b1a1a;
  font-size: 15px;
  font-weight: 600;
}
body.woocommerce-cart .woocommerce-cart-form tbody .product-price ins, body.woocommerce-wishlist .woocommerce-cart-form tbody .product-price ins, body.woocommerce-cart #yith-wcwl-form tbody .product-price ins, body.woocommerce-wishlist #yith-wcwl-form tbody .product-price ins, body.woocommerce-cart .woocommerce-cart-form tbody .product-subtotal ins, body.woocommerce-wishlist .woocommerce-cart-form tbody .product-subtotal ins, body.woocommerce-cart #yith-wcwl-form tbody .product-subtotal ins, body.woocommerce-wishlist #yith-wcwl-form tbody .product-subtotal ins {
  color: #1b1a1a;
  background-color: transparent;
}
body.woocommerce-cart .woocommerce-cart-form tbody .product-thumbnail, body.woocommerce-wishlist .woocommerce-cart-form tbody .product-thumbnail, body.woocommerce-cart #yith-wcwl-form tbody .product-thumbnail, body.woocommerce-wishlist #yith-wcwl-form tbody .product-thumbnail {
  text-align: center !important;
  min-width: 120px;
}
body.woocommerce-cart .woocommerce-cart-form tbody .product-thumbnail a, body.woocommerce-wishlist .woocommerce-cart-form tbody .product-thumbnail a, body.woocommerce-cart #yith-wcwl-form tbody .product-thumbnail a, body.woocommerce-wishlist #yith-wcwl-form tbody .product-thumbnail a {
  display: block;
}
body.woocommerce-cart .woocommerce-cart-form tbody .product-thumbnail a img, body.woocommerce-wishlist .woocommerce-cart-form tbody .product-thumbnail a img, body.woocommerce-cart #yith-wcwl-form tbody .product-thumbnail a img, body.woocommerce-wishlist #yith-wcwl-form tbody .product-thumbnail a img {
  width: 100%;
  max-width: 80px;
}
body.woocommerce-cart .woocommerce-cart-form .product-remove, body.woocommerce-wishlist .woocommerce-cart-form .product-remove, body.woocommerce-cart #yith-wcwl-form .product-remove, body.woocommerce-wishlist #yith-wcwl-form .product-remove {
  position: relative;
  min-width: 50px;
}
body.woocommerce-cart .woocommerce-cart-form .product-remove a.remove, body.woocommerce-wishlist .woocommerce-cart-form .product-remove a.remove, body.woocommerce-cart #yith-wcwl-form .product-remove a.remove, body.woocommerce-wishlist #yith-wcwl-form .product-remove a.remove {
  font-size: 0px;
}
body.woocommerce-cart .woocommerce-cart-form .product-remove a.remove:before, body.woocommerce-wishlist .woocommerce-cart-form .product-remove a.remove:before, body.woocommerce-cart #yith-wcwl-form .product-remove a.remove:before, body.woocommerce-wishlist #yith-wcwl-form .product-remove a.remove:before {
  content: "\f136";
  font-family: "Material-Design-Iconic-Font";
  font-size: 18px;
  height: 32px;
  width: 32px;
  line-height: 32px;
  background-color: #c7a17a;
  color: #fff;
  -webkit-border-radius: 32px;
  -khtml-border-radius: 32px;
  -moz-border-radius: 32px;
  -ms-border-radius: 32px;
  -o-border-radius: 32px;
  border-radius: 32px;
  font-weight: normal;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 0;
  right: 0;
  margin: auto;
}
body.woocommerce-cart .woocommerce-cart-form .product-remove a.remove:hover:before, body.woocommerce-wishlist .woocommerce-cart-form .product-remove a.remove:hover:before, body.woocommerce-cart #yith-wcwl-form .product-remove a.remove:hover:before, body.woocommerce-wishlist #yith-wcwl-form .product-remove a.remove:hover:before {
  color: #fff;
  background-color: rgba(199, 161, 122, 0.85);
}
@media screen and (max-width: 769px) {
  body.woocommerce-cart .woocommerce-cart-form .product-remove, body.woocommerce-wishlist .woocommerce-cart-form .product-remove, body.woocommerce-cart #yith-wcwl-form .product-remove, body.woocommerce-wishlist #yith-wcwl-form .product-remove {
    min-height: 57px;
  }
}
body.woocommerce-cart .woocommerce-cart-form table.shop_table, body.woocommerce-wishlist .woocommerce-cart-form table.shop_table, body.woocommerce-cart #yith-wcwl-form table.shop_table, body.woocommerce-wishlist #yith-wcwl-form table.shop_table {
  margin-bottom: 40px;
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}
@media screen and (max-width: 769px) {
  body.woocommerce-cart .woocommerce-cart-form table.shop_table td, body.woocommerce-wishlist .woocommerce-cart-form table.shop_table td, body.woocommerce-cart #yith-wcwl-form table.shop_table td, body.woocommerce-wishlist #yith-wcwl-form table.shop_table td {
    background-color: #fff !important;
  }
}
body.woocommerce-cart .cart-collaterals .cart_totals, body.woocommerce-wishlist .cart-collaterals .cart_totals {
  background-color: #fff;
  padding: 40px 50px;
  -webkit-box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
  -khtml-box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
  -ms-box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
  -o-box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
  -webkit-border-radius: 7px;
  -khtml-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  border-radius: 7px;
  width: 33.33%;
}
@media screen and (max-width: 991px) {
  body.woocommerce-cart .cart-collaterals .cart_totals, body.woocommerce-wishlist .cart-collaterals .cart_totals {
    width: 50%;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 991px) {
  body.woocommerce-cart .cart-collaterals .cart_totals, body.woocommerce-wishlist .cart-collaterals .cart_totals {
    padding: 30px;
    width: 100%;
  }
}
body.woocommerce-cart .cart-collaterals .cart_totals > h2, body.woocommerce-wishlist .cart-collaterals .cart_totals > h2 {
  font-size: 24px;
  border-bottom: 1px solid rgba(96, 101, 104, 0.15);
  margin-bottom: 20px;
  padding-bottom: 14px;
  text-transform: uppercase;
}
body.woocommerce-cart .cart-collaterals .cart_totals th, body.woocommerce-wishlist .cart-collaterals .cart_totals th {
  vertical-align: middle !important;
  border: none !important;
  color: inherit;
  font-weight: normal;
  padding: 12px 10px 12px 0px;
}
body.woocommerce-cart .cart-collaterals .cart_totals th + td, body.woocommerce-wishlist .cart-collaterals .cart_totals th + td {
  border-left: 1px solid #ebebeb;
}
body.woocommerce-cart .cart-collaterals .cart_totals td, body.woocommerce-wishlist .cart-collaterals .cart_totals td {
  border: none !important;
  padding: 12px 10px;
  text-align: right;
}
body.woocommerce-cart .cart-collaterals .cart_totals strong, body.woocommerce-wishlist .cart-collaterals .cart_totals strong {
  font-weight: 600;
}
body.woocommerce-cart .cart-collaterals .cart_totals .order-total th, body.woocommerce-wishlist .cart-collaterals .cart_totals .order-total th, body.woocommerce-cart .cart-collaterals .cart_totals .order-total td, body.woocommerce-wishlist .cart-collaterals .cart_totals .order-total td {
  color: #222;
  font-weight: 600;
}
body.woocommerce-cart .cart-collaterals .cart_totals .shop_table, body.woocommerce-wishlist .cart-collaterals .cart_totals .shop_table {
  border: none;
}
body.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-calculator p, body.woocommerce-wishlist .cart-collaterals .cart_totals .woocommerce-shipping-calculator p {
  margin-bottom: 0;
}
body.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-calculator .shipping-calculator-button, body.woocommerce-wishlist .cart-collaterals .cart_totals .woocommerce-shipping-calculator .shipping-calculator-button {
  color: #c7a17a;
}
body.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-calculator .shipping-calculator-button:after, body.woocommerce-wishlist .cart-collaterals .cart_totals .woocommerce-shipping-calculator .shipping-calculator-button:after {
  content: '\f2f9';
  margin-left: 9px;
  font-family: "Material-Design-Iconic-Font";
  position: relative;
  top: 1px;
}
body.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-calculator .shipping-calculator-button:hover, body.woocommerce-wishlist .cart-collaterals .cart_totals .woocommerce-shipping-calculator .shipping-calculator-button:hover {
  color: #c7a17a;
}
body.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-calculator .shipping-calculator-form, body.woocommerce-wishlist .cart-collaterals .cart_totals .woocommerce-shipping-calculator .shipping-calculator-form {
  padding-top: 10px;
}
body.woocommerce-cart .cart-collaterals .cart_totals .wc-proceed-to-checkout, body.woocommerce-wishlist .cart-collaterals .cart_totals .wc-proceed-to-checkout {
  padding-bottom: 0;
}
body.woocommerce-cart .cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button, body.woocommerce-wishlist .cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button {
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 16px;
  width: 100%;
}
body.woocommerce-cart .cart-collaterals .wc-proceed-to-checkout, body.woocommerce-wishlist .cart-collaterals .wc-proceed-to-checkout {
  text-align: right;
}
.woocommerce-checkout form.checkout_coupon {
  border: 1px solid #eee;
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  background-color: #f7f8fa;
}
.woocommerce-checkout form.checkout_coupon .form-row-first {
  width: 50%;
  padding-right: 30px;
}
.woocommerce-checkout form.checkout_coupon .form-row-last {
  width: 50%;
}
.woocommerce-checkout #add_payment_method #payment, .woocommerce-checkout #payment {
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}
.woocommerce-checkout #customer_details {
  margin: 0 -15px;
  width: inherit;
}
.woocommerce-checkout #customer_details .col-1, .woocommerce-checkout #customer_details .col-2 {
  width: 50%;
  flex: inherit;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .woocommerce-checkout #customer_details {
    margin: 0;
  }
  .woocommerce-checkout #customer_details .col-1, .woocommerce-checkout #customer_details .col-2 {
    width: 100%;
  }
}
.woocommerce-checkout #customer_details span.woocommerce-input-wrapper {
  width: 100%;
  display: block;
}
.woocommerce-checkout #customer_details .woocommerce-billing-fields {
  margin-bottom: 36px;
}
.woocommerce-checkout #customer_details .woocommerce-billing-fields > h3 {
  font-weight: 600;
  font-size: 22px;
  text-transform: uppercase;
}
.woocommerce-checkout #customer_details .woocommerce-additional-fields {
  margin-bottom: 36px;
}
.woocommerce-checkout #customer_details .woocommerce-additional-fields > h3 {
  font-size: 22px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 43px;
}
@media screen and (min-width: 768px) {
  .woocommerce-checkout #customer_details .woocommerce-additional-fields .woocommerce-input-wrapper textarea {
    min-height: 173px;
  }
}
.woocommerce-checkout #customer_details .woocommerce-shipping-fields #ship-to-different-address {
  font-size: 28px;
  cursor: pointer;
  -webkit-transition: all 0.3s linear;
  -khtml-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.woocommerce-checkout #customer_details .woocommerce-shipping-fields #ship-to-different-address:hover {
  color: #c7a17a;
}
.woocommerce-checkout #customer_details .woocommerce-shipping-fields #ship-to-different-address #ship-to-different-address-checkbox {
  position: absolute;
  opacity: 0;
}
.woocommerce-checkout #customer_details .woocommerce-shipping-fields #ship-to-different-address .woocommerce-form__label span:after {
  content: "\f01a";
  font-family: 'Font Awesome 5 Pro';
  margin-left: 14px;
  font-weight: normal;
}
.woocommerce-checkout #customer_details #billing_country_field label, .woocommerce-checkout #customer_details #shipping_country_field label, .woocommerce-checkout #customer_details #billing_address_1_field label, .woocommerce-checkout #customer_details #shipping_address_1_field label, .woocommerce-checkout #customer_details #order_comments_field label {
  display: none !important;
}
.woocommerce-checkout form.woocommerce-checkout #order_review_heading {
  font-size: 22px;
  text-transform: uppercase;
}
.woocommerce-checkout form.woocommerce-checkout #order_review th {
  color: #1b1a1a;
  vertical-align: middle !important;
}
.woocommerce-checkout form.woocommerce-checkout #order_review th + td {
  border-left: 1px solid #ebebeb;
}
.woocommerce-checkout form.woocommerce-checkout #order_review .product-total {
  border-left: 1px solid #ebebeb;
}
.woocommerce-checkout form.woocommerce-checkout #order_review .cart-subtotal td, .woocommerce-checkout form.woocommerce-checkout #order_review .order-total td {
  font-weight: 600;
  color: #1b1a1a;
}
.woocommerce-checkout form.woocommerce-checkout #order_review .woocommerce-checkout-review-order-table {
  margin-bottom: 60px;
  background-color: #fff;
}
.woocommerce-checkout form.woocommerce-checkout #order_review #payment {
  background-color: #fff;
  border: 1px solid #eee;
}
.woocommerce-checkout form.woocommerce-checkout #order_review #payment .about_paypal {
  margin-left: 10px;
}
.woocommerce-checkout form.woocommerce-checkout #order_review #payment .wc_payment_methods {
  padding: 20px;
  border-bottom: 1px solid #eee;
}
.woocommerce-checkout form.woocommerce-checkout #order_review #payment .place-order {
  padding: 20px;
  margin: 0;
}
@media screen and (min-width: 992px) {
  .woocommerce-checkout form.woocommerce-checkout #order_review #payment .place-order .woocommerce-terms-and-conditions-wrapper {
    padding-right: 50px;
  }
}
.woocommerce-checkout form.woocommerce-checkout #order_review #payment #place_order {
  background-color: #c7a17a;
  float: none;
  margin-top: 10px;
}
.woocommerce-checkout form.woocommerce-checkout #order_review #payment #place_order:hover {
  background-color: #12100d;
}
.woocommerce-checkout #payment label {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.87);
  font-weight: 600;
}
.woocommerce-account .site-content #primary .woocommerce-MyAccount-navigation {
  margin-bottom: 30px;
}
.woocommerce-account .site-content #primary .woocommerce-MyAccount-navigation ul {
  margin: 0;
  list-style: none;
}
.woocommerce-account .site-content #primary .woocommerce-MyAccount-navigation ul li {
  border-bottom: 1px solid #eaeaea;
}
.woocommerce-account .site-content #primary .woocommerce-MyAccount-navigation ul li a {
  font-size: 16px;
  padding: 10px 0;
  color: #747da1;
  position: relative;
  display: block;
}
.woocommerce-account .site-content #primary .woocommerce-MyAccount-navigation ul li a:hover {
  color: #c7a17a;
}
.woocommerce-account .site-content #primary .woocommerce-MyAccount-navigation ul li a:before {
  content: "\f178";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  display: block;
  font-family: "'Font Awesome 5 Pro'";
  color: #c7a17a;
  margin-left: -16px;
  opacity: 0;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
.woocommerce-account .site-content #primary .woocommerce-MyAccount-navigation ul li.is-active > a, .woocommerce-account .site-content #primary .woocommerce-MyAccount-navigation ul li a:hover {
  color: inherit;
  padding-left: 26px;
}
.woocommerce-account .site-content #primary .woocommerce-MyAccount-navigation ul li.is-active > a:before, .woocommerce-account .site-content #primary .woocommerce-MyAccount-navigation ul li a:hover:before {
  margin-left: 0;
  opacity: 1;
}
.woocommerce-account .site-content #primary .woocommerce-MyAccount-content {
  margin-bottom: 30px;
}
.woocommerce-account .site-content #primary .woocommerce-MyAccount-content .col-1, .woocommerce-account .site-content #primary .woocommerce-MyAccount-content .col-2 {
  flex: inherit;
  max-width: inherit;
}
.woocommerce-account .site-content #primary .woocommerce-MyAccount-content .form-row label {
  width: 100%;
}
.woocommerce-account .site-content #primary .woocommerce-MyAccount-content .form-row .woocommerce-input-wrapper {
  width: 100%;
}
.woocommerce-account .site-content #primary .woocommerce-form {
  background-color: #f7f8fa;
  border: 1px solid #eee;
  padding: 30px;
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  max-width: 670px;
  margin: 0px auto 30px auto;
}
.woocommerce-account .site-content #primary .woocommerce-form label {
  font-weight: 500;
  margin-bottom: 2px;
}
.woocommerce-account .site-content #primary .woocommerce-form .woocommerce-Button.button {
  margin-right: 16px;
  height: auto;
}
.woocommerce-account .site-content #primary .woocommerce-form .woocommerce-LostPassword {
  margin-bottom: 0;
}
.woocommerce-account .site-content #primary .woocommerce-form .woocommerce-LostPassword a {
  color: #c7a17a;
}
.woocommerce-account .site-content #primary .woocommerce-form .woocommerce-LostPassword a:hover {
  color: #12100d;
}
.woocommerce-account .site-content #primary .woocommerce-form .woocommerce-form__label-for-checkbox {
  padding: 0;
  line-height: 50px;
}
.woocommerce-account .site-content #primary .woocommerce-form .woocommerce-form__label-for-checkbox span {
  font-size: 15px;
}
.woocommerce-account .site-content #primary .woocommerce-form .woocommerce-form__label-for-checkbox .woocommerce-form__input-checkbox {
  position: relative;
  top: -1px;
}
.woocommerce-account .site-content #primary .woocommerce-form .woocommerce-Button {
  height: 42px;
}
.woocommerce-account .site-content #primary .woocommerce-notices-wrapper + h2 {
  text-align: center;
  font-size: 24px;
}
.woocommerce-account .site-content #primary #customer_login {
  margin: 0 -15px;
  width: inherit;
  display: flex;
  flex-wrap: wrap;
}
.woocommerce-account .site-content #primary #customer_login h2 {
  font-size: 24px;
}
.woocommerce-account .site-content #primary #customer_login .u-column1.col-1, .woocommerce-account .site-content #primary #customer_login .u-column2.col-2 {
  width: 50%;
  flex: inherit;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .woocommerce-account .site-content #primary #customer_login {
    margin: 0;
  }
  .woocommerce-account .site-content #primary #customer_login .u-column1.col-1, .woocommerce-account .site-content #primary #customer_login .u-column2.col-2 {
    width: 100%;
    padding: 0;
  }
}
.woocommerce-account .site-content #primary .woocommerce-password-strength.bad {
  background-color: transparent;
  padding: 8px 0;
}
body #yith-wcwl-popup-message {
  margin-left: -108px;
  display: none;
  bottom: 30px;
  top: auto;
  right: 30px;
  left: auto;
  background-color: #c7a17a;
  border-radius: 3px;
  border: none;
  color: #fff;
  padding: 0 20px;
}
.woocommerce-wishlist tfoot td {
  display: none;
}
.woocommerce-wishlist .product-stock-status {
  font-size: 16px;
  font-weight: 600;
}
.woocommerce-wishlist .product-stock-status .wishlist-in-stock {
  color: #12100d !important;
}
.woocommerce-wishlist #yith-wcwl-form .wishlist-empty {
  text-align: center !important;
}
.woocommerce-wishlist #yith-wcwl-form .product-add-to-cart {
  text-align: center !important;
}
.woocommerce-wishlist #yith-wcwl-form .product-add-to-cart a.button {
  padding: 0 20px;
  background-color: #c7a17a;
  color: #fff;
  line-height: 42px;
  font-size: 16px;
  display: inline-block !important;
}
.woocommerce-wishlist #yith-wcwl-form .product-add-to-cart a.button:hover {
  background-color: #12100d;
}
.woocommerce-wishlist #yith-wcwl-form .product-add-to-cart a.button.loading {
  padding-right: 30px;
}
.woocommerce-wishlist #yith-wcwl-form .product-add-to-cart a.button.loading:after {
  top: 0;
  right: 8px;
}
@media screen and (max-width: 767px) {
  .woocommerce-wishlist #yith-wcwl-form {
    overflow-x: scroll;
  }
  .woocommerce-wishlist #yith-wcwl-form .cart.wishlist_table {
    min-width: 767px;
  }
}
.woocommerce-grouped-product-list {
  border: none;
}
.woosw-content-item .woosw-content-item--add .add_to_cart_button {
  height: 35px;
  line-height: 35px !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  font-size: 12px !important;
  text-transform: uppercase;
  font-weight: 400;
}
.woosw-content-item .woosw-content-item--add .add_to_cart_button.loading {
  padding-right: 30px;
}
.woosw-content-item .woosw-content-item--add .add_to_cart_button.loading:after {
  top: 0;
  right: 8px;
}
.mfp-woosq .mfp-content .entry-summary .entry-title {
  font-size: 25px;
  text-transform: uppercase;
}
.mfp-woosq .mfp-content .entry-summary .woocommerce-product-rating {
  margin-bottom: 5px;
}
.mfp-woosq .mfp-content .entry-summary .woocommerce-product-rating .woocommerce-review-link {
  display: none;
}
.mfp-woosq .mfp-content .entry-summary .woocommerce-sg-product-price {
  margin-bottom: 12px;
}
.mfp-woosq .mfp-content .entry-summary .entry-title {
  font-size: 22px;
  margin-bottom: 10px;
  font-weight: 700;
}
.mfp-woosq .mfp-content .entry-summary .price {
  margin-left: -5px;
  margin-right: -5px;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
  color: #9b9b9b;
  align-items: center;
  font-family: 'Oswald', sans-serif;
}
.mfp-woosq .mfp-content .entry-summary .price > span {
  font-size: 25px;
  font-weight: bold;
  margin-left: 5px;
  margin-right: 5px;
}
.mfp-woosq .mfp-content .entry-summary .price .amount {
  color: #c7a17a;
  font-weight: 700;
}
.mfp-woosq .mfp-content .entry-summary .price ins {
  margin-left: 5px;
  margin-right: 5px;
  font-size: 25px;
}
.mfp-woosq .mfp-content .entry-summary .price del {
  margin-left: 5px;
  margin-right: 5px;
  color: #c7a17a;
  font-size: 25px;
}
.mfp-woosq .mfp-content .entry-summary .price del .amount {
  color: inherit;
}
.mfp-woosq .mfp-content .entry-summary .price del + ins {
  color: #7c7770;
}
.mfp-woosq .mfp-content .entry-summary .price del + ins:before {
  content: " - ";
  display: inline-block;
  margin-right: 8px;
}
.mfp-woosq .mfp-content .entry-summary .woocommerce-sg-product-excerpt > h3 {
  font-size: 30px;
  margin-bottom: 11px;
}
.mfp-woosq .mfp-content .entry-summary .woocommerce-sg-product-excerpt p {
  font-size: 14px;
  line-height: 23px;
}
.mfp-woosq .mfp-content .entry-summary .woocommerce-product-summary-meta {
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 14px;
  color: #9b9b9b;
}
.mfp-woosq .mfp-content .entry-summary .woocommerce-product-summary-meta > div {
  margin-bottom: 8px;
}
.mfp-woosq .mfp-content .entry-summary .woocommerce-product-summary-meta a {
  color: inherit;
  font-size: inherit;
}
.mfp-woosq .mfp-content .entry-summary .woocommerce-product-summary-meta a:hover {
  color: #c7a17a;
}
.mfp-woosq .mfp-content .entry-summary .woocommerce-product-summary-meta label {
  color: #282828;
  padding-right: 10px;
  min-width: 120px;
  font-weight: 700;
}
.mfp-woosq .mfp-content .entry-summary .woocommerce-product-summary-meta .woocommerce-product-category {
  display: block;
}
.mfp-woosq .mfp-content .entry-summary .woocommerce-product-summary-meta .woocommerce-product-category a {
  margin-bottom: 0;
}
.mfp-woosq .mfp-content .entry-summary .woocommerce-sg-product-social-share {
  padding-top: 15px;
  border-top: 2px solid #e5e5e5;
}
.mfp-woosq .mfp-content .entry-summary .woocommerce-sg-product-social-share .el-label {
  font-size: 14px;
  font-weight: 700;
  color: #282829;
  display: block;
  margin-bottom: 5px;
}
.mfp-woosq .mfp-content .entry-summary .woocommerce-sg-product-social-share .el-social a {
  z-index: 1;
  font-size: 16px;
  color: #333;
  display: inline-block;
  margin: 0 3px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  color: #7c7770;
  background-color: #fff;
  position: relative;
  overflow: hidden;
}
.mfp-woosq .mfp-content .entry-summary .woocommerce-sg-product-social-share .el-social a:before {
  z-index: -1;
  content: "";
  height: 100%;
  width: 0;
  background-color: #c7a17a;
  position: absolute;
  bottom: 0;
  right: 0;
  transform-origin: left;
  -moz-transform-origin: left;
  -ms-transform-origin: left;
  -webkit-transform-origin: left;
  -o-transform-origin: left;
  -webkit-transition: all 0.3s;
  -khtml-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.mfp-woosq .mfp-content .entry-summary .woocommerce-sg-product-social-share .el-social a:hover {
  color: #fff;
}
.mfp-woosq .mfp-content .entry-summary .woocommerce-sg-product-social-share .el-social a:hover:before {
  opacity: 1;
  width: 100%;
  left: 0;
  right: auto;
  transform-origin: right;
  -moz-transform-origin: right;
  -ms-transform-origin: right;
  -webkit-transform-origin: right;
  -o-transform-origin: right;
}
.mfp-woosq .mfp-content .entry-summary .woocommerce-sg-product-social-share .list-icon {
  margin-left: -3px;
  margin-right: -3px;
}
.mfp-woosq .mfp-content .entry-summary .single_add_to_cart_button {
  clear: left;
  margin-top: 30px;
  text-transform: uppercase;
  font-size: 14px;
}
.mfp-woosq .mfp-content .entry-summary .woosw-btn {
  display: none;
}
.mfp-woosq .mfp-content .entry-summary .woocommerce-wishlist .woosw-btn {
  display: block;
  background-color: transparent;
  padding: 0;
  color: #12100d;
  padding-left: 2px;
  line-height: 23px;
  margin-bottom: 12px;
  -webkit-transition: all 0.3s;
  -khtml-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.mfp-woosq .mfp-content .entry-summary .woocommerce-wishlist .woosw-btn:before {
  margin-right: 5px;
  font-family: 'Font Awesome 5 Pro';
  content: "\f004";
  display: inline-block;
  -webkit-transition: all 0.3s;
  -khtml-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.mfp-woosq .mfp-content .entry-summary .woocommerce-wishlist .woosw-btn:hover {
  color: #c7a17a;
}
.mfp-woosq .mfp-content .entry-summary .woocommerce-wishlist .woosw-btn:hover:before {
  color: #c7a17a;
  -webkit-animation: icon-bounce 0.5s linear 1;
  -khtml-animation: icon-bounce 0.5s linear 1;
  -moz-animation: icon-bounce 0.5s linear 1;
  -ms-animation: icon-bounce 0.5s linear 1;
  -o-animation: icon-bounce 0.5s linear 1;
  animation: icon-bounce 0.5s linear 1;
}
.mfp-woosq .mfp-content .entry-summary .product_meta > span {
  display: block;
}
.mfp-woosq .mfp-content .entry-summary .product_meta > span + span {
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px solid rgba(18, 16, 13, 0.2);
}
.mfp-woosq .mfp-content .entry-summary .product_meta .posted_in:before, .mfp-woosq .mfp-content .entry-summary .product_meta .tagged_as:before {
  width: 20px;
  display: inline-block;
  margin-right: 5px;
  content: '\f660';
  font-family: 'Font Awesome 5 Pro';
}
.mfp-woosq .mfp-content .woocommerce-variation-add-to-cart {
  display: flex;
}
.mfp-woosq .mfp-content .woocommerce-variation-add-to-cart .single_add_to_cart_button {
  background-color: #c7a17a !important;
  text-transform: uppercase !important;
  opacity: 1 !important;
  margin-top: 0;
}
.mfp-woosq .mfp-content .woocommerce-variation-add-to-cart .single_add_to_cart_button:hover {
  background-color: #12100d !important;
}
.mfp-woosq .mfp-content form.cart .single_add_to_cart_button {
  background-color: #c7a17a !important;
  text-transform: uppercase !important;
  opacity: 1 !important;
  margin-top: 0;
}
.mfp-woosq .mfp-content form.cart .single_add_to_cart_button:hover {
  background-color: #12100d !important;
}
.mfp-woosq .mfp-content #woosq-popup .slick-slider .slick-arrow {
  height: 55px;
  width: 35px;
  text-align: center;
  line-height: 55px;
  background-color: #12100d;
  opacity: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mfp-woosq .mfp-content #woosq-popup .slick-slider .slick-arrow:before {
  color: #fff;
}
.mfp-woosq .mfp-content #woosq-popup .slick-slider .slick-arrow:hover {
  background-color: #c7a17a;
}
.mfp-woosq .mfp-content #woosq-popup .slick-slider .slick-dots {
  display: none !important;
}
.mfp-woosq .mfp-content #woosq-popup .product_meta {
  margin-bottom: 30px;
}
.mfp-woosq .mfp-close {
  background-color: #12100d;
  color: #fff;
  opacity: 1;
  width: 80px;
  height: 80px;
  top: -40px;
  right: -40px;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.mfp-woosq .mfp-close:before {
  color: #fff;
  font-size: 15px;
  position: absolute;
  left: 10px;
  bottom: 10px;
  z-index: 1;
}
.mfp-woosq .mfp-close:hover {
  background-color: #c7a17a;
}
.woosw-content-items .woosw-content-item .woosw-content-item--title {
  font-weight: 600;
  text-transform: uppercase;
  font-family: 'Oswald', sans-serif;
}
@media screen and (max-width: 767px) {
  .woosw-content-items .woosw-content-item .woosw-content-item--title {
    line-height: 1.3;
  }
}
.woosw-content-items .woosw-content-item .woosw-content-item--title a {
  color: #12100d;
}
.woosw-content-items .woosw-content-item .woosw-content-item--title a:hover {
  color: #c7a17a;
}
.woosw-content-items .woosw-content-item .woosw-content-item--add a.button {
  padding: 13px 10px;
  display: inline-block;
  line-height: 1.2;
}
.woosw-list .woosw-copy .woosw-copy-btn {
  margin-left: 15px;
}
.woosw-list .woosw-copy .woosw-copy-btn input {
  height: 50px;
  line-height: 50px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.3s;
  -khtml-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
  color: #fff;
  background-color: #12100d;
  padding-left: 25px;
  padding-right: 25px;
}
.woosw-list .woosw-copy .woosw-copy-btn input:hover {
  background-color: #c7a17a;
  color: #fff;
}
.woocommerce #review_form #respond .comment-form p {
  margin-bottom: 20px;
}
.woocommerce #review_form #respond .comment-form .comment-form-rating {
  margin-bottom: 5px;
}
.woocommerce #review_form #respond .comment-form .comment-form-rating p {
  margin-bottom: 0;
}
.search-results .content-area .single-hentry.archive.type-product .entry-meta, .search-results .content-area .single-hentry.archive.type-product .entry-readmore {
  display: none;
}
.cms-carousel-inner {
  margin: 0 -15px;
}
.slick-slide {
  padding: 0 15px;
}
#elementor-panel-get-pro-elements {
  display: none !important;
}
.elementor-icons-manager__tab__item {
  height: 80px !important;
}
.elementor-element .elementor-widget:not(:last-child) {
  margin-bottom: 0;
}
.elementor .elementor-section.elementor-section-boxed > .elementor-container.elementor-column-gap-default {
  max-width: 1190px;
}
.elementor .elementor-section.elementor-section-boxed > .elementor-container.elementor-column-gap-extended {
  max-width: 1200px;
}
.site-content .elementor-container.elementor-column-gap-default, .site-footer-custom .elementor-container.elementor-column-gap-default {
  margin: 0 -10px;
}
.site-content .elementor-container.elementor-column-gap-extended, .site-footer-custom .elementor-container.elementor-column-gap-extended {
  margin: 0 -15px;
}
.site-content .elementor-section-stretched.elementor-section-boxed .elementor-container.elementor-column-gap-default, .site-footer-custom .elementor-section-stretched.elementor-section-boxed .elementor-container.elementor-column-gap-default {
  margin: 0 auto;
}
.site-content .elementor-section-stretched.elementor-section-boxed .elementor-container.elementor-column-gap-default .elementor-row .elementor-column-gap-extended, .site-footer-custom .elementor-section-stretched.elementor-section-boxed .elementor-container.elementor-column-gap-default .elementor-row .elementor-column-gap-extended {
  margin: 0 -10px;
}
.site-content .elementor-section-stretched.elementor-section-boxed .elementor-container.elementor-column-gap-extended, .site-footer-custom .elementor-section-stretched.elementor-section-boxed .elementor-container.elementor-column-gap-extended {
  margin: 0 auto;
}
.site-content .elementor-section-stretched.elementor-section-boxed .elementor-container.elementor-column-gap-extended .elementor-row .elementor-column-gap-extended, .site-footer-custom .elementor-section-stretched.elementor-section-boxed .elementor-container.elementor-column-gap-extended .elementor-row .elementor-column-gap-extended {
  margin: 0 -15px;
}
.site-content .elementor-section-stretched.elementor-section-full_width .elementor-section-boxed > .elementor-column-gap-extended, .site-footer-custom .elementor-section-stretched.elementor-section-full_width .elementor-section-boxed > .elementor-column-gap-extended {
  position: relative;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  -khtml-transform: translate(-50%, 0%);
  -moz-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  -o-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  margin: 0;
}
.site-content .elementor-widget-text-editor, .site-footer-custom .elementor-widget-text-editor {
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
}
.single-footer #masthead, .elementor_library-template-default.single-elementor_library #masthead, .single-footer #pagetitle, .elementor_library-template-default.single-elementor_library #pagetitle, .single-footer #colophon, .elementor_library-template-default.single-elementor_library #colophon {
  display: none;
}
@media screen and (min-width: 1400px) {
  .elementor-section-full_width .elementor-inner-section > .elementor-container {
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -khtml-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}
@media screen and (max-width: 1199px) {
  .col-offset-left > .elementor-column-wrap .elementor-widget-wrap {
    padding-left: 0 !important;
  }
  .col-offset-right > .elementor-column-wrap .elementor-widget-wrap {
    padding-right: 0 !important;
  }
  .col-offset-left > .elementor-column-wrap .elementor-widget-wrap .elementor-section.elementor-section-boxed > .elementor-container.elementor-column-gap-extended {
    max-width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .site-footer-custom {
    overflow: hidden;
  }
}
.elementor-editor-active #site-header-wrap {
  display: none;
}
.elementor-editor-active #site-header-wrap .site-header-main.h-fixed {
  position: static !important;
}
.elementor-editor-active .site-footer-custom {
  display: none;
}
.elementor-editor-active .cms-navigation-menu1.is-sticky {
  position: static;
}
.colum-padding-custom .elementor-widget-wrap {
  padding: 50px 25px;
}
@media screen and (min-width: 1600px) {
  .colum-padding-custom .elementor-widget-wrap {
    padding-left: 75px;
    padding-right: 45px;
  }
}
@media screen and (max-width: 575px) {
  .colum-padding-custom .elementor-widget-wrap {
    padding: 25px 15px;
  }
}
.colum-padding-custom2 .elementor-widget-wrap {
  padding: 50px 25px 0;
}
@media screen and (min-width: 1600px) {
  .colum-padding-custom2 .elementor-widget-wrap {
    padding-left: 75px;
    padding-right: 55px;
  }
}
@media screen and (max-width: 575px) {
  .colum-padding-custom2 .elementor-widget-wrap {
    padding: 25px 15px;
  }
}
