/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
p {
  line-height: 1.8;
}
a:hover,
alink:hover,
a:focus,
alink:focus {
  color: #0cb4ce;
  text-decoration: none;
  -webkit-transition: all 250ms ease 0s;
  -moz-transition: all 250ms ease 0s;
  -ms-transition: all 250ms ease 0s;
  -o-transition: all 250ms ease 0s;
  transition: all 250ms ease 0s;
}
a,
button {
  -webkit-transition: all 250ms ease 0s;
  -moz-transition: all 250ms ease 0s;
  -ms-transition: all 250ms ease 0s;
  -o-transition: all 250ms ease 0s;
  transition: all 250ms ease 0s;
}
a:hover,
button:hover,
a:focus,
button:focus {
  -webkit-transition: all 250ms ease 0s;
  -moz-transition: all 250ms ease 0s;
  -ms-transition: all 250ms ease 0s;
  -o-transition: all 250ms ease 0s;
  transition: all 250ms ease 0s;
}
.btn-link:hover,
.btn-link:hover,
.btn-link :focus,
.btn-link :focus {
  color: #0cb4ce;
}
/*
// Section
*/
section,
.section {
  padding-top: 60px;
  padding-bottom: 60px;
}
section .map-section,
.section .map-section {
  padding-top: 0;
  padding-bottom: 0;
}
/* Bg Colors */
.bg-color {
  background-color: #0cb4ce;
}
.bg-grey {
  background: #f5f5f5;
}
.bg-dark {
  background-color: #171717;
}
.bg-semi-dark {
  background-color: #303030;
}
.bg-light-grey {
  background: #f9f9f9 !important;
}
.bg-light-green {
  background-color: #54a499 !important;
}
.bg-yellow {
  background-color: #d39317 !important;
}
.bg-light-blue {
  background-color: #2bd4f1 !important;
}
.bg-pink {
  background-color: #f26798 !important;
}
.bg-fb {
  background-color: #3c599f !important;
}
.bg-twitter {
  background-color: #5eaade !important;
}
.bg-skype {
  background-color: #00AAF1 !important;
}
.bg-spotify {
  background-color: #1DD069 !important;
}
.bg-youtube {
  background-color: #ec282a !important;
}
.bg-dribbble {
  background-color: #f06eaa !important;
}
/*----------------------------------------------------------

#Blockquote

----------------------------------------------------------*/
blockquote .author-image {
  height: 80px;
  width: 80px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
blockquote.border-style {
  border: 1px solid #777;
  font-style: normal;
  padding: 30px;
  margin: 0;
}
blockquote.border-style > p {
  font-family: georgia;
  font-style: italic;
  line-height: 1.75;
}
blockquote.border-style footer {
  margin-top: 20px;
}
blockquote.transparent-style {
  border: medium none;
  font-style: normal;
  padding: 0;
  text-align: center;
}
blockquote.transparent-style .author-image {
  margin: 20px auto 0;
}
.owl-carousel .owl-item .author-image {
  width: 80px;
}
.owl-item blockquote.border-style {
  margin: 1px;
}
/*----------------------------------------------------------

#Section Title

----------------------------------------------------------*/
.section-title .title,
.page-title h1 {
  font-weight: 600;
  margin-bottom: 30px;
  margin-top: 0;
  padding: 0 0 23px;
  position: relative;
  color: #171717;
}
.section-title .title:after,
.page-title h1:after {
  width: 40px;
  position: absolute;
  bottom: 0;
  height: 1px;
  left: 0;
  background: #0cb4ce;
  content: '';
}
.typo-light .section-title .title,
.typo-light .page-title h1 {
  color: #ffffff;
}
.section-title.text-center h1:after,
.page-title.text-center .title:after {
  left: 0;
  right: 0;
  margin: 0 auto;
}
.section-title.text-right h1:after,
.page-title.text-right .title:after {
  left: auto;
  right: 0;
  margin: 0;
}
/* Static Overlay block */
.static-overlay {
  position: relative;
}
.static-overlay .child-of-static-overlay {
  position: relative;
  z-index: 1;
}
.static-overlay:after {
  background: #000 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.7;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.static-overlay.overlay-sm:after {
  opacity: 0.2;
}
.static-overlay.overlay-lg:after {
  opacity: 0.9;
}
.content-box-title {
  font-weight: 600;
  margin-bottom: 15px;
  padding-bottom: 15px;
  position: relative;
}
.content-box-title:after {
  width: 50px;
  position: absolute;
  bottom: 0;
  height: 3px;
  left: 0;
  background: #171717;
  content: '';
}
.content-box-title a {
  color: #171717;
}
/* .lookbook{
    &-banner, &-content{
        float: left;
        width: 50%;
    }
    &-banner{
        a{
            background: @color-theme-dark;
            display: block;
            margin: 0;
            padding: 7%;
            &:hover, &:focus{
                background: #f1f1f1;
            }
        }
    }
    &-content{
        padding: 4%;
    }
    &-title{
        h4{
            color: #171717;
            font-size: 27px;
            font-weight: 600;
            margin: 0 0 20px;
        }
        span{
            color: #777;
            display: inline-block;
            font-size: 18px;
            font-weight: 100;
            letter-spacing: 3px;
            margin-bottom: 10px;
            text-transform: uppercase;
        }
    }
    &-desc{
        color: #999;
        font-size: 16px;
        font-weight: 100;
        letter-spacing: 2px;
        line-height: 2;
    }
} */
.tile-content-wrap {
  background: #fff;
  margin: -63px 30px 0 30px;
  position: relative;
  padding: 26px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
  -ms-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
  -o-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
}
.overlay .tile-img-wrap {
  position: relative;
}
.tile-img-wrap img {
  margin: 0 auto;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.tile-content-wrap .title {
  margin-top: 0;
}
.tile-content-wrap .title a {
  color: #171717;
}
.tile-content-wrap p {
  margin-top: 15px;
  margin-bottom: 0;
  color: #777;
}
.tile-content-wrap .btn {
  margin-top: 15px;
}
.tile-box.tile-dark .tile-content-wrap {
  background-color: #252525;
}
.tile-box.tile-dark .tile-content-wrap .title a {
  color: #fff;
}
.tile-box.tile-dark .tile-content-wrap p {
  color: #777;
}
/* Feature Box */
.feature-box .feature-icon,
.feature-box:hover .feature-icon,
.feature-box.shadow-icon .feature-icon,
.feature-box.hover-shadow-icon .feature-icon,
.feature-box.hover-shadow-icon:hover .feature-icon {
  -webkit-transition: all 250ms ease 0s;
  -moz-transition: all 250ms ease 0s;
  -ms-transition: all 250ms ease 0s;
  -o-transition: all 250ms ease 0s;
  transition: all 250ms ease 0s;
}
.feature-box {
  position: relative;
  color: #777;
}
.feature-box .icon-circle {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.feature-box .heading {
  font-size: 16px;
  font-weight: 600;
  margin: 24px 0 0;
}
.feature-box .heading a {
  color: inherit;
}
.feature-box p {
  color: #777;
  font-size: 13px;
  margin-top: 15px;
  line-height: 1.8;
  margin-bottom: 0;
}
.feature-box .btn-link {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  display: block;
  margin-top: 18px;
  padding-top: 18px !important;
  font-weight: normal;
  color: #171717 !important;
}
.feature-box .btn-link:hover,
.feature-box .btn-link:focus {
  color: #0cb4ce !important;
}
.feature-box.icon-title-inline .feature-icon {
  position: absolute;
  left: 0;
}
.feature-box.icon-title-inline.feature-box-bg .feature-icon {
  left: 26px;
}
.feature-box.icon-title-inline .heading {
  margin-top: 0;
}
.feature-box.icon-title-inline .feature-content {
  margin-left: 70px;
}
.feature-box.icon-title-inline.icon-transparent .feature-content {
  margin-left: 50px;
}
.feature-box .feature-content p {
  margin-top: 15px;
}
.feature-box.icon-circle .feature-icon {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.feature-box.hover-shadow-icon:hover .feature-icon {
  -webkit-box-shadow: 0 0 12px #dddddd inset;
  -moz-box-shadow: 0 0 12px #dddddd inset;
  -ms-box-shadow: 0 0 12px #dddddd inset;
  -o-box-shadow: 0 0 12px #dddddd inset;
  box-shadow: 0 0 12px #dddddd inset;
}
.feature-icon {
  background: #171717 none repeat scroll 0 0;
  color: #fff;
  display: inline-block;
  font-size: 20px;
  height: 50px;
  line-height: 50px;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 50px;
}
.feature-icon i {
  line-height: inherit;
}
/* White text Feature box */
.typo-light .feature-box {
  color: #fff;
}
.typo-light .feature-box .feature-icon {
  background: #fff;
  color: #171717;
}
.typo-light .feature-box.hover-shadow-icon:hover .feature-icon,
.typo-light .feature-box.hover-shadow-icon:focus .feature-icon,
.typo-light .feature-box.hover-shadow-icon.active .feature-icon {
  -webkit-box-shadow: 0 0 12px #ffffff inset;
  -moz-box-shadow: 0 0 12px #ffffff inset;
  -ms-box-shadow: 0 0 12px #ffffff inset;
  -o-box-shadow: 0 0 12px #ffffff inset;
  box-shadow: 0 0 12px #ffffff inset;
}
.typo-light .feature-box:hover .feature-icon {
  background: none;
  color: #fff;
}
.typo-light .feature-box p {
  color: #fff;
}
/* Feature box with background */
.feature-box.feature-box-bg {
  padding: 26px;
  background: #f1f1f1;
}
.feature-boxes-dark .feature-box.feature-box-bg {
  padding: 26px;
  background: #171717;
}
/* Feature Icon Transparent */
.feature-box.icon-transparent .heading {
  margin-top: 15px;
}
.feature-box.icon-transparent .feature-icon {
  background: transparent;
  color: inherit;
  height: auto;
  width: auto;
  font-size: 28px;
  line-height: 1;
}
.feature-box.icon-transparent:hover .feature-icon,
.feature-box.icon-transparent:focus .feature-icon {
  background: transparent;
}
.feature-box.icon-transparent.icon-title-inline .heading {
  margin-top: 0;
}
/* Feature Box Responsive */
/* 991px */
@media (max-width: 991px) {
  .col-md-3.col-sm-6 .feature-box {
    margin-bottom: 30px;
  }
  .col-space-none .col-md-3.col-sm-6 .feature-box {
    margin-bottom: 0;
  }
}
/* 767px */
@media (max-width: 767px) {
  .feature-box {
    margin-bottom: 30px;
  }
}
.shadow-box {
  -webkit-box-shadow: 2px 2px 22px rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 2px 2px 22px rgba(0, 0, 0, 0.18);
  -ms-box-shadow: 2px 2px 22px rgba(0, 0, 0, 0.18);
  -o-box-shadow: 2px 2px 22px rgba(0, 0, 0, 0.18);
  box-shadow: 2px 2px 22px rgba(0, 0, 0, 0.18);
}
/*----------------------------------------------------------

#Tabs

----------------------------------------------------------*/
.std .nav-tabs {
  padding-left: 0;
}
.nav-tabs {
  border-bottom: 1px solid #e1e1e1;
  /* Tabs Center */
}
.nav-tabs .tabs {
  margin-top: 0;
  border-bottom: 1px solid #eaeaea;
}
.nav-tabs > li {
  margin-top: 0;
}
.nav-tabs > li a {
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 0px 23px 18px 23px;
  border-width: 0 0 2px 0;
  border-style: solid;
  border-color: transparent;
  color: #171717;
}
.nav-tabs > li a:hover,
.nav-tabs > li a:focus {
  background: none;
  color: #777;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
  border-width: 0 0 2px 0;
  border-color: #0cb4ce;
  color: #0cb4ce;
  background: none;
}
.nav-tabs.text-center {
  border-bottom: none;
}
.nav-tabs.text-center > li {
  float: none;
  display: inline-block;
}
.tab-content {
  padding: 27px 0px 0px 0px;
  margin: 0;
}
/* Multi deal tab Products */
.multideal-tab-products .tab-content {
  padding: 5px 0 0;
}
/* Countdown */
.colorDefinition {
  color: #0cb4ce;
}
.multi-deal-wrap .products-grid .product-item {
  background: #fff;
  width: 48%;
  margin-right: 10px;
}
.multi-deal-col-1 {
  padding-left: 7px;
  padding-right: 7px;
}
.multi-deal-col-1 .products-grid .product-item {
  width: 100%;
  margin-right: 0;
}
/*----------------------------------------------------------

#Blog Post

----------------------------------------------------------*/
.blog-list-item .post-title {
  margin-bottom: 15px;
}
.blog-list-item .post-title a {
  font-size: 26px;
  font-weight: 600;
}
.entry-title a:hover,
.post-title a:hover,
.entry-title a:focus,
.post-title a:focus {
  color: #0cb4ce;
}
/*----------------------------------------------------------

#Call to action

----------------------------------------------------------*/
.calltoaction-section {
  padding-top: 45px;
  padding-bottom: 45px;
  text-align: center;
  background: #303133;
}
.calltoaction-section.bg-color {
  background-color: #0cb4ce;
}
.calltoaction-title {
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.11);
}
.calltoaction-btn {
  margin-left: 20px;
  -webkit-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.11);
  -ms-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.11);
  -o-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.11);
  box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.11);
}
/* Responsive Call to action */
@media screen and (max-width: 991px) {
  .calltoaction-title {
    display: block;
  }
  .calltoaction-btn {
    margin: 15px 0 0;
  }
}
/* Single Product Detail */
.fotorama .fotorama__arr {
  background: #0cb4ce;
}
.fotorama .fotorama__arr:hover,
.fotorama .fotorama__arr:focus {
  background: #171717;
}
.account-nav .nav > li > a {
  background: #f1f1f1;
  color: #171717;
  margin-bottom: 1px;
}
.account-nav .nav > li > a:hover,
.account-nav .nav > li > a:focus {
  background: #0cb4ce;
  color: #fff;
}
.account-nav .nav > li.item.current {
  display: block;
  padding: 10px 15px;
  margin-bottom: 1px;
  background: #0cb4ce;
  color: #fff;
  font-weight: normal;
}
.account-nav .nav > li.item.current strong,
.account-nav .nav > li.item.current a {
  display: block;
  background: transparent;
  padding: 0;
  color: inherit;
  font-weight: normal;
}
.account-nav .nav > li.item.current strong strong,
.account-nav .nav > li.item.current a strong {
  font-weight: normal;
}
.owl-carousel .owl-controls {
  margin-top: 0;
}
.modal-popup .modal-inner-wrap .modal-header {
  padding: 0;
}
.modal-popup .modal-inner-wrap .modal-content {
  padding: 20px;
}
.modal-popup .modal-inner-wrap .modal-footer {
  padding: 20px;
  text-align: center;
}
.modal-popup .modal-inner-wrap .modal-footer button {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  text-transform: capitalize;
  padding: 12px 30px;
  text-align: center;
  height: auto;
  min-width: 130px;
  border: 1px solid #e1e1e1;
  color: #777777;
  background: transparent;
  line-height: 1;
}
.modal-popup .modal-inner-wrap .modal-footer button:hover,
.modal-popup .modal-inner-wrap .modal-footer button:focus {
  background: #0cb4ce;
  color: #fff;
  border-color: #0cb4ce;
}
/* Footer 3 */
.gallery-set > li {
  float: left;
  width: 25%;
  line-height: 1;
}
.gallery-set > li a {
  display: inline-block;
  margin: 0 6px 6px 0;
  position: relative;
}
.gallery-set > li a:after {
  background: rgba(255, 255, 255, 0.6) none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 100%;
}
.gallery-set > li a:hover:after {
  opacity: 1;
}
.gallery-set.size-md > li {
  float: left;
  width: 16%;
}
.gallery-set.size-sm > li {
  float: left;
  width: 11%;
}
.gallery-set.overlay-color-dark > li > a:after {
  background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
}
.link-set a {
  display: inline-block;
  font-size: 14px;
  padding-bottom: 10px;
}
/* Footer Light */
.footer.footer-light {
  background: #f1f1f1;
  color: #777;
}
.footer.footer-light a:hover,
.footer.footer-light a:focus,
.footer.footer-light a.active {
  color: #171717;
}
/* Copyright light */
.page .copyright.copyright-light {
  background: #f9f9f9;
  color: #777;
}
.page .copyright.copyright-light a:hover,
.page .copyright.copyright-light a:focus,
.page .copyright.copyright-light a.active {
  color: #171717;
}
.block.typo-dark .block-title strong {
  color: #171717;
}
/* Hero content */
.hero-content .title {
  color: #171717;
  font-size: 50px;
  font-weight: 900;
  margin: 0 0 20px;
}
.hero-content .desc {
  color: #999;
  font-size: 16px;
  font-weight: 100;
  letter-spacing: 2px;
  line-height: 2;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .hero-content {
    background: rgba(255, 255, 255, 0.5) none repeat scroll 0 0;
    margin: 0 30px;
    padding: 20px;
  }
}
@media screen and (max-width: 640px) {
  .hero-content {
    margin: 0 15px;
    padding: 15px;
  }
  .hero-content .title {
    font-size: 30px;
    margin-bottom: 10px;
  }
  .hero-content .desc {
    color: #999;
    font-size: 14px;
    margin-bottom: 15px;
    letter-spacing: 1px;
  }
}
/* Verticle middle Wrapper */
.vmidddle-block {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
}
/* Verticle section Scroller */
#fp-nav {
  /* background: @color-white; 
    .box-shadow(0 0 14px 0 rgba(0, 0, 0, 0.13));*/
  -webkit-border-radius: 22px;
  -moz-border-radius: 22px;
  -ms-border-radius: 22px;
  -o-border-radius: 22px;
  border-radius: 22px;
  padding: 20px 10px;
}
#fp-nav ul li a span,
.fp-slidesNav ul li a span {
  background: #171717;
}
#fp-nav ul li .fp-tooltip,
.fp-slidesNav ul li .fp-tooltip {
  background: #0cb4ce;
  color: #ffffff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  font-size: 14px;
  padding: 6px 15px;
  text-transform: capitalize;
  font-family: inherit;
  -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.18);
  -ms-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.18);
  -o-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.18);
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.18);
  top: -9px;
  overflow: visible;
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5);
}
#fp-nav ul li .fp-tooltip.right,
.fp-slidesNav ul li .fp-tooltip.right {
  right: 35px;
}
#fp-nav ul li .fp-tooltip.right:after,
.fp-slidesNav ul li .fp-tooltip.right:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  top: 50%;
  right: -5px;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #0cb4ce;
}
#fp-nav ul li:hover .fp-tooltip,
#fp-nav.fp-show-active a.active + .fp-tooltip {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 200ms ease-in 0s;
  -moz-transition: all 200ms ease-in 0s;
  -ms-transition: all 200ms ease-in 0s;
  -o-transition: all 200ms ease-in 0s;
  transition: all 200ms ease-in 0s;
}
/* Sidebar */
@media screen and (max-width: 767px) {
  .columns .sidebar-additional {
    padding-right: 2%;
    flex-basis: inherit;
  }
}
/* Side Menu layout */
.side-header .page-main {
  padding-top: 15px;
}
.side-header.cms-index-index .page-main {
  padding-top: 0;
}
.side-header.cms-index-index .page-header.type8 {
  background: rgba(0, 0, 0, 0.5);
}
/* Header type 8 */
header.page-header.type8 .mobile-search .block-search {
  width: 100%;
  margin: 0;
}
header.page-header.type8 .panel.wrapper .header.panel > .header.links > li > a:hover,
header.page-header.type8 .panel.wrapper .header.panel > .header.links > li > a:focus {
  color: #0cb4ce;
}
@media only screen and (max-width: 767px) {
  header.page-header.type8 .zozo-megamenu.navigation.side-megamenu {
    display: block;
  }
}
/* Theme Elements */
.vertical-middle {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
}
.link-underline a {
  text-decoration: underline;
}
.link-underline-hvr a:hover,
.link-underline-hvr a:focus {
  text-decoration: underline;
}
.link-hvr-underline:hover,
.link-hvr-underline:focus {
  text-decoration: underline;
}
.text-shadow {
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}
.slider-box-shadow {
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}
.btn.grey-btn {
  border-color: #777;
  color: #bbb;
}
.btn.grey-btn:hover,
.btn.grey-btn:focus {
  background: #0cb4ce;
  color: #fff;
  border-color: #0cb4ce;
}
.btn.dark-btn {
  border-color: #171717;
  color: #171717;
}
.btn.dark-btn:hover,
.btn.dark-btn:focus {
  background: #171717;
  color: #fff;
}
.form-style-2 input#footer_newsletter {
  background: transparent;
  border-width: 0 0 2px 0;
  text-align: center;
}
.form-style-2 .input-group-btn button.action.subscribe.primary {
  background: transparent;
  border-width: 0 0 2px 0;
  /* border-color: #e1e1e1; */
}
/* Footer contact */
.contact-content-style-2 .contact-content-inner {
  display: table;
}
.contact-content-style-2 .contact-content-inner .contact-content-meta {
  display: table-cell;
  vertical-align: middle;
}
.shape-round {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.footer-dark .form-style-2 .input-group input:focus {
  color: #fff;
}
.footer-dark .form-style-2 .input-group-btn button.action.primary {
  border-color: #515151;
}
.footer-dark .form-style-2 .input-group-btn button.action.primary:hover,
.footer-dark .form-style-2 .input-group-btn button.action.primary:focus {
  border-color: #0cb4ce;
}
/* Footer top */
.footer-top {
  padding-top: 60px;
  padding-bottom: 60px;
}
.footer-top p {
  font-size: 12px;
  color: #777;
}
.footer-top .typo-light p {
  color: #777;
}
.footer-top .typo-light .form-style-2 input {
  color: #fff;
  border-color: #444;
}
.footer-top .typo-light .form-style-2 input:focus {
  color: #fff;
  border-color: #0cb4ce;
}
.footer-top .typo-light .form-style-2 input::-webkit-input-placeholder {
  color: #ffffff;
}
.footer-top .typo-light .form-style-2 input:-moz-placeholder {
  color: #ffffff;
}
/* Footer dark
.typo-dark .footer-middle{
     a{
        color: @color-theme-dark;
        &:hover, &:focus{
            color: @theme-color;
        }
    }
} */
/* Intro Sliders */
.slider-section {
  padding-top: 0;
  padding-bottom: 0;
}
.full-screen-slider {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100vw;
  height: 100vh;
}
.side-header .slider-content {
  padding-left: 330px;
}
.slider-content {
  padding-left: 50px;
  padding-right: 50px;
}
.slider-content-inner {
  display: inline-block;
}
.slider-content h2 {
  font-size: 66px;
  margin: 0;
  line-height: 60px;
}
.slider-content .sm-text {
  font-size: 26px;
  font-weight: 900;
  display: inline-block;
}
.slider-content .sm-text .text-left {
  display: block;
}
.standared-slider .slider-content {
  padding-left: 0;
  padding-right: 0;
}
/* Slider */
/* Slider */
/* Slider */
@media screen and (max-width: 991px) {
  .full-screen-slider {
    position: relative;
  }
  .slider-content h2 {
    font-size: 34px !important;
    line-height: 34px !important;
  }
  .slider-content .sm-text {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: normal !important;
  }
  .slider-content .btn {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    font-size: 12px !important;
    padding: 8px 24px !important;
  }
}
/* Slider */
@media screen and (max-width: 767px) {
  header.page-header .mobile-search .form {
    padding: 20px 15px;
    float: left;
    width: 100%;
  }
  header.page-header .mobile-search .field.search {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
  }
  header.page-header .mobile-search .field.search .label {
    display: none !important;
  }
  header.page-header .mobile-search .block-search .control {
    margin: 0 -1px 0 0;
    padding: 0;
    position: relative;
    width: auto;
  }
  header.page-header .mobile-search .block-search .control input {
    left: auto;
    margin: 0;
    position: relative;
  }
  header.page-header .mobile-search .block-search .actions {
    display: table-cell;
    vertical-align: middle;
  }
  header.page-header .mobile-search .block-search .actions .action.search {
    padding: 0 24px;
    height: 48px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    display: inline-block;
    border-color: #e1e1e1;
  }
  header.page-header .mobile-search .block-search .actions .action.search:hover,
  header.page-header .mobile-search .block-search .actions .action.search:focus {
    border-color: #0cb4ce;
  }
}
/* Slider */
@media screen and (max-width: 480px) {
  .slider-content h2 {
    font-size: 20px !important;
    line-height: 20px !important;
  }
  .slider-content .sm-text {
    border-bottom-width: 1px !important;
    display: inline-block;
    font-size: 16px !important;
    font-weight: 500;
    letter-spacing: normal !important;
    margin-bottom: 5px !important;
    padding-bottom: 4px !important;
  }
  .slider-content .btn {
    font-size: 11px !important;
    margin-top: 10px !important;
    padding: 4px 14px !important;
  }
}
.radius-4 {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
/* Place holder
.placeholder{
    
}*/
.page-print .logo {
  display: block;
  float: none;
  text-align: left;
}
@media print {
  * {
    -webkit-filter: none !important;
    background: transparent !important;
    color: #000000 !important;
    filter: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline !important;
  }
  pre,
  blockquote {
    border: 1px solid #999999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  .table-wrapper table {
    width: 100%;
    table-layout: fixed;
  }
  .table-wrapper table td {
    width: auto;
  }
  .table-wrapper table > tfoot > tr:first-child {
    border-top: 1px solid #999999;
  }
  .box,
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 1cm;
  }
  .block-content,
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  .block-content {
    page-break-before: avoid;
  }
  .block-title,
  h2,
  h3 {
    page-break-after: avoid;
  }
  .nav-toggle {
    display: none !important;
  }
  .sidebar,
  .nav-sections,
  .header.content > *[class],
  .panel.wrapper > *[class],
  .footer.content > *[class] {
    display: none;
  }
  .logo,
  .footer .copyright {
    display: block !important;
    margin: 10px 0;
  }
  .order-details-items .order-items .order-gift-message:not(.expanded-content) {
    height: auto;
    visibility: visible;
  }
  .column.main {
    float: none !important;
    width: 100% !important;
  }
  .breadcrumbs {
    margin: 0 auto;
    text-align: right;
  }
  .footer.content {
    padding: 0;
  }
  .hidden-print {
    display: none !important;
  }
}
