body {
  font-family: "Helvetica", "Arial", sans-serif;
  font-size: 1rem;
  overflow-x: hidden; }
body.bg {
  background-image: url("../images/bg.png");
  background-position: left top;
  background-size: auto;
  background-repeat: repeat;
  background-attachment: fixed; }
body.shop {
  font-family: 'Quicksand', sans-serif; }

a {
  text-decoration: none; }

.header {
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.search-btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
.search-btn:hover {
  cursor: pointer; }

.shopping-bags {
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 5px;
  cursor: pointer;
  position: relative; }
.shopping-bags:hover .cart-body {
  visibility: visible;
  opacity: 1;
  pointer-events: auto; }

.marquee-wp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff; }

.cart-body {
  position: absolute;
  z-index: 1010;
  top: 30px;
  right: 0px;
  padding: 15px;
  border-radius: 5px;
  background: #fff;
  width: 238px;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  -webkit-box-shadow: 0 0 2px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 2px 0px rgba(0, 0, 0, 0.15);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.header-logo {
  font-family: "Montserrat", Sans-serif;
  font-size: 26px; }
.header-logo a {
  display: block;
  color: #000;
  font-weight: 500; }

.header-top-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: 80px;
  padding-top: 30px; }
.header-top-list ul {
  margin-bottom: 0px; }
.header-top-list ul li.list-inline-item {
  border-right: 1px solid #F3F3F3;
  margin-right: 0px; }
.header-top-list ul li.list-inline-item:not(:last-child) {
  margin-right: 0px; }
.header-top-list ul li a {
  color: #F3F3F3;
  padding-left: 15px;
  padding-right: 15px; }
.header-top-list ul li a:hover {
  color: #333; }

.header-content-bottom {
  padding-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.list-header-icons {
  padding-left: 60px; }
.list-header-icons .list-header-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #F3F3F3;
  padding-left: 15px;
  padding-right: 15px; }
.list-header-icons .list-header-icon .icon-top {
  margin-right: 8px; }
.list-header-icons .list-header-icon .icon-top img {
  max-width: 34px;
  max-height: 34px; }
.list-header-icons .list-header-icon .icon-text {
  max-width: 165px; }
.list-header-icons .list-header-icon .icon-text h4 {
  font-weight: bold;
  margin-bottom: 0px;
  font-size: 15px; }
.list-header-icons .list-header-icon .icon-text p {
  margin-bottom: 0px; }

.header-menu {
  background: #7da500;
  min-height: 41px; }

@media screen and (max-width: 768px) {
  .header-logo {
    text-align: center; }

  .header-top-list {
    padding-top: 10px;
    padding-right: 0px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center; }

  ul.list-header-icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }

  .header-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; } }
.mobile-menu-button {
  display: none; }
.mobile-menu-button i {
  font-size: 20px; }
.mobile-menu-button:hover {
  cursor: pointer; }

@media screen and (max-width: 992px) {
  .mobile-menu-button {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 41px;
    height: 41px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }

  .header-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; } }
.search-button {
  width: 40px;
  height: 40px;
  background: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  color: #fff;
  border-radius: 2px;
  padding-top: 2px;
  margin-top: 2px; }
.search-button:hover {
  cursor: pointer;
  background: #7da500; }

.search-form-wp {
  position: absolute;
  top: 100%;
  right: 0;
  pointer-events: none;
  z-index: 9999;
  -webkit-box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.15);
          box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.15);
  border: 1px solid #ddd;
  padding-top: 20px;
  padding-bottom: 20px;
  background: #fff;
  border-radius: 10px;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  opacity: 0;
  visibility: visible;
  pointer-events: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
.search-form-wp.open {
  pointer-events: auto; }

.search-btn:hover .search-form-wp {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  -webkit-transform: translateY(0);
          transform: translateY(0); }

.search-form {
  position: relative;
  opacity: 1;
  visibility: visible;
  width: 600px;
  padding-left: 20px;
  padding-right: 20px; }

.ssearch-frm-close {
  text-align: right;
  font-size: 20px;
  color: #fff; }

.ssearch-frm-close i:hover {
  color: red;
  cursor: pointer; }

.search-form-wp.open .search-form {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0); }

#frm-search {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  border-radius: 10px;
  overflow: hidden; }
#frm-search button[type='submit'] {
  border: 0px;
  padding: 10px 20px;
  background: #7da500;
  color: #fff;
  font-weight: bold; }
#frm-search input[type="text"] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 15px;
  padding-right: 15px;
  border: 0px;
  outline: none;
  background: rgba(0, 0, 0, 0.1); }

.shop-header--scroll {
  display: none;
  background: #fff;
  -webkit-animation: sticky_header_animation .3s;
          animation: sticky_header_animation .3s; }
.shop-header--scroll .menu {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
.shop-header--scroll .menu ul {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
.shop-header--scroll .menu ul li {
  font-size: 13px;
  font-weight: 500; }

.shop-header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1030; }
.shop-header--top {
  background: #fffbf6;
  text-align: center;
  height: 35px;
  overflow: hidden;
  width: 100%;
  position: relative;
  font-size: 12px;
  font-family: "Montserrat", Sans-serif;
  line-height: 35px; }
.shop-header--top a {
  color: #000; }
.shop-header--top a:hover {
  color: #000; }
.shop-header--top p {
  margin-bottom: 0px; }
.shop-header-logo {
  text-align: center;
  padding: 10px 0px; }
.shop-header-logo img {
  width: 70px;
  height: 70px;
  margin: 0 auto; }
.shop-header--content {
  -webkit-box-shadow: 0 -1px #e7e7e7 inset;
          box-shadow: 0 -1px #e7e7e7 inset; }
.shop-header--content .menu {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
.shop-header--content .menu ul li {
  font-size: 13px;
  font-weight: 500; }
.shop-header--content .menu ul li a {
  color: #fff; }
.shop-header--content:hover {
  background: #fff; }
.shop-header--content:hover .menu ul li a {
  color: #000; }
.shop-header.scroll .shop-header--top {
  display: none; }
.shop-header.scroll .shop-header--content {
  display: none; }
.shop-header.scroll .shop-header--scroll {
  display: block;
  -webkit-transform: translateY(0);
          transform: translateY(0); }

@media screen and (max-width: 992px) {
  .shop-header-logo {
    text-align: left; } }
@-webkit-keyframes sticky_header_animation {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
@keyframes sticky_header_animation {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 100%;
  background: transparent; }
.menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  list-style: none;
  margin: 0;
  padding: 0;
  background: transparent; }
.menu ul li {
  position: relative;
  list-style: none;
  font-size: 1rem;
  font-weight: 400;
  color: #333;
  padding: 0px 15px;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease; }
.menu ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 100%;
  color: #333;
  text-decoration: none;
  padding: 10px 0px; }
.menu ul li a:hover {
  color: #000; }
.menu ul li:first-child a:before {
  content: unset; }
.menu ul li.active a {
  border-bottom: 5px solid #0a78be; }
.menu ul li:hover {
  cursor: pointer;
  color: #333 !important; }
.menu ul li:hover a {
  color: #333; }
.menu ul li:hover > .menu_sub {
  display: block;
  opacity: 1;
  visibility: visible !important;
  pointer-events: auto;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transform: translateY(0px);
  transform: translateY(0px); }
.menu ul li.has-child {
  padding-right: 30px; }
.menu ul li.has-child i {
  position: absolute;
  right: 10px;
  top: 10px; }
.menu ul li.has-child i:hover {
  cursor: pointer; }
.menu .menu_sub {
  display: block;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 0;
  width: 220px;
  background: #fff;
  list-style: none;
  margin: 0px;
  padding: 0px;
  pointer-events: none;
  border-top: 0px;
  z-index: 999;
  /*-moz-border-radius: 0px;
  -moz-transform-origin: center top 0px;
  -webkit-transform-origin: center top 0px;
  transform: matrix3d(1, 0, 0, 0, 0, 0, 1, 0.008, 0, -1, 0, 0, 0, 0, 0, 1);
  -moz-transform: matrix3d(1, 0, 0, 0, 0, 0, 1, 0.008, 0, -1, 0, 0, 0, 0, 0, 1);
  -webkit-transform: matrix3d(1, 0, 0, 0, 0, 0, 1, 0.008, 0, -1, 0, 0, 0, 0, 0, 1);*/
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
.menu .menu_sub > li {
  display: block;
  padding: 10px 15px;
  font-size: 13px;
  font-weight: normal;
  line-height: 1.6;
  max-height: auto !important; }
.menu .menu_sub > li:last-child {
  border-bottom: 0px; }
.menu .menu_sub > li a {
  color: #333;
  display: block;
  padding: 0px 0px;
  line-height: 1.5 !important; }
.menu .menu_sub > li a:before, .menu .menu_sub > li a:after {
  content: unset; }
.menu .menu_sub > li:hover {
  cursor: pointer;
  background: #000; }
.menu .menu_sub > li:hover a {
  color: #fff; }
.menu li ul li ul {
  /*top: -10px;*/
  left: calc(-100% - 1px) !important; }
.menu li ul li ul > li a {
  color: #333 !important;
  display: block;
  opacity: 1; }
.menu li ul li ul > li:hover {
  cursor: pointer !important; }

.open-menu-icon {
  display: none;
  float: right;
  font-size: 20px;
  padding: 0px 10px;
  color: #111; }
.open-menu-icon:hover {
  cursor: pointer; }

@media screen and (max-width: 992px) {
  .menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    position: fixed;
    -webkit-overflow-scrolling: touch;
    top: 0 !important;
    bottom: 0;
    left: 0;
    padding: 0px;
    padding-top: 40px;
    max-width: 95%;
    z-index: 10200;
    background-color: #fff;
    width: 250px;
    -webkit-transform: translateX(-250px);
    transform: translateX(-250px); }
  .menu ul {
    overflow-y: auto;
    overflow-x: hidden;
    display: block;
    list-style: none;
    padding-left: 0px;
    height: 100%;
    scrollbar-width: thin; }
  .menu ul::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5; }
  .menu ul::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5; }
  .menu ul::-webkit-scrollbar-thumb {
    background-color: #fff; }
  .menu ul > li:first-child {
    border-top: 1px solid rgba(51, 51, 51, 0.08); }
  .menu ul li {
    font-size: 0.9375rem; }
  .menu ul li ul.menu_sub {
    position: relative;
    display: block;
    opacity: 0;
    visibility: hidden;
    background: #f7f7f7;
    height: 0;
    width: 100%;
    color: #111;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-box-shadow: none;
            box-shadow: none;
    margin-bottom: 0px;
    font-weight: normal;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .menu ul li ul.menu_sub > li {
    border-bottom: 1px solid rgba(51, 51, 51, 0.08);
    font-weight: 300; }
  .menu ul li ul.menu_sub > li a {
    color: #111; }
  .menu ul li.has-child i {
    right: 20px; }
  .menu ul li a {
    padding: 10px 10px; }
  .menu ul li:hover > ul.menu_sub {
    height: auto; }
  .menu.open {
    display: block;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.4s cubic-bezier(0.46, 0.01, 0.32, 1);
    transition: all 0.4s cubic-bezier(0.46, 0.01, 0.32, 1);
    -webkit-transform: translateX(0px);
    transform: translateX(0px); }

  .open-menu-icon {
    display: block; } }
.nt-mobile-menu-wrap {
  position: fixed;
  top: 0;
  right: 0;
  background: transparent;
  z-index: 1030;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
.nt-mobile-menu-wrap.open {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
          transform: translateY(0px); }

.nt-mobile-menu {
  position: relative;
  width: 100%;
  overflow: scroll;
  overflow-x: hidden;
  padding-left: 0px;
  -ms-overflow-style: none;
  scrollbar-width: thin;
  z-index: 9999;
  margin-bottom: 0px;
  /*border-bottom: 1px solid rgba(0, 0, 0, .3);*/
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.05);
          box-shadow: 0 1px 0 rgba(255, 255, 255, 0.05); }
.nt-mobile-menu li {
  position: relative;
  list-style: none;
  font-family: "Montserrat", Sans-serif;
  font-size: 14px; }
.nt-mobile-menu li a {
  color: #000;
  padding: 10px 15px;
  text-decoration: none;
  display: block;
  position: relative;
  /*border-top: 1px solid rgba(0, 0, 0, .3);*/
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
  /*text-shadow: 0 1px 0 rgba(0,0,0,.5);*/ }
.nt-mobile-menu li a:hover {
  background: #404040;
  color: #fff; }
.nt-mobile-menu li i.fas {
  width: 42px;
  height: 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 0px;
  right: 2px;
  z-index: 999999;
  /*border-left: 1px solid #242424;*/ }
.nt-mobile-menu li i.fas:hover {
  cursor: pointer; }
.nt-mobile-menu .menu_sub {
  display: none;
  padding-left: 0px; }
.nt-mobile-menu .menu_sub li {
  border-bottom: 0px; }

.nt-mobile-menu::-webkit-scrollbar {
  width: 6px;
  background: transparent; }

.nt-mobile-menu::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 3px; }

.nt-close {
  width: 45px;
  height: 32px;
  background: #fff;
  border: 1px solid #444;
  border-radius: 5px;
  color: #444;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
.nt-close:hover {
  cursor: pointer;
  color: #444;
  opacity: .6; }

.nt-mobile-menu-foot {
  background: #fff;
  padding: 10px 0px;
  font-size: 14px; }
.nt-mobile-menu-foot strong {
  color: #000; }

.nt-dropmenu {
  display: block;
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
  margin-top: 0; }
.nt-dropmenu li {
  padding: 0;
  position: relative; }
.nt-dropmenu li a {
  display: block;
  padding: 10px;
  padding-left: 20px;
  padding-right: 35px;
  font-size: 13px;
  color: black;
  font-weight: 500;
  border-bottom: 1px solid #dddddd;
  margin-bottom: -1px;
  text-decoration: none; }
.nt-dropmenu li a i {
  -webkit-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: -webkit-transform .6s ease;
  transition: -webkit-transform .6s ease;
  transition: transform .6s ease;
  transition: transform .6s ease, -webkit-transform .6s ease;
  position: absolute;
  right: 20px;
  top: 9px;
  font-size: 16px;
  width: 20px;
  height: 20px;
  text-align: center; }
.nt-dropmenu li a.open i {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
  -webkit-transition: -webkit-transform .6s ease;
  transition: -webkit-transform .6s ease;
  transition: transform .6s ease;
  transition: transform .6s ease, -webkit-transform .6s ease; }

.nt-dropmenu li ul.nt-dropmenu--sub {
  display: none;
  padding-left: 0;
  list-style: none;
  background: #fafafa; }
.nt-dropmenu li ul.nt-dropmenu--sub li a {
  font-weight: 500;
  padding-left: 40px; }
.nt-dropmenu li ul.nt-dropmenu--sub li a i {
  position: absolute;
  left: 20px;
  right: auto;
  top: 10px;
  width: auto;
  height: auto; }

.mobile-menu-button-wrap {
  position: absolute;
  left: 20px;
  top: 50%;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
  width: 40px;
  height: 40px;
  display: none !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  border-radius: 999px;
  color: #333;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
.mobile-menu-button-wrap i.far {
  font-size: 24px; }
.mobile-menu-button-wrap:hover {
  cursor: pointer;
  color: #fff; }

.mobile-menu-button {
  text-decoration: none;
  color: #333; }

.mobile-menu-search {
  padding: 20px 15px; }

@media screen and (max-width: 992px) {
  .mobile-menu-button-wrap {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; } }
.mobile-menu {
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  width: 260px;
  background: #fff;
  height: 100%;
  color: #000;
  -webkit-transform: translateX(-300px);
  transform: translateX(-300px);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
.mobile-menu.open {
  -webkit-transform: translateX(0);
          transform: translateX(0); }
.mobile-menu-head {
  padding: 10px;
  border-bottom: 1px solid #ddd;
  text-align: right; }
.mobile-menu-head i.far {
  padding-left: 15px;
  padding-right: 15px;
  font-size: 20px;
  line-height: 1;
  margin-top: 3px; }
.mobile-menu-head i.far:hover {
  cursor: pointer; }

#overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1040;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  visibility: hidden;
  pointer-events: none; }

#overlay.open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto; }

.text-ceter {
  text-align: center; }

.no-scroll {
  overflow: hidden; }

.main {
  min-height: 200px; }

.box-bg {
  background: url("../images/bg-header.png") no-repeat;
  background-size: cover; }

.box-grey {
  padding: 15px;
  background: rgba(128, 128, 128, 0.15); }

.site-container {
  background: #fff;
  margin-bottom: 40px;
  min-height: 600px; }
.site-container .header {
  margin-top: 40px;
  height: auto; }

.site-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  clear: both;
  margin-top: 60px; }
.site-body--left {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 40px; }
.site-body--right {
  width: 300px; }
.site-body--right.blog-sidebar{
  width: 30%;
}
.site-body--left.blog-content-wrap{
  width: 60%;
}
.blog-content img{
  max-width: 100% !important;
}

@media screen and (max-width: 768px)
{
  .site-body{
    flex-wrap: wrap;
    margin-left: 10%;
    margin-right: 10%;
  }
  .site-body--left, .site-body--right, .site-body--left.blog-content-wrap{
    width: 100% !important;
  }
  .site-body--left{
    padding-right: 0px !important;
  }

}
@media screen and (max-width: 468px)
{
  .site-body{
    margin-left: 5%;
    margin-right: 5%;
  }
}

.main-menu-mobile {
  display: none;
  width: 100%;
  background: #f5f5f5;
  padding: 0px 40px; }
.main-menu-mobile .opent-btn {
  text-align: center;
  padding: 10px; }
.main-menu-mobile .opent-btn a {
  color: #000; }
.main-menu-mobile ul {
  padding: 0;
  margin: 0;
  display: none; }
.main-menu-mobile ul li {
  position: relative;
  list-style: none; }
.main-menu-mobile ul li.has-child::before {
  clear: both;
  content: "\f078";
  float: right;
  font-family: 'Font Awesome 5 Pro';
  line-height: 1;
  padding: 15px 0 15px 20px;
  cursor: pointer;
  position: relative;
  z-index: 1050; }
.main-menu-mobile ul li.has-child::before:hover {
  cursor: pointer; }
.main-menu-mobile ul li.has-child ul.menu_sub {
  display: none; }
.main-menu-mobile ul li a {
  color: #000;
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 15px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
.main-menu-mobile ul li a:hover {
  color: #dd9933; }

@media screen and (min-width: 992px) {
  .site-container {
    margin: 40px auto;
    max-width: 1200px;
    -webkit-box-shadow: 0 0 5px #ddd;
            box-shadow: 0 0 5px #ddd;
    padding: 20px 100px 100px;
    background: #fff; } }
@media screen and (max-width: 992px) {
  body.bg {
    background: #fff; }

  .main-menu .menu-left, .main-menu .menu-right {
    display: none; }

  .main-menu {
    width: 100%;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }

  .main-menu-mobile {
    display: block; } }
.block-bg {
  padding: 30px;
  background: #C4AC99; }

.border {
  border: 1px solid #000 !important; }

.widget {
  padding: 30px 30px 20px;
  margin-bottom: 50px !important; }
.widget-head {
  padding: 20px;
  background: #000;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  font-size: 12px;
  line-height: 1;
  margin-bottom: 20px;
  margin-top: -57px; }

#homeAbout {
  padding-bottom: 50px; }

.home-avatar {
  width: 300px; }

.home-about--socials {
  font-size: 16px;
  line-height: 28px;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }
.home-about--socials ul {
  margin-bottom: 0px; }
.home-about--socials ul a {
  color: #000;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-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;
  border-radius: 100%;
  background: transparent;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
.home-about--socials ul a:hover {
  background: #F9C846; }

.home-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px;
  background: #fff; }
.home-contact--left {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
.home-contact--right {
  max-width: 460px; }
.home-contact--form {
  border: 1px solid #000;
  max-width: 440px; }
.home-contact--content {
  text-align: center; }
.home-contact--form-input {
  background: #fff;
  padding: 20px; }
.home-contact--form-input input[type=email] {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none; }
.home-contact--form-input button {
  width: 100%;
  background: #000;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  border: 0px;
  margin-top: 15px;
  padding: 10px; }
.home-contact--form-input button:hover {
  opacity: .6; }

.category-item {
  background: #fff;
  border-radius: 8px; }
.category-item .category-thumb {
  height: 250px;
  overflow: hidden;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px; }
.category-item .category-thumb:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1); }
.category-item .category-thumb img {
  min-width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
.category-item .category-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 15px; }
.category-item .category-title {
  font-size: 16px;
  font-family: 'QuickB';
  font-weight: bold;
  color: #195DB9;
  text-transform: uppercase;
  margin-bottom: 0px;
  padding-right: 15px; }

.mt-60 {
  margin-top: 60px; }

.py-60 {
  padding: 60px 0px; }

.hr {
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative; }
.hr:after {
  content: "";
  position: absolute;
  width: 40%;
  height: 1px;
  background: #000;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%); }

.main-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%; }
.main-menu .menu-left, .main-menu .menu-right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000; }
.main-menu .menu-left .menu {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
.main-menu .menu-left .menu ul li a, .main-menu .menu-right .menu ul li a {
  font-size: 12px;
  padding: 20px 0px; }

.site-title {
  display: inline-block;
  height: 150px;
  width: 150px; }
.site-title a {
  background-color: #fff;
  background-size: 150px 150px;
  background-position: center;
  width: 150px;
  height: 150px;
  display: inline-block;
  padding: 15px 15px 20px;
  word-wrap: break-word;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.page-wrap {
  margin-top: 40px; }

.page-content-wrap {
  padding: 20px;
  -webkit-box-shadow: 0 1px 3px -2px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
          box-shadow: 0 1px 3px -2px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); }

.page-banner {
  width: 100%;
  height: 300px;
  background-size: cover;
  position: relative; }
.page-banner:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  pointer-events: none; }
.page-banner-text {
  position: relative;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
.page-banner-text h1 {
  width: 80%;
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  color: #fff; }
.page-banner-text h4 {
  font-size: 16px;
  color: #fff;
  opacity: .8;
  font-weight: bold; }
.page-banner-text h4 a {
  color: #fff;
  opacity: .8; }
.page-banner-text h4 a:hover {
  opacity: 1; }

.page-title {
  font-size: 22px;
  font-weight: bold;
  color: #333;
  padding-top: 30px;
  padding-bottom: 10px;
  position: relative;
  margin-bottom: 20px; }

.time-created {
  color: #999999;
  margin-bottom: 15px; }

.banner {
  width: 100%;
  padding: 30px;
  background: #C4AC99; }

.banner img {
  width: 100%;
  height: auto; }

.carousel {
  height: 500px; }

.carousel .flickity-viewport {
  position: absolute;
  width: 100%; }

.carousel-cell {
  height: 100%;
  width: 100%; }

.carousel-cell-image {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-size: cover; }
.carousel-cell-image:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5); }

.carousel-cell-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1010;
  color: #fff; }
.carousel-cell-text h2 {
  font-size: 3rem;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center; }
.carousel-cell-text p {
  max-width: 700px;
  font-size: 16px;
  line-height: 1.6;
  text-align: center; }
.carousel-cell-text a.carousel-btn {
  position: relative;
  background: #7da500;
  font-weight: bold;
  font-size: 18px;
  text-transform: uppercase;
  color: #fff;
  border-radius: 5px;
  height: 44px;
  padding-left: 20px;
  padding-right: 20px;
  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;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
.carousel-cell-text a.carousel-btn:after {
  content: "";
  position: absolute;
  top: 0;
  left: -25%;
  height: 100%;
  width: 150%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: inset 0 1.2em 0 0 rgba(255, 255, 255, 0.1);
          box-shadow: inset 0 1.2em 0 0 rgba(255, 255, 255, 0.1); }
.carousel-cell-text a.carousel-btn:hover {
  -webkit-box-shadow: inset 0 0 0 100px rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 0 0 100px rgba(0, 0, 0, 0.2); }
.carousel-cell-text a.carousel-btn:hover:after {
  -webkit-box-shadow: inset 0 1.2em 0 0 rgba(255, 255, 255, 0.1);
          box-shadow: inset 0 1.2em 0 0 rgba(255, 255, 255, 0.1); }

.flickity-page-dots {
  bottom: 10px; }

@media screen and (max-width: 768px) {
  .home-avatar {
    width: 60%;
    max-width: 100%;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 30px; }

  .home-contact {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }

  .home-contact--left, .home-contact--right {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }

  .home-contact--right {
    max-width: 100%; }

  .home-contact--form {
    margin: 0 auto; } }
#thumbs .owl-item {
  opacity: 0.5; }
#thumbs .owl-item img {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
#thumbs .owl-item:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1); }

#thumbs .owl-item.current {
  opacity: 1; }

#totop {
  width: 45px;
  height: 45px;
  position: relative;
  z-index: 1010;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  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;
  background: #1aaa4a;
  color: #fff;
  position: fixed;
  right: 0.5rem;
  bottom: 0rem;
  border-radius: 100%;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }

#totop.show {
  bottom: 0.5rem;
  opacity: 1;
  visibility: visible;
  pointer-events: auto; }

.list-cart {
  padding-left: 0px;
  margin-bottom: 0px; }

.list-cart-item {
  padding-bottom: 2px !important;
  border-bottom: 1px solid #ddd;
  padding-left: 0px !important;
  padding-right: 0px !important;
  width: 100%; }

.list-cart-item a {
  width: 100%; }

.list-cart-item:last-child {
  border-bottom: 0px; }

.list-cart-item img {
  width: 50px;
  height: 50px;
  margin-right: 10px; }

.list-cart-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  color: #333;
  font-size: 13px;
  font-weight: normal;
  padding-top: 10px; }

.list-cart-item:first-child a {
  padding-top: 0px; }

.list-cart-item-info {
  padding-right: 10px;
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }

.list-cart-item-info h5 {
  font-size: 13px;
  font-weight: normal;
  margin-bottom: 2px; }

.cart-subtotal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.cart-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 0px; }

.cart-btn {
  border-radius: 3px;
  background: #7da500;
  color: #fff !important; }

.slider-item .slide--image img {
  height: calc(559px - 35px - 20px);
  max-height: calc(100% - 40px);
  width: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  font-family: 'object-fit: cover; object-position: center;'; }

#home-slider .owl-dots {
  position: absolute;
  right: 50px;
  bottom: 30px; }

#home-slider .owl-dots .owl-dot {
  display: inline-block;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  margin: 0 7px;
  border-width: 2px;
  background: transparent;
  border: 1px solid #fff;
  -webkit-transition: color 0.2s ease-in-out, background 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, background 0.2s ease-in-out; }

#home-slider .owl-dots .owl-dot.active {
  background: #fff; }

@media (max-width: 992px) {
  .slider-item .slide--image img {
    height: calc(559px - 35px - 10vh); } }
@-webkit-keyframes scaleSlide {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.12);
            transform: scale(1.12);
    -ms-transform: scale(1.12); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
    -ms-transform: scale(1); } }
@keyframes scaleSlide {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.12);
            transform: scale(1.12);
    -ms-transform: scale(1.12); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
    -ms-transform: scale(1); } }
.scaleSlide {
  -webkit-animation-name: scaleSlide;
  animation-name: scaleSlide; }

.content-newsletter {
  color: #fff;
  max-width: 525px;
  margin: auto;
  padding: 30px 0; }
.content-newsletter h2 {
  font-size: 40px;
  line-height: 60px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase; }
.content-newsletter p {
  font-size: 16px;
  line-height: 28px;
  color: #fff;
  margin: 0 auto 20px; }
.content-newsletter .form-group {
  position: relative; }
.content-newsletter input {
  width: 100%;
  height: 65px;
  line-height: 25px;
  color: #999999;
  padding: 20px;
  border-radius: 0;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none !important;
  -webkit-transition: initial;
  transition: initial; }
.content-newsletter .form-control {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none; }
.content-newsletter button {
  background: #323232;
  color: #fff !important;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  border-radius: 0;
  border: 1px solid transparent;
  height: 65px;
  width: 100px;
  padding: 15px; }

.footer {
  padding-top: 30px;
  background: #fff;
  color: #000;
  font-family: 'Quicksand', sans-serif; }
.footer-title {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 20px;
  text-transform: uppercase; }
.footer-content {
  font-size: 14px;
  color: #313131; }
.footer-list {
  margin-bottom: 0px;
  padding-left: 0px; }
.footer-list li {
  position: relative;
  list-style: none;
  display: block;
  line-height: 28px;
  position: relative;
  padding-left: 20px;
  font-size: 14px;
  font-family: 'Quicksand', sans-serif; }
.footer-list li a {
  color: #313131;
  position: relative; }
.footer-list li a:hover {
  color: #4a90e2; }
.footer-list li a:before {
  content: "";
  width: 7px;
  height: 1px;
  background: #323232;
  left: -18px;
  opacity: 1;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  -webkit-transition: all 0.4s ease-in-out; }
.footer-logo img {
  max-height: 80px; }

.footer-menu {
  color: #fff; }
.footer-menu--head {
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  font-family: 'Quicksand';
  margin-bottom: 15px; }
.footer-menu--head.with-color {
  color: #FFC227; }
.footer-menu-list {
  padding-left: 0px;
  list-style: none;
  margin-bottom: 0px; }
.footer-menu-list li {
  margin-bottom: 5px; }
.footer-menu-list li a {
  display: block;
  color: #fff; }
.footer-menu-list li a:hover {
  color: #FFC227; }

.copyright {
  margin-top: 20px;
  padding: 24px 0px;
  text-align: center;
  border-top: 1px dashed #e0d9d6;
  font-size: 13px; }

@media screen and (max-width: 768px) {
  .footer-info img.footer-logo {
    max-width: 100px;
    margin-bottom: 15px; }

  .footer-menu {
    margin-bottom: 15px; } }
.button {
  position: relative;
  display: inline-block;
  padding: 10px 20px;
  line-height: 1;
  color: #fff;
  border: 1px solid #323232;
  border-radius: 0;
  text-transform: uppercase;
  font-size: 12px;
  text-align: center;
  letter-spacing: 1px;
  background-color: transparent;
  -webkit-transition: color 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86), border 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: color 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86), border 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  z-index: 1;
  overflow: hidden; }
.button:before {
  position: absolute;
  content: '';
  display: block;
  left: -2px;
  top: 0;
  right: -2px;
  bottom: 0;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transform-origin: left center;
          transform-origin: left center;
  z-index: -1;
  background-color: #323232;
  transition: transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86), -webkit-transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86); }
.button:hover {
  color: #252a2b; }
.button:hover:before {
  -webkit-transform-origin: right center;
          transform-origin: right center;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1); }

.my-btn {
  min-width: 140px;
  height: 40px;
  background: #7da500;
  color: #fff;
  font-family: 'QuickB';
  font-size: 16px;
  border-radius: 5px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
.my-btn:hover {
  color: #fff; }
.my-btn.btn-viewmore {
  text-transform: uppercase;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.22);
          box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.22); }

.btn-red {
  background: #fe908b;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  line-height: 1;
  border-radius: 0px;
  height: 40px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
.btn-red:hover {
  background: #ae2012;
  color: #fff; }

.blog {
  margin-bottom: 60px;
  border-bottom: 1px solid #000; }
.blog a {
  color: #000;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
.blog a:hover {
  color: #dd9933; }
.blog-meta {
  text-align: center;
  font-size: 12px;
  color: #999;
  margin-bottom: 20px; }
.blog-meta a {
  color: #999; }
.blog-meta a:hover {
  color: #000; }
.blog-footer {
  color: #999;
  margin-bottom: 60px; }
.blog-footer a {
  color: #999; }
.blog-footer a:hover {
  color: #000; }
.blog-title {
  font-size: 24px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  letter-spacing: 1px;
  text-align: center;
  margin: 0 0 15px; }
.blog-img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover; }
.blog-info {
  border: 1px solid #ddd;
  border-top: 0px;
  padding: 10px; }
.blog-info h3 {
  font-size: 15px;
  font-weight: bold;
  line-height: 1.5; }
.blog-info h3 a {
  color: #333; }
.blog-info h3 a:hover {
  color: #7da500; }
.blog-info .blog-date {
  margin-bottom: 0px; }

.blog-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px; }
.blog-inline.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse; }
.blog-inline--img {
  width: 220px;
  overflow: hidden; }
.blog-inline--img img {
  width: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
.blog-inline--img:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1); }
.blog-inline--text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }
.blog-inline--title {
  font-size: 15px;
  font-family: 'QuickB';
  color: #333; }
.blog-inline--title a {
  color: #333; }
.blog-inline--title a:hover {
  color: #195DB9; }

.blog-sm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-top: 10px; }
.blog-sm-wp {
  margin-top: 20px;
  padding: 15px;
  border: 2px dashed #ddd; }
.blog-sm-img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 65px;
          flex: 0 0 65px; }
.blog-sm-img a {
  display: block; }
.blog-sm-img img {
  width: 55px;
  height: 55px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 10px; }
.blog-sm-title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }
.blog-sm-title h3 {
  font-size: 13px;
  line-height: 1.4; }
.blog-sm-title a {
  color: #333; }
.blog-sm-title a:hover {
  color: #7da500; }

.title {
  font-size: 26px;
  font-weight: bold;
  font-family: 'QuickB';
  color: #3c3451;
  text-transform: uppercase;
  margin-bottom: 15px; }
.title-color {
  color: #FFC227; }

.widget {
  margin-bottom: 20px; }
.widget-title {
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  color: #333;
  padding: 10px 0px;
  position: relative; }
.widget-title:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 40px;
  background: #ddd; }
.widget-title.color {
  background: #7da500;
  color: #fff;
  padding-left: 15px;
  text-transform: uppercase; }
.widget-body.has-border {
  border: 1px solid #ddd;
  border-top: 0px;
  padding: 10px;
  padding-top: 0px; }

.post-image {
  position: relative;
  height: auto;
  margin: 0 auto;
  overflow: hidden; }
.post-image--cover {
  padding-top: 56.25%;
  position: relative;
  height: auto;
  overflow: hidden;
  background-position: 50% 50%;
  background-size: cover; }
.post-image img {
  width: 100%;
  height: 100%;
  right: 0;
  left: 0;
  bottom: 0;
  top: 0;
  position: absolute;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  -o-object-fit: cover;
     object-fit: cover; }
.post-info {
  padding: 15px;
  background: #f3f3f3; }
.post-info .post-title {
  font-size: 16px;
  font-weight: bold;
  color: #333;
  margin-bottom: 8px; }
.post-info .post-title a {
  color: #333;
  text-decoration: none; }
.post-info .post-title a:hover {
  color: #7da500; }
.post-info .post-link {
  font-weight: bold;
  color: red;
  text-transform: uppercase;
  font-size: 13px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end; }
.post-info .post-link a {
  display: inline-block;
  color: red;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
.post-info .post-link a:hover {
  color: black; }

.product {
  margin-bottom: 24px; }
.product-code {
  padding: 10px 0px;
  border-bottom: 1px solid #ddd; }
.product-title {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
  padding-top: 10px; }
.product-title a {
  color: #333; }
.product-title a:hover {
  color: #7da500; }
.product-des {
  margin-bottom: 0px; }
.product-price {
  font-weight: bold;
  color: red;
  margin-bottom: 0px; }

.product-lg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
.product-lg .product-col-left {
  width: 60%; }
.product-lg .product-col-right {
  width: 40%;
  padding-left: 30px; }
.product-lg .product-right-inner .product-detail {
  padding: 10px 0px; }
.product-lg .product-right-inner .product-detail .pro-name {
  font-size: 14px;
  margin-bottom: 5px; }
.product-lg .product-right-inner .product-detail .pro-name a {
  white-space: normal;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #252a2b;
  line-height: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical; }
.product-lg .product-right-inner .product-detail .pro-price {
  font-weight: bold;
  text-align: center;
  font-size: 14px;
  margin-bottom: 0px; }
.product-lg .product-right-inner .button {
  width: 100%;
  padding: 10px 5px; }

.product-sm .product-image {
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
.product-sm .product-image img {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
.product-sm .product-image:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1); }
.product-sm .product-image a {
  display: block; }
.product-sm .product-info {
  background: #fff;
  padding: 10px;
  border: 1px solid #ddd;
  border-top: 0px; }
.product-sm .product-info--category {
  text-transform: uppercase;
  font-size: 12px;
  line-height: 1.2;
  color: #353535;
  opacity: .7;
  text-align: center;
  margin-bottom: 0px; }
.product-sm .product-info--title {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.2;
  text-align: center;
  margin-top: 3px;
  margin-bottom: 3px; }
.product-sm .product-info--title a {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 36px;
  color: #333; }
.product-sm .product-info--title a:hover {
  color: #7da500; }
.product-sm .product-info--price {
  margin-bottom: 0px;
  font-size: 15px;
  font-weight: bold;
  text-align: center; }

.product-sort {
  border: 1px solid #ddd;
  padding: 8px 10px;
  outline: none; }

.product-detail--title {
  font-size: 18px;
  font-weight: bold;
  color: #333;
  position: relative;
  padding-bottom: 10px; }
.product-detail--title:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 40px;
  background: #ddd; }
.product-detail--price {
  font-size: 18px;
  font-weight: bold;
  color: #333; }

.product-content-label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-weight: bold;
  font-size: 16px;
  text-transform: uppercase;
  color: #333;
  line-height: 1;
  border: 1px solid #ddd;
  border-top: 2px solid #7da500;
  border-bottom: 1px solid transparent;
  background: #fff;
  margin-bottom: -1px;
  padding: 10px 15px 12px 15px; }
.product-content-inner {
  padding: 15px;
  border: 1px solid #ddd; }
.product-content-sticky{
  position: sticky;
  top: 10px;
}

.cart-qty {
  width: 40px;
  height: 40px;
  border: 1px solid #ddd;
  padding-left: 10px;
  padding-right: 10px;
  min-width: 60px;
  margin-right: 10px;
  outline: none; }

.contact-block {
  background-image: url("../images/bg-newsletter.webp");
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  text-align: center; }

.block-title {
  color: #3c3451;
  font-size: 30px;
  font-weight: 500;
  font-family: 'Quicksand', sans-serif;
  text-align: center;
  margin-bottom: 40px;
  position: relative; }

@media screen and (max-width: 768px) {
  .block-title {
    font-size: 18px;
    padding-bottom: 5px; }

  .banner-wp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }
.related-head {
  font-size: 16px;
  font-weight: bold;
  color: #333;
  text-transform: uppercase; }

.form-wp {
  background: url("../images/bg-form.png") no-repeat;
  background-size: cover;
  background-position: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 40px;
  padding-bottom: 60px;
  height: 100%;
  border-radius: 8px;
  color: #fff; }

.frm-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  background: #fff; }
.frm-inline .frm-input {
  border: 0px;
  padding-left: 10px;
  padding-right: 10px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none; }
.frm-inline .form-control {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none; }
.frm-inline button[type=submit] {
  border: 0px;
  background: #000;
  color: #faa61a;
  padding: 8px; }

.range_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%; }

.sliders_control {
  position: relative;
  min-height: 25px; }

.form_control {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  color: #635a5a; }
.form_control_text_wrap {
  font-weight: bold;
  color: #333; }
.form_control_button {
  margin-right: auto; }
.form_control_button button[type=submit] {
  border: 0px;
  background: #7da500;
  color: #fff;
  border-radius: 15px;
  padding: 5px 15px; }
.form_control input[type=number] {
  -moz-appearance: textfield;
  -webkit-appearance: none;
  margin: 0;
  border: 0px;
  font-weight: bold;
  outline: none; }
.form_control input[type=number]::-webkit-outer-spin-button, .form_control input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }
.form_control .input_left {
  text-align: left;
  padding-left: 8px; }
.form_control .input_right {
  text-align: right;
  padding-right: 8px; }

input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  pointer-events: all;
  width: 16px;
  height: 16px;
  background-color: #fff;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 1px #C6C6C6;
          box-shadow: 0 0 0 1px #C6C6C6;
  cursor: pointer; }

input[type=range]::-moz-range-thumb {
  -webkit-appearance: none;
  pointer-events: all;
  width: 16px;
  height: 16px;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 0 0 1px #C6C6C6;
  cursor: pointer; }

input[type=range]::-webkit-slider-thumb:hover {
  background: #f7f7f7; }

input[type=range]::-webkit-slider-thumb:active {
  box-shadow: inset 0 0 3px #387bbe, 0 0 9px #387bbe;
  -webkit-box-shadow: inset 0 0 3px #387bbe, 0 0 9px #387bbe; }

input[type="range"] {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  height: 2px;
  width: 100%;
  position: absolute;
  background-color: #C6C6C6;
  pointer-events: none; }

#fromSlider {
  height: 0;
  z-index: 1; }

.sidebar-list {
  padding-left: 0px;
  list-style: none;
  margin-bottom: 0px; }
.sidebar-list li a {
  display: block;
  padding: 10px 0px;
  border-bottom: 1px dotted #ddd;
  font-weight: bold;
  color: #333;
  text-transform: capitalize; }
.sidebar-list li a:hover {
  color: #7da500; }
.sidebar-list li:last-child a {
  border-bottom: 0px; }

.breadcrumb-wp {
  background: #fff;
  padding-top: 12px;
  padding-bottom: 12px;
  margin-top: 30px;
  margin-bottom: 20px; }

.breadcrumb {
  margin-bottom: 0px; }
.breadcrumb li {
  padding-left: 8px; }
.breadcrumb li:before {
  float: left;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/"; }
.breadcrumb li:first-child {
  padding-left: 0px; }
.breadcrumb li:first-child:before {
  content: ""; }
.breadcrumb li.active {
  color: #6c757d; }
.breadcrumb li a {
  color: #333; }

.related-list {
  padding-left: 17px;
  list-style: square; }
.related-list li a {
  color: #333; }
.related-list li a:hover {
  color: red; }

.pagination-wrap {
  padding: 10px 0px;
  background: #fff; }

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  padding-left: 0;
  list-style: none;
  border-radius: 3px;
  margin-bottom: 0px; }

.pagination li {
  font-size: 12px;
  font-weight: 400;
  font-family: 'Montserrat', sans-serif; }

.pagination li a, .pagination li span.inactive {
  position: relative;
  display: block;
  padding: 10px 12px;
  margin-left: -1px;
  line-height: 1;
  text-decoration: none !important;
  color: #000;
  background-color: #fff;
  border: 1px solid #000;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.pagination li a:hover, .pagination li a:focus, .pagination li a:active {
  color: #fff;
  background-color: #000; }

.pagination li a.current {
  color: #fff;
  background-color: #000; }

.pagination li.active a {
  color: #fff;
  background-color: #000; }
.pagination li span{
  display: block;
  position: relative;
  padding: 10px 12px;
  color: #000;
  background: #fff;
  border: 1px solid #000;
  line-height: 1;
}
.pagination li.active span{
  background: #000;
  color: #fff;
}
.pagination li span.inactive{
  display: none;
}
.pagination li span.inactive:hover, .pagination li span.inactive:focus, .pagination li span.inactive:active {
  color: rgba(0, 0, 0, 0.26);
  background-color: white; }

.pagination li.disabled a {
  color: rgba(0, 0, 0, 0.26);
  background-color: white; }

.shop-table thead tr th {
  background: #fafafa;
  text-align: center;
  font-weight: bold; }

.shop-table--img {
  width: 80px;
  height: 80px;
  margin-right: 8px; }

.shop-table--quantity input[type=number] {
  height: 38px;
  border: 1px solid #ddd;
  max-width: 60px;
  padding-left: 10px;
  padding-right: 10px;
  margin-right: 10px;
  outline: none; }

.product-cart-wp {
  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; }
.product-cart-wp a {
  color: #333; }
.product-cart-wp a:hover {
  color: #7da500; }

.shop-table tbody tr td {
  vertical-align: middle;
  padding: 15px; }

.shop-table tfoot tr td {
  padding: 15px;
  background: #fafafa; }

.checkout-table tbody tr td {
  padding: 10px; }

.cart-remove-btn {
  text-decoration: none;
  font-size: 15px;
  padding: 10px;
  line-height: 1; }

.cart-remove-btn:hover {
  color: red; }

@media screen and (max-width: 768px) {
  .product-cart-wp {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }

  .td-product-subtotal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; } }

.main-menu .menu-left .menu ul li ul.menu_sub li, .main-menu .menu-right .menu ul li ul.menu_sub li{
  background: #000;
  border-bottom: 1px solid #fff;
}
.main-menu .menu-left .menu ul li ul.menu_sub li a, .main-menu .menu-right .menu ul li ul.menu_sub li a{
	padding: 0px 0px;
  color: #fff;
}
@media screen and (max-width: 992px)
{
  .page-content-inner{
    margin-left: 5%;
    margin-right: 5%;
  }
}

.blogpage-title{
  font-size: 22px;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.search-blog input{
  -webkit-appearance: none;
  background: #f5f5f5;
  border: none;
  box-shadow: none;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  padding: 20px;
  width: 100%;
  outline: none !important;
}

.list-blog-category{
  padding-left: 0px;
  margin-bottom: 0px;
}
.list-blog-category li{
  list-style: none;
  margin-bottom: 5px;
}
.list-blog-category li a{
  color: #dd9933;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  transition: all 0.3s ease;
}
.list-blog-category li a:hover{
  color: #000;
}
.follow-contact{
  padding: 20px;
  background: #FFF9F3;
}

.shop-header--content .menu ul li .menu_sub li a:hover{
  color: #fff;
}

.shop-header.shop-headerw{
  background: #fff;
  position: relative;
}
.shop-header.shop-headerw a{
  color: #313131;
}
.shop-headerw .shop-header--content .menu ul li a{
  color: #313131;
}

.breadcrumb-shop {
  background:#fafafa;
  margin-bottom: 20px;
  -webkit-box-shadow: 0 -1px #e7e7e7 inset;
  box-shadow: 0 -1px #e7e7e7 inset;
}
.crumb{
  padding: 15px 0px;
  margin-bottom: 0px;
}
.crumb li a{
  color: #212529;
}
.crumb li{
  font-size: 13px;
  display: inline-block;

}
.crumb li+li:before{
  padding: 0 3px;
  color: #ccc;
  content: "/\00a0";
}

.product-content-title{
  padding-bottom: 10px;
  border-bottom: 1px dotted #dfe0e1;
}
.product-content-title h1{
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 5px;
}
#sku{
  color: #a3a5a7;
  font-size: 12px;
}
.product-content-price{
  padding: 10px 0px;
  border-bottom: 1px dotted #dfe0e1;
}
.product-content-price .pr-price{
  font-size: 18px;
  font-weight: bold;
}

.button.add-cart, .button.buy-now, .button.buy-orange{
  padding-top: 14px;
  padding-bottom: 14px;
}
.button.buy-now:before{
  background-color: #768f96;
}
.button.buy-now{
  border: 1px solid #768f96;
}
.button.buy-orange:before{
  background-color: #E95629;
}
.button.buy-orange{
  border: 1px solid #E95629;
}
.product-content-detail{
  font-size: 14px;
}
.product-content-detail iframe, .product-content-detail img{
  max-width: 100%;
}
.product-gallery{
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.title-pr{
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 10px;
}

.touchspin {
    border-collapse: separate;
    display: flex;
    justify-content: flex-start;
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
}

.touchspin .input-group-btn {
    position: relative;
    vertical-align: middle;
    white-space: nowrap;
    width: 32px;
}

.touchspin .quantity-buy {
    border: 0;
    /*border-bottom: 1px solid #dfdfdf;
    border-top: 1px solid #dfdfdf;*/
    color: var(--gray);
    font-size: 15px;
    height: 28px;
    padding: 0;
    text-align: center;
    width: 70px;
}

.touchspin .input-group-btn>.btn {
    display: block;
    float: none;
    font-size: 18px;
    font-weight: 300;
    height: 28px;
    line-height: 15px;
    max-width: 100%;
    position: relative;
    width: 100%;
}

.touchspin .input-group-btn .touchspin-down {
    background: #f1f5f9;
    /*border: 1px solid #dfdfdf;*/
    border-radius: 0px;
    color: #000 !important;
    padding: 0 10px;
    box-shadow: none !important;
    outline: none !important;
}

.touchspin .input-group-btn .touchspin-up {
    background: #f1f5f9;
    /*border: 1px solid #dfdfdf;*/
    border-radius: 0px;
    color: #000 !important;
    padding: 0 10px;
    box-shadow: none !important;
    outline: none !important; 
}

.touchspin .input-group-btn .touchspin-down:hover,.touchspin .input-group-btn .touchspin-up:hover {
    background: #e2e8f0;
}

.quantity-with-mult {
    min-width: 82px;
}

.site-cart{
  position: fixed;
  width: 480px;
  height: 100vh;
  right: 0;
  top: 0;
  background: #fff;
  z-index: 1050;
  overflow: hidden;
  transform: translateX(100%);
  transition: transform 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.site-cart.active{
  transform: translateX(0);
}
#site-cart-close{
  position: absolute;
  top: 35px;
  right: 15px;
  height: 35px;
  width: 35px;
  z-index: 1010;
  background: transparent;
  border: 0;
  box-shadow: none;
  outline: none;
  cursor: pointer;
  font-size: 20px;
}

.site-cart-inner{
  position: relative;
  padding: 60px 60px 0px 60px;
}

.cart-head{
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 10px;
}

.cart-view{
  margin-top: 30px;

}

.cart-item{
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  margin-bottom: 10px;
}
.cart-item--img{
  width: 85px;
  margin-right: 15px;
}
.cart-item--img img{
  width: 100%;
  height: auto;
}
.cart-item-detail{
  flex: 1;
}
.cart-item-title{
  color: #000;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 10px;
}
.cart-item-meta{
  margin-top: 10px;
  display: flex;
  align-items: center;
}
.cart-pro-qty{
  background: #ededed;
  font-size: 12px;
  line-height: 1;
  margin-right: 12px;
  text-align: center;
  padding: 6px 12px;
}
.cart-pro-price{
  font-size: 14px;
}
.cart-view .line{
  width: 100%;
  border-top: 2px solid #000;
  margin: 10px 0px;
}
.cart-buttons{
  gap: 20px;
}
.cart-buttons .button{
  flex: 1;
}

.checkout-left{
  padding: 4em 4em 0 0;
}
.cart-page-title{
  font-size: 2em;
}
.cart-page-subtitle{
  font-size: 1.28571em;
}
.bantin{
  display: flex;
  gap: 40px;
  margin-bottom: 30px;
}
.tieu-de-ban-tin{
  font-size: 16px;
  font-weight: bold;
  color: #000;
  border-bottom: 1px solid #f7a27f;
}
.tieu-de-ban-tin:hover{
  color: #dd9933;
}
.list-post-wrap{
  margin: 0 auto;
  max-width: 800px;
}
@media screen and (max-width: 992px)
{
  .list-post-wrap{
    max-width: 100%;
  }
}
.quantity input[type="number"] {
    height: 38px;
    border: 1px solid #ddd;
    max-width: 60px;
    padding-left: 10px;
    padding-right: 10px;
    margin-right: 10px;
    outline: none;
}