/*-----------------------------------------------------------------------------------

-----------------------------------------------------------------------------------*/
/*----------------------------------------*/
/*  01. Template default CSS
/*----------------------------------------*/
/* Common Style */
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');
*, *::after, *::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html, body {
  height: 100%;
}

body {
  font-family: "Raleway", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5;
  position: relative;
  visibility: visible;
  overflow-x: hidden;
  color: #06264b;
  background-color: #FFFFFF;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  body {
    font-size: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  body {
    font-size: 15px;
  }
}
@media only screen and (max-width: 767px) {
  body {
    font-size: 15px;
  }
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  line-height: 1.3;
  margin-top: 0;
  color: #06264b;
}

.h1, .h2, .h3, .h4, .h5, .h6 {
  line-height: inherit;
  margin: 0;
}

h1, .h1 {
  font-size: 60px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  h1, .h1 {
    font-size: 50px;
    line-height: 1.2;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  h1, .h1 {
    font-size: 40px;
    line-height: 1.2;
  }
}
@media only screen and (max-width: 767px) {
  h1, .h1 {
    font-size: 36px;
    line-height: 1.2;
  }
}
@media only screen and (max-width: 575px) {
  h1, .h1 {
    font-size: 30px;
  }
}

h2, .h2 {
  font-size: 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  h2, .h2 {
    font-size: 26px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  h2, .h2 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  h2, .h2 {
    font-size: 24px;
  }
}

h3, .h3 {
  font-size: 24px;
}

h4, .h4 {
  font-size: 18px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  h4, .h4 {
    font-size: 17px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  h4, .h4 {
    font-size: 16px;
  }
}

h5, .h5 {
  font-size: 16px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  h5, .h5 {
    font-size: 14px;
  }
}
@media only screen and (max-width: 575px) {
  h5, .h5 {
    font-size: 13px;
  }
}

h6, .h6 {
  font-size: 14px;
}

p:last-child {
  margin-bottom: 0;
}

a, button {
  line-height: inherit;
  cursor: pointer;
  text-decoration: none;
  color: inherit;
}

a:hover, a:active, a:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  text-decoration: none;
}

a, button, img, input, textarea {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

*:focus {
  outline: none;
}

a:focus {
  text-decoration: none;
  color: inherit;
  outline: none;
}

a:hover {
  text-decoration: none;
  color: #c2a74e;
}

button, input[type=submit] {
  cursor: pointer;
}

img {
  height: auto;
  max-width: 100%;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  opacity: 1;
}
input:-moz-placeholder, textarea:-moz-placeholder {
  opacity: 1;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 1;
}

ul {
  margin: 0;
  padding: 0;
}
ul:last-child {
  margin-bottom: 0;
}
ul li {
  list-style: none;
}

hr {
  border-top-width: 2px;
}

/*----------------------------------------*/
/*  Template Classes CSS
/*----------------------------------------*/
.bg-img {
  background: no-repeat center center;
  background-size: cover;
}

.wrapper {
  overflow-x: hidden;
}

.section-space {
  padding-bottom: 100px;
  padding-top: 100px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-space {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .section-space {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.section-top-space {
  padding-top: 100px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-top-space {
    padding-top: 90px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .section-top-space {
    padding-top: 80px;
  }
}

.section-bottom-space {
  padding-bottom: 100px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-bottom-space {
    padding-bottom: 90px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .section-bottom-space {
    padding-bottom: 80px;
  }
}

.section-two-space {
  padding-bottom: 80px;
  padding-top: 80px;
}

.section-two-top-space {
  padding-top: 80px;
}

.section-two-bottom-space {
  padding-bottom: 80px;
}

.section-three-space {
  padding-bottom: 60px;
  padding-top: 60px;
}

.section-three-top-space {
  padding-top: 60px;
}

.section-three-bottom-space {
  padding-bottom: 60px;
}

@media only screen and (min-width: 1550px) {
  .container-padding-1 {
    padding-left: 100px;
    padding-right: 100px;
  }
}

.row-gutter-20 {
  margin-right: -10px;
  margin-left: -10px;
}
.row-gutter-20 .col,
.row-gutter-20 [class*=col-] {
  padding-left: 10px;
  padding-right: 10px;
}

.btn {
  background-color: #f06325;
  border: 1px solid #c2a74e;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 50px;
  color: #FFFFFF;
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  padding: 15px 25px;
  text-align: center;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .btn {
    font-size: 14px;
    padding: 13px 20px;
  }
}
@media only screen and (max-width: 479px) {
  .btn {
    padding: 13px 17px;
  }
}
.btn:hover, .btn:focus, .btn:active {
  background-color: #111111;
  border-color: #232323;
  color: #FFFFFF;
}
.btn:hover .icon, .btn:focus .icon, .btn:active .icon {
  color: #FFFFFF;
}
.btn:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn .icon {
  color: #FFFFFF;
  font-size: 16px;
  margin-left: 18px;
  position: relative;
  top: 2px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .btn .icon {
    font-size: 14px;
    margin-left: 6px;
    top: 0;
  }
}
@media only screen and (max-width: 479px) {
  .btn .icon {
    margin-left: 3px;
  }
}
.btn.btn-white {
  background-color: #FFFFFF;
  border-color: #FFFFFF;
  color: #080806;
}
.btn.btn-white .icon {
  color: #080806;
}
.btn.btn-white:hover {
  background-color: #c2a74e;
  border-color: #c2a74e;
  color: #FFFFFF;
}
.btn.btn-white:hover .icon {
  color: #FFFFFF;
}
.btn.btn-hover-white:hover {
  background-color: #FFFFFF;
  border-color: #FFFFFF;
  color: #080806;
}
.btn.btn-hover-white:hover .icon {
  color: #080806;
}
.btn.btn-secondary {
  background-color: #06264b;
  border-color: #06264b;
  color: #c2a74e;
}
.btn.btn-secondary .icon {
  color: #c2a74e;
}
.btn.btn-secondary:hover {
  background-color: #c2a74e;
  border-color: #c2a74e;
  color: #FFFFFF;
}
.btn.btn-secondary:hover .icon {
  color: #FFFFFF;
}
.btn.btn-border {
  background-color: transparent;
  border-color: #000000;
  color: #080806;
}
.btn.btn-border .icon {
  color: #080806;
}
.btn.btn-border:hover {
  background-color: #c2a74e;
  border-color: #c2a74e;
  color: #FFFFFF;
}
.btn.btn-border:hover .icon {
  color: #FFFFFF;
}
.btn.btn-gray-border {
  background-color: transparent;
  border: 1px solid #eee;
  color: #06264b;
  padding: 15px 28px;
  border-radius: 50px;
  font-size: 13px;
  text-transform: capitalize;
}
.btn.btn-gray-border:hover {
  background-color: #c2a74e;
  border: 1px solid #c2a74e;
  color: #FFFFFF;
}
.btn-link {
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.btn-link .icon {
  font-size: 12px;
  margin-left: 10px;
}
.btn-link:hover {
  color: #c2a74e;
}

.btn-play {
  -webkit-box-shadow: 0 4px 30px rgba(235, 111, 37, 0.2);
          box-shadow: 0 4px 30px rgba(235, 111, 37, 0.2);
  color: #c2a74e;
  border: 1px solid #c2a74e;
  border-radius: 50%;
  height: 65px;
  line-height: 65px;
  margin-right: 25px;
  position: relative;
  text-align: center;
  width: 65px;
}
.btn-play-wrp {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #c2a74e;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .btn-play-wrp {
    font-size: 14px;
  }
}
@media only screen and (max-width: 479px) {
  .btn-play-wrp {
    font-size: 13px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .btn-play {
    height: 50px;
    line-height: 50px;
    margin-right: 15px;
    width: 50px;
  }
}
@media only screen and (max-width: 479px) {
  .btn-play {
    margin-right: 7px;
  }
}
.btn-play:before, .btn-play:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  height: 65px;
  width: 65px;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform-origin: center;
  transform-origin: center center;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 0 #c2a74e;
  -ms-box-shadow: 0 0 0 0 #c2a74e;
  -o-box-shadow: 0 0 0 0 #c2a74e;
  box-shadow: 0 0 0 0 #c2a74e;
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .btn-play:before, .btn-play:after {
    height: 50px;
    width: 50px;
  }
}
.btn-play:before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}
.btn-play:after {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.btn-video-play {
  background-color: #FFFFFF;
  border: 1px solid #FFFFFF;
  border-radius: 50%;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #c2a74e;
  font-size: 20px;
  height: 90px;
  left: 50%;
  line-height: 90px;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 90px;
  z-index: 1;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .btn-video-play {
    font-size: 16px;
    height: 50px;
    line-height: 48px;
    width: 50px;
  }
}
.btn-video-play:hover {
  background-color: transparent;
  border-color: #c2a74e;
  transform: translate(-50%, -50%) scale(1.15);
  -webkit-transform: translate(-50%, -50%) scale(1.15);
  -moz-transform: translate(-50%, -50%) scale(1.15);
  -ms-transform: translate(-50%, -50%) scale(1.15);
  -o-transform: translate(-50%, -50%) scale(1.15);
}
.btn-video-play:before, .btn-video-play:after {
  display: none;
}

.accordion-one {
  position: relative;
  top: -3px;
}
.accordion-one .accordion-item {
  background-color: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
  margin-bottom: 10px;
}
.accordion-one .accordion-item:last-child {
  margin-bottom: 0;
}
.accordion-one .accordion-item:first-of-type {
  border-radius: 0.25rem;
}
.accordion-one .accordion-item:not(:first-of-type) {
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.accordion-one .accordion-item .accordion-header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.accordion-one .accordion-item .accordion-button {
  background-color: rgba(0, 0, 0, 0.03);
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #06264b;
  font-size: 17px;
  font-weight: 700;
  padding: 13px 28px;
}
@media only screen and (max-width: 575px) {
  .accordion-one .accordion-item .accordion-button {
    font-size: 15px;
    padding: 13px 15px;
  }
}
.accordion-one .accordion-item .accordion-button:after {
  background: none;
  color: #06264b;
  content: "-";
  font-size: 30px;
  font-weight: 700;
  position: absolute;
  right: 11px;
  top: calc(50% - 22px);
  -webkit-transform: none;
          transform: none;
}
.accordion-one .accordion-item .accordion-button.collapsed:after {
  background: none;
  content: "+";
  font-size: 22px;
  right: 13px;
  top: calc(50% - 14px);
  -webkit-transform: none;
          transform: none;
}
.accordion-one .accordion-item .accordion-button:not(.collapsed) {
  background-color: rgba(0, 0, 0, 0.03);
}
.accordion-one .accordion-item .accordion-body {
  padding: 20px 28px;
}
@media only screen and (max-width: 575px) {
  .accordion-one .accordion-item .accordion-body {
    padding: 20px 15px;
  }
}
.accordion-one .accordion-item .accordion-body-desc {
  font-size: 14px;
  line-height: 24px;
}

.form-check {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}
.form-check .form-check-input {
  background-color: transparent;
  border: 2px solid #506781;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: 14px;
  height: 17px;
  margin-right: 8px;
  position: relative;
  top: -2px;
  width: 17px;
}
.form-check .form-check-input:checked {
  background-color: #c2a74e;
  border-color: #c2a74e;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #FFFFFF;
}
.form-check .form-check-input:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.form-check .form-check-input + .form-check-label {
  color: #06264b;
  cursor: pointer;
  font-size: 15px;
  width: 100%;
}
.form-check .form-check-input + .form-check-label span {
  float: right;
}

.offcanvas-backdrop,
.modal-backdrop {
  background-color: rgba(43, 43, 43, 0.92);
  cursor: url("../images/icons/cancel-white.png"), auto;
}
.offcanvas-backdrop.show,
.modal-backdrop.show {
  opacity: 1;
}

.fw-semi-bold {
  font-weight: 600 !important;
}

.text-hover-primary:hover {
  color: #c2a74e !important;
}
.text-hover-primary:hover i {
  color: #c2a74e !important;
}

.text-hover-headings-color:hover {
  color: #06264b !important;
}
.text-hover-headings-color:hover i {
  color: #06264b !important;
}

.bg-theme3 {
  background-color: #12a05c !important;
}

.bg-theme4 {
  background-color: #ff9900 !important;
}

.bg-gray-light {
  background-color: #f0f2f5 !important;
}

.row-align .col-align-left {
  width: 30%;
}
.row-align .col-align-right {
  width: 70%;
}

input:focus::-webkit-input-placeholder {
  color: transparent;
  opacity: 0;
}
input:focus:-moz-placeholder {
  color: transparent;
  opacity: 0;
}
input:focus::-moz-placeholder {
  color: transparent;
  opacity: 0;
}
input:focus:-ms-input-placeholder {
  color: transparent;
  opacity: 0;
}

.max-w-auto {
  max-width: none !important;
}

.rounded-10 {
  border-radius: 10px !important;
}

/*----------------------------------------*/
/*  Header CSS
/*----------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .header-area {
    padding: 27px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .header-area .header-action {
    margin-top: 2px;
  }
}
.header-two-area .main-nav-link {
  padding: 31px 14px 32px;
}
.header-three-area {
  padding: 22.5px 0;
}
.header-three-area .header-logo {
  text-align: center;
}
.header-top {
  border-bottom: 1px solid #eee;
  padding: 20px 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .header-top {
    border-bottom: none;
    padding: 27px 0;
  }
}

.header-transparent {
  background-color: transparent;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 8;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .header-transparent .header-area {
    padding: 35px 0;
  }
}

@media only screen and (max-width: 767px) {
  .header-logo-area img {
    max-width: 150px;
    position: relative;
    top: -1px;
  }
}
@media only screen and (max-width: 479px) {
  .header-logo-area img {
    max-width: 104px;
  }
}
@media only screen and (max-width: 479px) {
  .header-logo img {
    max-width: 115px;
  }
}

.header-info-dropdown {
  line-height: 1;
  margin-left: 20px;
}
.header-info-dropdown .btn-info {
  background-color: transparent;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #333333;
  cursor: pointer;
  display: inline-block;
  font-size: 20px;
  line-height: 1;
  margin-right: 0;
  padding: 0;
  position: relative;
  top: -1px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.header-info-dropdown .btn-info.dropdown-toggle:after {
  display: none;
}
.header-info-dropdown .btn-info:hover, .header-info-dropdown .btn-info:active, .header-info-dropdown .btn-info:focus {
  background-color: transparent;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #c2a74e;
}
.header-info-dropdown:last-child .btn-info {
  padding-right: 16px;
}
.header-info-dropdown:last-child .btn-info:before {
  display: none;
}
.header-info-dropdown:last-child .btn-info:after {
  right: 0;
}

.header-dropdown-menu {
  width: 300px;
  padding: 26px 30px 32px;
  border: none;
  background-color: #FFFFFF;
  -webkit-box-shadow: 10px 25px 80px rgba(150, 150, 150, 0.5);
          box-shadow: 10px 25px 80px rgba(150, 150, 150, 0.5);
}
.header-dropdown-menu-title {
  font-size: 18px;
  margin-bottom: 0;
  padding-bottom: 19px;
  border-bottom: 1px solid #ccc;
  letter-spacing: 0.2px;
}
.header-dropdown-menu-title.style-two {
  padding-top: 10px;
}
.header-dropdown-menu ul {
  font-size: 16px;
  margin: 0;
  padding: 18px 0 0 0;
  list-style: none;
  letter-spacing: 0.2px;
}
.header-dropdown-menu ul:not(:last-child) {
  margin-bottom: 20px;
}
.header-dropdown-menu ul li + li {
  margin-top: 20px;
}

.header-navigation {
  margin-left: 56px;
  position: relative;
}
.header-navigation-light .main-nav > li.active > a {
  color: #FFFFFF;
}
.header-navigation-light .main-nav > li > a {
  color: #FFFFFF;
}
.header-navigation-light .main-nav > li > a:hover {
  color: #c2a74e;
}

.main-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.main-nav-item {
  position: relative;
  margin: 0 14px;
}
.main-nav-item:first-child {
  margin-left: 0;
}
.main-nav-item:first-child .main-nav-link {
  padding-left: 0;
}
.main-nav-item:last-child {
  margin-right: 0;
}
.main-nav-item:last-child .main-nav-link {
  padding-right: 0;
}
.main-nav-link {
  color: #333333;
  font-size: 18px;
  padding: 45px 14px;
  display: inline-block;
  line-height: 1;
  position: relative;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
.main-nav-link:hover {
  color: #c2a74e;
}
.main-nav li.active > a {
  color: #c2a74e;
}
.main-nav li.active ul li.active > a {
  color: #c2a74e;
}
.main-nav li.active ul li.active ul li.active > a {
  color: #c2a74e !important;
}

.has-submenu:hover .submenu-nav, .has-submenu:hover .submenu-nav-mega {
  margin-top: 0;
  opacity: 1;
  visibility: visible;
  pointer-events: visible;
}

.submenu-nav {
  -webkit-box-shadow: 0 1px 24px 0 rgba(0, 0, 0, 0.09);
          box-shadow: 0 1px 24px 0 rgba(0, 0, 0, 0.09);
  background-color: #FFFFFF;
  border-radius: 0 0 4px 4px;
  color: #000000;
  left: -15px;
  opacity: 0;
  margin-top: 30px;
  min-width: 230px;
  padding: 0 0;
  position: absolute;
  pointer-events: none;
  top: 100%;
  visibility: hidden;
  width: 230px;
  z-index: 9999;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
.submenu-nav-item {
  border-bottom: 1px solid rgba(173, 181, 189, 0.15);
  padding: 0;
  margin-bottom: 0;
}
.submenu-nav-item:last-child {
  margin-bottom: 0;
  border-bottom: none;
}
.submenu-nav-link {
  color: #1d1d1d;
  display: block;
  font-size: 13px;
  padding: 11px 25px 10px;
  position: relative;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
.submenu-nav-link:hover {
  color: #c2a74e;
  background-color: rgba(173, 181, 189, 0.15);
}
.submenu-nav .has-submenu {
  position: relative;
}
.submenu-nav .has-submenu .submenu-nav-link:before {
  content: "\f105";
  font-family: "FontAwesome";
  right: 20px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
}
.submenu-nav .has-submenu .submenu-nav {
  border-radius: 0;
  -webkit-box-shadow: 0 0 3.76px 0.24px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 3.76px 0.24px rgba(0, 0, 0, 0.5);
  left: 100%;
  right: auto;
  top: 8px;
  opacity: 0;
  visibility: hidden;
  margin-top: 30px;
}
.submenu-nav .has-submenu .submenu-nav .submenu-nav-link:before {
  display: none;
}
.submenu-nav .has-submenu .submenu-nav .submenu-nav-link:hover {
  color: #c2a74e;
}
.submenu-nav .has-submenu:hover .submenu-nav-link {
  color: #c2a74e;
}
.submenu-nav .has-submenu:hover .submenu-nav {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}
.submenu-nav .has-submenu:hover .submenu-nav .submenu-nav-link {
  color: #1d1d1d;
}
.submenu-nav .has-submenu:hover .submenu-nav .submenu-nav-link:hover {
  color: #c2a74e;
}

.submenu-nav-mega {
  -webkit-box-shadow: 0 1px 24px 0 rgba(0, 0, 0, 0.09);
          box-shadow: 0 1px 24px 0 rgba(0, 0, 0, 0.09);
  background-color: #FFFFFF;
  border-radius: 0 0 4px 4px;
  color: #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  left: 50%;
  opacity: 0;
  margin-top: 30px;
  min-width: 720px;
  padding: 0;
  position: absolute;
  pointer-events: none;
  top: 100%;
  visibility: hidden;
  width: 230px;
  z-index: 9999;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transform: translate(-50%, 0%);
  -webkit-transform: translate(-50%, 0%);
  -moz-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  -o-transform: translate(-50%, 0%);
}
.submenu-nav-mega-item {
  border-right: 1px solid rgba(173, 181, 189, 0.15);
  border-bottom: none;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  margin: 0;
  padding: 0;
}
.submenu-nav-mega-item:last-child {
  border-right: none;
}
.submenu-nav-mega-item:hover .mega-title {
  color: #c2a74e;
  text-decoration: none;
}
.submenu-nav-mega-item ul > li {
  border-bottom: 1px solid rgba(173, 181, 189, 0.15);
}
.submenu-nav-mega-item ul > li:first-child {
  border-top: 1px solid rgba(173, 181, 189, 0.15);
}
.submenu-nav-mega-item ul > li:last-child {
  border-bottom: none;
}
.submenu-nav-mega-link {
  color: #1d1d1d;
  display: block;
  font-size: 13px;
  padding: 11px 35px 10px;
  position: relative;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
.submenu-nav-mega-link:hover {
  color: #c2a74e;
  background-color: rgba(173, 181, 189, 0.15);
  text-decoration: none;
}
.submenu-nav-mega .mega-title {
  color: #2d2d2d;
  display: block;
  font-size: 13px;
  font-weight: 600;
  padding: 18px 35px 15px;
  text-decoration: none;
  text-transform: uppercase;
}
.submenu-nav-mega .mega-title:hover {
  background-color: transparent;
  cursor: auto;
  text-decoration: none;
}
.submenu-nav-mega .has-submenu {
  position: relative;
}
.submenu-nav-mega .has-submenu a:before {
  content: "\f105";
  font-family: "FontAwesome";
  right: 20px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
}
.submenu-nav-mega .has-submenu .submenu-nav {
  border-radius: 0;
  -webkit-box-shadow: 0 0 3.76px 0.24px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 3.76px 0.24px rgba(0, 0, 0, 0.5);
  left: 100%;
  right: auto;
  top: 8px;
  opacity: 0;
  visibility: hidden;
  margin-top: 30px;
}
.submenu-nav-mega .has-submenu .submenu-nav a:before {
  display: none;
}
.submenu-nav-mega .has-submenu .submenu-nav a:hover {
  color: #c2a74e;
}
.submenu-nav-mega .has-submenu:hover a {
  color: #c2a74e;
}
.submenu-nav-mega .has-submenu:hover .submenu-nav {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}
.submenu-nav-mega .has-submenu:hover .submenu-nav a {
  color: #1d1d1d;
}
.submenu-nav-mega .has-submenu:hover .submenu-nav a:hover {
  color: #c2a74e;
}

.header-search-box {
  background-color: transparent;
  position: relative;
  width: 100%;
}
.header-search-box .form-control {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #eee;
  border-radius: 0;
  color: #06264b;
  font-size: 15px;
  height: 50px;
  line-height: 50px;
  padding: 5px 165px 5px 29px;
  width: 100%;
}
.header-search-box .form-control::-webkit-input-placeholder {
  color: #919191;
}
.header-search-box .form-control:-moz-placeholder {
  color: #919191;
}
.header-search-box .form-control::-moz-placeholder {
  color: #919191;
}
.header-search-box .form-control:-ms-input-placeholder {
  color: #919191;
}
.header-search-box .btn-src {
  background-color: #c2a74e;
  border: none;
  border-radius: 3px;
  color: #FFFFFF;
  display: inline-block;
  font-size: 18px;
  height: 50px;
  letter-spacing: -0.1px;
  line-height: 50px;
  margin: 0;
  padding: 0 41px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 50%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
}
.header-search-box .btn-src .icon {
  margin-left: 1px;
}
.header-search-box .btn-src:hover {
  background-color: #06264b;
  color: #FFFFFF;
}

.header-action-cart {
  background-color: transparent;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #333333;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 20px;
  line-height: 1;
  padding: 0;
  position: relative;
}
.header-action-cart .cart-icon {
  position: relative;
  top: -1px;
}
.header-action-cart .cart-amount {
  font-size: 18px;
  margin-left: 4px;
}
.header-action-cart .cart-count {
  background-color: #1f2226;
  border-radius: 50%;
  color: #FFFFFF;
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  height: 22px;
  line-height: 22px;
  position: absolute;
  text-align: center;
  left: 5px;
  top: -22px;
  width: 22px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .header-action-cart .cart-count {
    top: -20px;
  }
}
.header-action-cart:hover {
  color: #c2a74e;
}

.header-action-wishlist {
  color: #313131;
  font-size: 23px;
  line-height: 1;
  margin-right: 24px;
}

.header-action-account {
  border-right: 1px solid #454545;
  color: #494343;
  font-weight: 500;
  line-height: 1;
  padding-right: 19px;
  margin-right: 20px;
  min-width: 134px;
}
.header-action-account .icon {
  font-size: 21px;
}

.header-action-user {
  color: #313131;
  font-size: 21px;
  line-height: 1;
}

.btn-menu {
  background-color: #333333;
  border: none;
  border-radius: 50%;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #FFFFFF;
  font-size: 18px;
  height: 35px;
  line-height: 35px;
  outline: 1px solid #333333;
  outline-offset: 5px;
  text-align: center;
  width: 35px;
}
@media only screen and (max-width: 479px) {
  .btn-menu {
    margin-left: 12px;
  }
}
.btn-menu:hover {
  background-color: #06264b;
}
.btn-menu:active, .btn-menu:focus, .btn-menu:focus:not(:focus-visible) {
  outline: 1px solid #333333;
  outline-offset: 5px;
}
.btn-menu-two {
  background-color: transparent;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #333;
  font-size: 20px;
  height: auto;
  line-height: 1;
  margin-left: 20px;
  padding: 0;
  width: auto;
}

.btn-search-menu {
  background-color: transparent;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #333333;
  font-size: 20px;
  line-height: 1;
  padding: 0;
  position: relative;
  top: -4px;
  margin-right: 26px;
}
.btn-search-menu svg {
  width: 20px;
}
.btn-search-menu:hover {
  color: #c2a74e;
}

.phone-item-action {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #333333;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 20px;
  position: relative;
  top: -2px;
}
.phone-item-action .icon {
  font-size: 30px;
  margin-right: 6px;
  position: relative;
  top: 2px;
}

.sidebar-cart-modal {
  background-color: #FFFFFF;
  -webkit-box-shadow: 0 0 87px 0 rgba(0, 0, 0, 0.09);
          box-shadow: 0 0 87px 0 rgba(0, 0, 0, 0.09);
  top: 0;
  width: 403px;
  padding: 0;
  min-height: 100vh;
  bottom: 0;
  z-index: 9999;
  right: 0;
}
@media only screen and (max-width: 575px) {
  .sidebar-cart-modal {
    padding: 0 15px 15px;
    width: 310px;
  }
}
.sidebar-cart-modal .offcanvas-header {
  padding: 0;
  position: absolute;
  right: 21px;
  top: 13px;
}
.sidebar-cart-modal .offcanvas-header .btn-close {
  background-image: none;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #06264b;
  font-size: 32px;
  line-height: 1;
  margin: 0;
  opacity: 1;
  padding: 0;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.sidebar-cart-modal .offcanvas-header .btn-close:hover {
  color: #c2a74e;
}
.sidebar-cart-modal .sidebar-cart-inner {
  padding: 0;
}
.sidebar-cart-modal .sidebar-cart-inner .sidebar-cart-content .cart-close {
  background: transparent;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #06264b;
  position: absolute;
  font-size: 20px;
  line-height: 1;
  top: 15px;
  right: 15px;
}
.sidebar-cart-modal .sidebar-cart-inner .sidebar-cart-content .cart-close:hover {
  color: #c2a74e;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}
.sidebar-cart-modal .sidebar-cart-inner .sidebar-cart-content .sidebar-cart-all {
  height: 100%;
  overflow-y: auto;
}
.sidebar-cart-modal .sidebar-cart-inner .sidebar-cart-content .sidebar-cart-all .cart-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 20px 30px;
  border-bottom: 1px solid rgba(129, 129, 129, 0.2);
}
@media only screen and (max-width: 575px) {
  .sidebar-cart-modal .sidebar-cart-inner .sidebar-cart-content .sidebar-cart-all .cart-header {
    padding: 20px 15px;
  }
}
.sidebar-cart-modal .sidebar-cart-inner .sidebar-cart-content .sidebar-cart-all .cart-header > h3 {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0;
}

.cart-content ul li {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}
.cart-content ul li:last-child {
  margin-bottom: 0;
}
.cart-content ul li .cart-img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 70px;
          flex: 0 0 70px;
}
.cart-content ul li .cart-img a img {
  border-radius: 4px;
  width: 100%;
}
.cart-content ul li .cart-title {
  margin-left: 20px;
}
.cart-content ul li .cart-title h4 {
  font-weight: 400;
  font-size: 15px;
  line-height: 1.2;
  width: 100%;
  margin: 0 0 11px;
}
.cart-content ul li .cart-title h4 a {
  color: #06264b;
  font-weight: 400;
  font-size: 15px;
}
.cart-content ul li .cart-title h4 a:hover {
  text-decoration: underline;
}
.cart-content ul li .cart-title h4.font-size-width-inc {
  font-size: 16px;
  font-weight: 500;
}
.cart-content ul li .cart-title span {
  font-size: 15px;
  color: #06264b;
}
.cart-content ul li .cart-title span span.price {
  color: #06264b;
  font-size: 16px;
}
.cart-content ul li .cart-delete {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 100;
      -ms-flex-positive: 100;
          flex-grow: 100;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.cart-content ul li .cart-delete a {
  color: #000000;
  display: block;
  font-size: 20px;
  margin-top: -6px;
  text-align: right;
}
.cart-content ul li .cart-delete a:hover {
  color: #c2a74e;
}
.cart-content .cart-total {
  display: block;
  width: 100%;
  border-top: 1px dashed #e5e5e5;
  border-bottom: 1px dashed #e5e5e5;
}
.cart-content .cart-total.cart-total-padding-2 {
  padding: 15px 0;
  margin: 18px 0;
}
.cart-content .cart-total h4 {
  font-size: 15px;
  margin: 0;
  font-weight: 500;
  color: #000000;
}
.cart-content .cart-total h4 span {
  font-size: 18px;
  color: #c2a74e;
  float: right;
  font-weight: 600;
  margin-top: -3px;
}
.cart-content .cart-checkout-btn {
  display: block;
  width: 100%;
}
.cart-content .cart-checkout-btn a {
  width: 100%;
  display: block;
  margin: 10px 0 0;
  text-align: center;
  padding: 13px 20px 12px;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
  border-radius: 3px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.cart-content .cart-checkout-btn a.cart-btn {
  color: #06264b;
  border: 1px solid #e5e3e3;
}
.cart-content .cart-checkout-btn a.cart-btn:hover {
  background-color: #06264b;
  border-color: #06264b;
  color: #FFFFFF;
}
.cart-content .cart-checkout-btn a.checkout-btn {
  background-color: #c2a74e;
  border: 1px solid #c2a74e;
  color: #FFFFFF;
}
.cart-content .cart-checkout-btn a.checkout-btn:hover {
  border: 1px solid #06264b;
  background-color: #06264b;
}
.cart-content .cart-checkout-btn a:first-child {
  margin-top: 0;
}
.cart-content.cart-content-padding ul {
  margin: 0;
  padding: 30px;
}
@media only screen and (max-width: 575px) {
  .cart-content.cart-content-padding ul {
    padding: 30px 0;
  }
}
.cart-content.cart-content-padding .cart-total {
  padding: 24px 30px;
}
@media only screen and (max-width: 575px) {
  .cart-content.cart-content-padding .cart-total {
    padding: 24px 0;
  }
}
.cart-content.cart-content-padding .cart-checkout-btn {
  padding: 36px 30px 30px;
}
@media only screen and (max-width: 575px) {
  .cart-content.cart-content-padding .cart-checkout-btn {
    padding: 36px 0 30px;
  }
}

.aside-search-box-wrapper .offcanvas-header {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 0;
}
.aside-search-box-wrapper .btn-close {
  -webkit-box-shadow: none;
          box-shadow: none;
  position: absolute;
  background-image: none;
  border: 1px solid #06264b;
  color: #06264b;
  opacity: 1;
  font-size: 20px;
  top: 12px;
  width: 32px;
  padding: 0;
  margin: 0;
  height: 32px;
  line-height: 30px;
  border-radius: 50%;
  right: 30px;
  z-index: 999;
}
.aside-search-box-wrapper .btn-close:hover {
  color: #FFFFFF;
  background-color: #c2a74e;
  border-color: #c2a74e;
}
.aside-search-box-wrapper .offcanvas-body {
  padding-top: 64px;
}
.aside-search-box-wrapper .search-note p {
  font-size: 15px;
  text-transform: capitalize;
  color: #06264b;
  margin-bottom: 10px;
}
.aside-search-box-wrapper .search-form {
  position: relative;
}
.aside-search-box-wrapper .search-form .form-control {
  border: 1px solid #06264b;
  color: #06264b;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
  height: 60px;
  font-size: 13px;
  line-height: 60px;
  text-transform: capitalize;
  padding: 10px 85px 10px 24px;
}
.aside-search-box-wrapper .search-form .form-control::-webkit-input-placeholder {
  color: rgba(6, 38, 75, 0.6);
}
.aside-search-box-wrapper .search-form .form-control:-moz-placeholder {
  color: rgba(6, 38, 75, 0.6);
}
.aside-search-box-wrapper .search-form .form-control::-moz-placeholder {
  color: rgba(6, 38, 75, 0.6);
}
.aside-search-box-wrapper .search-form .form-control:-ms-input-placeholder {
  color: rgba(6, 38, 75, 0.6);
}
.aside-search-box-wrapper .search-form .search-button {
  border: none;
  background-color: #06264b;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 80px;
  font-size: 18px;
  color: #FFFFFF;
}
.aside-search-box-wrapper .search-form .search-button:hover {
  color: #FFFFFF;
  background-color: #c2a74e;
}
.aside-search-box-wrapper.offcanvas-top {
  height: 215px;
}

.aside-side-menu-wrapper {
  padding: 40px 30px 50px;
}
.aside-side-menu-wrapper.offcanvas-end {
  background-color: #FFFFFF;
  border: 1px solid #999;
  -webkit-box-shadow: 0 0 87px 0 rgba(0, 0, 0, 0.09);
          box-shadow: 0 0 87px 0 rgba(0, 0, 0, 0.09);
  width: 330px;
}
@media only screen and (max-width: 479px) {
  .aside-side-menu-wrapper.offcanvas-end {
    width: 310px;
  }
}
.aside-side-menu-wrapper .offcanvas-header {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
}
.aside-side-menu-wrapper .offcanvas-header .btn-close {
  background-color: #343538;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #06264b;
  font-size: 18px;
  height: 40px;
  left: -40px;
  line-height: 40px;
  margin: 0;
  opacity: 1;
  padding: 0;
  position: absolute;
  top: 0;
  width: 40px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  z-index: 999;
}
@media only screen and (max-width: 479px) {
  .aside-side-menu-wrapper .offcanvas-header .btn-close {
    background: transparent;
    color: #06264b;
    font-size: 15px;
    height: auto;
    left: auto;
    right: 30px;
    width: auto;
  }
}
.aside-side-menu-wrapper .offcanvas-header .btn-close .icon {
  color: #FFFFFF;
  position: relative;
  top: -1px;
}
@media only screen and (max-width: 479px) {
  .aside-side-menu-wrapper .offcanvas-header .btn-close .icon {
    color: #06264b;
  }
}
.aside-side-menu-wrapper .offcanvas-header .btn-close:hover .icon {
  color: #c2a74e;
}
.aside-side-menu-wrapper .offcanvas-body {
  padding: 0;
}

.aside-search-form {
  border-bottom: 1px solid #ddd;
  margin-bottom: 27px;
  padding-bottom: 40px;
  width: 100%;
}
.aside-search-form form {
  position: relative;
}
.aside-search-form .form-control {
  border: 1px solid #ddd;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
  font-family: "Roboto", sans-serif;
  height: 52px;
  font-size: 14px;
  line-height: 50px;
  padding: 4px 50px 3px 15px;
}
.aside-search-form .form-control::-webkit-input-placeholder {
  color: #06264b;
}
.aside-search-form .form-control:-moz-placeholder {
  color: #06264b;
}
.aside-search-form .form-control::-moz-placeholder {
  color: #06264b;
}
.aside-search-form .form-control:-ms-input-placeholder {
  color: #06264b;
}
.aside-search-form .search-button {
  border: none;
  border-left: 1px solid #ddd;
  border-radius: 5px 0 0 5px;
  background-color: transparent;
  color: #06264b;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 49px;
  font-size: 18px;
}
.aside-search-form .search-button::-webkit-input-placeholder {
  color: #06264b;
}
.aside-search-form .search-button:-moz-placeholder {
  color: #06264b;
}
.aside-search-form .search-button::-moz-placeholder {
  color: #06264b;
}
.aside-search-form .search-button:-ms-input-placeholder {
  color: #06264b;
}
.aside-search-form .search-button:hover {
  color: #c2a74e;
}

.offcanvas-body {
  position: relative;
}
.offcanvas-body .res-mobile-menu {
  border-bottom: 1px solid #ddd;
  margin-bottom: 28px;
  padding-bottom: 27px;
}

.offcanvas-menu {
  position: relative;
  z-index: 1;
}

.offcanvas-menu::before {
  background-color: #FFFFFF;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

.offcanvas-menu ul ul {
  display: none;
}

.offcanvas-menu > ul > li > ul li {
  border-bottom: 0px;
}
.offcanvas-menu > ul > li > ul li a {
  padding: 5px 15px;
  font-weight: 400;
  font-size: 13px;
  color: #06264b;
}
.offcanvas-menu > ul > li > ul li a:not(:only-child):after {
  font-size: 8px;
  right: 1px;
  top: 4px;
}

.offcanvas-menu > ul > li > ul li > ul li {
  border-bottom: 0px;
}
.offcanvas-menu > ul > li > ul li > ul li a {
  padding: 7px 30px;
  font-size: 13px;
  color: #06264b;
}

.offcanvas-menu li.active > ul {
  display: block;
}

.offcanvas-menu li a {
  color: #06264b;
  display: block;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 18px;
  padding: 10px 0px;
  position: relative;
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media only screen and (max-width: 479px) {
  .offcanvas-menu li a {
    font-size: 15px;
  }
}
.offcanvas-menu li a:hover {
  color: #c2a74e;
}
.offcanvas-menu li a:hover:after {
  color: #c2a74e;
}

.offcanvas-menu a:not(:only-child):after {
  color: #06264b;
  content: "\efc2";
  font-family: "IcoFont";
  font-size: 9px;
  position: absolute;
  right: 0;
  top: 10px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.offcanvas-menu .active > a:not(:only-child):after {
  content: "\ef9a";
}

.offcanvas-menu-two {
  border-bottom: 1px solid #ddd;
  margin-bottom: 28px;
  padding-bottom: 27px;
}
.offcanvas-menu-two a:not(:only-child):after {
  color: #06264b;
  content: "\e604";
  font-family: "simple-line-icons";
  font-size: 10px;
  position: absolute;
  right: 0;
  top: 9px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.offcanvas-menu-two .active > a:not(:only-child):after {
  content: "\e604";
}

@media only screen and (min-width: 992px) {
  .home-four-wrapper .aside-side-menu-wrapper.offcanvas-end {
    left: 0;
    right: auto;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  .home-four-wrapper .aside-side-menu-wrapper.offcanvas.show {
    -webkit-transform: none;
            transform: none;
  }
  .home-four-wrapper .aside-side-menu-wrapper .offcanvas-header .btn-close {
    left: auto;
    right: -40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 479px) {
  .home-four-wrapper .aside-side-menu-wrapper .offcanvas-header .btn-close {
    left: auto;
    right: 30px;
  }
}

/*----------------------------------------*/
/*  Footer CSS
/*----------------------------------------*/
.footer-area {
  background: #f1f1f1;
}
.footer-logo {
  display: inline-block;
  margin-bottom: 15px;
  margin-top: 1px;
}

.footer-main {
  background-color: #f1f1f1;
  padding: 79px 0 108px;
}
.footer-main .widget-title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 29px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-main .widget-title {
    margin-bottom: 17px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-main .widget-title {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .footer-main .widget-title.widget-collapsed-title {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .footer-main .widget-title.widget-collapsed-title {
    background-color: #06264b;
    border-radius: 10px;
    color: #FFFFFF;
    cursor: pointer;
    display: block;
    font-size: 15px;
    margin-bottom: 0;
    padding: 12px 20px 14px;
    position: relative;
  }
}
@media only screen and (max-width: 575px) {
  .footer-main .widget-title.widget-collapsed-title {
    font-size: 15px;
    padding: 15px 20px;
  }
}
.footer-main .widget-title.widget-collapsed-title:before {
  font-size: 10px;
  content: "\efc2";
  font-family: "IcoFont";
  position: absolute;
  right: 0;
  height: 100%;
  width: 60px;
  text-align: center;
  top: calc(50% - 8px);
}
.footer-main .widget-title.widget-collapsed-title:not(.collapsed) {
  border-radius: 10px 10px 0 0;
}
@media only screen and (max-width: 767px) {
  .footer-main .widget-title.widget-collapsed-title:not(.collapsed) {
    border-bottom: 1px solid #071f3c;
  }
}
.footer-main .widget-title.widget-collapsed-title:not(.collapsed):before {
  content: "\ef9a";
  font-family: "IcoFont";
}
.footer-main .widget-collapse-body {
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
@media only screen and (min-width: 768px) {
  .footer-main .widget-collapse-body {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .footer-main .widget-collapse-body {
    background-color: #06264b;
    border: 1px solid #06264b;
    border-radius: 0 0 10px 10px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-main .widget-collapse-body .widget-nav,
.footer-main .widget-collapse-body .widget-contact {
    padding: 25px 22px 10px;
  }
}

.widget-nav li {
  font-size: 16px;
  list-style: circle;
  margin-bottom: 21px;
  margin-left: 16px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .widget-nav li {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .widget-nav li {
    color: #FFFFFF;
  }
}
.widget-nav li a {
  margin-left: -1px;
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media only screen and (max-width: 767px) {
  .widget-nav li a {
    color: #FFFFFF;
  }
}
.widget-nav li a:hover {
  color: #c2a74e;
}

.widget-social .social-item {
  font-size: 25px;
  margin: 0 10px;
}
.widget-social .social-item:first-child {
  margin-left: 0;
}
.widget-social .social-item:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 767px) {
  .widget-social-list {
    padding: 25px 22px 10px;
  }
}
.widget-social-list li {
  font-size: 16px;
  list-style: none;
  margin-bottom: 21px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .widget-social-list li {
    font-size: 14px;
  }
}
.widget-social-list li a {
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.widget-social-list li a:hover {
  color: #c2a74e;
}
.widget-social-list li a .icon {
  margin-right: 17px;
  position: relative;
  top: 3px;
}

.widget-info-item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .widget-info-item {
    font-size: 13px;
  }
}
.widget-info-item .icon {
  display: inline-block;
  font-size: 20px;
  margin-right: 15px;
}
@media only screen and (max-width: 767px) {
  .widget-info-item .icon {
    font-size: 16px;
  }
}

@media only screen and (max-width: 767px) {
  .widget-about {
    padding: 20px 22px 0;
  }
}
.widget-about .widget-about-desc {
  margin-bottom: 28px;
}
@media only screen and (max-width: 767px) {
  .widget-about .widget-about-desc {
    font-size: 13px;
    margin-bottom: 0;
  }
}

.widget-contact {
  padding-top: 2px;
}
.widget-contact-desc {
  color: #e2e2e2;
  font-size: 16px;
  line-height: 1.625;
  margin-bottom: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .widget-contact-desc {
    font-size: 14px;
    margin-bottom: 25px;
  }
}
.widget-contact-desc a {
  color: #c2a74e;
  font-weight: 700;
}
.widget-contact-desc a:hover {
  color: #cf5913;
}
.widget-contact-two:before {
  display: none;
}

.widget-app-info .social-items {
  margin-top: 27px;
}
.widget-app-desc {
  color: #c8c8c8;
  line-height: 1.625;
  margin-bottom: 29px;
}

@media only screen and (max-width: 767px) {
  .widget-newsletter {
    padding: 27px 20px;
  }
}
@media only screen and (max-width: 767px) {
  .widget-newsletter .newsletter-form .form-control {
    border-color: #FFFFFF;
    color: #FFFFFF;
  }
  .widget-newsletter .newsletter-form .form-control::-webkit-input-placeholder {
    color: #eee;
  }
  .widget-newsletter .newsletter-form .form-control:-moz-placeholder {
    color: #eee;
  }
  .widget-newsletter .newsletter-form .form-control::-moz-placeholder {
    color: #eee;
  }
  .widget-newsletter .newsletter-form .form-control:-ms-input-placeholder {
    color: #eee;
  }
}
@media only screen and (max-width: 767px) {
  .widget-newsletter .newsletter-form .btn-submit {
    background-color: #FFFFFF;
    border-color: #FFFFFF;
    color: #06264b;
  }
  .widget-newsletter .newsletter-form .btn-submit:hover {
    background-color: #c2a74e;
    border-color: #c2a74e;
    color: #FFFFFF;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .newsletter-content-note, .newsletter-content-desc {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .newsletter-content-note, .newsletter-content-desc {
    color: #FFFFFF;
  }
}

.footer-bottom {
  background-color: #666666;
  border-top: 1px solid #666666;
  padding: 20px 0;
}
.footer-bottom-two {
  border-top: 1px solid #4d4d4d;
  text-align: center;
  padding: 51px 0 50px;
}
.footer-bottom-two .copyright {
  margin-bottom: 0;
  margin-top: 25px;
}
.footer-bottom-nav {
  color: #c8c8c8;
  margin-bottom: 22px;
}
.footer-bottom-nav a {
  color: #c8c8c8;
}
.footer-bottom-nav a:hover {
  color: #c2a74e;
}

.copyright {
  color: #a1a1a1;
  font-size: 15px;
  margin: 0;
}
.copyright i {
  color: #eb3e32;
  font-size: 12px;
  margin: 0 4px;
}

.footer-two-area .footer-main {
  background-color: #303030;
  padding: 86px 0 96px;
}
@media only screen and (max-width: 767px) {
  .footer-two-area .footer-main {
    padding: 80px 0 110px;
  }
}
.footer-two-area .footer-main .widget-title {
  color: #FFFFFF;
}
@media only screen and (max-width: 767px) {
  .footer-two-area .footer-main .widget-title.widget-collapsed-title {
    background-color: #1f2226;
  }
}
@media only screen and (max-width: 767px) {
  .footer-two-area .footer-main .widget-title.widget-collapsed-title:not(.collapsed) {
    border-bottom: 1px solid #353535;
  }
}
@media only screen and (max-width: 767px) {
  .footer-two-area .footer-main .widget-collapse-body {
    background-color: #1f2226;
    border: 1px solid #1f2226;
    border-radius: 0 0 10px 10px;
  }
}
.footer-two-area .widget-nav li {
  color: #FFFFFF;
}
.footer-two-area .widget-nav li a {
  color: #FFFFFF;
}
.footer-two-area .widget-nav li a:hover {
  color: #c2a74e;
}
.footer-two-area .widget-social-list li {
  color: #FFFFFF;
}
.footer-two-area .widget-social-list li a {
  color: #FFFFFF;
}
.footer-two-area .widget-social-list li a:hover {
  color: #c2a74e;
}
.footer-three-area .footer-main {
  background-color: #f6f6f6;
  padding: 86px 0 96px;
}
@media only screen and (max-width: 767px) {
  .footer-three-area .footer-main {
    padding: 80px 0 110px;
  }
}
.footer-four-area .footer-main {
  background-color: #f7f2f1;
  padding: 89px 0 113px;
}
@media only screen and (max-width: 767px) {
  .footer-four-area .footer-main {
    padding: 80px 0 110px;
  }
}
.footer-four-area .widget-desc {
  color: #333333;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.5px;
  line-height: 32px;
  margin-bottom: 40px;
  margin-top: 45px;
}
@media only screen and (max-width: 767px) {
  .footer-four-area .widget-desc {
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 30px;
    margin-top: 35px;
  }
}

/*----------------------------------------*/
/*  Wrapper CSS
/*----------------------------------------*/
.section-title {
  margin-bottom: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-title {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .section-title {
    margin-bottom: 40px;
  }
}
.section-title .sub-title {
  letter-spacing: 0.25px;
  margin-bottom: 24px;
}
@media only screen and (max-width: 767px) {
  .section-title .sub-title {
    margin-bottom: 17px;
  }
}
.section-title .title {
  line-height: 1.25;
}
.section-title .desc {
  color: #1f2226;
  margin-bottom: 0;
}
.section-two-title {
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
  padding-bottom: 14px;
}
.section-two-title .title {
  font-size: 22px;
  line-height: 1.2;
}

.page-header-area {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #f7f7f7;
}

.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
  margin-bottom: 0;
  padding: 55px 0;
}
.breadcrumb-item {
  color: #1f2226;
  font-size: 15px;
  line-height: 1;
  margin-right: 18px;
  position: relative;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .breadcrumb-item {
    font-size: 14px;
  }
}
.breadcrumb-item:before {
  position: absolute;
  width: 18px;
  height: 1px;
  background-color: #fff;
  content: "";
  right: -21px;
  top: 7px;
  z-index: 1;
  -webkit-transform: rotate(115deg);
  transform: rotate(115deg);
}
.breadcrumb-item:last-child {
  margin-right: 0;
}
.breadcrumb-item.active {
  color: #1f2226;
}
.breadcrumb-item.active:before {
  display: none;
}
.breadcrumb-item.active:hover {
  color: #1f2226;
}
.breadcrumb-item:hover {
  color: #c2a74e;
}
.breadcrumb-item a {
  color: #1f2226;
}
.breadcrumb-item a:hover {
  color: #c2a74e;
}
.breadcrumb-item + .breadcrumb-item:before {
  display: none;
}

.ht-popup-video .video-popup {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.swiper-grid-column > .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: inherit;
  -webkit-box-direction: inherit;
  -ms-flex-direction: inherit;
  flex-direction: inherit;
}
.swiper-grid-column > .swiper-wrapper .swiper-slide {
  margin-top: 0 !important;
}

.swiper-shadow-space {
  margin: -15px 0;
}
.swiper-shadow-space .swiper-slide {
  padding: 15px 0;
}

.fancybox__content {
  background-color: transparent;
  outline: none;
  border: none;
  padding: 0;
  margin: 0;
}

.fancybox__backdrop {
  cursor: url("../images/icons/cancel-white.png"), auto;
}

.features-wrp {
  margin-top: 28px;
  padding: 61px 0;
}

.feature-item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 30px 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .feature-item {
    padding: 30px 5px;
  }
}
.feature-item:hover img {
  -webkit-animation: 0.5s ease-in-out 0s normal none 1 running tada;
  animation: 0.5s ease-in-out 0s normal none 1 running tada;
}
.feature-item p {
  color: #757575;
  font-size: 16px;
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .feature-item p {
    font-size: 14px;
  }
}
.feature-icon {
  margin-right: 15px;
  position: relative;
  top: 4px;
  background: #fff;
  border-radius: 10px;
}
.feature-icon img {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.feature-title {
  color: #242424;
  font-weight: 700;
  letter-spacing: 0.5px;
  margin-bottom: 6px;
}

.divider-area {
  overflow: hidden;
  padding: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .divider-area {
    padding: 36px 0 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .divider-area {
    padding: 0 0 55px;
  }
}
@media only screen and (max-width: 767px) {
  .divider-area {
    padding: 0 0 55px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .divider-area img {
    margin-bottom: -40px;
    margin-top: -30px;
  }
}
@media only screen and (max-width: 767px) {
  .divider-area img {
    margin-bottom: -40px;
    margin-top: -25px;
  }
}
@media only screen and (max-width: 479px) {
  .divider-area img {
    margin-bottom: 0;
    margin-top: 10px;
  }
}
.divider-title {
  color: #1f2226;
  font-size: 35px;
  line-height: 40px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .divider-title {
    font-size: 24px;
    margin-bottom: 15px;
  }
}
.divider-content {
  position: relative;
  z-index: 1;
}
.divider-desc p {
  color: #1f2226;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 28px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .divider-desc p {
    font-size: 14px;
    margin-bottom: 18px;
  }
}

.main-content-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.main-content-area .content-area {
  padding-left: 30px;
  width: calc(100% - 306px);
}
.main-content-area .sidebar-area {
  width: 306px;
}

.bg-white-wrp {
  position: relative;
  z-index: 1;
}
.bg-white-wrp:before {
  background-color: #FFFFFF;
  content: "";
  height: 100%;
  left: -15px;
  position: absolute;
  top: 0;
  width: 30px;
  z-index: -1;
}
.bg-white-wrp:after {
  background-color: #FFFFFF;
  content: "";
  height: 100%;
  position: absolute;
  right: -15px;
  top: 0;
  width: 30px;
  z-index: -1;
}

@media only screen and (min-width: 1550px) {
  .video-area .container {
    max-width: 1280px;
  }
}
.video-wrp {
  border-radius: 30px;
  text-align: center;
}

.faq-content .accordion-one .accordion-item {
  border: 1px solid #06264b;
}
.faq-content .accordion-one .accordion-item .accordion-header {
  border-bottom: 1px solid #06264b;
}
.faq-content .accordion-one .accordion-item .accordion-button {
  font-size: 16px;
}
.faq-content .accordion-one .accordion-item .accordion-button:not(.collapsed) {
  background-color: rgba(0, 0, 0, 0.03);
}
.faq-content .accordion-one .accordion-item .accordion-body-desc {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  line-height: 24px;
}

.scroll-to-top {
  background-color: #c2a74e;
  border: none;
  border-radius: 50%;
  bottom: 60px;
  color: #FFFFFF;
  cursor: pointer;
  display: none;
  font-size: 18px;
  height: 50px;
  line-height: 52px;
  position: fixed;
  right: 20px;
  text-align: center;
  width: 50px;
  z-index: 100;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 575px) {
  .scroll-to-top {
    right: 30px;
    bottom: 15px;
  }
}
@media only screen and (max-width: 479px) {
  .scroll-to-top {
    bottom: 70px;
  }
}
@media only screen and (max-width: 359px) {
  .scroll-to-top {
    bottom: 100px;
    font-size: 13px;
    height: 30px;
    line-height: 32px;
    width: 30px;
  }
}
.scroll-to-top:hover {
  background-color: #fc6539;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #FFFFFF;
}

/*----------------------------------------*/
/*  Home Slider CSS
/*----------------------------------------*/
.hero-slider-area {
  margin: 0 auto;
}

.hero-slide-item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #effafa;
  height: 700px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-slide-item {
    height: 600px !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-slide-item {
    height: 480px !important;
  }
}
@media only screen and (max-width: 767px) {
  .hero-slide-item {
    height: auto !important;
  }
}
@media only screen and (max-width: 575px) {
  .hero-slide-item {
    height: auto !important;
  }
}
.hero-slide-item.slide-item-two {
  height: 800px !important;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-slide-item.slide-item-two {
    height: 540px !important;
  }
}
@media only screen and (max-width: 767px) {
  .hero-slide-item.slide-item-two {
    height: auto !important;
  }
}
@media only screen and (max-width: 575px) {
  .hero-slide-item.slide-item-two {
    height: auto !important;
  }
}
@media only screen and (max-width: 767px), only screen and (max-width: 575px) {
  .hero-slide-item.slide-item-two .hero-slide-content {
    margin-top: 120px;
  }
}
@media only screen and (max-width: 767px), only screen and (max-width: 575px) {
  .hero-slide-item.slide-item-two .hero-slide-thumb {
    margin-bottom: 70px;
    margin-top: 30px;
  }
}
.hero-slide-item .container {
  position: relative;
}
.hero-slide-item.swiper-slide-active .hero-slide-content .hero-slide-sub-title,
.hero-slide-item.swiper-slide-active .hero-slide-content .hero-slide-title,
.hero-slide-item.swiper-slide-active .hero-slide-content .hero-slide-desc,
.hero-slide-item.swiper-slide-active .hero-slide-content .btn-wrp .btn,
.hero-slide-item.swiper-slide-active .hero-slide-content .btn-play-wrp {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.hero-slide-item.swiper-slide-active .hero-slide-content .hero-slide-sub-title {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
  -webkit-animation-delay: 1.3s;
  animation-delay: 1.3s;
}
.hero-slide-item.swiper-slide-active .hero-slide-content .hero-slide-title {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
  -webkit-animation-delay: 1.3s;
  animation-delay: 1.3s;
}
.hero-slide-item.swiper-slide-active .hero-slide-content .hero-slide-desc {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}
.hero-slide-item.swiper-slide-active .hero-slide-content .btn-wrp .btn {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
  -webkit-animation-delay: 1.6s;
  animation-delay: 1.6s;
}
.hero-slide-item.swiper-slide-active .hero-slide-content .btn-play-wrp {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}
.hero-slide-item.swiper-slide-active .hero-slide-thumb {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-duration: 1.2s;
  animation-duration: 1.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@media only screen and (max-width: 767px), only screen and (max-width: 575px) {
  .hero-slide-thumb {
    margin-bottom: 60px;
    text-align: center;
  }
}
@media only screen and (max-width: 767px), only screen and (max-width: 575px) {
  .hero-slide-thumb img {
    max-width: 300px;
  }
}
.hero-slide-content {
  margin-top: 5px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 767px), only screen and (max-width: 575px) {
  .hero-slide-content {
    margin-top: 70px;
    text-align: center;
  }
}
.hero-slide-sub-title {
  color: #c2a74e;
  font-size: 22px;
  margin-bottom: 13px;
}
@media only screen and (max-width: 767px), only screen and (max-width: 575px) {
  .hero-slide-sub-title {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
.hero-slide-title {
  line-height: 70px;
  margin-bottom: 13px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .hero-slide-title {
    line-height: 1.2;
  }
}
.hero-slide-desc {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 1.75;
  margin-bottom: 22px;
}
@media only screen and (max-width: 767px) {
  .hero-slide-desc {
    font-size: 14px;
  }
}

.hero-slide-one-pagination.swiper-pagination-bullets {
  bottom: 27px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  left: 50%;
  position: absolute;
  right: auto;
  width: auto;
  z-index: 1;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
}
.hero-slide-one-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
  background-color: transparent;
  border: 1px solid #c2a74e;
  border-radius: 50%;
  height: 8px;
  margin: 0 8px;
  opacity: 1;
  outline: 1px solid #c2a74e;
  outline-offset: 3px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 8px;
}
.hero-slide-one-pagination.swiper-pagination-bullets .swiper-pagination-bullet:hover {
  background-color: #c2a74e;
}
.hero-slide-one-pagination.swiper-pagination-bullets .swiper-pagination-bullet-active {
  background-color: #c2a74e;
}

.hero-slider-container {
  position: relative;
}
.hero-slider-container .swiper-button-prev, .hero-slider-container .swiper-button-next {
  background-color: #e1e1e1;
  border: 1px solid #e1e1e1;
  border-radius: 50%;
  bottom: 80px;
  color: #FFFFFF;
  font-size: 20px;
  height: 50px;
  left: 100px;
  line-height: 56px;
  text-align: center;
  top: auto;
  width: 50px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media only screen and (min-width: 1200px) and (max-width: 1549px) {
  .hero-slider-container .swiper-button-prev, .hero-slider-container .swiper-button-next {
    bottom: 30px;
    left: 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .hero-slider-container .swiper-button-prev, .hero-slider-container .swiper-button-next {
    bottom: 15px;
    font-size: 14px;
    height: 40px;
    left: 30px;
    line-height: 38px;
    width: 40px;
  }
}
.hero-slider-container .swiper-button-prev:hover, .hero-slider-container .swiper-button-next:hover {
  background-color: #c2a74e;
  border-color: #c2a74e;
  color: #FFFFFF;
}
.hero-slider-container .swiper-button-prev:hover:after, .hero-slider-container .swiper-button-next:hover:after {
  left: 75px;
  opacity: 1;
  visibility: visible;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .hero-slider-container .swiper-button-prev:hover:after, .hero-slider-container .swiper-button-next:hover:after {
    left: 50px;
  }
}
.hero-slider-container .swiper-button-prev:before, .hero-slider-container .swiper-button-next:before {
  content: "\e607";
  font-family: "Simple-Line-Icons";
  font-size: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .hero-slider-container .swiper-button-prev:before, .hero-slider-container .swiper-button-next:before {
    font-size: 14px;
  }
}
.hero-slider-container .swiper-button-prev:after, .hero-slider-container .swiper-button-next:after {
  color: #000000;
  content: "Prev";
  font-family: "Lato", sans-serif;
  font-size: 16px;
  left: 65px;
  line-height: 50px;
  opacity: 0;
  position: absolute;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .hero-slider-container .swiper-button-prev:after, .hero-slider-container .swiper-button-next:after {
    left: 40px;
  }
}
.hero-slider-container .swiper-button-prev.swiper-button-two, .hero-slider-container .swiper-button-next.swiper-button-two {
  bottom: auto;
  left: auto;
  right: 50px;
  top: calc(50% - 38px);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .hero-slider-container .swiper-button-prev.swiper-button-two, .hero-slider-container .swiper-button-next.swiper-button-two {
    right: 30px;
    top: calc(50% - 28px);
  }
}
@media only screen and (max-width: 479px) {
  .hero-slider-container .swiper-button-prev.swiper-button-two, .hero-slider-container .swiper-button-next.swiper-button-two {
    bottom: 70px;
    top: auto;
  }
}
.hero-slider-container .swiper-button-prev.swiper-button-two:after, .hero-slider-container .swiper-button-next.swiper-button-two:after {
  display: none;
}
.hero-slider-container .swiper-button-prev.swiper-button-three, .hero-slider-container .swiper-button-next.swiper-button-three {
  bottom: auto;
  font-size: 22px;
  height: 60px;
  left: 18px;
  line-height: 60px;
  right: auto;
  top: calc(50% - 8px);
  width: 60px;
}
@media only screen and (min-width: 1200px) and (max-width: 1549px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .hero-slider-container .swiper-button-prev.swiper-button-three, .hero-slider-container .swiper-button-next.swiper-button-three {
    display: none;
  }
}
.hero-slider-container .swiper-button-prev.swiper-button-three:before, .hero-slider-container .swiper-button-next.swiper-button-three:before {
  content: "\e605";
}
.hero-slider-container .swiper-button-prev.swiper-button-three:after, .hero-slider-container .swiper-button-next.swiper-button-three:after {
  display: none;
}
.hero-slider-container .swiper-button-prev {
  bottom: 143px;
}
@media only screen and (min-width: 1200px) and (max-width: 1549px) {
  .hero-slider-container .swiper-button-prev {
    bottom: 93px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .hero-slider-container .swiper-button-prev {
    bottom: 62px;
  }
}
.hero-slider-container .swiper-button-next {
  line-height: 58px;
}
.hero-slider-container .swiper-button-next:before {
  content: "\e604";
}
.hero-slider-container .swiper-button-next:after {
  content: "Next";
}
.hero-slider-container .swiper-button-next.swiper-button-two {
  top: calc(50% + 32px);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .hero-slider-container .swiper-button-next.swiper-button-two {
    top: calc(50% + 22px);
  }
}
@media only screen and (max-width: 479px) {
  .hero-slider-container .swiper-button-next.swiper-button-two {
    bottom: 20px;
    top: auto;
  }
}
.hero-slider-container .swiper-button-next.swiper-button-three {
  left: auto;
  right: 18px;
}
.hero-slider-container .swiper-button-next.swiper-button-three:before {
  content: "\e606";
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate(-100px);
    transform: translate(-100px);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate(-100px);
    transform: translate(-100px);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@-webkit-keyframes ripple {
  70% {
    -webkit-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@keyframes ripple {
  70% {
    -webkit-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100px, 0, 0);
    transform: translate3d(-100px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100px, 0, 0);
    transform: translate3d(-100px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -60px, 0);
    transform: translate3d(0, -60px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -60px, 0);
    transform: translate3d(0, -60px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes tada {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes tada {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/*----------------------------------------*/
/*  Product CSS
/*----------------------------------------*/
.product-item {
  border: 1px solid #f1f1f1;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.product-item:hover {
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.product-item:hover .product-item-thumb-wrap .product-item-tab-btn.nav-tabs {
  opacity: 1;
  visibility: visible;
}
.product-item:hover .product-item-thumb-wrap .countdown1 {
  opacity: 0;
  visibility: hidden;
}
.product-item:hover .product-item-thumb img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.product-item:hover .product-item-action .product-action-btn {
  opacity: 1;
  visibility: visible;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
}
.product-item-thumb-wrap {
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
  display: block;
  overflow: hidden;
  position: relative;
}
.product-item-thumb-wrap .product-item-tab-btn.nav-tabs {
  border: none;
  bottom: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 50%;
  margin: 0;
  opacity: 0;
  position: absolute;
  visibility: hidden;
  width: 100%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.product-item-thumb-wrap .product-item-tab-btn.nav-tabs .nav-link {
  background-size: cover;
  border: 3px solid rgba(0, 0, 0, 0.55);
  border-radius: 0;
  height: 52.7px;
  margin-right: 4px;
  width: 46px;
}
.product-item-thumb-wrap .product-item-tab-btn.nav-tabs .nav-link:last-child {
  margin-right: 0;
}
.product-item-thumb-wrap .product-item-tab-btn.nav-tabs .nav-link.active {
  border-color: #c2a74e;
}
.product-item-thumb-wrap .countdown1 {
  bottom: 10px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  left: 10px;
  padding: 0;
  position: absolute;
  right: 10px;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
.product-item-thumb img {
  width: 100%;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.product-item-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  left: 50%;
  position: absolute;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.product-item-action .product-action-btn {
  background-color: #FFFFFF;
  border: none;
  border-radius: 50%;
  color: #06264b;
  font-size: 20px;
  height: 50px;
  line-height: 50px;
  margin: 2px;
  opacity: 0;
  text-align: center;
  -webkit-transition-delay: 150ms;
          transition-delay: 150ms;
  width: 50px;
  transform: translate(0, 30px);
  -webkit-transform: translate(0, 30px);
  -moz-transform: translate(0, 30px);
  -ms-transform: translate(0, 30px);
  -o-transform: translate(0, 30px);
  transition: all 0.3s ease 0s;
  -webkit-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;
}
@media only screen and (max-width: 575px) {
  .product-item-action .product-action-btn {
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    width: 40px;
  }
}
.product-item-action .product-action-btn[data-tooltip-text]:before {
  font-size: 10px;
  line-height: 1;
  position: absolute;
  z-index: 3;
  bottom: 60%;
  left: 50%;
  visibility: hidden;
  padding: 5px 10px;
  content: attr(data-tooltip-text);
  cursor: default;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
  opacity: 0;
  color: #fff;
  border-radius: 50px;
  background-color: #1F2226;
  transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
}
.product-item-action .product-action-btn:hover {
  color: #c2a74e;
}
.product-item-action .product-action-btn:hover[data-tooltip-text]:before {
  bottom: calc(100% + 3px);
  visibility: visible;
  opacity: 1;
}
.product-item-action .product-action-btn + .product-action-btn {
  transition: all 0.3s ease 0.2s;
  -webkit-transition: all 0.3s ease 0.2s;
  -moz-transition: all 0.3s ease 0.2s;
  -ms-transition: all 0.3s ease 0.2s;
  -o-transition: all 0.3s ease 0.2s;
}
.product-item-action .product-action-btn + .product-action-btn + .product-action-btn {
  transition: all 0.3s ease 0.4s;
  -webkit-transition: all 0.3s ease 0.4s;
  -moz-transition: all 0.3s ease 0.4s;
  -ms-transition: all 0.3s ease 0.4s;
  -o-transition: all 0.3s ease 0.4s;
}
.product-item-action .product-action-btn + .product-action-btn + .product-action-btn + .product-action-btn {
  transition: all 0.3s ease 0.6s;
  -webkit-transition: all 0.3s ease 0.6s;
  -moz-transition: all 0.3s ease 0.6s;
  -ms-transition: all 0.3s ease 0.6s;
  -o-transition: all 0.3s ease 0.6s;
}
.product-item-info {
    background-color: #fff;
  padding: 20px 15px 24px;
  position: relative;
}
.product-item-quantity {
  margin-bottom: 16px;
}
.product-item-quantity-text {
  font-size: 15px;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 10px;
  margin-top: 4px;
}
.product-item-quantity-progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 8px;
  border-radius: 10px;
  background-color: #cccccc;
}
.product-item-quantity-progress-bar {
  height: 100%;
  border-radius: 10px;
  background-color: #c2a74e;
}
.product-item-title {
  line-height: 1.5;
  margin-bottom: 7px;
}
@media only screen and (max-width: 767px), only screen and (max-width: 575px) {
  .product-item-title {
    font-size: 15px;
  }
}
.product-item-title a {
  color: #06264b;
}
.product-item-title a:hover {
  color: #c2a74e;
}
.product-item-price {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #f26522;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 19px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 17px;
}
.product-item-price .price-old {
  color: #06264b;
  font-size: 13px;
  font-weight: 400;
  margin-right: 8px;
  position: relative;
  text-decoration: line-through;
  top: -1px;
}
.product-item-review-icon {
  color: #fdb819;
  font-size: 15px;
  line-height: 1;
  margin-left: -2px;
}
.product-item-review-icon img {
  margin: 0 1.74px;
}
.product-item-review-icon i {
  margin: 0 2.5px;
}
.product-item .label {
  background-color: #f06325;
  border-radius: 30px;
  color: #FFFFFF;
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-size: 10px;
  font-weight: 700;
  line-height: 15px;
  min-width: 50px;
  padding: 3px 8px;
  position: absolute;
  right: 10px;
  text-align: center;
  text-transform: uppercase;
  top: 12px;
}
.product-item .label-two {
  top: 46px;
}
.product-item .label-new {
  background-color: #1f2226;
  left: 10px;
  right: auto;
}
.product-two-item {
  border: 1px solid #f1f1f1;
  position: relative;
  overflow: hidden;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.product-two-item:hover .product-two-item-thumb-wrap .product-item-tab-btn.nav-tabs {
  opacity: 1;
  visibility: visible;
}
.product-two-item:hover .product-two-item-thumb-wrap .countdown1 {
  opacity: 0;
  visibility: hidden;
}
.product-two-item:hover .product-two-item-thumb img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.product-two-item:hover .product-two-item-action .product-action-btn {
  opacity: 1;
  visibility: visible;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
}
.product-two-item-thumb-wrap {
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
  display: block;
  overflow: hidden;
  position: relative;
}
.product-two-item-thumb-wrap .product-item-tab-btn.nav-tabs {
  border: none;
  bottom: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 50%;
  margin: 0;
  opacity: 0;
  position: absolute;
  visibility: hidden;
  width: 100%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.product-two-item-thumb-wrap .product-item-tab-btn.nav-tabs .nav-link {
  background-size: cover;
  border: 3px solid rgba(0, 0, 0, 0.55);
  border-radius: 0;
  height: 52.7px;
  margin-right: 4px;
  width: 46px;
}
.product-two-item-thumb-wrap .product-item-tab-btn.nav-tabs .nav-link:last-child {
  margin-right: 0;
}
.product-two-item-thumb-wrap .product-item-tab-btn.nav-tabs .nav-link.active {
  border-color: #c2a74e;
}
.product-two-item-thumb-wrap .countdown1 {
  bottom: 10px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  left: 10px;
  padding: 0;
  position: absolute;
  right: 10px;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
.product-two-item-thumb img {
  width: 100%;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.product-two-item-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  left: 50%;
  position: absolute;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.product-two-item-action .product-action-btn {
  background-color: #FFFFFF;
  border: none;
  border-radius: 50%;
  color: #06264b;
  font-size: 20px;
  height: 50px;
  line-height: 50px;
  margin: 2px;
  opacity: 0;
  text-align: center;
  -webkit-transition-delay: 150ms;
          transition-delay: 150ms;
  width: 50px;
  transform: translate(0, 30px);
  -webkit-transform: translate(0, 30px);
  -moz-transform: translate(0, 30px);
  -ms-transform: translate(0, 30px);
  -o-transform: translate(0, 30px);
  transition: all 0.3s ease 0s;
  -webkit-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;
}
.product-two-item-action .product-action-btn[data-tooltip-text]:before {
  font-size: 10px;
  line-height: 1;
  position: absolute;
  z-index: 3;
  bottom: 60%;
  left: 50%;
  visibility: hidden;
  padding: 5px 10px;
  content: attr(data-tooltip-text);
  cursor: default;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
  opacity: 0;
  color: #fff;
  border-radius: 50px;
  background-color: #1F2226;
  transition: all 0.3s ease 0s;
  -webkit-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;
}
.product-two-item-action .product-action-btn:hover {
  color: #c2a74e;
}
.product-two-item-action .product-action-btn:hover[data-tooltip-text]:before {
  bottom: 100%;
  visibility: visible;
  opacity: 1;
}
.product-two-item-info {
  padding: 20px 15px 24px 0;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .product-two-item-info {
    padding: 23px 15px 23px 25px;
  }
}
.product-two-item-info .product-item-action {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  opacity: 1;
  visibility: visible;
  -webkit-transform: none;
          transform: none;
  position: relative;
  bottom: auto;
  top: auto;
  left: 0;
  right: auto;
}
.product-two-item-info .product-item-action .product-action-btn {
  border: 1px solid #06264b;
  border-radius: 0;
  height: auto;
  line-height: 1;
  margin: 2px 4px;
  opacity: 1;
  padding: 13px 19px 10px;
  position: relative;
  -webkit-transform: none;
          transform: none;
  visibility: visible;
  width: auto;
}
@media only screen and (max-width: 575px) {
  .product-two-item-info .product-item-action .product-action-btn {
    padding: 13px 13px 10px;
  }
}
.product-two-item-info .product-item-action .product-action-btn.action-btn-cart {
  font-size: 18px;
  padding: 12px 19px 11px;
}
@media only screen and (max-width: 575px) {
  .product-two-item-info .product-item-action .product-action-btn.action-btn-cart {
    padding: 12px 13px 10px;
  }
}
.product-two-item-info .product-item-action .product-action-btn.action-btn-cart span {
  font-size: 14px;
  margin-left: 6px;
  position: relative;
  top: -3px;
}
.product-two-item-info .product-item-action .product-action-btn:first-child {
  margin-left: 0;
}
.product-two-item-info .product-item-action .product-action-btn:last-child {
  margin-right: 0;
}
.product-two-item-info .product-item-action .product-action-btn:hover {
  background-color: #c2a74e;
  border-color: #c2a74e;
  color: #FFFFFF;
}
.product-two-item-quantity {
  margin-bottom: 16px;
}
.product-two-item-quantity-text {
  font-size: 15px;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 10px;
  margin-top: 4px;
}
.product-two-item-quantity-progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 8px;
  border-radius: 10px;
  background-color: #cccccc;
}
.product-two-item-quantity-progress-bar {
  height: 100%;
  border-radius: 10px;
  background-color: #c2a74e;
}
.product-two-item-title {
  line-height: 1.5;
  margin-bottom: 18px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .product-two-item-title {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
.product-two-item-title a {
  color: #06264b;
}
.product-two-item-title a:hover {
  color: #c2a74e;
}
.product-two-item-desc {
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  line-height: 25px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .product-two-item-desc {
    font-size: 13px;
  }
}
.product-two-item-price {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #c2a74e;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 19px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 18px;
}
.product-two-item-price .price-old {
  color: #06264b;
  font-size: 13px;
  font-weight: 400;
  margin-left: 8px;
  position: relative;
  text-decoration: line-through;
  top: -1px;
}
.product-two-item-review-icon {
  color: #fdb819;
  font-size: 15px;
  line-height: 1;
  margin-bottom: 18px;
  margin-left: -2px;
}
.product-two-item-review-icon img {
  margin: 0 1.74px;
}
.product-two-item-review-icon i {
  margin: 0 2.5px;
}
.product-two-item .label {
  background-color: #c2a74e;
  border-radius: 30px;
  color: #FFFFFF;
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-size: 10px;
  font-weight: 700;
  line-height: 15px;
  min-width: 50px;
  padding: 3px 8px;
  position: absolute;
  right: 10px;
  text-align: center;
  text-transform: uppercase;
  top: 12px;
}
.product-two-item .label-two {
  top: 46px;
}
.product-two-item .label-new {
  background-color: #1f2226;
  left: 10px;
  right: auto;
}
.product-list-item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.product-list-item .product-item-action {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  left: auto;
  position: relative;
  top: auto;
  -webkit-transform: none;
          transform: none;
}
.product-list-item .product-item-action .product-action-btn {
  border: 1px solid #ccc;
  color: #06264b;
  font-size: 14px;
  height: 30px;
  line-height: 28px;
  margin-right: 3px;
  opacity: 1;
  position: relative;
  -webkit-transform: none;
          transform: none;
  visibility: visible;
  width: 30px;
}
.product-list-item .product-item-action .product-action-btn:last-child {
  margin-right: 0;
}
.product-list-item:hover .product-list-thumb img {
  transform: scale(1.03);
  -webkit-transform: scale(1.03);
  -moz-transform: scale(1.03);
  -ms-transform: scale(1.03);
  -o-transform: scale(1.03);
}
.product-list-thumb {
  border: 5px solid #fbfbfb;
  max-width: 30%;
  overflow: hidden;
}
.product-list-thumb img {
  width: 100%;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.product-list-info {
  max-width: 70%;
  padding: 8px 28px 0 15px;
  position: relative;
  width: 100%;
}
.product-list-title {
  line-height: 1.2;
  margin-bottom: 2px;
  margin-top: -6px;
}
@media only screen and (max-width: 575px) {
  .product-list-title {
    font-size: 14px;
  }
}
.product-list-title a {
  color: #06264b;
}
.product-list-title a:hover {
  color: #c2a74e;
}
.product-list-price {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #c2a74e;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 14px;
  line-height: 1;
  margin-bottom: 13px;
}
.product-list-price .price-old {
  color: #06264b;
  font-size: 14px;
  margin-left: 8px;
  text-decoration: line-through;
}
.product-list-review-icon {
  color: #ff9923;
  font-size: 14px;
  line-height: 1;
}
.product-list-review-icon i {
  margin: 0 0.5px;
}

.product-tab-content .nav-tabs {
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 56px;
  margin-top: -6px;
}
.product-tab-content .nav-tabs-two {
  margin-bottom: 30px;
  margin-top: 30px;
}
.product-tab-content .nav-tabs-two .nav-item {
  margin: 0 10px 10px;
}
@media only screen and (max-width: 575px) {
  .product-tab-content .nav-tabs-two .nav-item {
    margin: 0 4px 10px;
  }
}
.product-tab-content .nav-tabs-two .nav-item:first-child {
  margin-left: 0;
}
.product-tab-content .nav-tabs-two .nav-item:last-child {
  margin-right: 0;
}
.product-tab-content .nav-tabs-two .nav-link {
  background-color: #06264b;
  border-radius: 50px;
  color: #FFFFFF;
  line-height: 1;
  margin-bottom: 0;
  padding: 14px 25px;
}
@media only screen and (max-width: 767px) {
  .product-tab-content .nav-tabs-two .nav-link {
    font-size: 14px;
    padding: 11px 22px 13px;
  }
}
@media only screen and (max-width: 575px) {
  .product-tab-content .nav-tabs-two .nav-link {
    font-size: 13px;
    padding: 10px 15px;
  }
}
.product-tab-content .nav-tabs-two .nav-link:hover, .product-tab-content .nav-tabs-two .nav-link.active {
  background-color: #c2a74e;
  color: #FFFFFF;
}
.product-tab-content .nav-item {
  margin: 0 35px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .product-tab-content .nav-item {
    margin: 0 18px;
  }
}
@media only screen and (max-width: 575px) {
  .product-tab-content .nav-item {
    margin: 0 8px;
  }
}
.product-tab-content .nav-item:first-child {
  margin-left: 0;
}
.product-tab-content .nav-item:last-child {
  margin-right: 0;
}
.product-tab-content .nav-link {
  border: none;
  border-radius: 0;
  color: #1f2226;
  font-size: 18px;
  line-height: 1;
  margin-bottom: -2px;
  padding: 0;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media only screen and (max-width: 767px) {
  .product-tab-content .nav-link {
    font-size: 15px;
    padding: 0 0 10px 0;
  }
}
.product-tab-content .nav-link:hover {
  color: #c2a74e;
}
.product-tab-content .nav-link.active {
  background-color: transparent;
  color: #c2a74e;
}

.product-banner-item {
  overflow: hidden;
  position: relative;
}
.product-banner-item:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.product-banner-thumb img {
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  width: 100%;
}
.product-banner-content {
  left: 50px;
  position: absolute;
  top: 39px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .product-banner-content {
    left: 30px;
    top: 20px;
  }
}
.product-banner-two-content {
  left: 52px;
  position: absolute;
  top: 48px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product-banner-two-content {
    left: 40px;
    top: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .product-banner-two-content {
    top: 40px;
  }
}
@media only screen and (max-width: 479px) {
  .product-banner-two-content {
    left: 25px;
    top: 18px;
  }
}
.product-banner-subtitle {
  font-size: 15px;
  font-style: italic;
  margin-bottom: 17px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .product-banner-subtitle {
    margin-bottom: 7px;
  }
}
@media only screen and (max-width: 575px) {
  .product-banner-subtitle {
    font-size: 13px;
  }
}
.product-banner-title {
  color: #1f2226;
  font-size: 22px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .product-banner-title {
    font-size: 18px;
  }
}
.product-banner-two-title {
  font-size: 24px;
  margin-bottom: 19px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .product-banner-two-title {
    font-size: 22px;
    margin-bottom: 7px;
  }
}
@media only screen and (max-width: 575px) {
  .product-banner-two-title {
    font-size: 18px;
  }
}
.product-banner-desc {
  color: #1f2226;
}
.product-banner-btn {
  font-size: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .product-banner-btn {
    font-size: 14px;
  }
}
@media only screen and (max-width: 575px) {
  .product-banner-btn {
    font-size: 13px;
  }
}
.product-banner-two-item {
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1019607843);
          box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1019607843);
}
.product-banner-two-thumb img {
  width: 100%;
}

.swiper-button-style {
  position: relative;
}
.swiper-button-style .swiper-button-prev, .swiper-button-style .swiper-button-next {
  background-color: transparent;
  border: 1px solid #eee;
  border-radius: 50%;
  color: #06264b;
  font-size: 14px;
  height: 50px;
  left: 0;
  line-height: 50px;
  opacity: 0;
  text-align: center;
  top: calc(50% + 17px);
  visibility: hidden;
  width: 50px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  z-index: 9;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .swiper-button-style .swiper-button-prev, .swiper-button-style .swiper-button-next {
    height: 35px;
    line-height: 35px;
    width: 35px;
  }
}
.swiper-button-style .swiper-button-prev:hover, .swiper-button-style .swiper-button-next:hover {
  border-color: #c2a74e;
  color: #c2a74e;
}
.swiper-button-style .swiper-button-prev:before, .swiper-button-style .swiper-button-next:before {
  content: "\e605";
  font-family: "simple-line-icons";
  font-size: 14px;
}
.swiper-button-style .swiper-button-prev:after, .swiper-button-style .swiper-button-next:after {
  display: none;
}
.swiper-button-style .swiper-button-next {
  left: auto;
  right: 0;
}
.swiper-button-style .swiper-button-next:before {
  content: "\e606";
}
.swiper-button-style:hover .swiper-button-prev, .swiper-button-style:hover .swiper-button-next {
  opacity: 1;
  visibility: visible;
}
.swiper-button-style:hover .swiper-button-prev {
  left: -15px;
}
.swiper-button-style:hover .swiper-button-next {
  right: -15px;
}

.swiper-button-style2 {
  position: relative;
}
.swiper-button-style2 .swiper-button-prev, .swiper-button-style2 .swiper-button-next {
  background-color: #FFFFFF;
  border: 1px solid #e1e2e2;
  border-radius: 50%;
  color: #1f2226;
  font-size: 16px;
  height: 40px;
  left: 15px;
  line-height: 40px;
  opacity: 0;
  text-align: center;
  top: calc(50% + 22px);
  visibility: hidden;
  width: 40px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  z-index: 9;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
}
.swiper-button-style2 .swiper-button-prev:hover, .swiper-button-style2 .swiper-button-next:hover {
  background-color: #c2a74e;
  border-color: #c2a74e;
  color: #FFFFFF;
}
.swiper-button-style2 .swiper-button-prev:before, .swiper-button-style2 .swiper-button-next:before {
  content: "\e605";
  font-family: "simple-line-icons";
  font-size: 14px;
}
.swiper-button-style2 .swiper-button-prev:after, .swiper-button-style2 .swiper-button-next:after {
  display: none;
}
.swiper-button-style2 .swiper-button-next {
  left: auto;
  right: 15px;
}
.swiper-button-style2 .swiper-button-next:before {
  content: "\e606";
}
.swiper-button-style2:hover .swiper-button-prev, .swiper-button-style2:hover .swiper-button-next {
  opacity: 1;
  visibility: visible;
}
.swiper-button-style2:hover .swiper-button-prev {
  left: 0;
}
.swiper-button-style2:hover .swiper-button-next {
  right: 0;
}

.swiper-button-style3 {
  position: relative;
}
.swiper-button-style3 .swiper-button-prev, .swiper-button-style3 .swiper-button-next {
  background-color: transparent;
  border: 1px solid #eee;
  border-radius: 50%;
  color: #06264b;
  font-size: 14px;
  height: 40px;
  left: 0;
  line-height: 40px;
  opacity: 0;
  text-align: center;
  top: calc(50% + 17px);
  visibility: hidden;
  width: 40px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  z-index: 9;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
}
.swiper-button-style3 .swiper-button-prev:hover, .swiper-button-style3 .swiper-button-next:hover {
  border-color: #c2a74e;
  color: #c2a74e;
}
.swiper-button-style3 .swiper-button-prev:before, .swiper-button-style3 .swiper-button-next:before {
  content: "\e605";
  font-family: "simple-line-icons";
  font-size: 14px;
}
.swiper-button-style3 .swiper-button-prev:after, .swiper-button-style3 .swiper-button-next:after {
  display: none;
}
.swiper-button-style3 .swiper-button-next {
  left: auto;
  right: 0;
}
.swiper-button-style3 .swiper-button-next:before {
  content: "\e606";
}
.swiper-button-style3:hover .swiper-button-prev, .swiper-button-style3:hover .swiper-button-next {
  opacity: 1;
  visibility: visible;
}
.swiper-button-style3:hover .swiper-button-prev {
  left: -15px;
}
.swiper-button-style3:hover .swiper-button-next {
  right: -15px;
}

.countdown1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.countdown1 .count {
  background-color: rgba(0, 0, 0, 0.75);
  color: #FFFFFF;
  font-family: "Lato", sans-serif;
  margin-right: 4px;
  padding: 12px 4px 11px;
  text-align: center;
  width: 100%;
}
.countdown1 .count:last-child {
  margin-right: 0;
}
.countdown1 .count span {
  display: block;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}
.countdown1 .count span.amount {
  margin-bottom: 2px;
}
.countdown1 .count span.period {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
}
.countdown1 .count span.period .period-desc {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
}

.countdown2 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 770px;
  margin-bottom: 1px;
  padding: 18px 0 3px;
  gap: 25px;
}
@media only screen and (max-width: 479px) {
  .countdown2 {
    padding: 18px 15px 3px;
  }
}
.countdown2:before, .countdown2:after {
  position: absolute;
  z-index: -1;
  top: -7px;
  right: -7px;
  bottom: -7px;
  left: -7px;
  content: "";
  -webkit-box-shadow: 0 10px 30px 0 rgba(209, 209, 209, 0.5);
          box-shadow: 0 10px 30px 0 rgba(209, 209, 209, 0.5);
}
.countdown2:before {
  left: 6px;
  right: 6px;
  top: 6px;
}
.countdown2:after {
  bottom: -13px;
  left: 12px;
  right: 12px;
  top: 12px;
}
.countdown2 .count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 0;
}
.countdown2 .count .amount {
  font-size: 36px;
  line-height: 1;
  padding-right: 6px;
}
@media only screen and (max-width: 767px) {
  .countdown2 .count .amount {
    font-size: 24px;
  }
}
.countdown2 .count .period {
  -ms-flex-item-align: end;
      align-self: flex-end;
  font-size: 18px;
  line-height: 1;
  position: relative;
  top: -2px;
}
@media only screen and (max-width: 767px) {
  .countdown2 .count .period {
    font-size: 16px;
  }
}

/* Shop Top Bar */
.shop-top-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 15px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 41px;
  gap: 10px;
}
.shop-top-bar-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  gap: 10px;
}
.shop-top-bar-item label {
  font-size: 15px;
  margin: 0;
}
.shop-top-bar-item select {
  font-size: 15px;
  padding-right: 15px;
  border: none;
  background-color: transparent;
}
.shop-top-bar-item select.select-shoing + .nice-select {
  font-size: 15px;
  margin-left: 9px;
  min-width: 156px;
}
.shop-top-bar-item select.select-shoing + .nice-select:after {
  border: none;
  color: #06264b;
  content: "\ea99";
  font-family: "IcoFont";
  font-size: 17px;
  height: auto;
  line-height: 1;
  right: 0;
  top: calc(50% - 3px);
  -webkit-transform: none;
          transform: none;
  width: auto;
}
.shop-top-bar-item select.select-shoing-count + .nice-select {
  font-size: 15px;
  margin-left: 9px;
  min-width: 56px;
}
.shop-top-bar-item select.select-shoing-count + .nice-select:after {
  border: none;
  color: #06264b;
  content: "\ea99";
  font-family: "IcoFont";
  font-size: 17px;
  height: auto;
  line-height: 1;
  right: 0;
  top: calc(50% - 3px);
  -webkit-transform: none;
          transform: none;
  width: auto;
}
.shop-top-bar-item p {
  font-size: 15px;
}
.shop-top-bar-item .list-grid-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
}
.shop-top-bar-item .list-grid-toggle button {
  color: #06264b;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5px;
  border: none;
  background-color: transparent;
}
.shop-top-bar-item .list-grid-toggle button i {
  font-size: 18px;
}
.shop-top-bar-item .list-grid-toggle button.active {
  color: #c2a74e;
}
.shop-top-bar-item .nice-select {
  border: none;
  height: auto;
  line-height: 1;
  margin: 0;
  padding: 0;
  width: auto;
}

/* Shop Pro Qty */
.pro-qty {
  display: inline-block;
  font-weight: 500;
  margin-right: 10px;
  position: relative;
}
.pro-qty input {
  border: 2px solid #dedede;
  border-radius: 35px;
  color: #000000;
  height: 50px;
  font-size: 16px;
  padding: 0 25px 0;
  text-align: center;
  width: 90px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .pro-qty input {
    height: 45px;
  }
}
.pro-qty .qty-btn {
  cursor: pointer;
  position: absolute;
  line-height: 16px;
  color: #000000;
  top: calc(50% - 0px);
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  font-size: 16px;
  text-align: center;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.pro-qty .qty-btn:hover {
  color: #c2a74e;
}
.pro-qty .dec {
  right: 0;
  padding-right: 18px;
}
.pro-qty .inc {
  left: 0;
  padding-left: 18px;
}

.cart-table {
  width: 100%;
}
.cart-table thead {
  background-color: #f3f3f3;
}
.cart-table thead > tr th {
  color: #06264b;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 14px 23px 14px;
}
.cart-table thead > tr th.width-thumbnail {
  min-width: 130px;
}
.cart-table thead > tr th.width-name {
  min-width: 400px;
}
.cart-table thead > tr th.width-price {
  min-width: 162px;
}
.cart-table thead > tr th.width-quantity {
  min-width: 170px;
}
.cart-table thead > tr th.width-subtotal {
  min-width: 145px;
}
.cart-table thead > tr th.width-remove {
  min-width: 101px;
}
.cart-table tbody > tr {
  border-bottom: 1px solid #e5e5e5;
}
.cart-table tbody > tr td {
  padding: 23px;
}
.cart-table tbody > tr td.product-thumbnail a {
  display: block;
}
.cart-table tbody > tr td.product-thumbnail a img {
  width: 80px;
}
.cart-table tbody > tr td.product-name h5 {
  display: block;
  font-weight: 500;
  font-size: 15px;
  color: #06264b;
}
.cart-table tbody > tr td.product-name h5 a {
  color: #06264b;
}
.cart-table tbody > tr td.product-name h5 a:hover {
  color: #c2a74e;
}
.cart-table tbody > tr td.product-price span {
  font-size: 16px;
  font-weight: 500;
  color: #06264b;
}
.cart-table tbody > tr td.product-total span {
  font-size: 16px;
  font-weight: 500;
  color: #06264b;
}
.cart-table tbody > tr td.cart-quality .product-details-quality input {
  border: 1px solid #e5e5e5;
  background-color: transparent;
  color: #06264b;
  width: 95px;
  height: 40px;
  font-weight: 500;
  padding: 0 10px;
}
.cart-table tbody > tr td.cart-quality .product-details-quality input::-webkit-inner-spin-button {
  cursor: pointer;
  opacity: 1;
}
.cart-table tbody > tr td.cart-quality .product-details-quality input::-webkit-outer-spin-button {
  cursor: pointer;
  opacity: 1;
}
.cart-table tbody > tr td.product-remove a {
  font-size: 18px;
  color: #c2a74e;
  display: inline-block;
}
.cart-table tbody > tr td.product-remove a:hover {
  color: #06264b;
}

.cart-calculate-discount-wrap h4 {
  font-size: 20px;
  margin: 0 0 30px;
}

.cart-shiping-update-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 30px 0 100px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .cart-shiping-update-wrapper {
    margin: 40px 0 60px;
  }
}
@media only screen and (max-width: 479px) {
  .cart-shiping-update-wrapper {
    display: block;
  }
}

.cart-shiping-btn a {
  font-size: 14px;
  background-color: #c2a74e;
}
@media only screen and (max-width: 479px) {
  .cart-shiping-btn a {
    display: block;
    width: 100%;
  }
}
.cart-shiping-btn a.btn-link {
  background-color: #06264b;
  border: none;
  border-radius: 0;
  color: #FFFFFF;
  line-height: 1;
  min-height: auto;
  padding: 16px 20px;
  text-decoration: none;
}
.cart-shiping-btn a i {
  font-size: 16px;
  margin-right: 2px;
  position: relative;
  top: 0;
}
.cart-shiping-btn.continure-btn a {
  background-color: #c2a74e;
}
@media only screen and (max-width: 479px) {
  .cart-shiping-btn.continure-btn a {
    margin-bottom: 15px;
  }
}
.cart-shiping-btn.continure-btn a:hover {
  background-color: #06264b;
}
.cart-shiping-btn.update-btn a {
  background-color: #06264b;
}
.cart-shiping-btn.update-btn a:hover {
  background-color: #c2a74e;
}

.select-style {
  margin-bottom: 15px;
}
.select-style .select-active {
  border: 1px solid #d3d3d3;
  border-radius: 0;
  width: 100%;
  height: 49px;
  line-height: 49px;
  color: #06264b;
  margin-bottom: 15px;
  padding-left: 18px;
  padding-right: 20px;
}
@media only screen and (max-width: 767px) {
  .select-style .select-active {
    height: 42px;
    line-height: 42px;
  }
}

.calculate-discount-content p {
  font-size: 14px;
  margin-bottom: 18px;
  display: block;
  color: #06264b;
}
.calculate-discount-content .input-style {
  margin-bottom: 15px;
}
.calculate-discount-content .input-style input {
  background-color: transparent;
  border: 1px solid #d3d3d3;
  border-radius: 0;
  color: #06264b;
  height: 49px;
  padding: 2px 16px 2px 18px;
  width: 100%;
}
.calculate-discount-content .input-style input::-webkit-input-placeholder {
  color: #06264b;
  font-size: 14px;
  opacity: 1;
}
.calculate-discount-content .input-style input:-moz-placeholder {
  color: #06264b;
  font-size: 14px;
  opacity: 1;
}
.calculate-discount-content .input-style input::-moz-placeholder {
  color: #06264b;
  font-size: 14px;
  opacity: 1;
}
.calculate-discount-content .input-style input:-ms-input-placeholder {
  color: #06264b;
  font-size: 14px;
  opacity: 1;
}
.calculate-discount-content .input-style input:focus {
  border-color: #06264b;
}

.calculate-discount-btn a {
  background-color: #06264b;
  font-size: 14px;
  text-transform: capitalize;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .calculate-discount-btn a {
    font-size: 14px;
  }
}
.calculate-discount-btn a.btn {
  border-radius: 0;
  line-height: 1;
  min-height: auto;
  padding: 18px 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .calculate-discount-btn a.btn {
    padding: 11px 19px;
  }
}
.calculate-discount-btn a.btn-link {
  border: none;
  text-decoration: none;
  color: #FFFFFF;
}
.calculate-discount-btn a:hover {
  background-color: #c2a74e;
}

.grand-total-content {
  padding: 30px;
  padding: 34px 30px 33px;
  background-color: #f5f5f5;
}
.grand-total-content h5 {
  margin: 0;
  border-bottom: 1px solid #06264b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 0 18px;
}
.grand-total-content h5 span {
  color: #c2a74e;
}

.grand-total h4 {
  font-size: 20px;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0;
}
.grand-total h4 span {
  color: #c2a74e;
}

.grand-total-btn {
  margin-top: 24px;
}
.grand-total-btn a {
  font-size: 15px;
  text-transform: uppercase;
  background-color: #c2a74e;
  display: block;
  font-weight: 500;
}
.grand-total-btn a.btn {
  border-radius: 0;
  line-height: 1;
  min-height: auto;
  padding: 20px 15px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .grand-total-btn a.btn {
    padding: 14px 10px;
  }
}
.grand-total-btn a.btn-link {
  text-decoration: none;
  color: #FFFFFF;
}
.grand-total-btn a:hover {
  background-color: #06264b;
  border-color: #06264b;
}

.grand-shipping {
  padding: 38px 0 32px;
}
.grand-shipping > span {
  font-size: 16px;
}
.grand-shipping ul {
  padding: 17px 0 0px;
  margin: 0;
}
.grand-shipping ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 7px;
}
.grand-shipping ul li:last-child {
  margin-bottom: 0;
}
.grand-shipping ul li input {
  width: auto;
  height: auto;
}
.grand-shipping ul li input:hover {
  cursor: pointer;
}
.grand-shipping ul li label {
  font-size: 16px;
  font-weight: 400;
  color: #06264b;
  margin-left: 10px;
}

.shipping-country {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 35px;
  margin-bottom: 30px;
}
.shipping-country p {
  display: block;
  padding: 10px 20px;
  background-color: #4bb1cf;
  font-weight: 400;
  color: #fff;
  font-size: 14px;
  line-height: 1.7;
  border-left: 6px solid #3198b6;
}

.checkout-coupon-wrap > p {
  background-color: #f3f3f3;
  padding: 1.188rem 1.25rem;
  border-radius: 3px;
  position: relative;
}
.checkout-coupon-wrap > p.cart-page-title {
  font-size: 14px;
  color: #000000;
}
.checkout-coupon-wrap > p i {
  font-size: 13px;
  position: relative;
  top: 1px;
}
.checkout-coupon-wrap > p a {
  color: #06264b;
  margin-left: 6px;
  font-size: 14px;
}
.checkout-coupon-wrap > p a:hover {
  color: #c2a74e;
}

.checkout-coupon-content p {
  color: #666;
  margin: 0;
}
.checkout-coupon-content input {
  height: 55px;
  border: 1px solid #e5e5e5;
  background-color: transparent;
  color: #000000;
  font-size: 15px;
  padding: 2px 16px;
  margin: 25px 0 15px;
  width: 100%;
}
.checkout-coupon-content input:focus {
  border-color: #06264b;
}
.checkout-coupon-content button {
  border: none;
  background-color: #06264b;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  padding: 18px 35px 17px;
  position: relative;
  top: -2px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.checkout-coupon-content button:hover {
  background-color: #c2a74e;
}

.billing-info-wrap h4 {
  font-size: 20px;
  margin: 0 0 23px;
}

.billing-info label {
  color: #000000;
  display: block;
  margin: 0 0 15px;
}
@media only screen and (max-width: 767px) {
  .billing-info label {
    margin-bottom: 10px;
  }
}
.billing-info label abbr {
  color: #06264b;
}
.billing-info input {
  background-color: transparent;
  border: 1px solid #d3d3d3;
  border-radius: 0;
  color: #06264b;
  font-size: 14px;
  height: 49px;
  padding: 2px 16px;
  width: 100%;
}
.billing-info input::-webkit-input-placeholder {
  color: #06264b;
  font-size: 14px;
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  .billing-info input::-webkit-input-placeholder {
    font-size: 12px;
  }
}
.billing-info input:-moz-placeholder {
  color: #06264b;
  font-size: 14px;
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  .billing-info input:-moz-placeholder {
    font-size: 12px;
  }
}
.billing-info input::-moz-placeholder {
  color: #06264b;
  font-size: 14px;
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  .billing-info input::-moz-placeholder {
    font-size: 12px;
  }
}
.billing-info input:-ms-input-placeholder {
  color: #06264b;
  font-size: 14px;
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  .billing-info input:-ms-input-placeholder {
    font-size: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .billing-info input {
    height: 42px;
  }
}
.billing-info input:focus {
  border-color: #06264b;
}
.billing-info input.billing-address {
  margin-bottom: 20px;
}

.billing-select .select-style .select-active {
  border-color: #e5e5e5;
  border-width: 1px;
  padding-left: 16px;
}
.billing-select label {
  color: #000000;
  display: block;
  margin: 0 0 15px;
}
.billing-select label abbr {
  color: #f33;
}

.checkout-account input {
  border: 1px solid #e5e5e5;
  display: inline-block;
  float: left;
  height: 10px;
  width: 10px;
  position: relative;
  top: 10px;
  color: #495057;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .checkout-account input {
    top: 8px;
  }
}
.checkout-account input.checkout-toggle {
  cursor: pointer;
  top: 8px;
}
.checkout-account span {
  margin: 0 0 0 12px;
  font-size: 14px;
}

.additional-info-wrap {
  margin: 19px 0 -5px;
}
.additional-info-wrap label {
  color: #000000;
  display: block;
  margin: 0 0 15px;
}
.additional-info-wrap textarea {
  width: 100%;
  min-height: 92px;
  background-color: transparent;
  padding: 12px 16px;
  color: #06264b;
  font-size: 14px;
  border: 1px solid #e5e5e5;
}
@media only screen and (max-width: 767px) {
  .additional-info-wrap textarea::-webkit-input-placeholder {
    font-size: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .additional-info-wrap textarea:-moz-placeholder {
    font-size: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .additional-info-wrap textarea::-moz-placeholder {
    font-size: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .additional-info-wrap textarea:-ms-input-placeholder {
    font-size: 12px;
  }
}
.additional-info-wrap textarea:focus {
  border-color: #06264b;
}

.checkout-coupon-content,
.different-address {
  display: none;
}

.your-order-area h3 {
  font-size: 20px;
  margin: 0 0 21px;
}

.your-order-wrap {
  background-color: #f6f6f6;
  padding: 36px;
}
@media only screen and (max-width: 575px) {
  .your-order-wrap {
    padding: 30px 20px;
  }
}

.your-order-title h6 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-weight: 500;
  text-transform: uppercase;
  margin: 0 0 18px;
  padding: 0 0 22px;
  border-bottom: 1px solid #e5e5e5;
}

.your-order-product {
  padding-bottom: 21px;
}
.your-order-product ul {
  margin: 0;
}
.your-order-product ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 0 16px;
}
.your-order-product ul li:last-child {
  margin: 0 0 0;
}
.your-order-product ul li span {
  font-size: 16px;
  color: #c2a74e;
  font-weight: 500;
}

.your-order-subtotal {
  border-bottom: 1px solid #e5e5e5;
  border-top: 1px solid #e5e5e5;
  padding: 20px 0;
}
.your-order-subtotal h3 {
  font-size: 15px;
  font-weight: 500;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.your-order-subtotal h3 span {
  font-size: 18px;
  font-weight: 600;
  color: #c2a74e;
}

.your-order-shipping {
  padding: 21px 0 22px;
}
.your-order-shipping > span {
  font-size: 15px;
  font-weight: 500;
}
.your-order-shipping ul {
  padding: 17px 0 0px;
  margin: 0;
}
.your-order-shipping ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 7px;
}
.your-order-shipping ul li:last-child {
  margin-bottom: 0;
}
.your-order-shipping ul li input {
  cursor: pointer;
  width: auto;
  height: auto;
  position: relative;
  top: 3px;
}
.your-order-shipping ul li label {
  color: #666;
  cursor: pointer;
  font-size: 16px;
  font-weight: 400;
  margin-left: 10px;
}

.your-order-total {
  border-bottom: 1px solid #e5e5e5;
  border-top: 1px solid #e5e5e5;
  padding: 20px 0;
}
.your-order-total h3 {
  font-size: 20px;
  font-weight: 500;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.your-order-total h3 span {
  font-size: 22px;
  color: #c2a74e;
}

.payment-method {
  padding: 40px 0 10px;
}

.sin-payment {
  margin-bottom: 25px;
}
.sin-payment input {
  cursor: pointer;
  width: auto;
  display: inline-block;
  float: left;
  height: auto;
  margin-top: 5px;
}
.sin-payment label {
  color: #06264b;
  cursor: pointer;
  font-size: 15px;
  margin: 0px 0 0 21px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sin-payment label img {
  max-width: 140px;
  display: inline-block;
  margin: 0 5px;
}
.sin-payment label a {
  color: #000000;
  text-decoration: underline;
}
.sin-payment label a:hover {
  color: #c2a74e;
}

.payment-box {
  margin: 6px 0 0 21px;
  display: none;
}
.payment-box p {
  font-size: 14px;
  line-height: 24px;
  margin: 0;
}

.payment-condition {
  border-top: 1px solid #e5e5e5;
  padding: 20px 0 0;
  margin: 0 0 10px;
}
.payment-condition p {
  font-size: 14px;
  line-height: 1.9;
}
.payment-condition p a {
  color: #c2a74e;
  font-size: 14px;
}
.payment-condition p a:hover {
  text-decoration: underline;
}

.payment-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.payment-checkbox input {
  width: auto;
  height: auto;
}
.payment-checkbox span {
  color: #888;
  font-size: 14px;
  margin-left: 10px;
}
.payment-checkbox span a {
  color: #c2a74e;
  font-size: 14px;
}
.payment-checkbox span a:hover {
  text-decoration: underline;
}

.place-order {
  margin-top: 20px;
}
.place-order a {
  padding: 17px 20px;
  font-size: 14px;
  line-height: 1;
  color: #FFFFFF;
  text-transform: uppercase;
  font-weight: 500;
  display: block;
  text-align: center;
  background-color: #c2a74e;
}
@media only screen and (max-width: 767px) {
  .place-order a {
    font-size: 16px;
  }
}
.place-order a:hover {
  background-color: #06264b;
}

.wishlist-table-content {
  width: 100%;
}
.wishlist-table-content thead {
  background-color: #f3f3f3;
}
.wishlist-table-content thead > tr th {
  color: #000000;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 14px 12px 14px;
}
.wishlist-table-content thead > tr th.width-thumbnail {
  min-width: 130px;
}
.wishlist-table-content thead > tr th.width-name {
  min-width: 300px;
}
.wishlist-table-content thead > tr th.width-price {
  min-width: 162px;
}
.wishlist-table-content thead > tr th.width-stock-status {
  min-width: 170px;
}
.wishlist-table-content thead > tr th.width-subtotal {
  min-width: 145px;
}
.wishlist-table-content thead > tr th.width-remove {
  min-width: 50px;
}
.wishlist-table-content tbody > tr {
  border-bottom: 1px solid #e5e5e5;
}
.wishlist-table-content tbody > tr td {
  padding: 23px 12px;
}
.wishlist-table-content tbody > tr td.product-thumbnail a {
  display: block;
}
.wishlist-table-content tbody > tr td.product-thumbnail a img {
  width: 80px;
}
.wishlist-table-content tbody > tr td.product-name h5 {
  display: block;
  font-weight: 400;
  font-size: 15px;
  color: #000000;
}
.wishlist-table-content tbody > tr td.product-name h5 a {
  color: #000000;
}
.wishlist-table-content tbody > tr td.product-name h5 a:hover {
  color: #c2a74e;
}
.wishlist-table-content tbody > tr td.product-price span {
  font-size: 16px;
  font-weight: 500;
  color: #06264b;
}
.wishlist-table-content tbody > tr td.stock-status span {
  font-size: 14px;
  font-weight: 500;
  color: #06264b;
}
.wishlist-table-content tbody > tr td.stock-status span i {
  font-size: 11px;
}
.wishlist-table-content tbody > tr td.product-remove a {
  font-size: 28px;
  color: #c3c3c3;
  display: inline-block;
}
.wishlist-table-content tbody > tr td.product-remove a:hover {
  color: #c2a74e;
}
.wishlist-table-content tbody > tr td.wishlist-cart a {
  display: inline-block;
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  padding: 11px 16px 12px;
  line-height: 1;
  white-space: pre;
  background-color: #06264b;
}
.wishlist-table-content tbody > tr td.wishlist-cart a:hover {
  background-color: #c2a74e;
}

.compare-table-content tr {
  margin-bottom: 20px;
}
.compare-table-content tr td {
  padding: 20px 20px;
  vertical-align: middle;
  border-color: #e5e5e5;
  color: #000000;
}
.compare-table-content tr td.first-column {
  min-width: 175px;
  font-size: 16px;
  font-weight: 500;
  margin: 0;
}
.compare-table-content tr td.product-image-title {
  min-width: 310px;
  vertical-align: bottom;
  text-align: left;
}
.compare-table-content tr td.product-image-title .image {
  clear: both;
  width: 100%;
  margin-bottom: 15px;
  display: block;
}
.compare-table-content tr td.product-image-title .image img {
  width: 100%;
}
.compare-table-content tr td.product-image-title .category {
  float: left;
  clear: both;
  color: #06264b;
  text-transform: capitalize;
  letter-spacing: 0.5px;
}
.compare-table-content tr td.product-image-title .title {
  color: #000000;
  clear: both;
  float: left;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  margin-top: 5px;
  text-transform: capitalize;
}
.compare-table-content tr td.product-image-title .title:hover {
  color: #c2a74e;
}
.compare-table-content tr td.pro-desc p {
  margin: 0;
  line-height: 30px;
  text-align: left;
}
.compare-table-content tr td a.check-btn {
  color: #000000;
  font-size: 15px;
}
.compare-table-content tr td a.check-btn:hover {
  color: #c2a74e;
}
.compare-table-content tr td.pro-color, .compare-table-content tr td.pro-stock {
  font-size: 15px;
  font-weight: 400;
  color: #06264b;
}
.compare-table-content tr td.pro-price {
  color: #c2a74e;
  font-size: 16px;
  font-weight: 500;
}
.compare-table-content tr td.pro-remove button {
  border: none;
  background-color: transparent;
  color: #c2a74e;
  padding: 0;
  cursor: pointer;
}
.compare-table-content tr td.pro-remove button:hover {
  color: #06264b;
}
.compare-table-content tr td.pro-remove button i {
  font-size: 18px;
}
.compare-table-content tr td.pro-ratting i {
  color: #ff9923;
}

.myaccount-tab-menu {
  border: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (max-width: 767px) {
  .myaccount-tab-menu {
    margin-bottom: 40px;
  }
}
.myaccount-nav-link {
  background-color: transparent;
  border: 1px solid #e5e5e5;
  border-bottom: none;
  border-radius: 0;
  color: #000000;
  font-size: 15px;
  display: block;
  padding: 10px 15px;
  text-align: left;
  text-transform: capitalize;
}
.myaccount-nav-link:last-child {
  border-bottom: 1px solid #e5e5e5;
}
.myaccount-nav-link.active {
  background-color: #c2a74e;
}
.myaccount-nav-link:hover, .myaccount-nav-link.active {
  background-color: #c2a74e;
  border-color: #c2a74e;
  color: #FFFFFF;
}

.myaccount-content {
  border: 1px solid #eee;
  padding: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .myaccount-content {
    padding: 20px;
  }
}
.myaccount-content form {
  margin-top: -20px;
}
.myaccount-content h3 {
  font-size: 20px;
  font-weight: 500;
  border-bottom: 1px dashed #ccc;
  padding-bottom: 10px;
  margin-bottom: 25px;
}
.myaccount-content .welcome a:hover {
  color: #c2a74e;
}
.myaccount-content .welcome strong {
  font-weight: 600;
  color: #c2a74e;
}
.myaccount-content p {
  line-height: 28px;
  margin-bottom: 2px;
}
.myaccount-content fieldset {
  margin-top: 20px;
}
.myaccount-content fieldset legend {
  font-size: 16px;
  margin-bottom: 20px;
  font-weight: 600;
  padding-bottom: 10px;
  border-bottom: 1px solid #e5e5e5;
}

.account-details-form {
  margin-top: 50px;
}
.account-details-form .single-input-item {
  margin-bottom: 20px;
}
.account-details-form .single-input-item label {
  font-size: 14px;
  text-transform: capitalize;
  display: block;
  margin: 0 0 5px;
}
.account-details-form .single-input-item input {
  border: 1px solid #e8e8e8;
  width: 100%;
  height: 49px;
  background-color: transparent;
  padding: 2px 20px;
  color: #000000;
  font-size: 13px;
}
.account-details-form .single-input-item input::-webkit-input-placeholder {
  color: #1f2226;
}
.account-details-form .single-input-item input:-moz-placeholder {
  color: #1f2226;
}
.account-details-form .single-input-item input::-moz-placeholder {
  color: #1f2226;
}
.account-details-form .single-input-item input:-ms-input-placeholder {
  color: #1f2226;
}
.account-details-form .single-input-item input:focus {
  border: 1px solid #06264b;
}
.account-details-form .single-input-item button {
  border: none;
  background-color: #c2a74e;
  padding: 9px 25px;
  color: #fff;
  font-size: 13px;
}
.account-details-form .single-input-item button:hover {
  background-color: #1f2226;
}

.myaccount-table {
  white-space: nowrap;
  font-size: 14px;
}
.myaccount-table th {
  padding: 10px;
  font-weight: 600;
  background-color: #f8f8f8;
  border-color: #ccc;
  border-bottom: 0;
  color: #1f2226;
}
.myaccount-table td {
  padding: 10px;
  vertical-align: middle;
  border-color: #ccc;
}
.myaccount-table td a {
  font-size: 14px;
  color: #000000;
}

.saved-message {
  background-color: #fff;
  border-top: 3px solid #c2a74e;
  font-size: 14px;
  padding: 20px 0;
  color: #333;
}

.login-register-title h3 {
  margin: 0 0 15px;
  line-height: 1;
  text-transform: uppercase;
}
.login-register-title p {
  line-height: 1.6;
  color: #06264b;
  width: 85%;
}
@media only screen and (max-width: 767px) {
  .login-register-title p {
    width: 100%;
  }
}

.login-register-pr {
  padding-right: 100px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .login-register-pr {
    padding-right: 0;
  }
}

.login-register-pl {
  padding-left: 100px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .login-register-pl {
    padding-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .login-register-pl {
    margin-top: 82px;
  }
}

.login-register-border {
  border-right: 1px solid #e5e5e5;
}
@media only screen and (max-width: 767px) {
  .login-register-border {
    border: none;
  }
}

.login-register-style {
  margin: 33px 0 0;
}
.login-register-style p {
  color: #000000;
  font-size: 15px;
  line-height: 1.8;
  margin: 0 0 35px;
}

.login-register-input {
  position: relative;
  margin-bottom: 10px;
}
.login-register-input input {
  color: #06264b;
  width: 100%;
  height: 51px;
  background-color: transparent;
  border: 1px solid #e5e5e5;
  padding: 2px 80px 2px 16px;
  font-size: 15px;
}
.login-register-input input::-webkit-input-placeholder {
  color: #495057;
  opacity: 1;
}
.login-register-input input:-moz-placeholder {
  color: #495057;
  opacity: 1;
}
.login-register-input input::-moz-placeholder {
  color: #495057;
  opacity: 1;
}
.login-register-input input:-ms-input-placeholder {
  color: #495057;
  opacity: 1;
}
.login-register-input input:focus {
  border-color: #06264b;
}
.login-register-input .forgot {
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.login-register-input .forgot a {
  color: #000000;
  font-size: 15px;
}
.login-register-input .forgot a:hover {
  color: #c2a74e;
}

.login-register-paragraph {
  border-bottom: 1px solid #e5e5e5;
  border-top: 1px solid #e5e5e5;
  padding: 15px 0;
  margin: 30px 0 30px;
}
.login-register-paragraph p {
  font-size: 14px;
  color: #666;
  line-height: 1.9;
  margin: 0;
}
.login-register-paragraph p a {
  font-size: 14px;
  color: #c2a74e;
}
.login-register-paragraph p a:hover {
  color: #06264b;
}

.remember-me-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 19px 0 0px;
}
.remember-me-btn input {
  cursor: pointer;
  width: auto;
  height: auto;
  margin-right: 10px;
}
.remember-me-btn label {
  color: #000000;
  font-size: 15px;
}

.btn-register {
  margin: 21px 0 0px;
}

.btn-register-now {
  font-size: 14px;
  border-radius: 0;
  color: #FFFFFF;
  background-color: #c2a74e;
  border: none;
  line-height: 1;
  text-align: center;
  padding: 13px 32px 11px;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.btn-register-now:hover {
  background-color: #06264b;
  color: #FFFFFF;
}

.register-benefits {
  background-color: #f3f3f3;
  padding: 40px 30px;
  margin-top: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .register-benefits {
    padding: 30px 20px;
  }
}
@media only screen and (max-width: 767px) {
  .register-benefits {
    margin-top: 87px;
  }
}
.register-benefits h4 {
  text-transform: uppercase;
  margin: 0 0 20px;
}
.register-benefits p {
  line-height: 1.6;
  font-size: 14px;
  color: #06264b;
  margin: 0 0 28px;
}
.register-benefits ul {
  margin: 0;
}
.register-benefits ul li {
  color: #06264b;
  font-size: 16px;
  margin: 0 0 16px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .register-benefits ul li {
    font-size: 15px;
  }
}
.register-benefits ul li:last-child {
  margin: 0 0 0;
}
.register-benefits ul li i {
  font-size: 20px;
  color: #06264b;
  margin-right: 12px;
  position: relative;
  top: 3px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .register-benefits ul li i {
    margin-right: 0;
  }
}

.product-cart-view-modal .modal-dialog {
  max-width: 1180px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (max-width: 767px) {
  .product-cart-view-modal .modal-dialog {
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product-cart-view-modal .modal-dialog {
    max-width: 540px;
  }
}
.product-cart-view-modal .modal-body {
  padding: 30px 15px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .product-cart-view-modal .modal-body {
    padding: 30px 15px 60px;
  }
}
.product-cart-view-modal .modal-content {
  border: none;
}
.product-cart-view-modal .product-single-info {
  padding-bottom: 0;
  padding-top: 20px;
  margin-left: 0;
  margin-bottom: 0;
}
.product-cart-view-modal .product-single-info .prices {
  margin: 20px 0 20px 0;
}
.product-cart-view-modal .product-single-info .desc {
  margin-bottom: 20px;
}
.product-cart-view-modal .btn-close {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #06264b;
  background-image: none;
  font-size: 24px;
  line-height: 25px;
  border-radius: 50%;
  opacity: 1;
  position: absolute;
  top: 7px;
  right: 7px;
  z-index: 2;
  width: 25px;
  height: 25px;
  color: #06264b;
  text-align: center;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.product-cart-view-modal .btn-close span {
  position: relative;
  top: -1px;
}
.product-cart-view-modal .btn-close:hover {
  background-color: #c2a74e;
  border-color: #c2a74e;
  color: #FFFFFF;
}

.single-product-quick-view-slider .thumb-item img {
  width: 100%;
}
.single-product-quick-view-slider .swiper-button-next,
.single-product-quick-view-slider .swiper-button-prev {
  background-color: transparent;
  border-radius: 5px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  top: 50%;
  width: 50px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
@media only screen and (max-width: 479px) {
  .single-product-quick-view-slider .swiper-button-next,
.single-product-quick-view-slider .swiper-button-prev {
    display: none;
  }
}
.single-product-quick-view-slider .swiper-button-next:before,
.single-product-quick-view-slider .swiper-button-prev:before {
  color: #c2a74e;
  font-family: "simple-line-icons";
  font-size: 20px;
  left: -2px;
  line-height: 1;
  position: relative;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.single-product-quick-view-slider .swiper-button-next:after,
.single-product-quick-view-slider .swiper-button-prev:after {
  display: none;
}
.single-product-quick-view-slider .swiper-button-next:hover,
.single-product-quick-view-slider .swiper-button-prev:hover {
  color: #06264b;
}
.single-product-quick-view-slider .swiper-button-next:hover:before,
.single-product-quick-view-slider .swiper-button-prev:hover:before {
  color: #06264b;
}
.single-product-quick-view-slider .swiper-button-prev {
  left: 10px;
}
.single-product-quick-view-slider .swiper-button-prev:before {
  content: "\e605";
}
.single-product-quick-view-slider .swiper-button-next {
  right: 10px;
}
.single-product-quick-view-slider .swiper-button-next:before {
  content: "\e606";
  left: auto;
  right: -2px;
}

.product-action-modal .modal-body {
  padding: 25px 30px;
}
.product-action-view-content .btn-close {
  background: none;
  color: #06264b;
  font-size: 18px;
  margin-right: 9px;
  position: relative;
  top: -13px;
}
.product-action-view-content .modal-action-messages {
  margin-bottom: 20px;
}

.modal-action-product .product-name {
  margin-top: 20px;
}

/*----------------------------------------*/
/*  Product Single CSS
/*----------------------------------------*/
/* Single Product Image */
.single-product-image {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.single-product-image-item {
  position: relative;
  border: 1px solid #f2f2f2;
}

/* Single Product Badge */
.single-product-badge-left, .single-product-badge-right {
  position: absolute;
  z-index: 2;
  top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
}
@media only screen and (max-width: 479px) {
  .single-product-badge-left, .single-product-badge-right {
    top: 10px;
  }
}
.single-product-badge-left {
  left: 20px;
}
@media only screen and (max-width: 479px) {
  .single-product-badge-left {
    left: 10px;
  }
}
.single-product-badge-right {
  right: 20px;
}
@media only screen and (max-width: 479px) {
  .single-product-badge-right {
    right: 10px;
  }
}
.single-product-badge-new, .single-product-badge-sale {
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  display: block;
  min-width: 60px;
  padding: 5px 15px;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  border-radius: 50px;
  background-color: #1F2226;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .single-product-badge-new, .single-product-badge-sale {
    font-size: 10px;
    padding: 5px 10px;
  }
}
.single-product-badge-new {
  background-color: #c2a74e;
}

/* Single Product Image Slider */
.product-image-slider,
.product-image-slider-vertical,
.quickview-product-image-slider {
  width: 100%;
  border: 1px solid #f2f2f2;
}

/* Single Product Thumbnail Carousel */
.product-thumb-carousel,
.product-thumb-carousel-vertical,
.quickview-product-thumb-carousel {
  width: 100%;
  padding-bottom: 2px;
}
.product-thumb-carousel .swiper-slide,
.product-thumb-carousel-vertical .swiper-slide,
.quickview-product-thumb-carousel .swiper-slide {
  border: 1px solid #f1f1f1;
}
.product-thumb-carousel .swiper-slide-thumb-active,
.product-thumb-carousel-vertical .swiper-slide-thumb-active,
.quickview-product-thumb-carousel .swiper-slide-thumb-active {
  border-color: #c2a74e;
}
.product-thumb-carousel .swiper-slide:hover,
.product-thumb-carousel-vertical .swiper-slide:hover,
.quickview-product-thumb-carousel .swiper-slide:hover {
  cursor: pointer;
}
.product-thumb-carousel .swiper-button-prev, .product-thumb-carousel .swiper-button-next,
.product-thumb-carousel-vertical .swiper-button-prev,
.product-thumb-carousel-vertical .swiper-button-next,
.quickview-product-thumb-carousel .swiper-button-prev,
.quickview-product-thumb-carousel .swiper-button-next {
  background-color: transparent;
  border: 1px solid #e1e2e2;
  border-radius: 50%;
  color: #1f2226;
  font-size: 14px;
  height: 30px;
  left: 30px;
  line-height: 30px;
  opacity: 1;
  text-align: center;
  top: calc(50% + 20px);
  visibility: visible;
  width: 30px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  z-index: 9;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .product-thumb-carousel .swiper-button-prev, .product-thumb-carousel .swiper-button-next,
.product-thumb-carousel-vertical .swiper-button-prev,
.product-thumb-carousel-vertical .swiper-button-next,
.quickview-product-thumb-carousel .swiper-button-prev,
.quickview-product-thumb-carousel .swiper-button-next {
    left: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .product-thumb-carousel .swiper-button-prev, .product-thumb-carousel .swiper-button-next,
.product-thumb-carousel-vertical .swiper-button-prev,
.product-thumb-carousel-vertical .swiper-button-next,
.quickview-product-thumb-carousel .swiper-button-prev,
.quickview-product-thumb-carousel .swiper-button-next {
    left: 7px;
  }
}
.product-thumb-carousel .swiper-button-prev:hover, .product-thumb-carousel .swiper-button-next:hover,
.product-thumb-carousel-vertical .swiper-button-prev:hover,
.product-thumb-carousel-vertical .swiper-button-next:hover,
.quickview-product-thumb-carousel .swiper-button-prev:hover,
.quickview-product-thumb-carousel .swiper-button-next:hover {
  background-color: #c2a74e;
  border-color: #c2a74e;
  color: #FFFFFF;
}
.product-thumb-carousel .swiper-button-prev:before, .product-thumb-carousel .swiper-button-next:before,
.product-thumb-carousel-vertical .swiper-button-prev:before,
.product-thumb-carousel-vertical .swiper-button-next:before,
.quickview-product-thumb-carousel .swiper-button-prev:before,
.quickview-product-thumb-carousel .swiper-button-next:before {
  content: "\e605";
  font-family: "simple-line-icons";
  font-size: 14px;
}
.product-thumb-carousel .swiper-button-prev:after, .product-thumb-carousel .swiper-button-next:after,
.product-thumb-carousel-vertical .swiper-button-prev:after,
.product-thumb-carousel-vertical .swiper-button-next:after,
.quickview-product-thumb-carousel .swiper-button-prev:after,
.quickview-product-thumb-carousel .swiper-button-next:after {
  display: none;
}
.product-thumb-carousel .swiper-button-next,
.product-thumb-carousel-vertical .swiper-button-next,
.quickview-product-thumb-carousel .swiper-button-next {
  left: auto;
  right: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .product-thumb-carousel .swiper-button-next,
.product-thumb-carousel-vertical .swiper-button-next,
.quickview-product-thumb-carousel .swiper-button-next {
    right: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .product-thumb-carousel .swiper-button-next,
.product-thumb-carousel-vertical .swiper-button-next,
.quickview-product-thumb-carousel .swiper-button-next {
    right: 7px;
  }
}
.product-thumb-carousel .swiper-button-next:before,
.product-thumb-carousel-vertical .swiper-button-next:before,
.quickview-product-thumb-carousel .swiper-button-next:before {
  content: "\e606";
}

.product-thumb-carousel-vertical {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 100px;
          flex: 1 0 100px;
  height: 488px;
  padding: 0 0 2px 0;
}
@media only screen and (max-width: 767px) {
  .product-thumb-carousel-vertical {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 90px;
            flex: 1 0 90px;
    height: 438px;
  }
}
@media only screen and (max-width: 575px) {
  .product-thumb-carousel-vertical {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 80px;
            flex: 1 0 80px;
    height: 395px;
  }
}
@media only screen and (max-width: 479px) {
  .product-thumb-carousel-vertical {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 60px;
            flex: 1 0 60px;
    height: 305px;
  }
}
.product-thumb-carousel-vertical .swiper-slide {
  border: 1px solid #f1f1f1;
}
.product-thumb-carousel-vertical .swiper-slide img {
  border-bottom: 1px solid #f1f1f1;
}
.product-thumb-carousel-vertical .swiper-slide-thumb-active {
  border-color: #c2a74e;
}
.product-thumb-carousel-vertical .swiper-slide-thumb-active img {
  border-bottom-color: #c2a74e;
}
.product-thumb-carousel-vertical .swiper-slide:hover {
  cursor: pointer;
}
.product-thumb-carousel-vertical .swiper-button-prev, .product-thumb-carousel-vertical .swiper-button-next {
  left: 50%;
  margin: 0;
  -webkit-transform: translateY(0) translateX(-50%);
          transform: translateY(0) translateX(-50%);
  border-radius: 50%;
}
.product-thumb-carousel-vertical .swiper-button-prev::after, .product-thumb-carousel-vertical .swiper-button-next::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.product-thumb-carousel-vertical .swiper-button-prev {
  top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.product-thumb-carousel-vertical .swiper-button-next {
  top: auto;
  right: auto;
  bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* Single Product Content */
.single-product-title {
  font-weight: 500;
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 575px) {
  .single-product-title {
    font-size: 20px;
  }
}
.single-product-price {
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
  color: #c2a74e;
  gap: 20px;
}
.single-product-price del {
  font-size: 18px;
  font-weight: 400;
  color: #4a4a4a;
  text-decoration-color: #c2a74e;
}
.single-product-meta {
  margin-bottom: 20px;
  padding: 0;
  list-style: none;
}
.single-product-meta li {
  font-size: 14px;
  line-height: 1.4285;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.single-product-meta li + li {
  margin-top: 10px;
}
.single-product-meta li span.label {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 80px;
          flex: 1 0 80px;
  max-width: 80px;
}
.single-product-meta li span.value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 7px;
}
.single-product-meta li span.value.links a:not(:last-child)::after {
  content: ",";
}
.single-product-meta li span.value.social a {
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.single-product-meta li span.value.social a img {
  width: 20px;
  height: 20px;
}
.single-product-text {
  margin-bottom: 30px;
}
.single-product-text p {
  font-size: 14px;
  line-height: 28px;
}
.single-product-variations {
  margin-bottom: 30px;
  padding: 0;
  list-style: none;
}
.single-product-variations li {
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
.single-product-variations li + li {
  margin-top: 21px;
}
.single-product-variations li span.label {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 80px;
          flex: 1 0 80px;
  max-width: 80px;
}
.single-product-variations li span.value {
  -webkit-box-flex: 1;
      -ms-flex: 1 0;
          flex: 1 0;
}
.single-product-variations li span.value > [class*=single-product-variation-] input {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  width: 0;
  height: 0;
  margin: 0;
  opacity: 0;
}
.single-product-additional-information {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 30px;
  gap: 30px;
}
.single-product-additional-information .single-product-info-btn {
  font-size: 14px;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 0;
  border: none;
  background-color: transparent;
  gap: 8px;
}
.single-product-additional-information .single-product-info-btn:hover {
  color: #c2a74e;
}
.single-product-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 30px;
  gap: 10px;
}
.single-product-actions-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.single-product-actions-item button {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.single-product-actions-item .btn-cart {
  background-color: #1f2226;
  border-color: #1f2226;
  border-radius: 0;
  -webkit-box-shadow: 10px 25px 80px rgba(150, 150, 150, 0.15);
          box-shadow: 10px 25px 80px rgba(150, 150, 150, 0.15);
  font-size: 13px;
  font-weight: 700;
  margin-right: 8px;
  padding: 22px 38px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .single-product-actions-item .btn-cart {
    padding: 17px 15px 18px;
  }
}
.single-product-actions-item .btn-cart:hover {
  background-color: #c2a74e;
  border-color: #c2a74e;
  color: #FFFFFF;
}
.single-product-actions-item .btn-icon {
  background-color: transparent;
  border: none;
  border-radius: 0;
  color: #06264b;
  font-size: 18px;
  padding: 8px;
}
.single-product-actions-item .btn-icon:hover {
  color: #c2a74e;
}
.single-product-buy-now {
  margin-bottom: 30px;
}
.single-product-buy-now .btn-buy-now {
  background-color: #1f2226;
  border-color: #1f2226;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #FFFFFF;
  font-size: 16px;
  padding: 22px 38px;
  width: 100%;
  max-width: 340px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .single-product-buy-now .btn-buy-now {
    padding: 17px 18px 20px;
  }
}
.single-product-buy-now .btn-buy-now:hover {
  background-color: #c2a74e;
  border-color: #c2a74e;
  color: #FFFFFF;
}
.single-product-safe-payment p {
  font-size: 14px;
  margin-bottom: 5px;
}
.single-product-safe-payment img {
  max-height: 24px;
}

/* Product Variation Size */
.single-product-variation-size-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 7px;
}
.single-product-variation-size-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.single-product-variation-size-item input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.single-product-variation-size-item input:checked ~ label {
  color: #FFFFFF;
  background-color: #c2a74e;
}
.single-product-variation-size-item label {
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 24px;
  height: 24px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  text-transform: uppercase;
  background-color: #eff1f4;
}

/* Product Variation Color */
.single-product-variation-color-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
.single-product-variation-color-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.single-product-variation-color-item input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.single-product-variation-color-item input:checked ~ label {
  background-image: url(../images/icons/check.png);
}
.single-product-variation-color-item label {
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 30px;
  height: 30px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  text-indent: -99999px;
  text-transform: uppercase;
  border-radius: 50%;
  background-color: #eff1f4;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 16px;
}

/* Product Tab Nav */
.product-tab-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 40px;
  gap: 50px;
}
.product-tab-nav button {
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  padding: 5px;
  text-transform: uppercase;
  border: none;
  background-color: transparent;
}
.product-tab-nav button:hover, .product-tab-nav button.active {
  color: #c2a74e;
}

/* Product Deal Countdown */
.product-deal-countdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 40px;
}
.product-deal-countdown-inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 770px;
  padding: 15px 30px 20px;
  gap: 25px;
}
.product-deal-countdown-inner::before, .product-deal-countdown-inner::after {
  position: absolute;
  z-index: -1;
  top: -7px;
  right: -7px;
  bottom: -7px;
  left: -7px;
  content: "";
  -webkit-box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.05);
}
.product-deal-countdown-inner::before {
  bottom: 0;
}
.product-deal-countdown-inner::after {
  top: 0;
  right: 0;
  left: 0;
}
.product-deal-countdown .countdown-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
}
.product-deal-countdown .countdown-item .number {
  font-size: 36px;
  line-height: 1;
}
.product-deal-countdown .countdown-item .label {
  font-size: 18px;
  line-height: 1;
  -ms-flex-item-align: end;
      align-self: flex-end;
}

/* Product Quantity */
.product-quantity-count {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 0;
  border: 1px solid #E5E5E5;
}
.product-quantity-count .product-quantity-box {
  font-size: 14px;
  line-height: 1;
  width: 30px;
  text-align: center;
  border: none;
  background-color: transparent;
}
.product-quantity-count .qty-btn {
  font-size: 20px;
  line-height: 1;
  width: 30px;
  padding: 10px;
  text-align: center;
  border: none;
  background-color: transparent;
}
.product-quantity-count .qty-btn::hover {
  color: #c2a74e;
}

/* Single Product Description Area */
.single-product-description-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 80px;
  padding: 35px 30px;
  border: 1px solid #E5E5E5;
}
@media only screen and (max-width: 767px) {
  .single-product-description-area {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 575px) {
  .single-product-description-area {
    padding: 20px;
  }
}
.single-product-description-area-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 20px;
  gap: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-product-description-area-nav {
    gap: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .single-product-description-area-nav {
    gap: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .single-product-description-area-nav {
    gap: 15px;
  }
}
.single-product-description-area-nav button {
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  position: relative;
  padding: 0;
  padding-bottom: 11px;
  border: none;
  background-color: transparent;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .single-product-description-area-nav button {
    font-size: 16px;
  }
}
@media only screen and (max-width: 575px) {
  .single-product-description-area-nav button {
    font-size: 14px;
    padding-bottom: 5px;
  }
}
.single-product-description-area-nav button::before {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  content: "";
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background-color: #c2a74e;
}
.single-product-description-area-nav button.active::before, .single-product-description-area-nav button:hover::before {
  right: auto;
  left: 0;
  width: 100%;
}
.single-product-description-area .block-title-2 {
  padding-bottom: 0;
  border-bottom: none;
}

/* Description */
.single-product-description p {
  font-size: 14px;
  line-height: 26px;
}

/* Review & Comment */
.review-list,
.comment-list {
  max-width: 770px;
  margin-bottom: 40px;
  padding: 0;
  list-style: none;
}
.review-child,
.comment-child {
  margin: 0;
  padding-left: 90px;
  list-style: none;
}
@media only screen and (max-width: 767px) {
  .review-child,
.comment-child {
    padding-left: 60px;
  }
}
@media only screen and (max-width: 575px) {
  .review-child,
.comment-child {
    padding-left: 30px;
  }
}
@media only screen and (max-width: 479px) {
  .review-child,
.comment-child {
    padding-left: 10px;
  }
}
.review-item,
.comment-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
@media only screen and (max-width: 479px) {
  .review-item,
.comment-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.review-item:not(:last-child),
.comment-item:not(:last-child) {
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #E5E5E5;
}
.review-thumb,
.comment-thumb {
  overflow: hidden;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: #F1F2F3;
}
.review-thumb img,
.comment-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.review-content,
.comment-content {
  -webkit-box-flex: 1;
      -ms-flex: 1 0;
          flex: 1 0;
}
.review-content p,
.comment-content p {
  margin: 0;
}
.review-content p:not(:last-child),
.comment-content p:not(:last-child) {
  margin-bottom: 10px;
}
.review-rating,
.comment-rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}
.review-rating img,
.comment-rating img {
  margin-right: 2px;
}
.review-rating img:last-child,
.comment-rating img:last-child {
  margin-right: 0;
}
.review-rating-bg, .review-rating-active,
.comment-rating-bg,
.comment-rating-active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 70px;
  height: 14px;
  background-image: url(../images/products/rating-bg.svg);
  background-repeat: repeat-x;
}
.review-rating-active,
.comment-rating-active {
  background-image: url(../images/products/rating-active.svg);
}
.review-meta,
.comment-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 10px;
  gap: 10px;
}
.review-name,
.comment-name {
  font-size: 18px;
  line-height: 1;
  margin: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .review-name,
.comment-name {
    font-size: 15px;
  }
}
.review-date,
.comment-date {
  font-size: 14px;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.review-date::before,
.comment-date::before {
  content: "/";
}
.review-reply,
.comment-reply {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .review-reply,
.comment-reply {
    font-size: 13px;
  }
}

/* Review & Comment Form */
.review-form,
.comment-form {
  max-width: 770px;
}
.review-form label,
.comment-form label {
  font-size: 14px;
  line-height: 1.25;
  display: block;
  margin-bottom: 10px;
}
.review-form input.form-field:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=range]),
.comment-form input.form-field:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=range]) {
  color: #06264b;
  font-size: 14px;
  width: 100%;
  height: 54px;
  padding: 10px 24px;
  border: 1px solid #E5E5E5;
  background-color: #fff;
}
.review-form input.form-field:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=range]):focus,
.comment-form input.form-field:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=range]):focus {
  border-color: #06264b;
}
.review-form textarea.form-field,
.comment-form textarea.form-field {
  font-size: 14px;
  width: 100%;
  height: 140px;
  padding: 20px 24px;
  border: 1px solid #E5E5E5;
  background-color: #fff;
}
@media only screen and (max-width: 767px) {
  .review-form textarea.form-field,
.comment-form textarea.form-field {
    height: 110px;
  }
}
.review-form textarea.form-field:focus,
.comment-form textarea.form-field:focus {
  border-color: #06264b;
}
.review-form .nice-select.form-field,
.comment-form .nice-select.form-field {
  border-radius: 0;
  height: 52px;
  line-height: 52px;
  width: 100%;
}
.review-form .btn.btn-submit,
.comment-form .btn.btn-submit {
  background-color: #1f2226;
  border-color: #1f2226;
  border-radius: 0;
  color: #FFFFFF;
  padding: 20px 40px;
}
@media only screen and (max-width: 767px) {
  .review-form .btn.btn-submit,
.comment-form .btn.btn-submit {
    padding: 14px 35px 16px;
  }
}
.review-form .btn.btn-submit:hover,
.comment-form .btn.btn-submit:hover {
  background-color: #c2a74e;
  border-color: #c2a74e;
  color: #FFFFFF;
}

.comment-form {
  max-width: none;
}

/*----------------------------------------*/
/*  Blog Post CSS
/*----------------------------------------*/
.post-item {
  border: 1px solid #eee;
  padding: 10px;
}
.post-item-thumb {
  display: block;
  margin-bottom: 24px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.post-item-thumb img {
  width: 100%;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.post-item-content {
  padding: 0 10px 10px;
}
.post-item-title {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 18px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .post-item-title {
    font-size: 16px;
  }
}
.post-item-desc {
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 16px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .post-item-desc {
    font-size: 14px;
  }
}
.post-item-meta {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid #ebebeb;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 21px 0 24px;
}
.post-item-two-meta {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 7px 0 9px;
}
.post-item-two-meta + .post-item-title {
  margin-bottom: 19px;
}
.post-item-date {
  font-size: 13px;
  line-height: 1;
  position: relative;
}
.post-item-date:after {
  background-color: #999898;
  content: "";
  height: 1px;
  position: absolute;
  right: -22px;
  top: 50%;
  width: 15px;
  transform: rotate(70deg);
  -webkit-transform: rotate(70deg);
  -moz-transform: rotate(70deg);
  -ms-transform: rotate(70deg);
  -o-transform: rotate(70deg);
}
.post-item-date a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #4b4b4b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.post-item-date a:hover {
  color: #c2a74e;
}
.post-item-date .icon {
  color: #c2a74e;
  font-size: 16px;
  margin-right: 10px;
}
.post-item-comments {
  font-size: 13px;
  line-height: 1;
  margin-left: 31px;
}
.post-item-comments a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #4b4b4b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.post-item-comments a:hover {
  color: #c2a74e;
}
.post-item-comments .icon {
  color: #c2a74e;
  font-size: 16px;
  margin-right: 7px;
}
.post-item:hover .post-item-thumb img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.blog-detail-title {
  color: #1a1919;
  font-size: 24px;
  margin-bottom: 13px;
}
@media only screen and (max-width: 767px) {
  .blog-detail-title {
    font-size: 20px;
  }
}
.blog-detail-meta {
  margin-bottom: 35px;
}
.blog-detail-meta.post-item-meta {
  border: none;
  padding: 0;
}
.blog-detail-meta .post-item-date, .blog-detail-meta .post-item-comments {
  font-size: 14px;
}
.blog-detail p {
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  line-height: 24px;
  margin-bottom: 14px;
}
.blog-detail-post-date, .blog-detail-post-views {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #544d4d;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1;
}
.blog-detail-post-date i, .blog-detail-post-views i {
  color: #c2a74e;
  margin-right: 9px;
}
.blog-detail-post-views {
  margin-left: 23px;
}
.blog-detail-tag-social {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 479px) {
  .blog-detail-tag-social {
    display: block;
  }
}
@media only screen and (max-width: 479px) {
  .blog-detail-social {
    margin-top: 20px;
  }
}
.blog-detail-social span {
  color: #06264b;
  font-size: 15px;
  font-family: "Roboto", sans-serif;
  line-height: 1;
  margin-right: 10px;
  position: relative;
  top: -2px;
}
.blog-detail-social-item {
  color: #555;
  font-size: 24px;
  line-height: 1;
  margin-right: 10px;
}
@media only screen and (max-width: 767px) {
  .blog-detail-social-item {
    font-size: 17px;
  }
}
.blog-detail-social-item:last-child {
  margin-right: 0;
}
.blog-detail-social-item:hover {
  color: #c2a74e;
}

.next-previous-post {
  border-bottom: 1px solid #f1f1f1;
  border-top: 1px solid #f1f1f1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 50px;
  margin-top: 32px;
  padding: 18px 0 17px;
}
.next-previous-post .post-prev, .next-previous-post .post-next {
  font-size: 15px;
}
.next-previous-post .post-prev i, .next-previous-post .post-next i {
  font-size: 12px;
}

.tag-item {
  color: #06264b;
  font-size: 15px;
  font-family: "Roboto", sans-serif;
  line-height: 1;
  margin-right: 10px;
}
.tag-item:hover {
  color: #c2a74e;
}

.comment-area {
  background-color: #fafafa;
  border: 1px solid #e8e8e8;
  border-radius: 10px;
  margin-top: 98px;
  padding: 43px 40px 40px;
}
.comment-area-title {
  margin-bottom: 37px;
  padding-bottom: 9px;
  position: relative;
}
.comment-area-title:after {
  background-color: #c2a74e;
  bottom: -2px;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 100px;
}
.comment-area-title:before {
  background-color: #e9e9e9;
  bottom: -2px;
  content: "";
  height: 2px;
  left: 0;
  max-width: 210px;
  position: absolute;
  width: 100%;
}

.single-comment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.single-comment-thumb {
  margin-right: 30px;
  min-width: 120px;
}
.single-comment-thumb img {
  border: 1px solid #efefef;
  border-radius: 50%;
}
.single-comment-name {
  color: #000;
  font-weight: 400;
  margin-bottom: 2px;
  text-transform: uppercase;
}
.single-comment-date {
  color: #c2a74e;
  display: block;
  margin-bottom: 11px;
  text-transform: uppercase;
}
.single-comment .reply-icon {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid rgba(235, 111, 37, 0.5);
  color: #c2a74e;
  line-height: 1;
  padding: 0;
  position: absolute;
  right: 50px;
  top: 4px;
}

.comment-form-title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 42px;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .comment-form-title {
    font-size: 18px;
    margin-bottom: 32px;
  }
}
.comment-form .form-input-item .form-control {
  border: 1px solid #eaeaea;
  color: #1f2226;
  font-family: "Roboto", sans-serif;
  height: 50px;
  margin-bottom: 30px;
  padding: 2px 20px 2px 20px;
}
@media only screen and (max-width: 767px) {
  .comment-form .form-input-item .form-control {
    margin-bottom: 15px;
  }
}
.comment-form .form-input-item .form-control::-webkit-input-placeholder {
  color: #757575;
}
.comment-form .form-input-item .form-control:-moz-placeholder {
  color: #757575;
}
.comment-form .form-input-item .form-control::-moz-placeholder {
  color: #757575;
}
.comment-form .form-input-item .form-control:-ms-input-placeholder {
  color: #757575;
}
.comment-form .form-input-item textarea.form-control {
  height: 250px;
  padding: 20px 20px 2px 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .comment-form .form-input-item textarea.form-control {
    height: 160px;
  }
}
.comment-form-area .btn.btn-submit {
  background-color: #c2a74e;
  border-color: #c2a74e;
  font-size: 15px;
  font-family: "Roboto", sans-serif;
  margin: 0;
  padding: 18px 25px 16px;
}
@media only screen and (max-width: 575px) {
  .comment-form-area .btn.btn-submit {
    font-size: 13px;
    padding: 13px 20px 12px;
  }
}
.comment-form-area .btn.btn-submit:hover {
  background-color: #06264b;
  border-color: #06264b;
  color: #FFFFFF;
}

.page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  margin-bottom: 0;
}
.page-numbers li {
  margin: 0 5.5px;
}

.page-number {
  background-color: #FFFFFF;
  border: none;
  border-radius: 50%;
  color: #1f2226;
  display: inline-block;
  font-weight: 400;
  font-size: 16px;
  width: 43px;
  height: 43px;
  line-height: 43px;
  text-align: center;
  -webkit-box-shadow: 0 0 12px 0.8px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 12px 0.8px rgba(0, 0, 0, 0.1);
}
.page-number:hover, .page-number.active {
  background-color: #c2a74e;
  color: #FFFFFF;
}
.page-number.active {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.page-number.prev, .page-number.next {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: 15px;
  line-height: 45px;
}
.page-number.prev:hover, .page-number.next:hover {
  background-color: #c2a74e;
  color: #FFFFFF;
}

/*----------------------------------------*/
/*  Contact CSS
/*----------------------------------------*/
.contact-info-area {
  padding: 0 11px 0 60px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .contact-info-area {
    padding: 0 11px 0 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .contact-info-area {
    padding: 0 11px 30px 0;
  }
}
.contact-info-area-title {
  font-size: 35px;
  font-weight: 700;
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .contact-info-area-title {
    font-size: 24px;
    margin-bottom: 30px;
  }
}
.contact-info-item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 23px;
}
.contact-info-item:hover .contact-info-icon {
  color: #c2a74e;
}
.contact-info-icon {
  font-size: 36px;
  width: 62px;
}
.contact-info-content {
  line-height: 1.5;
}
.contact-info-content a {
  color: #464545;
  display: block;
}
.contact-info-content a:hover {
  color: #c2a74e;
}
.contact-info-content span {
  display: block;
}

.contact-form-area {
  -webkit-box-shadow: 10px 25px 80px rgba(150, 150, 150, 0.15);
  box-shadow: 10px 25px 80px rgba(150, 150, 150, 0.15);
  padding: 50px;
  margin-left: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .contact-form-area {
    margin-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .contact-form-area {
    padding: 30px;
  }
}
.contact-form-title {
  border-bottom: 2px solid #e9e9e9;
  margin-bottom: 50px;
  max-width: 210px;
  padding-bottom: 9px;
  position: relative;
}
.contact-form-title:after {
  background-color: #c2a74e;
  bottom: -2px;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 100px;
}
.contact-form .btn-submit {
  background-color: #1f2226;
  border: none;
  border-radius: 0;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 700;
  padding: 21px 10px;
  text-transform: uppercase;
  width: 100%;
}
.contact-form .btn-submit:hover {
  background-color: #c2a74e;
}

.form-input-item {
  margin-bottom: 15px;
  position: relative;
}
.form-input-item:focus .icon, .form-input-item:hover .icon {
  color: #c2a74e;
}
.form-input-item .icon {
  color: #d4d4d4;
  font-size: 18px;
  left: 24px;
  position: absolute;
  top: 50%;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
}
.form-input-item .form-control {
  border: 1px solid #e5e5e5;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #1f2226;
  height: 50px;
  padding: 0 24px 3px;
}
@media only screen and (max-width: 767px) {
  .form-input-item .form-control {
    padding: 2px 15px 3px;
  }
}
.form-input-item .form-control::-webkit-input-placeholder {
  color: #757575;
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  .form-input-item .form-control::-webkit-input-placeholder {
    font-size: 14px;
  }
}
.form-input-item .form-control:-moz-placeholder {
  color: #757575;
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  .form-input-item .form-control:-moz-placeholder {
    font-size: 14px;
  }
}
.form-input-item .form-control::-moz-placeholder {
  color: #757575;
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  .form-input-item .form-control::-moz-placeholder {
    font-size: 14px;
  }
}
.form-input-item .form-control:-ms-input-placeholder {
  color: #757575;
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  .form-input-item .form-control:-ms-input-placeholder {
    font-size: 14px;
  }
}
.form-input-item .form-control:active, .form-input-item .form-control:focus {
  border-color: #06264b;
}
.form-input-item textarea.form-control {
  min-height: 118px;
  padding: 21px 10px 0 31px;
}

.btn-submit {
  padding: 0 25px;
}
.btn-submit .icon {
  margin-left: 9px;
}

.map-area iframe {
  width: 100%;
  height: 500px;
  border-radius: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .map-area iframe {
    height: 450px;
  }
}
@media only screen and (max-width: 767px) {
  .map-area iframe {
    height: 360px;
  }
}
@media only screen and (max-width: 575px) {
  .map-area iframe {
    height: 260px;
  }
}

.newsletter-form {
  overflow: hidden;
  position: relative;
}
.newsletter-form .form-control {
  background-color: transparent;
  border: 1px solid #06264b;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #06264b;
  font-size: 16px;
  font-weight: 500;
  height: 50px;
  width: 100%;
  padding: 1px 125px 5px 15px;
}
.newsletter-form .form-control::-webkit-input-placeholder {
  color: #06264b;
}
.newsletter-form .form-control:-moz-placeholder {
  color: #06264b;
}
.newsletter-form .form-control::-moz-placeholder {
  color: #06264b;
}
.newsletter-form .form-control:-ms-input-placeholder {
  color: #06264b;
}
.newsletter-form .btn-submit {
  background-color: #06264b;
  border: none;
  color: #FFFFFF;
  display: inline-block;
  font-size: 16px;
  height: 50px;
  line-height: 44px;
  margin: 0;
  padding: 3px 7px;
  position: absolute;
  right: 0;
  top: 0;
  width: 110px;
}
.newsletter-form .btn-submit:hover {
  background-color: #051f3d;
}
.newsletter-two-form {
  max-width: 550px;
  margin: 0 auto 40px;
  overflow: hidden;
  position: relative;
}
.newsletter-two-form .form-control {
  background-color: transparent;
  border: 1px solid #333333;
  border-radius: 50px;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #06264b;
  font-size: 18px;
  font-weight: 500;
  height: 60px;
  width: 100%;
  padding: 0 155px 4px 30px;
}
.newsletter-two-form .form-control::-webkit-input-placeholder {
  color: #06264b;
}
.newsletter-two-form .form-control:-moz-placeholder {
  color: #06264b;
}
.newsletter-two-form .form-control::-moz-placeholder {
  color: #06264b;
}
.newsletter-two-form .form-control:-ms-input-placeholder {
  color: #06264b;
}
@media only screen and (max-width: 767px) {
  .newsletter-two-form .form-control {
    font-size: 14px;
    height: 45px;
    padding: 0 125px 4px 20px;
  }
}
.newsletter-two-form .btn-submit {
  background-color: #fc6539;
  border: none;
  border-radius: 0 50px 50px 0;
  color: #FFFFFF;
  display: inline-block;
  font-size: 18px;
  height: 60px;
  line-height: 54px;
  margin: 0;
  padding: 3px 7px;
  position: absolute;
  right: 0;
  top: 0;
  width: 150px;
}
@media only screen and (max-width: 767px) {
  .newsletter-two-form .btn-submit {
    font-size: 14px;
    height: 45px;
    line-height: 42px;
    padding: 0 7px 3px;
    width: 120px;
  }
}
.newsletter-two-form .btn-submit:hover {
  background-color: #c2a74e;
}

.error-content {
  padding: 175px 0 200px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .error-content {
    padding: 151px 0 160px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .error-content {
    padding: 142px 0 150px;
  }
}
@media only screen and (max-width: 575px) {
  .error-content {
    padding: 112px 0 120px;
  }
}
.error-content h1 {
  font-weight: 400;
  font-size: 42px;
  margin: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .error-content h1 {
    font-size: 36px;
  }
}
@media only screen and (max-width: 767px) {
  .error-content h1 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 575px) {
  .error-content h1 {
    font-size: 22px;
  }
}
.error-content p {
  line-height: 35px;
  width: 90%;
  margin: 20px auto 24px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .error-content p {
    width: 100%;
  }
}
.error-content p a {
  color: #c2a74e;
  font-size: 18px;
  margin-top: 10px;
}
.error-content p a:hover {
  color: #000000;
}

.error-search {
  margin: 0 auto;
  max-width: 370px;
  position: relative;
}
.error-search input {
  background-color: transparent;
  border: 1px solid #e5e5e5;
  border-radius: 50px;
  color: #000000;
  font-size: 15px;
  height: 48px;
  padding: 2px 50px 2px 20px;
  width: 100%;
}
.error-search input::-webkit-input-placeholder {
  color: #495057;
}
.error-search input:-moz-placeholder {
  color: #495057;
}
.error-search input::-moz-placeholder {
  color: #495057;
}
.error-search input:-ms-input-placeholder {
  color: #495057;
}
.error-search input:focus {
  border-color: #06264b;
}
.error-search button {
  position: absolute;
  top: 56%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 16px;
  padding: 0;
  border: none;
  background-color: transparent;
}
.error-search button img {
  opacity: 0.7;
  position: relative;
  top: -3px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.error-search button:hover i {
  color: #c2a74e;
}

/*----------------------------------------*/
/*  Testimonial CSS
/*----------------------------------------*/
.testimonial-content {
  margin: 0 auto;
  max-width: 765px;
  position: relative;
  text-align: center;
}
.testimonial-content .client-thumb img {
  border-radius: 50%;
}
.testimonial-content .client-name {
  color: #1f2226;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1.6;
  text-transform: uppercase;
}
.testimonial-content p {
  color: #333333;
  font-size: 16px;
  line-height: 2;
  margin: 30px 0 28px;
}
@media only screen and (max-width: 767px) {
  .testimonial-content p {
    font-size: 15px;
  }
}
@media only screen and (max-width: 575px) {
  .testimonial-content p {
    font-size: 14px;
  }
}

/*----------------------------------------*/
/*  Sidebar CSS
/*----------------------------------------*/
.sidebar-area {
  padding-top: 7px;
}

.shop-sidebar-item {
  border: none !important;
}
.shop-sidebar-item:not(:last-child) {
  padding-bottom: 54px;
}
.shop-sidebar-item:first-of-type {
  border-radius: 0;
}
.shop-sidebar-item:first-of-type .shop-sidebar-toggle {
  border-radius: 0;
}

.shop-sidebar-toggle {
  font-size: 20px;
  line-height: 1;
  padding: 0 0 17px;
  color: #06264b;
  border-bottom: 1px solid rgba(6, 38, 75, 0.1);
}
.shop-sidebar-toggle:not(.collapsed) {
  color: #06264b;
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.shop-sidebar-toggle:not(.collapsed):after {
  background: none;
  -webkit-filter: none;
          filter: none;
  content: "\eacb";
  -webkit-transform: none;
          transform: none;
}
.shop-sidebar-toggle:after {
  color: #06264b;
  width: auto;
  height: auto;
  background: none;
  position: absolute;
  content: "\eac8";
  left: auto;
  right: 0;
  top: 0;
  font-family: "IcoFont";
  -webkit-transform: none;
          transform: none;
}
.shop-sidebar-toggle:focus {
  border-color: #dee2e6;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.shop-sidebar-body {
  padding: 22px 0 0;
  border: none;
}

.sidebar-price-filter {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.sidebar-price-filter .filter-range-from, .sidebar-price-filter .filter-price-range-to {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
}
.sidebar-price-filter .filter-range-from input, .sidebar-price-filter .filter-price-range-to input {
  background-color: transparent;
  border: 1px solid rgba(6, 38, 75, 0.1);
  margin: 0 4px 0 3px;
  padding: 10px;
  width: 80px;
}
.sidebar-price-filter-btn {
  background-color: #000000;
  border: none;
  color: #FFFFFF;
  font-size: 14px;
  height: 40px;
  margin-top: 20px;
  padding: 8px 25px;
  text-align: center;
  width: 100%;
}
.sidebar-price-filter-btn:hover {
  background-color: #c2a74e;
}

.blog-sidebar-item:not(:last-child) {
  margin-bottom: 54px;
}
.blog-sidebar-item-title {
  color: #06264b;
  font-size: 20px;
  line-height: 1;
  margin-bottom: 30px;
}

.widget-post-item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #dee0e4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}
.widget-post-item:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.widget-post-item:hover .widget-post-title {
  color: #c2a74e;
}
.widget-post-item:hover img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.widget-post-title {
  color: #06264b;
  font-size: 15px;
  font-family: "Roboto", sans-serif;
  line-height: 1.2;
  margin-bottom: 0;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.widget-post-title:hover {
  color: #c2a74e;
  cursor: pointer;
}
.widget-post-thumb {
  margin-right: 20px;
  min-width: 80px;
  overflow: hidden;
}
.widget-post-thumb img {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.widget-post-date {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #06264b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.widget-search-wrp form {
  position: relative;
}
.widget-search-wrp .form-control {
  border: 1px solid #e6e6e6;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
  font-family: "Roboto", sans-serif;
  height: 43px;
  font-size: 14px;
  line-height: 43px;
  padding: 2px 55px 2px 18px;
}
.widget-search-wrp .form-control::-webkit-input-placeholder {
  color: #757575;
}
.widget-search-wrp .form-control:-moz-placeholder {
  color: #757575;
}
.widget-search-wrp .form-control::-moz-placeholder {
  color: #757575;
}
.widget-search-wrp .form-control:-ms-input-placeholder {
  color: #757575;
}
.widget-search-wrp .search-button {
  border: none;
  border-left: 1px solid #a1a5aa;
  border-radius: 0;
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #06264b;
  font-size: 16px;
  position: absolute;
  top: calc(50% - 14px);
  right: 0;
  height: 27px;
  width: 47px;
  font-size: 18px;
}
.widget-search-wrp .search-button:hover {
  color: #c2a74e;
}

.archive-title {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 5px;
}
.archive-items li {
  line-height: 1.8;
  position: relative;
  padding-left: 17px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.archive-items li:before {
  content: ">";
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.archive-items li:hover:before {
  color: #c2a74e;
}
.archive-items li a {
  color: #06264b;
  font-size: 14px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.archive-items li a:hover {
  color: #c2a74e;
}

.widget-tag-items ul {
  margin: 0;
}
.widget-tag-items ul li {
  display: inline-block;
  margin: 15px 10px 0 0;
}
.widget-tag-items .tag-item {
  background-color: transparent;
  border: 1px solid #06264b;
  border-radius: 0;
  -webkit-box-shadow: 10px 25px 80px rgba(150, 150, 150, 0.15);
          box-shadow: 10px 25px 80px rgba(150, 150, 150, 0.15);
  color: #06264b;
  font-size: 14px;
  padding: 10px 17px 11px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1;
  margin-right: 10px;
  min-height: 34px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .widget-tag-items .tag-item {
    margin-right: 3px;
  }
}
.widget-tag-items .tag-item:hover {
  background-color: #c2a74e;
  border-color: #c2a74e;
  color: #FFFFFF;
}

.custom-nav-item {
  color: #06264b;
  display: block;
  font-size: 14px;
  line-height: 1;
  margin-bottom: 18px;
}
.custom-nav-item:last-child {
  margin-bottom: 0;
}
.custom-nav-item:hover {
  color: #c2a74e;
}

/*----------------------------------------*/
/*  Team CSS
/*----------------------------------------*/
.team {
  text-align: center;
  background-color: #F8F9FA;
}
.team:hover .team-social {
  visibility: visible;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  opacity: 1;
}
.team-thumb {
  position: relative;
}
.team-thumb img {
  width: 100%;
}
.team-social {
  position: absolute;
  top: 50%;
  left: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  visibility: hidden;
  padding: 10px 15px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  opacity: 0;
  border-radius: 4px;
  background-color: #FFFFFF;
  gap: 6px;
  width: 100%;
}
.team-social a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.team-social a .icon {
  color: #FFFFFF;
  border: 1px solid #e5e5e5;
  border-radius: 50%;
  font-size: 14px;
  height: 30px;
  line-height: 30px;
  width: 30px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.team-social a .icon.facebook-icon {
  background-color: #3b5998;
  border: 1px solid #3b5998;
}
.team-social a .icon.twitter-icon {
  background-color: #55acee;
  border: 1px solid #55acee;
}
.team-social a .icon.instagram-icon {
  background-color: #c32aa3;
  border: 1px solid #c32aa3;
}
.team-social a i {
  font-size: 16px;
}
.team-social a:hover .icon.facebook-icon {
  background-color: transparent;
  color: #3b5998;
}
.team-social a:hover .icon.twitter-icon {
  background-color: transparent;
  color: #55acee;
}
.team-social a:hover .icon.instagram-icon {
  background-color: transparent;
  color: #c32aa3;
}
.team-content {
  padding: 20px;
}
.team-name {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 5px;
}
.team-title {
  font-size: 15px;
  line-height: 1.5;
  display: block;
  margin: 0;
}

.social-items a {
  background-color: #FFFFFF;
  border-radius: 4px;
  display: inline-block;
  font-size: 16px;
  height: 36px;
  line-height: 37px;
  margin-right: 5px;
  text-align: center;
  width: 36px;
}
.social-items a:last-child {
  margin-right: 0;
}
.social-items a.facebook-item {
  background-color: #3b5998;
  color: #FFFFFF;
}
.social-items a.twitter-item {
  background-color: #1da1f2;
  color: #FFFFFF;
}
.social-items a.youtube-item {
  background-color: #cd201f;
  color: #FFFFFF;
}
.social-items a.linkedin-item {
  background-color: #0077b5;
  color: #FFFFFF;
}
.social-items a.rss-item {
  background-color: #f26522;
  color: #FFFFFF;
}
.social-items a.dribbble-item {
  background-color: #ea4c89;
  color: #FFFFFF;
}