<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">a {
  color: #f26c4f;
}
a:hover {
  color: #000000;
}

/*------------------------------------*\
    #TYPOGRAPHY
\*------------------------------------*/
.text-theme {
  color: #f26c4f !important;
}

/*------------------------------------*\
    #COLORS
\*------------------------------------*/
.color-theme {
  color: #f26c4f !important;
}

/*------------------------------------*\
    #Align
\*------------------------------------*/
.border-all {
  border: 1px solid #f26c4f;
}

.border-top {
  border-top: 1px solid #f26c4f;
}

.border-bottom {
  border-bottom: 1px solid #f26c4f;
}

.border-right {
  border-right: 1px solid #f26c4f;
}

.border-left {
  border-left: 1px solid #f26c4f;
}

/*------------------------------------*\
    #Blockquotes
\*------------------------------------*/
.blockquote-3 {
  color: #f26c4f;
}

/*------------------------------------*\
    #BACKGROUNDS
\*------------------------------------*/
.bg-theme {
  background-color: #f26c4f !important;
}

.bg-overlay-theme:before {
  background-color: #f26c4f;
}

/*------------------------------------*\
    #BREADCRUMB
\*------------------------------------*/
.breadcrumb &gt; .active {
  color: #f26c4f;
}

.breadcrumb &gt; li a:hover {
  color: #f26c4f;
}

/*------------------------------------*\
    #BUTTONS
\*------------------------------------*/
.btn--primary {
  background-color: #f26c4f;
}

.btn--secondary:active,
.btn--secondary:focus,
.btn--secondary:hover {
  background-color: #f26c4f;
  border-color: #f26c4f;
}

/* Button White */
.btn--white:active,
.btn--white:focus,
.btn--white:hover {
  background-color: #f26c4f;
  border-color: #f26c4f;
}

.bg-overlay-theme2 .btn--white:active,
.bg-overlay-theme2 .btn--white:focus,
.bg-overlay-theme2 .btn--white:hover {
  background-color: #f26c4f;
  border-color: #f26c4f;
}

.btn--link.btn--primary {
  color: #f26c4f;
}

.btn--link.btn--secondary:active,
.btn--link.btn--secondary:focus,
.btn--link.btn--secondary:hover {
  color: #f26c4f;
}

.btn--bordered.btn--primary {
  color: #f26c4f;
  border-color: #f26c4f;
}

.btn--bordered.btn--primary:active,
.btn--bordered.btn--primary:focus,
.btn--bordered.btn--primary:hover {
  background-color: #f26c4f;
  border-color: #f26c4f;
}

.btn--bordered.btn--white:active,
.btn--bordered.btn--white:focus,
.btn--bordered.btn--white:hover {
  color: #f26c4f;
}

.btn--white.btn--secondary:active,
.btn--white.btn--secondary:focus,
.btn--white.btn--secondary:hover {
  background-color: #f26c4f;
  border-color: #f26c4f;
}

.btn--video:hover,
.btn--video:hover i {
  color: #f26c4f;
}

.btn--video-bordered:hover .btn--video,
.btn--video-bordered:hover .btn--video i {
  color: #f26c4f;
}

/* Buttom Link */
.btn--link.btn-more {
  color: #f26c4f;
}
.btn--link.btn-more span:after, .btn--link.btn-more span:before {
  background-color: #f26c4f;
}

.btn--more:hover {
  color: #f26c4f;
}
.btn--more:hover:after {
  background-color: #f26c4f;
}

.btn--browse-cat i {
  margin-left: 35px;
  color: #f26c4f;
}
.btn--browse-cat:hover {
  color: #f26c4f;
}

/*------------------------------------*\
    #FORMS
\*------------------------------------*/
.form-control:focus {
  border-bottom-color: #f26c4f;
}

/* Input Checkbox */
.input-checkbox .label-checkbox {
  font-size: 14px;
  line-height: 18px;
  color: #000;
  font-weight: 400;
  margin-bottom: 0;
}

.label-checkbox {
  display: block;
  position: relative;
  cursor: pointer;
  font-size: 18px;
  line-height: 18px;
  z-index: 2;
  padding-left: 30px;
}

.label-checkbox input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.check-indicator {
  position: absolute;
  top: 2px;
  left: 0;
  height: 17px;
  width: 17px;
  background: transparent;
  border: 1px solid #bebebe;
  border-radius: 50%;
}

.label-checkbox input:checked ~ .check-indicator {
  background: transparent;
}

.check-indicator:after {
  content: "";
  position: absolute;
  display: none;
}

.label-checkbox .check-indicator:after {
  position: absolute;
  display: none;
  left: 3px;
  top: 3px;
  height: 9px;
  width: 9px;
  border-radius: 50%;
  background: #f26c4f;
}

.label-checkbox input:checked ~ .check-indicator:after {
  display: block;
}

/* Input Radio */
.label-radio {
  display: block;
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  font-size: 15px;
  color: #000000;
  text-transform: capitalize;
  margin-bottom: 0;
}

.label-radio input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.radio-indicator {
  position: absolute;
  top: 2px;
  left: 0;
  height: 17px;
  width: 17px;
  background: white;
  border: 1px solid #bebebe;
  border-radius: 50%;
}

.label-radio input:checked ~ .radio-indicator {
  background: white;
}

.label-radio:hover input:not([disabled]):checked ~ .radio-indicator,
.label-radio input:checked:focus ~ .radio-indicator {
  background: white;
}

.radio-indicator:after {
  content: "";
  position: absolute;
  display: none;
  left: 3px;
  top: 3px;
  height: 9px;
  width: 9px;
  border-radius: 50%;
  background: #f26c4f;
}

.label-radio input:checked ~ .radio-indicator:after {
  display: block;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  margin: 0;
}

.form-inline {
  display: inline-block;
}

.form-inline .form-group {
  display: inline-block;
}

form .btn i {
  margin-left: 15px;
}

/*------------------------------------*\
    #Accordion
\*------------------------------------*/
.accordion .panel--heading .accordion-toggle:after {
  background-color: #f26c4f;
  border: 1px solid #f26c4f;
}

.accordion .panel--heading .accordion-toggle.collapsed:after {
  background-color: #f26c4f;
}

/*------------------------------------*\
    #ALERT MESSAGE
\*------------------------------------*/
.alerts .alert-icon {
  background-color: #f26c4f;
}

.alerts .alert-content h4 {
  color: #f26c4f;
}

/*------------------------------------*\
    #Range
\*------------------------------------*/
.range-slider .ui-slider-range {
  background-color: #f26c4f;
}

.range-slider input {
  color: #f26c4f;
}

/*------------------------------------*\
    #LOADING-SECTION
\*------------------------------------*/
.preloader .loader-eclipse .loader-content {
  box-shadow: 0 4px 0 0 #f26c4f;
}

/*------------------------------------*\
    #Menu
\*------------------------------------*/
.navbar-nav &gt; li.active &gt; a,
.navbar-nav &gt; li &gt; a:focus,
.navbar-nav &gt; li &gt; a:hover {
  color: #f26c4f;
}

.header-white .module-dropdown-menu .dropdown-item:hover {
  color: #f26c4f;
}

/* Small Devices, Tablets */
@media only screen and (max-width: 991px) {
  .mega-dropdown-menu .container a[href="#"] {
    color: #f26c4f;
  }
}
@media only screen and (min-width: 992px) {
  ul.mega-menu li ul li span {
    color: #f26c4f;
  }

  ul.dropdown-menu li &gt; a:active,
ul.dropdown-menu li &gt; a:focus,
ul.dropdown-menu li &gt; a:hover,
ul.mega-menu li a:active,
ul.mega-menu li a:focus,
ul.mega-menu li a:hover {
    color: #f26c4f;
  }

  .mega-dropdown-menu .container a[href="#"] {
    color: #f26c4f;
  }

  .mega-dropdown-menu.collections-menu .container div[class*=col-] ul li a:before {
    background-color: #f26c4f;
  }
}
/*------------------------------------*\
    #Hamburger
\*------------------------------------*/
.hamburger-panel .list-links a:hover {
  color: #f26c4f;
}

/*------------------------------------*\
    #MODULE
\*------------------------------------*/
.menu-icon-button:hover {
  background-color: #f26c4f;
}

.module .module-active .module-icon i {
  color: #f26c4f;
}

.module-cancel:hover {
  color: #f26c4f;
}

/* Module Search */
.module-active .module-fullscreen.module--search-box .form-control:focus {
  border-color: #f26c4f;
}

.module-active .module-fullscreen.module--search-box button:hover {
  color: #f26c4f;
}

.module-active .module-fullscreen.module--search-box .module-cancel:hover {
  background-color: #f26c4f;
  border-color: #f26c4f;
}

.module .module-label {
  background-color: #f26c4f;
}

.header-10 .module .module-label {
  background-color: #f26c4f;
}

.module-cart-2 .cart-icon-btn {
  background-color: #f26c4f;
}

.cart-box .cart-overview li .cart-cancel:hover {
  color: #f26c4f;
}

.cart-total .total-price {
  color: #f26c4f;
}

.cart-box .cart--control .btn--white:hover {
  background-color: #f26c4f;
  border-color: #f26c4f;
}

.module-menu .menu-list a:hover {
  color: #f26c4f;
}

.module-menu .menu-social a:hover {
  color: #f26c4f;
}

.module-menu-light.module-menu .menu-list a:hover {
  color: #f26c4f;
}

.module-menu-2:hover .menu--icon-white {
  border-color: #f26c4f;
}

.module-menu-2:hover .menu--icon-white span {
  background-color: #f26c4f;
}

.module-menu-2.module-menu-container button.menu--btn-white:hover {
  color: #f26c4f !important;
}

.module-active .module-hamburger .module-widgets .module-cancel {
  color: #000000;
}
.module-active .module-hamburger .module-widgets .module-cancel:hover {
  color: #f26c4f;
}

/* Module Social */
.module-social a:hover {
  color: #f26c4f;
}

.module-side-nav .menu--links li a:hover {
  color: #f26c4f;
}

/*------------------------------------*\
    #testimonial
\*------------------------------------*/
.testimonial-panel .testimonial--body p {
  color: #898989;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 39px;
}

.testimonial-panel .testimonial--meta {
  position: relative;
  line-height: 1;
}

.testimonial-panel .testimonial--meta-img {
  width: 50px;
  height: 50px;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 43px;
}

.testimonial-panel .testimonial--meta h4,
.testimonial-panel .testimonial--meta span {
  color: #f26c4f;
  font-family: "Lato", sans-serif;
  font-size: 11px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 0;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  letter-spacing: 2px;
}

.testimonial-panel .testimonial--meta h4 {
  font-weight: 700;
}

.testimonial-panel .testimonial--meta span {
  color: #a1a1a1;
  position: relative;
  padding-left: 15px;
}

.testimonial-panel .testimonial--meta span:before {
  position: absolute;
  content: "-";
  font-size: 15px;
  top: -3px;
  left: 2px;
}

/* .testimonial #1 */
.testimonial-1 .testimonial-panel {
  padding: 70px 20px;
}

.testimonial-1 .carousel-navs .owl-nav [class*=owl-] {
  top: 0;
  margin-left: -30px;
  margin-top: -23px;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  height: 60px;
  width: 60px;
  color: #d7d7d7;
}

.testimonial-1 .carousel-navs .owl-nav [class*=owl-]:hover {
  color: #000000;
}

.testimonial-1 .carousel-navs .owl-nav .owl-prev,
.testimonial-1 .carousel-navs .owl-nav .owl-next {
  left: 50%;
  right: auto;
}

.testimonial-1 .carousel-navs .owl-nav .owl-next {
  top: 100%;
  margin-top: -36px;
}

/* testimonial #2 */
.testimonial-2 .heading--title {
  font-size: 30px;
  margin-bottom: 57px;
}

.testimonial-2 .testimonial-panel .testimonial--meta h4 {
  color: #000000;
}

/* testimonial #3 */
.testimonial-3 .testimonial--body p {
  font-style: italic;
  font-family: "Lato", sans-serif;
  margin-bottom: 22px;
}

/* testimonial #4 */
.testimonial-4 .testimonial--meta-img {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
}

.testimonial-4 .testimonial--meta-content {
  padding-left: 70px;
}

.testimonial-4 .testimonial--meta {
  line-height: 50px;
}

.testimonial-4 .testimonial--meta h4 {
  color: #000000;
}

.testimonial-4 .testimonial--body p {
  font-size: 18px;
  color: #555555;
  line-height: 28px;
  margin-bottom: 26px;
}

.testimonial-4 .carousel-navs .owl-nav [class*=owl-] {
  top: -130px;
  margin: 0;
  color: #d7d7d7;
}

.testimonial-4 .carousel-navs .owl-nav [class*=owl-]:hover {
  color: #000000;
}

.testimonial-4 .carousel-navs .owl-nav .owl-prev {
  left: auto;
  right: 50px;
}

/* testimonial #5 */
.testimonial-5 .testimonial--body p {
  margin-bottom: 39px;
}

.testimonial-5 .testimonial--meta h4 {
  color: #000000;
}

/* testimonial #6 */
.testimonial-6 .testimonial--body p {
  color: #555555;
  font-family: "Lato", sans-serif;
  font-size: 24px;
  font-style: italic;
  line-height: 30px;
  margin-bottom: 44px;
}

/* testimonial #7 */
.testimonial-7 .testimonial-panel .testimonial--meta h4 {
  font-family: "Lato", sans-serif;
  font-size: 11px;
  color: white;
  display: block;
  letter-spacing: 3px;
  font-weight: 700;
  margin-bottom: 16px;
}

.testimonial-7 .testimonial--meta-img {
  margin: 0 auto 40px;
}

.testimonial-7 .testimonial--body p {
  color: #555555;
  font-family: "Lato", sans-serif;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 0;
}

.testimonial-7 .testimonial--meta {
  margin-bottom: 32px;
}

.testimonial-7 .testimonial--meta span {
  font-family: "Lato", sans-serif;
  display: block;
  padding: 0;
  font-style: italic;
  font-size: 16px;
  color: #555555;
  text-transform: lowercase;
  letter-spacing: 0;
}

.testimonial-7 .testimonial--meta span:before {
  display: none;
}

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .testimonial-panel .testimonial--body p {
    font-size: 17px;
  }

  .testimonial-6 .testimonial--body p {
    font-size: 20px;
  }
}
/*------------------------------------*\
    #Portfolio
\*------------------------------------*/
.portfolio-filter li a.active-filter,
.portfolio-filter li a:hover {
  color: #f26c4f;
}

.portfolio-filter-2 li a:before {
  background-color: #f26c4f;
}

.portfolio-filter-3 li a:before {
  background-color: #f26c4f;
}

.portfolio-standard .portfolio-item .portfolio--title h4 a:hover,
.portfolio-standard .portfolio-item .portfolio--cat a:hover {
  color: #f26c4f;
}

.portfolio-standard-masonry .portfolio--zoom a:before,
.portfolio-standard-masonry .portfolio--zoom a:after {
  background-color: #f26c4f;
}

.portfolio-standard-masonry .btn--more:hover {
  color: #f26c4f;
}

.portfolio-standard-masonry .btn--more:hover:before {
  background-color: #f26c4f;
}

.portfolio-parallax .portfolio-item .portfolio--cat a:hover,
.portfolio-parallax .portfolio-item .portfolio--title h4 a:hover {
  color: #f26c4f;
}

.portfolio-project .portfolio-item a.portfolio--more,
.portfolio-parallax .portfolio-item a.portfolio--more {
  background-color: #f26c4f;
}

.portfolio-parallax-2 .portfolio-item .portfolio--cat a {
  color: #f26c4f;
}

.portfolio--prev-next-1:before {
  background-color: #f26c4f;
}

.portfolio--prev-next .portfolio--bio p a:hover {
  color: #f26c4f;
}

.portfolio--prev-next-2 .portfolio--next .portfolio--bio p a {
  color: #000000;
}

.portfolio--prev-next-2 .portfolio--bio p a:hover,
.portfolio--prev-next-2 .portfolio--next .portfolio--bio p a:hover {
  color: #f26c4f;
}

.portfolio--prev-next-3 .portfolio--bio p a:hover {
  color: #f26c4f;
}

.portfolio-split-dark .portfolio--prev-next .portfolio--next .portfolio--bio p a {
  color: #f26c4f;
}

.portfolio-split-3 .slide--item .slide--number .number {
  color: #f26c4f;
}

.portfolio-carousel .slider-navs .owl-controls .owl-nav [class*=owl-]:hover {
  background-color: #f26c4f;
}

.portfolio-slider-2 .slide--item .slide--title h4:before {
  color: #f26c4f;
}

.portfolio-slider-2 .slider-navs .owl-controls .owl-nav [class*=owl-]:hover {
  background-color: #f26c4f;
}

.portfolio-slider-3 .btn--more {
  color: #f26c4f;
}

.portfolio-slider-4 .portfolio--content {
  background-color: #f26c4f;
}

.portfolio-slider-6 .portfolio-item .portfolio--cat a:first-of-type:before {
  color: #f26c4f;
}

.portfolio-slider-6 .portfolio-item .portfolio--title h4 a:hover {
  color: #f26c4f;
}

.portfolio-slider-6 .portfolio-item .btn:hover {
  color: #f26c4f;
}

.portfolio-slider-6 .portfolio--desc .portfolio--desc-content {
  background-color: #f26c4f;
}

.portfolio-slider-7 .slider-navs .owl-controls .owl-nav [class*=owl-]:hover {
  color: #f26c4f;
}

.portfolio-slider-9 .slide--cat a {
  color: #f26c4f;
}

.portfolio-tabs .nav-tabs .nav-link.active:before {
  background-color: #f26c4f;
}

.portfolio-tabs .portfolio-item .portfolio--title h4 a:hover {
  color: #f26c4f;
}

.portfolio-tabs .portfolio-item .portfolio--cat a {
  color: #f26c4f;
}

.portfolio-work .portfolio-item .portfolio--cat a {
  color: #f26c4f;
}

.portfolio-work .view-projects {
  color: #f26c4f;
}

.portfolio-artwork .portfolio--inner-content .portfolio--title h4 a:hover {
  color: #f26c4f;
}

.portfolio-artwork .owl-carousel .owl-controls .owl-nav .owl-prev {
  border-right: 11px solid #f26c4f;
}

.portfolio-artwork .owl-carousel .owl-controls .owl-nav .owl-next {
  border-left: 11px solid #f26c4f;
}

.portfolio-artwork2 .portfolio-item .portfolio--cat a:hover,
.portfolio-artwork2 .portfolio-item .portfolio--title h4 a:hover {
  color: #f26c4f;
}

.portfolio-artwork3 .portfolio-item:hover .portfolio--title h4 a {
  color: #f26c4f;
}

.portfolio-artwork3 .portfolio-item .portfolio--cat a:hover {
  color: #f26c4f;
}

.portfolio-artwork4 .portfolio-item .portfolio--cat a:hover {
  color: #f26c4f;
}

.portfolio-artwork4 .portfolio-item .portfolio--title h4 a:hover {
  color: #f26c4f;
}

.portfolio-masonry-spaced .portfolio--about-2 h3:before {
  background-color: #f26c4f;
}

.portfolio-masonry-spaced .portfolio--about-3 .btn {
  color: #f26c4f;
}

.portfolio-masonry-small .portfolio-filter li a:before {
  background-color: #f26c4f;
}

.portfolio-masonry-small .portfolio-filter li a.active-filter:before {
  background-color: #f26c4f;
}

.portfolio-style .portfolio-item .portfolio--cat a:hover,
.portfolio-style .portfolio-item .portfolio--title h4 a:hover {
  color: #f26c4f;
}

.portfolio-style .portfolio--zoom a:before,
.portfolio-style .portfolio--zoom a:after {
  background-color: #f26c4f;
}

.portfolio-project .portfolio-item .portfolio--cat a:first-of-type:before {
  color: #f26c4f;
}

.portfolio-project .portfolio-item .portfolio--title h4 a:hover {
  color: #f26c4f;
}

.portfolio-project-2 .portfolio-item .portfolio--title h4 a:hover {
  color: #f26c4f;
}

.portfolio-project-2 .portfolio--content .btn {
  color: #f26c4f;
}

.portfolio-work-slider .portfolio-filter li a:before {
  background-color: #f26c4f;
}

.portfolio-featured-project .btn--more:hover {
  color: #f26c4f;
}

.portfolio-featured-project .btn--more:after {
  background-color: #f26c4f;
}

.portfolio-categories li a:before {
  background-color: #f26c4f;
}

/*------------------------------------*\
    #Call To Action
\*------------------------------------*/
.cta h3 span {
  color: #f26c4f;
}
.cta p {
  color: #f26c4f;
}

/*------------------------------------*\
    #BLOG-SECTION
\*------------------------------------*/
.blog-entry .entry--title h4 a:hover {
  color: #f26c4f;
}

.blog-entry .entry--meta .meta--author a:hover {
  color: #f26c4f;
}

.blog-grid .blog-entry:hover .entry--more a {
  color: #f26c4f;
}

/* blog filter */
.blog-filter {
  text-align: center;
  margin-bottom: 60px;
}

.blog-filter li a.active-filter,
.blog-filter li a:hover {
  color: #f26c4f;
}

.blog-grid .blog-entry .entry--meta span,
.blog-grid .blog-entry .entry--more a:hover {
  color: #f26c4f;
}

/* blog minimal #2 */
.blog-minimal-2 .entry--meta-date .day {
  color: #f26c4f;
}

.blog-carousel .owl-theme .owl-controls {
  text-align: left;
  margin-top: -20px;
}

.blog-single .title--meta .meta--author a:hover {
  color: #f26c4f;
}

.entry--tags a:hover {
  color: #f26c4f;
}

.entry-widget .entry-widget-title h4 {
  color: #f26c4f;
}

ul.comments-list .comment-body .comment a.reply {
  color: #f26c4f;
}

/*------------------------------------*\
        #Shop
\*------------------------------------*/
.category-item .featured-item {
  background-color: #f26c4f;
}

.category-item .featured-item2 {
  background-color: #f26c4f;
}

.category-item .category--title h3 a:hover {
  color: #f26c4f;
}

.category-3 .category--action-content {
  background-color: #f26c4f;
}

.category-5 .category--content .btn:hover {
  background-color: #f26c4f;
  border-color: #f26c4f;
}

.category-13 .category--hover .category--action .btn {
  background-color: #f26c4f;
}

.category-13 .btn--loading:hover {
  color: #f26c4f;
}

.category-13 .category--hover .category--action .btn:hover {
  color: #f26c4f;
}

.category-13 .category--hover-info .category--title h3 a:hover {
  color: #f26c4f;
}

.category-num h2 span {
  color: #f26c4f;
}

@keyframes btn-loading {
  0% {
    background-color: #f26c4f;
  }
}
.shop-filter li a.active-filter,
.shop-filter li a:hover {
  color: #f26c4f;
}

.cat-list .cat--list-item h4:hover {
  color: #f26c4f;
}

.category--content .category--hover .category--action a:not(:first-child) {
  color: #f26c4f;
}

/*------------------------------------*\
    #CONTACT 
\*------------------------------------*/
.contact--content li a:hover {
  color: #f26c4f;
}

.contact-3 .heading-2 .heading--subtitle {
  color: #f26c4f;
}

/* contact #4 */
.contact-4 .info--panel .social--icons a i:hover {
  color: #f26c4f;
}

/*------------------------------------*\
	#Widgets
\*------------------------------------*/
.widget {
  margin-bottom: 70px;
}

.widget:last-of-type {
  margin-bottom: 0;
}

/* Widget */
.widget .widget--title {
  margin-bottom: 30px;
}

.widget .widget--title h5 {
  color: #000000;
  font-size: 24px;
  line-height: 1;
  text-transform: capitalize;
  margin-bottom: 0;
}

/* Category Widget */
.widget-categories ul li a {
  font-family: "Montserrat", sans-serif;
  color: #7d7d7d;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  position: relative;
  display: block;
  text-transform: uppercase;
  padding-left: 24px;
}
.widget-categories ul li a:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "ï„…";
  color: #b7b7b7;
  font-family: fontawesome;
  font-size: 11px;
  font-weight: 400;
  line-height: 40px;
}
.widget-categories ul li a:hover {
  color: #f26c4f;
}

/* widget-categories2 */
.widget-categories2 ul li a {
  font-family: "Montserrat", sans-serif;
  color: #000000;
  font-size: 14px;
  font-weight: 700;
  line-height: 30px;
  position: relative;
  display: block;
  text-transform: uppercase;
}

.widget-categories2 ul li a span {
  color: #a1a1a1;
}

.widget-categories2 ul li .inner--list {
  display: none;
}

.widget-categories2 ul li.active .inner--list {
  display: block;
}

.widget-categories2 ul.inner--list {
  padding: 20px 0 20px 30px;
}

.widget-categories2 ul.inner--list li a {
  color: #a1a1a1;
  font-size: 16px;
  line-height: 32px;
  font-weight: 400;
  text-transform: capitalize;
}

.widget-categories2 ul.inner--list li a:hover {
  color: #f26c4f;
  text-decoration: underline;
}

.widget-categories2 ul.inner--list li a span {
  float: right;
}

.widget-categories2 ul.inner--list li a:hover span {
  text-decoration: underline;
  color: #f26c4f;
}

/* Tags Widget */
.widget-tags a {
  font-family: "Montserrat", sans-serif;
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  line-height: 26px;
  color: #a1a1a1;
  padding-right: 10px;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: relative;
}
.widget-tags a:after {
  content: ",";
  position: absolute;
  top: 0;
  right: 0;
}
.widget-tags a:last-of-type:after {
  display: none;
}
.widget-tags a:hover {
  color: #000000;
}

/* Recent Widegt */
.widget-recent-posts .entry {
  position: relative;
  margin-bottom: 20px;
  min-height: 120px;
}

.widget-recent-posts .entry:last-of-type {
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 0;
}

.widget-recent-posts img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100px;
  height: 120px;
}

.widget-recent-posts .entry .entry-desc {
  position: relative;
  margin-left: 115px;
}

.widget-recent-posts .entry .entry-title {
  margin-bottom: 9px;
}

.widget-recent-posts .entry .entry-title a {
  font-family: "Montserrat", sans-serif;
  color: #000000;
  font-size: 15px;
  font-weight: 700;
  line-height: 22px;
  text-transform: capitalize;
}

.widget-recent-posts .entry .entry-title a:hover {
  color: #f26c4f;
}

.widget-recent-posts .entry .entry-desc .entry-meta a {
  font-family: "Lato", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  color: #9fa4af;
  text-transform: uppercase;
  letter-spacing: 2px;
}

/* Search Widget */
.widget-search .form-search .form-control {
  border: none;
  border-bottom: 1px solid #ebebeb;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #a1a1a1;
  font-size: 13px;
  font-weight: 500;
  line-height: 45px;
  height: 45px;
  text-transform: capitalize;
  padding: 0;
  width: 100%;
}

.widget-search .form-search .form-control:focus {
  border-color: #f26c4f;
}

.widget-search .form-search .btn {
  background-color: transparent;
  color: #a1a1a1;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  width: 35px;
  height: 49px;
  line-height: 29px;
  text-align: center;
  font-size: 18px;
  margin-left: 0;
  padding: 0;
  position: absolute;
  right: 0;
}

.widget-search .form-search .btn:hover {
  color: #f26c4f;
}

/* Best Products */
.widget-best-product .best-product .product-img {
  width: 49px;
  height: 49px;
  text-align: center;
  padding: 4px;
}

.widget-best-product .best-product .product-bio {
  padding-top: 0;
}

.widget-best-product .best-product .product-bio .product-price {
  color: #a1a1a1;
  font-size: 14px;
  font-weight: 600;
  line-height: 23px;
}

.widget-best-product .best-product a {
  text-transform: uppercase;
}

/* fiter product */
.ui-slider {
  position: relative;
  text-align: left;
}

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none;
}

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: 0.7em;
  display: block;
  border: 0;
  background-position: 0 0;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit;
}

.ui-slider-horizontal .ui-slider-handle {
  top: -0.2em;
  margin-left: -0.6em;
}

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}

.ui-slider-vertical {
  width: 0.8em;
  height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
  left: -0.3em;
  margin-left: 0;
  margin-bottom: -0.6em;
}
.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}

.category--filter .ui-slider {
  height: 3px;
  background-color: #e1e1e1;
  border-radius: 0;
  margin-bottom: 15px;
}
.category--filter .ui-slider-handle {
  /* Style for "Line" */
  width: 16px;
  height: 16px;
  margin-top: -4px;
  margin-left: 0;
  background-color: #f26c4f;
  border-radius: 50%;
  border: 2px solid white;
  cursor: pointer;
}
.category--filter .ui-slider-handle:last-of-type, .category--filter .ui-slider-handle:hover {
  background-color: #f26c4f;
}
.category--filter .ui-slider-range {
  height: 4px;
  background-color: #f26c4f;
  margin-bottom: 20px;
}
.category--filter p {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 0;
}
.category--filter p:first-child {
  font-family: "Montserrat", sans-serif;
  color: #000000;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 27px;
}
.category--filter label {
  color: #a1a1a1;
}
.category--filter input {
  border: none;
  background-color: transparent;
  text-align: center;
  width: 100%;
}

/* cat-sidebar */
.cat-sidebar {
  padding-top: 20px;
}
.cat-sidebar .widget .widget--title h5 {
  font-size: 24px;
  text-transform: capitalize;
}

/* brands Widget */
.widget-brands ul li {
  font-size: 16px;
  line-height: 32px;
}

.widget-brands ul li a {
  color: #a1a1a1;
}

.widget-brands ul li a:hover {
  color: #f26c4f;
  text-decoration: underline;
}

.widget-brands ul li a:hover span {
  text-decoration: underline;
}

.widget-brands ul li span {
  float: right;
}

/* widget-size */
.widget-size-form .label-radio {
  display: inline-block;
  padding: 0;
  width: 40px;
  height: 40px;
}

.widget-size-form .radio-indicator {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  text-align: center;
  background-color: #eeeeee;
  font-size: 14px;
  color: #a1a1a1;
  border-color: transparent;
}

.widget-size-form .radio-indicator:after {
  content: "";
  position: absolute;
  display: none;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  border-radius: 50%;
  background: white;
  border: 1px solid #f26c4f;
}

.widget-size-form .input-radio {
  width: 40px;
  height: 40px;
  display: inline-block;
  margin-right: 14px;
}

.widget-size-form .input-radio:last-of-type {
  margin-right: 0;
}

.widget-size-form .input-radio p {
  margin-bottom: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 2;
  line-height: 42px;
  font-size: 14px;
  color: #a1a1a1;
  text-transform: uppercase;
}

.label-radio input:checked ~ p {
  color: #000000;
}

/* widget-color */
.widget-color-form .label-radio {
  display: inline-block;
  padding: 0;
  width: 35px;
  height: 35px;
}

.widget-color-form .radio-indicator {
  position: absolute;
  top: 2px;
  left: 0;
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 50%;
  text-align: center;
  background-color: #000000 !important;
  border: 1px solid transparent;
  font-size: 14px;
  color: #a1a1a1;
}

.widget-color-form .radio-indicator:after {
  content: "ï€Œ";
  font-family: fontawesome;
  font-size: 16px;
  position: absolute;
  top: 0;
  left: 9px;
  background-color: transparent;
  color: white;
}

.widget-color-form .label-radio input:checked ~ .radio-indicator {
  background: inherit;
}

.widget-color-form .input-radio {
  width: 35px;
  height: 35px;
  display: inline-block;
  margin-right: 14px;
  margin-bottom: 18px;
}

.widget-color-form .input-radio:last-of-type {
  margin-right: 0;
}

.widget-color-form .color-2 .radio-indicator {
  background-color: white !important;
  border: 1px solid #e5e5e5;
}

.widget-color-form .color-2 .radio-indicator:after {
  color: #000000;
}

.widget-color-form .color-3 .radio-indicator {
  background-color: #dea65f !important;
}

.widget-color-form .color-4 .radio-indicator {
  background-color: #f26c4f !important;
}

.widget-color-form .color-5 .radio-indicator {
  background-color: #f5989d !important;
}

.widget-color-form .color-6 .radio-indicator {
  background-color: #c2c2c2 !important;
}

.widget-color-form .color-7 .radio-indicator {
  background-color: #869ee3 !important;
}

.widget-color-form .color-8 .radio-indicator {
  background-color: #464646 !important;
}

.widget-color-form .color-9 .radio-indicator {
  background-color: #febca9 !important;
}

.widget-color-form .color-10 .radio-indicator {
  background-color: #ebebeb !important;
}

.widget-color-form .color-11 .radio-indicator {
  background-color: #f26d7d !important;
}

.widget-color-form .color-12 .radio-indicator {
  background-color: white799 !important;
}

/* Recent Product Widegt */
.widget-recent-products .product {
  position: relative;
  margin-bottom: 20px;
  min-height: 125px;
}

.widget-recent-products .product:last-of-type {
  margin-bottom: 0;
}

.widget-recent-products .product img {
  position: absolute;
  left: 0;
  top: 0;
}

.widget-recent-products .product .product-desc {
  position: relative;
  margin-left: 120px;
}

.widget-recent-products .product:last-of-type .product-desc {
  border-bottom: none;
  padding-bottom: 0;
}

.widget-recent-products .product .product-title {
  margin-bottom: 9px;
}

.widget-recent-products .product .product-title a {
  color: #363636;
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
  text-transform: capitalize;
  font-family: "Montserrat", sans-serif;
}

.widget-recent-products .product .product-title a:hover {
  color: #f26c4f;
}

.widget-recent-products .product .product-desc .product-meta {
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  color: #555555;
}

/* Info Widget */
.widget-info {
  background-color: #f26c4f;
  padding: 50px 36px;
  text-align: center;
}

.widget-info .info--title {
  color: white;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  padding-bottom: 13px;
  margin-bottom: 28px;
  position: relative;
}

.widget-info .info--title:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -20px;
  width: 40px;
  height: 2px;
  background-color: white;
  content: "";
}

.widget-info .info--content {
  color: #f9f9f9;
  font-size: 15px;
  font-weight: 500;
  line-height: 23px;
  font-style: italic;
  margin-bottom: 23px;
}

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .sidebar {
    margin-bottom: 30px;
  }

  .widget {
    margin-bottom: 30px;
  }
}
/*------------------------------------*\
    #Footer
\*------------------------------------*/
.widget--social a {
  color: #a1a1a1;
}
.widget--social a:hover {
  color: #f26c4f;
}

.widget--links li a:hover {
  color: #f26c4f;
}

/*  widget newsletter */
.widget--newsletter button:hover {
  color: #f26c4f;
}

/* footer #2 */
.footer-2 .widget--contact-info li a {
  color: #363636;
}
.footer-2 .widget--contact-info li a:hover {
  color: #f26c4f;
}

/* footer #4 */
.footer-4 .widget--links li a {
  color: #f9f9f9;
}
.footer-4 .widget--links li a:hover {
  color: #f26c4f;
}
.footer-4 .widget--newsletter button {
  color: #f26c4f;
}

/*------------------------------------*\
    #404
\*------------------------------------*/
.page-404 h3 {
  color: #f26c4f;
}

.page-404 p {
  color: #f26c4f;
}

.page-404 a:after {
  background-color: #f26c4f;
}

.page-404 a:hover {
  color: #f26c4f;
}

.page-404 form button:hover {
  color: #f26c4f;
}

/*------------------------------------*\
    #SOON
\*------------------------------------*/
/* jQuery Countdown styles 2.0.0. */
.countdown-rtl {
  direction: rtl;
}

.countdown-row {
  display: inline-block;
}

.countdown-section {
  position: relative;
  position: relative;
  height: auto;
  padding: 0;
  margin-right: 15px;
}

.countdown-section:last-of-type {
  margin-right: 0;
}

.countdown-section:last-of-type {
  margin-right: 0;
}

.countdown-amount {
  font-family: "Lato", sans-serif;
  color: #000000;
  font-size: 48px;
  font-weight: 400;
  line-height: 1;
}

.countdown-period {
  font-family: "Lato", sans-serif;
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  text-transform: capitalize;
  font-style: italic;
  display: inline-block;
}

.page-soon .heading {
  margin-top: 200px;
  margin-right: 40px;
  padding-right: 20px;
  border-right: 2px solid #000000;
  text-align: right;
}
.page-soon .heading-2 .heading--desc {
  color: #555555;
  font-size: 13px;
  text-transform: uppercase;
  line-height: 30px;
  letter-spacing: 4px;
}
.page-soon .countdown-section:first-of-type {
  display: block;
}
.page-soon .countdown-section:first-of-type .countdown-amount {
  font-size: 200px;
  color: #f26c4f;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}
.page-soon .countdown-section:first-of-type .countdown-period {
  vertical-align: top;
  margin-top: 30px;
}
.page-soon .form--heading h5 {
  font-size: 30px;
  margin-bottom: 19px;
}
.page-soon .form--heading p {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 24px;
}
.page-soon .form--heading .input--wrapper {
  position: relative;
}
.page-soon form .form-control {
  height: 40px;
  border-radius: 40px;
  background-color: #ebebeb;
  border: none;
  padding: 0 25px;
  font-size: 15px;
  color: #a1a1a1;
}
.page-soon form button {
  position: absolute;
  top: 8px;
  right: 12px;
  font-size: 16px;
  color: #000000;
  border: none;
  background: transparent;
  cursor: pointer;
}
.page-soon form button:hover {
  color: #f26c4f;
}

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .page-soon {
    padding-top: 150px;
  }
  .page-soon .heading {
    margin-top: 0;
    margin-right: 0;
    padding: 0;
    border: none;
    text-align: center;
  }
  .page-soon .countdown-section {
    padding: 0 10px;
  }
  .page-soon .form--heading,
.page-soon .countdown {
    text-align: center;
  }
  .page-soon .countdown-section:first-of-type .countdown-amount {
    font-size: 100px;
  }

  .countdown-amount {
    font-size: 20px;
  }
}
/*------------------------------------*\
    #Skills
\*------------------------------------*/
.skills .progressbar {
  margin-bottom: 32px;
}

.skills .progressbar:last-of-type {
  margin-bottom: 0;
}

.skills .progress {
  height: 6px;
  background-color: #eeeeee;
  border-radius: 2px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0;
  width: 100%;
  margin-bottom: 0;
}

.skills .progress-bar {
  height: 6px;
  background-color: #f26c4f;
  border-radius: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 0;
}

.skills .progress-title {
  display: block;
  position: relative;
  width: 100%;
  margin-bottom: 8px;
  line-height: 26px;
}

.skills .progress-title .title {
  color: #363636;
  font-size: 13px;
  font-weight: 700;
  line-height: inherit;
  margin-bottom: 2px;
  text-transform: uppercase;
}

.skills-light .progress-title .title {
  color: #f9f9f9;
}

.skills-theme .progress-title .title {
  color: white;
}

.skills-theme .heading .heading--desc {
  color: #f9f9f9;
}

.skills .progress-title .value {
  float: right;
  color: #a1a1a1;
  font-size: 12px;
  font-weight: 600;
  line-height: inherit;
  text-transform: uppercase;
  padding-top: 0;
}

/* Skill #2 */
.progressbar.progress-gradient .progress-bar {
  background-color: #1bb580;
  background-image: -webkit-gradient(linear, left top, right top, from(#1bb580), to(#0c6db0));
  background-image: -webkit-linear-gradient(left, #1bb580, #0c6db0);
  background-image: -moz-linear-gradient(left, #1bb580, #0c6db0);
  background-image: -ms-linear-gradient(left, #1bb580, #0c6db0);
  background-image: -o-linear-gradient(left, #1bb580, #0c6db0);
  background-image: linear-gradient(left, #1bb580, #0c6db0);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr= "#1bb580", endColorStr="#0c6db0", gradientType="1");
}

/* Skill #3 */
.progressbar.progress-gradient2 .progress-bar {
  background-color: #1bb580;
  background-image: -webkit-linear-gradient(to right, rgba(233, 93, 83, 0.8) 0%, rgba(12, 180, 206, 0.8) 100%);
  background-image: -webkit-linear-gradient(to right, rgba(233, 93, 83, 0.8) 0%, rgba(12, 180, 206, 0.8) 100%);
  background-image: -moz-linear-gradient(to right, rgba(233, 93, 83, 0.8) 0%, rgba(12, 180, 206, 0.8) 100%);
  background-image: -ms-linear-gradient(to right, rgba(233, 93, 83, 0.8) 0%, rgba(12, 180, 206, 0.8) 100%);
  background-image: -o-linear-gradient(to right, rgba(233, 93, 83, 0.8) 0%, rgba(12, 180, 206, 0.8) 100%);
  background-image: linear-gradient(to right, rgba(233, 93, 83, 0.8) 0%, rgba(12, 180, 206, 0.8) 100%);
}

.skills .heading .heading--title {
  line-height: 45px;
}

.skills .heading .heading--desc {
  line-height: 26px;
}

.skills-light .progress-bar {
  background-color: #2f2e2e;
}

.skills-light .progress-title .title {
  color: #f9f9f9;
}

.skills-light .progress-title .value {
  color: #dddddd;
}

/*------------------------------------*\
	#Video
\*------------------------------------*/
.video-section,
.video-section .video--button {
  height: 800px;
}

.video--content .video--button .popup-video {
  width: 76px;
  height: 76px;
  line-height: 76px;
  text-align: center;
  display: inline-block;
  position: relative;
  background-color: #f26c4f;
  border-radius: 50%;
}

.video--content .video--button .popup-video i {
  font-size: 22px;
  line-height: 73px;
  color: white;
}

.video--content .video--button .player-bordered {
  background-color: transparent;
  border: 2px solid #f26c4f;
}

.video--content .video--button .player-bordered i {
  color: #f26c4f;
}

.video--content .video--button .player-bordered:hover {
  background-color: #f26c4f;
  border: 2px solid #f26c4f;
}

.video--content .video--button .player-bordered:hover i {
  color: white;
}

.video-1 .video--button {
  height: 780px;
}

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .video-1 .video--button {
    height: 400px;
  }
}
/* Small Devices, Tablets */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .video-1 .video--button {
    height: 600px;
  }
}
/*------------------------------------*\
    #Newsletter
\*------------------------------------*/
.newsletter-2 form button {
  background-color: #f26c4f;
}

.newsletter-3 form button:hover {
  color: #f26c4f;
}

.newsletter-4 form button {
  background-color: #f26c4f;
}

/*------------------------------------*\
    #Carousel
\*------------------------------------*/
.carousel-dots .owl-dots .owl-dot {
  cursor: pointer;
}
.carousel-dots .owl-dots .owl-dot.active span {
  border-color: #f26c4f;
}
.carousel-dots.carousel-theme .owl-dots .owl-dot.active span {
  background-color: #f26c4f;
  border-color: #f26c4f;
}

.carousel-navs .owl-nav [class*=owl-]:hover {
  color: #f26c4f;
}

.slider-theme.slider-dots .owl-dots .owl-dot span {
  border-color: #f26c4f;
}

/*------------------------------------*\
    #Interactive Banners
\*------------------------------------*/
/* Interactive Banner #1 */
.banner-panel p {
  color: #f26c4f;
}
.banner-panel li a:hover {
  color: #f26c4f;
}

/* Interactive Banner #3 */
.interactive-3 .banner-panel:before {
  background-color: #f26c4f;
}
.interactive-3 .banner-panel h6 {
  color: #f26c4f;
}

/* banner #1 */
.banner-1 .banner--subtitle p {
  color: #f26c4f;
}
.banner-1 .banner--title h3 a:hover {
  color: #f26c4f;
}

.banner-1 .contact--area h6 span {
  color: #f26c4f;
}

.banner-2 .banner--title h3 span {
  color: #f26c4f;
}

.banner-2 .banner--content .btn--vertical:hover {
  background-color: #f26c4f;
  border-color: #f26c4f;
}

.banner-2 .carousel-navs .owl-nav [class*=owl-]:hover {
  color: #f26c4f;
}

.banner-2 .carousel-navs .owl-nav .owl-next:after {
  background-color: #f26c4f;
}

/*------------------------------------*\
    #Side Nav
\*------------------------------------*/
.fixed-side-nav {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: white;
  width: 130px;
  z-index: 3;
  padding: 30px 20px;
  text-align: center;
}

.fixed-side-nav .module.pull-left {
  float: none;
}

.fixed-side-nav .module .module-box {
  right: auto;
  left: 0;
}

.fixed-side-nav .module .module-icon {
  margin: 0;
}

.fixed-side-nav .module-currency .module-icon,
.fixed-side-nav .module-lang .module-icon {
  line-height: 30px;
}

.fixed-side-nav .module-currency,
.fixed-side-nav .module-lang {
  text-align: left;
}

.fixed-side-nav .module-dropdown-menu {
  top: 10px;
  left: 55px;
  background-color: white;
  -webkit-transform: translateX(-10%) translateY(0px);
  -moz-transform: translateX(-10%) translateY(0px);
  transform: translateX(-10%) translateY(0px);
}

.fixed-side-nav .module-dropdown-menu .dropdown-item {
  border-bottom: 0;
}

.fixed-side-nav .module-dropdown-menu .dropdown-item:hover {
  color: #f26c4f;
}

.fixed-side-nav .module-active .module-dropdown-menu {
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  transform: translateX(0px);
}

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 991px) {
  .fixed-side-nav {
    position: static;
    display: inline-block;
    width: 100%;
    text-align: left;
    padding-bottom: 0;
  }

  .fixed-side-nav &gt; div {
    margin-bottom: 30px !important;
  }

  .fixed-side-nav .module-lang {
    margin-right: 20px;
  }
}
/*------------------------------------*\
    #Services
\*------------------------------------*/
.service-panel {
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}

.service-panel:hover {
  -webkit-transform: translateY(-4px);
  -moz-transform: translateY(-4px);
  transform: translateY(-4px);
}

.service-panel img {
  max-width: 100%;
  height: auto;
  margin-bottom: 40px;
}

.service-panel h3 {
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  text-transform: capitalize;
  margin-bottom: 20px;
}

.service-panel p {
  font-size: 14px;
  font-weight: 400;
  line-height: 23px;
  margin-bottom: 0;
}

.service-panel .link-more {
  color: #f26c4f;
  font-family: "Lato", sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 20px;
  text-transform: uppercase;
}

.service-panel:hover .link-more {
  color: #000000;
}

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .service-panel {
    margin-bottom: 30px;
  }
}
/*------------------------------------*\
    #Landing Page / Promo Page
\*------------------------------------*/
.landing-demos .portfolio-item:hover h4 {
  color: #f26c4f;
}

.landing-features .feature-panel .feature--icon {
  color: #f26c4f;
}

/*------------------------------------*\
    #About
\*------------------------------------*/
.about .about--text p span,
.menu-popup-2 .social--icons a:hover {
  color: #f26c4f;
}

.about--signature {
  color: #f26c4f;
}

/* about #2 */
.about-2 .heading-2 .heading--subtitle {
  color: #f26c4f;
}

/*------------------------------------*\
    #Shop
\*------------------------------------*/
.products-carousel-2 .product--hover .product--action {
  background-color: rgba(242, 108, 79, 0.8);
}

.products-carousel-3.carousel-navs .owl-nav [class*=owl-]:hover {
  color: #f26c4f;
}

.product--price {
  color: #f26c4f;
}

.product--meta-select.select--color2 .color-2:before {
  background-color: #f26c4f;
}

.product--meta-select.select--color2 .color-3:before {
  background-color: #f26c4f;
}

.product--share a:hover {
  color: #f26c4f;
}

.product-item .featured-item {
  background-color: #f26c4f;
}

.product-item .featured-item2 {
  background-color: #f26c4f;
}

.product--hover .product--action &gt; a:not(.btn) {
  color: #f26c4f;
}

.product-item .product--title h3 a:hover {
  color: #f26c4f;
}

.product-item.style2 .product--hover-info .product--title h3 a:hover {
  color: #f26c4f;
}

.product-item.style3 .product--hover .product--action a:hover {
  background-color: #f26c4f;
}

/* product item style-4 */
.product-item.style4 .product--action-content {
  background-color: #f26c4f;
}

.product-detalis-1 .carousel-dots .owl-dots .owl-dot:hover span,
.product-detalis-1 .carousel-dots .owl-dots .owl-dot.active span {
  border-color: #f26c4f;
}

.review--comment a.reply i {
  color: #f26c4f;
}

.review--comment a.reply:hover {
  color: #f26c4f;
}

.form--review-rating .product--rating i.active {
  color: #f26c4f;
}

.cart-table tbody tr td.cart-product-total {
  color: #f26c4f;
}

.cart-product-action .checkout--panel .total span {
  color: #f26c4f;
}

.cart-product-status {
  color: #f26c4f;
}

.cart-product-remove:hover {
  background-color: #f26c4f;
  border-color: #f26c4f;
}

.cart-total-amount .cart--total .price {
  color: #f26c4f;
}

.cart-table .table tbody tr td.cart-product-total {
  color: #f26c4f;
}

/*------------------------------------*\
    #Register &amp; login
\*------------------------------------*/
.social--login a:hover {
  background-color: #f26c4f;
}

/*------------------------------------*\
    #PAGE-TTILE
\*------------------------------------*/
.page-title.title-6 .title--heading h1 span {
  color: #f26c4f;
}
.page-title.title-6 .cat--links:after {
  background-color: #f26c4f;
}
.page-title.title-6 .cat--links li a:hover {
  color: #f26c4f;
}
.page-title.title-6 .social--icons a:hover {
  color: #f26c4f;
}

/*------------------------------------*\
    #featured collection
\*------------------------------------*/
.featured-collection .featured--item-text h4 a {
  color: #f26c4f;
}
.featured-collection .featured--item-text h4 a:hover {
  color: #000000;
}

.featured-collection .carousel-navs .owl-nav [class*=owl-]:hover {
  color: #f26c4f;
}

.collection-item .collection--title h3 a:hover {
  color: #f26c4f;
}
.collection-item .collection--title h3:after {
  background-color: #f26c4f;
}
.collection-item .collection--title h3:hover:after {
  background-color: #f26c4f;
}

/* collection #1 */
.btn--underlined:hover {
  color: #f26c4f;
}

.btn--underlined:after {
  background-color: #f26c4f;
}

.collection-item .vertical--text {
  color: #f26c4f;
}

/* collection #2 */
.collection-2 .btn--underlined:hover,
.collection-2 .btn--underlined.btn--view:hover,
.collection-2 .collection-item .collection--title h3 a:hover {
  color: #f26c4f;
}

.collection-2 .btn--underlined:hover .collection-2 .collection-item:hover .btn--underlined {
  color: #f26c4f;
}

.collection-2 .collection-item .collection--title h3:after,
.collection-2 .btn--underlined:after,
.collection-2 .collection-item:hover .btn--underlined:after {
  background-color: #f26c4f;
}

.collection-2 .collection-item-1 .vertical--text {
  color: #f26c4f;
}

/* collection #3 */
.collection-3 .collection-item-3 .vertical--text {
  color: #f26c4f;
}

.collection-3 .collection-item-6 .vertical--text {
  color: #f26c4f;
}

/* collection #4 */
.collection-4 .collection-item-1 .vertical--text {
  color: #f26c4f;
}

/* collection #5 */
.collection-5 .collection-item-3 .collection--desc p {
  background-color: #f26c4f;
}
.collection-5 .btn--shop {
  color: #f26c4f;
}

/* collection #6 */
.collection-6 .collection-item-7 {
  background-color: #f26c4f;
}

.collection-7 .collection-item .collection--title h3 a:hover {
  color: #f26c4f;
}

.collection-7 .owl-dots .owl-dot.active span {
  border-color: #f26c4f;
}

.collection--hover .collection--action {
  background-color: rgba(242, 108, 79, 0.8);
}

.instagram .instagram--img .img--hover {
  background-color: rgba(242, 108, 79, 0.7);
}

/*----------------------
        day-deals 
----------------------*/

.day-deals .btn {
  border: 1px solid #363636;
}

.day-deals-2 .btn:hover {
  background-color: #f26c4f;
  border-color: #f26c4f;
}

/*------------------------------------*\
    #slider
\*------------------------------------*/
.slider .social--icons a:hover {
  color: #f26c4f;
}

.slider .btn--underlined:before {
  background-color: #f26c4f;
}

.slider-1 .ares .tp-bullet:hover,
.slider-1 .ares .tp-bullet.selected {
  background: #f26c4f !important;
}

.slider-1 .ares .tp-bullet.selected:hover .tp-bullet-title {
  background: #f26c4f !important;
}

.slider-1 .ares .tp-bullet.selected:hover .tp-bullet-title:after {
  border-color: transparent transparent transparent #f26c4f !important;
}

.slider-1 .ares.nav-dir-horizontal.nav-pos-ver-center .tp-bullet.selected:hover .tp-bullet-title:after,
.slider-1 .ares.nav-dir-horizontal.nav-pos-ver-bottom .tp-bullet.selected:hover .tp-bullet-title:after {
  border-color: #f26c4f transparent transparent transparent !important;
}

.slider-1 .ares.nav-dir-horizontal.nav-pos-ver-top .tp-bullet.selected:hover .tp-bullet-title:after {
  border-color: transparent transparent #f26c4f transparent !important;
}

.slider-1 .hades.tparrows:before {
  color: #f26c4f;
}

/* slider #2 */
.slider-2 .btn--underlined {
  color: #f26c4f;
}

.slider-3 .metis .tp-bullet-image:before {
  background-color: rgba(242, 108, 79, 0.8);
}

.slider-3 .btn:before {
  border: 1px solid #f26c4f;
}

/* slider #4 */
.slider-4 .btn {
  color: #f26c4f;
}

.slider-4 .social--icons a:hover {
  color: #f26c4f;
}

.slider-4 .hermes.tparrows {
  background-color: rgba(242, 108, 79, 0.8);
}

/* slider #5 */
.slider-5 .hades.tparrows {
  background-color: rgba(242, 108, 79, 0.8);
}

.slider-7 .cat--links li a:hover {
  color: #f26c4f;
}

.slider-8 .metis .tp-bullet-image:before {
  background-color: rgba(242, 108, 79, 0.8);
}

.slider-8 .btn:hover,
.slider-8 .btn i {
  color: #f26c4f !important;
}

/* slider #11 */
.slider-11 .tparrows:before {
  font-family: fontawesome;
  color: #000000;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 30px;
}

.slider-11 .btn:hover,
.slider-11 .tparrows:hover:before {
  color: #f26c4f;
}

.slider-11 .tparrows.tp-rightarrow:before {
  content: "ï…¸";
}

.slider-11 .tparrows.tp-leftarrow:before {
  content: "ï…·";
}

.slider-11 .btn--underlined:before,
.slider-12 .btn--underlined:before {
  background-color: #000000;
}

.slider-11 .btn--underlined:after,
.slider-12 .btn--underlined:after {
  background-color: #f26c4f;
}

/* slider #13 */
.slider-13 .hades.tparrows {
  width: 100px;
  height: 160px;
}

.slider-13 .hades.tparrows:before {
  line-height: 160px;
  font-family: fontawesome;
  color: #f26c4f;
}

.slider-13 .hades.tparrows.tp-rightarrow:before {
  content: "ï…¸";
}

.slider-13 .hades.tparrows,
.slider-13 .hades.tparrows:hover:before {
  background-color: #000000;
}

.slider-13 .tp-leftarrow.tparrows.hades {
  display: none;
}

.slider-13 .hades .tp-arr-allwrapper {
  width: 260px;
  height: 160px;
}

.slider-13 .btn {
  padding-left: 40px !important;
  line-height: 38px !important;
  color: white;
}

.slider-13 .btn:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 40px;
  z-index: -1;
  width: 86px;
  border: none;
  background-color: #252525;
}

.slider-13 .btn:hover {
  color: #f26c4f;
}

.slider-13 .ares .tp-bullet {
  width: 26px;
  height: 3px;
  background: #252525;
  border-radius: 0;
}

.slider-13 .ares .tp-bullet:hover,
.slider-13 .ares .tp-bullet.selected {
  background: #f26c4f;
}

.slider-13 .ares.tp-bullets:before {
  padding: 0;
  margin: 0;
}

.slider-13 .ares .tp-bullet-title {
  display: none;
}

.slider-13 .ares .tp-bullet.selected:after {
  content: "";
  position: absolute;
  top: -2px;
  right: 0;
  z-index: 2;
  width: 8px;
  height: 8px;
  background-color: #f26c4f;
  border-radius: 50%;
}

.slider-13 .social--icons {
  position: absolute;
  right: 20px;
  top: 200px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  z-index: 40;
}

.slider-13 .social--icons a:hover {
  color: #f26c4f;
}

/* slider #15 */
.slider-15 .metis.tparrows,
.slider-15 .metis.tparrows:hover {
  background-color: transparent;
}

.slider-15 .metis.tparrows:before {
  color: #d7d7d7;
  font-weight: 700;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  transform: rotate(90deg);
}

.slider-15 .metis.tparrows:before:hover {
  -webkit-transform: none;
  -moz-transform: none;
  transform: none;
}

.slider-15 .metis.tparrows:hover:before {
  color: #f26c4f;
}

.slider-15 .tp-leftarrow.tparrows.metis:after {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 50%;
  width: 20px;
  height: 1px;
  margin-left: -10px;
  background-color: #f26c4f;
}

.slider-15 .metis .tp-bullet {
  width: 30px;
  height: 30px;
}

.slider-15 .metis .tp-bullet-image {
  box-shadow: none;
  border: none;
  width: 30px;
  height: 30px;
  overflow: hidden;
}

.slider-15 .metis .tp-bullet-image:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(242, 108, 79, 0.8);
  transition: all 0.3s linear;
  opacity: 0;
}

.slider-15 .metis .tp-bullet-image:hover:before {
  opacity: 1;
}

.slider-15 .metis .tp-bullet,
.slider-15 .metis .tp-bullet:hover,
.slider-15 .metis .tp-bullet.selected {
  background: transparent;
  background-color: transparent;
  padding: 0;
}

.slider-15 .btn--vertical {
  width: 60px;
  height: 130px;
  writing-mode: vertical-lr;
  text-orientation: upright;
  border: 1px solid white;
  color: white;
  font-size: 11px;
  line-height: 58px !important;
  letter-spacing: 1px;
}

.slider-15 .btn--vertical:hover {
  background-color: #f26c4f !important;
  border-color: #f26c4f !important;
}

/* slider #16 */
.slider-16 .btn {
  padding: 0 !important;
  background-color: transparent !important;
}

.slider-16 .btn i {
  color: #f26c4f;
}

.slider-16 .btn:hover {
  background-color: transparent !important;
  color: #f26c4f !important;
}

.slider-16 .hades.tparrows {
  background: #f26c4f;
  width: 100px;
  height: 160px;
  box-shadow: 0px 0px 17.1px 0.9px rgba(204, 204, 223, 0.71);
}

.slider-16 .hades .tp-arr-allwrapper {
  background: #f26c4f;
  width: 260px;
  height: 160px;
  box-shadow: 0px 0px 17.1px 0.9px rgba(204, 204, 223, 0.71);
}

.slider-16 .hades.tparrows:before {
  background: #f26c4f;
  color: white;
  line-height: 160px;
}

.slider-16 .cat--links {
  position: absolute;
  top: 150px;
  left: 300px;
  bottom: auto;
}
.slider-16 .social--icons {
  position: absolute;
  right: 20px;
  top: 200px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  z-index: 40;
}
.slider-16 .slider--copyrights {
  font-size: 15px;
  position: absolute;
  bottom: 5px;
  right: 20px;
  z-index: 30;
}

#rev_slider_9_1_forcefullwidth,
#rev_slider_10_1_forcefullwidth,
#rev_slider_14_1_forcefullwidth,
#rev_slider_15_1_forcefullwidth {
  margin-top: -100px !important;
}

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .tp-caption.tp-resizeme.slide-status-numbers.tp-static-layer,
.slider-1 .hades.tparrows,
.slider-4 .social--icons,
.slider-4 .hermes,
.slider-6 .social--contact,
.slider-11 .uranus.tparrows,
.slider-13 .hades.tparrows,
.slider-13 .social--icons,
.slider-13 .tp-bullets,
.slider-16 .hades.tparrows {
    display: none;
  }

  .slider-5 .hades.tparrows,
.slider-5 .hades .tp-arr-allwrapper {
    height: 50px;
    width: 50px;
  }

  .slider-5 .hades.tparrows:before {
    line-height: 50px;
  }

  .slider-2 .hesperiden .tp-thumb {
    display: none;
  }

  .slider-7 .cat--links {
    left: 20px;
    bottom: 80px;
  }

  .slider-8 .social--icons {
    right: -50px;
  }
}
/*------------------------------------*\
    #modal popup
\*------------------------------------*/
.modal .close:hover {
  color: #f26c4f;
}

.newsletter-popup .modal--img h6 {
  color: #f26c4f;
}

.newsletter-popup .heading--title span {
  color: #f26c4f;
}

.newsletter-popup .btn--primary {
  background-color: #f26c4f;
}

.newsletter-popup .label-checkbox .check-indicator:after {
  background-color: #f26c4f;
}

.search-popup form button {
  color: #f26c4f;
}

.search-popup .close:hover {
  color: #f26c4f;
}

/* menu popup */
.menu-popup .menu--popup-links li a:hover {
  color: #f26c4f;
}
.menu-popup .close:hover {
  color: #f26c4f;
}

/* menu popup light */
.menu-popup-2 .menu--popup-links li a:hover {
  color: #f26c4f;
}

.menu-popup-2 .popup--title {
  color: #f26c4f;
}

.menu-popup-2 .menu--popup-cat ul li a:hover {
  color: #f26c4f;
}

.menu-popup-2 .close:not(:disabled):not(.disabled):focus,
.menu-popup-2 .close:not(:disabled):not(.disabled):hover {
  color: #f26c4f;
}

.menu-popup-3 .close:hover {
  color: #f26c4f;
}

.product-popup .close:not(:disabled):not(.disabled):focus,
.product-popup .close:not(:disabled):not(.disabled):hover {
  color: #f26c4f;
}

.collection-7 .owl-carousel .owl-dots .owl-dot.active span{
  border-color: #f26c4f;
}

.products-filter .nav-tabs li a.active, .products-filter .nav-tabs li a:hover{
  color:white;
}</pre></body></html>