/*My account left */
.color-blue {
  color: #395499; }

/* Below css has define for media query breakpoints where we use only veriable name instead of number. 
     like:@include mq('tablet','max') for max width &  @include mq('tablet') for min width
 */
.error {
  color: #ff0000; }

.success {
  color: #009900; }

img {
  max-width: 100%; }

.parallax-slide {
  position: relative; }

.parallax-clip {
  height: 100%;
  position: absolute;
  width: 100%;
  left: 0px;
  top: 0px;
  clip: rect(auto, auto, auto, auto); }

.fixed-parallax {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-size: cover;
  background-position: center top;
  -webkit-transform: translateZ(0);
  /* Ch <36, Saf 5.1+, iOS, An =<4.4.4 */
  -ms-transform: translateZ(0);
  /* IE 9 */
  transform: translateZ(0);
  /* IE 10, Fx 16+, Op 12.1+ */ }

.fixed-parallax:before {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.2);
  content: ""; }

.parallax-slide .position-center {
  height: inherit;
  min-height: inherit;
  position: relative; }

.parallax-vertical-align {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  margin-top: -85px;
  text-align: center; }

.parallax-article {
  padding: 0 15px;
  position: relative; }

@media only screen and (max-width: 991px) {
  .fixed-parallax.parallax-fullwidth {
    position: relative; }
  .information-blocks.parallax-fullwidth-inner {
    overflow: visible; } }

@media (min-width: 1200px) {
  .parallax-article.left-align {
    -webkit-transform: translateX(-10%);
    /* Ch <36, Saf 5.1+, iOS, An =<4.4.4 */
    -ms-transform: translateX(-10%);
    /* IE 9 */
    transform: translateX(-10%);
    /* IE 10, Fx 16+, Op 12.1+ */ }
  .parallax-article.right-align {
    -webkit-transform: translateX(10%);
    /* Ch <36, Saf 5.1+, iOS, An =<4.4.4 */
    -ms-transform: translateX(10%);
    /* IE 9 */
    transform: translateX(10%);
    /* IE 10, Fx 16+, Op 12.1+ */ } }

.parallax-article .subtitle {
  color: #fff;
  font-size: 24px;
  line-height: 24px;
  font-family: "MuseoSans_Regular", sans-serif;
  margin-bottom: 10px; }

.parallax-article.dark-text .subtitle {
  color: #F93822; }

.parallax-article .title {
  color: #fff;
  font-size: 80px;
  line-height: 72px;
  font-family: "MuseoSans_Regular";
  margin-bottom: 5px; }

.parallax-article.dark-text .title {
  color: #000;
  border-color: #000 !important; }

.parallax-article .description {
  font-size: 15px;
  line-height: 22px;
  color: #fff;
  max-width: 470px;
  margin: 0 auto 25px auto; }

.parallax-article.dark-text .description {
  color: #63696f; }

.parallax-article .info {
  font-size: 0; }

.parallax-article .info .button {
  margin: 0 5px 5px 5px; }

.parallax-slide.auto-slide {
  height: auto !important;
  padding: 200px 0;
  text-align: center; }

/* Tablets (>=768px)*/
@media (max-width: 991px) {
  .parallax-slide.auto-slide {
    padding: 150px 0; } }

@media screen and (min-width: 1200px) {
  #homepromo-banner, #homepromo-banner div {
    height: 100%; } }

/*Phones (<768px)*/
@media (max-width: 767px) {
  .parallax-article .subtitle {
    font-size: 18px;
    line-height: 18px; }
  .parallax-article .title {
    font-size: 40px;
    line-height: 38px; }
  .parallax-slide.auto-slide {
    padding: 100px 0; }
  #homepromo-banner2, #homepromo-banner {
    display: none; } }

/* 11.03 - fullscreen banner */
.parallax-slide .swiper-container {
  height: inherit !important;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%; }

.parallax-slide .swiper-wrapper {
  height: inherit !important; }

.parallax-slide .swiper-slide {
  background-size: cover;
  background-position: center center;
  position: relative; }

.parallax-slide .swiper-slide:before {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  content: ""; }

.swiper-slide .parallax-article .subtitle {
  -webkit-transform: translateX(300px);
  /* Ch <36, Saf 5.1+, iOS, An =<4.4.4 */
  -ms-transform: translateX(300px);
  /* IE 9 */
  transform: translateX(300px);
  /* IE 10, Fx 16+, Op 12.1+ */
  opacity: 0; }

.swiper-slide .parallax-article .title {
  font-size: 40px;
  line-height: 90px;
  display: inline-block;
  margin-bottom: 25px;
  -webkit-transform: scale(0);
  /* Ch <36, Saf 5.1+, iOS, An =<4.4.4 */
  -ms-transform: scale(0);
  /* IE 9 */
  transform: scale(0);
  /* IE 10, Fx 16+, Op 12.1+ */
  opacity: 0;
  backface-visibility: hidden;
  -webki-backface-visibility: hidden; }

.swiper-slide .parallax-article .description {
  -webkit-transform: translateX(-300px);
  /* Ch <36, Saf 5.1+, iOS, An =<4.4.4 */
  -ms-transform: translateX(-300px);
  /* IE 9 */
  transform: translateX(-300px);
  /* IE 10, Fx 16+, Op 12.1+ */
  opacity: 0; }

.swiper-slide .parallax-article .info {
  -webkit-transform: translateX(300px);
  /* Ch <36, Saf 5.1+, iOS, An =<4.4.4 */
  -ms-transform: translateX(300px);
  /* IE 9 */
  transform: translateX(300px);
  /* IE 10, Fx 16+, Op 12.1+ */
  opacity: 0; }

.swiper-slide.active .parallax-article .subtitle, .swiper-slide.active .parallax-article .description, .swiper-slide.active .parallax-article .info {
  -webkit-transform: translateX(0px);
  /* Ch <36, Saf 5.1+, iOS, An =<4.4.4 */
  -ms-transform: translateX(0px);
  /* IE 9 */
  transform: translateX(0px);
  /* IE 10, Fx 16+, Op 12.1+ */
  opacity: 1; }

.swiper-slide.active .parallax-article .title {
  -webkit-transform: scale(1);
  /* Ch <36, Saf 5.1+, iOS, An =<4.4.4 */
  -ms-transform: scale(1);
  /* IE 9 */
  transform: scale(1);
  /* IE 10, Fx 16+, Op 12.1+ */
  opacity: 1; }

/*Phones (<768px)*/
@media (max-width: 767px) {
  .swiper-slide .parallax-article .title {
    font-size: 30px;
    line-height: 50px; } }

.categories-box {
  display: block;
  position: relative;
  padding: 0px 10px; }
  .categories-box .categories-image-wrap {
    overflow: hidden;
    text-align: center;
    max-width: 235px;
    height: 235px;
    background: rgba(0, 0, 0, 0.08);
    border-radius: 100%;
    vertical-align: middle;
    margin: 0 auto; }
    .categories-box .categories-image-wrap img {
      -moz-transition: all 350ms ease-out 0s;
      -o-transition: all 350ms ease-out 0s;
      -webkit-transition: all 350ms ease-out 0s;
      transition: all 350ms ease-out 0s;
      max-width: 100%; }
  .categories-box:hover .categories-image-wrap img {
    -webkit-transform: scale(1.03);
    /* Ch <36, Saf 5.1+, iOS, An =<4.4.4 */
    -ms-transform: scale(1.03);
    /* IE 9 */
    transform: scale(1.03);
    /* IE 10, Fx 16+, Op 12.1+ */ }
  .categories-box .categories-content {
    width: 100%;
    position: relative;
    text-align: center;
    margin-top: 10px; }
    .categories-box .categories-content .categories-caption {
      min-height: 50px;
      background: #fff;
      display: inline-block;
      font-size: 20px; }
      .categories-box .categories-content .categories-caption h6 {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        margin-bottom: 0;
        margin-top: 0;
        white-space: normal;
        font-family: "MuseoSans_Regular";
        -moz-transition: all 350ms ease-out 0s;
        -o-transition: all 350ms ease-out 0s;
        -webkit-transition: all 350ms ease-out 0s;
        transition: all 350ms ease-out 0s;
        font-size: 20px; }
        .categories-box .categories-content .categories-caption h6 a {
          color: #5b6770; }
          .categories-box .categories-content .categories-caption h6 a:hover {
            color: #F93822; }

.categorylist .MagicScroll {
  padding-bottom: 24px; }

/*End shine effect*/
.promo-banner-wrap {
  position: relative;
  overflow: hidden;
  cursor: default; }
  .promo-banner-wrap .promo-image-wrap {
    -moz-transition: all 700ms ease 0s;
    -o-transition: all 700ms ease 0s;
    -webkit-transition: all 700ms ease 0s;
    transition: all 700ms ease 0s;
    display: block; }
    .promo-banner-wrap .promo-image-wrap img {
      width: 100%;
      height: 100%; }
  .promo-banner-wrap .promo-content-wrap {
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
    background: rgba(0, 0, 0, 0.08);
    color: #fff;
    -moz-transition: all 350ms ease-out 0s;
    -o-transition: all 350ms ease-out 0s;
    -webkit-transition: all 350ms ease-out 0s;
    transition: all 350ms ease-out 0s; }
    .promo-banner-wrap .promo-content-wrap .promo-content-wrap-inner {
      top: 50%;
      left: 0;
      position: absolute;
      padding: 45px 15px 45px 45px;
      -webkit-transform: translateY(-50%);
      /* Ch <36, Saf 5.1+, iOS, An =<4.4.4 */
      -ms-transform: translateY(-50%);
      /* IE 9 */
      transform: translateY(-50%);
      /* IE 10, Fx 16+, Op 12.1+ */
      max-width: 310px; }
  .promo-banner-wrap:hover .promo-image-wrap {
    -webkit-transform: scale(1.03);
    /* Ch <36, Saf 5.1+, iOS, An =<4.4.4 */
    -ms-transform: scale(1.03);
    /* IE 9 */
    transform: scale(1.03);
    /* IE 10, Fx 16+, Op 12.1+ */
    -moz-transition: all 700ms ease 0s;
    -o-transition: all 700ms ease 0s;
    -webkit-transition: all 700ms ease 0s;
    transition: all 700ms ease 0s; }
  .promo-banner-wrap:hover .promo-content-wrap {
    background: rgba(0, 0, 0, 0.3);
    -moz-transition: all 350ms ease-out 0s;
    -o-transition: all 350ms ease-out 0s;
    -webkit-transition: all 350ms ease-out 0s;
    transition: all 350ms ease-out 0s; }

.section-padding {
  padding: 5px 0; }
  .section-padding .brandlogos {
    display: flex;
    justify-content: space-between; }
    .section-padding .brandlogos > div {
      margin: 0 0px; }
      .section-padding .brandlogos > div a {display:flex; justify-content: center}
      .section-padding .brandlogos > div img {
        width: 80%!important; }

.home-acc-content {
  background-image: url("../images/bg-home.jpg");
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding: 30px 0px;
  /*@include mq('desktop'){
        margin-top:145px;
    }*/ }
  .home-acc-content h2 {
    font-family: "MuseoSans_Bold";
    font-size: 16px;
    line-height: 22px;
    padding: 8px 0px;
    border-bottom: 1px solid #F93822;
    text-transform: uppercase; }
  .home-acc-content .my-act-details h3 {
    font-family: "MuseoSans_Regular";
    font-size: 16px;
    margin-bottom: 8px; }
  .home-acc-content .my-act-details .user-details {
    padding: 10px;
    border-radius: .25rem;
    background: #F93822;
    margin-top: 10px;
    position: relative;
    color: #fff; }
    .home-acc-content .my-act-details .user-details .btn-link {
      color: #fff; }
    .home-acc-content .my-act-details .user-details h3 {
      color: #5b6770;
      font-family: "MuseoSans_SemiBold"; }
    .home-acc-content .my-act-details .user-details label {
      float: left;
      width: 100px; }
    .home-acc-content .my-act-details .user-details a#editaddress {
      position: absolute;
      top: 5px;
      right: 5px; }
      .home-acc-content .my-act-details .user-details a#editaddress:hover {
        color: #5b6770; }
  .home-acc-content .home-ac-link {
    border-bottom-width: 1px;
    margin-bottom: 15px; }
    .home-acc-content .home-ac-link h2 {
      position: relative;
      display: inline-block;
      width: 100%; }
      .home-acc-content .home-ac-link h2 a {
        position: relative;
        cursor: pointer;
        font-size: 16px;
        display: block;
        line-height: 15px;
        color: #5b6770;
        padding: 8px 0;
        font-weight: 500;
        position: relative; }
        .home-acc-content .home-ac-link h2 a:hover {
          color: #F93822; }
    .home-acc-content .home-ac-link .content {
      font-size: 13px;
      padding-top: 8px; }
  .home-acc-content .search-box {
    position: relative;
    margin: 10px 0px; }
    .home-acc-content .search-box input {
      width: 100%;
      height: 37px; }
    .home-acc-content .search-box a {
      position: absolute;
      right: 0px;
      height: 37px;
      top: 0; }
      .home-acc-content .search-box a .fa {
        margin-top: 2px; }
  .home-acc-content .prodimage {
    width: 55px;
    float: left;
    min-height: 55px;
    max-height: 55px;
    overflow: hidden;
    border: 1px solid #63696f;
    border-radius: 100%;
    background: #fff; }
    .home-acc-content .prodimage img {
      border-radius: 100%; }
  .home-acc-content .quickorder-bg {
    background: rgba(255, 255, 255, 0.7);
    padding: 0px 15px; }
    .home-acc-content .quickorder-bg h2 {
      color: #63696f;
      margin-bottom: 0px; }
  .home-acc-content .prodname {
    margin-left: 70px; }
    .home-acc-content .prodname h3 {
      font-size: 15px;
      line-height: 20px;
      font-family: "MuseoSans_Regular";
      margin-bottom: 5px;
      display: inline-block; }
  .home-acc-content .prodprice {
    margin-left: 70px;
    font-size: 15px;
    line-height: 15px;
    padding-bottom: 5px;
    color: #F93822;
    font-family: "MuseoSans_Bold"; }
    .home-acc-content .prodprice .aslowasprice label {
      font-size: 12px; }

.topsellers-bg {
  background: #5b6770;
  border-radius: 10px;
  padding: 15px; }
  .page_section.section-landing .row {padding:20px 15px;}
  .topsellers-bg .bwpsinfodetails {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    @media screen and (max-width: 639px) {
      .topsellers-bg .bwpsinfodetails {
        margin-bottom: -15px; } }
    .topsellers-bg .bwpsinfodetails > div {
      background: #edeeef;
      border-radius: 10px;
      padding: 10px;
      width: 32%;
      min-height: 220px;
      margin-bottom: 0px; }
      @media screen and (max-width: 639px) {
        .topsellers-bg .bwpsinfodetails > div {
          width: 100%;
          min-height: inherit; margin-bottom:15px;  } }
      .topsellers-bg .bwpsinfodetails div.bwpsinfoblocks div.title {
        padding-bottom: 10px;
        margin-bottom: 10px;
        border-bottom: 1px solid #F93822; }
        .topsellers-bg .bwpsinfodetails div.bwpsinfoblocks div.title img {
          width: 100%;
          max-width: 125px; }
      .topsellers-bg .bwpsinfodetails div.bwpsinfoblocks ul li {
        padding-bottom: 10px; }
        .topsellers-bg .bwpsinfodetails div.bwpsinfoblocks ul li a {
          color: #5b6770;
          font-family: "Segoe UI Semibold", "Helvetica Neue", Helvetica, Arial, sans-serif;
          font-size: 13px; font-weight: normal;
          text-transform: uppercase; }
          .topsellers-bg .bwpsinfodetails div.bwpsinfoblocks ul li a span.fa {
            padding-right: 10px; }
          .topsellers-bg .bwpsinfodetails div.bwpsinfoblocks ul li a:hover {
            color: #F93822; }

#quickorderpaderrormsg .success {
  color: #009900; }

.padding-b-t-15 {
  padding-top: 15px;
  padding-bottom: 15px; }

.quickordercontainer label {
  color: #666666; }

.quickordercontainer .btn.btn-info {
  border-color: #63696f;
  color: #fff;
  background: #63696f; }
  .quickordercontainer .btn.btn-info:hover {
    color: #fff;
    background: #5b6770; }

.orderlist {
  padding: 10px 0px; }
  .orderlist h3 {
    font-family: "MuseoSans_Regular";
    font-size: 16px;
    margin-bottom: 8px; }

.top-sellers {
  margin-top: 15px !important;
  padding-bottom: 15px !important;
  height: 100%;
  border-bottom: 1px #63696f solid;
  text-align: left; }

.plp-product-widget {
  text-align: center;
  position: relative; }
  .plp-product-widget .quickview-link, .plp-product-widget .rating {
    display: none; }
  .plp-product-widget .aslowasprice label {
    font-size: 12px; }
  .plp-product-widget .product-cont {
    width: 280px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0px 10px;
    text-align: center; }
    .plp-product-widget .product-cont a {
      color: #5b6770;
      font-size: 16px; }
      .plp-product-widget .product-cont a:hover {
        color: #F93822; }
  .plp-product-widget .prodname a {
    color: #5b6770;
    font-size: 16px; }
    .plp-product-widget .prodname a:hover {
      color: #F93822; }
  .plp-product-widget h3 {
    margin: 0px;
    height: 70px;
    white-space: normal;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; }
  .plp-product-widget .prodprice {
    font-size: 16px;
    line-height: 16px;
    padding-bottom: 5px;
    color: #F93822;
    font-family: "MuseoSans_Bold";
    display: inline-block; }
    .plp-product-widget .prodprice span.yourprice {
      color: #F93822;
      display: inline-block;
      font-family: "MuseoSans_Bold"; }
    .plp-product-widget .prodprice span.aslowasprice label, .plp-product-widget .prodprice span.aslowasprice .aslowastext {
      font-size: 12px;
      color: #6c757d; }
    .plp-product-widget .prodprice .listprice {
      color: #63696f;
      text-decoration: line-through;
      display: inline-block; }
  .plp-product-widget .prodimage {
    height: 150px;
    padding-bottom: 8px; }
    .plp-product-widget .prodimage a {
      display: block;
      width: 140px;
      min-height: 140px;
      max-height: 140px;
      overflow: hidden;
      border: 1px solid #5b6770;
      border-radius: 100%;
      margin: 0 auto; }
    .plp-product-widget .prodimage img {
      display: inline;
      border-radius: 100%; }
  .plp-product-widget .proddescription, .plp-product-widget .viewlinks {
    display: none; }

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 00 - CSS ANIMATIONS */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.home-acc-content .home-ac-link > span:before, .sidebar-navigation .entry, .button, .socials-box a, .socials-box a .fa, .search-drop-down .category-entry, .search-button, .header-functionality-entry, footer a, .product-slide-entry .title, .product-slide-entry .tag, .inline-product-entry .title, .inline-product-entry .image, .list-type-1 a, .hover-class-1:after, .hover-label, .menu-slider-arrows a .fa, .bottom-line-a, .top-line-a, .fixed-header-square-button .fa, .read-more, .product-mix-info, .simple-search-form .simple-submit, .departmets-drop-down .list a, .copyright a, .styled-form .submit-wrapper, .socials-box a .fa, .sidebar-logos-row a img, a.sale-entry:before, a.sale-entry .sale-price, a.sale-entry .sale-price span, a.sale-entry .sale-description, .breadcrumb-box a, .icon-entry .image, .quantity-selector .entry.number-minus, .quantity-selector .entry.number-plus, .tabs-container.style-1 .tab-switcher, .size-selector .entry:after, .color-selector .entry:after, .color-selector .entry:before, .blog-entry .title, .blog-entry .subtitle a, .blog-entry .subtitle a b, .blog-entry .readmore, .square-button, .tags-box a, .categories-list ul li a, .container-404 .text a, .portfolio-navigation a, .portfolio-entry .title, .action-button, .hover-layer, .continue-link, .accordeon-title, .traditional-cart-entry .tag, .traditional-cart-entry .title, .remove-button, .cart-summary-box .simple-link, .checkout-progress-widget a.step-entry, .simple-field, .column-article-entry .title, .product-slide-entry .subtitle, .parallax-view, .simple-form .submit, .latest-entries-heading .latest-more, .demo-categories-entry .title, .demo-categories-entry .list a, .sale-entry-border, .sale-entry-border:before, .color-text-widget, .color-text-widget .cell-view, .color-text-widget .title, .color-text-widget .description, .sale-entry, .simple-search-form, .special-item-entry > img {
  -moz-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
  -ms-transition: all 0.15s ease-out; }

.product-slide-entry .product-image:after, .sidebar-navigation .title .fa, .navigation-banner-content, .from-the-blog-entry .image:after, .toggle-list-button:after, .product-image .bottom-line, .product-image .top-line-a, .navigation-banner-content .subtitle, .navigation-banner-content .title, .navigation-banner-content .description, .navigation-banner-content .info, .swiper-slide .parallax-article .subtitle, .swiper-slide .parallax-article .description, .swiper-slide .parallax-article .info, a.mozaic-banner-entry .subtitle, a.mozaic-banner-entry .title, a.mozaic-banner-entry .description, a.mozaic-banner-entry:before, .creative-square-box .background-box, .creative-square-box:before, .promo-banner-box:before, .promo-banner-box .promo-text, .promo-banner-box .promo-text .description, .product-image img, .product-thumbnails-swiper .paddings-container, .blog-entry .image img, .comment-image:after, .hover-layer .info, .title-info, .actions, a.mozaic-banner-entry .view {
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out; }

.swiper-slide .parallax-article .title, .portfolio-entry .image img, .portfolio-entry:hover .portfolio-drop-down, .overlay-popup .close-layer, .overlay-popup .popup-container {
  -moz-transition: all 500ms ease-out;
  -o-transition: all 500ms ease-out;
  -webkit-transition: all 500ms ease-out;
  transition: all 500ms ease-out; }

.creative-square-box:hover .background-box, .blog-entry .image:hover img, .portfolio-entry:hover .image img {
  -moz-transition: all 15000ms linear !important;
  -o-transition: all 15000ms linear !important;
  -webkit-transition: all 15000ms linear !important;
  transition: all 15000ms linear !important; }

.disable-animation, .shop-grid .product-slide-entry .title {
  -moz-transition: none !important;
  -o-transition: none !important;
  -webkit-transition: none !important;
  transition: none !important; }

/*transition delay*/
.navigation-banner-content .subtitle, .swiper-slide .parallax-article .subtitle, .swiper-slide .parallax-article .description, .overlay-popup.active .popup-container {
  transition-delay: 200ms;
  -moz-transition-delay: 200ms;
  -webkit-transition-delay: 200ms;
  -ms-transition-delay: 200ms; }

.navigation-banner-content .title {
  -moz-transition-delay: 150ms;
  -ms-transition-delay: 150ms;
  -webkit-transition-delay: 150ms;
  transition-delay: 150ms; }

.swiper-slide .parallax-article .info {
  -moz-transition-delay: 400ms;
  -ms-transition-delay: 400ms;
  -webkit-transition-delay: 400ms;
  transition-delay: 400ms; }

/*ie*/
_:-ms-input-placeholder, :root .simple-field.simple-drop-down select {
  padding-right: 22px; }

_:-ms-input-placeholder, :root .size-1.simple-field.simple-drop-down select {
  padding-right: 14px; }

_:-ms-input-placeholder, :root .simple-drop-down select {
  padding-right: 10px; }

@media (max-width: 991px) and (min-width: 768px) {
  .header-functionality-entry {
    margin-left: 15px; } }

.button {
  line-height: 14px;
  color: #5b6770;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 16px;
  text-align: center;
  padding: 12px 10px;
  display: inline-block;
  margin-bottom: 12px;
  cursor: pointer;
  min-width: 127px;
  border: 2px #5b6770 solid;
  background: transparent;
  position: relative; }
  .button.style-8 {
    background: #F93822;
    border: #F93822;
    color: #fff; }
    .button.style-8:hover {
      background: #5b6770;
      border: #5b6770;
      color: #fff; }

h3.widget-heading {
      font-family: "Segoe UI Semibold", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 20px;
    margin: 20px 0;
    padding-bottom: 15px;
    border-bottom: 2px solid #5b6770;
    position: relative;
    color: #F93822;
}

.section-padding.rss-feed h3.widget-heading {margin-bottom:10px;}
.section-padding.rss-feed div#rssfeeds {margin-bottom:15px;}
.section-padding.rss-feed div#rssfeeds ul li {font-size:13px; padding-bottom:5px}
.section-padding.rss-feed div#rssfeeds ul li:before {font-family: FontAwesome; content: "\f105"; font-weight: 600; padding-right: 10px;}
.section-padding.rss-feed div#rssfeeds ul li a {font-weight: 600; text-transform: uppercase}