﻿@charset "UTF-8";
/*----------------------------------------------------
@File: Default Styles
@Template Name: Trendy - Shop eCommerce HTML5 Template
@Author: Rocky Ahmed
@Developed By: Rocky Ahmed
@更多精品Bootstrap模板请访问：http://www.bootstrapmb.com

@Default Styles

Table of Content:
01/ Variables
02/ predefin
03/ header
04/ button
05/ banner
06/ breadcrumb
07/ about
08/ team
09/ project 
10/ price 
11/ team 
12/ blog 
13/ video  
14/ features  
15/ career  
16/ contact 
17/ footer

=====================================================================*/
/*----------------------------------------------------*/
/*font Variables*/
/*Color Variables*/
/*=================== fonts ====================*/
@import url("https://fonts.googleapis.com/css?family=Lato:300,400,700,900|Montserrat:300,400,400i,500,600,700|Poppins:300,400,500,600,700");
/*---------------------------------------------------- */
/*----------------------------------------------------*/
.list {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

a {
  text-decoration: none;
}

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

.row.m0 {
  margin: 0px;
}

body {
  line-height: 28px;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  font-weight: normal;
  color: #797979;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
}

i:before {
  margin-left: 0px !important;
}

button:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.m0 {
  margin: 0px;
}

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

.p_100 {
    padding-top: 88px;
    padding-bottom: 40px;
}

.pad_top {
  padding-top: 100px;
}

.pad_btm {
  padding-bottom: 100px;
}

.mt_30 {
  margin-top: 30px;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}

/* Main Title Area css
============================================================================================ */
.main_title {
  margin-bottom: 18px;
      border-bottom: 1px solid #ededed;
}

.main_title h2 {
  color: #222;
  font-size: 32px;
  margin-bottom: 18px;
  font-weight: bold;
  letter-spacing: 0px;
  position: relative;
  display: inline-block;
  text-transform: capitalize;
}

.main_title p {
  margin-bottom: 0px;
}

.single_title {
  margin-bottom: 55px;
  border-bottom: 1px solid #ededed;
}

.single_title h2 {
    color: #222;
    font-size: 32px;
    margin-bottom: 0px;
    font-weight: bold;
    letter-spacing: 0px;
    position: relative;
    display: inline-block;
    text-transform: capitalize;
}

.main_title2 {
  margin-bottom: 50px;
}

.main_title2 h2 {
  color: #222;
  font-size: 35px;
  color: #222;
  font-weight: 500;
  margin-bottom: 18px;
}

.main_title2 p {
  margin-bottom: 0px;
}

/* End Main Title Area css
============================================================================================ */
@-webkit-keyframes doublePulse {
  0% {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

@keyframes doublePulse {
  0% {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

@-webkit-keyframes runpulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0;
  }
}

@keyframes runpulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0;
  }
}

/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Main Menu Area css
============================================================================================ */
.header_area .navbar {
  padding: 0px;
  background-color: transparent !important;
}

.header_area .navbar .navbar-nav li.submenu > a:after {
  content: "\33";
  font-family: 'ElegantIcons';
  border: none;
  position: absolute;
  font-weight: 500;
}

.header_area .navbar .navbar-nav li.submenu .dropdown-menu {
  border: none;
  padding: 0px;
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin: 0px;
  background: transparent;
}

@media (min-width: 992px) {
  .header_area .navbar .navbar-nav li.submenu .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0px;
    min-width: 240px;
    text-align: left;
    opacity: 0;
    -webkit-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
    visibility: hidden;
    display: block;
    border: none;
    padding: 0px;
    border-radius: 0px;
    -webkit-box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.08);
  }
}

.header_area .navbar .navbar-nav li.submenu .dropdown-menu li {
  margin-right: 0px;
  display: block;
  background: #fff;
  -webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

@media (min-width: 992px) {
  .header_area .navbar .navbar-nav li.submenu .dropdown-menu li {
    margin-top: 10px;
  }
}

.header_area .navbar .navbar-nav li.submenu .dropdown-menu li a {
  display: block;
  line-height: 42px;
  color: #222;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  padding: 0px 30px;
  text-transform: inherit;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  text-shadow: none;
  border-bottom: 1px solid #dcdcdc;
}

.header_area .navbar .navbar-nav li.submenu .dropdown-menu li:hover a {
  color: #fff;
  background: #f82e56;
}

.header_area .navbar .navbar-nav li.submenu .dropdown-menu li:last-child a {
  border-bottom: 0px;
}

@media (min-width: 992px) {
  .header_area .navbar .navbar-nav li.submenu .dropdown-menu .submenu .dropdown-menu {
    visibility: hidden;
    opacity: 0;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    left: auto;
    right: 97%;
    top: 0px;
    -webkit-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
    -webkit-box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.08);
  }
}

.header_area .navbar .navbar-nav li.submenu .dropdown-menu .submenu .dropdown-menu li a {
  background: #fff;
  color: #222;
}

.header_area .navbar .navbar-nav li.submenu .dropdown-menu .submenu .dropdown-menu li:hover a {
  background: #f82e56;
  color: #fff;
}

@media (min-width: 992px) {
  .header_area .navbar .navbar-nav li.submenu .dropdown-menu .submenu:hover.submenu .dropdown-menu {
    visibility: visible;
    right: 100%;
    opacity: 1;
  }
}

@media (min-width: 992px) {
  .header_area .navbar .navbar-nav li:hover.submenu .dropdown-menu {
    opacity: 1;
    visibility: visible;
  }
  .header_area .navbar .navbar-nav li:hover.submenu .dropdown-menu li {
    margin-top: 0px;
  }
}

.header_area.fixed_menu {
  position: absolute;
  top: 0px;
  width: 100%;
  left: 0px;
  top: 0px;
  z-index: 35;
  background: #fff;
}

.header_area.fixed_menu + section, .header_area.fixed_menu + div, .header_area.fixed_menu + footer {
  margin-top: 136px;
}

.header_area.fixed_menu.navbar_fixed .main_menu_two {
  position: fixed;
  width: 100%;
  top: -70px;
  left: 0;
  right: 0;
  background: #fff;
  -webkit-transform: translateY(70px);
  -ms-transform: translateY(70px);
  transform: translateY(70px);
  -webkit-transition: background 500ms ease, -webkit-transform 500ms ease;
  transition: background 500ms ease, -webkit-transform 500ms ease;
  -o-transition: transform 500ms ease, background 500ms ease;
  transition: transform 500ms ease, background 500ms ease;
  transition: transform 500ms ease, background 500ms ease, -webkit-transform 500ms ease;
  -webkit-transition: transform 500ms ease, background 500ms ease;
  -webkit-box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.14);
  box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.14);
  z-index: 40;
}

.header_area.fixed_menu.navbar_fixed .main_menu_two .navbar.navbar-expand-lg {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.header_area.fixed_menu.navbar_fixed .main_menu_two .navbar.navbar-expand-lg .navbar-nav > li > a {
  line-height: 70px;
}

.header_area.fixed_menu.navbar_fixed .main_menu_three {
  position: fixed;
  width: 100%;
  top: -70px;
  left: 0;
  right: 0;
  background: #fff;
  -webkit-transform: translateY(70px);
  -ms-transform: translateY(70px);
  transform: translateY(70px);
  -webkit-transition: background 500ms ease, -webkit-transform 500ms ease;
  transition: background 500ms ease, -webkit-transform 500ms ease;
  -o-transition: transform 500ms ease, background 500ms ease;
  transition: transform 500ms ease, background 500ms ease;
  transition: transform 500ms ease, background 500ms ease, -webkit-transform 500ms ease;
  -webkit-transition: transform 500ms ease, background 500ms ease;
  -webkit-box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.14);
  box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.14);
  z-index: 40;
}

.header_area.fixed_menu.navbar_fixed .main_menu_three .navbar.navbar-expand-lg {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.header_area.fixed_menu.navbar_fixed .main_menu_three .navbar.navbar-expand-lg .navbar-nav > li > a {
  line-height: 70px;
}

.header_area.fixed_menu.menu_two + section, .header_area.fixed_menu.menu_two + div, .header_area.fixed_menu.menu_two + footer {
  margin-top: 125px;
}

.header_area.fixed_menu.menu_three + section, .header_area.fixed_menu.menu_three + div, .header_area.fixed_menu.menu_three + footer {
  margin-top: 91px;
}

.header_area.navbar_fixed .main_menu {
  position: fixed;
  width: 100%;
  top: -70px;
  left: 0;
  right: 0;
  background: #fff;
  -webkit-transform: translateY(70px);
  -ms-transform: translateY(70px);
  transform: translateY(70px);
  -webkit-transition: background 500ms ease, -webkit-transform 500ms ease;
  transition: background 500ms ease, -webkit-transform 500ms ease;
  -o-transition: transform 500ms ease, background 500ms ease;
  transition: transform 500ms ease, background 500ms ease;
  transition: transform 500ms ease, background 500ms ease, -webkit-transform 500ms ease;
  -webkit-transition: transform 500ms ease, background 500ms ease;
  -webkit-box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.14);
  box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.14);
  z-index: 40;
}

.header_area.navbar_fixed .main_menu .navbar.navbar-expand-lg {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.header_area.navbar_fixed .main_menu .navbar.navbar-expand-lg .navbar-nav > li > a {
  line-height: 70px;
}

.header_area.cavus_menu.navbar_fixed {
  position: fixed;
  width: 100%;
  top: -70px;
  left: 0;
  right: 0;
  background: #fff;
  -webkit-transform: translateY(70px);
  -ms-transform: translateY(70px);
  transform: translateY(70px);
  -webkit-transition: background 500ms ease, -webkit-transform 500ms ease;
  transition: background 500ms ease, -webkit-transform 500ms ease;
  -o-transition: transform 500ms ease, background 500ms ease;
  transition: transform 500ms ease, background 500ms ease;
  transition: transform 500ms ease, background 500ms ease, -webkit-transform 500ms ease;
  -webkit-transition: transform 500ms ease, background 500ms ease;
  -webkit-box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.14);
  box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.14);
  z-index: 40;
}

.header_area.cavus_menu.navbar_fixed .canvus_menu_inner .left a {
  line-height: 80px;
}

.header_area.cavus_menu.navbar_fixed .canvus_menu_inner .right .list li {
  line-height: 80px;
}

.top_menu {
  background: #1d1d1d;
}

.top_menu .left_text a {
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  line-height: 45px;
  margin-bottom: 0px;
  display: inline-block;
}

.top_menu .right_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.top_menu .right_text .nice-select {
  display: inline-block;
  padding-top: 0px;
  padding-bottom: 0px;
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent;
  border: none;
  height: 45px;
  line-height: 45px;
  color: #fff;
  width: auto;
  padding-right: 28px;
}

.top_menu .right_text .nice-select:after {
  content: "\f107";
  border: none;
  font: normal normal normal 14px/1 FontAwesome;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  margin-top: -8px;
}

.top_menu .right_text .nice-select .list {
  border-radius: 0px;
  margin: 0px;
  z-index: 99;
}

.top_menu .right_text .nice-select .list li {
  color: #222;
  font-weight: normal;
}

.logo_part {
  padding: 20px 0px;
}

.logo_part .logo_part_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.logo_part .left_search {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 50%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.logo_part .left_search .input-group {
  display: block;
  max-width: 400px;
}

.logo_part .left_search .input-group .form-control {
  border: none;
  background: #f5f5f5;
  display: block;
  width: 400px;
  height: 54px;
  border-radius: 27px;
  padding: 0px 35px;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 14px;
  color: #727272;
  font-family: "Poppins", sans-serif;
}

.logo_part .left_search .input-group .form-control.placeholder {
  font-size: 14px;
  color: #727272;
  font-family: "Poppins", sans-serif;
}

.logo_part .left_search .input-group .form-control:-moz-placeholder {
  font-size: 14px;
  color: #727272;
  font-family: "Poppins", sans-serif;
}

.logo_part .left_search .input-group .form-control::-moz-placeholder {
  font-size: 14px;
  color: #727272;
  font-family: "Poppins", sans-serif;
}

.logo_part .left_search .input-group .form-control::-webkit-input-placeholder {
  font-size: 14px;
  color: #727272;
  font-family: "Poppins", sans-serif;
}

.logo_part .left_search .input-group .input-group-append {
  position: absolute;
  right: 6px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 5;
}

.logo_part .left_search .input-group .input-group-append .btn {
  -webkit-transform: rotate(271deg);
  -ms-transform: rotate(271deg);
  transform: rotate(271deg);
  padding: 0px;
  width: 42px;
  height: 42px;
  background: #469bff;
  border-radius: 50%;
  padding: 0px;
  text-align: center;
  color: #fff;
  -webkit-box-shadow: 0px 2px 10px 0px rgba(70, 155, 255, 0.75);
  box-shadow: 0px 2px 10px 0px rgba(70, 155, 255, 0.75);
}

.logo_part .left_search .input-group .input-group-append .btn i {
  color: #fff;
  position: relative;
  bottom: -2px;
}

.logo_part .center_logo {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  float: none;
  margin-top: 14px;
}

.logo_part .right_cart {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 50%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.logo_part .right_cart .list li a {
  font-size: 14px;
  color: #222;
  text-transform: uppercase;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  position: relative;
  line-height: 54px;
}

.logo_part .right_cart .list li a:after {
  content: '1';
  height: 20px;
  width: 20px;
  background: #f82e56;
  -webkit-box-shadow: 0px 2px 10px 0px rgba(70, 155, 255, 0.75);
  box-shadow: 0px 2px 10px 0px rgba(70, 155, 255, 0.75);
  border-radius: 50%;
  color: #fff;
  text-align: center;
  display: inline-block;
  position: absolute;
  left: 19px;
  top: -15px;
  font-size: 12px;
  line-height: 20px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}

.logo_part .right_cart .list li a i {
  margin-right: 23px;
  font-size: 30px;
  color: #222;
  font-weight: 600;
  position: relative;
  top: 7px;
}

.main_menu {
  position: absolute;
  width: 100%;
  z-index: 35;
}

.main_menu .navbar {
  padding: 0px;
  background-color: #fff !important;
  -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.13);
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.13);
}

@media (min-width: 992px) {
  .main_menu .navbar .navbar-brand {
    display: none;
  }
}

.main_menu .navbar .navbar-nav {
  width: 100%;
}

.main_menu .navbar .navbar-nav > li {
  width: calc(100% / 9);
}

.main_menu .navbar .navbar-nav > li a {
  font-size: 14px;
  color: #222;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1.4px;
  line-height: 60px;
  display: inline-block;
}

.main_menu .navbar .navbar-nav > li:hover a, .main_menu .navbar .navbar-nav > li.active a {
  color: #f82e56;
}

.main_menu_two .navbar .navbar-nav {
  width: 100%;
}

.main_menu_two .navbar .navbar-nav li:not(:last-child) {
  margin-right: 30px;
}

.main_menu_two .navbar .navbar-nav li a {
  font-size: 14px;
  color: #222;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: .7px;
  line-height: 125px;
  font-family: "Lato", sans-serif;
  display: inline-block;
}

.main_menu_two .navbar .navbar-nav li:hover a, .main_menu_two .navbar .navbar-nav li.active a {
  color: #f82e56;
}

.main_menu_two .navbar .navbar-nav.navbar-right {
  width: 270px;
}

.main_menu_two .navbar .navbar-nav.navbar-right li:not(:last-child) {
  margin-right: 10px;
}

.main_menu_two .navbar .navbar-nav.navbar-right li a {
  font-size: 13px;
  font-family: "Lato", sans-serif;
  letter-spacing: .325px;
}

.main_menu_two .navbar .navbar-nav.navbar-right li:first-child {
  margin-right: 15px;
}

.main_menu_two .navbar .navbar-nav.navbar-right li:first-child a {
  position: relative;
  font-size: 20px;
}

.main_menu_two .navbar .navbar-nav.navbar-right li:first-child a:before {
  content: "";
  height: 14px;
  width: 1px;
  position: absolute;
  right: -7px;
  top: 49.5%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #222;
}

.main_menu_two .navbar .navbar-nav.navbar-right li:last-child {
  margin-left: 4px;
}

.main_menu_two .navbar .navbar-nav.navbar-right li:last-child a {
  position: relative;
  font-size: 25px;
}

.main_menu_two .navbar .navbar-nav.navbar-right li:last-child a:before {
  content: "";
}

.main_menu_three .navbar .navbar-nav li {
  margin-right: 30px;
}

.main_menu_three .navbar .navbar-nav li a {
  font-size: 16px;
  color: #222;
  font-weight: normal;
  text-transform: capitalize;
  letter-spacing: .7px;
  line-height: 90px;
  font-family: "Poppins", sans-serif;
  display: inline-block;
  -webkit-transition: color 0.3s linear;
  -o-transition: color 0.3s linear;
  transition: color 0.3s linear;
}

.main_menu_three .navbar .navbar-nav li:hover a, .main_menu_three .navbar .navbar-nav li.active a {
  color: #f82e56;
}

.main_menu_three .navbar .navbar-nav.navbar-right li:not(:last-child) {
  margin-right: 15px;
}

.main_menu_three .navbar .navbar-nav.navbar-right li a {
  font-size: 13px;
  font-family: "Lato", sans-serif;
  letter-spacing: .325px;
  text-transform: uppercase;
}

.main_menu_three .navbar .navbar-nav.navbar-right li:first-child {
  margin-right: 18px;
}

.main_menu_three .navbar .navbar-nav.navbar-right li:first-child a {
  position: relative;
  font-size: 20px;
}

.main_menu_three .navbar .navbar-nav.navbar-right li:first-child a:before {
  content: "";
  height: 14px;
  width: 1px;
  position: absolute;
  right: -7px;
  top: 49.5%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #222;
}

.main_menu_three .navbar .navbar-nav.navbar-right li:last-child {
  margin-right: 0px;
}

.main_menu_three .navbar .navbar-nav.navbar-right li:last-child a {
  position: relative;
  font-size: 20px;
}

.main_menu_three .navbar .navbar-nav.navbar-right li:last-child a:before {
  content: "";
}

.cavus_menu {
  position: absolute;
  top: 0px;
  width: 100%;
  border-left-width: 0px;
  z-index: 30;
}

.cavus_menu .canvus_menu_inner .left a {
  line-height: 120px;
}

.cavus_menu .canvus_menu_inner .right .list li {
  display: inline-block;
  line-height: 120px;
  margin-left: 20px;
}

.cavus_menu .canvus_menu_inner .right .list li a {
  font-size: 18px;
  color: #222;
}

.cavus_menu .canvus_menu_inner .right .list li.cart a i {
  position: relative;
}

.cavus_menu .canvus_menu_inner .right .list li.cart a i:after {
  content: "2";
  height: 20px;
  width: 20px;
  border-radius: 50%;
  text-align: center;
  line-height: 20px;
  background: #eff67b;
  font-size: 10px;
  font-family: "Montserrat", sans-serif;
  display: inline-block;
  position: absolute;
  top: -8px;
  right: -12px;
  font-weight: bold;
  font-style: normal;
}

.cavus_menu .canvus_menu_inner .right .list li.canvus_btn {
  cursor: pointer;
}

.cavus_menu .canvus_menu_inner .right .list li.canvus_btn span {
  width: 32px;
  background: #222;
  height: 3px;
  display: block;
  margin-top: 5px;
  -webkit-transition: all 600ms linear 0s;
  -o-transition: all 600ms linear 0s;
  transition: all 600ms linear 0s;
}

.cavus_menu .canvus_menu_inner .right .list li.canvus_btn:hover span:nth-child(2) {
  width: 20px;
}

/* End Main Menu Area css
============================================================================================ */
.offcanvus_menu {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  max-width: 545px;
  z-index: 9999;
  background-color: #fff;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: all .6s ease;
  -o-transition: all .6s ease;
  transition: all .6s ease;
}

.offcanvus_menu .close_menu {
  float: right;
  height: 30px;
  width: 30px;
  color: #fff;
  margin-right: 30px;
  margin-top: 30px;
  background: #222;
  text-align: center;
  line-height: 28px;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
  -webkit-transition: all 600ms linear 0s;
  -o-transition: all 600ms linear 0s;
  transition: all 600ms linear 0s;
}

.offcanvus_menu .close_menu:hover {
  background: #eff67b;
  color: #222;
}

.offcanvus_menu .off_menu {
  position: absolute;
  left: 0px;
  top: 15vh;
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 40vh;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  font-weight: 600;
  width: 100%;
  display: block;
  letter-spacing: -.025rem;
  list-style: none;
  margin: 0;
  -webkit-transform: translateY(3rem);
  -ms-transform: translateY(3rem);
  transform: translateY(3rem);
  -webkit-transition: opacity .5s .6s ease,-webkit-transform .5s .6s ease;
  transition: opacity .5s .6s ease,-webkit-transform .5s .6s ease;
  -o-transition: transform .5s .6s ease,opacity .5s .6s ease;
  transition: transform .5s .6s ease,opacity .5s .6s ease;
  transition: transform .5s .6s ease,opacity .5s .6s ease,-webkit-transform .5s .6s ease;
  list-style: none;
  opacity: 0;
  padding-left: 18%;
  padding-right: 100px;
  margin-top: 5vh;
}

.offcanvus_menu .off_menu li {
  margin-top: 2.7vh;
}

.offcanvus_menu .off_menu li a {
  font-size: 2.5vh;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  color: #797979;
  letter-spacing: .36px;
  display: block;
  position: relative;
  -webkit-transition: all 600ms linear 0s;
  -o-transition: all 600ms linear 0s;
  transition: all 600ms linear 0s;
}

.offcanvus_menu .off_menu li a i {
  font-size: 2vh;
  color: #000;
  float: right;
  font-weight: normal;
  position: absolute;
  right: 0px;
  top: 4.5px;
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}

.offcanvus_menu .off_menu li a.open i {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.offcanvus_menu .off_menu li ul {
  display: none;
}

.offcanvus_menu .off_menu li ul li {
  margin-top: 1vh;
}

.offcanvus_menu .off_menu li ul li a {
  font-size: 1.5vh;
  color: #797979;
  -webkit-transition: all 600ms linear 0s;
  -o-transition: all 600ms linear 0s;
  transition: all 600ms linear 0s;
}

.offcanvus_menu .off_menu li ul li:first-child {
  margin-top: 15px;
}

.offcanvus_menu .off_menu li ul li:hover a {
  color: #222;
}

.offcanvus_menu .off_menu li:first-child {
  margin-top: 0vh;
}

.offcanvus_menu .off_menu li.open a i {
  -webkit-transform: rotate(178deg);
  -ms-transform: rotate(178deg);
  transform: rotate(178deg);
}

.offcanvus_menu .off_menu li:hover > a, .offcanvus_menu .off_menu li.active > a {
  color: #222;
}

.offcanvus_menu .off_menu li:hover > a i, .offcanvus_menu .off_menu li.active > a i {
  color: #222;
}

.offcanvus_menu .menu-footer {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 10%;
  text-align: center;
}

.offcanvus_menu .menu-footer .social-list {
  -webkit-transition: all .5s .7s ease;
  -o-transition: all .5s .7s ease;
  transition: all .5s .7s ease;
  opacity: 0;
  -webkit-transform: translateY(3rem);
  -ms-transform: translateY(3rem);
  transform: translateY(3rem);
}

.offcanvus_menu .menu-footer .social-list a {
  font-size: 22px;
  color: #797979;
  margin-right: 25px;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.offcanvus_menu .menu-footer .social-list a:last-child {
  margin-right: 0px;
}

.offcanvus_menu .menu-footer .social-list a:hover {
  color: #222;
}

.offcanvus_menu .copy {
  margin-top: 40px;
  color: #222;
  line-height: 1.71rem;
  -webkit-transform: translateY(2rem);
  -ms-transform: translateY(2rem);
  transform: translateY(2rem);
  -webkit-transition: all .5s .9s ease;
  -o-transition: all .5s .9s ease;
  transition: all .5s .9s ease;
  opacity: 0;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
}

.click-capture {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  z-index: 25;
}

.menu-is-opened .offcanvus_menu {
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
  -webkit-box-shadow: 0 0 65px rgba(0, 0, 0, 0.07);
  box-shadow: 0 0 65px rgba(0, 0, 0, 0.07);
}

.menu-is-opened .offcanvus_menu .off_menu {
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
  opacity: 1;
}

.menu-is-opened .offcanvus_menu .menu-footer .social-list {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.menu-is-opened .offcanvus_menu .menu-footer .copy {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.menu-is-opened .click-capture {
  visibility: visible;
}

.menu-is-opened .menu-lang {
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
  opacity: 1;
}

.menu-is-opened .close-menu {
  opacity: 1;
}

/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Main Button css
============================================================================================ */
.main_btn {
  background: #f82e56;
  display: inline-block;
  padding: 0px 31px;
  color: #fff;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  line-height: 40px;
  position: relative;
  border: 1px solid transparent;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 0px;
  overflow: hidden;
  border-color: 1px solid #f82e56;
}

.main_btn:hover {
  background: transparent;
  color: #222;
  border-color: #222;
}

.main_btn.blue {
  line-height: 40px;
  background: #f82e56;
}

.main_btn.blue:hover {
  background: transparent;
  color: #f82e56;
  border-color: #f82e56;
}

.main_btn.gray {
  line-height: 40px;
  background: #f7f7f7;
  color: #797979;
}

.main_btn.gray:hover {
  background: transparent;
  color: #222;
}

.main_btn2 {
  display: inline-block;
  padding: 0px 21px;
  color: #f82e56;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  line-height: 40px;
  font-weight: 400;
  position: relative;
  border: 2px solid #f82e56;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 0px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  overflow: hidden;
  z-index: 2;
}

.main_btn2 span {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  background-color: #f82e56;
  -webkit-transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
  -o-transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
  transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
}

.main_btn2:hover {
  color: #fff;
}

.main_btn2:hover span {
  width: 225%;
  height: 562.5px;
}

.submit_btn {
  background: #f82e56;
  display: inline-block;
  padding: 0px 31px;
  color: #fff;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  line-height: 44px;
  position: relative;
  border: 1px solid transparent;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 0px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  outline: none;
  text-transform: uppercase;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: auto;
  height: auto;
}

.submit_btn:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

.submit_btn:hover {
  background: transparent;
  color: #222;
  border-color: #222;
}

.submit_btn.blue {
  background: #f82e56;
}

.submit_btn.blue:hover {
  color: #f82e56;
  background: transparent;
  border-color: #f82e56;
}

.submit_btn.yellow {
  background: #ffd646;
}

.submit_btn.yellow:hover {
  color: #222;
  background: transparent;
}

/* End Main Button css
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Breadcrumb Area css
============================================================================================ */
.breadcrumb_area {
  background: url(../img/banner/banner-bg.jpg) no-repeat scroll center center;
  background-size: cover;
  padding-top: 160px;
  padding-bottom: 160px;
  position: relative;
  z-index: 2;
}

.breadcrumb_area .breadcrumb_text {
  text-align: center;
}

.breadcrumb_area .breadcrumb_text h3 {
  color: #fff;
  font-size: 30px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}

.breadcrumb_area .breadcrumb_text .list {
  text-align: center;
  padding-bottom: 0px;
}

.breadcrumb_area .breadcrumb_text .list li {
  display: inline-block;
}

.breadcrumb_area .breadcrumb_text .list li:not(:last-child) {
  margin-right: 15px;
}

.breadcrumb_area .breadcrumb_text .list li:last-child a:before {
  display: none;
}

.breadcrumb_area .breadcrumb_text .list li a {
  color: #fff;
  position: relative;
}

.breadcrumb_area .breadcrumb_text .list li a:before {
  content: "\f0da";
  font: normal normal normal 14px/1 FontAwesome;
  position: absolute;
  right: -12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* End Breadcrumb Area css
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Home Slider Area css
============================================================================================ */
.home_slider_area {
  position: relative;
}

.home_slider_area .home_text {
  position: absolute;
  left: 0px;
  top: 50%;
  width: 100%;
  z-index: 30;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.home_slider_area .home_text h6 {
  color: #222;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 16px;
  position: relative;
  padding-left: 18px;
  letter-spacing: 3.2px;
  margin-bottom: 30px;
  display: inline-block;
  -webkit-transition: all 600ms linear 0s;
  -o-transition: all 600ms linear 0s;
  transition: all 600ms linear 0s;
  z-index: 2;
  padding-right: 16px;
}

.home_slider_area .home_text h6:before {
  content: "";
  left: 2px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 25px;
  width: 5px;
  background: #222;
  position: absolute;
  -webkit-transition: all 600ms linear 0s;
  -o-transition: all 600ms linear 0s;
  transition: all 600ms linear 0s;
  z-index: -1;
}

.home_slider_area .home_text h6:hover {
  color: #fff;
}

.home_slider_area .home_text h6:hover:before {
  width: 100%;
}

.home_slider_area .home_text h4 {
  color: #222;
  text-transform: uppercase;
  font-size: 45px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  letter-spacing: 9px;
  margin-right: -35px;
  margin-bottom: 18px;
}

.home_slider_area .home_text p {
  font-size: 15px;
  color: #222;
  line-height: 26px;
  letter-spacing: .02px;
  padding-right: 15px;
  margin-bottom: 42px;
}

.home_slider_area .container {
  position: relative;
}

.home_slider_area .container .link_text {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
}

.home_slider_area .container .link_text .list {
  position: absolute;
  right: 55px;
  bottom: 20px;
  left: auto;
  z-index: 35;
}

.home_slider_area .container .link_text .list li {
  display: inline-block;
}

.home_slider_area .container .link_text .list li:not(:last-child) {
  margin-right: 15px;
}

.home_slider_area .container .link_text .list li a {
  font-family: "Lato", sans-serif;
  font-weight: bold;
  font-size: 13px;
  color: #fff;
}

.home_slider_area .container .phone_text {
  position: absolute;
  left: -30px;
  top: 46%;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  display: block;
  font-size: 18px;
  color: #fff;
  font-family: "Lato", sans-serif;
  font-weight: bold;
  z-index: 35;
}

.home_slider_area .container .phone_text i {
  height: 34px;
  width: 34px;
  border-radius: 50%;
  background: #fff;
  display: inline-block;
  text-align: center;
  line-height: 34px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  font-size: 18px;
  color: #797979;
  position: relative;
  left: -10px;
}

.home_slider_area .slider_text_box .first_text {
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 2px;
  font-weight: 600;
  font-family: "Lato", sans-serif;
}

.home_slider_area .slider_text_box .secand_text {
  color: #fff;
  font-family: "Lato", sans-serif;
  font-weight: 900;
}

.home_slider_area .slider_text_box .price_text {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}

.home_slider_area .slider_text_box .main_btn {
  text-transform: uppercase;
  line-height: 48px;
  padding: 0px;
  font-family: "Lato", sans-serif;
  font-weight: bold;
  font-size: 18px;
  padding: 0px 23px;
  -webkit-transition: all 300ms linear !important;
  -o-transition: all 300ms linear !important;
  transition: all 300ms linear !important;
}

/* End Home Slider Area css
============================================================================================ */
/* Summer Slider Area css
============================================================================================ */
.summer_sale_area {
  padding-top: 40px;
}

.summer_sale_area .main_title2 {
  margin-bottom: 65px;
}

.summer_sale_area .main_title2 h2 {
  font-size: 40px;
  font-weight: 900;
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
}

.summer_sale_area .summer_slider .flipster__nav {
  margin-top: 50px;
}

.summer_sale_area .summer_slider .flipster__nav li a {
  text-indent: -1000px;
  height: 14px;
  width: 14px;
  border-radius: 50%;
  background: #f3f1f1;
  padding: 0px;
}

.summer_sale_area .summer_slider .flipster__nav li a:after {
  display: none;
}

.summer_sale_area .summer_slider .flipster__nav li.flipster__nav__item--current a {
  background: #f82e56;
}

.summer_sale_area .view_all_btn {
  text-align: center;
}

.summer_sale_area .view_all_btn .main_btn {
  text-transform: uppercase;
  line-height: 50px;
  padding: 0px 39px;
  font-size: 15px;
}

.flipster--flat .flipster__item--past, .flipster--flat .flipster__item--future {
  opacity: .9;
}

/* End Summer Slider Area css
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Service Area css
============================================================================================ */
.home_service_area .h_service_inner {
  border-bottom: 1px solid #ededed;
}

.home_service_area .h_service_inner .col-md-4:last-child .service_item:before {
  display: none;
}

.service_item {
  position: relative;
  padding-bottom: 30px;
  padding-top: 40px;
}

.service_item:before {
  content: '';
  height: 90px;
  width: 1px;
  background: #ededed;
  position: absolute;
  right: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.service_item h4 {
  color: #222;
  font-size: 22px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  margin-bottom: 15px;
  letter-spacing: 0px;
}

.service_item h4 i {
  padding-right: 10px;
}

.service_item p {
  padding-right: 35px;
  margin-bottom: 0px;
}

/* End Service Area css
============================================================================================ */
/* Offer Area css
============================================================================================ */
.offer_area {
  background: #f9f4ee;
  padding-top: 40px;
}

.offer_area .offer_inner .chair_img {
  margin-bottom: -36px;
  position: relative;
}

.offer_area .offer_inner .chair_img .list {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
}

.offer_area .offer_inner .chair_img .list > li {
  left: 55%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(10%);
  top: 20px;
  display: inline-block;
  width: 30px;
  height: 30px;
}

.offer_area .offer_inner .chair_img .list > li a {
  position: absolute;
  height: 30px;
  width: 30px;
  text-align: center;
  color: #fff;
  background: #f82e56;
  border-radius: 50%;
  line-height: 33px;
  font-size: 19px;
}

.offer_area .offer_inner .chair_img .list > li a:before {
  content: '';
  width: 42px;
  height: 42px;
  position: absolute;
  top: -6px;
  left: -6px;
  border: 6px solid;
  border-radius: 100%;
  -webkit-animation: doublePulse 1.5s ease infinite;
  animation: doublePulse 1.5s ease infinite;
  z-index: 0;
  border-color: #f82e56;
}

.offer_area .offer_inner .chair_img .list > li.dropdown .dropdown-menu {
  display: inline-block;
  left: 60px;
  padding: 10px 18px 10px 18px;
  border: none;
  background: #f82e56;
  color: #fff;
  margin-top: 0px;
  top: -5px;
  opacity: 0;
  -webkit-transition: all 600ms linear 0s;
  -o-transition: all 600ms linear 0s;
  transition: all 600ms linear 0s;
  visibility: hidden;
}

.offer_area .offer_inner .chair_img .list > li.dropdown .dropdown-menu:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 12px 3px 0;
  border-color: transparent #f82e56 transparent transparent;
  position: absolute;
  left: -12px;
  top: 10px;
}

.offer_area .offer_inner .chair_img .list > li.dropdown .dropdown-menu li {
  width: 100%;
}

.offer_area .offer_inner .chair_img .list > li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
}

.offer_area .offer_inner .chair_img .list > li:nth-child(2) {
  left: 60px;
  top: 45px;
}

.offer_area .offer_inner .chair_img .list > li:nth-child(3) {
  left: 70%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-108%);
  top: 250px;
}

.offer_text {
  padding-left: 185px;
}

.offer_text h6 {
  color: #222;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  letter-spacing: .45px;
  font-size: 18px;
  margin-bottom: 15px;
}

.offer_text h4 {
  font-size: 34px;
  color: #222;
  font-family: "Poppins", sans-serif;
  letter-spacing: 3px;
  margin-bottom: 15px;
}

.offer_text h4 span {
  color: #ffb708;
}

.offer_text p {
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 30px;
  color: #222;
}

/* End Offer Area css
============================================================================================ */
/* Promotion Area css
============================================================================================ */
.promotion_area .promotion_inner {
  margin-bottom: -30px;
}

.promotion_item {
  overflow: hidden;
  position: relative;
  margin-bottom: 30px;
}

.promotion_item img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  width: 100%;
}

.promotion_item .promotion_text {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  padding: 12px;
}

.promotion_item .promotion_text .promotion_text_inner {
  background: rgba(0, 0, 0, 0.5);
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  border: 1px solid rgba(225, 225, 225, 0.8);
  -webkit-transition: all 600ms linear 0s;
  -o-transition: all 600ms linear 0s;
  transition: all 600ms linear 0s;
}

.promotion_item .promotion_text .promotion_text_inner h5 {
  margin-bottom: 0px;
  vertical-align: middle;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  text-align: center;
  width: 100%;
  color: #fff;
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  letter-spacing: .45px;
}

.promotion_item:hover img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.promotion_item:hover .promotion_text .promotion_text_inner {
  background: rgba(70, 155, 255, 0.5);
}

/* End Promotion Area css
============================================================================================ */
/* Add Area css
============================================================================================ */
.add_area .add_inner {
  color: #fff;
  padding-top: 65px;
  padding-bottom: 65px;
  background: url(../img/add-img.jpg) no-repeat scroll center center;
  background-size: cover;
}

.add_area .add_inner h3 {
  display: inline-block;
  font-size: 24px;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  padding-right: 10px;
}

.add_area .add_inner h2 {
  display: inline-block;
  font-size: 64px;
  margin-bottom: 0px;
}

.add_area .add_inner p {
  display: inline-block;
  margin-bottom: 0px;
  display: inline-block;
  font-size: 24px;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
}

.add_area .add_inner .main_btn.blue {
  float: right;
  margin-right: 40px;
  margin-top: -45px;
  line-height: 38px;
  text-transform: uppercase;
}

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

/* End Add Area css
============================================================================================ */
/* End Add Area css
============================================================================================ */
.deal_area h3 {
  font-size: 26px;
  color: #222;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  margin-bottom: 35px;
}

.deal_area .deal_left {
  position: relative;
  display: inline-block;
}

.deal_area .deal_left .deal_text {
  position: absolute;
  right: -60px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
}

.deal_area .deal_left .deal_text p {
  font-size: 14px;
  text-transform: uppercase;
  color: #222;
  font-family: "Montserrat", sans-serif;
  letter-spacing: .35px;
  margin-bottom: 10px;
}

.deal_area .deal_left .deal_text h6 {
  font-size: 18px;
  font-family: "Lato", sans-serif;
  font-weight: bold;
  color: #222;
  margin-bottom: 18px;
}

.deal_area .deal_right {
  position: relative;
}

.deal_area .deal_right .deal_text {
  position: absolute;
  left: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
  color: #fff;
}

.deal_area .deal_right .deal_text h5 {
  margin-bottom: 0px;
  font-size: 35px;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: .875px;
}

.deal_area .deal_right .deal_text h5 span {
  font-size: 50px;
}

/* End Add Area css
============================================================================================ */
/* End Add Area css
============================================================================================ */
.highlight_area.bg_tp .highlight_inner {
  background: transparent;
}

.highlight_area .highlight_inner {
  padding-left: 50px;
  padding-right: 50px;
  background: #fdfdfd;
}

.highlight_area .highlight_inner .media {
  padding: 50px 0px;
}

.highlight_area .highlight_inner .media .d-flex i {
  font-size: 80px;
}

.highlight_area .highlight_inner .media .d-flex i:before {
  font-size: 80px;
  line-height: 80px;
  color: #797979;
}

.highlight_area .highlight_inner .media .media-body {
  padding-left: 20px;
}

.highlight_area .highlight_inner .media .media-body h4 {
  text-transform: uppercase;
  font-size: 20px;
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  color: #222;
}

.highlight_area .highlight_inner .media .media-body p {
  margin-bottom: 0px;
}

/* End Add Area css
============================================================================================ */
/* Sale Discount Area css
============================================================================================ */
.sale_discount_area {
  background: url(../img/event-sale-discount.jpg) no-repeat fixed center center;
  background-size: cover;
  position: relative;
  z-index: 2;
}

.sale_discount_area:before {
  content: "";
  background: rgba(0, 0, 0, 0.39);
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: -1;
  width: 100%;
  height: 100%;
}

.sale_discount_area .sale_discount_inner h4 {
  color: #fff;
  font-size: 30px;
  font-family: "Lato", sans-serif;
  font-weight: 900;
  margin-bottom: 18px;
}

.sale_discount_area .sale_discount_inner p {
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  letter-spacing: .40px;
  margin-bottom: 40px;
}

.sale_discount_area .sale_discount_inner .main_btn2 {
  border: 1px solid #fff;
  color: #fff;
  margin-right: 34px;
  text-transform: uppercase;
  font-family: "Lato", sans-serif;
  font-weight: bold;
  font-size: 15px;
  padding: 0px 28px;
}

.sale_discount_area .sale_discount_inner .main_btn2:hover {
  border-color: #222;
}

.sale_discount_area .sale_discount_inner .main_btn {
  text-transform: uppercase;
  font-family: "Lato", sans-serif;
  font-weight: bold;
  font-size: 15px;
  padding: 0px 42px;
}

/* End Sale Discount Area css
============================================================================================ */
/* Error Area css
============================================================================================ */
.error {
  overflow: hidden;
}

.error_area {
  padding-top: 150px;
  height: 100%;
}

.error_area .error_text {
  margin-right: -60px;
}

.error_area .error_text h2 {
  font-size: 120px;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  color: #797979;
  margin-bottom: 20px;
  margin-top: 100px;
}

.error_area .error_text h3 {
  font-size: 30px;
  font-weight: 600;
  color: #222;
  margin-bottom: 10px;
}

.error_area .error_text h4 {
  font-size: 18px;
  font-weight: 500;
  color: #797979;
  margin-bottom: 45px;
}

.error_area .error_text .input-group {
  max-width: 500px;
}

.error_area .error_text .input-group input {
  height: 60px;
  border: none;
  border-radius: 0px;
  background: #efefef;
  padding: 0px 20px;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  color: #b5b5b5;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.error_area .error_text .input-group input.placeholder {
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  color: #b5b5b5;
}

.error_area .error_text .input-group input:-moz-placeholder {
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  color: #b5b5b5;
}

.error_area .error_text .input-group input::-moz-placeholder {
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  color: #b5b5b5;
}

.error_area .error_text .input-group input::-webkit-input-placeholder {
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  color: #b5b5b5;
}

.error_area .error_text .input-group .input-group-append {
  margin-left: 10px;
}

.error_area .error_text .input-group .input-group-append button {
  background: #f82e56;
  color: #fff;
  border: none;
  border-radius: 3px;
  font-size: 30px;
  padding: 0px 35px;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

.error_area .error_text .input-group .input-group-append button:focus {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

.error_area .error_text p {
  margin-bottom: 15px;
  margin-top: 50px;
}

.error_area .error_text .list li {
  margin-right: 15px;
}

.error_area .error_text .list li a {
  font-size: 15px;
  color: #222;
  font-family: "Montserrat", sans-serif;
}

.error_area .error_text .list li:last-child {
  margin-right: 0px;
}

/* End Error Area css
============================================================================================ */
/* Coming Soon Area css
============================================================================================ */
.coming_soon_area {
  background: url(../img/coming-soon-bg.jpg) no-repeat scroll center center;
  background-size: cover;
  height: 100%;
  position: absolute;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.coming_soon_area:before {
  content: "";
  background: rgba(56, 56, 56, 0.46);
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
}

.coming_soon_area .coming_text {
  display: table;
  max-width: 570px;
  margin: auto;
  height: 100%;
}

.coming_soon_area .coming_text .coming_text_inner {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  vertical-align: middle;
  height: 100%;
  display: table-cell;
  text-align: center;
  position: relative;
  z-index: 3;
}

.coming_soon_area .coming_text .coming_text_inner h2 {
  color: #fff;
  font-size: 50px;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  margin-bottom: 45px;
  margin-top: -70px;
}

.coming_soon_area .coming_text .coming_text_inner p {
  color: #fff;
  max-width: 460px;
  margin: 0px auto 65px;
}

.coming_soon_area .coming_text .coming_text_inner .progress {
  height: 10px;
  border-radius: 5px;
  margin-bottom: 80px;
  overflow: visible;
  background: #fff;
}

.coming_soon_area .coming_text .coming_text_inner .progress .progress-bar {
  border-radius: 5px;
  position: relative;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f82e56), to(#f82e56));
  background-image: -webkit-linear-gradient(top, #f82e56 0, #f82e56 100%);
  background-image: -o-linear-gradient(top, #f82e56 0, #f82e56 100%);
  background-image: linear-gradient(to bottom, #f82e56 0, #f82e56 100%);
  width: 0%;
}

.coming_soon_area .coming_text .coming_text_inner .progress .progress-bar .progress_parcent {
  position: absolute;
  right: -10px;
  top: -27px;
  font-size: 15px;
  font-family: "Montserrat", sans-serif;
}

.coming_soon_area .coming_text .coming_text_inner .input-group {
  max-width: 375px;
  margin: auto;
}

.coming_soon_area .coming_text .coming_text_inner .input-group input {
  height: 60px;
  border: none;
  padding: 0px 25px;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 14px;
  color: #b5b5b5;
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
}

.coming_soon_area .coming_text .coming_text_inner .input-group input.placeholder {
  font-size: 14px;
  color: #b5b5b5;
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
}

.coming_soon_area .coming_text .coming_text_inner .input-group input:-moz-placeholder {
  font-size: 14px;
  color: #b5b5b5;
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
}

.coming_soon_area .coming_text .coming_text_inner .input-group input::-moz-placeholder {
  font-size: 14px;
  color: #b5b5b5;
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
}

.coming_soon_area .coming_text .coming_text_inner .input-group input::-webkit-input-placeholder {
  font-size: 14px;
  color: #b5b5b5;
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
}

.coming_soon_area .coming_text .coming_text_inner .input-group .input-group-append {
  margin-left: 0px;
}

.coming_soon_area .coming_text .coming_text_inner .input-group .input-group-append button {
  border: none;
  background: #f82e56;
  color: #fff;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  padding: 0px 20px;
  font-size: 15px;
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.coming_soon_area .coming_text .coming_text_inner .coming_footer {
  padding-left: 40px;
  padding-right: 40px;
  position: absolute;
  bottom: 100px;
  left: 0px;
  width: 100%;
}

.coming_soon_area .coming_text .coming_text_inner .coming_footer .left a {
  font-size: 14px;
  color: #fff;
  margin-right: 15px;
}

.coming_soon_area .coming_text .coming_text_inner .coming_footer .left a:last-child {
  margin-right: 0px;
}

.coming_soon_area .coming_text .coming_text_inner .coming_footer .right span {
  color: #fff;
}

.coming_soon_area .coming_text .coming_text_inner .coming_footer .right .list {
  display: inline-block;
}

.coming_soon_area .coming_text .coming_text_inner .coming_footer .right .list li {
  display: inline-block;
  margin-left: 6px;
}

.coming_soon_area .coming_text .coming_text_inner .coming_footer .right .list li a {
  color: #fff;
  -webkit-transition: all 600ms linear 0s;
  -o-transition: all 600ms linear 0s;
  transition: all 600ms linear 0s;
}

.coming_soon_area .coming_text .coming_text_inner .coming_footer .right .list li a:hover {
  color: #f82e56;
}

/* End Coming Soon Area css
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* New Product Area css
============================================================================================ */
.new_product_slider {
  position: relative;
}

.new_product_slider .owl-prev {
  left: 0px;
}

.new_product_slider .owl-next {
  right: 0px;
}

.new_product_slider .owl-prev, .new_product_slider .owl-next {
  position: absolute;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 40%;
  z-index: 4;
  background: #222;
  color: #fff;
  padding: 0px;
  height: 30px;
  width: 30px;
  border: none;
  font-size: 16px;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
  -webkit-transition: all 600ms linear 0s;
  -o-transition: all 600ms linear 0s;
  transition: all 600ms linear 0s;
}

.new_product_slider .owl-prev i, .new_product_slider .owl-next i {
  line-height: 30px;
}

.new_product_slider .owl-prev:hover, .new_product_slider .owl-next:hover {
  background: #f82e56;
}

.n_product_item .product_img {
  position: relative;
  overflow: hidden;
}

.n_product_item .product_img img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.n_product_item .product_img .list {
  position: absolute;
  text-align: center;
  bottom: -150px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #fff;
  -webkit-box-shadow: 0px 20px 60px 0px rgba(0, 11, 40, 0.06);
  box-shadow: 0px 20px 60px 0px rgba(0, 11, 40, 0.06);
  display: inline-block;
  width: 150px;
  -webkit-transition: all 600ms linear 0s;
  -o-transition: all 600ms linear 0s;
  transition: all 600ms linear 0s;
  overflow: hidden;
}

.n_product_item .product_img .list li {
  display: inline-block;
}

.n_product_item .product_img .list li a {
  color: #222;
  font-size: 20px;
  display: inline-block;
  line-height: 40px;
  padding: 0px 11px;
  position: relative;
}

.n_product_item .product_img .list li a:before {
  content: "";
  height: 25px;
  width: 1px;
  background: #ededed;
  position: absolute;
  right: 0px;
  top: 120%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 1s linear;
  -o-transition: all 1s linear;
  transition: all 1s linear;
}

.n_product_item .product_img .list li a:hover {
  color: #222;
}

.n_product_item .product_img .list li:last-child a:before {
  display: none;
}

.n_product_item:hover .product_img img {
  -webkit-transform: scale(1.06);
  -ms-transform: scale(1.06);
  transform: scale(1.06);
}

.n_product_item:hover .product_img .list {
  bottom: 10px;
}

.n_product_item:hover .product_img .list li a:before {
  top: 50%;
  height: 25px;
}

.n_product_item .product_text {
  padding-top: 28px;
}

.n_product_item .product_text h4 {
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #222;
  margin-bottom: 13px;
  text-align: center;
}

.n_product_item .product_text .list li {
  display: inline-block;
}

.n_product_item .product_text .list li a {
  color: #ffb708;
}

.n_product_item .product_text h5 {
  color: #222;
  font-size: 18px;
  font-family: "Lato", sans-serif;
  font-weight: bold;
  margin-bottom: 0;
}

.n_product_item .product_text h5 span {
  color: #797979;
  font-size: 14px;
}
.product_item .product_text h4 {
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #222;
  margin-bottom: 13px;
  text-align: center;
}

.product_item .product_text .list li {
  display: inline-block;
}

.product_item .product_text .list li a {
  color: #ffb708;
}
.product_item .product_text h5 {
  color: #222;
  font-size: 18px;
  font-family: "Lato", sans-serif;
  font-weight: bold;
  margin-bottom: 0;
}

.product_item .product_text h5 span {
  color: #797979;
  font-size: 14px;
}
.prokd {
	position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}	
.sale {
  position: absolute;
  left: 15px;
  top: 15px;
  background: #ffb708;
  color: #222;
  font-size: 13px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  line-height: 25px;
  padding: 0px 14px;
}

.discount {
  position: absolute;
  right: 15px;
  top: 15px;
  background: #222;
  color: #fff;
  font-size: 13px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  line-height: 25px;
  padding: 0px 14px;
}

.new {
  position: absolute;
  right: 15px;
  top: 15px;
  background: #f82e56;
  color: #fff;
  font-size: 13px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  line-height: 25px;
  padding: 0px 14px;
}

.hot {
  position: absolute;
  right: 15px;
  top: 15px;
  background: #F93C41;
  color: #fff;
  font-size: 13px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  line-height: 25px;
  padding: 0px 14px;
}

/* End New Product Area css
============================================================================================ */
/* End New Product Area css
============================================================================================ */
.big_product_inner {
  margin-top: 90px;
  margin-top: 32px;
}

.big_product_inner .col-lg-6 {
  margin-bottom: 30px;
}

.big_product_item.big {
  position: relative;
}

.p_text {
  position: absolute;
  left: 35px;
  top: 75px;
}

.p_text h6 {
  font-size: 16px;
  color: #222;
  font-weight: 300;
  letter-spacing: 1.6px;
  font-family: "Poppins", sans-serif;
  margin-bottom: 10px;
}

.p_text h4 {
  color: #222;
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 15px;
}

.p_text p {
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  margin-bottom: 30px;
  color: #f8eaea;
}

.p_text p a {
  color: #f82e56;
}

.p_text .main_btn2 {
  border-color: #222;
  color: #222;
}

.p_text .main_btn2 span {
  background: #222;
}

.p_text .main_btn2:hover {
  color: #fff;
}

.big_product_item.small .p_text {
    position: absolute;
    left: 40px;
    bottom: 217px;
    top: auto;
}

.big_product_item.small .p_text p {
  margin-bottom: 0px;
}

.big_product_item.small2 .p_text {
  position: absolute;
  left: 40px;
  top: 35px;
}

.big_product_item.small2 .p_text h4 {
  font-size: 18px;
}

.big_product_item.small2 .p_text p {
  margin-bottom: 18px;
}

.big_product_item.small2 .p_text .view {
  color: #797979;
  text-decoration: underline;
}

.big_product_item.small2 .p_text .view:hover {
  color: #f82e56;
}

/* End New Product Area css
============================================================================================ */
/* End New Product Area css
============================================================================================ */
.product_area .single_title {
  margin-bottom: 25px;
}

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

.load_more_area {
  text-align: center;
  margin-top: 85px;
}

.load_more_area .main_btn2 {
  border: 1px solid #222;
  padding: 0px 45px;
  text-transform: uppercase;
  letter-spacing: .45px;
}

.product_fillter {
  text-align: center;
  margin-bottom: 40px;
}

.product_fillter .list li {
  display: inline-block;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  cursor: pointer;
}

.product_fillter .list li:not(:last-child) {
  margin-right: 20px;
}

.product_fillter .list li.active {
  color: #f82e56;
}

.product_item {
  margin-bottom: 70px;
}

.product_item .product_img {
  overflow: hidden;
  border: 1px solid #BEBEBE;
}

.product_item .product_img img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.product_item .product_text {
  text-align: center;
  margin-top: 30px;
  position: relative;
  overflow: hidden;
  min-height: 47px;
}

.product_item .product_text h4 {
  font-size: 14px;
  color: #222;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.product_item .product_text h5 {
  font-size: 18px;
  font-family: "Lato", sans-serif;
  font-weight: bold;
  color: #222;
  margin-bottom: 0px;
}

.product_item .product_text h5 del {
  color: #797979;
  font-size: 14px;
}

.product_item .product_text .text_hover {
  background: #fff;
  position: absolute;
  top: 100%;
  width: 100%;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  vertical-align: middle;
}

.product_item .product_text .main_btn {
  background: #f82e56;
  font-size: 13px;
  font-family: "Lato", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  padding: 0px 20px;
  position: relative;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.product_item .product_text .main_btn:hover {
  background: transparent;
}

.product_item .product_text .main_btn2 {
  line-height: 40px;
  border: 1px solid #797979;
  font-size: 18px;
  padding: 0px 12px;
  color: #797979;
  margin-left: 7px;
}

.product_item .product_text .main_btn2:hover {
  color: #fff;
  border-color: #f82e56;
}

.product_item .product_text .main_btn2:hover span {
  background-color: #f82e56;
}

.product_item:hover .product_img img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.product_item:hover .product_text .text_hover {
  top: 0px;
}

/* End New Product Area css
============================================================================================ */
/* End New Product Area css
============================================================================================ */
.product_grid_text {
  margin-bottom: 35px;
}

.product_grid_text .left_text {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  color: #222;
  font-size: 26px;
}

.product_grid_text .right_text {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  color: #222;
  font-size: 14px;
}

.fliter_text {
  margin-bottom: 30px;
}

.fliter_text .left .product_fillter {
  margin-bottom: 0px;
}

.fliter_text .left .product_fillter span {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  color: #797979;
  font-size: 14px;
  margin-right: 25px;
}

.fliter_text .left .product_fillter .list {
  display: inline-block;
}

.fliter_text .left .product_fillter .list li {
  text-transform: capitalize;
}

.fliter_text .right i {
  color: #222;
  font-size: 18px;
  margin-right: 20px;
  position: relative;
  top: 2.5px;
}

.fliter_text .right .view {
  float: none;
  display: inline-block;
  background: #f2f2f2;
  border: none;
  border-radius: 0px;
  height: 26px;
  line-height: 26px;
  font-size: 14px;
  font-weight: normal;
  font-family: "Montserrat", sans-serif;
  position: relative;
  padding-right: 35px;
}

.fliter_text .right .view:before {
  content: "";
  height: 26px;
  width: 1px;
  background: #fff;
  right: 25px;
  top: 0px;
  position: absolute;
}

.fliter_text .right .view:after {
  margin-top: -3px;
}

.fliter_text .right .view .list {
  border-radius: 0px;
}

.fliter_text .right .view .list li.selected {
  color: #222;
}

.pagination_area {
  text-align: center;
  overflow: hidden;
  margin-top: 85px;
}

.pagination_area nav {
  display: inline-block;
}

.pagination_area .pagination {
  text-align: center;
  margin-bottom: 0px;
}

.pagination_area .pagination li a {
  border-radius: 0px !important;
  border: none;
  font-size: 18px;
  color: #222;
  background: transparent;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.pagination_area .pagination li.current a {
  color: #f82e56;
}

/* End New Product Area css
============================================================================================ */
/* Best Selling Area css
============================================================================================ */
.best_selling_product_area .single_title h2 {
  text-transform: capitalize;
  font-size: 24px;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
}

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

/* End Best Selling Area css
============================================================================================ */
/* End  Area css
============================================================================================ */
.side_widget {
  margin-bottom: 35px;
}

.wd_title {
  margin-bottom: 23px;
}

.wd_title h3 {
  color: #222;
  font-size: 14px;
  color: #222;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  margin-bottom: 0px;
}

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

.selection_widget .list li {
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 20px;
}

.selection_widget .list li:last-child {
  margin-right: 0px;
}

.selection_widget .list li a {
  background: #f2f2f2;
  color: #222;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  line-height: 27px;
  display: inline-block;
  padding-left: 20px;
  position: relative;
}

.selection_widget .list li a:before {
  content: "";
  height: 28px;
  background: #fff;
  width: 1px;
  position: absolute;
  right: 27px;
  top: 0px;
}

.selection_widget .list li a i {
  padding-right: 8px;
  line-height: 27px;
  padding-left: 13px;
}

.selection_widget .input-group {
  display: block;
  width: 100%;
  position: relative;
  margin-top: 20px;
}

.selection_widget .input-group input {
  height: 35px;
  border: 1px solid #d2d2d2;
  border-radius: 0px;
  padding-left: 16px;
  padding-right: 32px;
  padding-top: 0px;
  padding-bottom: 0px;
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  color: #797979;
  width: 100%;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.selection_widget .input-group input.placeholder {
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  color: #797979;
}

.selection_widget .input-group input:-moz-placeholder {
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  color: #797979;
}

.selection_widget .input-group input::-moz-placeholder {
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  color: #797979;
}

.selection_widget .input-group input::-webkit-input-placeholder {
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  color: #797979;
}

.selection_widget .input-group .input-group-append {
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.selection_widget .input-group .input-group-append .btn {
  padding: 0px;
  border: none;
  color: #222;
  outline: none !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent;
}

.selection_widget .input-group .input-group-append .btn:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.selection_widget .clear {
  color: #e60000;
  margin-top: 18px;
  display: block;
}

.category_widget .list li {
  margin-bottom: 12px;
}

.category_widget .list li a {
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  color: #797979;
  display: block;
  position: relative;
}

.category_widget .list li a:before {
  content: "";
  height: 13px;
  width: 13px;
  border-radius: 50%;
  border: 1px solid #797979;
  display: inline-block;
  position: absolute;
  right: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 600ms linear 0s;
  -o-transition: all 600ms linear 0s;
  transition: all 600ms linear 0s;
}

.category_widget .list li a:after {
  content: "";
  height: 7px;
  width: 7px;
  border-radius: 50%;
  background: #f82e56;
  display: inline-block;
  position: absolute;
  right: 3px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
  -webkit-transition: all 600ms linear 0s;
  -o-transition: all 600ms linear 0s;
  transition: all 600ms linear 0s;
}

.category_widget .list li:last-child {
  margin-bottom: 0px;
}

.category_widget .list li:hover a {
  color: #f82e56;
}

.category_widget .list li:hover a:before {
  border-color: #f82e56;
}

.category_widget .list li:hover a:after {
  opacity: 1;
}

.color_widget .list li {
  display: inline-block;
  margin-right: 15px;
}

.color_widget .list li a {
  height: 20px;
  width: 20px;
  background: #797979;
  display: inline-block;
  border-radius: 50%;
}

.color_widget .list li.blue a {
  background: #006cf2;
}

.color_widget .list li.red a {
  background: #f3241a;
}

.color_widget .list li.purple a {
  background: #790d94;
}

.color_widget .list li.yellow a {
  background: #ffb400;
}

.color_widget .list li.white a {
  background: #fff;
  border: 1px solid #797979;
}

.size_widget .list li {
  display: inline-block;
}

.size_widget .list li a {
  font-size: 14px;
  color: #797979;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  height: 30px;
  width: 30px;
  background: transparent;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  -webkit-transition: all 600ms linear 0s;
  -o-transition: all 600ms linear 0s;
  transition: all 600ms linear 0s;
}

.size_widget .list li:hover a {
  background: #222;
  color: #fff;
}

.discount_widget .nice-select {
  width: 100%;
  border-radius: 0px;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  color: #797979;
}

.discount_widget .nice-select .list {
  border-radius: 0px;
  width: 100%;
}

.discount_widget .nice-select .list li.selected {
  color: #222;
}

.price_widget .cost_price_content {
  margin-top: 32px;
}

.price_widget .cost_price_content .price-range {
  border: none;
  height: 2px;
  background: #e7e7e7;
}

.price_widget .cost_price_content .price-range .noUi-connects .noUi-connect {
  background: #f82e56;
}

.price_widget .cost_price_content .price-range .noUi-origin .noUi-handle {
  border-radius: 50%;
  height: 15px;
  width: 15px;
  background: #fff;
  border-color: #f82e56;
  margin-top: -2.5px;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
}

.price_widget .cost_price_content .price-range .noUi-origin .noUi-handle:after, .price_widget .cost_price_content .price-range .noUi-origin .noUi-handle:before {
  display: none;
}

.price_widget .cost_price_content .price-range .noUi-origin .noUi-handle.noUi-handle-lower {
  margin-left: -2px;
}

.price_widget .cost_price_content .price-min {
  position: relative;
  display: inline-block;
  margin-top: 20px;
  margin-left: 50px;
  font-weight: bold;
  color: #797979;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
}

.price_widget .cost_price_content .price-max {
  margin-left: 102px;
  font-weight: bold;
  color: #797979;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
}

/* End  Area css
============================================================================================ */
/* Product Details Area css
============================================================================================ */
.product_details_area .product_price {
  margin-bottom: 50px;
}

.product_details_area .product_price h4 {
  text-transform: uppercase;
  color: #222;
  font-size: 30px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
}

.product_details_area .product_price h6 {
  font-size: 25px;
  color: #797979;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  margin-bottom: 0px;
  display: inline-block;
}

.product_details_area .product_price .list {
  display: inline-block;
  margin-left: 10px;
}

.product_details_area .product_price .list li {
  display: inline-block;
}

.product_details_area .product_price .list li a {
  color: #fbaf5d;
  font-size: 18px;
}

.product_details_area .product_price p {
  display: inline-block;
  margin-bottom: 0px;
  margin-left: 18px;
  position: relative;
}

.product_details_area .product_price p:before {
  content: "";
  height: 18px;
  width: 1px;
  background: #dadada;
  position: absolute;
  left: -10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.product_details_inner .p_details_slider {
  position: relative;
  padding-left: 125px;
  overflow: hidden;
}

.product_details_inner .p_details_slider .p_small_slider {
  position: absolute;
  left: 0px;
  top: 0px;
  max-width: 102px;
}

.product_details_inner .p_details_slider .p_small_slider .slick-list .slick-slide {
  margin-bottom: 18px;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
}

.p_details_text {
  padding-left: 50px;
}

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

.p_details_text .p_color span {
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  color: #797979;
  position: relative;
  top: -4px;
}

.p_details_text .p_color .list {
  display: inline-block;
}

.p_details_text .p_color .list li {
  display: inline-block;
  margin-left: 12px;
}

.p_details_text .p_color .list li a {
  height: 18px;
  width: 18px;
  border-radius: 50%;
  display: inline-block;
  background: #545454;
}

.p_details_text .p_color .list li.blue a {
  background: #006cf2;
}

.p_details_text .p_color .list li.red a {
  background: #f3241a;
}

.p_details_text .p_color .list li.purple a {
  background: #790d94;
}

.p_details_text .p_color .list li.yellow a {
  background: #ffb400;
}

.p_details_text .p_color .list li.white a {
  background: #fff;
  border: 1px solid #797979;
}

.p_size {
  margin-top: 22px;
  margin-bottom: 30px;
}

.p_size .list {
  display: inline-block;
  margin-left: 10px;
}

.p_size .list li {
  display: inline-block;
}

.p_size .list li a {
  display: inline-block;
  height: 30px;
  width: 30px;
  background: #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 30px;
  color: #797979;
  -webkit-transition: all 600ms linear 0s;
  -o-transition: all 600ms linear 0s;
  transition: all 600ms linear 0s;
}

.p_size .list li a:hover {
  background: #797979;
  color: #fff;
}

.product_count {
  display: inline-block;
}

.product_count input {
  width: 60px;
  text-align: center;
  height: 50px;
  border: 1px solid #797979;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 20px;
  font-family: "Lato", sans-serif;
  font-weight: normal;
  color: #797979;
}

.product_count input.placeholder {
  font-size: 20px;
  font-family: "Lato", sans-serif;
  font-weight: normal;
  color: #797979;
}

.product_count input:-moz-placeholder {
  font-size: 20px;
  font-family: "Lato", sans-serif;
  font-weight: normal;
  color: #797979;
}

.product_count input::-moz-placeholder {
  font-size: 20px;
  font-family: "Lato", sans-serif;
  font-weight: normal;
  color: #797979;
}

.product_count input::-webkit-input-placeholder {
  font-size: 20px;
  font-family: "Lato", sans-serif;
  font-weight: normal;
  color: #797979;
}

.product_count .count_btn {
  border-right: 1px solid #797979;
  border-top: 1px solid #797979;
  border-bottom: 1px solid #797979;
  display: inline-block;
  height: 50px;
  position: relative;
  left: -3px;
  vertical-align: bottom;
}

.product_count .count_btn button {
  padding: 0px;
  background: transparent;
  border: none;
  display: block;
  font-size: 22px;
  height: auto;
  line-height: 20px;
  position: relative;
  top: 3px;
  cursor: pointer;
  width: 42px;
  color: #797979;
}

.cart_btn {
  display: inline-block;
  position: relative;
  top: -3px;
}

.cart_btn .main_btn {
  text-transform: uppercase;
  padding: 0px 34px;
  line-height: 48px;
  margin-left: 12px;
  overflow: visible;
}

.sku {
  font-size: 14px;
  color: #797979;
  font-weight: normal;
  font-family: "Montserrat", sans-serif;
  margin-top: 13px;
}

.social {
  margin-top: 32px;
}

.social .list {
  display: inline-block;
}

.social .list li {
  display: inline-block;
  margin-left: 7px;
}

.social .list li a {
  height: 30px;
  width: 30px;
  background: #3a589b;
  color: #fff;
  font-size: 16px;
  display: inline-block;
  line-height: 30px;
  text-align: center;
}

.social .list li:nth-child(2) a {
  background: #598dca;
}

.social .list li:nth-child(3) a {
  background: #ff0000;
}

.social .list li:nth-child(4) a {
  background: #f6cac9;
}

.product_description {
  margin-top: 70px;
}

.product_description .nav.nav-tabs li {
  margin-bottom: 0px;
}

.product_description .nav.nav-tabs li a {
  padding: 0px 22px;
  line-height: 50px;
  border: none;
  margin-bottom: 0px;
  font-size: 14px;
  text-transform: uppercase;
  color: #797979;
  font-family: "Montserrat", sans-serif;
  position: relative;
  -webkit-transition: all 600ms linear 0s;
  -o-transition: all 600ms linear 0s;
  transition: all 600ms linear 0s;
}

.product_description .nav.nav-tabs li a:before {
  content: "";
  height: 3px;
  background: #f82e56;
  position: absolute;
  left: 0px;
  bottom: -1px;
  width: 0px;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.product_description .nav.nav-tabs li a:hover, .product_description .nav.nav-tabs li a.active {
  color: #f82e56;
}

.product_description .nav.nav-tabs li a:hover:before, .product_description .nav.nav-tabs li a.active:before {
  width: 100%;
}

.product_description .tab-content .tab-pane {
  padding: 40px 0px 40px 0px;
}

.product_description .tab-content .tab-pane p {
  margin-bottom: 0px;
}

.related_product {
  padding-top: 45px;
  border-top: 1px solid #e1e1e1;
}

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

.review_inner h3 {
  font-size: 18px;
  text-transform: uppercase;
  color: #222;
  font-weight: normal;
  margin-bottom: 35px;
  font-weight: 600;
}

.review_inner .media {
  padding-bottom: 30px;
  padding-top: 40px;
  border-bottom: 1px solid #e1e1e1;
}

.review_inner .media:nth-child(2) {
  padding-top: 0px;
}

.review_inner .media .d-flex {
  padding-right: 30px;
}

.review_inner .media .media-body h4 {
  font-size: 16px;
  color: #222;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 8px;
}

.review_inner .media .media-body h5 {
  display: inline-block;
  font-size: 12px;
  color: #797979;
  font-weight: normal;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.review_inner .media .media-body .list {
  display: inline-block;
  float: right;
}

.review_inner .media .media-body .list li {
  display: inline-block;
}

.review_inner .media .media-body .list li:not(:last-child) {
  margin-right: 2px;
}

.review_inner .media .media-body .list li a {
  font-size: 14px;
  color: #fbaf5d;
}

.review_inner .media .media-body p {
  margin-bottom: 0px;
}

/* End Product Details Area css
============================================================================================ */
/* Shoping Cart Area css
============================================================================================ */
.shoping_cart_inner .billing_form_area .single_title {
  padding-bottom: 32px;
  margin-bottom: 32px;
  border-bottom: 1px solid #ddd;
}

.shoping_cart_inner .billing_form_area .single_title h2 {
  text-transform: capitalize;
}

.shoping_cart_inner .billing_form_area .billing_form {
  margin-bottom: 60px;
}

.shoping_cart_inner .billing_form_area .billing_form:last-child {
  margin-bottom: 0px;
}

.shoping_cart_inner .billing_form_area .billing_form .form-group {
  margin-bottom: 25px;
}

.shoping_cart_inner .billing_form_area .billing_form .form-group label {
  font-size: 14px;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  margin-bottom: 12px;
  color: #222;
}

.shoping_cart_inner .billing_form_area .billing_form .form-group input {
  border-radius: 0px;
  border-color: #ddd;
  height: 50px;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 14px;
  font-weight: normal;
  color: #797979;
}

.shoping_cart_inner .billing_form_area .billing_form .form-group input.placeholder {
  font-size: 14px;
  font-weight: normal;
  color: #797979;
}

.shoping_cart_inner .billing_form_area .billing_form .form-group input:-moz-placeholder {
  font-size: 14px;
  font-weight: normal;
  color: #797979;
}

.shoping_cart_inner .billing_form_area .billing_form .form-group input::-moz-placeholder {
  font-size: 14px;
  font-weight: normal;
  color: #797979;
}

.shoping_cart_inner .billing_form_area .billing_form .form-group input::-webkit-input-placeholder {
  font-size: 14px;
  font-weight: normal;
  color: #797979;
}

.shoping_cart_inner .billing_form_area .billing_form .form-group .continue {
  text-transform: uppercase;
  color: #f82e56;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
}

.shoping_cart_inner .billing_form_area .billing_form .form-group .creat_account label {
  text-transform: inherit;
}

.shoping_cart_inner .billing_form_area .billing_form .form-group .submit_btn {
  margin-top: 25px;
  padding: 0px 63px;
  line-height: 58px;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
}

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

.order_box_price .single_title h2 {
  text-transform: inherit;
}

.order_box_price .payment_list {
  background: #f8f8f8;
  padding: 30px 30px 40px 30px;
}

.order_box_price .payment_list .price_single_cost h4 {
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  color: #797979;
  border-bottom: 1px solid #d4d4d4;
  padding: 12px 0px;
  margin-bottom: 0px;
}

.order_box_price .payment_list .price_single_cost h4 span {
  float: right;
}

.order_box_price .payment_list .price_single_cost h3 {
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  color: #222;
  text-transform: uppercase;
  margin-bottom: 40px;
  margin-top: 14px;
}

.order_box_price .payment_list .price_single_cost h3 span {
  float: right;
}

.order_box_price .payment_list .accordion_area .card {
  border-radius: 0px;
  border: none;
  margin-bottom: 35px;
}

.order_box_price .payment_list .accordion_area .card .card-header {
  padding: 0px;
  border: none;
}

.order_box_price .payment_list .accordion_area .card .card-header button {
  padding: 0px;
  text-decoration: none;
  padding-left: 26px;
  font-size: 14px;
  font-weight: normal;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  position: relative;
  font-weight: 600;
  display: block;
  color: #f82e56;
}

.order_box_price .payment_list .accordion_area .card .card-header button:before {
  content: "";
  height: 12px;
  width: 12px;
  border: 1px solid #f82e56;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  left: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.order_box_price .payment_list .accordion_area .card .card-header button:after {
  content: "";
  height: 6px;
  width: 6px;
  background: #f82e56;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  left: 3px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.order_box_price .payment_list .accordion_area .card .card-header button.collapsed {
  color: #222;
}

.order_box_price .payment_list .accordion_area .card .card-header button.collapsed:before {
  border-color: #222;
}

.order_box_price .payment_list .accordion_area .card .card-header button.collapsed:after {
  opacity: 0;
}

.order_box_price .payment_list .accordion_area .card .card-header button img {
  position: relative;
  top: -6px;
  padding-left: 20px;
}

.order_box_price .payment_list .accordion_area .card .card-body {
  border: none;
  background: #f8f8f8;
  padding-left: 28px;
  padding-top: 10px;
  padding-bottom: 0px;
  font-size: 14px;
  line-height: 26px;
}

.order_box_price .payment_list .submit_btn {
  display: block;
  width: 100%;
  padding: 0px;
}

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

.select_card .single_title h2 {
  text-transform: inherit;
  font-size: 26px;
}

.select_product_inner .table-responsive .table {
  margin-bottom: 0px;
}

.select_product_inner .table-responsive .table tbody tr td {
  padding-left: 0px;
  border-top: 1px solid #eeeeee;
  vertical-align: middle;
  padding-bottom: 35px;
  padding-top: 35px;
  padding-right: 0px;
}

.select_product_inner .table-responsive .table tbody tr:first-child td {
  border: none;
  padding-top: 0px;
}

.select_product_inner .table-responsive .table tbody tr:last-child td {
  padding-bottom: 0px;
}

.select_product_inner .table-responsive .table tbody tr .head {
  font-size: 15px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  color: #222;
}

.select_product_inner .table-responsive .table tbody tr .price {
  font-size: 22px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  color: #222;
  width: 150px;
  text-align: center;
}

.select_product_inner .table-responsive .table tbody tr .quantity {
  width: 150px;
  text-align: center;
}

.select_product_inner .table-responsive .table tbody tr .quantity input {
  width: 35px;
  border: none;
  text-align: center;
  padding: 0px;
  color: #797979;
  font-size: 15px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}

.select_product_inner .table-responsive .table tbody tr .quantity input.placeholder {
  color: #797979;
  font-size: 15px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}

.select_product_inner .table-responsive .table tbody tr .quantity input:-moz-placeholder {
  color: #797979;
  font-size: 15px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}

.select_product_inner .table-responsive .table tbody tr .quantity input::-moz-placeholder {
  color: #797979;
  font-size: 15px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}

.select_product_inner .table-responsive .table tbody tr .quantity input::-webkit-input-placeholder {
  color: #797979;
  font-size: 15px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}

.select_product_inner .table-responsive .table tbody tr .quantity button {
  padding: 0px;
  background: transparent;
  border: none;
  color: #797979;
  cursor: pointer;
  -webkit-transition: all 600ms linear 0s;
  -o-transition: all 600ms linear 0s;
  transition: all 600ms linear 0s;
}

.select_product_inner .table-responsive .table tbody tr .quantity button:hover {
  color: #222;
}

.select_product_inner .table-responsive .table tbody tr .t_price {
  font-size: 22px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  color: #f82e56;
  width: 150px;
  text-align: center;
}

.select_product_inner .table-responsive .table tbody tr .icon {
  color: #cbcaca;
  font-size: 22px;
  padding-right: 15px;
  cursor: crosshair;
}

.select_product_inner .table-responsive .table tbody tr .cupon input {
  width: 180px;
  margin-right: -80px;
  background: #f8f8f8;
  border: 1px solid #e7e7e7;
  padding: 0px 15px;
  text-align: center;
  height: 44px;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  color: #222;
}

.select_product_inner .table-responsive .table tbody tr .cupon input.placeholder {
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  color: #222;
}

.select_product_inner .table-responsive .table tbody tr .cupon input:-moz-placeholder {
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  color: #222;
}

.select_product_inner .table-responsive .table tbody tr .cupon input::-moz-placeholder {
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  color: #222;
}

.select_product_inner .table-responsive .table tbody tr .cupon input::-webkit-input-placeholder {
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  color: #222;
}

.select_product_inner .table-responsive .table tbody tr .up_cart {
  padding-right: 0px;
}

.select_product_inner .table-responsive .table tbody tr .up_cart a {
  display: inline-block;
  margin-left: -50px;
  font-size: 14px;
  color: #f82e56;
  font-family: "Montserrat", sans-serif;
}

.cart_total_inner .cart_box {
  background: #f8f8f8;
  padding: 35px;
  border: 1px solid #ebebeb;
}

.cart_total_inner .cart_box h4 {
  font-size: 15px;
  color: #222;
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  margin-bottom: 28px;
}

.cart_total_inner .cart_box h4 span {
  padding-left: 30px;
}

.cart_total_inner .cart_box h5 {
  font-size: 15px;
  color: #222;
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: top;
}

.cart_total_inner .cart_box .list {
  display: inline-block;
  padding-left: 52px;
}

.cart_total_inner .cart_box .list li {
  margin-bottom: 10px;
}

.cart_total_inner .cart_box .list li a {
  font-size: 15px;
  color: #222;
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  position: relative;
}

.cart_total_inner .cart_box .list li a:before {
  content: "";
  height: 10px;
  width: 10px;
  background: #fff;
  border: 1px solid #dbdbdb;
  display: inline-block;
  border-radius: 50%;
  position: absolute;
  left: -18px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.cart_total_inner .cart_box .list li:last-child {
  margin-bottom: 0px;
}

.cart_total_inner .cart_box .list li:last-child a {
  color: #f82e56;
  margin-left: -18px;
}

.cart_total_inner .cart_box .list li:last-child a:before {
  display: none;
}

.cart_total_inner .cart_box h3 {
  border-top: 1px solid #dadada;
  margin-top: 25px;
  padding-top: 20px;
  font-size: 15px;
  color: #222;
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  margin-bottom: 45px;
}

.cart_total_inner .cart_box h3 span {
  padding-left: 60px;
  font-size: 24px;
  font-weight: 600;
}

.cart_total_inner .cart_box .submit_btn {
  padding: 0px;
  width: 100%;
  text-transform: capitalize;
  border-radius: 3px;
}

.cart_total_inner .cart_box .or {
  display: block;
  text-align: center;
  position: relative;
  z-index: 2;
  padding: 18px 0px;
}

.cart_total_inner .cart_box .or span {
  background: #f8f8f8;
  width: 50px;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  color: #797979;
}

.cart_total_inner .cart_box .or:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #dadada;
  position: absolute;
  top: 50%;
  left: 0px;
  display: block;
  z-index: -1;
}

.cart_total_inner .cart_box .submit_btn {
  line-height: 48px;
}

.cart_total_inner .cart_box .submit_btn img {
  padding-right: 10px;
}

/* SQUARED THREE */
.creat_account {
  width: 100%;
  margin: 0px auto;
  position: relative;
}

.creat_account input {
  visibility: hidden;
  height: 13px !important;
}

.creat_account label {
  display: inline-block;
  position: relative;
  font-weight: 300;
  padding: 0px 0px 0px 15px;
  margin: 0px;
  top: 0px;
  z-index: 9;
  cursor: pointer;
  -webkit-transition: all 0.25s linear;
  color: #797979;
  font-size: 13px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  letter-spacing: .25px;
  font-weight: 500;
  font-size: 15px;
}

.creat_account .check {
  display: block;
  position: absolute;
  border: 1px solid #8e8f8f;
  border-radius: 2px;
  background: #797979;
  height: 13px;
  width: 13px;
  top: 6px;
  border-radius: 0px;
  left: 0px;
  z-index: 5;
  -o-transition: border .25s linear;
  transition: border .25s linear;
  -webkit-transition: border .25s linear;
  cursor: pointer;
}

.creat_account .check::before {
  display: block;
  position: absolute;
  content: "\f00c";
  border-radius: 100%;
  top: 0px;
  left: 0px;
  margin: auto;
  -o-transition: background 0.25s linear;
  transition: background 0.25s linear;
  -webkit-transition: background 0.25s linear;
  color: #fff;
  font: normal normal normal 11px/1 FontAwesome;
  opacity: 1;
}

.creat_account .check::after {
  display: block;
  position: absolute;
  content: "";
  height: 9px;
  width: 9px;
  border: 1px solid #aeb3b9;
  background: #fff;
  left: 1px;
  top: 1px;
  opacity: 0;
}

.creat_account input[type=checkbox]:checked ~ .check::before {
  opacity: 0;
}

.creat_account input[type=checkbox]:checked ~ .check::after {
  opacity: 1;
}

/* End Shoping Cart Area css
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Newsletter Area css
============================================================================================ */
.newsletter_area {
  text-align: center;
  position: relative;
}

.newsletter_area:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/map.png") no-repeat scroll center 0;
}

.newsletter_area .newsletter_inner {
  max-width: 570px;
  margin: auto;
}

.newsletter_area .newsletter_inner h2 {
  font-size: 28px;
  text-transform: capitalize;
  color: #222;
  font-weight: bold;
  font-family: "Poppins", sans-serif;
  letter-spacing: 0.8px;
}

.newsletter_area .newsletter_inner p {
  margin-bottom: 40px;
}

.newsletter_area .newsletter_inner .input-group {
  -webkit-box-shadow: 0px 18px 48.45px 8.55px rgba(0, 11, 40, 0.09);
  box-shadow: 0px 18px 48.45px 8.55px rgba(0, 11, 40, 0.09);
  display: block;
  position: relative;
}

.newsletter_area .newsletter_inner .input-group input {
  border: 1px solid #e9ebf4;
  background: #fff;
  width: 100%;
  border-radius: 0px;
  height: 56px;
  padding: 0px 147px 0px 30px;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: #333;
}

.newsletter_area .newsletter_inner .input-group input.placeholder {
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: #b4b9c8;
}

.newsletter_area .newsletter_inner .input-group input:-moz-placeholder {
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: #b4b9c8;
}

.newsletter_area .newsletter_inner .input-group input::-moz-placeholder {
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: #b4b9c8;
}

.newsletter_area .newsletter_inner .input-group input::-webkit-input-placeholder {
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: #b4b9c8;
}

.newsletter_area .newsletter_inner .input-group input:focus {
  border-color: #e3e3e3;
}

.newsletter_area .newsletter_inner .input-group .input-group-append {
  position: absolute;
  right: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 5;
}

/* End Newsletter Area css
============================================================================================ */
/* End Newsletter Area css
============================================================================================ */
.subscribe_area .subscribe_inner {
  background: #fbfbfb;
  padding-left: 75px;
  padding-right: 75px;
  padding-top: 60px;
  padding-bottom: 60px;
}

.subscribe_area .subscribe_inner h3 {
  font-size: 25px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  color: #222;
  margin-bottom: 7px;
}

.subscribe_area .subscribe_inner p {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  line-height: 24px;
  color: #222;
  margin-bottom: 0px;
}

.subscribe_area .subscribe_inner .input-group {
  margin-top: 15px;
}

.subscribe_area .subscribe_inner .input-group input {
  height: 56px;
  border-color: #f3f3f3;
  background: #f3f3f3;
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0px 20px;
  outline: none;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  color: #797979;
}

.subscribe_area .subscribe_inner .input-group input.placeholder {
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  color: #797979;
}

.subscribe_area .subscribe_inner .input-group input:-moz-placeholder {
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  color: #797979;
}

.subscribe_area .subscribe_inner .input-group input::-moz-placeholder {
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  color: #797979;
}

.subscribe_area .subscribe_inner .input-group input::-webkit-input-placeholder {
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  color: #797979;
}

.subscribe_area .subscribe_inner .input-group-append {
  margin-left: 0px;
}

.subscribe_area.subs_two {
  background: #fbfbfb;
}

.subscribe_area.subs_two .subscribe_inner {
  -webkit-box-shadow: 0px 0px 15px 10px rgba(0, 0, 0, 0.03);
  box-shadow: 0px 0px 15px 10px rgba(0, 0, 0, 0.03);
}

/* End Newsletter Area css
============================================================================================ */
/* Review Form Area css
============================================================================================ */
.review_form_area h3 {
  text-transform: uppercase;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  color: #222;
  margin-bottom: 35px;
}

.review_form_area .reviw_form .form-group {
  margin-bottom: 30px;
}

.review_form_area .reviw_form .form-group h5 {
  float: left;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  color: #797979;
  padding-right: 5px;
  margin-bottom: 20px;
}

.review_form_area .reviw_form .form-group .rating {
  position: relative;
  top: -3px;
}

.review_form_area .reviw_form .form-group input {
  border: 1px solid #ededed;
  height: 45px;
  border-radius: 0px;
  padding: 0px 20px;
  background: #F6F9FF;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.review_form_area .reviw_form .form-group textarea {
  height: 200px;
  border: 1px solid #ededed;
  border-radius: 0px;
  padding: 15px 20px;
  background: #F6F9FF;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  resize: none;
}

.review_form_area .reviw_form .form-group .submit_btn {
  line-height: 38px;
  padding: 0px 46px;
}

.review_form_area .reviw_form .form-group:last-child {
  margin-bottom: 0px;
}

/* End Review Form Area css
============================================================================================ */
/* Contact Us Area css
============================================================================================ */
.contact_area .contact_details {
  background: #f4f4f4;
  padding-left: 50px;
  padding-top: 45px;
  padding-bottom: 45px;
  padding-right: 50px;
}

.contact_area .contact_details .c_d_item {
  margin-bottom: 33px;
}

.contact_area .contact_details .c_d_item i {
  font-size: 35px;
  color: #222;
}

.contact_area .contact_details .c_d_item h4 {
  font-size: 16px;
  font-family: "Lato", sans-serif;
  font-weight: bold;
  color: #222;
  margin-top: 2px;
}

.contact_area .contact_details .c_d_item p {
  margin-bottom: 0px;
  font-size: 15px;
  font-family: "Lato", sans-serif;
  font-weight: normal;
}

.contact_area .contact_details .c_d_item:last-child {
  margin-bottom: 0px;
}

.contact_form_area .main_title2 h2 {
  font-size: 30px;
  font-family: "Montserrat", sans-serif;
  color: #222;
  font-weight: 600;
}

.contact_form .form-group {
  margin-bottom: 30px;
}

.contact_form .form-group:last-child {
  margin-bottom: 0px;
}

.contact_form .form-group input {
  height: 50px;
  border: 1px solid #a1a1a1;
  border-radius: 0px;
  padding: 0px 30px;
  font-size: 14px;
  font-family: "Lato", sans-serif;
  font-weight: normal;
  color: #797979;
}

.contact_form .form-group input:focus {
  border-color: #f82e56;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.contact_form .form-group input.placeholder {
  font-size: 14px;
  font-family: "Lato", sans-serif;
  font-weight: normal;
  color: #797979;
}

.contact_form .form-group input:-moz-placeholder {
  font-size: 14px;
  font-family: "Lato", sans-serif;
  font-weight: normal;
  color: #797979;
}

.contact_form .form-group input::-moz-placeholder {
  font-size: 14px;
  font-family: "Lato", sans-serif;
  font-weight: normal;
  color: #797979;
}

.contact_form .form-group input::-webkit-input-placeholder {
  font-size: 14px;
  font-family: "Lato", sans-serif;
  font-weight: normal;
  color: #797979;
}

.contact_form .form-group textarea {
  height: 200px;
  border: 1px solid #a1a1a1;
  border-radius: 0px;
  padding: 15px 30px;
  font-size: 14px;
  font-family: "Lato", sans-serif;
  font-weight: normal;
  color: #797979;
  resize: none;
}

.contact_form .form-group textarea:focus {
  border-color: #f82e56;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.contact_form .form-group textarea.placeholder {
  font-size: 14px;
  font-family: "Lato", sans-serif;
  font-weight: normal;
  color: #797979;
}

.contact_form .form-group textarea:-moz-placeholder {
  font-size: 14px;
  font-family: "Lato", sans-serif;
  font-weight: normal;
  color: #797979;
}

.contact_form .form-group textarea::-moz-placeholder {
  font-size: 14px;
  font-family: "Lato", sans-serif;
  font-weight: normal;
  color: #797979;
}

.contact_form .form-group textarea::-webkit-input-placeholder {
  font-size: 14px;
  font-family: "Lato", sans-serif;
  font-weight: normal;
  color: #797979;
}

.contact_form .form-group .submit_btn {
  padding: 0px 70px;
  line-height: 54px;
}

.mapBox {
  min-height: 500px;
}

/* End Contact Us Area css
============================================================================================ */
/* Login Door Area css
============================================================================================ */
.login_area .login_inner {
  border: 20px solid #fff;
  background: #fbfbfb;
  -webkit-box-shadow: 0px 6px 32px 0px rgba(0, 0, 0, 0.04);
  box-shadow: 0px 6px 32px 0px rgba(0, 0, 0, 0.04);
}

.login_area .login_inner h3 {
  color: #222;
  font-size: 25px;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 50px;
  padding-top: 50px;
  padding-left: 50px;
}

.login_area .login_inner .login_form {
  padding-left: 50px;
}

.login_area .login_inner .login_door_img {
  text-align: right;
}

.login_area .login_inner .login_door_img img {
  margin-right: -33px;
  margin-bottom: -22px;
}

.login_form .form-group {
  margin-bottom: 30px;
}

.login_form .form-group:last-child {
  margin-bottom: 0px;
}

.login_form .form-group label {
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  color: #222;
  margin-bottom: 10px;
}

.login_form .form-group input {
  background: #fff;
  border-radius: 0px;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  height: 60px;
  padding: 0px 25px;
  font-size: 14px;
  color: #222;
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
}

.login_form .form-group input.placeholder {
  font-size: 14px;
  color: #d2d1d1;
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
}

.login_form .form-group input:-moz-placeholder {
  font-size: 14px;
  color: #d2d1d1;
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
}

.login_form .form-group input::-moz-placeholder {
  font-size: 14px;
  color: #d2d1d1;
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
}

.login_form .form-group input::-webkit-input-placeholder {
  font-size: 14px;
  color: #d2d1d1;
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
}

.login_form .form-group .creat_account_two label {
  color: #797979;
  margin-bottom: 0px;
  font-weight: normal;
}

.login_form .form-group .forgot {
  text-align: right;
  float: right;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  color: #797979;
}

.login_form .form-group .forgot:hover {
  color: #f82e56;
  text-decoration: underline;
}

.login_form .form-group .submit_btn {
  width: 100%;
  line-height: 68px;
  margin-top: 20px;
  padding: 0px;
}

.login_form .form-group h5 {
  text-align: center;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  color: #797979;
  margin-bottom: 0px;
  margin-top: 12px;
}

.login_form .form-group h5 a {
  color: #f82e56;
  text-decoration: underline;
}

/* SQUARED THREE */
.creat_account_two {
  width: 100%;
  margin: 0px auto;
  position: relative;
}

.creat_account_two input {
  visibility: hidden;
  height: 13px !important;
  display: none;
}

.creat_account_two label {
  display: inline-block;
  position: relative;
  font-weight: 300;
  padding: 0px 0px 0px 25px;
  margin: 0px;
  top: 0px;
  z-index: 9;
  cursor: pointer;
  -webkit-transition: all 0.25s linear;
  color: #797979;
  font-size: 13px;
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  letter-spacing: .25px;
  font-weight: 500;
  font-size: 15px;
}

.creat_account_two .check {
  display: block;
  position: absolute;
  border: 1px solid #797979;
  border-radius: 2px;
  background: transparent;
  height: 18px;
  width: 18px;
  top: 3px;
  border-radius: 0px;
  left: 0px;
  z-index: 5;
  -o-transition: border .25s linear;
  transition: border .25s linear;
  -webkit-transition: border .25s linear;
  cursor: pointer;
}

.creat_account_two .check::before {
  display: block;
  position: absolute;
  content: "\f00c";
  border-radius: 100%;
  top: 3px;
  left: 3px;
  margin: auto;
  -o-transition: background 0.25s linear;
  transition: background 0.25s linear;
  -webkit-transition: background 0.25s linear;
  color: #222;
  font: normal normal normal 11px/1 FontAwesome;
  opacity: 0;
}

.creat_account_two .check::after {
  display: block;
  position: absolute;
  content: "";
  height: 9px;
  width: 9px;
  border: 1px solid #aeb3b9;
  background: #fff;
  left: 1px;
  top: 1px;
  opacity: 0;
}

.creat_account_two input[type=checkbox]:checked ~ .check::before {
  opacity: 1;
}

.creat_account_two input[type=checkbox]:checked ~ .check::after {
  opacity: 0;
}

/* End Login Door Area css
============================================================================================ */
/* Track Area css
============================================================================================ */
.track_area {
  background: #fbfbfb;
}

.track_area .track_inner {
  border: 10px solid #fff;
  background: #fbfbfb;
  -webkit-box-shadow: 0px 6px 32px 0px rgba(0, 0, 0, 0.04);
  box-shadow: 0px 6px 32px 0px rgba(0, 0, 0, 0.04);
  padding: 50px;
}

.track_area .track_inner .order_text {
  padding-right: 30px;
}

.track_area .track_inner .order_text .list li {
  margin-bottom: 10px;
}

.track_area .track_inner .order_text .list li a {
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  color: #797979;
}

.track_area .track_inner .order_text .list li a i {
  color: #222;
  padding-right: 5px;
}

.track_area .track_inner .order_text .list li a:hover {
  color: #f82e56;
}

.track_area .track_inner .order_text .list li:last-child {
  margin-bottom: 0px;
}

.track_title {
  margin-bottom: 35px;
}

.track_title h3 {
  color: #222;
  font-family: "Montserrat", sans-serif;
  font-size: 25px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 25px;
}

.track_title p {
  color: #222;
  margin-bottom: 0px;
}

.track_form .form-group:not(:last-child) {
  margin-bottom: 30px;
}

.track_form .form-group label {
  margin-bottom: 10px;
  color: #222;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
}

.track_form .form-group input {
  height: 60px;
  padding: 0px 25px;
  border: none;
  background: #fff;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0px;
  font-size: 14px;
  color: #222;
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  -webkit-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.02);
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.02);
}

.track_form .form-group input.placeholder {
  font-size: 14px;
  color: #d2d1d1;
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
}

.track_form .form-group input:-moz-placeholder {
  font-size: 14px;
  color: #d2d1d1;
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
}

.track_form .form-group input::-moz-placeholder {
  font-size: 14px;
  color: #d2d1d1;
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
}

.track_form .form-group input::-webkit-input-placeholder {
  font-size: 14px;
  color: #d2d1d1;
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
}

.track_form .form-group .submit_btn {
  width: 100%;
  padding: 0px;
  line-height: 68px;
}

/* End Track Area css
============================================================================================ */
/* End Track Area css
============================================================================================ */
.register_area {
  background: #fbfbfb;
}

.register_area .register_inner {
  border: 10px solid #fff;
  background: #fbfbfb;
  -webkit-box-shadow: 0px 6px 32px 0px rgba(0, 0, 0, 0.04);
  box-shadow: 0px 6px 32px 0px rgba(0, 0, 0, 0.04);
  padding: 50px 0px 0px 50px;
}

.register_area .register_inner .register_text {
  padding-bottom: 50px;
}

.register_area .register_inner .register_text h3 {
  font-size: 25px;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  color: #222;
  text-transform: uppercase;
  margin-bottom: 45px;
}

.register_area .register_inner .register_text .track_form .form-group p {
  color: #222;
  margin-top: 15px;
  margin-bottom: 0px;
}

.register_area .register_inner .register_text .track_form .form-group p a {
  color: #f82e56;
}

.register_area .register_inner .register_img {
  position: absolute;
  right: 0px;
  bottom: -15px;
}

/* End Track Area css
============================================================================================ */
/* Contact Success and error Area css
============================================================================================ */
.modal-message .modal-dialog {
  position: absolute;
  top: 36%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%) !important;
  -ms-transform: translateX(-50%) translateY(-50%) !important;
  transform: translateX(-50%) translateY(-50%) !important;
  margin: 0px;
  max-width: 500px;
  width: 100%;
}

.modal-message .modal-dialog .modal-content .modal-header {
  text-align: center;
  display: block;
  border-bottom: none;
  padding-top: 50px;
  padding-bottom: 50px;
}

.modal-message .modal-dialog .modal-content .modal-header .close {
  position: absolute;
  right: -15px;
  top: -15px;
  padding: 0px;
  color: #fff;
  opacity: 1;
  cursor: pointer;
}

.modal-message .modal-dialog .modal-content .modal-header h2 {
  display: block;
  text-align: center;
  color: #f82e56;
  padding-bottom: 10px;
  font-family: "Montserrat", sans-serif;
}

.modal-message .modal-dialog .modal-content .modal-header p {
  display: block;
}

/* End Contact Success and error Area css
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Home Blog Area css
============================================================================================ */
.h_blog_item .blog_img {
  overflow: hidden;
  position: relative;
  z-index: 3;
}

.h_blog_item .blog_img img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  height: 285px !important;
}

.h_blog_item .blog_img:before {
  content: "";
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.h_blog_item .blog_img .date {
  position: absolute;
  top: 22px;
  left: 25px;
  color: #fff;
  text-align: center;
  margin-bottom: 0px;
  z-index: 1;
}

.h_blog_item .blog_img .date h3 {
  font-size: 30px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}

.h_blog_item .blog_img .date h3 span {
  display: block;
  font-size: 14px;
  font-weight: normal;
  font-family: "Montserrat", sans-serif;
}

.h_blog_item .blog_img .post_author {
  position: absolute;
  left: 0px;
  bottom: 10px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 15px;
  padding-right: 15px;
  z-index: 1;
}

.h_blog_item .blog_img .post_author .left a {
  color: #fff;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
}

.h_blog_item .blog_img .post_author .right a {
  color: #fff;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  font-style: italic;
}

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

.h_blog_item .blog_text h4 {
  color: #222;
  font-size: 18px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  -webkit-transition: all 600ms linear 0s;
  -o-transition: all 600ms linear 0s;
  transition: all 600ms linear 0s;
  margin-bottom: 10px;
  overflow: hidden;
    white-space: nowrap;
}

.h_blog_item .blog_text p {
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  line-height: 26px;
  margin-bottom: 0px;
}

.h_blog_item:hover .blog_img img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.h_blog_item:hover .blog_text h4 {
  color: #f82e56;
}

.main_blog_item {
  margin-bottom: 50px;
}

.main_blog_item:last-child {
  margin-bottom: 0px;
}

.main_blog_item .blog_img {
  position: relative;
  overflow: hidden;
  z-index: 3;
}

.main_blog_item .blog_img img {
  -webkit-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  width: 100%;
}

.main_blog_item .blog_img:before {
  content: "";
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  opacity: 0;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  z-index: 1;
}

.main_blog_item .blog_text .blog_date {
  border-bottom: 1px solid #e4e4e4;
  padding: 16px 0px 12px 0px;
  margin-bottom: 25px;
}

.main_blog_item .blog_text .blog_date .date_text a {
  color: #f82e56;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  font-style: italic;
}

.main_blog_item .blog_text .blog_date .date_text a span {
  font-size: 25px;
  font-weight: bold;
}

.main_blog_item .blog_text .blog_date .cat_text .list li {
  display: inline-block;
  margin-right: 22px;
}

.main_blog_item .blog_text .blog_date .cat_text .list li a {
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  color: #797979;
  position: relative;
  -webkit-transition: all 600ms linear 0s;
  -o-transition: all 600ms linear 0s;
  transition: all 600ms linear 0s;
}

.main_blog_item .blog_text .blog_date .cat_text .list li a:before {
  content: "/";
  position: absolute;
  right: -15px;
  top: 54%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 17px;
  color: #797979;
}

.main_blog_item .blog_text .blog_date .cat_text .list li a:hover {
  color: #f82e56;
}

.main_blog_item .blog_text .blog_date .cat_text .list li:last-child {
  margin-right: 0px;
}

.main_blog_item .blog_text .blog_date .cat_text .list li:last-child a:before {
  display: none;
}

.main_blog_item .blog_text h4 {
  font-size: 28px;
  color: #222;
  margin-bottom: 20px;
  -webkit-transition: all 600ms linear 0s;
  -o-transition: all 600ms linear 0s;
  transition: all 600ms linear 0s;
}

.main_blog_item .blog_text h4:hover {
  color: #f82e56;
}

.main_blog_item .blog_text p {
  margin-bottom: 22px;
}

.main_blog_item .blog_text .main_btn {
  padding: 0px 20px;
}

.main_blog_item:hover .blog_img img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.main_blog_item:hover .blog_img:before {
  opacity: 1;
}

.page_navigation {
  margin-top: 60px;
}

.page_navigation .pagination {
  margin-bottom: 0px;
  display: block;
}

.page_navigation .pagination li {
  margin-right: 8px;
  display: inline-block;
}

.page_navigation .pagination li a {
  height: 42px;
  width: 42px;
  padding: 0px;
  text-align: center;
  border-radius: 50% !important;
  border: 2px solid #222;
  line-height: 38px;
  color: #222;
  -webkit-transition: all 600ms linear 0s;
  -o-transition: all 600ms linear 0s;
  transition: all 600ms linear 0s;
}

.page_navigation .pagination li:last-child {
  margin-right: 0px;
}

.page_navigation .pagination li:hover a, .page_navigation .pagination li.active a {
  background: #222;
  color: #fff;
  border-color: #222;
}

/* End Home Blog Area css
============================================================================================ */
/* Grid Blog Area css
============================================================================================ */
.ms_blog_inner {
  margin-bottom: -35px;
}

.ms_blog_item {
  margin-bottom: 35px;
}

.ms_blog_item .ms_img {
  overflow: hidden;
}

.ms_blog_item .ms_img img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.ms_blog_item .ms_content {
  padding: 25px;
}

.ms_blog_item .ms_content h4 {
  color: #222;
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 26px;
  margin-bottom: 13px;
  -webkit-transition: all 600ms linear 0s;
  -o-transition: all 600ms linear 0s;
  transition: all 600ms linear 0s;
}

.ms_blog_item .ms_content p {
  margin-bottom: 32px;
}

.ms_blog_item .ms_content h6 {
  font-size: 14px;
  color: #797979;
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
}

.ms_blog_item .ms_content h6 a {
  float: right;
  color: #797979;
}

.ms_blog_item.style_2 .ms_content {
  padding-top: 0px;
}

.ms_blog_item:hover .ms_img img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.ms_blog_item:hover .ms_content h4 {
  color: #f82e56;
}

.load_btn {
  text-align: center;
}

.load_btn .main_btn2 {
  border: 1px solid #222;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 56px;
  padding: 0px 44px;
}

/* End Grid Blog Area css
============================================================================================ */
/* End Grid Blog Area css
============================================================================================ */
.single_blog_inner .single_blog_img img {
  width: 100%;
}

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

.single_blog_inner .s_blog_text h4 {
  font-size: 28px;
  color: #222;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  line-height: 38px;
  margin-bottom: 20px;
}

.single_blog_inner .s_blog_text h5 {
  font-size: 14px;
  color: #797979;
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  margin-bottom: 30px;
}

.single_blog_inner .s_blog_text h5 a {
  padding-left: 5px;
  color: #f82e56;
}

.single_blog_inner .s_blog_text h5 .date {
  padding-left: 40px;
  color: #797979;
}

.single_blog_inner .s_blog_text p {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 15px;
}

.single_blog_inner .s_blog_text .blockquote {
  margin-left: 30px;
  border-left: 3px solid #f82e56;
  padding-left: 20px;
  margin-bottom: 26px;
  margin-top: 26px;
  padding-right: 30px;
}

.single_blog_inner .s_blog_text .blockquote p {
  margin-bottom: 0px;
  padding: 3px 0px;
}

.single_blog_inner .tags {
  padding-bottom: 35px;
  border-bottom: 1px solid #ddd;
}

.single_blog_inner .tags span {
  display: inline-block;
  padding-right: 3px;
}

.single_blog_inner .tags .list {
  display: inline-block;
  margin-top: 12px;
}

.single_blog_inner .tags .list li {
  display: inline-block;
  margin-right: 15px;
}

.single_blog_inner .tags .list li a {
  display: inline-block;
  border: 1px solid #ddd;
  padding: 0px 15px;
  line-height: 30px;
  color: #797979;
  font-size: 14px;
}

.single_blog_inner .tags .list li:hover a {
  color: #fff;
  background: #f82e56;
  border-color: #f82e56;
}

.single_b_title {
  font-size: 20px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #222;
  margin-bottom: 30px;
}

.like_content {
  margin-top: 40px;
}

.like_content .like_blog img {
  width: 100%;
  border: 1px solid #BEBEBE;
  height: 256px!important;
}

.like_content .like_blog h4 {
  margin-top: 18px;
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
  color: #222;
  text-align: center;
}

.comment_area {
  margin-top: 45px;
  max-width: 670px;
}

.comment_area .comment_list .comment_item {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #ddd;
}

.comment_area .comment_list .comment_item .media .d-flex {
  padding-right: 20px;
}

.comment_area .comment_list .comment_item .media .media-body {
  vertical-align: middle;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.comment_area .comment_list .comment_item .media .media-body h4 {
  font-size: 16px;
  color: #222;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}

.comment_area .comment_list .comment_item .media .media-body h5 {
  margin-bottom: 0px;
  font-weight: normal;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
}

.comment_area .comment_list .comment_item p {
  margin-top: 13px;
  margin-bottom: 10px;
}

.comment_area .comment_list .comment_item a {
  color: #222;
}

.comment_area .comment_list .comment_item a:hover {
  color: #f82e56;
}

.comment_form_area {
  max-width: 670px;
}

.comment_form_area .comment_form .form-group {
  margin-bottom: 30px;
}

.comment_form_area .comment_form .form-group:last-child {
  margin-bottom: 0px;
}

.comment_form_area .comment_form .form-group input {
  border: 1px solid #ededed;
  height: 45px;
  border-radius: 0px;
  padding: 0px 20px;
  background: #F6F9FF;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-family: "Lato", sans-serif;
  font-weight: normal;
  color: #797979;
  font-size: 16px;
}

.comment_form_area .comment_form .form-group input.placeholder {
  font-size: 16px;
  font-family: "Lato", sans-serif;
  font-weight: normal;
  color: #797979;
}

.comment_form_area .comment_form .form-group input:-moz-placeholder {
  font-size: 16px;
  font-family: "Lato", sans-serif;
  font-weight: normal;
  color: #797979;
}

.comment_form_area .comment_form .form-group input::-moz-placeholder {
  font-size: 16px;
  font-family: "Lato", sans-serif;
  font-weight: normal;
  color: #797979;
}

.comment_form_area .comment_form .form-group input::-webkit-input-placeholder {
  font-size: 16px;
  font-family: "Lato", sans-serif;
  font-weight: normal;
  color: #797979;
}

.comment_form_area .comment_form .form-group textarea {
  border: 1px solid #ededed;
  height: 200px;
  border-radius: 0px;
  padding: 10px 20px;
  background: #F6F9FF;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-family: "Lato", sans-serif;
  font-weight: normal;
  color: #797979;
  font-size: 16px;
  resize: none;
}

.comment_form_area .comment_form .form-group textarea.placeholder {
  font-size: 16px;
  font-family: "Lato", sans-serif;
  font-weight: normal;
  color: #797979;
}

.comment_form_area .comment_form .form-group textarea:-moz-placeholder {
  font-size: 16px;
  font-family: "Lato", sans-serif;
  font-weight: normal;
  color: #797979;
}

.comment_form_area .comment_form .form-group textarea::-moz-placeholder {
  font-size: 16px;
  font-family: "Lato", sans-serif;
  font-weight: normal;
  color: #797979;
}

.comment_form_area .comment_form .form-group textarea::-webkit-input-placeholder {
  font-size: 16px;
  font-family: "Lato", sans-serif;
  font-weight: normal;
  color: #797979;
}

.comment_form_area .comment_form .form-group .submit_btn {
  padding: 0px 45px;
}

.sidebar_area.left {
  padding-right: 25px;
}

.sidebar_area.right {
  padding-left: 25px;
}

.sidebar_widget {
  border: 1px solid #d0d0d0;
  margin-bottom: 30px;
  padding: 30px;
}

.s_wd_title {
  margin-bottom: 20px;
  text-align: center;
}

.s_wd_title h3 {
  font-size: 20px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  color: #222;
  margin-bottom: 0px;
}

.twitter_widget .list li {
  margin-bottom: 28px;
  font-size: 16px;
  color: #797979;
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  line-height: 26px;
}

.twitter_widget .list li a {
  display: block;
  color: #f82e56;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
      overflow: hidden;
    white-space: nowrap;
}

.twitter_widget .list li:last-child {
  margin-bottom: 0px;
}

.social_widget .list {
  text-align: center;
}

.social_widget .list li {
  display: inline-block;
  margin-right: 16px;
}

.social_widget .list li a {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  border: 1px solid #b1b1b1;
  display: inline-block;
  line-height: 39px;
  text-align: center;
  font-size: 15px;
  color: #797979;
}

.social_widget .list li:hover a {
  color: #fff;
  background: #f82e56;
  border-color: #f82e56;
}

.post_widget .post_list .post_item {
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.post_widget .post_list .post_item img {
  width: 100%;
}

.post_widget .post_list .post_item h4 {
  color: #222;
  font-size: 17px;
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 0px;
  padding-top: 16px;
}

.post_widget .post_list .post_item h4:hover {
  color: #f82e56;
}

.post_widget .post_list .post_item:last-child {
  padding-bottom: 0px;
  margin-bottom: 0px;
  border: none;
}

/* End Grid Blog Area css
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
.today_deal_area .today_deal_inner {
  background: url(../img/today-deal.jpg) no-repeat scroll center center;
  background-size: cover;
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
}

.today_deal_area .today_deal_inner h5 {
  font-size: 40px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0px;
}

.today_deal_area .today_deal_inner h5 span {
  display: block;
  font-size: 55px;
}

.deal_time #time {
  text-align: center;
  margin-top: 17px;
}

.deal_time #time div {
  display: inline-block;
  text-align: center;
  width: calc(80% / 4);
  font-size: 55px;
  font-weight: bold;
  color: #fff;
  line-height: 45px;
  font-family: "Montserrat", sans-serif;
}

.deal_time #time span {
  display: block;
  font-size: 20px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
}

/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* About Area css
============================================================================================ */
.about_area .ab_text h2 {
  color: #222;
  line-height: 44px;
  font-size: 32px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  margin-bottom: 32px;
}

.about_area .ab_text p {
  margin-bottom: 15px;
  margin-bottom: 20px;
}

.about_area .ab_text a {
  color: #222;
  font-weight: 500;
}

.about_area .ab_text.ab_text_two {
  padding-left: 80px;
}

.about_area .about-info-timeline-list .about-info-timeline-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
}

.about_area .about-info-timeline-list .about-info-timeline-item .info_timer {
  font-size: 24px;
  font-family: "Poppins", sans-serif;
  color: #222;
  font-style: italic;
  margin-bottom: 0;
  width: 90px;
  line-height: 38px;
}

.about_area .about-info-timeline-list .about-info-timeline-item h4 {
  font-size: 24px;
  line-height: 34px;
  font-weight: 500;
  color: #222;
}

.about_area .about-info-timeline-list .about-info-timeline-item .about_info_subtitle {
  display: block;
  font-size: 16px;
  color: #797979;
  font-weight: 400;
}

.about_story_area .ab_story_inner .ab_story_text {
  padding-left: 80px;
}

.about_story_area .ab_story_inner .ab_story_text h3 {
  color: #222;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 32px;
  margin-bottom: 15px;
}

.about_story_area .ab_story_inner .ab_story_text p {
  margin-bottom: 35px;
}

.about_story_area .ab_story_inner .story_slider .owl-prev, .about_story_area .ab_story_inner .story_slider .owl-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 5;
  height: 36px;
  width: 36px;
  background: #fff;
  border-radius: 50%;
  font-size: 20px;
  color: #797979;
  border: none;
  padding: 0px;
  line-height: 36px;
  cursor: pointer;
  -webkit-transition: all 600ms linear 0s;
  -o-transition: all 600ms linear 0s;
  transition: all 600ms linear 0s;
}

.about_story_area .ab_story_inner .story_slider .owl-prev:hover, .about_story_area .ab_story_inner .story_slider .owl-next:hover {
  background: #f82e56;
  color: #fff;
}

.about_story_area .ab_story_inner .story_slider .owl-prev {
  left: 10px;
}

.about_story_area .ab_story_inner .story_slider .owl-next {
  right: 10px;
}

.story_collaps .card {
  border-color: #ededed;
}

.story_collaps .card .card-header {
  padding: 0px;
  background-color: transparent;
}

.story_collaps .card .card-header button {
  display: block;
  width: 100%;
  padding: 12px 18px;
  text-align: left;
  color: #222;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  text-decoration: none;
  font-weight: 500;
}

.story_collaps .card .card-header button i {
  float: right;
  line-height: 22px;
  display: none;
}

.story_collaps .card .card-header button i + i {
  display: inline-block;
}

.story_collaps .card .card-header button.collapsed i {
  display: inline-block;
}

.story_collaps .card .card-header button.collapsed i + i {
  display: none;
}

.story_collaps .card .card-body {
  font-size: 14px;
}

/* End About Area css
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Team Area css
============================================================================================ */
.team_item {
  text-align: center;
  position: relative;
  overflow: hidden;
  z-index: 4;
  cursor: pointer;
}

.team_item img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.team_item .team_img {
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.team_item .team_img:before {
  content: "";
  height: 100%;
  left: 0px;
  width: 100%;
  top: 0px;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
  z-index: 0;
}

.team_item .list {
  position: absolute;
  left: 0px;
  top: 40%;
  width: 100%;
  -webkit-transform: scale(0.85);
  -ms-transform: scale(0.85);
  transform: scale(0.85);
  -webkit-transition: 300ms ease;
  -o-transition: 300ms ease;
  transition: 300ms ease;
  -webkit-box-shadow: 0px 20px 60px 0px rgba(0, 11, 40, 0.06);
  box-shadow: 0px 20px 60px 0px rgba(0, 11, 40, 0.06);
  opacity: 0;
}

.team_item .list li {
  display: inline-block;
  margin-right: 8px;
}

.team_item .list li:last-child {
  margin-right: 0px;
}

.team_item .list li a {
  color: #797979;
  font-size: 14px;
  height: 36px;
  width: 36px;
  text-align: center;
  border-radius: 50%;
  background: #fff;
  display: inline-block;
  line-height: 36px;
}

.team_item .list li a:hover {
  color: #f82e56;
}

.team_item .team_text {
  position: relative;
  padding-top: 25px;
  padding-bottom: 10px;
  z-index: 2;
}

.team_item .team_text h4 {
  font-size: 18px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #222;
}

.team_item .team_text h5 {
  font-weight: normal;
  font-family: "Poppins", sans-serif;
  color: #797979;
  font-size: 15px;
  font-weight: 300;
}

.team_item:hover img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.team_item:hover .team_img:before {
  opacity: 1;
  z-index: 1;
}

.team_item:hover .list {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  z-index: 1;
}

/* End Team Area css
============================================================================================ */
/* End Team Area css
============================================================================================ */
.clients_slider_area .single_title h2 {
  font-size: 35px;
  text-transform: capitalize;
  font-weight: 500;
}

.clients_slider_area .clients_slider {
  text-align: center;
}

.clients_slider_area .clients_slider img {
  width: auto;
}

.clients_slider_area .clients_slider .item {
  text-align: center;
}

.clients_slider_area .clients_slider .item img {
  display: inline-block;
}

/* End Team Area css
============================================================================================ */
.video_area .video_info {
  max-width: 1000px;
  background: url("../img/video.jpg") no-repeat scroll center 0/cover;
  height: 570px;
  margin: 0 auto;
  position: relative;
}

.video_area .video_info .video_icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #fff;
  text-align: center;
  font-size: 20px;
  line-height: 80px;
  display: inline-block;
  color: #f82e56;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.video_area .video_info .video_icon:before {
  content: "";
  width: 100%;
  height: 100%;
  border: 1px solid #fff;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: scale(1.25);
  -ms-transform: scale(1.25);
  transform: scale(1.25);
  border-radius: 50%;
}

/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Review Rating  Area css
============================================================================================ */
/****** Style Star Rating Widget *****/
.rating {
  border: none;
  float: left;
}

.rating > input {
  display: none;
  cursor: pointer;
}

.rating > label:before {
  margin-left: 5px;
  font-size: 1.25em;
  font-family: FontAwesome;
  display: inline-block;
  content: "\f005";
}

.rating > .half:before {
  content: "\f089";
  position: absolute;
}

.rating > label {
  color: #ddd;
  float: right;
  cursor: pointer;
  margin-bottom: 0px;
}

/***** CSS Magic to Highlight Stars on Hover *****/
.rating > input:checked ~ label,
.rating:not(:checked) > label:hover,
.rating:not(:checked) > label:hover ~ label {
  color: #fbaf5d;
}

/* hover previous stars in list */
.rating > input:checked + label:hover,
.rating
> input:checked
~ label:hover,
.rating > label:hover ~ input:checked ~ label,
.rating > input:checked ~ label:hover ~ label {
  color: #fbaf5d;
}

/* End Review Rating  Area css
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* End Track Area css
============================================================================================ */
.testi_slider_area {
  text-align: center;
}

.testi_slider_area h3 {
  color: #222;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 36px;
}

.testi_slider {
  max-width: 870px;
  margin: auto;
}

.testi_slider .testi_item {
  text-align: center;
  padding-top: 60px;
}

.testi_slider .testi_item img {
  width: auto;
  text-align: center;
  margin: 30px auto 0px;
}

.testi_slider .testi_item p {
  max-width: 710px;
  margin: auto;
  font-size: 18px;
  line-height: 36px;
  position: relative;
}

.testi_slider .testi_item p:before {
  content: "“";
  position: absolute;
  left: -80px;
  top: -27px;
  font-size: 200px;
  color: #c5c6c9;
  line-height: 200px;
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  opacity: 0.18;
}

.testi_slider .testi_item p:after {
  content: "“";
  position: absolute;
  right: -80px;
  top: -166px;
  font-size: 200px;
  color: #c5c6c9;
  line-height: 200px;
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  opacity: 0.18;
}

.testi_slider .testi_item h4 {
  font-size: 24px;
  color: #222;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  margin-top: 25px;
  margin-bottom: 10px;
}

.testi_slider .testi_item h5 {
  font-size: 14px;
  color: #c5c6c9;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}

.testimonil_bg {
  background: #f7f7f7;
  max-width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
}

.testi_area {
  background: #fbfbfb;
}

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

.testi_area .testi_item2 {
  border: 1px solid #ededed;
  padding: 40px 30px 50px 30px;
  margin-bottom: 60px;
  position: relative;
  -webkit-transition: all 600ms linear 0s;
  -o-transition: all 600ms linear 0s;
  transition: all 600ms linear 0s;
}

.testi_area .testi_item2 img {
  position: absolute;
  top: -40px;
  right: -20px;
  border: 1px solid #ededed;
  -webkit-transition: all 600ms linear 0s;
  -o-transition: all 600ms linear 0s;
  transition: all 600ms linear 0s;
}

.testi_area .testi_item2 h4 {
  color: #222;
  font-weight: bold;
  font-size: 18px;
  font-weight: "Montserrat", sans-serif;
}

.testi_area .testi_item2 h5 {
  font-size: 14px;
  color: #222;
  font-weight: 400;
  margin-bottom: 20px;
}

.testi_area .testi_item2 p {
  margin-bottom: 0px;
  line-height: 26px;
}

.testi_area .testi_item2:hover {
  border-color: #f82e56;
}

.testi_area .testi_item2:hover img {
  border-color: #f82e56;
}

/* End Track Area css
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Parallax Area css
============================================================================================ */
.new_collection_area {
  position: relative;
  overflow: hidden;
}

.new_collection_area .list li {
  position: absolute;
  left: 0px;
  top: 0px;
}

.new_collection_area .list li:nth-child(2) {
  position: absolute;
  left: 0px;
  bottom: 0px;
  top: auto;
}

.new_collection_area .list li:nth-child(3) {
  position: absolute;
  left: 50%;
  top: 30%;
}

.new_collection_area .list li:nth-child(4) {
  position: absolute;
  left: 47%;
  top: 50%;
}

.new_collection_area svg {
  position: absolute;
  right: 0px;
  top: 0px;
  height: 100%;
}

.new_collection_area .new_collection_img {
  position: relative;
}

.new_collection_area .new_collection_img .border {
  height: 400px;
  width: 400px;
  border-radius: 50%;
  border: 50px solid rgba(248, 251, 194, 0.46) !important;
  display: inline-block;
  position: absolute;
  left: 260px;
  bottom: 67px;
}

.new_collection_area .new_collection_img .border:before {
  content: "";
  border-radius: 50%;
  position: absolute;
  left: -50px;
  bottom: -50px;
  width: 400px;
  height: 400px;
  -webkit-box-shadow: 0px 15px 114px 0px #f8fbc2;
  box-shadow: 0px 15px 114px 0px #f8fbc2;
  -webkit-animation: runpulse 2s infinite linear;
  animation: runpulse 2s infinite linear;
}

.new_collection_area .new_collection_text h3 {
  color: #222;
  font-size: 70px;
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  margin-right: -18px;
  text-shadow: 0px 9px 1.66px rgba(0, 0, 0, 0.11);
  margin-bottom: 55px;
  line-height: 80px;
}

.new_collection_area .new_collection_text h5 {
  font-size: 35px;
  color: #222;
  font-family: "Poppins", sans-serif;
  margin-bottom: 55px;
  font-weight: normal;
}

.new_collection_area .new_collection_text h5 span {
  background: #eff67b;
  padding: 0px 5px;
}

.new_collection_area .new_collection_text .main_btn {
  text-transform: uppercase;
  line-height: 48px;
  padding: 0px 40px;
}

.new_collection_area .new_collection_img {
  padding-top: 147px;
  padding-bottom: 147px;
  text-align: right;
}

.beg_area {
  position: relative;
  overflow: hidden;
}

.beg_area svg {
  position: absolute;
  left: 0px;
  top: 0px;
}

.beg_area .beg_img {
  text-align: center;
  padding-top: 170px;
  padding-bottom: 210px;
}

.beg_area .beg_text h5 {
  color: #222;
  font-size: 16px;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  font-weight: normal;
  margin-bottom: 15px;
}

.beg_area .beg_text h5 span {
  color: red;
}

.beg_area .beg_text h4 {
  color: #222;
  font-size: 44px;
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  margin-right: -30px;
  margin-bottom: 25px;
}

.beg_area .beg_text p {
  margin-bottom: 50px;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  font-weight: normal;
  line-height: 30px;
}

.beg_area .beg_text .main_btn {
  line-height: 48px;
  padding: 0px 40px;
  text-transform: uppercase;
}

.beg_area.dress_area {
  background: url(../img/dress.png) no-repeat fixed center right;
  background-size: cover;
}

.beg_area.dress_area .beg_text {
  padding-top: 320px;
  padding-bottom: 320px;
}

.beg_area .show_img {
  padding-top: 190px;
  padding-bottom: 190px;
  text-align: center;
}

.beg_area.show_are {
  background: #f0f0f0;
}

.beg_area.showcase_area {
  background: url(../img/showcase.png) no-repeat fixed center right;
  background-size: cover;
  padding-top: 320px;
  padding-bottom: 320px;
}

/* End Parallax Area css
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Footer Area css
============================================================================================ */
.footer_area {
  border-top: 1px solid #dddddd8a;
}

.footer_area .footer_widget {
  background: #f7f7f7;
}

.f_title {
  margin-bottom: 35px;
}

.f_title h3 {
  color: #222;
  text-transform: capitalize;
  font-size: 22px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 0px;
}

.ab_widget {
  padding-right: 0px;
}

.ab_widget img {
  margin-bottom: 25px;
}

.ab_widget p {
  line-height: 32px;
  color: #636363;
  font-size: 15px;
}

.link_widget {
  padding-left: 35px;
}

.link_widget .list li:not(:last-child) {
  margin-bottom: 10px;
      overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.link_widget .list li a {
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  color: #636363;
  -webkit-transition: all 600ms linear 0s;
  -o-transition: all 600ms linear 0s;
  transition: all 600ms linear 0s;
}

.link_widget .list li a:hover {
  color: #f82e56;
}

.widget_text {
  padding-top: 0px;
}

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

.widget_text p {
  color: #636363;
  margin-bottom: 0px;
}

.social_widget_two ul {
  padding-top: 5px;
}

.social_widget_two ul li {
  display: inline-block;
  text-align: center;
  margin-right: 3px;
}

.social_widget_two ul li a {
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-size: 14px;
  color: #636363;
  border-radius: 3px;
  background: #ebebeb;
  display: inline-block;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.social_widget_two ul li a:hover {
  background: #f82e56;
  color: #fff;
}

.footer_copy p {
  margin-bottom: 0px;
  font-size: 16px;
  font-family: "Lato", sans-serif;
  color: #797979;
  padding: 20px 0px;
}

.footer_copy p a {
  color: #222;
  font-weight: 600;
}

.footer_area2 {
  border-top: 1px solid #e5e5e5;
}

.footer_area2 .f_title h3 {
  color: #222;
}

.footer_area2 .copy_text_inner {
  border-top: 1px solid #e5e5e5;
}

/* End Footer Area css
============================================================================================ */
/*---------------------------------------------------- */
