/*------------------------------------------------------------------
	Template Name:	mKart
    Template URI:
    Description :: Ecommerce HTML Template
    Author:
    Author URI:
    License:
    License URI:
    Version: 1.0
    */
/*
    ========================================================================
    Index
    ------------------------------------------------------------------------

    # -  1.0 - All Global css
    # -  2.0 - Top Bar
    # -  3.0 - Menu Area
    # -  4.0 - Slider
    # -  5.0 - Subscriber Area
    # -  6.0 - Feature Section
    # -  7.0 - Offer Section
    # -  8.0 - Product
    # -  9.0 - Discout Area
    # - 10.0 - Home Blog
    # - 11.0 - Purchase and Testimonial
    # - 12.0 - Footer
    # - 13.0 - About Us
    # - 14.0 - Checkout
    # - 15.0 - 404
    # - 16.0 - Blog Page
    # - 17.0 - Sidebar
    # - 18.0 - Product Grid List
    # - 19.0 - Contact Us

    */
/*      All Global css
----------------------------*/
body {
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-weight: normal;
  color: #707070;
  line-height: 24px;
}

ul {
  margin: 0px;
  padding: 0;
}

a {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  font-weight: 400;
  color: #707070;
}

a:hover, a:focus, a.active {
  text-decoration: none;
  outline: none;
  color: #009688;
}

input {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

label {
  font-weight: normal;
}

input[type="text"],
input[type="password"],
input[type="date"],
input[type="url"],
input[type="search"],
input[type="text"],
input[type="text"],
input[type="text"],
input[type="text"],
.form-control, textarea, textarea.form-control {
  height: 50px;
  border: 1px solid #e0e0e0;
  background: #fafafa;
  border-radius: 0;
  box-shadow: none;
  padding-left: 20px;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="text"]:focus,
input[type="text"]:focus,
input[type="text"]:focus,
.form-control:focus, textarea:focus, textarea.form-control:focus {
  box-shadow: none;
  border-color: #009688;
}

textarea.form-control, textarea {
  min-height: 126px;
  padding-top: 14px;
  position: relative;
  padding-left: 38px;
}

.bg-tr {
  background: transparent;
}

.form-group {
  position: relative;
  margin-bottom: 18px;
}

.form-group label {
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 18px;
  font-weight: 500;
}

.form-group .pencil-icon {
  position: absolute;
  z-index: 1;
  top: 58px;
  left: 18px;
}

.form-group .select2-container--default .select2-selection--single .select2-selection__rendered {
  background: #fafafa;
  border-radius: 0;
  box-shadow: none;
  padding-left: 20px;
  line-height: 46px;
}

.form-group .select2-container--default .select2-selection--single {
  box-shadow: none;
  border: 1px solid #e0e0e0;
  border-radius: 0;
  height: 50px;
  outline: 0;
}

.form-group .select2-container--default .select2-selection--single:focus {
  border-color: #009688;
}

.form-group .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 12px;
  right: 15px;
}

.checkbox-group {
  padding-top: 23px;
}

.checkbox-group label {
  margin-bottom: 10px;
  font-weight: 400;
  text-transform: none;
}

.checkbox-group > div {
  display: flex;
}

.checkbox-group > div label {
  padding-left: 4px;
}

/*  Heading Tag
-------------------*/
h1, h2, h3, h4, h5, h6 {
  color: #707070;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: inherit;
  font-weight: inherit;
}

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

h2 {
  font-size: 36px;
  line-height: 40px;
  font-weight: 700;
  margin: 0;
}

h3 {
  font-size: 24px;
  line-height: 32px;
  margin-top: 0;
}

h4 {
  font-size: 18px;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: 13px;
}

img {
  max-width: 100%;
}

ul {
  margin: 0;
  padding: 0;
}

.no-margin {
  margin: 0 !important;
}

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

.no-border {
  border: 0 !important;
}

.fix {
  overflow: hidden;
}

p {
  font-family: "Open Sans", sans-serif;
  margin-bottom: 28px;
}

.clear {
  clear: both;
}

.section-padding {
  padding-top: 73px;
  padding-bottom: 98px;
}

.section-heading.text-center p {
  margin-left: auto;
  margin-right: auto;
}

.section-heading {
  padding-bottom: 50px;
}

.section-heading p {
  max-width: 550px;
}

.section-heading h2 {
  text-transform: uppercase;
  margin-bottom: 15px;
}

.mkart-button-two {
  min-width: 170px;
  padding: 12px 15px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  display: inline-block;
  letter-spacing: 1px;
  position: relative;
  background-image: -webkit-linear-gradient(-45deg, #00b8a8 20%, #009889 100%);
  background-image: linear-gradient(-45deg, #00b8a8 20%, #009889 100%);
  box-shadow: 0 2px 2px rgba(124, 124, 124, 0.64);
}

.mkart-button-two:hover {
  color: #fff;
}

.mkart-button {
  min-width: 170px;
  padding: 12px 15px;
  font-weight: 700;
  text-transform: uppercase;
  border: 1px solid #009688;
  text-align: center;
  color: #009688;
  display: inline-block;
  letter-spacing: 1px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.mkart-button:before, .mkart-button:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.mkart-button:after {
  opacity: 0;
  background-image: -webkit-linear-gradient(-45deg, #00b8a8 20%, #009889 100%);
  background-image: linear-gradient(-45deg, #00b8a8 20%, #009889 100%);
  transition: all .3s ease-in-out;
}

.mkart-button:hover {
  color: #fff;
  border-color: transparent;
  border-bottom-color: rgba(124, 124, 124, 0.54);
  box-shadow: 0 1px 3px rgba(124, 124, 124, 0.64);
}

.mkart-button:hover:after {
  opacity: 1;
}

.mkart-button.gray-bg,
.mkart-button.base-bg {
  border: 0;
  box-shadow: 0 2px 2px rgba(124, 124, 124, 0.64);
}

.base-color {
  color: #009688;
}

.base-bg {
  background: #009688;
  color: #fff;
}

.gray-bg {
  background: #454545;
  color: #fff;
}

.red-bg {
  background: #ff6d6d;
  color: #fff;
}

.red-color {
  color: #ff6d6d;
}

.pr {
  position: relative;
}

.pa {
  position: absolute;
}

.ash-bg {
  background: #fafafa;
}

.pdr0 {
  padding-right: 0;
}

.pdl0 {
  padding-left: 0;
}

.mt80 {
  margin-top: 80px;
}

.mb80 {
  margin-bottom: 80px;
}

.pdt5 {
  padding-top: 5px;
}

.pdt15 {
  padding-top: 15px;
}

.mt40 {
  margin-top: 40px;
}

.pdb40 {
  padding-bottom: 40px;
}

.mt50 {
  margin-top: 50px;
}

.pdt30 {
  padding-top: 30px;
}

.pdb30 {
  padding-bottom: 30px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb35 {
  margin-bottom: 35px;
}

.mt35 {
  margin-top: 35px;
}

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

.mb70 {
  margin-bottom: 70px;
}

.pdb0 {
  padding-bottom: 0 !important;
}

/* -----------------------------------
**   Top Bar
-------------------------------------*/
.mkart-header-area {
  font-size: 14px;
}

.mkart-header-area .big-icon {
  font-size: 18px;
  padding-right: 10px;
}

.mkart-header-area .dropdown-menu {
  background: #3c3c3c;
  margin: 0;
  border-radius: 0 0 4px 4px;
  box-shadow: none;
  border: 0;
}

.mkart-header-area .dropdown-menu > li > a {
  color: #fff;
}

.mkart-header-area .dropdown-menu > li > a:hover {
  background: transparent;
}

.mkart-header-area .top-bar-area a {
  color: #fff;
}

.mkart-header-area .separator {
  padding: 10px 22px;
}

.mkart-header-area .currency-and-language, .mkart-header-area .top-bar-contact {
  display: table;
}

.mkart-header-area .currency-and-language > div, .mkart-header-area .top-bar-contact > div {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  padding-top: 17px;
  padding-bottom: 17px;
}

.mkart-header-area .top-bar-contact {
  margin-left: auto;
}

.mkart-header-area .user-profile-container {
  background: #3c3c3c;
  padding-left: 20px;
  padding-right: 20px;
}

.mkart-header-area .contact-email {
  padding-right: 20px;
}

.menu-style-two {
  margin-bottom: -4px;
  position: relative;
}

.menu-style-two .categoriy-humbarger {
  width: 270px;
  border: 1px solid #e0e0e0;
  float: left;
  margin-right: 23px;
}

.menu-style-two .categoriy-humbarger > div {
  display: table;
  width: 100%;
  text-align: center;
}

.menu-style-two .categoriy-humbarger > div .icon {
  width: 80px;
  height: 70px;
  padding-top: 4px;
  font-size: 24px;
  cursor: pointer;
}

.menu-style-two .categoriy-humbarger > div .title {
  font-weight: 500;
  text-transform: uppercase;
}

.menu-style-two .categoriy-humbarger > div > span {
  display: table-cell;
  vertical-align: middle;
}

.menu-style-two .menuzord {
  width: calc(100% - 310px);
}

.menu-style-two .categories-widget {
  position: absolute;
  z-index: 2;
  background: #fff;
  top: 101px;
  width: 270px;
  border: 1px solid #e0e0e0;
}

.menu-style-two .categories-widget .panel {
  border-bottom: 1px solid #e0e0e0;
  padding: 13.75px 30px;
}

.menu-style-two .categories-widget .panel:last-child {
  border-bottom: 0;
}

.menu-style-two .categories-widget .panel-group {
  margin-bottom: 0;
}

.menu-style-two .hidden-widget {
  opacity: 0;
  z-index: -2;
}

/* -----------------------------------
**  End Top Bar
-------------------------------------*/
/* -----------------------------------
**   Menu Area
-------------------------------------*/
.logo-and-search-box {
  padding: 15px 0;
}

.logo-and-search-box .logo {
  padding: 15px 0;
}

.header-search-container, .mkart-product-list-view, .cart-faviroite-button {
  padding: 23px 0;
}

.header-search-container .search-box, .mkart-product-list-view .search-box, .cart-faviroite-button .search-box {
  width: 100%;
  float: left;
  position: relative;
}

.header-search-container .submit-button, .header-search-container .cart-icon, .mkart-product-list-view .submit-button, .mkart-product-list-view .cart-icon, .cart-faviroite-button .submit-button, .cart-faviroite-button .cart-icon {
  position: absolute;
  height: 50px;
  width: 50px;
  border: 0;
  top: 0;
  text-align: center;
  font-size: 24px;
}

.header-search-container .submit-button, .mkart-product-list-view .submit-button, .cart-faviroite-button .submit-button {
  right: 0;
}

.header-search-container .cart-icon, .mkart-product-list-view .cart-icon, .cart-faviroite-button .cart-icon {
  left: 0;
  z-index: 2;
}

.header-search-container .cart-icon i, .mkart-product-list-view .cart-icon i, .cart-faviroite-button .cart-icon i {
  padding-top: 12px;
}

.header-search-container .cart-items-count, .mkart-product-list-view .cart-items-count, .cart-faviroite-button .cart-items-count {
  width: 170px;
  position: relative;
  float: right;
}

.header-search-container .cart-items-count .select2-container .select2-selection--single .select2-selection__rendered, .mkart-product-list-view .cart-items-count .select2-container .select2-selection--single .select2-selection__rendered, .cart-faviroite-button .cart-items-count .select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 67px;
  line-height: 50px;
  border: 0;
}

.header-search-container .cart-items-count .select2-container .select2-selection--single .select2-selection__rendered:focus, .mkart-product-list-view .cart-items-count .select2-container .select2-selection--single .select2-selection__rendered:focus, .cart-faviroite-button .cart-items-count .select2-container .select2-selection--single .select2-selection__rendered:focus {
  box-shadow: none;
  border: 1px solid #009688;
  outline: 0;
}

.header-search-container .cart-items-count .select2-container--default .select2-selection--single, .mkart-product-list-view .cart-items-count .select2-container--default .select2-selection--single, .cart-faviroite-button .cart-items-count .select2-container--default .select2-selection--single {
  border: 1px solid #e0e0e0;
  border-radius: 0;
}

.header-search-container .cart-items-count .select2-container--default .select2-selection--single:focus, .mkart-product-list-view .cart-items-count .select2-container--default .select2-selection--single:focus, .cart-faviroite-button .cart-items-count .select2-container--default .select2-selection--single:focus {
  outline: 0;
  border-color: #009688;
}

.header-search-container .cart-items-count .select2-container--default .select2-selection--single .select2-selection__arrow, .mkart-product-list-view .cart-items-count .select2-container--default .select2-selection--single .select2-selection__arrow, .cart-faviroite-button .cart-items-count .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 13px;
  right: 14px;
}

.header-search-container .cart-items-count .select2-container .select2-selection--single, .mkart-product-list-view .cart-items-count .select2-container .select2-selection--single, .cart-faviroite-button .cart-items-count .select2-container .select2-selection--single {
  height: 50px;
  background: #fafafa;
  overflow: hidden;
}

.mkart-header-area {
  box-shadow: 2px 0 5px rgba(124, 124, 124, 0.27);
  padding-bottom: 3px;
}

#easy-menu #head-mobile {
  font-size: 25px;
  color: #222222;
  padding: 0;
}

#easy-menu #head-mobile i {
  display: none;
}

#easy-menu .button {
  font-size: 25px;
  color: #222222;
  display: none;
  padding: 0;
}

#hidden-sidebar-close {
  text-align: right;
  padding-bottom: 20px;
}

#hidden-sidebar-close i {
  font-size: 20px;
  cursor: pointer;
  color: #000000;
}

.hidden-sidebar.sidebar-show {
  left: 0;
}

.menu-area #easy-menu {
  top: 0;
}

.menu-area #easy-menu li a {
  display: block;
  text-transform: uppercase;
  padding: 25px 24px 27px 24px;
}

.menu-area #easy-menu li a:hover {
  color: #009688;
}

.menu-area #easy-menu li a.active {
  color: #009688;
}

.menu-area .search-box {
  display: inline-block;
  margin-top: 17px;
}

.menu-area .search-box a {
  color: #747474;
  font-size: 14px;
}

.menu-area .search-box a i {
  color: #747474;
  font-size: 14px;
}

.menu-area .search-box #search {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  transition: all 0.5s ease-in-out;
  -webkit-transform: translate(0px, -100%) scale(0, 0);
  -ms-transform: translate(0px, -100%) scale(0, 0);
  transform: translate(0px, -100%) scale(0, 0);
  opacity: 0;
  display: none;
}

.menu-area .search-box #search.open {
  -webkit-transform: translate(0px, 0px) scale(1, 1);
  -ms-transform: translate(0px, 0px) scale(1, 1);
  transform: translate(0px, 0px) scale(1, 1);
  opacity: 1;
  z-index: 106;
  display: block;
}

.menu-area .search-box #search input[type="search"] {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -51px;
  width: 60%;
  margin-left: 20%;
  color: #ffffff;
  background: transparent;
  border-top: 1px solid rgba(255, 255, 255, 0.8);
  border-bottom: 2px solid rgba(255, 255, 255, 0.5);
  border-left: 0px solid transparent;
  border-right: 0px solid transparent;
  font-size: 25px;
  font-family: Roboto;
  font-weight: 300;
  text-align: center;
  outline: none;
  padding: 10px;
}

.menu-area .search-box #search .close {
  position: fixed;
  top: 25px;
  width: 50px;
  height: 50px;
  right: 25px;
  opacity: 1;
}

.menu-area .search-box #search .close i {
  font-size: 35px;
  color: #fff;
}

.menu-area .search-box #search .close:hover {
  color: #FC2121;
  cursor: pointer;
}

.menu-area .social-icon ul {
  padding-left: 0;
}

.menu-list {
  margin-bottom: 0;
}

.social-icon {
  padding-top: 16px;
}

.social-icon ul li {
  display: inline-block;
  padding-left: 6px;
  padding-top: 6px;
}

.social-icon ul li a {
  font-size: 24px;
}

.social-icon ul li a .fa-facebook-official {
  color: #3b5998;
}

.social-icon ul li a .fa-google-plus-square {
  color: #ea4335;
}

.social-icon ul li a .fa-twitter-square {
  color: #1da1f2;
}

.social-icon ul li a .fa-linkedin-square {
  color: #0077b5;
}

.social-icon ul li a .fa-youtube-square {
  color: #e42c27;
}

.social-icon ul li a .fa-vimeo-square {
  color: #00b3ec;
}

#easy-menu #head-mobile {
  font-size: 25px;
  color: #222222;
  padding: 0;
}

#easy-menu #head-mobile i {
  display: none;
}

#easy-menu .button {
  font-size: 25px;
  color: #222222;
  display: none;
  padding: 0;
}

#easy-menu > ul {
  margin-left: -24px;
}

#easy-menu,
#easy-menu ul,
#easy-menu ul li,
#easy-menu ul li a,
#easy-menu #head-mobile {
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  box-sizing: border-box;
}

#easy-menu #head-mobile {
  display: none;
}

#easy-menu > ul > li {
  float: left;
}

#easy-menu ul ul li:hover ul {
  margin-top: -40px;
}

#easy-menu ul ul {
  position: absolute;
  left: -9999px;
  background: #fff;
  z-index: 2;
  padding: 5px 0 5px 0;
  border: 1px solid rgba(164, 181, 224, 0.17);
  margin-top: 10px;
  transition-property: margin-top;
  transition-duration: .2s;
  transition-timing-function: ease-out;
}

#easy-menu ul ul li a:before {
  display: none;
}

.menu-area .menu-list > li.has-sub li a {
  padding: 16px 26px !important;
}

#easy-menu ul ul li {
  transition: all .25s ease;
}

#easy-menu li:hover > ul {
  left: auto;
  margin-top: 0;
}

#easy-menu ul ul ul {
  margin-left: 100%;
  transition: .3s;
}

#easy-menu ul ul li:last-child {
  border-bottom: 0;
}

#easy-menu ul ul li a {
  width: 190px;
}

#easy-menu ul ul > li.has-sub:hover > a:before {
  top: 17px;
  height: 0;
}

@media (max-width: 991px) {
  .easy-menu {
    min-height: 55px;
  }
  .easy-menu .button {
    text-align: right;
  }
  #easy-menu ul ul ul {
    border-top: 1px solid rgba(164, 181, 224, 0.17);
  }
  nav {
    width: 100%;
  }
  #easy-menu ul ul li:hover ul {
    margin-top: 0;
  }
  #easy-menu .button {
    display: block;
    margin-top: -6px;
    float: right;
    margin-right: 5px;
    text-align: right;
    width: 100%;
  }
  #easy-menu {
    width: 100%;
  }
  #easy-menu ul {
    width: 100%;
    display: none;
  }
  #easy-menu .menu-list {
    padding-top: 51px;
  }
  .menu-area #easy-menu li a {
    padding: 16px 24px 16px 24px;
  }
  #easy-menu ul li {
    width: 100%;
    border-top: 1px solid rgba(164, 181, 224, 0.17);
  }
  #easy-menu ul ul li,
  #easy-menu li:hover > ul > li {
    height: auto;
  }
  #easy-menu ul li a,
  #easy-menu ul ul li a {
    width: 100%;
    border-bottom: 0;
  }
  #easy-menu > ul > li {
    float: none;
  }
  #easy-menu ul ul li a {
    padding-left: 25px;
  }
  #easy-menu ul ul ul li a {
    padding-left: 35px;
  }
  #easy-menu ul ul,
  #easy-menu ul ul ul {
    position: relative;
    left: 0;
    width: 100%;
    margin: 0;
    text-align: left;
  }
  #easy-menu > ul > li.has-sub > a:after,
  #easy-menu > ul > li.has-sub > a:before,
  #easy-menu ul ul > li.has-sub > a:after,
  #easy-menu ul ul > li.has-sub > a:before {
    display: none;
  }
  #easy-menu #head-mobile {
    display: block;
    padding: 23px;
    color: #ddd;
    font-size: 12px;
    font-weight: 700;
  }
  .button {
    width: 25px;
    height: 26px;
    position: absolute;
    left: 0;
    top: 14px;
    cursor: pointer;
    z-index: 12399994;
    transition: 0s;
  }
  #easy-menu .submenu-button {
    position: absolute;
    z-index: 99;
    right: 0;
    top: 0;
    display: block;
    border-left: 1px solid rgba(164, 181, 224, 0.17);
    height: 46px;
    width: 46px;
    cursor: pointer;
  }
  .menu-area .menu-list > li a {
    padding: 16px 26px;
  }
  #easy-menu ul ul {
    border: 0;
    padding: 0;
  }
  #easy-menu ul ul li:first-child {
    border: 0;
  }
  #easy-menu ul ul .submenu-button {
    height: 46px;
    width: 46px;
  }
  #easy-menu .submenu-button:after {
    position: absolute;
    top: 22px;
    right: 19px;
    width: 8px;
    height: 2px;
    display: block;
    background: #828282;
    content: '';
  }
  #easy-menu ul ul .submenu-button:after {
    top: 22px;
    right: 17px;
  }
  #easy-menu .submenu-button.submenu-opened:after {
    background: #828282;
  }
  #easy-menu .submenu-button:before {
    position: absolute;
    top: 19px;
    right: 22px;
    display: block;
    width: 2px;
    height: 8px;
    background: #828282;
    content: '';
  }
  #easy-menu ul ul .submenu-button:before {
    top: 19px;
    right: 20px;
  }
  #easy-menu .submenu-button.submenu-opened:before {
    display: none;
  }
  #easy-menu ul ul ul li.active a {
    border-left: none;
  }
  #easy-menu > ul > li.has-sub > ul > li.active > a,
  #easy-menu > ul ul > li.has-sub > ul > li.active > a {
    border-top: none;
  }
  #easy-menu > ul > li.has-sub li.has-sub {
    padding-bottom: 0;
  }
  #easy-menu > ul > li.has-sub li.has-sub > a {
    padding-bottom: 15px;
  }
}

/* -----------------------------------
**  End Menu Area
-------------------------------------*/
/* -----------------------------------
**  Slider
-------------------------------------*/
.slider-area {
  background: #eee;
}

.slider-area .slider-blod-text {
  font-weight: 700 !important;
  text-transform: uppercase;
}

.slider-area .slider-blod-text span {
  font-weight: 700;
}

.slider-arrow-button:hover {
  background: transparent !important;
  text-align: center;
}

.slider-arrow-button .mkart-button-two {
  text-align: center !important;
}

.tp-bgimg {
  opacity: 0 !important;
  z-index: -100 !important;
}

.uranus.tparrows {
  width: 60px;
  height: 60px;
  background: rgba(69, 69, 69, 0.4);
  border-radius: 100%;
  padding-top: 5px;
  padding-left: 3px;
  text-align: center;
  opacity: 1 !important;
  transition: .3s;
}

.uranus.tparrows:before {
  font-size: 25px;
}

.uranus.tparrows:hover {
  background: #009688;
}

/* banner */
.banner-area {
  background: #f4f5f5;
  position: relative;
  border-bottom: 1px solid #e0e0e0;
  overflow: hidden;
}

.banner-area .banner-image {
  position: absolute;
  right: 40px;
  bottom: 0;
}

.banner-text {
  padding-top: 57px;
  position: relative;
  padding-bottom: 90px;
  z-index: 1;
}

.banner-text h1 {
  text-transform: uppercase;
  font-weight: 700;
}

.banner-text h2 {
  font-weight: 400;
}

.banner-text .mkart-button-two {
  margin-top: 45px;
}

.home-three-slider {
  background: transparent;
  margin-top: 30px;
}

.home-three-slider .slider-inner {
  background: #f2f3f3;
  position: relative;
  padding-top: 95px;
  padding-bottom: 75px;
  border: 1px solid #e0e0e0;
  padding-left: 100px;
  padding-right: 100px;
  position: relative;
}

.home-three-slider .owl-theme .owl-controls .owl-buttons div.owl-prev,
.home-three-slider .owl-theme .owl-controls .owl-buttons div.owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  opacity: 1;
  background: #afafaf;
  font-size: 30px;
  padding-top: 8px;
  border-radius: 100%;
}

.home-three-slider .owl-theme .owl-controls .owl-buttons div.owl-prev {
  left: 10px;
}

.home-three-slider .owl-theme .owl-controls .owl-buttons div.owl-next {
  right: 10px;
}

.home-three-slider .slide-text h1 {
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.home-three-slider .slide-text h2 {
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.home-three-slider .slide-text h3 {
  margin-bottom: 38px;
}

/* -----------------------------------
**  End Slider
-------------------------------------*/
/* -----------------------------------
**  Subscriber Area
-------------------------------------*/
.subscribe-area {
  padding: 40px 0;
  border-bottom: 1px solid #e0e0e0;
}

.subscribe-area .text {
  width: 320px;
  display: table-cell;
  vertical-align: middle;
}

.subscribe-container {
  display: table;
  width: 100%;
}

.subscribe-container .text p {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  margin-bottom: 0;
}

.subscribe-box {
  width: calc(100% - 350px);
  display: table-cell;
  vertical-align: middle;
}

.subscribe-box .search-field {
  width: calc(100% - 210px);
  float: left;
}

.subscribe-box .mkart-button {
  float: right;
}

/* -----------------------------------
**  End Subscriber Area
-------------------------------------*/
/* -----------------------------------
**   Feature Section
-------------------------------------*/
.feature-section {
  background: #f8f8f8;
  margin-bottom: 30px;
}

.feature-item {
  padding: 73px 40px 48px 40px;
  transition: .3s;
}

.feature-item .icon {
  float: left;
  width: 40px;
  font-size: 36px;
}

.feature-item .icon i {
  transition: .3s;
}

.feature-item .text {
  margin-left: 53px;
}

.feature-item:hover {
  background: #fff;
}

.feature-item:hover .icon {
  color: #009688;
}

/* -----------------------------------
**  End Feature Section
-------------------------------------*/
/* -----------------------------------
**  Offer Section
-------------------------------------*/
.offer-item {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}

.offer-item .image-thumb {
  margin-left: auto;
}

.offer-item h3 {
  margin-top: 5px;
  margin-bottom: 16px;
}

.offer-item .text {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
  z-index: 2;
  padding: 40px;
}

.offer-item p {
  max-width: 250px;
}

.offer-item.text-left .text {
  padding-top: 120px;
}

.offer-item.text-right .text {
  align-items: center;
}

.offer-item.text-right p {
  margin-left: auto;
}

.offer-item.text-right .image-thumb {
  margin-left: 0;
}

.offer-item.text-right .text {
  right: 0;
}

.offer-item.text-right .text > div {
  margin-left: auto;
}

.offer-item.text-left .text {
  align-items: top;
}

.offer-item.without-thumb {
  padding-top: 5px;
  padding-bottom: 10px;
}

.offer-item.without-thumb .text {
  position: static;
  display: block;
}

.offer-item.without-thumb .text p {
  margin-left: auto;
  margin-right: auto;
}

.sponsor-crousel {
  padding: 80px 0;
}

.sponsor-crousel .owl-controls .owl-buttons div {
  width: 25px;
  height: 30px;
  opacity: 1;
  border-radius: 0;
  background: #cacaca;
  position: absolute;
  top: 43%;
}

.sponsor-crousel .owl-controls .owl-buttons div.owl-prev {
  left: -25px;
}

.sponsor-crousel .owl-controls .owl-buttons div.owl-next {
  right: -25px;
}

.sponsor-crousel .owl-item {
  text-align: center;
  padding: 10px 15px;
}

.sponsor-crousel .owl-item img {
  margin-left: auto;
  opacity: .65;
  margin-right: auto;
  transition: .3s;
}

.sponsor-crousel .sponsor-logo {
  min-height: 130px;
  border: 1px solid #f1f1f1;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: .3s;
}

.sponsor-crousel .sponsor-logo:hover {
  background: #fff;
  box-shadow: 0 0 5px rgba(112, 112, 112, 0.35);
}

.sponsor-crousel .sponsor-logo:hover img {
  opacity: 1;
}

/* -----------------------------------
**  End Offer Section
-------------------------------------*/
/* -----------------------------------
**   Product
-------------------------------------*/
.rating-symbol {
  font-size: 16px;
  margin: 2px;
  color: #ffc600;
}

.rating-symbol .empty-star {
  color: #dcdcdc;
}

.mkart-product {
  text-align: center;
  padding: 1px;
  position: relative;
  margin-bottom: 30px;
}

.mkart-product:before {
  background: #fff;
  border: 1px solid #e0e0e0;
  content: '';
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  transition: .3s;
}

.mkart-product .image {
  border-bottom: 1px solid #e0e0e0;
}

.mkart-product .text {
  padding-top: 29px;
  position: relative;
  padding-bottom: 46px;
  z-index: 2;
}

.mkart-product .price {
  font-size: 24px;
  font-weight: 500;
  padding-bottom: 12px;
}

.mkart-product .product-heading {
  margin-bottom: 15px;
}

.mkart-product .mkart-button {
  margin-bottom: 25px;
  margin-top: 15px;
}

.mkart-product .mkart-button i {
  font-size: 24px;
  padding-right: 7px;
  vertical-align: middle;
}

.mkart-product .old-price {
  font-size: 18px;
}

.mkart-product .product-rating {
  margin-bottom: 25px;
}

.mkart-product .image {
  position: relative;
}

.mkart-product .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: .3s;
}

.mkart-product .image:hover .overlay {
  background: rgba(255, 255, 255, 0.85);
}

.mkart-product .image:hover .overlay > div.expand-button {
  bottom: 10px;
  opacity: 1;
}

.mkart-product .image:hover .overlay > div.wishlist-button {
  bottom: 40px;
  opacity: 1;
}

.mkart-product .image:hover .overlay > div.compare-button {
  bottom: 70px;
  opacity: 1;
}

.mkart-product .image .new-item, .mkart-product .image .item-disccount-percent {
  position: absolute;
  padding: 2px 22px;
  text-transform: uppercase;
  top: 10px;
  z-index: 1;
  color: #fff;
  box-shadow: 0 2px 4px #c3c3c3;
}

.mkart-product .image .new-item span, .mkart-product .image .item-disccount-percent span {
  display: block;
}

.mkart-product .image .new-item span:before, .mkart-product .image .item-disccount-percent span:before {
  position: absolute;
  bottom: -5px;
  content: '';
  border-bottom: 0 solid transparent;
  border-left: 0 solid transparent;
}

.mkart-product .image .new-item {
  background: #16c0b0;
  right: -8px;
}

.mkart-product .image .new-item span:before {
  border-top: 5px solid #16c0b0;
  border-right: 8px solid transparent;
  right: 0px;
}

.mkart-product .image .item-disccount-percent {
  background: #ff6d6d;
  left: -8px;
}

.mkart-product .image .item-disccount-percent span:before {
  border-top: 5px solid #ff6d6d;
  left: 0px;
  border-left: 8px solid transparent;
}

.mkart-product .overlay > div {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
}

.mkart-product .overlay > div .icon {
  padding-top: 1px;
  width: 25px;
  height: 25px;
  border-radius: 100%;
  display: inline-block;
  font-size: 10px;
  margin-right: 10px;
  color: #fff;
}

.mkart-product .overlay > div .title {
  color: #707070;
  padding-right: 0;
  display: inline-block;
  opacity: 0;
  position: absolute;
  width: 120px;
  right: 35px;
  transition: .3s;
  text-align: right;
  z-index: -2;
}

.mkart-product .overlay > div:hover .title {
  opacity: 1;
  right: 45px;
  z-index: 1;
}

.mkart-product .overlay > div:hover .icon {
  background: #707070;
}

.mkart-product .overlay > div.expand-button {
  bottom: 0;
  opacity: 0;
  transition: .3s;
}

.mkart-product .overlay > div.wishlist-button {
  bottom: 0;
  opacity: 0;
  transition: .3s;
}

.mkart-product .overlay > div.wishlist-button .icon {
  padding-top: 2px;
}

.mkart-product .overlay > div.compare-button {
  bottom: 0;
  opacity: 0;
  transition: .3s;
}

.mkart-product .product-rating {
  position: absolute;
  bottom: -5px;
  width: 100%;
  transition: .3s;
  z-index: 2;
}

.mkart-product .cart-button {
  position: absolute;
  bottom: 0;
  width: 100%;
  transition: .5s;
  opacity: 0;
  z-index: 2;
}

.mkart-product:hover .image {
  z-index: 3;
}

.mkart-product:hover:before {
  bottom: -86px;
  z-index: 2;
}

.mkart-product:hover .product-rating {
  bottom: -90px;
}

.mkart-product:hover .cart-button {
  bottom: -38px;
  opacity: 1;
}

input.rating {
  display: none;
}

.product-tab .owl-theme .owl-controls {
  margin-top: 0;
  position: absolute;
  top: -76px;
  right: 0;
}

.product-tab .owl-theme .owl-controls .owl-buttons div {
  height: 35px;
  width: 35px;
  border-radius: 0;
  font-size: 16px;
  padding: 6px;
  background: #cacaca;
  transition: .3s;
  margin-right: 0;
  margin-left: 10px;
}

.product-tab .owl-theme .owl-controls .owl-buttons div:hover {
  background: #009688;
}

.product-tab .nav-tabs {
  margin-bottom: 30px;
}

.product-tab .nav-tabs > li > a {
  border: 0;
  border-radius: 0;
  font-size: 18px;
  text-transform: uppercase;
  padding: 12px 20px;
  letter-spacing: 1.4px;
}

.product-tab .nav-tabs > li > a:hover {
  background: transparent;
}

.product-tab .nav-tabs > li.active > a, .product-tab .nav-tabs > li.active > a:focus, .product-tab .nav-tabs > li.active > a:hover {
  color: #fff;
  background: #009688;
  cursor: default;
  border: 0;
}

.product-carousel, .feature-product-carousel {
  margin-left: -30px;
  width: calc(100% + 29px);
}

.product-carousel .owl-item, .feature-product-carousel .owl-item {
  padding-bottom: 86px;
  padding-top: 2px;
}

.product-carousel .mkart-product, .feature-product-carousel .mkart-product {
  margin-left: 30px;
  margin-top: 6px;
}

.mkart-counter {
  position: relative;
  z-index: 2;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 25px;
  padding-bottom: 28px;
}

.countdown-show4 .countdown-section,
.countdown-show3 .countdown-section,
.countdown-show2 .countdown-section,
.countdown-show5 .countdown-section {
  text-align: center;
  line-height: 24px;
  font-size: 14px;
}

.countdown-show4 {
  width: 300px !important;
  height: 300px !important;
}

.countdown-amount {
  font-size: 24px;
  line-height: 24px;
}

.is-countdown {
  border: 0;
  background: transparent;
}

.single-product-carousel .owl-theme .owl-controls {
  position: absolute;
  top: 47%;
  top: calc(50% - 15px);
  width: 100%;
  z-index: 3;
}

.single-product-carousel .owl-theme .owl-controls .owl-buttons div {
  height: 30px;
  width: 25px;
  opacity: 1;
  background: #cacaca;
  font-size: 16px;
  border-radius: 0;
}

.single-product-carousel .owl-theme .owl-controls .owl-prev {
  float: left;
  margin-left: -12px !important;
}

.single-product-carousel .mkart-product .image:hover .overlay {
  background: transparent;
}

.single-product-carousel .owl-theme .owl-controls .owl-next {
  float: right;
  margin-right: -12px !important;
}

.feature-product-area {
  margin-top: 72px;
}

.feature-product-area .product-tab .owl-theme .owl-controls {
  width: 100%;
  top: 24%;
}

.feature-product-area .owl-theme .owl-controls .owl-buttons div.owl-prev {
  float: left;
}

.feature-product-area .owl-theme .owl-controls .owl-buttons div.owl-next {
  float: right;
  margin-right: -15px;
}

/* -----------------------------------
**  End Product
-------------------------------------*/
/* -----------------------------------
**   Discout Area
-------------------------------------*/
.discount-item {
  padding: 70px 15px;
}

.discount-item:hover {
  background: #f9fffe;
}

.discount-item .col-sm-6 {
  display: table-cell;
  vertical-align: middle;
}

.discount-item h3 {
  margin-bottom: 20px;
  margin-top: 3px;
}

/* -----------------------------------
**  End Discout Area
-------------------------------------*/
/* -----------------------------------
**   Home Blog
-------------------------------------*/
.blog-post-item, .home-blog-item, .home-blog-layout-two {
  margin-bottom: 30px;
}

.blog-post-item .image, .home-blog-item .image, .home-blog-layout-two .image {
  position: relative;
  overflow: hidden;
}

.blog-post-item .overlay, .home-blog-item .overlay, .home-blog-layout-two .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(112, 112, 112, 0.5);
  left: 0;
  top: 0;
  text-align: center;
  opacity: 0;
  transition: .3s;
  transform: scale(2);
}

.blog-post-item .blog-link, .home-blog-item .blog-link, .home-blog-layout-two .blog-link {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 30px;
  display: inline-block;
  padding-top: 15px;
  margin: auto;
  top: 50%;
  position: relative;
  transform: translateY(-50%);
}

.blog-post-item .home-blog-text, .blog-post-item .text, .home-blog-item .home-blog-text, .home-blog-item .text, .home-blog-layout-two .home-blog-text, .home-blog-layout-two .text {
  padding: 31px 30px 27px 30px;
}

.blog-post-item:hover .overlay, .home-blog-item:hover .overlay, .home-blog-layout-two:hover .overlay {
  opacity: 1;
  transform: scale(1);
}

.home-blog-item, .home-blog-layout-two {
  border: 1px solid #e0e0e0;
}

.home-blog-item .image, .home-blog-layout-two .image {
  border-bottom: 1px solid #e0e0e0;
}

.home-blog-item p, .home-blog-layout-two p {
  margin-bottom: 18px;
}

.home-blog-item h4, .home-blog-layout-two h4 {
  line-height: 30px;
}

.meta-info span {
  padding-right: 14px;
}

.home-blog-layout-two {
  display: table;
  width: 100%;
}

.home-blog-layout-two .image {
  display: table-cell;
  width: 270px;
}

.home-blog-layout-two .home-blog-text {
  display: table-cell;
  width: calc(100% - 270px);
  vertical-align: middle;
  padding: 21px 30px 25px 30px;
}

/* -----------------------------------
**  End  Home Blog
-------------------------------------*/
/* -----------------------------------
** Purchase and Testimonial
-------------------------------------*/
.purchase-template, .testimonial {
  margin-bottom: 30px;
  padding-top: 3px;
}

.purchase-template .section-heading h2, .testimonial .section-heading h2 {
  margin-bottom: 7px;
}

.purchase-template h3, .testimonial h3 {
  font-weight: 400;
  margin-bottom: 20px;
}

.testimonial .owl-theme .owl-controls {
  margin-top: 3px;
}

.testimonial-item .image {
  width: 80px;
  float: left;
}

.testimonial-item .quote {
  margin-left: 110px;
}

.testimonial-item .quote p {
  font-style: italic;
}

.testimonial-item .quote p i {
  font-size: 16px;
}

.owl-theme .owl-controls .owl-page span {
  background: #707070;
  width: 7px;
  opacity: 1;
  margin: 3px;
  height: 7px;
}

.owl-theme .owl-controls .owl-page.active span {
  background: #009688;
}

/* -----------------------------------
** End Purchase and Testimonial
-------------------------------------*/
/* -----------------------------------
** Footer
-------------------------------------*/
.footer-menu {
  padding: 40px 0;
  background: #303030;
  border-bottom: 1px solid #5d5d5c;
}

.footer-menu ul {
  padding: 12px 0 7px 0;
}

.footer-menu ul li {
  display: inline-block;
  list-style: none;
  padding-right: 30px;
  padding-bottom: 8px;
}

.footer-menu ul li a {
  text-transform: uppercase;
  color: #c0c0c0;
}

.footer-menu ul li a:hover {
  color: #fff;
}

.footer-menu .mkart-button {
  background: #454545;
  border: 0;
  color: #fff;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.64);
}

.main-footer {
  background: #3c3b3a;
  padding-top: 80px;
  padding-bottom: 38px;
}

.main-footer p {
  color: #fff;
}

.main-footer .footer-logo {
  display: inline-block;
  padding-bottom: 15px;
}

.main-footer .section-heading {
  padding-bottom: 21px;
}

.footer-widget {
  padding-bottom: 30px;
}

.footer-widget h3 {
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 26px;
}

.footer-widget li {
  list-style: none;
  padding-bottom: 8px;
}

.footer-widget li a {
  color: #c0c0c0;
}

.footer-widget li a i {
  padding-right: 10px;
}

.footer-widget li a:hover {
  color: #fff;
}

.footer-widget li a:hover i {
  color: #009688;
}

.contact-way {
  padding-bottom: 15px;
}

.contact-way .icon {
  color: #fff;
  font-size: 24px;
  width: 38px;
  float: left;
}

.contact-way .text {
  margin-left: 40px;
}

.contact-way .text h5 {
  text-transform: uppercase;
  font-size: 14px;
  color: #fff;
  margin-bottom: 5px;
}

.contact-way .text span {
  color: #c0c0c0;
}

.footer-social-area {
  text-align: center;
  background: #454545;
  padding: 22px 0;
  border-top: 1px solid #646464;
  border-bottom: 1px solid #646464;
}

.footer-social-area ul li {
  display: inline-block;
  list-style: none;
  padding: 6px 17px;
}

.footer-social-area ul li a {
  font-size: 24px;
  color: #c0c0c0;
}

.footer-social-area ul li a:hover {
  color: #fff;
}

.copyright-area {
  background: #303030;
  padding-top: 15px;
  padding-bottom: 15px;
}

.footer-bottom-menu {
  padding-top: 5px;
}

.footer-bottom-menu ul li {
  list-style: none;
  display: inline-block;
  padding: 5px 0;
}

.footer-bottom-menu ul li a {
  color: #c0c0c0;
  text-transform: uppercase;
}

.footer-bottom-menu ul li a:hover {
  color: #fff;
}

.footer-bottom-menu ul li:before {
  content: '|';
  padding: 0 13px;
  color: #c0c0c0;
}

.footer-bottom-menu ul li:first-child:before {
  display: none;
}

.copyright-text {
  color: #c0c0c0;
}

.copyright-text .brand-name, .copyright-text .author-name {
  color: #fff;
}

.footer-pamayent-method {
  padding: 15px 0;
  text-align: right;
}

.footer-pamayent-method ul li {
  list-style: none;
  display: inline-block;
  padding: 5px;
}

.footer-pamayent-method ul li:first-child {
  padding-left: 0;
}

.footer-pamayent-method ul li:last-child {
  padding-right: 0;
}

/* -----------------------------------
** End Footer
-------------------------------------*/
/* -----------------------------------
** About Us
-------------------------------------*/
.manage-director {
  display: flex;
}

.manage-director span {
  margin-right: 15px;
  font-family: "Montserrat", sans-serif;
  display: inline-block;
}

.manage-director ul li {
  list-style: none;
  display: inline-block;
  margin-right: 15px;
}

.manage-director ul li a {
  color: #9b9b9b;
}

.manage-director ul li a:hover {
  color: #009688;
}

.about-us-top p {
  margin-bottom: 16px;
}

.about-us-top h4 {
  margin-bottom: 10px;
}

.single-carousel-item {
  text-align: center;
  border: 1px solid #e0e0e0;
  padding: 15px 25px;
  margin-left: 15px;
  margin-right: 15px;
  transition: .3s;
}

.single-carousel-item .icon {
  width: 50px;
  height: 50px;
  border: 1px solid #e0e0e0;
  border-radius: 100%;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  margin-top: 35px;
  padding-top: 10px;
  margin-bottom: 18px;
  transition: .3s;
}

.single-carousel-item:hover {
  background: #fff;
  border-color: #009688;
}

.single-carousel-item:hover .icon {
  border-color: #009688;
  background: #009688;
  color: #fff;
}

.about-do-carousel.owl-theme .owl-controls .owl-buttons div {
  position: absolute;
  background: transparent;
  font-size: 24px;
  color: #707070;
  top: 42%;
  transition: .3s;
}

.about-do-carousel.owl-theme .owl-controls .owl-buttons div:hover {
  color: #009688;
}

.about-do-carousel.owl-theme .owl-controls .owl-buttons div.owl-prev {
  left: -35px;
}

.about-do-carousel.owl-theme .owl-controls .owl-buttons div.owl-next {
  right: -35px;
}

.team-member {
  position: relative;
  border: 1px solid #e0e0e0;
  margin-bottom: 30px;
}

.team-member .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0);
  transition: .3s;
}

.team-member .text {
  text-align: center;
  background: #fff;
  position: absolute;
  top: 55%;
  width: 100%;
  transform: translateY(-50%);
  padding-top: 47px;
  padding-bottom: 32px;
  opacity: 0;
  transition: .5s;
}

.team-member .text h4 {
  font-weight: 400;
  margin-bottom: 7px;
}

.team-member .text ul {
  padding-top: 19px;
}

.team-member .text ul li {
  display: inline-block;
  list-style: none;
  padding: 2px 7px;
}

.team-member .text ul li a {
  color: #9b9b9b;
}

.team-member .text ul li a:hover {
  color: #009688;
}

.team-member:hover .overlay {
  background: rgba(255, 255, 255, 0.6);
}

.team-member:hover .text {
  padding-top: 27px;
  opacity: 1;
  top: 50%;
  padding-bottom: 22px;
}

.our-capability {
  max-width: 570px;
  margin-left: auto;
}

.our-capability .section-heading {
  padding-bottom: 34px;
}

.our-capability .section-heading p {
  margin: 0;
}

.capability-all-progress {
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
}

.capability-all-progress span {
  display: block;
  margin-bottom: 2px;
}

.capability-all-progress .single-progress {
  margin-bottom: 30px;
}

.capability-all-progress .single-progress .progress-wraper {
  position: relative;
  height: 5px;
  background: #fafafa;
}

.capability-all-progress .single-progress .progress-wraper .progress-bar {
  background: #009688;
  height: 5px;
  position: absolute;
  left: 0;
  top: 0;
}

/* -----------------------------------
** End About Us
-------------------------------------*/
/* -----------------------------------
** Checkout
-------------------------------------*/
.ship-difirence-address .heading, .billing-address .heading {
  padding-bottom: 27px;
}

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

.payment-method .nav-tabs {
  border-color: transparent;
}

.payment-method .nav-tabs li {
  margin: 0 2px;
}

.payment-method .nav-tabs li a {
  border-radius: 0;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  border: 1px solid #e0e0e0;
  padding: 15px 23px;
}

.payment-method .nav-tabs li a:hover {
  background: #009688;
  color: #fff;
}

.payment-method .nav-tabs li.active a {
  background: #009688;
  color: #fff;
  border-color: #009688;
}

.payment-method .tab-content {
  padding-top: 30px;
}

.payment-method .select2 {
  width: 100% !important;
}

.vertical-image-text {
  display: table;
  width: 100%;
}

.vertical-image-text .image {
  display: table-cell;
  vertical-align: middle;
}

.vertical-image-text .text {
  display: table-cell;
  vertical-align: middle;
  padding-left: 20px;
}

.table > tbody > tr th {
  padding: 10px 20px;
  border: 1px solid #e0e0e0;
  background: #fafafa;
}

.table > tbody > tr > td,
.table > tfoot > tr > td,
.table > thead > tr > td {
  padding: 20px;
  border: 1px solid #e0e0e0;
  vertical-align: middle;
}

.value-increment-decrement input {
  text-align: center;
  width: 78px;
  margin-left: auto;
}

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

.confirm-order .vertical-image-text .image {
  width: 90px;
  border: 1px solid #e0e0e0;
}

.confirm-order .vertical-image-text .text h4 {
  text-transform: uppercase;
  margin-bottom: 9px;
}

.confirm-order .vertical-image-text .text div span {
  margin-right: 20px;
  font-weight: 500;
}

.confirm-order .price, .confirm-order .quantity, .confirm-order .total {
  text-align: right;
  font-weight: 500;
}

.cart-amount-detail {
  text-align: right;
  border: 1px solid #e0e0e0;
  font-size: 14px;
  font-weight: 400;
}

.cart-amount-detail .ash-bg {
  border-bottom: 1px solid #e0e0e0;
  padding: 10px 20px;
}

.cart-amount-detail .single-info {
  padding: 4px 0;
}

.cart-amount-detail .single-info span {
  width: 150px;
  display: inline-block;
}

.cart-amount-detail .grand-total {
  padding: 9px 20px;
}

/* -----------------------------------
** End Checkout
-------------------------------------*/
/* -----------------------------------
** 404
-------------------------------------*/
.error404 {
  font-size: 235px;
  line-height: 240px;
  font-weight: 700;
}

.error-text {
  margin-bottom: 3px;
}

.error-text span {
  font-size: 18px;
}

.error-text > span {
  display: block;
  margin-bottom: 8px;
}

/* -----------------------------------
** End 404
-------------------------------------*/
/* -----------------------------------
**   Blog Page
-------------------------------------*/
.breadcumb {
  margin-bottom: 70px;
}

.breadcumb .home-icon {
  height: 35px;
  width: 35px;
  border-radius: 100%;
  background: #f5f5f5;
  display: inline-block;
  padding-top: 5px;
  text-align: center;
}

.breadcumb ul {
  display: inline-block;
}

.breadcumb ul li {
  display: inline-block;
  list-style: none;
}

.breadcumb ul li a {
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
}

.breadcumb ul li:before {
  content: '|';
  padding: 0 10px;
}

.blog-post-item {
  margin-bottom: 74px;
}

.blog-post-item h3 {
  text-transform: uppercase;
}

.blog-post-item .meta-info {
  margin-bottom: 38px;
  padding-top: 3px;
}

.blog-post-item .image-text {
  border: 1px solid #e0e0e0;
  display: table;
  position: relative;
  width: 100%;
}

.blog-post-item .image-text .image {
  display: table-cell;
  width: 470px;
}

.blog-post-item .image-text .text {
  display: table-cell;
  vertical-align: top;
}

.blog-post-item .post-date {
  top: -10px;
  position: absolute;
  min-width: 118px;
  text-align: center;
  z-index: 4;
  background: #16c0b0;
  color: #fff;
}

.blog-post-item .post-date span {
  display: block;
  position: relative;
  padding: 2px 10px;
}

.blog-post-item .post-date span:before {
  position: absolute;
  top: 0;
  content: '';
  border-bottom: 11px solid #2da096;
  border-top: 0 solid transparent;
  right: -7px;
  border-right: 8px solid transparent;
}

.blog-post-item:not(.text-right) .post-date {
  left: 10px;
}

.blog-post-item.text-right .post-date {
  right: 10px;
}

.blog-page-content .section-heading p {
  margin-bottom: 18px;
}

.mkart-pagination ul li {
  display: inline-block;
  list-style: none;
  text-align: center;
}

.mkart-pagination ul li a {
  display: inline-block;
  padding-top: 5px;
  border-radius: 100%;
  width: 35px;
  height: 35px;
}

.mkart-pagination ul li a:hover {
  background: #009688;
  color: #fff;
}

.blog-detail .outer-image {
  position: relative;
}

.blog-detail .blog-post-item {
  margin-bottom: 30px;
}

.blog-detail-text p {
  line-height: 30px;
}

.blog-detail-text .qoute p {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.social-sharing-icon ul li {
  display: inline-block;
  list-style: none;
}

.social-sharing-icon ul li a {
  display: inline-block;
  padding-top: 5px;
  border-radius: 100%;
  width: 35px;
  height: 35px;
  text-align: center;
}

.social-sharing-icon ul li a:hover {
  background: #009688;
  color: #fff;
}

.comment-and-short-box {
  border: 1px solid #e0e0e0;
  padding: 2px 35px;
  margin-top: 67px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}

.comment-and-short-box a {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}

.comment-and-short-box .comment-short, .comment-and-short-box .total-comment {
  padding: 10px 0;
}

.single-comment {
  padding-top: 72px;
}

.single-comment .single-comment {
  padding-left: 100px;
}

.single-comment .image {
  width: 70px;
  float: left;
}

.single-comment .comment-text {
  margin-left: 100px;
}

.single-comment .comment-text h5 {
  text-transform: uppercase;
  margin-top: 0;
}

.single-comment .comment-text .comment-time {
  margin-bottom: 7px;
  display: block;
  font-size: 14px;
}

.single-comment .comment-text p {
  line-height: 30px;
  margin-bottom: 12px;
}

.single-comment-menu .replay-share-like {
  width: calc(100% - 70px);
  float: left;
}

.single-comment-menu .replay-share-like ul {
  max-width: 500px;
  display: flex;
}

.single-comment-menu .replay-share-like ul li {
  display: inline-block;
  list-style: none;
  flex: 1 1 auto;
}

.single-comment-menu .replay-share-like ul li a {
  font-weight: 500;
}

.single-comment-menu .replay-share-like ul li a i {
  padding-right: 10px;
}

.single-comment-menu .more-option {
  float: right;
  width: 70px;
  position: relative;
}

.single-comment-menu .more-option .dropdown-menu {
  min-width: 245px;
  margin-left: auto;
  border: 0;
  right: 0;
  padding-top: 14px;
  padding-bottom: 12px;
  margin-top: 10px;
  box-shadow: 0 0 5px rgba(112, 112, 112, 0.4);
}

.single-comment-menu .more-option .dropdown-menu:before {
  content: '';
  background: #fff;
  width: 10px;
  height: 10px;
  position: absolute;
  z-index: 99;
  border-style: solid;
  border-color: rgba(112, 112, 112, 0.4);
  border-width: 1px 1px 0 0;
  top: -6px;
  right: 41px;
  transform: rotate(-45deg);
}

.single-comment-menu .more-option .dropdown-menu li {
  padding-bottom: 5px;
}

.single-comment-menu .more-option .dropdown-menu li a {
  font-size: 12px;
  font-weight: 400;
  color: #707070;
}

.single-comment-menu .more-option .dropdown-menu li a:hover {
  background: transparent;
  color: #009688;
}

.single-comment-menu .fa-circle {
  font-size: 7px;
  padding: 0 4px;
}

.comment-list {
  padding-bottom: 72px;
}

.comment-list > .single-comment:first-child {
  padding-top: 32px;
}

.levae-a-comment-box {
  margin-top: 75px;
}

.levae-a-comment-box h4 {
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 15px;
}

/* -----------------------------------
**  End Blog
-------------------------------------*/
/* -----------------------------------
**  Sidebar
-------------------------------------*/
.widget {
  margin-bottom: 61px;
}

.widget .panel-heading {
  padding: 8px 0;
}

.widget .panel-heading a {
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
}

.widget .panel-heading a i {
  padding-right: 4px;
}

.widget ul li {
  list-style: none;
  padding-bottom: 10px;
}

.widget ul li span {
  padding-left: 4px;
}

.widget ul li a {
  font-size: 14px;
}

.widget ul li a i {
  padding-right: 7px;
}

.widget .panel-body {
  padding: 7px 10px 0 7px;
}

.widget .panel-group .panel-heading + .panel-collapse > .list-group,
.widget .panel-group .panel-heading + .panel-collapse > .panel-body {
  border: 0;
}

.widget .panel {
  border: 0;
  box-shadow: none;
}

.widget-title {
  text-transform: uppercase;
  padding-bottom: 22px;
}

.categories-widget .widget-title {
  padding-bottom: 10px;
}

.categories-widget ul li {
  padding-left: 20px;
}

.archive-widget .widget-title {
  padding-bottom: 16px;
}

.widget-blog-post-item {
  margin-bottom: 34px;
}

.widget-blog-post-item h4 {
  font-weight: 500;
  margin-top: 26px;
  margin-bottom: 17px;
}

.widget-blog-post-item p {
  margin-bottom: 5px;
}

.widget-blog-post-item a {
  font-weight: 400;
}

.widget .tag-list a {
  display: inline-block;
  background: #f5f5f5;
  padding: 6px 16px;
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 10px;
  margin-right: 4px;
}

.widget .tag-list a:hover {
  background: #009688;
  color: #fff;
}

/* -----------------------------------
**  End Sidebar
-------------------------------------*/
/* -----------------------------------
**   Product Grid List
-------------------------------------*/
.view-product-sort {
  padding-bottom: 30px;
}

.view-product-sort .gird-view, .view-product-sort .list-view {
  width: 35px;
  height: 35px;
  border: 1px solid #e0e0e0;
  text-align: center;
  padding-top: 4px;
  display: inline-block;
}

.view-product-sort .gird-view:hover, .view-product-sort .gird-view.active, .view-product-sort .list-view:hover, .view-product-sort .list-view.active {
  background: #009688;
  color: #fff;
}

.view-product-sort .form-group .select2-container--default .select2-selection--single {
  height: 37px;
  margin-top: -5px;
  margin-bottom: -5px;
}

.view-product-sort .form-group .select2-container--default .select2-selection--single .select2-selection__rendered {
  height: 35px;
  line-height: 35px;
}

.view-product-sort .select2-container {
  vertical-align: top;
}

.view-product-sort .form-group .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 1px;
  right: 4px;
}

.view-product-sort > span {
  display: inline-block;
  margin-right: 7px;
}

.sort-price .irs-line {
  background: #e2e2e2;
  height: 1px;
}

.sort-price .irs-bar {
  background: #009688;
  height: 3px;
  top: 24px;
}

.sort-price .irs-from,
.sort-price .irs-to,
.sort-price .irs-single {
  background: transparent;
  color: #494949;
  font-size: 12px;
}

.sort-price .irs-from::after,
.sort-price .irs-to::after,
.sort-price .irs-single::after {
  display: none;
}

.sort-price .irs-slider {
  background: #fff;
  height: 17px;
  border: 4px solid #009688;
  border-radius: 100%;
  width: 17px;
  top: 17px;
}

.sort-price .total-range {
  font-size: 12px;
  color: #4d4d4d;
  font-weight: 700;
  overflow: hidden;
}

.sort-price .irs-from, .sort-price .irs-to {
  top: 70px;
  font-weight: 500;
}

.sort-color input {
  display: none;
}

.sort-color input[type=checkbox] {
  visibility: hidden;
}

.sort-color label {
  background: #ababab;
  border-radius: 100%;
  margin: 0 12px 5px 0;
  color: #fff;
  width: 15px;
  height: 15px;
  font-weight: 400;
  cursor: pointer;
  position: relative;
}

.sort-color label:before {
  width: 23px;
  height: 23px;
  position: absolute;
  z-index: -1;
  background: #fff;
  content: '';
  border-radius: 100%;
  top: -4px;
  opacity: 0;
  left: -4px;
  transform: scale(0.8);
  transition: .3s;
}

.sort-color input[type=checkbox]:checked + label:before {
  opacity: 1;
  transform: scale(1);
}

.sort-color .checkbox-item {
  display: inline-block;
}

.sort-color .item1 label {
  background: #101010;
}

.sort-color .item1 label:before {
  border: 1px solid #101010;
}

.sort-color .item2 label {
  background: #ffff00;
}

.sort-color .item2 label:before {
  border: 1px solid #ffff00;
}

.sort-color .item3 label {
  background: #00a244;
}

.sort-color .item3 label:before {
  border: 1px solid #00a244;
}

.sort-color .item4 label {
  background: #009688;
}

.sort-color .item4 label:before {
  border: 1px solid #009688;
}

.sort-color .item5 label {
  background: #ff0000;
}

.sort-color .item5 label:before {
  border: 1px solid #ff0000;
}

.sort-color .item6 label {
  background: #ff00ff;
}

.sort-color .item6 label:before {
  border: 1px solid #ff00ff;
}

.sort-color .item7 label {
  background: #0000ff;
}

.sort-color .item7 label:before {
  border: 1px solid #0000ff;
}

.sort-color .item8 label {
  background: #bfbfbf;
}

.sort-color .item8 label:before {
  border: 1px solid #bfbfbf;
}

.sort-product-size .checkbox-item {
  display: inline-block;
}

.sort-product-size .checkbox-item input[type=checkbox]:checked + label {
  background: #009688;
  color: #fff;
}

.sort-product-size .checkbox-item input {
  display: none;
}

.sort-product-size .checkbox-item input[type=checkbox] {
  visibility: hidden;
}

.sort-product-size .checkbox-item label {
  background: #f5f5f5;
  margin: 0 5px 5px 0;
  color: #fff;
  width: 35px;
  height: 35px;
  color: #707070;
  text-align: center;
  padding-top: 5px;
  font-weight: 400;
  cursor: pointer;
  position: relative;
  transition: .3s;
}

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

.categories-widget h3 {
  margin-bottom: 10px;
}

.sort-price {
  margin-bottom: 118px;
}

.sort-price h3 {
  margin-bottom: 15px;
}

.mkart-product-list-view .product-heading {
  text-transform: uppercase;
  margin-top: 0;
}

.mkart-product-list-view:before {
  display: none;
}

.mkart-product-list-view .price {
  font-size: 18px;
  font-weight: 400;
}

.mkart-product-list-view .image {
  float: left;
  width: 265px;
  border: 1px solid #e0e0e0;
}

.mkart-product-list-view .text {
  width: calc(100% - 265px);
  float: left;
  padding-left: 30px;
  padding-top: 0;
  text-align: left;
}

.mkart-product-list-view .text .price {
  margin-bottom: 15px;
}

.mkart-product-list-view .text .product-rating, .mkart-product-list-view .text .cart-button {
  position: static;
  opacity: 1;
}

.cart-faviroite-button {
  margin-top: 38px;
}

.cart-faviroite-button > div {
  display: inline-block;
  vertical-align: middle;
  margin-right: 16px;
}

.cart-faviroite-button > div .faviroite-button {
  width: 50px;
  height: 50px;
  border: 1px solid #e0e0e0;
  text-align: center;
  display: inline-block;
  font-size: 18px;
  padding-top: 14px;
}

.cart-faviroite-button > div .mkart-button {
  margin: 8px 0 0 -83px;
}

.cart-items-parent .select2-container {
  width: 85px !important;
}

.cart-items-parent .cart-items-count .select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 45px;
}

.product-item-detial-tab .tab-content {
  border: 1px solid #e0e0e0;
}

.product-item-detial-tab .nav {
  display: flex;
  border: 0;
  margin: 30px 0;
}

.product-item-detial-tab .nav > li {
  margin-right: 21px;
}

.product-item-detial-tab .nav > li:last-child {
  margin-right: 0;
}

.product-item-detial-tab .nav > li > a {
  padding: 0;
  border: 1px solid #e0e0e0;
}

.product-item-detial-tab .nav > li > a > img {
  max-width: 100%;
}

.product-detail-text h2 {
  margin-top: 0;
}

.product-detail-text .price {
  margin-top: 17px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.product-color-review {
  display: table;
  width: 100%;
}

.product-color-review h5 {
  font-weight: 400;
  margin-bottom: 25px;
}

.product-color-review .product-color, .product-color-review .product-review {
  display: table-cell;
  vertical-align: top;
  width: 50%;
}

.product-color-review .product-review {
  position: relative;
  padding-left: 15px;
  margin-left: 15px;
}

.product-color-review .product-review:before {
  position: absolute;
  top: 30px;
  height: 150px;
  width: 1px;
  background: #e0e0e0;
  content: '';
  left: 0;
}

.product-color-review .product-review h5 {
  margin-bottom: 20px;
}

.product-color-review .sort-product-size {
  margin-top: 40px;
}

.product-color-review .comment-text {
  margin-top: 6px;
}

.product-color-review .comment-text span {
  padding-right: 18px;
}

.product-color-review .cart-items-parent .select2-container {
  width: 85px !important;
}

.product-color-review .cart-items-parent .cart-items-count .select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 45px;
}

.product-desc-tab {
  margin-top: 50px;
}

.product-desc-tab .nav-tabs {
  margin-bottom: -1px;
}

.product-desc-tab ul.nav-tabs > li > a {
  border: 1px solid #e0e0e0;
  margin-right: 0;
}

.product-desc-tab ul.nav-tabs > li.active > a {
  border: 1px solid #009688 !important;
}

.product-desc-tab ul.nav-tabs > li.active > a:hover {
  border: 1px solid #009688 !important;
}

.product-desc-tab ul li {
  list-style: none;
}

.product-desc-tab .tab-content {
  border: 1px solid #e0e0e0;
  padding: 20px;
}

/* -----------------------------------
** End  Product Grid List
-------------------------------------*/
/* -----------------------------------
** Contact Us
-------------------------------------*/
.all-contact-info {
  max-width: 445px;
  float: right;
}

.all-contact-info .view-google-map a {
  min-width: 208px;
}

.all-contact-info .view-google-map a i {
  font-size: 24px;
  display: inline-block;
  vertical-align: middle;
  padding-right: 15px;
}

.single-contact-info {
  display: table;
  width: 100%;
  margin-bottom: 20px;
}

.single-contact-info .icon {
  width: 50px;
  display: table-cell;
  vertical-align: middle;
}

.single-contact-info .icon span {
  height: 50px;
  width: 50px;
  border: 1px solid #e0e0e0;
  display: flex;
  font-size: 24px;
  text-align: center;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  transition: .3s;
}

.single-contact-info .text {
  font-size: 14px;
  font-weight: 500;
  padding-left: 20px;
  display: table-cell;
  vertical-align: middle;
}

.single-contact-info .text .hover-base {
  transition: .3s;
  text-transform: uppercase;
}

.single-contact-info:hover .icon span {
  background: #009688;
  border-color: #009688;
  color: #fff;
}

.single-contact-info:hover .text .hover-base {
  color: #009688;
}

.google-maps {
  height: 430px;
}

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