@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,400i,500,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Courgette&display=swap");
@import url("https://fonts.googleapis.com/css?family=Poppins&display=swap");
body {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  text-rendering: optimizeSpeed;
  background: #f9f9f9;
  color: #333;
}
main {
  margin-top: 75px;
}
a {
  -webkit-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  color: #09517a;
  cursor: pointer;
  text-decoration: none;
}
a:hover {
  color: #0898ec;
  text-decoration: none;
}
p {
  color: #312f31;
}
::-moz-selection {
  color: #ffffff;
  background: #0898ec;
  text-shadow: none;
}
::selection {
  color: #ffffff;
  background: #0898ec;
  text-shadow: none;
}
.text-primary {
  color: #09517a !important;
}
.font-size-h5 {
  font-size: 1.15rem !important;
}
.form-control {
  border: 1px solid #ececec;
  border-radius: 0;
  box-shadow: none;
  color: #555;
  font-size: 14px;
  height: 40px;
  background-clip: unset;
}
.col-form-label {
  font-weight: bold;
}
textarea:focus,
.form-control:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: rgba(17, 76, 131, 0.8);
  box-shadow: none;
  outline: 0 none;
}

input[type="checkbox"],
input[type="checkbox"] + label {
  cursor: pointer;
}
.styled-checkbox {
  position: absolute;
  opacity: 0;
}
.styled-checkbox + label {
  position: relative;
  cursor: pointer;
  padding: 0;
}

/* Box. */
.styled-checkbox + label:before {
  content: "";
  margin-right: 10px;
  display: inline-block;
  vertical-align: text-top;
  width: 20px;
  height: 20px;
  background: #ccc;
}

/* Box hover */
.styled-checkbox:hover + label:before {
  background: #09517a;
}

/* Box focus */
.styled-checkbox:focus + label:before {
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}

/* Box checked*/
.styled-checkbox:checked + label:before {
  background: #09517a;
}

/* Disabled state label.*/
.styled-checkbox:disabled + label {
  color: #b8b8b8;
  cursor: auto;
}

/* Disabled box.*/
.styled-checkbox:disabled + label:before {
  box-shadow: none;
  background: #ddd;
}

/*Checkmark. Could be replaced with an image*/
.styled-checkbox:checked + label:after {
  content: "";
  position: absolute;
  left: 5px;
  top: 10px;
  background: white;
  width: 2px;
  height: 2px;
  box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white,
    4px -6px 0 white, 4px -8px 0 white;
  transform: rotate(45deg);
}
/*header*/
header {
  background: #fff !important;
  box-shadow: 0px -1px 5px 0px rgba(0, 0, 0, 0.15);
}
.navbar-brand img {
  height: 70px;
}
.navbar-toggler {
  color: #fff;
}
.navbar-cf .dropdown-menu {
  background-color: #fff;
}
.navbar-cf .dropdown-item.current,
.navbar-cf .dropdown-item:hover {
  background-color: #0898ec;
  color: #fff !important;
}

/**************** MOBILE HEADER *******************************/

.mobile-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  z-index: 999;
  background-color: #fff !important;
  color: white;
  /*box-shadow: 0 5px 5px -5px hsla(0,0%,64%,.9);*/
  border-bottom: 1px solid #eaeaea;
}
.mobile-header-2 {
  position: absolute;
}
.mobile-header-4 a.logo {
  display: block;
  padding-top: 10px;
  text-align: center;
}
.mobile-header-4 a.logo img {
  height: 40px;
}

.mobile-header a.logo {
  display: inline-block;
  margin-left: 60px;
  padding-top: 10px;
}

.mobile-header a.logo img {
  height: 40px;
}

.mobile-header a.mobile-top-icon {
  display: block;
  position: absolute;
  top: 16px;
  width: 35px;
  height: 35px;
  font-size: 18px;
  font-weight: 300;
  text-align: center;
  color: #09517a;
}
.mobile-header a.mobile-back-icon {
  display: block;
  position: absolute;
  top: 16px;
  width: 35px;
  height: 35px;
  font-size: 18px;
  font-weight: 300;
  text-align: center;
  color: #09517a;
  top: 16px;
  left: 10px;
}
.mobile-header a.menu-icon {
  left: 10px;
  top: 12px;
}
.mobile-header a.search-icon {
  right: 85px;
}
.mobile-header a.cart-icon {
  right: 10px;
}
.mobile-header a.user-icon {
  right: 50px;
}

.mobile-header .page-name {
  display: block;
  text-align: center;
  padding-top: 18px;
  color: #000;
  font-size: 15px;
}
.drawer-brand {
  /*display: flex !important;*/
  background-color: #09517a !important;
}
ul.drawer-menu a.drawer-brand img {
  height: 40px;
  text-align: left;
}
ul.drawer-menu li {
  border-bottom: 1px solid rgba(153, 153, 153, 0.2);
  background-color: white;
}
.drawer-nav {
  background-color: #f3f3f3;
}
.drawer-nav .current {
  background-color: #0898ec21;
}
.drawer-nav .current a {
  color: #09517a;
  font-weight: 600;
}

/*.drawer-menu-item::after {
    width: 1rem;
    text-align: center;
    float: right;
    vertical-align: 0;
    border: 0;
    font-weight: 900;
    content: '\f105';
    font-family: 'Font Awesome 5 Free';
    color: #c893d68c;
}*/
.drawer-menu-item,
.drawer-menu-item:focus,
.drawer-menu-item:hover {
  text-decoration: none;
  background-color: #fff;
}
.drawer-menu-item img {
  margin-right: 8px;
}
.drawer-menu-item a {
  color: #222;
  display: block;
}
.drawer-menu-item ul {
  background-color: #f3f3f3;
  margin: 0 -0.75rem;
  margin-top: 0.75rem;
  margin-bottom: -0.75rem;
}
.drawer-menu-item ul li a {
  background-color: #f3f3f3;
  padding-left: 1.5rem;
}
.drawer-menu-item .dropdown-toggle:after {
  width: 1rem;
  text-align: center;
  float: right;
  vertical-align: 0;
  border: 0;
  font-weight: 900;
  content: "\f0d8";
  font-family: "Font Awesome 5 Free";
  color: #222222ad;
}
.drawer-menu-item .dropdown-toggle.collapsed:after {
  width: 1rem;
  text-align: center;
  float: right;
  vertical-align: 0;
  border: 0;
  font-weight: 900;
  content: "\f0d7";
  font-family: "Font Awesome 5 Free";
  color: #222222ad;
}
/*Main-menu*/
.top-menu {
  border-bottom: 1px solid #efefef;
  border-top: 1px solid #efefef;
  background: #fff;
  height: 70px;
  /*-webkit-box-shadow: 0 2px 2px 0 rgba(99,99,99,0.06), 0 3px 1px -2px rgba(99,99,99,0.04), 0 1px 5px 0 rgba(99,99,99,0.12);
    box-shadow: 0 2px 2px 0 rgba(99,99,99,0.06), 0 3px 1px -2px rgba(99,99,99,0.04), 0 1px 5px 0 rgba(99,99,99,0.12);*/
}
.top-menu .navbar-cf {
  height: 70px;
}
.top-menu .navbar-nav {
  padding: 0 10px;
  list-style-type: none;
  z-index: 2;
  height: 40px;
}
.top-menu .navbar-nav .nav-item a {
  display: block;
  padding: 5px 20px;
  line-height: 30px;
  font-size: 14px;
  font-weight: 500;
  font-style: normal;
  color: #333;
  height: 38px;
}
.top-menu .navbar-nav .nav-item.current a {
  color: #09517a;
  border-bottom: 2px solid #09517a;
  font-weight: 600;
}
.top-menu .navbar-nav .nav-item a:hover {
  background-color: #09517a;
  color: #fff;
}
.navbar-menu-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}
/*Main-menu*/

/*header top*/
.header-top {
  background: #0898ec;
  color: #fff;
  padding: 10px 0;
}

.header-top ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.header-top-info li {
  display: inline-block;
  font-size: 14px;
  color: #fff;
  margin-right: 25px;
}

.header-top-info li a {
  color: #fff;
}

.header-top-info li a:hover {
  text-decoration: none;
  color: #fff;
}

.header-top-info li i,
.header-top-info li span {
  color: #fff;
  padding-right: 5px;
}

.header-top-info li i,
.header-top-info li span {
  color: #fff;
  padding-right: 5px;
}

.header-top-social li {
  display: inline-block;
}

.header-top-social li a {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.5);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.navbar-light .navbar-toggler {
  border-color: transparent;
}
/*header top*/

/*header*/

/*footer*/
.footer-social-icons {
  margin-top: 20px;
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
  text-align: center;
  padding: 10px 0;
  background: #fff;
}

.footer-social-icons ul {
  margin-bottom: 0;
}

.footer-social-icons h3 {
  margin: 5px 0 5px 0;
  line-height: 40px;
  font-size: 22px;
  color: #0898ec;
  font-weight: bold;
}

.footer-social-icons .social-icon {
  box-sizing: border-box;
  -moz-border-radius: 138px;
  -webkit-border-radius: 138px;
  border-radius: 138px;
  border: 5px solid;
  text-align: center;
  width: 50px;
  height: 50px;
  display: inline-block;
  line-height: 1px;
  padding-top: 11px;
  transition: all 0.5s;
}

.footer-social-icons .social-icon:hover {
  transform: rotate(360deg) scale(1.3);
}

.footer-social-icons .social-icon a {
  color: #ffffff;
}

.footer-social-icons .social-icon.facebook {
  font-size: 22px;
  border-color: #3b5998;
  background-color: #3b5998;
  color: #ffffff;
}
.footer-social-icons
  .social-icon.facebook:hover
  + .footer-social-icons
  .social-icon.facebook {
  background-color: #ffffff;
  color: #3b5998;
}

.footer-social-icons .social-icon.twitter {
  font-size: 22px;
  border-color: #55acee;
  background-color: #55acee;
  color: #ffffff;
}
.footer-social-icons
  .social-icon.twitter:hover
  + .footer-social-icons
  .social-icon.twitter {
  background-color: #ffffff;
  color: #55acee;
}

.footer-social-icons .social-icon.instagram {
  font-size: 22px;
  border-color: #e4405f;
  background-color: #e4405f;
  color: #ffffff;
}
.footer-social-icons
  .social-icon.instagram:hover
  + .footer-social-icons
  .social-icon.instagram {
  background-color: #ffffff;
  color: #e4405f;
}

.social-icons {
  margin-top: 20px;
  text-align: center;
  padding: 10px 0;
  background: #fff;
}

.social-icons ul {
  margin-bottom: 0;
}

.social-icons h3 {
  margin: 5px 0 5px 0;
  line-height: 40px;
  font-size: 22px;
  color: #0898ec;
  font-weight: bold;
}

.social-icons .social-icon {
  box-sizing: border-box;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 138px;
  text-align: center;
  width: 40px;
  height: 40px;
  display: inline-block;
  line-height: 1px;
  padding-top: 8px;
  transition: all 0.5s;
}

.social-icons .social-icon:hover {
  transform: rotate(360deg);
  color: #ffffff;
}

.social-icons .social-icon a {
  color: #ffffff;
}

.social-icons .social-icon a i {
  margin-right: 0;
  color: #ffffff;
}
.social-icons .social-icon a i:hover {
  font-weight: 400;
}

.social-icons .social-icon.facebook {
  font-size: 18px;
  border-color: #3b5998;
  background-color: #3b5998;
  color: #ffffff;
}
.social-icons
  .social-icon.facebook:hover
  + .social-icons
  .social-icon.facebook {
  background-color: #ffffff;
  color: #3b5998;
}

.social-icons .social-icon.twitter {
  font-size: 18px;
  border-color: #55acee;
  background-color: #55acee;
  color: #ffffff;
}
.social-icons .social-icon.twitter:hover + .social-icons .social-icon.twitter {
  background-color: #ffffff;
  color: #55acee;
}

.social-icons .social-icon.instagram {
  font-size: 18px;
  border-color: #e4405f;
  background-color: #e4405f;
  color: #ffffff;
}
.social-icons
  .social-icon.instagram:hover
  + .social-icons
  .social-icon.instagram {
  background-color: #ffffff;
  color: #e4405f;
}

.copyright {
  background-color: #2c2f38;
}
.copyright .cf {
  padding: 5px 0;
}

.copyright span,
.copyright span a {
  font-size: 12px;
  color: #b78c45;
}
.copyright a:hover {
  text-decoration: none;
  color: #d4ab69;
}
.footer {
  background: #fff !important;
}
.footer .title {
  font-size: 20px;
  border-bottom: 1px solid #0898ec21;
  font-weight: 600;
  padding-left: 10px;
  padding-bottom: 6px;
  margin-bottom: 20px;
  color: #241621;
}
.footer a {
  color: #514d52;
  text-decoration: none !important;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
.footer ul li a i {
  margin-right: 5px;
  font-size: 25px;
  -webkit-transition: 0.5s all ease;
  -moz-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
.footer ul li p {
  margin: 0;
}
.footer ul li {
  padding: 6px 0;
  -webkit-transition: 0.5s all ease;
  -moz-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
.footer ul li a i {
  margin-right: 5px;
}
.footer ul li:hover a,
.footer ul li:hover p {
  font-weight: 600;
  color: #514d52;
  cursor: pointer;
}
.footer .company {
  color: #afaca7;
  margin-bottom: 0;
}
.footer .cards {
  max-width: 100%;
  max-height: 100%;
}

.scroll-to-top {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  display: none;
  width: 2.75rem;
  height: 2.75rem;
  text-align: center;
  color: #fff;
  background: rgba(90, 92, 105, 0.5);
  line-height: 46px;
  z-index: 10;
}
.scroll-to-top:hover {
  background: #5a5c69;
  color: #fff;
}
/*footer*/

/* cf social feed ig*/
.ig-feed {
  background: #fff;
  padding: 5px 0;
}
.ig-feed .heading a {
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  display: flex;
  font-weight: 600;
  font-size: 22px;
}
.ig-feed .heading span {
  font-size: 16px;
  padding: 0 5px;
}
.ig-feed-section {
  padding: 0;
  margin-top: 10px;
  margin-bottom: 10px;
  border: 1px solid #efefef;
}
.ig-feed .post-grid {
  padding: 0 5px;
  margin-bottom: 15px;
}
.ig-feed .post-grid:hover {
}
.ig-feed .post-grid .post-image {
  overflow: hidden;
  position: relative;
}
.ig-feed .post-grid .post-image a {
  display: block;
  padding-bottom: 100%;
  overflow: hidden;
  position: relative;
}
.ig-feed .post-grid .post-image img {
  width: 100%;
  height: auto;
  position: absolute;
}
.ig-feed .post-grid .post-image a:before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: 12;
  background: url(../img/instagram.png) center no-repeat rgba(0, 0, 0, 0.5);
  background-size: 20% auto;
  -webkit-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  transition: 0.2s linear;
}
.ig-feed .post-grid .post-image a:hover:before {
  opacity: 1;
  visibility: visible;
}
/* cf social feed ig*/

.new-arrivals {
  background: #fff;
  border: 1px solid #efefef;
}
.new-arrivals-section {
  padding: 0 5px;
  margin-top: 10px;
  margin-bottom: 10px;
}

/*breadcrumb*/
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.2rem 1rem;
  margin-bottom: 0;
  list-style: none;
  background-color: #f9f9f9;
  border-radius: 0.35rem;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #0898ec;
  content: "»";
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}

.breadcrumb-item a,
.breadcrumb-item a:not([href]):not([tabindex]) {
  color: #3e576f;
  text-decoration: none;
}

.breadcrumb-item.active {
  color: #858796;
}
/*breadcrumb*/

/*carousel*/
.carousel-section {
  padding: 0;
  padding-right: 15px;
  margin-top: 15px;
  margin-bottom: 15px;
}
.carousel-section {
  padding: 0;
  padding-right: 15px;
  margin-top: 15px;
  margin-bottom: 15px;
}
.carousel-section .carousel-item {
  position: relative;
  height: 450px;
  background-size: cover;
}
.carousel-section .carousel-item .carousel-caption h2,
.carousel-section .carousel-item .carousel-caption p {
  text-shadow: #000 0.1em 0.1em 0.2em;
}
.carousel-caption {
  padding-bottom: 80px;
}

.carousel-caption h2 {
  font-size: 60px;
}
.carousel-caption p {
  padding: 10px;
}
/*carousel*/

.section-heading {
  position: relative;
  margin-top: 20px;
}
.section-heading span {
  padding: 0 20px;
  position: relative;
  z-index: 5;
}
.section-heading:after {
  border-top: 2px solid #0898ec;
  display: block;
  width: 50%;
  content: "";
  margin: auto;
}

.page {
  background: #fff;
  box-shadow: 0 1px 2px 0 rgba(170, 170, 170, 0.2);
  padding: 20px;
  font-size: 15px;
}
.page-transparent {
  padding: 10px;
  font-size: 15px;
}
.cart-page {
  background: #fff;
  box-shadow: 0 1px 2px 0 rgba(170, 170, 170, 0.2);
  padding: 5px;
  font-size: 15px;
}
.text-heading {
  font-size: 25px;
  line-height: 40px;
  font-weight: 700;
  margin: 0 10px;
  letter-spacing: 2px;
  display: inline-block;
  position: relative;
  vertical-align: top;
  padding: 5px 0;
}

.btn-cf:hover {
  border-radius: 0;
  background-color: #0898ec;
  border-color: #0898ec;
  color: #fff;
}
.btn-cf {
  border-radius: 0;
  background-color: #fff;
  border-color: #0898ec;
  color: #0898ec;
}
/*category-list*/
.category-list {
  background: #fff;
  padding: 15px;
  margin: 0.5rem 0;
  height: fit-content;
  box-shadow: 0 1px 2px 0 rgba(170, 170, 170, 0.2);
}
.category-list h2 {
  font-size: 20px;
  display: flex;
  align-items: center;
}
.category-list h2:after {
  content: "";
  border-top: 1px solid #ebebeb;
  height: 1px;
  margin-left: 15px;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.category-list ul.parent {
  margin-left: -40px;
}
.category-list li {
  position: relative;
  list-style-type: none;
}
.category-list li a {
  position: relative;
  padding: 3px 0px;
  color: #222;
  display: inline-block;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
}
.category-list li a:hover {
  color: #0898ec;
  text-decoration: none;
}
.category-list li > .plus-minus {
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  padding: 10px 5px;
  line-height: 1;
  cursor: pointer;
}
.category-list .current a {
  font-weight: 600;
}

.category-list .current li a {
  font-weight: 400;
}
/*category-list*/

/*product grid*/
.product-grid {
  position: relative;
  background: #fff; /*box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.18);*/
  border: 1px solid rgba(64, 64, 64, 0.09);
  margin-bottom: 15px;
}
.product-grid.product2 {
  box-shadow: none;
}
.product-grid:hover {
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.1) !important;
}
.product-grid .product-image {
  overflow: hidden;
  position: relative;
}
.product-grid .product-image a {
  display: block;
}
.product-grid .product-image img {
  width: 100%;
  height: auto;
}
.product-grid:hover .product-image.grayscale img {
  filter: none;
  -webkit-filter: grayscale(0%);
}
.product-grid .product-image.grayscale img {
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  filter: gray;
  -webkit-filter: grayscale(100%);
}
.product-image .avatar {
  opacity: 1;
  transition: all 0.5s;
}
.product-grid .product-new-label {
  background-color: #0898ece5;
  color: #fff;
  font-size: 12px;
  padding: 5px 10px;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.3s;
}
.product-grid:hover .product-new-label {
  opacity: 0;
}
.product-grid .product-content {
  padding: 5px;
}
.product-grid .title {
  font-size: 18px;
  margin: 0 0 5px;
  overflow: hidden;
  height: 20px;
}
.product-grid .title a {
  color: #303030;
}
.product-grid .title a:hover {
  color: #0898ec;
  text-decoration: none;
}
.product-grid .price {
  color: #09517a;
  font-size: 18px;
  font-weight: 600;
  padding: 2px 10px;
  border-radius: 3px;
}
.product-grid .date {
  color: #989898;
  font-size: 12px;
}
.product-grid .card-text {
  font-size: 14px;
  color: #989898;
  font-size: 15px;
}
.product-grid .country {
  font-size: 14px;
  color: #09517a;
  font-size: 15px;
}
.product-grid .out-of-stock {
  margin-right: auto;
  margin-left: auto;
  right: 0;
  left: 0;
  text-align: center;
  position: absolute;
  color: #fff;
  background-color: #fe4783c2;
  top: 50%;
  padding: 5px;
  font-size: 14px;
  cursor: pointer;
}
.pr-col {
  padding-right: 5px;
  padding-left: 5px;
}
.pr-row {
  margin-right: -5px;
  margin-left: -5px;
}
@media screen and (max-width: 990px) {
  .product-grid {
    margin-bottom: 15px;
  }
}

/*product grid*/

.slider-card-title {
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  display: flex;
  font-weight: 500;
}
.slider-card-title span {
  background: #fff;
  z-index: 2;
  font-size: 22px;
  padding: 0 10px;
}
/*.slider-card-title:before{
  content: "";
  border-bottom: 1px solid #e2e6eb;
  width: 100%;
  position: absolute;
  left: 0;
  top: 15px;
}*/
#content {
  margin: 0.5rem 0;
}

.category-header {
  background-color: #fff;
  width: 100%;
  height: 50px;
}
.category-filter-bar {
  background-color: #fff;
  width: 100%;
  height: 40px;
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
  display: flex;
  font-size: 16px;
  box-sizing: border-box;
  position: relative;
}
.category-filter-bar-wrapper {
  flex: 1;
  box-sizing: border-box;
  align-items: center;
  display: flex;
  justify-content: center;
  position: relative;
}
.category-filter-bar-wrapper .icon {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  color: #0898ec;
  min-width: 18px;
  display: block;
}
.category-filter-bar-wrapper .icon.fa-exchange-alt {
  position: absolute;
  left: 15px;
  top: 12px;
  transform: translateY(-50%);
  font-size: 16px;
  color: #0898ec;
  min-width: 18px;
  display: block;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.category-filter-bar-wrapper .select {
  width: 100%;
  height: 100%;
  padding-left: 15px;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 0;
  background: white;
  font-size: 15px;
  background: transparent !important;
  z-index: 10;
  padding-left: 40px !important;
  color: #696969;
}

.category-header a.mobile-back-icon {
  display: block;
  position: absolute;
  top: 70px;
  left: 15px;
  width: 35px;
  height: 35px;
  font-size: 18px;
  font-weight: 300;
  text-align: center;
  color: #09517a;
}

.category-header .page-name {
  display: block;
  text-align: center;
  padding-top: 16px;
  color: #000;
  font-size: 15px;
}

@media (max-width: 768px) {
  .mobile .modal-dialog {
    max-width: 100% !important;
    height: 100%;
    margin: 0;
    padding: 0;
  }
  .mobile .modal-content {
    height: auto;
    min-height: 100%;
    border-radius: 0;
    border: none;
  }

  .mobile .modal-footer button {
    width: 100%;
    color: #fff;
    background: #09517a;
    padding: 10px 5px;
    font-size: 18px;
  }
  .mobile .modal-footer {
    padding: 5px 10px;
  }
}
@media (min-width: 7567px) {
  .mobile .modal-dialog {
    max-width: 100% !important;
  }
}
.modal-dialog {
  font-size: 14px;
  overflow-y: initial !important;
}

.btn-link {
  color: #09517a;
  text-decoration: none;
}
.btn-link:hover {
  color: #0898ec;
  text-decoration: none;
  border: 1px solid #0898ec;
  border-radius: 5px;
}
.mobile-product-footer {
  position: fixed;
  bottom: 0px;
  left: 0px;
  z-index: 100;
  width: 100%;
  height: 55px;
  background-color: #fff;
  border-top: 1px solid #d3d3d3;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
}
.mobile-product-footer .left,
.mobile-product-footer .right {
  width: 50%;
  padding: 5px;
  text-align: center;
  line-height: 45px;
}
.mobile-product-footer .right .btn {
  width: 100%;
  color: #fff;
  background: #09517a;
  padding: 5px;
  font-size: 16px;
  border-radius: 5px;
  height: 45px;
  line-height: 35px;
}
.mobile-cart-footer {
  position: fixed;
  bottom: 0px;
  left: 0px;
  z-index: 100;
  width: 100%;
  height: 55px;
  background-color: #fff;
  border-top: 1px solid #d3d3d3;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
}
.mobile-cart-footer .left,
.mobile-cart-footer .right {
  width: 50%;
  padding: 5px;
}
.mobile-cart-footer .right .btn {
  width: 100%;
  color: #fff;
  background: #09517a;
  padding: 5px;
  font-size: 16px;
  border-radius: 5px;
  height: 45px;
  line-height: 35px;
}
.mobile-cart-footer .left .price {
  font-size: 15px;
  line-height: 25px;
  font-weight: 600;
  margin-left: 10px;
}
.mobile-cart-footer .left .price-text {
  font-size: 12px;
  color: #4a4a4a;
  font-weight: 500;
  margin-left: 10px;
}
.cart-items {
  width: 100%;
}
.cart-items tr.item {
  position: relative;
  width: 100%;
  border-bottom: 1px solid #e4e4e4;
  margin-bottom: 5px;
}
.cart-items tr.item:last-child {
  border-bottom: none;
}
.cart-items tr.item td {
  padding: 5px 0;
}
.cart-items .item .product-image {
  position: relative;
  float: left;
  margin-right: 5px;
}
.cart-items .item a {
  text-decoration: none;
}
.cart-items .item a:hover {
  color: inherit;
}
.cart-items .item .product-image img {
  float: left;
  display: block;
  width: 80px;
  height: 80px;
  object-fit: cover;
}
.cart-items .item .v-top {
  vertical-align: top !important;
}
.cart-items .item span.title {
  font-size: 15px;
  font-weight: 600;
  width: 100%;
  display: block;
  margin-right: 10px;
}
.cart-items .item span.sub-title {
  font-size: 14px;
  width: 100%;
  /*white-space: nowrap;*/
  overflow: hidden;
  text-overflow: ellipsis;
  color: #666;
  display: block;
}
.cart-items .item span.row-total {
  font-size: 18px;
  color: #09517a;
  font-weight: 600;
}
.cart-items .item .remove {
  font-size: 25px;
  color: #0898ec;
  font-weight: 600;
  padding-right: 5px;
}
.cart-items .item .remove:hover {
  color: #09517a;
}
.cart-items .item .refresh {
  font-size: 22px;
  color: #0898ec;
  font-weight: 600;
  background: transparent;
  border: none;
  display: none;
}
.cart-items .item .refresh:hover {
  color: #09517a;
}
.cart-items .item input[type="number"] {
  width: 70px;
  height: 40px;
}
.cart-items .item input[type="number"]::-webkit-inner-spin-button,
.cart-items .item input[type="number"]::-webkit-outer-spin-button {
  opacity: 1;
}
.order-summary {
  font-size: 13px;
}
.order-summary table {
  width: 100%;
}
.order-summary table tr {
  /*border-bottom: 1px solid #e4e4e4;*/
  height: 35px;
}
.order-summary table tr:last-child {
  border-bottom: none;
}
.order-summary .title {
  text-align: center;
  padding-bottom: 5px;
  border-bottom: 1px solid #d8d8d896;
  font-size: 20px;
}
.order-summary .value {
  float: right;
  font-size: 14px;
  font-weight: 600;
}
.order-summary .value.total {
  color: #09517a;
  font-size: 16px;
}

@media (max-width: 991.98px) {
  .top-menu .navbar-nav .nav-item a {
    padding: 5px 10px;
  }
}

.btn-dark {
  color: #fff;
  background-color: #09517a;
  border-color: #09517a;
}
.btn-dark:hover {
  color: #fff;
  background-color: #0898ec;
  border-color: #0898ec;
}
.btn-secondary {
  color: #656565;
  background-color: #e8e8e8;
  border-color: #e0e0e0;
  font-size: 14px;
}
.btn-secondary:hover {
  color: #656565;
  background-color: #ececec;
  border-color: #e2e2e2;
  font-size: 14px;
}

.quantity {
  position: relative;
}

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

input[type="number"] {
  -moz-appearance: textfield;
}

.quantity input {
  width: 45px;
  height: 42px;
  line-height: 1.65;
  float: left;
  display: block;
  padding: 0;
  margin: 0;
  padding-left: 20px;
  border: 1px solid #eee;
}

.quantity input:focus {
  outline: 0;
}

.quantity-nav {
  float: left;
  position: relative;
  height: 42px;
}

.quantity-button {
  position: relative;
  cursor: pointer;
  border-left: 1px solid #eee;
  width: 20px;
  text-align: center;
  color: #333;
  font-size: 13px;
  font-family: "Trebuchet MS", Helvetica, sans-serif !important;
  line-height: 1.7;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.quantity-button.quantity-up {
  position: absolute;
  height: 50%;
  top: 0;
  border-bottom: 1px solid #eee;
}

.quantity-button.quantity-down {
  position: absolute;
  bottom: 2px;
  height: 50%;
}

.mobile-basket-count {
  display: block;
  position: absolute;
  top: 16px;
  right: 10px;
}

/*side-list*/
.sidebar {
  padding: 0;
  margin: 0;
}
.side-list {
  height: fit-content;
  padding-left: 0;
  margin-bottom: 0;
  width: 100%;
}
.side-list li {
  position: relative;
  list-style-type: none;
  height: 40px;
  border-bottom: 1px solid #ebebeb;
  overflow-y: hidden;
}
.side-list li.selected {
  background-color: #f33c3c;
  color: #fff;
}
.side-list li.selected a,
.side-list li.selected a i {
  color: #fff;
}
.side-list li:last-child {
  border-bottom: none;
}
.side-list li a {
  position: relative;
  line-height: 40px;
  color: #222;
  display: inline-block;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  display: block;
}
.side-list li a i {
  color: #999;
}
.side-list li a:hover,
.side-list li a:hover i {
  color: #09517a;
  text-decoration: none;
}
.side-list li > .plus-minus {
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  padding: 10px 5px;
  line-height: 1;
  cursor: pointer;
}
.side-list a.current,
.side-list a.current i {
  font-weight: 600;
  color: #09517a;
}

.side-list .current li a {
  font-weight: 400;
}
/*side-list*/

.account.form-control {
  font-size: 14px;
  height: 40px;
  background-color: #f9f9f9;
}
textarea.account.form-control {
  height: auto;
}

.new-address {
  background: #f6f6f6;
  color: #676767;
  font-size: 14px;
  font-weight: 500;
  height: 150px;
  cursor: pointer;
}
.new-address:hover {
  background: #d2d2d2;
}
.new-address i {
  display: block;
  color: #e6e6e6;
  font-size: 80px;
}
.new-address span {
  display: block;
  color: #676767;
  font-size: 12px;
  cursor: pointer;
}

.edit-address {
  background: #f6f6f6;
  color: #676767;
  font-size: 14px;
  font-weight: 500;
  height: 150px;
}
.edit-address:hover {
  background: #d2d2d2;
}
.edit-address span {
  display: block;
  color: #676767;
  font-size: 12px;
  cursor: pointer;
}
.edit-address span.title {
  display: inline-block;
  color: #09517a;
  font-size: 20px;
  font-weight: 600;
}
.edit-address span.delete {
  display: inline-block;
  color: #0898ec;
  font-size: 20px;
  font-weight: 600;
}
.edit-address span.delete.fa-trash-alt:before {
  vertical-align: -webkit-baseline-middle;
}
.edit-address span.edit {
  display: inline-block;
  color: #0898ec;
  font-size: 20px;
  font-weight: 600;
  padding-right: 10px;
}
.edit-address span.edit.fa-edit:before {
  vertical-align: -webkit-baseline-middle;
}

.user-panel {
  position: relative;
  display: inline-block;
}
.user-panel .dropdown-content {
  font-weight: 400 !important;
  display: none;
  position: absolute;
  background-color: #fff;
  min-width: 180px;
  box-shadow: 0 4px 3px 1px rgba(0, 0, 0, 0.07);
  border: solid 1px #f1f1f1;
  z-index: 10;
  padding: 10px;
  left: -50px;
  top: 40px;
}
.user-panel .dropdown-content:before {
  content: "";
  position: absolute;
  top: -11px;
  right: 80px;
  width: 19px;
  height: 12px;
  display: block;
  background: url(../img/icons/arrow-tooltip.svg) no-repeat 0 0;
}
.user-panel .dropdown-content li {
  list-style: none;
  text-align: left;
  height: 30px;
}
.user-panel .dropdown-content li a {
  text-decoration: none;
  font-size: 14px;
  color: #333;
  line-height: 30px;
  width: 100%;
  display: inline-block;
}
.user-panel .dropdown-content li:hover a,
.user-panel .dropdown-content li:hover a i {
  color: #0898ec;
  text-decoration: none;
}
.user-panel .dropdown-content li a i {
  font-size: 13px;
  color: #999;
  margin-right: 5px;
}
.user-panel:hover .dropdown-content {
  display: block;
}

.user-panel:hover .top-rights-item {
  text-decoration: none;
  color: #0898ec;
}

.user-panel .dropdown-content.login a {
  text-decoration: none;
  font-size: 14px;
  color: #333;
  line-height: 30px;
  width: 100%;
  display: inline-block;
  text-align: center;
}
.user-panel .dropdown-content.login a.login {
  text-decoration: none;
  font-size: 14px;
  color: #fff;
  line-height: 30px;
  width: 100%;
  display: inline-block;
  text-align: center;
  background-color: #09517a;
  margin-bottom: 10px;
}
.user-panel .dropdown-content.login a.login:hover {
  text-decoration: none;
  color: #fff;
  background-color: #0898ec;
}

.user-panel .dropdown-content.login a.signin {
  text-decoration: none;
  line-height: 28px;
  border: 1px solid #f1f1f1;
}
.user-panel .dropdown-content.login a.signin:hover {
  text-decoration: none;
  color: #09517a;
  border: 1px solid #09517a;
}
.user-panel .dropdown-content.login a:hover {
  color: #0898ec;
  text-decoration: none;
}
.notifications .checkBox {
  position: relative;
  float: left;
  width: 20px;
  line-height: 17px;
  top: 3px;
}
.notifications .not-info-box {
  margin-left: 25px;
  margin-bottom: 1rem;
}
.notifications .not-info-box .title {
  display: block;
  width: 100%;
  font-size: 14px;
  font-weight: 600;
  color: #09517a;
  padding: 0;
  margin: 0;
}
.notifications .not-info-box .description {
  color: #262626;
  font-size: 12px;
}

.checkout-tabs {
  width: 100%;
  height: 50px;
  border-top: 1px solid #e9e9e9;
  border-left: 1px solid #e9e9e9;
  border-right: 1px solid #e9e9e9;
  display: flex;
  font-size: 16px;
  box-sizing: border-box;
  position: relative;
  color: #b3b3b3;
}

.login-header-bar {
  width: 100%;
  height: 50px;
  border-top: 1px solid #e9e9e9;
  border-left: 1px solid #e9e9e9;
  border-right: 1px solid #e9e9e9;
  display: flex;
  font-size: 16px;
  box-sizing: border-box;
  position: relative;
  color: #b3b3b3;
}
.checkout-tabs .nav-link {
  background-color: #fbfbfb;
  flex: 1;
  box-sizing: border-box;
  align-items: center;
  display: flex;
  justify-content: center;
  position: relative;
  border-bottom: 1px solid #e9e9e9;
  cursor: pointer;
  text-decoration: none;
  color: #868686;
  border: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.checkout-tabs .nav-link:hover,
.checkout-tabs .nav-link.active:hover {
  color: #0898ec;
  text-decoration: none;
}
.checkout-tabs .nav-link.active {
  background-color: #fff;
  color: #09517a;
  border-top: 1px solid #09517a;
}

.accordion {
  margin-top: 60px; /* Add space above accordion */
}
.accordion .card {
  border-radius: 0;
  border-width: 1px 0 1px 0;
}
.accordion .card:first-child {
  border-top: none;
}
.accordion .card .card-header {
  background: #fff;
  padding-top: 7px;
  padding-bottom: 7px;
  border-radius: 0;
  margin-bottom: -2px;
  font-family: "Roboto", sans-serif;
}
.accordion .card-header:hover {
  background: #f8f8f8;
}
.accordion .card-header h2 span {
  float: left;
  margin-top: 10px;
}
.accordion .card-header .btn {
  font-size: 1.04rem;
  font-weight: 500;
  width: 100%;
  text-align: left;
  position: relative;
  top: -2px;
}
.accordion .card-header i {
  float: right;
  font-size: 1.3rem;
  font-weight: bold;
  position: relative;
  top: 5px;
}
.accordion .card-header button:hover {
  color: #23384e;
}
.accordion .card-body {
  background: #eaeaea;
  color: #595959;
}
.accordion .highlight {
  color: #fff;
  background: #202d3c !important;
}
.payment-method .card-header {
  cursor: pointer;
  color: #09517a;
}
.payment-method .card-header.collapsed {
  color: #333;
}
.payment-method .card-header span {
  font-size: 15px;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  background-color: #09517a;
  color: #fff;
}
.nav-pills .nav-link {
  background-color: #f9f9f9;
  color: #929292;
}

.table-order {
  width: 100%;
}
.table-order .price {
  font-size: 15px;
  line-height: 25px;
  font-weight: 600;
}
.table-order .name {
  font-size: 14px;
  line-height: 25px;
  font-weight: 500;
  color: #333;
}
.table-order .price-text {
  font-size: 12px;
  color: #4a4a4a;
  font-weight: 500;
}

.order-card {
  padding: 5px;
  border: 1px solid rgba(134, 134, 134, 0.125);
  box-shadow: 0 1px 2px 0 rgba(170, 170, 170, 0.2);
  cursor: default;
}
.order-card:hover {
  box-shadow: 2px rgba(170, 170, 170, 0.2);
  background-color: #f3f3f3;
}
.table-order td.detail-btn {
  float: right;
}

@media (min-width: 769px) {
  .top-menu .navbar {
    padding: 0;
  }
  .image-cards-section .row {
    margin-right: -20px;
    margin-left: -20px;
  }
  .carousel {
    /*padding-left: 0px;*/
    padding-right: 0px;
  }
  .best-sellers .heading {
    display: none;
  }
}

@media (max-width: 768px) {
  .top-menu .navbar-nav .nav-item.current a,
  .top-menu .navbar-nav .nav-item a:hover {
    background-color: #cf9455;
    color: #fff !important;
  }
  .navbar-dark .navbar-toggler {
    border: none;
  }
  .navbar-cf {
    padding: 0.3rem 1rem;
  }
  .top-phone {
    text-align: center;
  }
  .navbar-brand {
    margin: 0 auto;
    display: table;
  }
  .carousel-section .carousel-item {
    height: 300px;
  }
  .carousel-section .carousel-caption h2 {
    font-size: 1.5rem;
  }

  .carousel {
    padding-left: 15px;
    padding-right: 5px;
  }
  .best-sellers {
    background-color: white;
    padding-left: 15px;
    padding-right: 5px;
    margin-top: 15px;
  }
  .carousel-section {
    padding-left: 5px !important;
    padding-right: 15px !important;
  }
  .carousel-section .row {
    padding: 0 !important;
  }
  .welcome-section {
    padding: 20px 0px;
  }
  .welcome-text {
    font-weight: 400;
    font-size: 16px;
  }

  .category-list {
    display: none;
  }
  .product-filter {
    display: none;
  }

  .nav-pills .nav-item {
    width: 100%;
  }

  .table-order {
    border: 0;
  }

  .table-order tr {
    display: block;
    margin-bottom: 0.625em;
  }

  .table-order td {
    display: block;
  }
  .price-text {
    display: inline-flex;
    width: 100px;
  }

  .table-order td.detail-btn {
    text-align: center;
    padding-top: 15px;
    float: none;
  }
}

.quick-view-modal .close {
  position: absolute;
  right: 15px;
  top: 15px;
  background: url(../img/icons/close-quick.svg);
  opacity: 0.1;
  width: 16px;
  height: 16px;
  z-index: 999;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.quick-view-modal img {
  display: block;
  width: 100%;
  height: auto;
  box-shadow: none;
}
.insta-view-modal img {
  display: block;
  width: 100%;
  height: auto;
  box-shadow: none;
}

.pagination > li.page-item > a,
.pagination > li > .page-item {
  border-radius: 0 !important;
  margin: 0 5px;
}
.pagination {
  justify-content: center;
}

.pagination > li.page-item .page-link {
  z-index: 3;
  color: #222;
  background-color: #d6d6d6;
  border-color: #d6d6d6;
}
.pagination > li.page-item.active .page-link,
.pagination > li.page-item:hover .page-link {
  z-index: 3;
  color: #fff;
  background-color: #09517a;
  border-color: #09517a;
}

.pagination > li.page-item > a,
.pagination > li > span {
  margin: 0 3px;
}

.mobile-filter-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.mobile-filter-list li.item {
  border-bottom: 1px solid rgba(153, 153, 153, 0.2);
  background-color: white;
  font-size: 1rem;
  display: block;
  padding: 1rem;
  text-decoration: none;
  color: #222;
}

.mobile-filter-list li.item::after {
  width: 1rem;
  text-align: center;
  float: right;
  vertical-align: 0;
  border: 0;
  font-weight: 900;
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  color: #c893d68c;
}

.mobile-price-filter {
  background: #fff;
}
.mobile-price-filter label {
  margin-bottom: 0;
}

.customer-reviews .inner-box .date {
  font-size: 14px;
  font-weight: bold;
}

.customer-reviews .inner-box .title {
  font-size: 18px;
  font-weight: bold;
  margin: 0;
  color: #78a7c8;
}

.customer-reviews .inner-box .review-block-rate {
  /*border-bottom: 1px solid;*/
}
.customer-reviews .inner-box {
  background-color: #eaecf4;
  padding: 10px;
  border-radius: 10px;
  min-height: 150px;
  margin-bottom: 10px;
}
.customer-reviews h3 {
  margin-top: 5px;
  padding-bottom: 5px;
}

.review-block-rate button {
  padding: 0;
  color: rgb(238, 156, 89);
}

.customer-reviews .no-reviews {
  padding: 15px 10px;
  background: #ffe68c5c;
  border-radius: 10px;
  color: #7b7b7b;
  text-align: center;
}

.wp-float {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  width: 2.75rem;
  height: 2.75rem;
  text-align: center;
  color: #fff;
  line-height: 42px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  font-size: 25px;
  z-index: 100;
}
.wp-float:hover,
.wp-float:active {
  background-color: #25d366;
  color: #fff;
}

.card-product .img-wrap {
  border-radius: 3px 3px 0 0;
  overflow: hidden;
  position: relative;
  max-height: 250px;
  text-align: center;
}
.card-product .img-wrap img {
  width: 100%;
  object-fit: cover;
}
.card-product .bottom-wrap {
  border-top: 1px solid #eee;
}
.card-product .play-now {
  border-top: 1px solid #eee;
  color: #fff;
  background-color: #47984b;
  border-color: #47984b;
  padding: 15px;
}
.card-product .info-wrap {
  overflow: hidden;
  padding: 5px 15px;
  border-top: 1px solid #eee;
  height: 70px;
  line-height: 60px;
  overflow: hidden;
}

.card-product .info-wrap .title {
  line-height: 20px;
  font-size: 18px;
  padding: 0;
  overflow: hidden;
  text-align: center;
}

.card-product .img-wrap .category-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  text-shadow: #000 0.1em 0.1em 0.2em;
  font-size: 22px;
}
.card-product .bottom-wrap .btn {
  width: 100%;
  height: 50px;
  line-height: 40px;
  border-radius: 0;
}

/*Articles*/
.article .card-product .img-wrap {
  border-radius: 3px 3px 0 0;
  overflow: hidden;
  position: relative;
  height: 220px;
  text-align: center;
}
.article .card-product .img-wrap img {
  max-height: 100%;
  max-width: 100%;
  object-fit: cover;
}
.article .card-product .bottom-wrap {
  /*padding: 15px;*/
  border-top: 1px solid #eee;
}
.article .card-product .info-wrap {
  overflow: hidden;
  padding: 5px 15px;
  border-top: 1px solid #eee;
  height: 50px;
  line-height: 45px;
  overflow: hidden;
}

.article .card-product .info-wrap .title {
  line-height: 16px;
  font-size: 14px;
  padding: 0;
  overflow: hidden;
  color: #222;
}

.article:hover {
  text-decoration: none;
  color: #78a7c8;
}

.article .card-product .bottom-wrap .btn {
  width: 100%;
  height: 50px;
  line-height: 40px;
  border-radius: 0;
}

.article .card-product .bottom-wrap .level {
  color: #222;
  font-weight: 500;
}

.level-1 span,
.level-2 span,
.level-3 span {
  color: #fff;
  background: #3e72a5;
  font-weight: 700;
  line-height: 1;
  padding: 0.15em 0.5em;
  margin-right: 5px;
  font-size: 14px;
}
.level-4 span,
.level-5 span,
.level-6 span {
  color: #fff;
  background: #a9d948;
  font-weight: 700;
  line-height: 1;
  padding: 0.15em 0.5em;
  margin-right: 5px;
  font-size: 14px;
}
.level-7 span,
.level-8 span {
  color: #fff;
  background: #ff7300;
  font-weight: 700;
  line-height: 1;
  padding: 0.15em 0.5em;
  margin-right: 5px;
  font-size: 14px;
}
.level-9 span,
.level-10 span {
  color: #fff;
  background: #ff3652;
  font-weight: 700;
  line-height: 1;
  padding: 0.15em 0.5em;
  margin-right: 5px;
  font-size: 14px;
}
.article .card-product .bottom-wrap .level-5 span,
.article .card-product .bottom-wrap .level-6 span {
  color: #fff;
  background: #a9d948;
  font-weight: 700;
  line-height: 1;
  padding: 0.15em 0.5em;
  border-radius: 0 0 0 5px;
  margin-right: 5px;
}
.article .card-product .bottom-wrap .level-7 span,
.article .card-product .bottom-wrap .level-8 span {
  color: #fff;
  background: #ff7300;
  font-weight: 700;
  line-height: 1;
  padding: 0.15em 0.5em;
  border-radius: 0 0 0 5px;
  margin-right: 5px;
}
.article .card-product .bottom-wrap .level-9 span,
.article .card-product .bottom-wrap .level-10 span {
  color: #fff;
  background: #ff3652;
  font-weight: 700;
  line-height: 1;
  padding: 0.15em 0.5em;
  border-radius: 0 0 0 5px;
  margin-right: 5px;
}

.article-tag {
  margin-left: 15px;
  color: #78a7c8;
  text-decoration: none;
}
.article-tag:hover {
  margin-left: 15px;
  color: #78a7c8;
  text-decoration: none;
  cursor: pointer;
}

.article-date {
  display: block;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  height: 20px;
  padding: 4px;
  position: absolute;
  text-align: center;
  width: 100px;
  color: #fff;
  font-size: 10px;
  line-height: 13px;
  text-shadow: 0 0 5px #000;
}
.question {
  font-weight: bold;
  margin-bottom: 0.3rem;
}

.answer {
  font-style: italic;
  font-size: 0.8rem;
}

#vocab tr .word {
  font-weight: bold;
  margin-bottom: 0.3rem;
  color: #34678a;
}
#vocab tr td .part-of-speech {
  font-size: 0.8rem;
  background: #f4f4f5;
  color: #586d80;
  padding: 2px 5px;
  border-radius: 3px;
}

#vocab tr td .pronunciation {
  color: #3378b9;
  font-weight: 600;
}

#vocab tr td .sentence {
  background-color: #f4f4f5;
  padding: 5px;
  color: #34678a;
  width: 100%;
}

.level {
  color: #3e3e3e;
  font-weight: 500;
}

.level-short-desc {
  font-weight: 500;
  color: #3e3e3e;
  margin-bottom: 0;
}

.level-desc {
  color: #222;
  margin-bottom: 0;
}
.scale:hover {
  transform: scale(1.1);
  transition: all 0.9s ease-in-out;
}

/*Dashboard Calendar*/

.dash-calendar {
  width: 100%;
}

.dash-calendar > .datepicker-inline,
.dash-calendar .table-condensed {
  width: 100%;
}

.dash-calendar table tr td.active,
.dash-calendar table tr td span.active {
  background-image: none !important;
  background-color: #34678a !important;
  color: #fff !important;
}

.zabuto_calendar .table {
  color: #34678a;
}

.calendar-month-navigation {
  color: #34678a;
}

.bg-upcoming {
  background: #9ac4ec;
  color: #fff;
  border-radius: 5px;
  cursor: pointer;
}
.bg-completed {
  background: #26a82c;
  color: #fff;
  border-radius: 5px;
  cursor: pointer;
}
.bg-cancelled {
  background: #e25745;
  color: #fff;
  border-radius: 5px;
  cursor: pointer;
}
.bg-not_attended {
  background: #dba328;
  color: #fff;
  border-radius: 5px;
  cursor: pointer;
}

div.zabuto_calendar div.legend span {
  margin-right: 5px;
}

div.zabuto_calendar ul.legend,
div.zabuto_calendar ul.legend li:first-child {
  margin-left: 0 !important;
}

.btn-book {
  color: #fff;
  background-color: #ee5121;
  border-color: #ee5121;
}
.btn-book:hover,
.btn-book:active {
  color: #fff;
  background-color: #f37954;
  border-color: #f37954;
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.nav-tabs {
  display: flex;
}
.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  color: #09517a;
  flex: auto;
  text-align: center;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-link:hover {
  background: #09517a;
  color: #fff;
  border-bottom: none;
}
.tab-content {
  padding: 15px;
}

.announcement-list {
  padding-left: 0;
}
.announcement-list .announcement-list-item {
  list-style-type: none;
  padding: 5px;
  margin-bottom: 5px;
  background: #04263a1c;
}
.announcement-list .announcement-list-item.read {
  background: #f9f9f9;
}
.announcement-list .announcement-list-item:hover .date,
.announcement-list .announcement-list-item:hover .title {
  color: rgb(104, 104, 104);
}
.announcement-list .announcement-list-item .title {
  color: #3f3f3f;
  margin-bottom: 0;
}
.announcement-list .announcement-list-item .date {
  margin-bottom: 0;
  color: #2b2b2b;
  font-size: 14px;
  font-weight: 500;
}

.announcements .date {
  margin-bottom: 0;
  color: #444;
  font-size: 14px;
  font-weight: 600;
}
.announcements .title {
  padding-bottom: 10px;
  color: #444;
  font-size: 16px;
  font-weight: 600;
  border-bottom: 1px dotted #ccc !important;
}
.announcements .description {
  color: #999;
}

/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.cf-calendar tbody tr td span {
  display: block;
  color: #09517a;
  padding: 3px 5px;
  cursor: pointer;
  transition: color 50ms;
  border-radius: 2px;
  border: 1px solid transparent;
  font-size: 14px;
  font-weight: 500;
}
.cf-calendar tbody tr td span:hover {
  color: #179eed;
  border: 1px solid #179eed;
}

.cf-calendar tbody tr td span.reserved {
  display: block;
  color: #dc3545;
  padding: 3px 5px;
  cursor: not-allowed;
  transition: color 50ms;
  border-radius: 2px;
  border: 1px solid transparent;
  font-size: 14px;
  font-weight: 500;
}
.cf-calendar tbody tr td span.reserved:hover {
  color: #dc3545;
  border: 1px solid #dc3545;
}

.cf-calendar thead tr th .today {
  color: #09517a;
  border: 1px solid #09517a;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  margin: auto;
  padding: 3px;
}

.cf-calendar thead tr th {
  font-weight: 400;
  font-size: 14px;
}

.cf-calendar thead tr th .day {
  display: block;
  color: #444444;
  transition: color 50ms;
  font-size: 16px;
  font-weight: 600;
}
.cf-calendar .current {
  background-color: #09517a0a;
}

.trial-lesson-alert {
  color: #ffffff;
  background-color: #ee5121;
  border-color: #e04a1c;
  font-size: 18px;
}

.trial-lesson-alert .alert-link {
  color: #bd1515;
}

.faq .card {
  border-radius: 0;
}

.faq .card-header {
  padding: 15px;
  border-radius: 5px;
  background-color: #fff;
}

.faq .card-header h5 {
  margin: 0;
}

.faq .card-header h5 button {
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.87);
  text-align: left;
  white-space: normal;
}
.faq .card-header h5 button:hover,
.faq .card-header h5 button:focus,
.faq .card-header h5 button:active,
.faq .card-header h5 button:hover:active {
  text-decoration: none;
}

.faq .card-body {
  font-size: 14px;
}
.faq .card-body p {
  color: #616161;
}
.faq .card-body p:last-of-type {
  margin: 0;
}

.faq .accordion .card:not(:first-child) {
  border-top: 0;
}

/* blog section */
.posts article {
  float: left;
  margin-bottom: 30px;
  background: #fff;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
  position: relative;
}

.posts article .featured-thumbnail {
  float: left;
  max-width: 100%;
  width: 100%;
}

.posts article .featured-thumbnail img {
  margin-bottom: 0;
  width: 100%;
  float: left;
}

.posts article header {
  padding: 15px 20px 14px;
  box-sizing: border-box;
  margin-bottom: 0;
  min-height: 135px;
  float: left;
  width: 100%;
  box-shadow: none;
}
/* blog section */

/*left menu*/
.left-menu {
  box-sizing: border-box;
  width: 100%;
  background-color: #fff;
}
.left-menu ul {
  padding-inline-start: 5px;
}
.left-menu ul li {
  list-style: none;
  padding: 5px 10px;
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  text-align: left;
  margin-left: -5px;
}
.left-menu ul li a {
  color: #404950;
  font-weight: 500;
  line-height: 30px;
  font-size: 16px;
  display: block;
}
.left-menu ul li a:hover {
  color: #404950;
  text-decoration: none;
}
.left-menu ul li a i {
  line-height: 30px;
  font-size: 16px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #b69d74;
  color: #fff;
  margin-right: 3px;
  text-align: center;
}

.left-menu ul li.current {
  background-color: #eaeaea;
}
.left-menu ul li.current a {
  color: #09517a;
}
.left-menu ul li a.current i {
  color: #fff;
  background-color: #404950;
}

.left-menu .avatar img {
  width: 100%;
  padding: 0 10px;
  margin-bottom: 20px;
}

.left-menu .heading {
  padding: 10px;
  font-size: 18px;
  font-weight: 400;
  background-color: #09517a;
  color: #fff;
  margin-bottom: 0;
}

.pricing .card {
  border: none;
  border-radius: 1rem;
  transition: all 0.2s;
  box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
}

.pricing hr {
  margin: 1.5rem 0;
}

.pricing .card-title {
  margin: 0.5rem 0;
  font-size: 0.9rem;
  letter-spacing: 0.1rem;
  font-weight: bold;
}

.pricing .card-price {
  font-size: 2.5rem;
  margin: 0;
}

.pricing .card-price .period {
  font-size: 1rem;
}

.pricing ul li {
  margin-bottom: 1rem;
  font-size: 14px;
  margin-left: -10px;
}

.pricing .text-muted {
  opacity: 0.7;
}

.pricing .btn {
  font-size: 12px;
  border-radius: 5rem;
  letter-spacing: 0.1rem;
  font-weight: bold;
  padding: 0.5rem;
  opacity: 0.7;
  transition: all 0.2s;
}

/* Hover Effects on Card */

@media (min-width: 992px) {
  .pricing .card:hover {
    margin-top: -0.25rem;
    margin-bottom: 0.25rem;
    box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.3);
  }
  .pricing .card:hover .btn {
    opacity: 1;
  }
}
