/*-----------------------------------------------------------------------------------

    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/css2?family=Montserrat:wght@300;400;500;700;900&display=swap");
body {
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  font-style: normal;
  color: rgba(41, 44, 50, 0.64);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  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 {
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  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: "Montserrat", sans-serif;
  color: #292C32;
  margin: 0; }

h1 {
  font-size: 2rem;
  line-height: 4rem; }

h2 {
  font-size: 1.5rem;
  line-height: 2.875rem; }

h3 {
  font-size: 1.25rem;
  line-height: 2.25; }

h4 {
  font-size: 1rem;
  line-height: 2rem; }

h5 {
  font-size: .8rem;
  line-height: 1.75rem; }

h6 {
  font-size: .7rem;
  line-height: 1.125rem; }

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

p {
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 400;
  color: #6F7278;
  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;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear; }

.single-countup {
  background: #fff;
  border-radius: 5px;
  padding: 30px 40px;
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  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: #00afef;
    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%;
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    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: #00afef;
  color: #fff;
  border-color: transparent;
  border-radius: 4px;
  width: 100%;
  padding-left: 40px; }

.select-style-3 .select-items {
  border: 1px solid #00afef;
  border-radius: 4px; }
  .select-style-3 .select-items select {
    height: 40px;
    background: transparent;
    border: 1px solid #00afef;
    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: #00afef;
  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: #FAFAFC; }

.white-light {
  color: #E7E9EE; }

.bg-white-color {
  background-color: #fff; }

.bg-white-variant {
  background-color: #FAFAFC; }

.bg-white-light {
  background-color: #E7E9EE; }

/*========== Dark Color =========*/
.dark-color {
  color: #292C32; }

.dark-variant {
  color: #494A4D; }

.dark-light {
  color: #6F7278; }

.bg-dark-color {
  background-color: #292C32; }

.bg-dark-variant {
  background-color: #494A4D; }

.bg-dark-light {
  background-color: #6F7278; }

/*========== Gray Color =========*/
.gray-1 {
  color: #A0A2A7; }

.gray-2 {
  color: #CACCD1; }

.gray-3 {
  color: #D1D1D1; }

.gray-4 {
  color: #EFEFEF; }

.bg-gray-1 {
  background-color: #A0A2A7; }

.bg-gray-2 {
  background-color: #CACCD1; }

.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: #00afef; }

.primary-variant {
  color: #2A21DE; }

.primary-light {
  color: #EEE6FD; }

.bg-primary-color {
  background-color: #00afef; }

.bg-primary-variant {
  background-color: #2A21DE; }

.bg-primary-light {
  background-color: #EEE6FD; }

/*========== Secondary 1 Color =========*/
.secondary-1-color {
  color: #FFD584; }

.secondary-1-variant {
  color: #B62F5C; }

.secondary-1-light {
  color: #FAE5EC; }

.bg-secondary-1-color {
  background-color: #FFD584; }

.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: #00ACB2; }

.secondary-2-light {
  color: #DFFAFA; }

.bg-secondary-2-color {
  background-color: #00D4E0; }

.bg-secondary-2-variant {
  background-color: #00ACB2; }

.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(#00afef 0%, #2A21DE 100%);
  background: -o-linear-gradient(#00afef 0%, #2A21DE 100%);
  background: linear-gradient(#00afef 0%, #2A21DE 100%); }

.primary-gradient-2 {
  background: -webkit-linear-gradient(#00afef 0%, #EEE6FD 100%);
  background: -o-linear-gradient(#00afef 0%, #EEE6FD 100%);
  background: linear-gradient(#00afef 0%, #EEE6FD 100%); }

.primary-gradient-3 {
  background: -webkit-linear-gradient(#00afef 0%, #FFD584 100%);
  background: -o-linear-gradient(#00afef 0%, #FFD584 100%);
  background: linear-gradient(#00afef 0%, #FFD584 100%); }

.primary-gradient-4 {
  background: -webkit-linear-gradient(#00afef 0%, #00D4E0 100%);
  background: -o-linear-gradient(#00afef 0%, #00D4E0 100%);
  background: linear-gradient(#00afef 0%, #00D4E0 100%); }

.primary-gradient-5 {
  background: -webkit-linear-gradient(#00afef 0%, #00C2FE 100%);
  background: -o-linear-gradient(#00afef 0%, #00C2FE 100%);
  background: linear-gradient(#00afef 0%, #00C2FE 100%); }

.primary-gradient-6 {
  background: -webkit-linear-gradient(#00afef 0%, #9270F3 100%);
  background: -o-linear-gradient(#00afef 0%, #9270F3 100%);
  background: linear-gradient(#00afef 0%, #9270F3 100%); }

.primary-gradient-7 {
  background: -webkit-linear-gradient(#00afef 0%, #494A4D 100%);
  background: -o-linear-gradient(#00afef 0%, #494A4D 100%);
  background: linear-gradient(#00afef 0%, #494A4D 100%); }

/*========== Secondary Gradients Color =========*/
.secondary-gradient-1 {
  background: -webkit-linear-gradient(#FFD584 0%, #B62F5C 100%);
  background: -o-linear-gradient(#FFD584 0%, #B62F5C 100%);
  background: linear-gradient(#FFD584 0%, #B62F5C 100%); }

.secondary-gradient-2 {
  background: -webkit-linear-gradient(#FFD584 0%, #FAE5EC 100%);
  background: -o-linear-gradient(#FFD584 0%, #FAE5EC 100%);
  background: linear-gradient(#FFD584 0%, #FAE5EC 100%); }

.secondary-gradient-3 {
  background: -webkit-linear-gradient(#FFD584 0%, #00D4E0 100%);
  background: -o-linear-gradient(#FFD584 0%, #00D4E0 100%);
  background: linear-gradient(#FFD584 0%, #00D4E0 100%); }

.secondary-gradient-4 {
  background: -webkit-linear-gradient(#FFD584 0%, #393D8E 100%);
  background: -o-linear-gradient(#FFD584 0%, #393D8E 100%);
  background: linear-gradient(#FFD584 0%, #393D8E 100%); }

.secondary-gradient-5 {
  background: -webkit-linear-gradient(#FFD584 0%, #00C2FE 100%);
  background: -o-linear-gradient(#FFD584 0%, #00C2FE 100%);
  background: linear-gradient(#FFD584 0%, #00C2FE 100%); }

.secondary-gradient-6 {
  background: -webkit-linear-gradient(#FFD584 0%, #F97C14 100%);
  background: -o-linear-gradient(#FFD584 0%, #F97C14 100%);
  background: linear-gradient(#FFD584 0%, #F97C14 100%); }

.secondary-gradient-7 {
  background: -webkit-linear-gradient(#FFD584 0%, #494A4D 100%);
  background: -o-linear-gradient(#FFD584 0%, #494A4D 100%);
  background: linear-gradient(#FFD584 0%, #494A4D 100%); }

/*========== Accent Gradients Color =========*/
.accent-gradient-1 {
  background: -webkit-linear-gradient(#00D4E0 0%, #00ACB2 100%);
  background: -o-linear-gradient(#00D4E0 0%, #00ACB2 100%);
  background: linear-gradient(#00D4E0 0%, #00ACB2 100%); }

.accent-gradient-2 {
  background: -webkit-linear-gradient(#00D4E0 0%, #DFFAFA 100%);
  background: -o-linear-gradient(#00D4E0 0%, #DFFAFA 100%);
  background: linear-gradient(#00D4E0 0%, #DFFAFA 100%); }

.accent-gradient-3 {
  background: -webkit-linear-gradient(#00D4E0 0%, #393D8E 100%);
  background: -o-linear-gradient(#00D4E0 0%, #393D8E 100%);
  background: linear-gradient(#00D4E0 0%, #393D8E 100%); }

.accent-gradient-4 {
  background: -webkit-linear-gradient(#00D4E0 0%, #00C2FE 100%);
  background: -o-linear-gradient(#00D4E0 0%, #00C2FE 100%);
  background: linear-gradient(#00D4E0 0%, #00C2FE 100%); }

.accent-gradient-5 {
  background: -webkit-linear-gradient(#00D4E0 0%, #F97C14 100%);
  background: -o-linear-gradient(#00D4E0 0%, #F97C14 100%);
  background: linear-gradient(#00D4E0 0%, #F97C14 100%); }

.accent-gradient-6 {
  background: -webkit-linear-gradient(#00D4E0 0%, #FF4B22 100%);
  background: -o-linear-gradient(#00D4E0 0%, #FF4B22 100%);
  background: linear-gradient(#00D4E0 0%, #FF4B22 100%); }

.accent-gradient-7 {
  background: -webkit-linear-gradient(#00D4E0 0%, #494A4D 100%);
  background: -o-linear-gradient(#00D4E0 0%, #494A4D 100%);
  background: linear-gradient(#00D4E0 0%, #494A4D 100%); }

/*========== Success Gradients Color =========*/
.success-gradient-1 {
  background: -webkit-linear-gradient(#7CB637 0%, #548E24 100%);
  background: -o-linear-gradient(#7CB637 0%, #548E24 100%);
  background: linear-gradient(#7CB637 0%, #548E24 100%); }

.success-gradient-2 {
  background: -webkit-linear-gradient(#7CB637 0%, #F1F8E8 100%);
  background: -o-linear-gradient(#7CB637 0%, #F1F8E8 100%);
  background: linear-gradient(#7CB637 0%, #F1F8E8 100%); }

.success-gradient-3 {
  background: -webkit-linear-gradient(#7CB637 0%, #292C32 100%);
  background: -o-linear-gradient(#7CB637 0%, #292C32 100%);
  background: linear-gradient(#7CB637 0%, #292C32 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%, #292C32 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%, #292C32 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%, #292C32 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: #292C32; }
  .color-plat-text .black-74 {
    color: rgba(41, 44, 50, 0.74); }
  .color-plat-text .black-60 {
    color: rgba(41, 44, 50, 0.6); }
  .color-plat-text .black-30 {
    color: rgba(41, 44, 50, 0.3); }

.white-plate {
  background-color: #00afef;
  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;
  -webkit-box-shadow: 2px 4px 8px rgba(41, 44, 50, 0.25);
  -moz-box-shadow: 2px 4px 8px rgba(41, 44, 50, 0.25);
  box-shadow: 2px 4px 8px rgba(41, 44, 50, 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: 2rem;
  line-height: 4rem; }

.heading-2 {
  font-size: 1.5rem;
  line-height: 2.875rem; }

.heading-3 {
  font-size: 1.3rem;
  line-height: 2.25; }

.heading-4 {
  font-size: 1rem;
  line-height: 2rem; }

.heading-5 {
  font-size: .8rem;
  line-height: 1.75rem; }

.heading-6 {
  font-size: .7rem;
  line-height: 1.125rem; }

/*========== paragraph =========*/
.paragraph-large {
  font-size: 1.833rem;
  line-height: 1.625rem; }

.paragraph {
  font-size: 1rem;
  line-height: 1.375rem; }

.paragraph-small {
  font-size: 14px;
  line-height: 1.25rem; }

.paragraph-xsmall {
  font-size: 12px;
  line-height: 16px; }

/*========== Font Weight =========*/
.display-1 {
  font-size: 2rem;
  line-height: 4rem; }

.display-2 {
  font-size: 1.5rem;
  line-height: 2.875rem; }

.display-3 {
  font-size: 1.3rem;
  line-height: 2.25; }

.display-4 {
  font-size: 1rem;
  line-height: 2rem; }

.display-5 {
  font-size: .8rem;
  line-height: 1.75rem; }

.display-6 {
  font-size: .7rem;
  line-height: 1.125rem; }

/*========== 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;
  -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;
  -moz-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  -o-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(41, 44, 50, 0.15);
    z-index: -1;
    color: #fff;
    -webkit-transform: translate3d(-50%, -50%, 0) scale(0);
    -moz-transform: translate3d(-50%, -50%, 0) scale(0);
    -ms-transform: translate3d(-50%, -50%, 0) scale(0);
    -o-transform: translate3d(-50%, -50%, 0) scale(0);
    transform: translate3d(-50%, -50%, 0) scale(0);
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    -o-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;
  -moz-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  -o-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(41, 44, 50, 0.15);
    z-index: -1;
    color: #fff;
    -webkit-transform: translate3d(-50%, -50%, 0) scale(0);
    -moz-transform: translate3d(-50%, -50%, 0) scale(0);
    -ms-transform: translate3d(-50%, -50%, 0) scale(0);
    -o-transform: translate3d(-50%, -50%, 0) scale(0);
    transform: translate3d(-50%, -50%, 0) scale(0);
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    -o-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(41, 44, 50, 0.32);
  -moz-box-shadow: 2px 2px 8px rgba(41, 44, 50, 0.32);
  box-shadow: 2px 2px 8px rgba(41, 44, 50, 0.32); }

/*===== Primary Button Style =====*/
.primary-icon,
.primary-btn {
  background-color: #00afef;
  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);
      -moz-transform: translate3d(-50%, -50%, 0) scale(1.5);
      -ms-transform: translate3d(-50%, -50%, 0) scale(1.5);
      -o-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 #00afef;
  color: #00afef;
  line-height: 38px; }
  .primary-icon-border:hover,
  .primary-btn-border:hover {
    -webkit-box-shadow: 2px 2px 8px rgba(41, 44, 50, 0.32);
    -moz-box-shadow: 2px 2px 8px rgba(41, 44, 50, 0.32);
    box-shadow: 2px 2px 8px rgba(41, 44, 50, 0.32);
    color: #00afef; }

.primary-icon-text,
.primary-btn-text {
  color: #00afef; }
  .primary-icon-text:hover,
  .primary-btn-text:hover {
    color: #00afef; }

/*===== Secondary 1 Button Style =====*/
.secondary-1-icon,
.secondary-1-btn {
  background-color: #FFD584;
  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);
      -moz-transform: translate3d(-50%, -50%, 0) scale(1.5);
      -ms-transform: translate3d(-50%, -50%, 0) scale(1.5);
      -o-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 #FFD584;
  color: #FFD584;
  line-height: 38px; }
  .secondary-1-icon-border:hover,
  .secondary-1-btn-border:hover {
    -webkit-box-shadow: 2px 2px 8px rgba(41, 44, 50, 0.32);
    -moz-box-shadow: 2px 2px 8px rgba(41, 44, 50, 0.32);
    box-shadow: 2px 2px 8px rgba(41, 44, 50, 0.32);
    color: #FFD584; }

.secondary-1-icon-text,
.secondary-1-btn-text {
  color: #FFD584; }
  .secondary-1-icon-text:hover,
  .secondary-1-btn-text:hover {
    color: #FFD584; }

/*===== 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);
      -moz-transform: translate3d(-50%, -50%, 0) scale(1.5);
      -ms-transform: translate3d(-50%, -50%, 0) scale(1.5);
      -o-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(41, 44, 50, 0.32);
    -moz-box-shadow: 2px 2px 8px rgba(41, 44, 50, 0.32);
    box-shadow: 2px 2px 8px rgba(41, 44, 50, 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);
      -moz-transform: translate3d(-50%, -50%, 0) scale(1.5);
      -ms-transform: translate3d(-50%, -50%, 0) scale(1.5);
      -o-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(41, 44, 50, 0.32);
    -moz-box-shadow: 2px 2px 8px rgba(41, 44, 50, 0.32);
    box-shadow: 2px 2px 8px rgba(41, 44, 50, 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);
      -moz-transform: translate3d(-50%, -50%, 0) scale(1.5);
      -ms-transform: translate3d(-50%, -50%, 0) scale(1.5);
      -o-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(41, 44, 50, 0.32);
    -moz-box-shadow: 2px 2px 8px rgba(41, 44, 50, 0.32);
    box-shadow: 2px 2px 8px rgba(41, 44, 50, 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);
      -moz-transform: translate3d(-50%, -50%, 0) scale(1.5);
      -ms-transform: translate3d(-50%, -50%, 0) scale(1.5);
      -o-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(41, 44, 50, 0.32);
    -moz-box-shadow: 2px 2px 8px rgba(41, 44, 50, 0.32);
    box-shadow: 2px 2px 8px rgba(41, 44, 50, 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);
      -moz-transform: translate3d(-50%, -50%, 0) scale(1.5);
      -ms-transform: translate3d(-50%, -50%, 0) scale(1.5);
      -o-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(41, 44, 50, 0.32);
    -moz-box-shadow: 2px 2px 8px rgba(41, 44, 50, 0.32);
    box-shadow: 2px 2px 8px rgba(41, 44, 50, 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);
      -moz-transform: translate3d(-50%, -50%, 0) scale(1.5);
      -ms-transform: translate3d(-50%, -50%, 0) scale(1.5);
      -o-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(41, 44, 50, 0.32);
    -moz-box-shadow: 2px 2px 8px rgba(41, 44, 50, 0.32);
    box-shadow: 2px 2px 8px rgba(41, 44, 50, 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: #6F7278; }
  .gray-icon:hover,
  .gray-btn:hover {
    color: #6F7278; }
    .gray-icon:hover::before,
    .gray-btn:hover::before {
      -webkit-transform: translate3d(-50%, -50%, 0) scale(1.5);
      -moz-transform: translate3d(-50%, -50%, 0) scale(1.5);
      -ms-transform: translate3d(-50%, -50%, 0) scale(1.5);
      -o-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 #6F7278;
  color: #6F7278; }
  .gray-icon-border:hover,
  .gray-btn-border:hover {
    -webkit-box-shadow: 2px 2px 8px rgba(41, 44, 50, 0.32);
    -moz-box-shadow: 2px 2px 8px rgba(41, 44, 50, 0.32);
    box-shadow: 2px 2px 8px rgba(41, 44, 50, 0.32);
    color: #6F7278; }

.gray-icon-text,
.gray-btn-text {
  color: #6F7278; }
  .gray-icon-text:hover,
  .gray-btn-text:hover {
    color: #6F7278; }

/*===== White Button Style =====*/
.white-icon,
.white-btn {
  background-color: #fff;
  color: #00afef; }
  .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);
      -moz-transform: translate3d(-50%, -50%, 0) scale(1.5);
      -ms-transform: translate3d(-50%, -50%, 0) scale(1.5);
      -o-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(41, 44, 50, 0.32);
    -moz-box-shadow: 2px 2px 8px rgba(41, 44, 50, 0.32);
    box-shadow: 2px 2px 8px rgba(41, 44, 50, 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: #FFD584;
    color: #fff; }
  .icon-text.text-style-2 {
    background-color: #B62F5C;
    color: #fff;
    -webkit-box-shadow: 2px 4px 8px rgba(41, 44, 50, 0.25);
    -moz-box-shadow: 2px 4px 8px rgba(41, 44, 50, 0.25);
    box-shadow: 2px 4px 8px rgba(41, 44, 50, 0.25); }
  .icon-text.text-style-3 {
    color: #FFD584;
    border: 1px solid #FFD584;
    line-height: 18px; }
  .icon-text.text-style-4 {
    background-color: #fff;
    color: #FFD584;
    -webkit-box-shadow: 2px 4px 8px rgba(41, 44, 50, 0.25);
    -moz-box-shadow: 2px 4px 8px rgba(41, 44, 50, 0.25);
    box-shadow: 2px 4px 8px rgba(41, 44, 50, 0.25); }
  .icon-text.text-style-5 {
    color: #00D4E0;
    border: 1px solid #FFD584;
    line-height: 18px; }
  .icon-text.text-style-6 {
    background-color: #fff;
    color: #00D4E0;
    -webkit-box-shadow: 2px 4px 8px rgba(41, 44, 50, 0.25);
    -moz-box-shadow: 2px 4px 8px rgba(41, 44, 50, 0.25);
    box-shadow: 2px 4px 8px rgba(41, 44, 50, 0.25); }
  .icon-text.text-style-7 {
    color: #7CB637;
    border: 1px solid #FFD584;
    line-height: 18px; }
  .icon-text.text-style-8 {
    background-color: #fff;
    color: #7CB637;
    -webkit-box-shadow: 2px 4px 8px rgba(41, 44, 50, 0.25);
    -moz-box-shadow: 2px 4px 8px rgba(41, 44, 50, 0.25);
    box-shadow: 2px 4px 8px rgba(41, 44, 50, 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;
    -moz-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    -o-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: #00afef; }
    .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(41, 44, 50, 0.8); }
      .product-quantity.quantity-2 button:hover {
        color: #00afef; }
    .product-quantity.quantity-2 input {
      color: #292C32; }

/*=====  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: #00ACB2;
    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: #00afef; }
.dropdown .dropdown-menu {
  min-width: inherit;
  width: 256px;
  -webkit-box-shadow: 2px 2px 8px rgba(41, 44, 50, 0.32);
  -moz-box-shadow: 2px 2px 8px rgba(41, 44, 50, 0.32);
  box-shadow: 2px 2px 8px rgba(41, 44, 50, 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;
      -webkit-transition: all 0.4s linear;
      -moz-transition: all 0.4s linear;
      -ms-transition: all 0.4s linear;
      -o-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;
        -moz-transition: all 0.4s linear;
        -ms-transition: all 0.4s linear;
        -o-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);
          -moz-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
          -o-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(41, 44, 50, 0.32);
      -moz-box-shadow: 2px 2px 8px rgba(41, 44, 50, 0.32);
      box-shadow: 2px 2px 8px rgba(41, 44, 50, 0.32);
      border: 0;
      border-radius: 4px;
      opacity: 0;
      visibility: hidden;
      -webkit-transition: all 0.4s linear;
      -moz-transition: all 0.4s linear;
      -ms-transition: all 0.4s linear;
      -o-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;
          -moz-box-shadow: none;
          box-shadow: none;
          -webkit-transition: all 0s linear;
          -moz-transition: all 0s linear;
          -ms-transition: all 0s linear;
          -o-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;
          -moz-box-shadow: none;
          box-shadow: none;
          -webkit-transition: all 0s linear;
          -moz-transition: all 0s linear;
          -ms-transition: all 0s linear;
          -o-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: #292C32; }
      .dropdown.dropdown-white .dropdown-menu li a i {
        color: #00afef; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .dropdown.dropdown-white .dropdown-menu li a .sub-nav-toggler {
          color: #292C32; } }
      @media (max-width: 767px) {
        .dropdown.dropdown-white .dropdown-menu li a .sub-nav-toggler {
          color: #292C32; } }
      .dropdown.dropdown-white .dropdown-menu li a .sub-nav-toggler span {
        border-color: #292C32; }
    .dropdown.dropdown-white .dropdown-menu li:hover > a {
      background-color: #00afef;
      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: #FAFAFC; } }
      @media (max-width: 767px) {
        .dropdown.dropdown-white .dropdown-menu li .sub-menu {
          background-color: #FAFAFC; } }
.dropdown.dropdown-primary .dropdown-menu {
  background-color: #00afef; }
  .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: #00afef; }

/*=====  Dropdown Page  Style =====*/
.dropdown-white-wrapper {
  background-color: #00afef;
  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;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    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: #00afef; }
  .alert-primary-light.alert-dismissible .btn-close {
    color: rgba(41, 44, 50, 0.8); }
    .alert-primary-light.alert-dismissible .btn-close:hover {
      color: rgba(41, 44, 50, 0.8); }
  .alert-primary-light figure figcaption p {
    color: #292C32; }

.alert-primary-variant {
  background-color: #EEE6FD;
  color: #2A21DE;
  font-weight: 500; }
  .alert-primary-variant.alert-dismissible .btn-close {
    color: rgba(41, 44, 50, 0.8); }
    .alert-primary-variant.alert-dismissible .btn-close:hover {
      color: rgba(41, 44, 50, 0.8); }
  .alert-primary-variant figure figcaption p {
    color: #292C32; }

.alert-primary-bg {
  background-color: #00afef;
  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: #FFD584; }
  .alert-secondary-1-light.alert-dismissible .btn-close {
    color: rgba(41, 44, 50, 0.8); }
    .alert-secondary-1-light.alert-dismissible .btn-close:hover {
      color: rgba(41, 44, 50, 0.8); }
  .alert-secondary-1-light figure figcaption p {
    color: #292C32; }

.alert-secondary-1-variant {
  background-color: #FAE5EC;
  color: #B62F5C;
  font-weight: 500; }
  .alert-secondary-1-variant.alert-dismissible .btn-close {
    color: rgba(41, 44, 50, 0.8); }
    .alert-secondary-1-variant.alert-dismissible .btn-close:hover {
      color: rgba(41, 44, 50, 0.8); }
  .alert-secondary-1-variant figure figcaption p {
    color: #292C32; }

.alert-secondary-1-bg {
  background-color: #FFD584;
  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(41, 44, 50, 0.8); }
    .alert-success-light.alert-dismissible .btn-close:hover {
      color: rgba(41, 44, 50, 0.8); }
  .alert-success-light figure figcaption p {
    color: #292C32; }

.alert-success-variant {
  background-color: #F1F8E8;
  color: #548E24;
  font-weight: 500; }
  .alert-success-variant.alert-dismissible .btn-close {
    color: rgba(41, 44, 50, 0.8); }
    .alert-success-variant.alert-dismissible .btn-close:hover {
      color: rgba(41, 44, 50, 0.8); }
  .alert-success-variant figure figcaption p {
    color: #292C32; }

.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(41, 44, 50, 0.8); }
    .alert-info-light.alert-dismissible .btn-close:hover {
      color: rgba(41, 44, 50, 0.8); }
  .alert-info-light figure figcaption p {
    color: #292C32; }

.alert-info-variant {
  background-color: #D8F5FF;
  color: #0097EF;
  font-weight: 500; }
  .alert-info-variant.alert-dismissible .btn-close {
    color: rgba(41, 44, 50, 0.8); }
    .alert-info-variant.alert-dismissible .btn-close:hover {
      color: rgba(41, 44, 50, 0.8); }
  .alert-info-variant figure figcaption p {
    color: #292C32; }

.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(41, 44, 50, 0.8); }
    .alert-caution-light.alert-dismissible .btn-close:hover {
      color: rgba(41, 44, 50, 0.8); }
  .alert-caution-light figure figcaption p {
    color: #292C32; }

.alert-caution-variant {
  background-color: #FFFDE6;
  color: #F97C14;
  font-weight: 500; }
  .alert-caution-variant.alert-dismissible .btn-close {
    color: rgba(41, 44, 50, 0.8); }
    .alert-caution-variant.alert-dismissible .btn-close:hover {
      color: rgba(41, 44, 50, 0.8); }
  .alert-caution-variant figure figcaption p {
    color: #292C32; }

.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(41, 44, 50, 0.8); }
    .alert-error-light.alert-dismissible .btn-close:hover {
      color: rgba(41, 44, 50, 0.8); }
  .alert-error-light figure figcaption p {
    color: #292C32; }

.alert-error-variant {
  background-color: #FBE8E7;
  color: #CA2D0E;
  font-weight: 500; }
  .alert-error-variant.alert-dismissible .btn-close {
    color: rgba(41, 44, 50, 0.8); }
    .alert-error-variant.alert-dismissible .btn-close:hover {
      color: rgba(41, 44, 50, 0.8); }
  .alert-error-variant figure figcaption p {
    color: #292C32; }

.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: -webkit-flex;
  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%;
        -webkit-transition: all 0.4s linear;
        -moz-transition: all 0.4s linear;
        -ms-transition: all 0.4s linear;
        -o-transition: all 0.4s linear;
        transition: all 0.4s linear;
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-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);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1); }
  .single-checkbox label {
    font-size: 16px;
    margin-bottom: 0; }
  .single-checkbox p {
    display: inline-block;
    color: #292C32;
    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: #00afef; }
  .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);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  color: #00afef; }

/*===== checkbox Style 2 =====*/
.checkbox-style-2 input[type="checkbox"] + label span {
  border-color: #00afef; }
  .checkbox-style-2 input[type="checkbox"] + label span::before {
    background-color: #00afef; }
.checkbox-style-2 input[type="checkbox"]:checked + label span::before {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  color: #00afef; }

/*===== checkbox Style 3 =====*/
.checkbox-style-3 input[type="checkbox"] + label span {
  border-color: #00afef; }
  .checkbox-style-3 input[type="checkbox"] + label span::before {
    content: "\F012C";
    background-color: #00afef; }
.checkbox-style-3 input[type="checkbox"]:checked + label span::before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  color: #fff; }

/*===== checkbox Style 4 =====*/
.checkbox-style-4 input[type="checkbox"] + label span {
  border-color: #6F7278; }
  .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);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  color: #6F7278; }

/*===== checkbox Style 5 =====*/
.checkbox-style-5 input[type="checkbox"] + label span {
  border-color: #6F7278; }
  .checkbox-style-5 input[type="checkbox"] + label span::before {
    background-color: #6F7278; }
.checkbox-style-5 input[type="checkbox"]:checked + label span::before {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  color: #6F7278; }

/*===== checkbox Style 6 =====*/
.checkbox-style-6 input[type="checkbox"] + label span {
  border-color: #6F7278; }
  .checkbox-style-6 input[type="checkbox"] + label span::before {
    background-color: #6F7278; }
.checkbox-style-6 input[type="checkbox"]:checked + label span::before {
  content: "\F012C";
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-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;
          -moz-transition: all 0.3s linear;
          -ms-transition: all 0.3s linear;
          -o-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: #CACCD1;
          -webkit-transition: all 0.3s linear;
          -moz-transition: all 0.3s linear;
          -ms-transition: all 0.3s linear;
          -o-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);
      -moz-transform: translateX(24px);
      -ms-transform: translateX(24px);
      -o-transform: translateX(24px);
      transform: translateX(24px);
      background-color: #00afef; }
  .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%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-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;
        -moz-transition: all 0.4s linear;
        -ms-transition: all 0.4s linear;
        -o-transition: all 0.4s linear;
        transition: all 0.4s linear;
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0); }
    .single-radio input[type="radio"]:checked + label span::before {
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -o-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: #00afef; }
  .radio-style-1 input[type="radio"] + label span::before {
    background-color: #00afef; }
.radio-style-1 input[type="radio"]:checked + label span::before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1); }

/*===== Radio Style 2 =====*/
.radio-style-2 input[type="radio"] + label span {
  border-color: #00afef; }
  .radio-style-2 input[type="radio"] + label span::before {
    background-color: #00afef; }
.radio-style-2 input[type="radio"]:checked + label span::before {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8); }

/*===== Radio Style 3 =====*/
.radio-style-3 input[type="radio"] + label span {
  border-color: #6F7278; }
  .radio-style-3 input[type="radio"] + label span::before {
    background-color: #6F7278; }
.radio-style-3 input[type="radio"]:checked + label span::before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1); }

/*===== Radio Style 4 =====*/
.radio-style-4 input[type="radio"] + label span {
  border-color: #6F7278; }
  .radio-style-4 input[type="radio"] + label span::before {
    background-color: #6F7278; }
.radio-style-4 input[type="radio"]:checked + label span::before {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-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 .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%;
        -webkit-transform-origin: 66% 66%;
        -ms-transform-origin: 66% 66%;
        transform-origin: 66% 66%;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transition: all 0.15s ease-in-out;
        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 #292C32;
        border-right: 2px solid #292C32;
        content: '';
        display: block;
        height: 8px;
        margin-top: -4px;
        pointer-events: none;
        position: absolute;
        right: 15px;
        top: 50%;
        -webkit-transform-origin: 66% 66%;
        -ms-transform-origin: 66% 66%;
        transform-origin: 66% 66%;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transition: all 0.15s ease-in-out;
        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: #292C32; }
    .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 #00afef;
        border-right: 2px solid #00afef;
        content: '';
        display: block;
        height: 8px;
        margin-top: -4px;
        pointer-events: none;
        position: absolute;
        right: 15px;
        top: 50%;
        -webkit-transform-origin: 66% 66%;
        -ms-transform-origin: 66% 66%;
        transform-origin: 66% 66%;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transition: all 0.15s ease-in-out;
        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: #00afef; }
    .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 #292C32;
        border-right: 2px solid #292C32;
        content: '';
        display: block;
        height: 8px;
        margin-top: -4px;
        pointer-events: none;
        position: absolute;
        right: 15px;
        top: 50%;
        -webkit-transform-origin: 66% 66%;
        -ms-transform-origin: 66% 66%;
        transform-origin: 66% 66%;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transition: all 0.15s ease-in-out;
        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: #292C32; }
    .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;
      -moz-transition: all 0.3s linear;
      -ms-transition: all 0.3s linear;
      -o-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%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-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: #6F7278;
  background-color: transparent; }
.form-default label {
  color: #494A4D; }
.form-default .form-input textarea, .form-default .form-input input {
  color: #494A4D;
  background-color: #EFEFEF; }
  .form-default .form-input textarea:focus, .form-default .form-input input:focus {
    border-color: #00afef; }
.form-default .form-input i {
  color: #6F7278; }
.form-default .form-input .form-error {
  color: #6F7278; }

/*===== 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: #00afef;
  background-color: transparent; }
.form-primary label {
  color: #00afef; }
.form-primary .form-input textarea, .form-primary .form-input input {
  color: #00afef;
  background-color: #EEE6FD; }
  .form-primary .form-input textarea:focus, .form-primary .form-input input:focus {
    border-color: #00afef; }
.form-primary .form-input i {
  color: #00afef; }
.form-primary .form-input .form-error {
  color: #00afef; }

/*===== Form Secondary Style =====*/
.form-secondary.form-border .form-input textarea, .form-secondary.form-border .form-input input {
  border-color: #00ACB2;
  background-color: transparent; }
.form-secondary label {
  color: #00ACB2; }
.form-secondary .form-input textarea, .form-secondary .form-input input {
  color: #00ACB2;
  background-color: #DFFAFA; }
  .form-secondary .form-input textarea:focus, .form-secondary .form-input input:focus {
    border-color: #00ACB2; }
.form-secondary .form-input i {
  color: #00ACB2; }
.form-secondary .form-input .form-error {
  color: #00ACB2; }

/*===== 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 05 =====*/
.search-style-5 {
  position: relative;
  display: -webkit-flex;
  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 #00afef;
      border-right: 2px solid #00afef;
      content: '';
      display: block;
      height: 8px;
      margin-top: -4px;
      pointer-events: none;
      position: absolute;
      right: 15px;
      top: 50%;
      -webkit-transform-origin: 66% 66%;
      -ms-transform-origin: 66% 66%;
      transform-origin: 66% 66%;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      -webkit-transition: all 0.15s ease-in-out;
      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: #292C32;
      border-radius: 0;
      padding: 0 15px;
      -webkit-transition: all 0.3s linear;
      -moz-transition: all 0.3s linear;
      -ms-transition: all 0.3s linear;
      -o-transition: all 0.3s linear;
      transition: all 0.3s linear; }
      .search-style-5 .search-input input:focus {
        border-color: #00afef; }
  .search-style-5 .search-btn button {
    background-color: #00afef;
    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: #E7E9EE; }
    .search-style-5.search-dark input::-moz-placeholder {
      opacity: 0.6;
      color: #E7E9EE; }
    .search-style-5.search-dark input::-moz-placeholder {
      opacity: 0.6;
      color: #E7E9EE; }
    .search-style-5.search-dark input::-webkit-input-placeholder {
      opacity: 0.6;
      color: #E7E9EE; }
    .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;
          -moz-transition: all 0.3s linear;
          -ms-transition: all 0.3s linear;
          -o-transition: all 0.3s linear;
          transition: all 0.3s linear; }
  .breadcrumbs-style .breadcrumb-right {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    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(41, 44, 50, 0.25);
        -moz-box-shadow: 2px 4px 8px rgba(41, 44, 50, 0.25);
        box-shadow: 2px 4px 8px rgba(41, 44, 50, 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: #FAFAFC; }
    .breadcrumbs-style.breadcrumbs-style-1 .breadcrumb-left .breadcrumb .breadcrumb-item {
      color: #00afef; }
      .breadcrumbs-style.breadcrumbs-style-1 .breadcrumb-left .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
        color: #00afef; }
      .breadcrumbs-style.breadcrumbs-style-1 .breadcrumb-left .breadcrumb .breadcrumb-item a {
        color: #6F7278; }
        .breadcrumbs-style.breadcrumbs-style-1 .breadcrumb-left .breadcrumb .breadcrumb-item a:hover {
          color: #00afef; }
    .breadcrumbs-style.breadcrumbs-style-1 .breadcrumb-right .nice-select::after {
      border-color: #00afef; }
    .breadcrumbs-style.breadcrumbs-style-1 .breadcrumb-right .nice-select .current {
      color: #494A4D; }
    .breadcrumbs-style.breadcrumbs-style-1 .breadcrumb-right .breadcrumb-list-grid li a {
      color: #6F7278; }
      .breadcrumbs-style.breadcrumbs-style-1 .breadcrumb-right .breadcrumb-list-grid li a.active {
        color: #00afef; }
  .breadcrumbs-style.breadcrumbs-style-2 {
    background-color: #00afef; }
    .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: #FAFAFC; }
    .breadcrumbs-style.breadcrumbs-style-2 .breadcrumb-right .nice-select .list {
      -webkit-box-shadow: 2px 4px 8px rgba(41, 44, 50, 0.25);
      -moz-box-shadow: 2px 4px 8px rgba(41, 44, 50, 0.25);
      box-shadow: 2px 4px 8px rgba(41, 44, 50, 0.25);
      background-color: transparent; }
      .breadcrumbs-style.breadcrumbs-style-2 .breadcrumb-right .nice-select .list .option {
        background-color: #00afef;
        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: #00afef !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: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  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: -webkit-flex;
      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;
      -webkit-transition: all 1s linear;
      -moz-transition: all 1s linear;
      -ms-transition: all 1s linear;
      -o-transition: all 1s linear;
      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;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        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: #00afef;
      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: #FFD584; }
  .single-progress-bar-horizontal.ordered .progress-bar-inner .bar-inner .progress-horizontal {
    background-color: #FFD584;
    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: #FFD584; }

/*=====  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;
    -webkit-transition: all 1s linear;
    -moz-transition: all 1s linear;
    -ms-transition: all 1s linear;
    -o-transition: all 1s linear;
    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;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      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: #FFD584; }
.single-progress-bar-vertical.ordered .progress-bar-inner .bar-inner .progress-vertical {
  background-color: #FFD584;
  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: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  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;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    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;
        -webkit-transform: translateY(0%);
        -moz-transform: translateY(0%);
        -ms-transform: translateY(0%);
        -o-transform: translateY(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: #494A4D; }
    @media (max-width: 767px) {
      .progress-bar-step .step li .heading-6 {
        padding-bottom: 0; } }
  .progress-bar-step .step li p {
    padding-top: 16px;
    color: #494A4D; }
    @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: #FFD584; }
  @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: #FFD584; }
.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 {
  -webkit-box-shadow: 2px 4px 8px rgba(41, 44, 50, 0.08);
  -moz-box-shadow: 2px 4px 8px rgba(41, 44, 50, 0.08);
  box-shadow: 2px 4px 8px rgba(41, 44, 50, 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: #494A4D;
        font-size: 14px;
        text-transform: uppercase;
        font-weight: 500;
        -webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        -ms-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        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: #00afef; }
      .menu-style-1 .menu-top-area .menu-top-link li .select-position::after {
        border-color: #494A4D;
        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(41, 44, 50, 0.5);
    transition: all .3s ease-out;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%); }
    .menu-style-1 .main-menu-overlay.open {
      -webkit-transform: translateX(0);
      -moz-transform: translateX(0);
      -ms-transform: translateX(0);
      -o-transform: translateX(0);
      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;
      -webkit-transition: all 0.3s linear;
      -moz-transition: all 0.3s linear;
      -ms-transition: all 0.3s linear;
      -o-transition: all 0.3s linear;
      transition: all 0.3s linear;
      -webkit-transform: translateX(-100%);
      -moz-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
      -o-transform: translateX(-100%);
      transform: translateX(-100%); } }
  .menu-style-1 .main-menu-wrapper.open {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    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: #494A4D;
      font-size: 16px;
      text-transform: uppercase;
      font-weight: 500;
      -webkit-transition: all 0.3s linear;
      -moz-transition: all 0.3s linear;
      -ms-transition: all 0.3s linear;
      -o-transition: all 0.3s linear;
      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 {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg); }
      .menu-style-1 .main-menu-wrapper nav > ul li a > i {
        display: none;
        font-size: 24px;
        -webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        -ms-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        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;
            -webkit-transform: rotate(180deg);
            -moz-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
            -o-transform: rotate(180deg);
            transform: rotate(180deg); } }
    .menu-style-1 .main-menu-wrapper nav > ul li:hover > a {
      background-color: #00afef;
      color: #fff;
      -webkit-box-shadow: 2px 2px 8px rgba(41, 44, 50, 0.32);
      -moz-box-shadow: 2px 2px 8px rgba(41, 44, 50, 0.32);
      box-shadow: 2px 2px 8px rgba(41, 44, 50, 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: #00afef;
          -webkit-box-shadow: none;
          -moz-box-shadow: none;
          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;
      -webkit-box-shadow: 2px 2px 8px rgba(41, 44, 50, 0.32);
      -moz-box-shadow: 2px 2px 8px rgba(41, 44, 50, 0.32);
      box-shadow: 2px 2px 8px rgba(41, 44, 50, 0.32);
      border: 0;
      border-radius: 4px;
      padding: 0;
      margin-top: 0;
      background-color: #fff;
      -webkit-transition: all 0.3s linear;
      -moz-transition: all 0.3s linear;
      -ms-transition: all 0.3s linear;
      -o-transition: all 0.3s linear;
      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;
          -webkit-box-shadow: none;
          -moz-box-shadow: none;
          box-shadow: none;
          padding: 0;
          padding-left: 15px;
          -webkit-transition: all 0.3s linear;
          -moz-transition: all 0.3s linear;
          -ms-transition: all 0.3s linear;
          -o-transition: all 0.3s linear;
          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;
          -webkit-transition: all 0.3s linear;
          -moz-transition: all 0.3s linear;
          -ms-transition: all 0.3s linear;
          -o-transition: all 0.3s linear;
          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 {
              -webkit-transform: rotate(90deg);
              -moz-transform: rotate(90deg);
              -ms-transform: rotate(90deg);
              -o-transform: rotate(90deg);
              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;
            -webkit-transition: all 0.4s linear;
            -moz-transition: all 0.4s linear;
            -ms-transition: all 0.4s linear;
            -o-transition: all 0.4s linear;
            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 {
                -webkit-transform: rotate(270deg);
                -moz-transform: rotate(270deg);
                -ms-transform: rotate(270deg);
                -o-transform: rotate(270deg);
                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;
          -webkit-box-shadow: 2px 2px 8px rgba(41, 44, 50, 0.32);
          -moz-box-shadow: 2px 2px 8px rgba(41, 44, 50, 0.32);
          box-shadow: 2px 2px 8px rgba(41, 44, 50, 0.32);
          border: 0;
          border-radius: 4px;
          opacity: 0;
          visibility: hidden;
          -webkit-transition: all 0.4s linear;
          -moz-transition: all 0.4s linear;
          -ms-transition: all 0.4s linear;
          -o-transition: all 0.4s linear;
          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;
              -webkit-box-shadow: none;
              -moz-box-shadow: none;
              box-shadow: none;
              -webkit-transition: all 0.3s linear;
              -moz-transition: all 0.3s linear;
              -ms-transition: all 0.3s linear;
              -o-transition: all 0.3s linear;
              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%;
      -webkit-box-shadow: 2px 2px 8px rgba(41, 44, 50, 0.32);
      -moz-box-shadow: 2px 2px 8px rgba(41, 44, 50, 0.32);
      box-shadow: 2px 2px 8px rgba(41, 44, 50, 0.32);
      border: 0;
      border-radius: 4px;
      padding: 0;
      margin-top: 0;
      background-color: #fff;
      -webkit-transition: all 0.3s linear;
      -moz-transition: all 0.3s linear;
      -ms-transition: all 0.3s linear;
      -o-transition: all 0.3s linear;
      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;
          -webkit-box-shadow: none;
          -moz-box-shadow: none;
          box-shadow: none;
          padding: 0;
          padding-left: 15px;
          -webkit-transition: all 0.3s linear;
          -moz-transition: all 0.3s linear;
          -ms-transition: all 0.3s linear;
          -o-transition: all 0.3s linear;
          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 {
            -webkit-transform: rotate(0deg);
            -moz-transform: rotate(0deg);
            -ms-transform: rotate(0deg);
            -o-transform: rotate(0deg);
            transform: rotate(0deg); }
          .menu-style-1 .main-menu-wrapper nav > ul li .sub-mega-dropdown .mega-dropdown .mega-dropdown-list .mega-title i {
            -webkit-transition: all 0.3s linear;
            -moz-transition: all 0.3s linear;
            -ms-transition: all 0.3s linear;
            -o-transition: all 0.3s linear;
            transition: all 0.3s linear;
            -webkit-transform: rotate(180deg);
            -moz-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
            -o-transform: rotate(180deg);
            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: #00afef;
              -webkit-box-shadow: none;
              -moz-box-shadow: none;
              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;
        -webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        -ms-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        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 {
  -webkit-box-shadow: 0px 2px 4px rgba(41, 44, 50, 0.08);
  -moz-box-shadow: 0px 2px 4px rgba(41, 44, 50, 0.08);
  box-shadow: 0px 2px 4px rgba(41, 44, 50, 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: #FFD584; }
    .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: #292C32; }
    .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: #FFD584; }
  .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: #FFD584;
    color: #fff;
    -webkit-box-shadow: 2px 2px 8px rgba(41, 44, 50, 0.32);
    -moz-box-shadow: 2px 2px 8px rgba(41, 44, 50, 0.32);
    box-shadow: 2px 2px 8px rgba(41, 44, 50, 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: #FFD584;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none; } }
    @media (max-width: 767px) {
      .menu-dark-1 .main-menu-wrapper nav > ul li:hover > a {
        background-color: transparent;
        color: #FFD584;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        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: #FFD584; }
  .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(41, 44, 50, 0.7);
  z-index: 99;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  -ms-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s; }
  .overlay-dark-1.open {
    width: 100%;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    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;
  -webkit-box-shadow: 2px 2px 8px rgba(41, 44, 50, 0.32);
  -moz-box-shadow: 2px 2px 8px rgba(41, 44, 50, 0.32);
  box-shadow: 2px 2px 8px rgba(41, 44, 50, 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: #292C32;
        -webkit-box-shadow: 2px 2px 8px rgba(41, 44, 50, 0.25);
        -moz-box-shadow: 2px 2px 8px rgba(41, 44, 50, 0.25);
        box-shadow: 2px 2px 8px rgba(41, 44, 50, 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: #292C32;
    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: #00afef;
    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: #6F7278; }
  .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: #292C32;
    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: #00afef;
      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: #FFD584; }
  .login-registration-dark-style-1 .single-checkbox input[type="checkbox"] + label span {
    border-color: #FFD584; }
    .login-registration-dark-style-1 .single-checkbox input[type="checkbox"] + label span::before {
      background-color: #FFD584; }
  .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: #FFD584;
      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;
  -webkit-box-shadow: 2px 2px 8px rgba(41, 44, 50, 0.32);
  -moz-box-shadow: 2px 2px 8px rgba(41, 44, 50, 0.32);
  box-shadow: 2px 2px 8px rgba(41, 44, 50, 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: #292C32;
          -webkit-box-shadow: 2px 2px 8px rgba(41, 44, 50, 0.25);
          -moz-box-shadow: 2px 2px 8px rgba(41, 44, 50, 0.25);
          box-shadow: 2px 2px 8px rgba(41, 44, 50, 0.25); }
  .login-registration-style-2 .account {
    color: #292C32;
    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: #6F7278; }
  .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: #00afef;
    line-height: 16px;
    margin-top: 16px; }
  .login-registration-style-2 .login {
    color: #292C32;
    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: #00afef;
      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: #FFD584; }
  .login-registration-dark-style-2 .single-checkbox input[type="checkbox"] + label span {
    border-color: #FFD584; }
    .login-registration-dark-style-2 .single-checkbox input[type="checkbox"] + label span::before {
      background-color: #FFD584; }
  .login-registration-dark-style-2 .single-checkbox p {
    color: #fff; }
  .login-registration-dark-style-2 .login-checkbox-forget .forget {
    color: #FFD584; }
  .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: #FFD584;
      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;
  -webkit-box-shadow: 2px 2px 8px rgba(41, 44, 50, 0.32);
  -moz-box-shadow: 2px 2px 8px rgba(41, 44, 50, 0.32);
  box-shadow: 2px 2px 8px rgba(41, 44, 50, 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: #6F7278; }
  .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: #00afef;
    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: #292C32;
        -webkit-box-shadow: 2px 2px 8px rgba(41, 44, 50, 0.25);
        -moz-box-shadow: 2px 2px 8px rgba(41, 44, 50, 0.25);
        box-shadow: 2px 2px 8px rgba(41, 44, 50, 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: #292C32;
    font-weight: 300; }
    @media (max-width: 767px) {
      .login-registration-style-3 .account {
        margin-top: 25px; } }
  .login-registration-style-3 .login {
    color: #292C32;
    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: #00afef;
      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: #FFD584; }
  .login-registration-dark-style-3 .single-checkbox input[type="checkbox"] + label span {
    border-color: #FFD584; }
    .login-registration-dark-style-3 .single-checkbox input[type="checkbox"] + label span::before {
      background-color: #FFD584; }
  .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: #FFD584; }

/*==================================================================
                   14. Contact css
==================================================================*/
/*=====  Contact  Style 1 =====*/
.contact-style-1 {
  width: 100%;
  padding: 55px 25px 60px;
  border-radius: 10px;
  -webkit-box-shadow: 2px 2px 8px rgba(41, 44, 50, 0.32);
  -moz-box-shadow: 2px 2px 8px rgba(41, 44, 50, 0.32);
  box-shadow: 2px 2px 8px rgba(41, 44, 50, 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%;
      -webkit-transform-origin: 66% 66%;
      -ms-transform-origin: 66% 66%;
      transform-origin: 66% 66%;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      -webkit-transition: all 0.15s ease-in-out;
      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;
  -webkit-box-shadow: 2px 2px 8px rgba(41, 44, 50, 0.32);
  -moz-box-shadow: 2px 2px 8px rgba(41, 44, 50, 0.32);
  box-shadow: 2px 2px 8px rgba(41, 44, 50, 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: #00afef;
    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: #292C32; }
  .contact-style-2 .title {
    margin-top: 25px; }
  .contact-style-2 .sub-title {
    margin-top: 10px;
    color: #292C32; }
  .contact-style-2 .contact-social {
    padding-top: 30px; }
    .contact-style-2 .contact-social p {
      font-size: 16px;
      color: rgba(41, 44, 50, 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: #00afef; }
        @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;
  -webkit-box-shadow: 2px 2px 8px rgba(41, 44, 50, 0.32);
  -moz-box-shadow: 2px 2px 8px rgba(41, 44, 50, 0.32);
  box-shadow: 2px 2px 8px rgba(41, 44, 50, 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;
  -webkit-box-shadow: 2px 2px 8px rgba(41, 44, 50, 0.32);
  -moz-box-shadow: 2px 2px 8px rgba(41, 44, 50, 0.32);
  box-shadow: 2px 2px 8px rgba(41, 44, 50, 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: #6F7278;
        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: #6F7278; }
      .pricing-style-1 .pricing-footer .price strong {
        font-weight: 500;
        font-size: 36px;
        line-height: 45px;
        color: #292C32; }
    .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: #FFD584; }
  .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;
  -webkit-box-shadow: 2px 2px 8px rgba(41, 44, 50, 0.32);
  -moz-box-shadow: 2px 2px 8px rgba(41, 44, 50, 0.32);
  box-shadow: 2px 2px 8px rgba(41, 44, 50, 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: #6F7278;
        margin-top: 10px; }
        .pricing-style-2 .pricing-header .pricing .price strong {
          font-weight: 500;
          font-size: 36px;
          line-height: 45px;
          color: #292C32;
          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: #6F7278;
        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: #FFD584; }

/*=====  Pricing  Style 3 =====*/
.pricing-style-3 {
  padding: 30px;
  background: #fff;
  -webkit-box-shadow: 2px 2px 8px rgba(41, 44, 50, 0.32);
  -moz-box-shadow: 2px 2px 8px rgba(41, 44, 50, 0.32);
  box-shadow: 2px 2px 8px rgba(41, 44, 50, 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: #6F7278;
        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: #6F7278; }
      .pricing-style-3 .pricing-footer .price strong {
        font-weight: 500;
        font-size: 36px;
        line-height: 45px;
        color: #292C32; }
    .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: #FFD584; }
  .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;
  -webkit-box-shadow: 2px 2px 8px rgba(41, 44, 50, 0.32);
  -moz-box-shadow: 2px 2px 8px rgba(41, 44, 50, 0.32);
  box-shadow: 2px 2px 8px rgba(41, 44, 50, 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: #6F7278;
        margin-top: 10px; }
        .pricing-style-4 .pricing-header .pricing .price strong {
          font-weight: 500;
          font-size: 36px;
          line-height: 45px;
          color: #292C32; }
    .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: #6F7278;
        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: #FFD584; }

/*=====  Pricing  Style 5 =====*/
.pricing-style-5 {
  padding: 30px;
  background: #fff;
  -webkit-box-shadow: 2px 2px 8px rgba(41, 44, 50, 0.32);
  -moz-box-shadow: 2px 2px 8px rgba(41, 44, 50, 0.32);
  box-shadow: 2px 2px 8px rgba(41, 44, 50, 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: #6F7278;
      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: #292C32;
        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: #6F7278;
        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: #FFD584; }

/*=====  Pricing  Style 6 =====*/
.pricing-style-6 {
  padding: 30px;
  background: #fff;
  -webkit-box-shadow: 2px 2px 8px rgba(41, 44, 50, 0.32);
  -moz-box-shadow: 2px 2px 8px rgba(41, 44, 50, 0.32);
  box-shadow: 2px 2px 8px rgba(41, 44, 50, 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: #6F7278;
        margin-top: 10px; }
        .pricing-style-6 .pricing-header .pricing .price strong {
          font-weight: 500;
          font-size: 36px;
          line-height: 45px;
          color: #292C32;
          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: #6F7278;
        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: #FFD584; }

/*=====  Pricing  Style 7 =====*/
.pricing-style-7 {
  background: #fff;
  -webkit-box-shadow: 2px 2px 8px rgba(41, 44, 50, 0.32);
  -moz-box-shadow: 2px 2px 8px rgba(41, 44, 50, 0.32);
  box-shadow: 2px 2px 8px rgba(41, 44, 50, 0.32);
  border-radius: 8px;
  overflow: hidden; }
  .pricing-style-7 .pricing-header .title {
    background-color: #FFD584;
    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: #6F7278;
    margin-top: 10px; }
    .pricing-style-7 .pricing-header .pricing .price strong {
      font-weight: 500;
      font-size: 36px;
      line-height: 45px;
      color: #292C32; }
  .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: #6F7278;
        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: #FFD584; }

/*=====  Pricing  Style 8 =====*/
.pricing-style-8 {
  background: #fff;
  -webkit-box-shadow: 2px 2px 8px rgba(41, 44, 50, 0.32);
  -moz-box-shadow: 2px 2px 8px rgba(41, 44, 50, 0.32);
  box-shadow: 2px 2px 8px rgba(41, 44, 50, 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: #6F7278;
      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: #292C32;
        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: #6F7278;
        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: #FFD584; }

/*=====  Pricing  Style 9 =====*/
.pricing-style-9 {
  background: #fff;
  -webkit-box-shadow: 2px 2px 8px rgba(41, 44, 50, 0.32);
  -moz-box-shadow: 2px 2px 8px rgba(41, 44, 50, 0.32);
  box-shadow: 2px 2px 8px rgba(41, 44, 50, 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: #6F7278;
      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: #292C32;
        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: #6F7278;
        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: #FFD584; }

/*=====  Pricing  Style 10 =====*/
.pricing-tab .nav {
  max-width: 280px;
  width: 100%;
  border: 1px solid #E7E9EE;
  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: #6F7278;
      text-align: center;
      border-radius: 50px;
      text-transform: uppercase;
      letter-spacing: 2px;
      font-weight: 500;
      font-size: 14px;
      -webkit-transition: all 0.3s linear;
      -moz-transition: all 0.3s linear;
      -ms-transition: all 0.3s linear;
      -o-transition: all 0.3s linear;
      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: #00afef;
        color: #fff; }
.pricing-tab p {
  color: #292C32;
  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: #292C32;
        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: "Montserrat", sans-serif;
        line-height: 28px;
        font-weight: 400;
        color: #292C32;
        margin-top: 25px; }
      .pricing-style-10 .single-pricing-plan .pricing-plan-img .price {
        font-weight: 300;
        font-size: 14px;
        color: rgba(41, 44, 50, 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: #292C32; }
      .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 #CACCD1; }
      @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 #CACCD1;
            padding: 12px 10px; } }
        .pricing-style-10 .single-pricing-plan .pricing-list ul li .list-title {
          font-size: 16pxx;
          line-height: 22px;
          color: #292C32;
          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: #292C32; }
          .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 #E7E9EE;
      font-size: 14px;
      font-weight: 300;
      color: #6F7278; }
      .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 #E7E9EE;
      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: #292C32;
      -webkit-transition: all 0.3s linear;
      -moz-transition: all 0.3s linear;
      -ms-transition: all 0.3s linear;
      -o-transition: all 0.3s linear;
      transition: all 0.3s linear; }
      .checkout-style-1 .checkout-table .product-cart .product-content .title a:hover {
        color: #00afef; }
    .checkout-style-1 .checkout-table .product-cart .product-content span {
      font-weight: 300;
      font-size: 13px;
      line-height: 16px;
      margin-top: 4px;
      color: #6F7278; }
  .checkout-style-1 .checkout-table .product-size {
    position: relative; }
    .checkout-style-1 .checkout-table .product-size .nice-select {
      width: 70px;
      border: 1px solid #E7E9EE;
      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: #292C32; }
      .checkout-style-1 .checkout-table .product-size .nice-select .current {
        font-size: 16px;
        color: #292C32;
        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;
      -webkit-transition: all 0.4s linear;
      -moz-transition: all 0.4s linear;
      -ms-transition: all 0.4s linear;
      -o-transition: all 0.4s linear;
      transition: all 0.4s linear;
      color: rgba(41, 44, 50, 0.8); }
      .checkout-style-1 .checkout-table .product-quantity button:hover {
        color: #00afef; }
    .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: #292C32; }
  .checkout-style-1 .checkout-table .price {
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #292C32; }
  .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: #6F7278; }
      .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: #292C32; }
    .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 #E7E9EE; }
    @media (max-width: 767px) {
      .checkout-style-1 .checkout-coupon-total .checkout-total {
        width: 100%;
        border-left: 0;
        border-top: 1px solid #E7E9EE; } }
    .checkout-style-1 .checkout-coupon-total .checkout-total .single-total {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      -webkit-box-pack: flex-end;
      -ms-flex-pack: flex-end;
      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: #292C32; }
      .checkout-style-1 .checkout-coupon-total .checkout-total .single-total .price {
        font-weight: 500;
        font-size: 16px;
        line-height: 32px;
        color: #292C32;
        width: 85px; }
      .checkout-style-1 .checkout-coupon-total .checkout-total .single-total.total-payable {
        border-top: 1px solid #E7E9EE; }
        .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 {
      -webkit-box-pack: space-between;
      -ms-flex-pack: space-between;
      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 #E7E9EE; }
    .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: #FFD584; }
    .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 {
        -webkit-box-shadow: 2px 4px 8px rgba(41, 44, 50, 0.25);
        -moz-box-shadow: 2px 4px 8px rgba(41, 44, 50, 0.25);
        box-shadow: 2px 4px 8px rgba(41, 44, 50, 0.25); }
        .checkout-style-dark-1 .checkout-table .product-size .nice-select .list .option {
          background-color: #00afef;
          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: #00afef !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: #FFD584; }
    .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: #292C32;
      line-height: 40px; }
    .checkout-style-2 .checkout-header .close {
      color: #292C32;
      font-size: 24px;
      position: absolute;
      top: 50%;
      right: 10px;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      -webkit-transition: all 0.3s linear;
      -moz-transition: all 0.3s linear;
      -ms-transition: all 0.3s linear;
      -o-transition: all 0.3s linear;
      transition: all 0.3s linear; }
      .checkout-style-2 .checkout-header .close:hover {
        color: #00afef; }
  .checkout-style-2 .checkout-table {
    border-top: 1px solid #E7E9EE; }
    .checkout-style-2 .checkout-table .table {
      margin-bottom: 0;
      border-top: 0;
      border-bottom: 1px solid #E7E9EE; }
      .checkout-style-2 .checkout-table .table tbody tr td {
        border: 0;
        border-bottom: 1px solid #E7E9EE;
        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: #292C32;
        -webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        -ms-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        transition: all 0.3s linear; }
        .checkout-style-2 .checkout-table .product-cart .product-content .title a:hover {
          color: #00afef; }
      .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: #6F7278; }
        .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;
        -webkit-transition: all 0.4s linear;
        -moz-transition: all 0.4s linear;
        -ms-transition: all 0.4s linear;
        -o-transition: all 0.4s linear;
        transition: all 0.4s linear;
        color: rgba(41, 44, 50, 0.8); }
        .checkout-style-2 .checkout-table .product-quantity button:hover {
          color: #00afef; }
      .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: #292C32;
        font-size: 14px; }
    .checkout-style-2 .checkout-table .price {
      font-weight: 500;
      font-size: 14px;
      line-height: 22px;
      color: #292C32; }
  .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: #292C32; }
    .checkout-style-2 .checkout-footer .checkout-sub-total .price {
      font-weight: 500;
      font-size: 16px;
      line-height: 22px;
      color: #292C32; }
    .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: #FFD584; }
  .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;
      -webkit-transition: all 0.3s linear;
      -moz-transition: all 0.3s linear;
      -ms-transition: all 0.3s linear;
      -o-transition: all 0.3s linear;
      transition: all 0.3s linear; }
      .checkout-style-dark-2 .checkout-table .product-cart .product-content .title a:hover {
        color: #FFD584; }
    .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: #FFD584; }
      .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(41, 44, 50, 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: #292C32; }
    .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: #6F7278;
  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;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-family: "Material Design Icons";
    font-size: 24px;
    color: #6F7278;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear; }
.checkout-steps-form-style-1 .checkout-steps-form-content {
  padding: 16px;
  padding-top: 0;
  border-top: 1px solid #E7E9EE; }
  .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: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      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 #E7E9EE; }
          .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 #00afef; }
        .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%;
          -webkit-transition: all 0.3s linear;
          -moz-transition: all 0.3s linear;
          -ms-transition: all 0.3s linear;
          -o-transition: all 0.3s linear;
          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: #292C32;
            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: #292C32;
            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: #FFD584; }
    .checkout-steps-form-dark-style-1 .checkout-steps-form-content .single-checkbox input[type="checkbox"] + label span::before {
      background-color: #FFD584; }
  .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: #292C32;
    line-height: 40px;
    padding: 0 16px;
    position: relative; }
  .checkout-payment-style-1 .checkout-payment-form {
    padding: 16px;
    padding-top: 0;
    border-top: 1px solid #E7E9EE; }
    .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%;
          -webkit-transform: translate(-50%, -50%);
          -moz-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          color: #292C32;
          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;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      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;
          -webkit-transform: translateY(0);
          -moz-transform: translateY(0);
          -ms-transform: translateY(0);
          -o-transform: translateY(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;
          -webkit-transform: translateY(-50%);
          -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          -o-transform: translateY(-50%);
          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(41, 44, 50, 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: #292C32; }
  .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(41, 44, 50, 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: #292C32;
    padding-bottom: 12px; }
  .checkout-sidebar-price-table .sub-total-price {
    border-top: 1px solid #E7E9EE;
    border-bottom: 1px solid #E7E9EE;
    padding: 8px 0; }
    .checkout-sidebar-price-table .sub-total-price .total-price {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      -webkit-box-pack: space-between;
      -ms-flex-pack: space-between;
      justify-content: space-between; }
      .checkout-sidebar-price-table .sub-total-price .total-price .value {
        line-height: 32px;
        font-size: 14px;
        color: #292C32; }
      .checkout-sidebar-price-table .sub-total-price .total-price .price {
        line-height: 32px;
        font-size: 16px;
        color: #292C32; }
    .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: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      -webkit-box-pack: space-between;
      -ms-flex-pack: space-between;
      justify-content: space-between; }
      .checkout-sidebar-price-table .total-payable .payable-price .value {
        line-height: 32px;
        font-size: 14px;
        color: #292C32;
        font-weight: 500; }
      .checkout-sidebar-price-table .total-payable .payable-price .price {
        line-height: 32px;
        font-size: 16px;
        color: #292C32;
        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;
  -webkit-box-shadow: 0px 0px 2px rgba(41, 44, 50, 0.08);
  -moz-box-shadow: 0px 0px 2px rgba(41, 44, 50, 0.08);
  box-shadow: 0px 0px 2px rgba(41, 44, 50, 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: #292C32; }
      .checkout-sidebar-accordion .accordion .card .card-header a::before {
        position: absolute;
        content: '\F0143';
        top: 50%;
        right: 0px;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        font-family: "Material Design Icons";
        font-size: 24px;
        color: #00afef;
        -webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        -ms-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        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 #E7E9EE; }
      .checkout-sidebar-accordion .accordion .card .card-body .checkout-table .table {
        margin-bottom: 0;
        border-top: 0;
        border-bottom: 1px solid #E7E9EE; }
        .checkout-sidebar-accordion .accordion .card .card-body .checkout-table .table tbody tr td {
          border: 0;
          border-bottom: 1px solid #E7E9EE;
          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: #292C32;
          -webkit-transition: all 0.3s linear;
          -moz-transition: all 0.3s linear;
          -ms-transition: all 0.3s linear;
          -o-transition: all 0.3s linear;
          transition: all 0.3s linear; }
          .checkout-sidebar-accordion .accordion .card .card-body .checkout-table .product-cart .product-content .title a:hover {
            color: #00afef; }
        .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: #6F7278; }
          .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: #292C32;
        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 #E7E9EE;
        padding: 8px 0; }
        .checkout-sidebar-accordion .accordion .card .card-body .pricing-table .sub-total-price .total-price {
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flex;
          display: -o-flex;
          display: flex;
          -webkit-box-pack: space-between;
          -ms-flex-pack: space-between;
          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: #292C32; }
          .checkout-sidebar-accordion .accordion .card .card-body .pricing-table .sub-total-price .total-price .price {
            line-height: 32px;
            font-size: 16px;
            color: #292C32; }
        .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: -webkit-flex;
          display: -moz-flex;
          display: -ms-flex;
          display: -o-flex;
          display: flex;
          -webkit-box-pack: space-between;
          -ms-flex-pack: space-between;
          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: #292C32;
            font-weight: 500; }
          .checkout-sidebar-accordion .accordion .card .card-body .pricing-table .total-payable .payable-price .price {
            line-height: 32px;
            font-size: 16px;
            color: #292C32;
            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 #E7E9EE; }
      .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: #494A4D;
          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: #292C32; }
      .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: #FFD584; }
.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: #FFD584; }
    .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;
  -webkit-box-shadow: 0px 2px 4px rgba(41, 44, 50, 0.08);
  -moz-box-shadow: 0px 2px 4px rgba(41, 44, 50, 0.08);
  box-shadow: 0px 2px 4px rgba(41, 44, 50, 0.08);
  padding: 16px;
  border-radius: 8px;
  margin-top: 8px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear; }
  .single-order .order-id {
    font-size: 16px;
    line-height: 22px;
    color: #292C32;
    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: #494A4D; }
      .single-order .order-meta li .date {
        font-size: 14px;
        color: #494A4D; }
  .single-order .single-progress-bar-horizontal {
    margin-top: 8px; }
  .single-order .order-price {
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #292C32;
    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 {
    -webkit-box-shadow: 2px 2px 8px rgba(41, 44, 50, 0.32);
    -moz-box-shadow: 2px 2px 8px rgba(41, 44, 50, 0.32);
    box-shadow: 2px 2px 8px rgba(41, 44, 50, 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(41, 44, 50, 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: #292C32; }
  .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: #494A4D; }
      .order-id-content .order-meta li .date {
        font-size: 15x;
        color: #494A4D; }
      .order-id-content .order-meta li .track {
        font-size: 14px;
        color: #00afef;
        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: #292C32;
    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: #E7E9EE;
  height: 48px;
  padding: 0 16px;
  border-radius: 8px; }
  .order-title .title {
    line-height: 48px;
    color: #292C32; }

.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 #E7E9EE;
    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: #292C32;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear; }
    .order-product .order-product-table .order-product-item .product-content .title a:hover {
      color: #00afef; }
  .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: #494A4D; }
.order-product .order-product-table .product-price {
  text-align: right;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #292C32; }
.order-product .order-product-total {
  padding: 8px 16px; }
  .order-product .order-product-total .sub-total {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between; }
    .order-product .order-product-total .sub-total .value {
      line-height: 32px;
      font-size: 14px;
      color: #292C32;
      font-weight: 400; }
    .order-product .order-product-total .sub-total .price {
      line-height: 32px;
      font-size: 16px;
      color: #292C32;
      font-weight: 400; }
.order-product .payable-total {
  border-top: 1px solid #E7E9EE;
  padding: 8px 16px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between; }
  .order-product .payable-total .value {
    line-height: 32px;
    font-size: 14px;
    color: #292C32;
    font-weight: 500; }
  .order-product .payable-total .price {
    line-height: 32px;
    font-size: 16px;
    color: #292C32;
    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: #494A4D; }
  .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: #292C32;
      font-weight: 400; }

.order-policy .policy-content {
  padding: 16px 16px 0; }
  .order-policy .policy-content p {
    font-size: 14px;
    font-weight: 400;
    color: #494A4D;
    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: #FFD584; }
  .order-id-dark .order-id-content .order-price {
    color: #fff; }
  .order-id-dark .order-title {
    background-color: rgba(41, 44, 50, 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: #FFD584; }
  .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: #292C32;
    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: #494A4D;
    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: #292C32; }
  .profile .profile-header .profile-author .profile-name .email {
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
    color: #292C32;
    margin-top: 8px; }
  .profile .profile-header .profile-author .profile-photo img {
    width: 160px;
    border-radius: 50%; }
.profile .profile-title {
  position: relative;
  background-color: #E7E9EE;
  height: 48px;
  padding: 0 16px;
  border-radius: 8px; }
  .profile .profile-title .title {
    line-height: 48px;
    color: #292C32;
    font-weight: 500;
    font-size: 16px; }
  .profile .profile-title .profile-link {
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    color: #00afef;
    position: absolute;
    top: 50%;
    right: 16px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    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: #494A4D; }
  .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: #292C32;
      font-weight: 400; }
.profile .single-card-info {
  padding: 16px;
  -webkit-box-shadow: 0px 2px 4px rgba(41, 44, 50, 0.08);
  -moz-box-shadow: 0px 2px 4px rgba(41, 44, 50, 0.08);
  box-shadow: 0px 2px 4px rgba(41, 44, 50, 0.08);
  margin-top: 16px;
  border-radius: 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  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: #292C32; }
    .profile .single-card-info .card-info .card-number {
      font-size: 14px;
      line-height: 20px;
      font-weight: 400;
      color: #494A4D;
      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(41, 44, 50, 0.08); }
    .profile-dark .profile .profile-title .title {
      color: #fff; }
    .profile-dark .profile .profile-title .profile-link {
      color: #FFD584; }
  .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(41, 44, 50, 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;
  -webkit-box-shadow: 2px 2px 8px rgba(41, 44, 50, 0.32);
  -moz-box-shadow: 2px 2px 8px rgba(41, 44, 50, 0.32);
  box-shadow: 2px 2px 8px rgba(41, 44, 50, 0.32);
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  margin-top: 16px; }
  .filter-style-1 .filter-title .title {
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
    color: #292C32; }
  .filter-style-1.filter-dark {
    background-color: #161359; }
    .filter-style-1.filter-dark .filter-title .title {
      color: #fff; }

/*==================================================================
                   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%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-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(41, 44, 50, 0.38);
      font-size: 32px;
      z-index: 5;
      cursor: pointer;
      border: none;
      background: transparent; }
      .product-style-1 .product-image .tns-controls button:hover {
        color: #292C32; }
  .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: #292c32;
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 9;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear; }
    .product-style-1 .product-image .add-wishlist:hover {
      color: #00afef; }
.product-style-1 .product-content {
  background-color: rgba(41, 44, 50, 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;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-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: #FFD584; }
  .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;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    border: 0;
    background: rgba(41, 44, 50, 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: #00afef;
      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%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-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(41, 44, 50, 0.38);
    font-size: 32px;
    z-index: 5;
    cursor: pointer; }
    .product-style-2 .product-image .slick-arrow:hover {
      color: #292C32; }
    .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: #FFD584;
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 9;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear; }
    .product-style-2 .product-image .add-wishlist:hover {
      color: #00afef; }
.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: #292C32;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    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: #00afef; }
  .product-style-2 .product-content p {
    color: rgba(41, 44, 50, 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%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-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(41, 44, 50, 0.38);
    font-size: 32px;
    z-index: 5;
    cursor: pointer; }
    .product-style-3 .product-image .slick-arrow:hover {
      color: #292C32; }
    .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: #FFD584;
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 9;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear; }
    .product-style-3 .product-image .add-wishlist:hover {
      color: #00afef; }
.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: #292C32;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    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: #00afef; }
  .product-style-3 .product-content p {
    color: rgba(41, 44, 50, 0.74);
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    margin-top: 8px; }
  .product-style-3 .product-content .product-price-cart {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between; }
    .product-style-3 .product-content .product-price-cart .price {
      font-weight: 500;
      font-size: 24px;
      color: #FFD584;
      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%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-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(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: #FFD584;
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 9;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear; }
    .product-style-4 .product-image .add-wishlist:hover {
      color: #00afef; }
.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;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    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: #FFD584; }
  .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: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    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%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-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(41, 44, 50, 0.38);
    font-size: 32px;
    z-index: 5;
    cursor: pointer; }
    .product-style-5 .product-image .slick-arrow:hover {
      color: #292C32; }
    .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: #FFD584;
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 9;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear; }
    .product-style-5 .product-image .add-wishlist:hover {
      color: #00afef; }
.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: #292C32;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    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: #00afef; }
  .product-style-5 .product-content p {
    color: rgba(41, 44, 50, 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%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-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(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: #FFD584;
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 9;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear; }
    .product-style-6 .product-image .add-wishlist:hover {
      color: #00afef; }
.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;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    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: #FFD584; }
  .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: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #FAFAFC; }
  @media (max-width: 767px) {
    .product-style-7 {
      display: block; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .product-style-7 {
      display: -webkit-flex;
      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%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      -webkit-transition: all 0.3s linear;
      -moz-transition: all 0.3s linear;
      -ms-transition: all 0.3s linear;
      -o-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(41, 44, 50, 0.38);
      font-size: 32px;
      z-index: 5;
      cursor: pointer; }
      .product-style-7 .product-image .slick-arrow:hover {
        color: #292C32; }
      .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;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-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: #494A4D;
        font-weight: 500;
        font-size: 16px;
        line-height: 22px;
        -webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        -ms-transition: all 0.3s linear;
        -o-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: #00afef; }
      .product-style-7 .product-content .product-meta li span {
        font-weight: 500;
        font-size: 16px;
        line-height: 22px;
        color: #494A4D; }
        @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: #292C32;
      -webkit-transition: all 0.3s linear;
      -moz-transition: all 0.3s linear;
      -ms-transition: all 0.3s linear;
      -o-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: #00afef; }
    .product-style-7 .product-content p {
      color: rgba(41, 44, 50, 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: #FFD584;
      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 #00afef;
      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: #00afef; }

/*===== All Product Style 8 =====*/
.product-style-8 {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  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: -webkit-flex;
      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%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      -webkit-transition: all 0.3s linear;
      -moz-transition: all 0.3s linear;
      -ms-transition: all 0.3s linear;
      -o-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(41, 44, 50, 0.38);
      font-size: 32px;
      z-index: 5;
      cursor: pointer; }
      .product-style-8 .product-image .slick-arrow:hover {
        color: #292C32; }
      .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;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-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;
        -webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        -ms-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        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: #FFD584; }
        .product-style-8 .product-content .product-meta li a:hover {
          color: #00afef; }
      .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;
      -webkit-transition: all 0.3s linear;
      -moz-transition: all 0.3s linear;
      -ms-transition: all 0.3s linear;
      -o-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-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: #FFD584; }
    .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: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #FAFAFC; }
  @media (max-width: 767px) {
    .product-style-9 {
      display: block; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .product-style-9 {
      display: -webkit-flex;
      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%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      -webkit-transition: all 0.3s linear;
      -moz-transition: all 0.3s linear;
      -ms-transition: all 0.3s linear;
      -o-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(41, 44, 50, 0.38);
      font-size: 32px;
      z-index: 5;
      cursor: pointer; }
      .product-style-9 .product-image .slick-arrow:hover {
        color: #292C32; }
      .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;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-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: #494A4D;
        font-weight: 500;
        font-size: 16px;
        line-height: 22px;
        -webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        -ms-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        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: #00afef; }
      .product-style-9 .product-content .product-meta li span {
        font-weight: 500;
        font-size: 16px;
        line-height: 22px;
        color: #494A4D; }
        @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: #6F7278;
          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: #292C32;
      -webkit-transition: all 0.3s linear;
      -moz-transition: all 0.3s linear;
      -ms-transition: all 0.3s linear;
      -o-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-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: #00afef; }
    .product-style-9 .product-content p {
      color: rgba(41, 44, 50, 0.74);
      font-size: 14px;
      line-height: 22px;
      font-weight: 400;
      margin-top: 8px; }
    .product-style-9 .product-content .product-price-btn {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: space-between;
      -ms-flex-pack: space-between;
      justify-content: space-between; }
      .product-style-9 .product-content .product-price-btn .price {
        font-weight: 500;
        font-size: 24px;
        color: #FFD584;
        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: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  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: -webkit-flex;
      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%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      -webkit-transition: all 0.3s linear;
      -moz-transition: all 0.3s linear;
      -ms-transition: all 0.3s linear;
      -o-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(41, 44, 50, 0.38);
      font-size: 32px;
      z-index: 5;
      cursor: pointer; }
      .product-style-10 .product-image .product-active .slick-arrow:hover {
        color: #292C32; }
      .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;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-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;
        -webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        -ms-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        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: #00afef; }
      .product-style-10 .product-content .product-meta li span {
        font-weight: 500;
        font-size: 16px;
        line-height: 22px;
        color: #494A4D; }
        @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: #6F7278;
          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;
      -webkit-transition: all 0.3s linear;
      -moz-transition: all 0.3s linear;
      -ms-transition: all 0.3s linear;
      -o-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-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: #FFD584; }
    .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: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: space-between;
      -ms-flex-pack: space-between;
      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: #E7E9EE; }
  .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%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      -webkit-transition: all 0.3s linear;
      -moz-transition: all 0.3s linear;
      -ms-transition: all 0.3s linear;
      -o-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(41, 44, 50, 0.38);
      font-size: 32px;
      z-index: 5;
      cursor: pointer; }
      .product-style-11 .product-image .product-active .slick-arrow:hover {
        color: #292C32; }
      .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: #FFD584;
      position: absolute;
      top: 5px;
      right: 5px;
      z-index: 9;
      -webkit-transition: all 0.3s linear;
      -moz-transition: all 0.3s linear;
      -ms-transition: all 0.3s linear;
      -o-transition: all 0.3s linear;
      transition: all 0.3s linear; }
      .product-style-11 .product-image .add-wishlist:hover {
        color: #00afef; }
  .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: #494A4D; }
      @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: #292C32;
      -webkit-transition: all 0.3s linear;
      -moz-transition: all 0.3s linear;
      -ms-transition: all 0.3s linear;
      -o-transition: all 0.3s linear;
      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: #00afef; }
    .product-style-11 .product-content p {
      color: rgba(41, 44, 50, 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: #FFD584;
      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%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      -webkit-transition: all 0.3s linear;
      -moz-transition: all 0.3s linear;
      -ms-transition: all 0.3s linear;
      -o-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(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: #FFD584;
      position: absolute;
      top: 5px;
      right: 5px;
      z-index: 9;
      -webkit-transition: all 0.3s linear;
      -moz-transition: all 0.3s linear;
      -ms-transition: all 0.3s linear;
      -o-transition: all 0.3s linear;
      transition: all 0.3s linear; }
      .product-style-12 .product-image .add-wishlist:hover {
        color: #00afef; }
  .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: #FAFAFC; }
      @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;
      -webkit-transition: all 0.3s linear;
      -moz-transition: all 0.3s linear;
      -ms-transition: all 0.3s linear;
      -o-transition: all 0.3s linear;
      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: #FFD584; }
    .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: #FAFAFC;
  display: -webkit-flex;
  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 {
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 16px; }
    .product-style-13 .product-content .title a {
      font-weight: 500;
      font-size: 20px;
      line-height: 28px;
      color: #292C32;
      -webkit-transition: all 0.3s linear;
      -moz-transition: all 0.3s linear;
      -ms-transition: all 0.3s linear;
      -o-transition: all 0.3s linear;
      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: #00afef; }
    .product-style-13 .product-content p {
      color: rgba(41, 44, 50, 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: -webkit-flex;
  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 {
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-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;
      -webkit-transition: all 0.3s linear;
      -moz-transition: all 0.3s linear;
      -ms-transition: all 0.3s linear;
      -o-transition: all 0.3s linear;
      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: #FFD584; }
    .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: #FAFAFC;
  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%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      -webkit-transition: all 0.3s linear;
      -moz-transition: all 0.3s linear;
      -ms-transition: all 0.3s linear;
      -o-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(41, 44, 50, 0.38);
      font-size: 32px;
      z-index: 5;
      cursor: pointer; }
      .product-style-15 .product-image .slick-arrow:hover {
        color: #292C32; }
      .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: #292C32;
      -webkit-transition: all 0.3s linear;
      -moz-transition: all 0.3s linear;
      -ms-transition: all 0.3s linear;
      -o-transition: all 0.3s linear;
      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: #00afef; }
    .product-style-15 .product-content p {
      color: #494A4D;
      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%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      -webkit-transition: all 0.3s linear;
      -moz-transition: all 0.3s linear;
      -ms-transition: all 0.3s linear;
      -o-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(41, 44, 50, 0.38);
      font-size: 32px;
      z-index: 5;
      cursor: pointer; }
      .product-style-16 .product-image .slick-arrow:hover {
        color: #292C32; }
      .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;
      -webkit-transition: all 0.3s linear;
      -moz-transition: all 0.3s linear;
      -ms-transition: all 0.3s linear;
      -o-transition: all 0.3s linear;
      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: #FFD584; }
    .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;
  -webkit-box-shadow: 2px 2px 8px rgba(41, 44, 50, 0.32);
  -moz-box-shadow: 2px 2px 8px rgba(41, 44, 50, 0.32);
  box-shadow: 2px 2px 8px rgba(41, 44, 50, 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: #292C32;
      -webkit-transition: all 0.3s linear;
      -moz-transition: all 0.3s linear;
      -ms-transition: all 0.3s linear;
      -o-transition: all 0.3s linear;
      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: #00afef; }
    .product-style-17 .product-content p {
      color: #494A4D;
      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;
  -webkit-box-shadow: 2px 2px 8px rgba(41, 44, 50, 0.32);
  -moz-box-shadow: 2px 2px 8px rgba(41, 44, 50, 0.32);
  box-shadow: 2px 2px 8px rgba(41, 44, 50, 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;
      -webkit-transition: all 0.3s linear;
      -moz-transition: all 0.3s linear;
      -ms-transition: all 0.3s linear;
      -o-transition: all 0.3s linear;
      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: #FFD584; }
    .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;
  -webkit-box-shadow: 2px 2px 8px rgba(41, 44, 50, 0.32);
  -moz-box-shadow: 2px 2px 8px rgba(41, 44, 50, 0.32);
  box-shadow: 2px 2px 8px rgba(41, 44, 50, 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: #292C32;
      -webkit-transition: all 0.3s linear;
      -moz-transition: all 0.3s linear;
      -ms-transition: all 0.3s linear;
      -o-transition: all 0.3s linear;
      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: #00afef; }
    .product-style-19 .product-content p {
      color: #494A4D;
      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: #494A4D;
  -webkit-box-shadow: 2px 2px 8px rgba(41, 44, 50, 0.32);
  -moz-box-shadow: 2px 2px 8px rgba(41, 44, 50, 0.32);
  box-shadow: 2px 2px 8px rgba(41, 44, 50, 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;
      -webkit-transition: all 0.3s linear;
      -moz-transition: all 0.3s linear;
      -ms-transition: all 0.3s linear;
      -o-transition: all 0.3s linear;
      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: #FFD584; }
    .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: #FAFAFC;
  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: #292C32;
      -webkit-transition: all 0.3s linear;
      -moz-transition: all 0.3s linear;
      -ms-transition: all 0.3s linear;
      -o-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-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: #00afef; }
    .product-style-21 .product-content p {
      color: rgba(41, 44, 50, 0.74);
      font-size: 14px;
      line-height: 22px;
      font-weight: 400;
      margin-top: 8px; }
    .product-style-21 .product-content .product-price-btn {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: space-between;
      -ms-flex-pack: space-between;
      justify-content: space-between; }
      .product-style-21 .product-content .product-price-btn .price {
        font-weight: 500;
        font-size: 24px;
        color: #FFD584;
        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: #FAFAFC;
  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: #292C32;
      -webkit-transition: all 0.3s linear;
      -moz-transition: all 0.3s linear;
      -ms-transition: all 0.3s linear;
      -o-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-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: #00afef; }
    .product-style-21 .product-content p {
      color: rgba(41, 44, 50, 0.74);
      font-size: 14px;
      line-height: 22px;
      font-weight: 400;
      margin-top: 8px; }
    .product-style-21 .product-content .product-price-btn {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: space-between;
      -ms-flex-pack: space-between;
      justify-content: space-between; }
      .product-style-21 .product-content .product-price-btn .price {
        font-weight: 500;
        font-size: 24px;
        color: #FFD584;
        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; } }

/*==================================================================
                20. Product Details css
==================================================================*/
/*===== Product Details Style 1 =====*/
.product-details-wrapper {
  background-color: #FAFAFC; }

.product-details-style-1 .product-details-content .sub-title {
  font-size: 24px;
  line-height: 30px;
  color: rgba(41, 44, 50, 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: #292C32; }
  @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: #292C32; }
    @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: -webkit-flex;
    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;
      -webkit-flex: 1;
      -moz-flex: 1;
      -ms-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(41, 44, 50, 0.08);
        -moz-box-shadow: 0px 2px 4px rgba(41, 44, 50, 0.08);
        box-shadow: 0px 2px 4px rgba(41, 44, 50, 0.08);
        border: 1px solid #fff;
        cursor: pointer;
        -webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        -ms-transition: all 0.3s linear;
        -o-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: #292C32;
        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(41, 44, 50, 0.32);
        -moz-box-shadow: 2px 2px 8px rgba(41, 44, 50, 0.32);
        box-shadow: 2px 2px 8px rgba(41, 44, 50, 0.32);
        border-color: #00afef; }
.product-details-style-1 .product-details-content .product-select-wrapper {
  display: -webkit-flex;
  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: #292C32; }
    @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;
        -moz-transition: all 0.3s linear;
        -ms-transition: all 0.3s linear;
        -o-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: #00afef;
          -webkit-box-shadow: 2px 2px 8px rgba(41, 44, 50, 0.32);
          -moz-box-shadow: 2px 2px 8px rgba(41, 44, 50, 0.32);
          box-shadow: 2px 2px 8px rgba(41, 44, 50, 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: #00afef; }
        .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;
        -webkit-transition: all 0.4s linear;
        -moz-transition: all 0.4s linear;
        -ms-transition: all 0.4s linear;
        -o-transition: all 0.4s linear;
        transition: all 0.4s linear;
        color: #6F7278;
        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: #00afef; }
      .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: #292C32; }
        @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: #00afef; }
        .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: #292C32;
    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: #292C32;
    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: #6F7278;
    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: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  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;
        margin: auto;
        -webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        -ms-transition: all 0.3s linear;
        -o-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.active img {
        -webkit-box-shadow: 2px 2px 8px rgba(41, 44, 50, 0.32);
        -moz-box-shadow: 2px 2px 8px rgba(41, 44, 50, 0.32);
        box-shadow: 2px 2px 8px rgba(41, 44, 50, 0.32);
        opacity: 1; }
    .product-details-style-1 .product-details-image .product-thumb-image .slick-arrow {
      font-size: 32px;
      color: #6F7278;
      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: #FAFAFC; }

.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;
        -webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        -ms-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        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 {
        -webkit-box-shadow: 2px 2px 8px rgba(41, 44, 50, 0.32);
        -moz-box-shadow: 2px 2px 8px rgba(41, 44, 50, 0.32);
        box-shadow: 2px 2px 8px rgba(41, 44, 50, 0.32);
        opacity: 1; }
.product-details-style-2 .product-details-content .sub-title {
  font-size: 24px;
  line-height: 30px;
  color: rgba(41, 44, 50, 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: #292C32; }
  @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: #292C32; }
  @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: -webkit-flex;
  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;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-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;
      -webkit-box-shadow: 0px 2px 4px rgba(41, 44, 50, 0.08);
      -moz-box-shadow: 0px 2px 4px rgba(41, 44, 50, 0.08);
      box-shadow: 0px 2px 4px rgba(41, 44, 50, 0.08);
      border: 1px solid #fff;
      cursor: pointer;
      -webkit-transition: all 0.3s linear;
      -moz-transition: all 0.3s linear;
      -ms-transition: all 0.3s linear;
      -o-transition: all 0.3s linear;
      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: #292C32;
      margin-top: 11px; }
    .product-details-style-2 .product-details-content .product-items .items-wrapper .single-item.active .items-image img {
      -webkit-box-shadow: 2px 2px 8px rgba(41, 44, 50, 0.32);
      -moz-box-shadow: 2px 2px 8px rgba(41, 44, 50, 0.32);
      box-shadow: 2px 2px 8px rgba(41, 44, 50, 0.32);
      border-color: #00afef; }
.product-details-style-2 .product-details-content .product-select-wrapper {
  display: -webkit-flex;
  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: #292C32; }
    @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;
        -webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        -ms-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        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: #00afef;
          -webkit-box-shadow: 2px 2px 8px rgba(41, 44, 50, 0.32);
          -moz-box-shadow: 2px 2px 8px rgba(41, 44, 50, 0.32);
          box-shadow: 2px 2px 8px rgba(41, 44, 50, 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 #6F7278;
          font-size: 16px;
          color: #6F7278;
          cursor: pointer;
          -webkit-transition: all 0.3s linear;
          -moz-transition: all 0.3s linear;
          -ms-transition: all 0.3s linear;
          -o-transition: all 0.3s linear;
          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: #00afef;
          color: #00afef;
          -webkit-box-shadow: 0px 2px 4px rgba(41, 44, 50, 0.08);
          -moz-box-shadow: 0px 2px 4px rgba(41, 44, 50, 0.08);
          box-shadow: 0px 2px 4px rgba(41, 44, 50, 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;
        -webkit-transition: all 0.4s linear;
        -moz-transition: all 0.4s linear;
        -ms-transition: all 0.4s linear;
        -o-transition: all 0.4s linear;
        transition: all 0.4s linear;
        color: #6F7278;
        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: #00afef; }
      .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: #292C32; }
        @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 #6F7278;
          font-size: 16px;
          color: #6F7278;
          cursor: pointer;
          -webkit-transition: all 0.3s linear;
          -moz-transition: all 0.3s linear;
          -ms-transition: all 0.3s linear;
          -o-transition: all 0.3s linear;
          transition: all 0.3s linear; }
        .product-details-style-2 .product-details-content .product-select-wrapper .select-item .country-select li.active span {
          border-color: #00afef;
          color: #00afef;
          -webkit-box-shadow: 0px 2px 4px rgba(41, 44, 50, 0.08);
          -moz-box-shadow: 0px 2px 4px rgba(41, 44, 50, 0.08);
          box-shadow: 0px 2px 4px rgba(41, 44, 50, 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: #292C32;
    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: #292C32;
    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: #6F7278;
    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: #FAFAFC; }

.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;
        -webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        -ms-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        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 {
        -webkit-box-shadow: 2px 2px 8px rgba(41, 44, 50, 0.32);
        -moz-box-shadow: 2px 2px 8px rgba(41, 44, 50, 0.32);
        box-shadow: 2px 2px 8px rgba(41, 44, 50, 0.32);
        opacity: 1; }
.product-details-style-3 .product-details-content .sub-title {
  font-size: 24px;
  line-height: 30px;
  color: rgba(41, 44, 50, 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: #292C32; }
  @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: #292C32; }
  @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: -webkit-flex;
  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;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-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;
      -webkit-box-shadow: 0px 2px 4px rgba(41, 44, 50, 0.08);
      -moz-box-shadow: 0px 2px 4px rgba(41, 44, 50, 0.08);
      box-shadow: 0px 2px 4px rgba(41, 44, 50, 0.08);
      border: 1px solid #fff;
      cursor: pointer;
      -webkit-transition: all 0.3s linear;
      -moz-transition: all 0.3s linear;
      -ms-transition: all 0.3s linear;
      -o-transition: all 0.3s linear;
      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: #292C32;
      margin-top: 11px; }
    .product-details-style-3 .product-details-content .product-items .items-wrapper .single-item.active .items-image img {
      -webkit-box-shadow: 2px 2px 8px rgba(41, 44, 50, 0.32);
      -moz-box-shadow: 2px 2px 8px rgba(41, 44, 50, 0.32);
      box-shadow: 2px 2px 8px rgba(41, 44, 50, 0.32);
      border-color: #00afef; }
.product-details-style-3 .product-details-content .product-select-wrapper {
  display: -webkit-flex;
  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: #292C32; }
    @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;
        -webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        -ms-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        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: #00afef;
          -webkit-box-shadow: 2px 2px 8px rgba(41, 44, 50, 0.32);
          -moz-box-shadow: 2px 2px 8px rgba(41, 44, 50, 0.32);
          box-shadow: 2px 2px 8px rgba(41, 44, 50, 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;
        -webkit-transition: all 0.4s linear;
        -moz-transition: all 0.4s linear;
        -ms-transition: all 0.4s linear;
        -o-transition: all 0.4s linear;
        transition: all 0.4s linear;
        color: #6F7278;
        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: #00afef; }
      .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: #292C32; }
        @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 #6F7278;
          font-size: 16px;
          color: #6F7278;
          cursor: pointer;
          -webkit-transition: all 0.3s linear;
          -moz-transition: all 0.3s linear;
          -ms-transition: all 0.3s linear;
          -o-transition: all 0.3s linear;
          transition: all 0.3s linear; }
        .product-details-style-3 .product-details-content .product-select-wrapper .select-item .country-select li.active span {
          border-color: #00afef;
          color: #00afef;
          -webkit-box-shadow: 0px 2px 4px rgba(41, 44, 50, 0.08);
          -moz-box-shadow: 0px 2px 4px rgba(41, 44, 50, 0.08);
          box-shadow: 0px 2px 4px rgba(41, 44, 50, 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: #292C32;
    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: #292C32;
        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: #292C32;
        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: #494A4D;
        margin-right: 16px;
        text-decoration: line-through;
        text-decoration-thickness: 2px;
        text-decoration-color: #6F7278;
        -moz-text-decoration-color: #6F7278;
        display: inline-block; }

/*===== Product Details Style 4 =====*/
.product-details-wrapper {
  background-color: #FAFAFC; }

.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;
        -webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        -ms-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        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 {
        -webkit-box-shadow: 2px 2px 8px rgba(41, 44, 50, 0.32);
        -moz-box-shadow: 2px 2px 8px rgba(41, 44, 50, 0.32);
        box-shadow: 2px 2px 8px rgba(41, 44, 50, 0.32);
        opacity: 1; }
.product-details-style-4 .product-details-content .sub-title {
  font-size: 24px;
  line-height: 30px;
  color: rgba(41, 44, 50, 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: #292C32; }
  @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: #292C32; }
  @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: -webkit-flex;
  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;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-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;
      -webkit-box-shadow: 0px 2px 4px rgba(41, 44, 50, 0.08);
      -moz-box-shadow: 0px 2px 4px rgba(41, 44, 50, 0.08);
      box-shadow: 0px 2px 4px rgba(41, 44, 50, 0.08);
      border: 1px solid #fff;
      cursor: pointer;
      -webkit-transition: all 0.3s linear;
      -moz-transition: all 0.3s linear;
      -ms-transition: all 0.3s linear;
      -o-transition: all 0.3s linear;
      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: #292C32;
      margin-top: 11px; }
    .product-details-style-4 .product-details-content .product-items .items-wrapper .single-item.active .items-image img {
      -webkit-box-shadow: 2px 2px 8px rgba(41, 44, 50, 0.32);
      -moz-box-shadow: 2px 2px 8px rgba(41, 44, 50, 0.32);
      box-shadow: 2px 2px 8px rgba(41, 44, 50, 0.32);
      border-color: #00afef; }
.product-details-style-4 .product-details-content .product-select-wrapper {
  display: -webkit-flex;
  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: #292C32; }
    @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;
        -webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        -ms-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        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: #00afef;
          -webkit-box-shadow: 2px 2px 8px rgba(41, 44, 50, 0.32);
          -moz-box-shadow: 2px 2px 8px rgba(41, 44, 50, 0.32);
          box-shadow: 2px 2px 8px rgba(41, 44, 50, 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: #00afef; }
        .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;
        -webkit-transition: all 0.4s linear;
        -moz-transition: all 0.4s linear;
        -ms-transition: all 0.4s linear;
        -o-transition: all 0.4s linear;
        transition: all 0.4s linear;
        color: #6F7278;
        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: #00afef; }
      .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: #292C32; }
        @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: #00afef; }
        .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: #292C32;
    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: #292C32;
    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: #6F7278;
    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: #FAFAFC; }

.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;
        -webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        -ms-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        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 {
        -webkit-box-shadow: 2px 2px 8px rgba(41, 44, 50, 0.32);
        -moz-box-shadow: 2px 2px 8px rgba(41, 44, 50, 0.32);
        box-shadow: 2px 2px 8px rgba(41, 44, 50, 0.32);
        opacity: 1; }
.product-details-style-5 .product-details-content .sub-title {
  font-size: 24px;
  line-height: 30px;
  color: rgba(41, 44, 50, 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: #292C32; }
  @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: #292C32; }
  @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: -webkit-flex;
  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;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-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;
      -webkit-box-shadow: 0px 2px 4px rgba(41, 44, 50, 0.08);
      -moz-box-shadow: 0px 2px 4px rgba(41, 44, 50, 0.08);
      box-shadow: 0px 2px 4px rgba(41, 44, 50, 0.08);
      border: 1px solid #fff;
      cursor: pointer;
      -webkit-transition: all 0.3s linear;
      -moz-transition: all 0.3s linear;
      -ms-transition: all 0.3s linear;
      -o-transition: all 0.3s linear;
      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: #292C32;
      margin-top: 11px; }
    .product-details-style-5 .product-details-content .product-items .items-wrapper .single-item.active .items-image img {
      -webkit-box-shadow: 2px 2px 8px rgba(41, 44, 50, 0.32);
      -moz-box-shadow: 2px 2px 8px rgba(41, 44, 50, 0.32);
      box-shadow: 2px 2px 8px rgba(41, 44, 50, 0.32);
      border-color: #00afef; }
.product-details-style-5 .product-details-content .product-select-wrapper {
  display: -webkit-flex;
  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: #292C32; }
    @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;
        -webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        -ms-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        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: #00afef;
          -webkit-box-shadow: 2px 2px 8px rgba(41, 44, 50, 0.32);
          -moz-box-shadow: 2px 2px 8px rgba(41, 44, 50, 0.32);
          box-shadow: 2px 2px 8px rgba(41, 44, 50, 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: #00afef; }
        .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;
        -webkit-transition: all 0.4s linear;
        -moz-transition: all 0.4s linear;
        -ms-transition: all 0.4s linear;
        -o-transition: all 0.4s linear;
        transition: all 0.4s linear;
        color: #6F7278;
        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: #00afef; }
      .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: #292C32; }
        @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: #00afef; }
        .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: #292C32;
    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: #292C32;
    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: #6F7278;
    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: #FAFAFC; }

.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;
          -webkit-transition: all 0.3s linear;
          -moz-transition: all 0.3s linear;
          -ms-transition: all 0.3s linear;
          -o-transition: all 0.3s linear;
          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 {
          -webkit-box-shadow: 2px 2px 8px rgba(41, 44, 50, 0.32);
          -moz-box-shadow: 2px 2px 8px rgba(41, 44, 50, 0.32);
          box-shadow: 2px 2px 8px rgba(41, 44, 50, 0.32);
          opacity: 1; }
  .product-details-style-6 .product-details-content .sub-title {
    font-size: 24px;
    line-height: 30px;
    color: rgba(41, 44, 50, 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: #292C32; }
    @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: #292C32; }
    @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: -webkit-flex;
    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;
      -webkit-flex: 1;
      -moz-flex: 1;
      -ms-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;
        -webkit-box-shadow: 0px 2px 4px rgba(41, 44, 50, 0.08);
        -moz-box-shadow: 0px 2px 4px rgba(41, 44, 50, 0.08);
        box-shadow: 0px 2px 4px rgba(41, 44, 50, 0.08);
        border: 1px solid #fff;
        cursor: pointer;
        -webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        -ms-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        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: #292C32;
        margin-top: 11px; }
      .product-details-style-6 .product-details-content .product-items .items-wrapper .single-item.active .items-image img {
        -webkit-box-shadow: 2px 2px 8px rgba(41, 44, 50, 0.32);
        -moz-box-shadow: 2px 2px 8px rgba(41, 44, 50, 0.32);
        box-shadow: 2px 2px 8px rgba(41, 44, 50, 0.32);
        border-color: #00afef; }
  .product-details-style-6 .product-details-content .product-select-wrapper {
    display: -webkit-flex;
    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: #292C32; }
      @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;
          -webkit-transition: all 0.3s linear;
          -moz-transition: all 0.3s linear;
          -ms-transition: all 0.3s linear;
          -o-transition: all 0.3s linear;
          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: #00afef;
            -webkit-box-shadow: 2px 2px 8px rgba(41, 44, 50, 0.32);
            -moz-box-shadow: 2px 2px 8px rgba(41, 44, 50, 0.32);
            box-shadow: 2px 2px 8px rgba(41, 44, 50, 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: #00afef; }
          .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;
          -webkit-transition: all 0.4s linear;
          -moz-transition: all 0.4s linear;
          -ms-transition: all 0.4s linear;
          -o-transition: all 0.4s linear;
          transition: all 0.4s linear;
          color: #6F7278;
          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: #00afef; }
        .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: #292C32; }
          @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: #00afef; }
          .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: #292C32;
      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: #292C32;
      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: #6F7278;
      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
==================================================================*/
/*==================================================================
                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: #292c32; }
    @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: #292C32;
    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: #292c32;
    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(41, 44, 50, 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: #292C32; }
  @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(41, 44, 50, 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: #292C32; }
  @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: #292C32;
  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(0, 175, 239, 0.3);
        color: #00afef;
        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: #00afef;
          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%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      left: 30px;
      font-size: 32px;
      color: rgba(255, 255, 255, 0.36);
      -webkit-transition: all 0.3s linear;
      -moz-transition: all 0.3s linear;
      -ms-transition: all 0.3s linear;
      -o-transition: all 0.3s linear;
      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;
        -webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        -ms-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        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: #FAFAFC; }
  .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: #292C32; }
    @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: #292C32;
    margin-top: 16px; }
  .content-card-style-4 .single-content .content-content .more {
    color: #00afef;
    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: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    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: -webkit-flex;
      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: #FFD584; }
      .content-card-style-5 .content-card-content-wrapper .single-content-card .content-card-content {
        padding-left: 30px;
        -webkit-flex: 1;
        -moz-flex: 1;
        -ms-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: #292C32; }
          @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: #292C32;
          margin-top: 16px; }

/*===== All Content Card Style 6 =====*/
.content-card-style-6 {
  background: linear-gradient(180deg, #FAFAFC 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(41, 44, 50, 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: #292C32;
    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: #292C32;
      -webkit-transition: all 0.3s linear;
      -moz-transition: all 0.3s linear;
      -ms-transition: all 0.3s linear;
      -o-transition: all 0.3s linear;
      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: #00afef; }
    .content-card-style-6 .single-content-card .content-card-content p {
      font-weight: 300;
      font-size: 16px;
      line-height: 22px;
      color: #292C32;
      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(41, 44, 50, 0.38);
      width: 8px;
      height: 8px;
      border-radius: 50%;
      font-size: 0;
      border: 0;
      -webkit-transition: all 0.3s linear;
      -moz-transition: all 0.3s linear;
      -ms-transition: all 0.3s linear;
      -o-transition: all 0.3s linear;
      transition: all 0.3s linear;
      margin: 0 10px; }
      .content-card-7-wrapper .tns-nav button.tns-nav-active {
        background-color: #00afef;
        -webkit-transform: scale(2);
        -moz-transform: scale(2);
        -ms-transform: scale(2);
        -o-transform: scale(2);
        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;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    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: #292C32; }
      @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: #00afef;
      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%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-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(41, 44, 50, 0.38);
      width: 8px;
      height: 8px;
      border-radius: 50%;
      font-size: 0;
      border: 0;
      -webkit-transition: all 0.3s linear;
      -moz-transition: all 0.3s linear;
      -ms-transition: all 0.3s linear;
      -o-transition: all 0.3s linear;
      transition: all 0.3s linear; }
    .content-card-style-7.content-active .slick-dots li.slick-active button {
      background-color: #00afef;
      -webkit-transform: scale(2);
      -moz-transform: scale(2);
      -ms-transform: scale(2);
      -o-transform: scale(2);
      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(41, 44, 50, 0.6);
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    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(41, 44, 50, 0.6);
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -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(41, 44, 50, 0.6);
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    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(41, 44, 50, 0.6);
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    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(41, 44, 50, 0.6);
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    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: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  -moz-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 .tns-nav {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-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(41, 44, 50, 0.38);
        width: 8px;
        height: 8px;
        border-radius: 50%;
        font-size: 0;
        border: 0;
        -webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        -ms-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        transition: all 0.3s linear;
        margin: 10px 0px; }
        .header-style-1 .header-big .tns-nav button.tns-nav-active {
          background-color: #00afef;
          -webkit-transform: scale(2);
          -moz-transform: scale(2);
          -ms-transform: scale(2);
          -o-transform: scale(2);
          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: #292C32; }
          @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: #00afef;
          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%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      z-index: 9; }
      .header-style-1 .header-big .header-items-active .slick-dots li button {
        background: rgba(41, 44, 50, 0.38);
        width: 8px;
        height: 8px;
        border-radius: 50%;
        font-size: 0;
        border: 0;
        -webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        -ms-transition: all 0.3s linear;
        -o-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: #00afef;
        -webkit-transform: scale(2);
        -moz-transform: scale(2);
        -ms-transform: scale(2);
        -o-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: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        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(41, 44, 50, 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(41, 44, 50, 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. Footer css
==================================================================*/
/*===== All Footer Style 2 =====*/
.footer-style-2 {
  background-color: #FAFAFC; }
  .footer-style-2 .footer-top {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    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: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex; } }
    .footer-style-2 .footer-top .footer-top-right {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      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: -webkit-flex;
          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: #292C32;
        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: #292C32; }
  .footer-style-2 .footer-link-widget {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    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: #292C32;
            -webkit-transition: all 0.3s linear;
            -moz-transition: all 0.3s linear;
            -ms-transition: all 0.3s linear;
            -o-transition: all 0.3s linear;
            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: #00afef; }
  .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: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    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: #292C32;
        -webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        -ms-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        transition: all 0.3s linear; }
        .footer-style-2 .footer-bottom .footer-copyright p a {
          color: #292C32;
          -webkit-transition: all 0.3s linear;
          -moz-transition: all 0.3s linear;
          -ms-transition: all 0.3s linear;
          -o-transition: all 0.3s linear;
          transition: all 0.3s linear; }
          .footer-style-2 .footer-bottom .footer-copyright p a:hover {
            color: #00afef; }
    .footer-style-2 .footer-bottom .footer-follow {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      padding-top: 32px; }
      .footer-style-2 .footer-bottom .footer-follow .title {
        font-size: 16px;
        line-height: 22px;
        color: #292C32;
        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: #00afef; }
          @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: #494A4D; }
  .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: #FFD584; }
  .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: #FFD584; }
  .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: #FFD584; }
  .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; }

/*==================================================================
                25. Call to action css
==================================================================*/
/*==================================================================
                26. Features css
==================================================================*/
/*==================================================================
                27. Testimonial css
==================================================================*/
/*==================================================================
                27. Testimonial css
==================================================================*/
/*==================================================================
                28. Changes
==================================================================*/
:root {
  --theme-primary: #00afef;
  --theme-dark-light: #7D7D7D;
  --theme-back: #000000; }

html, body {
  font-size: 16px; }

/**
 * base
 */
.main-btn {
  border-radius: 10px; }

a {
  color: #00afef;
  cursor: pointer; }

.primary-1 {
  color: #00afef; }

.single-form {
  margin-top: 1.5rem; }
  .single-form label {
    margin-left: 1rem;
    font-size: 1rem;
    font-weight: 400; }

.gx-6 {
  --bs-gutter-x: 6rem; }

.btn:focus {
  box-shadow: none; }

.img-rounded-35 {
  border-radius: 35px; }

.form-control,
.form-select,
.form-default .form-input input {
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 10px;
  line-height: 2rem;
  box-shadow: 4px 10px 10px rgba(41, 44, 50, 0.03); }
  .form-control:focus,
  .form-select:focus,
  .form-default .form-input input:focus {
    border-color: #00afef;
    box-shadow: none; }

.regular-price {
  color: #494A4D; }

.primary-btn-inverse {
  color: #00afef;
  border: 1px solid #00afef; }
  .primary-btn-inverse:hover {
    color: #00afef; }
    .primary-btn-inverse:hover::before {
      -webkit-transform: translate3d(-50%, -50%, 0) scale(1.5);
      -moz-transform: translate3d(-50%, -50%, 0) scale(1.5);
      -ms-transform: translate3d(-50%, -50%, 0) scale(1.5);
      -o-transform: translate3d(-50%, -50%, 0) scale(1.5);
      transform: translate3d(-50%, -50%, 0) scale(1.5); }

.primary-background-container {
  background-color: #FAFAFC; }
  .primary-background-container h1, .primary-background-container h2, .primary-background-container h3, .primary-background-container h4, .primary-background-container h5, .primary-background-container h6 {
    color: #00afef; }
  .primary-background-container .main-btn {
    text-transform: none; }

.border-columns > div > div {
  border: 1px solid #E7E9EE;
  box-shadow: 4px 10px 10px rgba(41, 44, 50, 0.03);
  border-radius: 18px;
  padding: 1rem;
  height: 100%; }

.plain-cards .card {
  border-radius: 18px; }
.plain-cards .card-header, .plain-cards .card-footer {
  background-color: #fff; }
.plain-cards .card-header {
  border-bottom: 0; }
.plain-cards .card-footer {
  border-top: 0; }

.line-height-18 {
  line-height: 1.124; }

.line-height-5 {
  line-height: 1.75rem; }

h3.narrow {
  font-size: 18px;
  line-height: 26px; }

p {
  line-height: 1.75rem; }

/**
 * Menu
 */
.menu-style-1 .menu-top-area .menu-top-link li .navbar-cart a {
  padding: 0;
  margin-left: 16px; }
.menu-style-1 .menu-top-area .menu-top-link li a {
  text-transform: none; }
.menu-style-1 .main-menu-wrapper nav > ul li > a {
  color: #292C32;
  text-transform: none; }
.menu-style-1 .main-menu-wrapper nav > ul li:hover > a {
  background-color: #fff;
  color: #292C32;
  box-shadow: none;
  text-decoration: underline; }

.search-style-5 .search-input input {
  border-color: #292C32;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px; }
.search-style-5 .search-btn button {
  color: #292C32;
  background-color: #fff;
  border: 1px solid #292C32;
  border-left: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.navbar-cart .icon-btn .icon-text {
  width: 30px; }

.icon-text.text-style-1 {
  background: #00afef; }

/**
 * Login & Register
 */
.login-registration-style-1 {
  box-shadow: 4px 10px 10px rgba(41, 44, 50, 0.03);
  border-radius: 14px;
  border: 1px solid #E7E9EE; }

.register-tos a {
  font-size: 1rem;
  line-height: 1.25rem;
  color: #6F7278; }

/**
 * Checkout
 */
.checkout-style-1 {
  box-shadow: 4px 10px 10px rgba(41, 44, 50, 0.03);
  border: 1px solid #E7E9EE;
  border-radius: 14px; }
  .checkout-style-1 .checkout-coupon-total.checkout-coupon-total-2 .checkout-total .single-total.grand-total {
    padding: 1rem .5rem;
    border-top: 1px solid #E7E9EE; }
    .checkout-style-1 .checkout-coupon-total.checkout-coupon-total-2 .checkout-total .single-total.grand-total .value {
      font-size: 1.125rem;
      font-weight: 500; }
  .checkout-style-1 .checkout-table .product-cart .product-content h4,
  .checkout-style-1 .checkout-table .product-cart .product-content span {
    font-size: 1.125rem;
    line-height: 1.375rem;
    margin: 0; }
  .checkout-style-1 .checkout-table .table {
    border-top: none; }
    .checkout-style-1 .checkout-table .table thead tr th {
      font-size: 18px;
      font-weight: 500;
      line-height: 22px;
      color: #292C32; }
      .checkout-style-1 .checkout-table .table thead tr th.price {
        min-width: 125px;
        width: 125px; }

.checkout-style-1,
.checkout-payment-style-1,
.checkout-steps-form-style-1 {
  box-shadow: 4px 10px 10px rgba(41, 44, 50, 0.03);
  border-radius: 14px;
  border: 1px solid #E7E9EE; }
  .checkout-style-1 h3,
  .checkout-payment-style-1 h3,
  .checkout-steps-form-style-1 h3 {
    padding: 0 1rem; }

/**
 * Footer
 */
.footer-style-2 .footer-top .footer-top-right {
  flex-direction: column; }
.footer-style-2 .footer-link-widget .footer-link:not(:first-child) {
  padding-left: 4rem; }
.footer-style-2 .footer-link-widget .footer-link .link li a {
  font-size: 1rem;
  line-height: 1.25rem;
  color: #6F7278;
  font-weight: 400; }
.footer-style-2 .footer-widget-wrapper .footer-title {
  text-transform: none;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 2.25rem; }

.subscribe-form {
  color: #6F7278; }
  .subscribe-form .single-form .form-input textarea, .subscribe-form .single-form .form-input input {
    border: 1px solid #6F7278;
    border-right: 0;
    color: #6F7278; }
  .subscribe-form .mdi.mdi-account {
    color: #6F7278; }
  .subscribe-form .main-btn.secondary-1-btn {
    border: 1px solid #FFD584;
    border-left: 0;
    border-radius: 4px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }

/**
 * Category
 */
.product-style-19 {
  height: 100%; }

/**
 * Product
 */
.product-shipping,
.product-service {
  background-color: #FAFAFC;
  border-radius: 50px; }
  .product-shipping .btn-product-shipping,
  .product-shipping .btn-service-selection,
  .product-service .btn-product-shipping,
  .product-service .btn-service-selection {
    color: #6F7278;
    border-color: #E7E9EE;
    border-radius: 20px;
    font-weight: 500; }
    .product-shipping .btn-product-shipping span,
    .product-shipping .btn-service-selection span,
    .product-service .btn-product-shipping span,
    .product-service .btn-service-selection span {
      font-size: 14px; }
    .product-shipping .btn-product-shipping:hover,
    .product-shipping .btn-service-selection:hover,
    .product-service .btn-product-shipping:hover,
    .product-service .btn-service-selection:hover {
      border-color: #00afef; }
    .product-shipping .btn-product-shipping.active,
    .product-shipping .btn-service-selection.active,
    .product-service .btn-product-shipping.active,
    .product-service .btn-service-selection.active {
      color: #00afef;
      border-color: #00afef; }

.content-card-style-5 {
  background-color: #fff; }

.product-description-wrapper .content-card-style-5 {
  background-color: #00afef; }
  .product-description-wrapper .content-card-style-5 h2,
  .product-description-wrapper .content-card-style-5 p,
  .product-description-wrapper .content-card-style-5 div {
    color: #fff; }

.product-details-wrapper {
  background-color: #fff; }

.product-details-style-2 .product-details-content .sub-title {
  font-size: 1rem;
  color: #6F7278; }

.product-price > p {
  font-size: 1.375rem; }

.paragraph-large p {
  font-size: 18px;
  line-height: 26px;
  margin-top: 24px; }

.price-table .table-price {
  text-align: right; }

.product-price-btn {
  text-align: right; }

  /*.btn-service-selection {
    color: var(--theme-dark-light);
    border-color: var(--theme-dark-light);
  }


  .btn-service-selection.active {

    color: var(--theme-primary);
    border-color: var(--theme-primary);
  }*/
/** loader **/
.section-loader {
  display: none;
  background-color: white;
  width: 100%;
  height: 100px;
  position: absolute;
  z-index: 100;
  align-items: center;
  justify-content: center;
  margin-top: -10px; }

.single-checkbox {
  flex-direction: column;
  align-items: flex-start; }

.modal {
  backdrop-filter: blur(1.25rem); }
  .modal .modal-content {
    box-shadow: 50px 38px 102px rgba(120, 118, 148, 0.14);
    border-radius: 10px; }

.checkout-style-1 .checkout-table .table {
  border-top: 1px solid #F2F2F2; }

.checkout-steps-form-style-1 .title::before {
  content: unset; }

.card-selectable {
  cursor: pointer; }

.card-selected {
  border-color: var(--theme-primary); }

.checkout-steps-form-style-1 .title {
  color: var(--theme-back);
  cursor: unset; }

.select-style-2 label {
  margin-left: 0; }

.select-style-2 .select-items select {
  padding-left: 15px; }

.pagination-custom .pagination-control {
  cursor: pointer; }

.footer-bottom {
  border-top: 1px solid #CACCD1; }

.menu-style-1 .main-menu-wrapper nav > ul li a {
  font-size: 14px; }

@media only screen and (min-width: 992px) and (max-width: 1399px) {
  .menu-style-1 .main-menu-wrapper nav > ul li a {
    padding: 0 5px;
    font-size: 12px; } }

/*# sourceMappingURL=style.css.map */
