/**
 * Web Application Prefix Apply For Making Owner Styles
 */
/**
 *   Blocks Layout Selectors
 */
/**
 * Product Item Selectors
 */
/***********************************************************************/
/**
* Transition-timing-function property@mixin
*/
/*background RGBA
============================================*/
/****/
/* RIGHT TO LEFT */
/** CHECKOUT BY STEP */
/*
 * LAYOUT VARIABLES
 */
.widget .widget-html .free-ship {
  color: #7bbd42;
}
.widget .widget-html .price-html {
  color: #e34c4c;
  font-weight: 700;
}
.widget .widget-html .box-outer {
  border-color: #e5e5e5;
  border-width: 1px 0px 1px 1px;
  border-style: solid none solid solid;
  background-color: #F5F5F5;
  color: #2e3a47;
}
.rtl .widget .widget-html .box-outer {
  border-width: 1px 1px 1px 0px;
}
.rtl .widget .widget-html .box-outer {
  border-style: solid solid solid none;
}
.widget .widget-html .box-outer .reassurances-center {
  padding: 35px 0;
  text-align: center;
  border-right: 1px solid #e5e5e5;
}
.rtl .widget .widget-html .box-outer .reassurances-center {
  border-left: 1px solid #e5e5e5;
  border-right: inherit;
}
.widget .widget-html .box-outer .reassurances-center .icon-name {
  font-size: 60px;
  display: inline-block;
}
.widget .widget-html .box-outer .reassurances-center .description {
  display: inline-block;
  text-align: left;
}
.widget .widget-html .box-outer .reassurances-center .description h4 {
  font-size: 16px;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
}
.widget .widget-html .box-outer .reassurances-center .description p {
  color: #8c8c8c;
  font-size: 14px;
}
.widget .widget-html .box-outer .reassurances-center:hover {
  color: #7bbd42;
  cursor: pointer;
}

#topbar .widget .widget-html p {
  padding: 10px 0;
  margin-bottom: 0;
}

.widget-html .widget-title-sub {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}

.banner .row {
  margin: 0;
}
.banner .row .widget {
  padding: 0;
}
.banner .row .widget img {
  width: 100%;
}

.block .widget-tabs {
  position: relative;
  text-transform: uppercase;
  font-family: Verdana, Helvetica, Arial, sans-serif;
  padding: 0;
  font-size: 14px;
  margin: 0;
  z-index: 1;
}
.block .widget-tabs li {
  position: relative;
  border-left: none;
  padding: 0;
  float: left;
  margin-right: 2px;
}
.rtl .block .widget-tabs li {
  border-right: none;
  border-left: inherit;
}
.rtl .block .widget-tabs li {
  float: right;
}
.rtl .block .widget-tabs li {
  margin-left: 2px;
  margin-right: inherit;
}
.block .widget-tabs li a {
  color: #cccccc;
  font-family: Verdana,Helvetica,Arial,sans-serif;
  font-size: 14px;
  font-weight: 600;
  background-color: transparent;
  color: #2e3a47;
  position: relative;
  text-transform: uppercase;
  padding: 0px 20px;
  line-height: 40px;
  height: 45px;
  border-style: solid;
  border-width: 3px 1px 0px;
  border-color: transparent;
  display: inline-block;
  margin-bottom: -1px;
}
.block .widget-tabs li:first-child {
  border: none;
  padding-left: 0;
}
.rtl .block .widget-tabs li:first-child {
  padding-right: 0;
  padding-left: inherit;
}
.block .widget-tabs li:first-child.active:before, .block .widget-tabs li:first-child:hover:before {
  left: 0;
}
.rtl .block .widget-tabs li:first-child.active:before, .rtl .block .widget-tabs li:first-child:hover:before {
  right: 0;
  left: auto;
}
.block .widget-tabs li.active a, .block .widget-tabs li:hover a {
  background-color: #fff;
  border-color: #7bbd42 #e4e5e7 transparent;
  color: #7bbd42;
}

.widget.slide_fullwidth {
  background-image: url("../images/bg_slide.png");
  background-attachment: scroll;
  background-size: auto;
  background-position: 50% 0%;
  background-repeat: repeat-x;
  margin-bottom: 20px;
  width: 100%;
  padding: 0px 1000px;
  margin-left: -1000px;
  overflow: hidden;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  float: none;
}
.rtl .widget.slide_fullwidth {
  margin-right: -1000px;
  margin-left: inherit;
}

.effect-adv {
  display: inline-block;
  position: relative;
}
.effect-adv:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  background-color: white;
  background-color: rgba(255, 255, 255, 0.5);
  zoom: 1;
  background-color: transparent\9;
  width: 100%;
  height: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.effect-adv:hover:before {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.effect-adv img {
  max-width: 100%;
}

#page .title_block {
  border-top: 1px solid #eeeeee;
}
#page .title_block span {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: #7bbd42;
  display: inline-block;
  padding: 0 10px;
  line-height: 45px;
}

#page .products_block .title_block {
  height: 45px;
  margin: 0px 0px 2px;
  position: relative;
  z-index: 1;
  border-top: none;
}
#page .products_block .title_block span {
  display: inline-block;
  vertical-align: middle;
  font-weight: 600;
  background-color: #fff;
  color: #f05423;
  padding: 0px 20px;
  border-style: solid;
  border-width: 3px 1px 0px;
  border-color: #f05423 #e4e5e7 transparent;
}
#page .products_block .owl-item {
  padding: 0px 10px;
  border-right: 1px solid #e4e5e7;
}
#page .products_block .owl-wrapper-outer, #page .products_block .carousel-inner {
  border: 1px solid #e4e5e7;
}

.adv-box-2 {
  margin-top: 15px;
}

.logo-manu img {
  border: 1px solid #eeeeee;
  max-width: 100%;
}
.logo-manu img:hover {
  border-color: #2e3a47;
}

#leo-footer-center .title_block, #leo-footer-bottom .title_block {
  border-top: none;
  margin-bottom: 20px;
}
