.product-small:hover
{
	box-shadow: rgb(0 0 0 / 10%) 0 0 20px;
}


.header-main .wishlist-link {
  display: flex;
  flex-direction: row-reverse;
}
.header-main .header-wishlist-title {
  font-weight: normal;
  text-transform: initial !important;
  color: black;
}
.header-main .wishlist-icon {
  color: white;
  margin-left: 0px;
  margin-right: 5px;
}
.header-main .wishlist-icon::before {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: black;
}
.header-main .wishlist-icon::after {
  background-color: #ec4f21 !important;
}
.header-main .account-login {
  border: unset !important;
  display: flex !important;
  flex-direction: row-reverse;
  align-items: center;
}
.header-main .icon-user {
  color: black;
}
.header-main .header-account-title, .header-main .account-item a {
  color: black;
  font-weight: normal;
  border: unset !important;
  text-transform: initial !important;
  margin-left: 0px !important;
  font-size: 14px;
  display: flex;
  align-items: center;
}
.header-main .header-search {
  color: black;
}
@media (max-width: 845px) {
  .header-main .header-search .nav-dropdown {
    right: 0 !important;
    left: auto;
  }
  .header-main .header-search .ux-search-submit {
    background-color: #ec4f21 !important;
  }
}
.header-main .account-item:hover a {
  background-color: white !important;
}
.header-main .header-cart-link {
  padding: 0px 0px;
  font-weight: normal;
  color: black;
  text-transform: inherit;
  display: flex;
  flex-direction: row-reverse;
}
.header-main .cart-icon {
  border: 2px solid black;
  height: 21px;
  width: 21px;
  margin-right: 8px;
}
.header-main .cart-icon:after {
  transition: height 0.1s ease-out;
  bottom: 100%;
  margin-bottom: 0;
  margin-left: -7px;
  height: 8px;
  width: 10px;
  left: 60%;
  content: " ";
  position: absolute;
  pointer-events: none;
  border: 2px solid black;
  border-top-left-radius: 99px;
  border-top-right-radius: 99px;
  border-bottom: 0;
}
.header-main .cart-icon strong {
  border-radius: 100%;
  border: 1px solid #ec4f21;
  color: white;
  background: #ec4f21;
  width: 1.1rem;
  height: 1.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: -91px;
  top: -15px;
}
.header-main .cart-icon strong:after {
  display: none;
}
@media (min-width: 1030px) {
  .header-main .cart-item .widget_shopping_cart {
    min-width: 400px;
  }
}
.header-main .cart-item .widget_shopping_cart_content {
  left: auto;
  right: 0;
  padding: 10px 10px;
}
.header-main .cart-item .woocommerce-mini-cart__buttons {
  margin-left: -5px;
  margin-right: -5px;
}
.header-main .cart-item .woocommerce-mini-cart__buttons a {
  background: #eb3e32 !important;
  color: white !important;
  padding-left: 5px;
  padding-right: 5px;
}
.header-bottom > .container {
  max-width: 100%;
  padding-right: 0px;
  padding-left: 0px;
}
.header-bottom > .container .flex-col {
  width: 100%;
  max-width: 100%;
}
.header-bottom > .container .mega-menu-wrap {
  max-width: 100% !important;
  width: 100% !important;
  display: flex !important;
  justify-content: center;
}
.header-bottom > .container .max-mega-menu {
  position: static !important;
}
.header-bottom > .container .max-mega-menu > li > a {
  font-size: 16px !important;
}
.header-bottom > .container .max-mega-menu .mega-current_page_item > a {
  color: #ec4f21 !important;
}
.header-bottom > .container .max-mega-menu .mega-menu-row > .mega-sub-menu {
  max-width: 1170px !important;
  margin: 0 auto !important;
  box-shadow: 0px 2px 6px 0px rgba(50, 50, 50, 0.33) !important;
}
@media (min-width: 1030px) {
  .header-bottom > .container .max-mega-menu .mega-menu-row > .mega-sub-menu > li > ul > li:first-child {
    height: 195px !important;
  }
}
.header-bottom > .container .max-mega-menu .none .menu-image-title {
  display: none;
}
.header-nav-main {
  flex-wrap: nowrap !important;
}
.header-nav-main svg {
  color: #eb3e32;
}
.header-nav-main .searchform-wrapper {
  width: 473px;
  height: 42px;
}
.header-nav-main .searchform-wrapper .searchform {
  border: solid 1px #e5e5e5;
  border-radius: 5px;
}
.header-nav-main .searchform-wrapper .search-field {
  border: unset;
  box-shadow: unset;
  border-radius: 5px;
}
.header-nav-main .searchform-wrapper .submit-button {
  background-color: white !important;
  color: black;
  border-radius: 5px;
  border-left: unset;
}

a:hover {
  color: #ec4f21 !important;
}

.breadcrumbmain {
  font-size: 14px;
}
.breadcrumbmain .woocommerce-breadcrumb a {
  color: black;
}
.breadcrumbmain .woocommerce-breadcrumb {
  color: #ec4f21;
  font-weight: normal;
}

.bannerhome {
  padding-top: 0px !important;
}
.bannerhome .col {
  padding: 0px 0px !important;
}

.productcate .flickity-button {
  opacity: 1 !important;
}
.productcate .flickity-button-icon {
  box-shadow: 0 1px 12px 0 rgba(0, 0, 0, 0.12);
  background: white;
  border-radius: 100%;
}

.listproduct .slider-wrapper {
  margin-top: 10px;
}
.listproduct__cate {
  margin-bottom: 15px;
}
@media (min-width: 845px) {
  .listproduct__btn {
    padding-right: 0px !important;
  }
}
@media (min-width: 845px) {
  .listproduct__cates {
    padding-left: 0px !important;
  }
}
/* .listproduct__item .button {
  color: #222D39 !important;
  font-size: 14px;
  font-weight: 600;
  background-color: #F5F5F5 !important;
  padding: 15px 22px;
  line-height: 1;
} */
.listproduct__item .button:hover {
  background-color: #ec4f21 !important;
  color: white !important;
  box-shadow: unset;
}

.news > .col:last-child .is-divider {
  display: none;
}
.news__item {
  background-color: red;
}
.news__item > .col:first-child {
  padding-right: 0px !important;
}
.news .cat-label {
  position: absolute;
  bottom: 44px;
  padding: 0 10px;
  line-height: 24px;
  font-weight: normal;
  opacity: 1;
  color: #b5b5b5;
  left: 70px;
  font-size: 14px;
  background-color: unset !important;
  border-radius: 0px;
  text-transform: inherit;
}
.news .from_the_blog_excerpt {
  color: #8b8b8b;
}
.news .post-meta {
  color: #b5b5b5;
  font-size: 14px;
  position: relative;
  /*	&:after 
  																																								{
  																																									content:'-';
  																																									position: absolute;
  																																									right: 0
  																																								}*/
}
.news .box-blog-post {
  position: relative;
}
.news .box-text {
  position: unset;
}

.formcontact form {
  max-width: 550px;
  margin: 0 auto;
}
.formcontact form input[type=email] {
  background-color: white !important;
  color: black !important;
}
.formcontact form input[type=email]::placeholder {
  color: #8b8e96;
}
.formcontact form .wpcf7-submit {
  background-color: #000 !important;
  text-transform: initial;
  font-weight: normal;
}
.formcontact form .flex-row .flex-col:first-child span {
  background: white;
}
.formcontact form .flex-row .flex-col:last-child {
  margin-left: -3px;
}
.formcontact form input {
  border-radius: 0px !important;
}

.faq .flatsome_recent_posts {
  display: none;
}
.faq .accordion-item {
  font-size: 13px;
  color: #222;
  background-color: #f4997f;
}
.faq .accordion-inner {
  background: white;
}

.blog-archive {
  padding-top: 0px !important;
}
.blog-archive .medium-col-first .badge, .blog-archive .medium-col-first .is-divider, .blog-archive .medium-col-first .from_the_blog_comments {
  display: none;
}
.blog-archive .button {
  color: #1d1d1d;
  font-weight: 400;
  font-style: italic;
  display: inline-block;
  border-right: unset !important;
  border-left: unset !important;
  border-top: unset !important;
  padding-left: 0px;
  margin-top: 0px !important;
  font-size: 16px !important;
  text-transform: inherit;
}
.blog-archive .button:hover {
  background: white !important;
  color: black;
}
.blog-archive .breadcrumbmain {
  background: #f9f9f9;
  padding: 15px 0px;
}

.archive .sidebar-inner .yith-wcan-sort-by {
  display: none !important;
}
.archive .shop-page-title {
  background: #f9f9f9;
}
.archive .shop-page-title .medium-text-center .woocommerce-result-count, .archive .shop-page-title .medium-text-center .orderby {
  display: none !important;
}
.archive .page-title-inner {
  padding-top: 0px;
  min-height: 40px;
}
.archive .hide-for-medium {
  padding-right: 10px;
}
.archive #shop-sidebar {
  border: 1px solid rgba(8, 21, 38, 0.15);
  /*		.widget_nav_menu {
  			.menu-item-398 {
  				img {
  					padding-right: 0px;
  				}

  			}

  			margin-bottom: 0px;
  			padding: 10px 10px;
  			box-shadow: 0px 3px 25px 0px rgb(31 38 67 / 10%);

  			li {
  				border-top: unset;

  				a {
  					font-size: 14px;
  					color: black;
  				}

  				i {
  					display: none;
  				}

  			}

  		}
  */
}
.archive #shop-sidebar .widget-title {
  text-transform: initial;
}
.archive #shop-sidebar .is-divider {
  display: none;
}
.archive #shop-sidebar .product-categories .widget-title {
  padding: 10px;
  border-bottom: 1px solid rgba(8, 21, 38, 0.15);
  display: flex;
}
.archive #shop-sidebar .product-categories li {
  border-top: unset;
}
.archive #shop-sidebar .product-categories li a {
  font-size: 14px;
  color: black;
  padding: 5px 10px;
}
.archive #shop-sidebar .filter-content {
  border-bottom: 1px solid rgba(8, 21, 38, 0.15);
}
.archive #shop-sidebar .title-filter {
  border-bottom: 1px solid rgba(8, 21, 38, 0.15);
  border-top: 1px solid rgba(8, 21, 38, 0.15);
  padding: 10px;
}
.archive #shop-sidebar .title-filter p {
  margin-bottom: 0px;
  font-size: 13px;
}
.archive #shop-sidebar .widget_text {
  margin-bottom: 0px;
}
.archive #shop-sidebar .widget_yith-woocommerce-ajax-navigation-filters li.active a {
  /*					&:before {
  						background: #ec4f21;
  						transition: 0.3s;
  					}

  					&:after {
  						transition: 0.3s;
  						left: 28px;
  					}*/
}
.archive #shop-sidebar .yith-woocommerce-ajax-product-filter, .archive #shop-sidebar .widget_yith-woocommerce-ajax-navigation-filters {
  padding-top: 10px;
  padding-bottom: 20px;
  margin-top: -7px;
  margin-bottom: 0px;
}
.archive #shop-sidebar .yith-woocommerce-ajax-product-filter .widget-title, .archive #shop-sidebar .yith-woocommerce-ajax-product-filter .filter-title, .archive #shop-sidebar .widget_yith-woocommerce-ajax-navigation-filters .widget-title, .archive #shop-sidebar .widget_yith-woocommerce-ajax-navigation-filters .filter-title {
  padding-left: 10px;
}
.archive #shop-sidebar .yith-woocommerce-ajax-product-filter ul.yith-wcan-list-price-filter, .archive #shop-sidebar .widget_yith-woocommerce-ajax-navigation-filters ul.yith-wcan-list-price-filter {
  margin-top: 10px;
}
.archive #shop-sidebar .yith-woocommerce-ajax-product-filter li, .archive #shop-sidebar .widget_yith-woocommerce-ajax-navigation-filters li {
  position: relative;
  border-top: unset;
  padding-left: 10px;
}
.archive #shop-sidebar .yith-woocommerce-ajax-product-filter li a, .archive #shop-sidebar .widget_yith-woocommerce-ajax-navigation-filters li a {
  color: #323c42;
  font-size: 14px;
  /*					&:before {
  						content: "";
  						margin-right: 5px;
  						font-size: 18px;
  						border: solid 0px #ebebeb;
  						line-height: 40px;
  						position: absolute;
  						top: 50%;
  						transform: translateY(-50%);
  						left: 10px;
  						height: 18px !important;
  						width: 35px;
  						background: #ebebeb;
  						border-radius: 18px;
  						transition: 0.3s;
  					}

  					&:after {
  						content: "";
  						position: absolute;
  						top: calc(50% + 0.3px);
  						transform: translateY(-50%);
  						left: 12px;
  						height: 14px !important;
  						width: 14px;
  						background: #fff;
  						border-radius: 16px;
  						transition: 0.3s;
  					}*/
}
.archive #shop-sidebar .yith-woocommerce-ajax-product-filter li a span, .archive #shop-sidebar .widget_yith-woocommerce-ajax-navigation-filters li a span {
  font-weight: normal;
}
.archive #shop-sidebar .yith-woocommerce-ajax-product-filter li .active:before, .archive #shop-sidebar .widget_yith-woocommerce-ajax-navigation-filters li .active:before {
  background: #ec4f21;
  transition: 0.3s;
}
.archive #shop-sidebar .yith-woocommerce-ajax-product-filter li .active:after, .archive #shop-sidebar .widget_yith-woocommerce-ajax-navigation-filters li .active:after {
  transition: 0.3s;
  left: 28px;
}
.archive .box-image {
  padding-top: 0px !important;
}
.archive .box-image img {
  position: unset !important;
}
.archive .orderby {
  display: flex;
  list-style: none;
  margin-top: 10px;
  flex-wrap: wrap;
}
@media (max-width: 1130px) {
  .archive .orderby {
    flex-wrap: wrap;
  }
  .archive .orderby li {
    margin-right: 5px !important;
    margin-bottom: 5px !important;
  }
}
.archive .orderby li {
  margin-bottom: 0px;
  margin-right: 10px;
}
.archive .orderby li a {
  position: relative;
  padding-left: 20px;
  font-size: 14px;
}
.archive .orderby li a::before {
  content: "";
  border-radius: 50%;
  font-size: 18px;
  border: solid 2px #231f20;
  line-height: 40px;
  position: absolute;
  top: 4px;
  left: 0;
  height: 13px !important;
  width: 13px;
  background: #fff;
}
.archive .orderby li a.active::before {
  border: solid 2px #ff4e00;
}
.archive .orderby li a.active::after {
  content: "";
  color: #ff4e00;
  position: absolute;
  width: 7px;
  height: 7px;
  line-height: 7px;
  border-radius: 50%;
  background: #ff4e00;
  top: 7px;
  left: 3px;
}
.archive .orderby li a span {
  font-size: 14px;
  font-weight: normal;
}
.archive .page-numbers {
  display: flex;
  justify-content: center;
  list-style: none;
}
.archive .page-numbers span, .archive .page-numbers a.page-numbers {
  float: left;
  margin: 0 3px;
  width: 36px;
  background: #f3f5f7;
  text-align: center;
  height: 36px;
  font-size: 14px;
  line-height: 36px;
  color: #000;
  border: none;
  text-decoration: none;
  padding: 0;
  font-weight: normal;
  display: flex;
  justify-content: center;
}
.archive .page-numbers a {
  border: unset;
  background: #f3f5f7;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
}
.archive .page-numbers a:hover {
  color: white !important;
}
.archive .page-numbers span {
  background-color: #ec4f21;
  color: white;
}
.archive .products .col-inner {
  box-shadow: 0px 3px 25px 0px rgba(31, 38, 67, 0.1);
}

.product-cat, .product .star-rating, .product .out-of-stock-label, .product .compare, .product .quick-view {
  display: none;
}
.product-title {
  height: 2.5rem;
  line-height: 1.3;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  white-space: unset;
}
.product-title a {
  color: #323c42;
  font-weight: bold;
}
.product .col-inner {
  padding: 0px;
  height: 100%;
  border: 1px solid rgba(161, 161, 161, 0.37);
  transition: box-shadow 0.3s;
}
.product .image-tools {
  padding-top: 0px;
  padding-right: 0px;
}
.product-small .box-text {
  padding: 10px;
}
.product-small .price {
  display: flex !important;
  flex-direction: column-reverse;
}
.product-small .price bdi {
  color: #eb3e32;
}
.product-small .price del .amount {
  opacity: 1;
}
.product-small .price ins bdi {
  line-height: 23px;
  display: block;
  font-size: 16px;
  font-weight: 700;
  margin-right: 10px;
  margin-bottom: 2px;
  padding-right: 30px;
}
.product-small .price del bdi {
  font-size: 13px;
  color: #9e9e9e;
}
.product-onsale {
  content: attr(data-sale);
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 3;
  padding: 5px 0;
  border-radius: 0;
  height: 35px;
  text-align: center;
  width: 40px;
  line-height: 15px;
  color: #323c42;
  background-color: #ffd004;
  font-weight: bold;
  font-size: 12px;
}
.product-onsale:before {
  content: "";
  position: absolute;
  top: 35px;
  left: 20px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 20px 20px 0;
  border-color: transparent #ffd004 transparent transparent;
  z-index: 1;
}
.product-onsale:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: #ffd004 transparent transparent transparent;
  position: absolute;
  top: 35px;
  left: 0;
}
.product-category {
  padding-bottom: 0px !important;
}
.product-category .header-title {
  text-transform: inherit;
  font-size: 14px;
}
.product-category .header-title:hover {
  color: #ec4f21;
}
.product-category .box-text {
  padding: 0px 0px !important;
}
.product-category .box-category {
  transition: all 0.5s;
  padding: 10px 10px;
}
.product-category .box-category:hover {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.24);
  transform: translateY(-5px);
  transition: all 0.5s;
}
.product-category .flickity-button {
  opacity: 1;
}

.listcategory h2 {
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0 0 15px;
  border-bottom: 2px solid #eb3e32;
}
.listcategory h2 .section-title-main {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  display: inline-block;
  line-height: 40px;
  font-size: 18px;
  padding: 0 20px 0 10px;
  font-weight: bold;
  color: #fff;
  background: #eb3e32;
  text-transform: initial;
}
.listcategory .flickity-button {
  box-shadow: unset !important;
  opacity: 1;
  background-color: transparent !important;
}
.listcategory .col {
  padding-bottom: 0px;
}
.listcategory .is-divider {
  display: none;
}

.post-sidebar {
  padding-right: 0px !important;
}
.post-sidebar .is-divider {
  display: none;
}
.post-sidebar .widget_nav_menu li {
  border-top: unset;
}
.post-sidebar .widget_nav_menu li button {
  float: right;
}
.post-sidebar .widget_nav_menu li a {
  color: #323c42;
}
.post-sidebar .widget_nav_menu li i:before {
  content: "+";
}
.post-sidebar .widget_nav_menu li img, .post-sidebar .widget_nav_menu li .menu-image-title {
  display: none;
}
.post-sidebar .widget_nav_menu li.active > button > i:before {
  content: "-";
}
.post-sidebar .widget_nav_menu li.active > .toggle {
  transform: rotate(0deg);
}
.post-sidebar .widget_nav_menu .sub-menu {
  border-left: unset;
}
.post-sidebar .mr-half {
  vertical-align: top !important;
  width: 30%;
}
.post-sidebar .badge-inner, .post-sidebar .post-date {
  width: 100%;
  height: 80px;
}
.post-sidebar .box-text {
  padding-left: 7px;
  padding-right: 0px;
  padding-top: 0px;
  vertical-align: top !important;
}
.post-sidebar .post-item {
  padding-bottom: 10px !important;
}

.blog-single .post-sidebar, .blog-single .medium-col-first {
  margin-top: 30px;
}
.blog-single .entry-divider, .blog-single .entry-category {
  display: none;
}
.blog-single .entry-header-text {
  padding-bottom: 0px;
}
.blog-single .breadcrumbmain {
  background: #f9f9f9;
  padding: 15px 0px;
}
.blog-single .blog-share .is-divider {
  display: none;
}
.blog-single .blog-share .share-icons i {
  color: white;
}
.blog-single .blog-share .share-icons .button.facebook {
  background-color: #3a589d !important;
  border-color: #3a589d !important;
}
.blog-single .blog-share .share-icons .button.twitter {
  background-color: #2478ba !important;
  border-color: #2478ba !important;
}
.blog-single .blog-share .share-icons .button.email {
  background-color: #111 !important;
  border-color: #111 !important;
}
.blog-single .blog-share .share-icons .button.pinterest {
  background-color: #cb2320 !important;
  border-color: #cb2320 !important;
}
.blog-single .blog-share .share-icons .button.linkedin {
  background-color: #0072b7 !important;
  border-color: #0072b7 !important;
}
.blog-single .navigation-post .next-prev-nav {
  flex-direction: column;
  justify-content: start;
}
.blog-single .navigation-post .next-prev-nav .nav-prev, .blog-single .navigation-post .next-prev-nav .nav-next {
  width: 100%;
  text-align: left;
  border-left: unset;
  padding: 0px 0px;
}
.blog-single .navigation-post .next-prev-nav .nav-next a {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: flex-end;
}

.single-product .product-gallery .circle {
  visibility: hidden;
}
.single-product .product-gallery .flickity-slider {
  /*
  			img {
  				transform: scale(0.8);
  			}*/
}
.single-product .product-gallery .flickity-slider .is-selected a, .single-product .product-gallery .flickity-slider .is-selected:hover a {
  border-color: #eb3e32;
  border-radius: 5px;
}
.single-product .product-info .social-icons, .single-product .product-info .is-divider, .single-product .product-info .breadcrumbmain {
  display: none;
}
.single-product .product-info .price-on-sale ins bdi {
  color: #eb3e32;
}
.single-product .product-info .single_add_to_cart_button {
  background: #eb3e32 !important;
  border: solid 1px #eb3e32;
  color: #fff;
  padding: 8px 20px;
  line-height: 18px;
  width: auto;
  border-radius: 5px;
  display: block;
  text-align: center;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 500;
  width: 60%;
  margin-right: 5px;
}
.single-product .product-info .quantity input[type=number] {
  max-width: 4.5em;
  width: 4.5em;
}
.single-product .product-info .minus, .single-product .product-info .plus {
  color: #eb3e32;
}
.single-product .product-info .product-title {
  height: auto;
  font-size: 18px;
}
.single-product .product-footer .woocommerce-tabs {
  border-top: unset;
}
.single-product .product-footer .tab-panels {
  border: solid 1px #ebebeb;
  padding: 15px 15px;
}
.single-product .product-footer .tabs li {
  display: inline-block;
  height: 40px;
  margin-right: 0px !important;
  margin-left: 0px !important;
  background: #eb3e32;
  padding: 0 20px;
  font-weight: bold;
  font-size: 16px;
  border-right: solid 1px #fff;
}

.single-product .product-footer .tabs .active {
  background: #ec4f21;
}
.single-product .product-footer .tabs .active a:before {
  display: none;
}
.single-product .box-image {
  padding-top: 0px !important;
}
.single-product .box-image .tab-content img, .single-product .box-image .product__tabs--imagesmain img {
  position: unset !important;
}

.titlepage {
  margin-top: 20px;
}
.titlepage .section-title {
  border-bottom: solid 2px #eb3e32;
}

.accordion-item {
  box-shadow: 0px 3px 10px 0px rgba(31, 38, 67, 0.1);
  margin-bottom: 10px;
}
.accordion-title {
  border-top: unset !important;
  padding-left: 15px !important;
}
.accordion i {
  display: none !important;
}
.accordion-inner {
  padding-left: 15px !important;
}

.contact__text .item-contact {
  display: flex;
}
.contact__text .content-r {
  margin-bottom: 0px;
  padding: 0px 10px;
}
.contact__form .large-6 {
  padding: 0px 15px;
}
.contact__form span {
  color: #eb3e32;
}
.contact__form input[type=submit] {
  position: relative;
  display: inline-block;
  padding: 8px 28px;
  line-height: normal;
  border: 1px solid #ec4f21;
  text-transform: uppercase;
  font-size: 14px;
  float: right;
  font-weight: 400;
  font-style: normal;
  background-color: #ec4f21 !important;
  margin-right: 0px;
  border-radius: 4px;
}

.footer-primary {
  width: 100%;
  display: flex;
  justify-content: center;
}
.footer-1 .widget_nav_menu .widget-title {
  color: #1c1c1c;
}
.footer-1 .widget_nav_menu .menu {
  padding-top: 25px;
}
.footer-1 .widget_nav_menu .menu li {
  border: unset;
}
.footer-1 .widget_nav_menu .menu li a {
  color: #1c1c1c;
  padding-left: 10px;
  padding-bottom: 0px;
  position: relative;
}
.footer-1 .widget_nav_menu .menu li a:before {
  content: "";
  width: 5px;
  height: 5px;
  background-color: #070404;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  top: calc(50% + 5px);
  transform: translate(0, -50%);
  left: 0;
}
.footer-1 .is-divider {
  display: none;
}
.footer-1 .social {
  margin-bottom: 12px;
  display: flex;
}
.footer-1 .social a {
  display: inline-block;
  margin-right: 10px;
}
.footer-1 .social a svg {
  width: 24px;
  height: 24px;
}
.footer-1 .social a svg path {
  fill: #070404 !important;
}
.footer-1 .social a:hover svg path, .footer-1 .social a:focus svg path {
  fill: #ec4f21 !important;
}
.footer-1 .social a + a {
  margin-left: 8px;
}
.footer-1 .widget_text img {
  margin-bottom: 5px;
}
.footer-2 {
  padding-top: 0px !important;
  /*margin-top:30px ;*/
  /*		form {
  	margin-top: 20px !important;

  	input[type="email"] {
  		background-color: white !important;
  		color: black !important;

  		&::placeholder {
  			color: #8b8e96;
  		}

  	}

  	.flex-row {
  		.flex-col:first-child {
  			span {
  				background: white;
  			}

  		}

  		.flex-col:last-child {
  			margin-left: -3px;
  		}

  	}

  	input {
  		border-radius: 0px !important;
  	}

  }*/
}
.footer-2 .is-divider {
  display: none;
}
.footer-2 ul {
  margin-top: 20px !important;
}
.footer-2 ul li {
  font-size: 14px;
  color: #8b8e96;
}
.footer-2 .row {
  border-top: 1px solid #373a43;
  border-bottom: 1px solid #373a43;
  padding-top: 30px !important;
}

.absolute-footer {
  padding: 10px 0 10px !important;
}
.absolute-footer p {
  margin-bottom: 0px !important;
  color: #1c1c1c !important;
}

.product__tabs .tab-content {
  display: none;
}

.product__tabs .active {
  display: block;
  background: white;
}

.product__tabs--imagesmain {
  display: flex;
  margin-top: 5px;
  padding-left: 5px;
  padding-right: 5px;
}
.product__tabs--imagesmain .current {
  border: 1px solid #ec4f21;
}

.product__tabs--item {
  max-width: 25%;
  flex-basis: 25%;
  padding: 3px 3px;
}