/*
Theme Name: Leodigi
Theme URI: https://kat.vn
Author: Kmar Media
Author URI: https://kmar.media
Version: 2.0
Text Domain: leodigi
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Global
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/

#wpadminbar {
  position: fixed !important;
}

@media (max-width: 767px) {
  .row {
    margin-left: -10px;
    margin-right: -10px;
  }
  [class*='col-'] {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.row-small {
  margin-left: -10px;
  margin-right: -10px;
}

.col-small {
  padding-left: 5px;
  padding-right: 5px;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1230px;
  }
}

/*--------------------------------------------------------------
# Global
--------------------------------------------------------------*/

body {
  font-family: 'Mulish', sans-serif;
}

* {
  outline: none !important;
}

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

iframe {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

blockquote {
  border-left: 0.25rem solid #daa26b;
  padding-left: 0.75rem;
}

b,
strong {
  font-weight: 700;
}

a {
  text-decoration: none;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  color: #212529;
}

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

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-weight: 400;
}

.h3,
h3 {
  font-size: 1.5rem;
}

small,
.small {
  font-size: 0.875rem;
}

.font-family-secondary {
  font-family: 'Lobster', cursive;
}

.font-size-body {
  font-size: 1rem !important;
}

.font-weight-medium {
  font-weight: 500 !important;
}

.lead {
  font-size: 1.125rem !important;
}

.text-shadow {
  text-shadow: 0 0 1rem #000;
}

.text-primary {
  color: #968351 !important;
}

a.text-primary:hover {
  color: #1b9acc !important;
}

a.text-body:hover {
  color: #968351 !important;
}

a.text-muted:hover,
a.text-muted.active {
  color: #212529 !important;
}

a.text-muted:hover h3,
a.text-muted.active h3 {
  font-weight: 700;
}

.text-gray {
  color: #999;
}

.bg-cover {
  background-color: #cfd4db;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.bg-primary {
  background-color: #968351 !important;
}

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

.border-primary {
  border-color: #968351 !important;
}

.border-secondary {
  border-color: #cccccc !important;
}

.rounded-lg {
  border-radius: 0.5rem !important;
}

.lh-1 {
  line-height: 1;
}

.lh-12 {
  line-height: 1.2;
}

.black-white {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

a:hover .black-white {
  -webkit-filter: none;
  filter: none;
}

.embed-responsive-3by4::before {
  padding-top: 125%;
}

figure {
  margin: 0 1rem 1rem 0;
}

.svg {
  height: 0.75rem;
}

.svg-6 {
  height: 1rem;
}

.svg-5 {
  height: 1.25rem;
}

.svg-4 {
  height: 1.5rem;
}

.svg-3 {
  height: 1.75rem;
}

.svg-2 {
  height: 2rem;
}

.svg-1 {
  height: 2.5rem;
}

.svg-0 {
  height: 3.5rem;
}

.svg-body {
  fill: #212529;
}

.svg-primary {
  fill: #968351;
}

.svg-secondary {
  fill: #484848;
}

.svg-muted {
  fill: #6c757d;
}

.svg-white {
  fill: #fff;
}

.svg-spin {
  -webkit-animation: fa-spin 2s linear infinite;
  animation: fa-spin 2s linear infinite;
}

.fixed-top.site-header svg {
  fill: #333;
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}

@media (max-width: 576px) {
  body {
    font-size: 0.9rem;
  }
  .h5,
  h5 {
    font-size: 1rem;
  }
  .black-white {
    -webkit-filter: none;
    filter: none;
  }
  .nav.overflow {
    overflow: scroll;
  }
  .nav.overflow::-webkit-scrollbar {
    width: 0.5em;
    /* counts only for the vertical scrollbar */
    height: 0.5em;
  }
  .nav.overflow::-webkit-scrollbar-thumb {
    background: #888;
  }
  .nav.overflow::-webkit-scrollbar-thumb:hover {
    background: #555;
  }
}

/*--------------------------------------------------------------
# Form
--------------------------------------------------------------*/

.form-control::-webkit-input-placeholder {
  color: #999;
}

.form-control::-moz-placeholder {
  color: #999;
}

.form-control:-ms-input-placeholder {
  color: #999;
}

.form-control:-moz-placeholder {
  color: #999;
}

button {
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.form-row {
  display: block;
  margin-left: 0;
  margin-right: 0;
}

.required {
  color: #f00;
}

select,
.input-text,
.form-control,
.custom-select {
  font-size: inherit;
  color: inherit;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0;
  box-shadow: none !important;
  width: 100%;
  height: calc(1.5em + 1rem + 2px);
  line-height: 1.5;
  padding: 0.5rem 0.75rem;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

textarea.input-text,
textarea.form-control {
  height: auto;
}

select:focus,
.input-text:focus,
.custom-select:focus,
.form-control:focus,
.form-control:focus + .input-group-append .btn {
  border-color: #968351;
}

select,
.custom-select {
  background: #fff url(images/chevron-down.png) no-repeat right 0.5rem center;
  -webkit-background-size: 14px 7px;
  -moz-background-size: 14px 7px;
  background-size: 14px 7px;
  padding-right: 1.5rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select::before,
.custom-select::before {
  content: '+';
}

.form-control-sm,
.custom-select-sm {
  font-size: 0.75rem;
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
}

.custom-select-sm {
  padding-right: 1.5rem;
}

.custom-control {
  margin-bottom: 0.5rem;
}

.custom-control-label {
  font-size: 0.875rem;
}

.custom-control-label::before,
.custom-control-label::after {
  top: 0.125rem;
}

.custom-control-input:checked ~ .custom-control-label {
  color: #999;
}

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #212529;
  background-color: #212529;
}

.btn,
.button {
  text-transform: uppercase;
  border-radius: 0;
  padding: 0.5rem 1rem;
}

.button {
  white-space: nowrap;
  border: 1px solid #ced4da;
  display: inline-block;
  line-height: 1.5;
}

.btn-sm {
  font-size: 0.75rem;
  padding: 0.25rem 0.5rem;
}

.btn-lg {
  font-size: 1.125rem;
  padding: 0.75rem 1.5rem;
}

.btn-primary,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.button.alt {
  color: #fff;
  background: #968351;
  border-color: #968351;
}

.button.alt2 {
  color: #968351;
  background: #96835100;
  border-color: #968351;
}

.button.alt2:hover {
  color: #fff;
  background: #968351;
  border-color: #968351;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:not(:disabled):not(.disabled):active,
.button.alt:hover,
.button.alt:focus {
  background: #212529;
  border-color: #212529;
}

.btn-secondary,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.button {
  color: #fff;
  background: #212529;
  border-color: #212529;
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:not(:disabled):not(.disabled):active,
.button:hover,
.button:focus {
  background: #383838;
  border-color: #383838;
}

.btn-white,
.btn-white:not(:disabled):not(.disabled):active:focus {
  color: #968351;
  background: #fff;
  border-color: #fff;
}
.bv:hover .btn-white-2,
.btn-white-2:hover,
.btn-white:hover,
.btn-white:focus,
.btn-white:not(:disabled):not(.disabled):active {
  color: #fff;
  background: #968351;
  border-color: #968351;
}
.btn-white-2 {
  color: #333;
  background: #96825176;
  border-color: #96825176;
}
.btn-outline-primary,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus {
  color: #968351;
  background: transparent;
  border-color: #968351;
}

.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active {
  color: #fff;
  background: #212529;
  border-color: #212529;
}

.btn-outline-secondary,
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus {
  color: #212529;
  background: transparent;
  border-color: #212529;
}

.btn-outline-secondary:hover,
.btn-outline-secondary:focus,
.btn-outline-secondary:not(:disabled):not(.disabled):active {
  color: #fff;
  background: #968351;
  border-color: #968351;
}

.btn-outline-secondary:hover svg,
.btn-outline-secondary:focus svg,
.btn-outline-secondary:not(:disabled):not(.disabled):active svg {
  fill: #fff;
}

#review_form .cr-upload-local-images #cr_review_image,
.cr-upload-local-images #cr_review_image {
  color: #fff;
}

/*--------------------------------------------------------------
# Breadcrumb
--------------------------------------------------------------*/

.breadcrumb {
  font-size: 0.875rem;
  background-color: transparent;
  padding: 0;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.75rem;
}

.breadcrumb-item + .breadcrumb-item::before {
  content: '';
  width: 1px;
  height: 1.25rem;
  background-color: #dee2e6;
  padding-right: 0;
  margin-right: 0.75rem;
}

.search .breadcrumb-item a {
  text-transform: unset;
}

.breadcrumb-item a {
  text-transform: uppercase;
  color: #999;
}

.breadcrumb-item > a:hover,
.breadcrumb-item.active {
  text-transform: uppercase;
  color: #212529;
}

/*--------------------------------------------------------------
# Pagination
--------------------------------------------------------------*/

.woocommerce-pagination,
.nav-pagination {
  margin-bottom: 2.5rem;
}

.woocommerce-pagination ul,
.pagination {
  list-style: none;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-bottom: 0;
}

.woocommerce-pagination li,
.pagination li {
  margin: 0 0.25rem 0.5rem;
}

.woocommerce-pagination li a,
.woocommerce-pagination li span,
.pagination li a {
  color: #333;
  border: 1px solid #dee2e6;
  border-radius: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  padding: 0;
}

.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current,
.pagination .page-link:hover,
.pagination .page-item.active .page-link {
  color: #fff;
  background: #968351;
  border-color: #968351;
}

.nav-pagination svg {
  width: 1rem;
  height: 1rem;
}

.nav-tabs a {
  text-transform: uppercase;
  color: #999;
  border-bottom: 1px solid transparent;
  padding-bottom: 0.5rem;
  margin-right: 1.5rem;
}

.nav-tabs a:hover,
.nav-tabs a.active {
  color: #212529;
  border-bottom-color: #212529;
}

/*--------------------------------------------------------------
# Modal
--------------------------------------------------------------*/

.modal-dialog {
  min-height: calc(100vh - 3.75rem);
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: auto;
}

.modal.fade .modal-dialog {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-content {
  border-radius: 0;
}

.modal-header {
  justify-content: center;
}

.modal-title {
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
}

.modal-footer {
  background-color: #e0e0e0;
  justify-content: center;
}

.modal-close {
  font-size: 1.5rem;
  background: transparent;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  position: absolute;
  z-index: 10;
  top: 0.75rem;
  right: 0;
}

.modal-close:before,
.modal-close:after {
  content: ' ';
  background: #6c757d;
  display: block;
  width: 2px;
  height: 1.25rem;
  margin-top: -0.625rem;
  margin-left: -1px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.modal-close:before {
  transform: rotateZ(-45deg);
}

.modal-close:after {
  transform: rotateZ(45deg);
}

.modal-close:hover:before,
.modal-close:hover:after {
  background: #968351;
}

/*--------------------------------------------------------------
# read more
--------------------------------------------------------------*/

.read-more,
.show-more {
  overflow: hidden;
}

/*--------------------------------------------------------------
# More Link, Less Link
--------------------------------------------------------------*/

.less-link:after,
.more-link:after,
.b-description_readmore_button::after {
  content: ' ';
  border-top: 1px solid #968351;
  border-right: 1px solid #968351;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  width: 0.5rem;
  height: 0.5rem;
  margin-top: -0.5rem;
  margin-left: 0.5rem;
  transform: rotateZ(135deg);
  transition: all 0.3s ease 0s;
}

.less-link:after,
.b-description_readmore_button_active::after {
  margin-top: 0.125rem;
  transform: rotateZ(-45deg);
}

.less-link:hover:after,
.more-link:hover:after {
  border-color: #fff;
}

/*--------------------------------------------------------------
# site header
--------------------------------------------------------------*/

.site {
  padding-top: 0;
}

.site-black {
  padding-top: 65px;
}

.admin-bar .site-header {
  top: 32px;
}

.site-header.scroll {
  background-color: #fff;
  border-bottom: 1px solid #ededed;
  box-shadow: 0px -1px 5px rgba(0, 0, 0, 0.1);
  height: 70px;
}

@media (max-width: 782px) {
  .admin-bar .site-header {
    top: 46px;
  }
}

@media (min-width: 1200px) {
  .site-black {
    padding-top: 70px;
  }
}

.site-logo {
  font-size: 0;
}

.site-logo img {
  max-height: 3rem;
}

.site-logo img + img {
  display: none;
}

.site-black .site-logo img,
.site-header.scroll .site-logo img {
  display: none;
}

.site-black .site-logo img + img,
.site-header.scroll .site-logo img + img {
  display: block;
}

.site-search .form-control {
  color: #fff;
  border-color: #fff;
}

.site-black .site-search .form-control,
.site-header.scroll .site-search .form-control {
  color: #212529;
  border-color: #212529;
}

.site-search .form-control::-webkit-input-placeholder {
  color: #fff;
}

.site-search .form-control::-moz-placeholder {
  color: #fff;
}

.site-search .form-control:-ms-input-placeholder {
  color: #fff;
}

.site-search .form-control:-moz-placeholder {
  color: #fff;
}

.site-black .site-search .form-control::-webkit-input-placeholder,
.site-header.scroll .site-search .form-control::-webkit-input-placeholder {
  color: #212529;
}

.site-black .site-search .form-control::-moz-placeholder,
.site-header.scroll .site-search .form-control::-moz-placeholder {
  color: #212529;
}

.site-black .site-search .form-control:-ms-input-placeholder,
.site-header.scroll .site-search .form-control:-ms-input-placeholder {
  color: #212529;
}

.site-black .site-search .form-control:-moz-placeholder,
.site-header.scroll .site-search .form-control:-moz-placeholder {
  color: #212529;
}

.site-search img + img,
.site-wishlist img + img,
.site-cart img + img {
  display: none;
}

.site-black .site-search img,
.site-black .site-wishlist img,
.site-black .site-cart img,
.site-header.scroll .site-search img,
.site-header.scroll .site-wishlist img,
.site-header.scroll .site-cart img {
  display: none;
}

.site-black .site-search img + img,
.site-black .site-wishlist img + img,
.site-black .site-cart img + img,
.site-header.scroll .site-search img + img,
.site-header.scroll .site-wishlist img + img,
.site-header.scroll .site-cart img + img {
  display: block;
}

.site-header svg {
  height: 1.25rem;
  fill: #fff;
}

.site-header.scroll svg {
  fill: #333;
}

@media (max-width: 576px) {
  .site-logo img {
    max-height: 2rem;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
}

/*--------------------------------------------------------------
## site nav
--------------------------------------------------------------*/

/*.blog-header ul li:first-child {
    border-right: 1px solid #e9ecef;
    margin-right: 4rem;
}
.blog-header ul li:last-child {
    border-right: 0
}*/

.nav-ct {
  height: 70px;
}

.site-nav ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.site-nav .mega-menu-toggle {
  display: none;
}

@media (min-width: 1200px) {
  .site-nav .mega-menu {
    display: flex;
  }
  .site-nav .mega-menu > li {
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }
  .site-nav .mega-menu > li > a {
    font-size: 1rem;
    text-transform: uppercase;
    color: #fff;
    display: block;
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }
  .site-black .site-nav .mega-menu > li > a,
  .site-header.scroll .site-nav .mega-menu > li > a {
    color: #212529;
  }
  .site-header.scroll .site-nav .mega-menu > li > a {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .site-nav .mega-menu > li:hover > a,
  .site-nav .mega-menu > li.current-menu-item > a,
  .site-nav .mega-menu > li.current-menu-parent > a {
    color: #e1c9ab;
  }
  .site-nav .mega-sub-menu {
    font-size: 0.875rem;
    background-color: rgba(255, 255, 255, 0.97);
    display: none;
    justify-content: center;
    width: 100%;
    padding: 1.5rem 3rem;
    position: absolute;
    z-index: 1001;
    top: 100%;
    left: 0;
  }
  .site-nav li:hover > .mega-sub-menu {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .site-nav .mega-sub-menu li {
    margin-bottom: 0.5rem;
  }
  .site-nav .mega-sub-menu a {
    color: #212529;
  }
  .site-nav .mega-sub-menu a:hover {
    color: #e1c9ab;
  }
  .site-nav .mega-sub-menu .menu > li.menu-item-has-children > a {
    font-weight: 700;
    text-transform: uppercase;
  }
  .site-nav .mega-sub-menu .sub-menu {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .site-nav .mega-sub-menu > .mega-menu-item {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    width: 100%;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}

.border-header {
  border-bottom: 1px solid #ccc;
}

.site-header.scroll .border-header {
  border-bottom: 0 solid #ccc;
}

@media (max-width: 1199px) {
  .site-nav-toggler {
    padding-top: 0;
    padding-bottom: 0;
    font-weight: 600;
  }
  .site-nav-toggler svg {
    fill: #fff;
  }
  .site-black .site-nav-toggler svg,
  .site-header.scroll .site-nav-toggler svg {
    fill: #212529;
  }
  .site-nav-overlay {
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    z-index: 1031;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    visibility: hidden;
    opacity: 0;
    transition: visibility, opacity 1s ease 0s;
  }
  body.active-site-nav .site-nav-overlay {
    visibility: visible;
    opacity: 1;
  }
  .site-nav {
    background-color: #fff;
    overflow: auto;
    width: 100%;
    position: fixed;
    z-index: 1032;
    top: 0;
    bottom: 0;
    left: -100%;
    transition: left 0.3s ease 0s;
  }
  .admin-bar .site-nav {
    top: 32px;
  }
  body.active-site-nav .site-nav {
    left: 0;
  }
  .site-nav .widget_media_image {
    display: none;
  }
  .site-nav a {
    color: #212529;
  }
  .site-nav a:hover {
    color: #968351;
  }
  .site-nav .mega-menu > li {
    border-bottom: 1px solid #e4e2df;
    padding: 0.75rem 1.5rem 0.75rem 1rem;
    position: relative;
    text-transform: uppercase;
  }
  .site-nav li.mega-current-menu-item > a,
  .site-nav li.current-menu-item > a {
    color: #968351;
  }
  .site-nav .mega-menu > li.mega-menu-item-has-children:after {
    content: ' ';
    border-top: 1px solid #4a4a4a;
    border-left: 1px solid #4a4a4a;
    cursor: pointer;
    width: 0.625rem;
    height: 0.625rem;
    position: absolute;
    top: 1rem;
    right: 1rem;
    transform: rotateZ(-135deg);
    transition: all 0.3s ease 0s;
  }
  .site-nav .mega-menu > li.mega-menu-item-has-children:hover:after {
    border-top-color: #e52400;
    border-left-color: #e52400;
  }
  .site-nav .mega-menu > li.mega-menu-item-has-children.active:after {
    top: 1.25rem;
    transform: rotateZ(45deg);
  }
  .site-nav .mega-sub-menu {
    font-size: 0.875rem;
    display: none;
    padding-top: 0.5rem;
    padding-left: 1rem;
  }
  .site-nav .mega-sub-menu li {
    margin-bottom: 0.5rem;
  }
  .site-nav .mega-sub-menu .menu > li.menu-item-has-children > a {
    font-weight: 700;
    text-transform: uppercase;
  }
  .site-nav .mega-sub-menu .sub-menu {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
}

@media (max-width: 782px) {
  .admin-bar .site-nav {
    top: 46px;
  }
}

@media (max-width: 576px) {
  .fixed-top.site-header svg {
    fill: #e7e4e5;
  }
  .fixed-top.site-header .text-menu {
    color: #e7e4e5;
  }
  .fixed-top.site-header.scroll svg {
    fill: #333;
  }
  .fixed-top.site-header.scroll .text-menu {
    color: #333;
  }
  .border-header {
    border-bottom: 0;
  }
  .mega-sub-menu img {
    display: none;
  }
}

/*--------------------------------------------------------------
# Swiper
--------------------------------------------------------------*/

.swiper-pagination-bullets {
  /*margin-top: 1rem;*/
  position: relative;
}

.swiper-pagination-bullet {
  background-color: #dee2e6;
  width: 0.5rem;
  height: 0.5rem;
  opacity: 1;
  margin-right: 0.25rem;
}

.swiper-pagination-bullet-active {
  background-color: #968351;
  box-shadow: 0 0 0 2px #dee2e6;
}

.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 0;
}

.swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  text-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.3);
  color: #fff;
}

.site-slider .swiper-pagination.swiper-pagination-bullets {
  position: absolute;
  top: 92%;
}

.product-images .swiper-button-next:after,
.product-images .swiper-button-prev:after {
  font-size: 2rem;
}

.policies-slider .swiper-pagination.swiper-pagination-bullets {
  display: none;
}

.product-thumbs .swiper-slide a {
  border: 1px solid #dee2e6;
  padding: 0.25rem;
  margin-bottom: 1px;
}

.product-thumbs .swiper-slide-thumb-active a {
  border-color: #968351;
}

/*.list-img-ct img {
    width: 200px;
    height: 200px;
}*/

.list-img-ct {
  padding: 1rem;
}

.list-img-ct .gallery_content_wrapper.col-3.col-lg-2 {
  padding-left: 5px;
  padding-right: 0;
}

.fancybox-thumbs__list a::before {
  border: 2px solid #d9c9b2;
}

@media (max-width: 767px) {
  .swiper-button-next::after,
  .swiper-button-prev::after {
    font-size: 2rem;
  }
  .policies-slider .swiper-pagination.swiper-pagination-bullets {
    display: block;
  }
  .home-featured-products .swiper-pagination.swiper-pagination-bullets {
    display: block;
  }
}

/*--------------------------------------------------------------
# Site slider
--------------------------------------------------------------*/

.site-slider .swiper-slide a {
  height: 100vh;
}

.admin-bar .site-slider .swiper-slide a {
  height: calc(100vh - 32px);
}

@media (max-width: 782px) {
  .admin-bar .site-slider .swiper-slide a {
    height: calc(100vh - 46px);
  }
  .site-slider .swiper-slide a {
    height: 80vh;
  }
}

/*--------------------------------------------------------------
# Section title
--------------------------------------------------------------*/

.section-title {
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.5rem;
}

.title-f {
  margin-top: -4rem;
  color: #fff;
}

@media (min-width: 992px) {
  .section-title:before {
    content: ' ';
    background-color: #ddd;
    display: block;
    width: 60px;
    height: 1px;
    margin-right: 1rem;
  }
  .section-title:after {
    content: ' ';
    background-color: #ddd;
    display: block;
    width: 60px;
    height: 1px;
    margin-left: 1rem;
  }
}

@media (max-width: 576px) {
  .section-title {
    font-size: 1rem;
  }
}

/*--------------------------------------------------------------
# Home
--------------------------------------------------------------*/

.social-home img {
  object-fit: cover;
  width: 200px;
  height: 170px;
}

.social-home .icons {
  left: 0.5rem;
  bottom: 0.5rem;
}

@media (max-width: 576px) {
  .display-4.font-weight-bold.counter {
    font-size: 1.2rem;
  }
  .number-text {
    font-size: 0.7rem;
  }
  .embed-responsive.embed-responsive-3by4.bg-cover.home-product-cat {
    width: 49%;
    float: left;
  }
  .embed-responsive.embed-responsive-4by3.bg-cover.home-product-cat {
    width: 49%;
    float: right;
  }
  .social-home img {
    object-fit: cover;
    width: 100px;
    height: 100px;
  }
  .social-home .icons {
    left: -10px;
    bottom: 0;
  }
  .position-relative .display-4 {
    font-size: 2rem;
  }
}

/*--------------------------------------------------------------
# Home product cats
--------------------------------------------------------------*/

@media (max-width: 991px) {
  .home-product-cat::before {
    padding-top: 75%;
  }
}

.home-product-cat a {
  color: #212529;
}

.home-product-cat a:hover {
  color: #968351;
}

.kksr-legend {
  display: none;
}

.news .text-body {
  height: 47px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.news .desc {
  height: 70px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.kksr-icon {
  width: 15px !important;
  height: 15px !important;
}

@media (max-width: 576px) {
  .news .text-body {
    height: 37px;
  }
  .home-product-cat a {
    font-size: 1.5rem;
  }
}

/*--------------------------------------------------------------
# Home featured products
--------------------------------------------------------------*/

.archive-product .text-body {
  height: 19px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  font-size: 1rem;
}

.archive-product span.woocommerce-review-link {
  display: block;
  float: right;
  padding-top: 0.3rem;
  font-size: 15px;
}

.home-featured-products-swiper-button-prev,
.related-products-slider-swiper-button-prev,
.home-featured-products-swiper-button-next,
.related-products-slider-swiper-button-next {
  margin-top: -80px;
}

.home-featured-products-swiper-button-prev:after,
.related-products-slider-swiper-button-prev:after,
.home-featured-products-swiper-button-next:after,
.related-products-slider-swiper-button-next:after {
  text-shadow: none;
  color: #999;
  font-size: 2rem;
}

.home-featured-products .swiper-slide,
.related-products-slider .swiper-slide {
  height: auto;
}

.home-featured-products .col-archive-product,
.related-products-slider .col-archive-product {
  -ms-flex: 0 0 100% !important;
  flex: 0 0 100% !important;
  max-width: 100% !important;
  height: 100%;
  padding: 0;
  margin-bottom: 0 !important;
}

.title-a-p {
  position: absolute;
  top: 75%;
}

@media (min-width: 768px) {
  .home-featured-products-swiper-button-prev,
  .related-products-slider-swiper-button-prev {
    left: -40px;
  }
  .home-featured-products-swiper-button-next,
  .related-products-slider-swiper-button-next {
    right: -40px;
  }
}

@media (max-width: 576px) {
  .archive-product .text-body {
    height: 40px;
    -webkit-line-clamp: 2;
  }
}

/*--------------------------------------------------------------
# Home col products
--------------------------------------------------------------*/

@media (min-width: 1200px) {
  .home-col-products .col-archive-product,
  .related-products-slider .col-archive-product {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}

/*--------------------------------------------------------------
# Home promotion products
--------------------------------------------------------------*/

.home-promotion-products-swiper-button-prev,
.home-promotion-products-swiper-button-next {
  margin-top: -40px;
}

.home-promotion-products-swiper-button-prev:after,
.home-promotion-products-swiper-button-next:after {
  text-shadow: none;
  color: #999;
  font-size: 2rem;
}

.home-promotion-products .swiper-slide {
  height: auto;
}

.home-promotion-products .col-archive-product {
  -ms-flex: 0 0 100% !important;
  flex: 0 0 100% !important;
  max-width: 100% !important;
  height: 100%;
  padding: 0;
  margin-bottom: 0 !important;
}

@media (min-width: 768px) {
  .home-promotion-products-swiper-button-prev {
    left: -30px;
  }
  .home-promotion-products-swiper-button-next {
    right: -30px;
  }
}

/*--------------------------------------------------------------
# Review
--------------------------------------------------------------*/

.no-cmt {
  border: 1px solid #e4e1e3;
  border-radius: 4px;
  padding: 20px;
  padding-bottom: 4rem;
  margin-bottom: 2rem;
  position: relative;
}

.no-cmt #commentform.comment-form .cr-upload-local-images,
.comment-form .cr-upload-local-images {
  width: 70% !important;
  flex: none;
  float: left;
}

.no-cmt p.form-submit {
  float: right;
  width: 30%;
  text-align: right;
}

/*#cr-ajax-reviews-review-form {
    border: 1px solid #e4e1e3;
    border-radius: 4px;
    padding: 20px;
    margin-bottom: 1rem;
    position: relative;
        max-width: 600px;
    left: 50%;
}*/

#cr-ajax-reviews-review-form .modal-dialog {
  max-width: 800px;
}

#cr-ajax-reviews-review-form .modal-dialog .modal-content {
  padding: 1rem;
  height: auto;
}

#cr-ajax-reviews-review-form .modal-dialog .modal-content .modal-header {
  border: 0;
  padding: 0;
}

.comment-form-comment textarea {
  height: auto;
  border: 1px solid #ddd;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  padding: 5px;
  resize: none;
  outline: none;
  display: block;
  width: 100%;
  margin: 0;
}

#commentform.comment-form .cr-upload-local-images label,
.comment-form .cr-upload-local-images label {
  display: none !important;
}

#reviews div.iv-comment-image img,
div.iv-comment-image-top img,
div.iv-comment-image img,
div.iv-comment-image-top img {
  width: auto !important;
  height: 100px !important;
}

div.iv-comment-image {
  width: auto !important;
  margin-right: 2px !important;
}

p.cr-comment-image-text {
  display: none;
}

div.iv-comment-images,
div.cr-comment-videos {
  margin-bottom: 0 !important;
}

.stars {
  margin: 0;
  -ms-flex: 1;
  flex: 1;
  -ms-flex-negative: 1;
  -ms-flex-preferred-size: auto !important;
}

.stars span {
  -js-display: flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-pack: justify;
  width: 100%;
}

.stars a {
  position: relative;
  letter-spacing: normal;
  font-size: 0px;
  text-indent: inherit;
  width: 3%;
  height: auto;
  float: left;
  text-align: center;
  color: #999 !important;
  transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  margin: 0;
  font-family: crstar;
}

.stars a:before {
  color: #999;
  font-size: 24px;
  position: relative;
  font-family: 'FontAwesome', serif;
  content: '\f005';
}

.stars.selected a.active::before {
  color: #ffc107 !important;
}

.cr-show-more-reviews-prd {
  color: #fff;
  background: #968351;
  border-color: #968351;
  border: 0;
}

.cr-show-more-reviews-prd:hover {
  background: #383838;
  border-color: #383838;
}

.woocommerce p.stars.selected a:not(.active)::before,
#review_form .comment-form-rating p.stars.selected a:before,
.woocommerce
  #reviews
  #comments
  ol.commentlist
  #respond
  p.stars.selected
  a:not(.active)::before,
.woocommerce
  #reviews
  #comments
  ol.commentlist
  #respond
  .comment-form-rating
  p.stars.selected
  a:before {
  color: #ffc107;
  position: relative;
  font-family: 'FontAwesome', serif;
  content: '\f005';
}

#review_form .comment-form-rating p.stars.selected a.active ~ a:before,
.woocommerce
  #reviews
  #comments
  ol.commentlist
  #respond
  .comment-form-rating
  p.stars.selected
  a.active
  ~ a:before {
  color: #999;
}

.w-ra .woocommerce-product-rating .star-rating {
  float: none;
  padding-bottom: 2rem;
}

.woocommerce-product-rating .star-rating {
  float: left;
  overflow: hidden;
  position: relative;
  height: 25px;
  line-height: 30px;
  font-size: 14px;
  width: 5.4em;
  font-family: crstar;
  color: #ffc107;
}

.woocommerce-product-rating .star-rating:before {
  /*content: "\73\73\73\73\73";
    color: #ffc107;
    float: left;
    top: 0;
    left: 0;
    position: absolute;*/
  position: relative;
  font-family: 'FontAwesome', serif;
  display: block;
  content: '\f005\f005\f005\f005\f005';
}

.woocommerce-product-rating .star-rating span {
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
}

.woocommerce-product-rating .star-rating span:before {
  /*content: "\53\53\53\53\53";
    top: 0;
    position: absolute;
    left: 0;*/
}

.woocommerce-product-rating a.woocommerce-review-link {
  font-size: 15px;
}

.woocommerce-photo-reviews-shortcode
  .shortcode-wcpr-reviews
  .shortcode-wcpr-comments
  ol.commentlist {
  padding-left: 0;
}

.shortcode-wcpr-review-title {
  display: none;
}

.wcpr_review_form .woocommerce-message {
  display: none;
}

.woocommerce-photo-reviews-form-container.woocommerce-photo-reviews-form-popup
  .woocommerce-photo-reviews-form-main
  .woocommerce-photo-reviews-form-main-content {
  padding: 30px 20px !important;
  height: auto !important;
}

em.woocommerce-review__verified {
  background: transparent url(images/icon-confirm.png) no-repeat left top;
  background-size: auto;
  padding: 0 0 0 15px;
  background-size: 12px;
  line-height: 1.2;
  color: #52b858;
  font-size: 12px;
  margin: 0 0 5px 0;
}

.woocommerce-photo-reviews-shortcode .shortcode-wcpr-review-before {
  justify-content: left !important;
}

.woocommerce-photo-reviews-shortcode
  .shortcode-wcpr-reviews
  .shortcode-wcpr-comments
  ol.commentlist
  li
  .comment-text {
  margin: 0px 15px 0 60px !important;
}

.rate-container svg {
  width: 16px;
  fill: #ccc;
}

.rate-container svg:hover {
  fill: gold;
}

.woocommerce .woocommerce-Reviews #comments .commentlist .comment-text {
  margin-left: 82px;
}

.woocommerce
  .woocommerce-Reviews
  #comments
  .commentlist
  .comment-text
  .star-rating {
  float: right;
}

.woocommerce .star-rating .star-rating-icons {
  display: inline-block;
  position: relative;
}

.woocommerce .star-rating .star-rating-icons > i.filled,
.woocommerce
  .woocommerce-Reviews
  #comments
  .commentlist
  .comment-text
  .star-rating
  > i.filled {
  color: #f1c40f;
}

.woocommerce .star-rating .star-rating-icons > i {
  font-size: 15px;
  color: #eee;
}

.fa-star::before {
  content: '\f005';
}

div.cr-all-reviews-shortcode .star-rating,
div.ivole-reviews-grid .cr-summaryBox-wrap .star-rating {
  float: right;
  overflow: hidden;
  /*position: relative;
    height: 20px;
    line-height: 18px;
    font-size: 15px;
    width: 5.4em;
    font-family: crstar;*/
  color: #ffc107;
  position: relative;
  font-family: 'FontAwesome', serif;
  display: block;
  content: '\f005\f005\f005\f005\f005';
}

div.cr-all-reviews-shortcode .star-rating::before,
div.ivole-reviews-grid .cr-summaryBox-wrap .star-rating::before {
  /*content: "\73\73\73\73\73";
    color: #d3ced2;
    float: left;
    top: 0;
    left: 0;
    position: absolute*/
  color: #ffc107;
  position: relative;
  font-family: 'FontAwesome', serif;
  display: block;
  content: '\f005\f005\f005\f005\f005';
}

div.cr-all-reviews-shortcode .star-rating span,
div.ivole-reviews-grid .cr-summaryBox-wrap .star-rating span {
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
}

div.cr-all-reviews-shortcode .star-rating span::before,
div.ivole-reviews-grid .cr-summaryBox-wrap .star-rating span::before {
  /*content: "\53\53\53\53\53";
    top: 0;
    position: absolute;
    left: 0*/
}

@media (max-width: 576px) {
  #cr-ajax-reviews-review-form .modal-dialog {
    max-width: 376px;
  }
  .stars a {
    width: 10%;
  }
}

/*--------------------------------------------------------------
# widget
--------------------------------------------------------------*/

.widget ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.widget .wp-block-categories li {
  display: flex;
}

.widget .wp-block-categories li + li,
.widget .menu li + li {
  border-top: 1px solid #dadada;
  padding-top: 0.75rem;
  margin-top: 0.75rem;
}

.widget .wp-block-categories li a,
.widget .menu li a {
  text-transform: uppercase;
  color: #212529;
  margin-right: auto;
}

.widget .wp-block-categories li a:hover,
.widget .menu li a:hover {
  color: #968351;
}

.widget ol {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.widget ol li {
  line-height: 1.2;
  padding-left: 3rem;
  margin-bottom: 0.75rem;
  position: relative;
}

.widget ol li + li {
  border-top: 1px solid #e5e5e5;
  padding-top: 0.75rem;
  margin-top: 0.75rem;
}

.widget ol li::before {
  content: '1';
  font-family: 'Times New Roman', cursive;
  font-size: 2.5rem;
  color: #999;
  border-right: 1px solid #ebebeb;
  display: flex;
  align-items: center;
  padding-right: 0.75rem;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  transition: color 0.3s ease 0s;
}

.widget ol li + li::before {
  content: '2';
}

.widget ol li + li + li::before {
  content: '3';
}

.widget ol li + li + li + li::before {
  content: '4';
}

.widget ol li + li + li + li + li::before {
  content: '5';
}

.widget ol li:hover::before {
  color: #212529;
}

.widget ol li + li::before {
  top: 0.75rem;
}

.widget ol li a {
  font-size: 1.125rem;
  color: #212529;
}

.widget ol li a:hover {
  color: #968351;
}

.widget ol li a:first-child {
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #999;
}

.widget ol li a:hover:first-child {
  color: #212529;
}

.widget .product_list_widget li {
  margin-bottom: 1.25rem;
}

.widget .product_list_widget a {
  color: #212529;
}

.widget .product_list_widget a:hover {
  color: #968351;
}

.widget .product_list_widget img {
  float: left;
  width: 4rem;
  margin-right: 1rem;
}

.widget .product_list_widget .product-title {
  height: 19px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.widget .product_list_widget .amount {
  color: #333;
}

.widget .product_list_widget ins .amount {
  color: #f00;
}

.widget .product_list_widget ins {
  text-decoration: none;
}

.widget .product_list_widget del {
  font-size: 0.875rem;
  color: #6c757d;
  margin-right: 0.25rem;
}

.widget .product_list_widget del .amount {
  color: #6c757d;
}

.widget .product_list_widget li:after {
  content: ' ';
  display: table;
  clear: both;
}

.widget .wp-block-search__input {
  border: 1px solid #dadada;
}

.widget .wp-block-search__button {
  white-space: nowrap;
  color: #fff;
  background-color: #212529;
  border-color: 1px solid #212529;
}

.widget .wp-block-search__button:hover {
  color: #fff;
  background-color: #383838;
  border-color: 1px solid #383838;
}

/*--------------------------------------------------------------
# archive product
--------------------------------------------------------------*/

.woocommerce-Price-currencySymbol {
  position: relative;
}

.woocommerce-info {
  color: #856404;
  background-color: #fff3cd;
  border: 1px solid #ffeeba;
  border-radius: 0.25rem;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1.5rem;
  position: relative;
}

.separator {
  background-color: #dee2e6;
  width: 1px;
  height: 1.25rem;
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}

.orderby .title::after {
  content: ' ';
  border-top: 1px solid #212529;
  border-left: 1px solid #212529;
  display: inline-block;
  vertical-align: middle;
  width: 0.375rem;
  height: 0.375rem;
  margin-left: 0.25rem;
  margin-bottom: 0.375rem;
  transform: rotateZ(-135deg);
}

.orderby:hover .title::after {
  margin-bottom: 0;
  transform: rotateZ(45deg);
}

.orderby .list {
  background-color: #fff;
  border: 1px solid #e5e5e5;
  display: none;
  min-width: 160px;
  z-index: 100;
  position: absolute;
  top: 100%;
  left: 0;
}

.orderby:hover .list,
.orderby:focus .list {
  display: block;
}

.orderby .list a {
  font-size: 0.875rem;
  color: #212529;
  white-space: nowrap;
  display: block;
  padding: 0.75rem 0.75rem;
}

.orderby .list a + a {
  border-top: 1px solid #e5e5e5;
}

.orderby .list a:hover {
  color: #666;
  background-color: #f5f5f5;
}

.order-total {
  border-top: 1px solid #dee2e6;
}

.filter .list {
  width: 100%;
}

.archive-product .image img + img {
  object-fit: cover;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.archive-product:hover .image img + img {
  opacity: 1;
  visibility: visible;
}

.archive-product .price {
  font-size: 1rem;
  font-weight: 500;
  color: #333;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 0;
}

.archive-product .price ins {
  color: #f00;
  text-decoration: none;
  order: 1;
  margin-right: 0.5rem;
}

.archive-product .price del {
  font-size: 1rem;
  color: #666;
  order: 2;
}

.add-to-wishlist svg + svg {
  display: none;
}

.add-to-wishlist.active svg {
  display: none;
}

.add-to-wishlist.active svg + svg {
  display: inline-block;
}

.widget-product-cat .product_list_widget {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  margin-right: -10px;
  margin-left: -10px;
}

.widget-product-cat .product_list_widget li {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 1.5rem;
}

.widget-product-cat .product_list_widget a {
  color: #212529;
}

.widget-product-cat .product_list_widget a:hover {
  color: #968351;
}

.widget-product-cat .product_list_widget .product-title {
  display: block;
  line-height: 1.2;
  margin-top: 1rem;
  margin-bottom: 0.25rem;
}

.widget-product-cat .product_list_widget .amount {
  font-weight: 500;
  color: #f00;
}

.widget-product-cat .product_list_widget ins {
  text-decoration: none;
}

.widget-product-cat .product_list_widget del {
  font-size: 0.875rem;
  color: #6c757d;
  margin-right: 0.25rem;
}

.widget-product-cat .product_list_widget del .amount {
  color: #6c757d;
}

.product_list_widget .lt.button.alt,
.archive-product .lt.button.alt {
  display: none;
}

@media (max-width: 767px) {
  .archive-product .price {
    font-size: 0.875rem;
  }
  .archive-product .price del {
    font-size: 0.75rem;
  }
  /* .term-description {
      display: none;
  }*/
}

@media (min-width: 768px) {
  .widget-product-cat .product_list_widget li {
    -ms-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
}

@media (min-width: 992px) {
  .widget-product-cat .product_list_widget li {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}

@media (min-width: 1200px) {
  .widget-product-cat .product_list_widget li {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}

/*--------------------------------------------------------------
# single product
--------------------------------------------------------------*/

.product-images .swiper-slide a {
  padding-top: 122.5%;
}

.product .summary .price {
  font-size: 1.5rem;
  font-weight: 500;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  line-height: 1.2;
}

.product .summary .price ins {
  text-decoration: none;
  order: 1;
  margin-right: 0.5rem;
}

.product .summary .price del {
  font-size: 1.25rem;
  color: #999;
  order: 2;
}

.product .summary .price .lt {
  font-size: 1rem;
}

.product .summary .cart {
  margin-bottom: 1rem;
}

.product .summary .cart .variations .label {
  display: none;
}

.product .summary .cart,
.product .summary .woocommerce-variation-add-to-cart {
  display: flex;
}

.product .summary .cart.variations_form {
  display: block;
}

.cart .quantity {
  position: relative;
  width: 100px;
}

.cart .quantity-up,
.cart .quantity-down {
  font-size: 1.5rem;
  color: #212529;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  line-height: 1;
  position: absolute;
  top: 1px;
  bottom: 1px;
}

.cart .quantity-down {
  padding-bottom: 1rem;
  left: 1px;
}

.cart .quantity-up {
  padding-bottom: 0.25rem;
  right: 1px;
}

.cart .qty {
  text-align: center;
  width: 100px;
  padding-left: 2rem;
  padding-right: 2rem;
}

.cart .button {
  -ms-flex-positive: 1;
  flex-grow: 1;
  order: 2;
  margin-left: 0.25rem !important;
  margin-right: 0 !important;
}

.cart .button + .button {
  order: 1;
}

.cart .quantity + .button {
  color: #968351;
  background-color: #fff;
  border-color: #968351;
}

.cart .quantity + .button:hover {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}

.product .product_meta {
  margin-bottom: 1.5rem;
}

.product .sku_wrapper,
.product .posted_in,
.product .tagged_as {
  color: #6c757d;
  display: block;
  margin-bottom: 0.25rem;
}

.product .sku_wrapper .sku,
.product .product_meta a {
  color: #212529;
}

.product .product_meta a:hover {
  color: #968351;
}

.products.related h2 {
  margin-bottom: 1.5rem;
}

.product .woocommerce-variation {
  display: none !important;
}

.product .variations {
  margin-bottom: 1rem;
}

.woo-variation-swatches .variable-items-wrapper {
  float: left;
}

.woo-variation-swatches
  .variable-items-wrapper
  .variable-item:not(.radio-variable-item) {
  padding: 3px !important;
}

.reset_variations {
  color: #f00;
  float: right;
  margin-top: 0.5rem;
  margin-left: 0.5rem;
}

.float-sidebar .cart {
  display: flex;
  flex-direction: column;
}

.float-sidebar .cart .quantity {
  display: none;
}

.float-sidebar .cart .button {
  order: 2;
  width: 100%;
  margin-bottom: 0.5rem;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.float-sidebar .cart .button + .button {
  order: 1;
}

.product .summary .cart .quantity {
  position: relative;
}

.quantity-up,
.quantity-down {
  font-size: 1.5rem;
  color: #212529;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  line-height: 1;
  position: absolute;
  top: 1px;
  bottom: 1px;
}

.quantity-down {
  padding-bottom: 1rem;
  left: 1px;
}

.quantity-up {
  padding-bottom: 0.25rem;
  right: 1px;
}

.cart .qty {
  text-align: center;
  width: 100px;
  /*padding-left: 2rem;
    padding-right: 2rem;*/
}

@media (max-width: 576px) {
  /*.single_add_to_cart_button {
        display: none;
    }*/
  #sbw_wc-adding-button.single_add_to_cart_button {
    display: block;
  }
  .kc-b {
    margin: 1rem 0;
  }
}

/*.woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-disabled {
  display: none;
}*/

/*--------------------------------------------------------------
# Archive
--------------------------------------------------------------*/

/*.category .content-area,
.single-post .content-area {
    -ms-flex: 0 0 72%;
    flex: 0 0 72%;
    max-width: 72%;
}
.category .widget-area,
.single-post .widget-area {
    -ms-flex: 0 0 28%;
    flex: 0 0 28%;
    max-width: 28%;
}*/

.list-cate {
  margin-bottom: 2rem;
  text-align: center;
  overflow-x: auto;
}

.list-cate .d-flex {
  flex-wrap: nowrap;
  width: max-content;
}

.list-cate a {
  border: 1px solid #212529;
  padding: 0.25rem 0.5rem;
  white-space: nowrap;
  display: inline-block;
}

.list-cate a:hover {
  background: #968351;
  color: #fff;
  border-color: #968351;
}

/*--------------------------------------------------------------
# Entry
--------------------------------------------------------------*/

.entry-content cite {
  font-style: normal;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6,
.entry-content .h3 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
}

.entry-content blockquote {
  font-size: 1rem;
  color: #666;
  background: #f8f9fa;
  border-left: 0.25rem solid #093152;
  padding: 1.5rem 1.5rem 0.5rem 3rem;
  position: relative;
}

.entry-content blockquote:before {
  content: '\f10d';
  font-family: 'Font Awesome 5 Free';
  font-size: 1.5rem;
  font-weight: 900;
  color: #999;
  position: absolute;
  top: 0.75rem;
  left: 0.75rem;
}

.entry-content ul {
  list-style: none;
  padding-left: 0;
}

.entry-content ul > li {
  padding-left: 1rem;
  position: relative;
}

.entry-content ul > li:before {
  content: ' ';
  background-color: #968351;
  border-radius: 50%;
  display: block;
  width: 0.375rem;
  height: 0.375rem;
  position: absolute;
  top: 0.5rem;
  left: 0;
}

.entry-content ul > li,
.entry-content ol > li {
  margin-bottom: 0.25rem;
}

.entry-content table {
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 1rem;
  width: 100%;
  max-width: 100%;
}

.entry-content table th,
.entry-content table td {
  padding: 0.5rem;
}

.entry-content table tr + tr th,
.entry-content table tr + tr td {
  border-top: 1px solid #dee2e6;
}

.entry-content img.centered,
.entry-content .aligncenter {
  display: block;
  margin: 0 auto 1rem;
}

.entry-content img.alignnone {
  margin-bottom: 0;
}

.entry-content .alignleft {
  float: left;
  text-align: left;
}

.entry-content .alignright {
  float: right;
  text-align: right;
}

.entry-content img.alignleft,
.entry-content .wp-caption.alignleft {
  margin: 0 1rem 1rem 0;
}

.entry-content img.alignright,
.entry-content .wp-caption.alignright {
  margin: 0 0 1rem 1rem;
}

.entry-content .wp-caption {
  max-width: 100%;
}

.entry-content .wp-caption-text {
  font-size: 0.875rem;
  background-color: #f8f9fa;
  padding: 0.5rem 0.75rem;
}

.entry-content iframe {
  width: 100%;
  height: 500px;
}

@media (max-width: 576px) {
  .entry-content h1,
  .entry-content h2,
  .entry-content h3,
  .entry-content .h3,
  .entry-content h4,
  .entry-content h5,
  .entry-content h6 {
    font-size: 1rem;
  }
}

/*--------------------------------------------------------------
# widget
--------------------------------------------------------------*/

.widget-title {
  font-weight: 700;
}

/*--------------------------------------------------------------
# cart
--------------------------------------------------------------*/

.shop_table {
  width: 100%;
  margin-bottom: 1rem;
}

.shop_table th,
.shop_table td {
  padding: 0.5rem;
}

.shop_table td {
  border-top: 1px solid #dee2e6;
}

.shop_table th:first-child,
.shop_table td:first-child {
  padding-left: 0;
}

.shop_table th:last-child,
.shop_table td:last-child {
  padding-right: 0;
}

.shop_table .product-remove a {
  font-size: 1.25rem;
  text-align: center;
  color: #fff;
  background-color: #9a9691;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1rem;
  height: 1rem;
}

.shop_table .product-remove a:hover {
  background-color: #e52400;
}

.shop_table .qty {
  /*width: 4rem;
    max-width: 100%;
    padding-right: 0.5rem;*/
  width: 100px;
}

.shop_table .product-quantity label,
.shop_table .actions label {
  display: none;
}

.shop_table .actions .coupon {
  float: left;
  display: flex;
  margin-bottom: 0.5rem;
}

.shop_table .actions > .button {
  float: right;
  margin-left: 0.5rem;
  margin-bottom: 0.5rem;
}

.cart-collaterals {
  display: flex;
  justify-content: flex-end;
}

.cart_totals {
  background: #f5f5f5;
  width: 25rem;
  max-width: 100%;
  padding: 1.5rem;
}

.cart_totals h2 {
  font-size: 1.25rem;
  font-weight: 700;
  text-align: center;
}

.cart_totals .button {
  text-align: center;
  width: 100%;
}

@media (max-width: 767px) {
  /*.shop_table .product-thumbnail,*/
  .shop_table .product-subtotal {
    display: none;
  }
}

/*--------------------------------------------------------------
# checkout
--------------------------------------------------------------*/
#order_review td.product-thumbnail {
  width: 15%;
}
#order_review tr.woocommerce-shipping-totals.shipping {
  border-top: 1px solid #dee2e6;
  border-bottom: 1px solid #dee2e6;
}
#order_review ul#shipping_method,
#order_review ul#shipping_method li,
#order_review ul#shipping_method li label {
  margin-bottom: 0;
}
.woocommerce-checkout .checkout_coupon.woocommerce-form-coupon {
  display: block !important;
}
.woocommerce-checkout .woocommerce-info {
  display: none;
}
.coupon-form .form-row.form-row-first {
  float: left;
  width: 80%;
}
.coupon-form .form-row.form-row-last {
  float: right;
  width: 20%;
}
.woocommerce-error,
.woocommerce-notice {
  background: #feeae2;
  border-radius: 0.375rem;
  list-style: none;
  padding: 0.75rem 1.25rem !important;
}

.woocommerce-error > li,
.woocommerce-notice > li {
  padding-left: 0 !important;
}

.woocommerce-error > li:before,
.woocommerce-notice > li:before {
  display: none !important;
}

.col2-set {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
}

.col2-set .col-1,
.col2-set .col-2 {
  flex: 0 0 50%;
  max-width: 50%;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}

.woocommerce-checkout-payment ul {
  border: 1px solid #d0ccc7;
  border-radius: 0.375rem;
  list-style: none;
  padding: 1rem 1.5rem 0.25rem 1.5rem;
}

.woocommerce-checkout-payment ul li {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  position: relative;
  z-index: 1;
}

.woocommerce-checkout-payment ul li:before {
  display: none;
}

.woocommerce-checkout-payment input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}

.woocommerce-checkout-payment label {
  position: relative;
  margin-bottom: 0.25rem;
  vertical-align: top;
}

.woocommerce-checkout-payment label:before {
  content: ' ';
  background-color: #e4e2df;
  border-radius: 2px;
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
}

.woocommerce-checkout-payment input:checked ~ label:before {
  background-color: #e52400;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center center;
}

.place-order .button {
  font-size: 1.125rem;
  width: 100%;
  padding: 0.5rem 1rem;
}

@media (max-width: 575px) {
  .col2-set .col-1,
  .col2-set .col-2 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

/*--------------------------------------------------------------
# Page 404
--------------------------------------------------------------*/

/*.page-template-page-404 .site-footer {
    display: none;
}*/

.section-404 {
  height: calc(80vh - 91px);
}

.admin-bar .section-404 {
  height: calc(100vh - 123px);
}

@media (max-width: 782px) {
  .admin-bar .section-404 {
    height: calc(100vh - 137px);
  }
}

/*--------------------------------------------------------------
# site footer
--------------------------------------------------------------*/

.site-footer a {
  color: inherit;
  font-weight: 600;
}

.site-footer p {
  font-weight: 600;
}

.site-footer a:hover {
  color: #968351;
}

.w.wp-container-2 {
  list-style: none;
  padding-left: 0;
}

.w.wp-container-2 li {
  float: left;
}

.w.wp-container-2 li a img {
  max-width: 3rem;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 0;
  border-radius: 4px;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: #444;
  line-height: 28px;
  background-color: #fff;
  border: 1px solid #dee2e6;
  height: calc(1.5em + 1rem + 2px);
  line-height: 1.5;
  padding: 0.5rem 0.75rem;
  transition: all 0.3s ease 0s;
}

#billing_city_field label,
#billing_address_2_field label,
#billing_address_1_field label {
  margin-top: 0.5rem;
}

.woocommerce-shipping-methods label {
  /*     padding: 0;
    padding-left: 0.5rem;
    line-height: 1.5;
    position: absolute; */
}

ul.woocommerce-shipping-methods li {
  padding-left: 0;
  margin-bottom: 1.85rem;
}

ul.woocommerce-shipping-methods li:before {
  display: none;
}

#ftwp-container.ftwp-wrap #ftwp-contents {
  top: 18% !important;
}

.woocommerce-checkout-review-order ul.woocommerce-shipping-methods li {
  margin-bottom: 1rem;
}

img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail.wvs-archive-product-image {
  width: 4rem;
}

@media (min-width: 992px) {
  .site-footer .widget-title {
    margin-top: 5.25rem;
  }
}

@media (max-width: 576px) {
  .site-footer .payment {
    display: none;
  }
  .woocommerce-shipping-methods label {
    /* padding: 0;
        padding-left: 10px;
        line-height: 1.3;
        position: absolute; */
  }
  ul.woocommerce-shipping-methods li {
    margin-bottom: 1.5rem;
  }
  .woocommerce-checkout-review-order tr.woocommerce-shipping-totals.shipping {
    float: left;
  }
  .woocommerce-checkout-review-order .woocommerce-shipping-methods label {
    width: 260px;
    left: 12px;
  }
  .woocommerce-cart-form .cart .shop_table .product-thumbnail img {
    display: none;
  }
  .shop_table .actions .coupon {
    width: 100%;
  }
  .cart .cart_item img {
    display: none;
  }
  body.woocommerce-cart .product-remove {
    position: absolute;
    width: 0;
    padding: 0;
  }
  body.woocommerce-cart .cart .cart_item img {
    display: block;
    min-width: 50px;
  }
}

.woocommerce .sprw-template-one p.stars a {
  font-size: 0 !important;
}

.sprw-template-one .sprw-review-form-button,
.woocommerce .sprw-template-one #review_form #respond .form-submit input,
.sprw-template-one .qq-upload-button {
  background: #968351 !important;
}

.sprw-upload-file {
  float: left;
  margin-right: 1rem;
}

#comment-wrap .wp-editor-area {
  border: 1px solid #ddd;
  padding: 5px;
}

.sprw-template-one .sprw-outer-meta-wrapper .sprw-badge-wrap {
  background-color: transparent;
  margin-left: 0;
  color: #968351;
  font-style: italic;
}

#review_form_wrapper .comment-form-email {
  display: none;
}

.form-comment input[name='email'] {
  display: none;
}

.woocommerce-Reviews-title {
  font-family: unset;
}

a.remove.gnws_remove {
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  text-align: center;
  background: #000;
  color: #fff;
  line-height: 20px;
}

.b-description_readmore {
  width: 100%;
  position: relative;
  margin-bottom: 25px;
  padding: 0 15px;
}

.b-description_readmore_wrapper {
  display: flex;
  flex-flow: column wrap;
  align-items: center;
  justify-content: center;
  max-width: none !important;
  padding: 50px 0;
  width: 100%;
}

.b-description_readmore_button {
  display: inline-block;
  width: 150px;
  padding: 10px 0;
  cursor: pointer;
  text-align: center;
  color: #968351;
  background: transparent;
  border-color: #968351;
  border: 1px solid;
}

.b-description_readmore_button:hover {
  color: white;
  background: black;
}

.b-description_readmore_ellipsis:after {
  content: '';
  display: inline-block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 25px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.1), white 75%);
}

.entry .entry-content a {
  color: #ff5722;
}
/*Code new*/
.news h3 a {
  text-transform: capitalize;
}
.news img {
  height: 200px;
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.news .featured img {
  height: 430px;
}
.news a.td {
  z-index: 2;
  bottom: 0;
  font-size: 0.85rem;
  line-height: 2;
  font-weight: 600;
  width: 100%;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.sp-color .cross-sells {
  margin-top: 30px;
  margin-bottom: 30px;
}

.sp-color .cross-sell-item {
  text-align: center;
  margin-bottom: 20px;
}

.sp-color .cross-sell-item img {
  max-width: 100%;
  height: auto;
}

.sp-color .cross-sell-item h3 {
  margin-top: 10px;
  font-size: 16px;
}
.sp-color .title-attr {
  font-weight: 600;
  font-size: 20px;
  padding-bottom: 15px;
}
.list-dm {
  position: relative;
}

.category-swiper {
  padding: 0 40px;
}

.category-swiper .swiper-button-next,
.category-swiper .swiper-button-prev {
  position: absolute;
  top: 70%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  background-color: #968351;
  border-radius: 50%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.category-swiper .swiper-button-next {
  right: 0;
}

.category-swiper .swiper-button-prev {
  left: 0;
}

.category-swiper .swiper-button-next::after,
.category-swiper .swiper-button-prev::after {
  font-size: 14px;
  color: #fff;
}

.product-cat-header .swiper-button-next:after,
.product-cat-header .swiper-button-prev:after {
  color: #968351;
}
.tongsp {
  margin-top: -5px;
  margin-left: 5px;
}
/**
 * Thêm vào giỏ hàng trang danh mục
 */
.archive-product .position-relative {
  position: relative;
}

.archive-product .image {
  position: relative;
  display: block;
  overflow: hidden;
}

.archive-product .add-to-cart-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 10;
  pointer-events: none;
}

.archive-product .img-ho:hover .add-to-cart-overlay {
  opacity: 1;
}

.archive-product .view-variations-btn,
.archive-product .add-to-cart-btn {
  z-index: 11;
  pointer-events: auto;
}

.archive-product .image img {
  width: 100%;
  height: auto;
  transition: transform 0.3s ease;
}

.archive-product .image:hover img {
  transform: scale(1.05);
}
/*Sscrollbar*/
::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}

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

::-webkit-scrollbar-thumb:hover {
  background: #968351;
}
lable .fixed_discount_amount {
  margin-right: 90px !important;
}
