@media screen and (max-width: 1199px) {

  html,
  body {
    width: auto !important;
    overflow-x: hidden !important;
  }
}

.d-grid {
  display: grid !important
}

.section__icon {
  width: 5%;
  margin: auto;
}

.grid-col-2 {
  grid-template-columns: 1fr 1fr
}

.grid-col-3 {
  grid-template-columns: 1fr 1fr 1fr
}

.grid-col-4 {
  grid-template-columns: 1fr 1fr 1fr 1fr
}

.grid-col-1-4{
grid-template-columns: 1fr 4fr;
}

.grid-col-5 {
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr))
}

.place-center {
  place-content: center
}

.gap-10 {
  gap: 10px
}

.gap-15 {
  gap: 15px
}

.gap-20 {
  gap: 20px
}

.gap-25 {
  gap: 25px
}

.gap-30 {
  gap: 30px
}

.gap-40 {
  gap: 40px
}

.gap-50 {
  gap: 40px
}

.gap-60 {
  gap: 40px
}

.gap-70 {
  gap: 40px
}

.gap-80 {
  gap: 40px
}

.grid-col-2-13 {
  grid-template-columns: 1fr 3fr
}

.pro_item_test {
  position: sticky;
  top: 160px;
}

.product--detail .product__thumbnail .product__thumbs .slick-arrow {
  font-size: 20px;
  width: 42%;
  text-align: center;
  display: block;
  border: 1px solid #000;
  border-radius: 50%;
  margin: auto;
}

/* 
.product--detail .product__thumbnail{
  align-items: center;
} */

.product--detail .product__thumbnail .product__variants {
  margin-top: 5px;
}

.slider-grid {
  grid-template-columns: 665px 322px auto;
  gap: 10px
}

.product-desc-grid {
  grid-template-columns: 880px auto;
  gap: 20px
}


.navigation--mobile,
.navigation>.container {
  position: relative;
}

.fade:not(.show) {
  display: none !important;
}

body {
  background: #f2f2f2
}

.logo {
  display: inline-block;
}

.logo::before {
  content: '';
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  z-index: 1;
  display: block;
  width: 25%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
  -moz-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  -o-transform: skewX(-25deg);
  transform: skewX(-25deg);
  animation: effect_shine 1.4s infinite;
}

@keyframes effect_shine {

  0% {
    left: 0;
    opacity: 0.5;
  }

  100% {
    left: 100%;
    opacity: 0;
  }

}

.top__header .social_icons i {
  color: var(--color-1st);
}

.top__header {
  padding: 10px 0;
}

.navigation__right .menu {
  padding: 10px 0;
  display: flex;
gap: 60px;
}

.navigation__right .menu .menu-item .menu-item-a {
  display: grid;
  justify-items: center;
}

.navigation__right .menu .menu-item:hover .icon_cat {
  transform: translateY(-10px);
  transition: all 0.2s ease-in;
}



.image_auto {
  display: block;
  margin: auto;
}

.addThis_listSharing {
  bottom: 10%;
}

/* .panel_menu_pro{
  position: relative;
  padding-left: 45px !important;
} */

.addThis_listSharing.right.animate ul li {
  margin-bottom: 10px;
}

/* 
.panel_menu_pro.active::before{
  content: 'X';
  position: absolute;
  left: 10px;
  top: 35%;
  color: var(--color-1st);
}

.panel_menu_pro::before{
  content: '\2630';
  position: absolute;
  left: 10px;
  top: 35%;
  color: var(--color-1st);
} */

.icon_cat {
  height: 40px;
  width: 60px;
  filter: invert(100%) brightness(250%);
}

.menu-pro {
  padding: 20px;
  position: fixed;
  top: 151px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: #ffff;
  z-index: 9999;
  display: grid;
  grid-template-columns: 1fr 4fr;
}

.menu-pro article {
  padding: 20px;
  display: none;
}

.menu-pro article.active {
  display: flex;
  justify-content: space-between;
}

.menu-pro .menu-pro-ul .has-child {
  padding: 0px 10px 10px 10px;
  font-size: 18px;
}

.menu-pro .sub_menu_pro {
  padding-left: 30px;

}

.sub_menu_pro_a {
  font-weight: bold;
}

ul {
  list-style-type: none;
}

.menu-pro .sub_menu_pro a {
  font-size: 18px;
}

.home-intro .section__contean {
  max-height: 90px !important;
  overflow: hidden;
  position: relative;
  transition: all 0.2s ease-in;

}

.home-intro .section__contean .tesst {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 42px;
  background: linear-gradient(to bottom, #f2f2f269, #f2f2f2bd, #f2f2f2);
}



.home-intro .section__contean.active .tesst {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 0px;
  background: transparent;
}

.home-intro .section__contean.active {
  max-height: 100% !important;
  transition: all 0.2s ease-in;

}

.buttom_xt {
  display: flex;
  justify-content: center;
}

.see_off {
  position: relative;
  width: 50px;
  color: var(--color-2nd) !important;
}

.see_off::before {
  content: "Xem thêm ";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100px;

}

.see_off.active::before {
  content: "Ẩn bớt";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
}

.menu-pro .sub_menu_pro ul li a {
  font-size: 15px;
  color: #4d4c4cdd;
}

.menu-pro .sub_menu_pro ul li a:hover {
  color: var(--color-1st);
}

.menu-pro .post__wrapper {
  margin-right: 25px;
}

#categories_id {
gap: 0px;
  padding-right: 20px;
  /* border-right: 1px solid #dddd; */
}

footer .bg {
  background-color: #150f0d;
}

.bg-white-shadow {
  background: #fff;
  border: 1px solid rgba(72, 94, 144, 0.16);
  border-radius: 5px;
  padding: 15px 20px;
}

.images-preloader {
  position: fixed;
  z-index: 100001;
  background-color: #fff;
  width: 100%;
  height: 100%;
}

.images-preloader .spinner {
  position: absolute;
  left: 50%;
  width: 70px;
  text-align: center;
  transform: translate(-50%, 40vh);
}

.main-color {
  color: var(--color-1st)
}

.bg-f2 {
  background: #f2f2f2
}

.header-top .container {
  height: 40px;
}

.nav__right {
  display: contents;
}

a.disabled {
  pointer-events: none;
  cursor: default;
}

.header-top .list--social li {
  margin-right: 0;
}

.header-top .list--social a {
  border-radius: unset;
  border: unset;
  color: #ddd;
}

.header-top .header__actions a,
.header-top .header__actions i {
  color: white;
}

.header-top .header__actions .form--primary-search i:last-child {
  color: black;
}

.menu>li:hover .mega-wrap {
  display: inline-block;
  max-height: 75vh;
  overflow-y: auto;
}

@keyframes slider_nav_up {
  0% {
    transform: perspective(600px) rotateX(-90deg);
  }

  100% {
    transform: perspective(600px) rotateX(0deg);
  }
}

.navigation__center .menu>li {
  background-color: #fff;
}

.breadcrumb li::after {
  content: "/";
  margin: 0 5px 0 5px;
}

.breadcrumb-wrapper {
  background-color: #e5e5e5;
}

.navigation__center .menu>li>a {
  color: var(--color-1st);
}

.mega-wrap {
  text-align: left;
  animation: slider_nav_up 0.7s;
  -webkit-transform-origin: 0% 0%;
  -moz-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  -o-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
  margin: 0px;
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
min-width: 300px;
  width: 100%;
  background: #ffffff;
  -moz-box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.35);
  -webkit-box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.35);
  box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.35);
  padding: 0 20px;
  z-index: 999;
}

.block--contact-form input,
.block--contact-form textarea {
  border: unset;
  background-color: #eaeaeabf !important;
  border-radius: 20px;
}

.dlpm-grid__svg {
  width: 336px;
  display: block;
  margin: auto;
}

.navigation__right {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.navigation__right .menu {
  margin-left: 35px;
}

.langs.ml-2 {
  padding: 0 14px;
  margin: 0 10px;
  font-weight: 500;
  border: 2px solid #5a5a5a;
  border-top: 0;
  border-bottom: 0;
}

.header-top .navigation__nextto__center p {
  margin: 10px;
}

.header-top p,
.header-top a,
.header-top i {
  margin: 0 auto;
  color: #fff;
}

.banner_home .item .item-a .title {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 10;
  color: #ffff;
  text-transform: uppercase;
  transform: translateY(-50%);
}

.banner_home .item .item-a .title a:hover {
  color: #ffff;
}

.banner_home .item .item-a .bosst {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: var(--color-1st);
  height: 0;
  transition: all 0.3s ease-in;
}

.banner_home .item .item-a:hover .bosst {
  height: 100%;
  transition: all 0.4s ease-in;
}

.banner_home .item .item-a {
  border-radius: 10px;
  overflow: hidden;
}

input#keyword {
  height: 30px;
  margin: 2px 0;
  background-color: white;
}

.form--primary-search {
  min-width: 210px
}

.form--primary-search input {
  height: 37px;
  border-radius: 20px;
  background: white;
  min-width: 365px;
}

.form--primary-search button {
  height: 35px;
  border-radius: 20px;
}

.form--primary-search button:hover {
  color: #ff3c4f;
  background-color: white;
  border: 1px solid #ff3c4f
}

.header {
  z-index: 1000;
  border-bottom: unset;
  top: 0;
  width: 100%;
  position: sticky;
  /*   box-shadow-bottom: 0 2px 10px 0 rgba(0, 0, 0, 0.19); */
}

.header-top {
  z-index: 1500;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.menu--fooer {
  display: flex;
  justify-content: space-evenly;
  font-size: 16px;
}

.center__footer {
  padding: 40px 0px;
}

.header--mobile {
  background-color: #ffff;
  position: fixed;
  top: 0;
  width: 100%;
}

.header-top {
  background-color: var(--color-1st);
}

.slider-item {
  margin-top: 0 !important;
}

.main-header {
  box-shadow: 0px 4px 10px -8px #111111a1;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.main-header .container {
  border-top: 1px solid #ddd;
}

.main-header .menu {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 15px 0;
  flex-flow: wrap;
}

.menu>li {
  padding-right: 12px;
}

.main-header .menu>li>a {
  font-size: 14px;
  padding: 10px 5px;
  font-weight: 600;
}

.main-header .menu>li.current-menu-item>a {
  border: 1px solid var(--color-1st);
}

.main-header .menu>li:first-child a {
  padding: 5px 15px;
}

.menu>li>a.logo {
  padding: 0;
}

.menu>li>a::before {
  content: '';
  background-color: #ffff;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  transition: all 1s ease-in-out;
}

.menu>li>a:hover::before {
  width: 100%;
  transition: all 1s ease-in-out;
}

#banner .menu>li>a {
  padding: 0px;
  margin: 5px;
  border-radius: 20px;
    text-transform: uppercase;
}

.sub-header-pro {
  display: none;
}

.menu-pro-ul {
  border-right: 1px solid #000;
  overflow-y: auto;
}

.sub-header-pro.active {
  display: inline;
}

.position-relative .btn-radius {
  padding: 0 25px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
  border-radius: 0;
  font-size: 30px;
}

.form_email_right {
  padding: 30px;
}

.section--homepage.banner_email .container {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 20px;
}

.panel_menu_pro,
.panel_menu_pro:hover {
  text-transform: uppercase;
  color: var(--color-1st);
  font-size: 18px;
  font-weight: 700;
  border: 0;
  background: #ffff;
  padding: 30px 20px;
}

.panel_menu_pro i {
  margin-right: 10px;
}

.sub-menu>li {
  border-bottom: 1px dashed #ddd;
}

.main-header .menu-item-a {
  cursor: pointer;
  position: relative;
  transition: all 0.5s;
}

.menu--mobile .sub-menu>li.menu-item-has-children>.sub-menu {
  position: unset;
  margin-left: 20px;
}

.main-slider .slick-slide img {
  width: 100%;
  height: 100%;
}

.panel--sidebar .panel__content {
  overflow-y: scroll;
  background: #fff;
}

img#logo1 {
  margin: 5px 20px;
  transition: all 0.4s ease 0s;
}

.top__header {
  background-color: #ffff;
}

.bottom__header {
  background-color: var(--color-1st);
}

.top__header .content .font-weight-bold {
  font-size: 20px;
}

.navigation__right .phone-number a {
  font-size: 23px;
  font-weight: 600;
  color: #e14646;
}

.section--homepage.slider .item {
  margin-top: 13px;
}

.section--homepage.slider .item:first-child {
  margin-top: 0
}

.slider-item {
  max-height: 950px !important;
}

.breadcrumb {
  background-color: unset;
}

.breadcrumb li:first-child {
  color: var(--color-text);
}

.breadcrumb .active::after {
  content: " ";
  margin: 0 5px 0 9px;
}

.breadcrumb--custom {
  margin: 8px 0 0 10px;
}

.section--related-posts.combo .product__title {
  font-size: 14px
}

.slider__content__wrapper__content h2 {
  padding: 5px 10px;
  background-color: #1b880d4f;
}

.box_tuvan_detail {
  border: unset
}

.box_tuvan_detail.fixed1 {
  margin: 0 !important;
  padding: 0 !important
}

.fixed1 {
  position: sticky;
  top: 90px;
  width: 270px;
  background: #fff;
  z-index: 990
}

.fixed1 .name_scroll {
  display: block;
}

.name_scroll {
  padding: 10px 15px;
  background: #ebebeb;
  display: none;
}

.h4_1 {
  color: #bf1e2e;
  font-size: 16px;
  margin-block: 0;
}

.price_show_1 {
  padding: 10px 0px;
}

.price_show_1_1 {
  float: left;
  color: #d50000;
  font-size: 17px;
  margin-bottom: 0;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.text_number_1 {
  float: left;
  font-weight: bold;
  margin-top: 10px;
  color: #666666;
  width: 48%;
}

.number_cart2 {
  float: right;
}

.number_cart1 {
  float: left;
  width: 100px;
  max-width: 52%;
  border: 1px solid #b5b5b5;
  padding: 3px 7px;
  background: #fff;
}

.img_click_minus {
  float: left;
  cursor: pointer;
  margin-top: 5px;
  font-size: 12px;
  color: #666;
}

.icon-soluongtru:before {
  content: "\e924";
}

.number_cart2 .number_cart_input {
  background: #fff;
  border: unset;
}

.number_cart_input {
  float: left;
  width: 84px;
  padding: 4.5px 5px;
  outline: 0;
  text-align: center;
}

.img_click_plus {
  float: right;
  cursor: pointer;
  margin-top: 5px;
  font-size: 12px;
  color: #666;
}

.icon-soluongcong:before {
  content: "\e923";
}

.wp_text_number1 {
  margin-top: 12px;
}

.card_by2 {
  text-align: center;
}

.card_by1 {
  height: 36px;
  line-height: 35px;
  text-transform: uppercase;
  float: left;
  background: #bf1e2e;
  color: #fff;
  width: 100%;
  display: table;
  text-align: center;
  position: relative;
}

.card_by1 p {
  text-align: center;
  display: table-cell;
  color: #fff;
  vertical-align: middle;
}

.card_by1 p:before {
  content: "\e905";
  font-family: 'icomoon' !important;
  position: absolute;
  font-size: 27px;
}

.card_by1 p b {
  display: inline-block;
  margin-left: 40px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 100;
  color: #fff !important;
}

.box_support_policy_fixed {
  display: none;
}

.fixed1 .box_support_policy_fixed {
  display: block;
}

.box_support_policy {
  background: #f2f2f2;
}

.box_support_policy_header {
  padding: 18px 25px;
  background: #e5e5e5;
}

.bsp_phone_icon {
  float: left;
  width: 32px;
  font-size: 32px;
  color: #bf1e2e;
  margin-top: 7px;
}

.icon-hotline2:before {
  content: "\e913";
}

.bsp_phone_title {
  float: left;
  width: calc(100% - 32px);
  padding-left: 11px;
}

.bsp_phone_title p {
  text-transform: uppercase;
  color: #262626;
  font-size: 20px;
  margin-bottom: 0;
}

.bsp_phone_hotline a {
  color: #b20505;
  font-size: 18px;
}

.social_icons li {
  padding: 10px 17.5px;
  background-color: #ffff;
  border-radius: 50%;
  margin-right: 20px;
}

.social_icons li a i {
  color: var(--color-1st) !important;
}

.menu-left ul,
.online-support,
.support {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
  border: 2px solid #3f3f3f;
}

.bottom_footer .even {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  padding: 0 20px;
}

.menu-left ul .menu-item {
  padding: 10px 0 10px 30px;
  position: relative;
}

.footer * {
  color: #fff !important;
}

.menu-left ul .menu-item:before {
  display: block;
  position: absolute;
  content: "\f101";
  font-family: "FontAwesome";
  color: var(--color-1st);
  left: 15px;
  font-size: 15px;
}

.section--homepage .section__header span {
  color: #033a74
}

.section--homepage .section__header p {
  text-transform: unset;
  font-size: 14px;
  font-weight: 400;
  margin: 0 auto;
  margin-top: 10px;
  max-width: 50%;
}

.menu-left h2 {
  color: white;
  background-color: #3f3f3f;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  margin: 0;
  padding: 8px 10px;
  text-transform: uppercase;
}

.menu-left ul.sub-menu-custom {
  border: unset;
  display: none;
  transition: all .25s ease;
}

.menu-left .menu-item-has-children:hover ul.sub-menu-custom {
  border: unset;
  display: unset;
  transition: all .25s ease;
}

.header.is-show .menu-item {
  padding: 15px 0 !important;
}

.header.is-show img#logo1 {
  height: 50px !important;
}

.header.is-show .navigation__right .menu {
  padding: 0 !important;
}

.header.is-show .search-btn{
  font-size: 20px !important;
}

.header.is-show .icon_cat {
  height: 20px;
  width: 40px;
}

.nav-pills .nav-link p {
  color: #000;
}

.home-category.even {
  background-color: #fff;
}

.home-category {
  padding-bottom: 50px;
}

.nav-pills .nav-link:hover {
  background-color: var(--color-2nd);
}

.nav-pills .nav-link:hover p {
  color: #ffff !important;
}


.nav-pills .nav-link {
  padding: 4px 14px 6px;
  border: 1px solid #b2b2b2;
  margin: 0 6px 7px;
  border-radius: 5px;
  background: #ebeeff;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  background-color: var(--color-2nd);
}

.service-tab .tab-list-wrapper ul li.active a:before {
  background-color: #f69220;
  border-color: #fff;
  box-shadow: -5px 7px 30px rgba(0, 0, 0, 0.07);
}

.slider__content__wrapper__content h2 {
  padding: 5px 10px;
  background-color: #1b880d4f;
}

.service-tab h3 {
  font-size: 17px;
  font-weight: 500;
}

.service-tab .tab-list-wrapper {
  vertical-align: top;
  width: 100px;
  position: relative;
  display: table-cell;
}

.service-tab .tab-list-wrapper:before {
  position: absolute;
  content: '';
  width: 2px;
  height: calc(100% - 35px);
  top: 0;
  right: 60px;
  background-color: #f1f1f1;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.service-tab .tab-list-wrapper ul {
  padding: 0;
  min-height: 345px;
  position: relative;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  border: none;
}

.service-tab .tab-list-wrapper ul li {
  text-align: left;
  position: relative;
  max-width: none;
  width: 100px;
  margin-right: 75px;
  display: block;
  padding-top: 5px;
  margin-top: 25px;
}

.service-tab .tab-list-wrapper ul li a {
  font-size: 14px;
  color: #666c72;
  position: static;
  padding: 0;
  border: none;
}

.service-tab .tab-list-wrapper ul li a span {
  font-weight: 600;
  color: var(--color-2nd);
}

.service-tab .tab-list-wrapper ul li a:before {
  position: absolute;
  content: '';
  width: 18px;
  height: 18px;
  background-color: #f3f3f3;
  border: 6px solid var(--color-2nd);
  top: 18px;
  right: -23px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.service-tab .tab-content {
  display: table-cell;
  width: auto;
}

.service-tab .content {
  margin-bottom: 30px;
}

.service-tab .content img {
  border-radius: 50%;
}

.section--homepage {
  padding-top: 20px;
}

.section--homepage h2 {
  font-size: 32px;
  font-weight: 600;
  text-transform: uppercase;
}

.home-news {
  padding-bottom: 35px;
}

.section--homepage.home-news .section__header {
  padding-bottom: 20px
}

.home-news .row {
  margin-right: unset;
  margin-left: unset;
}

.home-news .section__content .right .item {
  margin-bottom: 10px;
  display: flex;
}

.home-news .section__content .right .blog-content {
  padding-right: 0;
}

.home-news .news p,
.home-news .news a {
  margin: 5px 0 5px 10px;
  font-weight: 600;
}

.home-news .embed-responsive {
  border: 3px solid #dcdcdc;
}

.home-news .form-control {
  width: 98%;
}

.product--detail .product__header {
  width: 100%;
}

.product--detail .product__info-header {
  margin-top: 10px;
  /*     border-bottom: unset; */
}

.product--detail .product__info-sku {
  /*   border-bottom: 1px solid #ddd; */
}

.product--detail .product__title {
  font-size: 22px;
  font-weight: 600;
}

.product--detail .product__price p {
  font-size: 14px;
  font-weight: unset;
  color: var(--color-text);
}

.product--detail .product__price .product-sale-price-text {
  font-size: 16px;
  font-weight: 600;
  color: var(--color-danger);
}

.btn--custom.btn--outline,
button.btn--custom.btn--outline {
  border-radius: 5px;
  background-color: var(--color-1st);
  color: white;
}

.product--detail .product__info {
  border-left: 1px dashed #ddd;
}

.at-share-btn-elements {
  display: flex;
  justify-content: space-between;
}

.product--detail .tab-list {
  padding: 20px 0 0;
  margin-bottom: 0;
}

.product--detail .tab-list li a {
  font-size: 18px;
}

.product--detail .product__thumbnail {
  margin-bottom: 0;
}

.product__content .tabs {
  /* border-right: 1px solid #ddd; */
  padding: 10px 15px;
  /*   max-height: 490px; */
  overflow: hidden;
  transition: all .4s ease
}

.tabs-custom.show {
  max-height: 2490px;
}

#product-kind {
  font-weight: 600;
}

.section--related-posts {
  padding-top: unset;
  border-top: unset;
}

.home-gallery {
  padding-bottom: 30px;
}

.home-partner .section__header {
  padding-bottom: unset;
  padding-top: 20px;
}

.nav-pills .nav-link h2 {
  color: black;
  margin: 0;
  font-size: 15px;
  font-weight: 500;
  padding: 10px 15px;
  border: 1px dashed black;
  border-radius: 25px;
  text-transform: initial;
}

.nav-pills .nav-link h2:hover {
  color: var(--color-1st);
  border: 1px solid var(--color-1st);
}

.nugget .item {
  text-align: center;
}

.nugget .item i.fa-paper-plane-o {
  background-color: #0099e6;
  color: white;
  padding: 20px;
  font-size: 30px;
  border-radius: 50%;
  margin-bottom: 15px;
}

.nugget .item i {
  background-color: #0099e6;
  color: white;
  padding: 15px;
  font-size: 30px;
  border-radius: 50%;
  margin-bottom: 15px;
}

.nugget .item svg {
  background-color: #0099e6;
  fill: white;
}

.nugget .item h4 {
  font-size: 16px;
}

.nugget .item {
  text-align: center;
  border-left: 1px solid #ddd;
  margin-bottom: 20px;
}

.nugget .item:last-child {
  border-right: 1px solid #ddd;
}

.nav-pills .nav-link.active h2,
.nav-pills .show>.nav-link h2 {
  color: var(--color-1st);
  border: 1px solid var(--color-1st);
}

.widget--shop .widget__title {
  height: 41px;
  line-height: 41px;
  color: var(--color-1st);
  padding-left: 10px;
  border-radius: 5px;
}

.shop--sidebar .shop__left .widget--shop {
  margin-bottom: 20px;
  padding: 0 0 20px;
  background-color: white;
}

.ps-list--categories li {
  padding: 5px 20px 5px 0;
  position: relative;
}

.ps-list--categories li a {
  padding-left: 15px;
}

.ps-list--categories>li>a:before {
  content: "\f0da";
  font-family: "fontawesome";
  left: 1px;
  line-height: 20px;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}

.ps-list--categories .sub-menu li a:before {
  content: "\2023";
}

.ps-list--categories .sub-menu>li>a {
  font-weight: 400;
  font-size: 14px;
}

.ps-list--categories li .sub-toggle {
  display: inline-block;
  height: 32px;
  position: absolute;
  right: 0;
  top: 0;
  width: 32px;
  /* display: none; */
}

.ps-list--categories li .sub-menu {
  background-color: transparent;
  border: none;
  display: none;
  opacity: 1;
  padding-left: 20px !important;
  position: relative;
  transition: all 0s ease;
  visibility: visible;
  z-index: unset;
}

.ps-list--categories .sub-menu>li>a {
  padding: 0 0 0 7px;
}

.list--tags {
  padding: 0 10px !important;
}

.post__content p {
  text-align: justify;
}

#coverflow {
  width: 100%;
}

.widget__links.list--plus {
  max-height: 500px;
  overflow-y: scroll;
}

.search-product .btn {
  width: 100%;
  height: 100%;
  border: 1px solid var(--color-1st);
  font-size: 15px;
  font-weight: 500;
  background-color: var(--color-1st);
}

.search-product .btn:hover {
  color: var(--color-1st);
  background-color: white;
}

.home-blog {
  padding: 60px 0 0;
  margin-bottom: unset;
  background-color: #fafafa;
}

.home-blog .blog-right {
  display: flex;
  padding: 20px 10px;
  border: 1px solid #ddd;
  margin: 5px;
  max-width: 48%;
  background-color: white;
}

.home-blog .blog-right span {
  display: block
}

.home-blog .last {
  border-bottom: unset;
}

.home-blog .blog-right h3 {
  display: block;
}

.footer .final-line {
  min-height: 55px;
  border-top: 1px solid #d6d3d3;
}

.footer .final-line p {
  padding-top: 15px;
  text-align: center;
}

.home-blog .blog-right h4 {
  position: unset;
  font-size: 16px;
  background: unset;
  transform: unset;
  justify-content: unset;
  height: unset;
  display: unset;
  text-transform: unset;
  color: var(--gray-dark);
  line-height: 28px;
}

.home-blog .blog-right h4:hover {
  color: #ddd;
  background-color: unset;
  color: var(--green);
}

#partner {
  padding-top: unset;
  overflow: auto;
}

#partner div {
  position: relative;
  z-index: 1;
}

#slider-partner .item-partner {
  margin: 30px 15px;
  float: left;
}

#slider-partner .item {
  max-width: 150px;
  margin: 0 auto;
  text-align: center;
  padding: 5px;
}

#slider-partner .item img {
  width: 100%;
  display: block;
  margin: 0 auto;
  -webkit-transition: all .5s ease-in-out;
  filter: grayscale(100%);
}

#slider-partner .item:hover img {
  filter: none;
}

.slick-prev {
  left: 0 !important;
  z-index: 10;
  color: #000;
}

.slick-next {
  z-index: 10;
  color: #000;
  right: 10px;
}

.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
  color: var(--color-1st) !important;
}

.widget--shop .widget__links li a {
  font-size: 14px;
  font-weight: unset;
}

.shop--sidebar .shop__left .list--minus {
  margin-left: 15px;
}

.list--minus li a:before,
.list--plus li a:before {
  content: unset;
}

.widget__content h4 a {
  color: white !important;
  font-weight: 500;
  font-size: 20px;
  padding: 7px 0;
}

/* .product__content h2{
  font-size: 18px;
  padding: 10px 20px;
  border: 1px solid #ddd;
  border-radius: 5px;
  background-color: #ddd;
} */
.product .product__actions li a:hover {
  background-color: var(--color-danger);
  color: #fff
}

.home-category .section__header {
  border-bottom: 2px solid var(--color-1st);
  margin-bottom: 20px;
}

.home-category .nav {
  justify-content: flex-start;
}

.product .product__wrapper .product__content {
  padding: 10px 15px;
}

.product__wrapper span {
  color: var(--color-1st)
}

.shop__products .product__wrapper span {
  color: var(--color-danger);
  font-weight: 600;
}

.product .product__info span {
  color: var(--color-danger);
  text-transform: uppercase;
}

.product--detail .product__variants .item img {
  border-radius: 5px;
  border: 1px solid #545454;
}

.product--detail .product__content {
  padding: unset;
  margin-right: 30px;
}

.product--detail .product__gallery img {
  border-radius: 20px;
  padding: 5px;
}

.section--related-posts .slick-prev,
.section--related-posts .slick-next {
  top: 40%;
}

.section--related-posts .slick-slide {
  margin: 0 20px;
}

.contact_link {
  padding: 10px 20px;
  background-color: var(--gray-dark);
  color: #ffff;
  border-radius: 10px;
  width: 100%;
  display: block;
}

.btn_link_phone {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.btn_link_phone a {
  font-size: 16px;
  margin-top: 20px;
  padding: 10px 20px;
  border-radius: 10px;
  color: #fff;
  background-color: var(--color-1st);
}

/*
.product--detail .tab-list{
  margin: unset;
  text-align: unset;
}
.page--product--detail .product--detail {
    display: flex;
}
.product--detail .product__header>* {
    max-width: unset;
}
.product--detail .row {
    display: -webkit-box;
} */
/* .home-news .news .owl-posts{
  transform: rotate(90deg);
}
.home-news .news .item{
  transform: rotate(-90deg);
  float: left;
}
.home-news .news .owl-posts .owl-nav{
  display: none;
}
.home-news .news div.owl-posts .owl-nav .owl-prev, .home-news .news div.owl-posts .owl-nav .owl-next{
    font-size:36px;
    top:unset;
    bottom: 15px;
} */
.contact-mega {
  margin: 20px 0;
  padding: 25px 0;
  background-color: var(--color-2nd);
}

.contact-mega p {
  font-size: 17px;
  text-align: right;
  color: white;
  margin: 0;
  text-transform: uppercase;
}

.contact-mega a {
  padding: 10px 15px;
  color: white;
  background-color: var(--color-danger);
  border-radius: 20px;
  line-height: 25px;
  text-transform: uppercase;
}

.footer {
  padding-bottom: 0;
  overflow: hidden;
  margin-top: 25px;
}

.footer-background {
  background-attachment: fixed;
  position: relative;
}

.footer .container {
  padding: 20px;
}

.footer iframe {
  width: 100% !important;
  height: 200px;
}

.footer .bg {
  height: 450px;
  padding: 20px;
}

.newsletter .row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.widget--footer .site_title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 12px;
}

.widget__links .fa-angle-right:before {
  color: white;
}

.widget--footer .widget__links li:hover span {
  color: var(--color-1st)
}

.footer a,
.footer p,
.footer strong {
  /*   color: white!important; */
}

.footer a:hover {
  color: #fff !important
}

.footer p.hotline {
  font-weight: 700;
  color: #fff !important;
}

.newsletter input {
  background-color: white;
  border: unset;
  height: 44px;
}

.newsletter h3 {
  padding-top: 10px;
  font-size: 17px !important;
  color: white;
}

.newsletter button {
  background-color: var(--color-danger);
  color: white;
  height: 100%;
  padding: 0 15px;
}

.newsletter .fa-envelope-o {
  font-size: 80px;
  text-align: center;
  color: whitesmoke;
}

.home-adbanner img {
  width: 100%;
}

.newsletter .list--social a {
  color: white;
  border-radius: unset;
  border: 1px solid #ffffff;
}

.newsletter input {
  background-color: white;
  border: unset;
  height: 44px;
}

.newsletter h3 {
  font-size: 17px !important;
  color: white;
  margin-bottom: 0;
}

.newsletter form {
  width: 300px;
}

.newsletter button {
  background-color: var(--color-1st);
  color: white;
  height: 100%;
  padding: 0 15px;
}

.form--subscribe {
  max-width: 450px;
}

.form--subscribe label {
  text-indent: -9999px;
  position: absolute;
}

.form--subscribe input {
  background: #292727;
  height: 40px;
  max-width: 450px;
  border: unset;
}

.form--subscribe button {
  background: var(--color-1st);
  height: 100%;
  color: white;
}

.list--social li {
  margin-right: 5px
}

.footer .list--social a {
  background: var(--color-1st);
}

.footer .widget--footer {
  margin-bottom: unset;
}

.footer .widget--footer .address a {
  margin-right: 10px;
  display: inline-block;
  font-size: 14px;
  width: 35px;
  height: 35px;
  border-radius: 7px;
  color: #636363;
  border: 1px solid #ff0000;
  text-align: center;
  line-height: 34px;
}

.footer .widget--footer .address .fa {
  color: red;
}

.footer .right .widget--footer:last-child {
  margin-bottom: unset;
}

.shop__content ul.widget__links li {
  margin: 0;
  padding: 10px 0;
  border-bottom: 1px dashed #eaeaea;
}

.footer .final-line p {
  padding-top: 15px;
}

.post>* {
  max-width: unset;
}

.slider__content .slider__content__wrapper .slider__content__wrapper__content h2 {
  font-size: 40px;
  max-width: 55%;
  padding: 20px 20px;
  margin-top: 300px;
}

.product .product__price {
  color: #505050;
  font-weight: 400;
  font-size: 14px;
}

.product__content .btn-contact {
  padding: 6px 15px;
  font-size: 15px;
  margin-top: 10px;
}

.home-news .item .collection {
  padding: unset;
  text-align: center;
  overflow: hidden;
}

.home-news .item img {
  border-radius: 10px;
  overflow: hidden;
  transition: all .8s cubic-bezier(.19, 1, .22, 1);
}

.home-news .item:hover img {
  transform: scale(1.1);
}

.home-news .item:hover .collection_link {
  color: var(--color-1st)
}

.home-news .item.left {
  padding: unset;
  text-align: justify;
}

.fb-like-box,
.fb-like-box span,
.fb-like-box span iframe[style] {
  width: 100% !important;
}

/* .home-products .section__header {
  padding: 15px;
  text-align: left;
  position: relative;
  background-color: #ffff;
  justify-content: space-between;
  padding-bottom: 30px;
  align-items: center;
} */

/* .home-products{
  padding: 20px;
} */
/* .home-products .container .pro {
  box-shadow: 2px 0px 80px -1px rgb(0 0 0 / 8%);
  padding: 15px;
  background-color: #ffff;
  border-radius: 10px;
} */

.home-products .section__header .tiele_header {
  display: flex;
  position: relative;
  justify-content: center;
}

.product {
  border-radius: 10px;
  overflow: hidden;
}

.home-products .section__header .tiele_header::before {
  content: '';
  height: 2px;
  position: absolute;
  width: 15%;
  bottom: 0;
  background-color: var(--color-1st);
}

.home-products .section__header .tiele_header h2 {
  text-transform: uppercase;
}

.home-products .section__content {
  padding: 15px;
  grid-template-columns: 1fr 4fr;

}

ul.subitem {
  display: flex;
  align-items: center;
  list-style: none;
  justify-content: flex-end;
  flex-wrap: wrap;
  color: white;
  width: 100%
}

.combo ul.subitem {
  justify-content: center;
}

.section--homepage ul.subitem {
  color: inherit
}

.cart-btn {
  background: #fff;
  border-radius: 50%;
  width: 37px;
  height: 37px;
  transition: all 0.8s;
}

.cart-btn:hover {
  transform: scale(1.1);
}

.navigation__center .subitem a {
  font-size: 16px;
  color: white;
  padding: 0 10px
}

.navigation__center .subitem a:hover {
  color: var(--color-1st);
}

.subitem li:last-child:after {
  content: "";
}

.home-feature-posts .row div {
  margin-bottom: 10px;
}

.home-feature-posts .item {
  position: relative;
  margin: 5px 10px;
}

.home-feature-posts .item {
  position: relative;
  margin: 5px 10px;
}

.home-feature-posts h3 a {
  font-weight: 600;
}

.home-feature-posts h3 {
  font-size: 13px;
  text-align: center;
  margin-top: 12px;
}

.collection_link {
  font-size: 14px;
  margin-bottom: 0;
  font-weight: 500;
}

.home-news .right .collection_link {
  padding: 0;
}

.contact-row {
  display: flex;
}

.form--contact .form-group {
  margin-bottom: 16px;
}

.home-blog .blog-content p,
.intro-pic {
  text-align: justify;
}

.intro-pic {
  padding: 5px;
}

.sub-menu {
  left: -11px;
}

.dd3-content>span.text.float-right {
  display: none;
}

.name-overlay {
  position: absolute;
  bottom: 0;
  width: 100%;
  transition: .5s ease;
  opacity: 0;
  color: white;
  text-align: center;
  padding: 15px 0 15px 15px !important;
  margin-bottom: 0 !important;
  background: #2c2c2c63;
  /*   background-image: linear-gradient(to right, #00000096 , #33333300); */

}

.language_bar_list li a {
  text-transform: uppercase;
  font-size: 18px;
  background-color: #efd8bb;
  color: var(--color-1st);
  padding: 10px;
  border-radius: 50%;
}

.home-albums .item {
  overflow: hidden
}

.home-albums .item img {
  transition: .5s ease;
}

.home-albums .item:hover img {
  transform: scale(1.2)
}

.section--homepage .description {
  margin-bottom: 30px;
}

.readmore {
  padding: 10px;
  border: 1px solid #c96943;
  border-radius: 25px;
  color: var(--color-1st);
  font-size: 18px;
  font-weight: 500;
  width: 250px;
  text-align: center;
}

.readmore.resv {
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  border-color: #353535;
  color: #353535;
}

.readmore:hover a {
  color: #f0ad4e !important
}

.readmore:hover {
  -webkit-animation: shake 0.07s ease-in-out 0.07s infinite alternate;
  ;
  background: #353535;
  border-color: #353535;
}

@-webkit-keyframes shake {
  from {
    -webkit-transform: rotate(2deg);
  }

  to {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(-2deg);
  }

}

.home-categories .section__header {
  padding-bottom: 30px;
}

.home-categories .col-md-6:first-child {
  text-align: right
}

.home-categories .col-md-6:last-child {
  text-align: left
}

.home-categories h2 {
  padding-top: 30px;
}

.home-categories h3 {
  font-size: 16px;
  margin: 15px 0 30px;
}

.home-categories img {
  transition: all .3s ease-in-out;
}

.home-categories .item {
  border: 5px solid var(--color-1st);
}

.home-categories .item .item-title {
  background-color: #3c3c3ca6;
  padding: 15px;
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  transition: all .3s ease-in-out;
}

.home-categories .item .item-title a {
  font-size: 24px;
  font-weight: 600;
  color: white;
  text-transform: uppercase;
}

.home-categories .item:hover .item-title {
  background-color: #3c3c3ccc;
}

.home-categories .item:hover img {
  opacity: 0.9;
}

.home-feature-posts .item:hover .name-overlay {
  opacity: 1;
}

.mobile-toolbar {
  display: none;
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: white;
}

.mobile-toolbar ul {
  display: flex;
  list-style: none;
  justify-content: space-between;
  align-items: center;
  padding: 0 25px;
}

.contact-form {
  padding-bottom: 30px;
}

.contact-form h2,
.home-reason h2 {
  color: white;
  background: url(/storage/index/restaurant-golden-venzel.png) no-repeat center bottom;
  padding-bottom: 25px;
}

.home-reason h2 {
  color: unset;
}

.contact-form .form-control {
  background-color: whitesmoke;
}

.contact-form .btn--custom {
  margin: 0 auto;
  display: block;
}

.home-reason h3 {
  color: #5d1500;
}

.home-reason img {
  width: 50px;
}

.home-reason .item {
  text-align: center;
  background-color: #fff;
  padding: 45px;
}

.home-reason .item:hover {
  background-color: #2e2e2e;
}

.home-reason .item:hover h3 {
  color: #fff;
}

.menu--mobile>li.menu-item-has-children:not(.has-mega-menu) .sub-toggle {
  top: -5px
}

.sub-menu-line ul {
  list-style: none;
  padding: 0;
  margin: 0 auto 60px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.sub-menu-line .widget__links {
  width: 40%;
  margin-bottom: 15px
}

.sub-menu-line .widget__links li:first-child:before {
  content: "\f0de";
  font-family: 'FontAwesome';
  position: absolute;
  bottom: -36px;
  left: 40%;
  color: #e6e6e6;
  font-size: 25px;
}

.sub-menu-line ul li:hover {
  border-bottom: 1px solid #ddd;
}

/* .sub-menu-line .widget__links:first-child:before{;
  content:"\f0de";
  position: absolute;
  bottom: 0
} */
.sub-menu-line ul li span {
  text-transform: uppercase;
  color: white;
  font-weight: 600;
  font-size: 15px;
}

.slider-post-new .item .post{
    padding: 10px;
}

.home-news .slick-slide {
  /*     width: 100% !important; */
}

.post--detail .post__header h1 {
  font-size: 24px;
}

.footer .final-line img {
  margin-top: -5px;
}

.owl-slider.owl-carousel {
  transition: top 0.4s all;
  overflow: hidden
}

.shop__products .badge-secondary,
.footer .badge-secondary {
  color: #464646 !important;
  background-color: #f5f5f5;
  padding: 7px 10px;
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 5px;
  height: unset;
}

.shop__products .badge {
  color: white !important;
  border: 1px solid var(--color-1st);
  background-color: var(--color-1st);
  border-radius: 20px
}

.footer .badge-secondary:hover {
  background-color: white;
}

.link-btn {
  display: block;
  padding: 5px 16px;
  color: #ffc800;
  background: #000;
  border: 2px solid #000;
  border-radius: 5px;
  font-weight: 600;
  font-size: 13px;
}

.link-btn:hover {
  color: #ffc800;
  background: white;
}

.btn-gr i {
  background: #7e7e7e;
  color: white;
  padding: 11px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.panel--search {
  top: 56px;
  left: unset;
  right: 0;
  padding: 0;
  border-bottom: unset;
  background-color: unset;
  transition: all .8s cubic-bezier(.19, 1, .22, 1);
}

.bottom__header .navigation .container .navigation__left .panel_menu_pro .icon-menu:before {
  content: "\e88f";
}

.bottom__header .navigation .container .navigation__left.active .panel_menu_pro .icon-menu:before {
  content: "\2715";
}

.panel--search.active {
  width: 300px;
}

.panel--search .form-control {
  height: 39px;
  background-color: white;
  border-radius: 20px;
}

.main-header .form--primary-search button {
  right: 0;
}

.shop__products .product:hover .product__wrapper {
  transform: unset;
  background: unset;
  box-shadow: unset;
}

.shop__products .product h3 a {
  color: var(--color-1st);
  font-size: 20px;
}

.product .product__actions.gallery li a {
  padding: 10px 14px;
  border-radius: 50%;
}

#sale-gallery .product:hover .product__wrapper {
  transform: unset;
}

#sale-gallery .product:hover .product__thumbnail img {
  transform: scale(1.1);
}

.product:hover img {
  transform: scale(1.1)
}

.countdownList li {
  display: inline-block;
  padding-right: 1em;
  font-size: 17px;
  list-style-type: none;
  line-height: 16px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  color: #7e7e7e;
}

.countdownList li span {
  display: block;
  margin-bottom: 15px;
  font-size: 28px;
  color: white !important;
  background: var(--color-danger);
  width: 51px;
  height: 50px;
  line-height: 52px;
  border-radius: 50%;
  border-bottom: 19px solid #222222;
}

.widget_title {
  margin-bottom: 20px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.3px;
  font-size: 18px;
}

.widget_categories li,
.widget_archive li,
.widget_recent_post li {
  padding-bottom: 10px;
  list-style: none;
}

.widget_categories li a,
.widget_archive li a {
  position: relative;
  font-size: 16px;
}

.widget_categories li a::before,
.widget_archive li a:before {
  content: "\f0da";
  font-family: "FontAwesome";
  height: auto;
  line-height: normal;
  margin-right: 10px;
}

ul,
li,
ol {
  margin: 0;
  padding: 0;
}

.sidebar .widget+.widget {
  border-top: 1px solid #ddd;
  margin-top: 30px;
  padding-top: 30px;
}

.post_img,
.widget_course li .course_img {
  float: left;
  margin-right: 10px;
}

.post_img img {
  width: 80px;
}

.page--product--detail .right {
  border-left: 1px solid #dee2e6 !important;
}

.post_content,
.widget_course li .course_content {
  overflow: hidden;
}

.post_content .product_title {
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 13px;
  margin-bottom: 5px;
  font-weight: 500;
}

.post_content h6 {
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 0;
}

.post_content .product_price {
  margin-bottom: 0px;
}

.post_content .price {
  color: #FF324D;
  font-weight: 600;
}

.product_price del {
  font-size: 13px;
  margin-left: 5px;
}

.home-contact .block--contact-form h2 {
  color: var(--color-1st);
}

.home-contact .block--contact-form {
  border-radius: 20px;
}

.home-contact {
  background: #e7e7e7;
  padding: 50px 0;
  overflow: hidden
}

.yellow-space {
  height: 280px;
  width: 100%;
  background: var(--color-1st);
  position: absolute;
  bottom: 0;
  z-index: -1;
}

.fb-chat {
  position: fixed;
  width: 300px;
  height: 350px;
  top: 0;
  bottom: 0;
  right: 75px;
  margin: auto;
  z-index: 999999;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  display: none;
}

#fb-root iframe {
  bottom: 234px !important;
  right: 7px !important;
}

ul.subitem li:after {
  content: "|";
}

.news-featured-item .title-item {
  font-size: 18px;
  margin: 16px 0;
  display: block;
  font-weight: 600;
  position: relative;
  padding-left: 10px;
  text-transform: uppercase;
}

.news-featured-item .item-main {
  padding-bottom: 20px;
  border-bottom: 1px solid #dbdbdb;
}

.news-featured-item .item-main .img {
  width: 100%;
  height: 155px;
  display: block;
  background-size: cover;
}

.news-featured-item .item-main .news-title {
  font-weight: 600;
  font-size: 14px;
  margin-top: 10px;
  color: #1a1a1a;
  height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  -webkit-box-align: center;
}

.news-featured-item .item-sub-wrap .item-sub {
  width: 100%;
  display: block;
  display: -webkit-box;
  display: flex;
  margin: 16px 0;
  height: 60px;
}

.news-featured-item .item-sub-wrap .item-sub .news-thumb {
  width: 33.33333%;
}

.news-featured-item .item-sub-wrap .item-sub .news-thumb .img {
  width: 100%;
  min-height: 53px;
  display: block;
  border-radius: 4px;
  background-size: cover;
  max-height: 53px;
  height: auto;
}

.news-featured-item .item-sub-wrap .item-sub .news-title {
  padding-left: 8px;
  width: 66.66667%;
  font-weight: 600;
  color: #1a1a1a;
  font-size: 14px;
  height: 60px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  -webkit-box-align: center;
}

.news-featured-item .title-item:before {
  position: absolute;
  content: "";
  height: 21px;
  width: 4px;
  background-color: #ffc800;
  left: 0;
}

.slider-post {
  height: 0;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s ease;
  -webkit-transition: opacity 1s ease;
}

.slider-post.slick-initialized {
  height: 100%;
  visibility: visible;
  opacity: 1;
}

.last-block .icon {
  border-radius: 50%;
  background: #000;
  min-width: 65px;
  height: 65px;
}

.last-block .icon i {
  font-size: 30px;
}

.last-block .content p {
  font-size: 17px;
}

.first-block {
  z-index: 1;
}

.first-block:before {
  background: #fff;
  content: "";
  position: absolute;
  right: 0px;
  top: -50px;
  height: 190px;
  width: 1000px;
  z-index: -1;
}

.first-block:after {
  content: "";
  position: absolute;
  top: -50px;
  right: -40px;
  border-left: 40px solid white;
  border-top: 95px solid transparent;
  border-bottom: 95px solid transparent;
}

.widget__content .link-btn {
  border: 1px solid #ddd;
  background: #fff;
  color: #000;
  border-radius: 20px
}

.widget__content .link-btn:hover {
  background: #000;
}

.search-btn {
  font-size: 20px;
}

.product-desc-grid .widget {
  position: sticky;
  top: 95px;
}

.social-product ul {
  display: flex;
  justify-content: flex-start;
  list-style: none;
  padding: 0px;
}

.social-product li {
  margin-right: 5px;
}

.social-product a {
  width: 30px;
  height: 30px;
  border: none;
  cursor: pointer;
  color: #FFF;
  background: #c9c9c9;
  border-radius: 2px;
  outline: none;
}

.btn-add-cart.view-cart {
  background: #e74c3c;
  /*   #FFC800 */
}

.social-product iframe {
  max-width: unset
}

.product__commitment {
  row-gap: 10px
}

.product__commitment .grid-col-2 {
  grid-template-columns: 22px 1fr
}

.product__commitment span {
  color: #df2d2d;
}

/* 
.ps-list--categories {
  padding: 0 15px !important;
} */

@media (min-width: 1200px) {
  .col-xl-2x {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }

}

@media screen and (max-width: 1200px) {
  body {
    padding-top: 72px
  }
}

@media screen and (max-width: 1024px) {
  .home-blog .blog-right {
    /*max-width: unset;*/
  }

  .footer form {
    width: 100%;
    margin-right: unset;
  }

  .home-feature-posts h2:after,
  .home-partner h2:after,
  .home-news h2:after {
    width: unset;
    left: unset;
    height: unset;
    background: unset;
    position: unset;
    content: unset;
    bottom: unset;
  }

  .newsletter form {
    margin-bottom: 10px;
  }

  .menu--mobile>li>a.logo {
    display: none;
  }

  .home-news .rw .blog-content p,
  .header-top {
    display: none;
  }

  .page--shop .page__hero {
    min-height: 150px;
  }

  .sub-menu-line ul {
    margin: 0 auto 30px;
  }

  .home-intro .link-btn {
    bottom: -55px;
  }

  .section--homepage h2 {
    font-size: 24px;
    margin-bottom: 15px;
    text-align: center;
  }

  .header .btn-shopping-cart>span {
    top: -5px;
    left: 18px;
  }
}

@media screen and (max-width: 992px) {

.page__content .home-products .d-grid.grid-col-4{
     grid-template-columns: 1fr 1fr;
}

.post__wrapper.grid-col-1-4{
    grid-template-columns: 1fr !important;
} 

.page--inner .post--detail .row{
    flex-direction: column-reverse;
}

  .top__header {
    display: none;
  }

  .footer {
    padding-top: 40px;
  }

  .section--homepage {
    padding-bottom: 20px;
  }

  .center__footer {
    padding: 0 0 20px 0;
  }

  .menu--fooer {
    display: inline;
  }

  .menu>li.current-menu-item>a {
    color: #000;
  }

  .section--homepage.banner_email .container {
    grid-template-columns: 1fr;
  }

  .footer .widget--footer {
    margin-bottom: 20px;
    text-align: center;
  }

  .footer .block-contact {
    margin-bottom: 20px;
    justify-content: center;
  }

  .home-products .section__content {
    grid-template-columns: 1fr;
  }

  .dlpm-grid__svg {
    text-align: center;
  }

  .dlpm-grid__svg svg g rect {
    width: 235px !important;
  }

  .home-intro .container .col-md-1 {
    height: 495px;
  }

  .home-intro .container .intro-pic {
    margin-top: 55px;
  }

  .home-blog .blog-right {
    max-width: 47%;
  }

  .footer form {
    width: 100%;
    margin-right: 30px;
  }

  .product .product__wrapper {
    display: block;
  }

  .product__thumbnail {
    width: unset;
  }

  .product .product__wrapper .product__content {
    margin: unset;
  }

  .header-top .navigation__left,
  .header-top .list--social {
    display: none;
  }

  .menu-left,
  .home-intro .link-btn {
    display: none;
  }

  .section--homepage .section__header p {
    max-width: unset;
  }

  .section__header .nav-pills {
    justify-content: center;
  }
}

@media (max-width: 768px) {
  .header-top .navigation__right {
    width: 100%;
    margin-right: unset;
    display: unset;
  }

  .header-top .langs {
    margin-left: unset;
    float: right;
  }

  .home-intro .intro-content {
    padding-top: unset;
  }

  .home-intro .container .col-md-1 {
    height: 420px;
  }

  .home-intro .container .intro-pic {
    top: -10px;
  }

  .home-intro .section__header {
    padding-top: 30px;
  }

  .section--homepage .section__header h3 {
    font-size: 22px;
  }

  .mobile-toolbar {
    display: none;
    padding: 15px 0 5px;
  }

  .home-intro .link-btn {
    bottom: -5px;
  }

  .product--detail .product__thumbnail {
    max-width: unset;
  }

  .home-intro .section__header span {
    font-size: 25px;
  }

  .home-intro .section__header p {
    font-size: 15px;
  }

  .home-intro .section__header h1 {
    font-size: 30px;
  }

  .section--blog .section__header {
    background-position: cover;
    background-attachment: scroll !important;
  }

  .home-products .section__header {
    grid-template-columns: unset;
    text-align: center;
  }

  ul.subitem {
    justify-content: center;
  }

  .section--homepage.home-products h2:after {
    content: ""
  }

  .home-contact .block--contact-form {
    width: 100% !important;
  }

  .slider-grid {
    grid-template-columns: 1fr;
    gap: 20px
  }
}

@media (max-width: 425px) and (min-width: 375px) {}

@media (max-width: 470px) {

  .home-intro .container {
    display: contents;
  }

  .home-intro .container .col-md-1 {
    display: none;
  }

  .home-intro .container .intro-pic {
    position: unset;
    margin-top: unset;
  }

  #coverflow {
    width: 100%;
    text-align: -webkit-center;
  }

  .flipster__item img {
    max-width: 50%;
  }

  .flipster__button {
    top: 60%;
    margin: unset;
  }

  .section--homepage .section__header h3 {
    font-size: 22px;
  }

  .home-blog .blog-right {
    max-width: 100%;
    margin: 10px 0;
  }

  .page--inner,
  .page--shop {
    margin: 0 0 50px 0;
    padding: 0;
  }

  .page--inner.page--product--detail {
    margin: 0
  }

  .footer .newsletter {
    margin-bottom: 30px;
  }

  .footer .form--subscribe {
    width: 320px;
  }

  .footer form {
    width: 380px;
    margin-bottom: 10px;
  }

  .footer .final-line {
    margin-bottom: 50px;
    display: block;
    flex-wrap: wrap;
  }

  .footer .right .widget--footer:last-child {
    margin-bottom: 20px;
  }

  .home-collection {
    margin-top: 50px;
  }

  .home-collection .section__content {
    margin-top: -50px;
  }

  .home-collection .section__header p br,
  #top-line {
    display: none;
  }

  .nav-pills .nav-link h2 {
    font-size: 20px;
  }

  .home-categories .cat-img-transf {
    width: 50%;
    margin: 0 auto;
    margin-bottom: 50px;
    margin-top: 50px;
  }

  #logobottom {
    height: 200px;
  }

  .home-news .section__content .item {
    display: unset;
  }

  .home-news .section__content .item .banner-effect {
    margin-bottom: 14px;
  }

  .product--detail .tab-list li {
    margin-right: 0;
  }

  .sub-menu-line .widget__links {
    width: 100%;
  }

  .sub-menu-line .widget__links li {
    margin-left: unset;
  }

  .sub-menu-line ul li span {
    font-size: 14px
  }

  .home-categories {
    background: unset !important;
    padding-top: 10px !important;
  }

  .hidden-mobile {
    display: none !important
  }

  .home-collection .owl-item .collection__more_link {
    height: 35px;
    font-size: 12px
  }

  #fb-root iframe {
    bottom: 60px !important;
    right: 0 !important;
  }

  .grid-col-2,
  .grid-col-3,
  .grid-col-2-13,
  .product-desc-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .grid-col-4 {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }

  .grid-col-5 {
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  }

  .home-news .grid-col-4,
  .banner.grid-col-2,
  .shop__products .grid-col-4 {
    grid-template-columns: 1fr 1fr;
    gap: 10px
  }

  .product__shopping .grid-col-2-13 {
    grid-template-columns: 1fr 3fr;
  }

  .product__info .grid-col-2-13 {
    grid-template-columns: 105px 1fr;
  }

  .slider-grid {
    display: unset !important;
    flex-wrap: wrap;
    grid-template-columns: 1fr;
    gap: 10px
  }

  .slider-grid .owl-slider,
  .slider-grid .slider-banner {
    margin-bottom: 10px
  }

  .slider-grid .slider-banner {
    display: flex;
    align-items: center;
    gap: 10px
  }

  .section--homepage.slider .item {
    margin: unset
  }

  .home-contact .first-block {
    overflow: hidden;
    padding: 20px 10px;
  }

  .product__content .tabs {
    border: unset;
    padding: unset
  }

  .product--detail .product__info {
    border: unset
  }

  .product--detail .product__title {
    margin-top: 15px
  }
}

@media (max-width: 992px) and (min-width: 768px) {}

@media screen and (max-width: 375px) {


  .dlpm-grid__svg svg g rect {
    width: 240px !important;
  }

  .home-blog .blog-right {
    display: block;
  }

  .home-blog .blog-content {
    margin-top: 10px;
  }

  .home-blog .blog-content h4 {
    line-height: 1.6em;
  }
}

#toptop {
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  position: fixed;
  bottom: 50px;
  right: 10px;
  cursor: pointer;
  background: white;
  transition: 0.5s;
  z-index: 200;
  border-radius: 50%;
  color: #fff;
  transform: rotate(-90deg);
  font-size: 51px;
  color: #df001f;
}

#toptop i {
  margin-top: -3px;
  font-weight: 900;
}

@media (max-width: 752px) and (min-width: 541px) {}

@media (max-width: 521px) and (min-width: 425px) {}

@media (max-width: 541px) and (min-width: 520px) {}

@media screen and (max-width: 520px) {

  li.page-item {

    display: none;
  }

  .page-item:first-child,
  .page-item:last-child,
  .page-item.active {

    display: block;
  }
}


.product__thumbs:not(.slick-initialized),
.product__gallery:not(.slick-initialized) {
  display: none;
}

.post--detail .arti-list .title {
	font-size: 24px;
    text-align: center;
}

.f-700{
    font-weight: 700;
}

.top_footer .image img{
    max-width: 120px;
    max-height: 200px;
}