html {
  height: 100%;
}

input[type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url] {
  width: 100%;
  height: 48px;
  line-height: 48px;
  font-size: 16px;
}

button[type=submit], input[type=button].button, input[type=reset].button, input[type=submit].button {
  height: 48px;
  font-size: 16px;
}

.button, button, input[type=button], input[type=reset], input[type=submit] {
	width: unset;
}

.social-icons .button {
	width: auto;
}

select {
  background: transparent;
  height: 48px;
  font-size: 16px;
}

/*Header CSS*/
#masthead.site-header .searchform-wrapper form {
  position: relative;
  overflow: hidden;
  border: var(--primary-color) 1px solid;
}
#masthead.site-header .searchform-wrapper form input {
  width: 100%;
  border-radius: 0;
  background-color: transparent;
}
#masthead.site-header .searchform-wrapper form .submit-button {
  padding: 10px 20px;
  height: 48px;
  background: var(--primary-color);
  color: #fff;
  border-radius: 0;
}
#masthead.site-header .searchform-wrapper form .submit-button:before {
  position: absolute;
  top: 0;
  right: 50px;
  content: " ";
  border-top: 25px solid transparent;
  border-right: 25px solid var(--primary-color);
  border-bottom: 22px solid transparent;
}
#masthead.site-header .sub-header .section-content {
  border: #fff thin dashed;
}
#masthead.site-header #menu-main-menu .menu-item {
  margin: 0;
}
#masthead.site-header #menu-main-menu .menu-item:not(:first-child) {
  border-left: 1px rgba(226, 228, 230, 0.39) solid;
}
#masthead.site-header #menu-main-menu .menu-item:nth-child(1) {
  background: #f2e900;
}
#masthead.site-header #menu-main-menu .menu-item:nth-child(2) {
  background: #ff5400;
}
#masthead.site-header #menu-main-menu .menu-item:nth-child(3) {
  background: #ca1fd9;
}
#masthead.site-header #menu-main-menu .menu-item:nth-child(4) {
  background: #40b0ff;
}
#masthead.site-header #menu-main-menu .menu-item:nth-child(5) {
  background: #58bf20;
}
#masthead.site-header #menu-main-menu .menu-item:nth-child(6) {
  background: #6f479d;
}
#masthead.site-header #menu-main-menu .menu-item:hover {
  background: #ea4242;
}
#masthead.site-header #menu-main-menu .menu-item a {
  padding: 10px 15px;
  color: #fff;
  line-height: 30px;
  min-width: 111px;
  justify-content: center;
  font-size: 14px;
  font-weight: bold;
}
#masthead.site-header .header-hotline .col-inner {
  display: flex;
  justify-content: center;
  align-items: center;
}
#masthead.site-header .header-hotline .col-inner img, #masthead.site-header .header-hotline .col-inner p {
  margin: 0 8px;
}
#masthead.site-header .site-header-cart .cart-contents {
  position: relative;
  font-size: 30px;
}
#masthead.site-header .site-header-cart .cart-contents .mr-half {
  display: none;
}
#masthead.site-header .site-header-cart .cart-contents .mr-half:first-child {
  display: inline-block;
}
#masthead.site-header .site-header-cart .cart-contents .label-count {
  position: absolute;
  top: 10px;
  right: 0;
  background: var(--primary-color);
  width: 23px;
  height: 23px;
  line-height: 22px;
  color: #fff;
  border-radius: 50%;
  font-size: 16px;
  text-align: center;
}

/*Footer CSS*/
.site-footer h4 {
  font-size: 18px;
}
.site-footer .nav-vertical > li + li {
  border-top: 0;
}
.site-footer .nav > li > a {
  font-weight: 400;
  font-size: 16px;
  padding: 5px 0;
}
.site-footer .nav > li > a:hover {
  color: var(--primary-color);
}

body .sidebar-wrapper .widget {
  padding: 0;
  background-color: #fff;
  border: 0;
  box-shadow: none;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  overflow: hidden;
}
body .sidebar-wrapper .widget .widget-title {
  display: block;
  padding: 12px 8px;
  background-color: var(--primary-color);
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}
body .sidebar-wrapper .widget > div {
  padding: 0 15px;
  border: #ebebeb 1px solid;
}
body .sidebar-wrapper .widget .is-divider {
  display: none;
}
body .sidebar-wrapper .widget ul.menu > li + li {
  border-top: #ebebeb thin dashed;
}
body .custom-title.section-title-container {
  background-color: var(--primary-color);
  color: #fff;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  overflow: hidden;
}
body .custom-title.section-title-container .section-title {
  margin-bottom: 0;
  padding: 8px 16px;
  font-size: 18px;
  border-bottom: 0;
}
body .custom-title.section-title-container .section-title .title-link-more {
  color: #fff;
  font-size: 14px;
}
body .custom-title.section-title-container + .products-box {
  border: #ebebeb 1px solid;
}
body .custom-title.section-title-container + .products-box.row-small:not(.row-collapse) {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
}
body .custom-title.section-title-container + .products-box .title-wrapper {
  margin-bottom: 8px;
}
body .custom-title.section-title-container + .products-box .title-wrapper .product-title {
  font-size: 1rem;
}
body .badge-container {
  margin: 0.625rem 0 0 0;
  right: 10px;
  left: unset;
}
body .badge-container .badge-circle .badge-inner {
  border-radius: 5px;
  font-size: 12px;
  padding: 2px 8px;
}
body .added_to_cart.wc-forward {
  display: none !important;
}
body .box .box-text h1, body .box .box-text h2, body .box .box-text h3, body .box .box-text h4, body .box .box-text h5, body .box .box-text h6 {
  font-size: 1rem !important;
}
body .post-meta .posted-on .updated {
  display: none;
}
body .slider .flickity-prev-next-button:hover .arrow, body .slider .flickity-prev-next-button:hover svg {
  fill: currentColor;
}