/*-----------------------------------------------------------------------------------

    Template Name: eStore
    Author URI: graygrids.com
    Author: GrayGrids


-----------------------------------------------------------------------------------

    CSS INDEX
    ===================

    01. Theme default CSS
	02. Header
    03. Hero
	04. Footer

-----------------------------------------------------------------------------------*/
/*==================================================================
                            01.Common css
==================================================================*/
/*=====  Common Style =====*/
@import url("https://fonts.googleapis.com/css?family=Rubik:300,400,500,700,900&display=swap");
body {
  font-family: "Rubik", sans-serif;
  font-weight: normal;
  font-style: normal;
  color: rgba(0, 0, 0, 0.64);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  max-width: 100%;
}

a:focus,
button:focus,
input:focus,
textarea:focus {
  text-decoration: none;
  outline: none;
}

a:focus,
a:hover {
  text-decoration: none;
}

a,
i,
span {
  display: inline-block;
  text-decoration: none;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Rubik", sans-serif;
  color: #000;
  margin: 0;
}

h1 {
  font-size: 48px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

ol,
ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

p {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.64);
  margin: 0;
}

.bg_cover {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}

.sticky {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  background: #fff;
  width: 100%;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

/*===== All Preloader Style =====*/
.preloader {
  /* Body Overlay */
  position: fixed;
  top: 0;
  left: 0;
  display: table;
  height: 100%;
  width: 100%;
  /* Change Background Color */
  background: #fff;
  z-index: 99999;
}

.preloader .loader {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.preloader .loader .ytp-spinner {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 64px;
  margin-left: -32px;
  z-index: 18;
  pointer-events: none;
}

.preloader .loader .ytp-spinner .ytp-spinner-container {
  pointer-events: none;
  position: absolute;
  width: 100%;
  padding-bottom: 100%;
  top: 50%;
  left: 50%;
  margin-top: -50%;
  margin-left: -50%;
  -webkit-animation: ytp-spinner-linspin 1568.2353ms linear infinite;
  animation: ytp-spinner-linspin 1568.2353ms linear infinite;
}

.preloader .loader .ytp-spinner .ytp-spinner-container .ytp-spinner-rotator {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-animation: ytp-spinner-easespin 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: ytp-spinner-easespin 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

.preloader .loader .ytp-spinner .ytp-spinner-container .ytp-spinner-rotator .ytp-spinner-left {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
  right: 50%;
}

.preloader .loader .ytp-spinner .ytp-spinner-container .ytp-spinner-rotator .ytp-spinner-right {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  left: 50%;
}

.preloader .loader .ytp-spinner-circle {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  width: 200%;
  height: 100%;
  border-style: solid;
  /* Spinner Color */
  border-color: #563289 #563289 #D1D1D1;
  border-radius: 50%;
  border-width: 6px;
}

.preloader .loader .ytp-spinner-left .ytp-spinner-circle {
  left: 0;
  right: -100%;
  border-right-color: #D1D1D1;
  -webkit-animation: ytp-spinner-left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: ytp-spinner-left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

.preloader .loader .ytp-spinner-right .ytp-spinner-circle {
  left: -100%;
  right: 0;
  border-left-color: #D1D1D1;
  -webkit-animation: ytp-right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: ytp-right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

/* Preloader Animations */
@-webkit-keyframes ytp-spinner-linspin {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes ytp-spinner-linspin {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes ytp-spinner-easespin {
  12.5% {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  25% {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
  }
  37.5% {
    -webkit-transform: rotate(405deg);
    transform: rotate(405deg);
  }
  50% {
    -webkit-transform: rotate(540deg);
    transform: rotate(540deg);
  }
  62.5% {
    -webkit-transform: rotate(675deg);
    transform: rotate(675deg);
  }
  75% {
    -webkit-transform: rotate(810deg);
    transform: rotate(810deg);
  }
  87.5% {
    -webkit-transform: rotate(945deg);
    transform: rotate(945deg);
  }
  to {
    -webkit-transform: rotate(1080deg);
    transform: rotate(1080deg);
  }
}

@keyframes ytp-spinner-easespin {
  12.5% {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  25% {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
  }
  37.5% {
    -webkit-transform: rotate(405deg);
    transform: rotate(405deg);
  }
  50% {
    -webkit-transform: rotate(540deg);
    transform: rotate(540deg);
  }
  62.5% {
    -webkit-transform: rotate(675deg);
    transform: rotate(675deg);
  }
  75% {
    -webkit-transform: rotate(810deg);
    transform: rotate(810deg);
  }
  87.5% {
    -webkit-transform: rotate(945deg);
    transform: rotate(945deg);
  }
  to {
    -webkit-transform: rotate(1080deg);
    transform: rotate(1080deg);
  }
}

@-webkit-keyframes ytp-spinner-left-spin {
  0% {
    -webkit-transform: rotate(130deg);
    transform: rotate(130deg);
  }
  50% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  to {
    -webkit-transform: rotate(130deg);
    transform: rotate(130deg);
  }
}

@keyframes ytp-spinner-left-spin {
  0% {
    -webkit-transform: rotate(130deg);
    transform: rotate(130deg);
  }
  50% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  to {
    -webkit-transform: rotate(130deg);
    transform: rotate(130deg);
  }
}

@-webkit-keyframes ytp-right-spin {
  0% {
    -webkit-transform: rotate(-130deg);
    transform: rotate(-130deg);
  }
  50% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  to {
    -webkit-transform: rotate(-130deg);
    transform: rotate(-130deg);
  }
}

@keyframes ytp-right-spin {
  0% {
    -webkit-transform: rotate(-130deg);
    transform: rotate(-130deg);
  }
  50% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  to {
    -webkit-transform: rotate(-130deg);
    transform: rotate(-130deg);
  }
}

/*==================================================================
                          02.Page Banner css
==================================================================*/
/*=====  Page Banner Style =====*/
.page-banner {
  background-color: #563289;
  padding-top: 40px;
  padding-bottom: 45px;
}

.page-banner-content .sub-title {
  font-weight: 500;
  font-size: 44px;
  line-height: 55px;
  color: #fff;
}

@media (max-width: 767px) {
  .page-banner-content .sub-title {
    font-size: 24px;
    line-height: 28px;
  }
}

.page-banner-content .page-title {
  font-weight: 500;
  font-size: 60px;
  line-height: 60px;
  color: #fff;
  margin-top: 10px;
}

@media (max-width: 767px) {
  .page-banner-content .page-title {
    font-size: 30px;
    line-height: 35px;
  }
}

/*==================================================================
                          03.Colors css
==================================================================*/
/*========== White Color =========*/
.white-color {
  color: #fff;
}

.white-variant {
  color: #FAFAFA;
}

.white-light {
  color: #F2F2F2;
}

.bg-white-color {
  background-color: #fff;
}

.bg-white-variant {
  background-color: #FAFAFA;
}

.bg-white-light {
  background-color: #F2F2F2;
}

/*========== Dark Color =========*/
.dark-color {
  color: #000;
}

.dark-variant {
  color: #4C4C4C;
}

.dark-light {
  color: #7D7D7D;
}

.bg-dark-color {
  background-color: #000;
}

.bg-dark-variant {
  background-color: #4C4C4C;
}

.bg-dark-light {
  background-color: #7D7D7D;
}

/*========== Gray Color =========*/
.gray-1 {
  color: #828282;
}

.gray-2 {
  color: #BDBDBD;
}

.gray-3 {
  color: #D1D1D1;
}

.gray-4 {
  color: #EFEFEF;
}

.bg-gray-1 {
  background-color: #828282;
}

.bg-gray-2 {
  background-color: #BDBDBD;
}

.bg-gray-3 {
  background-color: #D1D1D1;
}

.bg-gray-4 {
  background-color: #EFEFEF;
}

/*========== Primary Shades Color =========*/
.primary-1 {
  color: #0009D1;
}

.primary-2 {
  color: #001AD8;
}

.primary-3 {
  color: #4529E7;
}

.primary-4 {
  color: #754FF1;
}

.primary-5 {
  color: #9270F3;
}

.primary-6 {
  color: #B39BF6;
}

.primary-7 {
  color: #D2C3F9;
}

.bg-primary-1 {
  background-color: #0009D1;
}

.bg-primary-2 {
  background-color: #001AD8;
}

.bg-primary-3 {
  background-color: #4529E7;
}

.bg-primary-4 {
  background-color: #754FF1;
}

.bg-primary-5 {
  background-color: #9270F3;
}

.bg-primary-6 {
  background-color: #B39BF6;
}

.bg-primary-7 {
  background-color: #D2C3F9;
}

/*========== Primary Color =========*/
.primary-color {
  color: #563289;
}

.primary-variant {
  color: #2A21DE;
}

.primary-light {
  color: #EEE6FD;
}

.bg-primary-color {
  background-color: #563289;
}

.bg-primary-variant {
  background-color: #2A21DE;
}

.bg-primary-light {
  background-color: #EEE6FD;
}

/*========== Secondary 1 Color =========*/
.secondary-1-color {
  color: #E14C7B;
}

.secondary-1-variant {
  color: #B62F5C;
}

.secondary-1-light {
  color: #FAE5EC;
}

.bg-secondary-1-color {
  background-color: #E14C7B;
}

.bg-secondary-1-variant {
  background-color: #B62F5C;
}

.bg-secondary-1-light {
  background-color: #FAE5EC;
}

/*========== Secondary 2 Color =========*/
.secondary-2-color {
  color: #00D4E0;
}

.secondary-2-variant {
  color: #563289;
}

.secondary-2-light {
  color: #DFFAFA;
}

.bg-secondary-2-color {
  background-color: #00D4E0;
}

.bg-secondary-2-variant {
  background-color: #563289;
}

.bg-secondary-2-light {
  background-color: #DFFAFA;
}

/*========== Secondary 3 Color =========*/
.secondary-3-color {
  color: #393D8E;
}

.secondary-3-variant {
  color: #161359;
}

.secondary-3-light {
  color: #E6E7F1;
}

.bg-secondary-3-color {
  background-color: #393D8E;
}

.bg-secondary-3-variant {
  background-color: #161359;
}

.bg-secondary-3-light {
  background-color: #E6E7F1;
}

/*========== Success Color =========*/
.success-color {
  color: #7CB637;
}

.success-variant {
  color: #548E24;
}

.success-light {
  color: #F1F8E8;
}

.bg-success-color {
  background-color: #7CB637;
}

.bg-success-variant {
  background-color: #548E24;
}

.bg-success-light {
  background-color: #F1F8E8;
}

/*========== Info Color =========*/
.info-color {
  color: #00C2FE;
}

.info-variant {
  color: #0097EF;
}

.info-light {
  color: #D8F5FF;
}

.bg-info-color {
  background-color: #00C2FE;
}

.bg-info-variant {
  background-color: #0097EF;
}

.bg-info-light {
  background-color: #D8F5FF;
}

/*========== Caution Color =========*/
.caution-color {
  color: #FFBE27;
}

.caution-variant {
  color: #F97C14;
}

.caution-light {
  color: #FFFDE6;
}

.bg-caution-color {
  background-color: #FFBE27;
}

.bg-caution-variant {
  background-color: #F97C14;
}

.bg-caution-light {
  background-color: #F1F8E8;
}

/*========== Error Color =========*/
.error-color {
  color: #FF4B22;
}

.error-variant {
  color: #CA2D0E;
}

.error-light {
  color: #FBE8E7;
}

.bg-error-color {
  background-color: #FF4B22;
}

.bg-error-variant {
  background-color: #CA2D0E;
}

.bg-error-light {
  background-color: #FBE8E7;
}

/*========== Primary Gradients Color =========*/
.primary-gradient-1 {
  background: -webkit-gradient(linear, left top, left bottom, from(#563289), to(#2A21DE));
  background: linear-gradient(#563289 0%, #2A21DE 100%);
  background: linear-gradient(#563289 0%, #2A21DE 100%);
}

.primary-gradient-2 {
  background: -webkit-gradient(linear, left top, left bottom, from(#563289), to(#EEE6FD));
  background: linear-gradient(#563289 0%, #EEE6FD 100%);
}

.primary-gradient-3 {
  background: -webkit-gradient(linear, left top, left bottom, from(#563289), to(#E14C7B));
  background: linear-gradient(#563289 0%, #E14C7B 100%);
}

.primary-gradient-4 {
  background: -webkit-gradient(linear, left top, left bottom, from(#563289), to(#00D4E0));
  background: linear-gradient(#563289 0%, #00D4E0 100%);
}

.primary-gradient-5 {
  background: -webkit-gradient(linear, left top, left bottom, from(#563289), to(#00C2FE));
  background: linear-gradient(#563289 0%, #00C2FE 100%);
}

.primary-gradient-6 {
  background: -webkit-gradient(linear, left top, left bottom, from(#563289), to(#9270F3));
  background: linear-gradient(#563289 0%, #9270F3 100%);
}

.primary-gradient-7 {
  background: -webkit-gradient(linear, left top, left bottom, from(#563289), to(#4C4C4C));
  background: linear-gradient(#563289 0%, #4C4C4C 100%);
}

/*========== Secondary Gradients Color =========*/
.secondary-gradient-1 {
  background: -webkit-gradient(linear, left top, left bottom, from(#E14C7B), to(#B62F5C));
  background: linear-gradient(#E14C7B 0%, #B62F5C 100%);
}

.secondary-gradient-2 {
  background: -webkit-gradient(linear, left top, left bottom, from(#E14C7B), to(#FAE5EC));
  background: linear-gradient(#E14C7B 0%, #FAE5EC 100%);
}

.secondary-gradient-3 {
  background: -webkit-gradient(linear, left top, left bottom, from(#E14C7B), to(#00D4E0));
  background: linear-gradient(#E14C7B 0%, #00D4E0 100%);
}

.secondary-gradient-4 {
  background: -webkit-gradient(linear, left top, left bottom, from(#E14C7B), to(#393D8E));
  background: linear-gradient(#E14C7B 0%, #393D8E 100%);
}

.secondary-gradient-5 {
  background: -webkit-gradient(linear, left top, left bottom, from(#E14C7B), to(#00C2FE));
  background: linear-gradient(#E14C7B 0%, #00C2FE 100%);
}

.secondary-gradient-6 {
  background: -webkit-gradient(linear, left top, left bottom, from(#E14C7B), to(#F97C14));
  background: linear-gradient(#E14C7B 0%, #F97C14 100%);
}

.secondary-gradient-7 {
  background: -webkit-gradient(linear, left top, left bottom, from(#E14C7B), to(#4C4C4C));
  background: linear-gradient(#E14C7B 0%, #4C4C4C 100%);
}

/*========== Accent Gradients Color =========*/
.accent-gradient-1 {
  background: -webkit-gradient(linear, left top, left bottom, from(#00D4E0), to(#563289));
  background: linear-gradient(#00D4E0 0%, #563289 100%);
}

.accent-gradient-2 {
  background: -webkit-gradient(linear, left top, left bottom, from(#00D4E0), to(#DFFAFA));
  background: linear-gradient(#00D4E0 0%, #DFFAFA 100%);
}

.accent-gradient-3 {
  background: -webkit-gradient(linear, left top, left bottom, from(#00D4E0), to(#393D8E));
  background: linear-gradient(#00D4E0 0%, #393D8E 100%);
}

.accent-gradient-4 {
  background: -webkit-gradient(linear, left top, left bottom, from(#00D4E0), to(#00C2FE));
  background: linear-gradient(#00D4E0 0%, #00C2FE 100%);
}

.accent-gradient-5 {
  background: -webkit-gradient(linear, left top, left bottom, from(#00D4E0), to(#F97C14));
  background: linear-gradient(#00D4E0 0%, #F97C14 100%);
}

.accent-gradient-6 {
  background: -webkit-gradient(linear, left top, left bottom, from(#00D4E0), to(#FF4B22));
  background: linear-gradient(#00D4E0 0%, #FF4B22 100%);
}

.accent-gradient-7 {
  background: -webkit-gradient(linear, left top, left bottom, from(#00D4E0), to(#4C4C4C));
  background: linear-gradient(#00D4E0 0%, #4C4C4C 100%);
}

/*========== Success Gradients Color =========*/
.success-gradient-1 {
  background: -webkit-gradient(linear, left top, left bottom, from(#7CB637), to(#548E24));
  background: linear-gradient(#7CB637 0%, #548E24 100%);
}

.success-gradient-2 {
  background: -webkit-gradient(linear, left top, left bottom, from(#7CB637), to(#F1F8E8));
  background: linear-gradient(#7CB637 0%, #F1F8E8 100%);
}

.success-gradient-3 {
  background: -webkit-gradient(linear, left top, left bottom, from(#7CB637), to(#000));
  background: linear-gradient(#7CB637 0%, #000 100%);
}

/*========== Info Gradients Color =========*/
.info-gradient-1 {
  background: -webkit-gradient(linear, left top, left bottom, from(#00C2FE), to(#0097EF));
  background: linear-gradient(#00C2FE 0%, #0097EF 100%);
}

.info-gradient-2 {
  background: -webkit-gradient(linear, left top, left bottom, from(#00C2FE), to(#D8F5FF));
  background: linear-gradient(#00C2FE 0%, #D8F5FF 100%);
}

.info-gradient-3 {
  background: -webkit-gradient(linear, left top, left bottom, from(#00C2FE), to(#000));
  background: linear-gradient(#00C2FE 0%, #000 100%);
}

/*========== Caution Gradients Color =========*/
.caution-gradient-1 {
  background: -webkit-gradient(linear, left top, left bottom, from(#FFBE27), to(#F97C14));
  background: linear-gradient(#FFBE27 0%, #F97C14 100%);
}

.caution-gradient-2 {
  background: -webkit-gradient(linear, left top, left bottom, from(#FFBE27), to(#FFFDE6));
  background: linear-gradient(#FFBE27 0%, #FFFDE6 100%);
}

.caution-gradient-3 {
  background: -webkit-gradient(linear, left top, left bottom, from(#FFBE27), to(#000));
  background: linear-gradient(#FFBE27 0%, #000 100%);
}

/*========== Error Gradients Color =========*/
.error-gradient-1 {
  background: -webkit-gradient(linear, left top, left bottom, from(#FF4B22), to(#CA2D0E));
  background: linear-gradient(#FF4B22 0%, #CA2D0E 100%);
}

.error-gradient-2 {
  background: -webkit-gradient(linear, left top, left bottom, from(#FF4B22), to(#FBE8E7));
  background: linear-gradient(#FF4B22 0%, #FBE8E7 100%);
}

.error-gradient-3 {
  background: -webkit-gradient(linear, left top, left bottom, from(#FF4B22), to(#000));
  background: linear-gradient(#FF4B22 0%, #000 100%);
}

/*==================================================================
                           04.Typography css
==================================================================*/
/*========== Heading =========*/
.heading-1 {
  font-size: 44px;
  line-height: 55px;
}

.heading-2 {
  font-size: 36px;
  line-height: 45px;
}

.heading-3 {
  font-size: 28px;
  line-height: 35px;
}

.heading-4 {
  font-size: 24px;
  line-height: 30px;
}

.heading-5 {
  font-size: 20px;
  line-height: 28px;
}

.heading-6 {
  font-size: 14px;
  line-height: 18px;
}

/*========== paragraph =========*/
.paragraph-large {
  font-size: 18px;
  line-height: 26px;
}

.paragraph {
  font-size: 16px;
  line-height: 22px;
}

.paragraph-small {
  font-size: 14px;
  line-height: 20px;
}

.paragraph-xsmall {
  font-size: 12px;
  line-height: 16px;
}

/*========== Font Weight =========*/
.display-1 {
  font-size: 88px;
  line-height: 110px;
}

.display-2 {
  font-size: 76px;
  line-height: 95px;
}

.display-3 {
  font-size: 64px;
  line-height: 80px;
}

.display-4 {
  font-size: 52px;
  line-height: 65px;
}

/*========== Font Weight =========*/
.font-weight-300 {
  font-weight: 300;
}

.font-weight-400 {
  font-weight: 400;
}

.font-weight-500 {
  font-weight: 500;
}

.font-weight-700 {
  font-weight: 700;
}

/*==================================================================
                           05. Buttons css
==================================================================*/
/*===== All Button Common Style =====*/
.main-btn {
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 0;
  padding: 0 16px;
  font-size: 16px;
  font-weight: 500;
  height: 40px;
  line-height: 40px;
  cursor: pointer;
  z-index: 5;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  background-color: transparent;
}

@media (max-width: 767px) {
  .main-btn {
    padding: 0 14px;
    font-size: 14px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .main-btn {
    padding: 0 16px;
    font-size: 16px;
  }
}

.main-btn i {
  margin: 0 3px;
  font-size: 22px;
  line-height: 1;
  position: relative;
  top: 2px;
}

.main-btn img {
  margin: 0 5px 0 2px;
  width: 22px;
}

.main-btn::before {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  padding: 50%;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.15);
  z-index: -1;
  color: #fff;
  -webkit-transform: translate3d(-50%, -50%, 0) scale(0);
  transform: translate3d(-50%, -50%, 0) scale(0);
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.icon-btn {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  font-size: 24px;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 0;
  cursor: pointer;
  z-index: 5;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
  position: relative;
  overflow: hidden;
}

.icon-btn img {
  width: 22px;
}

.icon-btn::before {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  padding: 50%;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.15);
  z-index: -1;
  color: #fff;
  -webkit-transform: translate3d(-50%, -50%, 0) scale(0);
  transform: translate3d(-50%, -50%, 0) scale(0);
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.btn-group > .main-btn:not(:last-child):not(.toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .main-btn:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  margin-left: -1px;
}

.btn-group.group-2 > .main-btn:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.btn-group.group-2 > .main-btn:not(:first-child):not(.toggle) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/*===== Button Shadow Style =====*/
.btn-shadow {
  -webkit-box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.32);
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.32);
}

/*===== Primary Button Style =====*/
.primary-icon,
.primary-btn {
  background-color: #563289;
  color: #fff;
}

.primary-icon:hover,
.primary-btn:hover {
  color: #fff;
}

.primary-icon:hover::before,
.primary-btn:hover::before {
  -webkit-transform: translate3d(-50%, -50%, 0) scale(1.5);
  transform: translate3d(-50%, -50%, 0) scale(1.5);
}

.primary-icon-border,
.primary-btn-border {
  border: 1px solid #563289;
  color: #563289;
  line-height: 38px;
}

    .primary-icon-border:hover,
    .primary-btn-border:hover {
        -webkit-box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.32);
        box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.32);
        color: #754FF1;
    }

.primary-icon-text,
.primary-btn-text {
  color: #563289;
}

    .primary-icon-text:hover,
    .primary-btn-text:hover {
        color: #754FF1;
    }

/*===== Secondary 1 Button Style =====*/
.secondary-1-icon,
.secondary-1-btn {
  background-color: #E14C7B;
  color: #fff;
}

.secondary-1-icon:hover,
.secondary-1-btn:hover {
  color: #fff;
}

.secondary-1-icon:hover::before,
.secondary-1-btn:hover::before {
  -webkit-transform: translate3d(-50%, -50%, 0) scale(1.5);
  transform: translate3d(-50%, -50%, 0) scale(1.5);
}

.secondary-1-icon-border,
.secondary-1-btn-border {
  border: 1px solid #E14C7B;
  color: #E14C7B;
  line-height: 38px;
}

.secondary-1-icon-border:hover,
.secondary-1-btn-border:hover {
  -webkit-box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.32);
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.32);
  color: #E14C7B;
}

.secondary-1-icon-text,
.secondary-1-btn-text {
  color: #E14C7B;
}

.secondary-1-icon-text:hover,
.secondary-1-btn-text:hover {
  color: #E14C7B;
}

/*===== Secondary 2 Button Style =====*/
.secondary-2-icon,
.secondary-2-btn {
  background-color: #00D4E0;
  color: #fff;
}

.secondary-2-icon:hover,
.secondary-2-btn:hover {
  color: #fff;
}

.secondary-2-icon:hover::before,
.secondary-2-btn:hover::before {
  -webkit-transform: translate3d(-50%, -50%, 0) scale(1.5);
  transform: translate3d(-50%, -50%, 0) scale(1.5);
}

.secondary-2-icon-border,
.secondary-2-btn-border {
  border: 1px solid #00D4E0;
  color: #00D4E0;
}

.secondary-2-icon-border:hover,
.secondary-2-btn-border:hover {
  -webkit-box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.32);
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.32);
  color: #00D4E0;
}

.secondary-2-icon-text,
.secondary-2-btn-text {
  color: #00D4E0;
}

.secondary-2-icon-text:hover,
.secondary-2-btn-text:hover {
  color: #00D4E0;
}

/*===== Secondary 3 Button Style =====*/
.secondary-3-icon,
.secondary-3-btn {
  background-color: #393D8E;
  color: #fff;
}

.secondary-3-icon:hover,
.secondary-3-btn:hover {
  color: #fff;
}

.secondary-3-icon:hover::before,
.secondary-3-btn:hover::before {
  -webkit-transform: translate3d(-50%, -50%, 0) scale(1.5);
  transform: translate3d(-50%, -50%, 0) scale(1.5);
}

.secondary-3-icon-border,
.secondary-3-btn-border {
  border: 1px solid #393D8E;
  color: #393D8E;
}

.secondary-3-icon-border:hover,
.secondary-3-btn-border:hover {
  -webkit-box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.32);
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.32);
  color: #393D8E;
}

.secondary-3-icon-text,
.secondary-3-btn-text {
  color: #393D8E;
}

.secondary-3-icon-text:hover,
.secondary-3-btn-text:hover {
  color: #393D8E;
}

/*===== Success Button Style =====*/
.success-icon,
.success-btn {
  background-color: #7CB637;
  color: #fff;
}

.success-icon:hover,
.success-btn:hover {
  color: #fff;
}

.success-icon:hover::before,
.success-btn:hover::before {
  -webkit-transform: translate3d(-50%, -50%, 0) scale(1.5);
  transform: translate3d(-50%, -50%, 0) scale(1.5);
}

.success-icon-border,
.success-btn-border {
  border: 1px solid #7CB637;
  color: #7CB637;
}

.success-icon-border:hover,
.success-btn-border:hover {
  -webkit-box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.32);
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.32);
  color: #7CB637;
}

.success-icon-text,
.success-btn-text {
  color: #7CB637;
}

.success-icon-text:hover,
.success-btn-text:hover {
  color: #7CB637;
}

/*===== Info Button Style =====*/
.info-icon,
.info-btn {
  background-color: #00C2FE;
  color: #fff;
}

.info-icon:hover,
.info-btn:hover {
  color: #fff;
}

.info-icon:hover::before,
.info-btn:hover::before {
  -webkit-transform: translate3d(-50%, -50%, 0) scale(1.5);
  transform: translate3d(-50%, -50%, 0) scale(1.5);
}

.info-icon-border,
.info-btn-border {
  border: 1px solid #00C2FE;
  color: #00C2FE;
}

.info-icon-border:hover,
.info-btn-border:hover {
  -webkit-box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.32);
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.32);
  color: #00C2FE;
}

.info-icon-text,
.info-btn-text {
  color: #00C2FE;
}

.info-icon-text:hover,
.info-btn-text:hover {
  color: #00C2FE;
}

/*===== Caution Button Style =====*/
.caution-icon,
.caution-btn {
  background-color: #FFBE27;
  color: #fff;
}

.caution-icon:hover,
.caution-btn:hover {
  color: #fff;
}

.caution-icon:hover::before,
.caution-btn:hover::before {
  -webkit-transform: translate3d(-50%, -50%, 0) scale(1.5);
  transform: translate3d(-50%, -50%, 0) scale(1.5);
}

.caution-icon-border,
.caution-btn-border {
  border: 1px solid #FFBE27;
  color: #FFBE27;
}

.caution-icon-border:hover,
.caution-btn-border:hover {
  -webkit-box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.32);
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.32);
  color: #FFBE27;
}

.caution-icon-text,
.caution-btn-text {
  color: #FFBE27;
}

.caution-icon-text:hover,
.caution-btn-text:hover {
  color: #FFBE27;
}

/*===== Error Button Style =====*/
.error-icon,
.error-btn {
  background-color: #FF4B22;
  color: #fff;
}

.error-icon:hover,
.error-btn:hover {
  color: #fff;
}

.error-icon:hover::before,
.error-btn:hover::before {
  -webkit-transform: translate3d(-50%, -50%, 0) scale(1.5);
  transform: translate3d(-50%, -50%, 0) scale(1.5);
}

.error-icon-border,
.error-btn-border {
  border: 1px solid #FF4B22;
  color: #FF4B22;
}

.error-icon-border:hover,
.error-btn-border:hover {
  -webkit-box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.32);
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.32);
  color: #FF4B22;
}

.error-icon-text,
.error-btn-text {
  color: #FF4B22;
}

.error-icon-text:hover,
.error-btn-text:hover {
  color: #FF4B22;
}

/*===== Gray Button Style =====*/
.gray-icon,
.gray-btn {
  background-color: #D1D1D1;
  color: #7D7D7D;
}

.gray-icon:hover,
.gray-btn:hover {
  color: #7D7D7D;
}

.gray-icon:hover::before,
.gray-btn:hover::before {
  -webkit-transform: translate3d(-50%, -50%, 0) scale(1.5);
  transform: translate3d(-50%, -50%, 0) scale(1.5);
}

.gray-icon-border,
.gray-btn-border {
  border: 1px solid #7D7D7D;
  color: #7D7D7D;
}

.gray-icon-border:hover,
.gray-btn-border:hover {
  -webkit-box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.32);
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.32);
  color: #7D7D7D;
}

.gray-icon-text,
.gray-btn-text {
  color: #7D7D7D;
}

.gray-icon-text:hover,
.gray-btn-text:hover {
  color: #7D7D7D;
}

/*===== White Button Style =====*/
.white-icon,
.white-btn {
  background-color: #fff;
  color: #563289;
}

.white-icon:hover,
.white-btn:hover {
  color: #fff;
}

.white-icon:hover::before,
.white-btn:hover::before {
  -webkit-transform: translate3d(-50%, -50%, 0) scale(1.5);
  transform: translate3d(-50%, -50%, 0) scale(1.5);
}

.white-icon-border,
.white-btn-border {
  border: 1px solid #fff;
  color: #fff;
}

.white-icon-border:hover,
.white-btn-border:hover {
  -webkit-box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.32);
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.32);
  color: #fff;
}

.white-icon-text,
.white-btn-text {
  color: #fff;
}

.white-icon-text:hover,
.white-btn-text:hover {
  color: #fff;
}

/*=====  Icon Text Style =====*/
.icon-text-wrapper .icon-text-list {
  padding-top: 15px;
}

.icon-text-wrapper .icon-text-list li {
  display: inline-block;
}

.icon-text-wrapper .icon-text-list li + li {
  margin-left: 15px;
  margin-top: 15px;
}

.icon-text {
  height: 20px;
  line-height: 20px;
  padding: 0 8px;
  border-radius: 18px;
  font-weight: 500;
  font-size: 12px;
}

.icon-text.text-style-1 {
  background-color: #E14C7B;
  color: #fff;
}

.icon-text.text-style-2 {
  background-color: #B62F5C;
  color: #fff;
  -webkit-box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.25);
  box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.25);
}

.icon-text.text-style-3 {
  color: #E14C7B;
  border: 1px solid #E14C7B;
  line-height: 18px;
}

.icon-text.text-style-4 {
  background-color: #fff;
  color: #E14C7B;
  -webkit-box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.25);
  box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.25);
}

.icon-text.text-style-5 {
  color: #00D4E0;
  border: 1px solid #E14C7B;
  line-height: 18px;
}

.icon-text.text-style-6 {
  background-color: #fff;
  color: #00D4E0;
  -webkit-box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.25);
  box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.25);
}

.icon-text.text-style-7 {
  color: #7CB637;
  border: 1px solid #E14C7B;
  line-height: 18px;
}

.icon-text.text-style-8 {
  background-color: #fff;
  color: #7CB637;
  -webkit-box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.25);
  box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.25);
}

/*=====  Icon Text Button Style =====*/
.icon-text-btn {
  position: relative;
  overflow: visible;
}

.icon-text-btn .main-btn {
  text-transform: capitalize;
}

.icon-text-btn .icon-text {
  position: absolute;
  top: -7px;
  right: -8px;
  z-index: 5;
}

/*=====  Product Quantity Style =====*/
.product-quantity {
  overflow: hidden;
  border-radius: 4px;
}

.product-quantity button {
  width: 40px;
  height: 40px;
  padding: 0;
  font-size: 24px;
  border: 0;
  background-color: transparent;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.product-quantity input {
  width: 55px;
  height: 40px;
  border: 0;
  padding: 0 10px;
  text-align: center;
  font-weight: 700;
  background-color: transparent;
}

.product-quantity.quantity-1 {
  background-color: #563289;
}

.product-quantity.quantity-1 button {
  color: rgba(255, 255, 255, 0.8);
}

.product-quantity.quantity-1 button:hover {
  color: #fff;
}

.product-quantity.quantity-1 input {
  color: #fff;
}

.product-quantity.quantity-2 {
  background-color: #fff;
  border: 1px solid #EFEFEF;
}

.product-quantity.quantity-2 button {
  color: rgba(0, 0, 0, 0.8);
}

.product-quantity.quantity-2 button:hover {
  color: #563289;
}

.product-quantity.quantity-2 input {
  color: #000;
}

/*==================================================================
                           06.Dropdown css
==================================================================*/
/*=====  All Dropdown  Style =====*/
.dropdown .main-btn {
  text-transform: capitalize;
  text-align: left;
}

.dropdown .main-btn::before {
  display: none;
}

.dropdown .main-btn i {
  float: right;
  line-height: 35px;
  font-size: 24px;
  margin: 0;
}

.dropdown .main-btn.toggle {
  width: 40px;
  padding: 0;
}

.dropdown .main-btn.toggle i {
  float: none;
  left: 7px;
}

.dropdown .main-btn.white-btn:hover {
  color: #563289;
}

.dropdown .dropdown-menu {
  min-width: inherit;
  width: 256px;
  -webkit-box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.32);
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.32);
  border: 0;
  border-radius: 4px;
  padding: 0;
  margin-top: 0;
}

.dropdown .dropdown-menu li {
  position: relative;
}

.dropdown .dropdown-menu li a {
  font-weight: 500;
  font-size: 16px;
  padding: 10px 16px;
  display: block;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .dropdown .dropdown-menu li a {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .dropdown .dropdown-menu li a {
    font-size: 14px;
  }
}

.dropdown .dropdown-menu li a i {
  float: right;
  font-size: 24px;
  line-height: 1;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .dropdown .dropdown-menu li a i {
    display: none;
  }
}

@media (max-width: 767px) {
  .dropdown .dropdown-menu li a i {
    display: none;
  }
}

.dropdown .dropdown-menu li a .sub-nav-toggler {
  display: none;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .dropdown .dropdown-menu li a .sub-nav-toggler {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    background: none;
    font-size: 16px;
    border: 0;
    width: 41px;
    height: 41px;
  }
}

@media (max-width: 767px) {
  .dropdown .dropdown-menu li a .sub-nav-toggler {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    background: none;
    font-size: 16px;
    border: 0;
    width: 41px;
    height: 41px;
  }
}

.dropdown .dropdown-menu li a .sub-nav-toggler span {
  width: 8px;
  height: 8px;
  border-left: 1px solid;
  border-bottom: 1px solid;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: relative;
  top: -5px;
}

.dropdown .dropdown-menu li:first-child a {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.dropdown .dropdown-menu li:last-child a {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.dropdown .dropdown-menu li .sub-menu {
  position: absolute;
  top: 0;
  left: 100%;
  width: 256px;
  -webkit-box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.32);
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.32);
  border: 0;
  border-radius: 4px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .dropdown .dropdown-menu li .sub-menu {
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    display: none;
    opacity: 1;
    visibility: visible;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0s linear;
    transition: all 0s linear;
    padding-left: 15px;
  }
}

@media (max-width: 767px) {
  .dropdown .dropdown-menu li .sub-menu {
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    display: none;
    opacity: 1;
    visibility: visible;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0s linear;
    transition: all 0s linear;
    padding-left: 15px;
  }
}

.dropdown .dropdown-menu li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
}

.dropdown.dropdown-white .dropdown-menu {
  background-color: #fff;
}

.dropdown.dropdown-white .dropdown-menu li {
  position: relative;
}

.dropdown.dropdown-white .dropdown-menu li a {
  color: #000;
}

.dropdown.dropdown-white .dropdown-menu li a i {
  color: #563289;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .dropdown.dropdown-white .dropdown-menu li a .sub-nav-toggler {
    color: #000;
  }
}

@media (max-width: 767px) {
  .dropdown.dropdown-white .dropdown-menu li a .sub-nav-toggler {
    color: #000;
  }
}

.dropdown.dropdown-white .dropdown-menu li a .sub-nav-toggler span {
  border-color: #000;
}

.dropdown.dropdown-white .dropdown-menu li:hover > a {
  background-color: #563289;
  color: #fff;
}

.dropdown.dropdown-white .dropdown-menu li:hover > a i {
  color: #fff;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .dropdown.dropdown-white .dropdown-menu li:hover > a .sub-nav-toggler {
    color: #fff;
  }
}

@media (max-width: 767px) {
  .dropdown.dropdown-white .dropdown-menu li:hover > a .sub-nav-toggler {
    color: #fff;
  }
}

.dropdown.dropdown-white .dropdown-menu li:hover > a .sub-nav-toggler span {
  border-color: #fff;
}

.dropdown.dropdown-white .dropdown-menu li .sub-menu {
  background-color: #fff;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .dropdown.dropdown-white .dropdown-menu li .sub-menu {
    background-color: #FAFAFA;
  }
}

@media (max-width: 767px) {
  .dropdown.dropdown-white .dropdown-menu li .sub-menu {
    background-color: #FAFAFA;
  }
}

.dropdown.dropdown-primary .dropdown-menu {
  background-color: #563289;
}

.dropdown.dropdown-primary .dropdown-menu li {
  position: relative;
}

.dropdown.dropdown-primary .dropdown-menu li a {
  color: #fff;
}

.dropdown.dropdown-primary .dropdown-menu li a i {
  color: #fff;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .dropdown.dropdown-primary .dropdown-menu li a .sub-nav-toggler {
    color: #fff;
  }
}

@media (max-width: 767px) {
  .dropdown.dropdown-primary .dropdown-menu li a .sub-nav-toggler {
    color: #fff;
  }
}

.dropdown.dropdown-primary .dropdown-menu li a .sub-nav-toggler span {
  border-color: #fff;
}

.dropdown.dropdown-primary .dropdown-menu li:hover > a {
  background-color: #2A21DE;
  color: #fff;
}

.dropdown.dropdown-primary .dropdown-menu li:hover > a i {
  color: #fff;
}

.dropdown.dropdown-primary .dropdown-menu li .sub-menu {
  background-color: #563289;
}

/*==================================================================
                         07.Alert & Message css
==================================================================*/
/*===== All Alert Style =====*/
.alert {
  padding: 14px 16px;
  padding-right: 40px;
  margin-bottom: 0;
  font-size: 16px;
}

@media (max-width: 767px) {
  .alert {
    font-size: 14px;
    padding: 10px 12px;
    padding-right: 40px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .alert {
    font-size: 16px;
    padding: 14px 16px;
    padding-right: 40px;
  }
}

.alert.alert-dismissible .close {
  padding: 9px 14px;
  font-size: 24px;
}

@media (max-width: 767px) {
  .alert.alert-dismissible .close {
    font-size: 20px;
    padding: 6px 12px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .alert.alert-dismissible .close {
    font-size: 24px;
    padding: 9px 14px;
  }
}

.alert figure {
  margin-bottom: 0;
}

.alert figure i {
  font-size: 24px;
  line-height: 24px;
}

@media (max-width: 767px) {
  .alert figure i {
    font-size: 20px;
    line-height: 20px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .alert figure i {
    font-size: 24px;
    line-height: 24px;
  }
}

.alert figure figcaption {
  padding-left: 10px;
}

.alert figure figcaption p {
  margin-top: 8px;
}

@media (max-width: 767px) {
  .alert figure figcaption p {
    font-size: 14px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .alert figure figcaption p {
    font-size: 16px;
  }
}

/*=====  Alert Primary Style =====*/
.alert-primary-light {
  background-color: #EEE6FD;
  color: #563289;
}

.alert-primary-light.alert-dismissible .close {
  color: rgba(0, 0, 0, 0.8);
}

.alert-primary-light.alert-dismissible .close:hover {
  color: rgba(0, 0, 0, 0.8);
}

.alert-primary-light figure figcaption p {
  color: #000;
}

.alert-primary-variant {
  background-color: #EEE6FD;
  color: #2A21DE;
  font-weight: 500;
}

.alert-primary-variant.alert-dismissible .close {
  color: rgba(0, 0, 0, 0.8);
}

.alert-primary-variant.alert-dismissible .close:hover {
  color: rgba(0, 0, 0, 0.8);
}

.alert-primary-variant figure figcaption p {
  color: #000;
}

.alert-primary-bg {
  background-color: #563289;
  color: #fff;
}

.alert-primary-bg.alert-dismissible .close {
  color: rgba(255, 255, 255, 0.8);
}

.alert-primary-bg.alert-dismissible .close:hover {
  color: rgba(255, 255, 255, 0.8);
}

.alert-primary-bg figure figcaption p {
  color: #fff;
}

.alert-primary-variant-bg {
  background-color: #2A21DE;
  color: #fff;
  font-weight: 500;
}

.alert-primary-variant-bg.alert-dismissible .close {
  color: rgba(255, 255, 255, 0.8);
}

.alert-primary-variant-bg.alert-dismissible .close:hover {
  color: rgba(255, 255, 255, 0.8);
}

.alert-primary-variant-bg figure figcaption p {
  color: #fff;
}

/*=====  Alert Secondary 1 Style =====*/
.alert-secondary-1-light {
  background-color: #FAE5EC;
  color: #E14C7B;
}

.alert-secondary-1-light.alert-dismissible .close {
  color: rgba(0, 0, 0, 0.8);
}

.alert-secondary-1-light.alert-dismissible .close:hover {
  color: rgba(0, 0, 0, 0.8);
}

.alert-secondary-1-light figure figcaption p {
  color: #000;
}

.alert-secondary-1-variant {
  background-color: #FAE5EC;
  color: #B62F5C;
  font-weight: 500;
}

.alert-secondary-1-variant.alert-dismissible .close {
  color: rgba(0, 0, 0, 0.8);
}

.alert-secondary-1-variant.alert-dismissible .close:hover {
  color: rgba(0, 0, 0, 0.8);
}

.alert-secondary-1-variant figure figcaption p {
  color: #000;
}

.alert-secondary-1-bg {
  background-color: #E14C7B;
  color: #fff;
}

.alert-secondary-1-bg.alert-dismissible .close {
  color: rgba(255, 255, 255, 0.8);
}

.alert-secondary-1-bg.alert-dismissible .close:hover {
  color: rgba(255, 255, 255, 0.8);
}

.alert-secondary-1-bg figure figcaption p {
  color: #fff;
}

.alert-secondary-1-variant-bg {
  background-color: #B62F5C;
  color: #fff;
  font-weight: 500;
}

.alert-secondary-1-variant-bg.alert-dismissible .close {
  color: rgba(255, 255, 255, 0.8);
}

.alert-secondary-1-variant-bg.alert-dismissible .close:hover {
  color: rgba(255, 255, 255, 0.8);
}

.alert-secondary-1-variant-bg figure figcaption p {
  color: #fff;
}

/*=====  Alert Success Style =====*/
.alert-success-light {
  background-color: #F1F8E8;
  color: #7CB637;
}

.alert-success-light.alert-dismissible .close {
  color: rgba(0, 0, 0, 0.8);
}

.alert-success-light.alert-dismissible .close:hover {
  color: rgba(0, 0, 0, 0.8);
}

.alert-success-light figure figcaption p {
  color: #000;
}

.alert-success-variant {
  background-color: #F1F8E8;
  color: #548E24;
  font-weight: 500;
}

.alert-success-variant.alert-dismissible .close {
  color: rgba(0, 0, 0, 0.8);
}

.alert-success-variant.alert-dismissible .close:hover {
  color: rgba(0, 0, 0, 0.8);
}

.alert-success-variant figure figcaption p {
  color: #000;
}

.alert-success-bg {
  background-color: #7CB637;
  color: #fff;
}

.alert-success-bg.alert-dismissible .close {
  color: rgba(255, 255, 255, 0.8);
}

.alert-success-bg.alert-dismissible .close:hover {
  color: rgba(255, 255, 255, 0.8);
}

.alert-success-bg figure figcaption p {
  color: #fff;
}

.alert-success-variant-bg {
  background-color: #548E24;
  color: #fff;
  font-weight: 500;
}

.alert-success-variant-bg.alert-dismissible .close {
  color: rgba(255, 255, 255, 0.8);
}

.alert-success-variant-bg.alert-dismissible .close:hover {
  color: rgba(255, 255, 255, 0.8);
}

.alert-success-variant-bg figure figcaption p {
  color: #fff;
}

/*=====  Alert Info Style =====*/
.alert-info-light {
  background-color: #D8F5FF;
  color: #00C2FE;
}

.alert-info-light.alert-dismissible .close {
  color: rgba(0, 0, 0, 0.8);
}

.alert-info-light.alert-dismissible .close:hover {
  color: rgba(0, 0, 0, 0.8);
}

.alert-info-light figure figcaption p {
  color: #000;
}

.alert-info-variant {
  background-color: #D8F5FF;
  color: #0097EF;
  font-weight: 500;
}

.alert-info-variant.alert-dismissible .close {
  color: rgba(0, 0, 0, 0.8);
}

.alert-info-variant.alert-dismissible .close:hover {
  color: rgba(0, 0, 0, 0.8);
}

.alert-info-variant figure figcaption p {
  color: #000;
}

.alert-info-bg {
  background-color: #00C2FE;
  color: #fff;
}

.alert-info-bg.alert-dismissible .close {
  color: rgba(255, 255, 255, 0.8);
}

.alert-info-bg.alert-dismissible .close:hover {
  color: rgba(255, 255, 255, 0.8);
}

.alert-info-bg figure figcaption p {
  color: #fff;
}

.alert-info-variant-bg {
  background-color: #0097EF;
  color: #fff;
  font-weight: 500;
}

.alert-info-variant-bg.alert-dismissible .close {
  color: rgba(255, 255, 255, 0.8);
}

.alert-info-variant-bg.alert-dismissible .close:hover {
  color: rgba(255, 255, 255, 0.8);
}

.alert-info-variant-bg figure figcaption p {
  color: #fff;
}

/*=====  Alert Caution Style =====*/
.alert-caution-light {
  background-color: #FFFDE6;
  color: #FFBE27;
}

.alert-caution-light.alert-dismissible .close {
  color: rgba(0, 0, 0, 0.8);
}

.alert-caution-light.alert-dismissible .close:hover {
  color: rgba(0, 0, 0, 0.8);
}

.alert-caution-light figure figcaption p {
  color: #000;
}

.alert-caution-variant {
  background-color: #FFFDE6;
  color: #F97C14;
  font-weight: 500;
}

.alert-caution-variant.alert-dismissible .close {
  color: rgba(0, 0, 0, 0.8);
}

.alert-caution-variant.alert-dismissible .close:hover {
  color: rgba(0, 0, 0, 0.8);
}

.alert-caution-variant figure figcaption p {
  color: #000;
}

.alert-caution-bg {
  background-color: #FFBE27;
  color: #fff;
}

.alert-caution-bg.alert-dismissible .close {
  color: rgba(255, 255, 255, 0.8);
}

.alert-caution-bg.alert-dismissible .close:hover {
  color: rgba(255, 255, 255, 0.8);
}

.alert-caution-bg figure figcaption p {
  color: #fff;
}

.alert-caution-variant-bg {
  background-color: #F97C14;
  color: #fff;
  font-weight: 500;
}

.alert-caution-variant-bg.alert-dismissible .close {
  color: rgba(255, 255, 255, 0.8);
}

.alert-caution-variant-bg.alert-dismissible .close:hover {
  color: rgba(255, 255, 255, 0.8);
}

.alert-caution-variant-bg figure figcaption p {
  color: #fff;
}

/*=====  Alert Error Style =====*/
.alert-error-light {
  background-color: #FBE8E7;
  color: #FF4B22;
}

.alert-error-light.alert-dismissible .close {
  color: rgba(0, 0, 0, 0.8);
}

.alert-error-light.alert-dismissible .close:hover {
  color: rgba(0, 0, 0, 0.8);
}

.alert-error-light figure figcaption p {
  color: #000;
}

.alert-error-variant {
  background-color: #FBE8E7;
  color: #CA2D0E;
  font-weight: 500;
}

.alert-error-variant.alert-dismissible .close {
  color: rgba(0, 0, 0, 0.8);
}

.alert-error-variant.alert-dismissible .close:hover {
  color: rgba(0, 0, 0, 0.8);
}

.alert-error-variant figure figcaption p {
  color: #000;
}

.alert-error-bg {
  background-color: #FF4B22;
  color: #fff;
}

.alert-error-bg.alert-dismissible .close {
  color: rgba(255, 255, 255, 0.8);
}

.alert-error-bg.alert-dismissible .close:hover {
  color: rgba(255, 255, 255, 0.8);
}

.alert-error-bg figure figcaption p {
  color: #fff;
}

.alert-error-variant-bg {
  background-color: #CA2D0E;
  color: #fff;
  font-weight: 500;
}

.alert-error-variant-bg.alert-dismissible .close {
  color: rgba(255, 255, 255, 0.8);
}

.alert-error-variant-bg.alert-dismissible .close:hover {
  color: rgba(255, 255, 255, 0.8);
}

.alert-error-variant-bg figure figcaption p {
  color: #fff;
}


/*==================================================================
                   19. Product css
==================================================================*/
/*===== All Product Style 1 =====*/
.product-style-1 .product-image {
  position: relative;
}

.product-style-1 .product-image .product-active .product-item img {
  width: 100%;
}

.product-style-1 .product-image .product-active .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  bottom: auto;
  left: 4px;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  color: rgba(0, 0, 0, 0.38);
  font-size: 32px;
  z-index: 5;
  cursor: pointer;
}

.product-style-1 .product-image .product-active .slick-arrow:hover {
  color: #000;
}

.product-style-1 .product-image .product-active .slick-arrow.next {
  right: 4px;
  left: auto;
}

.product-style-1 .product-image .add-wishlist {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 24px;
  color: black;
  position: absolute;
  top: 5px;
  right: 5px;
  z-index: 9;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.product-style-1 .product-image .add-wishlist:hover {
  color: #563289;
}

.product-style-1 .product-content {
  background-color: rgba(0, 0, 0, 0.64);
  margin: -50px 42px 0;
  position: relative;
  z-index: 5;
  padding: 30px 20px 35px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .product-style-1 .product-content {
    margin: -50px 32px 0;
    padding: 20px 15px 25px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product-style-1 .product-content {
    margin: -50px 32px 0;
    padding: 20px 15px 25px;
  }
}

@media (max-width: 767px) {
  .product-style-1 .product-content {
    margin: -50px 22px 0;
    padding: 20px 10px 25px;
  }
}

.product-style-1 .product-content .title a {
  font-weight: 500;
  font-size: 24px;
  line-height: 30px;
  color: #fff;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .product-style-1 .product-content .title a {
    font-size: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product-style-1 .product-content .title a {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .product-style-1 .product-content .title a {
    font-size: 18px;
  }
}

.product-style-1 .product-content .title a:hover {
  color: #E14C7B;
}

.product-style-1 .product-content p {
  color: rgba(255, 255, 255, 0.74);
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  margin-top: 8px;
}

.product-style-1 .product-content .main-btn {
  margin-top: 16px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: capitalize;
}

/*===== All Product Style 7 =====*/
.product-style-7 {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #FAFAFA;
}

@media (max-width: 767px) {
  .product-style-7 {
    display: block;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .product-style-7 {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.product-style-7 .product-image {
  position: relative;
  max-width: 240px;
  width: 100%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .product-style-7 .product-image {
    max-width: 200px;
  }
}

@media (max-width: 767px) {
  .product-style-7 .product-image {
    max-width: 100%;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .product-style-7 .product-image {
    max-width: 240px;
  }
}

.product-style-7 .product-image .product-active .product-item img {
  width: 100%;
}

.product-style-7 .product-image .product-active .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  bottom: auto;
  left: 4px;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  color: rgba(0, 0, 0, 0.38);
  font-size: 32px;
  z-index: 5;
  cursor: pointer;
}

.product-style-7 .product-image .product-active .slick-arrow:hover {
  color: #000;
}

.product-style-7 .product-image .product-active .slick-arrow.next {
  right: 4px;
  left: auto;
}

.product-style-7 .product-content {
  position: relative;
  z-index: 5;
  padding: 20px 20px 25px;
  -moz-flex: 1;
  -ms-flex: 1;
  -webkit-box-flex: 1;
          flex: 1;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .product-style-7 .product-content {
    padding: 20px 15px 25px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product-style-7 .product-content {
    padding: 20px 15px 25px;
  }
}

@media (max-width: 767px) {
  .product-style-7 .product-content {
    padding: 20px 10px 25px;
  }
}

.product-style-7 .product-content .product-meta li {
  display: inline-block;
}

.product-style-7 .product-content .product-meta li + li {
  margin-left: 16px;
}

.product-style-7 .product-content .product-meta li a {
  color: #4C4C4C;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .product-style-7 .product-content .product-meta li a {
    font-size: 14px;
    line-height: 20px;
  }
}

.product-style-7 .product-content .product-meta li a:hover {
  color: #563289;
}

.product-style-7 .product-content .product-meta li span {
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #4C4C4C;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .product-style-7 .product-content .product-meta li span {
    font-size: 14px;
    line-height: 20px;
  }
}

.product-style-7 .product-content .product-meta li span i {
  color: #FFBE27;
  font-size: 24px;
}

.product-style-7 .product-content .title a {
  font-weight: 500;
  font-size: 24px;
  line-height: 30px;
  color: #000;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  margin-top: 8px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .product-style-7 .product-content .title a {
    font-size: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product-style-7 .product-content .title a {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .product-style-7 .product-content .title a {
    font-size: 18px;
  }
}

.product-style-7 .product-content .title a:hover {
  color: #563289;
}

.product-style-7 .product-content p {
  color: rgba(0, 0, 0, 0.74);
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  margin-top: 8px;
}

.product-style-7 .product-content .price {
  font-weight: 500;
  font-size: 24px;
  color: #E14C7B;
  line-height: 30px;
  margin-top: 8px;
  display: block;
}

.product-style-7 .product-content .main-btn {
  margin-top: 16px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: capitalize;
}

/*===== All Product Style 25 =====*/
.product-style-25 {
  background-color: #FAFAFA;
  position: relative;
}

@media (max-width: 767px) {
  .product-style-25 {
    display: block;
  }
}

.product-style-25 .product-image {
  position: relative;
}

.product-style-25 .product-image img {
  width: 100%;
}

.product-style-25 .product-content {
  position: absolute;
  width: 50%;
  bottom: 0;
  left: 0;
  z-index: 5;
  padding: 20px 20px 25px;
  background-color: rgba(255, 255, 255, 0.74);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .product-style-25 .product-content {
    padding: 15px 15px 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product-style-25 .product-content {
    padding: 15px 15px 20px;
    width: 70%;
  }
}

@media (max-width: 767px) {
  .product-style-25 .product-content {
    padding: 15px 10px 20px;
    width: 70%;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .product-style-25 .product-content {
    width: 50%;
    padding: 15px 20px 20px;
  }
}

.product-style-25 .product-content .title a {
  font-weight: 500;
  font-size: 24px;
  line-height: 30px;
  color: #000;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .product-style-25 .product-content .title a {
    line-height: 22px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .product-style-25 .product-content .title a {
    font-size: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product-style-25 .product-content .title a {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .product-style-25 .product-content .title a {
    font-size: 18px;
  }
}

.product-style-25 .product-content .title a:hover {
  color: #563289;
}

.product-style-25 .product-content p {
  color: rgba(0, 0, 0, 0.74);
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
}

.product-style-25 .product-content .main-btn {
  margin-top: 16px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: capitalize;
}


/*==================================================================
                         08. Form Elements css
==================================================================*/
/*===== All checkbox Style =====*/
.single-checkbox {
  margin-top: 16px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.single-checkbox input[type="checkbox"] {
  display: none;
}

.single-checkbox input[type="checkbox"] + label span {
  width: 20px;
  height: 20px;
  border: 2px solid;
  border-radius: 4px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  margin: 0 5px -3px 0;
}

.single-checkbox input[type="checkbox"] + label span::before {
  position: absolute;
  content: '';
  font: normal normal normal 24px "Material Design Icons";
  font-size: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
  -webkit-transform: scale(0);
  transform: scale(0);
  font-size: 14px;
  line-height: 1.2;
}

.single-checkbox input[type="checkbox"]:checked + label span::before {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.single-checkbox label {
  font-size: 16px;
  margin-bottom: 0;
}

.single-checkbox p {
  display: inline-block;
  color: #000;
  padding-left: 5px;
}

.checkbox-round input[type="checkbox"] + label span {
  border-radius: 50%;
}

.checkbox-round input[type="checkbox"] + label span::before {
  border-radius: 50%;
}

/*===== checkbox Style 1 =====*/
.checkbox-style-1 input[type="checkbox"] + label span {
  border-color: #563289;
}

.checkbox-style-1 input[type="checkbox"] + label span::before {
  content: "\F012C";
}

.checkbox-style-1 input[type="checkbox"]:checked + label span::before {
  -webkit-transform: scale(1);
  transform: scale(1);
  color: #563289;
}

/*===== checkbox Style 2 =====*/
.checkbox-style-2 input[type="checkbox"] + label span {
  border-color: #563289;
}

.checkbox-style-2 input[type="checkbox"] + label span::before {
  background-color: #563289;
}

.checkbox-style-2 input[type="checkbox"]:checked + label span::before {
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  color: #563289;
}

/*===== checkbox Style 3 =====*/
.checkbox-style-3 input[type="checkbox"] + label span {
  border-color: #563289;
}

.checkbox-style-3 input[type="checkbox"] + label span::before {
  content: "\F012C";
  background-color: #563289;
}

.checkbox-style-3 input[type="checkbox"]:checked + label span::before {
  -webkit-transform: scale(1);
  transform: scale(1);
  color: #fff;
}

/*===== checkbox Style 4 =====*/
.checkbox-style-4 input[type="checkbox"] + label span {
  border-color: #7D7D7D;
}

.checkbox-style-4 input[type="checkbox"] + label span::before {
  content: "\F012C";
}

.checkbox-style-4 input[type="checkbox"]:checked + label span:before {
  -webkit-transform: scale(1);
  transform: scale(1);
  color: #7D7D7D;
}

/*===== checkbox Style 5 =====*/
.checkbox-style-5 input[type="checkbox"] + label span {
  border-color: #7D7D7D;
}

.checkbox-style-5 input[type="checkbox"] + label span::before {
  background-color: #7D7D7D;
}

.checkbox-style-5 input[type="checkbox"]:checked + label span::before {
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  color: #7D7D7D;
}

/*===== checkbox Style 6 =====*/
.checkbox-style-6 input[type="checkbox"] + label span {
  border-color: #7D7D7D;
}

.checkbox-style-6 input[type="checkbox"] + label span::before {
  background-color: #7D7D7D;
}

.checkbox-style-6 input[type="checkbox"]:checked + label span::before {
  content: "\F012C";
  -webkit-transform: scale(1);
  transform: scale(1);
  color: #fff;
}

/*===== Switch Style 1 =====*/
.switch-button {
  margin-top: 16px;
}

.switch-button input[type="checkbox"] {
  display: none;
}

.switch-button input[type="checkbox"] + label {
  margin-bottom: 0;
}

.switch-button input[type="checkbox"] + label span {
  position: relative;
  cursor: pointer;
}

.switch-button input[type="checkbox"] + label span::before {
  position: absolute;
  content: '';
  border-radius: 50px;
  background-color: #EFEFEF;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  width: 100%;
  height: 100%;
}

.switch-button input[type="checkbox"] + label span::after {
  position: absolute;
  content: '';
  border-radius: 50%;
  background-color: #BDBDBD;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.switch-button input[type="checkbox"]:checked + label span::before {
  background-color: #EEE6FD;
}

.switch-button input[type="checkbox"]:checked + label span::after {
  -webkit-transform: translateX(24px);
  transform: translateX(24px);
  background-color: #563289;
}

.switch-button p {
  display: inline-block;
  position: relative;
  top: -7px;
  padding-left: 7px;
}

.switch-button.switch-style-1 input[type="checkbox"] + label span {
  width: 50px;
  height: 26px;
}

.switch-button.switch-style-1 input[type="checkbox"] + label span::after {
  width: 20px;
  height: 20px;
  top: 3px;
  left: 3px;
}

.switch-button.switch-style-2 input[type="checkbox"] + label span {
  width: 50px;
  height: 26px;
}

.switch-button.switch-style-2 input[type="checkbox"] + label span::before {
  height: 70%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.switch-button.switch-style-2 input[type="checkbox"] + label span::after {
  width: 26px;
  height: 26px;
  top: 0;
  left: 0;
}

/*===== All Radio Style =====*/
.single-radio {
  margin-top: 16px;
}

.single-radio input[type="radio"] {
  display: none;
}

.single-radio input[type="radio"] + label span {
  width: 20px;
  height: 20px;
  border: 2px solid;
  border-radius: 4px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  margin: 0 5px -4px 0;
}

.single-radio input[type="radio"] + label span::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.single-radio input[type="radio"]:checked + label span::before {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.single-radio label {
  font-size: 16px;
  margin-bottom: 0;
}

.radio-round input[type="radio"] + label span {
  border-radius: 50%;
}

.radio-round input[type="radio"] + label span::before {
  border-radius: 50%;
}

/*===== Radio Style 1 =====*/
.radio-style-1 input[type="radio"] + label span {
  border-color: #563289;
}

.radio-style-1 input[type="radio"] + label span::before {
  background-color: #563289;
}

.radio-style-1 input[type="radio"]:checked + label span::before {
  -webkit-transform: scale(1);
  transform: scale(1);
}

/*===== Radio Style 2 =====*/
.radio-style-2 input[type="radio"] + label span {
  border-color: #563289;
}

.radio-style-2 input[type="radio"] + label span::before {
  background-color: #563289;
}

.radio-style-2 input[type="radio"]:checked + label span::before {
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}

/*===== Radio Style 3 =====*/
.radio-style-3 input[type="radio"] + label span {
  border-color: #7D7D7D;
}

.radio-style-3 input[type="radio"] + label span::before {
  background-color: #7D7D7D;
}

.radio-style-3 input[type="radio"]:checked + label span::before {
  -webkit-transform: scale(1);
  transform: scale(1);
}

/*===== Radio Style 4 =====*/
.radio-style-4 input[type="radio"] + label span {
  border-color: #7D7D7D;
}

.radio-style-4 input[type="radio"] + label span::before {
  background-color: #7D7D7D;
}

.radio-style-4 input[type="radio"]:checked + label span::before {
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}

/*===== Select Style 1 =====*/
.select-style-1 {
  margin-top: 16px;
  position: relative;
}

.select-style-1 label {
  margin-bottom: 10px;
  font-size: 13px;
  margin-left: 18px;
  font-weight: 300;
  text-align: left !important;
}

.select-style-1 .select-items {
  position: relative;
}

.select-style-1 .select-items .nice-select {
  width: 100%;
  border: 1px solid transparent;
  height: 40px;
  line-height: 40px;
  background-color: #563289;
  padding-left: 40px;
  float: none;
}

.select-style-1 .select-items .nice-select::after {
  width: 8px;
  height: 8px;
  right: 20px;
  border-color: #fff;
}

.select-style-1 .select-items .nice-select .current {
  font-size: 16px;
  color: #fff;
  line-height: 38px;
}

.select-style-1 .select-items .nice-select .list {
  width: 100%;
  background-color: #563289;
}

.select-style-1 .select-items .nice-select .list .option {
  background-color: #563289;
  color: #fff;
}

.select-style-1 .select-items .nice-select .list .option.selected {
  background-color: #2A21DE;
}

.select-style-1 .select-items .nice-select .list .option:hover {
  background-color: #2A21DE !important;
}

.select-style-1 .select-items .nice-select .list:hover .option:not(:hover) {
  background-color: #563289 !important;
}

.select-style-1 .select-items i {
  position: absolute;
  top: 1px;
  left: 10px;
  font-size: 24px;
  color: #fff;
}

.select-style-1 .select-items.select .nice-select {
  padding: 0 15px;
}

/*===== Select Style 2 =====*/
.select-style-2 {
  margin-top: 16px;
  position: relative;
}

.select-style-2 label {
  margin-bottom: 10px;
  font-size: 13px;
  margin-left: 18px;
  font-weight: 300;
  text-align: left !important;
}

.select-style-2 .select-items {
  position: relative;
}

.select-style-2 .select-items .nice-select {
  width: 100%;
  border: 1px solid transparent;
  height: 40px;
  line-height: 40px;
  background-color: #EFEFEF;
  padding-left: 40px;
  float: none;
}

.select-style-2 .select-items .nice-select:focus {
  border-color: #563289;
}

.select-style-2 .select-items .nice-select::after {
  width: 8px;
  height: 8px;
  right: 20px;
  border-color: #000;
}

.select-style-2 .select-items .nice-select .current {
  font-size: 16px;
  color: #000;
  line-height: 38px;
}

.select-style-2 .select-items .nice-select .list {
  width: 100%;
}

.select-style-2 .select-items i {
  position: absolute;
  top: 1px;
  left: 10px;
  font-size: 24px;
  color: #000;
}

.select-style-2 .select-items.select .nice-select {
  padding: 0 15px;
}

/*===== Select Style 3 =====*/
.select-style-3 {
  margin-top: 16px;
  position: relative;
}

.select-style-3 label {
  margin-bottom: 10px;
  font-size: 13px;
  margin-left: 18px;
  font-weight: 300;
  text-align: left !important;
}

.select-style-3 .select-items {
  position: relative;
}

.select-style-3 .select-items .nice-select {
  width: 100%;
  border: 1px solid #563289;
  height: 40px;
  line-height: 40px;
  background-color: transparent;
  padding-left: 40px;
  float: none;
}

.select-style-3 .select-items .nice-select::after {
  width: 8px;
  height: 8px;
  right: 20px;
  border-color: #000;
}

.select-style-3 .select-items .nice-select .current {
  font-size: 16px;
  color: #000;
  line-height: 38px;
}

.select-style-3 .select-items .nice-select .list {
  width: 100%;
  background-color: #563289;
}

.select-style-3 .select-items .nice-select .list .option {
  background-color: #563289;
  color: #fff;
}

.select-style-3 .select-items .nice-select .list .option.selected {
  background-color: #2A21DE;
}

.select-style-3 .select-items .nice-select .list .option:hover {
  background-color: #2A21DE !important;
}

.select-style-3 .select-items .nice-select .list:hover .option:not(:hover) {
  background-color: #563289 !important;
}

.select-style-3 .select-items i {
  position: absolute;
  top: 2px;
  left: 10px;
  font-size: 24px;
  color: #563289;
}

.select-style-3 .select-items.select .nice-select {
  padding: 0 15px;
}

/*===== Select Style 4 =====*/
.select-style-4 {
  margin-top: 16px;
  position: relative;
}

.select-style-4 label {
  margin-bottom: 10px;
  font-size: 13px;
  margin-left: 18px;
  font-weight: 300;
  text-align: left !important;
}

.select-style-4 .select-items {
  position: relative;
}

.select-style-4 .select-items .nice-select {
  width: 100%;
  border: 1px solid #7D7D7D;
  height: 40px;
  line-height: 40px;
  background-color: transparent;
  padding-left: 40px;
  float: none;
}

.select-style-4 .select-items .nice-select::after {
  width: 8px;
  height: 8px;
  right: 20px;
  border-color: #000;
}

.select-style-4 .select-items .nice-select .current {
  font-size: 16px;
  color: #000;
  line-height: 38px;
}

.select-style-4 .select-items .nice-select .list {
  width: 100%;
}

.select-style-4 .select-items i {
  position: absolute;
  top: 2px;
  left: 10px;
  font-size: 24px;
  color: #000;
}

.select-style-4 .select-items.select .nice-select {
  padding: 0 15px;
}

/*===== form Style =====*/
.single-form {
  margin-top: 16px;
  position: relative;
}

.single-form label {
  margin-bottom: 10px;
  font-size: 13px;
  margin-left: 18px;
  font-weight: 300;
  text-align: left !important;
}

.single-form .form-input {
  position: relative;
}

@media (max-width: 767px) {
  .single-form .form-input + .form-input {
    margin-top: 16px;
  }
}

.single-form .form-input textarea,
.single-form .form-input input {
  width: 100%;
  height: 40px;
  padding: 0 15px;
  padding-left: 40px;
  border-radius: 4px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  border: 1px solid transparent;
}

.single-form .form-input textarea {
  padding-top: 7px;
  resize: none;
  height: 120px;
}

.single-form .form-input i {
  position: absolute;
  top: 1px;
  left: 10px;
  font-size: 24px;
}

.single-form .form-input img {
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.single-form .form-input .form-error {
  font-size: 13px;
  margin-top: 5px;
}

.single-form .form-input.form textarea,
.single-form .form-input.form input {
  padding: 0 15px;
}

/*===== Form Default Style =====*/
.form-default.form-border .form-input textarea,
.form-default.form-border .form-input input {
  border-color: #7D7D7D;
  background-color: transparent;
}

.form-default label {
  color: #4C4C4C;
}

.form-default .form-input textarea,
.form-default .form-input input {
  color: #4C4C4C;
  background-color: #EFEFEF;
}

.form-default .form-input textarea:focus,
.form-default .form-input input:focus {
  border-color: #563289;
}

.form-default .form-input i {
  color: #7D7D7D;
}

.form-default .form-input .form-error {
  color: #7D7D7D;
}

/*===== Form White Style =====*/
.form-white.form-border .form-input textarea,
.form-white.form-border .form-input input {
  border-color: rgba(255, 255, 255, 0.24);
  background-color: transparent;
}

.form-white label {
  color: #fff;
}

.form-white .form-input textarea,
.form-white .form-input input {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
}

.form-white .form-input textarea:focus,
.form-white .form-input input:focus {
  border-color: #00D4E0;
}

.form-white .form-input i {
  color: rgba(255, 255, 255, 0.6);
}

.form-white .form-input .form-error {
  color: #fff;
}

/*===== Form Primary Style =====*/
.form-primary.form-border .form-input textarea,
.form-primary.form-border .form-input input {
  border-color: #563289;
  background-color: transparent;
}

.form-primary label {
  color: #563289;
}

.form-primary .form-input textarea,
.form-primary .form-input input {
  color: #563289;
  background-color: #EEE6FD;
}

.form-primary .form-input textarea:focus,
.form-primary .form-input input:focus {
  border-color: #563289;
}

.form-primary .form-input i {
  color: #563289;
}

.form-primary .form-input .form-error {
  color: #563289;
}

/*===== Form Secondary Style =====*/
.form-secondary.form-border .form-input textarea,
.form-secondary.form-border .form-input input {
  border-color: #563289;
  background-color: transparent;
}

.form-secondary label {
  color: #563289;
}

.form-secondary .form-input textarea,
.form-secondary .form-input input {
  color: #563289;
  background-color: #DFFAFA;
}

.form-secondary .form-input textarea:focus,
.form-secondary .form-input input:focus {
  border-color: #563289;
}

.form-secondary .form-input i {
  color: #563289;
}

.form-secondary .form-input .form-error {
  color: #563289;
}

/*===== Form Success Style =====*/
.form-success.form-border .form-input textarea,
.form-success.form-border .form-input input {
  border-color: #7CB637;
  background-color: transparent;
}

.form-success label {
  color: #7CB637;
}

.form-success .form-input textarea,
.form-success .form-input input {
  color: #7CB637;
  background-color: #F1F8E8;
}

.form-success .form-input textarea:focus,
.form-success .form-input input:focus {
  border-color: #7CB637;
}

.form-success .form-input i {
  color: #7CB637;
}

.form-success .form-input .form-error {
  color: #7CB637;
}

/*===== Form Info Style =====*/
.form-info.form-border .form-input textarea,
.form-info.form-border .form-input input {
  border-color: #00C2FE;
  background-color: transparent;
}

.form-info label {
  color: #00C2FE;
}

.form-info .form-input textarea,
.form-info .form-input input {
  color: #00C2FE;
  background-color: #D8F5FF;
}

.form-info .form-input textarea:focus,
.form-info .form-input input:focus {
  border-color: #00C2FE;
}

.form-info .form-input i {
  color: #00C2FE;
}

.form-info .form-input .form-error {
  color: #00C2FE;
}

/*===== Form Caution Style =====*/
.form-caution.form-border .form-input textarea,
.form-caution.form-border .form-input input {
  border-color: #FFBE27;
  background-color: transparent;
}

.form-caution label {
  color: #FFBE27;
}

.form-caution .form-input textarea,
.form-caution .form-input input {
  color: #FFBE27;
  background-color: #FFFDE6;
}

.form-caution .form-input textarea:focus,
.form-caution .form-input input:focus {
  border-color: #FFBE27;
}

.form-caution .form-input i {
  color: #FFBE27;
}

.form-caution .form-input .form-error {
  color: #FFBE27;
}

/*===== Form Error Style =====*/
.form-error.form-border .form-input textarea,
.form-error.form-border .form-input input {
  border-color: #FF4B22;
  background-color: transparent;
}

.form-error label {
  color: #FF4B22;
}

.form-error .form-input textarea,
.form-error .form-input input {
  color: #FF4B22;
  background-color: #FBE8E7;
}

.form-error .form-input textarea:focus,
.form-error .form-input input:focus {
  border-color: #FF4B22;
}

.form-error .form-input i {
  color: #FF4B22;
}

.form-error .form-input .form-error {
  color: #FF4B22;
}

/*==================================================================
                           09. Search css
==================================================================*/
/*=====  Search Style 05 =====*/
.search-style-5 {
  position: relative;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.search-style-5 .search-select .nice-select {
  float: none;
  border: 1px solid #D1D1D1;
  background-color: #fff;
  height: 40px;
  line-height: 40px;
  border-right: 0;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  padding: 0 10px;
  padding-right: 28px;
}

.search-style-5 .search-select .nice-select:focus {
  border-color: #563289;
}

.search-style-5 .search-select .nice-select::after {
  width: 8px;
  height: 8px;
  border-color: #563289;
}

.search-style-5 .search-select .nice-select .current {
  line-height: 40px;
  font-weight: 500;
  color: #4C4C4C;
}

.search-style-5 .search-select .nice-select .list {
  -webkit-box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.25);
  box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.25);
}

.search-style-5 .search-input {
  width: 100%;
}

.search-style-5 .search-input input {
  width: 100%;
  height: 40px;
  border: 1px solid #D1D1D1;
  background-color: #fff;
  color: #000;
  border-radius: 0;
  padding: 0 15px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.search-style-5 .search-input input:focus {
  border-color: #563289;
}

.search-style-5 .search-btn button {
  background-color: #563289;
  color: #fff;
  width: 40px;
  height: 40px;
  padding: 0;
  font-size: 20px;
  border: 0;
  border-radius: 4px;
  margin-left: -2px;
}

.search-style-5.search-dark .nice-select {
  border: 1px solid rgba(255, 255, 255, 0.24);
  background-color: transparent;
  border-right: 0;
}

.search-style-5.search-dark .nice-select:focus {
  border-color: #00D4E0;
}

.search-style-5.search-dark .nice-select::after {
  border-color: #fff;
}

.search-style-5.search-dark .nice-select .current {
  color: #fff;
}

.search-style-5.search-dark .nice-select .list .option {
  background-color: #563289;
  color: #fff;
}

.search-style-5.search-dark .nice-select .list .option.selected {
  background-color: #2A21DE;
}

.search-style-5.search-dark .nice-select .list .option:hover {
  background-color: #2A21DE !important;
}

.search-style-5.search-dark .nice-select .list:hover .option:not(:hover) {
  background-color: #563289 !important;
}

.search-style-5.search-dark input {
  border: 1px solid rgba(255, 255, 255, 0.24);
  background-color: transparent;
  color: #fff;
}

.search-style-5.search-dark input::-webkit-input-placeholder {
  opacity: 0.6;
  color: #F2F2F2;
}

.search-style-5.search-dark input:-ms-input-placeholder {
  opacity: 0.6;
  color: #F2F2F2;
}

.search-style-5.search-dark input::-ms-input-placeholder {
  opacity: 0.6;
  color: #F2F2F2;
}

.search-style-5.search-dark input::placeholder {
  opacity: 0.6;
  color: #F2F2F2;
}

.search-style-5.search-dark input::-moz-placeholder {
  opacity: 0.6;
  color: #F2F2F2;
}

.search-style-5.search-dark input::-moz-placeholder {
  opacity: 0.6;
  color: #F2F2F2;
}

.search-style-5.search-dark input::-webkit-input-placeholder {
  opacity: 0.6;
  color: #F2F2F2;
}

.search-style-5.search-dark input:focus {
  border-color: #00D4E0;
}

.search-style-5.search-dark button {
  background-color: #00D4E0;
  color: #fff;
}

/*==================================================================
/*==================================================================
                           10. Breadcrumbs css
==================================================================*/
/*=====  Breadcrumbs Style =====*/
.breadcrumbs-style {
  border-radius: 8px;
  padding: 1px 32px 16px;
  /*=====  Breadcrumbs Style 01 =====*/
  /*=====  Breadcrumbs Style 02 =====*/
}

@media (max-width: 767px) {
  .breadcrumbs-style {
    padding: 1px 16px 16px;
  }
}

.breadcrumbs-style .breadcrumb-left {
  padding-top: 15px;
}

.breadcrumbs-style .breadcrumb-left .breadcrumb {
  margin-bottom: 0;
  padding: 0;
  border-radius: 0;
  background-color: transparent;
}

@media (max-width: 767px) {
  .breadcrumbs-style .breadcrumb-left .breadcrumb {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
  }
}

.breadcrumbs-style .breadcrumb-left .breadcrumb .breadcrumb-item {
  position: relative;
  line-height: 40px;
  font-weight: 500;
  font-size: 16px;
}

@media (max-width: 767px) {
  .breadcrumbs-style .breadcrumb-left .breadcrumb .breadcrumb-item {
    font-size: 14px;
  }
}

.breadcrumbs-style .breadcrumb-left .breadcrumb .breadcrumb-item + .breadcrumb-item {
  padding-left: 60px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .breadcrumbs-style .breadcrumb-left .breadcrumb .breadcrumb-item + .breadcrumb-item {
    padding-left: 30px;
  }
}

@media (max-width: 767px) {
  .breadcrumbs-style .breadcrumb-left .breadcrumb .breadcrumb-item + .breadcrumb-item {
    padding-left: 16px;
  }
}

.breadcrumbs-style .breadcrumb-left .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: '\F0142';
  font-family: "Material Design Icons";
  font-size: 24px;
  position: absolute;
  line-height: 40px;
  left: 20px;
  padding: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .breadcrumbs-style .breadcrumb-left .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    left: 2px;
  }
}

@media (max-width: 767px) {
  .breadcrumbs-style .breadcrumb-left .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    left: -1px;
    font-size: 18px;
  }
}

.breadcrumbs-style .breadcrumb-left .breadcrumb .breadcrumb-item a {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.breadcrumbs-style .breadcrumb-right {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 15px;
}

@media (max-width: 767px) {
  .breadcrumbs-style .breadcrumb-right {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
  }
}

.breadcrumbs-style .breadcrumb-right .nice-select {
  float: none;
  border: 0;
  background-color: transparent;
  height: 40px;
  line-height: 40px;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.breadcrumbs-style .breadcrumb-right .nice-select::after {
  width: 8px;
  height: 8px;
}

.breadcrumbs-style .breadcrumb-right .nice-select .current {
  line-height: 40px;
  font-weight: 500;
}

.breadcrumbs-style .breadcrumb-right .nice-select .list {
  -webkit-box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.25);
  box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.25);
}

.breadcrumbs-style .breadcrumb-right .breadcrumb-list-grid {
  padding-left: 10px;
}

@media (max-width: 767px) {
  .breadcrumbs-style .breadcrumb-right .breadcrumb-list-grid {
    padding-left: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .breadcrumbs-style .breadcrumb-right .breadcrumb-list-grid {
    padding-left: 0;
  }
}

.breadcrumbs-style .breadcrumb-right .breadcrumb-list-grid li {
  display: inline-block;
  margin-left: 15px;
}

@media (max-width: 767px) {
  .breadcrumbs-style .breadcrumb-right .breadcrumb-list-grid li {
    margin-left: 10px;
  }
}

.breadcrumbs-style .breadcrumb-right .breadcrumb-list-grid li a {
  font-size: 24px;
}

.breadcrumbs-style.breadcrumbs-style-1 {
  background-color: #FAFAFA;
}

.breadcrumbs-style.breadcrumbs-style-1 .breadcrumb-left .breadcrumb .breadcrumb-item {
  color: #563289;
}

.breadcrumbs-style.breadcrumbs-style-1 .breadcrumb-left .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  color: #563289;
}

.breadcrumbs-style.breadcrumbs-style-1 .breadcrumb-left .breadcrumb .breadcrumb-item a {
  color: #7D7D7D;
}

.breadcrumbs-style.breadcrumbs-style-1 .breadcrumb-left .breadcrumb .breadcrumb-item a:hover {
  color: #563289;
}

.breadcrumbs-style.breadcrumbs-style-1 .breadcrumb-right .nice-select::after {
  border-color: #563289;
}

.breadcrumbs-style.breadcrumbs-style-1 .breadcrumb-right .nice-select .current {
  color: #4C4C4C;
}

.breadcrumbs-style.breadcrumbs-style-1 .breadcrumb-right .breadcrumb-list-grid li a {
  color: #7D7D7D;
}

.breadcrumbs-style.breadcrumbs-style-1 .breadcrumb-right .breadcrumb-list-grid li a.active {
  color: #563289;
}

.breadcrumbs-style.breadcrumbs-style-2 {
  background-color: #563289;
}

.breadcrumbs-style.breadcrumbs-style-2 .breadcrumb-left .breadcrumb .breadcrumb-item {
  color: #fff;
}

.breadcrumbs-style.breadcrumbs-style-2 .breadcrumb-left .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  color: rgba(255, 255, 255, 0.6);
}

.breadcrumbs-style.breadcrumbs-style-2 .breadcrumb-left .breadcrumb .breadcrumb-item a {
  color: rgba(255, 255, 255, 0.6);
}

.breadcrumbs-style.breadcrumbs-style-2 .breadcrumb-left .breadcrumb .breadcrumb-item a:hover {
  color: #fff;
}

.breadcrumbs-style.breadcrumbs-style-2 .breadcrumb-right .nice-select::after {
  border-color: #fff;
}

.breadcrumbs-style.breadcrumbs-style-2 .breadcrumb-right .nice-select .current {
  color: #FAFAFA;
}

.breadcrumbs-style.breadcrumbs-style-2 .breadcrumb-right .nice-select .list {
  -webkit-box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.25);
  box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.25);
  background-color: transparent;
}

.breadcrumbs-style.breadcrumbs-style-2 .breadcrumb-right .nice-select .list .option {
  background-color: #563289;
  color: #fff;
}

.breadcrumbs-style.breadcrumbs-style-2 .breadcrumb-right .nice-select .list .option.selected {
  background-color: #2A21DE;
}

.breadcrumbs-style.breadcrumbs-style-2 .breadcrumb-right .nice-select .list .option:hover {
  background-color: #2A21DE !important;
}

.breadcrumbs-style.breadcrumbs-style-2 .breadcrumb-right .nice-select .list:hover .option:not(:hover) {
  background-color: #563289 !important;
}

.breadcrumbs-style.breadcrumbs-style-2 .breadcrumb-right .breadcrumb-list-grid li a {
  color: rgba(255, 255, 255, 0.6);
}

.breadcrumbs-style.breadcrumbs-style-2 .breadcrumb-right .breadcrumb-list-grid li a.active {
  color: #fff;
}

/*==================================================================
                           12. Navbar css
==================================================================*/
/*=====  Navbar Style 7 =====*/
.navbar-style-7 {
  -webkit-box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.08);
  box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.08);
  background-color: #fff;
}

.navbar-style-7 .navbar-mobile {
  padding: 15px 0;
}

.navbar-style-7 .desktop-logo {
  margin-right: 10px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-style-7 .navbar-container {
    position: fixed;
    top: 0;
    left: -290px;
    width: 280px;
    height: 100%;
    background-color: #fff;
    padding: 50px 0px 15px;
    z-index: 999;
    overflow-y: auto;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
  }
}

@media (max-width: 767px) {
  .navbar-style-7 .navbar-container {
    position: fixed;
    top: 0;
    left: -290px;
    width: 280px;
    height: 100%;
    background-color: #fff;
    padding: 50px 0px 15px;
    z-index: 999;
    overflow-y: auto;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-style-7 .navbar-container.open {
    left: 0;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
  }
}

@media (max-width: 767px) {
  .navbar-style-7 .navbar-container.open {
    left: 0;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
  }
}

.navbar-style-7 .navbar-container .navbar-close {
  position: absolute;
  top: 5px;
  right: 15px;
}

.navbar-style-7 .navbar-container .navbar-close a {
  font-size: 24px;
  color: #000;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.navbar-style-7 .navbar-container .navbar-close a:hover {
  color: #563289;
}

.navbar-style-7 .navbar-container .navbar-top-wrapper {
  background-color: #563289;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-style-7 .navbar-container .navbar-top-wrapper {
    background-color: transparent;
  }
}

@media (max-width: 767px) {
  .navbar-style-7 .navbar-container .navbar-top-wrapper {
    background-color: transparent;
  }
}

.navbar-style-7 .navbar-container .navbar-top {
  padding: 3px 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-style-7 .navbar-container .navbar-top .navbar-top-left .navbar-top-link {
    text-align: center;
  }
}

@media (max-width: 767px) {
  .navbar-style-7 .navbar-container .navbar-top .navbar-top-left .navbar-top-link {
    text-align: center;
  }
}

.navbar-style-7 .navbar-container .navbar-top .navbar-top-left .navbar-top-link li {
  display: inline-block;
}

.navbar-style-7 .navbar-container .navbar-top .navbar-top-left .navbar-top-link li a {
  padding: 0 16px;
  line-height: 36px;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .navbar-style-7 .navbar-container .navbar-top .navbar-top-left .navbar-top-link li a {
    padding: 0 12px;
    font-size: 14px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-style-7 .navbar-container .navbar-top .navbar-top-left .navbar-top-link li a {
    font-size: 14px;
    padding: 5px;
    line-height: 22px;
    color: #000;
  }
}

@media (max-width: 767px) {
  .navbar-style-7 .navbar-container .navbar-top .navbar-top-left .navbar-top-link li a {
    font-size: 14px;
    padding: 5px;
    line-height: 22px;
    color: #000;
  }
}

.navbar-style-7 .navbar-container .navbar-top .navbar-top-left .navbar-top-link li a i {
  margin-right: 4px;
  font-size: 18px;
}

.navbar-style-7 .navbar-container .navbar-top .navbar-top-left .navbar-top-link li a:hover {
  color: #563289;
}

.navbar-style-7 .navbar-container .navbar-top .navbar-top-right .navbar-top-link li {
  display: inline-block;
}

.navbar-style-7 .navbar-container .navbar-top .navbar-top-right .navbar-top-link li .nice-select {
  float: none;
  border: 0;
  background-color: transparent;
  height: 36px;
  line-height: 36px;
  border-radius: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-style-7 .navbar-container .navbar-top .navbar-top-right .navbar-top-link li .nice-select {
    padding-left: 10px;
    padding-right: 25px;
  }
}

@media (max-width: 767px) {
  .navbar-style-7 .navbar-container .navbar-top .navbar-top-right .navbar-top-link li .nice-select {
    padding-left: 10px;
    padding-right: 25px;
  }
}

.navbar-style-7 .navbar-container .navbar-top .navbar-top-right .navbar-top-link li .nice-select::after {
  width: 8px;
  height: 8px;
  border-color: #fff;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-style-7 .navbar-container .navbar-top .navbar-top-right .navbar-top-link li .nice-select::after {
    border-color: #4C4C4C;
  }
}

@media (max-width: 767px) {
  .navbar-style-7 .navbar-container .navbar-top .navbar-top-right .navbar-top-link li .nice-select::after {
    border-color: #4C4C4C;
  }
}

.navbar-style-7 .navbar-container .navbar-top .navbar-top-right .navbar-top-link li .nice-select .current {
  line-height: 36px;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .navbar-style-7 .navbar-container .navbar-top .navbar-top-right .navbar-top-link li .nice-select .current {
    font-size: 14px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-style-7 .navbar-container .navbar-top .navbar-top-right .navbar-top-link li .nice-select .current {
    font-size: 14px;
    color: #000;
  }
}

@media (max-width: 767px) {
  .navbar-style-7 .navbar-container .navbar-top .navbar-top-right .navbar-top-link li .nice-select .current {
    font-size: 14px;
    color: #000;
  }
}

.navbar-style-7 .navbar-container .navbar-top .navbar-top-right .navbar-top-link li .nice-select .list {
  -webkit-box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.25);
  box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.25);
}

.navbar-style-7 .navbar-container .navbar-top .navbar-top-right .navbar-top-link li .nice-select .list .option {
  display: block;
  line-height: 30px;
  min-height: 30px;
  font-size: 14px;
}

.navbar-style-7 .navbar-container .navbar-top .navbar-top-right .navbar-top-link li .nice-select:hover::after {
  border-color: #563289;
}

.navbar-style-7 .navbar-container .navbar-top .navbar-top-right .navbar-top-link li .nice-select:hover .current {
  color: #563289;
}

.navbar-style-7 .navbar-container .navbar-top .navbar-top-right .navbar-top-link li a {
  padding: 0 16px;
  line-height: 36px;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .navbar-style-7 .navbar-container .navbar-top .navbar-top-right .navbar-top-link li a {
    padding: 0 12px;
    font-size: 14px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-style-7 .navbar-container .navbar-top .navbar-top-right .navbar-top-link li a {
    font-size: 14px;
    padding: 5px;
    line-height: 22px;
    color: #000;
  }
}

@media (max-width: 767px) {
  .navbar-style-7 .navbar-container .navbar-top .navbar-top-right .navbar-top-link li a {
    font-size: 14px;
    padding: 5px;
    line-height: 22px;
    color: #000;
  }
}

.navbar-style-7 .navbar-container .navbar-top .navbar-top-right .navbar-top-link li a i {
  margin-right: 4px;
}

.navbar-style-7 .navbar-container .navbar-top .navbar-top-right .navbar-top-link li a:hover {
    color: #754FF1;
}

.navbar-style-7 .navbar-container .main-navbar .navbar-menu .main-menu {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-style-7 .navbar-container .main-navbar .navbar-menu .main-menu {
    display: block;
  }
}

@media (max-width: 767px) {
  .navbar-style-7 .navbar-container .main-navbar .navbar-menu .main-menu {
    display: block;
  }
}

.navbar-style-7 .navbar-container .main-navbar .navbar-menu .main-menu li {
  padding: 17px 0;
  position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-style-7 .navbar-container .main-navbar .navbar-menu .main-menu li {
    padding: 0;
  }
}

@media (max-width: 767px) {
  .navbar-style-7 .navbar-container .main-navbar .navbar-menu .main-menu li {
    padding: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-style-7 .navbar-container .main-navbar .navbar-menu .main-menu li.position-static {
    position: relative !important;
  }
}

@media (max-width: 767px) {
  .navbar-style-7 .navbar-container .main-navbar .navbar-menu .main-menu li.position-static {
    position: relative !important;
  }
}

.navbar-style-7 .navbar-container .main-navbar .navbar-menu .main-menu li a {
  padding: 0 16px;
  line-height: 36px;
  color: #4C4C4C;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  border-radius: 4px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .navbar-style-7 .navbar-container .main-navbar .navbar-menu .main-menu li a {
    padding: 0 12px;
    font-size: 14px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-style-7 .navbar-container .main-navbar .navbar-menu .main-menu li a {
    display: block;
    padding: 0;
    border-bottom: 1px solid #D1D1D1;
    line-height: 36px;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 400;
    border-radius: 0;
  }
}

@media (max-width: 767px) {
  .navbar-style-7 .navbar-container .main-navbar .navbar-menu .main-menu li a {
    display: block;
    padding: 0;
    border-bottom: 1px solid #D1D1D1;
    line-height: 36px;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 400;
    border-radius: 0;
  }
}

.navbar-style-7 .navbar-container .main-navbar .navbar-menu .main-menu li .menu-expand {
  position: absolute;
  width: 21px;
  height: 21px;
  top: 8px;
  right: 0;
  cursor: pointer;
}

.navbar-style-7 .navbar-container .main-navbar .navbar-menu .main-menu li .menu-expand::before {
  position: absolute;
  content: '';
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #000;
}

.navbar-style-7 .navbar-container .main-navbar .navbar-menu .main-menu li .menu-expand::after {
  position: absolute;
  content: '';
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 2px;
  height: 100%;
  background-color: #000;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.navbar-style-7 .navbar-container .main-navbar .navbar-menu .main-menu li.active > .menu-expand::after {
  height: 0;
}

.navbar-style-7 .navbar-container .main-navbar .navbar-menu .main-menu li:hover > a {
  background-color: #563289;
  color: #fff;
  -webkit-box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.32);
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.32);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-style-7 .navbar-container .main-navbar .navbar-menu .main-menu li:hover > a {
    background-color: #fff;
    color: #4C4C4C;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

@media (max-width: 767px) {
  .navbar-style-7 .navbar-container .main-navbar .navbar-menu .main-menu li:hover > a {
    background-color: #fff;
    color: #4C4C4C;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

.navbar-style-7 .navbar-container .main-navbar .navbar-menu .main-menu li .sub-menu {
  position: absolute;
  top: 125%;
  left: 0;
  z-index: 99;
  min-width: inherit;
  width: 256px;
  -webkit-box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.32);
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.32);
  border: 0;
  border-radius: 4px;
  padding: 0;
  margin-top: 0;
  background-color: #fff;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  opacity: 0;
  visibility: hidden;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .navbar-style-7 .navbar-container .main-navbar .navbar-menu .main-menu li .sub-menu {
    width: 226px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-style-7 .navbar-container .main-navbar .navbar-menu .main-menu li .sub-menu {
    position: relative;
    top: 0;
    width: 100%;
    opacity: 1;
    visibility: visible;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
    padding-left: 15px;
    -webkit-transition: all 0s linear;
    transition: all 0s linear;
  }
}

@media (max-width: 767px) {
  .navbar-style-7 .navbar-container .main-navbar .navbar-menu .main-menu li .sub-menu {
    position: relative;
    top: 0;
    width: 100%;
    opacity: 1;
    visibility: visible;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
    padding-left: 15px;
    -webkit-transition: all 0s linear;
    transition: all 0s linear;
  }
}

.navbar-style-7 .navbar-container .main-navbar .navbar-menu .main-menu li .sub-menu li {
  position: relative;
  padding: 0;
}

.navbar-style-7 .navbar-container .main-navbar .navbar-menu .main-menu li .sub-menu li > a {
  padding: 0 16px;
  line-height: 46px;
  font-weight: 500;
  font-size: 16px;
  border-radius: 0;
  display: block;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .navbar-style-7 .navbar-container .main-navbar .navbar-menu .main-menu li .sub-menu li > a {
    font-size: 14px;
    line-height: 40px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-style-7 .navbar-container .main-navbar .navbar-menu .main-menu li .sub-menu li > a {
    display: block;
    font-size: 14px;
    padding: 0;
    border-radius: 0;
    font-weight: 400;
  }
}

@media (max-width: 767px) {
  .navbar-style-7 .navbar-container .main-navbar .navbar-menu .main-menu li .sub-menu li > a {
    display: block;
    font-size: 14px;
    padding: 0;
    border-radius: 0;
    font-weight: 400;
  }
}

.navbar-style-7 .navbar-container .main-navbar .navbar-menu .main-menu li .sub-menu li > a i {
  float: right;
  font-size: 24px;
  line-height: 42px;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-style-7 .navbar-container .main-navbar .navbar-menu .main-menu li .sub-menu li > a i {
    display: none;
  }
}

@media (max-width: 767px) {
  .navbar-style-7 .navbar-container .main-navbar .navbar-menu .main-menu li .sub-menu li > a i {
    display: none;
  }
}

.navbar-style-7 .navbar-container .main-navbar .navbar-menu .main-menu li .sub-menu li:first-child > a {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.navbar-style-7 .navbar-container .main-navbar .navbar-menu .main-menu li .sub-menu li:last-child > a {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.navbar-style-7 .navbar-container .main-navbar .navbar-menu .main-menu li .sub-menu li .sub-menu {
  position: absolute;
  top: 25%;
  left: 100%;
  width: 256px;
  -webkit-box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.32);
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.32);
  border: 0;
  border-radius: 4px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .navbar-style-7 .navbar-container .main-navbar .navbar-menu .main-menu li .sub-menu li .sub-menu {
    width: 226px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-style-7 .navbar-container .main-navbar .navbar-menu .main-menu li .sub-menu li .sub-menu {
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 1;
    visibility: visible;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0s linear;
    transition: all 0s linear;
    padding-left: 15px;
  }
}

@media (max-width: 767px) {
  .navbar-style-7 .navbar-container .main-navbar .navbar-menu .main-menu li .sub-menu li .sub-menu {
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 1;
    visibility: visible;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0s linear;
    transition: all 0s linear;
    padding-left: 15px;
  }
}

.navbar-style-7 .navbar-container .main-navbar .navbar-menu .main-menu li .sub-menu li:hover > .sub-menu {
  top: 0;
  opacity: 1;
  visibility: visible;
}

.navbar-style-7 .navbar-container .main-navbar .navbar-menu .main-menu li:last-child .sub-menu li .sub-menu li .sub-menu {
  left: auto;
  right: 100%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-style-7 .navbar-container .main-navbar .navbar-menu .main-menu li:last-child .sub-menu li .sub-menu li .sub-menu {
    left: 0;
    right: auto;
  }
}

@media (max-width: 767px) {
  .navbar-style-7 .navbar-container .main-navbar .navbar-menu .main-menu li:last-child .sub-menu li .sub-menu li .sub-menu {
    left: 0;
    right: auto;
  }
}

.navbar-style-7 .navbar-container .main-navbar .navbar-menu .main-menu li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 100%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-style-7 .navbar-container .main-navbar .navbar-menu .main-menu li:hover .sub-menu {
    top: 0;
  }
}

@media (max-width: 767px) {
  .navbar-style-7 .navbar-container .main-navbar .navbar-menu .main-menu li:hover .sub-menu {
    top: 0;
  }
}

.navbar-style-7 .navbar-container .main-navbar .navbar-menu .main-menu li .sub-mega-dropdown {
  position: absolute;
  top: 125%;
  left: 0;
  z-index: 999;
  min-width: inherit;
  width: 100%;
  -webkit-box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.32);
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.32);
  border: 0;
  border-radius: 4px;
  padding: 0;
  margin-top: 0;
  background-color: #fff;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  padding: 40px 0 40px;
  opacity: 0;
  visibility: hidden;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-style-7 .navbar-container .main-navbar .navbar-menu .main-menu li .sub-mega-dropdown {
    position: relative;
    top: 0;
    width: 100%;
    opacity: 1;
    visibility: visible;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
    padding-left: 15px;
    -webkit-transition: all 0s linear;
    transition: all 0s linear;
  }
}

@media (max-width: 767px) {
  .navbar-style-7 .navbar-container .main-navbar .navbar-menu .main-menu li .sub-mega-dropdown {
    position: relative;
    top: 0;
    width: 100%;
    opacity: 1;
    visibility: visible;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
    padding-left: 15px;
    -webkit-transition: all 0s linear;
    transition: all 0s linear;
  }
}

.navbar-style-7 .navbar-container .main-navbar .navbar-menu .main-menu li .sub-mega-dropdown .mega-dropdown {
  padding: 0 !important;
}

.navbar-style-7 .navbar-container .main-navbar .navbar-menu .main-menu li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list {
  width: 25%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-style-7 .navbar-container .main-navbar .navbar-menu .main-menu li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .navbar-style-7 .navbar-container .main-navbar .navbar-menu .main-menu li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list {
    width: 100%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-style-7 .navbar-container .main-navbar .navbar-menu .main-menu li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list .mega-title {
    line-height: 36px;
    border-bottom: 1px solid #D1D1D1;
    cursor: pointer;
  }
}

@media (max-width: 767px) {
  .navbar-style-7 .navbar-container .main-navbar .navbar-menu .main-menu li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list .mega-title {
    line-height: 36px;
    border-bottom: 1px solid #D1D1D1;
    cursor: pointer;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-style-7 .navbar-container .main-navbar .navbar-menu .main-menu li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list ul {
    padding-left: 15px;
  }
}

@media (max-width: 767px) {
  .navbar-style-7 .navbar-container .main-navbar .navbar-menu .main-menu li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list ul {
    padding-left: 15px;
  }
}

.navbar-style-7 .navbar-container .main-navbar .navbar-menu .main-menu li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list ul li {
  padding: 0;
  margin-top: 16px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .navbar-style-7 .navbar-container .main-navbar .navbar-menu .main-menu li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list ul li {
    margin-top: 8px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-style-7 .navbar-container .main-navbar .navbar-menu .main-menu li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list ul li {
    margin-top: 0;
  }
}

@media (max-width: 767px) {
  .navbar-style-7 .navbar-container .main-navbar .navbar-menu .main-menu li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list ul li {
    margin-top: 0;
  }
}

.navbar-style-7 .navbar-container .main-navbar .navbar-menu .main-menu li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list ul li a {
  font-size: 16px;
  line-height: 22px;
  padding: 0;
  text-transform: capitalize;
  font-weight: 400;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .navbar-style-7 .navbar-container .main-navbar .navbar-menu .main-menu li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list ul li a {
    font-size: 14px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-style-7 .navbar-container .main-navbar .navbar-menu .main-menu li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list ul li a {
    padding: 0;
    line-height: 36px;
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .navbar-style-7 .navbar-container .main-navbar .navbar-menu .main-menu li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list ul li a {
    padding: 0;
    line-height: 36px;
    font-size: 14px;
  }
}

.navbar-style-7 .navbar-container .main-navbar .navbar-menu .main-menu li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list ul li:hover > a {
  background-color: transparent;
  color: #563289;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding-left: 5px;
}

.navbar-style-7 .navbar-container .main-navbar .navbar-menu .main-menu li:hover .sub-mega-dropdown {
  top: 100%;
  opacity: 1;
  visibility: visible;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-style-7 .navbar-container .main-navbar .navbar-menu .main-menu li:hover .sub-mega-dropdown {
    top: 0;
  }
}

@media (max-width: 767px) {
  .navbar-style-7 .navbar-container .main-navbar .navbar-menu .main-menu li:hover .sub-mega-dropdown {
    top: 0;
  }
}

.navbar-style-7 .navbar-cart {
  padding-left: 15px;
  position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-style-7 .navbar-cart {
    float: right;
    display: block;
  }
}

@media (max-width: 767px) {
  .navbar-style-7 .navbar-cart {
    float: right;
    display: block;
  }
}

.navbar-style-7 .navbar-cart .icon-btn {
  border-radius: 4px;
}

.navbar-style-7 .navbar-cart .icon-btn::before {
  display: none;
}

.navbar-style-7 .navbar-cart .navbar-cart-dropdown {
  width: 350px;
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 99;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  border-radius: 8px;
  margin-top: 15px;
}

@media (max-width: 767px) {
  .navbar-style-7 .navbar-cart .navbar-cart-dropdown {
    width: 280px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .navbar-style-7 .navbar-cart .navbar-cart-dropdown {
    width: 350px;
  }
}

.navbar-style-7 .navbar-cart:hover .navbar-cart-dropdown {
  opacity: 1;
  visibility: visible;
}

.navbar-style-7 .navbar-toggle {
  padding-left: 0;
}

.navbar-style-7 .navbar-toggle .icon-btn {
  border-radius: 4px;
}

.navbar-style-7 .navbar-toggle .icon-btn::before {
  display: none;
}

.overlay-7 {
  position: fixed;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 99;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.overlay-7.open {
  width: 100%;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

/*=====  Navbar Dark 1 =====*/
.navbar-dark-7 {
  -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.08);
  background-color: #393D8E;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-dark-7 .navbar-container {
    background-color: #161359;
  }
}

@media (max-width: 767px) {
  .navbar-dark-7 .navbar-container {
    background-color: #161359;
  }
}

.navbar-dark-7 .navbar-container .navbar-close a {
  color: #fff;
}

.navbar-dark-7 .navbar-container .navbar-close a:hover {
  color: #FAE5EC;
}

.navbar-dark-7 .navbar-container .navbar-top-wrapper {
  background-color: #B62F5C;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-dark-7 .navbar-container .navbar-top-wrapper {
    background-color: transparent;
  }
}

@media (max-width: 767px) {
  .navbar-dark-7 .navbar-container .navbar-top-wrapper {
    background-color: transparent;
  }
}

.navbar-dark-7 .navbar-container .navbar-top .navbar-top-left .navbar-top-link li a {
  color: #fff;
}

.navbar-dark-7 .navbar-container .navbar-top .navbar-top-left .navbar-top-link li a:hover {
  color: #00D4E0;
}

.navbar-dark-7 .navbar-container .navbar-top .navbar-top-right .navbar-top-link li .nice-select::after {
  border-color: #fff;
}

.navbar-dark-7 .navbar-container .navbar-top .navbar-top-right .navbar-top-link li .nice-select .current {
  color: #fff;
}

.navbar-dark-7 .navbar-container .navbar-top .navbar-top-right .navbar-top-link li .nice-select .list {
  -webkit-box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.25);
  box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.25);
}

.navbar-dark-7 .navbar-container .navbar-top .navbar-top-right .navbar-top-link li .nice-select .list .option {
  background-color: #563289;
  color: #fff;
}

.navbar-dark-7 .navbar-container .navbar-top .navbar-top-right .navbar-top-link li .nice-select .list .option.selected {
  background-color: #2A21DE;
}

.navbar-dark-7 .navbar-container .navbar-top .navbar-top-right .navbar-top-link li .nice-select .list .option:hover {
  background-color: #2A21DE !important;
}

.navbar-dark-7 .navbar-container .navbar-top .navbar-top-right .navbar-top-link li .nice-select .list:hover .option:not(:hover) {
  background-color: #563289 !important;
}

.navbar-dark-7 .navbar-container .navbar-top .navbar-top-right .navbar-top-link li .nice-select:hover::after {
  border-color: #fff;
}

.navbar-dark-7 .navbar-container .navbar-top .navbar-top-right .navbar-top-link li .nice-select:hover .current {
  color: #fff;
}

.navbar-dark-7 .navbar-container .navbar-top .navbar-top-right .navbar-top-link li a {
  color: #fff;
}

.navbar-dark-7 .navbar-container .navbar-top .navbar-top-right .navbar-top-link li a:hover {
  color: #E14C7B;
}

.navbar-dark-7 .navbar-container .main-navbar .navbar-menu .main-menu li a {
  color: #fff;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-dark-7 .navbar-container .main-navbar .navbar-menu .main-menu li a {
    border-bottom: 1px solid rgba(209, 209, 209, 0.2);
  }
}

@media (max-width: 767px) {
  .navbar-dark-7 .navbar-container .main-navbar .navbar-menu .main-menu li a {
    border-bottom: 1px solid rgba(209, 209, 209, 0.2);
  }
}

.navbar-dark-7 .navbar-container .main-navbar .navbar-menu .main-menu li .menu-expand::before {
  background-color: #fff;
}

.navbar-dark-7 .navbar-container .main-navbar .navbar-menu .main-menu li .menu-expand::after {
  background-color: #fff;
}

.navbar-dark-7 .navbar-container .main-navbar .navbar-menu .main-menu li:hover > a {
  background-color: #E14C7B;
  color: #fff;
  -webkit-box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.32);
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.32);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-dark-7 .navbar-container .main-navbar .navbar-menu .main-menu li:hover > a {
    background-color: transparent;
    color: #E14C7B;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

@media (max-width: 767px) {
  .navbar-dark-7 .navbar-container .main-navbar .navbar-menu .main-menu li:hover > a {
    background-color: transparent;
    color: #E14C7B;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

.navbar-dark-7 .navbar-container .main-navbar .navbar-menu .main-menu li .sub-menu {
  background-color: #161359;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-dark-7 .navbar-container .main-navbar .navbar-menu .main-menu li .sub-menu {
    background-color: transparent;
  }
}

@media (max-width: 767px) {
  .navbar-dark-7 .navbar-container .main-navbar .navbar-menu .main-menu li .sub-menu {
    background-color: transparent;
  }
}

.navbar-dark-7 .navbar-container .main-navbar .navbar-menu .main-menu li .sub-mega-dropdown {
  background-color: #161359;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-dark-7 .navbar-container .main-navbar .navbar-menu .main-menu li .sub-mega-dropdown {
    background-color: transparent;
  }
}

@media (max-width: 767px) {
  .navbar-dark-7 .navbar-container .main-navbar .navbar-menu .main-menu li .sub-mega-dropdown {
    background-color: transparent;
  }
}

.navbar-dark-7 .navbar-container .main-navbar .navbar-menu .main-menu li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list .mega-title {
  color: #fff;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-dark-7 .navbar-container .main-navbar .navbar-menu .main-menu li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list .mega-title {
    border-bottom: 1px solid rgba(209, 209, 209, 0.2);
  }
}

@media (max-width: 767px) {
  .navbar-dark-7 .navbar-container .main-navbar .navbar-menu .main-menu li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list .mega-title {
    border-bottom: 1px solid rgba(209, 209, 209, 0.2);
  }
}

.navbar-dark-7 .navbar-container .main-navbar .navbar-menu .main-menu li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list ul li:hover > a {
  color: #E14C7B;
}

.navbar-dark-7 .navbar-toggle .icon-btn,
.navbar-dark-7 .navbar-cart .icon-btn {
  color: #fff;
}

.overlay-dark-7 {
  position: fixed;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 99;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.overlay-dark-7.open {
  width: 100%;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}




/*==================================================================
                20. Product Details css
==================================================================*/
/*===== Product Details Style 1 =====*/
.product-details-wrapper {
  background-color: #FAFAFA;
}

.product-details-style-1 .product-details-content .sub-title {
  font-size: 24px;
  line-height: 30px;
  color: rgba(0, 0, 0, 0.64);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .product-details-style-1 .product-details-content .sub-title {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .product-details-style-1 .product-details-content .sub-title {
    font-size: 18px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .product-details-style-1 .product-details-content .sub-title {
    font-size: 20px;
  }
}

.product-details-style-1 .product-details-content .title {
  font-weight: 500;
  font-size: 52px;
  line-height: 65px;
  color: #000;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .product-details-style-1 .product-details-content .title {
    font-size: 38px;
    line-height: 36px;
  }
}

@media (max-width: 767px) {
  .product-details-style-1 .product-details-content .title {
    font-size: 32px;
    line-height: 36px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .product-details-style-1 .product-details-content .title {
    font-size: 38px;
    line-height: 45px;
  }
}

.product-details-style-1 .product-details-content .product-items {
  margin-top: 32px;
}

.product-details-style-1 .product-details-content .product-items .item-title {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color: #000;
}

@media (max-width: 767px) {
  .product-details-style-1 .product-details-content .product-items .item-title {
    font-size: 14px;
  }
}

.product-details-style-1 .product-details-content .product-items .items-wrapper {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.product-details-style-1 .product-details-content .product-items .items-wrapper .single-item {
  max-width: 130px;
  text-align: center;
  -moz-flex: 1;
  -ms-flex: 1;
  -webkit-box-flex: 1;
          flex: 1;
  margin-top: 8px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .product-details-style-1 .product-details-content .product-items .items-wrapper .single-item {
    max-width: 110px;
  }
}

.product-details-style-1 .product-details-content .product-items .items-wrapper .single-item + .single-item {
  margin-left: 8px;
}

.product-details-style-1 .product-details-content .product-items .items-wrapper .single-item .items-image img {
  width: 100%;
  border-radius: 8px;
  -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.08);
  border: 1px solid #fff;
  cursor: pointer;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.product-details-style-1 .product-details-content .product-items .items-wrapper .single-item .text {
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  color: #000;
  margin-top: 11px;
}

.product-details-style-1 .product-details-content .product-items .items-wrapper .single-item.active .items-image img {
  -webkit-box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.32);
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.32);
  border-color: #563289;
}

.product-details-style-1 .product-details-content .product-select-wrapper {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -10px;
  margin-right: -10px;
}

.product-details-style-1 .product-details-content .product-select-wrapper .select-title {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  color: #000;
}

@media (max-width: 767px) {
  .product-details-style-1 .product-details-content .product-select-wrapper .select-title {
    font-size: 14px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .product-details-style-1 .product-details-content .product-select-wrapper .select-title {
    font-size: 16px;
  }
}

.product-details-style-1 .product-details-content .product-select-wrapper .select-title span {
  font-weight: 500;
  margin-left: 5px;
}

.product-details-style-1 .product-details-content .product-select-wrapper .select-item {
  padding-top: 20px;
  padding-left: 10px;
  padding-right: 10x;
}

.product-details-style-1 .product-details-content .product-select-wrapper .select-item .color-select {
  padding-top: 8px;
}

.product-details-style-1 .product-details-content .product-select-wrapper .select-item .color-select li {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #fff;
  cursor: pointer;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.product-details-style-1 .product-details-content .product-select-wrapper .select-item .color-select li + li {
  margin-left: 8px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .product-details-style-1 .product-details-content .product-select-wrapper .select-item .color-select li {
    width: 30px;
    height: 30px;
  }
}

@media (max-width: 767px) {
  .product-details-style-1 .product-details-content .product-select-wrapper .select-item .color-select li {
    width: 25px;
    height: 25px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .product-details-style-1 .product-details-content .product-select-wrapper .select-item .color-select li {
    width: 30px;
    height: 30px;
  }
}

.product-details-style-1 .product-details-content .product-select-wrapper .select-item .color-select li.active {
  border-color: #563289;
  -webkit-box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.32);
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.32);
}

.product-details-style-1 .product-details-content .product-select-wrapper .select-item .size-select {
  margin-top: 8px;
}

.product-details-style-1 .product-details-content .product-select-wrapper .select-item .size-select .nice-select {
  border: 1px solid #EFEFEF;
  background-color: transparent;
  width: 160px;
  float: none;
  height: 40px;
  line-height: 38px;
}

@media (max-width: 767px) {
  .product-details-style-1 .product-details-content .product-select-wrapper .select-item .size-select .nice-select {
    width: 120px;
    height: 30px;
    line-height: 28px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .product-details-style-1 .product-details-content .product-select-wrapper .select-item .size-select .nice-select {
    width: 120px;
    height: 35px;
    line-height: 33px;
  }
}

.product-details-style-1 .product-details-content .product-select-wrapper .select-item .size-select .nice-select:focus {
  border-color: #563289;
}

.product-details-style-1 .product-details-content .product-select-wrapper .select-item .size-select .nice-select::after {
  border-color: #563289;
  width: 8px;
  height: 8px;
}

.product-details-style-1 .product-details-content .product-select-wrapper .select-item .size-select .nice-select .current {
  color: #000;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  line-height: 38px;
}

@media (max-width: 767px) {
  .product-details-style-1 .product-details-content .product-select-wrapper .select-item .size-select .nice-select .current {
    font-size: 14px;
    line-height: 28px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .product-details-style-1 .product-details-content .product-select-wrapper .select-item .size-select .nice-select .current {
    font-size: 16px;
    line-height: 33px;
  }
}

.product-details-style-1 .product-details-content .product-select-wrapper .select-item .size-select .nice-select .list {
  width: 100%;
}

.product-details-style-1 .product-details-content .product-select-wrapper .select-item .size-select .nice-select .list .option {
  background-color: #FAFAFA;
  color: #000;
}

.product-details-style-1 .product-details-content .product-select-wrapper .select-item .size-select .nice-select .list .option.selected {
  background-color: #EFEFEF;
}

.product-details-style-1 .product-details-content .product-select-wrapper .select-item .size-select .nice-select .list .option:hover {
  background-color: #EFEFEF !important;
}

.product-details-style-1 .product-details-content .product-select-wrapper .select-item .size-select .nice-select .list:hover .option:not(:hover) {
  background-color: #FAFAFA !important;
}

.product-details-style-1 .product-details-content .product-select-wrapper .select-item .select-quantity {
  overflow: hidden;
  border-radius: 4px;
  background-color: transparent;
  border: 1px solid #EFEFEF;
  display: inline-block;
  margin-top: 8px;
}

.product-details-style-1 .product-details-content .product-select-wrapper .select-item .select-quantity button {
  width: 38px;
  height: 38px;
  padding: 0;
  font-size: 24px;
  border: 0;
  background-color: transparent;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
  color: #7D7D7D;
  padding: 0;
}

@media (max-width: 767px) {
  .product-details-style-1 .product-details-content .product-select-wrapper .select-item .select-quantity button {
    height: 28px;
    width: 28px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .product-details-style-1 .product-details-content .product-select-wrapper .select-item .select-quantity button {
    height: 34px;
    width: 34px;
  }
}

.product-details-style-1 .product-details-content .product-select-wrapper .select-item .select-quantity button:hover {
  color: #563289;
}

.product-details-style-1 .product-details-content .product-select-wrapper .select-item .select-quantity input {
  width: 50px;
  height: 38px;
  border: 0;
  padding: 0 10px;
  text-align: center;
  font-weight: 700;
  background-color: transparent;
  color: #000;
}

@media (max-width: 767px) {
  .product-details-style-1 .product-details-content .product-select-wrapper .select-item .select-quantity input {
    height: 40px;
    width: 28px;
    font-size: 14px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .product-details-style-1 .product-details-content .product-select-wrapper .select-item .select-quantity input {
    height: 35px;
    width: 45px;
    font-size: 16px;
  }
}

.product-details-style-1 .product-details-content .product-select-wrapper .select-item .country-select {
  margin-top: 8px;
}

.product-details-style-1 .product-details-content .product-select-wrapper .select-item .country-select .nice-select {
  border: 1px solid #EFEFEF;
  background-color: transparent;
  width: 350px;
  float: none;
  height: 40px;
  line-height: 38px;
}

@media (max-width: 767px) {
  .product-details-style-1 .product-details-content .product-select-wrapper .select-item .country-select .nice-select {
    width: 280px;
    height: 30px;
    line-height: 28px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .product-details-style-1 .product-details-content .product-select-wrapper .select-item .country-select .nice-select {
    width: 280px;
    height: 35px;
    line-height: 33px;
  }
}

.product-details-style-1 .product-details-content .product-select-wrapper .select-item .country-select .nice-select:focus {
  border-color: #563289;
}

.product-details-style-1 .product-details-content .product-select-wrapper .select-item .country-select .nice-select::after {
  border-color: #563289;
  width: 8px;
  height: 8px;
}

.product-details-style-1 .product-details-content .product-select-wrapper .select-item .country-select .nice-select .current {
  color: #000;
  font-weight: 500;
  font-size: 16px;
  line-height: 38px;
}

@media (max-width: 767px) {
  .product-details-style-1 .product-details-content .product-select-wrapper .select-item .country-select .nice-select .current {
    line-height: 28px;
    font-size: 14px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .product-details-style-1 .product-details-content .product-select-wrapper .select-item .country-select .nice-select .current {
    line-height: 33px;
    font-size: 16px;
  }
}

.product-details-style-1 .product-details-content .product-select-wrapper .select-item .country-select .nice-select .list {
  width: 100%;
}

.product-details-style-1 .product-details-content .product-select-wrapper .select-item .country-select .nice-select .list .option {
  background-color: #FAFAFA;
  color: #000;
}

.product-details-style-1 .product-details-content .product-select-wrapper .select-item .country-select .nice-select .list .option.selected {
  background-color: #EFEFEF;
}

.product-details-style-1 .product-details-content .product-select-wrapper .select-item .country-select .nice-select .list .option:hover {
  background-color: #EFEFEF !important;
}

.product-details-style-1 .product-details-content .product-select-wrapper .select-item .country-select .nice-select .list:hover .option:not(:hover) {
  background-color: #FAFAFA !important;
}

.product-details-style-1 .product-details-content .product-price {
  padding-top: 24px;
}

.product-details-style-1 .product-details-content .product-price .price-title {
  font-size: 16px;
  line-height: 22px;
  color: #000;
  font-weight: 400;
}

@media (max-width: 767px) {
  .product-details-style-1 .product-details-content .product-price .price-title {
    font-size: 14px;
  }
}

.product-details-style-1 .product-details-content .product-price .sale-price {
  font-weight: 700;
  font-size: 36px;
  line-height: 45px;
  color: #000;
  margin-top: 8px;
  display: inline-block;
  margin-right: 16px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .product-details-style-1 .product-details-content .product-price .sale-price {
    font-size: 30px;
    line-height: 40px;
  }
}

@media (max-width: 767px) {
  .product-details-style-1 .product-details-content .product-price .sale-price {
    font-size: 28px;
    line-height: 38px;
  }
}

.product-details-style-1 .product-details-content .product-price .regular-price {
  font-weight: 700;
  font-size: 28px;
  line-height: 38px;
  color: #7D7D7D;
  margin-top: 8px;
  text-decoration: line-through;
  text-decoration-thickness: 3px;
  display: inline-block;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .product-details-style-1 .product-details-content .product-price .regular-price {
    font-size: 24px;
    line-height: 30px;
  }
}

@media (max-width: 767px) {
  .product-details-style-1 .product-details-content .product-price .regular-price {
    font-size: 20px;
    line-height: 34px;
  }
}

.product-details-style-1 .product-details-content .product-btn {
  padding-top: 24px;
}

.product-details-style-1 .product-details-content .product-btn .main-btn {
  margin-top: 8px;
  margin-right: 6px;
}

.product-details-style-1 .product-details-image {
  position: relative;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.product-details-style-1 .product-details-image .product-image {
  width: 85%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .product-details-style-1 .product-details-image .product-image {
    width: 83%;
  }
}

@media (max-width: 767px) {
  .product-details-style-1 .product-details-image .product-image {
    width: 83%;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .product-details-style-1 .product-details-image .product-image {
    width: 85%;
  }
}

.product-details-style-1 .product-details-image .product-image .single-image img {
  width: 100%;
}

.product-details-style-1 .product-details-image .product-thumb-image {
  width: 15%;
  text-align: center;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .product-details-style-1 .product-details-image .product-thumb-image {
    width: 17%;
  }
}

@media (max-width: 767px) {
  .product-details-style-1 .product-details-image .product-thumb-image {
    width: 17%;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .product-details-style-1 .product-details-image .product-thumb-image {
    width: 15%;
  }
}

.product-details-style-1 .product-details-image .product-thumb-image .single-thumb {
  cursor: pointer;
  border-radius: 4px;
  margin: 5px 10px;
}

@media (max-width: 767px) {
  .product-details-style-1 .product-details-image .product-thumb-image .single-thumb {
    margin: 3px;
  }
}

.product-details-style-1 .product-details-image .product-thumb-image .single-thumb img {
  width: 60px;
  border-radius: 4px;
  opacity: 0.74;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

@media (max-width: 767px) {
  .product-details-style-1 .product-details-image .product-thumb-image .single-thumb img {
    width: 40px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .product-details-style-1 .product-details-image .product-thumb-image .single-thumb img {
    width: 60px;
  }
}

.product-details-style-1 .product-details-image .product-thumb-image .single-thumb.slick-current img {
  -webkit-box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.32);
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.32);
  opacity: 1;
}

.product-details-style-1 .product-details-image .product-thumb-image .slick-arrow {
  font-size: 32px;
  color: #7D7D7D;
  cursor: pointer;
}

@media (max-width: 767px) {
  .product-details-style-1 .product-details-image .product-thumb-image .slick-arrow {
    font-size: 24px;
    line-height: 20px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .product-details-style-1 .product-details-image .product-thumb-image .slick-arrow {
    font-size: 32px;
  }
}

/*==================================================================
                22. Content Card css
==================================================================*/
/*===== All Content Card Style 1 =====*/
.content-card-style-1 {
  padding-top: 200px;
  padding-bottom: 200px;
  background-color: #eee;
  position: relative;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .content-card-style-1 {
    padding-top: 150px;
    padding-bottom: 150px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .content-card-style-1 {
    padding-top: 130px;
    padding-bottom: 130px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .content-card-style-1 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

@media (max-width: 767px) {
  .content-card-style-1 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.content-card-style-1 .content-card-image {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background-size: contain;
}

@media (max-width: 767px) {
  .content-card-style-1 .content-card-image {
    position: relative;
    width: 100%;
    height: 400px;
  }
}

.content-card-style-1 .content-card-image-2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background-size: contain;
}

@media (max-width: 767px) {
  .content-card-style-1 .content-card-image-2 {
    position: relative;
    width: 100%;
    height: 400px;
  }
}

.content-card-style-1 .content-card-content .sub-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  color: black;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .content-card-style-1 .content-card-content .sub-title {
    font-size: 20px;
    line-height: 26px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .content-card-style-1 .content-card-content .sub-title {
    font-size: 18px;
    line-height: 24px;
  }
}

@media (max-width: 767px) {
  .content-card-style-1 .content-card-content .sub-title {
    font-size: 16px;
    line-height: 22px;
  }
}

.content-card-style-1 .content-card-content .main-title {
  font-weight: 500;
  font-size: 52px;
  line-height: 65px;
  color: #000;
  margin-top: 16px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .content-card-style-1 .content-card-content .main-title {
    font-size: 40px;
    line-height: 55px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .content-card-style-1 .content-card-content .main-title {
    font-size: 30px;
    line-height: 40px;
  }
}

@media (max-width: 767px) {
  .content-card-style-1 .content-card-content .main-title {
    font-size: 28px;
    line-height: 28px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .content-card-style-1 .content-card-content .main-title {
    font-size: 36px;
    line-height: 42px;
  }
}

.content-card-style-1 .content-card-content p {
  font-size: 24px;
  line-height: 30px;
  color: black;
  font-weight: 400;
  margin-top: 24px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .content-card-style-1 .content-card-content p {
    font-size: 20px;
    line-height: 26px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .content-card-style-1 .content-card-content p {
    font-size: 16px;
    line-height: 22px;
  }
}

@media (max-width: 767px) {
  .content-card-style-1 .content-card-content p {
    font-size: 14px;
    line-height: 20px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .content-card-style-1 .content-card-content p {
    font-size: 16px;
    line-height: 22px;
  }
}

/*===== All Content Card Style 4 =====*/
.content-card-style-4 {
  background-color: #FAFAFA;
}

.content-card-style-4 .single-content .content-icon i {
  font-size: 72px;
  line-height: 72px;
  color: #393D8E;
}

.content-card-style-4 .single-content .content-content .title a {
  font-weight: 500;
  font-size: 24px;
  line-height: 30px;
  color: #000;
}

@media (max-width: 767px) {
  .content-card-style-4 .single-content .content-content .title a {
    font-size: 20px;
  }
}

.content-card-style-4 .single-content .content-content p {
  font-weight: 300;
  font-size: 16px;
  line-height: 22px;
  color: #000;
  margin-top: 16px;
}

.content-card-style-4 .single-content .content-content .more {
  color: #563289;
  text-transform: uppercase;
  margin-top: 32px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
}

/*==================================================================
                22. Header css
==================================================================*/
/*===== All Header Style 1 =====*/
.header-style-1 {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

@media (max-width: 767px) {
  .header-style-1 {
    display: block;
  }
}

.header-style-1 .header-big {
  width: 66.67%;
}

@media (max-width: 767px) {
  .header-style-1 .header-big {
    width: 100%;
  }
}

.header-style-1 .header-big .single-header-item {
  position: relative;
  height: 760px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .header-style-1 .header-big .single-header-item {
    height: 660px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-style-1 .header-big .single-header-item {
    height: 660px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-style-1 .header-big .single-header-item {
    height: 600px;
  }
}

@media (max-width: 767px) {
  .header-style-1 .header-big .single-header-item {
    height: 460px;
  }
}

.header-style-1 .header-big .single-header-item .header-item-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 70%;
  padding: 40px;
  background-color: rgba(255, 255, 255, 0.74);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-style-1 .header-big .single-header-item .header-item-content {
    padding: 25px;
  }
}

@media (max-width: 767px) {
  .header-style-1 .header-big .single-header-item .header-item-content {
    padding: 15px;
    width: 80%;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .header-style-1 .header-big .single-header-item .header-item-content {
    width: 70%;
  }
}

.header-style-1 .header-big .single-header-item .header-item-content .title {
  font-weight: 300;
  font-size: 44px;
  line-height: 55px;
  color: #000;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-style-1 .header-big .single-header-item .header-item-content .title {
    font-size: 30px;
    line-height: 42px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-style-1 .header-big .single-header-item .header-item-content .title {
    font-size: 28px;
    line-height: 38px;
  }
}

@media (max-width: 767px) {
  .header-style-1 .header-big .single-header-item .header-item-content .title {
    font-size: 18px;
    line-height: 28px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .header-style-1 .header-big .single-header-item .header-item-content .title {
    font-size: 28px;
    line-height: 38px;
  }
}

.header-style-1 .header-big .single-header-item .header-item-content .link {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #563289;
  margin-top: 24px;
}

@media (max-width: 767px) {
  .header-style-1 .header-big .single-header-item .header-item-content .link {
    font-size: 14px;
  }
}

.header-style-1 .header-big .header-items-active .slick-dots {
  position: absolute;
  top: 50%;
  right: 30px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 9;
}

.header-style-1 .header-big .header-items-active .slick-dots li button {
  background: rgba(0, 0, 0, 0.38);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  font-size: 0;
  border: 0;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.header-style-1 .header-big .header-items-active .slick-dots li.slick-active button {
  background-color: #563289;
  -webkit-transform: scale(2);
  transform: scale(2);
}

.header-style-1 .header-min {
  width: 33.33%;
}

@media (max-width: 767px) {
  .header-style-1 .header-min {
    width: 100%;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .header-style-1 .header-min {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.header-style-1 .header-min .header-min-item {
  height: 380px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .header-style-1 .header-min .header-min-item {
    height: 330px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-style-1 .header-min .header-min-item {
    height: 330px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-style-1 .header-min .header-min-item {
    height: 300px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .header-style-1 .header-min .header-min-item {
    width: 50%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-style-1 .header-min .header-min-item .product-content {
    width: 70%;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .header-style-1 .header-min .header-min-item .product-content {
    width: 70%;
  }
}

/*===== All Header Style =====*/
.header-style-dark-1 .header-big .single-header-item .header-item-content {
  background-color: rgba(0, 0, 0, 0.74);
}

.header-style-dark-1 .header-big .single-header-item .header-item-content .title {
  color: #fff;
}

.header-style-dark-1 .header-big .single-header-item .header-item-content .link {
  color: #00D4E0;
}

.header-style-dark-1 .header-big .header-items-active .slick-dots li.slick-active button {
  background-color: #00D4E0;
}

.header-style-dark-1 .header-min .product-style-25 .product-content {
  background-color: rgba(0, 0, 0, 0.74);
}

.header-style-dark-1 .header-min .product-style-25 .product-content .title a {
  color: #fff;
}

.header-style-dark-1 .header-min .product-style-25 .product-content p {
  color: rgba(255, 255, 255, 0.74);
}

/*==================================================================
                24. Reviews css
==================================================================*/
/*===== All Reviews Style =====*/
.reviews-style .reviews-menu .nav {
  position: relative;
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.reviews-style .reviews-menu .nav::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 2px;
  border-radius: 50px;
  background-color: #EFEFEF;
  left: 0;
  bottom: 0;
}

.reviews-style .reviews-menu .nav li a {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #7D7D7D;
  padding: 8px 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: relative;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

@media (max-width: 767px) {
  .reviews-style .reviews-menu .nav li a {
    padding: 4px 4px;
    font-size: 13px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .reviews-style .reviews-menu .nav li a {
    font-size: 16px;
    padding: 8px 16px;
  }
}

.reviews-style .reviews-menu .nav li a::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 4px;
  border-radius: 50px;
  background-color: #EFEFEF;
  left: 0;
  bottom: -1px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.reviews-style .reviews-menu .nav li a.active {
  color: #563289;
}

.reviews-style .reviews-menu .nav li a.active::before {
  opacity: 1;
  visibility: visible;
  background-color: #563289;
}

.reviews-style .reviews-title {
  margin-top: 32px;
}

.reviews-style .reviews-title .title {
  font-size: 20px;
  line-height: 28px;
  color: #000;
  font-weight: 400;
}

@media (max-width: 767px) {
  .reviews-style .reviews-title .title {
    font-size: 16px;
  }
}

.reviews-style .reviews-rating-wrapper {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 16px;
}

.reviews-style .reviews-rating-wrapper .reviews-rating-star {
  border: 2px solid #EFEFEF;
  width: 50%;
  padding: 32px;
}

@media (max-width: 767px) {
  .reviews-style .reviews-rating-wrapper .reviews-rating-star {
    width: 100%;
    padding: 24px;
  }
}

.reviews-style .reviews-rating-wrapper .reviews-rating-star .rating-review {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.64);
}

.reviews-style .reviews-rating-wrapper .reviews-rating-star .rating-review i {
  font-size: 20px;
  color: #FFBE27;
}

.reviews-style .reviews-rating-wrapper .reviews-rating-star .rating-review span {
  font-weight: 500;
  color: #000;
}

.reviews-style .reviews-rating-wrapper .reviews-rating-star .reviews-rating-bar .single-reviews-rating-bar {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 16px;
}

.reviews-style .reviews-rating-wrapper .reviews-rating-star .reviews-rating-bar .single-reviews-rating-bar .value {
  width: 85px;
  font-size: 14px;
  line-height: 20px;
  color: #000;
  font-weight: 400;
}

.reviews-style .reviews-rating-wrapper .reviews-rating-star .reviews-rating-bar .single-reviews-rating-bar .rating-bar-inner {
  width: 200px;
  height: 20px;
  background-color: #EFEFEF;
  border-radius: 50px;
  position: relative;
}

@media (max-width: 767px) {
  .reviews-style .reviews-rating-wrapper .reviews-rating-star .reviews-rating-bar .single-reviews-rating-bar .rating-bar-inner {
    width: 60%;
  }
}

.reviews-style .reviews-rating-wrapper .reviews-rating-star .reviews-rating-bar .single-reviews-rating-bar .rating-bar-inner .bar-inner {
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 50px;
  background-color: #E14C7B;
}

.reviews-style .reviews-rating-wrapper .reviews-rating-star .reviews-rating-bar .single-reviews-rating-bar .percent {
  width: 50px;
  font-size: 14px;
  line-height: 20px;
  color: #000;
  font-weight: 400;
  margin-left: 32px;
}

@media (max-width: 767px) {
  .reviews-style .reviews-rating-wrapper .reviews-rating-star .reviews-rating-bar .single-reviews-rating-bar .percent {
    margin-left: 18px;
  }
}

.reviews-style .reviews-rating-wrapper .reviews-rating-form {
  border: 2px solid #EFEFEF;
  border-left: 0;
  width: 50%;
  padding: 32px;
}

@media (max-width: 767px) {
  .reviews-style .reviews-rating-wrapper .reviews-rating-form {
    width: 100%;
    border-left: 2px solid #EFEFEF;
    border-top: 0;
    padding: 24px;
  }
}

.reviews-style .reviews-rating-wrapper .reviews-rating-form .rating-star p {
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  color: #4C4C4C;
}

.reviews-style .reviews-rating-wrapper .reviews-rating-form .rating-star .stars {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.reviews-style .reviews-rating-wrapper .reviews-rating-form .rating-star .stars li {
  font-size: 24px;
  color: #7D7D7D;
  cursor: pointer;
}

.reviews-style .reviews-rating-wrapper .reviews-rating-form .rating-star .stars li.hover, .reviews-style .reviews-rating-wrapper .reviews-rating-form .rating-star .stars li.selected {
  color: #FFBE27;
}

.reviews-style .reviews-rating-wrapper .reviews-rating-form .rating-form .single-rating-form {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
}

.reviews-style .reviews-rating-wrapper .reviews-rating-form .rating-form .rating-form-file {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.reviews-style .reviews-rating-wrapper .reviews-rating-form .rating-form .rating-form-file .file {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin-top: 16px;
}

.reviews-style .reviews-rating-wrapper .reviews-rating-form .rating-form .rating-form-file .file input[type="file"] {
  display: none;
}

.reviews-style .reviews-rating-wrapper .reviews-rating-form .rating-form .rating-form-file .file input[type="file"] + label {
  font-size: 24px;
  color: #4C4C4C;
  cursor: pointer;
  line-height: 40px;
}

.reviews-style .reviews-rating-wrapper .reviews-rating-form .rating-form .rating-form-btn {
  margin-top: 16px;
}

.reviews-style .reviews-btn {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 16px;
  padding-top: 8px;
  border: 2px solid #EFEFEF;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  background-color: #FAFAFA;
  margin-top: -2px;
}

.reviews-style .reviews-btn .reviews-btn-left {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 767px) {
  .reviews-style .reviews-btn .reviews-btn-left {
    display: block;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .reviews-style .reviews-btn .reviews-btn-left {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.reviews-style .reviews-btn .reviews-btn-left .dropdown-style {
  margin-top: 8px;
}

.reviews-style .reviews-btn .reviews-btn-left .dropdown-style + .dropdown-style {
  margin-left: 8px;
}

@media (max-width: 767px) {
  .reviews-style .reviews-btn .reviews-btn-left .dropdown-style + .dropdown-style {
    margin-left: 0;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .reviews-style .reviews-btn .reviews-btn-left .dropdown-style + .dropdown-style {
    margin-left: 8px;
  }
}

.reviews-style .reviews-btn .reviews-btn-right .main-btn {
  margin-top: 8px;
  font-weight: 400;
  background-color: #EEE6FD;
  color: #563289;
}

.reviews-style .reviews-btn .reviews-btn-right .main-btn:hover {
  -webkit-box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.25);
  box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.25);
}

.reviews-style .reviews-btn .reviews-btn-right .main-btn + .main-btn {
  margin-left: 6px;
}

@media (max-width: 767px) {
  .reviews-style .reviews-btn .reviews-btn-right .main-btn + .main-btn {
    margin-left: 0;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .reviews-style .reviews-btn .reviews-btn-right .main-btn + .main-btn {
    margin-left: 6px;
  }
}

.reviews-style .reviews-comment {
  padding: 8px 32px 18px;
  padding-top: 8px;
  border: 2px solid #EFEFEF;
  margin-top: -2px;
}

@media (max-width: 767px) {
  .reviews-style .reviews-comment {
    padding: 0px 24px 10px;
  }
}

.reviews-style .reviews-comment .comment-items > li:last-child .single-review-comment {
  border-bottom: 0;
}

.reviews-style .reviews-comment .comment-items .single-review-comment {
  margin-top: 24px;
  padding-bottom: 14px;
  border-bottom: 2px solid #EFEFEF;
}

.reviews-style .reviews-comment .comment-items .single-review-comment .comment-user-info {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.reviews-style .reviews-comment .comment-items .single-review-comment .comment-user-info .comment-author img {
  border-radius: 50%;
}

.reviews-style .reviews-comment .comment-items .single-review-comment .comment-user-info .comment-content {
  padding-left: 16px;
  -moz-flex: 1;
  -ms-flex: 1;
  -webkit-box-flex: 1;
          flex: 1;
}

.reviews-style .reviews-comment .comment-items .single-review-comment .comment-user-info .comment-content .name {
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #000;
}

.reviews-style .reviews-comment .comment-items .single-review-comment .comment-user-info .comment-content p {
  font-size: 14px;
  line-height: 20px;
  color: #4C4C4C;
  margin-top: 4px;
}

.reviews-style .reviews-comment .comment-items .single-review-comment .comment-user-info .comment-content p i {
  font-size: 20px;
  color: #FFBE27;
}

.reviews-style .reviews-comment .comment-items .single-review-comment .comment-user-info .comment-content p .rating strong {
  font-weight: 500;
}

.reviews-style .reviews-comment .comment-items .single-review-comment .comment-user-info .comment-content p .date {
  margin-left: 16px;
}

@media (max-width: 767px) {
  .reviews-style .reviews-comment .comment-items .single-review-comment .comment-user-info .comment-content p .date {
    margin-left: 8px;
  }
}

.reviews-style .reviews-comment .comment-items .single-review-comment .comment-user-text {
  padding-top: 16px;
}

.reviews-style .reviews-comment .comment-items .single-review-comment .comment-user-text p {
  font-size: 16px;
  line-height: 22px;
  color: #000;
}

.reviews-style .reviews-comment .comment-items .single-review-comment .comment-user-text .comment-image {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 8px;
}

.reviews-style .reviews-comment .comment-items .single-review-comment .comment-user-text .comment-image .image {
  padding-top: 8px;
}

.reviews-style .reviews-comment .comment-items .single-review-comment .comment-user-text .comment-image .image + .image {
  margin-left: 8px;
}

.reviews-style .reviews-comment .comment-items .single-review-comment .comment-user-text .comment-image .image img {
  width: 72px;
  border-radius: 4px;
}

.reviews-style .reviews-comment .comment-items .single-review-comment .comment-user-text .comment-meta {
  padding-top: 24px;
}

.reviews-style .reviews-comment .comment-items .single-review-comment .comment-user-text .comment-meta li {
  color: #E14C7B;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: inline-block;
}

.reviews-style .reviews-comment .comment-items .single-review-comment .comment-user-text .comment-meta li i {
  font-size: 20px;
}

.reviews-style .reviews-comment .comment-items .single-review-comment .comment-user-text .comment-meta li a {
  color: #000;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.reviews-style .reviews-comment .comment-items .single-review-comment .comment-user-text .comment-meta li a:hover {
  color: #563289;
}

.reviews-style .reviews-comment .comment-items .single-review-comment .comment-user-text .comment-meta li + li {
  margin-left: 20px;
}

.reviews-style .reviews-comment .comment-items .comment-replay {
  padding-left: 50px;
}

@media (max-width: 767px) {
  .reviews-style .reviews-comment .comment-items .comment-replay {
    padding-left: 0;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .reviews-style .reviews-comment .comment-items .comment-replay {
    padding-left: 50px;
  }
}

/*===== All Reviews Dark  Style =====*/
.reviews-dark {
  background-color: #161359;
}

.reviews-dark .reviews-menu .nav::before {
  background-color: rgba(255, 255, 255, 0.16);
}

.reviews-dark .reviews-menu .nav li a {
  color: rgba(255, 255, 255, 0.6);
}

.reviews-dark .reviews-menu .nav li a::before {
  background-color: #E14C7B;
}

.reviews-dark .reviews-menu .nav li a.active {
  color: #E14C7B;
}

.reviews-dark .reviews-menu .nav li a.active::before {
  opacity: 1;
  visibility: visible;
  background-color: #E14C7B;
}

.reviews-dark .reviews-title .title {
  color: #fff;
}

.reviews-dark .reviews-rating-wrapper .reviews-rating-star {
  border-color: rgba(255, 255, 255, 0.24);
}

.reviews-dark .reviews-rating-wrapper .reviews-rating-star .rating-review {
  color: rgba(255, 255, 255, 0.64);
}

.reviews-dark .reviews-rating-wrapper .reviews-rating-star .rating-review i {
  color: #FFBE27;
}

.reviews-dark .reviews-rating-wrapper .reviews-rating-star .rating-review span {
  color: #fff;
}

.reviews-dark .reviews-rating-wrapper .reviews-rating-star .reviews-rating-bar .single-reviews-rating-bar .value {
  color: #fff;
}

.reviews-dark .reviews-rating-wrapper .reviews-rating-star .reviews-rating-bar .single-reviews-rating-bar .rating-bar-inner {
  background-color: rgba(255, 255, 255, 0.16);
}

.reviews-dark .reviews-rating-wrapper .reviews-rating-star .reviews-rating-bar .single-reviews-rating-bar .rating-bar-inner .bar-inner {
  background-color: #E14C7B;
}

.reviews-dark .reviews-rating-wrapper .reviews-rating-star .reviews-rating-bar .single-reviews-rating-bar .percent {
  color: #fff;
}

.reviews-dark .reviews-rating-wrapper .reviews-rating-form {
  border-color: rgba(255, 255, 255, 0.16);
}

.reviews-dark .reviews-rating-wrapper .reviews-rating-form .rating-star p {
  color: rgba(255, 255, 255, 0.74);
}

.reviews-dark .reviews-rating-wrapper .reviews-rating-form .rating-form .rating-form-file .file input[type="file"] + label {
  color: rgba(255, 255, 255, 0.74);
}

.reviews-dark .reviews-btn {
  background-color: rgba(0, 0, 0, 0.24);
  border-color: rgba(255, 255, 255, 0.24);
}

.reviews-dark .reviews-btn .reviews-btn-right .main-btn {
  background-color: rgba(255, 255, 255, 0.16);
  color: #E14C7B;
}

.reviews-dark .reviews-comment {
  border-color: rgba(255, 255, 255, 0.24);
}

.reviews-dark .reviews-comment .comment-items .single-review-comment {
  border-color: rgba(255, 255, 255, 0.24);
}

.reviews-dark .reviews-comment .comment-items .single-review-comment .comment-user-info .comment-content .name {
  color: #fff;
}

.reviews-dark .reviews-comment .comment-items .single-review-comment .comment-user-info .comment-content p {
  color: #FAFAFA;
}

.reviews-dark .reviews-comment .comment-items .single-review-comment .comment-user-info .comment-content p i {
  color: #FFBE27;
}

.reviews-dark .reviews-comment .comment-items .single-review-comment .comment-user-text p {
  color: #fff;
}

.reviews-dark .reviews-comment .comment-items .single-review-comment .comment-user-text .comment-meta li {
  color: #00D4E0;
}

.reviews-dark .reviews-comment .comment-items .single-review-comment .comment-user-text .comment-meta li a {
  color: #fff;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.reviews-dark .reviews-comment .comment-items .single-review-comment .comment-user-text .comment-meta li a:hover {
  color: #E14C7B;
}

/*==================================================================
                24. Footer css
==================================================================*/
/*===== All Footer Style 3 =====*/
.footer-style-3 {
  background-color: #FAFAFA;
}

.footer-style-3 .footer-top .footer-widget-subscribe {
  margin-top: 32px;
}

.footer-style-3 .footer-top .footer-widget-subscribe p {
  margin-top: 16px;
  text-align: center !important;
}

.footer-style-3 .footer-top .footer-widget-subscribe .subscribe-form .single-form .form-input {
  position: relative;
}

.footer-style-3 .footer-top .footer-widget-subscribe .subscribe-form .single-form .form-input .main-btn {
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  font-size: 24px;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
  text-align: center;
}

.footer-style-3 .footer-top .footer-follow {
  padding-top: 24px;
}

.footer-style-3 .footer-top .footer-follow li {
  display: inline-block;
  margin: 0 8px;
}

.footer-style-3 .footer-top .footer-follow li a {
  font-size: 20px;
  color: #563289;
}

@media (max-width: 767px) {
  .footer-style-3 .footer-top .footer-follow li a {
    font-size: 20px;
  }
}

.footer-style-3 .footer-widget {
  margin-top: 32px;
}

.footer-style-3 .footer-widget .footer-title {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  color: #000;
}

.footer-style-3 .footer-widget .footer-link {
  padding-top: 12px;
}

.footer-style-3 .footer-widget .footer-link li {
  padding: 4px 0;
}

.footer-style-3 .footer-widget .footer-link li a {
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #000;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-style-3 .footer-widget .footer-link li a {
    font-size: 14px;
  }
}

.footer-style-3 .footer-widget .footer-link li a:hover {
  color: #563289;
}

.footer-style-3 .footer-copyright {
  padding-top: 52px;
}

.footer-style-3 .footer-copyright p {
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: #000;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.footer-style-3 .footer-copyright p a {
  color: #000;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.footer-style-3 .footer-copyright p a:hover {
  color: #563289;
}

/*===== All Footer Style Dark 3 =====*/
.footer-dark-style-3 {
  background-color: #4C4C4C;
}

.footer-dark-style-3 .footer-top .footer-widget-subscribe p {
  color: #fff;
}

.footer-dark-style-3 .footer-top .footer-widget-subscribe .subscribe-form .single-form .form-input input:focus {
  border-color: #E14C7B;
}

.footer-dark-style-3 .footer-top .footer-follow li a {
  color: #fff;
}

.footer-dark-style-3 .footer-widget .footer-title {
  color: rgba(255, 255, 255, 0.6);
}

.footer-dark-style-3 .footer-widget .footer-link li a {
  color: #fff;
}

.footer-dark-style-3 .footer-widget .footer-link li a:hover {
  color: #E14C7B;
}

.footer-dark-style-3 .footer-copyright p {
  color: #fff;
}

.footer-dark-style-3 .footer-copyright p a {
  color: #fff;
}

.footer-dark-style-3 .footer-copyright p a:hover {
  color: #E14C7B;
}

.features-section .single-feature-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .features-section .single-feature-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.features-section .single-feature-wrapper .feature-icon {
  font-size: 20px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #563289;
  color: #fff;
  margin-bottom: 25px;
  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;
}

.features-section .single-feature-wrapper .feature-content {
  margin-left: 25px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .features-section .single-feature-wrapper .feature-content {
    margin-left: 0px;
  }
}

.subscribe-section .subscribe-form .single-form .main-btn {
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 4px;
  width: 40px;
}

.pagination-wrapper ul li a {
  width: 35px;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #563289;
  color: #828282;
  font-size: 16px;
  margin: 5px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.pagination-wrapper ul li a.active, .pagination-wrapper ul li a:hover {
  background: #563289;
  color: #fff;
}

.category-wrapper .tab-content .tab-pane {
  display: block;
  height: 0;
}

.category-wrapper .tab-content .tab-pane.active {
  height: auto;
}

.product-image .icon-text {
  position: absolute;
  z-index: 9;
  top: 10px;
  left: 10px;
  text-transform: uppercase;
}



.clients-logo-section .client-logo-active .single-logo-wrapper {
  padding: 10px 20px;
  text-align: center;
  opacity: .5;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.clients-logo-section .client-logo-active .single-logo-wrapper:hover {
  opacity: 1;
}

.clients-logo-section .client-logo-active .slick-slide:focus {
  outline: 0;
}
/*# sourceMappingURL=style.css.map */
/*-----------------------------------------------------------------------------------

    Product Name: eCommerce HTML UI Kit
    Template URI: ecommercehtml.com
    Author: UIdeck
    Version: 1.0

-----------------------------------------------------------------------------------

    CSS INDEX
    ===================
-----------------------------------------------------------------------------------*/
/*==================================================================
                            01.Common css
==================================================================*/
/*=====  Common Style =====*/
@import url("https://fonts.googleapis.com/css?family=Rubik:300,400,500,700,900&display=swap");

body {
    font-family: "Rubik", sans-serif;
    font-weight: normal;
    font-style: normal;
    color: rgba(0, 0, 0, 0.64);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

    .btn-close:focus,
    *:focus {
        outline: none;
        box-shadow: none;
    }

img {
    max-width: 100%;
}

a:focus,
button:focus,
input:focus,
textarea:focus {
    text-decoration: none;
    outline: none;
}

button {
    transition: all 0.3s linear;
}

a,
a:focus,
a:hover {
    text-decoration: none;
}

a,
i,
span {
    display: inline-block;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Rubik", sans-serif;
    color: #000;
    margin: 0;
}

h1 {
    font-size: 48px;
}

h2 {
    font-size: 36px;
}

h3 {
    font-size: 28px;
}

h4 {
    font-size: 22px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

ol,
ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

p {
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.64);
    margin: 0;
}

.bg_cover {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}

.sticky {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    background: #fff;
    transition: all 0.3s linear;
}

.single-countup {
    background: #fff;
    border-radius: 5px;
    padding: 30px 40px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    text-align: center;
}

    .single-countup h2 {
        margin-bottom: 10px;
    }

    .single-countup .icon {
        width: 80px;
        height: 80px;
        border-radius: 50%;
        margin: auto;
        margin-bottom: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        background: #563289;
        color: #fff;
        font-size: 30px;
    }

.search-select select {
    height: 40px;
    border: 1px solid #d1d1d1;
    border-right: 0px;
    padding: 0 10px;
    background: transparent;
    border-radius: 4px 0 0 4px;
    position: relative;
}

    .search-select select:focus {
        outline: none;
    }

.search-dark .search-select select {
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.24);
}

    .search-dark .search-select select option {
        color: #333;
    }

select,
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-right: 30px;
}

.select-position {
    position: relative;
}

    .select-position::after {
        border-bottom: 2px solid #d1d1d1;
        border-right: 2px solid #d1d1d1;
        content: '';
        display: block;
        height: 8px;
        margin-top: -4px;
        pointer-events: none;
        position: absolute;
        right: 0px;
        top: 50%;
        transform-origin: 66% 66%;
        transform: rotate(45deg);
        transition: all 0.15s ease-in-out;
        width: 8px;
    }

.navbar-top-link li .select-position,
.menu-top-link li .select-position {
    margin-right: 10px;
}

    .navbar-top-link li .select-position::after,
    .menu-top-link li .select-position::after {
        right: 5px;
    }

    .navbar-top-link li .select-position select,
    .menu-top-link li .select-position select {
        background: transparent;
        border: none;
        padding: 0 30px 0 10px;
    }

        .navbar-top-link li .select-position select:focus,
        .menu-top-link li .select-position select:focus {
            outline: none;
        }

select {
    background: transparent;
    padding: 0 10px;
    padding-right: 30px;
    border: none;
}

    select:focus {
        outline: none;
    }

.breadcrumbs-style select {
    border: none;
}

.breadcrumbs-style.breadcrumbs-style-2 select {
    color: #fff;
}

    .breadcrumbs-style.breadcrumbs-style-2 select option {
        color: #333;
    }

.country-select select,
.size-select select {
    height: 40px;
    border-radius: 4px;
    border: 1px solid #efefef;
}

.select-items select {
    height: 40px;
    background: #EFEFEF;
    color: #4c4c4c;
    border-color: transparent;
    border-radius: 4px;
    width: 100%;
}

.select-style-2 .select-items select {
    height: 40px;
    background: #EFEFEF;
    color: #4c4c4c;
    border-color: transparent;
    border-radius: 4px;
    width: 100%;
    padding-left: 40px;
}

.select-style-1 .select-items select {
    height: 40px;
    background: #563289;
    color: #fff;
    border-color: transparent;
    border-radius: 4px;
    width: 100%;
    padding-left: 40px;
}

.select-style-3 .select-items {
    border: 1px solid #563289;
    border-radius: 4px;
}

    .select-style-3 .select-items select {
        height: 40px;
        background: transparent;
        border: 1px solid #563289;
        color: #333;
        border-color: transparent;
        border-radius: 4px;
        width: 100%;
        padding-left: 40px;
    }

.select-style-4 .select-items {
    border: 1px solid #333;
    border-radius: 4px;
}

    .select-style-4 .select-items select {
        height: 40px;
        background: transparent;
        border: 1px solid #333;
        color: #333;
        border-color: transparent;
        border-radius: 4px;
        width: 100%;
        padding-left: 40px;
    }

.search-style-2 .search-select select {
    background: #EFEFEF;
    border-color: #efefef;
    border-right: 1px solid #d1d1d1;
}

.search-style-2.search-dark .search-select select {
    background: rgba(255, 255, 255, 0.2);
    border-color: transparent;
    border-right: 1px solid #d1d1d1;
    color: #fff;
}

.search-style-3 select {
    background: #EFEFEF;
    border-color: #efefef;
    border-left: 1px solid #d1d1d1;
}

.search-style-3.search-dark select {
    background: rgba(255, 255, 255, 0.2);
    border-color: transparent;
    border-left: 1px solid #d1d1d1;
    color: #fff;
}

    .search-style-3.search-dark select option {
        color: #333;
    }

.search-style-6 select {
    background: transparent;
    border-color: #d1d1d1;
    border-left-color: transparent;
}

.search-style-6.search-dark select {
    background: transparent;
    border-color: rgba(255, 255, 255, 0.24);
    border-left-color: transparent;
    color: #fff;
}

    .search-style-6.search-dark select option {
        color: #333;
    }

.contact-dark-style-1 .select-style-1 select {
    width: 100%;
    height: 40px;
    background: rgba(255, 255, 255, 0.2);
    color: #efefef;
    border-radius: 4px;
    padding-left: 40px;
    border-color: transparent;
}

    .contact-dark-style-1 .select-style-1 select option {
        color: #333;
    }

.checkout-steps-form-dark-style-1 .select-elements .select-items select {
    background: rgba(255, 255, 255, 0.2);
    color: #757575;
}

.navbar-style-6 .navbar-top-link li select {
    border: 1px solid #efefef;
    height: 40px;
    border-radius: 4px;
}

.navbar-style-6.navbar-dark-6 .navbar-top-link li select {
    border: 1px solid rgba(209, 209, 209, 0.2);
}

.navbar-style-8 .navbar-top-link li select,
.navbar-style-7 .navbar-top-link li select {
    color: #fff;
}

    .navbar-style-8 .navbar-top-link li select option,
    .navbar-style-7 .navbar-top-link li select option {
        color: #333;
    }

.navbar-dark-wrapper .navbar-top-link li select {
    background: transparent;
    border: none;
    color: #fff;
}

    .navbar-dark-wrapper .navbar-top-link li select option {
        color: #333;
    }

/*==================================================================
                          02.Page Banner css
==================================================================*/
/*=====  Page Banner Style =====*/
.page-banner {
    background-color: #563289;
    padding-top: 40px;
    padding-bottom: 45px;
}

.page-banner-content .sub-title {
    font-weight: 500;
    font-size: 44px;
    line-height: 55px;
    color: #fff;
}

@media (max-width: 767px) {
    .page-banner-content .sub-title {
        font-size: 24px;
        line-height: 28px;
    }
}

.page-banner-content .page-title {
    font-weight: 500;
    font-size: 60px;
    line-height: 60px;
    color: #fff;
    margin-top: 10px;
}

@media (max-width: 767px) {
    .page-banner-content .page-title {
        font-size: 30px;
        line-height: 35px;
    }
}

/*==================================================================
                          03.Colors css
==================================================================*/
/*========== White Color =========*/
.white-color {
    color: #fff;
}

.white-variant {
    color: #FAFAFA;
}

.white-light {
    color: #F2F2F2;
}

.bg-white-color {
    background-color: #fff;
}

.bg-white-variant {
    background-color: #FAFAFA;
}

.bg-white-light {
    background-color: #F2F2F2;
}

/*========== Dark Color =========*/
.dark-color {
    color: #000;
}

.dark-variant {
    color: #4C4C4C;
}

.dark-light {
    color: #7D7D7D;
}

.bg-dark-color {
    background-color: #000;
}

.bg-dark-variant {
    background-color: #4C4C4C;
}

.bg-dark-light {
    background-color: #7D7D7D;
}

/*========== Gray Color =========*/
.gray-1 {
    color: #828282;
}

.gray-2 {
    color: #BDBDBD;
}

.gray-3 {
    color: #D1D1D1;
}

.gray-4 {
    color: #EFEFEF;
}

.bg-gray-1 {
    background-color: #828282;
}

.bg-gray-2 {
    background-color: #BDBDBD;
}

.bg-gray-3 {
    background-color: #D1D1D1;
}

.bg-gray-4 {
    background-color: #EFEFEF;
}

/*========== Primary Shades Color =========*/
.primary-1 {
    color: #0009D1;
}

.primary-2 {
    color: #001AD8;
}

.primary-3 {
    color: #4529E7;
}

.primary-4 {
    color: #754FF1;
}

.primary-5 {
    color: #9270F3;
}

.primary-6 {
    color: #B39BF6;
}

.primary-7 {
    color: #D2C3F9;
}

.bg-primary-1 {
    background-color: #0009D1;
}

.bg-primary-2 {
    background-color: #001AD8;
}

.bg-primary-3 {
    background-color: #4529E7;
}

.bg-primary-4 {
    background-color: #754FF1;
}

.bg-primary-5 {
    background-color: #9270F3;
}

.bg-primary-6 {
    background-color: #B39BF6;
}

.bg-primary-7 {
    background-color: #D2C3F9;
}

/*========== Primary Color =========*/
.primary-color {
    color: #563289;
}

.primary-variant {
    color: #2A21DE;
}

.primary-light {
    color: #EEE6FD;
}

.bg-primary-color {
    background-color: #563289;
}

.bg-primary-variant {
    background-color: #2A21DE;
}

.bg-primary-light {
    background-color: #EEE6FD;
}

/*========== Secondary 1 Color =========*/
.secondary-1-color {
    color: #E14C7B;
}

.secondary-1-variant {
    color: #B62F5C;
}

.secondary-1-light {
    color: #FAE5EC;
}

.bg-secondary-1-color {
    background-color: #E14C7B;
}

.bg-secondary-1-variant {
    background-color: #B62F5C;
}

.bg-secondary-1-light {
    background-color: #FAE5EC;
}

/*========== Secondary 2 Color =========*/
.secondary-2-color {
    color: #00D4E0;
}

.secondary-2-variant {
    color: #563289;
}

.secondary-2-light {
    color: #DFFAFA;
}

.bg-secondary-2-color {
    background-color: #00D4E0;
}

.bg-secondary-2-variant {
    background-color: #563289;
}

.bg-secondary-2-light {
    background-color: #DFFAFA;
}

/*========== Secondary 3 Color =========*/
.secondary-3-color {
    color: #393D8E;
}

.secondary-3-variant {
    color: #161359;
}

.secondary-3-light {
    color: #E6E7F1;
}

.bg-secondary-3-color {
    background-color: #393D8E;
}

.bg-secondary-3-variant {
    background-color: #161359;
}

.bg-secondary-3-light {
    background-color: #E6E7F1;
}

/*========== Success Color =========*/
.success-color {
    color: #7CB637;
}

.success-variant {
    color: #548E24;
}

.success-light {
    color: #F1F8E8;
}

.bg-success-color {
    background-color: #7CB637;
}

.bg-success-variant {
    background-color: #548E24;
}

.bg-success-light {
    background-color: #F1F8E8;
}

/*========== Info Color =========*/
.info-color {
    color: #00C2FE;
}

.info-variant {
    color: #0097EF;
}

.info-light {
    color: #D8F5FF;
}

.bg-info-color {
    background-color: #00C2FE;
}

.bg-info-variant {
    background-color: #0097EF;
}

.bg-info-light {
    background-color: #D8F5FF;
}

/*========== Caution Color =========*/
.caution-color {
    color: #FFBE27;
}

.caution-variant {
    color: #F97C14;
}

.caution-light {
    color: #FFFDE6;
}

.bg-caution-color {
    background-color: #FFBE27;
}

.bg-caution-variant {
    background-color: #F97C14;
}

.bg-caution-light {
    background-color: #F1F8E8;
}

/*========== Error Color =========*/
.error-color {
    color: #FF4B22;
}

.error-variant {
    color: #CA2D0E;
}

.error-light {
    color: #FBE8E7;
}

.bg-error-color {
    background-color: #FF4B22;
}

.bg-error-variant {
    background-color: #CA2D0E;
}

.bg-error-light {
    background-color: #FBE8E7;
}

/*========== Primary Gradients Color =========*/
.primary-gradient-1 {
    background: linear-gradient(#563289 0%, #2A21DE 100%);
    background: linear-gradient(#563289 0%, #2A21DE 100%);
}

.primary-gradient-2 {
    background: linear-gradient(#563289 0%, #EEE6FD 100%);
}

.primary-gradient-3 {
    background: linear-gradient(#563289 0%, #E14C7B 100%);
}

.primary-gradient-4 {
    background: linear-gradient(#563289 0%, #00D4E0 100%);
}

.primary-gradient-5 {
    background: linear-gradient(#563289 0%, #00C2FE 100%);
}

.primary-gradient-6 {
    background: linear-gradient(#563289 0%, #9270F3 100%);
}

.primary-gradient-7 {
    background: linear-gradient(#563289 0%, #4C4C4C 100%);
}

/*========== Secondary Gradients Color =========*/
.secondary-gradient-1 {
    background: linear-gradient(#E14C7B 0%, #B62F5C 100%);
}

.secondary-gradient-2 {
    background: linear-gradient(#E14C7B 0%, #FAE5EC 100%);
}

.secondary-gradient-3 {
    background: linear-gradient(#E14C7B 0%, #00D4E0 100%);
}

.secondary-gradient-4 {
    background: linear-gradient(#E14C7B 0%, #393D8E 100%);
}

.secondary-gradient-5 {
    background: linear-gradient(#E14C7B 0%, #00C2FE 100%);
}

.secondary-gradient-6 {
    background: linear-gradient(#E14C7B 0%, #F97C14 100%);
}

.secondary-gradient-7 {
    background: linear-gradient(#E14C7B 0%, #4C4C4C 100%);
}

/*========== Accent Gradients Color =========*/
.accent-gradient-1 {
    background: linear-gradient(#00D4E0 0%, #563289 100%);
}

.accent-gradient-2 {
    background: linear-gradient(#00D4E0 0%, #DFFAFA 100%);
}

.accent-gradient-3 {
    background: linear-gradient(#00D4E0 0%, #393D8E 100%);
}

.accent-gradient-4 {
    background: linear-gradient(#00D4E0 0%, #00C2FE 100%);
}

.accent-gradient-5 {
    background: linear-gradient(#00D4E0 0%, #F97C14 100%);
}

.accent-gradient-6 {
    background: linear-gradient(#00D4E0 0%, #FF4B22 100%);
}

.accent-gradient-7 {
    background: linear-gradient(#00D4E0 0%, #4C4C4C 100%);
}

/*========== Success Gradients Color =========*/
.success-gradient-1 {
    background: linear-gradient(#7CB637 0%, #548E24 100%);
}

.success-gradient-2 {
    background: linear-gradient(#7CB637 0%, #F1F8E8 100%);
}

.success-gradient-3 {
    background: linear-gradient(#7CB637 0%, #000 100%);
}

/*========== Info Gradients Color =========*/
.info-gradient-1 {
    background: linear-gradient(#00C2FE 0%, #0097EF 100%);
}

.info-gradient-2 {
    background: linear-gradient(#00C2FE 0%, #D8F5FF 100%);
}

.info-gradient-3 {
    background: linear-gradient(#00C2FE 0%, #000 100%);
}

/*========== Caution Gradients Color =========*/
.caution-gradient-1 {
    background: linear-gradient(#FFBE27 0%, #F97C14 100%);
}

.caution-gradient-2 {
    background: linear-gradient(#FFBE27 0%, #FFFDE6 100%);
}

.caution-gradient-3 {
    background: linear-gradient(#FFBE27 0%, #000 100%);
}

/*========== Error Gradients Color =========*/
.error-gradient-1 {
    background: linear-gradient(#FF4B22 0%, #CA2D0E 100%);
}

.error-gradient-2 {
    background: linear-gradient(#FF4B22 0%, #FBE8E7 100%);
}

.error-gradient-3 {
    background: linear-gradient(#FF4B22 0%, #000 100%);
}

/*==========  Color Page Style =========*/
.color-plat-wrapper {
    border-radius: 10%;
}

    .color-plat-wrapper .color-plat-1 {
        margin-top: 25px;
    }

        .color-plat-wrapper .color-plat-1 .color-plat-box {
            width: 56px;
            height: 56px;
            border-radius: 10px;
        }

@media (max-width: 767px) {
    .color-plat-wrapper .color-plat-1 .color-plat-box {
        width: 32px;
        height: 32px;
        border-radius: 4px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .color-plat-wrapper .color-plat-1 .color-plat-box {
        width: 56px;
        height: 56px;
        border-radius: 10px;
    }
}

.color-plat-wrapper .color-plat-1 .color-plat-name {
    padding-left: 20px;
}

@media (max-width: 767px) {
    .color-plat-wrapper .color-plat-1 .color-plat-name {
        padding-left: 10px;
    }
}

.color-plat-text {
    padding: 5px 30px 15px;
    border-radius: 10px;
    margin-top: 30px;
}

    .color-plat-text p {
        font-weight: 700;
        padding-top: 10px;
    }

    .color-plat-text .white-100 {
        color: #fff;
    }

    .color-plat-text .white-74 {
        color: rgba(255, 255, 255, 0.74);
    }

    .color-plat-text .white-60 {
        color: rgba(255, 255, 255, 0.6);
    }

    .color-plat-text .white-30 {
        color: rgba(255, 255, 255, 0.3);
    }

    .color-plat-text .black-100 {
        color: #000;
    }

    .color-plat-text .black-74 {
        color: rgba(0, 0, 0, 0.74);
    }

    .color-plat-text .black-60 {
        color: rgba(0, 0, 0, 0.6);
    }

    .color-plat-text .black-30 {
        color: rgba(0, 0, 0, 0.3);
    }

.white-plate {
    background-color: #563289;
    padding: 5px;
}

.gradients-wrapper {
    margin-left: -15px;
    margin-right: -15px;
}

    .gradients-wrapper .gradients-col {
        width: 14.28%;
        padding-left: 15px;
        padding-right: 15px;
    }

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .gradients-wrapper .gradients-col {
        width: 20%;
    }
}

@media (max-width: 767px) {
    .gradients-wrapper .gradients-col {
        width: 50%;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .gradients-wrapper .gradients-col {
        width: 33.33%;
    }
}

.single-gradient {
    border-radius: 8px;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.25);
}

    .single-gradient .gradients-box {
        width: 100%;
        height: 76px;
        border-radius: 8px;
    }

    .single-gradient .gradients-name {
        padding: 15px 20px;
    }

        .single-gradient .gradients-name .color-hex {
            width: 100%;
            height: 8px;
            border-radius: 5px;
            position: relative;
            margin-top: 10px;
        }

            .single-gradient .gradients-name .color-hex span {
                width: 50%;
                right: 0;
                top: 0;
                height: 100%;
                position: absolute;
                border-radius: 5px;
            }

/*==================================================================
                           04.Typography css
==================================================================*/
/*========== Heading =========*/
.heading-1 {
    font-size: 44px;
    line-height: 55px;
}

.heading-2 {
    font-size: 36px;
    line-height: 45px;
}

.heading-3 {
    font-size: 28px;
    line-height: 35px;
}

.heading-4 {
    font-size: 24px;
    line-height: 30px;
}

.heading-5 {
    font-size: 20px;
    line-height: 28px;
}

.heading-6 {
    font-size: 14px;
    line-height: 18px;
}

/*========== paragraph =========*/
.paragraph-large {
    font-size: 18px;
    line-height: 26px;
}

.paragraph {
    font-size: 16px;
    line-height: 22px;
}

.paragraph-small {
    font-size: 14px;
    line-height: 20px;
}

.paragraph-xsmall {
    font-size: 12px;
    line-height: 16px;
}

/*========== Font Weight =========*/
.display-1 {
    font-size: 88px;
    line-height: 110px;
}

.display-2 {
    font-size: 76px;
    line-height: 95px;
}

.display-3 {
    font-size: 64px;
    line-height: 80px;
}

.display-4 {
    font-size: 52px;
    line-height: 65px;
}

/*========== Font Weight =========*/
.font-weight-300 {
    font-weight: 300;
}

.font-weight-400 {
    font-weight: 400;
}

.font-weight-500 {
    font-weight: 500;
}

.font-weight-700 {
    font-weight: 700;
}

/*=====  Typography Style =====*/
/*==================================================================
                           05. Buttons css
==================================================================*/
/*===== All Button Common Style =====*/
.main-btn {
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    border: 0;
    padding: 0 16px;
    font-size: 16px;
    font-weight: 500;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    z-index: 5;
    transition: all 0.4s linear;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    background-color: transparent;
}

@media (max-width: 767px) {
    .main-btn {
        padding: 0 14px;
        font-size: 14px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .main-btn {
        padding: 0 16px;
        font-size: 16px;
    }
}

.main-btn i {
    margin: 0 3px;
    font-size: 22px;
    line-height: 1;
    position: relative;
    top: 2px;
}

.main-btn img {
    margin: 0 5px 0 2px;
    width: 22px;
}

.main-btn::before {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    padding: 50%;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.15);
    z-index: -1;
    color: #fff;
    transform: translate3d(-50%, -50%, 0) scale(0);
    transition: all 0.4s linear;
}

.icon-btn {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    font-size: 24px;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    border: 0;
    cursor: pointer;
    z-index: 5;
    transition: all 0.4s linear;
    position: relative;
    overflow: hidden;
}

    .icon-btn img {
        width: 22px;
    }

    .icon-btn::before {
        position: absolute;
        content: '';
        top: 50%;
        left: 50%;
        width: 0;
        height: 0;
        padding: 50%;
        border-radius: 50%;
        background-color: rgba(0, 0, 0, 0.15);
        z-index: -1;
        color: #fff;
        transform: translate3d(-50%, -50%, 0) scale(0);
        transition: all 0.4s linear;
    }

.btn-group > .main-btn:not(:last-child):not(.toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.btn-group > .main-btn:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    margin-left: -1px;
}

.btn-group.group-2 > .main-btn:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.btn-group.group-2 > .main-btn:not(:first-child):not(.toggle) {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

/*===== Button Shadow Style =====*/
.btn-shadow {
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.32);
}

/*===== Primary Button Style =====*/
.primary-icon,
.primary-btn {
    background-color: #563289;
    color: #fff;
}

    .primary-icon:hover,
    .primary-btn:hover {
        color: #fff;
    }

        .primary-icon:hover::before,
        .primary-btn:hover::before {
            transform: translate3d(-50%, -50%, 0) scale(1.5);
        }

.primary-icon-border,
.primary-btn-border {
    border: 1px solid #563289;
    color: #563289;
    line-height: 38px;
}

    .primary-icon-border:hover,
    .primary-btn-border:hover {
        box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.32);
        color: #563289;
    }

.primary-icon-text,
.primary-btn-text {
    color: #563289;
}

    .primary-icon-text:hover,
    .primary-btn-text:hover {
        color: #563289;
    }

/*===== Secondary 1 Button Style =====*/
.secondary-1-icon,
.secondary-1-btn {
    background-color: #E14C7B;
    color: #fff;
}

    .secondary-1-icon:hover,
    .secondary-1-btn:hover {
        color: #fff;
    }

        .secondary-1-icon:hover::before,
        .secondary-1-btn:hover::before {
            transform: translate3d(-50%, -50%, 0) scale(1.5);
        }

.secondary-1-icon-border,
.secondary-1-btn-border {
    border: 1px solid #E14C7B;
    color: #E14C7B;
    line-height: 38px;
}

    .secondary-1-icon-border:hover,
    .secondary-1-btn-border:hover {
        box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.32);
        color: #E14C7B;
    }

.secondary-1-icon-text,
.secondary-1-btn-text {
    color: #E14C7B;
}

    .secondary-1-icon-text:hover,
    .secondary-1-btn-text:hover {
        color: #E14C7B;
    }

/*===== Secondary 2 Button Style =====*/
.secondary-2-icon,
.secondary-2-btn {
    background-color: #00D4E0;
    color: #fff;
}

    .secondary-2-icon:hover,
    .secondary-2-btn:hover {
        color: #fff;
    }

        .secondary-2-icon:hover::before,
        .secondary-2-btn:hover::before {
            transform: translate3d(-50%, -50%, 0) scale(1.5);
        }

.secondary-2-icon-border,
.secondary-2-btn-border {
    border: 1px solid #00D4E0;
    color: #00D4E0;
}

    .secondary-2-icon-border:hover,
    .secondary-2-btn-border:hover {
        box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.32);
        color: #00D4E0;
    }

.secondary-2-icon-text,
.secondary-2-btn-text {
    color: #00D4E0;
}

    .secondary-2-icon-text:hover,
    .secondary-2-btn-text:hover {
        color: #00D4E0;
    }

/*===== Secondary 3 Button Style =====*/
.secondary-3-icon,
.secondary-3-btn {
    background-color: #393D8E;
    color: #fff;
}

    .secondary-3-icon:hover,
    .secondary-3-btn:hover {
        color: #fff;
    }

        .secondary-3-icon:hover::before,
        .secondary-3-btn:hover::before {
            transform: translate3d(-50%, -50%, 0) scale(1.5);
        }

.secondary-3-icon-border,
.secondary-3-btn-border {
    border: 1px solid #393D8E;
    color: #393D8E;
}

    .secondary-3-icon-border:hover,
    .secondary-3-btn-border:hover {
        box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.32);
        color: #393D8E;
    }

.secondary-3-icon-text,
.secondary-3-btn-text {
    color: #393D8E;
}

    .secondary-3-icon-text:hover,
    .secondary-3-btn-text:hover {
        color: #393D8E;
    }

/*===== Success Button Style =====*/
.success-icon,
.success-btn {
    background-color: #7CB637;
    color: #fff;
}

    .success-icon:hover,
    .success-btn:hover {
        color: #fff;
    }

        .success-icon:hover::before,
        .success-btn:hover::before {
            transform: translate3d(-50%, -50%, 0) scale(1.5);
        }

.success-icon-border,
.success-btn-border {
    border: 1px solid #7CB637;
    color: #7CB637;
}

    .success-icon-border:hover,
    .success-btn-border:hover {
        box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.32);
        color: #7CB637;
    }

.success-icon-text,
.success-btn-text {
    color: #7CB637;
}

    .success-icon-text:hover,
    .success-btn-text:hover {
        color: #7CB637;
    }

/*===== Info Button Style =====*/
.info-icon,
.info-btn {
    background-color: #00C2FE;
    color: #fff;
}

    .info-icon:hover,
    .info-btn:hover {
        color: #fff;
    }

        .info-icon:hover::before,
        .info-btn:hover::before {
            transform: translate3d(-50%, -50%, 0) scale(1.5);
        }

.info-icon-border,
.info-btn-border {
    border: 1px solid #00C2FE;
    color: #00C2FE;
}

    .info-icon-border:hover,
    .info-btn-border:hover {
        box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.32);
        color: #00C2FE;
    }

.info-icon-text,
.info-btn-text {
    color: #00C2FE;
}

    .info-icon-text:hover,
    .info-btn-text:hover {
        color: #00C2FE;
    }

/*===== Caution Button Style =====*/
.caution-icon,
.caution-btn {
    background-color: #FFBE27;
    color: #fff;
}

    .caution-icon:hover,
    .caution-btn:hover {
        color: #fff;
    }

        .caution-icon:hover::before,
        .caution-btn:hover::before {
            transform: translate3d(-50%, -50%, 0) scale(1.5);
        }

.caution-icon-border,
.caution-btn-border {
    border: 1px solid #FFBE27;
    color: #FFBE27;
}

    .caution-icon-border:hover,
    .caution-btn-border:hover {
        box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.32);
        color: #FFBE27;
    }

.caution-icon-text,
.caution-btn-text {
    color: #FFBE27;
}

    .caution-icon-text:hover,
    .caution-btn-text:hover {
        color: #FFBE27;
    }

/*===== Error Button Style =====*/
.error-icon,
.error-btn {
    background-color: #FF4B22;
    color: #fff;
}

    .error-icon:hover,
    .error-btn:hover {
        color: #fff;
    }

        .error-icon:hover::before,
        .error-btn:hover::before {
            transform: translate3d(-50%, -50%, 0) scale(1.5);
        }

.error-icon-border,
.error-btn-border {
    border: 1px solid #FF4B22;
    color: #FF4B22;
}

    .error-icon-border:hover,
    .error-btn-border:hover {
        box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.32);
        color: #FF4B22;
    }

.error-icon-text,
.error-btn-text {
    color: #FF4B22;
}

    .error-icon-text:hover,
    .error-btn-text:hover {
        color: #FF4B22;
    }

/*===== Gray Button Style =====*/
.gray-icon,
.gray-btn {
    background-color: #D1D1D1;
    color: #7D7D7D;
}

    .gray-icon:hover,
    .gray-btn:hover {
        color: #7D7D7D;
    }

        .gray-icon:hover::before,
        .gray-btn:hover::before {
            transform: translate3d(-50%, -50%, 0) scale(1.5);
        }

.gray-icon-border,
.gray-btn-border {
    border: 1px solid #7D7D7D;
    color: #7D7D7D;
}

    .gray-icon-border:hover,
    .gray-btn-border:hover {
        box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.32);
        color: #7D7D7D;
    }

.gray-icon-text,
.gray-btn-text {
    color: #7D7D7D;
}

    .gray-icon-text:hover,
    .gray-btn-text:hover {
        color: #7D7D7D;
    }

/*===== White Button Style =====*/
.white-icon,
.white-btn {
    background-color: #fff;
    color: #563289;
}

    .white-icon:hover,
    .white-btn:hover {
        color: #fff;
    }

        .white-icon:hover::before,
        .white-btn:hover::before {
            transform: translate3d(-50%, -50%, 0) scale(1.5);
        }

.white-icon-border,
.white-btn-border {
    border: 1px solid #fff;
    color: #fff;
}

    .white-icon-border:hover,
    .white-btn-border:hover {
        box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.32);
        color: #fff;
    }

.white-icon-text,
.white-btn-text {
    color: #fff;
}

    .white-icon-text:hover,
    .white-btn-text:hover {
        color: #fff;
    }

/*=====  Icon Text Style =====*/
.icon-text-wrapper .icon-text-list {
    padding-top: 15px;
}

    .icon-text-wrapper .icon-text-list li {
        display: inline-block;
    }

        .icon-text-wrapper .icon-text-list li + li {
            margin-left: 15px;
            margin-top: 15px;
        }

.icon-text {
    height: 20px;
    line-height: 20px;
    padding: 0 8px;
    border-radius: 18px;
    font-weight: 500;
    font-size: 12px;
}

    .icon-text.text-style-1 {
        background-color: #E14C7B;
        color: #fff;
    }

    .icon-text.text-style-2 {
        background-color: #B62F5C;
        color: #fff;
        box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.25);
    }

    .icon-text.text-style-3 {
        color: #E14C7B;
        border: 1px solid #E14C7B;
        line-height: 18px;
    }

    .icon-text.text-style-4 {
        background-color: #fff;
        color: #E14C7B;
        box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.25);
    }

    .icon-text.text-style-5 {
        color: #00D4E0;
        border: 1px solid #E14C7B;
        line-height: 18px;
    }

    .icon-text.text-style-6 {
        background-color: #fff;
        color: #00D4E0;
        box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.25);
    }

    .icon-text.text-style-7 {
        color: #7CB637;
        border: 1px solid #E14C7B;
        line-height: 18px;
    }

    .icon-text.text-style-8 {
        background-color: #fff;
        color: #7CB637;
        box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.25);
    }

/*=====  Icon Text Button Style =====*/
.icon-text-btn {
    position: relative;
    overflow: visible;
}

    .icon-text-btn .main-btn {
        text-transform: capitalize;
    }

    .icon-text-btn .icon-text {
        position: absolute;
        top: -7px;
        right: -8px;
        z-index: 5;
    }

/*=====  Product Quantity Style =====*/
.product-quantity {
    overflow: hidden;
    border-radius: 4px;
}

    .product-quantity button {
        width: 40px;
        height: 40px;
        padding: 0;
        font-size: 24px;
        border: 0;
        background-color: transparent;
        transition: all 0.4s linear;
    }

    .product-quantity input {
        width: 55px;
        height: 40px;
        border: 0;
        padding: 0 10px;
        text-align: center;
        font-weight: 700;
        background-color: transparent;
    }

    .product-quantity.quantity-1 {
        background-color: #563289;
    }

        .product-quantity.quantity-1 button {
            color: rgba(255, 255, 255, 0.8);
        }

            .product-quantity.quantity-1 button:hover {
                color: #fff;
            }

        .product-quantity.quantity-1 input {
            color: #fff;
        }

    .product-quantity.quantity-2 {
        background-color: #fff;
        border: 1px solid #EFEFEF;
    }

        .product-quantity.quantity-2 button {
            color: rgba(0, 0, 0, 0.8);
        }

            .product-quantity.quantity-2 button:hover {
                color: #563289;
            }

        .product-quantity.quantity-2 input {
            color: #000;
        }

/*=====  Button Page Style =====*/
.buttons-list {
    margin-left: -15px;
    margin-right: -15px;
    display: inline-block;
}

    .buttons-list > li {
        padding-left: 14px;
        padding-right: 14px;
        display: inline-block;
        margin-top: 30px;
    }

.white-buttons .buttons-list {
    margin-left: 5px;
}

    .white-buttons .buttons-list > li {
        background-color: #563289;
        padding-top: 10px;
        padding-bottom: 10px;
        margin-right: -4px;
    }

/*==================================================================
                           06.Dropdown css
==================================================================*/
/*=====  All Dropdown  Style =====*/
.dropdown .main-btn {
    text-transform: capitalize;
    text-align: left;
}

    .dropdown .main-btn::before {
        display: none;
    }

    .dropdown .main-btn i {
        float: right;
        line-height: 35px;
        font-size: 24px;
        margin: 0;
    }

    .dropdown .main-btn.toggle {
        width: 40px;
        padding: 0;
    }

        .dropdown .main-btn.toggle i {
            float: none;
            left: 7px;
        }

    .dropdown .main-btn.white-btn:hover {
        color: #563289;
    }

.dropdown .dropdown-menu {
    min-width: inherit;
    width: 256px;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.32);
    border: 0;
    border-radius: 4px;
    padding: 0;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

    .dropdown .dropdown-menu li {
        position: relative;
    }

        .dropdown .dropdown-menu li a {
            font-weight: 500;
            font-size: 16px;
            padding: 10px 16px;
            display: block;
            transition: all 0.4s linear;
        }

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .dropdown .dropdown-menu li a {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .dropdown .dropdown-menu li a {
        font-size: 14px;
    }
}

.dropdown .dropdown-menu li a i {
    float: right;
    font-size: 24px;
    line-height: 1;
    transition: all 0.4s linear;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .dropdown .dropdown-menu li a i {
        display: none;
    }
}

@media (max-width: 767px) {
    .dropdown .dropdown-menu li a i {
        display: none;
    }
}

.dropdown .dropdown-menu li a .sub-nav-toggler {
    display: none;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .dropdown .dropdown-menu li a .sub-nav-toggler {
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        background: none;
        font-size: 16px;
        border: 0;
        width: 41px;
        height: 41px;
    }
}

@media (max-width: 767px) {
    .dropdown .dropdown-menu li a .sub-nav-toggler {
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        background: none;
        font-size: 16px;
        border: 0;
        width: 41px;
        height: 41px;
    }
}

.dropdown .dropdown-menu li a .sub-nav-toggler span {
    width: 8px;
    height: 8px;
    border-left: 1px solid;
    border-bottom: 1px solid;
    transform: rotate(-45deg);
    position: relative;
    top: -5px;
}

.dropdown .dropdown-menu li:first-child a {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.dropdown .dropdown-menu li:last-child a {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.dropdown .dropdown-menu li .sub-menu {
    position: absolute;
    top: 0;
    left: 100%;
    width: 256px;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.32);
    border: 0;
    border-radius: 4px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s linear;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .dropdown .dropdown-menu li .sub-menu {
        position: relative;
        width: 100%;
        top: 0;
        left: 0;
        display: none;
        opacity: 1;
        visibility: visible;
        box-shadow: none;
        transition: all 0s linear;
        padding-left: 15px;
    }
}

@media (max-width: 767px) {
    .dropdown .dropdown-menu li .sub-menu {
        position: relative;
        width: 100%;
        top: 0;
        left: 0;
        display: none;
        opacity: 1;
        visibility: visible;
        box-shadow: none;
        transition: all 0s linear;
        padding-left: 15px;
    }
}

.dropdown .dropdown-menu li:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
}

.dropdown.dropdown-white .dropdown-menu {
    background-color: #fff;
}

    .dropdown.dropdown-white .dropdown-menu li {
        position: relative;
    }

        .dropdown.dropdown-white .dropdown-menu li a {
            color: #000;
        }

            .dropdown.dropdown-white .dropdown-menu li a i {
                color: #563289;
            }

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .dropdown.dropdown-white .dropdown-menu li a .sub-nav-toggler {
        color: #000;
    }
}

@media (max-width: 767px) {
    .dropdown.dropdown-white .dropdown-menu li a .sub-nav-toggler {
        color: #000;
    }
}

.dropdown.dropdown-white .dropdown-menu li a .sub-nav-toggler span {
    border-color: #000;
}

.dropdown.dropdown-white .dropdown-menu li:hover > a {
    background-color: #563289;
    color: #fff;
}

    .dropdown.dropdown-white .dropdown-menu li:hover > a i {
        color: #fff;
    }

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .dropdown.dropdown-white .dropdown-menu li:hover > a .sub-nav-toggler {
        color: #fff;
    }
}

@media (max-width: 767px) {
    .dropdown.dropdown-white .dropdown-menu li:hover > a .sub-nav-toggler {
        color: #fff;
    }
}

.dropdown.dropdown-white .dropdown-menu li:hover > a .sub-nav-toggler span {
    border-color: #fff;
}

.dropdown.dropdown-white .dropdown-menu li .sub-menu {
    background-color: #fff;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .dropdown.dropdown-white .dropdown-menu li .sub-menu {
        background-color: #FAFAFA;
    }
}

@media (max-width: 767px) {
    .dropdown.dropdown-white .dropdown-menu li .sub-menu {
        background-color: #FAFAFA;
    }
}

.dropdown.dropdown-primary .dropdown-menu {
    background-color: #563289;
}

    .dropdown.dropdown-primary .dropdown-menu li {
        position: relative;
    }

        .dropdown.dropdown-primary .dropdown-menu li a {
            color: #fff;
        }

            .dropdown.dropdown-primary .dropdown-menu li a i {
                color: #fff;
            }

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .dropdown.dropdown-primary .dropdown-menu li a .sub-nav-toggler {
        color: #fff;
    }
}

@media (max-width: 767px) {
    .dropdown.dropdown-primary .dropdown-menu li a .sub-nav-toggler {
        color: #fff;
    }
}

.dropdown.dropdown-primary .dropdown-menu li a .sub-nav-toggler span {
    border-color: #fff;
}

.dropdown.dropdown-primary .dropdown-menu li:hover > a {
    background-color: #2A21DE;
    color: #fff;
}

    .dropdown.dropdown-primary .dropdown-menu li:hover > a i {
        color: #fff;
    }

.dropdown.dropdown-primary .dropdown-menu li .sub-menu {
    background-color: #563289;
}

/*=====  Dropdown Page  Style =====*/
.dropdown-white-wrapper {
    background-color: #563289;
    padding: 10px;
    padding-top: 1px;
    margin-top: 30px;
}

.dropdown-list .list-items {
    display: inline-block;
    margin-top: 15px;
}

    .dropdown-list .list-items + .list-items {
        margin-left: 20px;
    }

/*==================================================================
                         07.Alert & Message css
==================================================================*/
/*===== All Alert Style =====*/
.alert {
    padding: 14px 16px;
    padding-right: 40px;
    margin-bottom: 0;
    font-size: 16px;
}

@media (max-width: 767px) {
    .alert {
        font-size: 14px;
        padding: 10px 12px;
        padding-right: 40px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .alert {
        font-size: 16px;
        padding: 14px 16px;
        padding-right: 40px;
    }
}

.alert.alert-dismissible .btn-close {
    padding: 9px 14px;
    font-size: 24px;
    background: none;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s linear;
}

@media (max-width: 767px) {
    .alert.alert-dismissible .btn-close {
        font-size: 20px;
        padding: 6px 12px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .alert.alert-dismissible .btn-close {
        font-size: 24px;
        padding: 9px 14px;
    }
}

.alert figure {
    margin-bottom: 0;
}

    .alert figure i {
        font-size: 24px;
        line-height: 24px;
    }

@media (max-width: 767px) {
    .alert figure i {
        font-size: 20px;
        line-height: 20px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .alert figure i {
        font-size: 24px;
        line-height: 24px;
    }
}

.alert figure figcaption {
    padding-left: 10px;
}

    .alert figure figcaption p {
        margin-top: 8px;
    }

@media (max-width: 767px) {
    .alert figure figcaption p {
        font-size: 14px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .alert figure figcaption p {
        font-size: 16px;
    }
}

/*=====  Alert Primary Style =====*/
.alert-primary-light {
    background-color: #EEE6FD;
    color: #563289;
}

    .alert-primary-light.alert-dismissible .btn-close {
        color: rgba(0, 0, 0, 0.8);
    }

        .alert-primary-light.alert-dismissible .btn-close:hover {
            color: rgba(0, 0, 0, 0.8);
        }

    .alert-primary-light figure figcaption p {
        color: #000;
    }

.alert-primary-variant {
    background-color: #EEE6FD;
    color: #2A21DE;
    font-weight: 500;
}

    .alert-primary-variant.alert-dismissible .btn-close {
        color: rgba(0, 0, 0, 0.8);
    }

        .alert-primary-variant.alert-dismissible .btn-close:hover {
            color: rgba(0, 0, 0, 0.8);
        }

    .alert-primary-variant figure figcaption p {
        color: #000;
    }

.alert-primary-bg {
    background-color: #563289;
    color: #fff;
}

    .alert-primary-bg.alert-dismissible .btn-close {
        color: rgba(255, 255, 255, 0.8);
    }

        .alert-primary-bg.alert-dismissible .btn-close:hover {
            color: rgba(255, 255, 255, 0.8);
        }

    .alert-primary-bg figure figcaption p {
        color: #fff;
    }

.alert-primary-variant-bg {
    background-color: #2A21DE;
    color: #fff;
    font-weight: 500;
}

    .alert-primary-variant-bg.alert-dismissible .btn-close {
        color: rgba(255, 255, 255, 0.8);
    }

        .alert-primary-variant-bg.alert-dismissible .btn-close:hover {
            color: rgba(255, 255, 255, 0.8);
        }

    .alert-primary-variant-bg figure figcaption p {
        color: #fff;
    }

/*=====  Alert Secondary 1 Style =====*/
.alert-secondary-1-light {
    background-color: #FAE5EC;
    color: #E14C7B;
}

    .alert-secondary-1-light.alert-dismissible .btn-close {
        color: rgba(0, 0, 0, 0.8);
    }

        .alert-secondary-1-light.alert-dismissible .btn-close:hover {
            color: rgba(0, 0, 0, 0.8);
        }

    .alert-secondary-1-light figure figcaption p {
        color: #000;
    }

.alert-secondary-1-variant {
    background-color: #FAE5EC;
    color: #B62F5C;
    font-weight: 500;
}

    .alert-secondary-1-variant.alert-dismissible .btn-close {
        color: rgba(0, 0, 0, 0.8);
    }

        .alert-secondary-1-variant.alert-dismissible .btn-close:hover {
            color: rgba(0, 0, 0, 0.8);
        }

    .alert-secondary-1-variant figure figcaption p {
        color: #000;
    }

.alert-secondary-1-bg {
    background-color: #E14C7B;
    color: #fff;
}

    .alert-secondary-1-bg.alert-dismissible .btn-close {
        color: rgba(255, 255, 255, 0.8);
    }

        .alert-secondary-1-bg.alert-dismissible .btn-close:hover {
            color: rgba(255, 255, 255, 0.8);
        }

    .alert-secondary-1-bg figure figcaption p {
        color: #fff;
    }

.alert-secondary-1-variant-bg {
    background-color: #B62F5C;
    color: #fff;
    font-weight: 500;
}

    .alert-secondary-1-variant-bg.alert-dismissible .btn-close {
        color: rgba(255, 255, 255, 0.8);
    }

        .alert-secondary-1-variant-bg.alert-dismissible .btn-close:hover {
            color: rgba(255, 255, 255, 0.8);
        }

    .alert-secondary-1-variant-bg figure figcaption p {
        color: #fff;
    }

/*=====  Alert Success Style =====*/
.alert-success-light {
    background-color: #F1F8E8;
    color: #7CB637;
}

    .alert-success-light.alert-dismissible .btn-close {
        color: rgba(0, 0, 0, 0.8);
    }

        .alert-success-light.alert-dismissible .btn-close:hover {
            color: rgba(0, 0, 0, 0.8);
        }

    .alert-success-light figure figcaption p {
        color: #000;
    }

.alert-success-variant {
    background-color: #F1F8E8;
    color: #548E24;
    font-weight: 500;
}

    .alert-success-variant.alert-dismissible .btn-close {
        color: rgba(0, 0, 0, 0.8);
    }

        .alert-success-variant.alert-dismissible .btn-close:hover {
            color: rgba(0, 0, 0, 0.8);
        }

    .alert-success-variant figure figcaption p {
        color: #000;
    }

.alert-success-bg {
    background-color: #7CB637;
    color: #fff;
}

    .alert-success-bg.alert-dismissible .btn-close {
        color: rgba(255, 255, 255, 0.8);
    }

        .alert-success-bg.alert-dismissible .btn-close:hover {
            color: rgba(255, 255, 255, 0.8);
        }

    .alert-success-bg figure figcaption p {
        color: #fff;
    }

.alert-success-variant-bg {
    background-color: #548E24;
    color: #fff;
    font-weight: 500;
}

    .alert-success-variant-bg.alert-dismissible .btn-close {
        color: rgba(255, 255, 255, 0.8);
    }

        .alert-success-variant-bg.alert-dismissible .btn-close:hover {
            color: rgba(255, 255, 255, 0.8);
        }

    .alert-success-variant-bg figure figcaption p {
        color: #fff;
    }

/*=====  Alert Info Style =====*/
.alert-info-light {
    background-color: #D8F5FF;
    color: #00C2FE;
}

    .alert-info-light.alert-dismissible .btn-close {
        color: rgba(0, 0, 0, 0.8);
    }

        .alert-info-light.alert-dismissible .btn-close:hover {
            color: rgba(0, 0, 0, 0.8);
        }

    .alert-info-light figure figcaption p {
        color: #000;
    }

.alert-info-variant {
    background-color: #D8F5FF;
    color: #0097EF;
    font-weight: 500;
}

    .alert-info-variant.alert-dismissible .btn-close {
        color: rgba(0, 0, 0, 0.8);
    }

        .alert-info-variant.alert-dismissible .btn-close:hover {
            color: rgba(0, 0, 0, 0.8);
        }

    .alert-info-variant figure figcaption p {
        color: #000;
    }

.alert-info-bg {
    background-color: #00C2FE;
    color: #fff;
}

    .alert-info-bg.alert-dismissible .btn-close {
        color: rgba(255, 255, 255, 0.8);
    }

        .alert-info-bg.alert-dismissible .btn-close:hover {
            color: rgba(255, 255, 255, 0.8);
        }

    .alert-info-bg figure figcaption p {
        color: #fff;
    }

.alert-info-variant-bg {
    background-color: #0097EF;
    color: #fff;
    font-weight: 500;
}

    .alert-info-variant-bg.alert-dismissible .btn-close {
        color: rgba(255, 255, 255, 0.8);
    }

        .alert-info-variant-bg.alert-dismissible .btn-close:hover {
            color: rgba(255, 255, 255, 0.8);
        }

    .alert-info-variant-bg figure figcaption p {
        color: #fff;
    }

/*=====  Alert Caution Style =====*/
.alert-caution-light {
    background-color: #FFFDE6;
    color: #FFBE27;
}

    .alert-caution-light.alert-dismissible .btn-close {
        color: rgba(0, 0, 0, 0.8);
    }

        .alert-caution-light.alert-dismissible .btn-close:hover {
            color: rgba(0, 0, 0, 0.8);
        }

    .alert-caution-light figure figcaption p {
        color: #000;
    }

.alert-caution-variant {
    background-color: #FFFDE6;
    color: #F97C14;
    font-weight: 500;
}

    .alert-caution-variant.alert-dismissible .btn-close {
        color: rgba(0, 0, 0, 0.8);
    }

        .alert-caution-variant.alert-dismissible .btn-close:hover {
            color: rgba(0, 0, 0, 0.8);
        }

    .alert-caution-variant figure figcaption p {
        color: #000;
    }

.alert-caution-bg {
    background-color: #FFBE27;
    color: #fff;
}

    .alert-caution-bg.alert-dismissible .btn-close {
        color: rgba(255, 255, 255, 0.8);
    }

        .alert-caution-bg.alert-dismissible .btn-close:hover {
            color: rgba(255, 255, 255, 0.8);
        }

    .alert-caution-bg figure figcaption p {
        color: #fff;
    }

.alert-caution-variant-bg {
    background-color: #F97C14;
    color: #fff;
    font-weight: 500;
}

    .alert-caution-variant-bg.alert-dismissible .btn-close {
        color: rgba(255, 255, 255, 0.8);
    }

        .alert-caution-variant-bg.alert-dismissible .btn-close:hover {
            color: rgba(255, 255, 255, 0.8);
        }

    .alert-caution-variant-bg figure figcaption p {
        color: #fff;
    }

/*=====  Alert Error Style =====*/
.alert-error-light {
    background-color: #FBE8E7;
    color: #FF4B22;
}

    .alert-error-light.alert-dismissible .btn-close {
        color: rgba(0, 0, 0, 0.8);
    }

        .alert-error-light.alert-dismissible .btn-close:hover {
            color: rgba(0, 0, 0, 0.8);
        }

    .alert-error-light figure figcaption p {
        color: #000;
    }

.alert-error-variant {
    background-color: #FBE8E7;
    color: #CA2D0E;
    font-weight: 500;
}

    .alert-error-variant.alert-dismissible .btn-close {
        color: rgba(0, 0, 0, 0.8);
    }

        .alert-error-variant.alert-dismissible .btn-close:hover {
            color: rgba(0, 0, 0, 0.8);
        }

    .alert-error-variant figure figcaption p {
        color: #000;
    }

.alert-error-bg {
    background-color: #FF4B22;
    color: #fff;
}

    .alert-error-bg.alert-dismissible .btn-close {
        color: rgba(255, 255, 255, 0.8);
    }

        .alert-error-bg.alert-dismissible .btn-close:hover {
            color: rgba(255, 255, 255, 0.8);
        }

    .alert-error-bg figure figcaption p {
        color: #fff;
    }

.alert-error-variant-bg {
    background-color: #CA2D0E;
    color: #fff;
    font-weight: 500;
}

    .alert-error-variant-bg.alert-dismissible .btn-close {
        color: rgba(255, 255, 255, 0.8);
    }

        .alert-error-variant-bg.alert-dismissible .btn-close:hover {
            color: rgba(255, 255, 255, 0.8);
        }

    .alert-error-variant-bg figure figcaption p {
        color: #fff;
    }

/*=====   Alert & Message Page Style =====*/
.single-alert {
    padding-top: 35px;
}

.alert-list {
    padding-top: 15px;
}

    .alert-list li + li {
        margin-top: 15px;
    }

/*==================================================================
                         08. Form Elements css
==================================================================*/
/*===== All checkbox Style =====*/
.single-checkbox {
    margin-top: 16px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

    .single-checkbox input[type="checkbox"] {
        display: none;
    }

        .single-checkbox input[type="checkbox"] + label span {
            width: 20px;
            height: 20px;
            border: 2px solid;
            border-radius: 4px;
            cursor: pointer;
            position: relative;
            display: inline-block;
            margin: 0 5px -3px 0;
        }

            .single-checkbox input[type="checkbox"] + label span::before {
                position: absolute;
                content: '';
                font: normal normal normal 24px "Material Design Icons";
                font-size: inherit;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                transition: all 0.4s linear;
                transform: scale(0);
                font-size: 14px;
                line-height: 1.2;
            }

        .single-checkbox input[type="checkbox"]:checked + label span::before {
            transform: scale(1);
        }

    .single-checkbox label {
        font-size: 16px;
        margin-bottom: 0;
    }

    .single-checkbox p {
        display: inline-block;
        color: #000;
        padding-left: 5px;
    }

.checkbox-round input[type="checkbox"] + label span {
    border-radius: 50%;
}

    .checkbox-round input[type="checkbox"] + label span::before {
        border-radius: 50%;
    }

/*===== checkbox Style 1 =====*/
.checkbox-style-1 input[type="checkbox"] + label span {
    border-color: #563289;
}

    .checkbox-style-1 input[type="checkbox"] + label span::before {
        content: "\F012C";
    }

.checkbox-style-1 input[type="checkbox"]:checked + label span::before {
    transform: scale(1);
    color: #563289;
}

/*===== checkbox Style 2 =====*/
.checkbox-style-2 input[type="checkbox"] + label span {
    border-color: #563289;
}

    .checkbox-style-2 input[type="checkbox"] + label span::before {
        background-color: #563289;
    }

.checkbox-style-2 input[type="checkbox"]:checked + label span::before {
    transform: scale(0.8);
    color: #563289;
}

/*===== checkbox Style 3 =====*/
.checkbox-style-3 input[type="checkbox"] + label span {
    border-color: #563289;
}

    .checkbox-style-3 input[type="checkbox"] + label span::before {
        content: "\F012C";
        background-color: #563289;
    }

.checkbox-style-3 input[type="checkbox"]:checked + label span::before {
    transform: scale(1);
    color: #fff;
}

/*===== checkbox Style 4 =====*/
.checkbox-style-4 input[type="checkbox"] + label span {
    border-color: #7D7D7D;
}

    .checkbox-style-4 input[type="checkbox"] + label span::before {
        content: "\F012C";
    }

.checkbox-style-4 input[type="checkbox"]:checked + label span:before {
    transform: scale(1);
    color: #7D7D7D;
}

/*===== checkbox Style 5 =====*/
.checkbox-style-5 input[type="checkbox"] + label span {
    border-color: #7D7D7D;
}

    .checkbox-style-5 input[type="checkbox"] + label span::before {
        background-color: #7D7D7D;
    }

.checkbox-style-5 input[type="checkbox"]:checked + label span::before {
    transform: scale(0.8);
    color: #7D7D7D;
}

/*===== checkbox Style 6 =====*/
.checkbox-style-6 input[type="checkbox"] + label span {
    border-color: #7D7D7D;
}

    .checkbox-style-6 input[type="checkbox"] + label span::before {
        background-color: #7D7D7D;
    }

.checkbox-style-6 input[type="checkbox"]:checked + label span::before {
    content: "\F012C";
    transform: scale(1);
    color: #fff;
}

/*===== Switch Style 1 =====*/
.switch-button {
    margin-top: 16px;
}

    .switch-button input[type="checkbox"] {
        display: none;
    }

        .switch-button input[type="checkbox"] + label {
            margin-bottom: 0;
        }

            .switch-button input[type="checkbox"] + label span {
                position: relative;
                cursor: pointer;
            }

                .switch-button input[type="checkbox"] + label span::before {
                    position: absolute;
                    content: '';
                    border-radius: 50px;
                    background-color: #EFEFEF;
                    transition: all 0.3s linear;
                    width: 100%;
                    height: 100%;
                }

                .switch-button input[type="checkbox"] + label span::after {
                    position: absolute;
                    content: '';
                    border-radius: 50%;
                    background-color: #BDBDBD;
                    transition: all 0.3s linear;
                }

        .switch-button input[type="checkbox"]:checked + label span::before {
            background-color: #EEE6FD;
        }

        .switch-button input[type="checkbox"]:checked + label span::after {
            transform: translateX(24px);
            background-color: #563289;
        }

    .switch-button p {
        display: inline-block;
        position: relative;
        top: -7px;
        padding-left: 7px;
    }

    .switch-button.switch-style-1 input[type="checkbox"] + label span {
        width: 50px;
        height: 26px;
    }

        .switch-button.switch-style-1 input[type="checkbox"] + label span::after {
            width: 20px;
            height: 20px;
            top: 3px;
            left: 3px;
        }

    .switch-button.switch-style-2 input[type="checkbox"] + label span {
        width: 50px;
        height: 26px;
    }

        .switch-button.switch-style-2 input[type="checkbox"] + label span::before {
            height: 70%;
            top: 50%;
            transform: translateY(-50%);
        }

        .switch-button.switch-style-2 input[type="checkbox"] + label span::after {
            width: 26px;
            height: 26px;
            top: 0;
            left: 0;
        }

/*===== All Radio Style =====*/
.single-radio {
    margin-top: 16px;
}

    .single-radio input[type="radio"] {
        display: none;
    }

        .single-radio input[type="radio"] + label span {
            width: 20px;
            height: 20px;
            border: 2px solid;
            border-radius: 4px;
            cursor: pointer;
            position: relative;
            display: inline-block;
            margin: 0 5px -4px 0;
        }

            .single-radio input[type="radio"] + label span::before {
                position: absolute;
                content: '';
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                transition: all 0.4s linear;
                transform: scale(0);
            }

        .single-radio input[type="radio"]:checked + label span::before {
            transform: scale(1);
        }

    .single-radio label {
        font-size: 16px;
        margin-bottom: 0;
    }

.radio-round input[type="radio"] + label span {
    border-radius: 50%;
}

    .radio-round input[type="radio"] + label span::before {
        border-radius: 50%;
    }

/*===== Radio Style 1 =====*/
.radio-style-1 input[type="radio"] + label span {
    border-color: #563289;
}

    .radio-style-1 input[type="radio"] + label span::before {
        background-color: #563289;
    }

.radio-style-1 input[type="radio"]:checked + label span::before {
    transform: scale(1);
}

/*===== Radio Style 2 =====*/
.radio-style-2 input[type="radio"] + label span {
    border-color: #563289;
}

    .radio-style-2 input[type="radio"] + label span::before {
        background-color: #563289;
    }

.radio-style-2 input[type="radio"]:checked + label span::before {
    transform: scale(0.8);
}

/*===== Radio Style 3 =====*/
.radio-style-3 input[type="radio"] + label span {
    border-color: #7D7D7D;
}

    .radio-style-3 input[type="radio"] + label span::before {
        background-color: #7D7D7D;
    }

.radio-style-3 input[type="radio"]:checked + label span::before {
    transform: scale(1);
}

/*===== Radio Style 4 =====*/
.radio-style-4 input[type="radio"] + label span {
    border-color: #7D7D7D;
}

    .radio-style-4 input[type="radio"] + label span::before {
        background-color: #7D7D7D;
    }

.radio-style-4 input[type="radio"]:checked + label span::before {
    transform: scale(0.8);
}

/*===== Select Style 1 =====*/
.select-style-1 {
    margin-top: 16px;
    position: relative;
}

    .select-style-1 label {
        margin-bottom: 10px;
        font-size: 13px;
        margin-left: 18px;
        font-weight: 300;
        text-align: left !important;
    }

    .select-style-1 .select-items {
        position: relative;
    }

        .select-style-1 .select-items .select-position {
            position: relative;
        }

            .select-style-1 .select-items .select-position::after {
                border-bottom: 2px solid #fff;
                border-right: 2px solid #fff;
                content: '';
                display: block;
                height: 8px;
                margin-top: -4px;
                pointer-events: none;
                position: absolute;
                right: 15px;
                top: 50%;
                transform-origin: 66% 66%;
                transform: rotate(45deg);
                transition: all 0.15s ease-in-out;
                width: 8px;
            }

        .select-style-1 .select-items i {
            position: absolute;
            top: 1px;
            left: 10px;
            font-size: 24px;
            color: #fff;
        }

/*===== Select Style 2 =====*/
.select-style-2 {
    margin-top: 16px;
    position: relative;
}

    .select-style-2 label {
        margin-bottom: 10px;
        font-size: 13px;
        margin-left: 18px;
        font-weight: 300;
        text-align: left !important;
    }

    .select-style-2 .select-items {
        position: relative;
    }

        .select-style-2 .select-items .select-position {
            position: relative;
        }

            .select-style-2 .select-items .select-position::after {
                border-bottom: 2px solid #000;
                border-right: 2px solid #000;
                content: '';
                display: block;
                height: 8px;
                margin-top: -4px;
                pointer-events: none;
                position: absolute;
                right: 15px;
                top: 50%;
                transform-origin: 66% 66%;
                transform: rotate(45deg);
                transition: all 0.15s ease-in-out;
                width: 8px;
            }

        .select-style-2 .select-items i {
            position: absolute;
            top: 1px;
            left: 10px;
            font-size: 24px;
            color: #000;
        }

        .select-style-2 .select-items.select .nice-select {
            padding: 0 15px;
        }

/*===== Select Style 3 =====*/
.select-style-3 {
    margin-top: 16px;
    position: relative;
}

    .select-style-3 label {
        margin-bottom: 10px;
        font-size: 13px;
        margin-left: 18px;
        font-weight: 300;
        text-align: left !important;
    }

    .select-style-3 .select-items {
        position: relative;
    }

        .select-style-3 .select-items .select-position {
            position: relative;
        }

            .select-style-3 .select-items .select-position::after {
                border-bottom: 2px solid #563289;
                border-right: 2px solid #563289;
                content: '';
                display: block;
                height: 8px;
                margin-top: -4px;
                pointer-events: none;
                position: absolute;
                right: 15px;
                top: 50%;
                transform-origin: 66% 66%;
                transform: rotate(45deg);
                transition: all 0.15s ease-in-out;
                width: 8px;
            }

        .select-style-3 .select-items i {
            position: absolute;
            top: 2px;
            left: 10px;
            font-size: 24px;
            color: #563289;
        }

        .select-style-3 .select-items.select .nice-select {
            padding: 0 15px;
        }

/*===== Select Style 4 =====*/
.select-style-4 {
    margin-top: 16px;
    position: relative;
}

    .select-style-4 label {
        margin-bottom: 10px;
        font-size: 13px;
        margin-left: 18px;
        font-weight: 300;
        text-align: left !important;
    }

    .select-style-4 .select-items {
        position: relative;
    }

        .select-style-4 .select-items .select-position {
            position: relative;
        }

            .select-style-4 .select-items .select-position::after {
                border-bottom: 2px solid #000;
                border-right: 2px solid #000;
                content: '';
                display: block;
                height: 8px;
                margin-top: -4px;
                pointer-events: none;
                position: absolute;
                right: 15px;
                top: 50%;
                transform-origin: 66% 66%;
                transform: rotate(45deg);
                transition: all 0.15s ease-in-out;
                width: 8px;
            }

        .select-style-4 .select-items i {
            position: absolute;
            top: 2px;
            left: 10px;
            font-size: 24px;
            color: #000;
        }

        .select-style-4 .select-items.select .nice-select {
            padding: 0 15px;
        }

/*===== form Style =====*/
.single-form {
    margin-top: 16px;
    position: relative;
}

    .single-form label {
        margin-bottom: 10px;
        font-size: 13px;
        margin-left: 18px;
        font-weight: 300;
        text-align: left !important;
    }

    .single-form .form-input {
        position: relative;
    }

@media (max-width: 767px) {
    .single-form .form-input + .form-input {
        margin-top: 16px;
    }
}

.single-form .form-input textarea,
.single-form .form-input input {
    width: 100%;
    height: 40px;
    padding: 0 15px;
    padding-left: 40px;
    border-radius: 4px;
    transition: all 0.3s linear;
    border: 1px solid transparent;
}

.single-form .form-input textarea {
    padding-top: 7px;
    resize: none;
    height: 120px;
}

.single-form .form-input i {
    position: absolute;
    top: 1px;
    left: 10px;
    font-size: 24px;
}

.single-form .form-input img {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}

.single-form .form-input .form-error {
    font-size: 13px;
    margin-top: 5px;
}

.single-form .form-input.form textarea,
.single-form .form-input.form input {
    padding: 0 15px;
}

/*===== Form Default Style =====*/
.form-default.form-border .form-input textarea,
.form-default.form-border .form-input input {
    border-color: #7D7D7D;
    background-color: transparent;
}

.form-default label {
    color: #4C4C4C;
}

.form-default .form-input textarea,
.form-default .form-input input {
    color: #4C4C4C;
    background-color: #EFEFEF;
}

    .form-default .form-input textarea:focus,
    .form-default .form-input input:focus {
        border-color: #563289;
    }

.form-default .form-input i {
    color: #7D7D7D;
}

.form-default .form-input .form-error {
    color: #7D7D7D;
}

/*===== Form White Style =====*/
.form-white.form-border .form-input textarea,
.form-white.form-border .form-input input {
    border-color: rgba(255, 255, 255, 0.24);
    background-color: transparent;
}

.form-white label {
    color: #fff;
}

.form-white .form-input textarea,
.form-white .form-input input {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.2);
}

    .form-white .form-input textarea:focus,
    .form-white .form-input input:focus {
        border-color: #00D4E0;
    }

.form-white .form-input i {
    color: rgba(255, 255, 255, 0.6);
}

.form-white .form-input .form-error {
    color: #fff;
}

/*===== Form Primary Style =====*/
.form-primary.form-border .form-input textarea,
.form-primary.form-border .form-input input {
    border-color: #563289;
    background-color: transparent;
}

.form-primary label {
    color: #563289;
}

.form-primary .form-input textarea,
.form-primary .form-input input {
    color: #563289;
    background-color: #EEE6FD;
}

    .form-primary .form-input textarea:focus,
    .form-primary .form-input input:focus {
        border-color: #563289;
    }

.form-primary .form-input i {
    color: #563289;
}

.form-primary .form-input .form-error {
    color: #563289;
}

/*===== Form Secondary Style =====*/
.form-secondary.form-border .form-input textarea,
.form-secondary.form-border .form-input input {
    border-color: #563289;
    background-color: transparent;
}

.form-secondary label {
    color: #563289;
}

.form-secondary .form-input textarea,
.form-secondary .form-input input {
    color: #563289;
    background-color: #DFFAFA;
}

    .form-secondary .form-input textarea:focus,
    .form-secondary .form-input input:focus {
        border-color: #563289;
    }

.form-secondary .form-input i {
    color: #563289;
}

.form-secondary .form-input .form-error {
    color: #563289;
}

/*===== Form Success Style =====*/
.form-success.form-border .form-input textarea,
.form-success.form-border .form-input input {
    border-color: #7CB637;
    background-color: transparent;
}

.form-success label {
    color: #7CB637;
}

.form-success .form-input textarea,
.form-success .form-input input {
    color: #7CB637;
    background-color: #F1F8E8;
}

    .form-success .form-input textarea:focus,
    .form-success .form-input input:focus {
        border-color: #7CB637;
    }

.form-success .form-input i {
    color: #7CB637;
}

.form-success .form-input .form-error {
    color: #7CB637;
}

/*===== Form Info Style =====*/
.form-info.form-border .form-input textarea,
.form-info.form-border .form-input input {
    border-color: #00C2FE;
    background-color: transparent;
}

.form-info label {
    color: #00C2FE;
}

.form-info .form-input textarea,
.form-info .form-input input {
    color: #00C2FE;
    background-color: #D8F5FF;
}

    .form-info .form-input textarea:focus,
    .form-info .form-input input:focus {
        border-color: #00C2FE;
    }

.form-info .form-input i {
    color: #00C2FE;
}

.form-info .form-input .form-error {
    color: #00C2FE;
}

/*===== Form Caution Style =====*/
.form-caution.form-border .form-input textarea,
.form-caution.form-border .form-input input {
    border-color: #FFBE27;
    background-color: transparent;
}

.form-caution label {
    color: #FFBE27;
}

.form-caution .form-input textarea,
.form-caution .form-input input {
    color: #FFBE27;
    background-color: #FFFDE6;
}

    .form-caution .form-input textarea:focus,
    .form-caution .form-input input:focus {
        border-color: #FFBE27;
    }

.form-caution .form-input i {
    color: #FFBE27;
}

.form-caution .form-input .form-error {
    color: #FFBE27;
}

/*===== Form Error Style =====*/
.form-error.form-border .form-input textarea,
.form-error.form-border .form-input input {
    border-color: #FF4B22;
    background-color: transparent;
}

.form-error label {
    color: #FF4B22;
}

.form-error .form-input textarea,
.form-error .form-input input {
    color: #FF4B22;
    background-color: #FBE8E7;
}

    .form-error .form-input textarea:focus,
    .form-error .form-input input:focus {
        border-color: #FF4B22;
    }

.form-error .form-input i {
    color: #FF4B22;
}

.form-error .form-input .form-error {
    color: #FF4B22;
}

/*===== Form Elements Style =====*/
.form-elements-radio .radio-style li,
.form-elements-radio .checkbox-style li,
.form-elements-checkbox .radio-style li,
.form-elements-checkbox .checkbox-style li {
    padding-top: 14px;
    display: inline-block;
}

    .form-elements-radio .radio-style li + li,
    .form-elements-radio .checkbox-style li + li,
    .form-elements-checkbox .radio-style li + li,
    .form-elements-checkbox .checkbox-style li + li {
        margin-left: 20px;
    }

.form-white-wrapper {
    background-color: #161359;
    padding: 5px;
}

    .form-white-wrapper .heading-3 {
        color: #fff;
    }

/*==================================================================
                           09. Search css
==================================================================*/
/*=====  Search Style 01 =====*/
.search-style-1 {
    position: relative;
}

    .search-style-1 input {
        width: 100%;
        height: 40px;
        border: 1px solid #EFEFEF;
        background-color: #EFEFEF;
        color: #000;
        border-radius: 4px;
        padding: 0 15px;
        transition: all 0.3s linear;
    }

        .search-style-1 input:focus {
            border-color: #563289;
        }

    .search-style-1 button {
        background-color: #563289;
        color: #fff;
        width: 40px;
        height: 40px;
        padding: 0;
        position: absolute;
        right: 0;
        right: 0;
        font-size: 20px;
        border: 0;
        border-radius: 4px;
    }

    .search-style-1.search-dark input {
        border: 1px solid transparent;
        background-color: rgba(255, 255, 255, 0.24);
        color: #fff;
    }

        .search-style-1.search-dark input::placeholder {
            opacity: 0.6;
            color: #fff;
        }

        .search-style-1.search-dark input::-moz-placeholder {
            opacity: 0.6;
            color: #fff;
        }

        .search-style-1.search-dark input::-moz-placeholder {
            opacity: 0.6;
            color: #fff;
        }

        .search-style-1.search-dark input::-webkit-input-placeholder {
            opacity: 0.6;
            color: #fff;
        }

        .search-style-1.search-dark input:focus {
            border-color: #00D4E0;
        }

    .search-style-1.search-dark button {
        background-color: #00D4E0;
        color: #fff;
    }

/*=====  Search Style 02 =====*/
.search-style-2 {
    position: relative;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

    .search-style-2 .search-select .select-position {
        position: relative;
    }

        .search-style-2 .search-select .select-position select {
            padding-right: 30px;
        }

        .search-style-2 .search-select .select-position::after {
            border-bottom: 2px solid #563289;
            border-right: 2px solid #563289;
            content: '';
            display: block;
            height: 8px;
            margin-top: -4px;
            pointer-events: none;
            position: absolute;
            right: 15px;
            top: 50%;
            transform-origin: 66% 66%;
            transform: rotate(45deg);
            transition: all 0.15s ease-in-out;
            width: 8px;
        }

    .search-style-2 .search-input {
        width: 100%;
    }

        .search-style-2 .search-input input {
            width: 100%;
            height: 40px;
            border: 1px solid #EFEFEF;
            background-color: #EFEFEF;
            color: #000;
            border-radius: 0;
            padding: 0 15px;
            transition: all 0.3s linear;
        }

            .search-style-2 .search-input input:focus {
                border-color: #563289;
            }

    .search-style-2 .search-btn button {
        background-color: #563289;
        color: #fff;
        width: 40px;
        height: 40px;
        padding: 0;
        font-size: 20px;
        border: 0;
        border-radius: 4px;
    }

    .search-style-2.search-dark .select-position::after {
        border-color: #fff;
    }

    .search-style-2.search-dark .nice-select {
        border: 1px solid transparent;
        background-color: rgba(255, 255, 255, 0.24);
        border-right-color: rgba(255, 255, 255, 0.24);
    }

        .search-style-2.search-dark .nice-select:focus {
            border-color: #00D4E0;
        }

        .search-style-2.search-dark .nice-select::after {
            border-color: #fff;
        }

        .search-style-2.search-dark .nice-select .current {
            color: #FAFAFA;
        }

        .search-style-2.search-dark .nice-select .list {
            box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.25);
        }

            .search-style-2.search-dark .nice-select .list .option {
                background-color: #563289;
                color: #fff;
            }

                .search-style-2.search-dark .nice-select .list .option.selected {
                    background-color: #2A21DE;
                }

                .search-style-2.search-dark .nice-select .list .option:hover {
                    background-color: #2A21DE !important;
                }

            .search-style-2.search-dark .nice-select .list:hover .option:not(:hover) {
                background-color: #563289 !important;
            }

    .search-style-2.search-dark input {
        border: 1px solid transparent;
        background-color: rgba(255, 255, 255, 0.24);
        color: #F2F2F2;
    }

        .search-style-2.search-dark input::placeholder {
            opacity: 0.6;
            color: #F2F2F2;
        }

        .search-style-2.search-dark input::-moz-placeholder {
            opacity: 0.6;
            color: #F2F2F2;
        }

        .search-style-2.search-dark input::-moz-placeholder {
            opacity: 0.6;
            color: #F2F2F2;
        }

        .search-style-2.search-dark input::-webkit-input-placeholder {
            opacity: 0.6;
            color: #F2F2F2;
        }

        .search-style-2.search-dark input:focus {
            border-color: #00D4E0;
        }

    .search-style-2.search-dark button {
        background-color: #00D4E0;
        color: #fff;
    }

/*=====  Search Style 03 =====*/
.search-style-3 {
    position: relative;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    padding-right: 40px;
}

@media (max-width: 767px) {
    .search-style-3 {
        display: block;
        padding-right: 0;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .search-style-3 {
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        padding-right: 40px;
    }
}

.search-style-3 .select-position {
    position: relative;
}

    .search-style-3 .select-position select {
        height: 40px;
        padding-right: 30px;
    }

    .search-style-3 .select-position::after {
        border-bottom: 2px solid #000;
        border-right: 2px solid #000;
        content: '';
        display: block;
        height: 8px;
        margin-top: -4px;
        pointer-events: none;
        position: absolute;
        right: 15px;
        top: 50%;
        transform-origin: 66% 66%;
        transform: rotate(45deg);
        transition: all 0.15s ease-in-out;
        width: 8px;
    }

.search-style-3 input {
    width: 100%;
    height: 40px;
    border: 1px solid #EFEFEF;
    background-color: #EFEFEF;
    color: #000;
    border-radius: 4px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    padding: 0 15px;
    transition: all 0.3s linear;
}

@media (max-width: 767px) {
    .search-style-3 input {
        border-top-right-radius: 4px;
        border-bottom-left-radius: 0;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .search-style-3 input {
        border-top-right-radius: 0;
        border-bottom-left-radius: 4px;
    }
}

.search-style-3 input:focus {
    border-color: #563289;
}

.search-style-3 button {
    background-color: #563289;
    color: #fff;
    width: 40px;
    height: 40px;
    padding: 0;
    position: absolute;
    right: 0;
    right: 0;
    font-size: 20px;
    border: 0;
    border-radius: 4px;
}

@media (max-width: 767px) {
    .search-style-3 button {
        position: relative;
        width: 100%;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .search-style-3 button {
        position: absolute;
        width: 40px;
    }
}

.search-style-3.search-dark .select-position::after {
    border-color: #fff;
}

.search-style-3.search-dark input {
    border: 1px solid transparent;
    background-color: rgba(255, 255, 255, 0.24);
    color: #F2F2F2;
}

    .search-style-3.search-dark input::placeholder {
        opacity: 0.6;
        color: #F2F2F2;
    }

    .search-style-3.search-dark input::-moz-placeholder {
        opacity: 0.6;
        color: #F2F2F2;
    }

    .search-style-3.search-dark input::-moz-placeholder {
        opacity: 0.6;
        color: #F2F2F2;
    }

    .search-style-3.search-dark input::-webkit-input-placeholder {
        opacity: 0.6;
        color: #F2F2F2;
    }

    .search-style-3.search-dark input:focus {
        border-color: #00D4E0;
    }

.search-style-3.search-dark button {
    background-color: #00D4E0;
    color: #fff;
}

/*=====  Search Style 04 =====*/
.search-style-4 {
    position: relative;
}

    .search-style-4 input {
        width: 100%;
        height: 40px;
        border: 1px solid #D1D1D1;
        background-color: #fff;
        color: #000;
        border-radius: 4px;
        padding: 0 15px;
        transition: all 0.3s linear;
    }

        .search-style-4 input:focus {
            border-color: #563289;
        }

    .search-style-4 button {
        background-color: #563289;
        color: #fff;
        width: 40px;
        height: 40px;
        padding: 0;
        position: absolute;
        right: 0;
        right: 0;
        font-size: 20px;
        border: 0;
        border-radius: 4px;
    }

    .search-style-4.search-dark input {
        border: 1px solid rgba(255, 255, 255, 0.24);
        background-color: transparent;
        color: #fff;
    }

        .search-style-4.search-dark input::placeholder {
            opacity: 0.6;
            color: #fff;
        }

        .search-style-4.search-dark input::-moz-placeholder {
            opacity: 0.6;
            color: #fff;
        }

        .search-style-4.search-dark input::-moz-placeholder {
            opacity: 0.6;
            color: #fff;
        }

        .search-style-4.search-dark input::-webkit-input-placeholder {
            opacity: 0.6;
            color: #fff;
        }

        .search-style-4.search-dark input:focus {
            border-color: #00D4E0;
        }

    .search-style-4.search-dark button {
        background-color: #00D4E0;
        color: #fff;
    }

/*=====  Search Style 05 =====*/
.search-style-5 {
    position: relative;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

    .search-style-5 .search-select .select-position {
        position: relative;
    }

        .search-style-5 .search-select .select-position select {
            padding-right: 30px;
        }

        .search-style-5 .search-select .select-position::after {
            border-bottom: 2px solid #563289;
            border-right: 2px solid #563289;
            content: '';
            display: block;
            height: 8px;
            margin-top: -4px;
            pointer-events: none;
            position: absolute;
            right: 15px;
            top: 50%;
            transform-origin: 66% 66%;
            transform: rotate(45deg);
            transition: all 0.15s ease-in-out;
            width: 8px;
        }

    .search-style-5 .search-input {
        width: 100%;
    }

        .search-style-5 .search-input input {
            width: 100%;
            height: 40px;
            border: 1px solid #D1D1D1;
            background-color: #fff;
            color: #000;
            border-radius: 0;
            padding: 0 15px;
            transition: all 0.3s linear;
        }

            .search-style-5 .search-input input:focus {
                border-color: #563289;
            }

    .search-style-5 .search-btn button {
        background-color: #563289;
        color: #fff;
        width: 40px;
        height: 40px;
        padding: 0;
        font-size: 20px;
        border: 0;
        border-radius: 4px;
        margin-left: -2px;
    }

    .search-style-5.search-dark .select-position::after {
        border-color: #fff;
    }

    .search-style-5.search-dark input {
        border: 1px solid rgba(255, 255, 255, 0.24);
        background-color: transparent;
        color: #fff;
    }

        .search-style-5.search-dark input::placeholder {
            opacity: 0.6;
            color: #F2F2F2;
        }

        .search-style-5.search-dark input::-moz-placeholder {
            opacity: 0.6;
            color: #F2F2F2;
        }

        .search-style-5.search-dark input::-moz-placeholder {
            opacity: 0.6;
            color: #F2F2F2;
        }

        .search-style-5.search-dark input::-webkit-input-placeholder {
            opacity: 0.6;
            color: #F2F2F2;
        }

        .search-style-5.search-dark input:focus {
            border-color: #00D4E0;
        }

    .search-style-5.search-dark button {
        background-color: #00D4E0;
        color: #fff;
    }

/*=====  Search Style 06 =====*/
.search-style-6 {
    position: relative;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    padding-right: 40px;
}

@media (max-width: 767px) {
    .search-style-6 {
        display: block;
        padding-right: 0;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .search-style-6 {
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        padding-right: 40px;
    }
}

.search-style-6 .select-position select {
    height: 40px;
    padding-right: 30px;
}

.search-style-6 .select-position::after {
    border-bottom: 2px solid #000;
    border-right: 2px solid #000;
    content: '';
    display: block;
    height: 8px;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    right: 15px;
    top: 50%;
    transform-origin: 66% 66%;
    transform: rotate(45deg);
    transition: all 0.15s ease-in-out;
    width: 8px;
}

.search-style-6 input {
    width: 100%;
    height: 40px;
    border: 1px solid #D1D1D1;
    background-color: #fff;
    color: #000;
    border-radius: 4px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    padding: 0 15px;
    transition: all 0.3s linear;
}

@media (max-width: 767px) {
    .search-style-6 input {
        border-top-right-radius: 4px;
        border-bottom-left-radius: 0;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .search-style-6 input {
        border-top-right-radius: 0;
        border-bottom-left-radius: 4px;
    }
}

.search-style-6 input:focus {
    border-color: #563289;
}

.search-style-6 button {
    background-color: #563289;
    color: #fff;
    width: 40px;
    height: 40px;
    padding: 0;
    position: absolute;
    right: 2px;
    font-size: 20px;
    border: 0;
    border-radius: 4px;
}

@media (max-width: 767px) {
    .search-style-6 button {
        position: relative;
        width: 100%;
        right: 0;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .search-style-6 button {
        position: absolute;
        width: 40px;
    }
}

.search-style-6.search-dark .select-position::after {
    border-color: #fff;
}

.search-style-6.search-dark input {
    border: 1px solid rgba(255, 255, 255, 0.24);
    background-color: transparent;
    color: #fff;
}

    .search-style-6.search-dark input::placeholder {
        opacity: 0.6;
        color: #fff;
    }

    .search-style-6.search-dark input::-moz-placeholder {
        opacity: 0.6;
        color: #fff;
    }

    .search-style-6.search-dark input::-moz-placeholder {
        opacity: 0.6;
        color: #fff;
    }

    .search-style-6.search-dark input::-webkit-input-placeholder {
        opacity: 0.6;
        color: #fff;
    }

    .search-style-6.search-dark input:focus {
        border-color: #00D4E0;
    }

.search-style-6.search-dark button {
    background-color: #00D4E0;
    color: #fff;
}

/*==================================================================
/*==================================================================
                           10. Breadcrumbs css
==================================================================*/
/*=====  Breadcrumbs Style =====*/
.breadcrumbs-style {
    border-radius: 8px;
    padding: 1px 32px 16px;
    /*=====  Breadcrumbs Style 01 =====*/
    /*=====  Breadcrumbs Style 02 =====*/
}

@media (max-width: 767px) {
    .breadcrumbs-style {
        padding: 1px 16px 16px;
    }
}

.breadcrumbs-style .breadcrumb-left {
    padding-top: 15px;
}

    .breadcrumbs-style .breadcrumb-left .breadcrumb {
        margin-bottom: 0;
        padding: 0;
        border-radius: 0;
        background-color: transparent;
    }

@media (max-width: 767px) {
    .breadcrumbs-style .breadcrumb-left .breadcrumb {
        justify-content: center;
    }
}

.breadcrumbs-style .breadcrumb-left .breadcrumb .breadcrumb-item {
    position: relative;
    line-height: 40px;
    font-weight: 500;
    font-size: 16px;
}

@media (max-width: 767px) {
    .breadcrumbs-style .breadcrumb-left .breadcrumb .breadcrumb-item {
        font-size: 14px;
    }
}

.breadcrumbs-style .breadcrumb-left .breadcrumb .breadcrumb-item + .breadcrumb-item {
    padding-left: 60px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .breadcrumbs-style .breadcrumb-left .breadcrumb .breadcrumb-item + .breadcrumb-item {
        padding-left: 30px;
    }
}

@media (max-width: 767px) {
    .breadcrumbs-style .breadcrumb-left .breadcrumb .breadcrumb-item + .breadcrumb-item {
        padding-left: 16px;
    }
}

.breadcrumbs-style .breadcrumb-left .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    content: '\F0142';
    font-family: "Material Design Icons";
    font-size: 24px;
    position: absolute;
    line-height: 40px;
    left: 20px;
    padding: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .breadcrumbs-style .breadcrumb-left .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
        left: 2px;
    }
}

@media (max-width: 767px) {
    .breadcrumbs-style .breadcrumb-left .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
        left: -1px;
        font-size: 18px;
    }
}

.breadcrumbs-style .breadcrumb-left .breadcrumb .breadcrumb-item a {
    transition: all 0.3s linear;
}

.breadcrumbs-style .breadcrumb-right {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    padding-top: 15px;
}

@media (max-width: 767px) {
    .breadcrumbs-style .breadcrumb-right {
        justify-content: center;
    }
}

.breadcrumbs-style .breadcrumb-right .nice-select {
    float: none;
    border: 0;
    background-color: transparent;
    height: 40px;
    line-height: 40px;
    border-radius: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

    .breadcrumbs-style .breadcrumb-right .nice-select::after {
        width: 8px;
        height: 8px;
    }

    .breadcrumbs-style .breadcrumb-right .nice-select .current {
        line-height: 40px;
        font-weight: 500;
    }

    .breadcrumbs-style .breadcrumb-right .nice-select .list {
        box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.25);
    }

.breadcrumbs-style .breadcrumb-right .breadcrumb-list-grid {
    padding-left: 10px;
}

@media (max-width: 767px) {
    .breadcrumbs-style .breadcrumb-right .breadcrumb-list-grid {
        padding-left: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .breadcrumbs-style .breadcrumb-right .breadcrumb-list-grid {
        padding-left: 0;
    }
}

.breadcrumbs-style .breadcrumb-right .breadcrumb-list-grid li {
    display: inline-block;
    margin-left: 15px;
}

@media (max-width: 767px) {
    .breadcrumbs-style .breadcrumb-right .breadcrumb-list-grid li {
        margin-left: 10px;
    }
}

.breadcrumbs-style .breadcrumb-right .breadcrumb-list-grid li a {
    font-size: 24px;
}

.breadcrumbs-style.breadcrumbs-style-1 {
    background-color: #FAFAFA;
}

    .breadcrumbs-style.breadcrumbs-style-1 .breadcrumb-left .breadcrumb .breadcrumb-item {
        color: #563289;
    }

        .breadcrumbs-style.breadcrumbs-style-1 .breadcrumb-left .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
            color: #563289;
        }

        .breadcrumbs-style.breadcrumbs-style-1 .breadcrumb-left .breadcrumb .breadcrumb-item a {
            color: #7D7D7D;
        }

            .breadcrumbs-style.breadcrumbs-style-1 .breadcrumb-left .breadcrumb .breadcrumb-item a:hover {
                color: #563289;
            }

    .breadcrumbs-style.breadcrumbs-style-1 .breadcrumb-right .nice-select::after {
        border-color: #563289;
    }

    .breadcrumbs-style.breadcrumbs-style-1 .breadcrumb-right .nice-select .current {
        color: #4C4C4C;
    }

    .breadcrumbs-style.breadcrumbs-style-1 .breadcrumb-right .breadcrumb-list-grid li a {
        color: #7D7D7D;
    }

        .breadcrumbs-style.breadcrumbs-style-1 .breadcrumb-right .breadcrumb-list-grid li a.active {
            color: #563289;
        }

.breadcrumbs-style.breadcrumbs-style-2 {
    background-color: #563289;
}

    .breadcrumbs-style.breadcrumbs-style-2 .breadcrumb-left .breadcrumb .breadcrumb-item {
        color: #fff;
    }

        .breadcrumbs-style.breadcrumbs-style-2 .breadcrumb-left .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
            color: rgba(255, 255, 255, 0.6);
        }

        .breadcrumbs-style.breadcrumbs-style-2 .breadcrumb-left .breadcrumb .breadcrumb-item a {
            color: rgba(255, 255, 255, 0.6);
        }

            .breadcrumbs-style.breadcrumbs-style-2 .breadcrumb-left .breadcrumb .breadcrumb-item a:hover {
                color: #fff;
            }

    .breadcrumbs-style.breadcrumbs-style-2 .breadcrumb-right .nice-select::after {
        border-color: #fff;
    }

    .breadcrumbs-style.breadcrumbs-style-2 .breadcrumb-right .nice-select .current {
        color: #FAFAFA;
    }

    .breadcrumbs-style.breadcrumbs-style-2 .breadcrumb-right .nice-select .list {
        box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.25);
        background-color: transparent;
    }

        .breadcrumbs-style.breadcrumbs-style-2 .breadcrumb-right .nice-select .list .option {
            background-color: #563289;
            color: #fff;
        }

            .breadcrumbs-style.breadcrumbs-style-2 .breadcrumb-right .nice-select .list .option.selected {
                background-color: #2A21DE;
            }

            .breadcrumbs-style.breadcrumbs-style-2 .breadcrumb-right .nice-select .list .option:hover {
                background-color: #2A21DE !important;
            }

        .breadcrumbs-style.breadcrumbs-style-2 .breadcrumb-right .nice-select .list:hover .option:not(:hover) {
            background-color: #563289 !important;
        }

    .breadcrumbs-style.breadcrumbs-style-2 .breadcrumb-right .breadcrumb-list-grid li a {
        color: rgba(255, 255, 255, 0.6);
    }

        .breadcrumbs-style.breadcrumbs-style-2 .breadcrumb-right .breadcrumb-list-grid li a.active {
            color: #fff;
        }

/*==================================================================
                           11. Progress Bars css
==================================================================*/
/*=====  Progress Bar Style 01 =====*/
.single-progress-bar-horizontal {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
}

@media (max-width: 767px) {
    .single-progress-bar-horizontal {
        display: block;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .single-progress-bar-horizontal {
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
    }
}

.single-progress-bar-horizontal .progress-text {
    padding-right: 10px;
}

@media (max-width: 767px) {
    .single-progress-bar-horizontal .progress-text {
        padding-bottom: 10px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .single-progress-bar-horizontal .progress-text {
        padding-bottom: 0;
    }
}

.single-progress-bar-horizontal .progress-text p {
    font-weight: 500;
    font-size: 14px;
}

.single-progress-bar-horizontal .progress-bar-inner .bar-inner {
    width: 255px;
    height: 20px;
    border-radius: 50px;
    background-color: #EFEFEF;
    position: relative;
    overflow: hidden;
}

    .single-progress-bar-horizontal .progress-bar-inner .bar-inner.bar-inner-2 {
        height: 26px;
    }

    .single-progress-bar-horizontal .progress-bar-inner .bar-inner .progress-horizontal {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        border-radius: 50px;
        transition: all 1s linear;
        width: 0;
        position: relative;
    }

        .single-progress-bar-horizontal .progress-bar-inner .bar-inner .progress-horizontal i {
            font-size: 16px;
            line-height: 20px;
            color: #fff;
            position: absolute;
            top: 50%;
            right: 5px;
            transform: translateY(-50%);
        }

.single-progress-bar-horizontal .progress-track {
    padding-left: 10px;
}

@media (max-width: 767px) {
    .single-progress-bar-horizontal .progress-track {
        padding-top: 10px;
        padding-left: 0;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .single-progress-bar-horizontal .progress-track {
        padding-top: 0;
        padding-left: 10px;
    }
}

.single-progress-bar-horizontal .progress-track p {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #563289;
    text-transform: uppercase;
}

.single-progress-bar-horizontal.shipped .progress-text p {
    color: #00D4E0;
}

.single-progress-bar-horizontal.shipped .progress-bar-inner .bar-inner .progress-horizontal {
    background-color: #00D4E0;
    width: 50%;
}

.single-progress-bar-horizontal.cancelled .progress-text p {
    color: #FF4B22;
}

.single-progress-bar-horizontal.cancelled .progress-bar-inner .bar-inner .progress-horizontal {
    background-color: #FF4B22;
    width: 100%;
}

.single-progress-bar-horizontal.ready .progress-text p {
    color: #00C2FE;
}

.single-progress-bar-horizontal.ready .progress-bar-inner .bar-inner .progress-horizontal {
    background-color: #00C2FE;
    width: 30%;
}

.single-progress-bar-horizontal.ordered .progress-text p {
    color: #E14C7B;
}

.single-progress-bar-horizontal.ordered .progress-bar-inner .bar-inner .progress-horizontal {
    background-color: #E14C7B;
    width: 15%;
}

.single-progress-bar-horizontal.delivered .progress-text p {
    color: #7CB637;
}

.single-progress-bar-horizontal.delivered .progress-bar-inner .bar-inner .progress-horizontal {
    background-color: #7CB637;
    width: 100%;
}

.single-progress-bar-horizontal.refunded .progress-text p {
    color: #7CB637;
}

.single-progress-bar-horizontal.refunded .progress-bar-inner .bar-inner .progress-horizontal {
    background-color: #7CB637;
    width: 100%;
}

.single-progress-bar-horizontal.dark-progress .progress-bar-inner .bar-inner {
    background-color: rgba(255, 255, 255, 0.24);
}

.single-progress-bar-horizontal.dark-progress .progress-track p {
    color: #E14C7B;
}

/*=====  Progress Bar vertical =====*/
.single-progress-bar-vertical + .single-progress-bar-vertical {
    margin-left: 15px;
}

.single-progress-bar-vertical .progress-bar-inner .bar-inner {
    width: 40px;
    height: 385px;
    border-radius: 50px;
    background-color: #EFEFEF;
    position: relative;
    overflow: hidden;
}

    .single-progress-bar-vertical .progress-bar-inner .bar-inner .progress-vertical {
        position: absolute;
        top: 0;
        left: 0;
        height: 0;
        border-radius: 50px;
        transition: all 1s linear;
        width: 100%;
        position: relative;
    }

        .single-progress-bar-vertical .progress-bar-inner .bar-inner .progress-vertical i {
            font-size: 16px;
            line-height: 20px;
            color: #fff;
            position: absolute;
            left: 50%;
            bottom: 5px;
            transform: translateX(-50%);
        }

.single-progress-bar-vertical.shipped .progress-text p {
    color: #00D4E0;
}

.single-progress-bar-vertical.shipped .progress-bar-inner .bar-inner .progress-vertical {
    background-color: #00D4E0;
    height: 50%;
}

.single-progress-bar-vertical.cancelled .progress-text p {
    color: #FF4B22;
}

.single-progress-bar-vertical.cancelled .progress-bar-inner .bar-inner .progress-vertical {
    background-color: #FF4B22;
    height: 100%;
}

.single-progress-bar-vertical.ready .progress-text p {
    color: #00C2FE;
}

.single-progress-bar-vertical.ready .progress-bar-inner .bar-inner .progress-vertical {
    background-color: #00C2FE;
    height: 30%;
}

.single-progress-bar-vertical.ordered .progress-text p {
    color: #E14C7B;
}

.single-progress-bar-vertical.ordered .progress-bar-inner .bar-inner .progress-vertical {
    background-color: #E14C7B;
    height: 15%;
}

.single-progress-bar-vertical.delivered .progress-text p {
    color: #7CB637;
}

.single-progress-bar-vertical.delivered .progress-bar-inner .bar-inner .progress-vertical {
    background-color: #7CB637;
    height: 100%;
}

.single-progress-bar-vertical.dark-progress .progress-bar-inner .bar-inner {
    background-color: rgba(255, 255, 255, 0.24);
}

/*=====  Progress Bar Step =====*/
.progress-bar-step .step {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    position: relative;
}

@media (max-width: 767px) {
    .progress-bar-step .step {
        display: block;
        padding-left: 40px;
    }
}

.progress-bar-step .step::after, .progress-bar-step .step::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 8px;
    background-color: #EFEFEF;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    border-radius: 4px;
}

@media (max-width: 767px) {
    .progress-bar-step .step::after, .progress-bar-step .step::before {
        width: 8px;
        height: 100%;
        top: 0;
        left: 0;
        transform: translateY(0%);
    }
}

.progress-bar-step .step::after {
    width: 0;
    background-color: #00D4E0;
}

@media (max-width: 767px) {
    .progress-bar-step .step li + li {
        margin-top: 50px;
    }
}

.progress-bar-step .step li .heading-6 {
    padding-bottom: 16px;
    color: #4C4C4C;
}

@media (max-width: 767px) {
    .progress-bar-step .step li .heading-6 {
        padding-bottom: 0;
    }
}

.progress-bar-step .step li p {
    padding-top: 16px;
    color: #4C4C4C;
}

@media (max-width: 767px) {
    .progress-bar-step .step li p {
        padding-top: 0;
    }
}

.progress-bar-step .step li:last-child {
    text-align: right;
}

@media (max-width: 767px) {
    .progress-bar-step .step li:last-child {
        text-align: left;
    }
}

.progress-bar-step.ordered .step::after {
    width: 3%;
    background-color: #E14C7B;
}

@media (max-width: 767px) {
    .progress-bar-step.ordered .step::after {
        width: 8px;
        height: 7%;
    }
}

.progress-bar-step.ordered .step li:nth-of-type(1) .heading-6 {
    color: #E14C7B;
}

.progress-bar-step.ready .step::after {
    width: 32%;
    background-color: #00C2FE;
}

@media (max-width: 767px) {
    .progress-bar-step.ready .step::after {
        width: 8px;
        height: 37%;
    }
}

.progress-bar-step.ready .step li:nth-of-type(1) .heading-6, .progress-bar-step.ready .step li:nth-of-type(2) .heading-6 {
    color: #00C2FE;
}

.progress-bar-step.shipped .step::after {
    width: 63%;
    background-color: #00D4E0;
}

@media (max-width: 767px) {
    .progress-bar-step.shipped .step::after {
        width: 8px;
        height: 66%;
    }
}

.progress-bar-step.shipped .step li:nth-of-type(1) .heading-6, .progress-bar-step.shipped .step li:nth-of-type(2) .heading-6, .progress-bar-step.shipped .step li:nth-of-type(3) .heading-6 {
    color: #00D4E0;
}

.progress-bar-step.delivered .step::after {
    width: 100%;
    background-color: #7CB637;
}

@media (max-width: 767px) {
    .progress-bar-step.delivered .step::after {
        width: 8px;
        height: 100%;
    }
}

.progress-bar-step.delivered .step li:nth-of-type(1) .heading-6, .progress-bar-step.delivered .step li:nth-of-type(2) .heading-6, .progress-bar-step.delivered .step li:nth-of-type(3) .heading-6, .progress-bar-step.delivered .step li:nth-of-type(4) .heading-6 {
    color: #7CB637;
}

.progress-bar-step.dark-step .step::before {
    background-color: rgba(255, 255, 255, 0.24);
}

.progress-bar-step.dark-step .step li .heading-6 {
    color: rgba(255, 255, 255, 0.74);
}

.progress-bar-step.dark-step .step li p {
    color: rgba(255, 255, 255, 0.74);
}

/*==================================================================
                           12. Navbar css
==================================================================*/
/* ==================================
    MENU STYLE 1 CSS 
===================================== */
.menu-style-1 {
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.08);
    background-color: #fff;
    position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .menu-style-1 {
        padding-top: 8px;
    }
}

.menu-style-1 .menu-top-area {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 2px solid #EFEFEF;
    padding: 3px 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .menu-style-1 .menu-top-area {
        border-color: transparent;
        border-top: 2px solid #EFEFEF;
        margin-top: 8px;
    }
}

.menu-style-1 .menu-top-area .menu-top-link {
    display: flex;
    align-items: center;
}

    .menu-style-1 .menu-top-area .menu-top-link li a {
        padding: 0 16px;
        line-height: 36px;
        color: #4C4C4C;
        font-size: 14px;
        text-transform: uppercase;
        font-weight: 500;
        transition: all 0.3s linear;
        display: flex;
        align-items: center;
    }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .menu-style-1 .menu-top-area .menu-top-link li a {
        padding: 0 12px;
        font-size: 14px;
    }
}

.menu-style-1 .menu-top-area .menu-top-link li a i {
    margin-right: 4px;
    font-size: 18px;
}

.menu-style-1 .menu-top-area .menu-top-link li a:hover {
    color: #563289;
}

.menu-style-1 .menu-top-area .menu-top-link li .select-position::after {
    border-color: #4C4C4C;
    right: 5px;
}

.menu-style-1 .menu-top-area .menu-top-link li .select-position select {
    border: none;
    padding-right: 30px;
}

@media (max-width: 767px) {
    .menu-style-1 .menu-top-area .menu-top-link li .select-position select {
        display: none;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .menu-style-1 .menu-top-area .menu-top-link li .select-position select {
        display: block;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .menu-style-1 .menu-top-area .menu-top-left {
        display: none;
    }
}

.menu-style-1 .main-menu-overlay {
    width: 100%;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 98;
    background: rgba(0, 0, 0, 0.5);
    transition: all .3s ease-out;
    transform: translateX(-100%);
}

    .menu-style-1 .main-menu-overlay.open {
        transform: translateX(0);
    }

@media only screen and (min-width: 1400px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .menu-style-1 .main-menu-wrapper {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px) {
    .menu-style-1 .main-menu-wrapper {
        position: fixed;
        left: 0;
        top: 0;
        max-width: 350px;
        width: 100%;
        box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
        height: 100vh;
        overflow-y: scroll;
        padding: 25px 0;
        padding-right: 10px;
        background: #fff;
        z-index: 99;
        transition: all 0.3s linear;
        transform: translateX(-100%);
    }
}

.menu-style-1 .main-menu-wrapper.open {
    transform: translateX(0);
}

.menu-style-1 .main-menu-wrapper .close-btn-wrapper {
    justify-content: flex-end;
}

@media only screen and (min-width: 1400px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .menu-style-1 .main-menu-wrapper nav > ul {
        display: flex;
        align-items: center;
    }
}

.menu-style-1 .main-menu-wrapper nav > ul li {
    padding: 17px 0;
    position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .menu-style-1 .main-menu-wrapper nav > ul li {
        padding: 8px 0;
    }
}

.menu-style-1 .main-menu-wrapper nav > ul li a {
    padding: 0 16px;
    line-height: 36px;
    color: #4C4C4C;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    transition: all 0.3s linear;
    border-radius: 4px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .menu-style-1 .main-menu-wrapper nav > ul li a {
        padding: 0 12px;
        font-size: 14px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .menu-style-1 .main-menu-wrapper nav > ul li a {
        display: flex;
        justify-content: space-between;
    }
}

.menu-style-1 .main-menu-wrapper nav > ul li a.collapsed i {
    transform: rotate(0deg);
}

.menu-style-1 .main-menu-wrapper nav > ul li a > i {
    display: none;
    font-size: 24px;
    transition: all 0.3s linear;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .menu-style-1 .main-menu-wrapper nav > ul li a > i {
        display: block;
        transform: rotate(180deg);
    }
}

.menu-style-1 .main-menu-wrapper nav > ul li:hover > a {
    background-color: #563289;
    color: #fff;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.32);
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .menu-style-1 .main-menu-wrapper nav > ul li:hover > a {
        background-color: #fff;
        color: #563289;
        box-shadow: none;
    }
}

.menu-style-1 .main-menu-wrapper nav > ul li .sub-menu {
    position: absolute;
    top: 125%;
    left: 0;
    z-index: 99;
    min-width: inherit;
    width: 256px;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.32);
    border: 0;
    border-radius: 4px;
    padding: 0;
    margin-top: 0;
    background-color: #fff;
    transition: all 0.3s linear;
    opacity: 0;
    visibility: hidden;
}

    .menu-style-1 .main-menu-wrapper nav > ul li .sub-menu.collapse:not(.show) {
        display: block;
    }

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .menu-style-1 .main-menu-wrapper nav > ul li .sub-menu.collapse:not(.show) {
        display: none;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .menu-style-1 .main-menu-wrapper nav > ul li .sub-menu {
        width: 226px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .menu-style-1 .main-menu-wrapper nav > ul li .sub-menu {
        position: relative;
        top: 0;
        width: 100%;
        opacity: 1;
        visibility: visible;
        box-shadow: none;
        padding: 0;
        padding-left: 15px;
        transition: all 0.3s linear;
    }
}

.menu-style-1 .main-menu-wrapper nav > ul li .sub-menu li {
    position: relative;
    padding: 0;
}

    .menu-style-1 .main-menu-wrapper nav > ul li .sub-menu li > a {
        padding: 0 16px;
        line-height: 46px;
        font-weight: 500;
        font-size: 16px;
        display: block;
        transition: all 0.3s linear;
        border-radius: 0;
    }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .menu-style-1 .main-menu-wrapper nav > ul li .sub-menu li > a {
        font-size: 14px;
        line-height: 40px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .menu-style-1 .main-menu-wrapper nav > ul li .sub-menu li > a {
        display: block;
        font-size: 14px;
        padding: 0;
        border-radius: 0;
        font-weight: 400;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .menu-style-1 .main-menu-wrapper nav > ul li .sub-menu li > a.collapsed i {
        transform: rotate(90deg);
    }
}

.menu-style-1 .main-menu-wrapper nav > ul li .sub-menu li > a i {
    display: inline;
    float: right;
    font-size: 24px;
    line-height: 42px;
    transition: all 0.4s linear;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .menu-style-1 .main-menu-wrapper nav > ul li .sub-menu li > a i {
        transform: rotate(270deg);
    }
}

.menu-style-1 .main-menu-wrapper nav > ul li .sub-menu li:first-child > a {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.menu-style-1 .main-menu-wrapper nav > ul li .sub-menu li:last-child > a {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.menu-style-1 .main-menu-wrapper nav > ul li .sub-menu li .sub-menu {
    position: absolute;
    top: 25%;
    left: 100%;
    width: 256px;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.32);
    border: 0;
    border-radius: 4px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s linear;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .menu-style-1 .main-menu-wrapper nav > ul li .sub-menu li .sub-menu {
        width: 226px;
    }
}

.menu-style-1 .main-menu-wrapper nav > ul li .sub-menu li .sub-menu.collapse:not(.show) {
    display: block;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .menu-style-1 .main-menu-wrapper nav > ul li .sub-menu li .sub-menu.collapse:not(.show) {
        display: none;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .menu-style-1 .main-menu-wrapper nav > ul li .sub-menu li .sub-menu {
        position: relative;
        width: 100%;
        top: 0;
        left: 0;
        opacity: 1;
        visibility: visible;
        box-shadow: none;
        transition: all 0.3s linear;
        padding-left: 15px;
    }
}

.menu-style-1 .main-menu-wrapper nav > ul li .sub-menu li:hover > .sub-menu {
    top: 0;
    opacity: 1;
    visibility: visible;
}

.menu-style-1 .main-menu-wrapper nav > ul li:last-child .sub-menu li .sub-menu li .sub-menu {
    left: auto;
    right: 100%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .menu-style-1 .main-menu-wrapper nav > ul li:last-child .sub-menu li .sub-menu li .sub-menu {
        left: 0;
        right: auto;
    }
}

@media (max-width: 767px) {
    .menu-style-1 .main-menu-wrapper nav > ul li:last-child .sub-menu li .sub-menu li .sub-menu {
        left: 0;
        right: auto;
    }
}

.menu-style-1 .main-menu-wrapper nav > ul li:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    top: 100%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .menu-style-1 .main-menu-wrapper nav > ul li:hover .sub-menu {
        top: 0;
    }
}

@media (max-width: 767px) {
    .menu-style-1 .main-menu-wrapper nav > ul li:hover .sub-menu {
        top: 0;
    }
}

.menu-style-1 .main-menu-wrapper nav > ul li .sub-mega-dropdown {
    position: absolute;
    top: 125%;
    left: 0;
    z-index: 999;
    min-width: inherit;
    width: 100%;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.32);
    border: 0;
    border-radius: 4px;
    padding: 0;
    margin-top: 0;
    background-color: #fff;
    transition: all 0.3s linear;
    padding: 40px 0 40px;
    opacity: 0;
    visibility: hidden;
}

    .menu-style-1 .main-menu-wrapper nav > ul li .sub-mega-dropdown.collapse:not(.show) {
        display: block;
    }

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .menu-style-1 .main-menu-wrapper nav > ul li .sub-mega-dropdown.collapse:not(.show) {
        display: none;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .menu-style-1 .main-menu-wrapper nav > ul li .sub-mega-dropdown {
        position: relative;
        top: 0;
        width: 100%;
        opacity: 1;
        visibility: visible;
        box-shadow: none;
        padding: 0;
        padding-left: 15px;
        transition: all 0.3s linear;
    }
}

.menu-style-1 .main-menu-wrapper nav > ul li .sub-mega-dropdown .mega-dropdown {
    padding: 0 !important;
}

    .menu-style-1 .main-menu-wrapper nav > ul li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list {
        width: 25%;
    }

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .menu-style-1 .main-menu-wrapper nav > ul li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list {
        width: 100%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .menu-style-1 .main-menu-wrapper nav > ul li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list .mega-title {
        line-height: 36px;
        border-bottom: 1px solid #D1D1D1;
        cursor: pointer;
    }
}

.menu-style-1 .main-menu-wrapper nav > ul li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list .mega-title.collapsed i {
    transform: rotate(0deg);
}

.menu-style-1 .main-menu-wrapper nav > ul li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list .mega-title i {
    transition: all 0.3s linear;
    transform: rotate(180deg);
    font-size: 24px;
}

.menu-style-1 .main-menu-wrapper nav > ul li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list ul.collapse:not(.show) {
    display: block;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .menu-style-1 .main-menu-wrapper nav > ul li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list ul.collapse:not(.show) {
        display: none;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .menu-style-1 .main-menu-wrapper nav > ul li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list ul {
        padding-left: 15px;
    }
}

.menu-style-1 .main-menu-wrapper nav > ul li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list ul li {
    padding: 0;
    margin-top: 16px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .menu-style-1 .main-menu-wrapper nav > ul li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list ul li {
        margin-top: 8px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .menu-style-1 .main-menu-wrapper nav > ul li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list ul li {
        margin-top: 0;
    }
}

.menu-style-1 .main-menu-wrapper nav > ul li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list ul li a {
    font-size: 16px;
    line-height: 22px;
    padding: 0;
    text-transform: capitalize;
    font-weight: 400;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .menu-style-1 .main-menu-wrapper nav > ul li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list ul li a {
        font-size: 14px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .menu-style-1 .main-menu-wrapper nav > ul li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list ul li a {
        padding: 0;
        line-height: 36px;
        font-size: 14px;
    }
}

.menu-style-1 .main-menu-wrapper nav > ul li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list ul li:hover > a {
    background-color: transparent;
    color: #563289;
    box-shadow: none;
    padding-left: 5px;
}

.menu-style-1 .main-menu-wrapper nav > ul li:hover .sub-mega-dropdown {
    top: 100%;
    opacity: 1;
    visibility: visible;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .menu-style-1 .main-menu-wrapper nav > ul li:hover .sub-mega-dropdown {
        top: 0;
    }
}

.menu-style-1 .main-menu-wrapper .main-menu-search {
    display: flex;
    align-items: center;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .menu-style-1 .main-menu-wrapper .main-menu-search {
        display: none;
    }
}

.menu-style-1 .main-menu-wrapper .main-menu-search .navbar-cart {
    padding-left: 15px;
    position: relative;
}

    .menu-style-1 .main-menu-wrapper .main-menu-search .navbar-cart .navbar-cart-dropdown {
        width: 350px;
        position: absolute;
        top: 100%;
        right: 0;
        z-index: 99;
        background-color: #fff;
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s linear;
        border-radius: 8px;
        margin-top: 15px;
    }

@media (max-width: 767px) {
    .menu-style-1 .main-menu-wrapper .main-menu-search .navbar-cart .navbar-cart-dropdown {
        width: 280px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .menu-style-1 .main-menu-wrapper .main-menu-search .navbar-cart .navbar-cart-dropdown {
        width: 350px;
    }
}

.menu-style-1 .main-menu-wrapper .main-menu-search .navbar-cart:hover .navbar-cart-dropdown {
    opacity: 1;
    visibility: visible;
}

/*=====  Navbar Dark 1 =====*/
.menu-dark-1 {
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.08);
    background-color: #393D8E;
}

    .menu-dark-1 .menu-top-area {
        border-bottom: 2px solid rgba(239, 239, 239, 0.2);
    }

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .menu-dark-1 .menu-top-area {
        border-bottom-color: transparent;
    }
}

.menu-dark-1 .menu-top-area .menu-top-left .menu-top-link li a {
    color: #fff;
}

    .menu-dark-1 .menu-top-area .menu-top-left .menu-top-link li a:hover {
        color: #E14C7B;
    }

.menu-dark-1 .menu-top-area .menu-top-right .menu-top-link li .select-position::after {
    border-color: #fff;
}

.menu-dark-1 .menu-top-area .menu-top-right .menu-top-link li .select-position select {
    color: #fff;
}

    .menu-dark-1 .menu-top-area .menu-top-right .menu-top-link li .select-position select option {
        color: #000;
    }

.menu-dark-1 .menu-top-area .menu-top-right .menu-top-link li a {
    color: #fff;
}

    .menu-dark-1 .menu-top-area .menu-top-right .menu-top-link li a:hover {
        color: #E14C7B;
    }

.menu-dark-1 .main-menu-wrapper nav > ul li a {
    color: #fff;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .menu-dark-1 .main-menu-wrapper nav > ul li a {
        border-bottom: 1px solid rgba(209, 209, 209, 0.2);
    }
}

@media (max-width: 767px) {
    .menu-dark-1 .main-menu-wrapper nav > ul li a {
        border-bottom: 1px solid rgba(209, 209, 209, 0.2);
    }
}

.menu-dark-1 .main-menu-wrapper nav > ul li .menu-expand::before {
    background-color: #fff;
}

.menu-dark-1 .main-menu-wrapper nav > ul li .menu-expand::after {
    background-color: #fff;
}

.menu-dark-1 .main-menu-wrapper nav > ul li:hover > a {
    background-color: #E14C7B;
    color: #fff;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.32);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .menu-dark-1 .main-menu-wrapper nav > ul li:hover > a {
        background-color: transparent;
        color: #E14C7B;
        box-shadow: none;
    }
}

@media (max-width: 767px) {
    .menu-dark-1 .main-menu-wrapper nav > ul li:hover > a {
        background-color: transparent;
        color: #E14C7B;
        box-shadow: none;
    }
}

.menu-dark-1 .main-menu-wrapper nav > ul li .sub-menu {
    background-color: #161359;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .menu-dark-1 .main-menu-wrapper nav > ul li .sub-menu {
        background-color: transparent;
    }
}

@media (max-width: 767px) {
    .menu-dark-1 .main-menu-wrapper nav > ul li .sub-menu {
        background-color: transparent;
    }
}

.menu-dark-1 .main-menu-wrapper nav > ul li .sub-mega-dropdown {
    background-color: #161359;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .menu-dark-1 .main-menu-wrapper nav > ul li .sub-mega-dropdown {
        background-color: transparent;
    }
}

@media (max-width: 767px) {
    .menu-dark-1 .main-menu-wrapper nav > ul li .sub-mega-dropdown {
        background-color: transparent;
    }
}

.menu-dark-1 .main-menu-wrapper nav > ul li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list .mega-title {
    color: #fff;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .menu-dark-1 .main-menu-wrapper nav > ul li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list .mega-title {
        border-bottom: 1px solid rgba(209, 209, 209, 0.2);
    }
}

@media (max-width: 767px) {
    .menu-dark-1 .main-menu-wrapper nav > ul li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list .mega-title {
        border-bottom: 1px solid rgba(209, 209, 209, 0.2);
    }
}

.menu-dark-1 .main-menu-wrapper nav > ul li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list ul li:hover > a {
    color: #E14C7B;
}

.menu-dark-1 .navbar-toggle .icon-btn,
.menu-dark-1 .navbar-cart .icon-btn {
    color: #fff;
}

.overlay-dark-1 {
    position: fixed;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 99;
    transition: all 0.3s linear;
    transition-delay: 0.3s;
}

    .overlay-dark-1.open {
        width: 100%;
        transition-delay: 0s;
    }

/* ==================================
    MENU STYLE 2 CSS
===================================== */
.menu-style-2 {
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.08);
    background-color: #fff;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .menu-style-2 {
        padding-top: 8px;
    }
}

.menu-style-2 .menu-top-area {
    border-bottom: 2px solid #EFEFEF;
    padding: 3px 0;
    display: flex;
    justify-content: space-between;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .menu-style-2 .menu-top-area {
        justify-content: flex-end;
        border-color: transparent;
        border-top: 2px solid #EFEFEF;
        margin-top: 8px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .menu-style-2 .menu-top-area .menu-top-left {
        display: none;
    }
}

.menu-style-2 .menu-top-area .menu-top-link {
    display: flex;
    align-items: center;
}

    .menu-style-2 .menu-top-area .menu-top-link li a {
        padding: 0 16px;
        line-height: 36px;
        color: #4C4C4C;
        font-size: 14px;
        text-transform: uppercase;
        font-weight: 500;
        transition: all 0.3s linear;
        display: flex;
        align-items: center;
    }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .menu-style-2 .menu-top-area .menu-top-link li a {
        padding: 0 12px;
        font-size: 14px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .menu-style-2 .menu-top-area .menu-top-link li a {
        font-size: 14px;
        padding: 5px;
        line-height: 22px;
    }
}

.menu-style-2 .menu-top-area .menu-top-link li a i {
    margin-right: 4px;
    font-size: 18px;
}

.menu-style-2 .menu-top-area .menu-top-link li a:hover {
    color: #563289;
}

.menu-style-2 .menu-top-area .menu-top-link li .select-position::after {
    right: 5px;
}

.menu-style-2 .menu-top-area .menu-top-link li select {
    border: none;
    padding-right: 30px;
}

@media (max-width: 767px) {
    .menu-style-2 .menu-top-area .menu-top-link li select {
        display: none;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .menu-style-2 .menu-top-area .menu-top-link li select {
        display: block;
    }
}

.menu-style-2 .main-navbar {
    padding: 15px 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .menu-style-2 .main-navbar {
        padding: 0;
    }
}

.menu-style-2 .main-navbar .navbar-menu {
    position: relative;
}

    .menu-style-2 .main-navbar .navbar-menu .navbar-menu-toggle {
        padding-right: 16px;
    }

        .menu-style-2 .main-navbar .navbar-menu .navbar-menu-toggle .menu-toggle {
            padding: 5px;
            border: 0;
            background: none;
            transition: all 0.3s linear;
            border-radius: 4px;
        }

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .menu-style-2 .main-navbar .navbar-menu .navbar-menu-toggle .menu-toggle {
        position: absolute;
        top: -40px;
    }
}

.menu-style-2 .main-navbar .navbar-menu .navbar-menu-toggle .menu-toggle .toggle-icon {
    width: 25px;
    height: 2px;
    background-color: #000;
    display: block;
    margin: 5px 0;
    position: relative;
    transition: all 0.3s linear;
}

.menu-style-2 .main-navbar .navbar-menu .navbar-menu-toggle .menu-toggle.active {
    background-color: #563289;
}

    .menu-style-2 .main-navbar .navbar-menu .navbar-menu-toggle .menu-toggle.active .toggle-icon {
        background-color: #fff;
    }

        .menu-style-2 .main-navbar .navbar-menu .navbar-menu-toggle .menu-toggle.active .toggle-icon:nth-child(1) {
            top: 7px;
            transform: rotate(45deg);
        }

        .menu-style-2 .main-navbar .navbar-menu .navbar-menu-toggle .menu-toggle.active .toggle-icon:nth-child(2) {
            opacity: 0;
        }

        .menu-style-2 .main-navbar .navbar-menu .navbar-menu-toggle .menu-toggle.active .toggle-icon:nth-child(3) {
            top: -7px;
            transform: rotate(135deg);
        }

.menu-style-2 .main-navbar .navbar-menu .main-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 99;
    background-color: #fff;
    width: 320px;
    padding: 24px;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.25);
    margin-top: 16px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .menu-style-2 .main-navbar .navbar-menu .main-menu {
        width: 260px;
        padding: 16px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .menu-style-2 .main-navbar .navbar-menu .main-menu {
        width: 100%;
        margin-top: 0;
        left: 0;
        transform: translateX(0);
    }
}

.menu-style-2 .main-navbar .navbar-menu .main-menu li {
    position: static;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .menu-style-2 .main-navbar .navbar-menu .main-menu li {
        position: relative;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .menu-style-2 .main-navbar .navbar-menu .main-menu li.menu-item-has-children a.collapsed i {
        transform: rotate(90deg);
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .menu-style-2 .main-navbar .navbar-menu .main-menu li.menu-item-has-children a i {
        display: block;
        transform: rotate(270deg);
        transition: all 0.3s linear;
    }
}

.menu-style-2 .main-navbar .navbar-menu .main-menu li a {
    padding: 0 16px;
    line-height: 40px;
    color: #4C4C4C;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    transition: all 0.3s linear;
    border-radius: 4px;
    display: block;
    position: relative;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .menu-style-2 .main-navbar .navbar-menu .main-menu li a {
        padding: 0 12px;
        font-size: 14px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .menu-style-2 .main-navbar .navbar-menu .main-menu li a {
        display: block;
        padding: 0;
        border-bottom: 1px solid #D1D1D1;
        line-height: 36px;
        text-transform: capitalize;
        font-size: 16px;
        font-weight: 400;
        border-radius: 0;
    }
}

.menu-style-2 .main-navbar .navbar-menu .main-menu li a i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 24px;
    text-align: center;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .menu-style-2 .main-navbar .navbar-menu .main-menu li a i {
        display: none;
    }
}

.menu-style-2 .main-navbar .navbar-menu .main-menu li .menu-expand {
    position: absolute;
    width: 21px;
    height: 21px;
    top: 8px;
    right: 0;
    cursor: pointer;
    z-index: 9;
}

    .menu-style-2 .main-navbar .navbar-menu .main-menu li .menu-expand::before {
        position: absolute;
        content: '';
        top: 50%;
        transform: translateY(-50%);
        left: 0;
        width: 100%;
        height: 2px;
        background-color: #000;
    }

    .menu-style-2 .main-navbar .navbar-menu .main-menu li .menu-expand::after {
        position: absolute;
        content: '';
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 2px;
        height: 100%;
        background-color: #000;
        transition: all 0.3s linear;
    }

.menu-style-2 .main-navbar .navbar-menu .main-menu li.active > .menu-expand::after {
    height: 0;
}

.menu-style-2 .main-navbar .navbar-menu .main-menu li:hover > a {
    background-color: #563289;
    color: #fff;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.32);
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .menu-style-2 .main-navbar .navbar-menu .main-menu li:hover > a {
        background-color: #fff;
        color: #563289;
        box-shadow: none;
    }
}

.menu-style-2 .main-navbar .navbar-menu .main-menu li .sub-mega-dropdown {
    position: absolute;
    top: 20px;
    left: 100%;
    z-index: 999;
    min-width: 735px;
    width: 100%;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.32);
    border: 0;
    padding: 0;
    margin-top: 0;
    background-color: #fff;
    transition: all 0.3s linear;
    padding: 40px 24px;
    opacity: 0;
    visibility: hidden;
}

    .menu-style-2 .main-navbar .navbar-menu .main-menu li .sub-mega-dropdown.collapse:not(.show) {
        display: block;
    }

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .menu-style-2 .main-navbar .navbar-menu .main-menu li .sub-mega-dropdown.collapse:not(.show) {
        display: none;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .menu-style-2 .main-navbar .navbar-menu .main-menu li .sub-mega-dropdown {
        min-width: 613px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .menu-style-2 .main-navbar .navbar-menu .main-menu li .sub-mega-dropdown {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        opacity: 1;
        visibility: visible;
        box-shadow: none;
        padding: 0;
        padding-left: 15px;
        min-width: inherit;
    }
}

.menu-style-2 .main-navbar .navbar-menu .main-menu li .sub-mega-dropdown .mega-dropdown {
    padding: 0 !important;
}

    .menu-style-2 .main-navbar .navbar-menu .main-menu li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list {
        width: 33.33%;
    }

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .menu-style-2 .main-navbar .navbar-menu .main-menu li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list {
        width: 100%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .menu-style-2 .main-navbar .navbar-menu .main-menu li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list .mega-title {
        line-height: 36px;
        border-bottom: 1px solid #D1D1D1;
        cursor: pointer;
        display: flex;
        justify-content: space-between;
    }
}

.menu-style-2 .main-navbar .navbar-menu .main-menu li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list .mega-title.collapsed i {
    transform: rotate(0deg);
}

.menu-style-2 .main-navbar .navbar-menu .main-menu li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list .mega-title i {
    display: none;
    transition: all 0.3s linear;
    font-size: 24px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .menu-style-2 .main-navbar .navbar-menu .main-menu li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list .mega-title i {
        display: inline;
        transform: rotate(180deg);
    }
}

.menu-style-2 .main-navbar .navbar-menu .main-menu li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list ul.collapse:not(.show) {
    display: block;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .menu-style-2 .main-navbar .navbar-menu .main-menu li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list ul.collapse:not(.show) {
        display: none;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .menu-style-2 .main-navbar .navbar-menu .main-menu li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list ul {
        padding-left: 15px;
    }
}

.menu-style-2 .main-navbar .navbar-menu .main-menu li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list ul li {
    padding: 0;
    margin-top: 16px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .menu-style-2 .main-navbar .navbar-menu .main-menu li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list ul li {
        margin-top: 8px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .menu-style-2 .main-navbar .navbar-menu .main-menu li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list ul li {
        margin-top: 0;
    }
}

.menu-style-2 .main-navbar .navbar-menu .main-menu li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list ul li a {
    font-size: 16px;
    line-height: 22px;
    padding: 0;
    text-transform: capitalize;
    font-weight: 400;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .menu-style-2 .main-navbar .navbar-menu .main-menu li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list ul li a {
        font-size: 14px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .menu-style-2 .main-navbar .navbar-menu .main-menu li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list ul li a {
        padding: 0;
        line-height: 36px;
        font-size: 14px;
    }
}

.menu-style-2 .main-navbar .navbar-menu .main-menu li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list ul li:hover > a {
    background-color: transparent;
    color: #563289;
    box-shadow: none;
    padding-left: 5px;
}

.menu-style-2 .main-navbar .navbar-menu .main-menu li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list .menu-image {
    margin-top: 8px;
    margin-right: 8px;
}

    .menu-style-2 .main-navbar .navbar-menu .main-menu li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list .menu-image img {
        width: 100%;
        border-radius: 4px;
    }

.menu-style-2 .main-navbar .navbar-menu .main-menu li:hover .sub-mega-dropdown {
    top: 0;
    opacity: 1;
    visibility: visible;
}

.menu-style-2 .navbar-search-cart {
    width: 100%;
}

.menu-style-2 .navbar-search {
    width: 100%;
}

.menu-style-2 .navbar-cart {
    padding-left: 15px;
    position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .menu-style-2 .navbar-cart {
        float: right;
        display: block;
    }
}

.menu-style-2 .navbar-cart .icon-btn {
    border-radius: 4px;
}

    .menu-style-2 .navbar-cart .icon-btn::before {
        display: none;
    }

.menu-style-2 .navbar-cart .navbar-cart-dropdown {
    width: 350px;
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 99;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s linear;
    border-radius: 8px;
    margin-top: 15px;
}

@media (max-width: 767px) {
    .menu-style-2 .navbar-cart .navbar-cart-dropdown {
        width: 280px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .menu-style-2 .navbar-cart .navbar-cart-dropdown {
        width: 350px;
    }
}

.menu-style-2 .navbar-cart:hover .navbar-cart-dropdown {
    opacity: 1;
    visibility: visible;
}

/*=====  Navbar Dark 2 =====*/
.menu-dark-2 {
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.08);
    background-color: #393D8E;
}

    .menu-dark-2 .menu-top-area {
        border-bottom: 1px solid rgba(209, 209, 209, 0.2);
    }

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .menu-dark-2 .menu-top-area {
        border-bottom-color: transparent;
    }
}

.menu-dark-2 .menu-top-area .menu-top-left .menu-top-link li select {
    color: #fff;
}

    .menu-dark-2 .menu-top-area .menu-top-left .menu-top-link li select option {
        color: #000;
    }

.menu-dark-2 .menu-top-area .menu-top-left .menu-top-link li a {
    color: #fff;
}

    .menu-dark-2 .menu-top-area .menu-top-left .menu-top-link li a:hover {
        color: #E14C7B;
    }

.menu-dark-2 .menu-top-area .menu-top-right .menu-top-link li select {
    color: #fff;
}

    .menu-dark-2 .menu-top-area .menu-top-right .menu-top-link li select option {
        color: #000;
    }

.menu-dark-2 .menu-top-area .menu-top-right .menu-top-link li a {
    color: #fff;
}

    .menu-dark-2 .menu-top-area .menu-top-right .menu-top-link li a:hover {
        color: #E14C7B;
    }

.menu-dark-2 .main-navbar .navbar-menu .navbar-menu-toggle .menu-toggle .toggle-icon {
    background-color: #fff;
}

.menu-dark-2 .main-navbar .navbar-menu .navbar-menu-toggle .menu-toggle.active {
    background-color: #E14C7B;
}

.menu-dark-2 .main-navbar .navbar-menu .main-menu {
    background-color: #161359;
}

    .menu-dark-2 .main-navbar .navbar-menu .main-menu li a {
        color: #fff;
    }

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .menu-dark-2 .main-navbar .navbar-menu .main-menu li a {
        border-bottom: 1px solid rgba(209, 209, 209, 0.2);
    }
}

@media (max-width: 767px) {
    .menu-dark-2 .main-navbar .navbar-menu .main-menu li a {
        border-bottom: 1px solid rgba(209, 209, 209, 0.2);
    }
}

.menu-dark-2 .main-navbar .navbar-menu .main-menu li .menu-expand::before {
    background-color: #fff;
}

.menu-dark-2 .main-navbar .navbar-menu .main-menu li .menu-expand::after {
    background-color: #fff;
}

.menu-dark-2 .main-navbar .navbar-menu .main-menu li.active > .menu-expand::after {
    height: 0;
}

.menu-dark-2 .main-navbar .navbar-menu .main-menu li:hover > a {
    background-color: #E14C7B;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .menu-dark-2 .main-navbar .navbar-menu .main-menu li:hover > a {
        background-color: transparent;
        color: #4C4C4C;
    }
}

@media (max-width: 767px) {
    .menu-dark-2 .main-navbar .navbar-menu .main-menu li:hover > a {
        background-color: transparent;
        color: #4C4C4C;
    }
}

.menu-dark-2 .main-navbar .navbar-menu .main-menu li .sub-mega-dropdown {
    background-color: #161359;
}

    .menu-dark-2 .main-navbar .navbar-menu .main-menu li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list .mega-title {
        color: #fff;
    }

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .menu-dark-2 .main-navbar .navbar-menu .main-menu li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list .mega-title {
        border-bottom: 1px solid rgba(209, 209, 209, 0.2);
    }
}

@media (max-width: 767px) {
    .menu-dark-2 .main-navbar .navbar-menu .main-menu li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list .mega-title {
        border-bottom: 1px solid rgba(209, 209, 209, 0.2);
    }
}

.menu-dark-2 .main-navbar .navbar-menu .main-menu li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list ul li:hover > a {
    color: #E14C7B;
}

.menu-dark-2 .navbar-toggle .icon-btn,
.menu-dark-2 .navbar-cart .icon-btn {
    color: #fff;
}

.menu-dark-2 select {
    color: #fff;
}

    .menu-dark-2 select option {
        color: #000;
    }

.overlay-dark-2 {
    position: fixed;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 99;
    transition: all 0.3s linear;
    transition-delay: 0.3s;
}

    .overlay-dark-2.open {
        width: 100%;
        transition-delay: 0s;
    }

/* ==================================
    MENU STYLE 3 CSS
===================================== */
.menu-style-3 {
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.08);
    background-color: #fff;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .menu-style-3 {
        padding-top: 8px;
    }
}

.menu-style-3 .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
}

.menu-style-3 .menu-top-area {
    border-bottom: 2px solid #EFEFEF;
    padding: 3px 0;
    display: flex;
    justify-content: space-between;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .menu-style-3 .menu-top-area {
        justify-content: flex-end;
        border-color: transparent;
        border-top: 2px solid #EFEFEF;
        margin-top: 8px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .menu-style-3 .menu-top-area .menu-top-left {
        display: none;
    }
}

.menu-style-3 .menu-top-area .menu-top-left li {
    padding: 0px 16px;
}

.menu-style-3 .menu-top-area .menu-top-link {
    display: flex;
    align-items: center;
}

    .menu-style-3 .menu-top-area .menu-top-link li a {
        line-height: 36px;
        color: #4C4C4C;
        font-size: 14px;
        text-transform: uppercase;
        font-weight: 500;
        transition: all 0.3s linear;
        display: flex;
        align-items: center;
    }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .menu-style-3 .menu-top-area .menu-top-link li a {
        padding: 0 12px;
        font-size: 14px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .menu-style-3 .menu-top-area .menu-top-link li a {
        font-size: 14px;
        padding: 5px;
        line-height: 22px;
    }
}

.menu-style-3 .menu-top-area .menu-top-link li a i {
    margin-right: 4px;
    font-size: 18px;
}

.menu-style-3 .menu-top-area .menu-top-link li a:hover {
    color: #563289;
}

.menu-style-3 .menu-top-area .menu-top-link li select {
    border: none;
    padding-right: 30px;
}

@media (max-width: 767px) {
    .menu-style-3 .menu-top-area .menu-top-link li select {
        display: none;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .menu-style-3 .menu-top-area .menu-top-link li select {
        display: block;
    }
}

.menu-style-3 .main-navbar {
    padding: 15px 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .menu-style-3 .main-navbar {
        padding: 0;
    }
}

.menu-style-3 .main-navbar .navbar-menu {
    position: relative;
}

    .menu-style-3 .main-navbar .navbar-menu .navbar-menu-toggle {
        padding-right: 16px;
    }

        .menu-style-3 .main-navbar .navbar-menu .navbar-menu-toggle .menu-toggle {
            padding: 5px;
            border: 0;
            background: none;
            transition: all 0.3s linear;
            border-radius: 4px;
        }

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .menu-style-3 .main-navbar .navbar-menu .navbar-menu-toggle .menu-toggle {
        position: absolute;
        top: -40px;
    }
}

.menu-style-3 .main-navbar .navbar-menu .navbar-menu-toggle .menu-toggle .toggle-icon {
    width: 25px;
    height: 2px;
    background-color: #000;
    display: block;
    margin: 5px 0;
    position: relative;
    transition: all 0.3s linear;
}

.menu-style-3 .main-navbar .navbar-menu .navbar-menu-toggle .menu-toggle.active {
    background-color: #563289;
}

    .menu-style-3 .main-navbar .navbar-menu .navbar-menu-toggle .menu-toggle.active .toggle-icon {
        background-color: #fff;
    }

        .menu-style-3 .main-navbar .navbar-menu .navbar-menu-toggle .menu-toggle.active .toggle-icon:nth-child(1) {
            top: 7px;
            transform: rotate(45deg);
        }

        .menu-style-3 .main-navbar .navbar-menu .navbar-menu-toggle .menu-toggle.active .toggle-icon:nth-child(2) {
            opacity: 0;
        }

        .menu-style-3 .main-navbar .navbar-menu .navbar-menu-toggle .menu-toggle.active .toggle-icon:nth-child(3) {
            top: -7px;
            transform: rotate(135deg);
        }

.menu-style-3 .main-navbar .navbar-menu .main-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 99;
    background-color: #fff;
    width: 320px;
    padding: 24px;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.25);
    margin-top: 16px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .menu-style-3 .main-navbar .navbar-menu .main-menu {
        transform: translateX(0);
        left: 0;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .menu-style-3 .main-navbar .navbar-menu .main-menu {
        width: 260px;
        padding: 16px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .menu-style-3 .main-navbar .navbar-menu .main-menu {
        width: 100%;
        margin-top: 0;
        left: 0;
        transform: translateX(0);
    }
}

.menu-style-3 .main-navbar .navbar-menu .main-menu li {
    position: static;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .menu-style-3 .main-navbar .navbar-menu .main-menu li {
        position: relative;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .menu-style-3 .main-navbar .navbar-menu .main-menu li.menu-item-has-children a.collapsed i {
        transform: rotate(90deg);
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .menu-style-3 .main-navbar .navbar-menu .main-menu li.menu-item-has-children a i {
        display: block;
        transform: rotate(270deg);
        transition: all 0.3s linear;
    }
}

.menu-style-3 .main-navbar .navbar-menu .main-menu li a {
    padding: 0 16px;
    line-height: 40px;
    color: #4C4C4C;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    transition: all 0.3s linear;
    border-radius: 4px;
    display: block;
    position: relative;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .menu-style-3 .main-navbar .navbar-menu .main-menu li a {
        padding: 0 12px;
        font-size: 14px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .menu-style-3 .main-navbar .navbar-menu .main-menu li a {
        display: block;
        padding: 0;
        border-bottom: 1px solid #D1D1D1;
        line-height: 36px;
        text-transform: capitalize;
        font-size: 16px;
        font-weight: 400;
        border-radius: 0;
    }
}

.menu-style-3 .main-navbar .navbar-menu .main-menu li a i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 24px;
    text-align: center;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .menu-style-3 .main-navbar .navbar-menu .main-menu li a i {
        display: none;
    }
}

.menu-style-3 .main-navbar .navbar-menu .main-menu li .menu-expand {
    position: absolute;
    width: 21px;
    height: 21px;
    top: 8px;
    right: 0;
    cursor: pointer;
    z-index: 9;
}

    .menu-style-3 .main-navbar .navbar-menu .main-menu li .menu-expand::before {
        position: absolute;
        content: '';
        top: 50%;
        transform: translateY(-50%);
        left: 0;
        width: 100%;
        height: 2px;
        background-color: #000;
    }

    .menu-style-3 .main-navbar .navbar-menu .main-menu li .menu-expand::after {
        position: absolute;
        content: '';
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 2px;
        height: 100%;
        background-color: #000;
        transition: all 0.3s linear;
    }

.menu-style-3 .main-navbar .navbar-menu .main-menu li.active > .menu-expand::after {
    height: 0;
}

.menu-style-3 .main-navbar .navbar-menu .main-menu li:hover > a {
    background-color: #563289;
    color: #fff;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.32);
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .menu-style-3 .main-navbar .navbar-menu .main-menu li:hover > a {
        background-color: #fff;
        color: #563289;
        box-shadow: none;
    }
}

.menu-style-3 .main-navbar .navbar-menu .main-menu li .sub-mega-dropdown {
    position: absolute;
    top: 20px;
    left: 100%;
    z-index: 999;
    min-width: 735px;
    width: 100%;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.32);
    border: 0;
    padding: 0;
    margin-top: 0;
    background-color: #fff;
    transition: all 0.3s linear;
    padding: 40px 24px;
    opacity: 0;
    visibility: hidden;
}

    .menu-style-3 .main-navbar .navbar-menu .main-menu li .sub-mega-dropdown.collapse:not(.show) {
        display: block;
    }

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .menu-style-3 .main-navbar .navbar-menu .main-menu li .sub-mega-dropdown.collapse:not(.show) {
        display: none;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .menu-style-3 .main-navbar .navbar-menu .main-menu li .sub-mega-dropdown {
        min-width: 613px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .menu-style-3 .main-navbar .navbar-menu .main-menu li .sub-mega-dropdown {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        opacity: 1;
        visibility: visible;
        box-shadow: none;
        padding: 0;
        padding-left: 15px;
        min-width: inherit;
    }
}

.menu-style-3 .main-navbar .navbar-menu .main-menu li .sub-mega-dropdown .mega-dropdown {
    padding: 0 !important;
}

    .menu-style-3 .main-navbar .navbar-menu .main-menu li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list {
        width: 33.33%;
    }

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .menu-style-3 .main-navbar .navbar-menu .main-menu li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list {
        width: 100%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .menu-style-3 .main-navbar .navbar-menu .main-menu li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list .mega-title {
        line-height: 36px;
        border-bottom: 1px solid #D1D1D1;
        cursor: pointer;
        display: flex;
        justify-content: space-between;
    }
}

.menu-style-3 .main-navbar .navbar-menu .main-menu li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list .mega-title.collapsed i {
    transform: rotate(0deg);
}

.menu-style-3 .main-navbar .navbar-menu .main-menu li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list .mega-title i {
    display: none;
    transition: all 0.3s linear;
    font-size: 24px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .menu-style-3 .main-navbar .navbar-menu .main-menu li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list .mega-title i {
        display: inline;
        transform: rotate(180deg);
    }
}

.menu-style-3 .main-navbar .navbar-menu .main-menu li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list ul.collapse:not(.show) {
    display: block;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .menu-style-3 .main-navbar .navbar-menu .main-menu li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list ul.collapse:not(.show) {
        display: none;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .menu-style-3 .main-navbar .navbar-menu .main-menu li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list ul {
        padding-left: 15px;
    }
}

.menu-style-3 .main-navbar .navbar-menu .main-menu li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list ul li {
    padding: 0;
    margin-top: 16px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .menu-style-3 .main-navbar .navbar-menu .main-menu li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list ul li {
        margin-top: 8px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .menu-style-3 .main-navbar .navbar-menu .main-menu li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list ul li {
        margin-top: 0;
    }
}

.menu-style-3 .main-navbar .navbar-menu .main-menu li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list ul li a {
    font-size: 16px;
    line-height: 22px;
    padding: 0;
    text-transform: capitalize;
    font-weight: 400;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .menu-style-3 .main-navbar .navbar-menu .main-menu li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list ul li a {
        font-size: 14px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .menu-style-3 .main-navbar .navbar-menu .main-menu li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list ul li a {
        padding: 0;
        line-height: 36px;
        font-size: 14px;
    }
}

.menu-style-3 .main-navbar .navbar-menu .main-menu li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list ul li:hover > a {
    background-color: transparent;
    color: #563289;
    box-shadow: none;
    padding-left: 5px;
}

.menu-style-3 .main-navbar .navbar-menu .main-menu li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list .menu-image {
    margin-top: 8px;
    margin-right: 8px;
}

    .menu-style-3 .main-navbar .navbar-menu .main-menu li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list .menu-image img {
        width: 100%;
        border-radius: 4px;
    }

.menu-style-3 .main-navbar .navbar-menu .main-menu li:hover .sub-mega-dropdown {
    top: 0;
    opacity: 1;
    visibility: visible;
}

.menu-style-3 .navbar-search-cart {
    width: 100%;
}

.menu-style-3 .navbar-search {
    width: 100%;
}

.menu-style-3 .navbar-cart {
    padding-left: 15px;
    position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .menu-style-3 .navbar-cart {
        float: right;
        display: block;
    }
}

.menu-style-3 .navbar-cart .icon-btn {
    border-radius: 4px;
}

    .menu-style-3 .navbar-cart .icon-btn::before {
        display: none;
    }

.menu-style-3 .navbar-cart .navbar-cart-dropdown {
    width: 350px;
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 99;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s linear;
    border-radius: 8px;
    margin-top: 15px;
}

@media (max-width: 767px) {
    .menu-style-3 .navbar-cart .navbar-cart-dropdown {
        width: 280px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .menu-style-3 .navbar-cart .navbar-cart-dropdown {
        width: 350px;
    }
}

.menu-style-3 .navbar-cart:hover .navbar-cart-dropdown {
    opacity: 1;
    visibility: visible;
}

/*=====  Navbar Dark 3 =====*/
.menu-dark-3 {
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.08);
    background-color: #393D8E;
}

    .menu-dark-3 .menu-top-area {
        border-bottom: 1px solid rgba(209, 209, 209, 0.2);
    }

        .menu-dark-3 .menu-top-area .menu-top-left .menu-top-link li a {
            color: #fff;
        }

            .menu-dark-3 .menu-top-area .menu-top-left .menu-top-link li a:hover {
                color: #E14C7B;
            }

        .menu-dark-3 .menu-top-area .menu-top-right .menu-top-link li .select-position::after {
            right: 5px;
        }

        .menu-dark-3 .menu-top-area .menu-top-right .menu-top-link li select {
            color: #fff;
            padding-right: 30px;
        }

            .menu-dark-3 .menu-top-area .menu-top-right .menu-top-link li select option {
                color: #000;
            }

        .menu-dark-3 .menu-top-area .menu-top-right .menu-top-link li a {
            color: #fff;
        }

            .menu-dark-3 .menu-top-area .menu-top-right .menu-top-link li a:hover {
                color: #E14C7B;
            }

    .menu-dark-3 .main-navbar .navbar-menu .navbar-menu-toggle .menu-toggle .toggle-icon {
        background-color: #fff;
    }

    .menu-dark-3 .main-navbar .navbar-menu .navbar-menu-toggle .menu-toggle.active {
        background-color: #E14C7B;
    }

    .menu-dark-3 .main-navbar .navbar-menu .main-menu {
        background-color: #161359;
    }

        .menu-dark-3 .main-navbar .navbar-menu .main-menu li a {
            color: #fff;
        }

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .menu-dark-3 .main-navbar .navbar-menu .main-menu li a {
        border-bottom: 1px solid rgba(209, 209, 209, 0.2);
    }
}

@media (max-width: 767px) {
    .menu-dark-3 .main-navbar .navbar-menu .main-menu li a {
        border-bottom: 1px solid rgba(209, 209, 209, 0.2);
    }
}

.menu-dark-3 .main-navbar .navbar-menu .main-menu li .menu-expand::before {
    background-color: #fff;
}

.menu-dark-3 .main-navbar .navbar-menu .main-menu li .menu-expand::after {
    background-color: #fff;
}

.menu-dark-3 .main-navbar .navbar-menu .main-menu li.active > .menu-expand::after {
    height: 0;
}

.menu-dark-3 .main-navbar .navbar-menu .main-menu li:hover > a {
    background-color: #E14C7B;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .menu-dark-3 .main-navbar .navbar-menu .main-menu li:hover > a {
        background-color: transparent;
        color: #4C4C4C;
    }
}

@media (max-width: 767px) {
    .menu-dark-3 .main-navbar .navbar-menu .main-menu li:hover > a {
        background-color: transparent;
        color: #4C4C4C;
    }
}

.menu-dark-3 .main-navbar .navbar-menu .main-menu li .sub-mega-dropdown {
    background-color: #161359;
}

    .menu-dark-3 .main-navbar .navbar-menu .main-menu li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list .mega-title {
        color: #fff;
    }

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .menu-dark-3 .main-navbar .navbar-menu .main-menu li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list .mega-title {
        border-bottom: 1px solid rgba(209, 209, 209, 0.2);
    }
}

@media (max-width: 767px) {
    .menu-dark-3 .main-navbar .navbar-menu .main-menu li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list .mega-title {
        border-bottom: 1px solid rgba(209, 209, 209, 0.2);
    }
}

.menu-dark-3 .main-navbar .navbar-menu .main-menu li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list ul li:hover > a {
    color: #E14C7B;
}

.menu-dark-3 .navbar-toggle .icon-btn,
.menu-dark-3 .navbar-cart .icon-btn {
    color: #fff;
}

.menu-dark-3 select {
    color: #fff;
}

    .menu-dark-3 select option {
        color: #000;
    }

.overlay-dark-3 {
    position: fixed;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 99;
    transition: all 0.3s linear;
    transition-delay: 0.3s;
}

    .overlay-dark-3.open {
        width: 100%;
        transition-delay: 0s;
    }

/*=====  Menu Style 4 =====*/
.menu-style-4 {
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.08);
    background-color: #fff;
}

    .menu-style-4 .menu-top-area {
        border-bottom: 2px solid #EFEFEF;
        padding: 10px 0;
    }

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .menu-style-4 .menu-top-area {
        border-color: transparent;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .menu-style-4 .menu-top-area .menu-top-left {
        display: none;
    }
}

@media (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
    .menu-style-4 .menu-top-area .menu-top-right {
        display: flex;
        justify-content: flex-end;
        border-top: 2px solid #EFEFEF;
        padding-top: 10px;
        margin-top: 15px;
    }
}

.menu-style-4 .menu-top-area .menu-top-link {
    display: flex;
    align-items: center;
}

    .menu-style-4 .menu-top-area .menu-top-link li a {
        padding: 0 16px;
        line-height: 36px;
        color: #4C4C4C;
        font-size: 14px;
        text-transform: uppercase;
        font-weight: 500;
        transition: all 0.3s linear;
        display: flex;
        align-items: center;
    }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .menu-style-4 .menu-top-area .menu-top-link li a {
        padding: 0 12px;
        font-size: 14px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .menu-style-4 .menu-top-area .menu-top-link li a {
        font-size: 14px;
        padding: 5px;
        line-height: 22px;
    }
}

.menu-style-4 .menu-top-area .menu-top-link li a i {
    margin-right: 4px;
    font-size: 18px;
}

.menu-style-4 .menu-top-area .menu-top-link li a:hover {
    color: #563289;
}

.menu-style-4 .menu-top-area .menu-top-link li select {
    border: none;
}

@media (max-width: 767px) {
    .menu-style-4 .menu-top-area .menu-top-link li select {
        display: none;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .menu-style-4 .menu-top-area .menu-top-link li select {
        display: block;
    }
}

.menu-style-4 .main-navbar .navbar-menu {
    position: relative;
}

    .menu-style-4 .main-navbar .navbar-menu .navbar-menu-toggle {
        padding-right: 16px;
    }

        .menu-style-4 .main-navbar .navbar-menu .navbar-menu-toggle .menu-toggle {
            padding: 5px;
            border: 0;
            background: none;
            transition: all 0.3s linear;
            border-radius: 4px;
        }

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .menu-style-4 .main-navbar .navbar-menu .navbar-menu-toggle .menu-toggle {
        position: absolute;
        left: 0;
        top: -48px;
    }
}

.menu-style-4 .main-navbar .navbar-menu .navbar-menu-toggle .menu-toggle .toggle-icon {
    width: 25px;
    height: 2px;
    background-color: #000;
    display: block;
    margin: 5px 0;
    position: relative;
    transition: all 0.3s linear;
}

.menu-style-4 .main-navbar .navbar-menu .navbar-menu-toggle .menu-toggle.active {
    background-color: #563289;
}

    .menu-style-4 .main-navbar .navbar-menu .navbar-menu-toggle .menu-toggle.active .toggle-icon {
        background-color: #fff;
    }

        .menu-style-4 .main-navbar .navbar-menu .navbar-menu-toggle .menu-toggle.active .toggle-icon:nth-child(1) {
            top: 7px;
            transform: rotate(45deg);
        }

        .menu-style-4 .main-navbar .navbar-menu .navbar-menu-toggle .menu-toggle.active .toggle-icon:nth-child(2) {
            opacity: 0;
        }

        .menu-style-4 .main-navbar .navbar-menu .navbar-menu-toggle .menu-toggle.active .toggle-icon:nth-child(3) {
            top: -7px;
            transform: rotate(135deg);
        }

.menu-style-4 .main-navbar .navbar-menu .main-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 99;
    background-color: #fff;
    width: 320px;
    padding: 24px;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.25);
    margin-top: 16px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .menu-style-4 .main-navbar .navbar-menu .main-menu {
        left: 0;
        transform: translateX(0);
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .menu-style-4 .main-navbar .navbar-menu .main-menu {
        width: 260px;
        padding: 16px;
        left: 0;
        transform: translateX(0);
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .menu-style-4 .main-navbar .navbar-menu .main-menu {
        width: 100%;
        margin-top: 0;
        position: absolute;
        top: 100%;
        left: 0;
        transform: translateX(0);
    }
}

.menu-style-4 .main-navbar .navbar-menu .main-menu li {
    position: static;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .menu-style-4 .main-navbar .navbar-menu .main-menu li {
        position: relative;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .menu-style-4 .main-navbar .navbar-menu .main-menu li.menu-item-has-children a.collapsed i {
        transform: rotate(90deg);
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .menu-style-4 .main-navbar .navbar-menu .main-menu li.menu-item-has-children a i {
        display: block;
        transition: all 0.3s linear;
        transform: rotate(270deg);
    }
}

.menu-style-4 .main-navbar .navbar-menu .main-menu li a {
    padding: 0 16px;
    line-height: 40px;
    color: #4C4C4C;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    transition: all 0.3s linear;
    border-radius: 4px;
    display: block;
    position: relative;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .menu-style-4 .main-navbar .navbar-menu .main-menu li a {
        padding: 0 12px;
        font-size: 14px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .menu-style-4 .main-navbar .navbar-menu .main-menu li a {
        display: block;
        padding: 0;
        border-bottom: 1px solid #D1D1D1;
        line-height: 36px;
        text-transform: capitalize;
        font-size: 16px;
        font-weight: 400;
        border-radius: 0;
    }
}

.menu-style-4 .main-navbar .navbar-menu .main-menu li a i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 24px;
    text-align: center;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .menu-style-4 .main-navbar .navbar-menu .main-menu li a i {
        display: none;
    }
}

.menu-style-4 .main-navbar .navbar-menu .main-menu li .menu-expand {
    position: absolute;
    width: 21px;
    height: 21px;
    top: 8px;
    right: 0;
    cursor: pointer;
    z-index: 9;
}

    .menu-style-4 .main-navbar .navbar-menu .main-menu li .menu-expand::before {
        position: absolute;
        content: '';
        top: 50%;
        transform: translateY(-50%);
        left: 0;
        width: 100%;
        height: 2px;
        background-color: #000;
    }

    .menu-style-4 .main-navbar .navbar-menu .main-menu li .menu-expand::after {
        position: absolute;
        content: '';
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 2px;
        height: 100%;
        background-color: #000;
        transition: all 0.3s linear;
    }

.menu-style-4 .main-navbar .navbar-menu .main-menu li.active > .menu-expand::after {
    height: 0;
}

.menu-style-4 .main-navbar .navbar-menu .main-menu li:hover > a {
    background-color: #563289;
    color: #fff;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.32);
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .menu-style-4 .main-navbar .navbar-menu .main-menu li:hover > a {
        background-color: #fff;
        color: #563289;
        box-shadow: none;
    }
}

.menu-style-4 .main-navbar .navbar-menu .main-menu li .sub-mega-dropdown {
    position: absolute;
    top: 20px;
    left: 100%;
    z-index: 999;
    min-width: 735px;
    width: 100%;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.32);
    border: 0;
    padding: 0;
    margin-top: 0;
    background-color: #fff;
    transition: all 0.3s linear;
    padding: 40px 24px;
    opacity: 0;
    visibility: hidden;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .menu-style-4 .main-navbar .navbar-menu .main-menu li .sub-mega-dropdown {
        min-width: 613px;
    }
}

.menu-style-4 .main-navbar .navbar-menu .main-menu li .sub-mega-dropdown.collapse:not(.show) {
    display: block;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .menu-style-4 .main-navbar .navbar-menu .main-menu li .sub-mega-dropdown.collapse:not(.show) {
        display: none;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .menu-style-4 .main-navbar .navbar-menu .main-menu li .sub-mega-dropdown {
        box-shadow: none;
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        opacity: 1;
        visibility: visible;
        padding: 20px;
        min-width: inherit;
    }
}

.menu-style-4 .main-navbar .navbar-menu .main-menu li .sub-mega-dropdown .mega-dropdown {
    padding: 0 !important;
}

    .menu-style-4 .main-navbar .navbar-menu .main-menu li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list {
        width: 33.33%;
    }

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .menu-style-4 .main-navbar .navbar-menu .main-menu li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list {
        width: 100%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .menu-style-4 .main-navbar .navbar-menu .main-menu li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list .mega-title {
        line-height: 36px;
        border-bottom: 1px solid #D1D1D1;
        cursor: pointer;
        display: flex;
        justify-content: space-between;
    }
}

.menu-style-4 .main-navbar .navbar-menu .main-menu li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list .mega-title.collapsed i {
    transform: rotate(90deg);
}

.menu-style-4 .main-navbar .navbar-menu .main-menu li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list .mega-title i {
    display: none;
    transition: all 0.3s linear;
    font-size: 24px;
    transform: rotate(270deg);
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .menu-style-4 .main-navbar .navbar-menu .main-menu li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list .mega-title i {
        display: block;
    }
}

.menu-style-4 .main-navbar .navbar-menu .main-menu li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list ul.collapse:not(.show) {
    display: block;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .menu-style-4 .main-navbar .navbar-menu .main-menu li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list ul.collapse:not(.show) {
        display: none;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .menu-style-4 .main-navbar .navbar-menu .main-menu li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list ul {
        padding-left: 15px;
    }
}

.menu-style-4 .main-navbar .navbar-menu .main-menu li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list ul li {
    padding: 0;
    margin-top: 16px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .menu-style-4 .main-navbar .navbar-menu .main-menu li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list ul li {
        margin-top: 8px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .menu-style-4 .main-navbar .navbar-menu .main-menu li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list ul li {
        margin-top: 0;
    }
}

.menu-style-4 .main-navbar .navbar-menu .main-menu li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list ul li a {
    font-size: 16px;
    line-height: 22px;
    padding: 0;
    text-transform: capitalize;
    font-weight: 400;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .menu-style-4 .main-navbar .navbar-menu .main-menu li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list ul li a {
        font-size: 14px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .menu-style-4 .main-navbar .navbar-menu .main-menu li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list ul li a {
        padding: 0;
        line-height: 36px;
        font-size: 14px;
    }
}

.menu-style-4 .main-navbar .navbar-menu .main-menu li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list ul li:hover > a {
    background-color: transparent;
    color: #563289;
    box-shadow: none;
    padding-left: 5px;
}

.menu-style-4 .main-navbar .navbar-menu .main-menu li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list .menu-image {
    margin-top: 8px;
    margin-right: 8px;
}

    .menu-style-4 .main-navbar .navbar-menu .main-menu li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list .menu-image img {
        width: 100%;
        border-radius: 4px;
    }

.menu-style-4 .main-navbar .navbar-menu .main-menu li:hover .sub-mega-dropdown {
    top: 0;
    opacity: 1;
    visibility: visible;
}

.menu-style-4 .main-navbar .main-menu-horizontal li {
    padding: 17px 0;
    position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .menu-style-4 .main-navbar .main-menu-horizontal li {
        padding: 0;
    }
}

@media (max-width: 767px) {
    .menu-style-4 .main-navbar .main-menu-horizontal li {
        padding: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .menu-style-4 .main-navbar .main-menu-horizontal li.position-static {
        position: relative !important;
    }
}

@media (max-width: 767px) {
    .menu-style-4 .main-navbar .main-menu-horizontal li.position-static {
        position: relative !important;
    }
}

.menu-style-4 .main-navbar .main-menu-horizontal li a {
    padding: 0 16px;
    line-height: 36px;
    color: #4C4C4C;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    transition: all 0.3s linear;
    border-radius: 4px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .menu-style-4 .main-navbar .main-menu-horizontal li a {
        padding: 0 12px;
        font-size: 14px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .menu-style-4 .main-navbar .main-menu-horizontal li a {
        display: block;
        padding: 0;
        border-bottom: 1px solid #D1D1D1;
        line-height: 36px;
        text-transform: capitalize;
        font-size: 16px;
        font-weight: 400;
        border-radius: 0;
    }
}

.menu-style-4 .main-navbar .main-menu-horizontal li .menu-expand {
    position: absolute;
    width: 21px;
    height: 21px;
    top: 8px;
    right: 0;
    cursor: pointer;
}

    .menu-style-4 .main-navbar .main-menu-horizontal li .menu-expand::before {
        position: absolute;
        content: '';
        top: 50%;
        transform: translateY(-50%);
        left: 0;
        width: 100%;
        height: 2px;
        background-color: #000;
    }

    .menu-style-4 .main-navbar .main-menu-horizontal li .menu-expand::after {
        position: absolute;
        content: '';
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 2px;
        height: 100%;
        background-color: #000;
        transition: all 0.3s linear;
    }

.menu-style-4 .main-navbar .main-menu-horizontal li.active > .menu-expand::after {
    height: 0;
}

.menu-style-4 .main-navbar .main-menu-horizontal li:hover > a {
    background-color: #563289;
    color: #fff;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.32);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .menu-style-4 .main-navbar .main-menu-horizontal li:hover > a {
        background-color: #fff;
        color: #4C4C4C;
        box-shadow: none;
    }
}

@media (max-width: 767px) {
    .menu-style-4 .main-navbar .main-menu-horizontal li:hover > a {
        background-color: #fff;
        color: #4C4C4C;
        box-shadow: none;
    }
}

.menu-style-4 .main-navbar .main-menu-horizontal li .sub-menu {
    position: absolute;
    top: 125%;
    left: 0;
    z-index: 99;
    min-width: inherit;
    width: 256px;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.32);
    border: 0;
    border-radius: 4px;
    padding: 0;
    margin-top: 0;
    background-color: #fff;
    transition: all 0.3s linear;
    opacity: 0;
    visibility: hidden;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .menu-style-4 .main-navbar .main-menu-horizontal li .sub-menu {
        width: 226px;
    }
}

.menu-style-4 .main-navbar .main-menu-horizontal li .sub-menu.collapse:not(.show) {
    display: block;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .menu-style-4 .main-navbar .main-menu-horizontal li .sub-menu.collapse:not(.show) {
        display: none;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .menu-style-4 .main-navbar .main-menu-horizontal li .sub-menu {
        position: relative;
        top: 0;
        width: 100%;
        opacity: 1;
        visibility: visible;
        box-shadow: none;
        padding: 0;
        padding-left: 15px;
        transition: all 0s linear;
    }
}

.menu-style-4 .main-navbar .main-menu-horizontal li .sub-menu li {
    position: relative;
    padding: 0;
}

    .menu-style-4 .main-navbar .main-menu-horizontal li .sub-menu li > a {
        padding: 0 16px;
        line-height: 46px;
        font-weight: 500;
        font-size: 16px;
        border-radius: 0;
        display: block;
        transition: all 0.4s linear;
    }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .menu-style-4 .main-navbar .main-menu-horizontal li .sub-menu li > a {
        font-size: 14px;
        line-height: 40px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .menu-style-4 .main-navbar .main-menu-horizontal li .sub-menu li > a {
        display: block;
        font-size: 14px;
        padding: 0;
        border-radius: 0;
        font-weight: 400;
    }
}

.menu-style-4 .main-navbar .main-menu-horizontal li .sub-menu li > a i {
    float: right;
    font-size: 24px;
    line-height: 42px;
    transition: all 0.4s linear;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .menu-style-4 .main-navbar .main-menu-horizontal li .sub-menu li > a i {
        display: none;
    }
}

@media (max-width: 767px) {
    .menu-style-4 .main-navbar .main-menu-horizontal li .sub-menu li > a i {
        display: none;
    }
}

.menu-style-4 .main-navbar .main-menu-horizontal li .sub-menu li:first-child > a {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.menu-style-4 .main-navbar .main-menu-horizontal li .sub-menu li:last-child > a {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.menu-style-4 .main-navbar .main-menu-horizontal li .sub-menu li .sub-menu {
    position: absolute;
    top: 25%;
    left: 100%;
    width: 256px;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.32);
    border: 0;
    border-radius: 4px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s linear;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .menu-style-4 .main-navbar .main-menu-horizontal li .sub-menu li .sub-menu {
        width: 226px;
    }
}

.menu-style-4 .main-navbar .main-menu-horizontal li .sub-menu li .sub-menu.collapse:not(.show) {
    display: block;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .menu-style-4 .main-navbar .main-menu-horizontal li .sub-menu li .sub-menu.collapse:not(.show) {
        display: none;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .menu-style-4 .main-navbar .main-menu-horizontal li .sub-menu li .sub-menu {
        position: relative;
        width: 100%;
        top: 0;
        left: 0;
        opacity: 1;
        visibility: visible;
        box-shadow: none;
        transition: all 0s linear;
        padding-left: 15px;
    }
}

.menu-style-4 .main-navbar .main-menu-horizontal li .sub-menu li:hover > .sub-menu {
    top: 0;
    opacity: 1;
    visibility: visible;
}

.menu-style-4 .main-navbar .main-menu-horizontal li:last-child .sub-menu li .sub-menu li .sub-menu {
    left: auto;
    right: 100%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .menu-style-4 .main-navbar .main-menu-horizontal li:last-child .sub-menu li .sub-menu li .sub-menu {
        left: 0;
        right: auto;
    }
}

@media (max-width: 767px) {
    .menu-style-4 .main-navbar .main-menu-horizontal li:last-child .sub-menu li .sub-menu li .sub-menu {
        left: 0;
        right: auto;
    }
}

.menu-style-4 .main-navbar .main-menu-horizontal li:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    top: 100%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .menu-style-4 .main-navbar .main-menu-horizontal li:hover .sub-menu {
        top: 0;
    }
}

@media (max-width: 767px) {
    .menu-style-4 .main-navbar .main-menu-horizontal li:hover .sub-menu {
        top: 0;
    }
}

.menu-style-4 .main-navbar .main-menu-horizontal li .sub-mega-dropdown {
    position: absolute;
    top: 125%;
    left: 0;
    z-index: 999;
    min-width: inherit;
    width: 100%;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.32);
    border: 0;
    border-radius: 4px;
    padding: 0;
    margin-top: 0;
    background-color: #fff;
    transition: all 0.3s linear;
    padding: 40px 0 40px;
    opacity: 0;
    visibility: hidden;
}

    .menu-style-4 .main-navbar .main-menu-horizontal li .sub-mega-dropdown.collapse:not(.show) {
        display: block;
    }

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .menu-style-4 .main-navbar .main-menu-horizontal li .sub-mega-dropdown.collapse:not(.show) {
        display: none;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .menu-style-4 .main-navbar .main-menu-horizontal li .sub-mega-dropdown {
        position: relative;
        top: 0;
        width: 100%;
        opacity: 1;
        visibility: visible;
        box-shadow: none;
        padding: 0;
        padding-left: 15px;
        transition: all 0s linear;
    }
}

.menu-style-4 .main-navbar .main-menu-horizontal li .sub-mega-dropdown .mega-dropdown {
    padding: 0 !important;
}

    .menu-style-4 .main-navbar .main-menu-horizontal li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list {
        width: 25%;
    }

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .menu-style-4 .main-navbar .main-menu-horizontal li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .menu-style-4 .main-navbar .main-menu-horizontal li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list {
        width: 100%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .menu-style-4 .main-navbar .main-menu-horizontal li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list .mega-title {
        line-height: 36px;
        border-bottom: 1px solid #D1D1D1;
        cursor: pointer;
    }
}

@media (max-width: 767px) {
    .menu-style-4 .main-navbar .main-menu-horizontal li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list .mega-title {
        line-height: 36px;
        border-bottom: 1px solid #D1D1D1;
        cursor: pointer;
    }
}

.menu-style-4 .main-navbar .main-menu-horizontal li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list ul.collapse:not(.show) {
    display: block;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .menu-style-4 .main-navbar .main-menu-horizontal li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list ul.collapse:not(.show) {
        display: none;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .menu-style-4 .main-navbar .main-menu-horizontal li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list ul {
        padding-left: 15px;
    }
}

.menu-style-4 .main-navbar .main-menu-horizontal li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list ul li {
    padding: 0;
    margin-top: 16px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .menu-style-4 .main-navbar .main-menu-horizontal li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list ul li {
        margin-top: 8px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .menu-style-4 .main-navbar .main-menu-horizontal li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list ul li {
        margin-top: 0;
    }
}

@media (max-width: 767px) {
    .menu-style-4 .main-navbar .main-menu-horizontal li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list ul li {
        margin-top: 0;
    }
}

.menu-style-4 .main-navbar .main-menu-horizontal li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list ul li a {
    font-size: 16px;
    line-height: 22px;
    padding: 0;
    text-transform: capitalize;
    font-weight: 400;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .menu-style-4 .main-navbar .main-menu-horizontal li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list ul li a {
        font-size: 14px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .menu-style-4 .main-navbar .main-menu-horizontal li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list ul li a {
        padding: 0;
        line-height: 36px;
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .menu-style-4 .main-navbar .main-menu-horizontal li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list ul li a {
        padding: 0;
        line-height: 36px;
        font-size: 14px;
    }
}

.menu-style-4 .main-navbar .main-menu-horizontal li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list ul li:hover > a {
    background-color: transparent;
    color: #563289;
    box-shadow: none;
    padding-left: 5px;
}

.menu-style-4 .main-navbar .main-menu-horizontal li:hover .sub-mega-dropdown {
    top: 100%;
    opacity: 1;
    visibility: visible;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .menu-style-4 .main-navbar .main-menu-horizontal li:hover .sub-mega-dropdown {
        top: 0;
    }
}

@media (max-width: 767px) {
    .menu-style-4 .main-navbar .main-menu-horizontal li:hover .sub-mega-dropdown {
        top: 0;
    }
}

.menu-style-4 .navbar-search-cart {
    width: 100%;
}

.menu-style-4 .navbar-cart {
    padding-left: 15px;
    position: relative;
}

    .menu-style-4 .navbar-cart .icon-btn {
        border-radius: 4px;
    }

        .menu-style-4 .navbar-cart .icon-btn::before {
            display: none;
        }

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .menu-style-4 .navbar-cart {
        float: right;
        display: block;
    }
}

.menu-style-4 .navbar-cart .navbar-cart-dropdown {
    width: 350px;
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 99;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s linear;
    border-radius: 8px;
    margin-top: 15px;
}

@media (max-width: 767px) {
    .menu-style-4 .navbar-cart .navbar-cart-dropdown {
        width: 280px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .menu-style-4 .navbar-cart .navbar-cart-dropdown {
        width: 350px;
    }
}

.menu-style-4 .navbar-cart:hover .navbar-cart-dropdown {
    opacity: 1;
    visibility: visible;
}

.menu-style-4 .navbar-toggle {
    padding-left: 0;
}

    .menu-style-4 .navbar-toggle .icon-btn {
        border-radius: 4px;
    }

        .menu-style-4 .navbar-toggle .icon-btn::before {
            display: none;
        }

.overlay-4 {
    position: fixed;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 99;
    transition: all 0.3s linear;
    transition-delay: 0.3s;
}

    .overlay-4.open {
        width: 100%;
        transition-delay: 0s;
    }

/*=====  Navbar Dark 4 =====*/
.menu-dark-4 {
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.08);
    background-color: #393D8E;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .menu-dark-4.navbar-sidebar-dark-3 {
        left: -290px;
    }
}

@media (max-width: 767px) {
    .menu-dark-4.navbar-sidebar-dark-3 {
        left: -290px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .menu-dark-4.open {
        left: 0;
        transition-delay: 0.3s;
    }
}

@media (max-width: 767px) {
    .menu-dark-4.open {
        left: 0;
        transition-delay: 0.3s;
    }
}

.menu-dark-4 .navbar-close a {
    font-size: 24px;
    color: #fff;
    transition: all 0.3s linear;
}

    .menu-dark-4 .navbar-close a:hover {
        color: #E14C7B;
    }

.menu-dark-4 .menu-top-area {
    border-bottom: 1px solid rgba(209, 209, 209, 0.2);
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .menu-dark-4 .menu-top-area {
        border-bottom-color: transparent;
    }
}

.menu-dark-4 .menu-top-area .menu-top-left .menu-top-link li a {
    color: #fff;
}

    .menu-dark-4 .menu-top-area .menu-top-left .menu-top-link li a:hover {
        color: #E14C7B;
    }

.menu-dark-4 .menu-top-area .menu-top-right .menu-top-link li select {
    color: #fff;
    padding-right: 30px;
}

    .menu-dark-4 .menu-top-area .menu-top-right .menu-top-link li select option {
        color: #000;
    }

.menu-dark-4 .menu-top-area .menu-top-right .menu-top-link li a {
    color: #fff;
}

    .menu-dark-4 .menu-top-area .menu-top-right .menu-top-link li a:hover {
        color: #E14C7B;
    }

.menu-dark-4 .main-navbar .navbar-menu .navbar-menu-toggle .menu-toggle .toggle-icon {
    background-color: #fff;
}

.menu-dark-4 .main-navbar .navbar-menu .navbar-menu-toggle .menu-toggle.active {
    background-color: #E14C7B;
}

.menu-dark-4 .main-navbar .navbar-menu .main-menu {
    background-color: #161359;
}

    .menu-dark-4 .main-navbar .navbar-menu .main-menu li a {
        color: #fff;
    }

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .menu-dark-4 .main-navbar .navbar-menu .main-menu li a {
        border-bottom: 1px solid rgba(209, 209, 209, 0.2);
    }
}

@media (max-width: 767px) {
    .menu-dark-4 .main-navbar .navbar-menu .main-menu li a {
        border-bottom: 1px solid rgba(209, 209, 209, 0.2);
    }
}

.menu-dark-4 .main-navbar .navbar-menu .main-menu li .menu-expand::before {
    background-color: #fff;
}

.menu-dark-4 .main-navbar .navbar-menu .main-menu li .menu-expand::after {
    background-color: #fff;
}

.menu-dark-4 .main-navbar .navbar-menu .main-menu li.active > .menu-expand::after {
    height: 0;
}

.menu-dark-4 .main-navbar .navbar-menu .main-menu li:hover > a {
    background-color: #E14C7B;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .menu-dark-4 .main-navbar .navbar-menu .main-menu li:hover > a {
        background-color: transparent;
        color: #4C4C4C;
    }
}

@media (max-width: 767px) {
    .menu-dark-4 .main-navbar .navbar-menu .main-menu li:hover > a {
        background-color: transparent;
        color: #4C4C4C;
    }
}

.menu-dark-4 .main-navbar .navbar-menu .main-menu li .sub-mega-dropdown {
    background-color: #161359;
}

    .menu-dark-4 .main-navbar .navbar-menu .main-menu li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list .mega-title {
        color: #fff;
    }

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .menu-dark-4 .main-navbar .navbar-menu .main-menu li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list .mega-title {
        border-bottom: 1px solid rgba(209, 209, 209, 0.2);
    }
}

@media (max-width: 767px) {
    .menu-dark-4 .main-navbar .navbar-menu .main-menu li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list .mega-title {
        border-bottom: 1px solid rgba(209, 209, 209, 0.2);
    }
}

.menu-dark-4 .main-navbar .navbar-menu .main-menu li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list ul li:hover > a {
    color: #E14C7B;
}

.menu-dark-4 .main-navbar .main-menu-horizontal li a {
    color: #fff;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .menu-dark-4 .main-navbar .main-menu-horizontal li a {
        border-bottom: 1px solid rgba(209, 209, 209, 0.2);
    }
}

@media (max-width: 767px) {
    .menu-dark-4 .main-navbar .main-menu-horizontal li a {
        border-bottom: 1px solid rgba(209, 209, 209, 0.2);
    }
}

.menu-dark-4 .main-navbar .main-menu-horizontal li .menu-expand::before {
    background-color: #fff;
}

.menu-dark-4 .main-navbar .main-menu-horizontal li .menu-expand::after {
    background-color: #fff;
}

.menu-dark-4 .main-navbar .main-menu-horizontal li:hover > a {
    background-color: #E14C7B;
    color: #fff;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.32);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .menu-dark-4 .main-navbar .main-menu-horizontal li:hover > a {
        background-color: transparent;
        color: #E14C7B;
        box-shadow: none;
    }
}

@media (max-width: 767px) {
    .menu-dark-4 .main-navbar .main-menu-horizontal li:hover > a {
        background-color: transparent;
        color: #E14C7B;
        box-shadow: none;
    }
}

.menu-dark-4 .main-navbar .main-menu-horizontal li .sub-menu {
    background-color: #161359;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .menu-dark-4 .main-navbar .main-menu-horizontal li .sub-menu {
        background-color: transparent;
    }
}

@media (max-width: 767px) {
    .menu-dark-4 .main-navbar .main-menu-horizontal li .sub-menu {
        background-color: transparent;
    }
}

.menu-dark-4 .main-navbar .main-menu-horizontal li .sub-mega-dropdown {
    background-color: #161359;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .menu-dark-4 .main-navbar .main-menu-horizontal li .sub-mega-dropdown {
        background-color: transparent;
    }
}

@media (max-width: 767px) {
    .menu-dark-4 .main-navbar .main-menu-horizontal li .sub-mega-dropdown {
        background-color: transparent;
    }
}

.menu-dark-4 .main-navbar .main-menu-horizontal li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list .mega-title {
    color: #fff;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .menu-dark-4 .main-navbar .main-menu-horizontal li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list .mega-title {
        border-bottom: 1px solid rgba(209, 209, 209, 0.2);
    }
}

@media (max-width: 767px) {
    .menu-dark-4 .main-navbar .main-menu-horizontal li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list .mega-title {
        border-bottom: 1px solid rgba(209, 209, 209, 0.2);
    }
}

.menu-dark-4 .navbar-toggle .icon-btn,
.menu-dark-4 .navbar-cart .icon-btn {
    color: #fff;
}

.menu-dark-4 select {
    color: #fff;
}

    .menu-dark-4 select option {
        color: #000;
    }

.overlay-dark-4 {
    position: fixed;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 99;
    transition: all 0.3s linear;
    transition-delay: 0.3s;
}

    .overlay-dark-4.open {
        width: 100%;
        transition-delay: 0s;
    }

/*===================
  Navbar Style 5 
==================*/
.menu-style-5 {
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.08);
    background-color: #fff;
}

    .menu-style-5 .desktop-logo {
        margin-right: 10px;
    }

    .menu-style-5 .navbar-top {
        border-bottom: 2px solid #EFEFEF;
        padding: 10px 0;
    }

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .menu-style-5 .navbar-top {
        border-color: transparent;
    }
}

.menu-style-5 .navbar-top .navbar-top-link {
    display: flex;
    align-items: center;
}

    .menu-style-5 .navbar-top .navbar-top-link li a {
        padding: 0 16px;
        line-height: 36px;
        color: #4C4C4C;
        font-size: 14px;
        text-transform: uppercase;
        font-weight: 500;
        transition: all 0.3s linear;
        display: flex;
        align-items: center;
    }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .menu-style-5 .navbar-top .navbar-top-link li a {
        padding: 0 12px;
        font-size: 14px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .menu-style-5 .navbar-top .navbar-top-link li a {
        font-size: 14px;
        padding: 5px;
        line-height: 22px;
    }
}

.menu-style-5 .navbar-top .navbar-top-link li a i {
    margin-right: 4px;
    font-size: 18px;
}

.menu-style-5 .navbar-top .navbar-top-link li a:hover {
    color: #563289;
}

@media (max-width: 767px) {
    .menu-style-5 .navbar-top .navbar-top-link li select {
        display: none;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .menu-style-5 .navbar-top .navbar-top-left {
        margin-left: 70px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .menu-style-5 .navbar-top .navbar-top-left .navbar-top-link {
        display: none;
    }
}

.menu-style-5 .main-navbar .navbar-menu {
    position: relative;
}

    .menu-style-5 .main-navbar .navbar-menu .navbar-menu-toggle {
        padding-right: 16px;
    }

        .menu-style-5 .main-navbar .navbar-menu .navbar-menu-toggle .menu-toggle {
            padding: 5px;
            border: 0;
            background: none;
            transition: all 0.3s linear;
            border-radius: 4px;
        }

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .menu-style-5 .main-navbar .navbar-menu .navbar-menu-toggle .menu-toggle {
        position: absolute;
        top: -50px;
        left: 0;
    }
}

.menu-style-5 .main-navbar .navbar-menu .navbar-menu-toggle .menu-toggle .toggle-icon {
    width: 25px;
    height: 2px;
    background-color: #000;
    display: block;
    margin: 5px 0;
    position: relative;
    transition: all 0.3s linear;
}

.menu-style-5 .main-navbar .navbar-menu .navbar-menu-toggle .menu-toggle.active {
    background-color: #563289;
}

    .menu-style-5 .main-navbar .navbar-menu .navbar-menu-toggle .menu-toggle.active .toggle-icon {
        background-color: #fff;
    }

        .menu-style-5 .main-navbar .navbar-menu .navbar-menu-toggle .menu-toggle.active .toggle-icon:nth-child(1) {
            top: 7px;
            transform: rotate(45deg);
        }

        .menu-style-5 .main-navbar .navbar-menu .navbar-menu-toggle .menu-toggle.active .toggle-icon:nth-child(2) {
            opacity: 0;
        }

        .menu-style-5 .main-navbar .navbar-menu .navbar-menu-toggle .menu-toggle.active .toggle-icon:nth-child(3) {
            top: -7px;
            transform: rotate(135deg);
        }

.menu-style-5 .main-navbar .navbar-menu .main-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 99;
    background-color: #fff;
    width: 320px;
    padding: 24px;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.25);
    margin-top: 15px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .menu-style-5 .main-navbar .navbar-menu .main-menu {
        left: 0;
        transform: translateX(0);
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .menu-style-5 .main-navbar .navbar-menu .main-menu {
        width: 260px;
        padding: 16px;
        left: 0;
        transform: translateX(0);
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .menu-style-5 .main-navbar .navbar-menu .main-menu {
        width: 100%;
        margin-top: 0;
        top: 100%;
        left: 0;
        position: absolute;
        transform: translateX(0);
    }
}

.menu-style-5 .main-navbar .navbar-menu .main-menu li {
    position: static;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .menu-style-5 .main-navbar .navbar-menu .main-menu li {
        position: relative;
    }
}

@media (max-width: 767px) {
    .menu-style-5 .main-navbar .navbar-menu .main-menu li {
        position: relative;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .menu-style-5 .main-navbar .navbar-menu .main-menu li.menu-item-has-children a.collapsed i {
        transform: rotate(90deg);
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .menu-style-5 .main-navbar .navbar-menu .main-menu li.menu-item-has-children a i {
        display: block;
        transition: all 0.3s linear;
        transform: rotate(270deg);
    }
}

.menu-style-5 .main-navbar .navbar-menu .main-menu li a {
    padding: 0 16px;
    line-height: 40px;
    color: #4C4C4C;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    transition: all 0.3s linear;
    border-radius: 4px;
    display: block;
    position: relative;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .menu-style-5 .main-navbar .navbar-menu .main-menu li a {
        padding: 0 12px;
        font-size: 14px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .menu-style-5 .main-navbar .navbar-menu .main-menu li a {
        display: block;
        padding: 0;
        border-bottom: 1px solid #D1D1D1;
        line-height: 36px;
        text-transform: capitalize;
        font-size: 16px;
        font-weight: 400;
        border-radius: 0;
    }
}

.menu-style-5 .main-navbar .navbar-menu .main-menu li a i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 24px;
    text-align: center;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .menu-style-5 .main-navbar .navbar-menu .main-menu li a i {
        display: none;
    }
}

@media (max-width: 767px) {
    .menu-style-5 .main-navbar .navbar-menu .main-menu li a i {
        display: none;
    }
}

.menu-style-5 .main-navbar .navbar-menu .main-menu li .menu-expand {
    position: absolute;
    width: 21px;
    height: 21px;
    top: 8px;
    right: 0;
    cursor: pointer;
    z-index: 9;
}

    .menu-style-5 .main-navbar .navbar-menu .main-menu li .menu-expand::before {
        position: absolute;
        content: '';
        top: 50%;
        transform: translateY(-50%);
        left: 0;
        width: 100%;
        height: 2px;
        background-color: #000;
    }

    .menu-style-5 .main-navbar .navbar-menu .main-menu li .menu-expand::after {
        position: absolute;
        content: '';
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 2px;
        height: 100%;
        background-color: #000;
        transition: all 0.3s linear;
    }

.menu-style-5 .main-navbar .navbar-menu .main-menu li.active > .menu-expand::after {
    height: 0;
}

.menu-style-5 .main-navbar .navbar-menu .main-menu li:hover > a {
    background-color: #563289;
    color: #fff;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.32);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .menu-style-5 .main-navbar .navbar-menu .main-menu li:hover > a {
        background-color: #fff;
        color: #563289;
        box-shadow: none;
    }
}

@media (max-width: 767px) {
    .menu-style-5 .main-navbar .navbar-menu .main-menu li:hover > a {
        background-color: #fff;
        color: #563289;
        box-shadow: none;
    }
}

.menu-style-5 .main-navbar .navbar-menu .main-menu li .sub-mega-dropdown {
    position: absolute;
    top: 20px;
    left: 100%;
    z-index: 999;
    min-width: 735px;
    width: 100%;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.32);
    border: 0;
    padding: 0;
    margin-top: 0;
    background-color: #fff;
    transition: all 0.3s linear;
    padding: 40px 24px;
    opacity: 0;
    visibility: hidden;
}

    .menu-style-5 .main-navbar .navbar-menu .main-menu li .sub-mega-dropdown.collapse:not(.show) {
        display: block;
    }

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .menu-style-5 .main-navbar .navbar-menu .main-menu li .sub-mega-dropdown.collapse:not(.show) {
        display: none;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .menu-style-5 .main-navbar .navbar-menu .main-menu li .sub-mega-dropdown {
        min-width: 613px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .menu-style-5 .main-navbar .navbar-menu .main-menu li .sub-mega-dropdown {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        opacity: 1;
        visibility: visible;
        box-shadow: none;
        padding: 0;
        padding-left: 15px;
        min-width: inherit;
    }
}

.menu-style-5 .main-navbar .navbar-menu .main-menu li .sub-mega-dropdown .mega-dropdown {
    padding: 0 !important;
}

    .menu-style-5 .main-navbar .navbar-menu .main-menu li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list {
        width: 33.33%;
    }

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .menu-style-5 .main-navbar .navbar-menu .main-menu li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .menu-style-5 .main-navbar .navbar-menu .main-menu li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list {
        width: 100%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .menu-style-5 .main-navbar .navbar-menu .main-menu li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list.menu-item-has-children h6.collapsed i {
        transform: rotate(90deg);
    }
}

.menu-style-5 .main-navbar .navbar-menu .main-menu li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list.menu-item-has-children h6 i {
    display: none;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .menu-style-5 .main-navbar .navbar-menu .main-menu li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list.menu-item-has-children h6 i {
        display: inline;
        transition: all 0.3s linear;
        transform: rotate(270deg);
        font-size: 24px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .menu-style-5 .main-navbar .navbar-menu .main-menu li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list .mega-title {
        line-height: 36px;
        border-bottom: 1px solid #D1D1D1;
        cursor: pointer;
        display: flex;
        justify-content: space-between;
    }
}

.menu-style-5 .main-navbar .navbar-menu .main-menu li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list ul.collapse:not(.show) {
    display: block;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .menu-style-5 .main-navbar .navbar-menu .main-menu li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list ul.collapse:not(.show) {
        display: none;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .menu-style-5 .main-navbar .navbar-menu .main-menu li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list ul {
        padding-left: 15px;
    }
}

@media (max-width: 767px) {
    .menu-style-5 .main-navbar .navbar-menu .main-menu li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list ul {
        padding-left: 15px;
    }
}

.menu-style-5 .main-navbar .navbar-menu .main-menu li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list ul li {
    padding: 0;
    margin-top: 16px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .menu-style-5 .main-navbar .navbar-menu .main-menu li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list ul li {
        margin-top: 8px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .menu-style-5 .main-navbar .navbar-menu .main-menu li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list ul li {
        margin-top: 0;
    }
}

@media (max-width: 767px) {
    .menu-style-5 .main-navbar .navbar-menu .main-menu li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list ul li {
        margin-top: 0;
    }
}

.menu-style-5 .main-navbar .navbar-menu .main-menu li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list ul li a {
    font-size: 16px;
    line-height: 22px;
    padding: 0;
    text-transform: capitalize;
    font-weight: 400;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .menu-style-5 .main-navbar .navbar-menu .main-menu li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list ul li a {
        font-size: 14px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .menu-style-5 .main-navbar .navbar-menu .main-menu li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list ul li a {
        padding: 0;
        line-height: 36px;
        font-size: 14px;
    }
}

.menu-style-5 .main-navbar .navbar-menu .main-menu li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list ul li:hover > a {
    background-color: transparent;
    color: #563289;
    box-shadow: none;
    padding-left: 5px;
}

.menu-style-5 .main-navbar .navbar-menu .main-menu li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list .menu-image {
    margin-top: 8px;
    margin-right: 8px;
}

    .menu-style-5 .main-navbar .navbar-menu .main-menu li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list .menu-image img {
        width: 100%;
        border-radius: 4px;
    }

.menu-style-5 .main-navbar .navbar-menu .main-menu li:hover .sub-mega-dropdown {
    top: 0;
    opacity: 1;
    visibility: visible;
}

.menu-style-5 .main-navbar .main-menu-horizontal {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .menu-style-5 .main-navbar .main-menu-horizontal {
        display: block;
    }
}

@media (max-width: 767px) {
    .menu-style-5 .main-navbar .main-menu-horizontal {
        display: block;
    }
}

.menu-style-5 .main-navbar .main-menu-horizontal li {
    padding: 17px 0;
    position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .menu-style-5 .main-navbar .main-menu-horizontal li {
        padding: 0;
    }
}

@media (max-width: 767px) {
    .menu-style-5 .main-navbar .main-menu-horizontal li {
        padding: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .menu-style-5 .main-navbar .main-menu-horizontal li.position-static {
        position: relative !important;
    }
}

@media (max-width: 767px) {
    .menu-style-5 .main-navbar .main-menu-horizontal li.position-static {
        position: relative !important;
    }
}

.menu-style-5 .main-navbar .main-menu-horizontal li a {
    padding: 0 16px;
    line-height: 36px;
    color: #4C4C4C;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    transition: all 0.3s linear;
    border-radius: 4px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .menu-style-5 .main-navbar .main-menu-horizontal li a {
        padding: 0 12px;
        font-size: 14px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .menu-style-5 .main-navbar .main-menu-horizontal li a {
        display: block;
        padding: 0;
        border-bottom: 1px solid #D1D1D1;
        line-height: 36px;
        text-transform: capitalize;
        font-size: 16px;
        font-weight: 400;
        border-radius: 0;
    }
}

.menu-style-5 .main-navbar .main-menu-horizontal li .menu-expand {
    position: absolute;
    width: 21px;
    height: 21px;
    top: 8px;
    right: 0;
    cursor: pointer;
}

    .menu-style-5 .main-navbar .main-menu-horizontal li .menu-expand::before {
        position: absolute;
        content: '';
        top: 50%;
        transform: translateY(-50%);
        left: 0;
        width: 100%;
        height: 2px;
        background-color: #000;
    }

    .menu-style-5 .main-navbar .main-menu-horizontal li .menu-expand::after {
        position: absolute;
        content: '';
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 2px;
        height: 100%;
        background-color: #000;
        transition: all 0.3s linear;
    }

.menu-style-5 .main-navbar .main-menu-horizontal li.active > .menu-expand::after {
    height: 0;
}

.menu-style-5 .main-navbar .main-menu-horizontal li:hover > a {
    background-color: #563289;
    color: #fff;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.32);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .menu-style-5 .main-navbar .main-menu-horizontal li:hover > a {
        background-color: #fff;
        color: #4C4C4C;
        box-shadow: none;
    }
}

@media (max-width: 767px) {
    .menu-style-5 .main-navbar .main-menu-horizontal li:hover > a {
        background-color: #fff;
        color: #4C4C4C;
        box-shadow: none;
    }
}

.menu-style-5 .main-navbar .main-menu-horizontal li .sub-menu {
    position: absolute;
    top: 125%;
    left: 0;
    z-index: 99;
    min-width: inherit;
    width: 256px;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.32);
    border: 0;
    border-radius: 4px;
    padding: 0;
    margin-top: 0;
    background-color: #fff;
    transition: all 0.3s linear;
    opacity: 0;
    visibility: hidden;
}

    .menu-style-5 .main-navbar .main-menu-horizontal li .sub-menu.collapse:not(.show) {
        display: block;
    }

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .menu-style-5 .main-navbar .main-menu-horizontal li .sub-menu.collapse:not(.show) {
        display: none;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .menu-style-5 .main-navbar .main-menu-horizontal li .sub-menu {
        width: 226px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .menu-style-5 .main-navbar .main-menu-horizontal li .sub-menu {
        position: relative;
        top: 0;
        width: 100%;
        opacity: 1;
        visibility: visible;
        box-shadow: none;
        padding: 0;
        padding-left: 15px;
        transition: all 0s linear;
    }
}

.menu-style-5 .main-navbar .main-menu-horizontal li .sub-menu li {
    position: relative;
    padding: 0;
}

    .menu-style-5 .main-navbar .main-menu-horizontal li .sub-menu li > a {
        padding: 0 16px;
        line-height: 46px;
        font-weight: 500;
        font-size: 16px;
        border-radius: 0;
        display: block;
        transition: all 0.4s linear;
    }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .menu-style-5 .main-navbar .main-menu-horizontal li .sub-menu li > a {
        font-size: 14px;
        line-height: 40px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .menu-style-5 .main-navbar .main-menu-horizontal li .sub-menu li > a {
        display: block;
        font-size: 14px;
        padding: 0;
        border-radius: 0;
        font-weight: 400;
    }
}

@media (max-width: 767px) {
    .menu-style-5 .main-navbar .main-menu-horizontal li .sub-menu li > a {
        display: block;
        font-size: 14px;
        padding: 0;
        border-radius: 0;
        font-weight: 400;
    }
}

.menu-style-5 .main-navbar .main-menu-horizontal li .sub-menu li > a i {
    float: right;
    font-size: 24px;
    line-height: 42px;
    transition: all 0.4s linear;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .menu-style-5 .main-navbar .main-menu-horizontal li .sub-menu li > a i {
        display: none;
    }
}

@media (max-width: 767px) {
    .menu-style-5 .main-navbar .main-menu-horizontal li .sub-menu li > a i {
        display: none;
    }
}

.menu-style-5 .main-navbar .main-menu-horizontal li .sub-menu li:first-child > a {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.menu-style-5 .main-navbar .main-menu-horizontal li .sub-menu li:last-child > a {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.menu-style-5 .main-navbar .main-menu-horizontal li .sub-menu li .sub-menu {
    position: absolute;
    top: 25%;
    left: 100%;
    width: 256px;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.32);
    border: 0;
    border-radius: 4px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s linear;
}

    .menu-style-5 .main-navbar .main-menu-horizontal li .sub-menu li .sub-menu.collapse:not(.show) {
        display: block;
    }

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .menu-style-5 .main-navbar .main-menu-horizontal li .sub-menu li .sub-menu.collapse:not(.show) {
        display: none;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .menu-style-5 .main-navbar .main-menu-horizontal li .sub-menu li .sub-menu {
        width: 226px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .menu-style-5 .main-navbar .main-menu-horizontal li .sub-menu li .sub-menu {
        position: relative;
        width: 100%;
        top: 0;
        left: 0;
        opacity: 1;
        visibility: visible;
        box-shadow: none;
        transition: all 0s linear;
        padding-left: 15px;
    }
}

@media (max-width: 767px) {
    .menu-style-5 .main-navbar .main-menu-horizontal li .sub-menu li .sub-menu {
        position: relative;
        width: 100%;
        top: 0;
        left: 0;
        opacity: 1;
        visibility: visible;
        box-shadow: none;
        transition: all 0s linear;
        padding-left: 15px;
    }
}

.menu-style-5 .main-navbar .main-menu-horizontal li .sub-menu li:hover > .sub-menu {
    top: 0;
    opacity: 1;
    visibility: visible;
}

.menu-style-5 .main-navbar .main-menu-horizontal li:last-child .sub-menu li .sub-menu li .sub-menu {
    left: auto;
    right: 100%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .menu-style-5 .main-navbar .main-menu-horizontal li:last-child .sub-menu li .sub-menu li .sub-menu {
        left: 0;
        right: auto;
    }
}

@media (max-width: 767px) {
    .menu-style-5 .main-navbar .main-menu-horizontal li:last-child .sub-menu li .sub-menu li .sub-menu {
        left: 0;
        right: auto;
    }
}

.menu-style-5 .main-navbar .main-menu-horizontal li:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    top: 100%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .menu-style-5 .main-navbar .main-menu-horizontal li:hover .sub-menu {
        top: 0;
    }
}

@media (max-width: 767px) {
    .menu-style-5 .main-navbar .main-menu-horizontal li:hover .sub-menu {
        top: 0;
    }
}

.menu-style-5 .main-navbar .main-menu-horizontal li .sub-mega-dropdown {
    position: absolute;
    top: 125%;
    left: 0;
    z-index: 999;
    min-width: inherit;
    width: 100%;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.32);
    border: 0;
    border-radius: 4px;
    padding: 0;
    margin-top: 0;
    background-color: #fff;
    transition: all 0.3s linear;
    padding: 40px 0 40px;
    opacity: 0;
    visibility: hidden;
}

    .menu-style-5 .main-navbar .main-menu-horizontal li .sub-mega-dropdown.collapse:not(.show) {
        display: block;
    }

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .menu-style-5 .main-navbar .main-menu-horizontal li .sub-mega-dropdown.collapse:not(.show) {
        display: none;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .menu-style-5 .main-navbar .main-menu-horizontal li .sub-mega-dropdown {
        position: relative;
        top: 0;
        width: 100%;
        opacity: 1;
        visibility: visible;
        box-shadow: none;
        padding: 0;
        padding-left: 15px;
        transition: all 0s linear;
    }
}

@media (max-width: 767px) {
    .menu-style-5 .main-navbar .main-menu-horizontal li .sub-mega-dropdown {
        position: relative;
        top: 0;
        width: 100%;
        opacity: 1;
        visibility: visible;
        box-shadow: none;
        padding: 0;
        padding-left: 15px;
        transition: all 0s linear;
    }
}

.menu-style-5 .main-navbar .main-menu-horizontal li .sub-mega-dropdown .mega-dropdown {
    padding: 0 !important;
}

    .menu-style-5 .main-navbar .main-menu-horizontal li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list {
        width: 25%;
    }

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .menu-style-5 .main-navbar .main-menu-horizontal li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .menu-style-5 .main-navbar .main-menu-horizontal li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list {
        width: 100%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .menu-style-5 .main-navbar .main-menu-horizontal li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list .mega-title {
        line-height: 36px;
        border-bottom: 1px solid #D1D1D1;
        cursor: pointer;
    }
}

@media (max-width: 767px) {
    .menu-style-5 .main-navbar .main-menu-horizontal li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list .mega-title {
        line-height: 36px;
        border-bottom: 1px solid #D1D1D1;
        cursor: pointer;
    }
}

.menu-style-5 .main-navbar .main-menu-horizontal li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list ul.collapse:not(.show) {
    display: block;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .menu-style-5 .main-navbar .main-menu-horizontal li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list ul.collapse:not(.show) {
        display: none;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .menu-style-5 .main-navbar .main-menu-horizontal li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list ul {
        padding-left: 15px;
    }
}

@media (max-width: 767px) {
    .menu-style-5 .main-navbar .main-menu-horizontal li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list ul {
        padding-left: 15px;
    }
}

.menu-style-5 .main-navbar .main-menu-horizontal li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list ul li {
    padding: 0;
    margin-top: 16px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .menu-style-5 .main-navbar .main-menu-horizontal li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list ul li {
        margin-top: 8px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .menu-style-5 .main-navbar .main-menu-horizontal li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list ul li {
        margin-top: 0;
    }
}

@media (max-width: 767px) {
    .menu-style-5 .main-navbar .main-menu-horizontal li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list ul li {
        margin-top: 0;
    }
}

.menu-style-5 .main-navbar .main-menu-horizontal li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list ul li a {
    font-size: 16px;
    line-height: 22px;
    padding: 0;
    text-transform: capitalize;
    font-weight: 400;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .menu-style-5 .main-navbar .main-menu-horizontal li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list ul li a {
        font-size: 14px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .menu-style-5 .main-navbar .main-menu-horizontal li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list ul li a {
        padding: 0;
        line-height: 36px;
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .menu-style-5 .main-navbar .main-menu-horizontal li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list ul li a {
        padding: 0;
        line-height: 36px;
        font-size: 14px;
    }
}

.menu-style-5 .main-navbar .main-menu-horizontal li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list ul li:hover > a {
    background-color: transparent;
    color: #563289;
    box-shadow: none;
    padding-left: 5px;
}

.menu-style-5 .main-navbar .main-menu-horizontal li:hover .sub-mega-dropdown {
    top: 100%;
    opacity: 1;
    visibility: visible;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .menu-style-5 .main-navbar .main-menu-horizontal li:hover .sub-mega-dropdown {
        top: 0;
    }
}

@media (max-width: 767px) {
    .menu-style-5 .main-navbar .main-menu-horizontal li:hover .sub-mega-dropdown {
        top: 0;
    }
}

.menu-style-5 .navbar-search-cart {
    width: 100%;
}

.menu-style-5 .navbar-search {
    position: relative;
}

    .menu-style-5 .navbar-search input {
        width: 180px;
        height: 40px;
        border: 0;
        border-bottom: 2px solid #563289;
        padding: 0 15px;
        padding-right: 38px;
        font-weight: 500;
        font-size: 16px;
        line-height: 24px;
        color: #4C4C4C;
        letter-spacing: 0.08em;
        text-transform: uppercase;
    }

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .menu-style-5 .navbar-search input {
        width: 100%;
    }
}

.menu-style-5 .navbar-search button {
    position: absolute;
    top: 0;
    right: 0;
    width: 38px;
    height: 38px;
    border: 0;
    background: none;
    color: #563289;
}

.menu-style-5 .navbar-cart {
    padding-left: 15px;
    position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .menu-style-5 .navbar-cart {
        float: right;
        display: block;
    }
}

.menu-style-5 .navbar-cart .icon-btn {
    border-radius: 4px;
}

    .menu-style-5 .navbar-cart .icon-btn::before {
        display: none;
    }

.menu-style-5 .navbar-cart .navbar-cart-dropdown {
    width: 350px;
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 99;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s linear;
    border-radius: 8px;
    margin-top: 15px;
}

@media (max-width: 767px) {
    .menu-style-5 .navbar-cart .navbar-cart-dropdown {
        width: 280px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .menu-style-5 .navbar-cart .navbar-cart-dropdown {
        width: 350px;
    }
}

.menu-style-5 .navbar-cart:hover .navbar-cart-dropdown {
    opacity: 1;
    visibility: visible;
}

.menu-style-5 .navbar-toggle {
    padding-left: 0;
}

    .menu-style-5 .navbar-toggle .icon-btn {
        border-radius: 4px;
    }

        .menu-style-5 .navbar-toggle .icon-btn::before {
            display: none;
        }

.overlay-5 {
    position: fixed;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 99;
    transition: all 0.3s linear;
    transition-delay: 0.3s;
}

    .overlay-5.open {
        width: 100%;
        transition-delay: 0s;
    }

/*=====  Navbar Dark 5 =====*/
.menu-dark-5 {
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.08);
    background-color: #393D8E;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .menu-dark-5 .navbar-container.navbar-sidebar-dark-3 {
        left: -290px;
    }
}

@media (max-width: 767px) {
    .menu-dark-5 .navbar-container.navbar-sidebar-dark-3 {
        left: -290px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .menu-dark-5 .navbar-container.open {
        left: 0;
        transition-delay: 0.3s;
    }
}

@media (max-width: 767px) {
    .menu-dark-5 .navbar-container.open {
        left: 0;
        transition-delay: 0.3s;
    }
}

.menu-dark-5 .navbar-container .navbar-close a {
    font-size: 24px;
    color: #fff;
    transition: all 0.3s linear;
}

    .menu-dark-5 .navbar-container .navbar-close a:hover {
        color: #E14C7B;
    }

.menu-dark-5 .navbar-container .navbar-top {
    border-bottom: 1px solid rgba(209, 209, 209, 0.2);
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .menu-dark-5 .navbar-container .navbar-top {
        border-bottom-color: transparent;
    }
}

.menu-dark-5 .navbar-container .navbar-top .navbar-top-left .navbar-top-link li a {
    color: #fff;
}

    .menu-dark-5 .navbar-container .navbar-top .navbar-top-left .navbar-top-link li a:hover {
        color: #E14C7B;
    }

.menu-dark-5 .navbar-container .navbar-top .navbar-top-right .navbar-top-link li select {
    color: #fff;
}

    .menu-dark-5 .navbar-container .navbar-top .navbar-top-right .navbar-top-link li select option {
        color: #000;
    }

.menu-dark-5 .navbar-container .navbar-top .navbar-top-right .navbar-top-link li a {
    color: #fff;
}

    .menu-dark-5 .navbar-container .navbar-top .navbar-top-right .navbar-top-link li a:hover {
        color: #E14C7B;
    }

.menu-dark-5 .navbar-container .main-navbar .navbar-menu .navbar-menu-toggle .menu-toggle .toggle-icon {
    background-color: #fff;
}

.menu-dark-5 .navbar-container .main-navbar .navbar-menu .navbar-menu-toggle .menu-toggle.active {
    background-color: #E14C7B;
}

.menu-dark-5 .navbar-container .main-navbar .navbar-menu .main-menu {
    background-color: #161359;
}

    .menu-dark-5 .navbar-container .main-navbar .navbar-menu .main-menu li a {
        color: #fff;
    }

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .menu-dark-5 .navbar-container .main-navbar .navbar-menu .main-menu li a {
        border-bottom: 1px solid rgba(209, 209, 209, 0.2);
    }
}

@media (max-width: 767px) {
    .menu-dark-5 .navbar-container .main-navbar .navbar-menu .main-menu li a {
        border-bottom: 1px solid rgba(209, 209, 209, 0.2);
    }
}

.menu-dark-5 .navbar-container .main-navbar .navbar-menu .main-menu li .menu-expand::before {
    background-color: #fff;
}

.menu-dark-5 .navbar-container .main-navbar .navbar-menu .main-menu li .menu-expand::after {
    background-color: #fff;
}

.menu-dark-5 .navbar-container .main-navbar .navbar-menu .main-menu li.active > .menu-expand::after {
    height: 0;
}

.menu-dark-5 .navbar-container .main-navbar .navbar-menu .main-menu li:hover > a {
    background-color: #E14C7B;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .menu-dark-5 .navbar-container .main-navbar .navbar-menu .main-menu li:hover > a {
        background-color: transparent;
        color: #4C4C4C;
    }
}

@media (max-width: 767px) {
    .menu-dark-5 .navbar-container .main-navbar .navbar-menu .main-menu li:hover > a {
        background-color: transparent;
        color: #4C4C4C;
    }
}

.menu-dark-5 .navbar-container .main-navbar .navbar-menu .main-menu li .sub-mega-dropdown {
    background-color: #161359;
}

    .menu-dark-5 .navbar-container .main-navbar .navbar-menu .main-menu li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list .mega-title {
        color: #fff;
    }

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .menu-dark-5 .navbar-container .main-navbar .navbar-menu .main-menu li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list .mega-title {
        border-bottom: 1px solid rgba(209, 209, 209, 0.2);
    }
}

@media (max-width: 767px) {
    .menu-dark-5 .navbar-container .main-navbar .navbar-menu .main-menu li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list .mega-title {
        border-bottom: 1px solid rgba(209, 209, 209, 0.2);
    }
}

.menu-dark-5 .navbar-container .main-navbar .navbar-menu .main-menu li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list ul li:hover > a {
    color: #E14C7B;
}

.menu-dark-5 .navbar-container .main-navbar .main-menu-horizontal li a {
    color: #fff;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .menu-dark-5 .navbar-container .main-navbar .main-menu-horizontal li a {
        border-bottom: 1px solid rgba(209, 209, 209, 0.2);
    }
}

@media (max-width: 767px) {
    .menu-dark-5 .navbar-container .main-navbar .main-menu-horizontal li a {
        border-bottom: 1px solid rgba(209, 209, 209, 0.2);
    }
}

.menu-dark-5 .navbar-container .main-navbar .main-menu-horizontal li .menu-expand::before {
    background-color: #fff;
}

.menu-dark-5 .navbar-container .main-navbar .main-menu-horizontal li .menu-expand::after {
    background-color: #fff;
}

.menu-dark-5 .navbar-container .main-navbar .main-menu-horizontal li:hover > a {
    background-color: #E14C7B;
    color: #fff;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.32);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .menu-dark-5 .navbar-container .main-navbar .main-menu-horizontal li:hover > a {
        background-color: transparent;
        color: #E14C7B;
        box-shadow: none;
    }
}

@media (max-width: 767px) {
    .menu-dark-5 .navbar-container .main-navbar .main-menu-horizontal li:hover > a {
        background-color: transparent;
        color: #E14C7B;
        box-shadow: none;
    }
}

.menu-dark-5 .navbar-container .main-navbar .main-menu-horizontal li .sub-menu {
    background-color: #161359;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .menu-dark-5 .navbar-container .main-navbar .main-menu-horizontal li .sub-menu {
        background-color: transparent;
    }
}

@media (max-width: 767px) {
    .menu-dark-5 .navbar-container .main-navbar .main-menu-horizontal li .sub-menu {
        background-color: transparent;
    }
}

.menu-dark-5 .navbar-container .main-navbar .main-menu-horizontal li .sub-mega-dropdown {
    background-color: #161359;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .menu-dark-5 .navbar-container .main-navbar .main-menu-horizontal li .sub-mega-dropdown {
        background-color: transparent;
    }
}

@media (max-width: 767px) {
    .menu-dark-5 .navbar-container .main-navbar .main-menu-horizontal li .sub-mega-dropdown {
        background-color: transparent;
    }
}

.menu-dark-5 .navbar-container .main-navbar .main-menu-horizontal li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list .mega-title {
    color: #fff;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .menu-dark-5 .navbar-container .main-navbar .main-menu-horizontal li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list .mega-title {
        border-bottom: 1px solid rgba(209, 209, 209, 0.2);
    }
}

@media (max-width: 767px) {
    .menu-dark-5 .navbar-container .main-navbar .main-menu-horizontal li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list .mega-title {
        border-bottom: 1px solid rgba(209, 209, 209, 0.2);
    }
}

.menu-dark-5 .navbar-container .main-navbar .main-menu-horizontal li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list ul li:hover > a {
    color: #E14C7B;
}

.menu-dark-5 .navbar-search input {
    color: #fff;
    background-color: transparent;
    border-color: #fff;
}

.menu-dark-5 .navbar-search button {
    color: #fff;
}

.menu-dark-5 .navbar-toggle .icon-btn,
.menu-dark-5 .navbar-cart .icon-btn {
    color: #fff;
}

.overlay-dark-5 {
    position: fixed;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 99;
    transition: all 0.3s linear;
    transition-delay: 0.3s;
}

    .overlay-dark-5.open {
        width: 100%;
        transition-delay: 0s;
    }

/*========================== 
  Navbar Style 6 
============================*/
.menu-style-6 {
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.08);
    background-color: #fff;
}

    .menu-style-6 .navbar-top {
        border-bottom: 2px solid #EFEFEF;
        padding: 10px 0;
    }

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .menu-style-6 .navbar-top {
        border-color: transparent;
    }
}

.menu-style-6 .navbar-top .navbar-top-left {
    width: 70%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .menu-style-6 .navbar-top .navbar-top-left {
        width: 65%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .menu-style-6 .navbar-top .navbar-top-left {
        width: 100%;
    }
}

.menu-style-6 .navbar-top .navbar-top-left .desktop-logo {
    width: 25%;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .menu-style-6 .navbar-top .navbar-top-left .desktop-logo {
        width: 100%;
        margin-left: 70px;
    }
}

.menu-style-6 .navbar-top .navbar-top-left .navbar-search {
    width: 75%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .menu-style-6 .navbar-top .navbar-top-left .navbar-search {
        padding-left: 20px;
    }
}

.menu-style-6 .navbar-top .navbar-top-right {
    width: 30%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .menu-style-6 .navbar-top .navbar-top-right {
        width: 35%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .menu-style-6 .navbar-top .navbar-top-right {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .menu-style-6 .navbar-top .navbar-top-right {
        width: 100%;
    }
}

.menu-style-6 .navbar-top .navbar-top-right .navbar-top-link {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

    .menu-style-6 .navbar-top .navbar-top-right .navbar-top-link li {
        margin: 0 2px;
    }

        .menu-style-6 .navbar-top .navbar-top-right .navbar-top-link li .select-position::after {
            right: 15px;
        }

        .menu-style-6 .navbar-top .navbar-top-right .navbar-top-link li .select-position select {
            border: 1px solid #EFEFEF;
            height: 40px;
            border-radius: 4px;
            padding-right: 40px;
        }

@media (max-width: 767px) {
    .menu-style-6 .navbar-top .navbar-top-right .navbar-top-link li .select-position select {
        display: none;
    }
}

.menu-style-6 .main-navbar .navbar-menu {
    position: relative;
}

    .menu-style-6 .main-navbar .navbar-menu .navbar-menu-toggle {
        padding-right: 16px;
    }

        .menu-style-6 .main-navbar .navbar-menu .navbar-menu-toggle .menu-toggle {
            padding: 5px;
            border: 0;
            background: none;
            transition: all 0.3s linear;
            border-radius: 4px;
        }

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .menu-style-6 .main-navbar .navbar-menu .navbar-menu-toggle .menu-toggle {
        position: absolute;
        top: -50px;
        left: 0;
    }
}

.menu-style-6 .main-navbar .navbar-menu .navbar-menu-toggle .menu-toggle .toggle-icon {
    width: 25px;
    height: 2px;
    background-color: #000;
    display: block;
    margin: 5px 0;
    position: relative;
    transition: all 0.3s linear;
}

.menu-style-6 .main-navbar .navbar-menu .navbar-menu-toggle .menu-toggle.active {
    background-color: #563289;
}

    .menu-style-6 .main-navbar .navbar-menu .navbar-menu-toggle .menu-toggle.active .toggle-icon {
        background-color: #fff;
    }

        .menu-style-6 .main-navbar .navbar-menu .navbar-menu-toggle .menu-toggle.active .toggle-icon:nth-child(1) {
            top: 7px;
            transform: rotate(45deg);
        }

        .menu-style-6 .main-navbar .navbar-menu .navbar-menu-toggle .menu-toggle.active .toggle-icon:nth-child(2) {
            opacity: 0;
        }

        .menu-style-6 .main-navbar .navbar-menu .navbar-menu-toggle .menu-toggle.active .toggle-icon:nth-child(3) {
            top: -7px;
            transform: rotate(135deg);
        }

.menu-style-6 .main-navbar .navbar-menu .main-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 99;
    background-color: #fff;
    width: 320px;
    padding: 24px;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.25);
    margin-top: 15px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .menu-style-6 .main-navbar .navbar-menu .main-menu {
        left: 0;
        transform: translateX(0);
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .menu-style-6 .main-navbar .navbar-menu .main-menu {
        width: 260px;
        padding: 16px;
        left: 0;
        transform: translateX(0);
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .menu-style-6 .main-navbar .navbar-menu .main-menu {
        width: 100%;
        margin-top: 0;
        position: absolute;
        top: 100%;
        left: 0;
        transform: translateX(0);
    }
}

.menu-style-6 .main-navbar .navbar-menu .main-menu li {
    position: static;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .menu-style-6 .main-navbar .navbar-menu .main-menu li {
        position: relative;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .menu-style-6 .main-navbar .navbar-menu .main-menu li.menu-item-has-children a.collapsed i {
        transform: rotate(90deg);
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .menu-style-6 .main-navbar .navbar-menu .main-menu li.menu-item-has-children a i {
        display: inline;
        transition: all 0.3s linear;
        transform: rotate(270deg);
    }
}

.menu-style-6 .main-navbar .navbar-menu .main-menu li a {
    padding: 0 16px;
    line-height: 40px;
    color: #4C4C4C;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    transition: all 0.3s linear;
    border-radius: 4px;
    display: block;
    position: relative;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .menu-style-6 .main-navbar .navbar-menu .main-menu li a {
        padding: 0 12px;
        font-size: 14px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .menu-style-6 .main-navbar .navbar-menu .main-menu li a {
        display: block;
        padding: 0;
        border-bottom: 1px solid #D1D1D1;
        line-height: 36px;
        text-transform: capitalize;
        font-size: 16px;
        font-weight: 400;
        border-radius: 0;
    }
}

.menu-style-6 .main-navbar .navbar-menu .main-menu li a i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 24px;
    text-align: center;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .menu-style-6 .main-navbar .navbar-menu .main-menu li a i {
        display: none;
    }
}

.menu-style-6 .main-navbar .navbar-menu .main-menu li .menu-expand {
    position: absolute;
    width: 21px;
    height: 21px;
    top: 8px;
    right: 0;
    cursor: pointer;
    z-index: 9;
}

    .menu-style-6 .main-navbar .navbar-menu .main-menu li .menu-expand::before {
        position: absolute;
        content: '';
        top: 50%;
        transform: translateY(-50%);
        left: 0;
        width: 100%;
        height: 2px;
        background-color: #000;
    }

    .menu-style-6 .main-navbar .navbar-menu .main-menu li .menu-expand::after {
        position: absolute;
        content: '';
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 2px;
        height: 100%;
        background-color: #000;
        transition: all 0.3s linear;
    }

.menu-style-6 .main-navbar .navbar-menu .main-menu li.active > .menu-expand::after {
    height: 0;
}

.menu-style-6 .main-navbar .navbar-menu .main-menu li:hover > a {
    background-color: #563289;
    color: #fff;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.32);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .menu-style-6 .main-navbar .navbar-menu .main-menu li:hover > a {
        background-color: #fff;
        color: #563289;
        box-shadow: none;
    }
}

@media (max-width: 767px) {
    .menu-style-6 .main-navbar .navbar-menu .main-menu li:hover > a {
        background-color: #fff;
        color: #563289;
        box-shadow: none;
    }
}

.menu-style-6 .main-navbar .navbar-menu .main-menu li .sub-mega-dropdown {
    position: absolute;
    top: 20px;
    left: 100%;
    z-index: 999;
    min-width: 735px;
    width: 100%;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.32);
    border: 0;
    padding: 0;
    margin-top: 0;
    background-color: #fff;
    transition: all 0.3s linear;
    padding: 40px 24px;
    opacity: 0;
    visibility: hidden;
}

    .menu-style-6 .main-navbar .navbar-menu .main-menu li .sub-mega-dropdown.collapse:not(.show) {
        display: block;
    }

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .menu-style-6 .main-navbar .navbar-menu .main-menu li .sub-mega-dropdown.collapse:not(.show) {
        display: none;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .menu-style-6 .main-navbar .navbar-menu .main-menu li .sub-mega-dropdown {
        min-width: 613px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .menu-style-6 .main-navbar .navbar-menu .main-menu li .sub-mega-dropdown {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        opacity: 1;
        visibility: visible;
        box-shadow: none;
        padding: 0;
        padding-left: 15px;
        min-width: inherit;
    }
}

.menu-style-6 .main-navbar .navbar-menu .main-menu li .sub-mega-dropdown .mega-dropdown {
    padding: 0 !important;
}

    .menu-style-6 .main-navbar .navbar-menu .main-menu li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list {
        width: 33.33%;
    }

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .menu-style-6 .main-navbar .navbar-menu .main-menu li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .menu-style-6 .main-navbar .navbar-menu .main-menu li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list {
        width: 100%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .menu-style-6 .main-navbar .navbar-menu .main-menu li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list.menu-item-has-children h6.collapsed i {
        transform: rotate(90deg);
    }
}

.menu-style-6 .main-navbar .navbar-menu .main-menu li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list.menu-item-has-children h6 i {
    display: none;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .menu-style-6 .main-navbar .navbar-menu .main-menu li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list.menu-item-has-children h6 i {
        font-size: 24px;
        display: inline;
        transition: all 0.3s linear;
        transform: rotate(270deg);
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .menu-style-6 .main-navbar .navbar-menu .main-menu li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list .mega-title {
        line-height: 36px;
        border-bottom: 1px solid #D1D1D1;
        cursor: pointer;
        display: flex;
        justify-content: space-between;
    }
}

.menu-style-6 .main-navbar .navbar-menu .main-menu li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list ul.collapse:not(.show) {
    display: block;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .menu-style-6 .main-navbar .navbar-menu .main-menu li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list ul.collapse:not(.show) {
        display: none;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .menu-style-6 .main-navbar .navbar-menu .main-menu li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list ul {
        padding-left: 15px;
    }
}

.menu-style-6 .main-navbar .navbar-menu .main-menu li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list ul li {
    padding: 0;
    margin-top: 16px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .menu-style-6 .main-navbar .navbar-menu .main-menu li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list ul li {
        margin-top: 8px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .menu-style-6 .main-navbar .navbar-menu .main-menu li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list ul li {
        margin-top: 0;
    }
}

.menu-style-6 .main-navbar .navbar-menu .main-menu li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list ul li a {
    font-size: 16px;
    line-height: 22px;
    padding: 0;
    text-transform: capitalize;
    font-weight: 400;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .menu-style-6 .main-navbar .navbar-menu .main-menu li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list ul li a {
        font-size: 14px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .menu-style-6 .main-navbar .navbar-menu .main-menu li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list ul li a {
        padding: 0;
        line-height: 36px;
        font-size: 14px;
    }
}

.menu-style-6 .main-navbar .navbar-menu .main-menu li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list ul li:hover > a {
    background-color: transparent;
    color: #563289;
    box-shadow: none;
    padding-left: 5px;
}

.menu-style-6 .main-navbar .navbar-menu .main-menu li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list .menu-image {
    margin-top: 8px;
    margin-right: 10px;
}

    .menu-style-6 .main-navbar .navbar-menu .main-menu li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list .menu-image img {
        width: 100%;
        border-radius: 4px;
    }

.menu-style-6 .main-navbar .navbar-menu .main-menu li:hover .sub-mega-dropdown {
    top: 0;
    opacity: 1;
    visibility: visible;
}

.menu-style-6 .main-navbar .main-menu-horizontal {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .menu-style-6 .main-navbar .main-menu-horizontal {
        display: block;
    }
}

@media (max-width: 767px) {
    .menu-style-6 .main-navbar .main-menu-horizontal {
        display: block;
    }
}

.menu-style-6 .main-navbar .main-menu-horizontal li {
    padding: 15px 0;
    position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .menu-style-6 .main-navbar .main-menu-horizontal li {
        padding: 0;
    }
}

@media (max-width: 767px) {
    .menu-style-6 .main-navbar .main-menu-horizontal li {
        padding: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .menu-style-6 .main-navbar .main-menu-horizontal li.position-static {
        position: relative !important;
    }
}

@media (max-width: 767px) {
    .menu-style-6 .main-navbar .main-menu-horizontal li.position-static {
        position: relative !important;
    }
}

.menu-style-6 .main-navbar .main-menu-horizontal li a {
    padding: 0 16px;
    line-height: 36px;
    color: #4C4C4C;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    transition: all 0.3s linear;
    border-radius: 4px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .menu-style-6 .main-navbar .main-menu-horizontal li a {
        padding: 0 12px;
        font-size: 14px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .menu-style-6 .main-navbar .main-menu-horizontal li a {
        display: block;
        padding: 0;
        border-bottom: 1px solid #D1D1D1;
        line-height: 36px;
        text-transform: capitalize;
        font-size: 16px;
        font-weight: 400;
        border-radius: 0;
    }
}

.menu-style-6 .main-navbar .main-menu-horizontal li .menu-expand {
    position: absolute;
    width: 21px;
    height: 21px;
    top: 8px;
    right: 0;
    cursor: pointer;
}

    .menu-style-6 .main-navbar .main-menu-horizontal li .menu-expand::before {
        position: absolute;
        content: '';
        top: 50%;
        transform: translateY(-50%);
        left: 0;
        width: 100%;
        height: 2px;
        background-color: #000;
    }

    .menu-style-6 .main-navbar .main-menu-horizontal li .menu-expand::after {
        position: absolute;
        content: '';
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 2px;
        height: 100%;
        background-color: #000;
        transition: all 0.3s linear;
    }

.menu-style-6 .main-navbar .main-menu-horizontal li.active > .menu-expand::after {
    height: 0;
}

.menu-style-6 .main-navbar .main-menu-horizontal li:hover > a {
    background-color: #563289;
    color: #fff;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.32);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .menu-style-6 .main-navbar .main-menu-horizontal li:hover > a {
        background-color: #fff;
        color: #4C4C4C;
        box-shadow: none;
    }
}

@media (max-width: 767px) {
    .menu-style-6 .main-navbar .main-menu-horizontal li:hover > a {
        background-color: #fff;
        color: #4C4C4C;
        box-shadow: none;
    }
}

.menu-style-6 .main-navbar .main-menu-horizontal li .sub-menu {
    position: absolute;
    top: 125%;
    left: 0;
    z-index: 99;
    min-width: inherit;
    width: 256px;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.32);
    border: 0;
    border-radius: 4px;
    padding: 0;
    margin-top: 0;
    background-color: #fff;
    transition: all 0.3s linear;
    opacity: 0;
    visibility: hidden;
}

    .menu-style-6 .main-navbar .main-menu-horizontal li .sub-menu.collapse:not(.show) {
        display: block;
    }

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .menu-style-6 .main-navbar .main-menu-horizontal li .sub-menu.collapse:not(.show) {
        display: none;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .menu-style-6 .main-navbar .main-menu-horizontal li .sub-menu {
        width: 226px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .menu-style-6 .main-navbar .main-menu-horizontal li .sub-menu {
        position: relative;
        top: 0;
        width: 100%;
        opacity: 1;
        visibility: visible;
        box-shadow: none;
        padding: 0;
        padding-left: 15px;
        transition: all 0s linear;
    }
}

.menu-style-6 .main-navbar .main-menu-horizontal li .sub-menu li {
    position: relative;
    padding: 0;
}

    .menu-style-6 .main-navbar .main-menu-horizontal li .sub-menu li > a {
        padding: 0 16px;
        line-height: 46px;
        font-weight: 500;
        font-size: 16px;
        border-radius: 0;
        display: block;
        transition: all 0.4s linear;
    }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .menu-style-6 .main-navbar .main-menu-horizontal li .sub-menu li > a {
        font-size: 14px;
        line-height: 40px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .menu-style-6 .main-navbar .main-menu-horizontal li .sub-menu li > a {
        display: block;
        font-size: 14px;
        padding: 0;
        border-radius: 0;
        font-weight: 400;
    }
}

.menu-style-6 .main-navbar .main-menu-horizontal li .sub-menu li > a i {
    float: right;
    font-size: 24px;
    line-height: 42px;
    transition: all 0.4s linear;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .menu-style-6 .main-navbar .main-menu-horizontal li .sub-menu li > a i {
        display: none;
    }
}

.menu-style-6 .main-navbar .main-menu-horizontal li .sub-menu li:first-child > a {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.menu-style-6 .main-navbar .main-menu-horizontal li .sub-menu li:last-child > a {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.menu-style-6 .main-navbar .main-menu-horizontal li .sub-menu li .sub-menu {
    position: absolute;
    top: 25%;
    left: 100%;
    width: 256px;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.32);
    border: 0;
    border-radius: 4px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s linear;
}

    .menu-style-6 .main-navbar .main-menu-horizontal li .sub-menu li .sub-menu.collapse:not(.show) {
        display: block;
    }

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .menu-style-6 .main-navbar .main-menu-horizontal li .sub-menu li .sub-menu.collapse:not(.show) {
        display: none;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .menu-style-6 .main-navbar .main-menu-horizontal li .sub-menu li .sub-menu {
        width: 226px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .menu-style-6 .main-navbar .main-menu-horizontal li .sub-menu li .sub-menu {
        position: relative;
        width: 100%;
        top: 0;
        left: 0;
        opacity: 1;
        visibility: visible;
        box-shadow: none;
        transition: all 0s linear;
        padding-left: 15px;
    }
}

.menu-style-6 .main-navbar .main-menu-horizontal li .sub-menu li:hover > .sub-menu {
    top: 0;
    opacity: 1;
    visibility: visible;
}

.menu-style-6 .main-navbar .main-menu-horizontal li:last-child .sub-menu li .sub-menu li .sub-menu {
    left: auto;
    right: 100%;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .menu-style-6 .main-navbar .main-menu-horizontal li:last-child .sub-menu li .sub-menu li .sub-menu {
        left: 0;
        right: auto;
    }
}

.menu-style-6 .main-navbar .main-menu-horizontal li:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    top: 100%;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .menu-style-6 .main-navbar .main-menu-horizontal li:hover .sub-menu {
        top: 0;
    }
}

.menu-style-6 .main-navbar .main-menu-horizontal li .sub-mega-dropdown {
    position: absolute;
    top: 125%;
    left: 0;
    z-index: 999;
    min-width: inherit;
    width: 100%;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.32);
    border: 0;
    border-radius: 4px;
    padding: 0;
    margin-top: 0;
    background-color: #fff;
    transition: all 0.3s linear;
    padding: 40px 0 40px;
    opacity: 0;
    visibility: hidden;
}

    .menu-style-6 .main-navbar .main-menu-horizontal li .sub-mega-dropdown.collapse:not(.show) {
        display: block;
    }

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .menu-style-6 .main-navbar .main-menu-horizontal li .sub-mega-dropdown.collapse:not(.show) {
        display: none;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .menu-style-6 .main-navbar .main-menu-horizontal li .sub-mega-dropdown {
        position: relative;
        top: 0;
        width: 100%;
        opacity: 1;
        visibility: visible;
        box-shadow: none;
        padding: 0;
        padding-left: 15px;
        transition: all 0s linear;
    }
}

.menu-style-6 .main-navbar .main-menu-horizontal li .sub-mega-dropdown .mega-dropdown {
    padding: 0 !important;
}

    .menu-style-6 .main-navbar .main-menu-horizontal li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list {
        width: 25%;
    }

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .menu-style-6 .main-navbar .main-menu-horizontal li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .menu-style-6 .main-navbar .main-menu-horizontal li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list {
        width: 100%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .menu-style-6 .main-navbar .main-menu-horizontal li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list .mega-title {
        line-height: 36px;
        border-bottom: 1px solid #D1D1D1;
        cursor: pointer;
    }
}

.menu-style-6 .main-navbar .main-menu-horizontal li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list ul.collapse:not(.show) {
    display: block;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .menu-style-6 .main-navbar .main-menu-horizontal li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list ul.collapse:not(.show) {
        display: none;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .menu-style-6 .main-navbar .main-menu-horizontal li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list ul {
        padding-left: 15px;
    }
}

@media (max-width: 767px) {
    .menu-style-6 .main-navbar .main-menu-horizontal li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list ul {
        padding-left: 15px;
    }
}

.menu-style-6 .main-navbar .main-menu-horizontal li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list ul li {
    padding: 0;
    margin-top: 16px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .menu-style-6 .main-navbar .main-menu-horizontal li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list ul li {
        margin-top: 8px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .menu-style-6 .main-navbar .main-menu-horizontal li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list ul li {
        margin-top: 0;
    }
}

@media (max-width: 767px) {
    .menu-style-6 .main-navbar .main-menu-horizontal li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list ul li {
        margin-top: 0;
    }
}

.menu-style-6 .main-navbar .main-menu-horizontal li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list ul li a {
    font-size: 16px;
    line-height: 22px;
    padding: 0;
    text-transform: capitalize;
    font-weight: 400;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .menu-style-6 .main-navbar .main-menu-horizontal li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list ul li a {
        font-size: 14px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .menu-style-6 .main-navbar .main-menu-horizontal li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list ul li a {
        padding: 0;
        line-height: 36px;
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .menu-style-6 .main-navbar .main-menu-horizontal li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list ul li a {
        padding: 0;
        line-height: 36px;
        font-size: 14px;
    }
}

.menu-style-6 .main-navbar .main-menu-horizontal li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list ul li:hover > a {
    background-color: transparent;
    color: #563289;
    box-shadow: none;
    padding-left: 5px;
}

.menu-style-6 .main-navbar .main-menu-horizontal li:hover .sub-mega-dropdown {
    top: 100%;
    opacity: 1;
    visibility: visible;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .menu-style-6 .main-navbar .main-menu-horizontal li:hover .sub-mega-dropdown {
        top: 0;
    }
}

.menu-style-6 .navbar-search-cart {
    width: 100%;
}

.menu-style-6 .navbar-toggle {
    position: relative;
}

    .menu-style-6 .navbar-toggle .icon-btn {
        border-radius: 4px;
    }

        .menu-style-6 .navbar-toggle .icon-btn::before {
            display: none;
        }

    .menu-style-6 .navbar-toggle:hover .navbar-cart-dropdown {
        opacity: 1;
        visibility: visible;
    }

.menu-style-6 .navbar-user {
    position: relative;
}

    .menu-style-6 .navbar-user .icon-btn {
        padding: 0;
        font-size: 22px;
        border: 1px solid #EFEFEF;
        border-radius: 4px;
    }

        .menu-style-6 .navbar-user .icon-btn::before {
            display: none;
        }

        .menu-style-6 .navbar-user .icon-btn i {
            margin-right: 0;
        }

    .menu-style-6 .navbar-user .dropdown-menu {
        top: 120% !important;
        left: auto !important;
        right: 0 !important;
        transform: translate(0, 0) !important;
        margin-top: 15px;
    }

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .menu-style-6 .navbar-user .dropdown-menu {
        width: 210px;
        margin-top: 2px;
    }
}

@media (max-width: 767px) {
    .menu-style-6 .navbar-user .dropdown-menu {
        width: 210px;
        margin-top: 2px;
    }
}

.menu-style-6 .navbar-user .dropdown-menu li {
    display: block !important;
    margin: 0 !important;
}

    .menu-style-6 .navbar-user .dropdown-menu li > a {
        font-weight: 500;
        font-size: 16px;
        line-height: 22px;
        color: #000;
        display: block;
        height: 40px;
        line-height: 40px;
        padding: 0 12px;
        transition: all 0.3s linear;
        border-radius: 0;
    }

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .menu-style-6 .navbar-user .dropdown-menu li > a {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .menu-style-6 .navbar-user .dropdown-menu li > a {
        font-size: 14px;
    }
}

.menu-style-6 .navbar-user .dropdown-menu li > a i {
    float: none;
    font-size: 20px;
    margin-right: 3px;
    display: inline-block !important;
    transition: all 0s linear;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .menu-style-6 .navbar-user .dropdown-menu li > a i {
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    .menu-style-6 .navbar-user .dropdown-menu li > a i {
        font-size: 18px;
    }
}

.menu-style-6 .navbar-user .dropdown-menu li > a:hover {
    background-color: #563289;
    color: #fff;
}

.menu-style-6 .navbar-user .dropdown-menu li:first-child > a {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.menu-style-6 .navbar-user .dropdown-menu li:last-child > a {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.menu-style-6 .navbar-cart {
    position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .menu-style-6 .navbar-cart {
        float: right;
        display: block;
    }
}

.menu-style-6 .navbar-cart .icon-btn {
    border-radius: 4px;
    padding: 0;
}

    .menu-style-6 .navbar-cart .icon-btn::before {
        display: none;
    }

.menu-style-6 .navbar-cart .navbar-cart-dropdown {
    width: 350px;
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 99;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s linear;
    border-radius: 8px;
    margin-top: 15px;
}

@media (max-width: 767px) {
    .menu-style-6 .navbar-cart .navbar-cart-dropdown {
        width: 280px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .menu-style-6 .navbar-cart .navbar-cart-dropdown {
        width: 350px;
    }
}

.menu-style-6 .navbar-cart:hover .navbar-cart-dropdown {
    opacity: 1;
    visibility: visible;
}

.overlay-6 {
    position: fixed;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 99;
    transition: all 0.3s linear;
    transition-delay: 0.3s;
}

    .overlay-6.open {
        width: 100%;
        transition-delay: 0s;
    }

/*=====  Navbar Dark 6 =====*/
.menu-dark-6 {
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.08);
    background-color: #393D8E;
}

    .menu-dark-6 select {
        color: #fff;
    }

        .menu-dark-6 select option {
            color: #000;
        }

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .menu-dark-6 .navbar-container.navbar-sidebar-dark-6 {
        left: -290px;
    }
}

@media (max-width: 767px) {
    .menu-dark-6 .navbar-container.navbar-sidebar-dark-6 {
        left: -290px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .menu-dark-6 .navbar-container.open {
        left: 0;
        transition-delay: 0.3s;
    }
}

@media (max-width: 767px) {
    .menu-dark-6 .navbar-container.open {
        left: 0;
        transition-delay: 0.3s;
    }
}

.menu-dark-6 .navbar-container .navbar-close a {
    font-size: 24px;
    color: #fff;
    transition: all 0.3s linear;
}

    .menu-dark-6 .navbar-container .navbar-close a:hover {
        color: #E14C7B;
    }

.menu-dark-6 .navbar-container .navbar-top {
    border-bottom: 1px solid rgba(209, 209, 209, 0.2);
}

    .menu-dark-6 .navbar-container .navbar-top .navbar-top-left .navbar-top-link li a {
        color: #fff;
    }

        .menu-dark-6 .navbar-container .navbar-top .navbar-top-left .navbar-top-link li a:hover {
            color: #E14C7B;
        }

    .menu-dark-6 .navbar-container .navbar-top .navbar-top-right .navbar-top-link li .select-position::after {
        right: 20px;
    }

    .menu-dark-6 .navbar-container .navbar-top .navbar-top-right .navbar-top-link li .select-position select {
        padding-right: 50px;
    }

    .menu-dark-6 .navbar-container .navbar-top .navbar-top-right .navbar-top-link li a {
        color: #fff;
    }

        .menu-dark-6 .navbar-container .navbar-top .navbar-top-right .navbar-top-link li a:hover {
            color: #E14C7B;
        }

.menu-dark-6 .navbar-container .main-navbar .navbar-menu .navbar-menu-toggle .menu-toggle .toggle-icon {
    background-color: #fff;
}

.menu-dark-6 .navbar-container .main-navbar .navbar-menu .navbar-menu-toggle .menu-toggle.active {
    background-color: #E14C7B;
}

.menu-dark-6 .navbar-container .main-navbar .navbar-menu .main-menu {
    background-color: #161359;
}

    .menu-dark-6 .navbar-container .main-navbar .navbar-menu .main-menu li a {
        color: #fff;
    }

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .menu-dark-6 .navbar-container .main-navbar .navbar-menu .main-menu li a {
        border-bottom: 1px solid rgba(209, 209, 209, 0.2);
    }
}

@media (max-width: 767px) {
    .menu-dark-6 .navbar-container .main-navbar .navbar-menu .main-menu li a {
        border-bottom: 1px solid rgba(209, 209, 209, 0.2);
    }
}

.menu-dark-6 .navbar-container .main-navbar .navbar-menu .main-menu li .menu-expand::before {
    background-color: #fff;
}

.menu-dark-6 .navbar-container .main-navbar .navbar-menu .main-menu li .menu-expand::after {
    background-color: #fff;
}

.menu-dark-6 .navbar-container .main-navbar .navbar-menu .main-menu li.active > .menu-expand::after {
    height: 0;
}

.menu-dark-6 .navbar-container .main-navbar .navbar-menu .main-menu li:hover > a {
    background-color: #E14C7B;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .menu-dark-6 .navbar-container .main-navbar .navbar-menu .main-menu li:hover > a {
        background-color: transparent;
        color: #4C4C4C;
    }
}

@media (max-width: 767px) {
    .menu-dark-6 .navbar-container .main-navbar .navbar-menu .main-menu li:hover > a {
        background-color: transparent;
        color: #4C4C4C;
    }
}

.menu-dark-6 .navbar-container .main-navbar .navbar-menu .main-menu li .sub-mega-dropdown {
    background-color: #161359;
}

    .menu-dark-6 .navbar-container .main-navbar .navbar-menu .main-menu li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list .mega-title {
        color: #fff;
    }

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .menu-dark-6 .navbar-container .main-navbar .navbar-menu .main-menu li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list .mega-title {
        border-bottom: 1px solid rgba(209, 209, 209, 0.2);
    }
}

@media (max-width: 767px) {
    .menu-dark-6 .navbar-container .main-navbar .navbar-menu .main-menu li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list .mega-title {
        border-bottom: 1px solid rgba(209, 209, 209, 0.2);
    }
}

.menu-dark-6 .navbar-container .main-navbar .navbar-menu .main-menu li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list ul li:hover > a {
    color: #E14C7B;
}

.menu-dark-6 .navbar-container .main-navbar .main-menu-horizontal li a {
    color: #fff;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .menu-dark-6 .navbar-container .main-navbar .main-menu-horizontal li a {
        border-bottom: 1px solid rgba(209, 209, 209, 0.2);
    }
}

@media (max-width: 767px) {
    .menu-dark-6 .navbar-container .main-navbar .main-menu-horizontal li a {
        border-bottom: 1px solid rgba(209, 209, 209, 0.2);
    }
}

.menu-dark-6 .navbar-container .main-navbar .main-menu-horizontal li .menu-expand::before {
    background-color: #fff;
}

.menu-dark-6 .navbar-container .main-navbar .main-menu-horizontal li .menu-expand::after {
    background-color: #fff;
}

.menu-dark-6 .navbar-container .main-navbar .main-menu-horizontal li:hover > a {
    background-color: #E14C7B;
    color: #fff;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.32);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .menu-dark-6 .navbar-container .main-navbar .main-menu-horizontal li:hover > a {
        background-color: transparent;
        color: #E14C7B;
        box-shadow: none;
    }
}

@media (max-width: 767px) {
    .menu-dark-6 .navbar-container .main-navbar .main-menu-horizontal li:hover > a {
        background-color: transparent;
        color: #E14C7B;
        box-shadow: none;
    }
}

.menu-dark-6 .navbar-container .main-navbar .main-menu-horizontal li .sub-menu {
    background-color: #161359;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .menu-dark-6 .navbar-container .main-navbar .main-menu-horizontal li .sub-menu {
        background-color: transparent;
    }
}

@media (max-width: 767px) {
    .menu-dark-6 .navbar-container .main-navbar .main-menu-horizontal li .sub-menu {
        background-color: transparent;
    }
}

.menu-dark-6 .navbar-container .main-navbar .main-menu-horizontal li .sub-mega-dropdown {
    background-color: #161359;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .menu-dark-6 .navbar-container .main-navbar .main-menu-horizontal li .sub-mega-dropdown {
        background-color: transparent;
    }
}

@media (max-width: 767px) {
    .menu-dark-6 .navbar-container .main-navbar .main-menu-horizontal li .sub-mega-dropdown {
        background-color: transparent;
    }
}

.menu-dark-6 .navbar-container .main-navbar .main-menu-horizontal li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list .mega-title {
    color: #fff;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .menu-dark-6 .navbar-container .main-navbar .main-menu-horizontal li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list .mega-title {
        border-bottom: 1px solid rgba(209, 209, 209, 0.2);
    }
}

@media (max-width: 767px) {
    .menu-dark-6 .navbar-container .main-navbar .main-menu-horizontal li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list .mega-title {
        border-bottom: 1px solid rgba(209, 209, 209, 0.2);
    }
}

.menu-dark-6 .navbar-container .main-navbar .main-menu-horizontal li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list ul li:hover > a {
    color: #E14C7B;
}

.menu-dark-6 .navbar-toggle .icon-btn {
    color: #fff;
}

.menu-dark-6 .navbar-user {
    position: relative;
}

    .menu-dark-6 .navbar-user .icon-btn {
        border: 1px solid rgba(209, 209, 209, 0.2);
    }

    .menu-dark-6 .navbar-user .dropdown-menu {
        background-color: #161359;
    }

        .menu-dark-6 .navbar-user .dropdown-menu li a {
            color: #fff;
        }

            .menu-dark-6 .navbar-user .dropdown-menu li a:hover {
                background-color: #E14C7B;
                color: #fff !important;
            }

.overlay-dark-6 {
    position: fixed;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 99;
    transition: all 0.3s linear;
    transition-delay: 0.3s;
}

    .overlay-dark-6.open {
        width: 100%;
        transition-delay: 0s;
    }

/*=====  Navbar Style 7 =====*/
.menu-style-7 {
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.08);
    background-color: #fff;
}

    .menu-style-7 .desktop-logo {
        margin-right: 10px;
    }

    .menu-style-7 .navbar-close {
        position: absolute;
        top: 5px;
        right: 15px;
    }

        .menu-style-7 .navbar-close a {
            font-size: 24px;
            color: #000;
            transition: all 0.3s linear;
        }

            .menu-style-7 .navbar-close a:hover {
                color: #563289;
            }

    .menu-style-7 .navbar-top-wrapper {
        background-color: #563289;
    }

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .menu-style-7 .navbar-top-wrapper {
        background-color: transparent;
    }
}

@media (max-width: 767px) {
    .menu-style-7 .navbar-top-wrapper {
        background-color: transparent;
    }
}

.menu-style-7 .navbar-top {
    padding: 3px 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .menu-style-7 .navbar-top {
        padding-top: 10px;
    }
}

.menu-style-7 .navbar-top .navbar-top-left .navbar-top-link {
    display: flex;
    align-items: center;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .menu-style-7 .navbar-top .navbar-top-left .navbar-top-link {
        text-align: center;
    }
}

@media (max-width: 767px) {
    .menu-style-7 .navbar-top .navbar-top-left .navbar-top-link {
        text-align: center;
    }
}

.menu-style-7 .navbar-top .navbar-top-left .navbar-top-link li a {
    padding: 0 16px;
    line-height: 36px;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    transition: all 0.3s linear;
    display: flex;
    align-items: center;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .menu-style-7 .navbar-top .navbar-top-left .navbar-top-link li a {
        padding: 0 12px;
        font-size: 14px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .menu-style-7 .navbar-top .navbar-top-left .navbar-top-link li a {
        font-size: 14px;
        padding: 5px;
        line-height: 22px;
        color: #000;
    }
}

.menu-style-7 .navbar-top .navbar-top-left .navbar-top-link li a i {
    margin-right: 4px;
    font-size: 18px;
}

.menu-style-7 .navbar-top .navbar-top-left .navbar-top-link li a:hover {
    color: #563289;
}

.menu-style-7 .navbar-top .navbar-top-right .navbar-top-link {
    display: flex;
    align-items: center;
}

    .menu-style-7 .navbar-top .navbar-top-right .navbar-top-link li a {
        padding: 0 16px;
        line-height: 36px;
        color: #fff;
        font-size: 14px;
        text-transform: uppercase;
        font-weight: 500;
        transition: all 0.3s linear;
        display: flex;
        align-items: center;
    }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .menu-style-7 .navbar-top .navbar-top-right .navbar-top-link li a {
        padding: 0 12px;
        font-size: 14px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .menu-style-7 .navbar-top .navbar-top-right .navbar-top-link li a {
        font-size: 14px;
        padding: 5px;
        line-height: 22px;
        color: #000;
    }
}

.menu-style-7 .navbar-top .navbar-top-right .navbar-top-link li a i {
    margin-right: 4px;
    font-size: 18px;
}

.menu-style-7 .navbar-top .navbar-top-right .navbar-top-link li a:hover {
    color: #563289;
}

.menu-style-7 .navbar-top .navbar-top-right .navbar-top-link li select {
    color: #fff;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .menu-style-7 .navbar-top .navbar-top-right .navbar-top-link li select {
        display: block;
        color: #000;
    }
}

@media (max-width: 767px) {
    .menu-style-7 .navbar-top .navbar-top-right .navbar-top-link li select {
        display: none;
    }
}

.menu-style-7 .navbar-top .navbar-top-right .navbar-top-link li select option {
    color: #000;
}

.menu-style-7 .main-navbar {
    padding: 10px 0;
}

    .menu-style-7 .main-navbar .menu-toggle {
        padding: 5px;
        border: 0;
        background: none;
        transition: all 0.3s linear;
        border-radius: 4px;
        display: none;
    }

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .menu-style-7 .main-navbar .menu-toggle {
        position: absolute;
        top: 65px;
        right: 12px;
        display: block;
    }
}

.menu-style-7 .main-navbar .menu-toggle .toggle-icon {
    width: 25px;
    height: 2px;
    background-color: #000;
    display: block;
    margin: 5px 0;
    position: relative;
    transition: all 0.3s linear;
}

.menu-style-7 .main-navbar .menu-toggle.active {
    background-color: #563289;
}

    .menu-style-7 .main-navbar .menu-toggle.active .toggle-icon {
        background-color: #fff;
    }

        .menu-style-7 .main-navbar .menu-toggle.active .toggle-icon:nth-child(1) {
            top: 7px;
            transform: rotate(45deg);
        }

        .menu-style-7 .main-navbar .menu-toggle.active .toggle-icon:nth-child(2) {
            opacity: 0;
        }

        .menu-style-7 .main-navbar .menu-toggle.active .toggle-icon:nth-child(3) {
            top: -7px;
            transform: rotate(135deg);
        }

.menu-style-7 .main-navbar .navbar-menu .main-menu {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

    .menu-style-7 .main-navbar .navbar-menu .main-menu.open {
        transform: translateX(0);
    }

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .menu-style-7 .main-navbar .navbar-menu .main-menu {
        position: fixed;
        left: 0;
        top: 0;
        max-width: 350px;
        width: 100%;
        height: 100vh;
        background: #fff;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
        display: block;
        padding: 40px 20px;
        overflow-y: scroll;
        transition: all 0.3s linear;
        transform: translateX(-100%);
        z-index: 999;
    }
}

.menu-style-7 .main-navbar .navbar-menu .main-menu li {
    padding: 17px 0;
    position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .menu-style-7 .main-navbar .navbar-menu .main-menu li {
        padding: 0;
    }
}

@media (max-width: 767px) {
    .menu-style-7 .main-navbar .navbar-menu .main-menu li {
        padding: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .menu-style-7 .main-navbar .navbar-menu .main-menu li.position-static {
        position: relative !important;
    }
}

@media (max-width: 767px) {
    .menu-style-7 .main-navbar .navbar-menu .main-menu li.position-static {
        position: relative !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .menu-style-7 .main-navbar .navbar-menu .main-menu li.menu-item-has-children a.collapsed i {
        transform: rotate(90deg);
    }
}

.menu-style-7 .main-navbar .navbar-menu .main-menu li.menu-item-has-children a i {
    display: none;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .menu-style-7 .main-navbar .navbar-menu .main-menu li.menu-item-has-children a i {
        font-size: 24px;
        display: inline;
        transition: all 0.3s linear;
        transform: rotate(270deg);
    }
}

.menu-style-7 .main-navbar .navbar-menu .main-menu li a {
    padding: 0 16px;
    line-height: 36px;
    color: #4C4C4C;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    transition: all 0.3s linear;
    border-radius: 4px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .menu-style-7 .main-navbar .navbar-menu .main-menu li a {
        padding: 0 12px;
        font-size: 14px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .menu-style-7 .main-navbar .navbar-menu .main-menu li a {
        display: flex;
        justify-content: space-between;
        padding: 0;
        border-bottom: 1px solid #D1D1D1;
        line-height: 36px;
        text-transform: capitalize;
        font-size: 16px;
        font-weight: 400;
        border-radius: 0;
    }
}

.menu-style-7 .main-navbar .navbar-menu .main-menu li .menu-expand {
    position: absolute;
    width: 21px;
    height: 21px;
    top: 8px;
    right: 0;
    cursor: pointer;
}

    .menu-style-7 .main-navbar .navbar-menu .main-menu li .menu-expand::before {
        position: absolute;
        content: '';
        top: 50%;
        transform: translateY(-50%);
        left: 0;
        width: 100%;
        height: 2px;
        background-color: #000;
    }

    .menu-style-7 .main-navbar .navbar-menu .main-menu li .menu-expand::after {
        position: absolute;
        content: '';
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 2px;
        height: 100%;
        background-color: #000;
        transition: all 0.3s linear;
    }

.menu-style-7 .main-navbar .navbar-menu .main-menu li.active > .menu-expand::after {
    height: 0;
}

.menu-style-7 .main-navbar .navbar-menu .main-menu li:hover > a {
    background-color: #563289;
    color: #fff;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.32);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .menu-style-7 .main-navbar .navbar-menu .main-menu li:hover > a {
        background-color: #fff;
        color: #4C4C4C;
        box-shadow: none;
    }
}

@media (max-width: 767px) {
    .menu-style-7 .main-navbar .navbar-menu .main-menu li:hover > a {
        background-color: #fff;
        color: #4C4C4C;
        box-shadow: none;
    }
}

.menu-style-7 .main-navbar .navbar-menu .main-menu li .sub-menu {
    position: absolute;
    top: 125%;
    left: 0;
    z-index: 99;
    min-width: inherit;
    width: 256px;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.32);
    border: 0;
    border-radius: 4px;
    padding: 0;
    margin-top: 0;
    background-color: #fff;
    transition: all 0.3s linear;
    opacity: 0;
    visibility: hidden;
}

    .menu-style-7 .main-navbar .navbar-menu .main-menu li .sub-menu.collapse:not(.show) {
        display: block;
    }

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .menu-style-7 .main-navbar .navbar-menu .main-menu li .sub-menu.collapse:not(.show) {
        display: none;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .menu-style-7 .main-navbar .navbar-menu .main-menu li .sub-menu {
        width: 226px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .menu-style-7 .main-navbar .navbar-menu .main-menu li .sub-menu {
        position: relative;
        top: 0;
        width: 100%;
        opacity: 1;
        visibility: visible;
        box-shadow: none;
        padding: 0;
        padding-left: 15px;
    }
}

.menu-style-7 .main-navbar .navbar-menu .main-menu li .sub-menu li {
    position: relative;
    padding: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .menu-style-7 .main-navbar .navbar-menu .main-menu li .sub-menu li.menu-item-has-children a.collapsed i {
        transform: rotate(90deg);
    }
}

.menu-style-7 .main-navbar .navbar-menu .main-menu li .sub-menu li.menu-item-has-children a i {
    display: block;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .menu-style-7 .main-navbar .navbar-menu .main-menu li .sub-menu li.menu-item-has-children a i {
        font-size: 24px;
        display: inline;
        transition: all 0.3s linear;
        transform: rotate(270deg);
    }
}

.menu-style-7 .main-navbar .navbar-menu .main-menu li .sub-menu li > a {
    padding: 0 16px;
    line-height: 46px;
    font-weight: 500;
    font-size: 16px;
    border-radius: 0;
    display: block;
    transition: all 0.4s linear;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .menu-style-7 .main-navbar .navbar-menu .main-menu li .sub-menu li > a {
        font-size: 14px;
        line-height: 40px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .menu-style-7 .main-navbar .navbar-menu .main-menu li .sub-menu li > a {
        display: flex;
        justify-content: space-between;
        font-size: 14px;
        padding: 0;
        border-radius: 0;
        font-weight: 400;
    }
}

.menu-style-7 .main-navbar .navbar-menu .main-menu li .sub-menu li > a i {
    float: right;
    font-size: 24px;
    line-height: 42px;
    transition: all 0.4s linear;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .menu-style-7 .main-navbar .navbar-menu .main-menu li .sub-menu li > a i {
        display: none;
    }
}

.menu-style-7 .main-navbar .navbar-menu .main-menu li .sub-menu li:first-child > a {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.menu-style-7 .main-navbar .navbar-menu .main-menu li .sub-menu li:last-child > a {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.menu-style-7 .main-navbar .navbar-menu .main-menu li .sub-menu li .sub-menu {
    position: absolute;
    top: 25%;
    left: 100%;
    width: 256px;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.32);
    border: 0;
    border-radius: 4px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s linear;
}

    .menu-style-7 .main-navbar .navbar-menu .main-menu li .sub-menu li .sub-menu.collapse:not(.show) {
        display: block;
    }

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .menu-style-7 .main-navbar .navbar-menu .main-menu li .sub-menu li .sub-menu.collapse:not(.show) {
        display: none;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .menu-style-7 .main-navbar .navbar-menu .main-menu li .sub-menu li .sub-menu {
        width: 226px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .menu-style-7 .main-navbar .navbar-menu .main-menu li .sub-menu li .sub-menu {
        position: relative;
        width: 100%;
        top: 0;
        left: 0;
        opacity: 1;
        visibility: visible;
        box-shadow: none;
        padding-left: 15px;
    }
}

.menu-style-7 .main-navbar .navbar-menu .main-menu li .sub-menu li:hover > .sub-menu {
    top: 0;
    opacity: 1;
    visibility: visible;
}

.menu-style-7 .main-navbar .navbar-menu .main-menu li:last-child .sub-menu li .sub-menu li .sub-menu {
    left: auto;
    right: 100%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .menu-style-7 .main-navbar .navbar-menu .main-menu li:last-child .sub-menu li .sub-menu li .sub-menu {
        left: 0;
        right: auto;
    }
}

@media (max-width: 767px) {
    .menu-style-7 .main-navbar .navbar-menu .main-menu li:last-child .sub-menu li .sub-menu li .sub-menu {
        left: 0;
        right: auto;
    }
}

.menu-style-7 .main-navbar .navbar-menu .main-menu li:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    top: 100%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .menu-style-7 .main-navbar .navbar-menu .main-menu li:hover .sub-menu {
        top: 0;
    }
}

@media (max-width: 767px) {
    .menu-style-7 .main-navbar .navbar-menu .main-menu li:hover .sub-menu {
        top: 0;
    }
}

.menu-style-7 .main-navbar .navbar-menu .main-menu li .sub-mega-dropdown {
    position: absolute;
    top: 125%;
    left: 0;
    z-index: 999;
    min-width: inherit;
    width: 100%;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.32);
    border: 0;
    border-radius: 4px;
    padding: 0;
    margin-top: 0;
    background-color: #fff;
    transition: all 0.3s linear;
    padding: 40px 0 40px;
    opacity: 0;
    visibility: hidden;
}

    .menu-style-7 .main-navbar .navbar-menu .main-menu li .sub-mega-dropdown.collapse:not(.show) {
        display: block;
    }

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .menu-style-7 .main-navbar .navbar-menu .main-menu li .sub-mega-dropdown.collapse:not(.show) {
        display: none;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .menu-style-7 .main-navbar .navbar-menu .main-menu li .sub-mega-dropdown {
        position: relative;
        top: 0;
        width: 100%;
        opacity: 1;
        visibility: visible;
        box-shadow: none;
        padding: 0;
        padding-left: 15px;
    }
}

.menu-style-7 .main-navbar .navbar-menu .main-menu li .sub-mega-dropdown .mega-dropdown {
    padding: 0 !important;
}

    .menu-style-7 .main-navbar .navbar-menu .main-menu li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list {
        width: 25%;
    }

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .menu-style-7 .main-navbar .navbar-menu .main-menu li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .menu-style-7 .main-navbar .navbar-menu .main-menu li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list {
        width: 100%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .menu-style-7 .main-navbar .navbar-menu .main-menu li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list.menu-item-has-children h6.collapsed i {
        transform: rotate(90deg);
    }
}

.menu-style-7 .main-navbar .navbar-menu .main-menu li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list.menu-item-has-children h6 i {
    display: none;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .menu-style-7 .main-navbar .navbar-menu .main-menu li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list.menu-item-has-children h6 i {
        font-size: 24px;
        display: inline;
        transition: all 0.3s linear;
        transform: rotate(270deg);
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .menu-style-7 .main-navbar .navbar-menu .main-menu li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list .mega-title {
        line-height: 36px;
        border-bottom: 1px solid #D1D1D1;
        cursor: pointer;
        display: flex;
        justify-content: space-between;
    }
}

.menu-style-7 .main-navbar .navbar-menu .main-menu li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list ul.collapse:not(.show) {
    display: block;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .menu-style-7 .main-navbar .navbar-menu .main-menu li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list ul.collapse:not(.show) {
        display: none;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .menu-style-7 .main-navbar .navbar-menu .main-menu li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list ul {
        padding-left: 15px;
    }
}

@media (max-width: 767px) {
    .menu-style-7 .main-navbar .navbar-menu .main-menu li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list ul {
        padding-left: 15px;
    }
}

.menu-style-7 .main-navbar .navbar-menu .main-menu li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list ul li {
    padding: 0;
    margin-top: 16px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .menu-style-7 .main-navbar .navbar-menu .main-menu li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list ul li {
        margin-top: 8px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .menu-style-7 .main-navbar .navbar-menu .main-menu li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list ul li {
        margin-top: 0;
    }
}

@media (max-width: 767px) {
    .menu-style-7 .main-navbar .navbar-menu .main-menu li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list ul li {
        margin-top: 0;
    }
}

.menu-style-7 .main-navbar .navbar-menu .main-menu li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list ul li a {
    font-size: 16px;
    line-height: 22px;
    padding: 0;
    text-transform: capitalize;
    font-weight: 400;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .menu-style-7 .main-navbar .navbar-menu .main-menu li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list ul li a {
        font-size: 14px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .menu-style-7 .main-navbar .navbar-menu .main-menu li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list ul li a {
        padding: 0;
        line-height: 36px;
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .menu-style-7 .main-navbar .navbar-menu .main-menu li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list ul li a {
        padding: 0;
        line-height: 36px;
        font-size: 14px;
    }
}

.menu-style-7 .main-navbar .navbar-menu .main-menu li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list ul li:hover > a {
    background-color: transparent;
    color: #563289;
    box-shadow: none;
    padding-left: 5px;
}

.menu-style-7 .main-navbar .navbar-menu .main-menu li:hover .sub-mega-dropdown {
    top: 100%;
    opacity: 1;
    visibility: visible;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .menu-style-7 .main-navbar .navbar-menu .main-menu li:hover .sub-mega-dropdown {
        top: 0;
    }
}

@media (max-width: 767px) {
    .menu-style-7 .main-navbar .navbar-menu .main-menu li:hover .sub-mega-dropdown {
        top: 0;
    }
}

.menu-style-7 .navbar-cart {
    padding-left: 15px;
    position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .menu-style-7 .navbar-cart {
        float: right;
        display: block;
    }
}

@media (max-width: 767px) {
    .menu-style-7 .navbar-cart {
        float: right;
        display: block;
    }
}

.menu-style-7 .navbar-cart .icon-btn {
    border-radius: 4px;
}

    .menu-style-7 .navbar-cart .icon-btn::before {
        display: none;
    }

.menu-style-7 .navbar-cart .navbar-cart-dropdown {
    width: 350px;
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 99;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s linear;
    border-radius: 8px;
    margin-top: 15px;
}

@media (max-width: 767px) {
    .menu-style-7 .navbar-cart .navbar-cart-dropdown {
        width: 280px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .menu-style-7 .navbar-cart .navbar-cart-dropdown {
        width: 350px;
    }
}

.menu-style-7 .navbar-cart:hover .navbar-cart-dropdown {
    opacity: 1;
    visibility: visible;
}

.menu-style-7 .navbar-toggle {
    padding-left: 0;
}

    .menu-style-7 .navbar-toggle .icon-btn {
        border-radius: 4px;
    }

        .menu-style-7 .navbar-toggle .icon-btn::before {
            display: none;
        }

.overlay-7 {
    position: fixed;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 99;
    transition: all 0.3s linear;
    transition-delay: 0.3s;
}

    .overlay-7.open {
        width: 100%;
        transition-delay: 0s;
    }

/*=====  Navbar Dark 1 =====*/
.menu-dark-7 {
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.08);
    background-color: #393D8E;
}

    .menu-dark-7 .navbar-container .navbar-close a {
        color: #fff;
    }

        .menu-dark-7 .navbar-container .navbar-close a:hover {
            color: #FAE5EC;
        }

    .menu-dark-7 .navbar-container .navbar-top-wrapper {
        background-color: #B62F5C;
    }

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .menu-dark-7 .navbar-container .navbar-top-wrapper {
        background-color: transparent;
    }
}

@media (max-width: 767px) {
    .menu-dark-7 .navbar-container .navbar-top-wrapper {
        background-color: transparent;
    }
}

.menu-dark-7 .navbar-container .navbar-top .navbar-top-left .navbar-top-link li a {
    color: #fff;
}

    .menu-dark-7 .navbar-container .navbar-top .navbar-top-left .navbar-top-link li a:hover {
        color: #00D4E0;
    }

.menu-dark-7 .navbar-container .navbar-top .navbar-top-right .navbar-top-link li select {
    color: #fff;
}

    .menu-dark-7 .navbar-container .navbar-top .navbar-top-right .navbar-top-link li select option {
        color: #000;
    }

.menu-dark-7 .navbar-container .navbar-top .navbar-top-right .navbar-top-link li a {
    color: #fff;
}

    .menu-dark-7 .navbar-container .navbar-top .navbar-top-right .navbar-top-link li a:hover {
        color: #E14C7B;
    }

.menu-dark-7 .navbar-container .main-navbar .menu-toggle .toggle-icon {
    background-color: #fff;
}

.menu-dark-7 .navbar-container .main-navbar .navbar-menu .main-menu.open {
    background-color: #161359;
}

.menu-dark-7 .navbar-container .main-navbar .navbar-menu .main-menu li a {
    color: #fff;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .menu-dark-7 .navbar-container .main-navbar .navbar-menu .main-menu li a {
        border-bottom: 1px solid rgba(209, 209, 209, 0.2);
    }
}

@media (max-width: 767px) {
    .menu-dark-7 .navbar-container .main-navbar .navbar-menu .main-menu li a {
        border-bottom: 1px solid rgba(209, 209, 209, 0.2);
    }
}

.menu-dark-7 .navbar-container .main-navbar .navbar-menu .main-menu li .menu-expand::before {
    background-color: #fff;
}

.menu-dark-7 .navbar-container .main-navbar .navbar-menu .main-menu li .menu-expand::after {
    background-color: #fff;
}

.menu-dark-7 .navbar-container .main-navbar .navbar-menu .main-menu li:hover > a {
    background-color: #E14C7B;
    color: #fff;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.32);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .menu-dark-7 .navbar-container .main-navbar .navbar-menu .main-menu li:hover > a {
        background-color: transparent;
        color: #E14C7B;
        box-shadow: none;
    }
}

@media (max-width: 767px) {
    .menu-dark-7 .navbar-container .main-navbar .navbar-menu .main-menu li:hover > a {
        background-color: transparent;
        color: #E14C7B;
        box-shadow: none;
    }
}

.menu-dark-7 .navbar-container .main-navbar .navbar-menu .main-menu li .sub-menu {
    background-color: #161359;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .menu-dark-7 .navbar-container .main-navbar .navbar-menu .main-menu li .sub-menu {
        background-color: transparent;
    }
}

@media (max-width: 767px) {
    .menu-dark-7 .navbar-container .main-navbar .navbar-menu .main-menu li .sub-menu {
        background-color: transparent;
    }
}

.menu-dark-7 .navbar-container .main-navbar .navbar-menu .main-menu li .sub-mega-dropdown {
    background-color: #161359;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .menu-dark-7 .navbar-container .main-navbar .navbar-menu .main-menu li .sub-mega-dropdown {
        background-color: transparent;
    }
}

@media (max-width: 767px) {
    .menu-dark-7 .navbar-container .main-navbar .navbar-menu .main-menu li .sub-mega-dropdown {
        background-color: transparent;
    }
}

.menu-dark-7 .navbar-container .main-navbar .navbar-menu .main-menu li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list .mega-title {
    color: #fff;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .menu-dark-7 .navbar-container .main-navbar .navbar-menu .main-menu li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list .mega-title {
        border-bottom: 1px solid rgba(209, 209, 209, 0.2);
    }
}

@media (max-width: 767px) {
    .menu-dark-7 .navbar-container .main-navbar .navbar-menu .main-menu li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list .mega-title {
        border-bottom: 1px solid rgba(209, 209, 209, 0.2);
    }
}

.menu-dark-7 .navbar-container .main-navbar .navbar-menu .main-menu li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list ul li:hover > a {
    color: #E14C7B;
}

.menu-dark-7 .navbar-toggle .icon-btn,
.menu-dark-7 .navbar-cart .icon-btn {
    color: #fff;
}

.menu-dark-7 select {
    color: #fff;
}

    .menu-dark-7 select option {
        color: #000;
    }

.overlay-dark-7 {
    position: fixed;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 99;
    transition: all 0.3s linear;
    transition-delay: 0.3s;
}

    .overlay-dark-7.open {
        width: 100%;
        transition-delay: 0s;
    }

/*=====  Navbar Style 8 =====*/
.menu-style-8 {
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.08);
    background-color: #fff;
}

    .menu-style-8 .navbar-container .navbar-close {
        position: absolute;
        top: 5px;
        right: 15px;
    }

        .menu-style-8 .navbar-container .navbar-close a {
            font-size: 24px;
            color: #000;
            transition: all 0.3s linear;
        }

            .menu-style-8 .navbar-container .navbar-close a:hover {
                color: #563289;
            }

    .menu-style-8 .navbar-container .navbar-top-wrapper {
        background-color: #E14C7B;
    }

    .menu-style-8 .navbar-container .navbar-top {
        padding: 10px 0;
    }

        .menu-style-8 .navbar-container .navbar-top .navbar-top-left {
            width: 40%;
        }

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .menu-style-8 .navbar-container .navbar-top .navbar-top-left {
        display: none;
    }
}

.menu-style-8 .navbar-container .navbar-top .navbar-top-left .navbar-top-link {
    display: flex;
}

    .menu-style-8 .navbar-container .navbar-top .navbar-top-left .navbar-top-link li select {
        color: #fff;
    }

        .menu-style-8 .navbar-container .navbar-top .navbar-top-left .navbar-top-link li select option {
            color: #000;
        }

    .menu-style-8 .navbar-container .navbar-top .navbar-top-left .navbar-top-link li a {
        padding: 0 16px;
        line-height: 36px;
        color: #fff;
        font-size: 14px;
        text-transform: uppercase;
        font-weight: 500;
        transition: all 0.3s linear;
    }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .menu-style-8 .navbar-container .navbar-top .navbar-top-left .navbar-top-link li a {
        padding: 0 12px;
        font-size: 14px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .menu-style-8 .navbar-container .navbar-top .navbar-top-left .navbar-top-link li a {
        font-size: 14px;
        padding: 5px;
        line-height: 22px;
        color: #000;
    }
}

@media (max-width: 767px) {
    .menu-style-8 .navbar-container .navbar-top .navbar-top-left .navbar-top-link li a {
        font-size: 14px;
        padding: 5px;
        line-height: 22px;
        color: #000;
    }
}

.menu-style-8 .navbar-container .navbar-top .navbar-top-left .navbar-top-link li a i {
    margin-right: 4px;
}

.menu-style-8 .navbar-container .navbar-top .navbar-top-left .navbar-top-link li a:hover {
    color: #563289;
}

.menu-style-8 .navbar-container .navbar-top .navbar-top-logo {
    width: 20%;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .menu-style-8 .navbar-container .navbar-top .navbar-top-logo {
        width: 100%;
    }
}

.menu-style-8 .navbar-container .navbar-top .navbar-top-right {
    width: 40%;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .menu-style-8 .navbar-container .navbar-top .navbar-top-right {
        display: none;
    }
}

.menu-style-8 .navbar-container .main-navbar .navbar-menu {
    position: relative;
}

    .menu-style-8 .navbar-container .main-navbar .navbar-menu .navbar-menu-toggle {
        padding-right: 16px;
    }

        .menu-style-8 .navbar-container .main-navbar .navbar-menu .navbar-menu-toggle .menu-toggle {
            padding: 8px 11px;
            border: 0;
            background: none;
            transition: all 0.3s linear;
            border-radius: 4px;
            background-color: #E14C7B;
        }

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .menu-style-8 .navbar-container .main-navbar .navbar-menu .navbar-menu-toggle .menu-toggle {
        position: absolute;
        right: 0;
        top: -49px;
        background-color: #fff;
    }
}

.menu-style-8 .navbar-container .main-navbar .navbar-menu .navbar-menu-toggle .menu-toggle .toggle-icon {
    width: 20px;
    height: 2px;
    background-color: #fff;
    display: block;
    margin: 5px 0;
    position: relative;
    transition: all 0.3s linear;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .menu-style-8 .navbar-container .main-navbar .navbar-menu .navbar-menu-toggle .menu-toggle .toggle-icon {
        background-color: #E14C7B;
    }
}

.menu-style-8 .navbar-container .main-navbar .navbar-menu .navbar-menu-toggle .menu-toggle.active .toggle-icon:nth-child(1) {
    top: 7px;
    transform: rotate(45deg);
}

.menu-style-8 .navbar-container .main-navbar .navbar-menu .navbar-menu-toggle .menu-toggle.active .toggle-icon:nth-child(2) {
    opacity: 0;
}

.menu-style-8 .navbar-container .main-navbar .navbar-menu .navbar-menu-toggle .menu-toggle.active .toggle-icon:nth-child(3) {
    top: -7px;
    transform: rotate(135deg);
}

.menu-style-8 .navbar-container .main-navbar .navbar-menu .main-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 99;
    background-color: #fff;
    width: 320px;
    padding: 24px;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.25);
    margin-top: 11px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .menu-style-8 .navbar-container .main-navbar .navbar-menu .main-menu {
        left: 0;
        transform: translateX(0);
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .menu-style-8 .navbar-container .main-navbar .navbar-menu .main-menu {
        width: 260px;
        padding: 16px;
        left: 0;
        transform: translateX(0);
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .menu-style-8 .navbar-container .main-navbar .navbar-menu .main-menu {
        width: 100%;
        margin-top: 0;
        top: 100%;
        left: 0;
        transform: translateX(0);
    }
}

.menu-style-8 .navbar-container .main-navbar .navbar-menu .main-menu li {
    position: static;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .menu-style-8 .navbar-container .main-navbar .navbar-menu .main-menu li {
        position: relative;
    }
}

@media (max-width: 767px) {
    .menu-style-8 .navbar-container .main-navbar .navbar-menu .main-menu li {
        position: relative;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .menu-style-8 .navbar-container .main-navbar .navbar-menu .main-menu li.menu-item-has-children a.collapsed i {
        transform: rotate(90deg);
    }
}

.menu-style-8 .navbar-container .main-navbar .navbar-menu .main-menu li.menu-item-has-children a i {
    display: block;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .menu-style-8 .navbar-container .main-navbar .navbar-menu .main-menu li.menu-item-has-children a i {
        font-size: 24px;
        display: inline;
        transition: all 0.3s linear;
        transform: rotate(270deg);
    }
}

.menu-style-8 .navbar-container .main-navbar .navbar-menu .main-menu li a {
    padding: 0 16px;
    line-height: 40px;
    color: #4C4C4C;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    transition: all 0.3s linear;
    border-radius: 4px;
    display: block;
    position: relative;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .menu-style-8 .navbar-container .main-navbar .navbar-menu .main-menu li a {
        padding: 0 12px;
        font-size: 14px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .menu-style-8 .navbar-container .main-navbar .navbar-menu .main-menu li a {
        display: block;
        padding: 0;
        border-bottom: 1px solid #D1D1D1;
        line-height: 36px;
        text-transform: capitalize;
        font-size: 16px;
        font-weight: 400;
        border-radius: 0;
    }
}

.menu-style-8 .navbar-container .main-navbar .navbar-menu .main-menu li a i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 24px;
    text-align: center;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .menu-style-8 .navbar-container .main-navbar .navbar-menu .main-menu li a i {
        display: none;
    }
}

.menu-style-8 .navbar-container .main-navbar .navbar-menu .main-menu li .menu-expand {
    position: absolute;
    width: 21px;
    height: 21px;
    top: 8px;
    right: 0;
    cursor: pointer;
    z-index: 9;
}

    .menu-style-8 .navbar-container .main-navbar .navbar-menu .main-menu li .menu-expand::before {
        position: absolute;
        content: '';
        top: 50%;
        transform: translateY(-50%);
        left: 0;
        width: 100%;
        height: 2px;
        background-color: #000;
    }

    .menu-style-8 .navbar-container .main-navbar .navbar-menu .main-menu li .menu-expand::after {
        position: absolute;
        content: '';
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 2px;
        height: 100%;
        background-color: #000;
        transition: all 0.3s linear;
    }

.menu-style-8 .navbar-container .main-navbar .navbar-menu .main-menu li.active > .menu-expand::after {
    height: 0;
}

.menu-style-8 .navbar-container .main-navbar .navbar-menu .main-menu li:hover > a {
    background-color: #E14C7B;
    color: #fff;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.32);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .menu-style-8 .navbar-container .main-navbar .navbar-menu .main-menu li:hover > a {
        background-color: #fff;
        color: #E14C7B;
        box-shadow: none;
    }
}

@media (max-width: 767px) {
    .menu-style-8 .navbar-container .main-navbar .navbar-menu .main-menu li:hover > a {
        background-color: #fff;
        color: #E14C7B;
        box-shadow: none;
    }
}

.menu-style-8 .navbar-container .main-navbar .navbar-menu .main-menu li .sub-mega-dropdown {
    position: absolute;
    top: 20px;
    left: 100%;
    z-index: 999;
    min-width: 735px;
    width: 100%;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.32);
    border: 0;
    padding: 0;
    margin-top: 0;
    background-color: #fff;
    transition: all 0.3s linear;
    padding: 40px 24px;
    opacity: 0;
    visibility: hidden;
}

    .menu-style-8 .navbar-container .main-navbar .navbar-menu .main-menu li .sub-mega-dropdown.collapse:not(.show) {
        display: block;
    }

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .menu-style-8 .navbar-container .main-navbar .navbar-menu .main-menu li .sub-mega-dropdown.collapse:not(.show) {
        display: none;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .menu-style-8 .navbar-container .main-navbar .navbar-menu .main-menu li .sub-mega-dropdown {
        min-width: 613px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .menu-style-8 .navbar-container .main-navbar .navbar-menu .main-menu li .sub-mega-dropdown {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        opacity: 1;
        visibility: visible;
        box-shadow: none;
        padding: 0;
        padding-left: 15px;
        min-width: inherit;
    }
}

.menu-style-8 .navbar-container .main-navbar .navbar-menu .main-menu li .sub-mega-dropdown .mega-dropdown {
    padding: 0 !important;
}

    .menu-style-8 .navbar-container .main-navbar .navbar-menu .main-menu li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list {
        width: 33.33%;
    }

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .menu-style-8 .navbar-container .main-navbar .navbar-menu .main-menu li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .menu-style-8 .navbar-container .main-navbar .navbar-menu .main-menu li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list {
        width: 100%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .menu-style-8 .navbar-container .main-navbar .navbar-menu .main-menu li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list.menu-item-has-children h6.collapsed i {
        transform: rotate(90deg);
    }
}

.menu-style-8 .navbar-container .main-navbar .navbar-menu .main-menu li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list.menu-item-has-children h6 i {
    display: none;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .menu-style-8 .navbar-container .main-navbar .navbar-menu .main-menu li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list.menu-item-has-children h6 i {
        font-size: 24px;
        display: inline;
        transition: all 0.3s linear;
        transform: rotate(270deg);
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .menu-style-8 .navbar-container .main-navbar .navbar-menu .main-menu li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list .mega-title {
        line-height: 36px;
        border-bottom: 1px solid #D1D1D1;
        cursor: pointer;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
}

.menu-style-8 .navbar-container .main-navbar .navbar-menu .main-menu li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list ul.collapse:not(.show) {
    display: block;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .menu-style-8 .navbar-container .main-navbar .navbar-menu .main-menu li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list ul.collapse:not(.show) {
        display: none;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .menu-style-8 .navbar-container .main-navbar .navbar-menu .main-menu li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list ul {
        padding-left: 15px;
    }
}

@media (max-width: 767px) {
    .menu-style-8 .navbar-container .main-navbar .navbar-menu .main-menu li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list ul {
        padding-left: 15px;
    }
}

.menu-style-8 .navbar-container .main-navbar .navbar-menu .main-menu li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list ul li {
    padding: 0;
    margin-top: 16px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .menu-style-8 .navbar-container .main-navbar .navbar-menu .main-menu li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list ul li {
        margin-top: 8px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .menu-style-8 .navbar-container .main-navbar .navbar-menu .main-menu li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list ul li {
        margin-top: 0;
    }
}

@media (max-width: 767px) {
    .menu-style-8 .navbar-container .main-navbar .navbar-menu .main-menu li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list ul li {
        margin-top: 0;
    }
}

.menu-style-8 .navbar-container .main-navbar .navbar-menu .main-menu li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list ul li a {
    font-size: 16px;
    line-height: 22px;
    padding: 0;
    text-transform: capitalize;
    font-weight: 400;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .menu-style-8 .navbar-container .main-navbar .navbar-menu .main-menu li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list ul li a {
        font-size: 14px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .menu-style-8 .navbar-container .main-navbar .navbar-menu .main-menu li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list ul li a {
        padding: 0;
        line-height: 36px;
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .menu-style-8 .navbar-container .main-navbar .navbar-menu .main-menu li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list ul li a {
        padding: 0;
        line-height: 36px;
        font-size: 14px;
    }
}

.menu-style-8 .navbar-container .main-navbar .navbar-menu .main-menu li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list ul li:hover > a {
    background-color: transparent;
    color: #E14C7B;
    box-shadow: none;
    padding-left: 5px;
}

.menu-style-8 .navbar-container .main-navbar .navbar-menu .main-menu li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list .menu-image {
    margin-top: 8px;
    margin-right: 8px;
}

    .menu-style-8 .navbar-container .main-navbar .navbar-menu .main-menu li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list .menu-image img {
        width: 100%;
        border-radius: 4px;
    }

.menu-style-8 .navbar-container .main-navbar .navbar-menu .main-menu li:hover .sub-mega-dropdown {
    top: 0;
    opacity: 1;
    visibility: visible;
}

.menu-style-8 .navbar-container .main-navbar .main-menu-horizontal {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .menu-style-8 .navbar-container .main-navbar .main-menu-horizontal {
        display: block;
    }
}

@media (max-width: 767px) {
    .menu-style-8 .navbar-container .main-navbar .main-menu-horizontal {
        display: block;
    }
}

.menu-style-8 .navbar-container .main-navbar .main-menu-horizontal li {
    padding: 15px 0;
    position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .menu-style-8 .navbar-container .main-navbar .main-menu-horizontal li {
        padding: 0;
    }
}

@media (max-width: 767px) {
    .menu-style-8 .navbar-container .main-navbar .main-menu-horizontal li {
        padding: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .menu-style-8 .navbar-container .main-navbar .main-menu-horizontal li.position-static {
        position: relative !important;
    }
}

@media (max-width: 767px) {
    .menu-style-8 .navbar-container .main-navbar .main-menu-horizontal li.position-static {
        position: relative !important;
    }
}

.menu-style-8 .navbar-container .main-navbar .main-menu-horizontal li a {
    padding: 0 16px;
    line-height: 36px;
    color: #4C4C4C;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    transition: all 0.3s linear;
    border-radius: 4px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .menu-style-8 .navbar-container .main-navbar .main-menu-horizontal li a {
        padding: 0 12px;
        font-size: 14px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .menu-style-8 .navbar-container .main-navbar .main-menu-horizontal li a {
        display: block;
        padding: 0;
        border-bottom: 1px solid #D1D1D1;
        line-height: 36px;
        text-transform: capitalize;
        font-size: 16px;
        font-weight: 400;
        border-radius: 0;
    }
}

@media (max-width: 767px) {
    .menu-style-8 .navbar-container .main-navbar .main-menu-horizontal li a {
        display: block;
        padding: 0;
        border-bottom: 1px solid #D1D1D1;
        line-height: 36px;
        text-transform: capitalize;
        font-size: 16px;
        font-weight: 400;
        border-radius: 0;
    }
}

.menu-style-8 .navbar-container .main-navbar .main-menu-horizontal li .menu-expand {
    position: absolute;
    width: 21px;
    height: 21px;
    top: 8px;
    right: 0;
    cursor: pointer;
}

    .menu-style-8 .navbar-container .main-navbar .main-menu-horizontal li .menu-expand::before {
        position: absolute;
        content: '';
        top: 50%;
        transform: translateY(-50%);
        left: 0;
        width: 100%;
        height: 2px;
        background-color: #000;
    }

    .menu-style-8 .navbar-container .main-navbar .main-menu-horizontal li .menu-expand::after {
        position: absolute;
        content: '';
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 2px;
        height: 100%;
        background-color: #000;
        transition: all 0.3s linear;
    }

.menu-style-8 .navbar-container .main-navbar .main-menu-horizontal li.active > .menu-expand::after {
    height: 0;
}

.menu-style-8 .navbar-container .main-navbar .main-menu-horizontal li:hover > a {
    background-color: #E14C7B;
    color: #fff;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.32);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .menu-style-8 .navbar-container .main-navbar .main-menu-horizontal li:hover > a {
        background-color: #fff;
        color: #4C4C4C;
        box-shadow: none;
    }
}

@media (max-width: 767px) {
    .menu-style-8 .navbar-container .main-navbar .main-menu-horizontal li:hover > a {
        background-color: #fff;
        color: #4C4C4C;
        box-shadow: none;
    }
}

.menu-style-8 .navbar-container .main-navbar .main-menu-horizontal li .sub-menu {
    position: absolute;
    top: 125%;
    left: 0;
    z-index: 99;
    min-width: inherit;
    width: 256px;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.32);
    border: 0;
    border-radius: 4px;
    padding: 0;
    margin-top: 0;
    background-color: #fff;
    transition: all 0.3s linear;
    opacity: 0;
    visibility: hidden;
}

    .menu-style-8 .navbar-container .main-navbar .main-menu-horizontal li .sub-menu.collapse:not(.show) {
        display: block;
    }

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .menu-style-8 .navbar-container .main-navbar .main-menu-horizontal li .sub-menu.collapse:not(.show) {
        display: none;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .menu-style-8 .navbar-container .main-navbar .main-menu-horizontal li .sub-menu {
        width: 226px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .menu-style-8 .navbar-container .main-navbar .main-menu-horizontal li .sub-menu {
        position: relative;
        top: 0;
        width: 100%;
        opacity: 1;
        visibility: visible;
        box-shadow: none;
        padding: 0;
        padding-left: 15px;
    }
}

@media (max-width: 767px) {
    .menu-style-8 .navbar-container .main-navbar .main-menu-horizontal li .sub-menu {
        position: relative;
        top: 0;
        width: 100%;
        opacity: 1;
        visibility: visible;
        box-shadow: none;
        padding: 0;
        padding-left: 15px;
    }
}

.menu-style-8 .navbar-container .main-navbar .main-menu-horizontal li .sub-menu li {
    position: relative;
    padding: 0;
}

    .menu-style-8 .navbar-container .main-navbar .main-menu-horizontal li .sub-menu li > a {
        padding: 0 16px;
        line-height: 46px;
        font-weight: 500;
        font-size: 16px;
        border-radius: 0;
        display: block;
        transition: all 0.4s linear;
    }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .menu-style-8 .navbar-container .main-navbar .main-menu-horizontal li .sub-menu li > a {
        font-size: 14px;
        line-height: 40px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .menu-style-8 .navbar-container .main-navbar .main-menu-horizontal li .sub-menu li > a {
        display: block;
        font-size: 14px;
        padding: 0;
        border-radius: 0;
        font-weight: 400;
    }
}

@media (max-width: 767px) {
    .menu-style-8 .navbar-container .main-navbar .main-menu-horizontal li .sub-menu li > a {
        display: block;
        font-size: 14px;
        padding: 0;
        border-radius: 0;
        font-weight: 400;
    }
}

.menu-style-8 .navbar-container .main-navbar .main-menu-horizontal li .sub-menu li > a i {
    float: right;
    font-size: 24px;
    line-height: 42px;
    transition: all 0.4s linear;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .menu-style-8 .navbar-container .main-navbar .main-menu-horizontal li .sub-menu li > a i {
        display: none;
    }
}

@media (max-width: 767px) {
    .menu-style-8 .navbar-container .main-navbar .main-menu-horizontal li .sub-menu li > a i {
        display: none;
    }
}

.menu-style-8 .navbar-container .main-navbar .main-menu-horizontal li .sub-menu li:first-child > a {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.menu-style-8 .navbar-container .main-navbar .main-menu-horizontal li .sub-menu li:last-child > a {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.menu-style-8 .navbar-container .main-navbar .main-menu-horizontal li .sub-menu li .sub-menu {
    position: absolute;
    top: 25%;
    left: 100%;
    width: 256px;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.32);
    border: 0;
    border-radius: 4px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s linear;
}

    .menu-style-8 .navbar-container .main-navbar .main-menu-horizontal li .sub-menu li .sub-menu.collapse:not(.show) {
        display: block;
    }

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .menu-style-8 .navbar-container .main-navbar .main-menu-horizontal li .sub-menu li .sub-menu.collapse:not(.show) {
        display: none;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .menu-style-8 .navbar-container .main-navbar .main-menu-horizontal li .sub-menu li .sub-menu {
        width: 226px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .menu-style-8 .navbar-container .main-navbar .main-menu-horizontal li .sub-menu li .sub-menu {
        position: relative;
        width: 100%;
        top: 0;
        left: 0;
        opacity: 1;
        visibility: visible;
        box-shadow: none;
        padding-left: 15px;
    }
}

@media (max-width: 767px) {
    .menu-style-8 .navbar-container .main-navbar .main-menu-horizontal li .sub-menu li .sub-menu {
        position: relative;
        width: 100%;
        top: 0;
        left: 0;
        opacity: 1;
        visibility: visible;
        box-shadow: none;
        padding-left: 15px;
    }
}

.menu-style-8 .navbar-container .main-navbar .main-menu-horizontal li .sub-menu li:hover > .sub-menu {
    top: 0;
    opacity: 1;
    visibility: visible;
}

.menu-style-8 .navbar-container .main-navbar .main-menu-horizontal li:last-child .sub-menu li .sub-menu li .sub-menu {
    left: auto;
    right: 100%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .menu-style-8 .navbar-container .main-navbar .main-menu-horizontal li:last-child .sub-menu li .sub-menu li .sub-menu {
        left: 0;
        right: auto;
    }
}

@media (max-width: 767px) {
    .menu-style-8 .navbar-container .main-navbar .main-menu-horizontal li:last-child .sub-menu li .sub-menu li .sub-menu {
        left: 0;
        right: auto;
    }
}

.menu-style-8 .navbar-container .main-navbar .main-menu-horizontal li:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    top: 100%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .menu-style-8 .navbar-container .main-navbar .main-menu-horizontal li:hover .sub-menu {
        top: 0;
    }
}

@media (max-width: 767px) {
    .menu-style-8 .navbar-container .main-navbar .main-menu-horizontal li:hover .sub-menu {
        top: 0;
    }
}

.menu-style-8 .navbar-container .main-navbar .main-menu-horizontal li .sub-mega-dropdown {
    position: absolute;
    top: 125%;
    left: 0;
    z-index: 999;
    min-width: inherit;
    width: 100%;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.32);
    border: 0;
    border-radius: 4px;
    padding: 0;
    margin-top: 0;
    background-color: #fff;
    transition: all 0.3s linear;
    padding: 40px 0 40px;
    opacity: 0;
    visibility: hidden;
}

    .menu-style-8 .navbar-container .main-navbar .main-menu-horizontal li .sub-mega-dropdown.collapse:not(.show) {
        display: block;
    }

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .menu-style-8 .navbar-container .main-navbar .main-menu-horizontal li .sub-mega-dropdown.collapse:not(.show) {
        display: none;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .menu-style-8 .navbar-container .main-navbar .main-menu-horizontal li .sub-mega-dropdown {
        position: relative;
        top: 0;
        width: 100%;
        opacity: 1;
        visibility: visible;
        box-shadow: none;
        padding: 0;
        padding-left: 15px;
    }
}

@media (max-width: 767px) {
    .menu-style-8 .navbar-container .main-navbar .main-menu-horizontal li .sub-mega-dropdown {
        position: relative;
        top: 0;
        width: 100%;
        opacity: 1;
        visibility: visible;
        box-shadow: none;
        padding: 0;
        padding-left: 15px;
    }
}

.menu-style-8 .navbar-container .main-navbar .main-menu-horizontal li .sub-mega-dropdown .mega-dropdown {
    padding: 0 !important;
}

    .menu-style-8 .navbar-container .main-navbar .main-menu-horizontal li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list {
        width: 25%;
    }

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .menu-style-8 .navbar-container .main-navbar .main-menu-horizontal li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .menu-style-8 .navbar-container .main-navbar .main-menu-horizontal li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list {
        width: 100%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .menu-style-8 .navbar-container .main-navbar .main-menu-horizontal li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list .mega-title {
        line-height: 36px;
        border-bottom: 1px solid #D1D1D1;
        cursor: pointer;
    }
}

@media (max-width: 767px) {
    .menu-style-8 .navbar-container .main-navbar .main-menu-horizontal li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list .mega-title {
        line-height: 36px;
        border-bottom: 1px solid #D1D1D1;
        cursor: pointer;
    }
}

.menu-style-8 .navbar-container .main-navbar .main-menu-horizontal li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list ul.collapse:not(.show) {
    display: block;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .menu-style-8 .navbar-container .main-navbar .main-menu-horizontal li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list ul.collapse:not(.show) {
        display: none;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .menu-style-8 .navbar-container .main-navbar .main-menu-horizontal li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list ul {
        padding-left: 15px;
    }
}

@media (max-width: 767px) {
    .menu-style-8 .navbar-container .main-navbar .main-menu-horizontal li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list ul {
        padding-left: 15px;
    }
}

.menu-style-8 .navbar-container .main-navbar .main-menu-horizontal li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list ul li {
    padding: 0;
    margin-top: 16px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .menu-style-8 .navbar-container .main-navbar .main-menu-horizontal li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list ul li {
        margin-top: 8px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .menu-style-8 .navbar-container .main-navbar .main-menu-horizontal li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list ul li {
        margin-top: 0;
    }
}

@media (max-width: 767px) {
    .menu-style-8 .navbar-container .main-navbar .main-menu-horizontal li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list ul li {
        margin-top: 0;
    }
}

.menu-style-8 .navbar-container .main-navbar .main-menu-horizontal li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list ul li a {
    font-size: 16px;
    line-height: 22px;
    padding: 0;
    text-transform: capitalize;
    font-weight: 400;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .menu-style-8 .navbar-container .main-navbar .main-menu-horizontal li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list ul li a {
        font-size: 14px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .menu-style-8 .navbar-container .main-navbar .main-menu-horizontal li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list ul li a {
        padding: 0;
        line-height: 36px;
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .menu-style-8 .navbar-container .main-navbar .main-menu-horizontal li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list ul li a {
        padding: 0;
        line-height: 36px;
        font-size: 14px;
    }
}

.menu-style-8 .navbar-container .main-navbar .main-menu-horizontal li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list ul li:hover > a {
    background-color: transparent;
    color: #E14C7B;
    box-shadow: none;
    padding-left: 5px;
}

.menu-style-8 .navbar-container .main-navbar .main-menu-horizontal li:hover .sub-mega-dropdown {
    top: 100%;
    opacity: 1;
    visibility: visible;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .menu-style-8 .navbar-container .main-navbar .main-menu-horizontal li:hover .sub-mega-dropdown {
        top: 0;
    }
}

@media (max-width: 767px) {
    .menu-style-8 .navbar-container .main-navbar .main-menu-horizontal li:hover .sub-mega-dropdown {
        top: 0;
    }
}

.menu-style-8 .navbar-user {
    position: relative;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: flex-end;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .menu-style-8 .navbar-user {
        justify-content: center;
    }
}

@media (max-width: 767px) {
    .menu-style-8 .navbar-user {
        justify-content: center;
    }
}

.menu-style-8 .navbar-user .icon-btn {
    padding: 0;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #fff;
    width: auto;
    height: auto;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .menu-style-8 .navbar-user .icon-btn {
        color: #000;
    }
}

@media (max-width: 767px) {
    .menu-style-8 .navbar-user .icon-btn {
        color: #000;
    }
}

.menu-style-8 .navbar-user .icon-btn::before {
    display: none;
}

.menu-style-8 .navbar-user .icon-btn span {
    margin: 0 3px;
}

.menu-style-8 .navbar-user .icon-btn i {
    font-size: 18px;
}

.menu-style-8 .navbar-user .dropdown-menu {
    top: 160% !important;
    left: auto !important;
    right: 0 !important;
    transform: translate(0, 0) !important;
    margin-top: 22px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .menu-style-8 .navbar-user .dropdown-menu {
        width: 210px;
        margin-top: 2px;
    }
}

@media (max-width: 767px) {
    .menu-style-8 .navbar-user .dropdown-menu {
        width: 210px;
        margin-top: 2px;
    }
}

.menu-style-8 .navbar-user .dropdown-menu li {
    display: block !important;
}

    .menu-style-8 .navbar-user .dropdown-menu li a {
        font-weight: 500;
        font-size: 16px;
        line-height: 22px;
        color: #000;
        display: block;
        height: 40px;
        line-height: 40px;
        padding: 0 12px;
        transition: all 0.3s linear;
        border-radius: 3px;
    }

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .menu-style-8 .navbar-user .dropdown-menu li a {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .menu-style-8 .navbar-user .dropdown-menu li a {
        font-size: 14px;
    }
}

.menu-style-8 .navbar-user .dropdown-menu li a i {
    float: none;
    font-size: 20px;
    margin-right: 3px;
    display: inline-block !important;
    transition: all 0s linear;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .menu-style-8 .navbar-user .dropdown-menu li a i {
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    .menu-style-8 .navbar-user .dropdown-menu li a i {
        font-size: 18px;
    }
}

.menu-style-8 .navbar-user .dropdown-menu li a:hover {
    background-color: #E14C7B;
    color: #fff;
}

.menu-style-8 .navbar-meta {
    width: 100%;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: flex-end;
}

    .menu-style-8 .navbar-meta .meta > li {
        display: inline-block;
    }

        .menu-style-8 .navbar-meta .meta > li > a {
            width: 40px;
            height: 40px;
            line-height: 40px;
            font-size: 20px;
            color: #000;
            text-align: center;
        }

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .menu-style-8 .navbar-meta .meta > li > a {
        color: #fff;
    }
}

@media (max-width: 767px) {
    .menu-style-8 .navbar-meta .meta > li > a {
        color: #fff;
    }
}

.menu-style-8 .navbar-toggle .icon-btn {
    color: #fff;
}

    .menu-style-8 .navbar-toggle .icon-btn::before {
        display: none;
    }

.menu-style-8 .navbar-cart {
    position: relative;
}

    .menu-style-8 .navbar-cart .icon-btn {
        border-radius: 4px;
    }

        .menu-style-8 .navbar-cart .icon-btn::before {
            display: none;
        }

    .menu-style-8 .navbar-cart .navbar-cart-dropdown {
        width: 350px;
        position: absolute;
        top: 100%;
        right: 0;
        z-index: 99;
        background-color: #fff;
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s linear;
        border-radius: 8px;
        margin-top: 11px;
    }

@media (max-width: 767px) {
    .menu-style-8 .navbar-cart .navbar-cart-dropdown {
        width: 280px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .menu-style-8 .navbar-cart .navbar-cart-dropdown {
        width: 350px;
    }
}

.menu-style-8 .navbar-cart:hover .navbar-cart-dropdown {
    opacity: 1;
    visibility: visible;
}

.overlay-8 {
    position: fixed;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 99;
    transition: all 0.3s linear;
    transition-delay: 0.3s;
}

    .overlay-8.open {
        width: 100%;
        transition-delay: 0s;
    }

/*=====  Navbar Dark 8 =====*/
.menu-dark-8 {
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.08);
    background-color: #393D8E;
}

    .menu-dark-8 .navbar-container .navbar-close a {
        font-size: 24px;
        color: #fff;
    }

        .menu-dark-8 .navbar-container .navbar-close a:hover {
            color: #E14C7B;
        }

    .menu-dark-8 .navbar-container .navbar-top-wrapper {
        background-color: #B62F5C;
    }

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .menu-dark-8 .navbar-container .navbar-top-wrapper {
        background-color: transparent;
    }
}

@media (max-width: 767px) {
    .menu-dark-8 .navbar-container .navbar-top-wrapper {
        background-color: transparent;
    }
}

.menu-dark-8 .navbar-container .navbar-top .navbar-top-left .navbar-top-link li select {
    color: #fff;
}

    .menu-dark-8 .navbar-container .navbar-top .navbar-top-left .navbar-top-link li select option {
        color: #000;
    }

.menu-dark-8 .navbar-container .navbar-top .navbar-top-left .navbar-top-link li a {
    color: #fff;
}

    .menu-dark-8 .navbar-container .navbar-top .navbar-top-left .navbar-top-link li a:hover {
        color: #E14C7B;
    }

.menu-dark-8 .navbar-container .main-navbar .navbar-menu .main-menu {
    background-color: #161359;
}

    .menu-dark-8 .navbar-container .main-navbar .navbar-menu .main-menu li a {
        color: #fff;
    }

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .menu-dark-8 .navbar-container .main-navbar .navbar-menu .main-menu li a {
        border-bottom: 1px solid rgba(209, 209, 209, 0.2);
    }
}

@media (max-width: 767px) {
    .menu-dark-8 .navbar-container .main-navbar .navbar-menu .main-menu li a {
        border-bottom: 1px solid rgba(209, 209, 209, 0.2);
    }
}

.menu-dark-8 .navbar-container .main-navbar .navbar-menu .main-menu li .menu-expand::before {
    background-color: #fff;
}

.menu-dark-8 .navbar-container .main-navbar .navbar-menu .main-menu li .menu-expand::after {
    background-color: #fff;
}

.menu-dark-8 .navbar-container .main-navbar .navbar-menu .main-menu li.active > .menu-expand::after {
    height: 0;
}

.menu-dark-8 .navbar-container .main-navbar .navbar-menu .main-menu li:hover > a {
    background-color: #E14C7B;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .menu-dark-8 .navbar-container .main-navbar .navbar-menu .main-menu li:hover > a {
        background-color: transparent;
        color: #4C4C4C;
    }
}

@media (max-width: 767px) {
    .menu-dark-8 .navbar-container .main-navbar .navbar-menu .main-menu li:hover > a {
        background-color: transparent;
        color: #4C4C4C;
    }
}

.menu-dark-8 .navbar-container .main-navbar .navbar-menu .main-menu li .sub-mega-dropdown {
    background-color: #161359;
}

    .menu-dark-8 .navbar-container .main-navbar .navbar-menu .main-menu li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list .mega-title {
        color: #fff;
    }

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .menu-dark-8 .navbar-container .main-navbar .navbar-menu .main-menu li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list .mega-title {
        border-bottom: 1px solid rgba(209, 209, 209, 0.2);
    }
}

@media (max-width: 767px) {
    .menu-dark-8 .navbar-container .main-navbar .navbar-menu .main-menu li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list .mega-title {
        border-bottom: 1px solid rgba(209, 209, 209, 0.2);
    }
}

.menu-dark-8 .navbar-container .main-navbar .navbar-menu .main-menu li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list ul li:hover > a {
    color: #E14C7B;
}

.menu-dark-8 .navbar-container .main-navbar .main-menu-horizontal li a {
    color: #fff;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .menu-dark-8 .navbar-container .main-navbar .main-menu-horizontal li a {
        border-bottom: 1px solid rgba(209, 209, 209, 0.2);
    }
}

@media (max-width: 767px) {
    .menu-dark-8 .navbar-container .main-navbar .main-menu-horizontal li a {
        border-bottom: 1px solid rgba(209, 209, 209, 0.2);
    }
}

.menu-dark-8 .navbar-container .main-navbar .main-menu-horizontal li .menu-expand::before {
    background-color: #fff;
}

.menu-dark-8 .navbar-container .main-navbar .main-menu-horizontal li .menu-expand::after {
    background-color: #fff;
}

.menu-dark-8 .navbar-container .main-navbar .main-menu-horizontal li:hover > a {
    background-color: #E14C7B;
    color: #fff;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.32);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .menu-dark-8 .navbar-container .main-navbar .main-menu-horizontal li:hover > a {
        background-color: transparent;
        color: #E14C7B;
        box-shadow: none;
    }
}

@media (max-width: 767px) {
    .menu-dark-8 .navbar-container .main-navbar .main-menu-horizontal li:hover > a {
        background-color: transparent;
        color: #E14C7B;
        box-shadow: none;
    }
}

.menu-dark-8 .navbar-container .main-navbar .main-menu-horizontal li .sub-menu {
    background-color: #161359;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .menu-dark-8 .navbar-container .main-navbar .main-menu-horizontal li .sub-menu {
        background-color: transparent;
    }
}

@media (max-width: 767px) {
    .menu-dark-8 .navbar-container .main-navbar .main-menu-horizontal li .sub-menu {
        background-color: transparent;
    }
}

.menu-dark-8 .navbar-container .main-navbar .main-menu-horizontal li .sub-mega-dropdown {
    background-color: #161359;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .menu-dark-8 .navbar-container .main-navbar .main-menu-horizontal li .sub-mega-dropdown {
        background-color: transparent;
    }
}

@media (max-width: 767px) {
    .menu-dark-8 .navbar-container .main-navbar .main-menu-horizontal li .sub-mega-dropdown {
        background-color: transparent;
    }
}

.menu-dark-8 .navbar-container .main-navbar .main-menu-horizontal li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list .mega-title {
    color: #fff;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .menu-dark-8 .navbar-container .main-navbar .main-menu-horizontal li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list .mega-title {
        border-bottom: 1px solid rgba(209, 209, 209, 0.2);
    }
}

@media (max-width: 767px) {
    .menu-dark-8 .navbar-container .main-navbar .main-menu-horizontal li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list .mega-title {
        border-bottom: 1px solid rgba(209, 209, 209, 0.2);
    }
}

.menu-dark-8 .navbar-container .main-navbar .main-menu-horizontal li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list ul li:hover > a {
    color: #E14C7B;
}

.menu-dark-8 .navbar-user .icon-btn {
    color: #fff;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .menu-dark-8 .navbar-user .icon-btn {
        color: #fff;
    }
}

@media (max-width: 767px) {
    .menu-dark-8 .navbar-user .icon-btn {
        color: #fff;
    }
}

.menu-dark-8 .navbar-user .dropdown-menu {
    background-color: #563289;
}

    .menu-dark-8 .navbar-user .dropdown-menu li a {
        color: #fff;
    }

        .menu-dark-8 .navbar-user .dropdown-menu li a:hover {
            background-color: #E14C7B;
            color: #fff;
        }

.menu-dark-8 .navbar-meta .meta > li > a {
    color: #fff;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .menu-dark-8 .navbar-meta .meta > li > a {
        color: #fff;
    }
}

@media (max-width: 767px) {
    .menu-dark-8 .navbar-meta .meta > li > a {
        color: #fff;
    }
}

.menu-dark-8 .navbar-cart .navbar-cart-dropdown {
    background-color: #fff;
}

.overlay-dark-8 {
    position: fixed;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 99;
    transition: all 0.3s linear;
    transition-delay: 0.3s;
}

    .overlay-dark-8.open {
        width: 100%;
        transition-delay: 0s;
    }

/*=====  Navbar Style 9 =====*/
.menu-style-9 {
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.08);
    background-color: #fff;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .menu-style-9 {
        padding: 8px 0;
    }
}

@media (max-width: 767px) {
    .menu-style-9 {
        padding: 8px 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .menu-style-9 .navbar-container {
        position: fixed;
        top: 0;
        left: -290px;
        width: 280px;
        height: 100%;
        background-color: #fff;
        padding: 50px 15px 15px;
        z-index: 999;
        overflow-y: auto;
        transition: all 0.3s linear;
        transition-delay: 0s;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .menu-style-9 .navbar-container.open {
        left: 0;
        transition-delay: 0.3s;
    }
}

@media (max-width: 767px) {
    .menu-style-9 .navbar-container.open {
        left: 0;
        transition-delay: 0.3s;
    }
}

.menu-style-9 .navbar-container .navbar-close {
    position: absolute;
    top: 5px;
    right: 15px;
}

    .menu-style-9 .navbar-container .navbar-close a {
        font-size: 24px;
        color: #000;
        transition: all 0.3s linear;
    }

        .menu-style-9 .navbar-container .navbar-close a:hover {
            color: #563289;
        }

.menu-style-9 .navbar-container .main-navbar .main-menu-horizontal {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .menu-style-9 .navbar-container .main-navbar .main-menu-horizontal {
        display: block;
    }
}

@media (max-width: 767px) {
    .menu-style-9 .navbar-container .main-navbar .main-menu-horizontal {
        display: block;
    }
}

.menu-style-9 .navbar-container .main-navbar .main-menu-horizontal li {
    padding: 15px 0;
    position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .menu-style-9 .navbar-container .main-navbar .main-menu-horizontal li {
        padding: 0;
    }
}

@media (max-width: 767px) {
    .menu-style-9 .navbar-container .main-navbar .main-menu-horizontal li {
        padding: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .menu-style-9 .navbar-container .main-navbar .main-menu-horizontal li.position-static {
        position: relative !important;
    }
}

@media (max-width: 767px) {
    .menu-style-9 .navbar-container .main-navbar .main-menu-horizontal li.position-static {
        position: relative !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .menu-style-9 .navbar-container .main-navbar .main-menu-horizontal li.menu-item-has-children a.collapsed i {
        transform: rotate(90deg);
    }
}

.menu-style-9 .navbar-container .main-navbar .main-menu-horizontal li.menu-item-has-children a i {
    display: none;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .menu-style-9 .navbar-container .main-navbar .main-menu-horizontal li.menu-item-has-children a i {
        font-size: 24px;
        display: inline;
        transition: all 0.3s linear;
        transform: rotate(270deg);
    }
}

.menu-style-9 .navbar-container .main-navbar .main-menu-horizontal li a {
    padding: 0 16px;
    line-height: 40px;
    color: #4C4C4C;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    transition: all 0.3s linear;
    border-radius: 4px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .menu-style-9 .navbar-container .main-navbar .main-menu-horizontal li a {
        padding: 0 12px;
        font-size: 14px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .menu-style-9 .navbar-container .main-navbar .main-menu-horizontal li a {
        padding: 0;
        border-bottom: 1px solid #D1D1D1;
        line-height: 36px;
        text-transform: capitalize;
        font-size: 16px;
        font-weight: 400;
        border-radius: 0;
    }
}

.menu-style-9 .navbar-container .main-navbar .main-menu-horizontal li a::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 4px;
    border-radius: 50px;
    background-color: #563289;
    left: 0;
    bottom: -4px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s linear;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .menu-style-9 .navbar-container .main-navbar .main-menu-horizontal li a::before {
        display: none;
    }
}

@media (max-width: 767px) {
    .menu-style-9 .navbar-container .main-navbar .main-menu-horizontal li a::before {
        display: none;
    }
}

.menu-style-9 .navbar-container .main-navbar .main-menu-horizontal li .menu-expand {
    position: absolute;
    width: 21px;
    height: 21px;
    top: 8px;
    right: 0;
    cursor: pointer;
}

    .menu-style-9 .navbar-container .main-navbar .main-menu-horizontal li .menu-expand::before {
        position: absolute;
        content: '';
        top: 50%;
        transform: translateY(-50%);
        left: 0;
        width: 100%;
        height: 2px;
        background-color: #000;
    }

    .menu-style-9 .navbar-container .main-navbar .main-menu-horizontal li .menu-expand::after {
        position: absolute;
        content: '';
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 2px;
        height: 100%;
        background-color: #000;
        transition: all 0.3s linear;
    }

.menu-style-9 .navbar-container .main-navbar .main-menu-horizontal li.active > .menu-expand::after {
    height: 0;
}

.menu-style-9 .navbar-container .main-navbar .main-menu-horizontal li:hover > a {
    color: #563289;
}

    .menu-style-9 .navbar-container .main-navbar .main-menu-horizontal li:hover > a::before {
        opacity: 1;
        visibility: visible;
    }

.menu-style-9 .navbar-container .main-navbar .main-menu-horizontal li .sub-menu {
    position: absolute;
    top: 125%;
    left: 0;
    z-index: 99;
    min-width: inherit;
    width: 256px;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.32);
    border: 0;
    border-radius: 4px;
    padding: 0;
    margin-top: 0;
    background-color: #fff;
    transition: all 0.3s linear;
    opacity: 0;
    visibility: hidden;
}

    .menu-style-9 .navbar-container .main-navbar .main-menu-horizontal li .sub-menu.collapse:not(.show) {
        display: block;
    }

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .menu-style-9 .navbar-container .main-navbar .main-menu-horizontal li .sub-menu.collapse:not(.show) {
        display: none;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .menu-style-9 .navbar-container .main-navbar .main-menu-horizontal li .sub-menu {
        width: 226px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .menu-style-9 .navbar-container .main-navbar .main-menu-horizontal li .sub-menu {
        position: relative;
        top: 0;
        width: 100%;
        opacity: 1;
        visibility: visible;
        box-shadow: none;
        padding: 0;
        padding-left: 15px;
    }
}

@media (max-width: 767px) {
    .menu-style-9 .navbar-container .main-navbar .main-menu-horizontal li .sub-menu {
        position: relative;
        top: 0;
        width: 100%;
        opacity: 1;
        visibility: visible;
        box-shadow: none;
        padding: 0;
        padding-left: 15px;
    }
}

.menu-style-9 .navbar-container .main-navbar .main-menu-horizontal li .sub-menu li {
    position: relative;
    padding: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .menu-style-9 .navbar-container .main-navbar .main-menu-horizontal li .sub-menu li.menu-item-has-children a.collapsed i {
        transform: rotate(90deg);
    }
}

.menu-style-9 .navbar-container .main-navbar .main-menu-horizontal li .sub-menu li.menu-item-has-children a i {
    display: inline;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .menu-style-9 .navbar-container .main-navbar .main-menu-horizontal li .sub-menu li.menu-item-has-children a i {
        font-size: 24px;
        display: inline;
        transition: all 0.3s linear;
        transform: rotate(270deg);
    }
}

.menu-style-9 .navbar-container .main-navbar .main-menu-horizontal li .sub-menu li > a {
    padding: 0 16px;
    line-height: 46px;
    font-weight: 500;
    font-size: 16px;
    border-radius: 0;
    display: block;
    transition: all 0.4s linear;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .menu-style-9 .navbar-container .main-navbar .main-menu-horizontal li .sub-menu li > a {
        font-size: 14px;
        line-height: 40px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .menu-style-9 .navbar-container .main-navbar .main-menu-horizontal li .sub-menu li > a {
        display: block;
        font-size: 14px;
        padding: 0;
        border-radius: 0;
        font-weight: 400;
    }
}

@media (max-width: 767px) {
    .menu-style-9 .navbar-container .main-navbar .main-menu-horizontal li .sub-menu li > a {
        display: block;
        font-size: 14px;
        padding: 0;
        border-radius: 0;
        font-weight: 400;
    }
}

.menu-style-9 .navbar-container .main-navbar .main-menu-horizontal li .sub-menu li > a::before {
    display: none;
}

.menu-style-9 .navbar-container .main-navbar .main-menu-horizontal li .sub-menu li > a i {
    float: right;
    font-size: 24px;
    line-height: 42px;
    transition: all 0.4s linear;
}

.menu-style-9 .navbar-container .main-navbar .main-menu-horizontal li .sub-menu li:first-child > a {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.menu-style-9 .navbar-container .main-navbar .main-menu-horizontal li .sub-menu li:last-child > a {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.menu-style-9 .navbar-container .main-navbar .main-menu-horizontal li .sub-menu li .sub-menu {
    position: absolute;
    top: 25%;
    left: 100%;
    width: 256px;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.32);
    border: 0;
    border-radius: 4px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s linear;
}

    .menu-style-9 .navbar-container .main-navbar .main-menu-horizontal li .sub-menu li .sub-menu.collapse:not(.show) {
        display: block;
    }

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .menu-style-9 .navbar-container .main-navbar .main-menu-horizontal li .sub-menu li .sub-menu.collapse:not(.show) {
        display: none;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .menu-style-9 .navbar-container .main-navbar .main-menu-horizontal li .sub-menu li .sub-menu {
        width: 226px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .menu-style-9 .navbar-container .main-navbar .main-menu-horizontal li .sub-menu li .sub-menu {
        position: relative;
        width: 100%;
        top: 0;
        left: 0;
        opacity: 1;
        visibility: visible;
        box-shadow: none;
        padding-left: 15px;
    }
}

@media (max-width: 767px) {
    .menu-style-9 .navbar-container .main-navbar .main-menu-horizontal li .sub-menu li .sub-menu {
        position: relative;
        width: 100%;
        top: 0;
        left: 0;
        opacity: 1;
        visibility: visible;
        box-shadow: none;
        padding-left: 15px;
    }
}

.menu-style-9 .navbar-container .main-navbar .main-menu-horizontal li .sub-menu li:hover > a {
    background-color: #563289;
    color: #fff;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .menu-style-9 .navbar-container .main-navbar .main-menu-horizontal li .sub-menu li:hover > a {
        background-color: transparent;
        color: #563289;
    }
}

@media (max-width: 767px) {
    .menu-style-9 .navbar-container .main-navbar .main-menu-horizontal li .sub-menu li:hover > a {
        background-color: transparent;
        color: #563289;
    }
}

.menu-style-9 .navbar-container .main-navbar .main-menu-horizontal li .sub-menu li:hover > .sub-menu {
    top: 0;
    opacity: 1;
    visibility: visible;
}

.menu-style-9 .navbar-container .main-navbar .main-menu-horizontal li:last-child .sub-menu li .sub-menu li .sub-menu {
    left: auto;
    right: 100%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .menu-style-9 .navbar-container .main-navbar .main-menu-horizontal li:last-child .sub-menu li .sub-menu li .sub-menu {
        left: 0;
        right: auto;
    }
}

@media (max-width: 767px) {
    .menu-style-9 .navbar-container .main-navbar .main-menu-horizontal li:last-child .sub-menu li .sub-menu li .sub-menu {
        left: 0;
        right: auto;
    }
}

.menu-style-9 .navbar-container .main-navbar .main-menu-horizontal li:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    top: 100%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .menu-style-9 .navbar-container .main-navbar .main-menu-horizontal li:hover .sub-menu {
        top: 0;
    }
}

@media (max-width: 767px) {
    .menu-style-9 .navbar-container .main-navbar .main-menu-horizontal li:hover .sub-menu {
        top: 0;
    }
}

.menu-style-9 .navbar-container .main-navbar .main-menu-horizontal li .sub-mega-dropdown {
    position: absolute;
    top: 125%;
    left: 0;
    z-index: 999;
    min-width: inherit;
    width: 100%;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.32);
    border: 0;
    border-radius: 4px;
    padding: 0;
    margin-top: 0;
    background-color: #fff;
    transition: all 0.3s linear;
    padding: 40px 0 40px;
    opacity: 0;
    visibility: hidden;
}

    .menu-style-9 .navbar-container .main-navbar .main-menu-horizontal li .sub-mega-dropdown.collapse:not(.show) {
        display: block;
    }

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .menu-style-9 .navbar-container .main-navbar .main-menu-horizontal li .sub-mega-dropdown.collapse:not(.show) {
        display: none;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .menu-style-9 .navbar-container .main-navbar .main-menu-horizontal li .sub-mega-dropdown {
        position: relative;
        top: 0;
        width: 100%;
        opacity: 1;
        visibility: visible;
        box-shadow: none;
        padding: 0;
        padding-left: 15px;
    }
}

@media (max-width: 767px) {
    .menu-style-9 .navbar-container .main-navbar .main-menu-horizontal li .sub-mega-dropdown {
        position: relative;
        top: 0;
        width: 100%;
        opacity: 1;
        visibility: visible;
        box-shadow: none;
        padding: 0;
        padding-left: 15px;
    }
}

.menu-style-9 .navbar-container .main-navbar .main-menu-horizontal li .sub-mega-dropdown .mega-dropdown {
    padding: 0 !important;
}

    .menu-style-9 .navbar-container .main-navbar .main-menu-horizontal li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list {
        width: 25%;
    }

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .menu-style-9 .navbar-container .main-navbar .main-menu-horizontal li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .menu-style-9 .navbar-container .main-navbar .main-menu-horizontal li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list {
        width: 100%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .menu-style-9 .navbar-container .main-navbar .main-menu-horizontal li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list.menu-item-has-children h6.collapsed i {
        transform: rotate(90deg);
    }
}

.menu-style-9 .navbar-container .main-navbar .main-menu-horizontal li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list.menu-item-has-children h6 i {
    display: none;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .menu-style-9 .navbar-container .main-navbar .main-menu-horizontal li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list.menu-item-has-children h6 i {
        font-size: 24px;
        display: inline;
        transition: all 0.3s linear;
        transform: rotate(270deg);
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .menu-style-9 .navbar-container .main-navbar .main-menu-horizontal li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list .mega-title {
        line-height: 36px;
        border-bottom: 1px solid #D1D1D1;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
}

.menu-style-9 .navbar-container .main-navbar .main-menu-horizontal li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list ul.collapse:not(.show) {
    display: block;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .menu-style-9 .navbar-container .main-navbar .main-menu-horizontal li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list ul.collapse:not(.show) {
        display: none;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .menu-style-9 .navbar-container .main-navbar .main-menu-horizontal li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list ul {
        padding-left: 15px;
    }
}

@media (max-width: 767px) {
    .menu-style-9 .navbar-container .main-navbar .main-menu-horizontal li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list ul {
        padding-left: 15px;
    }
}

.menu-style-9 .navbar-container .main-navbar .main-menu-horizontal li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list ul li {
    padding: 0;
    margin-top: 16px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .menu-style-9 .navbar-container .main-navbar .main-menu-horizontal li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list ul li {
        margin-top: 8px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .menu-style-9 .navbar-container .main-navbar .main-menu-horizontal li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list ul li {
        margin-top: 0;
    }
}

@media (max-width: 767px) {
    .menu-style-9 .navbar-container .main-navbar .main-menu-horizontal li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list ul li {
        margin-top: 0;
    }
}

.menu-style-9 .navbar-container .main-navbar .main-menu-horizontal li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list ul li a {
    font-size: 16px;
    line-height: 22px;
    padding: 0;
    text-transform: capitalize;
    font-weight: 400;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .menu-style-9 .navbar-container .main-navbar .main-menu-horizontal li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list ul li a {
        font-size: 14px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .menu-style-9 .navbar-container .main-navbar .main-menu-horizontal li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list ul li a {
        padding: 0;
        line-height: 36px;
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .menu-style-9 .navbar-container .main-navbar .main-menu-horizontal li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list ul li a {
        padding: 0;
        line-height: 36px;
        font-size: 14px;
    }
}

.menu-style-9 .navbar-container .main-navbar .main-menu-horizontal li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list ul li a::before {
    display: none;
}

.menu-style-9 .navbar-container .main-navbar .main-menu-horizontal li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list ul li:hover > a {
    background-color: transparent;
    color: #563289;
    box-shadow: none;
    padding-left: 5px;
}

.menu-style-9 .navbar-container .main-navbar .main-menu-horizontal li:hover .sub-mega-dropdown {
    top: 100%;
    opacity: 1;
    visibility: visible;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .menu-style-9 .navbar-container .main-navbar .main-menu-horizontal li:hover .sub-mega-dropdown {
        top: 0;
    }
}

@media (max-width: 767px) {
    .menu-style-9 .navbar-container .main-navbar .main-menu-horizontal li:hover .sub-mega-dropdown {
        top: 0;
    }
}

.menu-style-9 .navbar-meta {
    width: 100%;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: flex-end;
}

    .menu-style-9 .navbar-meta .meta {
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
    }

        .menu-style-9 .navbar-meta .meta > li + li {
            margin-left: 5px;
        }

        .menu-style-9 .navbar-meta .meta > li > a {
            width: 40px;
            height: 40px;
            line-height: 40px;
            font-size: 20px;
            color: #000;
            text-align: center;
        }

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .menu-style-9 .navbar-meta .meta > li > a {
        color: #fff;
    }
}

@media (max-width: 767px) {
    .menu-style-9 .navbar-meta .meta > li > a {
        color: #fff;
        display: none;
    }
}

@media (max-width: 767px) {
    .menu-style-9 .search {
        display: none;
    }
}

.menu-style-9 .navbar-user {
    position: relative;
}

@media (max-width: 767px) {
    .menu-style-9 .navbar-user {
        display: none;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .menu-style-9 .navbar-user {
        display: block;
    }
}

.menu-style-9 .navbar-user .icon-btn {
    padding: 0;
    font-size: 22px;
    background-color: #563289;
    border-radius: 4px;
    color: #fff;
}

    .menu-style-9 .navbar-user .icon-btn::before {
        display: none;
    }

    .menu-style-9 .navbar-user .icon-btn i {
        margin-right: 0;
    }

.menu-style-9 .navbar-user .dropdown-menu {
    top: 130% !important;
    left: auto !important;
    right: 0 !important;
    transform: translate(0, 0) !important;
    margin-top: 10px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .menu-style-9 .navbar-user .dropdown-menu {
        width: 210px;
    }
}

@media (max-width: 767px) {
    .menu-style-9 .navbar-user .dropdown-menu {
        width: 210px;
    }
}

.menu-style-9 .navbar-user .dropdown-menu li {
    display: block !important;
}

    .menu-style-9 .navbar-user .dropdown-menu li > a {
        font-weight: 500;
        font-size: 16px;
        line-height: 22px;
        color: #000;
        display: block;
        height: 40px;
        line-height: 40px;
        padding: 0 12px;
        transition: all 0.3s linear;
        border-radius: 0;
    }

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .menu-style-9 .navbar-user .dropdown-menu li > a {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .menu-style-9 .navbar-user .dropdown-menu li > a {
        font-size: 14px;
    }
}

.menu-style-9 .navbar-user .dropdown-menu li > a i {
    float: none;
    font-size: 20px;
    margin-right: 3px;
    display: inline-block !important;
    transition: all 0s linear;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .menu-style-9 .navbar-user .dropdown-menu li > a i {
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    .menu-style-9 .navbar-user .dropdown-menu li > a i {
        font-size: 18px;
    }
}

.menu-style-9 .navbar-user .dropdown-menu li > a:hover {
    background-color: #563289;
    color: #fff;
}

.menu-style-9 .navbar-user .dropdown-menu li:first-child > a {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.menu-style-9 .navbar-user .dropdown-menu li:last-child > a {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.menu-style-9 .navbar-toggle .icon-btn {
    color: #563289;
}

    .menu-style-9 .navbar-toggle .icon-btn::before {
        display: none;
    }

.menu-style-9 .navbar-cart {
    position: relative;
}

    .menu-style-9 .navbar-cart .icon-btn {
        border-radius: 4px;
    }

        .menu-style-9 .navbar-cart .icon-btn::before {
            display: none;
        }

    .menu-style-9 .navbar-cart .navbar-cart-dropdown {
        width: 350px;
        position: absolute;
        top: 100%;
        right: 0;
        z-index: 99;
        background-color: #fff;
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s linear;
        border-radius: 8px;
        margin-top: 15px;
    }

@media (max-width: 767px) {
    .menu-style-9 .navbar-cart .navbar-cart-dropdown {
        width: 280px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .menu-style-9 .navbar-cart .navbar-cart-dropdown {
        width: 350px;
    }
}

.menu-style-9 .navbar-cart:hover .navbar-cart-dropdown {
    opacity: 1;
    visibility: visible;
}

.overlay-9 {
    position: fixed;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 99;
    transition: all 0.3s linear;
    transition-delay: 0.3s;
}

    .overlay-9.open {
        width: 100%;
        transition-delay: 0s;
    }

/*=====  Navbar Dark 9 =====*/
.menu-dark-9 {
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.08);
    background-color: #393D8E;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .menu-dark-9 .navbar-container {
        background-color: #161359;
    }
}

@media (max-width: 767px) {
    .menu-dark-9 .navbar-container {
        background-color: #161359;
    }
}

.menu-dark-9 .navbar-container .navbar-close a {
    color: #fff;
}

    .menu-dark-9 .navbar-container .navbar-close a:hover {
        color: #E14C7B;
    }

.menu-dark-9 .navbar-container .main-navbar .main-menu-horizontal li a {
    color: #fff;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .menu-dark-9 .navbar-container .main-navbar .main-menu-horizontal li a {
        border-bottom: 1px solid rgba(209, 209, 209, 0.2);
    }
}

@media (max-width: 767px) {
    .menu-dark-9 .navbar-container .main-navbar .main-menu-horizontal li a {
        border-bottom: 1px solid rgba(209, 209, 209, 0.2);
    }
}

.menu-dark-9 .navbar-container .main-navbar .main-menu-horizontal li a::before {
    background-color: #E14C7B;
}

.menu-dark-9 .navbar-container .main-navbar .main-menu-horizontal li .menu-expand::before {
    background-color: #fff;
}

.menu-dark-9 .navbar-container .main-navbar .main-menu-horizontal li .menu-expand::after {
    background-color: #fff;
}

.menu-dark-9 .navbar-container .main-navbar .main-menu-horizontal li:hover > a {
    color: #E14C7B;
}

.menu-dark-9 .navbar-container .main-navbar .main-menu-horizontal li .sub-menu {
    background-color: #161359;
}

    .menu-dark-9 .navbar-container .main-navbar .main-menu-horizontal li .sub-menu li:hover > a {
        background-color: #E14C7B;
        color: #fff;
    }

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .menu-dark-9 .navbar-container .main-navbar .main-menu-horizontal li .sub-menu li:hover > a {
        background-color: transparent;
        color: #E14C7B;
    }
}

@media (max-width: 767px) {
    .menu-dark-9 .navbar-container .main-navbar .main-menu-horizontal li .sub-menu li:hover > a {
        background-color: transparent;
        color: #E14C7B;
    }
}

.menu-dark-9 .navbar-container .main-navbar .main-menu-horizontal li .sub-mega-dropdown {
    background-color: #161359;
}

    .menu-dark-9 .navbar-container .main-navbar .main-menu-horizontal li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list .mega-title {
        color: #fff;
    }

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .menu-dark-9 .navbar-container .main-navbar .main-menu-horizontal li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list .mega-title {
        border-bottom: 1px solid rgba(209, 209, 209, 0.2);
    }
}

@media (max-width: 767px) {
    .menu-dark-9 .navbar-container .main-navbar .main-menu-horizontal li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list .mega-title {
        border-bottom: 1px solid rgba(209, 209, 209, 0.2);
    }
}

.menu-dark-9 .navbar-container .main-navbar .main-menu-horizontal li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list ul li:hover > a {
    color: #E14C7B;
}

.menu-dark-9 .navbar-meta .meta > li > a {
    color: #fff;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .menu-dark-9 .navbar-meta .meta > li > a {
        color: #fff;
    }
}

@media (max-width: 767px) {
    .menu-dark-9 .navbar-meta .meta > li > a {
        color: #fff;
        display: none;
    }
}

.menu-dark-9 .navbar-user .icon-btn {
    background-color: #E14C7B;
    color: #fff;
}

.menu-dark-9 .navbar-user .dropdown-menu {
    background-color: #161359;
}

    .menu-dark-9 .navbar-user .dropdown-menu li a {
        color: #fff;
    }

        .menu-dark-9 .navbar-user .dropdown-menu li a:hover {
            background-color: #E14C7B;
            color: #fff;
        }

.menu-dark-9 .navbar-toggle .icon-btn {
    color: #fff;
}

.overlay-dark-9 {
    position: fixed;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 99;
    transition: all 0.3s linear;
    transition-delay: 0.3s;
}

    .overlay-dark-9.open {
        width: 100%;
        transition-delay: 0s;
    }

/*=====  Navbar Style 10 =====*/
.menu-style-10 {
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.08);
    background-color: #fff;
    padding: 15px 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .menu-style-10 {
        padding: 10px 0;
    }
}

@media (max-width: 767px) {
    .menu-style-10 {
        padding: 10px 0;
    }
}

.menu-style-10 .navbar-mobile .navbar-toggle {
    width: 30%;
}

.menu-style-10 .navbar-mobile .mobile-logo {
    width: 40%;
    text-align: center;
}

.menu-style-10 .navbar-mobile .navbar-meta {
    width: 30%;
}

.menu-style-10 .navbar-container .navbar-menu {
    position: relative;
    width: 6%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .menu-style-10 .navbar-container .navbar-menu {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .menu-style-10 .navbar-container .navbar-menu {
        width: 100%;
    }
}

.menu-style-10 .navbar-container .navbar-menu .navbar-menu-toggle {
    padding-right: 16px;
}

    .menu-style-10 .navbar-container .navbar-menu .navbar-menu-toggle .menu-toggle {
        padding: 5px;
        border: 0;
        background: none;
        transition: all 0.3s linear;
        border-radius: 4px;
    }

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .menu-style-10 .navbar-container .navbar-menu .navbar-menu-toggle .menu-toggle {
        position: absolute;
        right: 0;
        top: -38px;
    }
}

.menu-style-10 .navbar-container .navbar-menu .navbar-menu-toggle .menu-toggle .toggle-icon {
    width: 25px;
    height: 2px;
    background-color: #000;
    display: block;
    margin: 5px 0;
    position: relative;
    transition: all 0.3s linear;
}

.menu-style-10 .navbar-container .navbar-menu .navbar-menu-toggle .menu-toggle.active {
    background-color: #563289;
}

    .menu-style-10 .navbar-container .navbar-menu .navbar-menu-toggle .menu-toggle.active .toggle-icon {
        background-color: #fff;
    }

        .menu-style-10 .navbar-container .navbar-menu .navbar-menu-toggle .menu-toggle.active .toggle-icon:nth-child(1) {
            top: 7px;
            transform: rotate(45deg);
        }

        .menu-style-10 .navbar-container .navbar-menu .navbar-menu-toggle .menu-toggle.active .toggle-icon:nth-child(2) {
            opacity: 0;
        }

        .menu-style-10 .navbar-container .navbar-menu .navbar-menu-toggle .menu-toggle.active .toggle-icon:nth-child(3) {
            top: -7px;
            transform: rotate(135deg);
        }

.menu-style-10 .navbar-container .navbar-menu .main-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 99;
    background-color: #fff;
    width: 320px;
    padding: 24px;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.25);
    margin-top: 18px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .menu-style-10 .navbar-container .navbar-menu .main-menu {
        width: 260px;
        padding: 16px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .menu-style-10 .navbar-container .navbar-menu .main-menu {
        width: 100%;
        margin-top: 12px;
        position: absolute;
        top: 0;
        left: 0;
        transform: translateX(0);
    }
}

.menu-style-10 .navbar-container .navbar-menu .main-menu li {
    position: static;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .menu-style-10 .navbar-container .navbar-menu .main-menu li {
        position: relative;
    }
}

@media (max-width: 767px) {
    .menu-style-10 .navbar-container .navbar-menu .main-menu li {
        position: relative;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .menu-style-10 .navbar-container .navbar-menu .main-menu li.menu-item-has-children a.collapsed i {
        transform: rotate(90deg);
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .menu-style-10 .navbar-container .navbar-menu .main-menu li.menu-item-has-children a i {
        font-size: 24px;
        display: inline;
        transition: all 0.3s linear;
        transform: rotate(270deg);
    }
}

.menu-style-10 .navbar-container .navbar-menu .main-menu li a {
    padding: 0 16px;
    line-height: 40px;
    color: #4C4C4C;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    transition: all 0.3s linear;
    border-radius: 4px;
    display: block;
    position: relative;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .menu-style-10 .navbar-container .navbar-menu .main-menu li a {
        padding: 0 12px;
        font-size: 14px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .menu-style-10 .navbar-container .navbar-menu .main-menu li a {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0;
        border-bottom: 1px solid #D1D1D1;
        line-height: 36px;
        text-transform: capitalize;
        font-size: 16px;
        font-weight: 400;
        border-radius: 0;
    }
}

.menu-style-10 .navbar-container .navbar-menu .main-menu li a i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 24px;
    text-align: center;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .menu-style-10 .navbar-container .navbar-menu .main-menu li a i {
        display: none;
    }
}

@media (max-width: 767px) {
    .menu-style-10 .navbar-container .navbar-menu .main-menu li a i {
        display: none;
    }
}

.menu-style-10 .navbar-container .navbar-menu .main-menu li .menu-expand {
    position: absolute;
    width: 21px;
    height: 21px;
    top: 8px;
    right: 0;
    cursor: pointer;
    z-index: 9;
}

    .menu-style-10 .navbar-container .navbar-menu .main-menu li .menu-expand::before {
        position: absolute;
        content: '';
        top: 50%;
        transform: translateY(-50%);
        left: 0;
        width: 100%;
        height: 2px;
        background-color: #000;
    }

    .menu-style-10 .navbar-container .navbar-menu .main-menu li .menu-expand::after {
        position: absolute;
        content: '';
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 2px;
        height: 100%;
        background-color: #000;
        transition: all 0.3s linear;
    }

.menu-style-10 .navbar-container .navbar-menu .main-menu li.active > .menu-expand::after {
    height: 0;
}

.menu-style-10 .navbar-container .navbar-menu .main-menu li:hover > a {
    background-color: #563289;
    color: #fff;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.32);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .menu-style-10 .navbar-container .navbar-menu .main-menu li:hover > a {
        background-color: #fff;
        color: #563289;
        box-shadow: none;
    }
}

@media (max-width: 767px) {
    .menu-style-10 .navbar-container .navbar-menu .main-menu li:hover > a {
        background-color: #fff;
        color: #563289;
        box-shadow: none;
    }
}

.menu-style-10 .navbar-container .navbar-menu .main-menu li .sub-mega-dropdown {
    position: absolute;
    top: 20px;
    left: 100%;
    z-index: 999;
    min-width: 735px;
    width: 100%;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.32);
    border: 0;
    padding: 0;
    margin-top: 0;
    background-color: #fff;
    transition: all 0.3s linear;
    padding: 40px 24px;
    opacity: 0;
    visibility: hidden;
}

    .menu-style-10 .navbar-container .navbar-menu .main-menu li .sub-mega-dropdown.collapse:not(.show) {
        display: block;
    }

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .menu-style-10 .navbar-container .navbar-menu .main-menu li .sub-mega-dropdown.collapse:not(.show) {
        display: none;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .menu-style-10 .navbar-container .navbar-menu .main-menu li .sub-mega-dropdown {
        min-width: 613px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .menu-style-10 .navbar-container .navbar-menu .main-menu li .sub-mega-dropdown {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        opacity: 1;
        visibility: visible;
        box-shadow: none;
        padding: 0;
        padding-left: 15px;
        min-width: inherit;
    }
}

@media (max-width: 767px) {
    .menu-style-10 .navbar-container .navbar-menu .main-menu li .sub-mega-dropdown {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        opacity: 1;
        visibility: visible;
        box-shadow: none;
        padding: 0;
        padding-left: 15px;
        min-width: inherit;
    }
}

.menu-style-10 .navbar-container .navbar-menu .main-menu li .sub-mega-dropdown .mega-dropdown {
    padding: 0 !important;
}

    .menu-style-10 .navbar-container .navbar-menu .main-menu li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list {
        width: 33.33%;
    }

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .menu-style-10 .navbar-container .navbar-menu .main-menu li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .menu-style-10 .navbar-container .navbar-menu .main-menu li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list {
        width: 100%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .menu-style-10 .navbar-container .navbar-menu .main-menu li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list.menu-item-has-children h6.collapsed i {
        transform: rotate(90deg);
    }
}

.menu-style-10 .navbar-container .navbar-menu .main-menu li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list.menu-item-has-children h6 i {
    display: none;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .menu-style-10 .navbar-container .navbar-menu .main-menu li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list.menu-item-has-children h6 i {
        font-size: 24px;
        display: inline;
        transition: all 0.3s linear;
        transform: rotate(270deg);
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .menu-style-10 .navbar-container .navbar-menu .main-menu li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list .mega-title {
        line-height: 36px;
        border-bottom: 1px solid #D1D1D1;
        cursor: pointer;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
}

.menu-style-10 .navbar-container .navbar-menu .main-menu li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list ul.collapse:not(.show) {
    display: block;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .menu-style-10 .navbar-container .navbar-menu .main-menu li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list ul.collapse:not(.show) {
        display: none;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .menu-style-10 .navbar-container .navbar-menu .main-menu li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list ul {
        padding-left: 15px;
    }
}

@media (max-width: 767px) {
    .menu-style-10 .navbar-container .navbar-menu .main-menu li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list ul {
        padding-left: 15px;
    }
}

.menu-style-10 .navbar-container .navbar-menu .main-menu li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list ul li {
    padding: 0;
    margin-top: 16px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .menu-style-10 .navbar-container .navbar-menu .main-menu li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list ul li {
        margin-top: 8px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .menu-style-10 .navbar-container .navbar-menu .main-menu li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list ul li {
        margin-top: 0;
    }
}

@media (max-width: 767px) {
    .menu-style-10 .navbar-container .navbar-menu .main-menu li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list ul li {
        margin-top: 0;
    }
}

.menu-style-10 .navbar-container .navbar-menu .main-menu li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list ul li a {
    font-size: 16px;
    line-height: 22px;
    padding: 0;
    text-transform: capitalize;
    font-weight: 400;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .menu-style-10 .navbar-container .navbar-menu .main-menu li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list ul li a {
        font-size: 14px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .menu-style-10 .navbar-container .navbar-menu .main-menu li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list ul li a {
        padding: 0;
        line-height: 36px;
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .menu-style-10 .navbar-container .navbar-menu .main-menu li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list ul li a {
        padding: 0;
        line-height: 36px;
        font-size: 14px;
    }
}

.menu-style-10 .navbar-container .navbar-menu .main-menu li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list ul li:hover > a {
    background-color: transparent;
    color: #563289;
    box-shadow: none;
    padding-left: 5px;
}

.menu-style-10 .navbar-container .navbar-menu .main-menu li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list .menu-image {
    margin-top: 8px;
    margin-right: 8px;
}

    .menu-style-10 .navbar-container .navbar-menu .main-menu li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list .menu-image img {
        width: 100%;
        border-radius: 4px;
    }

.menu-style-10 .navbar-container .navbar-menu .main-menu li:hover .sub-mega-dropdown {
    top: 0;
    opacity: 1;
    visibility: visible;
}

.menu-style-10 .navbar-meta {
    width: 12%;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: flex-end;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .menu-style-10 .navbar-meta {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .menu-style-10 .navbar-meta {
        width: 100%;
    }
}

.menu-style-10 .navbar-meta .meta {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

    .menu-style-10 .navbar-meta .meta > li + li {
        margin-left: 5px;
    }

    .menu-style-10 .navbar-meta .meta > li > a {
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 20px;
        color: #000;
        text-align: center;
    }

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .menu-style-10 .navbar-meta .meta > li > a {
        color: #fff;
    }
}

@media (max-width: 767px) {
    .menu-style-10 .navbar-meta .meta > li > a {
        color: #fff;
        display: none;
    }
}

.menu-style-10 .navbar-search {
    width: 82%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .menu-style-10 .navbar-search {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .menu-style-10 .navbar-search {
        width: 100%;
    }
}

.menu-style-10 .navbar-user {
    position: relative;
}

@media (max-width: 767px) {
    .menu-style-10 .navbar-user {
        display: none;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .menu-style-10 .navbar-user {
        display: block;
    }
}

.menu-style-10 .navbar-user .icon-btn {
    padding: 0;
    font-size: 22px;
    background-color: transparent;
    border-radius: 4px;
    color: #000;
}

    .menu-style-10 .navbar-user .icon-btn::before {
        display: none;
    }

    .menu-style-10 .navbar-user .icon-btn i {
        margin-right: 0;
    }

.menu-style-10 .navbar-user .dropdown-menu {
    top: 130% !important;
    left: auto !important;
    right: 0 !important;
    transform: translate(0, 0) !important;
    margin-top: 18px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .menu-style-10 .navbar-user .dropdown-menu {
        width: 210px;
        margin-top: 15px;
    }
}

@media (max-width: 767px) {
    .menu-style-10 .navbar-user .dropdown-menu {
        width: 210px;
        margin-top: 15px;
    }
}

.menu-style-10 .navbar-user .dropdown-menu li {
    display: block !important;
}

    .menu-style-10 .navbar-user .dropdown-menu li > a {
        font-weight: 500;
        font-size: 16px;
        line-height: 22px;
        color: #000;
        display: block;
        height: 40px;
        line-height: 40px;
        padding: 0 12px;
        transition: all 0.3s linear;
        border-radius: 0;
    }

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .menu-style-10 .navbar-user .dropdown-menu li > a {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .menu-style-10 .navbar-user .dropdown-menu li > a {
        font-size: 14px;
    }
}

.menu-style-10 .navbar-user .dropdown-menu li > a i {
    float: none;
    font-size: 20px;
    margin-right: 3px;
    display: inline-block !important;
    transition: all 0s linear;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .menu-style-10 .navbar-user .dropdown-menu li > a i {
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    .menu-style-10 .navbar-user .dropdown-menu li > a i {
        font-size: 18px;
    }
}

.menu-style-10 .navbar-user .dropdown-menu li > a:hover {
    background-color: #563289;
    color: #fff;
}

.menu-style-10 .navbar-user .dropdown-menu li:first-child > a {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.menu-style-10 .navbar-user .dropdown-menu li:last-child > a {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.menu-style-10 .navbar-toggle .icon-btn {
    color: #563289;
}

    .menu-style-10 .navbar-toggle .icon-btn::before {
        display: none;
    }

.menu-style-10 .navbar-cart {
    position: relative;
}

    .menu-style-10 .navbar-cart .icon-btn {
        border-radius: 4px;
    }

        .menu-style-10 .navbar-cart .icon-btn::before {
            display: none;
        }

    .menu-style-10 .navbar-cart .navbar-cart-dropdown {
        width: 350px;
        position: absolute;
        top: 100%;
        right: 0;
        z-index: 99;
        background-color: #fff;
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s linear;
        border-radius: 8px;
        margin-top: 18px;
    }

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .menu-style-10 .navbar-cart .navbar-cart-dropdown {
        margin-top: 15px;
    }
}

@media (max-width: 767px) {
    .menu-style-10 .navbar-cart .navbar-cart-dropdown {
        width: 280px;
        margin-top: 15px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .menu-style-10 .navbar-cart .navbar-cart-dropdown {
        width: 350px;
    }
}

.menu-style-10 .navbar-cart:hover .navbar-cart-dropdown {
    opacity: 1;
    visibility: visible;
}

.overlay-10 {
    position: fixed;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 99;
    transition: all 0.3s linear;
    transition-delay: 0.3s;
}

    .overlay-10.open {
        width: 100%;
        transition-delay: 0s;
    }

/*=====  Navbar Dark 10 =====*/
.menu-dark-10 {
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.08);
    background-color: #393D8E;
}

    .menu-dark-10 select {
        color: #fff;
    }

        .menu-dark-10 select option {
            color: #000;
        }

    .menu-dark-10 .navbar-container .navbar-close a {
        color: #fff;
    }

        .menu-dark-10 .navbar-container .navbar-close a:hover {
            color: #E14C7B;
        }

    .menu-dark-10 .navbar-container .navbar-menu .navbar-menu-toggle .menu-toggle .toggle-icon {
        background-color: #fff;
    }

    .menu-dark-10 .navbar-container .navbar-menu .navbar-menu-toggle .menu-toggle.active {
        background-color: #E14C7B;
    }

        .menu-dark-10 .navbar-container .navbar-menu .navbar-menu-toggle .menu-toggle.active .toggle-icon {
            background-color: #fff;
        }

    .menu-dark-10 .navbar-container .navbar-menu .main-menu {
        background-color: #161359;
    }

        .menu-dark-10 .navbar-container .navbar-menu .main-menu li a {
            color: #fff;
        }

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .menu-dark-10 .navbar-container .navbar-menu .main-menu li a {
        border-bottom: 1px solid rgba(209, 209, 209, 0.2);
    }
}

@media (max-width: 767px) {
    .menu-dark-10 .navbar-container .navbar-menu .main-menu li a {
        border-bottom: 1px solid rgba(209, 209, 209, 0.2);
    }
}

.menu-dark-10 .navbar-container .navbar-menu .main-menu li .menu-expand::before {
    background-color: #fff;
}

.menu-dark-10 .navbar-container .navbar-menu .main-menu li .menu-expand::after {
    background-color: #fff;
}

.menu-dark-10 .navbar-container .navbar-menu .main-menu li:hover > a {
    background-color: #E14C7B;
    color: #fff;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.32);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .menu-dark-10 .navbar-container .navbar-menu .main-menu li:hover > a {
        background-color: transparent;
        color: #E14C7B;
        box-shadow: none;
    }
}

@media (max-width: 767px) {
    .menu-dark-10 .navbar-container .navbar-menu .main-menu li:hover > a {
        background-color: transparent;
        color: #E14C7B;
        box-shadow: none;
    }
}

.menu-dark-10 .navbar-container .navbar-menu .main-menu li .sub-mega-dropdown {
    background-color: #161359;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .menu-dark-10 .navbar-container .navbar-menu .main-menu li .sub-mega-dropdown {
        background-color: transparent;
    }
}

@media (max-width: 767px) {
    .menu-dark-10 .navbar-container .navbar-menu .main-menu li .sub-mega-dropdown {
        background-color: transparent;
    }
}

.menu-dark-10 .navbar-container .navbar-menu .main-menu li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list .mega-title {
    color: #fff;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .menu-dark-10 .navbar-container .navbar-menu .main-menu li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list .mega-title {
        border-bottom: 1px solid rgba(209, 209, 209, 0.2);
    }
}

@media (max-width: 767px) {
    .menu-dark-10 .navbar-container .navbar-menu .main-menu li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list .mega-title {
        border-bottom: 1px solid rgba(209, 209, 209, 0.2);
    }
}

.menu-dark-10 .navbar-container .navbar-menu .main-menu li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list ul li:hover > a {
    color: #E14C7B;
}

.menu-dark-10 .navbar-meta .meta > li > a {
    color: #fff;
}

.menu-dark-10 .navbar-user .icon-btn {
    color: #fff;
}

.menu-dark-10 .navbar-user .dropdown-menu {
    background-color: #161359;
}

    .menu-dark-10 .navbar-user .dropdown-menu li a {
        color: #fff;
    }

        .menu-dark-10 .navbar-user .dropdown-menu li a:hover {
            background-color: #E14C7B;
            color: #fff;
        }

.menu-dark-10 .navbar-toggle .icon-btn {
    color: #fff;
}

.menu-dark-10 .navbar-cart .navbar-cart-dropdown {
    background-color: #161359;
}

.overlay-dark-10 {
    position: fixed;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 99;
    transition: all 0.3s linear;
    transition-delay: 0.3s;
}

    .overlay-dark-10.open {
        width: 100%;
        transition-delay: 0s;
    }

/*=====  Navbar Style 11 =====*/
.menu-style-11 {
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.08);
    background-color: #fff;
    padding: 15px 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .menu-style-11 {
        padding: 10px 0;
    }
}

@media (max-width: 767px) {
    .menu-style-11 {
        padding: 10px 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .menu-style-11 .navbar-container {
        position: fixed;
        top: 0;
        left: -290px;
        width: 280px;
        height: 100%;
        background-color: #fff;
        padding: 50px 15px 15px;
        z-index: 999;
        overflow-y: auto;
        transition: all 0.3s linear;
        transition-delay: 0s;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .menu-style-11 .navbar-container.open {
        left: 0;
        transition-delay: 0.3s;
    }
}

@media (max-width: 767px) {
    .menu-style-11 .navbar-container.open {
        left: 0;
        transition-delay: 0.3s;
    }
}

.menu-style-11 .navbar-container .navbar-close {
    position: absolute;
    top: 5px;
    right: 15px;
}

    .menu-style-11 .navbar-container .navbar-close a {
        font-size: 24px;
        color: #000;
        transition: all 0.3s linear;
    }

        .menu-style-11 .navbar-container .navbar-close a:hover {
            color: #563289;
        }

.menu-style-11 .navbar-container .navbar-menu {
    position: relative;
}

    .menu-style-11 .navbar-container .navbar-menu .navbar-menu-toggle {
        padding-right: 16px;
    }

        .menu-style-11 .navbar-container .navbar-menu .navbar-menu-toggle .menu-toggle {
            padding: 5px;
            border: 0;
            background: none;
            transition: all 0.3s linear;
            border-radius: 4px;
        }

            .menu-style-11 .navbar-container .navbar-menu .navbar-menu-toggle .menu-toggle .toggle-icon {
                width: 25px;
                height: 2px;
                background-color: #000;
                display: block;
                margin: 5px 0;
                position: relative;
                transition: all 0.3s linear;
            }

            .menu-style-11 .navbar-container .navbar-menu .navbar-menu-toggle .menu-toggle.active {
                background-color: #563289;
            }

                .menu-style-11 .navbar-container .navbar-menu .navbar-menu-toggle .menu-toggle.active .toggle-icon {
                    background-color: #fff;
                }

                    .menu-style-11 .navbar-container .navbar-menu .navbar-menu-toggle .menu-toggle.active .toggle-icon:nth-child(1) {
                        top: 7px;
                        transform: rotate(45deg);
                    }

                    .menu-style-11 .navbar-container .navbar-menu .navbar-menu-toggle .menu-toggle.active .toggle-icon:nth-child(2) {
                        opacity: 0;
                    }

                    .menu-style-11 .navbar-container .navbar-menu .navbar-menu-toggle .menu-toggle.active .toggle-icon:nth-child(3) {
                        top: -7px;
                        transform: rotate(135deg);
                    }

    .menu-style-11 .navbar-container .navbar-menu .main-menu {
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 99;
        background-color: #fff;
        width: 320px;
        padding: 24px;
        box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.25);
        margin-top: 18px;
    }

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .menu-style-11 .navbar-container .navbar-menu .main-menu {
        left: 0;
        transform: translateX(0);
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .menu-style-11 .navbar-container .navbar-menu .main-menu {
        width: 260px;
        padding: 16px;
        left: 0;
        transform: translateX(0);
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .menu-style-11 .navbar-container .navbar-menu .main-menu {
        box-shadow: none;
        width: 100%;
        padding: 0;
        display: block;
        margin-top: 0;
        position: relative;
        top: 0;
        left: 0;
        transform: translateX(0);
    }
}

.menu-style-11 .navbar-container .navbar-menu .main-menu li {
    position: static;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .menu-style-11 .navbar-container .navbar-menu .main-menu li {
        position: relative;
    }
}

@media (max-width: 767px) {
    .menu-style-11 .navbar-container .navbar-menu .main-menu li {
        position: relative;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .menu-style-11 .navbar-container .navbar-menu .main-menu li.menu-item-has-children a.collapsed i {
        transform: rotate(90deg);
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .menu-style-11 .navbar-container .navbar-menu .main-menu li.menu-item-has-children a i {
        font-size: 24px;
        display: inline;
        transition: all 0.3s linear;
        transform: rotate(270deg);
    }
}

.menu-style-11 .navbar-container .navbar-menu .main-menu li a {
    padding: 0 16px;
    line-height: 40px;
    color: #4C4C4C;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    transition: all 0.3s linear;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .menu-style-11 .navbar-container .navbar-menu .main-menu li a {
        padding: 0 12px;
        font-size: 14px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .menu-style-11 .navbar-container .navbar-menu .main-menu li a {
        display: block;
        padding: 0;
        border-bottom: 1px solid #D1D1D1;
        line-height: 36px;
        text-transform: capitalize;
        font-size: 16px;
        font-weight: 400;
        border-radius: 0;
    }
}

.menu-style-11 .navbar-container .navbar-menu .main-menu li a i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 24px;
    text-align: center;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .menu-style-11 .navbar-container .navbar-menu .main-menu li a i {
        display: none;
    }
}

@media (max-width: 767px) {
    .menu-style-11 .navbar-container .navbar-menu .main-menu li a i {
        display: none;
    }
}

.menu-style-11 .navbar-container .navbar-menu .main-menu li .menu-expand {
    position: absolute;
    width: 21px;
    height: 21px;
    top: 8px;
    right: 0;
    cursor: pointer;
    z-index: 9;
}

    .menu-style-11 .navbar-container .navbar-menu .main-menu li .menu-expand::before {
        position: absolute;
        content: '';
        top: 50%;
        transform: translateY(-50%);
        left: 0;
        width: 100%;
        height: 2px;
        background-color: #000;
    }

    .menu-style-11 .navbar-container .navbar-menu .main-menu li .menu-expand::after {
        position: absolute;
        content: '';
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 2px;
        height: 100%;
        background-color: #000;
        transition: all 0.3s linear;
    }

.menu-style-11 .navbar-container .navbar-menu .main-menu li.active > .menu-expand::after {
    height: 0;
}

.menu-style-11 .navbar-container .navbar-menu .main-menu li:hover > a {
    background-color: #563289;
    color: #fff;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.32);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .menu-style-11 .navbar-container .navbar-menu .main-menu li:hover > a {
        background-color: #fff;
        color: #563289;
        box-shadow: none;
    }
}

@media (max-width: 767px) {
    .menu-style-11 .navbar-container .navbar-menu .main-menu li:hover > a {
        background-color: #fff;
        color: #563289;
        box-shadow: none;
    }
}

.menu-style-11 .navbar-container .navbar-menu .main-menu li .sub-mega-dropdown {
    position: absolute;
    top: 20px;
    left: 100%;
    z-index: 999;
    min-width: 735px;
    width: 100%;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.32);
    border: 0;
    padding: 0;
    margin-top: 0;
    background-color: #fff;
    transition: all 0.3s linear;
    padding: 40px 24px;
    opacity: 0;
    visibility: hidden;
}

    .menu-style-11 .navbar-container .navbar-menu .main-menu li .sub-mega-dropdown.collapse:not(.show) {
        display: block;
    }

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .menu-style-11 .navbar-container .navbar-menu .main-menu li .sub-mega-dropdown.collapse:not(.show) {
        display: none;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .menu-style-11 .navbar-container .navbar-menu .main-menu li .sub-mega-dropdown {
        min-width: 613px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .menu-style-11 .navbar-container .navbar-menu .main-menu li .sub-mega-dropdown {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        opacity: 1;
        visibility: visible;
        box-shadow: none;
        padding: 0;
        padding-left: 15px;
        min-width: inherit;
    }
}

@media (max-width: 767px) {
    .menu-style-11 .navbar-container .navbar-menu .main-menu li .sub-mega-dropdown {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        opacity: 1;
        visibility: visible;
        box-shadow: none;
        padding: 0;
        padding-left: 15px;
        min-width: inherit;
    }
}

.menu-style-11 .navbar-container .navbar-menu .main-menu li .sub-mega-dropdown .mega-dropdown {
    padding: 0 !important;
}

    .menu-style-11 .navbar-container .navbar-menu .main-menu li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list {
        width: 33.33%;
    }

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .menu-style-11 .navbar-container .navbar-menu .main-menu li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .menu-style-11 .navbar-container .navbar-menu .main-menu li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list {
        width: 100%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .menu-style-11 .navbar-container .navbar-menu .main-menu li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list.menu-item-has-children h6.collapsed i {
        transform: rotate(90deg);
    }
}

.menu-style-11 .navbar-container .navbar-menu .main-menu li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list.menu-item-has-children h6 i {
    display: none;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .menu-style-11 .navbar-container .navbar-menu .main-menu li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list.menu-item-has-children h6 i {
        font-size: 24px;
        display: inline;
        transition: all 0.3s linear;
        transform: rotate(270deg);
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .menu-style-11 .navbar-container .navbar-menu .main-menu li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list .mega-title {
        line-height: 36px;
        border-bottom: 1px solid #D1D1D1;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
}

.menu-style-11 .navbar-container .navbar-menu .main-menu li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list ul.collapse:not(.show) {
    display: block;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .menu-style-11 .navbar-container .navbar-menu .main-menu li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list ul.collapse:not(.show) {
        display: none;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .menu-style-11 .navbar-container .navbar-menu .main-menu li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list ul {
        padding-left: 15px;
    }
}

@media (max-width: 767px) {
    .menu-style-11 .navbar-container .navbar-menu .main-menu li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list ul {
        padding-left: 15px;
    }
}

.menu-style-11 .navbar-container .navbar-menu .main-menu li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list ul li {
    padding: 0;
    margin-top: 16px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .menu-style-11 .navbar-container .navbar-menu .main-menu li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list ul li {
        margin-top: 8px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .menu-style-11 .navbar-container .navbar-menu .main-menu li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list ul li {
        margin-top: 0;
    }
}

@media (max-width: 767px) {
    .menu-style-11 .navbar-container .navbar-menu .main-menu li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list ul li {
        margin-top: 0;
    }
}

.menu-style-11 .navbar-container .navbar-menu .main-menu li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list ul li a {
    font-size: 16px;
    line-height: 22px;
    padding: 0;
    text-transform: capitalize;
    font-weight: 400;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .menu-style-11 .navbar-container .navbar-menu .main-menu li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list ul li a {
        font-size: 14px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .menu-style-11 .navbar-container .navbar-menu .main-menu li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list ul li a {
        padding: 0;
        line-height: 36px;
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .menu-style-11 .navbar-container .navbar-menu .main-menu li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list ul li a {
        padding: 0;
        line-height: 36px;
        font-size: 14px;
    }
}

.menu-style-11 .navbar-container .navbar-menu .main-menu li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list ul li:hover > a {
    background-color: transparent;
    color: #563289;
    box-shadow: none;
    padding-left: 5px;
}

.menu-style-11 .navbar-container .navbar-menu .main-menu li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list .menu-image {
    margin-top: 8px;
    margin-right: 8px;
}

    .menu-style-11 .navbar-container .navbar-menu .main-menu li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list .menu-image img {
        width: 100%;
        border-radius: 4px;
    }

.menu-style-11 .navbar-container .navbar-menu .main-menu li:hover .sub-mega-dropdown {
    top: 0;
    opacity: 1;
    visibility: visible;
}

.menu-style-11 .navbar-meta {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: flex-end;
}

    .menu-style-11 .navbar-meta .meta {
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
    }

        .menu-style-11 .navbar-meta .meta > li + li {
            margin-left: 5px;
        }

        .menu-style-11 .navbar-meta .meta > li > a {
            width: 40px;
            height: 40px;
            line-height: 40px;
            font-size: 20px;
            color: #000;
            text-align: center;
        }

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .menu-style-11 .navbar-meta .meta > li > a {
        color: #fff;
    }
}

@media (max-width: 767px) {
    .menu-style-11 .navbar-meta .meta > li > a {
        color: #fff;
        display: none;
    }
}

.menu-style-11 .navbar-user {
    position: relative;
}

@media (max-width: 767px) {
    .menu-style-11 .navbar-user {
        display: none;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .menu-style-11 .navbar-user {
        display: block;
    }
}

.menu-style-11 .navbar-user .icon-btn {
    padding: 0;
    font-size: 22px;
    background-color: transparent;
    border-radius: 4px;
    color: #000;
}

    .menu-style-11 .navbar-user .icon-btn::before {
        display: none;
    }

    .menu-style-11 .navbar-user .icon-btn i {
        margin-right: 0;
    }

.menu-style-11 .navbar-user .dropdown-menu {
    top: 130% !important;
    left: auto !important;
    right: 0 !important;
    transform: translate(0, 0) !important;
    margin-top: 18px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .menu-style-11 .navbar-user .dropdown-menu {
        width: 210px;
        margin-top: 15px;
    }
}

@media (max-width: 767px) {
    .menu-style-11 .navbar-user .dropdown-menu {
        width: 210px;
        margin-top: 15px;
    }
}

.menu-style-11 .navbar-user .dropdown-menu li {
    display: block !important;
}

    .menu-style-11 .navbar-user .dropdown-menu li > a {
        font-weight: 500;
        font-size: 16px;
        line-height: 22px;
        color: #000;
        display: block;
        height: 40px;
        line-height: 40px;
        padding: 0 12px;
        transition: all 0.3s linear;
        border-radius: 0;
    }

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .menu-style-11 .navbar-user .dropdown-menu li > a {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .menu-style-11 .navbar-user .dropdown-menu li > a {
        font-size: 14px;
    }
}

.menu-style-11 .navbar-user .dropdown-menu li > a i {
    float: none;
    font-size: 20px;
    margin-right: 3px;
    display: inline-block !important;
    transition: all 0s linear;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .menu-style-11 .navbar-user .dropdown-menu li > a i {
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    .menu-style-11 .navbar-user .dropdown-menu li > a i {
        font-size: 18px;
    }
}

.menu-style-11 .navbar-user .dropdown-menu li > a:hover {
    background-color: #563289;
    color: #fff;
}

.menu-style-11 .navbar-user .dropdown-menu li:first-child > a {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.menu-style-11 .navbar-user .dropdown-menu li:last-child > a {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.menu-style-11 .navbar-toggle .icon-btn {
    color: #563289;
}

    .menu-style-11 .navbar-toggle .icon-btn::before {
        display: none;
    }

.menu-style-11 .navbar-cart {
    position: relative;
}

    .menu-style-11 .navbar-cart .icon-btn {
        border-radius: 4px;
    }

        .menu-style-11 .navbar-cart .icon-btn::before {
            display: none;
        }

    .menu-style-11 .navbar-cart .navbar-cart-dropdown {
        width: 350px;
        position: absolute;
        top: 100%;
        right: 0;
        z-index: 99;
        background-color: #fff;
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s linear;
        border-radius: 8px;
        margin-top: 18px;
    }

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .menu-style-11 .navbar-cart .navbar-cart-dropdown {
        margin-top: 15px;
    }
}

@media (max-width: 767px) {
    .menu-style-11 .navbar-cart .navbar-cart-dropdown {
        width: 280px;
        margin-top: 15px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .menu-style-11 .navbar-cart .navbar-cart-dropdown {
        width: 350px;
    }
}

.menu-style-11 .navbar-cart:hover .navbar-cart-dropdown {
    opacity: 1;
    visibility: visible;
}

.overlay-11 {
    position: fixed;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 99;
    transition: all 0.3s linear;
    transition-delay: 0.3s;
}

    .overlay-11.open {
        width: 100%;
        transition-delay: 0s;
    }

/*=====  Navbar Dark 10 =====*/
.menu-dark-11 {
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.08);
    background-color: #393D8E;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .menu-dark-11 .navbar-container {
        background-color: #161359;
    }
}

@media (max-width: 767px) {
    .menu-dark-11 .navbar-container {
        background-color: #161359;
    }
}

.menu-dark-11 .navbar-container .navbar-close a {
    color: #fff;
}

    .menu-dark-11 .navbar-container .navbar-close a:hover {
        color: #E14C7B;
    }

.menu-dark-11 .navbar-container .navbar-menu .navbar-menu-toggle .menu-toggle .toggle-icon {
    background-color: #fff;
}

.menu-dark-11 .navbar-container .navbar-menu .navbar-menu-toggle .menu-toggle.active {
    background-color: #E14C7B;
}

    .menu-dark-11 .navbar-container .navbar-menu .navbar-menu-toggle .menu-toggle.active .toggle-icon {
        background-color: #fff;
    }

.menu-dark-11 .navbar-container .navbar-menu .main-menu {
    background-color: #161359;
}

    .menu-dark-11 .navbar-container .navbar-menu .main-menu li a {
        color: #fff;
    }

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .menu-dark-11 .navbar-container .navbar-menu .main-menu li a {
        border-bottom: 1px solid rgba(209, 209, 209, 0.2);
    }
}

@media (max-width: 767px) {
    .menu-dark-11 .navbar-container .navbar-menu .main-menu li a {
        border-bottom: 1px solid rgba(209, 209, 209, 0.2);
    }
}

.menu-dark-11 .navbar-container .navbar-menu .main-menu li .menu-expand::before {
    background-color: #fff;
}

.menu-dark-11 .navbar-container .navbar-menu .main-menu li .menu-expand::after {
    background-color: #fff;
}

.menu-dark-11 .navbar-container .navbar-menu .main-menu li:hover > a {
    background-color: #E14C7B;
    color: #fff;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.32);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .menu-dark-11 .navbar-container .navbar-menu .main-menu li:hover > a {
        background-color: transparent;
        color: #E14C7B;
        box-shadow: none;
    }
}

@media (max-width: 767px) {
    .menu-dark-11 .navbar-container .navbar-menu .main-menu li:hover > a {
        background-color: transparent;
        color: #E14C7B;
        box-shadow: none;
    }
}

.menu-dark-11 .navbar-container .navbar-menu .main-menu li .sub-mega-dropdown {
    background-color: #161359;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .menu-dark-11 .navbar-container .navbar-menu .main-menu li .sub-mega-dropdown {
        background-color: transparent;
    }
}

@media (max-width: 767px) {
    .menu-dark-11 .navbar-container .navbar-menu .main-menu li .sub-mega-dropdown {
        background-color: transparent;
    }
}

.menu-dark-11 .navbar-container .navbar-menu .main-menu li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list .mega-title {
    color: #fff;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .menu-dark-11 .navbar-container .navbar-menu .main-menu li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list .mega-title {
        border-bottom: 1px solid rgba(209, 209, 209, 0.2);
    }
}

@media (max-width: 767px) {
    .menu-dark-11 .navbar-container .navbar-menu .main-menu li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list .mega-title {
        border-bottom: 1px solid rgba(209, 209, 209, 0.2);
    }
}

.menu-dark-11 .navbar-container .navbar-menu .main-menu li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list ul li:hover > a {
    color: #E14C7B;
}

.menu-dark-11 .navbar-meta .meta > li > a {
    color: #fff;
}

.menu-dark-11 .navbar-user .icon-btn {
    color: #fff;
}

.menu-dark-11 .navbar-user .dropdown-menu {
    background-color: #161359;
}

    .menu-dark-11 .navbar-user .dropdown-menu li a {
        color: #fff;
    }

        .menu-dark-11 .navbar-user .dropdown-menu li a:hover {
            background-color: #E14C7B;
            color: #fff;
        }

.menu-dark-11 .navbar-toggle .icon-btn {
    color: #fff;
}

.overlay-dark-11 {
    position: fixed;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 99;
    transition: all 0.3s linear;
    transition-delay: 0.3s;
}

    .overlay-dark-11.open {
        width: 100%;
        transition-delay: 0s;
    }

/*=====  Navbar Style 12 =====*/
.navbar-style-12 {
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.08);
    background-color: #fff;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .navbar-style-12 {
        padding: 11px 0;
    }
}

@media (max-width: 767px) {
    .navbar-style-12 {
        padding: 11px 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .navbar-style-12 .navbar-container {
        position: fixed;
        top: 0;
        left: -290px;
        width: 280px;
        height: 100%;
        background-color: #fff;
        padding: 50px 15px 15px;
        z-index: 999;
        overflow-y: auto;
        transition: all 0.3s linear;
        transition-delay: 0s;
    }
}

@media (max-width: 767px) {
    .navbar-style-12 .navbar-container {
        position: fixed;
        top: 0;
        left: -290px;
        width: 280px;
        height: 100%;
        background-color: #fff;
        padding: 50px 15px 15px;
        z-index: 999;
        overflow-y: auto;
        transition: all 0.3s linear;
        transition-delay: 0s;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .navbar-style-12 .navbar-container.open {
        left: 0;
        transition-delay: 0.3s;
    }
}

@media (max-width: 767px) {
    .navbar-style-12 .navbar-container.open {
        left: 0;
        transition-delay: 0.3s;
    }
}

.navbar-style-12 .navbar-container .navbar-close {
    position: absolute;
    top: 5px;
    right: 15px;
}

    .navbar-style-12 .navbar-container .navbar-close a {
        font-size: 24px;
        color: #000;
        transition: all 0.3s linear;
    }

        .navbar-style-12 .navbar-container .navbar-close a:hover {
            color: #563289;
        }

.navbar-style-12 .navbar-container .main-navbar .main-menu-horizontal {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .navbar-style-12 .navbar-container .main-navbar .main-menu-horizontal {
        display: block;
    }
}

@media (max-width: 767px) {
    .navbar-style-12 .navbar-container .main-navbar .main-menu-horizontal {
        display: block;
    }
}

.navbar-style-12 .navbar-container .main-navbar .main-menu-horizontal li {
    padding: 15px 0;
    position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .navbar-style-12 .navbar-container .main-navbar .main-menu-horizontal li {
        padding: 0;
    }
}

@media (max-width: 767px) {
    .navbar-style-12 .navbar-container .main-navbar .main-menu-horizontal li {
        padding: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .navbar-style-12 .navbar-container .main-navbar .main-menu-horizontal li.position-static {
        position: relative !important;
    }
}

@media (max-width: 767px) {
    .navbar-style-12 .navbar-container .main-navbar .main-menu-horizontal li.position-static {
        position: relative !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .navbar-style-12 .navbar-container .main-navbar .main-menu-horizontal li.menu-item-has-children a.collapsed i {
        transform: rotate(90deg);
    }
}

.navbar-style-12 .navbar-container .main-navbar .main-menu-horizontal li.menu-item-has-children a i {
    display: none;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .navbar-style-12 .navbar-container .main-navbar .main-menu-horizontal li.menu-item-has-children a i {
        font-size: 24px;
        display: inline;
        transition: all 0.3s linear;
        transform: rotate(270deg);
    }
}

.navbar-style-12 .navbar-container .main-navbar .main-menu-horizontal li a {
    padding: 0 16px;
    line-height: 40px;
    color: #4C4C4C;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    transition: all 0.3s linear;
    border-radius: 4px;
    position: relative;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .navbar-style-12 .navbar-container .main-navbar .main-menu-horizontal li a {
        padding: 0 12px;
        font-size: 14px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .navbar-style-12 .navbar-container .main-navbar .main-menu-horizontal li a {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0;
        border-bottom: 1px solid #D1D1D1;
        line-height: 36px;
        text-transform: capitalize;
        font-size: 16px;
        font-weight: 400;
        border-radius: 0;
    }
}

.navbar-style-12 .navbar-container .main-navbar .main-menu-horizontal li .menu-expand {
    position: absolute;
    width: 21px;
    height: 21px;
    top: 8px;
    right: 0;
    cursor: pointer;
}

    .navbar-style-12 .navbar-container .main-navbar .main-menu-horizontal li .menu-expand::before {
        position: absolute;
        content: '';
        top: 50%;
        transform: translateY(-50%);
        left: 0;
        width: 100%;
        height: 2px;
        background-color: #000;
    }

    .navbar-style-12 .navbar-container .main-navbar .main-menu-horizontal li .menu-expand::after {
        position: absolute;
        content: '';
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 2px;
        height: 100%;
        background-color: #000;
        transition: all 0.3s linear;
    }

.navbar-style-12 .navbar-container .main-navbar .main-menu-horizontal li.active > .menu-expand::after {
    height: 0;
}

.navbar-style-12 .navbar-container .main-navbar .main-menu-horizontal li:hover > a {
    color: #fff;
    background-color: #563289;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .navbar-style-12 .navbar-container .main-navbar .main-menu-horizontal li:hover > a {
        background-color: transparent;
        color: #563289;
    }
}

@media (max-width: 767px) {
    .navbar-style-12 .navbar-container .main-navbar .main-menu-horizontal li:hover > a {
        background-color: transparent;
        color: #563289;
    }
}

.navbar-style-12 .navbar-container .main-navbar .main-menu-horizontal li .sub-menu {
    position: absolute;
    top: 125%;
    left: 0;
    z-index: 99;
    min-width: inherit;
    width: 256px;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.32);
    border: 0;
    border-radius: 4px;
    padding: 0;
    margin-top: 0;
    background-color: #fff;
    transition: all 0.3s linear;
    opacity: 0;
    visibility: hidden;
}

    .navbar-style-12 .navbar-container .main-navbar .main-menu-horizontal li .sub-menu.collapse:not(.show) {
        display: block;
    }

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .navbar-style-12 .navbar-container .main-navbar .main-menu-horizontal li .sub-menu.collapse:not(.show) {
        display: none;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .navbar-style-12 .navbar-container .main-navbar .main-menu-horizontal li .sub-menu {
        width: 226px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .navbar-style-12 .navbar-container .main-navbar .main-menu-horizontal li .sub-menu {
        position: relative;
        top: 0;
        width: 100%;
        opacity: 1;
        visibility: visible;
        box-shadow: none;
        padding: 0;
        padding-left: 15px;
    }
}

@media (max-width: 767px) {
    .navbar-style-12 .navbar-container .main-navbar .main-menu-horizontal li .sub-menu {
        position: relative;
        top: 0;
        width: 100%;
        opacity: 1;
        visibility: visible;
        box-shadow: none;
        padding: 0;
        padding-left: 15px;
    }
}

.navbar-style-12 .navbar-container .main-navbar .main-menu-horizontal li .sub-menu li {
    position: relative;
    padding: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .navbar-style-12 .navbar-container .main-navbar .main-menu-horizontal li .sub-menu li.menu-item-has-children a.collapsed i {
        transform: rotate(90deg);
    }
}

.navbar-style-12 .navbar-container .main-navbar .main-menu-horizontal li .sub-menu li.menu-item-has-children a i {
    display: inline;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .navbar-style-12 .navbar-container .main-navbar .main-menu-horizontal li .sub-menu li.menu-item-has-children a i {
        font-size: 24px;
        display: inline;
        transition: all 0.3s linear;
        transform: rotate(270deg);
    }
}

.navbar-style-12 .navbar-container .main-navbar .main-menu-horizontal li .sub-menu li > a {
    padding: 0 16px;
    line-height: 46px;
    font-weight: 500;
    font-size: 16px;
    border-radius: 0;
    transition: all 0.4s linear;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .navbar-style-12 .navbar-container .main-navbar .main-menu-horizontal li .sub-menu li > a {
        font-size: 14px;
        line-height: 40px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .navbar-style-12 .navbar-container .main-navbar .main-menu-horizontal li .sub-menu li > a {
        display: block;
        font-size: 14px;
        padding: 0;
        border-radius: 0;
        font-weight: 400;
    }
}

@media (max-width: 767px) {
    .navbar-style-12 .navbar-container .main-navbar .main-menu-horizontal li .sub-menu li > a {
        display: block;
        font-size: 14px;
        padding: 0;
        border-radius: 0;
        font-weight: 400;
    }
}

.navbar-style-12 .navbar-container .main-navbar .main-menu-horizontal li .sub-menu li > a::before {
    display: none;
}

.navbar-style-12 .navbar-container .main-navbar .main-menu-horizontal li .sub-menu li > a i {
    float: right;
    font-size: 24px;
    line-height: 42px;
    transition: all 0.4s linear;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .navbar-style-12 .navbar-container .main-navbar .main-menu-horizontal li .sub-menu li > a i {
        display: none;
    }
}

@media (max-width: 767px) {
    .navbar-style-12 .navbar-container .main-navbar .main-menu-horizontal li .sub-menu li > a i {
        display: none;
    }
}

.navbar-style-12 .navbar-container .main-navbar .main-menu-horizontal li .sub-menu li:first-child > a {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.navbar-style-12 .navbar-container .main-navbar .main-menu-horizontal li .sub-menu li:last-child > a {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.navbar-style-12 .navbar-container .main-navbar .main-menu-horizontal li .sub-menu li .sub-menu {
    position: absolute;
    top: 25%;
    left: 100%;
    width: 256px;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.32);
    border: 0;
    border-radius: 4px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s linear;
}

    .navbar-style-12 .navbar-container .main-navbar .main-menu-horizontal li .sub-menu li .sub-menu.collapse:not(.show) {
        display: block;
    }

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .navbar-style-12 .navbar-container .main-navbar .main-menu-horizontal li .sub-menu li .sub-menu.collapse:not(.show) {
        display: none;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .navbar-style-12 .navbar-container .main-navbar .main-menu-horizontal li .sub-menu li .sub-menu {
        width: 226px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .navbar-style-12 .navbar-container .main-navbar .main-menu-horizontal li .sub-menu li .sub-menu {
        position: relative;
        width: 100%;
        top: 0;
        left: 0;
        opacity: 1;
        visibility: visible;
        box-shadow: none;
        padding-left: 15px;
    }
}

@media (max-width: 767px) {
    .navbar-style-12 .navbar-container .main-navbar .main-menu-horizontal li .sub-menu li .sub-menu {
        position: relative;
        width: 100%;
        top: 0;
        left: 0;
        opacity: 1;
        visibility: visible;
        box-shadow: none;
        padding-left: 15px;
    }
}

.navbar-style-12 .navbar-container .main-navbar .main-menu-horizontal li .sub-menu li:hover > a {
    background-color: #563289;
    color: #fff;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .navbar-style-12 .navbar-container .main-navbar .main-menu-horizontal li .sub-menu li:hover > a {
        background-color: transparent;
        color: #563289;
    }
}

@media (max-width: 767px) {
    .navbar-style-12 .navbar-container .main-navbar .main-menu-horizontal li .sub-menu li:hover > a {
        background-color: transparent;
        color: #563289;
    }
}

.navbar-style-12 .navbar-container .main-navbar .main-menu-horizontal li .sub-menu li:hover > .sub-menu {
    top: 0;
    opacity: 1;
    visibility: visible;
}

.navbar-style-12 .navbar-container .main-navbar .main-menu-horizontal li:last-child .sub-menu li .sub-menu li .sub-menu {
    left: auto;
    right: 100%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .navbar-style-12 .navbar-container .main-navbar .main-menu-horizontal li:last-child .sub-menu li .sub-menu li .sub-menu {
        left: 0;
        right: auto;
    }
}

@media (max-width: 767px) {
    .navbar-style-12 .navbar-container .main-navbar .main-menu-horizontal li:last-child .sub-menu li .sub-menu li .sub-menu {
        left: 0;
        right: auto;
    }
}

.navbar-style-12 .navbar-container .main-navbar .main-menu-horizontal li:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    top: 100%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .navbar-style-12 .navbar-container .main-navbar .main-menu-horizontal li:hover .sub-menu {
        top: 0;
    }
}

@media (max-width: 767px) {
    .navbar-style-12 .navbar-container .main-navbar .main-menu-horizontal li:hover .sub-menu {
        top: 0;
    }
}

.navbar-style-12 .navbar-container .main-navbar .main-menu-horizontal li .sub-mega-dropdown {
    position: absolute;
    top: 125%;
    left: 0;
    z-index: 999;
    min-width: inherit;
    width: 100%;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.32);
    border: 0;
    border-radius: 4px;
    padding: 0;
    margin-top: 0;
    background-color: #fff;
    transition: all 0.3s linear;
    padding: 40px 0 40px;
    opacity: 0;
    visibility: hidden;
}

    .navbar-style-12 .navbar-container .main-navbar .main-menu-horizontal li .sub-mega-dropdown.collapse:not(.show) {
        display: block;
    }

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .navbar-style-12 .navbar-container .main-navbar .main-menu-horizontal li .sub-mega-dropdown.collapse:not(.show) {
        display: none;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .navbar-style-12 .navbar-container .main-navbar .main-menu-horizontal li .sub-mega-dropdown {
        position: relative;
        top: 0;
        width: 100%;
        opacity: 1;
        visibility: visible;
        box-shadow: none;
        padding: 0;
        padding-left: 15px;
    }
}

@media (max-width: 767px) {
    .navbar-style-12 .navbar-container .main-navbar .main-menu-horizontal li .sub-mega-dropdown {
        position: relative;
        top: 0;
        width: 100%;
        opacity: 1;
        visibility: visible;
        box-shadow: none;
        padding: 0;
        padding-left: 15px;
    }
}

.navbar-style-12 .navbar-container .main-navbar .main-menu-horizontal li .sub-mega-dropdown .mega-dropdown {
    padding: 0 !important;
}

    .navbar-style-12 .navbar-container .main-navbar .main-menu-horizontal li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list {
        width: 25%;
    }

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .navbar-style-12 .navbar-container .main-navbar .main-menu-horizontal li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .navbar-style-12 .navbar-container .main-navbar .main-menu-horizontal li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list {
        width: 100%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .navbar-style-12 .navbar-container .main-navbar .main-menu-horizontal li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list.menu-item-has-children h6.collapsed i {
        transform: rotate(90deg);
    }
}

.navbar-style-12 .navbar-container .main-navbar .main-menu-horizontal li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list.menu-item-has-children h6 i {
    display: none;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .navbar-style-12 .navbar-container .main-navbar .main-menu-horizontal li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list.menu-item-has-children h6 i {
        font-size: 24px;
        display: inline;
        transition: all 0.3s linear;
        transform: rotate(270deg);
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .navbar-style-12 .navbar-container .main-navbar .main-menu-horizontal li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list .mega-title {
        line-height: 36px;
        border-bottom: 1px solid #D1D1D1;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
}

.navbar-style-12 .navbar-container .main-navbar .main-menu-horizontal li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list ul.collapse:not(.show) {
    display: block;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .navbar-style-12 .navbar-container .main-navbar .main-menu-horizontal li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list ul.collapse:not(.show) {
        display: none;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .navbar-style-12 .navbar-container .main-navbar .main-menu-horizontal li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list ul {
        padding-left: 15px;
    }
}

@media (max-width: 767px) {
    .navbar-style-12 .navbar-container .main-navbar .main-menu-horizontal li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list ul {
        padding-left: 15px;
    }
}

.navbar-style-12 .navbar-container .main-navbar .main-menu-horizontal li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list ul li {
    padding: 0;
    margin-top: 16px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .navbar-style-12 .navbar-container .main-navbar .main-menu-horizontal li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list ul li {
        margin-top: 8px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .navbar-style-12 .navbar-container .main-navbar .main-menu-horizontal li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list ul li {
        margin-top: 0;
    }
}

@media (max-width: 767px) {
    .navbar-style-12 .navbar-container .main-navbar .main-menu-horizontal li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list ul li {
        margin-top: 0;
    }
}

.navbar-style-12 .navbar-container .main-navbar .main-menu-horizontal li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list ul li a {
    font-size: 16px;
    line-height: 22px;
    padding: 0;
    text-transform: capitalize;
    font-weight: 400;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .navbar-style-12 .navbar-container .main-navbar .main-menu-horizontal li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list ul li a {
        font-size: 14px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .navbar-style-12 .navbar-container .main-navbar .main-menu-horizontal li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list ul li a {
        padding: 0;
        line-height: 36px;
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .navbar-style-12 .navbar-container .main-navbar .main-menu-horizontal li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list ul li a {
        padding: 0;
        line-height: 36px;
        font-size: 14px;
    }
}

.navbar-style-12 .navbar-container .main-navbar .main-menu-horizontal li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list ul li a::before {
    display: none;
}

.navbar-style-12 .navbar-container .main-navbar .main-menu-horizontal li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list ul li:hover > a {
    background-color: transparent;
    color: #563289;
    box-shadow: none;
    padding-left: 5px;
}

.navbar-style-12 .navbar-container .main-navbar .main-menu-horizontal li:hover .sub-mega-dropdown {
    top: 100%;
    opacity: 1;
    visibility: visible;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .navbar-style-12 .navbar-container .main-navbar .main-menu-horizontal li:hover .sub-mega-dropdown {
        top: 0;
    }
}

@media (max-width: 767px) {
    .navbar-style-12 .navbar-container .main-navbar .main-menu-horizontal li:hover .sub-mega-dropdown {
        top: 0;
    }
}

.navbar-style-12 .navbar-meta {
    width: 100%;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: flex-end;
}

    .navbar-style-12 .navbar-meta .meta {
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
    }

        .navbar-style-12 .navbar-meta .meta > li + li {
            margin-left: 5px;
        }

        .navbar-style-12 .navbar-meta .meta > li > a {
            height: 40px;
            line-height: 40px;
            color: #000;
            text-align: center;
        }

@media (max-width: 767px) {
    .navbar-style-12 .navbar-meta .meta > li > a {
        padding: 0 5px;
    }
}

@media (max-width: 767px) {
    .navbar-style-12 .navbar-meta .meta > li > a span {
        display: none;
    }
}

.navbar-style-12 .navbar-toggle .icon-btn {
    color: #563289;
}

    .navbar-style-12 .navbar-toggle .icon-btn::before {
        display: none;
    }

.navbar-style-12 .navbar-cart {
    position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .navbar-style-12 .navbar-cart .main-btn {
        padding: 0;
        width: 40px;
    }
}

@media (max-width: 767px) {
    .navbar-style-12 .navbar-cart .main-btn {
        padding: 0;
        border: 0;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .navbar-style-12 .navbar-cart .main-btn {
        padding: 0;
        width: 40px;
        border: 1px solid #563289;
    }
}

@media (max-width: 767px) {
    .navbar-style-12 .navbar-cart .main-btn img {
        width: 20px;
        max-width: inherit;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .navbar-style-12 .navbar-cart .main-btn span {
        display: none;
    }
}

@media (max-width: 767px) {
    .navbar-style-12 .navbar-cart .main-btn span {
        display: none;
    }
}

.navbar-style-12 .navbar-cart .navbar-cart-dropdown {
    width: 350px;
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 99;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s linear;
    border-radius: 8px;
    margin-top: 15px;
}

@media (max-width: 767px) {
    .navbar-style-12 .navbar-cart .navbar-cart-dropdown {
        width: 280px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .navbar-style-12 .navbar-cart .navbar-cart-dropdown {
        width: 350px;
    }
}

.navbar-style-12 .navbar-cart:hover .navbar-cart-dropdown {
    opacity: 1;
    visibility: visible;
}

.overlay-12 {
    position: fixed;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 99;
    transition: all 0.3s linear;
    transition-delay: 0.3s;
}

    .overlay-12.open {
        width: 100%;
        transition-delay: 0s;
    }

/*=====  Navbar Dark 12 =====*/
.menu-dark-12 {
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.08);
    background-color: #393D8E;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .menu-dark-12 .navbar-container {
        background-color: #161359;
    }
}

@media (max-width: 767px) {
    .menu-dark-12 .navbar-container {
        background-color: #161359;
    }
}

.menu-dark-12 .navbar-container .navbar-close a {
    color: #fff;
}

    .menu-dark-12 .navbar-container .navbar-close a:hover {
        color: #E14C7B;
    }

.menu-dark-12 .navbar-container .main-navbar .main-menu-horizontal li a {
    color: #fff;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .menu-dark-12 .navbar-container .main-navbar .main-menu-horizontal li a {
        border-bottom: 1px solid rgba(209, 209, 209, 0.2);
    }
}

@media (max-width: 767px) {
    .menu-dark-12 .navbar-container .main-navbar .main-menu-horizontal li a {
        border-bottom: 1px solid rgba(209, 209, 209, 0.2);
    }
}

.menu-dark-12 .navbar-container .main-navbar .main-menu-horizontal li a::before {
    background-color: #E14C7B;
}

.menu-dark-12 .navbar-container .main-navbar .main-menu-horizontal li .menu-expand::before {
    background-color: #fff;
}

.menu-dark-12 .navbar-container .main-navbar .main-menu-horizontal li .menu-expand::after {
    background-color: #fff;
}

.menu-dark-12 .navbar-container .main-navbar .main-menu-horizontal li:hover > a {
    color: #fff;
    background-color: #E14C7B;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .menu-dark-12 .navbar-container .main-navbar .main-menu-horizontal li:hover > a {
        background-color: transparent;
        color: #E14C7B;
    }
}

@media (max-width: 767px) {
    .menu-dark-12 .navbar-container .main-navbar .main-menu-horizontal li:hover > a {
        background-color: transparent;
        color: #E14C7B;
    }
}

.menu-dark-12 .navbar-container .main-navbar .main-menu-horizontal li .sub-menu {
    background-color: #161359;
}

    .menu-dark-12 .navbar-container .main-navbar .main-menu-horizontal li .sub-menu li:hover > a {
        background-color: #E14C7B;
        color: #fff;
    }

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .menu-dark-12 .navbar-container .main-navbar .main-menu-horizontal li .sub-menu li:hover > a {
        background-color: transparent;
        color: #E14C7B;
    }
}

@media (max-width: 767px) {
    .menu-dark-12 .navbar-container .main-navbar .main-menu-horizontal li .sub-menu li:hover > a {
        background-color: transparent;
        color: #E14C7B;
    }
}

.menu-dark-12 .navbar-container .main-navbar .main-menu-horizontal li .sub-mega-dropdown {
    background-color: #161359;
}

    .menu-dark-12 .navbar-container .main-navbar .main-menu-horizontal li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list .mega-title {
        color: #fff;
    }

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .menu-dark-12 .navbar-container .main-navbar .main-menu-horizontal li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list .mega-title {
        border-bottom: 1px solid rgba(209, 209, 209, 0.2);
    }
}

@media (max-width: 767px) {
    .menu-dark-12 .navbar-container .main-navbar .main-menu-horizontal li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list .mega-title {
        border-bottom: 1px solid rgba(209, 209, 209, 0.2);
    }
}

.menu-dark-12 .navbar-container .main-navbar .main-menu-horizontal li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list ul li:hover > a {
    color: #E14C7B;
}

.menu-dark-12 .navbar-meta .meta > li > a {
    color: #fff;
}

.menu-dark-12 .navbar-toggle .icon-btn {
    color: #fff;
}

.menu-dark-12 .navbar-cart {
    position: relative;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .menu-dark-12 .navbar-cart .main-btn {
        border: 0;
    }
}

.overlay-dark-12 {
    position: fixed;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 99;
    transition: all 0.3s linear;
    transition-delay: 0.3s;
}

    .overlay-dark-12.open {
        width: 100%;
        transition-delay: 0s;
    }

/*==================================================================
                   13. Login or Registration css
==================================================================*/
/*=====  Login Registration  Style 1 =====*/
.login-registration-style-1 {
    max-width: 350px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 55px 25px 60px;
    border-radius: 10px;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.32);
}

@media (max-width: 767px) {
    .login-registration-style-1 {
        padding: 30px 20px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .login-registration-style-1 {
        padding: 55px 30px 60px;
    }
}

.login-registration-style-1 ul {
    padding-top: 20px;
}

    .login-registration-style-1 ul li a {
        display: block;
        height: 40px;
        width: 100%;
        border-radius: 4px;
        line-height: 40px;
        color: #fff;
        margin-top: 10px;
        padding: 0 15px;
        text-align: center;
    }

        .login-registration-style-1 ul li a.facebook-login-registration {
            background-color: #3C5898;
        }

        .login-registration-style-1 ul li a.google-login-registration {
            background-color: #fff;
            color: #000;
            box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.25);
        }

        .login-registration-style-1 ul li a img,
        .login-registration-style-1 ul li a i {
            float: left;
            line-height: 40px;
        }

        .login-registration-style-1 ul li a img {
            position: relative;
            left: -11px;
        }

.login-registration-style-1 .account {
    color: #000;
    font-weight: 300;
    padding-top: 28px;
}

.login-registration-style-1 .single-form .forget {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 12px;
    font-weight: 500;
    color: #563289;
    line-height: 16px;
    margin-top: 6px;
}

.login-registration-style-1 .single-form .form-input [type="password"] {
    padding-right: 40px;
}

.login-registration-style-1 .single-form .form-input span {
    position: absolute;
    top: 1px;
    right: 10px;
    font-size: 24px;
    color: #7D7D7D;
}

.login-registration-style-1 .single-form .form-input .main-btn {
    margin-top: 10px;
}

@media (max-width: 767px) {
    .login-registration-style-1 .single-form .form-input.form textarea,
    .login-registration-style-1 .single-form .form-input.form input {
        margin-top: 16px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .login-registration-style-1 .single-form .form-input.form textarea,
    .login-registration-style-1 .single-form .form-input.form input {
        margin-top: 0;
    }
}

.login-registration-style-1 .login {
    color: #000;
    margin-top: 30px;
    font-weight: 300;
}

@media (max-width: 767px) {
    .login-registration-style-1 .login {
        font-size: 14px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .login-registration-style-1 .login {
        font-size: 16px;
    }
}

.login-registration-style-1 .login a {
    text-transform: uppercase;
    color: #563289;
    font-weight: 700;
    margin-left: 20px;
}

@media (max-width: 767px) {
    .login-registration-style-1 .login a {
        margin-left: 10px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .login-registration-style-1 .login a {
        margin-left: 20px;
    }
}

.login-registration-style-1.registration {
    max-width: 100%;
}

/*=====  Login Registration Dark  Style 1 =====*/
.login-registration-dark-style-1 {
    background-color: #161359;
}

    .login-registration-dark-style-1 .title {
        color: #fff;
    }

    .login-registration-dark-style-1 ul {
        padding-top: 20px;
    }

    .login-registration-dark-style-1 .account {
        color: #fff;
    }

    .login-registration-dark-style-1 .single-form .forget {
        color: #fff;
    }

    .login-registration-dark-style-1 .single-form .form-input span {
        color: #E14C7B;
    }

    .login-registration-dark-style-1 .single-checkbox input[type="checkbox"] + label span {
        border-color: #E14C7B;
    }

        .login-registration-dark-style-1 .single-checkbox input[type="checkbox"] + label span::before {
            background-color: #E14C7B;
        }

    .login-registration-dark-style-1 .single-checkbox p {
        color: #fff;
    }

    .login-registration-dark-style-1 .login {
        color: #fff;
    }

        .login-registration-dark-style-1 .login a {
            text-transform: uppercase;
            color: #E14C7B;
            font-weight: 700;
            margin-left: 20px;
        }

/*=====  Login Registration  Style 2 =====*/
.login-registration-style-2 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 55px 30px 60px;
    border-radius: 10px;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.32);
}

@media (max-width: 767px) {
    .login-registration-style-2 {
        padding: 30px 20px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .login-registration-style-2 {
        padding: 55px 30px 60px;
    }
}

.login-registration-style-2 ul {
    padding-top: 20px;
}

    .login-registration-style-2 ul li {
        display: inline-block;
    }

        .login-registration-style-2 ul li + li {
            margin-left: 4px;
        }

        .login-registration-style-2 ul li a {
            display: block;
            height: 40px;
            width: 40px;
            border-radius: 4px;
            line-height: 40px;
            color: #fff;
            margin-top: 10px;
            text-align: center;
        }

            .login-registration-style-2 ul li a.facebook-login-registration {
                background-color: #3C5898;
            }

            .login-registration-style-2 ul li a.google-login-registration {
                background-color: #fff;
                color: #000;
                box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.25);
            }

.login-registration-style-2 .account {
    color: #000;
    font-weight: 300;
    padding-right: 10px;
}

.login-registration-style-2 .single-form .form-input [type="password"] {
    padding-right: 40px;
}

.login-registration-style-2 .single-form .form-input span {
    position: absolute;
    top: 1px;
    right: 10px;
    font-size: 24px;
    color: #7D7D7D;
}

.login-registration-style-2 .single-form .form-input .main-btn {
    margin-top: 10px;
}

@media (max-width: 767px) {
    .login-registration-style-2 .single-form .form-input.form textarea,
    .login-registration-style-2 .single-form .form-input.form input {
        margin-top: 16px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .login-registration-style-2 .single-form .form-input.form textarea,
    .login-registration-style-2 .single-form .form-input.form input {
        margin-top: 0;
    }
}

.login-registration-style-2 .login-checkbox-forget .forget {
    font-size: 16px;
    font-weight: 500;
    color: #563289;
    line-height: 16px;
    margin-top: 16px;
}

.login-registration-style-2 .login {
    color: #000;
    margin-top: 30px;
    font-weight: 300;
}

@media (max-width: 767px) {
    .login-registration-style-2 .login {
        font-size: 14px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .login-registration-style-2 .login {
        font-size: 16px;
    }
}

.login-registration-style-2 .login a {
    text-transform: uppercase;
    color: #563289;
    font-weight: 700;
    margin-left: 20px;
}

@media (max-width: 767px) {
    .login-registration-style-2 .login a {
        margin-left: 10px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .login-registration-style-2 .login a {
        margin-left: 20px;
    }
}

.login-registration-style-2.registration {
    max-width: 100%;
}

/*=====  Login Registration Dark  Style 2 =====*/
.login-registration-dark-style-2 {
    background-color: #161359;
}

    .login-registration-dark-style-2 .title {
        color: #fff;
    }

    .login-registration-dark-style-2 .account {
        color: #fff;
        font-weight: 300;
        padding-right: 10px;
    }

    .login-registration-dark-style-2 .single-form .form-input span {
        color: #E14C7B;
    }

    .login-registration-dark-style-2 .single-checkbox input[type="checkbox"] + label span {
        border-color: #E14C7B;
    }

        .login-registration-dark-style-2 .single-checkbox input[type="checkbox"] + label span::before {
            background-color: #E14C7B;
        }

    .login-registration-dark-style-2 .single-checkbox p {
        color: #fff;
    }

    .login-registration-dark-style-2 .login-checkbox-forget .forget {
        color: #E14C7B;
    }

    .login-registration-dark-style-2 .login {
        color: #fff;
        margin-top: 30px;
        font-weight: 300;
    }

        .login-registration-dark-style-2 .login a {
            text-transform: uppercase;
            color: #E14C7B;
            font-weight: 700;
            margin-left: 20px;
        }

/*=====  Login Registration  Style 3 =====*/
.login-registration-style-3 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 55px 60px 60px;
    border-radius: 10px;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.32);
}

@media (max-width: 767px) {
    .login-registration-style-3 {
        padding: 30px 20px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .login-registration-style-3 {
        padding: 55px 30px 60px;
    }
}

.login-registration-style-3 .single-form .form-input [type="password"] {
    padding-right: 40px;
}

.login-registration-style-3 .single-form .form-input span {
    position: absolute;
    top: 1px;
    right: 10px;
    font-size: 24px;
    color: #7D7D7D;
}

.login-registration-style-3 .single-form .form-input .main-btn {
    margin-top: 10px;
}

.login-registration-style-3 .forget {
    font-size: 16px;
    font-weight: 500;
    color: #563289;
    line-height: 16px;
    margin-top: 16px;
}

.login-registration-style-3 ul {
    padding-top: 10px;
}

    .login-registration-style-3 ul li a {
        display: block;
        height: 40px;
        width: 100%;
        border-radius: 4px;
        line-height: 40px;
        color: #fff;
        margin-top: 10px;
        padding: 0 15px;
        text-align: center;
    }

        .login-registration-style-3 ul li a.facebook-login-registration {
            background-color: #3C5898;
        }

        .login-registration-style-3 ul li a.google-login-registration {
            background-color: #fff;
            color: #000;
            box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.25);
        }

        .login-registration-style-3 ul li a img,
        .login-registration-style-3 ul li a i {
            float: left;
            line-height: 40px;
        }

        .login-registration-style-3 ul li a img {
            position: relative;
            left: -11px;
        }

.login-registration-style-3 .account {
    color: #000;
    font-weight: 300;
}

@media (max-width: 767px) {
    .login-registration-style-3 .account {
        margin-top: 25px;
    }
}

.login-registration-style-3 .login {
    color: #000;
    margin-top: 30px;
    font-weight: 300;
}

@media (max-width: 767px) {
    .login-registration-style-3 .login {
        font-size: 14px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .login-registration-style-3 .login {
        font-size: 16px;
    }
}

.login-registration-style-3 .login a {
    text-transform: uppercase;
    color: #563289;
    font-weight: 700;
    margin-left: 10px;
}

/*=====  Login Registration Dark  Style 3 =====*/
.login-registration-dark-style-3 {
    background-color: #161359;
}

    .login-registration-dark-style-3 .title {
        color: #fff;
    }

    .login-registration-dark-style-3 p {
        color: #fff;
    }

    .login-registration-dark-style-3 .forget {
        color: #E14C7B;
    }

    .login-registration-dark-style-3 .single-checkbox input[type="checkbox"] + label span {
        border-color: #E14C7B;
    }

        .login-registration-dark-style-3 .single-checkbox input[type="checkbox"] + label span::before {
            background-color: #E14C7B;
        }

    .login-registration-dark-style-3 .single-checkbox p {
        color: #fff;
    }

    .login-registration-dark-style-3 .account {
        color: #fff;
    }

    .login-registration-dark-style-3 .login {
        color: #fff;
    }

        .login-registration-dark-style-3 .login a {
            color: #E14C7B;
        }

/*==================================================================
                   14. Contact css
==================================================================*/
/*=====  Contact  Style 1 =====*/
.contact-style-1 {
    width: 100%;
    padding: 55px 25px 60px;
    border-radius: 10px;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.32);
}

    .contact-style-1 .select-position {
        position: relative;
    }

        .contact-style-1 .select-position::after {
            border-bottom: 2px solid #757575;
            border-right: 2px solid #757575;
            content: '';
            display: block;
            height: 8px;
            margin-top: -4px;
            pointer-events: none;
            position: absolute;
            right: 15px;
            top: 50%;
            transform-origin: 66% 66%;
            transform: rotate(45deg);
            transition: all 0.15s ease-in-out;
            width: 8px;
        }

.contact-dark-style-1 {
    background-color: #161359;
}

    .contact-dark-style-1 .title {
        color: #fff;
    }

    .contact-dark-style-1 p {
        color: #fff;
    }

    .contact-dark-style-1 label {
        color: #fff;
    }

    .contact-dark-style-1 .select-position {
        position: relative;
    }

        .contact-dark-style-1 .select-position::after {
            border-bottom: 2px solid #d1d1d1;
            border-right: 2px solid #d1d1d1;
        }

/*=====  Contact  Style 2 =====*/
.contact-style-2 {
    width: 100%;
    padding: 35px 30px 40px;
    border-radius: 10px;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.32);
}

@media (max-width: 767px) {
    .contact-style-2 {
        padding: 25px 20px 30px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .contact-style-2 {
        padding: 35px 30px 40px;
    }
}

.contact-style-2 .contact-info li + li {
    padding-top: 15px;
}

.contact-style-2 .contact-info li .single-contact-info .contact-info-icon i {
    font-size: 24px;
    color: #563289;
    width: 30px;
    height: 30px;
    line-height: 30px;
}

.contact-style-2 .contact-info li .single-contact-info .contact-info-content {
    padding-left: 10px;
}

    .contact-style-2 .contact-info li .single-contact-info .contact-info-content p {
        font-size: 14px;
        color: #000;
    }

.contact-style-2 .title {
    margin-top: 25px;
}

.contact-style-2 .sub-title {
    margin-top: 10px;
    color: #000;
}

.contact-style-2 .contact-social {
    padding-top: 30px;
}

    .contact-style-2 .contact-social p {
        font-size: 16px;
        color: rgba(0, 0, 0, 0.64);
        padding-right: 8px;
        line-height: 40px;
    }

@media (max-width: 767px) {
    .contact-style-2 .contact-social p {
        line-height: 30px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .contact-style-2 .contact-social p {
        line-height: 40px;
    }
}

.contact-style-2 .contact-social .social li {
    display: inline-block;
}

    .contact-style-2 .contact-social .social li a {
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        font-size: 18px;
        color: #563289;
    }

@media (max-width: 767px) {
    .contact-style-2 .contact-social .social li a {
        width: 30px;
        height: 30px;
        line-height: 30px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .contact-style-2 .contact-social .social li a {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }
}

/*=====  Contact Dark Style 2 =====*/
.contact-dark-style-2 {
    background-color: #161359;
}

    .contact-dark-style-2 .contact-info li .single-contact-info .contact-info-icon i {
        color: #00D4E0;
    }

    .contact-dark-style-2 .contact-info li .single-contact-info .contact-info-content p {
        color: #fff;
    }

    .contact-dark-style-2 .title {
        color: #fff;
    }

    .contact-dark-style-2 .sub-title {
        color: rgba(255, 255, 255, 0.74);
    }

    .contact-dark-style-2 .contact-social {
        padding-top: 30px;
    }

        .contact-dark-style-2 .contact-social p {
            color: rgba(255, 255, 255, 0.74);
            padding-right: 8px;
            line-height: 40px;
        }

        .contact-dark-style-2 .contact-social .social li a {
            color: #fff;
        }

/*=====  Contact Style 2 =====*/
.contact-style-3 {
    width: 100%;
    padding: 105px 95px 110px;
    border-radius: 10px;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.32);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .contact-style-3 {
        padding: 75px 60px 80px;
    }
}

@media (max-width: 767px) {
    .contact-style-3 {
        padding: 25px 25px 30px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .contact-style-3 {
        padding: 45px 40px 50px;
    }
}

/*=====  Contact Dark Style 2 =====*/
.contact-dark-style-3 {
    background-color: #161359;
}

    .contact-dark-style-3 .title {
        color: #fff;
    }

    .contact-dark-style-3 .sub-title {
        color: #fff;
    }

/*==================================================================
                   15. Pricing css
==================================================================*/
/*=====  Pricing  Style 1 =====*/
.pricing-style-1 {
    padding: 30px;
    background: #fff;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.32);
    border-radius: 8px;
}

    .pricing-style-1 .pricing-header {
        padding: 0 50px;
    }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .pricing-style-1 .pricing-header {
        padding: 0 30px;
    }
}

@media (max-width: 767px) {
    .pricing-style-1 .pricing-header {
        padding: 0 30px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .pricing-style-1 .pricing-header {
        padding: 0 50px;
    }
}

.pricing-style-1 .pricing-header img {
    width: 100%;
}

.pricing-style-1 .pricing-body {
    margin-top: 25px;
}

    .pricing-style-1 .pricing-body .pricing-list {
        margin-top: 25px;
    }

        .pricing-style-1 .pricing-body .pricing-list li {
            font-size: 16px;
            line-height: 22px;
            color: #7D7D7D;
            margin-top: 10px;
        }

            .pricing-style-1 .pricing-body .pricing-list li i {
                margin-right: 10px;
                font-size: 24px;
            }

.pricing-style-1 .pricing-footer {
    margin-top: 30px;
}

    .pricing-style-1 .pricing-footer .price {
        font-size: 16px;
        line-height: 22px;
        color: #7D7D7D;
    }

        .pricing-style-1 .pricing-footer .price strong {
            font-weight: 500;
            font-size: 36px;
            line-height: 45px;
            color: #000;
        }

    .pricing-style-1 .pricing-footer .main-btn {
        margin-top: 15px;
    }

/*=====  Pricing  Style Dark 1 =====*/
.pricing-style-dark-1 {
    background-color: #161359;
}

    .pricing-style-dark-1 .pricing-body .title {
        color: #fff;
    }

    .pricing-style-dark-1 .pricing-body .pricing-list li {
        color: rgba(255, 255, 255, 0.6);
    }

        .pricing-style-dark-1 .pricing-body .pricing-list li i {
            color: #E14C7B;
        }

    .pricing-style-dark-1 .pricing-footer {
        margin-top: 30px;
    }

        .pricing-style-dark-1 .pricing-footer .price {
            color: rgba(255, 255, 255, 0.6);
        }

            .pricing-style-dark-1 .pricing-footer .price strong {
                color: #fff;
            }

        .pricing-style-dark-1 .pricing-footer .main-btn {
            margin-top: 15px;
        }

/*=====  Pricing  Style 2 =====*/
.pricing-style-2 {
    padding: 30px;
    background: #fff;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.32);
    border-radius: 8px;
}

    .pricing-style-2 .pricing-header {
        margin-left: -10px;
        margin-right: -10px;
    }

        .pricing-style-2 .pricing-header .image {
            width: 50%;
            padding: 0 10px;
        }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .pricing-style-2 .pricing-header .image {
        width: 40%;
    }
}

@media (max-width: 767px) {
    .pricing-style-2 .pricing-header .image {
        width: 40%;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .pricing-style-2 .pricing-header .image {
        width: 50%;
    }
}

.pricing-style-2 .pricing-header .image img {
    width: 100%;
}

.pricing-style-2 .pricing-header .pricing {
    width: 50%;
    padding: 0 10px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .pricing-style-2 .pricing-header .pricing {
        width: 60%;
    }
}

@media (max-width: 767px) {
    .pricing-style-2 .pricing-header .pricing {
        width: 60%;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .pricing-style-2 .pricing-header .pricing {
        width: 50%;
    }
}

.pricing-style-2 .pricing-header .pricing .price {
    font-size: 16px;
    line-height: 22px;
    color: #7D7D7D;
    margin-top: 10px;
}

    .pricing-style-2 .pricing-header .pricing .price strong {
        font-weight: 500;
        font-size: 36px;
        line-height: 45px;
        color: #000;
        display: block;
    }

.pricing-style-2 .pricing-body {
    margin-top: 40px;
}

    .pricing-style-2 .pricing-body .pricing-list {
        margin-top: 25px;
    }

        .pricing-style-2 .pricing-body .pricing-list li {
            font-size: 16px;
            line-height: 22px;
            color: #7D7D7D;
            margin-top: 10px;
        }

            .pricing-style-2 .pricing-body .pricing-list li i {
                margin-right: 10px;
                font-size: 24px;
            }

.pricing-style-2 .pricing-footer {
    margin-top: 30px;
}

    .pricing-style-2 .pricing-footer .main-btn {
        margin-top: 15px;
    }

/*=====  Pricing Style Dark 2 =====*/
.pricing-style-dark-2 {
    background-color: #161359;
}

    .pricing-style-dark-2 .pricing-header .pricing .title {
        color: #fff;
    }

    .pricing-style-dark-2 .pricing-header .pricing .price {
        color: rgba(255, 255, 255, 0.6);
    }

        .pricing-style-dark-2 .pricing-header .pricing .price strong {
            color: #fff;
        }

    .pricing-style-dark-2 .pricing-body .pricing-list li {
        color: rgba(255, 255, 255, 0.6);
    }

        .pricing-style-dark-2 .pricing-body .pricing-list li i {
            color: #E14C7B;
        }

/*=====  Pricing  Style 3 =====*/
.pricing-style-3 {
    padding: 30px;
    background: #fff;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.32);
    border-radius: 8px;
}

    .pricing-style-3 .pricing-header {
        padding: 0 50px;
    }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .pricing-style-3 .pricing-header {
        padding: 0 30px;
    }
}

@media (max-width: 767px) {
    .pricing-style-3 .pricing-header {
        padding: 0 30px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .pricing-style-3 .pricing-header {
        padding: 0 50px;
    }
}

.pricing-style-3 .pricing-header img {
    width: 100%;
    margin-top: 10px;
}

.pricing-style-3 .pricing-body {
    margin-top: 25px;
}

    .pricing-style-3 .pricing-body .pricing-list {
        margin-top: 25px;
    }

        .pricing-style-3 .pricing-body .pricing-list li {
            font-size: 16px;
            line-height: 22px;
            color: #7D7D7D;
            margin-top: 10px;
        }

            .pricing-style-3 .pricing-body .pricing-list li i {
                margin-right: 10px;
                font-size: 24px;
            }

.pricing-style-3 .pricing-footer {
    margin-top: 30px;
}

    .pricing-style-3 .pricing-footer .price {
        font-size: 16px;
        line-height: 22px;
        color: #7D7D7D;
    }

        .pricing-style-3 .pricing-footer .price strong {
            font-weight: 500;
            font-size: 36px;
            line-height: 45px;
            color: #000;
        }

    .pricing-style-3 .pricing-footer .main-btn {
        margin-top: 15px;
    }

/*=====  Pricing  Style Dark 3 =====*/
.pricing-style-dark-3 {
    background-color: #161359;
}

    .pricing-style-dark-3 .pricing-header .title {
        color: #fff;
    }

    .pricing-style-dark-3 .pricing-body .pricing-list li {
        color: rgba(255, 255, 255, 0.6);
    }

        .pricing-style-dark-3 .pricing-body .pricing-list li i {
            color: #E14C7B;
        }

    .pricing-style-dark-3 .pricing-footer .price {
        color: rgba(255, 255, 255, 0.6);
    }

        .pricing-style-dark-3 .pricing-footer .price strong {
            color: #fff;
        }

/*=====  Pricing  Style 4 =====*/
.pricing-style-4 {
    padding: 30px;
    background: #fff;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.32);
    border-radius: 8px;
}

    .pricing-style-4 .pricing-header {
        margin-left: -10px;
        margin-right: -10px;
    }

        .pricing-style-4 .pricing-header .pricing {
            width: 65%;
            padding: 0 10px;
        }

            .pricing-style-4 .pricing-header .pricing .price {
                font-size: 16px;
                line-height: 22px;
                color: #7D7D7D;
                margin-top: 10px;
            }

                .pricing-style-4 .pricing-header .pricing .price strong {
                    font-weight: 500;
                    font-size: 36px;
                    line-height: 45px;
                    color: #000;
                }

        .pricing-style-4 .pricing-header .image {
            width: 35%;
            padding: 0 10px;
        }

            .pricing-style-4 .pricing-header .image img {
                width: 100%;
            }

    .pricing-style-4 .pricing-body {
        margin-top: 40px;
    }

        .pricing-style-4 .pricing-body .pricing-list {
            margin-top: 25px;
        }

            .pricing-style-4 .pricing-body .pricing-list li {
                font-size: 16px;
                line-height: 22px;
                color: #7D7D7D;
                margin-top: 10px;
            }

                .pricing-style-4 .pricing-body .pricing-list li i {
                    margin-right: 10px;
                    font-size: 24px;
                }

    .pricing-style-4 .pricing-footer {
        margin-top: 30px;
    }

        .pricing-style-4 .pricing-footer .main-btn {
            margin-top: 15px;
        }

/*=====  Pricing  Style Dark 4 =====*/
.pricing-style-dark-4 {
    background-color: #161359;
}

    .pricing-style-dark-4 .pricing-header .pricing .title {
        color: #fff;
    }

    .pricing-style-dark-4 .pricing-header .pricing .price {
        color: rgba(255, 255, 255, 0.6);
    }

        .pricing-style-dark-4 .pricing-header .pricing .price strong {
            color: #fff;
        }

    .pricing-style-dark-4 .pricing-body .pricing-list li {
        color: rgba(255, 255, 255, 0.6);
    }

        .pricing-style-dark-4 .pricing-body .pricing-list li i {
            color: #E14C7B;
        }

/*=====  Pricing  Style 5 =====*/
.pricing-style-5 {
    padding: 30px;
    background: #fff;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.32);
    border-radius: 8px;
}

    .pricing-style-5 .pricing-header .pricing {
        margin-left: -10px;
        margin-right: -10px;
    }

        .pricing-style-5 .pricing-header .pricing .title {
            width: 65%;
            padding: 0 10px;
        }

        .pricing-style-5 .pricing-header .pricing .price {
            font-size: 16px;
            line-height: 22px;
            color: #7D7D7D;
            width: 35%;
            padding: 0 10px;
            text-align: right;
        }

            .pricing-style-5 .pricing-header .pricing .price strong {
                font-weight: 500;
                font-size: 36px;
                line-height: 45px;
                color: #000;
                display: block;
            }

    .pricing-style-5 .pricing-header .image {
        padding: 0 100px;
        margin-top: 30px;
    }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .pricing-style-5 .pricing-header .image {
        padding: 0 60px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .pricing-style-5 .pricing-header .image {
        padding: 0 90px;
    }
}

@media (max-width: 767px) {
    .pricing-style-5 .pricing-header .image {
        padding: 0 60px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .pricing-style-5 .pricing-header .image {
        padding: 0 80px;
    }
}

.pricing-style-5 .pricing-header .image img {
    width: 100%;
}

.pricing-style-5 .pricing-body {
    margin-top: 40px;
}

    .pricing-style-5 .pricing-body .pricing-list {
        margin-top: 25px;
    }

        .pricing-style-5 .pricing-body .pricing-list li {
            font-size: 16px;
            line-height: 22px;
            color: #7D7D7D;
            margin-top: 10px;
        }

            .pricing-style-5 .pricing-body .pricing-list li i {
                margin-right: 10px;
                font-size: 24px;
            }

.pricing-style-5 .pricing-footer {
    margin-top: 30px;
}

    .pricing-style-5 .pricing-footer .main-btn {
        margin-top: 15px;
    }

/*=====  Pricing  Style Dark 5 =====*/
.pricing-style-dark-5 {
    background-color: #161359;
}

    .pricing-style-dark-5 .pricing-header .pricing .title {
        color: #fff;
    }

    .pricing-style-dark-5 .pricing-header .pricing .price {
        color: rgba(255, 255, 255, 0.6);
    }

        .pricing-style-dark-5 .pricing-header .pricing .price strong {
            color: #fff;
        }

    .pricing-style-dark-5 .pricing-body .pricing-list li {
        color: rgba(255, 255, 255, 0.6);
    }

        .pricing-style-dark-5 .pricing-body .pricing-list li i {
            color: #E14C7B;
        }

/*=====  Pricing  Style 6 =====*/
.pricing-style-6 {
    padding: 30px;
    background: #fff;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.32);
    border-radius: 8px;
}

    .pricing-style-6 .pricing-header {
        margin-left: -10px;
        margin-right: -10px;
    }

        .pricing-style-6 .pricing-header .image {
            width: 50%;
            padding: 0 10px;
        }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .pricing-style-6 .pricing-header .image {
        width: 40%;
    }
}

@media (max-width: 767px) {
    .pricing-style-6 .pricing-header .image {
        width: 40%;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .pricing-style-6 .pricing-header .image {
        width: 50%;
    }
}

.pricing-style-6 .pricing-header .image img {
    width: 100%;
}

.pricing-style-6 .pricing-header .pricing {
    width: 50%;
    padding: 0 10px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .pricing-style-6 .pricing-header .pricing {
        width: 60%;
    }
}

@media (max-width: 767px) {
    .pricing-style-6 .pricing-header .pricing {
        width: 60%;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .pricing-style-6 .pricing-header .pricing {
        width: 50%;
    }
}

.pricing-style-6 .pricing-header .pricing .price {
    font-size: 16px;
    line-height: 22px;
    color: #7D7D7D;
    margin-top: 10px;
}

    .pricing-style-6 .pricing-header .pricing .price strong {
        font-weight: 500;
        font-size: 36px;
        line-height: 45px;
        color: #000;
        display: block;
    }

.pricing-style-6 .pricing-body {
    margin-top: 40px;
}

    .pricing-style-6 .pricing-body .pricing-list {
        margin-top: 25px;
    }

        .pricing-style-6 .pricing-body .pricing-list li {
            font-size: 16px;
            line-height: 22px;
            color: #7D7D7D;
            margin-top: 10px;
        }

            .pricing-style-6 .pricing-body .pricing-list li i {
                margin-right: 10px;
                font-size: 24px;
            }

.pricing-style-6 .pricing-footer {
    margin-top: 30px;
}

    .pricing-style-6 .pricing-footer .main-btn {
        margin-top: 15px;
    }

/*=====  Pricing  Style Dark 6 =====*/
.pricing-style-dark-6 {
    background-color: #161359;
}

    .pricing-style-dark-6 .pricing-header .pricing .title {
        color: #fff;
    }

    .pricing-style-dark-6 .pricing-header .pricing .price {
        color: rgba(255, 255, 255, 0.6);
    }

        .pricing-style-dark-6 .pricing-header .pricing .price strong {
            color: #fff;
        }

    .pricing-style-dark-6 .pricing-body .pricing-list li {
        color: rgba(255, 255, 255, 0.6);
    }

        .pricing-style-dark-6 .pricing-body .pricing-list li i {
            color: #E14C7B;
        }

/*=====  Pricing  Style 7 =====*/
.pricing-style-7 {
    background: #fff;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.32);
    border-radius: 8px;
    overflow: hidden;
}

    .pricing-style-7 .pricing-header .title {
        background-color: #E14C7B;
        height: 62px;
        line-height: 62px;
        color: #fff;
    }

    .pricing-style-7 .pricing-header img {
        width: 130px;
        padding: 30px 0;
    }

    .pricing-style-7 .pricing-header .pricing .price {
        font-size: 16px;
        line-height: 22px;
        color: #7D7D7D;
        margin-top: 10px;
    }

        .pricing-style-7 .pricing-header .pricing .price strong {
            font-weight: 500;
            font-size: 36px;
            line-height: 45px;
            color: #000;
        }

    .pricing-style-7 .pricing-body {
        padding: 0px 30px 0px;
    }

        .pricing-style-7 .pricing-body .pricing-list {
            margin-top: 25px;
        }

            .pricing-style-7 .pricing-body .pricing-list li {
                font-size: 16px;
                line-height: 22px;
                color: #7D7D7D;
                margin-top: 10px;
            }

                .pricing-style-7 .pricing-body .pricing-list li i {
                    margin-right: 10px;
                    font-size: 24px;
                }

    .pricing-style-7 .pricing-footer {
        padding: 30px 30px;
    }

        .pricing-style-7 .pricing-footer .main-btn {
            margin-top: 15px;
        }

/*=====  Pricing  Style Dark 7 =====*/
.pricing-style-dark-7 {
    background-color: #161359;
}

    .pricing-style-dark-7 .pricing-header .pricing .price {
        color: rgba(255, 255, 255, 0.6);
    }

        .pricing-style-dark-7 .pricing-header .pricing .price strong {
            color: #fff;
        }

    .pricing-style-dark-7 .pricing-body .pricing-list li {
        color: rgba(255, 255, 255, 0.6);
    }

        .pricing-style-dark-7 .pricing-body .pricing-list li i {
            color: #E14C7B;
        }

/*=====  Pricing  Style 8 =====*/
.pricing-style-8 {
    background: #fff;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.32);
    border-radius: 8px;
    overflow: hidden;
}

    .pricing-style-8 .pricing-header .title {
        padding: 30px;
    }

    .pricing-style-8 .pricing-header .image-pricing .image {
        width: 50%;
    }

        .pricing-style-8 .pricing-header .image-pricing .image img {
            width: 100%;
            position: relative;
            right: -30px;
        }

    .pricing-style-8 .pricing-header .image-pricing .pricing {
        width: 50%;
        background-color: #393D8E;
        text-align: right;
        height: 100px;
        padding: 16px;
        border-top-left-radius: 8px;
        border-bottom-left-radius: 8px;
    }

        .pricing-style-8 .pricing-header .image-pricing .pricing .price {
            font-size: 16px;
            line-height: 22px;
            color: #7D7D7D;
            color: rgba(255, 255, 255, 0.6);
        }

            .pricing-style-8 .pricing-header .image-pricing .pricing .price strong {
                font-weight: 500;
                font-size: 36px;
                line-height: 45px;
                color: #000;
                display: block;
                color: #fff;
            }

    .pricing-style-8 .pricing-body {
        padding: 20px 30px 0px;
    }

        .pricing-style-8 .pricing-body .pricing-list {
            margin-top: 25px;
        }

            .pricing-style-8 .pricing-body .pricing-list li {
                font-size: 16px;
                line-height: 22px;
                color: #7D7D7D;
                margin-top: 10px;
            }

                .pricing-style-8 .pricing-body .pricing-list li i {
                    margin-right: 10px;
                    font-size: 24px;
                }

    .pricing-style-8 .pricing-footer {
        padding: 30px 30px;
    }

        .pricing-style-8 .pricing-footer .main-btn {
            margin-top: 15px;
        }

/*=====  Pricing  Style Dark 8 =====*/
.pricing-style-dark-8 {
    background-color: #161359;
}

    .pricing-style-dark-8 .pricing-header .title {
        color: #fff;
    }

    .pricing-style-dark-8 .pricing-header .image-pricing .pricing {
        background-color: #393D8E;
    }

    .pricing-style-dark-8 .pricing-body .pricing-list li {
        color: rgba(255, 255, 255, 0.6);
    }

        .pricing-style-dark-8 .pricing-body .pricing-list li i {
            color: #E14C7B;
        }

/*=====  Pricing  Style 9 =====*/
.pricing-style-9 {
    background: #fff;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.32);
    border-radius: 8px;
    overflow: hidden;
}

    .pricing-style-9 .pricing-header .title {
        padding: 30px;
    }

    .pricing-style-9 .pricing-header .image-pricing .image {
        width: 50%;
    }

        .pricing-style-9 .pricing-header .image-pricing .image img {
            width: 100%;
            position: relative;
            left: -30px;
        }

    .pricing-style-9 .pricing-header .image-pricing .pricing {
        width: 50%;
        background-color: #393D8E;
        text-align: left;
        height: 100px;
        padding: 16px;
        border-top-right-radius: 8px;
        border-bottom-right-radius: 8px;
    }

        .pricing-style-9 .pricing-header .image-pricing .pricing .price {
            font-size: 16px;
            line-height: 22px;
            color: #7D7D7D;
            color: rgba(255, 255, 255, 0.6);
        }

            .pricing-style-9 .pricing-header .image-pricing .pricing .price strong {
                font-weight: 500;
                font-size: 36px;
                line-height: 45px;
                color: #000;
                display: block;
                color: #fff;
            }

    .pricing-style-9 .pricing-body {
        padding: 20px 30px 0px;
    }

        .pricing-style-9 .pricing-body .pricing-list {
            margin-top: 25px;
        }

            .pricing-style-9 .pricing-body .pricing-list li {
                font-size: 16px;
                line-height: 22px;
                color: #7D7D7D;
                margin-top: 10px;
            }

                .pricing-style-9 .pricing-body .pricing-list li i {
                    margin-right: 10px;
                    font-size: 24px;
                }

    .pricing-style-9 .pricing-footer {
        padding: 30px 30px;
    }

        .pricing-style-9 .pricing-footer .main-btn {
            margin-top: 15px;
        }

/*=====  Pricing  Style Dark 9 =====*/
.pricing-style-dark-9 {
    background-color: #161359;
}

    .pricing-style-dark-9 .pricing-header .title {
        color: #fff;
    }

    .pricing-style-dark-9 .pricing-header .image-pricing .pricing {
        background-color: #393D8E;
    }

    .pricing-style-dark-9 .pricing-body .pricing-list li {
        color: rgba(255, 255, 255, 0.6);
    }

        .pricing-style-dark-9 .pricing-body .pricing-list li i {
            color: #E14C7B;
        }

/*=====  Pricing  Style 10 =====*/
.pricing-tab .nav {
    max-width: 280px;
    width: 100%;
    border: 1px solid #F2F2F2;
    padding: 5px;
    border-radius: 50px;
    overflow: hidden;
    margin-top: 24px;
}

    .pricing-tab .nav li {
        width: 50%;
        display: block;
    }

        .pricing-tab .nav li a {
            display: block;
            width: 100%;
            height: 40px;
            line-height: 40px;
            color: #7D7D7D;
            text-align: center;
            border-radius: 50px;
            text-transform: uppercase;
            letter-spacing: 2px;
            font-weight: 500;
            font-size: 14px;
            transition: all 0.3s linear;
        }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .pricing-tab .nav li a {
        font-size: 13px;
    }
}

.pricing-tab .nav li a.active {
    background-color: #563289;
    color: #fff;
}

.pricing-tab p {
    color: #000;
    margin-top: 16px;
}

.pricing-style-10 {
    position: relative;
}

    .pricing-style-10 .pricing-plan-list {
        position: absolute;
        width: 33.33%;
        left: -33.33%;
        bottom: 0;
        tom: 0;
    }

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .pricing-style-10 .pricing-plan-list {
        display: none;
    }
}

@media (max-width: 767px) {
    .pricing-style-10 .pricing-plan-list {
        display: none;
    }
}

.pricing-style-10 .pricing-plan-list ul li {
    margin-top: 14px;
}

    .pricing-style-10 .pricing-plan-list ul li .list-title {
        font-size: 16px;
        line-height: 22px;
        color: #000;
        z-index: 9;
    }

.pricing-style-10 .single-pricing-plan {
    margin-top: 30px;
}

    .pricing-style-10 .single-pricing-plan .pricing-plan-img {
        padding: 0px 30px 30px;
    }

        .pricing-style-10 .single-pricing-plan .pricing-plan-img img {
            width: 72px;
        }

        .pricing-style-10 .single-pricing-plan .pricing-plan-img .title {
            font-size: 20px;
            font-family: "Rubik", sans-serif;
            line-height: 28px;
            font-weight: 400;
            color: #000;
            margin-top: 25px;
        }

        .pricing-style-10 .single-pricing-plan .pricing-plan-img .price {
            font-weight: 300;
            font-size: 14px;
            color: rgba(0, 0, 0, 0.88);
            margin-top: 8px;
        }

            .pricing-style-10 .single-pricing-plan .pricing-plan-img .price strong {
                font-weight: 500;
                font-size: 36px;
                line-height: 45px;
                color: #000;
            }

        .pricing-style-10 .single-pricing-plan .pricing-plan-img .main-btn {
            margin-top: 24px;
        }

    .pricing-style-10 .single-pricing-plan .pricing-list {
        border-left: 1px solid #BDBDBD;
    }

@media (max-width: 767px) {
    .pricing-style-10 .single-pricing-plan .pricing-list {
        border-left: 0;
    }
}

.pricing-style-10 .single-pricing-plan .pricing-list ul li {
    margin-top: 14px;
}

@media (max-width: 767px) {
    .pricing-style-10 .single-pricing-plan .pricing-list ul li {
        margin: -1px;
        border: 1px solid #BDBDBD;
        padding: 12px 10px;
    }
}

.pricing-style-10 .single-pricing-plan .pricing-list ul li .list-title {
    font-size: 16pxx;
    line-height: 22px;
    color: #000;
    display: none;
    padding-bottom: 8px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .pricing-style-10 .single-pricing-plan .pricing-list ul li .list-title {
        display: block;
    }
}

@media (max-width: 767px) {
    .pricing-style-10 .single-pricing-plan .pricing-list ul li .list-title {
        display: block;
    }
}

.pricing-style-10 .single-pricing-plan .pricing-list ul li .list-value {
    font-size: 16px;
    line-height: 22px;
    color: #000;
}

    .pricing-style-10 .single-pricing-plan .pricing-list ul li .list-value i {
        font-size: 24px;
    }

    .pricing-style-10 .single-pricing-plan .pricing-list ul li .list-value .mdi-check {
        color: #FFBE27;
    }

    .pricing-style-10 .single-pricing-plan .pricing-list ul li .list-value .mdi-close {
        color: #FF4B22;
    }

/*=====  Pricing  Style Dark 10 =====*/
.pricing-tab-dark .title {
    color: #fff;
}

.pricing-tab-dark .nav {
    border: 1px solid rgba(255, 255, 255, 0.16);
}

    .pricing-tab-dark .nav li a {
        color: rgba(255, 255, 255, 0.6);
    }

        .pricing-tab-dark .nav li a.active {
            background-color: #00D4E0;
            color: #fff;
        }

.pricing-tab-dark p {
    color: rgba(255, 255, 255, 0.74);
}

.pricing-style-dark-10 .pricing-plan-list ul li .list-title {
    color: rgba(255, 255, 255, 0.74);
}

.pricing-style-dark-10 .single-pricing-plan .pricing-plan-img .title {
    color: #fff;
}

.pricing-style-dark-10 .single-pricing-plan .pricing-plan-img .price {
    color: rgba(255, 255, 255, 0.88);
}

    .pricing-style-dark-10 .single-pricing-plan .pricing-plan-img .price strong {
        color: #fff;
    }

.pricing-style-dark-10 .single-pricing-plan .pricing-list ul li .list-title {
    color: #fff;
}

.pricing-style-dark-10 .single-pricing-plan .pricing-list ul li .list-value {
    color: #fff;
}

/*==================================================================
                   15. Pricing css
==================================================================*/
/*=====  Checkout Style 1 =====*/
.checkout-style-1 {
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.32);
    border-radius: 8px;
}

    .checkout-style-1 .checkout-table .table {
        margin-bottom: 0;
    }

        .checkout-style-1 .checkout-table .table thead tr th {
            padding: 9px 16px;
            border: 0;
            border-bottom: 1px solid #F2F2F2;
            font-size: 14px;
            font-weight: 300;
            color: #7D7D7D;
        }

            .checkout-style-1 .checkout-table .table thead tr th.product {
                min-width: 240px;
            }

            .checkout-style-1 .checkout-table .table thead tr th.size {
                min-width: 80px;
                width: 80px;
            }

            .checkout-style-1 .checkout-table .table thead tr th.quantity {
                width: 100px;
            }

            .checkout-style-1 .checkout-table .table thead tr th.price {
                min-width: 80px;
                width: 80px;
            }

            .checkout-style-1 .checkout-table .table thead tr th.action {
                min-width: 100px;
                width: 100px;
            }

        .checkout-style-1 .checkout-table .table tbody tr td {
            border: 0;
            border-bottom: 1px solid #F2F2F2;
            padding: 16px;
            vertical-align: middle;
        }

    .checkout-style-1 .checkout-table .product-cart .product-content {
        padding-left: 8px;
    }

        .checkout-style-1 .checkout-table .product-cart .product-content .title a {
            font-weight: 500;
            font-size: 16px;
            line-height: 22px;
            color: #000;
            transition: all 0.3s linear;
        }

            .checkout-style-1 .checkout-table .product-cart .product-content .title a:hover {
                color: #563289;
            }

        .checkout-style-1 .checkout-table .product-cart .product-content span {
            font-weight: 300;
            font-size: 13px;
            line-height: 16px;
            margin-top: 4px;
            color: #7D7D7D;
        }

    .checkout-style-1 .checkout-table .product-size {
        position: relative;
    }

        .checkout-style-1 .checkout-table .product-size .nice-select {
            width: 70px;
            border: 1px solid #F2F2F2;
            height: 35px;
            line-height: 33px;
            background-color: transparent;
            padding: 0 10px;
            float: none;
            border-radius: 4px;
        }

            .checkout-style-1 .checkout-table .product-size .nice-select::after {
                width: 9px;
                height: 9px;
                right: 10px;
                border-color: #000;
            }

            .checkout-style-1 .checkout-table .product-size .nice-select .current {
                font-size: 16px;
                color: #000;
                line-height: 33px;
                font-weight: 500;
            }

            .checkout-style-1 .checkout-table .product-size .nice-select .list {
                width: 100%;
            }

    .checkout-style-1 .checkout-table .product-quantity {
        background-color: #fff;
        border: 1px solid #EFEFEF;
        overflow: hidden;
        border-radius: 4px;
        display: inline-block;
    }

        .checkout-style-1 .checkout-table .product-quantity button {
            width: 30px;
            height: 35px;
            padding: 0;
            font-size: 20px;
            border: 0;
            background-color: transparent;
            transition: all 0.4s linear;
            color: rgba(0, 0, 0, 0.8);
        }

            .checkout-style-1 .checkout-table .product-quantity button:hover {
                color: #563289;
            }

        .checkout-style-1 .checkout-table .product-quantity input {
            width: 45px;
            height: 35px;
            border: 0;
            padding: 0 5px;
            text-align: center;
            font-weight: 700;
            background-color: transparent;
            color: #000;
        }

    .checkout-style-1 .checkout-table .price {
        font-weight: 500;
        font-size: 16px;
        line-height: 22px;
        color: #000;
    }

    .checkout-style-1 .checkout-table .action li {
        display: inline-block;
    }

        .checkout-style-1 .checkout-table .action li a {
            font-size: 24px;
            width: 32px;
            height: 32px;
            line-height: 32px;
            text-align: center;
        }

            .checkout-style-1 .checkout-table .action li a.favorite {
                color: #7D7D7D;
            }

            .checkout-style-1 .checkout-table .action li a.delete {
                color: #FF4B22;
            }

    .checkout-style-1 .checkout-coupon-total .checkout-coupon {
        width: 50%;
        padding: 16px;
    }

@media (max-width: 767px) {
    .checkout-style-1 .checkout-coupon-total .checkout-coupon {
        width: 100%;
    }
}

.checkout-style-1 .checkout-coupon-total .checkout-coupon span {
    font-size: 13px;
    line-height: 16px;
    color: #000;
}

.checkout-style-1 .checkout-coupon-total .checkout-coupon .single-form {
    margin-top: 0;
}

    .checkout-style-1 .checkout-coupon-total .checkout-coupon .single-form .form-input {
        width: 194px;
        margin-top: 8px;
        margin-right: 8px;
    }

    .checkout-style-1 .checkout-coupon-total .checkout-coupon .single-form .main-btn {
        margin-top: 8px;
    }

.checkout-style-1 .checkout-coupon-total .checkout-total {
    width: 50%;
    border-left: 1px solid #F2F2F2;
}

@media (max-width: 767px) {
    .checkout-style-1 .checkout-coupon-total .checkout-total {
        width: 100%;
        border-left: 0;
        border-top: 1px solid #F2F2F2;
    }
}

.checkout-style-1 .checkout-coupon-total .checkout-total .single-total {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: flex-end;
    padding: 0 8px;
}

    .checkout-style-1 .checkout-coupon-total .checkout-total .single-total .value {
        font-weight: 300;
        font-size: 14px;
        line-height: 32px;
        margin-right: 16px;
        color: #000;
    }

    .checkout-style-1 .checkout-coupon-total .checkout-total .single-total .price {
        font-weight: 500;
        font-size: 16px;
        line-height: 32px;
        color: #000;
        width: 85px;
    }

    .checkout-style-1 .checkout-coupon-total .checkout-total .single-total.total-payable {
        border-top: 1px solid #F2F2F2;
    }

        .checkout-style-1 .checkout-coupon-total .checkout-total .single-total.total-payable .value {
            font-weight: 500;
        }

.checkout-style-1 .checkout-coupon-total.checkout-coupon-total-2 .checkout-coupon {
    width: 70%;
}

@media (max-width: 767px) {
    .checkout-style-1 .checkout-coupon-total.checkout-coupon-total-2 .checkout-coupon {
        width: 100%;
    }
}

.checkout-style-1 .checkout-coupon-total.checkout-coupon-total-2 .checkout-total {
    width: 30%;
}

@media (max-width: 767px) {
    .checkout-style-1 .checkout-coupon-total.checkout-coupon-total-2 .checkout-total {
        width: 100%;
    }
}

.checkout-style-1 .checkout-coupon-total.checkout-coupon-total-2 .checkout-total .single-total {
    justify-content: space-between;
}

    .checkout-style-1 .checkout-coupon-total.checkout-coupon-total-2 .checkout-total .single-total .price {
        width: auto;
    }

.checkout-style-1 .checkout-btn {
    padding: 0px 16px 16px;
    border-top: 1px solid #F2F2F2;
}

    .checkout-style-1 .checkout-btn .main-btn {
        margin-top: 16px;
    }

.checkout-style-dark-1 {
    background-color: #161359;
}

    .checkout-style-dark-1 .checkout-table .table {
        margin-bottom: 0;
    }

        .checkout-style-dark-1 .checkout-table .table thead tr th {
            color: rgba(255, 255, 255, 0.6);
            border-bottom: 1px solid rgba(255, 255, 255, 0.38);
        }

        .checkout-style-dark-1 .checkout-table .table tbody tr td {
            border-bottom: 1px solid rgba(255, 255, 255, 0.38);
        }

    .checkout-style-dark-1 .checkout-table .product-cart .product-content {
        padding-left: 8px;
    }

        .checkout-style-dark-1 .checkout-table .product-cart .product-content .title a {
            color: #fff;
        }

            .checkout-style-dark-1 .checkout-table .product-cart .product-content .title a:hover {
                color: #E14C7B;
            }

        .checkout-style-dark-1 .checkout-table .product-cart .product-content span {
            color: rgba(255, 255, 255, 0.6);
        }

    .checkout-style-dark-1 .checkout-table .product-size {
        position: relative;
    }

        .checkout-style-dark-1 .checkout-table .product-size .nice-select {
            border: 0;
            background-color: rgba(255, 255, 255, 0.24);
        }

            .checkout-style-dark-1 .checkout-table .product-size .nice-select::after {
                border-color: #fff;
            }

            .checkout-style-dark-1 .checkout-table .product-size .nice-select .current {
                color: #fff;
            }

            .checkout-style-dark-1 .checkout-table .product-size .nice-select .list {
                box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.25);
            }

                .checkout-style-dark-1 .checkout-table .product-size .nice-select .list .option {
                    background-color: #563289;
                    color: #fff;
                }

                    .checkout-style-dark-1 .checkout-table .product-size .nice-select .list .option.selected {
                        background-color: #2A21DE;
                    }

                    .checkout-style-dark-1 .checkout-table .product-size .nice-select .list .option:hover {
                        background-color: #2A21DE !important;
                    }

                .checkout-style-dark-1 .checkout-table .product-size .nice-select .list:hover .option:not(:hover) {
                    background-color: #563289 !important;
                }

    .checkout-style-dark-1 .checkout-table .product-quantity {
        background-color: rgba(255, 255, 255, 0.24);
        border: 0;
    }

        .checkout-style-dark-1 .checkout-table .product-quantity button {
            color: #fff;
        }

            .checkout-style-dark-1 .checkout-table .product-quantity button:hover {
                color: #E14C7B;
            }

        .checkout-style-dark-1 .checkout-table .product-quantity input {
            background-color: transparent;
            color: #fff;
        }

    .checkout-style-dark-1 .checkout-table .price {
        color: #fff;
    }

    .checkout-style-dark-1 .checkout-table .action li a.favorite {
        color: rgba(255, 255, 255, 0.6);
    }

    .checkout-style-dark-1 .checkout-table .action li a.delete {
        color: #FF4B22;
    }

    .checkout-style-dark-1 .checkout-coupon-total .checkout-coupon span {
        color: #fff;
    }

    .checkout-style-dark-1 .checkout-coupon-total .checkout-total {
        border-left: 1px solid rgba(255, 255, 255, 0.38);
    }

@media (max-width: 767px) {
    .checkout-style-dark-1 .checkout-coupon-total .checkout-total {
        border-top: 1px solid rgba(255, 255, 255, 0.38);
    }
}

.checkout-style-dark-1 .checkout-coupon-total .checkout-total .single-total .value {
    color: #fff;
}

.checkout-style-dark-1 .checkout-coupon-total .checkout-total .single-total .price {
    color: #fff;
}

.checkout-style-dark-1 .checkout-coupon-total .checkout-total .single-total.total-payable {
    border-top: 1px solid rgba(255, 255, 255, 0.38);
}

    .checkout-style-dark-1 .checkout-coupon-total .checkout-total .single-total.total-payable .value {
        font-weight: 500;
    }

.checkout-style-dark-1 .checkout-btn {
    border-top: 1px solid rgba(255, 255, 255, 0.38);
}

/*=====  Checkout Style 1 =====*/
.checkout-style-2 {
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.32);
    border-radius: 8px;
    max-width: 350px;
    width: 100%;
}

    .checkout-style-2 .checkout-header {
        padding: 0 16px;
        position: relative;
    }

        .checkout-style-2 .checkout-header .title {
            font-weight: 500;
            font-size: 16px;
            color: #000;
            line-height: 40px;
        }

        .checkout-style-2 .checkout-header .close {
            color: #000;
            font-size: 24px;
            position: absolute;
            top: 50%;
            right: 10px;
            transform: translateY(-50%);
            transition: all 0.3s linear;
        }

            .checkout-style-2 .checkout-header .close:hover {
                color: #563289;
            }

    .checkout-style-2 .checkout-table {
        border-top: 1px solid #F2F2F2;
    }

        .checkout-style-2 .checkout-table .table {
            margin-bottom: 0;
            border-top: 0;
            border-bottom: 1px solid #F2F2F2;
        }

            .checkout-style-2 .checkout-table .table tbody tr td {
                border: 0;
                border-bottom: 1px solid #F2F2F2;
                padding: 12px;
                vertical-align: middle;
            }

                .checkout-style-2 .checkout-table .table tbody tr td.checkout-product {
                    min-width: 190px;
                    padding-right: 0;
                    text-align: left;
                }

                .checkout-style-2 .checkout-table .table tbody tr td.checkout-quantity {
                    width: 100px;
                    padding-left: 5px;
                    padding-right: 5px;
                }

                .checkout-style-2 .checkout-table .table tbody tr td.checkout-price {
                    min-width: 80px;
                    width: 80px;
                    padding-left: 0;
                }

        .checkout-style-2 .checkout-table .product-cart .product-thumb img {
            width: 40px;
        }

        .checkout-style-2 .checkout-table .product-cart .product-content {
            padding-left: 8px;
        }

            .checkout-style-2 .checkout-table .product-cart .product-content .title a {
                font-weight: 400;
                font-size: 14px;
                line-height: 22px;
                color: #000;
                transition: all 0.3s linear;
            }

                .checkout-style-2 .checkout-table .product-cart .product-content .title a:hover {
                    color: #563289;
                }

            .checkout-style-2 .checkout-table .product-cart .product-content ul li {
                display: inline-block;
            }

                .checkout-style-2 .checkout-table .product-cart .product-content ul li + li {
                    margin-left: 8px;
                }

                .checkout-style-2 .checkout-table .product-cart .product-content ul li span {
                    font-weight: 300;
                    font-size: 13px;
                    line-height: 16px;
                    margin-top: 4px;
                    color: #7D7D7D;
                }

                .checkout-style-2 .checkout-table .product-cart .product-content ul li .delete {
                    font-size: 16px;
                    color: #FF4B22;
                    padding: 0;
                }

        .checkout-style-2 .checkout-table .product-quantity {
            background-color: #fff;
            overflow: hidden;
            border-radius: 4px;
            display: inline-block;
        }

            .checkout-style-2 .checkout-table .product-quantity button {
                width: 20px;
                height: 28px;
                line-height: 20px;
                padding: 0;
                font-size: 16px;
                border: 0;
                background-color: transparent;
                transition: all 0.4s linear;
                color: rgba(0, 0, 0, 0.8);
            }

                .checkout-style-2 .checkout-table .product-quantity button:hover {
                    color: #563289;
                }

            .checkout-style-2 .checkout-table .product-quantity input {
                width: 30px;
                height: 28px;
                border: 0;
                padding: 0 5px;
                text-align: center;
                font-weight: 700;
                background-color: transparent;
                color: #000;
                font-size: 14px;
            }

        .checkout-style-2 .checkout-table .price {
            font-weight: 500;
            font-size: 14px;
            line-height: 22px;
            color: #000;
        }

    .checkout-style-2 .checkout-footer {
        padding: 16px;
    }

        .checkout-style-2 .checkout-footer .checkout-sub-total .value {
            font-weight: 500;
            font-size: 14px;
            line-height: 16px;
            color: #000;
        }

        .checkout-style-2 .checkout-footer .checkout-sub-total .price {
            font-weight: 500;
            font-size: 16px;
            line-height: 22px;
            color: #000;
        }

        .checkout-style-2 .checkout-footer .checkout-btn {
            padding-top: 8px;
        }

            .checkout-style-2 .checkout-footer .checkout-btn .main-btn {
                margin-top: 8px;
            }

                .checkout-style-2 .checkout-footer .checkout-btn .main-btn + .main-btn {
                    margin-left: 4px;
                }

@media (max-width: 767px) {
    .checkout-style-2 .checkout-footer .checkout-btn .main-btn + .main-btn {
        margin-left: 0;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .checkout-style-2 .checkout-footer .checkout-btn .main-btn + .main-btn {
        margin-left: 4px;
    }
}

.checkout-style-dark-2 {
    background-color: #161359;
}

    .checkout-style-dark-2 .checkout-header .title {
        color: #fff;
    }

    .checkout-style-dark-2 .checkout-header .close {
        color: rgba(255, 255, 255, 0.38);
    }

        .checkout-style-dark-2 .checkout-header .close:hover {
            color: #E14C7B;
        }

    .checkout-style-dark-2 .checkout-table {
        border-top: 1px solid rgba(255, 255, 255, 0.16);
    }

        .checkout-style-dark-2 .checkout-table .table {
            border-bottom: 1px solid rgba(255, 255, 255, 0.16);
        }

            .checkout-style-dark-2 .checkout-table .table tbody tr td {
                border-bottom: 1px solid rgba(255, 255, 255, 0.16);
            }

        .checkout-style-dark-2 .checkout-table .product-cart .product-content .title a {
            color: #fff;
            transition: all 0.3s linear;
        }

            .checkout-style-dark-2 .checkout-table .product-cart .product-content .title a:hover {
                color: #E14C7B;
            }

        .checkout-style-dark-2 .checkout-table .product-cart .product-content ul li span {
            color: rgba(255, 255, 255, 0.6);
        }

        .checkout-style-dark-2 .checkout-table .product-quantity {
            background-color: transparent;
        }

            .checkout-style-dark-2 .checkout-table .product-quantity button {
                color: rgba(255, 255, 255, 0.8);
            }

                .checkout-style-dark-2 .checkout-table .product-quantity button:hover {
                    color: #E14C7B;
                }

            .checkout-style-dark-2 .checkout-table .product-quantity input {
                color: #fff;
            }

        .checkout-style-dark-2 .checkout-table .price {
            color: #fff;
        }

    .checkout-style-dark-2 .checkout-footer .checkout-sub-total .value {
        color: #fff;
    }

    .checkout-style-dark-2 .checkout-footer .checkout-sub-total .price {
        color: #fff;
    }

/*=====  Checkout Form Style 1 =====*/
.checkout-steps-form-style-1 ul li {
    border-radius: 8px;
}

    .checkout-steps-form-style-1 ul li + li {
        margin-top: 12px;
    }

.checkout-steps-form-style-1 ul .vjopt_activeli {
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.32);
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

    .checkout-steps-form-style-1 ul .vjopt_activeli .title {
        color: #000;
    }

        .checkout-steps-form-style-1 ul .vjopt_activeli .title::before {
            content: '\F0143';
        }

.checkout-steps-form-style-1 .title {
    font-size: 16px;
    font-weight: 500;
    color: #7D7D7D;
    line-height: 40px;
    padding: 0 16px;
    position: relative;
    cursor: pointer;
}

    .checkout-steps-form-style-1 .title::before {
        position: absolute;
        content: "\F0140";
        top: 50%;
        right: 16px;
        transform: translateY(-50%);
        font-family: "Material Design Icons";
        font-size: 24px;
        color: #7D7D7D;
        transition: all 0.3s linear;
    }

.checkout-steps-form-style-1 .checkout-steps-form-content {
    padding: 16px;
    padding-top: 0;
    border-top: 1px solid #F2F2F2;
}

    .checkout-steps-form-style-1 .checkout-steps-form-content .select-elements .select-items {
        position: relative;
    }

        .checkout-steps-form-style-1 .checkout-steps-form-content .select-elements .select-items .nice-select .list {
            width: 100%;
        }

            .checkout-steps-form-style-1 .checkout-steps-form-content .select-elements .select-items .nice-select .list .option {
                margin-top: 0;
            }

    .checkout-steps-form-style-1 .checkout-steps-form-content .steps-form-btn {
        padding-top: 4px;
    }

        .checkout-steps-form-style-1 .checkout-steps-form-content .steps-form-btn .main-btn {
            margin-top: 12px;
        }

    .checkout-steps-form-style-1 .checkout-steps-form-content .checkout-payment-option {
        margin-top: 16px;
    }

        .checkout-steps-form-style-1 .checkout-steps-form-content .checkout-payment-option .payment-option-wrapper {
            display: -moz-flex;
            display: -ms-flex;
            display: -o-flex;
            display: flex;
            flex-wrap: wrap;
            margin-left: -4px;
            margin-right: -4px;
        }

            .checkout-steps-form-style-1 .checkout-steps-form-content .checkout-payment-option .payment-option-wrapper .single-payment-option {
                width: 25%;
                margin-top: 16px;
                padding: 0 4px;
            }

@media (max-width: 767px) {
    .checkout-steps-form-style-1 .checkout-steps-form-content .checkout-payment-option .payment-option-wrapper .single-payment-option {
        width: 50%;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .checkout-steps-form-style-1 .checkout-steps-form-content .checkout-payment-option .payment-option-wrapper .single-payment-option {
        width: 25%;
    }
}

.checkout-steps-form-style-1 .checkout-steps-form-content .checkout-payment-option .payment-option-wrapper .single-payment-option input[type="radio"] {
    display: none;
}

    .checkout-steps-form-style-1 .checkout-steps-form-content .checkout-payment-option .payment-option-wrapper .single-payment-option input[type="radio"] + label {
        border: 1px solid #F2F2F2;
    }

    .checkout-steps-form-style-1 .checkout-steps-form-content .checkout-payment-option .payment-option-wrapper .single-payment-option input[type="radio"]:checked + label {
        border: 1px solid #563289;
    }

.checkout-steps-form-style-1 .checkout-steps-form-content .checkout-payment-option .payment-option-wrapper .single-payment-option label {
    text-align: center;
    padding: 12px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    margin-bottom: 0;
    width: 100%;
    transition: all 0.3s linear;
    cursor: pointer;
}

@media (max-width: 767px) {
    .checkout-steps-form-style-1 .checkout-steps-form-content .checkout-payment-option .payment-option-wrapper .single-payment-option label {
        padding: 8px;
    }
}

.checkout-steps-form-style-1 .checkout-steps-form-content .checkout-payment-option .payment-option-wrapper .single-payment-option label p {
    font-size: 14px;
    font-weight: 300;
    color: #000;
    margin-top: 12px;
}

@media (max-width: 767px) {
    .checkout-steps-form-style-1 .checkout-steps-form-content .checkout-payment-option .payment-option-wrapper .single-payment-option label p {
        font-size: 12px;
    }
}

.checkout-steps-form-style-1 .checkout-steps-form-content .checkout-payment-option .payment-option-wrapper .single-payment-option label .price {
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #000;
    margin-top: 4px;
}

@media (max-width: 767px) {
    .checkout-steps-form-style-1 .checkout-steps-form-content .checkout-payment-option .payment-option-wrapper .single-payment-option label .price {
        font-size: 14px;
    }
}

/*=====  Checkout Form Dark Style 1 =====*/
.checkout-steps-form-dark-style-1 ul li {
    background-color: #161359;
}

.checkout-steps-form-dark-style-1 ul .vjopt_activeli .title {
    color: #fff;
}

.checkout-steps-form-dark-style-1 .title {
    color: rgba(255, 255, 255, 0.6);
}

    .checkout-steps-form-dark-style-1 .title::before {
        color: rgba(255, 255, 255, 0.6);
    }

.checkout-steps-form-dark-style-1 .checkout-steps-form-content {
    border-top: 1px solid rgba(255, 255, 255, 0.38);
}

    .checkout-steps-form-dark-style-1 .checkout-steps-form-content .select-elements label {
        color: #fff;
    }

    .checkout-steps-form-dark-style-1 .checkout-steps-form-content .select-elements .select-items {
        position: relative;
    }

        .checkout-steps-form-dark-style-1 .checkout-steps-form-content .select-elements .select-items .nice-select {
            background-color: rgba(255, 255, 255, 0.2);
        }

            .checkout-steps-form-dark-style-1 .checkout-steps-form-content .select-elements .select-items .nice-select .list {
                width: 100%;
            }

                .checkout-steps-form-dark-style-1 .checkout-steps-form-content .select-elements .select-items .nice-select .list .option {
                    margin-top: 0;
                }

    .checkout-steps-form-dark-style-1 .checkout-steps-form-content .single-checkbox input[type="checkbox"] + label span {
        border-color: #E14C7B;
    }

        .checkout-steps-form-dark-style-1 .checkout-steps-form-content .single-checkbox input[type="checkbox"] + label span::before {
            background-color: #E14C7B;
        }

    .checkout-steps-form-dark-style-1 .checkout-steps-form-content .single-checkbox p {
        color: #fff;
    }

    .checkout-steps-form-dark-style-1 .checkout-steps-form-content .checkout-payment-option .payment-title {
        color: #fff;
    }

    .checkout-steps-form-dark-style-1 .checkout-steps-form-content .checkout-payment-option .payment-option-wrapper .single-payment-option input[type="radio"] + label {
        border: 1px solid rgba(255, 255, 255, 0.38);
    }

    .checkout-steps-form-dark-style-1 .checkout-steps-form-content .checkout-payment-option .payment-option-wrapper .single-payment-option input[type="radio"]:checked + label {
        border: 1px solid #00D4E0;
    }

    .checkout-steps-form-dark-style-1 .checkout-steps-form-content .checkout-payment-option .payment-option-wrapper .single-payment-option label p {
        color: #fff;
    }

    .checkout-steps-form-dark-style-1 .checkout-steps-form-content .checkout-payment-option .payment-option-wrapper .single-payment-option label .price {
        color: #fff;
    }

/*=====  Checkout Payment Style 1 =====*/
.checkout-payment-style-1 {
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.32);
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

    .checkout-payment-style-1 .title {
        font-size: 16px;
        font-weight: 500;
        color: #000;
        line-height: 40px;
        padding: 0 16px;
        position: relative;
    }

    .checkout-payment-style-1 .checkout-payment-form {
        padding: 16px;
        padding-top: 0;
        border-top: 1px solid #F2F2F2;
    }

        .checkout-payment-style-1 .checkout-payment-form .payment-card-info .single-form {
            display: inline-block;
        }

            .checkout-payment-style-1 .checkout-payment-form .payment-card-info .single-form label span {
                color: #FFBE27;
            }

            .checkout-payment-style-1 .checkout-payment-form .payment-card-info .single-form .expiration {
                position: relative;
            }

                .checkout-payment-style-1 .checkout-payment-form .payment-card-info .single-form .expiration::before {
                    position: absolute;
                    content: '/';
                    top: 50%;
                    left: 50%;
                    transform: translate(-50%, -50%);
                    color: #000;
                    font-size: 20px;
                }

@media (max-width: 767px) {
    .checkout-payment-style-1 .checkout-payment-form .payment-card-info .single-form .expiration::before {
        font-size: 16px;
    }
}

.checkout-payment-style-1 .checkout-payment-form .payment-card-info .single-form .form-input {
    width: 145px;
}

    .checkout-payment-style-1 .checkout-payment-form .payment-card-info .single-form .form-input + .form-input {
        margin-top: 0;
    }

@media (max-width: 767px) {
    .checkout-payment-style-1 .checkout-payment-form .payment-card-info .single-form .form-input {
        width: 110px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .checkout-payment-style-1 .checkout-payment-form .payment-card-info .single-form .form-input {
        width: 130px;
    }
}

.checkout-payment-style-1 .checkout-payment-form .payment-card-info .single-form .form-input + .form-input {
    margin-left: 40px;
}

@media (max-width: 767px) {
    .checkout-payment-style-1 .checkout-payment-form .payment-card-info .single-form .form-input + .form-input {
        margin-left: 20px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .checkout-payment-style-1 .checkout-payment-form .payment-card-info .single-form .form-input + .form-input {
        margin-left: 40px;
    }
}

.checkout-payment-style-1 .checkout-payment-form .payment-card-info .single-form + .single-form {
    margin-left: 16px;
}

@media (max-width: 767px) {
    .checkout-payment-style-1 .checkout-payment-form .payment-card-info .single-form + .single-form {
        margin-left: 0;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .checkout-payment-style-1 .checkout-payment-form .payment-card-info .single-form + .single-form {
        margin-left: 16px;
    }
}

.checkout-payment-style-1 .checkout-payment-form .single-form .form-input img {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}

@media (max-width: 767px) {
    .checkout-payment-style-1 .checkout-payment-form .single-form .form-input img {
        position: relative;
        top: 0;
        right: 0;
        transform: translateY(0);
        margin-top: 8px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .checkout-payment-style-1 .checkout-payment-form .single-form .form-input img {
        position: absolute;
        top: 50%;
        right: 10px;
        transform: translateY(-50%);
        margin-top: 0;
    }
}

.checkout-payment-style-1 .checkout-payment-form .single-form .main-btn {
    width: 240px;
}

@media (max-width: 767px) {
    .checkout-payment-style-1 .checkout-payment-form .single-form .main-btn {
        width: auto;
    }
}

.checkout-payment-dark-style-1 {
    background-color: #161359;
}

    .checkout-payment-dark-style-1 .title {
        color: #fff;
    }

    .checkout-payment-dark-style-1 .checkout-payment-form {
        border-top: 1px solid rgba(255, 255, 255, 0.2);
    }

        .checkout-payment-dark-style-1 .checkout-payment-form .payment-card-info .single-form .expiration::before {
            color: #fff;
        }

/*=====  Checkout Sidebar Style =====*/
/*==  Checkout Sidebar Coupon Style ==*/
.checkout-sidebar-coupon {
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.08);
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    padding: 16px 24px;
}

    .checkout-sidebar-coupon p {
        font-size: 14px;
        line-height: 20px;
        color: #000;
    }

    .checkout-sidebar-coupon .single-form {
        position: relative;
        margin-top: 8px;
    }

        .checkout-sidebar-coupon .single-form .main-btn {
            position: absolute;
            top: 0;
            right: 0;
        }

    .checkout-sidebar-coupon.checkout-sidebar-coupon-dark {
        background-color: #161359;
    }

        .checkout-sidebar-coupon.checkout-sidebar-coupon-dark p {
            color: #fff;
        }

/*==  Checkout Sidebar Price Table Style ==*/
.checkout-sidebar-price-table {
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.08);
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    padding: 16px 24px;
}

    .checkout-sidebar-price-table .title {
        font-weight: 400;
        font-size: 16px;
        line-height: 22px;
        color: #000;
        padding-bottom: 12px;
    }

    .checkout-sidebar-price-table .sub-total-price {
        border-top: 1px solid #F2F2F2;
        border-bottom: 1px solid #F2F2F2;
        padding: 8px 0;
    }

        .checkout-sidebar-price-table .sub-total-price .total-price {
            display: -moz-flex;
            display: -ms-flex;
            display: -o-flex;
            display: flex;
            justify-content: space-between;
        }

            .checkout-sidebar-price-table .sub-total-price .total-price .value {
                line-height: 32px;
                font-size: 14px;
                color: #000;
            }

            .checkout-sidebar-price-table .sub-total-price .total-price .price {
                line-height: 32px;
                font-size: 16px;
                color: #000;
            }

        .checkout-sidebar-price-table .sub-total-price .shipping .value {
            color: #FF4B22;
        }

        .checkout-sidebar-price-table .sub-total-price .shipping .price {
            color: #FF4B22;
        }

        .checkout-sidebar-price-table .sub-total-price .discount .value {
            color: #7CB637;
        }

        .checkout-sidebar-price-table .sub-total-price .discount .price {
            color: #7CB637;
        }

    .checkout-sidebar-price-table .total-payable {
        padding: 8px 0;
    }

        .checkout-sidebar-price-table .total-payable .payable-price {
            display: -moz-flex;
            display: -ms-flex;
            display: -o-flex;
            display: flex;
            justify-content: space-between;
        }

            .checkout-sidebar-price-table .total-payable .payable-price .value {
                line-height: 32px;
                font-size: 14px;
                color: #000;
                font-weight: 500;
            }

            .checkout-sidebar-price-table .total-payable .payable-price .price {
                line-height: 32px;
                font-size: 16px;
                color: #000;
                font-weight: 500;
            }

    .checkout-sidebar-price-table .price-table-btn {
        margin-top: 16px;
    }

    .checkout-sidebar-price-table.checkout-sidebar-price-table-dark {
        background-color: #161359;
    }

        .checkout-sidebar-price-table.checkout-sidebar-price-table-dark .title {
            color: #fff;
        }

        .checkout-sidebar-price-table.checkout-sidebar-price-table-dark .sub-total-price {
            border-top: 1px solid rgba(255, 255, 255, 0.2);
            border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        }

            .checkout-sidebar-price-table.checkout-sidebar-price-table-dark .sub-total-price .total-price .value {
                color: #fff;
            }

            .checkout-sidebar-price-table.checkout-sidebar-price-table-dark .sub-total-price .total-price .price {
                color: #fff;
            }

            .checkout-sidebar-price-table.checkout-sidebar-price-table-dark .sub-total-price .shipping .value {
                color: #FF4B22;
            }

            .checkout-sidebar-price-table.checkout-sidebar-price-table-dark .sub-total-price .shipping .price {
                color: #FF4B22;
            }

            .checkout-sidebar-price-table.checkout-sidebar-price-table-dark .sub-total-price .discount .value {
                color: #7CB637;
            }

            .checkout-sidebar-price-table.checkout-sidebar-price-table-dark .sub-total-price .discount .price {
                color: #7CB637;
            }

        .checkout-sidebar-price-table.checkout-sidebar-price-table-dark .total-payable .payable-price .value {
            color: #fff;
        }

        .checkout-sidebar-price-table.checkout-sidebar-price-table-dark .total-payable .payable-price .price {
            color: #fff;
        }

/*==  Checkout Sidebar Accordion Style ==*/
.checkout-sidebar-accordion .accordion .card {
    margin-bottom: 0;
    border: 0;
    border-radius: 8px;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.08);
    overflow: hidden;
}

    .checkout-sidebar-accordion .accordion .card .card-header {
        padding: 16px;
        border-radius: 8px;
        border-bottom: 0;
        background-color: #fff;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }

        .checkout-sidebar-accordion .accordion .card .card-header a {
            position: relative;
            display: block;
            font-weight: 500;
            font-size: 16px;
            color: #000;
        }

            .checkout-sidebar-accordion .accordion .card .card-header a::before {
                position: absolute;
                content: '\F0143';
                top: 50%;
                right: 0px;
                transform: translateY(-50%);
                font-family: "Material Design Icons";
                font-size: 24px;
                color: #563289;
                transition: all 0.3s linear;
            }

            .checkout-sidebar-accordion .accordion .card .card-header a.collapsed::before {
                content: "\F0140";
            }

    .checkout-sidebar-accordion .accordion .card .card-body {
        padding: 0;
        background: none;
    }

        .checkout-sidebar-accordion .accordion .card .card-body .checkout-table {
            border-top: 1px solid #F2F2F2;
        }

            .checkout-sidebar-accordion .accordion .card .card-body .checkout-table .table {
                margin-bottom: 0;
                border-top: 0;
                border-bottom: 1px solid #F2F2F2;
            }

                .checkout-sidebar-accordion .accordion .card .card-body .checkout-table .table tbody tr td {
                    border: 0;
                    border-bottom: 1px solid #F2F2F2;
                    padding: 16px;
                    vertical-align: middle;
                }

                    .checkout-sidebar-accordion .accordion .card .card-body .checkout-table .table tbody tr td.checkout-product {
                        min-width: 190px;
                        padding-right: 0;
                    }

                    .checkout-sidebar-accordion .accordion .card .card-body .checkout-table .table tbody tr td.checkout-price {
                        min-width: 80px;
                        width: 80px;
                        padding-left: 0;
                    }

            .checkout-sidebar-accordion .accordion .card .card-body .checkout-table .product-cart .product-thumb img {
                width: 40px;
            }

            .checkout-sidebar-accordion .accordion .card .card-body .checkout-table .product-cart .product-content {
                padding-left: 8px;
            }

                .checkout-sidebar-accordion .accordion .card .card-body .checkout-table .product-cart .product-content .title a {
                    font-weight: 400;
                    font-size: 14px;
                    line-height: 22px;
                    color: #000;
                    transition: all 0.3s linear;
                }

                    .checkout-sidebar-accordion .accordion .card .card-body .checkout-table .product-cart .product-content .title a:hover {
                        color: #563289;
                    }

                .checkout-sidebar-accordion .accordion .card .card-body .checkout-table .product-cart .product-content ul li {
                    display: inline-block;
                }

                    .checkout-sidebar-accordion .accordion .card .card-body .checkout-table .product-cart .product-content ul li + li {
                        margin-left: 8px;
                    }

                    .checkout-sidebar-accordion .accordion .card .card-body .checkout-table .product-cart .product-content ul li span {
                        font-weight: 300;
                        font-size: 13px;
                        line-height: 16px;
                        margin-top: 4px;
                        color: #7D7D7D;
                    }

                    .checkout-sidebar-accordion .accordion .card .card-body .checkout-table .product-cart .product-content ul li .delete {
                        font-size: 16px;
                        color: #FF4B22;
                    }

            .checkout-sidebar-accordion .accordion .card .card-body .checkout-table .price {
                font-weight: 500;
                font-size: 14px;
                line-height: 22px;
                color: #000;
                text-align: right;
            }

        .checkout-sidebar-accordion .accordion .card .card-body .pricing-table {
            padding: 0 16px 16px;
        }

            .checkout-sidebar-accordion .accordion .card .card-body .pricing-table .sub-total-price {
                border-bottom: 1px solid #F2F2F2;
                padding: 8px 0;
            }

                .checkout-sidebar-accordion .accordion .card .card-body .pricing-table .sub-total-price .total-price {
                    display: -moz-flex;
                    display: -ms-flex;
                    display: -o-flex;
                    display: flex;
                    justify-content: space-between;
                }

                    .checkout-sidebar-accordion .accordion .card .card-body .pricing-table .sub-total-price .total-price .value {
                        line-height: 32px;
                        font-size: 14px;
                        color: #000;
                    }

                    .checkout-sidebar-accordion .accordion .card .card-body .pricing-table .sub-total-price .total-price .price {
                        line-height: 32px;
                        font-size: 16px;
                        color: #000;
                    }

                .checkout-sidebar-accordion .accordion .card .card-body .pricing-table .sub-total-price .shipping .value {
                    color: #FF4B22;
                }

                .checkout-sidebar-accordion .accordion .card .card-body .pricing-table .sub-total-price .shipping .price {
                    color: #FF4B22;
                }

                .checkout-sidebar-accordion .accordion .card .card-body .pricing-table .sub-total-price .discount .value {
                    color: #7CB637;
                }

                .checkout-sidebar-accordion .accordion .card .card-body .pricing-table .sub-total-price .discount .price {
                    color: #7CB637;
                }

            .checkout-sidebar-accordion .accordion .card .card-body .pricing-table .total-payable {
                padding: 8px 0;
            }

                .checkout-sidebar-accordion .accordion .card .card-body .pricing-table .total-payable .payable-price {
                    display: -moz-flex;
                    display: -ms-flex;
                    display: -o-flex;
                    display: flex;
                    justify-content: space-between;
                }

                    .checkout-sidebar-accordion .accordion .card .card-body .pricing-table .total-payable .payable-price .value {
                        line-height: 32px;
                        font-size: 14px;
                        color: #000;
                        font-weight: 500;
                    }

                    .checkout-sidebar-accordion .accordion .card .card-body .pricing-table .total-payable .payable-price .price {
                        line-height: 32px;
                        font-size: 16px;
                        color: #000;
                        font-weight: 500;
                    }

            .checkout-sidebar-accordion .accordion .card .card-body .pricing-table .price-table-btn {
                margin-top: 16px;
            }

        .checkout-sidebar-accordion .accordion .card .card-body .checkout-sidebar-details {
            padding: 16px;
            padding-top: 0;
            border-top: 1px solid #F2F2F2;
        }

            .checkout-sidebar-accordion .accordion .card .card-body .checkout-sidebar-details .single-details {
                padding-top: 8px;
            }

                .checkout-sidebar-accordion .accordion .card .card-body .checkout-sidebar-details .single-details .title {
                    font-size: 14px;
                    color: #4C4C4C;
                    margin-top: 8px;
                    font-weight: 400;
                }

                .checkout-sidebar-accordion .accordion .card .card-body .checkout-sidebar-details .single-details .info {
                    margin-top: 8px;
                    font-size: 16px;
                    line-height: 22px;
                    color: #000;
                }

            .checkout-sidebar-accordion .accordion .card .card-body .checkout-sidebar-details .details-btn {
                margin-top: 24px;
            }

    .checkout-sidebar-accordion .accordion .card + .card {
        margin-top: 8px;
    }

.checkout-sidebar-accordion.checkout-sidebar-accordion-dark .accordion .card .card-header {
    background-color: #161359;
}

    .checkout-sidebar-accordion.checkout-sidebar-accordion-dark .accordion .card .card-header a {
        color: #fff;
    }

        .checkout-sidebar-accordion.checkout-sidebar-accordion-dark .accordion .card .card-header a::before {
            color: #E14C7B;
        }

.checkout-sidebar-accordion.checkout-sidebar-accordion-dark .accordion .card .card-body {
    padding: 0;
    background-color: #161359;
}

    .checkout-sidebar-accordion.checkout-sidebar-accordion-dark .accordion .card .card-body .checkout-table {
        border-top: 1px solid rgba(255, 255, 255, 0.2);
    }

        .checkout-sidebar-accordion.checkout-sidebar-accordion-dark .accordion .card .card-body .checkout-table .table {
            border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        }

            .checkout-sidebar-accordion.checkout-sidebar-accordion-dark .accordion .card .card-body .checkout-table .table tbody tr td {
                border: 0;
                border-bottom: 1px solid rgba(255, 255, 255, 0.2);
            }

        .checkout-sidebar-accordion.checkout-sidebar-accordion-dark .accordion .card .card-body .checkout-table .product-cart .product-content .title a {
            color: #fff;
        }

            .checkout-sidebar-accordion.checkout-sidebar-accordion-dark .accordion .card .card-body .checkout-table .product-cart .product-content .title a:hover {
                color: #E14C7B;
            }

        .checkout-sidebar-accordion.checkout-sidebar-accordion-dark .accordion .card .card-body .checkout-table .product-cart .product-content ul li span {
            color: rgba(255, 255, 255, 0.6);
        }

        .checkout-sidebar-accordion.checkout-sidebar-accordion-dark .accordion .card .card-body .checkout-table .price {
            color: #fff;
        }

    .checkout-sidebar-accordion.checkout-sidebar-accordion-dark .accordion .card .card-body .pricing-table .sub-total-price {
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }

        .checkout-sidebar-accordion.checkout-sidebar-accordion-dark .accordion .card .card-body .pricing-table .sub-total-price .total-price .value {
            color: #fff;
        }

        .checkout-sidebar-accordion.checkout-sidebar-accordion-dark .accordion .card .card-body .pricing-table .sub-total-price .total-price .price {
            color: #fff;
        }

        .checkout-sidebar-accordion.checkout-sidebar-accordion-dark .accordion .card .card-body .pricing-table .sub-total-price .shipping .value {
            color: #FF4B22;
        }

        .checkout-sidebar-accordion.checkout-sidebar-accordion-dark .accordion .card .card-body .pricing-table .sub-total-price .shipping .price {
            color: #FF4B22;
        }

        .checkout-sidebar-accordion.checkout-sidebar-accordion-dark .accordion .card .card-body .pricing-table .sub-total-price .discount .value {
            color: #7CB637;
        }

        .checkout-sidebar-accordion.checkout-sidebar-accordion-dark .accordion .card .card-body .pricing-table .sub-total-price .discount .price {
            color: #7CB637;
        }

    .checkout-sidebar-accordion.checkout-sidebar-accordion-dark .accordion .card .card-body .pricing-table .total-payable .payable-price .value {
        color: #fff;
    }

    .checkout-sidebar-accordion.checkout-sidebar-accordion-dark .accordion .card .card-body .pricing-table .total-payable .payable-price .price {
        color: #fff;
    }

    .checkout-sidebar-accordion.checkout-sidebar-accordion-dark .accordion .card .card-body .checkout-sidebar-details {
        border-top: 1px solid rgba(255, 255, 255, 0.2);
    }

        .checkout-sidebar-accordion.checkout-sidebar-accordion-dark .accordion .card .card-body .checkout-sidebar-details .single-details .title {
            color: rgba(255, 255, 255, 0.6);
        }

        .checkout-sidebar-accordion.checkout-sidebar-accordion-dark .accordion .card .card-body .checkout-sidebar-details .single-details .info {
            color: #fff;
        }

/*==================================================================
                   16. Order css
==================================================================*/
/*===== All Order History Style =====*/
.history-title {
    padding-bottom: 24px;
}

    .history-title p {
        margin-top: 8px;
    }

.single-order {
    position: relative;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.08);
    padding: 16px;
    border-radius: 8px;
    margin-top: 8px;
    transition: all 0.3s linear;
}

    .single-order .order-id {
        font-size: 16px;
        line-height: 22px;
        color: #000;
        font-weight: 400;
    }

    .single-order .order-meta {
        margin-top: 4px;
    }

        .single-order .order-meta li {
            display: inline-block;
        }

            .single-order .order-meta li + li {
                margin-left: 15px;
            }

            .single-order .order-meta li .product {
                font-size: 13px;
                color: #4C4C4C;
            }

            .single-order .order-meta li .date {
                font-size: 14px;
                color: #4C4C4C;
            }

    .single-order .single-progress-bar-horizontal {
        margin-top: 8px;
    }

    .single-order .order-price {
        font-weight: 500;
        font-size: 16px;
        line-height: 22px;
        color: #000;
        position: absolute;
        top: 16px;
        right: 16px;
    }

@media (max-width: 767px) {
    .single-order .order-price {
        position: relative;
        top: 0;
        right: 0;
        margin-top: 16px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .single-order .order-price {
        position: absolute;
        top: 16px;
        right: 16px;
        margin-top: 0;
    }
}

.single-order:hover {
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.32);
}

.order-history-dark {
    background-color: #161359;
}

    .order-history-dark .history-title .title {
        color: #fff;
    }

    .order-history-dark .history-title p {
        color: #fff;
    }

    .order-history-dark .single-order {
        background-color: rgba(0, 0, 0, 0.24);
    }

        .order-history-dark .single-order .order-id {
            color: #fff;
        }

        .order-history-dark .single-order .order-meta li .product {
            color: rgba(255, 255, 255, 0.74);
        }

        .order-history-dark .single-order .order-meta li .date {
            color: rgba(255, 255, 255, 0.74);
        }

        .order-history-dark .single-order .order-price {
            color: #fff;
        }

/*===== All Order ID Style =====*/
.order-id-content {
    position: relative;
}

    .order-id-content .order-id {
        font-size: 24px;
        line-height: 30px;
        font-weight: 400;
        color: #000;
    }

    .order-id-content .order-meta {
        margin-top: 4px;
    }

        .order-id-content .order-meta li {
            display: inline-block;
        }

            .order-id-content .order-meta li + li {
                margin-left: 15px;
            }

            .order-id-content .order-meta li .product {
                font-size: 14px;
                color: #4C4C4C;
            }

            .order-id-content .order-meta li .date {
                font-size: 15x;
                color: #4C4C4C;
            }

            .order-id-content .order-meta li .track {
                font-size: 14px;
                color: #563289;
                text-transform: uppercase;
                font-weight: 500;
            }

    .order-id-content .single-progress-bar-horizontal {
        margin-top: 8px;
    }

    .order-id-content .order-price {
        font-weight: 500;
        font-size: 24px;
        line-height: 30px;
        color: #000;
        position: absolute;
        top: 0;
        right: 0;
    }

@media (max-width: 767px) {
    .order-id-content .order-price {
        position: relative;
        margin-top: 16px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .order-id-content .order-price {
        position: absolute;
        margin-top: 0;
    }
}

.order-title {
    background-color: #F2F2F2;
    height: 48px;
    padding: 0 16px;
    border-radius: 8px;
}

    .order-title .title {
        line-height: 48px;
        color: #000;
    }

.order-product .order-product-table .table {
    margin-bottom: 0;
}

    .order-product .order-product-table .table tbody tr td {
        border-top: 0;
        border-bottom: 1px solid #F2F2F2;
        padding: 16px;
    }

        .order-product .order-product-table .table tbody tr td.product {
            min-width: 250px;
        }

        .order-product .order-product-table .table tbody tr td.price {
            width: 100px;
        }

.order-product .order-product-table .order-product-item .product-content {
    padding-left: 8px;
}

    .order-product .order-product-table .order-product-item .product-content .title a {
        font-size: 16px;
        font-weight: 400;
        line-height: 22px;
        color: #000;
        transition: all 0.3s linear;
    }

        .order-product .order-product-table .order-product-item .product-content .title a:hover {
            color: #563289;
        }

    .order-product .order-product-table .order-product-item .product-content ul li {
        display: inline-block;
    }

        .order-product .order-product-table .order-product-item .product-content ul li + li {
            margin-left: 8px;
        }

        .order-product .order-product-table .order-product-item .product-content ul li span {
            font-size: 14px;
            line-height: 16px;
            color: #4C4C4C;
        }

.order-product .order-product-table .product-price {
    text-align: right;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #000;
}

.order-product .order-product-total {
    padding: 8px 16px;
}

    .order-product .order-product-total .sub-total {
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: space-between;
    }

        .order-product .order-product-total .sub-total .value {
            line-height: 32px;
            font-size: 14px;
            color: #000;
            font-weight: 400;
        }

        .order-product .order-product-total .sub-total .price {
            line-height: 32px;
            font-size: 16px;
            color: #000;
            font-weight: 400;
        }

.order-product .payable-total {
    border-top: 1px solid #F2F2F2;
    padding: 8px 16px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
}

    .order-product .payable-total .value {
        line-height: 32px;
        font-size: 14px;
        color: #000;
        font-weight: 500;
    }

    .order-product .payable-total .price {
        line-height: 32px;
        font-size: 16px;
        color: #000;
        font-weight: 500;
    }

.single-order-details .order-details-content .single-details-item {
    padding: 8px 16px 0;
}

    .single-order-details .order-details-content .single-details-item .details-title {
        width: 40%;
        margin-top: 8px;
    }

        .single-order-details .order-details-content .single-details-item .details-title .title {
            font-size: 14px;
            line-height: 22px;
            font-weight: 400;
            color: #4C4C4C;
        }

    .single-order-details .order-details-content .single-details-item .details-content {
        width: 60%;
        margin-top: 8px;
    }

        .single-order-details .order-details-content .single-details-item .details-content p {
            font-size: 16px;
            line-height: 22px;
            color: #000;
            font-weight: 400;
        }

.order-policy .policy-content {
    padding: 16px 16px 0;
}

    .order-policy .policy-content p {
        font-size: 14px;
        font-weight: 400;
        color: #4C4C4C;
        line-height: 22px;
    }

.order-btn .main-btn {
    margin-top: 12px;
}

/*===== All Order ID Style =====*/
.order-id-dark {
    background-color: #161359;
}

    .order-id-dark .order-id-content .order-id {
        color: #fff;
    }

    .order-id-dark .order-id-content .order-meta li .product {
        color: rgba(255, 255, 255, 0.74);
    }

    .order-id-dark .order-id-content .order-meta li .date {
        color: rgba(255, 255, 255, 0.74);
    }

    .order-id-dark .order-id-content .order-meta li .track {
        color: #E14C7B;
    }

    .order-id-dark .order-id-content .order-price {
        color: #fff;
    }

    .order-id-dark .order-title {
        background-color: rgba(0, 0, 0, 0.16);
    }

        .order-id-dark .order-title .title {
            color: #fff;
        }

    .order-id-dark .order-product .order-product-table .table tbody tr td {
        border-bottom: 1px solid rgba(255, 255, 255, 0.16);
    }

    .order-id-dark .order-product .order-product-table .order-product-item .product-content .title a {
        color: #fff;
    }

        .order-id-dark .order-product .order-product-table .order-product-item .product-content .title a:hover {
            color: #E14C7B;
        }

    .order-id-dark .order-product .order-product-table .order-product-item .product-content ul li span {
        color: rgba(255, 255, 255, 0.74);
    }

    .order-id-dark .order-product .order-product-table .product-price {
        color: #fff;
    }

    .order-id-dark .order-product .order-product-total .sub-total .value {
        color: #fff;
    }

    .order-id-dark .order-product .order-product-total .sub-total .price {
        color: #fff;
    }

    .order-id-dark .order-product .payable-total {
        border-top: 1px solid rgba(255, 255, 255, 0.16);
    }

        .order-id-dark .order-product .payable-total .value {
            color: #fff;
        }

        .order-id-dark .order-product .payable-total .price {
            color: #fff;
        }

    .order-id-dark .single-order-details .order-details-content .single-details-item .details-title .title {
        color: rgba(255, 255, 255, 0.74);
    }

    .order-id-dark .single-order-details .order-details-content .single-details-item .details-content p {
        color: #fff;
    }

    .order-id-dark .order-policy .policy-content p {
        color: rgba(255, 255, 255, 0.74);
    }

/*===== All Order Progress Style =====*/
.order-progress .order-progress-steps {
    position: relative;
    padding-left: 70px;
}

    .order-progress .order-progress-steps .single-progress-bar-vertical {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
    }

        .order-progress .order-progress-steps .single-progress-bar-vertical .progress-bar-inner {
            height: 100%;
        }

            .order-progress .order-progress-steps .single-progress-bar-vertical .progress-bar-inner .bar-inner {
                height: 100%;
            }

        .order-progress .order-progress-steps .single-progress-bar-vertical.ready .progress-bar-inner .bar-inner .progress-vertical {
            height: 40%;
        }

        .order-progress .order-progress-steps .single-progress-bar-vertical.shipped .progress-bar-inner .bar-inner .progress-vertical {
            height: 68%;
        }

    .order-progress .order-progress-steps .progress-steps-wrapper ul li + li {
        margin-top: 32px;
    }

    .order-progress .order-progress-steps .progress-steps-wrapper ul li .progress-step .title {
        font-size: 16px;
        font-weight: 500;
        color: #000;
        line-height: 22px;
    }

    .order-progress .order-progress-steps .progress-steps-wrapper ul li .progress-step .date {
        font-size: 14px;
        line-height: 20px;
        font-weight: 400;
        color: #4C4C4C;
        margin-top: 4px;
    }

.order-progress .order-btn {
    padding-left: 70px;
}

    .order-progress .order-btn .main-btn {
        margin-top: 12px;
    }

/*===== All Order Progress Style =====*/
.order-progress-dark {
    background-color: #161359;
}

    .order-progress-dark .order-progress .order-progress-steps .progress-steps-wrapper ul li .progress-step .title {
        color: #fff;
    }

    .order-progress-dark .order-progress .order-progress-steps .progress-steps-wrapper ul li .progress-step .date {
        color: rgba(255, 255, 255, 0.74);
    }

/*==================================================================
                   17. Profile css
==================================================================*/
/*===== All Profile Style =====*/
.profile .profile-header .profile-cover-photo {
    width: 100%;
    height: 240px;
    border-radius: 8px;
}

.profile .profile-header .profile-author {
    padding: 32px;
    padding-top: 0;
    position: relative;
    z-index: 9;
    margin-top: -80px;
}

    .profile .profile-header .profile-author .profile-name .name {
        font-weight: 500;
        font-size: 24px;
        line-height: 30px;
        color: #000;
    }

    .profile .profile-header .profile-author .profile-name .email {
        font-weight: 300;
        font-size: 14px;
        line-height: 20px;
        color: #000;
        margin-top: 8px;
    }

    .profile .profile-header .profile-author .profile-photo img {
        width: 160px;
        border-radius: 50%;
    }

.profile .profile-title {
    position: relative;
    background-color: #F2F2F2;
    height: 48px;
    padding: 0 16px;
    border-radius: 8px;
}

    .profile .profile-title .title {
        line-height: 48px;
        color: #000;
        font-weight: 500;
        font-size: 16px;
    }

    .profile .profile-title .profile-link {
        font-size: 16px;
        line-height: 24px;
        font-weight: 700;
        color: #563289;
        position: absolute;
        top: 50%;
        right: 16px;
        transform: translateY(-50%);
        text-transform: uppercase;
        letter-spacing: 0.08em;
    }

.profile .profile-details .single-details-item {
    padding: 8px 16px 0;
}

    .profile .profile-details .single-details-item .details-title {
        width: 145px;
        margin-top: 8px;
    }

@media (max-width: 767px) {
    .profile .profile-details .single-details-item .details-title {
        width: 100px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .profile .profile-details .single-details-item .details-title {
        width: 145px;
    }
}

.profile .profile-details .single-details-item .details-title .title {
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    color: #4C4C4C;
}

.profile .profile-details .single-details-item .details-content {
    margin-top: 8px;
}

    .profile .profile-details .single-details-item .details-content p {
        font-size: 16px;
        line-height: 22px;
        color: #000;
        font-weight: 400;
    }

.profile .single-card-info {
    padding: 16px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.08);
    margin-top: 16px;
    border-radius: 8px;
    align-items: center;
}

    .profile .single-card-info .card-icon img {
        border-radius: 4px;
    }

    .profile .single-card-info .card-info {
        padding-left: 16px;
    }

        .profile .single-card-info .card-info .card-name {
            font-size: 16px;
            line-height: 22px;
            font-weight: 400;
            color: #000;
        }

        .profile .single-card-info .card-info .card-number {
            font-size: 14px;
            line-height: 20px;
            font-weight: 400;
            color: #4C4C4C;
            margin-top: 5px;
        }

            .profile .single-card-info .card-info .card-number span {
                margin-left: 8px;
            }

/*===== All Profile Dark Style =====*/
.profile-dark {
    background-color: #161359;
}

    .profile-dark .profile .profile-header .profile-author .profile-name .name {
        color: #fff;
    }

    .profile-dark .profile .profile-header .profile-author .profile-name .email {
        color: #fff;
    }

    .profile-dark .profile .profile-title {
        background-color: rgba(0, 0, 0, 0.08);
    }

        .profile-dark .profile .profile-title .title {
            color: #fff;
        }

        .profile-dark .profile .profile-title .profile-link {
            color: #E14C7B;
        }

    .profile-dark .profile .profile-details .single-details-item .details-title .title {
        color: rgba(255, 255, 255, 0.74);
    }

    .profile-dark .profile .profile-details .single-details-item .details-content p {
        color: #fff;
    }

    .profile-dark .profile .single-card-info {
        background-color: rgba(0, 0, 0, 0.08);
    }

        .profile-dark .profile .single-card-info .card-info .card-name {
            color: #fff;
        }

        .profile-dark .profile .single-card-info .card-info .card-number {
            color: rgba(255, 255, 255, 0.74);
        }

/*==================================================================
                   18. Filter css
==================================================================*/
/*=====   Filter Style 1 Style =====*/
.filter-style-1 {
    padding: 16px;
    border-radius: 8px;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.32);
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 16px;
}

    .filter-style-1 .filter-title .title {
        font-weight: 500;
        font-size: 24px;
        line-height: 30px;
        color: #000;
    }

    .filter-style-1.filter-dark {
        background-color: #161359;
    }

        .filter-style-1.filter-dark .filter-title .title {
            color: #fff;
        }

/*=====   Filter Style 2 Style =====*/
.filter-style-2 {
    padding: 16px;
    border-radius: 8px;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.32);
    margin-top: 16px;
}

    .filter-style-2 .filter-title .title {
        font-weight: 700;
        font-size: 16px;
        line-height: 40px;
        color: #000;
        display: block;
        position: relative;
    }

        .filter-style-2 .filter-title .title::before {
            position: absolute;
            content: "\F0143";
            font-family: "Material Design Icons";
            top: 50%;
            transform: translateY(-50%);
            right: 0;
            font-size: 24px;
            color: #563289;
        }

        .filter-style-2 .filter-title .title.collapsed::before {
            content: "\F0140";
        }

    .filter-style-2 .price-range .price-amount {
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: space-between;
        margin-top: 16px;
    }

        .filter-style-2 .price-range .price-amount .amount-input label {
            font-weight: 300;
            font-size: 12px;
            line-height: 16px;
            color: #000;
            margin-bottom: 0;
            display: block;
        }

        .filter-style-2 .price-range .price-amount .amount-input input {
            display: inline-block;
            width: 120px;
            height: auto;
            border: 0;
            padding: 0;
            border-radius: 4px;
            font-weight: 500;
            font-size: 16px;
            line-height: 22px;
            color: #000;
        }

        .filter-style-2 .price-range .price-amount .amount-input:last-child {
            text-align: right;
        }

            .filter-style-2 .price-range .price-amount .amount-input:last-child input {
                text-align: right;
            }

    .filter-style-2 .price-range .slider-range {
        height: 4px;
        width: 100%;
        border: 0;
        border-radius: 10px;
        background-color: #EEE6FD;
        margin-top: 32px;
        margin-bottom: 13px;
    }

        .filter-style-2 .price-range .slider-range .ui-slider-range {
            background-color: #563289;
        }

        .filter-style-2 .price-range .slider-range .ui-slider-handle {
            width: 30px;
            height: 30px;
            border-radius: 50%;
            background-color: #563289;
            top: -13px;
            cursor: pointer;
            border: 0;
        }

            .filter-style-2 .price-range .slider-range .ui-slider-handle:focus {
                outline: 0;
            }

    .filter-style-2.filter-dark {
        background-color: #161359;
    }

        .filter-style-2.filter-dark .filter-title .title {
            color: #fff;
        }

            .filter-style-2.filter-dark .filter-title .title::before {
                color: #E14C7B;
            }

        .filter-style-2.filter-dark .price-range .price-amount .amount-input label {
            color: #fff;
        }

        .filter-style-2.filter-dark .price-range .price-amount .amount-input input {
            color: #fff;
            background: none;
        }

        .filter-style-2.filter-dark .noUi-connect {
            background-color: #E14C7B;
        }

        .filter-style-2.filter-dark .noUi-handle {
            background-color: #E14C7B;
        }

    .filter-style-2 .noUi-base {
        width: 97%;
        left: 0;
        right: 0;
        margin: auto;
    }

    .filter-style-2 .noUi-connect {
        background-color: #563289;
    }

    .filter-style-2 .noUi-handle {
        width: 30px;
        height: 30px;
        border-radius: 50%;
        background-color: #563289;
        top: -13px;
        cursor: pointer;
        border: 0;
        box-shadow: none;
    }

        .filter-style-2 .noUi-handle:after, .filter-style-2 .noUi-handle:before {
            display: none;
        }

/*=====   Filter Style 2 Style =====*/
.filter-style-3 {
    padding: 16px;
    border-radius: 8px;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.32);
    margin-top: 16px;
}

    .filter-style-3 .filter-title .title {
        font-weight: 700;
        font-size: 16px;
        line-height: 40px;
        color: #000;
        display: block;
        position: relative;
    }

        .filter-style-3 .filter-title .title::before {
            position: absolute;
            content: "\F0143";
            font-family: "Material Design Icons";
            top: 50%;
            transform: translateY(-50%);
            right: 0;
            font-size: 24px;
            color: #563289;
        }

        .filter-style-3 .filter-title .title.collapsed::before {
            content: "\F0140";
        }

    .filter-style-3 .filter-type {
        padding-top: 4px;
    }

        .filter-style-3 .filter-type .type-check {
            margin-top: 8px;
        }

            .filter-style-3 .filter-type .type-check input[type="checkbox"] {
                display: none;
            }

                .filter-style-3 .filter-type .type-check input[type="checkbox"] + label span {
                    width: 17px;
                    height: 17px;
                    border: 2px solid rgba(0, 0, 0, 0.64);
                    border-radius: 4px;
                    cursor: pointer;
                    position: relative;
                    display: inline-block;
                    margin: 0 5px -3px 0;
                    transition: all 0.4s linear;
                }

                    .filter-style-3 .filter-type .type-check input[type="checkbox"] + label span::before {
                        position: absolute;
                        content: '\F012C';
                        font-family: "Material Design Icons";
                        -webkit-font-smoothing: antialiased;
                        -moz-osx-font-smoothing: grayscale;
                        top: 0;
                        left: -1px;
                        width: 100%;
                        height: 100%;
                        transition: all 0.4s linear;
                        line-height: 0.8;
                        font-size: 16px;
                        color: #fff;
                        opacity: 0;
                        visibility: hidden;
                    }

                .filter-style-3 .filter-type .type-check input[type="checkbox"]:checked + label span {
                    background-color: #563289;
                    border-color: #563289;
                }

                    .filter-style-3 .filter-type .type-check input[type="checkbox"]:checked + label span::before {
                        opacity: 1;
                        visibility: visible;
                    }

            .filter-style-3 .filter-type .type-check label {
                font-weight: 500;
                font-size: 16px;
                line-height: 22px;
                color: #000;
                margin-bottom: 0;
            }

    .filter-style-3.filter-dark {
        background-color: #161359;
    }

        .filter-style-3.filter-dark .filter-title .title {
            color: #fff;
        }

            .filter-style-3.filter-dark .filter-title .title::before {
                color: #E14C7B;
            }

        .filter-style-3.filter-dark .filter-type {
            padding-top: 8px;
        }

            .filter-style-3.filter-dark .filter-type .type-check input[type="checkbox"] + label span {
                border: 2px solid rgba(255, 255, 255, 0.64);
            }

            .filter-style-3.filter-dark .filter-type .type-check input[type="checkbox"]:checked + label span {
                background-color: #E14C7B;
                border-color: #E14C7B;
            }

            .filter-style-3.filter-dark .filter-type .type-check label {
                color: #fff;
            }

/*=====   Filter Style 2 Style =====*/
.filter-style-4 {
    padding: 16px;
    border-radius: 8px;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.32);
    margin-top: 16px;
}

    .filter-style-4 .filter-title .title {
        font-weight: 700;
        font-size: 16px;
        line-height: 40px;
        color: #000;
        display: block;
        position: relative;
    }

        .filter-style-4 .filter-title .title::before {
            position: absolute;
            content: "\F0143";
            font-family: "Material Design Icons";
            top: 50%;
            transform: translateY(-50%);
            right: 0;
            font-size: 24px;
            color: #563289;
        }

        .filter-style-4 .filter-title .title.collapsed::before {
            content: "\F0140";
        }

    .filter-style-4 .filter-size {
        padding-top: 8px;
    }

        .filter-style-4 .filter-size ul li {
            display: inline-block;
            padding: 0 10px;
            height: 35px;
            line-height: 33px;
            border: 1px solid rgba(0, 0, 0, 0.64);
            color: rgba(0, 0, 0, 0.64);
            text-transform: uppercase;
            font-size: 13px;
            font-weight: 700;
            border-radius: 4px;
            margin-top: 8px;
            transition: all 0.3s linear;
            cursor: pointer;
        }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .filter-style-4 .filter-size ul li {
        height: 30px;
        line-height: 28px;
        padding: 0 8px;
    }
}

@media (max-width: 767px) {
    .filter-style-4 .filter-size ul li {
        height: 30px;
        line-height: 28px;
        padding: 0 8px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .filter-style-4 .filter-size ul li {
        height: 35px;
        line-height: 33px;
        padding: 0 10px;
    }
}

.filter-style-4 .filter-size ul li.active {
    background-color: #563289;
    border-color: #563289;
    color: #fff;
}

.filter-style-4 .filter-size ul li + li {
    margin-left: 2px;
}

.filter-style-4.filter-dark {
    background-color: #161359;
}

    .filter-style-4.filter-dark .filter-title .title {
        color: #fff;
    }

        .filter-style-4.filter-dark .filter-title .title::before {
            color: #E14C7B;
        }

    .filter-style-4.filter-dark .filter-size {
        padding-top: 8px;
    }

        .filter-style-4.filter-dark .filter-size ul li {
            border: 1px solid rgba(255, 255, 255, 0.64);
            color: rgba(255, 255, 255, 0.64);
        }

            .filter-style-4.filter-dark .filter-size ul li.active {
                background-color: #E14C7B;
                border-color: #E14C7B;
                color: #fff;
            }

/*=====   Filter Style 2 Style =====*/
.filter-style-5 {
    padding: 16px;
    border-radius: 8px;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.32);
    margin-top: 16px;
}

    .filter-style-5 .filter-title .title {
        font-weight: 700;
        font-size: 16px;
        line-height: 40px;
        color: #000;
        display: block;
        position: relative;
    }

        .filter-style-5 .filter-title .title::before {
            position: absolute;
            content: "\F0143";
            font-family: "Material Design Icons";
            top: 50%;
            transform: translateY(-50%);
            right: 0;
            font-size: 24px;
            color: #563289;
        }

        .filter-style-5 .filter-title .title.collapsed::before {
            content: "\F0140";
        }

    .filter-style-5 .price-range .price-amount {
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: space-between;
        margin-top: 16px;
    }

        .filter-style-5 .price-range .price-amount .amount-input label {
            font-weight: 300;
            font-size: 12px;
            line-height: 16px;
            color: #000;
            padding-left: 16px;
            margin-bottom: 0;
            display: block;
        }

        .filter-style-5 .price-range .price-amount .amount-input input {
            display: inline-block;
            width: 145px;
            height: 40px;
            border: 1px solid rgba(0, 0, 0, 0.64);
            padding: 0 16px;
            border-radius: 4px;
            font-weight: 500;
            font-size: 16px;
            line-height: 22px;
            color: #000;
            margin-top: 8px;
        }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .filter-style-5 .price-range .price-amount .amount-input input {
        width: 120px;
    }
}

@media (max-width: 767px) {
    .filter-style-5 .price-range .price-amount .amount-input input {
        width: 120px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .filter-style-5 .price-range .price-amount .amount-input input {
        width: 145px;
    }
}

.filter-style-5 .price-range .price-amount .amount-input:last-child {
    text-align: right;
}

    .filter-style-5 .price-range .price-amount .amount-input:last-child label {
        padding-left: 0;
        padding-right: 16px;
    }

    .filter-style-5 .price-range .price-amount .amount-input:last-child input {
        text-align: right;
    }

.filter-style-5 .price-range .slider-range {
    height: 4px;
    width: 100%;
    border: 0;
    border-radius: 10px;
    background-color: #EEE6FD;
    margin-top: 38px;
    margin-bottom: 13px;
}

    .filter-style-5 .price-range .slider-range .ui-slider-range {
        background-color: #563289;
    }

    .filter-style-5 .price-range .slider-range .ui-slider-handle {
        width: 30px;
        height: 30px;
        border-radius: 50%;
        background-color: #563289;
        top: -13px;
        cursor: pointer;
        border: 0;
    }

        .filter-style-5 .price-range .slider-range .ui-slider-handle:focus {
            outline: 0;
        }

.filter-style-5.filter-dark {
    background-color: #161359;
}

    .filter-style-5.filter-dark .filter-title .title {
        color: #fff;
    }

        .filter-style-5.filter-dark .filter-title .title::before {
            color: #E14C7B;
        }

    .filter-style-5.filter-dark .price-range .price-amount .amount-input label {
        color: #fff;
    }

    .filter-style-5.filter-dark .price-range .price-amount .amount-input input {
        color: #fff;
        border-color: rgba(255, 255, 255, 0.6);
        background-color: rgba(255, 255, 255, 0.24);
    }

    .filter-style-5.filter-dark .noUi-connect {
        background-color: #E14C7B;
    }

    .filter-style-5.filter-dark .noUi-handle {
        background-color: #E14C7B;
    }

.filter-style-5 .noUi-base {
    width: 97%;
    left: 0;
    right: 0;
    margin: auto;
}

.filter-style-5 .noUi-connect {
    background-color: #563289;
}

.filter-style-5 .noUi-handle {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #563289;
    top: -13px;
    cursor: pointer;
    border: 0;
    box-shadow: none;
}

    .filter-style-5 .noUi-handle:after, .filter-style-5 .noUi-handle:before {
        display: none;
    }

/*=====   Filter Style 2 Style =====*/
.filter-style-6 {
    padding: 16px;
    border-radius: 8px;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.32);
    margin-top: 16px;
}

    .filter-style-6 .filter-title .title {
        font-weight: 700;
        font-size: 16px;
        line-height: 40px;
        color: #000;
        display: block;
        position: relative;
    }

        .filter-style-6 .filter-title .title::before {
            position: absolute;
            content: "\F0143";
            font-family: "Material Design Icons";
            top: 50%;
            transform: translateY(-50%);
            right: 0;
            font-size: 24px;
            color: #563289;
        }

        .filter-style-6 .filter-title .title.collapsed::before {
            content: "\F0140";
        }

    .filter-style-6 .filter-rating {
        padding-top: 8px;
    }

        .filter-style-6 .filter-rating .rating-check {
            display: -moz-flex;
            display: -ms-flex;
            display: -o-flex;
            display: flex;
            margin-top: 8px;
        }

            .filter-style-6 .filter-rating .rating-check input[type="checkbox"] {
                display: none;
            }

                .filter-style-6 .filter-rating .rating-check input[type="checkbox"] + label span {
                    width: 17px;
                    height: 17px;
                    border: 2px solid rgba(0, 0, 0, 0.64);
                    border-radius: 4px;
                    cursor: pointer;
                    position: relative;
                    display: inline-block;
                    margin: 0 5px -3px 0;
                    transition: all 0.4s linear;
                }

                    .filter-style-6 .filter-rating .rating-check input[type="checkbox"] + label span::before {
                        position: absolute;
                        content: '\F012C';
                        font-family: "Material Design Icons";
                        -webkit-font-smoothing: antialiased;
                        -moz-osx-font-smoothing: grayscale;
                        top: 0;
                        left: -1px;
                        width: 100%;
                        height: 100%;
                        transition: all 0.4s linear;
                        line-height: 0.8;
                        font-size: 16px;
                        color: #fff;
                        opacity: 0;
                        visibility: hidden;
                    }

                .filter-style-6 .filter-rating .rating-check input[type="checkbox"]:checked + label span {
                    background-color: #563289;
                    border-color: #563289;
                }

                    .filter-style-6 .filter-rating .rating-check input[type="checkbox"]:checked + label span::before {
                        opacity: 1;
                        visibility: visible;
                    }

            .filter-style-6 .filter-rating .rating-check p {
                padding-left: 5px;
            }

                .filter-style-6 .filter-rating .rating-check p i {
                    color: #FFBE27;
                    font-size: 20px;
                }

    .filter-style-6.filter-dark {
        background-color: #161359;
    }

        .filter-style-6.filter-dark .filter-title .title {
            color: #fff;
        }

            .filter-style-6.filter-dark .filter-title .title::before {
                color: #E14C7B;
            }

        .filter-style-6.filter-dark .filter-rating {
            padding-top: 16px;
        }

            .filter-style-6.filter-dark .filter-rating .rating-check input[type="checkbox"] + label span {
                border: 2px solid rgba(255, 255, 255, 0.64);
            }

            .filter-style-6.filter-dark .filter-rating .rating-check input[type="checkbox"]:checked + label span {
                background-color: #E14C7B;
                border-color: #E14C7B;
            }

/*=====   Filter Style 2 Style =====*/
.filter-style-7 {
    padding: 16px;
    border-radius: 8px;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.32);
    margin-top: 16px;
}

    .filter-style-7 .filter-title .title {
        font-weight: 700;
        font-size: 16px;
        line-height: 40px;
        color: #000;
        display: block;
        position: relative;
    }

        .filter-style-7 .filter-title .title::before {
            position: absolute;
            content: "\F0143";
            font-family: "Material Design Icons";
            top: 50%;
            transform: translateY(-50%);
            right: 0;
            font-size: 24px;
            color: #563289;
        }

        .filter-style-7 .filter-title .title.collapsed::before {
            content: "\F0140";
        }

    .filter-style-7 .filter-color {
        padding-top: 8px;
    }

        .filter-style-7 .filter-color .color-check {
            display: -moz-flex;
            display: -ms-flex;
            display: -o-flex;
            display: flex;
            justify-content: space-between;
            margin-top: 8px;
        }

            .filter-style-7 .filter-color .color-check p {
                display: -moz-flex;
                display: -ms-flex;
                display: -o-flex;
                display: flex;
            }

                .filter-style-7 .filter-color .color-check p span {
                    width: 24px;
                    height: 24px;
                    border-radius: 50%;
                    margin-right: 11px;
                }

                .filter-style-7 .filter-color .color-check p strong {
                    font-weight: 500;
                    font-size: 16px;
                    line-height: 22px;
                    color: #000;
                }

            .filter-style-7 .filter-color .color-check input[type="checkbox"] {
                display: none;
            }

                .filter-style-7 .filter-color .color-check input[type="checkbox"] + label span {
                    width: 17px;
                    height: 17px;
                    border: 2px solid rgba(0, 0, 0, 0.64);
                    border-radius: 4px;
                    cursor: pointer;
                    position: relative;
                    display: inline-block;
                    margin: 0 5px -3px 0;
                    transition: all 0.4s linear;
                }

                    .filter-style-7 .filter-color .color-check input[type="checkbox"] + label span::before {
                        position: absolute;
                        content: '\F012C';
                        font-family: "Material Design Icons";
                        -webkit-font-smoothing: antialiased;
                        -moz-osx-font-smoothing: grayscale;
                        top: 0;
                        left: -1px;
                        width: 100%;
                        height: 100%;
                        transition: all 0.4s linear;
                        line-height: 0.8;
                        font-size: 16px;
                        color: #fff;
                        opacity: 0;
                        visibility: hidden;
                    }

                .filter-style-7 .filter-color .color-check input[type="checkbox"]:checked + label span {
                    background-color: #563289;
                    border-color: #563289;
                }

                    .filter-style-7 .filter-color .color-check input[type="checkbox"]:checked + label span::before {
                        opacity: 1;
                        visibility: visible;
                    }

    .filter-style-7.filter-dark {
        background-color: #161359;
    }

        .filter-style-7.filter-dark .filter-title .title {
            color: #fff;
        }

            .filter-style-7.filter-dark .filter-title .title::before {
                color: #E14C7B;
            }

        .filter-style-7.filter-dark .filter-color .color-check p strong {
            color: #fff;
        }

        .filter-style-7.filter-dark .filter-color .color-check input[type="checkbox"] + label span {
            border: 2px solid rgba(255, 255, 255, 0.64);
        }

        .filter-style-7.filter-dark .filter-color .color-check input[type="checkbox"]:checked + label span {
            background-color: #E14C7B;
            border-color: #E14C7B;
        }

/*=====   Filter Style 2 Style =====*/
.filter-style-8 {
    padding: 16px;
    border-radius: 8px;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.32);
    margin-top: 16px;
}

    .filter-style-8 .filter-title .title {
        font-weight: 700;
        font-size: 16px;
        line-height: 40px;
        color: #000;
        display: block;
        position: relative;
    }

        .filter-style-8 .filter-title .title::before {
            position: absolute;
            content: "\F0143";
            font-family: "Material Design Icons";
            top: 50%;
            transform: translateY(-50%);
            right: 0;
            font-size: 24px;
            color: #563289;
        }

        .filter-style-8 .filter-title .title.collapsed::before {
            content: "\F0140";
        }

    .filter-style-8 .filter-search {
        margin-top: 16px;
        position: relative;
    }

        .filter-style-8 .filter-search input {
            width: 100%;
            height: 40px;
            border: 1px solid rgba(0, 0, 0, 0.64);
            padding: 0 16px;
            border-radius: 4px;
        }

        .filter-style-8 .filter-search button {
            position: absolute;
            top: 0;
            right: 0;
            width: 40px;
            height: 40px;
            border: 0;
            background: none;
            color: #563289;
        }

    .filter-style-8 .filter-category .category-list {
        padding-top: 8px;
    }

        .filter-style-8 .filter-category .category-list li {
            margin-top: 8px;
        }

            .filter-style-8 .filter-category .category-list li a {
                font-weight: 500;
                font-size: 16px;
                line-height: 24px;
                color: #000;
                position: relative;
                display: block;
            }

                .filter-style-8 .filter-category .category-list li a::before {
                    position: absolute;
                    content: "\F0143";
                    font-family: "Material Design Icons";
                    top: 50%;
                    transform: translateY(-50%);
                    right: 0;
                    font-size: 24px;
                    color: #563289;
                }

                .filter-style-8 .filter-category .category-list li a.collapsed::before {
                    content: "\F0140";
                }

            .filter-style-8 .filter-category .category-list li .sub-category {
                padding: 8px 0;
                padding-left: 34px;
            }

                .filter-style-8 .filter-category .category-list li .sub-category li a {
                    font-weight: 500;
                    font-size: 16px;
                    line-height: 24px;
                    color: #000;
                    position: relative;
                    display: block;
                }

                    .filter-style-8 .filter-category .category-list li .sub-category li a::before {
                        display: none;
                    }

    .filter-style-8.filter-dark {
        background-color: #161359;
    }

        .filter-style-8.filter-dark .filter-title .title {
            color: #fff;
        }

            .filter-style-8.filter-dark .filter-title .title::before {
                color: #E14C7B;
            }

        .filter-style-8.filter-dark .filter-search input {
            color: #fff;
            border-color: rgba(255, 255, 255, 0.6);
            background-color: rgba(255, 255, 255, 0.24);
        }

        .filter-style-8.filter-dark .filter-search button {
            color: #E14C7B;
        }

        .filter-style-8.filter-dark .filter-category .category-list li a {
            color: #fff;
        }

            .filter-style-8.filter-dark .filter-category .category-list li a::before {
                color: #E14C7B;
            }

        .filter-style-8.filter-dark .filter-category .category-list li .sub-category li a {
            color: #fff;
        }

/*=====   Filter Style 2 Style =====*/
.filter-style-9 {
    padding: 16px;
    border-radius: 8px;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.32);
    margin-top: 16px;
}

    .filter-style-9 .filter-title .title {
        font-weight: 700;
        font-size: 16px;
        line-height: 40px;
        color: #000;
        display: block;
        position: relative;
    }

        .filter-style-9 .filter-title .title::before {
            position: absolute;
            content: "\F0143";
            font-family: "Material Design Icons";
            top: 50%;
            transform: translateY(-50%);
            right: 0;
            font-size: 24px;
            color: #563289;
        }

        .filter-style-9 .filter-title .title.collapsed::before {
            content: "\F0140";
        }

    .filter-style-9 .filter-platform {
        padding-top: 8px;
    }

        .filter-style-9 .filter-platform .platform-check {
            position: relative;
            margin-top: 8px;
        }

            .filter-style-9 .filter-platform .platform-check input[type="checkbox"] {
                display: none;
            }

                .filter-style-9 .filter-platform .platform-check input[type="checkbox"] + label span {
                    width: 17px;
                    height: 17px;
                    border: 2px solid rgba(0, 0, 0, 0.64);
                    border-radius: 4px;
                    cursor: pointer;
                    position: relative;
                    display: inline-block;
                    margin: 0 8px -3px 0;
                    transition: all 0.4s linear;
                }

                    .filter-style-9 .filter-platform .platform-check input[type="checkbox"] + label span::before {
                        position: absolute;
                        content: '\F012C';
                        font-family: "Material Design Icons";
                        -webkit-font-smoothing: antialiased;
                        -moz-osx-font-smoothing: grayscale;
                        top: 0;
                        left: -1px;
                        width: 100%;
                        height: 100%;
                        transition: all 0.4s linear;
                        line-height: 0.8;
                        font-size: 16px;
                        color: #fff;
                        opacity: 0;
                        visibility: hidden;
                    }

                .filter-style-9 .filter-platform .platform-check input[type="checkbox"]:checked + label span {
                    background-color: #563289;
                    border-color: #563289;
                }

                    .filter-style-9 .filter-platform .platform-check input[type="checkbox"]:checked + label span::before {
                        opacity: 1;
                        visibility: visible;
                    }

            .filter-style-9 .filter-platform .platform-check label {
                font-weight: 500;
                font-size: 16px;
                line-height: 24px;
                color: #000;
                position: relative;
                display: block;
                cursor: pointer;
            }

            .filter-style-9 .filter-platform .platform-check .count {
                height: 20px;
                line-height: 20px;
                padding: 0 8px;
                border-radius: 18px;
                font-weight: 500;
                font-size: 12px;
                background-color: #EFEFEF;
                color: rgba(0, 0, 0, 0.64);
                float: right;
                display: block;
                margin-top: 3px;
                position: absolute;
                top: 50%;
                right: 0;
                transform: translateY(-50%);
            }

    .filter-style-9.filter-dark {
        background-color: #161359;
    }

        .filter-style-9.filter-dark .filter-title .title {
            color: #fff;
        }

            .filter-style-9.filter-dark .filter-title .title::before {
                color: #E14C7B;
            }

        .filter-style-9.filter-dark .filter-platform {
            padding-top: 16px;
        }

            .filter-style-9.filter-dark .filter-platform .platform-check input[type="checkbox"] + label span {
                border: 2px solid rgba(255, 255, 255, 0.64);
            }

            .filter-style-9.filter-dark .filter-platform .platform-check input[type="checkbox"]:checked + label span {
                background-color: #E14C7B;
                border-color: #E14C7B;
            }

            .filter-style-9.filter-dark .filter-platform .platform-check label {
                color: #fff;
            }

            .filter-style-9.filter-dark .filter-platform .platform-check .count {
                background-color: rgba(255, 255, 255, 0.24);
                color: rgba(255, 255, 255, 0.64);
            }

/*==================================================================
                   19. Product css
==================================================================*/
/*===== All Product Style 1 =====*/
.product-style-1 .product-image {
    position: relative;
}

    .product-style-1 .product-image .tns-controls {
        position: absolute;
        width: 100%;
        z-index: 2;
        top: 50%;
        transform: translateY(-50%);
        left: 0;
        display: flex;
        justify-content: space-between;
    }

        .product-style-1 .product-image .tns-controls button {
            width: 32px;
            height: 32px;
            line-height: 32px;
            text-align: center;
            color: rgba(0, 0, 0, 0.38);
            font-size: 32px;
            z-index: 5;
            cursor: pointer;
            border: none;
            background: transparent;
        }

            .product-style-1 .product-image .tns-controls button:hover {
                color: #000;
            }

    .product-style-1 .product-image .product-item > img {
        width: 100%;
    }

    .product-style-1 .product-image .add-wishlist {
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        font-size: 24px;
        color: black;
        position: absolute;
        top: 5px;
        right: 5px;
        z-index: 9;
        transition: all 0.3s linear;
    }

        .product-style-1 .product-image .add-wishlist:hover {
            color: #563289;
        }

.product-style-1 .product-content {
    background-color: rgba(0, 0, 0, 0.64);
    margin: -50px 42px 0;
    position: relative;
    z-index: 5;
    padding: 30px 20px 35px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .product-style-1 .product-content {
        margin: -50px 32px 0;
        padding: 20px 15px 25px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .product-style-1 .product-content {
        margin: -50px 32px 0;
        padding: 20px 15px 25px;
    }
}

@media (max-width: 767px) {
    .product-style-1 .product-content {
        margin: -50px 22px 0;
        padding: 20px 10px 25px;
    }
}

.product-style-1 .product-content .title a {
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
    color: #fff;
    transition: all 0.3s linear;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .product-style-1 .product-content .title a {
        font-size: 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .product-style-1 .product-content .title a {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .product-style-1 .product-content .title a {
        font-size: 18px;
    }
}

.product-style-1 .product-content .title a:hover {
    color: #E14C7B;
}

.product-style-1 .product-content p {
    color: rgba(255, 255, 255, 0.74);
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    margin-top: 8px;
}

.product-style-1 .product-content .main-btn {
    margin-top: 16px;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: capitalize;
}

.three-column-carousel-wrapper {
    position: relative;
    margin: 0px -10px;
}

    .three-column-carousel-wrapper .row {
        margin-right: 0;
        margin-left: 0;
    }

    .three-column-carousel-wrapper .tns-controls button {
        position: absolute;
        z-index: 1;
        top: 50%;
        left: -8px;
        transform: translateY(-50%);
        width: 40px;
        height: 40px;
        border: 0;
        background: rgba(0, 0, 0, 0.18);
        font-size: 20px;
    }

        .three-column-carousel-wrapper .tns-controls button[data-controls="next"] {
            right: -8px;
            left: auto;
        }

        .three-column-carousel-wrapper .tns-controls button:hover {
            background: #563289;
            color: #fff;
        }

/*===== All Product Style 2 =====*/
.product-style-2 .product-image {
    position: relative;
}

    .product-style-2 .product-image .product-item img {
        width: 100%;
    }

    .product-style-2 .product-image .slick-arrow {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        transition: all 0.3s linear;
        bottom: auto;
        left: 4px;
        width: 32px;
        height: 32px;
        line-height: 32px;
        text-align: center;
        color: rgba(0, 0, 0, 0.38);
        font-size: 32px;
        z-index: 5;
        cursor: pointer;
    }

        .product-style-2 .product-image .slick-arrow:hover {
            color: #000;
        }

        .product-style-2 .product-image .slick-arrow.next {
            right: 4px;
            left: auto;
        }

    .product-style-2 .product-image .add-wishlist {
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        font-size: 24px;
        color: #E14C7B;
        position: absolute;
        top: 5px;
        right: 5px;
        z-index: 9;
        transition: all 0.3s linear;
    }

        .product-style-2 .product-image .add-wishlist:hover {
            color: #563289;
        }

.product-style-2 .product-content {
    background-color: rgba(255, 255, 255, 0.64);
    margin: -50px 42px 0;
    position: relative;
    z-index: 5;
    padding: 30px 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .product-style-2 .product-content {
        margin: -50px 32px 0;
        padding: 20px 15px 25px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .product-style-2 .product-content {
        margin: -50px 32px 0;
        padding: 20px 15px 25px;
    }
}

@media (max-width: 767px) {
    .product-style-2 .product-content {
        margin: -50px 22px 0;
        padding: 20px 10px 25px;
    }
}

.product-style-2 .product-content .title a {
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
    color: #000;
    transition: all 0.3s linear;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .product-style-2 .product-content .title a {
        font-size: 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .product-style-2 .product-content .title a {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .product-style-2 .product-content .title a {
        font-size: 18px;
    }
}

.product-style-2 .product-content .title a:hover {
    color: #563289;
}

.product-style-2 .product-content p {
    color: rgba(0, 0, 0, 0.74);
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    margin-top: 8px;
}

.product-style-2 .product-content .main-btn {
    margin-top: 16px;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: capitalize;
}

/*===== All Product Style 3 =====*/
.product-style-3 .product-image {
    position: relative;
}

    .product-style-3 .product-image .product-item img {
        width: 100%;
    }

    .product-style-3 .product-image .slick-arrow {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        transition: all 0.3s linear;
        bottom: auto;
        left: 4px;
        width: 32px;
        height: 32px;
        line-height: 32px;
        text-align: center;
        color: rgba(0, 0, 0, 0.38);
        font-size: 32px;
        z-index: 5;
        cursor: pointer;
    }

        .product-style-3 .product-image .slick-arrow:hover {
            color: #000;
        }

        .product-style-3 .product-image .slick-arrow.next {
            right: 4px;
            left: auto;
        }

    .product-style-3 .product-image .add-wishlist {
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        font-size: 24px;
        color: #E14C7B;
        position: absolute;
        top: 5px;
        right: 5px;
        z-index: 9;
        transition: all 0.3s linear;
    }

        .product-style-3 .product-image .add-wishlist:hover {
            color: #563289;
        }

.product-style-3 .product-content {
    background-color: #fff;
    position: relative;
    z-index: 5;
    padding: 30px 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .product-style-3 .product-content {
        padding: 20px 15px 25px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .product-style-3 .product-content {
        padding: 20px 15px 25px;
    }
}

@media (max-width: 767px) {
    .product-style-3 .product-content {
        padding: 20px 10px 25px;
    }
}

.product-style-3 .product-content .title a {
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
    color: #000;
    transition: all 0.3s linear;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .product-style-3 .product-content .title a {
        font-size: 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .product-style-3 .product-content .title a {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .product-style-3 .product-content .title a {
        font-size: 18px;
    }
}

.product-style-3 .product-content .title a:hover {
    color: #563289;
}

.product-style-3 .product-content p {
    color: rgba(0, 0, 0, 0.74);
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    margin-top: 8px;
}

.product-style-3 .product-content .product-price-cart {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .product-style-3 .product-content .product-price-cart .price {
        font-weight: 500;
        font-size: 24px;
        color: #E14C7B;
        line-height: 30px;
        margin-top: 16px;
    }

    .product-style-3 .product-content .product-price-cart .main-btn {
        margin-top: 16px;
        font-weight: 700;
        letter-spacing: 0;
        text-transform: capitalize;
    }

/*===== All Product Style 4 =====*/
.product-style-4 .product-image {
    position: relative;
}

    .product-style-4 .product-image .product-item img {
        width: 100%;
    }

    .product-style-4 .product-image .slick-arrow {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        transition: all 0.3s linear;
        bottom: auto;
        left: 4px;
        width: 32px;
        height: 32px;
        line-height: 32px;
        text-align: center;
        color: rgba(255, 255, 255, 0.38);
        font-size: 32px;
        z-index: 5;
        cursor: pointer;
    }

        .product-style-4 .product-image .slick-arrow:hover {
            color: #fff;
        }

        .product-style-4 .product-image .slick-arrow.next {
            right: 4px;
            left: auto;
        }

    .product-style-4 .product-image .add-wishlist {
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        font-size: 24px;
        color: #E14C7B;
        position: absolute;
        top: 5px;
        right: 5px;
        z-index: 9;
        transition: all 0.3s linear;
    }

        .product-style-4 .product-image .add-wishlist:hover {
            color: #563289;
        }

.product-style-4 .product-content {
    background-color: #161359;
    position: relative;
    z-index: 5;
    padding: 30px 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .product-style-4 .product-content {
        padding: 20px 15px 25px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .product-style-4 .product-content {
        padding: 20px 15px 25px;
    }
}

@media (max-width: 767px) {
    .product-style-4 .product-content {
        padding: 20px 10px 25px;
    }
}

.product-style-4 .product-content .title a {
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
    color: #fff;
    transition: all 0.3s linear;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .product-style-4 .product-content .title a {
        font-size: 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .product-style-4 .product-content .title a {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .product-style-4 .product-content .title a {
        font-size: 18px;
    }
}

.product-style-4 .product-content .title a:hover {
    color: #E14C7B;
}

.product-style-4 .product-content p {
    color: rgba(255, 255, 255, 0.74);
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    margin-top: 8px;
}

.product-style-4 .product-content .product-price-cart {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .product-style-4 .product-content .product-price-cart .price {
        font-weight: 500;
        font-size: 24px;
        color: #00D4E0;
        line-height: 30px;
        margin-top: 16px;
    }

    .product-style-4 .product-content .product-price-cart .main-btn {
        margin-top: 16px;
        font-weight: 700;
        letter-spacing: 0;
        text-transform: capitalize;
    }

/*===== All Product Style 5 =====*/
.product-style-5 .product-image {
    position: relative;
}

    .product-style-5 .product-image .product-item img {
        width: 100%;
    }

    .product-style-5 .product-image .slick-arrow {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        transition: all 0.3s linear;
        bottom: auto;
        left: 4px;
        width: 32px;
        height: 32px;
        line-height: 32px;
        text-align: center;
        color: rgba(0, 0, 0, 0.38);
        font-size: 32px;
        z-index: 5;
        cursor: pointer;
    }

        .product-style-5 .product-image .slick-arrow:hover {
            color: #000;
        }

        .product-style-5 .product-image .slick-arrow.next {
            right: 4px;
            left: auto;
        }

    .product-style-5 .product-image .add-wishlist {
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        font-size: 24px;
        color: #E14C7B;
        position: absolute;
        top: 5px;
        right: 5px;
        z-index: 9;
        transition: all 0.3s linear;
    }

        .product-style-5 .product-image .add-wishlist:hover {
            color: #563289;
        }

.product-style-5 .product-content {
    background-color: #fff;
    position: relative;
    z-index: 5;
    padding: 30px 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .product-style-5 .product-content {
        padding: 20px 15px 25px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .product-style-5 .product-content {
        padding: 20px 15px 25px;
    }
}

@media (max-width: 767px) {
    .product-style-5 .product-content {
        padding: 20px 10px 25px;
    }
}

.product-style-5 .product-content .title a {
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
    color: #000;
    transition: all 0.3s linear;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .product-style-5 .product-content .title a {
        font-size: 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .product-style-5 .product-content .title a {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .product-style-5 .product-content .title a {
        font-size: 18px;
    }
}

.product-style-5 .product-content .title a:hover {
    color: #563289;
}

.product-style-5 .product-content p {
    color: rgba(0, 0, 0, 0.74);
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    margin-top: 8px;
}

.product-style-5 .product-content .main-btn {
    margin-top: 16px;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: capitalize;
}

/*===== All Product Style 6 =====*/
.product-style-6 .product-image {
    position: relative;
}

    .product-style-6 .product-image .product-item img {
        width: 100%;
    }

    .product-style-6 .product-image .slick-arrow {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        transition: all 0.3s linear;
        bottom: auto;
        left: 4px;
        width: 32px;
        height: 32px;
        line-height: 32px;
        text-align: center;
        color: rgba(255, 255, 255, 0.38);
        font-size: 32px;
        z-index: 5;
        cursor: pointer;
    }

        .product-style-6 .product-image .slick-arrow:hover {
            color: #fff;
        }

        .product-style-6 .product-image .slick-arrow.next {
            right: 4px;
            left: auto;
        }

    .product-style-6 .product-image .add-wishlist {
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        font-size: 24px;
        color: #E14C7B;
        position: absolute;
        top: 5px;
        right: 5px;
        z-index: 9;
        transition: all 0.3s linear;
    }

        .product-style-6 .product-image .add-wishlist:hover {
            color: #563289;
        }

.product-style-6 .product-content {
    background-color: #161359;
    position: relative;
    z-index: 5;
    padding: 30px 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .product-style-6 .product-content {
        padding: 20px 15px 25px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .product-style-6 .product-content {
        padding: 20px 15px 25px;
    }
}

@media (max-width: 767px) {
    .product-style-6 .product-content {
        padding: 20px 10px 25px;
    }
}

.product-style-6 .product-content .title a {
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
    color: #fff;
    transition: all 0.3s linear;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .product-style-6 .product-content .title a {
        font-size: 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .product-style-6 .product-content .title a {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .product-style-6 .product-content .title a {
        font-size: 18px;
    }
}

.product-style-6 .product-content .title a:hover {
    color: #E14C7B;
}

.product-style-6 .product-content p {
    color: rgba(255, 255, 255, 0.74);
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    margin-top: 8px;
}

.product-style-6 .product-content .main-btn {
    margin-top: 16px;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: capitalize;
}

/*===== All Product Style 7 =====*/
.product-style-7 {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    background-color: #FAFAFA;
}

@media (max-width: 767px) {
    .product-style-7 {
        display: block;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .product-style-7 {
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
    }
}

.product-style-7 .product-image {
    position: relative;
    max-width: 240px;
    width: 100%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .product-style-7 .product-image {
        max-width: 200px;
    }
}

@media (max-width: 767px) {
    .product-style-7 .product-image {
        max-width: 100%;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .product-style-7 .product-image {
        max-width: 240px;
    }
}

.product-style-7 .product-image .product-item img {
    width: 100%;
}

.product-style-7 .product-image .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s linear;
    bottom: auto;
    left: 4px;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    color: rgba(0, 0, 0, 0.38);
    font-size: 32px;
    z-index: 5;
    cursor: pointer;
}

    .product-style-7 .product-image .slick-arrow:hover {
        color: #000;
    }

    .product-style-7 .product-image .slick-arrow.next {
        right: 4px;
        left: auto;
    }

.product-style-7 .product-content {
    position: relative;
    z-index: 5;
    padding: 20px 20px 25px;
    -moz-flex: 1;
    flex: 1;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .product-style-7 .product-content {
        padding: 20px 15px 25px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .product-style-7 .product-content {
        padding: 20px 15px 25px;
    }
}

@media (max-width: 767px) {
    .product-style-7 .product-content {
        padding: 20px 10px 25px;
    }
}

.product-style-7 .product-content .product-meta li {
    display: inline-block;
}

    .product-style-7 .product-content .product-meta li + li {
        margin-left: 16px;
    }

    .product-style-7 .product-content .product-meta li a {
        color: #4C4C4C;
        font-weight: 500;
        font-size: 16px;
        line-height: 22px;
        transition: all 0.3s linear;
    }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .product-style-7 .product-content .product-meta li a {
        font-size: 14px;
        line-height: 20px;
    }
}

.product-style-7 .product-content .product-meta li a:hover {
    color: #563289;
}

.product-style-7 .product-content .product-meta li span {
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #4C4C4C;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .product-style-7 .product-content .product-meta li span {
        font-size: 14px;
        line-height: 20px;
    }
}

.product-style-7 .product-content .product-meta li span i {
    color: #FFBE27;
    font-size: 24px;
}

.product-style-7 .product-content .title a {
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
    color: #000;
    transition: all 0.3s linear;
    margin-top: 8px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .product-style-7 .product-content .title a {
        font-size: 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .product-style-7 .product-content .title a {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .product-style-7 .product-content .title a {
        font-size: 18px;
    }
}

.product-style-7 .product-content .title a:hover {
    color: #563289;
}

.product-style-7 .product-content p {
    color: rgba(0, 0, 0, 0.74);
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    margin-top: 8px;
}

.product-style-7 .product-content .price {
    font-weight: 500;
    font-size: 24px;
    color: #E14C7B;
    line-height: 30px;
    margin-top: 8px;
    display: block;
}

.product-style-7 .product-content .main-btn {
    margin-top: 16px;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: capitalize;
}

.two-column-carousel-wrapper {
    padding-bottom: 60px;
    margin: 0px -10px;
}

    .two-column-carousel-wrapper .row {
        margin-right: 0;
        margin-left: 0;
    }

    .two-column-carousel-wrapper .tns-nav {
        position: absolute;
        width: 100%;
        bottom: 0px;
        left: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 2;
    }

        .two-column-carousel-wrapper .tns-nav button {
            width: 12px;
            height: 12px;
            border: 2px solid #563289;
            background: none;
            border-radius: 50%;
            margin: 5px;
        }

            .two-column-carousel-wrapper .tns-nav button.hover, .two-column-carousel-wrapper .tns-nav button.tns-nav-active {
                background: #563289;
            }

/*===== All Product Style 8 =====*/
.product-style-8 {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    background-color: #161359;
}

@media (max-width: 767px) {
    .product-style-8 {
        display: block;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .product-style-8 {
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
    }
}

.product-style-8 .product-image {
    position: relative;
    max-width: 240px;
    width: 100%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .product-style-8 .product-image {
        max-width: 200px;
    }
}

@media (max-width: 767px) {
    .product-style-8 .product-image {
        max-width: 100%;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .product-style-8 .product-image {
        max-width: 240px;
    }
}

.product-style-8 .product-image .product-item img {
    width: 100%;
}

.product-style-8 .product-image .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s linear;
    bottom: auto;
    left: 4px;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    color: rgba(0, 0, 0, 0.38);
    font-size: 32px;
    z-index: 5;
    cursor: pointer;
}

    .product-style-8 .product-image .slick-arrow:hover {
        color: #000;
    }

    .product-style-8 .product-image .slick-arrow.next {
        right: 4px;
        left: auto;
    }

.product-style-8 .product-content {
    position: relative;
    z-index: 5;
    padding: 20px 20px 25px;
    -moz-flex: 1;
    flex: 1;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .product-style-8 .product-content {
        padding: 20px 15px 25px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .product-style-8 .product-content {
        padding: 20px 15px 25px;
    }
}

@media (max-width: 767px) {
    .product-style-8 .product-content {
        padding: 20px 10px 25px;
    }
}

.product-style-8 .product-content .product-meta li {
    display: inline-block;
}

    .product-style-8 .product-content .product-meta li + li {
        margin-left: 16px;
    }

    .product-style-8 .product-content .product-meta li a {
        color: rgba(255, 255, 255, 0.6);
        font-weight: 500;
        font-size: 16px;
        line-height: 22px;
        transition: all 0.3s linear;
    }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .product-style-8 .product-content .product-meta li a {
        font-size: 14px;
        line-height: 20px;
    }
}

.product-style-8 .product-content .product-meta li a i {
    color: #E14C7B;
}

.product-style-8 .product-content .product-meta li a:hover {
    color: #563289;
}

.product-style-8 .product-content .product-meta li span {
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: rgba(255, 255, 255, 0.6);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .product-style-8 .product-content .product-meta li span {
        font-size: 14px;
        line-height: 20px;
    }
}

.product-style-8 .product-content .product-meta li span i {
    color: #FFBE27;
    font-size: 24px;
}

.product-style-8 .product-content .title a {
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
    color: #fff;
    transition: all 0.3s linear;
    margin-top: 8px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .product-style-8 .product-content .title a {
        font-size: 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .product-style-8 .product-content .title a {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .product-style-8 .product-content .title a {
        font-size: 18px;
    }
}

.product-style-8 .product-content .title a:hover {
    color: #E14C7B;
}

.product-style-8 .product-content p {
    color: rgba(255, 255, 255, 0.74);
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    margin-top: 8px;
}

.product-style-8 .product-content .price {
    font-weight: 500;
    font-size: 24px;
    color: #00D4E0;
    line-height: 30px;
    margin-top: 8px;
    display: block;
}

.product-style-8 .product-content .main-btn {
    margin-top: 16px;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: capitalize;
}

/*===== All Product Style 9 =====*/
.product-style-9 {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    background-color: #FAFAFA;
}

@media (max-width: 767px) {
    .product-style-9 {
        display: block;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .product-style-9 {
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
    }
}

.product-style-9 .product-image {
    position: relative;
    max-width: 240px;
    width: 100%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .product-style-9 .product-image {
        max-width: 200px;
    }
}

@media (max-width: 767px) {
    .product-style-9 .product-image {
        max-width: 100%;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .product-style-9 .product-image {
        max-width: 240px;
    }
}

.product-style-9 .product-image .product-item img {
    width: 100%;
}

.product-style-9 .product-image .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s linear;
    bottom: auto;
    left: 4px;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    color: rgba(0, 0, 0, 0.38);
    font-size: 32px;
    z-index: 5;
    cursor: pointer;
}

    .product-style-9 .product-image .slick-arrow:hover {
        color: #000;
    }

    .product-style-9 .product-image .slick-arrow.next {
        right: 4px;
        left: auto;
    }

.product-style-9 .product-content {
    position: relative;
    z-index: 5;
    padding: 20px 20px 25px;
    -moz-flex: 1;
    flex: 1;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .product-style-9 .product-content {
        padding: 20px 15px 25px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .product-style-9 .product-content {
        padding: 20px 15px 25px;
    }
}

@media (max-width: 767px) {
    .product-style-9 .product-content {
        padding: 20px 10px 25px;
    }
}

.product-style-9 .product-content .product-meta li {
    display: inline-block;
}

    .product-style-9 .product-content .product-meta li + li {
        margin-left: 16px;
    }

    .product-style-9 .product-content .product-meta li a {
        color: #4C4C4C;
        font-weight: 500;
        font-size: 16px;
        line-height: 22px;
        transition: all 0.3s linear;
    }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .product-style-9 .product-content .product-meta li a {
        font-size: 14px;
        line-height: 20px;
    }
}

.product-style-9 .product-content .product-meta li a:hover {
    color: #563289;
}

.product-style-9 .product-content .product-meta li span {
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #4C4C4C;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .product-style-9 .product-content .product-meta li span {
        font-size: 14px;
        line-height: 20px;
    }
}

.product-style-9 .product-content .product-meta li span i {
    color: #7D7D7D;
    font-size: 20px;
}

    .product-style-9 .product-content .product-meta li span i.ration-on {
        color: #FFBE27;
    }

.product-style-9 .product-content .title a {
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
    color: #000;
    transition: all 0.3s linear;
    margin-top: 8px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .product-style-9 .product-content .title a {
        line-height: 22px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .product-style-9 .product-content .title a {
        font-size: 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .product-style-9 .product-content .title a {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .product-style-9 .product-content .title a {
        font-size: 18px;
    }
}

.product-style-9 .product-content .title a:hover {
    color: #563289;
}

.product-style-9 .product-content p {
    color: rgba(0, 0, 0, 0.74);
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    margin-top: 8px;
}

.product-style-9 .product-content .product-price-btn {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .product-style-9 .product-content .product-price-btn .price {
        font-weight: 500;
        font-size: 24px;
        color: #E14C7B;
        line-height: 30px;
        margin-top: 16px;
        display: block;
        margin-right: 16px;
    }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .product-style-9 .product-content .product-price-btn .price {
        font-size: 20px;
        margin-right: 8px;
        margin-top: 8px;
    }
}

.product-style-9 .product-content .product-price-btn .main-btn {
    margin-top: 16px;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: capitalize;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .product-style-9 .product-content .product-price-btn .main-btn {
        margin-top: 8px;
    }
}

/*===== All Product Style 10 =====*/
.product-style-10 {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    background-color: #161359;
}

@media (max-width: 767px) {
    .product-style-10 {
        display: block;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .product-style-10 {
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
    }
}

.product-style-10 .product-image {
    position: relative;
    max-width: 240px;
    width: 100%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .product-style-10 .product-image {
        max-width: 200px;
    }
}

@media (max-width: 767px) {
    .product-style-10 .product-image {
        max-width: 100%;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .product-style-10 .product-image {
        max-width: 240px;
    }
}

.product-style-10 .product-image .product-active .product-item img {
    width: 100%;
}

.product-style-10 .product-image .product-active .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s linear;
    bottom: auto;
    left: 4px;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    color: rgba(0, 0, 0, 0.38);
    font-size: 32px;
    z-index: 5;
    cursor: pointer;
}

    .product-style-10 .product-image .product-active .slick-arrow:hover {
        color: #000;
    }

    .product-style-10 .product-image .product-active .slick-arrow.next {
        right: 4px;
        left: auto;
    }

.product-style-10 .product-content {
    position: relative;
    z-index: 5;
    padding: 20px 20px 25px;
    -moz-flex: 1;
    flex: 1;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .product-style-10 .product-content {
        padding: 20px 15px 25px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .product-style-10 .product-content {
        padding: 20px 15px 25px;
    }
}

@media (max-width: 767px) {
    .product-style-10 .product-content {
        padding: 20px 10px 25px;
    }
}

.product-style-10 .product-content .product-meta li {
    display: inline-block;
}

    .product-style-10 .product-content .product-meta li + li {
        margin-left: 16px;
    }

    .product-style-10 .product-content .product-meta li a {
        color: rgba(255, 255, 255, 0.6);
        font-weight: 500;
        font-size: 16px;
        line-height: 22px;
        transition: all 0.3s linear;
    }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .product-style-10 .product-content .product-meta li a {
        font-size: 14px;
        line-height: 20px;
    }
}

.product-style-10 .product-content .product-meta li a:hover {
    color: #563289;
}

.product-style-10 .product-content .product-meta li span {
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #4C4C4C;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .product-style-10 .product-content .product-meta li span {
        font-size: 14px;
        line-height: 20px;
    }
}

.product-style-10 .product-content .product-meta li span i {
    color: #7D7D7D;
    font-size: 20px;
}

    .product-style-10 .product-content .product-meta li span i.ration-on {
        color: #FFBE27;
    }

.product-style-10 .product-content .title a {
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
    color: #fff;
    transition: all 0.3s linear;
    margin-top: 8px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .product-style-10 .product-content .title a {
        line-height: 22px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .product-style-10 .product-content .title a {
        font-size: 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .product-style-10 .product-content .title a {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .product-style-10 .product-content .title a {
        font-size: 18px;
    }
}

.product-style-10 .product-content .title a:hover {
    color: #E14C7B;
}

.product-style-10 .product-content p {
    color: rgba(255, 255, 255, 0.74);
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    margin-top: 8px;
}

.product-style-10 .product-content .product-price-btn {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .product-style-10 .product-content .product-price-btn .price {
        font-weight: 500;
        font-size: 24px;
        color: #00D4E0;
        line-height: 30px;
        margin-top: 16px;
        display: block;
        margin-right: 16px;
    }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .product-style-10 .product-content .product-price-btn .price {
        font-size: 20px;
        margin-right: 8px;
        margin-top: 8px;
    }
}

.product-style-10 .product-content .product-price-btn .main-btn {
    margin-top: 16px;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: capitalize;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .product-style-10 .product-content .product-price-btn .main-btn {
        margin-top: 8px;
    }
}

/*===== All Product Style 11 =====*/
.product-style-11 {
    background-color: #F2F2F2;
}

    .product-style-11 .product-image {
        position: relative;
    }

        .product-style-11 .product-image .product-active .product-item img {
            width: 100%;
        }

        .product-style-11 .product-image .product-active .slick-arrow {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            transition: all 0.3s linear;
            bottom: auto;
            left: 4px;
            width: 32px;
            height: 32px;
            line-height: 32px;
            text-align: center;
            color: rgba(0, 0, 0, 0.38);
            font-size: 32px;
            z-index: 5;
            cursor: pointer;
        }

            .product-style-11 .product-image .product-active .slick-arrow:hover {
                color: #000;
            }

            .product-style-11 .product-image .product-active .slick-arrow.next {
                right: 4px;
                left: auto;
            }

        .product-style-11 .product-image .add-wishlist {
            width: 40px;
            height: 40px;
            line-height: 40px;
            text-align: center;
            font-size: 24px;
            color: #E14C7B;
            position: absolute;
            top: 5px;
            right: 5px;
            z-index: 9;
            transition: all 0.3s linear;
        }

            .product-style-11 .product-image .add-wishlist:hover {
                color: #563289;
            }

    .product-style-11 .product-content {
        position: relative;
        z-index: 5;
        padding: 15px 20px 20px;
    }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .product-style-11 .product-content {
        padding: 20px 15px 25px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .product-style-11 .product-content {
        padding: 20px 15px 25px;
    }
}

@media (max-width: 767px) {
    .product-style-11 .product-content {
        padding: 20px 10px 25px;
    }
}

.product-style-11 .product-content .rating {
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #4C4C4C;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .product-style-11 .product-content .rating {
        font-size: 14px;
        line-height: 20px;
    }
}

.product-style-11 .product-content .rating i {
    color: #FFBE27;
    font-size: 24px;
}

.product-style-11 .product-content .title a {
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
    color: #000;
    transition: all 0.3s linear;
    margin-top: 4px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .product-style-11 .product-content .title a {
        font-size: 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .product-style-11 .product-content .title a {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .product-style-11 .product-content .title a {
        font-size: 18px;
    }
}

.product-style-11 .product-content .title a:hover {
    color: #563289;
}

.product-style-11 .product-content p {
    color: rgba(0, 0, 0, 0.74);
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    margin-top: 4px;
}

.product-style-11 .product-content .price {
    font-weight: 500;
    font-size: 24px;
    color: #E14C7B;
    line-height: 30px;
    margin-top: 8px;
    display: block;
}

.product-style-11 .product-content .main-btn {
    margin-top: 12px;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: capitalize;
}

/*===== All Product Style 12 =====*/
.product-style-12 {
    background-color: #161359;
}

    .product-style-12 .product-image {
        position: relative;
    }

        .product-style-12 .product-image .product-active .product-item img {
            width: 100%;
        }

        .product-style-12 .product-image .product-active .slick-arrow {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            transition: all 0.3s linear;
            bottom: auto;
            left: 4px;
            width: 32px;
            height: 32px;
            line-height: 32px;
            text-align: center;
            color: rgba(255, 255, 255, 0.38);
            font-size: 32px;
            z-index: 5;
            cursor: pointer;
        }

            .product-style-12 .product-image .product-active .slick-arrow:hover {
                color: #fff;
            }

            .product-style-12 .product-image .product-active .slick-arrow.next {
                right: 4px;
                left: auto;
            }

        .product-style-12 .product-image .add-wishlist {
            width: 40px;
            height: 40px;
            line-height: 40px;
            text-align: center;
            font-size: 24px;
            color: #E14C7B;
            position: absolute;
            top: 5px;
            right: 5px;
            z-index: 9;
            transition: all 0.3s linear;
        }

            .product-style-12 .product-image .add-wishlist:hover {
                color: #563289;
            }

    .product-style-12 .product-content {
        position: relative;
        z-index: 5;
        padding: 15px 20px 20px;
    }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .product-style-12 .product-content {
        padding: 20px 15px 25px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .product-style-12 .product-content {
        padding: 20px 15px 25px;
    }
}

@media (max-width: 767px) {
    .product-style-12 .product-content {
        padding: 20px 10px 25px;
    }
}

.product-style-12 .product-content .rating {
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #FAFAFA;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .product-style-12 .product-content .rating {
        font-size: 14px;
        line-height: 20px;
    }
}

.product-style-12 .product-content .rating i {
    color: #FFBE27;
    font-size: 24px;
}

.product-style-12 .product-content .title a {
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
    color: #fff;
    transition: all 0.3s linear;
    margin-top: 4px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .product-style-12 .product-content .title a {
        font-size: 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .product-style-12 .product-content .title a {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .product-style-12 .product-content .title a {
        font-size: 18px;
    }
}

.product-style-12 .product-content .title a:hover {
    color: #E14C7B;
}

.product-style-12 .product-content p {
    color: rgba(255, 255, 255, 0.74);
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    margin-top: 4px;
}

.product-style-12 .product-content .price {
    font-weight: 500;
    font-size: 24px;
    color: #00D4E0;
    line-height: 30px;
    margin-top: 8px;
    display: block;
}

.product-style-12 .product-content .main-btn {
    margin-top: 12px;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: capitalize;
}

/*===== All Product Style 12 =====*/
.product-style-13 {
    background-color: #FAFAFA;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    padding: 16px;
}

@media (max-width: 767px) {
    .product-style-13 {
        padding: 8px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .product-style-13 {
        padding: 16px;
    }
}

.product-style-13 .product-image {
    width: 88px;
}

    .product-style-13 .product-image img {
        width: 100%;
        border-radius: 4px;
    }

.product-style-13 .product-content {
    -moz-flex: 1;
    flex: 1;
    padding-left: 16px;
}

    .product-style-13 .product-content .title a {
        font-weight: 500;
        font-size: 20px;
        line-height: 28px;
        color: #000;
        transition: all 0.3s linear;
        margin-top: 4px;
    }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .product-style-13 .product-content .title a {
        font-size: 18px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .product-style-13 .product-content .title a {
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    .product-style-13 .product-content .title a {
        font-size: 18px;
    }
}

.product-style-13 .product-content .title a:hover {
    color: #563289;
}

.product-style-13 .product-content p {
    color: rgba(0, 0, 0, 0.74);
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    margin-top: 8px;
}

.product-style-13 .product-content .main-btn {
    margin-top: 12px;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: capitalize;
    margin-top: 16px;
}

/*===== All Product Style 12 =====*/
.product-style-14 {
    background-color: #161359;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    padding: 16px;
}

@media (max-width: 767px) {
    .product-style-14 {
        padding: 8px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .product-style-14 {
        padding: 16px;
    }
}

.product-style-14 .product-image {
    width: 88px;
}

    .product-style-14 .product-image img {
        width: 100%;
        border-radius: 4px;
    }

.product-style-14 .product-content {
    -moz-flex: 1;
    flex: 1;
    padding-left: 16px;
}

    .product-style-14 .product-content .title a {
        font-weight: 500;
        font-size: 20px;
        line-height: 28px;
        color: #fff;
        transition: all 0.3s linear;
        margin-top: 4px;
    }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .product-style-14 .product-content .title a {
        font-size: 18px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .product-style-14 .product-content .title a {
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    .product-style-14 .product-content .title a {
        font-size: 18px;
    }
}

.product-style-14 .product-content .title a:hover {
    color: #E14C7B;
}

.product-style-14 .product-content p {
    color: rgba(255, 255, 255, 0.74);
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    margin-top: 8px;
}

.product-style-14 .product-content .main-btn {
    margin-top: 12px;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: capitalize;
    margin-top: 16px;
}

/*===== All Product Style 15 =====*/
.product-style-15 {
    background-color: #FAFAFA;
    padding: 4px;
    border-radius: 4px;
}

    .product-style-15 .product-image {
        position: relative;
    }

        .product-style-15 .product-image .product-item img {
            width: 100%;
            border-radius: 4px;
        }

        .product-style-15 .product-image .slick-arrow {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            transition: all 0.3s linear;
            bottom: auto;
            left: 4px;
            width: 32px;
            height: 32px;
            line-height: 32px;
            text-align: center;
            color: rgba(0, 0, 0, 0.38);
            font-size: 32px;
            z-index: 5;
            cursor: pointer;
        }

            .product-style-15 .product-image .slick-arrow:hover {
                color: #000;
            }

            .product-style-15 .product-image .slick-arrow.next {
                right: 4px;
                left: auto;
            }

    .product-style-15 .product-content {
        position: relative;
        z-index: 5;
        padding: 15px 0 0;
    }

        .product-style-15 .product-content .title a {
            font-weight: 500;
            font-size: 24px;
            line-height: 30px;
            color: #000;
            transition: all 0.3s linear;
            margin-top: 4px;
        }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .product-style-15 .product-content .title a {
        font-size: 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .product-style-15 .product-content .title a {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .product-style-15 .product-content .title a {
        font-size: 18px;
    }
}

.product-style-15 .product-content .title a:hover {
    color: #563289;
}

.product-style-15 .product-content p {
    color: #4C4C4C;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    margin-top: 4px;
}

.product-style-15 .product-content .main-btn {
    margin-top: 12px;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: capitalize;
    height: 58px;
    line-height: 58px;
}

@media (max-width: 767px) {
    .product-style-15 .product-content .main-btn {
        height: 45px;
        line-height: 45px;
    }
}

/*===== All Product Style 16 =====*/
.product-style-16 {
    background-color: #161359;
    padding: 4px;
    border-radius: 4px;
}

    .product-style-16 .product-image {
        position: relative;
    }

        .product-style-16 .product-image .product-item img {
            width: 100%;
            border-radius: 4px;
        }

        .product-style-16 .product-image .slick-arrow {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            transition: all 0.3s linear;
            bottom: auto;
            left: 4px;
            width: 32px;
            height: 32px;
            line-height: 32px;
            text-align: center;
            color: rgba(0, 0, 0, 0.38);
            font-size: 32px;
            z-index: 5;
            cursor: pointer;
        }

            .product-style-16 .product-image .slick-arrow:hover {
                color: #000;
            }

            .product-style-16 .product-image .slick-arrow.next {
                right: 4px;
                left: auto;
            }

    .product-style-16 .product-content {
        position: relative;
        z-index: 5;
        padding: 15px 0 0;
    }

        .product-style-16 .product-content .title a {
            font-weight: 500;
            font-size: 24px;
            line-height: 30px;
            color: #fff;
            transition: all 0.3s linear;
            margin-top: 4px;
        }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .product-style-16 .product-content .title a {
        font-size: 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .product-style-16 .product-content .title a {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .product-style-16 .product-content .title a {
        font-size: 18px;
    }
}

.product-style-16 .product-content .title a:hover {
    color: #E14C7B;
}

.product-style-16 .product-content p {
    color: rgba(255, 255, 255, 0.74);
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    margin-top: 4px;
}

.product-style-16 .product-content .main-btn {
    margin-top: 12px;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: capitalize;
    height: 58px;
    line-height: 58px;
}

@media (max-width: 767px) {
    .product-style-16 .product-content .main-btn {
        height: 45px;
        line-height: 45px;
    }
}

/*===== All Product Style 17 =====*/
.product-style-17 {
    background-color: #fff;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.32);
    border-radius: 4px;
}

    .product-style-17 .product-image {
        position: relative;
    }

        .product-style-17 .product-image img {
            width: 100%;
            border-radius: 4px;
        }

    .product-style-17 .product-content {
        position: relative;
        z-index: 5;
        padding: 20px 20px 25px;
    }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .product-style-17 .product-content {
        padding: 20px 15px 25px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .product-style-17 .product-content {
        padding: 20px 15px 25px;
    }
}

@media (max-width: 767px) {
    .product-style-17 .product-content {
        padding: 20px 10px 25px;
    }
}

.product-style-17 .product-content .title a {
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
    color: #000;
    transition: all 0.3s linear;
    margin-top: 4px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .product-style-17 .product-content .title a {
        font-size: 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .product-style-17 .product-content .title a {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .product-style-17 .product-content .title a {
        font-size: 18px;
    }
}

.product-style-17 .product-content .title a:hover {
    color: #563289;
}

.product-style-17 .product-content p {
    color: #4C4C4C;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    margin-top: 4px;
}

.product-style-17 .product-content .main-btn {
    margin-top: 12px;
    font-weight: 700;
    letter-spacing: 0;
}

/*===== All Product Style 18 =====*/
.product-style-18 {
    background-color: #161359;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.32);
}

    .product-style-18 .product-image {
        position: relative;
    }

        .product-style-18 .product-image img {
            width: 100%;
            border-radius: 4px;
        }

    .product-style-18 .product-content {
        position: relative;
        z-index: 5;
        padding: 20px 20px 25px;
    }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .product-style-18 .product-content {
        padding: 20px 15px 25px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .product-style-18 .product-content {
        padding: 20px 15px 25px;
    }
}

@media (max-width: 767px) {
    .product-style-18 .product-content {
        padding: 20px 10px 25px;
    }
}

.product-style-18 .product-content .title a {
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
    color: #fff;
    transition: all 0.3s linear;
    margin-top: 4px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .product-style-18 .product-content .title a {
        font-size: 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .product-style-18 .product-content .title a {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .product-style-18 .product-content .title a {
        font-size: 18px;
    }
}

.product-style-18 .product-content .title a:hover {
    color: #E14C7B;
}

.product-style-18 .product-content p {
    color: rgba(255, 255, 255, 0.74);
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    margin-top: 4px;
}

.product-style-18 .product-content .main-btn {
    margin-top: 12px;
    font-weight: 700;
    letter-spacing: 0;
}

/*===== All Product Style 19 =====*/
.product-style-19 {
    background-color: #fff;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.32);
}

    .product-style-19 .product-image {
        position: relative;
    }

        .product-style-19 .product-image img {
            width: 100%;
            border-radius: 4px;
        }

    .product-style-19 .product-content {
        position: relative;
        z-index: 5;
        padding: 20px 20px 25px;
    }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .product-style-19 .product-content {
        padding: 20px 15px 25px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .product-style-19 .product-content {
        padding: 20px 15px 25px;
    }
}

@media (max-width: 767px) {
    .product-style-19 .product-content {
        padding: 20px 10px 25px;
    }
}

.product-style-19 .product-content .title a {
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
    color: #000;
    transition: all 0.3s linear;
    margin-top: 4px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .product-style-19 .product-content .title a {
        font-size: 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .product-style-19 .product-content .title a {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .product-style-19 .product-content .title a {
        font-size: 18px;
    }
}

.product-style-19 .product-content .title a:hover {
    color: #563289;
}

.product-style-19 .product-content p {
    color: #4C4C4C;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    margin-top: 4px;
}

.product-style-19 .product-content .main-btn {
    margin-top: 12px;
    font-weight: 700;
    letter-spacing: 0;
}

/*===== All Product Style 20 =====*/
.product-style-20 {
    background-color: #4C4C4C;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.32);
}

    .product-style-20 .product-image {
        position: relative;
    }

        .product-style-20 .product-image img {
            width: 100%;
            border-radius: 4px;
        }

    .product-style-20 .product-content {
        position: relative;
        z-index: 5;
        padding: 20px 20px 25px;
    }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .product-style-20 .product-content {
        padding: 20px 15px 25px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .product-style-20 .product-content {
        padding: 20px 15px 25px;
    }
}

@media (max-width: 767px) {
    .product-style-20 .product-content {
        padding: 20px 10px 25px;
    }
}

.product-style-20 .product-content .title a {
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
    color: #fff;
    transition: all 0.3s linear;
    margin-top: 4px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .product-style-20 .product-content .title a {
        font-size: 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .product-style-20 .product-content .title a {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .product-style-20 .product-content .title a {
        font-size: 18px;
    }
}

.product-style-20 .product-content .title a:hover {
    color: #E14C7B;
}

.product-style-20 .product-content p {
    color: rgba(255, 255, 255, 0.74);
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    margin-top: 4px;
}

.product-style-20 .product-content .main-btn {
    margin-top: 12px;
    font-weight: 700;
    letter-spacing: 0;
}

/*===== All Product Style 21 =====*/
.product-style-21 {
    background-color: #FAFAFA;
    border-radius: 8px;
}

@media (max-width: 767px) {
    .product-style-21 {
        display: block;
    }
}

.product-style-21 .product-image {
    position: relative;
}

    .product-style-21 .product-image img {
        width: 100%;
    }

.product-style-21 .product-content {
    position: relative;
    z-index: 5;
    padding: 20px 20px 25px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .product-style-21 .product-content {
        padding: 20px 15px 25px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .product-style-21 .product-content {
        padding: 20px 15px 25px;
    }
}

@media (max-width: 767px) {
    .product-style-21 .product-content {
        padding: 20px 10px 25px;
    }
}

.product-style-21 .product-content .title a {
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
    color: #000;
    transition: all 0.3s linear;
    margin-top: 8px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .product-style-21 .product-content .title a {
        line-height: 22px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .product-style-21 .product-content .title a {
        font-size: 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .product-style-21 .product-content .title a {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .product-style-21 .product-content .title a {
        font-size: 18px;
    }
}

.product-style-21 .product-content .title a:hover {
    color: #563289;
}

.product-style-21 .product-content p {
    color: rgba(0, 0, 0, 0.74);
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    margin-top: 8px;
}

.product-style-21 .product-content .product-price-btn {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .product-style-21 .product-content .product-price-btn .price {
        font-weight: 500;
        font-size: 24px;
        color: #E14C7B;
        line-height: 30px;
        margin-top: 16px;
        display: block;
        margin-right: 16px;
    }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .product-style-21 .product-content .product-price-btn .price {
        font-size: 20px;
        margin-right: 8px;
        margin-top: 8px;
    }
}

.product-style-21 .product-content .product-price-btn .main-btn {
    margin-top: 16px;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: capitalize;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .product-style-21 .product-content .product-price-btn .main-btn {
        margin-top: 8px;
    }
}

/*===== All Product Style 21 =====*/
.product-style-21 {
    background-color: #FAFAFA;
    border-radius: 8px;
}

@media (max-width: 767px) {
    .product-style-21 {
        display: block;
    }
}

.product-style-21 .product-image {
    position: relative;
}

    .product-style-21 .product-image img {
        width: 100%;
    }

.product-style-21 .product-content {
    position: relative;
    z-index: 5;
    padding: 20px 20px 25px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .product-style-21 .product-content {
        padding: 20px 15px 25px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .product-style-21 .product-content {
        padding: 20px 15px 25px;
    }
}

@media (max-width: 767px) {
    .product-style-21 .product-content {
        padding: 20px 10px 25px;
    }
}

.product-style-21 .product-content .title a {
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
    color: #000;
    transition: all 0.3s linear;
    margin-top: 8px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .product-style-21 .product-content .title a {
        line-height: 22px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .product-style-21 .product-content .title a {
        font-size: 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .product-style-21 .product-content .title a {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .product-style-21 .product-content .title a {
        font-size: 18px;
    }
}

.product-style-21 .product-content .title a:hover {
    color: #563289;
}

.product-style-21 .product-content p {
    color: rgba(0, 0, 0, 0.74);
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    margin-top: 8px;
}

.product-style-21 .product-content .product-price-btn {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .product-style-21 .product-content .product-price-btn .price {
        font-weight: 500;
        font-size: 24px;
        color: #E14C7B;
        line-height: 30px;
        margin-top: 16px;
        display: block;
        margin-right: 16px;
    }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .product-style-21 .product-content .product-price-btn .price {
        font-size: 20px;
        margin-right: 8px;
        margin-top: 8px;
    }
}

.product-style-21 .product-content .product-price-btn .main-btn {
    margin-top: 16px;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: capitalize;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .product-style-21 .product-content .product-price-btn .main-btn {
        margin-top: 8px;
    }
}

/*===== All Product Style 22 =====*/
.product-style-22 {
    background-color: #161359;
    border-radius: 8px;
}

@media (max-width: 767px) {
    .product-style-22 {
        display: block;
    }
}

.product-style-22 .product-image {
    position: relative;
}

    .product-style-22 .product-image img {
        width: 100%;
    }

.product-style-22 .product-content {
    position: relative;
    z-index: 5;
    padding: 20px 20px 25px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .product-style-22 .product-content {
        padding: 20px 15px 25px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .product-style-22 .product-content {
        padding: 20px 15px 25px;
    }
}

@media (max-width: 767px) {
    .product-style-22 .product-content {
        padding: 20px 10px 25px;
    }
}

.product-style-22 .product-content .title a {
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
    color: #fff;
    transition: all 0.3s linear;
    margin-top: 8px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .product-style-22 .product-content .title a {
        line-height: 22px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .product-style-22 .product-content .title a {
        font-size: 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .product-style-22 .product-content .title a {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .product-style-22 .product-content .title a {
        font-size: 18px;
    }
}

.product-style-22 .product-content .title a:hover {
    color: #E14C7B;
}

.product-style-22 .product-content p {
    color: rgba(255, 255, 255, 0.74);
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    margin-top: 8px;
}

.product-style-22 .product-content .product-price-btn {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .product-style-22 .product-content .product-price-btn .price {
        font-weight: 500;
        font-size: 24px;
        color: #00D4E0;
        line-height: 30px;
        margin-top: 16px;
        display: block;
        margin-right: 16px;
    }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .product-style-22 .product-content .product-price-btn .price {
        font-size: 20px;
        margin-right: 8px;
        margin-top: 8px;
    }
}

.product-style-22 .product-content .product-price-btn .main-btn {
    margin-top: 16px;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: capitalize;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .product-style-22 .product-content .product-price-btn .main-btn {
        margin-top: 8px;
    }
}

/*===== All Product Style 23 =====*/
.product-style-23 {
    background-color: #FAFAFA;
    border-radius: 8px;
}

@media (max-width: 767px) {
    .product-style-23 {
        display: block;
    }
}

.product-style-23 .product-image {
    position: relative;
}

    .product-style-23 .product-image img {
        width: 100%;
    }

.product-style-23 .product-content {
    position: relative;
    z-index: 5;
    padding: 20px 20px 25px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .product-style-23 .product-content {
        padding: 20px 15px 25px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .product-style-23 .product-content {
        padding: 20px 15px 25px;
    }
}

@media (max-width: 767px) {
    .product-style-23 .product-content {
        padding: 20px 10px 25px;
    }
}

.product-style-23 .product-content .title a {
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
    color: #000;
    transition: all 0.3s linear;
    margin-top: 8px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .product-style-23 .product-content .title a {
        line-height: 22px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .product-style-23 .product-content .title a {
        font-size: 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .product-style-23 .product-content .title a {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .product-style-23 .product-content .title a {
        font-size: 18px;
    }
}

.product-style-23 .product-content .title a:hover {
    color: #563289;
}

.product-style-23 .product-content p {
    color: rgba(0, 0, 0, 0.74);
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    margin-top: 8px;
}

.product-style-23 .product-content .main-btn {
    margin-top: 16px;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: capitalize;
}

/*===== All Product Style 24 =====*/
.product-style-24 {
    background-color: #161359;
    border-radius: 8px;
}

@media (max-width: 767px) {
    .product-style-24 {
        display: block;
    }
}

.product-style-24 .product-image {
    position: relative;
}

    .product-style-24 .product-image img {
        width: 100%;
    }

.product-style-24 .product-content {
    position: relative;
    z-index: 5;
    padding: 20px 20px 25px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .product-style-24 .product-content {
        padding: 20px 15px 25px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .product-style-24 .product-content {
        padding: 20px 15px 25px;
    }
}

@media (max-width: 767px) {
    .product-style-24 .product-content {
        padding: 20px 10px 25px;
    }
}

.product-style-24 .product-content .title a {
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
    color: #fff;
    transition: all 0.3s linear;
    margin-top: 8px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .product-style-24 .product-content .title a {
        line-height: 22px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .product-style-24 .product-content .title a {
        font-size: 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .product-style-24 .product-content .title a {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .product-style-24 .product-content .title a {
        font-size: 18px;
    }
}

.product-style-24 .product-content .title a:hover {
    color: #E14C7B;
}

.product-style-24 .product-content p {
    color: rgba(255, 255, 255, 0.74);
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    margin-top: 8px;
}

.product-style-24 .product-content .main-btn {
    margin-top: 16px;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: capitalize;
}

/*===== All Product Style 25 =====*/
.product-style-25 {
    background-color: #FAFAFA;
    position: relative;
}

@media (max-width: 767px) {
    .product-style-25 {
        display: block;
    }
}

.product-style-25 .product-image {
    position: relative;
}

    .product-style-25 .product-image img {
        width: 100%;
    }

.product-style-25 .product-content {
    position: absolute;
    width: 50%;
    bottom: 0;
    left: 0;
    z-index: 5;
    padding: 20px 20px 25px;
    background-color: rgba(255, 255, 255, 0.74);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .product-style-25 .product-content {
        padding: 15px 15px 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .product-style-25 .product-content {
        padding: 15px 15px 20px;
        width: 70%;
    }
}

@media (max-width: 767px) {
    .product-style-25 .product-content {
        padding: 15px 10px 20px;
        width: 70%;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .product-style-25 .product-content {
        width: 50%;
        padding: 15px 20px 20px;
    }
}

.product-style-25 .product-content .title a {
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
    color: #000;
    transition: all 0.3s linear;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .product-style-25 .product-content .title a {
        line-height: 22px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .product-style-25 .product-content .title a {
        font-size: 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .product-style-25 .product-content .title a {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .product-style-25 .product-content .title a {
        font-size: 18px;
    }
}

.product-style-25 .product-content .title a:hover {
    color: #563289;
}

.product-style-25 .product-content p {
    color: rgba(0, 0, 0, 0.74);
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
}

.product-style-25 .product-content .main-btn {
    margin-top: 16px;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: capitalize;
}

/*===== All Product Style 26 =====*/
.product-style-26 {
    background-color: #FAFAFA;
    position: relative;
}

@media (max-width: 767px) {
    .product-style-26 {
        display: block;
    }
}

.product-style-26 .product-image {
    position: relative;
}

    .product-style-26 .product-image img {
        width: 100%;
    }

.product-style-26 .product-content {
    position: absolute;
    width: 50%;
    bottom: 0;
    right: 0;
    z-index: 5;
    padding: 20px 20px 25px;
    background-color: rgba(0, 0, 0, 0.74);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .product-style-26 .product-content {
        padding: 15px 15px 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .product-style-26 .product-content {
        padding: 15px 15px 20px;
        width: 70%;
    }
}

@media (max-width: 767px) {
    .product-style-26 .product-content {
        width: 70%;
        padding: 15px 10px 20px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .product-style-26 .product-content {
        width: 50%;
        padding: 15px 20px 20px;
    }
}

.product-style-26 .product-content .title a {
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
    color: #fff;
    transition: all 0.3s linear;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .product-style-26 .product-content .title a {
        line-height: 22px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .product-style-26 .product-content .title a {
        font-size: 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .product-style-26 .product-content .title a {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .product-style-26 .product-content .title a {
        font-size: 18px;
    }
}

.product-style-26 .product-content .title a:hover {
    color: #E14C7B;
}

.product-style-26 .product-content p {
    color: rgba(255, 255, 255, 0.74);
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    margin-top: 8px;
}

.product-style-26 .product-content .main-btn {
    margin-top: 16px;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: capitalize;
}

/*===== All Product Style 27 =====*/
.product-style-27 {
    background-color: #FAFAFA;
    position: relative;
}

@media (max-width: 767px) {
    .product-style-27 {
        display: block;
    }
}

.product-style-27 .product-image {
    position: relative;
}

    .product-style-27 .product-image img {
        width: 100%;
    }

.product-style-27 .product-content {
    position: absolute;
    width: 50%;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    z-index: 5;
    padding: 20px 20px 25px;
    background-color: rgba(0, 0, 0, 0.74);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .product-style-27 .product-content {
        padding: 15px 15px 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .product-style-27 .product-content {
        padding: 15px 15px 20px;
        width: 70%;
    }
}

@media (max-width: 767px) {
    .product-style-27 .product-content {
        padding: 15px 10px 20px;
        width: 70%;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .product-style-27 .product-content {
        width: 50%;
        padding: 15px 20px 20px;
    }
}

.product-style-27 .product-content .title a {
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
    color: #fff;
    transition: all 0.3s linear;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .product-style-27 .product-content .title a {
        line-height: 22px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .product-style-27 .product-content .title a {
        font-size: 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .product-style-27 .product-content .title a {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .product-style-27 .product-content .title a {
        font-size: 18px;
    }
}

.product-style-27 .product-content .title a:hover {
    color: #E14C7B;
}

.product-style-27 .product-content p {
    color: rgba(255, 255, 255, 0.74);
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    margin-top: 8px;
}

.product-style-27 .product-content .main-btn {
    margin-top: 16px;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: capitalize;
}

/*==================================================================
                20. Product Details css
==================================================================*/
/*===== Product Details Style 1 =====*/
.product-details-wrapper {
    background-color: #FAFAFA;
}

.product-details-style-1 .product-details-content .sub-title {
    font-size: 24px;
    line-height: 30px;
    color: rgba(0, 0, 0, 0.64);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .product-details-style-1 .product-details-content .sub-title {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .product-details-style-1 .product-details-content .sub-title {
        font-size: 18px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .product-details-style-1 .product-details-content .sub-title {
        font-size: 20px;
    }
}

.product-details-style-1 .product-details-content .title {
    font-weight: 500;
    font-size: 52px;
    line-height: 65px;
    color: #000;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .product-details-style-1 .product-details-content .title {
        font-size: 38px;
        line-height: 36px;
    }
}

@media (max-width: 767px) {
    .product-details-style-1 .product-details-content .title {
        font-size: 32px;
        line-height: 36px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .product-details-style-1 .product-details-content .title {
        font-size: 38px;
        line-height: 45px;
    }
}

.product-details-style-1 .product-details-content .product-items {
    margin-top: 32px;
}

    .product-details-style-1 .product-details-content .product-items .item-title {
        font-size: 16px;
        font-weight: 400;
        line-height: 22px;
        color: #000;
    }

@media (max-width: 767px) {
    .product-details-style-1 .product-details-content .product-items .item-title {
        font-size: 14px;
    }
}

.product-details-style-1 .product-details-content .product-items .items-wrapper {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

    .product-details-style-1 .product-details-content .product-items .items-wrapper .single-item {
        max-width: 130px;
        text-align: center;
        -moz-flex: 1;
        flex: 1;
        margin-top: 8px;
    }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .product-details-style-1 .product-details-content .product-items .items-wrapper .single-item {
        max-width: 110px;
    }
}

.product-details-style-1 .product-details-content .product-items .items-wrapper .single-item + .single-item {
    margin-left: 8px;
}

.product-details-style-1 .product-details-content .product-items .items-wrapper .single-item .items-image img {
    width: 100%;
    border-radius: 8px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.08);
    border: 1px solid #fff;
    cursor: pointer;
    transition: all 0.3s linear;
}

.product-details-style-1 .product-details-content .product-items .items-wrapper .single-item .text {
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    color: #000;
    margin-top: 11px;
}

.product-details-style-1 .product-details-content .product-items .items-wrapper .single-item.active .items-image img {
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.32);
    border-color: #563289;
}

.product-details-style-1 .product-details-content .product-select-wrapper {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    margin-left: -10px;
    margin-right: -10px;
}

    .product-details-style-1 .product-details-content .product-select-wrapper .select-title {
        font-size: 16px;
        line-height: 22px;
        font-weight: 400;
        color: #000;
    }

@media (max-width: 767px) {
    .product-details-style-1 .product-details-content .product-select-wrapper .select-title {
        font-size: 14px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .product-details-style-1 .product-details-content .product-select-wrapper .select-title {
        font-size: 16px;
    }
}

.product-details-style-1 .product-details-content .product-select-wrapper .select-title span {
    font-weight: 500;
    margin-left: 5px;
}

.product-details-style-1 .product-details-content .product-select-wrapper .select-item {
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10x;
}

    .product-details-style-1 .product-details-content .product-select-wrapper .select-item .color-select {
        padding-top: 8px;
    }

        .product-details-style-1 .product-details-content .product-select-wrapper .select-item .color-select li {
            display: inline-block;
            width: 40px;
            height: 40px;
            border-radius: 50%;
            border: 1px solid #fff;
            cursor: pointer;
            transition: all 0.3s linear;
        }

            .product-details-style-1 .product-details-content .product-select-wrapper .select-item .color-select li + li {
                margin-left: 8px;
            }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .product-details-style-1 .product-details-content .product-select-wrapper .select-item .color-select li {
        width: 30px;
        height: 30px;
    }
}

@media (max-width: 767px) {
    .product-details-style-1 .product-details-content .product-select-wrapper .select-item .color-select li {
        width: 25px;
        height: 25px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .product-details-style-1 .product-details-content .product-select-wrapper .select-item .color-select li {
        width: 30px;
        height: 30px;
    }
}

.product-details-style-1 .product-details-content .product-select-wrapper .select-item .color-select li.active {
    border-color: #563289;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.32);
}

.product-details-style-1 .product-details-content .product-select-wrapper .select-item .size-select {
    margin-top: 8px;
}

    .product-details-style-1 .product-details-content .product-select-wrapper .select-item .size-select .select-position {
        display: inline-block;
    }

        .product-details-style-1 .product-details-content .product-select-wrapper .select-item .size-select .select-position::after {
            right: 15px;
            margin-top: -5px;
            border-color: #563289;
        }

        .product-details-style-1 .product-details-content .product-select-wrapper .select-item .size-select .select-position select {
            padding-right: 40px;
        }

.product-details-style-1 .product-details-content .product-select-wrapper .select-item .select-quantity {
    overflow: hidden;
    border-radius: 4px;
    background-color: transparent;
    border: 1px solid #EFEFEF;
    display: inline-flex;
    margin-top: 8px;
}

    .product-details-style-1 .product-details-content .product-select-wrapper .select-item .select-quantity button {
        width: 38px;
        height: 38px;
        padding: 0;
        font-size: 24px;
        border: 0;
        background-color: transparent;
        transition: all 0.4s linear;
        color: #7D7D7D;
        padding: 0;
    }

@media (max-width: 767px) {
    .product-details-style-1 .product-details-content .product-select-wrapper .select-item .select-quantity button {
        height: 28px;
        width: 28px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .product-details-style-1 .product-details-content .product-select-wrapper .select-item .select-quantity button {
        height: 34px;
        width: 34px;
    }
}

.product-details-style-1 .product-details-content .product-select-wrapper .select-item .select-quantity button:hover {
    color: #563289;
}

.product-details-style-1 .product-details-content .product-select-wrapper .select-item .select-quantity input {
    width: 50px;
    height: 38px;
    border: 0;
    padding: 0 10px;
    text-align: center;
    font-weight: 700;
    background-color: transparent;
    color: #000;
}

@media (max-width: 767px) {
    .product-details-style-1 .product-details-content .product-select-wrapper .select-item .select-quantity input {
        height: 40px;
        width: 28px;
        font-size: 14px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .product-details-style-1 .product-details-content .product-select-wrapper .select-item .select-quantity input {
        height: 35px;
        width: 45px;
        font-size: 16px;
    }
}

.product-details-style-1 .product-details-content .product-select-wrapper .select-item .country-select {
    margin-top: 8px;
}

    .product-details-style-1 .product-details-content .product-select-wrapper .select-item .country-select .select-position {
        display: inline-block;
    }

        .product-details-style-1 .product-details-content .product-select-wrapper .select-item .country-select .select-position::after {
            right: 15px;
            margin-top: -5px;
            border-color: #563289;
        }

        .product-details-style-1 .product-details-content .product-select-wrapper .select-item .country-select .select-position select {
            padding-right: 40px;
        }

.product-details-style-1 .product-details-content .product-price {
    padding-top: 24px;
}

    .product-details-style-1 .product-details-content .product-price .price-title {
        font-size: 16px;
        line-height: 22px;
        color: #000;
        font-weight: 400;
    }

@media (max-width: 767px) {
    .product-details-style-1 .product-details-content .product-price .price-title {
        font-size: 14px;
    }
}

.product-details-style-1 .product-details-content .product-price .sale-price {
    font-weight: 700;
    font-size: 36px;
    line-height: 45px;
    color: #000;
    margin-top: 8px;
    display: inline-block;
    margin-right: 16px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .product-details-style-1 .product-details-content .product-price .sale-price {
        font-size: 30px;
        line-height: 40px;
    }
}

@media (max-width: 767px) {
    .product-details-style-1 .product-details-content .product-price .sale-price {
        font-size: 28px;
        line-height: 38px;
    }
}

.product-details-style-1 .product-details-content .product-price .regular-price {
    font-weight: 700;
    font-size: 28px;
    line-height: 38px;
    color: #7D7D7D;
    margin-top: 8px;
    text-decoration: line-through;
    text-decoration-thickness: 3px;
    display: inline-block;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .product-details-style-1 .product-details-content .product-price .regular-price {
        font-size: 24px;
        line-height: 30px;
    }
}

@media (max-width: 767px) {
    .product-details-style-1 .product-details-content .product-price .regular-price {
        font-size: 20px;
        line-height: 34px;
    }
}

.product-details-style-1 .product-details-content .product-btn {
    padding-top: 24px;
}

    .product-details-style-1 .product-details-content .product-btn .main-btn {
        margin-top: 8px;
        margin-right: 6px;
    }

.product-details-style-1 .product-details-image {
    position: relative;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
}

    .product-details-style-1 .product-details-image .product-image {
        width: 85%;
    }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .product-details-style-1 .product-details-image .product-image {
        width: 83%;
    }
}

@media (max-width: 767px) {
    .product-details-style-1 .product-details-image .product-image {
        width: 83%;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .product-details-style-1 .product-details-image .product-image {
        width: 85%;
    }
}

.product-details-style-1 .product-details-image .product-image .single-image img {
    width: 100%;
}

.product-details-style-1 .product-details-image .product-thumb-image {
    width: 15%;
    text-align: center;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .product-details-style-1 .product-details-image .product-thumb-image {
        width: 17%;
    }
}

@media (max-width: 767px) {
    .product-details-style-1 .product-details-image .product-thumb-image {
        width: 17%;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .product-details-style-1 .product-details-image .product-thumb-image {
        width: 15%;
    }
}

.product-details-style-1 .product-details-image .product-thumb-image .single-thumb {
    cursor: pointer;
    border-radius: 4px;
    margin: 5px 10px;
}

@media (max-width: 767px) {
    .product-details-style-1 .product-details-image .product-thumb-image .single-thumb {
        margin: 3px;
    }
}

.product-details-style-1 .product-details-image .product-thumb-image .single-thumb img {
    width: 60px;
    border-radius: 4px;
    opacity: 0.74;
    margin: auto;
    transition: all 0.3s linear;
}

@media (max-width: 767px) {
    .product-details-style-1 .product-details-image .product-thumb-image .single-thumb img {
        width: 40px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .product-details-style-1 .product-details-image .product-thumb-image .single-thumb img {
        width: 60px;
    }
}

.product-details-style-1 .product-details-image .product-thumb-image .single-thumb.active img {
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.32);
    opacity: 1;
}

.product-details-style-1 .product-details-image .product-thumb-image .slick-arrow {
    font-size: 32px;
    color: #7D7D7D;
    cursor: pointer;
}

@media (max-width: 767px) {
    .product-details-style-1 .product-details-image .product-thumb-image .slick-arrow {
        font-size: 24px;
        line-height: 20px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .product-details-style-1 .product-details-image .product-thumb-image .slick-arrow {
        font-size: 32px;
    }
}

/*===== Product Details Style 2 =====*/
.product-details-wrapper {
    background-color: #FAFAFA;
}

.product-details-style-2 .product-details-image {
    position: relative;
}

    .product-details-style-2 .product-details-image .product-image .single-image img {
        width: 100%;
    }

    .product-details-style-2 .product-details-image .product-thumb-image {
        text-align: center;
        max-width: 360px;
        margin: 50px auto 0;
        position: relative;
    }

@media (max-width: 767px) {
    .product-details-style-2 .product-details-image .product-thumb-image {
        max-width: 85%;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .product-details-style-2 .product-details-image .product-thumb-image {
        max-width: 360px;
    }
}

.product-details-style-2 .product-details-image .product-thumb-image .single-thumb {
    cursor: pointer;
    border-radius: 4px;
    margin: 5px;
}

@media (max-width: 767px) {
    .product-details-style-2 .product-details-image .product-thumb-image .single-thumb {
        margin: 3px;
    }
}

.product-details-style-2 .product-details-image .product-thumb-image .single-thumb img {
    width: 60px;
    border-radius: 4px;
    opacity: 0.74;
    margin: auto;
    transition: all 0.3s linear;
}

@media (max-width: 767px) {
    .product-details-style-2 .product-details-image .product-thumb-image .single-thumb img {
        width: 40px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .product-details-style-2 .product-details-image .product-thumb-image .single-thumb img {
        width: 60px;
    }
}

.product-details-style-2 .product-details-image .product-thumb-image .single-thumb.active img {
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.32);
    opacity: 1;
}

.product-details-style-2 .product-details-content .sub-title {
    font-size: 24px;
    line-height: 30px;
    color: rgba(0, 0, 0, 0.64);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .product-details-style-2 .product-details-content .sub-title {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .product-details-style-2 .product-details-content .sub-title {
        font-size: 18px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .product-details-style-2 .product-details-content .sub-title {
        font-size: 20px;
    }
}

.product-details-style-2 .product-details-content .title {
    font-weight: 500;
    font-size: 52px;
    line-height: 65px;
    color: #000;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .product-details-style-2 .product-details-content .title {
        font-size: 38px;
        line-height: 36px;
    }
}

@media (max-width: 767px) {
    .product-details-style-2 .product-details-content .title {
        font-size: 32px;
        line-height: 36px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .product-details-style-2 .product-details-content .title {
        font-size: 38px;
        line-height: 45px;
    }
}

.product-details-style-2 .product-details-content .product-items .item-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    color: #000;
}

@media (max-width: 767px) {
    .product-details-style-2 .product-details-content .product-items .item-title {
        font-size: 14px;
    }
}

.product-details-style-2 .product-details-content .product-items .items-wrapper {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

    .product-details-style-2 .product-details-content .product-items .items-wrapper .single-item {
        max-width: 130px;
        text-align: center;
        -moz-flex: 1;
        flex: 1;
        margin-top: 8px;
    }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .product-details-style-2 .product-details-content .product-items .items-wrapper .single-item {
        max-width: 110px;
    }
}

.product-details-style-2 .product-details-content .product-items .items-wrapper .single-item + .single-item {
    margin-left: 8px;
}

.product-details-style-2 .product-details-content .product-items .items-wrapper .single-item .items-image img {
    width: 100%;
    border-radius: 8px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.08);
    border: 1px solid #fff;
    cursor: pointer;
    transition: all 0.3s linear;
}

.product-details-style-2 .product-details-content .product-items .items-wrapper .single-item .text {
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    color: #000;
    margin-top: 11px;
}

.product-details-style-2 .product-details-content .product-items .items-wrapper .single-item.active .items-image img {
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.32);
    border-color: #563289;
}

.product-details-style-2 .product-details-content .product-select-wrapper {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    margin-left: -10px;
    margin-right: -10px;
}

    .product-details-style-2 .product-details-content .product-select-wrapper .select-title {
        font-size: 16px;
        line-height: 22px;
        font-weight: 400;
        color: #000;
    }

@media (max-width: 767px) {
    .product-details-style-2 .product-details-content .product-select-wrapper .select-title {
        font-size: 14px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .product-details-style-2 .product-details-content .product-select-wrapper .select-title {
        font-size: 16px;
    }
}

.product-details-style-2 .product-details-content .product-select-wrapper .select-title span {
    font-weight: 500;
    margin-left: 5px;
}

.product-details-style-2 .product-details-content .product-select-wrapper .select-item {
    padding-top: 20px;
    padding-left: 10px;
}

    .product-details-style-2 .product-details-content .product-select-wrapper .select-item + .select-item {
        padding-left: 50px;
    }

    .product-details-style-2 .product-details-content .product-select-wrapper .select-item .color-select {
        padding-top: 8px;
    }

        .product-details-style-2 .product-details-content .product-select-wrapper .select-item .color-select li {
            display: inline-block;
            width: 40px;
            height: 40px;
            border-radius: 50%;
            border: 1px solid #fff;
            cursor: pointer;
            transition: all 0.3s linear;
        }

            .product-details-style-2 .product-details-content .product-select-wrapper .select-item .color-select li + li {
                margin-left: 8px;
            }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .product-details-style-2 .product-details-content .product-select-wrapper .select-item .color-select li {
        width: 30px;
        height: 30px;
    }
}

@media (max-width: 767px) {
    .product-details-style-2 .product-details-content .product-select-wrapper .select-item .color-select li {
        width: 25px;
        height: 25px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .product-details-style-2 .product-details-content .product-select-wrapper .select-item .color-select li {
        width: 30px;
        height: 30px;
    }
}

.product-details-style-2 .product-details-content .product-select-wrapper .select-item .color-select li.active {
    border-color: #563289;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.32);
}

.product-details-style-2 .product-details-content .product-select-wrapper .select-item .size-select {
    margin-top: 8px;
}

    .product-details-style-2 .product-details-content .product-select-wrapper .select-item .size-select li {
        display: inline-block;
    }

        .product-details-style-2 .product-details-content .product-select-wrapper .select-item .size-select li + li {
            margin-left: 6px;
        }

        .product-details-style-2 .product-details-content .product-select-wrapper .select-item .size-select li span {
            height: 40px;
            line-height: 38px;
            padding: 0 8px;
            border-radius: 4px;
            border: 1px solid #7D7D7D;
            font-size: 16px;
            color: #7D7D7D;
            cursor: pointer;
            transition: all 0.3s linear;
            text-transform: uppercase;
        }

        .product-details-style-2 .product-details-content .product-select-wrapper .select-item .size-select li.active span {
            border-color: #563289;
            color: #563289;
            box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.08);
        }

.product-details-style-2 .product-details-content .product-select-wrapper .select-item .select-quantity {
    overflow: hidden;
    border-radius: 4px;
    background-color: transparent;
    border: 1px solid #EFEFEF;
    display: inline-flex;
    margin-top: 8px;
}

    .product-details-style-2 .product-details-content .product-select-wrapper .select-item .select-quantity button {
        width: 38px;
        height: 38px;
        padding: 0;
        font-size: 24px;
        border: 0;
        background-color: transparent;
        transition: all 0.4s linear;
        color: #7D7D7D;
        padding: 0;
    }

@media (max-width: 767px) {
    .product-details-style-2 .product-details-content .product-select-wrapper .select-item .select-quantity button {
        height: 28px;
        width: 28px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .product-details-style-2 .product-details-content .product-select-wrapper .select-item .select-quantity button {
        height: 34px;
        width: 34px;
    }
}

.product-details-style-2 .product-details-content .product-select-wrapper .select-item .select-quantity button:hover {
    color: #563289;
}

.product-details-style-2 .product-details-content .product-select-wrapper .select-item .select-quantity input {
    width: 60px;
    height: 38px;
    border: 0;
    padding: 0 10px;
    text-align: center;
    font-weight: 700;
    background-color: transparent;
    color: #000;
}

@media (max-width: 767px) {
    .product-details-style-2 .product-details-content .product-select-wrapper .select-item .select-quantity input {
        height: 40px;
        width: 28px;
        font-size: 14px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .product-details-style-2 .product-details-content .product-select-wrapper .select-item .select-quantity input {
        height: 35px;
        width: 45px;
        font-size: 16px;
    }
}

.product-details-style-2 .product-details-content .product-select-wrapper .select-item .country-select {
    margin-top: 8px;
}

    .product-details-style-2 .product-details-content .product-select-wrapper .select-item .country-select li {
        display: inline-block;
    }

        .product-details-style-2 .product-details-content .product-select-wrapper .select-item .country-select li + li {
            margin-left: 6px;
        }

        .product-details-style-2 .product-details-content .product-select-wrapper .select-item .country-select li span {
            height: 40px;
            line-height: 38px;
            padding: 0 8px;
            border-radius: 4px;
            border: 1px solid #7D7D7D;
            font-size: 16px;
            color: #7D7D7D;
            cursor: pointer;
            transition: all 0.3s linear;
        }

        .product-details-style-2 .product-details-content .product-select-wrapper .select-item .country-select li.active span {
            border-color: #563289;
            color: #563289;
            box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.08);
        }

.product-details-style-2 .product-details-content .product-price {
    padding-top: 24px;
}

    .product-details-style-2 .product-details-content .product-price .price-title {
        font-size: 16px;
        line-height: 22px;
        color: #000;
        font-weight: 400;
    }

@media (max-width: 767px) {
    .product-details-style-2 .product-details-content .product-price .price-title {
        font-size: 14px;
    }
}

.product-details-style-2 .product-details-content .product-price .sale-price {
    font-weight: 700;
    font-size: 36px;
    line-height: 45px;
    color: #000;
    margin-top: 8px;
    display: inline-block;
    margin-right: 16px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .product-details-style-2 .product-details-content .product-price .sale-price {
        font-size: 30px;
        line-height: 40px;
    }
}

@media (max-width: 767px) {
    .product-details-style-2 .product-details-content .product-price .sale-price {
        font-size: 28px;
        line-height: 38px;
    }
}

.product-details-style-2 .product-details-content .product-price .regular-price {
    font-weight: 500;
    font-size: 28px;
    line-height: 38px;
    color: #7D7D7D;
    margin-top: 8px;
    text-decoration: line-through;
    text-decoration-thickness: 3px;
    display: inline-block;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .product-details-style-2 .product-details-content .product-price .regular-price {
        font-size: 24px;
        line-height: 30px;
    }
}

@media (max-width: 767px) {
    .product-details-style-2 .product-details-content .product-price .regular-price {
        font-size: 20px;
        line-height: 34px;
    }
}

.product-details-style-2 .product-details-content .product-btn {
    padding-top: 24px;
}

    .product-details-style-2 .product-details-content .product-btn .main-btn {
        margin-top: 8px;
        margin-right: 6px;
    }

/*===== Product Details Style 3 =====*/
.product-details-wrapper {
    background-color: #FAFAFA;
}

.product-details-style-3 .product-details-image {
    position: relative;
}

    .product-details-style-3 .product-details-image .product-image .single-image img {
        width: 100%;
    }

    .product-details-style-3 .product-details-image .product-thumb-image {
        text-align: center;
        max-width: 360px;
        margin: 50px auto 0;
        position: relative;
    }

@media (max-width: 767px) {
    .product-details-style-3 .product-details-image .product-thumb-image {
        max-width: 85%;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .product-details-style-3 .product-details-image .product-thumb-image {
        max-width: 360px;
    }
}

.product-details-style-3 .product-details-image .product-thumb-image .single-thumb {
    cursor: pointer;
    border-radius: 4px;
    margin: 5px;
}

@media (max-width: 767px) {
    .product-details-style-3 .product-details-image .product-thumb-image .single-thumb {
        margin: 3px;
    }
}

.product-details-style-3 .product-details-image .product-thumb-image .single-thumb img {
    width: 60px;
    border-radius: 4px;
    opacity: 0.74;
    margin: auto;
    transition: all 0.3s linear;
}

@media (max-width: 767px) {
    .product-details-style-3 .product-details-image .product-thumb-image .single-thumb img {
        width: 40px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .product-details-style-3 .product-details-image .product-thumb-image .single-thumb img {
        width: 60px;
    }
}

.product-details-style-3 .product-details-image .product-thumb-image .single-thumb.active img {
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.32);
    opacity: 1;
}

.product-details-style-3 .product-details-content .sub-title {
    font-size: 24px;
    line-height: 30px;
    color: rgba(0, 0, 0, 0.64);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .product-details-style-3 .product-details-content .sub-title {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .product-details-style-3 .product-details-content .sub-title {
        font-size: 18px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .product-details-style-3 .product-details-content .sub-title {
        font-size: 20px;
    }
}

.product-details-style-3 .product-details-content .title {
    font-weight: 500;
    font-size: 52px;
    line-height: 65px;
    color: #000;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .product-details-style-3 .product-details-content .title {
        font-size: 38px;
        line-height: 36px;
    }
}

@media (max-width: 767px) {
    .product-details-style-3 .product-details-content .title {
        font-size: 32px;
        line-height: 36px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .product-details-style-3 .product-details-content .title {
        font-size: 38px;
        line-height: 45px;
    }
}

.product-details-style-3 .product-details-content .product-items .item-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    color: #000;
}

@media (max-width: 767px) {
    .product-details-style-3 .product-details-content .product-items .item-title {
        font-size: 14px;
    }
}

.product-details-style-3 .product-details-content .product-items .items-wrapper {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

    .product-details-style-3 .product-details-content .product-items .items-wrapper .single-item {
        max-width: 130px;
        text-align: center;
        -moz-flex: 1;
        flex: 1;
        margin-top: 8px;
    }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .product-details-style-3 .product-details-content .product-items .items-wrapper .single-item {
        max-width: 110px;
    }
}

.product-details-style-3 .product-details-content .product-items .items-wrapper .single-item + .single-item {
    margin-left: 8px;
}

.product-details-style-3 .product-details-content .product-items .items-wrapper .single-item .items-image img {
    width: 100%;
    border-radius: 8px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.08);
    border: 1px solid #fff;
    cursor: pointer;
    transition: all 0.3s linear;
}

.product-details-style-3 .product-details-content .product-items .items-wrapper .single-item .text {
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    color: #000;
    margin-top: 11px;
}

.product-details-style-3 .product-details-content .product-items .items-wrapper .single-item.active .items-image img {
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.32);
    border-color: #563289;
}

.product-details-style-3 .product-details-content .product-select-wrapper {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    margin-left: -10px;
    margin-right: -10px;
}

    .product-details-style-3 .product-details-content .product-select-wrapper .select-title {
        font-size: 16px;
        line-height: 22px;
        font-weight: 400;
        color: #000;
    }

@media (max-width: 767px) {
    .product-details-style-3 .product-details-content .product-select-wrapper .select-title {
        font-size: 14px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .product-details-style-3 .product-details-content .product-select-wrapper .select-title {
        font-size: 16px;
    }
}

.product-details-style-3 .product-details-content .product-select-wrapper .select-title span {
    font-weight: 500;
    margin-left: 5px;
}

.product-details-style-3 .product-details-content .product-select-wrapper .select-item {
    padding-top: 20px;
    padding-left: 10px;
}

    .product-details-style-3 .product-details-content .product-select-wrapper .select-item + .select-item {
        padding-left: 50px;
    }

    .product-details-style-3 .product-details-content .product-select-wrapper .select-item .color-select {
        padding-top: 8px;
    }

        .product-details-style-3 .product-details-content .product-select-wrapper .select-item .color-select li {
            display: inline-block;
            width: 40px;
            height: 40px;
            border-radius: 50%;
            border: 1px solid #fff;
            cursor: pointer;
            transition: all 0.3s linear;
        }

            .product-details-style-3 .product-details-content .product-select-wrapper .select-item .color-select li + li {
                margin-left: 8px;
            }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .product-details-style-3 .product-details-content .product-select-wrapper .select-item .color-select li {
        width: 30px;
        height: 30px;
    }
}

@media (max-width: 767px) {
    .product-details-style-3 .product-details-content .product-select-wrapper .select-item .color-select li {
        width: 25px;
        height: 25px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .product-details-style-3 .product-details-content .product-select-wrapper .select-item .color-select li {
        width: 30px;
        height: 30px;
    }
}

.product-details-style-3 .product-details-content .product-select-wrapper .select-item .color-select li.active {
    border-color: #563289;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.32);
}

.product-details-style-3 .product-details-content .product-select-wrapper .select-item .select-quantity {
    overflow: hidden;
    border-radius: 4px;
    background-color: transparent;
    border: 1px solid #EFEFEF;
    display: inline-flex;
    margin-top: 8px;
}

    .product-details-style-3 .product-details-content .product-select-wrapper .select-item .select-quantity button {
        width: 38px;
        height: 38px;
        padding: 0;
        font-size: 24px;
        border: 0;
        background-color: transparent;
        transition: all 0.4s linear;
        color: #7D7D7D;
        padding: 0;
    }

@media (max-width: 767px) {
    .product-details-style-3 .product-details-content .product-select-wrapper .select-item .select-quantity button {
        height: 28px;
        width: 28px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .product-details-style-3 .product-details-content .product-select-wrapper .select-item .select-quantity button {
        height: 34px;
        width: 34px;
    }
}

.product-details-style-3 .product-details-content .product-select-wrapper .select-item .select-quantity button:hover {
    color: #563289;
}

.product-details-style-3 .product-details-content .product-select-wrapper .select-item .select-quantity input {
    width: 60px;
    height: 38px;
    border: 0;
    padding: 0 10px;
    text-align: center;
    font-weight: 700;
    background-color: transparent;
    color: #000;
}

@media (max-width: 767px) {
    .product-details-style-3 .product-details-content .product-select-wrapper .select-item .select-quantity input {
        height: 40px;
        width: 28px;
        font-size: 14px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .product-details-style-3 .product-details-content .product-select-wrapper .select-item .select-quantity input {
        height: 35px;
        width: 45px;
        font-size: 16px;
    }
}

.product-details-style-3 .product-details-content .product-select-wrapper .select-item .country-select {
    margin-top: 8px;
}

    .product-details-style-3 .product-details-content .product-select-wrapper .select-item .country-select li {
        display: inline-block;
    }

        .product-details-style-3 .product-details-content .product-select-wrapper .select-item .country-select li + li {
            margin-left: 6px;
        }

        .product-details-style-3 .product-details-content .product-select-wrapper .select-item .country-select li span {
            height: 40px;
            line-height: 38px;
            padding: 0 8px;
            border-radius: 4px;
            border: 1px solid #7D7D7D;
            font-size: 16px;
            color: #7D7D7D;
            cursor: pointer;
            transition: all 0.3s linear;
        }

        .product-details-style-3 .product-details-content .product-select-wrapper .select-item .country-select li.active span {
            border-color: #563289;
            color: #563289;
            box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.08);
        }

.product-details-style-3 .product-details-content .product-price {
    padding-top: 24px;
}

    .product-details-style-3 .product-details-content .product-price .price-title {
        font-size: 16px;
        line-height: 22px;
        color: #000;
        font-weight: 400;
    }

@media (max-width: 767px) {
    .product-details-style-3 .product-details-content .product-price .price-title {
        font-size: 14px;
    }
}

.product-details-style-3 .product-details-content .product-price .price-table {
    margin-top: 16px;
}

    .product-details-style-3 .product-details-content .product-price .price-table .table {
        margin-bottom: 0;
    }

        .product-details-style-3 .product-details-content .product-price .price-table .table tbody tr td {
            padding: 10px;
            border-top: 1px solid #D1D1D1;
            border-bottom: 1px solid #D1D1D1;
            vertical-align: middle;
        }

            .product-details-style-3 .product-details-content .product-price .price-table .table tbody tr td.table-size {
                padding-left: 0;
                min-width: 75px;
            }

            .product-details-style-3 .product-details-content .product-price .price-table .table tbody tr td.table-price {
                min-width: 230px;
            }

            .product-details-style-3 .product-details-content .product-price .price-table .table tbody tr td.table-btn {
                padding-right: 0;
                text-align: right;
                min-width: 170px;
            }

        .product-details-style-3 .product-details-content .product-price .price-table .table tbody tr .size {
            font-size: 16px;
            line-height: 22px;
            font-weight: 400;
            color: #000;
            border-right: 1px solid #D1D1D1;
            text-transform: uppercase;
        }

        .product-details-style-3 .product-details-content .product-price .price-table .table tbody tr .price .sale-price {
            font-weight: 500;
            font-size: 24px;
            line-height: 30px;
            color: #000;
            display: inline-block;
        }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .product-details-style-3 .product-details-content .product-price .price-table .table tbody tr .price .sale-price {
        font-size: 20px;
        line-height: 26px;
    }
}

@media (max-width: 767px) {
    .product-details-style-3 .product-details-content .product-price .price-table .table tbody tr .price .sale-price {
        font-size: 18px;
        line-height: 24px;
    }
}

.product-details-style-3 .product-details-content .product-price .price-table .table tbody tr .price .regular-price {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #4C4C4C;
    margin-right: 16px;
    text-decoration: line-through;
    text-decoration-thickness: 2px;
    text-decoration-color: #7D7D7D;
    -moz-text-decoration-color: #7D7D7D;
    display: inline-block;
}

/*===== Product Details Style 4 =====*/
.product-details-wrapper {
    background-color: #FAFAFA;
}

.product-details-style-4 .product-details-image {
    position: relative;
}

    .product-details-style-4 .product-details-image .product-image .single-image img {
        width: 100%;
    }

    .product-details-style-4 .product-details-image .product-thumb-image {
        text-align: center;
        max-width: 360px;
        margin: 50px auto 0;
        position: relative;
    }

@media (max-width: 767px) {
    .product-details-style-4 .product-details-image .product-thumb-image {
        max-width: 85%;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .product-details-style-4 .product-details-image .product-thumb-image {
        max-width: 360px;
    }
}

.product-details-style-4 .product-details-image .product-thumb-image .single-thumb {
    cursor: pointer;
    border-radius: 4px;
    margin: 5px;
}

@media (max-width: 767px) {
    .product-details-style-4 .product-details-image .product-thumb-image .single-thumb {
        margin: 3px;
    }
}

.product-details-style-4 .product-details-image .product-thumb-image .single-thumb img {
    width: 60px;
    border-radius: 4px;
    opacity: 0.74;
    margin: auto;
    transition: all 0.3s linear;
}

@media (max-width: 767px) {
    .product-details-style-4 .product-details-image .product-thumb-image .single-thumb img {
        width: 40px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .product-details-style-4 .product-details-image .product-thumb-image .single-thumb img {
        width: 60px;
    }
}

.product-details-style-4 .product-details-image .product-thumb-image .single-thumb.active img {
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.32);
    opacity: 1;
}

.product-details-style-4 .product-details-content .sub-title {
    font-size: 24px;
    line-height: 30px;
    color: rgba(0, 0, 0, 0.64);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .product-details-style-4 .product-details-content .sub-title {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .product-details-style-4 .product-details-content .sub-title {
        font-size: 18px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .product-details-style-4 .product-details-content .sub-title {
        font-size: 20px;
    }
}

.product-details-style-4 .product-details-content .title {
    font-weight: 500;
    font-size: 52px;
    line-height: 65px;
    color: #000;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .product-details-style-4 .product-details-content .title {
        font-size: 38px;
        line-height: 36px;
    }
}

@media (max-width: 767px) {
    .product-details-style-4 .product-details-content .title {
        font-size: 32px;
        line-height: 36px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .product-details-style-4 .product-details-content .title {
        font-size: 38px;
        line-height: 45px;
    }
}

.product-details-style-4 .product-details-content .product-items .item-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    color: #000;
}

@media (max-width: 767px) {
    .product-details-style-4 .product-details-content .product-items .item-title {
        font-size: 14px;
    }
}

.product-details-style-4 .product-details-content .product-items .items-wrapper {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

    .product-details-style-4 .product-details-content .product-items .items-wrapper .single-item {
        max-width: 130px;
        text-align: center;
        -moz-flex: 1;
        flex: 1;
        margin-top: 8px;
    }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .product-details-style-4 .product-details-content .product-items .items-wrapper .single-item {
        max-width: 110px;
    }
}

.product-details-style-4 .product-details-content .product-items .items-wrapper .single-item + .single-item {
    margin-left: 8px;
}

.product-details-style-4 .product-details-content .product-items .items-wrapper .single-item .items-image img {
    width: 100%;
    border-radius: 8px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.08);
    border: 1px solid #fff;
    cursor: pointer;
    transition: all 0.3s linear;
}

.product-details-style-4 .product-details-content .product-items .items-wrapper .single-item .text {
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    color: #000;
    margin-top: 11px;
}

.product-details-style-4 .product-details-content .product-items .items-wrapper .single-item.active .items-image img {
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.32);
    border-color: #563289;
}

.product-details-style-4 .product-details-content .product-select-wrapper {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    margin-left: -10px;
    margin-right: -10px;
}

    .product-details-style-4 .product-details-content .product-select-wrapper .select-title {
        font-size: 16px;
        line-height: 22px;
        font-weight: 400;
        color: #000;
    }

@media (max-width: 767px) {
    .product-details-style-4 .product-details-content .product-select-wrapper .select-title {
        font-size: 14px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .product-details-style-4 .product-details-content .product-select-wrapper .select-title {
        font-size: 16px;
    }
}

.product-details-style-4 .product-details-content .product-select-wrapper .select-title span {
    font-weight: 500;
    margin-left: 5px;
}

.product-details-style-4 .product-details-content .product-select-wrapper .select-item {
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
}

    .product-details-style-4 .product-details-content .product-select-wrapper .select-item .color-select {
        padding-top: 8px;
    }

        .product-details-style-4 .product-details-content .product-select-wrapper .select-item .color-select li {
            display: inline-block;
            width: 40px;
            height: 40px;
            border-radius: 50%;
            border: 1px solid #fff;
            cursor: pointer;
            transition: all 0.3s linear;
        }

            .product-details-style-4 .product-details-content .product-select-wrapper .select-item .color-select li + li {
                margin-left: 8px;
            }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .product-details-style-4 .product-details-content .product-select-wrapper .select-item .color-select li {
        width: 30px;
        height: 30px;
    }
}

@media (max-width: 767px) {
    .product-details-style-4 .product-details-content .product-select-wrapper .select-item .color-select li {
        width: 25px;
        height: 25px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .product-details-style-4 .product-details-content .product-select-wrapper .select-item .color-select li {
        width: 30px;
        height: 30px;
    }
}

.product-details-style-4 .product-details-content .product-select-wrapper .select-item .color-select li.active {
    border-color: #563289;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.32);
}

.product-details-style-4 .product-details-content .product-select-wrapper .select-item .size-select {
    margin-top: 8px;
}

    .product-details-style-4 .product-details-content .product-select-wrapper .select-item .size-select .select-position {
        display: inline-block;
    }

        .product-details-style-4 .product-details-content .product-select-wrapper .select-item .size-select .select-position::after {
            right: 15px;
            margin-top: -5px;
            border-color: #563289;
        }

        .product-details-style-4 .product-details-content .product-select-wrapper .select-item .size-select .select-position select {
            padding-right: 40px;
        }

.product-details-style-4 .product-details-content .product-select-wrapper .select-item .select-quantity {
    overflow: hidden;
    border-radius: 4px;
    background-color: transparent;
    border: 1px solid #EFEFEF;
    display: inline-flex;
    margin-top: 8px;
}

    .product-details-style-4 .product-details-content .product-select-wrapper .select-item .select-quantity button {
        width: 38px;
        height: 38px;
        padding: 0;
        font-size: 24px;
        border: 0;
        background-color: transparent;
        transition: all 0.4s linear;
        color: #7D7D7D;
        padding: 0;
    }

@media (max-width: 767px) {
    .product-details-style-4 .product-details-content .product-select-wrapper .select-item .select-quantity button {
        height: 28px;
        width: 28px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .product-details-style-4 .product-details-content .product-select-wrapper .select-item .select-quantity button {
        height: 34px;
        width: 34px;
    }
}

.product-details-style-4 .product-details-content .product-select-wrapper .select-item .select-quantity button:hover {
    color: #563289;
}

.product-details-style-4 .product-details-content .product-select-wrapper .select-item .select-quantity input {
    width: 50px;
    height: 38px;
    border: 0;
    padding: 0 10px;
    text-align: center;
    font-weight: 700;
    background-color: transparent;
    color: #000;
}

@media (max-width: 767px) {
    .product-details-style-4 .product-details-content .product-select-wrapper .select-item .select-quantity input {
        height: 40px;
        width: 28px;
        font-size: 14px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .product-details-style-4 .product-details-content .product-select-wrapper .select-item .select-quantity input {
        height: 35px;
        width: 45px;
        font-size: 16px;
    }
}

.product-details-style-4 .product-details-content .product-select-wrapper .select-item .country-select {
    margin-top: 8px;
}

    .product-details-style-4 .product-details-content .product-select-wrapper .select-item .country-select .select-position {
        display: inline-block;
    }

        .product-details-style-4 .product-details-content .product-select-wrapper .select-item .country-select .select-position::after {
            right: 15px;
            margin-top: -5px;
            border-color: #563289;
        }

        .product-details-style-4 .product-details-content .product-select-wrapper .select-item .country-select .select-position select {
            padding-right: 40px;
        }

.product-details-style-4 .product-details-content .product-price {
    padding-top: 24px;
}

    .product-details-style-4 .product-details-content .product-price .price-title {
        font-size: 16px;
        line-height: 22px;
        color: #000;
        font-weight: 400;
    }

@media (max-width: 767px) {
    .product-details-style-4 .product-details-content .product-price .price-title {
        font-size: 14px;
    }
}

.product-details-style-4 .product-details-content .product-price .sale-price {
    font-weight: 700;
    font-size: 36px;
    line-height: 45px;
    color: #000;
    margin-top: 8px;
    display: inline-block;
    margin-right: 16px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .product-details-style-4 .product-details-content .product-price .sale-price {
        font-size: 30px;
        line-height: 40px;
    }
}

@media (max-width: 767px) {
    .product-details-style-4 .product-details-content .product-price .sale-price {
        font-size: 28px;
        line-height: 38px;
    }
}

.product-details-style-4 .product-details-content .product-price .regular-price {
    font-weight: 700;
    font-size: 28px;
    line-height: 38px;
    color: #7D7D7D;
    margin-top: 8px;
    text-decoration: line-through;
    text-decoration-thickness: 3px;
    display: inline-block;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .product-details-style-4 .product-details-content .product-price .regular-price {
        font-size: 24px;
        line-height: 30px;
    }
}

@media (max-width: 767px) {
    .product-details-style-4 .product-details-content .product-price .regular-price {
        font-size: 20px;
        line-height: 34px;
    }
}

.product-details-style-4 .product-details-content .product-btn {
    padding-top: 24px;
}

    .product-details-style-4 .product-details-content .product-btn .main-btn {
        margin-top: 8px;
        margin-right: 6px;
    }

/*===== Product Details Style 5 =====*/
.product-details-wrapper {
    background-color: #FAFAFA;
}

.product-details-style-5 .product-details-image {
    position: relative;
}

    .product-details-style-5 .product-details-image .product-image .single-image img {
        width: 100%;
    }

    .product-details-style-5 .product-details-image .product-thumb-image {
        text-align: center;
        max-width: 360px;
        margin: 50px auto 0;
        position: relative;
    }

@media (max-width: 767px) {
    .product-details-style-5 .product-details-image .product-thumb-image {
        max-width: 85%;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .product-details-style-5 .product-details-image .product-thumb-image {
        max-width: 360px;
    }
}

.product-details-style-5 .product-details-image .product-thumb-image .single-thumb {
    cursor: pointer;
    border-radius: 4px;
    margin: 5px;
}

@media (max-width: 767px) {
    .product-details-style-5 .product-details-image .product-thumb-image .single-thumb {
        margin: 3px;
    }
}

.product-details-style-5 .product-details-image .product-thumb-image .single-thumb img {
    width: 60px;
    border-radius: 4px;
    opacity: 0.74;
    margin: auto;
    transition: all 0.3s linear;
}

@media (max-width: 767px) {
    .product-details-style-5 .product-details-image .product-thumb-image .single-thumb img {
        width: 40px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .product-details-style-5 .product-details-image .product-thumb-image .single-thumb img {
        width: 60px;
    }
}

.product-details-style-5 .product-details-image .product-thumb-image .single-thumb.active img {
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.32);
    opacity: 1;
}

.product-details-style-5 .product-details-content .sub-title {
    font-size: 24px;
    line-height: 30px;
    color: rgba(0, 0, 0, 0.64);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .product-details-style-5 .product-details-content .sub-title {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .product-details-style-5 .product-details-content .sub-title {
        font-size: 18px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .product-details-style-5 .product-details-content .sub-title {
        font-size: 20px;
    }
}

.product-details-style-5 .product-details-content .title {
    font-weight: 500;
    font-size: 52px;
    line-height: 65px;
    color: #000;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .product-details-style-5 .product-details-content .title {
        font-size: 38px;
        line-height: 36px;
    }
}

@media (max-width: 767px) {
    .product-details-style-5 .product-details-content .title {
        font-size: 32px;
        line-height: 36px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .product-details-style-5 .product-details-content .title {
        font-size: 38px;
        line-height: 45px;
    }
}

.product-details-style-5 .product-details-content .product-items .item-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    color: #000;
}

@media (max-width: 767px) {
    .product-details-style-5 .product-details-content .product-items .item-title {
        font-size: 14px;
    }
}

.product-details-style-5 .product-details-content .product-items .items-wrapper {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

    .product-details-style-5 .product-details-content .product-items .items-wrapper .single-item {
        max-width: 130px;
        text-align: center;
        -moz-flex: 1;
        flex: 1;
        margin-top: 8px;
    }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .product-details-style-5 .product-details-content .product-items .items-wrapper .single-item {
        max-width: 110px;
    }
}

.product-details-style-5 .product-details-content .product-items .items-wrapper .single-item + .single-item {
    margin-left: 8px;
}

.product-details-style-5 .product-details-content .product-items .items-wrapper .single-item .items-image img {
    width: 100%;
    border-radius: 8px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.08);
    border: 1px solid #fff;
    cursor: pointer;
    transition: all 0.3s linear;
}

.product-details-style-5 .product-details-content .product-items .items-wrapper .single-item .text {
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    color: #000;
    margin-top: 11px;
}

.product-details-style-5 .product-details-content .product-items .items-wrapper .single-item.active .items-image img {
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.32);
    border-color: #563289;
}

.product-details-style-5 .product-details-content .product-select-wrapper {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    margin-left: -10px;
    margin-right: -10px;
}

    .product-details-style-5 .product-details-content .product-select-wrapper .select-title {
        font-size: 16px;
        line-height: 22px;
        font-weight: 400;
        color: #000;
    }

@media (max-width: 767px) {
    .product-details-style-5 .product-details-content .product-select-wrapper .select-title {
        font-size: 14px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .product-details-style-5 .product-details-content .product-select-wrapper .select-title {
        font-size: 16px;
    }
}

.product-details-style-5 .product-details-content .product-select-wrapper .select-title span {
    font-weight: 500;
    margin-left: 5px;
}

.product-details-style-5 .product-details-content .product-select-wrapper .select-item {
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
}

    .product-details-style-5 .product-details-content .product-select-wrapper .select-item .color-select {
        padding-top: 8px;
    }

        .product-details-style-5 .product-details-content .product-select-wrapper .select-item .color-select li {
            display: inline-block;
            width: 40px;
            height: 40px;
            border-radius: 50%;
            border: 1px solid #fff;
            cursor: pointer;
            transition: all 0.3s linear;
        }

            .product-details-style-5 .product-details-content .product-select-wrapper .select-item .color-select li + li {
                margin-left: 8px;
            }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .product-details-style-5 .product-details-content .product-select-wrapper .select-item .color-select li {
        width: 30px;
        height: 30px;
    }
}

@media (max-width: 767px) {
    .product-details-style-5 .product-details-content .product-select-wrapper .select-item .color-select li {
        width: 25px;
        height: 25px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .product-details-style-5 .product-details-content .product-select-wrapper .select-item .color-select li {
        width: 30px;
        height: 30px;
    }
}

.product-details-style-5 .product-details-content .product-select-wrapper .select-item .color-select li.active {
    border-color: #563289;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.32);
}

.product-details-style-5 .product-details-content .product-select-wrapper .select-item .size-select {
    margin-top: 8px;
}

    .product-details-style-5 .product-details-content .product-select-wrapper .select-item .size-select .select-position {
        display: inline-block;
    }

        .product-details-style-5 .product-details-content .product-select-wrapper .select-item .size-select .select-position::after {
            right: 15px;
            margin-top: -5px;
            border-color: #563289;
        }

        .product-details-style-5 .product-details-content .product-select-wrapper .select-item .size-select .select-position select {
            padding-right: 40px;
        }

.product-details-style-5 .product-details-content .product-select-wrapper .select-item .select-quantity {
    overflow: hidden;
    border-radius: 4px;
    background-color: transparent;
    border: 1px solid #EFEFEF;
    display: inline-flex;
    margin-top: 8px;
}

    .product-details-style-5 .product-details-content .product-select-wrapper .select-item .select-quantity button {
        width: 38px;
        height: 38px;
        padding: 0;
        font-size: 24px;
        border: 0;
        background-color: transparent;
        transition: all 0.4s linear;
        color: #7D7D7D;
        padding: 0;
    }

@media (max-width: 767px) {
    .product-details-style-5 .product-details-content .product-select-wrapper .select-item .select-quantity button {
        height: 28px;
        width: 28px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .product-details-style-5 .product-details-content .product-select-wrapper .select-item .select-quantity button {
        height: 34px;
        width: 34px;
    }
}

.product-details-style-5 .product-details-content .product-select-wrapper .select-item .select-quantity button:hover {
    color: #563289;
}

.product-details-style-5 .product-details-content .product-select-wrapper .select-item .select-quantity input {
    width: 50px;
    height: 38px;
    border: 0;
    padding: 0 10px;
    text-align: center;
    font-weight: 700;
    background-color: transparent;
    color: #000;
}

@media (max-width: 767px) {
    .product-details-style-5 .product-details-content .product-select-wrapper .select-item .select-quantity input {
        height: 40px;
        width: 28px;
        font-size: 14px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .product-details-style-5 .product-details-content .product-select-wrapper .select-item .select-quantity input {
        height: 35px;
        width: 45px;
        font-size: 16px;
    }
}

.product-details-style-5 .product-details-content .product-select-wrapper .select-item .country-select {
    margin-top: 8px;
}

    .product-details-style-5 .product-details-content .product-select-wrapper .select-item .country-select .select-position {
        display: inline-block;
    }

        .product-details-style-5 .product-details-content .product-select-wrapper .select-item .country-select .select-position::after {
            right: 15px;
            margin-top: -5px;
            border-color: #563289;
        }

        .product-details-style-5 .product-details-content .product-select-wrapper .select-item .country-select .select-position select {
            padding-right: 40px;
        }

.product-details-style-5 .product-details-content .product-price {
    padding-top: 24px;
}

    .product-details-style-5 .product-details-content .product-price .price-title {
        font-size: 16px;
        line-height: 22px;
        color: #000;
        font-weight: 400;
    }

@media (max-width: 767px) {
    .product-details-style-5 .product-details-content .product-price .price-title {
        font-size: 14px;
    }
}

.product-details-style-5 .product-details-content .product-price .sale-price {
    font-weight: 700;
    font-size: 36px;
    line-height: 45px;
    color: #000;
    margin-top: 8px;
    display: inline-block;
    margin-right: 16px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .product-details-style-5 .product-details-content .product-price .sale-price {
        font-size: 30px;
        line-height: 40px;
    }
}

@media (max-width: 767px) {
    .product-details-style-5 .product-details-content .product-price .sale-price {
        font-size: 28px;
        line-height: 38px;
    }
}

.product-details-style-5 .product-details-content .product-price .regular-price {
    font-weight: 700;
    font-size: 28px;
    line-height: 38px;
    color: #7D7D7D;
    margin-top: 8px;
    text-decoration: line-through;
    text-decoration-thickness: 3px;
    display: inline-block;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .product-details-style-5 .product-details-content .product-price .regular-price {
        font-size: 24px;
        line-height: 30px;
    }
}

@media (max-width: 767px) {
    .product-details-style-5 .product-details-content .product-price .regular-price {
        font-size: 20px;
        line-height: 34px;
    }
}

.product-details-style-5 .product-details-content .product-btn {
    padding-top: 24px;
}

    .product-details-style-5 .product-details-content .product-btn .main-btn {
        margin-top: 8px;
        margin-right: 6px;
    }

/*===== Product Details Style 6 =====*/
.product-details-wrapper {
    background-color: #FAFAFA;
}

.product-details-bg {
    height: 640px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .product-details-bg {
        height: 440px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .product-details-bg {
        height: 440px;
    }
}

@media (max-width: 767px) {
    .product-details-bg {
        height: 280px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .product-details-bg {
        height: 320px;
    }
}

.product-details-style-6 {
    margin-top: -200px;
    position: relative;
    z-index: 6;
}

@media (max-width: 767px) {
    .product-details-style-6 {
        margin-top: -100px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .product-details-style-6 {
        margin-top: -140px;
    }
}

.product-details-style-6 .product-details-image {
    position: relative;
}

    .product-details-style-6 .product-details-image .product-image .single-image img {
        width: 100%;
        border-radius: 16px;
    }

    .product-details-style-6 .product-details-image .product-thumb-image {
        text-align: center;
        max-width: 360px;
        margin: 50px auto 0;
        position: relative;
    }

@media (max-width: 767px) {
    .product-details-style-6 .product-details-image .product-thumb-image {
        max-width: 85%;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .product-details-style-6 .product-details-image .product-thumb-image {
        max-width: 360px;
    }
}

.product-details-style-6 .product-details-image .product-thumb-image .single-thumb {
    cursor: pointer;
    border-radius: 4px;
    margin: 5px;
}

@media (max-width: 767px) {
    .product-details-style-6 .product-details-image .product-thumb-image .single-thumb {
        margin: 3px;
    }
}

.product-details-style-6 .product-details-image .product-thumb-image .single-thumb img {
    width: 60px;
    border-radius: 4px;
    opacity: 0.74;
    margin: auto;
    transition: all 0.3s linear;
}

@media (max-width: 767px) {
    .product-details-style-6 .product-details-image .product-thumb-image .single-thumb img {
        width: 40px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .product-details-style-6 .product-details-image .product-thumb-image .single-thumb img {
        width: 60px;
    }
}

.product-details-style-6 .product-details-image .product-thumb-image .single-thumb.active img {
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.32);
    opacity: 1;
}

.product-details-style-6 .product-details-content .sub-title {
    font-size: 24px;
    line-height: 30px;
    color: rgba(0, 0, 0, 0.64);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .product-details-style-6 .product-details-content .sub-title {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .product-details-style-6 .product-details-content .sub-title {
        font-size: 18px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .product-details-style-6 .product-details-content .sub-title {
        font-size: 20px;
    }
}

.product-details-style-6 .product-details-content .title {
    font-weight: 500;
    font-size: 52px;
    line-height: 65px;
    color: #000;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .product-details-style-6 .product-details-content .title {
        font-size: 38px;
        line-height: 36px;
    }
}

@media (max-width: 767px) {
    .product-details-style-6 .product-details-content .title {
        font-size: 32px;
        line-height: 36px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .product-details-style-6 .product-details-content .title {
        font-size: 38px;
        line-height: 45px;
    }
}

.product-details-style-6 .product-details-content .product-items .item-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    color: #000;
}

@media (max-width: 767px) {
    .product-details-style-6 .product-details-content .product-items .item-title {
        font-size: 14px;
    }
}

.product-details-style-6 .product-details-content .product-items .items-wrapper {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

    .product-details-style-6 .product-details-content .product-items .items-wrapper .single-item {
        max-width: 130px;
        text-align: center;
        -moz-flex: 1;
        flex: 1;
        margin-top: 8px;
    }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .product-details-style-6 .product-details-content .product-items .items-wrapper .single-item {
        max-width: 110px;
    }
}

.product-details-style-6 .product-details-content .product-items .items-wrapper .single-item + .single-item {
    margin-left: 8px;
}

.product-details-style-6 .product-details-content .product-items .items-wrapper .single-item .items-image img {
    width: 100%;
    border-radius: 8px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.08);
    border: 1px solid #fff;
    cursor: pointer;
    transition: all 0.3s linear;
}

.product-details-style-6 .product-details-content .product-items .items-wrapper .single-item .text {
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    color: #000;
    margin-top: 11px;
}

.product-details-style-6 .product-details-content .product-items .items-wrapper .single-item.active .items-image img {
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.32);
    border-color: #563289;
}

.product-details-style-6 .product-details-content .product-select-wrapper {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    margin-left: -10px;
    margin-right: -10px;
}

    .product-details-style-6 .product-details-content .product-select-wrapper .select-title {
        font-size: 16px;
        line-height: 22px;
        font-weight: 400;
        color: #000;
    }

@media (max-width: 767px) {
    .product-details-style-6 .product-details-content .product-select-wrapper .select-title {
        font-size: 14px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .product-details-style-6 .product-details-content .product-select-wrapper .select-title {
        font-size: 16px;
    }
}

.product-details-style-6 .product-details-content .product-select-wrapper .select-title span {
    font-weight: 500;
    margin-left: 5px;
}

.product-details-style-6 .product-details-content .product-select-wrapper .select-item {
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
}

    .product-details-style-6 .product-details-content .product-select-wrapper .select-item .color-select {
        padding-top: 8px;
    }

        .product-details-style-6 .product-details-content .product-select-wrapper .select-item .color-select li {
            display: inline-block;
            width: 40px;
            height: 40px;
            border-radius: 50%;
            border: 1px solid #fff;
            cursor: pointer;
            transition: all 0.3s linear;
        }

            .product-details-style-6 .product-details-content .product-select-wrapper .select-item .color-select li + li {
                margin-left: 8px;
            }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .product-details-style-6 .product-details-content .product-select-wrapper .select-item .color-select li {
        width: 30px;
        height: 30px;
    }
}

@media (max-width: 767px) {
    .product-details-style-6 .product-details-content .product-select-wrapper .select-item .color-select li {
        width: 25px;
        height: 25px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .product-details-style-6 .product-details-content .product-select-wrapper .select-item .color-select li {
        width: 30px;
        height: 30px;
    }
}

.product-details-style-6 .product-details-content .product-select-wrapper .select-item .color-select li.active {
    border-color: #563289;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.32);
}

.product-details-style-6 .product-details-content .product-select-wrapper .select-item .size-select {
    margin-top: 8px;
}

    .product-details-style-6 .product-details-content .product-select-wrapper .select-item .size-select .select-position {
        display: inline-block;
    }

        .product-details-style-6 .product-details-content .product-select-wrapper .select-item .size-select .select-position::after {
            right: 15px;
            margin-top: -5px;
            border-color: #563289;
        }

        .product-details-style-6 .product-details-content .product-select-wrapper .select-item .size-select .select-position select {
            padding-right: 40px;
        }

.product-details-style-6 .product-details-content .product-select-wrapper .select-item .select-quantity {
    overflow: hidden;
    border-radius: 4px;
    background-color: transparent;
    border: 1px solid #EFEFEF;
    display: inline-flex;
    margin-top: 8px;
}

    .product-details-style-6 .product-details-content .product-select-wrapper .select-item .select-quantity button {
        width: 38px;
        height: 38px;
        padding: 0;
        font-size: 24px;
        border: 0;
        background-color: transparent;
        transition: all 0.4s linear;
        color: #7D7D7D;
        padding: 0;
    }

@media (max-width: 767px) {
    .product-details-style-6 .product-details-content .product-select-wrapper .select-item .select-quantity button {
        height: 28px;
        width: 28px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .product-details-style-6 .product-details-content .product-select-wrapper .select-item .select-quantity button {
        height: 34px;
        width: 34px;
    }
}

.product-details-style-6 .product-details-content .product-select-wrapper .select-item .select-quantity button:hover {
    color: #563289;
}

.product-details-style-6 .product-details-content .product-select-wrapper .select-item .select-quantity input {
    width: 50px;
    height: 38px;
    border: 0;
    padding: 0 10px;
    text-align: center;
    font-weight: 700;
    background-color: transparent;
    color: #000;
}

@media (max-width: 767px) {
    .product-details-style-6 .product-details-content .product-select-wrapper .select-item .select-quantity input {
        height: 40px;
        width: 28px;
        font-size: 14px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .product-details-style-6 .product-details-content .product-select-wrapper .select-item .select-quantity input {
        height: 35px;
        width: 45px;
        font-size: 16px;
    }
}

.product-details-style-6 .product-details-content .product-select-wrapper .select-item .country-select {
    margin-top: 8px;
}

    .product-details-style-6 .product-details-content .product-select-wrapper .select-item .country-select .select-position {
        display: inline-block;
    }

        .product-details-style-6 .product-details-content .product-select-wrapper .select-item .country-select .select-position::after {
            right: 15px;
            margin-top: -5px;
            border-color: #563289;
        }

        .product-details-style-6 .product-details-content .product-select-wrapper .select-item .country-select .select-position select {
            padding-right: 40px;
        }

.product-details-style-6 .product-details-content .product-price {
    padding-top: 24px;
}

    .product-details-style-6 .product-details-content .product-price .price-title {
        font-size: 16px;
        line-height: 22px;
        color: #000;
        font-weight: 400;
    }

@media (max-width: 767px) {
    .product-details-style-6 .product-details-content .product-price .price-title {
        font-size: 14px;
    }
}

.product-details-style-6 .product-details-content .product-price .sale-price {
    font-weight: 700;
    font-size: 36px;
    line-height: 45px;
    color: #000;
    margin-top: 8px;
    display: inline-block;
    margin-right: 16px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .product-details-style-6 .product-details-content .product-price .sale-price {
        font-size: 30px;
        line-height: 40px;
    }
}

@media (max-width: 767px) {
    .product-details-style-6 .product-details-content .product-price .sale-price {
        font-size: 28px;
        line-height: 38px;
    }
}

.product-details-style-6 .product-details-content .product-price .regular-price {
    font-weight: 700;
    font-size: 28px;
    line-height: 38px;
    color: #7D7D7D;
    margin-top: 8px;
    text-decoration: line-through;
    text-decoration-thickness: 3px;
    display: inline-block;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .product-details-style-6 .product-details-content .product-price .regular-price {
        font-size: 24px;
        line-height: 30px;
    }
}

@media (max-width: 767px) {
    .product-details-style-6 .product-details-content .product-price .regular-price {
        font-size: 20px;
        line-height: 34px;
    }
}

.product-details-style-6 .product-details-content .product-btn {
    padding-top: 24px;
}

    .product-details-style-6 .product-details-content .product-btn .main-btn {
        margin-top: 8px;
        margin-right: 6px;
    }

/*==================================================================
                21. Reviews css
==================================================================*/
/*===== All Reviews Style =====*/
.reviews-style .reviews-menu .nav {
    position: relative;
    display: -moz-inline-flex;
    display: -ms-inline-flex;
    display: -o-inline-flex;
    display: inline-flex;
}

    .reviews-style .reviews-menu .nav::before {
        position: absolute;
        content: '';
        width: 100%;
        height: 2px;
        border-radius: 50px;
        background-color: #EFEFEF;
        left: 0;
        bottom: 0;
    }

    .reviews-style .reviews-menu .nav li a {
        font-weight: 700;
        font-size: 16px;
        line-height: 24px;
        color: #7D7D7D;
        padding: 8px 16px;
        text-transform: uppercase;
        letter-spacing: 1px;
        position: relative;
        transition: all 0.3s linear;
    }

@media (max-width: 767px) {
    .reviews-style .reviews-menu .nav li a {
        padding: 4px 4px;
        font-size: 13px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .reviews-style .reviews-menu .nav li a {
        font-size: 16px;
        padding: 8px 16px;
    }
}

.reviews-style .reviews-menu .nav li a::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 4px;
    border-radius: 50px;
    background-color: #EFEFEF;
    left: 0;
    bottom: -1px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s linear;
}

.reviews-style .reviews-menu .nav li a.active {
    color: #563289;
}

    .reviews-style .reviews-menu .nav li a.active::before {
        opacity: 1;
        visibility: visible;
        background-color: #563289;
    }

.reviews-style .reviews-title {
    margin-top: 32px;
}

    .reviews-style .reviews-title .title {
        font-size: 20px;
        line-height: 28px;
        color: #000;
        font-weight: 400;
    }

@media (max-width: 767px) {
    .reviews-style .reviews-title .title {
        font-size: 16px;
    }
}

.reviews-style .reviews-rating-wrapper {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    margin-top: 16px;
}

    .reviews-style .reviews-rating-wrapper .reviews-rating-star {
        border: 2px solid #EFEFEF;
        width: 50%;
        padding: 32px;
    }

@media (max-width: 767px) {
    .reviews-style .reviews-rating-wrapper .reviews-rating-star {
        width: 100%;
        padding: 24px;
    }
}

.reviews-style .reviews-rating-wrapper .reviews-rating-star .rating-review {
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.64);
}

    .reviews-style .reviews-rating-wrapper .reviews-rating-star .rating-review i {
        font-size: 20px;
        color: #FFBE27;
    }

    .reviews-style .reviews-rating-wrapper .reviews-rating-star .rating-review span {
        font-weight: 500;
        color: #000;
    }

.reviews-style .reviews-rating-wrapper .reviews-rating-star .reviews-rating-bar .single-reviews-rating-bar {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    margin-top: 16px;
}

    .reviews-style .reviews-rating-wrapper .reviews-rating-star .reviews-rating-bar .single-reviews-rating-bar .value {
        width: 85px;
        font-size: 14px;
        line-height: 20px;
        color: #000;
        font-weight: 400;
    }

    .reviews-style .reviews-rating-wrapper .reviews-rating-star .reviews-rating-bar .single-reviews-rating-bar .rating-bar-inner {
        width: 200px;
        height: 20px;
        background-color: #EFEFEF;
        border-radius: 50px;
        position: relative;
    }

@media (max-width: 767px) {
    .reviews-style .reviews-rating-wrapper .reviews-rating-star .reviews-rating-bar .single-reviews-rating-bar .rating-bar-inner {
        width: 60%;
    }
}

.reviews-style .reviews-rating-wrapper .reviews-rating-star .reviews-rating-bar .single-reviews-rating-bar .rating-bar-inner .bar-inner {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 50px;
    background-color: #E14C7B;
}

.reviews-style .reviews-rating-wrapper .reviews-rating-star .reviews-rating-bar .single-reviews-rating-bar .percent {
    width: 50px;
    font-size: 14px;
    line-height: 20px;
    color: #000;
    font-weight: 400;
    margin-left: 32px;
}

@media (max-width: 767px) {
    .reviews-style .reviews-rating-wrapper .reviews-rating-star .reviews-rating-bar .single-reviews-rating-bar .percent {
        margin-left: 18px;
    }
}

.reviews-style .reviews-rating-wrapper .reviews-rating-form {
    border: 2px solid #EFEFEF;
    border-left: 0;
    width: 50%;
    padding: 32px;
}

@media (max-width: 767px) {
    .reviews-style .reviews-rating-wrapper .reviews-rating-form {
        width: 100%;
        border-left: 2px solid #EFEFEF;
        border-top: 0;
        padding: 24px;
    }
}

.reviews-style .reviews-rating-wrapper .reviews-rating-form .rating-star p {
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
    color: #4C4C4C;
}

.reviews-style .reviews-rating-wrapper .reviews-rating-form .rating-star .stars {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

    .reviews-style .reviews-rating-wrapper .reviews-rating-form .rating-star .stars li {
        font-size: 24px;
        color: #7D7D7D;
        cursor: pointer;
    }

        .reviews-style .reviews-rating-wrapper .reviews-rating-form .rating-star .stars li.hover, .reviews-style .reviews-rating-wrapper .reviews-rating-form .rating-star .stars li.selected {
            color: #FFBE27;
        }

.reviews-style .reviews-rating-wrapper .reviews-rating-form .rating-form .single-rating-form {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
}

.reviews-style .reviews-rating-wrapper .reviews-rating-form .rating-form .rating-form-file {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

    .reviews-style .reviews-rating-wrapper .reviews-rating-form .rating-form .rating-form-file .file {
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        margin-top: 16px;
    }

        .reviews-style .reviews-rating-wrapper .reviews-rating-form .rating-form .rating-form-file .file input[type="file"] {
            display: none;
        }

            .reviews-style .reviews-rating-wrapper .reviews-rating-form .rating-form .rating-form-file .file input[type="file"] + label {
                font-size: 24px;
                color: #4C4C4C;
                cursor: pointer;
                line-height: 40px;
            }

.reviews-style .reviews-rating-wrapper .reviews-rating-form .rating-form .rating-form-btn {
    margin-top: 16px;
}

.reviews-style .reviews-btn {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    padding: 16px;
    padding-top: 8px;
    border: 2px solid #EFEFEF;
    justify-content: space-between;
    background-color: #FAFAFA;
    margin-top: -2px;
}

    .reviews-style .reviews-btn .reviews-btn-left {
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
    }

@media (max-width: 767px) {
    .reviews-style .reviews-btn .reviews-btn-left {
        display: block;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .reviews-style .reviews-btn .reviews-btn-left {
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
    }
}

.reviews-style .reviews-btn .reviews-btn-left .dropdown-style {
    margin-top: 8px;
}

    .reviews-style .reviews-btn .reviews-btn-left .dropdown-style + .dropdown-style {
        margin-left: 8px;
    }

@media (max-width: 767px) {
    .reviews-style .reviews-btn .reviews-btn-left .dropdown-style + .dropdown-style {
        margin-left: 0;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .reviews-style .reviews-btn .reviews-btn-left .dropdown-style + .dropdown-style {
        margin-left: 8px;
    }
}

.reviews-style .reviews-btn .reviews-btn-right .main-btn {
    margin-top: 8px;
    font-weight: 400;
    background-color: #EEE6FD;
    color: #563289;
}

    .reviews-style .reviews-btn .reviews-btn-right .main-btn:hover {
        box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.25);
    }

    .reviews-style .reviews-btn .reviews-btn-right .main-btn + .main-btn {
        margin-left: 6px;
    }

@media (max-width: 767px) {
    .reviews-style .reviews-btn .reviews-btn-right .main-btn + .main-btn {
        margin-left: 0;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .reviews-style .reviews-btn .reviews-btn-right .main-btn + .main-btn {
        margin-left: 6px;
    }
}

.reviews-style .reviews-comment {
    padding: 8px 32px 18px;
    padding-top: 8px;
    border: 2px solid #EFEFEF;
    margin-top: -2px;
}

@media (max-width: 767px) {
    .reviews-style .reviews-comment {
        padding: 0px 24px 10px;
    }
}

.reviews-style .reviews-comment .comment-items > li:last-child .single-review-comment {
    border-bottom: 0;
}

.reviews-style .reviews-comment .comment-items .single-review-comment {
    margin-top: 24px;
    padding-bottom: 14px;
    border-bottom: 2px solid #EFEFEF;
}

    .reviews-style .reviews-comment .comment-items .single-review-comment .comment-user-info {
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
    }

        .reviews-style .reviews-comment .comment-items .single-review-comment .comment-user-info .comment-author img {
            border-radius: 50%;
        }

        .reviews-style .reviews-comment .comment-items .single-review-comment .comment-user-info .comment-content {
            padding-left: 16px;
            -moz-flex: 1;
            flex: 1;
        }

            .reviews-style .reviews-comment .comment-items .single-review-comment .comment-user-info .comment-content .name {
                font-weight: 500;
                font-size: 16px;
                line-height: 22px;
                color: #000;
            }

            .reviews-style .reviews-comment .comment-items .single-review-comment .comment-user-info .comment-content p {
                font-size: 14px;
                line-height: 20px;
                color: #4C4C4C;
                margin-top: 4px;
            }

                .reviews-style .reviews-comment .comment-items .single-review-comment .comment-user-info .comment-content p i {
                    font-size: 20px;
                    color: #FFBE27;
                }

                .reviews-style .reviews-comment .comment-items .single-review-comment .comment-user-info .comment-content p .rating strong {
                    font-weight: 500;
                }

                .reviews-style .reviews-comment .comment-items .single-review-comment .comment-user-info .comment-content p .date {
                    margin-left: 16px;
                }

@media (max-width: 767px) {
    .reviews-style .reviews-comment .comment-items .single-review-comment .comment-user-info .comment-content p .date {
        margin-left: 8px;
    }
}

.reviews-style .reviews-comment .comment-items .single-review-comment .comment-user-text {
    padding-top: 16px;
}

    .reviews-style .reviews-comment .comment-items .single-review-comment .comment-user-text p {
        font-size: 16px;
        line-height: 22px;
        color: #000;
    }

    .reviews-style .reviews-comment .comment-items .single-review-comment .comment-user-text .comment-image {
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        padding-top: 8px;
    }

        .reviews-style .reviews-comment .comment-items .single-review-comment .comment-user-text .comment-image .image {
            padding-top: 8px;
        }

            .reviews-style .reviews-comment .comment-items .single-review-comment .comment-user-text .comment-image .image + .image {
                margin-left: 8px;
            }

            .reviews-style .reviews-comment .comment-items .single-review-comment .comment-user-text .comment-image .image img {
                width: 72px;
                border-radius: 4px;
            }

    .reviews-style .reviews-comment .comment-items .single-review-comment .comment-user-text .comment-meta {
        padding-top: 24px;
    }

        .reviews-style .reviews-comment .comment-items .single-review-comment .comment-user-text .comment-meta li {
            color: #E14C7B;
            font-size: 16px;
            font-weight: 500;
            letter-spacing: 1px;
            text-transform: uppercase;
            display: inline-block;
        }

            .reviews-style .reviews-comment .comment-items .single-review-comment .comment-user-text .comment-meta li i {
                font-size: 20px;
            }

            .reviews-style .reviews-comment .comment-items .single-review-comment .comment-user-text .comment-meta li a {
                color: #000;
                transition: all 0.3s linear;
            }

                .reviews-style .reviews-comment .comment-items .single-review-comment .comment-user-text .comment-meta li a:hover {
                    color: #563289;
                }

            .reviews-style .reviews-comment .comment-items .single-review-comment .comment-user-text .comment-meta li + li {
                margin-left: 20px;
            }

.reviews-style .reviews-comment .comment-items .comment-replay {
    padding-left: 50px;
}

@media (max-width: 767px) {
    .reviews-style .reviews-comment .comment-items .comment-replay {
        padding-left: 0;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .reviews-style .reviews-comment .comment-items .comment-replay {
        padding-left: 50px;
    }
}

/*===== All Reviews Dark  Style =====*/
.reviews-dark {
    background-color: #161359;
}

    .reviews-dark .reviews-menu .nav::before {
        background-color: rgba(255, 255, 255, 0.16);
    }

    .reviews-dark .reviews-menu .nav li a {
        color: rgba(255, 255, 255, 0.6);
    }

        .reviews-dark .reviews-menu .nav li a::before {
            background-color: #E14C7B;
        }

        .reviews-dark .reviews-menu .nav li a.active {
            color: #E14C7B;
        }

            .reviews-dark .reviews-menu .nav li a.active::before {
                opacity: 1;
                visibility: visible;
                background-color: #E14C7B;
            }

    .reviews-dark .reviews-title .title {
        color: #fff;
    }

    .reviews-dark .reviews-rating-wrapper .reviews-rating-star {
        border-color: rgba(255, 255, 255, 0.24);
    }

        .reviews-dark .reviews-rating-wrapper .reviews-rating-star .rating-review {
            color: rgba(255, 255, 255, 0.64);
        }

            .reviews-dark .reviews-rating-wrapper .reviews-rating-star .rating-review i {
                color: #FFBE27;
            }

            .reviews-dark .reviews-rating-wrapper .reviews-rating-star .rating-review span {
                color: #fff;
            }

        .reviews-dark .reviews-rating-wrapper .reviews-rating-star .reviews-rating-bar .single-reviews-rating-bar .value {
            color: #fff;
        }

        .reviews-dark .reviews-rating-wrapper .reviews-rating-star .reviews-rating-bar .single-reviews-rating-bar .rating-bar-inner {
            background-color: rgba(255, 255, 255, 0.16);
        }

            .reviews-dark .reviews-rating-wrapper .reviews-rating-star .reviews-rating-bar .single-reviews-rating-bar .rating-bar-inner .bar-inner {
                background-color: #E14C7B;
            }

        .reviews-dark .reviews-rating-wrapper .reviews-rating-star .reviews-rating-bar .single-reviews-rating-bar .percent {
            color: #fff;
        }

    .reviews-dark .reviews-rating-wrapper .reviews-rating-form {
        border-color: rgba(255, 255, 255, 0.16);
    }

        .reviews-dark .reviews-rating-wrapper .reviews-rating-form .rating-star p {
            color: rgba(255, 255, 255, 0.74);
        }

        .reviews-dark .reviews-rating-wrapper .reviews-rating-form .rating-form .rating-form-file .file input[type="file"] + label {
            color: rgba(255, 255, 255, 0.74);
        }

    .reviews-dark .reviews-btn {
        background-color: rgba(0, 0, 0, 0.24);
        border-color: rgba(255, 255, 255, 0.24);
    }

        .reviews-dark .reviews-btn .reviews-btn-right .main-btn {
            background-color: rgba(255, 255, 255, 0.16);
            color: #E14C7B;
        }

    .reviews-dark .reviews-comment {
        border-color: rgba(255, 255, 255, 0.24);
    }

        .reviews-dark .reviews-comment .comment-items .single-review-comment {
            border-color: rgba(255, 255, 255, 0.24);
        }

            .reviews-dark .reviews-comment .comment-items .single-review-comment .comment-user-info .comment-content .name {
                color: #fff;
            }

            .reviews-dark .reviews-comment .comment-items .single-review-comment .comment-user-info .comment-content p {
                color: #FAFAFA;
            }

                .reviews-dark .reviews-comment .comment-items .single-review-comment .comment-user-info .comment-content p i {
                    color: #FFBE27;
                }

            .reviews-dark .reviews-comment .comment-items .single-review-comment .comment-user-text p {
                color: #fff;
            }

            .reviews-dark .reviews-comment .comment-items .single-review-comment .comment-user-text .comment-meta li {
                color: #00D4E0;
            }

                .reviews-dark .reviews-comment .comment-items .single-review-comment .comment-user-text .comment-meta li a {
                    color: #fff;
                    transition: all 0.3s linear;
                }

                    .reviews-dark .reviews-comment .comment-items .single-review-comment .comment-user-text .comment-meta li a:hover {
                        color: #E14C7B;
                    }

/*==================================================================
                22. Content Card css
==================================================================*/
/*===== All Content Card Style 1 =====*/
.content-card-style-1 {
    padding-top: 200px;
    padding-bottom: 200px;
    background-color: #eee;
    position: relative;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .content-card-style-1 {
        padding-top: 150px;
        padding-bottom: 150px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .content-card-style-1 {
        padding-top: 130px;
        padding-bottom: 130px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .content-card-style-1 {
        padding-top: 100px;
        padding-bottom: 100px;
    }
}

@media (max-width: 767px) {
    .content-card-style-1 {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

.content-card-style-1 .content-card-image {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background-size: contain;
}

@media (max-width: 767px) {
    .content-card-style-1 .content-card-image {
        position: relative;
        width: 100%;
        height: 400px;
    }
}

.content-card-style-1 .content-card-image-2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background-size: contain;
}

@media (max-width: 767px) {
    .content-card-style-1 .content-card-image-2 {
        position: relative;
        width: 100%;
        height: 400px;
    }
}

.content-card-style-1 .content-card-content .sub-title {
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    color: black;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .content-card-style-1 .content-card-content .sub-title {
        font-size: 20px;
        line-height: 26px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .content-card-style-1 .content-card-content .sub-title {
        font-size: 18px;
        line-height: 24px;
    }
}

@media (max-width: 767px) {
    .content-card-style-1 .content-card-content .sub-title {
        font-size: 16px;
        line-height: 22px;
    }
}

.content-card-style-1 .content-card-content .main-title {
    font-weight: 500;
    font-size: 52px;
    line-height: 65px;
    color: #000;
    margin-top: 16px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .content-card-style-1 .content-card-content .main-title {
        font-size: 40px;
        line-height: 55px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .content-card-style-1 .content-card-content .main-title {
        font-size: 30px;
        line-height: 40px;
    }
}

@media (max-width: 767px) {
    .content-card-style-1 .content-card-content .main-title {
        font-size: 28px;
        line-height: 28px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .content-card-style-1 .content-card-content .main-title {
        font-size: 36px;
        line-height: 42px;
    }
}

.content-card-style-1 .content-card-content p {
    font-size: 24px;
    line-height: 30px;
    color: black;
    font-weight: 400;
    margin-top: 24px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .content-card-style-1 .content-card-content p {
        font-size: 20px;
        line-height: 26px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .content-card-style-1 .content-card-content p {
        font-size: 16px;
        line-height: 22px;
    }
}

@media (max-width: 767px) {
    .content-card-style-1 .content-card-content p {
        font-size: 14px;
        line-height: 20px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .content-card-style-1 .content-card-content p {
        font-size: 16px;
        line-height: 22px;
    }
}

/*===== All Content Card Style 2 =====*/
.content-card-style-2 {
    position: relative;
    z-index: 5;
    height: 720px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .content-card-style-2 {
        height: 530px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .content-card-style-2 {
        height: 530px;
    }
}

@media (max-width: 767px) {
    .content-card-style-2 {
        height: 530px;
    }
}

.content-card-style-2::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.64);
    z-index: -1;
}

.content-card-style-2 .content-card-image {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background-size: contain;
}

@media (max-width: 767px) {
    .content-card-style-2 .content-card-image {
        position: relative;
        width: 100%;
        height: 400px;
    }
}

.content-card-style-2 .content-card-image-2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background-size: contain;
}

@media (max-width: 767px) {
    .content-card-style-2 .content-card-image-2 {
        position: relative;
        width: 100%;
        height: 400px;
    }
}

.content-card-style-2 .content-card-content .sub-title {
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    color: rgba(255, 255, 255, 0.64);
    text-transform: uppercase;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .content-card-style-2 .content-card-content .sub-title {
        font-size: 20px;
        line-height: 26px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .content-card-style-2 .content-card-content .sub-title {
        font-size: 18px;
        line-height: 24px;
    }
}

@media (max-width: 767px) {
    .content-card-style-2 .content-card-content .sub-title {
        font-size: 16px;
        line-height: 22px;
    }
}

.content-card-style-2 .content-card-content .main-title {
    font-weight: 500;
    font-size: 52px;
    line-height: 65px;
    color: #fff;
    margin-top: 16px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .content-card-style-2 .content-card-content .main-title {
        font-size: 40px;
        line-height: 55px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .content-card-style-2 .content-card-content .main-title {
        font-size: 30px;
        line-height: 40px;
    }
}

@media (max-width: 767px) {
    .content-card-style-2 .content-card-content .main-title {
        font-size: 28px;
        line-height: 28px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .content-card-style-2 .content-card-content .main-title {
        font-size: 36px;
        line-height: 42px;
    }
}

.content-card-style-2 .content-card-content p {
    font-size: 24px;
    line-height: 30px;
    color: rgba(255, 255, 255, 0.64);
    font-weight: 400;
    margin-top: 24px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .content-card-style-2 .content-card-content p {
        font-size: 20px;
        line-height: 26px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .content-card-style-2 .content-card-content p {
        font-size: 16px;
        line-height: 22px;
    }
}

@media (max-width: 767px) {
    .content-card-style-2 .content-card-content p {
        font-size: 14px;
        line-height: 20px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .content-card-style-2 .content-card-content p {
        font-size: 16px;
        line-height: 22px;
    }
}

/*===== All Content Card Style 3 =====*/
.content-card-style-3 .content-title .title {
    font-weight: 500;
    font-size: 52px;
    line-height: 65px;
    color: #000;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .content-card-style-3 .content-title .title {
        font-size: 42px;
    }
}

@media (max-width: 767px) {
    .content-card-style-3 .content-title .title {
        font-size: 30px;
        line-height: 40px;
    }
}

.content-card-style-3 .content-title p {
    font-weight: 400;
    font-size: 24px;
    line-height: 30px;
    color: rgba(0, 0, 0, 0.64);
    margin-top: 16px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .content-card-style-3 .content-title p {
        font-size: 20px;
        margin-top: 8px;
    }
}

@media (max-width: 767px) {
    .content-card-style-3 .content-title p {
        font-size: 18px;
        margin-top: 8px;
        line-height: 26px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .content-card-style-3 .single-content .content-image img {
        width: 110px;
    }
}

@media (max-width: 767px) {
    .content-card-style-3 .single-content .content-image img {
        width: 110px;
    }
}

.content-card-style-3 .single-content .content-content .title {
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
    color: #000;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .content-card-style-3 .single-content .content-content .title {
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    .content-card-style-3 .single-content .content-content .title {
        font-size: 20px;
    }
}

.content-card-style-3 .single-content .content-content p {
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    color: #000;
    margin-top: 16px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .content-card-style-3 .single-content .content-content p {
        margin-top: 8px;
    }
}

@media (max-width: 767px) {
    .content-card-style-3 .single-content .content-content p {
        margin-top: 8px;
    }
}

.content-card-style-3 .content-image {
    position: relative;
}

    .content-card-style-3 .content-image .content-image-preview {
        position: relative;
    }

        .content-card-style-3 .content-image .content-image-preview .tns-controls {
            position: absolute;
            width: calc(100% - 50px);
            height: 100%;
            display: flex;
            justify-content: space-between;
            align-items: center;
            left: 25px;
        }

            .content-card-style-3 .content-image .content-image-preview .tns-controls button {
                position: relative;
                z-index: 22;
                width: 40px;
                height: 40px;
                border-radius: 4px;
                border: none;
                background: rgba(84, 45, 237, 0.3);
                color: #563289;
                display: flex;
                align-items: center;
                justify-content: center;
                font-size: 30px;
            }

                .content-card-style-3 .content-image .content-image-preview .tns-controls button:hover {
                    background: #563289;
                    color: #fff;
                }

        .content-card-style-3 .content-image .content-image-preview .content-preview-active .single-preview img {
            width: 100%;
        }

        .content-card-style-3 .content-image .content-image-preview .content-preview-active .slick-arrow {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            left: 30px;
            font-size: 32px;
            color: rgba(255, 255, 255, 0.36);
            transition: all 0.3s linear;
            z-index: 5;
            cursor: pointer;
        }

@media (max-width: 767px) {
    .content-card-style-3 .content-image .content-image-preview .content-preview-active .slick-arrow {
        left: 10px;
        font-size: 24px;
    }
}

.content-card-style-3 .content-image .content-image-preview .content-preview-active .slick-arrow.next {
    left: auto;
    right: 30px;
}

@media (max-width: 767px) {
    .content-card-style-3 .content-image .content-image-preview .content-preview-active .slick-arrow.next {
        right: 10px;
    }
}

.content-card-style-3 .content-image .content-image-preview .content-preview-active .slick-arrow:hover {
    color: #fff;
}

.content-card-style-3 .content-image .content-image-thumb {
    width: 35%;
    margin: 0 auto;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .content-card-style-3 .content-image .content-image-thumb {
        width: 45%;
    }
}

@media (max-width: 767px) {
    .content-card-style-3 .content-image .content-image-thumb {
        width: 80%;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .content-card-style-3 .content-image .content-image-thumb {
        width: 60%;
    }
}

.content-card-style-3 .content-image .content-image-thumb .content-thumb-active {
    display: flex;
}

    .content-card-style-3 .content-image .content-image-thumb .content-thumb-active .single-thumb {
        cursor: pointer;
        opacity: 0.4;
        transition: all 0.3s linear;
    }

        .content-card-style-3 .content-image .content-image-thumb .content-thumb-active .single-thumb img {
            display: inline-block;
            width: 100%;
        }

        .content-card-style-3 .content-image .content-image-thumb .content-thumb-active .single-thumb.tns-nav-active {
            opacity: 1;
        }

/*===== All Content Card Style 4 =====*/
.content-card-style-4 {
    background-color: #FAFAFA;
}

    .content-card-style-4 .single-content .content-icon i {
        font-size: 72px;
        line-height: 72px;
        color: #393D8E;
    }

    .content-card-style-4 .single-content .content-content .title a {
        font-weight: 500;
        font-size: 24px;
        line-height: 30px;
        color: #000;
    }

@media (max-width: 767px) {
    .content-card-style-4 .single-content .content-content .title a {
        font-size: 20px;
    }
}

.content-card-style-4 .single-content .content-content p {
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    color: #000;
    margin-top: 16px;
}

.content-card-style-4 .single-content .content-content .more {
    color: #563289;
    text-transform: uppercase;
    margin-top: 32px;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
}

/*===== All Content Card Style 5 =====*/
.content-card-style-5 {
    background-color: #EEEEEE;
    position: relative;
}

@media (max-width: 767px) {
    .content-card-style-5 {
        padding-top: 50px;
        padding-bottom: 80px;
    }
}

.content-card-style-5 .content-card-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: end;
}

@media (max-width: 767px) {
    .content-card-style-5 .content-card-image {
        position: relative;
        width: 100%;
        padding-top: 50px;
        padding-left: 15px;
        padding-right: 15px;
    }
}

.content-card-style-5 .content-card-content-wrapper {
    max-width: 410px;
    padding-top: 130px;
    padding-bottom: 160px;
    margin-left: auto;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .content-card-style-5 .content-card-content-wrapper {
        padding-top: 70px;
        padding-bottom: 100px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .content-card-style-5 .content-card-content-wrapper {
        padding-top: 50px;
        padding-bottom: 80px;
    }
}

@media (max-width: 767px) {
    .content-card-style-5 .content-card-content-wrapper {
        padding-top: 0;
        padding-bottom: 0;
    }
}

.content-card-style-5 .content-card-content-wrapper .single-content-card {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    margin-top: 32px;
}

    .content-card-style-5 .content-card-content-wrapper .single-content-card .content-card-icon i {
        font-size: 72px;
        line-height: 72px;
        color: #E14C7B;
    }

    .content-card-style-5 .content-card-content-wrapper .single-content-card .content-card-content {
        padding-left: 30px;
        -moz-flex: 1;
        flex: 1;
    }

        .content-card-style-5 .content-card-content-wrapper .single-content-card .content-card-content .title {
            font-weight: 500;
            font-size: 24px;
            line-height: 30px;
            color: #000;
        }

@media (max-width: 767px) {
    .content-card-style-5 .content-card-content-wrapper .single-content-card .content-card-content .title {
        font-size: 20px;
    }
}

.content-card-style-5 .content-card-content-wrapper .single-content-card .content-card-content p {
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    color: #000;
    margin-top: 16px;
}

/*===== All Content Card Style 6 =====*/
.content-card-style-6 {
    background: linear-gradient(180deg, #FAFAFA 0%, #fff 100%);
    position: relative;
}

    .content-card-style-6 .content-card-title .sub-title {
        font-weight: 700;
        font-size: 24px;
        line-height: 30px;
        color: rgba(0, 0, 0, 0.64);
    }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .content-card-style-6 .content-card-title .sub-title {
        font-size: 20px;
        line-height: 26px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .content-card-style-6 .content-card-title .sub-title {
        font-size: 20px;
        line-height: 26px;
    }
}

@media (max-width: 767px) {
    .content-card-style-6 .content-card-title .sub-title {
        font-size: 20px;
        line-height: 26px;
    }
}

.content-card-style-6 .content-card-title .main-title {
    font-weight: 500;
    font-size: 52px;
    line-height: 65px;
    color: #000;
    margin-top: 16px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .content-card-style-6 .content-card-title .main-title {
        font-size: 36px;
        line-height: 45px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .content-card-style-6 .content-card-title .main-title {
        font-size: 36px;
        line-height: 45px;
    }
}

@media (max-width: 767px) {
    .content-card-style-6 .content-card-title .main-title {
        font-size: 36px;
        line-height: 45px;
    }
}

.content-card-style-6 .single-content-card .content-card-image img {
    width: 100%;
}

.content-card-style-6 .single-content-card .content-card-content {
    padding-top: 25px;
}

    .content-card-style-6 .single-content-card .content-card-content .title a {
        font-weight: 500;
        font-size: 24px;
        line-height: 30px;
        color: #000;
        transition: all 0.3s linear;
    }

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .content-card-style-6 .single-content-card .content-card-content .title a {
        font-size: 18px;
        line-height: 25px;
    }
}

@media (max-width: 767px) {
    .content-card-style-6 .single-content-card .content-card-content .title a {
        font-size: 18px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .content-card-style-6 .single-content-card .content-card-content .title a {
        font-size: 22px;
    }
}

.content-card-style-6 .single-content-card .content-card-content .title a:hover {
    color: #563289;
}

.content-card-style-6 .single-content-card .content-card-content p {
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    color: #000;
    margin-top: 8px;
}

.content-card-style-6 .single-content-card .content-card-content .main-btn {
    margin-top: 16px;
}

/*===== All Content Card Style 7 =====*/
.content-card-7-wrapper {
    position: relative;
}

    .content-card-7-wrapper .tns-nav {
        position: absolute;
        bottom: 30px;
        left: 0;
        width: 100%;
        z-index: 2;
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .content-card-7-wrapper .tns-nav button {
            background: rgba(0, 0, 0, 0.38);
            width: 8px;
            height: 8px;
            border-radius: 50%;
            font-size: 0;
            border: 0;
            transition: all 0.3s linear;
            margin: 0 10px;
        }

            .content-card-7-wrapper .tns-nav button.tns-nav-active {
                background-color: #563289;
                transform: scale(2);
            }

.content-card-style-7 .single-content-card {
    position: relative;
    height: 640px;
}

@media (max-width: 767px) {
    .content-card-style-7 .single-content-card {
        height: 580px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .content-card-style-7 .single-content-card {
        height: 640px;
    }
}

.content-card-style-7 .single-content-card .content-card {
    position: absolute;
    max-width: 480px;
    padding: 40px;
    background-color: rgba(255, 255, 255, 0.6);
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
}

@media (max-width: 767px) {
    .content-card-style-7 .single-content-card .content-card {
        width: 80%;
        padding: 20px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .content-card-style-7 .single-content-card .content-card {
        max-width: 420px;
        padding: 30px;
    }
}

.content-card-style-7 .single-content-card .content-card .title {
    font-weight: 300;
    font-size: 44px;
    line-height: 55px;
    color: #000;
}

@media (max-width: 767px) {
    .content-card-style-7 .single-content-card .content-card .title {
        font-size: 30px;
        line-height: 40px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .content-card-style-7 .single-content-card .content-card .title {
        font-size: 40px;
        line-height: 50px;
    }
}

.content-card-style-7 .single-content-card .content-card .content-link {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #563289;
    text-transform: uppercase;
    margin-top: 26px;
}

@media (max-width: 767px) {
    .content-card-style-7 .single-content-card .content-card .content-link {
        font-size: 14px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .content-card-style-7 .single-content-card .content-card .content-link {
        font-size: 16px;
    }
}

.content-card-style-7.content-active .slick-dots {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
}

    .content-card-style-7.content-active .slick-dots li {
        display: inline-block;
        margin: 0 10px;
    }

        .content-card-style-7.content-active .slick-dots li button {
            background: rgba(0, 0, 0, 0.38);
            width: 8px;
            height: 8px;
            border-radius: 50%;
            font-size: 0;
            border: 0;
            transition: all 0.3s linear;
        }

        .content-card-style-7.content-active .slick-dots li.slick-active button {
            background-color: #563289;
            transform: scale(2);
        }

/*===== All Content Card Style 8 =====*/
.content-card-style-8 {
    position: relative;
    height: 640px;
}

@media (max-width: 767px) {
    .content-card-style-8 {
        height: 580px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .content-card-style-8 {
        height: 640px;
    }
}

.content-card-style-8 .content-card {
    position: absolute;
    max-width: 480px;
    padding: 40px;
    background-color: rgba(0, 0, 0, 0.6);
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 100%;
}

@media (max-width: 767px) {
    .content-card-style-8 .content-card {
        width: 80%;
        padding: 20px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .content-card-style-8 .content-card {
        max-width: 420px;
        padding: 30px;
    }
}

.content-card-style-8 .content-card .title {
    font-weight: 400;
    font-size: 44px;
    line-height: 55px;
    color: #fff;
}

@media (max-width: 767px) {
    .content-card-style-8 .content-card .title {
        font-size: 30px;
        line-height: 40px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .content-card-style-8 .content-card .title {
        font-size: 40px;
        line-height: 50px;
    }
}

.content-card-style-8 .content-card .content-link {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #00D4E0;
    text-transform: uppercase;
    margin-top: 26px;
}

@media (max-width: 767px) {
    .content-card-style-8 .content-card .content-link {
        font-size: 14px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .content-card-style-8 .content-card .content-link {
        font-size: 16px;
    }
}

/*===== All Content Card Style 9 =====*/
.content-card-style-9 {
    position: relative;
    height: 720px;
}

@media (max-width: 767px) {
    .content-card-style-9 {
        height: 580px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .content-card-style-9 {
        height: 640px;
    }
}

.content-card-style-9 .content-card {
    position: absolute;
    max-width: 480px;
    padding: 40px;
    background-color: rgba(0, 0, 0, 0.6);
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

@media (max-width: 767px) {
    .content-card-style-9 .content-card {
        width: 80%;
        padding: 20px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .content-card-style-9 .content-card {
        max-width: 420px;
        padding: 30px;
    }
}

.content-card-style-9 .content-card .title {
    font-weight: 400;
    font-size: 44px;
    line-height: 55px;
    color: #fff;
    text-transform: uppercase;
}

@media (max-width: 767px) {
    .content-card-style-9 .content-card .title {
        font-size: 30px;
        line-height: 40px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .content-card-style-9 .content-card .title {
        font-size: 40px;
        line-height: 50px;
    }
}

.content-card-style-9 .content-card .content-link {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #00D4E0;
    text-transform: uppercase;
    margin-top: 26px;
}

@media (max-width: 767px) {
    .content-card-style-9 .content-card .content-link {
        font-size: 14px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .content-card-style-9 .content-card .content-link {
        font-size: 16px;
    }
}

/*===== All Content Card Style 10 =====*/
.content-card-style-10 {
    position: relative;
    height: 360px;
}

    .content-card-style-10 .content-card {
        position: absolute;
        max-width: 480px;
        padding: 20px;
        background-color: rgba(0, 0, 0, 0.6);
        left: 50%;
        bottom: 0;
        transform: translateX(-50%);
        width: 100%;
    }

@media (max-width: 767px) {
    .content-card-style-10 .content-card {
        width: 80%;
        padding: 20px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .content-card-style-10 .content-card {
        max-width: 420px;
        padding: 30px;
    }
}

.content-card-style-10 .content-card .title {
    font-weight: 300;
    font-size: 44px;
    line-height: 55px;
    color: #fff;
    text-transform: uppercase;
}

@media (max-width: 767px) {
    .content-card-style-10 .content-card .title {
        font-size: 30px;
        line-height: 40px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .content-card-style-10 .content-card .title {
        font-size: 40px;
        line-height: 50px;
    }
}

.content-card-style-10 .content-card .content-link {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #00D4E0;
    text-transform: uppercase;
    margin-top: 26px;
}

@media (max-width: 767px) {
    .content-card-style-10 .content-card .content-link {
        font-size: 14px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .content-card-style-10 .content-card .content-link {
        font-size: 16px;
    }
}

/*===== All Content Card Style 11 =====*/
.content-card-style-11 {
    position: relative;
    height: 670px;
}

@media (max-width: 767px) {
    .content-card-style-11 {
        height: 580px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .content-card-style-11 {
        height: 640px;
    }
}

.content-card-style-11 .content-card {
    position: absolute;
    max-width: 480px;
    padding: 40px;
    background-color: rgba(0, 0, 0, 0.6);
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 100%;
}

@media (max-width: 767px) {
    .content-card-style-11 .content-card {
        width: 80%;
        padding: 20px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .content-card-style-11 .content-card {
        max-width: 420px;
        padding: 30px;
    }
}

.content-card-style-11 .content-card .title {
    font-weight: 300;
    font-size: 44px;
    line-height: 55px;
    color: #fff;
    text-transform: uppercase;
}

@media (max-width: 767px) {
    .content-card-style-11 .content-card .title {
        font-size: 30px;
        line-height: 40px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .content-card-style-11 .content-card .title {
        font-size: 40px;
        line-height: 50px;
    }
}

.content-card-style-11 .content-card .content-link {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #00D4E0;
    text-transform: uppercase;
    margin-top: 26px;
}

@media (max-width: 767px) {
    .content-card-style-11 .content-card .content-link {
        font-size: 14px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .content-card-style-11 .content-card .content-link {
        font-size: 16px;
    }
}

/*===== All Content Card Style 12 =====*/
.content-card-style-12 {
    position: relative;
    height: 670px;
}

@media (max-width: 767px) {
    .content-card-style-12 {
        height: 580px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .content-card-style-12 {
        height: 640px;
    }
}

.content-card-style-12 .content-card {
    position: absolute;
    max-width: 480px;
    padding: 40px;
    background-color: rgba(0, 0, 0, 0.6);
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
}

@media (max-width: 767px) {
    .content-card-style-12 .content-card {
        width: 80%;
        padding: 20px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .content-card-style-12 .content-card {
        max-width: 420px;
        padding: 30px;
    }
}

.content-card-style-12 .content-card .title {
    font-weight: 300;
    font-size: 44px;
    line-height: 55px;
    color: #fff;
    text-transform: uppercase;
}

@media (max-width: 767px) {
    .content-card-style-12 .content-card .title {
        font-size: 24px;
        line-height: 35px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .content-card-style-12 .content-card .title {
        font-size: 28px;
        line-height: 42px;
    }
}

.content-card-style-12 .content-card .content-link {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #00D4E0;
    text-transform: uppercase;
    margin-top: 26px;
}

@media (max-width: 767px) {
    .content-card-style-12 .content-card .content-link {
        font-size: 14px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .content-card-style-12 .content-card .content-link {
        font-size: 16px;
    }
}

/*===== All Content Card Style 13 =====*/
.content-card-style-13 {
    padding-top: 200px;
    padding-bottom: 200px;
    background-color: #eee;
    position: relative;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .content-card-style-13 {
        padding-top: 150px;
        padding-bottom: 150px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .content-card-style-13 {
        padding-top: 130px;
        padding-bottom: 130px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .content-card-style-13 {
        padding-top: 100px;
        padding-bottom: 100px;
    }
}

@media (max-width: 767px) {
    .content-card-style-13 {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

.content-card-style-13 .content-card-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background-size: contain;
}

@media (max-width: 767px) {
    .content-card-style-13 .content-card-image {
        position: relative;
        width: 100%;
        height: 400px;
    }
}

.content-card-style-13 .content-card-content .main-title {
    font-weight: 500;
    font-size: 52px;
    line-height: 65px;
    color: #fff;
    margin-top: 16px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .content-card-style-13 .content-card-content .main-title {
        font-size: 40px;
        line-height: 55px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .content-card-style-13 .content-card-content .main-title {
        font-size: 30px;
        line-height: 40px;
    }
}

@media (max-width: 767px) {
    .content-card-style-13 .content-card-content .main-title {
        font-size: 28px;
        line-height: 28px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .content-card-style-13 .content-card-content .main-title {
        font-size: 36px;
        line-height: 42px;
    }
}

.content-card-style-13 .content-card-content p {
    font-size: 24px;
    line-height: 30px;
    color: white;
    font-weight: 400;
    margin-top: 24px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .content-card-style-13 .content-card-content p {
        font-size: 20px;
        line-height: 26px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .content-card-style-13 .content-card-content p {
        font-size: 16px;
        line-height: 22px;
    }
}

@media (max-width: 767px) {
    .content-card-style-13 .content-card-content p {
        font-size: 14px;
        line-height: 20px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .content-card-style-13 .content-card-content p {
        font-size: 16px;
        line-height: 22px;
    }
}

/*==================================================================
                23. Header css
==================================================================*/
/*===== All Header Style 1 =====*/
.header-style-1 {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: nowrap;
}

@media (max-width: 767px) {
    .header-style-1 {
        display: block;
    }
}

.header-style-1 .header-big {
    width: 66.67%;
}

@media (max-width: 767px) {
    .header-style-1 .header-big {
        width: 100%;
    }
}

.header-style-1 .header-big .tns-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 30px;
    height: 100%;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

    .header-style-1 .header-big .tns-nav button {
        background: rgba(0, 0, 0, 0.38);
        width: 8px;
        height: 8px;
        border-radius: 50%;
        font-size: 0;
        border: 0;
        transition: all 0.3s linear;
        margin: 10px 0px;
    }

        .header-style-1 .header-big .tns-nav button.tns-nav-active {
            background-color: #563289;
            transform: scale(2);
        }

.header-style-1 .header-big .single-header-item {
    position: relative;
    height: 760px;
}

@media only screen and (min-width: 1400px) {
    .header-style-1 .header-big .single-header-item {
        height: 960px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header-style-1 .header-big .single-header-item {
        height: 760px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-style-1 .header-big .single-header-item {
        height: 550px;
    }
}

@media (max-width: 767px) {
    .header-style-1 .header-big .single-header-item {
        height: 460px;
    }
}

.header-style-1 .header-big .single-header-item .header-item-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 70%;
    padding: 40px;
    background-color: rgba(255, 255, 255, 0.74);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-style-1 .header-big .single-header-item .header-item-content {
        padding: 25px;
    }
}

@media (max-width: 767px) {
    .header-style-1 .header-big .single-header-item .header-item-content {
        padding: 15px;
        width: 80%;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .header-style-1 .header-big .single-header-item .header-item-content {
        width: 70%;
    }
}

.header-style-1 .header-big .single-header-item .header-item-content .title {
    font-weight: 300;
    font-size: 44px;
    line-height: 55px;
    color: #000;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header-style-1 .header-big .single-header-item .header-item-content .title {
        font-size: 30px;
        line-height: 42px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-style-1 .header-big .single-header-item .header-item-content .title {
        font-size: 28px;
        line-height: 38px;
    }
}

@media (max-width: 767px) {
    .header-style-1 .header-big .single-header-item .header-item-content .title {
        font-size: 18px;
        line-height: 28px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .header-style-1 .header-big .single-header-item .header-item-content .title {
        font-size: 28px;
        line-height: 38px;
    }
}

.header-style-1 .header-big .single-header-item .header-item-content .link {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #563289;
    margin-top: 24px;
}

@media (max-width: 767px) {
    .header-style-1 .header-big .single-header-item .header-item-content .link {
        font-size: 14px;
    }
}

.header-style-1 .header-big .header-items-active .slick-dots {
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
    z-index: 9;
}

    .header-style-1 .header-big .header-items-active .slick-dots li button {
        background: rgba(0, 0, 0, 0.38);
        width: 8px;
        height: 8px;
        border-radius: 50%;
        font-size: 0;
        border: 0;
        transition: all 0.3s linear;
    }

    .header-style-1 .header-big .header-items-active .slick-dots li.slick-active button {
        background-color: #563289;
        transform: scale(2);
    }

.header-style-1 .header-min {
    width: 33.33%;
}

@media (max-width: 767px) {
    .header-style-1 .header-min {
        width: 100%;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .header-style-1 .header-min {
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        flex-wrap: wrap;
    }
}

.header-style-1 .header-min .header-min-item {
    height: 380px;
}

@media only screen and (min-width: 1400px) {
    .header-style-1 .header-min .header-min-item {
        height: 480px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header-style-1 .header-min .header-min-item {
        height: 380px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-style-1 .header-min .header-min-item {
        height: 275px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .header-style-1 .header-min .header-min-item {
        width: 50%;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header-style-1 .header-min .header-min-item .product-content {
        width: 70%;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .header-style-1 .header-min .header-min-item .product-content {
        width: 70%;
    }
}

/*===== All Header Style =====*/
.header-style-dark-1 .header-big .single-header-item .header-item-content {
    background-color: rgba(0, 0, 0, 0.74);
}

    .header-style-dark-1 .header-big .single-header-item .header-item-content .title {
        color: #fff;
    }

    .header-style-dark-1 .header-big .single-header-item .header-item-content .link {
        color: #00D4E0;
    }

.header-style-dark-1 .header-big .tns-nav button.tns-nav-active {
    background-color: #00D4E0;
}

.header-style-dark-1 .header-big .header-items-active .slick-dots li.slick-active button {
    background-color: #00D4E0;
}

.header-style-dark-1 .header-min .product-style-25 .product-content {
    background-color: rgba(0, 0, 0, 0.74);
}

    .header-style-dark-1 .header-min .product-style-25 .product-content .title a {
        color: #fff;
    }

    .header-style-dark-1 .header-min .product-style-25 .product-content p {
        color: rgba(255, 255, 255, 0.74);
    }

/*===== All Header Style 2 =====*/
.header-style-2 .header-product {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
}

    .header-style-2 .header-product .product-style-25 {
        width: 33.33%;
    }

@media (max-width: 767px) {
    .header-style-2 .header-product .product-style-25 {
        width: 100%;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header-style-2 .header-product .product-style-25 .product-content {
        width: 70%;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .header-style-2 .header-product .product-style-25 .product-content {
        width: 70%;
    }
}

/*===== All Header Style 3 =====*/
.header-style-3 .tns-nav {
    position: absolute;
    bottom: 30px;
    left: 0;
    width: 100%;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .header-style-3 .tns-nav button {
        background: rgba(0, 0, 0, 0.38);
        width: 8px;
        height: 8px;
        border-radius: 50%;
        font-size: 0;
        border: 0;
        transition: all 0.3s linear;
        margin: 0 10px;
    }

        .header-style-3 .tns-nav button.tns-nav-active {
            background-color: #563289;
            transform: scale(2);
        }

.header-style-3 .content-active .slick-dots {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9;
}

    .header-style-3 .content-active .slick-dots li {
        display: inline-block;
        margin: 0 10px;
    }

        .header-style-3 .content-active .slick-dots li button {
            background: rgba(0, 0, 0, 0.38);
            width: 8px;
            height: 8px;
            border-radius: 50%;
            font-size: 0;
            border: 0;
            transition: all 0.3s linear;
        }

        .header-style-3 .content-active .slick-dots li.slick-active button {
            background-color: #00D4E0;
            transform: scale(2);
        }

.header-style-3 .header-mini {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
}

    .header-style-3 .header-mini .header-mini-item {
        width: 25%;
    }

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-style-3 .header-mini .header-mini-item {
        width: 50%;
    }
}

@media (max-width: 767px) {
    .header-style-3 .header-mini .header-mini-item {
        width: 100%;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .header-style-3 .header-mini .header-mini-item {
        width: 50%;
    }
}

.header-style-3 .header-mini .header-mini-item .product-image img {
    width: 100%;
}

/*===== All Header Style 4 =====*/
.header-style-4 {
    position: relative;
}

    .header-style-4 .tns-nav {
        position: absolute;
        bottom: 30px;
        left: 0;
        width: 100%;
        z-index: 2;
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .header-style-4 .tns-nav button {
            background: rgba(0, 0, 0, 0.38);
            width: 8px;
            height: 8px;
            border-radius: 50%;
            font-size: 0;
            border: 0;
            transition: all 0.3s linear;
            margin: 0 10px;
        }

            .header-style-4 .tns-nav button.tns-nav-active {
                background-color: #00D4E0;
                transform: scale(2);
            }

    .header-style-4 .header-4-active .header-image {
        height: 720px;
    }

@media (max-width: 767px) {
    .header-style-4 .header-4-active .header-image {
        height: 620px;
    }
}

.header-style-4 .header-4-active .slick-dots {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9;
}

    .header-style-4 .header-4-active .slick-dots li {
        display: inline-block;
        margin: 0 10px;
    }

        .header-style-4 .header-4-active .slick-dots li button {
            background: rgba(0, 0, 0, 0.38);
            width: 8px;
            height: 8px;
            border-radius: 50%;
            font-size: 0;
            border: 0;
            transition: all 0.3s linear;
        }

        .header-style-4 .header-4-active .slick-dots li.slick-active button {
            background-color: #00D4E0;
            transform: scale(2);
        }

.header-style-4 .header-content {
    max-width: 360px;
    width: 100%;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

/*===== All Header Style 5 =====*/
.header-style-5 {
    position: relative;
}

    .header-style-5 .tns-nav {
        position: absolute;
        bottom: 30px;
        left: 0;
        width: 100%;
        z-index: 2;
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .header-style-5 .tns-nav button {
            background: rgba(0, 0, 0, 0.38);
            width: 8px;
            height: 8px;
            border-radius: 50%;
            font-size: 0;
            border: 0;
            transition: all 0.3s linear;
            margin: 0 10px;
        }

            .header-style-5 .tns-nav button.tns-nav-active {
                background-color: #00D4E0;
                transform: scale(2);
            }

    .header-style-5 .header-5-active .header-image {
        height: 720px;
    }

@media (max-width: 767px) {
    .header-style-5 .header-5-active .header-image {
        height: 620px;
    }
}

.header-style-5 .header-5-active .slick-dots {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9;
}

    .header-style-5 .header-5-active .slick-dots li {
        display: inline-block;
        margin: 0 10px;
    }

        .header-style-5 .header-5-active .slick-dots li button {
            background: rgba(0, 0, 0, 0.38);
            width: 8px;
            height: 8px;
            border-radius: 50%;
            font-size: 0;
            border: 0;
            transition: all 0.3s linear;
        }

        .header-style-5 .header-5-active .slick-dots li.slick-active button {
            background-color: #00D4E0;
            transform: scale(2);
        }

.header-style-5 .single-header {
    height: 672px;
    position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-style-5 .single-header {
        height: 570px;
    }
}

@media (max-width: 767px) {
    .header-style-5 .single-header {
        height: 570px;
    }
}

.header-style-5 .single-header .header-content {
    width: 480px;
    background-color: rgba(0, 0, 0, 0.64);
    padding: 30px;
    position: absolute;
    bottom: 20%;
    right: 0;
}

@media (max-width: 767px) {
    .header-style-5 .single-header .header-content {
        width: 90%;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .header-style-5 .single-header .header-content {
        width: 380px;
    }
}

.header-style-5 .single-header .header-content .title {
    font-weight: 300;
    font-size: 44px;
    line-height: 55px;
    color: #fff;
}

@media (max-width: 767px) {
    .header-style-5 .single-header .header-content .title {
        font-size: 30px;
        line-height: 35px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .header-style-5 .single-header .header-content .title {
        font-size: 40px;
        line-height: 48px;
    }
}

.header-style-5 .single-header .header-content .content-link {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-top: 30px;
    color: #00D4E0;
}

@media (max-width: 767px) {
    .header-style-5 .single-header .header-content .content-link {
        margin-top: 25px;
        font-size: 14px;
    }
}

.header-style-5 .single-header .header-content .content-link i {
    margin-left: 10px;
}

.header-style-5 .header-mini {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
}

    .header-style-5 .header-mini .header-mini-items {
        width: 25%;
        box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.08);
        background-color: #fff;
    }

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-style-5 .header-mini .header-mini-items {
        width: 50%;
    }
}

@media (max-width: 767px) {
    .header-style-5 .header-mini .header-mini-items {
        width: 100%;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .header-style-5 .header-mini .header-mini-items {
        width: 50%;
    }
}

/*===== All Header Style 6 =====*/
.header-style-6 {
    position: relative;
}

    .header-style-6 .single-header {
        height: 720px;
        position: relative;
    }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header-style-6 .single-header {
        height: 520px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-style-6 .single-header {
        height: 520px;
    }
}

@media (max-width: 767px) {
    .header-style-6 .single-header {
        height: 420px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .header-style-6 .single-header {
        height: 520px;
    }
}

.header-style-6 .single-header .header-content {
    padding: 44px;
    background-color: rgba(0, 0, 0, 0.64);
    max-width: 480px;
    position: absolute;
    bottom: 0;
    left: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header-style-6 .single-header .header-content {
        max-width: 380px;
    }
}

@media (max-width: 767px) {
    .header-style-6 .single-header .header-content {
        max-width: 90%;
        padding: 25px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .header-style-6 .single-header .header-content {
        max-width: 380px;
        padding: 40px;
    }
}

.header-style-6 .single-header .header-content .title {
    font-weight: 300;
    font-size: 44px;
    line-height: 55px;
    color: #fff;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header-style-6 .single-header .header-content .title {
        font-size: 30px;
        line-height: 40px;
    }
}

@media (max-width: 767px) {
    .header-style-6 .single-header .header-content .title {
        font-size: 30px;
        line-height: 40px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .header-style-6 .single-header .header-content .title {
        font-size: 40px;
        line-height: 50px;
    }
}

.header-style-6 .single-header .header-content .header-link {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #00D4E0;
    margin-top: 25px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header-style-6 .single-header .header-content .header-link {
        margin-top: 20px;
    }
}

@media (max-width: 767px) {
    .header-style-6 .single-header .header-content .header-link {
        margin-top: 20px;
        font-size: 14px;
    }
}

.header-style-6 .single-header .header-content .header-link i {
    margin-left: 5px;
    font-size: 20px;
}

/*===== All Header Style 7 =====*/
.header-style-7 {
    position: relative;
}

    .header-style-7 .tns-nav {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 30px;
        height: 100%;
        z-index: 2;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

        .header-style-7 .tns-nav button {
            background: rgba(255, 255, 255, 0.38);
            width: 8px;
            height: 8px;
            border-radius: 50%;
            font-size: 0;
            border: 0;
            transition: all 0.3s linear;
            margin: 10px 0px;
        }

            .header-style-7 .tns-nav button.tns-nav-active {
                background-color: #00D4E0;
                transform: scale(2);
            }

    .header-style-7 .header-7-active .single-header {
        height: 720px;
        position: relative;
    }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header-style-7 .header-7-active .single-header {
        height: 520px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-style-7 .header-7-active .single-header {
        height: 520px;
    }
}

@media (max-width: 767px) {
    .header-style-7 .header-7-active .single-header {
        height: 420px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .header-style-7 .header-7-active .single-header {
        height: 520px;
    }
}

.header-style-7 .header-7-active .single-header .header-content {
    padding: 44px;
    background-color: rgba(0, 0, 0, 0.64);
    max-width: 480px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header-style-7 .header-7-active .single-header .header-content {
        max-width: 380px;
    }
}

@media (max-width: 767px) {
    .header-style-7 .header-7-active .single-header .header-content {
        max-width: 90%;
        padding: 25px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .header-style-7 .header-7-active .single-header .header-content {
        max-width: 380px;
        padding: 40px;
    }
}

.header-style-7 .header-7-active .single-header .header-content .title {
    font-weight: 300;
    font-size: 44px;
    line-height: 55px;
    color: #fff;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header-style-7 .header-7-active .single-header .header-content .title {
        font-size: 30px;
        line-height: 40px;
    }
}

@media (max-width: 767px) {
    .header-style-7 .header-7-active .single-header .header-content .title {
        font-size: 30px;
        line-height: 40px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .header-style-7 .header-7-active .single-header .header-content .title {
        font-size: 40px;
        line-height: 50px;
    }
}

.header-style-7 .header-7-active .single-header .header-content .header-link {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #00D4E0;
    margin-top: 25px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header-style-7 .header-7-active .single-header .header-content .header-link {
        margin-top: 20px;
    }
}

@media (max-width: 767px) {
    .header-style-7 .header-7-active .single-header .header-content .header-link {
        margin-top: 20px;
        font-size: 14px;
    }
}

.header-style-7 .header-7-active .single-header .header-content .header-link i {
    margin-left: 5px;
    font-size: 20px;
}

.header-style-7 .header-7-active .slick-dots {
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
    z-index: 9;
}

    .header-style-7 .header-7-active .slick-dots li button {
        background: rgba(255, 255, 255, 0.38);
        width: 8px;
        height: 8px;
        border-radius: 50%;
        font-size: 0;
        border: 0;
        transition: all 0.3s linear;
    }

    .header-style-7 .header-7-active .slick-dots li.slick-active button {
        background-color: #00D4E0;
        transform: scale(2);
    }

.header-style-7 .header-min {
    margin-top: -120px;
    position: relative;
}

/*===== All Header Style 8 =====*/
.header-style-8 {
    position: relative;
}

    .header-style-8 .header-item-1 {
        height: 720px;
        position: relative;
    }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header-style-8 .header-item-1 {
        height: 620px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-style-8 .header-item-1 {
        height: 620px;
    }
}

@media (max-width: 767px) {
    .header-style-8 .header-item-1 {
        height: 380px;
    }
}

.header-style-8 .header-item-1 .header-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 480px;
    width: 100%;
    padding: 44px;
    background-color: rgba(0, 0, 0, 0.64);
    margin: 0 auto;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header-style-8 .header-item-1 .header-content {
        max-width: 380px;
    }
}

@media (max-width: 767px) {
    .header-style-8 .header-item-1 .header-content {
        max-width: 80%;
        padding: 24px;
    }
}

.header-style-8 .header-item-1 .header-content .title {
    font-weight: 400;
    font-size: 44px;
    line-height: 55px;
    color: #fff;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header-style-8 .header-item-1 .header-content .title {
        font-size: 30px;
        line-height: 40px;
    }
}

@media (max-width: 767px) {
    .header-style-8 .header-item-1 .header-content .title {
        font-size: 24px;
        line-height: 30px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .header-style-8 .header-item-1 .header-content .title {
        font-size: 36px;
        line-height: 35px;
    }
}

.header-style-8 .header-item-1 .header-content .header-link {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #00D4E0;
    margin-top: 25px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header-style-8 .header-item-1 .header-content .header-link {
        margin-top: 20px;
    }
}

@media (max-width: 767px) {
    .header-style-8 .header-item-1 .header-content .header-link {
        margin-top: 12px;
        font-size: 14px;
    }
}

.header-style-8 .header-item-1 .header-content .header-link i {
    margin-left: 5px;
    font-size: 20px;
}

.header-style-8 .header-item-2 {
    height: 360px;
    position: relative;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header-style-8 .header-item-2 {
        height: 310px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-style-8 .header-item-2 {
        height: 310px;
    }
}

@media (max-width: 767px) {
    .header-style-8 .header-item-2 {
        height: 320px;
    }
}

.header-style-8 .header-item-2 .header-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 480px;
    width: 100%;
    padding: 44px;
    background-color: rgba(0, 0, 0, 0.64);
    margin: 0 auto;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header-style-8 .header-item-2 .header-content {
        max-width: 380px;
    }
}

@media (max-width: 767px) {
    .header-style-8 .header-item-2 .header-content {
        max-width: 80%;
        padding: 24px;
    }
}

.header-style-8 .header-item-2 .header-content .title {
    font-weight: 400;
    font-size: 36px;
    line-height: 45px;
    color: #fff;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header-style-8 .header-item-2 .header-content .title {
        font-size: 30px;
        line-height: 40px;
    }
}

@media (max-width: 767px) {
    .header-style-8 .header-item-2 .header-content .title {
        font-size: 24px;
        line-height: 40px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .header-style-8 .header-item-2 .header-content .title {
        font-size: 30px;
        line-height: 35px;
    }
}

.header-style-8 .header-item-2 .header-content .header-link {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #00D4E0;
    margin-top: 16px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header-style-8 .header-item-2 .header-content .header-link {
        margin-top: 20px;
    }
}

@media (max-width: 767px) {
    .header-style-8 .header-item-2 .header-content .header-link {
        margin-top: 10px;
        font-size: 14px;
    }
}

.header-style-8 .header-item-2 .header-content .header-link i {
    margin-left: 5px;
    font-size: 20px;
}

.header-style-8 .header-item-wrapper {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
}

    .header-style-8 .header-item-wrapper .header-item-3 {
        height: 360px;
        position: relative;
        width: 50%;
    }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header-style-8 .header-item-wrapper .header-item-3 {
        height: 310px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-style-8 .header-item-wrapper .header-item-3 {
        height: 310px;
    }
}

@media (max-width: 767px) {
    .header-style-8 .header-item-wrapper .header-item-3 {
        height: 320px;
        width: 100%;
    }
}

.header-style-8 .header-item-wrapper .header-item-3 .header-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 80%;
    padding: 26px;
    background-color: rgba(0, 0, 0, 0.64);
    margin: 0 auto;
}

    .header-style-8 .header-item-wrapper .header-item-3 .header-content .title {
        font-weight: 400;
        font-size: 24px;
        line-height: 30px;
        color: #fff;
    }

@media (max-width: 767px) {
    .header-style-8 .header-item-wrapper .header-item-3 .header-content .title {
        font-size: 20px;
        line-height: 26px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .header-style-8 .header-item-wrapper .header-item-3 .header-content .title {
        font-size: 24px;
        line-height: 30px;
    }
}

.header-style-8 .header-item-wrapper .header-item-3 .header-content .header-link {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #00D4E0;
    margin-top: 8px;
}

@media (max-width: 767px) {
    .header-style-8 .header-item-wrapper .header-item-3 .header-content .header-link {
        font-size: 14px;
    }
}

.header-style-8 .header-item-wrapper .header-item-3 .header-content .header-link i {
    margin-left: 5px;
    font-size: 20px;
}

/*===== All Header Style 9 =====*/
.header-style-9 {
    position: relative;
}

    .header-style-9 .header-wrapper {
        height: 720px;
        position: relative;
    }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header-style-9 .header-wrapper {
        height: 620px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-style-9 .header-wrapper {
        height: 620px;
    }
}

@media (max-width: 767px) {
    .header-style-9 .header-wrapper {
        height: 620px;
    }
}

.header-style-9 .header-wrapper .header-content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    max-width: 480px;
    width: 100%;
    padding: 44px;
    background-color: rgba(0, 0, 0, 0.64);
    margin: 0 auto;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header-style-9 .header-wrapper .header-content {
        max-width: 380px;
    }
}

@media (max-width: 767px) {
    .header-style-9 .header-wrapper .header-content {
        max-width: 80%;
        padding: 24px;
    }
}

.header-style-9 .header-wrapper .header-content .title {
    font-weight: 300;
    font-size: 44px;
    line-height: 55px;
    color: #fff;
    text-transform: uppercase;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header-style-9 .header-wrapper .header-content .title {
        font-size: 30px;
        line-height: 40px;
    }
}

@media (max-width: 767px) {
    .header-style-9 .header-wrapper .header-content .title {
        font-size: 24px;
        line-height: 30px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .header-style-9 .header-wrapper .header-content .title {
        font-size: 36px;
        line-height: 35px;
    }
}

.header-style-9 .header-wrapper .header-content .header-link {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #00D4E0;
    margin-top: 25px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header-style-9 .header-wrapper .header-content .header-link {
        margin-top: 20px;
    }
}

@media (max-width: 767px) {
    .header-style-9 .header-wrapper .header-content .header-link {
        margin-top: 12px;
        font-size: 14px;
    }
}

.header-style-9 .header-wrapper .header-content .header-link i {
    margin-left: 5px;
    font-size: 20px;
}

.header-style-9 .header-mini {
    margin-top: -120px;
    position: relative;
}

/*==================================================================
                24. Footer css
==================================================================*/
/*===== All Footer Style 2 =====*/
.footer-style-1 {
    background-color: #FAFAFA;
}

    .footer-style-1 .footer-top {
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: space-between;
    }

@media (max-width: 767px) {
    .footer-style-1 .footer-top {
        display: block;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .footer-style-1 .footer-top {
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
    }
}

.footer-style-1 .footer-top .footer-top-right {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
}

    .footer-style-1 .footer-top .footer-top-right .title {
        font-size: 16px;
        line-height: 22px;
        color: #000;
        font-weight: 400;
        padding-right: 8px;
    }

    .footer-style-1 .footer-top .footer-top-right .footer-follow li {
        display: inline-block;
        margin-left: 8px;
    }

        .footer-style-1 .footer-top .footer-top-right .footer-follow li a {
            font-size: 20px;
            color: #563289;
        }

@media (max-width: 767px) {
    .footer-style-1 .footer-top .footer-top-right .footer-follow li a {
        font-size: 20px;
    }
}

.footer-style-1 .footer-widget {
    margin-top: 32px;
}

    .footer-style-1 .footer-widget .footer-title {
        text-transform: uppercase;
        font-weight: 700;
        font-size: 16px;
        line-height: 22px;
        color: #000;
    }

    .footer-style-1 .footer-widget .footer-link {
        padding-top: 12px;
    }

        .footer-style-1 .footer-widget .footer-link li {
            padding: 4px 0;
        }

            .footer-style-1 .footer-widget .footer-link li a {
                font-weight: 500;
                font-size: 16px;
                line-height: 22px;
                color: #000;
                transition: all 0.3s linear;
            }

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer-style-1 .footer-widget .footer-link li a {
        font-size: 14px;
    }
}

.footer-style-1 .footer-widget .footer-link li a:hover {
    color: #563289;
}

.footer-style-1 .footer-copyright {
    padding-top: 52px;
}

    .footer-style-1 .footer-copyright p {
        font-weight: normal;
        font-size: 16px;
        line-height: 22px;
        color: #000;
        transition: all 0.3s linear;
    }

        .footer-style-1 .footer-copyright p a {
            color: #000;
            transition: all 0.3s linear;
        }

            .footer-style-1 .footer-copyright p a:hover {
                color: #563289;
            }

/*===== All Profile Style =====*/
.footer-dark-style-1 {
    background-color: #4C4C4C;
}

    .footer-dark-style-1 .footer-top .footer-top-right .title {
        color: rgba(255, 255, 255, 0.6);
    }

    .footer-dark-style-1 .footer-top .footer-top-right .footer-follow li a {
        color: #fff;
    }

    .footer-dark-style-1 .footer-widget .footer-title {
        color: rgba(255, 255, 255, 0.6);
    }

    .footer-dark-style-1 .footer-widget .footer-link li a {
        color: #fff;
    }

        .footer-dark-style-1 .footer-widget .footer-link li a:hover {
            color: #E14C7B;
        }

    .footer-dark-style-1 .footer-copyright p {
        color: #fff;
    }

        .footer-dark-style-1 .footer-copyright p a {
            color: #fff;
        }

            .footer-dark-style-1 .footer-copyright p a:hover {
                color: #E14C7B;
            }

/*===== All Footer Style 2 =====*/
.footer-style-2 {
    background-color: #FAFAFA;
}

    .footer-style-2 .footer-top {
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: space-between;
    }

@media (max-width: 767px) {
    .footer-style-2 .footer-top {
        display: block;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .footer-style-2 .footer-top {
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
    }
}

.footer-style-2 .footer-top .footer-top-right {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
}

@media (max-width: 767px) {
    .footer-style-2 .footer-top .footer-top-right {
        display: block;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .footer-style-2 .footer-top .footer-top-right {
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
    }
}

.footer-style-2 .footer-top .footer-top-right .title {
    font-size: 16px;
    line-height: 22px;
    color: #000;
    font-weight: 400;
    padding-right: 8px;
}

.footer-style-2 .footer-widget-wrapper .footer-title {
    text-transform: capitalize;
    font-weight: 300;
    font-size: 20px;
    line-height: 28px;
    color: #000;
}

.footer-style-2 .footer-link-widget {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
}

    .footer-style-2 .footer-link-widget .footer-link {
        margin-top: 32px;
        width: 33.33%;
    }

@media (max-width: 767px) {
    .footer-style-2 .footer-link-widget .footer-link {
        width: 100%;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .footer-style-2 .footer-link-widget .footer-link {
        width: 33.33%;
    }
}

.footer-style-2 .footer-link-widget .footer-link .link {
    padding-top: 12px;
}

    .footer-style-2 .footer-link-widget .footer-link .link li {
        padding: 4px 0;
    }

        .footer-style-2 .footer-link-widget .footer-link .link li a {
            font-weight: 500;
            font-size: 16px;
            line-height: 22px;
            color: #000;
            transition: all 0.3s linear;
        }

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer-style-2 .footer-link-widget .footer-link .link li a {
        font-size: 14px;
    }
}

.footer-style-2 .footer-link-widget .footer-link .link li a:hover {
    color: #563289;
}

.footer-style-2 .footer-widget-subscribe {
    margin-top: 32px;
}

    .footer-style-2 .footer-widget-subscribe p {
        margin-top: 16px;
    }

    .footer-style-2 .footer-widget-subscribe .subscribe-form .single-form .form-input {
        position: relative;
    }

        .footer-style-2 .footer-widget-subscribe .subscribe-form .single-form .form-input .main-btn {
            width: 40px;
            height: 40px;
            line-height: 40px;
            color: #fff;
            font-size: 24px;
            position: absolute;
            top: 0;
            right: 0;
            padding: 0;
            text-align: center;
        }

.footer-style-2 .footer-bottom {
    padding-top: 20px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media (max-width: 767px) {
    .footer-style-2 .footer-bottom {
        display: block;
    }
}

.footer-style-2 .footer-bottom .footer-copyright {
    padding-top: 32px;
}

    .footer-style-2 .footer-bottom .footer-copyright p {
        font-weight: normal;
        font-size: 16px;
        line-height: 22px;
        color: #000;
        transition: all 0.3s linear;
    }

        .footer-style-2 .footer-bottom .footer-copyright p a {
            color: #000;
            transition: all 0.3s linear;
        }

            .footer-style-2 .footer-bottom .footer-copyright p a:hover {
                color: #563289;
            }

.footer-style-2 .footer-bottom .footer-follow {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    padding-top: 32px;
}

    .footer-style-2 .footer-bottom .footer-follow .title {
        font-size: 16px;
        line-height: 22px;
        color: #000;
        font-weight: 400;
        padding-right: 8px;
    }

    .footer-style-2 .footer-bottom .footer-follow .social-follow li {
        display: inline-block;
        margin-left: 8px;
    }

        .footer-style-2 .footer-bottom .footer-follow .social-follow li a {
            font-size: 20px;
            color: #563289;
        }

@media (max-width: 767px) {
    .footer-style-2 .footer-bottom .footer-follow .social-follow li a {
        font-size: 20px;
    }
}

/*===== All Profile Style =====*/
.footer-dark-style-2 {
    background-color: #4C4C4C;
}

    .footer-dark-style-2 .footer-top .footer-top-right .title {
        color: rgba(255, 255, 255, 0.74);
    }

    .footer-dark-style-2 .footer-widget-wrapper .footer-title {
        color: rgba(255, 255, 255, 0.74);
    }

    .footer-dark-style-2 .footer-link-widget .footer-link .link li a {
        color: #fff;
    }

        .footer-dark-style-2 .footer-link-widget .footer-link .link li a:hover {
            color: #E14C7B;
        }

    .footer-dark-style-2 .footer-widget-subscribe p {
        color: #fff;
    }

    .footer-dark-style-2 .footer-widget-subscribe .subscribe-form .single-form .form-input input:focus {
        border-color: #E14C7B;
    }

    .footer-dark-style-2 .footer-bottom .footer-copyright p {
        color: #fff;
    }

        .footer-dark-style-2 .footer-bottom .footer-copyright p a {
            color: #fff;
        }

            .footer-dark-style-2 .footer-bottom .footer-copyright p a:hover {
                color: #E14C7B;
            }

    .footer-dark-style-2 .footer-bottom .footer-follow .title {
        color: rgba(255, 255, 255, 0.74);
    }

    .footer-dark-style-2 .footer-bottom .footer-follow .social-follow li a {
        color: #fff;
    }

/*===== All Footer Style 3 =====*/
.footer-style-3 {
    background-color: #FAFAFA;
}

    .footer-style-3 .footer-top .footer-widget-subscribe {
        margin-top: 32px;
    }

        .footer-style-3 .footer-top .footer-widget-subscribe p {
            margin-top: 16px;
            text-align: center !important;
        }

        .footer-style-3 .footer-top .footer-widget-subscribe .subscribe-form .single-form .form-input {
            position: relative;
        }

            .footer-style-3 .footer-top .footer-widget-subscribe .subscribe-form .single-form .form-input .main-btn {
                width: 40px;
                height: 40px;
                line-height: 40px;
                color: #fff;
                font-size: 24px;
                position: absolute;
                top: 0;
                right: 0;
                padding: 0;
                text-align: center;
            }

    .footer-style-3 .footer-top .footer-follow {
        padding-top: 24px;
    }

        .footer-style-3 .footer-top .footer-follow li {
            display: inline-block;
            margin: 0 8px;
        }

            .footer-style-3 .footer-top .footer-follow li a {
                font-size: 20px;
                color: #563289;
            }

@media (max-width: 767px) {
    .footer-style-3 .footer-top .footer-follow li a {
        font-size: 20px;
    }
}

.footer-style-3 .footer-widget {
    margin-top: 32px;
}

    .footer-style-3 .footer-widget .footer-title {
        text-transform: uppercase;
        font-weight: 700;
        font-size: 16px;
        line-height: 22px;
        color: #000;
    }

    .footer-style-3 .footer-widget .footer-link {
        padding-top: 12px;
    }

        .footer-style-3 .footer-widget .footer-link li {
            padding: 4px 0;
        }

            .footer-style-3 .footer-widget .footer-link li a {
                font-weight: 500;
                font-size: 16px;
                line-height: 22px;
                color: #000;
                transition: all 0.3s linear;
            }

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer-style-3 .footer-widget .footer-link li a {
        font-size: 14px;
    }
}

.footer-style-3 .footer-widget .footer-link li a:hover {
    color: #563289;
}

.footer-style-3 .footer-copyright {
    padding-top: 52px;
}

    .footer-style-3 .footer-copyright p {
        font-weight: normal;
        font-size: 16px;
        line-height: 22px;
        color: #000;
        transition: all 0.3s linear;
    }

        .footer-style-3 .footer-copyright p a {
            color: #000;
            transition: all 0.3s linear;
        }

            .footer-style-3 .footer-copyright p a:hover {
                color: #563289;
            }

/*===== All Footer Style Dark 3 =====*/
.footer-dark-style-3 {
    background-color: #4C4C4C;
}

    .footer-dark-style-3 .footer-top .footer-widget-subscribe p {
        color: #fff;
    }

    .footer-dark-style-3 .footer-top .footer-widget-subscribe .subscribe-form .single-form .form-input input:focus {
        border-color: #E14C7B;
    }

    .footer-dark-style-3 .footer-top .footer-follow li a {
        color: #fff;
    }

    .footer-dark-style-3 .footer-widget .footer-title {
        color: rgba(255, 255, 255, 0.6);
    }

    .footer-dark-style-3 .footer-widget .footer-link li a {
        color: #fff;
    }

        .footer-dark-style-3 .footer-widget .footer-link li a:hover {
            color: #E14C7B;
        }

    .footer-dark-style-3 .footer-copyright p {
        color: #fff;
    }

        .footer-dark-style-3 .footer-copyright p a {
            color: #fff;
        }

            .footer-dark-style-3 .footer-copyright p a:hover {
                color: #E14C7B;
            }

/*===== All Footer Style 4 =====*/
.footer-style-4 {
    background-color: #FAFAFA;
}

    .footer-style-4 .footer-newsletter {
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        align-items: center;
        justify-content: space-around;
        padding-bottom: 60px;
    }

@media (max-width: 767px) {
    .footer-style-4 .footer-newsletter {
        display: block;
    }
}

.footer-style-4 .footer-newsletter .newsletter-left .title {
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    color: rgba(0, 0, 0, 0.88);
}

.footer-style-4 .footer-newsletter .newsletter-left p {
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
    color: #4C4C4C;
    margin-top: 8px;
}

.footer-style-4 .footer-newsletter .newsletter-right {
    max-width: 350px;
    width: 100%;
}

    .footer-style-4 .footer-newsletter .newsletter-right .single-form .form-input {
        position: relative;
    }

        .footer-style-4 .footer-newsletter .newsletter-right .single-form .form-input .main-btn {
            width: 40px;
            height: 40px;
            line-height: 40px;
            color: #fff;
            font-size: 24px;
            position: absolute;
            top: 0;
            right: 0;
            padding: 0;
            text-align: center;
        }

.footer-style-4 .footer-top {
    padding-top: 10px;
    padding-bottom: 40px;
    border-top: 1px solid #EFEFEF;
    border-bottom: 1px solid #EFEFEF;
}

    .footer-style-4 .footer-top .footer-share {
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        align-items: center;
        margin-top: 30px;
    }

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .footer-style-4 .footer-top .footer-share {
        justify-content: center;
    }
}

.footer-style-4 .footer-top .footer-share .title {
    font-size: 16px;
    line-height: 22px;
    color: #000;
    font-weight: 400;
    padding-right: 8px;
}

.footer-style-4 .footer-top .footer-share .footer-social li {
    display: inline-block;
    margin-left: 8px;
}

    .footer-style-4 .footer-top .footer-share .footer-social li a {
        font-size: 20px;
        color: #563289;
    }

@media (max-width: 767px) {
    .footer-style-4 .footer-top .footer-share .footer-social li a {
        font-size: 20px;
    }
}

.footer-style-4 .footer-top .footer-logo {
    margin-top: 30px;
}

.footer-style-4 .footer-top .footer-payment {
    margin-top: 30px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

@media (max-width: 767px) {
    .footer-style-4 .footer-top .footer-payment {
        display: block;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .footer-style-4 .footer-top .footer-payment {
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: center;
    }
}

.footer-style-4 .footer-top .footer-payment .title {
    font-size: 16px;
    line-height: 22px;
    color: #000;
    font-weight: 400;
    padding-right: 8px;
}

.footer-style-4 .footer-widget {
    padding-top: 30px;
}

    .footer-style-4 .footer-widget .footer-title {
        text-transform: capitalize;
        font-weight: 300;
        font-size: 20px;
        line-height: 28px;
        color: #000;
    }

    .footer-style-4 .footer-widget .footer-link {
        margin-top: 30px;
    }

        .footer-style-4 .footer-widget .footer-link .link {
            padding-top: 12px;
        }

            .footer-style-4 .footer-widget .footer-link .link li {
                padding: 4px 0;
            }

                .footer-style-4 .footer-widget .footer-link .link li a {
                    font-weight: 500;
                    font-size: 16px;
                    line-height: 22px;
                    color: #000;
                    transition: all 0.3s linear;
                }

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer-style-4 .footer-widget .footer-link .link li a {
        font-size: 14px;
    }
}

.footer-style-4 .footer-widget .footer-link .link li a:hover {
    color: #563289;
}

.footer-style-4 .footer-copyright {
    padding-top: 52px;
}

    .footer-style-4 .footer-copyright p {
        font-weight: normal;
        font-size: 16px;
        line-height: 22px;
        color: #000;
        transition: all 0.3s linear;
    }

        .footer-style-4 .footer-copyright p a {
            color: #000;
            transition: all 0.3s linear;
        }

            .footer-style-4 .footer-copyright p a:hover {
                color: #563289;
            }

/*===== All Footer Style Dark 4 =====*/
.footer-dark-style-4 {
    background-color: #4C4C4C;
}

    .footer-dark-style-4 .footer-newsletter .newsletter-left .title {
        color: rgba(255, 255, 255, 0.88);
    }

    .footer-dark-style-4 .footer-newsletter .newsletter-left p {
        color: #FAFAFA;
    }

    .footer-dark-style-4 .footer-newsletter .newsletter-left .subscribe-form .single-form .form-input input:focus {
        border-color: #E14C7B;
    }

    .footer-dark-style-4 .footer-top {
        border-top-color: rgba(255, 255, 255, 0.16);
        border-bottom-color: rgba(255, 255, 255, 0.16);
    }

        .footer-dark-style-4 .footer-top .footer-share .title {
            color: rgba(255, 255, 255, 0.6);
        }

        .footer-dark-style-4 .footer-top .footer-share .footer-social li a {
            color: #fff;
        }

        .footer-dark-style-4 .footer-top .footer-payment .title {
            color: rgba(255, 255, 255, 0.6);
        }

    .footer-dark-style-4 .footer-widget .footer-title {
        color: rgba(255, 255, 255, 0.6);
    }

    .footer-dark-style-4 .footer-widget .footer-link .link li a {
        color: #fff;
    }

        .footer-dark-style-4 .footer-widget .footer-link .link li a:hover {
            color: #E14C7B;
        }

    .footer-dark-style-4 .footer-copyright p {
        color: #fff;
    }

        .footer-dark-style-4 .footer-copyright p a {
            color: #fff;
        }

            .footer-dark-style-4 .footer-copyright p a:hover {
                color: #E14C7B;
            }

/*===== All Footer Style 5 =====*/
.footer-style-5 {
    background-color: #FAFAFA;
}

    .footer-style-5 .footer-about p {
        font-weight: normal;
        font-size: 16px;
        line-height: 22px;
        color: #000;
        transition: all 0.3s linear;
        margin-top: 24px;
    }

        .footer-style-5 .footer-about p a {
            color: #000;
            transition: all 0.3s linear;
        }

            .footer-style-5 .footer-about p a:hover {
                color: #563289;
            }

    .footer-style-5 .footer-about .footer-social {
        margin-top: 30px;
    }

        .footer-style-5 .footer-about .footer-social li {
            display: inline-block;
            margin-left: 8px;
        }

            .footer-style-5 .footer-about .footer-social li a {
                font-size: 20px;
                color: #393D8E;
            }

@media (max-width: 767px) {
    .footer-style-5 .footer-about .footer-social li a {
        font-size: 20px;
    }
}

.footer-style-5 .footer-title {
    text-transform: capitalize;
    font-weight: 300;
    font-size: 20px;
    line-height: 28px;
    color: #000;
}

.footer-style-5 .footer-link-widget {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
}

    .footer-style-5 .footer-link-widget .footer-link {
        margin-top: 32px;
        width: 33.33%;
    }

@media (max-width: 767px) {
    .footer-style-5 .footer-link-widget .footer-link {
        width: 100%;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .footer-style-5 .footer-link-widget .footer-link {
        width: 33.33%;
    }
}

.footer-style-5 .footer-link-widget .footer-link .link {
    padding-top: 16px;
}

    .footer-style-5 .footer-link-widget .footer-link .link li {
        padding: 4px 0;
    }

        .footer-style-5 .footer-link-widget .footer-link .link li a {
            font-weight: 500;
            font-size: 16px;
            line-height: 22px;
            color: #000;
            transition: all 0.3s linear;
        }

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer-style-5 .footer-link-widget .footer-link .link li a {
        font-size: 14px;
    }
}

.footer-style-5 .footer-link-widget .footer-link .link li a:hover {
    color: #563289;
}

.footer-style-5 .footer-widget-subscribe {
    margin-top: 32px;
}

    .footer-style-5 .footer-widget-subscribe p {
        margin-top: 16px;
    }

    .footer-style-5 .footer-widget-subscribe .subscribe-form .single-form .form-input {
        position: relative;
    }

        .footer-style-5 .footer-widget-subscribe .subscribe-form .single-form .form-input .main-btn {
            width: 40px;
            height: 40px;
            line-height: 40px;
            color: #fff;
            font-size: 24px;
            position: absolute;
            top: 0;
            right: 0;
            padding: 0;
            text-align: center;
        }

/*===== All Footer Style Dark 5 =====*/
.footer-dark-style-5 {
    background-color: #4C4C4C;
}

    .footer-dark-style-5 .footer-about p {
        color: #fff;
    }

        .footer-dark-style-5 .footer-about p a {
            color: #fff;
            transition: all 0.3s linear;
        }

            .footer-dark-style-5 .footer-about p a:hover {
                color: #E14C7B;
            }

    .footer-dark-style-5 .footer-about .footer-social li a {
        color: #fff;
    }

    .footer-dark-style-5 .footer-title {
        color: rgba(255, 255, 255, 0.74);
    }

    .footer-dark-style-5 .footer-link-widget .footer-link .link li a {
        color: #fff;
    }

        .footer-dark-style-5 .footer-link-widget .footer-link .link li a:hover {
            color: #E14C7B;
        }

    .footer-dark-style-5 .footer-widget-subscribe p {
        color: #fff;
    }

    .footer-dark-style-5 .footer-widget-subscribe .subscribe-form .single-form .form-input input:focus {
        border-color: #E14C7B;
    }

/*===== All Footer Style 6 =====*/
.footer-style-6 {
    background-color: #FAFAFA;
}

    .footer-style-6 .footer-widget-subscribe {
        margin-top: 32px;
    }

        .footer-style-6 .footer-widget-subscribe p {
            margin-top: 16px;
        }

        .footer-style-6 .footer-widget-subscribe .subscribe-form .single-form .form-input {
            position: relative;
        }

            .footer-style-6 .footer-widget-subscribe .subscribe-form .single-form .form-input .main-btn {
                width: 40px;
                height: 40px;
                line-height: 40px;
                color: #fff;
                font-size: 24px;
                position: absolute;
                top: 0;
                right: 0;
                padding: 0;
                text-align: center;
            }

    .footer-style-6 .footer-social-copyright p {
        font-weight: normal;
        font-size: 16px;
        line-height: 22px;
        color: #000;
        transition: all 0.3s linear;
        margin-top: 24px;
    }

        .footer-style-6 .footer-social-copyright p a {
            color: #000;
            transition: all 0.3s linear;
        }

            .footer-style-6 .footer-social-copyright p a:hover {
                color: #563289;
            }

    .footer-style-6 .footer-social-copyright .footer-social {
        margin-top: 30px;
    }

        .footer-style-6 .footer-social-copyright .footer-social li {
            display: inline-block;
            margin-left: 8px;
        }

            .footer-style-6 .footer-social-copyright .footer-social li a {
                font-size: 20px;
                color: #563289;
            }

@media (max-width: 767px) {
    .footer-style-6 .footer-social-copyright .footer-social li a {
        font-size: 20px;
    }
}

.footer-style-6 .footer-title {
    text-transform: capitalize;
    font-weight: 300;
    font-size: 20px;
    line-height: 28px;
    color: #000;
}

.footer-style-6 .footer-link-widget {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
}

    .footer-style-6 .footer-link-widget .footer-link {
        margin-top: 32px;
        width: 25%;
    }

@media (max-width: 767px) {
    .footer-style-6 .footer-link-widget .footer-link {
        width: 100%;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .footer-style-6 .footer-link-widget .footer-link {
        width: 33.33%;
    }
}

.footer-style-6 .footer-link-widget .footer-link .link {
    padding-top: 16px;
}

    .footer-style-6 .footer-link-widget .footer-link .link li {
        padding: 4px 0;
    }

        .footer-style-6 .footer-link-widget .footer-link .link li a {
            font-weight: 500;
            font-size: 16px;
            line-height: 22px;
            color: #000;
            transition: all 0.3s linear;
        }

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer-style-6 .footer-link-widget .footer-link .link li a {
        font-size: 14px;
    }
}

.footer-style-6 .footer-link-widget .footer-link .link li a:hover {
    color: #563289;
}

/*===== All Footer Style Dark 6 =====*/
.footer-dark-style-6 {
    background-color: #4C4C4C;
}

    .footer-dark-style-6 .footer-widget-subscribe p {
        color: #fff;
    }

    .footer-dark-style-6 .footer-widget-subscribe .subscribe-form .single-form .form-input input:focus {
        border-color: #E14C7B;
    }

    .footer-dark-style-6 .footer-social-copyright p {
        color: #fff;
    }

        .footer-dark-style-6 .footer-social-copyright p a {
            color: #fff;
            transition: all 0.3s linear;
        }

            .footer-dark-style-6 .footer-social-copyright p a:hover {
                color: #E14C7B;
            }

    .footer-dark-style-6 .footer-social-copyright .footer-social li a {
        color: #fff;
    }

    .footer-dark-style-6 .footer-title {
        color: rgba(255, 255, 255, 0.74);
    }

    .footer-dark-style-6 .footer-link-widget .footer-link .link li a {
        color: #fff;
    }

        .footer-dark-style-6 .footer-link-widget .footer-link .link li a:hover {
            color: #E14C7B;
        }

/*==================================================================
                25. Call to action css
==================================================================*/
.cta-style-1 .cta-style-1-wrapper {
    padding: 70px 50px;
}

@media (max-width: 767px) {
    .cta-style-1 .cta-style-1-wrapper {
        padding: 70px 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .cta-style-1 .cta-style-1-wrapper .cta-content {
        margin-bottom: 50px;
    }
}

@media (max-width: 767px) {
    .cta-style-1 .cta-style-1-wrapper .cta-content {
        margin-bottom: 50px;
    }
}

@media (max-width: 767px) {
    .cta-style-1 .cta-style-1-wrapper .cta-content h1 {
        font-size: 38px;
    }
}

.cta-style-2 {
    position: relative;
    z-index: 1;
}

    .cta-style-2 .cta-style-2-img {
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        position: absolute;
        width: 50%;
        height: 100%;
        left: 0;
        top: 0;
    }

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .cta-style-2 .cta-style-2-img {
        display: none;
    }
}

@media (max-width: 767px) {
    .cta-style-2 .cta-style-2-img {
        display: none;
    }
}

.cta-style-2 .cta-content {
    padding: 100px 0;
    text-align: center;
}

@media (max-width: 767px) {
    .cta-style-2 .cta-content h1 {
        font-size: 38px;
    }
}

.cta-style-2 .cta-content form {
    position: relative;
}

    .cta-style-2 .cta-content form input {
        height: 55px;
        border-radius: 50px;
        padding-right: 140px;
    }

    .cta-style-2 .cta-content form .mdi {
        top: 9px;
    }

    .cta-style-2 .cta-content form button {
        position: absolute;
        top: 7px;
        right: 7px;
        border-radius: 50px;
    }

.cta-style-3 .cta-content h3 {
    font-size: 36px;
}

@media (max-width: 767px) {
    .cta-style-3 .cta-content h3 {
        font-size: 30px;
    }
}

.cta-style-4 {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

@media (max-width: 767px) {
    .cta-style-4 .cta-content {
        text-align: center;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .cta-style-4 .cta-content h1 {
        font-size: 40px;
    }
}

@media (max-width: 767px) {
    .cta-style-4 .cta-content h1 {
        font-size: 30px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .cta-style-4 .cta-content h1 {
        font-size: 40px;
    }
}

.cta-style-5 {
    background-position: top left;
    background-repeat: no-repeat;
    background-size: cover;
}

    .cta-style-5 .cta-wrapper {
        background: #fff;
        border-radius: 15px;
        padding: 90px 50px;
        box-shadow: 0 10px 35px rgba(0, 0, 0, 0.2);
    }

@media (max-width: 767px) {
    .cta-style-5 .cta-wrapper {
        padding: 90px 30px;
    }
}

.cta-style-5 .cta-wrapper h2 {
    font-weight: 500;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .cta-style-5 .cta-wrapper h2 {
        font-size: 28px;
    }
}

@media (max-width: 767px) {
    .cta-style-5 .cta-wrapper h2 {
        font-size: 28px;
    }
}

.cta-style-5 .cta-wrapper h2 strong {
    font-weight: 700;
    display: block;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .cta-style-5 .cta-wrapper h2 strong {
        font-size: 30px;
    }
}

@media (max-width: 767px) {
    .cta-style-5 .cta-wrapper h2 strong {
        font-size: 30px;
    }
}

.cta-style-5 .cta-wrapper form input {
    height: 50px;
    padding-right: 140px;
}

.cta-style-5 .cta-wrapper form .mdi {
    top: 6px;
}

.cta-style-5 .cta-wrapper form button {
    position: absolute;
    right: 0;
    top: 0;
    height: 50px;
}

/*==================================================================
                26. Features css
==================================================================*/
.feature-wrapper .feature-title {
    margin-bottom: 50px;
}

    .feature-wrapper .feature-title span {
        font-size: 20px;
        font-weight: 700;
        margin-bottom: 15px;
    }

    .feature-wrapper .feature-title h1 {
        font-size: 55px;
        font-weight: 700;
        margin-bottom: 20px;
    }

    .feature-wrapper .feature-title p {
        font-size: 18px;
    }

.feature-wrapper .feature-style-1 {
    border: 1px solid #EFEFEF;
    border-radius: 10px;
    background: #fff;
    padding: 40px 30px;
    margin-bottom: 30px;
    transition: all 0.3s linear;
}

    .feature-wrapper .feature-style-1:hover {
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    }

        .feature-wrapper .feature-style-1:hover .feature-icon {
            background: #563289;
            color: #fff;
        }

    .feature-wrapper .feature-style-1 .feature-icon {
        width: 78px;
        height: 78px;
        border-radius: 50%;
        background: #fff;
        border: 2px solid #563289;
        color: #563289;
        font-size: 40px;
        margin-bottom: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        transition: all 0.3s linear;
    }

    .feature-wrapper .feature-style-1 .feature-content h3 {
        margin-bottom: 15px;
    }

.feature-wrapper .feature-style-2 {
    padding: 40px 30px;
    margin-bottom: 30px;
    border-radius: 10px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.02);
    transition: all 0.3s linear;
    text-align: center;
    background: #fff;
}

    .feature-wrapper .feature-style-2:hover {
        box-shadow: 0 10px 35px rgba(0, 0, 0, 0.1);
    }

        .feature-wrapper .feature-style-2:hover .feature-icon {
            border-radius: 50%;
        }

    .feature-wrapper .feature-style-2 .feature-icon {
        width: 78px;
        height: 78px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 auto 20px;
        font-size: 40px;
        color: #fff;
        border-radius: 10px;
        transition: all 0.3s linear;
    }

    .feature-wrapper .feature-style-2 .feature-content h3 {
        margin-bottom: 20px;
    }

.feature-wrapper .feature-title {
    margin-bottom: 50px;
}

    .feature-wrapper .feature-title span {
        font-size: 20px;
        font-weight: 700;
        margin-bottom: 15px;
    }

    .feature-wrapper .feature-title h1 {
        font-size: 55px;
        font-weight: 700;
        margin-bottom: 20px;
    }

    .feature-wrapper .feature-title p {
        font-size: 18px;
    }

.feature-wrapper .feature-style-3 {
    margin-bottom: 30px;
    padding: 40px 30px;
    border: 2px dashed #D1D1D1;
    border-radius: 10px;
    background: #fff;
    text-align: center;
    transition: all 0.3s linear;
}

    .feature-wrapper .feature-style-3:hover {
        border-color: #563289;
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    }

        .feature-wrapper .feature-style-3:hover .feature-icon {
            background-color: #563289;
            color: #fff;
        }

    .feature-wrapper .feature-style-3 .feature-icon {
        background-color: #EEE6FD;
        color: #563289;
        width: 70px;
        height: 70px;
        display: flex;
        justify-content: center;
        align-items: center;
        clip-path: polygon(50% 0%, 90% 20%, 100% 60%, 75% 100%, 25% 100%, 0% 60%, 10% 20%);
        font-size: 35px;
        margin: 0 auto 20px;
        transition: all 0.3s linear;
    }

    .feature-wrapper .feature-style-3 .feature-content h3 {
        margin-bottom: 20px;
    }

.feature-wrapper .feature-title {
    margin-bottom: 50px;
}

    .feature-wrapper .feature-title span {
        font-size: 20px;
        font-weight: 700;
        margin-bottom: 15px;
    }

    .feature-wrapper .feature-title h1 {
        font-size: 55px;
        font-weight: 700;
        margin-bottom: 20px;
    }

    .feature-wrapper .feature-title p {
        font-size: 18px;
    }

.feature-wrapper .feature-style-4 {
    text-align: center;
    margin-bottom: 40px;
    border-radius: 5px;
    padding: 40px 30px;
    border: 1px solid #D1D1D1;
    background: #fff;
    transition: all 0.3s linear;
}

    .feature-wrapper .feature-style-4:hover {
        box-shadow: 0 10px 35px rgba(0, 0, 0, 0.15);
    }

        .feature-wrapper .feature-style-4:hover .feature-icon {
            background-color: #fff !important;
        }

    .feature-wrapper .feature-style-4 .feature-icon {
        width: 60px;
        height: 60px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 50%;
        margin: 0 auto 20px;
        font-size: 30px;
        transition: all 0.3s linear;
    }

        .feature-wrapper .feature-style-4 .feature-icon.icon-1 {
            background-color: #D2C3F9;
            color: #563289;
        }

        .feature-wrapper .feature-style-4 .feature-icon.icon-2 {
            background-color: #FAE5EC;
            color: #E14C7B;
        }

        .feature-wrapper .feature-style-4 .feature-icon.icon-3 {
            background-color: #E6E7F1;
            color: #393D8E;
        }

        .feature-wrapper .feature-style-4 .feature-icon.icon-4 {
            background-color: #FFFDE6;
            color: #FFBE27;
        }

        .feature-wrapper .feature-style-4 .feature-icon.icon-5 {
            background-color: #FBE8E7;
            color: #FF4B22;
        }

        .feature-wrapper .feature-style-4 .feature-icon.icon-6 {
            background-color: #D8F5FF;
            color: #00C2FE;
        }

    .feature-wrapper .feature-style-4 .feature-content h3 {
        font-size: 22px;
        margin-bottom: 20px;
    }

.feature-style-5 {
    position: relative;
    z-index: 1;
}

    .feature-style-5 .video-wrapper {
        position: absolute;
        width: 48%;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        display: flex;
        justify-content: center;
        align-items: center;
    }

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .feature-style-5 .video-wrapper {
        width: 100%;
        position: static;
        transform: translateY(0%);
    }
}

@media (max-width: 767px) {
    .feature-style-5 .video-wrapper {
        width: 100%;
        position: static;
        transform: translateY(0%);
    }
}

.feature-style-5 .video-wrapper .video-btn {
    position: absolute;
}

    .feature-style-5 .video-wrapper .video-btn .play-btn {
        width: 100px;
        height: 100px;
        display: flex;
        justify-content: center;
        align-items: center;
        background: #fff;
        border-radius: 50%;
        color: #563289;
        font-size: 20px;
        position: relative;
        z-index: 1;
    }

        .feature-style-5 .video-wrapper .video-btn .play-btn:hover::after {
            transform: scale(1.3);
        }

        .feature-style-5 .video-wrapper .video-btn .play-btn::after {
            content: '';
            position: absolute;
            width: 100%;
            height: 100%;
            left: 0;
            top: 0;
            border-radius: 50%;
            background: rgba(255, 255, 255, 0.2);
            z-index: -1;
            transform: scale(0.8);
            transition: all 0.3s linear;
        }

.feature-style-5 .feature-content {
    padding: 75px 0;
    margin-left: 20px;
}

    .feature-style-5 .feature-content .specialty-wrapper .specialty-item {
        display: flex;
        margin-bottom: 30px;
    }

@media (max-width: 767px) {
    .feature-style-5 .feature-content .specialty-wrapper .specialty-item {
        flex-direction: column;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .feature-style-5 .feature-content .specialty-wrapper .specialty-item {
        flex-direction: row;
    }
}

.feature-style-5 .feature-content .specialty-wrapper .specialty-item:hover .specialty-icon-wrapper .specialty-icon {
    box-shadow: 0px 14px 33px rgba(229, 229, 229, 0.8);
}

.feature-style-5 .feature-content .specialty-wrapper .specialty-item .specialty-icon-wrapper .specialty-icon {
    width: 87px;
    height: 87px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin-right: 30px;
    box-shadow: 0px 0px 33px rgba(229, 229, 229, 0.3);
    transition: all 0.3s linear;
}

    .feature-style-5 .feature-content .specialty-wrapper .specialty-item .specialty-icon-wrapper .specialty-icon i {
        font-size: 35px;
        color: #563289;
    }

@media (max-width: 767px) {
    .feature-style-5 .feature-content .specialty-wrapper .specialty-item .specialty-icon-wrapper .specialty-icon {
        margin-bottom: 20px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .feature-style-5 .feature-content .specialty-wrapper .specialty-item .specialty-icon-wrapper .specialty-icon {
        margin-bottom: 0px;
    }
}

.feature-style-5 .feature-content .specialty-wrapper .specialty-item .specialty-content h4 {
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 15px;
}

.feature-style-5 .feature-content .specialty-wrapper .specialty-item .specialty-content p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
}

.feature-wrapper .feature-style-6 {
    text-align: center;
    padding: 60px 30px;
    margin-bottom: 40px;
    border: 1px solid #EFEFEF;
    background: #fff;
    transition: all 0.3s linear;
}

    .feature-wrapper .feature-style-6:hover {
        border-color: #7CB637;
        box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
    }

    .feature-wrapper .feature-style-6 .feature-icon {
        width: 100px;
        height: 100px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 50%;
        background-color: #F1F8E8;
        color: #7CB637;
        margin: 0 auto 30px;
        font-size: 40px;
    }

    .feature-wrapper .feature-style-6 .feature-content h3 {
        font-size: 24px;
        margin-bottom: 20px;
    }

.feature-wrapper .feature-7-title {
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 50px;
}

    .feature-wrapper .feature-7-title::after {
        content: '';
        position: absolute;
        width: 60px;
        height: 3px;
        background: #563289;
        left: 0;
        bottom: 0;
    }

.feature-wrapper .feature-style-7 {
    display: flex;
    margin-bottom: 50px;
}

    .feature-wrapper .feature-style-7:hover .feature-icon {
        animation: anim 1s linear infinite;
    }

    .feature-wrapper .feature-style-7 .feature-icon {
        font-size: 50px;
        line-height: 45px;
        margin-bottom: 20px;
        margin-right: 20px;
        color: #563289;
        transition: all 0.3s linear;
    }

    .feature-wrapper .feature-style-7 .feature-content h3 {
        font-size: 20px;
        font-weight: 500;
        color: #563289;
        margin-bottom: 12px;
    }

@keyframes anim {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(0.8);
    }

    100% {
        transform: scale(1);
    }
}

.feature-wrapper .feature-title {
    margin-bottom: 50px;
}

    .feature-wrapper .feature-title span {
        font-size: 20px;
        font-weight: 700;
        margin-bottom: 15px;
    }

    .feature-wrapper .feature-title h1 {
        font-size: 55px;
        font-weight: 700;
        margin-bottom: 20px;
    }

    .feature-wrapper .feature-title p {
        font-size: 18px;
    }

.feature-wrapper .feature-style-8 {
    text-align: center;
    padding: 40px 30px;
    border-radius: 5px;
    transition: all 0.3s linear;
}

    .feature-wrapper .feature-style-8:hover {
        background: #fff;
        box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    }

    .feature-wrapper .feature-style-8 .feature-icon {
        width: 70px;
        height: 70px;
        display: flex;
        justify-content: center;
        align-items: center;
        border: 1px solid #563289;
        color: #563289;
        font-size: 40px;
        margin: 0 auto 20px;
        border-radius: 4px;
    }

    .feature-wrapper .feature-style-8 .feature-content h3 {
        font-size: 22px;
        font-weight: 500;
        margin-bottom: 20px;
    }

/*==================================================================
                27. Testimonial css
==================================================================*/
.testimonial-wrapper .testimonial-title {
    text-align: center;
    margin-bottom: 50px;
}

    .testimonial-wrapper .testimonial-title h1 {
        margin-bottom: 10px;
    }

    .testimonial-wrapper .testimonial-title p {
        font-size: 16px;
    }

.testimonial-wrapper .testimonial-style-1-wrapper {
    position: relative;
    margin: 0px -10px;
}

    .testimonial-wrapper .testimonial-style-1-wrapper .row {
        margin-right: 0;
        margin-left: 0;
    }

    .testimonial-wrapper .testimonial-style-1-wrapper .tns-nav {
        position: absolute;
        width: 100%;
        bottom: 0px;
        left: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 2;
    }

        .testimonial-wrapper .testimonial-style-1-wrapper .tns-nav button {
            width: 12px;
            height: 12px;
            border: 2px solid #563289;
            background: none;
            border-radius: 50%;
            margin: 5px;
        }

            .testimonial-wrapper .testimonial-style-1-wrapper .tns-nav button.hover, .testimonial-wrapper .testimonial-style-1-wrapper .tns-nav button.tns-nav-active {
                background: #563289;
            }

    .testimonial-wrapper .testimonial-style-1-wrapper .testimonial-style-1 {
        padding: 40px 30px;
        border-radius: 30px;
        border: 2px solid #EFEFEF;
        text-align: center;
        margin-bottom: 60px;
        transition: all 0.3s linear;
    }

        .testimonial-wrapper .testimonial-style-1-wrapper .testimonial-style-1:hover {
            border-color: #563289;
        }

        .testimonial-wrapper .testimonial-style-1-wrapper .testimonial-style-1 .testimonial-img {
            width: 80px;
            height: 80px;
            border-radius: 50%;
            overflow: hidden;
            margin: 0 auto 20px;
        }

        .testimonial-wrapper .testimonial-style-1-wrapper .testimonial-style-1 .testimonial-info {
            margin-bottom: 10px;
        }

            .testimonial-wrapper .testimonial-style-1-wrapper .testimonial-style-1 .testimonial-info h3 {
                font-size: 22px;
                font-weight: 500;
            }

.testimonial-wrapper .testimonial-title {
    text-align: center;
    margin-bottom: 50px;
}

    .testimonial-wrapper .testimonial-title h1 {
        margin-bottom: 10px;
    }

    .testimonial-wrapper .testimonial-title p {
        font-size: 16px;
    }

.testimonial-wrapper .testimonial-title-2 {
    margin-bottom: 50px;
    text-align: center;
}

    .testimonial-wrapper .testimonial-title-2 span {
        font-size: 20px;
        font-weight: 700;
        color: #563289;
        margin-bottom: 15px;
    }

    .testimonial-wrapper .testimonial-title-2 h1 {
        margin-bottom: 5px;
    }

    .testimonial-wrapper .testimonial-title-2 .separator {
        width: 80px;
        height: 4px;
        background: #563289;
        border-radius: 30px;
        margin: auto;
        margin-left: -18px;
        position: relative;
    }

        .testimonial-wrapper .testimonial-title-2 .separator::before, .testimonial-wrapper .testimonial-title-2 .separator::after {
            content: '';
            position: absolute;
            right: -16px;
            width: 10px;
            height: 4px;
            background: #563289;
            border-radius: 30px;
        }

        .testimonial-wrapper .testimonial-title-2 .separator::after {
            right: -32px;
        }

.testimonial-wrapper .testimonial-style-2-wrapper {
    position: relative;
    margin: 0px -10px;
}

    .testimonial-wrapper .testimonial-style-2-wrapper .row {
        margin-right: 0;
        margin-left: 0;
    }

    .testimonial-wrapper .testimonial-style-2-wrapper .tns-nav {
        position: absolute;
        width: 100%;
        bottom: 0px;
        left: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 2;
    }

        .testimonial-wrapper .testimonial-style-2-wrapper .tns-nav button {
            width: 12px;
            height: 12px;
            border: 2px solid #563289;
            background: none;
            border-radius: 50%;
            margin: 5px;
        }

            .testimonial-wrapper .testimonial-style-2-wrapper .tns-nav button.hover, .testimonial-wrapper .testimonial-style-2-wrapper .tns-nav button.tns-nav-active {
                background: #563289;
            }

    .testimonial-wrapper .testimonial-style-2-wrapper .testimonial-style-2 {
        display: flex;
        margin: 0 10px 60px;
    }

@media (max-width: 767px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .testimonial-wrapper .testimonial-style-2-wrapper .testimonial-style-2 {
        flex-direction: column;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .testimonial-wrapper .testimonial-style-2-wrapper .testimonial-style-2 {
        flex-direction: row;
    }
}

.testimonial-wrapper .testimonial-style-2-wrapper .testimonial-style-2 .testimonial-img {
    max-width: 190px;
    width: 100%;
    height: 190px;
    border-radius: 50px 50px 0 50px;
    overflow: hidden;
    margin-right: 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .testimonial-wrapper .testimonial-style-2-wrapper .testimonial-style-2 .testimonial-img {
        max-width: 150px;
        height: 150px;
        border-radius: 30px 30px 0 30px;
    }
}

@media (max-width: 767px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .testimonial-wrapper .testimonial-style-2-wrapper .testimonial-style-2 .testimonial-img {
        margin-bottom: 30px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .testimonial-wrapper .testimonial-style-2-wrapper .testimonial-style-2 .testimonial-img {
        margin-bottom: 0;
    }
}

.testimonial-wrapper .testimonial-style-2-wrapper .testimonial-style-2 .testimonial-right {
    width: 100%;
    flex: 1;
}

    .testimonial-wrapper .testimonial-style-2-wrapper .testimonial-style-2 .testimonial-right .testimonial-info {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 20px;
    }

        .testimonial-wrapper .testimonial-style-2-wrapper .testimonial-style-2 .testimonial-right .testimonial-info .testimonial-meta h3 {
            font-size: 20px;
            font-weight: 500;
            margin-bottom: 5px;
        }

        .testimonial-wrapper .testimonial-style-2-wrapper .testimonial-style-2 .testimonial-right .testimonial-info .testimonial-rating {
            color: #FFBE27;
        }

.testimonial-wrapper .testimonial-title {
    text-align: center;
    margin-bottom: 50px;
}

    .testimonial-wrapper .testimonial-title h1 {
        margin-bottom: 10px;
    }

    .testimonial-wrapper .testimonial-title p {
        font-size: 16px;
    }

.testimonial-wrapper .testimonial-title-2 {
    margin-bottom: 50px;
    text-align: center;
}

    .testimonial-wrapper .testimonial-title-2 span {
        font-size: 20px;
        font-weight: 700;
        color: #563289;
        margin-bottom: 15px;
    }

    .testimonial-wrapper .testimonial-title-2 h1 {
        margin-bottom: 5px;
    }

    .testimonial-wrapper .testimonial-title-2 .separator {
        width: 80px;
        height: 4px;
        background: #563289;
        border-radius: 30px;
        margin: auto;
        margin-left: -18px;
        position: relative;
    }

        .testimonial-wrapper .testimonial-title-2 .separator::before, .testimonial-wrapper .testimonial-title-2 .separator::after {
            content: '';
            position: absolute;
            right: -16px;
            width: 10px;
            height: 4px;
            background: #563289;
            border-radius: 30px;
        }

        .testimonial-wrapper .testimonial-title-2 .separator::after {
            right: -32px;
        }

.testimonial-wrapper .testimonial-style-3-wrapper {
    position: relative;
}

    .testimonial-wrapper .testimonial-style-3-wrapper .tns-nav {
        position: absolute;
        width: 100%;
        bottom: 0px;
        left: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 2;
    }

        .testimonial-wrapper .testimonial-style-3-wrapper .tns-nav button {
            width: 12px;
            height: 12px;
            border: 2px solid #563289;
            background: none;
            border-radius: 50%;
            margin: 5px;
        }

            .testimonial-wrapper .testimonial-style-3-wrapper .tns-nav button.hover, .testimonial-wrapper .testimonial-style-3-wrapper .tns-nav button.tns-nav-active {
                background: #563289;
            }

    .testimonial-wrapper .testimonial-style-3-wrapper .tns-controls {
        width: 100%;
        position: absolute;
        z-index: 2;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        display: flex;
        justify-content: space-between;
    }

        .testimonial-wrapper .testimonial-style-3-wrapper .tns-controls button {
            width: 40px;
            height: 40px;
            display: flex;
            justify-content: center;
            align-items: center;
            border: 1px solid #BDBDBD;
            font-size: 20px;
            background: none;
            border-radius: 50%;
            color: #BDBDBD;
            position: relative;
            left: -40px;
        }

            .testimonial-wrapper .testimonial-style-3-wrapper .tns-controls button[data-controls="next"] {
                left: auto;
                right: -40px;
            }

            .testimonial-wrapper .testimonial-style-3-wrapper .tns-controls button:hover {
                background: #563289;
                color: #fff;
                border-color: transparent;
            }

    .testimonial-wrapper .testimonial-style-3-wrapper .testimonial-style-3 {
        text-align: center;
        margin-bottom: 40px;
    }

        .testimonial-wrapper .testimonial-style-3-wrapper .testimonial-style-3 .testimonial-img {
            width: 100px;
            height: 100px;
            border-radius: 50px;
            border: 5px solid #fff;
            overflow: hidden;
            margin: 0 auto 30px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
        }

        .testimonial-wrapper .testimonial-style-3-wrapper .testimonial-style-3 .testimonial-content {
            margin-bottom: 30px;
        }

            .testimonial-wrapper .testimonial-style-3-wrapper .testimonial-style-3 .testimonial-content p {
                font-size: 18px;
                line-height: 28px;
            }

        .testimonial-wrapper .testimonial-style-3-wrapper .testimonial-style-3 .testimonial-info h3 {
            font-size: 20px;
            font-weight: 500;
            margin-bottom: 5px;
        }

    .testimonial-wrapper .testimonial-style-3-wrapper .slick-arrow {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: -50px;
        width: 50px;
        height: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        border: 1px solid #BDBDBD;
        background: none;
        border-radius: 50%;
        transition: all 0.3s linear;
        z-index: 99;
        cursor: pointer;
    }

        .testimonial-wrapper .testimonial-style-3-wrapper .slick-arrow:hover {
            background: #563289;
            color: #fff;
        }

        .testimonial-wrapper .testimonial-style-3-wrapper .slick-arrow.next {
            right: -50px;
            left: auto;
        }

.testimonial-wrapper .testimonial-title {
    text-align: center;
    margin-bottom: 50px;
}

    .testimonial-wrapper .testimonial-title h1 {
        margin-bottom: 10px;
    }

    .testimonial-wrapper .testimonial-title p {
        font-size: 16px;
    }

.testimonial-wrapper .slick-slide:focus {
    outline: none;
}

.testimonial-wrapper .testimonial-style-4-wrapper {
    position: relative;
    padding-bottom: 70px;
}

    .testimonial-wrapper .testimonial-style-4-wrapper .tns-controls {
        position: absolute;
        width: 100%;
        left: 0;
        bottom: 0%;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 2;
    }

        .testimonial-wrapper .testimonial-style-4-wrapper .tns-controls button {
            margin: 0 8px;
            width: 40px;
            height: 40px;
            border-radius: 4px;
            border: none;
            background: rgba(84, 45, 237, 0.2);
            color: #563289;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 30px;
        }

            .testimonial-wrapper .testimonial-style-4-wrapper .tns-controls button:hover {
                background: #563289;
                color: #fff;
            }

    .testimonial-wrapper .testimonial-style-4-wrapper .testimonial-style-4 {
        background: #fff;
        padding: 40px 30px;
        position: relative;
        border-radius: 5px;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
        text-align: center;
        margin: 50px 30px 30px;
    }

@media (max-width: 767px) {
    .testimonial-wrapper .testimonial-style-4-wrapper .testimonial-style-4 {
        margin: 50px 10px 30px;
        padding: 40px 20px;
    }
}

.testimonial-wrapper .testimonial-style-4-wrapper .testimonial-style-4::after {
    content: '';
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    background: #fff;
    width: 30px;
    height: 30px;
    bottom: -15px;
    transform: rotate(45deg);
}

.testimonial-wrapper .testimonial-style-4-wrapper .testimonial-style-4 .quote {
    position: absolute;
    top: -50px;
    left: 0;
    right: 0;
    margin: 0 auto;
    font-size: 85px;
    line-height: 0;
    color: #563289;
}

.testimonial-wrapper .testimonial-style-4-wrapper .testimonial-style-4 .testimonial-content {
    font-size: 16px;
    margin-bottom: 30px;
}

.testimonial-wrapper .testimonial-style-4-wrapper .testimonial-style-4 .testimonial-info h3 {
    font-size: 24px;
    margin-bottom: 10px;
}

.testimonial-wrapper .testimonial-style-4-wrapper .testimonial-style-4 .testimonial-img {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 10px;
    overflow: hidden;
}

    .testimonial-wrapper .testimonial-style-4-wrapper .testimonial-style-4 .testimonial-img img {
        width: 100%;
    }

.testimonial-wrapper .testimonial-img-4-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (max-width: 767px) {
    .testimonial-wrapper .testimonial-img-4-wrapper {
        max-width: 300px;
        margin: auto;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .testimonial-wrapper .testimonial-img-4-wrapper {
        max-width: 380px;
    }
}

.testimonial-wrapper .testimonial-img-4-wrapper .testimonial-img {
    max-width: 113px;
    width: 100%;
    height: 113px;
    overflow: hidden;
    border-radius: 50%;
    border: 5px solid #fff;
    transform: scale(0.85);
    transition: all 0.3s linear;
    margin: 20px 7px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .testimonial-wrapper .testimonial-img-4-wrapper .testimonial-img {
        max-width: 100px;
        height: 100px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .testimonial-wrapper .testimonial-img-4-wrapper .testimonial-img {
        max-width: 77px;
        height: 77px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .testimonial-wrapper .testimonial-img-4-wrapper .testimonial-img {
        max-width: 100px;
        height: 100px;
    }
}

@media (max-width: 767px) {
    .testimonial-wrapper .testimonial-img-4-wrapper .testimonial-img {
        max-width: 60px;
        height: 60px;
        margin: 20px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .testimonial-wrapper .testimonial-img-4-wrapper .testimonial-img {
        max-width: 87px;
        height: 87px;
    }
}

.testimonial-wrapper .testimonial-img-4-wrapper .testimonial-img.tns-nav-active {
    transform: scale(1.1);
}

.testimonial-wrapper .testimonial-title {
    text-align: center;
    margin-bottom: 50px;
}

    .testimonial-wrapper .testimonial-title h1 {
        margin-bottom: 10px;
    }

    .testimonial-wrapper .testimonial-title p {
        font-size: 16px;
    }

.testimonial-wrapper .slick-slide:focus {
    outline: none;
}

.testimonial-wrapper .testimonial-title-5 h1 {
    font-size: 20px;
    font-weight: 700;
    color: #563289;
    margin-bottom: 10px;
}

.testimonial-wrapper .testimonial-title-5 h2 {
    font-size: 50px;
    line-height: 60px;
    font-weight: 700;
    margin-bottom: 15px;
}

@media (max-width: 767px) {
    .testimonial-wrapper .testimonial-title-5 h2 {
        font-size: 40px;
        line-height: 50px;
    }
}

.testimonial-wrapper .logo-wrapper {
    display: flex;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .testimonial-wrapper .logo-wrapper {
        margin-bottom: 50px;
    }
}

@media (max-width: 767px) {
    .testimonial-wrapper .logo-wrapper {
        flex-wrap: wrap;
        margin-bottom: 50px;
    }
}

.testimonial-wrapper .logo-wrapper .single-logo {
    width: 150px;
    padding: 10px;
    opacity: .8;
}

    .testimonial-wrapper .logo-wrapper .single-logo img {
        width: 100%;
    }

.testimonial-wrapper .testimonial-style-5-wrapper {
    position: relative;
}

    .testimonial-wrapper .testimonial-style-5-wrapper .tns-controls {
        position: absolute;
        bottom: 0;
        left: 15px;
        z-index: 2;
        display: flex;
        align-items: center;
    }

        .testimonial-wrapper .testimonial-style-5-wrapper .tns-controls button {
            width: 40px;
            height: 40px;
            display: flex;
            justify-content: center;
            align-items: center;
            border-radius: 50%;
            border: none;
            background: transparent;
        }

            .testimonial-wrapper .testimonial-style-5-wrapper .tns-controls button:hover {
                background: #563289;
                color: #fff;
            }

            .testimonial-wrapper .testimonial-style-5-wrapper .tns-controls button[data-controls="next"] {
                margin-left: 10px;
            }

    .testimonial-wrapper .testimonial-style-5-wrapper .testimonial-style-5 {
        display: flex;
        padding: 2px;
    }

@media (max-width: 767px) {
    .testimonial-wrapper .testimonial-style-5-wrapper .testimonial-style-5 {
        flex-direction: column-reverse;
    }
}

.testimonial-wrapper .testimonial-style-5-wrapper .testimonial-style-5 .testimonial-img {
    max-width: 133px;
    height: 133px;
    width: 100%;
    border-radius: 50%;
    margin-right: 25px;
    margin-top: 10px;
    overflow: hidden;
}

.testimonial-wrapper .testimonial-style-5-wrapper .testimonial-style-5 .testimonial-right .quote {
    font-size: 80px;
    line-height: 0;
    color: #563289;
}

.testimonial-wrapper .testimonial-style-5-wrapper .testimonial-style-5 .testimonial-right .testimonial-content {
    margin-bottom: 15px;
}

    .testimonial-wrapper .testimonial-style-5-wrapper .testimonial-style-5 .testimonial-right .testimonial-content p {
        font-size: 20px;
        line-height: 32px;
        font-weight: 500;
    }

.testimonial-wrapper .testimonial-style-5-wrapper .testimonial-style-5 .testimonial-right .testimonial-info h3 {
    font-size: 22px;
    margin-bottom: 5px;
}

.testimonial-wrapper .testimonial-style-5-wrapper .slick-arrow {
    position: absolute;
    bottom: 0;
    left: 15px;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    border-radius: 50%;
    z-index: 99;
    transition: all 0.3s linear;
}

@media (max-width: 767px) {
    .testimonial-wrapper .testimonial-style-5-wrapper .slick-arrow {
        bottom: -65px;
    }
}

.testimonial-wrapper .testimonial-style-5-wrapper .slick-arrow:hover {
    background: #563289;
    color: #fff;
}

.testimonial-wrapper .testimonial-style-5-wrapper .slick-arrow.next {
    left: 75px;
}

.testimonial-wrapper .testimonial-title {
    text-align: center;
    margin-bottom: 50px;
}

    .testimonial-wrapper .testimonial-title h1 {
        margin-bottom: 10px;
    }

    .testimonial-wrapper .testimonial-title p {
        font-size: 16px;
    }

.testimonial-wrapper .testimonial-title-6 h1 {
    margin-bottom: 20px;
}

.testimonial-wrapper .testimonial-style-6-wrapper {
    position: relative;
    margin: 0px -10px;
}

    .testimonial-wrapper .testimonial-style-6-wrapper .row {
        margin-right: 0;
        margin-left: 0;
    }

    .testimonial-wrapper .testimonial-style-6-wrapper .tns-controls {
        position: absolute;
        right: 10px;
        top: -30px;
        z-index: 1;
        display: flex;
    }

        .testimonial-wrapper .testimonial-style-6-wrapper .tns-controls button {
            width: 40px;
            height: 40px;
            border-radius: 50%;
            background: #EEE6FD;
            color: #563289;
            display: flex;
            align-items: center;
            justify-content: center;
            border: none;
        }

            .testimonial-wrapper .testimonial-style-6-wrapper .tns-controls button[data-controls="next"] {
                margin-left: 10px;
            }

            .testimonial-wrapper .testimonial-style-6-wrapper .tns-controls button:hover {
                background: #563289;
                color: #fff;
            }

    .testimonial-wrapper .testimonial-style-6-wrapper .testimonial-style-6 {
        padding: 50px 60px 50px 40px;
        background: #fff;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
        border-radius: 30px 50% 30px 30px;
        margin: 60px 0px 50px;
    }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .testimonial-wrapper .testimonial-style-6-wrapper .testimonial-style-6 {
        padding-right: 40px;
    }
}

@media (max-width: 767px) {
    .testimonial-wrapper .testimonial-style-6-wrapper .testimonial-style-6 {
        padding-right: 40px;
    }
}

.testimonial-wrapper .testimonial-style-6-wrapper .testimonial-style-6 .testimonial-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

@media (max-width: 767px) {
    .testimonial-wrapper .testimonial-style-6-wrapper .testimonial-style-6 .testimonial-top {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }
}

.testimonial-wrapper .testimonial-style-6-wrapper .testimonial-style-6 .testimonial-top .testimonial-info {
    display: flex;
    margin-bottom: 10px;
}

    .testimonial-wrapper .testimonial-style-6-wrapper .testimonial-style-6 .testimonial-top .testimonial-info .testimonial-img {
        width: 100%;
        max-width: 44px;
        height: 44px;
        border-radius: 50%;
        overflow: hidden;
        margin-right: 20px;
    }

@media (max-width: 767px) {
    .testimonial-wrapper .testimonial-style-6-wrapper .testimonial-style-6 .testimonial-top .testimonial-info .testimonial-img {
        max-width: 60px;
        height: 60px;
    }
}

.testimonial-wrapper .testimonial-style-6-wrapper .testimonial-style-6 .testimonial-top .testimonial-info .testimonial-text h3 {
    font-size: 20px;
    font-weight: 500;
}

.testimonial-wrapper .testimonial-style-6-wrapper .testimonial-style-6 .testimonial-top .testimonial-info .testimonial-text span {
    font-size: 14px;
}

.testimonial-wrapper .testimonial-style-6-wrapper .testimonial-style-6 .testimonial-top .rating {
    color: #FFBE27;
    margin-bottom: 10px;
}

@media (max-width: 767px) {
    .testimonial-wrapper .testimonial-style-6-wrapper .testimonial-style-6 .testimonial-top .rating {
        margin-left: 85px;
    }
}

.testimonial-wrapper .testimonial-style-6-wrapper .testimonial-style-6 .quote {
    font-size: 80px;
    line-height: 1;
    color: #563289;
}

.testimonial-wrapper .testimonial-style-6-wrapper .slick-arrow {
    position: absolute;
    top: -40px;
    right: 0;
    cursor: pointer;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #EEE6FD;
    transition: all 0.3s linear;
    z-index: 99;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .testimonial-wrapper .testimonial-style-6-wrapper .slick-arrow:hover {
        background: #563289;
        color: #fff;
    }

    .testimonial-wrapper .testimonial-style-6-wrapper .slick-arrow.prev {
        right: 50px;
    }

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .testimonial-wrapper .testimonial-style-6-wrapper .slick-arrow.prev {
        left: calc(50% - 50px);
        right: auto;
    }
}

@media (max-width: 767px) {
    .testimonial-wrapper .testimonial-style-6-wrapper .slick-arrow.prev {
        left: calc(50% - 50px);
        right: auto;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .testimonial-wrapper .testimonial-style-6-wrapper .slick-arrow {
        bottom: -40px;
        top: auto;
        left: calc(50% + 10px);
        right: auto;
    }
}

@media (max-width: 767px) {
    .testimonial-wrapper .testimonial-style-6-wrapper .slick-arrow {
        bottom: -40px;
        top: auto;
        left: calc(50% + 10px);
        right: auto;
    }
}
