@charset "UTF-8";
/*
--------------------------
	Css Indexing
--------------------------
** @typography
--------------------------
** Global css
--------------------------
** Breadcumb Area
--------------------------
** Preloader
--------------------------
** Normalize
--------------------------
** Navbar Area
--------------------------
** Header Area
--------------------------
** Support Bar Area
--------------------------
** New Product Area
--------------------------
** Ladies Cloth Area
--------------------------
** Best Sellers Area
--------------------------
** Free Shipping Area
--------------------------
** Features One Area
--------------------------
** Footer Area
--------------------------
** Promotional Area
--------------------------
** Brand logo carousel Area
--------------------------
** Process Area
--------------------------
** Speakers Area
--------------------------
** Our Story Area
--------------------------
** Trend Seller Area
--------------------------
** Recently Added Area
--------------------------
** Sidebar Area
--------------------------
** Side Sidebar Area
--------------------------
** About Page
--------------------------
** Category Page
--------------------------
** Cart Page
--------------------------
** Checkout Page
--------------------------
** Product Details Page
--------------------------
** Login Page
--------------------------
** Signup Page
--------------------------
** Blog Page
--------------------------
** Blog Details Page
--------------------------
** Product Page
--------------------------
** Offer Page
--------------------------
** Vendor List Page
--------------------------
** Seller Dashboard Page
--------------------------
** Sellers Products Page
--------------------------
** 404 Error Page
--------------------------
** Contact Page
--------------------------
** Faq Page
--------------------------
** Privacy Page
--------------------------
** Affiliate Page
--------------------------
** Track Order Page
--------------------------
** Partner Page
--------------------------

*/
/*-----------------
    @Typography
-----------------*/
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,600,700|Poppins:300,400,500,600,700|Rubik:300,400,500,700");
/*---------------------------
** Global Scss
---------------------------*/
.section-bg-1 {
  background-color: #141a66; }

.section-bg-2 {
  background-color: #19206e; }

.bg-green {
  background-color: #17b212 !important; }

.remove-col-padding {
  padding: 0; }

.navbar-toggler {
  border-color: rgba(0, 0, 0, 0.1); }

.mobile-logo {
  display: none; }

.border-right-none {
  border-right: none !important; }

.border-left-none {
  border-left: none !important; }

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.50)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E"); }

.remove-col-padding-right {
  padding-right: 0; }

.remove-col-padding-left {
  padding-left: 0; }

.padding-left-0 {
  padding-left: 0; }

.padding-right-0 {
  padding-left: 0; }

.padding-top-10 {
  padding-top: 10px; }

.padding-top-20 {
  padding-top: 20px; }

.padding-top-30 {
  padding-top: 30px; }

.padding-top-40 {
  padding-top: 40px; }

.padding-top-50 {
  padding-top: 50px; }

.padding-top-60 {
  padding-top: 60px; }

.padding-top-70 {
  padding-top: 70px; }

.padding-top-80 {
  padding-top: 80px; }

.padding-top-90 {
  padding-top: 90px; }

.padding-top-100 {
  padding-top: 100px; }

.margin-top-10 {
  margin-top: 10px; }

.margin-top-20 {
  margin-top: 20px; }

.margin-top-30 {
  margin-top: 30px; }

.margin-top-40 {
  margin-top: 40px; }

.margin-top-50 {
  margin-top: 50px; }

.margin-top-60 {
  margin-top: 60px; }

.margin-top-70 {
  margin-top: 70px; }

.margin-top-80 {
  margin-top: 80px; }

.margin-top-90 {
  margin-top: 90px; }

.margin-top-100 {
  margin-top: 100px; }

.margin-bottom-0 {
  margin-bottom: 0px !important; }

.margin-bottom-10 {
  margin-bottom: 10px; }

.margin-bottom-15 {
  margin-bottom: 15px; }

.margin-bottom-20 {
  margin-bottom: 20px; }

.margin-bottom-30 {
  margin-bottom: 30px; }

.margin-bottom-40 {
  margin-bottom: 40px; }

.margin-bottom-50 {
  margin-bottom: 50px; }

.margin-bottom-60 {
  margin-bottom: 60px; }

.margin-bottom-70 {
  margin-bottom: 70px; }

.margin-bottom-80 {
  margin-bottom: 80px; }

.margin-bottom-90 {
  margin-bottom: 90px; }

.margin-top-100 {
  margin-bottom: 100px; }

.margin-top-120 {
  margin-top: 120px; }

.padding-left-0 {
  padding-left: 0px !important; }

.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: .4rem;
  padding-left: 0.4rem; }

.bg-orange {
  background-color: #f45832 !important; }

.back-to-down {
    position: fixed;
    right: 30px;
    bottom: 30px;
    width: 50px;
    height: 50px;
    background-color: #2a9cf5;
    color: #fff;
    text-align: center;
    line-height: 60px;
    border-radius: 50%;
    z-index: 99;
    font-size: 25px;
    cursor: pointer;
    -webkit-box-shadow: 0 0 5px rgba(42, 156, 245, 0);
    box-shadow: 0 0 5px rgba(42, 156, 245, 0); }


.back-to-book {
  position: fixed;
  right: 30px;
  bottom: 30px;
  width: 50px;
  height: 50px;
  background-color: #2a9cf5;
  color: #fff;
  text-align: center;
  line-height: 60px;
  border-radius: 50%;
  z-index: 99;
  font-size: 25px;
  cursor: pointer;
  -webkit-box-shadow: 0 0 5px rgba(42, 156, 245, 0);
  box-shadow: 0 0 5px rgba(42, 156, 245, 0); }
  

.back-to-top {
  position: fixed;
  right: 30px;
  bottom: 30px;
  width: 50px;
  height: 50px;
  background-color: #2a9cf5;
  color: #fff;
  text-align: center;
  line-height: 60px;
  border-radius: 50%;
  z-index: 99;
  font-size: 25px;
  cursor: pointer;
  -webkit-box-shadow: 0 0 5px rgba(42, 156, 245, 0);
  box-shadow: 0 0 5px rgba(42, 156, 245, 0); }
  .back-to-top i {
    -ms-transform: rotate(-45deg);
    /* IE 9 */
    -webkit-transform: rotate(-45deg);
    /* Chrome, Safari, Opera */
    transform: rotate(-45deg); }

.br-10 {
  border-radius: 10px; }

.boxed-btn {
  display: inline-block;
  text-align: center;
  height: 60px;
  line-height: 60px;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  width: 160px;
  background-color: #2a9cf5;
  padding: 0 20px;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in; }
  .boxed-btn:hover {
    color: #fff;
    background-color: #2a9cf5; }
  .boxed-btn.btn-rounded {
    border-radius: 30px; }
  .boxed-btn.blank {
    background-color: transparent;
    border: 2px solid #232b37;
    color: #232b37; }
    .boxed-btn.blank:hover {
      background-color: #2a9cf5;
      color: #fff; }

.rubik {
  font-family: "Rubik", sans-serif; }

.light-bg {
  background-color: #f3f7ff; }

.mwd-700 {
  max-width: 700px; }

.section-title-two {
  margin-bottom: 65px;
  text-align: center; }
  .section-title-two.extra {
    margin-bottom: 75px; }
  .section-title-two.white .subtitle {
    color: #2a9cf5; }
  .section-title-two.white .title {
    color: #fff; }
  .section-title-two .subtitle {
    font-size: 16px;
    line-height: 26px;
    color: #2a9cf5;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: "Rubik", sans-serif; }
  .section-title-two .title {
    font-size: 60px;
    line-height: 70px;
    font-weight: 700;
    color: #232b37;
    font-family: "Rubik", sans-serif; }

.section-title {
  text-align: center;
  margin-bottom: 67px; }
  .section-title.home-3 {
    margin-bottom: 70px; }
    .section-title.home-3 .subtitle {
      color: #f45832;
      display: block;
      margin-bottom: 8px; }
    .section-title.home-3 .title {
      color: #232b37;
      margin-bottom: 20px; }
  .section-title.rubik-font .title {
    font-family: "Rubik", sans-serif; }
  .section-title.rubik-font .subtitle {
    font-family: "Rubik", sans-serif; }
  .section-title.rubik-font p {
    font-family: "Rubik", sans-serif; }
  .section-title.extra .title {
    margin-bottom: 25px; }
  .section-title .title {
    font-size: 60px;
    line-height: 70px;
    margin-bottom: 13px;
    color: #232b37;
    font-weight: 700; }
  .section-title .subtitle {
    font-size: 16px;
    line-height: 26px;
    color: #2a9cf5;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 10px;
    display: block; }
  .section-title p {
    color: #838b97;
    font-size: 20px;
    line-height: 30px;
    max-width: 530px;
    margin: 0 auto; }

.c-white {
  color: #fff; }

.blue-bg {
  background-color: #232b37; }

.dark-blug-lg {
  background-color: #14213a; }

.c-red {
  color: #2a9cf5; }

.bg-red {
  background-color: #2a9cf5; }

.c-green {
  color: #00cf92; }

.submit-btn {
  width: 250px;
  height: 60px;
  text-align: center;
  font-weight: 700;
  font-size: 14px;
  line-height: 40px;
  color: #fff;
  text-transform: uppercase;
  background-color: #2a9cf5;
  border: none;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  cursor: pointer; }
  .submit-btn:hover {
    background-color: #232b37; }
  .submit-btn.btn-rounded {
    border-radius: 30px; }
  .submit-btn.btn-center {
    display: block;
    margin: 0 auto;
    margin-top: 25px; }
  .submit-btn:focus {
    outline: none; }

.section-title-inner {
  text-align: center;
  margin-bottom: 45px; }
  .section-title-inner .subtitle {
    font-size: 18px;
    line-height: 28px;
    text-transform: uppercase;
    font-weight: 700;
    color: #2a9cf5;
    margin-bottom: 20px;
    display: block; }
  .section-title-inner .title {
    font-size: 48px;
    font-weight: 700;
    line-height: 58px; }

.form-element.margin-bottom-30 {
  margin-bottom: 27px; }

.form-element label {
  color: #232b37;
  font-size: 14px;
  font-weight: 700;
  line-height: 32px; }
  .form-element label span {
    color: #BE1F27; }

.form-element select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.has-icon {
  position: relative;
  display: block; }
  .has-icon.textarea .the-icon {
    top: 25px; }
  .has-icon .input-field {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
  .has-icon .the-icon {
    font-size: 14px;
    position: absolute;
    right: 30px;
    top: 50%;
    -ms-transform: translateY(-50%);
    /* IE 9 */
    -webkit-transform: translateY(-50%);
    /* Chrome, Safari, Opera */
    transform: translateY(-50%);
    color: #7c7c90; }

.input-field {
  width: 100%;
  height: 60px;
  padding: 0 30px;
  border-radius: 5px;
  color: #1a1a21; }
  .input-field::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #1a1a21; }
  .input-field:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #1a1a21; }
  .input-field::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #1a1a21; }
  .input-field:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #1a1a21; }
  .input-field.borderd {
    border: 2px solid rgba(0, 0, 0, 0.1); }
    .input-field.borderd:focus {
      border: 2px solid rgba(0, 0, 0, 0.1); }
  .input-field.textarea {
    min-height: 120px;
    padding: 20px 30px;
    resize: none; }
  .input-field.error {
    border: 1px solid #1a1a21; }
    .input-field.error::-webkit-input-placeholder {
      /* WebKit browsers */
      color: #1a1a21; }
    .input-field.error:-moz-placeholder {
      /* Mozilla Firefox 4 to 18 */
      color: #1a1a21; }
    .input-field.error::-moz-placeholder {
      /* Mozilla Firefox 19+ */
      color: #1a1a21; }
    .input-field.error:-ms-input-placeholder {
      /* Internet Explorer 10+ */
      color: #1a1a21; }
    .input-field.error:focus {
      border-color: #1a1a21; }

.gray-bg {
  background-color: #fafafd; }

.video-play-btn {
  position: relative;
  z-index: 1;
  display: inline-block;
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  font-size: 16px;
  background-color: #fff;
  border-radius: 50%;
  color: #313131; }
  .video-play-btn:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    -ms-transform: translateX(-50%) translateY(-50%);
    /* IE 9 */
    -webkit-transform: translateX(-50%) translateY(-50%);
    /* Chrome, Safari, Opera */
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    background: #fff;
    border-radius: 50%;
    -webkit-animation: pulse-border 1500ms ease-out infinite;
    animation: pulse-border 1500ms ease-out infinite;
    z-index: -1; }
  .video-play-btn:hover {
    color: #313131; }

.email-success {
  display: block;
  width: 100%; }

.checkbox-element {
  display: inline-block; }

.checkbox-wrapper {
  display: inline-block; }

.checkbox-inner {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 14px;
  line-height: 24px;
  color: rgba(30, 48, 86, 0.7);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .checkbox-inner input {
    position: absolute;
    opacity: 0;
    cursor: pointer; }
  .checkbox-inner .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: transparent;
    border: 2px solid #2a9cf5;
    border-radius: 2px; }
  .checkbox-inner .checkmark:after {
    content: "";
    position: absolute;
    display: none; }
  .checkbox-inner input:checked ~ .checkmark:after {
    display: block; }
  .checkbox-inner .checkmark:after {
    left: 5px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid #2a9cf5;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }

.table-responsive {
  display: table; }

@-webkit-keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
    opacity: 0; } }

@-moz-keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1; }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
    opacity: 0; } }

@-o-keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1; }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
    opacity: 0; } }

@keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
    opacity: 0; } }

@media only screen and (max-width: 767px) {
  .row.reorder-xs {
    -ms-transform: rotate(180deg);
    /* IE 9 */
    -webkit-transform: rotate(180deg);
    /* Chrome, Safari, Opera */
    transform: rotate(180deg);
    direction: rtl; }
  .row.reorder-xs > [class*="col-"] {
    -ms-transform: rotate(-180deg);
    /* IE 9 */
    -webkit-transform: rotate(-180deg);
    /* Chrome, Safari, Opera */
    transform: rotate(-180deg);
    direction: ltr; } }

.switch {
  position: relative;
  display: inline-block;
  width: 70px;
  height: 30px; }
  .switch input {
    display: none; }
  .switch .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #f0faff;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s; }
    .switch .slider.round {
      border-radius: 34px; }
      .switch .slider.round:before {
        border-radius: 50%; }
    .switch .slider:before {
      position: absolute;
      content: "";
      height: 30px;
      width: 30px;
      left: 0px;
      bottom: 0px;
      background-color: #232b37;
      -webkit-transition: 0.4s;
      -moz-transition: 0.4s;
      -o-transition: 0.4s;
      transition: 0.4s; }

input:checked + .slider:before {
  background-color: #2a9cf5; }

input:checked + .slider {
  background-color: #f0faff; }

input:focus + .slider {
  -webkit-box-shadow: 0 0 1px #f0faff;
  box-shadow: 0 0 1px #f0faff; }

input:checked + .slider:before {
  -ms-transform: translateX(41px);
  /* IE 9 */
  -webkit-transform: translateX(41px);
  /* Chrome, Safari, Opera */
  transform: translateX(41px); }

.section-separator {
  border-bottom: 2px solid #f0f0f0;
  display: block; }

.bg-light-blue {
  background-color: #38a0ba; }

.bg-light-green {
  background-color: #6aac54; }

.bg-light-orange {
  background-color: #f5aa5d; }

.bg-light-gray {
  background-color: #525657; }

.desktop-none {
  display: none; }

/*---------------------
    Breadcumb Area
----------------------*/
.breadcrumb-area {
  padding: 120px 0 110px 0;
  background-color: #f6f7f8;
  position: relative;
  z-index: 0; }
  .breadcrumb-area:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(30,144,255);
    background: linear-gradient(13deg, rgba(30,144,255,1) 0%, rgba(66,81,105,1) 52%, rgba(19,36,58,1) 100%, rgba(30,120,216,1) 100%);
    z-index: -1;
    content: ''; }
  .breadcrumb-area.extra {
    padding-bottom: 120px; }
  .breadcrumb-area.breadcrumb-bg {
    background: rgb(30,144,255);
    background: linear-gradient(13deg, rgba(30,144,255,1) 0%, rgba(66,81,105,1) 52%, rgba(19,36,58,1) 100%, rgba(30,120,216,1) 100%);
    background-position: center;
    background-size: cover; }
  .breadcrumb-area .left-content-area {
    display: inline-block; }
    .breadcrumb-area .left-content-area .title {
      font-size: 50px;
      line-height: 60px;
      font-weight: 400;
      color: #fff;
      font-family: "Rubik", sans-serif; }
  .breadcrumb-area .right-content-area {
    display: inline-block;
    float: right;
    margin-top: 22px; }
    .breadcrumb-area .right-content-area ul li {
      display: inline-block;
      color: #2a9cf5;
      font-weight: 700;
      text-transform: uppercase;
      font-size: 14px;
      margin: 0 8px;
      position: relative; }
      .breadcrumb-area .right-content-area ul li:after {
        position: absolute;
        right: -10px;
        top: 5px;
        width: 2px;
        height: 12px;
        content: '';
        background-color: #848792; }
      .breadcrumb-area .right-content-area ul li:last-child {
        margin-right: 0; }
        .breadcrumb-area .right-content-area ul li:last-child:after {
          display: none; }
      .breadcrumb-area .right-content-area ul li a {
        color: #848792;
        -webkit-transition: all 0.3s ease-in;
        -moz-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in; }
        .breadcrumb-area .right-content-area ul li a:hover {
          color: #2a9cf5; }
.clearfix::after {
  content: '';
  display: block;
  clear: both;
}

/*-------------------------
    Preloader Css
---------------------------*/
.preloader-inner {
  position: fixed;
  left: 0;
  top: 0;
  background-color: #232b37;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 1;
  z-index: 999999; }

.sk-fading-circle {
  margin: 100px auto;
  width: 40px;
  height: 40px;
  position: relative; }

.sk-fading-circle .sk-circle {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0; }

.sk-fading-circle .sk-circle:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #2a9cf5;
  border-radius: 100%;
  -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
  animation: sk-circleFadeDelay 1.2s infinite ease-in-out both; }

.sk-fading-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg); }

.sk-fading-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg); }

.sk-fading-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.sk-fading-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  transform: rotate(120deg); }

.sk-fading-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  transform: rotate(150deg); }

.sk-fading-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.sk-fading-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
  -ms-transform: rotate(210deg);
  transform: rotate(210deg); }

.sk-fading-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
  transform: rotate(240deg); }

.sk-fading-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.sk-fading-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
  -ms-transform: rotate(300deg);
  transform: rotate(300deg); }

.sk-fading-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
  -ms-transform: rotate(330deg);
  transform: rotate(330deg); }

.sk-fading-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s; }

.sk-fading-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
  animation-delay: -1s; }

.sk-fading-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s; }

.sk-fading-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s; }

.sk-fading-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s; }

.sk-fading-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s; }

.sk-fading-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s; }

.sk-fading-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s; }

.sk-fading-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s; }

.sk-fading-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s; }

.sk-fading-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s; }

@-webkit-keyframes sk-circleFadeDelay {
  0%, 39%, 100% {
    opacity: 0; }
  40% {
    opacity: 1; } }

@keyframes sk-circleFadeDelay {
  0%, 39%, 100% {
    opacity: 0; }
  40% {
    opacity: 1; } }

/*====================
** Normalize
====================*/
html {
  font-family: "Open Sans", sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  overflow-x: hidden; }

body {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  margin: 0;
  color: #838b97;
  overflow-x: hidden; }

h1 {
  font-size: 60px;
  line-height: 1.0833333333333333; }

h2 {
  font-size: 48px;
  line-height: 1.4444444444444444; }

h3 {
  font-size: 26px;
  line-height: 1.0833333333333333; }

h4 {
  font-size: 22px;
  line-height: 1.2380952380952381; }

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #232b37;
  font-weight: 700;
  font-family: "Poppins", sans-serif; }

p {
  font-size: 14px;
  color: #232b37;
  line-height: 1.625;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto; }

a {
  color: #232b37;
  text-decoration: none; }

a,
a:hover,
a:focus,
a:active {
  text-decoration: none;
  outline: none; }

a i {
  padding: 0 2px; }


/*input and button type focus outline disable*/
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
textarea:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
select:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #ddd; }

/**
 * 5.0 - Alignments
 */
.alignleft {
  float: left; }

.alignright {
  float: right; }

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto 1.75em; }

ul {
  margin: 0;
  padding: 0;
  list-style: none; }

/*------------------------------
    Navbar Area
------------------------------*/
.dropdown:hover > .dropdown-menu {
  display: block; }

.navbar-area {
  -webkit-transition: 0.5s ease-in;
  -moz-transition: 0.5s ease-in;
  -o-transition: 0.5s ease-in;
  transition: 0.5s ease-in;
  background-color: #232b37;
  padding: 0; }
  .navbar-area.bg-light-blue {
    background-color: #2a9cf5; }
    .navbar-area.bg-light-blue .navbar-collapse {
      display: inline-block; }
      .navbar-area.bg-light-blue .navbar-collapse .navbar-nav .nav-item.active .nav-link {
        color: #232b37; }
      .navbar-area.bg-light-blue .navbar-collapse .navbar-nav .nav-item .nav-link {
        color: #ffffff; }
        .navbar-area.bg-light-blue .navbar-collapse .navbar-nav .nav-item .nav-link:hover {
          color: #232b37; }
    .navbar-area.bg-light-blue .right-btn-wrapper {
      margin-left: 20px; }
      .navbar-area.bg-light-blue .right-btn-wrapper ul li {
        color: #ffffff; }
        .navbar-area.bg-light-blue .right-btn-wrapper ul li:hover {
          color: #232b37; }
        .navbar-area.bg-light-blue .right-btn-wrapper ul li.cart {
          position: relative; }
          .navbar-area.bg-light-blue .right-btn-wrapper ul li.cart .badge {
            background-color: #fff;
            color: #2a9cf5; }
    .navbar-area.bg-light-blue .logo-wrapper.navbar-brand .form-element.has-icon .the-icon {
      color: #fff; }
    .navbar-area.bg-light-blue .logo-wrapper.navbar-brand .form-element .select2-container--default {
      width: 160px !important;
      -webkit-box-shadow: none;
      box-shadow: none;
      border: 2px solid rgba(255, 255, 255, 0.2);
      border-radius: 30px;
      font-size: 14px;
      font-weight: 700;
      padding: 0 20px; }
      .navbar-area.bg-light-blue .logo-wrapper.navbar-brand .form-element .select2-container--default .select2-selection--single {
        border: none;
        height: 50px;
        background-color: unset;
        border-radius: none !important; }
        .navbar-area.bg-light-blue .logo-wrapper.navbar-brand .form-element .select2-container--default .select2-selection--single .select2-selection__rendered {
          color: #fff;
          line-height: 50px; }
        .navbar-area.bg-light-blue .logo-wrapper.navbar-brand .form-element .select2-container--default .select2-selection--single:focus {
          outline: none; }
      .navbar-area.bg-light-blue .logo-wrapper.navbar-brand .form-element .select2-container--default .select2-selection__arrow {
        display: none; }
    .navbar-area.bg-light-blue .logo-wrapper.navbar-brand .form-element .category {
      background-color: transparent;
      border: none;
      width: 160px;
      height: 50px;
      border: 2px solid rgba(255, 255, 255, 0.2);
      border-radius: 30px;
      padding: 0 30px;
      font-size: 14px;
      font-weight: 700;
      color: #fff;
      cursor: pointer; }
      .navbar-area.bg-light-blue .logo-wrapper.navbar-brand .form-element .category option {
        background-color: #2a9cf5; }
  .navbar-area.bg-wite {
    background-color: #fff;
    border-top: 1px solid #d3d5d7; }
    .navbar-area.bg-wite.home-4.nav-fixed .navbar-collapse {
      display: inline-block; }
      .navbar-area.bg-wite.home-4.nav-fixed .navbar-collapse .navbar-nav .nav-item.active .nav-link {
        color: #fff; }
      .navbar-area.bg-wite.home-4.nav-fixed .navbar-collapse .navbar-nav .nav-item .nav-link {
        color: #8f97a2; }
        .navbar-area.bg-wite.home-4.nav-fixed .navbar-collapse .navbar-nav .nav-item .nav-link:hover {
          color: #fff; }
    .navbar-area.bg-wite.home-4.nav-fixed .right-btn-wrapper {
      margin-left: 20px; }
      .navbar-area.bg-wite.home-4.nav-fixed .right-btn-wrapper ul li {
        color: #8f97a2; }
        .navbar-area.bg-wite.home-4.nav-fixed .right-btn-wrapper ul li:hover {
          color: #fff; }
    .navbar-area.bg-wite.home-4 .navbar-collapse {
      display: inline-block; }
      .navbar-area.bg-wite.home-4 .navbar-collapse .navbar-nav .nav-item.active .nav-link {
        color: #232b37; }
      .navbar-area.bg-wite.home-4 .navbar-collapse .navbar-nav .nav-item .nav-link {
        color: #8f97a2; }
        .navbar-area.bg-wite.home-4 .navbar-collapse .navbar-nav .nav-item .nav-link:hover {
          color: #232b37; }
    .navbar-area.bg-wite.home-4 .right-btn-wrapper {
      margin-left: 20px; }
      .navbar-area.bg-wite.home-4 .right-btn-wrapper ul li {
        color: #8f97a2; }
        .navbar-area.bg-wite.home-4 .right-btn-wrapper ul li:hover {
          color: #232b37; }
    .navbar-area.bg-wite.home-5 {
      border: none; }
      .navbar-area.bg-wite.home-5 .navbar-collapse {
        display: inline-block; }
        .navbar-area.bg-wite.home-5 .navbar-collapse .navbar-nav .nav-item.active .nav-link {
          color: #232b37; }
        .navbar-area.bg-wite.home-5 .navbar-collapse .navbar-nav .nav-item .nav-link {
          color: #8f97a2; }
          .navbar-area.bg-wite.home-5 .navbar-collapse .navbar-nav .nav-item .nav-link:hover {
            color: #232b37; }
      .navbar-area.bg-wite.home-5 .right-btn-wrapper {
        margin-left: 20px; }
        .navbar-area.bg-wite.home-5 .right-btn-wrapper ul li {
          color: #8f97a2; }
          .navbar-area.bg-wite.home-5 .right-btn-wrapper ul li:hover {
            color: #232b37; }
  .navbar-area.bg-orange .select2-container--default {
    width: 160px !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 2px solid rgba(255, 255, 255, 0.2);
    border-radius: 30px;
    font-size: 14px;
    font-weight: 700;
    padding: 0 20px; }
    .navbar-area.bg-orange .select2-container--default .select2-selection--single {
      border: none;
      height: 50px;
      background-color: unset;
      border-radius: none !important; }
      .navbar-area.bg-orange .select2-container--default .select2-selection--single .select2-selection__rendered {
        color: #ffd3c8;
        line-height: 50px; }
      .navbar-area.bg-orange .select2-container--default .select2-selection--single:focus {
        outline: none; }
    .navbar-area.bg-orange .select2-container--default .select2-selection__arrow {
      display: none; }
  .navbar-area.bg-orange .navbar-collapse .navbar-nav .nav-item.mega-menu .mega-menu-wrapper .mega-menu-container .mega-menu-columns .menga-menu-page-links li a:hover {
    color: #f45832; }
  .navbar-area.bg-orange .navbar-collapse .navbar-nav .nav-item:hover .dropdown-menu .dropdown-item:hover {
    background-color: #f45832;
    color: #fff; }
  .navbar-area.bg-orange .navbar-collapse .navbar-nav .nav-item .nav-link {
    color: #ffd3c8; }
  .navbar-area.bg-orange .right-btn-wrapper ul li {
    color: #ffd3c8; }
    .navbar-area.bg-orange .right-btn-wrapper ul li.cart .badge {
      background-color: #232b37; }
  .navbar-area.nav-fixed {
    position: fixed;
    left: 0;
    top: 0px;
    width: 100%;
    z-index: 9999;
    -webkit-transition: 0.5s ease-in;
    -moz-transition: 0.5s ease-in;
    -o-transition: 0.5s ease-in;
    transition: 0.5s ease-in;
    background-color: #232B37;
    border-bottom: 1px solid rgba(255, 255, 255, 0.07); }
    .navbar-area.nav-fixed .logo-wrapper.navbar-brand .mobile-logo .mob {
      display: none; }
    .navbar-area.nav-fixed.home-5 {
      background-color: #fff;
      border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
    .navbar-area.nav-fixed.home-6 {
      background-color: #2a9cf5;
      border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
    .navbar-area.nav-fixed .navbar-collapse .navbar-nav .nav-item:hover .dropdown-menu {
      -webkit-transition: all 0.3s ease-in;
      -moz-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in;
      top: 100%; }
    .navbar-area.nav-fixed .logo-wrapper.navbar-brand .mobile-logo {
      display: block; }
    .navbar-area.nav-fixed .logo-wrapper.navbar-brand .form-element {
      display: none; }
  .navbar-area .right-btn-wrapper ul li {
    display: inline-block;
    margin: 0 10px;
    color: #b7bec9;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    cursor: pointer; }
    .navbar-area .right-btn-wrapper ul li:last-child {
      margin-right: 0; }
    .navbar-area .right-btn-wrapper ul li:hover {
      color: #fff; }
    .navbar-area .right-btn-wrapper ul li.cart {
      position: relative; }
      .navbar-area .right-btn-wrapper ul li.cart .badge {
        display: inline-block;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        background-color: #2a9cf5;
        line-height: 20px;
        color: #fff;
        padding: 0;
        position: absolute;
        right: -8px;
        top: -8px; }
  .navbar-area .logo-wrapper.navbar-brand .form-element.has-icon .the-icon {
    color: #ffd3c8; }
  .navbar-area .logo-wrapper.navbar-brand .form-element .category {
    background-color: transparent;
    border: none;
    width: 160px;
    height: 50px;
    border: 2px solid rgba(255, 255, 255, 0.2);
    border-radius: 30px;
    padding: 0 30px;
    font-size: 14px;
    font-weight: 700;
    color: #ffd3c8;
    cursor: pointer; }
  .navbar-area .navbar-collapse {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: 0.5s ease-in;
    -moz-transition: 0.5s ease-in;
    -o-transition: 0.5s ease-in;
    transition: 0.5s ease-in; }
    .navbar-area .navbar-collapse .navbar-nav .nav-item {
      display: inline-block;
      font-size: 14px;
      line-height: 45px;
      font-weight: 500;
      padding: 16px 12px;
      position: relative; }
      .navbar-area .navbar-collapse .navbar-nav .nav-item.mega-menu {
        position: static; }
        .navbar-area .navbar-collapse .navbar-nav .nav-item.mega-menu.show .mega-menu-wrapper {
          visibility: visible;
          opacity: 1; }
        .navbar-area .navbar-collapse .navbar-nav .nav-item.mega-menu:hover .mega-menu-wrapper {
          visibility: visible;
          opacity: 1; }
        .navbar-area .navbar-collapse .navbar-nav .nav-item.mega-menu .mega-menu-wrapper {
          position: absolute;
          left: 0;
          top: 100%;
          width: 100%;
          z-index: 2;
          visibility: hidden;
          opacity: 0;
          -webkit-transition: all 0.3s ease-in;
          -moz-transition: all 0.3s ease-in;
          -o-transition: all 0.3s ease-in;
          transition: all 0.3s ease-in; }
          .navbar-area .navbar-collapse .navbar-nav .nav-item.mega-menu .mega-menu-wrapper .mega-menu-container {
            background-color: #fff;
            padding: 28px 30px 23px 30px; }
            .navbar-area .navbar-collapse .navbar-nav .nav-item.mega-menu .mega-menu-wrapper .mega-menu-container .mega-menu-columns .title {
              font-size: 16px;
              font-weight: 500;
              color: #242424;
              text-transform: capitalize;
              margin-bottom: 17px; }
            .navbar-area .navbar-collapse .navbar-nav .nav-item.mega-menu .mega-menu-wrapper .mega-menu-container .mega-menu-columns .menga-menu-page-links li {
              line-height: 30px; }
              .navbar-area .navbar-collapse .navbar-nav .nav-item.mega-menu .mega-menu-wrapper .mega-menu-container .mega-menu-columns .menga-menu-page-links li a {
                color: #737286;
                -webkit-transition: all 0.3s ease-in;
                -moz-transition: all 0.3s ease-in;
                -o-transition: all 0.3s ease-in;
                transition: all 0.3s ease-in; }
                .navbar-area .navbar-collapse .navbar-nav .nav-item.mega-menu .mega-menu-wrapper .mega-menu-container .mega-menu-columns .menga-menu-page-links li a:hover {
                  color: #2a9cf5; }
      .navbar-area .navbar-collapse .navbar-nav .nav-item:hover .dropdown-menu {
        padding: 0;
        border-radius: 0;
        margin: 0;
        -webkit-transition: 0.5s ease-in;
        -moz-transition: 0.5s ease-in;
        -o-transition: 0.5s ease-in;
        transition: 0.5s ease-in; }
        .navbar-area .navbar-collapse .navbar-nav .nav-item:hover .dropdown-menu .dropdown-item {
          font-size: 14px;
          font-weight: 600;
          color: #737286;
          -webkit-transition: all 0.3s ease-in;
          -moz-transition: all 0.3s ease-in;
          -o-transition: all 0.3s ease-in;
          transition: all 0.3s ease-in; }
          .navbar-area .navbar-collapse .navbar-nav .nav-item:hover .dropdown-menu .dropdown-item:hover {
            background-color: #2a9cf5;
            color: #fff; }
      .navbar-area .navbar-collapse .navbar-nav .nav-item .dropdown-menu {
        -webkit-transition: all 0.3s ease-in;
        -moz-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in;
        top: 100%; }
        .navbar-area .navbar-collapse .navbar-nav .nav-item .dropdown-menu.show {
          padding: 0;
          border-radius: 0; }
          .navbar-area .navbar-collapse .navbar-nav .nav-item .dropdown-menu.show .dropdown-item {
            font-size: 14px;
            font-weight: 600;
            color: #737286;
            -webkit-transition: all 0.3s ease-in;
            -moz-transition: all 0.3s ease-in;
            -o-transition: all 0.3s ease-in;
            transition: all 0.3s ease-in; }
            .navbar-area .navbar-collapse .navbar-nav .nav-item .dropdown-menu.show .dropdown-item:hover {
              background-color: #2a9cf5;
              color: #fff; }
      .navbar-area .navbar-collapse .navbar-nav .nav-item:hover .nav-link {
        color: #fff; }
      .navbar-area .navbar-collapse .navbar-nav .nav-item.active .nav-link {
        color: #fff; }
      .navbar-area .navbar-collapse .navbar-nav .nav-item:last-child {
        padding-right: 0; }
      .navbar-area .navbar-collapse .navbar-nav .nav-item .nav-link {
        color: #b7bec9;
        -webkit-transition: all 0.3s ease-in;
        -moz-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in;
        text-transform: capitalize;
        position: relative;
        font-family: "Poppins", sans-serif;
        font-weight: 600;
        font-size: 14px; }
        .navbar-area .navbar-collapse .navbar-nav .nav-item .nav-link:before {
          position: absolute;
          left: 0;
          top: 0; }
        .navbar-area .navbar-collapse .navbar-nav .nav-item .nav-link.pl-0 {
          padding-left: 0; }

@-webkit-keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }

@keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }

.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  animation-direction: reverse;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

/*------------------------------
    Header Area
------------------------------*/
/*---------------------------
    Header Area Two
---------------------------*/
.header-area-two {
  position: relative;
  padding: 192px 0 200px 0; }
  .header-area-two.header-bg-2 {
    background-image: url(../img/bg/header-bg-2.jpg);
    background-size: cover;
    background-position: center; }
  .header-area-two .header-inner {
    text-align: center; }
    .header-area-two .header-inner .subtitle {
      font-size: 16px;
      line-height: 26px;
      color: #c0e9f2;
      font-weight: 600;
      text-transform: uppercase;
      display: block;
      margin-bottom: 10px;
      font-family: "Rubik", sans-serif;
      letter-spacing: 2px; }
    .header-area-two .header-inner .title {
      font-size: 80px;
      line-height: 90px;
      font-weight: 700;
      color: #fff;
      margin-bottom: 18px;
      letter-spacing: -2px;
      font-family: "Rubik", sans-serif; }
    .header-area-two .header-inner p {
      font-size: 20px;
      line-height: 30px;
      color: #e1f4f8;
      max-width: 530px;
      font-family: "Rubik", sans-serif;
      margin: 0 auto; }
    .header-area-two .header-inner .btn-wrapper {
      margin-top: 30px; }
      .header-area-two .header-inner .btn-wrapper .boxed-btn {
        width: 240px;
        margin: 0 10px;
        background-color: #0066ff;
        font-size: 12px;
        text-transform: uppercase;
        letter-spacing: 2px;
        border-radius: 6px;
        border: 2px solid transparent;
        font-family: "Rubik", sans-serif; }
        .header-area-two .header-inner .btn-wrapper .boxed-btn:first-child {
          margin-left: 0; }
        .header-area-two .header-inner .btn-wrapper .boxed-btn:hover {
          border: 2px solid rgba(255, 255, 255, 0.2);
          background-color: transparent;
          color: #bedeee; }
        .header-area-two .header-inner .btn-wrapper .boxed-btn.blank {
          width: 170px;
          font-size: 12px;
          text-transform: uppercase;
          font-weight: 700;
          letter-spacing: 2px;
          color: #bedeee;
          border: 2px solid rgba(255, 255, 255, 0.2);
          border-radius: 6px;
          background-color: transparent;
          font-family: "Rubik", sans-serif; }
          .header-area-two .header-inner .btn-wrapper .boxed-btn.blank:hover {
            background-color: #0066ff;
            color: #fff;
            border-color: #0066ff; }

/*---------------------------
    Header Area Three
---------------------------*/
.header-area-three {
  position: relative;
  padding: 192px 0 200px 0; }
  .header-area-three.header-bg-three {
    background-image: url(../interfaceControl/hero/hero.jpg);
    background-size: cover;
    background-position: center; }
  .header-bg-four {
    background-size: cover;
    background-position: center; }
  .header-area-three.home-six {
    padding: 195px 0 200px 0; }
    .header-area-three.home-six .header-inner .subtitle {
      color: #2a9cf5; }
    .header-area-three.home-six .header-inner .btn-wrapper .boxed-btn {
      background-color: #2a9cf5; }
      .header-area-three.home-six .header-inner .btn-wrapper .boxed-btn.blank:hover {
        background-color: #2a9cf5;
        border-color: #2a9cf5; }
  .header-area-three .header-inner .subtitle {
    font-size: 16px;
    line-height: 26px;
    color: #f45832;
    font-weight: 600;
    text-transform: uppercase;
    display: block;
    margin-bottom: 10px;
    font-family: "Rubik", sans-serif;
    letter-spacing: 2px; }
  .header-area-three .header-inner .title {
    font-size: 80px;
    line-height: 90px;
    font-weight: 700;
    color: #232b37;
    margin-bottom: 18px;
    letter-spacing: -2px;
    font-family: "Rubik", sans-serif; }
  .header-area-three .header-inner p {
    font-size: 20px;
    line-height: 30px;
    color: #838b97;
    max-width: 530px;
    font-family: "Rubik", sans-serif; }
  .header-area-three .header-inner .btn-wrapper {
    margin-top: 30px; }
    .header-area-three .header-inner .btn-wrapper .boxed-btn {
      width: 240px;
      margin: 0 10px;
      background-color: #f45832;
      font-size: 12px;
      text-transform: uppercase;
      letter-spacing: 2px;
      border: 2px solid transparent;
      font-family: "Rubik", sans-serif;
      border-radius: 30px; }
      .header-area-three .header-inner .btn-wrapper .boxed-btn:first-child {
        margin-left: 0; }
      .header-area-three .header-inner .btn-wrapper .boxed-btn:hover {
        border: 2px solid #d1d2d3;
        background-color: transparent;
        color: #6e7683; }
      .header-area-three .header-inner .btn-wrapper .boxed-btn.blank {
        width: 170px;
        font-size: 12px;
        text-transform: uppercase;
        font-weight: 700;
        letter-spacing: 2px;
        color: #6e7683;
        border: 2px solid #d1d2d3;
        background-color: transparent;
        font-family: "Rubik", sans-serif;
        border-radius: 30px; }
        .header-area-three .header-inner .btn-wrapper .boxed-btn.blank:hover {
          background-color: #f45832;
          color: #fff;
          border-color: #f45832; }

/*---------------------------
    Header Area Five
---------------------------*/
.header-area-five {
  position: relative;
  padding: 195px 0 200px 0; }
  .header-area-five.header-bg-five {
    background-image: url(../img/bg/header-bg-5.jpg);
    background-size: cover;
    background-position: center; }
  .header-area-five .header-inner .subtitle {
    font-size: 16px;
    line-height: 26px;
    color: #2a9cf5;
    font-weight: 600;
    text-transform: uppercase;
    display: block;
    margin-bottom: 10px;
    font-family: "Rubik", sans-serif;
    letter-spacing: 2px; }
  .header-area-five .header-inner .title {
    font-size: 70px;
    line-height: 80px;
    font-weight: 700;
    color: #232b37;
    margin-bottom: 18px;
    letter-spacing: -2px;
    font-family: "Rubik", sans-serif; }
  .header-area-five .header-inner p {
    font-size: 20px;
    line-height: 30px;
    color: #838b97;
    max-width: 530px;
    font-family: "Rubik", sans-serif; }
  .header-area-five .header-inner .btn-wrapper {
    margin-top: 30px; }
    .header-area-five .header-inner .btn-wrapper .boxed-btn {
      width: 240px;
      margin: 0 10px;
      background-color: #2a9cf5;
      font-size: 12px;
      text-transform: uppercase;
      letter-spacing: 2px;
      border: 2px solid transparent;
      font-family: "Rubik", sans-serif;
      border-radius: 30px; }
      .header-area-five .header-inner .btn-wrapper .boxed-btn:hover {
        border: 2px solid #d1d2d3;
        background-color: transparent;
        color: #6e7683; }

.header-area {
  position: relative;
  padding: 192px 0 200px 0; }
  .header-area.header-bg {
    background-image: url(../img/bg/header-bg.jpg);
    background-size: cover;
    background-position: center; }
  .header-area .header-inner .subtitle {
    font-size: 16px;
    line-height: 26px;
    color: #00fff6;
    font-weight: 600;
    text-transform: uppercase;
    display: block;
    margin-bottom: 10px; }
  .header-area .header-inner .title {
    font-size: 80px;
    line-height: 90px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 18px;
    letter-spacing: -2px; }
  .header-area .header-inner p {
    font-size: 20px;
    line-height: 30px;
    color: #d1e4ed;
    max-width: 600px; }
  .header-area .header-inner .btn-wrapper {
    margin-top: 30px; }
    .header-area .header-inner .btn-wrapper .boxed-btn {
      width: 240px;
      margin: 0 10px;
      background-color: #206a8e;
      font-size: 12px;
      text-transform: uppercase;
      letter-spacing: 2px;
      border-radius: 6px;
      border: 2px solid transparent; }
      .header-area .header-inner .btn-wrapper .boxed-btn:first-child {
        margin-left: 0; }
      .header-area .header-inner .btn-wrapper .boxed-btn:hover {
        border: 2px solid rgba(255, 255, 255, 0.2);
        background-color: transparent;
        color: #bedeee; }
      .header-area .header-inner .btn-wrapper .boxed-btn.blank {
        width: 170px;
        font-size: 12px;
        text-transform: uppercase;
        font-weight: 700;
        letter-spacing: 2px;
        color: #bedeee;
        border: 2px solid rgba(255, 255, 255, 0.2);
        border-radius: 6px;
        background-color: transparent; }
        .header-area .header-inner .btn-wrapper .boxed-btn.blank:hover {
          background-color: #206a8e;
          color: #fff;
          border-color: #206a8e; }

/*---------------------
    Support Bar
---------------------*/
.support-bar-area {
  background-color: #232b37;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06); }
  .support-bar-area.bg-orange {
    border-bottom: 1px solid #f6795b; }
    .support-bar-area.bg-orange .left-content-area .language-picker:hover,
    .support-bar-area.bg-orange .left-content-area .currency-picker:hover {
      color: #fff; }
    .support-bar-area.bg-orange .left-content-area .language-picker .slang-wrap:hover .name,
    .support-bar-area.bg-orange .left-content-area .currency-picker .slang-wrap:hover .name {
      color: #f45832; }
    .support-bar-area.bg-orange .left-content-area .language-picker .slang-wrap .name,
    .support-bar-area.bg-orange .left-content-area .currency-picker .slang-wrap .name {
      color: #ffd3c8; }
    .support-bar-area.bg-orange .left-content-area .language-picker .default:hover .name,
    .support-bar-area.bg-orange .left-content-area .currency-picker .default:hover .name {
      color: #fff; }
    .support-bar-area.bg-orange .left-content-area .language-picker .default .all-lang li .name,
    .support-bar-area.bg-orange .left-content-area .currency-picker .default .all-lang li .name {
      color: #a2aab6; }
      .support-bar-area.bg-orange .left-content-area .language-picker .default .all-lang li .name:hover,
      .support-bar-area.bg-orange .left-content-area .currency-picker .default .all-lang li .name:hover {
        color: #f45832; }
    .support-bar-area.bg-orange .right-content-area ul li {
      color: #ffd3c8;
      font-family: "Rubik", sans-serif; }
      .support-bar-area.bg-orange .right-content-area ul li:hover {
        color: #ffd3c8;
        opacity: .8; }
      .support-bar-area.bg-orange .right-content-area ul li a {
        color: #ffd3c8; }
        .support-bar-area.bg-orange .right-content-area ul li a:hover {
          color: #ffd3c8;
          opacity: .8; }
  .support-bar-area .left-content-area {
    display: inline-block; }
    .support-bar-area .left-content-area .currency-picker {
      display: inline-block;
      padding-left: 20px; }
      .support-bar-area .left-content-area .currency-picker .slang-wrap {
        cursor: pointer; }
        .support-bar-area .left-content-area .currency-picker .slang-wrap:hover .name {
          color: #2a9cf5; }
        .support-bar-area .left-content-area .currency-picker .slang-wrap .name {
          font-size: 14px;
          color: #a2aab6;
          -webkit-transition: all 0.3s ease-in;
          -moz-transition: all 0.3s ease-in;
          -o-transition: all 0.3s ease-in;
          transition: all 0.3s ease-in; }
          .support-bar-area .left-content-area .currency-picker .slang-wrap .name i {
            padding-left: 2px; }
      .support-bar-area .left-content-area .currency-picker .default {
        display: inline-block;
        position: relative;
        padding: 20px 0; }
        .support-bar-area .left-content-area .currency-picker .default:hover .all-lang {
          visibility: visible;
          opacity: 1;
          height: -webkit-fit-content;
          height: -moz-fit-content;
          height: fit-content; }
        .support-bar-area .left-content-area .currency-picker .default .all-lang {
          background-color: #fff;
          padding: 5px 10px;
          position: absolute;
          left: 0;
          top: 45px;
          z-index: 2;
          width: 80px;
          visibility: hidden;
          opacity: 0;
          height: 0;
          -webkit-transition: height 0.5s ease;
          -moz-transition: height 0.5s ease;
          -o-transition: height 0.5s ease;
          transition: height 0.5s ease; }
          .support-bar-area .left-content-area .currency-picker .default .all-lang li {
            display: block;
            margin: 5px 0; }
    .support-bar-area .left-content-area .language-picker {
      display: inline-block; }
      .support-bar-area .left-content-area .language-picker .slang-wrap {
        position: relative;
        min-height: 20px;
        cursor: pointer; }
        .support-bar-area .left-content-area .language-picker .slang-wrap:hover .name {
          color: #2a9cf5; }
        .support-bar-area .left-content-area .language-picker .slang-wrap .img {
          position: absolute;
          left: 0;
          top: 0; }
        .support-bar-area .left-content-area .language-picker .slang-wrap .name {
          padding-left: 30px;
          font-size: 14px;
          color: #a2aab6;
          -webkit-transition: all 0.3s ease-in;
          -moz-transition: all 0.3s ease-in;
          -o-transition: all 0.3s ease-in;
          transition: all 0.3s ease-in; }
          .support-bar-area .left-content-area .language-picker .slang-wrap .name i {
            padding-left: 2px; }
      .support-bar-area .left-content-area .language-picker .default {
        display: inline-block;
        position: relative;
        padding: 20px 0; }
        .support-bar-area .left-content-area .language-picker .default:hover .all-lang {
          visibility: visible;
          opacity: 1;
          height: -webkit-fit-content;
          height: -moz-fit-content;
          height: fit-content; }
        .support-bar-area .left-content-area .language-picker .default .all-lang {
          background-color: #fff;
          padding: 5px 10px;
          position: absolute;
          left: 0;
          top: 45px;
          z-index: 2;
          width: 100px;
          visibility: hidden;
          opacity: 0;
          height: 0;
          -webkit-transition: height 0.5s ease;
          -moz-transition: height 0.5s ease;
          -o-transition: height 0.5s ease;
          transition: height 0.5s ease; }
          .support-bar-area .left-content-area .language-picker .default .all-lang li {
            display: block;
            margin: 5px 0; }
  .support-bar-area .right-content-area {
    display: inline-block;
    float: right;
    padding: 20px 0; }
    .support-bar-area .right-content-area ul li {
      display: inline-block;
      color: #999fa9;
      font-size: 14px;
      margin: 0 10px;
      -webkit-transition: all 0.3s ease-in;
      -moz-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in;
      cursor: pointer; }
      .support-bar-area .right-content-area ul li:hover {
        color: #2a9cf5; }
      .support-bar-area .right-content-area ul li:last-child {
        margin-right: 0; }
      .support-bar-area .right-content-area ul li a {
        color: #999fa9;
        -webkit-transition: all 0.3s ease-in;
        -moz-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in; }
        .support-bar-area .right-content-area ul li a:hover {
          color: #2a9cf5; }

.support-bar-two {
  border-bottom: 1px solid #f6795b;
  padding: 25px 0 17px 0; }
  .support-bar-two.bg-white {
    border-bottom: none; }
    .support-bar-two.bg-white.home-4 {
      margin-bottom: 13px; }
  .support-bar-two.home-6 {
    border-top: 1px solid #cdd0d5; }
    .support-bar-two.home-6 .right-content ul li .support-search-area .search-form {
      position: relative; }
      .support-bar-two.home-6 .right-content ul li .support-search-area .search-form .form-element.has-icon .the-icon:after {
        color: #2a9cf5; }
      .support-bar-two.home-6 .right-content ul li .support-search-area .search-form .form-element.has-icon .the-icon .category {
        color: #2a9cf5; }
        .support-bar-two.home-6 .right-content ul li .support-search-area .search-form .form-element.has-icon .the-icon .category option {
          color: #2a9cf5;
          background-color: #fff; }
      .support-bar-two.home-6 .right-content ul li .support-search-area .search-form .form-element.has-icon .select2-container--default .select2-selection--single .select2-selection__rendered {
        color: #a2aab6; }
      .support-bar-two.home-6 .right-content ul li .support-search-area .search-form .form-element .input-field {
        color: #a2aab6;
        border: 2px solid #2a9cf5; }
        .support-bar-two.home-6 .right-content ul li .support-search-area .search-form .form-element .input-field::-webkit-input-placeholder {
          /* WebKit browsers */
          color: #a2aab6; }
        .support-bar-two.home-6 .right-content ul li .support-search-area .search-form .form-element .input-field:-moz-placeholder {
          /* Mozilla Firefox 4 to 18 */
          color: #a2aab6; }
        .support-bar-two.home-6 .right-content ul li .support-search-area .search-form .form-element .input-field::-moz-placeholder {
          /* Mozilla Firefox 19+ */
          color: #a2aab6; }
        .support-bar-two.home-6 .right-content ul li .support-search-area .search-form .form-element .input-field:-ms-input-placeholder {
          /* Internet Explorer 10+ */
          color: #a2aab6; }
      .support-bar-two.home-6 .right-content ul li .support-search-area .search-form .submit-btn {
        border: 2px solid #2a9cf5;
        color: #2a9cf5; }
        .support-bar-two.home-6 .right-content ul li .support-search-area .search-form .submit-btn:hover {
          background-color: #2a9cf5;
          color: #fff; }
    .support-bar-two.home-6 .right-content ul li .single-support-info-item {
      position: relative; }
      .support-bar-two.home-6 .right-content ul li .single-support-info-item .icon {
        color: #2a9cf5; }
      .support-bar-two.home-6 .right-content ul li .single-support-info-item .content .title {
        color: #2a9cf5; }
      .support-bar-two.home-6 .right-content ul li .single-support-info-item .content .details {
        color: #a2aab6;
        font-weight: 400; }
  .support-bar-two .left-content {
    display: inline-block;
    margin-top: 6px; }
  .support-bar-two .right-content {
    display: inline-block;
    float: right; }
    .support-bar-two .right-content ul li {
      display: inline-block;
      margin: 0 18px; }
      .support-bar-two .right-content ul li:last-child {
        margin-right: 0; }
      .support-bar-two .right-content ul li .support-search-area {
        /* position: relative; */
        top: -10px; 
      }
        .support-bar-two .right-content ul li .support-search-area .search-form {
          position: relative; }
          .support-bar-two .right-content ul li .support-search-area .search-form .form-element:focus {
            outline: none; }
          .support-bar-two .right-content ul li .support-search-area .search-form .form-element .select2-container--default {
            width: 100px !important;
            -webkit-box-shadow: none;
            box-shadow: none; }
            .support-bar-two .right-content ul li .support-search-area .search-form .form-element .select2-container--default .select2-selection--single {
              border: none;
              background-color: unset;
              border-radius: none !important; }
              .support-bar-two .right-content ul li .support-search-area .search-form .form-element .select2-container--default .select2-selection--single .select2-selection__rendered {
                color: #ffd3c8; }
              .support-bar-two .right-content ul li .support-search-area .search-form .form-element .select2-container--default .select2-selection--single:focus {
                outline: none; }
            .support-bar-two .right-content ul li .support-search-area .search-form .form-element .select2-container--default .select2-selection__arrow {
              display: none; }
          .support-bar-two .right-content ul li .support-search-area .search-form .form-element.has-icon .the-icon {
            right: 70px; }
            .support-bar-two .right-content ul li .support-search-area .search-form .form-element.has-icon .the-icon:after {
              position: absolute;
              right: -15px;
              top: 13px;
              -ms-transform: translateY(-50%);
              /* IE 9 */
              -webkit-transform: translateY(-50%);
              /* Chrome, Safari, Opera */
              transform: translateY(-50%);
              content: "";
              font-family: "Font Awesome 5 Free";
              font-weight: 900;
              font-size: 10px;
              color: #ffd3c8; }
            .support-bar-two .right-content ul li .support-search-area .search-form .form-element.has-icon .the-icon .category {
              font-size: 12px;
              background-color: transparent;
              color: #ffd3c8;
              border: none;
              font-weight: 500;
              font-family: "Rubik", sans-serif;
              cursor: pointer; }
          .support-bar-two .right-content ul li .support-search-area .search-form .form-element .input-field {
            width: 414px;
            height: 40px;
            background-color: transparent;
            color: #ffd3c8;
            border: 2px solid #f6795b;
            border-radius: 30px;
            font-size: 12px;
            font-family: "Rubik", sans-serif;
            font-weight: 500; }
            .support-bar-two .right-content ul li .support-search-area .search-form .form-element .input-field::-webkit-input-placeholder {
              /* WebKit browsers */
              color: #ffd3c8; }
            .support-bar-two .right-content ul li .support-search-area .search-form .form-element .input-field:-moz-placeholder {
              /* Mozilla Firefox 4 to 18 */
              color: #ffd3c8; }
            .support-bar-two .right-content ul li .support-search-area .search-form .form-element .input-field::-moz-placeholder {
              /* Mozilla Firefox 19+ */
              color: #ffd3c8; }
            .support-bar-two .right-content ul li .support-search-area .search-form .form-element .input-field:-ms-input-placeholder {
              /* Internet Explorer 10+ */
              color: #ffd3c8; }
          .support-bar-two .right-content ul li .support-search-area .search-form .submit-btn {
            position: absolute;
            right: 0;
            top: 0;
            background-color: transparent;
            border: 2px solid #f6795b;
            border-radius: 50%;
            width: 40px;
            height: 40px;
            color: #ffd3c8;
            -webkit-transition: all 0.3s ease-in;
            -moz-transition: all 0.3s ease-in;
            -o-transition: all 0.3s ease-in;
            transition: all 0.3s ease-in;
            line-height: 35px;
            font-size: 12px;
            font-family: "Rubik", sans-serif; }
            .support-bar-two .right-content ul li .support-search-area .search-form .submit-btn:hover {
              background-color: #f45832; }
      .support-bar-two .right-content ul li .single-support-info-item {
        position: relative; }
        .support-bar-two .right-content ul li .single-support-info-item .icon {
          font-size: 12px;
          color: #ffd3c8;
          position: absolute;
          left: 0;
          top: 0; }
        .support-bar-two .right-content ul li .single-support-info-item .content {
          padding-left: 20px; }
          .support-bar-two .right-content ul li .single-support-info-item .content .title {
            font-size: 16px;
            font-weight: 700;
            color: #ffd3c8;
            font-family: "Rubik", sans-serif;
            margin-bottom: 0; }
          .support-bar-two .right-content ul li .single-support-info-item .content .details {
            color: #ffd3c8;
            font-size: 12px;
            font-family: "Rubik", sans-serif;
            font-weight: 500; }

/*---------------------------
    New Product Area
----------------------------*/
.new-product-area {
  padding: 113px 0 90px 0; }

.single-new-collection-item {
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  text-align: center;
  margin-bottom: 30px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px; }
  .single-new-collection-item:hover {
    -webkit-box-shadow: 0 0 55px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 55px 0 rgba(0, 0, 0, 0.1); }
    .single-new-collection-item:hover .thumb .hover {
      visibility: visible;
      opacity: 1; }
      .single-new-collection-item:hover .thumb .hover .addtocart {
        -ms-transform: translateY(0px);
        /* IE 9 */
        -webkit-transform: translateY(0px);
        /* Chrome, Safari, Opera */
        transform: translateY(0px); }
  .single-new-collection-item .thumb {
    position: relative; }
    .single-new-collection-item .thumb .hover {
      position: absolute;
      left: 0;
      top: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.8);
      -webkit-transition: all 0.3s ease-in;
      -moz-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in;
      visibility: hidden;
      opacity: 0; }
      .single-new-collection-item .thumb .hover .addtocart {
        display: inline-block;
        background-color: #2a9cf5;
        padding: 10px 25px;
        border-radius: 25px;
        color: #fff;
        font-weight: 700;
        -ms-transform: translateY(50px);
        /* IE 9 */
        -webkit-transform: translateY(50px);
        /* Chrome, Safari, Opera */
        transform: translateY(50px);
        font-size: 12px;
        text-transform: uppercase;
        -webkit-transition: all 0.3s ease-in;
        -moz-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in; }
        .single-new-collection-item .thumb .hover .addtocart:hover {
          opacity: .8; }
  .single-new-collection-item .content {
    border: 2px solid #e5e5e5;
    border-top: none;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 30px 0 22px 0; }
    .single-new-collection-item .content .category {
      font-family: "Poppins", sans-serif;
      color: #d1d0d0;
      font-weight: 700;
      background-color: #f5f5f5;
      text-transform: uppercase;
      letter-spacing: 2px;
      padding: 5px 20px;
      border-radius: 25px;
      margin-bottom: 10px;
      display: inline-block;
      font-size: 12px; }
    .single-new-collection-item .content .title {
      font-size: 14px;
      line-height: 28px;
      color: #232b37;
      margin-bottom: 5px; }
    .single-new-collection-item .content .price {
      font-size: 16px;
      line-height: 26px; }
      .single-new-collection-item .content .price .sprice {
        color: #2a9cf5;
        margin-right: 10px; }
      .single-new-collection-item .content .price .dprice {
        color: #b0b5bc; }

/*-----------------------
    Ladies Cloth Area
------------------------*/
.ladies-cloths-area {
  position: relative;
  padding: 120px 0; }
  .ladies-cloths-area.ladies-cloths-bg {
    background-color: #99ded3;
    background-image: url(../img/bg/ladies-cloths-bg.jpg);
    background-size: cover;
    background-position: center; }
  .ladies-cloths-area .ladies-cloths-content-area .countdown-area ul li {
    padding-top: 10px;
    display: inline-block;
    width: 100px;
    height: 100px;
    border: 2px solid rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    text-align: center;
    background-color: #95d2c6;
    margin: 0 8px; }
    .ladies-cloths-area .ladies-cloths-content-area .countdown-area ul li:first-child {
      margin-left: 0; }
    .ladies-cloths-area .ladies-cloths-content-area .countdown-area ul li .single-countdown-box .day {
      font-size: 40px;
      line-height: 50px;
      color: #fff; }
    .ladies-cloths-area .ladies-cloths-content-area .countdown-area ul li .single-countdown-box .title {
      font-size: 12px;
      line-height: 24px;
      text-transform: uppercase;
      font-weight: 700;
      color: #fff; }
  .ladies-cloths-area .ladies-cloths-content-area .bottom-content {
    padding-top: 35px; }
    .ladies-cloths-area .ladies-cloths-content-area .bottom-content .subtitle {
      font-size: 30px;
      line-height: 40px;
      color: #2a9cf5;
      font-weight: 600;
      display: block;
      margin-bottom: 12px; }
    .ladies-cloths-area .ladies-cloths-content-area .bottom-content .title {
      font-size: 80px;
      line-height: 90px;
      color: #232b37;
      letter-spacing: -1px;
      font-weight: 800;
      margin-bottom: 17px; }
    .ladies-cloths-area .ladies-cloths-content-area .bottom-content p {
      font-size: 18px;
      line-height: 28px;
      color: #838b97; }
    .ladies-cloths-area .ladies-cloths-content-area .bottom-content .boxed-btn {
      width: 240px;
      font-size: 12px;
      text-transform: uppercase;
      letter-spacing: 2px;
      border-radius: 6px;
      margin-top: 21px; }
      .ladies-cloths-area .ladies-cloths-content-area .bottom-content .boxed-btn:hover {
        -webkit-box-shadow: 0 0 25px 0 rgba(42, 156, 245, 0.8);
        box-shadow: 0 0 25px 0 rgba(42, 156, 245, 0.8); }

/*------------------------
    Best Seller Area
------------------------*/
.best-sellers-area {
  padding: 73px 0 50px 0; }
  .best-sellers-area .best-sellter-filter-menu {
    margin-bottom: 30px; }
    .best-sellers-area .best-sellter-filter-menu .nav-tabs {
      text-align: center;
      border: none;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      .best-sellers-area .best-sellter-filter-menu .nav-tabs .nav-item .nav-link {
        border: none;
        display: inline-block;
        margin: 0 8px;
        padding: 15px 35px;
        background-color: #f4f4f4;
        color: #d1d0d0;
        font-size: 12px;
        text-transform: uppercase;
        font-weight: 700;
        border-radius: 6px;
        -webkit-transition: all 0.3s ease-in;
        -moz-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in;
        cursor: pointer; }
        .best-sellers-area .best-sellter-filter-menu .nav-tabs .nav-item .nav-link.active {
          background-color: #2a9cf5;
          color: #fff; }

.best-seller-area-two {
  margin-top: 40px;
  padding-bottom: 50px; }
  .best-seller-area-two.home-3 {
    padding-bottom: 90px; }

.best-seller-two-filter-menu {
  margin-bottom: 30px;
  position: relative;
  z-index: 0; }
  .best-seller-two-filter-menu.home-5:after {
    display: none; }
  .best-seller-two-filter-menu.home-5 .nav-tabs .nav-item .nav-link:hover {
    background-color: #2a9cf5;
    border-color: #2a9cf5;
    color: #fff; }
  .best-seller-two-filter-menu.home-5 .nav-tabs .nav-item .nav-link.active {
    background-color: #2a9cf5;
    border-color: #2a9cf5;
    color: #fff; }
  .best-seller-two-filter-menu:after {
    position: absolute;
    left: 0;
    top: 25px;
    background-color: #f4f4f4;
    height: 2px;
    width: 100%;
    content: '';
    z-index: -1; }
  .best-seller-two-filter-menu .nav-tabs {
    border: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .best-seller-two-filter-menu .nav-tabs .nav-item .nav-link {
      display: inline-block;
      margin: 0 8px;
      padding: 15px 35px;
      background-color: #fff;
      color: #d1d0d0;
      font-size: 12px;
      text-transform: uppercase;
      font-weight: 700;
      border-radius: 30px;
      -webkit-transition: all 0.3s ease-in;
      -moz-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in;
      border: 2px solid #f4f4f4;
      cursor: pointer; }
      .best-seller-two-filter-menu .nav-tabs .nav-item .nav-link.active, .best-seller-two-filter-menu .nav-tabs .nav-item .nav-link:hover {
        background-color: #f45832;
        color: #fff;
        border-color: #f45832; }

.best-seller-four-filter-menu {
  margin-bottom: 30px; }
  .best-seller-four-filter-menu li {
    display: inline-block;
    margin: 0 8px;
    padding: 15px 35px;
    background-color: #f4f4f4;
    color: #d1d0d0;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 30px;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    cursor: pointer; }
    .best-seller-four-filter-menu li.active {
      background-color: #f45832;
      color: #fff; }

.single-product-item-two {
  background-color: white;
  -webkit-box-shadow: 0px 4px 30px 0px rgba(226, 226, 226, 0.3);
  box-shadow: 0px 4px 30px 0px rgba(226, 226, 226, 0.3);
  text-align: center;
  margin-bottom: 30px; }
  .single-product-item-two.home-6 {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 6px; }
    .single-product-item-two.home-6 .img-wrapper img {
      border-top-left-radius: 6px;
      border-top-right-radius: 6px; }
    .single-product-item-two.home-6 .img-wrapper .hover {
      border-top-left-radius: 5px;
      border-top-right-radius: 5px; }
      .single-product-item-two.home-6 .img-wrapper .hover .addtocart {
        background-color: #2a9cf5; }
    .single-product-item-two.home-6 .content .title, .single-product-item-two.home-6 .content .subtitle, .single-product-item-two.home-6 .content .price, .single-product-item-two.home-6 .content .category {
      font-family: "Rubik", sans-serif; }
  .single-product-item-two:hover .img-wrapper .hover {
    visibility: visible;
    opacity: 1; }
    .single-product-item-two:hover .img-wrapper .hover .addtocart {
      -ms-transform: translateY(0px);
      /* IE 9 */
      -webkit-transform: translateY(0px);
      /* Chrome, Safari, Opera */
      transform: translateY(0px); }
  .single-product-item-two .img-wrapper {
    position: relative; }
    .single-product-item-two .img-wrapper .hover {
      position: absolute;
      left: 0;
      top: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.8);
      -webkit-transition: all 0.3s ease-in;
      -moz-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in;
      visibility: hidden;
      opacity: 0; }
      .single-product-item-two .img-wrapper .hover .addtocart {
        display: inline-block;
        background-color: #f45832;
        padding: 10px 25px;
        border-radius: 25px;
        color: #fff;
        font-weight: 700;
        -ms-transform: translateY(50px);
        /* IE 9 */
        -webkit-transform: translateY(50px);
        /* Chrome, Safari, Opera */
        transform: translateY(50px);
        font-size: 12px;
        text-transform: uppercase;
        -webkit-transition: all 0.3s ease-in;
        -moz-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in; }
        .single-product-item-two .img-wrapper .hover .addtocart:hover {
          opacity: .8; }
  .single-product-item-two .content {
    border-top: none;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 30px 0 22px 0; }
    .single-product-item-two .content .category {
      font-family: "Poppins", sans-serif;
      color: #d1d0d0;
      font-weight: 700;
      background-color: #f5f5f5;
      text-transform: uppercase;
      letter-spacing: 2px;
      padding: 5px 20px;
      border-radius: 25px;
      margin-bottom: 10px;
      display: inline-block;
      font-size: 12px; }
    .single-product-item-two .content .title {
      font-size: 18px;
      line-height: 28px;
      color: #232b37;
      margin-bottom: 5px; }
    .single-product-item-two .content .price {
      font-size: 16px;
      line-height: 26px; }
      .single-product-item-two .content .price .sprice {
        color: #f45832;
        margin-right: 10px; }
      .single-product-item-two .content .price .dprice {
        color: #b0b5bc; }

.best-seller-area-four {
  padding: 80px 0 60px 0; }

.best-seller-area-five {
  padding: 80px 0 50px 0; }

.filter-ara-home-four {
  padding: 80px 0 50px 0; }

.filter-ara-home-five-two {
  padding: 80px 0 50px 0; }

.filter-area-menu-home-four {
  margin-bottom: 30px; }
  .filter-area-menu-home-four .nav-tabs {
    text-align: center;
    display: block;
    border: 2px solid #e5e5e5;
    border-radius: 35px;
    padding: 15px 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .filter-area-menu-home-four .nav-tabs .nav-item {
      display: inline-block; }
      .filter-area-menu-home-four .nav-tabs .nav-item .nav-link {
        font-size: 12px;
        font-weight: 700;
        text-transform: uppercase;
        color: #8f97a2;
        margin: 0 40px;
        letter-spacing: 3px;
        cursor: pointer;
        border: none;
        -webkit-transition: all 0.3s ease-in;
        -moz-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in; }
        .filter-area-menu-home-four .nav-tabs .nav-item .nav-link.active, .filter-area-menu-home-four .nav-tabs .nav-item .nav-link:hover {
          color: #232b37; }

.filter-ara-home-five {
  padding: 80px 0 63px 0; }

.banner-area-home-5 {
  padding-bottom: 80px; }

.home-six-trending-sellter-filter-nav {
  margin-bottom: 0px;
  text-align: center; }
  .home-six-trending-sellter-filter-nav .nav-tabs {
    border: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .home-six-trending-sellter-filter-nav .nav-tabs .nav-item .nav-link {
      display: inline-block;
      margin: 0 8px;
      padding: 15px 35px;
      background-color: #2a9cf5;
      color: #fff;
      font-size: 12px;
      text-transform: uppercase;
      font-weight: 700;
      border-radius: 6px;
      -webkit-transition: all 0.3s ease-in;
      -moz-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in;
      cursor: pointer;
      border: none; }
      .home-six-trending-sellter-filter-nav .nav-tabs .nav-item .nav-link.active, .home-six-trending-sellter-filter-nav .nav-tabs .nav-item .nav-link:hover {
        background-color: #fff;
        color: #2a9cf5;
        border: none; }

.best-seller-home-6-filter-menu {
  text-align: center;
  margin-bottom: 30px; }
  .best-seller-home-6-filter-menu ul li {
    display: inline-block;
    margin: 0 8px;
    padding: 15px 35px;
    background-color: #3e4755;
    color: #b1b6bd;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 6px;
    border-radius: 25px;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    cursor: pointer;
    font-family: "Rubik", sans-serif; }
    .best-seller-home-6-filter-menu ul li.active {
      background-color: #43a4f6;
      color: #fff; }

.best-seller-home-6-filter-menu-small {
  text-align: center;
  margin-bottom: 30px; }
  .best-seller-home-6-filter-menu-small .nav-tabs {
    border: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .best-seller-home-6-filter-menu-small .nav-tabs .nav-item .nav-link {
      display: inline-block;
      border: none;
      margin: 0 8px;
      padding: 15px 35px;
      color: #b1b6bd;
      font-size: 12px;
      text-transform: uppercase;
      font-weight: 700;
      border-radius: 6px;
      border-radius: 25px;
      -webkit-transition: all 0.3s ease-in;
      -moz-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in;
      cursor: pointer;
      font-family: "Rubik", sans-serif;
      border: 2px solid #f0f0f0;
      border-radius: 25px; }
      .best-seller-home-6-filter-menu-small .nav-tabs .nav-item .nav-link.active, .best-seller-home-6-filter-menu-small .nav-tabs .nav-item .nav-link:hover {
        background-color: #43a4f6;
        color: #fff;
        border-color: #2a9cf5; }

.best-seller-home-6-area {
  padding: 80px 0 50px 0; }

.best-seller-home-6-area-small {
  padding: 80px 0 60px 0; }
  .best-seller-home-6-area-small.cart-page {
    padding: 80px 0 60px; }

.best-seller-vendor-area {
  padding-bottom: 60px; }
  .best-seller-vendor-area.vendor-list-page {
    padding: 40px 0 100px 0; }

/*------------------------------
    Free Shipping Area
-------------------------------*/
.free-shipping-area {
  position: relative;
  padding: 95px 0 88px 0;
  z-index: 0; }
  .free-shipping-area:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(35, 43, 55, 0.9);
    z-index: -1;
    content: ''; }
  .free-shipping-area.shipping-bg {
    background-image: url(../img/bg/shipping-bg.jpg);
    background-size: cover;
    background-position: center; }
  .free-shipping-area .left-content-area {
    display: inline-block; }
    .free-shipping-area .left-content-area .icon {
      font-size: 60px;
      line-height: 60px;
      color: #fff;
      display: inline-block;
      position: relative;
      top: -25px;
      margin-right: 30px; }
    .free-shipping-area .left-content-area .title {
      display: inline-block;
      color: #fff;
      font-size: 50px;
      line-height: 60px;
      margin-bottom: 0; }
  .free-shipping-area .right-content-area {
    display: inline-block;
    float: right; }
    .free-shipping-area .right-content-area .btn-wrapper {
      margin-top: 27px; }
      .free-shipping-area .right-content-area .btn-wrapper .boxed-btn {
        width: 170px;
        height: 60px;
        background-color: #2a9cf5;
        color: #fff;
        text-transform: uppercase;
        font-size: 12px;
        font-weight: 700;
        letter-spacing: 2px;
        border-radius: 6px; }
        .free-shipping-area .right-content-area .btn-wrapper .boxed-btn:hover {
          -webkit-box-shadow: 0 0 25px 0 rgba(42, 156, 245, 0.5);
          box-shadow: 0 0 25px 0 rgba(42, 156, 245, 0.5);
          background-color: #2a9cf5; }

/*-------------------------
    Features One Area
------------------------*/
.feature-one-area {
  padding: 115px 0 95px 0; }
  .feature-one-area.home-6 {
    padding-top: 75px;
    padding-bottom: 58px; }
    .feature-one-area.home-6 .single-featured-one-item .inner-item .subtitle {
      font-family: "Rubik", sans-serif;
      font-weight: 500; }
    .feature-one-area.home-6 .single-featured-one-item .inner-item .title {
      font-family: "Rubik", sans-serif;
      font-weight: 400; }

.single-featured-one-item .inner-item {
  margin-bottom: 45px; }
  .single-featured-one-item .inner-item .subtitle {
    font-size: 16px;
    font-weight: 700;
    color: #2a9cf5;
    text-transform: uppercase;
    letter-spacing: 2px; }
  .single-featured-one-item .inner-item .title {
    font-size: 60px;
    line-height: 70px;
    color: #232b37; }

.single-featured-one-item .banner-add {
  margin-bottom: 25px; }

.single-rated-box-one {
  position: relative;
  min-height: 130px;
  margin-bottom: 20px; }
  .single-rated-box-one:hover .content .title {
    color: #2a9cf5; }
  .single-rated-box-one .thumb {
    position: absolute;
    left: 0;
    top: 0; }
  .single-rated-box-one .content {
    padding-left: 150px;
    border: 2px solid #e5e5e5;
    border-left: none;
    padding: 20px 0 25px 150px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px; }
    .single-rated-box-one .content .ratings {
      margin-bottom: 5px; }
      .single-rated-box-one .content .ratings li {
        cursor: pointer;
        display: inline-block;
        font-size: 14px;
        color: #ffd800; }
    .single-rated-box-one .content .title {
      color: #232b37;
      font-size: 18px;
      line-height: 28px;
      margin-bottom: 5px;
      -webkit-transition: all 0.3s ease-in;
      -moz-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in; }
    .single-rated-box-one .content .price {
      font-size: 16px;
      line-height: 26px; }
      .single-rated-box-one .content .price .sprice {
        color: #2a9cf5;
        margin-right: 10px; }
      .single-rated-box-one .content .price .dprice {
        color: #b0b5bc; }

.single-rated-box-two {
  position: relative;
  min-height: 130px;
  margin-bottom: 20px; }
  .single-rated-box-two:hover .content .title {
    color: #f45832; }
  .single-rated-box-two .thumb {
    position: absolute;
    left: 0;
    top: 0; }
  .single-rated-box-two .content {
    padding-left: 150px;
    -webkit-box-shadow: 0px 4px 30px 0px rgba(226, 226, 226, 0.3);
    box-shadow: 0px 4px 30px 0px rgba(226, 226, 226, 0.3);
    padding: 22px 0 27px 150px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px; }
    .single-rated-box-two .content .ratings {
      margin-bottom: 5px; }
      .single-rated-box-two .content .ratings li {
        cursor: pointer;
        display: inline-block;
        font-size: 14px;
        color: #ffd800; }
    .single-rated-box-two .content .title {
      color: #232b37;
      font-size: 18px;
      line-height: 28px;
      margin-bottom: 5px;
      -webkit-transition: all 0.3s ease-in;
      -moz-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in; }
    .single-rated-box-two .content .price {
      font-size: 16px;
      line-height: 26px; }
      .single-rated-box-two .content .price .sprice {
        color: #f45832;
        margin-right: 10px; }
      .single-rated-box-two .content .price .dprice {
        color: #b0b5bc; }

.feature-area-home-6 {
  padding: 80px 0 80px 0; }

/*-------------------------
    Footer Area
------------------------*/
.footer-arae-one.home-3 .footer-widget.about .widget-body .contact-info-list li .single-contact-info:hover .icon {
  background-color: #f45832;
  color: #fff; }

.footer-arae-one.home-3 .footer-widget .widget-body .page-list li a:hover {
  color: #f45832; }

.footer-arae-one .footer-top-one {
  padding: 100px 0 88px 0; }

.footer-arae-one .footer-widget.about .widget-body .footer-logo {
  display: block;
  margin-bottom: 40px; }

.footer-arae-one .footer-widget.about .widget-body .contact-info-list li {
  margin-bottom: 30px; }
  .footer-arae-one .footer-widget.about .widget-body .contact-info-list li:last-child {
    margin-bottom: 0; }
  .footer-arae-one .footer-widget.about .widget-body .contact-info-list li .single-contact-info {
    position: relative; }
    .footer-arae-one .footer-widget.about .widget-body .contact-info-list li .single-contact-info:hover .icon {
      background-color: #2a9cf5;
      color: #fff; }
    .footer-arae-one .footer-widget.about .widget-body .contact-info-list li .single-contact-info .icon {
      position: absolute;
      left: 0;
      top: 0;
      background-color: #2d3644;
      display: inline-block;
      font-size: 14px;
      color: #c1c6ce;
      width: 40px;
      height: 40px;
      text-align: center;
      line-height: 40px;
      border-radius: 6px;
      -webkit-transition: all 0.3s ease-in;
      -moz-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in; }
    .footer-arae-one .footer-widget.about .widget-body .contact-info-list li .single-contact-info .content {
      padding-left: 60px; }
      .footer-arae-one .footer-widget.about .widget-body .contact-info-list li .single-contact-info .content .details {
        font-size: 14px;
        color: #c1c6ce;
        line-height: 24px; }

.footer-arae-one .footer-widget .widget-title {
  margin-bottom: 26px; }
  .footer-arae-one .footer-widget .widget-title .title {
    font-size: 20px;
    line-height: 40px;
    color: #fff; }

.footer-arae-one .footer-widget .widget-body .page-list li {
  margin: 10px 0; }
  .footer-arae-one .footer-widget .widget-body .page-list li a {
    font-size: 14px;
    line-height: 26px;
    color: #c1c6ce;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in; }
    .footer-arae-one .footer-widget .widget-body .page-list li a:hover {
      color: #2a9cf5; }

.copyright-area-two {
  margin: 0 15px; }
  .copyright-area-two .copyright-inner {
    border-top: 2px solid rgba(255, 255, 255, 0.2);
    padding: 20px 30px;
    border-radius: 6px;
    margin: 30px 0; }
    .copyright-area-two .copyright-inner .left-content-area {
      display: inline-block; }
      .copyright-area-two .copyright-inner .left-content-area .copyright-text {
        padding-top: 3px;
        font-size: 14px;
        line-height: 24px;
        font-weight: 600;
        color: #a4abb6;
        display: block; }
    .copyright-area-two .copyright-inner .right-content-area {
      display: inline-block;
      float: right; }
      .copyright-area-two .copyright-inner .right-content-area ul li {
        display: inline-block;
        margin: 0 3px; }
        .copyright-area-two .copyright-inner .right-content-area ul li:last-child {
          margin-right: 0; }

.copyright-area .copyright-inner {
  border-top: 2px solid rgba(255, 255, 255, 0.2);
  padding: 30px 0; }
  .copyright-area .copyright-inner .left-content-area {
    display: inline-block; }
    .copyright-area .copyright-inner .left-content-area .copyright-text {
      padding-top: 3px;
      font-size: 14px;
      line-height: 24px;
      font-weight: 600;
      color: #a4abb6;
      display: block; }
  .copyright-area .copyright-inner .right-content-area {
    display: inline-block;
    float: right; }
    .copyright-area .copyright-inner .right-content-area ul li {
      display: inline-block;
      margin: 0 3px; }
      .copyright-area .copyright-inner .right-content-area ul li:last-child {
        margin-right: 0; }

/*----------------------
    Promotional area
----------------------*/
.promotional-product-showcase-two {
  margin: 30px 15px 0 15px; }

.promotional-area-one {
  margin: 30px 15px; }

.promotional-area-two {
  margin: 30px 15px; }
  .promotional-area-two.home-two {
    margin-top: 0; }

.promotional-product-showcase {
  margin: 0px 15px; }
  .promotional-product-showcase.home-two {
    margin-bottom: 0; }

.single-promotional-item.left-text.left-60 .img-wrapper .hover {
  left: 60px; }

.single-promotional-item.left-text.top-100 .img-wrapper {
  height: 1020px; }
  .single-promotional-item.left-text.top-100 .img-wrapper .hover {
    top: 100px;
    -ms-transform: translateY(0%);
    /* IE 9 */
    -webkit-transform: translateY(0%);
    /* Chrome, Safari, Opera */
    transform: translateY(0%); }

.single-promotional-item.left-text .img-wrapper .hover {
  right: auto;
  left: 80px;
  width: 450px; }

.single-promotional-item .img-wrapper {
  position: relative;
  z-index: 0;
  height: 495px; }
  .single-promotional-item .img-wrapper.promotional-bg-4 {
    background-image: url(../img/promotional/01.jpg);
    background-color: #838b97;
    background-position: center;
    background-size: cover; }
  .single-promotional-item .img-wrapper.promotional-bg-5 {
    background-image: url(../img/promotional/02.jpg);
    background-color: #838b97;
    background-position: center;
    background-size: cover; }
  .single-promotional-item .img-wrapper.promotional-bg-6 {
    background-image: url(../img/promotional/03.jpg);
    background-color: #838b97;
    background-position: center;
    background-size: cover; }
  .single-promotional-item .img-wrapper.promotional-bg-7 {
    background-image: url(../img/promotional/04.jpg);
    background-color: #838b97;
    background-position: center;
    background-size: cover; }
  .single-promotional-item .img-wrapper:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1);
    content: '';
    z-index: 1; }
  .single-promotional-item .img-wrapper .hover {
    position: absolute;
    right: 80px;
    top: 50%;
    -ms-transform: translateY(-50%);
    /* IE 9 */
    -webkit-transform: translateY(-50%);
    /* Chrome, Safari, Opera */
    transform: translateY(-50%);
    width: 300px;
    z-index: 2; }
    .single-promotional-item .img-wrapper .hover .subtitle {
      font-size: 12px;
      text-transform: uppercase;
      font-weight: 700;
      letter-spacing: 2px;
      color: #fff;
      font-family: "Rubik", sans-serif;
      display: block;
      margin-bottom: 15px; }
    .single-promotional-item .img-wrapper .hover .title {
      font-size: 60px;
      line-height: 70px;
      color: #fff;
      font-family: "Rubik", sans-serif; }
    .single-promotional-item .img-wrapper .hover .btn-wrapper {
      margin-top: 25px; }
      .single-promotional-item .img-wrapper .hover .btn-wrapper .boxed-btn {
        color: #fff;
        text-transform: uppercase;
        font-family: "Rubik", sans-serif;
        font-size: 12px;
        letter-spacing: 2px;
        border: 2px solid rgba(255, 255, 255, 0.2);
        border-radius: 6px; }
        .single-promotional-item .img-wrapper .hover .btn-wrapper .boxed-btn:hover {
          border-color: #0066FF;
          background-color: #0066FF; }

.promotional-center-area {
  padding: 195px 0 200px 0;
  margin: 30px 30px 0 30px; }
  .promotional-center-area.promotional-center-area-bg {
    background-size: cover;
    background-position: center;
    background-image: url(../img/promotional/06.jpg); }
  .promotional-center-area .single-promotional-cetner-item {
    text-align: center; }
    .promotional-center-area .single-promotional-cetner-item .subtitle {
      font-size: 16px;
      line-height: 26px;
      color: #0066ff;
      font-weight: 600;
      text-transform: uppercase;
      display: block;
      margin-bottom: 10px;
      font-family: "Rubik", sans-serif;
      letter-spacing: 2px; }
    .promotional-center-area .single-promotional-cetner-item .title {
      font-size: 80px;
      line-height: 90px;
      font-weight: 700;
      color: #232b37;
      margin-bottom: 18px;
      letter-spacing: -2px;
      font-family: "Rubik", sans-serif; }
    .promotional-center-area .single-promotional-cetner-item p {
      font-size: 20px;
      line-height: 30px;
      color: #838b97;
      max-width: 530px;
      font-family: "Rubik", sans-serif;
      margin: 0 auto; }
    .promotional-center-area .single-promotional-cetner-item .btn-wrapper {
      margin-top: 30px; }
      .promotional-center-area .single-promotional-cetner-item .btn-wrapper .boxed-btn {
        width: 240px;
        margin: 0 10px;
        background-color: #0066ff;
        font-size: 12px;
        text-transform: uppercase;
        letter-spacing: 2px;
        border-radius: 6px;
        border: 2px solid transparent;
        font-family: "Rubik", sans-serif; }
        .promotional-center-area .single-promotional-cetner-item .btn-wrapper .boxed-btn:first-child {
          margin-left: 0; }
        .promotional-center-area .single-promotional-cetner-item .btn-wrapper .boxed-btn:hover {
          border: 2px solid #d4d5d6;
          background-color: transparent;
          color: #838b97; }
        .promotional-center-area .single-promotional-cetner-item .btn-wrapper .boxed-btn.blank {
          width: 170px;
          font-size: 12px;
          text-transform: uppercase;
          font-weight: 700;
          letter-spacing: 2px;
          color: #838b97;
          border: 2px solid #d4d5d6;
          border-radius: 6px;
          background-color: transparent;
          font-family: "Rubik", sans-serif; }
          .promotional-center-area .single-promotional-cetner-item .btn-wrapper .boxed-btn.blank:hover {
            background-color: #0066ff;
            color: #fff;
            border-color: #0066ff; }

.promotional-banner-area-two .img-wrapper {
  position: relative;
  z-index: 0;
  height: 685px; }
  .promotional-banner-area-two .img-wrapper.promotionsl-bg-1 {
    background-color: #838b97;
    background-image: url(../img/promotional/08.jpg);
    background-position: center;
    background-size: cover; }
  .promotional-banner-area-two .img-wrapper .hover {
    position: absolute;
    right: 60px;
    top: 50%;
    -ms-transform: translateY(-50%);
    /* IE 9 */
    -webkit-transform: translateY(-50%);
    /* Chrome, Safari, Opera */
    transform: translateY(-50%);
    width: 530px; }
    .promotional-banner-area-two .img-wrapper .hover .subtitle {
      font-size: 12px;
      text-transform: uppercase;
      font-weight: 700;
      letter-spacing: 4px;
      color: #ffdfde;
      font-family: "Rubik", sans-serif;
      display: block;
      margin-bottom: 10px; }
    .promotional-banner-area-two .img-wrapper .hover .title {
      font-size: 80px;
      line-height: 90px;
      color: #fff;
      font-family: "Rubik", sans-serif;
      margin-bottom: 15px; }
    .promotional-banner-area-two .img-wrapper .hover p {
      font-size: 20px;
      line-height: 30px;
      color: #ffe6e5; }
    .promotional-banner-area-two .img-wrapper .hover .btn-wrapper {
      margin-top: 32px; }
      .promotional-banner-area-two .img-wrapper .hover .btn-wrapper .boxed-btn {
        color: #fff;
        width: 240px;
        text-transform: uppercase;
        font-family: "Rubik", sans-serif;
        font-size: 12px;
        letter-spacing: 2px;
        border-radius: 30px; }
        .promotional-banner-area-two .img-wrapper .hover .btn-wrapper .boxed-btn:hover {
          background-color: #0066FF; }

.promotional-banner-area-three .img-wrapper {
  position: relative;
  z-index: 0;
  height: 685px; }
  .promotional-banner-area-three .img-wrapper.promotionsl-bg-2 {
    background-color: #9097a2;
    background-position: center;
    background-size: cover;
    background-image: url(../img/promotional/07.jpg); }
  .promotional-banner-area-three .img-wrapper .hover {
    position: absolute;
    left: 0;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    text-align: center; }
    .promotional-banner-area-three .img-wrapper .hover .subtitle {
      font-size: 40px;
      text-transform: uppercase;
      font-weight: 700;
      letter-spacing: 6px;
      color: #fff;
      font-family: "Rubik", sans-serif;
      display: block; }
    .promotional-banner-area-three .img-wrapper .hover .title {
      font-size: 100px;
      line-height: 90px;
      color: #fff;
      font-family: "Rubik", sans-serif;
      font-weight: 700; }

.promotional-banner-area-four .img-wrapper {
  position: relative;
  z-index: 0;
  height: 790px; }
  .promotional-banner-area-four .img-wrapper.promotionsl-bg-3 {
    background-color: #838b97;
    background-position: center;
    background-size: cover;
    background-image: url(../img/promotional/09.jpg); }
  .promotional-banner-area-four .img-wrapper .hover {
    position: absolute;
    right: 100px;
    top: 50%;
    -ms-transform: translateY(-50%);
    /* IE 9 */
    -webkit-transform: translateY(-50%);
    /* Chrome, Safari, Opera */
    transform: translateY(-50%);
    width: 700px; }
    .promotional-banner-area-four .img-wrapper .hover .subtitle {
      font-size: 20px;
      text-transform: uppercase;
      font-weight: 700;
      letter-spacing: 4px;
      color: #9097a2;
      font-family: "Rubik", sans-serif;
      display: block;
      margin-bottom: 35px; }
    .promotional-banner-area-four .img-wrapper .hover .title {
      font-size: 100px;
      line-height: 90px;
      color: #232b37;
      font-family: "Rubik", sans-serif;
      margin-bottom: 15px;
      letter-spacing: -2px; }
    .promotional-banner-area-four .img-wrapper .hover .btn-wrapper {
      margin-top: 42px; }
      .promotional-banner-area-four .img-wrapper .hover .btn-wrapper .boxed-btn {
        color: #fff;
        width: 240px;
        text-transform: uppercase;
        font-family: "Rubik", sans-serif;
        font-size: 12px;
        letter-spacing: 2px;
        border-radius: 30px;
        margin: 0 8px; }
        .promotional-banner-area-four .img-wrapper .hover .btn-wrapper .boxed-btn:first-child {
          margin-left: 0; }
        .promotional-banner-area-four .img-wrapper .hover .btn-wrapper .boxed-btn:hover {
          background-color: #0066FF; }
        .promotional-banner-area-four .img-wrapper .hover .btn-wrapper .boxed-btn.two {
          background-color: #fff;
          color: #9fa5af; }
          .promotional-banner-area-four .img-wrapper .hover .btn-wrapper .boxed-btn.two:hover {
            background-color: #0066FF;
            color: #fff; }

.promotional-banner-area-six .img-wrapper {
  position: relative; }
  .promotional-banner-area-six .img-wrapper .hover {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .promotional-banner-area-six .img-wrapper .hover .hover-inner .top-content .left {
      display: inline-block; }
      .promotional-banner-area-six .img-wrapper .hover .hover-inner .top-content .left .title {
        font-size: 300px;
        line-height: 150px;
        color: #fff;
        font-family: "Rubik", sans-serif; }
    .promotional-banner-area-six .img-wrapper .hover .hover-inner .top-content .right {
      display: inline-block;
      float: right;
      position: relative; }
      .promotional-banner-area-six .img-wrapper .hover .hover-inner .top-content .right .top {
        font-size: 200px;
        line-height: 100px;
        font-family: "Rubik", sans-serif;
        font-weight: 700;
        color: #fff; }
      .promotional-banner-area-six .img-wrapper .hover .hover-inner .top-content .right .bottom {
        font-size: 80px;
        line-height: 90px;
        color: #fff;
        font-weight: 700;
        font-family: "Rubik", sans-serif;
        position: absolute;
        left: 10px; }
    .promotional-banner-area-six .img-wrapper .hover .hover-inner .bottom-content {
      margin-top: 30px; }
      .promotional-banner-area-six .img-wrapper .hover .hover-inner .bottom-content .title {
        font-size: 80px;
        line-height: 90px;
        color: #fff;
        font-weight: 700;
        font-family: "Rubik", sans-serif;
        text-transform: uppercase; }

.promotinal-area-seven {
  padding-top: 80px; }

.promotional-banner-area.right .img-wrapper .hover {
  left: auto;
  right: 80px; }

.promotional-banner-area.left .img-wrapper .hover {
  left: 80px;
  right: auto; }

.promotional-banner-area .img-wrapper {
  position: relative; }
  .promotional-banner-area .img-wrapper .hover {
    position: absolute;
    left: 0;
    top: 50%;
    -ms-transform: translateY(-50%);
    /* IE 9 */
    -webkit-transform: translateY(-50%);
    /* Chrome, Safari, Opera */
    transform: translateY(-50%);
    width: 170px; }
    .promotional-banner-area .img-wrapper .hover .hover-inner .subtitle {
      font-size: 12px;
      line-height: 24px;
      text-transform: uppercase;
      font-weight: 700;
      color: #70a979;
      letter-spacing: 4px; }
    .promotional-banner-area .img-wrapper .hover .hover-inner .title {
      font-size: 50px;
      line-height: 60px;
      font-family: "Rubik", sans-serif; }
    .promotional-banner-area .img-wrapper .hover .hover-inner .btn-wrapper {
      margin-top: 17px; }
      .promotional-banner-area .img-wrapper .hover .hover-inner .btn-wrapper .boxed-btn {
        width: 150px;
        border-radius: 35px;
        text-transform: uppercase;
        font-size: 12px;
        letter-spacing: 2px;
        border: 2px solid transparent; }
        .promotional-banner-area .img-wrapper .hover .hover-inner .btn-wrapper .boxed-btn:hover {
          background-color: transparent;
          border: 2px solid rgba(255, 255, 255, 0.5);
          color: #232b37; }

/*---------------------------
    Brand Logo Carousel
-----------------------------*/
.brand-logo-carousel-area-one {
  margin: 0 30px 30px 30px;
  border: 2px solid #e5e5e5;
  border-radius: 6px;
  padding: 80px 0; }
  .brand-logo-carousel-area-one .brand-logo-carousel-one {
    padding: 0 15px; }
    .brand-logo-carousel-area-one .brand-logo-carousel-one .single-brang-logo-carousel-one-item img {
      -webkit-transition: all 0.3s ease-in;
      -moz-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in;
      padding: 0 20px;
      border: 1px solid #e5e5e5;
      border-radius: 6px; }
      .brand-logo-carousel-area-one .brand-logo-carousel-one .single-brang-logo-carousel-one-item img:hover {
        -webkit-filter: grayscale(0%);
        filter: grayscale(0%); }

/*-------------------------
    Process Area
--------------------------*/
.process-area {
  padding-top: 80px; }
  .process-area.home-3 {
    padding: 120px 0 80px 0; }
  .process-area .single-process-item-one {
    border: 2px solid #e5e5e5;
    text-align: center;
    padding: 26px 0 22px 0; }
    .process-area .single-process-item-one .title {
      font-size: 20px;
      line-height: 30px;
      color: #232b37;
      font-family: "Rubik", sans-serif; }
    .process-area .single-process-item-one .details {
      font-size: 16px;
      line-height: 26px;
      color: #838b97;
      font-family: "Rubik", sans-serif; }

/*---------------------------
    Speakers Area
---------------------------*/
.speakers-area {
  padding-top: 73px; }
  .speakers-area.speakder-bg {
    background-color: #e5fbff;
    background-size: cover;
    background-position: center;
    background-image: url(../img/bg/speakder-bg.jpg); }

/*----------------------------
    Surprise area
----------------------------*/
.surprise-area {
  margin-top: 187px; }
  .surprise-area .surprise-inner {
    padding: 0px 0 82px 0; }
    .surprise-area .surprise-inner .content-area {
      text-align: center;
      padding-top: 72px; }
      .surprise-area .surprise-inner .content-area .heart {
        font-size: 120px;
        line-height: 90px;
        color: #e4494c;
        margin-bottom: 37px; }
      .surprise-area .surprise-inner .content-area .title {
        color: #232b37;
        font-size: 70px;
        line-height: 80px;
        letter-spacing: -2px;
        max-width: 800px;
        margin: 0 auto; }
    .surprise-area .surprise-inner .video-thumb {
      position: relative;
      margin-top: -200px;
      -webkit-box-shadow: 0 20px 50px 0 rgba(0, 0, 0, 0.2);
      box-shadow: 0 20px 50px 0 rgba(0, 0, 0, 0.2);
      border-radius: 20px; }
      .surprise-area .surprise-inner .video-thumb img {
        border-radius: 20px; }
      .surprise-area .surprise-inner .video-thumb .hover {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; }
        .surprise-area .surprise-inner .video-thumb .hover .video-play-btn {
          width: 100px;
          height: 100px;
          line-height: 100px;
          color: #2a9cf5; }
          .surprise-area .surprise-inner .video-thumb .hover .video-play-btn:before {
            width: 120px;
            height: 120px; }

/*----------------------
    Our Story Area
-----------------------*/
.our-story-area {
  padding: 115px 0 96px 0; }
  .our-story-area .single-our-story-item {
    text-align: center;
    font-family: "Rubik", sans-serif; }
    .our-story-area .single-our-story-item:hover .thumb img {
      -webkit-filter: grayscale(100%);
      filter: grayscale(100%); }
    .our-story-area .single-our-story-item:hover .conent .title {
      color: #2a9cf5; }
    .our-story-area .single-our-story-item .thumb {
      margin-bottom: 25px; }
      .our-story-area .single-our-story-item .thumb img {
        -webkit-transition: all 0.3s ease-in;
        -moz-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in; }
    .our-story-area .single-our-story-item .conent .time {
      font-size: 18px;
      color: #2a9cf5;
      display: block;
      margin-bottom: 10px; }
    .our-story-area .single-our-story-item .conent .title {
      font-size: 26px;
      color: #232b37;
      font-weight: 500;
      font-family: "Rubik", sans-serif;
      margin-bottom: 17px;
      -webkit-transition: all 0.3s ease-in;
      -moz-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in; }
    .our-story-area .single-our-story-item .conent p {
      font-size: 16px;
      line-height: 26px;
      color: #838b97; }

/*----------------------------
    Trend Seller area
-----------------------------*/
.single-offer-item-wide .thumb img {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px; }

.single-offer-item-wide .content {
  text-align: center;
  padding: 32px 50px 26px 50px;
  margin-bottom: 30px;
  background-color: #fff;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px; }
  .single-offer-item-wide .content .subtitle {
    font-size: 14px;
    color: #282828;
    line-height: 24px;
    font-family: "Rubik", sans-serif; }
  .single-offer-item-wide .content .title {
    color: #282828;
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
    font-family: "Rubik", sans-serif; }
  .single-offer-item-wide .content .price {
    margin-bottom: 24px; }
    .single-offer-item-wide .content .price .sprice {
      font-size: 30px;
      font-weight: 400;
      font-family: "Rubik", sans-serif;
      color: #2a9cf5;
      margin-right: 15px;
      line-height: 30px; }
    .single-offer-item-wide .content .price .dprice {
      font-size: 30px;
      font-weight: 400;
      font-family: "Rubik", sans-serif;
      color: #c0c0c0;
      line-height: 30px; }
  .single-offer-item-wide .content .countdown-area {
    margin: 10px 0 17px 0; }
    .single-offer-item-wide .content .countdown-area ul li {
      display: inline-block;
      width: 60px;
      height: 60px;
      margin: 0 2px;
      background-color: #282828;
      border-radius: 6px; }
      .single-offer-item-wide .content .countdown-area ul li:first-child {
        margin-left: 0; }
      .single-offer-item-wide .content .countdown-area ul li .single-countdown-box {
        padding-top: 7px; }
        .single-offer-item-wide .content .countdown-area ul li .single-countdown-box .time {
          color: #fff;
          font-family: "Rubik", sans-serif;
          font-size: 26px;
          margin-bottom: 0;
          line-height: 30px;
          margin-bottom: 2px;
          display: block; }
        .single-offer-item-wide .content .countdown-area ul li .single-countdown-box .name {
          color: #a6a6a6;
          font-size: 12px;
          line-height: 12px;
          display: block;
          text-transform: uppercase;
          font-family: "Rubik", sans-serif; }

.trending-seller-area {
  padding-bottom: 50px; }
  .trending-seller-area.home-6 {
    padding-bottom: 50px; }
  .trending-seller-area .single-offer-banner {
    border-radius: 6px; }
    .trending-seller-area .single-offer-banner img {
      border-radius: 6px; }
  .trending-seller-area .single-offer-item-tall .content {
    border: 2px solid #e5e5e5;
    border-top: none;
    text-align: center;
    padding: 25px 25px 18px 25px;
    margin-bottom: 30px;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px; }
    .trending-seller-area .single-offer-item-tall .content .subtitle {
      font-size: 14px;
      color: #282828;
      line-height: 24px;
      font-family: "Rubik", sans-serif; }
    .trending-seller-area .single-offer-item-tall .content .title {
      color: #282828;
      font-size: 16px;
      font-weight: 500;
      line-height: 26px;
      font-family: "Rubik", sans-serif; }
    .trending-seller-area .single-offer-item-tall .content .price .sprice {
      font-size: 30px;
      font-weight: 500;
      font-family: "Rubik", sans-serif;
      color: #2a9cf5;
      margin-right: 15px;
      line-height: 30px; }
    .trending-seller-area .single-offer-item-tall .content .price .dprice {
      font-size: 30px;
      font-weight: 400;
      font-family: "Rubik", sans-serif;
      color: #c0c0c0;
      line-height: 30px; }
    .trending-seller-area .single-offer-item-tall .content .countdown-area {
      margin: 10px 0 17px 0; }
      .trending-seller-area .single-offer-item-tall .content .countdown-area ul li {
        display: inline-block;
        width: 60px;
        height: 60px;
        margin: 0 2px;
        background-color: #282828;
        border-radius: 6px; }
        .trending-seller-area .single-offer-item-tall .content .countdown-area ul li:first-child {
          margin-left: 0; }
        .trending-seller-area .single-offer-item-tall .content .countdown-area ul li .single-countdown-box {
          padding-top: 7px; }
          .trending-seller-area .single-offer-item-tall .content .countdown-area ul li .single-countdown-box .time {
            color: #fff;
            font-family: "Rubik", sans-serif;
            font-size: 26px;
            margin-bottom: 0;
            line-height: 30px;
            margin-bottom: 2px;
            display: block; }
          .trending-seller-area .single-offer-item-tall .content .countdown-area ul li .single-countdown-box .name {
            color: #a6a6a6;
            font-size: 12px;
            line-height: 12px;
            display: block;
            text-transform: uppercase;
            font-family: "Rubik", sans-serif; }

/*-------------------------
    Recently Added
-------------------------*/
.recently-added-area {
  padding-bottom: 80px; }
  .recently-added-area.home-6 {
    padding: 0px 0 80px 0; }
  .recently-added-area.product-details {
    padding-bottom: 120px; }
  .recently-added-area .single-new-collection-item {
    margin-bottom: 0px; }
  .recently-added-area .recently-added-nav-menu {
    margin-bottom: 35px; }
    .recently-added-area .recently-added-nav-menu ul {
      position: relative;
      z-index: 0; }
      .recently-added-area .recently-added-nav-menu ul:after {
        position: absolute;
        left: 0;
        top: 50%;
        width: 100%;
        height: 2px;
        background-color: #f0f0f0;
        content: '';
        -ms-transform: translateY(-50%);
        /* IE 9 */
        -webkit-transform: translateY(-50%);
        /* Chrome, Safari, Opera */
        transform: translateY(-50%);
        z-index: -1; }
        .recently-added-area .recently-added-nav-menu ul li {
            font-size: 12px;
            font-weight: 700;
            text-transform: uppercase;
            color: #fff;
            border: 2px solid #fff;
            border-radius: 20px;
            padding: 10px 40px;
            display: inline-block;
            background-color: #2a9cf5;
        }
  .recently-added-area .recently-added-carousel .owl-nav div {
    position: absolute;
    right: 0;
    top: -78px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #ebebeb;
    text-align: center;
    line-height: 40px;
    color: #afb6bf;
    font-size: 16px;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in; }
    .recently-added-area .recently-added-carousel .owl-nav div:hover {
      background-color: #2a9cf5;
      color: #fff; }
    .recently-added-area .recently-added-carousel .owl-nav div.owl-prev {
      right: 70px; }

/*----------------------
    Sidebar
-----------------------*/
.sidebar .sidebar-separator {
  padding-top: 40px;
  margin: 0 30px;
  margin-bottom: 35px;
  border-bottom: 1px solid #eaeaea; }
  .sidebar .sidebar-separator.category {
    padding-top: 37px; }
  .sidebar .sidebar-separator.latest-post {
    padding-top: 4px; }

.widget-area {
  padding: 0px 30px 0px 30px; }
  .widget-area.instagram .instagram-feed {
    text-align: center;
    margin-top: 27px; }
    .widget-area.instagram .instagram-feed li {
      display: inline-block;
      margin: 3px;
      margin-bottom: 5px; }
      .widget-area.instagram .instagram-feed li.margin-bottom-0 {
        margin-bottom: 0; }
  .widget-area.social {
    text-align: center; }
    .widget-area.social .social-links {
      margin-top: 25px; }
      .widget-area.social .social-links li {
        display: inline-block;
        margin: 0 2px; }
        .widget-area.social .social-links li a {
          display: inline-block;
          width: 40px;
          height: 40px;
          line-height: 40px;
          text-align: center;
          border-radius: 50%;
          border: 1px solid #e3e3e3;
          color: #555555;
          font-size: 16px;
          -webkit-transition: all 0.3s ease-in;
          -moz-transition: all 0.3s ease-in;
          -o-transition: all 0.3s ease-in;
          transition: all 0.3s ease-in; }
          .widget-area.social .social-links li a:hover.twitter {
            background-color: #55acee;
            border-color: #55acee;
            color: #fff; }
          .widget-area.social .social-links li a:hover.pinterest {
            background-color: #bd081c;
            border-color: #bd081c;
            color: #fff; }
          .widget-area.social .social-links li a:hover.facebook {
            background-color: #3b5999;
            border-color: #3b5999;
            color: #fff; }
          .widget-area.social .social-links li a:hover.instagram {
            background-color: #e4405f;
            border-color: #e4405f;
            color: #fff; }
          .widget-area.social .social-links li a:hover.wordpress {
            background-color: #0073AA;
            border-color: #0073AA;
            color: #fff; }
  .widget-area.category .categories {
    margin-top: 15px; }
    .widget-area.category .categories li {
      display: block;
      padding: 10px 0;
      border-bottom: 1px solid #eaeaea; }
      .widget-area.category .categories li:last-child {
        padding-bottom: 0;
        border: none; }
      .widget-area.category .categories li a {
        font-size: 14px;
        line-height: 24px;
        color: #7d7c8f;
        -webkit-transition: all 0.3s ease-in;
        -moz-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in; }
        .widget-area.category .categories li a:hover {
          color: #2a9cf5; }
        .widget-area.category .categories li a .count {
          float: right; }
  .widget-area.latest-post {
    padding-bottom: 36px; }
    .widget-area.latest-post .single-latest-post {
      margin-bottom: 18px;
      margin-top: 25px; }
      .widget-area.latest-post .single-latest-post:last-child {
        margin-bottom: 0; }
      .widget-area.latest-post .single-latest-post .media .media-body {
        padding-left: 5px; }
        .widget-area.latest-post .single-latest-post .media .media-body h5 {
          font-size: 16px;
          line-height: 20px;
          font-weight: 500;
          margin-bottom: 0;
          -webkit-transition: all 0.3s ease-in;
          -moz-transition: all 0.3s ease-in;
          -o-transition: all 0.3s ease-in;
          transition: all 0.3s ease-in;
          font-family: "Rubik", sans-serif; }
          .widget-area.latest-post .single-latest-post .media .media-body h5:hover {
            color: #2a9cf5; }
        .widget-area.latest-post .single-latest-post .media .media-body .meta-time {
          font-size: 14px;
          line-height: 100%;
          color: #7d7c8f; }
  .widget-area.tags {
    padding-bottom: 30px; }
    .widget-area.tags .tags-list {
      margin-top: 30px; }
      .widget-area.tags .tags-list li {
        display: inline-block; }
        .widget-area.tags .tags-list li a {
          display: inline-block;
          color: #7d7c8f;
          font-size: 14px;
          line-height: 24px;
          padding: 7px 13px;
          border: 1px solid #eaeaea;
          margin: 0 3px;
          margin-bottom: 10px;
          -webkit-transition: all 0.3s ease-in;
          -moz-transition: all 0.3s ease-in;
          -o-transition: all 0.3s ease-in;
          transition: all 0.3s ease-in; }
          .widget-area.tags .tags-list li a:hover {
            background-color: #2a9cf5;
            color: #fff;
            border-color: #2a9cf5; }
  .widget-area .widget-title {
    text-align: center; }
    .widget-area .widget-title h4 {
      font-size: 28px;
      line-height: 38px;
      display: inline-block;
      font-weight: 700;
      color: #2e3841;
      position: relative;
      font-family: "Rubik", sans-serif; }
      .widget-area .widget-title h4:after {
        position: absolute;
        left: -60px;
        top: 50%;
        width: 40px;
        height: 2px;
        background-color: #ebebeb;
        content: '';
        -ms-transform: translateY(-50%);
        /* IE 9 */
        -webkit-transform: translateY(-50%);
        /* Chrome, Safari, Opera */
        transform: translateY(-50%); }
      .widget-area .widget-title h4:before {
        position: absolute;
        right: -60px;
        top: 50%;
        width: 40px;
        height: 2px;
        background-color: #ebebeb;
        content: '';
        -ms-transform: translateY(-50%);
        /* IE 9 */
        -webkit-transform: translateY(-50%);
        /* Chrome, Safari, Opera */
        transform: translateY(-50%); }

/*--------------------------
    Slide Sidebar
--------------------------*/
.search-popup.home-3 .search-popup-form .submit-btn {
  background-color: #f45832; }
  .search-popup.home-3 .search-popup-form .submit-btn:hover {
    background-color: #232b37; }

.search-popup.active .search-popup-form {
  visibility: visible;
  opacity: 1; }

.search-popup .search-popup-form {
  min-width: 600px;
  position: absolute;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
  visibility: hidden;
  opacity: 0;
  -ms-transform: translate(-50%, -50%);
  /* IE 9 */
  -webkit-transform: translate(-50%, -50%);
  /* Chrome, Safari, Opera */
  transform: translate(-50%, -50%);
  z-index: 2; }
  .search-popup .search-popup-form .form-element .input-field {
    border: none;
    font-family: "Rubik", sans-serif;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px; }
  .search-popup .search-popup-form .submit-btn {
    position: absolute;
    right: 0;
    top: 0;
    width: 80px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px; }

.body-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgba(0, 0, 0, 0.54);
  z-index: 10;
  content: '';
  left: 0;
  top: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  cursor: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAVBAMAAABbObilAAAAMFBMVEVMaXH////////////////////////////////////////////////////////////6w4mEAAAAD3RSTlMAlAX+BKLcA5+b6hJ7foD4ZP1OAAAAkUlEQVR4XkWPoQ3CUBQAL4SktoKAbCUjgAKLJZ2ABYosngTJCHSD6joUI6BZgqSoB/+Shqde7sS9x3OGk81fdO+texMtRVTia+TsQtHEUJLdohJfgNNPJHyEJPZTsWLoxShqsWITazEwqePAn69Sw2TUxk1+euPis3EwaXy8RMHSZBIlRcKKnC5hRctjMf57/wJbBlAIs9k1BAAAAABJRU5ErkJggg==), progress; }
  .body-overlay.active {
    visibility: visible;
    opacity: .80; }

.slide-sidebar-area {
  background-color: #232b37;
  min-width: 350px;
  height: 100vh;
  padding: 30px;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9999;
  -webkit-transition: 0.7s ease;
  -moz-transition: 0.7s ease;
  -o-transition: 0.7s ease;
  transition: 0.7s ease;
  -ms-transform: translateX(350px);
  /* IE 9 */
  -webkit-transform: translateX(350px);
  /* Chrome, Safari, Opera */
  transform: translateX(350px); }
  .slide-sidebar-area.active {
    visibility: visible;
    opacity: 1;
    -ms-transform: translateX(0px);
    /* IE 9 */
    -webkit-transform: translateX(0px);
    /* Chrome, Safari, Opera */
    transform: translateX(0px); }
  .slide-sidebar-area .top-content {
    position: relative;
    margin-bottom: 35px; }
    .slide-sidebar-area .top-content .side-sidebar-close-btn {
      position: absolute;
      right: 0px;
      top: 0px;
      display: inline-block;
      font-size: 16px;
      color: #fff;
      cursor: pointer; }
  .slide-sidebar-area .bottom-content .recent-reviews .title {
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    font-family: "Rubik", sans-serif;
    margin-bottom: 25px; }
  .slide-sidebar-area .bottom-content .recent-reviews .single-review-item {
    position: relative;
    min-height: 80px;
    margin-bottom: 20px; }
    .slide-sidebar-area .bottom-content .recent-reviews .single-review-item .thumb {
      position: absolute;
      left: 0;
      top: 0; }
    .slide-sidebar-area .bottom-content .recent-reviews .single-review-item .content {
      padding-left: 100px; }
      .slide-sidebar-area .bottom-content .recent-reviews .single-review-item .content .title {
        font-size: 16px;
        line-height: 26px;
        color: #fff;
        font-weight: 400;
        margin-bottom: 0px; }
      .slide-sidebar-area .bottom-content .recent-reviews .single-review-item .content ul li {
        display: inline-block;
        font-size: 12px;
        color: #EDB867; }
      .slide-sidebar-area .bottom-content .recent-reviews .single-review-item .content .posted-by {
        font-size: 12px;
        color: #f0f0f0; }

.cart-sidebar-area {
  background-color: #232b37;
  width: 350px;
  height: 100vh;
  padding: 30px;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9999;
  -webkit-transition: 0.7s ease;
  -moz-transition: 0.7s ease;
  -o-transition: 0.7s ease;
  transition: 0.7s ease;
  -ms-transform: translateX(350px);
  /* IE 9 */
  -webkit-transform: translateX(350px);
  /* Chrome, Safari, Opera */
  transform: translateX(350px); }
  .cart-sidebar-area.home-3 .btn-wrapper .boxed-btn {
    background-color: #f45832; }
    .cart-sidebar-area.home-3 .btn-wrapper .boxed-btn:hover {
      -webkit-box-shadow: 0 0 25px 0 rgba(244, 88, 50, 0.54);
      box-shadow: 0 0 25px 0 rgba(244, 88, 50, 0.54); }
  .cart-sidebar-area.active {
    visibility: visible;
    opacity: 1;
    overflow-y: scroll;
    -ms-transform: translateX(0px);
    /* IE 9 */
    -webkit-transform: translateX(0px);
    /* Chrome, Safari, Opera */
    transform: translateX(0px); }
  .cart-sidebar-area .btn-wrapper {
    margin-top: 40px; }
    .cart-sidebar-area .btn-wrapper .boxed-btn {
      width: 100%;
      height: 50px;
      line-height: 50px;
      border-radius: 3px;
      text-transform: uppercase;
      font-size: 14px;
      letter-spacing: 2px; }
      .cart-sidebar-area .btn-wrapper .boxed-btn:hover {
        -webkit-box-shadow: 0 0 25px 0 rgba(42, 156, 245, 0.54);
        box-shadow: 0 0 25px 0 rgba(42, 156, 245, 0.54); }
  .cart-sidebar-area .top-content {
    position: relative;
    margin-bottom: 35px; }
    .cart-sidebar-area .top-content .side-sidebar-close-btn {
      position: absolute;
      right: 0px;
      top: 0px;
      display: inline-block;
      font-size: 16px;
      color: #fff;
      cursor: pointer; }
  .cart-sidebar-area .bottom-content .cart-products .title {
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    font-family: "Rubik", sans-serif;
    margin-bottom: 25px; }
  .cart-sidebar-area .bottom-content .cart-products .single-product-item {
    position: relative;
    min-height: 80px;
    margin-bottom: 20px; }
    .cart-sidebar-area .bottom-content .cart-products .single-product-item .thumb {
      position: absolute;
      left: 0;
      top: 0; }
    .cart-sidebar-area .bottom-content .cart-products .single-product-item .content {
      padding-left: 100px; }
      .cart-sidebar-area .bottom-content .cart-products .single-product-item .content .title {
        font-size: 14px;
        line-height: 26px;
        color: #fff;
        font-weight: 400;
        margin-bottom: 0px; }
      .cart-sidebar-area .bottom-content .cart-products .single-product-item .content .remove-cart {
        display: inline-block;
        font-size: 10px;
        color: #fff;
        background-color: #dc3545;
        padding: 5px 20px;
        border-radius: 5px;
        text-transform: uppercase;
        margin-top: 10px;
        -webkit-transition: all 0.3s ease-in;
        -moz-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in; }
        .cart-sidebar-area .bottom-content .cart-products .single-product-item .content .remove-cart:hover {
          opacity: .8; }
    .cart-sidebar-area::-webkit-scrollbar, .home-subcategories::-webkit-scrollbar {
      width: 5px;
    }

    /* Track */
    .cart-sidebar-area::-webkit-scrollbar-track, .home-subcategories::-webkit-scrollbar-track {
      background: #f1f1f1;
    }

    /* Handle */
    .cart-sidebar-area::-webkit-scrollbar-thumb, .home-subcategories::-webkit-scrollbar-thumb {
      background: #888;
    }

    /* Handle on hover */
    .cart-sidebar-area::-webkit-scrollbar-thumb:hover, .home-subcategories::-webkit-scrollbar-thumb:hover {
      background: #555;
    }
/*---------------------
    About us Page
---------------------*/
.counter-area {
  padding: 112px 0 105px 0; }
  .counter-area .singloe-counter-item {
    text-align: center; }
    .counter-area .singloe-counter-item .cunter-num {
      position: relative;
      display: inline-block; }
      .counter-area .singloe-counter-item .cunter-num .count-wrap {
        font-size: 60px;
        line-height: 60px;
        font-weight: 600;
        color: #232b37; }
        .counter-area .singloe-counter-item .cunter-num .count-wrap .sup {
          position: absolute;
          top: 5px;
          right: -30px;
          font-size: 40px;
          line-height: 24px;
          font-weight: 500;
          color: #2a9cf5; }
    .counter-area .singloe-counter-item .title {
      font-size: 16px;
      color: #a3a9b2;
      line-height: 26px;
      font-weight: 400;
      text-transform: uppercase; }

.about-content-area {
  position: relative;
  z-index: 0; }
  .about-content-area .video-btn {
    position: absolute;
    left: 50%;
    top: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-transform: translate(-50%, -50%);
    /* IE 9 */
    -webkit-transform: translate(-50%, -50%);
    /* Chrome, Safari, Opera */
    transform: translate(-50%, -50%);
    z-index: 1; }
    .about-content-area .video-btn .video-play-btn {
      background-color: #2a9cf5;
      color: #fff; }
      .about-content-area .video-btn .video-play-btn:before {
        background-color: #2a9cf5; }
  .about-content-area .left-content-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    height: 100%; }
    .about-content-area .left-content-area.left-content-bg {
      background-image: url(../img/about-left-bg.jpg);
      background-size: cover;
      background-position: top; }
  .about-content-area .right-content-area {
    padding: 114px 100px 120px 100px; }
    .about-content-area .right-content-area .subtitle {
      font-size: 20px;
      line-height: 30px;
      color: #2a9cf5;
      font-weight: 700;
      display: block;
      margin-bottom: 10px; }
    .about-content-area .right-content-area .title {
      margin-bottom: 20px;
      font-size: 60px;
      line-height: 70px;
      font-weight: 500; }
    .about-content-area .right-content-area p {
      font-size: 14px;
      line-height: 24px;
      color: #7d7c8f; }
      .about-content-area .right-content-area p:last-child {
        margin-bottom: 0; }
    .about-content-area .right-content-area .btn-wrapper {
      margin-top: 35px; }
      .about-content-area .right-content-area .btn-wrapper .boxed-btn {
        width: 220px;
        border-radius: 30px;
        text-transform: uppercase;
        font-size: 14px;
        letter-spacing: 1px; }
        .about-content-area .right-content-area .btn-wrapper .boxed-btn:hover {
          background-color: #2a9cf5;
          -webkit-box-shadow: 0 0 25px 0 rgba(42, 156, 245, 0.5);
          box-shadow: 0 0 25px 0 rgba(42, 156, 245, 0.5); }

.about-bottom-content-area {
  padding: 120px 0 115px 0; }
  .about-bottom-content-area .single-about-bottom-item:hover .thumb img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%); }
  .about-bottom-content-area .single-about-bottom-item .thumb {
    margin-bottom: 30px; }
    .about-bottom-content-area .single-about-bottom-item .thumb img {
      -webkit-transition: all 0.3s ease-in;
      -moz-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in; }
  .about-bottom-content-area .single-about-bottom-item .content .title {
    font-size: 40px;
    line-height: 50px;
    color: #232b37;
    font-family: "Rubik", sans-serif;
    font-weight: 500;
    margin-bottom: 13px; }
  .about-bottom-content-area .single-about-bottom-item .content p {
    font-size: 14px;
    line-height: 24px;
    color: #838b97; }
    .about-bottom-content-area .single-about-bottom-item .content p:last-child {
      margin-bottom: 0; }

.team-member-area {
  padding: 115px 0 115px 0; }
  .team-member-area.half-bg {
    position: relative;
    z-index: 0; }
    .team-member-area.half-bg:after {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 60%;
      background-color: #232b37;
      content: '';
      z-index: -1; }
  .team-member-area .sinlge-team-member:hover .thumb .hover {
    visibility: visible;
    opacity: 1; }
    .team-member-area .sinlge-team-member:hover .thumb .hover .social-share li {
      -ms-transform: translateY(0px);
      /* IE 9 */
      -webkit-transform: translateY(0px);
      /* Chrome, Safari, Opera */
      transform: translateY(0px); }
  .team-member-area .sinlge-team-member .thumb {
    position: relative;
    z-index: 0;
    margin-bottom: 35px;
    overflow: hidden; }
    .team-member-area .sinlge-team-member .thumb .hover {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(42, 156, 245, 0.7);
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      visibility: hidden;
      opacity: 0; }
      .team-member-area .sinlge-team-member .thumb .hover .social-share li {
        display: inline-block;
        margin: 0 8px;
        -ms-transform: translateY(150px);
        /* IE 9 */
        -webkit-transform: translateY(150px);
        /* Chrome, Safari, Opera */
        transform: translateY(150px);
        -webkit-transition: 0.7s ease;
        -moz-transition: 0.7s ease;
        -o-transition: 0.7s ease;
        transition: 0.7s ease; }
        .team-member-area .sinlge-team-member .thumb .hover .social-share li:hover {
          -ms-transform: scale(1.4);
          /* IE 9 */
          -webkit-transform: scale(1.4);
          /* Chrome, Safari, Opera */
          transform: scale(1.4); }
        .team-member-area .sinlge-team-member .thumb .hover .social-share li a {
          color: #fff; }
  .team-member-area .sinlge-team-member .content {
    text-align: center; }
    .team-member-area .sinlge-team-member .content .title {
      font-size: 22px;
      line-height: 32px;
      color: #232b37;
      font-family: "Rubik", sans-serif;
      margin-bottom: 0; }
    .team-member-area .sinlge-team-member .content .post {
      font-size: 14px;
      color: #2a9cf5;
      text-transform: uppercase;
      font-weight: 500; }

.testimonial-area {
  padding: 115px 0 120px 0; }
  .testimonial-area .testimonial-carousel .sinlge-testimonial-member {
    border: 1px solid rgba(0, 0, 0, 0.05);
    padding: 40px 30px 35px 30px;
    text-align: center;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in; }
    .testimonial-area .testimonial-carousel .sinlge-testimonial-member:hover {
      background-color: #fff; }
    .testimonial-area .testimonial-carousel .sinlge-testimonial-member .thumb {
      margin-bottom: 25px; }
      .testimonial-area .testimonial-carousel .sinlge-testimonial-member .thumb img {
        width: 100px;
        border-radius: 50%;
        margin: 0 auto; }
    .testimonial-area .testimonial-carousel .sinlge-testimonial-member .content .title {
      font-size: 18px;
      line-height: 28px;
      color: #232b37;
      font-weight: 600;
      font-family: "Rubik", sans-serif;
      margin-bottom: 3px; }
    .testimonial-area .testimonial-carousel .sinlge-testimonial-member .content .post {
      font-size: 14px;
      text-transform: uppercase;
      font-weight: 600;
      color: #2a9cf5;
      display: block;
      margin-bottom: 20px; }
    .testimonial-area .testimonial-carousel .sinlge-testimonial-member .content p {
      font-size: 14px;
      line-height: 24px;
      color: #838b97; }
      .testimonial-area .testimonial-carousel .sinlge-testimonial-member .content p:last-child {
        margin-bottom: 0; }

/*-------------------------
    Category block area
--------------------------*/
.category-block-area {
  padding: 120px 0 50px 0; }
  .category-block-area .single-cateogy-block-item {
    text-align: center;
    border: 2px solid #e5e5e5;
    padding: 60px 0px 60px 0px;
    margin-bottom: 30px;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in; }
    .category-block-area .single-cateogy-block-item:hover {
      background-color: #2a9cf5;
      border-color: #2a9cf5;
      color: #fff; }
      .category-block-area .single-cateogy-block-item:hover .title {
        color: #fff; }
      .category-block-area .single-cateogy-block-item:hover .icon {
        color: #fff;
        -ms-transform: rotateY(360deg);
        /* IE 9 */
        -webkit-transform: rotateY(360deg);
        /* Chrome, Safari, Opera */
        transform: rotateY(360deg); }
    .category-block-area .single-cateogy-block-item .icon {
      font-size: 100px;
      line-height: 50px;
      margin-bottom: 47px;
      color: #2a9cf5;
      -webkit-transition: all 0.3s ease-in;
      -moz-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in; }
      .category-block-area .single-cateogy-block-item .icon.puzzle {
        font-size: 140px; }
      .category-block-area .single-cateogy-block-item .icon.laptop {
        font-size: 120px; }
      .category-block-area .single-cateogy-block-item .icon.bathtub {
        font-size: 110px; }
      .category-block-area .single-cateogy-block-item .icon.first-aid {
        font-size: 115px; }
      .category-block-area .single-cateogy-block-item .icon.watermelon {
        font-size: 180px; }
    .category-block-area .single-cateogy-block-item .title {
      font-size: 16px;
      color: #7a8591;
      line-height: 26px;
      font-weight: 700;
      text-transform: uppercase;
      -webkit-transition: all 0.3s ease-in;
      -moz-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in; }

.category-content-area {
  padding-bottom: 90px; }
  .category-content-area.search-page {
    padding: 120px 0 90px 0; }
  .category-content-area .category-sidebar {
    margin-bottom: 30px; }
    .category-content-area .category-sidebar .category-filter-widget {
      border: 2px solid #f0f0f0;
      border-radius: 6px;
      padding: 30px 40px 35px 40px; }
      .category-content-area .category-sidebar .category-filter-widget .title {
        font-size: 12px;
        font-weight: 700;
        color: #2a9cf5;
        font-family: "Rubik", sans-serif;
        text-transform: uppercase; }
        .category-content-area .category-sidebar .category-filter-widget .title .right {
          float: right; }
      .category-content-area .category-sidebar .category-filter-widget .cat-list li {
        display: block;
        font-size: 12px;
        font-weight: 700;
        color: #bbc4d1;
        font-family: "Rubik", sans-serif;
        text-transform: uppercase;
        margin: 20px 0; }
        .category-content-area .category-sidebar .category-filter-widget .cat-list li:last-child {
          margin-bottom: 0; }
        .category-content-area .category-sidebar .category-filter-widget .cat-list li a {
          color: #bbc4d1;
          -webkit-transition: all 0.3s ease-in;
          -moz-transition: all 0.3s ease-in;
          -o-transition: all 0.3s ease-in;
          transition: all 0.3s ease-in; }
          .category-content-area .category-sidebar .category-filter-widget .cat-list li a:hover {
            color: #2a9cf5; }
        .category-content-area .category-sidebar .category-filter-widget .cat-list li .right {
          float: right; }
  .category-content-area .category-compare {
    border: 2px solid #f0f0f0;
    padding: 40px 40px 40px 40px;
    border-radius: 6px; }
    .category-content-area .category-compare .title {
      font-family: "Rubik", sans-serif;
      font-size: 12px;
      text-transform: uppercase;
      color: #2a9cf5;
      letter-spacing: 2px; }
    .category-content-area .category-compare .btn-wrapper {
      margin-top: 13px; }
      .category-content-area .category-compare .btn-wrapper .boxed-btn {
        width: 100%;
        border-radius: 30px;
        text-transform: uppercase;
        font-family: "Rubik", sans-serif;
        font-size: 12px;
        letter-spacing: 2px; }
        .category-content-area .category-compare .btn-wrapper .boxed-btn:hover {
          background-color: #232b37; }
    .category-content-area .category-compare .compare-list li {
      border-bottom: 2px solid #f6f6f6;
      padding-bottom: 10px;
      margin-top: 22px; }
      .category-content-area .category-compare .compare-list li:last-child {
        border-bottom: none; }
      .category-content-area .category-compare .compare-list li .single-compare-item {
        position: relative; }
        .category-content-area .category-compare .compare-list li .single-compare-item .title {
          font-family: "Rubik", sans-serif;
          color: #bbc4d1;
          font-size: 14px;
          line-height: 24px;
          font-weight: 500;
          text-transform: none;
          padding-right: 10px;
          letter-spacing: 0; }
        .category-content-area .category-compare .compare-list li .single-compare-item .close-btn {
          position: absolute;
          right: 0;
          top: 0;
          color: #2a9cf5;
          font-weight: 400;
          font-family: "Rubik", sans-serif; }
  .category-content-area .right-content-area .top-content {
    position: relative;
    z-index: 0;
    margin-bottom: 30px; }
    .category-content-area .right-content-area .top-content:after {
      position: absolute;
      left: 0;
      top: 50%;
      width: 100%;
      height: 2px;
      background-color: #f0f0f0;
      content: '';
      -ms-transform: translateY(-50%);
      /* IE 9 */
      -webkit-transform: translateY(-50%);
      /* Chrome, Safari, Opera */
      transform: translateY(-50%);
      z-index: -1; }
    .category-content-area .right-content-area .top-content .left-conent {
      display: inline-block; }
      .category-content-area .right-content-area .top-content .left-conent .cat {
        height: 50px;
        padding: 0px 20px;
        border: 2px solid #f0f0f0;
        color: #b1b6bd;
        font-size: 14px;
        font-weight: 700;
        text-transform: uppercase;
        display: inline-block;
        text-align: center;
        line-height: 50px;
        border-radius: 25px;
        background-color: #fff; }
    .category-content-area .right-content-area .top-content .right-content {
      display: inline-block;
      float: right; }
      .category-content-area .right-content-area .top-content .right-content ul li {
        display: inline-block;
        margin: 0 8px; }
        .category-content-area .right-content-area .top-content .right-content ul li:last-child {
          margin-right: 0; }
        .category-content-area .right-content-area .top-content .right-content ul li .form-element {
          display: inline-block;
          width: 160px; }
          .category-content-area .right-content-area .top-content .right-content ul li .form-element .select2-container--default .select2-selection--single {
            height: 50px;
            border-radius: 30px;
            border: 2px solid #f0f0f0; }
            .category-content-area .right-content-area .top-content .right-content ul li .form-element .select2-container--default .select2-selection--single:focus {
              outline: none; }
            .category-content-area .right-content-area .top-content .right-content ul li .form-element .select2-container--default .select2-selection--single .select2-selection__rendered {
              line-height: 50px;
              text-align: center;
              text-transform: uppercase;
              color: #b1b6bd;
              font-size: 14px;
              font-weight: 700; }
            .category-content-area .right-content-area .top-content .right-content ul li .form-element .select2-container--default .select2-selection--single .select2-selection__arrow {
              display: none; }
        .category-content-area .right-content-area .top-content .right-content ul li.icon {
          background-color: #ebebeb;
          color: #afb6bf;
          cursor: pointer;
          display: inline-block;
          width: 50px;
          height: 50px;
          border-radius: 50%;
          text-align: center;
          line-height: 50px;
          -webkit-transition: all 0.3s ease-in;
          -moz-transition: all 0.3s ease-in;
          -o-transition: all 0.3s ease-in;
          transition: all 0.3s ease-in; }
          .category-content-area .right-content-area .top-content .right-content ul li.icon.active, .category-content-area .right-content-area .top-content .right-content ul li.icon:hover {
            background-color: #2a9cf5;
            color: #fff; }

/*--------------------
    Cart Page
--------------------*/
.cart-content-area {
  padding: 118px 0 100px 0; }
  .cart-content-area .cart-content-inner .top-content table {
    font-family: "Rubik", sans-serif; }
    .cart-content-area .cart-content-inner .top-content table thead th {
      color: #838b97;
      font-weight: 400;
      border-bottom: 1px solid #efefef;
      border-top: none;
      padding-top: 0; }
      .cart-content-area .cart-content-inner .top-content table thead th:first-child {
        padding-left: 0; }
    .cart-content-area .cart-content-inner .top-content table tbody tr {
      border-bottom: 1px solid #efefef; }
      .cart-content-area .cart-content-inner .top-content table tbody tr td {
        padding: 40px 0 30px 0; }
        .cart-content-area .cart-content-inner .top-content table tbody tr td .product-details {
          position: relative;
          min-height: 160px; }
          .cart-content-area .cart-content-inner .top-content table tbody tr td .product-details .close-btn {
            color: #ff3d3d;
            position: absolute;
            left: 0;
            top: 50%;
            -ms-transform: translateY(-50%);
            /* IE 9 */
            -webkit-transform: translateY(-50%);
            /* Chrome, Safari, Opera */
            transform: translateY(-50%);
            cursor: pointer; }
          .cart-content-area .cart-content-inner .top-content table tbody tr td .product-details .thumb {
            position: absolute;
            left: 40px; }
          .cart-content-area .cart-content-inner .top-content table tbody tr td .product-details .content {
            padding-left: 230px; }
            .cart-content-area .cart-content-inner .top-content table tbody tr td .product-details .content .title {
              font-size: 18px;
              color: #232b37;
              font-weight: 400;
              padding-top: 70px; }
        .cart-content-area .cart-content-inner .top-content table tbody tr td .price {
          font-size: 18px;
          color: #2a9cf5;
          padding-top: 70px; }
        .cart-content-area .cart-content-inner .top-content table tbody tr td .qty ul {
          margin-top: 60px; }
          .cart-content-area .cart-content-inner .top-content table tbody tr td .qty ul li {
            display: inline-block; }
            .cart-content-area .cart-content-inner .top-content table tbody tr td .qty ul li .qttotal,
            .cart-content-area .cart-content-inner .top-content table tbody tr td .qty ul li .qtminus,
            .cart-content-area .cart-content-inner .top-content table tbody tr td .qty ul li .qtplus {
              display: inline-block;
              width: 40px;
              height: 40px;
              border: 2px solid #e5e5e5;
              text-align: center;
              line-height: 40px;
              cursor: pointer;
              font-weight: 500; }
              .cart-content-area .cart-content-inner .top-content table tbody tr td .qty ul li .qttotal:focus,
              .cart-content-area .cart-content-inner .top-content table tbody tr td .qty ul li .qtminus:focus,
              .cart-content-area .cart-content-inner .top-content table tbody tr td .qty ul li .qtplus:focus {
                outline: none; }
  .cart-content-area .cart-content-inner .bottom-content {
    font-family: "Rubik", sans-serif;
    margin-top: 40px; }
    .cart-content-area .cart-content-inner .bottom-content .left-content-area {
      display: inline-block;
      width: 450px; }
      .cart-content-area .cart-content-inner .bottom-content .left-content-area .coupon-code-wrapper {
        position: relative; }
        .cart-content-area .cart-content-inner .bottom-content .left-content-area .coupon-code-wrapper .form-element .input-field {
          border: 2px solid #efefef; }
          .cart-content-area .cart-content-inner .bottom-content .left-content-area .coupon-code-wrapper .form-element .input-field::-webkit-input-placeholder {
            /* WebKit browsers */
            color: #8e96a1; }
          .cart-content-area .cart-content-inner .bottom-content .left-content-area .coupon-code-wrapper .form-element .input-field:-moz-placeholder {
            /* Mozilla Firefox 4 to 18 */
            color: #8e96a1; }
          .cart-content-area .cart-content-inner .bottom-content .left-content-area .coupon-code-wrapper .form-element .input-field::-moz-placeholder {
            /* Mozilla Firefox 19+ */
            color: #8e96a1; }
          .cart-content-area .cart-content-inner .bottom-content .left-content-area .coupon-code-wrapper .form-element .input-field:-ms-input-placeholder {
            /* Internet Explorer 10+ */
            color: #8e96a1; }
        .cart-content-area .cart-content-inner .bottom-content .left-content-area .coupon-code-wrapper .submit-btn {
          position: absolute;
          right: 0;
          top: 0;
          width: 190px;
          border-top-right-radius: 6px;
          border-bottom-right-radius: 6px;
          letter-spacing: 2px;
          font-size: 12px;
          font-family: "Rubik", sans-serif; }
    .cart-content-area .cart-content-inner .bottom-content .right-content-area {
      display: inline-block;
      float: right; }
      .cart-content-area .cart-content-inner .bottom-content .right-content-area .btn-wrapper .boxed-btn {
        padding: 0 30px;
        cursor: pointer;
        width: auto;
        margin: 0 10px;
        background-color: #2a9cf5;
        border: 2px solid transparent;
        border-radius: 6px;
        text-transform: uppercase;
        font-size: 12px;
        letter-spacing: 2px;
        color: #fff; }
        .cart-content-area .cart-content-inner .bottom-content .right-content-area .btn-wrapper .boxed-btn:first-child {
          background-color: transparent;
          border: 2px solid #e5e5e5;
          border-radius: 6px;
          font-size: 12px;
          text-transform: uppercase;
          color: #9a9da7;
          letter-spacing: 2px; }
          .cart-content-area .cart-content-inner .bottom-content .right-content-area .btn-wrapper .boxed-btn:first-child:hover {
            background-color: #2a9cf5;
            border-color: #2a9cf5;
            color: #fff; }
        .cart-content-area .cart-content-inner .bottom-content .right-content-area .btn-wrapper .boxed-btn:hover {
          background-color: transparent;
          border-color: #e5e5e5;
          color: #9a9da7; }
        .cart-content-area .cart-content-inner .bottom-content .right-content-area .btn-wrapper .boxed-btn:last-child {
          margin-right: 0; }
      .cart-content-area .cart-content-inner .bottom-content .right-content-area .cart-total {
        float: right;
        margin-top: 32px; }
        .cart-content-area .cart-content-inner .bottom-content .right-content-area .cart-total .title {
          font-size: 30px;
          line-height: 40px;
          color: #232b37;
          font-weight: 400; }
        .cart-content-area .cart-content-inner .bottom-content .right-content-area .cart-total .cart-list li {
          font-size: 16px;
          line-height: 26px;
          color: #232b37;
          font-weight: 500;
          border-bottom: 1px solid #e5e5e5;
          padding: 14px 0; }
          .cart-content-area .cart-content-inner .bottom-content .right-content-area .cart-total .cart-list li:first-child {
            padding-top: 8px; }
          .cart-content-area .cart-content-inner .bottom-content .right-content-area .cart-total .cart-list li:last-child {
            border-bottom: none; }
          .cart-content-area .cart-content-inner .bottom-content .right-content-area .cart-total .cart-list li .right {
            font-weight: 400;
            float: right;
            margin-left: 30px;
            color: #838b97; }
          .cart-content-area .cart-content-inner .bottom-content .right-content-area .cart-total .cart-list li.total .right {
            color: #2a9cf5; }

/*-----------------------
    Checkout page
------------------------*/
.checkout-page-content-area {
  padding: 80px 0 44px 0; }
  .checkout-page-content-area .notification-area {
    color: #fff;
    font-size: 14px;
    font-family: "Rubik", sans-serif;
    background-color: #2a9cf5;
    margin-bottom: 20px;
    padding: 30px 40px;
    border-radius: 6px; }
    .checkout-page-content-area .notification-area:last-child {
      margin-bottom: 50px; }
    .checkout-page-content-area .notification-area a {
      font-weight: 700;
      color: #fff;
      font-family: "Rubik", sans-serif;
      font-size: 12px;
      text-transform: uppercase;
      letter-spacing: 1px; }
  .checkout-page-content-area .left-content-area .title {
    font-size: 30px;
    line-height: 40px;
    color: #232b37;
    font-weight: 400;
    font-family: "Rubik", sans-serif;
    margin-bottom: 17px; }
  .checkout-page-content-area .left-content-area .form-element {
    font-family: "Rubik", sans-serif;
    margin-bottom: 30px; }
    .checkout-page-content-area .left-content-area .form-element.has-icon .the-icon {
      top: 70px; }
    .checkout-page-content-area .left-content-area .form-element label {
      color: #838b97;
      font-weight: 400; }
      .checkout-page-content-area .left-content-area .form-element label.blank {
        min-height: 25px; }
    .checkout-page-content-area .left-content-area .form-element .input-field {
      border: 2px solid #e5e5e5;
      border-radius: 6px; }
      .checkout-page-content-area .left-content-area .form-element .input-field::-webkit-input-placeholder {
        /* WebKit browsers */
        color: #b1b7c0; }
      .checkout-page-content-area .left-content-area .form-element .input-field:-moz-placeholder {
        /* Mozilla Firefox 4 to 18 */
        color: #b1b7c0; }
      .checkout-page-content-area .left-content-area .form-element .input-field::-moz-placeholder {
        /* Mozilla Firefox 19+ */
        color: #b1b7c0; }
      .checkout-page-content-area .left-content-area .form-element .input-field:-ms-input-placeholder {
        /* Internet Explorer 10+ */
        color: #b1b7c0; }
  .checkout-page-content-area .left-content-area .checkbox-element {
    font-family: "Rubik", sans-serif; }
    .checkout-page-content-area .left-content-area .checkbox-element .checkbox-inner {
      color: #232b37;
      font-weight: 500; }
      .checkout-page-content-area .left-content-area .checkbox-element .checkbox-inner .checkmark {
        border-color: #e5e5e5; }
  .checkout-page-content-area .left-content-area .shipping-details {
    margin-top: 15px; }
    .checkout-page-content-area .left-content-area .shipping-details .title {
      font-size: 30px;
      line-height: 40px;
      color: #232b37;
      font-weight: 400;
      font-family: "Rubik", sans-serif;
      margin-bottom: 15px; }
    .checkout-page-content-area .left-content-area .shipping-details .checkbox-element {
      margin-bottom: 15px; }
    .checkout-page-content-area .left-content-area .shipping-details .form-element.textarea label {
      color: #232b37;
      font-weight: 500;
      font-family: "Rubik", sans-serif; }
  .checkout-page-content-area .right-content-area {
    padding-left: 40px; }
    .checkout-page-content-area .right-content-area .title {
      font-size: 30px;
      line-height: 40px;
      color: #232b37;
      font-weight: 400;
      font-family: "Rubik", sans-serif;
      margin-bottom: 22px; }
    .checkout-page-content-area .right-content-area .checkbox-element {
      font-family: "Rubik", sans-serif; }
      .checkout-page-content-area .right-content-area .checkbox-element .checkbox-inner {
        color: #232b37;
        font-weight: 500; }
        .checkout-page-content-area .right-content-area .checkbox-element .checkbox-inner .checkmark {
          border-color: #e5e5e5; }
    .checkout-page-content-area .right-content-area .btn-wrapper {
      margin-top: 15px; }
      .checkout-page-content-area .right-content-area .btn-wrapper .submit-btn {
        width: 265px;
        border-radius: 6px;
        font-weight: 12px;
        letter-spacing: 1px; }
    .checkout-page-content-area .right-content-area .checkbox-element.account .checkbox-wrapper .checkbox-inner .base-color {
      font-weight: 500;
      font-family: "Rubik", sans-serif;
      color: #2a9cf5; }
    .checkout-page-content-area .right-content-area .credit-card-area {
      margin-bottom: 18px; }
      .checkout-page-content-area .right-content-area .credit-card-area .left-content {
        display: inline-block;
        padding-top: 7px; }
      .checkout-page-content-area .right-content-area .credit-card-area .right-content {
        display: inline-block;
        float: right; }
        .checkout-page-content-area .right-content-area .credit-card-area .right-content ul li {
          display: inline-block;
          margin: 0 2px; }
          .checkout-page-content-area .right-content-area .credit-card-area .right-content ul li:last-child {
            margin-right: 0; }
    .checkout-page-content-area .right-content-area .notify-area {
      font-size: 14px;
      font-weight: 400;
      font-family: "Rubik", sans-serif;
      background-color: #2a9cf5;
      padding: 30px 40px;
      border-radius: 6px;
      color: #fff;
      margin-top: 12px;
      margin-bottom: 30px; }
    .checkout-page-content-area .right-content-area .order-list {
      margin-bottom: 30px; }
      .checkout-page-content-area .right-content-area .order-list li {
        font-family: "Rubik", sans-serif;
        border-bottom: 1px solid #e5e5e5;
        padding: 30px 0; }
        .checkout-page-content-area .right-content-area .order-list li:first-child {
          padding-top: 0; }
        .checkout-page-content-area .right-content-area .order-list li.shipping .single-order-list .normal-text {
          display: block;
          color: #838b97;
          font-weight: 400; }
        .checkout-page-content-area .right-content-area .order-list li .single-order-list {
          color: #838b97; }
          .checkout-page-content-area .right-content-area .order-list li .single-order-list.title-bold {
            font-weight: 500;
            color: #232b37; }
            .checkout-page-content-area .right-content-area .order-list li .single-order-list.title-bold .right {
              font-weight: 400; }
          .checkout-page-content-area .right-content-area .order-list li .single-order-list .right {
            float: right;
            color: #838b97; }
          .checkout-page-content-area .right-content-area .order-list li .single-order-list.heading {
            color: #232b37;
            font-weight: 500; }
            .checkout-page-content-area .right-content-area .order-list li .single-order-list.heading .right {
              float: right; }

/*--------------------
    Product Details
--------------------*/
.product-details-content-area {
  padding: 120px 0 75px 0; }
  .product-details-content-area .left-content-area .product-details-slider {
    margin-bottom: 30px; }
  .product-details-content-area .left-content-area .product-deails-thumb li {
    display: inline-block;
    margin: 0 12px;
    cursor: pointer; }
    .product-details-content-area .left-content-area .product-deails-thumb li.active {
      border: 2px solid #2a9cf5; }
    .product-details-content-area .left-content-area .product-deails-thumb li:first-child {
      margin-left: 0; }
    .product-details-content-area .left-content-area .product-deails-thumb li:last-child {
      margin-right: 0; }
  .product-details-content-area .right-content-area {
    font-family: "Rubik", sans-serif; }
    .product-details-content-area .right-content-area .top-content .review {
      display: inline-block; }
      .product-details-content-area .right-content-area .top-content .review li {
        display: inline-block;
        font-size: 14px;
        color: #ffb400; }
        .product-details-content-area .right-content-area .top-content .review li.reviewes {
          color: #808a98;
          margin-left: 10px; }
    .product-details-content-area .right-content-area .top-content .orders {
      display: inline-block;
      background-color: #2a9cf5;
      color: #fff;
      padding: 8px 20px;
      border-radius: 6px;
      margin-left: 20px;
      position: relative; }
      .product-details-content-area .right-content-area .top-content .orders:after {
        position: absolute;
        left: -5px;
        top: 10px;
        width: 15px;
        height: 15px;
        background-color: #2a9cf5;
        content: '';
        -ms-transform: rotate(50deg);
        /* IE 9 */
        -webkit-transform: rotate(50deg);
        /* Chrome, Safari, Opera */
        transform: rotate(50deg);
        border-radius: 6px; }
    .product-details-content-area .right-content-area .bottom-content {
      margin-top: 27px; }
      .product-details-content-area .right-content-area .bottom-content .cat {
        display: inline-block;
        font-size: 14px;
        text-transform: uppercase;
        color: #2a9cf5;
        font-weight: 600;
        letter-spacing: 2px; }
      .product-details-content-area .right-content-area .bottom-content .title {
        font-size: 30px;
        color: #232b37;
        font-weight: 400;
        font-family: "Rubik", sans-serif; }
      .product-details-content-area .right-content-area .bottom-content .price-area {
        margin-top: 17px; }
        .product-details-content-area .right-content-area .bottom-content .price-area .left {
          display: inline-block;
          font-size: 50px;
          color: #bfc7d3;
          font-weight: 300;
          font-family: "Rubik", sans-serif; }
          .product-details-content-area .right-content-area .bottom-content .price-area .left .sprice {
            color: #2a9cf5; }
        .product-details-content-area .right-content-area .bottom-content .price-area .right {
          display: inline-block;
          margin-top: 15px;
          float: right; }
          .product-details-content-area .right-content-area .bottom-content .price-area .right .size {
            display: inline-block;
            width: 150px;
            height: 40px;
            line-height: 40px;
            text-align: center;
            background-color: #efefef;
            color: #abaeb4;
            text-transform: uppercase;
            font-weight: 700;
            font-size: 12px;
            font-family: "Rubik", sans-serif;
            letter-spacing: 2px;
            border-radius: 6px;
            -webkit-transition: all 0.3s ease-in;
            -moz-transition: all 0.3s ease-in;
            -o-transition: all 0.3s ease-in;
            transition: all 0.3s ease-in; }
            .product-details-content-area .right-content-area .bottom-content .price-area .right .size:hover {
              background-color: #2a9cf5;
              color: #fff; }
      .product-details-content-area .right-content-area .bottom-content .product-spec {
        margin-top: 20px;
        width: 280px;
        margin-bottom: 28px; }
        .product-details-content-area .right-content-area .bottom-content .product-spec li {
          color: #232b37;
          font-weight: 600;
          font-family: "Rubik", sans-serif;
          margin: 10px 0; }
          .product-details-content-area .right-content-area .bottom-content .product-spec li .right {
            font-weight: 400;
            float: right;
            color: #6b7686; }
            .product-details-content-area .right-content-area .bottom-content .product-spec li .right.base-color {
              color: #2a9cf5; }
      .product-details-content-area .right-content-area .bottom-content .pdescription .title {
        font-size: 30px;
        font-weight: 300;
        color: #232b37;
        font-family: "Rubik", sans-serif;
        margin-bottom: 17px; }
      .product-details-content-area .right-content-area .bottom-content .pdescription p {
        font-size: 16px;
        line-height: 26px;
        color: #838b97;
        font-family: "Rubik", sans-serif; }
      .product-details-content-area .right-content-area .bottom-content .paction {
        margin-top: 35px; }
        .product-details-content-area .right-content-area .bottom-content .paction .qty {
          display: inline-block; }
          .product-details-content-area .right-content-area .bottom-content .paction .qty ul li {
            display: inline-block;
            margin-left: -5px; }
            .product-details-content-area .right-content-area .bottom-content .paction .qty ul li:first-child {
              margin-left: 0; }
            .product-details-content-area .right-content-area .bottom-content .paction .qty ul li .qttotal,
            .product-details-content-area .right-content-area .bottom-content .paction .qty ul li .qtminus,
            .product-details-content-area .right-content-area .bottom-content .paction .qty ul li .qtplus {
              display: inline-block;
              width: 40px;
              height: 40px;
              border: 2px solid #e5e5e5;
              text-align: center;
              line-height: 40px;
              cursor: pointer;
              font-weight: 500; }
              .product-details-content-area .right-content-area .bottom-content .paction .qty ul li .qttotal:focus,
              .product-details-content-area .right-content-area .bottom-content .paction .qty ul li .qtminus:focus,
              .product-details-content-area .right-content-area .bottom-content .paction .qty ul li .qtplus:focus {
                outline: none; }
            .product-details-content-area .right-content-area .bottom-content .paction .qty ul li .qtplus {
              border-top-right-radius: 5px;
              border-bottom-right-radius: 5px; }
            .product-details-content-area .right-content-area .bottom-content .paction .qty ul li .qtminus {
              border-top-left-radius: 5px;
              border-bottom-left-radius: 5px; }
        .product-details-content-area .right-content-area .bottom-content .paction .activities {
          display: inline-block; }
          .product-details-content-area .right-content-area .bottom-content .paction .activities li {
            display: inline-block;
            margin: 0 8px; }
            .product-details-content-area .right-content-area .bottom-content .paction .activities li:first-child {
              margin-left: 16px; }
            .product-details-content-area .right-content-area .bottom-content .paction .activities li a {
              display: inline-block;
              width: 40px;
              height: 40px;
              background-color: #eeeeee;
              border: 2px solid #eeeeee;
              color: #838b97;
              border-radius: 5px;
              text-align: center;
              line-height: 40px;
              cursor: pointer;
              font-weight: 500;
              -webkit-transition: all 0.3s ease-in;
              -moz-transition: all 0.3s ease-in;
              -o-transition: all 0.3s ease-in;
              transition: all 0.3s ease-in; }
              .product-details-content-area .right-content-area .bottom-content .paction .activities li a:focus {
                outline: none; }
              .product-details-content-area .right-content-area .bottom-content .paction .activities li a:hover {
                background-color: #2a9cf5;
                color: #fff;
                border-color: #2a9cf5; }
        .product-details-content-area .right-content-area .bottom-content .paction .btn-wrapper {
          margin-top: 30px; }
          .product-details-content-area .right-content-area .bottom-content .paction .btn-wrapper .boxed-btn {
            width: 228px;
            font-size: 14px;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 2px;
            border-radius: 6px;
            font-family: "Rubik", sans-serif; }
            .product-details-content-area .right-content-area .bottom-content .paction .btn-wrapper .boxed-btn:hover {
              background-color: #232b37; }

.product-details-tab-nav {
  padding-top: 80px; }
  .product-details-tab-nav .nav.nav-tabs {
    border: none;
    text-align: center;
    display: block;
    width: 100%;
    position: relative;
    z-index: 0; }
    .product-details-tab-nav .nav.nav-tabs:after {
      position: absolute;
      left: 0;
      top: 25px;
      background-color: #f0f0f0;
      content: '';
      width: 100%;
      height: 2px;
      z-index: -1; }
    .product-details-tab-nav .nav.nav-tabs .nav-item {
      display: inline-block;
      margin: 0 10px; }
      .product-details-tab-nav .nav.nav-tabs .nav-item .nav-link {
        border: none;
        width: 200px;
        border: 2px solid #f0f0f0;
        background-color: #fff;
        border-radius: 25px;
        height: 50px;
        line-height: 45px;
        font-size: 12px;
        text-transform: uppercase;
        font-weight: 700;
        color: #b1b6bd;
        padding: 0;
        letter-spacing: 1px;
        -webkit-transition: all 0.3s ease-in;
        -moz-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in; }
        .product-details-tab-nav .nav.nav-tabs .nav-item .nav-link.active {
          background-color: #2a9cf5;
          color: #fff;
          border-color: #2a9cf5; }
        .product-details-tab-nav .nav.nav-tabs .nav-item .nav-link:hover {
          background-color: #2a9cf5;
          color: #fff;
          border-color: #2a9cf5; }

.product-details-area .title {
  color: #232b37;
  font-size: 30px;
  line-height: 40px;
  font-weight: 500;
  font-family: "Rubik", sans-serif; }

.product-details-area .item_review_content {
  padding-top: 33px; }
  .product-details-area .item_review_content .product-specification {
    margin-top: 32px; }
    .product-details-area .item_review_content .product-specification li {
      padding-bottom: 20px;
      margin-top: 20px;
      border-bottom: 1px solid #f0f0f0; }
      .product-details-area .item_review_content .product-specification li:first-child {
        margin-top: none; }
      .product-details-area .item_review_content .product-specification li:last-child {
        padding-bottom: 0;
        border-bottom: none; }
      .product-details-area .item_review_content .product-specification li .single-spec .heading {
        font-size: 16px;
        line-height: 26px;
        color: #232b37;
        font-weight: 500;
        font-family: "Rubik", sans-serif;
        min-width: 320px;
        display: inline-block; }
      .product-details-area .item_review_content .product-specification li .single-spec .details {
        font-family: "Rubik", sans-serif;
        color: #838b97;
        font-size: 16px;
        line-height: 26px; }

.product-details-area .descr-tab-content {
  padding-top: 33px; }
  .product-details-area .descr-tab-content .title {
    margin-bottom: 20px; }
  .product-details-area .descr-tab-content p {
    font-size: 16px;
    line-height: 26px;
    color: #838b97; }
    .product-details-area .descr-tab-content p:last-child {
      margin-bottom: 0; }

.product-details-area .more-feature-content {
  padding-top: 33px; }
  .product-details-area .more-feature-content p {
    color: #838b97;
    line-height: 26px;
    font-size: 16px; }
    .product-details-area .more-feature-content p:last-child {
      margin-bottom: 0; }
  .product-details-area .more-feature-content .feature-list-wrapper {
    margin-bottom: 22px; }
    .product-details-area .more-feature-content .feature-list-wrapper .features-list li {
      margin: 8px 0;
      font-size: 16px;
      line-height: 26px;
      color: #838b97; }
      .product-details-area .more-feature-content .feature-list-wrapper .features-list li i {
        color: #2a9cf5; }

/*--------------------
    Login Page
---------------------*/
.login-page-content-area {
  padding: 120px 0; }
  .login-page-content-area .login-page-wrapper {
    border: 2px solid #f0f0f0;
    padding: 72px 80px 80px 80px;
    position: relative;
    z-index: 0; }
    .login-page-content-area .login-page-wrapper:after {
      position: absolute;
      top: 50%;
      left: 50%;
      width: 2px;
      height: 100%;
      background-color: #f0f0f0;
      content: '';
      -ms-transform: translate(-50%, -50%);
      /* IE 9 */
      -webkit-transform: translate(-50%, -50%);
      /* Chrome, Safari, Opera */
      transform: translate(-50%, -50%);
      z-index: -1; }
    .login-page-content-area .login-page-wrapper .or {
      position: absolute;
      top: 50%;
      left: 50%;
      width: 80px;
      height: 80px;
      border-radius: 50%;
      background-color: #fff;
      border: 2px solid #f0f0f0;
      line-height: 80px;
      text-align: center;
      font-family: "Rubik", sans-serif;
      font-weight: 700;
      font-size: 12px;
      -ms-transform: translate(-50%, -50%);
      /* IE 9 */
      -webkit-transform: translate(-50%, -50%);
      /* Chrome, Safari, Opera */
      transform: translate(-50%, -50%); }
    .login-page-content-area .login-page-wrapper .top-content {
      margin-bottom: 37px; }
      .login-page-content-area .login-page-wrapper .top-content .title {
        font-family: "Rubik", sans-serif;
        color: #232b37;
        font-weight: 500;
        font-size: 30px;
        margin-bottom: 12px; }
      .login-page-content-area .login-page-wrapper .top-content p {
        color: #7d7c8f;
        font-size: 14px;
        line-height: 24px; }
  .login-page-content-area .right-contnet-area {
    padding-left: 80px; }
    .login-page-content-area .right-contnet-area .bottom-content .login-form .form-element .input-field {
      font-size: 14px;
      font-family: "Rubik", sans-serif;
      border-radius: 30px;
      border: 2px solid #f0f0f0;
      margin-bottom: 20px; }
      .login-page-content-area .right-contnet-area .bottom-content .login-form .form-element .input-field::-webkit-input-placeholder {
        /* WebKit browsers */
        color: #b1b7c0; }
      .login-page-content-area .right-contnet-area .bottom-content .login-form .form-element .input-field:-moz-placeholder {
        /* Mozilla Firefox 4 to 18 */
        color: #b1b7c0; }
      .login-page-content-area .right-contnet-area .bottom-content .login-form .form-element .input-field::-moz-placeholder {
        /* Mozilla Firefox 19+ */
        color: #b1b7c0; }
      .login-page-content-area .right-contnet-area .bottom-content .login-form .form-element .input-field:-ms-input-placeholder {
        /* Internet Explorer 10+ */
        color: #b1b7c0; }
    .login-page-content-area .right-contnet-area .bottom-content .login-form .btn-wrapper .submit-btn {
      display: inline-block;
      width: 160px;
      border-radius: 30px;
      font-family: "Rubik", sans-serif;
      letter-spacing: 2px; }
      .login-page-content-area .right-contnet-area .bottom-content .login-form .btn-wrapper .submit-btn:hover {
        -webkit-box-shadow: 0 0 25px 0 rgba(42, 156, 245, 0.5);
        box-shadow: 0 0 25px 0 rgba(42, 156, 245, 0.5);
        background-color: #2a9cf5; }
    .login-page-content-area .right-contnet-area .bottom-content .login-form .btn-wrapper .link {
      display: inline-block;
      float: right;
      color: #2a9cf5;
      font-size: 14px;
      font-family: "Rubik", sans-serif;
      margin-top: 20px; }
  .login-page-content-area .left-content-area {
      padding: 0px; }
    .login-page-content-area .left-content-area .bottom-content {
      display: inline-block;
      position: relative; }
      .login-page-content-area .left-content-area .bottom-content .left-content {
        min-height: 120px;
        position: absolute;
        left: 0;
        top: 0; }
        .login-page-content-area .left-content-area .bottom-content .left-content .thumb img {
          max-width: 120px;
          border-radius: 50%;
          -webkit-box-shadow: 0 0 25px 0 rgba(42, 156, 245, 0.5);
          box-shadow: 0 0 25px 0 rgba(42, 156, 245, 0.5); }
      .login-page-content-area .left-content-area .bottom-content .right-content {
        padding-left: 150px; }
        .login-page-content-area .left-content-area .bottom-content .right-content ul li {
          margin: 8px 0; }
          .login-page-content-area .left-content-area .bottom-content .right-content ul li:first-child {
            margin-top: 0; }
          .login-page-content-area .left-content-area .bottom-content .right-content ul li:last-child {
            margin-bottom: 0; }
          .login-page-content-area .left-content-area .bottom-content .right-content ul li.active a {
            color: #fff;
            background-color: #2a9cf5; }
          .login-page-content-area .left-content-area .bottom-content .right-content ul li:hover a {
            -webkit-box-shadow: 0 0 25px 0 rgba(42, 156, 245, 0.5);
            box-shadow: 0 0 25px 0 rgba(42, 156, 245, 0.5); }
          .login-page-content-area .left-content-area .bottom-content .right-content ul li a {
            width: 220px;
            height: 60px;
            line-height: 60px;
            text-align: center;
            font-weight: 700;
            text-transform: uppercase;
            font-size: 14px;
            border-radius: 30px;
            display: inline-block;
            color: #d0cee1;
            -webkit-transition: all 0.3s ease-in;
            -moz-transition: all 0.3s ease-in;
            -o-transition: all 0.3s ease-in;
            transition: all 0.3s ease-in; }

/*------------------------
    Sign up Page
------------------------*/
.signup-page-wrapper {
  border: 2px solid #f0f0f0;
  position: relative;
  z-index: 0; }
  .signup-page-wrapper .right-contnet-area {
    padding: 80px 80px 80px 80px; }
    .signup-page-wrapper .right-contnet-area .bottom-content .login-form .form-element .input-field {
      font-size: 14px;
      font-family: "Rubik", sans-serif;
      border-radius: 30px;
      border: 2px solid #f0f0f0;
      margin-bottom: 20px; }
      .signup-page-wrapper .right-contnet-area .bottom-content .login-form .form-element .input-field::-webkit-input-placeholder {
        /* WebKit browsers */
        color: #b1b7c0; }
      .signup-page-wrapper .right-contnet-area .bottom-content .login-form .form-element .input-field:-moz-placeholder {
        /* Mozilla Firefox 4 to 18 */
        color: #b1b7c0; }
      .signup-page-wrapper .right-contnet-area .bottom-content .login-form .form-element .input-field::-moz-placeholder {
        /* Mozilla Firefox 19+ */
        color: #b1b7c0; }
      .signup-page-wrapper .right-contnet-area .bottom-content .login-form .form-element .input-field:-ms-input-placeholder {
        /* Internet Explorer 10+ */
        color: #b1b7c0; }
    .signup-page-wrapper .right-contnet-area .bottom-content .login-form .block-link a {
      display: block;
      background-color: #000;
      margin-bottom: 20px;
      font-size: 14px;
      text-transform: uppercase;
      font-family: "Rubik", sans-serif;
      font-weight: 700;
      color: #fff;
      text-align: center;
      height: 60px;
      border-radius: 30px;
      line-height: 60px;
      -webkit-transition: all 0.3s ease-in;
      -moz-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in;
      letter-spacing: 1px; }
      .signup-page-wrapper .right-contnet-area .bottom-content .login-form .block-link a.facebook {
        background-color: #1375c5; }
        .signup-page-wrapper .right-contnet-area .bottom-content .login-form .block-link a.facebook:hover {
          -webkit-box-shadow: 0 0 25px 0 rgba(19, 117, 197, 0.5);
          box-shadow: 0 0 25px 0 rgba(19, 117, 197, 0.5); }
      .signup-page-wrapper .right-contnet-area .bottom-content .login-form .block-link a.google {
        background-color: #e40036; }
        .signup-page-wrapper .right-contnet-area .bottom-content .login-form .block-link a.google:hover {
          -webkit-box-shadow: 0 0 25px 0 rgba(228, 0, 54, 0.5);
          box-shadow: 0 0 25px 0 rgba(228, 0, 54, 0.5); }
    .signup-page-wrapper .right-contnet-area .bottom-content .login-form .btn-wrapper .submit-btn {
      display: inline-block;
      width: 100%;
      border-radius: 30px;
      font-family: "Rubik", sans-serif;
      letter-spacing: 2px; }
      .signup-page-wrapper .right-contnet-area .bottom-content .login-form .btn-wrapper .submit-btn:hover {
        -webkit-box-shadow: 0 0 25px 0 rgba(42, 156, 245, 0.5);
        box-shadow: 0 0 25px 0 rgba(42, 156, 245, 0.5);
        background-color: #2a9cf5; }
    .signup-page-wrapper .right-contnet-area .bottom-content .login-form .btn-wrapper .link {
      display: inline-block;
      float: right;
      color: #2a9cf5;
      font-size: 14px;
      font-family: "Rubik", sans-serif;
      margin-top: 20px; }
  .signup-page-wrapper .left-content-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: start;
    position: relative;
    z-index: 0;
    padding-top: 80px; }
    .signup-page-wrapper .left-content-area.signup-bg {
      background-image: url(../img/signup.jpg);
      background-position: top;
      background-size: cover; }
    .signup-page-wrapper .left-content-area:after {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      content: '';
      z-index: -1; }
    .signup-page-wrapper .left-content-area .img-wrapper .boxed-btn {
      width: 256px;
      border-radius: 30px;
      text-transform: uppercase;
      font-family: "Rubik", sans-serif;
      letter-spacing: 1px;
      font-size: 14px;
      -webkit-transition: all 0.3s ease-in;
      -moz-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in; }
      .signup-page-wrapper .left-content-area .img-wrapper .boxed-btn:hover {
        -webkit-box-shadow: 0 0 55px 0 rgba(42, 156, 245, 0.5);
        box-shadow: 0 0 55px 0 rgba(42, 156, 245, 0.5);
        background-color: #2a9cf5; }
  .signup-page-wrapper:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 2px;
    height: 100%;
    background-color: #f0f0f0;
    content: '';
    -ms-transform: translate(-50%, -50%);
    /* IE 9 */
    -webkit-transform: translate(-50%, -50%);
    /* Chrome, Safari, Opera */
    transform: translate(-50%, -50%);
    z-index: -1; }
  .signup-page-wrapper .or {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: #fff;
    border: 2px solid #f0f0f0;
    line-height: 80px;
    text-align: center;
    font-family: "Rubik", sans-serif;
    font-weight: 700;
    font-size: 12px;
    -ms-transform: translate(-50%, -50%);
    /* IE 9 */
    -webkit-transform: translate(-50%, -50%);
    /* Chrome, Safari, Opera */
    transform: translate(-50%, -50%);
    z-index: 1; }
  .signup-page-wrapper .top-content {
    margin-bottom: 37px; }
    .signup-page-wrapper .top-content .title {
      font-family: "Rubik", sans-serif;
      color: #232b37;
      font-weight: 500;
      font-size: 30px;
      margin-bottom: 12px; }
    .signup-page-wrapper .top-content p {
      color: #7d7c8f;
      font-size: 14px;
      line-height: 24px; }

.padding-right-0 {
  padding-right: 0 !important; }

/*-----------------------
    Blog Page
------------------------*/
.blog-page-content-area {
  padding: 120px 0 90px 0; }
  .blog-page-content-area .single-our-story-item {
    text-align: center;
    font-family: "Rubik", sans-serif;
    margin-bottom: 22px; }
    .blog-page-content-area .single-our-story-item:hover .thumb img {
      -webkit-filter: grayscale(100%);
      filter: grayscale(100%); }
    .blog-page-content-area .single-our-story-item:hover .conent .title {
      color: #2a9cf5; }
    .blog-page-content-area .single-our-story-item .thumb {
      margin-bottom: 25px; }
      .blog-page-content-area .single-our-story-item .thumb img {
        -webkit-transition: all 0.3s ease-in;
        -moz-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in; }
    .blog-page-content-area .single-our-story-item .conent .time {
      font-size: 18px;
      color: #2a9cf5;
      display: block;
      margin-bottom: 10px; }
    .blog-page-content-area .single-our-story-item .conent .title {
      font-size: 26px;
      color: #232b37;
      font-weight: 500;
      font-family: "Rubik", sans-serif;
      margin-bottom: 17px;
      -webkit-transition: all 0.3s ease-in;
      -moz-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in; }
    .blog-page-content-area .single-our-story-item .conent p {
      font-size: 16px;
      line-height: 26px;
      color: #838b97; }
      .blog-page-content-area .single-our-story-item .conent p:last-child {
        margin-bottom: 0; }

/*--------------------------
    Blog Details Page
--------------------------*/
.single-post-separator {
  padding-top: 40px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 40px; }

.blog-details-content {
  padding: 120px 0 120px 0;
  font-family: "Rubik", sans-serif; }
  .blog-details-content .single-blog-post {
    position: relative; }
    .blog-details-content .single-blog-post .meta-time {
      position: absolute;
      left: 0;
      top: 0;
      width: 100px;
      height: 100px;
      border-radius: 5px;
      text-align: center;
      background-color: #2a9cf5;
      padding: 13px 0 0 0; }
      .blog-details-content .single-blog-post .meta-time .date {
        font-size: 50px;
        line-height: 50px;
        color: #fff;
        display: block; }
      .blog-details-content .single-blog-post .meta-time .month {
        font-size: 14px;
        font-weight: 700;
        color: #fff;
        text-transform: uppercase; }
    .blog-details-content .single-blog-post .details-container {
      padding-left: 130px; }
      .blog-details-content .single-blog-post .details-container .meta-tags {
        margin-bottom: 10px; }
        .blog-details-content .single-blog-post .details-container .meta-tags ul li {
          display: inline-block;
          margin: 0 18px;
          color: #7c7c90;
          font-size: 14px;
          line-height: 24px;
          font-weight: 400; }
          .blog-details-content .single-blog-post .details-container .meta-tags ul li:first-child {
            margin-left: 0; }
          .blog-details-content .single-blog-post .details-container .meta-tags ul li i {
            padding-right: 5px; }
      .blog-details-content .single-blog-post .details-container .post-body .title {
        font-size: 30px;
        line-height: 40px;
        color: #262b49;
        margin-bottom: 25px;
        font-family: "Rubik", sans-serif;
        font-weight: 500; }
      .blog-details-content .single-blog-post .details-container .post-body p {
        font-size: 16px;
        line-height: 26px;
        color: #7c7c90; }
      .blog-details-content .single-blog-post .details-container .post-body .post-blockquote {
        padding: 23px 50px 27px 20px;
        border-radius: 5px;
        background-color: #151525;
        position: relative;
        margin-top: 42px;
        margin-bottom: 45px; }
        .blog-details-content .single-blog-post .details-container .post-body .post-blockquote .icon {
          position: absolute;
          left: 0;
          top: 0;
          font-size: 40px;
          line-height: 40px;
          padding-top: 45px;
          padding-left: 40px;
          color: #4a5462; }
        .blog-details-content .single-blog-post .details-container .post-body .post-blockquote .content {
          padding-left: 90px; }
          .blog-details-content .single-blog-post .details-container .post-body .post-blockquote .content p {
            font-size: 14px;
            line-break: 24px;
            color: #bdc4cf; }
          .blog-details-content .single-blog-post .details-container .post-body .post-blockquote .content .post {
            font-size: 14px;
            line-height: 24px;
            font-weight: 700;
            color: #2a9cf5; }
      .blog-details-content .single-blog-post .details-container .post-body .post-bottom-content {
        margin-top: 28px; }
        .blog-details-content .single-blog-post .details-container .post-body .post-bottom-content .top-content .title {
          font-size: 18px;
          line-height: 28px;
          color: #121821;
          margin-bottom: 17px;
          font-family: "Rubik", sans-serif; }
        .blog-details-content .single-blog-post .details-container .post-body .post-bottom-content .top-content .left-content {
          display: inline-block; }
        .blog-details-content .single-blog-post .details-container .post-body .post-bottom-content .top-content .right-content {
          float: right; }
        .blog-details-content .single-blog-post .details-container .post-body .post-bottom-content .bottom-content .left-content {
          display: inline-block; }
          .blog-details-content .single-blog-post .details-container .post-body .post-bottom-content .bottom-content .left-content ul li {
            display: inline-block;
            border: 2px solid rgba(0, 0, 0, 0.1);
            border-radius: 5px;
            -webkit-transition: all 0.3s ease-in;
            -moz-transition: all 0.3s ease-in;
            -o-transition: all 0.3s ease-in;
            transition: all 0.3s ease-in;
            margin: 0 9px; }
            .blog-details-content .single-blog-post .details-container .post-body .post-bottom-content .bottom-content .left-content ul li:first-child {
              margin-left: 0; }
            .blog-details-content .single-blog-post .details-container .post-body .post-bottom-content .bottom-content .left-content ul li:hover {
              border-color: #2a9cf5;
              background-color: #2a9cf5; }
              .blog-details-content .single-blog-post .details-container .post-body .post-bottom-content .bottom-content .left-content ul li:hover a {
                color: #fff; }
            .blog-details-content .single-blog-post .details-container .post-body .post-bottom-content .bottom-content .left-content ul li a {
              color: #7c7c90;
              font-size: 14px;
              line-height: 24px;
              font-weight: 700;
              -webkit-transition: all 0.3s ease-in;
              -moz-transition: all 0.3s ease-in;
              -o-transition: all 0.3s ease-in;
              transition: all 0.3s ease-in;
              text-transform: uppercase;
              display: inline-block;
              padding: 10px 20px; }
        .blog-details-content .single-blog-post .details-container .post-body .post-bottom-content .bottom-content .right-content {
          float: right; }
          .blog-details-content .single-blog-post .details-container .post-body .post-bottom-content .bottom-content .right-content ul li {
            font-size: 14px;
            line-height: 24px;
            margin: 0 3px;
            display: inline-block; }
            .blog-details-content .single-blog-post .details-container .post-body .post-bottom-content .bottom-content .right-content ul li:hover a {
              color: #2a9cf5; }
            .blog-details-content .single-blog-post .details-container .post-body .post-bottom-content .bottom-content .right-content ul li a {
              color: #939aa4;
              -webkit-transition: all 0.3s ease-in;
              -moz-transition: all 0.3s ease-in;
              -o-transition: all 0.3s ease-in;
              transition: all 0.3s ease-in; }
  .blog-details-content .comments-form-area .title {
    font-size: 26px;
    line-height: 36px;
    color: #121821;
    font-weight: 700;
    margin-bottom: 32px;
    font-family: "Rubik", sans-serif; }
  .blog-details-content .comments-area .title {
    margin-bottom: 35px;
    font-family: "Rubik", sans-serif; }
  .blog-details-content .comments-area .single-comment-item {
    position: relative; }
    .blog-details-content .comments-area .single-comment-item .thumb {
      position: absolute;
      left: 0;
      top: 0;
      max-width: 100px;
      max-height: 100px;
      border-radius: 50%; }
    .blog-details-content .comments-area .single-comment-item .content {
      padding-left: 130px; }
      .blog-details-content .comments-area .single-comment-item .content .meta-date {
        font-size: 14px;
        line-height: 24px;
        color: #7c7c90;
        display: block;
        padding-top: 10px; }
      .blog-details-content .comments-area .single-comment-item .content .author-name {
        font-size: 18px;
        line-height: 28px;
        color: #121821;
        margin-bottom: 12px; }
      .blog-details-content .comments-area .single-comment-item .content p {
        color: #7c7c90;
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 0; }
    .blog-details-content .comments-area .single-comment-item .reply-btn {
      position: absolute;
      top: 0;
      right: 0;
      color: #7c7c90;
      font-size: 14px;
      -webkit-transition: all 0.3s ease-in;
      -moz-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in; }
      .blog-details-content .comments-area .single-comment-item .reply-btn:hover {
        color: #2a9cf5; }
      .blog-details-content .comments-area .single-comment-item .reply-btn i {
        padding-right: 5px; }

.single-blog-page-separator {
  padding-top: 40px;
  margin-bottom: 35px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }

.blog-details-content .single-blog-post .details-container .post-body .post-bottom-content .bottom-content .right-content .title {
  display: none; }

/*--------------------------
    Product Upload
---------------------------*/
.product-upload-area {
  padding: 120px 0; }

.product-upload-form .form-element .input-field {
  border: 2px solid #f0f0f0; }

.product-upload-form .btn-wrapper {
  display: block;
  text-align: center; }
  .product-upload-form .btn-wrapper .submit-btn {
    width: 230px;
    border-radius: 30px; }
    .product-upload-form .btn-wrapper .submit-btn:hover {
      -webkit-box-shadow: 0 0 25px 0 rgba(42, 156, 245, 0.5);
      box-shadow: 0 0 25px 0 rgba(42, 156, 245, 0.5);
      background-color: #2a9cf5; }

/*------------------------
    Offer page
--------------------------*/
.offer-page-content-area {
  padding: 120px 0 90px 0; }
  .offer-page-content-area .single-offer-item {
    margin-bottom: 30px; }

/*-----------------------
    Invoice Page
-----------------------*/
.invoice-page-content-area {
  padding: 120px 0; }
  .invoice-page-content-area .invoice-inner .footer-content {
    background-color: #2a9cf5;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    font-family: "Rubik", sans-serif;
    padding: 25px 0;
    text-align: center;
    text-transform: capitalize; }
  .invoice-page-content-area .invoice-inner .top-content {
    background-color: #232b37;
    padding: 54px 60px 52px 60px; }
    .invoice-page-content-area .invoice-inner .top-content .subtitle {
      font-size: 14px;
      line-height: 24px;
      text-transform: uppercase;
      font-weight: 700;
      font-family: "Rubik", sans-serif;
      color: #9298a2;
      letter-spacing: 1px; }
    .invoice-page-content-area .invoice-inner .top-content .title {
      font-family: "Rubik", sans-serif;
      font-size: 50px;
      line-height: 60px;
      font-weight: 400;
      color: #fff;
      margin-bottom: 0; }
    .invoice-page-content-area .invoice-inner .top-content .left-content {
      display: inline-block; }
    .invoice-page-content-area .invoice-inner .top-content .right-content {
      display: inline-block;
      float: right; }
  .invoice-page-content-area .invoice-inner .bottom-content {
    background-color: #f5f5f5;
    padding: 54px 60px 52px 60px; }
    .invoice-page-content-area .invoice-inner .bottom-content .header-content .left-content {
      max-width: 250px;
      display: inline-block; }
      .invoice-page-content-area .invoice-inner .bottom-content .header-content .left-content .title {
        color: #232b37;
        font-size: 26px;
        line-height: 36px;
        font-family: "Rubik", sans-serif;
        font-weight: 500;
        margin-bottom: 25px; }
      .invoice-page-content-area .invoice-inner .bottom-content .header-content .left-content .details {
        font-size: 16px;
        line-height: 26px;
        color: #838b97;
        display: block;
        font-family: "Rubik", sans-serif;
        margin-bottom: 5px; }
    .invoice-page-content-area .invoice-inner .bottom-content .header-content .right-content {
      display: inline-block;
      min-width: 250px;
      float: right;
      font-family: "Rubik", sans-serif;
      margin-top: 60px; }
      .invoice-page-content-area .invoice-inner .bottom-content .header-content .right-content .rheading {
        display: block;
        font-size: 16px;
        line-height: 26px;
        font-weight: 600;
        color: #232b37;
        margin-bottom: 5px; }
        .invoice-page-content-area .invoice-inner .bottom-content .header-content .right-content .rheading .right {
          float: right;
          font-weight: 400;
          color: #838b97; }
      .invoice-page-content-area .invoice-inner .bottom-content .header-content .right-content .heading {
        display: block;
        font-size: 16px;
        line-height: 26px;
        font-weight: 400;
        color: #232b37;
        margin-bottom: 5px; }
        .invoice-page-content-area .invoice-inner .bottom-content .header-content .right-content .heading .right {
          float: right;
          font-weight: 400;
          color: #838b97; }
    .invoice-page-content-area .invoice-inner .bottom-content .body-content {
      padding: 33px 0 68px 0; }
      .invoice-page-content-area .invoice-inner .bottom-content .body-content table {
        font-family: "Rubik", sans-serif; }
        .invoice-page-content-area .invoice-inner .bottom-content .body-content table thead tr th {
          background-color: #f5f5f5;
          border: none;
          font-size: 16px;
          font-family: "Rubik", sans-serif;
          font-weight: 400;
          color: #000000;
          padding: 17px 0; }
        .invoice-page-content-area .invoice-inner .bottom-content .body-content table tbody tr {
          background-color: #efefef; }
          .invoice-page-content-area .invoice-inner .bottom-content .body-content table tbody tr:nth-of-type(even) {
            background-color: #fff; }
          .invoice-page-content-area .invoice-inner .bottom-content .body-content table tbody tr td {
            border: none; }
            .invoice-page-content-area .invoice-inner .bottom-content .body-content table tbody tr td .service .title {
              color: #000000;
              font-size: 14px;
              font-weight: 400;
              line-height: 24px;
              margin-bottom: 0; }
            .invoice-page-content-area .invoice-inner .bottom-content .body-content table tbody tr td .service .subtitle {
              color: #838b97; }
      .invoice-page-content-area .invoice-inner .bottom-content .body-content .total {
        display: block;
        float: right;
        min-width: 220px;
        margin-right: 80px;
        clear: both;
        margin-top: 10px; }
        .invoice-page-content-area .invoice-inner .bottom-content .body-content .total .rheading {
          display: block;
          font-size: 16px;
          line-height: 26px;
          font-weight: 600;
          color: #232b37;
          margin-bottom: 5px;
          clear: both; }
          .invoice-page-content-area .invoice-inner .bottom-content .body-content .total .rheading .right {
            float: right;
            font-weight: 400;
            color: #838b97; }

/*-------------------
    Vendor List
--------------------*/
.single-vendor-member {
  border: 2px solid #e8e9ea;
  border-radius: 6px;
  text-align: center;
  margin-bottom: 30px;
  padding: 60px 0 58px 0;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in; }
  .single-vendor-member:hover {
    -webkit-box-shadow: 0 0 55px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 55px 0 rgba(0, 0, 0, 0.2);
    border-color: transparent; }
    .single-vendor-member:hover .thumb img {
      -ms-transform: scale(1.09);
      /* IE 9 */
      -webkit-transform: scale(1.09);
      /* Chrome, Safari, Opera */
      transform: scale(1.09); }
  .single-vendor-member .thumb {
    overflow: hidden;
    width: 120px;
    border-radius: 50%;
    margin: 0 auto;
    margin-bottom: 35px; }
    .single-vendor-member .thumb img {
      width: 120px;
      border-radius: 50%;
      -webkit-transition: 0.8s ease;
      -moz-transition: 0.8s ease;
      -o-transition: 0.8s ease;
      transition: 0.8s ease; }
  .single-vendor-member .content .name {
    font-size: 26px;
    color: #232b37;
    font-weight: 400;
    line-height: 36px; }
  .single-vendor-member .content .items {
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    color: #2a9cf5;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 10px;
    display: block; }
  .single-vendor-member .content .reviews ul {
    display: inline-block; }
    .single-vendor-member .content .reviews ul li {
      display: inline-block;
      font-size: 14px;
      color: #ffba00; }
  .single-vendor-member .content .reviews span {
    margin-left: 10px;
    display: inline-block;
    color: #838b97; }

.vendor-seller-area {
  padding: 114px 0 90px 0; }

/*-------------------------
    Seller Dashboard
--------------------------*/
.seller-dashboard-content-area {
  padding: 120px 0; }
  .seller-dashboard-content-area .dashboard-content-wrapper {
    font-family: "Rubik", sans-serif;
    border: none; }
    .seller-dashboard-content-area .dashboard-content-wrapper .card-header {
      background-color: #2a9cf5;
      font-size: 14px;
      font-weight: 700;
      line-height: 26px;
      color: #fff;
      border: none;
      letter-spacing: 1px;
      text-transform: uppercase; }
    .seller-dashboard-content-area .dashboard-content-wrapper .mini-card-wrapper {
      padding: 30px;
      padding-bottom: 0; }
      .seller-dashboard-content-area .dashboard-content-wrapper .mini-card-wrapper .single-mini-card-item {
        position: relative;
        padding: 25px 20px 23px 20px;
        z-index: 0;
      display: block;}
        .seller-dashboard-content-area .dashboard-content-wrapper .mini-card-wrapper .single-mini-card-item.bg-light-blue .bg-icon {
          color: #1b88a3; }
        .seller-dashboard-content-area .dashboard-content-wrapper .mini-card-wrapper .single-mini-card-item.bg-light-green .bg-icon {
          color: #4a8336; }
        .seller-dashboard-content-area .dashboard-content-wrapper .mini-card-wrapper .single-mini-card-item.bg-light-orange .bg-icon {
          color: #cf8a43; }
        .seller-dashboard-content-area .dashboard-content-wrapper .mini-card-wrapper .single-mini-card-item.bg-light-gray .bg-icon {
          color: #40494b; }
        .seller-dashboard-content-area .dashboard-content-wrapper .mini-card-wrapper .single-mini-card-item .bg-icon {
          position: absolute;
          right: 20px;
          top: 20px;
          font-size: 80px;
          line-height: 80px;
          z-index: -1;
          opacity: .5; }
        .seller-dashboard-content-area .dashboard-content-wrapper .mini-card-wrapper .single-mini-card-item .title {
          font-size: 25px;
          line-height: 30px;
          font-family: "Rubik", sans-serif;
          font-weight: 400;
          color: #fff; }
        .seller-dashboard-content-area .dashboard-content-wrapper .mini-card-wrapper .single-mini-card-item .counterup {
          color: #fff;
          font-size: 40px;
          line-height: 50px; }
    .seller-dashboard-content-area .dashboard-content-wrapper .panel-wrapper {
      padding: 30px;
      font-family: "Rubik", sans-serif;
      padding-bottom: 0; }
      .seller-dashboard-content-area .dashboard-content-wrapper .panel-wrapper .seller-card {
        margin-bottom: 30px; }
        .seller-dashboard-content-area .dashboard-content-wrapper .panel-wrapper .seller-card .sales-cart-area {
          padding: 30px 0 30px 0;
          background-color: #fff; }
        .seller-dashboard-content-area .dashboard-content-wrapper .panel-wrapper .seller-card .card-body {
          background-color: #fff;
          padding: 18px 20px 16px 20px; }
          .seller-dashboard-content-area .dashboard-content-wrapper .panel-wrapper .seller-card .card-body ul li {
            font-size: 14px;
            color: #727c8b;
            margin: 8px 0; }
            .seller-dashboard-content-area .dashboard-content-wrapper .panel-wrapper .seller-card .card-body ul li .heading {
              display: inline-block;
              color: #727c8b;
              font-family: "Rubik", sans-serif; }
            .seller-dashboard-content-area .dashboard-content-wrapper .panel-wrapper .seller-card .card-body ul li .right {
              display: inline-block;
              float: right; }

.latest-order {
  margin-bottom: 30px;
  background-color: #fff; }

.seller-dashboard-table {
  margin-bottom: 0; }
  .seller-dashboard-table thead tr th {
    border-top: none;
    padding-top: 5px;
    font-weight: 500;
    color: #232b37;
    border-bottom: 1px solid #ececec; }
  .seller-dashboard-table tbody tr:last-child td {
    padding-bottom: 5px;
    border-bottom: none; }
  .seller-dashboard-table tbody tr td {
    border-bottom: 1px solid #ececec;
    font-size: 14px;
    font-family: "Rubik", sans-serif; }
    .seller-dashboard-table tbody tr td .base-color {
      color: #2a9cf5; }

.latest-invoice {
  margin-bottom: 30px;
  background-color: #fff; }

.latest-message {
  margin-bottom: 30px;
  background-color: #fff; }
  .latest-message .seller-dashboard-table tbody tr td {
    padding: 14px 0 15px 0; }

/*-------------------------
    Sellers Products
-------------------------*/
.sellers-product-content-area {
  padding: 120px 0; }
  .sellers-product-content-area .seller-product-wrapper {
    background-color: #f3f5f5; }
    .sellers-product-content-area .seller-product-wrapper .seller-panel .card-header {
      background-color: #2a9cf5;
      border: none;
      color: #fff;
      font-size: 14px;
      line-height: 24px;
      font-weight: 600;
      font-family: "Rubik", sans-serif;
      letter-spacing: 1px; }
    .sellers-product-content-area .seller-product-wrapper .sellers-product-inner {
      padding: 30px; }
      .sellers-product-content-area .seller-product-wrapper .sellers-product-inner .top-content {
        margin-bottom: 30px; }
        .sellers-product-content-area .seller-product-wrapper .sellers-product-inner .top-content .left-content {
          display: inline-block; }
          .sellers-product-content-area .seller-product-wrapper .sellers-product-inner .top-content .left-content .boxed-btn {
            width: 230px;
            height: 50px;
            line-height: 50px;
            border-radius: 30px;
            text-transform: uppercase;
            font-size: 14px; }
            .sellers-product-content-area .seller-product-wrapper .sellers-product-inner .top-content .left-content .boxed-btn:hover {
              -webkit-box-shadow: 0 0 30px 0 rgba(42, 156, 245, 0.5);
              box-shadow: 0 0 30px 0 rgba(42, 156, 245, 0.5); }
        .sellers-product-content-area .seller-product-wrapper .sellers-product-inner .top-content .right-content {
          display: inline-block;
          float: right; }
          .sellers-product-content-area .seller-product-wrapper .sellers-product-inner .top-content .right-content .icon-box {
            display: inline-block;
            width: 50px;
            height: 50px;
            color: #727c8b;
            line-height: 50px;
            text-align: center;
            border: 2px solid #e2e4e4;
            border-radius: 50%;
            -webkit-transition: all 0.3s ease-in;
            -moz-transition: all 0.3s ease-in;
            -o-transition: all 0.3s ease-in;
            transition: all 0.3s ease-in; }
            .sellers-product-content-area .seller-product-wrapper .sellers-product-inner .top-content .right-content .icon-box:hover {
              background-color: #2a9cf5;
              border-color: #2a9cf5;
              color: #fff; }
      .sellers-product-content-area .seller-product-wrapper .sellers-product-inner .bottom-content .dataTables_info {
        display: none; }
      .sellers-product-content-area .seller-product-wrapper .sellers-product-inner .bottom-content table {
        background-color: #fff;
        font-family: "Rubik", sans-serif; }
        .sellers-product-content-area .seller-product-wrapper .sellers-product-inner .bottom-content table thead tr th {
          background-color: #2a9cf5;
          border: none;
          color: #fff;
          text-transform: uppercase;
          font-size: 14px; }
        .sellers-product-content-area .seller-product-wrapper .sellers-product-inner .bottom-content table tbody tr td {
          color: #727c8b;
          font-size: 14px;
          padding-top: 20px; }
          .sellers-product-content-area .seller-product-wrapper .sellers-product-inner .bottom-content table tbody tr td.padding-top-40 {
            padding-top: 40px; }
          .sellers-product-content-area .seller-product-wrapper .sellers-product-inner .bottom-content table tbody tr td .single-product-item {
            position: relative;
            min-height: 70px; }
            .sellers-product-content-area .seller-product-wrapper .sellers-product-inner .bottom-content table tbody tr td .single-product-item .thumb {
              position: absolute;
              left: 0;
              top: 0; }
            .sellers-product-content-area .seller-product-wrapper .sellers-product-inner .bottom-content table tbody tr td .single-product-item .content {
              padding-left: 90px;
              padding-top: 20px; }
              .sellers-product-content-area .seller-product-wrapper .sellers-product-inner .bottom-content table tbody tr td .single-product-item .content .title {
                font-size: 14px;
                color: #727c8b;
                font-weight: 400; }
          .sellers-product-content-area .seller-product-wrapper .sellers-product-inner .bottom-content table tbody tr td .base-color {
            color: #2a9cf5; }
          .sellers-product-content-area .seller-product-wrapper .sellers-product-inner .bottom-content table tbody tr td .action li {
            display: inline-block;
            margin: 0 5px;
            cursor: pointer; }
            .sellers-product-content-area .seller-product-wrapper .sellers-product-inner .bottom-content table tbody tr td .action li:last-child a {
              color: #f00; }
            .sellers-product-content-area .seller-product-wrapper .sellers-product-inner .bottom-content table tbody tr td .action li a {
              color: #727c8b;
              font-size: 14px;
              line-height: 24px;
              -webkit-transition: all 0.3s ease-in;
              -moz-transition: all 0.3s ease-in;
              -o-transition: all 0.3s ease-in;
              transition: all 0.3s ease-in; }

/*-----------------------
    404 Error Page
------------------------*/
.error-404-content-area {
  padding: 120px 0; }
  .error-404-content-area .left-content-area .img-wrapper img {
    border: 1px solid #f0f0f0; }
  .error-404-content-area .right-content-area {
    font-family: "Rubik", sans-serif;
    text-align: center;
    padding-top: 90px; }
    .error-404-content-area .right-content-area .title {
      font-family: "Rubik", sans-serif;
      font-size: 220px;
      line-height: 180px;
      color: #232b37;
      margin-bottom: 17px; }
    .error-404-content-area .right-content-area .details {
      color: #778293;
      font-size: 30px;
      line-height: 40px; }
    .error-404-content-area .right-content-area .btn-wrapper {
      margin-top: 35px; }
      .error-404-content-area .right-content-area .btn-wrapper .boxed-btn {
        width: 200px;
        text-transform: uppercase;
        color: #fff;
        font-family: "Rubik", sans-serif;
        font-size: 14px;
        border-radius: 30px; }
        .error-404-content-area .right-content-area .btn-wrapper .boxed-btn:hover {
          -webkit-box-shadow: 0 0 25px 0 rgba(42, 156, 245, 0.5);
          box-shadow: 0 0 25px 0 rgba(42, 156, 245, 0.5); }

/*-------------------
    Contact Page
-------------------*/
.contact-info-area {
  padding: 120px 0 118px 0; }
  .contact-info-area .left-content-area {
    font-family: "Rubik", sans-serif; }
    .contact-info-area .left-content-area .inner-section-title {
      margin-bottom: 35px; }
      .contact-info-area .left-content-area .inner-section-title .subtitle {
        font-size: 14px;
        font-weight: 700;
        color: #2a9cf5; }
      .contact-info-area .left-content-area .inner-section-title .title {
        color: #232b37;
        font-weight: 700;
        font-size: 40px;
        line-height: 50px;
        font-family: "Rubik", sans-serif; }
    .contact-info-area .left-content-area ul li {
      margin-bottom: 25px; }
      .contact-info-area .left-content-area ul li:last-child {
        margin-bottom: 0; }
      .contact-info-area .left-content-area ul li .single-contact-info-item {
        position: relative;
        min-height: 40px; }
        .contact-info-area .left-content-area ul li .single-contact-info-item .icon {
          position: absolute;
          left: 0;
          top: 0;
          width: 40px;
          height: 40px;
          border-radius: 6px;
          background-color: #2a9cf5;
          text-align: center;
          line-height: 40px;
          color: #fff; }
        .contact-info-area .left-content-area ul li .single-contact-info-item .content {
          padding-left: 60px; }
          .contact-info-area .left-content-area ul li .single-contact-info-item .content .subtitle {
            font-size: 14px;
            color: #8892a2;
            line-height: 20px;
            display: block;
            margin-bottom: 0; }
          .contact-info-area .left-content-area ul li .single-contact-info-item .content .title {
            font-size: 20px;
            line-height: 30px;
            color: #232b37;
            font-weight: 500; }
  .contact-info-area .map-wrapper #map {
    height: 376px; }

.contact-form-area {
  padding: 115px 0 120px 0; }
  .contact-form-area .contact_form .form-element .input-field {
    border: none;
    background-color: #fff; }
    .contact-form-area .contact_form .form-element .input-field.textarea {
      min-height: 300px; }
  .contact-form-area .contact_form .btn-wrapper {
    text-align: center; }
    .contact-form-area .contact_form .btn-wrapper .submit-btn {
      width: 218px;
      border-radius: 30px;
      font-weight: 14px;
      letter-spacing: 1px; }
      .contact-form-area .contact_form .btn-wrapper .submit-btn:hover {
        -webkit-box-shadow: 0 0 25px 0 rgba(42, 156, 245, 0.5);
        box-shadow: 0 0 25px 0 rgba(42, 156, 245, 0.5);
        background-color: #2a9cf5; }

/*------------------------
    Faq Page
-------------------------*/
.faq-page-content-area {
  padding: 120px 0 60px 0; }
  .faq-page-content-area .faq-search-wrapper {
    text-align: center;
    border: 2px solid #e5e5e5;
    padding: 50px 80px 60px 80px;
    margin-bottom: 68px; }
    .faq-page-content-area .faq-search-wrapper .title {
      font-size: 30px;
      line-height: 40px;
      color: #232b37;
      font-family: "Rubik", sans-serif;
      margin-bottom: 25px; }
    .faq-page-content-area .faq-search-wrapper .faq-search-form {
      position: relative; }
      .faq-page-content-area .faq-search-wrapper .faq-search-form .form-element .input-field {
        border-radius: 30px;
        padding-right: 170px;
        border: 2px solid #e5e5e5; }
        .faq-page-content-area .faq-search-wrapper .faq-search-form .form-element .input-field::-webkit-input-placeholder {
          /* WebKit browsers */
          color: #b1b7c0; }
        .faq-page-content-area .faq-search-wrapper .faq-search-form .form-element .input-field:-moz-placeholder {
          /* Mozilla Firefox 4 to 18 */
          color: #b1b7c0; }
        .faq-page-content-area .faq-search-wrapper .faq-search-form .form-element .input-field::-moz-placeholder {
          /* Mozilla Firefox 19+ */
          color: #b1b7c0; }
        .faq-page-content-area .faq-search-wrapper .faq-search-form .form-element .input-field:-ms-input-placeholder {
          /* Internet Explorer 10+ */
          color: #b1b7c0; }
      .faq-page-content-area .faq-search-wrapper .faq-search-form .submit-btn {
        position: absolute;
        right: 0;
        top: 0;
        width: 150px;
        border-radius: 30px; }
  .faq-page-content-area .single-faq-item {
    position: relative;
    border: 2px solid #e5e5e5;
    margin-bottom: 60px;
    padding: 57px 30px 25px 30px;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in; }
    .faq-page-content-area .single-faq-item:hover {
      border-color: #2a9cf5; }
      .faq-page-content-area .single-faq-item:hover .number {
        background-color: #2a9cf5;
        color: #fff;
        border-color: #2a9cf5; }
    .faq-page-content-area .single-faq-item .number {
      position: absolute;
      left: 30px;
      top: -30px;
      width: 60px;
      height: 60px;
      border-radius: 30px;
      border: 2px solid #e5e5e5;
      background-color: #fff;
      text-align: center;
      line-height: 60px;
      font-size: 20px;
      font-weight: 700;
      font-family: "Rubik", sans-serif;
      color: #2a9cf5;
      -webkit-transition: all 0.3s ease-in;
      -moz-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in; }
    .faq-page-content-area .single-faq-item .content .title {
      color: #232b37;
      font-size: 20px;
      font-weight: 500;
      font-family: "Rubik", sans-serif;
      line-height: 25px;
      margin-bottom: 20px; }
    .faq-page-content-area .single-faq-item .content p {
      font-size: 14px;
      line-height: 24px;
      color: #7d7c8f; }
      .faq-page-content-area .single-faq-item .content p:last-child {
        margin-bottom: 0; }

/*-------------------------
    Privacy Page
--------------------------*/
.privacy-page-content-area {
  padding: 117px 0 115px 0; }
  .privacy-page-content-area .privacy-inner-content .single-text-block .title {
    color: #232b37;
    font-weight: 500;
    font-size: 24px;
    line-height: 24px;
    font-family: "Rubik", sans-serif; }
  .privacy-page-content-area .privacy-inner-content .single-text-block p {
    font-size: 14px;
    line-height: 24px;
    color: #7d7c8f;
    font-family: "Rubik", sans-serif; }
    .privacy-page-content-area .privacy-inner-content .single-text-block p:last-child {
      margin-bottom: 0; }
  .privacy-page-content-area .privacy-inner-content .line-separator {
    display: block;
    border-bottom: 2px solid #f5f5f5;
    margin: 35px 0 37px 0; }

/*----------------------------
    Affiliate Page
-----------------------------*/
.affiliate-link-content-area {
  padding: 120px 0 120px 0; }
  .affiliate-link-content-area .left-content-area {
    font-family: "Rubik", sans-serif; }
    .affiliate-link-content-area .left-content-area .title {
      color: #232b37;
      font-size: 40px;
      font-family: "Rubik", sans-serif;
      line-height: 50px;
      font-weight: 500; }
    .affiliate-link-content-area .left-content-area p {
      font-size: 14px;
      line-height: 24px;
      color: #838b97;
      max-width: 90%; }
    .affiliate-link-content-area .left-content-area .bottom-content {
      margin-top: 45px;
      font-family: "Rubik", sans-serif; }
      .affiliate-link-content-area .left-content-area .bottom-content .top-content {
        margin-bottom: 30px; }
        .affiliate-link-content-area .left-content-area .bottom-content .top-content ul li {
          display: inline-block;
          margin: 0 8px; }
          .affiliate-link-content-area .left-content-area .bottom-content .top-content ul li:first-child {
            margin-left: 0; }
          .affiliate-link-content-area .left-content-area .bottom-content .top-content ul li .affliate-link {
            position: relative; }
            .affiliate-link-content-area .left-content-area .bottom-content .top-content ul li .affliate-link .form-element .input-field {
              width: 410px;
              border: 2px solid #e5e5e5;
              border-radius: 30px;
              padding-right: 80px; }
            .affiliate-link-content-area .left-content-area .bottom-content .top-content ul li .affliate-link .icon {
              position: absolute;
              right: 0;
              top: 0;
              width: 60px;
              height: 60px;
              line-height: 60px;
              text-align: center;
              border: 2px solid #e5e5e5;
              border-radius: 30px; }
          .affiliate-link-content-area .left-content-area .bottom-content .top-content ul li a {
            display: inline-block;
            width: 60px;
            height: 60px;
            line-height: 60px;
            text-align: center;
            background-color: #f0f0f0;
            border-radius: 30px;
            -webkit-transition: all 0.3s ease-in;
            -moz-transition: all 0.3s ease-in;
            -o-transition: all 0.3s ease-in;
            transition: all 0.3s ease-in;
            color: #fff; }
            .affiliate-link-content-area .left-content-area .bottom-content .top-content ul li a.facebook {
              background-color: #3b5999; }
              .affiliate-link-content-area .left-content-area .bottom-content .top-content ul li a.facebook:hover {
                background-color: #305dcd; }
            .affiliate-link-content-area .left-content-area .bottom-content .top-content ul li a.twitter {
              background-color: #55acee; }
              .affiliate-link-content-area .left-content-area .bottom-content .top-content ul li a.twitter:hover {
                background-color: #00a2ff; }
      .affiliate-link-content-area .left-content-area .bottom-content .bottom-content {
        margin-top: 0; }
        .affiliate-link-content-area .left-content-area .bottom-content .bottom-content ul li {
          display: inline-block;
          margin: 0 8px; }
          .affiliate-link-content-area .left-content-area .bottom-content .bottom-content ul li:first-child {
            margin-left: 0; }
          .affiliate-link-content-area .left-content-area .bottom-content .bottom-content ul li .boxed-btn {
            width: 275px;
            border-radius: 30px;
            font-size: 12px;
            text-transform: uppercase;
            letter-spacing: 1px; }
            .affiliate-link-content-area .left-content-area .bottom-content .bottom-content ul li .boxed-btn:hover {
              -webkit-box-shadow: 0 0 25px 0 rgba(42, 156, 245, 0.5);
              box-shadow: 0 0 25px 0 rgba(42, 156, 245, 0.5); }
            .affiliate-link-content-area .left-content-area .bottom-content .bottom-content ul li .boxed-btn.black {
              background-color: #232b37; }
              .affiliate-link-content-area .left-content-area .bottom-content .bottom-content ul li .boxed-btn.black:hover {
                -webkit-box-shadow: 0 0 25px 0 rgba(42, 156, 245, 0.5);
                box-shadow: 0 0 25px 0 rgba(42, 156, 245, 0.5);
                background-color: #2a9cf5; }

.counter-up-area {
  padding: 120px 0 115px 0; }
  .counter-up-area.counter-up-bg {
    background-size: cover;
    background-position: center;
    background-image: url(../img/bg/counterup-bg.jpg);
    position: relative;
    z-index: 0; }
    .counter-up-area.counter-up-bg:after {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(35, 43, 55, 0.9);
      content: '';
      z-index: -1; }
  .counter-up-area .single-counter-up-item {
    text-align: center;
    font-family: "Rubik", sans-serif; }
    .counter-up-area .single-counter-up-item .icon {
      font-size: 60px;
      line-height: 60px;
      color: #2a9cf5;
      margin-bottom: 30px; }
    .counter-up-area .single-counter-up-item .content .count-number .count {
      font-size: 60px;
      line-height: 70px;
      color: #fff; }
    .counter-up-area .single-counter-up-item .content .title {
      font-size: 16px;
      line-height: 26px;
      color: #b2b2bf;
      font-family: "Rubik", sans-serif;
      font-weight: 400;
      margin-bottom: 0; }

/*----------------------
    Track Order
----------------------*/
.order-track-page-content {
  padding: 120px 0 100px 0;
  font-family: "Rubik", sans-serif; }
  .order-track-page-content .track-order-form-wrapper {
    background-color: #27303d;
    text-align: center;
    padding: 30px 60px 60px 30px;
    margin: 0px 0 80px 0; }
    .order-track-page-content .track-order-form-wrapper .title {
      font-size: 30px;
      line-height: 40px;
      font-family: "Rubik", sans-serif;
      font-weight: 500;
      color: #fff; }
    .order-track-page-content .track-order-form-wrapper .track-order-form {
      margin-top: 25px;
      position: relative; }
      .order-track-page-content .track-order-form-wrapper .track-order-form .form-element .input-field {
        border: none;
        background-color: #2c3441;
        border-radius: 35px;
        height: 70px;
        color: #fff; }
        .order-track-page-content .track-order-form-wrapper .track-order-form .form-element .input-field::-webkit-input-placeholder {
          /* WebKit browsers */
          color: #a1a8b3; }
        .order-track-page-content .track-order-form-wrapper .track-order-form .form-element .input-field:-moz-placeholder {
          /* Mozilla Firefox 4 to 18 */
          color: #a1a8b3; }
        .order-track-page-content .track-order-form-wrapper .track-order-form .form-element .input-field::-moz-placeholder {
          /* Mozilla Firefox 19+ */
          color: #a1a8b3; }
        .order-track-page-content .track-order-form-wrapper .track-order-form .form-element .input-field:-ms-input-placeholder {
          /* Internet Explorer 10+ */
          color: #a1a8b3; }
      .order-track-page-content .track-order-form-wrapper .track-order-form .submit-btn {
        position: absolute;
        right: 5px;
        top: 5px;
        width: 260px;
        border-radius: 30px; }
        .order-track-page-content .track-order-form-wrapper .track-order-form .submit-btn:hover {
          background-color: #2a9cf5; }
          .order-track-page-content .track-order-form-wrapper .track-order-form .submit-btn:hover:hover {
            -webkit-box-shadow: 0 0 25px 0 rgba(42, 156, 245, 0.5);
            box-shadow: 0 0 25px 0 rgba(42, 156, 245, 0.5); }
  .order-track-page-content .order-track-tab-nav {
    border: 2px solid #f0f0f0;
    border-radius: 30px; }
    .order-track-page-content .order-track-tab-nav .left-content {
      border-radius: 15px;
      display: inline-block; }
      .order-track-page-content .order-track-tab-nav .left-content .nav-tabs {
        border: none; }
        .order-track-page-content .order-track-tab-nav .left-content .nav-tabs .nav-item:first-child .nav-link {
          border-top-left-radius: 25px;
          border-bottom-left-radius: 25px; }
        .order-track-page-content .order-track-tab-nav .left-content .nav-tabs .nav-item .nav-link {
          border: none;
          color: #aeb7c4;
          font-weight: 500;
          border-radius: 0;
          padding: 13px 25px; }
          .order-track-page-content .order-track-tab-nav .left-content .nav-tabs .nav-item .nav-link.active {
            background-color: #2a9cf5;
            color: #fff; }
    .order-track-page-content .order-track-tab-nav .right-content {
      display: inline-block;
      float: right;
      padding-right: 18px; }
      .order-track-page-content .order-track-tab-nav .right-content ul li {
        display: inline-block;
        margin: 0 8px;
        padding: 12px 0; }
        .order-track-page-content .order-track-tab-nav .right-content ul li a {
          color: #aeb7c4;
          -webkit-transition: all 0.3s ease-in;
          -moz-transition: all 0.3s ease-in;
          -o-transition: all 0.3s ease-in;
          transition: all 0.3s ease-in; }
          .order-track-page-content .order-track-tab-nav .right-content ul li a:hover {
            color: #2a9cf5; }
  .order-track-page-content .order-track-tab-content .track-tab-content-inner table tbody tr:first-child td {
    border-top: none; }
  .order-track-page-content .order-track-tab-content .track-tab-content-inner table tbody tr:last-child td {
    padding-bottom: 0; }
  .order-track-page-content .order-track-tab-content .track-tab-content-inner table tbody tr td {
    font-size: 14px;
    line-height: 24px;
    color: #838b97;
    padding: 35px 0; }
    .order-track-page-content .order-track-tab-content .track-tab-content-inner table tbody tr td strong {
      color: #232b37;
      font-weight: 500; }
    .order-track-page-content .order-track-tab-content .track-tab-content-inner table tbody tr td .base-color {
      color: #2a9cf5;
      font-weight: 500; }

.how-it-works-area {
  padding: 113px 0 20px 0; }
  .how-it-works-area .single-coin-box {
    border: 2px solid rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    padding: 40px 40px 15px 40px;
    position: relative;
    margin: 0 50px;
    margin-bottom: 100px; }
    .how-it-works-area .single-coin-box.yellow {
      position: relative;
      -webkit-transition: all 0.3s ease-in;
      -moz-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in; }
      .how-it-works-area .single-coin-box.yellow:after {
        position: absolute;
        right: -70px;
        top: 50%;
        height: 2px;
        width: 70px;
        background-color: rgba(0, 0, 0, 0.1);
        content: '';
        -ms-transform: translateY(-50%);
        /* IE 9 */
        -webkit-transform: translateY(-50%);
        /* Chrome, Safari, Opera */
        transform: translateY(-50%);
        -webkit-transition: all 0.3s ease-in;
        -moz-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in; }
      .how-it-works-area .single-coin-box.yellow:before {
        position: absolute;
        right: -73px;
        top: 50%;
        font-size: 16px;
        line-height: 16px;
        text-align: right;
        color: rgba(0, 0, 0, 0.1);
        content: '';
        -ms-transform: translateY(-50%);
        /* IE 9 */
        -webkit-transform: translateY(-50%);
        /* Chrome, Safari, Opera */
        transform: translateY(-50%);
        content: "";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        -webkit-transition: all 0.3s ease-in;
        -moz-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in; }
      .how-it-works-area .single-coin-box.yellow .icon {
        background-color: #2a9cf5; }
      .how-it-works-area .single-coin-box.yellow:hover {
        border-color: #2a9cf5; }
        .how-it-works-area .single-coin-box.yellow:hover .content h4 {
          color: #2a9cf5; }
        .how-it-works-area .single-coin-box.yellow:hover:before {
          color: #2a9cf5; }
        .how-it-works-area .single-coin-box.yellow:hover:after {
          background-color: #2a9cf5; }
    .how-it-works-area .single-coin-box.blue {
      position: relative;
      -webkit-transition: all 0.3s ease-in;
      -moz-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in; }
      .how-it-works-area .single-coin-box.blue:hover {
        border-color: #2a9cf5; }
        .how-it-works-area .single-coin-box.blue:hover:before {
          color: #2a9cf5; }
        .how-it-works-area .single-coin-box.blue:hover:after {
          background-color: #2a9cf5; }
        .how-it-works-area .single-coin-box.blue:hover .content h4 {
          color: #2a9cf5; }
      .how-it-works-area .single-coin-box.blue .icon {
        background-color: #2a9cf5; }
      .how-it-works-area .single-coin-box.blue:after {
        position: absolute;
        right: 50%;
        bottom: -70px;
        height: 70px;
        width: 2px;
        background-color: rgba(0, 0, 0, 0.1);
        content: '';
        -ms-transform: translateX(-50%);
        /* IE 9 */
        -webkit-transform: translateX(-50%);
        /* Chrome, Safari, Opera */
        transform: translateX(-50%);
        -webkit-transition: all 0.3s ease-in;
        -moz-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in; }
      .how-it-works-area .single-coin-box.blue:before {
        position: absolute;
        left: 48.5%;
        bottom: -85px;
        font-size: 16px;
        line-height: 16px;
        color: rgba(0, 0, 0, 0.1);
        content: '';
        -ms-transform: translateY(-50%);
        /* IE 9 */
        -webkit-transform: translateY(-50%);
        /* Chrome, Safari, Opera */
        transform: translateY(-50%);
        content: "";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        -webkit-transition: all 0.3s ease-in;
        -moz-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in; }
    .how-it-works-area .single-coin-box.green {
      position: relative;
      -webkit-transition: all 0.3s ease-in;
      -moz-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in; }
      .how-it-works-area .single-coin-box.green:hover {
        border-color: #2a9cf5; }
        .how-it-works-area .single-coin-box.green:hover:before {
          color: #2a9cf5; }
        .how-it-works-area .single-coin-box.green:hover:after {
          background-color: #2a9cf5; }
        .how-it-works-area .single-coin-box.green:hover .content h4 {
          color: #2a9cf5; }
      .how-it-works-area .single-coin-box.green .icon {
        background-color: #2a9cf5; }
      .how-it-works-area .single-coin-box.green:after {
        position: absolute;
        top: -35px;
        left: 50%;
        width: 2px;
        height: 70px;
        background-color: rgba(0, 0, 0, 0.1);
        content: '';
        -ms-transform: translateY(-50%);
        /* IE 9 */
        -webkit-transform: translateY(-50%);
        /* Chrome, Safari, Opera */
        transform: translateY(-50%);
        -webkit-transition: all 0.3s ease-in;
        -moz-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in; }
      .how-it-works-area .single-coin-box.green:before {
        position: absolute;
        top: -75px;
        left: 50.3%;
        font-size: 16px;
        line-height: 16px;
        color: rgba(0, 0, 0, 0.1);
        content: '';
        -ms-transform: translateX(-50%);
        /* IE 9 */
        -webkit-transform: translateX(-50%);
        /* Chrome, Safari, Opera */
        transform: translateX(-50%);
        content: "";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        -webkit-transition: all 0.3s ease-in;
        -moz-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in; }
    .how-it-works-area .single-coin-box.red {
      position: relative;
      -webkit-transition: all 0.3s ease-in;
      -moz-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in; }
      .how-it-works-area .single-coin-box.red:hover {
        border-color: #2a9cf5; }
        .how-it-works-area .single-coin-box.red:hover:after {
          background-color: #2a9cf5; }
        .how-it-works-area .single-coin-box.red:hover:before {
          color: #2a9cf5; }
        .how-it-works-area .single-coin-box.red:hover .content h4 {
          color: #2a9cf5; }
      .how-it-works-area .single-coin-box.red .icon {
        background-color: #2a9cf5; }
      .how-it-works-area .single-coin-box.red:after {
        position: absolute;
        left: -70px;
        top: 50%;
        height: 2px;
        width: 70px;
        background-color: rgba(0, 0, 0, 0.1);
        content: '';
        -ms-transform: translateY(-50%);
        /* IE 9 */
        -webkit-transform: translateY(-50%);
        /* Chrome, Safari, Opera */
        transform: translateY(-50%);
        -webkit-transition: all 0.3s ease-in;
        -moz-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in; }
      .how-it-works-area .single-coin-box.red:before {
        position: absolute;
        left: -73px;
        top: 50%;
        font-size: 16px;
        line-height: 16px;
        text-align: left;
        color: rgba(0, 0, 0, 0.1);
        content: '';
        -ms-transform: translateY(-50%);
        /* IE 9 */
        -webkit-transform: translateY(-50%);
        /* Chrome, Safari, Opera */
        transform: translateY(-50%);
        content: "";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        -webkit-transition: all 0.3s ease-in;
        -moz-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in; }
    .how-it-works-area .single-coin-box .icon {
      position: absolute;
      left: 40px;
      top: 40px;
      width: 100px;
      height: 100px;
      border-radius: 50%;
      color: #fff;
      text-align: center;
      line-height: 100px;
      font-size: 30px;
      background-color: #2a9cf5;
      -webkit-transition: all 0.3s ease-in;
      -moz-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in; }
    .how-it-works-area .single-coin-box .content {
      padding-left: 130px;
      font-family: "Rubik", sans-serif; }
      .how-it-works-area .single-coin-box .content h4 {
        font-size: 22px;
        line-height: 32px;
        color: #000000;
        text-transform: capitalize;
        -webkit-transition: all 0.3s ease-in;
        -moz-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in;
        font-family: "Rubik", sans-serif;
        font-weight: 500; }
      .how-it-works-area .single-coin-box .content p {
        font-size: 14px;
        line-height: 26px;
        color: #838b97; }

/*---------------------
    Partners Page
----------------------*/
.partner-logo-content {
  padding: 120px 0; }
  .partner-logo-content .partner-logo-wrapper {
    border-top: 1px solid #e5e5e5; }
    .partner-logo-content .partner-logo-wrapper:first-child {
      border-top: none; }
    .partner-logo-content .partner-logo-wrapper .partner-logos {
      border-right: 1px solid #e5e5e5; }
      .partner-logo-content .partner-logo-wrapper .partner-logos:last-child {
        border-right: none; }
      .partner-logo-content .partner-logo-wrapper .partner-logos .single-logo-item {
        text-align: center;
        padding: 50px 0; }
        .partner-logo-content .partner-logo-wrapper .partner-logos .single-logo-item:hover a img {
          -webkit-filter: grayscale(0%);
          filter: grayscale(0%); }
        .partner-logo-content .partner-logo-wrapper .partner-logos .single-logo-item a img {
          -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
          -webkit-transition: all 0.3s ease-in;
          -moz-transition: all 0.3s ease-in;
          -o-transition: all 0.3s ease-in;
          transition: all 0.3s ease-in; }

/* Extras CSS */
.base-bg {
  background-color: #2a9cf5 !important;
}
.base-txt {
  color: #2a9cf5 !important;
}
.white-txt {
  color: #fff !important;
}
.no-margin {
	margin: 0px !important;
}
.breadcrumb-inner {
  text-align: center;
}
.swal-icon img {
  width: 200px;
}
.product-details-content-area .left-content-area .product-deails-thumb li img {
    width: 85px;
    height: 85px;
}
.white-txt {
  color: white !important;
}
.refund_policy {
    padding: 40px 0px;
}
.replacement_policy {
    padding: 0px 0px 40px 0px;
}
.cart-products .thumb {
    max-width: 80px;
    max-height: 80px;
}

.view-cart-btn {
  width: 45% !important;
  float: left !important;
  margin-right: 10px;
  font-size: 11px !important;
}
.checkout-btn {
  width: 45% !important;
  float: left !important;
  font-size: 11px !important;
}
.cart-content-inner .product-details .thumb {
    max-width: 100px;
    max-height: 100px;
}
.cart-content-inner .product-details img {
  width: 100%;
}
.cart-content-area .cart-content-inner .top-content table tbody tr td .product-details .content .title
{
    padding-top:40px
}
.cart-content-area .cart-content-inner .top-content table tbody tr td .product-details {
    min-height: 100px;
}
.cart-content-area .cart-content-inner .top-content table tbody tr td .price
{
    padding-top: 40px;
}
.cart-content-area .cart-content-inner .top-content table tbody tr td .qty ul
{
    margin-top: 32px;
}
/* Coupon code CSS */
.coupon-code-wrapper::after {
    content: "";
    display: block;
    clear: both;
}
.coupon-code-wrapper .form-element {
    width: 70%;
    float:left;
}
.coupon-code-wrapper .form-element input {
    width: 100%;
}
.coupon-code-wrapper .input-field {
    border-radius: 8px 0px 0px 8px !important;
}
.coupon-code-wrapper button {
    width: 30%;
    float: left;
    border-radius: 0px 5px 5px 0px;
}
#validtill {
  cursor: pointer !important;
}

.text-center .pagination {
  display: inline-block;
}
.red {
	color: #e74c3c;
}
a.view-btn {
    color: #fff;
    display: inline-block;
    width: 35px;
    height: 35px;
    background-color: #fff;
    color: #000;
    line-height: 35px;
    border-radius: 50%;
}
a.sidebar-links {
    padding: .75rem 1.25rem;
    display: block;
}
.user-sidebar li.list-group-item {
    padding: 0;
}
a.sidebar-links:hover {
    background-color: #2A9CF5;
    color: #fff;
}
a.sidebar-links.active {
    background-color: #2A9CF5;
    color: #fff;
}
.order-summary span.left {
    font-weight: 700;
}

.order-summary span.right {
    float: right;
}

.order-summary li {
    margin-bottom: 20px;
}

.order-summary .total {
    font-weight: 900;
    color: #373737;
}
.order-summary li:last-child {
    margin-bottom: 0px;
}
li.li-total {
    border-top: 2px solid #f1f1f1;
    padding: 15px 5px;
}
h2.order-heading::after {
  content: "";
  position: absolute;
  width: 150px;
  height: 3px;
  background-color: #2a9cf5;
  bottom: 25px;
  left: 18px;
}
.delivery-speed strong {
    display: inline-block;
    width: 180px;
}

.delivery-speed input[type="number"] {
    width: 71px;
}

/* view more slide */
.view-all-wrapper {
    display: table;
    text-align: center;
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 10px;
    height: 360px;
}

.view-all-inner {
    display: table-cell;
    vertical-align: middle;
}

a.view-all-icon-wrapper {
    display: inline-block;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    border: 1px solid #ddd;
    line-height: 60px;
    font-size: 18px;
    cursor: pointer;
}

a.view-all-txt {
    cursor: pointer;
}
a.view-all-products {
    text-transform: uppercase;
    font-weight: 700;
    display: inline-block;
    background-color: #007bff;
    color: #fff;
    border: 1px solid #007bff;
    padding: 10px 16px;
    transition: .5s;
}

a.view-all-products:hover {
    background-color: #fff;
    color: #007bff;
}

.cart i.fas.fa-shopping-bag {
    font-size: 30px;
}

.navbar-area.bg-light-blue .right-btn-wrapper ul li.cart .badge {
    background-color: #000;
    color: #fff;
}

.email-form {

  padding: 50px 0px;
}
ul.home-subcategories {
    height: 100%;
    background-color: #2a9cf5;
    overflow-y: auto;
    height: 360px;
}

ul.home-subcategories li {
    display: block;
    border-bottom: 1px solid rgba(255,255,255,.2);
}

ul.home-subcategories li a {
    display: block;
    padding: 5px 0px 5px 15px;
    color: #fff;
    font-weight: 700;
    transition: .3s;
}

ul.home-subcategories li a:hover {
    background-color: #fff;
    color: #2a9cf5;
}

ul.home-subcategories li:last-child {
    border-bottom: none;
}
.hero-carousel {
  position: relative;
}
.hero-carousel .owl-nav {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
}
.hero-carousel .owl-prev {
    float: left;
    width: 60px;
    height: 60px;
    border: 2px solid #FFFFFF;
    text-align: center;
    line-height: 60px;
    color: #FFFFFF;
    font-size: 24px;
    margin-left: 10%;
    border-radius: 50%;
    transition: .5s;
}
.hero-carousel .owl-prev:hover {
    border: 2px solid #FFFFFF;
    background-color: #FFFFFF;
    color: #fff;
}
.hero-carousel .owl-next {
    float: right;
    width: 60px;
    height: 60px;
    border: 2px solid #2a9cf5;
    text-align: center;
    line-height: 60px;
    color: #2a9cf5;
    font-size: 24px;
    margin-right: 10%;
    border-radius: 50%;
    transition: .5s;
}
.hero-carousel .owl-next:hover {
  border: 2px solid #2a9cf5;
  background-color: #2a9cf5;
  color: #fff;
}

.owl-item.active .header-area-three .header-inner span {
  -webkit-animation: 1s .2s fadeInDown;
  animation: 1s .2s fadeInDown; }
.owl-item.active .header-area-three .header-inner h1 {
  -webkit-animation: 1s .2s fadeInDown;
  animation: 1s .2s fadeInDown; }
.owl-item.active .header-area-three .header-inner p {
  -webkit-animation: 1s .2s fadeInUp;
  animation: 1s .2s fadeInUp; }
.owl-item.active .header-area-three .header-inner a {
  -webkit-animation: 1s .2s fadeInUp;
  animation: 1s .2s fadeInUp; }

	footer .social-links a {
	    color: #fff;
	    font-size: 30px;
	    transition: .5s;
	}

	footer .social-links li {
	    display: inline-block;
	    margin-right: 15px;
	}

	footer .social-links a:hover {
	    color: #2a9cf5;
	}
  .thumb img {
    max-width: 100%;
  }
  a.signup-btn {
      display: inline-block;
      width: 100%;
      height: 60px;
      color: #fff;
      font-weight: 900;
      text-transform: uppercase;
      line-height: 60px;
  }
  .countdown {
      display: inline-block;
      padding-left: 30px;
  }
  span.time-block {
      background-color: #fff;
      display: inline-block;
      height: 40px;
      width: 40px;
      text-align: center;
      line-height: 40px;
      border-radius: 4px;
      margin-right: 10px;
      margin-left: 5px;
  }
  .recently-added-area .flash-sale-carousel.recently-added-carousel .owl-nav div.owl-prev {
      right: 50px;
  }
  span.discount-badge {
      position: absolute;
      display: inline-block;
      top: 5px;
      left: 0px;
      background-color: red;
      font-weight: 900;
      color: #fff;
      padding: 4px 15px;
  }
  span.discount-badge::after {
      content: "";
      position: absolute;
      right: -14px;
      top: -1px;
      border-left: 15px solid red;
      border-top: 15px solid transparent;
      border-bottom: 15px solid transparent;
  }
  .seller-panel .card-header .boxed-btn {
      color: #2ecc71;
      width: 200px;
      border-radius: 50px;
      background-color: #fff !important;
      padding: 0 20px;
      -webkit-transition: all 0.3s ease-in;
      -moz-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in;
  }
  .seller-panel .card-header .boxed-btn:hover {
      color: #fff;
      background-color: #2ecc71 !important;
  }


  #imgtable tr {
      display: table;
      height: 180px;
      float: left;
      position: relative;
  }

  #imgtable td {
      display: table-cell;
      vertical-align: middle;
  }

  #imgtable td {
      padding: 0px .75rem;
  }

  #imgtable tr td:nth-child(2) {
    position: absolute;
    top: 5px;
    right: 0px;
    border: none;
  }

	#uploadDiv .form-element select {
    -webkit-appearance: menulist;
    -moz-appearance: menulist;
    appearance: menulist;
	}
	button#dropdownMenuButton {
	    background-color: transparent;
	    margin-top: -11px;
			padding: 0px;
	}

	#dropdownMenuButton i.fas.fa-user {
	    color: #fff;
	}

	#dropdownMenuButton::after {
	    color: #fff;
	}
.single-new-collection-item .thumb {
    border: 2px solid #e5e5e5;
    border-bottom: none;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.brand-logo-carousel-area-one {
    margin: 0px;
    border-radius: 0px;
    border-top: 2px solid #e5e5e5;
}
.single-new-collection-item .thumb .hover {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;  
}
.thumb img {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.cart-products .thumb img {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}
.footer-logo img, .logo img {
    max-width: 190px;
    max-height: 50px;
}

@media only screen and (max-width: 767px) {
  .title-insta{
    font-size: 30px;
  }
}