/* cyrillic-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v15/JTUSjIg1_i6t8kCHKm459WRhyzbi.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v15/JTUSjIg1_i6t8kCHKm459W1hyzbi.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v15/JTUSjIg1_i6t8kCHKm459WZhyzbi.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v15/JTUSjIg1_i6t8kCHKm459Wdhyzbi.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v15/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v15/JTURjIg1_i6t8kCHKm45_dJE3gTD_u50.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v15/JTURjIg1_i6t8kCHKm45_dJE3g3D_u50.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v15/JTURjIg1_i6t8kCHKm45_dJE3gbD_u50.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v15/JTURjIg1_i6t8kCHKm45_dJE3gfD_u50.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v15/JTURjIg1_i6t8kCHKm45_dJE3gnD_g.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}


body {
  color: var(--text-color);
  background: #f4f4f4;
  overflow-x: hidden;
  max-width: 100%;
  font-family: 'Montserrat', sans-serif;}

.bi {
  fill: currentColor; }

.form-control:focus,
a,
button,
.page-link:focus,
.btn, .btn:focus {
  outline: none !important;
  box-shadow: none; }

.form-control:focus {
  border-color: var(--secondary-color); }

a {
  color: var(--text-color); }
  a:focus {
    outline: none; }
  a:hover {
    text-decoration: none;
    color: var(--text-color); }

.btn {
  border-radius: 4px; }

.hidden {
  display: none; }

.show:not(.hidden) {
  display: block; }

.btn-action {
  background-color: var(--primary-color);
  border: 1px solid var(--primary-color); }
  .btn-action:hover {
    filter: brightness(1.1); }

a.link {
  text-decoration: none;
  color: var(--text-color);
  cursor: pointer; }
  a.link:hover {
    color: var(--primary-color);
    filter: brightness(1.2);
    text-decoration: none; }

.pos-relative.embed-responsive.embed-responsive-1by1 img {
  --image-scale: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(var(--image-scale));
  object-fit: contain;
  max-width: 100%;
  max-height: 100%; }

img, iframe {
  max-width: 100%; }

.title_page {
  font-size: 1.4rem;
  padding: 10px 0; }

.title_page, .title-head {
  font-weight: 400; }

.title-head {
  font-size: 1rem;
  margin-bottom: 14px;
  text-transform: uppercase; }

.row-grid {
  --col: 12;
  display: grid;
  grid-template-columns: repeat(var(--col), minmax(0, 1fr));
  grid-gap: 15px; }

.scroll::-webkit-scrollbar {
  width: 3px; }

.scroll::-webkit-scrollbar-thumb {
  background-color: var(--primary-color);
  outline: 1px solid var(--primary-color); }

/** lazyload **/
.lazyload:not(.loaded) {
  background: #ebebeb; }

.lazyload.loaded {
  background: transparent; }

/**Topbar
.topbar{
background: var(--topbar-bg);
min-height: 40px;
padding: 5px;
font-size: 14px;
display: flex;
flex-wrap: wrap;
align-items: center;
color: var(--topbar-color);
.link{
color: var(--topbar-color);
}
}**/
.top-banner .lazyload:not(.loaded) {
  width: 100%; }

/**slick **/
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.slick-track:before, .slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.slick-arrow {
  --size: 44px;
  top: 50%;
  font-size: 0;
  line-height: 0;
  position: absolute;
  display: block;
  width: var(--size);
  height: var(--size);
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  border: 1px solid #ebebeb;
  background: #ebebeb;
  line-height: var(--size);
  text-align: center;
  z-index: 1;
  overflow: hidden;
  opacity: .7;
  border-radius: 100%; }
  .slick-arrow:hover, .slick-arrow:focus {
    outline: none; }
  .slick-arrow.slick-disabled {
    cursor: default;
    display: none !important; }
  .slick-arrow:not(.slick-disabled):hover {
    opacity: 1;
    box-shadow: 1px 2px 10px -1px rgba(0, 0, 0, 0.3);
    background: #fff;
    color: #333; }
  .slick-arrow.slick-prev:before, .slick-arrow.slick-next:before {
    font-family: "Font Awesome\ 5 Free";
    background: transparent;
    font-weight: 900;
    height: var(--size);
    width: var(--size);
    font-size: 18px;
    color: #333;
    display: block;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s; }
  .slick-arrow.slick-prev {
    left: 0; }
    .slick-arrow.slick-prev:before {
      content: "\f104"; }
  .slick-arrow.slick-next {
    right: 0; }
    .slick-arrow.slick-next:before {
      content: "\f105"; }

.slick-dots {
  text-align: center; }
  .slick-dots li {
    display: inline-block; }
    .slick-dots li button {
      border-radius: 0;
      height: 10px;
      width: 10px;
      border: 1px solid #e5e5e5;
      background-color: #fff;
      padding: 0;
      font-size: 0; }
    .slick-dots li.slick-active button {
      border-color: var(--primary-color);
      background-color: var(--primary-color); }

.slick-dots {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  width: 100px;
  padding: 0;
  border-radius: 15px;
  height: 24px;
  align-items: center;
  display: flex !important;
  justify-content: center; }
  .slick-dots li button {
    height: 2px;
    width: 16px;
    border: 1px solid #fff;
    background: #fff;
    border-radius: 0;
    margin: 0 3px;
    opacity: .5; }
    .slick-dots li button:hover {
      opacity: 1; }
  .slick-dots li.slick-active button {
    opacity: 1; }

/**Header**/
#sticker {


  z-index: 5;
}

.toggle-nav,
.icon-bar {
  width: 24px;
  flex-direction: column;
  height: 20px;
  justify-content: space-between;
  border-radius: 0px; }
  .toggle-nav .bar,
  .icon-bar .bar {
    height: 3px;
    background: #fff;
    width: 24px;
    border-radius: 1px; }
    .toggle-nav .bar:nth-child(2, 2),
    .icon-bar .bar:nth-child(2, 2) {
      width: 75%; }

.icon-bar {
  cursor: auto !important; }

.icon-bar .bar {
  background: #fff;
  height: 2px; }
  .icon-bar .bar:nth-child(2) {
    width: 24px; }

.mid-header {
  background: var(--header-background);
  color: var(--header-color);
  padding: 10px 0px; }
  .mid-header .toggle-nav {
    width: 24px;
    flex-direction: column;
    height: 20px;
    justify-content: space-between;
    border-radius: 0px; }
    .mid-header .toggle-nav .bar {
      height: 3px;
      background: #fff;
      width: 24px;
      border-radius: 1px; }
      .mid-header .toggle-nav .bar:nth-child(2) {
        width: 75%; }
  .mid-header .logo-wrapper {
    width: 250px;
    display: block; }
    @media (max-width: 992px) {
      .mid-header .logo-wrapper {
        width: 200px;
        margin: auto; } }
  .mid-header a {
    color: var(--header-color); }
    .mid-header a:hover {
      text-decoration: none;
      color: var(--secondary-color); }
  .mid-header .fas {
    font-size: 24px; }

.left-header {
  font-size: 14px; }

.mini-cart .no-item {
  text-align: center; }
  .mini-cart .no-item p {
    margin: 0 auto; }

@media (min-width: 768px) {
  .mini-cart > a {
    display: flex;
    align-items: center;
    padding: 8px;
    border: 2px solid var(--primary-color);
    border-radius: 6px;
    text-decoration: none;
	color: var(--primary-color);}
    .mini-cart > a:hover {
      color: var(--header-color);
      background: var(--primary-color);
      border-color: var(--primary-color); } }

.mini-cart > a .count_item {
  display: block;
  background: var(--primary-color);
  padding: 2px 6px;
  border-radius: 4px;
  font-size: 12px;
  color: var(--header-color); }
.mini-cart > a:hover .count_item {

  background: var(--header-color);
  color: var(--primary-color); }
  @media (max-width: 575px) {
    .mini-cart > a .count_item {
      font-size: 9px; } }

/**search bar header **/
@media (max-width: 991px) {
  #search-header .custom-input-group .input-group-field {
    height: 35px; } }

@media (max-width: 991px) {
  #search-header {
    order: 1;
    margin-top: 10px; } }

/** Subheader **/
.subheader {
  background: #fff;
  color: var(--text-color);
  display: flex;
  align-items: center;
  padding-top: 8px; }
  @media (max-width: 992px) {
    .subheader {
      display: none; } }
  .subheader .container {
    display: grid;
    grid-template-columns: calc(100% / 3  - 90px) 1fr;
    justify-content: space-between;
    align-items: center; }
    .subheader .container > * {
      padding-bottom: 8px; }

.shop-policises {
  justify-content: flex-start; }
  .shop-policises li {
    display: flex;
    align-items: center; }
    .shop-policises li + * {
      margin-left: 15px; }
  .shop-policises div {
    width: 24px;
    height: 24px;
    padding: 4px;
    margin-right: 6px;
    display: flex;
    align-items: center;
    justify-content: center; }
  .shop-policises .link {
    font-size: 16px; }

.product-badge {
  max-height: 16px;
  margin-top: .5rem;
  margin-right: .5rem;
  display: block; }

/** Custom input group **/
.custom-input-group {
  overflow: hidden;
  border-radius: .25rem;
  position: relative; }
  .custom-input-group .input-group-field {
    width: 100%;
    height: 40px;
    padding: 0 10px;
    line-height: 40px;
    background: transparent;
    color: #363636;
    outline: none;
    padding: 0 50px 0 10px;
    float: right;
    border: 1px solid #ebebeb;
    overflow: hidden;
    background: #fff;
    border-radius: .25rem;
    border: none; }
  .custom-input-group .input-group-btn {
    position: absolute;
    right: 0px;
    z-index: 4;
    height: 100%; }
    .custom-input-group .input-group-btn, .custom-input-group .input-group-btn button {
      border: none; }

/**Product item **/
.item_product_main {
  margin-top: .5rem;
  margin-bottom: .5rem;
  background: #fff; }
  .item_product_main .product-thumbnail {
    position: relative;
    overflow: hidden; }
  @media (min-width: 1025px) {
    .item_product_main {
      font-size: 16px; }
      .item_product_main:hover {
        box-shadow: 0px 0px 6px 0px rgba(50, 50, 93, 0.1), 1px 1px 5px rgba(0, 0, 0, 0.02); }
        .item_product_main:hover .product-name a {
			font-weight: 300;	
          color: var(--primary-color); }
        .item_product_main:hover .product-action .group_action {
          position: absolute;
          opacity: 1;
          bottom: 0px;
          width: 100%;
          background: rgba(0, 0, 0, 0.2);
          z-index: 99;
          visibility: visible;
          align-items: center;
          height: 100%;
          cursor: pointer; } }
  .item_product_main a {
    text-decoration: none;
    color: var(--text-color); }
  .item_product_main .btn-views {
    color: var(--primary-color);
    background: #fff;
    border-radius: 100px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 5px;
    transition: all .22s ease-out;
    transform: scale(0.9); }
    .item_product_main .btn-views:hover {
      transform: scale(1); }
  .item_product_main .product-name {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: initial;
    margin: 5px 0 5px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1;
    overflow: hidden;
	text-transform: uppercase;
	 
}
  .item_product_main .product-info {
    padding: 5px; }
    @media (min-width: 992px) {
      .item_product_main .product-info {
        padding: 10px; } }
  .item_product_main .price-contact,
  .item_product_main .price {
    font-weight: bold;
    color: var(--price-color); }
  .item_product_main .compare-price {
    color: var(--text-secondary-color);
    text-decoration: line-through;
    font-size: 0.8rem; }
    @media (max-width: 767px) {
      .item_product_main .compare-price {
        display: block; } }
  .item_product_main .group_action {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    bottom: -100px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .3s ease-out; }
  .item_product_main .image_thumb {
    display: block; }
  .item_product_main .label_product {
    position: absolute;
    top: 0;
    right: 0;
    background: var(--primary-color);
    padding: 7px 2px;
    font-weight: bold;
    font-size: 12px;
    z-index: 3; }
    .item_product_main .label_product .label_wrapper {
      width: 36px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      color: #FFF; }
    .item_product_main .label_product::after {
      content: "";
      width: 0;
      height: 0;
      left: 0;
      bottom: -5px;
      position: absolute;
      border-color: transparent var(--primary-color);
      border-style: solid;
      border-width: 0 20px 5px; }
    @media (max-width: 991px) {
      .item_product_main .label_product {
        top: 0;
        right: 0; } }
  @media (max-width: 767px) {
    .item_product_main .product-reviews-badge .product-reviews-star i {
      font-size: 14px !important; } }

.product-frame {
  z-index: 2; }

/** Heading bar **/
.heading-bar {
  font-size: 16px;
  background: #fff;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
  padding-top: 5px; }
  .heading-bar__title {
    color: var(--text-color);
    font-size: 1.4em;
    margin: 0px;
    line-height: 1.2; }
    .heading-bar__title a:hover {
      color: var(--primary-color); }
  .heading-bar__action .link.more {
    color: var(--primary-color); }

/** top footer **/
.top-footer {
  padding-top: 32px;
  padding-bottom: 32px;
  background: #f7f7f7; }

.newsletter-form .input-group-field {
  padding: 0px 90px 0px 10px; }

/** mid footer **/
.mid-footer {
  padding-top: 40px;
  background: #242424;
color: #f4f4f4;
	font-size: 14px;
}
.mid-footer a{

color: #ef8903;
font-weight: 600;
}
.mid-footer a:hover{

color: #f00;
font-weight: 600;
}

.li_menu {
	padding: 4px 0;
}
  .mid-footer .title-menu {
    margin: 0px 0px 17px;
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .mid-footer .title-menu .fa {
      transition: transform .3s ease-out; }
    .mid-footer .title-menu.open_ .fa {
      transform: rotate(180deg); }
  .mid-footer .list-menu {
    list-style: none;
    padding: 0px; }
    .mid-footer .list-menu .link {
      font-size: 14px; }
  .mid-footer .follow_option li + * {
    margin-left: 1rem; }
  .mid-footer .follow_option .link {
    font-size: 25px;
    color: var(--primary-color); }
  @media (max-width: 767px) {
    .mid-footer .list-menu.toggle-mn {
      display: none; } }

.fot_copyright {
  font-size: 14px; }

/** navigation **/
.list-group-item.active {
  z-index: 2;
  color: initial;
  background-color: initial;
  border-color: initial; }

.list-group-item + .list-group-item.active {
  margin-top: 0;
  border-top-width: 0; }

.toogle-nav-wrapper {
  position: relative;
  margin-bottom: -8px;
  margin-top: -8px; }
  .toogle-nav-wrapper .navigation-wrapper {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    width: 100%;
    margin-top: 2px; }
  .toogle-nav-wrapper.visible .navigation-wrapper, .toogle-nav-wrapper:hover .navigation-wrapper {
    opacity: 1;
    visibility: visible;
    z-index: 90; }
  .toogle-nav-wrapper .navigation .submenu {
    left: 100% !important;
    top: -1px !important;
    height: calc(100% + 2px); }

.navigation {
  --nav-height: 500px;
  border: 1px solid #e1e1e1;
  background: #fff;
  min-height: 100%;
  overflow-y: auto; }
  @media (min-width: 992px) {
    .navigation {
      max-height: var(--nav-height); } }
  .navigation .list-group-item {
    padding: 8px 15px;
    cursor: pointer;
    border-bottom: 0px; }
    .navigation .list-group-item:hover {
      background: var(--light); }
      .navigation .list-group-item:hover > a {
        color: var(--primary-color); }
    .navigation .list-group-item > a {
      text-decoration: none;
		color: #000;
}
      .navigation .list-group-item > a > span > img {
        width: 18px;
        height: 18px;
        object-fit: contain;
        margin-right: 4px; }
  .navigation .menu-item {
	 
    position: initial; }
    @media (min-width: 1024px) {
      .navigation .menu-item:hover .submenu {
        display: block;
        z-index: 900; } }
  .navigation .submenu {
    display: none;
    width: 300%;
    height: 100%;
    padding: 14px 20px;
    border-radius: 0px;
    border-width: 1px 1px 1px 0px;
    border-style: solid;
    border-color: #dddddd #dddddd #dddddd #e1e1e1;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 100%;
    background: white;
    margin-left: 0px;
    box-shadow: rgba(0, 0, 0, 0.06) -2px 0px 8px 0px;
    z-index: 1;
    overflow: auto;
    font-size: 14px; }
    .navigation .submenu__list {
      --col-menu: 4;
      display: grid;
      grid-template-columns: repeat(auto-fill, minmax(calc(100% / var(--col-menu)), 1fr));
      grid-gap: 10px  5px;
      padding: 0px;
      list-style: none; }
    .navigation .submenu__col {
      display: flex;
      flex-direction: column;
      align-items: start;
      font-size: 14px; }
	.navigation .submenu__col a{
      color: #000; }
	.navigation .submenu__col a:hover{
      color: #F00; }
    .navigation .submenu__item--main {
      font-weight: bold; }

/** blog item **/
.blogwp .link {
  font-size: 1rem;
  filter: brightness(0.9); }
  .blogwp .link:hover {
    filter: brightness(1.2); }

.blogwp h3, .blogwp h3 a.link {
  font-weight: normal;
  line-height: 1.2;
  font-size: 1.25rem; }

.blogwp .media {
  line-height: 1.4; }
  .blogwp .media .media-body {
    font-size: 12px; }

.blogwp .button_custome_35.link {
  font-size: 14px;
  color: var(--primary-color); }

.blogwp .lead {
  font-size: 14px;
  margin-top: .3rem;
  margin-bottom: 0px;
  word-break: break-word; }

.blogwp.media .image-blog {
  width: 100px;
  flex: 0 0 100px; }

.blogwp.media + * {
  margin-top: 15px;
  border-top: 2px solid #f7f7f7;
  padding-top: 15px; }

@media (max-width: 991px) {
  .blogwp.media h3, .blogwp.media h3 a.link {
    font-size: 1rem; } }

/** Tab **/
.tabs-group {
  overflow-x: auto;
  overflow-y: hidden; }
  .tabs-group::-webkit-scrollbar {
    display: none; }
  .tabs-group {
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */ }

.tabs li {
  position: relative;
  border-radius: 4px;
  white-space: nowrap;
  color: var(--text-color);
  background: #eee;
  border: 1px solid transparent;
  font-size: 14px;
  user-select: none; }
  .tabs li:not(:last-of-type) {
    margin-right: .5rem; }
  .tabs li:not(.current) {
    cursor: pointer; }
  .tabs li:hover {
    color: var(--primary-color);
    background: #fff;
    border-color: var(--primary-color); }

.tabs li.current {
  color: #fff;
  background: var(--primary-color);
  border-color: var(--primary-color); }
  .tabs li.current:after {
    background: var(--primary-color); }

.tab-content {
  display: none; }
  .tab-content.current {
    display: block; }

/** mobile-menu **/
#mobile-menu {
  position: fixed;
  left: -100%;
  top: 0;
  width: 300px;
  height: 100%;
  background: #fff;
  z-index: -1;
  opacity: 0;
  overflow-y: auto;
  padding-bottom: 45px; }
  #mobile-menu .mobile-menu-body {
    max-height: calc(100% - 68px);
    overflow-y: auto; }
  #mobile-menu .mobile-menu-footer {
    position: absolute;
    bottom: 0px;
    left: 0px;
    background: #f4f4f4; }
  @media (max-width: 1023px) {
    #mobile-menu.active {
      left: 0;
      z-index: 99999;
      opacity: 1; }
      #mobile-menu.active + .menu-overlay {
        position: fixed;
        left: 0;
        top: 0;
        z-index: 9998;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5); }
    #mobile-menu .subheader {
      display: block; } }
  #mobile-menu .user-menu {
    background: var(--header-background);
    color: var(--header-color);
    padding: 10px 15px;
    --text-color: var(--header-color); }
    #mobile-menu .user-menu .fas {
      font-size: 24px; }
  #mobile-menu .shop-policises {
    flex-direction: column;
    align-items: start;
    align-items: flex-start !important; }
  #mobile-menu .shop-policises li {
    padding: 10px 15px;
    --header-color: var(--text-color); }
  #mobile-menu .shop-policises li + * {
    margin: 0px; }
  #mobile-menu [data-toggle-submenu] {
    float: right;
    width: 30px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: flex-end; }
  #mobile-menu .navigation {
    min-height: auto; }
  #mobile-menu .navigation .menu-item.active .submenu {
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    width: 300px; }
  #mobile-menu .toggle-submenu {
    margin-left: -20px;
    margin-right: -20px;
    margin-top: -15px;
    background: #eee;
    padding: 10px 15px;
    margin-bottom: 15px;
    color: var(--text-color);
    font-size: 16px;
    text-transform: uppercase; }
  #mobile-menu .navigation .submenu__list {
    --col-menu: 1; }

/** bread-crumb **/
.bread-crumb, .bread-crumb .breadcrumb {
  background: #eee; }

.bread-crumb, .bread-crumb .link {
  color: #999; }

.bread-crumb strong, .bread-crumb .link, .bread-crumb span {
  font-weight: 300;
  font-size: 14px; }

.bread-crumb strong {
  color: var(--text-color); }

/** section **/
.section {
  margin-bottom: 30px; }
  .section .container.card {
    border: none; }
  @media (max-width: 767px) {
    .section {
      margin-bottom: 10px; }
      .section .container.card {
        border-radius: 0px; } }

/** pagination **/
.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: .25rem; }

.page-item.disabled:not(.active) {
  display: none; }

.page-item .page-link, .page-item span {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0 3px;
  border-radius: 50% !important;
  width: 36px;
  height: 36px;
  font-size: .875rem;
  color: #8898aa; }
  .page-item .page-link:hover, .page-item span:hover {
    z-index: 2;
    color: #fff;
    text-decoration: none;
    background-color: var(--primary-color);
    border-color: var(--primary-color); }
  @media (max-width: 767px) {
    .page-item .page-link, .page-item span {
      width: 30px;
      height: 30px; } }

.page-item:first-child .page-link {
  margin-left: 0px; }

.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08); }

/** custom  checkbox**/
.custom-checkbox {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.7rem; }
  .custom-checkbox input {
    display: none; }
  .custom-checkbox:not(.color) input:checked ~ .fa:after {
    background-color: var(--primary-color);
    border-color: var(--primary-color); }
  .custom-checkbox input:checked ~ .fa:before {
    z-index: 2;
    background: no-repeat 50%/50% 50%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3E%3C/svg%3E"); }
  .custom-checkbox .fa {
    display: inline; }
    .custom-checkbox .fa:after, .custom-checkbox .fa:before {
      content: '';
      pointer-events: none;
      background-color: var(--filter-color, #fff);
      box-shadow: none;
      position: absolute;
      top: .125rem;
      left: 0rem;
      display: block;
      width: 1.25rem;
      height: 1.25rem; }
    .custom-checkbox .fa:after {
      border: 1px solid #cad1d7;
      transition: all .3s ease;
      border-radius: .2rem;
      background-color: var(--filter-color, #fff);
      border-color: var(--filter-color); }

.open_opacity {
  position: fixed;
  z-index: 9997;
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%; }

.mini-cart {
  position: relative; }

@media (min-width: 1024px) {
  .mini-cart:hover .top-cart-content {
    z-index: 199;
    visibility: visible;
    opacity: 1;
    box-shadow: 0 15px 35px rgba(50, 50, 93, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07); } }

.top-cart-content {
  position: absolute;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
  width: 400px;
  right: 0%;
  top: calc(100% + 8px);
  color: var(--text-color);
  padding: 10px 15px;
  font-size: 14px; }
  .top-cart-content:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 7.5px 10px 7.5px;
    border-color: transparent transparent #ffffff transparent;
    position: absolute;
    top: -9px;
    right: 60px; }
  .top-cart-content:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: -9px;
    z-index: 0; }
  .top-cart-content .list-item-cart,
  .top-cart-content .mini-products-list {
    list-style: none;
    padding: 0px;
    z-index: 1;
    position: relative; }
  .top-cart-content .list-item-cart {
    max-height: 30ch;
    overflow: auto; }
    .top-cart-content .list-item-cart::-webkit-scrollbar {
      width: 3px; }
    .top-cart-content .list-item-cart::-webkit-scrollbar-thumb {
      background-color: var(--light);
      outline: 1px solid var(--light); }
  .top-cart-content .detail-item,
  .top-cart-content .product-details {
    width: 100%; }
  .top-cart-content a {
    color: var(--text-color); }
  .top-cart-content .border_list {
    display: flex;
    align-items: start;
    width: 100%; }
  .top-cart-content .image_drop {
    width: 90px;
    height: 90px;
    margin-right: 10px;
}
  .top-cart-content .product-details {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between; }
  .top-cart-content .item {
    padding: 10px 0;
    border-bottom: 1px solid #eee;
    margin-bottom: 10px; }
  .top-cart-content .product-name {
    margin-right: 10px;
    margin-bottom: 0px; }
  .top-cart-content .remove-item-cart {
    margin-right: 10px;
    cursor: pointer; }
  .top-cart-content .top-subtotal {
    margin: 10px 0; }
    .top-cart-content .top-subtotal .price_big {
      font-size: 16px;
	  color: #ff5722;
      font-weight: 500; }
  .top-cart-content .btn {
    display: block;
    background: #ff5722;
    color: #fff;
    margin-bottom: 10px;
    border-radius: 5px !important; }
    .top-cart-content .btn:hover {
      filter: brightness(1.2); }

.btn-cart {
  border-color: #ff5722;
  color: #ff5722; }
  .btn-cart:hover {
    color: #fff;
    background: #ff5722; }
 
.btn-main {
  border-color: var(--primary-color);
  color: var(--primary-color); }
  .btn-main:hover {
    color: #fff;
    background: var(--primary-color); }
  .btn-main--primary {
    color: #fff;
    background: var(--primary-color); }
    .btn-main--primary:hover {
      color: #fff;
      filter: brightness(1.2); }

.backtop {
  position: absolute;
  right: 10px;
  bottom: 60px;
  font-size: 14px;
  cursor: pointer;
  color: #fff;
  top: auto !important;
  height: 40px;
  width: 40px;
  background-color: var(--primary-color);
  border: 2px solid #fff;
  line-height: 36px;
  border-radius: 4px;
  font-size: 20px;
  transition: all 0.3s ease-out 0s;
  transform: translateY(-120px);
  opacity: 0;
  visibility: hidden;
  text-align: center; }
  .backtop:hover {
    color: #fff;
    filter: brightness(1.3); }
  .backtop.show {
    position: fixed;
    z-index: 999;
    transition: all 0.3s ease-out 0s;
    transform: translateY(0px);
    opacity: 1;
    visibility: visible; }

.mailchimp-error a {
  color: var(--primary); }

/* The moving element */
.item_skeleton {
  position: relative; }

.item_skeleton::after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #e2e2e2;
  height: 260px; }
  @media (max-width: 767px) {
    .item_skeleton::after {
      height: 120px; } }

.ega-cr-addon {
  z-index: 9996 !important; }
  .ega-cr-addon ul {
    min-height: 54px; }

#quick-view-product {
  bottom: 0;
  left: 0;
  overflow-x: auto;
  overflow-y: auto;
  position: fixed;
  right: 0;
  top: 0 !important;
  z-index: 9999; }
  #quick-view-product .fancybox-overlay {
    display: block !important;
    height: 100vh;
    background: none;
    z-index: 100; }
  #quick-view-product .quick-view-product {
    position: absolute;
    width: 950px;
    top: 5%;
    height: auto;
    margin: 0 auto;
    left: 0;
    right: 0;
    padding: 30px;
    background-color: #fff;
    z-index: 8011;
    border-radius: 0px; }
  #quick-view-product .details-product {
    width: 100%;
    float: left; }
.single-contact {
  display: flex;
  align-items: baseline;
  font-size: 15px;
  margin-bottom: 10px; }

.single-contact .fa, .single-contact .fas {
  color: var(--primary-color);
  margin-right: 5px;
  width: 20px;
  flex: 0 0 20px; }

/* Cart */
.item-product {
  display: grid;
  grid-template-columns: 30px 100px 1fr;
  grid-gap: 10px;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px; }
  .item-product + .item-product {
    border-top: 1px solid #eee; }
  .item-product a:hover {
    text-decoration: none; }
  @media (max-width: 767px) {
    .item-product {
      grid-template-columns: 60px 1fr 30px;
      grid-gap: 10px;
      align-items: start; }
      .item-product > div:first-child {
        order: 3; } }

.product-cart-infor {
  display: grid;
  grid-template-columns: 1fr auto 120px;
  grid-gap: 10px;
  align-items: baseline; }
  @media (max-width: 767px) {
    .product-cart-infor {
      grid-template-columns: 1fr;
      grid-gap: 0px; } }

.product-name,
.product-name a {
  font-size: 13px;
  font-weight: 300;
}
  .product-name:hover,
  .product-name a:hover {
    color: var(--primary-color); }

.variant-title {
  font-size: .8rem;
  font-weight: 400;
  color: #898989; }

.header-cart-content {
  display: grid;
  grid-template-columns: 70% 1fr;
  grid-gap: 15px; }
  @media (max-width: 992px) {
    .header-cart-content {
      grid-template-columns: 1fr;
      grid-gap: 5px; } }

.header-cart-content > * {
  padding: 10px 15px; }
  @media (max-width: 992px) {
    .header-cart-content > * {
      padding: 10px 0px; } }

a.remove-itemx.remove-item-cart {
  font-size: 14px;
  color: #c3c3c3; }
  a.remove-itemx.remove-item-cart:hover {
    color: var(--danger); }

.product-price {
  font-weight: 500; }

@media (min-width: 768px) {
  .select-item-qty-mobile {
    justify-self: end; } }

.select-item-qty-mobile > div {
  border: none;
  display: flex !important;
  height: 30px;
  margin-bottom: 20px;
  margin-top: 10px;
  align-items: center; }

.select-item-qty-mobile .btn {
  padding: 4px;
  width: 30px;
  border: 1px solid #ced4da;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px; }

.select-item-qty-mobile .form-control {
  width: 48px !important;
  text-align: center;
  border-radius: 0;
  height: 30px;
  font-size: 12px;
  padding: 4px; }

button.increase.items-count.btn-plus.btn {
  border-radius: 0px 4px 4px 0px;
  border-left: 0; }

button.reduced.items-count.btn-minus.btn {
  border-radius: 4px 0px 0px 4px;
  border-right: 0; }

.header-cart-price {
  margin-top: 10px;
  border-top: 2px dashed #eee;
  border-left: none; }
  @media (min-width: 992px) {
    .header-cart-price {
      border-top: none;
      border-left: 1px solid #eee; } }
  .header-cart-price .title-cart {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px; }
    .header-cart-price .title-cart h3 {
      font-size: 1rem;
      margin: 0px;
      font-weight: 300; }
    .header-cart-price .title-cart .totals_price_mobile {
      font-size: 1.1rem;
      font-weight: 500; }
  .header-cart-price .btn-proceed-checkout-mobile {
    background: #ff5722;
    color: #fff;
    margin-bottom: 10px;
    border-raidus: 5px; }
    .header-cart-price .btn-proceed-checkout-mobile:hover {
      filter: brightness(1.2); }
  .header-cart-price .btn-buymore {
    color: #6c757d;
    display: flex;
    align-items: center;
    justify-content: center; }
    .header-cart-price .btn-buymore .fa {
      font-size: 10px;
      margin-right: 5px; }
    .header-cart-price .btn-buymore:hover .fa {
      transform: translateX(-4px);
      transition: all .3s ease-out; }

.title-cart h1 {
  font-weight: 400;
  font-size: 2rem; }

@media (max-width: 767px) {
  .cart-mobile {
    border-radius: 0px; } }

/* End Cart */
.lt a{
	color: #6c757d;
}
.lt a:hover{
	color: #ff5722;
}
/*
.aside-filter ul {
  padding-left: 0;
  list-style: none;
  margin: 0px; }

.aside-item {
  padding-top: 15px; }

aside.aside-item + .aside-item {
  border-top: 1px solid #eee;
  margin-top: 15px; }

.aside-title a:hover {
  color: var(--primary-color); }

.aside-content {
  position: relative;
  clear: left;
  font-size: 14px;
  padding: 0; }
  .aside-content:last-child {
    border-bottom: none; }
  .aside-content .nav-item {
    position: relative; }
  .aside-content .nav-item > a {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.7;
    padding: 5px 30px 2px 0px; }
    .aside-content .nav-item > a:hover {
      color: var(--primary-color); }
  .aside-content .dropdown-menu a {
    font-weight: 400; }
  .aside-content .fa {
    cursor: pointer;
    display: inline;
    position: absolute;
    right: 5px;
    top: 10px;
    z-index: 1;
    width: 30px;
    text-align: center;
    font-size: 14px; }
  .aside-content .active > .dropdown-menu {
    display: block; }
  .aside-content .dropdown-menu {
    width: 100%;
    border: 0;
    padding: 0px;
    padding-left: 15px;
    box-shadow: none;
    margin-top: 0px;
    position: static;
    background: none; }
  .aside-content:hover > a {
    color: #333;
    background-color: transparent; }
  .aside-content ul > li:before {
    top: 17px;
    left: 15px; }
*/
@media (max-width: 991px) {
  .sidebar {
    order: 1;
    border-top: 10px solid #f4f4f4; } }

.sidebar {
  border-right: 1px solid #eee;
  padding-bottom: 1.25rem; }

.content-blog .blogwp + .blogwp {
  border-top: 1px solid #eee !important; }
  @media (max-width: 767px) {
    .content-blog .blogwp + .blogwp {
      padding-top: 1.25rem; } }

.content-blog .blogwp .card-body {
  padding-right: 0px;
  padding-left: 0px; }

a.button_custome_35.link {
  color: var(--primary-color); }

@media (min-width: 768px) {
  .content-blog .blogwp {
    flex-direction: row; }
  .content-blog a.image-blog {
    flex: 0 0 240px;
    padding: 1.25rem; }
  .sidebar .blogwp.media .image-blog {
    width: 75px; }
  .sidebar .blogwp h3, .sidebar .blogwp h3 a.link {
    font-size: 14px; } }

.pagination {
  justify-content: flex-end; }

.article-content {
  min-height: 150px;
  margin-top: 15px;
  padding-top: 10px;
  border-top: 1px solid #eee;
  word-break: break-word; }
  .article-content img {
    max-width: 100% !important;
    height: auto !important; }

figure.article-comment-user-image {
  width: 50px; }

.article-comment + .media {
  border-top: 1px solid #eee; }

/* NAVBAR */

.navbar2 {
  overflow: hidden;

}

.navbar2 a {
  float: left;
  font-size: 15px;
  color: #f4f4f4;
  font-weight: 600;	
  text-align: center;
  padding: 10px 16px;
  text-decoration: none;
  text-transform: uppercase;
  margin: 0 10px;	
}

.dropdown2 {
  float: left;
  overflow: hidden;
  font-size: 15px;
  font-weight: 600;
}

.dropdown2 .dropbtn {
    color: #f4f4f4;
  border: none;
  outline: none;
  padding: 10px 16px;
  background-color: inherit;
  font: inherit;
  margin: 0;
  text-transform: uppercase;
}

.navbar2 a:hover, .dropdown2:hover .dropbtn {
  background-color: #e61f24;
  color: white;
  border-radius: 5px;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f4f4f4;
  width: 100%;
  left: 0;
  z-index: 1;
  padding: 0 10px;
}

.dropdown2:hover .dropdown-content {
  display: block;
	
}

/* Create three equal columns that floats next to each other */
.column {
  float: left;
  width: 33.33%;
  padding: 10px;

}

.column h3 {
	font-weight: bold;
	font-size: 14px;
	color: black;
	padding: 10px;
}

.column a {
  float: none;
  color: black;
  padding: 5px 0px;
  text-decoration: none;
  display: block;
  text-align: left;
  font-size: 13px; 
  border-top: 1px solid #ddd;
  font-weight: 200;
  text-transform: none;	
}

.column a:hover {

  color: #e61f24;
  background: #f4f4f4;
}
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}