.image--type--product .image__tag {
  padding: 8px;
}

.header__logo .logo__image img {
  width: 268px;
  height: auto;
  padding: 5px;
}

.mobile-header__logo img {
  width: 190px;
  height: auto;
}

.nav_active {
  background-color: #f2f2f2;
}

.block-products-carousel__cell {
  box-shadow: 0px 13px 21px -5px rgba(0, 0, 0, 0.3);
}

.section-header__body {
  background-color: #f25900;
  margin-top: 9px;
}

.section-header__title {
  color: #fff;
  margin-left: 10px;
}

[dir=ltr] .arrow__button::before {
  background-color: #995129;
}

.section-header__divider {
  margin-top: 4px;
}

.section-header__arrows {
  margin-top: 4px;
}

.block-space--layout--divider-nl {
  height: 25px;
}

.block-features__item-icon {
  fill: #fff;
}

.block-features__item-info .block-features__item-title {
  color: #fff;
}
.block-features__item-info .block-features__item-subtitle {
  color: #fff;
}

.r_brand {
  background-color: #f25900;
}

.video_sec {
  display: block;
  width: 100%;
  background: #f7f7f7;
  padding: 50px 0;
}
.video_sec .video_para h2 {
  position: relative;
  padding-bottom: 10px;
}
.video_sec .video_para h2::before {
  content: " ";
  width: 160px;
  height: 1px;
  background: #ddd;
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: 2px;
}
.video_sec .video_para h2::after {
  content: " ";
  width: 60px;
  height: 5px;
  background: #15BE47;
  position: absolute;
  top: 100%;
  left: 0;
}
.video_sec .video_para p {
  margin-top: 30px;
}

.fe_list {
  border-top: 0px solid #ebebeb !important;
}

.sh_sucess {
  color: #006400;
}

.sh_error {
  color: #f25900;
}

.main_s_cart_msg {
  border-radius: 50px;
}
.main_s_cart_msg .s_cart_msg {
  display: flex;
}
.main_s_cart_msg .s_cart_msg button {
  border-radius: 0 30px 30px 0px;
  padding: 0px 28px;
}

.foxnut_slider .owl-carousel:hover .owl-nav {
  display: block !important;
}
.foxnut_slider .owl-carousel .owl-nav {
  display: none !important;
  position: absolute;
  top: 40%;
  width: 100%;
}
.foxnut_slider .owl-carousel .owl-nav button {
  background: #f25900 !important;
  height: 50px;
  width: 50px;
  border-radius: 50px;
}
.foxnut_slider .owl-carousel .owl-nav button span {
  font-size: 31px !important;
  color: #fff;
  font-weight: bold;
}
.foxnut_slider .owl-carousel .owl-next {
  float: right;
  margin-right: 20px;
}
.foxnut_slider .owl-carousel .owl-prev {
  margin-left: 20px;
}

#google_translate_element select {
  width: 214px;
  height: 24px;
  border-radius: 20px;
  font-size: 14px;
  padding-left: 10px;
}
#google_translate_element span {
  display: none;
}
#google_translate_element .goog-te-gadget {
  display: flex;
  color: #333;
}/*# sourceMappingURL=addstyle.css.map */


/* Zoom In #1 */
.image  img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.image:hover img {
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
}


