<style type="text/css" id="less:shup-less-home">@import url(https://fonts.googleapis.com/css?family=Ubuntu:400,300,500,700);
@font-face {
  font-family: FontAwesome;
  src: url(../fonts/fontawesome-webfont.eot?v=4.1.0);
  src: url(../fonts/fontawesome-webfont.eot?#iefix&v=4.1.0) format('embedded-opentype'), url(../fonts/fontawesome-webfont.woff?v=4.1.0) format('woff'), url(../fonts/fontawesome-webfont.ttf?v=4.1.0) format('truetype'), url(../fonts/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular) format('svg');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Intro-Book";
  src: url("../fonts/Intro-Book.woff") format("woff");
}
body {
  font-family: 'Ubuntu', sans-serif;
  color: #000000;
  font-size: 14px;
  line-height: 1.6;
}
ul,
ol,
p,
h2 {
  list-style: none;
  padding: 0;
  margin: 0;
}
a {
  color: #000000;
  outline: none;
}
a:hover {
  color: #00a8fb;
  text-decoration: none;
}
label {
  font-weight: normal;
}
ul {
  padding: 0;
  list-style: none;
}
/*------------Variables------*/
/*----------Icons-----*/
.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-facebook {
	background:url(../img/fb.png) no-repeat;
	width: 24px;
	height: 24px;
}
.fa-twitter {
  background:url(../img/twt.png) no-repeat;
	width: 24px;
	height: 24px;
}
.fa-linkedin {
  background:url(../img/lin.png) no-repeat;
	width: 24px;
	height: 24px;
}
.fa-youtube {
  background:url(../img/rss.png) no-repeat;
	width: 24px;
	height: 24px;
}
.fa-google {
  background:url(../img/pin.png) no-repeat;
	width: 24px;
	height: 24px;
}
.special-price {
  color: #00a8fb;
  font-size: 22px;
}
.regular_price {
  text-decoration: line-through;
  color: #000000;
  font-size: 16px;
}
.title-green {
  color: #55b659;
  font-weight: normal;
}
.line-title {
  position: relative;
  text-align: center;
}
.line-title:after {
  width: 100%;
  height: 1px;
  border-top: 1px solid #e9e9ea;
  content: "";
  position: absolute;
  left: 0;
  margin: auto;
  top: 0;
  bottom: 0;
  z-index: -1;
}
.line-title span {
  padding: 0 15px;
  background-color: #ffffff;
  z-index: 9;
}
.themeYellowColor {
  color: #00a8fb;
}
.colorGreen {
  color: #55b659;
}
.gray {
  color: #818285;
}
.normal-btn {
  border: 1px solid #e7e8e9;
  display: inline-block;
  padding: 5px 30px;
  background-color: transparent;
}
.font30 {
  font-size: 30px;
  font-weight: normal;
}
/*Mixins*/
.buttonStyle {
  background: #00a8fb;
  height: 38px;
  line-height: 1.9;
  text-align: center;
  border: 0;
}
.dropdown-arrow {
  content: "";
  width: 0;
  height: 0;
  border-bottom: 8px solid #00a8fb;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  position: absolute;
}
.transition {
  -webkit-transition: all .3s ease .15s;
  -moz-transition: all .3s ease .15s;
  -o-transition: all .3s ease .15s;
  -ms-transition: all .3s ease .15s;
  transition: all .3s ease .15s;
}
.box-area {
  border: 1px solid #e9e9ea;
}
.border-bottom {
  border-bottom: 1px solid #e7e8e9;
  padding-bottom: 15px;
}
.orange-color,
div.block-layered-nav dd a.orange-color {
  color: #00a8fb;
}
.marginTB25 {
  margin-bottom: 25px;
  margin-top: 25px;
}
.marginTB30 {
  margin-bottom: 30px;
  margin-top: 30px;
}
.marginTB15 {
  margin-bottom: 15px;
  margin-top: 15px;
}
.marginTB10 {
  margin-bottom: 10px;
  margin-top: 10px;
}
.marginB10 {
  margin-bottom: 10px;
}
.marginB15 {
  margin-bottom: 15px;
}
.marginTB20 {
  margin-bottom: 20px;
  margin-top: 20px;
}
.font19 {
  font-size: 19px;
  font-weight: normal;
}
.font12 {
  font-size: 12px;
}
.font22 {
  font-size: 22px;
  font-weight: normal;
}
.padding10 {
  padding: 10px;
}
.padding15 {
  padding: 15px;
}
.padding20 {
  padding: 20px;
}
.fontSize18 {
  font-size: 18px;
}
.fontSize22 {
  font-size: 22px;
}
.input-text {
  border: 1px solid #dcddde;
}
.abc {
  background: #f9fafc;
  border-top: 2px solid #fa692f;
  box-shadow: 0 3px 8px 0px #ddd;
  border: 1px solid #e8e8e8;
  z-index: 99999;
  position: absolute;
}
.btn-cart,
.btn-primary {
  background: #00a8fb;
  color: #fff;
  font-size: 16px;
  padding: 6px 14px;
  border: 1px solid #0098db;
  text-transform: capitalize;
  height: 37px;
  line-height: 1.2;
  letter-spacing: 1.5px;
  font-family: "Intro-book";
  text-transform: uppercase;
  font-weight: bold;
  border-radius: 4px;
}
.form-control {
  height: 40px;
}
.btn-cart i {
  margin-left: 6px;
  font-weight: normal;
}
.btn-cart:hover {
  background: #55b659;
  color: #ffffff;
}
input[type=text] {
  height: 40px;
  border: 1px solid #e9e9ea;
  padding-left: 15px;
  padding-right: 15px;
}
select {
  border-color: #e9e9ea;
}
text-justify {
  text-align: justify;
}
.paddingLR0 {
  padding-left: 0;
  padding-right: 0;
}
.paddingL0 {
  padding-left: 0;
}
.cicle-number {
  background-color: #00a8fb;
  border-radius: 100%;
  color: #ffffff;
  width: 20px;
  height: 20px;
  display: inline-block;
  text-align: center;
  font-size: 12px;
}
.input-fields {
  height: 40px;
  border: 1px solid #e9e9ea;
  padding-left: 15px;
  padding-right: 15px;
}
input[type=text],
input[type=email],
input[type=password] {
  height: 40px;
  border: 1px solid #e9e9ea;
  padding-left: 15px;
  padding-right: 15px;
}
.social-icons {
  float: right;
}
.social-icons li {
  display: inline-block !important;
  font-size: 13px !important;
  vertical-align: top !important;
  margin: 0 2px !important;
  border-radius: 50% !important;
  width: 22px !important;
  height: 22px !important;
  text-align: center;
}
.social-icons li a {
  color: #00affc !important;
}
/*------Header-----*/
.top-bar {
  background-color: #00affc;
  padding: 5px 0px 5px;
  line-height: 1.9;
  color: #fff;
  font-size: 12px;
}
.top-bar a {
  color: #fff;
}
.navbar-inverse {
  background-color: transparent;
  border-color: #e9e8e8;
  border-right: 0;
  border-left: 0;
  margin-bottom: 0;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  background-color: transparent;
  color: #00a8fb;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #00a8fb;
}
.navbar-default .navbar-nav > li > a {
  color: #4e505e;
}
.dropdown-menu li {
  display: block !important;
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  .logo {
    width: 100%;
    text-align: center;
  }
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  .logo img {
    display: inline;
  }
}
.navbar-default .navbar-collapse {
  padding: 0;
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  .strip-txt {
    text-align: center;
  }
}
.mobile-top-links {
  display: none;
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  .mobile-top-links {
    display: block;
    float: left;
    margin: 15px 0 0 ;
  }
}
.mobile-top-links .social-icons li {
  background-color: #00affc !important;
  color: #fff !important;
}
.mobile-top-links .social-icons li a {
  padding: 0;
  color: #fff !important;
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  .top-links {
    display: none;
  }
}
header {
  position: relative;
  padding-top: 14px;
}
header .search-top {
  padding-top: 1.8%;
  padding-left: 0%;
  margin-left: 0;
  margin-right: 0%;
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  header .search-top {
    margin-right: 0 !important;
    clear: both;
    display: table;
    padding: 10px 15px 0 !important;
    width: 100%;
  }
}
header .search-top .search-header {
  font-size: 14px;
  text-transform: capitalize;
  position: relative;
  margin: 0 auto;
  height: 38px;
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  header .search-top .search-header {
    clear: both;
    display: table;
    width: 100%;
  }
}
header .search-top .search-header input.search {
  border: 1px solid #dedede;
  padding: 0px 0% 0px 15px;
  width: 71%;
  color: #4e505e;
  height: 38px;
  line-height: 35px;
  margin-left: 0;
  font-size: 15px;
  background: #f7f7f7;
  float: right;
  border-radius: 5px 0px 0px 5px;
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  header .search-top .search-header input.search {
    width: 73%;
  }
}
header .search-top .search-header .search-btn {
  border-radius: 0px 5px 5px 0px;
  background: #00a8fb;
  height: 38px;
  line-height: 1.9;
  text-align: center;
  border: 0;
  width: 100px;
  float: right;
}
header .search-top .search-header .search-btn .icons8-search {
  color: #fff;
  font-style: normal;
}
header .search-top .search-header .search-btn .icons8-search:before {
  content: normal;
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  header .search-top .search-header .search-btn {
    width: 27%;
  }
}
header .navigation-area {
  margin-top: 11px;
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
}
header .navbar.navbar-default {
  padding: 0px;
  background-color: transparent;
  border-color: transparent;
  margin-bottom: 0;
}
header .navbar li {
  display: inline-block;
  position: relative;
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  header .navbar li {
    display: block;
  }
}
header .navbar li a {
  padding: 14px 40px 14px 20px;
  display: block;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  color: #4e505e;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  header .navbar li a {
    padding: 14px 10px 14px 10px;
    font-size: 13px;
  }
}
header .navbar li a:hover {
  background-color: #00a8fb;
  color: #ffffff;
}
header .navbar li .div-category {
  left: 0%;
  width: 100%;
}
header .social-icons {
  float: right;
}
header .social-icons ul {
  margin: 0;
}
header .social-icons li {
  display: inline-block;
  font-size: 22px;
  vertical-align: top;
  margin: 6px;
}
header .social-icons li a {
  color: #d1d2d4;
}
header .social-icons li a:hover {
  color: #00a8fb;
}
.nav-menu-custom > li:hover > div {
  transition-delay: 0.75s;
  opacity: 1;
  visibility: visible;
  overflow: visible;
}
.nav-menu-custom > li > .div-category {
  display: block;
  left: 25%;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  padding: 0px 0 0px 25px;
  text-align: left;
  -webkit-transition: all .3s ease .15s;
  -moz-transition: all .3s ease .15s;
  -o-transition: all .3s ease .15s;
  -ms-transition: all .3s ease .15s;
  transition: all .3s ease .15s;
  background: #f9fafc;
  border-top: 2px solid #fa692f;
  box-shadow: 0 3px 8px 0px #ddd;
  border: 1px solid #e8e8e8;
  z-index: 99999;
  position: absolute;
}
.nav-menu-custom > li > .div-category .category-name {
  font-weight: bold;
  color: #00a8fb;
  margin-bottom: 12px;
  margin-top: 18px;
}
.nav-menu-custom > li > .div-category div.item {
  border-left: 0px solid #c3c3c3;
  padding-left: 0px;
  float: right;
  width: 280px;
  background-color: #fff;
  padding-bottom: 10px;
}
.nav-menu-custom > li > .div-category div.item .shop-now a {
  padding: 0;
}
.nav-menu-custom > li > .div-category div.item .shop-now a:hover {
  background-color: transparent;
}
.nav-menu-custom > li > .div-category li {
  display: block;
  margin-bottom: 5px;
}
.nav-menu-custom > li > .div-category li a {
  padding: 0;
}
.nav-menu-custom > li > .div-category li a:hover {
  background-color: transparent;
  color: #00a8fb;
}
.div-shop {
  right: 0px;
  top: 76px;
  left: initial;
  opacity: 1;
  padding: 0 2% !important;
  min-height: 300px;
  display: none;
  background: #f9fafc;
  border-top: 2px solid #fa692f;
  box-shadow: 0 3px 8px 0px #ddd;
  border: 1px solid #e8e8e8;
  z-index: 99999;
  position: absolute;
  -webkit-transition: all .3s ease .15s;
  -moz-transition: all .3s ease .15s;
  -o-transition: all .3s ease .15s;
  -ms-transition: all .3s ease .15s;
  transition: all .3s ease .15s;
}
.div-shop:before {
  content: "";
  width: 0;
  height: 0;
  border-bottom: 8px solid #00a8fb;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  position: absolute;
  top: -8px;
  right: 19px;
}
.div-shop .sticky-view .view {
  background: #f5f5f5;
  padding: 10px;
  margin: 0 1%;
  border: 1px solid #d7d7d7;
  min-height: 175px;
  width: 14.35%;
}
.div-shop .sticky-view .items {
  font-size: 20px;
  margin-bottom: 30px;
}
.div-shop .sticky-view img {
  width: 100%;
  max-width: 140px;
}
.container,
.container-fluid {
  margin: 0 auto;
  padding: 0;
}
/**footer*/
.footer-heading {
  padding-bottom: 10px;
  color: #55b659;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  border-bottom: 1px solid #d1e7ce;
  margin-bottom: 25px;
}
.footer-heading span {
  border-bottom: 2px solid #55b659;
  padding-bottom: 11px;
}
.footer,
.usefull-links {
  width: 100%;
}
.usefull-links .col-md-4 {
  margin-right: 3%;
  width: 31.30%;
}
.usefull-links .col-md-4:last-child {
  margin-right: 0;
}
.usefull-links ul {
  margin-bottom: 23px;
  float: left;
  width: 50%;
}
.usefull-links ul li {
  padding: 0px 0 6px;
  list-style: none;
}
.copy {
  padding: 0px 0px 20px;
  width: 100%;
}
.copy li {
  display: inline-block;
  text-transform: uppercase;
  margin: 0 0 0 5px;
}
.copy li a {
  text-decoration: underline;
  font-size: 20px;
  color: #d1d2d4;
}
.account img {
  width: 45px;
  margin: 0 5px;
}
.account span {
  border-left: 1px solid #929292;
  padding: 8px 0 15px;
  margin: 0 10px;
}
.contact-us-area li {
  margin-bottom: 10px;
}
.contact-us-area li input {
  border: 1px solid #e8e8e8;
  border-radius: 3px;
  padding: 5px;
  height: 30px;
}
.contact-us-area li textarea {
  border: 1px solid #e8e8e8;
  border-radius: 3px;
  padding: 5px;
}
.contact-us-area li input[type=submit] {
  border: 1px solid #00a8fb;
  background: #ffffff;
  padding: 0 20px;
  text-transform: capitalize;
  color: #00a8fb;
  font-weight: 600;
}
.newsletter-area {
  background-color: #00a8fb;
  padding: 30px 0;
  color: #ffffff;
  margin-top: 30px;
  font-size: 13px;
}
.newsletter-area a {
  color: #fff;
}
.newsletter-area span {
  color: black;
}
.lower-footer {
  padding: 20px 0;
  background-color: #4d8a4e;
  color: #ffffff;
  margin-top: 15px;
}
.rating-box {
  width: 105px;
  height: 17px;
  font-size: 0;
  line-height: 0;
  background: url(http://localhost/shup/img/golden-star-empty.png) 0 0 repeat-x;
  text-indent: -999em;
  overflow: hidden;
  float: left;
  margin-right: 5px;
}
.rating-box .rating {
  float: left;
  height: 17px;
  background: url(http://localhost/shup/img/golden-star-full.png) 0 0 repeat-x;
}
/*breadcrumbs*******/
.breadcrumbs-container {
  background-color: #f3f3f4;
  margin-bottom: 20px;
  padding: 15px 0px 15px;
}
.breadcrumbs-container .breadcrumb {
  color: #3a3a3c;
  text-transform: capitalize;
  padding-top: 0;
  padding-bottom: 0;
  margin: 0;
}
.breadcrumbs-container .breadcrumb a {
  color: #3a3a3c;
  font-weight: 400;
  font-size: 16px;
}
.breadcrumbs-container .breadcrumb span {
  color: #00a8fb;
  padding: 0 10px;
  font-weight: bold;
  font-size: 16px;
}
.desktop-main {
  width: 76%;
  float: right;
  padding-left: 15px;
}
select {
  overflow: hidden;
  border: 1px solid #e9e9ea;
  padding: 3px 12px 3px 4px;
}
.new-price {
  font-size: 22px;
  font-weight: normal;
  color: #00a8fb;
}
.old-price {
  text-decoration: line-through;
}
.Qty select {
  width: 120px;
  margin-left: 5px;
  height: 30px;
}
.green-header {
  background-color: #4d8a4e;
  padding: 12px 20px;
  color: #ffffff;
  text-transform: uppercase;
}
.green-header p {
  margin: 0;
  text-align: right;
  text-transform: capitalize;
  font-size: 12px;
}
.green-header p input[type="checkbox"] {
  display: inline-block;
  vertical-align: sub;
  margin-right: 8px;
}
.field {
  width: 48%;
  display: inline-block;
}
.field input {
  width: 100%;
  margin-bottom: 10px;
}
.field:nth-child(2n) {
  margin-left: 3%;
}
.fields input {
  width: 100%;
  margin-bottom: 10px;
}
.align-right {
  text-align: right;
}
.algin-center {
  text-align: center;
}
.uppercase {
  text-transform: uppercase;
}
.underline {
  text-decoration: underline;
}
.gray-bg {
  background-color: #f3f3f4;
}
.algin-justify {
  text-align: justify;
}
.heading-text {
  color: #00a8fb;
  font-size: 18px;
  margin: 30px 0 ;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  letter-spacing: 0.6px;
  font-weight: bold;
}
.heading-text:after {
  content: "";
  border-bottom: 1px solid #e8e8e8;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  top: 4px;
  bottom: 0;
  margin: auto;
  z-index: -1;
}
.heading-text span {
  background-color: #fff;
  padding: 0px 36px;
  z-index: 2;
  position: relative;
  letter-spacing: 1px;
}
.cat-content {
  border: 1px solid #ccc;
  padding: 15px;
  clear: both;
  display: table;
  width: 100%;
}
@media screen and (max-width: 767px) and (min-width: 0px) {
  .cat-content {
    margin-bottom: 15px;
  }
}
.cat-content img {
  width: 41%;
  float: left;
}
@media screen and (max-width: 560px) and (min-width: 0px) {
  .cat-content img {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) and (min-width: 0px) {
  .locations .col-xs-6 {
    width: 100%;
    margin: 0 0 10px 0;
  }
}
.main-catgories .cat-content .title-content {
  /* position: absolute; */
  bottom: 0;
  width: 100%;
}
.locations h4 {
  padding: 10px;
  margin: 0;
  color: #fff;
  text-transform: uppercase;
}
.blue {
  background-color: #034694;
}
.lgtblue {
  background-color: #619cdd;
}
.orange {
  background-color: #ff7e00;
}
.green {
  background-color: #028c01;
}
.location-header {
  border-bottom: 1px solid #ccc;
  padding-bottom: 1px;
  margin-bottom: 10px;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .container {
    padding: 0 15px;
  }
}
.breadcrumbs-container {
  background-color: #f9fafc;
  margin-bottom: 20px;
  padding: 15px 0px 15px;
}
.breadcrumbs-container .breadcrumb {
  background-color: transparent;
}
.breadcrumbs-container .breadcrumb a {
  color: #b0b1b7;
  margin: 0 5px 0;
  font-size: 16px;
}
.breadcrumb strong {
  font-weight: 400;
  font-size: 16px;
  font-family: "Intro-Book";
  color: #4d4f5d;
}
.page-title {
  font: 26px "Intro-Book";
  color: #00a8fb;
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 5px;
  margin-bottom: 20px;
}
aside.lft-navigation {
  background: #00a8fb;
  padding: 15px;
  color: #fff;
}
aside.lft-navigation li {
  padding: 0 0 10px 0;
  border-bottom: 1px solid #55bbe6;
  font-weight: bold;
  margin-bottom: 10px;
}
aside.lft-navigation li a {
  color: #ffffff;
}
.subtitle {
  text-transform: uppercase;
  color: #00a8fb;
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.right-side {
  background-color: #f1f1f1;
}
.percentage-number {
  font-size: 4em;
  font-family: "Intro-Book";
  color: #00a8fb;
}
.multiple-silder {
  border-bottom: 1px solid #00a8fb;
  padding: 10px;
}
img.img-rectangle {
  border-radius: 50px 0 50px;
  box-shadow: -2px 0px 18px 5px #cccccc;
  border: 1px solid #00a8fb;
  margin: 5px;
  max-width: 400px;
}
.registered-users {
  background-color: #4d4f5d;
  padding: 20px 35px 24px;
  border-radius: 3px;
  color: #fff;
  font-family: "Intro-Book";
  font-size: 16px;
}
.account-login .content h1 {
  font-size: 29px;
  font-family: "Intro-Book";
  border-bottom: 1px solid #6d6f78;
  padding-bottom: 15px;
  margin-bottom: 14px;
}
.registered-users a {
  text-decoration: underline;
  color: #fff;
}
.customer-account-login .form-list li {
  margin-bottom: 12px;
}
.buttons-set {
  margin: 15px 0 0;
  padding: 0px 0 0;
  border-top: 0px solid #e5e5e5;
  line-height: 34px;
  text-align: right;
}
.registered-users .content h1 {
  font-size: 26px;
  font-family: "Intro-Book";
  border-bottom: 1px solid #6d6f78;
  padding-bottom: 15px;
  margin-bottom: 14px;
}
.marginB35 {
  margin-bottom: 35px;
}
.input-text,
.rewardpoints-invitation-index .div_share input {
  display: block;
  width: 100%;
  height: 38px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #4d4f5d;
  background-color: #fff;
  background-image: none;
  border: 1px solid #dcdcdc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  border-radius: 3px;
}
.registered-users .btn-cart {
  border-color: #ffffff;
}
.registered-users li {
  margin-bottom: 12px;
}
.font-30 {
  font-size: 30px;
  font-weight: normal;
}
.font-intro {
  font-family: "Intro-Book";
}
.benifts li {
  position: relative;
  padding-left: 33px;
  margin-bottom: 2px;
}
.benifts li::before {
  content: "�";
  color: #4d4f5d;
  position: absolute;
  left: 6px;
  font-size: 18px;
  top: -5px;
}
input[type=text],
input[type=email],
input[type=password] {
  border-color: #ccc;
}
.heading3 {
  color: #00a8fb;
  font: 20px "Intro-book";
  margin-bottom: 10px;
}
.banner {
  position: relative;
}
.banner img {
  width: 100%;
}
.absolute-content {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.home-categories {
  margin-bottom: 25px;
  margin-top: 25px;
}
.home-categories .category-content {
  position: relative;
}
.home-categories .category-content img {
  width: 100%;
}
.home-categories .category-content .title-content {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.home-categories .category-content .title-content span {
  background-color: #55b659;
  padding: 10px;
  color: #ffffff;
  display: inline-block;
  font-size: 16px;
}
.home-categories .category-content .title-content .title {
  background-color: #00a8fb;
  color: #ffffff;
  position: relative;
  padding: 20px;
}
.home-categories .category-content .title-content .title p {
  font-size: 20px;
  margin: 0;
}
.home-categories .category-content .title-content .title .brand-logo {
  position: absolute;
  border-radius: 100%;
  height: 70px;
  width: 70px;
  background-color: #ffffff;
  top: -18px;
  right: 18px;
  padding: 10px;
}
.home-categories .category-content .title-content .title .brand-logo img {
  max-width: 48px;
  width: auto;
}
.main-catgories .cat-content .title-content .price-title {
  float: right;
  width: 55%;
}
@media screen and (max-width: 560px) and (min-width: 0px) {
  .main-catgories .cat-content .title-content .price-title {
    width: 100%;
  }
}
.main-catgories .cat-content .title-content .price-title p {
  margin: 0;
}
.main-catgories .cat-content .title-content .price-title .button {
  background-color: #00a8fb;
  padding: 5px 10px;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  margin-top: 7px;
}
.main-catgories .cat-content .title-content .cat-name {
  font-size: 28px;
  font-weight: bold;
  color: #ffffff;
}
#owl-demo4 .item {
  border: 0;
}