@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");
/** -------------------------
General css
---------------------------- **/
body {
  padding: 0;
  margin: 0;
  font-size: 12px;
  color: #000;
  font-family: "Poppins", sans-serif; }

::-moz-selection {
  background: #fb9090;
  color: #fff; }

::selection {
  background: #fb9090;
  color: #fff; }

a {
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  outline: none !important;
  text-decoration: none; }
  a:hover {
    outline: none;
    text-decoration: none; }
  a:focus {
    outline: none;
    text-decoration: none; }

select {
  outline: none !important;
  font-family: "Poppins", sans-serif; }
  select:focus {
    outline: none;
    text-decoration: none; }

button {
  outline: none !important;
  font-family: "Poppins", sans-serif; }
  button:focus {
    outline: none;
    text-decoration: none; }

.icon-btn {
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  height: 30px;
  width: 30px;
  padding: 4px;
  margin-left: 5px;
  font-size: 20px;
  color: #555;
  display: inline-block;
  position: relative; }
  .icon-btn:hover {
    color: #fb5858; }
  .icon-btn .lnr {
    font-weight: 600; }
  .icon-btn span {
    background-color: #fb5858;
    position: absolute;
    top: -4px;
    right: 0;
    padding: 0 4px;
    border-radius: 50px;
    width: 15px;
    height: 15px;
    font-size: 12px;
    color: #fff;
    line-height: 15px; }

* {
  margin: 0;
  padding: 0; }

img {
  border: none;
  vertical-align: middle;
  width: 100%; }

li {
  list-style: none; }

i {
  display: flex;
  align-items: center;
  justify-content: center; }

p {
  letter-spacing: 0.01rem;
  font-size: 14px; }

h1 {
  outline: none !important;
  font-family: "Poppins", sans-serif; }

h2 {
  outline: none !important;
  font-family: "Poppins", sans-serif; }

h3 {
  outline: none !important;
  font-family: "Poppins", sans-serif; }

h4 {
  outline: none !important;
  font-family: "Poppins", sans-serif; }

h5 {
  outline: none !important;
  font-family: "Poppins", sans-serif; }

h6 {
  outline: none !important;
  font-family: "Poppins", sans-serif; }

input {
  outline: none !important;
  font-family: "Poppins", sans-serif; }
  input::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #888;
    opacity: 1;
    /* Firefox */ }
  input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #888; }
  input::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #888; }

textarea {
  outline: none !important;
  font-family: "Poppins", sans-serif; }

section {
  padding: 40px 0; }

.section-space-top-80 {
  padding-top: 80px; }

.section-space-bottom-80 {
  padding-bottom: 80px; }

.section-space-top-30 {
  padding-top: 30px; }

.section-space-bottom-20 {
  padding-bottom: 20px; }

.section-margin-top-bottom-40 {
  margin: 40px 0; }

.section-light-bg {
  background: #fff; }

.section-light-bg-img {
  background: url("../img/section-bg-bread.png"); }

.section-title {
  width: 100%;
  margin: -6px 0 30px 0;
  padding-bottom: 15px;
  color: #222;
  text-transform: capitalize;
  border-bottom: 1px solid #f2f2f2; }
  .section-title span {
    font-weight: 700; }
  .section-title p {
    margin: 0;
    color: #777;
    font-size: 13px; }

.section-title-2 {
  width: 100%;
  margin-bottom: 30px;
  color: #222;
  text-transform: capitalize;
  text-align: center; }
  .section-title-2 span {
    font-weight: 700; }

.btn,
.btn-2 {
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  padding: 10px 15px;
  border: 1px solid transparent;
  text-transform: uppercase;
  font-size: 13px;
  background-color: #fb5858;
  color: #fff;
  border-radius: 0; }
  .btn:hover,
  .btn-2:hover {
    background-color: #111;
    color: #fff; }

.btn-2 {
  background-color: #111; }
  .btn-2:hover {
    background-color: #fb5858; }

.ti-shopping-cart {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1); }

.breadcrumb {
  background-color: transparent; }

/** Loader **/
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg); } }
#loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000; }
  #loader-wrapper .loader-section {
    position: fixed;
    top: 0;
    width: 51%;
    height: 100%;
    background: #fff;
    z-index: 1000;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  #loader-wrapper .loader-section.section-left {
    left: 0; }
  #loader-wrapper .loader-section.section-right {
    right: 0; }

#loader {
  display: block;
  position: relative;
  left: 50%;
  top: 50%;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #fb5858;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  z-index: 1001; }
  #loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #fb5858;
    -webkit-animation: spin 3s linear infinite;
    animation: spin 3s linear infinite; }
  #loader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #fb5858;
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite; }

#loader-logo {
  display: block;
  position: absolute;
  left: 48%;
  top: 46%;
  z-index: 1001; }

.loaded #loader-wrapper {
  visibility: hidden;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: all 0.3s 1s ease-out;
  transition: all 0.3s 1s ease-out; }
  .loaded #loader-wrapper .loader-section.section-left {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .loaded #loader-wrapper .loader-section.section-right {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }
.loaded #loader {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

/** Back to top button **/
#return-to-top {
  position: fixed;
  bottom: 70px;
  right: 15px;
  width: 40px;
  height: 40px;
  display: none;
  text-decoration: none;
  text-align: center;
  border: 1px solid #fff;
  background-color: #fb5858;
  z-index: 1; }
  #return-to-top i {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    color: #fff;
    margin: 0;
    position: relative;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px; }
  #return-to-top:hover span {
    color: #fff;
    top: -1px; }

#return-to-top.show {
  opacity: 1;
  visibility: visible; }

/** Cart toggle sidebar **/
.toggle-cart-bar,
.toggle-wishlist-bar {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 7;
  display: none; }

.cart-bar,
.wishlist-bar {
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  width: 300px;
  height: 100vh;
  position: fixed;
  top: 0;
  right: -320px;
  background-color: #fff;
  z-index: 7;
  border-left: 1px solid #f2f2f2;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */ }
  .cart-bar ::-webkit-scrollbar,
  .wishlist-bar ::-webkit-scrollbar {
    width: 5px; }
  .cart-bar ::-webkit-scrollbar-track,
  .wishlist-bar ::-webkit-scrollbar-track {
    background: #f1f1f1; }
  .cart-bar ::-webkit-scrollbar-thumb,
  .wishlist-bar ::-webkit-scrollbar-thumb {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    background: #fd8c8c;
    border-radius: 30px; }
  .cart-bar ::-webkit-scrollbar-thumb:hover,
  .wishlist-bar ::-webkit-scrollbar-thumb:hover {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    background: #fb5858; }
  .cart-bar .cart-bar-header,
  .cart-bar .wishlist-bar-header,
  .wishlist-bar .cart-bar-header,
  .wishlist-bar .wishlist-bar-header {
    padding: 5px 15px;
    border-bottom: 1px solid #f2f2f2;
    display: flex;
    height: 65px;
    align-items: center;
    justify-content: space-between; }
    .cart-bar .cart-bar-header h6,
    .cart-bar .wishlist-bar-header h6,
    .wishlist-bar .cart-bar-header h6,
    .wishlist-bar .wishlist-bar-header h6 {
      margin: 0;
      font-size: 18px;
      color: #444; }
    .cart-bar .cart-bar-header .cart-bar-cls-btn,
    .cart-bar .cart-bar-header .wishlist-bar-cls-btn,
    .cart-bar .wishlist-bar-header .cart-bar-cls-btn,
    .cart-bar .wishlist-bar-header .wishlist-bar-cls-btn,
    .wishlist-bar .cart-bar-header .cart-bar-cls-btn,
    .wishlist-bar .cart-bar-header .wishlist-bar-cls-btn,
    .wishlist-bar .wishlist-bar-header .cart-bar-cls-btn,
    .wishlist-bar .wishlist-bar-header .wishlist-bar-cls-btn {
      cursor: pointer; }
      .cart-bar .cart-bar-header .cart-bar-cls-btn:hover,
      .cart-bar .cart-bar-header .wishlist-bar-cls-btn:hover,
      .cart-bar .wishlist-bar-header .cart-bar-cls-btn:hover,
      .cart-bar .wishlist-bar-header .wishlist-bar-cls-btn:hover,
      .wishlist-bar .cart-bar-header .cart-bar-cls-btn:hover,
      .wishlist-bar .cart-bar-header .wishlist-bar-cls-btn:hover,
      .wishlist-bar .wishlist-bar-header .cart-bar-cls-btn:hover,
      .wishlist-bar .wishlist-bar-header .wishlist-bar-cls-btn:hover {
        -webkit-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        -ms-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
        color: #fb5858; }
  .cart-bar .cart-bar-body,
  .cart-bar .wishlist-bar-body,
  .wishlist-bar .cart-bar-body,
  .wishlist-bar .wishlist-bar-body {
    padding: 15px;
    max-height: calc(100vh - 188px);
    overflow-y: auto;
    border-bottom: 1px solid #f2f2f2; }
    .cart-bar .cart-bar-body .product-card,
    .cart-bar .wishlist-bar-body .product-card,
    .wishlist-bar .cart-bar-body .product-card,
    .wishlist-bar .wishlist-bar-body .product-card {
      width: 100%;
      margin-bottom: 15px;
      display: inline-block;
      position: relative; }
      .cart-bar .cart-bar-body .product-card:last-child,
      .cart-bar .wishlist-bar-body .product-card:last-child,
      .wishlist-bar .cart-bar-body .product-card:last-child,
      .wishlist-bar .wishlist-bar-body .product-card:last-child {
        margin-bottom: 0; }
      .cart-bar .cart-bar-body .product-card .product-card-img,
      .cart-bar .wishlist-bar-body .product-card .product-card-img,
      .wishlist-bar .cart-bar-body .product-card .product-card-img,
      .wishlist-bar .wishlist-bar-body .product-card .product-card-img {
        width: 70px;
        height: 78px;
        border: 1px solid #f2f2f2;
        overflow: hidden; }
        .cart-bar .cart-bar-body .product-card .product-card-img img,
        .cart-bar .wishlist-bar-body .product-card .product-card-img img,
        .wishlist-bar .cart-bar-body .product-card .product-card-img img,
        .wishlist-bar .wishlist-bar-body .product-card .product-card-img img {
          width: 70px; }
      .cart-bar .cart-bar-body .product-card .remove-product,
      .cart-bar .wishlist-bar-body .product-card .remove-product,
      .wishlist-bar .cart-bar-body .product-card .remove-product,
      .wishlist-bar .wishlist-bar-body .product-card .remove-product {
        position: absolute;
        top: 0;
        right: 0;
        font-size: 12px; }
      .cart-bar .cart-bar-body .product-card .product-card-detail,
      .cart-bar .wishlist-bar-body .product-card .product-card-detail,
      .wishlist-bar .cart-bar-body .product-card .product-card-detail,
      .wishlist-bar .wishlist-bar-body .product-card .product-card-detail {
        width: 56%;
        margin-left: 15px; }
        .cart-bar .cart-bar-body .product-card .product-card-detail h6,
        .cart-bar .wishlist-bar-body .product-card .product-card-detail h6,
        .wishlist-bar .cart-bar-body .product-card .product-card-detail h6,
        .wishlist-bar .wishlist-bar-body .product-card .product-card-detail h6 {
          font-size: 14px;
          color: #555;
          line-height: 20px; }
        .cart-bar .cart-bar-body .product-card .product-card-detail p,
        .cart-bar .wishlist-bar-body .product-card .product-card-detail p,
        .wishlist-bar .cart-bar-body .product-card .product-card-detail p,
        .wishlist-bar .wishlist-bar-body .product-card .product-card-detail p {
          margin: 0;
          font-size: 13px;
          color: #777; }
  .cart-bar .cart-bar-footer,
  .wishlist-bar .cart-bar-footer {
    padding: 15px; }
    .cart-bar .cart-bar-footer .cart-total,
    .wishlist-bar .cart-bar-footer .cart-total {
      padding-bottom: 30px;
      display: flex;
      justify-content: space-between; }
      .cart-bar .cart-bar-footer .cart-total span,
      .wishlist-bar .cart-bar-footer .cart-total span {
        font-size: 15px;
        color: #777; }
      .cart-bar .cart-bar-footer .cart-total .total-title,
      .wishlist-bar .cart-bar-footer .cart-total .total-title {
        font-weight: 600;
        color: #555; }
    .cart-bar .cart-bar-footer .action-btn,
    .wishlist-bar .cart-bar-footer .action-btn {
      display: flex;
      justify-content: space-between; }

.toggle-cart-swipe,
.toggle-wishlist-swipe {
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  right: 0; }

/** -------------------------
Header
---------------------------- **/
header {
  z-index: 2;
  width: 100%;
  margin: 0px;
  padding: 0px;
  position: relative;
  top: 0;
  left: 0; }

.top-dicount-popup {
  display: flex;
  position: relative;
  padding: 5px 0;
  background: #333;
  align-items: center;
  color: #ababab; }
  .top-dicount-popup .top-contaner {
    position: relative; }
    .top-dicount-popup .top-contaner .dicount {
      padding-right: 15px; }
      .top-dicount-popup .top-contaner .dicount a {
        font-size: 13px;
        color: #efefef; }
        .top-dicount-popup .top-contaner .dicount a:hover {
          color: #c5c5c5; }
    .top-dicount-popup .top-contaner .dicount-popup-cls-btn {
      padding-right: 14px;
      position: absolute;
      top: 4px;
      right: 0; }
      .top-dicount-popup .top-contaner .dicount-popup-cls-btn i {
        font-size: 11px;
        cursor: pointer;
        color: #efefef; }
        .top-dicount-popup .top-contaner .dicount-popup-cls-btn i:hover {
          color: #c5c5c5; }

/** -------------------------
 Top header
---------------------------- **/
.top-brand-section {
  border-bottom: 1px solid #f2f2f2;
  padding: 15px 0; }
  .top-brand-section .top-brand {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between; }
    .top-brand-section .top-brand .brand-logo a img {
      width: 160px; }
    .top-brand-section .top-brand .top-brand-right-tool {
      display: flex;
      flex-direction: row; }
      .top-brand-section .top-brand .top-brand-right-tool .currency-drop {
        margin-left: 10px;
        border-left: 1px solid #f2f2f2; }
      .top-brand-section .top-brand .top-brand-right-tool .cuntry-drop,
      .top-brand-section .top-brand .top-brand-right-tool .currency-drop {
        min-width: 100px;
        margin-left: 10px;
        position: relative;
        border: 1px solid #f2f2f2;
        padding: 5px 0; }
        .top-brand-section .top-brand .top-brand-right-tool .cuntry-drop .cunry-picker,
        .top-brand-section .top-brand .top-brand-right-tool .cuntry-drop .currency-picker,
        .top-brand-section .top-brand .top-brand-right-tool .currency-drop .cunry-picker,
        .top-brand-section .top-brand .top-brand-right-tool .currency-drop .currency-picker {
          display: none; }
        .top-brand-section .top-brand .top-brand-right-tool .cuntry-drop #cuntry-list,
        .top-brand-section .top-brand .top-brand-right-tool .cuntry-drop #currency-list,
        .top-brand-section .top-brand .top-brand-right-tool .currency-drop #cuntry-list,
        .top-brand-section .top-brand .top-brand-right-tool .currency-drop #currency-list {
          cursor: pointer;
          padding-left: 0px;
          margin: 0; }
          .top-brand-section .top-brand .top-brand-right-tool .cuntry-drop #cuntry-list img,
          .top-brand-section .top-brand .top-brand-right-tool .cuntry-drop #currency-list img,
          .top-brand-section .top-brand .top-brand-right-tool .currency-drop #cuntry-list img,
          .top-brand-section .top-brand .top-brand-right-tool .currency-drop #currency-list img {
            width: 22px;
            margin-bottom: 2px; }
          .top-brand-section .top-brand .top-brand-right-tool .cuntry-drop #cuntry-list li,
          .top-brand-section .top-brand .top-brand-right-tool .cuntry-drop #currency-list li,
          .top-brand-section .top-brand .top-brand-right-tool .currency-drop #cuntry-list li,
          .top-brand-section .top-brand .top-brand-right-tool .currency-drop #currency-list li {
            min-width: 70px;
            list-style: none;
            padding: 5px; }
            .top-brand-section .top-brand .top-brand-right-tool .cuntry-drop #cuntry-list li:hover,
            .top-brand-section .top-brand .top-brand-right-tool .cuntry-drop #currency-list li:hover,
            .top-brand-section .top-brand .top-brand-right-tool .currency-drop #cuntry-list li:hover,
            .top-brand-section .top-brand .top-brand-right-tool .currency-drop #currency-list li:hover {
              background-color: #f4f3f3; }
            .top-brand-section .top-brand .top-brand-right-tool .cuntry-drop #cuntry-list li span,
            .top-brand-section .top-brand .top-brand-right-tool .cuntry-drop #currency-list li span,
            .top-brand-section .top-brand .top-brand-right-tool .currency-drop #cuntry-list li span,
            .top-brand-section .top-brand .top-brand-right-tool .currency-drop #currency-list li span {
              margin-left: 6px; }
        .top-brand-section .top-brand .top-brand-right-tool .cuntry-drop .btn-select,
        .top-brand-section .top-brand .top-brand-right-tool .cuntry-drop .currency-btn-select,
        .top-brand-section .top-brand .top-brand-right-tool .currency-drop .btn-select,
        .top-brand-section .top-brand .top-brand-right-tool .currency-drop .currency-btn-select {
          cursor: pointer;
          background-color: #fff;
          color: #555; }
          .top-brand-section .top-brand .top-brand-right-tool .cuntry-drop .btn-select img,
          .top-brand-section .top-brand .top-brand-right-tool .cuntry-drop .currency-btn-select img,
          .top-brand-section .top-brand .top-brand-right-tool .currency-drop .btn-select img,
          .top-brand-section .top-brand .top-brand-right-tool .currency-drop .currency-btn-select img {
            width: 22px;
            margin-bottom: 2px; }
          .top-brand-section .top-brand .top-brand-right-tool .cuntry-drop .btn-select li,
          .top-brand-section .top-brand .top-brand-right-tool .cuntry-drop .currency-btn-select li,
          .top-brand-section .top-brand .top-brand-right-tool .currency-drop .btn-select li,
          .top-brand-section .top-brand .top-brand-right-tool .currency-drop .currency-btn-select li {
            min-width: 85px;
            list-style: none;
            float: left;
            padding-bottom: 0px; }
            .top-brand-section .top-brand .top-brand-right-tool .cuntry-drop .btn-select li span,
            .top-brand-section .top-brand .top-brand-right-tool .cuntry-drop .currency-btn-select li span,
            .top-brand-section .top-brand .top-brand-right-tool .currency-drop .btn-select li span,
            .top-brand-section .top-brand .top-brand-right-tool .currency-drop .currency-btn-select li span {
              margin-left: 6px; }
          .top-brand-section .top-brand .top-brand-right-tool .cuntry-drop .btn-select:focus,
          .top-brand-section .top-brand .top-brand-right-tool .cuntry-drop .currency-btn-select:focus,
          .top-brand-section .top-brand .top-brand-right-tool .currency-drop .btn-select:focus,
          .top-brand-section .top-brand .top-brand-right-tool .currency-drop .currency-btn-select:focus {
            outline: none; }
        .top-brand-section .top-brand .top-brand-right-tool .cuntry-drop .display-cuntry,
        .top-brand-section .top-brand .top-brand-right-tool .cuntry-drop .display-currency,
        .top-brand-section .top-brand .top-brand-right-tool .currency-drop .display-cuntry,
        .top-brand-section .top-brand .top-brand-right-tool .currency-drop .display-currency {
          min-width: 100px;
          display: none;
          max-width: 350px;
          border: 1px solid #f2f2f2;
          border-radius: 0;
          position: absolute;
          top: 28px;
          left: -1px;
          z-index: 6;
          background: #fff;
          padding: 5px; }
        .top-brand-section .top-brand .top-brand-right-tool .cuntry-drop .open,
        .top-brand-section .top-brand .top-brand-right-tool .currency-drop .open {
          display: show !important; }
        .top-brand-section .top-brand .top-brand-right-tool .cuntry-drop .lang-select,
        .top-brand-section .top-brand .top-brand-right-tool .cuntry-drop .currency-select,
        .top-brand-section .top-brand .top-brand-right-tool .currency-drop .lang-select,
        .top-brand-section .top-brand .top-brand-right-tool .currency-drop .currency-select {
          margin-left: 13px;
          height: 100%; }
          .top-brand-section .top-brand .top-brand-right-tool .cuntry-drop .lang-select i,
          .top-brand-section .top-brand .top-brand-right-tool .cuntry-drop .currency-select i,
          .top-brand-section .top-brand .top-brand-right-tool .currency-drop .lang-select i,
          .top-brand-section .top-brand .top-brand-right-tool .currency-drop .currency-select i {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            right: 10px;
            z-index: -1;
            font-size: 10px; }
      .top-brand-section .top-brand .top-brand-right-tool .currency-drop #currency-list li {
        min-width: 50px; }
      .top-brand-section .top-brand .top-brand-right-tool .currency-drop .currency-btn-select li {
        margin-left: -7px; }

/** -------------------------
 Navbar section
---------------------------- **/
.md-nav {
  width: 100%;
  margin: 0;
  background: #fff;
  position: relative; }
  .md-nav .menu-bar-index {
    z-index: 5 !important; }
  .md-nav .navbar-toggler-btn {
    display: none; }
  .md-nav .menu-bar {
    position: relative; }
    .md-nav .menu-bar .menu-bar-icons {
      position: absolute;
      top: 50%;
      right: 0;
      transform: translateY(-50%); }
      .md-nav .menu-bar .menu-bar-icons .search-panel {
        width: 280px;
        padding: 15px;
        position: absolute;
        top: 38px;
        right: 0;
        background: #fff;
        display: none;
        border: 1px solid #f2f2f2; }
        .md-nav .menu-bar .menu-bar-icons .search-panel input {
          padding: 8px 30px 8px 15px;
          width: 100%;
          border-radius: 0;
          border: 1px solid #f2f2f2; }
        .md-nav .menu-bar .menu-bar-icons .search-panel a {
          position: absolute;
          right: 18px;
          font-size: 16px;
          padding: 11px;
          border-left: 1px solid #f2f2f2;
          height: 35px;
          width: 35px; }
      .md-nav .menu-bar .menu-bar-icons .login-drop {
        width: 280px;
        padding: 15px;
        position: absolute;
        top: 38px;
        right: 0;
        background: #fff;
        display: none;
        border: 1px solid #f2f2f2; }
        .md-nav .menu-bar .menu-bar-icons .login-drop input {
          width: 100%;
          border: 1px solid #f2f2f2;
          padding: 10px 15px;
          margin-bottom: 15px;
          color: #777;
          font-size: 13px; }
        .md-nav .menu-bar .menu-bar-icons .login-drop .password-field-show {
          position: relative;
          display: block; }
          .md-nav .menu-bar .menu-bar-icons .login-drop .password-field-show input {
            padding: 10px 30px 10px 15px;
            color: #777; }
          .md-nav .menu-bar .menu-bar-icons .login-drop .password-field-show span {
            -webkit-transition: all .2s ease-in-out;
            -moz-transition: all .2s ease-in-out;
            -o-transition: all .2s ease-in-out;
            -ms-transition: all .2s ease-in-out;
            transition: all .2s ease-in-out;
            position: absolute;
            top: 15px;
            right: 10px;
            color: #999;
            cursor: pointer; }
            .md-nav .menu-bar .menu-bar-icons .login-drop .password-field-show span:hover {
              color: #555; }
        .md-nav .menu-bar .menu-bar-icons .login-drop .psw {
          float: right;
          padding-top: 4px; }
          .md-nav .menu-bar .menu-bar-icons .login-drop .psw a {
            color: #777;
            font-weight: 300; }
            .md-nav .menu-bar .menu-bar-icons .login-drop .psw a:hover {
              color: #fb5858; }
        .md-nav .menu-bar .menu-bar-icons .login-drop .login-btns {
          display: inline-flex;
          justify-content: space-between;
          width: 100%; }
          .md-nav .menu-bar .menu-bar-icons .login-drop .login-btns .btn,
          .md-nav .menu-bar .menu-bar-icons .login-drop .login-btns .btn-2 {
            padding: 6px 15px; }
        .md-nav .menu-bar .menu-bar-icons .login-drop .label-container {
          -webkit-transition: all .3s ease-in-out;
          -moz-transition: all .3s ease-in-out;
          -o-transition: all .3s ease-in-out;
          -ms-transition: all .3s ease-in-out;
          transition: all .3s ease-in-out;
          display: inline-block;
          position: relative;
          padding-left: 30px;
          margin: 0px 0 12px 0;
          cursor: pointer;
          font-size: 13px;
          font-weight: 300;
          color: #777;
          line-height: 23px;
          -webkit-user-select: none;
          -moz-user-select: none;
          -ms-user-select: none;
          user-select: none; }
          .md-nav .menu-bar .menu-bar-icons .login-drop .label-container a {
            color: #fb5858;
            font-weight: 600; }
          .md-nav .menu-bar .menu-bar-icons .login-drop .label-container:hover input ~ .checkmark {
            -webkit-transition: all .3s ease-in-out;
            -moz-transition: all .3s ease-in-out;
            -o-transition: all .3s ease-in-out;
            -ms-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out;
            background-color: #ececec; }
          .md-nav .menu-bar .menu-bar-icons .login-drop .label-container input[type="checkbox"] {
            -webkit-transition: all .3s ease-in-out;
            -moz-transition: all .3s ease-in-out;
            -o-transition: all .3s ease-in-out;
            -ms-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out;
            outline: 1px solid #868686;
            position: absolute;
            opacity: 0;
            cursor: pointer;
            height: 0;
            width: 0; }
          .md-nav .menu-bar .menu-bar-icons .login-drop .label-container .checkmark {
            position: absolute;
            top: 2px;
            left: 2px;
            height: 18px;
            width: 18px;
            background-color: #fff;
            outline: 1px solid transparent;
            border: 1px solid #f2f2f2; }
            .md-nav .menu-bar .menu-bar-icons .login-drop .label-container .checkmark:after {
              content: "";
              position: absolute;
              display: none;
              left: 5px;
              top: 1px;
              width: 6px;
              height: 10px;
              border: solid white;
              border-width: 0 2px 2px 0;
              -webkit-transform: rotate(45deg);
              -ms-transform: rotate(45deg);
              transform: rotate(45deg); }
          .md-nav .menu-bar .menu-bar-icons .login-drop .label-container input:checked ~ .checkmark {
            background-color: #fb5858; }
          .md-nav .menu-bar .menu-bar-icons .login-drop .label-container input:checked ~ .checkmark:after {
            display: block; }
  .md-nav .mega-navbar .nav-title {
    display: none; }
  .md-nav .md-navbar-nav {
    margin: 0;
    padding: 0; }
    .md-nav .md-navbar-nav li {
      margin: 0 30px 0 0; }
      .md-nav .md-navbar-nav li .md-nav-link {
        font-size: 15px;
        color: #555;
        font-weight: 500;
        font-family: "Poppins", sans-serif; }
        .md-nav .md-navbar-nav li .md-nav-link i {
          -webkit-transition: all .3s ease-in-out;
          -moz-transition: all .3s ease-in-out;
          -o-transition: all .3s ease-in-out;
          -ms-transition: all .3s ease-in-out;
          transition: all .3s ease-in-out;
          position: absolute;
          top: 50%;
          right: 0;
          font-size: 10px;
          transform: translateY(-50%); }
        .md-nav .md-navbar-nav li .md-nav-link .drop-icon {
          -webkit-transition: all .3s ease-in-out;
          -moz-transition: all .3s ease-in-out;
          -o-transition: all .3s ease-in-out;
          -ms-transition: all .3s ease-in-out;
          transition: all .3s ease-in-out;
          top: 20px;
          transform: rotate(-180deg); }
      .md-nav .md-navbar-nav li a {
        padding: 0 20px 5px 0;
        margin: 0;
        display: block; }
        .md-nav .md-navbar-nav li a:hover {
          -webkit-transition: all .3s ease-in-out;
          -moz-transition: all .3s ease-in-out;
          -o-transition: all .3s ease-in-out;
          -ms-transition: all .3s ease-in-out;
          transition: all .3s ease-in-out;
          color: #fb5858;
          text-decoration: none; }
    .md-nav .md-navbar-nav .menu-active a {
      color: #fb5858; }
    .md-nav .md-navbar-nav .md-dropdown {
      padding: 10px 0;
      display: inline-block;
      position: relative; }
      .md-nav .md-navbar-nav .md-dropdown:hover {
        color: #fb5858; }
        .md-nav .md-navbar-nav .md-dropdown:hover .md-dropdown-menu-show {
          -webkit-transition: all .3s ease-in-out;
          -moz-transition: all .3s ease-in-out;
          -o-transition: all .3s ease-in-out;
          -ms-transition: all .3s ease-in-out;
          transition: all .3s ease-in-out;
          margin-top: 0;
          opacity: 1;
          visibility: visible; }
      .md-nav .md-navbar-nav .md-dropdown ul {
        padding: 15px 0;
        display: inline-block; }
      .md-nav .md-navbar-nav .md-dropdown .md-dropdown-menu {
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        margin-top: 20px;
        min-width: 100%;
        display: block;
        position: absolute;
        left: 0;
        top: 47px;
        opacity: 0;
        visibility: hidden;
        border: 1px solid #f2f2f2;
        background-color: #fff; }
        .md-nav .md-navbar-nav .md-dropdown .md-dropdown-menu .column-dropdown {
          display: flex; }
          .md-nav .md-navbar-nav .md-dropdown .md-dropdown-menu .column-dropdown .column-detail span i {
            display: none; }
          .md-nav .md-navbar-nav .md-dropdown .md-dropdown-menu .column-dropdown .column-detail ul {
            padding: 5px 0 15px 0; }
          .md-nav .md-navbar-nav .md-dropdown .md-dropdown-menu .column-dropdown .column-detail .dropdown-item-title {
            display: block;
            padding: 15px 0 0 25px;
            text-transform: uppercase;
            color: #555;
            font-weight: 500;
            font-size: 14px; }
          .md-nav .md-navbar-nav .md-dropdown .md-dropdown-menu .column-dropdown .column-list-img a {
            padding: 15px; }
            .md-nav .md-navbar-nav .md-dropdown .md-dropdown-menu .column-dropdown .column-list-img a img {
              width: 100%; }
        .md-nav .md-navbar-nav .md-dropdown .md-dropdown-menu a,
        .md-nav .md-navbar-nav .md-dropdown .md-dropdown-menu li {
          min-width: 200px;
          padding: 0;
          font-size: 14px;
          color: #777;
          display: block; }
          .md-nav .md-navbar-nav .md-dropdown .md-dropdown-menu a:hover,
          .md-nav .md-navbar-nav .md-dropdown .md-dropdown-menu li:hover {
            color: #fb5858; }
        .md-nav .md-navbar-nav .md-dropdown .md-dropdown-menu li {
          margin: 0; }
        .md-nav .md-navbar-nav .md-dropdown .md-dropdown-menu a {
          margin: 0;
          padding: 7px 30px 7px 25px;
          color: #888; }
          .md-nav .md-navbar-nav .md-dropdown .md-dropdown-menu a i {
            position: absolute;
            top: 50%;
            right: 20px;
            transform: translateY(-35%);
            font-size: 10px; }
          .md-nav .md-navbar-nav .md-dropdown .md-dropdown-menu a .sub-drop-icon {
            -webkit-transition: all .3s ease-in-out;
            -moz-transition: all .3s ease-in-out;
            -o-transition: all .3s ease-in-out;
            -ms-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out;
            top: 43%;
            transform: rotate(180deg); }
        .md-nav .md-navbar-nav .md-dropdown .md-dropdown-menu .sub-menu-active > a {
          color: #fb5858; }
        .md-nav .md-navbar-nav .md-dropdown .md-dropdown-menu .md-sub-dropdown {
          position: relative; }
          .md-nav .md-navbar-nav .md-dropdown .md-dropdown-menu .md-sub-dropdown:hover .md-submenu-show {
            -webkit-transition: all .3s ease-in-out;
            -moz-transition: all .3s ease-in-out;
            -o-transition: all .3s ease-in-out;
            -ms-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out;
            margin-top: 0;
            opacity: 1;
            visibility: visible; }
          .md-nav .md-navbar-nav .md-dropdown .md-dropdown-menu .md-sub-dropdown .md-submenu {
            -webkit-transition: all .3s ease-in-out;
            -moz-transition: all .3s ease-in-out;
            -o-transition: all .3s ease-in-out;
            -ms-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out;
            margin-top: 20px;
            min-width: 100%;
            display: block;
            position: absolute;
            left: 100%;
            top: 0;
            opacity: 0;
            visibility: hidden;
            border: 1px solid #f2f2f2;
            background-color: #fff; }

.sticky {
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 7;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -webkit-animation: 700ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 700ms ease-in-out 0s normal none 1 running fadeInDown;
  left: 0;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2); }
  .sticky .small-brand-logo {
    width: 30px;
    height: 30px;
    margin-right: 30px;
    display: flex !important;
    align-items: center; }
    .sticky .small-brand-logo img {
      width: 30px; }

/** -------------------------
 breadcrumb section
---------------------------- **/
.breadcrumb-section h4 {
  margin: 0;
  color: #444; }
.breadcrumb-section .breadcrumb {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: flex-end; }
  .breadcrumb-section .breadcrumb ul {
    margin: 0; }
    .breadcrumb-section .breadcrumb ul .breadcrumb-item {
      display: inline-flex;
      font-size: 14px; }
      .breadcrumb-section .breadcrumb ul .breadcrumb-item a {
        color: #fb5858; }

/** -------------------------
Shop page banner
---------------------------- **/
.shop-page-bnr .category-bnr {
  height: 300px;
  overflow: hidden; }
.shop-page-bnr .category-description {
  padding: 30px;
  height: 300px;
  border: 1px solid #f2f2f2; }
  .shop-page-bnr .category-description .description-card {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: auto; }
  .shop-page-bnr .category-description h6 {
    margin: 15px 0;
    text-transform: uppercase; }
  .shop-page-bnr .category-description p {
    color: #888;
    font-size: 13px;
    line-height: 26px; }

/** -------------------------
Product filter bar
---------------------------- **/
.porduct-filter-bar {
  padding: 0; }
  .porduct-filter-bar .porduct-filter {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    position: relative;
    z-index: 1;
    border: 1px solid #f2f2f2; }
    .porduct-filter-bar .porduct-filter .sort-list {
      width: 400px;
      display: flex; }
      .porduct-filter-bar .porduct-filter .sort-list .input-group {
        max-width: 350px; }
        .porduct-filter-bar .porduct-filter .sort-list .input-group .input-group-text {
          height: 45px;
          border-radius: 0;
          border: none;
          background-color: #fff;
          font-weight: 500;
          color: #555; }
        .porduct-filter-bar .porduct-filter .sort-list .input-group .form-control {
          height: 45px;
          padding: 0 30px 0 0;
          border-radius: 0;
          border-right: 1px solid #f2f2f2;
          border-left: 1px solid #f2f2f2;
          border-top: none;
          border-bottom: none;
          box-shadow: none;
          direction: rtl;
          background: url(../img/icons/down-arrow.png) no-repeat !important;
          background-position: 97% 50% !important;
          color: #777;
          cursor: pointer; }
        .porduct-filter-bar .porduct-filter .sort-list .input-group select {
          -webkit-appearance: none;
          -moz-appearance: none; }
    .porduct-filter-bar .porduct-filter .collection-view {
      display: flex; }
      .porduct-filter-bar .porduct-filter .collection-view ul {
        margin: 0;
        display: flex;
        flex-direction: row;
        align-items: center; }
        .porduct-filter-bar .porduct-filter .collection-view ul li a {
          border-left: 1px solid #f2f2f2;
          height: 45px;
          width: 45px;
          display: flex;
          justify-content: center;
          align-items: center;
          cursor: pointer; }
          .porduct-filter-bar .porduct-filter .collection-view ul li a i {
            font-size: 17px;
            color: #777; }

/** -------------------------
Product section
---------------------------- **/
.shop-product-section .space-4 > div {
  margin-bottom: 30px; }
  .shop-product-section .space-4 > div:nth-last-child(-n + 5) {
    margin-bottom: 0; }
.shop-product-section .product-grid-sec .list-view {
  flex: 0 0 100%;
  max-width: 100%; }
  .shop-product-section .product-grid-sec .list-view .product-card {
    margin-bottom: 30px;
    padding: 15px;
    border: 1px solid #f2f2f2; }
    .shop-product-section .product-grid-sec .list-view .product-card .product-card-front-caption {
      display: flex;
      flex-direction: row; }
      .shop-product-section .product-grid-sec .list-view .product-card .product-card-front-caption .product-sale-info .sol,
      .shop-product-section .product-grid-sec .list-view .product-card .product-card-front-caption .product-sale-info .new,
      .shop-product-section .product-grid-sec .list-view .product-card .product-card-front-caption .product-sale-info .sale,
      .shop-product-section .product-grid-sec .list-view .product-card .product-card-front-caption .product-sale-info .trendy {
        margin: 23px 0px 0px 23px; }
      .shop-product-section .product-grid-sec .list-view .product-card .product-card-front-caption .product-img {
        width: 255px;
        display: inline-flex; }
      .shop-product-section .product-grid-sec .list-view .product-card .product-card-front-caption .thumb-set {
        width: 135px;
        padding-top: 5px;
        background-color: #fff;
        top: auto;
        left: 283px;
        right: auto;
        bottom: 13px;
        display: flex;
        justify-content: left; }
        .shop-product-section .product-grid-sec .list-view .product-card .product-card-front-caption .thumb-set:hover {
          opacity: 1;
          justify-content: left;
          right: auto; }
      .shop-product-section .product-grid-sec .list-view .product-card .product-card-front-caption .product-detail {
        width: calc(100% - 260px);
        padding: 0 15px;
        display: inline-flex;
        flex-direction: column;
        justify-content: center; }
        .shop-product-section .product-grid-sec .list-view .product-card .product-card-front-caption .product-detail .product-title {
          margin: 0; }
        .shop-product-section .product-grid-sec .list-view .product-card .product-card-front-caption .product-detail .product-specification {
          width: 95%;
          margin: 20px 0;
          display: inline-flex;
          color: #888;
          font-weight: 300; }
        .shop-product-section .product-grid-sec .list-view .product-card .product-card-front-caption .product-detail .product-detail-rating {
          margin: 10px 0 0 0;
          position: relative; }
.shop-product-section .product-card {
  position: relative;
  overflow: hidden; }
  .shop-product-section .product-card .product-card-front-caption {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    animation: fadeInUp 300ms ease-in-out; }
    .shop-product-section .product-card .product-card-front-caption:hover {
      -webkit-transition: all .3s ease-in-out;
      -moz-transition: all .3s ease-in-out;
      -o-transition: all .3s ease-in-out;
      -ms-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out; }
      .shop-product-section .product-card .product-card-front-caption:hover .product-card-back-caption {
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        opacity: 1; }
        .shop-product-section .product-card .product-card-front-caption:hover .product-card-back-caption .product-card-hover-icons {
          right: 5px; }
        .shop-product-section .product-card .product-card-front-caption:hover .product-card-back-caption .thumb-set {
          transform: scale(1.05); }
      .shop-product-section .product-card .product-card-front-caption:hover .product-sale-info {
        opacity: 0.1; }
    .shop-product-section .product-card .product-card-front-caption .product-sale-info {
      -webkit-transition: all .3s ease-in-out;
      -moz-transition: all .3s ease-in-out;
      -o-transition: all .3s ease-in-out;
      -ms-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out;
      position: absolute;
      top: 0;
      left: 0; }
      .shop-product-section .product-card .product-card-front-caption .product-sale-info .sol,
      .shop-product-section .product-card .product-card-front-caption .product-sale-info .new,
      .shop-product-section .product-card .product-card-front-caption .product-sale-info .sale,
      .shop-product-section .product-card .product-card-front-caption .product-sale-info .trendy {
        display: inline-block;
        text-transform: capitalize;
        color: #fff;
        padding: 3px 6px;
        line-height: 15px;
        font-size: 12px;
        margin: 8px 0px 0px 8px; }
      .shop-product-section .product-card .product-card-front-caption .product-sale-info .sol {
        background-color: #777; }
      .shop-product-section .product-card .product-card-front-caption .product-sale-info .new {
        background-color: #17c6aa; }
      .shop-product-section .product-card .product-card-front-caption .product-sale-info .sale {
        background-color: #fd8787; }
      .shop-product-section .product-card .product-card-front-caption .product-sale-info .trendy {
        background-color: #589fe2; }
    .shop-product-section .product-card .product-card-front-caption .product-img {
      height: 290px;
      background-color: #f7f7f7; }
      .shop-product-section .product-card .product-card-front-caption .product-img img {
        background-color: #e7e6e4;
        width: 100%;
        height: 100%; }
    .shop-product-section .product-card .product-card-front-caption .product-detail .product-title {
      margin: 10px 0;
      font-size: 16px;
      color: #555; }
    .shop-product-section .product-card .product-card-front-caption .product-detail .product-specification {
      display: none; }
    .shop-product-section .product-card .product-card-front-caption .product-detail .product-detail-color {
      opacity: 0.7; }
      .shop-product-section .product-card .product-card-front-caption .product-detail .product-detail-color .active {
        border: 1px solid #ddd; }
        .shop-product-section .product-card .product-card-front-caption .product-detail .product-detail-color .active span {
          border: 1px solid #fff; }
      .shop-product-section .product-card .product-card-front-caption .product-detail .product-detail-color div {
        -webkit-transition: all .1s ease-in-out;
        -moz-transition: all .1s ease-in-out;
        -o-transition: all .1s ease-in-out;
        -ms-transition: all .1s ease-in-out;
        transition: all .1s ease-in-out;
        width: 16px;
        height: 16px;
        margin-right: 5px;
        display: inline-block;
        cursor: pointer;
        border: 1px solid #f2f2f2; }
        .shop-product-section .product-card .product-card-front-caption .product-detail .product-detail-color div:hover {
          border: 1px solid #ddd; }
          .shop-product-section .product-card .product-card-front-caption .product-detail .product-detail-color div:hover span {
            border: 1px solid #fff; }
        .shop-product-section .product-card .product-card-front-caption .product-detail .product-detail-color div span {
          width: 14px;
          height: 14px;
          display: block; }
        .shop-product-section .product-card .product-card-front-caption .product-detail .product-detail-color div .pink {
          background-color: #ec6b76; }
        .shop-product-section .product-card .product-card-front-caption .product-detail .product-detail-color div .light-pink {
          background-color: #f59fbc; }
        .shop-product-section .product-card .product-card-front-caption .product-detail .product-detail-color div .green {
          background-color: #7cc623; }
        .shop-product-section .product-card .product-card-front-caption .product-detail .product-detail-color div .light-green {
          background-color: #88c99d; }
        .shop-product-section .product-card .product-card-front-caption .product-detail .product-detail-color div .light-blue {
          background-color: #93a9d5; }
        .shop-product-section .product-card .product-card-front-caption .product-detail .product-detail-color div .red {
          background-color: #fb121d; }
        .shop-product-section .product-card .product-card-front-caption .product-detail .product-detail-color div .black {
          background-color: #222222; }
        .shop-product-section .product-card .product-card-front-caption .product-detail .product-detail-color div .purple {
          background-color: #91007b; }
        .shop-product-section .product-card .product-card-front-caption .product-detail .product-detail-color div .orange {
          background-color: #ec5f00; }
        .shop-product-section .product-card .product-card-front-caption .product-detail .product-detail-color div .light-yellow {
          background-color: #fff99d; }
        .shop-product-section .product-card .product-card-front-caption .product-detail .product-detail-color div .wooden {
          background-color: #a06700; }
        .shop-product-section .product-card .product-card-front-caption .product-detail .product-detail-color div .gray {
          background-color: #766454; }
    .shop-product-section .product-card .product-card-front-caption .product-detail .product-detail-size {
      margin: 10px 0; }
      .shop-product-section .product-card .product-card-front-caption .product-detail .product-detail-size div {
        -webkit-transition: all .1s ease-in-out;
        -moz-transition: all .1s ease-in-out;
        -o-transition: all .1s ease-in-out;
        -ms-transition: all .1s ease-in-out;
        transition: all .1s ease-in-out;
        min-width: 16px;
        height: 18px;
        margin-right: 5px;
        padding: 0 4px;
        display: inline-block;
        cursor: pointer;
        border: 1px solid #f2f2f2; }
        .shop-product-section .product-card .product-card-front-caption .product-detail .product-detail-size div:hover {
          border: 1px solid #444; }
          .shop-product-section .product-card .product-card-front-caption .product-detail .product-detail-size div:hover p {
            color: #333; }
        .shop-product-section .product-card .product-card-front-caption .product-detail .product-detail-size div p {
          color: #777;
          text-transform: uppercase;
          font-size: 12px;
          text-align: center;
          line-height: 15px; }
    .shop-product-section .product-card .product-card-front-caption .product-detail .product-detail-price {
      margin-top: 5px;
      font-size: 18px;
      color: #111;
      display: inline-block;
      line-height: 17px; }
      .shop-product-section .product-card .product-card-front-caption .product-detail .product-detail-price span {
        margin-left: 5px;
        position: relative;
        font-size: 13px;
        color: #777; }
        .shop-product-section .product-card .product-card-front-caption .product-detail .product-detail-price span:after {
          content: "";
          width: 35px;
          height: 1px;
          background-color: #777;
          position: absolute;
          top: 9px;
          left: 0;
          transform: rotate(12deg); }
    .shop-product-section .product-card .product-card-front-caption .product-detail .product-detail-rating {
      margin-left: auto;
      display: inline-block;
      position: absolute;
      bottom: 0;
      right: 0; }
      .shop-product-section .product-card .product-card-front-caption .product-detail .product-detail-rating span {
        color: #afafaf;
        font-size: 14px; }
      .shop-product-section .product-card .product-card-front-caption .product-detail .product-detail-rating .checked {
        color: #fbb337; }
  .shop-product-section .product-card .product-card-back-caption {
    opacity: 0; }
    .shop-product-section .product-card .product-card-back-caption .product-card-hover-icons {
      -webkit-transition: all .3s ease-in-out;
      -moz-transition: all .3s ease-in-out;
      -o-transition: all .3s ease-in-out;
      -ms-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out;
      position: absolute;
      top: 5px;
      right: -25px;
      display: block;
      justify-content: center;
      opacity: 0.6;
      animation: fadeInUp 300ms ease-in-out; }
      .shop-product-section .product-card .product-card-back-caption .product-card-hover-icons a {
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        width: 30px;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center; }
        .shop-product-section .product-card .product-card-back-caption .product-card-hover-icons a i {
          font-size: 18px;
          color: #888; }
        .shop-product-section .product-card .product-card-back-caption .product-card-hover-icons a:hover i {
          color: #555; }
    .shop-product-section .product-card .product-card-back-caption .thumb-set {
      -webkit-transition: all .3s ease-in-out;
      -moz-transition: all .3s ease-in-out;
      -o-transition: all .3s ease-in-out;
      -ms-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out;
      position: absolute;
      top: 245px;
      left: 0;
      right: 0;
      display: flex;
      justify-content: center;
      transform: scale(0); }
      .shop-product-section .product-card .product-card-back-caption .thumb-set:hover {
        opacity: 1; }
      .shop-product-section .product-card .product-card-back-caption .thumb-set .hide {
        display: none; }
      .shop-product-section .product-card .product-card-back-caption .thumb-set img {
        -webkit-transition: all .1s ease-in-out;
        -moz-transition: all .1s ease-in-out;
        -o-transition: all .1s ease-in-out;
        -ms-transition: all .1s ease-in-out;
        transition: all .1s ease-in-out;
        width: 40px;
        height: 40px;
        margin: 0 2px 4px 2px;
        cursor: pointer;
        display: inline-block;
        border: 1px solid #fff; }
        .shop-product-section .product-card .product-card-back-caption .thumb-set img:hover {
          border: 1px solid #bbb; }
      .shop-product-section .product-card .product-card-back-caption .thumb-set .selected-img {
        border: 1px solid #bbb; }
.shop-product-section .shop-pagination {
  width: 100%;
  margin-top: 40px;
  text-align: center; }
  .shop-product-section .shop-pagination .btn {
    width: 55px;
    height: 40px;
    margin-right: 3px;
    padding: 0;
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border: 1px solid #f2f2f2;
    color: #777; }
    .shop-product-section .shop-pagination .btn:hover {
      color: #fff;
      background-color: #fb5858;
      border: 1px solid #fb5858; }
    .shop-product-section .shop-pagination .btn:focus {
      box-shadow: none; }
  .shop-product-section .shop-pagination .active {
    color: #fff;
    background-color: #fb5858;
    border: 1px solid #fb5858; }
  .shop-product-section .shop-pagination .num {
    width: 40px; }
  .shop-product-section .shop-pagination .dots {
    margin-left: -3px;
    padding: 0 10px;
    font-size: 30px;
    color: #777;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none; }

/** -------------------------
Service section
---------------------------- **/
.service-section .service-card {
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  padding: 30px;
  border: 1px solid #f2f2f2;
  text-align: center; }
  .service-section .service-card .service-card-icon {
    margin-bottom: 20px; }
    .service-section .service-card .service-card-icon img {
      width: 60px; }
  .service-section .service-card .service-card-detail h6 {
    color: #444;
    font-size: 18px; }
  .service-section .service-card .service-card-detail p {
    margin: 0;
    color: #777;
    font-size: 14px; }

/** -------------------------
 Blog section
---------------------------- **/
.blog-section .blog-slider .owl-nav {
  position: absolute;
  top: -80px;
  right: 0; }
  .blog-section .blog-slider .owl-nav button {
    height: 50px;
    width: 50px;
    margin-left: -1px;
    border: 1px solid #f2f2f2; }
    .blog-section .blog-slider .owl-nav button span {
      font-size: 30px; }
.blog-section .blog-slider .blog-card {
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; }
  .blog-section .blog-slider .blog-card:hover .blog-card-img img {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-transform: rotate(-5deg) scale(1.2);
    -ms-transform: rotate(-5deg) scale(1.2);
    transform: rotate(-5deg) scale(1.2); }
  .blog-section .blog-slider .blog-card:hover .blog-card-detail {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out; }
    .blog-section .blog-slider .blog-card:hover .blog-card-detail h6 a {
      color: #fb5858; }
  .blog-section .blog-slider .blog-card .blog-card-img {
    overflow: hidden; }
    .blog-section .blog-slider .blog-card .blog-card-img img {
      -webkit-transition: all .3s ease-in-out;
      -moz-transition: all .3s ease-in-out;
      -o-transition: all .3s ease-in-out;
      -ms-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out; }
  .blog-section .blog-slider .blog-card .blog-card-detail {
    width: 90%;
    margin: -50px auto auto auto;
    padding: 15px;
    position: relative;
    background-color: #fff;
    border: 1px solid #f2f2f2; }
    .blog-section .blog-slider .blog-card .blog-card-detail h6 a {
      font-size: 18px;
      color: #444; }
    .blog-section .blog-slider .blog-card .blog-card-detail .date-comment {
      display: flex;
      flex-direction: row;
      justify-content: space-between; }
      .blog-section .blog-slider .blog-card .blog-card-detail .date-comment .date,
      .blog-section .blog-slider .blog-card .blog-card-detail .date-comment .comment {
        margin-bottom: 10px;
        display: inline-block;
        color: #999;
        font-size: 13px; }
    .blog-section .blog-slider .blog-card .blog-card-detail .desc {
      margin-bottom: 0;
      color: #777;
      font-size: 14px; }

/** -------------------------
 Brand partner
---------------------------- **/
.our-brands-section .our-brands-slider .our-brands-card {
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  border: 1px solid #f2f2f2; }
  .our-brands-section .our-brands-slider .our-brands-card:hover .our-brands-card-img img {
    filter: none; }
  .our-brands-section .our-brands-slider .our-brands-card .our-brands-card-img {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out; }
    .our-brands-section .our-brands-slider .our-brands-card .our-brands-card-img img {
      -webkit-transition: all .3s ease-in-out;
      -moz-transition: all .3s ease-in-out;
      -o-transition: all .3s ease-in-out;
      -ms-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out;
      filter: grayscale(100%); }

/** -------------------------
 Instagram
---------------------------- **/
.insta-section .insta-slider .owl-nav {
  position: absolute;
  top: -80px;
  right: 0; }
  .insta-section .insta-slider .owl-nav button {
    height: 50px;
    width: 50px;
    margin-left: -1px;
    border: 1px solid #f2f2f2; }
    .insta-section .insta-slider .owl-nav button span {
      font-size: 30px; }
.insta-section .insta-slider .insta-card .insta-card-img {
  overflow: hidden;
  position: relative; }
  .insta-section .insta-slider .insta-card .insta-card-img:hover img {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-transform: rotate(-5deg) scale(1.2);
    -ms-transform: rotate(-5deg) scale(1.2);
    transform: rotate(-5deg) scale(1.2); }
  .insta-section .insta-slider .insta-card .insta-card-img:hover .insta-card-hover {
    opacity: 1;
    transform: rotate(0deg) scale(1); }
  .insta-section .insta-slider .insta-card .insta-card-img img {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out; }
  .insta-section .insta-slider .insta-card .insta-card-img .insta-card-hover {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background: rgba(251, 88, 88, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transform: rotate(45deg) scale(1.9); }
    .insta-section .insta-slider .insta-card .insta-card-img .insta-card-hover i {
      color: #fff;
      font-size: 30px; }

/** -------------------------
Newsletter
---------------------------- **/
.newsletter-section {
  padding: 0;
  background-color: #1d1a1a; }
  .newsletter-section .newsletter-box {
    width: 100%;
    padding: 30px 0; }
    .newsletter-section .newsletter-box .newsletter-text:after {
      content: "";
      width: 1px;
      height: 100%;
      background-color: #332e2e;
      position: absolute;
      top: 0;
      right: 0; }
    .newsletter-section .newsletter-box .newsletter-text h6 {
      color: #e4c9c9; }
    .newsletter-section .newsletter-box .newsletter-text p {
      margin: 0;
      font-size: 14px;
      color: #9a8383; }
    .newsletter-section .newsletter-box .newsletter-input {
      height: 100%;
      justify-content: flex-end;
      display: flex;
      align-items: center; }
      .newsletter-section .newsletter-box .newsletter-input input {
        width: 50%;
        height: 41px;
        background-color: #252020;
        border: navajowhite;
        padding: 10px 15px;
        color: #e4c9c9;
        font-size: 14px; }
        .newsletter-section .newsletter-box .newsletter-input input::placeholder {
          color: #9a8383; }
        .newsletter-section .newsletter-box .newsletter-input input:-ms-input-placeholder {
          color: #9a8383; }
        .newsletter-section .newsletter-box .newsletter-input input::-ms-input-placeholder {
          color: #9a8383; }

/** -------------------------
 Footer
---------------------------- **/
.footer {
  background-color: #171414;
  padding: 50px 0; }
  .footer .container {
    margin-bottom: -16px; }
  .footer .comp-info img {
    width: 150px;
    margin-bottom: 30px; }
  .footer .comp-info p {
    margin: 0;
    font-size: 14px;
    color: #9a8383;
    line-height: 26px; }
  .footer .comp-info .footer-social {
    margin: 15px 0 0 0; }
    .footer .comp-info .footer-social li {
      -webkit-transition: all .3s ease-in-out;
      -moz-transition: all .3s ease-in-out;
      -o-transition: all .3s ease-in-out;
      -ms-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out;
      margin-right: 5px;
      display: inline-flex;
      border: 1px solid #9a8383; }
      .footer .comp-info .footer-social li:hover {
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        border: 1px solid #e4c9c9; }
        .footer .comp-info .footer-social li:hover a i {
          color: #e4c9c9; }
      .footer .comp-info .footer-social li a {
        width: 30px;
        height: 30px;
        display: inline-flex;
        align-items: center;
        justify-content: center; }
        .footer .comp-info .footer-social li a i {
          -webkit-transition: all .3s ease-in-out;
          -moz-transition: all .3s ease-in-out;
          -o-transition: all .3s ease-in-out;
          -ms-transition: all .3s ease-in-out;
          transition: all .3s ease-in-out;
          font-size: 14px;
          color: #9a8383; }
  .footer .footer-links h6,
  .footer .footer-location h6 {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    margin-bottom: 20px;
    position: relative;
    font-size: 18px;
    color: #e4c9c9;
    text-transform: uppercase; }
    .footer .footer-links h6 i,
    .footer .footer-location h6 i {
      position: absolute;
      right: 15px;
      top: 5px;
      font-size: 13px;
      display: none; }
  .footer .footer-links ul li,
  .footer .footer-location ul li {
    padding: 3px 0; }
    .footer .footer-links ul li a,
    .footer .footer-location ul li a {
      color: #9a8383;
      line-height: 26px;
      font-size: 14px; }
      .footer .footer-links ul li a:hover,
      .footer .footer-location ul li a:hover {
        color: #fb5858; }
  .footer .footer-location h6 {
    margin-bottom: 20px;
    font-size: 18px; }
  .footer .footer-location .footer-list {
    display: flex;
    flex-direction: column; }
  .footer .footer-location .address,
  .footer .footer-location .number,
  .footer .footer-location .mailing {
    width: 100%;
    color: #9a8383;
    font-size: 14px;
    line-height: 26px;
    display: inline-flex; }
    .footer .footer-location .address i,
    .footer .footer-location .number i,
    .footer .footer-location .mailing i {
      min-width: 30px;
      font-size: 20px;
      margin-right: 10px; }

.footer-copyright {
  background-color: #1d1a1a;
  padding: 15px; }
  .footer-copyright p {
    margin: 0;
    padding: 4px 0;
    font-size: 14px;
    color: #9a8383; }
    .footer-copyright p span {
      color: #fb5858; }
  .footer-copyright .payment-imgs {
    display: flex;
    justify-content: flex-end; }
    .footer-copyright .payment-imgs img {
      margin-left: 5px;
      width: 45px;
      height: 30px; }

/** -------------------------
 Recent purchase
---------------------------- **/
.recent-purchase {
  width: 300px;
  padding: 15px;
  display: flex;
  align-items: center;
  position: fixed;
  left: 15px;
  bottom: 15px;
  background-color: #fff;
  z-index: 1;
  border: 1px solid #f2f2f2; }
  .recent-purchase img {
    width: 70px;
    height: 75px;
    margin-right: 15px;
    display: inline-block;
    border: 1px solid #f2f2f2; }
  .recent-purchase .detail {
    width: 65%;
    display: inline-block; }
    .recent-purchase .detail h6 {
      color: #444;
      font-size: 14px; }
    .recent-purchase .detail p {
      margin-bottom: 10px;
      font-size: 11px;
      color: #777; }
  .recent-purchase a {
    position: absolute;
    right: 0;
    top: 4px;
    font-size: 12px; }

/** -------------------------
 About page
---------------------------- **/
.about-section .detail h6 {
  color: #444;
  font-size: 18px;
  text-transform: uppercase;
  line-height: 28px; }
.about-section .detail p {
  color: #777; }

/** -------------------------
 FAQ page
---------------------------- **/
.faq-section {
  user-select: none;
  -webkit-user-select: none; }
  .faq-section .accordion .card {
    margin-bottom: 15px;
    border-radius: 0;
    border: 1px solid #f2f2f2; }
    .faq-section .accordion .card .card-header {
      padding: 20px;
      background-color: #f9f9f9;
      border: none; }
      .faq-section .accordion .card .card-header a {
        display: flex;
        justify-content: space-between;
        font-size: 17px;
        text-decoration: none;
        color: #444;
        cursor: pointer; }
        .faq-section .accordion .card .card-header a:hover {
          color: #fb5858; }
        .faq-section .accordion .card .card-header a i {
          display: inline-flex;
          font-size: 18px; }
    .faq-section .accordion .card .card-body {
      color: #777;
      font-size: 14px;
      line-height: 28px; }

/** -------------------------
 Conttact us page
---------------------------- **/
.form-info {
  background: url(../img/map_bg.png) top 50px center no-repeat; }
  .form-info .form-control {
    height: 50px;
    margin: 0 0 30px 0;
    padding: 0 24px;
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    color: #797979;
    border: 1px solid #e1e1e1;
    box-shadow: none;
    border-radius: 0; }
  .form-info .form-control.field {
    height: 130px;
    padding-top: 15px; }
  .form-info .inner {
    width: 100%;
    max-width: 970px;
    margin: 0 auto 50px auto;
    padding: 0; }
  .form-info .map-info {
    width: 100%;
    margin: 0 0 -5px 0;
    padding: 0;
    position: relative; }
  .form-info .map-info .cap-info {
    width: 100%;
    max-width: 330px;
    margin: 0;
    padding: 30px 30px 12px 30px;
    background: #fff;
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 10px;
    right: 10px; }
  .form-info ul.c-info {
    width: 100%;
    margin: 0;
    padding: 0; }
  .form-info ul.c-info li {
    margin: 0 0 18px 0;
    padding: 0;
    display: block;
    font-size: 13px;
    color: #777;
    line-height: 25px;
    position: relative; }
  .form-info ul.c-info li .detail {
    display: flex;
    align-items: center; }
  .form-info ul.c-info li .detail .text {
    margin-left: 15px; }
  .form-info ul.c-info li a {
    color: #777; }
  .form-info ul.c-info li i {
    width: 38px;
    height: 38px;
    display: block;
    border: 1px solid #ddd;
    text-align: center;
    line-height: 34px;
    font-size: 16px;
    color: #777; }

/** -------------------------
 Error page
---------------------------- **/
.error-page-section {
  height: 100vh;
  padding: 0;
  background-image: url("../img/pages/background-3.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
  position: relative; }
  .error-page-section .content-detail {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column; }
    .error-page-section .content-detail img {
      width: 100px; }
    .error-page-section .content-detail .sub-title {
      display: block;
      color: #777;
      text-align: center;
      margin-bottom: 15px;
      font-weight: 600;
      font-size: 30px;
      z-index: 1; }
    .error-page-section .content-detail .detail-text {
      display: block;
      color: #777;
      text-align: center;
      z-index: 1; }
    .error-page-section .content-detail .global-title {
      display: block;
      color: #fb5858;
      font-size: 150px;
      font-weight: 800;
      z-index: 1; }
      .error-page-section .content-detail .global-title span {
        animation: animateblur 1s linear forwards; }
        .error-page-section .content-detail .global-title span:nth-child(1) {
          animation-delay: 1s; }
        .error-page-section .content-detail .global-title span:nth-child(2) {
          animation-delay: 2s; }
        .error-page-section .content-detail .global-title span:nth-child(3) {
          animation-delay: 3s; }
    .error-page-section .content-detail .back-btn {
      margin-top: 15px;
      z-index: 1; }
    .error-page-section .content-detail .parallax {
      position: absolute; }
    .error-page-section .content-detail #shape1 {
      opacity: 0.7;
      bottom: 20px;
      right: 500px; }
    .error-page-section .content-detail #shape2 {
      opacity: 0.7;
      top: 150px;
      right: 581px; }
    .error-page-section .content-detail #shape3 {
      opacity: 0.7;
      top: 300px;
      right: 250px; }
    .error-page-section .content-detail #shape4 {
      opacity: 0.7;
      top: 100px;
      left: 290px; }
    .error-page-section .content-detail #shape5 {
      opacity: 0.7;
      bottom: 138px;
      left: 170px; }
    .error-page-section .content-detail #shape6 {
      opacity: 0.7;
      top: 220px;
      right: 100px; }
    .error-page-section .content-detail #shape7 {
      opacity: 0.7;
      bottom: 10px;
      right: 10px; }

/** -------------------------
 Login page
---------------------------- **/
.login-page-section .full-width-screen .form-detail {
  width: 350px; }

.login-page-section,
.signup-page-section {
  padding: 0;
  background-image: url("../img/pages/background-3.png"); }
  .login-page-section .full-width-screen,
  .signup-page-section .full-width-screen {
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center; }
    .login-page-section .full-width-screen .form-detail,
    .signup-page-section .full-width-screen .form-detail {
      padding: 30px;
      background-color: #fff; }
      .login-page-section .full-width-screen .form-detail .login-form .btn,
      .login-page-section .full-width-screen .form-detail .signup-form .btn,
      .signup-page-section .full-width-screen .form-detail .login-form .btn,
      .signup-page-section .full-width-screen .form-detail .signup-form .btn {
        padding: 7px 15px; }
      .login-page-section .full-width-screen .form-detail .login-form .imgcontainer,
      .login-page-section .full-width-screen .form-detail .signup-form .imgcontainer,
      .signup-page-section .full-width-screen .form-detail .login-form .imgcontainer,
      .signup-page-section .full-width-screen .form-detail .signup-form .imgcontainer {
        text-align: center;
        margin: 0 0 15px 0;
        position: relative; }
        .login-page-section .full-width-screen .form-detail .login-form .imgcontainer img,
        .login-page-section .full-width-screen .form-detail .signup-form .imgcontainer img,
        .signup-page-section .full-width-screen .form-detail .login-form .imgcontainer img,
        .signup-page-section .full-width-screen .form-detail .signup-form .imgcontainer img {
          width: 150px; }
      .login-page-section .full-width-screen .form-detail .login-form .input-control input,
      .login-page-section .full-width-screen .form-detail .signup-form .input-control input,
      .signup-page-section .full-width-screen .form-detail .login-form .input-control input,
      .signup-page-section .full-width-screen .form-detail .signup-form .input-control input {
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        width: 100%;
        padding: 12px 20px;
        margin: 8px 0;
        display: inline-block;
        border-bottom: 1px solid #f2f2f2;
        border-top: 0;
        border-left: 0;
        border-right: 0;
        box-sizing: border-box;
        border-radius: 0;
        font-size: 14px;
        color: #777;
        background-color: #fdf9f9; }
        .login-page-section .full-width-screen .form-detail .login-form .input-control input:focus,
        .login-page-section .full-width-screen .form-detail .signup-form .input-control input:focus,
        .signup-page-section .full-width-screen .form-detail .login-form .input-control input:focus,
        .signup-page-section .full-width-screen .form-detail .signup-form .input-control input:focus {
          border-radius: 0;
          border-bottom: 1px solid #fb5858;
          outline: none !important; }
      .login-page-section .full-width-screen .form-detail .login-form .input-control .password-field-show,
      .login-page-section .full-width-screen .form-detail .signup-form .input-control .password-field-show,
      .signup-page-section .full-width-screen .form-detail .login-form .input-control .password-field-show,
      .signup-page-section .full-width-screen .form-detail .signup-form .input-control .password-field-show {
        margin-bottom: 10px;
        position: relative;
        display: block; }
        .login-page-section .full-width-screen .form-detail .login-form .input-control .password-field-show input,
        .login-page-section .full-width-screen .form-detail .signup-form .input-control .password-field-show input,
        .signup-page-section .full-width-screen .form-detail .login-form .input-control .password-field-show input,
        .signup-page-section .full-width-screen .form-detail .signup-form .input-control .password-field-show input {
          padding: 10px 30px 10px 15px;
          color: #777; }
        .login-page-section .full-width-screen .form-detail .login-form .input-control .password-field-show span,
        .login-page-section .full-width-screen .form-detail .signup-form .input-control .password-field-show span,
        .signup-page-section .full-width-screen .form-detail .login-form .input-control .password-field-show span,
        .signup-page-section .full-width-screen .form-detail .signup-form .input-control .password-field-show span {
          -webkit-transition: all .2s ease-in-out;
          -moz-transition: all .2s ease-in-out;
          -o-transition: all .2s ease-in-out;
          -ms-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out;
          position: absolute;
          top: 23px;
          right: 10px;
          color: #999;
          cursor: pointer; }
          .login-page-section .full-width-screen .form-detail .login-form .input-control .password-field-show span:hover,
          .login-page-section .full-width-screen .form-detail .signup-form .input-control .password-field-show span:hover,
          .signup-page-section .full-width-screen .form-detail .login-form .input-control .password-field-show span:hover,
          .signup-page-section .full-width-screen .form-detail .signup-form .input-control .password-field-show span:hover {
            color: #555; }
      .login-page-section .full-width-screen .form-detail .login-form .input-control .psw,
      .login-page-section .full-width-screen .form-detail .signup-form .input-control .psw,
      .signup-page-section .full-width-screen .form-detail .login-form .input-control .psw,
      .signup-page-section .full-width-screen .form-detail .signup-form .input-control .psw {
        float: right;
        padding-top: 4px; }
        .login-page-section .full-width-screen .form-detail .login-form .input-control .psw a,
        .login-page-section .full-width-screen .form-detail .signup-form .input-control .psw a,
        .signup-page-section .full-width-screen .form-detail .login-form .input-control .psw a,
        .signup-page-section .full-width-screen .form-detail .signup-form .input-control .psw a {
          color: #777;
          font-weight: 300; }
          .login-page-section .full-width-screen .form-detail .login-form .input-control .psw a:hover,
          .login-page-section .full-width-screen .form-detail .signup-form .input-control .psw a:hover,
          .signup-page-section .full-width-screen .form-detail .login-form .input-control .psw a:hover,
          .signup-page-section .full-width-screen .form-detail .signup-form .input-control .psw a:hover {
            color: #fb5858; }
      .login-page-section .full-width-screen .form-detail .login-form .input-control .label-container,
      .login-page-section .full-width-screen .form-detail .signup-form .input-control .label-container,
      .signup-page-section .full-width-screen .form-detail .login-form .input-control .label-container,
      .signup-page-section .full-width-screen .form-detail .signup-form .input-control .label-container {
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        display: inline-block;
        position: relative;
        padding-left: 30px;
        margin: 0px 0 12px 0;
        cursor: pointer;
        font-size: 13px;
        font-weight: 300;
        color: #777;
        line-height: 23px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none; }
        .login-page-section .full-width-screen .form-detail .login-form .input-control .label-container a,
        .login-page-section .full-width-screen .form-detail .signup-form .input-control .label-container a,
        .signup-page-section .full-width-screen .form-detail .login-form .input-control .label-container a,
        .signup-page-section .full-width-screen .form-detail .signup-form .input-control .label-container a {
          color: #fb5858;
          font-weight: 600; }
        .login-page-section .full-width-screen .form-detail .login-form .input-control .label-container:hover input ~ .checkmark,
        .login-page-section .full-width-screen .form-detail .signup-form .input-control .label-container:hover input ~ .checkmark,
        .signup-page-section .full-width-screen .form-detail .login-form .input-control .label-container:hover input ~ .checkmark,
        .signup-page-section .full-width-screen .form-detail .signup-form .input-control .label-container:hover input ~ .checkmark {
          -webkit-transition: all .3s ease-in-out;
          -moz-transition: all .3s ease-in-out;
          -o-transition: all .3s ease-in-out;
          -ms-transition: all .3s ease-in-out;
          transition: all .3s ease-in-out;
          background-color: #ececec; }
        .login-page-section .full-width-screen .form-detail .login-form .input-control .label-container input[type="checkbox"],
        .login-page-section .full-width-screen .form-detail .signup-form .input-control .label-container input[type="checkbox"],
        .signup-page-section .full-width-screen .form-detail .login-form .input-control .label-container input[type="checkbox"],
        .signup-page-section .full-width-screen .form-detail .signup-form .input-control .label-container input[type="checkbox"] {
          -webkit-transition: all .3s ease-in-out;
          -moz-transition: all .3s ease-in-out;
          -o-transition: all .3s ease-in-out;
          -ms-transition: all .3s ease-in-out;
          transition: all .3s ease-in-out;
          outline: 1px solid #868686;
          position: absolute;
          opacity: 0;
          cursor: pointer;
          height: 0;
          width: 0; }
        .login-page-section .full-width-screen .form-detail .login-form .input-control .label-container .checkmark,
        .login-page-section .full-width-screen .form-detail .signup-form .input-control .label-container .checkmark,
        .signup-page-section .full-width-screen .form-detail .login-form .input-control .label-container .checkmark,
        .signup-page-section .full-width-screen .form-detail .signup-form .input-control .label-container .checkmark {
          position: absolute;
          top: 2px;
          left: 2px;
          height: 18px;
          width: 18px;
          background-color: #fff;
          outline: 1px solid transparent;
          border: 1px solid #f2f2f2; }
          .login-page-section .full-width-screen .form-detail .login-form .input-control .label-container .checkmark:after,
          .login-page-section .full-width-screen .form-detail .signup-form .input-control .label-container .checkmark:after,
          .signup-page-section .full-width-screen .form-detail .login-form .input-control .label-container .checkmark:after,
          .signup-page-section .full-width-screen .form-detail .signup-form .input-control .label-container .checkmark:after {
            content: "";
            position: absolute;
            display: none;
            left: 5px;
            top: 1px;
            width: 6px;
            height: 10px;
            border: solid white;
            border-width: 0 2px 2px 0;
            -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            transform: rotate(45deg); }
        .login-page-section .full-width-screen .form-detail .login-form .input-control .label-container input:checked ~ .checkmark,
        .login-page-section .full-width-screen .form-detail .signup-form .input-control .label-container input:checked ~ .checkmark,
        .signup-page-section .full-width-screen .form-detail .login-form .input-control .label-container input:checked ~ .checkmark,
        .signup-page-section .full-width-screen .form-detail .signup-form .input-control .label-container input:checked ~ .checkmark {
          background-color: #fb5858; }
        .login-page-section .full-width-screen .form-detail .login-form .input-control .label-container input:checked ~ .checkmark:after,
        .login-page-section .full-width-screen .form-detail .signup-form .input-control .label-container input:checked ~ .checkmark:after,
        .signup-page-section .full-width-screen .form-detail .login-form .input-control .label-container input:checked ~ .checkmark:after,
        .signup-page-section .full-width-screen .form-detail .signup-form .input-control .label-container input:checked ~ .checkmark:after {
          display: block; }
      .login-page-section .full-width-screen .form-detail .login-form .input-control .division-lines,
      .login-page-section .full-width-screen .form-detail .signup-form .input-control .division-lines,
      .signup-page-section .full-width-screen .form-detail .login-form .input-control .division-lines,
      .signup-page-section .full-width-screen .form-detail .signup-form .input-control .division-lines {
        width: 100%;
        position: relative;
        display: block; }
        .login-page-section .full-width-screen .form-detail .login-form .input-control .division-lines:before,
        .login-page-section .full-width-screen .form-detail .signup-form .input-control .division-lines:before,
        .signup-page-section .full-width-screen .form-detail .login-form .input-control .division-lines:before,
        .signup-page-section .full-width-screen .form-detail .signup-form .input-control .division-lines:before {
          content: "";
          width: 30%;
          height: 1px;
          background: #ddd;
          position: absolute;
          top: 8px;
          right: 0;
          margin: auto; }
        .login-page-section .full-width-screen .form-detail .login-form .input-control .division-lines:after,
        .login-page-section .full-width-screen .form-detail .signup-form .input-control .division-lines:after,
        .signup-page-section .full-width-screen .form-detail .login-form .input-control .division-lines:after,
        .signup-page-section .full-width-screen .form-detail .signup-form .input-control .division-lines:after {
          content: "";
          width: 30%;
          height: 1px;
          background: #ddd;
          position: absolute;
          top: 8px;
          left: 0;
          margin: auto; }
        .login-page-section .full-width-screen .form-detail .login-form .input-control .division-lines p,
        .login-page-section .full-width-screen .form-detail .signup-form .input-control .division-lines p,
        .signup-page-section .full-width-screen .form-detail .login-form .input-control .division-lines p,
        .signup-page-section .full-width-screen .form-detail .signup-form .input-control .division-lines p {
          text-align: center;
          width: 40%;
          margin: 15px auto;
          text-transform: uppercase;
          font-size: 12px;
          font-weight: 600;
          color: #aaa;
          position: relative;
          z-index: 2; }
      .login-page-section .full-width-screen .form-detail .login-form .input-control .login-btns,
      .login-page-section .full-width-screen .form-detail .signup-form .input-control .login-btns,
      .signup-page-section .full-width-screen .form-detail .login-form .input-control .login-btns,
      .signup-page-section .full-width-screen .form-detail .signup-form .input-control .login-btns {
        text-align: center; }
      .login-page-section .full-width-screen .form-detail .login-form .input-control .login-with-btns,
      .login-page-section .full-width-screen .form-detail .signup-form .input-control .login-with-btns,
      .signup-page-section .full-width-screen .form-detail .login-form .input-control .login-with-btns,
      .signup-page-section .full-width-screen .form-detail .signup-form .input-control .login-with-btns {
        text-align: center; }
        .login-page-section .full-width-screen .form-detail .login-form .input-control .login-with-btns button,
        .login-page-section .full-width-screen .form-detail .signup-form .input-control .login-with-btns button,
        .signup-page-section .full-width-screen .form-detail .login-form .input-control .login-with-btns button,
        .signup-page-section .full-width-screen .form-detail .signup-form .input-control .login-with-btns button {
          -webkit-transition: all .2s ease-in-out;
          -moz-transition: all .2s ease-in-out;
          -o-transition: all .2s ease-in-out;
          -ms-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out;
          width: 35px;
          height: 35px;
          margin: 8px 5px 8px 0;
          display: inline-flex;
          align-items: center;
          justify-content: center;
          border: 1px solid #f2f2f2;
          background-color: transparent;
          outline: 1px solid transparent; }
          .login-page-section .full-width-screen .form-detail .login-form .input-control .login-with-btns button i,
          .login-page-section .full-width-screen .form-detail .signup-form .input-control .login-with-btns button i,
          .signup-page-section .full-width-screen .form-detail .login-form .input-control .login-with-btns button i,
          .signup-page-section .full-width-screen .form-detail .signup-form .input-control .login-with-btns button i {
            -webkit-transition: all .2s ease-in-out;
            -moz-transition: all .2s ease-in-out;
            -o-transition: all .2s ease-in-out;
            -ms-transition: all .2s ease-in-out;
            transition: all .2s ease-in-out;
            color: #777;
            font-size: 14px; }
        .login-page-section .full-width-screen .form-detail .login-form .input-control .login-with-btns .backtohome,
        .login-page-section .full-width-screen .form-detail .signup-form .input-control .login-with-btns .backtohome,
        .signup-page-section .full-width-screen .form-detail .login-form .input-control .login-with-btns .backtohome,
        .signup-page-section .full-width-screen .form-detail .signup-form .input-control .login-with-btns .backtohome {
          -webkit-transition: all .3s ease-in-out;
          -moz-transition: all .3s ease-in-out;
          -o-transition: all .3s ease-in-out;
          -ms-transition: all .3s ease-in-out;
          transition: all .3s ease-in-out;
          margin-top: 15px;
          display: inline-flex;
          width: 100%;
          justify-content: center;
          color: #999; }
          .login-page-section .full-width-screen .form-detail .login-form .input-control .login-with-btns .backtohome:hover,
          .login-page-section .full-width-screen .form-detail .signup-form .input-control .login-with-btns .backtohome:hover,
          .signup-page-section .full-width-screen .form-detail .login-form .input-control .login-with-btns .backtohome:hover,
          .signup-page-section .full-width-screen .form-detail .signup-form .input-control .login-with-btns .backtohome:hover {
            -webkit-transition: all .3s ease-in-out;
            -moz-transition: all .3s ease-in-out;
            -o-transition: all .3s ease-in-out;
            -ms-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out; }
            .login-page-section .full-width-screen .form-detail .login-form .input-control .login-with-btns .backtohome:hover i,
            .login-page-section .full-width-screen .form-detail .signup-form .input-control .login-with-btns .backtohome:hover i,
            .signup-page-section .full-width-screen .form-detail .login-form .input-control .login-with-btns .backtohome:hover i,
            .signup-page-section .full-width-screen .form-detail .signup-form .input-control .login-with-btns .backtohome:hover i {
              margin-left: -10px;
              margin-right: 20px; }
          .login-page-section .full-width-screen .form-detail .login-form .input-control .login-with-btns .backtohome i,
          .login-page-section .full-width-screen .form-detail .signup-form .input-control .login-with-btns .backtohome i,
          .signup-page-section .full-width-screen .form-detail .login-form .input-control .login-with-btns .backtohome i,
          .signup-page-section .full-width-screen .form-detail .signup-form .input-control .login-with-btns .backtohome i {
            -webkit-transition: all .3s ease-in-out;
            -moz-transition: all .3s ease-in-out;
            -o-transition: all .3s ease-in-out;
            -ms-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out;
            margin-right: 10px; }
      .login-page-section .full-width-screen .form-detail .login-form .input-control .already-acc,
      .login-page-section .full-width-screen .form-detail .signup-form .input-control .already-acc,
      .signup-page-section .full-width-screen .form-detail .login-form .input-control .already-acc,
      .signup-page-section .full-width-screen .form-detail .signup-form .input-control .already-acc {
        margin-top: 10px;
        display: inline-flex;
        justify-content: space-between;
        color: #868686;
        font-size: 14px; }
        .login-page-section .full-width-screen .form-detail .login-form .input-control .already-acc a,
        .login-page-section .full-width-screen .form-detail .signup-form .input-control .already-acc a,
        .signup-page-section .full-width-screen .form-detail .login-form .input-control .already-acc a,
        .signup-page-section .full-width-screen .form-detail .signup-form .input-control .already-acc a {
          -webkit-transition: all .3s ease-in-out;
          -moz-transition: all .3s ease-in-out;
          -o-transition: all .3s ease-in-out;
          -ms-transition: all .3s ease-in-out;
          transition: all .3s ease-in-out;
          padding: 0 5px;
          color: #fb5858;
          background-color: transparent;
          text-decoration: none;
          font-weight: 600; }
          .login-page-section .full-width-screen .form-detail .login-form .input-control .already-acc a:hover,
          .login-page-section .full-width-screen .form-detail .signup-form .input-control .already-acc a:hover,
          .signup-page-section .full-width-screen .form-detail .login-form .input-control .already-acc a:hover,
          .signup-page-section .full-width-screen .form-detail .signup-form .input-control .already-acc a:hover {
            color: #444; }

/** -------------------------
 Register page
---------------------------- **/
.signup-page-section .form-detail {
  width: 450px; }
  .signup-page-section .form-detail .input-control .p-r-5 {
    padding-right: 5px; }
  .signup-page-section .form-detail .input-control .p-l-5 {
    padding-left: 5px; }
  .signup-page-section .form-detail .input-control .p-r-10 {
    padding-right: 10px; }
  .signup-page-section .form-detail .input-control .p-l-10 {
    padding-left: 10px; }
  .signup-page-section .form-detail .input-control .password-field-show input {
    padding: 12px 20px !important; }

/** -------------------------
 Forgot page
---------------------------- **/

/*# sourceMappingURL=style.css.map */
