@media screen and (max-width: 1199px) {
  html,
  body {
    width: auto !important;
    overflow-x: hidden !important;
  }
}

.navigation--mobile,
.navigation>.container {
  position: relative;
  height: 100%;
}
.phone-block {
    background: url(/storage/general/ico-phone.png) no-repeat left center;
}
.phone-block .h2{
    color: #ff7f00
}
.a-bsh-line{
  background: var(--color-1st);
}
.color-1st{
  color: var(--color-1st);
}
.a-bsh-line a:hover{
  background: white;
  color: var(--color-1st) !important;
}
.countdownList li {
  display: inline-block;
  padding-right: 1.5em;
  font-size: 16px;
  list-style-type: none;
  line-height: 16px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  color: #bfbfbf;
  margin-bottom: 20px;
}
.countdownList li span {
  display     : block;
  margin-bottom: 20px;
  font-size: 42px;
  color: white;
}
.header-top {
    background: #a40000;
}
.top-line {
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all 0.5s ease-out;
  border-bottom: 1px solid var(--color-1st);
      padding-bottom: 2px;
}
.header-top .container {
  height: 35px;
}
.btn-shopping-cart {
    font-size: 30px;
}
.nav__right {
  display: contents;
}
.header-top .list--social li {
  margin-right: -5px;
}
.rounded-x {
    border-top-left-radius: 20px !important;
    border-bottom-right-radius: 20px !important;
}
.header-top .list--social a {
  border-radius: unset;
  border: unset;
  color: #ddd;
  width: unset;
  height: unset
}
.header-top .header__actions .form--primary-search i:last-child {
  color: black;
}
.header-top .navigation__right .header__actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-top .navigation__nextto__center p {
  margin: 10px;
}
.header-top p,
.header-top a,
.header-top i {
  margin: 0 auto;
  color: white;
  font-size: 12px;
  font-weight: 600;
}
input#keyword {
  height: 36px;
  margin: 2px 0;
  background-color: white;
  width: 280px;
}

.header {
  z-index: 1500;
  border-bottom: unset;
  background: white;
  box-shadow: 0 4px 5px 0 rgb(0 0 0 / 19%);
}

.cust-menu {
  z-index: 1500;
  border-bottom: unset;
  position: -webkit-sticky;
  position: sticky;
  top: -1px;
  box-shadow: 0 3px 2px 0 rgb(0 0 0 / 78%);
  height: 45px;
}
.header--mobile {
  position: fixed;
  top: 0;
  width: 100%;
  background: white;
}

.panel--sidebar .sub-menu>li.menu-item-has-children:hover>.sub-menu {
  position: relative;
  left: 10%;
  background: transparent;
}

/* .panel--sidebar{
  background: var(--color-1st);
} */

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

/* .menu--mobile>li>a,.menu--mobile .sub-menu>li>a,.menu--mobile>li.current-menu-item>a {
    color: white;
} */

.menu--mobile .sub-toggle:after,
.menu--mobile .sub-toggle:before {
  background-color: white;
}

.main-header .navigation__right .menu{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.main-header .navigation__right .h2 {
  margin-bottom: -3px;
  color: #2957a2;
}
.main-header .phone {
  margin-bottom: 1px;
  font-size: 17px;
  color: #ce3f3f !important;
}
.main-header .menu>li {
  padding: 0;
  position: relative;
}
#top-line i,#top-line a,#top-line p{
  color: var(--color-1st);
  font-weight: 600;
}
.main-header .menu>li>a {
  font-size: 11px;
  padding: 8px 5px;
  color: white;
  font-weight: 600;
}
.main-header .header-menu>li>a {
    font-size: 14px;
    padding: 0 16px;
    color: var(--color-text);
    font-weight: 600;
    text-transform: inherit;
}
.top-line a {
    font-weight: 600;
}
.main-header .header-menu>li::after {
  content: '';
  height: 65%;
  width: 0.15rem;
  position: absolute;
  top: 3px;
  background-color: var(--color-text);
}
.main-header .header-menu>li:last-child:after {
  content: unset;
}
.main-header .menu>li.current-menu-item>a,
.main-header .menu>li:hover>a {
  text-decoration: underline;
}

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

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

.breadcrumb {
  background-color: unset;
}

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

.breadcrumb li:last-child:before {
  content: " /";
  margin: 0 5px 0 9px;
}

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

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

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

.home-intro .section__header {
  margin: unset !important;
  border: unset !important;
}

.home-intro .section__content {
  
}
.home-intro .item:hover h3 a {
  color: var(--color-danger)
}
.home-intro .first{
  background-color: #eaf9fe
}
.home-intro .section__header span {
  color: var(--color-1st);
  font-weight: 600;
  font-size: 30px;
  text-transform: uppercase;
}

.home-intro .section__header p {
  color: var(--color-1st);
  font-weight: 700;
  text-transform: uppercase;
}
.home-intro h3 a {
  font-size: 13px;
  font-weight: 600;
  color: var(--color-1st);
}
.home-intro .first h3 a {
  font-size: 15px;
}
.home-intro .left-col .col-xl-4{
  padding: 0 5px;
}
.link-btn {
  display: table;
  margin: 0 auto;
  padding: 6px 30px;
  color: white;
  background-color: var(--color-1st);
  border: 1px solid var(--color-1st);
  text-transform: uppercase;
}
.home-adbanner .link-btn {
  display: block;
  border-radius: 5px;
  margin-top: unset
}
.home-news .link-btn{
  position: relative;
  padding: 5px 15px;
  display: table;
  background: var(--color-1st);
  color: white;
}
.home-intro .link-btn{
  margin: auto 0 0 auto;
}

.link-btn:hover {
  background: white;
  color: var(--color-1st);
  border: 1px solid var(--color-1st);
}

.home-news .link-btn {
  margin-left: 0;
  left: 0;
  top: 20px;
}

/* .home-intro h2, .home-intro p, .home-intro .section__content{
  color: white !important;
} */
.menu-footer li:hover span{
  color: var(--color-1st)
}
.home-intro .container {
  background: none !important;
}

.home-intro .intro-content .item {
  border: 2px solid #ddd;
  border-radius: 10px;
  padding: 5px;
}

.home-intro .intro-content img {
  border-radius: 10px;
}

.home-intro .intro-content .owl-carousel {
  padding-bottom: 35px;
}

.home-collection {
  padding-top: 0px;
}

.home-collection .row div {
  margin-bottom: 20px;
}

.home-products ul {
  justify-content: space-between;
  align-items: center;
}
.home-countdown .content{
  background-color: white;
  border: 3px solid #ddd;
  padding: 15px 10px;
}
.menu-left ul,
.online-support,
.support {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
  border: 2px solid #3f3f3f;
}

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

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

.home-products .menu-left ul .menu-item:hover {
  background-color: #f1f1f1;
  color: var(--color-danger);
}

.home-products .menu-left a:hover {
  color: var(--color-danger);
}

.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;
}

.home-products .row {
  margin: unset;
}

.home-products .shop__pagination {
  padding: unset;
}

.home-feedback,
.home-feedback .container {
  background: #f7f7f7 !important;
}

.home-feedback .img {
  border-bottom: 2px solid #f1f1f1
}

.home-feedback .item {
  background: white;
}

.home-feedback h3 {
  color: #44c3f3;
  font-size: 16px;
  text-transform: unset;
}

.home-products .shop--sidebar .shop__left {
  margin-top: 0;
}

.home-products .shop--sidebar {
  padding-top: 0;
}

.home-products .shop__products,
.home-products .widget--shop {
  background: white !important;
}

.nav-pills .nav-link {
  padding: 0;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  background-color: unset;
}

.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: 40px 0;
}
.section--homepage.home-intro {
  padding-top: 30px;
}

.section--homepage h2,
.section--homepage h1 {
  font-size: 34px;
  text-transform: uppercase;
  font-weight: 600;
  display: initial;
  width: 100%;
  color: var(--color-1st);
}
.section--homepage h2.custom:before,.section--homepage h2.custom:after{
  content: "";
}
.section--homepage h1 {
  color: #e66800;
  font-size: 30px;
  background: url(/storage/index/line-curved-long.png) no-repeat center bottom;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.section--homepage .section__header span {
  color: red;
  font-weight: 600;
}
.blog-content .date {
  color: var(--color-1st);
}
.home-intro h2{
  display: block;
  margin-top: 12px;
}
.home-customer h2 {
  font-size: 30px;
  color: black;
}

.home-customer p {
  margin-bottom: 5px;
}

.home-customer .section__content img {
  border: 2px solid #ddd
}

.home-news .collection img {
  border: 1px solid #ddd;
}

.home-news .section__subheader {
  text-align: center;
  text-transform: capitalize;
  border-bottom: 4px solid #ddd;
  margin-bottom: 10px;
}

.home-news .case {
  border: 1px solid #424242;
  padding: 15px 0;
}

.home-news .case h3 {
  font-size: 17px;
  color: var(--color-1st);
}

.other .container {
  background: unset;
  padding: 40px 0;
}

.home-news .blog-content {
  padding: 10px 0 0;
}

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

.home-news .section__content .right .item {
  margin-bottom: 16px;
  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__attribute label {
    max-width: 70px;
}
.product--detail .product__info-header {
  margin-bottom: 10px;
  /*     border-bottom: unset; */
}

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

.product--detail .product__title {
  font-size: 22px;
  font-weight: 600;
  color: var(--color-1st);
}

.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;
  padding: 6px 35px;
  border: 2px solid #fff;
  min-width: unset !important;
}
.contact-form h2{
  color: #fff;
  font-size: 23px;
}
.contact-form h2:before {
    content: unset;
}
.btn--custom.btn--outline:hover,
button.btn--custom.btn--outline:hover {
  ;
  background-color: white;
  color: var(--color-1st);
}

.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: 1px solid #ddd;
  padding: 20px 30px;
}

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

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

.home-gallery {
  padding-bottom: 30px;
}
.categories{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.categories h2:before{
  content: ""
}
.nav-pills .nav-link h2 {
  color: white;
  margin: 0;
  font-size: 12px;
  font-weight: 600;
  padding: 7px 10px;
  border: 1px solid #a40000;
  background-color:#a40000;
}

.nav-pills .nav-link h2:hover {
  color: #a40000;
  background-color:white
}

.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);
  background-color: white;
}

.widget--shop .widget__title {
  text-align: center;
  height: 41px;
  line-height: 41px;
  background-color: var(--color-1st);
  margin-bottom: 2px;
}

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

.post .post__title {
  line-height: 22px;
}

.post__content p {
  text-align: justify;
}

#coverflow {
  width: 100%;
}

.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;
  display: grid;
  text-align: center;
  background-color: #000;
}

.footer .final-line p {
  padding-top: 15px;
  color: #afafaf !important;
}

.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 {
  overflow: auto;
}

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

#slider-partner {
  margin-bottom: 40px;
}

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

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

#slider-partner .item img {
  width: 100%;
  display: block;
  margin: 0 auto;
}

#slider-partner .slick-arrow {
  width: 20px;
  height: 30px;
  color: #444444;
}

#slider-partner .slick-arrow:hover {
  color: #fb7224;
}

#slider-partner .slick-arrow:after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-family: fontawesome;
  font-size: 40px;
  line-height: 30px;
}

#slider-partner .slick-prev:after {
  content: '\f104';
}

#slider-partner .slick-next:after {
  content: '\f105';
}

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

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

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

.list--plus li {
  margin: 0 15px;
  padding: 10px 0;
  border-bottom: 1px solid #eaeaea;
}

.widget__content h4 {
  color: white;
  font-weight: 500;
  font-size: 18px;
  padding: 10px 5px;
  background-color: #0966AC;
  border-radius: 5px;
}

.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
}

.product:hover .product__title {
  color: var(--color-danger);
}

.product .product__title {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
}
.product .product__thumbnail {
  overflow: hidden;
  border: 1px solid #ddd;
}
.product .product__wrapper .product__content {
  padding: 7px 0 9px;
}
.owl-next.disabled, .owl-prev.disabled {
display: none !important;
}
.product .product__wrapper .product__description {
  background: white
}
.owl-slider.carousel--nav{
  z-index: unset;
  border: 3px solid var(--color-1st);
    box-shadow: 0 3px 3px 0 rgb(0 0 0 / 36%);
}
.home-feature-posts .content {
    position: absolute;
    left: 0;
    bottom: 5px;
    padding: 5px 10px;
    margin: 0 20px;
    background: white;
}
.home-feature-posts .content .collapse{
  display: block;
    overflow: hidden;
  max-height: 0;
/*   transform: scaleY(0);    
  transform-origin: top; */
  transition: max-height 4s linear;
}
.home-feature-posts .item:hover .collapse{
   max-height: 100%;
/*   transform: scaleY(1);
  transform-origin: bottom; */
/*   transition: transform 0.25s ease-out ; */
}
.home-feature-posts .link-btn{
  margin: 0 0 0 auto;
    text-transform: none;
    font-size: 18px;
}
.home-feature-posts .first{
  margin-top: -40px;
}
.home-feature-posts .first .item{
  background-color: var(--color-1st);
  text-align: center;
  transition: .3s ease;
  padding: 10px 15px;
  margin: 7px;
  margin-top: 10px;
  border-radius: 10px;
  border-radius: 5px;
  box-shadow: 0 0 7px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
}
.home-feature-posts .first .item:hover{
  margin-top: 0px;
  background-color: #fff;
  box-shadow: 0 0 7px var(--color-1st), -1px -1px 0 var(--color-1st), 1px -1px 0 var(--color-1st), -1px 1px 0 var(--color-1st), 1px 1px 0 var(--color-1st);
}
.home-feature-posts .first .item-title a{
  color: #a40000;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  letter-spacing: 0.11em;
  text-shadow: 0 0 7px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
}
.home-feature-posts .item .cover {
  overflow: hidden
}

.home-feature-posts .item img {
  transition: all 0.5s;
}

.home-feature-posts .item:hover img {
  transform: scale(1.15);
}

.home-feature-posts .item:hover h3 {
  color: var(--color-1st);
}

.product__wrapper span {
  color: red;
}

.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;
}

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

/*
.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-background {
  background-attachment: fixed;
  position: relative;
  padding-bottom: 0;
}

.footer-background {
  background-attachment: fixed;
  position: relative;
  padding: 0 0 45px 0;
}
.newsletter{
  background: #9b0100;
}
.newsletter .container {
  padding: 20px 25px;
}

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

.footer h3,
.footer a,
.footer p,
.footer strong {
  color: white !important;
}
.footer li a{
  font-size: 13px;
  padding-bottom: 5px;
  color: #c7c7c7 !important
}
.widget--footer .widget__links li a:before {
    content: "\f105";
    display: inline-block;
    font: normal normal normal 13px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    color: #7dc02b;
    margin-right: 5px;
}
.footer a:hover {
    color: var(--color-1st) !important;
}
.newsletter input {
  background-color: white;
  border: unset;
  height: 44px;
}

.newsletter h3 {
  font-size: 17px;
  color: white;
}
.newsletter h3:first-child {
  font-size: 22px;
  color: #01a7fd;
}

.newsletter form {
  width: 300px;
}

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

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

.footer iframe {
  position: absolute;
  top: 0;
  height: 480px;
}

.footer .bg {
  padding: 25px;
  margin-bottom: 40px;
  background-color: #fff;
}

.widget--footer .widget__title {
  color: white;
  font-size: 15px;
  font-weight: 500;
}

.widget--footer .widget__title.site_title {
  margin-top: 0;
  font-weight: 600;
  font-size: 14px;
}

.footer p.hotline {
  font-weight: 700;
}

.newsletter input {
  background-color: white;
  height: 44px;
}
.newsletter button {
  background-color: #0d87c8;
  color: white;
  height: 100%;
  padding: 6px 15px;
  border: unset;
}

.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: unset;
}

.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;
}

.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-size: 13px;
  margin: 0;
}

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

.home-news .item .collection {
  padding-bottom: 5px;
}

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

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

.home-categories .section__header {
  padding-bottom: 10px;
  margin-bottom: 35px;
  border-bottom-color: var(--color-1st) !important; 
}
.home-categories .item {
  padding: 10px 5px;
}
.home-categories .content {
  padding: 20px 10px;
  border: 1px solid var(--color-1st);
  border-radius: 5px;
}

.home-categories h3, .home-categories p {
  color: var(--color-1st)
}

.section--homepage .section__header p {
  font-size: 21px;
  font-weight: 600;
  color: var(--color-1st);
}

/* .home-intro .section__header, .home-feature-posts .section__header, .home-feedback .section__header,  */


.home-news .section__header h2,
.home-farm .section__header_custom h2 {
  background: unset;
  padding: unset
}

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

.home-feature-posts h3 {
  font-size: 18px;
  padding: 10px 0 0;
  margin-bottom: 7px;
}
.home-feature-posts .wrapper h3 {
  padding: 0;
}

.home-feature-posts h3 a {
  font-weight: 600;
  text-transform: uppercase;
  color: #4a4a4a;
}
.home-feature-posts .wrapper h3 a {
  text-transform: unset;
  color: var(--color-1st);
}
.home-feature-posts p {
  font-size: 16px;
  color: #525252;
}

.collection_link {
  font-size: 18px;
  font-weight: 600;
}
.first .collection_link {
  font-size: 15px;
  font-weight: 600;
}
.right .collection_link {
  font-size: 14px;
  font-weight: 600;
}
.home-news p {
  font-size: 16px;
  color: black;
}

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

.contact-row {
  display: flex;
}

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

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

.sub-menu {
  min-width: 300px;
}
.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); */
}

.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 h3 {
  font-size: 16px;
  margin-top: 10px;
  text-transform: uppercase;
}

.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;
}

.home-reason h2 {
  color: unset;
}

.contact-form .form-control {
  background-color: #ffffffd1;
}
.form-check {
    display: grid;
  margin-bottom: 5px;
}
.contact-form input{
  height: 40px;
}
.contact-form input.form-check-input{
  height: unset
}
.contact-form .form-check-label{
  margin-right: 5px
}
.contact-form .btn--custom {
  display: block;
}

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

.home-reason .item:hover h3 {
  color: var(--color-1st);
}

.menu--mobile>li.menu-item-has-children:not(.has-mega-menu) .sub-toggle {
  top: -5px
}
.home-news .item img{
  transition: all .3s ease-in-out;
}
.home-categories .item:hover img,
.home-news .item:hover img {
  transform: scale(1.15);
  transition: all .3s ease-in-out;
  overflow: hidden;
}
.other .section__header h2 {
  color: var(--yellow);
}

.other .section__header p {
  color: white;
  font-style: italic;
  font-size: 15px;
}

.other .item {
  background: #ffffffc4;
}

.other .item img {
  margin-top: -37px;
}
.home-news .item {
    display: flex;
    flex-direction: column;
}
.home-news .date {
  font-size: 18px;
}
.home-news .product--detail .product__thumbnail {
  max-width: 750px;
}

.home-news .product--detail .product__variants {
  max-width: 180px;
}

.home-news .product--detail .product__thumbnail figure {
  max-width: calc(100% - 180px);
}

.border-contact {
  border: 5px solid #c3c3c3ad
}
.menu-footer{
  border-bottom: 1px var(--color-1st) solid;
}
.menu-footer ul{
  display: flex;
  justify-content: center;
  padding-top: 5px;
}
.menu-footer ul li>a{
  color: whitesmoke !important;
}
.menu-footer li a {
  padding: 0 35px;
  margin-top: 5px;
  border-right: 2px solid;
  font-size: 12.5px;
}
.menu-footer li:last-child a {
    border-right: unset
}
.home-countdown small{
  color: #9e9e9e
}
.navigation__right .lang{
  padding: 5px 9px;
  border: 1px solid black;
  border-radius: 50%
}
.navigation__right .lang2{
  padding: 5px 6px;
}
.ps-block--features .ps-block__top i{
  color: var(--blue);
  border-color: var(--blue) !important;;
  font-size: 3rem;
  margin-bottom: 5px
}
.ps-block--feature>.ps-block__right.custom p {
    font-size: 15px;
    font-weight: 500;
    color: var(--color-1st);
    margin-bottom: 2px;
      text-transform: unset;
}
.ps-block--feature {
    max-width: 100%;
    margin-bottom: 0;
}

.mobi-only{
  display: none !important;
}
.checklist label{
  color:white
}
.section--homepage.contact-form{
  background-color:#398d65;
      padding: 50px 0;
}
.ps-site-features h2:before, .home-news h2:before {
    content: url(/storage/general/title-bg.png);
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translate(-50%,0px);
    width: unset;
    height: unset;
    background-color: unset;
}
.menu--mobile>li.menu-item-has-children>.sub-menu {
    transform: unset !important;
    display: block !important;
}
.menu--mobile .sub-menu>li {
  border-bottom: 1px dashed #eaeaea;
}

@media screen and (max-width: 1440px) {
  .home-intro .container .col-md-1 {
    height: 625px;
  }
}
@media screen and (max-width: 1024px) {
  .home-blog .blog-right {
    /*max-width: unset;*/
  }
  .footer form {
    width: 400px;
    margin-right: unset;
  }
  .footer .right .widget--footer:first-child {
    margin-right: 25px;
  }
/*   .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;
  }
  body {
    margin-top: 85px;
  }
  .footer .bg {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 992px) {
  .home-intro .container .col-md-1 {
    height: 495px;
  }
  .footer form {
    width: 380px;
    margin-right: 30px;
  }
  .footer .right .widget--footer:first-child {
    margin-right: 140px;
  }
  .product .product__wrapper {
    display: block;
  }
  .product__thumbnail {
    width: unset;
  }
  .product .product__wrapper .product__content {
    margin: unset;
  }
  .home-collection .section__content {
    margin-top: -125px;
  }
  .home-products .nav-pills li h2:before {
    content: unset;
    margin: unset;
  }
  .header-top .navigation__left,
  .header-top .list--social {
    display: none;
  }
  .menu-left {
    display: none;
  }
}

@media (max-width: 768px) {
  .header-top .navigation__right {
    width: 100%;
    margin-right: unset;
    display: unset;
  }
  .header-top .langs {
    margin-left: unset;
    float: right;
  }
  .section--homepage .section__header h3 {
    font-size: 22px;
  }
  .footer .right .widget--footer:first-child {
    margin-right: 25px;
  }
  .mobile-toolbar {
    display: none;
    padding: 15px 0 5px;
  }
  .home-intro .link-btn {
    bottom: -5px;
  }
  .product--detail .product__thumbnail {
    max-width: unset;
    display: flex;
  }
  .home-intro .section__header span {
    font-size: 25px;
  }
  .home-intro .section__header p {
    font-size: 15px;
  }
  .home-intro .section__header h1 {
    font-size: 30px;
  }
  .home-news .product--detail .product__thumbnail figure {
    max-width: 100%;
  }
  .home-news .product--detail .product__variants {
    max-width: unset
  }
  .section--homepage .section__header p {
    display: none
  }
  .section--homepage .section__header h2 {
    margin: 0 auto;font-size: 24px;
  }
  .home-news .row .item:nth-child(2) {
      flex-direction: column-reverse;
  }
  .product {
    max-width: unset
  }
  .menu-footer ul {
    flex-flow: wrap;
  }
  .mobi-only{
    display: block !important
  }
  .mobi-hidden{
    display: none !important
  }
  .menu-footer li a {
    padding: 0 10px;
  }
}

@media (max-width: 425px) {
  .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;
  }
  .home-news .container,
  .home-news .rw .blog-content p {
    display: unset;
  }
  .footer .newsletter {
    margin-bottom: 30px;
  }
  .footer .form--subscribe {
    width: 320px;
  }
  .footer form {
    width: 380px;
    margin-bottom: 10px;
  }
  .footer .final-line {
    margin-bottom: 50px;
  }
  .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 {
    padding: 0 10px !important;
  }
  .home-news .section__content .item .banner-effect {
    margin-bottom: 14px;
  }
  .product--detail .tab-list li {
    margin-right: 0;
  }
/*   .home-categories,
  .home-intro, .home-partner { */
  .section--homepage{
/*     background: unset !important; */
  }
  .countdownList li span {
    color: var(--color-1st)
  }
  .home-intro .section__content {
    color: unset !important;
  }
  .section--homepage h2.custom:before,.section--homepage h2.custom:after{
    content: "";
  }
  #slider-partner .slick-prev:after, #slider-partner .slick-next:after{
    content: "" !important
  }
  .home-intro .container {
    padding: 10px 15px;
  }
  .home-news .border.pt-4{
    border: unset !important
  }
  .footer {
    padding-bottom: 50px !important;
  }
  .home-feature-posts.pt-0{
    padding-bottom: 0
  }
  .home-feature-posts .first{
    margin-top: 10px;
  }
  .home-feature-posts .first .owl-dots{
    text-align: center
  }
  .home-feature-posts .first .owl-dot{
    padding: 0!important;
    font: inherit;
    margin: 3px;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    border: 1px solid #ddd;
  }
  .home-feature-posts .first .owl-dot.active{
    background-color:var(--color-1st)
  }
}

@media screen and (max-width: 375px) {
  .home-blog .blog-right {
    display: block;
  }
  .home-blog .blog-content {
    margin-top: 10px;
  }
  .home-blog .blog-content h4 {
    line-height: 1.6em;
  }
  .addThis_listSharing.left p{
    display: none
  }
}

.bg--cover {
  display: none !important;
}