/*!
Theme Name: Custom theme
Author: NamHuy
Author URI: ....
Description: A custom website theme for Vietnamese Brands.
Version: 0.0.1
License: GNU General Public License v2 or later
License URI: MIT
Text Domain: ...
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/


/* reset
--------------------------------------------- */

@import url("https://fonts.googleapis.com/css2?family=Luxurious+Roman&display=swap");
:root {
  --color-blue: #565fa3;
  --color-red: #f86f53;
  --color-yellow: #f78027;
  --color-gray: #222;
  --font-title: 'Luxurious Roman', cursive;
  --font-text: 'SF Pro Display', sans-serif;
  --background-rgba: linear-gradient(90.07deg, #ffda87 -0.48%, #ffc44c 100.22%);
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after {
  content: '';
  content: none;
}

q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body,
html {
  font-size: 14px;
  font-family: var(--font-text);
}

a {
  text-decoration: none !important;
}

img,
a {
  -webkit-transition: all .3s;
  transition: all .3s;
}

p {
  font-size: 14px;
  line-height: 20px;
}

button,
img,
input,
select {
  outline: none !important;
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

.clear {
  clear: both;
  background-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(rgba(255, 255, 255, 0.5)), to(transparent));
  background-image: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.5), transparent);
}

@media screen and (device-aspect-ratio: 2 / 3) {
  select,
  textarea,
  input[type="text"],
  input[type="password"],
  input[type="datetime"],
  input[type="datetime-local"],
  input[type="date"],
  input[type="month"],
  input[type="time"],
  input[type="week"],
  input[type="number"],
  input[type="email"],
  input[type="url"] {
    font-size: 16px;
  }
}


/* Fix Input Zoom on iPhone 5, 5C, 5S, iPod Touch 5g */

@media screen and (device-aspect-ratio: 40 / 71) {
  select,
  textarea,
  input[type="text"],
  input[type="password"],
  input[type="datetime"],
  input[type="datetime-local"],
  input[type="date"],
  input[type="month"],
  input[type="time"],
  input[type="week"],
  input[type="number"],
  input[type="email"],
  input[type="url"] {
    font-size: 16px;
  }
}


/* Fix Input Zoom on iPhone 6, iPhone 6s, iPhone 7  */

@media screen and (device-aspect-ratio: 375 / 667) {
  select,
  textarea,
  input[type="text"],
  input[type="password"],
  input[type="datetime"],
  input[type="datetime-local"],
  input[type="date"],
  input[type="month"],
  input[type="time"],
  input[type="week"],
  input[type="number"],
  input[type="email"],
  input[type="tel"],
  input[type="url"] {
    font-size: 16px;
  }
}


/* Fix Input Zoom on iPhone 6 Plus, iPhone 6s Plus, iPhone 7 Plus, iPhone 8, iPhone X, XS, XS Max  */

@media screen and (device-aspect-ratio: 9 / 16) {
  select,
  textarea,
  input[type="text"],
  input[type="password"],
  input[type="datetime"],
  input[type="datetime-local"],
  input[type="date"],
  input[type="month"],
  input[type="time"],
  input[type="week"],
  input[type="number"],
  input[type="email"],
  input[type="tel"],
  input[type="url"] {
    font-size: 16px;
  }
}

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


/* Navigation
--------------------------------------------- */

.pages,
.page-numbers {
  text-align: center;
  margin-top: 0 !important;
}

.pages ul,
.page-numbers ul {
  border: 0 !important;
}

.pages ul li,
.page-numbers ul li {
  display: inline-block;
  margin: 0px 2.5px !important;
  border: 0 !important;
}

.pages ul li a,
.page-numbers ul li a {
  display: block;
  font-size: 14px;
  text-align: center;
  padding: 7px 15px;
  border: 1px solid #ddd;
  color: #465363;
}

.pages ul li a:hover,
.page-numbers ul li a:hover {
  border: 1px solid var(--color-yellow);
  background-color: var(--color-yellow);
  color: white;
}

.pages ul li span,
.page-numbers ul li span {
  display: block !important;
  background: var(--color-yellow) !important;
  color: #fff !important;
  padding: 7px 15px !important;
  border: 1px solid var(--color-yellow) !important;
}

.pages ul li a,
.page-numbers ul li a {
  background: none !important;
  padding: 7px 15px !important;
}

.pages ul .active a,
.page-numbers ul .active a {
  border: 1px solid var(--color-yellow);
  background: var(--color-yellow) !important;
  color: white;
}

.list-content-products .woocommerce-pagination ul {
  margin-top: 20px;
  text-align: center;
  border: 0 !important;
}

.list-content-products .woocommerce-pagination ul li {
  display: inline-block;
  padding: 0px 2.5px !important;
  border: 0 !important;
}

.list-content-products .woocommerce-pagination ul li a,
.list-content-products .woocommerce-pagination ul li span {
  display: block !important;
  font-size: 14px !important;
  text-align: center !important;
  padding: 7px 15px !important;
  border: 1px solid #ddd !important;
  color: #465363 !important;
}

.list-content-products .woocommerce-pagination ul li a:hover,
.list-content-products .woocommerce-pagination ul li span:hover {
  border: 1px solid var(--color-yellow) !important;
  background-color: var(--color-yellow) !important;
  color: white !important;
}

.list-content-products .woocommerce-pagination ul li .current {
  border: 1px solid var(--color-yellow) !important;
  background-color: var(--color-yellow) !important;
  color: white !important;
}

.list-content-products .woocommerce-pagination ul .active a {
  border: 1px solid var(--color-yellow) !important;
  background-color: var(--color-yellow) !important;
  color: white !important;
}


/* general
--------------------------------------------- */

.breadcrumbs,
.breadcrumb {
  background: #F1F0F1;
  padding: 15px 0px;
  margin: 0;
}

.breadcrumbs p,
.breadcrumb p {
  margin: 0;
  font-size: 15px;
  color: #a7a9ac;
}

.breadcrumbs p a,
.breadcrumb p a {
  padding-right: 5px;
  color: #a7a9ac;
}

.breadcrumbs p a:hover,
.breadcrumb p a:hover {
  color: var(--color-yellow);
}

.breadcrumbs p .separator,
.breadcrumb p .separator {
  padding-right: 5px;
}

.breadcrumbs p .last,
.breadcrumb p .last {
  color: var(--color-yellow);
}

.breadcrumbs .woocommerce-breadcrumb,
.breadcrumb .woocommerce-breadcrumb {
  margin: 0;
  text-transform: uppercase;
  font-size: 14px;
  color: var(--color-yellow);
  font-weight: bold;
}

.breadcrumbs .woocommerce-breadcrumb a,
.breadcrumb .woocommerce-breadcrumb a {
  font-weight: 400;
}

.page-banner {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  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;
  margin-top: -265px;
  
}
.page-banner img{
  height: 600px;
}
.page-banner .title {
  font-size: 30px;
  font-weight: bold;
  color: #333;
  text-transform: uppercase;
  display: none;
}

.site-main {
  padding: 30px 0px;
}

.site-main .page-header {
  margin-bottom: 20px;
}

.site-main .page-header .page-title {
  font-size: 20px;
  font-weight: bold;
  color: #333;
}

.site-main .page-header .page-title span {
  color: var(--color-blue);
}

.btn-custom {
  height: 40px;
  line-height: 40px;
  background: var(--color-blue);
  min-width: 115px;
  padding: 0px 10px;
  font-size: 15px;
  color: #fff;
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
  border: 1px solid var(--color-blue);
}

.btn-custom:hover {
  background: #fff;
  color: var(--color-blue);
}

.title-main {
  text-align: center;
  margin-bottom: 30px;
  text-align: center;
}

.title-main .heading {
  font-size: 25px;
  font-weight: bold;
  color: #333;
}

.mb-30 {
  margin-bottom: 30px;
}

.scroll-top {
  display: none;
}

.active-scroll {
  display: block;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999999999999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.active-scroll a {
  display: block;
  width: 35px;
  height: 35px;
  font-size: 20px;
  color: #fff;
  background: var(--background-rgba);
  text-align: center;
  line-height: 35px;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: 10px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.active-scroll a i {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.active-scroll a img {
  width: 30px;
}

.active-scroll a svg {
  width: 20px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.hc-offcanvas-nav {
  z-index: 9999999;
}

.hc-offcanvas-nav .nav-container,
.hc-offcanvas-nav .nav-wrapper,
.hc-offcanvas-nav ul {
  background: #b14300;
}

.hc-offcanvas-nav li.nav-close a,
.hc-offcanvas-nav li.nav-back a {
  background: #b14300;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  text-transform: uppercase;
  font-weight: bold;
}

.hc-offcanvas-nav a {
  border-bottom: 1px solid #fff;
  font-size: 16px;
  text-transform: uppercase;
}

.hc-offcanvas-nav h2 {
  font-weight: bold;
  color: #fff;
  font-size: 15px;
}

.hc-offcanvas-nav li.nav-close span::before,
.hc-offcanvas-nav li.nav-close span::after {
  border-left: 0;
  width: 25px;
  height: 15px;
}

.hc-offcanvas-nav li.nav-close span::before {
  margin-left: -10px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  margin-top: -13px;
}

.hc-offcanvas-nav li.nav-close span::after {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  margin-top: -13px;
  margin-left: -1px;
}

.nav-close a {
  padding: 25px 15px;
}

.hc-offcanvas-nav h2 {
  text-transform: uppercase;
}

.full-search {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(2, 2, 2, 0.8);
  left: 0;
  top: 0;
  z-index: 999999999;
  display: none;
}

.full-search .input-search {
  width: 70%;
  margin: 20% auto;
  border-bottom: 1px solid #ffff;
}

.full-search .input-search input {
  width: 100%;
  outline: none;
  background: none;
  width: calc(100% - 110px);
  font-size: 15px;
  font-weight: 400;
  text-transform: capitalize;
  border-top: 0px;
  border-left: 0;
  border-right: 0;
  padding: 20px 20px;
  border: 0;
}

.full-search .input-search input:focus {
  color: #fff;
}

.full-search .input-search input::-webkit-input-placeholder {
  color: #fff;
}

.full-search .input-search input:-ms-input-placeholder {
  color: #fff;
}

.full-search .input-search input::-ms-input-placeholder {
  color: #fff;
}

.full-search .input-search input::placeholder {
  color: #fff;
}

.full-search .input-search button {
  width: 100px;
  color: #fff;
  font-size: 20px;
  background: none;
  outline: none;
  cursor: pointer;
  border-top: 0px;
  border-left: 0;
  border-right: 0;
  padding: 20.6px 20px;
  border: 0;
}

.full-search .times-search {
  position: absolute;
  top: 50px;
  right: 50px;
}

.full-search .times-search a {
  color: #fff;
  font-size: 30px;
}

.page-defure {
  overflow: hidden;
}


/* Posts and pages
--------------------------------------------- */

.the_content {
  text-align: justify;
  font-size: 16px;
  line-height: 1.5;
  color: #000;
  font-family: var(--font-content);
}

.the_content h2,
.the_content h3,
.the_content h4 {
  font-weight: bold;
  color: #000;
  margin-bottom: 1rem;
  font-size: 20px;
}

.the_content h2 {
  line-height: 1.5;
}

.the_content h1 {
  font-weight: bold;
  color: #000;
  margin-bottom: 1rem;
}

.the_content p {
  color: #000;
  line-height: 1.5;
  margin-bottom: 1rem;
  font-size: 16px;
}

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

.the_content p a {
  color: var(--color-blue);
}

.the_content ul {
  list-style: disc;
  padding-left: 18px;
  padding-bottom: 5px;
}

.the_content ul li {
  color: #000;
  line-height: 1.5;
  margin-bottom: 10px;
  font-size: 16px;
}

.the_content ul li a {
  color: #ff5912;
}

.the_content ol {
  list-style: decimal;
  padding-left: 18px;
  padding-bottom: 5px;
}

.the_content ol li {
  color: #000;
  line-height: 1.5;
  margin-bottom: 10px;
  font-size: 16px;
}

.the_content ol li a {
  color: #ff5912;
}

.the_content blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  border-left: 5px solid #eb2b2d;
}

.the_content blockquote p {
  margin: 0 !important;
}

.the_content code {
  background: rgba(0, 0, 0, 0.05);
  border-radius: 3px;
  font-size: .85rem;
  color: #e83e8c;
  font-size: 16px;
  line-height: 1.5;
}

.the_content table>tbody>tr>td,
.the_content table>tbody>tr>th,
.the_content table>tfoot>tr>td,
.the_content table>tfoot>tr>th,
.the_content table>thead>tr>td,
.the_content table>thead>tr>th {
  border: 1px solid #ddd;
  padding: 7px 10px;
  font-size: 16px;
  line-height: 1.5;
}

.the_content iframe {
  margin: auto;
}

.the_content .syntaxhighlighter {
  padding: 10px 0;
}

.the_content img {
  max-width: 100%;
}


/* Header
--------------------------------------------- */


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

.header {
  position: relative;
  z-index: 2;
}

.header .tb {
  position: absolute;
  top: 10px;
  left: 55px;
}

.header .tb img {
  max-width: 190px;
}

.header-content {
  text-align: center;
  position: relative;
}

.header-content .logo {
  padding: 30px 0px;
}

.header-content .logo img {
  max-width: 200px;
}

.header-content .menu {
  position: absolute;
  top: 50%;
  right: 10%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.header-content .menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-content .menu ul li {
  margin: 0px 5px;
}

.header-content .menu ul li:first-child a {
  background-position: 0px -402px;
}

.header-content .menu ul li a {
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 0px 10px;
  min-width: 100px;
  height: 45px;
  font-size: 14px;
  text-align: center;
  background: #ffda87;
  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;
  border-radius: 5px;
  font-weight: bold;
  color: #333;
}

.header-content .menu ul li a:hover {
  -webkit-filter: brightness(1.2);
  filter: brightness(1.2);
}

.hader-mobile {
  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;
  width: 100%;
  background: #331409;
  height: 90px;
  position: relative;
  display: none;
}

.hader-mobile .logo {
  display: block;
  padding-top: 15px;
}

.hader-mobile .logo img {
  max-width: 100px;
}

.hader-mobile .mb-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.hader-mobile .mb-1 .tg-np {
  padding-left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.hader-mobile .mb-1 .tg-np a {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  min-width: 100px;
  height: 40px;
  line-height: 40px;
  background: #b14300;
  border: 1px solid #e4d1aa;
  display: block;
  font-size: 16px;
  color: #e4d1aa;
  font-weight: bold;
  text-align: center;
  border-radius: 5px;
}

.hader-mobile .mb-1 .tg-np a:first-child {
  margin-right: 5px;
}

.hader-mobile .mb-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 15px;
}

.hader-mobile .mb-2 .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 20px;
}

.hader-mobile .mb-2 .menu a {
  display: block;
  width: 40px;
  height: 40px;
  background: #b14300;
  border: 1px solid #e4d1aa;
  text-align: center;
  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;
  color: #e4d1aa;
}

.hader-mobile .mb-2 .menu a svg {
  width: 15px;
}

.hader-mobile .mb-2 .menu a:first-child {
  margin-right: 5px;
}

.hader-mobile .mb-2 .icon-menu {
  color: #e4d1aa;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.hader-mobile .mb-2 .icon-menu svg {
  width: 30px;
}

.site-banner {
  margin-top: -259px;
  position: relative;
  overflow: hidden;
}
.site-banner .items img{
  height: 700px;
}

.site-banner .slick-prev,
.site-banner .slick-next {
  display: none;
}

.btns-cta {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.btns-cta .head-napthe {
  background-image: url(../images/_sprites-f12.png);
  background-position: 0px -135px;
  width: 158px;
  height: 158px;
  margin-right: 5px;
}

.btns-cta .trailer {
  margin: 0px 5px;
}

.btns-cta .download-mobile {
  margin-left: 5px;
}

.btns-cta .download-mobile a {
  background-image: url(../images/_sprites-f12.png);
  background-position: -278px -339px;
  width: 139px;
  height: 42px;
  display: block;
}

.btns-cta .download-mobile a:nth-child(2) {
  background-position: 0px -339px;
}

.btns-cta .download-mobile a:nth-child(3) {
  background-position: -139px -339px;
}

.btns-cta a:hover {
  -webkit-filter: brightness(1.2);
  filter: brightness(1.2);
}

.site-video-news {
  position: relative;
}

.site-video-news .heading {
  font-size: 40px;
  font-weight: bold;
  color: red;
  text-align: center;
  position: absolute;
  top: 0;
  width: 100%;
  padding-top: 80px;
  background: -webkit-linear-gradient(45deg, #d73e38, #fbe7ac 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: var(--font-title);
}

.site-video-news .btns-f2-cta {
  position: absolute;
  top: 23%;
  left: 19%;
  z-index: 3;
}

.site-video-news .btns-f2-cta a {
  background-image: url(../images/_sprites-f2.png);
  background-position: 0px 0px;
  width: 142px;
  height: 343px;
  display: block;
}

.site-video-news .btns-f2-cta a:nth-child(2) {
  background-position: -142px 0px;
  width: 123px;
  height: 308px;
  margin-left: -40px;
  margin-top: -70px;
}

.site-video-news .btns-f2-cta a:hover {
  -webkit-filter: brightness(1.2);
  filter: brightness(1.2);
}

.site-video-news .f2-video {
  position: absolute;
  left: 50.3%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 26.2%;
  z-index: 2;
}

.site-video-news .f2-video img {
  height: 36.6rem;
}

.site-video-news .f2-video a {
  display: block;
  position: relative;
}

.site-video-news .f2-video a:hover {
  -webkit-filter: brightness(1.1);
  filter: brightness(1.1);
}

.site-video-news .f2-video a .play {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-image: url(../images/_sprites-f2.png);
  background-position: -265px 0px;
  width: 142px;
  height: 133px;
}

.hidden {
  display: none;
}

.site-album {
  position: relative;
}

.site-album .heading {
  font-size: 40px;
  font-weight: bold;
  color: red;
  text-align: center;
  position: absolute;
  top: 0;
  width: 100%;
  padding-top: 40px;
  background: -webkit-linear-gradient(45deg, #d73e38, #fbe7ac 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: var(--font-title);
}

.site-album .gallery-1 {
  position: absolute;
  left: 25%;
  top: 23%;
  -webkit-transform: rotate(-5deg);
  transform: rotate(-5deg);
  width: 25%;
}

.site-album .gallery-1 a {
  display: block;
}

.site-album .gallery-1 a img {
  width: 100%;
}

.site-album .gallery-1 a span {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-image: url(../images/_sprites-f3.png);
  background-position: 0px -102px;
  width: 88px;
  height: 83px;
}

.site-album .gallery-2 {
  position: absolute;
  left: 25%;
  top: 55%;
  -webkit-transform: rotate(5deg);
  transform: rotate(5deg);
  width: 40%;
}

.site-album .gallery-2 a {
  display: block;
}

.site-album .gallery-2 a img {
  width: 100%;
}

.site-album .gallery-2 a span {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-image: url(../images/_sprites-f3.png);
  background-position: 0px -102px;
  width: 88px;
  height: 83px;
}

.site-album .gallery-2 a:hover {
  -webkit-filter: brightness(1.1);
  filter: brightness(1.1);
}

.site-album .gallery-3 {
  position: absolute;
  top: 24%;
  left: 59%;
  width: 17%;
}

.site-album .gallery-3 a {
  display: block;
}

.site-album .gallery-3 a img {
  width: 100%;
}

.site-album .gallery-3 a span {
  position: absolute;
  left: 50%;
  bottom: -5%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-image: url(../images/_sprites-f3.png);
  background-position: 0px 0px;
  width: 323px;
  height: 102px;
  display: block;
}

.site-album .gallery-3 a:hover {
  -webkit-filter: brightness(1.1);
  filter: brightness(1.1);
}

.footer {
  background: url(../images/f-footer.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 30px 0px;
}

.footer .content p {
  font-size: 16px;
  line-height: 20px;
  color: #ffeec5;
}

.footer .content p:last-child {
  margin-bottom: 0;
}

.footer .news ul {
  list-style: disc;
}

.footer .news ul li {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 20px;
  color: #ffeec5;
}

.footer .news ul li:last-child {
  margin-bottom: 0;
}

.footer .news ul li a {
  color: #ffeec5;
}

.footer .news ul li a:hover {
  color: #fff;
}

.nav-left-list {
  position: fixed;
  z-index: 9;
  top: 50%;
  left: 3%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.nav-left-list li a {
  background-image: url(../images/_sprites-aside.png);
  background-position: -251px -190px;
  width: 64px;
  height: 51px;
  display: block;
  font-size: 0;
  margin-bottom: 38px;
  position: relative;
}

.nav-left-list li a:after {
  content: '';
  background-image: url(../images/_sprites-aside.png);
  background-position: -315px -190px;
  width: 64px;
  height: 38px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -38px;
}

.nav-left-list li a:hover {
  -webkit-filter: brightness(1.1);
  filter: brightness(1.1);
}

.nav-left-list li:nth-child(2) a {
  background-position: -141px -210px;
  width: 64px;
  height: 28px;
  border-radius: 50%;
  background-color: transparent;
  -webkit-transition: all 0s;
  transition: all 0s;
}

.nav-left-list li:nth-child(2) a:hover {
  background-image: url(../images/_sprites-aside.png);
  background-position: -141px -110px;
  width: 64px;
  height: 28px;
}

.nav-left-list li:nth-child(3) a {
  background-position: -141px -210px;
  width: 64px;
  height: 28px;
  border-radius: 50%;
  background-color: transparent;
  -webkit-transition: all 0s;
  transition: all 0s;
}

.nav-left-list li:nth-child(3) a:hover {
  background-image: url(../images/_sprites-aside.png);
  background-position: -141px -110px;
  width: 64px;
  height: 28px;
}

.nav-left-list li:nth-child(3) a:after {
  display: none;
}

.aside-right {
  position: fixed;
  top: 50%;
  right: 0%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background: url(../images/right-bar.png) left top no-repeat;
  width: 245px;
  height: 449px;
  z-index: 100;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
  margin-right: 20px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.aside-right ul li {
  padding-left: 15px;
}

.aside-right ul li a {
  display: block;
  margin: 0 auto;
  margin-bottom: 5px;
  background-image: url(../images/_sprites-aside.png);
}

.aside-right ul li a:hover {
  -webkit-filter: brightness(1.1);
  filter: brightness(1.1);
}

.aside-right ul li:first-child a {
  background-position: 0px 0px;
  width: 141px;
  height: 152px;
}

.aside-right ul li:nth-child(2) a {
  background-position: -251px -77px;
  width: 141px;
  height: 28px;
  margin-bottom: 10px;
}

.aside-right ul li:nth-child(3) a {
  background-position: -251px -105px;
  width: 141px;
  height: 27px;
  margin-bottom: 10px;
}

.aside-right ul li:nth-child(4) a {
  background-position: -251px 0px;
  width: 141px;
  height: 39px;
}

.aside-right ul li:nth-child(5) a {
  background-position: 0px -210px;
  width: 141px;
  height: 39px;
}

.aside-right ul li:nth-child(6) a {
  background-position: -251px -39px;
  width: 141px;
  height: 39px;
}

.aside-right ul li:last-child a {
  background-position: -172px -250px;
  width: 36px;
  height: 37px;
}

.aside-right .close-side {
  position: absolute;
  background-image: url(../images/_sprites-aside.png);
  background-position: 0px -250px;
  width: 42px;
  height: 43px;
  top: 210px;
  left: 12px;
  z-index: 9;
}

.active-r {
  right: -5%;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.active-r .close-side {
  background-image: url(../images/_sprites-aside.png);
  background-position: -42px -250px;
  width: 42px;
  height: 43px;
}

.img-pc {
  display: none;
}

.img-pc2 {
  display: none;
}

.site-down {
  padding: 50px 0px;
}

.site-down .download-mobile {
  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;
  margin-bottom: 30px;
}

.site-down .download-mobile a {
  background-image: url(../images/_sprites-f12.png);
  background-position: -278px -339px;
  width: 139px;
  height: 42px;
  display: block;
  margin: 0px 5px;
}

.site-down .download-mobile a:nth-child(2) {
  background-position: 0px -339px;
}

.site-down .download-mobile a:nth-child(3) {
  background-position: -139px -339px;
}

.site-down .download-mobile a:hover {
  -webkit-filter: brightness(1.1);
  filter: brightness(1.1);
}


/* Footer
--------------------------------------------- */


/* Footer
--------------------------------------------- */


/* Woocommerce
--------------------------------------------- */


/* Update */

body.woocommerce-cart,
body.woocommerce-checkout {
  min-height: 100%;
  line-height: normal;
  background: #fff;
  padding: 0 !important;
  font-family: "Roboto", sans-serif;
  margin: 0 !important;
}

body.woocommerce-cart .quantity .screen-reader-text,
body.woocommerce-checkout .quantity .screen-reader-text {
  width: 100%;
}

.bs-wizard>.bs-wizard-step .bs-wizard-stepnum {
  color: #a3a3a3;
  font-size: 14px;
}

.bs-wizard>.bs-wizard-step:first-child>.progress {
  left: 50%;
  width: 50%;
}

.bs-wizard>.bs-wizard-step>.progress {
  height: 3px;
  margin: 22px 0;
  background: #b9b9b9;
  position: relative;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  line-height: 20px;
  color: #fff;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width .6s ease;
  transition: width .6s ease;
  font-size: 12px;
  text-align: center;
}

.bs-wizard>.bs-wizard-step>.bs-wizard-dot {
  background: #fff;
  font-size: 14px;
  color: #000;
  border: 2px solid #35c4f6;
  line-height: 23px;
  -webkit-box-shadow: none;
  box-shadow: none;
  position: absolute;
  width: 26px;
  height: 26px;
  display: block;
  top: 40px;
  left: 50%;
  margin-top: -15px;
  margin-left: -15px;
  border-radius: 50%;
  text-align: center;
}

.bs-wizard>.bs-wizard-step:last-child>.progress {
  width: 50%;
}

.woocommerce-cart .bs-wizard>.bs-wizard-step.step-1>.bs-wizard-dot,
.woocommerce-checkout .bs-wizard>.bs-wizard-step.step-1>.bs-wizard-dot,
.woocommerce-checkout .bs-wizard>.bs-wizard-step.step-2>.bs-wizard-dot,
.woocommerce-order-received .bs-wizard>.bs-wizard-step.step-1>.bs-wizard-dot,
.woocommerce-order-received .bs-wizard>.bs-wizard-step.step-2>.bs-wizard-dot,
.woocommerce-order-received .bs-wizard>.bs-wizard-step.step-3>.bs-wizard-dot {
  background: var(--color-blue);
  font-size: 15px;
  color: #fff;
  border: none;
  line-height: 26px;
  -webkit-box-shadow: #666 0 0 2px;
  box-shadow: #666 0 0 2px;
}

.woocommerce-checkout .bs-wizard>.bs-wizard-step.step-2>.progress>.progress-bar {
  width: 50%;
}

.woocommerce-checkout .bs-wizard>.bs-wizard-step.step-1>.progress>.progress-bar,
.woocommerce-order-received .bs-wizard>.bs-wizard-step.step-2>.progress>.progress-bar {
  width: 100%;
}

.woocommerce-order-received .bs-wizard>.bs-wizard-step.step-3>.progress>.progress-bar {
  width: 100%;
}

.bs-wizard>.bs-wizard-step>.progress>.progress-bar {
  width: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: var(--color-blue);
  -webkit-transition: none;
  transition: none;
}

.woocommerce-cart .bs-wizard>.bs-wizard-step.step-1 .bs-wizard-stepnum,
.woocommerce-checkout .bs-wizard>.bs-wizard-step.step-1 .bs-wizard-stepnum,
.woocommerce-checkout .bs-wizard>.bs-wizard-step.step-2 .bs-wizard-stepnum,
.woocommerce-order-received .bs-wizard>.bs-wizard-step.step-3 .bs-wizard-stepnum {
  color: #000;
}

.woocommerce-cart .gini-shipping .gini-main .cart-collaterals .cart_totals {
  float: none;
  width: 100%;
}

.woocommerce-cart .gini-shipping .gini-main .woocommerce-cart-form table,
.woocommerce-cart .gini-shipping .gini-main .cart-collaterals .cart_totals table {
  border: none;
  margin: 0;
}

.woocommerce-cart .gini-shipping .gini-main .woocommerce-cart-form table .product-name a {
  color: #000;
}

.woocommerce-cart .gini-shipping .gini-main .woocommerce-cart-form table .product-thumbnail img {
  width: 100px;
}

.woocommerce-cart .gini-shipping .gini-main .woocommerce-cart-form table .product-name a:hover {
  color: var(--color-blue);
}

.woocommerce-checkout .gini-shipping .gini-main table.shop_table thead th {
  font-weight: bold;
}

.woocommerce-checkout .gini-shipping .gini-main table.shop_table th {
  font-weight: normal;
}

.woocommerce-cart .gini-shipping .gini-main .woocommerce-cart-form table .coupon button[name="update_cart"] {
  display: none !important;
}

.woocommerce-notices-wrapper .woocommerce-message,
.woocommerce-info {
  background-color: #fffbfb;
  border-color: #ff959c;
  color: #ff3b27;
  border: 1px solid #ff3b27;
  border-radius: 4px;
}

.woocommerce-info {
  border-top-color: #ff3b27;
}

.woocommerce-message::before {
  color: #ff3b27;
}

.woocommerce-info::before {
  color: #ff3b27;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
  margin-bottom: 0;
  color: #fff;
  background-color: var(--color-blue);
  border-color: var(--color-blue);
  padding: 15px;
  font-size: 15px;
  font-weight: 600;
  border-radius: 5px;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover {
  background-color: #ff699d;
  border-color: #c2000c;
}

.woocommerce-cart .coupon.ws-boxshadow .panel-title {
  font-size: 17px;
  color: #000;
  font-weight: 400;
}

.woocommerce-cart .coupon.ws-boxshadow .panel-body {
  border-top: 1px solid #ddd;
  padding-top: 20px;
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 10px;
}

.woocommerce-cart .coupon.ws-boxshadow .panel-body input {
  width: 65%;
  padding: 0 10px;
  border: 1px solid #c8c8c8;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-radius: 0;
}

.product-quantity .quantity {
  margin-bottom: 0;
}

.woocommerce-cart .coupon.ws-boxshadow .panel-body button {
  width: 35%;
  font-weight: normal;
  font-size: 16px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.woocommerce-cart table.shop_table th,
.woocommerce-cart table.shop_table tbody th {
  font-weight: normal;
}

.woocommerce-cart .cart-collaterals .order-total span.woocommerce-Price-amount,
.woocommerce-checkout .order-total span.woocommerce-Price-amount {
  color: #fe3834;
  font-size: 16px;
  font-weight: 600;
}

.woocommerce-checkout form .form-row {
  width: 100%;
}

.select2-container--default .select2-selection--single {
  width: 100% !important;
}

.woocommerce-checkout form .form-row label,
#billing_address_2_field>label {
  width: 40% !important;
}

.woocommerce-checkout form .form-row span,
.woocommerce form .form-row.address-field .select2-container {
  width: 70%;
  border-radius: 0;
}

.woocommerce form .form-row.address-field .select2-container {
  width: 70% !important;
}

.woocommerce form .form-row.address-field#billing_state_field>.woocommerce-input-wrapper>.select2-container {
  width: 100% !important;
}

.woocommerce-checkout #place_order {
  width: 100%;
}

.woocommerce-order-received .woocommerce-order-details h2,
.woocommerce-order-received .woocommerce-column__title {
  color: #333;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 12px;
}

.woocommerce-order-received .col2-set .col-1,
.woocommerce-order-received .col2-set .col-2 {
  width: 50%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 49%;
  flex: 0 0 49%;
  min-width: 49%;
  padding: 0;
  margin-bottom: 20px;
}

.bs-wizard>.bs-wizard-step .bs-wizard-stepnum a {
  color: #a3a3a3;
  font-size: 14px;
}

.woocommerce-cart .bs-wizard>.bs-wizard-step.step-1 .bs-wizard-stepnum a,
.woocommerce-checkout .bs-wizard>.bs-wizard-step.step-1 .bs-wizard-stepnum a,
.woocommerce-checkout .bs-wizard>.bs-wizard-step.step-2 .bs-wizard-stepnum a,
.woocommerce-order-received .bs-wizard>.bs-wizard-step.step-3 .bs-wizard-stepnum a {
  color: #000;
}

.woocommerce form .form-row input.input-text {
  border-color: #d6d6d6 !important;
  height: 40px;
  padding-left: 10px;
  font-size: 15px;
}

.woocommerce form .form-row textarea {
  border-color: #d6d6d6;
  min-height: 80px;
  padding-left: 10px;
  font-size: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #222;
}

.woocommerce-LostPassword a {
  color: var(--color-blue);
}

.woocommerce form .form-row .required {
  color: #ff9e00;
}

.woocommerce-MyAccount-navigation ul {
  background: #fff;
  width: 90%;
}

.woocommerce-MyAccount-navigation ul li {
  font-size: 15px;
  color: #333;
  padding: 15px 20px;
  border-bottom: 1px solid #ffeded;
}

.woocommerce-MyAccount-navigation ul li a {
  color: #333;
  font-weight: 600;
}

.woocommerce-MyAccount-navigation ul li a:hover {
  color: var(--color-blue);
}

.woocommerce-MyAccount-content {
  padding: 20px;
  background: #fff;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
  width: 25%;
}

.woocommerce-account .woocommerce-MyAccount-content {
  width: 75%;
  padding: 0;
  margin: 0;
}

.woocommerce-account .woocommerce-MyAccount-content input {
  height: 40px;
  font-size: 16px;
  padding-left: 10px;
}

.woocommerce form .form-row {
  width: 100%;
  padding: 0;
}

.woocommerce form .form-row-first,
.woocommerce form .form-row-last {
  width: 48%;
}

.woocommerce-notice.woocommerce-notice--info.woocommerce-info {
  color: #fff;
}

.woocommerce form .form-row .woocommerce-input-wrapper {
  width: 100%;
  display: block;
}

.quantity {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.quantity span {
  margin-right: 40px;
  line-height: 33px;
}

.quantity input {
  border: 1px solid #ffe2ec;
}

.quantity input[type="button"] {
  border-radius: unset;
  background: #fff;
}

.quantity input[type="button"]:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.quantity input[type="number"] {
  border-radius: unset;
  border-left: none;
  border-right: none;
  max-width: 50px;
  text-align: center;
}

.quantity input[type="number"]:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.woocommerce-Address-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.woocommerce-Address-title h3 {
  margin-bottom: 0;
}

@media (min-width: 1200px) {
  .bs-wizard>.bs-wizard-step>.progress {
    height: 6px;
    margin: 20px 0;
    background: #ebebeb;
  }
  .bs-wizard>.bs-wizard-step>.bs-wizard-dot {
    font-size: 15px;
    background-color: #fff;
    color: #000;
    border: none;
    line-height: 26px;
    -webkit-box-shadow: #666 0 0 2px;
    box-shadow: #666 0 0 2px;
  }
  .woocommerce-notices-wrapper .woocommerce-message,
  .woocommerce-info {
    background-color: var(--color-blue);
    border-color: #3d9cd2;
    color: #fff;
    border-left: 5px solid #4a7b01;
    border-radius: 0px;
    margin-bottom: 40px;
  }
  .woocommerce-info a {
    color: #fff;
  }
  .woocommerce-info a:hover {
    color: #393d3d;
  }
  .woocommerce-info::before {
    color: #fff;
  }
  .woocommerce form.checkout_coupon,
  .woocommerce form.login,
  .woocommerce form.register {
    background: #fff;
    border: 1px solid var(--color-blue);
    margin: 15px 0px;
  }
  .woocommerce form .form-row label {
    display: block;
    margin-bottom: 7px;
    font-size: 14px;
    color: #000;
    font-weight: 600;
    width: 100%;
  }
  .woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme span {
    padding-left: 10px;
  }
  .woocommerce form .show-password-input,
  .woocommerce-page form .show-password-input {
    top: 10px;
  }
}

@media (max-width: 768px) {
  .quantity {
    max-width: 100px;
    padding-left: 10px;
  }
  .woocommerce-checkout form .form-row label,
  #billing_address_2_field>label {
    width: 100% !important;
  }
  .woocommerce-checkout form .form-row span,
  .woocommerce form .form-row.address-field .select2-container {
    width: 100%;
    border-radius: 0;
  }
  .woocommerce form .form-row.address-field .select2-container {
    width: 100% !important;
  }
  .woocommerce-account .woocommerce-MyAccount-content,
  .woocommerce-account .woocommerce-MyAccount-navigation {
    float: left;
  }
}

@media screen and (max-width: 767px) {
  .woocommerce-account .woocommerce-MyAccount-navigation {
    width: 100%;
  }
  .woocommerce-MyAccount-navigation ul {
    width: 100%;
  }
  .woocommerce-account .woocommerce-MyAccount-content {
    width: 100%;
    margin-top: 20px;
  }
}

.u-column1.col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.the_content .woocommerce .woocommerce-ResetPassword {
  max-width: 500px;
  margin: auto;
  text-align: center;
}

.the_content .woocommerce .woocommerce-ResetPassword #user_login {
  margin-bottom: 20px;
}

.woocommerce form .form-row-first,
.woocommerce form .form-row-last {
  width: 100%;
}

.the_content .woocommerce button.button,
.the_content .woocommerce .woocommerce-Button.button,
.the_content .woocommerce a.button,
.the_content .woocommerce-Address-title a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  margin: auto;
  padding: 14px 20px;
  background: #436f00 !important;
  color: #fff;
  margin-bottom: 5px;
}

.woocommerce table.shop_table {
  border: 0;
}

.woocommerce table thead {
  background: transparent;
  color: #222;
}

.woocommerce-cart table.shop_table th,
.woocommerce-cart table.shop_table tbody th {
  font-weight: 600;
  border: none;
  font-size: 16px;
}

.woocommerce table.shop_table td {
  border: none;
}

.woocommerce table.shop_table td a {
  color: #222;
  font-weight: 600;
}

.woocommerce-cart td.product-thumbnail {
  text-align: center;
}

#add_payment_method table.cart img,
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img {
  width: 80px;
}

.woocommerce-cart table.cart td.actions .coupon .input-text {
  margin-right: 8px;
}

.woocommerce-cart-form__cart-item.cart_item td {
  font-weight: 600;
}

.woocommerce .quantity .qty {
  width: 1.631em;
}

input.btn.minus,
input.btn.plus {
  font-size: 16px;
  min-width: 25px;
  height: 37px;
}

@media screen and (min-width: 768px) {
  body.woocommerce-cart .woocommerce .cart-collaterals {
    width: 35%;
    float: left;
    padding: 0 0 0 10px;
  }
  body.woocommerce-cart form.woocommerce-cart-form {
    width: 65%;
    float: left;
  }
  body.woocommerce-cart .woocommerce .cart-collaterals .cart_totals {
    width: 100%;
    float: left;
    padding: 30px 25px 15px 25px;
    border: 6px solid #E5E5E5;
    border-radius: 10px;
  }
  body.woocommerce-cart .woocommerce .cart-collaterals table.shop_table th {
    padding: 10px 0;
    border: none;
  }
  body.woocommerce-cart .woocommerce .cart-collaterals .cart_totals table.shop_table td {
    text-align: right;
  }
  body.woocommerce-cart .woocommerce table.shop_table tbody tr {
    border-bottom: 1px solid #d3ced2;
    padding: 5px 0;
  }
  body.woocommerce-cart .woocommerce table.shop_table thead {
    border-bottom: 1px solid #d3ced2;
  }
  body.woocommerce-cart .woocommerce table.shop_table td {
    padding-left: 0;
    padding-right: 15px;
  }
  body.woocommerce-cart .cart-collaterals .cart_totals tr th {
    border-top: none;
  }
  .woocommerce-error::before,
  .woocommerce-info::before,
  .woocommerce-message::before {
    top: 10px;
  }
}

@media screen and (min-width: 992px) {
  body.woocommerce-cart .woocommerce .cart-collaterals {
    padding: 0px 0px 0px 50px;
  }
}

.woocommerce-cart .cart-collaterals .cart_totals tr td {
  border: none;
}

body.woocommerce-cart .woocommerce table.shop_table tr:first-child td {
  border-top: 1px solid #ddd;
}

body.woocommerce-cart .woocommerce table.shop_table td {
  border-bottom: 1px solid #ddd;
}

body.woocommerce-cart .woocommerce table.shop_table tr:last-child td {
  border: none;
}

body.woocommerce-cart .woocommerce .cart-collaterals table.shop_table tr:first-child td {
  border: none;
}

.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2,
.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1 {
  float: none;
  width: 100%;
}

.the_content #order_review table>thead>tr>th,
.the_content #order_review table>tfoot>tr>th,
.woocommerce table.shop_table tbody th,
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th {
  border: none;
  border-bottom: 1px solid #ccc;
}

.woocommerce-account .title-main {
  display: none;
}

.page-defure {
  position: relative;
  z-index: 9;
}

.page-defure__content {
  background: #fff;
  border-radius: 10px;
  margin: 0 auto;
  padding: 0px 15px;
  padding-top: 50px;
}

@media screen and (min-width: 1200px) {
  .page-defure__content {
    max-width: 1340px;
  }
}

.page-defure .custom-input {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.page-defure .custom-input .input-text {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0;
  height: 26px;
}

.page-defure #coupon_code {
  height: 43px;
}

.page-defure .quantity span {
  display: none !important;
}

.page-defure .title-main {
  margin-bottom: 30px;
}

.woocommerce-page .the_content p:last-child {
  margin-bottom: 1rem;
}

.woocommerce-page .the_content .woocommerce-error {
  padding-left: 35px;
}

.page-defure .product-remove a {
  width: 20px;
  height: 20px;
  border: 1px solid #BDBDBD;
  border-radius: 50%;
  text-align: center;
  line-height: 20px;
  font-size: 14px;
  color: #BDBDBD !important;
}

.page-defure .product-remove a:hover {
  background: var(--color-blue);
  border-color: var(--color-blue);
  color: #fff !important;
}

.page-defure input.btn.minus,
.page-defure input.btn.plus {
  font-size: 16px;
  min-width: 25px;
  padding: 0;
  max-width: 30px;
}

.page-defure .woocommerce .quantity .qty {
  width: 40px;
}

.page-defure .woocommerce-notices-wrapper .woocommerce-message,
.page-defure .woocommerce-info {
  background: var(--color-blue);
  color: #fff;
  border-color: #4a7b01;
  border-left: 5px solid #4a7b01;
}

.page-defure .woocommerce-message::before {
  color: #fff;
}

.page-defure .woocommerce-order p {
  color: #152464;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

.page-defure .woocommerce table.shop_table th {
  padding: 10px 5px;
}

.page-defure .woocommerce table.shop_table .woocommerce-table__product-name,
.page-defure .woocommerce table.shop_table .woocommerce-table__product-table,
.page-defure .woocommerce table.shop_table .woocommerce-table__product-total {
  border: 0;
  border-bottom: 1px solid #ddd;
}

.page-defure .woocommerce table.shop_table .woocommerce-Price-amount {
  color: var(--color-blue);
}

.page-defure .woocommerce ul.order_details {
  padding-left: 0;
  margin-bottom: 20px;
}

.page-defure .woocommerce ul.order_details li {
  font-size: 14px;
}

.page-defure .woocommerce ul.order_details strong {
  margin-top: 10px;
  color: var(--color-blue);
  font-size: 16px;
}

.page-defure .input-text {
  font-style: italic;
}

.page-defure .cart_totals h2 {
  color: #152464;
  padding-bottom: 1rem;
  border-bottom: 1px solid #BDBDBD;
}

.page-defure .cart_totals table tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #E5E5E5;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.page-defure .cart_totals table tr:last-child {
  border-bottom: 0 !important;
}

.page-defure .cart_totals .wc-proceed-to-checkout {
  padding-top: 0;
}

.page-defure .coupon {
  margin-top: 20px;
}

.page-defure .tab-login .nav {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-bottom: 0;
}

.page-defure .tab-login .nav li {
  padding: 0px 15px;
}

.page-defure .tab-login .nav li a {
  font-size: 16px;
  font-weight: bold;
  color: #4F4F4F;
  padding: 5px 0;
}

.page-defure .tab-login .nav li a h2 {
  font-size: 16px;
  font-weight: bold;
  color: #4F4F4F;
  margin-bottom: 0;
}

.page-defure .tab-login .nav li .active {
  color: var(--color-blue);
  border-bottom: 1px solid var(--color-blue);
}

.page-defure .tab-login .nav li .active h2 {
  color: var(--color-blue);
}

.page-defure .woocommerce form.checkout_coupon,
.page-defure .woocommerce form.login,
.page-defure .woocommerce form.register {
  padding: 0;
  border: 0;
}

.page-defure .woocommerce-form-login__submit {
  margin-top: 10px !important;
}

.page-defure .tab-content input {
  border-color: #d6d6d6 !important;
}

.page-defure .heading-lost-password {
  padding-bottom: 10px;
  margin-bottom: 20px;
  color: var(--color-blue);
  display: inline-block;
  position: relative;
}

.page-defure .heading-lost-password:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: var(--color-blue);
}

.page-defure .woocommerce table.shop_table td {
  padding: 10px 0;
}

.page-defure .content-checkout {
  border: 6px solid #E5E5E5;
  padding: 30px;
  border-radius: 10px;
}

.page-defure #add_payment_method #payment ul.payment_methods,
.page-defure .woocommerce-cart #payment ul.payment_methods,
.page-defure .woocommerce-checkout #payment ul.payment_methods {
  padding: 0;
  border: 0;
}

.page-defure #add_payment_method #payment div.form-row,
.page-defure .woocommerce-cart #payment div.form-row,
.page-defure .woocommerce-checkout #payment div.form-row {
  padding: 0;
}

.page-defure #add_payment_method #payment,
.page-defure .woocommerce-cart #payment,
.page-defure .woocommerce-checkout #payment {
  background: none;
}

.page-defure #add_payment_method #payment div.payment_box,
.page-defure .woocommerce-cart #payment div.payment_box,
.page-defure .woocommerce-checkout #payment div.payment_box {
  background: var(--color-blue);
  color: #fff;
  border-color: #4a7b01;
  border-left: 5px solid #4a7b01;
  color: #fff;
}

.page-defure #add_payment_method #payment div.payment_box p:last-child,
.page-defure .woocommerce-cart #payment div.payment_box p:last-child,
.page-defure .woocommerce-checkout #payment div.payment_box p:last-child {
  color: #fff;
}

.page-defure #add_payment_method #payment div.payment_box::before,
.page-defure .woocommerce-cart #payment div.payment_box::before,
.page-defure .woocommerce-checkout #payment div.payment_box::before {
  border-bottom-color: var(--color-blue);
}

.page-defure .woocommerce-info a {
  color: #fff;
}

.page-defure .woocommerce-info::before {
  color: #fff;
}

.woocommerce-error:before {
  top: 15px !important;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__submit {
  float: none;
}

.woocommerce-notices-wrapper .woocommerce-message,
.woocommerce-info {
  margin-bottom: 20px;
}

.woocommerce-MyAccount-navigation ul li {
  padding: 0;
}

@media screen and (max-width: 1199px) {
  .woocommerce-notices-wrapper .woocommerce-message,
  .woocommerce-info {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 991px) {
  body.woocommerce-cart .woocommerce table.shop_table td {
    border: 0;
    border-top: 0 !important;
  }
  body.woocommerce-cart .woocommerce table.shop_table tbody tr {
    padding: 0;
    border: 0;
  }
  body.woocommerce-cart .woocommerce table.shop_table td.actions {
    padding: 5px 5px !important;
  }
  .page-defure .coupon {
    margin-top: 0;
    padding: 0;
    padding-bottom: 0 !important;
  }
  body.woocommerce-cart .woocommerce .cart-collaterals .cart_totals {
    padding: 15px;
    border-width: 2px;
  }
  body.woocommerce-cart .woocommerce table.shop_table td {
    width: 100%;
  }
  body.woocommerce-cart .woocommerce table.shop_table td {
    padding-left: 5px;
  }
  .page-defure .cart_totals .wc-proceed-to-checkout {
    padding-bottom: 0;
  }
  .page-defure__content {
    max-width: 95%;
    padding-top: 30px;
  }
  .page-defure {
    padding: 30px 0px;
  }
  .page-defure .content-checkout {
    padding: 15px;
    border-width: 2px;
  }
  .woocommerce-account .woocommerce-MyAccount-navigation {
    width: 35%;
  }
  .woocommerce-account .woocommerce-MyAccount-content {
    width: 65%;
  }
}

@media screen and (max-width: 767px) {
  .page-defure__content {
    padding: 0;
    padding-top: 30px;
  }
  body.woocommerce-cart .woocommerce .cart-collaterals .cart_totals {
    padding: 0;
  }
  .woocommerce-cart table.cart td.actions .coupon .input-text {
    width: 100% !important;
    float: none;
  }
  .woocommerce-page table.cart td.actions .button {
    float: none !important;
    margin-top: 5px;
  }
  body.woocommerce-cart .woocommerce table.shop_table td {
    display: block;
  }
  body.woocommerce-cart .woocommerce table.shop_table td.product-thumbnail {
    text-align: left !important;
  }
  body.woocommerce-cart .woocommerce table.shop_table td.product-thumbnail:before {
    display: none;
  }
  .woocommerce-account .woocommerce-MyAccount-navigation {
    width: 100%;
  }
  .woocommerce-account .woocommerce-MyAccount-content {
    width: 100%;
  }
}

.woocommerce-MyAccount-navigation ul,
.woocommerce-MyAccount-content {
  background: transparent !important;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a:before {
  display: none !important;
}

.woocommerce-MyAccount-navigation ul li.is-active a {
  color: var(--color-blue) !important;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li:last-child {
  border-bottom: 0 !important;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
  border: 0 !important;
}

.woocommerce div.product form.cart .variations,
.woocommerce div.product form.cart {
  margin-bottom: 0 !important;
}

.quantity {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 5px;
  margin-bottom: 0 !important;
  margin-right: 20px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
  max-width: 30%;
}

.quantity input {
  background: none !important;
}

.quantity .qty {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50px;
  flex: 0 0 50px;
  max-width: 50% !important;
}

.quantity .custom-input {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}

.quantity span {
  margin-right: 20px;
  line-height: 33px;
  font-weight: bold;
}

.quantity input {
  border: 0px solid #ffe2ec;
  background: none;
}

.quantity input[type="button"] {
  border-radius: unset;
  background: #fff;
}

.quantity input[type="button"]:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.quantity input[type="number"] {
  border-radius: unset;
  border-left: none;
  border-right: none;
  max-width: 30px;
  text-align: center;
}

.quantity input[type="number"]:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

@media screen and (max-width: 767px) {
  .filter-products {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .site-products-page {
    padding: 30px 0px;
  }
  .site-products-page .title-top {
    display: block;
  }
  .site-products-page .title-top .title {
    margin-bottom: 10px;
  }
}

.devvn_woocommerce_price_filter ul {
  background: white;
}

.devvn_woocommerce_price_filter ul li {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 0;
  padding: 0;
}

.devvn_woocommerce_price_filter ul li .count {
  padding-left: 10px;
}

.devvn_woocommerce_price_filter ul li:last-child {
  margin-bottom: 0;
}

.devvn_woocommerce_price_filter ul li a {
  font-size: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.devvn_woocommerce_price_filter ul li a .woocommerce-Price-currencySymbol {
  padding-left: 3px;
  padding-right: 3px;
  font-size: 15px;
}

.devvn_woocommerce_price_filter ul li a .woocommerce-Price-amount:last-child {
  padding-left: 3px;
}

.devvn_woocommerce_price_filter ul li a:hover {
  text-decoration: none;
  color: #b70000 !important;
}

.devvn_woocommerce_price_filter ul li a {
  padding-left: 30px !important;
}

.devvn_woocommerce_price_filter ul .active a {
  color: #e03232;
}

.devvn_woocommerce_price_filter ul .active a:before {
  content: '\f00c';
  color: #e03232;
  font-size: 13px;
  position: absolute;
  border-color: #999;
  line-height: 20px;
  text-align: center;
  font-family: FontAwesome;
}

.devvn_woocommerce_price_filter ul li a::before {
  content: '';
  font-size: 15px;
  color: #222;
  position: absolute;
  left: 15px;
  width: 20px;
  height: 20px;
  border-radius: 0px;
  border: 1px solid #999;
}

.devvn_woocommerce_price_filter ul li a:hover::before {
  content: '\f00c';
  color: #e03232;
  font-size: 13px;
  position: absolute;
  border-color: #999;
  line-height: 20px;
  text-align: center;
  font-family: FontAwesome;
}

.filter-top {
  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;
  margin-bottom: 35px;
}

.filter-top .heading {
  font-size: 32px;
  color: #000000;
  font-weight: bold;
}

.filter-top .woocommerce-ordering {
  float: none;
  margin-bottom: 0;
}

.filter-top .woocommerce-ordering select {
  height: 40px;
  border: 0;
  border-bottom: 1px solid #000;
  background-size: 12px;
  font-size: 14px;
}
.site-news{
	padding: 50px 0px;
	max-width: 600px;
	margin: 0 auto;
}
.site-news .heading{
	font-size: 35px;
	font-weight: bold;
	text-transform: uppercase;
	color: #333;
	text-align: center;
	margin-bottom: 30px;
}
.site-news .news ul li{
	margin-bottom: 15px;
	display: flex;
	align-items: center;
}
.site-news .news ul li:last-child{
	margin-bottom: 0;
}
.site-news .news ul li a{
	font-size: 18px;
	font-weight: 600;
	color: #333;
	display: block;
}
.site-news .news ul li a:hover{
	color: var(--color-blue);
}
.site-news .news ul li span{
	display: block;
	padding: 5px 10px;
	font-size: 14px;
	color: #fff;
	background: red;
	margin-right: 15px;
	text-transform: uppercase;
  animation: mymove 1s infinite;
}
@keyframes mymove {
  0 {background: red;
	  transform:scale(1);
	}
  50% {background: #a07703;
	transform:scale(1.1);}
	100% {background: red;
	  transform:scale(1);
	}
}
.page-archive {
  padding: 50px 0px;
}
.page-archive .title-main {
  margin-bottom: 30px;
}
.page-archive .col-custom-archive .items-news h3 a {
  font-size: 14pt;
}
.page-archive .col-custom-archive .items-news .date span {
  font-size: 11pt;
}
.page-archive .col-custom-archive2 .items-news h3 a {
  font-size: 14pt;
}
.page-archive .col-custom-archive2 .items-news .date span {
  font-size: 12pt;
}
.page-archive .col-custom-archive2 .items-news p {
  font-size: 12pt;
}

.items-news {
  margin-bottom: 30px;
}
.items-news:hover h3 a {
  color: var(--color-blue);
}
.items-news:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.items-news .images {
  display: block;
  overflow: hidden;
  position: relative;
  padding-bottom: 70%;
  -o-object-fit: cover;
     object-fit: cover;
}
.items-news img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.items-news h3 a {
  display: block;
  font-size: 16pt;
  font-weight: bold;
  color: #000;
  margin: 15px 0px;
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.items-news .date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}
.items-news .date span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14pt;
  color: #333;
  padding-right: 20px;
}
.items-news .date span:last-child {
  padding-right: 0;
}
.items-news .date span svg {
  width: 15px;
  margin-right: 5px;
}
.items-news p {
  font-size: 14pt;
  color: #000;
  line-height: 1.5;
  margin-bottom: 0;
}
