/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 5 version
*/

main#main-page {
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

a,
a:focus,
a:hover,
a:visited {
  text-decoration: none;
  color: inherit;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

button,
button:focus,
button:hover,
button:visited {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

img {
  max-width: 100%;
  height: auto;
  -webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

/*CSS V POST SINGLE*/

.fb-like.fb_iframe_widget,
.fb-like.fb_iframe_widget * {
  width: 128px !important;
  height: 18px;
}

/* Do not show the outline on the skip link target. */

#content[tabindex="-1"]:focus {
  outline: 0;
}

.alignleft {
  display: inline;

  float: left;

  margin-right: 1.5em;
}

.alignright {
  display: inline;

  float: right;

  margin-left: 1.5em;
}

.aligncenter {
  clear: both;

  display: block;

  margin: 0 auto;
}

/* Make sure embeds and iframes fit their containers. */

embed,
iframe,
object {
  max-width: 100%;
}

/* Make sure logo link wraps around logo image. */

.wp-caption {
  margin-bottom: 1.5em;

  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;

  margin-left: auto;

  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

h1.v-title-single-post {
  font-family: var(--second-font);
  font-size: 2.8rem;
  margin-bottom: 2rem;
  margin-top: 3rem;
}

p.v-title-single-meta {
  font-size: 13px;
  color: #777;
  border-bottom: 1px dashed #3333;
  padding-bottom: 10px;
  margin-bottom: 30px;
}

p.v-title-single-meta span {
  margin-right: 30px;
}

p.v-title-single-meta span svg {
  margin-right: 4px;
  position: relative;
  bottom: 1px;
}

/* END CSS V POST SINGLE*/

/*MENU*/

.v-header-menu-inner {
  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;
}

span#search-header {
  position: relative;
}

.search-form-header {
  position: absolute;
}

.v-header-mobile {
  background-color: #fff;
  position: relative;
  -webkit-box-shadow: 1px 2px 6px #3333;
  box-shadow: 1px 2px 6px #3333;
}

.v-header-menu,
.v-header-mobile {
  -webkit-transition: all 0.5s ease;

  -o-transition: position 10s;

  -o-transition: all 0.5s ease;

  transition: all 0.5s ease;
}

.fixed {
  left: 0;

  max-width: 100%;

  overflow: visible;

  position: fixed !important;

  top: 0;

  width: 100%;

  z-index: 1000;

  -webkit-animation: smoothScroll 1s forwards;

  animation: smoothScroll 1s forwards;
}

@-webkit-keyframes smoothScroll {
  0% {
    -webkit-transform: translateY(-40px);

    transform: translateY(-40px);
  }

  100% {
    -webkit-transform: translateY(0px);

    transform: translateY(0px);
  }
}

@keyframes smoothScroll {
  0% {
    -webkit-transform: translateY(-40px);

    transform: translateY(-40px);
  }

  100% {
    -webkit-transform: translateY(0px);

    transform: translateY(0px);
  }
}

.wrapper-menu ul#menu-main {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
}
.header-menu {
  background: var(--primary-color);
  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;
}

span#search-header {
  width: 40px;
  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;
  position: relative;
}

span#search-header svg {
  fill: #fff;
  width: 20px;
}
.wrapper-menu ul#menu-main > li {
  position: relative;
  display: inline-block;
}

.wrapper-menu ul#menu-main > li {
  padding: 30px 15px;
}

.wrapper-menu ul#menu-main > li > a {
  text-transform: uppercase;
  color: #fff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  font-family: var(--title-font);
  font-size: 15px;
}
.wrapper-menu ul#menu-main > li.menu-item-has-children:after {
  font-family: "FontAwesome";
  content: "\f107";
  position: absolute;
  right: 4px;
  top: 32px;
  color: #fff;
  font-size: 13px;
}

ul#menu-main > li > ul.sub-menu {
  /*    padding: 0;
    list-style: none;
    margin: 0;
    position: absolute;
    top: 47px;
    background: #fff;
    opacity: 0;
    z-index: 999;
    min-width: 200px;
    -webkit-box-shadow: 1px 2px 3px #3333;
            box-shadow: 1px 2px 3px #3333;
    text-align: left;
    -webkit-box-shadow: 1px 3px 8px #3333;
    box-shadow: 1px 3px 8px #3333;
    -o-transform: scale(0,0);
    -ms-transform: scale(0,0);
    -moz-transform: scale(0,0);
    -webkit-transform: scale(0,0);
    -o-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    -o-transition: -o-transform .4s,opacity .4s;
    -ms-transition: -ms-transform .4s,opacity .4s;
    -moz-transition: -moz-transform .4s,opacity .4s;
    -webkit-transition: -webkit-transform .4s,opacity .4s;*/
  position: absolute;
  top: 100%;
  left: 0;
  min-width: max-content;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  opacity: 0;
  visibility: hidden;
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-transform: scaleY(0) translateZ(100px);
  transform: scaleY(0) translateZ(100px);
  -webkit-transition: opacity 500ms ease, visibility 500ms ease,
    -webkit-transform 700ms ease;
  transition: opacity 500ms ease, visibility 500ms ease,
    -webkit-transform 700ms ease;
  -o-transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease;
  transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease;
  transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease,
    -webkit-transform 700ms ease;
  z-index: 99;
  background-color: rgb(255, 255, 255);
  padding: 31px 20px 31px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  list-style: none;
}

ul#menu-main > li > ul.sub-menu > li > a {
  /*    display: block;
    padding: 15px 8px;
    border-bottom: 1px solid #5e5e5e33;
    text-transform: uppercase;
    font-size: 14px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;*/
  position: relative;
  font-size: 14px;
  line-height: 30px;
  color: #757873;
  letter-spacing: 0;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5px 40px 5px 20px;
  -webkit-transition: 500ms;
  -o-transition: 500ms;
  transition: 500ms;
  background-color: #fff;
  border-radius: 10px;
  font-family: var(--third-font);
}
ul#menu-main > li > ul.sub-menu > li > a:before {
  position: absolute;
  top: 50%;
  right: 20px;
  font-family: "FontAwesome";
  content: "\f105";
  font-size: 14px;
  color: var(--primary-color);
  -webkit-transform: translateY(-50%) scale(0);
  -ms-transform: translateY(-50%) scale(0);
  transform: translateY(-50%) scale(0);
  -webkit-transition: 500ms;
  -o-transition: 500ms;
  transition: 500ms;
}
ul#menu-main > li.menu-item-has-children:hover > ul.sub-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scaleY(1) translateZ(0px);
  transform: scaleY(1) translateZ(0px);
}

ul#menu-main > li > ul.sub-menu > li:hover > a {
  /*    background-color: #f8f6f1;
    color: #0e2207;*/
  background-color: var(--primary-color);
  color: #ffffff;
  text-shadow: 0.3px 0 0 rgb(14 34 7 / 80%);
}

ul#menu-main > li > ul.sub-menu > li:hover > a:before {
  color: #fff;
}

ul#menu-main > li > ul.sub-menu > li > a:hover::before {
  -webkit-transform: translateY(-50%) scale(1);
  -ms-transform: translateY(-50%) scale(1);
  transform: translateY(-50%) scale(1);
}

/*search header*/
.form-header-wrapper form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.form-header-wrapper form input {
  width: 250px;
  height: 35px;
  border: 1px solid #3333;
  border-radius: 0;
  font-size: 15px;
  padding-left: 10px;
}

.form-header-wrapper form button {
  width: 50px;
  height: 35px;
  border: 1px solid var(--primary-color);
  background: var(--primary-color);
  color: #fff;
}

.search-form-header {
  position: absolute;
  right: 0;
  bottom: -90px;
  z-index: 99;
  padding: 1.5rem 20px;
  background: #fff;
  border-top: 2px solid var(--primary-color);
  -webkit-box-shadow: 1px 2px 6px #4b4b4b33;
  box-shadow: 1px 2px 6px #4b4b4b33;
  -webkit-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  -webkit-transform: translateY(40px);
  -ms-transform: translateY(40px);
  transform: translateY(40px);
  opacity: 0;
  visibility: hidden;
}
.search-form-header.show {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
.form-header-wrapper {
  position: relative;
}

.form-header-wrapper:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0px 15px 12px 15px;
  border-color: transparent transparent var(--primary-color) transparent;
  content: "";
  position: absolute;
  top: -28px;
  right: 0;
}
span#search-header svg:hover {
  cursor: pointer;
  fill: black;
}

/*Menu Mobile*/
.header-mobile-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 10px;
  height: 60px;
}

.header-mobile-logo a img {
  max-width: 120px;
}
.header-mobile-right > span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 30px;
  height: 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
span#icon-cart-mobile {
  position: relative;
  bottom: 2px;
}

span#icon-cart-mobile strong {
  position: absolute;
  top: -3px;
  right: -3px;
  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: #d00000;
  color: #fff;
  width: 18px;
  height: 18px;
  font-family: var(--primary-color);
  font-weight: normal;
  font-size: 12px;
  border-radius: 50%;
}

.header-mobile-right span svg {
  font-size: 18px;
}

.nav-menu-logo {
  position: relative;
  text-align: center;
  margin-bottom: 15px;
}

.nav-menu-logo a img {
  max-width: 160px;
}

.nav-menu-mobile {
  position: fixed;
  left: 0;
  top: 0;
  width: 80%;
  height: 100vh;
  z-index: 999;
  color: #fff;
  padding: 2rem;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  background: var(--primary-color);
}
.nav-menu-mobile.show {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  -webkit-box-shadow: 1px 2px 10px #3333;
  box-shadow: 1px 2px 10px #3333;
}
.nav-menu-inner {
  position: relative;
}

span#ic-close-menu {
  position: absolute;
  right: -8px;
  top: -20px;
  font-size: 23px;
}

.nav-menu-support {
  margin-top: 20px;
  border-top: 1px solid #8d8d8d33;
  padding-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.nav-menu-support h3 {
  margin-bottom: 15px;
}

.nav-menu-support span {
  margin-bottom: 5px;
}

.nav-menu-support span svg {
  margin-right: 5px;
}

.wrapper-menu-mobile > ul#menu-mobile {
  list-style: none;
  padding: 0;
  margin: 0;
}

.wrapper-menu-mobile > ul#menu-mobile > li {
  position: relative;
}

.wrapper-menu-mobile > ul#menu-mobile > li > a {
  display: block;
  padding: 10px 0;
  font-size: 15px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
ul#menu-mobile ul.sub-menu {
  padding-left: 20px;
  list-style: none;
}

ul#menu-mobile ul.sub-menu > li > a {
  display: block;
  padding: 8px 0;
  font-size: 13px;
}

ul#menu-mobile ul.sub-menu > li > a:before {
  font-family: "FontAwesome";
  content: "\f0da";
  margin-right: 10px;
}
.wrapper-menu-mobile > ul#menu-mobile > li.menu-item-has-children > a:after {
  font-family: "FontAwesome";
  content: "\f107";
  position: absolute;
  right: 0;
  top: 5px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  display: flex;
  width: 30px;
  align-items: center;
  justify-content: center;
  height: 30px;
  border: 1px solid #fff;
}

ul#menu-mobile ul.sub-menu {
  display: none;
  -webkit-transition: max-height 0.25s ease-in;
  -o-transition: max-height 0.25s ease-in;
  transition: max-height 0.25s ease-in;
}
/*ul#menu-mobile ul.sub-menu.show {
    opacity: 1;
    display: block;
    max-height: 500px;
    -webkit-transition: max-height 0.25s ease-in;
    -o-transition: max-height 0.25s ease-in;
    transition: max-height 0.25s ease-in;
}*/
.wrapper-menu-mobile
  > ul#menu-mobile
  > li.menu-item-has-children.expand-ic
  > a:after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.header-mobile {
  position: relative;
  background: #fff;
  -webkit-box-shadow: 1px 2px 6px #74747433;
  box-shadow: 1px 2px 6px #74747433;
}

.search-form-mobile {
  background: #efefef;
  padding: 1rem;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  bottom: -54px;
  -webkit-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  transform: translateY(-30px);
  opacity: 0;
  visibility: hidden;
  position: absolute;
  width: 100%;
  left: 0;
}
.search-form-mobile.show {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  visibility: visible;
  z-index: 9;
}
.search-form-mobile form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.search-form-mobile form button {
  width: 50px;
  background: var(--primary-color);
  color: #fff;
  height: 35px;
  border: none;
}

.search-form-mobile form input {
  width: 100%;
  height: 35px;
  font-size: 14px;
  padding-left: 10px;
  border-radius: 0;
}

/*END MENU*/

/*BREADCRUMB*/

section.bg-breadcrumb {
  padding: 13rem 0;
  position: relative;
}

section.bg-breadcrumb:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(14, 34, 7, 0.5);
}

.wrapper-header-page {
  position: relative;
}

h2.header-page-title {
  text-align: center;
  color: #fff;
  text-transform: capitalize;
  font-size: 36px;
  font-family: var(--title-font);
}

.breadcrumb-style {
  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -ms-flex-wrap: wrap;

  flex-wrap: wrap;

  -webkit-box-pack: center;

  -ms-flex-pack: center;

  justify-content: center;

  list-style: none;
}

ul#crumbs > svg {
  margin: 0 6px;
}

ul#crumbs {
  font-size: 12px;
  color: #ffffff8a;
  position: relative;
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.1);
  padding: 10px 15px 10px;
  border-radius: 22px;
  margin-bottom: 20px;
  font-family: var(--third-font);
}

/*END BRENDCRUMB*/

/*PAGE CONTACT*/

/*END PAGE CONTACT*/

/*PHÂN TRANG*/

.quatrang > a {
  border: 1px solid #333;

  padding: 3px 10px;

  color: #333;

  margin: 0 3px;
}

span.page-numbers.current {
  background-color: var(--primary-color);

  color: #fff;

  padding: 4px 11px;

  margin: 0 3px;
}

/*END PHÂN TRANG*/

/*TIN LIÊN QUAN*/

section.widget-block {
  margin: 5rem 0;
}

h2.v-title-widget {
  margin-bottom: 3rem;
  border-bottom: 1px solid #3333;
  padding-bottom: 10px;
  font-size: 22px;
}

h2.v-title-widget span {
  color: var(--primary-color);
  border-bottom: 3px solid;
  padding-bottom: 8px;
}

.v-related-post-thumb > a {
  display: block;
  overflow: hidden;
  position: relative;
}

.v-related-post-thumb > a > img {
  width: 100%;
  height: 180px;
  -o-object-fit: cover;
  object-fit: cover;
}

.v-related-post-content {
  margin-top: 12px;
}

.v-related-post-content h3 a {
  font-family: var(--third-font);
  font-size: 16px;
  display: -webkit-box;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

p.v-related-post-content_meta {
  color: #777;
  font-size: 13px;
  margin-top: 5px;
}

.v-related-post-item:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-filter: brightness(0.8);
  filter: brightness(0.8);
}

.v-related-post-item:hover h3 > a {
  color: var(--primary-color);
}

.v-related-post-item {
  margin-bottom: 25px;
}

/*END TIN LIÊN QUAN*/

/*SIDEBAR*/

h3.v-sidebar-title {
  text-transform: uppercase;
  font-family: var(--second-font);
  margin-bottom: 15px;
}

ul.v-list-item {
  padding: 0;
  list-style: none;
  margin: 0;
  padding-left: 15px;
  margin-top: 25px;
}

ul.v-list-item > li {
  margin-bottom: 25px;
}

ul.v-list-item > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.v-list-item-right {
  padding-left: 10px;
}

ul.v-list-item > li > a span {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 35%;
  flex: 0 0 35%;
}

ul.v-list-item > li > a img {
  width: 100%;
  height: 80px;
  border-radius: 6px;
}

.v-list-item-right > p {
  margin-bottom: 0;
  font-size: 13px;
  color: #777;
}

ul.v-list-item > li > a h5 {
  font-family: var(--third-font);
  font-size: 15px;
  -webkit-transition: color 0.3s ease-out;
  -o-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 15px;
}
ul.v-list-item > li > a:hover img {
  -webkit-filter: brightness(0.6);
  filter: brightness(0.6);
}

ul.v-list-item > li > a:hover h5 {
  color: var(--primary-color);
}

.v-sidebar-block {
  margin-bottom: 3rem;
}

iframe.fb_iframe_widget_lift {
  width: 100% !important;
}

.single__social span {
  font-size: 14px;
  margin-right: 10px;
}

.single__social {
  background: #f0f0f0;
  border: 1px dashed #3333;
  padding: 8px 0;
}

h2.v-title-comment {
  font-family: var(--second-font);
  text-transform: uppercase;
  font-size: 20px;
  margin-bottom: 15px;
}

.fb-comments iframe {
  border: 1px solid #a4a4a433 !important;
  background: #cbcbcb33;
  padding: 2rem;
}

.v-content-single-post strong {
  font-family: var(--second-font);
}

/* END SIDEBAR */

/* BACK TOP TOP - HOME */

.back-to-home > a {
  background: var(--primary-color);
  color: #fff;
  padding: 12px 30px;
  text-transform: uppercase;
  border-radius: 25px;
}

.back-to-home > a > svg {
  margin-right: 5px;
}

.backtop {
  font-weight: 400;
  color: #252525;
  opacity: 1;
  z-index: 999;
}
.backtop {
  position: fixed;
  bottom: 20px;
  right: 15px;
  color: #fff;
  border-radius: 50%;
  background: #c6cddb;
  text-decoration: none;
  -webkit-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
  opacity: 0 !important;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  width: 58px;
  height: 58px;
  z-index: 199;
  background-color: #33333352;
  border-radius: 50%;
  text-align: center;
  line-height: 58px;
  font-size: 18px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  float: left;
}
.backtop .border_btt {
  display: inline-block;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  margin: 4px;
  line-height: 50px;
  background: var(--primary-color);
}
.backtop .fa {
  font-size: 16px;
  color: #fff;
}
.backtop.show {
  opacity: 1 !important;
}
.backtop:hover .fa {
  color: var(--second-color);
}
@media (min-width: 768px) and (max-width: 1199px) {
  .backtop {
    right: 25px;
    bottom: 20px;
  }
}
/*END BACK TO TOP*/

/*SLIDER HOME*/

#jssor_1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.jssorl-009-spin img {
  -webkit-animation-name: jssorl-009-spin;

  animation-name: jssorl-009-spin;

  -webkit-animation-duration: 1.6s;

  animation-duration: 1.6s;

  -webkit-animation-iteration-count: infinite;

  animation-iteration-count: infinite;

  -webkit-animation-timing-function: linear;

  animation-timing-function: linear;
}

@-webkit-keyframes jssorl-009-spin {
  from {
    -webkit-transform: rotate(0deg);

    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);

    transform: rotate(360deg);
  }
}

@keyframes jssorl-009-spin {
  from {
    -webkit-transform: rotate(0deg);

    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);

    transform: rotate(360deg);
  }
}

.jssorb053 .i {
  position: absolute;

  cursor: pointer;
}

.jssorb053 .i .b {
  fill: #fff;

  fill-opacity: 0.5;
}

.jssorb053 .i:hover .b {
  fill-opacity: 1;

  fill: #000;
}

.jssorb053 .iav .b {
  fill-opacity: 1;

  fill: #000;
}

.jssorb053 .i.idn {
  opacity: 0.3;
}

.jssora093 {
  display: block;

  position: absolute;

  cursor: pointer;
}

.jssora093 .c {
  fill: none;

  stroke: #fff;

  stroke-width: 400;

  stroke-miterlimit: 10;
}

.jssora093 .a {
  fill: none;

  stroke: #fff;

  stroke-width: 400;

  stroke-miterlimit: 10;
}

.jssora093:hover {
  opacity: 0.8;
}

.jssora093.jssora093dn {
  opacity: 0.6;
}

.jssora093.jssora093ds {
  opacity: 0.3;

  pointer-events: none;
}

/*V POST ARCHIVE*/
.wrapper-archive,
.wrapper-single {
  padding: 8rem 0;
}

/*1.four column*/
.v-post-items {
  position: relative;
}

a.link-thumb {
  display: block;
  overflow: hidden;
}

a.link-thumb img {
  width: 100%;
  height: 220px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 4px;
}

h3.v-post-title {
  margin: 20px 0;
}

h3.v-post-title > a {
  font-family: var(--second-font);
  font-size: 18px;
  -webkit-transition: color 0.3s ease-out;
  -o-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.v-post-content > p {
  font-size: 16px;
  margin: 0;
  margin-bottom: 20px;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

a.v-post-btn-more {
  background: var(--primary-color);
  color: #fff;
  padding: 8px 20px;
  font-size: 14px;
  -webkit-transition: background 0.3s ease-out;
  -o-transition: background 0.3s ease-out;
  transition: background 0.3s ease-out;
}
/*2.one column*/
.v-blog-thumb {
  position: relative;
}

.v-blog-thumb > a {
  display: block;
  overflow: hidden;
}

.v-blog-thumb > a > img {
  width: 100%;
  height: 160px;
  -o-object-fit: cover;
  object-fit: cover;
}

h3.v-blog-title {
  margin-bottom: 15px;
}

h3.v-blog-title > a {
  font-family: var(--second-font);
  line-height: 26px;
  font-size: 18px;
}

.v-blog-content > p {
  font-size: 16px;
  margin: 0;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.v-blog-item {
  position: relative;
  margin-bottom: 3rem;
}

.v-blog-item:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-filter: brightness(0.8);
  filter: brightness(0.8);
}

.v-blog-item:hover h3 > a {
  color: var(--primary-color);
}

/*END V POST ARCHIVE*/

/* Smartphones (portrait and landscape) ----------- */

@media (max-width: 767px) {
  .v-blog-thumb > a > img,
  .v-blog-list-3 a.link-thumb img {
    height: 220px !important;
  }

  h3.v-blog-title {
    margin: 15px 0;
  }
  .breadcrumb-style {
    display: none;
  }
}

/*------------------------ Error 404------------------------*/

#error {
  padding: 40px 0;

  text-align: center;
}

.error_title {
  color: #000;
}

.error_title p {
  color: #ed3d3f;

  font-size: 18px;

  margin: 0;

  padding-top: 20px;
}

.error_title img {
  padding-top: 50px;

  width: 100%;

  max-width: 200px;
}

.error_bottom {
  margin-top: 15px;
}

.error_bottom a {
  display: inline-block;

  padding: 10px 30px;

  color: #fff;

  background: #ed3d3f;

  border: 1px solid #fff;

  border-radius: 40px;

  text-decoration: none;
}

/*------------------------ END Error 404------------------------*/

/*WOOCOMMERCE*/

nav.woocommerce-breadcrumb {
  margin: 0 !important;

  padding: 10px 0 !important;

  font-size: 14px !important;
}

.woocommerce-breadcrumb a:first-child:before {
  content: "\f015" !important;

  font: normal normal normal 14px/1 FontAwesome;

  display: inline-block !important;

  margin-right: 3px;
}

.woocommerce-breadcrumb a,
.woocommerce-breadcrumb a::before {
  color: #007bff !important;
}

.quantity input {
  padding-left: 0;

  padding-right: 0;

  display: inline-block;

  vertical-align: top;

  margin: 0;

  float: left;

  border: 1px solid #ddd !important;

  border-radius: 0 !important;
}

.quantity input[type="number"] {
  -webkit-box-sizing: border-box;

  box-sizing: border-box;

  border: 1px solid #ddd;

  padding: 0 0.75em;

  height: 35px;

  font-size: 0.97em;

  border-radius: 0;

  max-width: 100%;

  width: 100%;

  vertical-align: middle;

  background-color: #fff;

  color: #333;

  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);

  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);

  -webkit-transition: color 0.3s, border 0.3s, background 0.3s, opacity 0.3s;

  -o-transition: color 0.3s, border 0.3s, background 0.3s, opacity 0.3s;

  transition: color 0.3s, border 0.3s, background 0.3s, opacity 0.3s;
}

.quantity input[type="number"]::-webkit-inner-spin-button,
.quantity input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;

  margin: 0;
}

.quantity input[type="button"] {
  overflow: hidden;

  position: relative;

  background-color: #f9f9f9;

  text-shadow: 1px 1px 1px #fff;

  color: #666;

  border: 1px solid #ddd;

  text-transform: none;

  font-weight: normal;

  padding-left: 0.5em;

  padding-right: 0.5em;

  height: 35px;

  line-height: 17px;
}

.minus {
  border-right: 0 !important;

  border-top-right-radius: 0 !important;

  border-bottom-right-radius: 0 !important;
}

.plus {
  border-left: 0 !important;

  border-top-left-radius: 0 !important;

  border-bottom-left-radius: 0 !important;
}

/*Archive Woocommerce*/

.woocommerce ul.products li.product .button {
  margin: 5px auto;

  background-color: transparent;

  border: 1.5px solid #000;

  border-radius: 0;

  font-weight: 400;

  padding: 8px 16px;

  color: #000;

  -webkit-transition: all 0.3s ease;

  -o-transition: all 0.3s ease;

  transition: all 0.3s ease;
}

.woocommerce ul.products li.product .button:hover {
  background-color: #000;

  color: #fff;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  text-align: center;

  margin-bottom: 2rem;
}

.woocommerce ul.products li.product a img {
  padding: 1rem;

  -webkit-transition: all 0.5s ease;

  -o-transition: all 0.5s ease;

  transition: all 0.5s ease;
}

.woocommerce ul.products li.product:hover img {
  -webkit-transform: translateY(-10px);

  -ms-transform: translateY(-10px);

  transform: translateY(-10px);
}

/*Gallery Single woocommerce*/

.twist-pgs .slick-list {
  border: 1px solid #3333;
}

.slider-nav .slick-slide {
  border: 1px solid #3333;

  margin-right: 5px;
}

.slider-nav.slick-slide img {
  -o-object-fit: scale-down;

  object-fit: scale-down;

  height: 90px;
}

.woocommerce div.product div.summary {
  margin-top: 0;
}

.woocommerce div.product .product_title {
  font-size: 32px;

  text-transform: capitalize;

  color: #000000;

  margin-bottom: 1rem;
}

.summary.entry-summary p.price span {
  color: var(--second-color);
  font-size: 20px;
  font-family: var(--third-font);
}

.summary.entry-summary p.price {
  border-bottom: 1px solid #71717133;
  padding-bottom: 15px;
  margin-bottom: 20px;
}

.summary.entry-summary .quantity .qty {
  width: 4.5em;
  text-align: center;
  border: 1px solid #000;
  border-radius: 0;
  height: 5.5rem;
}

.summary.entry-summary .quantity input[type="button"] {
  height: 5.5rem;
}

.woocommerce-product-details__short-description {
  margin-bottom: 30px;
  font-family: var(--third-font);
  color: #3333338c;
  font-size: 14px;
  line-height: 28px;
}

.woocommerce div.product form.cart .button {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  -webkit-appearance: none;
  outline: none !important;
  background-color: var(--primary-color);
  color: #fff;
  font-size: 14px;
  padding-top: 6px;
  padding-bottom: 8px;
  padding-left: 40px;
  padding-right: 12px;
  border-radius: 32px;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
  overflow: hidden;
  z-index: 1;
  margin-left: 15px;
}

.woocommerce div.product form.cart .button:before {
  position: absolute;
  content: "";
  background-color: var(--second-color);
  width: 100%;
  height: 0%;
  left: 50%;
  top: 50%;
  border-radius: 0px;
  -webkit-transform: translate(-50%, -50%) rotate(-30deg);
  -ms-transform: translate(-50%, -50%) rotate(-30deg);
  transform: translate(-50%, -50%) rotate(-30deg);
  z-index: -1;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.woocommerce div.product form.cart .button:hover:before {
  height: 380%;
}

.woocommerce div.product form.cart .button span {
  position: relative;
  display: inline-block;
  height: 40px;
  width: 40px;
  background-color: #fff;
  border-radius: 50%;
  color: #000;
  font-size: 15px;
  text-align: center;
  line-height: 40px;
  margin-left: 15px;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

.woocommerce div.product form.cart .button:hover span {
  background-color: var(--primary-color);
  color: #fff;
}

.woocommerce div.product form.cart {
  margin-bottom: 15px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::after,
.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
  display: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
  padding: 0;
  margin: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  padding: 12px 0;
  font-weight: 400;
  font-family: var(--second-font);
  text-transform: capitalize;
  font-size: 26px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
  padding-left: 0;
  margin-bottom: 30px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  z-index: auto;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
  background-color: transparent;

  border-radius: 0;

  -webkit-transition: all 0.3s;

  -o-transition: all 0.3s;

  transition: all 0.3s;

  border: none;

  margin-right: 30px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
  color: var(--primary-color);
  border-bottom: 4px solid var(--primary-color);
}

section.related.products {
  clear: both;
  margin-top: 5rem;
}

section.related.products > h2 {
  margin-bottom: 30px;
  padding: 12px 0;
  font-family: var(--second-font);
  text-transform: capitalize;
  font-size: 26px;
  border-bottom: 1px solid #3333;
}

section.related.products > h2 span {
  border-bottom: 4px solid var(--primary-color);
  padding-bottom: 10px;
  color: var(--primary-color);
}

/*Checkout*/

form.woocommerce-cart-form {
  width: 66%;
  float: left;
  border: 1px solid #3333;
}

.cart-collaterals {
  width: 30% !important;
  float: right;
  border: 1px solid #3333;
}

.woocommerce table.shop_table {
  border-radius: 0;
  border: none;
  margin-bottom: 0;
}

.cart_totals.calculated_shipping table.shop_table {
  padding: 20px;
}

.cart_totals.calculated_shipping > h2 {
  text-align: center;
  text-transform: uppercase;
  background: #eee;
  padding: 18px 0;
  font-size: 16px;
}

.woocommerce table.shop_table tr.cart_item td {
  line-height: 5;
}

.woocommerce table.shop_table thead tr th {
  line-height: 2.5;
  text-transform: uppercase;
  font-size: 14px;
}

table.shop_table .product-quantity input[type="number"] {
  width: 2em;
  padding: 0;
}

.woocommerce-cart table.cart .product-thumbnail {
  min-width: 70px;
}

.woocommerce-cart table.cart .product-thumbnail a img {
  width: 65px;
}

.woocommerce table.shop_table .product-subtotal span.amount,
.cart_totals.calculated_shipping table.shop_table .order-total span.amount {
  color: #d60000;
  font-family: var(--third-font);
}

.woocommerce table.shop_table tr td .coupon input {
  width: 140px !important;
  font-size: 14px;
}

.woocommerce table.shop_table tr td .coupon button {
  background: var(--primary-color);
  color: #fff;
  font-weight: normal;
  font-size: 14px;
  padding: 11px 30px;
  border: none;
  border-radius: 0;
  margin-left: 5px;
}

button#_update_cart {
  border-radius: 0;
  font-weight: 400;
  padding: 10px 40px;
  background: var(--primary-color);
  color: #fff;
}

button#place_order {
  background: var(--primary-color);
  border-radius: 0;
  font-weight: normal;
  text-transform: uppercase;
  display: block;
  width: 100%;
  padding: 15px 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

button#place_order:hover {
  background: var(--second-color);
}

h3#order_review_heading {
  text-transform: uppercase;
  text-align: center;
  font-size: 18px;
}

.woocommerce-billing-fields > h3 {
  text-transform: uppercase;
  margin-bottom: 15px;
}

.woocommerce-billing-fields__field-wrapper p label {
  font-size: 14px;
  display: inline-block;
}

.woocommerce-billing-fields__field-wrapper p span {
  margin-top: 5px;
}

table.shop_table.woocommerce-checkout-review-order-table tr.cart_item td {
  line-height: 3;
}

.cart_totals > h2 {
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
  background: #eee;
  padding: 17px 0;
}

.woocommerce-info {
  background: var(--primary-color);
  color: #fff;
  border-top-color: black;
}

.woocommerce-info::before {
  color: #fff;
}

form.checkout_coupon.woocommerce-form-coupon p.form-row-first input {
  height: 40px;
  padding-left: 15px;
  border: 1px solid #3333;
  border-radius: 0;
}

form.checkout_coupon.woocommerce-form-coupon p.form-row-last button {
  background: var(--primary-color);
  color: #fff;
  border-radius: 0;
  font-weight: normal;
  height: 40px;
  padding: 0 35px;
}

.woocommerce-info a {
  color: #ffa835;
  margin-left: 8px;
  font-style: italic;
}

.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  width: 100%;
  padding: 0;
}

form.checkout.woocommerce-checkout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

div#customer_details {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58%;
  flex: 0 0 58%;
}

div#order_review {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 37%;
  flex: 0 0 37%;
  border: 2px solid var(--primary-color);
  padding: 15px;
}

.woocommerce .checkout .order-wrapper {
  width: 48%;

  float: right;
}

table.shop_table.woocommerce-checkout-review-order-table {
  border: none;

  margin-bottom: 30px;

  border-radius: 0;
}

.woocommerce .checkout #customer_details .col1,
.woocommerce .checkout #customer_details .col2 {
  width: 100% !important;

  float: none !important;
}

.woocommerce form .form-row-wide,
.woocommerce-page form .form-row-wide {
  clear: none;
}

#content .woocommerce-additional-fields h3 {
  display: none !important;
}

.woocommerce-order section {
  width: 100%;
}

.woocommerce .checkout .form-row {
  padding: 0 !important;

  margin: 0 0 20px !important;
}

.woocommerce .checkout label {
  display: inline-block !important;

  min-width: 180px !important;

  color: #484747 !important;

  font-weight: normal !important;

  margin: 0 !important;
}

.woocommerce .checkout input.input-text {
  width: 100% !important;

  margin: 0 !important;

  height: 38px !important;

  padding: 0 10px !important;

  border: 1px solid #e1e1e1 !important;

  border-radius: 0 !important;

  font-family: "Roboto", sans-serif !important;
}

.woocommerce .checkout textarea {
  border: 1px solid #e1e1e1 !important;

  border-radius: 0 !important;

  font-family: "Roboto", sans-serif !important;

  height: 120px !important;

  line-height: inherit !important;

  display: inline-block !important;

  -webkit-box-shadow: none !important;

  box-shadow: none !important;

  width: 100% !important;

  padding: 10px !important;
}

.woocommerce .checkout #payment_heading,
.woocommerce-additional-fields > h3 {
  background: #424242;

  color: #fff;

  font-family: "Roboto", sans-serif !important;

  font-size: 16px;

  display: block !important;

  text-align: left !important;

  padding: 12px 15px !important;

  font-weight: lighter !important;

  border-bottom: 1px solid #e1e1e1 !important;

  margin: 0;
}

.woocommerce .checkout ul.payment_methods {
  text-align: left !important;
  border: none !important;
  margin: 0 !important;
  list-style: none outside !important;
  padding: 0 !important;
}

.woocommerce .checkout ul.payment_methods li {
  margin: 0 0 15px 0 !important;

  font-weight: normal !important;

  list-style: none !important;
}

.woocommerce .checkout ul.payment_methods li input {
  margin-right: 15px !important;
  position: relative;
  top: 1px;
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
  background: none !important;
}

.woocommerce .checkout .form-row.place-order {
  margin: 20px 0 !important;

  text-align: center !important;
}

.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
  float: right;

  width: 100%;
}

p#billing_email_field {
  width: 48%;

  float: right;
}

p#billing_phone_field {
  width: 48%;

  float: left;
}

div#order_review tr.cart-subtotal,
.woocommerce-terms-and-conditions-wrapper {
  display: none;
}

@media (max-width: 768px) {
  .woocommerce .checkout #customer_details,
  .woocommerce .checkout .order-wrapper {
    width: 100%;
  }
}

@media (min-width: 769px) {
  section.woocommerce-customer-details {
    float: right;
  }
}

.woocommerce-billing-fields span.woocommerce-input-wrapper {
  width: 100%;
}

h3#payment_heading {
  margin-top: 10px !important;
}

#order_comments_field span.woocommerce-input-wrapper {
  width: 100%;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
  display: block;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 400;
  max-width: 90%;
  margin: 0 auto;
  border-radius: 0;
  background: var(--primary-color);
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover {
  background: var(--second-color);
}

.woocommerce-cart .wc-proceed-to-checkout {
  text-align: center;
}

table.shop_table.shop_table_responsive.cart thead {
  background: #eeeeee;
}

.woocommerce table.shop_table th {
  font-weight: 400;
  font-family: var(--second-font);
}

/*Order*/

ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {
  text-align: center;
  padding: 25px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-left: 0;
}

ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details
  li {
  margin-bottom: 10px;
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  line-height: 35px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  border-right: 1px dashed #3333;
}

ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details
  li:last-child {
  border: none;
}

h2.woocommerce-column__title {
  background-color: #000;

  color: #fff;

  font-size: 22px;

  text-transform: uppercase;

  padding: 8px;

  text-align: center;
}

section.woocommerce-order-details {
  border: 1px solid #3333;
  border-radius: 0;
}

.woocommerce table.shop_table tfoot td {
  font-weight: normal;
}

h2.woocommerce-order-details__title {
  text-align: center;
  text-transform: uppercase;
  background: #eee;
  padding: 18px 0;
  font-size: 18px;
}

table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details {
  padding: 15px 20px;
}

table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details
  span.amount {
  color: #e40000;
  font-family: var(--third-font);
}

section.woocommerce-customer-details {
  display: none;
}

.woocommerce-order p:nth-of-type(2) {
  display: none;
}

.order-details-back-btn {
  clear: both;
  text-align: center;
}

.order-details-back-btn > a {
  background: var(--primary-color);
  color: #fff;
  padding: 12px 30px;
  display: inline-block;
  margin-top: 15px;
}

.order-details-back-btn > a > svg {
  margin-left: 5px;
}

.order-details-back-btn > a:hover {
  background: var(--second-color);
}

#cart-page .cart_totals {
  width: 100%;
}

#cart-page thead th {
  font-size: 14px;

  text-transform: uppercase;

  color: #000;

  opacity: 0.7;
}

.title-woocommerce {
  font-size: 20px;

  text-transform: uppercase;

  color: #000;

  opacity: 0.7;
}

#cart-page td.product-remove {
  padding: 0;

  text-align: center;
}

#cart-page td.product-remove a {
  margin-right: 0;

  display: inline-block;
}

#cart-page .product-thumbnail {
  max-width: 70px;

  padding: 10px 0;
}

#cart-page .product-thumbnail img {
  max-width: 90px;

  height: auto;

  width: 100%;
}

#cart-page .coupon label {
  width: 100%;

  color: #f26531;

  border-bottom: 2px solid #ebebeb;

  margin-bottom: 15px;

  padding-bottom: 7px;
}

#cart-page .coupon label svg {
  -webkit-transform: rotate(90deg);

  -ms-transform: rotate(90deg);

  transform: rotate(90deg);
}

#cart-page .coupon input {
  width: 100%;

  height: 40px;

  padding: 0 8px;

  margin: 0 0 10px;

  border: 1px solid rgba(0, 0, 0, 0.1) !important;

  border-radius: 5px;
}

#cart-page .coupon button {
  width: 100%;

  margin-top: 10px;

  padding: 14px 0;

  background: #f26531;

  color: #fff;

  font-size: 18px;
}

#cart-page .actions button {
  font-size: 14px;
}

#cart-page .wc-proceed-to-checkout a {
  padding: 14px 0;

  text-transform: uppercase;

  background: #1abc9c;
}

#cart-empty {
  text-align: center;
}

#checkout-page .shop_table td:last-child,
#checkout-page .shop_table th:last-child,
.del-tksyou td:last-child,
.del-tksyou th:last-child {
  text-align: right;
}

#checkout-page .class-form input,
#checkout-page .class-form .select2-selection,
#checkout-page textarea {
  width: 100%;

  height: 35px;

  border: 1px solid rgba(0, 0, 0, 0.1) !important;

  border-radius: 5px;

  padding: 0 8px;
}

#checkout-page .class-form textarea {
  height: 120px;

  padding: 8px;
}

#checkout-page
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  line-height: 35px !important;
}

.woocommerce #respond input#submit.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce #respond input#submit.alt,
.woocommerce input.button.alt,
.woocommerce .checkout #payment_heading,
.woocommerce-additional-fields > h3,
h2.woocommerce-column__title {
  background: var(--primary-color);

  color: #fff !important;

  text-transform: uppercase;
}

h1.entry-title {
  margin-bottom: 45px;
}

#add_payment_method #payment ul.payment_methods li input,
.woocommerce-cart #payment ul.payment_methods li input,
.woocommerce-checkout #payment ul.payment_methods li input {
  margin: 7px 5px 0 0;

  float: left;
}

.woocommerce ul.order_details li {
  float: none;

  border: none;

  font-size: 14px;

  text-transform: initial;

  margin: 0;

  width: 100%;

  padding: 0;

  position: relative;

  padding-left: 24px;
}

p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
  border: 2px dashed var(--primary-color);
  text-align: center;
  padding: 30px 0;
  font-size: 20px;
  color: var(--primary-color);
}

.woocommerce ul.order_details li strong {
  display: inline-block;

  font-size: 14px;
}

section.woocommerce-order-details {
  float: left;
}

.class-tksyou {
  background: #eee;

  padding: 15px;

  -webkit-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.2),
    0 1px 0 rgba(0, 0, 0, 0.07), inset 0 0 0 1px rgba(0, 0, 0, 0.05);

  box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.2), 0 1px 0 rgba(0, 0, 0, 0.07),
    inset 0 0 0 1px rgba(0, 0, 0, 0.05);

  margin-top: 39px;
}

.class-tksyou > p {
  font-size: 18px;
}

.button-mh {
  text-align: center;
}

.button-mh a {
  display: inline-block;

  padding: 7px 25px;

  background: #1abc9c;

  color: #ffffff;

  text-decoration: none;
}

.class-product li {
  text-align: center;
}

.v-cart-item-price .price {
  color: var(--primary-color);
}

.price del {
  color: #888 !important;

  margin-right: 10px;
}

.price ins {
  color: red !important;

  text-decoration: none;
}

.woocommerce .quantity .qty {
  height: 35px;

  border-radius: 5px;

  border: 1px solid #ebebeb;
}

.woocommerce-notices-wrapper {
  display: none;
}

p.return-to-shop {
  text-align: center;
}

.woocommerce a.remove {
  width: 30px;

  height: 22px;

  position: relative;

  -webkit-transition: opacity 200ms;

  -o-transition: opacity 200ms;

  transition: opacity 200ms;

  vertical-align: top;

  display: block;

  -webkit-appearance: none;

  background: none;

  border: none;

  cursor: pointer;

  outline: none;

  padding: 0;

  text-indent: -9999px;
}

.woocommerce a.remove:before,
.woocommerce a.remove:after {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAQCAQAAACMnYaxAAAAXUlEQVR4XsWQQQrAQAgD84Pti/JSoaftN1MCdgXxXgYvGfUQyABE4DEIUJmeuKgVlJI5em0RGTesFXXZuLwCzvL2pYbHmfCTNSXxpyyajLGClFy7K1dgaaho7YYovIpO3rju6hYFAAAAAElFTkSuQmCC)
    0 0 no-repeat;

  left: 8px;

  position: absolute;

  right: 8px;

  top: 2px;

  display: inline-block;

  content: "";
}

.woocommerce a.remove:before {
  height: 6px;

  -ms-transform-origin: -7% 100%;

  transform-origin: -7% 100%;

  -moz-transform-origin: -7% 100%;

  -webkit-transform-origin: -7% 100%;

  -webkit-transition: -webkit-transform 150ms;

  transition: -webkit-transform 150ms;

  -o-transition: transform 150ms;

  transition: transform 150ms;

  transition: transform 150ms, -webkit-transform 150ms;

  -moz-transition: transform 150ms;

  -webkit-transition: transform 150ms;

  width: 14px;
}

.woocommerce a.remove:after {
  background-position: -1px -4px;

  height: 12px;

  margin-left: 1px;

  margin-right: 2px;

  margin-top: 4px;

  width: 11px;
}

.woocommerce a.remove:hover:before {
  -ms-transform: rotate(-45deg);

  transform: rotate(-45deg);

  -moz-transform: rotate(-45deg);

  -webkit-transform: rotate(-45deg);

  -webkit-transition: -webkit-transform 250ms;

  transition: -webkit-transform 250ms;

  -o-transition: transform 250ms;

  transition: transform 250ms;

  transition: transform 250ms, -webkit-transform 250ms;

  -moz-transition: transform 250ms;

  -webkit-transition: transform 250ms;
}

.woocommerce a.remove:hover {
  background: transparent;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;

  margin: 0;
}

input:focus,
button:focus {
  outline: none;
}

.content-single-product-bg {
  display: inline-table;

  width: 100%;

  background: #ebebeb;

  padding: 30px;

  margin-bottom: 15px;
}

.panel {
  background: none;

  -webkit-box-shadow: none;

  box-shadow: none;

  border: none;
}

ol.flex-control-nav.flex-control-thumbs {
  margin-top: 15px !important;
}

.woocommerce-product-gallery__image.flex-active-slide {
  height: 326px;

  overflow: hidden;
}

input#submit {
  background: #1abc9c !important;

  color: #fff !important;

  padding: 10px 25px !important;
}

.flex-control-nav.flex-control-thumbs li {
  margin-right: 10px !important;

  width: 18.45% !important;
}

.flex-control-nav.flex-control-thumbs li img {
  border: 1px solid #fff;

  padding: 8px;
}

.flex-control-nav.flex-control-thumbs li img.flex-active {
  border: 1px solid #1abc9c;

  padding: 8px;
}

a.added_to_cart.wc-forward {
  display: none;
}

.woocommerce
  div.product
  .woocommerce-product-gallery--columns-4
  .flex-control-thumbs
  li:nth-child(5) {
  clear: initial;

  margin-right: 0 !important;
}

p#billing_country_field {
  display: none;
}

li#woocommerce_product_categories-2 {
  list-style: none;
}

.woocommerce table.shop_table td {
  padding: 9px 5px;
}

/*CART*/
.v-header-cart-body {
  border-radius: 3px;
  right: 15px;
  top: 40px;
  display: none;
  position: absolute;
  background: #fff;
  padding: 0;
  text-align: left;
  -webkit-box-shadow: 0 0 15px -5px rgb(0 0 0 / 40%);
  box-shadow: 0 0 15px -5px rgb(0 0 0 / 40%);
  z-index: 10000;
  padding: 15px;
  min-width: 320px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.v-header-main-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.v-header-cart {
  /*width: 60px;*/
}

.v-header-cart .v-header-cart-icon img {
  height: 35px;
  -o-object-fit: contain;
  object-fit: contain;
}

.v-header-cart .v-header-cart-icon {
  position: relative;
  width: 40px;
  height: 40px;
  cursor: pointer;
  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: var(--primary-color);
  color: #fff;
  border-radius: 50%;
}

.v-header-cart .v-header-cart-icon svg {
  font-size: 2.1rem;
}

.v-header-cart .v-header-cart-icon span.v-header-cart-count {
  position: absolute;
  top: -5px;
  left: 20px;
  font-size: 12px;
  background: var(--fourth-color);
  color: #fff;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  line-height: 16px;
  text-align: center;
  background-color: #d20000;
  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;
  z-index: 999;
}

.v-header-cart:hover .v-header-cart-body {
  display: block;
}

.v-header-cart-body ul.v-cart-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.v-header-cart-body ul#cart-sidebar .no-item p {
  font-size: 14px;
}

li.v-cart-item {
  position: relative;
  overflow: hidden;
  padding: 20px 0px;
  border-bottom: 1px solid #e9edf5;
}

li.v-cart-item .v-cart-item-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

li.v-cart-item .v-cart-item-inner a.v-cart-image {
  width: 20%;
  margin-right: 15px;
}

li.v-cart-item .v-cart-item-inner .v-cart-details {
  width: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: start;
  align-content: start;
}

li.v-cart-item .v-cart-item-inner .v-cart-details .v-cart-name {
  width: 80%;
}

li.v-cart-item .v-cart-item-inner .v-cart-details .v-cart-change {
  width: 20%;
}

li.v-cart-item .v-cart-item-inner .v-cart-details .v-cart-name a {
  font-family: var(--third-font);
  font-size: 13px;
  color: #000;
}

a.v-btn-cart {
  position: relative;
  display: inline-block;
  text-align: center;
  width: 100%;
  height: 40px;
  font-family: var(--second-font);
  font-weight: normal;
  font-size: 14px;
  line-height: 40px;
  border-radius: 3px;
  margin-bottom: 15px;
  background: var(--primary-color);
  color: #ffffff;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

a.v-btn-cart:hover {
  background: var(--second-color);
}

.v-cart-total-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: var(--primary-color);
  font-size: 15px;
  font-family: var(--second-font);
  padding: 25px 0px 15px 0;
}

.v-cart-total-price span {
  color: var(--primary-color);
  font-size: 16px;
}
.v-header-cart-notification {
  position: fixed;
  right: 0;
  top: 31%;
  background-color: var(--primary-color);
  color: #fff;
  padding: 12px 15px;
  -webkit-box-shadow: 2px 2px 6px #3333;
  box-shadow: 2px 2px 6px #3333;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  opacity: 0;
  z-index: 9999999;
}

.v-header-cart-notification p {
  font-family: var(--primary-font);
  font-size: 14px;
  color: #fff;
  margin-bottom: 0;
}

.v-header-cart-notification.show {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}

.v-header-cart-notification p i {
  margin-right: 10px;
}

.v-header-cart-item {
  display: block !important;
}

.v-header-cart-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: var(--fourth-font);
  font-size: 15px;
  color: var(--primary-color);
  line-height: 18px;
}

.v-header-cart-item a i {
  font-size: 27px;
  margin: 0 5px;
  color: #495057;
  padding: 0 10px;
}

/* iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  table.shop_table.shop_table_responsive.cart td.product-quantity {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width: 300px) and (max-device-width: 767px) {
  table.shop_table.shop_table_responsive.cart td.product-quantity {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
