/* RIGHT TO LEFT */
.widget .title_block {
  background-color: white;
  display: inline-block;
  height: 40px;
  line-height: 39px;
  padding: 0 20px 0 55px;
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 20px;
}
.rtl .widget .title_block {
  padding: 0 55px 0 20px;
}
.widget .title_block:before {
  background-color: #000;
  background-position: center center;
  background-image: url(images/icon-title-all.png);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  width: 40px;
  height: 40px;
  top: 0;
}

.widget.highlighted .title_block:before {
  background-color: #eb557b;
  background-image: url(images/icon-title-highlight.png);
}
.crimson .widget.highlighted .title_block:before {
  background-color: crimson;
}
.gold .widget.highlighted .title_block:before {
  background-color: gold;
}
.light-green .widget.highlighted .title_block:before {
  background-color: #83df83;
}
.salmon .widget.highlighted .title_block:before {
  background-color: #ff8274;
}
.turquoise .widget.highlighted .title_block:before {
  background-color: #00c9ae;
}

#footercenter .widget .title_block {
  background: none;
  padding: 0;
  height: auto;
  line-height: normal;
}
#footercenter .widget .title_block:before {
  display: none;
}

#manucarousel {
  background: white;
  padding: 20px 30px;
}
#manucarousel .logo-manu a {
  margin: 0 5px;
  float: left;
}
.rtl #manucarousel .logo-manu a {
  float: right;
}

.widget-manufacture .title_block:before {
  background-image: url(images/icon-topbrands.png);
}

.widget-html .image {
  padding: 5px;
  margin-right: 16px;
  text-align: center;
  background: white;
}
.rtl .widget-html .image {
  margin-left: 16px;
  margin-right: inherit;
}
.widget-html .support-id .support-heading {
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 16px;
}
.widget-html .support-id .support-heading a {
  color: #302e2e;
  text-transform: uppercase;
}
.widget-html .support-id .support-heading a:hover {
  text-decoration: underline;
  color: white;
}
.widget-html .support-id.shipping .support-heading a {
  color: #eb557b;
}
.widget-html .support-id.order .support-heading a {
  color: #00c9ae;
}
.widget-html .support-id.help .support-heading a {
  color: #302e2e;
}
.widget-html .support-id .support-body {
  padding: 20px 40px 20px 10px;
}
.rtl .widget-html .support-id .support-body {
  padding: 20px 10px 20px 40px;
}
.widget-html .support-id .image {
  background: none;
  padding: 30px 20px 20px 10px;
  margin: 0;
}
.rtl .widget-html .support-id .image {
  padding: 30px 10px 20px 20px;
}
.widget-html .block_content ul li a {
  color: #00c9ae;
  font-size: 15px;
}
.widget-html .block_content ul li a:hover {
  color: #eb557b;
  text-decoration: none;
}
.crimson .widget-html .block_content ul li a:hover {
  color: crimson;
}
.gold .widget-html .block_content ul li a:hover {
  color: gold;
}
.light-green .widget-html .block_content ul li a:hover {
  color: #83df83;
}
.salmon .widget-html .block_content ul li a:hover {
  color: #ff8274;
}
.turquoise .widget-html .block_content ul li a:hover {
  color: #00c9ae;
}
.widget-html .block_content a:hover {
  color: #eb557b;
  text-decoration: underline;
}
.crimson .widget-html .block_content a:hover {
  color: crimson;
}
.gold .widget-html .block_content a:hover {
  color: gold;
}
.light-green .widget-html .block_content a:hover {
  color: #83df83;
}
.salmon .widget-html .block_content a:hover {
  color: #ff8274;
}
.turquoise .widget-html .block_content a:hover {
  color: #00c9ae;
}
.widget-html .readmore {
  color: #eb557b;
}
.crimson .widget-html .readmore {
  color: crimson;
}
.gold .widget-html .readmore {
  color: gold;
}
.light-green .widget-html .readmore {
  color: #83df83;
}
.salmon .widget-html .readmore {
  color: #ff8274;
}
.turquoise .widget-html .readmore {
  color: #00c9ae;
}
.widget-html .readmore:hover {
  color: #302e2e;
}
.widget-html .html-img {
  position: relative;
  width: 100%;
  height: 100%;
}
.widget-html .html-img:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  margin: auto;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.widget-html .html-img:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.widget-html .html-img:hover:before, .widget-html .html-img:hover:after {
  width: 100%;
  height: 100%;
}

.widget .custhtmlcarosel {
  position: relative;
  font-family: "Open Sans", sans-serif;
}
.widget .custhtmlcarosel .custom-info {
  background: white;
  padding: 21px 80px;
}
.widget .custhtmlcarosel .text_people {
  font-style: italic;
  padding-bottom: 17px;
}
.widget .custhtmlcarosel .text_people p {
  margin: 0;
  color: #666666;
  font-size: 14px;
  font-style: italic;
  font-family: "Open Sans", sans-serif;
}
.widget .custhtmlcarosel .text_people p:before {
  content: "\f10d";
  font-family: "FontAwesome";
  font-size: 15px;
  padding-right: 10px;
  color: #262626;
  min-height: 65px;
  float: left;
}
.widget .custhtmlcarosel .text_people p:after {
  content: "\f10e";
  font-family: "FontAwesome";
  font-size: 15px;
  padding-left: 10px;
  color: #262626;
}
.widget .custhtmlcarosel .img_people {
  float: left;
  padding-left: 40px;
}
.rtl .widget .custhtmlcarosel .img_people {
  float: right;
}
.rtl .widget .custhtmlcarosel .img_people {
  padding-right: 40px;
  padding-left: inherit;
}
.widget .custhtmlcarosel .profile_people {
  color: #666666;
  padding-left: 25px;
}
.widget .custhtmlcarosel .profile_people .title_people {
  color: black;
  text-transform: uppercase;
  font-size: 12px;
  float: left;
  font-weight: 700;
  margin-right: 5px;
}
.widget .custhtmlcarosel .carousel-control {
  top: 37%;
  line-height: 39px;
  background: white;
  border: 1px solid #e7e7e7;
  font-weight: 400;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  color: white;
  font-size: 16px;
  color: black;
}
.widget .custhtmlcarosel .carousel-control.left {
  right: auto;
  left: 0;
}
.rtl .widget .custhtmlcarosel .carousel-control.left {
  left: auto;
  right: auto;
}
.rtl .widget .custhtmlcarosel .carousel-control.left {
  right: 0;
  left: auto;
}
.widget .custhtmlcarosel .carousel-control:hover {
  background-color: #eb557b;
  color: white;
}
.crimson .widget .custhtmlcarosel .carousel-control:hover {
  background-color: crimson;
}
.gold .widget .custhtmlcarosel .carousel-control:hover {
  background-color: gold;
}
.light-green .widget .custhtmlcarosel .carousel-control:hover {
  background-color: #83df83;
}
.salmon .widget .custhtmlcarosel .carousel-control:hover {
  background-color: #ff8274;
}
.turquoise .widget .custhtmlcarosel .carousel-control:hover {
  background-color: #00c9ae;
}
.widget .products_block {
  margin-bottom: 10px;
}

.widget .tags_block h4:before {
  content: "\f0c5";
}
.widget .tags_block a {
  color: #7b7b7b;
  display: inline-block;
  float: left;
  margin: 0 3px 10px 0;
  padding: 10px 15px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.rtl .widget .tags_block a {
  float: right;
}
.rtl .widget .tags_block a {
  margin: 0 0 10px 3px;
}
